/*!
Theme Name: PACMED
Theme URI: http://underscores.me/
Author: Creative Media Alliance
Author URI: http://creativemediaalliance.com
Description: Custom Wordpress Template for Edmonds Orthopedic Associates
Version: 1.1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: pacmed
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

PACMED is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
    font-family: sans-serif;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
	display: block;
  width: 100%;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;	
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	margin: 0;
	padding: 0;
}

p {
	margin-bottom: 10px;
	margin-top: 0px;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 1.5em;
	padding-top: 10px;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	font-style: italic;
	padding-bottom: 10px;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #7097b6;
}

body.bgOne { 
    background-color: #7097b6; 
}

body.bgTwo { 
    background-color: #d8ba4f;
}

body.bgThree { 
    background-color: #c1d300;
}

body.bgPink { 
    background-color: #f866b8;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

::selection {
    background: #337ab7;
    color: #FFF;
}

::-moz-selection {
    background: #337ab7;
    color: #FFF;
}

.orange {
    color: orange;
}

.site-main h2 {
	font-size: 24px;
	margin: 20px 0px 10px;
	font-weight: 400;
	line-height: 1.1;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: none; 
	background: #2b6294;
	color: #fff;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background-color: #337ab7;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	background-color: #337ab7;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #337ab7;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	text-decoration: none;
}

a:hover, a:focus, a:active {
	color: #23527c;
	text-decoration: none;
	outline: 0;
}

/*--------------------------------------------------------------
# Container
--------------------------------------------------------------*/

#content {
	display: block;
	clear: both;
	min-height: 702px;
	background-image: 
    	url(images/circles-bg.png),
    	url(images/bg-white.png);
  background-position:
    	center -50px , /* this positions the first image */
    	left -50px; /* this positions the second image */
  background-repeat:
		no-repeat, /* this applies to both images */
		repeat-x; /* this applies to both images */
}

.pagebg {
	background-image:url(images/bg-white.png);
	background-repeat:repeat-x;
}

.container {
	max-width: 970px;
	display: block;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background: #fff;
	clear: both;
	overflow: hidden;
}

