
.fa-star {
color: gold;
font-size: 25px !important; 
}
i.fa.fa-map-marker {
    margin-left: 10px;
}
meta.foundation-mq-medium {
    font-family: "/only screen and (min-width:40.063em)/" !important;
    width: 46.000em !important;
}.midbar .content {
    padding: 20px 0 0 0;
}

/* Custom Classes*/

.slides img {
  border: 3px solid #fff !important;
}

.google {
  max-height: 4em;
  max-width: 4em;
}

.top-bar .title-area {
    z-index: 999;
    background-color: #3A71B7;
}

.read-more-content {
  color: #896f4b;
  float: right;
  font-size: 1em;
  font-style: italic;
}

.internal-page-banner {
  padding-left: 2em;
}

.about-banner-wrapper {
   margin-top: 1.5em;
   position: relative;
   width: 100%;
}

.about-image {
  box-shadow: 0 0 5px #000000;
  padding: 3px;
  background-color: #fff;
}

.audio-h1 {
  color: #000;
  font-size: 2em;
  padding-left: 5%;
  padding-top: 5%;
  position: absolute;
}

.audio-recording {
  padding-left: 10%;
  padding-top: 14%;
  position: absolute;
}

/* Back to top button*/
.cd-top {
  border: 1px solid #ffffff;
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(58, 113, 183, 0.8) url(https://psycare.net/wp-content/uploads/sites/1355/2015/08/cd-top-arrow.png) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
  z-index: 99;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}

.audio-recording {
  z-index: 999;

}

/* End of Back to top button CSS */

.float-right {
  float: right;
  margin-left: 4em;
}

.blue-background-pushup {
  margin-top: -30em!important;
}

.pushup-row {
 margin-top: -6em!important;
}

.contact-map {
  border: 10px solid #ffffff;
  margin: 0 auto;
  box-shadow: 0 0 4px #000000;
  width: 50%!important;
}

.list-subspecialty {
 margin-bottom: 0.25rem;
}

.privacy-notice-h2 {
  color: #2f2f2f !important;
  font-size: 11px;
  font-weight: bold;
  line-height: 2em;
}

.sidebar-links {
 color: #6b4b1e;
 text-decoration: underline;
}

.sidebar-links:hover {
  text-decoration: underline;
}

.pageList {
  list-style-type: circle;
  margin: 0 20px 20px;
  color: #6b4b1e;
  font-size: 16px;
}

.custom-sidebar {
  box-shadow: 0 0 4px #000;
  padding: 1em;
  background-color: rgba(255, 255, 255, 0.9);
}

.sidebar-h1 {
  color: #3a71b7!important;
  font-size: 2.3em;
  margin: 0 0 24px;
  text-align: left;
line-height: 1.3em;
}

.sub-page-h1 {
  color: #3a71b7 !important;
  font-family: "Raleway",sans-serif;
  font-size: 2.3em;
  font-weight: 400;
  line-height: 30px;
  margin: 0 0 24px;
  padding: 10px;
  position: relative;
  text-align: left;
line-height: 1.1em;
}

.sub-page-h1::after {
   background: rgba(0, 0, 0, 0) url("https://psycare.net/wp-content/uploads/sites/1355/2015/08/separator-dark.png") repeat scroll 0 0;
  bottom: -26px;
  content: " ";
  height: 18px;
  left: 0;
  position: absolute;
  width: 50%;
}

p a {
  font-weight: bold;
}

p a:hover {
  text-decoration: underline;
}

.custom-row {
  box-shadow: 0 0 4px #000000;
  padding: 1em;
  background-color: rgba(255, 255, 255, 0.9);
}

.national-register-footer-image {
   border-radius: 5px;
   margin-bottom: 1em;
}

.footer-paragraph-content {
   text-align: center;
   color: #fff;
}

.entry-title {
    /*background: rgba(0, 0, 0, 0) url("https://psycare.net/wp-content/uploads/sites/1355/2015/07/separator.png") no-repeat scroll 0 35px;*/
    color: #ffffff!important;
    font-size: 21px;
    margin: 0 0 10px;
    padding: 0 0 10px 20px;
}

.footer-title {
  color: #ffffff;
  font-family: Open Sans;
  font-size: 25px;
  font-weight: bold;
  line-height: 52px;
  margin: 25px 0 10px;
  position: relative;
  text-transform: uppercase;
  text-align: right;
}

.footer-title::after {
  background: #618dc5 none repeat scroll 0 0;
  bottom: -2px;
  content: " ";
  height: 2px;
  position: absolute;
  right: -3px;
  width: 33px;
}

.header-logo {
   margin-bottom: 1em;
}

.custom-header-width {
  max-width: 100%!important;
}

.custom-nav-background{
  background-color: #3A71B7;
  border-top: 6px solid #d9d9d9;
}

.footer-links {
  color: #fff;
}

.footer-links:hover {
  text-decoration: underline;
  color: #fff;
}

.top-company-services {
    color: #628dc2;
    font-family: Muli !important;
    font-weight: bold;
    text-align: center;
}

.top-company-services:hover {
   color: #628dc2;
}

#contact {
  clear: both;
  color: #ffffff;
  padding-top: 5px;
  text-align: right;
  margin-right: 10em;
}

