	/*!
Theme Name: TSOS
Author: Lieberman Technologies
Author URI: https://www.ltnow.com
Description: Tristate Ortho Custom WordPress Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: caveira
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

caveira is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
/*--------------------------------------------------------------
# Grid
--------------------------------------------------------------*/
*, *:before, *:after {
  box-sizing: border-box;
}

img {
  width: 100%;
  height: auto;
}

.container {
  max-width: 1299px;
  margin-left: auto;
  margin-right: auto;
}
.container:after {
  content: " ";
  display: block;
  clear: both;
}

.black {
  color: #000;
}

.blacki {
  color: #000 !important;
}

.blacka {
  color: rgba(48, 48, 48, 0.4);
}

.bgBlack {
  background-color: #000;
}

.white {
  color: #fff;
}

.stz {
  top: 0;
}

.slz {
  left: 0;
}

.srz {
  right: 0;
}

.sbz {
  bottom: 0;
}

.spr {
  position: relative;
}

.spa {
  position: absolute;
}

.spf {
  position: fixed;
}

.sps {
  position: static;
}

.sw {
  width: 100%;
}

.sh {
  width: 50%;
}

.st {
  width: 33.3333333333333%;
}

.sq {
  width: 25%;
}

.sf {
  width: 20%;
}

.sfv {
  width: 5%;
}

.cdn {
  display: none;
}

.cdb {
  display: block;
}

.cdbi {
  display: block !important;
}

.cil {
  display: inline;
}

.cilb {
  display: inline-block;
}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #404040;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight:400;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
}

.entry-header h1 {
  margin-top: 0;
}

p {
  margin-bottom: 1.5em;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  border-left: 5px solid #063E7B;
  margin: 0;
  padding-left: 15px;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

.kfw1 {
  font-weight: 100;
}

.kfw2 {
  font-weight: 200;
}

.kfw3 {
  font-weight: 300;
}

.kfw4 {
  font-weight: 400;
}

.kfw5 {
  font-weight: 500;
}

.kfw6 {
  font-weight: 600;
}

.kfw7 {
  font-weight: 700;
}

.kfw8 {
  font-weight: 800;
}

.kfw9 {
  font-weight: 900;
}

.kfs18 {
  font-size: 18px;
}

.kfs24 {
  font-size: 24px;
}

.kfs36 {
  font-size: 36px;
}

.kfs48 {
  font-size: 48px;
}

.kfs60 {
  font-size: 60px;
}

.bt {
  font-size: 4em;
  position: relative;
  z-index: 99;
  margin-bottom: 2em;
}

.bm {
  font-size: 2.5em;
  position: relative;
  z-index: 99;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

blockquote, q {
  quotes: "" "";
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul, ol {
  margin: 0;
  padding: 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

#secondary li {
  list-style: none;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  padding: 3px;
}

textarea {
  padding-left: 3px;
  width: 100%;
}

.searchOver {
  display: none;
  background-color: rgba(1, 48, 97, 0.75);
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100%;
  text-align: center;
  top: 0;
}
.searchOver .soContainer {
  transition: all 0.3s ease-in-out;
  display: table;
  width: 100%;
  height: 100%;
}
.searchOver .soContainer .searchTog {
  display: table-cell;
  vertical-align: middle;
  width: 70%;
}
.searchOver .soContainer .searchTog .closeSearch {
  background-color: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  color: #000;
  margin-left: 75%;
  margin-bottom: 10px;
  z-index: 999999;
  -ms-box-shadow: 1px 1px 30px #000;
  -o-box-shadow: 1px 1px 30px #000;
  box-shadow: 1px 1px 30px #000;
}
.searchOver .soContainer .searchTog .closeSearch i {
  font-size: 28px;
  padding-top: 6px;
}
.searchOver .soContainer .searchTog .closeSearch:hover {
  cursor: pointer;
}
.searchOver .soContainer .searchTog form label {
  width: 50%;
}
.searchOver .soContainer .searchTog form label input {
  -ms-box-shadow: 1px 1px 30px #000;
  -o-box-shadow: 1px 1px 30px #000;
  box-shadow: 1px 1px 30px #000;
  border-radius: 0;
  font-family: 'Montserrat', sans-serif;
  width: 100%;
  height: 50px;
  line-height: 48px;
  font-size: 42px;
  position: relative;
  z-index: 9999;
}
.searchOver .soContainer .searchTog form #s {
  width: 50%;
  height: 48px;
  font-size: 32px;
}
.searchOver .soContainer .searchTog form input[type="submit"] {
  display: none !important;
}

#gform_wrapper_1 .left_label .gfield_label {width:15%;}

@media screen and (max-width: 768px) {
  .searchOver .soContainer .searchTog .closeSearch {
    margin-left: 83%;
  }
  .searchOver .soContainer .searchTog form #s {
    width: 80%;
  }
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

 .main-navigation .current-menu-item {background:#e3a526;}
 .main-navigation .sub-menu .current-menu-item a{color:#fff;}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: royalblue;
  transition: .1s all ease-in-out;
}
a:hover, a:focus, a:active {
  color: midnightblue;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
  background: #000;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 3.6em;
  left: -999em;
  z-index: 99999;
  background:#fff;
  border-top:3px solid #063e7b;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  left: 100%;
}

.main-navigation ul ul a {
  white-space: nowrap;
  color: #003a6e;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  float: left;
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
.main-navigation .current-menu-item a {color:#fff; }
.main-navigation .sub-menu li {width:100%;}
.main-navigation .sub-menu a {
	color:#003a6e;
	line-height:29px;
	padding:10px 20px;
		}

    .deskNumber {
        display: inline-block;
    }

    .covidButton {
        display: inline-block;
    }

    .covidButton .header_button {
        padding: 0px 20px;
        margin-top: 10px;
        background-color: white;
        color: #063E7E;
        border: 2px solid #e6e6e6;
        border-radius:20px;
        padding:10px 15px;
        position:relative;
        top:25px;
    }

    .covidButton .header_button:hover {
        background-color: unset;
        color: #E8A62B;
        border-color: #E8A62B;
    }


/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: block;
  }
}
.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
  width:100%;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

#mainBars {
  z-index: 99999;
  position: fixed;
  top: 2px;
  right: 0;
}

rect {
  -webkit-transition: all 0.4s cubic-bezier(0.11, 0.91, 0.46, 0.99);
  -webkit-transform-origin: 50% 50%;
  fill: white;
}

#rectangle1 {
  -webkit-transition: all 0.4s cubic-bezier(0.11, 0.91, 0.46, 0.99);
}

#rectangle2 {
  -webkit-transition: all 0.4s cubic-bezier(0.11, 0.91, 0.46, 0.99);
}

