/*
.sf-snow-flake {
   position: fixed;
   top: -20px;
   z-index: 99999;
}
.sf-snow-anim {
   top: 110%;
}
*/
body {
   width: 980px;
   padding: 0;
   margin: 0 auto;
   background-color: #dff2f0;
}

p, h1, h2, h3, h4, h5, li, dt, dd {
   font-family: 'Open Sans', Arial, Helvetica, sans-serif;
   background: transparent;
}
a, a:visited {
   text-decoration: none;
}
.left {
   float: left;
}
.right {
   float: right;
}
hr {
   height: 1px; color: #ddd; background-color: #ddd; border: 0;
}

#logobar_outer {
   width: 100%;
   background-color: #00a99d;
   z-index: 900;
}
#logobar {
   display: block;
   vertical-align: top;
   position: relative;
   width: 100%;
   max-width: 1200px;
   margin: 0 auto;
}
#logobar .logo {
   margin: 18px 0 18px 20px;
}
#logobar p {
   position: absolute;
   right: 25px; top: 22px;
   text-align: right;
   font-size: 130%;
   line-height: 140%;
   color: #fff;
   margin: 0; padding: 0;
}
#logobar a, #logobar a:visited {
   color: #fff;
   text-decoration: none;
}
#logobar a:hover {
   color: #bbe1dd;
   text-decoration: underline;
}
#logobar #socialmedia {
   position: absolute;
   right: 20px; top: 115px;
}
#logobar #socialmedia img {
   margin: 5px;
   width: 100%;
   height: auto;
   max-width: 40px;
}

#logobar_min_outer {
   display: none;
   width: 100%;
}
#logobar_min {
   display: block;
   vertical-align: top;
   width: 100%;
   max-width: 1200px;
   margin: 0 auto;
   text-align: center;
   background-color: #00a99d;
}
#logobar_min .logo {
   width: 96%;
   height: auto;
   max-width: 350px;
   margin: 15px 0;
}

#page_wrapper {
   display: block;
   vertical-align: top;
   width: 100%;
   margin: 0 auto;
}

#topbar {
   z-index: 900;
   display: inline-block;
   vertical-align: top;
   position: relative;
   width: 100%;
}

#topnav_wrapper,
#topnav_wrapper_static {
   display: inline-block;
   vertical-align: top;
   width: 100%;
   background-color: #187069;
   border-top: 0 solid #fff;
   text-align: center;
}
#topnav_wrapper_static {
   display: none;
   z-index: 800;
   position: fixed;
   top: 0; left 0;
}

#topnav_outer {
   display: inline-block;
   vertical-align: top;
   width: 100%;
   max-width: 1200px;
   margin: 0 auto; padding: 0;
}
#topnav {
   display: block;
   list-style: none;
   padding: 0;
   margin: 0;
}
#topnav ul {
   list-style: none;
   padding: 0;
   margin: 0;
}
#topnav > li {
   float: left;
   text-align: left;
}
#topnav ul > li {
   text-align: left;
}
#topnav a {
   display: block;
   background-color: #187069;
   color: #fff;
   font-size: 100%;
   text-decoration: none;
   padding: 18px 14px;
}
#topnav > li > ul a {
   padding: 10px 15px;
}
#topnav a:hover {
   color: #fff;
   background-color: #00a99d;
}
#topnav .selected {
   color: #fff;
   background-color: #00a99d;
}
#topnav > li > ul {
   position: absolute;
   display: none;
   padding: 0;
   z-index: 10;
}
#topnav > li:hover > ul {
   display: block;
   z-index: 100;
   padding-top: 1px;
}
#topnav .home a, #topnav .home a:visited, #topnav .home a:hover {
   background-image: url("/images/home-icon.png");
   background-repeat: no-repeat;
   background-position: left center;
   padding-left: 75px;
}

