body {
    margin: 0 0;
    font-family: 'Open Sans'; 
    background-color: #fff;
    }
    
h1 {
    color: #003366;
    font-weight: 800;
    font-size: 36px;
    padding: 20px 0 0 0;
    }

h2 {
    color: #003366;
    font-weight: 800;
    font-size: 26px;
    padding: 20px 0 0 0;
    }

h3 {
    color: #003366;
    font-weight: 700;
    font-size: 26px;
}

h4 {
    color: #003366;
    font-weight: 700;
    font-size: 20px;
}

h5 {
    color: #003366;
    font-weight: 700;
    font-size: 16px;
}
    
p {
    color: #000000;
    font-size: 16px;
    }

.introPara {
    font-size: 18px;
    line-height: 1.8em;
	margin: 0 20px;
}
    
a {
    color: #0079A5;
    }
    
a[href^="tel:"] {
    color: #0079a5;
}	

img {
    border: none;
}

header {
max-width: 1200px;
    height: 100px;
    text-align: center;
    background-color: #fff;
    margin: 0 auto 0 auto;
}

.breadcrumb {
	padding-top: 20px;
}

.breadcrumb a {
	text-decoration: none;
}

.conditions li {
	margin: 20px 0 20px 0;
}

.borderBottom {
	border-bottom: 1px solid #eee;
}
    
.headerContainer {
    width: 100%;
    height: 100px;
    text-align: center;
    display: inline-block;
    background-image: url("../img/BC-Ferries-Logo.png");
    background-repeat: no-repeat;
    background-position: center;  
    }
    
.banner {
    max-width: 1200px;
    height: 450px;
    margin: 0 auto 0 auto;
    background-image: url("../img/gone-fishing-image.jpg");
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
    text-align: center;
    border-radius: 8px;
    
 }
    
.bannerContainer {
    margin: 0 20px;
    }    
    
.content {
    max-width: 1200px;
	padding: 0 20px;
    margin: 0 auto 0 auto;
    text-align: center;
    background-color: #ffffff;
 }

.textLeft {
	text-align: left;
}

.contentContainer {
    width: 1200px;
    text-align: center;
    display: inline-block;
    padding: 20px 40px;
    }
    
.gallery {
clear: both;
display: inline-block;
    text-align: center;
width: 100%;
background-color: #f2f2f2;
padding-bottom: 35px;
padding-top: 0px;
margin: auto;
}

.infoContainer {
    max-width: 1200px;
    width:100%;
    display: inline-block;
    padding: 20px 0 60px 0;
    }

.infoRow {
    display: flex;
    flex-direction: row;
    clear: both;
    width: 100%;
}

.infoBox {
    border: 1px solid #ededed;
    border-radius: 8px;
    text-align: left;
    width: 50%;
    margin: 20px 40px 0 0;
    padding: 10px 2.5% 40px 2.5%;
}

.infoBox:last-child {
    margin-right: 0;
}

.thumbnail {
	text-align: center;
	margin: 20px 20px 0 20px;
}  

.accordion {
	font-family: 'Open Sans'; 
  	background-color: #fff;
	background-image:url("../img/chevron-down.png");
	background-repeat: no-repeat;
	background-position: 99% center;
	background-size: 24px 14px;
  	color: #0079a5;
  	cursor: pointer;
  	padding: 30px 25px 30px 0;
  	width: 100%;
  	border: none;
  	border-top: 1px solid #696969;
  	text-align: left;
  	outline: none;
  	font-size: 18px;
  	font-weight: 400;
  	transition: 0.4s;
}

.active, .accordion:active {
	background-image:url("../img/chevron-up.png");
}

.panel {
 	padding: 0 18px;
  	display: none;
  	background-color: white;
 	overflow: hidden;
}
    
.footerBackground {
    background-color: #eee;
	width: 100%;
    } 
	
.footer {
	font-size: 14px;
	max-width: 1200px;
	padding: 0 20px;
    margin: 0 auto 0 auto;
    text-align: center;
   }

.footer a {
	text-decoration: none;
}

.footer a:hover {
	text-decoration: underline;
}

.footerContainer {
	max-width: 1200px;
    width:100%;
    display: inline-block;
    padding: 20px 0;
    }	
	
