body {
	font-family: 'Open Sans', Arial, sans-serif;
}
a{
	color: rgb(167,42,136);
}
a:focus{
	outline: none;
	text-decoration:none;
	
}
a:hover{
	text-decoration:underline;
	color: rgb(167,42,136);
}
p{
	font-size:16px;
	line-height: 24px;
	color:#666;
}
h1,h2,h3{
		color: #6a589f;
		line-height: 1.5em;
}
h1{
	margin-top:50px;
	margin-bottom:60px;
	text-align:center;
	font-weight:300;
	font-size:46px;

}
h2{
	font-weight:300;
	font-size:34px;
}
h3{
	font-weight:300;
}
h4{
	
}
b,strong{
	
}

img.round-image{
	-webkit-border-radius: 100%; 
	-moz-border-radius: 100%; 
	border-radius: 100%; 
	width: 400px;
	height: 400px;
	margin: 0 auto;
}

.float-left{
	float:left;
}
.float-right{
	float:right;
}
.header-info{
	height:60px;
	background-color:white;
	padding-top:10px;
	padding-right:20px;
}
.header .container-fluid{
	min-height:100px;
}
.header-img{
	position:relative;
}
.header-img img{
	position:absolute;
	top:0;
	left:0;
}
.header-menu{
	height:80px;
	margin:20px 0 0 0;
	padding: 0 0 0 0;
}
.header-logo{
	text-align:center;
	margin-top:40px;
}
.header-menu li{
	float: left;
	font-size:14px;
	font-weight:700;
	margin: 0 30px 0 0;
	padding: 0 0 0 2px;
	vertical-align:baseline;
}
.header-menu li.current, .header-menu li.section{
	border-bottom: 3px solid rgb(167,42,136);
}
.header-menu li.current a, .header-menu li.section a{
	color:rgb(167,42,136);
}
.header-menu #list-element-3{
	float:right;
	border: 3px solid rgb(31,133,192);
	margin:10px 0 0 0;
	padding: 0;
	
}
.header-menu #list-element-3 a{
	color:rgb(31,133,192);
	padding:15px 30px;
}
.header-menu #list-element-3 a:hover{
	color: #ffffff;
	background-color: rgb(31,133,192);
}
.header-menu li a{
	color:rgb(96,96,96);
	padding: 30px 5px 30px 5px;
	text-transform:uppercase;
	display: block;
	font-weight: 700;
	text-decoration: none;
}
.header-menu li a:hover{
	color: rgb(197,72,166);
}
.footer{
	color:rgb(96,96,96);
	font-size: 14px;
}
.footer{
	height:100px;
	padding-top:40px;
}
.footer li{
	display:inline;
	color:white;
	margin-right:10px;
	padding-right:10px;
	border-right:1px solid white;
}
.footer a{
	color: rgb(197,72,166);
}
.footer .last {
	border: none;
}
.primary {
	float: left;
	width:100%;
}