#rectangle3 {
  -webkit-transition: all 0.2s cubic-bezier(0.11, 0.91, 0.46, 0.99);
}

.ret {
  -webkit-transform: translateY(0px) rotate(0deg);
}

.topTwist {
  -webkit-transform: translateY(8px) rotate(45deg);
  color: black;
}

.bottomTwist {
  -webkit-transform: translateY(-8px) rotate(-45deg);
  color: black;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  clear: both;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
  display: none;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.blog .entry-title, .search .entry-title {font-size:1.65em;}
.blog .entry-title a, .search .entry-title a {text-decoration:none; color:#063E7B;}
.blog .entry-title a:hover, .search .entry-title a:hover{text-decoration:none; color:#406d9d;}
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.blog {

}
.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* fullscreen setup */
html, body {
  /* give this to all tags from html to .fullscreen */
  height: 100%;
}

.fullscreen,
.content-a {
  width: 100%;
  min-height: 100%;
}

.not-fullscreen,
.not-fullscreen .content-a,
.fullscreen.not-overflow,
.fullscreen.not-overflow .content-a {
  height: 100%;
  overflow: hidden;
}

/* content centering styles */
.content-a {
  display: table;
}

.content-b {
  display: table-cell;
  position: relative;
  vertical-align: middle;
  text-align: center;
}

.background {
  padding: 0 !important;
  background-repeat: no-repeat;
  /* custom background-position */
  background-position: 50% 0;
  /* ie8- graceful degradation */
  background-position: 50% 50% 9 !important;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

.site-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.site-content .widget-area {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.content-area {
  -webkit-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
.acf-map {width: 100%; height: 475px;}
.acf-map h4 {margin-bottom:4px;}
.acf-map p.address {margin:4px 0;}
.acf-map .address .fa {float:left; margin-top:4px; width:17px;}
.acf-map .address .faDouble {margin-bottom:1em;}
.acf-map .gm-style-iw div {min-width:160px;}
body {font-family: 'Montserrat', sans-serif;}

#page {
  transition: all 0.2s cubic-bezier(0, 0.99, 0.91, 1.02);
}

.primaryBackground {
  background-size: cover;
  background-position: center center;
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
/* @media (max-width: 600px) {
  .primaryBackground {
    height: 300px !important;
  }
}
@media (min-width: 601px) {
  .primaryBackground {
    height: 400px !important;
  } */
}
.primaryBackground h1 {
  color: #fff;
}

#content {
  padding-top: 57px;
}
@media (min-width: 972px) {
  #content {
    padding-top: 100px;
  }
  #content-single {
	  padding-top:0;
  }
}

#primary {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  padding-top: 20px;
}
@media (min-width: 972px) {
  #primary {
    padding: 60px 0;
  }



  #primary h1 {
    margin-top: 0;
  }
}

#main {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 601px) {
  #main {
    width: 66.35514%;
    float: left;
    margin-right: 0.93458%;
    padding-left: 15px;
  }
}

#secondary {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 1.5em;
}

@media (min-width: 601px) {
  #secondary {
    width: 32.71028%;
    float: right;
    margin-right: 0;
	padding-right:15px;
  }
}

.dtc {
  display: table;
  height: 100%;
}

.reg-cursor {
  cursor: default;
  text-decoration: none;
}
.reg-cursor:hover {
  color: #172f55;
}

.fullWidthBlock {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}

@media (min-width: 601px) {
  .block {
    width: 50%;
    float: left;
    padding-left: 0.46296%;
    padding-right: 0.46296%;
  }
  .block:nth-child(2n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
  }
  .block:nth-child(2n + 2) {
    margin-left: 50%;
    margin-right: -100%;
    clear: none;
  }
}
.block:nth-child(2n + 2) {
  margin-left: 0;
}

.left {
  width: 49.53271%;
  float: left;
  margin-right: 0.93458%;
}
@media (max-width: 601px) {
  .left {
    text-align: center;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 30px;
  }
}

.right {
  width: 49.53271%;
  float: right;
  margin-right: 0;
  text-align: right;
}
@media (max-width: 601px) {
  .right {
    text-align: center;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}

.blue_button {
  display: block;
  position: relative;
  line-height: 42px;
  text-decoration: none;
  color: #fff;
  background-color: #063E7B;
  border-radius: 10px;
  border: 3px solid #063E7B;
  text-align: center;
  margin: 0 0 5px;
  transition: all .1s ease-in-out;
}
@media (min-width: 601px) {
  .blue_button {
    max-width: 300px;
    margin: 0 0 5px auto;
  }
}
.blue_button i {
  font-size: 32px;
  position: absolute;
  right: 10px;
  line-height: 42px;
  color: #063E7B;
}
.blue_button:visited {
  color: #fff;
}

button {
  border: none;
  border-color: transparent;
  border-radius: 3px;
  background: #E8A62B;
  box-shadow: none;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  padding: .6em 1em .4em;
  text-shadow: none;
  margin-top: 1em;
}

.buttonActive {
  background-color: #fff;
  color: #063E7B !important;
  border: 3px solid #e6e6e6;
}

.clearfix {
  content: "";
  display: table;
  clear: both;
}

.blurMe {
  -webkit-filter: blur(5px);
          filter: blur(5px);
}

.transparent {
  opacity: 0;
}

.opaque {
  opacity: 1;
}

#testimonials {
  padding: 30px 15px;
}
#testimonials .face {
  border-radius: 50%;
  margin: auto;
}
#testimonials .text, #testimonials .textFullWidth {
  text-align: center;
  font-size: 18px;
}
#testimonials .text .quote {
  font-size: 26px;
  color: #063E7B;
}
#testimonials .textFullWidth .quote {
  font-size: 26px;
  width:75%;
  margin-left:auto;
  margin-right:auto;
  color: #063E7B;
}
#testimonials .text .author, #testimonials .textFullWidth .author  {
 font-family: 'Great Vibes', cursive;
 font-weight:bold;
  font-size: 42px;
  line-height: 12px;
  color: #063E7B;
}
/* REVIEWS SHORTCODE STYLES */
.reviews_list {width:100%;margin-bottom:30px;
}
.reviews_imageBlock {
  float:left;
  width:15%;
  height:125px;
  overflow:hidden;
  padding:15px;
}
.reviews_imageBlock img {
  width:100%;
  overflow: hidden;
}

