body {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 14px;
	color: #000;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Playfair Display', serif;
	font-weight: 400;
	color: #68358c;
}
h2, .h2 {
	font-size: 24px;
}
h3, .h3 {
	font-size: 20px;
}
a {
	color: #68358c;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a:hover, a:focus {
	color: #68358c;
	text-decoration: none;
}
b, strong {
	font-family: 'Playfair Display', serif;
	font-weight: 700;
}
.pagination > li > a, .pagination > li > span {
	color: #68358c;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
	color: #ffffff;
	background-color: #68358c;
	border-color: #68358c;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	color: #ffffff;
	background-color: #68358c;
	border-color: #68358c;
}
.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
	color: #ffffff;
	background-color: #68358c;
	border-color: #68358c;
}
.form-control {
	font-family: 'Playfair Display', serif;
	font-style: italic;
	font-weight: 400;
	border-radius: 0;
	border: 1px solid #aaa7a6;
	height: 46px;
}
.form-control::-moz-placeholder {
	color: #68358c;
}
.form-control:-ms-input-placeholder {
	color: #68358c;
}
.form-control::-webkit-input-placeholder {
	color: #68358c;
}
.btn {
	font-family: 'Playfair Display', serif;
	font-style: italic;
	font-weight: 400;
	border-radius: 0;
	padding: 6px 28px;
}
.btn-default {
	color: #ffffff;
	background-color: transparent;
	border-color: #ffffff;
}
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
	color: #68358c;
	background-color: #ffffff;
	border-color: #ffffff;
}
.btn-primary {
	color: #68358c;
	background-color: transparent;
	border-color: #7f77ab;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
	color: #ffffff;
	background-color: #68358c;
	border-color: #68358c;
}
.row-gap {
	margin-top: 40px;
}
.pt-standard {
	padding-top: 10px;
}
.pt-stndard-double {
	padding-top: 20px;
}
.mt-standard {
	margin-top: 10px;
}
.ml-standard {
	margin-left: 10px;
}
.dark {
	background: #181818;
}
.semi-dark {
	background: #232428;
}
.header-top {
	border-bottom: 14px solid #68358c;
}
.header-top > .container {
	background: url(../images/flower.png) no-repeat 98% bottom;
	padding-top: 50px;
	padding-bottom: 50px;
}
.search-wrap {
	position: relative;
	text-align: right;
	margin-top: 20px;
}
.search-wrap .form-control {
	border-color: #68358c;
	color: #68358c;
	padding-right: 35px;
	background: transparent;
}
.search-wrap .form-control:focus {
	background: #fff;
}
.search-wrap .search-btn {
	position: absolute;
	right: 6px;
	top: 6px;
	color: #68358c;
	border: 0;
	background: none;
	font-size: 22px;
}
.header-bottom {
	background: #efefee;
}
.navbar-nav {
	font-family: 'Playfair Display', serif;
	font-weight: 700;
	font-size: 19px;
}
.navbar-collapse {
	padding: 0;
}
.navbar-default {
	background: none;
	border: 0;
	margin-top: -14px;
}
.navbar-nav > li {
	padding-top: 14px;
	border-right: 1px solid #ffffff;
}
.navbar-nav > li > a {
	padding-top: 32px;
	padding-bottom: 35px;
}
.navbar-default .navbar-nav > li > a {
	color: #68358c;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li.current-menu-item a {
	background-color: #9f81ba;
	color: #ffffff;
}
.navbar-default .navbar-toggle {
	border: 0;
}
.navbar-toggle {
	padding: 0;
	margin: -63px 0 0;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background: none;
}
.navbar-toggle .icon-bar {
	border-radius: 0px;
	height: 5px;
	width: 40px;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #68358c;
}
.navbar-collapse {
	border: 0;
}
.slider-outer {
	border: 14px solid #efefee;
	background: #ffffff;
	padding: 14px;
}
.carousel {
	background: #9ccdd4;
	padding: 5px;
}
.carousel-control {
	width: 5%;
}
.carousel-control.left {
	background-image: none;
}
.carousel-control.right {
	background-image: none;
}
.carousel-indicators {
	margin-left: 0;
	left: auto;
	right: 20px;
	width: auto;
	bottom: 0;
}
.carousel-indicators li {
	border: 0;
	background: #fff;
	width: 17px;
	height: 17px;
}
.carousel-indicators .active {
	background: #68358c;
	width: 17px;
	height: 17px;
}
.carousel h1 {
	color: #68358c;
}
.carousel .img {
	min-height: 300px;
}
.carousel img {	
	margin: 0 auto;
}
.grey-box {
	background: #efefee;
	font-weight: 600;
	border-bottom: 7px solid #68358c;
	min-height: 180px;
	padding: 10px 10px 20px;
	margin-bottom: 10px;
}
.purple-h3 {
	color: #68358c;
}
.purple-h3 a, .purple-h3 a:visited {
	color: #68358c;
}
.purple-h3 a:hover, .purple-h3 a:focus {
	color: #68358c;
	text-decoration: none;
}
.highlight-box {
	padding: 10px;
	color: #ffffff;
}
/*.highlight-box .author {
 width: 140px;
 height: 143px;
 float: left;
 }*/
