/*   
Theme Name: Hauge Dental Care
Description: Responsive theme for Hauge Dental Care
Author: Flicker Creative Inc
Author URI: http://www.flickercreative.com
Version: 1
*/
/* ==== RESET ==== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  outline: 0;
  vertical-align: baseline; }

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

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

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

del {
  text-decoration: line-through; }

img {
  border: none;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic; }

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

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

[hidden], template {
  display: none; }

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

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

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle; }

button, input {
  line-height: normal; }

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

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

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px; }

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

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

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/* ==== Website Variables ==== */
/* ==== SASS Mixins ==== */
div, article, section, header, footer {
  *zoom: 1; }
  div:before, article:before, section:before, header:before, footer:before, div:after, article:after, section:after, header:after, footer:after {
    content: "";
    display: table; }
  div:after, article:after, section:after, header:after, footer:after {
    clear: both; }

.sidebar-menu-icon:hover .sidebar-menu-icon-button span:before, .sidebar-menu-icon:hover .sidebar-menu-icon-button span:after, .sidebar-menu-icon:hover .sidebar-menu-icon-button span, .sidebar-menu-icon:hover .sidebar-menu-icon-button, .sidebar-menu-icon .sidebar-menu-icon-button span:before, .sidebar-menu-icon .sidebar-menu-icon-button span:after, .sidebar-menu-icon .sidebar-menu-icon-button span, .sidebar-menu-icon .sidebar-menu-icon-button, .sidebar-menu-icon, .our-team-view-bio, .header-menu-icon:hover .header-menu-icon-button span:before, .header-menu-icon:hover .header-menu-icon-button span:after, .header-menu-icon:hover .header-menu-icon-button span, .header-menu-icon:hover .header-menu-icon-button, .header-menu-icon .header-menu-icon-button span:before, .header-menu-icon .header-menu-icon-button span:after, .header-menu-icon .header-menu-icon-button span, .header-menu-icon .header-menu-icon-button, .header-menu-icon, ul.commentlist .reply a, ul.commentlist .comment-meta a, a, .button {
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out; }

