@import url("reset.css");
html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*,
*:after,
*:before {
  margin: 0;
	padding: 0;
	box-sizing: inherit;
}

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*,
*:after,
*:before {
  margin: 0;
	padding: 0;
	box-sizing: inherit;	
}

html {
	font-size: 62.5%; 
}

body {
	color : #2b2b2b;
	background-color:#F2F2F2;
	font-family: lato, Arial, Verdana, sans-serif;
	font-size: 1.6rem;
	line-height: 1.75;
	}

img {
    max-width: 100%;
    padding: 1rem 0 2rem 0;
	}
	
h1, h2, h3,
h4, h5, h6 {
    font-family: "basic-sans", 'lato', arial, sans-serif;
	}

h1, h2 {
    font-size:1.5em; 
    font-weight: bold; 
    font-family: "basic-sans", 'lato', arial, sans-serif;
	}

p{
	margin-bottom:15px;
	font-size: 14px;
}

em{
	font-style:italic;
}

strong, .bold{
	font-weight: bold;
}

ul{
	margin-left:15px;
}

hr {
	color: #E1E1E1;
	margin-bottom: 10px;
}
/* Tourism Link */
.visiting a {
	background-color: #9daeb2;
	color: #16252d;
	width: 15rem;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	padding: 40px 10px 10px 10px;
	margin-bottom: 2rem;
}
/* Logo */
.logo {
	max-width: 310px;
	margin: 2rem 0 1rem 0;
}

a.button {
	border:solid 2px #417FA5;
	background:none;
	padding:9px 28px;
	font-size:.85em;
	color:#fff;
	border-radius:50px;
	font-family:  Myriad Pro, Arial, Verdana, sans-serif;
	letter-spacing:1px;
	 -webkit-transition: 0.42s;
	-o-transition: 0.42s;
	transition: 0.42s; 
}
a.button span {
	font-size:0.85em;
}
a.button:visited, a.button:hover,
a.button:active {
	background:#417FA5;
	text-decoration:none;
}

a{
	color:#6E6E6E;
	
	}

/* ------------------------- */
    /* -------- Header --------- */
    /* ------------------------- */
    
    .headerWrap{
        width: 100%;
        height: 200px;
        color:#fdfdfd;
        z-index:100;
        margin-top:0px;
        
        background-color:#16252D;
        border-bottom:solid 40px #9DAEB3;
    }
    
    #header{
        height:120px;
        margin:auto;
        color:#fdfdfd;
        padding: 5px 0px 0px 0px;
        position: relative;
        z-index: 100;
    }
    .wrapper{
        width:90%;
        margin-left:auto;
        margin-right:auto;	
        }
    .logo{
        padding:10px 10px 10px 0px;
        float:left; 
        width:40rem;
        margin: 0px;
        position: relative;
        z-index: 5;
    } 
        
    ul.flex-spacing {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    
    .title-spacing {
        padding: 0 15px;
    }
       
        
    /*FOR SCREENS LESS THAN 1470px WIDE*/
    @media screen and (max-width: 1470px) {
    
        .cbp-hrmenu > ul, .cbp-hrmenu .cbp-hrsub-inner {
            padding: 0 1rem;
        }
    
        .cbp-hrmenu .cbp-hrsub {
            width: 97%;
            left: 2%;
        }
    }
    
    /*FOR SCREENS LESS THAN 1200px WIDE*/
    @media screen and (max-width: 1200px) {
        .cbp-hrmenu  {
            font-size: 1.6rem;
            margin-bottom: 0.5rem;
        }
    
        i.fas.fa-angle-down {
            display: none;
        }
        
    }
    
    /*FOR SCREENS LESS THAN 1065px WIDE*/
    @media screen and (max-width: 1065px) {
        .cbp-hrmenu  {
            display:none;
        }
        
	}

.breadcrumbs{
	margin-top: 3rem;
}
.breadcrumbs div{
	border-bottom: 1px solid #cacaca;
	padding-bottom:10px;
	width: 90%;
	margin: auto;
}
#app {
    width: 90%;
	margin: auto;
	margin-top: 5rem;
	}
	
.mainDiv[data-v-5b3ddec1] {
	width: 100%;
	}

.disclaimerDiv {
    min-width: 100%;
	}

input {
	width: 30rem;
	height: 3rem;
	padding: 5px;
}
#disclaimerCB{
    width: 5rem;
    position: relative;
    top: 5px;
}
textarea {
    width: 40rem;
    height: 10rem;
}
.reqText[data-v-5b3ddec1] {
	color: red;
}

input[type=button]:enabled {
    background-color: #375FAC;
    color: #fff;
    border-radius: 20px;
    height: 4rem;
    padding: 1rem 2rem 2rem 2rem;
    font-weight: bold;
    border: 0;
}
  
input[type=button]:disabled {
    background: #dddddd;
    border-radius: 20px;
    height: 4rem;
    padding: 1rem 2rem 2rem 2rem;
    font-weight: bold;
    border: 0;
  }






footer{
	width:100%;
	display:block;
	color:#fff;
	background-color:#1c2e37;
	float: left;
	margin-top: 40px;
  }
  footer h3{
	  color: #fff;
	  font-size: 18px;
	  text-transform:uppercase;
  }
  footer .wrapper{
	  text-align:center;
	  width:90%;
	  margin-top: 50px;
	  }
  footer a{
	  color: #fff;
  }
  footer li{
	  font-size:1em;
  }
  .column1, .column2{
	  width: 33%;
	  text-align:left;
	  float:left;
	  margin-bottom: 50px;
  }
  .column1 li, .column2 li{
	  list-style:none;
  }
  .footerHours{
	  width:33%;
	  float:left;
	  text-align:left;
  }
  footer .wrapper hr{
	  clear:both;
	  border:solid 1px #cecece;
  }
  .copyright{
	  width: 30%;
	  float:left;
	  margin-top: 30px;
	  text-align:left;
	  }
  .copyright a{
	  color:#ffffff;
	  }
  .socialMedia{
	  width:50%;
	  margin: 20px 0;
	  float:right;
	  text-align:right;
	  }	
 
  
  #footerContact{
	  width: 100%;
	  color:#fff;
	  background-color: #17252e;
	  float: left;
	  padding-bottom: 30px;
  }
  #footerContact .contact{
	  width: 90%;
	  padding: 20px 0;
	  margin:auto;
  }
  .contact p{
	  width:60%;
	  float:left;
	  padding-top: 30px;
  }
  .footerLogo img{
	  float:right;
	  }
  /* _____ MEDIA QUERIES ______ */

/*FOR SCREENS LESS THAN 1420px WIDE*/
@media screen and (max-width: 1420px) {
    .outer-wrapper {
        width: 30%;
    }
}

/*FOR SCREENS LESS THAN 1100px WIDE*/
  @media screen and (max-width: 1100px) {
    .outer-wrapper {
        width: 45%;
    }
}

  /*FOR SCREENS LESS THAN 700px WIDE*/
  @media screen and (max-width: 700px) {
    .outer-wrapper {
        width: 85%;
        margin-left:7%;
        margin-right: 7%;
    }
}