#collective-carousel .carousel-inner{
	width:970px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 1px;
}
#collective-carousel .carousel-content{
	margin-top:0;
	width:970px;
	color:white;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	height:550px;
	background-size:100% auto;
	position: relative;
}
#collective-carousel .carousel-content-slogan {
	position: absolute;
	left:0;
	bottom:0;
	padding-left:30px;
	width:50%;
	height:550px;
	vertical-align:bottom;
}
#collective-carousel .carousel-content-slogan.opacity {
	background-color:rgba(30,30,30,0.5);
}
#collective-carousel .carousel-content-slogan .bottom{
	position: absolute;
	left:30px;
	bottom:50px;
}
#collective-carousel .carousel-content h1{
	font-size:52px;
	font-weight:700;
	text-shadow: 0 0px 10px rgba(0,0,0,0.3);
	color:white;
	font-family:'Lato';
	letter-spacing:0;
	text-align:left;
	margin: 0;
	line-height: 55px;
	text-transform: uppercase;
}
#collective-carousel .carousel-content h5{
	font-size:16px;
	line-height:20px;
	margin-top:30px;
	text-shadow:1px 1px #333333;
	font-family: Georgia, 'Times New Roman', serif;
	font-style:italic;
}
#collective-carousel .carousel-content .btn{
	margin-top:10px;
}
#collective-carousel .carousel-indicators{
	top:10px;
	height:30px;
}
#collective-carousel .carousel-inner .item{
	width: auto;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
}
#collective-controls{
	position:relative;
	top:-30px;
}
#collective-controls a{
	font-size:14px;
	background-color:rgb(113,219,232);
	text-shadow:none;
	padding:10px 15px;
	color:#333333;
	font-weight:700;
}
#collective-controls a:hover{
	color:rgb(4,33,63);
}
.subtitle-intro {
	font-size:22px;
	color: #484848;
	line-height: 28px;
}
#home-banner{
	margin-top:2px;
}
#home-banner .btn-slider{
	color:white;
	background:none;
	border:3px solid white;
	color:white;
	padding: 15px 30px;
	font-family: 'Lato', sans-serif;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing: 1px;
    text-decoration: none;
}
#home-banner .btn-slider:hover{
	background-color: #fff;
	color: #555;
}

#home-content h2{
	margin-top:0;
	font-size:42px;
	color:rgb(4,33,63);
	letter-spacing: 0;
}
#home-slogan{
	margin-top:50px;
	margin-bottom:50px;
	text-align:center;
}
#home-slogan p{
	font-size:22px;
	font-weight:300;
	line-height:32px;
	color:#686868;
}
#home-content{
	padding:20px 0;
}
#home-content .feature{
	text-align:center;
	margin:30px 0;
}
#home-content p{
	margin:30px 0;
}	
#home-content .feature h2{
	font-size:32px;
}
#home-content .img-responsive{
	display:inline;
}
#home-content .blob{
	min-height:150px;
}
.WidgetHolder h3{
	display:none;
}
.WidgetHolder .dropdown{
	margin-top:20px;
}
.WidgetHolder .dropdown > a{
	font-size:14px;
	text-transform: uppercase;
	font-weight: 700;
	border: 3px solid rgb(167,42,136);
	color:rgb(167,42,136);
	padding:15px;	
	text-decoration: none;
}
#news-bar{
	margin-top:20px;
	margin-bottom:40px;
}
#news-bar .dropdown-menu{
	border: 3px solid rgb(167,42,136);
}

#news-bar .dropdown-menu{
	margin-top: 13px;
	width: 100%;
	padding-top: 0;
	padding-bottom: 0;
}

#news-bar .dropdown-menu li a{
	font-size:14px;
	text-transform: uppercase;
	padding:10px;
	color:rgb(167,42,136);
}
#news-bar h3{
	font-size:30px;
}
.news-content{
	background-color: #F3F3F3;
	padding:30px 20px;
	min-height:250px;
}
.news-content .authorDate .date{
	background-color:rgba(0,0,0,0.2);
	color:rgb(236,236,236);
	border-radius:5px;
	width:auto;
	font-size:13px;
	padding:4px 8px;
}

.news-content .authorDate .date-gray{
	background-color:rgba(0,0,0,0.1);
	color: #555;
	border-radius:5px;
	width:auto;
	font-size:13px;
	padding:4px 8px;
}

.news-content a, #media-entry a{
	color:rgb(167,42,136);
	font-weight:700;
	
}

a.blog-thumbnail-small{
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
	display: block;
	width: 100%;
	height: 200px;
}

#page-feature-social, #page-feature-tile{
	background-color:rgb(243,243,243);
	min-height:410px;
}
#page-feature-social p{
	text-align:center;
	padding:10px 25px 0 25px;
	display: block;
	width: 100%;
	color: #555;
}
#page-feature-social h2{
	padding:25px;
	background-color:rgb(31,134,192);
	text-transform:uppercase;
	font-size:24px;
	font-weight:700;
	color:rgb(243,243,243);
	margin-bottom:0;
}

