@font-face {
font-family: 'Museo 300';
src: url('../fonts/museo300.otf') format('opentype');
}
@font-face {
font-family: 'Museo 500';
src: url('../fonts/museo300.otf') format('opentype');
}
/*
@font-face {
font-family: 'Museo 700';
src: url('fonts/museo700"') format('opentype');
}*/

@font-face {
    font-family: 'Museo 700';
    src:url('../fonts/Museo-700.ttf.woff') format('woff'),
        url('../fonts/Museo-700.ttf.svg#Museo-700') format('svg'),
        url('../Museo-700.ttf.eot'),
        url('../Museo-700.ttf.eot?#iefix') format('embedded-opentype'); 
    font-weight: normal;
    font-style: normal;
}


@font-face{
	font-family:"Museo-W01-700";
	src: url("https://static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/28d74e9b-4ea9-4e3c-b265-c67a72c66856.woff");
	
}

@font-face{
	font-family:"Museo-Slab-W01-100";
	src: url("https://static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/cacc0862-f146-4746-92b1-60e6114a66c4.woff");
	
}

@font-face{
	font-family:"Helvetica-W01-Light";
	src: url('https://static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/03805817-4611-4dbc-8c65-0f73031c3973.woff');
	
}

@font-face{
	font-family: "Open Sans";
	font-style: normal;
	font-weight: 400;
	src: url('https://static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/open-source/opensans-regular-webfont.woff');
	
}


#wrapper {
    min-height: 100%;
    width: 980px;
    margin: 0 auto;
    /*padding: 10px;*/
    /*border: 5px solid #dedede;*/ 
}

#navigation{
	width: 100%;
	height: 105px;
	background-color: rgb(208,229,222);
    margin-top: -8px;


}

#navigation img{
	width: 188px; height: 105px; object-fit: cover;
}

.nav{
	/*background-color: red;*/
	float: right;
	width: 90%;
	height: 50%;
	margin-top: 45px;
	margin-right: 22.5px;
font-family:Helvetica-W01-Light;
font-size:16px;
	position:relative;
    z-index:1000;
}

.nav ul {
	float: right;
    list-style-type: none;
    margin-right: -18px;
    padding: 1;
    overflow: hidden;
    background-color: rgb(208,229,222);

}

.nav li {
    float: left;
}

li a, .dropbtn {
    display: inline-block;
    color: #2A5184;
    text-align: center;
    padding: 8px 16px;
    text-decoration: none;
}

li a:hover:not(.active), .dropdown:hover .dropbtn {
    text-decoration: none;
    color: #3588CC;
}

.active {
	color:#3588CC;

}

li.dropdown {
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: white;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.dropdown-content a {
    color: black;
    padding: 5px 16px;
    text-decoration: none;
    display: block;
    text-align: right;
    color:  #2A5184;
}

.dropdown-content .active{
    color:#3588CC;
}

.dropdown-content a:hover {background-color: white;}

.dropdown:hover .dropdown-content {
    display: block;

}


#header{
	width: 100%;
	height:330px;
	margin-bottom: 0px;

    -moz-animation-name: dropHeader;;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: ease-in;
    -moz-animation-duration: 0.7s;

    -webkit-animation-name: dropHeader;
    -webkit-animation-iteration-count: 1
    -webkit-animation-timing-function: ease-in;
    -webkit-animation-duration: 0.7s;

    animation-name: dropHeader;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: 0.7s;
}



#header h2{
    text-align:center;
    font-family:'Museo 700';
    color:#31B5E9;
}

#header p{
    text-align:center;
    font-size: 15px;
    padding-left:12px;
    padding-right: 12px;
    color: #124D87;
}

#header-image{
	width:936px;
	height:296px;
	margin:auto auto auto auto;
	margin-top:12px;
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;   
}

#content_area{
	width: 100%;
	height: auto;
	margin-bottom: 13px;

    -moz-animation-name: dropHeader;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: ease-in;
    -moz-animation-duration: 0.7s;

    -webkit-animation-name: dropHeader;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-in;
    -webkit-animation-duration: 0.7s;

    animation-name: dropHeader;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: 0.7s;
}

@-moz-keyframes dropHeader {
    0% {
        -moz-transform: translateX(1200px);
        -moz-opacity: 0;
    }
    100% {
        -moz-transform: translateY(0);
        -moz-opacity: 1;
    }
}
@-webkit-keyframes dropHeader {
    0% {
        -webkit-transform: translateX(1200px);
        -webkit-opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        -webkit-opacity: 1;
    }
}
@keyframes dropHeader {
    0% {
        transform: translateX(1200px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

#content_area h1,h2{
    font-family: 'Museo 700';
	color: #5C686C;
}

#content_area a,p{
    color:#5C686C;
	font-family:Museo-Slab-W01-100;
}

#footer{
	margin-top:-5px;
	width: 100%;
	height: 55px;
	background-color: rgb(208,229,222);
	
}

