/*
    Theme Name: La Clinica Health 
    Theme URI: https://www.laclinicahealth.org/
    Description: 
    Author: 
    Author URI:

    Version:1.0.0

    Tags: 
    Template: genesis
    Template Version: 2.2.3

    License: GPL-2.0+
    License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/* # 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
    - Column Classes
- 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
    - After Header Navigation
    - Footer Navigation
- Content Area
    - Entries
    - Entry Meta
    - Pagination
    - Comments
- Sidebars
- Footer Widgets
- Site Footer
- Media Queries
    - Max-width: 1340px
    - Max-width: 1200px
    - Max-width: 1023px
    - Max-width: 860px
- Print Styles
*/


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

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,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:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#333}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;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}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer;color: #0C78AA;}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-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

/** General >> Bboxevent added by Paul Steele at Project A **/

#bboxevent_btnSubmit {
 color: rgb(14, 120, 170) !important;
 border-color: rgb(14, 120, 170) !important;
}

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

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

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

/* baxters edits start */

.BBFormContainer {
    filter: none;
    background-image: none;
    background-color: transparent!important;
	margin-left:-10px!important;
	margin-top:-30px!important;
}

.BBFormContainer .BBFormSubmitbutton {
    border:#FFF thin solid!important;
	border-width:2px!important;
	box-shadow: none!important;
    color: #FFF!important;
    filter: none;
    background-image: none;
    background-color: transparent!important;
	border-radius: 0!important;
	font-size:1.5em!important;
}

.BBFormContainer[data-bbox-part-id="c09c32e3-1645-4ba7-8400-e8af7e90f970"] .BBFormTextbox, .BBFormContainer[data-bbox-part-id="c09c32e3-1645-4ba7-8400-e8af7e90f970"] .BBFormSelectList, .BBFormContainer[data-bbox-part-id="c09c32e3-1645-4ba7-8400-e8af7e90f970"] .BBFormTextArea {
    -moz-transition: all .5s ease-in-out 0;
    border-radius: 0px 0px 0px 0px!important;
    border-shadow: none;
    background-color: #fff;
    border: 1px solid #FFF;
    line-height: 1.2em;
    padding: 10px!important;
    width: 300px!important;
	opacity: 1!important;
}

/* baxters edits end */

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

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets: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,
.footer-widgets: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;
    border-top: 0px solid #399FA3;
    color: #515151;
    font-family: "Source Sans 3", sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    -webkit-font-smoothing: antialiased;
    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: #3f98b4;
    text-decoration: none;
}

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

.entry-content a[href$=".pdf"]:after,
.sidebar a[href$=".pdf"]:after,
.site-bottom a[href$=".pdf"]:after {
    content: url('images/pdficon_small.png');
    padding-left: 5px;
    position: relative;
    top: 2px;
    display: inline-block;
    vertical-align: top;
}

.text-uppercase {
  text-transform: uppercase;
}

.color-teal {
  color: #399FA3;
}

.color-orange {
  color: #CE6F2B;
}

.color-yellow {
  color: #E6A748;
}

.bg-color-teal {
  background-color: #399FA3;
  color: #fff;
}

.bg-color-orange {
  background-color: #CE6F2B;
  color: #fff;
}

.bg-color-yellow {
  background-color: #E6A748;
  color: #fff;
}

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

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

li {
    list-style-type: none;
}

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

b,
strong {
    font-weight: 700;
}
 
blockquote,
cite,
em,
i {
    font-style: italic;
    font-family:  "Source Sans 3", sans-serif;
}

blockquote {
    margin: 40px 20px;
    font-family:  "Source Sans 3", sans-serif;
    font-style: italic;
    color: #d86431;
    font-size: 26px;
    font-size: 2.6rem;
}
body.home #gts-testimonials blockquote {
    color: #fff;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family:  "Urbanist", sans-serif;
    font-weight: 500;
    line-height: 1.2;
    margin: 0 0 10px;
}

h1 {
    font-size: 36px;
    font-size: 3.6rem;
    font-weight: 500;
	text-transform:uppercase;
	color: #0c78aa;
}

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

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

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

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

h6 {
    font-size: 14px;
    font-size: 1.4rem;
}

.entry-content h2 {
  color: #0C78AA;
  font-size: 38px;
  font-size: 3.8rem;
}
.page-cta__text h3 {
    color: #0573A9;
    font-size: 20px;
    font-size: 2rem;
    letter-spacing: 2px;
    font-weight: 600;
}

/* ## 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-1 .gallery-item {
    width: 100%;
}

.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-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
    clear: left;
}

.gallery img {
    border: 1px solid #eee;
    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: 13px;
    font-size: 1.3rem;
    font-weight: 400;
    padding: 8px;
    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,
.soliloquy-caption a  {
    background-color: transparent;
    border: 0;
    cursor: pointer;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    padding: 12px 24px;
    text-decoration: none;
    white-space: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
    width: auto;
    margin: 15px 0 5px;
    border: 2px solid;
}

.soliloquy-caption a {
  color: #fff;
  display: inline-block;
}

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  {
    color: #399fa3;
}

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

.button {
    display: inline-block;
}

a.button.small,
button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small {
    padding: 8px 16px;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
    background-color: #eee;
    border-width: 0;
    color: #777;
    cursor: not-allowed;
}

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 #eee;
}

td,
th {
    text-align: left;
}

td {
    border-top: 1px solid #eee;
    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;
}

.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,.6);
}

.more-link {
    position: relative;
}


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

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

.site-inner,
.wrap,
.page-cta-wrap,
.soliloquy-container .wrap {
    margin: 0 auto;
    max-width: 1258px;
    /* overflow: hidden; */
}

.soliloquy-container .wrap {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
}

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

.landing-page .site-inner {
    max-width: 800px;
}



.home .soliloquy-container .soliloquy-image {
  width: 100%;
}

.home .soliloquy-container .soliloquy-caption.soliloquy-caption-left {
    width: 35%;
}
.home .soliloquy-container .soliloquy-caption.soliloquy-caption-left .soliloquy-caption-inside {
    background: transparent;
    text-align: left;
    height: auto;
    position: relative;
    top: 50%;
    margin-top: 40px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    font-size: 38px;
    font-size: 3rem;
    text-shadow: 0 1px 1px rgba(0,0,0,0.5);
}

.home .soliloquy-container .soliloquy-caption.soliloquy-caption-left p {
    text-shadow: 0 1px 1px rgba(0,0,0,0.5);
    line-height: 1.8;
}