.page-margin {
	position: relative;
	overflow: hidden;
	padding: 15px;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.nav-links {
	display:block;
	clear: both;
	padding-top: 30px;
	text-transform: uppercase; 
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

.alignnone {
	clear: both;
	display: block;
	margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.masthead {
	width: 100%;
	display: block;
	background: #ffffff;
	border-bottom: 10px solid #ccc;
	float: left;
}

.pre-header {
	width: 100%;
	display: block;
	float: left;
}

.pre-header-menu {
	display: block;
	float: left;
	width: 60%;
}

.pre-header-search {
	display: block;
	float: right;
	width: 40%;
	text-align: right;
	margin-top: 15px;
}

.search-place {
	font-size: 12px;
}

.call-us {
	float: left;
	margin-left: 8px;
	font-size: 13px;
	margin-top: 4px;
}

.mobile-number {
	display: none;
}

#searchsubmit {
	font-size: 10px;
	padding: 5px 20px;
}

.search-place {
	font-size: 12px;
	padding: 2px 10px 3px;
	margin-right: -5px;
}

.header {
	display: block;
	float: left;
	width: 100%;
}

.logo-wrap {
	display: block;
	float: left;
}

.logo-wrap img {
	width: 220px;
	margin-bottom: 5px;
	height: auto;
}

.header-button-wrap {
	float: right;
	margin-right: -15px;
}

.header-button {
	float: right;
	margin: 15px;
}

.site-logo {
	display: block; 
}

.nav-wrap {
	width: 100%;
	display: block;
	border-top: 1px solid #ccc;
	float: left;
}

.nav-container {
	width: 970px;
	display: table;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background: #fff;
	clear: both;
	overflow: hidden;
}

#menu-item-1262 span.ubermenu-target-title {
	font-size: 14px !important; 
}

.ubermenu-horizontal.ubermenu-items-align-flex .ubermenu-nav .ubermenu-item-level-0 {
    text-align: left !important;
}

.ubermenu.ubermenu-submenu-indicator-closes .ubermenu-sub-indicator-close {
    display: none !important;
}

.ubermenu-responsive .ubermenu-submenu.ubermenu-submenu-type-mega > .ubermenu-item.ubermenu-column {
    display: none !important;
}

.main-nav {
	display: table-cell;
	border-left: solid 1px #ddd;
	width: 75%;
}

.schedule-button {
	width: 25%;
	display: table-cell;
	border-left: solid 1px #ddd;
	text-align: center;
	vertical-align: middle;
}

.schedule-button a {
	background: #f79800;
	color: white;
	display: block;
	height: 60px;
	padding-top: 20px;
}

.schedule-button a:hover {
	background: #dc8700;
}

@media only screen
and (max-width : 971px ) {
    .pre-header-menu {
        width: 40%;
    }

    .pre-header-search {
        width: 60%;
		margin-top: 10px;
		text-align: right;
    }
	
	.call-us {
		float: right;
		margin-right: 15px;
	}

	.header {
		float: none;
		padding-left: 10px;
		padding-right: 10px;
	}

	.nav-container {
		max-width: 970px;
		width: 100%;
	}
	
	.main-nav {
		display: table-cell;
		border-left: none;
		width: 50%;
	}
	
	.schedule-button {
		width: 50%;
		display: table-cell;
		border-left: none;
		vertical-align: top;
	}
}

@media only screen
and (max-width : 770px ) {
	.header-button img {
		width: 160px;
	}
}

@media only screen
and (max-width : 670px ) {
	
	.mobile-number {
		display: block;
		width: 100%;
		background: #337ab7;
		color: white;
		line-height: 40px;
		text-align: center;
	}
	
	.mobile-number a {
		color: white;
	}
	
	.call-us {
		display: none;
	}

    .pre-header-search {
		padding-right: 15px;
		
    }
}

@media only screen
and (max-width : 630px ) {
	.header-button {
		margin-left: 0px;
		margin-right: 0px;
	}
	
	.main-nav {
		width: 35%;
	}
	
	.schedule-button {
		width: 65%;

	}

}

@media only screen
and (max-width : 560px ) {
	
	.logo-wrap img {
		width: 180px;
	}
	
	.header-button {
		clear: right;
		margin: 0px;
	}
	
	.header-button img {
		width: 114px;
	}
	
	.header-button-wrap {
		margin: 20px;
	}

}


/*--------------------------------------------------------------
# Banners
--------------------------------------------------------------*/
/* slider */

.slider-wrap {
	display: block;
	float: left;
	width: 100%;
}

/* slider */
/* image */

.mobile-banner-text,
.mobile-slider-text {
	display: none;
}		
		
.banner-image {
	height: 260px;
	background-repeat:no-repeat;
	text-align: right;
	margin-bottom: 15px;
	background-size: cover;
}

.banner-image-circles {
	width: 100%;
	display: block;
	background-repeat:no-repeat;
	background-image: url("images/carousel-circles.png");
	background-position: 200% center;
	height: 260px;
}

.circles-text {
	color: white;
	width: 300px;
	padding: 30px 30px 0px 0px;
	float: right;
}

.circles-text h1,
.circles-text h3 {
	font-weight: 400;
	font-size: 30px;
	line-height: 1.1
}

.circles-text h3 {
	padding-bottom: 20px;
}

@media only screen
and (max-width : 900px ) {
	
	.banner-image-circles {
		background-position: 250% center;
	}
	
	.circles-text h1,
	.circles-text h3 {
		font-size: 20px;
		padding-bottom: 20px;
	}
}

@media only screen
and (max-width : 830px ) {
	
	.banner-image-circles {
		background-image: none;
	}
	
	.circles-text {
		padding: 20px 20px 0px 0px;
		background-color:#4388c7;
		height: 260px;
	}
}

@media only screen
and (max-width : 635px ) {
	.banner-image-circles {
		display: none;
	}
	
	.mobile-banner-text {
		display: block;
		width: 100%;
		padding: 20px;
		background-color:#4388c7;
		margin-top: -15px;
		color: white;
		margin-bottom: 15px;
	}
	
	.mobile-slider-text {
		color: #fff;
		display: block;
		width: 100%;
		padding: 12px 20px;
		background-color:#929292;
		position: absolute;
		bottom: 0;
		left: 0;
	}	

	.mobile-slider-text:hover {
		text-decoration: none;
		color: white;
		background: #286090;
	}
	
	.mobile-slider-text a {
		color: white;
	}
	
	.mobile-banner-copy {
		display: inline-block;
		margin-left: 5px;
	}
	
	.mobile-banner-text h1{
		font-weight: normal;
		font-size: 24px;
		display: inline-block;
	}
	
}

/* video */

.video-banner {
	position: relative;
  	padding-bottom: 56.25%; /* 16:9 */
  	height: 0;
	margin-bottom: 15px;
}

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

/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/

.button-class {
	padding-bottom: 20px;
	padding-top: 20px;
	margin-bottom: 20px;
}

.button-class a {
	color: #fff !important;
	font-size: 15px;
	padding: 12px 20px;
	text-decoration: none;
	background-color: #2b6294;
}

.button-class a:hover {
	background-color:#337ab7;
}

.blue-button {
	margin-bottom: 20px;
	text-align: center;
}

.blue-button a {
	display: block;
	color: #fff !important;
	font-size: 15px;
	padding: 8px 20px;
	text-decoration: none;
	background-color: #2b6294;
}

.blue-button a:hover {
	background-color:#337ab7;
}

.inline-button {
	padding-bottom: 20px;
	padding-top: 20px;
	padding-right: 10px;
	display: inline-block;
	  word-wrap: break-word;
}

.inline-button a {
	color: #fff !important;
	font-size: 15px;
	padding: 12px 20px;
	text-decoration: none;
	background-color: #2b6294;
}

.inline-button a:hover {
	background-color:#337ab7;
}

.stacked-button {
	padding-bottom: 20px;
	padding-top: 20px;
	padding-right: 10px;
	word-wrap: break-word;
}

.stacked-button a {
	color: #fff !important;
	font-size: 15px;
	padding: 12px 20px;
	text-decoration: none;
	background-color: #2b6294;
	display: table-cell;
	text-align: center;
}

.stacked-button a:hover {
	background-color:#337ab7;
}


/*--------------------------------------------------------------
## HOME
--------------------------------------------------------------*/

/*------------------ 3 Image Call to Actions  ------------------*/

.action-widget {
	display: block;
	clear:both;
	float: left;
	padding-bottom: 15px;
}

.action-widget img{
	display: block;
}

.action-widget ul{
	list-style:none;
	margin:0;
	padding:0;
}

.action-widget ul li {
	width: 32%;
	float: left;
	margin-right: 2%;
}

.action-widget ul li:last-child {
	margin-right: 0%;
}


.action-widget-link {
	color: #fff;
	display: block;
	margin-bottom: 5px;
	padding: 10px;
	background-color: #4489c2;
	text-align: center;
}

.action-widget-link:hover {
	text-decoration: none;
	color: white;
	background: #286090;
}

span.action-icon {
	margin-right: 5px;
	font-size: 12px;
}

@media only screen
and (max-width : 675px ) {
	
	.action-widget {
		float: none;
		padding-bottom: 0px;
	}

	.action-widget ul li {
		width: 100%;
		float: none;
		margin-right: 0%;
	}
	
	.action-widget ul li img{
		display: none;
	}
	
	.action-widget-link {
		margin-bottom: 0px;
		padding: 10px;
		border-bottom: 2px solid #fff;
	}
}

/*------------------ 3 Boxed Call to Actions  ------------------*/

.boxed-widget {
	display: block;
	clear:both;
}

.boxed-widget ul{
	list-style:none;
	margin:0;
	padding:0;
}

.boxed-widget ul li {
	width: 32%;
	float: left;
	margin-right: 2%;
}

.boxed-widget ul li:last-child {
	margin-right: 0%;
}

.boxed-widget ul li h3{
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}

.box-padding {
	display: block;
	padding: 0px 15px 10px;
	border: solid 1px #ddd;
}

.boxed-border-link {
	padding: 10px 20px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	width: 100%;
    display: block;
    clear: both;
}

ul.boxed-news li,
.home-links ul li {
	width: 100%;
	float: left;
	margin-right: 0%;
	border: none;
}

ul.boxed-news li {
	margin-bottom: 15px;	
}

.home-links ul li {
	text-align: center;
	margin-bottom: 15px;	
	font-weight: 700;
}

.readmore {
	color: #000;
}

@media only screen
and (max-width : 675px ) {

	.boxed-widget ul li {
		width: 100%;
		float: none;
	}
	
	.boxed-widget ul li:last-child,
	.boxed-widget ul li:first-child {
		display: none;
	}
	
	.boxed-widget ul li ul li:last-child,
	.boxed-widget ul li ul li:first-child {
		display: block;
	}
	
	.boxed-border-link {
		padding: 0px;
		border-top: none;
		border-bottom: none;
		width: 100%;
		text-align: center;
	}
}


/*--------------------------------------------------------------
## Single Post
--------------------------------------------------------------*/

ul.top-doc-list {
	list-style: none;
	padding: 0;
	padding-bottom: 20px;
	margin: 0;
}

ul.top-doc-list li{
	padding-bottom: 5px;
	line-height: 18px;
}

h3.top-doc-list {
	margin-top: 0 !important;
	margin-bottom: 10px !important;
}

.practice-wrap {
	font-size: 1.125em;
	color: #333;
	padding-top: 10px;
	padding-bottom: 20px;
}

.related-docs {
	font-size: 1.125em;
	color: #333;
	border-top: solid 1px #ccc;
	margin-top: 40px;
	padding-bottom: 20px;
	float: left;
}


.testimonial-copy {
	text-align: center;
	color: #333333;
	font-size: 1.600em;
	line-height: 1.4em;
}

.testimonial-copy a, .testimonal-copy a:visited {
	color: #333333; 
}

.testimonial-copy a:hover{
	color:  #41ded5; 
}

@media only screen and (max-width : 719px ) {
	.testimonial-copy {
		font-size: 1.300em;
		line-height: 1.1em;
	}
}

/*--------------------------------------------------------------
## Recipes
--------------------------------------------------------------*/


.recipes-intro h4 {
	color: #000 !important;
	display: inline-block;
	margin-right: 3px;
}

.recipe-set {
	display: inline-block;
	margin-right: 15px;
}

.directions ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

/*--------------------------------------------------------------
## Leadership
--------------------------------------------------------------*/

.leaders-image {
	float: left;
	margin-right: 30px;
}

.leaders-image img{
	max-width: 250px;
}

.leaders-image-content h2 {
	padding-top: 10px !important;
	font-size: 20px !important;
	font-weight: 700 !important;
	margin-bottom: 10px !important;
}

.leaders-image-content h3 {
	margin-top: 0px !important;
	font-size: 16px !important;
	font-weight: 400 !important;
}

@media only screen and (max-width : 675px ) {
	.leaders-image {
		float: none;
		margin-right: 0px;
	}

	.leaders-image img{
		max-width: 100%;
	}

}

/*--------------------------------------------------------------
# Flexible Content
--------------------------------------------------------------*/
/* Two Column */
.left-col {
	width: 49%; 
	margin-right: 2%; 
	float: left;
}

.right-col {
	width: 49%; 
	float: left;
}

@media only screen and (max-width : 675px ) {
	.left-col,
	.right-col {
		width: 100%; 
		margin-right: 0%; 
		float: none;
	}

}

/* Anchor Links */

.longmenu ul {
    list-style-type: none;
	padding: 0;
}

.longmenu ul li {
       list-style-position: outside;
}

.longmenu ul li::before {
    font-family: "Font Awesome 5 Free"; 
	font-weight: 900; 
	content: "\f063";
    padding: 0 5px 0 0;
	color: orange;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
  }

.orange-arrow {
	color: orange;
	font-weight: 900;
	padding-right: 5px;
}

.back-to-top {
	clear: both;
}


/* Accordians */
#faq_container {
	 border: 1px solid #e5e5e5;
	 margin-bottom: 10px;
	 clear:both;
}

