/* Lato fonts */

/* Webfont: Lato-Heavy */@font-face {
    font-family: 'Lato2';
    src: url('../fonts/Lato2/Lato-Heavy.eot'); /* IE9 Compat Modes */
    src: url('../fonts/Lato2/Lato-Heavy.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('../fonts/Lato2/Lato-Heavy.woff2') format('woff2'), /* Modern Browsers */
        url('../fonts/Lato2/Lato-Heavy.woff') format('woff'), /* Modern Browsers */
        url('../fonts/Lato2/Lato-Heavy.svg#Lato-Heavy') format('svg'),
        url('../fonts/Lato2/Lato-Heavy.ttf') format('truetype');
    font-style: normal;
    font-weight: 800;
    text-rendering: optimizeLegibility;
}

/* Webfont: Lato-Semibold */@font-face {
    font-family: 'Lato2';
    src: url('../fonts/Lato2/Lato-Semibold.eot'); /* IE9 Compat Modes */
    src: url('../fonts/Lato2/Lato-Semibold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('../fonts/Lato2/Lato-Semibold.woff2') format('woff2'), /* Modern Browsers */
        url('../fonts/Lato2/Lato-Semibold.woff') format('woff'), /* Modern Browsers */
        url('../fonts/Lato2/Lato-Semibold.svg#Lato-Semibold') format('svg'),
        url('../fonts/Lato2/Lato-Semibold.ttf') format('truetype');
    font-style: normal;
    font-weight: 600;
    text-rendering: optimizeLegibility;
}

/* Webfont: Lato-Medium */@font-face {
    font-family: 'LatoWebMedium';
    src: url('../fonts/Lato2/Lato-Medium.eot'); /* IE9 Compat Modes */
    src: url('../fonts/Lato2/Lato-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('../fonts/Lato2/Lato-Medium.woff2') format('woff2'), /* Modern Browsers */
        url('../fonts/Lato2/Lato-Medium.woff') format('woff'), /* Modern Browsers */
        url('../fonts/Lato2/Lato-Medium.svg#Lato-Medium') format('svg'),
        url('../fonts/Lato2/Lato-Medium.ttf') format('truetype');
    font-style: normal;
    font-weight: 500;
    text-rendering: optimizeLegibility;
}

/***************/

/* Genesis theme CSS */
/* # Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Jetpack
- Skip Links
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Accessible Menu
	- Site Header Navigation
	- Primary and Secondary Navigation
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Site Footer
- Media Queries
	- Max-width: 1280px
	- Max-width: 1023px
	- Max-width: 880px
- Print Styles
*/


/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v7.0.0 | MIT License | https://necolas.github.io/normalize.css/ */

html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,footer,header,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figcaption,figure,main{display:block}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details,menu{display:block}summary{display:list-item}canvas{display:inline-block}template{display:none}[hidden]{display:none}

/* ## Box Sizing
--------------------------------------------- */

html,
input[type="search"] {
	box-sizing:         border-box;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}


/* ## Float Clearing
--------------------------------------------- */

.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
	content: " ";
	display: table;
}

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after {
	clear: both;
	content: " ";
	display: table;
}


/* # Defaults
---------------------------------------------------------------------------------------------------- */

/* ## Typographical Elements
--------------------------------------------- */

html {
    font-size: 62.5%; /* 10px browser default */
}

/* Chrome fix */
body > div {
    font-size: 1.8rem;
}

body {
	background-color: #fff;
	color: #333;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 1.625;
	margin: 0;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

a {
	color: #c3251d;
	text-decoration: underline;
}

a:hover,
a:focus {
	color: #333;
	text-decoration: none;
}

p {
	margin: 0 0 28px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: disc;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #ddd;
	clear: both;
	margin: 1em 0;
}

b,
strong {
	font-weight: 700;
}

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

blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}


/* ## Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 10px;
}

h1 {
	font-size: 36px;
	font-size: 3.6rem;
}

h2 {
	font-size: 30px;
	font-size: 3rem;
}

h3 {
	font-size: 24px;
	font-size: 2.4rem;
}

h4 {
	font-size: 20px;
	font-size: 2rem;
}

h5 {
	font-size: 18px;
	font-size: 1.8rem;
}

h6 {
	font-size: 16px;
	font-size: 1.6rem;
}

/* ## Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

/* ## Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 28px;
	text-align: center;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery img {
	border: 1px solid #ddd;
	height: auto;
	padding: 4px;
}

.gallery img:hover,
.gallery img:focus {
	border: 1px solid #999;
}

/* ## Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
	padding: 16px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #333;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #333;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #333;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	padding: 16px 24px;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
button:focus,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"],
.button:focus {
	background-color: #c3251d;
	color: #fff;
}

.entry-content .button:hover,
.entry-content .button:focus {
	color: #fff;
}

.button {
	display: inline-block;
}

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

/* ## Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}

th {
	font-weight: 400;
}

/* ## Screen Reader Text
--------------------------------------------- */

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
	word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus {
	clip: auto !important;
	height: auto;
	width: auto;
	display: block;
	font-size: 1em;
	font-weight: bold;
	padding: 15px 23px 14px;
	color: #333;
	background: #fff;
	z-index: 100000; /* Above WP toolbar. */
	text-decoration: none;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
}

.more-link {
    position: relative;
}


/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* ## Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1200px;
}

.site-inner {
	clear: both;
	padding-top: 60px;
}

/* ## Column Widths and Positions
--------------------------------------------- */

/* ### Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 980px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* ### Content */

.content {
	float: right;
	width: 780px;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 580px;
}

.full-width-content .content {
	width: 100%;
}

/* ### Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 360px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* ### Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}


/* # Common Classes
---------------------------------------------------------------------------------------------------- */

/* ## Avatar
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar,
.author-box .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

/* ## Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 40px;
}

.archive-description,
.author-box {
	margin-bottom: 60px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* ## Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.site-header .search-form {
	float: right;
	margin-top: 12px;
}

.entry-content .search-form,
.site-header .search-form {
	width: 50%;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* ## Titles
--------------------------------------------- */

.author-box-title,
.archive-title {
	font-size: 20px;
	font-size: 2rem;
}

.entry-title {
	font-size: 36px;
	font-size: 3.6rem;
}

.entry-title a,
.sidebar .widget-title a {
	color: #333;
}

.entry-title a:hover,
.entry-title a:focus {
	color: #c3251d;
}

.widget-title {
	margin-bottom: 20px;
}

/* ## WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
	margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 28px;
}


/* # Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	word-wrap: break-word;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

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

.featured-content .entry {
	margin-bottom: 40px;
}

.featured-content .entry:last-child {
	margin-bottom: 0;
}

.featured-content .entry-title {
	font-size: 20px;
	font-size: 2rem;
}


/* # Plugins
---------------------------------------------------------------------------------------------------- */

/* ## Genesis eNews Extended
--------------------------------------------- */

.enews-widget input {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 16px;
}

.enews-widget input[type="submit"] {
	margin: 0;
	width: 100%;
}

.enews form + p {
	margin-top: 24px;
}

/* ## Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}


/* # Skip Links
---------------------------------------------------------------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	width: 0;
	list-style: none;
}

/* Display outline on focus */
:focus {
	color: #333;
	outline: #ccc solid 1px;
}


/* # Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	min-height: 160px;
	border-bottom: 1px solid #eee;
}

.site-header .wrap {
	padding: 40px 0;
}

/* ## Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 10px 0;
	width: 360px;
}

.header-full-width .title-area {
	width: 100%;
}

.site-title {
	font-size: 30px;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.2;
}

.site-title a,
.site-title a:hover,
.site-title a:focus {
	color: #333;
}

.header-image .site-title > a {
	background: url(images/logo.png) no-repeat left;
	float: left;
	min-height: 60px;
	width: 100%;
}

.site-description {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.5;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title a {
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

/* ## Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 780px;
}


/* # Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu a {
	color: #333;
	text-decoration: none;
	display: block;
	padding: 32px 20px;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu a:focus,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus {
	color: #c3251d;
	text-decoration: underline;
}

.genesis-nav-menu .sub-menu {
	border-top: 1px solid #eee;
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity 0.4s ease-in-out;
	-moz-transition:    opacity 0.4s ease-in-out;
	-ms-transition:     opacity 0.4s ease-in-out;
	-o-transition:      opacity 0.4s ease-in-out;
	transition:         opacity 0.4s ease-in-out;
	width: 210px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #eee;
	border-top: 0;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 20px;
	position: relative;
	width: 210px;
	word-wrap: break-word;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -56px 0 0 209px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

/* ## Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

/* ## Site Header Navigation
--------------------------------------------- */

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

/* ## Primary and Secondary Navigation
--------------------------------------------- */

.nav-primary,
.nav-secondary {
	border-bottom: 1px solid #eee;
}


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

/* ## Entries
--------------------------------------------- */

.entry {
	margin-bottom: 60px;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
	margin-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

/* ## Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

/* ## Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 0;
}

.pagination li {
	display: inline;
}

.pagination li a {
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
	padding-right: 10px;
	text-decoration: none;
}

.pagination .active a {
	color: #333;
}

/* ## Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 60px;
}

.comment-header {
	font-size: 16px;
	font-size: 1.6rem;
}

.comment-content {
	clear: both;
	word-wrap: break-word;
}

.comment-list li {
	padding: 32px 0 0 32px;
}

.comment-list li.depth-1 {
	padding-left: 0;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}


/* # Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	font-size: 16px;
	font-size: 1.6rem;
}

.sidebar li {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.sidebar p:last-child,
.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	margin-bottom: 60px;
}


/* # Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	border-top: 1px solid #ddd;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1;
	padding: 40px 0;
}

.site-footer p {
	margin-bottom: 0;
}


/* # Media Queries
---------------------------------------------------------------------------------------------------- */

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

	.site-inner,
	.wrap {
		max-width: 960px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 720px;
	}

	.content,
	.site-header .widget-area {
		width: 600px;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 360px;
	}

	.sidebar-primary,
	.title-area {
		width: 300px;
	}

}

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

	.site-inner,
	.wrap {
		max-width: 800px;
	}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.title-area {
		width: 100%;
	}

	.site-header .wrap {
		padding: 20px 5%;
	}

	.header-image .site-title > a {
		background-position: center top;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .search-form,
	.site-title {
		text-align: center;
	}

	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a {
		padding: 20px 16px;
	}

	.site-header .search-form {
		margin: 16px auto;
	}

}

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

	.site-inner,
	.wrap {
		padding-left: 5%;
		padding-right: 5%;
	}

}