.reviews_textBlock {width:80%;}
a.review_name:link {
   font-family: 'Great Vibes', cursive;
   font-weight:bold;
   font-size:2.0em;
   text-decoration:none;

}
#testimonials .text button {
  display: block;
  margin: auto;
}
@media (min-width: 601px) {
  #testimonials .text button {
    display: inline-block;
  }
}
@media (min-width: 601px) {
  #testimonials .text {
    width: 66.35514%;
    float: left;
    margin-right: 0.93458%;
    text-align: right;
  }
  #testimonials .textFullWidth {
    width: 100%;
    float: left;
    margin-right: 0.93458%;
    text-align: center;
  }
}
@media (min-width: 972px) {
  #testimonials .text {
    margin-left: 25.23364%;
    width: 32.71028%;
    float: left;
    margin-right: 0.93458%;
  }
}
#testimonials .image {
  margin-top: 15px;
  text-align: center;
  display: none;
}
#testimonials .image img {
  max-width: 220px;
  margin: auto;
}
@media (min-width: 601px) {
  #testimonials .image img {

  }
}
@media (min-width: 601px) {
  #testimonials .image {
    display: block;
    width: 40.71028%;
    float: right;
    margin-right: 0;
  }
}

#siteLogo {
  border-left: 0px solid #ccc;
  border-right: 0px solid #ccc;
}

.upper {
  background-color: #063E7B;
  color: #fff;
  text-align: center;
}
.upper .deskNumber {
  line-height: 22px;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  /* font-size: 16px; Size to use for update of two numbers*/
  font-weight: 400;
  float:left;
  padding:12px 0 18px 0;
  margin-right:5px;
  /* width:98%; */
}
.upper .deskNumber span {
  font-size:.88em;
  color:#E8A62B;
  display: block;
  clear:both;
  margin-bottom:2px;
}
.upper ul li {
  display: inline-block;
  line-height: 76px;
  padding-left: 15px;
}
.upper ul li a {
  color: #fff;
  font-weight: 200;
}
.upper ul li .fa {
  color: #E8A62B;
}
.upper a {
  color: #fff;
  text-decoration: none;
}

#masthead {
  display: none;
  background-image: url("/wp-content/themes/tsos/images/masthead-background.jpg");
  box-shadow: 1px 1px 10px;
  position: fixed;
  width: 100%;
  z-index: 999;
  height:136px;
}
#masthead .headerBlock {
  margin: 0;
}
#masthead .headerBlock:nth-of-type(1) {
  width: 38.71028%;
  float: left;
  margin-left: 29.64486%;
  margin-right: -100%;
  padding:0;
}
#masthead .headerBlock:nth-of-type(2) {
  width: 29.71028%;
  float: left;
  margin-left: 0;
  margin-right: -90%;
}
#masthead .headerBlock:nth-of-type(3) {
  width: 29.71028%;
  float: left;
  margin-left: 67.28972%;
  margin-right: -100%;
}
@media (min-width: 972px) {
  #masthead {
    display: block;
  }
}

.main-navigation {
  background: #fff;
}
.main-navigation li {
  display: inline-block;
  float: none;
}
.main-navigation a {
  line-height: 59px;
  padding: 0 1em;
  color: #003a6e;
  font-weight: 200;
}
@media (min-width: 1071px) and (max-width: 1218px) {
	.main-navigation a { padding: 0 .7em;}
	}
@media (min-width: 972px) and (max-width: 1070px) {
	.main-navigation a {
		  padding: 0 .4em;

}
}

.main-navigation a:hover {
  background-color: #E8A62B;
  color: #fff;

}


.menu-item-89 {
  background-color: #dadada;
}
.menu-item-89 a {
  color: #fff;
}

#left-menu {
  text-align: right;
  background:url("/wp-content/themes/tsos/images/left-menu-bg.jpg") right top no-repeat;

}
#left-menu .sub-menu {
	text-align:left;
}

#right-menu {
	 background:url("/wp-content/themes/tsos/images/right-menu-bg.jpg") left top no-repeat;
}

#stickyHeader {
  position: fixed;
  width: 100%;
  background-color: #fff;
  top: 0;
  box-shadow: 1px 1px 10px #565656;
}
@media (min-width: 972px) {
  #stickyHeader {
    display: none;
  }
}
#stickyHeader img {
  max-width: 174px;
  margin-top: 5px;
}

#headerIcons {
  float: right;
  margin-right: 15px;
}
#headerIcons li {
  display: inline-block;
}
#headerIcons a {
  line-height: 56px;
  font-size: 22px;
  padding-left: 8px;
  color: #063E7B;
}
#headerIcons a:visited {
  color: #063E7B;
}

#responsive-menu {
  text-align: right;
  background-color: #e6e6e6;
  display: none;
}
#responsive-menu a {
  display: block;
  text-decoration: none;
  line-height: 36px;
  color: #063E7B;
  padding-right: 15px;
  transition: all 0.2s cubic-bezier(0, 0.99, 0.91, 1.02);
}
#responsive-menu a:hover {
  background-color: #E8A62B;
  font-size: 20px;
}
#responsive-menu a:visited {
  color: #063E7B;
}