#topnav_min_wrapper {
   display: none;
   vertical-align: top;
   width: 100%;
   background-color: #00a99d;
}
#topnav_min_outer {
   display: block;
   vertical-align: top;
   text-align: center;
   width: 100%;
   margin: 0;
   padding: 0;
}
#topnav_min {
   display: block;
   list-style: none;
   padding: 0;
   margin: 0;
}
#topnav_min ul {
   list-style: none;
   padding: 0;
   margin: 0;
}
#topnav_min > li {
   width: 100%;
   text-align: center;
}
#topnav_min ul > li {
   text-align: center;
}
#topnav_min a {
   display: block;
   background-color: #187069;
   color: #fff;
   font-size: 105%;
   text-decoration: none;
   padding: 10px 10px 0 10px;
   height: 34px;
}
#topnav_min a:hover,
#topnav_min .selected {
   color: #fff;
   background-color: #00a99d;
}
#topnav_min > li > ul {
   position: absolute;
   display: none;
   width: 100%;
   left: 0;
   padding: 0;
   z-index: 10;
}
#topnav_min > li > ul a {
   height: auto;
   padding: 6px 0 6px 0;
   background-color: #187069;
}
#topnav_min > li:hover > ul {
   display: block;
   z-index: 100;
}
#topnav_min .menu {
   background-image: url("/images/menu.png");
   background-repeat: no-repeat;
   background-position: right center;
   padding-right: 25px;
}

#body {
   display: block;
   vertical-align: top;
   width: 100%;
   max-width: 1200px;
   margin: 0 auto 0 auto;
}
#body_end {
   clear: both;
}

#ninja-slider-alt {
   display: inline;
   vertical-align: top;
}
#ninja-slider-alt img {
   width: 100%;
   height: auto;
}
#ninja-slider-wrapper {
   display: none;
}

#content {
   padding: 0;
   margin: 0;
   min-height: 200px;
   height: auto; !important
   height: 200px;
}
#content .box_outer_cqc_alt,
#content .box_outer_main {
   display: inline-block;
   vertical-align-top;
   background-color: #fff;
   width: 100%;
}
#content .box_outer_cqc_alt {
   display: none;
}
#content .box_outer_left {
   display: inline-block;
   vertical-align-top;
   background-color: #fff;
   width: 71%;
}
#content .box_outer_right {
   display: inline-block;
   vertical-align-top;
   background-color: #fff;
   width: 25%;
   float: right;
   clear: right;
   margin: 25px 2% 0 0;
}
#content .box {
   padding: 15px;
}
#content .box_outer_cqc_alt .box {
   padding: 0;
   margin: 5px 3% 20px 3%;
   text-align: center;
}
#content .box_title {
   display: block;
   vertical-align: top;
   font-size: 110%;
   color: #fff;
   background-color: #00a99d;
   margin: 0;
   padding: 5px 15px;
}
#content .box_outer_alt {
   display: none;
}
#content .box_news_events_home {
   display: block;
   padding-bottom: 20px;
}
#content .box_news_events_home h3 {
   margin-top: 0;
}
#content .box_news_events_spacer {
   display: none;
   width: 2%;
}
#content .box_news_home,
#content .box_events_home {
   display: block;
   border: 0 #00a99d solid;
   position: relative;
   width: 100%;
   padding-bottom: 55px;
}
#content .quotemark {
   color: #00a99d;
   font-weight: 600;
}
#content .news_home, #content .event_home {
   padding: 10px 15px;
}
#content .old_ie_only {
   display: inline;
}
#content .old_ie_only p {
   margin: 50px auto;
   text-align: center;
}
#content .not_old_ie {
   display: none;
}