.header-phone-links  {
   font-size: 16px;
   font-weight: 400;
}

.notice {
  margin-bottom: 2em;
  margin-top: 2em;
  text-align: center;
  line-height: 2em;
}

.top-bar .toggle-topbar.menu-icon a {
  color: #fff;
  height: 34px;
  line-height: 33px;
  padding: 0 40px 0 15px;
  position: relative;
}
.quote-heading{
  /*background: #618dc5;  */
}.notice > span{
  display: block;
  color: #3A3A3A;
  font-size: 20px;
}
/*Default Classes*/
body {
  font-family: "Open Sans",sans-serif;
}h1 {
  color: #cdd0d5;
  font-family: 'Raleway', sans-serif;
  font-size: 2em;
  font-weight: lighter;
  line-height: 1.27em;
  margin: 25px 0;
}
article h2, section h2 {
  color: #896f4b!important;
}

h2 {
  /*color: #896f4b!important;*/
        font-family: Muli;
  font-size: 1.63em;
  font-weight: lighter;
  line-height: 1.2em;
  margin: 25px 0;
}h3 {
  color: #cdd0d5;
  font-family: 'Raleway', sans-serif;
  font-size: 1.5em;
  font-weight: lighter;
  line-height: 1.3em;
  margin: 25px 0;
}h4 {
  font-family: 'Raleway', sans-serif;
  color: #cdd0d5;
  font-weight: lighter;
  font-size: 1.5em;
  line-height: 1.5rem;
  margin: 25px 0;
}p, li {
  color: #555555;
  font-family: Verdana;
  font-size: 12px;
  font-weight: lighter;
  line-height: 1.6em;
}li {
  font-family: "Open Sans", sans-serif;
  color: #cdd0d5;
  font-weight: lighter;
  font-size: 1.1em;
  line-height: normal;
  margin: 0 0 7px;
}ul {
  list-style-type: none;
}.columns.strip-margin {
  margin-left: 0 !important;
  margin-right: 0 !important;
}.columns.strip-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}.page-wrapper {
  max-width: 100%;
  clear: both;
}.content-wrapper {
  background: #ffffff;
  padding: 35px 0;
}.content-wrapper p,
 .content-wrapper li,
 .content-wrapper h1,
 .content-wrapper h2,
 .content-wrapper h3,
 .content-wrapper h4  {
  color: #252525;
}.content-wrapper .row{
  /*border: 1px solid #aaa; */
}.row {
  margin: 0 auto;
  max-width: 75rem;
  width: 100%;
}.navigation-wrapper {
  background: #ffffff;
  border-bottom: 3px solid #ffffff;
  height: 163px;
}.header-company-title a {
  color: #FFFFFF;
  float: left;
  font-family: 'Raleway', sans-serif;
  font-size: 21px;
  font-weight: bold;
  line-height: 60px;
  text-align: center;
  text-decoration: none;
  width: 100%;
}.header-social a {
  color: #FFFFFF;
  height: 30px;
  width: 30px;
  text-align: center;
  font-size: 20px;
  display: inline-block;
  margin: 18px 0 0;
}.header-social a:hover {
  color: #618dc5;
}.slider-wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
  background: #3a71b7;
  padding-bottom: 6em;
  border-bottom: 6px solid #d9d9d9;
}.slider-wrapper .rhino-container ul, .slider-wrapper .rhino-container ul li.rhino-item {
  margin: 0 auto;
  box-shadow: 0 0 5px #000000;
  border-top: 5px solid #ffffff;
  border-bottom: 5px solid #ffffff;
  background-color: #fff;
}
.custom-slider {
  padding-bottom: 8em;
}
.home-logo {
  max-width: 295px;
  padding: 200px 0;
}.default-logo {
  max-width: 190px;
  padding: 100px 0;
}.page-tagline {
  background: #fff;
  padding: 20px 0;
  position: relative;
  width: 100%;
}.page-tagline h1, .page-tagline h1 a {
  color: #3a71b7;
  font-family: "Raleway",sans-serif;
  font-size: 29px;
  font-weight: 400;
  line-height: 30px;
  margin: 0 0 24px;
  position: relative;
  text-align: center;
}.page-tagline h1::after {
  background: rgba(0, 0, 0, 0) url("https://psycare.net/wp-content/uploads/sites/1355/2015/08/separator-dark.png") repeat scroll 0 0;
  bottom: -26px;
  content: " ";
  height: 18px;
  left: 19%;
  position: absolute;
  width: 55%;
}.page-tagline p{
  color: #3c3c3c;
}.page-tagline ul li a{
  color: #cdd0d5;
}.home-tagline {
  width: 100%;
  background: #3a71b7;
  padding: 20px 0;
  position: relative;
}.home-tagline:after {
  background: url("https://psycare.net/wp-content/themes/ui5/images/transparent1.png") repeat;
  content: " ";
  height: 8px;
  position: absolute;
  bottom: -8px;
  width: 100%;
  z-index: 1;
}.home-tagline h1 {
  color: #FFFFFF;
  line-height: 50px;
  font-size: 25px;
  font-family: 'Raleway', sans-serif;
  text-align: center;
  position: relative;
}.home-tagline h1:after {
  background: none repeat scroll 0 0 #618dc5;
  bottom: -3px;
  content: " ";
  height: 3px;
  left: 40%;
  position: absolute;
  width: 20%;
}.home-tagline p {
  color: #FFFFFF;
}.specialize {
  background: #323232;
  position: relative;
}.specialize ul li a {
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 38px;
  margin: 0;
}.specialize h1 {
  color: #ffffff;
  line-height: 88px;
  font-size: 30px;
  font-family: "Open Sans", sans-serif;
  font-weight: lighter;
  text-align: center;
  text-transform: uppercase;
  position: relative;
}.specialize h1:after {
  background: none repeat scroll 0 0 #ffffff;
  bottom: -3px;
  content: " ";
  height: 3px;
  left: 40%;
  position: absolute;
  width: 20%;
}.specialize p, .specialize h2{
  color: #ffffff;
}.specialize .button {
  font-family: "Open Sans", sans-serif;
  line-height: 75px;
  background: #618dc5;
  padding: 0 60px;
  border: 2px solid #cdd0d5;
  font-size: 25px;
  font-weight: lighter;
  margin: 0;
  position: relative;
  top: 38px;
}.guarantee {
  padding: 50px 0 62px;
}.guarantee h1 {
  color: #555555;
  font-family: "Open Sans",sans-serif;
  font-size: 36px;
  margin: 0;
  position: relative;
}.guarantee p {
  color: #555555;
        font-size: 1em;
}.guarantee h1 strong {
  position: relative;
  line-height: 70px;
  display: inline-block;
}.guarantee h1 strong:after {
  background: none repeat scroll 0 0 #618dc5;
  bottom: -3px;
  content: " ";
  height: 3px;
  position: absolute;
  left: 0;
  width: 100%;
}.quotations {
  display: inline-block;
  font-size: 25px;
  font-weight: lighter;
  color: #FFFFFF;
  line-height: 65px;
  margin: 10px 0 40px;
  width: auto;
  position: relative;
}.quotations:before {
  content: " ";
  position: absolute;
  height: 30px;
  width: 30px;
  top: 0;
  left: -40px;
  background: url("https://psycare.net/wp-content/themes/ui5/images/quotation-before.png");
}.quotations:after {
  content: " ";
  position: absolute;
  height: 30px;
  width: 30px;
  top: 0;
  right: -35px;
  background: url("https://psycare.net/wp-content/themes/ui5/images/quotation-after.png");
}.contact-left p {
  font-size: 18px;
  font-weight: normal;
  margin: 0;
}.contact-left .contact-address {
  font-family: "Open Sans",sans-serif;
  font-size: 25px;
  font-weight: bold;
  line-height: normal;
  margin-bottom: 25px;
}.cta.button {
  background: none repeat scroll 0 0 #999999;
  border: medium none;
  font-family: "Open Sans",sans-serif;
  font-size: 18px;
  font-weight: lighter;
  line-height: 50px;
  margin: 0 auto;
  padding: 0 60px;
  position: relative;
}.cta.button:hover, .cta.button:focus {
  background: #618dc5;
  color: #FFFFFF;
}.footer-wrapper {
  border-top: 16px solid #CCCCCC;
}.footer-wrapper .footer-inner-wrapper .google-map {
  border: 6px solid #797a7e;
}.footer-inner-wrapper {
  border-top: 18px solid #dfdfdf;
  background: #3a71b7;
  padding: 45px 0;
}.footer-inner-wrapper .contact-info-wrapper {
  text-transform: uppercase;
}.footer-inner-wrapper .contact-info-wrapper h3 {
  font-family: "Open Sans",sans-serif;
  font-size: 25px;
  font-weight: lighter;
  line-height: 52px;
  color: #FFFFFF;
  font-weight: bold;
  margin: 25px 0 10px;
  position: relative;
}.footer-inner-wrapper .contact-info-wrapper h3:after {
  background: none repeat scroll 0 0 #618dc5;
  bottom: -2px;
  content: " ";
  height: 2px;
  position: absolute;
  right: -3px;
  width: 33px;
}.footer-inner-wrapper .contact-info-wrapper p {
  color: #FFFFFF;
  margin: 0;
  line-height: 32px;
}.footer-inner-wrapper .contact-info-wrapper .payment-options {
  margin: 15px 0 0;
}.disclaimer {
  background: #16181c;
}.footer-wrapper .footer-inner-wrapper .menu-wrapper .top-bar .top-bar-section ul{
  display: block;
}.footer-wrapper .footer-inner-wrapper .menu-wrapper .top-bar .top-bar-section ul li{
  width: 100%;
}.footer-wrapper .footer-inner-wrapper .menu-wrapper .top-bar .top-bar-section li:not(.has-form) a:not(.button),
 .footer-wrapper .footer-inner-wrapper .menu-wrapper .top-bar .top-bar-section li.active:not(.has-form) a:not(.button),
 .footer-wrapper .footer-inner-wrapper .menu-wrapper .top-bar .top-bar-section li:hover:not(.has-form) a:not(.button) {
  border: none;
  color: #ffffff;
  text-align: center;
  padding: 5px 0;
  line-height: normal;
  margin: 2px 0;
}.footer-wrapper .footer-inner-wrapper .menu-wrapper .top-bar .top-bar-section .menu ul li {
  margin: 0 0 18px 0;
  float: none;
  text-align: center;
}.footer-wrapper .footer-inner-wrapper .menu-wrapper .top-bar .top-bar-section .menu ul li a  {
  text-align: center;
  float: none;
  width: 100%;
  color: #FFFFFF;
  line-height: 35px;
  font-size: 14px;
}.footer-wrapper .footer-inner-wrapper .menu-wrapper .top-bar .top-bar-section .menu ul li a:hover  {
  border: none;
  color: #ffffff;
}.footer-wrapper .footer-inner-wrapper .menu-wrapper .top-bar .top-bar-section .menu  .has-dropdown ul {
  display: none;
}.footer-wrapper .footer-inner-wrapper .menu-wrapper .top-bar .top-bar-section .menu  .has-dropdown > a{
  padding: 0 !important;
}.footer-wrapper .footer-inner-wrapper .menu-wrapper .top-bar .top-bar-section .menu  .has-dropdown > a:after{
  display: none;
}
/* Start normal Styles */
.top-bar {
  background: none;
  height: 80px;
}.top-bar-section ul{
  margin: 0 auto;
  display: table;
}.top-bar .top-bar-section ul li  {
  margin: 0;
  background: none;
}.top-bar .top-bar-section ul li a {
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  color: #FFFFFF;
  font-size: 13px;
}.top-bar-section li:not(.has-form) a:not(.button) {
  background: none;
  color: #fff;
  font-size: 14px;
  line-height: 60px;
  padding: 0 20px;
}.top-bar-section ul li:hover:not(.has-form) > a {
  background: none repeat scroll 0 0 #3a71b7;
  color: #333333;
}.top-bar-section ul li.active > a {
  background: #618DC5;
  color: #ffffff;
}.top-bar-section li.active:not(.has-form) a:not(.button),
 .top-bar-section li.active:not(.has-form) a:hover:not(.button),
 .top-bar-section li:not(.has-form) a:hover:not(.button),
 .top-bar-section ul li:not(.active):hover > a  {
  background: #618DC5;
  color: #eeeeee;
  line-height: 60px;
  padding: 0px 20px;
        text-shadow: 0 0 2px #000000;
}.top-bar-section .has-dropdown > a:after{
  top: 30px;
  border-color: #fff transparent transparent;
}.top-bar-section .has-dropdown:hover > a:after{
  border-color: #ffffff transparent transparent;
}.top-bar-section .dropdown li:not(.has-form) a:not(.button) {
  background: none repeat scroll 0 0 #618dc5;
  color: #ffffff;
        line-height: 33px;
  border: none;
}.top-bar-section .dropdown li.active:not(.has-form) > a:not(.button), .top-bar-section .dropdown li:hover:not(.has-form) > a:not(.button) {
  background: #4076b9 none repeat scroll 0 0;
  text-shadow: 0 0 2px #000000;
  border: medium none;
  color: #ffffff;
  line-height: 33px;
  padding: 0 20px;
}.midbar-wrapper{
  width: 100%;
  padding: 0;
  overflow: hidden;
  margin-top: 20px;
}
.custom-midbar {
  margin-top: -90px;
}
.midbar {
  clear: none;
}.midbar img {
  background: #ffffff none repeat scroll 0 0;
  border: 4px solid rgba(137, 111, 75, 0.75);
  box-shadow: 0 0 2px #333333;
  margin: 1px 0 0;
  padding: 6px;
  width: 100%;
}.midbar h1 {
  padding: 20px 0;
  margin: 0;
  clear: both;
  text-align: center;
  font-size: 18px;
  color: #555555;
}.midbar p{
  text-align: justify;
}.midbar a{
  font-size: 14px;
  font-family: "Open Sans",sans-serif;
}.footer-wrapper {
  width: 100%;
}.footer-inner-wrapper {
}.footer-inner-wrapper h1 {
  padding: 0 0 25px 0;
}.contact-left-position {
  margin: 100px 0;
}.contactForm  {
  margin-top: 20px;
}.contactForm  label{
  font-weight: bold;
  display: block;
}.contactForm input {
  font-family: "Open Sans",sans-serif;
  font-weight: 900;
  height: 48px;
  margin-bottom: 5px;
  padding: 3px 15px;
  width: 100%;
}.contactForm textarea {
  font-family: "Open Sans",sans-serif;
  width: 100%;
  padding: 3px 15px;
  min-height: 100px;
  max-width: 100%;
  min-width: 100%;
}.contactForm .captchaWrapper {
  margin-top: 10px;
}.contactForm .captchaRefresh {
  vertical-align: middle;
}.contactForm .submitWrapper {
  text-align: center;
  margin-top: 30px;
}.contactForm .submitWrapper span.submit {
  background-color: #3a71b7;
  border: 1px solid #ddd;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
  cursor: pointer;
  display: block;
  font-size: inherit;
  font-weight: bold;
  line-height: 48px;
  padding: 0;
  font-family: "Neuton",serif;
  color: #FFFFFF;
  font-size: 20px;
}.contactForm .submitWrapper span.submit:hover {
  background-color: #757575;
}.emailConfirmation {
  margin: 0 auto;
}.emailConfirmation h1 {
  color: #00CC00;
}p.contact-title {
  font-family: "Calibri", sans-serif;
  color: #151515;
  font-size: inherit;
  margin: 15px 0;
}.fc-header-left, .fc-header-center, .fc-header-right {
  clear: both;
  display: block;
  width: 100%;
  text-align: center;
}#preloader {
  background: none repeat scroll 0 0 #fff;
  display: block;
  padding: 20% 0 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 999999;
  top: 0;
}.slick-background-wrapper {
  left: 0;
  position: fixed;
  top: 0;
  z-index: -1;
  width: 101% !important;
  overflow: hidden;
}.rhino-btn {
  background:url(images/rhinoslider-sprite.png) 0 0 no-repeat;
  z-index:10;
  width:56px;
  height:53px;
  display:block;
  text-indent:-999%;
  -webkit-user-select:none;
  -moz-user-select:none;
  user-select:none;
}.rhino-prev, .rhino-next { bottom:-4px; }
.rhino-prev {
  left:-6px;
  background-position:-168px 0;
}.rhino-next {
  right:-6px;
  background-position:-106px 0;
}.rhino-prev:hover { background-position:-168px -53px; }
.rhino-next:hover { background-position:-106px -53px; }
.rhino-toggle {
  top:-4px;
  left:-6px;
}.rhino-play { background-position:0 0; }
.rhino-play:hover { background-position:0 -53px; }
.rhino-pause { background-position:-56px 0; }
.rhino-pause:hover { background-position:-56px -53px; }
.rhino-container { position:relative; }
.rhino-caption {
  position:absolute;
  background: #000;
  display:none;
  left:0;
  right:0;
  top:0;
  color:#fff;
  padding:10px;
  text-align:right;
  -webkit-user-select:none;
  -moz-user-select:none;
  user-select:none;
}.rhino-bullets {
  position: absolute;
  bottom: -3px;
  left: 50%;
  margin:0 0 0 -50px;
  z-index: 10;
  background: #fff;
  padding:0;
}.rhino-bullets:before, .rhino-bullets:after {
  position:absolute;
  display:block;
  left:-16px;
  content:" ";
  width:16px;
  height:26px;
  background:url(images/rhinoslider-sprite.png) -224px 0 no-repeat;
}.rhino-bullets:after {
  left:auto;
  right:-16px;
  background-position: -240px 0;
}.rhino-bullets li {
  float:left;
  display:inline;
  margin:0 2px;
}.rhino-bullets li a.rhino-bullet {
  display: block;
  width: 16px;
  height: 29px;
  cursor: pointer;
  background: white;
  font-size: 10px;
  text-align: center;
  padding: 6px 0 5px 0;
  color: #333;
  text-decoration:none;
  -webkit-user-select:none;
  -moz-user-select:none;
  user-select:none;
}.rhino-bullets li a.rhino-bullet:hover, .rhino-bullets li a.rhino-bullet:focus {
  color:#000;
  background:#eee;
}.rhino-bullets li a.rhino-bullet.rhino-active-bullet {
  color:#fff;
  background:#757575;
}ul[id*="slider-"] {
  max-width: 100%;
  width:1000px;
  margin: 0;
  overflow: hidden;
}ul[id*="slider-"] li {
  list-style:none;
  text-align: center;
}ul[id*="slider-"] article {
  position: absolute;
  z-index: 1000;
  float: left;
  height: 400px;
  overflow: hidden;
  padding: 5% 0 0 10%;
}ul[id*="slider-"] article h1 {
  color: #323232;
}ul[id*="slider-"] article p {
  color: #fff;
}ul[id*="slider-"] p {
  padding: 0;
  margin: 0;
}.spinner {
  margin: 100px auto;
  width: 50px;
  height: 30px;
  text-align: center;
  font-size: 10px;
}.spinner > div {
  background-color: #444;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
  animation: stretchdelay 1.2s infinite ease-in-out;
}.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}@-webkit-keyframes stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }
  20% { -webkit-transform: scaleY(1.0) }
}@keyframes stretchdelay {
  0%, 40%, 100% {
  transform: scaleY(0.4);
  -webkit-transform: scaleY(0.4);
  }  20% {
  transform: scaleY(1.0);
  -webkit-transform: scaleY(1.0);
  }
}
.top-bar.expanded {
  background-color: transparent;
  height: auto !important;
}

