/*-------------------- high level structure --------------------*/
#container,
header,
nav,
section#footer {
	width:1366px;
	margin:0 auto;
	clear:both;
}

#container {
	position:relative;
}

html body.mobile.admin-menu {
	margin-top:0 !important;
}

body.mobile #admin-menu {
	display:none;
}

/*-------------------- header --------------------*/
#ie_message {
	display:none;
}

.ie7 #ie_message,
.ie8 #ie_message {
	display:block;
	background-color:#c20016;
	color:#fff;
	font-family:open_sansregular;
	height:63px;
	font-size:15px;
}

.ie7 #ie_message strong,
.ie8 #ie_message strong {
	font-family:open_sansbold;
}

.ie7 #ie_message p,
.ie8 #ie_message p {
	margin:0.67em 0 0.67em 80px;
	float:left;
}

.ie7 #ie_message a,
.ie8 #ie_message a {
	float:right;
	margin:0.5em;
}

.ie7 #ie_message a.ff,
.ie8 #ie_message a.ff {
	margin-right:80px;
}

header {
	height:71px;
	padding:0 80px;
	box-sizing:border-box;
}

.ie7 header {
	width:1206px;
	position:relative;
	z-index:9999;
}

#logo {
	position:absolute;
	left:80px;
	top:17px;
}

#logo img {
	padding:0;
	width:220px;
	height:auto;
}

section#nav-container {
	background:none;
	border-bottom:3px solid #ccc;
	padding:0 80px 1.2em 0;
	width:100%;
	box-sizing:border-box;
	height:35px;
}

.ie7 section#nav-container {
	width:100%;
	z-index:99950;
	padding:0;
}

nav {
	width:auto;
	float:right;
	margin-top:-10px;
}

.ie7 nav > ul {
	margin-right:80px;
}

nav li ul {
	background-color:transparent;
	opacity:0;
	transition:opacity .3s;
    z-index:10000;
}

nav > ul > li {
	border:none !important;
	background-color:transparent !important;
	margin:0 0 0 3.9em;
	padding:0 !important;
}

nav > ul > li:first-child {
	margin-left:0;
}

nav > ul > li:last-child {
}

nav > ul > li > a,
nav > ul > li > a:active {
	color:#00a651 !important;
	font-size:18px;
	font-family:open_sanssemibold;
	background-color:transparent !important;
	padding:0 0 15px !important;
}

nav > ul > li > a:hover {
	color:#00a651;
	background-color:transparent !important;
	text-decoration:none;
}

nav > ul > li > a:after {
	font-family:FontAwesome;
	content:'\f054';
	color:#1c2a2a;
	font-size:12px;
	margin-left:3.5em;
	display:inline-block;
	width:0.5em;
}	

nav > ul > li > a:hover:after {
	content:'\f078';
}	

nav ul > li > ul {
	border: none;
    margin-top: -13px;
    background-color: #fff;
    border-top: 3px solid #ccc;
    box-shadow: 0 1px 3px #ccc;		
	


}

#nav-container .advance_checkin {
	height:30px;
    line-height:30px;
    width:75%;
    margin-top:0.333em;
	font-size:13px;
}

#nav-container .advance_checkin:after {
    line-height:30px;
}

#nav-container .col_zero {
	float:left;
    width:230px;
    margin-right:30px;
}

#nav-container .col_zero p {
	font-family:open_sansregular;
	font-size:13px;
}

nav .topnav0 .left_col > li:first-child {
	margin-bottom:1.75em;
}

nav li.topnav2:hover > ul {
	left:736px;
}

nav li.topnav2 > ul > div > li > a:hover {
	text-decoration:none;
}

nav li.topnav2 > ul > div > li > a[href]:hover {
	text-decoration:underline;
}

nav li:hover ul {
	opacity:1;
}

body.tablet nav li:hover ul {
	right:0;
}

body.tablet nav li.topnav2:hover > ul {
	left:auto;
	width:550px;
}

body.tablet #nav-container .col_zero,
body.tablet .topnav0 .left_col,
body.tablet .topnav0 .right_col {
	width:215px;
}

body.tablet #main {
	overflow:hidden;
}

#nav-container nav li ul li > a {
	font-size:14.61px;
	white-space:nowrap;
	background-color:transparent;
	border-bottom:1px solid #737373;
}

.ie7 #nav-container nav li.topnav1 ul .right_col li:first-child > a {
	margin-top:7px;
}

.ie7 #nav-container nav li ul li > a {
	float:left;
	width:100%;
}

.ie7 #nav-container nav li ul .action_btns li > a {
	width:92%;
}

#nav-container nav li ul li li a {
	color:#00aeef;
}

nav li.two_col > ul {
	width:auto;
	box-sizing:border-box;
	padding:15px 30px 30px;
}

.ie7 nav li.one_col > ul {
	width:200px;
}

.ie7 nav li.two_col > ul {
	width:500px;
}

nav li.topnav3 > ul {
	margin-left:-79px;
}

.ie7 nav li.topnav1 > ul {
	margin-left:-30px;
}

.ie7 nav li.topnav2 > ul {
	margin-left:70px;
}

.ie7 nav li.topnav3 > ul {
	width:200px;
	margin-left:-90px;
}

.topnav0 .col_zero,
.topnav0 .left_col,
.topnav0 .right_col,
.topnav1 .left_col,
.topnav1 .right_col,
.topnav2 .left_col,
.topnav2 .right_col,
.topnav3 .left_col,
.topnav3 .right_col {
    float:left;
    width:230px;
}

.topnav0 .col_zero,
.topnav0 .left_col,
.topnav1 .left_col,
.topnav2 .left_col,
.topnav3 .left_col {
	margin-right:30px;
}

nav .action_btns {
    clear: both;
    padding-top: 1em;
    overflow: hidden;
}

#nav-container nav .action_btns li {
	float:right;
	width:48%;
	margin:0 0 0.5em;
}

#nav-container nav .action_btns li.even {
	float:left;
}

#nav-container nav .action_btns li a {
	color:#fff;
	background-color:#00a651;
	display:block;
	border:none;
	padding:0.5em 1em;
	margin:0;
}

#nav-container .view_all_spec a {
	padding:0.5em 1em;
	height:auto;
	line-height:normal;
}

.topnav0 .left_col > li:first-child,
.topnav0 .right_col > li:first-child {
	margin-bottom:1.25em;
}

.topnav2 .view_all_spec {
	margin-top:1em;
}

#header-nav {
	float:none;
	position:absolute;
	right:0px;
	top:43px;
	margin:0;
	padding:inherit;
}

.ie7 #header-nav {
	z-index:99999;
	right:80px;
}

.ie7 #header-nav ul ul {
	border:1px solid #ccc;
}

#header-nav ul ul,
#header-nav li.research > div {
	box-shadow:0 1px 3px #ccc;
}

