/*
Theme Name: The Center LV
Theme URI: http://thecenterlv.org
Description: The Center LV
Author: Toe Shark
Author URI: http://www.toeshark.com
Description: The Center LV
Version: 1.0
Tags: The Center LV
License:
License URI:
*/

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap');



html, body {
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
	color: #4d4d4e;
	height: 100%;
}

h1, h2 {
	color: #4d4d4e;
}

h1 {
	font-size: 150%;
}

h2 {
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	color: #4d4d4e;
	font-weight: 900;
}

img {
	max-width: 100%;
	height: auto;
}
a:link {color: #f37736; text-decoration: none; }
a:visited {color: #f37736; text-decoration: none; }
a:hover {color: #fc4545; text-decoration: none; }
a:active {color: #f37736; text-decoration: none; }





.rainbow {
  background-color: #fc4545;
  border-radius: 4px;  
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	color: #ffffff;
	text-shadow: 1px 1px #000000;
	text-transform: uppercase;
  cursor: pointer;
  padding: 8px 22px;
  
}





.rainbow-5:hover {
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	color: #ffffff;
	text-shadow: 1px 1px #000000;
   background-image:     linear-gradient(
      to right, 
      #e01117,
      #e01117 16.65%,
      #fb8d25 16.65%,
      #ffeb35 33.3%,
      #1c7f28 33.3%,
      #0057fb 49.95%,
      #731686 49.95%,
      #e01117 66.6%,
      #fb8d25 66.6%,
      #ffeb35 83.25%,
      #1c7f28 83.25%,
      #0057fb 100%,
      #731686 100%
     
     
     
    );
  animation:slidebg 5s linear infinite;
}


@keyframes slidebg {
  to {
    background-position:22vw;
  }
}






.rainbow-5b:hover {
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	color: #ffffff;
	text-shadow: 1px 1px #000000;
   background-image:     linear-gradient(
      to right, 
      #e01117,
      #e01117 16.65%,
      #fb8d25 16.65%,
      #ffeb35 33.3%,
      #1c7f28 33.3%,
      #0057fb 49.95%,
      #731686 49.95%,
      #e01117 66.6%,
      #fb8d25 66.6%,
      #ffeb35 83.25%,
      #1c7f28 83.25%,
      #0057fb 100%,
      #731686 100%
     
     
     
    );
  animation:slidebg 5s linear infinite;
}


@keyframes slidebg {
  to {
    background-position:22vw;
  }
}
















.logotopleft {
	width: 435px;
	height: auto;
	padding-top:15px;
	padding-bottom:15px;
	padding-right:15px;
	padding-left:0px;
	float: left;
	
}



.topdonatefloat {
	padding-top:20px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	float: right;
	
}


.logotopright {
	width: 700px;
	height: auto;
	padding-top:5px;
	padding-bottom:20px;
	padding-right:0px;
	padding-left:0px;
	float: left;
	
}





.navline {
	padding-top:40px;
	padding-bottom:20px;
	padding-right:0px;
	padding-left:0px;
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #000000;
	margin-top: -23px;
}


.navline a:link {color: #000000; text-decoration: none; padding-top:23px; padding-bottom:20px; padding-right:3px; padding-left:3px; text-align: center; }
.navline a:visited {color: #000000; text-decoration: none; padding-top:23px; padding-bottom:20px; padding-right:3px; padding-left:3px; text-align: center; }
.navline a:hover {color: #fc4545; text-decoration: none; padding-top:23px; padding-bottom:20px; padding-right:3px; padding-left:3px; text-align: center; }
.navline a:active {color: #000000; text-decoration: none; padding-top:23px; padding-bottom:20px; padding-right:3px; padding-left:3px; text-align: center; } 


.navline ul {
    list-style-type: none;
    margin: 0;
	margin-left: -26px;
	text-align: center;
} 

.navline ul li {
    display: inline;
	padding-right:5px;
	padding-left:5px;
	padding-bottom:0px;
	padding-top:0px;
	text-align: left;
}





.navline ul ul a {
	width: 200px;
	padding-top:5px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	display: block;
	font-size: 15px;
	margin-top: 0px;
	margin-left: -26px;
	z-index: 999;
	text-align: left;
	
}

.navline ul li{
	position: relative;
	padding-right:0px;
	padding-top:10px;
	text-align: left;
	float: right;
}




.navline ul ul {
	position: absolute;
	top: -999999px;
	left: 0;
	opacity: 0;
	background-image: url(images/menubg.png);
	background-repeat: no-repeat;
    background-position: center left;
	opacity: .9;
	text-align: left;
	padding-bottom:20px;
	margin-top:5px;
	margin-left: 26px;
	z-index: 999;
	text-align: left;
	border-radius: 10px;
}

.navline ul li:hover > ul{
	position: absolute;
	color: #ffffff;
	top: 100%;
	opacity: .9;
}

.navline ul ul a:link {color: #ffffff; text-decoration: none; margin-bottom:-10px; padding-top:5px; padding-bottom:5px; padding-right:5px; padding-left:5px; font-weight: 400;text-align: left; }
.navline ul ul a:visited {color: #ffffff; text-decoration: none; margin-bottom:-10px; padding-top:5px; padding-bottom:5px; padding-right:5px; padding-left:5px; font-weight: 400;text-align: left; }
.navline ul ul a:hover {color: #dddddd; text-decoration: none; margin-bottom:-10px; padding-top:5px; padding-bottom:5px; padding-right:5px; padding-left:5px; font-weight: 400;text-align: left;   }
.navline ul ul a:active {color: #ffffff; text-decoration: none; margin-bottom:-10px; padding-top:5px; padding-bottom:5px; padding-right:5px; padding-left:5px; font-weight: 400;text-align: left; } 











.bottomnav {
	padding-top:10px;
	padding-bottom:10px;
	padding-right:0px;
	padding-left:0px;
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #ffffff;
}


.bottomnav a:link {color: #ffffff; text-decoration: none; padding-top:23px; padding-bottom:20px; padding-right:7px; padding-left:7px; text-align: center; }
.bottomnav a:visited {color: #ffffff; text-decoration: none; padding-top:23px; padding-bottom:20px; padding-right:7px; padding-left:7px; text-align: center; }
.bottomnav a:hover {color: #cd4c81; text-decoration: none; padding-top:23px; padding-bottom:20px; padding-right:7px; padding-left:7px; text-align: center; }
.bottomnav a:active {color: #ffffff; text-decoration: none; padding-top:23px; padding-bottom:20px; padding-right:7px; padding-left:7px; text-align: center; } 


.bottomnav ul {
    list-style-type: none;
    margin: 0;
	margin-left: -26px;
	text-align: center;
} 

.bottomnav ul li {
    display: inline;
	padding-right:5px;
	padding-left:5px;
	padding-bottom:0px;
	padding-top:0px;
	text-align: left;
}



.bottomnav ul li{
	position: relative;
	padding-right:0px;
	padding-top:10px;
	text-align: left;
	float: left;
}





.navline ul li:hover > ul{
	position: absolute;
	color: #ffffff;
	top: 100%;
	opacity: .9;
}

.headerbg {
	background-image: url(images/headerbg.jpg);
	background-repeat: no-repeat;
    background-position: center;
	width: 100%;
	height: 380px;
	padding-top:200px;
	padding-bottom:60px;
	padding-right:0px;
	padding-left:0px;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	
}

.headerhomevideobg {
	width: 100%;
	height: 820px;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	margin-bottom: -5px;
	position: absolute;
	z-index: 2;
	overflow: hidden;
	
}

.headerhomevideofront {
	width: 100%;
	height: 700px;
	padding-top:120px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	margin-bottom: -5px;
	position: relative;
	z-index: 5;
	overflow: hidden;
	
}


.aboutheaderbg {
	background-image: url(images/aboutheaderbg.jpg);
	background-repeat: no-repeat;
    background-position: center;
	width: 100%;
	height: 280px;
	padding-top:300px;
	padding-bottom:60px;
	padding-right:0px;
	padding-left:0px;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	
}



.eventheaderbg {
	background-image: url(images/abouteventbg.jpg);
	background-repeat: no-repeat;
    background-position: center;
	width: 100%;
	height: 280px;
	padding-top:300px;
	padding-bottom:60px;
	padding-right:0px;
	padding-left:0px;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	
}



.aboutwellnessbg {
	background-image: url(images/aboutwellnessbg.jpg);
	background-repeat: no-repeat;
    background-position: center;
	width: 100%;
	height: 530px;
	padding-top:50px;
	padding-bottom:60px;
	padding-right:0px;
	padding-left:0px;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	
}



.header_can_bg {
	background-image: url(images/header_can_bg.jpg);
	background-repeat: no-repeat;
    background-position: center;
	width: 100%;
	height: 530px;
	padding-top:50px;
	padding-bottom:60px;
	padding-right:0px;
	padding-left:0px;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	
}



.header_indentity_bg {
	background-image: url(images/header_indentity_bg.jpg);
	background-repeat: no-repeat;
    background-position: center;
	width: 100%;
	height: 230px;
	padding-top:350px;
	padding-bottom:60px;
	padding-right:0px;
	padding-left:0px;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	
}



.header_engagement_bg {
	background-image: url(images/header_engagement_bg.jpg);
	background-repeat: no-repeat;
    background-position: top center;
	width: 100%;
	height: 230px;
	padding-top:350px;
	padding-bottom:60px;
	padding-right:0px;
	padding-left:0px;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	
}



.header_senior_bg {
	background-image: url(images/header_senior_bg.jpg);
	background-repeat: no-repeat;
    background-position: center;
	width: 100%;
	height: 330px;
	padding-top:250px;
	padding-bottom:60px;
	padding-right:0px;
	padding-left:0px;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	
}



.header_youth_bg {
	background-image: url(images/header_youth_bg.jpg);
	background-repeat: no-repeat;
    background-position: center;
	width: 100%;
	height: 230px;
	padding-top:350px;
	padding-bottom:60px;
	padding-right:0px;
	padding-left:0px;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	
}


.header_programs_bg {
	background-image: url(images/header_programs_bg.jpg);
	background-repeat: no-repeat;
    background-position: center;
	width: 100%;
	height: 230px;
	padding-top:350px;
	padding-bottom:60px;
	padding-right:0px;
	padding-left:0px;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	
}

.header_affirmation_bg {
	background-image: url(images/header_affirmation_bg.jpg);
	background-repeat: no-repeat;
    background-position: center;
	width: 100%;
	height: 530px;
	padding-top:50px;
	padding-bottom:60px;
	padding-right:0px;
	padding-left:0px;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	
}



.header_volunteer_bg {
	background-image: url(images/header_volunteer_bg.jpg);
	background-repeat: no-repeat;
    background-position: center;
	width: 100%;
	height: 660px;
	padding-top:120px;
	padding-bottom:60px;
	padding-right:0px;
	padding-left:0px;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	
}


.header_realvolunteer_bg {
	background-image: url(images/header_realvolunteer_bg.jpg);
	background-repeat: no-repeat;
    background-position: center;
	width: 100%;
	height: 260px;
	padding-top:520px;
	padding-bottom:60px;
	padding-right:0px;
	padding-left:0px;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	
}



.linebreakred {
	background-color: #f74900;
	width: 100%;
	height: 10px;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	
}



.firstbg {
	background-image: url(images/firstbg.jpg);
	background-repeat: no-repeat;
    background-position: center;
	width: 100%;
	height: auto;
	padding-top:30px;
	padding-bottom:30px;
	padding-right:0px;
	padding-left:0px;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	
}



.homecolumn1 {
	width: 400px;
	height: auto;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:50px;
	padding-left:0px;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	color: #4d4d4e;
	height: 100%;
	line-height: 30px;
	float: left;
	
}


.homecolumn2 {
	width: 700px;
	height: auto;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	font-size: 16px;
	line-height: 24px;
	font-family: 'Open Sans', sans-serif;
	color: #ffffff;
	float: left;
	
}

.homecolumntitle2 {
	padding-top:0px;
	padding-bottom:10px;
	padding-right:0px;
	padding-left:0px;
	font-size: 30px;
	line-height: 36px;
	font-family: 'Open Sans', sans-serif;
	color: #ffffff;
	font-weight: 700;
	
}



.homeredtitle {
	padding-top:0px;
	padding-bottom:10px;
	padding-right:0px;
	padding-left:0px;
	font-size: 30px;
	line-height: 36px;
	font-family: 'Open Sans', sans-serif;
	color: #f64000;
	font-weight: 700;
	
}



.homepurpletitle {
	padding-top:0px;
	padding-bottom:10px;
	padding-right:0px;
	padding-left:0px;
	font-size: 30px;
	line-height: 36px;
	font-family: 'Open Sans', sans-serif;
	color: #373496;
	font-weight: 700;
	
}







.homerainbow {
  background-image: linear-gradient(45deg, #31a0e6, #1f3082);
  border-radius: 0px;  
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	color: #ffffff;
	text-shadow: 1px 1px #000000;
	text-transform: uppercase;
  cursor: pointer;
  padding: 8px 22px;
  float: right;
  margin-left: 20px;-moz-box-shadow:    inset 0 0 1px #000000;
   -webkit-box-shadow: inset 0 0 1px #000000;
   box-shadow:         inset 0 0 1px #000000;
  
}






.newscolumn {
	width: 363px;
	height: 470px;
	padding-top:0px;
	padding-bottom:30px;
	padding-right:0px;
	padding-left:0px;
	margin-right:8px;
	margin-left:8px;
	margin-bottom:20px;
border-width: thin;
border-color: #dddddd;
	color: #000000;
border-style: solid;
border-radius: 0px;
	float: left;
	
}


.newscolumn:hover {
	width: 363px;
	height: 470px;
	padding-top:0px;
	padding-bottom:30px;
	padding-right:0px;
	padding-left:0px;
	margin-right:8px;
	margin-left:8px;
	margin-bottom:20px;
border-width: thin;
	color: #f64000;
border-style: solid;
border-radius: 0px;
	float: left;
	
}



.newscolumn img {
	width: 363px;
	padding-top:0px;
	padding-bottom:20px;
	padding-right:0px;
	padding-left:0px;
border-radius: 0px;
	
}



.newshomeimage {
height: 250px;
margin-bottom: 20px;
  overflow: hidden !important;
	
}



.newscolumn_text1 {
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	font-size: 24px;
	line-height: 24px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	text-align: center;
	
}



.newscolumn_text2 {
	padding-top:20px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	font-size: 16px;
	line-height: 22px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #3f3f3f;
text-align: center;
	
}






.newsindent {
	padding-top:0px;
	padding-bottom:0px;
	padding-right:15px;
	padding-left:15px;
	
}



.newsdatebubble {
	padding-top:0px;
	padding-bottom:10px;
	padding-right:0px;
	padding-left:0px;
	font-size: 14px;
	line-height: 16px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #000000;
text-align: center;
    
	
}


.newsheight {
	 width:100%;
  height:230px;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
    
	
}






.rainbowline {
  width:100%;
  height:2px;
  background: -webkit-linear-gradient(left, red,orange,yellow,green,blue,indigo,violet);
  background: -moz-linear-gradient(left, red,orange,yellow,green,blue,indigo,violet,red);
  background: -o-linear-gradient(left, red,orange,yellow,green,blue,indigo,violet,red);
  background: -ms-linear-gradient(left, red,orange,yellow,green,blue,indigo,violet,red);
  background: linear-gradient(to right, red,orange,yellow,green,blue,indigo,violet,red);
  background-repeat:repeat-x;
  
  -webkit-animation:go 1s linear infinite;
  -moz-animation:go 1s linear infinite;
  -o-animation:go 1s linear infinite;
  -ms-animation:go 1s linear infinite;
  animation:go 1s linear infinite;
}

@-webkit-keyframes go{
  0%{background-position:0;}
  100%{background-position:200px 0;}

}
@-moz-keyframes go{
  0%{background-position:0;}
  50%{background-position:100px 0;}
  100%{background-position:200px 0;}

}
@-o-keyframes go{
  0%{background-position:0;}
  100%{background-position:200px 0;}

}
@-ms-keyframes go{
  0%{background-position:0;}
  100%{background-position:200px 0;}

}
@keyframes go{
  0%{background-position:0;}
  100%{background-position:200px 0;}

}






.homecolumnfull {
	width: 1150px;
	height: auto;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	font-size: 16px;
	line-height: 24px;
	font-family: 'Open Sans', sans-serif;
	color: #ffffff;
	margin-left: auto;
    margin-right: auto;
	
}




.newscolumnfull {
	width: 1150px;
	height: auto;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	font-size: 16px;
	line-height: 24px;
	font-family: 'Open Sans', sans-serif;
	color: #000000;
	margin-left: auto;
    margin-right: auto;
	
}




.footerbg {
	background-image: url(images/footerbg.jpg);
	background-repeat: no-repeat;
    background-position: center;
	width: 100%;
	height: auto;
	padding-top:30px;
	padding-bottom:30px;
	padding-right:0px;
	padding-left:0px;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	
}









.footercolumn1 {
	width: 300px;
	height: auto;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:130px;
	padding-left:0px;
	font-size: 16px;
	line-height: 24px;
	font-family: 'Open Sans', sans-serif;
	color: #ffffff;
	float: left;
	
}



.footerindent {
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:90px;
	
}



.footercolumn2 {
	width: 280px;
	height: auto;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:30px;
	padding-left:0px;
	font-size: 16px;
	line-height: 24px;
	font-family: 'Open Sans', sans-serif;
	color: #ffffff;
	float: left;
	
}



.aboutheaderbox {
	width: 500px;
	height: auto;
	padding-top:20px;
	padding-bottom:20px;
	padding-right:20px;
	padding-left:20px;
  background-image: linear-gradient(45deg, #fcee21, #fb7107);
  border-radius: 0px;  
	font-size: 20px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	color: #000000;
  float: right;
  
}




.aboutextbox {
	width: 100%;
	height: auto;
	padding-top:50px;
	padding-bottom:50px;
	padding-right:0px;
	padding-left:0px;
  background-image: linear-gradient(45deg, #fcee21, #fb7107);
  border-radius: 0px;  
	font-size: 20px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #000000;
  
}




.eventheaderbox {
	width: 500px;
	height: auto;
	padding-top:20px;
	padding-bottom:20px;
	padding-right:20px;
	padding-left:20px;
  background-image: linear-gradient(45deg, #f64000, #fd8b00);
  border-radius: 0px;  
	font-size: 20px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	color: #ffffff;
  float: right;
  
}




.eventextbox {
	width: 100%;
	height: auto;
	padding-top:50px;
	padding-bottom:50px;
	padding-right:0px;
	padding-left:0px;
  background-image: linear-gradient(45deg, #f64000, #fd8b00);
  border-radius: 0px;  
	font-size: 20px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #ffffff;
  
}


.subtitles {
	padding-top:0px;
	padding-bottom:20px;
	padding-right:0px;
	padding-left:0px;
	font-size: 24px;
	line-height: 30px;
	font-family: 'Open Sans', sans-serif;
	color: #000000;
	font-weight: 600;
	
}


.aboutcolumn1a {
	width: 550px;
	height: auto;
	padding-top:20px;
	padding-bottom:0px;
	padding-right:50px;
	padding-left:0px; 
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #000000;
  float: left;
  
}

.aboutcolumn1a a:link {color: #5ccefa; text-decoration: none;  }
.aboutcolumn1a a:visited {color: #5ccefa; text-decoration: none;  }
.aboutcolumn1a a:hover {color: #000000; text-decoration: none;  }
.aboutcolumn1a a:active {color: #5ccefa; text-decoration: none;  } 



.aboutcolumn2a {
	width: 550px;
	height: auto;
	padding-top:20px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px; 
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #000000;
  float: left;
  
}






.aboutcolumn1 {
	width: 400px;
	height: auto;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:50px;
	padding-left:0px;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	color: #4d4d4e;
	height: 100%;
	line-height: 30px;
	float: left;
	
}


.aboutcolumn2 {
	width: 700px;
	height: auto;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	font-size: 16px;
	line-height: 24px;
	font-family: 'Open Sans', sans-serif;
	color: #000000;
	float: left;
	
}






.aboutcolumntitle2 {
	padding-top:0px;
	padding-bottom:10px;
	padding-right:0px;
	padding-left:0px;
	font-size: 30px;
	line-height: 36px;
	font-family: 'Open Sans', sans-serif;
	color: #000000;
	font-weight: 700;
	
}



.aboutinsidecolumns {
	width: 260px;
	height: auto;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:15px;
	padding-left:0px;
	font-size: 16px;
	line-height: 40px;
	font-family: 'Open Sans', sans-serif;
	color: #000000;
	float: left;
	
}




.eventrainbow {
  background-color: #ffffff;
  border-radius: 4px;  
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
  cursor: pointer;
  padding: 8px 22px;
  float: right;
  
}




.eventcolumn1 {
	width: 400px;
	height: auto;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:50px;
	padding-left:0px; 
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #ffffff;
  float: left;
  
}


.eventcolumn2 {
	width: 700px;
	height: auto;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px; 
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #ffffff;
  float: left;
  
}


.honorariumcolumn1 {
	width: 400px;
	height: auto;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:50px;
	padding-left:0px; 
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #000000;
  float: left;
  
}


.honorariumcolumn2 {
	width: 700px;
	height: auto;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px; 
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #000000;
  float: left;
  
}



.eventcolumntitle2 {
	padding-top:0px;
	padding-bottom:10px;
	padding-right:0px;
	padding-left:0px;
	font-size: 30px;
	line-height: 36px;
	font-family: 'Open Sans', sans-serif;
	color: #ffffff;
	font-weight: 700;
	
}





.eventbuttonrainbow {
  background-image: linear-gradient(45deg, #ff1f65, #d8000b);
  border-radius: 0px;  
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	color: #ffffff;
	text-shadow: 1px 1px #000000;
	text-transform: uppercase;
  cursor: pointer;
  padding: 8px 22px;
  float: right;
  margin-left: 20px;-moz-box-shadow:    inset 0 0 1px #000000;
   -webkit-box-shadow: inset 0 0 1px #000000;
   box-shadow:         inset 0 0 1px #000000;
  
}





.honorariumbutton {
  background-image: linear-gradient(45deg, #c1a176, #c1a176);
  border-radius: 10px;  
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	color: #ffffff;
	text-shadow: 1px 1px #000000;
	text-transform: uppercase;
  cursor: pointer;
  padding: 8px 22px;
  margin-left: 20px;-moz-box-shadow:    inset 0 0 1px #000000;
   -webkit-box-shadow: inset 0 0 1px #000000;
   box-shadow:         inset 0 0 1px #000000;
  
}






.eventcolumn1b {
	width: 250px;
	height: auto;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:50px;
	padding-left:0px; 
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #ffffff;
  float: left;
  
}


.eventcolumn2b {
	width: 850px;
	height: auto;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px; 
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #ffffff;
  float: left;
  
}




.eventcolumntitle2 {
	padding-top:0px;
	padding-bottom:10px;
	padding-right:0px;
	padding-left:0px;
	font-size: 24px;
	line-height: 30px;
	font-family: 'Open Sans', sans-serif;
	color: #ffffff;
	font-weight: 700;
	
}




.indentcolumn1 {
	width: 500px;
	height: auto;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:50px;
	padding-left:0px; 
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #ffffff;
  float: left;
  
}


.indentcolumn2 {
	width: 600px;
	height: auto;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px; 
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #ffffff;
  float: left;
  
}




.wellnessheaderbox {
	width: 500px;
	height: auto;
	padding-top:20px;
	padding-bottom:20px;
	padding-right:20px;
	padding-left:20px;
  background-image: linear-gradient(45deg, #ff1f65, #d8000b);
  border-radius: 0px;  
	font-size: 20px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	color: #ffffff;
  float: right;
  
}




.wellnesstextbox {
	width: 100%;
	height: auto;
	padding-top:50px;
	padding-bottom:50px;
	padding-right:0px;
	padding-left:0px;
  background-image: linear-gradient(45deg, #ff1f65, #d8000b);
  border-radius: 0px;  
	font-size: 20px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #ffffff;
  
}




.hourscolumn1 {
	background-color: #e2e3e4;
	width: 122px;
	height: auto;
	padding-top:5px;
	padding-bottom:5px;
	padding-right:5px;
	padding-left:5px;
	font-size: 15px;
	float: left;
	
}




.wellnesscolumn2a {
	width: 800px;
	height: auto;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:50px;
	padding-left:0px; 
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #000000;
  float: left;
  
}






.wellnesscolumn2b {
	width: 300px;
	height: auto;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	color: #4d4d4e;
	height: 100%;
	line-height: 30px;
	float: left;
	
}





.wellnessbuttonrainbow {
  background-image: linear-gradient(45deg, #ff1f65, #d8000b);
  border-radius: 0px;  
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	color: #ffffff;
	text-shadow: 1px 1px #000000;
	text-transform: uppercase;
  cursor: pointer;
  padding: 8px 22px;
  -moz-box-shadow:    inset 0 0 1px #000000;
   -webkit-box-shadow: inset 0 0 1px #000000;
   box-shadow:         inset 0 0 1px #000000;
  
}




.wellnessrainbow {
  background-color: #ffffff;
  border-radius: 4px;  
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
  cursor: pointer;
  padding: 8px 22px;
  margin-right: 10px;
  float: left;
  
}



.wellnessredrainbow {
  background-color: #d8000b;
  border-radius: 4px;  
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
  cursor: pointer;
  padding: 8px 22px;
  margin-right: 10px;
  text-align: center;
  float: right;
  
}


.wellnessredleftrainbow {
  background-color: #d8000b;
  border-radius: 4px;  
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
  cursor: pointer;
  padding: 8px 22px;
  margin-right: 10px;
  text-align: center;
  float: left;
  
}






.identheaderbox {
	width: 500px;
	height: auto;
	padding-top:20px;
	padding-bottom:20px;
	padding-right:20px;
	padding-left:20px;
  background-image: linear-gradient(45deg, #5ccefa, #f4a9b7);
  border-radius: 0px;  
	font-size: 20px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	color: #000000;
  float: right;
  
}




.identtextbox {
	width: 100%;
	height: auto;
	padding-top:50px;
	padding-bottom:50px;
	padding-right:0px;
	padding-left:0px;
  background-image: linear-gradient(45deg, #5ccefa, #f4a9b7);
  border-radius: 0px;  
	font-size: 20px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #000000;
  
}



.identbuttonrainbow {
  background-image: linear-gradient(45deg, #5ccefa, #f4a9b7);
  border-radius: 0px;  
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	color: #ffffff;
	text-shadow: 1px 1px #000000;
	text-transform: uppercase;
  cursor: pointer;
  padding: 8px 22px;
  -moz-box-shadow:    inset 0 0 1px #000000;
   -webkit-box-shadow: inset 0 0 1px #000000;
   box-shadow:         inset 0 0 1px #000000;
  
}






.identrainbow {
  background-color: #ffffff;
  border-radius: 4px;  
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
  cursor: pointer;
  padding: 8px 22px;
  margin-left: 10px;
  float: right;
  
}




.identcolumn2 {
	width: 700px;
	height: auto;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px; 
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #000000;
  float: left;
  
}



.identcolumntitle2 {
	padding-top:0px;
	padding-bottom:10px;
	padding-right:0px;
	padding-left:0px;
	font-size: 30px;
	line-height: 36px;
	font-family: 'Open Sans', sans-serif;
	color: #000000;
	font-weight: 700;
	
}




.engageheaderbox {
	width: 500px;
	height: auto;
	padding-top:20px;
	padding-bottom:20px;
	padding-right:20px;
	padding-left:20px;
  background-image: linear-gradient(45deg, #37ad45, #224f0e);
  border-radius: 0px;  
	font-size: 20px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	color: #ffffff;
  float: right;
  
}




.engagetextbox {
	width: 100%;
	height: auto;
	padding-top:50px;
	padding-bottom:50px;
	padding-right:0px;
	padding-left:0px;
  background-image: linear-gradient(45deg, #37ad45, #224f0e);
  border-radius: 0px;  
	font-size: 20px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #ffffff;
  
}




.engagecolumntitle2 {
	padding-top:0px;
	padding-bottom:10px;
	padding-right:0px;
	padding-left:0px;
	font-size: 30px;
	line-height: 36px;
	font-family: 'Open Sans', sans-serif;
	color: #ffffff;
	font-weight: 700;
	
}




.engagecolumn2 {
	width: 700px;
	height: auto;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px; 
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #ffffff;
  float: left;
  
}


.subgreentitles {
	padding-top:0px;
	padding-bottom:20px;
	padding-right:0px;
	padding-left:0px;
	font-size: 24px;
	line-height: 30px;
	font-family: 'Open Sans', sans-serif;
	color: #224f0e;
	font-weight: 600;
	
}



.engagebuttonrainbow {
  background-image: linear-gradient(45deg, #37ad45, #224f0e);
  border-radius: 0px;  
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	color: #ffffff;
	text-shadow: 1px 1px #000000;
	text-transform: uppercase;
  cursor: pointer;
  padding: 8px 22px;
  -moz-box-shadow:    inset 0 0 1px #000000;
   -webkit-box-shadow: inset 0 0 1px #000000;
   box-shadow:         inset 0 0 1px #000000;
  
}






.seniorheaderbox {
	width: 450px;
	height: auto;
	padding-top:20px;
	padding-bottom:20px;
	padding-right:20px;
	padding-left:20px;
  background-image: linear-gradient(45deg, #6e3cc3, #333393);
  border-radius: 0px;  
	font-size: 24px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	color: #ffffff;
  
}

.seniortextbox {
	width: 100%;
	height: auto;
	padding-top:50px;
	padding-bottom:50px;
	padding-right:0px;
	padding-left:0px;
  background-image: linear-gradient(45deg, #6e3cc3, #333393);
  border-radius: 0px;  
	font-size: 20px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #ffffff;
  
}







.seniorcolum1 {
	width: 550px;
	height: auto;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:50px;
	padding-left:0px; 
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #ffffff;
  float: left;
  
}


.seniorcolum2 {
	width: 550px;
	height: auto;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px; 
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #ffffff;
  float: left;
  
}







.seniorcolum1b {
	width: 450px;
	height: auto;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:50px;
	padding-left:0px; 
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #ffffff;
  float: left;
  
}


.seniorcolum2b {
	width: 650px;
	height: auto;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px; 
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #000000;
  float: left;
  
}



.seniorbuttonrainbow {
  background-image: linear-gradient(45deg, #6e3cc3, #333393);
  border-radius: 0px;  
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	color: #ffffff;
	text-shadow: 1px 1px #000000;
	text-transform: uppercase;
  cursor: pointer;
  padding: 8px 22px;
  -moz-box-shadow:    inset 0 0 1px #000000;
   -webkit-box-shadow: inset 0 0 1px #000000;
   box-shadow:         inset 0 0 1px #000000;
  float: right;
  
}







.youthheaderbox {
	width: 450px;
	height: auto;
	padding-top:20px;
	padding-bottom:20px;
	padding-right:20px;
	padding-left:20px;
  background-image: linear-gradient(45deg, #009245, #1b1464);
  border-radius: 0px;  
	font-size: 24px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	color: #ffffff;
  
}

.youthtextbox {
	width: 100%;
	height: auto;
	padding-top:50px;
	padding-bottom:50px;
	padding-right:0px;
	padding-left:0px;
  background-image: linear-gradient(45deg, #009245, #1b1464);
  border-radius: 0px;  
	font-size: 20px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #ffffff;
  
}



.subbluetitles {
	padding-top:0px;
	padding-bottom:20px;
	padding-right:0px;
	padding-left:0px;
	font-size: 24px;
	line-height: 30px;
	font-family: 'Open Sans', sans-serif;
	color: #1b1464;
	font-weight: 600;
	
}




.youthbuttonrainbow {
  background-image: linear-gradient(45deg, #009245, #1b1464);
  border-radius: 0px;  
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	color: #ffffff;
	text-shadow: 1px 1px #000000;
	text-transform: uppercase;
  cursor: pointer;
  padding: 8px 22px;
  -moz-box-shadow:    inset 0 0 1px #000000;
   -webkit-box-shadow: inset 0 0 1px #000000;
   box-shadow:         inset 0 0 1px #000000;
  
}











.cantextbox {
	width: 100%;
	height: auto;
	padding-top:50px;
	padding-bottom:50px;
	padding-right:0px;
	padding-left:0px;
  background-image: linear-gradient(45deg, #f2d203, #fb6103);
  border-radius: 0px;  
	font-size: 20px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #ffffff;
  
}




.cancolumn1 {
	width: 400px;
	height: auto;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:50px;
	padding-left:0px; 
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #030303;
  float: left;
  
}


.cancolumn2 {
	width: 700px;
	height: auto;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px; 
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #030303;
  float: left;
  
}



.cancolumntitle2 {
	padding-top:0px;
	padding-bottom:10px;
	padding-right:0px;
	padding-left:0px;
	font-size: 30px;
	line-height: 36px;
	font-family: 'Open Sans', sans-serif;
	color: #030303;
	font-weight: 700;
	
}



.canbuttonrainbow {
  background-image: linear-gradient(45deg, #f2d203, #fb6103);
  border-radius: 0px;  
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	color: #ffffff;
	text-transform: uppercase;
  cursor: pointer;
  padding: 8px 22px;
  -moz-box-shadow:    inset 0 0 1px #000000;
   -webkit-box-shadow: inset 0 0 1px #000000;
   box-shadow:         inset 0 0 1px #000000;
  
}





.volunteertextbox {
	width: 100%;
	height: auto;
	padding-top:50px;
	padding-bottom:50px;
	padding-right:0px;
	padding-left:0px;
  background-image: linear-gradient(45deg, #fe5ab3, #ff1f65);
  border-radius: 0px;  
	font-size: 20px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #ffffff;
  
}



.volunteertrealextbox {
	width: 100%;
	height: auto;
	padding-top:50px;
	padding-bottom:50px;
	padding-right:0px;
	padding-left:0px;
  background-image: linear-gradient(45deg, #07f6ff, #36bbff);
  border-radius: 0px;  
	font-size: 20px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #ffffff;
  
}






.volunteerbuttonrainbow {
  background-image: linear-gradient(45deg, #ffffff, #eeeeee);
  border-radius: 4px;  
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	color: #ffffff;
	text-transform: uppercase;
  cursor: pointer;
  padding: 8px 22px;
  -moz-box-shadow:    inset 0 0 1px #000000;
   -webkit-box-shadow: inset 0 0 1px #000000;
   box-shadow:         inset 0 0 1px #000000;
  
}


.volunteerrealbuttonrainbow {
  background-image: linear-gradient(45deg, #ffffff, #eeeeee);
  border-radius: 4px;  
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	color: #000000;
	text-transform: uppercase;
  cursor: pointer;
  padding: 8px 22px;
  -moz-box-shadow:    inset 0 0 1px #000000;
   -webkit-box-shadow: inset 0 0 1px #000000;
   box-shadow:         inset 0 0 1px #000000;
  
}


.volunteerreal2buttonrainbow {
  background-image: linear-gradient(45deg, #ffffff, #eeeeee);
  border-radius: 4px;  
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	color: #000000;
	text-transform: uppercase;
  cursor: pointer;
  padding: 8px 22px;
  -moz-box-shadow:    inset 0 0 1px #000000;
   -webkit-box-shadow: inset 0 0 1px #000000;
   box-shadow:         inset 0 0 1px #000000;
  
}



.volunteercolumn1 {
	width: 200px;
	height: auto;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:50px;
	padding-left:0px; 
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #ffffff;
  float: left;
  
}


.volunteercolumn2 {
	width: 900px;
	height: auto;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px; 
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #ffffff;
  float: left;
  
}



.volunteerrealcolumn1 {
	width: 200px;
	height: auto;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:50px;
	padding-left:0px; 
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #ffffff;
  float: left;
  
}


.volunteerrealcolumn2 {
	width: 900px;
	height: auto;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px; 
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #000000;
  float: left;
  
}



.realvolunteercolumntitle2 {
	padding-top:0px;
	padding-bottom:10px;
	padding-right:0px;
	padding-left:0px;
	font-size: 30px;
	line-height: 36px;
	font-family: 'Open Sans', sans-serif;
	color: #000000;
	font-weight: 700;
	
}




.volunteerheaderbox {
	width: 450px;
	height: auto;
	padding-top:20px;
	padding-bottom:20px;
	padding-right:20px;
	padding-left:20px;
  background-image: linear-gradient(45deg, #fe5ab3, #ff1f65);
  border-radius: 0px;  
	font-size: 24px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	color: #ffffff;
  float: right;
  
}




.volunteerrealheaderbox {
	width: 450px;
	height: auto;
	padding-top:20px;
	padding-bottom:20px;
	padding-right:20px;
	padding-left:20px;
  background-image: linear-gradient(45deg, #07f6ff, #36bbff);
  border-radius: 0px;  
	font-size: 24px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	color: #000000;
  float: right;
  
}






.volunteercolumn2a {
	width: 600px;
	height: auto;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:50px;
	padding-left:0px; 
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #000000;
  float: left;
  
}






.volunteercolumn2b {
	width: 500px;
	height: auto;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	color: #4d4d4e;
	height: 100%;
	line-height: 30px;
	float: left;
	
}


.volunteerredrainbow {
  background-image: linear-gradient(45deg, #fe5ab3, #ff1f65);
  border-radius: 4px;  
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
  cursor: pointer;
  padding: 8px 22px;
  margin-right: 10px;
  text-align: center;
  float: right;
  
}




.affheaderbox {
	width: 500px;
	height: auto;
	padding-top:20px;
	padding-bottom:20px;
	padding-right:20px;
	padding-left:20px;
  background-image: linear-gradient(45deg, #64d1f0, #434b99);
  border-radius: 0px;  
	font-size: 20px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	color: #ffffff;
  float: right;
  
}

.eventrainbow {
  background-color: #ffffff;
  border-radius: 4px;  
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
  cursor: pointer;
  padding: 8px 22px;
  float: right;
  
}



.afftextbox {
	width: 100%;
	height: auto;
	padding-top:50px;
	padding-bottom:50px;
	padding-right:0px;
	padding-left:0px;
  background-image: linear-gradient(45deg, #64d1f0, #434b99);
  border-radius: 0px;  
	font-size: 20px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #ffffff;
  
}





.affbuttonrainbow {
  background-image: linear-gradient(45deg, #64d1f0, #434b99);
  border-radius: 0px;  
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	color: #ffffff;
	text-shadow: 1px 1px #000000;
	text-transform: uppercase;
  cursor: pointer;
  padding: 8px 22px;
  -moz-box-shadow:    inset 0 0 1px #000000;
   -webkit-box-shadow: inset 0 0 1px #000000;
   box-shadow:         inset 0 0 1px #000000;
  
}




















.subyouthgreentitles {
	padding-top:0px;
	padding-bottom:20px;
	padding-right:0px;
	padding-left:0px;
	font-size: 24px;
	line-height: 30px;
	font-family: 'Open Sans', sans-serif;
	color: #224f0e;
	font-weight: 600;
	
}






.programsheaderbox {
	width: 450px;
	height: auto;
	padding-top:20px;
	padding-bottom:20px;
	padding-right:20px;
	padding-left:20px;
  background-image: linear-gradient(45deg, #603813, #42210b);
  border-radius: 0px;  
	font-size: 24px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	color: #ffffff;
	float: right;
  
}





.newsdetailcolumn {
	width: 100%;
	height: auto;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	margin-bottom:20px;
border-width: thin;
border-color: #dddddd;
	color: #000000;
border-style: solid;
border-radius: 0px;
	font-size: 16px;
	line-height: 22px;
	
}



.newsdetailcolumn img {
	max-width: 100%;
	height: auto;opacity: 1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}



.newsdetailcolumn img:hover {
    opacity: .8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
}




.newsdetailtitle {
	padding-top:10px;
	padding-bottom:20px;
	padding-right:0px;
	padding-left:0px;
	font-size: 30px;
	line-height: 36px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	color: #000000;
	
}


.newsdetailtitle a:link {color: #000000; text-decoration: none;  }
.newsdetailtitle a:visited {color: #000000; text-decoration: none;  }
.newsdetailtitle a:hover {color: #fc4545; text-decoration: none;  }
.newsdetailtitle a:active {color: #000000; text-decoration: none;  } 



.newsdate {
	padding-top:0px;
	padding-bottom:10px;
	padding-right:0px;
	padding-left:0px;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #000000;
	
}


.newsdate a:link {color: #000000; text-decoration: none;  }
.newsdate a:visited {color: #000000; text-decoration: none;  }
.newsdate a:hover {color: #fc4545; text-decoration: none;  }
.newsdate a:active {color: #000000; text-decoration: none;  } 






.newscolumn1 {
	width: 700px;
	height: auto;
	padding-top:50px;
	padding-bottom:20px;
	padding-right:50px;
	padding-left:0px;
	float: left;
  
}


.newscolumn2 {
	width: 400px;
	height: auto;
	padding-top:40px;
	padding-bottom:20px;
	padding-right:0px;
	padding-left:0px;
	float: left;
  
}





.programlogos {
	width: 100px;
	height: auto;
	padding-top:0px;
	padding-bottom:10px;
	padding-right:0px;
	padding-left:10px;
	float: right;
  
}


.programstitles {
	padding-top:0px;
	padding-bottom:10px;
	padding-right:0px;
	padding-left:0px;
	font-size: 30px;
	line-height: 36px;
	font-family: 'Open Sans', sans-serif;
	color: #42210b;
	font-weight: 700;
	
}



.honorariumtitle {
	padding-top:0px;
	padding-bottom:10px;
	padding-right:0px;
	padding-left:0px;
	font-size: 30px;
	line-height: 36px;
	font-family: 'Open Sans', sans-serif;
	color: #c1a176;
	font-weight: 700;
	
}









.programcolum1a {
	width: 550px;
	height: auto;
	padding-top:50px;
	padding-bottom:20px;
	padding-right:50px;
	padding-left:0px;
	font-size: 18px;
	line-height: 22px;
	font-family: 'Open Sans', sans-serif;
	color: #000000;
	font-weight: 400;
	float: left;
  
}


.programcolum1a a:link {color: #ef229b; text-decoration: none;  }
.programcolum1a a:visited {color: #ef229b; text-decoration: none;  }
.programcolum1a a:hover {color: #000000; text-decoration: none;  }
.programcolum1a a:active {color: #ef229b; text-decoration: none;  } 



.programcolum1b {
	width: 550px;
	height: auto;
	padding-top:40px;
	padding-bottom:20px;
	padding-right:0px;
	padding-left:0px;
	font-size: 18px;
	line-height: 22px;
	font-family: 'Open Sans', sans-serif;
	color: #000000;
	font-weight: 400;
	float: left;
  
}



.programcolum1b a:link {color: #ef229b; text-decoration: none;  }
.programcolum1b a:visited {color: #ef229b; text-decoration: none;  }
.programcolum1b a:hover {color: #000000; text-decoration: none;  }
.programcolum1b a:active {color: #ef229b; text-decoration: none;  } 




.programcolum1highlight {
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	font-size: 18px;
	line-height: 22px;
	font-family: 'Open Sans', sans-serif;
	color: #ef229b;
	font-weight: 400;
  
}




.programcolumbg2 {
  background-color: #f2fff3;
  width: 100%;
  height: auto;
	padding-top:40px;
	padding-bottom:40px;
	padding-right:0px;
	padding-left:0px;
  
}






.programs2subtitles {
	padding-top:0px;
	padding-bottom:10px;
	padding-right:0px;
	padding-left:0px;
	font-size: 20px;
	line-height: 26px;
	font-family: 'Open Sans', sans-serif;
	color: #07930b;
	font-weight: 700;
	float:right;
	
}
.programs2subtitles a:link {color: #07930b; text-decoration: none;  }
.programs2subtitles a:visited {color: #07930b; text-decoration: none;  }
.programs2subtitles a:hover {color: #000000; text-decoration: none;  }
.programs2subtitles a:active {color: #07930b; text-decoration: none;  } 








.programs2titles {
	padding-top:0px;
	padding-bottom:10px;
	padding-right:0px;
	padding-left:0px;
	font-size: 30px;
	line-height: 36px;
	font-family: 'Open Sans', sans-serif;
	color: #07930b;
	font-weight: 700;
	
}






.programcolum2a {
	width: 550px;
	height: auto;
	padding-top:30px;
	padding-bottom:20px;
	padding-right:50px;
	padding-left:0px;
	font-size: 18px;
	line-height: 22px;
	font-family: 'Open Sans', sans-serif;
	color: #000000;
	font-weight: 400;
	float: left;
  
}


.programcolum2a a:link {color: #07930b; text-decoration: none;  }
.programcolum2a a:visited {color: #07930b; text-decoration: none;  }
.programcolum2a a:hover {color: #000000; text-decoration: none;  }
.programcolum2a a:active {color: #07930b; text-decoration: none;  } 



.programcolum2b {
	width: 550px;
	height: auto;
	padding-top:30px;
	padding-bottom:20px;
	padding-right:0px;
	padding-left:0px;
	font-size: 18px;
	line-height: 22px;
	font-family: 'Open Sans', sans-serif;
	color: #000000;
	font-weight: 400;
	float: left;
  
}



.programcolum2b a:link {color: #07930b; text-decoration: none;  }
.programcolum2b a:visited {color: #07930b; text-decoration: none;  }
.programcolum2b a:hover {color: #000000; text-decoration: none;  }
.programcolum2b a:active {color: #07930b; text-decoration: none;  } 




.programcolum2highlight {
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	font-size: 18px;
	line-height: 22px;
	font-family: 'Open Sans', sans-serif;
	color: #07930b;
	font-weight: 400;
  
}


















.programcolumbg3 {
  background-color: #f6f2ff;
  width: 100%;
  height: auto;
	padding-top:40px;
	padding-bottom:40px;
	padding-right:0px;
	padding-left:0px;
  
}







.programs3subtitles {
	padding-top:0px;
	padding-bottom:10px;
	padding-right:0px;
	padding-left:0px;
	font-size: 20px;
	line-height: 26px;
	font-family: 'Open Sans', sans-serif;
	color: #4924a7;
	font-weight: 700;
	float:right;
	
}
.programs3subtitles a:link {color: #4924a7; text-decoration: none;  }
.programs3subtitles a:visited {color: #4924a7; text-decoration: none;  }
.programs3subtitles a:hover {color: #000000; text-decoration: none;  }
.programs3subtitles a:active {color: #4924a7; text-decoration: none;  } 




.programs3titles {
	padding-top:0px;
	padding-bottom:10px;
	padding-right:0px;
	padding-left:0px;
	font-size: 30px;
	line-height: 36px;
	font-family: 'Open Sans', sans-serif;
	color: #4924a7;
	font-weight: 700;
	
}






.programcolum3a {
	width: 550px;
	height: auto;
	padding-top:30px;
	padding-bottom:20px;
	padding-right:50px;
	padding-left:0px;
	font-size: 18px;
	line-height: 22px;
	font-family: 'Open Sans', sans-serif;
	color: #000000;
	font-weight: 400;
	float: left;
  
}


.programcolum3a a:link {color: #4924a7; text-decoration: none;  }
.programcolum3a a:visited {color: #4924a7; text-decoration: none;  }
.programcolum3a a:hover {color: #000000; text-decoration: none;  }
.programcolum3a a:active {color: #4924a7; text-decoration: none;  } 



.programcolum3b {
	width: 550px;
	height: auto;
	padding-top:30px;
	padding-bottom:20px;
	padding-right:0px;
	padding-left:0px;
	font-size: 18px;
	line-height: 22px;
	font-family: 'Open Sans', sans-serif;
	color: #000000;
	font-weight: 400;
	float: left;
  
}



.programcolum3b a:link {color: #4924a7; text-decoration: none;  }
.programcolum3b a:visited {color: #4924a7; text-decoration: none;  }
.programcolum3b a:hover {color: #000000; text-decoration: none;  }
.programcolum3b a:active {color: #4924a7; text-decoration: none;  } 




.programcolum3highlight {
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	font-size: 18px;
	line-height: 22px;
	font-family: 'Open Sans', sans-serif;
	color: #4924a7;
	font-weight: 400;
  
}














.programcolumbg4 {
  background-color: #fff7f2;
  width: 100%;
  height: auto;
	padding-top:40px;
	padding-bottom:40px;
	padding-right:0px;
	padding-left:0px;
  
}







.programs4subtitles {
	padding-top:0px;
	padding-bottom:10px;
	padding-right:0px;
	padding-left:0px;
	font-size: 20px;
	line-height: 26px;
	font-family: 'Open Sans', sans-serif;
	color: #f86f14;
	font-weight: 700;
	float:right;
	
}
.programs4subtitles a:link {color: #f86f14; text-decoration: none;  }
.programs4subtitles a:visited {color: #f86f14; text-decoration: none;  }
.programs4subtitles a:hover {color: #000000; text-decoration: none;  }
.programs4subtitles a:active {color: #f86f14; text-decoration: none;  } 




.programs4titles {
	padding-top:0px;
	padding-bottom:10px;
	padding-right:0px;
	padding-left:0px;
	font-size: 30px;
	line-height: 36px;
	font-family: 'Open Sans', sans-serif;
	color: #f86f14;
	font-weight: 700;
	
}






.programcolum4a {
	width: 550px;
	height: auto;
	padding-top:30px;
	padding-bottom:20px;
	padding-right:50px;
	padding-left:0px;
	font-size: 18px;
	line-height: 22px;
	font-family: 'Open Sans', sans-serif;
	color: #000000;
	font-weight: 400;
	float: left;
  
}


.programcolum4a a:link {color: #f86f14; text-decoration: none;  }
.programcolum4a a:visited {color: #f86f14; text-decoration: none;  }
.programcolum4a a:hover {color: #000000; text-decoration: none;  }
.programcolum4a a:active {color: #f86f14; text-decoration: none;  } 



.programcolum4b {
	width: 550px;
	height: auto;
	padding-top:30px;
	padding-bottom:20px;
	padding-right:0px;
	padding-left:0px;
	font-size: 18px;
	line-height: 22px;
	font-family: 'Open Sans', sans-serif;
	color: #000000;
	font-weight: 400;
	float: left;
  
}



.programcolum4b a:link {color: #f86f14; text-decoration: none;  }
.programcolum4b a:visited {color: #f86f14; text-decoration: none;  }
.programcolum4b a:hover {color: #000000; text-decoration: none;  }
.programcolum4b a:active {color: #f86f14; text-decoration: none;  } 




.programcolum4highlight {
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	font-size: 18px;
	line-height: 22px;
	font-family: 'Open Sans', sans-serif;
	color: #f86f14;
	font-weight: 400;
  
}















.programcolumbg5 {
  background-color: #fff2f3;
  width: 100%;
  height: auto;
	padding-top:40px;
	padding-bottom:40px;
	padding-right:0px;
	padding-left:0px;
  
}







.programs5subtitles {
	padding-top:0px;
	padding-bottom:10px;
	padding-right:0px;
	padding-left:0px;
	font-size: 20px;
	line-height: 26px;
	font-family: 'Open Sans', sans-serif;
	color: #ed1c24;
	font-weight: 700;
	float:right;
	
}
.programs5subtitles a:link {color: #ed1c24; text-decoration: none;  }
.programs5subtitles a:visited {color: #ed1c24; text-decoration: none;  }
.programs5subtitles a:hover {color: #000000; text-decoration: none;  }
.programs5subtitles a:active {color: #ed1c24; text-decoration: none;  } 




.programs5titles {
	padding-top:0px;
	padding-bottom:10px;
	padding-right:0px;
	padding-left:0px;
	font-size: 30px;
	line-height: 36px;
	font-family: 'Open Sans', sans-serif;
	color: #ed1c24;
	font-weight: 700;
	
}






.programcolum5a {
	width: 550px;
	height: auto;
	padding-top:30px;
	padding-bottom:20px;
	padding-right:50px;
	padding-left:0px;
	font-size: 18px;
	line-height: 22px;
	font-family: 'Open Sans', sans-serif;
	color: #000000;
	font-weight: 400;
	float: left;
  
}


.programcolum5a a:link {color: #ed1c24; text-decoration: none;  }
.programcolum5a a:visited {color: #ed1c24; text-decoration: none;  }
.programcolum5a a:hover {color: #000000; text-decoration: none;  }
.programcolum5a a:active {color: #ed1c24; text-decoration: none;  } 



.programcolum5b {
	width: 550px;
	height: auto;
	padding-top:30px;
	padding-bottom:20px;
	padding-right:0px;
	padding-left:0px;
	font-size: 18px;
	line-height: 22px;
	font-family: 'Open Sans', sans-serif;
	color: #000000;
	font-weight: 400;
	float: left;
  
}



.programcolum5b a:link {color: #ed1c24; text-decoration: none;  }
.programcolum5b a:visited {color: #ed1c24; text-decoration: none;  }
.programcolum5b a:hover {color: #000000; text-decoration: none;  }
.programcolum5b a:active {color: #ed1c24; text-decoration: none;  } 




.programcolum5highlight {
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	font-size: 18px;
	line-height: 22px;
	font-family: 'Open Sans', sans-serif;
	color: #ed1c24;
	font-weight: 400;
  
}

















.programcolumbg6 {
  background-color: #f2fcff;
  width: 100%;
  height: auto;
	padding-top:40px;
	padding-bottom:40px;
	padding-right:0px;
	padding-left:0px;
  
}







.programs6subtitles {
	padding-top:0px;
	padding-bottom:10px;
	padding-right:0px;
	padding-left:0px;
	font-size: 20px;
	line-height: 26px;
	font-family: 'Open Sans', sans-serif;
	color: #20c4f4;
	font-weight: 700;
	float:right;
	
}
.programs6subtitles a:link {color: #20c4f4; text-decoration: none;  }
.programs6subtitles a:visited {color: #20c4f4; text-decoration: none;  }
.programs6subtitles a:hover {color: #000000; text-decoration: none;  }
.programs6subtitles a:active {color: #20c4f4; text-decoration: none;  } 




.programs6titles {
	padding-top:0px;
	padding-bottom:10px;
	padding-right:0px;
	padding-left:0px;
	font-size: 30px;
	line-height: 36px;
	font-family: 'Open Sans', sans-serif;
	color: #20c4f4;
	font-weight: 700;
	
}






.programcolum6a {
	width: 550px;
	height: auto;
	padding-top:30px;
	padding-bottom:20px;
	padding-right:50px;
	padding-left:0px;
	font-size: 18px;
	line-height: 22px;
	font-family: 'Open Sans', sans-serif;
	color: #000000;
	font-weight: 400;
	float: left;
  
}


.programcolum6a a:link {color: #20c4f4; text-decoration: none;  }
.programcolum6a a:visited {color: #20c4f4; text-decoration: none;  }
.programcolum6a a:hover {color: #000000; text-decoration: none;  }
.programcolum6a a:active {color: #20c4f4; text-decoration: none;  } 



.programcolum6b {
	width: 550px;
	height: auto;
	padding-top:30px;
	padding-bottom:20px;
	padding-right:0px;
	padding-left:0px;
	font-size: 18px;
	line-height: 22px;
	font-family: 'Open Sans', sans-serif;
	color: #000000;
	font-weight: 400;
	float: left;
  
}



.programcolum6b a:link {color: #20c4f4; text-decoration: none;  }
.programcolum6b a:visited {color: #20c4f4; text-decoration: none;  }
.programcolum6b a:hover {color: #000000; text-decoration: none;  }
.programcolum6b a:active {color: #20c4f4; text-decoration: none;  } 




.programcolum6highlight {
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	font-size: 18px;
	line-height: 22px;
	font-family: 'Open Sans', sans-serif;
	color: #20c4f4;
	font-weight: 400;
  
}



















.programcolumbg7 {
  background-color: #fff7f2;
  width: 100%;
  height: auto;
	padding-top:40px;
	padding-bottom:40px;
	padding-right:0px;
	padding-left:0px;
  
}







.programs7subtitles {
	padding-top:0px;
	padding-bottom:10px;
	padding-right:0px;
	padding-left:0px;
	font-size: 20px;
	line-height: 26px;
	font-family: 'Open Sans', sans-serif;
	color: #42210b;
	font-weight: 700;
	float:right;
	
}
.programs7subtitles a:link {color: #42210b; text-decoration: none;  }
.programs7subtitles a:visited {color: #42210b; text-decoration: none;  }
.programs7subtitles a:hover {color: #000000; text-decoration: none;  }
.programs7subtitles a:active {color: #42210b; text-decoration: none;  } 




.programs7titles {
	padding-top:0px;
	padding-bottom:10px;
	padding-right:0px;
	padding-left:0px;
	font-size: 30px;
	line-height: 36px;
	font-family: 'Open Sans', sans-serif;
	color: #42210b;
	font-weight: 700;
	
}






.programcolum7a {
	width: 550px;
	height: auto;
	padding-top:30px;
	padding-bottom:20px;
	padding-right:50px;
	padding-left:0px;
	font-size: 18px;
	line-height: 22px;
	font-family: 'Open Sans', sans-serif;
	color: #000000;
	font-weight: 400;
	float: left;
  
}


.programcolum7a a:link {color: #42210b; text-decoration: none;  }
.programcolum7a a:visited {color: #42210b; text-decoration: none;  }
.programcolum7a a:hover {color: #000000; text-decoration: none;  }
.programcolum7a a:active {color: #42210b; text-decoration: none;  } 



.programcolum7b {
	width: 550px;
	height: auto;
	padding-top:30px;
	padding-bottom:20px;
	padding-right:0px;
	padding-left:0px;
	font-size: 18px;
	line-height: 22px;
	font-family: 'Open Sans', sans-serif;
	color: #000000;
	font-weight: 400;
	float: left;
  
}



.programcolum7b a:link {color: #42210b; text-decoration: none;  }
.programcolum7b a:visited {color: #42210b; text-decoration: none;  }
.programcolum7b a:hover {color: #000000; text-decoration: none;  }
.programcolum7b a:active {color: #42210b; text-decoration: none;  } 




.programcolum7highlight {
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	font-size: 18px;
	line-height: 22px;
	font-family: 'Open Sans', sans-serif;
	color: #42210b;
	font-weight: 400;
  
}













.socfloat {
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:10px;
	margin-right:0px;
	float: left;
	
}


.socfloat img {
	max-width: 100%;
	height: auto;opacity: 1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}



.socfloat img:hover {
    opacity: .8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
}















.alignright {
	padding-top:0px;
	padding-bottom:15px;
	padding-right:0px;
	padding-left:15px;
	float: right;
	
}


.alignleft {
	padding-top:0px;
	padding-bottom:15px;
	padding-right:15px;
	padding-left:0px;
	float: left;
	
}






.formcolumn1 {
	width: 48%;
	padding-top:0px;
	padding-bottom:10px;
	padding-right:1%;
	padding-left:0px;
	margin-right:0px;
	float: left;
	
}
.formcolumnfull {
	width: 98%;
	padding-top:0px;
	padding-bottom:10px;
	padding-right:1%;
	padding-left:0px;
	font-size: 12px;
	line-height: 13px;
}




.formroommaincolumn1 {
	width: 48%;
	padding-top:0px;
	padding-bottom:10px;
	padding-right:2%;
	padding-left:0px;
	margin-right:0px;
	font-size: 12px;
	line-height: 13px;
	float: left;
	
}


.formroomcolumn1 {
	width: 48%;
	padding-top:0px;
	padding-bottom:10px;
	padding-right:2%;
	padding-left:0px;
	margin-right:0px;
	font-size: 12px;
	line-height: 13px;
	float: left;
	
}
.formroomcolumnfull {
	width: 98%;
	padding-top:0px;
	padding-bottom:10px;
	padding-right:2%;
	padding-left:0px;
	font-size: 12px;
	line-height: 13px;
}


.wpcf7-form-control-signature-wrap {
	background-color: #ffffff !important;
	max-height: 150px !important;
	padding-top:0px;
	padding-bottom:10px;
	padding-right:2%;
	padding-left:0px;
	border-width: 1;
border-color: #dedede;
border-style: solid;
}





.formsmalltext {
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	font-size: 13px;
	line-height: 14px;
	font-family: 'Open Sans', sans-serif;
	color: #42210b;
	font-weight: 400;
  
}




.formtitlecolumn1 {
	width: 48%;
	padding-top:0px;
	padding-bottom:10px;
	padding-right:2%;
	padding-left:0px;
	margin-right:0px;
	font-size: 18px;
	line-height: 20px;
	font-family: 'Open Sans', sans-serif;
	color: #42210b;
	font-weight: 600;
	float: left;
	
}




.formbggray {
  background-color: #eeeeee;
  width: 94%;
  height: auto;
	padding-top:3%;
	padding-bottom:3%;
	padding-right:3%;
	padding-left:3%;
  
}

span.wpcf7-list-item { display: block; }




input[type=text]    {
	background-color: hsla(0, 100%, 100%, 1);
color: #000000;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
font-size: 18px;
border-width: 1;
border-color: #dedede;
border-style: solid;
width: 98%;
height: 28px;
margin: 8px 8px 0px 0px;
padding-left:6px;
border-radius: 5px;
}


input[type=email]    {
	background-color: hsla(0, 100%, 100%, 1);
color: #000000;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
font-size: 18px;
border-width: 1;
border-color: #dedede;
border-style: solid;
width: 98%;
height: 28px;
margin: 8px 8px 0px 0px;
padding-left:6px;
border-radius: 5px;
}

select    {
	background-color: hsla(0, 100%, 100%, 1);
color: #000000;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
font-size: 18px;
border-width: 1;
border-color: #dedede;
border-style: solid;
width: 100%;
height: 34px;
margin: 8px 8px 0px 0px;
padding-left:6px;
border-radius: 5px;
}

textarea    {
	background-color: hsla(0, 100%, 100%, 1);
color: #000000;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
font-size: 18px;
border-width: 1;
border-color: #dedede;
border-style: solid;
width: 98%;
height: 100px;
margin: 8px 8px 0px 0px;
padding-left:6px;
padding-top:6px;
border-radius: 5px;
}


input[type=submit] {
color: #1f3082;
font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 24px;
background-color: #ffffff;
border-width: 1;
border-color: #dddddd;
border-style: solid;
width: 200px;
height: 50px;
margin: 0px 0px 0px 0px;
padding-left:6px;18px;
border-radius: 5px;
    cursor:pointer;-webkit-transition: all 0.5s ease;
 -moz-transition: all 0.5s ease;
 -o-transition: all 0.5s ease;
 -ms-transition: all 0.5s ease;
 transition: all 0.5s ease;
 float: right;
 margin-right: 3%;
}

input[type=submit]:hover {
color: #ffffff;
font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 24px;
background-color: #1f3082;
border-width: 1;
border-color: #dddddd;
border-style: solid;
width: 200px;
height: 50px;
margin: 0px 0px 0px 0px;
padding-left:6px;18px;
border-radius: 5px;
    cursor:pointer;-webkit-transition: all 0.5s ease;
 -moz-transition: all 0.5s ease;
 -o-transition: all 0.5s ease;
 -ms-transition: all 0.5s ease;
 transition: all 0.5s ease;
 float: right;
 margin-right: 3%;
}




.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }



#myVideo{
			z-index: 4;
			right: 0;
			bottom: 0;
			top:0;
			right:0;
			width: 100%;
	 		background-color: black; /* in case the video doesn't fit the whole page*/
	  		background-image: /* our video */;
	  		background-position: center center;
	  		background-size: contain;
	   		object-fit: cover; /*cover video background */
position: relative;
		}
		


.flexcenter {
display:flex;justify-content:center;align-items:center;
}



.tocenter {
	width: 1150px;
	margin-left: auto;
    margin-right: auto;
}


.resounrcecenter {
	width: 540px;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:200px;
	padding-left:420px;
	margin-left: auto;
    margin-right: auto;
}




.buttoncenter {
	width: 211px;
	margin-left: auto;
    margin-right: auto;
}




.homeservicescenter {
	width: 1030px;
	margin-left: auto;
    margin-right: auto;
}







.textindent {
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	
}




.formobile {
	display: none;
}





.fordt {
	display: block;
}







@media screen and (max-width:750px) {

    body {
    margin:0 0 0 0;
	overflow-x:hidden;
    }







.textindent {
	padding-top:0px;
	padding-bottom:0px;
	padding-right:8px;
	padding-left:8px;
	
}




.formobile {
	display: block;
}





.fordt {
	display: none;
}







































.logotopleft {
	width: 100%;
	max-width: 435px;
	height: auto;
	padding-top:15px;
	padding-bottom:15px;
	padding-right:0px;
	padding-left:0px;
	
}



.topdonatefloat {
	padding-top:20px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	
}


.logotopright {
	width: 100%;
	max-width: 700px;
	height: auto;
	padding-top:5px;
	padding-bottom:20px;
	padding-right:0px;
	padding-left:0px;
	
}





.navline {
	display: none;
}









.bottomnav {
	padding-top:10px;
	padding-bottom:10px;
	padding-right:0px;
	padding-left:0px;
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #ffffff;
}


.bottomnav a:link {color: #ffffff; text-decoration: none; padding-top:23px; padding-bottom:20px; padding-right:7px; padding-left:7px; text-align: center; }
.bottomnav a:visited {color: #ffffff; text-decoration: none; padding-top:23px; padding-bottom:20px; padding-right:7px; padding-left:7px; text-align: center; }
.bottomnav a:hover {color: #cd4c81; text-decoration: none; padding-top:23px; padding-bottom:20px; padding-right:7px; padding-left:7px; text-align: center; }
.bottomnav a:active {color: #ffffff; text-decoration: none; padding-top:23px; padding-bottom:20px; padding-right:7px; padding-left:7px; text-align: center; } 


.bottomnav ul {
    list-style-type: none;
    margin: 0;
	margin-left: -26px;
	text-align: center;
} 

.bottomnav ul li {
    display: inline;
	padding-right:5px;
	padding-left:5px;
	padding-bottom:0px;
	padding-top:0px;
	text-align: left;
}



.bottomnav ul li{
	position: relative;
	padding-right:0px;
	padding-top:10px;
	text-align: left;
	float: left;
}





.navline ul li:hover > ul{
	position: absolute;
	color: #ffffff;
	top: 100%;
	opacity: .9;
}

.headerbg {
	background-image: url(images/headerbg.jpg);
	background-repeat: no-repeat;
    background-position: center;
	width: 100%;
	height: 230px;
	padding-top:50px;
	padding-bottom:60px;
	padding-right:0px;
	padding-left:0px;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	
}

.headerhomevideobg {
	width: 100%;
	height: auto;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	margin-bottom: -5px;
	
}




.headerhomevideofront {
	width: 100%;
	height: auto;
	padding-top:30px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	margin-bottom: -5px;
	position: relative;
	z-index: 5;
	overflow: hidden;
	
}





.aboutheaderbg {
	background-image: url(images/aboutheaderbg.jpg);
	background-repeat: no-repeat;
    background-position: center;
	width: 100%;
	height: 230px;
	padding-top:50px;
	padding-bottom:60px;
	padding-right:0px;
	padding-left:0px;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	
}



.eventheaderbg {
	background-image: url(images/abouteventbg.jpg);
	background-repeat: no-repeat;
    background-position: center;
	width: 100%;
	height: 230px;
	padding-top:50px;
	padding-bottom:60px;
	padding-right:0px;
	padding-left:0px;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	
}



.aboutwellnessbg {
	background-image: url(images/aboutwellnessbg.jpg);
	background-repeat: no-repeat;
    background-position: center;
	width: 100%;
	height: 230px;
	padding-top:50px;
	padding-bottom:60px;
	padding-right:0px;
	padding-left:0px;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	
}



.header_can_bg {
	background-image: url(images/header_can_bg.jpg);
	background-repeat: no-repeat;
    background-position: center;
	width: 100%;
	height: 230px;
	padding-top:50px;
	padding-bottom:60px;
	padding-right:0px;
	padding-left:0px;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	
}



.header_indentity_bg {
	background-image: url(images/header_indentity_bg.jpg);
	background-repeat: no-repeat;
    background-position: center;
	width: 100%;
	height: 230px;
	padding-top:50px;
	padding-bottom:60px;
	padding-right:0px;
	padding-left:0px;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	
}



.header_engagement_bg {
	background-image: url(images/header_engagement_bg.jpg);
	background-repeat: no-repeat;
    background-position: top center;
	width: 100%;
	height: 230px;
	padding-top:50px;
	padding-bottom:60px;
	padding-right:0px;
	padding-left:0px;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	
}



.header_senior_bg {
	background-image: url(images/header_senior_bg.jpg);
	background-repeat: no-repeat;
    background-position: center;
	width: 100%;
	height: 230px;
	padding-top:50px;
	padding-bottom:60px;
	padding-right:0px;
	padding-left:0px;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	
}



.header_youth_bg {
	background-image: url(images/header_youth_bg.jpg);
	background-repeat: no-repeat;
    background-position: center;
	width: 100%;
	height: 230px;
	padding-top:50px;
	padding-bottom:60px;
	padding-right:0px;
	padding-left:0px;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	
}


.header_programs_bg {
	background-image: url(images/header_programs_bg.jpg);
	background-repeat: no-repeat;
    background-position: center;
	width: 100%;
	height: 230px;
	padding-top:50px;
	padding-bottom:60px;
	padding-right:0px;
	padding-left:0px;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	
}

.header_affirmation_bg {
	background-image: url(images/header_affirmation_bg.jpg);
	background-repeat: no-repeat;
    background-position: center;
	width: 100%;
	height: 230px;
	padding-top:50px;
	padding-bottom:60px;
	padding-right:0px;
	padding-left:0px;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	
}



.header_volunteer_bg {
	background-image: url(images/header_volunteer_bg.jpg);
	background-repeat: no-repeat;
    background-position: center;
	width: 100%;
	height: 230px;
	padding-top:50px;
	padding-bottom:60px;
	padding-right:0px;
	padding-left:0px;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	
}


.header_realvolunteer_bg {
	background-image: url(images/header_realvolunteer_bg.jpg);
	background-repeat: no-repeat;
    background-position: center;
	width: 100%;
	height: 230px;
	padding-top:50px;
	padding-bottom:60px;
	padding-right:0px;
	padding-left:0px;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	
}



.linebreakred {
	background-color: #f74900;
	width: 100%;
	height: 10px;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	
}



.firstbg {
	background-image: url(images/firstbg.jpg);
	background-repeat: no-repeat;
    background-position: center;
	width: 100%;
	height: auto;
	padding-top:30px;
	padding-bottom:30px;
	padding-right:0px;
	padding-left:0px;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	
}



.homecolumn1 {
	width: 100%;
	max-width: 400px;
	height: auto;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	color: #4d4d4e;
	height: 100%;
	line-height: 30px;
	
}


.homecolumn2 {
	width: 100%;
	max-width: 700px;
	height: auto;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	font-size: 16px;
	line-height: 24px;
	font-family: 'Open Sans', sans-serif;
	color: #ffffff;
	
}

.homecolumntitle2 {
	padding-top:0px;
	padding-bottom:10px;
	padding-right:0px;
	padding-left:0px;
	font-size: 24px;
	line-height: 30px;
	font-family: 'Open Sans', sans-serif;
	color: #ffffff;
	font-weight: 700;
	
}



.homeredtitle {
	padding-top:0px;
	padding-bottom:10px;
	padding-right:0px;
	padding-left:0px;
	font-size: 24px;
	line-height: 30px;
	font-family: 'Open Sans', sans-serif;
	color: #f64000;
	font-weight: 700;
	
}



.homepurpletitle {
	padding-top:0px;
	padding-bottom:10px;
	padding-right:0px;
	padding-left:0px;
	font-size: 24px;
	line-height: 30px;
	font-family: 'Open Sans', sans-serif;
	color: #373496;
	font-weight: 700;
	
}







.homerainbow {
  background-image: linear-gradient(45deg, #31a0e6, #1f3082);
  border-radius: 0px;  
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	color: #ffffff;
	text-shadow: 1px 1px #000000;
	text-transform: uppercase;
  cursor: pointer;
  padding: 8px 22px;
  float: right;
  margin-left: 20px;-moz-box-shadow:    inset 0 0 1px #000000;
   -webkit-box-shadow: inset 0 0 1px #000000;
   box-shadow:         inset 0 0 1px #000000;
  
}






.newscolumn {
	width: 96%;
	max-width: 500px;
	height: auto;
	padding-top:20px;
	padding-bottom:20px;
	padding-right:0px;
	padding-left:0px;
	margin-right:2%;
	margin-left:2%;
	margin-bottom:20px;
border-width: thin;
border-color: #dddddd;
	color: #000000;
border-style: solid;
border-radius: 0px;
	
}


.newscolumn:hover {
	width: 96%;
	max-width: 500px;
	height: auto;
	padding-top:20px;
	padding-bottom:20px;
	padding-right:0px;
	padding-left:0px;
	margin-right:2%;
	margin-left:2%;
	margin-bottom:20px;
border-width: thin;
	color: #f64000;
border-style: solid;
border-radius: 0px;
	
}



.newscolumn img {
	width: 96%;
	max-width: 500px;
	padding-top:0px;
	padding-bottom:20px;
	padding-right:0px;
	padding-left:0px;
	margin-right:2%;
	margin-left:2%;
border-radius: 0px;
	
}



.newshomeimage {
height: 250px;
margin-bottom: 20px;
  overflow: hidden !important;
	
}



.newscolumn_text1 {
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	font-size: 20px;
	line-height: 20px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	text-align: center;
	
}



.newscolumn_text2 {
	padding-top:20px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	font-size: 16px;
	line-height: 22px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #3f3f3f;
text-align: center;
	
}






.newsindent {
	padding-top:0px;
	padding-bottom:0px;
	padding-right:15px;
	padding-left:15px;
	
}



.newsdatebubble {
	padding-top:0px;
	padding-bottom:10px;
	padding-right:0px;
	padding-left:0px;
	font-size: 14px;
	line-height: 16px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #000000;
text-align: center;
    
	
}


.newsheight {
	 width:100%;
  height:230px;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
    
	
}






.rainbowline {
  width:100%;
  height:2px;
  background: -webkit-linear-gradient(left, red,orange,yellow,green,blue,indigo,violet);
  background: -moz-linear-gradient(left, red,orange,yellow,green,blue,indigo,violet,red);
  background: -o-linear-gradient(left, red,orange,yellow,green,blue,indigo,violet,red);
  background: -ms-linear-gradient(left, red,orange,yellow,green,blue,indigo,violet,red);
  background: linear-gradient(to right, red,orange,yellow,green,blue,indigo,violet,red);
  background-repeat:repeat-x;
  
  -webkit-animation:go 1s linear infinite;
  -moz-animation:go 1s linear infinite;
  -o-animation:go 1s linear infinite;
  -ms-animation:go 1s linear infinite;
  animation:go 1s linear infinite;
}

@-webkit-keyframes go{
  0%{background-position:0;}
  100%{background-position:200px 0;}

}
@-moz-keyframes go{
  0%{background-position:0;}
  50%{background-position:100px 0;}
  100%{background-position:200px 0;}

}
@-o-keyframes go{
  0%{background-position:0;}
  100%{background-position:200px 0;}

}
@-ms-keyframes go{
  0%{background-position:0;}
  100%{background-position:200px 0;}

}
@keyframes go{
  0%{background-position:0;}
  100%{background-position:200px 0;}

}






.homecolumnfull {
	width: 100%;
	max-width: 1150px;
	height: auto;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	font-size: 16px;
	line-height: 24px;
	font-family: 'Open Sans', sans-serif;
	color: #ffffff;
	margin-left: auto;
    margin-right: auto;
	
}




.newscolumnfull {
	width: 100%;
	max-width: 1150px;
	height: auto;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	font-size: 16px;
	line-height: 24px;
	font-family: 'Open Sans', sans-serif;
	color: #000000;
	margin-left: auto;
    margin-right: auto;
	
}




.footerbg {
	background-image: url(images/footerbg.jpg);
	background-repeat: no-repeat;
    background-position: center;
	width: 100%;
	height: auto;
	padding-top:30px;
	padding-bottom:30px;
	padding-right:0px;
	padding-left:0px;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	
}









.footercolumn1 {
	width: 100%;
	max-width: 500px;
	height: auto;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:130px;
	padding-left:0px;
	font-size: 16px;
	line-height: 24px;
	font-family: 'Open Sans', sans-serif;
	color: #ffffff;
	
}



.footerindent {
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	
}



.footercolumn2 {
	width: 100%;
	max-width: 500px;
	height: auto;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	font-size: 16px;
	line-height: 24px;
	font-family: 'Open Sans', sans-serif;
	color: #ffffff;
	
}



.aboutheaderbox {
	width: 55%;
	max-width: 500px;
	height: auto;
	padding-top:5%;
	padding-bottom:5%;
	padding-right:5%;
	padding-left:5%;
  background-image: linear-gradient(45deg, #fcee21, #fb7107);
  border-radius: 0px;  
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	color: #000000;
  
}




.aboutextbox {
	width: 100%;
	height: auto;
	padding-top:50px;
	padding-bottom:50px;
	padding-right:0px;
	padding-left:0px;
  background-image: linear-gradient(45deg, #fcee21, #fb7107);
  border-radius: 0px;  
	font-size: 20px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #000000;
  
}




.eventheaderbox {
	width: 55%;
	max-width: 500px;
	height: auto;
	padding-top:5%;
	padding-bottom:5%;
	padding-right:5%;
	padding-left:5%;
  background-image: linear-gradient(45deg, #f64000, #fd8b00);
  border-radius: 0px;  
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	color: #ffffff;
  
}




.eventextbox {
	width: 100%;
	height: auto;
	padding-top:50px;
	padding-bottom:50px;
	padding-right:0px;
	padding-left:0px;
  background-image: linear-gradient(45deg, #f64000, #fd8b00);
  border-radius: 0px;  
	font-size: 20px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #ffffff;
  
}


.subtitles {
	padding-top:0px;
	padding-bottom:20px;
	padding-right:0px;
	padding-left:0px;
	font-size: 20px;
	line-height: 24px;
	font-family: 'Open Sans', sans-serif;
	color: #000000;
	font-weight: 600;
	
}


.aboutcolumn1a {
	width: 100%;
	max-width: 550px;
	height: auto;
	padding-top:20px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px; 
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #000000;
  
}

.aboutcolumn1a a:link {color: #5ccefa; text-decoration: none;  }
.aboutcolumn1a a:visited {color: #5ccefa; text-decoration: none;  }
.aboutcolumn1a a:hover {color: #000000; text-decoration: none;  }
.aboutcolumn1a a:active {color: #5ccefa; text-decoration: none;  } 



.aboutcolumn2a {
	width: 100%;
	max-width: 550px;
	height: auto;
	padding-top:20px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px; 
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #000000;
  
}






.aboutcolumn1 {
	width: 100%;
	max-width: 400px;
	height: auto;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:50px;
	padding-left:0px;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	color: #4d4d4e;
	height: 100%;
	line-height: 30px;
	
}


.aboutcolumn2 {
	width: 100%;
	max-width: 700px;
	height: auto;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	font-size: 16px;
	line-height: 24px;
	font-family: 'Open Sans', sans-serif;
	color: #000000;
	
}






.aboutcolumntitle2 {
	padding-top:0px;
	padding-bottom:10px;
	padding-right:0px;
	padding-left:0px;
	font-size: 24px;
	line-height: 30px;
	font-family: 'Open Sans', sans-serif;
	color: #000000;
	font-weight: 700;
	
}



.aboutinsidecolumns {
	width: 100%;
	max-width: 500px;
	height: auto;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:15px;
	padding-left:0px;
	font-size: 16px;
	line-height: 40px;
	font-family: 'Open Sans', sans-serif;
	color: #000000;
	
}




.eventrainbow {
  background-color: #ffffff;
  border-radius: 4px;  
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
  cursor: pointer;
  padding: 8px 22px;
  float: right;
  
}




.eventcolumn1 {
	width: 100%;
	max-width: 400px;
	height: auto;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px; 
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #ffffff;
  
}


.eventcolumn2 {
	width: 100%;
	max-width: 700px;
	height: auto;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px; 
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #ffffff;
  
}





.honorariumcolumn1 {
	width: 100%;
	max-width: 400px;
	height: auto;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px; 
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #000000;
  
}


.honorariumcolumn2 {
	width: 100%;
	max-width: 700px;
	height: auto;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px; 
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #000000;
  
}

.eventcolumntitle2 {
	padding-top:0px;
	padding-bottom:10px;
	padding-right:0px;
	padding-left:0px;
	font-size: 24px;
	line-height: 30px;
	font-family: 'Open Sans', sans-serif;
	color: #ffffff;
	font-weight: 700;
	
}





.eventbuttonrainbow {
  background-image: linear-gradient(45deg, #ff1f65, #d8000b);
  border-radius: 0px;  
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	color: #ffffff;
	text-shadow: 1px 1px #000000;
	text-transform: uppercase;
  cursor: pointer;
  padding: 8px 22px;
  float: right;
  margin-left: 20px;-moz-box-shadow:    inset 0 0 1px #000000;
   -webkit-box-shadow: inset 0 0 1px #000000;
   box-shadow:         inset 0 0 1px #000000;
  
}








.eventcolumn1b {
	width: 100%;
	max-width: 500px;
	height: auto;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px; 
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #ffffff;
  
}


.eventcolumn2b {
	width: 100%;
	max-width: 850px;
	height: auto;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px; 
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #ffffff;
  
}




.eventcolumntitle2 {
	padding-top:0px;
	padding-bottom:10px;
	padding-right:0px;
	padding-left:0px;
	font-size: 20px;
	line-height: 24px;
	font-family: 'Open Sans', sans-serif;
	color: #ffffff;
	font-weight: 700;
	
}




.indentcolumn1 {
	width: 100%;
	max-width: 500px;
	height: auto;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px; 
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #ffffff;
  
}


.indentcolumn2 {
	width: 100%;
	max-width: 600px;
	height: auto;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px; 
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #ffffff;
  
}




.wellnessheaderbox {
	width: 55%;
	max-width: 500px;
	height: auto;
	padding-top:5%;
	padding-bottom:5%;
	padding-right:5%;
	padding-left:5%;
  background-image: linear-gradient(45deg, #ff1f65, #d8000b);
  border-radius: 0px;  
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	color: #ffffff;
  
}




.wellnesstextbox {
	width: 100%;
	height: auto;
	padding-top:50px;
	padding-bottom:50px;
	padding-right:0px;
	padding-left:0px;
  background-image: linear-gradient(45deg, #ff1f65, #d8000b);
  border-radius: 0px;  
	font-size: 20px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #ffffff;
  
}




.hourscolumn1 {
	background-color: #e2e3e4;
	width: 122px;
	height: auto;
	padding-top:5px;
	padding-bottom:5px;
	padding-right:5px;
	padding-left:5px;
	font-size: 15px;
	
}




.wellnesscolumn2a {
	width: 100%;
	max-width: 800px;
	height: auto;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px; 
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #000000;
  
}






.wellnesscolumn2b {
	width: 100%;
	max-width: 500px;
	height: auto;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	color: #4d4d4e;
	height: 100%;
	line-height: 30px;
	
}





.wellnessbuttonrainbow {
  background-image: linear-gradient(45deg, #ff1f65, #d8000b);
  border-radius: 0px;  
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	color: #ffffff;
	text-shadow: 1px 1px #000000;
	text-transform: uppercase;
  cursor: pointer;
  padding: 8px 22px;
  -moz-box-shadow:    inset 0 0 1px #000000;
   -webkit-box-shadow: inset 0 0 1px #000000;
   box-shadow:         inset 0 0 1px #000000;
  
}




.wellnessrainbow {
  background-color: #ffffff;
  border-radius: 4px;  
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
  cursor: pointer;
  padding: 8px 22px;
  margin-right: 10px;
  
}



.wellnessredrainbow {
  background-color: #d8000b;
  border-radius: 4px;  
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
  cursor: pointer;
  padding: 8px 22px;
  margin-right: 10px;
  text-align: center;
  
}



.wellnessredleftrainbow {
  background-color: #d8000b;
  border-radius: 4px;  
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
  cursor: pointer;
  padding: 8px 22px;
  margin-right: 10px;
  text-align: center;
  
}





.identheaderbox {
	width: 55%;
	max-width: 500px;
	height: auto;
	padding-top:5%;
	padding-bottom:5%;
	padding-right:5%;
	padding-left:5%;
  background-image: linear-gradient(45deg, #5ccefa, #f4a9b7);
  border-radius: 0px;  
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	color: #000000;
  
}




.identtextbox {
	width: 100%;
	height: auto;
	padding-top:50px;
	padding-bottom:50px;
	padding-right:0px;
	padding-left:0px;
  background-image: linear-gradient(45deg, #5ccefa, #f4a9b7);
  border-radius: 0px;  
	font-size: 20px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #000000;
  
}



.identbuttonrainbow {
  background-image: linear-gradient(45deg, #5ccefa, #f4a9b7);
  border-radius: 0px;  
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	color: #ffffff;
	text-shadow: 1px 1px #000000;
	text-transform: uppercase;
  cursor: pointer;
  padding: 8px 22px;
  -moz-box-shadow:    inset 0 0 1px #000000;
   -webkit-box-shadow: inset 0 0 1px #000000;
   box-shadow:         inset 0 0 1px #000000;
  
}






.identrainbow {
  background-color: #ffffff;
  border-radius: 4px;  
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
  cursor: pointer;
  padding: 8px 22px;
  margin-left: 10px;
  margin-bottom: 20px;
  
}




.identcolumn2 {
	width: 100%;
	max-width: 700px;
	height: auto;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px; 
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #000000;
  
}



.identcolumntitle2 {
	padding-top:0px;
	padding-bottom:10px;
	padding-right:0px;
	padding-left:0px;
	font-size: 24px;
	line-height: 30px;
	font-family: 'Open Sans', sans-serif;
	color: #000000;
	font-weight: 700;
	
}




.engageheaderbox {
	width: 55%;
	max-width: 500px;
	height: auto;
	padding-top:5%;
	padding-bottom:5%;
	padding-right:5%;
	padding-left:5%;
  background-image: linear-gradient(45deg, #37ad45, #224f0e);
  border-radius: 0px;  
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	color: #ffffff;
  
}




.engagetextbox {
	width: 100%;
	height: auto;
	padding-top:50px;
	padding-bottom:50px;
	padding-right:0px;
	padding-left:0px;
  background-image: linear-gradient(45deg, #37ad45, #224f0e);
  border-radius: 0px;  
	font-size: 20px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #ffffff;
  
}




.engagecolumntitle2 {
	padding-top:0px;
	padding-bottom:10px;
	padding-right:0px;
	padding-left:0px;
	font-size: 24px;
	line-height: 30px;
	font-family: 'Open Sans', sans-serif;
	color: #ffffff;
	font-weight: 700;
	
}




.engagecolumn2 {
	width: 100%;
	max-width: 700px;
	height: auto;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px; 
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #ffffff;
  
}


.subgreentitles {
	padding-top:0px;
	padding-bottom:20px;
	padding-right:0px;
	padding-left:0px;
	font-size: 20px;
	line-height: 24px;
	font-family: 'Open Sans', sans-serif;
	color: #224f0e;
	font-weight: 600;
	
}



.engagebuttonrainbow {
  background-image: linear-gradient(45deg, #37ad45, #224f0e);
  border-radius: 0px;  
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	color: #ffffff;
	text-shadow: 1px 1px #000000;
	text-transform: uppercase;
  cursor: pointer;
  padding: 8px 22px;
  -moz-box-shadow:    inset 0 0 1px #000000;
   -webkit-box-shadow: inset 0 0 1px #000000;
   box-shadow:         inset 0 0 1px #000000;
   margin-bottom: 20px;

  
}






.seniorheaderbox {
	width: 55%;
	max-width: 500px;
	height: auto;
	padding-top:5%;
	padding-bottom:5%;
	padding-right:5%;
	padding-left:5%;
  background-image: linear-gradient(45deg, #6e3cc3, #333393);
  border-radius: 0px;  
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	color: #ffffff;
  
}

.seniortextbox {
	width: 100%;
	height: auto;
	padding-top:50px;
	padding-bottom:50px;
	padding-right:0px;
	padding-left:0px;
  background-image: linear-gradient(45deg, #6e3cc3, #333393);
  border-radius: 0px;  
	font-size: 20px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #ffffff;
  
}







.seniorcolum1 {
	width: 100%;
	max-width: 550px;
	height: auto;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px; 
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #ffffff;
  
}


.seniorcolum2 {
	width: 100%;
	max-width: 550px;
	height: auto;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px; 
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #ffffff;
  
}







.seniorcolum1b {
	width: 100%;
	max-width: 450px;
	height: auto;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px; 
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #ffffff;
  
}


.seniorcolum2b {
	width: 100%;
	max-width: 650px;
	height: auto;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px; 
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #000000;
  
}



.seniorbuttonrainbow {
  background-image: linear-gradient(45deg, #6e3cc3, #333393);
  border-radius: 0px;  
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	color: #ffffff;
	text-shadow: 1px 1px #000000;
	text-transform: uppercase;
  cursor: pointer;
  padding: 8px 22px;
  -moz-box-shadow:    inset 0 0 1px #000000;
   -webkit-box-shadow: inset 0 0 1px #000000;
   box-shadow:         inset 0 0 1px #000000;
  float: right;
  
}







.youthheaderbox {
	width: 55%;
	max-width: 500px;
	height: auto;
	padding-top:5%;
	padding-bottom:5%;
	padding-right:5%;
	padding-left:5%;
  background-image: linear-gradient(45deg, #009245, #1b1464);
  border-radius: 0px;  
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	color: #ffffff;
  
}

.youthtextbox {
	width: 100%;
	height: auto;
	padding-top:50px;
	padding-bottom:50px;
	padding-right:0px;
	padding-left:0px;
  background-image: linear-gradient(45deg, #009245, #1b1464);
  border-radius: 0px;  
	font-size: 20px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #ffffff;
  
}



.subbluetitles {
	padding-top:0px;
	padding-bottom:20px;
	padding-right:0px;
	padding-left:0px;
	font-size: 24px;
	line-height: 30px;
	font-family: 'Open Sans', sans-serif;
	color: #1b1464;
	font-weight: 600;
	
}




.youthbuttonrainbow {
  background-image: linear-gradient(45deg, #009245, #1b1464);
  border-radius: 0px;  
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	color: #ffffff;
	text-shadow: 1px 1px #000000;
	text-transform: uppercase;
  cursor: pointer;
  padding: 8px 22px;
  -moz-box-shadow:    inset 0 0 1px #000000;
   -webkit-box-shadow: inset 0 0 1px #000000;
   box-shadow:         inset 0 0 1px #000000;
  
}











.cantextbox {
	width: 100%;
	height: auto;
	padding-top:50px;
	padding-bottom:50px;
	padding-right:0px;
	padding-left:0px;
  background-image: linear-gradient(45deg, #f2d203, #fb6103);
  border-radius: 0px;  
	font-size: 20px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #ffffff;
  
}




.cancolumn1 {
	width: 100%;
	max-width: 400px;
	height: auto;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:50px;
	padding-left:0px; 
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #030303;
  
}


.cancolumn2 {
	width: 100%;
	max-width: 700px;
	height: auto;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px; 
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #030303;
  
}



.cancolumntitle2 {
	padding-top:0px;
	padding-bottom:10px;
	padding-right:0px;
	padding-left:0px;
	font-size: 30px;
	line-height: 36px;
	font-family: 'Open Sans', sans-serif;
	color: #030303;
	font-weight: 700;
	
}



.canbuttonrainbow {
  background-image: linear-gradient(45deg, #f2d203, #fb6103);
  border-radius: 0px;  
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	color: #ffffff;
	text-transform: uppercase;
  cursor: pointer;
  padding: 8px 22px;
  -moz-box-shadow:    inset 0 0 1px #000000;
   -webkit-box-shadow: inset 0 0 1px #000000;
   box-shadow:         inset 0 0 1px #000000;
  
}





.volunteertextbox {
	width: 100%;
	height: auto;
	padding-top:50px;
	padding-bottom:50px;
	padding-right:0px;
	padding-left:0px;
  background-image: linear-gradient(45deg, #fe5ab3, #ff1f65);
  border-radius: 0px;  
	font-size: 20px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #ffffff;
  
}



.volunteertrealextbox {
	width: 100%;
	height: auto;
	padding-top:50px;
	padding-bottom:50px;
	padding-right:0px;
	padding-left:0px;
  background-image: linear-gradient(45deg, #07f6ff, #36bbff);
  border-radius: 0px;  
	font-size: 20px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #ffffff;
  
}






.volunteerbuttonrainbow {
  background-image: linear-gradient(45deg, #ffffff, #eeeeee);
  border-radius: 4px;  
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	color: #ffffff;
	text-transform: uppercase;
  cursor: pointer;
  padding: 8px 22px;
  -moz-box-shadow:    inset 0 0 1px #000000;
   -webkit-box-shadow: inset 0 0 1px #000000;
   box-shadow:         inset 0 0 1px #000000;
  
}


.volunteerrealbuttonrainbow {
  background-image: linear-gradient(45deg, #ffffff, #eeeeee);
  border-radius: 4px;  
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	color: #000000;
	text-transform: uppercase;
  cursor: pointer;
  padding: 8px 22px;
  -moz-box-shadow:    inset 0 0 1px #000000;
   -webkit-box-shadow: inset 0 0 1px #000000;
   box-shadow:         inset 0 0 1px #000000;
  
}


.volunteerreal2buttonrainbow {
  background-image: linear-gradient(45deg, #ffffff, #eeeeee);
  border-radius: 4px;  
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	color: #000000;
	text-transform: uppercase;
  cursor: pointer;
  padding: 8px 22px;
  -moz-box-shadow:    inset 0 0 1px #000000;
   -webkit-box-shadow: inset 0 0 1px #000000;
   box-shadow:         inset 0 0 1px #000000;
  
}



.volunteercolumn1 {
	width: 100%;
	max-width: 500px;
	height: auto;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px; 
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #ffffff;
  
}


.volunteercolumn2 {
	width: 100%;
	max-width: 900px;
	height: auto;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px; 
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #ffffff;
  
}



.volunteerrealcolumn1 {
	width: 100%;
	max-width: 400px;
	height: auto;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px; 
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #ffffff;
  
}


.volunteerrealcolumn2 {
	width: 100%;
	max-width: 900px;
	height: auto;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px; 
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #000000;
  
}



.realvolunteercolumntitle2 {
	padding-top:0px;
	padding-bottom:10px;
	padding-right:0px;
	padding-left:0px;
	font-size: 24px;
	line-height: 30px;
	font-family: 'Open Sans', sans-serif;
	color: #000000;
	font-weight: 700;
	
}




.volunteerheaderbox {
	width: 55%;
	max-width: 500px;
	height: auto;
	padding-top:5%;
	padding-bottom:5%;
	padding-right:5%;
	padding-left:5%;
  background-image: linear-gradient(45deg, #fe5ab3, #ff1f65);
  border-radius: 0px;  
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	color: #ffffff;
  
}




.volunteerrealheaderbox {
	width: 55%;
	max-width: 500px;
	height: auto;
	padding-top:5%;
	padding-bottom:5%;
	padding-right:5%;
	padding-left:5%;
  background-image: linear-gradient(45deg, #07f6ff, #36bbff);
  border-radius: 0px;  
	font-size: 20px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	color: #000000;
  
}






.volunteercolumn2a {
	width: 100%;
	max-width: 600px;
	height: auto;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px; 
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #000000;
  
}






.volunteercolumn2b {
	width: 100%;
	max-width: 500px;
	height: auto;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	color: #4d4d4e;
	height: 100%;
	line-height: 30px;
	
}


.volunteerredrainbow {
  background-image: linear-gradient(45deg, #fe5ab3, #ff1f65);
  border-radius: 4px;  
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
  cursor: pointer;
  padding: 8px 22px;
  margin-right: 10px;
  text-align: center;
  float: right;
  
}




.affheaderbox {
	width: 55%;
	max-width: 500px;
	height: auto;
	padding-top:5%;
	padding-bottom:5%;
	padding-right:5%;
	padding-left:5%;
  background-image: linear-gradient(45deg, #64d1f0, #434b99);
  border-radius: 0px;  
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	color: #ffffff;
  
}

.eventrainbow {
  background-color: #ffffff;
  border-radius: 4px;  
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
  cursor: pointer;
  padding: 8px 22px;
  float: right;
  
}



.afftextbox {
	width: 100%;
	height: auto;
	padding-top:50px;
	padding-bottom:50px;
	padding-right:0px;
	padding-left:0px;
  background-image: linear-gradient(45deg, #64d1f0, #434b99);
  border-radius: 0px;  
	font-size: 20px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #ffffff;
  
}





.affbuttonrainbow {
  background-image: linear-gradient(45deg, #64d1f0, #434b99);
  border-radius: 0px;  
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	color: #ffffff;
	text-shadow: 1px 1px #000000;
	text-transform: uppercase;
  cursor: pointer;
  padding: 8px 22px;
  -moz-box-shadow:    inset 0 0 1px #000000;
   -webkit-box-shadow: inset 0 0 1px #000000;
   box-shadow:         inset 0 0 1px #000000;
  
}




















.subyouthgreentitles {
	padding-top:0px;
	padding-bottom:20px;
	padding-right:0px;
	padding-left:0px;
	font-size: 24px;
	line-height: 30px;
	font-family: 'Open Sans', sans-serif;
	color: #224f0e;
	font-weight: 600;
	
}






.programsheaderbox {
	width: 55%;
	max-width: 500px;
	height: auto;
	padding-top:5%;
	padding-bottom:5%;
	padding-right:5%;
	padding-left:5%;
  background-image: linear-gradient(45deg, #603813, #42210b);
  border-radius: 0px;  
	font-size: 20px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	color: #ffffff;
  
}





.newsdetailcolumn {
	width: 100%;
	max-width: 700px;
	height: auto;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	margin-bottom:20px;
border-width: thin;
border-color: #dddddd;
	color: #000000;
border-style: solid;
border-radius: 0px;
	font-size: 16px;
	line-height: 22px;
	
}



.newsdetailcolumn img {
	max-width: 100%;
	height: auto;opacity: 1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}



.newsdetailcolumn img:hover {
    opacity: .8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
}




.newsdetailtitle {
	width: 100%;
	max-width: 700px;
	height: auto;
	padding-top:10px;
	padding-bottom:20px;
	padding-right:0px;
	padding-left:0px;
	font-size: 24px;
	line-height: 30px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	color: #000000;
	
}


.newsdetailtitle a:link {color: #000000; text-decoration: none;  }
.newsdetailtitle a:visited {color: #000000; text-decoration: none;  }
.newsdetailtitle a:hover {color: #fc4545; text-decoration: none;  }
.newsdetailtitle a:active {color: #000000; text-decoration: none;  } 



.newsdate {
	padding-top:0px;
	padding-bottom:10px;
	padding-right:0px;
	padding-left:0px;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #000000;
	
}


.newsdate a:link {color: #000000; text-decoration: none;  }
.newsdate a:visited {color: #000000; text-decoration: none;  }
.newsdate a:hover {color: #fc4545; text-decoration: none;  }
.newsdate a:active {color: #000000; text-decoration: none;  } 






.newscolumn1 {
	width: 100%;
	max-width: 700px;
	height: auto;
	padding-top:50px;
	padding-bottom:20px;
	padding-right:0px;
	padding-left:0px;
  
}


.newscolumn2 {
	width: 100%;
	max-width: 400px;
	height: auto;
	padding-top:40px;
	padding-bottom:20px;
	padding-right:0px;
	padding-left:0px;
  
}





.programlogos {
	width: 100px;
	height: auto;
	padding-top:0px;
	padding-bottom:10px;
	padding-right:0px;
	padding-left:10px;
	float: right;
  
}


.programstitles {
	padding-top:0px;
	padding-bottom:10px;
	padding-right:0px;
	padding-left:0px;
	font-size: 24px;
	line-height: 30px;
	font-family: 'Open Sans', sans-serif;
	color: #42210b;
	font-weight: 700;
	
}





.honorariumtitle {
	padding-top:0px;
	padding-bottom:10px;
	padding-right:0px;
	padding-left:0px;
	font-size: 24px;
	line-height: 30px;
	font-family: 'Open Sans', sans-serif;
	color: #c1a176;
	font-weight: 700;
	
}







.programcolum1a {
	width: 100%;
	max-width: 550px;
	height: auto;
	padding-top:50px;
	padding-bottom:20px;
	padding-right:0px;
	padding-left:0px;
	font-size: 18px;
	line-height: 22px;
	font-family: 'Open Sans', sans-serif;
	color: #000000;
	font-weight: 400;
  
}


.programcolum1a a:link {color: #ef229b; text-decoration: none;  }
.programcolum1a a:visited {color: #ef229b; text-decoration: none;  }
.programcolum1a a:hover {color: #000000; text-decoration: none;  }
.programcolum1a a:active {color: #ef229b; text-decoration: none;  } 



.programcolum1b {
	width: 100%;
	max-width: 550px;
	height: auto;
	padding-top:40px;
	padding-bottom:20px;
	padding-right:0px;
	padding-left:0px;
	font-size: 18px;
	line-height: 22px;
	font-family: 'Open Sans', sans-serif;
	color: #000000;
	font-weight: 400;
  
}



.programcolum1b a:link {color: #ef229b; text-decoration: none;  }
.programcolum1b a:visited {color: #ef229b; text-decoration: none;  }
.programcolum1b a:hover {color: #000000; text-decoration: none;  }
.programcolum1b a:active {color: #ef229b; text-decoration: none;  } 




.programcolum1highlight {
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	font-size: 18px;
	line-height: 22px;
	font-family: 'Open Sans', sans-serif;
	color: #ef229b;
	font-weight: 400;
  
}




.programcolumbg2 {
  background-color: #f2fff3;
  width: 100%;
  height: auto;
	padding-top:40px;
	padding-bottom:40px;
	padding-right:0px;
	padding-left:0px;
  
}






.programs2subtitles {
	width: 100%;
	padding-top:0px;
	padding-bottom:10px;
	padding-right:0px;
	padding-left:0px;
	font-size: 20px;
	line-height: 26px;
	font-family: 'Open Sans', sans-serif;
	color: #07930b;
	font-weight: 700;
	
}
.programs2subtitles a:link {color: #07930b; text-decoration: none;  }
.programs2subtitles a:visited {color: #07930b; text-decoration: none;  }
.programs2subtitles a:hover {color: #000000; text-decoration: none;  }
.programs2subtitles a:active {color: #07930b; text-decoration: none;  } 








.programs2titles {
	padding-top:0px;
	padding-bottom:10px;
	padding-right:0px;
	padding-left:0px;
	font-size: 24px;
	line-height: 30px;
	font-family: 'Open Sans', sans-serif;
	color: #07930b;
	font-weight: 700;
	
}






.programcolum2a {
	width: 100%;
	max-width: 550px;
	height: auto;
	padding-top:30px;
	padding-bottom:20px;
	padding-right:0px;
	padding-left:0px;
	font-size: 18px;
	line-height: 22px;
	font-family: 'Open Sans', sans-serif;
	color: #000000;
	font-weight: 400;
  
}


.programcolum2a a:link {color: #07930b; text-decoration: none;  }
.programcolum2a a:visited {color: #07930b; text-decoration: none;  }
.programcolum2a a:hover {color: #000000; text-decoration: none;  }
.programcolum2a a:active {color: #07930b; text-decoration: none;  } 



.programcolum2b {
	width: 100%;
	max-width: 550px;
	height: auto;
	padding-top:30px;
	padding-bottom:20px;
	padding-right:0px;
	padding-left:0px;
	font-size: 18px;
	line-height: 22px;
	font-family: 'Open Sans', sans-serif;
	color: #000000;
	font-weight: 400;
  
}



.programcolum2b a:link {color: #07930b; text-decoration: none;  }
.programcolum2b a:visited {color: #07930b; text-decoration: none;  }
.programcolum2b a:hover {color: #000000; text-decoration: none;  }
.programcolum2b a:active {color: #07930b; text-decoration: none;  } 




.programcolum2highlight {
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	font-size: 18px;
	line-height: 22px;
	font-family: 'Open Sans', sans-serif;
	color: #07930b;
	font-weight: 400;
  
}


















.programcolumbg3 {
  background-color: #f6f2ff;
  width: 100%;
  height: auto;
	padding-top:40px;
	padding-bottom:40px;
	padding-right:0px;
	padding-left:0px;
  
}







.programs3subtitles {
	width: 100%;
	padding-top:0px;
	padding-bottom:10px;
	padding-right:0px;
	padding-left:0px;
	font-size: 20px;
	line-height: 26px;
	font-family: 'Open Sans', sans-serif;
	color: #4924a7;
	font-weight: 700;
	
}
.programs3subtitles a:link {color: #4924a7; text-decoration: none;  }
.programs3subtitles a:visited {color: #4924a7; text-decoration: none;  }
.programs3subtitles a:hover {color: #000000; text-decoration: none;  }
.programs3subtitles a:active {color: #4924a7; text-decoration: none;  } 




.programs3titles {
	padding-top:0px;
	padding-bottom:10px;
	padding-right:0px;
	padding-left:0px;
	font-size: 24px;
	line-height: 30px;
	font-family: 'Open Sans', sans-serif;
	color: #4924a7;
	font-weight: 700;
	
}






.programcolum3a {
	width: 100%;
	max-width: 550px;
	height: auto;
	padding-top:30px;
	padding-bottom:20px;
	padding-right:0px;
	padding-left:0px;
	font-size: 18px;
	line-height: 22px;
	font-family: 'Open Sans', sans-serif;
	color: #000000;
	font-weight: 400;
  
}


.programcolum3a a:link {color: #4924a7; text-decoration: none;  }
.programcolum3a a:visited {color: #4924a7; text-decoration: none;  }
.programcolum3a a:hover {color: #000000; text-decoration: none;  }
.programcolum3a a:active {color: #4924a7; text-decoration: none;  } 



.programcolum3b {
	width: 100%;
	max-width: 550px;
	height: auto;
	padding-top:30px;
	padding-bottom:20px;
	padding-right:0px;
	padding-left:0px;
	font-size: 18px;
	line-height: 22px;
	font-family: 'Open Sans', sans-serif;
	color: #000000;
	font-weight: 400;
  
}



.programcolum3b a:link {color: #4924a7; text-decoration: none;  }
.programcolum3b a:visited {color: #4924a7; text-decoration: none;  }
.programcolum3b a:hover {color: #000000; text-decoration: none;  }
.programcolum3b a:active {color: #4924a7; text-decoration: none;  } 




.programcolum3highlight {
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	font-size: 18px;
	line-height: 22px;
	font-family: 'Open Sans', sans-serif;
	color: #4924a7;
	font-weight: 400;
  
}














.programcolumbg4 {
  background-color: #fff7f2;
  width: 100%;
  height: auto;
	padding-top:40px;
	padding-bottom:40px;
	padding-right:0px;
	padding-left:0px;
  
}







.programs4subtitles {
	width: 100%;
	padding-top:0px;
	padding-bottom:10px;
	padding-right:0px;
	padding-left:0px;
	font-size: 20px;
	line-height: 26px;
	font-family: 'Open Sans', sans-serif;
	color: #f86f14;
	font-weight: 700;
	
}
.programs4subtitles a:link {color: #f86f14; text-decoration: none;  }
.programs4subtitles a:visited {color: #f86f14; text-decoration: none;  }
.programs4subtitles a:hover {color: #000000; text-decoration: none;  }
.programs4subtitles a:active {color: #f86f14; text-decoration: none;  } 




.programs4titles {
	padding-top:0px;
	padding-bottom:10px;
	padding-right:0px;
	padding-left:0px;
	font-size: 24px;
	line-height: 30px;
	font-family: 'Open Sans', sans-serif;
	color: #f86f14;
	font-weight: 700;
	
}






.programcolum4a {
	width: 100%;
	max-width: 550px;
	height: auto;
	padding-top:30px;
	padding-bottom:20px;
	padding-right:0px;
	padding-left:0px;
	font-size: 18px;
	line-height: 22px;
	font-family: 'Open Sans', sans-serif;
	color: #000000;
	font-weight: 400;
  
}


.programcolum4a a:link {color: #f86f14; text-decoration: none;  }
.programcolum4a a:visited {color: #f86f14; text-decoration: none;  }
.programcolum4a a:hover {color: #000000; text-decoration: none;  }
.programcolum4a a:active {color: #f86f14; text-decoration: none;  } 



.programcolum4b {
	width: 100%;
	max-width: 550px;
	height: auto;
	padding-top:30px;
	padding-bottom:20px;
	padding-right:0px;
	padding-left:0px;
	font-size: 18px;
	line-height: 22px;
	font-family: 'Open Sans', sans-serif;
	color: #000000;
	font-weight: 400;
  
}



.programcolum4b a:link {color: #f86f14; text-decoration: none;  }
.programcolum4b a:visited {color: #f86f14; text-decoration: none;  }
.programcolum4b a:hover {color: #000000; text-decoration: none;  }
.programcolum4b a:active {color: #f86f14; text-decoration: none;  } 




.programcolum4highlight {
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	font-size: 18px;
	line-height: 22px;
	font-family: 'Open Sans', sans-serif;
	color: #f86f14;
	font-weight: 400;
  
}















.programcolumbg5 {
  background-color: #fff2f3;
  width: 100%;
  height: auto;
	padding-top:40px;
	padding-bottom:40px;
	padding-right:0px;
	padding-left:0px;
  
}







.programs5subtitles {
	padding-top:0px;
	padding-bottom:10px;
	padding-right:0px;
	padding-left:0px;
	font-size: 20px;
	line-height: 26px;
	font-family: 'Open Sans', sans-serif;
	color: #ed1c24;
	font-weight: 700;
	
}
.programs5subtitles a:link {color: #ed1c24; text-decoration: none;  }
.programs5subtitles a:visited {color: #ed1c24; text-decoration: none;  }
.programs5subtitles a:hover {color: #000000; text-decoration: none;  }
.programs5subtitles a:active {color: #ed1c24; text-decoration: none;  } 




.programs5titles {
	padding-top:0px;
	padding-bottom:10px;
	padding-right:0px;
	padding-left:0px;
	font-size: 24px;
	line-height: 30px;
	font-family: 'Open Sans', sans-serif;
	color: #ed1c24;
	font-weight: 700;
	
}






.programcolum5a {
	width: 100%;
	max-width: 550px;
	height: auto;
	padding-top:30px;
	padding-bottom:20px;
	padding-right:0px;
	padding-left:0px;
	font-size: 18px;
	line-height: 22px;
	font-family: 'Open Sans', sans-serif;
	color: #000000;
	font-weight: 400;
  
}


.programcolum5a a:link {color: #ed1c24; text-decoration: none;  }
.programcolum5a a:visited {color: #ed1c24; text-decoration: none;  }
.programcolum5a a:hover {color: #000000; text-decoration: none;  }
.programcolum5a a:active {color: #ed1c24; text-decoration: none;  } 



.programcolum5b {
	width: 100%;
	max-width: 550px;
	height: auto;
	padding-top:30px;
	padding-bottom:20px;
	padding-right:0px;
	padding-left:0px;
	font-size: 18px;
	line-height: 22px;
	font-family: 'Open Sans', sans-serif;
	color: #000000;
	font-weight: 400;
  
}



.programcolum5b a:link {color: #ed1c24; text-decoration: none;  }
.programcolum5b a:visited {color: #ed1c24; text-decoration: none;  }
.programcolum5b a:hover {color: #000000; text-decoration: none;  }
.programcolum5b a:active {color: #ed1c24; text-decoration: none;  } 




.programcolum5highlight {
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	font-size: 18px;
	line-height: 22px;
	font-family: 'Open Sans', sans-serif;
	color: #ed1c24;
	font-weight: 400;
  
}

















.programcolumbg6 {
  background-color: #f2fcff;
  width: 100%;
  height: auto;
	padding-top:40px;
	padding-bottom:40px;
	padding-right:0px;
	padding-left:0px;
  
}







.programs6subtitles {
	width: 100%;
	padding-top:0px;
	padding-bottom:10px;
	padding-right:0px;
	padding-left:0px;
	font-size: 20px;
	line-height: 26px;
	font-family: 'Open Sans', sans-serif;
	color: #20c4f4;
	font-weight: 700;
	
}
.programs6subtitles a:link {color: #20c4f4; text-decoration: none;  }
.programs6subtitles a:visited {color: #20c4f4; text-decoration: none;  }
.programs6subtitles a:hover {color: #000000; text-decoration: none;  }
.programs6subtitles a:active {color: #20c4f4; text-decoration: none;  } 




.programs6titles {
	padding-top:0px;
	padding-bottom:10px;
	padding-right:0px;
	padding-left:0px;
	font-size: 24px;
	line-height: 28px;
	font-family: 'Open Sans', sans-serif;
	color: #20c4f4;
	font-weight: 700;
	
}






.programcolum6a {
	width: 100%;
	max-width: 550px;
	height: auto;
	padding-top:30px;
	padding-bottom:20px;
	padding-right:0px;
	padding-left:0px;
	font-size: 18px;
	line-height: 22px;
	font-family: 'Open Sans', sans-serif;
	color: #000000;
	font-weight: 400;
  
}


.programcolum6a a:link {color: #20c4f4; text-decoration: none;  }
.programcolum6a a:visited {color: #20c4f4; text-decoration: none;  }
.programcolum6a a:hover {color: #000000; text-decoration: none;  }
.programcolum6a a:active {color: #20c4f4; text-decoration: none;  } 



.programcolum6b {
	width: 100%;
	max-width: 550px;
	height: auto;
	padding-top:30px;
	padding-bottom:20px;
	padding-right:0px;
	padding-left:0px;
	font-size: 18px;
	line-height: 22px;
	font-family: 'Open Sans', sans-serif;
	color: #000000;
	font-weight: 400;
  
}



.programcolum6b a:link {color: #20c4f4; text-decoration: none;  }
.programcolum6b a:visited {color: #20c4f4; text-decoration: none;  }
.programcolum6b a:hover {color: #000000; text-decoration: none;  }
.programcolum6b a:active {color: #20c4f4; text-decoration: none;  } 




.programcolum6highlight {
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	font-size: 18px;
	line-height: 22px;
	font-family: 'Open Sans', sans-serif;
	color: #20c4f4;
	font-weight: 400;
  
}



















.programcolumbg7 {
  background-color: #fff7f2;
  width: 100%;
  height: auto;
	padding-top:40px;
	padding-bottom:40px;
	padding-right:0px;
	padding-left:0px;
  
}







.programs7subtitles {
	padding-top:0px;
	padding-bottom:10px;
	padding-right:0px;
	padding-left:0px;
	font-size: 20px;
	line-height: 26px;
	font-family: 'Open Sans', sans-serif;
	color: #42210b;
	font-weight: 700;
	float:right;
	
}
.programs7subtitles a:link {color: #42210b; text-decoration: none;  }
.programs7subtitles a:visited {color: #42210b; text-decoration: none;  }
.programs7subtitles a:hover {color: #000000; text-decoration: none;  }
.programs7subtitles a:active {color: #42210b; text-decoration: none;  } 




.programs7titles {
	padding-top:0px;
	padding-bottom:10px;
	padding-right:0px;
	padding-left:0px;
	font-size: 24px;
	line-height: 28px;
	font-family: 'Open Sans', sans-serif;
	color: #42210b;
	font-weight: 700;
	
}






.programcolum7a {
	width: 100%;
	max-width: 550px;
	height: auto;
	padding-top:30px;
	padding-bottom:20px;
	padding-right:0px;
	padding-left:0px;
	font-size: 18px;
	line-height: 22px;
	font-family: 'Open Sans', sans-serif;
	color: #000000;
	font-weight: 400;
  
}


.programcolum7a a:link {color: #42210b; text-decoration: none;  }
.programcolum7a a:visited {color: #42210b; text-decoration: none;  }
.programcolum7a a:hover {color: #000000; text-decoration: none;  }
.programcolum7a a:active {color: #42210b; text-decoration: none;  } 



.programcolum7b {
	width: 100%;
	max-width: 550px;
	height: auto;
	padding-top:30px;
	padding-bottom:20px;
	padding-right:0px;
	padding-left:0px;
	font-size: 18px;
	line-height: 22px;
	font-family: 'Open Sans', sans-serif;
	color: #000000;
	font-weight: 400;
  
}



.programcolum7b a:link {color: #42210b; text-decoration: none;  }
.programcolum7b a:visited {color: #42210b; text-decoration: none;  }
.programcolum7b a:hover {color: #000000; text-decoration: none;  }
.programcolum7b a:active {color: #42210b; text-decoration: none;  } 




.programcolum7highlight {
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	font-size: 18px;
	line-height: 22px;
	font-family: 'Open Sans', sans-serif;
	color: #42210b;
	font-weight: 400;
  
}

















.alignright {
	width: 100%;
	padding-top:0px;
	padding-bottom:15px;
	padding-right:0px;
	padding-left:0px;
	
}


.alignleft {
	width: 100%;
	padding-top:0px;
	padding-bottom:15px;
	padding-right:0px;
	padding-left:0px;
	
}






.formcolumn1 {
	width: 100%;
	padding-top:0px;
	padding-bottom:10px;
	padding-right:0px;
	padding-left:0px;
	margin-right:0px;
	
}
.formcolumnfull {
	width: 100%;
	padding-top:0px;
	padding-bottom:10px;
	padding-right:0px;
	padding-left:0px;
	font-size: 12px;
	line-height: 13px;
}




.formroommaincolumn1 {
	width: 100%;
	padding-top:0px;
	padding-bottom:10px;
	padding-right:0px;
	padding-left:0px;
	margin-right:0px;
	font-size: 12px;
	line-height: 13px;
	
}


.formroomcolumn1 {
	width: 100%;
	padding-top:0px;
	padding-bottom:10px;
	padding-right:0px;
	padding-left:0px;
	margin-right:0px;
	font-size: 12px;
	line-height: 13px;
	
}
.formroomcolumnfull {
	width: 100%;
	padding-top:0px;
	padding-bottom:10px;
	padding-right:0px;
	padding-left:0px;
	font-size: 12px;
	line-height: 13px;
}


.wpcf7-form-control-signature-wrap {
	background-color: #ffffff !important;
	max-height: 150px !important;
	padding-top:0px;
	padding-bottom:10px;
	padding-right:opx;
	padding-left:0px;
	border-width: 1;
border-color: #dedede;
border-style: solid;
}





.formsmalltext {
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	font-size: 13px;
	line-height: 14px;
	font-family: 'Open Sans', sans-serif;
	color: #42210b;
	font-weight: 400;
  
}




.formtitlecolumn1 {
	width: 100%;
	padding-top:0px;
	padding-bottom:10px;
	padding-right:0px;
	padding-left:0px;
	margin-right:0px;
	font-size: 18px;
	line-height: 20px;
	font-family: 'Open Sans', sans-serif;
	color: #42210b;
	font-weight: 600;
	
}




.formbggray {
  background-color: #eeeeee;
  width: 94%;
  height: auto;
	padding-top:3%;
	padding-bottom:3%;
	padding-right:3%;
	padding-left:3%;
  
}

span.wpcf7-list-item { display: block; }




input[type=text]    {
	background-color: hsla(0, 100%, 100%, 1);
color: #000000;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
font-size: 18px;
border-width: 1;
border-color: #dedede;
border-style: solid;
width: 92%;
height: 28px;
margin: 8px 8px 0px 0px;
padding-left:6px;
border-radius: 5px;
}


input[type=email]    {
	background-color: hsla(0, 100%, 100%, 1);
color: #000000;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
font-size: 18px;
border-width: 1;
border-color: #dedede;
border-style: solid;
width: 92%;
height: 28px;
margin: 8px 8px 0px 0px;
padding-left:6px;
border-radius: 5px;
}

select    {
	background-color: hsla(0, 100%, 100%, 1);
color: #000000;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
font-size: 18px;
border-width: 1;
border-color: #dedede;
border-style: solid;
width: 92%;
height: 34px;
margin: 8px 8px 0px 0px;
padding-left:6px;
border-radius: 5px;
}

textarea    {
	background-color: hsla(0, 100%, 100%, 1);
color: #000000;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
font-size: 18px;
border-width: 1;
border-color: #dedede;
border-style: solid;
width: 92%;
height: 100px;
margin: 8px 8px 0px 0px;
padding-left:6px;
padding-top:6px;
border-radius: 5px;
}


input[type=submit] {
color: #1f3082;
font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 24px;
background-color: #ffffff;
border-width: 1;
border-color: #dddddd;
border-style: solid;
width: 200px;
height: 50px;
margin: 0px 0px 0px 0px;
padding-left:6px;18px;
border-radius: 5px;
    cursor:pointer;-webkit-transition: all 0.5s ease;
 -moz-transition: all 0.5s ease;
 -o-transition: all 0.5s ease;
 -ms-transition: all 0.5s ease;
 transition: all 0.5s ease;
 float: right;
 margin-right: 3%;
}

input[type=submit]:hover {
color: #ffffff;
font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 24px;
background-color: #1f3082;
border-width: 1;
border-color: #dddddd;
border-style: solid;
width: 200px;
height: 50px;
margin: 0px 0px 0px 0px;
padding-left:6px;18px;
border-radius: 5px;
    cursor:pointer;-webkit-transition: all 0.5s ease;
 -moz-transition: all 0.5s ease;
 -o-transition: all 0.5s ease;
 -ms-transition: all 0.5s ease;
 transition: all 0.5s ease;
 float: right;
 margin-right: 3%;
}




.tocenter {
	width: 100%;
	max-width: 1150px;
	margin-left: auto;
    margin-right: auto;
}


.resounrcecenter {
	width: 100%;
	max-width: 540px;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	margin-left: auto;
    margin-right: auto;
}




.buttoncenter {
	width: 211px;
	margin-left: auto;
    margin-right: auto;
}




.homeservicescenter {
	width: 100%;
	max-width: 1030px;
	margin-left: auto;
    margin-right: auto;
}



#myVideo{
			z-index: 4;
			right: 0;
			bottom: 0;
			top:0;
			right:0;
			width: 100%;
			min-height: 450px;
	 		background-color: black; /* in case the video doesn't fit the whole page*/
	  		background-image: /* our video */;
	  		background-position: center center;
	  		background-size: contain;
	   		object-fit: cover; /*cover video background */
position: relative;
		}
		