.top-bar.expandedTwo {
  background-color: transparent;
  height: auto !important;
}.covid-text {
  font-size: 22px;
  padding-top: 10px;
  font-weight: normal;
  color: #fff;
  text-shadow: 1px 2px 7px rgba(0, 0, 0, 0.35);
  line-height: 1.2em;
}

.styleCovid{
    background: #618dc5;
    border-radius: 10px;
    border: 2px solid #6b4b1e;
}

.darkBlackText{
    color:#183860;
    font-weight: 600;
}
.white-text, 
.white-text:hover {
    color: #ffffff;
    font-weight: normal;
}

/* START of custom CSS */
.stickyMobileNav{
    position: fixed;
    z-index: 1999;
    top: 0%;
}.big-text {
    font-size: 25px;
    color: #3a71b7;
}
/* END of custom CSS */
@media only screen and (max-width: 1680px){
  .top-bar-section li:not(.has-form) a:not(.button){
    font-size: 12px;
    padding: 0px 10px;
  }.top-bar-section li.active:not(.has-form) a:not(.button), .top-bar-section li.active:not(.has-form) a:hover:not(.button), .top-bar-section li:not(.has-form) a:hover:not(.button), .top-bar-section ul li:not(.active):hover > a{
    padding: 0 10px;
  }.covid-text{
    font-size: 20px;
  }
}
@media screen and (max-width: 1440px){
.top-bar-section li:not(.has-form) a:not(.button) {
    font-size: 10px;
    padding: 0px 5px;
}.top-bar-section li.active:not(.has-form) a:not(.button), .top-bar-section li.active:not(.has-form) a:hover:not(.button), .top-bar-section li:not(.has-form) a:hover:not(.button), .top-bar-section ul li:not(.active):hover > a{
    padding: 0 5px;
  }.covid-text{
    font-size: 20px;
  }.big-text{
    font-size: 20px;
  }
}
@media screen and (max-width:46.000em){
.mobileStyleHeader {
    padding-top: 20%;
}
  .top-bar {
    height: 45px;
  }
  .top-bar-section ul {
    display: block;
    margin: 0 auto;
  }
  .top-bar-section ul li {
    float: none;
    text-align: center;
  }
  .top-bar .toggle-topbar {
    display: block;
  }
  .top-bar .title-area {
    clear: both;
    float: left;
    width: 100%;

  }
}
@media only screen and (max-width: 1024px){
  .top-bar {
    height: 45px;
}.custom-slider {
    padding-bottom: 0;
}.covid-text {
    line-height: 1.5em;
}.big-text {
    font-size: 18px;
}
}
@media screen and (max-width: 769px) and (orientation: portrait) {
.mobileStyleHeader {
    padding-top: 10px;
}
.top-bar-section .has-dropdown.moved>.dropdown {
    top: 50px;
}
  .contact-map {
    width: 100%!important;
  }
.audio-h1 {
  color: #000;
  font-size: 0.8em;
  font-weight: bold;
  padding-left: 5%;
  padding-top: 5%;
  position: absolute;
}

.audio-recording {
  padding-left: 10%;
  padding-top: 20%;
  position: absolute;
}

.mobile-slider-home {
  height: 32%!important;
}

.custom-slider {
    padding-bottom: 0;
}

.pushup-row {
    margin-top: 0em!important;
}

.custom-midbar {
  margin-top: 0px;
}
.top-company-services {
    color: #628dc2;
    font-family: Muli !important;
    font-weight: bold;
    text-align: center;
    font-size: 14px;
}

.header-logo {
   margin-bottom: 1em;
   width: 100%;
    height: auto;
}

.header-phone-links  {
   font-size: 12px;
   font-weight: 400;
}

img {
  display: inline-block;
  height: 88%;
  vertical-align: middle;
}

.entry-title {
  margin-top: 10px;
  color: #fff;
  background-color: #3A71B7;
  border-radius: 8px;
  font-size: 21px;
  margin: 0 0 10px;
  padding: 10px 0 10px 20px;
}

.slider-wrapper .rhino-container ul, .slider-wrapper .rhino-container ul li.rhino-item {
  background-color: #ffffff;
  border-bottom: 5px solid #ffffff;
  border-top: 2px solid #ffffff;
  box-shadow: 0 0 5px #000000;
  height: 11em !important;
  margin: 0 auto;
}

.top-bar .toggle-topbar.menu-icon a {
  color: #fff;
  line-height: 33px;
}

.top-bar-section .dropdown li:not(.has-form) a:not(.button) {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #fff;
  padding: 0;
}

#contact {
  clear: both;
  color: #ffffff;
  padding-top: 5px;
  text-align: right;
  margin-right: 3em;
}
  .navigation-wrapper {
    height: auto;
  }.header-company-title a {
    text-align: center;
  }.home-logo {
    padding: 70px 0;
  }.slider-wrapper{

    height: 50%;
  }.slider-wrapper .rhino-container ul, .slider-wrapper .rhino-container ul li.rhino-item {
    width: 100% !important;
  }.top-bar-section .has-dropdown > a:after {
    visibility: hidden;
  }
}

