@import url('https://fonts.googleapis.com/css2?family=Proza+Libre:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700;1,800&display=swap');

/*start common css for a theme*/
body {
	padding-top: 0px !important;
}
.headersection {
    margin-left: 0px;
    margin-right: 0px;
    display: block !important;
}
.footer-top, .footer-bottom {
    margin-left: 0px;
    margin-right: 0px;
}
.container2 {
    margin-top: 0px;
    background: #FBFBF9;
}
.outsideframe .headersection .col-xs-12.col-sm-12.col-md-12.col-lg-12 {
    margin: 0;
    padding: 0;
}
div.outsideframe > div.row.hidden-lg.hidden-md {
    display: none !important;
}
/*end common css for all theme*/


.theme_vermontpsych {
	font-family: "Proza Libre", sans-serif;
	font-weight: 400;
	display: block;
	width: 100%;
	color: #393D3F;
}
.theme_vermontpsych header .navbar-header {
	width: 100%;
	text-align: center;
}
.navbar-brand>img {
	max-height: 138px;
	transition: all 0.4s ease-in-out;
}
.headerfixed .navbar-brand>img {
	max-height: 70px;
}
.theme_vermontpsych header .navbar-header .navbar-brand {
	float: none;
	max-width: 498px;
	display: inline-block;
	height: auto;
	line-height: normal;
	padding: 15px 0 0 0;
	transition: all 0.3s ease-in-out 0s;
}
.theme_vermontpsych header:after,
.theme_vermontpsych .menudiv:after,
.theme_vermontpsych footer:after,
.theme_vermontpsych .top_section {
	content: "";
	display: table;
	clear: both;
	width: 100%;
}
.theme_vermontpsych nav.menudiv {
	margin-bottom: 0 !important;
	border: 0;
	min-height: auto;
	border-radius: 0;
	clear: both;
}
.theme_vermontpsych nav.menudiv .navbar-brand {
	height: auto;
	padding: 0;
	margin-left: 2rem
}
.theme_vermontpsych nav.menudiv .navbar-brand .logo-main {
	max-width: 152px;
	transition: all 0.3s ease-in-out 0s;
}
.theme_vermontpsych .navbar-nav {
	text-align: center;
	float: none;
}
.theme_vermontpsych .navbar-nav>li {
	float: none;
	display: inline-block;
}
.theme_vermontpsych .navbar-nav>li a {
	color: #000000;
	padding: 2rem 17px;
	font-size: 14px;
	position: relative;
	cursor: pointer;
	font-weight: 600;
}
.theme_vermontpsych .navbar-nav>li a:hover,
.theme_vermontpsych .navbar-nav>li a:focus {
	background: none;
}
.theme_vermontpsych .menudiv span.phone-number {
	padding: 12px 0;
	display: block;
}
.theme_vermontpsych ul.navbar-nav li.dropdown ul.dropdown-menu li {
	padding: 0px 20px;
}
.theme_vermontpsych ul.navbar-nav li.dropdown ul.dropdown-menu li a {
	padding: 6px 20px !important;
	transition: all 0.3s ease-in-out 0s;
	color: #000000;
	font-size: 14px;
	line-height: 20px;
	white-space: normal;
}
.theme_vermontpsych ul.navbar-nav li.dropdown ul.dropdown-menu li a:hover {
	background-color: rgba(0, 0, 0, .03);
	opacity: .7;
}
.theme_vermontpsych .navbar-nav>li.open:focus {
	background: none;
}
.theme_vermontpsych header {
	background-color: #fff;
	box-shadow: 0 1px 0 rgba(0,0,0,.1);
	top: 0;
	position: relative;
	z-index: 9;
}
.theme_vermontpsych header ul.nav li a,
.theme_vermontpsych header ul.nav li a:hover,
.theme_vermontpsych header ul.nav li a:focus {
	background-color: transparent;
	outline: none;
}
/* footer start css */
.theme_vermontpsych .footer {
	background: #f1f1f1 !important;
    margin-top: 0px;
	padding: 40px 0;
}
.theme_vermontpsych .f-logo img {
	max-width: 170px;
	margin: 0 auto;
}
.theme_vermontpsych .f-logo {
	margin-bottom: 40px;
}
.theme_vermontpsych .footer-row {
    max-width: 1920px;
    margin: 0 auto;
	text-align: center;
}
.theme_vermontpsych .address {
	margin-bottom: 40px;
}
.theme_vermontpsych .copyright {
	font-size: 10px;
	margin: 0 0 40px;
}
.theme_vermontpsych .powered-by {
	margin: 0;
	font-size: 10px;
	line-height: 14px;
	text-transform: uppercase;
}
.theme_vermontpsych .powered-by img {
    display: block;
    margin: 0 auto;
}