.footerRow {
	display: flex;
    flex-direction: row;
    clear: both;
    width: 100%;
	}	
	
.buttonRow {
	display: flex;
    flex-direction: row;
    clear: both;
    width: 100%;
}
	
.footerBox {
    text-align: left;
    width: 33.3%;
    margin: 20px 0;
    padding: 10px 20px;
}
	
.footerBox:last-child {
    margin-right: 0;
}
	
.footerBox100 {
    text-align: center;
    width: 100%;
    margin: 20px 0 0 0;
    padding: 10px;
}

.footerSocialBox {
    text-align: center;
    width: 100%;
    padding: 40px 10px 10px 10px;
	border-top: 1px solid #ccc;
}
	
.footer p {
	font-size: 14px;
}
	
.footer-title {
	font-weight: 700;
    font-size: 14px;
    color: #036;
}
	
.footerButton {
	width: 33.3%;
	background-color: #f9f9f9;
	padding: 24px 0;
  	text-align: center;
  	text-decoration: none;
  	display: inline-block;
	font-size: 16px;
	font-weight: 600;
}
	
.footerButton:hover {
	background-color: #f5f5f5;
	}

.footerButton:first-child {
	border-right: 1px solid #ccc;
	border-top-left-radius: 8px;
  	border-bottom-left-radius: 8px;
}
	
.footerButton:last-child {
	border-left: 1px solid #ccc;
	border-top-right-radius: 8px;
  	border-bottom-right-radius: 8px;
}

.buttonIcon	{
	font-size: 24px;
	color: #0079a5;
	padding: 0 10px 0 0;
	margin-top: -3px;
}
	
.socialIcon	{
	font-size: 30px;
	color: #0079a5;
	padding: 0 4%;
}

.megaContainer {
  position: absolute;
	text-align: center;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.megaContainer a {
	color: #fff;
	text-decoration: none;
	font-size: 18px;
}
	
@media only screen and (max-width: 1120px) {
         
.bannerContainer {
    
    }
     
.bannerText {
    margin: 0 20px 0 20px;
    }
     
.contentContainer {
    width: 100%;
    padding: 20px 0 0 0;
    }
     
.contentText {
    margin: 0 20px 0 20px;  
    }
        
}

@media only screen and (max-width: 750px) {

.infoRow {
    display: flex;
    flex-direction: column;
    clear: both;
    width: 100%;
}

.infoBox {
    border: 1px solid #ededed;
    border-radius: 8px;
    text-align: left;
    width: auto;
    margin: 0 0 20px 0;
    padding: 10px 30px;
}

	.infoBox:last-child {
		margin: 0;
	}
	
	.footerRow {
    display: flex;
    flex-direction: column;
    clear: both;
    width: auto;
}
	
.buttonRow {
    display: flex;
    flex-direction: column;
    clear: both;
    width: auto;
}
	
.footerBox {
    width: auto;
    margin: 0;
    padding: 10px 0;
}

.footerButton {
	width: 100%;
}

.footerButton:first-child {
	border-right:none;
	border-bottom: 1px solid #ccc;
	border-bottom-left-radius: 0px;
	border-top-left-radius: 8px;
  	border-top-right-radius: 8px;
}
	
.footerButton:last-child {
	border-left: none;
	border-top: 1px solid #ccc;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 8px;
  	border-bottom-right-radius: 8px;
}
	
	.footerBox:last-child {
		margin: 0 0 30px 0;
	}
	
	.footerBox100 {
    width: auto;  
}
	
	.socialIcon	{
	padding: 0 3%;
}
	
.banner {
    height: 360px;
	background-image: url("../img/gone-fishing-image-mobile.jpg");
     }    
  
.bannerContainer {
    padding: 0;
    } 
}      
    
 @media only screen and (max-width: 500px) {

     h1 {
         font-size: 26px;
     }
     
     p {
         font-size: 16px;
     }
 
header {
    height: 60px;
     }
     
 .headerContainer {
     margin-top: 20px;
     height: 20px;
     background-size: contain;
     background-position: center;
    }    
     
     
.bannerContainer {
    padding: 0;
    } 
	 
	 .banner {
    height: 200px;
     }
     
.bannerText H1{
    font-size: 40px;
     }
}

.ShowContentYes
{
    display:block;
}

.ShowContentNo
{
    display:none;
}