/* CSS Document */
html {}
body, div, h1, h2, h3, li, ul, p, header, nav, section {
	margin:0px;
	padding:0px;
	font-size:100%;
}
body {
	font-family: 'Open Sans', sans-serif;
    font-style: normal;
	font-size: 14px;
	color: #231f20;
}
a ,img{outline: none;}
input, textarea, select {outline: none;}
.clear {clear: both;}
h1{
	font-size: 18px;
	font-weight: 500;
	margin: 20px 0;
	text-transform: uppercase;
}
h2{
	font-size: 18px;
    font-weight: 400;
	margin: 20px 0
}
.fleft {float: left}
.fright {float: right}
header {
	width: 100%;
	overflow: auto;
	min-height: 120px;
}
.logo {
	float: left;
	margin: 36px 0 15px 0;
}
.logo img {
	width: 100%;
}
.header_msg {
    float: left;
    margin: 36px 0 30px 30px;
}
.header_msg p {
	font-size: 12px;
}
.login_btn {
	float: right;
	margin-top: 36px;
}
.login_btn a {
	background: url(../images/member-icon.png) no-repeat #231f20 10px center;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    padding: 10px 20px 10px 34px;
    font-weight: 300;
    display: block;
}
.nav_bar {
	background: #217cc1;
}
nav {
	float: right;
	clear: right;
}
nav ul {
	list-style-type: none;
}
nav ul li {
	display: inline-block;
	padding: 10px 0;
}
nav ul li:last-child {
	margin-right: 0;
}
nav ul li a {
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	font-weight: 500;
	border-right: 1px solid #fff;
    padding: 2px 10px;
}
nav ul li:last-child a {
	border: 0;
}
nav ul li a img {
	vertical-align: baseline;
}
nav .submenu {
	display: none;
	position: absolute;
	z-index: 100;
	padding-top: 10px;
    margin-left: -4px;
}
nav .submenu li {
	display: block;
    border-bottom: 1px solid #fff;
    width: 180px;
    background: #414042;
	padding: 0;
}
nav .submenu li  a{
	color: #fff;
    padding: 6px;
    display: block;
    font-weight: 400;
	border: 0;
}
nav .submenu li  a:hover {
	background: #231f20;
}
menu {
	display: none;
	float: left;
	padding: 0;
}
#menu {
	display: none;
}
.menu {
	list-style-type: none;
    padding: 4px 0 0;
    margin: 0;
    position: absolute;
	right: 38px;
    z-index: 1;
    margin-top: 6px;
    width: 200px;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.6);
}
.menu li {
	background-color: #414042;
}
.menu li:hover {
	background-color: #231f20;
}
.menu li a{
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	padding: 8px 0;
	border-bottom: 1px solid #fff;
}
.menu ul {
	list-style-type: none;
}
.menu_icon {
	background: #296db6;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    padding: 10px 20px;
    font-weight: 300;
}
.fullwidth {
	width: 100%;
}
.fullwidth img{
	width: 100%;
}
.half_width {
	width: 48%;
	margin-right: 2%;
	float: left;
}
.container {
	width: 90%;
	margin: 0 auto;
	overflow: auto;
}
::-webkit-input-placeholder {
	color:#666;
	font-weight: 400;
}
::-moz-placeholder {
	color:#666;
	font-weight: 400;
}
:-ms-input-placeholder {
	color:#666;
	font-weight: 400;
}
.slide_caption {
	position: absolute;
	top: 20%;
	right: 5%;
	width: 44%;
}
.slide_caption  p {
	font-size: 36px;
	text-align: right;
	color: #fff;
}
.slide_caption  .sub_cap {
	font-weight: 700;
}
.slide_caption  a {
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	font-size: 18px;
	font-weight: 300;
	color: #fff;
	background: #0bb427;
	padding: 12px 16px;
	margin-top: 14px;
	display: inline-block;
	float: right;
}
.slide_caption  a:hover {
	background: #28ca43;
}
.welcome {
	width: 25%;
	background: #217cc1;
	padding: 14px;
	color: #fff;
	float: left;
}
.welcome p {
	margin: 20px 0;
	line-height: 20px;
}
.welcome a {
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	background: #231f20;
	padding: 10px 20px;
	margin-top: 20px;
	display: inline-block;
}
.affiliation_map {
	float: left;
    width: 71%;
}
.count {
    display: flex;
	margin-bottom: 20px;
	flex-direction: column;
	overflow: auto;
}
.count div {
	float: left;
	width: 100%;
	padding: 8px 0;
	text-align: center;
	display: flex;
    /* flex-direction: column; */
    justify-content: space-between;
}
.count div:nth-child(1) p{
	color: yellow ;
	font-family: 'Courier New', Courier, monospace;
	font-size: 30px;
	font-weight: 00;
}
.count div:nth-child(1) {
	background: #ea1c1c;
}
.count div:nth-child(2) {
	/* border-right: 1px solid #e6e7e8;
	border-left: 1px solid #e6e7e8; */
	background: #484a9f;
}
.count div:nth-child(3) {
	background: purple;
}
.count div:nth-child(4) {
	/* border-right: 1px solid #e6e7e8;
	border-left: 1px solid #e6e7e8; */
	background: #a01889;
}
.count div:nth-child(5) {
	background: #fd6a02;
	/* width: 19%; */
}
.count div:nth-child(6) {
	background: #fd6a02;
	/* width: 19%; */
}
.count div:nth-child(7) {
	background: red;
	color:black
	/* width: 19%; */
}
.count p {
	color: #fff;
	font-size: 11px;
	font-weight: 500;
	width: 50%;
}
.count .num {
	font-size: 18px;
	font-weight: 500;
}
.num span {
	cursor: default;
}
.affiliation_map .map {
	float: left;
    width: 62%;
    text-align: center;
	margin-left: 3%;
}
.map_expand {
	z-index: 99;
    position: relative;
    text-align: right;
    top: 10px;
    right: 20px;
}
.map_expand a {
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	background: red;
	padding: 4px 6px;
}
.map_expand a:hover {
	text-decoration: underline;
}
.affiliation_map .abt_map {
	width: 32%;
	float: right;
}
.affiliation_map .abt_map p {
	margin: 10px 0;
    padding-right: 24px;
    text-align: justify;
}
.affiliation_map .abt_map a {
	color: #217cc1;
}
.affiliation_map .abt_map hr {
	padding: 0;
	width: 96%;
}
.demo_band {
	background: #ff9200;
	margin: 40px 0;
}
.feature_bar {
	background: #e6e7e8;
	padding: 40px 0;
	margin: 60px 0;
}
.feature {
	width: 30%;
    float: left;
    text-align: center;
    padding: 1.5%;
}
.feature h1 {
	height: 48px;
}
.feature p {
	margin: 20px 0;
	min-height: 95px;
}
.feature a {
	text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    background: #0bb427;
    padding: 10px 20px;
    display: inline-block;
}
.feature a:hover {
	background: #28ca43;
}
.divider {
	float: left;
	width: 0;
	height: 16em;
	border-right: 1px solid #c7c8ca;
	margin-top: 54px;
}
.gallery_container h1 {
	float: left;
}
.ex_link {
	font-size: 12px;
	color: #231f20;
}