/* ==== Global Site Styles ==== */
/*
	150 - hero-text
	190 - header-button
	200 - header
	201 - header-sub-menu
*/
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {
  font-family: "PT Sans", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  color: #505050; }

div, article, section, header, footer {
  width: 100%;
  position: relative; }

.wrapper {
  width: 100%;
  overflow: hidden; }

.content {
  position: relative;
  margin: 0 auto;
  padding: 0 40px;
  max-width: 1240px; }
  @media (min-width: 12.5em) {
    .content {
      padding: 0 20px; } }
  @media (min-width: 32.5em) {
    .content {
      padding: 0 30px; } }
  @media (min-width: 45em) {
    .content {
      padding: 0 40px; } }
.content-header {
  position: relative;
  margin: 0 auto;
  padding: 0 25px 0 40px;
  max-width: 1240px; }
  @media (min-width: 12.5em) {
    .content-header {
      padding: 0 20px; } }
  @media (min-width: 56.25em) {
    .content-header {
      padding: 0 25px 0 40px; } }
.content-pad {
  padding: 50px 0; }

.content-pad-40 {
  padding: 40px; }
  @media (min-width: 12.5em) {
    .content-pad-40 {
      padding: 40px 20px; } }
  @media (min-width: 32.5em) {
    .content-pad-40 {
      padding: 40px 30px; } }
  @media (min-width: 45em) {
    .content-pad-40 {
      padding: 40px 40px; } }
.content-pad-50-40 {
  padding: 50px 40px; }
  @media (min-width: 12.5em) {
    .content-pad-50-40 {
      padding: 50px 20px; } }
  @media (min-width: 32.5em) {
    .content-pad-50-40 {
      padding: 50px 30px; } }
  @media (min-width: 45em) {
    .content-pad-50-40 {
      padding: 50px 40px; } }
.content-pad-0-40-50 {
  padding: 0 40px 50px; }
  @media (min-width: 12.5em) {
    .content-pad-0-40-50 {
      padding: 0 20px 50px; } }
  @media (min-width: 32.5em) {
    .content-pad-0-40-50 {
      padding: 0 30px 50px; } }
  @media (min-width: 45em) {
    .content-pad-0-40-50 {
      padding: 0 40px 50px; } }
.content-pad-90-70 {
  padding: 90px 0 70px; }

.content-pad-80-70 {
  padding: 80px 0 70px; }

.content-tan {
  background-color: #f2f1e9; }

.content-blue {
  background-color: #558eac; }

.content-50 {
  width: 50%; }

.content-60 {
  width: 60%; }
  @media (min-width: 12.5em) {
    .content-60 {
      width: 100%; } }
  @media (min-width: 47.5em) {
    .content-60 {
      width: 60%; } }
.content-border-top {
  padding: 50px 0 0;
  border-top: 1px solid #e8e8e8; }

.full-width-image img {
  width: 100%;
  height: auto; }

.float-left {
  float: left; }

.float-right {
  float: right; }

.center {
  text-align: center; }

.button {
  display: inline-block;
  padding: 12px 20px;
  font-family: "PT Sans", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 16px;
  color: white;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #558eac; }

.button:hover {
  color: white;
  background-color: #893003; }

.button-red {
  background-color: #893003; }

.button-red:hover {
  background-color: #558eac; }

.button-schedule {
  display: inline-block;
  padding: 12px 10px 12px 32px; }

.button-schedule:before {
  content: '';
  position: absolute;
  display: block;
  top: 10px;
  left: 10px;
  width: 16px;
  height: 18px;
  background-image: url("assets/images/icons/icon-calendar-white.png");
  background-image: url("assets/images/icons/icon-calendar-white.svg");
  background-size: 16px 18px;
  background-position: center top;
  background-repeat: no-repeat; }

.button-pay-bill {
  display: inline-block;
  padding: 12px 10px 12px 32px; }

.button-pay-bill:before {
  content: '';
  position: absolute;
  display: block;
  top: 12px;
  left: 10px;
  width: 16px;
  height: 16px;
  background-image: url("assets/images/icons/icon-pay-bill-white.png");
  background-image: url("assets/images/icons/icon-pay-bill-white.svg");
  background-size: 16px 16px;
  background-position: center top;
  background-repeat: no-repeat; }

.icons-social {
  width: 32px;
  height: 32px; }

.icons-social img {
  width: 100%;
  height: auto; }

.wp-block-image {
  margin: 10px 0 35px; }

.wp-block-image.image-left, .wp-block-image.image-right {
  margin: 5px 0 0; }

.wp-block-image img {
  height: auto; }

.wp-block-image.image-left {
  float: left;
  width: auto; }
  @media (min-width: 12.5em) {
    .wp-block-image.image-left {
      float: none; } }
  @media (min-width: 37.5em) {
    .wp-block-image.image-left {
      float: left; } }
.wp-block-image.image-right {
  float: right;
  width: auto; }
  @media (min-width: 12.5em) {
    .wp-block-image.image-right {
      float: none; } }
  @media (min-width: 37.5em) {
    .wp-block-image.image-right {
      float: right; } }
.wp-block-image figure {
  margin: 10px 0;
  padding: 10px;
  background-color: #e8e8e8; }

.wp-block-image figure.alignleft {
  float: left;
  margin: 0 30px 10px 0; }
  @media (min-width: 12.5em) {
    .wp-block-image figure.alignleft {
      float: none;
      margin: 0 0 24px; } }
  @media (min-width: 37.5em) {
    .wp-block-image figure.alignleft {
      float: left;
      margin: 0 30px 10px 0; } }
.wp-block-image figure.alignright {
  float: right;
  margin: 0 0 10px 30px; }
  @media (min-width: 12.5em) {
    .wp-block-image figure.alignright {
      float: none;
      margin: 0 0 24px; } }
  @media (min-width: 37.5em) {
    .wp-block-image figure.alignright {
      float: left;
      margin: 0 0 10px 30px; } }
h1, h2, h3, h4, h5, h6 {
  font-family: "Crimson Text", "Times New Roman", TimesNewRoman, serif; }

h1, h2 {
  padding: 0 0 8px;
  font-size: 26px;
  line-height: 28px;
  color: #893003; }

h3 {
  padding: 0 0 8px;
  font-size: 22px;
  line-height: 24px;
  color: #505050; }

h4 {
  padding: 0 0 6px;
  font-size: 18px;
  line-height: 20px;
  color: #505050; }

h5, h6 {
  padding: 0 0 4px;
  font-size: 16px;
  line-height: 18px;
  color: #505050; }

p, ul, ol, li, blockquote {
  font-family: "PT Sans", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #505050; }

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

a:hover {
  color: #558eac; }

p {
  padding: 0 0 24px; }

b, strong {
  font-weight: bold;
  font-weight: 700; }

i, em {
  font-style: italic; }

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

ul, ol {
  list-style-type: none; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 0 0 24px;
  padding: 0; }

.content-interior h1 {
  font-size: 38px;
  line-height: 42px; }

.content-interior h2 {
  padding: 0 0 6px;
  font-size: 32px;
  line-height: 36px;
  color: #558eac; }

.content-interior h3 {
  padding: 0 0 4px;
  font-size: 22px;
  line-height: 24px;
  font-weight: bold; }

.content-interior h4 {
  padding: 0 0 4px;
  font-size: 20px;
  line-height: 22px;
  font-weight: bold; }

.content-interior h5, .content-interior h6 {
  padding: 0 0 2px;
  font-size: 17px;
  line-height: 19px;
  font-weight: bold; }

.content-interior .content-interior-intro {
  padding: 0 0 30px; }

.content-interior .content-interior-intro p {
  float: left;
  padding: 0 0 8px;
  font-size: 20px;
  line-height: 28px;
  border-bottom: 5px solid #f2f1e9; }

.content-interior ul, .content-interior ol {
  padding: 0 0 24px 30px; }

.content-interior ul {
  list-style-type: disc; }

.content-interior ol {
  list-style-type: decimal; }

.content-blue h1, .content-blue h2, .content-blue h3, .content-blue h4, .content-blue h5, .content-blue h6, .content-blue p {
  color: white; }

.content-blue a {
  color: white; }

.content-blue a:hover {
  color: #893003; }

.alert-text {
  padding: 14px 0 0;
  background-color: #f0f0f0; }

.alert-text strong {
  color: #893003; }

.alert-text a {
  color: #505050; }

.alert-text a:hover {
  color: #558eac; }

.alert-text p {
  padding: 0 0 14px; }

.alert-text ul, .alert-text ol {
  padding: 0 0 14px 30px; }

/* Comments Template
ol.commentlist { margin: 10px 0 40px 0 !important; padding: 0 !important; list-style: none !important; border-bottom: 10px solid #ccc; }
ol.commentlist li { border-top: 10px solid #ccc; }
ol.commentlist li.alt { }
ol.commentlist li.bypostauthor { }
ol.commentlist li.byuser { }
ol.commentlist li.comment-author-admin { }
ol.commentlist li.comment { padding: 20px 0 0; }
ol.commentlist li.comment div.comment-author {  }
ol.commentlist li.comment div.vcard { }
ol.commentlist li.comment div.vcard cite.fn { font-style: normal; padding: 0 0 0 42px; }
ol.commentlist li.comment div.vcard cite.fn a.url { text-decoration: none !important; }
ol.commentlist li.comment div.vcard img.avatar { position: absolute; left: 0; top: 0; }
ol.commentlist li.comment div.vcard img.avatar-32 { }
ol.commentlist li.comment div.vcard img.photo { }
ol.commentlist li.comment div.vcard span.says { display: none; }
ol.commentlist li.comment div.commentmetadata { margin: -6px 0 0 0; padding: 0 0 0 42px; }
ol.commentlist li.comment div.comment-meta { font-size: 11px; }
ol.commentlist li.comment div.comment-meta a { color: #ccc !important; text-decoration: none !important; &:hover { color: #ccc !important; } }
ol.commentlist li.comment div.comment-meta a:hover { color: #000 !important; }
ol.commentlist li.comment p { padding: 0 0 1.5em 42px !important; font-size: .875em !important; line-height: 1.5em !important; }
ol.commentlist li.comment ul { padding: 0 !important; }
ol.commentlist li.comment div.reply { font-size: 12px; padding: 0 0 10px 42px; }
ol.commentlist li.comment div.reply a { }
ol.commentlist li.comment ul.children { list-style: none !important; margin: 10px 0 0; }
ol.commentlist li.comment ul.children li { }
ol.commentlist li.comment ul.children li.alt { }
ol.commentlist li.comment ul.children li.bypostauthor { }
ol.commentlist li.comment ul.children li.byuser { }
ol.commentlist li.comment ul.children li.comment { }
ol.commentlist li.comment ul.children li.comment-author-admin { }
ol.commentlist li.comment ul.children li.depth-2 { margin: 0 0 0 10px; border-top: 2px solid #ccc; }
ol.commentlist li.comment ul.children li.depth-3 { margin: 0 0 0 10px; border-top: 2px solid #ccc; }
ol.commentlist li.comment ul.children li.depth-4 { margin: 0 0 0 10px; border-top: 2px solid #ccc; }
ol.commentlist li.comment ul.children li.depth-5 { }
ol.commentlist li.comment ul.children li.odd { }
ol.commentlist li.even { }
ol.commentlist li.odd { }
ol.commentlist li.parent { }
ol.commentlist li.thread-alt { }
ol.commentlist li.thread-even { }
ol.commentlist li.thread-odd { }
*/
#respond {
  padding: 50px 0 0; }

#respond h2 {
  padding: 0 0 10px 0; }

ul.children #respond {
  padding: 15px 15px 0; }

.comments-form-user-fields {
  width: 100%; }

.comments-field {
  float: left;
  width: 50%; }

.comments-field input {
  width: 100%; }

.comments-field-left {
  padding: 0 10px 0 0; }

.comments-field-right {
  padding: 0 0 0 10px; }

.comments-textarea {
  width: 100%; }

.comments-textarea textarea {
  width: 100%; }

.comments-section-title {
  padding: 50px 0 10px !important; }

ul.commentlist {
  margin: 0 !important;
  padding: 0 !important; }

ul.commentlist ul {
  margin: 0 0 15px 30px !important;
  padding: 0 !important; }

ul.commentlist li.comment {
  margin: 0 0 25px 0;
  padding: 0 0 5px 0;
  list-style-type: none !important;
  border-top: 5px solid #e8e8e8;
  background: #fafafa; }

ul.commentlist li.comment li.comment {
  margin: 0 0 15px;
  padding: 0;
  border-top: none;
  border-left: 2px solid #e8e8e8;
  background: #eeeeee; }

ul.commentlist li.comment li.comment li.comment {
  margin: 0 0 15px;
  padding: 0;
  border-top: none;
  border-left: 2px solid gainsboro;
  background: #e2e2e2; }

ul.commentlist li.comment li.comment li.comment li.comment {
  margin: 0 0 15px;
  padding: 0;
  border-top: none;
  border-left: 2px solid #d0d0d0;
  background: #d6d6d6; }

ul.commentlist li.comment li.comment li.comment li.comment li.comment {
  margin: 0 0 15px;
  padding: 0;
  border-top: none;
  border-left: 2px solid #c4c4c4;
  background: #cacaca; }

ul.commentlist .vcard {
  margin: -12px 0 0 0; }

ul.commentlist .vcard img {
  margin: 12px 0 0 0; }

ul.commentlist .vcard .fn {
  padding: 0 0 0 5px;
  font-size: 17px;
  color: black; }

ul.commentlist .vcard .says {
  display: none; }

ul.commentlist .comment-meta {
  margin: -16px 0 0 41px;
  font-size: 14px; }

ul.commentlist .comment-meta a {
  color: #a0a0a0;
  text-decoration: none; }

ul.commentlist .comment-meta a:hover {
  color: black; }

ul.commentlist .comment-body {
  padding: 15px; }

ul.commentlist .comment-body p {
  padding: 10px 0 !important; }

ul.commentlist .reply {
  width: auto;
  float: right;
  font-size: 14px; }

ul.commentlist .reply a {
  display: inline-block;
  padding: 2px 10px;
  color: black;
  text-decoration: none;
  border: 2px solid #bebebe; }

ul.commentlist .reply a:hover {
  color: black; }

.footer-image::before {
  content: '';
  position: absolute;
  opacity: 1;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-image: url("assets/images/footer/google-map-footer.jpg");
  background-repeat: no-repeat;
  background-position: right center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  @media (min-width: 12.5em) {
    .footer-image::before {
      opacity: 0.5; } }
  @media (min-width: 52.5em) {
    .footer-image::before {
      opacity: 0.75; } }
  @media (min-width: 58.75em) {
    .footer-image::before {
      opacity: 1; } }
.footer-contact {
  padding: 50px 0;
  font-size: 16px;
  line-height: 24px;
  color: #505050;
  background-color: #f2f1e9; }

.footer-contact-block {
  float: left;
  width: 100%; }

.footer-contact-block-2-column {
  float: left;
  width: auto; }

.footer-contact-block-2-column-first {
  padding: 0 50px 0 0; }
  @media (min-width: 12.5em) {
    .footer-contact-block-2-column-first {
      padding: 0; } }
  @media (min-width: 23.75em) {
    .footer-contact-block-2-column-first {
      padding: 0 50px 0 0; } }
.footer-hours-left {
  float: left;
  width: 90px; }

.footer-hours-right {
  float: left;
  width: 130px; }

.copyright {
  padding: 15px 0;
  color: #b4b4b4; }

.copyright .copyright-links {
  float: left;
  width: auto;
  font-size: 14px;
  line-height: 14px;
  color: #787878; }

.copyright .copyright-links li {
  position: relative;
  display: inline-block;
  float: left;
  margin: 0 15px 0 0;
  padding: 0 20px 0 0;
  color: #787878; }

.copyright .copyright-links li:last-child {
  margin: 0;
  padding: 0; }

.copyright .copyright-links li:after {
  content: '|';
  position: absolute;
  top: 0;
  right: 0;
  width: 5px;
  height: 22px;
  color: #787878; }

.copyright .copyright-links li:last-child:after {
  display: none; }

.copyright .copyright-links a {
  font-size: 14px;
  line-height: 14px;
  color: #787878;
  text-decoration: none; }

.copyright .copyright-links a:hover {
  color: #893003;
  text-decoration: none; }

.copyright .copyright-date {
  float: right;
  clear: none;
  padding: 5px 0 0;
  width: auto;
  font-size: 13px;
  line-height: 16px; }
  @media (min-width: 12.5em) {
    .copyright .copyright-date {
      float: left;
      clear: both;
      padding: 10px 0 0; } }
  @media (min-width: 53.75em) {
    .copyright .copyright-date {
      float: right;
      clear: none;
      padding: 5px 0 0; } }
.copyright a.flicker-creative {
  position: relative;
  display: inline-block;
  width: 117px;
  height: 13px; }

.copyright a.flicker-creative img {
  margin: -2px 0 0;
  width: 100%;
  height: auto; }

.welcome-image::before {
  content: '';
  position: absolute;
  opacity: 1;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-image: url("assets/images/welcome/older-smiling-couple.jpg");
  background-repeat: no-repeat;
  background-position: right center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.header {
  position: relative;
  z-index: 200;
  background-color: white;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.35); }

.header .logo {
  position: relative;
  float: left;
  margin: 19px 0 0;
  width: 300px;
  height: 72px; }
  @media (min-width: 12.5em) {
    .header .logo {
      float: none;
      margin: 15px auto;
      width: 100%;
      height: auto; } }
  @media (min-width: 20em) {
    .header .logo {
      margin: 15px auto;
      width: 270px;
      height: 65px; } }
  @media (min-width: 31.25em) {
    .header .logo {
      float: left;
      margin: 15px 0; } }
  @media (min-width: 56.25em) {
    .header .logo {
      margin: 22px 0 0;
      width: 250px;
      height: 60px; } }
  @media (min-width: 57.5em) {
    .header .logo {
      margin: 21px 0 0;
      width: 270px;
      height: 65px; } }
  @media (min-width: 61.25em) {
    .header .logo {
      margin: 19px 0 0;
      width: 300px;
      height: 72px; } }
.header .logo img {
  width: 100%;
  height: auto; }

.header-button {
  position: absolute;
  z-index: 190;
  top: 0;
  right: 40px;
  width: auto; }
  @media (min-width: 12.5em) {
    .header-button {
      right: 20px;
      width: 240px; } }
  @media (min-width: 32.5em) {
    .header-button {
      right: 30px;
      width: auto; } }
  @media (min-width: 56.25em) {
    .header-button {
      right: 40px; } }
.header-button-individual {
  display: block;
  float: left;
  width: auto;
  margin: 0 0 0 10px; }

.header-navigation {
  position: relative;
  float: right;
  width: auto; }

.header-phone {
  float: right;
  width: auto;
  padding: 12px 15px 0 0;
  height: 40px;
  font-family: "Crimson Text", "Times New Roman", TimesNewRoman, serif;
  font-size: 24px;
  color: #893003; }
  @media (min-width: 12.5em) {
    .header-phone {
      padding: 12px 0 0 10px; } }
  @media (min-width: 31.25em) {
    .header-phone {
      padding: 12px 15px 0 0; } }
.header-phone a {
  text-decoration: none; }

.header-menu {
  display: block;
  position: relative;
  float: right;
  clear: right;
  width: auto; }
  @media (min-width: 12.5em) {
    .header-menu {
      display: none;
      float: left;
      width: 100%; } }
  @media (min-width: 56.25em) {
    .header-menu {
      display: block;
      float: right;
      width: auto; } }
.header-menu ul {
  margin: 0;
  padding: 0;
  clear: both;
  width: auto;
  text-align: center;
  border-top: none; }
  @media (min-width: 12.5em) {
    .header-menu ul {
      width: 100%;
      border-top: 1px solid #e8e8e8; } }
  @media (min-width: 56.25em) {
    .header-menu ul {
      width: auto;
      border-top: none; } }
.header-menu li {
  display: inline-block; }

.header-menu li {
  border-right: none; }
  @media (min-width: 12.5em) {
    .header-menu li {
      border-right: 1px solid #e8e8e8; } }
  @media (min-width: 56.25em) {
    .header-menu li {
      border-right: none; } }
.header-menu li:last-child {
  border-right: none; }

.header-menu .header-sub-menu li {
  width: auto; }
  @media (min-width: 12.5em) {
    .header-menu .header-sub-menu li {
      width: 100%; } }
  @media (min-width: 26.25em) {
    .header-menu .header-sub-menu li {
      width: auto; } }
.header-menu a {
  display: block;
  color: #505050;
  text-decoration: none; }

.header-menu a:hover {
  color: #558eac; }

.header-sub-menu {
  position: absolute;
  z-index: 201;
  top: -30px;
  right: 165px; }
  @media (min-width: 12.5em) {
    .header-sub-menu {
      position: relative;
      top: 0;
      right: auto; } }
  @media (min-width: 56.25em) {
    .header-sub-menu {
      position: absolute;
      top: -30px;
      right: 165px; } }
.header-sub-menu li {
  padding: 0; }
  @media (min-width: 12.5em) {
    .header-sub-menu li {
      padding: 0; } }
  @media (min-width: 23.75em) {
    .header-sub-menu li {
      padding: 0 14px; } }
  @media (min-width: 56.25em) {
    .header-sub-menu li {
      padding: 0; } }
.header-sub-menu a {
  padding: 10px;
  font-size: 14px;
  line-height: 14px;
  border-bottom: none; }
  @media (min-width: 12.5em) {
    .header-sub-menu a {
      padding: 20px 1px 14px;
      font-size: 16px;
      line-height: 16px;
      border-bottom: 6px solid transparent; } }
  @media (min-width: 56.25em) {
    .header-sub-menu a {
      padding: 10px;
      font-size: 14px;
      line-height: 14px;
      border-bottom: none; } }
.header-sub-menu a:hover {
  border-bottom: none; }
  @media (min-width: 12.5em) {
    .header-sub-menu a:hover {
      border-bottom: 6px solid #558eac; } }
  @media (min-width: 56.25em) {
    .header-sub-menu a:hover {
      border-bottom: none; } }
.header-main-menu li {
  float: left;
  padding: 12px 14px 0; }
  @media (min-width: 12.5em) {
    .header-main-menu li {
      float: none;
      padding: 0 14px; } }
  @media (min-width: 56.25em) {
    .header-main-menu li {
      float: left;
      padding: 12px 12px 0; } }
  @media (min-width: 65em) {
    .header-main-menu li {
      padding: 12px 14px 0; } }
.header-main-menu li:nth-child(1) {
  float: left;
  padding: 12px 14px 0;
  border-right: none; }
  @media (min-width: 12.5em) {
    .header-main-menu li:nth-child(1) {
      float: left;
      padding: 0;
      width: 100%;
      border-bottom: 1px solid #e8e8e8;
      border-right: none; } }
  @media (min-width: 23.75em) {
    .header-main-menu li:nth-child(1) {
      padding: 0 14px;
      width: 50%;
      border-right: 1px solid #e8e8e8; } }
  @media (min-width: 28.75em) {
    .header-main-menu li:nth-child(1) {
      width: 33.33%; } }
  @media (min-width: 41.25em) {
    .header-main-menu li:nth-child(1) {
      float: none;
      width: auto;
      border-bottom: none; } }
  @media (min-width: 56.25em) {
    .header-main-menu li:nth-child(1) {
      float: left;
      padding: 12px 12px 0;
      border-right: none; } }
  @media (min-width: 65em) {
    .header-main-menu li:nth-child(1) {
      padding: 12px 14px 0; } }
.header-main-menu li:nth-child(2) {
  float: left;
  padding: 12px 14px 0;
  border-right: none; }
  @media (min-width: 12.5em) {
    .header-main-menu li:nth-child(2) {
      float: left;
      padding: 0;
      width: 100%;
      border-bottom: 1px solid #e8e8e8;
      border-right: none; } }
  @media (min-width: 23.75em) {
    .header-main-menu li:nth-child(2) {
      padding: 0 14px;
      width: 50%; } }
  @media (min-width: 28.75em) {
    .header-main-menu li:nth-child(2) {
      width: 33.33%;
      border-right: 1px solid #e8e8e8; } }
  @media (min-width: 41.25em) {
    .header-main-menu li:nth-child(2) {
      float: none;
      width: auto;
      border-bottom: none; } }
  @media (min-width: 56.25em) {
    .header-main-menu li:nth-child(2) {
      float: left;
      padding: 12px 12px 0;
      border-right: none; } }
  @media (min-width: 65em) {
    .header-main-menu li:nth-child(2) {
      padding: 12px 14px 0; } }
.header-main-menu li:nth-child(3) {
  float: left;
  padding: 12px 14px 0;
  border-right: none; }
  @media (min-width: 12.5em) {
    .header-main-menu li:nth-child(3) {
      float: left;
      padding: 0;
      width: 100%;
      border-bottom: 1px solid #e8e8e8;
      border-right: none; } }
  @media (min-width: 23.75em) {
    .header-main-menu li:nth-child(3) {
      padding: 0 14px;
      width: 50%;
      border-right: 1px solid #e8e8e8; } }
  @media (min-width: 28.75em) {
    .header-main-menu li:nth-child(3) {
      width: 33.33%;
      border-right: none; } }
  @media (min-width: 41.25em) {
    .header-main-menu li:nth-child(3) {
      float: none;
      width: auto;
      border-bottom: none;
      border-right: 1px solid #e8e8e8; } }
  @media (min-width: 56.25em) {
    .header-main-menu li:nth-child(3) {
      float: left;
      padding: 12px 12px 0;
      border-right: none; } }
  @media (min-width: 65em) {
    .header-main-menu li:nth-child(3) {
      padding: 12px 14px 0; } }
.header-main-menu li:nth-child(4) {
  float: left;
  padding: 12px 14px 0;
  border-right: none; }
  @media (min-width: 12.5em) {
    .header-main-menu li:nth-child(4) {
      float: left;
      padding: 0;
      width: 100%;
      border-bottom: 1px solid #e8e8e8;
      border-right: none; } }
  @media (min-width: 23.75em) {
    .header-main-menu li:nth-child(4) {
      padding: 0 14px;
      width: 50%; } }
  @media (min-width: 28.75em) {
    .header-main-menu li:nth-child(4) {
      border-bottom: none;
      border-right: 1px solid #e8e8e8; } }
  @media (min-width: 41.25em) {
    .header-main-menu li:nth-child(4) {
      float: none;
      width: auto;
      border-bottom: none; } }
  @media (min-width: 56.25em) {
    .header-main-menu li:nth-child(4) {
      float: left;
      padding: 12px 12px 0;
      border-right: none; } }
  @media (min-width: 65em) {
    .header-main-menu li:nth-child(4) {
      padding: 12px 14px 0; } }
.header-main-menu li:nth-child(5) {
  float: left;
  padding: 12px 14px 0; }
  @media (min-width: 12.5em) {
    .header-main-menu li:nth-child(5) {
      float: left;
      padding: 0;
      width: 100%; } }
  @media (min-width: 23.75em) {
    .header-main-menu li:nth-child(5) {
      padding: 0 14px; } }
  @media (min-width: 28.75em) {
    .header-main-menu li:nth-child(5) {
      width: 50%; } }
  @media (min-width: 41.25em) {
    .header-main-menu li:nth-child(5) {
      float: none;
      width: auto;
      border-bottom: none; } }
  @media (min-width: 56.25em) {
    .header-main-menu li:nth-child(5) {
      float: left;
      padding: 12px 12px 0; } }
  @media (min-width: 65em) {
    .header-main-menu li:nth-child(5) {
      padding: 12px 14px 0; } }
.header-sub-menu li {
  border-right: none;
  border-bottom: none; }
  @media (min-width: 12.5em) {
    .header-sub-menu li {
      border-right: none;
      border-bottom: 1px solid #e8e8e8; } }
  @media (min-width: 26.25em) {
    .header-sub-menu li {
      border-right: 1px solid #e8e8e8;
      border-bottom: none; } }
  @media (min-width: 56.25em) {
    .header-sub-menu li {
      border-right: none; } }
.header-sub-menu li:last-child {
  border-top: none;
  border-bottom: none; }
  @media (min-width: 12.5em) {
    .header-sub-menu li:last-child {
      border-top: none;
      border-bottom: none; } }
  @media (min-width: 26.25em) {
    .header-sub-menu li:last-child {
      border-top: none;
      border-bottom: none; } }
.header-main-menu a {
  padding: 10px 1px 24px;
  font-size: 18px;
  line-height: 18px;
  border-bottom: 6px solid transparent; }
  @media (min-width: 12.5em) {
    .header-main-menu a {
      padding: 20px 1px 14px;
      font-size: 16px;
      line-height: 16px; } }
  @media (min-width: 56.25em) {
    .header-main-menu a {
      padding: 10px 1px 24px; } }
  @media (min-width: 61.25em) {
    .header-main-menu a {
      font-size: 17px;
      line-height: 17px; } }
  @media (min-width: 65em) {
    .header-main-menu a {
      font-size: 18px;
      line-height: 18px; } }
.header-main-menu a:hover {
  border-bottom: 6px solid #558eac; }

.header-menu-icon {
  display: none;
  float: left;
  clear: both;
  margin: 0 0 0 16px;
  padding: 0;
  width: auto; }
  @media (min-width: 12.5em) {
    .header-menu-icon {
      display: block;
      clear: none;
      margin: 0; } }
  @media (min-width: 31.25em) {
    .header-menu-icon {
      clear: both;
      margin: 0 0 0 16px; } }
  @media (min-width: 56.25em) {
    .header-menu-icon {
      display: none; } }
.header-menu-icon .header-menu-icon-button {
  margin: 0;
  padding: 0 15px 0 46px;
  position: relative;
  display: block;
  overflow: hidden;
  width: auto;
  height: 50px;
  font-family: "PT Sans", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 14px;
  color: #505050;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  background-color: white; }
  @media (min-width: 12.5em) {
    .header-menu-icon .header-menu-icon-button {
      padding: 0 10px 0 41px; } }
  @media (min-width: 17.5em) {
    .header-menu-icon .header-menu-icon-button {
      padding: 0 15px 0 46px; } }
.header-menu-icon .header-menu-icon-button:focus {
  outline: none; }

.header-menu-icon .header-menu-icon-button span {
  display: block;
  position: absolute;
  top: 23px;
  left: 15px;
  width: 18px;
  height: 3px;
  background: #505050; }
  @media (min-width: 12.5em) {
    .header-menu-icon .header-menu-icon-button span {
      left: 10px; } }
  @media (min-width: 17.5em) {
    .header-menu-icon .header-menu-icon-button span {
      left: 15px; } }
.header-menu-icon .header-menu-icon-button span:hover {
  background: #505050; }

.header-menu-icon .header-menu-icon-button span:before, .header-menu-icon .header-menu-icon-button span:after {
  position: absolute;
  display: block;
  left: 0;
  height: 3px;
  background: inherit;
  content: ""; }

.header-menu-icon .header-menu-icon-button span:before {
  top: -9px;
  width: 26px; }

.header-menu-icon .header-menu-icon-button span:after {
  bottom: -9px;
  width: 22px; }

.header-menu-icon .header-menu-icon-toggle span:before, .header-menu-icon .header-menu-icon-toggle span:after {
  -webkit-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0;
  transition-delay: 0.3s, 0; }

.header-menu-icon .header-menu-icon-toggle span:before {
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, transform; }

.header-menu-icon .header-menu-icon-toggle span:after {
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform; }

.header-menu-icon .header-menu-icon-toggle.active span {
  background: none; }

.header-menu-icon .header-menu-icon-toggle.active span:before {
  width: 26px;
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.header-menu-icon .header-menu-icon-toggle.active span:after {
  width: 26px;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.header-menu-icon .header-menu-icon-toggle.active span:before, .header-menu-icon .header-menu-icon-toggle.active span:after {
  background: #558eac;
  -webkit-transition-delay: 0, 0.3s;
  transition-delay: 0, 0.3s; }

.header-menu-icon .header-menu-icon-button.active {
  color: #558eac; }

.header-menu-icon:hover .header-menu-icon-button {
  color: #558eac; }

.header-menu-icon:hover .header-menu-icon-button span {
  background: #558eac; }

.header-menu-icon:hover .header-menu-icon-button span:before, .header-menu-icon:hover .header-menu-icon-button span:after {
  background-color: #558eac; }

.header-menu-icon:hover .header-menu-icon-toggle.active span {
  background: none; }

.hero {
  position: relative;
  max-height: 700px;
  overflow: hidden; }

.hero-images img {
  width: 100%;
  height: auto; }

.hero-text {
  position: absolute;
  z-index: 150;
  top: 50%;
  left: 50%;
  margin: -40px 0 0 -30px;
  padding: 0;
  width: 600px;
  height: auto;
  text-align: center; }
  @media (min-width: 12.5em) {
    .hero-text {
      position: relative;
      top: 0;
      left: 0;
      margin: 0;
      padding: 15px 15px 40px;
      width: 100%; } }
  @media (min-width: 47.5em) {
    .hero-text {
      position: absolute;
      top: 50%;
      left: 45%;
      margin: -40px 0 0 -30px;
      padding: 0;
      width: 440px; } }
  @media (min-width: 51.25em) {
    .hero-text {
      left: 48%; } }
  @media (min-width: 55em) {
    .hero-text {
      width: 480px; } }
  @media (min-width: 60em) {
    .hero-text {
      width: 520px; } }
  @media (min-width: 66.25em) {
    .hero-text {
      left: 50%;
      width: 550px; } }
  @media (min-width: 73.75em) {
    .hero-text {
      left: 50%;
      width: 600px; } }
.hero-text ul {
  text-align: center; }

.hero-text li {
  padding: 10px 20px;
  display: inline-block; }

.hero-text h1 {
  padding: 0 0 8px;
  font-size: 48px;
  line-height: 50px;
  color: #893003; }
  @media (min-width: 12.5em) {
    .hero-text h1 {
      font-size: 30px;
      line-height: 32px; } }
  @media (min-width: 37.5em) {
    .hero-text h1 {
      font-size: 36px;
      line-height: 38px; } }
  @media (min-width: 66.25em) {
    .hero-text h1 {
      font-size: 44px;
      line-height: 46px; } }
.hero-text p {
  padding: 0 0 8px;
  font-size: 22px;
  line-height: 28px; }
  @media (min-width: 12.5em) {
    .hero-text p {
      font-size: 18px;
      line-height: 24px; } }
  @media (min-width: 37.5em) {
    .hero-text p {
      font-size: 20px;
      line-height: 26px; } }
  @media (min-width: 66.25em) {
    .hero-text p {
      font-size: 22px;
      line-height: 28px; } }
.hero-interior {
  width: 100%;
  height: 320px;
  overflow: hidden;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  @media (min-width: 12.5em) {
    .hero-interior {
      height: 275px; } }
  @media (min-width: 46.25em) {
    .hero-interior {
      height: 320px; } }
.landing-preview {
  position: relative;
  margin: 0 0 20px;
  padding: 14px 20px 17px;
  background-color: #f2f1e9; }

.landing-preview-content {
  padding: 0 150px 0 0; }
  @media (min-width: 12.5em) {
    .landing-preview-content {
      padding: 0; } }
  @media (min-width: 37.5em) {
    .landing-preview-content {
      padding: 0 150px 0 0; } }
.landing-preview-content h2 {
  color: #893003; }

.landing-preview-content p {
  padding: 0; }

.landing-preview-button {
  position: absolute;
  top: 20px;
  right: 25px;
  padding: 0;
  width: auto; }
  @media (min-width: 12.5em) {
    .landing-preview-button {
      position: relative;
      top: auto;
      right: auto;
      padding: 14px 0 0;
      width: auto; } }
  @media (min-width: 37.5em) {
    .landing-preview-button {
      position: absolute;
      top: 20px;
      right: 25px;
      padding: 0;
      width: auto; } }
.our-team-staff {
  float: left;
  padding: 40px 0 0; }

.our-team-staff img {
  width: 100%;
  height: auto; }

.our-team-staff-doctor {
  clear: both;
  padding: 0 0 30px; }

.our-team-staff-doctor h2 {
  padding: 20px 0 10px; }

.our-team-doctor-image {
  display: inline-block;
  float: left;
  width: 210px;
  margin: 0 20px 10px 0;
  padding: 10px;
  background-color: #f2f2f2; }
  @media (min-width: 18.75em) {
    .our-team-doctor-image {
      display: block;
      float: none; } }
  @media (min-width: 31.25em) {
    .our-team-doctor-image {
      display: inline-block;
      float: left; } }
h2.our-team-staff-section-title {
  padding: 0 0 15px; }

.our-team-staff ul {
  width: 100%;
  padding: 0;
  list-style-type: none; }

.our-team-staff li {
  display: inline-block;
  float: left;
  width: 210px;
  margin: 0 25px 25px 0;
  padding: 10px;
  list-style-type: none;
  text-align: center;
  background-color: #e8e8e8; }
  @media (min-width: 18.75em) {
    .our-team-staff li {
      margin: 0 0 25px 0; } }
  @media (min-width: 25em) {
    .our-team-staff li {
      margin: 0 25px 25px 0; } }
.our-team-staff .our-team-staff-title {
  padding: 10px 0 0;
  font-size: 16px;
  line-height: 20px;
  color: #893003; }

.our-team-staff .our-team-staff-title p {
  display: block;
  padding: 0;
  font-size: 14px;
  color: #505050; }

.our-team-view-bio {
  position: absolute;
  display: block;
  visibility: hidden;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); }

.our-team-staff-image:hover .our-team-view-bio {
  visibility: visible;
  opacity: 1; }

.promo {
  position: relative;
  overflow: hidden;
  float: left;
  width: 33.33333%;
  height: 300px;
  border-bottom: none; }
  @media (min-width: 12.5em) {
    .promo {
      width: 100%;
      border-bottom: none; } }
  @media (min-width: 38.75em) {
    .promo {
      width: 50%;
      border-bottom: 1px solid #e8e8e8; } }
  @media (min-width: 57.5em) {
    .promo {
      width: 33.33333%;
      border-bottom: none; } }
.promo-image-3, .promo-text-3 {
  border-bottom: none; }

.promo-text {
  padding: 40px;
  text-align: center; }

p.promo-button {
  padding: 0; }

.promo-image {
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.reviews h3 {
  padding: 14px 0 8px; }

.reviews p {
  padding: 0 0 8px; }

.review-name {
  font-size: 14px;
  line-height: 16px;
  color: #b4b4b4; }

.reviews ul {
  text-align: center; }

.reviews li {
  margin: 5px;
  display: inline-block; }

.reviews a {
  display: block; }

.content-sidebar {
  float: left;
  width: 70%; }
  @media (min-width: 12.5em) {
    .content-sidebar {
      width: 100%; } }
  @media (min-width: 61.25em) {
    .content-sidebar {
      width: 65%; } }
  @media (min-width: 67.5em) {
    .content-sidebar {
      width: 70%; } }
.sidebar-menu {
  float: right;
  margin: -92px 0 0;
  padding: 0 0 40px 60px;
  width: 30%; }
  @media (min-width: 12.5em) {
    .sidebar-menu {
      float: left;
      padding: 0;
      width: 100%; } }
  @media (min-width: 30em) {
    .sidebar-menu {
      width: 80%; } }
  @media (min-width: 32.5em) {
    .sidebar-menu {
      width: 70%; } }
  @media (min-width: 36.25em) {
    .sidebar-menu {
      width: 60%; } }
  @media (min-width: 42.5em) {
    .sidebar-menu {
      width: 50%; } }
  @media (min-width: 52.5em) {
    .sidebar-menu {
      width: 40%; } }
  @media (min-width: 61.25em) {
    .sidebar-menu {
      float: right;
      padding: 0 0 40px 60px;
      width: 35%; } }
  @media (min-width: 67.5em) {
    .sidebar-menu {
      width: 30%; } }
.sidebar-menu .sidebar-menu-title {
  padding: 13px 5px 0 15px;
  height: 52px;
  font-family: "Crimson Text", "Times New Roman", TimesNewRoman, serif;
  font-size: 24px;
  line-height: 24px;
  color: white;
  background-color: #558eac; }

.sidebar-menu .sidebar-menu-list {
  display: block;
  padding: 0; }
  @media (min-width: 12.5em) {
    .sidebar-menu .sidebar-menu-list {
      display: none;
      padding: 0 0 30px; } }
  @media (min-width: 61.25em) {
    .sidebar-menu .sidebar-menu-list {
      display: block;
      padding: 0; } }
.sidebar-menu li {
  border-bottom: 1px solid white; }

.sidebar-menu li a {
  display: block;
  padding: 12px 5px 12px 15px;
  line-height: 20px;
  color: #505050;
  text-decoration: none;
  background-color: #f2f1e9; }

.sidebar-menu li a:hover {
  color: white;
  background-color: #893003; }

.sidebar-menu li.current_page_item a {
  position: relative;
  color: white;
  background-color: #893003; }

.sidebar-menu li.current_page_item a:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  border-top-style: solid;
  border-top-color: transparent;
  border-bottom-style: solid;
  border-bottom-color: transparent;
  border-right-style: solid;
  border-right-color: #893003; }
  @media (min-width: 12.5em) {
    .sidebar-menu li.current_page_item a:before {
      display: none; } }
  @media (min-width: 61.25em) {
    .sidebar-menu li.current_page_item a:before {
      display: block; } }
.sidebar-menu-icon {
  display: none;
  float: left;
  margin: -13px 0 0 -15px;
  padding: 0;
  width: auto; }
  @media (min-width: 12.5em) {
    .sidebar-menu-icon {
      display: block; } }
  @media (min-width: 61.25em) {
    .sidebar-menu-icon {
      display: none; } }
.sidebar-menu-icon .sidebar-menu-icon-button {
  margin: 0;
  padding: 0 5px 0 46px;
  position: relative;
  display: block;
  overflow: hidden;
  width: auto;
  height: 52px;
  font-family: "PT Sans", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 14px;
  color: white;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  background: none; }

.sidebar-menu-icon .sidebar-menu-icon-button:focus {
  outline: none; }

.sidebar-menu-icon .sidebar-menu-icon-button span {
  display: block;
  position: absolute;
  top: 24px;
  left: 15px;
  width: 18px;
  height: 3px;
  background: white; }

.sidebar-menu-icon .sidebar-menu-icon-button span:hover {
  background: white; }

.sidebar-menu-icon .sidebar-menu-icon-button span:before, .sidebar-menu-icon .sidebar-menu-icon-button span:after {
  position: absolute;
  display: block;
  left: 0;
  height: 3px;
  background: inherit;
  content: ""; }

.sidebar-menu-icon .sidebar-menu-icon-button span:before {
  top: -9px;
  width: 26px; }

.sidebar-menu-icon .sidebar-menu-icon-button span:after {
  bottom: -9px;
  width: 22px; }

.sidebar-menu-icon .sidebar-menu-icon-toggle span:before, .sidebar-menu-icon .sidebar-menu-icon-toggle span:after {
  -webkit-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0;
  transition-delay: 0.3s, 0; }

.sidebar-menu-icon .sidebar-menu-icon-toggle span:before {
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, transform; }

.sidebar-menu-icon .sidebar-menu-icon-toggle span:after {
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform; }

.sidebar-menu-icon .sidebar-menu-icon-toggle.active span {
  background: none; }

.sidebar-menu-icon .sidebar-menu-icon-toggle.active span:before {
  width: 26px;
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.sidebar-menu-icon .sidebar-menu-icon-toggle.active span:after {
  width: 26px;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.sidebar-menu-icon .sidebar-menu-icon-toggle.active span:before, .sidebar-menu-icon .sidebar-menu-icon-toggle.active span:after {
  background: #505050;
  -webkit-transition-delay: 0, 0.3s;
  transition-delay: 0, 0.3s; }

.sidebar-menu-icon .sidebar-menu-icon-button.active {
  color: #505050; }

.sidebar-menu-icon:hover .sidebar-menu-icon-button {
  color: #505050; }

.sidebar-menu-icon:hover .sidebar-menu-icon-button span {
  background: #505050; }

.sidebar-menu-icon:hover .sidebar-menu-icon-button span:before, .sidebar-menu-icon:hover .sidebar-menu-icon-button span:after {
  background-color: #505050; }

.sidebar-menu-icon:hover .sidebar-menu-icon-toggle.active span {
  background: none; }

table.responsive-table {
  display: table;
  width: 100%;
  border-collapse: collapse;
  font-size: 14px; }
  @media (min-width: 12.5em) {
    table.responsive-table {
      display: block;
      font-size: 13px; } }
  @media (min-width: 25em) {
    table.responsive-table {
      font-size: 14px; } }
  @media (min-width: 35em) {
    table.responsive-table {
      font-size: 16px; } }
  @media (min-width: 47.5em) {
    table.responsive-table {
      display: table;
      font-size: 12px; } }
  @media (min-width: 65em) {
    table.responsive-table {
      font-size: 13px; } }
  @media (min-width: 70em) {
    table.responsive-table {
      font-size: 14px; } }
table.responsive-table thead, table.responsive-table tbody {
  display: table-header-group; }
  @media (min-width: 12.5em) {
    table.responsive-table thead, table.responsive-table tbody {
      display: block; } }
  @media (min-width: 47.5em) {
    table.responsive-table thead, table.responsive-table tbody {
      display: table-header-group; } }
table.responsive-table tr {
  display: table-row;
  border: none;
  border-top: none;
  border-bottom: 6px solid #e8e8e8; }
  @media (min-width: 12.5em) {
    table.responsive-table tr {
      display: block;
      border: 1px solid #cdcdcd; } }
  @media (min-width: 47.5em) {
    table.responsive-table tr {
      display: table-row;
      border: none; } }
table.responsive-table tr:first-child {
  border: none; }
  @media (min-width: 12.5em) {
    table.responsive-table tr:first-child {
      border-top: 1px solid #cdcdcd; } }
  @media (min-width: 47.5em) {
    table.responsive-table tr:first-child {
      border: none; } }
table.responsive-table th, table.responsive-table td {
  display: table-cell; }
  @media (min-width: 12.5em) {
    table.responsive-table th, table.responsive-table td {
      display: block; } }
  @media (min-width: 47.5em) {
    table.responsive-table th, table.responsive-table td {
      display: table-cell; } }
table.responsive-table tr:nth-of-type(odd) {
  background: #f0f0f0; }

table.responsive-table table.responsive-table tr:nth-of-type(odd) td {
  border: none; }
  @media (min-width: 12.5em) {
    table.responsive-table table.responsive-table tr:nth-of-type(odd) td {
      border: none;
      border-bottom: 1px solid #e1e1e1; } }
  @media (min-width: 47.5em) {
    table.responsive-table table.responsive-table tr:nth-of-type(odd) td {
      border: 1px solid gainsboro; } }
table.responsive-table table.responsive-table tr:nth-of-type(odd) td:last-child {
  border: 1px solid gainsboro; }
  @media (min-width: 12.5em) {
    table.responsive-table table.responsive-table tr:nth-of-type(odd) td:last-child {
      border: none; } }
  @media (min-width: 47.5em) {
    table.responsive-table table.responsive-table tr:nth-of-type(odd) td:last-child {
      border: 1px solid gainsboro; } }
table.responsive-table tr:nth-of-type(even) td {
  border: 1px solid gainsboro; }
  @media (min-width: 12.5em) {
    table.responsive-table tr:nth-of-type(even) td {
      border: none;
      border-bottom: 1px solid #f0f0f0; } }
  @media (min-width: 47.5em) {
    table.responsive-table tr:nth-of-type(even) td {
      border: 1px solid gainsboro; } }
table.responsive-table tr:nth-of-type(even) td:last-child {
  border: 1px solid gainsboro; }
  @media (min-width: 12.5em) {
    table.responsive-table tr:nth-of-type(even) td:last-child {
      border: none; } }
  @media (min-width: 47.5em) {
    table.responsive-table tr:nth-of-type(even) td:last-child {
      border: 1px solid gainsboro; } }
table.responsive-table th {
  padding: 6px;
  font-family: "Crimson Text", "Times New Roman", TimesNewRoman, serif;
  color: white;
  text-align: left;
  background: black;
  border: 1px solid gainsboro; }

table.responsive-table td {
  position: relative;
  padding: 6px;
  text-align: left; }
  @media (min-width: 12.5em) {
    table.responsive-table td {
      padding: 6px 0 6px 50%; } }
  @media (min-width: 47.5em) {
    table.responsive-table td {
      padding: 6px; } }
@font-face {
  font-family: 'flexslider-icon';
  src: url("assets/fonts/flexslider-icon.eot");
  src: url("assets/fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("assets/fonts/flexslider-icon.woff") format("woff"), url("assets/fonts/flexslider-icon.ttf") format("truetype"), url("assets/fonts/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal; }

.flex-container a:hover, .flex-slider a:hover {
  outline: none; }

.slides, .slides > li, .flex-control-nav, .flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

.flex-pauseplay span {
  text-transform: capitalize; }

.flexslider {
  margin: 0;
  padding: 0; }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden; }

.flexslider .slides img {
  width: 100%;
  display: block; }

.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .flexslider .slides {
  display: block; }

* html .flexslider .slides {
  height: 1%; }

.no-js .flexslider .slides > li:first-child {
  display: block; }

.flexslider {
  position: relative;
  margin: 0;
  zoom: 1;
  /*
	background: #fff;
	border: 4px solid #fff;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
	-webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
	   -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
	     -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
		    box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
	*/ }

.flexslider .slides {
  zoom: 1; }

.flexslider .slides img {
  height: auto;
  -moz-user-select: none; }

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

.carousel li {
  margin-right: 5px; }

.flex-direction-nav {
  *height: 0; }

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 48px;
  height: 48px;
  margin: 0;
  padding: 13px 10px 0;
  position: absolute;
  bottom: 170px;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: black;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  @media (min-width: 12.5em) {
    .flex-direction-nav a {
      display: none !important;
      bottom: 0;
      margin: 0;
      padding: 10px 10px 0;
      width: 38px;
      height: 38px; } }
  @media (min-width: 23.75em) {
    .flex-direction-nav a {
      display: block !important;
      bottom: 5px; } }
  @media (min-width: 25em) {
    .flex-direction-nav a {
      bottom: 5px; } }
  @media (min-width: 27.5em) {
    .flex-direction-nav a {
      bottom: 10px;
      padding: 13px 10px 0;
      width: 48px;
      height: 48px; } }
  @media (min-width: 35em) {
    .flex-direction-nav a {
      bottom: 50%;
      margin: 0 0 -34px; } }
  @media (min-width: 40em) {
    .flex-direction-nav a {
      margin: 0 0 -24px; } }
  @media (min-width: 46.25em) {
    .flex-direction-nav a {
      bottom: 0;
      margin: 0; } }
  @media (min-width: 50em) {
    .flex-direction-nav a {
      bottom: 5px; } }
  @media (min-width: 52.5em) {
    .flex-direction-nav a {
      bottom: 20px; } }
  @media (min-width: 56.25em) {
    .flex-direction-nav a {
      bottom: 50px; } }
  @media (min-width: 62.5em) {
    .flex-direction-nav a {
      bottom: 80px; } }
  @media (min-width: 66.25em) {
    .flex-direction-nav a {
      bottom: 140px; } }
  @media (min-width: 71.25em) {
    .flex-direction-nav a {
      bottom: 170px; } }
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 38px;
  display: inline-block;
  content: '\f001';
  color: black; }
  @media (min-width: 12.5em) {
    .flex-direction-nav a:before {
      font-size: 32px; } }
  @media (min-width: 27.5em) {
    .flex-direction-nav a:before {
      font-size: 38px; } }
.flex-direction-nav a.flex-next:before {
  content: '\f002'; }

.flex-direction-nav .flex-prev {
  left: -50px; }

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right; }

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.5;
  left: 0; }

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1; }

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.5;
  right: 0; }

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1; }

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1; }

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000; }

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004'; }

.flex-pauseplay a:hover {
  opacity: 1; }

.flex-pauseplay a.flex-play:before {
  content: '\f003'; }

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center; }

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: black;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  /*
	-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	   -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	     -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
		    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	*/ }

.flex-control-paging li a:hover {
  background: black; }

.flex-control-paging li a.flex-active {
  background: black;
  cursor: default; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0; }

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.flex-control-thumbs img:hover {
  opacity: 1; }

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default; }

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 0.6;
    left: 0; }
  .flex-direction-nav .flex-next {
    opacity: 0.6;
    right: 0; } }