#colophon {background-color: #063E7B;}
#colophon img {max-width: 300px;}
#colophon .mainNumber {font-size: 38px;}
#colophon h3 {color: #FEE253; font-size: 28px; margin-top: 0; margin-bottom: 0;}
#colophon h3 a {color: #FEE253;text-decoration:none; margin-top: 0; margin-bottom: 0;}
#colophon .ucnumber {font-weight: 100; font-size: 28px;}
#colophon .ucNumber {font-size: 100; color: #6084A7;}
#colophon ul {list-style: none; margin-top: 15px;}
#colophon ul li {display: inline-block; width: 42px; text-align: center; margin-left: 5px;}
#colophon .footer_half_left {float:left; height:auto; width:48%;}
#colophon .footer_half_right {float:right; height:auto; width:48%; margin-bottom:25px;}
@media (max-width: 601px) {
	#colophon ul li {width: 38px;}
}
#colophon ul li a {color: #fff; background-color: #002D57; font-size: 28px; border-radius: 50%;}
@media (max-width: 601px) {
  #colophon ul li a {font-size: 24px;}
}
#colophon a {display: block;}
#colophon .reg-cursor {color: #fff;}
#colophon .upperFooter {overflow: auto; padding: 30px 15px;}
#colophon .upperFooter .left {text-align: left;}
#colophon .upperFooter h4 {color:#FEE253; font-size:1.2em; line-height:15px; margin-bottom:0;}

}
@media (max-width: 601px) {
  #colophon .footer_half_left,#colophon .footer_half_right {
    text-align:center;
    width:100%;
   float:left;
  }


  #colophon .upperFooter .left {
    text-align: center;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
#colophon .upperFooter .right {text-align: right;}
@media (max-width: 601px) {
  #colophon .upperFooter .right {
    text-align: center;
    width:100%;
  }
}
#colophon .lowerFooter {
  background-color: #002D57;
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  padding: 30px 15px;
}
#colophon .lowerFooter .reg-cursor {font-size: 22px;}
#colophon .footerLocation {margin-bottom: 30px;  text-align: left;}
@media (min-width: 1199px) {
  #colophon .footerLocation {
    width: 32.29907%;
    float: left;
    border-right: 3px solid #001940;
    padding-left: 50px;
  }
  #colophon .footerLocation:nth-of-type(3), #colophon .footerLocation:nth-of-type(6), #colophon .footerLocation:nth-of-type(9) {
    border-right: none;
  }
  /* .primaryBackground {
    height: 500px !important;
  } */
}
@media (min-width: 1500px) {
  /* .primaryBackground {
    height: 560px !important;
  } */
}
@media (min-width: 601px) and (max-width: 1199px) {
  #colophon .footerLocation {
    width: 32.71028%;
    float: left;
    border-right: 3px solid #001940;
    padding:0 3%;
  }
  #colophon .footerLocation:nth-of-type(3), #colophon .footerLocation:nth-of-type(6), #colophon .footerLocation:nth-of-type(9) {border-right: none;}
  #colophon h3 {font-size:26px;}
}
#colophon .footPh {font-weight:bold;}
#colophon .adr, .loc-phone {color: #fff; font-weight: 100;}

#legal {background-color: #063E7B; text-align: center; color: #fff; font-weight: 100; font-size: 14px; padding: 2em 1em 1em;}
#legal a {color: #fff; text-decoration: none; display: inline;}
#footer-menu {margin:0 0 0.5em 0; padding:0;}
#footer-menu, #footer-menu li {list-style:none; text-align:center;}
#footer-menu li {display:inline; line-height:1.5em; padding:0 5px;}
#legal #cred {font-size: 0.75em; padding:1.5em 0 1em;}
@media (max-width: 468px) {
	#footer-menu {margin-bottom:1.5em; border-bottom:1px solid #aaa}
	#footer-menu li {display:block; padding:0;}
	#footer-menu li a {display:block; margin:0; padding:0; border-top:1px solid #aaa; line-height:2em;}
}



body.home #primary {
  padding-top: 0;
}
@media (min-width: 972px) {
  body.home #primary {
    padding-bottom: 0;
  }
}
body.home .marker .reg-cursor:hover {color: #063E7B !important;}

body.home .right {text-align: left;}
body.home .left {text-align: right;}

@media (min-width: 601px) {
  body.home .left {
    padding-right: 30px;
  }
}
body.home .block {
  height: 300px;
  background-size: cover;
  color: #fff;
}
body.home .block h2 {
  font-size: 36px;
  margin: 0;
}
body.home .block p {
  margin: 1em 0 0;
}
body.home .block:nth-of-type(1) {
  text-align: right;
  padding-right: 45px;
  margin: 0 0 10px;
}
body.home .block:nth-of-type(1) {
  text-align: right;
  padding-right: 45px;
  margin: 0 0 10px;
}
@media (max-width: 601px) {
  body.home .block:nth-of-type(1) {
    width: 100%;
    margin: 0;
    text-align: center;
    padding-right: 0;
  }
  body.home .block:nth-of-type(1) h2 {
    font-size: 28px;
    margin: 0;
  }

}
body.home .block .blockContent {
  display: table-cell;
  position: relative;
  vertical-align: middle;
  padding: 15px;
}

#mainPanel {
  position: relative;
}
#mainPanel .textBlock {
  text-align: center;
  background-color: #002D57;
  padding: 30px 15px;
  margin-top: -7px;
}
@media (min-width: 601px) {
  #mainPanel .textBlock {
    margin-left: 16.82243%;
    position: absolute;
    top: 30%;
    background-color: transparent;
    margin-top: 0;
    max-width: 350px;
  }
}
@media (min-width: 601px) and (max-width: 972px) {
  #mainPanel .textBlock {
    margin-left: 8.41121%;
    top: 15%;
  }
}
#mainPanel .textBlock h2 {
  color: #fff;
  margin: 0;
  font-size: 40px;
}
@media (min-width: 601px) and (max-width: 972px) {
  #mainPanel .textBlock h2 {
    font-size: 32px;
  }
}