#text_block1,
#text_block2 {
   width: 100%;
   height: 100%;
   display: table;
}
#text_block1 {
   background-color: #fff;
}
#text_block2 {
   background-color: #ecf7f6;
}
#text_block1 .tb_text,
#text_block2 .tb_text {
   display: table-cell;
   vertical-align: middle;
   text-align: left;
   padding: 25px 3% 20px 3%;
}
#content .box_outer_left > #text_block1 .tb_text,
#content .box_outer_left > #text_block2 .tb_text {
   padding: 25px 4.5% 20px 4.5%;
}
#text_block1 .tb_text h2,
#text_block2 .tb_text h2 {
   margin-top: 0;
   color: #187069;
}
#text_block1 .tb_img,
#text_block2 .tb_img {
   display: none;
   vertical-align: middle;
   text-align: center;
   width: 50%;
   background-repeat: no-repeat;
   background-position: center;
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;*/
   background-size: cover;
}

#team_member1,
#team_member2 {
   width: 100%;
   height: auto;
   display: table;
}
#team_member1 {
   background-color: #fff;
}
#team_member2 {
   background-color: #ecf7f6;
}
#team_member1 .tm_text,
#team_member2 .tm_text {
   display: table-cell;
   vertical-align: middle;
   text-align: left;
   padding: 10px 3% 20px 3%;
}
#team_member1 .tm_text h2,
#team_member2 .tm_text h2 {
   margin-top: 0;
   color: #187069;
}
#team_member1 .tm_img,
#team_member2 .tm_img {
   display: none;
   vertical-align: middle;
   text-align: center;
   background-color: #82d5cf;
   width: 30%;
   background-repeat: no-repeat;
   background-position: center;
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;*/
   background-size: cover;
}
#team_img_alt {
   display: none;
}

#vacancy {
   margin: 0 30px 30px 30px;
}

#content .icon_link a, #content .icon_link a:visited {
   display: block;
   margin: 8px 0; padding: 5px 10px 5px 52px;
   color: #fff;
   background-color: #187069;
   text-decoration: none;
   background-image: url("/images/bird.png");
    /*background-image: url("/images/robin.png");*/
   background-repeat: no-repeat;
   background-position: left center;
}
#content .icon_link a:hover {
   color: #fff;
   background-color: #00a99d;
   text-decoration: none;
}
#content .box_news_events_home .icon_link a, #content .box_news_events_home .icon_link a:visited {
   margin: 0;
   position: absolute;
   left: 15px; bottom: 15px;
}
#content p {
   color: #555;
   font-size: 110%;
   line-height: 180%;
   margin-top: 0;
   margin-bottom: 7px;
}
#content .small {
   font-size: 90%;
}
#content a, #content a:visited {
   color: #555;
   text-decoration: underline;
}
#content a:hover {
   color: #00a99d;
   text-decoration: none;
}
#content h1 {
   color: #fff;
   background-color: #00a99d;
   font-size: 160%;
   font-weight: normal;
   text-align: center;
   margin: 0;
   padding: 12px 5px;
}
#content h2 {
   color: #187069;
   font-size: 125%;
   font-weight: 600;
   margin: 15px 0 10px 0;
}
#content h2 a, #content h2 a:visited {
   color: #187069;
}
#content h3 {
   color: #00a99d;
   font-size: 115%;
   font-weight: bold;
   margin-top: 15px;
   margin-bottom: 10px;
}
#content ul {
   margin-top: 0;
   margin-bottom: 10px;
   list-style: square;
}
#content ol {
   margin-top: 0;
   margin-bottom: 10px;
   margin-left: 20px;
}
#content li {
   color: #555;
   font-size: 110%;
   line-height: 180%;
   margin: 7px;
}
#content .navbar {
   list-style: none;
   padding: 0;
   margin: 0;
   text-align: center;
   padding: 5px 0;
}
#content .navbar li {
   padding: 0; margin: 0; display: inline-block;
}
#content .navbar a, #content .navbar a:visited, #content .navbar .selected {
   display: inline-block;
   vertical-align: top;
   color: #fff;
   text-decoration: none;
   padding: 6px 8px; margin: 5px 3px;
   background-color: #187069;
}
#content .navbar a:hover, #content .navbar .selected {
   background-color: #00a99d;
}
#content .awards {
   text-align: center;
   padding-bottom: 15px;
}
#content .awards img {
   margin: 1%;
   width: 98%;
   height: auto;
}
#content .newsentry {
   display: inline-block;
   vertical-align: top;
   position: relative;
   width: 98%;
   max-width: 340px;
   height: 400px;
   margin: 1%;
   text-align: left;
   font-weight: 600;
   background-color: #00a99d;
   background-repeat: no-repeat;
   background-position: center top;
}
#content .newsentry {
   height: 430px;
}
#content .newsentry:hover {
   background-color: #187069;
}
#content .newsentry .placeholder {
   width: 100%;
   height: auto;
}
#content .newstitle {
   color: #fff;
   font-weight: 400;
   font-size: 95%;
   line-height: 150%;
   position: absolute;
   height: 65px;
   top: 330px; left: 0;
   padding: 5px 15px 0 15px;
}
#content .newsdate {
   font-size: 80%;
}
#content .news_enlargement {
   width: 100%; height: auto;
   display: block; vertical-align: top;
   margin: 0 auto;
   padding: 5px 0 20px 0;
}
#content .testimonial {
   padding: 0 0 20px 0;
}
#content .testimonial p {
   text-align: center;
   margin: 0 0 5px 0; padding: 0;
}
#content .testimonial_author {
   color: #00a99d;
   margin: 0;
}
#content .event_enlargement {
   width: 100%; height: auto;
   display: block; vertical-align: top;
   margin: 0 auto;
   padding: 5px 0 20px 0;
}
#content .carehome_reviews {
   display: block;
   vertical-align: top;
   margin: 15px auto 30px auto;
   max-width: 700px;
}

