/* PRELOAD */

/*
.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
  display:none;
}
*/

body {
	font-family: 'Montserrat', sans-serif;
}

.admsticky {
    position:sticky;
    top:60px;
    z-index:20;
}

#suggestionswrap {
    position:relative;
    top:-60px;
}
#suggestionswrap select {
    width:100%;
}

a {
	color:#275e69;
	text-decoration: underline;
}

nav a {
	text-decoration: none;
}

.navbar-burger {
    background-color:#0E3846;
    border-radius:2px 10px 2px 10px;
    color:#ffffff;
    height:3rem;
    width:3rem;

    position:fixed;
    top:25px;
    right:15px;
}


/* TOPBAR */

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index:10;
}


/* small screens */
@media only screen and (max-width: 1024px) and (min-width: 0px) {

/*
    div.topbar {
        color:#FFFFFF;
        font-size:0.8em;
        padding:5px 10px 5px 10px;
        background-color:#333333;

        z-index:10;
        width:100%;
        height:30px;
        position: absolute;

        transition: 0.1s;
        top:0px;
    }
    div.topbar a.ml {
        margin-left:20px;
        color:#FFFFFF;
    }
    div.topbar a {
        color:#FFFFFF;
    }
*/

.navbar-menu {
    background-color:#0E3846;
    border-radius:2px 10px 2px 10px;
    color:#ffffff;
    margin:auto 20px auto 20px;
}

.navbar-item, .navbar-link {
	color:#ffffff !important;
    font-weight:bold;
}

a.navbar-item:hover {
   background-color:#2E5866;
 }


}



div.navbar {
/*	border-bottom: 1px solid #AAA; */
	background-color: #FFFFFF;

	height:100px;
	z-index:5;
	
    transition: 0.1s;
	top:0px;

}
.navbar-item.child {
	font-size:0.8rem;
}
.navbar-item.child::before {
	content: "- ";
}

nav.navbar {
	background-color:transparent;
}

.logo {
	width:200px;
	transition: 0.1s;
}

.navbar-item img {
	max-height:200px !important;
}

.navbar-start {
	margin-left:20px;
}

a.smenu {
	font-weight:bold;
}



/* FOOTER */
  
footer  {
	font-size:0.9em;
	background-color:#12313E;
	margin-top:50px;
	color:#FFFFFF;
}

footer .footercontent {
    padding:50px 50px 50px 50px;
}

footer a {
    color:#ffffff;
}



/* CONTENT */

.content {
    margin:120px auto 10px auto;
}

@media only screen and (max-width: 1024px) {
    .content {
        margin:120px 10px 10px 10px;
    }
}





article {
	padding: 20px 20px 20px 20px;

    background: rgb(249,249,249);
    background: linear-gradient(180deg, rgba(229,229,229,1) 0%, rgba(249,249,249,1) 10%, rgba(249,249,249,1) 100%);

    border-radius: 3px 20px 3px 20px;

	border:1px solid #E9E9E9;
	margin:0px 0px 0px 0px;
}

body.Frontpage div.content {
}
body.Frontpage img.intro {
	margin:0px 0px -40px 0px;
}


table {
	width:100%;
}

.section {
	padding:20px 0px 20px 0px;
}

.h100 {
	height:100%;
}

.section.price {
	border:2px solid #D0D0D0;
	background-color:#FFFFFF;
	border-radius: 8px;
	margin:5px 5px 5px 5px;
	padding:15px 15px 15px 15px;
	height:100%;
}

.price h3.title {
	margin-bottom:5px;
}
.price p.text {
	font-weight: bold;
}

p.post {
	margin-top:8px;
	font-size:0.9em;
	font-style: italic;
}


.select:not(.is-multiple):not(.is-loading)::after, .navbar-link:not(.is-arrowless)::after {
  border: 2px solid #E63946 !important;
  border-radius: 2px;
  border-right: 0 !important;
  border-top: 0 !important;
}

.select {
    border-color:#506666 !important;
}

.input {
    padding:20px 20px 20px 10px;
}
.input, .textarea {
    border:1px solid #506666;
	box-shadow: none;
}
.input.is-active, .input.is-focused, .input:active, .input:focus, .textarea.is-active, .textarea.is-focused, .textarea:active, .textarea:focus {
    box-shadow: none;
}

.is-note-info {
	background-color:#ff9000;
	color:#fff;
	border-radius:0;
}

.white {
	background-color:#FFFFFF;
}

.heroimagewrap {
	overflow:hidden;
}
.heroimage {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index:1;
	overflow:hidden;
}
.heroimage img {
	width:100%;
	height:100%;
}
.ishero:hover img {
/*
	filter:blur(6px) sepia(100%) hue-rotate(190deg) saturate(400%);
/*
}
.ishero img {
/*	
	filter:grayscale(50%);
	filter: sepia(100%) hue-rotate(190deg) saturate(500%);
*/
}