.home .soliloquy-container .soliloquy-caption.soliloquy-caption-left a {
  font-size: 18px;
  font-size: 1.8rem;
  text-shadow: 0 1px 1px rgba(0,0,0,0.5);
  padding: 20px 25px;
  letter-spacing: 1px;
}

/* ## Page
--------------------------------------------- */

.page-banner {
  max-height: 400px;
  overflow: hidden;
}

.page-banner img {
  width: 100%;
  max-height: 400px;
  height: auto;
}

.page-cta {
  clear: both;
  overflow: hidden;
  position: relative;
}

.page-cta_style_no-image {
    text-align: center;
}

.page-cta__image {
    width: 100%;
}

.page-cta__image img {
    display: block;
}

.page-cta__image img.alignleft,
.page-cta__image img.alignright {
    margin: 0;
}

.page-cta__details {
    width: 100%;
    padding: 45px 30px 15px;
    color: #fff;
    display: inline-block;
}

.page-cta_bg_default {
    margin-bottom: 20px;
}

.page-cta_bg_default .page-cta__details {
    color: #444;
}

.page-cta__title {
    text-transform: uppercase;
    padding: 0 0 15px;
    font-weight: 500;
}

.home .page-cta-1 .page-cta__title {
    color: #015783;
    font-size: 55px;
    font-size: 5.5rem;
    margin-bottom: 15px;
}

.page-cta_bg_default .page-cta__title {
  color: #0E78AA;
}

.page-cta__text a {
    color: #fff;
}

.page-cta_bg_default .page-cta__text a {
  color: #0E78AA;
}

.page-cta_bg_default .page-cta__text .color-orange a {
  color: #CE6F2B;
}

.page-cta_bg_default .page-cta__text .color-orange a:hover {
  color: #0E78AA;
}

.page-cta_style_no-image .page-cta__title {
    padding-bottom: 0;
}

.page-cta_style_no-image .page-cta__text p {
    margin-top: 25px;
    margin-bottom: 30px;
}

.page-cta_style_no-image.page-cta_bg_colored .page-cta__text p {
    font-family:  "Source Sans 3", sans-serif;
    font-style: italic;
    color: #dedede;
    font-weight: 300;
}

.page-cta_style_no-image.page-cta_bg_colored .page-cta__text blockquote cite {
    font-family:  "Source Sans 3", sans-serif;
    font-size: 24px;
    font-style: normal;
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
}

/* ## Providers
--------------------------------------------- */

.providers__search-title {
    color: #969696;
    text-transform: uppercase;
}

.providers__select-label {
    color: #CE6F2B;
    text-transform: uppercase;
}

.post-type-archive-laclinica_providers .facetwp-facet {
    margin-bottom: 15px;
}

.post-type-archive-laclinica_providers .large-4 .facetwp-dropdown,
.post-type-archive-laclinica_providers .large-4 .facetwp-search {
    height: 3em;
}
.post-type-archive-laclinica_providers .facetwp-input-wrap {
    width: 100%;
}
.post-type-archive-laclinica_providers .facetwp-search {
    padding: 3px 3px 3px 10px;
	height: 39px;
}

.providers-list .provider:nth-child(2n+1){
    clear: left;
}
  
@media screen and (min-width: 40em) {
    .providers-list .provider:nth-child(2n+1){
      clear: none;
    }
    .providers-list .provider:nth-child(6n+1){
      clear: left;
    }
}

.provider {
    font-size: 14px;
    margin-bottom: 45px;
}

.provider__name {
    text-transform: uppercase;
}

.accepting-new-patients-archive-text > div {
	padding: 5px 10px;
    background-color: #eee;
    font-size: 12px;
    text-align: center;
}
@media screen and (min-width: 650px) { 
	.accepting-new-patients-archive-text > div {
		padding: 5px 20px;
		font-size: 14px;
	}
}
.providers-paging {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: normal;
	align-content: normal;
    margin-bottom: 45px;
	gap:20px;
}
.facetwp-per-page {
	text-align:center;
}
.facetwp-per-page-select {
	width:unset;
}
@media screen and (min-width: 650px) {
	.providers-paging {
		flex-direction: row;
	}
	.facetwp-per-page {
		text-align:unset;
	}
	.facetwp-per-page-select {
		width:100%;
	}
}
@media screen and (min-width: 64em) {
	.providers-paging {
		justify-content: end;
		gap:15px;
	}
}

.post-type-archive-laclinica_providers .facetwp-pager {
    text-align: center;
    font-size: 14px;
    vertical-align: middle;
}

.post-type-archive-laclinica_providers .facetwp-pager-label {
    display: none;
}

.post-type-archive-laclinica_providers .facetwp-page {
    background-color: #E0E0E0;
    width: 32px;
    height: 32px;
	line-height:32px;
    color: #fff;
    vertical-align: middle;
	margin-bottom: 10px;
}
@media screen and (min-width: 650px) {
	.post-type-archive-laclinica_providers .facetwp-page {
		width: 38px;
		height: 38px;
		line-height:38px;
		margin-bottom: 0px;
	}
}
.post-type-archive-laclinica_providers .facetwp-page.active {
    background-color: #CE6F2B;
}

.post-type-archive-laclinica_providers .facetwp-btn {
    top: 4px;
}

/* ## 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: 1060px;
}

.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: 880px;
}

.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: 660px;
}

.full-width-content .content {
    width: 100%;
    float: none;
    margin: 0 auto;
    max-width: 880px;
}

.post-type-archive-laclinica_providers.full-width-content .content,
.full-page-width .content {
    max-width: 100%;
}

/* ### Primary Sidebar */

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

.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;
}

/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.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.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
    width: 48.717948717948715%;
}

.one-third,
.two-sixths {
    width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
    width: 65.81196581196582%;
}

.one-fourth {
    width: 23.076923076923077%;
}

.three-fourths {
    width: 74.35897435897436%;
}

.one-sixth {
    width: 14.52991452991453%;
}

.five-sixths {
    width: 82.90598290598291%;
}

.first {
    clear: both;
    margin-left: 0;
}


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

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

.avatar {
    border-radius: 50%;
    float: left;
}

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

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

.author-box .avatar {
    height: 90px;
    margin-right: 24px;
    width: 90px;
}

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

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