.gallery {
	width: 280px;
	margin-right: 26px;
	margin-bottom: 30px;
	float: left;
}
.gallery a {
	display: block;
	text-decoration: none;
	background: url(../images/view.png) no-repeat center center;
}
.gallery a img {
	vertical-align: top;
	width: 100%;
}
.gallery a:hover img {
	opacity: 0.4;
}
.gallery p {
	background: #217cc1;
    display: block;
    color: #fff;
    text-align: center;
    padding: 20px;
}
.gallery_container .gallery:nth-child(7) {
	margin-right: 0;
}
.full_gallery {
	margin-top: 40px;
}
.full_gallery .gallery:nth-child(4), .full_gallery .gallery:nth-child(8), .full_gallery .gallery:nth-child(12), .full_gallery .gallery:nth-child(16) {
	margin-right: 0;
}
.footer {
	background: #231f20;
	margin-top: 60px;
}
footer {
	width: 90%;
	margin: 0 auto;
	padding: 20px 0;
	overflow: auto;
}
footer p {
	color: #fff;
	font-size: 12px;
	padding: 10px 0 0 0;
}
footer p a {
	color: #fff;
	text-decoration: none;
}
footer p a:hover {
	text-decoration: underline;
}
footer img {
	width: 102px!important;
	padding: 10px 0 0 0;
}
footer .copyright {
	text-align: right;
}
footer .social a {
	margin-left: 12px;
	display: inline-block;
}
footer .social a img {
	width: 20px;
	height: 20px;
	vertical-align: middle;
}
.privy_pop, .terms_pop {
	padding: 20px!important;
	display:none;
}
.privy_pop ul, .terms_pop ul {
	padding-left: 20px;
}
.privy_pop p, .terms_pop p {
	margin: 8px 0;
}
/*inner pages*/
.page_band {
	background: url(../images/page-band-bg.jpg) no-repeat top center #e5e6e8;
	background-blend-mode: luminosity;
	overflow: auto;
}
.page_band p {
	font-size: 30px;
	color: #0bb427;
    padding: 40px 0;
    text-transform: capitalize;
    font-weight: 700;
}
.page_content_bar {
	background: #e6e7e8;
    padding: 40px 0;
}
.page_content {
	margin-top: 20px;
}
.project_content {
	overflow: hidden!important;
}
.page_content p, .project_content p {
	margin: 20px 0;
	text-align: justify;
}
.page_content p span, .project_content p span {
	font-weight: 600;
}
.page_content a, .project_content a {
	text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    background: #0bb427;
    padding: 10px 20px;
    display: inline-block;
}
.page_content a:hover, .project_content a:hover {
	background: #28ca43;
}
.page_content ul {
	padding-left: 20px;
}
.page_content ul li {
	margin-bottom: 10px;
}
.page_img {
	width: 100%;
	max-width: 760px;
}
hr {
	border: 0;
	border-bottom: 1px solid #c7c8ca;
	margin: 20px 0;
	padding: 20px 0;
    clear: both;
}
.dropcap {
	float: left; 
	color: #217cc1; 
	font-size: 60px; 
	line-height: 40px; 
	padding: 4px 8px 8px 3px;
}
.page_figure {
	text-align: center;
}
.page_figure img {
	width: 100%;
	max-width: 720px;
}
.list_layout {
	overflow: hidden;
}
.list_layout ol {
	padding-left: 40px;
}
.list_layout ol li {
	width: 98%;
	margin-bottom: 10px;
	padding: 10px;
	background: #e6e7e8;
}
.pub_date {
	display: block;
	font-weight: 500;
}
.grid_layout {
	overflow: hidden;
}
.grid_layout ul {
	list-style-type: none;
	padding: 0;
}
.grid_layout ul li {
	margin: 0;
	background: #e6e7e8;
}
.grid_layout ul li img {
	max-width: 50%;
	text-align: center;
    vertical-align: text-top;
    margin: 20px auto 0;
    display: inherit;
}
.reg_form ul {
	list-style-type: none;
}
.reg_form ul li {
	width: 48%;
	margin-right: 2%;
	float: left;
	margin-bottom: 10px;
}
.reg_form ul li p {
	margin: 0;
	font-style: italic;
}
.reg_form ul li p a {
	text-transform: none;
}
.reg_form ul .bigli {
	width: 98%;
}
.reg_form label{
	display: block;
	margin-bottom: 4px;
}
.reg_form input[type="text"] {
	height: 38px;
	background-color: #fff;
	border: solid 1px #b5b5b5;
	padding: 0;
	margin: 0;
	width: 98%;
	padding-left: 2%;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #231f20;
}
.reg_form select {
	height: 40px;
	background-color: #fff;
	border: solid 1px #b5b5b5;
	padding: 0;
	margin: 0;
	width: 100%;
	padding-left: 2%;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #231f20;
}
.reg_form input[type="radio"] {
	width: 20px;
    height: 20px;
    vertical-align: -webkit-baseline-middle;
    margin-bottom: 17px;
}
.reg_form textarea {
	height: 90px;
	background-color: #fff;
	border: solid 1px #b5b5b5;
	padding: 0;
	margin: 0;
	width: 98%;
	padding-left: 12px;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #231f20;
	resize: none;
}
.reg_form input[type="file"] {
	font-family: 'Open Sans', sans-serif;
}
.required {
	display: inline-block;
	color: #ff0000;
}
#qfcn_details {
	display: none;
}
#qfcn_details input[type="text"], #usr_typ_dets input[type="text"], #usr_typ_dets select, #indstry_usr_dets input[type="text"], #lab_usr_dets input[type="text"], #int_usr_dets input[type="text"]{
	background-color: #f5f5f5;
}
.reg_form input[type="submit"]{ 
	text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    background: #0bb427;
    padding: 12px 20px;
	margin-top: 20px;
	border: 0;
	cursor: pointer;
}
.reg_form input[type="submit"]:hover {
	background: #28ca43;
}
.login_form ul {
	list-style-type: none;
}
.login_form ul li {
	width: 100%;
	margin-bottom: 10px;
}
.login_form input[type="text"], .login_form input[type="password"] {
	height: 38px;
	background-color: #fff;
	border: solid 1px #b5b5b5;
	padding: 0;
	margin: 0;
	width: 98%;
	padding-left: 2%;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #231f20;
}
.login_form input[type="submit"]{
	text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    background: #0bb427;
    padding: 12px 20px;
	margin-top: 20px;
	border: 0;
	cursor: pointer;
}
.login_form input[type="submit"]:hover {
	background: #28ca43;
}
.reg_form p a, .login_form p a {
	text-decoration: none;
	text-transform: lowercase;
    color: #217cc1;
	font-weight: 500;
    background: none;
    padding: 0;
	margin: 0;
}
.reg_form p a:hover, .login_form p a:hover {
	text-decoration: underline;
	background: none;
}
.poster_pop img {
	width: 100%;
}
#one_add_dtls, #two_add_dtls {
	display: none;
}
.validation_error {
	display: inline-block;
	color: #ff0000;
	margin-left: 6px;
	font-size: 13px;
	font-weight: 600;
}
.user_menu {
	width: 25%;
	float: left;
	margin-right: 2%;
}
.user_content {
	width: 72%;
	float: left;
}
.user_img img {
	vertical-align: bottom;
	width: 100%;
}
.user_img .edit_photo {
	display: block;
	text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    background: #0bb427;
    padding: 10px 20px;
}
.user_img .edit_photo:hover {
    background: #28ca43;
}
.user_menu ul {
	margin: 20px 0 0 0;
    list-style-type: none;
}
.user_menu ul li {
	border-bottom: 1px solid #c7c8ca;
	overflow: auto;
}
.user_menu ul li a {
	text-decoration: none;
	text-transform: capitalize;
	color: #231f20;
	margin: 10px 0;
	display: block;
}
.bordered_panel {
    border: 1px solid #c7c8ca;
    margin-bottom: 20px;
	overflow: auto;
	min-height: 120px;
}
.bordered_panel a {
	color: #217cc1;
}
.panel_header {
    background: #c7c8ca;
    padding: 6px 12px;
}
.panel_header h2 {
	margin: 0;
	text-transform: capitalize;
}
.user_events, .user_profile {
	padding: 12px;
}
.user_events ul, .user_profile ul {
	list-style-type: none;
	margin-bottom: 30px;
}
.user_events ul li {
	margin-bottom: 12px;
}
.user_events hr {
	padding: 0;
}
.user_events ul li span {
	display: block;
}
.user_content .reg_form {
	padding: 12px;
}
.events_list_container {
	width: 47%;
	margin-right: 2%;
	float: left;
}
.events_list {
	padding: 12px;
}
.events_list h2 {
	margin: 0;
	font-size: 16px;
	font-weight: 600;
}
.events_list p {
	margin: 0;
}
.events_list_container hr {
	margin: 0 12px;
	padding: 0;
}
.events_list a {
	text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    background: #0bb427;
    padding: 10px 20px;
    display: inline-block;
	margin-top: 12px;
}
.events_list a:hover {
	background: #28ca43;
}
.contact_form .validation_error {
	font-size: 12px;
}
.contact_form img {
	width: 170px;
	margin-right: 20px;
}
.contact_form h2 {
	margin-bottom: 0;
}
.contact_form p {
	margin: 0;
	text-align: left;
}
.con_details {
	display: inline-block;
}
.user_msg textarea{
	width: 96%;
	height: 60px;
	resize: none;
	font-family: 'Open Sans', sans-serif;
	padding-left: 2%;
	margin-top: 10px;
}
.user_msg input[type="file"]{
	font-family: 'Open Sans', sans-serif;
	margin-top: 10px;
}
.user_msg input[type="submit"]{
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	background: #0bb427;
	padding: 10px 20px;
	display: block;
	margin-top: 10px;
	border: 0;
	cursor: pointer;
 }