@-webkit-keyframes pulse-shrink-on-hover {
	to {
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
	}
}
@keyframes pulse-shrink-on-hover {
	to {
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
	}
}

/* footer end css */
@media only screen and (min-width:981px) {
	.theme_vermontpsych header.headerfixed .navbar-brand {
		max-width: 230px;
		padding-top: 8px;
	}
	.mobile_bg {
		display: none;
	}
	.theme_vermontpsych header.headerfixed {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		box-shadow: #3333331a 0 0 7px;
	}
	.theme_vermontpsych .navbar-nav>li a {
		padding: 0 0 27px !important;
	}
	.theme_vermontpsych .navbar-nav>li {
		padding-right: 2.3rem;
		position: relative;
	}
	.theme_vermontpsych .navbar-nav>li:not(:first-child):before {
		position: absolute;
		left: -15px;
		content: '|';
		font-size: smaller;
		color: #000;
		top: 2px;
	}
	.theme_vermontpsych .navbar-nav>li.last_paddingnone {
		padding-right: 0;
	}
	.theme_vermontpsych .navbar-nav>li.active a {
		color: #349b45;
	}
	.theme_vermontpsych header.headerfixed .navbar-nav>li a {
		padding-top: 2.5rem;
		padding-bottom: 2.5rem;
	}
	.theme_vermontpsych header.headerfixed .navbar-nav>li b.dropdown-toggle {
		top: 2.4rem;
	}
	.theme_vermontpsych header.headerfixed nav.menudiv .navbar-brand .logo-main {
		max-width: 65px;
		margin-top: 1rem;
	}
	.theme_vermontpsych header.headerfixed .navbar-nav {
		margin-top: 0;
	}
	.theme_vermontpsych .navbar-nav>li>a:hover {
		opacity: 0.7;
		transition: all 0.4s ease-in-out;
		font-size: 105%;
	}
	.theme_vermontpsych ul.navbar-nav li.dropdown .dropdown-menu.dropdown-submenu {
		visibility: hidden;
		opacity: 0;
		left: 100%;
		top: 0;
		margin-top: 0;
		display: none;
	}
	.theme_vermontpsych ul.navbar-nav .dropdown-menu .dropdown:hover .dropdown-menu.dropdown-submenu {
		visibility: visible;
		opacity: 1;
		display: block;
	}
	.theme_vermontpsych ul.navbar-nav li.dropdown:hover ul.dropdown-menu {
		visibility: visible;
		opacity: 1;
		-webkit-animation: flipInY .6s ease-in-out;
		animation: flipInY .6s ease-in-out;
		-webkit-backface-visibility: visible !important;
		backface-visibility: visible !important;
	}

	@-webkit-keyframes flipInY {
		0% {
			-webkit-animation-timing-function: ease-in;
			animation-timing-function: ease-in;
			opacity: 0;
			-webkit-transform: perspective(400px) rotateY(90deg);
			transform: perspective(400px) rotateY(90deg)
		}

		40% {
			-webkit-animation-timing-function: ease-in;
			animation-timing-function: ease-in;
			-webkit-transform: perspective(400px) rotateY(-20deg);
			transform: perspective(400px) rotateY(-20deg)
		}

		60% {
			opacity: 1;
			-webkit-transform: perspective(400px) rotateY(10deg);
			transform: perspective(400px) rotateY(10deg)
		}

		80% {
			-webkit-transform: perspective(400px) rotateY(-5deg);
			transform: perspective(400px) rotateY(-5deg)
		}

		to {
			-webkit-transform: perspective(400px);
			transform: perspective(400px)
		}
	}

	@keyframes flipInY {
		0% {
			-webkit-animation-timing-function: ease-in;
			animation-timing-function: ease-in;
			opacity: 0;
			-webkit-transform: perspective(400px) rotateY(90deg);
			transform: perspective(400px) rotateY(90deg)
		}

		40% {
			-webkit-animation-timing-function: ease-in;
			animation-timing-function: ease-in;
			-webkit-transform: perspective(400px) rotateY(-20deg);
			transform: perspective(400px) rotateY(-20deg)
		}

		60% {
			opacity: 1;
			-webkit-transform: perspective(400px) rotateY(10deg);
			transform: perspective(400px) rotateY(10deg)
		}

		80% {
			-webkit-transform: perspective(400px) rotateY(-5deg);
			transform: perspective(400px) rotateY(-5deg)
		}

		to {
			-webkit-transform: perspective(400px);
			transform: perspective(400px)
		}
	}

	.theme_vermontpsych .navbar-nav>li b.dropdown-toggle {

		font-size: 17px;
		font-weight: bold;
		margin-left: 3px;
	}

	.theme_vermontpsych ul.navbar-nav li.dropdown ul.dropdown-menu {
		display: block;
		visibility: hidden;
		opacity: 0;
		transition: all 0.3s ease-in-out 0s;
		padding: 20px 0px;
		background: rgb(255 255 255);
		border-radius: 0px;
		border-width: 3px 0px 0px;
		border-right-style: initial;
		border-bottom-style: initial;
		border-left-style: initial;
		border-right-color: initial;
		border-bottom-color: initial;
		border-left-color: initial;
		border-image: initial;
		border-top-style: solid;
		border-top-color: #99c2d6;
		min-width: 240px;
		margin-top: 0;
		box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
		-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
		-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
		-webkit-transform: translateZ(0);
		max-width: 240px;
	}
}
@media only screen and (max-width:980px) {
	.navbar-brand>img {max-height: 60px;}
	.theme_vermontpsych header .navbar-header .navbar-brand {
		max-width: 220px;
		padding: 2.5rem 0 0 0;
	}
	.theme_vermontpsych nav.menudiv .navbar-brand {
		margin-top: 8px;
		margin-left: 35px;
	}
	.theme_vermontpsych .top_links li a {
		color: #666;
		font-weight: 600;
	}
	.theme_vermontpsych .navbar-header {
		float: none;
	}
	.theme_vermontpsych .navbar-collapse.collapse {
		display: none !important;
	}
	.theme_vermontpsych .navbar-toggle {
		display: block;
		margin-right: 35px;
		margin: 0;
		padding: 0;
		color: #2ea3f2;
	}
	.theme_vermontpsych nav.menudiv .navbar-brand .logo-main {
		max-width: 65px;
	}
	.theme_vermontpsych .navbar-collapse.collapse.in {
		display: block !important;
	}
	.theme_vermontpsych nav {
		justify-content: space-between;
		display: block;
	}
	.theme_vermontpsych .navbar-toggle {
		font-size: 1.8rem;
	}
	.theme_vermontpsych #navbarCollapse {
		position: absolute;
		padding: 5%;
		background: #fff;
		border-top: 3px solid #349b45;
		box-shadow: 0 2px 5px rgba(0,0,0,.1);
		-moz-box-shadow: 0 2px 5px rgba(0,0,0,.1);
		-webkit-box-shadow: 0 2px 5px rgba(0,0,0,.1);
		margin: 0 auto;
		left: 0;
		right: 0;
		max-width: 92%;
		margin-top: 9px;
	}
	.theme_vermontpsych #navbarCollapse ul {
		margin: 0;
		padding: 0;
		position: relative;
		display: block;
		border: 0;
		min-width: 100%;
		box-shadow: none;
		outline: none;
		border-radius: 0;
	}
	.theme_vermontpsych .navbar-nav>li {
		float: none;
		display: inline-block;
		width: 100%;
		text-align: left;
	}
	.theme_vermontpsych ul.navbar-nav li.dropdown ul.dropdown-menu li a {
		white-space: normal;
	}
	.theme_vermontpsych .nav .open>a,
	.theme_vermontpsych .nav .open>a:focus,
	.theme_vermontpsych .nav .open>a:hover {
		background: none;
	}

	.theme_vermontpsych ul.navbar-nav li.dropdown ul.dropdown-menu li a {
		color: #349b45;
		padding: 12px 5% !important;
		font-size: 14px;
	}
	.theme_vermontpsych .navbar-nav>li.dropdown>a {
		font-weight: 700;
		background-color: rgba(0, 0, 0, .03);
	}
	.theme_vermontpsych .navbar-nav li.dropdown.open>a {
		color: #d6c695 !important;
	}
	.theme_vermontpsych .navbar-nav>li b.dropdown-toggle {
		position: absolute;
		right: 5px;
		top: 7px;
		color: #fff;
		font-size: 2rem;
		cursor: pointer;
		min-width: 23px;
		text-align: center;
		z-index: 9;
	}

	.theme_vermontpsych .navbar-nav>li.dropdown>.dropdown-menu {
		padding-left: 10px !important;
	}
	.theme_vermontpsych .navbar-nav>li a {
		color: #349b45;
		padding: 10px 5%;
		border-bottom: 1px solid rgba(0, 0, 0, .03);
		font-size: 14px;
	}
	.theme_vermontpsych .mobile-link {
		display: block !important;
	}
	.theme_vermontpsych .mobile_bg {
		text-align: left;
		background-color: rgba(0, 0, 0, 0.05);
		border-radius: 5px;
		padding: 5px 10px;
		max-width: 92%;
		margin: 20px auto;
		display: flex;
		align-items: center;
		justify-content: space-between;

	}
	.theme_vermontpsych .mobile_bg .select_page {
		color: #349b45;
		font-weight: 600;
	}
	.theme_vermontpsych .f-logo img  {max-width: 80px;}
	.theme_vermontpsych .footer {
		padding: 80px 0;
	}
}

