
body, p{
	font-family: "aller", sans-serif;
	color: #5e3227;
	font-size: 20px;
	font-weight: 300;
	line-height: 1.6;
}

p {
	margin-bottom: 20px;
}

h1, .h1 {
	color: #79a697;
	font-weight: 700;
	font-size: 40px;
}

h2, .h2 {
	font-size: 24px;
	font-weight: 700;
}

h4, .h4 {
	font-size: 20px;
}

hr {
	margin: 30px 0;
	border-color: #79A697;
}

a {
	color: #f9b363;
}

a:focus, a:hover {
	color: #79a697;
}

.table > tbody > tr > td, 
.table > tbody > tr > th, 
.table > tfoot > tr > td, 
.table > tfoot > tr > th, 
.table > thead > tr > td, 
.table > thead > tr > th {
	border-top: none;
	border-bottom: 1px solid #79A697;
}

.form-control {
	border-radius: 0;
	border: 1px solid #79A697;
	box-shadow: none;
}

select.form-control {
	-webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    border-right: 34px solid #79A697;
}

.sitewide.alert {
	margin: 0;
	background-color: #79a597;
	border-radius: 0;
	text-align: center;
	padding: 8px;
}

.sitewide.alert .h1,
.sitewide.alert .h2,
.sitewide.alert .h3,
.sitewide.alert .h4,
.sitewide.alert .h5,
.sitewide.alert .h6,
.sitewide.alert h1,
.sitewide.alert h2,
.sitewide.alert h3,
.sitewide.alert h4,
.sitewide.alert h5,
.sitewide.alert h6,
.sitewide.alert p,
.sitewide.alert a,
.sitewide.alert a:hover {
	color: #ffffff;
}

.sitewide.alert p,
.sitewide.alert a {
	font-size: 16px;
}

.sitewide.alert a {
	text-decoration: underline;
}

.content a {
	text-decoration: underline;
}

.content ul {
	margin-bottom: 20px;
}
.content li {
	margin-bottom: 5px;
}

.content .list-group-item {
	border: none;
	border-bottom: 1px solid rgba(121,166,151, 0.5);
	padding-bottom: 15px;
}


.content .pagination {
	border-radius: 0;
	margin: 0;
}
.pointer
{
	cursor:pointer;
}
.pagination > li {
	margin-bottom: 0;
	display: inline-block;
}