div.hero-text {
	padding:20px;
	border-radius: 50px;
	background: rgba(0,0,0,0.6);
	box-shadow:  20px 20px 60px rgba(10,10,10,0.8), 
				 -20px -20px 60px rgba(130,130,130,0.7);

}


.hero-body {
	position: relative;
	z-index:2;
}

.ishero {
	min-height: 200px;
	max-height:500px;
	overflow:hidden;
	position: relative;
	/* display:flex; */
	background-size: auto;
	background-attachment: fixed;
	margin-bottom:20px;
}

.ishero .title {
	display:inline-block;
	color:#fff;
/*	background-color:rgba(0,0,0,0.5);*/
	font-size:40px;
	margin-bottom:30px;
	padding:5px;
}
.ishero .subtitle {
	display:inline-block;
	color:#fff;
/*	background-color:rgba(0,0,0,0.5);*/
padding:5px;
}
.ishero .fas {
	color:rgba(255,255,255,.5);
	font-size:5em;
}
.ishero.dark {
	background-color:#606060;
}



/*
div.column section.cta {
}

div.column section .cta .box {
	border:none;
	background-color:#E63946;
	color:#ffffff;

	bottom:10px;
	position: absolute;
	left:10px;
	right:10px;
	width:auto;

}
div.column section .cta {
	padding:20px 0 5px 0;
}

div.column section .cta .box {
	padding:10px 0 10px 0;
}
*/

div.column section .cta .box {

	border:1px solid #E63946;
	bottom:10px;
	position: absolute;
	left:10px;
	right:10px;
	width:auto;
	font-size:16px;
	margin-left:0;
	margin-right:0;

	
}
div.column section .cta .box {
	padding:10px 0 10px 0;
}

div.column section .cta {
	background: none;
	box-shadow:  none;
}



section.center {
	text-align: center;
}