#header-nav ul ul {
	left:-999em;
}

#header-nav li:hover ul {
	right:0;
}

#header-nav li.health > ul,
#header-nav li.research > ul {
	width:12em;
}

#header-nav > ul > li {
	border-left:2px solid #aaa;
	position:relative;
}

#header-nav > ul > li:last-child a {
	padding:0 0 0 0.6em;
}

#header-nav > ul > li > a {
	color:#00aeef;
	font-size:14px;
	padding:0 0.6em;
	line-height:1;
	letter-spacing:0.02em;
}

#header-nav ul ul a {
	font-size:14px;
	color:#00aeef;
}

#header-nav li.education > ul {
    height:28.5em;
    width:33em;
}

#header-nav li.education .right_col {
    left:20em;
}

.ie7 #header-nav li.education .left_col {
    width:55%;
}

.ie7 #header-nav li.education .right_col {
    width:40%;
}

.dashboard {
	position:absolute;
	right:0;
	top:0;
	padding:inherit;
	padding-left:0;
}

.ie7 .dashboard {
	right:80px;
}

.dashboard .four_one_two {
	float:left;
	margin:0 13px 0 0;
	background-color:#e8edf0;
	width:331px;
	height:34px;
	box-sizing:border-box;
	padding:0 3.5em;
}

.ie7 .dashboard .four_one_two {
	width:250px;
}

.dashboard .four_one_two h4 {
	font-size:14px;
	font-family:open_sansbold;
	text-transform:uppercase;
	color:#7e7f7f;
	margin:0;
	float:right;
	line-height:31px;
}

.dashboard .four_one_two > span {
	font-family:open_sansregular;
	font-size:14px;
	text-transform:uppercase;
	color:#7e7f7f;
	float:left;
	line-height:31px;
}

.dashboard .find_doc,
.dashboard .request_appt,
.dashboard .mychart,
.dashboard .search {
	float:left;
	color:#fffbfb;
	line-height:34px;
	height:34px;
	text-align:center;
	padding:0 1.7em;
	font-size:14px;
	font-family:open_sansregular;
	box-sizing:border-box;
}

.dashboard .find_doc {
	background-color:#17b46d;
	border-bottom:2px solid #009549;
}

.dashboard .request_appt {
	background-color:#50bf9b;
	border-bottom:2px solid #37a784;
}

.dashboard .mychart {
	background-color:#00bbce;
	border-bottom:2px solid #00a8b9;
}

.not-front.not-mobile .dashboard .mychart img,
.not-front.tablet .dashboard .mychart img {
	display:none;
}

.dashboard .search {
	background-color:#0098d1;
	border-bottom:2px solid #0089bc;
}

#search {
	background-color:#00bbce;
    padding:1em;
    position:absolute;
    right:80px;
    top:0;
	width:68.5%;
	height:51px;
	box-sizing:border-box;
	display:none;
}

.ie7 .not-front #search {
	z-index:999999;
	right:80px;
	width:530px;
	height:auto;
}

.ie7 .not-front #search input[type=text] {
	height:auto;
	width:88%;
}

header #block-search-0 {
	float:none;
}

#site_search_form #edit-submit {
	background-color:transparent;
	font-size:22px;
	position:relative;
	top:-5px;
}

#search input[type=text] {
	width:86%;
	color:#fff;
	border:none;
	border-bottom:2px solid #fff;
	font-size:19.48px;
	height:1.25em;
}

#search select {
	display:none;
}

#search .close,
#fad_field .close {
	font-family:FontAwesome!important;
	font-size:14px;
    position:relative;
    top:-36px;
    right:0em;
    color:#fff;
	cursor:pointer;
	float:right;
}




/*-------------------- footer --------------------*/
footer {
	background-color:#fff;
	border:none;
	overflow:hidden;
    padding:0;
}

section#footer {
	padding:4.4em 80px 3.4em;
	box-sizing:border-box;
	min-height:47em;
}

.social-bar {
	background-color:#00bbce;
	height:69px;
	box-sizing:border-box;
	overflow:hidden;
	padding:0 80px;
	width:1366px;
	margin:0 auto;
}

.social-bar h5 {
	font-family:open_sanssemibold;
	font-size:27.24px;
	color:#fff;
	display:inline;
	line-height:66.42px;
	margin-right:3em;
	float:left;
	
}

.social-bar > div > a {
	font-family:open_sansregular;
	font-size:18.16px;
	color:#fff;
	float:left;
	line-height:72px;
}

.social-bar > div > a:after {
	font-family:FontAwesome;
	content:'\f054';
	margin-left:0.5em;
}

.social-bar .btns {
	float:right;
}

.social-bar .btns a {
	height:69px;
	width:69px;
	display:inline-block;
	float:left;
	overflow:hidden;
	font-size:34.39px;
}

.ie7 .not-front .social-bar .btns {
	margin-right:160px;
}
	
.ie7 .not-front .social-bar .btns a img {
	height:69px;
	width:69px;
}
	
.social-bar .btns a:before {
	font-family:FontAwesome;
	color:#fff;
	height:69px;
	line-height:69px;
	width:69px;
	display:inline-block;
	text-align:center;
}

.social-bar .facebook:before {
	content:'\f09a';
	background-color:#00aeef;
}

.social-bar .twitter:before {
	content:'\f099';
	background-color:#0fb46e;
}

.social-bar .linkedin:before {
	content:'\f0e1';
	background-color:#00a651;
}

.social-bar .youtube:before {
	content:'\f167';
	background-color:#205352;
}

.social-bar .instagram,
.ie7 .social-bar .inst {
	border-right:1px solid #fff;
}

.social-bar .instagram:before {
	content:'\f16d';
}

.footer-list {
	float:left;
	width:200px;
	margin:0 0 0 45px;
	height:385px;
	position:relative;
}

.footer-list.doctors {
	margin-left:0;
	width:225px;
}

.footer-list.information {
	left:1.5em;
}

#footer .four_one_two h4,
#footer .four_one_two h4 a {
	font-size:32px;
	font-family:open_sansbold;
	color:#3dba93;
	text-transform:uppercase;
	margin:-0.15em 0 0;
	text-decoration:none;
}

#footer .four_one_two > a {
	font-size:16px;
	font-family:open_sansregular;
	color:#727272;
	text-transform:uppercase;
	text-decoration:none;
}

li.online_bill_pay {
	border-bottom:3px solid #858585;
	margin-bottom:2.25em !important;
	margin-top:2.25em;
}

li.online_bill_pay a {
	font-family:open_sanssemibold;
	color:#00bbce;
	border:4px solid #00bbce;
	padding:0.5em 1em;
	margin:0;
	font-size:19.48px;
	display:block;
	white-space:nowrap;
}

li.online_bill_pay a:before {
	font-family:FontAwesome;
	content:'\f108';
	margin-right:0.75em;
}

