﻿/* spinner overlay for when uploading photos */
#please-wait {
	display:none;
	position: fixed;
	z-index:9999;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5) ;
}
.spinner {
   position: absolute;
   left: 50%;
   top: 50%;
   height:60px;
   width:60px;
   margin:0px auto;
   -webkit-animation: rotation .8s infinite linear;
   -moz-animation: rotation .8s infinite linear;
   -o-animation: rotation .8s infinite linear;
   animation: rotation .8s infinite linear;
   border-left:8px solid rgba(255,255,255,.15);
   border-right:8px solid rgba(255,255,255,.15);
   border-bottom:8px solid rgba(255,255,255,.15);
   border-top:8px solid rgba(255,255,255,.8);
   border-radius:100%;
}

@-webkit-keyframes rotation {
   from {-webkit-transform: rotate(0deg);}
   to {-webkit-transform: rotate(359deg);}
}
@-moz-keyframes rotation {
   from {-moz-transform: rotate(0deg);}
   to {-moz-transform: rotate(359deg);}
}
@-o-keyframes rotation {
   from {-o-transform: rotate(0deg);}
   to {-o-transform: rotate(359deg);}
}
@keyframes rotation {
   from {transform: rotate(0deg);}
   to {transform: rotate(359deg);}
}

body{
	margin: 0;
	padding: 0;
	width: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	 overflow-x: hidden;
	 background-image: url('../svg/background-pattern.svg');

}

html {margin: 0; padding: 0;    min-height: 100% !important;
    height: 100%;
}

select{	
	font-family: Lato, sans-serif;
	font-weight: 300;
	font-size: 15px;
	line-height: 22px;
	letter-spacing: 0px;
	color: #222222;
	opacity: 1;
	padding: 5px;
}

footer{
	background-image: url('../svg/background-pattern-footer.svg');
	color:white;	
	padding: 20px 0 80px;
}

footer h4{
	font-family: Lato, sans-serif;
	font-weight: 900;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 0px;
	color: #FFFFFF;
	opacity: 1;
}

footer div{
font-family: Lato, sans-serif;
font-weight: normal;
font-size: 13px;
line-height: 23px;
letter-spacing: 0px;
color: #FFFFFF;
opacity: 1;}


footer div a:link{
	font-family: Lato, sans-serif;
	font-weight: normal;
	font-size: 15;
	line-height: 23px;
	text-decoration: none;
	letter-spacing: 0px;
	color: #FFFFFF;
	opacity: 1;
}

footer div a:visited{
	font-family: Lato, sans-serif;
	font-weight: normal;
	font-size: 15;
	line-height: 23px;
	text-decoration: none;
	letter-spacing: 0px;
	color: #FFFFFF;
	opacity: 1;
}
footer div a:hover{
	font-family: Lato, sans-serif;
	font-weight: normal;
	font-size: 15;
	line-height: 23px;
	text-decoration: underline;
	letter-spacing: 0px;
	color: #FFFFFF;
	opacity: 1;
}


#copy{
	font-family: Lato, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 21px;
	letter-spacing: 0px;
	color: #FFFFFF;
	padding-top: 8px;
	}
	
#copy a{text-decoration: underline;}	

#copylink:link{font-family: Lato, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 21px;
	letter-spacing: 0px;
	color: #FFFFFF;
	text-decoration: none;}
	#copylink:visited{font-family: Lato, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 21px;
	letter-spacing: 0px;
	color: #FFFFFF;
	text-decoration: none;}
	#copylink:hover{font-family: Lato, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 21px;
	letter-spacing: 0px;
	color: #FFFFFF;
	text-decoration: none;}
img, a, h1, h2, h3, h4, h5, tr, td {
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    transition: all 200ms ease;
}

h1{font-family: Playfair Display;
	font-size: 35px;
	font-weight: normal;
	line-height: 47px;
	letter-spacing: -0.7px;
	color: #222222;
	opacity: 1;
	border-bottom: 1px solid #909090;
	margin: 0 0 30px 0;
	/*width: fit-content;*/
	width: 100%;
	}
	
h1.home{width: 100%;}

h2 a:link{
	font-family: Lato, sans-serif;
	font-size: 22px;
	font-weight: 900;
	line-height: 29px;
	letter-spacing: 0px;
	color: #55AEBA;
	text-decoration: none;
}

h2 a:visited{
	text-decoration: none;
	color: #55AEBA;

}

h2 a:hover{
	color: #55AEBA;
	text-decoration: underline;
}



h3{
	font-family: Lato, sans-serif;
	font-weight: bold;
	font-size:18px;
	line-height: 29px ;
	letter-spacing: 0px;
	color: #222222;
	opacity: 1;
}

h3 a:link{
	font-family: Lato, sans-serif;
	font-weight: bold;
	font-size:18px;
	line-height: 29px ;

	text-decoration: none;
	color: #222222;
}