/* # Print Styles
---------------------------------------------------------------------------------------------------- */

@media print {

	*,
	*::before,
	*::after {
		background: transparent !important;
		box-shadow: none !important;
		color: #000 !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]::after {
		content: " (" attr(href) ")";
	}

	abbr[title]::after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]::after,
	a[href^="#"]::after,
	.site-title > a::after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 2cm 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	.content,
	.content-sidebar {
		width: 100%;
	}

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}

	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.site-inner {
		padding-top: 0;
		position: relative;
		top: -100px;
	}

	.author-box {
		margin-bottom: 0;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}


	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}

}
/* End Genesis theme CSS */

html, body {
	overflow-x: hidden;
}
body {
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
	line-height: 2;
	color: #666666;
	overflow: hidden;
}
body > div {
	font-size: 16px;
}
body :focus {
	outline: none;
}
p {
	margin-bottom: 1em;
}
p:last-child {
	margin-bottom: 0
}
h1, h2, h3, h4, h5, h6 {
	color: #cd1041;
	font-weight: 700;
	font-family: 'Lato', sans-serif;
}
h1 {
	font-size: 64px;
}
h2 {
	font-size: 54px;
}
h3 {
	font-size: 45px;
}
h4 {
	font-size: 30px
}
h5 {
	font-size: 23px
}
h6 {
	font-size: 16px
}
a {
	color: #cd1041;
	text-decoration: none;
}
a:hover,
a:focus {
	text-decoration: none;
}
.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
    float: left;
    margin-left: 2.5641025641026%
}
.one-half,
.three-sixths,
.two-fourths {
    width: 48.717948717949%
}
.one-third,
.two-sixths {
    width: 31.623931623932%
}
.four-sixths,
.two-thirds {
    width: 65.811965811966%
}
.one-fourth {
    width: 23.076923076923%
}
.three-fourths {
    width: 74.358974358974%
}
.one-sixth {
    width: 14.529914529915%
}
.five-sixths {
    width: 82.905982905983%
}
.first {
    clear: both;
    margin-left: 0
}
.site-inner {
    max-width: 100%;
	width: 100%;
	clear: both;
	padding: 0;
	min-height: 400px;
	position: relative;
}
.wrap {
	max-width: 1220px;
}
.entry {
	margin-bottom: 0;
}
footer {
	clear: both;
}
.entry-content ol, .entry-content ul {
	margin-bottom: 1em
}
.subpage-header {
	background-color: rgba(245, 245, 245, 0.388);
	border-bottom: 1px solid #e1e1e1;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px
}
.subpage-header h1 {
	font-size: 45px;
	color: #6e6f72;
	text-transform: uppercase;
	margin-bottom: 0;
	letter-spacing: 1px;
}
.breadcrumbs {
	border-top: 1px solid rgba(0,0,0,0.2);
  	font-size: 13px;
  	color: #1c1f22;
  	padding-top: 15px;
  	padding-bottom: 15px;
  	letter-spacing: 0.4px;
  	clear: both;
}
.breadcrumbs span.bread-sep {
	color: #cd1041
}
.row {
	/*display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;*/
}
.row::before,
.row::after,
.simple-locator-form::before,
.simple-locator-form::after {
	content: '';
	display: table;
	clear: both;
}
.one-fourth-col,
.three-fourth-col,
.one-fifth-col,
.three-fifth-col,
.four-fifth-col {
	position: relative;
	min-height: 1px;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
	float: left;
}
/***** ***** ***** BB Button ***** ***** *****/
.site-container button,
.site-container .button,
.site-container input[type="button"],
.site-container input[type="reset"],
.site-container input[type="submit"],
.fl-builder-content .fl-module-button a.fl-button {
	color: #131516;
	font-family: 'Lato2';
	font-weight: 800;
	text-transform: uppercase;
	border: 1px solid #ffc11a;
	border-radius: 8px;
	background: #ffc11a;
	letter-spacing: 1px;

	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.13); 
	-webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.13); 
	-moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.13); 
	-ms-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.13); 
}
.site-container button,
.site-container .button,
.site-container input[type="button"],
.site-container input[type="reset"],
.site-container input[type="submit"] {
	font-size: 15px
}
.error404 .site-container input[type="submit"] {
	margin-top: 15px;
}
.site-container button:hover,
.site-container button:focus,
.site-container .button:hover,
.site-container .button:focus,
.site-container input[type="button"]:hover,
.site-container input[type="button"]:focus,
.site-container input[type="reset"]:hover,
.site-container input[type="reset"]:focus,
.site-container input[type="submit"]:hover,
.site-container input[type="submit"]:focus,
.fl-builder-content a.fl-button:hover,
.fl-builder-content a.fl-button:focus {
	color: #131516;
	background: #f0b40f;
	border-color: #f0b40f
}
.fl-builder-content .btn-transparent .fl-button {
	border-width: 2px;
}
.fl-builder-content .btn-transparent .fl-button:not(:hover):not(:focus) {
	border-color: #34393d;
	background: #FFFFFF
}
.site-container ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  	color: #cccccc;
}
.site-container ::-moz-placeholder { /* Firefox 19+ */
  	color: #cccccc;
}
.site-container :-ms-input-placeholder { /* IE 10+ */
  	color: #cccccc;
}
.site-container :-moz-placeholder { /* Firefox 18- */
  	color: #cccccc;
}
.gform_wrapper ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  	color: #202326;
}
.gform_wrapper ::-moz-placeholder { /* Firefox 19+ */
  	color: #202326;
}
.gform_wrapper :-ms-input-placeholder { /* IE 10+ */
  	color: #202326;
}
.gform_wrapper :-moz-placeholder { /* Firefox 18- */
  	color: #202326;
}
#top-header {
	font-family: 'Lato2';
}
#top-header #links .fl-col-content {
	display: block;
	text-align: right;
}
#top-header #links .fl-module {
	display: inline-block;
	width: auto;
	vertical-align: middle;
}
#top-header .fl-module:not(.fl-module-icon) a {
	color: #444549;
	font-size: 13px;
	font-weight: 600
}
#top-header .fl-icon-wrap {
	vertical-align: middle;
}
#top-header .fl-module-icon a {
	color: #000000;
	font-size: 15px;
	font-weight: 600
}
body:not(.fl-builder-edit) #top-header .fl-module-icon i::before {
	content: '';
	display: inline-block;
	width: 18px;
	height: 18px;
	background: url(../images/icon-phone.png) center center no-repeat;
	background-size: contain;
}
body/*:not(.home)*/ #main-header,
body.home header.fl-theme-builder-header-scrolled #main-header {
	box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.1); 
	-webkit-box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.1); 
	-moz-box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.1); 
	-ms-box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.1); 
}
#main-header .fl-menu .menu > li {
	font-family: 'Lato2';
	font-weight: 600;
}
#site-search .fl-photo {
	position: relative;
}
#site-search .link-search-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0
}
body:not(.fl-builder-edit) #search-form {
    display: none;
}
#search-form .widget {
	margin-bottom: 0;
}
#search-form .fl-row-content-wrap {
	padding: 0;
}
#search-form .search-form>input[type="search"] {
	float: none;
	min-width: 300px;
	width: 100% !important;
	max-width: 360px;
	border-radius: 8px;
	border-color: rgba(0, 44, 104, 0.19);
	margin-right: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#search-form input[type="submit"] {
	background: #ffc11a;
	color: #34393d;
	font-family: 'Lato', sans-serif;
    font-size: 15px;
    text-transform: uppercase;
	width: auto;
	height: auto;
	display: block;
	position: relative;
    padding: 15px 25px;
    border-radius: 8px;
    border: none;
    transition: background-color 0.5s ease 0s;
    float: none;
    margin: 10px auto;
}
#search-form input[type="submit"]:hover,
#search-form input[type="submit"]:focus {
	background-color: #ffffff;
}
#home-banner #banner-texts {
	background: rgba(255,255,255,1);
}
#home-banner #banner-texts h4.fl-heading span {
	color: rgba(0, 0, 0, 0.89);
}
#home-banner .fl-node-5b6b30fa0886d.fl-module-heading .fl-heading,
#home-banner .fl-node-5b6b31ad4ef97.fl-module-heading .fl-heading {
	font-family: 'Lato2';
	font-weight: 800;
}
#home-banner .fl-button {
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.13); 
	-webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.13); 
	-moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.13); 
	-ms-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.13); 
}
#menu-below-banner > div {
	font-family: 'Lato', sans-serif;
	background-blend-mode: darken;

	box-shadow: 0px 1px 0px 0px rgba(231, 42, 91, 1), 1px 1px 0px 0px rgba(255, 49, 102, 1) inset;; 
	-webkit-box-shadow: 0px 1px 0px 0px rgba(231, 42, 91, 1), 1px 1px 0px 0px rgba(255, 49, 102, 1) inset;;  
	-moz-box-shadow: 0px 1px 0px 0px rgba(231, 42, 91, 1), 1px 1px 0px 0px rgba(255, 49, 102, 1) inset;; 
	-ms-box-shadow: 0px 1px 0px 0px rgba(231, 42, 91, 1), 1px 1px 0px 0px rgba(255, 49, 102, 1) inset;; 
}
#menu-menu-below-the-homepage-banner {
	margin: 0;
	display: block;
	text-align: center;
}
#menu-menu-below-the-homepage-banner a {
	display: table;
	margin: auto;
}
#menu-menu-below-the-homepage-banner a::after {
	content: '';
	display: block;
	height: 2px;
	width: 100%;
	margin: 5px auto 0;
	background-color: transparent;
}
#menu-menu-below-the-homepage-banner a:hover::after,
#menu-menu-below-the-homepage-banner a:focus::after {
	background-color: #ffc11a
}
#menu-below-banner + div > div {
	background: #f4f4f4;
	background: -moz-linear-gradient(left, #fbfbfb 0%, #f0f0f0 50%, #f0f0f0 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, #fbfbfb), color-stop(50%, #f0f0f0), color-stop(100%, #f0f0f0));
	background: -webkit-linear-gradient(left, #fbfbfb 0%, #f0f0f0 50%, #f0f0f0 100%);
	background: -o-linear-gradient(left, #fbfbfb 0%, #f0f0f0 50%, #f0f0f0 100%);
	background: -ms-linear-gradient(left, #fbfbfb 0%, #f0f0f0 50%, #f0f0f0 100%);
	background: linear-gradient(to right, #fbfbfb 0%, #f0f0f0 50%, #f0f0f0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#f0f0f0', GradientType=1 );
}
#first-visit-col > div {
	font-size: 18px;
}
#first-visit-col .fl-rich-text,
#patient-portal-col .fl-rich-text {
	font-family: 'Lato2';
}
#first-visit-col .fl-rich-text {
	max-width: 345px;
	font-weight: 500;
}
#patient-portal-col .fl-rich-text {
	font-weight: 500
}
.home #patient-portal-col .fl-rich-text {
	max-width: 300px;
	font-size: 18px;
}
#home-backpain-program .fl-node-5b71a8a6b4e02 > .fl-col-content {
	background-size: auto 100%
}
#footer-form .gform_wrapper .gform_fields {
	position: relative;
}
#footer-form .gform_wrapper .gform_fields textarea#input_5_5 {
	height: 115px;
}
#footer-info {
	line-height: 1.5
}
#footer-info .fl-rich-text,
#footer-bottom {
	font-size: 15px;
	font-weight: 300;
	letter-spacing: 1px;
}
#footer-info .fl-rich-text strong {
	color: #FFFFFF;
    margin-right: 7px;
    font-weight: 600
}
#footer-bottom #site-dev img {
	vertical-align: middle;
	margin-left: 5px;
}
.our-specialties-accordion .fl-accordion-item {
	border-radius: 8px;
	border-width: 2px;
}
.our-specialties-accordion .fl-accordion-item:hover,
.our-specialties-accordion .fl-accordion-item:focus,
.our-specialties-accordion .fl-accordion-item-active {
	border-color: #34393d
}
.our-specialties-accordion .fl-accordion-button {
	padding: 15px 20px;
}
.our-specialties-accordion .fl-accordion-item:hover .fl-accordion-button,
.our-specialties-accordion .fl-accordion-item:focus .fl-accordion-button,
.our-specialties-accordion .fl-accordion-item-active .fl-accordion-button {
	background-color: #34393d
}
.our-specialties-accordion .fl-accordion-button-label {
	text-transform: uppercase;
	color: #34393d;
	font-size: 17px;
	font-family: 'Lato', sans-serif;
	font-weight: 600;
	letter-spacing: 1px;
}
.our-specialties-accordion .fl-accordion-item:hover .fl-accordion-button-label,
.our-specialties-accordion .fl-accordion-item:focus .fl-accordion-button-label,
.our-specialties-accordion .fl-accordion-item-active .fl-accordion-button-label {
	color: #FFFFFF
}
.our-specialties-accordion .fl-accordion-button-icon {
	color: #34393d;
	opacity: 0.3;
}
.our-specialties-accordion .fl-accordion-item:hover .fl-accordion-button-icon,
.our-specialties-accordion .fl-accordion-item:focus .fl-accordion-button-icon,
.our-specialties-accordion .fl-accordion-item-active .fl-accordion-button-icon {
	color: #ffc11a;
	opacity: 1
}
.our-specialties-accordion .fl-accordion-content {
	padding-top: 15px;
}
.our-specialties-accordion .fl-accordion-item a {
	display: block;
	text-align: right;
}
.single-specialty .entry .three-fourth-col .fl-heading {
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
}
.specialty-page-row {
	padding-top: 30px;
	padding-bottom: 30px;
	position: relative;
}
.specialty-page-row .specialty-sidebar {
	position: relative;
}
#specialty-services-sidebar {
	margin: 20px auto;
	border: 1px solid #e1e1e1
}
#specialty-services-sidebar a {
	text-transform: uppercase;
	font-size: 14px;
	color: #6E7073;
	font-family: 'Lato', sans-serif;
	padding: 10px 20px;
	line-height: 1.5;
	display: block;
}
#specialty-services-sidebar .active,
#specialty-services-sidebar a:hover,
#specialty-services-sidebar a:focus {
	background: rgba(0, 0, 0, 0.071);
	color: #444549;
	font-weight: 600
}
#specialty-services-sidebar a:not(:last-child) {
	border-bottom: 1px solid rgba(0, 0, 0,0.15)
}
.specialty-page-row .one-fourth-col .fl-col-content {
	margin-bottom: 20px;
	font-family: 'Lato', sans-serif;
}
.specialty-page-row .one-fourth-col .fl-col-content .fl-module:first-child .fl-heading {
	color: #1f1f1f
}
.specialty-page-row #first-visit-col > div,
.specialty-page-row #patient-portal-col > div {
	color: #222d2d;
	font-size: 16px;
	padding: 10px;
	background-position: center;
}
.specialty-page-row #first-visit-col .fl-heading {
	font-size: 35px
}
.specialty-page-row #patient-portal-col * {
	text-align: left !important;
}
.specialty-page-row #patient-portal-col .fl-heading {
	font-size: 28px;
}
#patient-portal-pay-bill > div {
	background: #f4f4f4;
    background: -moz-linear-gradient(left, #fbfbfb 0%, #f0f0f0 50%, #f0f0f0 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #fbfbfb), color-stop(50%, #f0f0f0), color-stop(100%, #f0f0f0));
    background: -webkit-linear-gradient(left, #fbfbfb 0%, #f0f0f0 50%, #f0f0f0 100%);
    background: -o-linear-gradient(left, #fbfbfb 0%, #f0f0f0 50%, #f0f0f0 100%);
    background: -ms-linear-gradient(left, #fbfbfb 0%, #f0f0f0 50%, #f0f0f0 100%);
    background: linear-gradient(to right, #fbfbfb 0%, #f0f0f0 50%, #f0f0f0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#f0f0f0', GradientType=1 );
}
.physician-info .fl-builder-module-template {
	padding-right: 0;
	padding-left: 0
}
.single-row {
	padding-top: 30px;
	padding-bottom: 30px;
}
#p-buttons {
	position: relative;
}
#p-buttons > div {
	position: relative;
}
#locations .fl-photo-content {
	display: block;
}
#locations .fl-photo-content img {
	width: 100%
}
#physician-slider .p-img {
	width: 305px;
	height: 305px;
	background-size: cover;
	background-position: center;
	border-radius: 50%;
}
#physician-slider .welcome {
	color: #34393d;
  	font-weight: 700;
  	text-transform: uppercase;
}
#physician-slider h4,
#physician-slider h4 a {
	color: #34393d;
	font-size: 30px;
	font-family: 'Montserrat', sans-serif;
	margin: 0;
}
#physician-slider h6 {
	color: #34393d;
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
	margin: 0;
}
.fl-builder-content #physician-slider .btn-appoint {
	color: #34393d;
    /*border-width: 2px;*/
    font-size: 15px;
    font-family: 'Lato2';
    font-weight: 800;
    text-transform: uppercase;
    border-radius: 8px;
    letter-spacing: 1px;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.13);
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.13);
    -ms-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.13);
    display: inline-block;

    margin-top: 30px;
}
.fl-builder-content #physician-slider .btn-appoint:not(:hover):not(:focus) {
	background: #ffffff;
	border-color: #34393d
}
body .bx-wrapper .bx-controls-direction > a {
	border: 2px solid #ffc11a;
	width: 45px;
	height: 40px;
	border-radius: 8px;
	margin-top: 0;

	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	z-index: 9
}
body .bx-wrapper .bx-controls-direction > a:hover {
	background-color: #FFFFFF;
	background-position: center center;
	border-color: rgb(52, 57, 61, 0.2)
}
body .bx-wrapper .bx-controls-direction > a:focus {
	background-position: center center;
}
body .bx-wrapper .bx-prev {
	background: #ffc11a url(../images/arrow-point-to-left.png) no-repeat center center;
	left: 0;
}
body .bx-wrapper .bx-next {
	background: #ffc11a url(../images/arrow-point-to-right.png) no-repeat center center;
	right: 0;
}
body div#shiftnav-toggle-main {
	padding-top: 20px;
}
.shiftnav:after {
	visibility: hidden;
}
body .shiftnav .shiftnav-panel-close {
	color: #cd1041;
	position: relative;
	background: transparent;
	font-weight: 600;
	font-size: 16px;
}
.shiftnav .shiftnav-inner > .shiftnav-panel-close:first-child::after {
	content: 'CLOSE';
	display: inline-block;
  	font-size: 13px;
  	color: #cd1041;
  	margin-left: 5px;
  	font-family: 'Lato', sans-serif;
}
body #shiftnav-toggle-main .shiftnav-toggle-burger {
	padding-right: 0;
	padding-bottom: 0;
}
body #shiftnav-toggle-main-button .fa {
	font-family: 'Ultimate-Icons' !important;
}
#shiftnav-toggle-main-button i:before {
	content: '\e9a9' !important;
	font-family: 'Ultimate-Icons' !important;
}
body.shiftnav-open #shiftnav-toggle-main-button {
	visibility: hidden !important;
}
.shiftnav .shiftnav-inner .fl-builder-content.fl-builder-content-8785 {
	padding-top: 30px;
	padding-left: 23px;
	padding-right: 23px;
	margin-bottom: 10px;
}
.shiftnav .link-mobile {
	font-size: 14px;
	text-transform: uppercase;
	display: block;
	color: #444549;
	padding: 10px 25px;
	font-weight: 400;
}
.shiftnav input[type="search"] {
	padding: 8px;
}
body .shiftnav.shiftnav-shiftnav-main ul.shiftnav-menu a:not(:hover):not(:focus) {
	font-weight: 400;
	padding-top: 12px;
	padding-bottom: 12px;
}
body .shiftnav.shiftnav-shiftnav-main ul.shiftnav-menu a:hover,
body .shiftnav.shiftnav-shiftnav-main ul.shiftnav-menu a:focus {
	background: #F3F3F3
}
.shiftnav .fl-node-5b7482d106346 .fl-button-wrap {
	text-align: left !important;
	padding-left: 23px;
	margin-top: 12px;
    margin-bottom: 12px
}
.shiftnav .shiftnav-nav {
	border-top: 3px solid #ececec
}
body .shiftnav ul.shiftnav-menu {
	background: #FFFFFF !important
}
.shiftnav.shiftnav-shiftnav-main ul.shiftnav-menu li.menu-item.current-menu-item > .shiftnav-target,
.shiftnav.shiftnav-shiftnav-main ul.shiftnav-menu li.menu-item ul.sub-menu .current-menu-item > .shiftnav-target,
.shiftnav.shiftnav-shiftnav-main ul.shiftnav-menu > li.shiftnav-sub-accordion.current-menu-ancestor > .shiftnav-target,
.shiftnav.shiftnav-shiftnav-main ul.shiftnav-menu > li.shiftnav-sub-shift.current-menu-ancestor > .shiftnav-target {
	font-weight: 600
}
.img-w100 .fl-photo-content {
	display: block;
}
.img-w100 .fl-photo-content img {
	width: 100% !important
}
.search .subpage-container,
.error404 .subpage-container {
	padding-top: 50px;
	padding-bottom: 50px;
}
#physicians-filter .fl-post-grid-title {
	text-align: center;
	line-height: 1.2
}
#physicians-filter .fl-post-grid-image {
	line-height: 0.7
}
#insurances-table h4 {
	margin-bottom: 0
}
#insurances-table .tablesaw thead th {
	text-shadow: none;
}
#insurances-table .tablesaw thead tr th:first-child {
	border-right: none !important
}
#insurances-table .tablesaw thead tr th:first-child h4 {
	position: absolute;
}
#insurances-table .tablesaw thead p {
	text-transform: none;
}
#insurances-table .tablesaw tr.title:not(:first-child) {
	border-top: 2px solid #666666
}
#insurances-table .tablesaw tr.title + tr {
	padding-top: 10px;
}
#insurances-table .tablesaw tr:last-child {
	border-bottom: 2px solid #666666
}
#insurances-table .tablesaw td {
	line-height: 1.4;
	vertical-align: top;
}
#insurances-table .tablesaw td:first-child {
	width: 20%;
}
#insurances-table .tablesaw td:nth-child(2) {
	width: 40%;
}
#insurances-table .tablesaw td:nth-child(3),
#insurances-table .tablesaw td:last-child {
	width: 20%;
}
#insurances-table .tablesaw td h5 {
	margin-bottom: 0;
	margin-right: -200%;
	position: relative;
}
#career-contact-us > div {
	background-blend-mode: darken;
	box-shadow: 0px 1px 0px 0px rgba(231, 42, 91, 1), 1px 1px 0px 0px rgba(255, 49, 102, 1) inset;
    -webkit-box-shadow: 0px 1px 0px 0px rgba(231, 42, 91, 1), 1px 1px 0px 0px rgba(255, 49, 102, 1) inset;
    -moz-box-shadow: 0px 1px 0px 0px rgba(231, 42, 91, 1), 1px 1px 0px 0px rgba(255, 49, 102, 1) inset;
    -ms-box-shadow: 0px 1px 0px 0px rgba(231, 42, 91, 1), 1px 1px 0px 0px rgba(255, 49, 102, 1) inset;
}
#affiliated-hospitals .fl-module-photo > div {
	margin: 0
}
#affiliated-hospitals .fl-module-photo .fl-photo {
	height: 200px;
	position: relative;
}
#affiliated-hospitals .fl-photo-content {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
#affiliated-hospitals .fl-photo img {
	max-height: 165px;
}
#locations {
	margin-top: 50px;
}
#locations::before,
#locations::after,
#mapresults::before,
#mapresults::after {
	content: '';
	display: table;
	clear: both;
}
#locations .row,
#mapresults .row {
	-ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;

    padding-top: 10px;
    padding-bottom: 10px;
}
#locations .row-holder:nth-child(odd),
#mapresults .row-holder:nth-child(odd) {
	background-color: #ececec;
}
#locations h3,
#locations h5,
#mapresults h5 {
	margin-bottom: 0;
}
.simple-locator-form,
#mapresults,
#locations .row-holder .row {
    max-width: 1220px;
    margin-left: auto;
    margin-right: auto;
}
.loc-col {
	position: relative;
    width: 100%;
    min-height: 1px;
    padding: 10px 15px;
    float: left;
}
.loc-img .img {
	background-position: center;
	background-size: cover;
	max-width: 500px;
	width: 100%;
	height: 300px
}
.loc-img h5 {
	color: #666666;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 0;
}

