/* Allows even long service titles to not wrap below button real estate on mobile */
@media (max-width: 500px) {
  .page-template-default .smoke .subtileflat li a {
    font-size: 65%;
    padding: 0;
  }
}

@media (min-width: 991px) and (max-width: 1191px) {
  .navbar-nav > li > a {
    font-size: 90%;
  }
}

@media (max-width: 1191px) {
  .page-template-new-patients-template .special .button {
    max-width: inherit;
    margin-bottom: 5px;
  }
}

/* Fixes button overlapping text issue on homepage */
.home .tall .thumbnail .button {
  margin-top: 2% !important;
  bottom: 1%;
  min-height: inherit;
  margin-left: 2.5%;
  margin-right: 2.5%;
}

/* Always ensure the cta button is displayed below the text */
.home .tall .caption {
  padding-bottom: 52px;
}

/* Center button differently on mobile view */
@media (max-width: 763px) {
  .home .tall .thumbnail .button {
    margin: 0 auto !important;
  }
}

/* Fixes home thumbnail images being squished on small views */
@media (max-width: 767px) {
  .home .tall .thumbnail {
    min-height: inherit !important;
  }
  .home .item {
    max-height: inherit !important;
  }
}

/* Fixes social icons floating oddly on mobile view */
@media (max-width: 767px) {
  footer div#social a {
    font-size: 25px;
  }
  footer div#social li {
    width: 7%;
    padding-bottom: 7%;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  footer div#social a {
    font-size: 20px;
  }
}
@media (min-width: 993px) and (max-width: 1199px) {
  footer div#social a {
    font-size: 25px;
  }
}

/* Fixes issue of slider displaying without text on tablet view */
@media (max-width: 992px) {
  .carousel.slide.thumbnail {
    display: none;
  }
}

/* Fixes extra space under thin photos on tablet view, may lead to cut off photos */
@media (min-width: 767px) and (max-width: 991px) {
  .home .thumbnail .carousel .item {
    min-height: 115px;
    max-height: 115px;
  }
}

/* Fixes display issue on images inserted into blogs using the content area editing */
.single .thumbnail img {
  min-width: inherit !important;
  margin: 20px;
}

.logged-in .edit_area::before {
  content: "+";
  display: inline-block;
  padding: 0;
  background: rgba(51, 51, 51, 0.74);
  color: #fff;
  line-height: 0.7;
  font-size: 13px !important;
  letter-spacing: 1px;
  font-weight: 500;
  margin-right: 10px;
  margin-bottom: 3px;
  cursor: pointer;
  border-radius: 50%;
  border: 3px solid rgba(51, 51, 51, 0.74);
  text-align: center;
}

.edit_area form {
  position: relative;
  z-index: 99999999;
}

a {
  color: white;
  text-decoration: none;
}

body {
  font-family: Helvetica, Arial, "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 15px;
  background-repeat: repeat;
  background-position: left 0px;
  color: #fff;
  background-color: black;

  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% -12%;
  overflow-x: hidden;
}
.button {
  display: block;
  height: 40px;
  max-width: 340px;
  padding: 0 40px;
  margin-bottom: 22px;
  border-radius: 3px;
  color: #fff;
  font-family: Helvetica, Arial, "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 11px;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: always;
  text-rendering: optimizeLegibility;
  letter-spacing: 1px;
  line-height: 40px;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  background-color: #6f9b9a;
  border: none;
  cursor: pointer;
  text-align: center;
  text-indent: 0;
  margin: 0 auto;
}
.button a {
  color: white;
}