/* iphone 6+ landscape */
@media only screen and (max-height: 415px) and (max-width: 737px) and (orientation: landscape) {
.mobileStyleHeader {
    padding-top: 20%;
}
.top-bar-section .has-dropdown.moved>.dropdown {
    top: 50px;
}
.contact-map {
  width: 100%!important;
}

.audio-h1 {
  color: #000;
  font-size: 1.5em;
  padding-left: 5%;
  padding-top: 5%;
  position: absolute;
}

.audio-recording {
  padding-left: 10%;
  padding-top: 14%;
  position: absolute;
}
.top-bar-section .has-dropdown > a:after {
    visibility: hidden;
  }

.custom-slider {
    padding-bottom: 7em;
}
.slider-wrapper .rhino-container ul, .slider-wrapper .rhino-container ul li.rhino-item {
  height: 230px !important;
}

.play {
width:50px;
}
.pause {
width:50px;
}
.stop {
width:50px;
}

ul[id*="slider-"] article h1 {
    font-size: 1em;
    font-weight: bold;
    width: 100%;
   }

.blue-background-pushup {
   margin-top: -23em!important;
}

.top-bar.expanded .title-area {
    background: #3A71B7;
}

.entry-title {

    background-color: #3A71B7;
    font-size: 21px;
    margin: 0 0 10px;
    padding: 0 0 10px 20px;
    text-align: center;
    padding: 5px;
}

}

