/*start common css for all theme*/ 
.headersection { 
    margin-left: 0px; 
    margin-right: 0px; 
    display: block !important; 
} 
body { 
    padding-top: 0px; 
    font-family: "Lato", sans-serif !important; 
} 
.footer-top, .footer-bottom { 
    margin-left: 0px; 
    margin-right: 0px; 
}  
.container2 { 
    margin-top: 0px; 
} 
.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*/ 
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

.theme_illinoispsychology {
	font-family: "Lato", sans-serif;
	color      : #0E2440;
	font-size  : 16px !important;
	font-weight: 400;
	position: relative;
	background-color: #e0cfb5;
    background-image: url('https://cdn.ce21.com/global/ce21_illinoispsychology_backgroundImage.png');
    background-position: center top;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: fixed;

}
.theme_illinoispsychology .container {
	width: 1050px;
}
.theme_illinoispsychology .header .container {
	padding: 0;
}
.theme_illinoispsychology header:after,
.theme_illinoispsychology .menudiv:after,
.theme_illinoispsychology footer:after {
	content: "";
	display: table;
	clear  : both;
}
.theme_illinoispsychology nav {
	margin-bottom  : 0;
	border         : 0;
	min-height     : auto;
	display        : -webkit-box;
	display        : -moz-box;
	display        : -ms-flexbox;
	display        : -webkit-flex;
	display        : flex;
	align-items    : center;
	justify-content: flex-end;
	margin-left: 10px;
}
.theme_illinoispsychology .site-header-left,
.theme_illinoispsychology .site-header-right {
	-ms-flex-positive: 1;
    -ms-flex-negative: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.theme_illinoispsychology .site-header-left {
	background-color: #153761;
    margin-right: -2px;
}
.theme_illinoispsychology .header-main {
	display: flex;
	flex: 0 0 auto;
}
.theme_illinoispsychology .header-main>* {
	flex: 0 0 50%;
}
.theme_illinoispsychology  .site-branding {
	background-color: #153761;
}
.theme_illinoispsychology  .site-branding img {
	max-width: 345px;
	position: relative;
	top: 10px;
}
.theme_illinoispsychology nav {
	margin-left: 0;
	background: rgba(255,255,255,.85);
	position: relative;
}
.theme_illinoispsychology .navbar-nav {
	display: flex;
	flex-wrap: wrap;
	padding: 20px 30px 50px 50px;
	margin: 0;
}
.theme_illinoispsychology .navbar-nav>li {
	position: relative;
	display: block;
	padding: 0 20px;
	margin-bottom: 10px;
	width: 50%;
}
.theme_illinoispsychology .navbar-nav>li a {
	font-size: 16px;
    color: #333;
    padding: 0;
    position: relative;
    font-weight: 700;
}
.theme_illinoispsychology .navbar-nav>li a:hover {
	background: transparent;
	color: #EFB259;
	text-decoration: underline;
}
.theme_illinoispsychology .navbar-collapse {
	padding: 0;
	height: auto !important;
}
.theme_illinoispsychology header {
	top             : 0;
	z-index         : 9;
	transition: all .3s ease;
	display: flex;
}
body {
	margin: 0;
}
.theme_illinoispsychology .search-form .search-icon {
	position: absolute;
    bottom: 0;
    left: -50px;
	margin: 0;
}
.theme_illinoispsychology .search-form .input-text {
	background-color: #fff;
	width: 100%;
	min-height: 50px;
	position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
	padding: 15px 70px 15px 20px;
	border: 0;
	font-size: 14px;
	line-height: 1.2;
	font-family: "Playfair Display", serif;
	color: #0e2440;
	display: none;
}
.theme_illinoispsychology .search-form .input-text:focus {
	outline: none;
}
.theme_illinoispsychology .search-form .search-icon .btn {
    width: 50px;
    height: 50px;
    border-radius: 0;
    margin: 0;
    background: #E6EEF1;
    padding: 6px 12px;
    font-size: 29px;
    display: flex;
    justify-content: center;
    align-items: center;
	transition: all 0.5s;
}
.theme_illinoispsychology .search-form .search-icon .btn:focus {
	outline: none;
}
.theme_illinoispsychology .search-form .search-icon.active .btn {
	background: #EFB259;
}
.theme_illinoispsychology .search-form .close-search {
    position: absolute;
    bottom: 0;
    right: 20px;
    font-size: 28px;
    line-height: 50px;
    color: #888;
    text-decoration: none;
	display: none;
}
.theme_illinoispsychology .search-form .search-icon.active ~ .close-search,
.theme_illinoispsychology .search-form .search-icon.active ~ .input-text {
	display: block;
}

/*Footer css*/
.theme_illinoispsychology footer {
	margin: 20px auto 0;
	max-width: 1050px;
}
.theme_illinoispsychology footer .footer-main {
	background-color: #FFF;
	padding: 50px 80px 10px;
}
.theme_illinoispsychology .footer-col ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.theme_illinoispsychology .footer-col {
	padding-left: 29px;
}
.theme_illinoispsychology .footer-col h3 {
	font-size: 16px;
	font-family: "Playfair Display", serif;
    font-size: 1.6rem;
    color: #27ADDA;
	margin-bottom: 16px;
	font-weight: 700;
}
.theme_illinoispsychology .footer-col ul li {
	margin-bottom: 5px;
}
.theme_illinoispsychology .footer-col.left ul li {
	margin-bottom: 12px;
}
.theme_illinoispsychology .footer-col.left ul li a {
	font-size: 16px;
	line-height: 16px;
	line-height: normal;
	color: #333;
	font-weight: 700;
}
.theme_illinoispsychology .footer-col.left ul li a:hover {
	color: #EFB259;
	text-decoration: underline;
}
.theme_illinoispsychology .footer-col.left ul li a.active {
	color: #EFB259;
}
.theme_illinoispsychology .footer-col ul li a {
	font-size: 14px;
	font-weight: normal;
	color: #333;
	line-height: 18px;
}
.theme_illinoispsychology .footer-col ul li a:hover {
	color: #27ADDA;
	text-decoration: none;
}
.theme_illinoispsychology .footer-contact-info {
	text-align: center;
}
.theme_illinoispsychology .footer-contact-info .call-us {
	font-size: 21px;
	font-family: "Playfair Display", serif;
    border-top: solid 2px #EFB259;
    border-bottom: solid 2px #EFB259;
    margin-top: 20px;
	margin-bottom: 14px;
    padding: 15px 0;
    font-weight: 700;
	color: #333;
}
.theme_illinoispsychology .footer-contact-info .call-us p {
	margin: 0;
}
.theme_illinoispsychology .footer-contact-info .call-us a {
	color: #333;
}
.theme_illinoispsychology .adderss-wrap p,
.theme_illinoispsychology .adderss-wrap p a,
.theme_illinoispsychology .adderss-wrap address {
	margin: 0;
	font-size: 14px;
	color: #333;
}
.theme_illinoispsychology .adderss-wrap address {
	margin: 14px 0;
}
.theme_illinoispsychology .site-info {
	padding: 0 8px;
	margin: 20px 0;
	display: flex;
	justify-content: space-between;
}
.theme_illinoispsychology .site-info img {
	max-width: 250px;
}
.theme_illinoispsychology .site-info p {
	font-size: 12px;
	color: #333;
	margin: 0;
}


@media (max-width: 1070px) {
	.theme_illinoispsychology .site-header-left, .theme_illinoispsychology .site-header-right {display: none;}
}
@media (min-width: 641px) and (max-width: 979px) {
	.theme_illinoispsychology .site-branding {
		flex: 0 0 27%;
	}
	.theme_illinoispsychology .header-main nav {flex: 0 0 73%;}
	.theme_illinoispsychology .site-branding {padding: 15px;}
	.theme_illinoispsychology .site-branding a {max-width: 100%;}
	.theme_illinoispsychology .navbar-nav>li {margin-bottom: 20px;}
}
@media (min-width: 641px) {
	.theme_illinoispsychology .navbar-collapse.collapse {
		display: block !important;
	}
	.theme_illinoispsychology .navbar-toggle {
		display: none;
	}
}
@media (max-width: 979px) {
	.theme_illinoispsychology .navbar-nav>li a {font-size: 22px;}
}
@media (max-width: 767px) {
	.theme_illinoispsychology .footer-col {
		padding-left: 0;
	}
	.theme_illinoispsychology footer .footer-main .row>* {
		width: 33.333%;
	}
}
@media (max-width: 640px) {
	.theme_illinoispsychology footer .footer-main .row>* {
		width: 100%;
	}
	.theme_illinoispsychology .header-main {flex-wrap: wrap;}
	.theme_illinoispsychology footer .footer-main {padding: 30px;}
	.theme_illinoispsychology .site-info {flex-direction: column-reverse; justify-content: center; align-items: center;}
	.theme_illinoispsychology .site-info p {
		text-align: center;
	}
	.theme_illinoispsychology .site-info img {margin-bottom: 20px;}
	.theme_illinoispsychology .footer-contact-info .call-us {font-size: 18px;}
	.theme_illinoispsychology .header-main>* {flex: 0 0 100%;}
	.theme_illinoispsychology .site-branding img {
		max-width: 248px;
		display: block;
		top: inherit;
		margin: 0 auto -8px;
		z-index: 9;
	}
	.theme_illinoispsychology .toggle-wrap {background: #05152A; width: 100%; display: flex; justify-content: center; min-height: 50px;}
	.theme_illinoispsychology .navbar-toggle .icon-bar {background-color: white;}
	.theme_illinoispsychology .navbar-toggle {    
		margin: 8px auto;
		font-size: 22px;
		color: white;
		padding: 0;
	}
	.theme_illinoispsychology .header-main>* {
		flex-wrap: wrap;
		width: 100%;
	}
	.theme_illinoispsychology .navbar-nav {padding: 30px; margin: 0;}
	.theme_illinoispsychology .navbar-nav>li {width: 100%; margin-bottom: 20px;}
	.theme_illinoispsychology .search-form {display: flex;}
	.theme_illinoispsychology .search-form .search-icon {position: inherit; flex: 0 0 50px;}
	.theme_illinoispsychology .search-form .input-text {
		position: inherit;
		display: block !important;
	}
	.theme_illinoispsychology .search-form .close-search {
		display: none !important;
	}
	.theme_illinoispsychology .search-form .search-icon .btn {
		background: #EFB259;
	}
	.theme_illinoispsychology .navbar-toggle .menu-hide {display: none;}
	.theme_illinoispsychology .navbar-toggle:not(.collapsed) .menu-hide {display: block;}
	.theme_illinoispsychology .navbar-toggle:not(.collapsed) .menu-show {display: none;}
}

#footer .theme_illinoispsychology{
	display: flex;
}.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; }