.footer-list h6 {
	font-family:open_sansbold;
	font-size:14.61px;
	text-transform:uppercase;
	color:#727272;
	margin-bottom:0.8em;
}

.footer-list li {
    margin-bottom:1.2em;
}

.footer-list a {
	font-size:14.61px;
	color:#00aeef;
}

footer .copyright {
	font-size:14.61px;
	font-family:open_sanssemibold;
	color:#f9fcfb;
	padding:1.2em;
	margin:0;
}

li.get_involved,
li.work_with_us {
    position:absolute;
	bottom:-4.5em;
    margin-bottom:0;
}

li.on_the_go h5 {
	font-family:open_sansbold;
	font-size:19.07px;
	color:#727272;
	text-transform:uppercase;
	margin-bottom:0.2em;
}

li.on_the_go span {
	font-family:open_sansregular;
	font-size:15.83px;
	color:#727272;
	display:block;
}

li.on_the_go a {
	display:inline-block;
}

.on_the_go .app_store_btn {
	margin:1em 0 0.55em;
}

.on_the_go img {
	width:118px;
	height:auto;
}

.loc-map .results {
	min-height:610px;
}




/* IE7-8 fixes */
.ie7 nav > ul > li > a,
.ie8 nav > ul > li > a {
	font-size:18px !important;
	font-family:open_sanssemibold;
}

.ie7 nav ul > li > ul,
.ie8 nav ul > li > ul {
	border:1px solid #ccc !important;
}

/* ----  Specialty Interior Page content type (2016) --- */
.node-type-specialty-interior-page2 .content h3{
	color:#666;
	font-size:1.2em !important;
		margin-top:10px;
}
.node-type-specialty-interior-page2 .content h3.loc{
	    margin-top: 32px;
}

.node-type-specialty-interior-page2 .content h5{
	font-size: 1em;
    font-weight: bold;
}
.node-type-specialty-interior-page2 .content .locations ul{
	list-style:none;
	 margin: 0px auto;
	
}
.node-type-specialty-interior-page2 .content .locations{
background:#e8edf0;
	    padding: 35px 52px;
	margin-top:15px;
	
}
.node-type-specialty-interior-page2 .content .locations li{
	display:inline-block;
	background:#fff;
	padding:20px;
	    margin: 0px 10px;
	    padding: 20px;
	    width: 25%;
			margin-bottom:15px;

	
}

.node-type-specialty-interior-page2 .content .locations li .loc_title{
    display: block;
    text-align: center;
    color: #666;
    padding-bottom: 10px;
    font-weight: bold;
	   
}

.node-type-specialty-interior-page2 .content .locations li img{
	    width: 100%;
}

.node-type-specialty-interior-page2 .content .locations a.loc_more{
	float:right;
	text-transform: uppercase;
	font-weight:bold;
	    font-size: .85em;
	    margin-top: 3px;
	margin-right: 20px;

}

.node-type-specialty-interior-page2 .content .locations a.loc_more::after{
		font-family:FontAwesome;
	font-size:20px;

	content:'\f105';
	margin-left:0.25em;
	    position: relative;
    top: 1px;

}


.node-type-specialty-interior-page2 .specialties {
width:100%;	
}
.node-type-specialty-interior-page2 .region-left a.back-to-specialties-link{
background:#e8edf0;
	padding:15px;
	font-weight:bold;
	color:#666666!important;
	width:88%;
	display:block;
	font-size: 1.2em!important;
}



.node-type-specialty-interior-page2 .region-left a.doctors_m, .node-type-specialty-interior-page2 .region-left a.locations_m{
	display:none;
}

.node-type-specialty-interior-page2 .region-left a.events-link{
	background:#00bbce;
	padding:15px;

	color:#fff!important;
	width:90%;
	display:block;
	font-size: 1.6em!important;
		text-align:center;
	    font-family: 'robotolight' !important;
}

.node-type-specialty-interior-page2 .region-left a.news-link{
	background:#00a651;
	padding:15px;

	color:#fff!important;
	width:90%;
	display:block;
	font-size: 1.6em!important;
	text-align:center;
	    font-family: 'robotolight' !important;
        margin-bottom: 20px;
	
}
	.node-type-specialty-interior-page2 .region-left .doctors_list, .node-type-specialty-interior-page2 .content .loc, .node-type-specialty-interior-page2 .content .locations{
	display:block;	
	}
.node-type-specialty-interior-page2 .region-left a.bron_therm{
	background:#fff;
	padding:15px;
	font-weight:bold;
	color:#00a651!important;
	width:88%;
	display:block;
	font-size: 1.2em!important;
	text-transform: uppercase;
	border:2px solid #ddd;
	/* margin-bottom: -36px;*/
}
.node-type-specialty-interior-page2 .region-left .mobile_links{
	margin-bottom:20px;
}
.node-type-specialty-interior-page2 .region-left .our-doctors-wrapper{
    padding:20px 10px 44px 10px;
    border:1px solid #ddd; 
}

.node-type-specialty-interior-page2 .region-left  h3{
    padding: 12px;
    border: 1px solid #ddd;
    border-bottom: 0px;    
}

.node-type-specialty-interior-page2 .region-left .our-doctors-wrapper li{
    width: 100%;
    display: inline-block;
  
    border: 1px solid #ddd;
    margin: 10px 0px;
}
.node-type-specialty-interior-page2 .region-left .our-doctors-wrapper ul{
    list-style:none;
    margin-left:0px;
       
}



.node-type-specialty-interior-page2 .region-left a.bron_therm::after{
font-family: FontAwesome;
    font-size: 1.5em!important;
    content: '\f105';
    margin-left: .3em;
    position: relative;
    top: 2px;
    font-weight: bold;

	

}
.node-type-specialty-interior-page2 .region-left .physician-photo{
    height: 97px;
    border-left: 5px solid #3DB994;
      width: 97px;
	margin: 0 10px 0 0;
    
}

.physician-photo img {
    width: 97px;
}
.node-type-specialty-interior-page2 .region-left .physician_name{
	    padding: 5px 8px 0px 0px;
	text-transform: uppercase;
	font-weight:bold;
}


.node-type-specialty-interior-page2 .content .banner{
    
    width:100%;
}

/*
#content .doc_div .s_result_ue{
	    display: inline-block;
    width: 93%;
}

#content .s_result_ue {
    background: transparent;
    margin: 3px 0 0;
    padding: 10px;
    float: left;
    width: 633px;
    margin-right: 9px;
}*/


.node-type-specialty-interior-page2 .region-left li a.physician-appointment-link {
    background: #3db994;
    color: #fff!important;
    font-size: 13px;
    display: block;
    padding: 3px 5px;
    clear: both;
    float:none!important;
}
.node-type-specialty-interior-page2 .region-left a.back-to-specialties-link::before{
font-family: FontAwesome;
    font-size: 1.5em!important;
    content: '\f104';
    margin-right: .6em;
    position: relative;
    top: 2px;
    font-weight: bold;

}