.cta-button {
  -moz-box-shadow: inset 0px 1px 0px 0px #e184f3;
  -webkit-box-shadow: inset 0px 1px 0px 0px #e184f3;
  box-shadow: inset 0px 1px 0px 0px #e184f3;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0.05, #c123de),
    color-stop(1, #a20dbd)
  );
  background: -moz-linear-gradient(center top, #c123de 5%, #a20dbd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c123de', endColorstr='#a20dbd');
  background-color: #c123de;
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  -moz-border-radius-topright: 0px;
  border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-bottom-left-radius: 0px;
  text-indent: 0;
  border: 1px solid #a511c0;
  display: inline-block;
  color: #ffffff !important;
  font-size: 13px;
  font-weight: bold;
  font-style: normal;
  height: 30px;
  line-height: 30px;
  text-decoration: none;
  text-align: center;
  text-shadow: 1px 1px 0px #9b14b3;
  padding-left: 20px;
  padding-right: 20px;
  margin: 3px auto;
  border-radius: 4px;
  font-family: Helvetica, Arial, "Hiragino Kaku Gothic Pro", sans-serif;
}
.cta-button:hover {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0.05, #a20dbd),
    color-stop(1, #c123de)
  );
  background: -moz-linear-gradient(center top, #a20dbd 5%, #c123de 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a20dbd', endColorstr='#c123de');
  background-color: #a20dbd;
}
.cta-button:active {
  position: relative;
  top: 1px;
}

.thumbnail {
}
.thumbnail .band {
  color: #fff;
  font-family: Helvetica, Arial, "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 12px;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: always;
  text-rendering: optimizeLegibility;
  letter-spacing: 1px;
  line-height: 40px;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  background-color: #6f9b9a;
  border: none;
  cursor: pointer;
  text-align: center;
  text-indent: 0;
  margin: 0 auto;
  background: rgb(
    51,
    59,
    71
  ); /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjIlIiBzdG9wLWNvbG9yPSIjMzMzYjQ3IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMjklIiBzdG9wLWNvbG9yPSIjNmY5YjlhIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMjklIiBzdG9wLWNvbG9yPSIjNmY5YjlhIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNzMlIiBzdG9wLWNvbG9yPSIjNmY5YjlhIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNzMlIiBzdG9wLWNvbG9yPSIjNmY5YjlhIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzMzM2I0NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(
    -45deg,
    rgba(51, 59, 71, 1) 2%,
    rgba(111, 155, 154, 1) 29%,
    rgba(111, 155, 154, 1) 29%,
    rgba(111, 155, 154, 1) 73%,
    rgba(111, 155, 154, 1) 73%,
    rgba(51, 59, 71, 1) 100%
  ); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    right bottom,
    color-stop(2%, rgba(51, 59, 71, 1)),
    color-stop(29%, rgba(111, 155, 154, 1)),
    color-stop(29%, rgba(111, 155, 154, 1)),
    color-stop(73%, rgba(111, 155, 154, 1)),
    color-stop(73%, rgba(111, 155, 154, 1)),
    color-stop(100%, rgba(51, 59, 71, 1))
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    -45deg,
    rgba(51, 59, 71, 1) 2%,
    rgba(111, 155, 154, 1) 29%,
    rgba(111, 155, 154, 1) 29%,
    rgba(111, 155, 154, 1) 73%,
    rgba(111, 155, 154, 1) 73%,
    rgba(51, 59, 71, 1) 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    -45deg,
    rgba(51, 59, 71, 1) 2%,
    rgba(111, 155, 154, 1) 29%,
    rgba(111, 155, 154, 1) 29%,
    rgba(111, 155, 154, 1) 73%,
    rgba(111, 155, 154, 1) 73%,
    rgba(51, 59, 71, 1) 100%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(
    -45deg,
    rgba(51, 59, 71, 1) 2%,
    rgba(111, 155, 154, 1) 29%,
    rgba(111, 155, 154, 1) 29%,
    rgba(111, 155, 154, 1) 73%,
    rgba(111, 155, 154, 1) 73%,
    rgba(51, 59, 71, 1) 100%
  ); /* IE10+ */
  background: linear-gradient(
    135deg,
    rgba(51, 59, 71, 1) 2%,
    rgba(111, 155, 154, 1) 29%,
    rgba(111, 155, 154, 1) 29%,
    rgba(111, 155, 154, 1) 73%,
    rgba(111, 155, 154, 1) 73%,
    rgba(51, 59, 71, 1) 100%
  ); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333b47', endColorstr='#333b47',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
  border-top: 3px solid white;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.51);
  border-bottom: 1px solid rgb(2, 40, 49);
}
.thumbnail .big-band {
  padding: 15px;
  border-bottom: 3px solid white;
  margin-top: 0px;
}
.thumbnail .caption {
  color: whitesmoke;
}
.nav-pad {
  height: 155px;
}
.clearHeader {
}
.clearHeader a {
}
.darkHeader {
}
.darkHeader a {
}
div#topheader {
  min-height: 32px;
}
.home .item {
  min-height: 175px;
  text-align: center;
  max-height: 175px;
  overflow-y: hidden;
}
.item {
  text-align: center;
}
.item img {
  text-align: center;
  margin: 0 auto;
}
.logged-in #navigation_fixed {
  top: 32px;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #6f9b9a;
  border-color: white;
  color: white;
}
.cloud {
  border-radius: 2em;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
  z-index: 1;
}
.tall .thumbnail {
  min-height: 800px;
  position: relative;
  line-height: 1.5;
  background: rgb(
    69,
    72,
    77
  ); /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI2NCUiIHN0b3AtY29sb3I9IiM0NTQ4NGQiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMWMxYjFlIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
  background: -moz-linear-gradient(
    top,
    rgba(69, 72, 77, 1) 64%,
    rgba(28, 27, 30, 1) 100%
  ); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(64%, rgba(69, 72, 77, 1)),
    color-stop(100%, rgba(28, 27, 30, 1))
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    top,
    rgba(69, 72, 77, 1) 64%,
    rgba(28, 27, 30, 1) 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    rgba(69, 72, 77, 1) 64%,
    rgba(28, 27, 30, 1) 100%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(
    top,
    rgba(69, 72, 77, 1) 64%,
    rgba(28, 27, 30, 1) 100%
  ); /* IE10+ */
  background: linear-gradient(
    to bottom,
    rgba(69, 72, 77, 1) 64%,
    rgba(28, 27, 30, 1) 100%
  ); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#1c1b1e',GradientType=0 ); /* IE6-8 */
}