#calendar {
   align: center;
   width: 100%;
   overflow-x: auto;
   margin: 20px auto;
}
#calendar .calendar_table {
   margin: 0 auto;
   border-left: 1px #59c7bf solid;
   border-top: 1px #59c7bf solid;
   min-width: 700px;
}
#calendar .calendar_table th {
   width: 12%;
   padding: 2px 2px;
   font-weight: 600;
   background-color: #00a99d;
   border-right: 1px #59c7bf solid;
   border-bottom: 1px #59c7bf solid;
}
#calendar .calendar_table th p {
   font-size: 100%;
   color: #fff;
   margin: 0; padding: 0;
}
#calendar .calendar_table th a {
   color: #fff;
}
#calendar .calendar_table td {
   width: 12%;
   height: 100px;
   border-right: 1px #59c7bf solid;
   border-bottom: 1px #59c7bf solid;
}
#calendar .calendar_table td h2 {
   font-family: 'Open Sans', Arial, Helvetica, sans-serif;
   font-size: 95%;
   background-color: #00a99d;
   margin: 0 0 5px 0;
   padding: 1px 2px 3px 2px;
   color: #fff;
   font-weight: 600;
   text-align: center;
}
#calendar .calendar_table td p {
   font-size: 90%;
   line-height: 150%;
   text-align: center;
   margin: 4px; padding: 0;
}
#calendar .calendar_table a, #calendar .calendar_table a:visited {
   display: block;
   vertical-align: top;
   background-color: #187069;
   color: #fff;
   font-weight: normal;
   text-decoration: none;
   padding: 4px 4px;
   margin: 4px 0;
}
#calendar .calendar_table a:hover {
   text-decoration: none;
   background-color: #3a857f;
   color: #fff;
}
#calendar .calendar_past_event {
   display: block;
   vertical-align: top;
   background-color: #ccc;
   color: #fff;
   font-weight: normal;
   text-decoration: none;
   padding: 4px 4px;
   margin: 4px 0;
}
#calendar .calendar_table .calendar_prev_next {
   display: inline-block;
   padding: 3px 4px;
   margin: 3px 0;
}
#calendar .calendar_no_button {
   display: inline-block;
   background-color: #ddd;
   color: #bbb;
   font-weight: normal;
   padding: 3px 4px;
   margin: 3px 0;
}
#calendar .calendar_month {
   display: inline-block;
   vertical-align: top;
   padding: 6px 15px;
}
#calendar .calendar_padding {
   background-color: #fff;
}
#testimonial_slider_outer {
   display: none;
   vertical-align: top;
   width: 100%;
   background-color: #187069;
}
#testimonial_slider_table {
   display: table;
   width: 100%;
   max-width: 1160px;
   margin: 0 auto;
}
#testimonial_slider_table_cell {
   display: table-cell;
   vertical-align: middle;
   height: 155px;
}
#testimonial_slider {
   display: inline-block;
   position: relative;
   width: 100%;
}
#testimonial_slider .ts_testimonial {
   display: none;
   padding: 10px 50px;
   text-align: center;
}
#testimonial_slider .ts_testimonial h2 {
   font-size: 120%;
   text-align: center;
   color: #bbe1dd;
   margin: 0 0 7px 0; padding: 0;
}
#testimonial_slider .ts_testimonial p {
   text-align: center;
   color: #fff;
   margin: 0 0 5px 0; padding: 0;
}
#testimonial_slider .ts_prev, #testimonial_slider .ts_next {
   cursor: pointer;
   position: absolute;
   top: 50%;
   width: auto;
   margin-top: -26px;
   padding: 10px;
   color: #00a99d;
   font-weight: bold;
   font-size: 20px;
   border-radius: 5px;
   user-select: none;
   text-decoration: none;
}
#testimonial_slider .ts_prev {
   left: 5px;
}
#testimonial_slider .ts_next {
   right: 5px;
}
#testimonial_slider .ts_more {
   text-align: center;
   font-size: 100%;
   margin: 3px 0;
}
#testimonial_slider .ts_more a, #testimonial_slider .ts_more a:visited {
   padding: 3px 10px;
   color: #00a99d;
   border-radius: 5px;
   user-select: none;
   text-decoration: none;
}
#testimonial_slider .ts_prev:hover, #testimonial_slider .ts_next:hover, #testimonial_slider .ts_more a:hover {
   background-color: #00a99d;
   color: white;
}
#testimonial_slider .ts_testimonial_author {
   color: #bbe1dd !important;
   margin: 0;
}