#whatHurtsMobile {
  padding: 30px 15px;
  list-style: none;
  text-align: center;
  color: #fff;
  background-color: #063E7B;
}
@media (min-width: 919px) {

 #whatHurtsHeadlineLeft {
	 right:0px;
	 z-index:998;
	 color:#003A70;
	 margin-top:25px;
	 position:absolute;


 }
 #whatHurtsHeadlineRight {
	 float:left;
	 z-index:998;
	 color:#FFF;
	 margin-left:0px;
	 margin-top:25px;
	 position:absolute;


 }
 #whatHurtsHeadlineLeft h2, #whatHurtsHeadlineRight h2 {font-size:2.9em;}
  #whatHurtsMobile {
    display: none;
  }
}
#whatHurtsMobile h2 {
  margin: 0 0 15px;
}
#whatHurtsMobile ul {
  list-style: none;
}
#whatHurtsMobile ul li {
  margin-bottom: 10px;
}
#whatHurtsMobile ul li a {
  color: white;
  text-decoration: none;
  background-color: #002D57;
  display: block;
  line-height: 42px;
  border-radius: 6px;
  transition: all 0.2s ease-in-out;
}
#whatHurtsMobile ul li a:hover {
  background-color: #E8A62B;
}

#whatHurtsDesktop {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  display: none;
}
@media (min-width: 919px) {
  #whatHurtsDesktop {
    display: block;
  }
}
#whatHurtsDesktop .block {
  position: relative;
}
#whatHurtsDesktop .block img {
  width: 477px;
  height: 430px;
  position: absolute;
  right: 0;
}
@media (min-width: 601px) {
  #whatHurtsDesktop .block {
    height: 430px;
  }
}
#whatHurtsDesktop .bodyPart {
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: rgba(219, 158, 33, 0.82);
  border-radius: 50%;
  transition: all 0.2s ease-in-out;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
#whatHurtsDesktop .bodyPart:hover {
  -webkit-transform: scale(1.5, 1.5);
          transform: scale(1.5, 1.5);
}


#whatHurtsDesktop #neck {
  top: 34px;
  right: 222px;
}
#whatHurtsDesktop #shoulder {
  top: 50px;
  right: 272px;
}
#whatHurtsDesktop #elbow {
  top: 84px;
  right: 376px;
}
#whatHurtsDesktop #hand {
  top: 164px;
  right: 425px;
}
#whatHurtsDesktop #back {
  top: 137px;
  right: 295px;
}
#whatHurtsDesktop #hip {
  top: 228px;
  right: 312px;
}
#whatHurtsDesktop #knee {
  top: 254px;
  right: 162px;
}
#whatHurtsDesktop #foot {
  top: 362px;
  right: 297px;
}
#whatHurtsDesktop .bodyPart #whatHurtsImgBlock {
  opacity: 0;
  transition: all 0.6s ease-in-out;
  background-size: cover;
}
#whatHurtsDesktop #whatHurtsImgBlock {
opacity: 1;
  transition: all 9999s ease-in-out;
  background-size: cover;
}
/* TEAM */
.teamList {width:100%;}
.teamMemberBlock {width:31%; padding:1%; float:left; margin:0 0 20px 0;}
.teamMemberImg {width:130px; float:left; margin-right:1em;}
.teamMemberImg img {width:140px; height:auto;}
.teamMemberDetails {}
.teamMemberDetails a {text-decoration:none;}
.teamMemberDetails a.tel {color:#404040; cursor:text;}
.teamMemberDesc {width:100%; clear:both;}

.teamList2 {width:100%;}
.teamMemberBlock2 {width:95%; padding:1%; float:left; margin:0 0 17px 0; border-bottom:1px solid #e6e6e6;}
.teamMemberImg2 {width:130px; float:left; margin-right:1em; }
.teamMemberImg2 img {width:130px; height:auto;}
.teamMemberDetails2 {float:left; width:65%; margin-right:1em;}
.teamMemberDetails2 a {text-decoration:none;}
.teamMemberDetails2 a.tel {color:#404040; cursor:text;}
.teamMemberLocation2 {float:left; width:20%;}
.teamMemberLocation2 ul {margin-left:.5em!important;}
.teamMemberLocation2 li {list-style-type:none; line-height:30px;}
.teamMemberLocation2 a {text-decoration:none;}
.teamMemberLocation2 i {color:#E8A62B;}

.teamMemberDesc2 {width:100%; clear:both;}
.teamMemberDesc2 p {margin: 0;}
#primary .teamMemberDesc2 ul {margin-top:0;}
.teamMemberButton {font-size:.8em; }




@media (max-width: 601px) {
  .teamMemberBlock, .teamMemberBlock2 {width:100%;padding:0 12px 15px 12px;}
  .teamMemberImg, .teamMemberImg2 {width:100px; float:left; margin-right:.5em; }
  .teamMemberImg img, .teamMemberImg2 img {width:100px; height:auto;}
  .teamMemberDetails, .teamMemberDetails2 {width:100%;}
  .teamMemberLocation, .teamMemberLocation2 {width:100%;}

  .teamMemberLocation li, .teamMemberLocation2 li {list-style-type:none; float:left; padding-right:20px;}

}
/* SPECIALTIES */
.specialList{width:100%;}
.specialBlock {width:47%; padding:1%; float:left; margin:0 0 20px 0;}
.specialImg {width:350px; float:left; margin-right:1em;}
.specialImg img {width:350px; height:auto;}
.specialImg a{text-decoration:none;}

/* SPECIALTIES2 */
.specialList{width:100%;  display:flex; flex-wrap:wrap; }
.specialBlock2 {width:47%; padding:1%; float:left; margin:0 0 20px 0;}
.specialImg2 { text-align:center;line-height:150px; width:350px; height:150px;}
.specialImg2 a {text-decoration:none; font-size:20px; width:100%;height:100%; display:block; }
.child_page-container .post_content a {}


/* LOCATIONS GRID */

body.single-locations .marker .reg-cursor:hover {
  color: #063E7B !important;
}

.location_container {width:99%;  clear:both;}
.location_grid {width:49%; float:left;  }

/* LOCATIONS PROVIDERS */
.LocationProviders  {width:100%;}
.LocationProviders li {display:inline-block; margin-bottom:15px ; clear:both; width:49%;}
.LocationProviders a {text-decoration: none; width:auto;}
.LocationProviders img {width:55px; height:auto;vertical-align: middle;}

/* AFFILIATES GRID */
.aff_container {width:99%; text-align:left; clear:both;}
.aff_grid {width:30%; height:200px; margin:10px; float:left; }

/* CAREERS LIST */
.career_list { }
.career_list li {list-style-type:none; line-height: 2.5em;}
.career_list li a {text-decoration: none;}

/*SPECIALTIES SIDEBAR */
h3.widget-title {margin:2.5em 0 0.6em 0;}
.sidebar_list a, #secondary ul li a {font-size:1em; text-decoration:none; display:block; margin:0; padding:0.75em 0.75em; border-top:1px solid #ccc; line-height:1em;}
.sidebar_list a:nth-last-child(1), #secondary ul li:last-child {border-bottom:1px solid #ccc;}

 .specialtiesProviders li{width:120px; float:left; padding:0; border:none;}
 .specialtiesProviders ul li a {border-top:0;}
 .specialtiesProviders li img {height:115px; width:115px;}
 #secondary ul.specialtiesProviders li:last-child, #secondary ul.specialtiesProviders li a {border:0;}

/*BLOG STYLES */
.avatar {width:25px; height:25px; vertical-align: middle; text-decoration:none;}
header.entry-header a {text-decoration:none;}
h2.entry-title {margin:0;}
img.attachment-thumbnail {width:150px; height:100px; float:left; margin-right:13px;}
.entry-content p{margin-top:0;}
.blog_listing .blog_thumb_mobile {display:none;}
.blog_listing .blog_thumb{width:15%; float:left; margin-right:10px;}
.blog_listing .blog_title{width:83%; float:left; margin-bottom:10px;}
hr.blog_spacer {
    padding: 0;
    border: none;
    border-top: 1px solid #a8bccf;
    background-color: #FFF;
    text-align: center;
    margin:80px 0 ;
    height:0px;
}


/* OTHER SIDEBAR ITEMS */
#secondary button {width:100%;}
#primary #secondary ul, #secondary ul, #secondary li {margin:0; padding:0;}
.social-sidebar {
  display:block;
  height:40px;
}
.social-sidebar a:link, .social-sidebar a:visited {
  text-align: center;
	float: left;
  color:#FFF;
  background-color:#013a71;
	width: 36px;
	height: 36px;
	border: 2px solid #013a71;
	border-radius: 100%;
	margin-right: 7px; /*space between*/
  padding-top:6px;
}
.social-sidebar a:hover  {
  color:#013a71;
  background-color:#fff;
}

/* TESTIMONIAL PAGES STYLES */

.testimonials_quote {
  font-size: 26px;
  color: #063E7B;
}
.testimonials_author {
 font-family: 'Great Vibes', cursive;
 font-weight:bold;
  font-size: 1.9em;
  line-height: 12px;
  color: #063E7B;
}




#doctorInfo {
  text-align: center;
  line-height: 48px;
  padding: 15px;
  font-size: 30px;
}
@media (min-width: 601px) {
  #doctorInfo {
    font-weight: bold;
    color: #002D57;
    padding: 0 15px;
    margin-bottom: 15px;
  }
}
@media (max-width: 601px) {
  #doctorInfo button {
    display: block;
    margin: 15px auto 0;
  }

}

#location_block {
  margin: 30px 0;
  padding: 15px;
  clear:both;
}