.blue-faq {
	background-color: #2b6294;
}

.blue-faq:hover {
	background-color: #337ab7;
}

.faq_question {
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	display: table;
	font-weight: 500;
}

.white-question,
.blue-question {
    margin: 15px 20px;
    display: block;
}

.blue-question,
.blue-question a{
	color: white;
}

.question {
	margin-bottom: 5px;
	display: table-cell;
	width: 100%;
}

.faq_answer_container {
	 height: 0px;
	 overflow: hidden;
	 padding: 0px;
	 display:block;
}

.faq_answer {
	height: auto;
	overflow: hidden;
	display:block;
	background: #fff;
	padding-left: 20px;
	padding-right: 20px;
}

.accordion-button-icon {
	 display: table-cell;
	 line-height: inherit;
	 padding-left: 15px;
	 vertical-align: middle;
	 padding-right: 20px;
}

.accordion-blue {
	 color: white;
}

ul.tesimonial-listing {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

ul.tesimonial-listing li{
	padding-bottom: 20px;
}

/*--------------------------------------------------------------
# Locations
--------------------------------------------------------------*/
.home-map {
	display: block;
}

.map-wrap h3 {
    color: #555;
    background: #bfd71d;
    padding: 10px 20px;
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 10px;
	line-height: 1.1;
}

.map {
}

.map a,
.map a:hover {
	color: #333;
}

#wpsl-wrap #wpsl-result-list li {
    background: #ddd;
}