h3 a:visited{
	text-decoration: none;
	color: #222222;
}

h3 a:hover{	text-decoration: underline;
	color: #55AEBA;
}

p {
    display: block;
    margin-block-start: 0;
    margin-block-end: 0;
    padding-block-start: 1em;
    padding-block-end: 1em;

	font-family: Lato, sans-serif;
	font-weight: 300;
	font-size: 15px;
	line-height: 22px;
	letter-spacing: 0px;
	color: #222222;
	opacity: 1;
}

div{	font-family: Lato, sans-serif;
	font-weight: 300;
	font-size: 15px;
	line-height: 22px;
	letter-spacing: 0px;
	color: #222222;
	opacity: 1;
}

small{
	font-family:Lato;
	font-weight: normal;
	font-size: 13px;
	line-height: 16px; 
	letter-spacing: 0px;
	color: #A7A7A7;}

.master-width {
	width: 69%; 
	max-width: 1400px; 
	margin: 0 auto;
	background-color: white;
	border-radius: 35px;
	
	/* added by Daniel*/
	/*padding: 30px 30px;*/
	padding: 30px 60px;
	
	 }


#page_head{
	text-align: center;
	width: 69%;
	max-width: 1400px; 
	margin: 0 auto;	
	font-family: Sunshine;
	font-size: 75px;
	line-height: 90px;
	letter-spacing: 0px;
	color: #FFFFFF;
	text-shadow: 1px 1px 4px #00000080;
	opacity: 1;
	}

#page_top{	margin-top:25vw; margin-bottom: 20vw;}

.pagetop{margin-top:25vw;}

.featured{	
	width: -webkit-calc(69% + 120px);
    width:    -moz-calc(69% + 120px);
    width:         calc(69% + 120px);
	
	
	max-width: 1400px; 
	margin: 0 auto;
	margin-bottom: 100px;
}

.ftgroup{display: flex;}

.featured_inner{	background-color: white;
	border-radius: 35px;
	padding: 30px 60px 60px 60px;
	min-height: 400px;
}

.featured_inner > a > .plink{font-size:22px; padding-top: 20px; font-family: Lato, sans-serif; line-height: 29px; font-weight: 900; letter-spacing: 0px;}

.responsive{width: 100%; margin: 0 auto;  }

.responsive-featured{	
	width: 100%; 
	margin: 0 auto;
	/*padding: 0 5%;*/
	background-position: center center; 
	background-size: cover;
	height: 280px;
    border-radius: 20px;

}

img.bg {
	/* Set rules to fill background */
	/*min-height: 100%;*/
	/*min-width: 1024px;*/
	
	/* Set up proportionate scaling */
	width: 100%;
	height: auto;
	
	/* Set up positioning */
	position: fixed;
	top: 0;
	left: 0;
}

#header_outer{width: 100%; margin: 0 auto; position: fixed; top: 0; z-index: 999999; background-color: rgba(0,0,0,0.7);
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1,startColorStr="#000000",endColorStr="#000000");
    -ms-filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1,startColorStr="#000000",endColorStr="#000000");
}
#header_inner{width: 73%; margin: 0 auto; color: white;display: flex; align-items: center; }

#logo{width: 100%; height:auto; margin: 0 auto; }


/*** MENU STUFF ***/

/*#menu-bar{margin-top: 15px;}*/

.slicknav_menu {
	display:none;
}


	

a:link.main-nav	{
	font-family: Lato, sans-serif;
	font-weight: bold;
	font-size: 1.3rem;
	line-height: 24px;
	letter-spacing: 0px;
	color: #FFFFFF;

	text-decoration:none; 
	padding:13px 10px 13px 10px; 
}
a:visited.main-nav {
	font-family: Lato, sans-serif;
	font-weight: bold;
	font-size: 1.3rem;
	line-height: 24px;
	
	letter-spacing: 0px;
	color: #FFFFFF;	
	
	text-decoration:none; 
	padding:13px 10px 13px 10px; 
}
a:hover.main-nav {
	font-family: Lato, sans-serif;
	font-weight: bold;
	font-size: 1.3rem;
	line-height: 24px;
	letter-spacing: 0px;
	color: #FFFFFF;
	
	text-decoration:none; 
	padding:13px 10px 13px 10px; 
	background: #30828D 0% 0% no-repeat padding-box;
	border-radius: 10px 10px 0px 0px;
	opacity: 1;
	
}

.sub-nav {
	font-family: Lato, sans-serif;
	font-weight: normal;
	font-size: 17px;
	line-height: 32px;
		letter-spacing: 0px;
		color: #222222;

	text-decoration:none;
}



/*
nav {	
	margin-left: 10px;
	margin-top: 0px;
}
*/
nav ul ul {
	display: none;
}

	nav ul li:hover > ul {
		display: block;
	}