.node-type-specialty-interior-page2 .region-left .our-doctors-wrapper a.physician-appointment-link::after{
    font-family: FontAwesome;
    content: '\f105';
     margin-left: .6em;
    position: relative;
    top: 2px;
}

.node-type-specialty-interior-page2 .region-left .our-doctors-wrapper a.showdoc{
        margin-top: 10px;
    float:right;
}

.node-type-specialty-interior-page2 .region-left .our-doctors-wrapper a.showdoc::after{
font-family: FontAwesome;

    content: '\f105';
    margin-left: .6em;
    position: relative;
    top: 1px;
    font-weight: bold;


}

/* ---- VIDEO DETAIL PAGE LIVING PROOF (2016) --- */

.node-living-proof-video h3{
    color: #666;
        font-size: 1.2rem !important;
}
.node-living-proof-video .right_content h3{
	    font-size: .9em !important;
}
.node-living-proof-video .left_content{
	    width: 75%;
    float: left;
    padding-right: 16px;
    color: #666;
}
.node-living-proof-video .right_content{
    padding: 0px 0px 16px 20px!important;
    width: 22%;
    float: left;
    color: #666;
}

.node-living-proof-video .living-proof-detail-video{
width:100%;	
}
.node-living-proof-video .doctors-involved-right-block{
	width:100%;
}
.node-living-proof-video .doctors-involved-right-block ul{
    padding: 10px;
    border: 1px solid #ddd;
	    margin-left: 0px;
}
.node-living-proof-video .doctors-involved-right-block h3, .node-living-proof-video .hospital-right-block h3, .node-living-proof-video .supporting-story-right-block h3{
padding: 8px 10px 7px 10px;
    border: 1px solid #ddd;
    border-bottom: 0px;
}
.node-living-proof-video .supporting-story-right-block{
margin-top:20px;	
}
.node-living-proof-video .supporting-story-right-block .support_container{
	padding: 15px 10px 10px 10px;
    border: 1px solid #ddd;
    margin-left: 0px;
}
.node-living-proof-video .supporting-story-right-block .support_container h4{
	font-size:.9em;
}
.node-living-proof-video .supporting-story-right-block .support_container p{
font-size: .8em;
}
.node-living-proof-video .supporting-story-right-block .support_container img{
width:100%;	
}
.node-living-proof-video .doctors-involved-right-block li{
	width: 100%;
    display: inline-block;
    border: 1px solid #ddd;
    margin: 10px 0px;
}
.node-living-proof-video .doctors-involved-right-block li a{
	background: #3db994;
    color: #fff!important;
    font-size: 13px;
    display: block;
    padding: 3px 5px;
    clear: both;
    float: none!important;
}
.node-living-proof-video .doctors-involved-right-block li .physician-photo{
	    height: 97px;
}
.node-living-proof-video .doctors-involved-right-block li .physician_name{
    padding: 5px 8px 0px 0px;
    text-transform: uppercase;
    font-weight: bold;
	line-height: 1.3;
    font-size: .75em;

}
.node-living-proof-video .doctors-involved-right-block li a::after{
    font-family: FontAwesome;
    content: '\f105';
    margin-left: .6em;
    position: relative;
    top: 1px;
}
.node-living-proof-video .hospital-right-block .hosp_image img{
	  width: 30%;
	float:left;
	padding-right: 10px;
}
.node-living-proof-video .hospital-right-block .hosp_name{
	color:#5d5d5d;
	text-transform: uppercase;
    width: 64%;

    line-height: 1.3;
    font-size: .85em;
	padding-top:5px;
	    display: inline-block;
}

.node-living-proof-video .hospital-right-block a{
	 width: 64%;
    float: left;
	font-size: .8em;
    line-height: 1.3;
}
.node-living-proof-video .hospital-right-block{
	margin-top:20px;
}
.node-living-proof-video .hospital-right-block .hosp_container{
        padding: 0px 3px 0px 0px;
    border: 1px solid #ddd;
	    margin-left: 0px;	
	    margin-bottom: 10px;
	    display: block;
    float: left;
	
}

.node-living-proof-video .hospital-right-block .hosp_outer{
    padding: 15px 10px 10px 10px;
    border: 1px solid #ddd;
	    margin-left: 0px;	
}
/* ---- Medical Specialty2 content type (2016) --- */
.node-type-medical-specialty2 a {
	color:#00aeef;
}

.node-type-medical-specialty2 #main {
	width:100% !important;
	overflow:hidden;
	padding-bottom:0;
}

.node-type-medical-specialty2 .breadcrumb {
	width:88.3%;
}

.field-name-field-specialty2-image {
	margin:0 auto;
	width:88.3%;
}

.field-name-field-specialty2-image img {
	display:block;
	width:100%;
	height:auto;
}

.node-type-medical-specialty2 .home_actions {
	margin: 0 auto 1em;
    overflow: hidden;
    width: 88.3%;
	border-bottom:3px solid #b0b0b0;
}

.node-type-medical-specialty2 .home_actions a {
	height:69px;
    padding:1.5em 1.25em;
	font-size:16px;
}

.node-type-medical-specialty2 .home_actions .learn::before {
	content:none;
}

.node-type-medical-specialty2 .home_actions .learn img {
	float:left;
    margin:0 0.75em 0 0.25em;
    position:relative;
    top:-0.5em;
}

.node-type-medical-specialty2 h1 {
	font-size:42px;
	border:none;
	text-transform:none;
	margin:0 80px;
}

.node-type-medical-specialty2 section#content.content-right {
	width:100% !important;
	font-family:open_sansregular;
	font-size:18px;
	letter-spacing:0.01em;
	color:#666;
	margin-bottom:0;
}

.node-type-medical-specialty2 .field-name-body {
	margin:0 0 1em;
	overflow:hidden;
	padding:0 80px;
}

.node-type-medical-specialty2 .field-name-field-content-1 {
	margin:0 0 2em;
	overflow:hidden;
	padding:96px 80px 107px;
}

.node-type-medical-specialty2 section#content h2 {
	font-family:open_sansregular;
	font-size:40px;
	color:#00a651;
	border:none;
	text-align:center;
	text-transform:uppercase;
	padding-bottom:0;
}

.node-type-medical-specialty2 .field-name-field-content-1 .field-item {
	background-color:#fff;
	overflow:hidden;
	padding:1em 1.5em;
	box-shadow:0 1px 1px rgba(0, 0, 0, 0.2);
}

.node-type-medical-specialty2 .field-name-body .field-item div:first-child {
	float:left;
	width:46%;
}

.node-type-medical-specialty2 .field-name-body .field-item div + div {
	float:right;
	width:47%;
}