#wpsl-wrap #wpsl-result-list li:hover {
    background: #ccc;
}

.wpsl-store-location span,
.wpsl-contact-details,
.wpsl-direction-wrap,
.wpsl-store-thumb,
.wpsl-search {
	display: none;
}

#wpsl-result-list li p {
    margin: 0px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.1;
}

.wpsl-store-location strong {
	font-weight: 500 !important;
}

.wpsl-store-location a{
    color: #333;
}

#wpsl-wrap #wpsl-result-list li {
    border-bottom: solid 1px #fff;
	margin-right: 12px;
}

#wpsl-gmap {
    float: right;
    width: 74%;
    margin-bottom: 0;
}

#wpsl-result-list {
    width: 25.5%;
    margin-right: .5%;
}

@media only screen and (max-width : 675px ) {

	.home-map #wpsl-gmap {
		display: none;
	}

	#wpsl-stores, #wpsl-direction-details, #wpsl-gmap {
		height: auto !important;
	}

	#wpsl-result-list {
		width: 100%;
		margin-right: 0%;
	}

	#wpsl-wrap #wpsl-result-list li {
		margin-right: 0px;
		padding-left: 10px;
	}

	.home-map,
	.location-page-map {
    	margin-bottom: -100px;
	}
	
	.location-page-map #wpsl-gmap {
		float: none;
		width: 100%;
	}

	.location-page-map #wpsl-result-list {
		width: 100%;
		margin-right: 0%;
	}
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/


.page-content-wrapper {
	width: 100%;
	float: left;
}

.page-content {
	margin-left: 235px; 
	color:#333;
}

.negative {
	margin-left: 0px !important; 
}

.page-content h1 {
	color: #555;
    background: #bfd71d;
    padding: 10px 20px;
	font-size: 18px;
	line-height: 1.1;
	margin: 20px 0px 10px;
	font-weight: 400;
}

h1.green-header,
h2.green-header {
	color: #555;
    background: #bfd71d;
    padding: 10px 20px;
	font-size: 18px !important;
	line-height: 1.1;
	margin: 0px 0px 10px;
	font-weight: 400;
}