section.cta {
	text-align:center;
	padding:10px 0 30px 0;

	border-radius: 50px;
	background: linear-gradient(145deg, #ffffff, #dbdbdb);
	box-shadow:  20px 20px 40px #cfcfcf, 
				 -20px -20px 40px #ffffff;

	margin-left:50px;
	margin-right:50px;
}



section.cta h4.title { 
	text-align:center;
}
section.cta h5.subtitle { 
	text-align:center;
}

section .cta .box {
	border:2px solid #E63946;
	color:#E63946;
	margin-left:auto;
	margin-right:auto;
	width:40%;
	box-shadow: none;
	font-size:20px;
	font-weight:bold;
	text-transform: uppercase;
}
section.cta .box::after {
	content:' \02192';
}



.blurb-icon {
	fill:#E63946;
	width:100px;
	margin:auto;
}
.blurb .title {
	margin-top: 5px !important;
	margin-bottom: 5px;
}




form {
	margin-top:10px;
	margin-bottom:25px; 
}

.p10 {
	padding-left:10px;
	padding-right:10px;
}

.pt10 {
	padding-top:10px;
}
.pb10 {
	padding-bottom:10px;
}

.pl20 {
	padding-left:20px;
}



div.dlist {
	margin-top:20px;
	margin-bottom:20px;
}

div.shoplist {
	margin-top:20px;
}

.button.is-link {
}






div.faq ul {
	list-style-type:none;
}

div.faq li:nth-child(odd) {
	font-weight:bold;
}

div.faq li:nth-child(even) {
	font-weight:normal;
	padding-left:20px;
}








@media only screen and (max-width: 1024px) {
	div.sectionwrap {
		margin-left:10px;
		margin-right:10px;
	}

	div.otherwrap {
		margin-left:10px;
		margin-right:10px;
	}


	.ishero .title {
		color:#fff;
		font-size:30px;
		margin-bottom:30px;
	}
	
	.ishero .subtitle {
		color:#fff;
		font-size:20px;
	}

	.ishero .fas {
		display:none;
	}	
  }





/*


ul {
	list-style-type: none !important;
	margin: 0 0 5px 4px !important;
	padding: 0 !important;
}

.price ul {
	border-left: none !important;

}


li {
	border-bottom: 1px solid #ccc;
	padding:2px 0px 2px 5px;
	margin:0px !important;
}
   
li:last-child {
	border: none;
}
   
li a {
	text-decoration: none;
	color: #000;
	display: block;
	xwidth: 200px;
}

li:hover {
	font-weight:bold;
	background: #f6f6f6;
}

*/


.content ul {
	margin-top:-0.7em;
	list-style: none;
}

.content ul li:before {
	content: '✓ ';
	font-size:0.8em;
	color:#275e69;
}

@media screen and (min-width: 1216px) {
	.columns.is-variable.is-5-widescreen {
	  --columnGap: 1.25rem;
	}
  }

  
input.nomax {
    width:auto !important;
}

form.noborder {
    margin:0px !important;
}





div.formerror {
    background-color: #ff9999;
    border-radius:3px;
    margin:2px 0 2px 0;
}

div.formerror div {
    padding:5px;
}





/* FRONTPAGE  */

div.front_item {
    margin:40px 0 30px 0;
    -max-width:500px;
}

div.front_item .num {
    background-color:#275e69;
    border-radius:5px;
    font-size:20px;
    font-weight: 800;
    color:#FFFFFF;
    padding:5px 10px 5px 10px;
    xwidth:40px;
    margin:-20px 0 0 0;
    position:absolute;

    box-shadow:  2px 2px 3px rgba(50,50,50,0.4);

}

div.front_item .text {
    background-color: #90B4BC;
    -width:90%;
    border-radius:5px;
    display:block;
    padding:15px 50px 15px 50px;
    margin:0px 0px 0px 20px;
    font-size:20px;
    color:#FFFFFF;

}


/* STANDARD MDF CALL TO ACTION BUTTON*/

.mbutton {
    background-color:#12313e;
    color:#ffffff;
    font-size:22px;
    font-weight:bold;
    border-radius:5px;
    border:none;
    display:block;
    padding:20px;
    text-transform:uppercase;
    text-align:center;
    letter-spacing: .15rem;
    transition: all .4s;
    margin:10px 0 10px 0;
	text-decoration: none;
}
.mbutton:hover {
    color:#ffffff;
    background-color:#2b6774;
}
.mbutton div {
    font-size:18px;
    font-weight:normal;
    color:#f0f0f0;
}
button.mbutton {
    width:100%;
}



/* SECONDARY MDF CALL TO ACTION BUTTON*/

.sbutton {
    background-color:#b5d3d7;
    color:#12313e;
    font-size:18px;
    font-weight:bold;
    border-radius:5px;
    border:1px solid #9abcc4;
    display:block;
    padding:15px 20px 15px 20px;
    text-transform:uppercase;
    text-align:center;
    letter-spacing: .15rem;
    transition: all .4s;
	margin:10px 0 10px 0;
	text-decoration: none;

}
.sbutton:hover {
    background-color:#9abcc4;
}
.sbutton div {
    font-size:16px;
    font-weight:normal;
}





/* FORM */

h1 , .content h1 {
    color:#12313e;
    font-weight:800;
}
h2 {
    color:#12313e;
    font-weight:800;
}
h3 {
    color:#12313e;
    font-weight:800;
}
h4 {
    color:#12313e;
    font-weight:800;
}
h5 {
    color:#12313e;
    font-weight:800;
}

h5.msgtitle {
    margin-bottom:10px !important;
}

label {
    color:#12313e;
    font-weight:bold;
}


p.warning {
    color:red;
}

p.pullup {
    margin-bottom:3px !important;
}

div.message {
    margin:0px -20px 20px -20px;
    border-top:1px solid #eee;
    border-bottom:1px solid #eee;
    padding:10px;
    background-color:#fff;
    border-radius:0px !important;
}





div.replies {
    margin-left:50px;
}

div.reply {
    background-color: rgb(220,226,218);
    padding:10px;
    margin-bottom:20px;
    border-radius:5px;
}


div.msgwrap {
    display:flex;
}


div.msgtext {
     font-size:1.0rem;
     margin-top:10px;
     flex-grow:1;
}

div.photowrap {
   /* margin-left:-10px;
    margin-right:-10px; */

    margin:20px;
    width: 160px;

}

div.photo {

    width: 160px;
    height: 160px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;

/*
    max-height : 200px;

    display : flex;
    flex-direction : column;
    align-items: center;
    justify-content : space-around;
    */
}

img.msgphoto {
/*    width:100%;
    height:auto;

    clip-path: polygon(0% 30%, 100% 30%, 100% 80%, 0% 80%);
    */
}



.profileimg {
  display: inline-block;
  position: relative;
  width: 200px;
  height: 200px;
  overflow: hidden;
  border-radius: 50%;
  object-fit: cover;
}

/*
img.profileimg {
  width: auto;
  height: 100%;
  margin-left: -50px;
}
*/




.msgprofileimg {
  display: inline-block;
  position: relative;
  width: 70px;
  height: 70px;
  overflow: hidden;
  border-radius: 50%;
  object-fit: cover;
}

/*
.msgprofileimg img {
  width: auto;
  height: 100%;
  margin-left: -50px;
}
*/



div.listuser {
    background-color:#fff;
    margin:0 0 10px 0;
    padding:5px;
}

.msguser {
    min-height:90px;

    display : flex;
    flex-direction : row;
}



.msguser_photo {
    width:70px;
    min-height:70px;
    flex-grow: 0;
}

.listuser_text {
    min-height:90px;
    padding:2px 0 18px 20px;
    flex-grow: 1;
}

.listuser_text a {
    text-decoration: none;
}


.listuser_msg {
    font-size:24px;
    padding-top:22px;

    flex-grow: 0;
    width:30px;

    color:#85b5bc;
}


.list-trophy {
    color:#85b5bc;
}


.listuser_text .time {
    font-size:12px;
}



.msguser_text {
    height:80px;
    padding:18px 0 18px 30px;
    flex-grow: 1;
}


a.username {
    text-transform: uppercase;
}


.children {
    font-size:13px;
}

.children a {
    text-decoration:none;
}

.msgtext {
    clear:both;
    padding:15px 0 10px 0;
}


.nobottommargin {
    margin-bottom:0 !important;
}


/* PHOTOTEXT A profile photo with text to the right  */

.phototext {
    clear:both;
/*    overflow: auto;*/
     display: flex;
}

.phototext .photo {
    float:left;
}

.phototext .large {
    width:140px;
}

.phototext .small {
    width:80px;
}


.phototext .text {
    padding:0px 0 15px 30px;
    float:left;
}

.phototext .large img.profile {
    display: inline-block;
    position: relative;
    max-width: 140px;
    max-height: 140px;
    overflow: hidden;
    border-radius: 50%;
    object-fit: cover;
}

.phototext .small img.profile {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 50%;
    object-fit: cover;
}

div.donorphoto {
 /*   float:left;*/
}



/* GALLERY */

div.gallery {
    overflow:auto;
}


img.galleryphoto {
    display:block;
    width:100%;
    height:auto;
}

.masonry { /* Masonry container */
  column-count: 4;
  column-gap: 1em;
}

/* Masonry on medium-sized screens */
@media only screen and (max-width: 1023px) and (min-width: 768px) {
  .masonry {
    column-count: 3;
  }
}

/* Masonry on small screens */
@media only screen and (max-width: 767px) and (min-width: 0px) {
  .masonry {
    column-count: 2;
  }
}


.tile { /* Masonry bricks or child elements */
  background-color: #eee;
  display: inline-block;
  margin: 0 0 1em;
  width: 100%;
}







div.titlewrap {
    overflow:auto;
}
div.titleback {
    float:left;
    font-size:22px;
    padding:2px 30px 2px 2px;
}
div.titletitle {
    float:left;
    max-width:85%;
}




/* DIVIDER */

.divider {
    background-image: url("/static/divider.svg");
    background-repeat:no-repeat;
    background-position:center;
    background-size:50% 50%;
    width:100%;
    height:20px;
    margin:30px auto 30px auto;
}



img.intro {
    border-radius:0 30px 0 0;
    margin-bottom: -20px;
}


ul.menu-list {
    margin-top:1em;
    margin-left:0;
}

ul.menu-list li::before {
    content:"";
}

ul.menu-list li a {
    text-decoration: none;
}





.w20 {
    min-width:20px;
    text-align:center;
}



#cookie {
    position:fixed;
    bottom:0px;
    background-color:#fff;
    width:100%;
    padding:15px;
    border-top: 1px solid #b0b0b0;
    display:none;
}