/* Physicians Archive */
.page-template-main-physicians-template .subpage-container .wrap, .tax-physician_categories .subpage-container .wrap {
	padding-top:0px;
}
/*.subpage-container .wrap {
	margin-top: -27px;
    margin-bottom: 30px;
    z-index: 1;
    position: relative;
}*/
.main-physician-page .physician {
    margin-right: 12px;
    width: 173px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 20px;
}
.main-physician-page {
	margin-top:30px;
    /*text-align: center;*/
}
.main-physician-page .physician .physician-image {
	display: block;
    line-height: normal;
    font-size: 0;
}
.main-physician-page .physician .physician-title {
    display: block;
	text-align: center;
    padding: 8px 4px;
    font-size: 15px;
    line-height: 20px;
    height: 56px;
    display: -ms-flexbox;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    display: -moz-box;
    -moz-box-pack: center;
    -moz-box-align: center;
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    display: box;
    box-pack: center;
    box-align: center;
}
.main-physician-page .physician:hover > .physician-title  {
	background: #cd1041 !important;
    color: #fff;
   -webkit-transition: background-color 500ms linear;
    -ms-transition: background-color 500ms linear;
    transition: background-color 500ms linear;
}

/* Physicians Dropdowns */
.search-dropdowns-wrapper {
    clear: both;
    display: inline-block;
    width: 91%;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
    padding-bottom: 15px;
    /*margin-left: -14px;*/
}
.search-dropdowns-wrapper .search-dropdowns {
	float:right;
	/*margin-top:27px;*/
}
.search-dropdowns-wrapper .search-dropdowns .search-form {
	position: relative;
}
.search-dropdowns-wrapper .search-dropdowns .search-form > input[type="search"], .search-dropdowns-wrapper .search-dropdowns select {
    float: none;
    margin-right: 0px;
	margin-bottom:10px;
    padding: 11px 14px;
    width: 100%;
	border-radius:0px;
	font-size:18px;
}
.search-dropdowns-wrapper .search-dropdowns .search-form > input[type="search"] {
	border:2px solid #ccc;
}
.search-dropdowns-wrapper .search-dropdowns .search-form .search-submit {
	position: absolute;
    top: 10px;
    right: 12px;
	padding: 0px;
	box-shadow: none;
    border: none;
    background: transparent;
    -webkit-transform: skew(0deg);
    -moz-transform: skew(0deg);
    -o-transform: skew(0deg);
	pointer-events: none;
}
.search-dropdowns-wrapper .search-dropdowns select {
	background:#cd1041;
	color:#fff;
	line-height:30px;
}
.search-dropdowns-wrapper .search-dropdowns .physician-text {
	font-size: 16px;
	margin-bottom: 0px;
	line-height:30px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) { 
.search-dropdowns-wrapper .search-dropdowns select { 
	/*-webkit-appearance: menulist-button;*/ 
	height:49px; 
	border-radius:0px;
	
	-webkit-appearance: none;
    -webkit-border-radius: 0px;
    background: url('../images/select-mac-arrow.png') #cd1041;
    background-position: 98% 50%;
    background-repeat: no-repeat;
	line-height:30px;	
} 
}