.node-type-medical-specialty2 .field-name-field-content-1 {
	background-color:#e8edf0;
	overflow:hidden;
	clear:both;
}

.node-type-medical-specialty2 .field-name-field-content-1 p {
	text-align:center;
}

.node-type-medical-specialty2 .field-name-field-content-1 .field-item div {
	float:left;
	width:46%;
}

.node-type-medical-specialty2 .field-name-field-content-1 .field-item div + div {
	float:right;
	width:46%;
}

.node-type-medical-specialty2 .field-name-field-content-1 div > a,
.node-type-medical-specialty2 .field-name-field-content-3 div > a {
	display:block;
	background:url(../images/arrow_in_circle.png) 95% 27px no-repeat;
	line-height:73px;
	border-bottom:1px solid #eef2f4;
	padding:0 5%;
	color:#666;
}

.node-type-medical-specialty2 .field-name-field-content-1 div > a:first-child,
.node-type-medical-specialty2 .field-name-field-content-3 div > a:first-child {
	border-top:1px solid #eef2f4;
}

.node-type-medical-specialty2 .field-name-field-content-1 div > a:hover,
.node-type-medical-specialty2 .field-name-field-content-3 div > a:hover {
	background-position:95% -68px;
	background-color:#e8edf0;
	text-decoration:none;
	color:#00aeef;
}

.node-type-medical-specialty2 p.more {
	clear:both;
	text-align:right;
	padding:0 1em;
	margin:0;
}

.node-type-medical-specialty2 .field-name-field-content-1 p.more,
.node-type-medical-specialty2 .field-name-field-content-3 p.more {
	padding-top:1em;
}

.node-type-medical-specialty2 .field-name-field-content-4 p.more {
	padding-top:2em;
}

.node-type-medical-specialty2 p.more a {
	font-family:open_sansbold;
	text-transform:uppercase;
	font-size:18px;
}

.node-type-medical-specialty2 p.more a::after {
	content:'\f054';
	font-family:FontAwesome;
	margin-left:0.5em;
}

.node-type-medical-specialty2 .box {
	box-shadow:0 1px 1px rgba(0, 0, 0, 0.2);
	overflow:hidden;
	background-color:#fff;
	margin:80px;
}

.node-type-medical-specialty2 .content_2_3 .box {
	margin-bottom:50px;
}

.node-type-medical-specialty2 .content_4_5 .box {
	margin-top:0;
}

.node-type-medical-specialty2 .content_2_3,
.node-type-medical-specialty2 .content_4_5 {
	background-color:#e8edf0;
	overflow:hidden;
	clear:both;
}

.node-type-medical-specialty2 .field-name-field-content-2,
.node-type-medical-specialty2 .field-name-field-content-4 {
	width:47.25%;
	float:left;
	box-sizing:border-box;
	padding:1.25em 0 1.25em 1.75em;
}

.node-type-medical-specialty2 .field-name-field-content-3,
.node-type-medical-specialty2 .field-name-field-content-5 {
	width:47.25%;
	float:right;
	box-sizing:border-box;
	padding:1.25em 1.75em 1.25em 0;
}

.node-type-medical-specialty2 .video_wrap {
	background-color:transparent;
	padding:0;
}

.node-type-medical-specialty2 section#content .video_wrap h2 {
	width:100%;
	top:0;
	margin:0;
}

.node-type-medical-specialty2 section#content .video_wrap > h2 {
	position:static;
	margin:0 0 0.5em 80px;
	padding:0;
	font-size:36px;
	color:#666;
	font-family:open_sanssemibold;
	text-align:left;
	text-transform:none;
}

.node-type-medical-specialty2 section#content .video_wrap > h2 span {
	font-family:open_sanslight;
	font-style:italic;
}

.node-type-medical-specialty2 .video_wrap h3,
.node-type-medical-specialty2 .video_wrap h3 + p,
.node-type-medical-specialty2 .video_wrap h3 + p + a {
	margin-left:0;
}

.node-type-medical-specialty2 .video_wrap .pagewidth {
	border:2px solid #e8edf0;
	padding:23px 35px;
}

.node-type-medical-specialty2 .video_wrap .col_one {
	position:relative;
}

.node-type-medical-specialty2 .video_wrap .col_one,
.node-type-medical-specialty2 .video_wrap iframe {
    width:840px;
}

.node-type-medical-specialty2 .news_events {
	margin:40px 80px 66px;
    overflow:hidden;
}

.node-type-medical-specialty2 .news_events a {
	width:48%;
	background-color:#00bbce;
	color:#fbf8f8;
	line-height:100px;
	float:right;
	font-size:39px;
	font-family:open_sanslight;
	text-align:center;
	text-decoration:none;
	box-sizing:border-box;
}

.node-type-medical-specialty2 .news_events .news {
	background-color:#00a651;
	float:left;
}

.node-type-medical-specialty2 footer {
	padding-top:0;
}

.field-name-field-content-5 .field-item div {
	font-size:16px;
	height:73px;
	line-height:73px;
	padding:0 30px 0 170px;
	border-bottom:1px solid #eef2f4;
	background-position:30px 50%;
	background-repeat:no-repeat;
}

.field-name-field-content-5 .field-item div:first-child {
	border-top:1px solid #eef2f4;
}

.field-name-field-content-5 .astro {
	background-image:url(../images/logo_astro.png);
	border-top:1px solid #eef2f4;
}

.field-name-field-content-5 .acr {
	background-image:url(../images/logo_acr.png);
}

.field-name-field-content-5 .fact {
	background-image:url(../images/logo_fact.png);
}

.field-name-field-content-5 .qcp {
	background-image:url(../images/logo_qcp.png);
}

.field-name-field-content-5 div.two_line {
	line-height:1.2;
	box-sizing:border-box;
	padding-top:1em;
}

body.locations_home .node .hospitals > div > h3 {
    line-height: 1.15;
}


/* ---- General Interior page - 1206 width content type (2016) ------------- */
/* ---- 4-column layout: each column has width of 23.8% -------------------- */
/* ---- 3 gutters separate the 4 columns: each gutter has width of 1.6% ---- */

.node-type-gen-int-1206-width #main,
.node-type-gen-int-1206-width .breadcrumb {
	width:1206px;
}

.node-type-gen-int-1206-width section#panels.panels-left {
	width:23.8%;  /* one column */
}

.node-type-gen-int-1206-width section#content.content-right {
	width:74.6%;  /* 3 columns + 2 gutters */
}


/* ----- Events redesign ----- */
.page-events #main,
.page-events .breadcrumb,
.node-type-event #main,
.node-type-event .breadcrumb {
	width:1206px;
}

.page-events section#panels {
	width:24.5%;
}

.page-events section#content.content-right {
    width:74%;
}

.page-events .event_status {
	border:2px solid #ebebeb;
	margin-bottom:1em;
}

