@charset "UTF-8";
/* CSS Document */

html {
	height:100%;
	scroll-behavior: smooth;
}

#mobilebanner {
	display: none;
}

body,td,th {
	font-family: 'Poppins', Tahoma, Georgia, Times New Roman, Times, serif;
	font-size: 1.2em;
	color: #555555;
	height:100%;
}
body {
	font-family: 'Poppins', Tahoma, Georgia, Times New Roman, Times, serif;
	font-size: 1.2em;
	color: #555555;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #fff;
	height:100%;
}

img {
	border: 0;
	
}

a:link {
	color: #005F8D;
}

a:visited {
	color: #005F8D;
}

a.whitelink:link {
	color:#FFF;
}

a.whitelink:visited {
	color:#FFF;
}


#wrap {
	min-height:100%;
}

#main {
	overflow:auto;
	padding-bottom: 40px;
}

#mobilemenu {
	display:none;
}


#menu { 
	width: 100%; 
	position: relative;
	top: 0px;
	padding:0;
	margin:0;
	height:auto;
	background-color:white;
	display: inline-block;
	padding-bottom:20px;
}

#menuholder { 
	margin: 0 auto;
	width: 90%; 
	position: relative;
	top: 0px;
	font-family: 'Poppins', Tahoma, Georgia, Times New Roman, Times, serif;
	color: #fff;
	padding:0;
	height: auto;
	z-index: 99999999;
}

#logo {
	float: left;
	max-width: 28%;
	top:30px;
	display: block;
	width: auto;
	position: relative;
}

#contactinfo {
	float: right;
	position:relative;
	text-align:right;
	max-width:70%;
}

.social {
	font-size:2em;
}

#nav {
	display: inline-block;
	float: right;
	top: 10px;
	font-size: 1.5em;
	color: #333;
	position:relative;
	text-align:right;
}

#nav ul {
list-style-type: none;
margin: auto;
}

#nav ul a {
margin-left: 1em;
margin-right: 0;
display: block;
text-decoration: none;
color:#333;
padding:.3em;
padding-top: 0;
padding-left: 1.2em;
}


#nav ul a:visited {
color:#333;
}

#nav li {
float: right;
}



#nav-small {
	display: inline-block;
	float: right;
	top: 10px;
	font-family: 'Poppins', Tahoma, Georgia, Times New Roman, Times, serif;
	font-size: .8em;
	color: #333;
	position:relative;
	text-align:right;
}

#nav-small ul {
list-style-type: none;
margin: auto;
}

#nav-small ul a {
margin-left: .6em;
display: block;
text-decoration: none;
color:#333;
padding:.3em;
padding-left: .5em;
padding-right: .5em;
}

#nav-small ul a:visited {
color:#333;
}

#nav-small li {
float: right;
}


#homeholder {
	width: 100%;
	height: auto;
}

#line {
	width: 30%;
	margin: 0 auto;
	border-top: 1px solid rgb(131, 131, 131);
	margin-top:.5em;
	margin-bottom: .5em;
}

.homeblock {
	background-color: #005F8D;
	color:#fff;
	padding: .3em;
	padding-right: .5em;
	padding-left: .5em;
	text-align: center;
	font-size: .5em;
	text-shadow: none;
}

.yellowtext {
	color:#0086c0;
}

#masthead { 
	margin: 0;
	padding: 0;
	width: 100%; 
	position: relative;
	background-image: url(images/masthead-new.jpg);
	background-size: cover;
}

#mastheadholder {
	margin:0px auto;
	width:80%;
	font-family: 'Merriweather', Tahoma, Georgia, Times, serif;
	font-size: 2.5em;
	color: white;
	padding-top:6em;
	padding-bottom:4em;
	text-align: center;
}

#sub-masthead { 
	margin: 0;
	width: 100%; 
	position: relative;
	top: 0px;
	height: 250px;
}


#homecontent { 
	margin: 0;
	padding: 0;
	width: 100%; 
	position: relative;
	top: 0px;
	background-color:#DDDDDD;
	overflow:auto;
}

#homecontentholder {
	max-width: 1170px;  
	margin: 0px auto;
	position: relative;
	height:auto;
	padding-top:2em;
	padding-bottom:2em;
}

#feature {
	background-color:#fff; 
	padding:0;
	height: auto;
	background-image:url(images/finlay.jpg);
	background-position: center;
	background-repeat:no-repeat;
	background-size:cover;
}

