@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
	/* [disabled]min-width: 100%; */
	float: left;
	background-position: center;
	/* [disabled]background-position: center center; */
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		24;
	dw-num-cols-tablet:		24;
	dw-num-cols-desktop:	24;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 90.2416%;
	padding-left: 0.3791%;
	padding-right: 0.3791%;
	clear: none;
	float: none;
}

.mobile_header {
display: block;	
margin-bottom: 10px;
}

#div1 {
}
.banner_top {
width: 100%;
display: none;
}
#buckets_holder {
width: 100%;
}
.bucket_label_1 {
width: 24.3697%;
margin-left: 0;
}
.bucket_label_2 {
width: 24.3697%;
margin-left: 0.8403%;
clear: none;
}
.bucket_label_3 {
width: 24.3697%;
margin-left: 0.8403%;
clear: none;
}
.bucket_label_4 {
width: 24.3697%;
margin-left: 0.8403%;
clear: none;
}
.main_content {
	width: 100%;
	margin-left: 0.8403%;
	clear: none;
	margin-top: 20px;
	display: block;
}
.image_teaser {
width: 28.5714%;
margin-left: 0;
clear: both;
}
.feature_1 {
width: 100%;
}
.feature_2 {
width: 100%;
clear: both;
margin-left: 0;
}
.feature_3 {
width: 100%;
clear: both;
margin-left: 0;
}
#page_footer {
	display: none;
}
#feature_content_holder {
}
.feature_content_inner {
}
#gradient_bg {
	display: none;
}
.wrapper_message {
}

.tablet_header {
display: none;	
}

.desktop_header {
display: none;	
}
.slide_show_container {
display: block;
}

.mobile_menu_holder {
height: auto;
display: block;
background-color: #E0E0E0;
margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 10px;
padding-top: 0px;	
}

.menu {
 display: block;
 background-color: #E0E0E0;
 }