.button {
    pointer-events: auto;
}


.tall .thumbnail .button {
  position: absolute;
  bottom: 2.5%;
  margin: auto;
  left: 0;
  right: 0;
}

.tall .thumbnail a {
    color: white;
    z-index: 99999;
}
.navbar-nav > li > a {
  padding-top: 7px;
  padding-bottom: 7px;
}
div#navigation {
}

.boldnav a {
  font-weight: 900;
  letter-spacing: 1px;
}

#carousel-337393 {
}
#carousel-337393,
#carousel-337393 .item {
}

#carousel-337393 img {
  height: auto;
}

.carousel-caption.right {
  right: 7%;
  left: 20%;
  padding-bottom: 30px;
  text-align: right;
  top: 70px;
}
.carousel-caption.left {
  left: 10%;
  padding-bottom: 30px;
  top: 70px;
  right: inherit;
  text-align: left;
}

#main-slider h2 {
}

.item .carousel-caption h2,
.item .carousel-caption p,
.item .carousel-caption .cta-button {
  opacity: 0;
}

.item.active .carousel-caption h2 {
  -webkit-animation: fadeInLeftBig 0.2s;
  opacity: 1;
}

.item.active .carousel-caption p {
  -webkit-animation: fadeInRightBig 0.2s;
  opacity: 1;
}

.item.active .carousel-caption .cta-button {
  -webkit-animation: fadeInLeftBig 0.2s;
  opacity: 1;
}

.thumbnail .carousel-inner .item {
  overflow: hidden;
}

.thumbnail .carousel-inner img {
  transition: ease all 0.2s;
}

.thumbnail .carousel-inner img:hover {
  -webkit-transform: scale(1.3);
  transition: ease all 0.2s;
}

.thumbnail {
  background: rgb(69, 72, 77);
}