nav ul {
	list-style: none;
	position: relative;
	display: inline-table;
	margin-top: 0;
	margin-bottom: 0;
	-webkit-padding-start: 0px;

}
	nav ul:after {
		content: ""; clear: both; display: block;
	}
	
	
	
	
nav ul li {
	float: left;
	margin-left:0px;
}

	
	nav ul li a {
		display: block; 
		padding:8px 10px 8px 10px;
		text-decoration: none;
		color: #fff;
	}	
		
	
nav ul ul {
	background:  white; 
	border-radius: 0px;
	 padding: 0;
	position: absolute; 
	top: 100%;
	width: auto;
	z-index: 9999;
}

nav ul ul:last-child {width: fit-content;}
nav ul li:nth-last-child(-n+2) {
    display: flex;
    justify-content: flex-end;
    }
/*nav ul li:nth-last-child(-n+2) li{
    text-align:right;
    }*/
nav ul ul li:nth-last-child(-n+2){display: unset;}

	nav ul ul li {
		float: none; 
		position: relative;
		text-align: left;
		color: #841431;
	}
		nav ul ul li a {
			padding:6px 16px 6px 10px;
			color: #841431;
			text-decoration: none;
		}	
			nav ul ul li a:hover {
				color: #55AEBA;
			}	

nav ul ul ul {
	position: absolute; left: 100%; top:0;
}	


#signup_outer{width: 100%; background: white; padding-top: 30px; padding-bottom: 30px;}
#signup_inner{color: black; text-align: center; width: 73%; margin: 0 auto;}

#signup_inner h2{
	font-family: Playfair Display;
	font-weight: normal;
	font-size: 35px;
	line-height: 47px; 
	letter-spacing: 0px;
	color: #222222;
	opacity: 1;	
	margin-bottom: 0;
}

#signup_inner p {
	font-family: Lato, sans-serif;
	font-weight: 300;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0px;
	color: #222222;
	opacity: 1;
}

/*.line{  border-bottom: 1px solid #909090;
}*/

.line_light{border-top: 1px solid #DEDEDE; /*padding: 20px 0 30px;*/ padding-bottom: 30px; margin-top: 20px;}
.event_line{padding-bottom: 20px;}

.news-tn-container {  
    display: inline-block;
    overflow: hidden;
    width: 100px;
    padding-bottom: 100%;
    position: relative;
}
.news-tn {
  width:100px;
  height:100px;
  position: absolute;
  border-radius: 50%;
  object-fit: cover;
 /* max-width: 100px;
  max-height: 100px;*/
  
}

.news-tn:hover{
	box-sizing: border-box;    
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;

	border: 4px solid #55AEBA;
	transition: none;
	
}

.news-pic{width: 100px; height: 100px; float: left;	margin-right: 30px;}

.news-text{
	width: -webkit-calc(100% - 130px);
    width:    -moz-calc(100% - 130px);
    width:         calc(100% - 130px);
	float: left;
}

.event-text{width: -webkit-calc(100% - 130px);
    width:    -moz-calc(100% - 130px);
    width:         calc(100% - 130px);
	float: left;
}
.event-pic{width: 100px; height: 100px; float: left;	margin-left: 30px;}

.news_date{
	font-family: Lato, sans-serif;
	font-weight: normal;
	font-size: 13px;
	line-height: 16px;
	letter-spacing: 0px;
	color: #A7A7A7;}

.plink{
	text-decoration: underline;
	font-family: Lato, sans-serif;
	font-weight: medium;
	font-size: 15px;
	line-height: 22px;
	letter-spacing: 0px;
	color: #55AEBA;
	opacity: 1;
	}

.dirlink{
	text-decoration: none;
	font-family: Lato, sans-serif;
	font-weight: medium;
	font-size: 15px;
	line-height: 24px;
	letter-spacing: 0px;
	color: #222222;
	opacity: 1;
}

.dirlink:hover{
	text-decoration: underline;
	color: #55AEBA;
}

.event-date{
	font-family: Lato, sans-serif;
	font-weight: 900;
	font-size: 15px;
	line-height: 18px;
	letter-spacing: 0px;
	color: #222222;
}

.event-title{
	font-family: Lato, sans-serif;
	font-weight: 900;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0px;
	color: #55AEBA;
}

.event-title a:link{text-decoration: none;}
.event-title a:hover{text-decoration: none;}


.news-img{background-size: cover; background-position: center center; height:230px; border-radius:20px;}


.blue-btn-text{
	font-family: Lato, sans-serif;
	font-weight: 900;
	font-size: 17px;
	line-height: 20px;
	
	letter-spacing: 0px;
	color: #FFFFFF;
	opacity: 1;
	text-align: center;
	padding: 10px 30px 11px 30px;
	margin: 5px;
}

.blue-btn{
	background: #55AEBA 0% 0% no-repeat padding-box;
	border-radius: 8px;
	opacity: 1;
	border: 0;
	width: fit-content;
}

.blue-btn:hover{
	opacity: 0.75;
}

input[type="button" i] {	
		font-family: Lato, sans-serif;
	font-weight: 900;
	font-size: 17px;
	line-height: 20px;
	
	letter-spacing: 0px;
	color: #FFFFFF;
	opacity: 1;
	text-align: center;
	padding: 10px 30px 11px 30px;
	margin: 5px;

	
	background: #55AEBA 0% 0% no-repeat padding-box;
	border-radius: 8px;
	opacity: 1;
	border: 0;
	width: fit-content;
}

input[type="submit" i] {	
		font-family: Lato, sans-serif;
	font-weight: 900;
	font-size: 17px;
	line-height: 20px;
	
	letter-spacing: 0px;
	color: #FFFFFF;
	opacity: 1;
	text-align: center;
	padding: 10px 30px 11px 30px;
	margin: 5px;

	
	background: #55AEBA 0% 0% no-repeat padding-box;
	border-radius: 8px;
	opacity: 1;
	border: 0;
	width: fit-content;
}

.no-dec{text-decoration: none;}

.header-link{color: white; text-decoration: none;text-align: center;}

#search_btn{
	float: right;
	margin-top: 10px;
}

.search_box{
	float: right;
}
#search_field{
	display: none;
}    

