@charset "utf-8";
/* CSS Document */
/*01/23/24 - Updated from TCS CSS*/

/* Top Navigation*/

.topnav {
/*  background-color: #333;*/
    overflow: hidden;     
    width: 1580px;
    max-width: 100%;
    margin: 0 auto;      
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  display: block;
  color: #ffffff;
  text-align: center;
  padding: 2px 16px;
  text-decoration: none;
  font-size: 20px;
}

/* Add an active class to highlight the current page */
.active {
  color: #008c45;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
  display: none;
}

/* Dropdown container - needed to position the dropdown content */
.dropdown {
  float: left;
  overflow: hidden;
}

/* Style the dropdown button to fit inside the topnav */
.dropdown .dropbtn {
    font-size: 20px;
    font-weight: bold;
    border: none;
    outline: none;
    color: #ffffff;
    padding: 4px 16px;  
    background-color: inherit;
    font-family: inherit;
    margin: 0;
}

/* Style the dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Style the links inside the dropdown */
.dropdown-content a {
  float: none;
  color: #005095; /*#213a1b;*/
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

/* Add a dark background on topnav links and the dropdown button on hover */
.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: #134c64; /*#6f4930;*/
  color: white;
}

/* Add a grey background to dropdown links on hover */
.dropdown-content a:hover {
  background-color: #ddd;
  color: #134c64;
}

/* Show the dropdown menu when the user moves the mouse over the dropdown button */
.dropdown:hover .dropdown-content {
  display: block;
}

/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) 
051425 - Moved following foto 960 from 600 for larger navigation
*/
@media screen and (max-width: 960px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 960px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}

.topnav-right {
  float: right;
}
/* End top navigation */

.header{
    border:10px;
    border-bottom: 2px solid #ffffff;
    margin: 0 auto;
    background-color: #005095;
    padding-bottom: 10px;
}

.header-inner
{
    width: 1580px;
    max-width: 100%;
    margin: 0 auto;
    padding-top: 35px;
}

@media screen and (max-width: 500px) {
    
#navbar #logo {
    font-size: 30px;
    }           
}

@media screen and (min-width: 501px) {
#navbar #logo {
    font-size: 45px;
    }
}
 
    #navbar #logo {   
    font-weight: bold;
    color: #ffffff;
        
        text-shadow: 5px 5px 10px #000000;
        
}
#navbar a {
    text-align: center;
    padding-left: 15px;
    padding-top: 35px;  
    text-decoration: none;
    font-size: 18px;
    line-height: 25px;
    border-radius: 4px;
}



/*Section spacer*/
.section-spacer{
border-bottom: 2px solid #213a1b; margin: 10px 0 10px 0;


}

/*STRUCTURE*/

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 1580px) {
  .column {
    flex: 25%;
    max-width: 25%;
  }
}

body {
	margin:0;
	padding:0;
    font-family: 'Helvetica Neue', Helvetica, and Arial;
    font-size: 1.15rem;
    line-height: 1.5;  
    background: rgb(0,80,149);
    background: linear-gradient(180deg, rgba(0,80,149,1) 19%, rgba(255,255,255,1) 95%);       
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

a {color: #213a1b; font-weight: bold; text-decoration: none;}
a:hover{text-decoration: underline;}
.content a {color: #134c64; font-weight: bold;}

h1{margin: 10px 0px 0px 0px; font-size: 2rem;text-align: center;color:#005095;}
h2{margin: 20px 0px 0px 0px;font-size: 1.75rem; color:#01867d;}
h3{margin: 20px 0px 0px 0px;font-size: 1.50rem;color:#56903a;}
h4{margin: 0px 0px 0px 0px;font-size: 1.25rem;color:#56903a;}

ul {    margin-block-start: .25em;
}



/*h2.blog-date{margin: 10px 0px 10px 0px;font-size: 1rem;}*/

.itinerary {font-size: 1.15rem;text-align: center; line-height: 1.5rem;}

@media screen and (max-width: 699px) {
h1{font-size: 1.75rem;}
h2{font-size: 1.50rem;}
h3{font-size: 1.25rem;}
h4{font-size: 1rem; font-weight: 800}    
}

.multiple {text-align:center; }

/*Main Editable Area*/
.main-body
{
  	max-width: 1580px;
 	position: relative;
	margin-top: -4px;
	/*Added Back Main Body Padding when took away Gallery*/	
	padding: 10px;
    background-color: #ffffff;
}

/*Skip to content*/
#skip-to-content  {position:absolute;top:-500px;left:0px;width:0px;overflow:hidden;}
#skip-to-content a:active, #skip-to-content a:focus{position:static;width:auto;height:auto;}
#skip-to-content a {color:#ffffff;background: #000000;}
.wrapper{
	max-width:1580px; 
  	display: block;
  	margin-left: auto;
  	margin-right: auto;
  	padding:0;
}

@media screen and (max-width: 999px) {
    .content{font-size: 1rem;}        
}


.socialmedia{ background-color: #00508F; text-align:center;padding: 10px 0px 10px 0px;
border-top: 2px solid #ffffff; 
} 
.socialmedia .fa {padding: 0px;font-size: 50px;width: 70px;text-align: center;text-decoration: none;}
.socialmedia .fa .iconlink{visibility:hidden; 	font-size: 10px;}
.socialmedia .fa:hover {opacity: 0.7;}
.socialmedia .fa-facebook, .socialmedia .fa-twitter , .socialmedia .fa-instagram, .socialmedia .fa-youtube-play {color: #ffffff;}
.socialmedia .pat-footer {color: #ffffff; font-family: "Arial Narrow", Arial, sans-serif; font-weight: 600;}

/*mobile Social Media icons*/
@media screen and (max-width: 499px) {
.socialmedia .fa {font-size: 35px;width: 50px;}
}

.content img{
    width:100%;
    border-radius: 6px;
}

/*Banners*/
.banner{
	text-align: center;
	padding:0 0 0 0;	
    background-color: #ffffff;
}

.banner-responsive{
  height: auto;
}

/*Navigation*/
.navigation-background{height:129px;}
.banner-wrapper{padding:5px 5px 5px 5px; background-color:#990000; }

@media screen and (max-width: 699px) {
.navigation-background{
height:103px;}		
}


/*Blog*/
/*Large images reponsive in blog*/
.responsive {
  max-width: 100%;
  height: auto;
}

.left{float:left; padding: 10px 10px 10px 0px;}
.right{float:right; padding: 10px 0px 10px 10px;}

@media screen and (max-width: 600px) {
  .right {
	float:none;
	display:block;
	margin-left:auto;
	margin-right:auto;
	padding:10px 0 10px 0; 
  }
	
  .left {
	float:none;
	display:block;
	margin-left:auto;
	margin-right:auto;
	padding:10px 0 10px 0;   
  }		
}

/*Image Caption float Right*/
.image-caption-right {background: #ffffff;max-width: 350px;float: right; margin: 10px;}
	
/*Image Caption float Left*/
.image-caption-left {background: #ffffff;max-width: 350px;float: left; margin: 10px;}

@media screen and (max-width: 600px){
.image-caption-right, image-caption-right {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
    }		
}	

.bottom-nav{
    font-size: 22px;
	text-align: center;
	padding:10px 0 10px 0;	
}

.date {font-weight: bold;}