div#topheader p {
  padding-top: 4px;
}
ul#menu-main {
  font-size: 13px;
}
footer {
  margin-top: 15px;
}
.gradient-bg {
  border-radius: 1em;
  /* overflow: hidden; */
  background: rgb(69, 72, 77);
  background: -moz-linear-gradient(
    top,
    rgba(69, 72, 77, 1) 64%,
    rgba(28, 27, 30, 1) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(64%, rgba(69, 72, 77, 1)),
    color-stop(100%, rgba(28, 27, 30, 1))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(69, 72, 77, 1) 64%,
    rgba(28, 27, 30, 1) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(69, 72, 77, 1) 64%,
    rgba(28, 27, 30, 1) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(69, 72, 77, 1) 64%,
    rgba(28, 27, 30, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(69, 72, 77, 1) 64%,
    rgba(28, 27, 30, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#1c1b1e',GradientType=0 );
  -webkit-box-shadow: 1px 2px 7px 0px #000;
  box-shadow: 1px 2px 7px 0px #000;
  padding-bottom: 15px;
}

.gradient-bg img {
  width: 100%;
  height: auto;
  border-radius: 1em 1em 0 0;
  border-bottom: 3px dotted rgb(87, 203, 204);
}

.ribbon {
  position: relative;
  color: white;
  text-align: center;
  padding: 5px;
  text-align: left;
  text-indent: 80px;
  left: -67px;
  margin-top: 0;
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */ /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */ /* W3C */ /* IE6-8 fallback on horizontal gradient */
  /* top: -21px; */
  box-shadow: 7px 6px 10px black;
  top: -27px;
  z-index: 2;
  border-radius: 0 2px 2px 0;
  -webkit-animation: fadeInLeftBig 1s;
}
.ribbon .ribbon-content:before {
  content: "";
  position: absolute;
  display: block;
  border-style: solid;
  border-color: rgb(0, 0, 0) transparent transparent transparent;
  bottom: -36px;
}
.ribbon .ribbon-content:before {
  left: 0;

  border-width: 35px 0 0 35px;
}

.serif {
  font-family: "Roboto Slab", serif;
  text-transform: lowercase;
}

.gradient-bg p,
.gradient-bg h3 {
  padding: 15px;
}

h1 {
  font-family: "Quicksand", sans-serif;
  text-shadow: 1px 1px 1px black;
  color: #fff !important;
}

.shadow {
  border-radius: 1em 1em 0 0;
  border-left: 5px solid white;
  border-top: 5px solid white;
  border-right: 5px solid white;
  border-bottom: 1px solid gray;
  -webkit-animation: flipInY 2s;
}

h2,
h3,
h4,
p {
  -webkit-animation: fadeInUp 2s;
}

.special {
  box-shadow: 3px 3px rgba(0, 0, 0, 1);
}
.blog .band_hex div.thumbnail {
  min-height: 500px;
}
.logged-in .edit_area::before {
  content: "+";
  display: inline-block;
  padding: 0;
  background: rgba(51, 51, 51, 0.74);
  color: #fff;
  line-height: 0.7;
  font-size: 13px !important;
  letter-spacing: 1px;
  font-weight: 500;
  margin-right: 10px;
  margin-bottom: 3px;
  cursor: pointer;
  border-radius: 50%;
  border: 3px solid rgba(51, 51, 51, 0.74);
  text-align: center;
  left: -14px;
}

.edit_area form {
  position: relative;
  z-index: 99999999;
}

a {
  color: white;
  text-decoration: none;
}

body {
  font-family: Helvetica, Arial, "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 15px;
  background-repeat: repeat;
  background-position: left 0px;
  color: #fff;
  background-color: black;

  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% -12%;
  overflow-x: hidden;
}
.button {
  display: block;
  height: 40px;
  max-width: 340px;
  padding: 0 40px;
  margin-bottom: 22px;
  border-radius: 3px;
  color: #fff;
  font-family: Helvetica, Arial, "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 11px;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: always;
  text-rendering: optimizeLegibility;
  letter-spacing: 1px;
  line-height: 40px;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  background-color: #6f9b9a;
  border: none;
  cursor: pointer;
  text-align: center;
  text-indent: 0;
  margin: 0 auto;
}
.button a {
  color: white;
}

.cta-button {
  -moz-box-shadow: inset 0px 1px 0px 0px #e184f3;
  -webkit-box-shadow: inset 0px 1px 0px 0px #e184f3;
  box-shadow: inset 0px 1px 0px 0px #e184f3;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0.05, #c123de),
    color-stop(1, #a20dbd)
  );
  background: -moz-linear-gradient(center top, #c123de 5%, #a20dbd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c123de', endColorstr='#a20dbd');
  background-color: #c123de;
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  -moz-border-radius-topright: 0px;
  border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-bottom-left-radius: 0px;
  text-indent: 0;
  border: 1px solid #a511c0;
  display: inline-block;
  color: #ffffff !important;
  font-size: 13px;
  font-weight: bold;
  font-style: normal;
  height: 30px;
  line-height: 30px;
  text-decoration: none;
  text-align: center;
  text-shadow: 1px 1px 0px #9b14b3;
  padding-left: 20px;
  padding-right: 20px;
  margin: 3px auto;
  border-radius: 4px;
  font-family: Helvetica, Arial, "Hiragino Kaku Gothic Pro", sans-serif;
}
.cta-button:hover {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0.05, #a20dbd),
    color-stop(1, #c123de)
  );
  background: -moz-linear-gradient(center top, #a20dbd 5%, #c123de 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a20dbd', endColorstr='#c123de');
  background-color: #a20dbd;
}
.cta-button:active {
  position: relative;
  top: 1px;
}

.thumbnail {
  background-color: rgba(46, 46, 46, 0.6);
  box-shadow: 1px 2px 7px 0px #000;
  border: 0;
  color: whitesmoke;
  padding: 0;
}

.thumbnail .band {
  color: #fff;
  font-family: Helvetica, Arial, "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 12px;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: always;
  text-rendering: optimizeLegibility;
  letter-spacing: 1px;
  line-height: 40px;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  border: none;
  cursor: pointer;
  text-align: center;
  text-indent: 0;
  margin: 0 auto;
  background: rgb(
    51,
    59,
    71
  ); /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjIlIiBzdG9wLWNvbG9yPSIjMzMzYjQ3IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMjklIiBzdG9wLWNvbG9yPSIjNmY5YjlhIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMjklIiBzdG9wLWNvbG9yPSIjNmY5YjlhIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNzMlIiBzdG9wLWNvbG9yPSIjNmY5YjlhIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNzMlIiBzdG9wLWNvbG9yPSIjNmY5YjlhIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzMzM2I0NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(
    -45deg,
    rgba(51, 59, 71, 1) 2%,
    rgba(111, 155, 154, 1) 29%,
    rgba(111, 155, 154, 1) 29%,
    rgba(111, 155, 154, 1) 73%,
    rgba(111, 155, 154, 1) 73%,
    rgba(51, 59, 71, 1) 100%
  ); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    right bottom,
    color-stop(2%, rgba(51, 59, 71, 1)),
    color-stop(29%, rgba(111, 155, 154, 1)),
    color-stop(29%, rgba(111, 155, 154, 1)),
    color-stop(73%, rgba(111, 155, 154, 1)),
    color-stop(73%, rgba(111, 155, 154, 1)),
    color-stop(100%, rgba(51, 59, 71, 1))
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    -45deg,
    rgba(51, 59, 71, 1) 2%,
    rgba(111, 155, 154, 1) 29%,
    rgba(111, 155, 154, 1) 29%,
    rgba(111, 155, 154, 1) 73%,
    rgba(111, 155, 154, 1) 73%,
    rgba(51, 59, 71, 1) 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    -45deg,
    rgba(51, 59, 71, 1) 2%,
    rgba(111, 155, 154, 1) 29%,
    rgba(111, 155, 154, 1) 29%,
    rgba(111, 155, 154, 1) 73%,
    rgba(111, 155, 154, 1) 73%,
    rgba(51, 59, 71, 1) 100%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(
    -45deg,
    rgba(51, 59, 71, 1) 2%,
    rgba(111, 155, 154, 1) 29%,
    rgba(111, 155, 154, 1) 29%,
    rgba(111, 155, 154, 1) 73%,
    rgba(111, 155, 154, 1) 73%,
    rgba(51, 59, 71, 1) 100%
  ); /* IE10+ */
  background: linear-gradient(
    135deg,
    rgba(51, 59, 71, 1) 2%,
    rgba(111, 155, 154, 1) 29%,
    rgba(111, 155, 154, 1) 29%,
    rgba(111, 155, 154, 1) 73%,
    rgba(111, 155, 154, 1) 73%,
    rgba(51, 59, 71, 1) 100%
  ); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333b47', endColorstr='#333b47',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
  border-top: 3px solid white;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.51);
  border-bottom: 1px solid rgb(2, 40, 49);
}
.thumbnail .big-band {
  padding: 15px;
  border-bottom: 3px solid white;
  margin-top: 0px;
}
.thumbnail .caption {
  color: whitesmoke;
}
.nav-pad {
  height: 165px;
}
.clearHeader {
  background-color: white;
  transition: all ease 0.8s;
  border-bottom: 10px solid gray;
}
.darkHeader {
  box-shadow: 0 0 5px black;
  transition: all ease 0.8s;
  border-bottom: 1px solid white;
}
div#topheader {
  min-height: 32px;
}
.home .item {
  min-height: 175px;
  text-align: center;
  max-height: 175px;
  overflow-y: hidden;
}
.tall .item {
  background-color: white;
}
.item {
  text-align: center;
}
.item img {
  text-align: center;
  margin: 0 auto;
}
.logged-in #navigation_fixed {
  top: 36px;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #6f9b9a;
  border-color: white;
  color: white;
}
.cloud {
  border-radius: 2em;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top:30px;
}
.tall .thumbnail {
  min-height: 590px;
  position: relative;
  line-height: 1.5;
  background: rgb(
    69,
    72,
    77
  ); /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI2NCUiIHN0b3AtY29sb3I9IiM0NTQ4NGQiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMWMxYjFlIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
  background: -moz-linear-gradient(
    top,
    rgba(69, 72, 77, 1) 64%,
    rgba(28, 27, 30, 1) 100%
  ); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(64%, rgba(69, 72, 77, 1)),
    color-stop(100%, rgba(28, 27, 30, 1))
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    top,
    rgba(69, 72, 77, 1) 64%,
    rgba(28, 27, 30, 1) 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    rgba(69, 72, 77, 1) 64%,
    rgba(28, 27, 30, 1) 100%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(
    top,
    rgba(69, 72, 77, 1) 64%,
    rgba(28, 27, 30, 1) 100%
  ); /* IE10+ */
  background: linear-gradient(
    to bottom,
    rgba(69, 72, 77, 1) 64%,
    rgba(28, 27, 30, 1) 100%
  ); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#1c1b1e',GradientType=0 ); /* IE6-8 */
}

.tall .thumbnail a {
  color: white;
}
.navbar-nav > li > a {
  padding-top: 7px;
  padding-bottom: 7px;
}
.boldnav a {
  font-weight: 900;
  letter-spacing: 1px;
}

#carousel-337393 {
}
#carousel-337393,
#carousel-337393 .item {
  min-height: 390px;
}