/* Search Autocomplete Plugin CSS */
body .ui-autocomplete {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
body .ui-widget-content {
    border: none;
    background: #cd1041;
    color: #fff;
}
body .ui-widget {
    font-weight: 400;
    font-size: 18px;
}
body .ui-menu .ui-menu-item {
    padding: 3px 20px;
}
body .ui-menu .ui-menu-item:hover {
   border: none;
   background: #1e90ff;
   color: #fff; 
}
body .ui-widget-header, .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-state-focus, .ui-state-hover, .ui-widget-content .ui-state-focus, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-focus, .ui-widget-header .ui-state-hover, .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, .ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
	border: none;
	color: #fff;
}
.widget_gtranslate select {
    border: 1px solid #444549;
    border-radius: 5px;
    font-size: 13px;
    padding: 7px 0px 8px 2px;
    background: #fff;
    width: auto;
	color: #444549;
}
.shiftnav select#gtranslate_selector {
    border: 1px solid #444549;
    border-radius: 5px;
    font-size: 13px;
    padding: 7px 0px 8px 2px;
    background: #fff;
    width: auto;
	color: #444549;
	margin: 3px 0px 20px 22px;
}


@media screen and (max-width: 1260px) {
	.main-physician-page {
    	padding: 0px 20px;
	}	
}