.pagination > li > a, 
.pagination > li > span {
	background-color: transparent;
	border: none;
	color: #f9b363;
	float: none;
}
.pagination > li:first-child > a, 
.pagination > li:first-child > span,
.pagination > li:last-child > a, 
.pagination > li:last-child > span {
	border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

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

.list-group {
	margin-top: 10px;
}

.list-group,
.list-group-item:first-child,
.list-group-item:last-child {
	border-radius: 0;
}

.as-flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.as-flex > div
 {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;

}

.as-flex > div {
	content: " ";
	display: block;
	clear: both;
}

.modality-container .as-flex > li,
.pagination.as-flex > li{
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1 1 auto;
}

/*@media screen and (-webkit-min-device-pixel-ratio:0) {*/
	/*.as-flex > div, .modality-container .as-flex > li,*/
	/*.pagination.as-flex > li*/
	/*{*/
		/*-webkit-box-flex: 1;*/
		/*-webkit-flex: 1;*/
		/*-ms-flex: 1;*/
		/*flex: 1 1 auto;*/
	/*}*/

/*}*/

.btn {
	border-radius: 0;
	font-weight: 400;
	box-shadow: 7px 7px 0px 0px rgba(0,0,0,0.25);
	text-decoration: none;
}


.content .btn {
	text-decoration: none;
}

.btn-default {
	border: 1px solid #79a697;
}

.home-container .btn-default {
	border: none;
}

.btn-primary {
	border: 1px solid #79a697;
	background-color: #79a697;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover{
	background-color: #6c9587;
	border-color: #608478;
}
.btn-success {
	border: 1px solid #807f32;
	background-color: #807f32;
}

.btn-success:hover, .btn-success:active, .btn-success:focus, .btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover, .open>.dropdown-toggle.btn-success.focus, .open>.dropdown-toggle.btn-success:focus, .open>.dropdown-toggle.btn-success:hover{
	border: 1px solid #73722d;
	background-color: #73722d;
}
.btn-danger {
	border: 1px solid #ba7d52;
	background-color: #ba7d52;
}

.btn-danger:hover, .btn-danger:active, .btn-danger:focus, .btn-danger.active.focus, .btn-danger.active:focus, .btn-danger.active:hover, .btn-danger:active.focus, .btn-danger:active:focus, .btn-danger:active:hover, .open>.dropdown-toggle.btn-danger.focus, .open>.dropdown-toggle.btn-danger:focus, .open>.dropdown-toggle.btn-danger:hover{
	background-color: #a77049;
	border: 1px solid #a77049;
}

.social-links > li {
	display: inline-block;
	background-color: #b87b51;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	text-align: center;
}
.social-links > li > a {
	color: #ffffff;
	font-size: 24px;
	margin-right: -0.25em;
}

.social-links > li > a > span {
	line-height: 40px;
}

ul.blog-share {
	padding-left: 0;
	margin-bottom: 0;
}

.blog-share> li {
	margin-right: 5px;
	display: inline-block;
	text-align: center;
}

.blog-share> li a{
	display: inline-block;
	margin-right: 0;
	font-size: 16px;
	background-color: #b87b51;
	border-radius: 50%;
	color: #fff;
	width: 25px;
	height: 25px;
}

.blog-share > li > a > span {
	line-height: 25px;
}

.media-body h4,
.media-body p {
	font-size: 14px;
}
.media-body p {
	font-weight: 400;
	margin-bottom: 10px;
}
.media-heading {
	font-weight: 700;
}
.media {
	border-bottom: 2px solid #e5e5e5;
	padding-bottom: 15px;
}

.featured-section hr {
	background-color: #e5e5e5;
	border: none;
	height: 2px;
}

.media-left, 
.media > .pull-left {
	padding-right: 20px;
}
.custom-container {
	padding: 0 35px 0 55px;
}
.main-container {
	background-color: #ffffff;
}
.home-container,
.featured-section,
.main-container {
	position: relative;
	padding: 0;
}

.homepage-video {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 35px;
	height: 0;
	overflow: hidden;
}

.homepage-video iframe {
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
}

.carousel-container {
	background-color: #79a597;
	position: relative;
	margin-bottom: 50px;
}
.carousel-container > .row {
	margin: 0;
}
.carousel-container > .row > div {
	padding: 0;
}
.carousel-container::before {
	content: '';
	display: block;
	height: 8px;
	background-color: #608e7e;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 0;
}
.main-container > .container {
	position: relative;
	z-index: 1;
}
.main-container::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 155px;
	background-color: #f5efd8;
	z-index: 0;
}
.main-container::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 120px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cbd2b4+0,ede2b6+100 */
	background: rgb(203,210,180); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(203,210,180,1) 0%, rgba(237,226,182,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(203,210,180,1) 0%,rgba(237,226,182,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(203,210,180,1) 0%,rgba(237,226,182,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cbd2b4', endColorstr='#ede2b6',GradientType=0 ); /* IE6-9 */
	z-index: 0;
}
.home-container {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#abc4b2+0,ede2b6+100 */
	background: rgb(171,196,178); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(171,196,178,1) 0%, rgba(237,226,182,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(171,196,178,1) 0%,rgba(237,226,182,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(171,196,178,1) 0%,rgba(237,226,182,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#abc4b2', endColorstr='#ede2b6',GradientType=0 ); /* IE6-9 */
	border-bottom: 35px solid #f5efd8;
	padding-bottom: 35px;
	box-shadow: 0 0px 3px rgba(0,0,0,.175);
}
.featured-section {
	padding-top: 80px;
}
.featured-section::before {
	content: '';
	display: block;
	height: 30px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f9fafb+100&0.5+0,0.5+100 */
	background: -moz-linear-gradient(left,  rgba(255,255,255,0.5) 0%, rgba(249,250,251,0.5) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(255,255,255,0.5) 0%,rgba(249,250,251,0.5) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(255,255,255,0.5) 0%,rgba(249,250,251,0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80ffffff', endColorstr='#80f9fafb',GradientType=1 ); /* IE6-9 */
}
.featured-section .index-listing h2,
.featured-section .index-listing .h2 {
	padding: 0;
	margin: 0 0 30px;
}
.featured-section .index-listing {
	margin-right: 20px;
	margin-bottom: 30px;
}
.featured-section .index-listing li a {
	padding: 20px 25px;
	font-size: 15px;
	color: #5e3227;
	line-height: 1.1;
}
.featured-section .index-listing > ul > li:first-of-type a {
	padding-top: 0;
}
.featured-section .index-listing li a::before {
	top: auto;
	bottom: 24px;
	left: 3px;
}
.featured-section > .container > .row > div {
	padding: 0 40px;
}
.featured-section > .container > .row > div:first-child {
	padding: 0 40px 0 15px;
}
.featured-section > .container > .row > div:last-child {
	padding: 0 15px 0 40px;
}
header {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cadbd6+0,e1e5d7+100 */
	background: rgb(202,219,214); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(202,219,214,1) 0%, rgba(225,229,215,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(202,219,214,1) 0%,rgba(225,229,215,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(202,219,214,1) 0%,rgba(225,229,215,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cadbd6', endColorstr='#e1e5d7',GradientType=0 ); /* IE6-9 */
}
.top-menu {
	list-style-type: none;
	text-align: right;
	padding: 0px 11px;
	margin-bottom: 0;
}
.top-menu > li {
	display: inline-block;
	padding: 0 5px;
	font-size: 13px;
}
.top-menu > li > a {
	color: #79a697;
}
.navbar {
	margin-bottom: 0;
}
.navbar-default {
	border: none;
	border-radius: 0;
	background-color: #ffffff;
	border-right: 1px solid #79A697;
}
.navbar-default > .container-fluid {
	padding: 0;
}
nav .as-flex > div:first-of-type {
	border-right: 1px solid #79A697;
}
.navbar-brand {
	height: auto;
	padding-top: 10px;
	padding-bottom: 0px;
}
.navbar-collapse {
	padding: 0;
	border-top: 1px solid #79A697;
}
.navbar-default .navbar-collapse, 
.navbar-default .navbar-form {
	border-color: #79A697;
}
.navbar-nav {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.navbar-nav li {
	max-width: 100%;
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1;
	flex: 1 1 auto;
	text-align: center;
}
.nav.navbar-nav > li > a {
	padding: 30px 18px 20px;
	border-right: 1px solid #79A697;
	font-weight: 700;
	font-size: 15px;
}
.content .nav-tabs {
	margin-bottom: 0;
}
.nav-tabs > li > a {
	border: 1px solid #ddd;
	padding: 2px 15px;
	border-bottom-color: transparent;
	border-radius: 0;
	margin-right: -1;
	text-decoration: none;
	font-weight: 500;
}
.nav-tabs > li {
	margin-top: 10px;
	margin-bottom: -1px;
}
.tab-content {
	padding-top: 10px;
	border: 1px solid #ddd;
	border-top: none;
}
.tab-content a {
	text-decoration: none;

}
.navbar-default .navbar-nav > .active:hover > a,
.navbar-default .navbar-nav > .active > a:focus, 
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > li:hover > a,
.navbar-default .navbar-nav > li > a:focus, 
.navbar-default .navbar-nav > li > a:hover {
	color: #79a697;
}
.navbar-default .navbar-nav > li > a {
	color: #5e3227;
}
.navbar-default .navbar-nav > .dropdown > a::after {
	content: '';
	position: absolute;
	bottom: 10px;
	display: inline-block;
	width: 5px;
    border-top: 3px solid;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    left: 50%;
    margin-left: -2px;
}
.nav.navbar-nav > li:last-child > a {
	border-right: none;
}
.nav.navbar-nav > .dropdown:hover > .dropdown-menu {
	display: block;
}
.navbar-header {
	position: relative;
}
.navbar-default .navbar-toggle {
	position: absolute;
	bottom: 15px;
	right: 30px;
	margin: 0;
	border-radius: 0;
	border-color: #79A697;
}
.breadcrumb {
	margin-top: 15px;
	background-color: transparent;
	font-size: 14px;
    font-weight: 500;
}
.breadcrumb a {
	color: #79a697;
}
.breadcrumb > li + li:before {
	color: #79a697;
	content: "\003e";
}
.content > h1,
.content > .h1 {
	margin-top: 12px;
	margin-bottom: 10px;
	padding-bottom: 25px;
}
.side-menu {
	margin-top: 9px;
	padding: 37px 0 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f9fafb+100&0.5+0,0.5+100 */
	background: -moz-linear-gradient(left,  rgba(255,255,255,0.5) 0%, rgba(249,250,251,0.5) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(255,255,255,0.5) 0%,rgba(249,250,251,0.5) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(255,255,255,0.5) 0%,rgba(249,250,251,0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80ffffff', endColorstr='#80f9fafb',GradientType=1 ); /* IE6-9 */
}
.side-menu ul {
	list-style-type: none;
	padding: 0;
}
.side-menu li {
	font-size: 14px;
	border-top: 1px solid #F3F5F6;
	position: relative;
}
.side-menu > ul > li:first-of-type {
	font-size: 18px;
	font-weight: 700;
	border-top: none;
}
.side-menu > ul > li > a + a,
.side-menu > ul > li > ul > li> a + a {
	background-image: url('/assets/website/img/menu-minus.png');
	background-repeat: no-repeat;
	width: 21px;
	height: 21px;
	position: absolute;
	top: 8px;
	right: 25px;
}
.side-menu > ul > li > a + .collapsed,
.side-menu > ul > li > ul > li> a + .collapsed {
	background-image: url('/assets/website/img/menu-plus.png');
}
.collapsed
{
	cursor:pointer;
}
.panel-title > a
{
	cursor:pointer;
}

.panel-title {
	font-size: 18px;
}

.side-menu .active, .side-menu .parent .active {
	font-weight: bold;
}

.side-menu .inside-menu .active {
	color: #f9b363;
}

.side-menu .inside-menu .parent.active {
	color: #5e3227;
}

.side-menu li a {
	color: #5e3227;
	display: inline-block;
	padding: 8px 25px;
	max-width: 250px;
}
.side-menu li > ul {
	padding: 0 0 0 25px;
	border-top: 1px solid #F3F5F6;
}
.side-menu li > ul > li:first-of-type {
	border-top: none;
}
.side-menu > ul > li:first-of-type a {
	padding-bottom: 10px;
}
.dropdown-menu {
	margin: 0;
	border-radius: 0;
	left: -1px;
	border-color: #79A697;
	padding: 0;
}
.dropdown-menu li {
	text-align: left;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
	background-color: #79a697;
}

.side-section > .index-listing:first-child {
	margin-top: 101px;
}
.side-section > div {
	margin-bottom: 45px;
}
.side-section h2,
.side-section .h2,
.index-listing h2,
.index-listing .h2 {
	color: #79a597;
	font-weight: 300;
	padding-left: 25px;
}
.index-listing ul {
	padding: 0;
	list-style-type: none;
}
.index-listing li {
	font-size: 14px;
}
.index-listing > ul > li:last-child {
	border-bottom: none;
}
.contact-info li,
.index-listing li a, .contact-info p, .index-listing p {
	display: block;
	padding: 4px 60px;
	font-weight: 700;
	position: relative;
}
.contact-info li::before,
.index-listing li a::before {
	content: '';
	display: block;
	color: #f6911e;
	border-left: 7px solid;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    position: absolute;
    top: 0.9em;
    left: 30px;
}
.contact-info{
	background-color: #79a697;
	color: #ffffff;
	padding: 5px 0;
}

.contact-info p {
	color: #fff;
}

.contact-info .h2 {
	color: #ffffff;
	font-size: 24px;
}
.contact-info ul {
	padding: 0;
	list-style-type: none;
}
.contact-info li, .contact-info p {
	border-bottom: 1px solid #79a697;
	font-size: 14px;
}

.contact-info a:hover {
	color: inherit;
}

#top-button {
	display: block;
	background-color: #a7c5c1;
	border-radius: 50%;
	width: 80px;
	height: 80px;
	position: absolute;
	right: 50%;
	top: -40px;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}
#top-button span {
	display: block;
	font-size: 30px;
	background-image: url('/assets/website/img/arrow.png');
	background-position: center;
	background-repeat: no-repeat;
	width: 79px;
}
footer {
	padding-bottom: 30px;
	margin-top: 100px;
	background-image: url('/assets/website/img/footer-leaf.png');
	background-repeat: no-repeat;
	background-color: #79a697;
	background-position: bottom left;
	position: relative;
}
footer .custom-container {
	padding: 0 35px;
}
footer a:hover {
	color: #ffffff;
}
footer ul {
	list-style-type: none;
	padding: 0;
}
footer li {
	font-size: 13px
}
footer li a {
	color: #ffffff;
	display: inline-block;
}
footer .footer-menu {
	margin-top: 60px;
}
footer .footer-menu > li:first-child > a {
	color: #5e3227;
	font-weight: 700;
	margin-bottom: 5px;
	font-size: 14px;
}
footer p {
	font-size: 12px;
	font-weight: 500;
}
footer p a {
	color: #5e3227;
	font-weight: 700;
}

footer .social-links {
	margin-top: -1em;
	float: right;
}

footer .footer-copyright p{
	margin-bottom: 0;
}

.home-box {
	position: relative;
	text-align: center;
	display: flex;
	height: 210px;
	background-origin: content-box;
	background-position: right bottom;
	background-size: cover;
	background-repeat: no-repeat;
	margin-bottom: 15px;
}
.home-box:nth-child(1n) {
	background-image: url('/assets/website/img/box1.png');
}
.home-box:nth-child(2n) {
	background-image: url('/assets/website/img/box2.png');
}
/*skip three since child 3 is a break helper*/
.home-box:nth-child(4n) {
	background-image: url('/assets/website/img/box3.png');
}
.home-box:nth-child(5n) {
	background-image: url('/assets/website/img/box4.png');
}
.home-box a {
	position: absolute;
	display: inline-block;
	left: 40px;
	bottom: 28px;
}
.home-box p:first-of-type {
	width: 100%;
	padding: 0 35px 55px;
	color: #ffffff;
	font-weight: 400;
	align-self: center;
}
.carousel-container {
	background-color: #79a597;
	padding: 0;
}
.carousel-indicators {
	left: auto;
	right: 15px;
	bottom: 15px;
	width: auto;
	margin: 0;
    line-height: 0;
}
.carousel-indicators li {
	background-color: #ffffff;
}
#home-carousel img {
	width: 100%;
}
#home-carousel::after {
	content: '';
	display: block;
	background-image: url('/assets/website/img/slide-leaf.png');
	background-repeat: no-repeat;
	background-position: right bottom;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 305px;
}
.carousel-caption {
	bottom: 0;
	left: 45px;
	text-align: left;
	text-shadow: none;
}
.carousel-caption h1,
.carousel-caption .h1 {
	color: #ffffff;
	font-weight: 300;
}
.carousel-caption p,
.carousel-caption a {
	color: #ffffff;
}
.carousel-caption a {
	font-weight: 500;
}
.carousel-container .login-form {
	padding: 0 30px;
}

.top-menu.visible-lg {
	padding-top: 5px;
	padding-bottom: 5px;
}

.top-menu.visible-lg li:first-of-type {
	position: relative;
}

.top-menu .search-toggle:focus .top-search {
	display: inline-block;
}


.top-search {
	padding-right: 30px;
	display: none;
}

.top-search input {
	border: 1px solid #79A697;
	height: 25px;
	font-size: 16px;
	padding-left: 15px;
}

.top-search button {
	border-left: 1px solid #79A697!important;
	margin-left: -50px;
	background: #dddddd;
	width: 44px;
	border: none;
	height: 23px;
	position: relative;
	top: 7px;
}

.top-search button span {
	font-size: 16px;
	top: -4px;
}

#search-form {
	position: absolute;
	margin: 0 5px;
	top: -9px;
	right: 100%;
	width: 225px;
}
#search-form .btn {
	box-shadow: none;
	border: 1px solid #79A697;
}
.search-form {
	background-color: #5e3227;
	border-bottom: 8px solid #608e7e;
}
.search-form input,
.search-form .btn {
	border: none;
	background-color: transparent;
	color: #ffffff;
	border-radius: 0;
	padding: 15px 30px;
	height: auto;
	font-size: 18px;
}
.search-form .btn {
	padding: 15px 20px;
	box-shadow: none;
}
.search-form .form-control:focus {
	/*box-shadow: none;*/
}
.login-form input::-webkit-input-placeholder,
.search-form input::-webkit-input-placeholder {
   color: #ffffff;
}
.login-form input:-moz-placeholder,
.search-form input:-moz-placeholder { /* Firefox 18- */
   color: #ffffff;  
}
.login-form input::-moz-placeholder,
.search-form input::-moz-placeholder {  /* Firefox 19+ */
   color: #ffffff;  
}
.login-form input:-ms-input-placeholder,
.search-form input:-ms-input-placeholder {  
   color: #ffffff;  
}
.login-form label {
	color: #ffffff;
	font-weight: 300;
}
.login-form input {
	border-radius: 0;
	border: none;
	background-color: #608e7e;
	box-shadow: none;
	padding: 15px;
	height: auto;
	color: #ffffff;
}
.login-form h2,
.login-form .h2 {
	font-size: 36px;
	color: #ffffff;
	font-weight: 300;
	margin-bottom: 20px;
	text-align: left;
}
.login-form .checkbox-inline {
	font-size: 14px;
}
.login-form button {
	float: right;
}
.login-form p {
	text-align: center;
}
.login-form a {
	font-size: 14px;
	color: #ffffff;
}
.cal-date {
	text-align: center;
	width: 50px;
}
.cal-date span {
	display: block;
}
.cal-date span:first-child {
	text-transform: uppercase;
	background-color: #f6911e;
	color: #ffffff;
	font-weight: 700;
	font-size: 14px;
}
.cal-date span:last-child {
	background-color: #dde8e5;
	font-size: 24px;
	line-height: 40px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}

/*modality*/
.modality-container {
	/*padding: 0;*/
}
.modality-container img {
	max-width: 100%;
}
.pagination,
.modality-container ul {
	list-style-type: none;
	background-color: #EFF3F2;
	padding: 0 55px;
	margin-bottom: 11px;
}
.pagination li,
.modality-container ul li {
	text-align: center;
}

.pagination li a,
.modality-container ul li a {
	display: block;
	font-weight: 400;
	padding: 15px 0 10px;
	border-bottom: 5px solid #EFF3F2;
	text-decoration: none;
}

.pagination .active a,
.pagination li a:hover,
.modality-container ul .active a,
.modality-container ul li a:hover {
	border-color: #f9b363;
	color: #f9b363;
}

.discipline-info,
.specialization-info {
	padding:  15px 25px;
}
.discipline-info {
	background-color: #ba7d52;
}
.specialization-info {
	background-color: #79a597;
}
.discipline-info h2,
.discipline-info .h2,
.specialization-info h2,
.specialization-info .h2,
.discipline-info p,
.specialization-info p {
	color: #ffffff;
}
.discipline-info p,
.specialization-info p {
	font-size: 14px;
}
.discipline-info h2,
.discipline-info .h2,
.specialization-info h2,
.specialization-info .h2 {
	font-size: 24px;
	padding: 0;
}
.quiz_question p {
	margin-bottom: 10px;
}
.quiz_answers {
	margin-bottom: 20px;
}
.quiz_answer p {
	margin: 0 0 0 5px;
}

.tooltip-inner {
	text-align:left;
	max-width: 300px;
}


.home-blog-list li {
	border-bottom: 2px solid #e5e5e5;
}

.home-public-activities p {
	padding: 4px 0;
}

.domain-bubble {
	display: inline-block;
	margin-left: 20px;
	color: #fff;
	position: relative;
	top: 8px;
}

.discipline-bubble, .specialization-bubble {
	margin-left: 15px;
	float: left;
	padding: 5px;
	border-radius: 100%;
	width: 30px;
	height: 30px;
	line-height: 20px;
	text-align: center;
	font-size: 16px;
}

h1 .domain-bubble {
	top: 0;
}

.discipline-bubble {
	background: #ba7d52;
}

.specialization-bubble {
	background: #79a597;
}

#cmblog .item {
	margin-bottom: 50px;
}

#cmblog .item:last-child {
	margin-bottom: 0;
}

.dashboard-block li a {
	padding: 3px 0px 3px 60px;
	display: block; /* Fallback for non-webkit */
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.dashboard-block li {
	margin-bottom: 0;
}

.dashboard-block .h2 {
	padding-right: 30px;
	font-size: 28px;
}

.dashboard-block .h2 a {
	text-decoration: none;
	color: #79a597;
}


.dashboard-more a{
	color: #fff;
	background: #79a597;
	text-decoration: none;
	padding: 10px 20px;
	font-size: 16px;
	box-shadow: 5px 5px #ddd;
	position: absolute;
	right: 20px;
	bottom: 25px;
}

.dashboard-more a:hover {
	color: #f9b363;
}

.dashboard-more {
	margin-bottom: 30px;
}

.dashboard-grid>div:first-of-type {
	border-top: 25px solid #d6e4e0;
}

.dashboard-block {
	border: 1px solid #d6e4e0;
	border-bottom: none;
	display: flex;
}

.dashboard-grid > .dashboard-block:last-child{
	border-bottom: 1px solid #d6e4e0;
	margin-bottom: 20px;
}

.dashboard-block .col-sm-6:nth-child(odd) {
	border-right: 1px solid #d6e4e0;
}

label[for="username"], label[for="password"] {
	padding-left: 0;
	padding-right: 0;
	white-space: nowrap;
}

.plus-expand {
	display: inline-block;
	background: #79a597;
	color: #fff;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	margin-left: 10px;
	border-radius: 100%;
	font-size: 24px;
}

.plus-expand:hover, .dashboard-block .h2 a:hover .plus-expand{
	color: #f9b363;
}

#cart_complete dt {
	float: left;
	clear: left;
	margin-right: 5px;
}

#cart_complete h3 {
	float: left;
	clear: left;
}

#cart_complete dd {
	float: left;
}

#cmvmshopproductdetails .content {
	clear: both;
}

#cmvmshopproductdetails .images {
	position: absolute;
	right: 50px;
	padding-top: 15px;
}

#cmvmshopproductdetails .info .panel {
	background: #ddd;
	border: none;
	overflow: auto;
	padding: 20px 40px;
	border-radius: 10px;
}