.highlight-box .author img {
	margin: 0 auto;
}
/*.highlight-box .highlight-content {
 margin-left: 160px;
 }*/
.highlight-box h3 {
	color: #ffffff;
	margin-top: 5px;
}
/*.highlight-box p {
 max-width: 400px;
 }*/
.purple-bg {
	background: #68358c;
}
.deepgrey-bg {
	background: #6b6664;
}
.listing {
	border: 14px solid #9ccdd4;
	min-height: 458px;
}
.listing h3 {
	min-height: 100px;
}
.listing .img {
	min-height: 247px;
}
.listing .content {
	padding: 10px;
}
.buzz {
	border: 14px solid #efefee;
	padding: 10px;
}
.buzz .short-links {
	font-size: 20px;
	font-family: 'Playfair Display', serif;
	font-weight: 400;
	list-style-type: none;
	padding: 0;
}
.buzz .short-links li {
	border-top: 1px solid #efefee;
}
.buzz .short-links li a {
	color: #000000;
	padding: 15px 0;
	display: block;
}
.newsdesc h2 {
	border-top: 1px solid #efefee;
	font-size: 16px;
	font-weight: 600;
}
.newsdesc h2 a, .newsdesc h2 a:visited {
	color: #000000;
	padding: 15px 0;
	display: block;
	text-decoration: none;
}
.post_content {
	border-bottom: 0;
}
.advertisement {
	background: #b1adac;
	min-height: 172px;
	text-align: center;
	line-height: 172px;
	color: #fff;
	font-family: 'Playfair Display', serif;
	font-weight: 400;
	font-size: 18px;
}
.blog {
	font-family: 'Playfair Display', serif;
	font-weight: 700;
	color: #68358c;
	font-size: 20px;
	text-align: center;
	margin-top: 40px;
}
.blog .carousel {
	background: transparent;
	margin: 0;
	padding: 0;
}
.blog .carousel-indicators {
	display: none;
}
.blog .carousel-control {
	display: none;
}
#content {
	font-family: 'Playfair Display', serif;
	font-weight: 400;
}
#content h1, #content .h1, #content h2, #content .h2, #content h3, #content .h3 {
	font-family: 'Playfair Display', serif;
	font-weight: 700;
}
#content img {
	max-width: 100%;
	height: auto;
}
#content img.wp-post-image {
	float: right;
	margin: 5px 0 20px 20px;
}
#content .listing img.wp-post-image {
	float: none;
	margin: 0 auto;
}
#content .sam-container img{
	margin-top: 22px;
	margin-bottom: 22px;
}
#content .ssba {
	margin-top: 12px;	
}
.footer {
	background: #efefee;
	border-top: 14px solid #d0cdcd;
	margin-top: 40px;
	color: #6b6664;
}
.footer-r-gap {
	padding-top: 20px;
	padding-bottom: 20px;
}
.footer-whiteline {
	border-right: 1px solid #fff;
	margin-top: -14px;
	padding-top: 14px;
	min-height: 233px;
}
.footer-whiteline-btm {
	border-bottom: 1px solid #fff;
}
.footer h2 {
	font-family: 'Playfair Display', serif;
	font-weight: 700;
	font-size: 20px;
}
.footer a {
	color: #6b6664;
}
.footer a:hover, .footer a:focus {
	color: #68358c;
}
.footer-nav {
	list-style-type: none;
	padding: 0;
}
.sign-up .btn-primary {
	color: #68358c;
	background-color: #ffffff;
	border-color: #adadad;
	margin-top: 0;
}
.sign-up .btn-primary:hover, .sign-up .btn-primary:focus, .sign-up .btn-primary.focus, .sign-up .btn-primary:active, .sign-up .btn-primary.active, .sign-up .open > .dropdown-toggle.btn-primary {
	color: #68358c;
	background-color: #ffffff;
	border-color: #adadad;
}
.soc_icons {
	display: inline-block;
	padding: 0;
}
.soc_icons > li {
	display: inline-block;
	margin-right: 2px;
	position: relative;
}
.soc_icons > li > a {
	background: #68358c;
	border-radius: 50%;
	color: #efefee;
	display: inline-block;
	height: 29px;
	position: relative;
	text-align: center;
	width: 29px;
	font-size: 18px;
	line-height: 29px;
}
.soc_icons > li > a:hover, .soc_icons > li > a:focus {
	background: #b1adac;
	color: #68358c;
}
.formError {
	left: 50% !important;
}
@media (max-width: 1199px) {
	.grey-box {
		min-height: 210px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.navbar-nav {
		font-size: 14px;
	}
}
@media (max-width: 991px) {
	h1, .h1 {
		font-size: 24px;
	}
	.header-top .logo img {
		width: 400px;
	}
	.header-top > .container {
		padding-bottom: 60px;
		padding-top: 60px;
	}
	.navbar-nav {
		font-size: 15px;
	}
	.navbar-nav > li:last-child {
		border-right: 0;
	}
	.grey-box {
		min-height: 285px;
	}
	.listing {
		min-height: 1px;
	}
	.listing .img {
		min-height: 1px;
	}
	.listing .content {
		padding-left: 0;
		padding-bottom: 0;
	}
	.listing .content h3 {
		min-height: 1px;
		margin-top: 0;
	}
	.footer-r-gap {
		text-align: left;
	}
	.footer-whiteline-top {
		border-top: 1px solid #fff;
	}
}
@media (max-width: 767px) {
	h1, .h1 {
		font-size: 18px;
	}
	.header-top > .container {
		background: none;
		padding-top: 25px;
		padding-bottom: 25px;
	}
	.header-top .logo img {
		width: 210px;
	}
	.header-bottom {
		background: none;
	}
	.navbar-nav > li {
		padding-top: 0;
	}
	.navbar-nav > li > a {
		padding-bottom: 15px;
		padding-top: 15px;
	}
	.navbar-default {
		margin-top: 0;
		text-align: center;
	}
	.navbar-collapse {
		padding-left: 15px;
		padding-right: 15px;
	}
	.slider-outer {
		padding: 0;
		border: 0;
	}
	.carousel {
		background: none;
		padding: 0;
	}

	.carousel-indicators li {
		background: #9ccdd4;
	}
	.carousel .btn-default {
		color: #9ccdd4;
		background-color: transparent;
		border-color: #9ccdd4;
	}
	.carousel .btn-default:hover, .carousel .btn-default:focus, .carousel .btn-default.focus, .carousel .btn-default:active, .carousel .btn-default.active, .carousel .open > .dropdown-toggle.btn-default {
		color: #68358c;
		background-color: #9ccdd4;
		border-color: #9ccdd4;
	}
	.grey-box {
		min-height: 1px;
	}
	.listing {
		min-height: 1px;
	}
	.listing .content {
		padding-left: 10px;
	}
	.listing h3 {
		font-size: 18px;
		line-height: 1.5;
		min-height: 1px;
	}
	/*.highlight-box .author {
	 width: 60px;
	 height: 60px;
	 }
	 .highlight-box .highlight-content {
	 margin-left: 70px;
	 }
	 .highlight-box .highlight-content h3 {
	 margin-top: 0;
	 }
	 .highlight-box .highlight-content .text-right {
	 text-align: left;
	 }*/
	#sidebar {
		width: 100%;
	}
	.footer-whiteline {
		border-bottom: 1px solid #fff;
		min-height: 50px;
		padding-bottom: 20px;
	}
	.copyright span {
		font-family: 'Playfair Display', serif;
		font-weight: 700;
		font-size: 18px;
	}
	.site-by {
		text-align: right;
	}
}
@media (max-width: 480px) {
	.listing h3 {
		font-size: 16px;
		line-height: 1.25;
		min-height: 1px;
	}
}
@media (max-width: 320px) {
	.listing h3 {
		font-size: 14px;
		line-height: 1.25;
		min-height: 1px;
	}
}