#cookie_more {
    margin-top:9px;
    float:left;
    display:block;
}

#cookie_ok {
    margin-left:10px;
    margin-top:3px;
    float:left;
    display:block;
}


.donortitle {}
.donortitle .dtitle1 { font-size:14px; color:#808080; margin-bottom: -6px; }
.donortitle .dtitle2 { font-size:12px; color:#808080; margin-bottom: -5px; }
.donortitle .head1 { font-size:20px; text-transform: uppercase; font-weight:800; }
.donortitle .head2 { font-size:14px; text-transform: uppercase; }


div#suggestionsdiv {
    height:120px; overflow:auto; border:1px solid #606060;
    padding:7px;
    border-radius:0 0 4px 4px;
}

div#suggestionsdiv > div {
    margin:0 0 4px 0;
}


.bars {
    width:60%;
    height:105px;
    border:1px solid #d0d0d0;
    display:flex;
    margin-left:100px;
    margin-bottom:50px;
}

.bar {
flex-grow:1;
    background-color:#0E3846;
    margin-top: auto;
    margin-right:1px;
}

.bar:hover {
    background-color:#ff0000;
}

.bars .max {
    position:absolute;
    margin-top:0px;
    left:70px;
    font-size:11px;
}

.bars .min {
    position:absolute;
    margin-top:100px;
    left:70px;
    font-size:11px;
}


.bars .first {
    position:absolute;
    margin-top:110px;
    font-size:11px;
}


.bars .last {
    position:absolute;
    margin-top:110px;
    margin-left:750px;
    font-size:11px;
}