.user_msg_list {
 	padding: 12px;
 }
.user_msg_list ul {
    list-style-type: none;
    margin-bottom: 30px;
    border-top: 1px solid #c7c8ca;
    padding-top: 12px;
}
.user_msg_list ul li {
    margin-bottom: 12px;
    border-bottom: 1px solid #c7c8ca;
    padding-bottom: 6px;
}
.user_msg_list ul li span {
 	display: inline-block;
 	width: 33%;
 	font-size: 12px;
 }
.user_msg_list ul li p {
 	margin: 6px 0;
 }
.user_msg_list ul li a {
 	margin-bottom: 12px;
 	display: inline-block;
 }
.ui-tabs .ui-tabs-nav {
    margin: 0 0 20px!important;
}
.ui-tabs .ui-tabs-nav li {
	margin-right: 20px!important;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{
	border-bottom: 2px solid #ccc;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	padding: .5em 0!important;
	color: #231f20;
}
.ui-tabs .ui-tabs-panel {
	padding: 0!important;
}
.visit_req ul {
    list-style-type: none;
    overflow: auto;
    margin: 10px 0;
}
.visit_req ul li {
	width: 48%;
	margin-right: 2%;
    float: left;
    margin-bottom: 10px;
}
.visit_req label {
    display: block;
    margin-bottom: 4px;
}
.visit_req input[type="text"]{
	height: 38px;
    background-color: #fff;
    border: solid 1px #b5b5b5;
    padding: 0;
    margin: 0;
    width: 98%;
    padding-left: 2%;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #231f20;
}
.visit_req input[type="checkbox"] {
    width: 20px;
    height: 20px;
    vertical-align: middle;
}
.visit_req input[type="submit"] {
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    background: #0bb427;
    padding: 10px 20px;
    display: block;
    margin-top: 10px;
    border: 0;
    clear: both;
    cursor: pointer;
}
.visit_req textarea {
    width: 98%;
    height: 60px;
    resize: none;
    font-family: 'Open Sans', sans-serif;
    padding-left: 2%;
    margin-top: 10px;
}
.user_msg_list ul .apprvd span{
	font-weight: 700;
	color: green;
}
.chng_pass {
    padding: 12px;
}
.chng_pass ul {
    list-style-type: none;
}
.chng_pass ul li {
    width: 98%;
    margin-right: 2%;
    float: left;
    margin-bottom: 10px;
}
.chng_pass label {
    display: block;
    margin-bottom: 4px;
}
.chng_pass input[type="password"] {
    height: 38px;
    background-color: #fff;
    border: solid 1px #b5b5b5;
    padding: 0;
    margin: 0;
    width: 98%;
    padding-left: 2%;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #231f20;
}
.chng_pass input[type="submit"] {
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    background: #0bb427;
    padding: 12px 20px;
    margin-top: 20px;
    border: 0;
    cursor: pointer;
}
.simple_link {
	text-decoration: underline!important;
    text-transform: capitalize!important;
    color: #217cc1!important;
    font-weight: 500;
    background: none!important;
    padding: 0!important;
    margin: 0!important;
}
.full_map {
	width: 70%;
	float: left;
	margin-right: 20px;
	text-align: center;
}
.map_data {
	width: 28%;
	float: left;
	height: 894px;
}
.full_map .count p {
	font-size: 12px;
}
.full_map .count .num {
    font-size: 18px;
    font-weight: 500;
}
.map_data h1 {
	margin: 0;
}
.map_data h2 {
	font-size: 16px;
	font-weight: 600;
}
.map_data p {
	font-weight: 600;
	margin-bottom: 10px;
}
.map_data ul {
	list-style-type: none;
}
.map_data ul li {
	width: 96%;
	font-size: 12px;
	padding: 4px 0;
	border-bottom: 1px dotted #aaa;
}
.map_data ul .inst_hover:hover {
	text-decoration: underline;
	color: #217cc1;
	cursor: pointer;
}
.back_link {
	color: #217cc1;
	margin-top: 10px;
    display: block;
}
.sitemap {
	margin-top: 20px;
}
.sitemap ul {
	list-style-type: circle;
	padding-left: 20px;
}
.sitemap a {
	text-decoration: none;
    color: #217cc1;
    font-weight: 500;
}
.sitemap a:hover {
	text-decoration: underline;
}
.error_page h2{
	color: red;
}
.photo_upload {
	margin: 10px 0;
}
.photo_upload p {
	font-size: 12px;
	font-style: italic;
	color: #414042;
	margin-bottom: 10px;
}
.photo_upload input[type="file"] {
	width: 200px;
	font-family: 'Open Sans', sans-serif;
}
.photo_upload input[type="submit"] {
	float: right;
	text-transform: uppercase;
    text-align: center;
    color: #fff;
    background: #0bb427;
	border: 0;
	padding-bottom: 1px;
	font-family: 'Open Sans', sans-serif;
}
.ev_archives ol, .ev_archives ul {
	padding-left: 24px;
	margin: 0;
}
.ev_arch_cal .ul_head {
	list-style-type: none;
	background: #217cc1!important;
	color: #fff;
}
.ev_arch_cal ul {
	border: 1px solid #c7c8ca;
	border-bottom: 0;
	padding-left: 0;
}
.ev_arch_cal ul:nth-child(even) {
	background: #e6e7e8;
}
.ev_arch_cal ul:last-child {
	border-bottom: 1px solid #c7c8ca;
}
.ev_arch_cal ul li {
	display: inline-block;
	width: 16%;
	margin: 0;
	padding: 4px 0;
}
.ev_arch_cal ul li:first-child {
	width: 50px;
    text-align: center;
}
.ev_arch_cal ul li:nth-child(2) {
	width: 30%;
}
.team_mmbr {
	width: 24%;
	float: left;
	min-width: 200px;
	margin: 10px 10px 20px 0;
}
.team_mmbr img {
	float: left;
}
.mmbr_dets {
	float: left;
	clear: both;
}
.mmbr_dets span {
	display: block;
	font-size: 12px;
}
.mmbr_dets span:first-child {
    font-weight: 500;
    font-size: 14px;
}
.tooltip_styling {
	background: #e0e0e0;
	color: #231f20;
}
.ui-tooltip {
    padding: 8px 20px!important;
    border-radius: 28px;
    font-size: 12px;
    font-weight: 600;
}
.arrow {
	width: 70px;
	height: 16px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	margin-left: -35px;
	bottom: -16px;
}
.arrow.top {
	top: -16px;
	bottom: auto;
}
.arrow.left {
	left: 20%;
}
.arrow:after {
	content: "";
	position: absolute;
	left: 20px;
	top: -20px;
	width: 25px;
	height: 25px;
	box-shadow: 6px 5px 9px -9px black;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	background: #e0e0e0;
	border: 2px solid #231f20;
}
.arrow.top:after {
	bottom: -20px;
	top: auto;
}
.parent_logos {
	float: left;
	margin: 20px 0 10px 30px;
}
.parent_logos img {
	max-width: 420px;
}
.grid_layout .ui-accordion .ui-accordion-header {
	font-weight: 600;
	outline: none;
	background: #c7c8ca;
}
.grid_layout .ui-accordion p {
	margin: 0;
}
.grid_layout .ui-accordion .ui-icon-triangle-1-s {
	background: url(../images/1-s.png);
	width: 13px;
	height: 13px;
}
.grid_layout .ui-accordion .ui-icon-triangle-1-e {
	background: url(../images/1-e.png);
	width: 13px;
	height: 13px;
}