#feature-holder {
	max-width: 1150px;  
	margin: 0px auto;
	position: relative;
	height:auto;
	padding-top:2em;
	padding-bottom:2em;
	text-align:center;
	font-size:1.2em;
}

#featureleft {
	float: left;
	width:60%;
}

#featureright {
	float:right;
	width:30%;
	margin-top:0;
	background-color:#f3f3f3;
	padding:1em;
	font-size: .8em;
}

.event-holder {
width: auto;
margin-bottom:10px;
}

.backwildpic {
	max-width: 70%;
}


.content-holder-event {
	margin: 0 auto;
	text-align: center;
	font-size: 1.3em;
	max-width: 90%;
}

.content-holder-event h1 {
	font-weight: bold;
	color: darkorange;
	text-shadow: 1px 1px #333;
}

.content-holder-event h2 {
	font-weight: bold;
	color: white;
	text-shadow: 1px 1px #333;
}

.event-listing {
	display: flex;
	gap: 20px;
}
.event-pic {
flex: 1;
}

.event-info {
flex: 2;
}

.event-info img {
	max-width: 100%;
    height: auto;
}

#phoneholder {
	max-width: 1070px;  
	margin: 0px auto;
	position: relative;
	height:auto;
	padding-top:1.2em;
	padding-bottom:1.2em;
	text-align:center;
	font-size:2.5em;
}

#sponsors {
	max-width: 1150px;  
	margin: 0px auto;
	position: relative;
	height:auto;
	padding-top:2em;
	padding-bottom:2em;
	text-align:center;
	font-size:1.2em;
}

.sponsorblock {
	display: inline-block;
	margin-left: 2em;
	margin-right: 2em;
	max-width: 200px;
}


#content {
	max-width: 1150px;
	margin: 0px auto;
	top: 3em;
	position: relative;
	height: auto;
	margin-bottom: 4em;
}

.flex-holder {
	display: flex;
	gap: 50px;
	flex-wrap: wrap;
	justify-content: center;
}

.column {
	flex: 1;
	
}


.feature {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 50px;
	padding-top:2em;
	padding-bottom:2em;
}

.feature-column-1 {
	flex: 1;
	text-align: center;
}

.feature-column-2 {
	flex: 1;
	text-align: center;
}

.feature-column-3 {
	flex: 1;
	text-align: center;
}



.topgap {
	margin-top:5em;
}


#personcard {
	width:12.2%;
	height:auto;
	min-height: 280px;
	display: inline-block; 
	padding: 1em;
	margin: .5em; 
	background-color:#F4F4F4;
	font-size:.8em;
	color: #333; 
	text-align:center;
	border-top: 5px solid #B7B7B7;
	vertical-align: top;
}

#personcard img {
	height: 115px;
    width: 115px;
	margin-bottom:7px;
	clip-path: circle(50px at center);
}



#footer {
	width: 100%;  
	margin: 0px auto; 
	position:relative;
	color: #fff;
	top: 0px;
	background-color:#005F8D;
	height:auto;
}


#memberleft {
	display: inline-block;
	width: 31%;
	vertical-align: top;
	padding-right: 4%;
}

#memberright {
	display: inline-block;
	width: 55%;
	vertical-align: top;
}

#left {
	width: 45%;
	float: left;
}

#right {
	width: 45%;
	float: right;
}

.quotes {
	font-family: 'Merriweather', Arial, Helvetica, sans-serif; 
	font-size: 1.4em;
	font-style: italic;
	font-weight: normal;
}

#footer-holder {
	max-width: 1150px;  
	margin: 0px auto; 
	padding: 15px; 
	position:relative;
	color: #fff;
	top: 0px;
	font-size:.9em;
	text-align:center;
}

#footer-holder a {
	color:#fff;
}

h1 {
	font-family: 'Merriweather', Arial, Helvetica, sans-serif;  
	font-size:2.2em;
	color: #005F8D;
	font-weight: 300;

}

h2 {
	font-family: 'Merriweather', Arial, Helvetica, sans-serif; 
	font-size:1.8em;
	color: #005F8D; 
	font-weight: 300;

}

h3 {
	font-family: 'Merriweather', Arial, Helvetica, sans-serif; 
	font-size:1.3em;
	font-weight: 300;
	color: #005F8D; 
}