.locationMeta {
  display: none;
}
.locationMeta h2, .locationMeta h3 {
  margin: 0;
  color: #063E7B;
}
.locationMeta .numberText {
  font-size: 44px;
  font-weight: bold;

}
.loc-phone:link, {color: #fff; font-weight: 100;}
.loc-phone:hover {color: #a1a1a1; font-weight: 100;}
 .numberText a:link{
  text-decoration:none;
  color:#000;
}
.locationMeta p {
  margin: 10px 0;
}
.hoursBlock {margin:3px; float:left; width:275px;}
.hoursBlock .dayList {text-align:left;width:50px; display:inline-block; padding-right:5px;}
.locationMeta .locNotesText {display:block; float:none; clear:left; margin:0; padding:1em 0 0; font-size:0.9em;}
.visible {
  display: block;
}

.single-team #primary {
  padding: 0;
}
.single-team #doctorPanel {
  padding: 30px 15px 0;
  border-bottom: 3px solid #033E75;
  position: relative;
}
@media (min-width: 601px) {
  .single-team #doctorPanel {
    padding: 60px 30px 0;
  }
}
.single-team .doctorImage .mobImg {
  display: block;
  border-radius: 50%;
  max-width: 250px;
  margin: auto;
}
.single-team .doctorImage .deskImg {
  display: none;
}
@media (min-width: 601px) {
  .single-team .doctorImage {
    width: 49.53271%;
    float: left;
    margin-right: 0.93458%;
  }
}
@media (min-width: 978px) {
  .single-team .doctorImage .mobImg {
    display: none;
  }
  .single-team .doctorImage .deskImg {
    width: auto;
    float: right;
    display: block;
  }
}
@media (min-width: 601px) {
  .single-team .doctorMeta {
    width: 49.53271%;
    float: right;
    margin-right: 0;

  }
  .single-team .doctorMeta h1 {
	  color: #003A70;
  }
}
.single-team #connectionBlocks {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  background-color: #063E7B;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  border: 3px solid #648AAA;
  border-bottom: none;
  background: linear-gradient(to top, #002549, #003970);
}
.single-team #connectionBlocks ul li a{text-decoration:none; font-size:1.25em;font-weight:200;}
@media (min-width: 601px) {
  .single-team #connectionBlocks {
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
  }
}
.single-team .connectionBlock {
  color: #fff;
  padding: 30px 15px;
}
@media (min-width: 601px) {
  .single-team .connectionBlock {
    padding: 15px;
    width: 33.33333%;
    float: left;
    padding-left: 0.46296%;
    padding-right: 0.46296%;
    min-height: 240px;
  }
  .single-team .connectionBlock:nth-child(3n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
  }
  .single-team .connectionBlock:nth-child(3n + 2) {
    margin-left: 33.33333%;
    margin-right: -100%;
    clear: none;
  }
  .single-team .connectionBlock:nth-child(3n + 3) {
    margin-left: 66.66667%;
    margin-right: -100%;
    clear: none;
  }
}
.single-team .connectionBlock h3 {
  text-align: center;
  font-size: 32px;
  margin: 0 0 20px;
}
.single-team .connectionBlock ul {
  margin: 0;
  padding: 0 30px;

}
.single-team .connectionBlock:nth-of-type(1) a {
  color: #fff;
}
@media (min-width: 601px) {
  .single-team .connectionBlock:nth-of-type(1) {
    border-top-left-radius: 20px;
    border-right: none;
  }
}
.single-team .connectionBlock:nth-of-type(2) {
  background: linear-gradient(to top, #003362, #095295);
}
@media (min-width: 601px) {
  .single-team .connectionBlock:nth-of-type(2) {
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    border: 3px solid #648AAA;
    border-top: none;
    border-bottom: none;
  }
}
.single-team .connectionBlock:nth-of-type(2) ul {
  list-style: none;
  text-align: center;
}
.single-team .connectionBlock:nth-of-type(2) ul li {
  display: inline-block;
  background-color: #002D57;
  border-radius: 50%;
  width: 45px;
  height: 45px;
}
.single-team .connectionBlock:nth-of-type(2) ul li:hover {
    background-color: #5984ae;
  }
.single-team .connectionBlock:nth-of-type(2) ul a {
  color: #fff;
  font-size: 24px;
  line-height: 45px;
}
.single-team .connectionBlock:nth-of-type(3) {
  text-align: center;
}
@media (min-width: 601px) {
  .single-team .connectionBlock:nth-of-type(3) {
    border-top-right-radius: 20px;
    border-left: none;
  }
}
.single-team .connectionBlock:nth-of-type(3) a {
  display: block;
  text-decoration: none;
  font-size: 18px;
  color: #fff;
}
.single-team #personal {
  background-color: #002D57;
}
.single-team #personal .back-block {
  min-height: 300px;
  background-size: cover;
}
@media (min-width: 970px) {
  .single-team #personal .back-block {
    width: 49.53271%;
    float: left;
    min-height: 425px;
  }
  .single-team #personal .back-block:nth-child(2n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .single-team #personal .back-block:nth-child(2n + 2) {
    margin-left: 50.46729%;
    margin-right: -100%;
    clear: none;
  }
}
@media (max-width: 970px) {
  .single-team #personal .back-block:nth-of-type(1) {
    display: none;
  }
}
.single-team #personal #about {
  color: #fff;
  padding: 20px 15px;
}
@media (min-width: 970px) {
  .single-team #personal #about {
    width: 49.53271%;
    float: left;
    margin-right: 0.93458%;
  }
}