.page-content h2 {
	font-size: 24px;
 	margin: 20px 0px 10px;
    font-weight: 400;
}

.page-content h3 {
	font-size: 18px;
 	margin: 20px 0px 10px;
    font-weight: 500;
}

.page-content h4 {
	font-weight: 700;
	font-size: 14px;
	color: orange;
}

.page-content h6 {
	font-weight: 400;
	font-size: 14px;
	font-style: italic;
}

.page-content ul, ol {
	margin-left: 0px;
}

ul.no-bullet {
	list-style: none;
}

ul.arrow,
ul.double-arrow {
	list-style: none;
}

ul.arrow li:before {    
    font-family: "Font Awesome 5 Free";
    content: '\f30b';
	font-weight: 900;
    margin:0 5px 0 -15px;
	color: orange;
}

ul.double-arrow li:before {    
    font-family: "Font Awesome 5 Free";
    content: '\f101';
	font-weight: 900;
    margin:0 5px 0 -15px;
	color: orange;
}

.sidebar-wrap {
	width: 215px; /* sidebar width */
	float: left;
	margin-left: -100%;
	background: #f3f5ec;
	padding-top: 20px;
}

.sidebar-block,
.sidebar-doc {
	display: block;
	clear: both;
	width: 215px;
	float: left;
	font-size: 1em;
	color: #333;
	padding-left: 15px;
	padding-right: 15px;
}

.hide-mobile {
	width: 215px;
	float: left;
	font-size: 1em;
	color: #333;
	padding-left: 20px;
	padding-right: 20px;
}

.sidebar-block h3,
.hide-mobile h3 {
	font-size: 18px;
	line-height: 20px;
	color: #333;
	margin-top: 0px;
	margin-bottom:10px;
	font-weight: 500;
}

.sidebar-block ul {
	padding-left: 5px;
}

.sidebar-block ul li{
	word-wrap: break-word;
}

.sidebar-block ul li ul{
	padding-left: 0px;
}
  

.sidebar-nav {
	line-height: 1.3em;
	margin: 10px 0px 30px;
	font-weight: 500;
}

.sidebar-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.sidebar-nav li{
	padding: 4px 0px;
}

.sidebar-nav li a {}

.hide-mobile {
	display: block;
}

.hide-desktop {
	display: none;
}

.new-year {
	border-top: solid 1px #ccc;
	display: block;
	width: 100%;
	padding-top: 10px;
	margin-top: 10px;
}