.page-events h1 {
	font-family:open_sanslight;
	text-transform:none;
	font-size:42px;
}

.event_status {
	background-color:#fff;
	padding:0.5em 1em;
	font-size:16px;
}

.event_status h4 {
	font-size:16px;
	color:#808080;
	display:inline;
	margin-right:1.5em;
}

.event_status span {
	margin:0 0.5em;
}

.event_status .fee::before {
	font-family:robotobold;
	font-size:20px;
	color:#00bbce;
	margin-right:0.25em;
	content:'$';
}

.event_status .open::before {
	font-family:FontAwesome;
	font-size:20px;
	color:#0fb46e;
	content:'\f058';
	margin-right:0.25em;
}

.event_status .full::before {
	font-family:FontAwesome;
	font-size:20px;
	color:#ef0000;
	content:'\f057';
	margin-right:0.25em;
}

.event_status .cancelled::before {
	font-family:FontAwesome;
	font-size:20px;
	color:#959595;
	content:'\f056';
	margin-right:0.25em;
}

.viewClassTop {
    border:none;
    background:#00bbce;
    color:#fff;
    font-size:20px;
    text-transform:uppercase;
    padding:0.75em 1.25em;
    position:relative;
    text-align:center;
    letter-spacing:0.02em;
}

/* Classes & Events - calendar */
.view-calendar {
	background-color:#fff;
	padding:1em;
	margin:1em 0;
	border-bottom:3px solid #c5cacc;
}

.view .date-nav-wrapper .date-heading h3 a {
	font-size:32px;
	color:#5c5c5c;
	text-transform:uppercase;
	font-family:robotobold !important;
}

.view-calendar .item-list ul.pager {
	border:none;
	margin:0;
	padding:0;
	height:1.5em;
}

.view .date-nav-wrapper .date-nav {
	padding:0;
	margin:1em 0 0;
}

.calendar-calendar th.days {
	background-color:transparent;
	border:none;
	font-size:24px;
	color:#5c5c5c;
	padding-bottom:0.5em;
}

.calendar-calendar td {
	color:#9c9c9c;
	font-size:24px;
	font-family:open_sansregular;
	padding:0.5em 0 !important;
	text-align:center;
}

.calendar-calendar .month-view td {
    width:14.28%;
}

.mini {
    width:auto;
}

.calendar-calendar td a {
	color:#00bbce;
	text-decoration:none;
	font-family:open_sanssemibold;
}

.calendar-calendar tr td.today,
.calendar-calendar td.today a {
	background-color:transparent;
	color:#fff;
}

.calendar-calendar tr td.today .month {
	background-color:#5c5c5c;
	border-radius:1.75em;
	width:1.5em;
	margin:0 auto;
}

.view .date-nav-wrapper .date-prev,
.view .date-nav-wrapper .date-next {
	background-color:transparent;
	left:6em;
	right:auto;
	top:-1.5em;
}

.view .date-nav-wrapper .date-next {
	right:6em;
	left:auto;
}

.view .date-nav-wrapper .date-prev a,
.view .date-nav-wrapper .date-next a {
	display:block;
	margin:0 !important;
	font-family:FontAwesome !important;
	font-size:36px;
	color:#bababa;
}

.view .date-nav-wrapper .date-prev a {
	text-align:left;
}

.page-events .view-calendar {
	border:2px solid #ebebeb;
}

#panels #block-views-calendar-block-4 {
    padding:0;
}

.page-events .calendar-calendar td,
.page-events .calendar-calendar th.days {
	font-size:14px;
}

.page-events .view .date-nav-wrapper,
.page-events .view .date-nav-wrapper .date-nav {
	margin-top:0;
	max-height:3em;
}

.page-events .view .date-nav-wrapper .date-heading h3 a {
	font-size:19px;
}

.page-events .view .date-nav-wrapper .date-prev a,
.page-events .view .date-nav-wrapper .date-next a {
	font-size:21px;
}

.page-events .block-views .view .date-nav-wrapper .date-prev {
	left:2em;
	top:-0.2em;
}

.page-events .block-views .view .date-nav-wrapper .date-next {
	right:2em;
	top:-0.2em;
}

.page-events #panels #block-views-exp-events-page-1 {
	background-color:transparent;
	border:2px solid #e8edf0;
	padding-top:0;
}

.page-events #block-views-exp-events-page-1 h2 {
	background-color:#e8edf0;
	margin:0 -18px;
	padding:0.2em 18px;
	color:#808080;
	font-size:16px;
	font-family:open_sanssemibold;
}

.page-events #panels #block-views-exp-events-page-1 .views-exposed-widget {
	padding-bottom:0;
}

.views-exposed-form .views-exposed-widget .form-submit {
	background-image:none;
	background-color:#00aeef;
	color:#fff;
	font-size:18px;
	font-family:open_sansregular;
	text-indent:0;
	width:100%;
}

.page-events #panels #block-views-exp-events-page-1 .views-submit-button {
	width:48%;
	float:right;
}

.page-events #panels #block-views-exp-events-page-1 .views-reset-button {
	width:48%;
	float:left;
}

.page-events #panels #block-views-exp-events-page-1 .views-reset-button input {
	color:#989797;
	background-color:#fff;
	border:2px solid #e8edf0;
}

.page-events #panels .region-left {
	margin-top:-1em;
}

.page-events .view-content .date-display-single-day {
	font-size:26px;
	color:#00bbce;
	font-family:open_sanslight;
	text-transform:uppercase;
}

.page-events .view-events.featured-table td {
	font-family:open_sanssemibold;
	font-size:14px;
	color:#1c2a2a;
}

.page-events .view-events .featured-table {
	background-color:#fff;
	border-bottom:3px solid #cfcfcf;
	width:97%;
	margin:0 auto;
}

.page-events .view-events .view-content {
	background-color:#f3f3f3;
}

.page-events .view-events.featured-table caption {
	background-color:#fff;
	padding:10px 14px 5px;
}

.page-events table .views-field-field-time-value {
    /*
	padding-left:14px;
	width:22%;
    */
}

.page-events td.views-field-phpcode {
	padding-right:14px;
}

.page-events table .views-field-title {
	/*width:36%;*/
}

.page-events #content .view-events .viewClassTop a {
	color:#fff;
}

.page-events #content .view-events a.prev,
.page-events #content .view-events a.next {
    font-family:FontAwesome !important;
    font-size: 23px;
    position:absolute;
    top: 21%;
    text-decoration:none;
}

.page-events #content .view-events a.prev {
    left: 27%;
}

.page-events #content .view-events a.next {
    right: 27%;
}

.page-events #content .view-events a.view_by {
	border:2px solid #fff;
    padding:0.5em 1em;
    text-decoration:none;
    font-size:14px;
    position:absolute;
    right:2em;
    top:0.75em;
}

.viewClassTopLeft {
    float:none;
}