.breadcrumb {
    color: #8b8b8b;
    padding: 0 15px;
    margin-bottom: 20px;
    font-size: 14px;
    font-size: 1.4rem;
}

.archive .breadcrumb {
  margin-top: 10px;
}


.after-entry,
.archive-description,
.author-box {
    background-color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 25px;
    padding: 0 15px 15px;
}

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

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

.search-form {
    overflow: hidden;
    position: relative;
}

.site-header .search-form:after,
.site-bottom .widget_search:after {
    content: "\f179";
    font-family: dashicons;
    text-decoration: inherit;
    font-weight: 400;
    font-style: normal;
    color: #8B8B8B;
    vertical-align: top;
    position: absolute;
    right: 3px;
    text-align: center;
    -webkit-font-smoothing: antialiased;
}

.site-bottom .widget_search {
    position: relative;
}

.site-bottom .widget_search:after {
    right: 12px;
    top: 1px;
    font-size: 36px;
    line-height: 1;
}

.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;
}

.site-header .search-form {
    float: right;
    margin-top: 0;
    width: 180px;
    height: 30px;
}

.home .site-header .search-form {
    margin-top: 10px;
}

.site-header .search-form input {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 6px 10px;
}

.site-header .search-form input::-webkit-input-placeholder {
    text-transform: uppercase;
}

.site-header .search-form input::-moz-placeholder {
    text-transform: uppercase;
}

.site-header .search-form input:-ms-input-placeholder {
    text-transform: uppercase;
}

.site-header .search-form input:-moz-placeholder {
    text-transform: uppercase;
}

.site-header .search-form input::placeholder {
    text-transform: uppercase;
}

body:not(.home) .site-header .search-form input {
    background: #0E78AA;
    color: #fff;
}

body:not(.home) .site-header .search-form input::-webkit-input-placeholder {
    color: #fff;
}

body:not(.home) .search-form input::-moz-placeholder {
    color: #fff;
}

body:not(.home) .search-form input:-ms-input-placeholder {
    color: #fff;
}

body:not(.home) .search-form input:-moz-placeholder {
    color: #fff;
}

body:not(.home) .site-header .search-form input::placeholder {
    color: #fff;
}

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

.entry-title,
.archive-title {
    color: #08497c;
    font-size: 50px;
    font-size: 5rem;
    text-transform: uppercase;
}

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

.widget-title {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 20px;
}

.sidebar-primary .widget-title {
    background-color: #08497c;
    font-size: 30px;
    font-size: 3rem;
    font-family:  "Urbanist", sans-serif;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff;
    padding: 20px;
    margin: -20px -20px 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: 600;
    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 {
    margin-bottom: 40px;
    word-wrap: break-word;
}

.widget p:last-child,
.widget ul > li:last-of-type,
.widget-area .widget:last-of-type {
    margin-bottom: 0;
}

.widget ul > li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 2px solid #dedede;
}

.widget ul > li:last-of-type {
    padding-bottom: 0;
    border: 0;
}

.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;
}

.widget .current-menu-item > a {
 	/* color: #399fa3;*/
	color:white;
}

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

.featured-content .entry {
    background: none;
    padding: 0;
}

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

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


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

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

.sidebar .enews-widget,
.sidebar .enews-widget .widget-title {
    color: #fff;
}

.sidebar .widget.enews-widget {
    background-color: #333;
}

.sidebar .enews-widget input,
.sidebar .enews-widget input:focus {
    border: 1px solid #333;
}

.sidebar .enews-widget input[type="submit"] {
    background-color: #c3251d;
    color: #fff;
}

.sidebar .enews-widget input:hover[type="submit"],
.sidebar .enews-widget input:focus[type="submit"]  {
    background-color: #fff;
    color: #333;
}

.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 {
    background-color: #eee;
    min-height: 80px;
    padding: 10px 0;
}

.site-header .wrap {
    padding: 10px 0;
    position: relative;
}

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

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

.header-image .title-area {
    padding: 0;
}

.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;
    text-decoration: none;
}

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

.site-description {
	font-family: "Urbanist", sans-serif;
	color: #015181;
    font-size: 16px;
    font-size: 2.1rem;
    letter-spacing: .25px;
    font-weight: 700;
    right: 0;
    bottom: 0px;
}

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

.header-image .site-title {
    display: block;
    text-indent: -9999px;
}

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

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


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

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

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

.genesis-nav-menu a {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 22px 20px;
    text-transform: uppercase;
}

.genesis-nav-menu .alignright a {
    color: #fff;
}

.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: #CDCDCD;
    text-decoration: none;
}

.genesis-nav-menu .alignright a:hover,
.genesis-nav-menu .alignright a:focus,
.genesis-nav-menu .current-menu-item.alignright > a,
.genesis-nav-menu .sub-menu .current-menu-item.alignright > a:hover,
.genesis-nav-menu .sub-menu .current-menu-item.alignright > a:focus  {
    opacity: 0.8;
}

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

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

.genesis-nav-menu .sub-menu .menu-item-has-children > a:after {
    content: '>';
    position: absolute;
    right: 10px;
}

.genesis-nav-menu .sub-menu a:hover {
    color: #399FA3;
}

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

.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;
}

.genesis-nav-menu > .right {
    float: right;
}

/* ## 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;
}

.sub-menu-toggle,
.menu-toggle {
    display: none;
    visibility: hidden;
}

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

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

/* ## After Header Navigation
--------------------------------------------- */

.nav-primary {
    background-color: #3f98b4;
}

/* ## Footer Navigation
--------------------------------------------- */

.site-footer .genesis-nav-menu {
    padding-bottom: 20px;
}

.site-footer .genesis-nav-menu a {
    padding: 0 20px 10px;
}


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

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

.entry {
    background-color: #fff;
    margin-bottom: 40px;
    padding: 0 15px 15px;
}

.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: none;
    margin-bottom: 15px;
    position: relative;
}

.entry-content ul > li:before {
  content: "\002022";
  color: #3f98b4;
  font-size: 40px;
  font-size: 4rem;
  line-height: 1;
  position: absolute;
  left: -26px;
  top: -.35rem;
}

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

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

.entry-content .highlight {
    border-left: 10px solid #f2d3a3;
    padding-left: 15px;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 200%;
    overflow: hidden;
}

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

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

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

.entry-footer .entry-meta {
    border-top: 1px solid #eee;
    padding-top: 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;
}

.adjacent-entry-pagination {
    margin-bottom: 0;
}

.archive-pagination li {
    display: inline;
}