@media only screen and (max-width : 675px ) {

	.page-content-wrapper {
		width: 100%;
		float: none;
	} 

	.page-content {
		margin-left: 0px;
		padding-bottom: 20px;
	}

	.sidebar-wrap {
		float: none;
		overflow: inherit;
		width: 100%;
		margin: 0;
		clear:both;
		padding-top: 0px;
	}
	
	.sidebar-block {
		width: 100%;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	
	.hide-mobile {
		display: none;
	}

	.hide-desktop {
		display: block;
	}
	
}

.bellows .bellows-nav .bellows-subtoggle {
    width: 10px !important;
}

body:not(.rtl) .bellows.bellows-main .bellows-nav .bellows-item-level-0 > .bellows-target {
    padding-right: 0px !important;
}

.bellows.bellows-main .bellows-nav .bellows-item-level-0 > .bellows-target {
    font-weight: 500 !important;
}

.bellows .bellows-nav .bellows-subtoggle .fa {
    color: orange;
}

.bellows {
    margin: 0px 0 15px 0 !important;
}

.bellows.bellows-main .bellows-nav .bellows-submenu {
    padding-top: 5px;
}

ul.bellows-nav {
    margin-bottom: 20px !important;
}

.mobile-submenu {
	
}

.alert-block {
	color: white;
	background: red;
	border-radius: 5px;
	padding: 20px;	
	margin-bottom: 20px;
}

.alert-block a {
	color: white;
	text-decoration: underline;
}

.alert-block ul {
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.alert-block h2 {
	margin-top: 0px;
	font-size: 22px;
	line-height: 28px;
}

.alert-button {
	padding-bottom: 20px;
	padding-top: 20px;
}

.alert-button a {
	color: red;
	font-size: 15px;
	padding: 12px 20px;
	text-decoration: none;
	background-color: #fff;
}

.alert-button a:hover {
	background-color:orange;
	color: #ffffff;
}

/*--------------------------------------------------------------
# Single Physicians
--------------------------------------------------------------*/

.doc-banner  {
	width: 100%;
	float: left;
	background: #337ab7;
	height: 180px;
}

.doc-header {
	margin-left: 260px; 
	color: #fff;
	float: right;
	text-align: right;
	padding: 20px;
	font-size: 15px;
}

.doc-header h1 {
	font-size: 30px;
	font-weight: 400;
	margin-bottom: 10px;
}

.doc-profile-wrap {
	width: 260px; /* sidebar width */
	float: left;
	margin-left: -100%;
}

.doc-profile {
	float: left;
	height: 180px;
	overflow: hidden;
}

.doc-profile img {
	margin-top: -50px;
}

.print-button {
	padding: 12px 20px;
}

@media only screen and (max-width : 675px ) {
	
	.doc-header {
		margin-left: 0px; 
		text-align: left;
		padding: 30px 15px;
	}

	.doc-banner  {
		display: block;
		margin: 0;
		white-space: normal;
		width: 60%;
		position: absolute;
		z-index: 1000;
		top: 0;
		height: 180px;
		overflow: hidden;
		text-align: left;
		background: transparent;
	}
	
	.doc-header h1 {
		font-size: 15px;
		display: inline-block;
		margin-bottom: 0px;
	}

    .doc-header h1:after {
    	content: " - ";
	}
	
	.doc-profile-wrap {
		float: none;
		overflow: inherit;
		width: 100%;
		margin: 0;
		clear:both;
		background: #337ab7;
	}

	.doc-profile {
		float: right;
	}

	.doc-profile img {
		margin-top: -35px;
		height: 260px;
		width: auto;
	}
}
	
@media only screen and (max-width : 450px ) {
	.doc-profile img {
		margin-top: -0px;
		height: 180px;
	}
}

.doc-practice-wrap {
	width: 100%;
	float: left;
	margin-top: 15px;
}

.doc-practice-left {
	width: 50%;
	float: left;
}

.doc-practice-right {
	width: 50%;
	float: right;
}

.schedule-widget-pane {
	margin-bottom: 2rem;
	float: right;
}

button.schedule-widget-get-appointment-btn {
	text-transform: uppercase;
	font-size: 11px;
	padding: 8px 20px;
}

@media only screen and (max-width : 675px ) {
	.doc-practice-left {
		width: 100%;
		float: none;
	}

	.doc-practice-right {
		width: 100%;
		float: none;
	}
	
	.doc-practice-wrap {
		padding: 15px;
		margin-top: 0px;
	}
	
	.schedule-widget-pane {
		margin-bottom: 10px;
	}
	
	button.schedule-widget-get-appointment-btn {	
		width: 100%;
		display: inline-block;
		text-align: center;
	}
	
	.schedule-widget-pane {
		float: none;
	}

}

.doc-block {
  	display: block;
  	padding-bottom: 15px;
}

.doc-block h3{
	font-size: 18px;
	font-weight: 500;
}

.doc-video {
  	position: relative;
  	padding-bottom: 56.25%; /* 16:9 */
  	height: 0;
	margin-top: 10px;
}

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

.comma-list {
  	list-style: none;
  	padding: 0px;
	margin: 0px;
}

.comma-list li {
  	display: inline-block;
	margin-right: 5px;
}

.comma-list li::after {
  	content: ",";
}

.comma-list li:last-child::after {
    content: "";
}

.top-doc {
	display: block;
  	width: 100%;
}

.top-doc h2{
	font-size: 24px;
	font-weight: 400;
	margin-top: 10px;
	margin-bottom: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

.additional-info {
	display: block;
	margin-top: 10px;
	margin-bottom: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	width: 100%;
	overflow: hidden;
}

/*--------------------------------------------------------------
# Practices
--------------------------------------------------------------*/

.physician-thumb {
    width: 23%;
    float: left;
    text-align: center;
	margin-right: 1%;
	margin-left: 1%;
	height: 275px;
}

.physician-thumb img {
    margin-bottom: 10px;
    height: 200px;
    object-fit: cover;
}

@media only screen and (max-width : 800px ) {
	.physician-thumb {
		width: 31%; 
	}
}

@media only screen and (max-width : 645px ) {
	.physician-thumb {
		width: 48%; 
		height: 400px;
	}
	
	.physician-thumb img {
		height: auto;
		object-fit: cover;
	}
}


/*--------------------------------------------------------------
# Physicians Search pages
--------------------------------------------------------------*/
.search-page-top-copy {
	padding-bottom: 10px;
}

.search-page-top-copy h1 {
	margin: 0px 0px 10px;
	font-weight: 400;
	font-size: 36px;
}

.dropdown-column h4 {
	font-size: 18px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: 500;
}

.dropdown-column {
	float: left;
}

.dropdown-column.specialties,
.dropdown-column.locations {
	width: 19%;
	margin-right: 1%
}

.dropdown-column.languages,
.dropdown-column.gender {
	width: 19%;
	margin-right: 1%
}

.dropdown-column.search-button {
	width: 19%;
}

.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 5px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.inline-search-button {
	margin-top: 44px;
	display: block;
	width:100%;
	padding: 8px 20px;
	float: right;
}

.footnote {
	font-size: 85%;
	padding:10px;
}

.search-grid ul,
.practice-grid ul{
	list-style: none;
	margin: 0;
	padding: 0;
  	column-break-inside : avoid;
}

.practice-grid ul li {
    margin-bottom: 5px;
	line-height: 18px;
}

.search-grid-columns {
 	display: block;
    -moz-column-count: 4;
    -moz-column-gap: 30px;
    -ms-column-count: 4;
    -ms-column-gap: 30px;
    -webkit-column-count: 4;
    -webkit-column-gap : 30px;
    -o-column-count: 4;
    -o-column-gap : 30px; /* Opera */
    column-count: 4;
	column-gap: 30px;
	padding-top: 20px;
}

.search-grid-wide {
 	display: block;
    -moz-column-count: 3;
    -moz-column-gap: 30px;
    -ms-column-count: 3;
    -ms-column-gap: 30px;
    -webkit-column-count: 3;
    -webkit-column-gap : 30px;
    -o-column-count: 3;
    -o-column-gap : 30px; /* Opera */
    column-count: 3;
	column-gap: 30px;
	padding-top: 20px;
}

.search-block {
	display: block;
	page-break-inside: avoid; /* For Firefox. */
  	-webkit-column-break-inside: avoid; /* For Chrome & friends. */
  	break-inside: avoid; /* For standard browsers like IE. :-) */
}

.search-block h4 {
	font-weight: 500;
	margin-bottom: 5px;
	margin-top: 10px;
	font-size: 16px;
}

.search-block h5 {
	display: inline;
	font-size: 1em;
	margin-right: 5px;
}

ul.inline-list  {
  display: inline;
  list-style: none;
  padding: 0px;
}

ul.inline-list li {
  display: inline;
}

ul.inline-list li::after {
  content: ", ";
}

ul.inline-list li:last-child::after {
    content: "";
}

h2.practice-title{
	font-weight: 400;
	margin-bottom: 5px;
	margin-top: 20px;
	font-size: 24px;
}

@media only screen and (max-width : 880px ) {
	
	.dropdown-column.specialties,
	.dropdown-column.locations {
		width: 49%;
		margin-right: 1%
	}

	.dropdown-column.languages,
	.dropdown-column.gender {
		width: 39%;
		margin-right: 1%
	}
	
	.dropdown-column.search-button {
		width: 20%;
	}
}

@media only screen and (max-width : 800px ) {
	.search-grid-columns {
		-moz-column-count: 3;
		-ms-column-count: 3;
		-webkit-column-count: 3;
		-o-column-count: 3;
		column-count: 3;
	}
}

@media only screen and (max-width : 600px ) {
	.search-grid-columns,
	.search-grid-wide {
		-moz-column-count: 2;
		-ms-column-count: 2;
		-webkit-column-count: 2;
		-o-column-count: 2;
		column-count: 2;
	}
}

@media only screen and (max-width : 450px ) {
	.search-grid-columns,
	.search-grid-wide {
		-moz-column-count: 1;
		-moz-column-gap: 0px;
		-ms-column-count: 1;
		-ms-column-gap: 0px;
		-webkit-column-count: 1;
		-webkit-column-gap : 0px;
		-o-column-count: 1;
		-o-column-gap : 0px; /* Opera */
		column-count: 1;
		column-gap: 0px;
	}
	
	.dropdown-column.specialties,
	.dropdown-column.locations,
	.dropdown-column.languages,
	.dropdown-column.gender,
	.dropdown-column.search-button {
		width: 100%;
		margin-right: 0%
	}
	
	.dropdown-column h4 {
		font-size: 16px;
		margin-top: 5px;
		margin-bottom: 5px;
	}
	
	.inline-search-button {
		margin-top: 10px;
}

}


/*--------------------------------------------------------------
# Archive
--------------------------------------------------------------*/

.search-button-wrap{
	text-align: center;
	display: block;
	clear: both;
}

.dropdown-column {

}










/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/

.testimonial {
    border-bottom: #ccc solid 1px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.location-list ul {
	display: inline-block;
	padding: 0;
	margin: 0;
	list-style: none;
}

.location-list ul li {
    display: inline-block;
    margin-right: 5px;
}

.location-list ul li:after {
	content:'|';
	padding-left: 5px;
}

.location-list ul li:last-child:after {
	content:'';
	padding-left: 0px;
}

.location-list h4 {
	display: inline-block;
	margin-right: 5px;
	color: #000;
}


/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.meta-data {
	display: block;
	padding-bottom: 10px;
	color: #999;
}

span.meta {
	margin: 0; 
	color: #999; 
}

span.meta a{
	color: #999; 
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	text-decoration: none;
}

span.meta a:hover{
	color: #337ab7; 
}


/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}


/*--------------------------------------------------------------
# SINGLE LOCATIONS
--------------------------------------------------------------*/
.right-column, .left-column{
	width: 50%; 
	padding-left: 20px; 
	padding-right: 20px;
	text-align: left;
	float: left;
}

ul.contact-info {
	margin-top: 1em; 
	margin-left: 0; 
	margin-right: 0; 
	margin-bottom: 0; 
	padding: 0; 
}

ul.contact-info li{
	list-style: none; 
}

ul.contact-info li a{
	color: #404040;  
}

.label{
	display: block; 
	float: left;
	padding-right: 10px; 
}

table.wpsl-opening-hours{
	float: left; 
}

/*.address {
	float: left; 
	width: 80%; 
}*/

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.right .ginput_container_textarea{
	margin-top: 28px !important; 
}

.gform_wrapper textarea.medium{
	height: 164px !important; 
}

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type="submit"], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type="submit"] {
	    margin: 0px;
    padding: 8px 20px;
}

