/* Dicker House Styles

/* Contact Bar */

.contact-bar{
    color: white;
    padding: 0.3rem 0;
    z-index: 5;
    text-shadow: 0px 0px 16px rgba(0, 0, 0, 0.5);
}

.contact-bar a{
    color: white;
    padding-left: 1rem;
}

.contact-bar a:hover{
    text-decoration: underline;
}

.contact-span{
    margin-left: 1rem;
    float: right;
}

.hiring{
	text-align: center; padding-top:5px; padding-bottom: 5px; background-color: rgba(255,255,255,0.9); position: absolute; width: 100%;
}

@media screen and (max-width: 39.9375em) {
.contact-span{
    margin-left: 0;
}
.contact-bar a{
	padding-left: 0;
}
.hiring{
	position: static !important;
}
}
/* Colours */
.dark-blue{
    color:#005ebe;
}
.dark-blue:hover{
    color: #0b77e5;
}
.blue{
    color:#008fe1;
}
.blue:hover{
    color: #18abff;
}
.yellow{
    color: #ffd600;
}
.yellow:hover{
    color: #ffe45a;
}
.green{
    color: #599b19;
}
.green:hover{
    color: #6bc117;
}
.red{
    color: #ea0000;
}
.red:hover{
    color: #ff2525;
}
.white{
	color: white;
}
/* Main Menu */

.no-js #sticky {
  display: none;
}

#back-top {
  position: fixed;
  bottom:20px;
  right: 2%;
  z-index: 100; }

.top {
  display: inline-block;
  box-sizing: border-box;
  width: 3em;
  height: 3em;
  border-radius: 50%;
  border: 0.2em solid #ffd600;
  margin-right: 0.75em;
  background: #005ebe;
}

.top:after {
  content: '';
	display: inline-block;
  margin-top: .9em;
  margin-left: .62rem;
  width: 1.4em;
  height: 1.4em;
  border-top: 0.3em solid #ffd600;
  border-right: 0.3em solid #ffd600;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media screen and (min-width: 40em) {
  .no-js #sticky {
    display: block;
  }

  .no-js .title-bar {
    display: none;
  }
}

.menu-bar{
	background-color: rgba(255,255,255,0.95);
	font-family: 'Fredoka One', cursive; 
	transition: all ease 0.2s;
	z-index: 1000;
}

.title-bar{
	background: #ffd600;
	color: black;
	z-index: 1000;
}

@media screen and (min-width: 40em) {
	.menu-bar{
		opacity: 0.6;
		padding-top: 0.9rem;
		padding-bottom: 0.9rem;
	}
	.is-anchored{
		opacity: 1;
	}	
	.menu-bar:hover{
		opacity: 1;
	}
	.menu-bar li{
	border-radius: 40px;
	font-size: 130%;	
	}
	.is-dropdown-submenu-item{
	font-size: 95% !important;
}
}
.menu-bar li{
	background-color: #ffd600;
	margin-right: 1rem;
	font-size: 120%;	
	filter: brightness(95%);
}

.menu-bar li:hover{
		filter: brightness(100%);
}

@media screen and (max-width: 895px) and (min-width: 640px) {
	.menu-bar li{
		margin-bottom: 1rem !important;
		}
}

.menu-bar a{
	color: #008fe1;
}

.menu-bar a:hover{
	color: #18abff;
}
.menu-bar .active{
	filter: brightness(100%);
}

.home-icon{
	position: relative;
	padding-left: 48px;
}

.home-icon img{
	position: absolute;
	width: 40px;
	height: auto;
	left: 15px;
	top: 5px;
}

.is-dropdown-submenu-item{
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}

.is-accordion-submenu-item{
	font-size: 95% !important
	}

.is-dropdown-submenu{
	border: none !important;
	border-radius: 40px;
	background-color: rgba(255,255,255,0.95) !important;
	padding: 1rem;
	margin-top: 0.9rem;
	left: -3rem !important;
	
}
@media screen and (max-width: 39.9375em) {
	.menu-bar li:first-child{
		margin-top: 0.5rem;}
	.menu-bar li:last-child{
		margin-bottom: 0.5rem;}		
}

/* Typography */