#GoogleMap {
   width: 100%;
   height: 350px;
   margin: 25px 0 25px 0;
   display: none;
}

#bottombar_outer {
   display: none;
   vertical-align: top;
   background-color: #00a99d;
   width: 100%;
   border-bottom: 5px solid #fff;
}
#bottombar {
   display: block;
   vertical-align: top;
   width: 100%;
   max-width: 1200px;
   min-height: 275px;
   margin: 0 auto;
   padding: 30px 0 20px 0;
   text-align: center;
   background-image: url("/images/bird-table-2.png");
   /*background-image: url("/images/bird-table-xmas.png");*/
   background-repeat: no-repeat;
   background-position: center bottom;
}
#bottombar .cqc_widget {
   display: inline-block;
   vertical-align: top;
   float: left;
   margin: 17px 0 0 20px;
   padding: 0;
}
#bottombar .contact,
#bottombar .carehome_recommended {
   display: inline-block;
   vertical-align: top;
   float: right; clear: right;
   margin-right: 20px;
}
#bottombar .carehome_recommended {
   margin-top: 15px;
}
#bottombar p {
   color: #fff;
   font-size: 100%;
   line-height: 175%;
   margin: 0 0 15px 0;
   padding: 0;
   text-align: left;
}
#bottombar .contact p {
   line-height: 150%;
   margin: 0 0 3px 0;
   text-align: right;
}
#bottombar h2 {
   font-size: 130%;
   font-weight: 600;
   color: #bbe1dd;
   margin: 0 0 3px 0;
   padding: 0;
   text-align: left;
}
#bottombar .contact h2 {
   text-align: right;
}
#bottombar a, #bottombar a:visited {
   color: #fff;
   text-decoration: none;
}
#bottombar a:hover {
   color: #bbe1dd;
   text-decoration: underline;
}
#bottombar #socialmedia {
   display: none;
}
#bottombar #socialmedia img {
   margin: 0 5px 20px 5px;
}