.social-icons-holder{
	width: 100%;
	display: block;
}

.contact-btn-holder{
	display: block;
	float: left;
	clear: both;
	width: 100%;
	text-align: center;
	margin-bottom: 15px;
}

#page-feature-social a.btn-contact{
	font-size:14px;
	font-weight:700;
	color: #fff;
	border: 3px solid #1F86C0;
	padding:15px;
	background-color: #1F86C0;
	margin: 0 auto;
	display: inline-block;
	text-decoration: none;
}

#page-feature-social a:hover.btn-contact{
	border: 3px solid #1F86C0;
	background-color: #fff;
	color: #1F86C0;
}	

.social-icons-holder{
	display: block;
	float: left;
	clear: both;
	width: 100%;
	text-align: center;
}

#page-feature-social .social-icon{
	margin:15px;
	display: inline-block;
}
#page-feature-news{
	min-height:410px;
	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.3, #6B589F),
	color-stop(1, #5862A7)
	);
	background-image: -o-linear-gradient(top, #6B589F 30%, #5862A7 100%);
	background-image: -moz-linear-gradient(top, #6B589F 30%, #5862A7 100%);
	background-image: -webkit-linear-gradient(top, #6B589F 30%, #5862A7 100%);
	background-image: -ms-linear-gradient(top, #6B589F 30%, #5862A7 100%);
	background-image: linear-gradient(to top, #6B589F 30%, #5862A7 100%);
		padding:25px;
}
#page-feature-news h2{
	text-transform:uppercase;
	margin-bottom:20px;
	font-size:24px;
	font-weight:700;
	color:rgb(243,243,243);
}
#page-feature-news .news-content{
	padding:0;
	margin-bottom:10px;
	min-height:0;
	background:none;
	color:rgb(167,172,226);
} 

h4.postTitle a{
	line-height: 24px !important;
}	

#page-feature-news .news-content .authorDate{
	margin:0;
}
#page-feature-news .news-content a{
	color:white;
	font-weight:400;
}
#page-feature-tile h2{
	padding:25px;
	text-transform:uppercase;
	font-size:24px;
	font-weight:700;
	color: #555;
	margin-bottom:0;
}
#page-feature-tile a{
	padding:25px;
	color:rgb(31,133,192);
}
#media-entry .media-img{
	text-align:center;
}
#media-entry .media-img img{
	display:inline;
	width:100%;
	height:auto;
}
#page-content ul li p{
	margin:0;
}
#page-content img{
	margin-left:auto;
	margin-right:auto;
	display:block;
}
#page-content h4{
	color:rgb(127,114,170);
	margin-top:20px;
	margin-bottom:30px;
	font-size:22px;
}
#page-content p{
	font-size:18px;
	margin:30px 0;
}
#page-content ul{
	margin:30px 0;
	margin-left:20px;
	font-size:16px;
}
#page-content ol{
	margin:30px 0;
	margin-left:20px;
	font-size:16px;
	list-style: lower-latin;
}
#page-content li{
	list-style-type:circle;
	padding:5px 0;
}
#page-content ul.list-children{
	margin-top:30px;
	margin-left:0;
	padding:15px;
	background-color:rgb(247,247,247);
	font-size:16px;
}
#page-content li.list-group-item{
	border-left:none;
	border-right:none;
}
#page-content ul.list-children li{
	padding:10px 15px;
	background-color:rgb(247,247,247);
	text-transform:uppercase;	
}
#page-content ul.list-children li a{
	color:rgb(4,33,63);
	font-family: "Raleway";
	font-weight:800;
}
#page-content ul.list-children li a:hover{
	color: rgb(113,219,232);
}
#page-content ul.list-children li.current{
	background-color:rgb(4,33,63)
}
#page-content ul.list-children li.current a{
	color:white;
}
#page-content .blob{
	min-height:150px;
	text-align:center;
}
#page-content .team-content{
	margin-top:50px;
	padding-top:50px;
	border-top:2px solid rgb(247,247,247);
}
#page-content h2{
	margin:0 0 5px 0;
	color: rgb(167,42,136);
}
#page-content h5{
	font-weight:700;
	color:#909090;
	font-size:15px;
}
#page-content h3{
	font-size:22px;
	line-height:30px;
	color:#909090;
}
#page-content p, #page-content span{
	margin-top:20px;
	color:#666;
	font-size:16px;
	line-height:25px;
}