.page-events #content .views-field-phpcode-1 a {
	color:#828787;
}

.event_status + .view-frontpage-classes-and-events > p {
    display:none;
}

span.icon {
    font-family: fontawesome !important;
	color:#fff;
}

.action-links,
.node-type-event section#panels.panels-left,
.node-type-event .content-right > h2 {
    display:none;
}

.node-type-event section#content.content-right {
    width:100%;
}

.node-type-event #content .form-item input[type="text"] {
    width:100%;
    margin-left:0;
    box-sizing:border-box;
    border:2px solid #b5b5b5;
}

#signup-form > div {
    border:2px solid #e8edf0;
    padding:1rem 1.75rem;
}

#signup-form select {
    border:2px solid #b5b5b5;
    padding:1px 2px 2px;
}

#signup-form label {
    font-size:0.778em;
    font-weight:normal;
}

#signup-form .form-item {
    margin-bottom:0.5em;
}

#signup-form input[type=text],
#signup-form select {
    font-size:0.778em;
    width:100% !important;
}

.form-item-signup-form-data-City {
    width:50%;
    float:left;
    margin-right:2.5%;
}

.form-item-signup-form-data-State {
    width:15%;
    float:left;
    margin-right:2.5%;
}

.form-item-signup-form-data-Zip {
    width:30%;
    float:left;
}

.form-item-signup-form-data-DB-Month,
.form-item-signup-form-data-DD-Month {
    width:30%;
    float:left;
    margin-right:2.5%;
}

.form-item-signup-form-data-DB-Day,
.form-item-signup-form-data-DD-Day {
    width:15%;
    float:left;
    margin-right:2.5%;
}

.form-item-signup-form-data-DB-Day .form-required,
.form-item-signup-form-data-DB-Year .form-required {
    display:none;
}

.form-item-signup-form-data-DB-Year,
.form-item-signup-form-data-DD-Year {
    width:20%;
    float:left;
}

.form-item-signup-form-data-Gender {
    clear:both;
    width:30%;
}

#edit-signup-form-data-due-date {
    margin-bottom:0;
}

.big_col .confirm {
    font-size:0.889em !important;
    font-family:robotoregular !important;
    text-transform:uppercase;
    color:#a9a9a9;
    position:relative;
    top:1em;
}

.captcha {
    display:flex;
    justify-content:space-between;
    position:relative;
    top:0.5em;
}

.captcha > img {
    order:2;
    margin-right:auto;
    bottom:-0.5em;
}

.form-item-captcha-response {
    width:48%;
    margin-right:4%;
}

.big_col #edit-submit {
    order:3;
    height:3em !important;
    margin-top:1.2em;
    padding:0.5em 2em !important;
}

.node-type-event .big_col {
    width:74.3%;
    float:left;
}

.node-type-event .description {
    border:2px solid #e8edf0;
    padding:1rem 1.75rem;
}

.node-type-event .description h3 {
    margin:-1rem -1.75rem 1rem;
    border-bottom:2px solid #e8edf0;
    font-size:0.889em !important;
    padding:0.5em 1em;
}

.node-type-event .small_col {
    width:24.2%;
    float:right;
}

.node-type-event .big_col > img {
    width:100%;
    height:auto;
    display:block;
    margin:0 0 1em;
}

.node-type-event .event_details {
    border:2px solid #e8edf0;
    padding:1em 1.75em;
    margin:0 0 0.5em;
}

table.event {
    width:auto;
}

.event_details > div {
    margin:0 0 1em;
}

.event_details > div > h4,
.event_details > div > p {
    margin:0;
}

html.js fieldset.collapsible .fieldset-legend,
html.js fieldset.collapsed .fieldset-legend {
    background:none;
    padding-left:0 !important;
}

html.js fieldset#edit-collapse .fieldset-legend,
html.js #signup-form fieldset#edit-collapse legend a {
    background-color:transparent;
    color:#00bbce;
    font-size:1rem;
    text-transform:uppercase;
    height:auto;
    padding:0;
    margin:0;
    font-family:robotobold !important;
}

.node-type-event #head_subhead > h1 {
    border-color:#b4b4b4;
    padding-bottom:0.2em;
}

.node-type-event #content > .toggle > .block-views {
    clear:both;
}

.node-type-event #content > .toggle > .block-views > h2 {
    width:74.3%;
    background-color:#00bbce;
    color:#fff;
    font-size:1rem !important;
    padding:0.6em 1.4em;
    margin:0;
    box-sizing:border-box;
}

.node-type-event #content > .toggle > .block-views > .content {
    width:74.3%;
    background-color:#e8edf0;
    padding:1em;
    box-sizing:border-box;
}

.node-type-event #content > .block-views {
    clear:both;
}

.node-type-event .big_col .col_one {
    width:48%;
    margin-right:4%;
    float:left;
}

.node-type-event .big_col .col_two {
    width:48%;
    float:right;
}

table.same_event_title {
    width:100%;
    background-color:#fff;
    color:#828787;
    font-size:0.889em;
    border-bottom:3px solid #c5cacc;
}

table.same_event_title tr {
    border-top:2px solid #f0f0f0;
    border-bottom:2px solid #f0f0f0;
}

table.same_event_title td {
    padding:0.6em 0.2em;
}

table.same_event_title td:first-child {
    padding-left:1em;
    color:#00bbce;
}

table.same_event_title td:nth-child(2) {
    font-family:robotobold !important;
}

table.same_event_title .cost {
    font-family:robotobold !important;
    color:#00bbce;
}

table.same_event_title .status {
    font-family:FontAwesome !important;
}

table.same_event_title .status.open {
    color:#0fb46e;
}

table.same_event_title .status.full {
    color:#ef0000;
}

table.same_event_title .status.cancelled {
    color:#959595;
}


/* ----- Living Proof campaign -----*/

.clear {
    clear:both;	
}

.living-proof {
    color:#666;
}

.living-proof section#panels.panels-left,
.living-proof section#content.content-right > h2,
.living-proof .breadcrumb,
.living-proof #head_subhead {
    display:none;
}

.living-proof .banner-img {
    display:block;
    margin:0 auto 0.5em;
	width:1206px;
    height:auto;
}

.living-proof .view-display-id-block_1iframe {
    display: block;
    margin: 0 auto;
}

.living-proof .view-display-id-block_1 .views-field-field-youtube-id.main {
	width:60%;	
	display: inline-block;
	float:left;
}

.living-proof .view-display-id-block_1 .views-field-title, .living-proof .view-display-id-block_1 .views-field-body,
.living-proof .view-display-id-block_1 .views-field-field-living-proof-read-more, 
.living-proof .view-display-id-block_1 .views-field-created
{
	    width: 38%;
    float: left;
      padding-left: 20px;
}