.page-template-template-contact .form{
	display: block; 
	max-width: 660px;
	width: 90%; 
	margin-right: auto; 
	margin-left: auto; 
}

.page-template-template-contact div.gform_footer.top_label{
	text-align: center; 
}

/*--------------------------------------------------------------
# NEWS 
--------------------------------------------------------------*/

.news-inwrap{
	clear: both;
	/*overflow:hidden;*/
	position:relative;
	width: 100%;
	padding-bottom: 30px;
	background-color: #e2e4e5; 
}

.news-inwrap .container{
	margin-top: -50px; 
	padding-bottom: 20px; 
}

.category .section-header, .category .news-feed-wrapper {
	display: none; 
}

/*--------------------------------------------------------------
# CAREERS 
--------------------------------------------------------------*/

.current_openings ul {
	list-style: none; 
	padding-left: 0; 
}

.current_openings ul li{
	margin-bottom: 2em; 
}

.career_title {
	font-size: 1.50em;
	color: #2c3d50;
	text-transform: uppercase;
	font-weight: 400;
	margin: 0;
}

/*--------------------------------------------------------------
## FOOTER
--------------------------------------------------------------*/

.footer-container {
	overflow: hidden;
	display: block;
	border: solid 1px #ddd;
	padding: 20px;
}