#carousel-337393 img {
  height: auto;
}

.carousel-caption.right {
  right: 7%;
  left: 20%;
  padding-bottom: 30px;
  text-align: right;
  top: 70px;
}
.carousel-caption.left {
  left: 10%;
  padding-bottom: 30px;
  top: 70px;
  right: inherit;
  text-align: left;
}

#main-slider h2 {
  font-size: 50px;
  line-height: 33px;
}

.item .carousel-caption h2,
.item .carousel-caption p,
.item .carousel-caption .cta-button {
  opacity: 0;
}

.item.active .carousel-caption h2 {
  -webkit-animation: fadeInLeftBig 0.2s;
  opacity: 1;
}

.item.active .carousel-caption p {
  -webkit-animation: fadeInRightBig 0.2s;
  opacity: 1;
  margin-top: 40px;
  font-size: 20px;
  display: block;
}

.item.active .carousel-caption .cta-button {
  -webkit-animation: fadeInLeftBig 0.2s;
  opacity: 1;
}

.thumbnail .carousel-inner .item {
  overflow: hidden;
}

.thumbnail .carousel-inner img {
  transition: ease all 0.2s;
  width: auto;
  min-width: 100%;
  background-color: white;
}

.thumbnail .carousel-inner img:hover {
  -webkit-transform: scale(1.3);
  transition: ease all 0.2s;
}

.thumbnail {
  border-radius: 1em;
  overflow: hidden;
  -webkit-animation: flipInY 2s;
}