.menu1 {
	display: block;
	border-bottom: 2px solid #EBEBEB;
	background-repeat: repeat-x;
	padding-top: 15px;

	background-image: 
; 	background-image: -webkit-linear-gradient(270deg,rgba(241,241,241,1.00) 0%,rgba(187,187,187,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(241,241,241,1.00) 0%,rgba(187,187,187,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(241,241,241,1.00) 0%,rgba(187,187,187,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(241,241,241,1.00) 0%,rgba(187,187,187,1.00) 100%);
 }

.menu2 {
	display: block;
	border-bottom: 2px solid #EBEBEB;
	background-repeat: repeat-x;
	padding-top: 15px;

	background-image: 
; 	background-image: -webkit-linear-gradient(270deg,rgba(241,241,241,1.00) 0%,rgba(187,187,187,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(241,241,241,1.00) 0%,rgba(187,187,187,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(241,241,241,1.00) 0%,rgba(187,187,187,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(241,241,241,1.00) 0%,rgba(187,187,187,1.00) 100%);
 }

.menu3 {
	display: block;
	border-bottom: 2px solid #EBEBEB;
	background-repeat: repeat-x;
	padding-top: 15px;

	background-image: 
; 	background-image: -webkit-linear-gradient(270deg,rgba(241,241,241,1.00) 0%,rgba(187,187,187,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(241,241,241,1.00) 0%,rgba(187,187,187,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(241,241,241,1.00) 0%,rgba(187,187,187,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(241,241,241,1.00) 0%,rgba(187,187,187,1.00) 100%);
 }
 
.menu4 {
	display: block;
	border-bottom: 2px solid #EBEBEB;
	background-repeat: repeat-x;
	padding-top: 15px;
	background-image: -webkit-linear-gradient(270deg,rgba(241,241,241,1.00) 0%,rgba(187,187,187,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(241,241,241,1.00) 0%,rgba(187,187,187,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(241,241,241,1.00) 0%,rgba(187,187,187,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(241,241,241,1.00) 0%,rgba(187,187,187,1.00) 100%);

 }
 
 .menu1 img {
	float: right; 
	position: relative;
	margin-right: 5px;
 }
 
  .menu2 img {
	float: right; 
	position: relative;
	margin-right: 5px;
 }
 
  .menu3 img {
	float: right; 
	position: relative;
	margin-right: 5px;
 }
 
  .menu4 img {
	float: right; 
	position: relative;
	margin-right: 5px;
 }

.menu ul li a{
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, 			sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	text-decoration: none;
	display: block;
	width: 100%;
	text-decoration: none;

}

.mobile_content {
	font-family: Helvetica,Arial,sans-serif;
	font-size: 16px;
	
}
.animated_css_div {
width: 100%;
margin-left: 0;
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

.gridContainer {
	width: 92.225%;
	padding-left: 0.3875%;
	padding-right: 0.3875%;
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
}
.banner_top {
width: 100%;
display: block;
}
.menu {
 display: none;	
}

.tablet_menu ul li{
	text-decoration: none;
	float: left;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #FFFFFF;
	position: relative;
	margin-top: 13px;
	list-style-type: none;
	padding: 5px;
	background-color: #3E4482;

}

.tablet_menu h1 img{
	float: left;
	padding-left: 15px;
	margin-top: 0px;

}


#buckets_holder {
width: 100%;
/* margin-right: 10%;
margin-left: 10%; */
}
.bucket_label_1 {
width: 22.5%;
margin-left: 0px;
}
.bucket_label_2 {
width: 22.5%;
clear: none;
margin-left: 3.33%;
}
.bucket_label_3 {
width: 22.5%;
clear: none;
margin-left: 3.33%;
}
.bucket_label_4 {
width: 22.5%;
clear: none;
margin-left: 3.33%;
}
.main_content {
width: 62.1848%;
clear: both;
margin-left: 0;
display: block;
}
.image_teaser {
width: 36.9747%;
clear: none;
margin-left: 0.8403%;
margin-top: 2%;
}
.feature_1 {
width: 32.7731%;
display: block;
}
.feature_2 {
width: 32.7731%;
margin-left: 0.8403%;
clear: none;
display: block;
}
.feature_3 {
width: 32.7731%;
margin-left: 0.8403%;
clear: none;
display: block;
}

.mobile_menu_holder {
 display: none;	
}

#page_footer {
	display: block;
	background-color: #666666;
	height: 80px;
}

.footer_legal {
	width: 50%;
	margin: auto;
	padding-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	color: #C3C3C3;
	font-size: 12px;	
}

#feature_content_holder {
}
.feature_content_inner {
}
#gradient_bg {
	display: block;
}
.wrapper_message {
}

.mobile_header {
display: none;	
}
.desktop_header {
display: none;	
}

.tablet_header {
display: block;
background-image: url(../images/accordion_footer.png);
width: 100%;
height: 150px;	
background-repeat: no-repeat;
}
.slide_show_container {
display: block;
}
.animated_css_div {
width: 100%;
margin-left: 0;
}
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

.gridContainer {
	width: 89.25%;
	max-width: 1232px;
	padding-left: 0.375%;
	padding-right: 0.375%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
}
.banner_top {
width: 80%;
margin-left: 10%;
margin-right: 10%;
display: none;
}

.nav_animation
{
	width: 100%;
	height: 65px;
	margin-top: 309px;
}

.menu {
 display: none;	
}

.menu_bar {
	width: 100%;
	background-image: url(../images/menu-bar1.gif);
	background-repeat: no-repeat;
	background-size: cover;	
	height: 50px;
	text-decoration: none;
}

.menu_holder_centered ul li {
	text-decoration: none;
	float: left;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 16px;
	position: relative;
	margin-top: 13px;
	margin-left: 1.7%;
	margin-right: auto;
	list-style-type: none;
	padding-right: 2%;

}

.menu_holder_centered ul li a {
	color:rgb(102,102,102);
		text-decoration: none;
}

.menu_holder_centered ul li a:hover {
	color:rgb(102,102,102);
		text-decoration: none;
		padding-bottom: 10px;
		border-bottom: 5px solid rgb(126,81,187);
		
}


.menu_holder_centered {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  min-width: 900px;
	
}

#buckets_holder {
width: 80%;
margin-right: 10%;
margin-left: 10%;
}
.bucket_label_1 {
width: 22.5%;
float: left;
margin-left: 0px;
}
.bucket_label_2 {
width: 22.5%;
clear: none;
margin-left: 3.33%;
}
.bucket_label_3 {
width: 22.5%;
clear: none;
margin-left: 3.33%;

}
.bucket_label_4 {
width: 22.5%;
clear: none;
margin-left: 3.33%;

}
.main_content {
	width: 53.7815%;
	clear: both;
	margin-left: 10%;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 35px;
	color: rgb(51,51,51);
}

.image_teaser {
width: 24.3697%;
clear: none;
margin-left: 3.33%;
margin-top: 2%;
}

.feature_1 {
width: 32.7731%;
display: block;
}

.feature_1 ul li {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	padding: 15px;
	text-decoration: none;
	list-style: none;
	font-size: 18px;
	border-bottom: thin solid rgba(141,141,199,1);
}

.feature_2 {
width: 32.7731%;
clear: none;
margin-left: 0.8403%;
display: block;
}

.feature_2 ul li {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	padding: 15px;
	text-decoration: none;
	list-style: none;
	font-size: 18px;
	border-bottom: thin solid rgba(141,141,199,1);
}

.feature_3 {
width: 32.7731%;
clear: none;
margin-left: 0.8403%;
display: block;
}

.feature_3 ul li {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	padding: 15px;
	text-decoration: none;
	list-style: none;
	font-size: 18px;
	border-bottom: thin solid rgba(141,141,199,1);
}

#page_footer {
	display: block;
	height: 80px;
}

.footer_legal {
	width: 50%;
	margin: auto;
	padding-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	color: #C3C3C3;
	font-size: 12px;	
}

#feature_content_holder {
	background-color: #333366;
	height: 300px;
}
.feature_content_inner {
	width: 80%;
	margin-right: 10%;
	margin-left: 10%;

	}

.tablet_header {
display: none;	
}

.mobile_header {
display: none;	
}

.mobile_menu_holder {
 display: none;	
}

.desktop_header {
display: block;
background-image: url(../images/Header.gif);
background-repeat: no-repeat;
background-size: cover;	
height: 309px;
margin-top: 0px;
width: 100%;
margin-bottom: 35px;
}

#gradient_bg {
	display: block;
/*	background-image: url(/images/background_strip.png);	*/
	background-repeat: repeat-x;
}
.slide_show_container {
display: block;
margin-bottom: 25px;
margin-top: 25px;
}
.animated_css_div {
	width: 83.1932%;
	margin-left: 10%;
	margin-bottom: 40px;
}

#animated
{
	width: 100px;
	height: 50px;
	display: block;
	color: #ffffff;
	position: relative;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	animation: animated_div 5s 1;
	-moz-animation: animated_div 5s 1;
	-webkit-animation: animated_div 5s 1;
	-o-animation: animated_div 5s 1;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #333366;
	padding: 10px;
}

@keyframes img {
	padding-left: 5px;
}
animated_div
{
0%		{transform: rotate(0deg);left:0px;}
25%		{transform: rotate(20deg);left:0px;}
50%		{transform: rotate(0deg);left:500px;}
55%		{transform: rotate(0deg);left:500px;}
70%		{transform: rotate(0deg);left:500px;background:#1ec7e6;}
100%	{transform: rotate(-360deg);left:0px;}
}

@-webkit-keyframes animated_div
{
0%		{-webkit-transform: rotate(0deg);left:0px;}
25%		{-webkit-transform: rotate(20deg);left:0px;}
50%		{-webkit-transform: rotate(0deg);left:500px;}
55%		{-webkit-transform: rotate(0deg);left:500px;}
70%		{-webkit-transform: rotate(0deg);left:500px;background:#1ec7e6;}
100%	{-webkit-transform: rotate(-360deg);left:0px;}
}

@-moz-keyframes animated_div
{
0%   {-moz-transform: rotate(0deg);left:0px;}
25%  {-moz-transform: rotate(20deg);left:0px;}
50%  {-moz-transform: rotate(0deg);left:500px;}
55%  {-moz-transform: rotate(0deg);left:500px;}
70%  {-moz-transform: rotate(0deg);left:500px;background:#1ec7e6;}
100% {-moz-transform: rotate(-360deg);left:0px;}
}

@-o-keyframes animated_div
{
0%   {transform: rotate(0deg);left:0px;}
25%  {transform: rotate(20deg);left:0px;}
50%  {transform: rotate(0deg);left:500px;}
55%  {transform: rotate(0deg);left:500px;}
70%  {transform: rotate(0deg);left:500px;background:#1ec7e6;}
100% {transform: rotate(-360deg);left:0px;}
}

#animated a {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
}

#animated a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #ACACAC;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	font-size: 16px;
}

.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}

#onlink {
		text-decoration: none;
		padding-bottom: 10px;
		border-bottom: 5px solid rgb(126,81,187);
		margin-bottom: 10px;

}

.profiles {
	
	width: 53.7815%;
	clear: both;
	margin-left: 10%;
	margin-bottom: 2%;
	padding-left: 15px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 35px;
	background-color: rgb(244,244,244);
	border-radius: 15px 15px 15px 15px;
	box-shadow: 5px 5px 15px #C8C8C8;
		
	
}

#twitter_news {
	
	margin-top: 5%;
	margin-bottom: 2%;
	width: 30%;
	float: right;	
	
}

.address {

	width: 80%;
	margin-left: 10%;
	margin-right: 10%;	
	
}


}