.footer-container h3 {
	font-size: 14px;
	font-weight: 700;
	padding-bottom: 5px;
}

.footer-container ul {
    margin: 0px 0px 20px;
    padding: 0px;
    line-height: 1.5em;
    list-style: none;
}

/*--------- left ---------*/
.left-footer {
	width: 31%;
	display: block;
	margin-right: 2%;
	float: left;
}

/*--------- social ---------*/

ul.social {
	display:inline-block;
	margin: 0;
    padding: 0;
    font-size: 24px;
}

ul.social li {
	list-style-type: none;
	padding-right: 5px;
	display: inline-block; 
}

ul.social li a {
	text-decoration: none; 
}

ul.social li a i {
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}

ul.social li:first-child a i {
	padding-left: 0px;
}

/*--------- center ---------*/

.center-footer {
	width: 31%;
	display: block;
	margin-right: 2%;
	float: left;
}

/*--------- right ---------*/

.right-footer {
	width: 34%;
	display: block;
	float: left;
}

.right-footer ul li{
    margin-bottom: 5px;
}

@media screen and (max-width: 675px){
	
	.right-footer {
		display: none;
	}
	
	.left-footer,
	.center-footer {
		width: 100%;
		margin-right: 0%;
		float: none;
	}
}



/*--------------------------------------------------------------
## Mobile Styles
--------------------------------------------------------------*/



@media screen and (max-width: 955px){
	
	
	.site-info div{ 
		width: 100%; 
	}
	
	.site-info img{
		display: block; 
		margin-left: auto; 
		margin-right: auto; 
		float: none; 
		padding: 0; 
	}
	
	.site-info .left, .site-info .right{
		text-align: center; 
		padding-left: 0; 
		padding-right: 0; 
		padding-top: 0; 
	}
	
}








/*
--------------------------------------------------------------
GRAVITY TWO-COLUMN STYLES
--------------------------------------------------------------
*/
.gform_wrapper.two-column_wrapper ul.gform_fields {
display: none;
}
.gform_wrapper.two-column_wrapper ul.gform_fields.gform_column {
display: block;
float: left;
width: 50%;
}
.gform_wrapper.two-column_wrapper ul.gform_column li.gsection:first-child {
display: none;
}

@media only screen and (max-width: 870px){
	.form{
		padding-left: 20px; 
		padding-right: 20px; 
		width: 100% !important; 
		max-width: 860px !important; 
	}
	.gform_wrapper.two-column_wrapper ul.gform_fields.gform_column {
		width: 100%;
	}
}
/*
--------------------------------------------------------------
Schedule Widget
--------------------------------------------------------------
*/






/* IMPORTED FROM SWEDISH */

/* CHANGED TO SUIT PACMED */

.schedule-widget-visit-wrapper {
	max-width: 300px;
	font-size: 12px;
}

.schedule-widget-error {
	margin-top: 1rem;
	max-width: 300px;
	font-size: 14px;
 	background: RGBA(7,110,168,40%);
	padding: 5px;
}





.mrg-bot-16 {
    margin-bottom: 1rem !important;
}

.schedule-widget-visit-wrapper.is-open {
	margin-top: 1rem;
}


.search-grid-wide .search-block {
contain: content;
}

/* Overrides */

.schedule-button a {
font-size: 18px;
padding-top: 16px;
}