#footer p{
	display: block;
	height: 10px;
	/*float: right;*/
	font-size: 15px;
	padding-top: 5px;
	padding-right: 18px;
	font-family:Open Sans;
	color:#72858C;
}

#footer img{
	margin-top: 18px;
	margin-left: 20px;
	height: 20px;
	width: 20px;
}

#c1{
    width:40%;
    float:left;
    !margin-right:1px;   
}

#c2{
    width:60%;
    float:right;
    !margin-left:1px;
}

#c3{
    width:100%;
    !margin-left:1px;   
}

/*form*/

#content_area form {
    display: block;
    margin: 0 auto;
    overflow: hidden;
    /*padding: 22px 0 0;*/
    padding-left: 22px;
    width: 100%;
}
#content_area form input {
    background: none;
    border: 1px solid rgb(113, 125, 126);
    color:rgb(114, 133, 140);
    display: block;
    font-family: Museo-Slab-W01-100;
    font-size: 13px;
    font-weight: normal;
    height: 30px;
    line-height: 40px;
    margin: 0 0 5px;
    padding: 0 4px;
    text-align: left;
    
    width: 90%;
}
#content_area form textarea {
    background: none;
    border: 1px solid rgb(113, 125, 126);
    color:rgb(114, 133, 140);
    display: block;
    font-family: Museo-Slab-W01-100;
    font-size: 13px;
    font-weight: normal;
    height: 140px;
    line-height: 24px;
    margin: 0 0 5px;
    overflow: auto;
    padding: 7px 4px 0;
    resize: none;
    text-align: left;
    
    width: 90%;
}
#content_area form input#submit {
    background: none;
    border: 1px solid rgb(113, 125, 126);
    color:rgb(113, 125, 126);
    cursor: pointer;
    display: block;
    font-family: Museo-Slab-W01-100;
    font-size: 13px;
    font-weight: bold;
    height: 28px;
    line-height: 28px;
    /*margin: 0 auto 16px;*/
    padding: 0;
    text-align: center;
    float:right;
    width: 50px;
	margin-right:50px;
}

#content_area form input#submit:hover {
    background-color: #5D6D7E;
	color:rgb(204, 209, 209);
    border: none;
    height: 35px;
    width: 50px;
	height: 28px;
    line-height: 28px;
}


ul.breadcrumb {
    padding: 8px 16px;
    list-style: none;
    background-color: #eee;
}
ul.breadcrumb li {display: inline;}
ul.breadcrumb li+li:before {
    padding: 8px;
    color: black;
    content: "/\00a0";
}
ul.breadcrumb li a {color: green;}


/*donate button*/


.button {
background:    #68b04d;
background:    -webkit-linear-gradient(#68b04d, #68b04d 50%, #5a9f41 50%, #5a9f41);
background:    linear-gradient(#68b04d, #68b04d 50%, #5a9f41 50%, #5a9f41);
border-radius: 5px;
color:         #fff;
display:       inline-block;
width:         155px;
height:        45px;
font:          20px/45px "Museo-Slab-W01-100";
text-align:    center;

text-shadow:   1px 1px 0 #000;
text-decoration: none;
}

.button:hover {
  background:    #24b377;
background:    -webkit-linear-gradient(#24b377, #24b377 50%, #1b9e67 50%, #1b9e67);
background:    linear-gradient(#24b377, #24b377 50%, #1b9e67 50%, #1b9e67);
border-radius: 5px;
color:         #fff;
display:       inline-block;
width:         155px;
height:        45px;
font:          20px/45px "Museo-Slab-W01-100";
text-align:    center;
text-shadow:   1px 1px 0 #000;
text-decoration: none;
  text-decoration: none;
}


#menu li { 
padding: 0px; 
}

#menu li a { 
margin: 0px; 
}



/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: white;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 92.4%;
  text-align: center;
  font-family:Museo-Slab-W01-100;
  margin-right: 10px;
    background-color: black;
    border: 1px solid black;
    opacity: 0.6;
    filter: alpha(opacity=60);
}

/* Number text (1/3 etc) */
.numbertext {
  color: white;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor:pointer;
  height: 13px;
  width: 13px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active1, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}



.materialboxed {
  display: block;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  position: relative;
  transition: opacity .4s;
}

.materialboxed:hover {
  will-change: left, top, width, height;
}

.materialboxed:hover:not(.active) {
  opacity: .8;
}

.materialboxed.active {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}


#materialbox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #292929;
  z-index: 1000;
  will-change: opacity;
}

.materialbox-caption {
  position: fixed;
  display: none;
  color: #fff;
  line-height: 50px;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding: 0% 15%;
  height: 50px;
  z-index: 1000;
  -webkit-font-smoothing: antialiased;
}

.responsiveCal {
 
position: relative; padding-bottom: 60%;  height: 0; overflow: hidden; margin-right: 2%;
 
}
 
.responsiveCal iframe {
 
position: absolute; top:0; left: 0; width: 100%; height: 100%; 
 
}