@media screen and (max-width: 768px) {
	.main-physician-page {
    	text-align: center;
	}
	.page-template-main-physicians-template .subpage-header h1 {
		padding-top: 30px;
    	font-size: 28px;
	}	
}

@media screen and (max-width: 480px) {
	.main-physician-page .physician {
		margin-right: 12px;
		width: 120px;
		display: inline-block;
		vertical-align: top;
		margin-bottom: 20px;
	}
	.main-physician-page .physician .physician-title {
		height:auto;
	}
}

@media screen and (min-width: 769px) {
	.home #patient-portal-col .fl-rich-text {
		margin-right: 0;
		margin-left: auto;
		text-align: right;
	}
	#footer-form .gform_wrapper .gform_footer {
		text-align: right;
	}
	#footer-form .gform_wrapper .gform_fields li.gfield {
		width: 50%;
	}
	#footer-form .gform_wrapper .gform_fields li.gfield:not(:last-child) {
		padding-right: 10px;
	}
/* 	#footer-form .gform_wrapper .gform_fields li.gfield:last-child { */
	#footer-form .gform_wrapper .gform_fields li#field_5_5.gfield {
		padding-left: 10px;
		position: absolute;
		right: 0;
		top: 0;
		margin-top: 0;
	}
/* 	#footer-form .gform_wrapper .gform_fields li.gfield.gfield_error:last-child { */
	#footer-form .gform_wrapper .gform_fields li#field_5_5.gfield.gfield_error {
		padding-bottom: 20px;
	}
	#footer-bottom #site-dev {
		text-align: right;
	}
	.one-fifth-col {
		/*-webkit-box-flex: 0;
	    -ms-flex: 0 0 20%;
	    flex: 0 0 20%;
	    max-width: 20%;*/
	    width: 20%
	}
	.one-fourth-col {
		/*-webkit-box-flex: 0;
	    -ms-flex: 0 0 25%;
	    flex: 0 0 25%;
	    max-width: 25%;*/
	    width: 25%
	}
	.three-fifth-col {
		/*-webkit-box-flex: 0;
	    -ms-flex: 0 0 60%;
	    flex: 0 0 60%;
	    max-width: 60%;*/
	    width: 60%
	}
	.three-fourth-col {
		/*-webkit-box-flex: 0;
	    -ms-flex: 0 0 75%;
	    flex: 0 0 75%;
	    max-width: 75%;*/
	    width: 75%
	}
	.four-fifth-col {
		/*-webkit-box-flex: 0;
	    -ms-flex: 0 0 80%;
	    flex: 0 0 80%;
	    max-width: 80%;*/
	    width: 80%
	}
	.specialty-page-row .one-fourth-col {
		-ms-flex-order: 1;
    	order: 1;
	}
	.specialty-page-row .three-fourth-col {
		-ms-flex-order: 2;
    	order: 2;
	}
	#patient-portal-pay-bill #first-visit-col * {
		text-align: right;
	}
	#patient-portal-pay-bill #patient-portal-col * {
		text-align: left
	}
	#menu-below-banner .col-1 {
		background: url(../images/bg-arrow-right.png) right center no-repeat;
		background-size: contain;
	}
	#menu-menu-below-the-homepage-banner > li {
		list-style-type: none;
		float: none;
		display: inline-block;
		vertical-align: middle;
		margin-left: 15px;
		margin-right: 15px;
	}
	#affiliated-hospitals .fl-photo-content {
		left: 20px;
		right: 20px;
	}
	.loc-img {
		/*-ms-flex: 0 0 45%;
    	flex: 0 0 45%;
    	max-width: 45%;*/
    	width: 45%
	}
	.loc-info {
		/*-ms-flex: 0 0 33%;
    	flex: 0 0 33%;
    	max-width: 33%;*/
    	width: 33%
	}
	.loc-specialty {
		/*-ms-flex: 0 0 22%;
    	flex: 0 0 22%;
    	max-width: 22%;*/
    	width: 22%
	}
	.loc-img .img {
		height: 350px;
	}
}