h4 {
	font-family: 'Merriweather', Arial, Helvetica, sans-serif; 
	font-size:1.1em;
	color: #005F8D;
	font-weight: 300;
}


.boldme {
	font-weight:bold;
}

.plain {
	font-weight: normal;
}

.Gray {
	color:#5E5E5E;
}

.footerhover a:link {
	color: #fff;
}

.footerhover a:visited {
	color:#fff;
}

.smallertext {
	font-size:.9em;
}

.vid {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}

/* Handles responsive youtube video embeds */
 
.vid iframe,
.vid object,
.vid embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.clearme {
	clear:both;
}



     
    .squareholder
    {
    	text-align:center;
        display:inline-block;
    	width:100%;
    	height: auto;
		background-color:#333;
		padding-top:15px;
		padding-bottom:15px;
		color:#fff;
    }
    
     .squareholder-cta
    {
    	text-align:center;
        display:inline-block;
    	width:100%;
    	height: auto;
		background-color:#014b6b;
		padding-top:15px;
		padding-bottom:15px;
		color:#fff;
    }
	
	
	.square
    {
    	margin:20px;
		padding:20px;
        width: 20%;
        text-align:center;
        display:inline-block;
		vertical-align:top;
		color: #fff;    
		background-color: #0086c0;
    }
    
    .squareholder
    {
    	text-align:center;
        display:inline-block;
    	width:100%;
    	height: auto;
		background-color:#333;
		padding-top:15px;
		padding-bottom:15px;
		color:#fff;
    }
    
    
    .squarenewsholder
    {
    	text-align:center;
        display:inline-block;
    	width:100%;
    	height: auto;
		background-color:#333;
		padding-top:.2em;
		padding-bottom:.2em;
		color:#fff;
    }
    
    .squarenews
    {
    	margin:1em;
		padding:1em;
        width: 20%;
        text-align:center;
        display:inline-block;
		vertical-align:top;
		color: #fff;    
    }
    
    .squareplain
    {
    	flex: 1;
		margin:.3em;
		padding:1em;
		min-width: 200px;
		max-width: 250px;
        text-align:center;
        display:inline-block;
		vertical-align:top;
		background-color: #f3f3f3;
		border-top: 2px solid #0086c0;
		font-size: .7em;
    }
    
    .square a:link
    {
    	color: #fff;
    	text-decoration: none;    
    }
    
    .square a:visited
    {
    	color: #fff;    
    }
    
      .square a:hover
    {
    	color: #fff;
    }
    
    .imgscale {
    max-width: 100%;
    height: auto;
}
	

	/* Overall Button Style */
.button {
    background: #004563;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color:#fff;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 10px;
	padding-left: 20px;
	padding-right: 20px;
    vertical-align: middle;
    }
    
.yellow {
    background: #0086c0;
    }    

	
.pink {
	color: #0086c0;
}

    
.button span {
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    display: block;
    font: bold .9em 'Poppins', sans-serif;
    padding: 6px 12px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
    }
    
.button a:link {
	color:#fff;
	text-decoration: none;
}    

.button a:visited {
	color:#fff;
	text-decoration: none;
}

.roundedimage {
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

input, textarea, select {
	border:1px solid;
	border-color:#646464;
	font-family:inherit;
	font-size:17px;
	padding:8px;
	width: 80%;
}

input[type=submit] {
	width: auto;
}

/* timeline */

#cd-timeline {
  position: relative;
  padding: 2em 0;
  margin-top: 2em;
  margin-bottom: 2em;
}
#cd-timeline::before {
  /* this is the vertical line */
  content: '';
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  width: 4px;
  background: #d7e4ed;
}

#candidateholder {
	width: 100%;
	text-align: center;
}

.candidate {
	display: inline-block;
	vertical-align: top;
	max-width: 450px;
	text-align: center;
	padding: 1em;
	border: 1px solid #f3f3f3;
	margin: 1em;
}



.cssanimations .cd-timeline-img.is-hidden {
  visibility: hidden;
}
.cssanimations .cd-timeline-img.bounce-in {
  visibility: visible;
  animation: cd-bounce-1 0.6s;
}
 
@keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
 
  60% {
    opacity: 1;
    transform: scale(1.2);
  }
 
  100% {
    transform: scale(1);
  }
}		



/* Slick Slider Customization */
.slick-track {
	display: flex;
  }
  .slick-track .slick-slide {
	display: flex;
	height: auto;
	align-items: center;
	justify-content: center;
  }