@media only screen and (max-width:767px) {
	.theme_vermontpsych #navbarCollapse {
		max-width: 92%;
	}
	.theme_vermontpsych .footer {
		padding: 20px 0;
	}
}

/*monday#5119225024*/
.ProductDetailPortion .ce21PriceDetail span:nth-child(1),
.clsProductPriceItem.CE21_ProductDetail_ProductPriceItem span:nth-child(1){
	font-weight:bold;
}

/*monday#7923183142*/
.outsideframe .ce21_logo{
 	justify-content: center;
    display: flex;
    margin: 0px 0px 0px 35px;
}.event_1{background-color: #83b9eb !important;color:black !important;}.event_icon_1{color: #83b9eb !important;font-size:20px;}.event_icon_1:hover,.event_icon_1:focus{text-decoration:none;}.productTypeTagColor1,.productTypeTagColor1:hover { background-color:#83b9eb;color:black !important; }.event_10{background-color: #8e7cc3 !important;color:black !important;}.event_icon_10{color: #8e7cc3 !important;font-size:20px;}.event_icon_10:hover,.event_icon_10:focus{text-decoration:none;}.productTypeTagColor10,.productTypeTagColor10:hover { background-color:#8e7cc3;color:black !important; }.event_11{background-color: #6aa84f !important;color:black !important;}.event_icon_11{color: #6aa84f !important;font-size:20px;}.event_icon_11:hover,.event_icon_11:focus{text-decoration:none;}.productTypeTagColor11,.productTypeTagColor11:hover { background-color:#6aa84f;color:black !important; }.event_-11{background-color: #7474d9 !important;color:black !important;}.event_icon_-11{color: #7474d9 !important;font-size:20px;}.event_icon_-11:hover,.event_icon_-11:focus{text-decoration:none;}.productTypeTagColor-11,.productTypeTagColor-11:hover { background-color:#7474d9;color:black !important; }.event_12{background-color: #f1c232 !important;color:black !important;}.event_icon_12{color: #f1c232 !important;font-size:20px;}.event_icon_12:hover,.event_icon_12:focus{text-decoration:none;}.productTypeTagColor12,.productTypeTagColor12:hover { background-color:#f1c232;color:black !important; }.event_-12{background-color: #bb93d5 !important;color:black !important;}.event_icon_-12{color: #bb93d5 !important;font-size:20px;}.event_icon_-12:hover,.event_icon_-12:focus{text-decoration:none;}.productTypeTagColor-12,.productTypeTagColor-12:hover { background-color:#bb93d5;color:black !important; }.event_13{background-color: #315178 !important;color:black !important;}.event_icon_13{color: #315178 !important;font-size:20px;}.event_icon_13:hover,.event_icon_13:focus{text-decoration:none;}.productTypeTagColor13,.productTypeTagColor13:hover { background-color:#315178;color:black !important; }.event_-13{background-color: #91d773 !important;color:black !important;}.event_icon_-13{color: #91d773 !important;font-size:20px;}.event_icon_-13:hover,.event_icon_-13:focus{text-decoration:none;}.productTypeTagColor-13,.productTypeTagColor-13:hover { background-color:#91d773;color:black !important; }.event_14{background-color: #6aa84f !important;color:black !important;}.event_icon_14{color: #6aa84f !important;font-size:20px;}.event_icon_14:hover,.event_icon_14:focus{text-decoration:none;}.productTypeTagColor14,.productTypeTagColor14:hover { background-color:#6aa84f;color:black !important; }.event_-14{background-color: #bb93d5 !important;color:black !important;}.event_icon_-14{color: #bb93d5 !important;font-size:20px;}.event_icon_-14:hover,.event_icon_-14:focus{text-decoration:none;}.productTypeTagColor-14,.productTypeTagColor-14:hover { background-color:#bb93d5;color:black !important; }.event_15{background-color: #bf9000 !important;color:black !important;}.event_icon_15{color: #bf9000 !important;font-size:20px;}.event_icon_15:hover,.event_icon_15:focus{text-decoration:none;}.productTypeTagColor15,.productTypeTagColor15:hover { background-color:#bf9000;color:black !important; }.event_-15{background-color: #FF8633 !important;color:black !important;}.event_icon_-15{color: #FF8633 !important;font-size:20px;}.event_icon_-15:hover,.event_icon_-15:focus{text-decoration:none;}.productTypeTagColor-15,.productTypeTagColor-15:hover { background-color:#FF8633;color:black !important; }.event_16{background-color: #bf9000 !important;color:black !important;}.event_icon_16{color: #bf9000 !important;font-size:20px;}.event_icon_16:hover,.event_icon_16:focus{text-decoration:none;}.productTypeTagColor16,.productTypeTagColor16:hover { background-color:#bf9000;color:black !important; }.event_-16{background-color: #e8eae7 !important;color:black !important;}.event_icon_-16{color: #e8eae7 !important;font-size:20px;}.event_icon_-16:hover,.event_icon_-16:focus{text-decoration:none;}.productTypeTagColor-16,.productTypeTagColor-16:hover { background-color:#e8eae7;color:black !important; }.event_2{background-color: #6aa84f !important;color:black !important;}.event_icon_2{color: #6aa84f !important;font-size:20px;}.event_icon_2:hover,.event_icon_2:focus{text-decoration:none;}.productTypeTagColor2,.productTypeTagColor2:hover { background-color:#6aa84f;color:black !important; }.event_3{background-color: #dd9d5a !important;color:black !important;}.event_icon_3{color: #dd9d5a !important;font-size:20px;}.event_icon_3:hover,.event_icon_3:focus{text-decoration:none;}.productTypeTagColor3,.productTypeTagColor3:hover { background-color:#dd9d5a;color:black !important; }.event_4{background-color: #3181cb !important;color:black !important;}.event_icon_4{color: #3181cb !important;font-size:20px;}.event_icon_4:hover,.event_icon_4:focus{text-decoration:none;}.productTypeTagColor4,.productTypeTagColor4:hover { background-color:#3181cb;color:black !important; }.event_5{background-color: #e06666 !important;color:black !important;}.event_icon_5{color: #e06666 !important;font-size:20px;}.event_icon_5:hover,.event_icon_5:focus{text-decoration:none;}.productTypeTagColor5,.productTypeTagColor5:hover { background-color:#e06666;color:black !important; }.event_6{background-color: #ffe599 !important;color:black !important;}.event_icon_6{color: #ffe599 !important;font-size:20px;}.event_icon_6:hover,.event_icon_6:focus{text-decoration:none;}.productTypeTagColor6,.productTypeTagColor6:hover { background-color:#ffe599;color:black !important; }.event_7{background-color: #c27ba0 !important;color:black !important;}.event_icon_7{color: #c27ba0 !important;font-size:20px;}.event_icon_7:hover,.event_icon_7:focus{text-decoration:none;}.productTypeTagColor7,.productTypeTagColor7:hover { background-color:#c27ba0;color:black !important; }.event_8{background-color: #45818e !important;color:black !important;}.event_icon_8{color: #45818e !important;font-size:20px;}.event_icon_8:hover,.event_icon_8:focus{text-decoration:none;}.productTypeTagColor8,.productTypeTagColor8:hover { background-color:#45818e;color:black !important; }.event_9{background-color: #bf9000 !important;color:black !important;}.event_icon_9{color: #bf9000 !important;font-size:20px;}.event_icon_9:hover,.event_icon_9:focus{text-decoration:none;}.productTypeTagColor9,.productTypeTagColor9:hover { background-color:#bf9000;color:black !important; }.otherProductTypeTagColor228,.otherProductTypeTagColor228:hover { background-color:#6aa84f !important;color:white !important; }