.archive-pagination li a {
    background-color: #fff;
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 600;
    padding: 8px 12px;
    text-decoration: none;
}

.archive-pagination li a:hover,
.archive-pagination li a:focus,
.archive-pagination .active a {
    background-color: #c3251d;
    color: #fff;
}

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

.comment-respond,
.entry-comments,
.entry-pings {
    background-color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 40px;
}

.comment-respond,
.entry-pings {
    padding: 60px 60px 32px;
}

.entry-comments {
    padding: 60px;
}

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

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

.comment-list .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;
    margin-bottom: 40px;
}

.sidebar .widget {
    background-color: #fff;
    padding: 20px;
    border: solid 2px #08497c;
    color: #8b8b8b;
}

.sidebar .widget:first-of-type {
    border: solid 2px #6e9645;
}

.sidebar .widget:first-of-type .widget-title {
    background: #6e9645;
}

.sidebar .widget:nth-of-type(3) {
    border: solid 2px #e5a206;
}

.sidebar .widget:nth-of-type(3) .widget-title {
    background: #e5a206;
}

.sidebar .widget:nth-of-type(4) {
    border: solid 2px #CE6F2B;
}

.sidebar .widget:nth-of-type(4) .widget-title {
    background: #CE6F2B;
}


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

.site-bottom {
    background: #08497c;
    color: #fff;
    padding: 35px 10px 10px;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 2.1;
}

.site-bottom .widget-title,
.site-bottom ul#menu-patient-links li a {
    font-family: "Source Sans 3", sans-serif;
    font-weight: 400;
    font-size: 20px;
    font-size: 2rem;
    text-transform: uppercase;
}

.site-bottom a {
    text-decoration: underline;
}

.site-bottom a,
.site-bottom .button {
    color: #fff;
}

.site-bottom a:hover,
.site-bottom .button:hover {
    color: #399fa3;
}

.site-bottom .widget ul li {
    border: none;
    margin-bottom: 0;
    padding-bottom: 5px;
    line-height: 1.8;
}

.site-bottom .widget ul li a {
    text-decoration: none;
}

.site-bottom .mimi-form p {
    margin-bottom: 5px;
}

.site-bottom .mimi-form p:first-of-type {
    margin-bottom: 20px;
}

.mimi-field {
    margin-bottom: 15px;
}

.site-bottom .widget_search {
    width: 75%;
    margin: 0 auto 15px;
    display: none;
    float: none !important;
    clear: both;
}

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


.site-footer {
    background-color: #399FA3;
    color: #87C4C7;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.25;
    padding: 15px 0;
}

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

.site-footer a {
    color: #87C4C7;
    text-decoration: underline;
	padding: 0 5px;
}

.site-footer .social-icons {
    display: inline-block;
    float: right;
}

.site-footer .social-icons a {
    display: inline-block;
    padding: 0 5px;
}

.site-footer .social-icons img {
    width: 25px;
	margin-right: 10px;
}
@media only screen and (max-width: 1200px) {
	.site-footer p {
		flex-direction: column;
		gap: 8px;
		padding-bottom: 85px;
		display: flex;
		align-items: center;
		text-align: center;
		font-size: 14px;
	}
	.site-footer .social-icons {
		margin-right: 0 !important;
		margin-left: 0 !important;
		margin-top:12px !important; 
	}
}

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

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

    .site-inner,
    .wrap,
    .soliloquy-container .wrap {
        max-width: 1140px;
    }

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

    .content {
        width: 800px;
    }

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

    .sidebar-primary {
        width: 300px;
    }

    .footer-widgets-1,
    .footer-widgets-2,
    .footer-widgets-3 {
        width: 340px;
    }

    .footer-widgets-1 {
        margin-right: 60px;
    }

}


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

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

    .genesis-nav-menu a {
        padding: 16px 12px;
    }

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

    .content {
        width: 620px;
    }

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

    .footer-widgets-1,
    .footer-widgets-2,
    .footer-widgets-3 {
        width: 300px;
    }

    .footer-widgets-1 {
        margin-right: 30px;
    }

}

@media only screen and (min-width: 1023px) and (max-width: 1200px) {

  .home .soliloquy-container .soliloquy-caption.soliloquy-caption-left {
      width: 45%;
  }
}

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

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

    .content,
    .content-sidebar-sidebar .content,
    .content-sidebar-sidebar .content-sidebar-wrap,
    .footer-widgets-1,
    .footer-widgets-2,
    .footer-widgets-3,
    .js .genesis-nav-menu .sub-menu a,
    .js .genesis-nav-menu .sub-menu, 
    .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;
    }

    .home .site-header {
        position: static;
    }

    .home .soliloquy-container .soliloquy-caption.soliloquy-caption-left {
        width: 100%;
        bottom: 0;
        height: auto;
        top: auto;
    }

    .home .soliloquy-container .soliloquy-caption.soliloquy-caption-left .soliloquy-caption-inside {
        top: auto;
        transform: none;
        text-align: center;
    }

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

    .site-header .widget-area {
        display: none;
    }

    .js nav.nav-primary,
    .js .site-header nav  {
        display: none;
        position: relative;
    }

    .js .site-header nav .wrap {
        padding: 0;
    }

    .js nav.pagination {
        display: block;
    }

    .menu-toggle,
    .sub-menu-toggle {
        border-width: 0;
        color: #fff;
        display: block;
        margin: 0 auto;
        overflow: hidden;
        text-align: center;
        visibility: visible;
    }

    .sub-menu .sub-menu-toggle {
        background-color: #fff;
        color: #0E78AA;
    }
    
    .menu-toggle:hover,
    .menu-toggle:focus,
    .sub-menu-toggle:hover,
    .sub-menu-toggle:focus {
        border-width: 0;
    }

    .menu-toggle {
        line-height: 20px;
        position: relative;
        right: 0;
        z-index: 1000;
        width: 100%;
    }

    .menu-toggle:before,
    .menu-toggle.activated:before {
        margin-right: 10px;
        text-rendering: auto;
        -webkit-transform: translate(0, 0);
        -ms-transform:     translate(0, 0);
        transform:         translate(0, 0);
    }

    .sub-menu-toggle.activated {
        background-color: #fff;
        color: #0E78AA;
        padding: 10px;
    }


    .sub-menu .sub-menu-toggle.activated {
        color: #cdcdcd;
    }

    .sub-menu-toggle {
        float: right;
        padding: 9px;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 100;
    }

    .sub-menu-toggle:before {
        display: inline-block;
        text-rendering: auto;
        -webkit-transform: translate(0, 0);
        -ms-transform:     translate(0, 0);
        transform:         translate(0, 0);
    }

    .sub-menu-toggle.activated:before {
        content: "\f142";
    }

    .js .nav-primary .genesis-nav-menu .menu-item,
    .js .site-header .genesis-nav-menu .menu-item {
        display: block;
        float: none;
        position: relative;
        text-align: left;
    }

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

    .js .nav-primary .genesis-nav-menu .menu-item a,
    .js .site-header .genesis-nav-menu .menu-item a {
        border: none;
        padding: 12px 10px;
        width: 100%;
    }

    .js .genesis-nav-menu .sub-menu {
        border: none;
    }

    .js .genesis-nav-menu .menu-item > a:focus ul.sub-menu,
    .js .genesis-nav-menu .menu-item > a:focus ul.sub-menu .sub-menu {
        left: 0;
        margin-left: 0;
    }

    .js .genesis-nav-menu > .menu-item-has-children > a:after {
        content: none;
    }

    .js .genesis-nav-menu .sub-menu {
        background: #015783;
        clear: both;
        display: none;
        margin: 0;
        opacity: 1;
        padding-left: 10px;
        margin-left: 10px;
        margin-bottom: 10px;
        position: static;
        width: calc(100% - 10px);
    }

    .js .genesis-nav-menu .sub-menu .sub-menu {
        margin: 0;
    }

    .js nav button:hover,
    .js .menu-toggle:hover,
    .js .nav-primary {
        color: #CDCDCD;
    }

    .js nav button:focus,
    .js .menu-toggle:focus {
        color: #015783;
    }

    .footer-widgets-1,
    .footer-widgets-2 {
        margin: 0 auto 40px;
    }

    .site-bottom .widget_search {
      display: block;
    }

}