@media screen and (min-width: 993px) {
	#home-banner #banner-texts {
		background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0.75) 25%, rgba(255,255,255,0.46) 60%, rgba(255,255,255,0.3) 80%, rgba(255,255,255,0) 100%);
		background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(25%, rgba(255,255,255,0.75)), color-stop(60%, rgba(255,255,255,0.46)), color-stop(80%, rgba(255,255,255,0.3)), color-stop(100%, rgba(255,255,255,0)));
		background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0.75) 25%, rgba(255,255,255,0.46) 60%, rgba(255,255,255,0.3) 80%, rgba(255,255,255,0) 100%);
		background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0.75) 25%, rgba(255,255,255,0.46) 60%, rgba(255,255,255,0.3) 80%, rgba(255,255,255,0) 100%);
		background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0.75) 25%, rgba(255,255,255,0.46) 60%, rgba(255,255,255,0.3) 80%, rgba(255,255,255,0) 100%);
		background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,0.75) 25%, rgba(255,255,255,0.46) 60%, rgba(255,255,255,0.3) 80%, rgba(255,255,255,0) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );
	}
	#physician-slider,
	#physician-slider > div {
		height: 320px;
	}
	#physician-slider .info {
		margin-left: 90px;
		position: relative;

		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
	}
	#physician-slider .p-img {
		position: absolute;
		right: 90px;
	}
	#menu-menu-below-the-homepage-banner a {
		letter-spacing: 1px;
	}
}
@media screen and (min-width: 1200px) {
	#main-header .fl-menu a {
		letter-spacing: 0.7px;
	}
	#menu-menu-below-the-homepage-banner > li {
		margin-left: 30px;
		margin-right: 30px;
	}
}
@media screen and (min-width: 1351px) {
	#physicians-filter #physicians-a-z .fl-post-grid-title {
		height: 50px;
	}
}
@media screen and (max-width: 1350px) and (min-width: 993px) {
	#physicians-filter #physicians-a-z .fl-post-grid-title {
		height: 70px;
	}
}
@media screen and (max-width: 1199px) {
	.breadcrumbs {
		padding-left: 20px;
		padding-right: 20px;
	}
	#physician-slider .info {
		max-width: 450px
	}
	#p-buttons {
		padding-left: 0;
		padding-right: 0
	}
}
@media screen and (max-width: 992px) {
	#top-header {
		display: none !important
	}
	.site-inner, .wrap {
		padding-left: 0;
		padding-right: 0
	}
	#menu-below-banner > div {
		background-size: cover
	}
	#home-banner  .fl-button-wrap {
		text-align: left;
	}
	#physician-slider {
 	   text-align: center;
	}
	#physician-slider .p-img {
		margin: 0 auto 20px;
	}
	#physician-slider .info {
		margin-left: auto;
		margin-right: auto;
	}
}
@media screen and (max-width: 992px) and (min-width: 769px) {
	#footer-info .fl-rich-text strong {
		display: block;
	}
	#footer-info .fl-rich-text a {
    	font-size: 13px;
	}
	#physicians-filter #p-buttons .fl-builder-module-template {
		padding-left: 10px;
		padding-right: 0
	}
}
@media screen and (max-width: 992px) and (min-width: 768px) {
	#home-banner > div {
		background-size: 100%
	}
	body.shiftnav-disable-shift-body {
	    padding-top: 103px !important;
	}
}
@media screen and (max-width: 992px) and (min-width: 568px) {
	#home-banner > div {
		background-size: 120%
	}
}
@media only screen and (max-width: 860px) {
    .five-sixths,
    .four-sixths,
    .one-fourth,
    .one-half,
    .one-sixth,
    .one-third,
    .three-fourths,
    .three-sixths,
    .two-fourths,
    .two-sixths,
    .two-thirds {
        margin: 0;
        width: 100%
    }
}
@media screen and (max-width: 768px) {
	h1 {
		font-size: 40px;
	}
	h2 {
		font-size: 35px;
	}
	h3 {
		font-size: 30px;
	}
	h4 {
		font-size: 25px
	}
	h5 {
		font-size: 20px
	}
	h6 {
		font-size: 16px
	}
	#footer-info *,
	#footer-bottom {
		text-align: center
	}
	.single-specialty .three-fourth-col {
		padding-left: 0;
		padding-right: 0
	}
	.subpage-header h1 {
		font-size: 38px;
		letter-spacing: 0
	}
	.subpage-container {
	    word-break: break-word;
	}
	#patient-forms * {
		text-align: center;
	}
	#patient-forms .fl-module.fl-module-separator {
	    max-width: 320px;
	    margin-left: auto;
	    margin-right: auto;
	}
	#home-banner #banner-texts {
		max-width: 100%
	}
	#menu-below-banner .fl-heading {
		text-align: center;
	}
	#physicians-filter #p-buttons {
		margin-bottom: 20px;
	}
	#physicians-filter #p-buttons .fl-builder-module-template {
		padding: 5px 0
	}
	#physicians-filter .fl-module-post-grid .fl-col-small {
		max-width: 100%
	}
	#career-contact-us * {
		text-align: center;
	}
	#patient-portal-col .fl-module-heading .fl-heading {
		text-align: left
	}
	#home-backpain-program * {
		text-align: center;
	}
}
@media screen and (max-width: 767px) {
	#affiliated-hospitals .fl-photo img {
		max-width: 300px;
	}
}
@media screen and (max-width: 767px) and (min-width: 568px) {
	#home-banner {
		padding-top: 100px
	}
}
@media screen and (max-width: 639px) {
	.tablesaw-stack td .tablesaw-cell-label {
		display: none !important
	}
	.tablesaw-stack thead th {
		display: table-cell !important;
	}
}
@media screen and (max-width: 567px) {
	body.shiftnav-disable-shift-body {
	    padding-top: 103px !important;
	}
	#home-banner > div {
		background-image: url(../images/bg-mobile-home-banner.png);
		background-size: 100%;
	}
	#home-banner h2.fl-heading {
		font-size: 38px;
	}
	#home-banner h4.fl-heading {
		font-size: 16px;
	}
	#home-banner #banner-texts > div {
		padding: 0
	}
	.fl-builder-content #home-banner .fl-module-button a.fl-button {
		padding: 12px 20px;
	}
}