div#topheader p {
  padding-top: 4px;
}
ul#menu-main {
  font-size: 13px;
}
footer {
  margin-top: 15px;
}
.gradient-bg {
  border-radius: 1em;
  /* overflow: hidden; */
  background: rgb(69, 72, 77);
  background: -moz-linear-gradient(
    top,
    rgba(69, 72, 77, 1) 64%,
    rgba(28, 27, 30, 1) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(64%, rgba(69, 72, 77, 1)),
    color-stop(100%, rgba(28, 27, 30, 1))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(69, 72, 77, 1) 64%,
    rgba(28, 27, 30, 1) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(69, 72, 77, 1) 64%,
    rgba(28, 27, 30, 1) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(69, 72, 77, 1) 64%,
    rgba(28, 27, 30, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(69, 72, 77, 1) 64%,
    rgba(28, 27, 30, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#1c1b1e',GradientType=0 );
  -webkit-box-shadow: 1px 2px 7px 0px #000;
  box-shadow: 1px 2px 7px 0px #000;
  padding-bottom: 15px;
}

.gradient-bg img {
  width: 100%;
  height: auto;
  border-radius: 1em 1em 0 0;
  border-bottom: 3px dotted rgb(87, 203, 204);
}

.ribbon {
  position: relative;
  color: white;
  text-align: left;
  padding: 5px;
  text-indent: 80px;
  left: -51px;
  margin-top: 0;
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */ /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */ /* W3C */ /* IE6-8 fallback on horizontal gradient */
  /* top: -21px; */
  box-shadow: 7px 6px 10px black;
  top: -27px;
  z-index: 2;
  border-radius: 0 2px 2px 0;
  -webkit-animation: fadeInLeftBig 1s;
}
.ribbon .ribbon-content:before {
  content: "";
  position: absolute;
  display: block;
  border-style: solid;
  border-color: rgb(14, 14, 16) transparent transparent transparent;
  bottom: -36px;
}
.ribbon .ribbon-content:before {
  left: 0;

  border-width: 35px 0 0 35px;
}

.serif {
  font-family: "Roboto Slab", serif;
  text-transform: lowercase;
}

.gradient-bg p,
.gradient-bg h3 {
  padding: 15px;
}

.shadow {
  border-radius: 1em 1em 0 0;
  border-left: 5px solid white;
  border-top: 5px solid white;
  border-right: 5px solid white;
  border-bottom: 1px solid gray;
  -webkit-animation: flipInY 2s;
}

h2,
h3,
h4,
p {
  -webkit-animation: fadeInUp 2s;
}

.special {
  box-shadow: 3px 3px rgba(0, 0, 0, 1);
}


#copyright {
  position: relative;
  z-index: 1;
}
div#copyright .row {
  padding: 5px 0 0 0;
}
h1 {
  color: white !important;
}

.button,
.buttons,
.btn,
.cta-button {
  -moz-box-shadow: inset 0px 1px 0px 0px #d9fbbe;
  -webkit-box-shadow: inset 0px 1px 0px 0px #d9fbbe;
  box-shadow: inset 0px 1px 0px 0px #d9fbbe;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0.05, #b8e356),
    color-stop(1, #a5cc52)
  );
  background: -moz-linear-gradient(center top, #b8e356 5%, #a5cc52 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b8e356', endColorstr='#a5cc52');
  background-color: #b8e356;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
  text-indent: 0;
  border: 1px solid #83c41a;
  display: inline-block;
  color: #ffffff;
  font-family: Arial;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  height: 30px;
  line-height: 30px;
  text-decoration: none;
  text-align: center;
  text-shadow: 1px 1px 0px #86ae47;
  padding: 0px 20px 6px 20px;
}
.button:hover,
.buttons:hover,
.btn:hover,
.cta-button:hover {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0.05, #a5cc52),
    color-stop(1, #b8e356)
  );
  background: -moz-linear-gradient(center top, #a5cc52 5%, #b8e356 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a5cc52', endColorstr='#b8e356');
  background-color: #a5cc52;
}
.button:active,
.buttons:active,
.btn:active,
.cta-button:active {
  position: relative;
  top: 1px;
}

.darkHeader img {
  -webkit-filter: brightness(1000%);
}

h2.small {
  font-size: 31px !important;
  line-height: 0px !important;
}
div#social li {
  list-style: none;
  float: left;
  width: 15%;
  background-color: rgb(139, 139, 139);
  margin: 0 2.5%;
  text-align: center;
  height: 0;
  padding-bottom: 15%;
  border-radius: 50%;
}
div#social a {
  height: 90%;
  font-size: 30px;
  display: block;
  margin-top: 10%;
}
.wallpaper {
  width: 100%;
  height: auto;
  min-height: 100%;
  min-width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
}
.Res-16x9 {
  width: 100%;
  height: 0;
  padding-bottom: 56.9%;
  overflow: hidden;
  max-height: 200px;
  position: relative;
}
.Res-16x9 img {
  position: absolute;
  width: 100%;
  height: auto;
}
.Res-16x9 video {
  position: absolute;
  width: 100%;
  height: auto;
}

.curled {
  border: 1px solid #efefef;
  -moz-border-radius: 0 0 120px 120px / 0 0 6px 6px;
  border-radius: 0 0 120px 120px / 0 0 6px 6px;
}
.drop-shadow {
  padding: 1em;
  margin: 2em 10px 4em;
  background: #fff;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3),
    0 0 40px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3),
    0 0 40px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.nopad {
  padding: 0 !important;
}

div#wpadminbar {
  display: none !important;
}