.long-shadow {
  z-index: 4;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border: none;
  font-size: 3.75rem;
  color: rgba(255,255,255,1);
  text-align: left;
  -o-text-overflow: clip;
  text-overflow: clip;
  text-shadow: 3px 3px 0 rgb(0,94,190) , 4px 4px 0 rgb(0,94,190) , 5px 5px 0 rgb(0,94,190) , 6px 6px 0 rgb(0,94,190) , 7px 7px 0 rgb(0,94,190) , 8px 8px 0 rgb(0,94,190) , 9px 9px 0 rgb(0,94,190) , 10px 10px 0 rgb(0,94,190) , 11px 11px 0 rgb(0,94,190) , 12px 12px 0 rgb(0,94,190) , 13px 13px 0 rgb(0,94,190) , 14px 14px 0 rgb(0,94,190) , 15px 15px 0 rgb(0,94,190) , 16px 16px 0 rgb(0,94,190)  ;
}

::selection{
 background: #ffd600;   
}

::-moz-selection{
 background: #ffd600;   
}

@media screen and (max-width: 39.9375em) {
    .long-shadow{
        font-size: 2rem;
        text-shadow: 3px 3px 0 rgb(0,94,190) , 4px 4px 0 rgb(0,94,190) , 5px 5px 0 rgb(0,94,190) , 6px 6px 0 rgb(0,94,190) , 7px 7px 0 rgb(0,94,190) , 8px 8px 0 rgb(0,94,190) , 9px 9px 0 rgb(0,94,190);
    }
    .contact-span{
        float: none;
        display: block;
        text-align: center;
    }
    .small-centered{
    text-align: center;
}
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .long-shadow{
        font-size: 3.5rem;
    }
        .medium-centered{
    text-align: center;
}
}

/* Home Header */