.living-proof .view-display-id-block .views-field-body a,
.living-proof .view-display-id-block_1 .views-field-body a {
    float:right;
    padding:0.5em 1.5em;
    border:3px solid;
    text-transform:uppercase;
    font-size:0.75em;
}

.living-proof .view-display-id-block_1 .views-field-body,
.living-proof .view-display-id-block .views-field-body {
    padding-bottom: 15px;
}

.living-proof .views-field-created span {
    font-family:robotolight_italic !important;
}

.living-proof section#content h2{
	color:#14a751;
	margin-top:25px;
    margin-bottom:0.35em;
    border:none;
}

section#content #block-views-living-proof-videos-block > h2 {
    border-top:3px solid #e8edf0;
    padding:0.9em 0 0;
    margin-bottom:1.25em;
}

.living-proof section#content.content-right {
    width:100%;
}

.living-proof .view-display-id-block_1 iframe {
    display:block;
    margin:0 auto;
}

#block-views-living-proof-videos-block-1 {
    width:100%;
    margin:0 auto 1em;
}

#block-views-living-proof-videos-block {
    overflow:hidden;
}

#block-views-living-proof-videos-block .view-content {
    display:flex;
    flex-wrap:wrap;
    justify-content:flex-start;
}

#block-views-living-proof-videos-block .views-row {
    width:28%;
    margin:0 0 3.5em;
}

#block-views-living-proof-videos-block .views-row:nth-child(3n+2){
    margin:0 8% 3.5em;
}

body.front #main {
    margin-top:-4px;
}

/* ---- Living Proof Event Activation ------------- */

.event_act .content-right-side{
	border:2px solid #ddd;
	padding:8px 20px 16px 20px;
	width:20%;
	float:left;
	color:#666;
}

.event_act h3{
color:#666;	
	font-size:1.2rem !important
}
.event_act .contact h5{
	font-size: 1em;
    font-weight: bold;
}
.event_act .contact ul, .event_act .contact ol{
padding-bottom:25px;	
}

.event_act .field-name-field-location p{
	margin:0px;
}
.event_act .field-name-field-cost-desc, .event_act .field-name-field-event-parking-information, .event_act .field-name-field-date-and-time, .event_act .field-name-field-location{
padding:7px 0px;
}

.event_act .contact ul li, .event_act .contact ol li{
padding:5px 0px;
}

.event_act .ref{
text-decoration:underline;	
}

.event_act .field-name-body{
width: 75%;
    float: left;
    padding-right: 16px;
		color:#666;
}

.event_act .content img{
	    width: 100%;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}

.event_act a.activation-gallery-link{
    color: #fff;
    background: #0098d1;
    text-align: left;
    width: 22%;
	float:right;
    padding: 12px 0px 0px 20px;
    margin-top: 25px;
		transition:all .5s ease;
}
.event_act a.activation-gallery-link:after{
	 font-family:FontAwesome!important;
	content:'\f105';
		float: right;
	padding-right: 20px;
	font-weight: normal;
	color: #fff;
	font-size: 1.4em;
	position: relative;
	top:-7px;
	
	
}


.event_act a.activation-gallery-link:hover{
text-decoration:none;

	color: #fff;
	background:#00bbce;

}
.event_act span.date-display-single{
 overflow-wrap: break-word;
  word-wrap: break-word;
	white-space: normal;
}

.event_act .content-right-side .field-items{
	    font-size: .85em; 
}
.event_act .socialsidebar {
	
      position: fixed;
    top: 44%;
    right: 0px;
    bottom: 0px;
    z-index: 10;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: translate(75px, 0px);
    -ms-transform: translate(75px, 0px);
    transform: translate(75px, 0px);
    height: 130px;
    float: right;

}

.event_act .socal-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.event_act .facebook {
  width: 50px;
  height: 50px;
}

.event_act .socialshare-block {
  width: 50px;
  height: 50px;
  background-color: #2aace3;
  color: #fff;
}

.event_act .socialshare-block.facebook a{
  padding: 20px;
  box-shadow: none;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Fontawesome, sans-serif!important;
  font-size: 24px;
	color:#fff!important;
	position: relative;
    top: 10px;
}

.event_act .socialshare-block.facebook a:hover {
  width: 75px;
}

.event_act .socialshare-block.tiwtter a{
  padding: 15px 14px 12px 13px;
  background-color: #18b46e;
  box-shadow: none;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Fontawesome, sans-serif!important;
  font-size: 24px;
		color:#fff!important;
		position: relative;
    top: 10px;

}

.event_act .socialshare-block.tiwtter a:hover {
  width: 75px;
}
.event_act .sharenav {
    width: 50px;
       height: 19px;
    padding-top: 5px;
    padding-bottom: 0px;
    float: right;
    background-color: #fff;

}
.event_act .linkblocktext {
    padding-top: 0px;
    color: #666;
    font-size: 10px;
    text-align: center;
    text-transform: uppercase;
}

/* --- desktop version on mobile --- */
/*
.mobile_desktop .video_wrap .pagewidth {
	padding:2vw 0;
}

.mobile_desktop section#content .video_wrap h2 {
	font-size:3vw;
	padding:0 2vw;
	height:4vw;
    line-height:4vw;
    top:2vw;
}

.mobile_desktop section#content .video_wrap h2 a {
	font-size:2vw;
}
 
.mobile_desktop .vid_prev h4 {
	height:3vw;
	line-height:3vw;
	font-size:1.1vw;
}

.mobile_desktop .video_wrap h3 {
	margin-left:2vw;
}

.mobile_desktop .vid_prev {
	margin:0 0 1vw;
}

.mobile_desktop .vid_prev:before {
	margin-top:4vw;
    font-size:2vw;
}

.mobile_desktop .video_wrap h3 + p + a,
.mobile_desktop .vid_prev + a,
.mobile_desktop section#content .video_wrap h2 a,
.mobile_desktop #block-views-e12d52d6f52d6feca3116b95e3d10999 .front_news a,
.mobile_desktop #block-views-6126bd0ef647d4d02445600c0fb1b4b8 .view_all {
	font-size:2vw;
	margin-left:2vw;
}

.mobile_desktop.front section#content .one_call_wrap p {
	margin-left:0;
	margin-top:1em;
}
*/

/*
body.front.mobile_desktop #main {
	margin:0 auto; 
	width:90%;
}

.mobile_desktop .pagewidth {
	padding:0;
}

.mobile_desktop .content_wrap h1 {
	width:100%;
    font-size:12vw;
}

.mobile_desktop .content_wrap .content,
.mobile_desktop .video_wrap .pagewidth {
	width:100%;
}

.mobile_desktop .home_actions .find,
.mobile_desktop .home_actions .mychart,
.mobile_desktop .home_actions .request,
.mobile_desktop .home_actions .pay {
	width:100%;
	font-size:4.5vw;
	height:auto;
	line-height:2em;
}

.mobile_desktop .front .bx-wrapper {
	width:100%;
}
*/