@media (min-width: 0) and (max-width: 767px) {
  .logged-in.admin-bar.customize-support {
    margin-top: -25px;
  }
}

div#sdrn_bar {
  top: 0px;
}

@media (width: 785px) and (height: 1029px) {
  div#social a {
    height: 90%;
    font-size: 19px;
    display: block;
    margin-top: 10%;
  }
  .home h1 {
    font-size: 26px;
  }
  #carousel-337393 img {
    min-height: inherit;
    min-width: inherit;
    max-width: inherit !important;
  }
  .wallpaper {
    display: none !important;
  }
  .hidden-xs.nav-pad {
    display: none !important;
  }
  div#sdrn_bar {
    display: initial;
  }
}

@media (min-width: 0) and (max-width: 767px) {
  .home .special {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.blog .item {
  width: 90%;
  margin: 20px auto;
}
.blog .item img,
Â .single img {
  width: 90%;
  border: 4px solid white;
}
.blog .item::before {
  position: absolute;
  content: "read more";
  display: block;
  top: 8px;
  left: 6px;
  z-index: 99999;
  text-align: left;
  background-color: cornflowerblue;
  color: white;
  border-radius: 1em;
  padding: 3px 15px 3px 15px;
  font-size: 13px;
}

.blog .band_hex .thumbnail .carousel-inner .item {
  overflow: hidden;
}
a.subtle-btn {
  padding: 5px 15px;
  border: 1.5px solid;
  border-radius: 1em;
  font-weight: 900;
  text-transform: lowercase;
}
.blog .thumbnail .caption a {
  color: #676767;
}

.blog .thumbnail .caption,
.single .thumbnail .caption {
  color: #676767;
  background: whitesmoke;
  margin-top: 15px;
  border-radius: 1em;
}
.single .thumbnail.clearfix {
  background-color: white;
  color: #333;
}
.sidebar {
  background-color: #b1a7a0;
  border-radius: 1em;
  padding: 0;
  overflow: hidden;
  box-shadow: 1px 2px 7px 0px #000;
  border: 0;
  color: whitesmoke;
}

span.dot-holder {
  position: absolute;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
}
.sidebar h3 {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 23px;
  margin-bottom: 10px;
  font-weight: lighter;
  letter-spacing: 2px;
  background-color: #a52963;
  text-indent: 15px;
  display: block;
  padding: 10px;
  border-bottom: 1px solid aliceblue;
  margin: 0 0 20px 0;
}
.black {
  background-color: black;
}

div#logo img {
  padding: 10px;
}

.gradient {
  background: rgb(51, 59, 71);
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodâ€¦IgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(
    -45deg,
    rgba(51, 59, 71, 1) 2%,
    rgba(111, 155, 154, 1) 29%,
    rgba(111, 155, 154, 1) 29%,
    rgba(111, 155, 154, 1) 73%,
    rgba(111, 155, 154, 1) 73%,
    rgba(51, 59, 71, 1) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    right bottom,
    color-stop(2%, rgba(51, 59, 71, 1)),
    color-stop(29%, rgba(111, 155, 154, 1)),
    color-stop(29%, rgba(111, 155, 154, 1)),
    color-stop(73%, rgba(111, 155, 154, 1)),
    color-stop(73%, rgba(111, 155, 154, 1)),
    color-stop(100%, rgba(51, 59, 71, 1))
  );
  background: -webkit-linear-gradient(
    -45deg,
    rgba(51, 59, 71, 1) 2%,
    rgba(111, 155, 154, 1) 29%,
    rgba(111, 155, 154, 1) 29%,
    rgba(111, 155, 154, 1) 73%,
    rgba(111, 155, 154, 1) 73%,
    rgba(51, 59, 71, 1) 100%
  );
  background: -o-linear-gradient(
    -45deg,
    rgba(51, 59, 71, 1) 2%,
    rgba(111, 155, 154, 1) 29%,
    rgba(111, 155, 154, 1) 29%,
    rgba(111, 155, 154, 1) 73%,
    rgba(111, 155, 154, 1) 73%,
    rgba(51, 59, 71, 1) 100%
  );
  background: -ms-linear-gradient(
    -45deg,
    rgba(51, 59, 71, 1) 2%,
    rgba(111, 155, 154, 1) 29%,
    rgba(111, 155, 154, 1) 29%,
    rgba(111, 155, 154, 1) 73%,
    rgba(111, 155, 154, 1) 73%,
    rgba(51, 59, 71, 1) 100%
  );
  background: linear-gradient(
    135deg,
    rgba(51, 59, 71, 1) 2%,
    rgba(111, 155, 154, 1) 29%,
    rgba(111, 155, 154, 1) 29%,
    rgba(111, 155, 154, 1) 73%,
    rgba(111, 155, 154, 1) 73%,
    rgba(51, 59, 71, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333b47', endColorstr='#333b47',GradientType=1 );
  border-top: 3px solid white;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.51);
  border-bottom: 1px solid rgb(2, 40, 49);
}
.sidebar.clearfix img {
  background-color: white;
}
@media (min-width: 0) and (max-width: 767px) {
  span.ribbon-content {
    font-size: 2.55rem;
    text-align: center;
  }
  
  .ribbon {
      text-align: center;
  }
}

a.button:hover {
  color: white;
}
.wpcf7-form-control-wrap > * {
  max-width: 100%;
}
* {
  text-transform: none !important;
}
div#google_translate_element {
  display: none;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: white;
  text-shadow: 0 0 14px aliceblue;
}
#logo .col-md-8.text-right {
  padding-top: 5px;
}