#page-content h6{
	font-size:15px;
}

#page-content .page-form form{
	margin-top:20px;
}
#page-content .page-form h4 {
	margin-top: 0;
}
#page-content .page-form input, #page-content .page-form select{
	width:100%;
	margin-bottom: 10px;
	border: 2px solid #999999;
	padding: 15px;
	font-family: 'Lato', sans-serif;
    font-weight:400;
}
#page-content .page-form select{
	border-radius: 0;
}
#page-content .page-form textarea{
 	width:100%;
	margin-bottom: 10px;
	border: 1px solid #999999;
	padding: 15px;
	font-family: 'Lato', sans-serif;
    font-weight:700;
}
#page-content .page-form label{
	text-transform: uppercase;
	color:#555555;
	font-size: 12px;
	font-weight: 600;
}

#page-content .page-form input[type='submit']{
	width:100%;
	margin-bottom: 10px;
	color:white;
	background:none;
	border:3px solid rgb(31,133,192);
	color:rgb(31,133,192);
	padding: 15px;
	font-family: 'Lato', sans-serif;
    font-weight:700;
    text-transform:uppercase;
}
#page-content .page-map{
	padding-top:16px;
}
#page-content .page-map .btn-directions a{
	width: auto;
	padding:5px 12px;
	background-color:rgb(113,219,232);
	text-transform: uppercase;
	color:#555555;
	font-weight:600;
	font-size:14px;
}
#page-content .page-form  label.required{
	color: #FF5454;
}
#page-content .offer {
	margin-top: 30px;
}
#page-content .section {
	margin-top: 50px;
}
.team-image{
margin-top: 80px;
}
#team-content h2{
	margin:0 0 5px 0;
	color: rgb(167,42,136);
}
#team-content h5{
	font-weight:700;
	color: #666;
	font-size:15px;
	line-height: 22px;
	text-transform: uppercase;
}
#team-content h3{
	font-size:22px;
	line-height:30px;
	color:#666;
}
#team-content p, #team-content span{
	margin-top:20px;
	font-size:16px;
}
#team-content ul.list-children .list-group-item span{
	display:inline;
	width:auto;
	font-size:17px;
	text-transform:uppercase;
	margin-top:30px;
	margin-left:10px;
}
#team-content ul.list-children .list-group-item img{
	display:inline;
	max-width:72px;
}
#team-content ul.list-children{
	background-color:rgb(235,235,235);
	padding:20px 30px;
}
#team-content ul.list-children .list-group-item{
	background:none;
	border-top:none;
	border-left:none;
	border-right:none;
	padding:20px 0;
}