.page-template-location-contact-page #primary {
  padding-top: 0;
}
.page-template-location-contact-page #main {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
.page-template-location-contact-page #deskMap {
  display: none;
}
@media (min-width: 601px) {
  .page-template-location-contact-page #deskMap {
    display: block;
  }
}
.blueBox {
  border-radius: 20px;

  z-index: 9999;
}
@media (min-width: 601px) {
  .page-template-contact .blueBox, .single-locations .blueBox {
    color: #fff;
    background: linear-gradient(to bottom, #063E7B, #002D57);
    width: 41.1215%;
    float: left;
    margin-right: 0.93458%;
    padding: 50px;
    margin-top: -50px;
  }
}
@media (min-width: 601px) {
  .page-template-contact .locationContent, .single-locations .locationContent {
    margin-left: 8.41121%;
    width: 49.53271%;
    float: right;
    margin-right: 0;
  }

}
.page-template-contact .address .primaryNumber, .page-template-location-contact-page .address .primaryNumber, .single-locations .address .primaryNumber {
  font-size: 42px;
  color: #FEE253;
}
.page-template-location-contact-page .address a, .single-locations .address a {
  display: block;
}
@media (min-width: 601px) {
  .page-template-location-contact-page .address a {
    color: #fff;
  }
}


/*--------------------------------------------------------------
# No SASS styles
--------------------------------------------------------------*/
body .urgent_care .block{
	height:400px;
}
body .urgent_care .block .blockContent h2 {text-transform:uppercase;}


.CallUs {
	margin:0 auto;
	text-align:center;
	padding-bottom:20px;
}
.CallUs span{
	font-size:33px;
	font-weight:bold;
	padding:0 14px;
	vertical-align:middle;
}
@media (max-width: 600px) {
	body .urgent_care .block{
	height:300px;
	}
	body .urgent_care .block:nth-child(2){
	height:190px;
	background-size:contain;
	}
	#primary ul {
		margin-left:2.5em;
		margin-right:2.5em;
	}
  .searchOver .soContainer .searchTog form #s {font-size:24px;}
}


#primary p {
	font-size: .95em;
    line-height: 1.6em;
}
#primary p.uc_summary {
	font-size:1.4em;

	}
#primary ul {
font-size: .95em;
    margin-left: 2.5em;
    margin-top: -0.95em;
    margin-bottom: 2.5em;
    /* list-style: none; */
    }
#primary ul ul {margin-top:0; margin-bottom:0;}
#primary .connectionBlock ul {
      margin: 0;
      padding: 0 30px;
      margin-left:0;
    }
.content-a .entry-header h1.entry-title {
    font-size: 3em;
    font-weight: normal;
    text-transform: uppercase;
     text-shadow: 2px 2px 12px rgba(2, 2, 2, 0.4);
}
    }

.fa-medkit:before, .fa-map-marker:before {
	font-size: 20px;
}

