@CHARSET "ISO-8859-1";
/* Reset CSS
 * --------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
    font-family: bookAntiqua;
    color: black;
}
a{
	text-decoration:none;
}
table {
    border-spacing: 0;
    color: black;
}
fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}
strong{
	font-weight: bold;
}
ul {
    list-style: none;
    margin:0;
    padding:0;
}
ol {
    margin:0;
    padding:0;
    padding-left: 1rem;
}
caption,th {
    text-align: left;

}
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    font-size: 100%;
    margin:0;
    padding:0;
    color:#444;
}
q:before,q:after {
    content:'';
}
abbr,acronym { border: 0;
}


/* FONTS */
@font-face {
    font-family: bookAntiqua;
    src: url(./fonts/ANTQUA.ttf);
}
@font-face {
    font-family: bookAntiquaBold;
    src: url(./fonts/BookAntiquaBold.ttf);
}
@font-face {
    font-family: bookAntiquaItalic;
    src: url(./fonts/BookAntiquaItalic.ttf);
}
@font-face {
    font-family: arial;
    src: url(./fonts/Arial.ttf);
}


/* Custom CSS
 * --------------------------------------- */
body{
	font-family: arial,helvetica;
	color: #333;
	color: rgba(0,0,0,0.5);
    background-color: white !important;
}
.wrap{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	position: relative;
}
h1{
	font-size: 6em;
}
p{
    font-size: 1rem;
    text-align: left;
}
ul {
    list-style-type: disc;
}
.sectionContainer {
    padding-top: 70px;
    min-height: 100vh;
}
table.linksDetail {
    table-layout: fixed;
    width: 100%;
}
table.linksDetail td{
    overflow-wrap: break-word;
    vertical-align: initial;
    font-size: 1rem;
    padding-right: 8px;
    padding-top: 4px;
    padding-bottom: 4px;
    font-family: arial;
}

/* EVENTS */
.events-header-warning {
    font-family: bookAntiquaBold;
    font-size: 32px;
    text-align: center;
}
table.events {
    table-layout: fixed;
    margin: 0 4px;
}
table.events td a {
    word-break: break-all;
}
table.events tr:not(:last-child), table.events thead tr {
    border-bottom: 1px solid rgb(200, 200, 200);
}
table.events tr td:nth-child(2) {
    min-width: 162px;
}
table.events tr td:nth-child(3) {
    min-width: 130px;
}
table.events tr td:nth-child(4) {
    width: 205px;
}
table.events td, table.events th {
    vertical-align: initial;
    padding: 8px 4px;
}
table.events td:first-child, table.events th:first-child {
    padding-left: 0;
}
table.events td:last-child, table.events th:last-child {
    padding-right: 0;
}
table.events > thead th {
    font-family: bookAntiquaBold;
}
table.events em {
    font-family: bookAntiquaItalic;
}
/* table.events tr.red td {
    color: red;
} */
table.events .highlight {
    background-color: yellow;
}
.contentText .font-weight-bold {
    font-family: bookAntiquaBold;
}
.contentText .font-weight-italic {
    font-family: bookAntiquaItalic;
}

.color-black {
    color: black
}
.highlight-bold {
    font-family: bookAntiquaBold;
    background-color: yellow;
    color: black
}


#menu li {
	display:inline-block;
	margin: 10px;
	color: #000;
    margin-top: 13px;
}
#menu li.active{
    border-bottom: 2px #002f6c solid
}
#menu li a{
	text-decoration:none;
	color: #000;
}
#menu li.active a:hover{
}
#menu li:hover a{
    color: #002f6c;
}
#menu li a,
#menu li.active a{
	padding: 9px 18px;
	display:block;
    font-family: bookAntiquaBold;
    color: #7b7b7b;
}
#menu li.active a{
	color: black;
}
#menu{
	position:fixed;
	top:0;
	left:0;
	height: auto;
	z-index: 70;
	width: 100%;
	padding: 0;
	margin:0;
    text-align: center;
    background-color: white;
    border-bottom: 2px #002f6c solid;
}
.caf-top-border {
    border-top: 2px #002f6c solid;
}
.twitter-share-button{
	position: fixed;
	z-index: 99;
	right: 149px;
	top: 9px;
}
.findUsOnFacebook {
    border: 2px transparent solid;
    border-radius: 4px;
    height: 40px;
    background-color: white;
    padding: 7px;
}
.findUsOnFacebook:hover {
    border: 2px rgb(24, 119, 241, 0.68) solid;
    -webkit-transition: border-color 1s;/* Safari */
    transition: border-color 1s;
}
.facebookIcon {
    width: 24px;
}
.facebookIconLink:hover {
    text-decoration: none;
}