.home-header{
    z-index: 3;
    background: #005ebe; /* Old browsers */
background-image: url(../images/home/puzzle.png), url(../images/home/clouds.png), -moz-linear-gradient(top, #005ebe 0%, #008fe1 100%); /* FF3.6-15 */
background-image: url(../images/home/puzzle.png), url(../images/home/clouds.png), -webkit-linear-gradient(top, #005ebe 0%,#008fe1 100%); /* Chrome10-25,Safari5.1-6 */
background-image: url(../images/home/puzzle.png), url(../images/home/clouds.png),  linear-gradient(to bottom, #005ebe 0%,#008fe1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005ebe', endColorstr='#008fe1',GradientType=0 ); /* IE6-9 */
    
    background-position: bottom right, top left, top;
    background-size: 50vh, 80vw, cover;
    background-repeat: no-repeat;
    background-attachment: scroll, fixed;
}

@media screen and (max-width: 900px) {
    .home-header{
        background-size: 0vh, 250vw, cover;
    }
}

.header-padding{
   padding-top: 25vh; 
   padding-bottom: 10vh;
   padding-left: 5vw;
}

.dicker-house{
	font-size: 100%;
}

.dicker-house img{
	position: relative;
	width: 4rem;
	height: auto;
	margin-bottom: .8rem;
	margin-right: .5rem;
}

.long-shadow h1{
	line-height: 0.5; margin-bottom: 1rem;
}
.long-shadow h2{
	line-height: 1;
}

@media screen and (min-width: 720px){
	.dicker-house{
	font-size: 120%;
}
	.dicker-house img{
	width: 7.8rem;
	margin-bottom: 1.4rem;
	margin-right: 1rem;
}	
}

@media screen and (max-width: 400px){
	.dicker-house img{
	width: 3rem !important;
	margin-bottom: .4rem;
}	
}
@media screen and (max-width: 980px){
	.long-shadow{
		font-size: 2.7rem;
	}	
	.dicker-house img{
		display: none;
	}
	.button.large{
		font-size: 1rem;
	}
}
@media screen and (max-width: 780px){
	.long-shadow{
		text-align: center;
	}
	.header-padding{
   padding-left: 0vw;
}
	.long-shadow h1{
	line-height: 1;
}
	.long-shadow h2{
	font-size: 70% !important;
	}
}

.testimonial{
	text-align: center;
}

.testimonial i{
	font-size: 3rem;
	margin-bottom: 1rem;
}

.visit-button{
    z-index: 4;
    background-color: white;
    border-radius: 40px;
    border: 2px solid white;
    margin-top: 2rem;
    color: #008fe1;
    box-shadow: 3px 3px 0 rgba(0,94,190,1) , 4px 4px 0 rgba(0,94,190,1) , 5px 5px 0 rgba(0,94,190,1) , 6px 6px 0 rgba(0,94,190,1) , 7px 7px 0 rgba(0,94,190,1) , 8px 8px 0 rgba(0,94,190,1) , 9px 9px 0 rgba(0,94,190,1) , 10px 10px 0 rgba(0,94,190,1) , 11px 11px 0 rgba(0,94,190,1) , 12px 12px 0 rgba(0,94,190,1) , 13px 13px 0 rgba(0,94,190,1) , 14px 14px 0 rgba(0,94,190,1) , 15px 15px 0 rgba(0,94,190,1) , 16px 16px 0 rgba(0,94,190,1);
    transition: all 0.3s ease;
}

.visit-button:hover, .visit-button:focus{
     box-shadow: 3px 3px 0 rgba(0,106,234,1) , 4px 4px 0 rgba(0,106,234,1) , 5px 5px 0 rgba(0,106,234,1) , 6px 6px 0 rgba(0,106,234,1) , 7px 7px 0 rgba(0,106,234,1) , 8px 8px 0 rgba(0,106,234,1) , 9px 9px 0 rgba(0,106,234,1) , 10px 10px 0 rgba(0,106,234,1) , 11px 11px 0 rgba(0,106,234,1) , 12px 12px 0 rgba(0,106,234,1) , 13px 13px 0 rgba(0,106,234,1) , 14px 14px 0 rgba(0,106,234,1) , 15px 15px 0 rgba(0,106,234,1) , 16px 16px 0 rgba(0,106,234,1);
    background-color: rgba(255,255,255,0.3);
    border: 2px solid white;
}


@media screen and (max-width: 39.9375em) {
    .header-padding{
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    .visit-button{
        box-shadow: 3px 3px 0 rgba(0,94,190,1) , 4px 4px 0 rgba(0,94,190,1) , 5px 5px 0 rgba(0,94,190,1) , 6px 6px 0 rgba(0,94,190,1) , 7px 7px 0 rgba(0,94,190,1) , 8px 8px 0 rgba(0,94,190,1) , 9px 9px 0 rgba(0,94,190,1);
    }
    .visit-button:hover{
        box-shadow: 3px 3px 0 rgba(0,106,234,1) , 4px 4px 0 rgba(0,106,234,1) , 5px 5px 0 rgba(0,106,234,1) , 6px 6px 0 rgba(0,106,234,1) , 7px 7px 0 rgba(0,106,234,1) , 8px 8px 0 rgba(0,106,234,1) , 9px 9px 0 rgba(0,106,234,1);
    }
}

/* Footer */

footer{
    background-image: url(../images/home/soil.svg);
    background-size: cover;
    background-repeat: no-repeat;
    color: white;
    font-size: 108%;
    padding-top: 2rem;
    padding-bottom: 2.5rem;
}

footer a{
    color: white;
}

footer a:hover, footer a:focus{
    color: #599b19;
}

footer label{
	color: white;
	font-size: 100%;
}

.logo-link{
    opacity: 1;
    transition: all .5s linear;
    width: 140px;
    display: block;
    margin-right: 15px;
    position: relative;
    top: 4px;
}

@media (max-width: 550px) {
  .logo-link{
      float: none;
      display: block;
      margin-left: auto;
      margin-right: auto;
    }
}

.logo-link svg{
    fill: white;
    position: absolute;
    width: 140px;
    height: auto;
   -webkit-transform-style: preserve-3d; 
}

.logo-link:hover{
    background-color: white;
}

.logo-link:hover svg{
    border-bottom: 3px solid white;
}
.footer-span{
	margin-top: 2rem;
}

.footer-icon{
    font-size: 150% !important;
    padding-right: 0.2rem;
    position: relative;
    top: 0.2rem;
}

input, textarea {
	border-radius: 40px !important;
	padding: .6rem !important;
	padding-left: 1rem !important;
	height: auto !important;
	font-size: 105% !important;
}

 textarea{
	 min-height: 150px;
 }
 
 .form-button{
    background-color: white;
    border-radius: 40px;
    border: 2px solid white;
    margin-top: 2rem;
    color: #0da125;
    box-shadow: 3px 3px 0 #3a6a0a , 4px 4px 0 #3a6a0a , 5px 5px 0 #3a6a0a , 6px 6px 0 #3a6a0a , 7px 7px 0 #3a6a0a , 8px 8px 0 #3a6a0a , 9px 9px 0 #3a6a0a;
    transition: all 0.3s ease;
    padding: 0.85em 1em !important;
    font-size: 1rem !important;
}

.form-button:hover{
     box-shadow: 3px 3px 0 #599b19 , 4px 4px 0 #599b19 , 5px 5px 0 #599b19 , 6px 6px 0 #599b19 , 7px 7px 0 #599b19 , 8px 8px 0 #599b19 , 9px 9px 0 #599b19;
    background-color: rgba(255,255,255,0.2);
    border: 2px solid white;
}

.google-maps{
    filter: grayscale(100%);
}

.google-maps iframe{
    border-radius: 40px;
}

.readonly{
    cursor: pointer !important;
}


@media screen and (min-width: 84em) {
    .move-right{
        position: relative;
        left: 1.5rem;
    }
}
/* Date Picker */

.datepicker {
  display: none;
  position: absolute;
  padding: 10px;
  margin-top: 1px;
  direction: ltr; }
  .datepicker.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    min-width: 160px;
    list-style: none;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
    color: #333;
    font-size: 13px;
    line-height: 18px; }
    .datepicker.dropdown-menu th {
      padding: 8px 10px; }
    .datepicker.dropdown-menu td {
      padding: 8px 10px; }
  .datepicker table {
    border: 0;
    border-radius: 40px;
    margin: 0;
    width: auto; }
    .datepicker table tr td span {
      display: block;
      width: 23%;
      height: 54px;
      line-height: 54px;
      float: left;
      margin: 1%;
      cursor: pointer; }
  .datepicker td {
    text-align: center;
    width: 20px;
    height: 20px;
    border: 0;
    border-radius: 10px;
    font-size: 16px;
    padding: 4px 8px;
    background: #fff;
    cursor: pointer; }
    .day:hover{
	  background: rgba(89,155,25,0.5);  
    }
    .disabled:hover{
	  background: #ffd600;  
    }
    .datepicker td.active.day, .datepicker td.active.year {
      background: #599b19;
      color: white; }
    .datepicker td.old, .datepicker td.new {
      color: #999; }
    .datepicker td span.active {
      background: #599b19;
      color: white; }
    .datepicker td.day.disabled {
      color: #eee;
      cursor: not-allowed; }
    .datepicker td span.month.disabled, .datepicker td span.year.disabled {
      color: #eee; }
  .datepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
    border: 0;
    font-size: 14px;
    padding: 4px 8px;
    background: #fff;
    cursor: pointer; }
    .datepicker th.active.day, .datepicker th.active.year {
      background: #6d3ebb; }
    .datepicker th.date-switch {
      width: 145px; }
    .datepicker th span.active {
      background: #6d3ebb; }
  .datepicker .cw {
    font-size: 10px;
    width: 12px;
    padding: 0 2px 0 5px;
    vertical-align: middle; }
  .datepicker.days div.datepicker-days {
    display: block; }
  .datepicker.months div.datepicker-months {
    display: block; }
  .datepicker.years div.datepicker-years {
    display: block; }
  .datepicker thead tr:first-child th {
    cursor: pointer; }
    .datepicker thead tr:first-child th.cw {
      cursor: default;
      background-color: transparent; }
  .datepicker tfoot tr:first-child th {
    cursor: pointer; }

.datepicker-inline {
  width: 220px; }

.datepicker-rtl {
  direction: rtl; }
  .datepicker-rtl table tr td span {
    float: right; }

.datepicker-dropdown {
  top: 0;
  left: 0; }
  .datepicker-dropdown:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-bottom-color: 1px solid rgba(0, 0, 0, 0.2);
    position: absolute;
    top: -7px;
    left: 6px; }
  .datepicker-dropdown:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    position: absolute;
    top: -6px;
    left: 7px; }

.datepicker > div,
.datepicker-dropdown::before,
.datepicker-dropdown::after {
  display: none; }

.datepicker-close {
  position: absolute;
  top: -30px;
  right: 0;
  width: 15px;
  height: 30px;
  padding: 0;
  display: none; }

.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent; }

.table-condensed thead{
    border: none !important;
}

/* Main Sections */

main{
	background-image: url(../images/home/grass.png);
	background-size: contain;
	background-position: bottom;
	background-repeat: no-repeat;
	padding-bottom: 10vw;
    padding-top: 4rem;
}

.single-page{
    padding-top: 1.5rem;
    background: #008fe1; /* Old browsers */
background-image: url(../images/home/grass.png), url(../images/home/stars.png), -moz-linear-gradient(top, #005ebe 0%, #008fe1 14%, #ffffff 100%);; /* FF3.6-15 */
background-image: url(../images/home/grass.png), url(../images/home/stars.png), -webkit-linear-gradient(top, #005ebe 0%,#008fe1 14%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
background-image: url(../images/home/grass.png), url(../images/home/stars.png), linear-gradient(to bottom, #005ebe 0%,#008fe1 14%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005ebe', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    background-size: contain, contain, cover;
    background-position: bottom, top, bottom;
    background-attachment: scroll, scroll, scroll;
	background-repeat: no-repeat;
}

@media screen and (max-width: 900px) {
    .single-page{
        background-size: contain, 250vw, cover;
    }
}

section{
    padding-top: 4rem;
}

.events-background{
background: #FFFFFF; /* Old browsers */
background: -moz-linear-gradient(top, #008fe1 0%, rgba(255,255,255,0) 84%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #008fe1 0%,rgba(255,255,255,0) 84%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #008fe1 0%,rgba(255,255,255,0) 84%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008fe1', endColorstr='rgba(255,255,255,0)',GradientType=0 ); /* IE6-9 */
}



.events thead{
    background: none !important;
}
.events td {
    border: solid 0px #ea0000;
    border-style: solid none;
    background-color: #ffd600;
    text-align: center;
    padding: 0.3rem;
}

@media screen and (min-width: 40em) {
    .events table{
     border-collapse: separate;
    border-spacing: 0 1em;
}
.events thead{
    background: none !important;
}
    .events th{
        padding: 20px;
    }
.events td {
    border: solid 0px #ea0000;
    border-style: solid none;
    padding: 20px;
    background-color: #ffd600;
    text-align: left;
}
.events td:first-child {
    border-left-style: solid;
    border-top-left-radius: 40px; 
    border-bottom-left-radius: 40px;
}
.events td:last-child {
    border-right-style: solid;
    border-bottom-right-radius: 40px; 
    border-top-right-radius: 40px; 
}
}
.content-box{
    position: relative;
    border: 4px solid black;
    border-radius: 40px;
    padding: 2rem;
}
.content-box2{
    position: relative;
    border: 4px solid white;
    border-radius: 40px;
    padding: 2rem;
}

.margin-bottom{
	margin-bottom: 2rem;
}

.content-box h3{
    border-bottom: 3px solid black;
}

.content-box2 h3{
    border-bottom: 3px solid white;
}

.content-box ul{
    list-style: none;
    margin-left: 1.8rem;
}

.content-box .puzzle, .content-box2 .puzzle, .title-box .puzzle, .faq-box .puzzle{
    position: absolute;
    top: -35px;
    left: -30px;
    width: 75px;
    height: auto;
}

.title-box{
    position: relative;
    border: 4px solid black;
    border-radius: 40px;
    padding: 1.5rem;
    width: 100%;
    margin-top: 2rem;
    margin-left: 1rem;
}


.team-box{
	border-radius: 40px;
	background-color: #005ebe;
	padding: 1.5rem;
	margin-top: 1rem;
	margin-bottom: 1rem;
	color: white;
	position: relative;
    overflow: hidden;
}

.team-box img{
	position: absolute;
	display: block;
	width: 100%;
	height: auto;
	left: 0;
	right: 0;
    top: 0;
	z-index: 0;
	opacity: 0.3;
	transition: all 500ms ease;
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.team-box .team-content{
	opacity: 1;
	transition: all 500ms ease;
	z-index: 100;
	position: relative;
}
.team-box:hover .team-content{
	opacity: 0;
}
.team-box:hover img{
	opacity: 1;
	-webkit-filter: grayscale(20%);
    filter: grayscale(20%);
}

.team-box h3{
	border-bottom: 4px solid white;
	padding-bottom: 0.5rem;
	margin-bottom: 1rem;
}

.faq-box{
    position: relative;
    border: none;
    border-radius: 40px;
    background-color: #ffd600;
    padding: 1.5rem;
    width: 100%;
    margin-top: 2.5rem;
    margin-left: 1rem;
}

@media screen and (max-width: 39.9375em) {
   .team-box:hover .team-content{
	opacity: 1;
}
    .team-box:hover img{
	opacity: 0.4;
	-webkit-filter: grayscale(70%);
    filter: grayscale(70%);
}
}

.no-margin{
	margin-left: 0;
}

.faq-box h2{
    border-bottom: 4px solid black;
}
.black-puzzle{
    filter: brightness(0%);
}

.green-puzzle{
    filter: hue-rotate(31deg) brightness(62%);
}

.white-puzzle{
    filter: grayscale(100%) brightness(500%);
}

.rotate-1{
    -ms-transform: rotate(14deg); /* IE 9 */
    -webkit-transform: rotate(14deg); /* Chrome, Safari, Opera */
    transform: rotate(14deg);
    padding: 1rem;
}


.rotate-2{
    -ms-transform: rotate(-14deg); /* IE 9 */
    -webkit-transform: rotate(-14deg); /* Chrome, Safari, Opera */
    transform: rotate(-14deg);
    padding: 1rem;
}


@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .faq-box .puzzle{
        width: 65px;
        left: -30px;
        top: -25px;
    }
}

@media screen and (min-width: 64em) {
    .rotate-1{
        padding: 3rem;
    }
    .rotate-2{
        padding: 3rem;
    }
}

@media screen and (max-width: 39.9375em) {
    .content-box, .title-box, .faq-box, .content-box2{
        margin: .5rem;
        padding: 1.5rem;
        margin-bottom: 2rem;
        margin-top: 2rem;
    }
    .title-box{
	    padding: 1rem 1rem .6rem 2.5rem;
	    margin-bottom: 2rem;
    }
    .faq-box{
        margin-bottom: 1.5rem;
        margin-top: 1rem;
        width: 95%;
        margin-left: 1rem;
    }
    .content-box .puzzle, .content-box2 .puzzle, .title-box .puzzle, .faq-box .puzzle{
        width: 60px;
        left: -20px;
        top: -20px;
}
}


@media screen and (max-width: 39.9375em) {
	main{
		padding-top: 1rem;
	}
	section{
		padding-top: 0rem;
	}
}

.banner-image{
	width: 100%;
	height: auto;
	border-radius: 40px;
	margin-top: 2rem;
	margin-bottom: 1rem;
}

#fees table { 
    border: 4px solid black;
    border-collapse: separate;
    border-left: 0;
    border-radius: 40px;
    border-spacing: 0px;
    color: white;
        background: #599b19;
}
#fees thead {
    display: table-header-group;
    vertical-align: middle;
    border-color: inherit;
    border-collapse: separate;
	color: yellow;
}
#fees tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}
#fees th, #fees td {
    padding: 25px 20px 20px 25px; 
    text-align: left;
    vertical-align: top;
    border-left: 4px solid black;
}
#fees td {
    border-top: 4px solid black;    
}
#fees thead:first-child tr:first-child th:first-child,#fees tbody:first-child tr:first-child td:first-child {
    border-radius: 40px 0 0 0;
    background-clip: none;
}
#fees thead:last-child tr:last-child th:first-child,#fees tbody:last-child tr:last-child td:first-child {
    border-radius: 0 0 0 40px;
}

/* Policies */

#contents a{
    text-decoration: underline;
    font-weight: bold;
}
.policy{
    margin-top: 1rem;
    border-bottom: 4px solid black;
}
.policy h3{
    padding-left: 1.25rem;
}
.contents-fixed{
    position: inherit;
}
    .adjust-left{
        padding-left: inherit;
    }
@media screen and (min-width: 40em) {
    .policy p{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}
.policy ul{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}
    .contents-fixed{
    top: 80px;
    bottom: 0;
    position: fixed;
    overflow-y: visible;
    overflow-x: hidden;
    max-width: 416.6625px;
}
    .adjust-left{
        padding-left: 33.8% !important;
        width: 99.1% !important;
    }
}

/* Gallery */

	.snapwidget-widget{
		height: 325vw;
	}

@media screen and (min-width: 40em) {
	.snapwidget-widget{
		max-height: 4186px;
	}
}