/* baxters edits start */


.BBFormContainer[data-bbox-part-id="c09c32e3-1645-4ba7-8400-e8af7e90f970"] .BBFormTextbox, .BBFormContainer[data-bbox-part-id="c09c32e3-1645-4ba7-8400-e8af7e90f970"] .BBFormSelectList, .BBFormContainer[data-bbox-part-id="c09c32e3-1645-4ba7-8400-e8af7e90f970"] .BBFormTextArea {
    -moz-transition: all .5s ease-in-out 0;
    border-radius: 0px 0px 0px 0px!important;
    border-shadow: none;
    background-color: #fff;
    border: 1px solid #FFF;
    line-height: 1.2em;
    padding: 10px!important;
    width: 220px!important;
	opacity: 1!important;
}

/* baxters edits end */

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

    body > div {
        font-size: 1.6rem;
    }

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

    .entry-title, 
    .archive-title {
      font-size: 32px;
      font-size: 3.2rem;
    }
 
    h3 {
      font-size: 22px;
      font-size: 2.2rem;    
    }

    .site-inner {
        padding: 5% 5% 0;
    }

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

    .home .soliloquy-container .soliloquy-caption.soliloquy-caption-left .soliloquy-caption-inside {
        font-size: 16px;
        font-size: 1.6rem;
    }

    .home .soliloquy-container .soliloquy-caption.soliloquy-caption-left .soliloquy-caption-inside p {
         line-height: 1.2;
     }

    .home .soliloquy-container .soliloquy-caption.soliloquy-caption-left a {
        font-size: 10px;
        font-size: 1rem;
        padding: 10px;
        margin-top: 5px;
    }
 
    .home .page-cta-1 .page-cta__title {
        font-size: 34px;
        font-size: 3.4rem;
    }

    blockquote {
        font-size: 20px;
        font-size: 2rem;
        margin: 12px;
    }
 
    .after-entry,
    .archive-description,
    .author-box,
    .comment-respond,
    .entry,
    .entry-comments,
    .entry-pings,
    .sidebar .widget {
        padding: 10px;
        margin-bottom: 5%;
    }

    .sidebar {
        margin-bottom: 5%;
    }

    .sidebar-primary .widget-title {
        padding: 10px;
        margin: -10px -10px 20px;
        font-size: 22px;
        font-size: 2.2rem;
    }

    .pagination {
        margin: 5% auto;
    }

    .archive-pagination li a {
        margin-bottom: 4px;
    }

    .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%;
    }
	
/* baxters edits start */


.BBFormContainer[data-bbox-part-id="c09c32e3-1645-4ba7-8400-e8af7e90f970"] .BBFormTextbox, .BBFormContainer[data-bbox-part-id="c09c32e3-1645-4ba7-8400-e8af7e90f970"] .BBFormSelectList, .BBFormContainer[data-bbox-part-id="c09c32e3-1645-4ba7-8400-e8af7e90f970"] .BBFormTextArea {
    -moz-transition: all .5s ease-in-out 0;
    border-radius: 0px 0px 0px 0px!important;
    border-shadow: none;
    background-color: #fff;
    border: 1px solid #FFF;
    line-height: 1.2em;
    padding: 10px!important;
    width: 260px!important;
	opacity: 1!important;
}

/* baxters edits end */

}

@media screen and (min-width: 40em) {

    .page-cta__title {
        font-size: 26px;
        font-size: 2.6rem;
    }

    .page-cta__text p {
        font-size: 18px;
        font-size: 1.8rem;
        margin-bottom: 20px;
    }

    .page-cta:not(.page-cta_style_no-image) .page-cta__text p:last-of-type {
        margin-bottom: 0;
    }

    .page-cta_style_no-image .page-cta__title {
        font-size: 26px;
        font-size: 2.6rem;
    }

    .page-cta_style_no-image .page-cta__text p {
        font-size: 18px;
        font-size: 1.8rem;
    }

}

@media screen and (min-width: 900px) {

    .page-cta__image {
        max-width: 50%;
    }

    .page-cta_style_has-image .page-cta__details {
        width: 50%;
    }

    .page-cta_alignment_left .page-cta__image {
        float: left;
        text-align: left;
        position: absolute;
        left: 0;
    }

    .page-cta_alignment_right .page-cta__image {
        float: right;
        text-align: right;
        position: absolute;
        right: 0;
    }

    .page-cta_style_has-image.page-cta_alignment_left .page-cta__details {
        margin-left: 50%;
    }

    .page-cta_style_has-image.page-cta_alignment_right .page-cta__details{
        margin-right: 50%;
    }

}