.page-data .links {
	border-top: 1px solid #d1d1d1;
}
.page-data .links li {
	border-bottom: 1px solid #d1d1d1;
	padding: 6px 2px;
}
.grey-text {
	color: #555555;
}
.page-data ul {
	margin-left: 18px;
}
.page-data ul li {
	list-style-type: disc;
	margin-bottom: 10px;
}
.btn-print p{
	padding-top: 10px;
	padding-left: 47px;
}
.btn-print span{
	background-image: url('../images/icn_print.png');
	display: block;
	height: 40px;
	width: 40px;
	float: left;
}
@media print {
  a[href]:after {
    content: "";
  }
}
.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
  position: static;
}
.yamm .container {
  position: relative;
  width: 970px !important;
  max-width: 970px !important;
  min-width: 970px !important;
}
.yamm .dropdown-menu {
  left: auto;
  padding:0;
  background-color: #e8e6e8;
}
.yamm .nav.navbar-right .dropdown-menu {
  left: auto;
  right: 0;
}
.yamm .yamm-content {
  padding:0 1px;
}
.yamm .dropdown.yamm-fw .dropdown-menu {
  left: 0;
  right: 0;
}
.primary .dropdown-menu h1{
	margin:30px 0 0 30px;
	font-size:20px;
	color:rgb(127,114,170);
	font-weight:500;
	text-align:left;
}
.primary .dropdown-menu p{
	margin:10px 30px 30px 30px;
}
.primary .dropdown-menu .mega-children{
/*	background:none;*/
}

.primary .dropdown-menu ul.mega-children{
	padding: 0 !important;
	margin: 0 !important;
}

.primary .dropdown-menu .mega-children li{
	display:block;
	width:100%;
	margin:0;
	background:none;
	border:none;
}
.primary .dropdown-menu .mega-children li a{
	font-size:14px;
	margin:0;
	padding:15px;
	width:100%;
	height:100%;
	color:#666;
	background-color:#e8e6e8;
}
.primary .dropdown-menu .mega-children li.current a,
.primary .dropdown-menu .mega-children li.current a:hover{
	background-color:rgb(167,43,136);
	color:rgb(243,243,243);
}
.primary .dropdown-menu .mega-children li a:hover{
	background-color:rgb(213,213,213);
	color:#555;
}

#collective-carousel .carousel-indicators{
	left: 40px;
	top: 25px;
}

.carousel-indicators li{
	border: 2px solid #ffffff;
	width: 12px;
  	height: 12px;
}

.dropdown-menu{
	border: none;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin-top: 3px;
}

.header,
.main,
.footer{
	width: 970px !important;
	margin: 0 auto;
}

.footer{
	border-top: 1px solid #ccc;
	margin-top: 30px;
}

ul.mega-children{
	border: none;
	background-image: url(../images/mm-line.png);
	background-repeat: repeat-y;
	background-position: left;
	border-radius: none;
	min-height: 250px;
}

.megamenu-summary > h1{
	color: #6a589f !important;
	text-transform: uppercase !important;
	font-weight: 700 !important;
}

.megamenu-summary > p{
	font-size: 14px;
	color: #606062;
	line-height: 24px;
}

.dd-shadow{
	width: 100%;
	height: 20px;
	position: absolute;
	bottom: -20px;
	background-image: url(../images/dd-shadow.png);
	background-repeat: no-repeat;
	background-position: center top;
}

h1.page-title{
	background-image: url(../images/title-line.gif);
	background-repeat: repeat-x;
	background-position: center center;
}

h1.page-title > span{
	font-size: 40px !important;
	line-height: 40px !important;
	font-weight: 300;
	background-color: #fff;
	padding: 0 20px;
	color: #6a589f !important;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus{
	background-color: #A72A88 ;
	border-color: #A72A88 ;
}

.pagination > li > a, .pagination > li > span, .pagination > li > a:hover{
	color: #A72A88;
}

.form-control{
	width: 100%;
	margin-bottom: 10px;
	border: 2px solid #999999;
	padding: 15px;
	height: auto;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	border-radius: 0;
}

.btn-submit{
	width: 100%;
	margin-bottom: 10px;
	color: white;
	background: none;
	border: 3px solid rgb(31,133,192);
	color: rgb(31,133,192);
	padding: 15px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 15px;
}

a.box-btn{
	padding: 13px 30px;
	margin-top: 4px;
	margin-right: 10px;
	border: 3px solid #A72A88;
	color: #A72A88;
	text-decoration: none;
	display: inline-block;
	text-transform: uppercase;
	font-weight: 700;
}