.upper ul li a:hover, .upper ul li:hover .fa-medkit:before, .upper ul li:hover .fa-map-marker:before {

}

.upper ul a:hover {
color: #e3a526;
}

.main-navigation a {
	font-weight: normal;
	font-size: 16px;
	}

	.headerBlock .main-navigation .fa-home:before, .headerBlock .main-navigation .fa-search:before {
		font-size: 16px;
	}

.single-team .connectionBlock:nth-of-type(2) ul li.bone-icon {
background-image: url('/wp-content/themes/tsos/images/bone-icon.png');
}

a.blue_button {

	border: 2px solid #e6e6e6;
	}

a.blue_button:hover {
    background-color: white;
    color: #063E7E;
    border: 2px solid #e6e6e6;
    }

#colophon ul li a {
border: 2px solid #002D57;
}


#colophon ul li a:hover {
	background-color: #063E7B;
	border: 2px solid white;
	}

	.single-team .connectionBlock:nth-of-type(3) a {
		font-size: 28px;
		}

/*--------------------- Button -------------------*/

#content button, .site-content button {
	border-radius: 9px;
	padding: .8em 1em .8em 1em;
	border: 2px solid #E8A62B;
}

#content button:hover, .site-content button:hover {
 	box-shadow: none;
 	color: #E8A62B;
 	background: transparent;
}

#mainPanel button:hover {
	color: white;
}

#whatHurtsDesktop .bodyPart {
	border: 2px solid rgba(255, 255, 255, 0.73)
}
#doctorInfo button {vertical-align:bottom; line-height: 0.8;}

button.blue {background:#063E7B;border: 2px solid #063E7B;}
button:hover.blue {background:transparent;color:#063E7B;border: 2px solid #063E7B;}
#content button.blue {background:#063E7B;border: 2px solid #063E7B;}
#content button:hover.blue {background:transparent;color:#063E7B;border: 2px solid #063E7B;}
.site-content button:hover.orange {border: 2px solid #E8A62B;}

.excerpt_button {clear:both;border-width:0; font-size:.85em; font-weight:normal;}


.blogAuthor {float:left; height:150px; width:150px; padding:8px 8px 8px 0; }
.blogAuthor_info {float:left; width:75%; margin-bottom:150px;}
.blogAuthor_info h2 {margin:0;}
/*--------------------- Banner -------------------*/

#mainPanel .textBlock h2 {
    /*font-size: 39px;*/
    text-transform: uppercase;
    line-height: 1.2em;
    font-weight: bold;
}

@media only screen
and (min-width : 601px) and (max-width : 1100px) {
	#mainPanel .textBlock {top: 3%;}
	#mainPanel .textBlock h2 {margin-left: -27%; top: 0; max-width: 260px; font-size: 25px;}
	#mainPanel button {margin-left: -50%; font-size: 15px;}
	.single-team .connectionBlock .orangeButton i {display:none;}
	.single-team .connectionBlock a.orangeButton {line-height:24px;}
}


@media (min-width: 900px) {
#mainPanel .textBlock {
	    margin-left: 11.82243%;
	    top: 21%;

}
}

@media (min-width: 601px) and (max-width: 972px) {
  #whatHurtsMobile ul{margin-left:0;}
  #testimonials .text {width:55%; }

  .specialList{width:100%; }
  .specialBlock2 {width:47%; padding:1%; float:left; margin:0 0 20px 0;}
  .specialImg2 { text-align:center;line-height:2em; width:100%; height:100px;}
  .specialImg2 a {text-decoration:none; color:#FFF; font-size:20px; width:100%;height:100%; display:block; text-shadow: 2px 2px #555;}
  .child_page-container .post_content a {text-shadow: 2px 2px #555;}


  .blog_listing .blog_thumb{width:24%;float:left;}
  .blog_listing .blog_title{width:70%; float:left; margin-bottom:10px; font-size:0.78em;}



}
@media (max-width: 1200px) {
  .specialList{width:100%;  }
  .specialBlock {width:47%; padding:1%; float:left; margin:0 0 20px 0; }
  .specialImg { width:auto;float:left; margin-right:1em;}
  .specialImg img { height:auto;}
  .specialImg a{text-decoration:none;}

}
@media (max-width: 972px) {
  #testimonials .text .quote {font-size:1.00em;}
  #testimonials .text .author {font-size:1.50em;}
  .specialList{width:100%; }
  .specialBlock {width:100%; padding:1%; float:left; margin:0 0 10px 0;}
  .specialImg {width:100%; float:left; margin-right:1em;}
  .specialImg img {width:100%; height:auto;}
  .specialImg a{text-decoration:none;}
  .teamMemberLocation, .teamMemberLocation2 {width:100%;}
}


@media (max-width: 600px) {
  #mainPanel .textBlock h2 {  font-size:30px;  }
hr.blog_spacer {margin:40px 0;}
  #doctorInfo {
    font-size:1.45em;
    line-height: 1.2em;
    }
  #whatHurtsMobile ul{font-size:1.13em; margin-top:-0.5em;}
  .quote {margin:0 0 20px 0;}
  .author {margin:0 0 30px 0;}
  .uc_background {display:none;}
  .acf-map {display:none;}

  .blog_listing .blog_thumb_mobile {width:100%; display:block;}

  .blog_listing .blog_title{width:70%; float:left; margin-bottom:10px;font-size:0.78em;}


}




.primaryBackground {position:relative;}
/* HERO IMAGE */
@media (max-width: 600px) {
.primaryBackground {height: 125px !important;}
}
@media (max-width:1198px) and (min-width: 601px) {
.primaryBackground {height: 175px !important;}
}
@media (max-width:1298px) and (min-width: 1199px) {
.primaryBackground {height:220px !important;}
}
@media (min-width: 1299px) {
.primaryBackground {height: 300px !important;}
}
.blurbgimage{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 110%;
}
.blurbgimage img {
    width: 100%;
    filter:  blur(1.5rem);
}
.heroimage{
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.heroimage img {
    height: 100%;
    max-width: unset;
    background-size: cover;
}