@media screen and (min-width: 1023px) {

    .site-description {
        position: absolute;
    }
}

@media screen and (min-width: 1200px) {

    .page-cta__title {
        font-size: 36px;
        font-size: 3.6rem;
    }

    .page-cta__text p {
        font-size: 22px;
        font-size: 2rem;
    }

    .page-cta_style_no-image .page-cta__title {
        font-size: 40px;
        font-size: 4rem;
    }

    .page-cta_style_no-image .page-cta__text p {
        font-size: 28px;
        font-size: 2.8rem;
    }
}
/* # 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,
    .tribe-events-ical,
    .ical-button-note,
    .events-gridview .site-description,
    .events-gridview .site-bottom,
    .events-gridview .site-footer,
    .sidebar {
        display: none !important;
    }

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

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

    .header-image .site-title > a {
      min-height: 0;
    }
    .site-inner {
        padding-top: 0;
        position: relative;
    }

    .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;
    }

    #tribe_events_filters_wrapper.tribe-events-filters-vertical,
    #tribe-events-bar,
    #tribe-events-header,
    #tribe-events-content .tribe-events-calendar td a[href]:after,
    #glt-translate-trigger {
      display: none;
    }

    .tribe-filters-closed.tribe-bar-is-disabled #tribe-events-content {
      clear: both;
    }

    .tribe-events-calendar {
      page-break-inside: auto;
    }

    #tribe-events-content {
        width: 100% !important;
        padding-right: 0 !important;
    }
}









.row {
  max-width: 78.625em;
  margin-left: auto;
  margin-right: auto; }
  .row::before, .row::after {
    content: ' ';
    display: table;
    flex-basis: 0;
    order: 1; }
  .row::after {
    clear: both; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row .row {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem; }
    .row .row.collapse {
      margin-left: 0;
      margin-right: 0; }
  .row.expanded {
    max-width: none; }
    .row.expanded .row {
      margin-left: auto;
      margin-right: auto; }

.column, .columns {
  width: 100%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }
  .column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: right; }
  .column.end:last-child:last-child, .end.columns:last-child:last-child {
    float: left; }

.column.row.row, .row.row.columns {
  float: none; }
  .row .column.row.row, .row .row.row.columns {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0; }

.small-1 {
  width: 8.33333%; }

.small-push-1 {
  position: relative;
  left: 8.33333%; }

.small-pull-1 {
  position: relative;
  left: -8.33333%; }

.small-offset-0 {
  margin-left: 0%; }

.small-2 {
  width: 16.66667%; }

.small-push-2 {
  position: relative;
  left: 16.66667%; }

.small-pull-2 {
  position: relative;
  left: -16.66667%; }

.small-offset-1 {
  margin-left: 8.33333%; }

.small-3 {
  width: 25%; }

.small-push-3 {
  position: relative;
  left: 25%; }

.small-pull-3 {
  position: relative;
  left: -25%; }

.small-offset-2 {
  margin-left: 16.66667%; }

.small-4 {
  width: 33.33333%; }

.small-push-4 {
  position: relative;
  left: 33.33333%; }

.small-pull-4 {
  position: relative;
  left: -33.33333%; }

.small-offset-3 {
  margin-left: 25%; }

.small-5 {
  width: 41.66667%; }

.small-push-5 {
  position: relative;
  left: 41.66667%; }

.small-pull-5 {
  position: relative;
  left: -41.66667%; }

.small-offset-4 {
  margin-left: 33.33333%; }

.small-6 {
  width: 50%; }

.small-push-6 {
  position: relative;
  left: 50%; }

.small-pull-6 {
  position: relative;
  left: -50%; }

.small-offset-5 {
  margin-left: 41.66667%; }

.small-7 {
  width: 58.33333%; }

.small-push-7 {
  position: relative;
  left: 58.33333%; }

.small-pull-7 {
  position: relative;
  left: -58.33333%; }

.small-offset-6 {
  margin-left: 50%; }

.small-8 {
  width: 66.66667%; }

.small-push-8 {
  position: relative;
  left: 66.66667%; }

.small-pull-8 {
  position: relative;
  left: -66.66667%; }

.small-offset-7 {
  margin-left: 58.33333%; }

.small-9 {
  width: 75%; }

.small-push-9 {
  position: relative;
  left: 75%; }

.small-pull-9 {
  position: relative;
  left: -75%; }

.small-offset-8 {
  margin-left: 66.66667%; }

.small-10 {
  width: 83.33333%; }

.small-push-10 {
  position: relative;
  left: 83.33333%; }

.small-pull-10 {
  position: relative;
  left: -83.33333%; }

.small-offset-9 {
  margin-left: 75%; }

.small-11 {
  width: 91.66667%; }

.small-push-11 {
  position: relative;
  left: 91.66667%; }

.small-pull-11 {
  position: relative;
  left: -91.66667%; }

.small-offset-10 {
  margin-left: 83.33333%; }

.small-12 {
  width: 100%; }

.small-offset-11 {
  margin-left: 91.66667%; }

.small-up-1 > .column, .small-up-1 > .columns {
  width: 100%;
  float: left; }
  .small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
    clear: both; }
  .small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
    float: left; }

.small-up-2 > .column, .small-up-2 > .columns {
  width: 50%;
  float: left; }
  .small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
    clear: both; }
  .small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
    float: left; }

.small-up-3 > .column, .small-up-3 > .columns {
  width: 33.33333%;
  float: left; }
  .small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
    clear: both; }
  .small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
    float: left; }

.small-up-4 > .column, .small-up-4 > .columns {
  width: 25%;
  float: left; }
  .small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
    clear: both; }
  .small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
    float: left; }

.small-up-5 > .column, .small-up-5 > .columns {
  width: 20%;
  float: left; }
  .small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
    clear: both; }
  .small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
    float: left; }

.small-up-6 > .column, .small-up-6 > .columns {
  width: 16.66667%;
  float: left; }
  .small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
    clear: both; }
  .small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
    float: left; }

.small-up-7 > .column, .small-up-7 > .columns {
  width: 14.28571%;
  float: left; }
  .small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
    clear: both; }
  .small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
    float: left; }

.small-up-8 > .column, .small-up-8 > .columns {
  width: 12.5%;
  float: left; }
  .small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
    clear: both; }
  .small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
    float: left; }

.small-collapse > .column, .small-collapse > .columns {
  padding-left: 0;
  padding-right: 0; }

.small-collapse .row {
  margin-left: 0;
  margin-right: 0; }

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }

.small-centered {
  float: none;
  margin-left: auto;
  margin-right: auto; }

.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  margin-left: 0;
  margin-right: 0;
  float: left; }

@media screen and (min-width: 40em) {
  .medium-1 {
    width: 8.33333%; }
  .medium-push-1 {
    position: relative;
    left: 8.33333%; }
  .medium-pull-1 {
    position: relative;
    left: -8.33333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    width: 16.66667%; }
  .medium-push-2 {
    position: relative;
    left: 16.66667%; }
  .medium-pull-2 {
    position: relative;
    left: -16.66667%; }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .medium-3 {
    width: 25%; }
  .medium-push-3 {
    position: relative;
    left: 25%; }
  .medium-pull-3 {
    position: relative;
    left: -25%; }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .medium-4 {
    width: 33.33333%; }
  .medium-push-4 {
    position: relative;
    left: 33.33333%; }
  .medium-pull-4 {
    position: relative;
    left: -33.33333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    width: 41.66667%; }
  .medium-push-5 {
    position: relative;
    left: 41.66667%; }
  .medium-pull-5 {
    position: relative;
    left: -41.66667%; }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .medium-6 {
    width: 50%; }
  .medium-push-6 {
    position: relative;
    left: 50%; }
  .medium-pull-6 {
    position: relative;
    left: -50%; }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .medium-7 {
    width: 58.33333%; }
  .medium-push-7 {
    position: relative;
    left: 58.33333%; }
  .medium-pull-7 {
    position: relative;
    left: -58.33333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    width: 66.66667%; }
  .medium-push-8 {
    position: relative;
    left: 66.66667%; }
  .medium-pull-8 {
    position: relative;
    left: -66.66667%; }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .medium-9 {
    width: 75%; }
  .medium-push-9 {
    position: relative;
    left: 75%; }
  .medium-pull-9 {
    position: relative;
    left: -75%; }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .medium-10 {
    width: 83.33333%; }
  .medium-push-10 {
    position: relative;
    left: 83.33333%; }
  .medium-pull-10 {
    position: relative;
    left: -83.33333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    width: 91.66667%; }
  .medium-push-11 {
    position: relative;
    left: 91.66667%; }
  .medium-pull-11 {
    position: relative;
    left: -91.66667%; }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    width: 100%;
    float: left; }
    .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
      float: left; }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    width: 50%;
    float: left; }
    .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
      float: left; }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    width: 33.33333%;
    float: left; }
    .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
      float: left; }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    width: 25%;
    float: left; }
    .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
      float: left; }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    width: 20%;
    float: left; }
    .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
      float: left; }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    width: 16.66667%;
    float: left; }
    .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
      float: left; }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    width: 14.28571%;
    float: left; }
    .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
      float: left; }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    width: 12.5%;
    float: left; }
    .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
      float: left; }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .medium-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
  .medium-centered {
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } }

@media screen and (min-width: 64em) {
  .large-1 {
    width: 8.33333%; }
  .large-push-1 {
    position: relative;
    left: 8.33333%; }
  .large-pull-1 {
    position: relative;
    left: -8.33333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    width: 16.66667%; }
  .large-push-2 {
    position: relative;
    left: 16.66667%; }
  .large-pull-2 {
    position: relative;
    left: -16.66667%; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .large-3 {
    width: 25%; }
  .large-push-3 {
    position: relative;
    left: 25%; }
  .large-pull-3 {
    position: relative;
    left: -25%; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .large-4 {
    width: 33.33333%; }
  .large-push-4 {
    position: relative;
    left: 33.33333%; }
  .large-pull-4 {
    position: relative;
    left: -33.33333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    width: 41.66667%; }
  .large-push-5 {
    position: relative;
    left: 41.66667%; }
  .large-pull-5 {
    position: relative;
    left: -41.66667%; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .large-6 {
    width: 50%; }
  .large-push-6 {
    position: relative;
    left: 50%; }
  .large-pull-6 {
    position: relative;
    left: -50%; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .large-7 {
    width: 58.33333%; }
  .large-push-7 {
    position: relative;
    left: 58.33333%; }
  .large-pull-7 {
    position: relative;
    left: -58.33333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    width: 66.66667%; }
  .large-push-8 {
    position: relative;
    left: 66.66667%; }
  .large-pull-8 {
    position: relative;
    left: -66.66667%; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .large-9 {
    width: 75%; }
  .large-push-9 {
    position: relative;
    left: 75%; }
  .large-pull-9 {
    position: relative;
    left: -75%; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .large-10 {
    width: 83.33333%; }
  .large-push-10 {
    position: relative;
    left: 83.33333%; }
  .large-pull-10 {
    position: relative;
    left: -83.33333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    width: 91.66667%; }
  .large-push-11 {
    position: relative;
    left: 91.66667%; }
  .large-pull-11 {
    position: relative;
    left: -91.66667%; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .large-12 {
    width: 100%; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .large-up-1 > .column, .large-up-1 > .columns {
    width: 100%;
    float: left; }
    .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
      float: left; }
  .large-up-2 > .column, .large-up-2 > .columns {
    width: 50%;
    float: left; }
    .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
      float: left; }
  .large-up-3 > .column, .large-up-3 > .columns {
    width: 33.33333%;
    float: left; }
    .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
      float: left; }
  .large-up-4 > .column, .large-up-4 > .columns {
    width: 25%;
    float: left; }
    .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
      float: left; }
  .large-up-5 > .column, .large-up-5 > .columns {
    width: 20%;
    float: left; }
    .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
      float: left; }
  .large-up-6 > .column, .large-up-6 > .columns {
    width: 16.66667%;
    float: left; }
    .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
      float: left; }
  .large-up-7 > .column, .large-up-7 > .columns {
    width: 14.28571%;
    float: left; }
    .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
      float: left; }
  .large-up-8 > .column, .large-up-8 > .columns {
    width: 12.5%;
    float: left; }
    .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
      float: left; }
  .large-collapse > .column, .large-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .large-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
  .large-centered {
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } }
    

.left-aligned-end .column:last-child:not(:first-child), .left-aligned-end .columns:last-child:not(:first-child) {
  float: left; }

.clear {
	clear: both;
}

.clear-line {
	border-bottom: 1px solid #ddd;
	clear: both;
	margin: 0 0 25px;
}

.site-inner #tribe-events-pg-template {
    max-width: 100%;
}

.page-cta .tribe-mini-calendar-event .list-date {
  margin-top: 0;
}

.page-cta .tribe-mini-calendar-event .list-info {
  margin-top: 0;
}

.page-cta .tribe-mini-calendar-event .list-date p {
  margin-bottom: 0;
}

.page-cta .tribe-events-widget-link br {
  display: none;
}
.page-cta .tribe-events-widget-link a {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 12px 24px;
  text-decoration: none;
  white-space: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
  width: auto;
  margin: 15px 0 5px;
  border: 2px solid #fff;
}

#tribe_events_filters_wrapper h3 span {
    display: inline-block;
    margin-right: 2px;
    position: absolute;
    position: relative;
    right: 0;
    top: -5px !important;
    width: 12px;
}

#tribe_events_filters_wrapper {
	z-index: 1001!important;
}

body #tribe_events_filters_wrapper.tribe-events-filters-vertical {
	width: 20%;
}
body.tribe-filters-open .tribe-events-filters-vertical+#tribe-events-content, 
body.tribe-filters-open .tribe-events-filters-vertical+.tribe-bar-disabled+#tribe-events-content {
	width: 80%;
}

.ical-button-note {
	clear: both;
	text-align: right;
	font-size: 12px;
	max-width: 250px;
	float: right;
	margin: 15px 0;
}
 
/* Testimonials Post Type */