#footer_outer {
   display: inline-block;
   vertical-align: top;
   background-color: #00a99d;
   width: 100%;
}
#footer {
   display: block;
   vertical-align: top;
   width: 98%;
   max-width: 1200px;
   margin: 0 auto;
   padding: 20px 0;
}
#footer p {
   font-size: 96%;
   line-height: 150%;
   color: #fff;
   margin: 0; padding: 0;
   text-align: center;
}
#footer a, #footer a:visited {
   color: #fff;
   text-decoration: none;
}
#footer a:hover {
   color: #d9f2f0;
   text-decoration: underline;
}

#form_r {
   display: inline-block;
   vertical-align: top;
   padding: 5px 15px 15px 15px;
   width: 370px;
   border: 5px solid #ddd;
   border-radius: 5px;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   margin: 15px 4px;
}
#form_r h2 {
   background-color: #00a99d;
   color: #fff;
   margin: 15px 0 0 0;
   padding: 3px 0;
   font-size: 130%;
   font-weight: normal;
}
#form_r .toph2 {
   margin: 10px 0 0 0;
}
#form_r .info {
   text-align: left;
}
#form_r .text_field,
#form_r .text_area {
   font-size: 100%;
   width: 362px;
   padding: 2px;
   margin: 2px 0;
   border: 2px #ddd solid;
}
#form_r .text_field_non_r {
   font-size: 100%;
   padding: 2px;
   margin: 2px 0;
   border: 2px #ddd solid;
}
#form_r .select_field {
   font-size: 100%;
   width: 370px;
   padding: 2px;
   border: 2px #ddd solid;
}
#form_r .text_area {
   height: 100px;
}
#form_r .label {
   font-weight: bold;
   color: #555;
   text-align: left;
   margin: 8px 0 2px 2px;
}
#form_r .button {
   font-family: 'Open Sans', Arial, Helvetica, sans-serif;
   font-size: 120%;
   color: #fff;
   background-color: #00a99d;
   margin-top: 15px;
   padding: 12px 6px;
   border: 0;
   border-radius: 7px;
   -moz-border-radius: 7px;
   -webkit-border-radius: 7px;
   width: 100%;
}
#form_r .button:hover {
   color: #00a99d;
   background-color: #187069;
}
#form_r .checkbox_label {
   text-align: left;
   font-size: 100%;
   line-height: 115%;
   margin: 8px 0 2px 40px;
}
#form_r .checkbox_outer {
   display: inline-block;
   float: left;
   padding: 3px 6px;
}
#content .page_message {
   color: #f00;
   font-size: 110%;
   margin: 0;
   padding: 10px 0;
}
#content .field_message {
   color: #f00;
   text-align: left;
   margin: 0;
   padding: 0;
}