/* iPhone 5 and below landscape */
@media only screen and (max-height: 320px) and (max-width: 480px) and (orientation: landscape) {
.mobileStyleHeader {
    padding-top: 20%;
}
.top-bar-section .has-dropdown.moved>.dropdown {
    top: 50px;
}
  .contact-map {

  }

.slider-wrapper .rhino-container ul, .slider-wrapper .rhino-container ul li.rhino-item {
    height: 180px !important;
}

ul[id*="slider-"] article h1 {
 font-size: 1em;
}

.play {
  width:40px;
}

.pause {
  width:40px;
}

.stop {
  width:40px;
}

}



/* iPhone 5 and below*/
@media only screen and (max-height: 320px) and (max-width: 568px) and (orientation: landscape) {
.mobileStyleHeader {
    padding-top: 20%;
}
.top-bar-section .has-dropdown.moved>.dropdown {
    top: 50px;
}
.slider-wrapper .rhino-container ul, .slider-wrapper .rhino-container ul li.rhino-item {
  height: 190px !important;
}

.contact-slider {
   height: 66%!important;
}

.internal-page-banner {
padding-left: 0;
}

}



/* iPhone 6 Portrait */
@media only screen and (max-width: 667px) and (orientation: portrait) {
.mobileStyleHeader {
    padding-top: 20%;
}
.top-bar-section .has-dropdown.moved>.dropdown {
    top: 50px;
}
  .internal-page-banner {
  padding-left: 0;
}

.contact-slider {
  height:50%!important;
border-top: 6px solid #3A71B7;
}

.slider-wrapper  {
  height: 35%;

}

.pushup-row {
    margin-top: 0em!important;
}

/*.rhino-container {
    position: relative;
    margin-top: 4em;
}*/

.custom-midbar {
  margin-top: 0px;
}

.blue-background-pushup {
    margin-top: -10em!important;
}

/*.audio-recording {
     width: 40%;
}*/

.play {
  width:30px;
}
.pause{
  width:30px;
}

.stop {
  width: 30px;
}

/*.audio-h1 {
    font-size: 1em;
    margin-top: -2em;
    font-weight: bold;
    width: 40%;
}*/
.covid-text{
  font-size: 13px;
}

  .page-tagline h1,
  .home-tagline h1,
  .guarantee h1 {
    font-size: 20px;
    line-height: 1.5em;
    margin: 0 0 10px;
  }.specialize .button {
    font-size: 20px;
    line-height: 1.8;
    margin: 0;
    padding: 0 15px;
  }
  .content-wrapper h1,
  .content-wrapper h2,
  .content-wrapper h3,
  .content-wrapper h4 {
    font-size: 20px;
    text-align: center;
  }.quotations:before, .quotations:after {
    display: none;
  }.home-logo, .default-logo {
    max-width: 100px;
    padding: 50px 0;
  }
  .slider-wrapper .rhino-container ul,
  .slider-wrapper .rhino-container ul li.rhino-item {

  }.header-company-title a {
    font-size: 17px;
  }.top-bar {
    height: 40px;
  }.top-bar.expanded .title-area {
    background: none;
  }.top-bar.expanded .toggle-topbar a {
    color: #FFFFFF;
  }.top-bar .top-bar-section ul li a {
    border-bottom: none !important;
  }.top-bar-section .has-dropdown > a:after {
    visibility: visible;
  }.top-bar-section li:not(.has-form) a:not(.button) {
    line-height: 20px;
    padding: 11px;
    font-size: 12px;
  }.top-bar-section .dropdown li:not(.has-form) a:not(.button) {
    background: none;
    color: #fff;
                padding: 0px;
  }
  .top-bar-section li.active:not(.has-form) a:not(.button),
  .top-bar-section li.active:not(.has-form) a:hover:not(.button),
  .top-bar-section li:not(.has-form) a:hover:not(.button),
  .top-bar-section ul li:hover:not(.active) > a {
    line-height: 20px;
    padding: 11px;

  }.contact-left-position {
    margin: 40px 0;
  }

.guarantee p {
    color: #555555;
    font-size: .8em;
}
.custom-slider {
padding-bottom: 0px;
}

#contact {
    clear: both;
    color: #ffffff;
    padding-top: 5px;

}.big-text {
    font-size: 15px;
}

}


/*  iPhone  5 Portrait*/
@media only screen and (max-width:320px) and (min-height: 568px) and (orientation: portrait) {
.mobileStyleHeader {
    padding-top: 20%;
}
.top-bar-section .has-dropdown.moved>.dropdown {
    top: 50px;
}
    .slider-wrapper  {
  height: 35%;
}
.mobile-slider-home {
    height: 34%!important;
}
}

/* iPhone 4 Portrait*/
@media only screen and (max-width:320px) and (max-height: 480px) and (orientation: portrait) {
.mobileStyleHeader {
    padding-top: 20%;
}
.top-bar-section .has-dropdown.moved>.dropdown {
    top: 50px;
}
    .slider-wrapper  {
  height: 43%;
}
.mobile-slider-home {
    height: 40%!important;
}

}