#gts-testimonials {
	background-color: #ce6F2a;
}

.lslide {
	border: none;
	color: #fff;
}

#gts-testimonials .lslide {
  border: none;
}

#gts-testimonials p {
    border: none;
	color: #fff;
	font-family:  "Source Sans 3", sans-serif;
	font-size: 31px;
	font-style: italic;
	line-height: 160%;
	margin: 0;
	padding: 0;
}

#gts-testimonials blockquote {
	margin-bottom: 20px;
	padding: 0 40px;
}

#gts-testimonials h5 {
	color: #efcdb4;
	font-family: "Source Sans 3", sans-serif;
	font-size: 20px;
	font-weight: 400;
	text-transform: uppercase;
}

#gts-testimonials .lSSlideOuter .lSPager.lSpg>li a {
	background-color: #efcdb4;
}

#gts-testimonials .lSSlideOuter .lSPager.lSpg>li.active a,
#gts-testimonials .lSSlideOuter .lSPager.lSpg>li:hover a {
	background: #fff;
}

.lSSlideOuter .lSPager.lSpg>li {
	border: none;
}

@media screen and (max-width: 500px) {
	
	.page-cta-4 .page-cta__details {
		margin-left: auto;
		margin-right: auto;
		padding-left: 0;
		padding-right: 0;
		text-align: center;
	}
	
	.page-cta-4 .page-cta__details .wrap {
		padding-left: 1%;
  		padding-right: 1%;
	}
	
}
/* Remove the extra paragraph tag spacing around a smart slider snippet in a WYSIWYG */
.remove-para p {
	margin:0px !important
}
.tlw-cal-desktop {
	margin-top: 70px;
    margin-bottom: 10px;
}
.tlw-cal-link {
	font-size: 16px;
    text-decoration: underline;
	margin-bottom: 30px;
}
@media only screen and (max-width: 900px) {
	.tlw-cal-desktop {
		margin-top: 0px;
		margin-bottom: 0px;
	}
	.tlw-cal-mobile {
		margin-left: -15px;
    	margin-right: -15px;
		margin-top: 40px;
		margin-bottom: 70px;
	}
	.tlw-cal-mobile .n2-ss-control-bullet {
		padding-left:35px;
		padding-right:35px;
	}
	.tlw-cal-link {
		font-size: 14px;
		text-decoration: underline;
		margin-bottom: 20px;
	}
}
/* Top Nav tweaks */
.laclinica-top-nav .widget {
    margin-bottom: 0px;
    word-wrap: unset;
}
@media only screen and (max-width: 1340px) {
    .laclinica-top-nav .fl-row-content-wrap .fl-row-content {
        max-width: 1140px;
    }
}
@media only screen and (max-width: 1200px) {
    .laclinica-top-nav .fl-row-content-wrap .fl-row-content {
        max-width: 960px;
    }
}
@media only screen and (max-width: 1023px) {
    .laclinica-top-nav .fl-row-content-wrap .fl-row-content {
        max-width: 800px;
    }
}
/* Homepage services icons */
body.home.page-id-7 .site-inner, body.home.page-id-7 .site-inner .content {
	max-width: 1300px;
}
/* mobile ham edit */
.js button.menu-toggle.nav-primary {
	color: #ffffff;
}
.js button.menu-toggle.nav-primary:hover,
.js button.menu-toggle.nav-primary:focus {
	color: #ffffff;
}
.js button.menu-toggle.nav-primary.activated {
	color: #CDCDCD;
}
.js button.menu-toggle:before, .js button.menu-toggle.activated:before {
	transition:none;
}
/* hide header search widget that keeps coming back */
.site-header .widget-area.header-widget-area section.widget_search {
	display:none;
}
/* new patients */
.facet-new-providers .facetwp-display-value, .facet-new-providers .facetwp-counter {
	display:none !important;
}
.facet-new-providers .facet-new-providers-checkbox {
	display: flex;
    flex-direction: row;
}
.facet-new-providers .facet-new-providers-checkbox .facetwp-facet {
	width: fit-content;
}
.facet-new-providers .facet-new-providers-checkbox .facetwp-facet .facetwp-checkbox {
	height: 24px;
	margin-top: 3px;
}
.facet-new-providers .accepting-new-patients-archive-text {
	padding: 5px 3px;
    font-size: 12px;
	content: 'Check box for medical and dental providers who are accepting new patients. (For behavioral health availability, call 541-618-1300.)';
	display:block;
}
@media screen and (min-width: 650px) { 
	.facet-new-providers .accepting-new-patients-archive-text {
		padding: 5px 3px;
		font-size: 14px;
	}
	.facet-new-providers .facet-new-providers-checkbox .facetwp-facet .facetwp-checkbox {
		margin-top: 4px;
	}
}		

/* wp notification bar */
.wpfront-message.wpfront-div a {
	color: #fff;
    text-decoration: underline;
}
.wpfront-message.wpfront-div a:hover {
	color: #eeeeee;
    text-decoration: underline;
}