.col-md-8.text-right div {
  margin: 2.5px 0;
  font-weight: bold;
}

.col-md-8.text-right #navigation li:last-child a {
  text-align: right;
  margin-right: 0;
  padding-right: 0;
}

.navbar-inner .col-md-12 {
  text-align: right;
  padding: 0;
}
.button,
.button a {
  color: white !important;
}

@media only screen and (max-width: 991px) {
  html {
    padding-top: 42px !important;
  }
  #sdrn_bar {
    display: block !important;
  }
}
/* hide the bar & the menu */

@media (max-width: 992px) {
  #carousel-337393 .carousel-caption {
    display: none;
  }
  #carousel-337393,
  #carousel-337393 .item {
    min-height: 300px;
  }
}

@media (min-width: 767px) and (max-width: 991px) {
  .home .tall .item {
    min-height: 135px;
    max-height: 135px;
  }
}

.page-template-contact-php .wpcf7 input,
.page-template-contact-php .wpcf7 button,
.page-template-contact-php .wpcf7 select,
.page-template-contact-php .wpcf7 textarea {
  width: 100%;
  -webkit-appearance: textarea;
  padding: 10px;
  color: black;
  margin: 0;
}

.button form {
  position: relative;
  top: -90px;
}

.wdm-nocapt-recapt iframe {
  min-height: 39px;
  transform: scale(0.8);
  -ms-transform: scale(0.8);
  -webkit-transform: scale(0.8);
  transform-origin: 0px 50% 0px;
  padding: 0px;
  width: 100%;
}
.wdm-nocapt-recapt div {
  width: 100% !important;
  max-width: 302px;
  min-width: 210px;
  margin: 0 0 -20px;
}

ul.dropdown-menu li a {
  text-align: left !important;
}

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

.boldnav ul li {
  position: relative;
  margin-right: 20px;
}

.boldnav ul li ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  z-index: 1000;
}

.boldnav ul li:hover ul {
  display: block;
}

.boldnav ul li ul li {
  display: block;
  margin: 0;
  padding: 10px;
}


.patient-info .thumbnail{
    min-height: 700px;
}

.patient-info .image-wraper {
    width: 100%;
    height: 200px;
    display: block;
    overflow: hidden;
    position: relative;
}

.patient-info .image-wraper img {
    min-height: 100%;
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    bottom: 0;
    height: auto;
    width: 100%;
    max-height: 130%;
}

 .forms.special .button a {
    font-size: 12px;
}

.carousel-control{
  z-index: 999;
}

.tall .thumbnail .green-buttons{
  border: 1px solid #83c41a;
  box-shadow: inset 0px 1px 0px 0px #d9fbbe;
  background-color: #b8e356;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #b8e356), color-stop(1, #a5cc52));
  position: absolute;
  width: 100%;
  bottom: 10px;
  max-width: 340px;
  text-align: center;
  border-radius: 4px;
  padding: 2px 0px;
  font-weight: bold;
  color: #fff;
}

/* Style the parent menu items */

.pills-button {
  --bg: #e74c3c;
  --text-color: #fff;
  position: relative;
  width: 200px;
  font-size: 14px;
  border: none;
  background: var(--bg);
  color: var(--text-color);
  padding: 8px 26px;
  font-weight: bold;
  text-transform: uppercase;
  transition: 0.2s;
  border-radius: 999px;
  opacity: 0.8;
  letter-spacing: 1px;
  box-shadow: #c0392b 0px 7px 2px, #000 0px 8px 5px;
  margin-bottom: 4px;
}

.pills-button:hover {
  opacity: 1;
}

.pills-button:active {
  top: 4px;
  box-shadow: #c0392b 0px 3px 2px,#000 0px 3px 5px;
}
ul li::marker,
ol li::marker{
    color: #fff;
}

table tbody tr td,
table tbody tr th,
table thead tr th{
	padding : 14px !important;
}
table tbody tr td{
	font-weight: 500;
}

table tbody tr th,
table thead tr th{
	font-size: 18px;
	font-weight: 600;
}