@media (min-width: 10px) {
   body {
      width: 100%;
   }
   #topnav_wrapper_static {
      display: inline-block;
   }
   #topnav a {
      font-size: 120%;
      padding: 18px 18px;
   }
   #ninja-slider-alt {
      display: none;
   }
   #ninja-slider-wrapper {
      display: inline;
   }
   #text_block1 .tb_img,
   #text_block2 .tb_img,
   #team_member1 .tm_img,
   #team_member2 .tm_img {
      display: table-cell;
   }
   #team_member1,
   #team_member2 {
      height: 300px;
   }
   #content .old_ie_only {
      display: none;
   }
   #content .not_old_ie {
      display: inline;
   }
   #content .box_news_events_spacer {
      display: table-cell;
   }
   #content .box_news_home {
      display: table-cell;
      border: 5px #00a99d solid;
      width: 60%;
   }
   #content .box_events_home {
      display: table-cell;
      border: 5px #00a99d solid;
      width: 34%;
   }
   #GoogleMap {
      display: block;
   }
   #testimonial_slider_outer {
      display: block;
   }
   #bottombar_outer {
      display: inline-block;
   }
}
@media (max-width: 1250px) {
  #topnav a {
     padding: 18px 12px;
  }
  #testimonial_slider_table_cell {
     border: 0 solid #00a99d;
     border-radius: 0;
  }
}
@media (max-width: 1120px) {
   #topnav a {
      font-size: 100%;
     padding: 18px 11px;
   }
}
@media (max-width: 960px) {
   #topbar,
   #topnav_wrapper_static {
      display: none;
   }
   #logobar_min_outer {
      display: inline;
   }
   #topnav_min_wrapper {
      display: inline-block;
   }
   #content p {
      font-size: 100%;
      line-height: 160%;
   }
   #content li {
      font-size: 100%;
      line-height: 160%;
   }
   #content .box_outer_left {
      width: 100%;
   }
   #content .news_home,
   #content .event_home,
   #content .box_outer_left > #text_block1 .tb_text,
   #content .box_outer_left > #text_block2 .tb_text {
      padding: 25px 3% 20px 3%;
   }
   #content .box_outer_right {
      display: none;
   }
   #content .box_outer_cqc_alt {
      display: inline-block;
   }
   #content .box_outer_alt {
      width: 100%;
   }
   #bottombar #socialmedia {
      display: block;
   }
   #footer p {
      font-size: 80%;
   }
   #testimonial_slider_table_cell {
      height: 200px;
   }
   #team_member1,
   #team_member2 {
      height: auto;
      display: inline-block;
   }
   #team_member1 .tm_text,
   #team_member2 .tm_text {
      display: block;
   }
   #team_member1 .tm_img,
   #team_member2 .tm_img {
      display: none;
   }
   #team_img_alt {
      display: block;
      vertical-align: top;
      width: 100%;
      max-width: 200px;
      height: auto;
      float: left;
      margin: 15px 25px 15px 15px;
   }
   #text_block1 {
      width: 100%;
      height: auto;
      display: inline-block;
   }
   #text_block1 .tb_text {
      display: block;
   }
   #text_block1 .tb_img {
      display: block;
      width: 100%;
      height: 450px;
   }
   #text_block2 .tb_img {
      display: none;
   }
  #content .box_outer_alt {
       display: block;
      border: 0 #00a99d solid;
      width: 100%;
  }
}
@media (max-width: 600px) {
   #bottombar {
      background-image: none;
   }
   #bottombar .cqc_widget {
      float: none;
      margin: 5px 0 0 0;
   }
   #bottombar .carehome_recommended {
      display: block;
      vertical-align: top;
      float: none;
      margin: 20px auto 0 auto;
   }
   #bottombar .contact {
      display: none;
   }
   #testimonial_slider_table_cell {
      height: 250px;
   }
   #team_member1 .tm_text h2,
   #team_member2 .tm_text h2 {
      text-align: center;
   }
   #team_img_alt {
      float: none;
      margin: 15px auto 5px auto;
   }
   #content .box_news_events_home {
      display: block;
      padding-bottom: 20px;
   }
   #content .box_news_events_spacer {
      display: none;
   }
   #content .box_news_home,
   #content .box_events_home {
      display: block;
      border: 0 #00a99d solid;
      width: 100%;
   }
}
@media (max-width: 450px) {
   #form_r {
      width: 98%;
      border: 0;
      border-radius: 0;
      -moz-border-radius: 0;
      -webkit-border-radius: 0;
      padding: 5px 0 20px 0;
      margin: 15px 0;
   }
   #form_r .text_field,
   #form_r .select_field,
   #form_r .text_area {
      width: 100%;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
   }
}