@media screen and (max-width: 567px) {
	#physicians-filter .fl-module-post-grid .fl-post-column {
		width: 50%;
		clear: none;
	}
}

@media screen and (max-width: 479px) {
	#physicians-filter .fl-module-post-grid .fl-post-column {
		width: 100%;
		clear: both;
	}
}

.physician .one-fourth-col {
	padding:0;
}

.physician-page-content {
	display:flex;
	flex-direction:column;
	margin-top:20px;
}

/* Single Specialities CSS */
.four-column-flex {
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
}

.four-column-flex-child {
	flex: 0 25%;
	margin-bottom:30px;
}

.four-column-flex-child .featured-image-container {
	width:179px;
	height:179px;
	object-fit: cover;
	overflow:hidden;
	margin:0 auto 30px auto;
}

.four-column-flex-child img {
	display:block;
	margin:0 auto 30px auto;
}

.four-column-flex-child .small-title {
	font-weight:bold;
	font-size:10px;
	display:block;
	text-align:center;
	text-transform:uppercase;
}

.four-column-flex-child .fl-button {
    color: #131516;
    font-family: 'Lato2';
    font-weight: 800;
    text-transform: uppercase;
    border: 1px solid #ffc11a;
    border-radius: 8px;
    background: #ffc11a;
    letter-spacing: 1px;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.13);
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.13);
    -ms-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.13);
    padding: 12px;
    margin-top: 30px;
    display: block;
    text-align: center;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
}

.four-column-flex-child .fl-button .fl-button-text {
	color: #333;
}

#footer-bottom .fl-row-fixed-width {
	max-width: 1360px;
}