input[name="searchtext"] {
  height: 28px;
  width: 125px;
  border-radius: 8px;
  	font-family: Lato, sans-serif;
	font-weight: 300;
	font-size: 15px;
	line-height: 22px;
	letter-spacing: 0px;
	color: #222222;
	opacity: 1;
	padding: 5px 15px;
	border: 1px solid #222222;
}


.charon{color: #55aeba;position: relative;top:7px;}


#country{display: none}

.form_align{text-align: right;}

img.right-align {float:right;margin:5px 0 5px 10px;}
img.left-align {float:left;margin:5px 10px 5px 0;}

#alpha_box{display: flex; justify-content: space-between; margin-bottom: 40px; margin-top: 20px;}

.alpha_border{width: 1px; border-right: 1px solid #DEDEDE; }
.directory_letters{
	font-family: Lato, sans-serif;
	font-weight: bold;
	font-size: 22px;
	line-height: 27px;
	
	color: #55AEBA;
	opacity: 1;
	text-decoration: none;
	
}


.flex_container{position: relative;
}

.flex{display: flex !important;
}
.flex-center{display: flex !important; align-items: center;
}


.dircolumn{    flex-grow: 1;
    flex-basis: 0;
}

#mobile_alpha{display: none;}


.star-container{float:right;padding:30px 0 0 0;}

.round-search{height: 25px;   	font-family: Lato, sans-serif;
	font-weight: 300;
	font-size: 15px;
	line-height: 22px;
	letter-spacing: 0px;
	color: #222222;
	opacity: 1;
	padding: 5px;
	border: 1px solid #222222;
	border-radius: 8px; 
	padding: 5px 15px;
}


#news_head{width:69%;}
#news_year{width: 31%; margin-bottom: 23px; text-align: right; padding-bottom: 5px; border-bottom: 1px solid #909090;}





@media only screen and (min-width: 1332px) and (max-width: 1435px) {
	a:link.main-nav	{
		font-size: 1.2rem;
	}
	a:visited.main-nav {
		font-size: 1.2rem;
	}
	a:hover.main-nav {
		font-size: 1.2rem;
		
	}

}


@media only screen and (min-width: 1242px) and (max-width: 1331px) {
	a:link.main-nav	{
		font-size: 1.1rem;
	}
	a:visited.main-nav {
		font-size: 1.1rem;
	}
	a:hover.main-nav {
		font-size: 1.1rem;
		
	}

}


@media only screen and (min-width: 1160px) and (max-width: 1241px) {
	a:link.main-nav	{
		font-size: 1rem;
	}
	a:visited.main-nav {
		font-size: 1rem;
	}
	a:hover.main-nav {
		font-size: 1rem;
		
	}

}



@media only screen and (min-width: 1050px) and (max-width: 1159px) {
	a:link.main-nav	{
		font-size: 0.89rem;
	}
	a:visited.main-nav {
		font-size: 0.89em;
	}
	a:hover.main-nav {
		font-size: 0.89rem;
		
	}

}

@media only screen and (min-width: 1024px) and (max-width: 1049px) {
		a:link.main-nav	{
		font-size: 0.87rem;
	}
	a:visited.main-nav {
		font-size: 0.87em;
	}
	a:hover.main-nav {
		font-size: 0.87rem;
		
	}
	#search_btn{display: none;}

}