#cmvmshopproductdetails .info .panel .heading, #cmvmshopproductdetails .info .panel .price {
	float: left;
	clear: both;
}

#collapse-news {
	margin-bottom: 40px;
}

@media (max-width: 1199px) {
	.navbar-nav {
		float: none;
	}
	nav .as-flex {
		width: 100%;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	nav .as-flex > div:first-of-type {
		border-right: none;
	}
	.navbar-brand,
	.navbar-brand img {
		max-width: 100%;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	label[for="username"] {
		margin-left: -25px;
		margin-right: 25px;
	}
}

@media (min-width: 767px) and (max-width: 992px) {
	label[for="username"] {
		margin-left: -10px;
		margin-right: 10px;
	}
}

@media (max-width: 992px) {
	.featured-section > .container > .row > div,
	.featured-section > .container > .row > div:first-child,
	.featured-section > .container > .row > div:last-child
	 {
		padding: 0 15px;
	}
}

@media (max-width: 767px) {
	.top-menu {
		padding-bottom: 0;
	}
	.as-flex,
	.navbar-nav {
		display: block;
	}
	.navbar-collapse {
	    padding: 0;
	    position: absolute;
	    right: -1px;
	    top: 100%;
	    width: auto;
	    min-width: 250px;
	    clear: both;
	    z-index: 20;
	    background-color: #ffffff;
	    border: 1px solid #79A697;
	}
	.navbar-nav {
		margin: 0;
	}
	.navbar-nav li {
		text-align: left;
	}
	.nav > li > a {
		padding: 8px 15px;
    	border-right: none;
	}
	.navbar-brand {
		padding-right: 75px;
	}
	.dropdown-menu {
		position: relative;
		float: none;
		left: 0;
		box-shadow: none;
		border-left: none;
		border-right: none;
	}
	.dropdown-menu li a {
		padding-left: 25px;
	}
	.navbar-default .navbar-nav > .dropdown > a::after {
		margin-left: 10px;
		left: auto;
	}
	#home-carousel::after {
		content: none;
	}

	.modality-container .as-flex {
		display: flex;
		flex-wrap: wrap;
	}
	.modality-container .as-flex > li {
		order: 2;
		display: none;
	}
	.modality-container .as-flex > li:first-child,
	.modality-container .as-flex > li:last-child {
		width: auto;
		max-width: 100%;
		order: 1;
		display: block;
	}


}

@media (max-width: 430px) {
	.carousel-caption {
		top: 0;
		padding-top: 0;
	}
}

@media (max-width: 400px) {
	.carousel-caption .h1{
		font-size: 30px;
	}

	.carousel-caption {
		left: 20px;
	}
}

@media print {
	footer {
		display: none;
	}
}

.session-options+strike {
	color: #ccc;
}

.chosen-container-multi .chosen-choices {
	padding: 3px 5px !important;
	border: 1px solid #79A697 !important;
}

/* fix for checkboxes and radios not aligned with a larger font */
input[type=checkbox], input[type=radio] {
	margin: 10px 0 0;
}

h1.form-section-heading {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 33px;
	padding-bottom: 5px;
}