#download{
	margin: 10px 0 0 0;
	padding: 15px 10px;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	background-color: #49afcd;
	background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: -ms-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: -webkit-gradient(linear,0 0,0 100%,from( #5bc0de),to( #2f96b4));
	background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: linear-gradient(top, #5bc0de, #2f96b4);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#2f96b4', GradientType=0);
	border-color: #2f96b4 #2f96b4 #1f6377;
	border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);

	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	vertical-align: middle;
	cursor: pointer;
	display: inline-block;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
}
#download a{
	text-decoration:none;
	color:#fff;
}
#download:hover{
	text-shadow: 0 -1px 0 rgba(0,0,0,.25);
	background-color: #2F96B4;
	background-position: 0 -15px;
	-webkit-transition: background-position .1s linear;
	-moz-transition: background-position .1s linear;
	-ms-transition: background-position .1s linear;
	-o-transition: background-position .1s linear;
	transition: background-position .1s linear;
}
#infoMenu{
	height: 20px;
	color: #f2f2f2;
	position:fixed;
	z-index:70;
	bottom:0;
	width:100%;
	text-align:right;
	font-size:0.9em;
	padding:8px 0 8px 0;
}
#infoMenu ul{
	padding: 0 40px;
}
#infoMenu li a{
	display: block;
	margin: 0 22px 0 0;
	color: #333;
}
#infoMenu li a:hover{
	text-decoration:underline;
}
#infoMenu li{
	display:inline-block;
	position:relative;
}
#examplesList{
	display:none;
	background: #282828;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 20px;
	float: left;
	position: absolute;
	bottom: 29px;
	right: 0;
	width:638px;
	text-align:left;
}
#examplesList ul{
	padding:0;
}
#examplesList ul li{
	display:block;
	margin: 5px 0;
}
#examplesList ul li a{
	color: #BDBDBD;
	margin:0;
}
#examplesList ul li a:hover{
	color: #f2f2f2;
}
#examplesList .column{
	float: left;
	margin: 0 20px 0 0;
}
#examplesList h3{
	color: #f2f2f2;
	font-size: 1.2em;
	margin: 0 0 15px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,0.1);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
	padding: 0 0 5px 0;
}


/* BACKGROUNDS */
.sectionBackground {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    flex-grow: 1;
    margin: -2px;
}
#section1Background {
    background-image: url("../assets/section1Background.jpg");
}
#section2Background {
    background-image: url("../assets/aboutBackground.png");
}
#section3Background {
    background-image: url("../assets/joinContactBackground.png");
}
#section4Background1 {
    background-image: url("../assets/eventsProgramsBackground.png");
    padding-top: calc(70px + 1.5rem);
}
#section4Background2 {
    background-image: url("../assets/rockportLegionBackground.png");
}
#section5Background {
    background-image: url("../assets/linksBackground.jpg");
}
#section6Background {
    background-image: url("../assets/section6Background.png");
}

/* COLOR OVERLAYS */
.color-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.section2-overlay {
    background-color: rgba(255, 255, 255, 0.25);
}
.section3-overlay {
    background-color: rgba(0, 47, 108, 0.4);
}
.section4-overlay {
    background-color: rgba(255, 255, 255, 0.25);
}
.section5-overlay {
    background-color: rgba(0, 47, 108, 0.4);
}
.section6-overlay {
    background-color: white;
}


/* PAPER BACKGROUND */
.paperBackground {
    background: rgba(255, 255, 255, 0.925);
    padding: 28px;
    padding-right: 36px;
    padding-left: 36px;
}
.paperBackground p, .paperBackground ul {
    color: black;
}

.whiteBackgroundDiv {
    background-color: white;
    color: #002f6c;
}
.contentText {
    font-size: 1rem;
}
.captionText {
    font-family: arial;
}
.headerText {
    font-size: 18pt;
    font-family: bookAntiquaBold;
    color: #728fb5;
    border-bottom: 2px solid #728fb5;
    margin-bottom: 6px;
}
.sub-header {
    text-align: center;
    font-family: bookAntiquaBold;
    font-size: 20px;
}

.finlandiaFoundationLogo {
    height: 60px;
    width: 60px;
    margin-right: 28px;
    margin-bottom: 4px;
    margin-top: 4px;
}
.section1Logo {
    object-fit: contain;
    max-width: 100%;
    max-height: 450px;
}

/* GALLERY */
.galleryImageFull {
    margin-left: auto;
    margin-right: auto;
}
.galleryThumbnailDiv {
    display: flex;
    align-items: center;
    position: relative;
    right: 50%;
}
.galleryThumbnail {
    object-fit: cover;
    max-width: 200px;
}

/* Demos Menu
 * --------------------------------------- */
 #demosMenu{
	position:fixed;
	bottom: 10px;
	right:10px;
	z-index: 999;
 }


/* SLICK */
.slick-arrow {
    width: 40px;
    height: 40px;
    z-index: 10;
}
.slick-arrow:before {
    color: #002f6c;
    font-size: 26pt;
}

/* #section4 > .fp-tableCell {
    height: auto !important;
} */
.section .fp-tableCell {
    height: auto !important;
}

.slick-prev {
    left: 100px;
}
.slick-next {
    right: 100px;
}

/* UTILITIES */
.caf-underline {
    text-decoration: underline;
}