/* MIX INS
--------------------------------------------------------------------- */

.box-sizing {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.text-size-adjust {
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
.vertical-align {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.clearfix:after {
  content: '';
  display: table;
  clear: both;
}
.ul-reset {
  margin: 0;
  padding: 0;
}
.ul-reset li {
  list-style: none;
}
/* DEFAULTS
------------------------------------------*/

body {
  background: #f2f3f4 url(images/body_bg.png) repeat-x top;
  padding: 0;
  margin: 0;
  min-width: 320px;
  font-family: Arial;
  font-size: 12px;
  color: #576365;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body #page {
  background: url(images/background_tree.png) no-repeat bottom;
}
body #page h1,
body #page h2 {
  font-size: 31px;
  color: #454f4f;
  font-weight: normal;
  margin-top: 26px;
  font-family: "myriadpro-light", arial;
}
body #page h1 {
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 10px;
}
body #page h3 {
  font-size: 28px;
  color: #cb043b;
  font-weight: normal;
  font-family: "myriadpro-light", arial;
}
body #page .no_top_margin {
  margin-top: 0;
}
body #page p,
body #page ul {
  line-height: 1.5;
}
body #page a {
  color: #cb043b;
  text-decoration: none;
}
body #page img {
  border: none;
}
body #page select,
body #page input,
body #page textarea {
  font-family: Arial;
  font-size: 11px;
  color: #576365;
  border: 1px solid #d8d8d8;
  padding: 3px;
}
body #page .validation-summary-errors {
  color: Red;
}
body #page .validation-summary-errors ul {
  padding-left: 20px;
}
body #page .captcha_image {
  display: block;
  margin: 4px 0 0 214px;
}
body #page .captcha_image #-xcaptcha-image {
  border: 0;
  vertical-align: bottom;
  margin: 5px 5px 0 0px;
}
body #page .captcha_image #-xcaptcha-refresh {
  width: 27px;
  height: 20px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent url(images/refresh.png) no-repeat center top;
  text-indent: -1000em;
  cursor: pointer;
  /* hand-shaped cursor */

}
body #page #header_container .header-mobile-bar {
  display: none;
}
body #page #header_container #header {
  width: 990px;
  height: 107px;
  margin: auto;
  position: relative;
}
body #page #header_container #header #logo {
  position: absolute;
  left: 0;
  top: 21px;
  width: 250px;
  height: 62px;
  background: url(images/header_bg_logo.png) no-repeat 0 0;
  text-indent: -2000px;
  overflow: hidden;
}
body #page #header_container #header #logo h2 {
  border-bottom: none;
}
body #page #header_container #header #header_phone {
  position: absolute;
  right: 247px;
  top: 20px;
  font-size: 20px;
}
body #page #header_container #header #header_phone .icon {
  padding-right: 2px;
  color: #b6083c;
  font-size: 19px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
body #page #header_container #header #search {
  position: absolute;
  right: 0;
  top: 20px;
}
body #page #header_container #header #search .search-container {
  border: 1px solid #d3d9d8;
  border-radius: 4px;
}
body #page #header_container #header #search .search-container:after {
  content: '';
  display: table;
  clear: both;
}
body #page #header_container #header #search input {
  border: none;
  border-radius: 4px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  float: left;
  width: 156px;
  padding: 6px 5px 5px;
  background: white;
  color: #576365;
  font-size: 11px;
}
body #page #header_container #header #search a {
  border-radius: 4px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  background: white;
  display: block;
  float: left;
}
body #page #header_container #header #search a .icon {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-size: 13px;
  color: #b6083c;
  width: 33px;
  padding: 5px 0 6px 13px;
}
body #page #header_container #header #header_nav {
  position: absolute;
  right: 0;
  bottom: 21px;
}
body #page #header_container #header #header_nav ul {
  margin: 0;
  padding: 0;
}
body #page #header_container #header #header_nav ul li {
  list-style: none;
  float: left;
  border-right: 1px solid #bdc6c7;
  padding: 0 10px;
}
body #page #header_container #header #header_nav ul li a {
  text-transform: uppercase;
}
body #page #header_container #header #header_nav ul li a:hover {
  color: #454f4f;
}
body #page #header_container #header #header_nav ul li.last {
  border-right: none;
  padding-right: 0;
}
body #page #header_container #banner {
  width: 990px;
  margin: auto;
}
body #page #nav {
  width: 990px;
  margin: auto;
  overflow: hidden;
}
body #page #nav ul {
  margin: 0 -10px 0 0;
  padding: 0;
  background: url(images/nav_bg.png) repeat-x;
  height: 41px;
}
body #page #nav ul li {
  list-style: none;
  float: left;
  padding: 6px 11px 7px 14px;
  background: url(images/nav_separator.png) no-repeat right;
  position: relative;
}
body #page #nav ul li a {
  color: white;
  font-size: 14px;
  height: 28px;
  display: block;
  line-height: 28px;
  padding: 0 26px;
}
body #page #nav ul li ul {
  display: none;
}
body #page #nav ul li.selected a {
  background: #d2235d;
  border: 1px solid #de2e68;
  line-height: 26px;
  height: 26px;
  padding: 0 25px;
}
body #page #nav ul li:hover a {
  background: #d2235d;
  border: 1px solid #de2e68;
  line-height: 26px;
  height: 26px;
  padding: 0 25px;
}
body #page #nav ul li:hover ul {
  display: block;
  background: #d2235d;
  position: absolute;
  z-index: 100;
  height: auto;
  top: 41px;
}
body #page #nav ul li:hover ul li {
  float: none;
  background: none;
  border: 1px solid #de2e68;
  border-top: none;
  padding: 0;
}
body #page #nav ul li:hover ul li a {
  background: none;
  border: none;
  height: 34px;
  line-height: 34px;
  display: block;
  white-space: nowrap;
}
body #page #nav ul li:hover ul li a:hover {
  background: url(images/nav_bg.png) repeat-x;
  line-height: 34px;
  height: 34px;
  border: none;
  padding: 0 25px;
}
body #page #nav ul li.has_children:hover {
  padding-bottom: 0;
}
body #page #nav ul li.has_children:hover a {
  border-bottom: 0;
  height: 34px;
}
body #page #nav ul li.last {
  background: none;
}
body #page #body {
  width: 990px;
  margin: auto;
  overflow: hidden;
  padding-bottom: 71px;
  min-height: 350px;
  position: relative;
}
body #page #body .breadcrumbs {
  font-size: 11px;
  padding-top: 12px;
}
body #page #body .breadcrumbs a {
  background: url(images/breadcrumb_separator.png) no-repeat right;
  padding: 0 12px 0 4px;
}
body #page #body .breadcrumbs a.home {
  padding-left: 2px;
}
body #page #body .breadcrumbs a.current {
  background: none;
  color: #454f4f;
}
body #page #body .print_email_icons {
  position: absolute;
  right: 275px;
  top: 12px;
}
body #page #body .print_email_icons_no_image {
  position: absolute;
  right: 0;
  top: 12px;
}
body #page #body .top_right_image {
  position: absolute;
  right: 15px;
  top: 0;
}
body #page #body .main_content {
  background: white;
  padding: 0 40px 20px 40px;
}
body #page #body .main_content .social_icons_container {
  overflow: hidden;
  padding: 18px 0;
}
body #page #body .main_content .social_icons_container .social_icons {
  float: right;
  overflow: hidden;
  margin-right: -30px;
}
body #page #body .main_content .social_icons_container .social_icons .icon {
  float: left;
}
body #page #body .main_content .social_icons_container .social_icons .icon_twitter {
  margin-right: 5px;
}
body #page #body .main_content .social_icons_container .social_icons .icon_facebook {
  margin-right: 5px;
}
body #page #footer_container {
  background: #667375;
}
body #page #footer_container #footer {
  width: 990px;
  padding-top: 158px;
  height: 168px;
  margin: auto;
  color: #292c2f;
  background: url(images/footer_bg_02.jpg) no-repeat;
  position: relative;
}
body #page #footer_container #footer .company_details {
  width: 710px;
  margin-bottom: 14px;
}
body #page #footer_container #footer .copyright {
  float: left;
  padding-right: 10px;
}
body #page #footer_container #footer .copyright #powered-by a {
  color: #292c2f;
}
body #page #footer_container #footer .footer_nav {
  font-weight: bold;
  float: left;
}
body #page #footer_container #footer .footer_nav ul {
  margin: 0;
  padding: 0;
}
body #page #footer_container #footer .footer_nav ul li {
  list-style: none;
  float: left;
}
body #page #footer_container #footer .footer_nav ul li a {
  color: #292c2f;
  border-right: 1px solid #313538;
  padding: 0 10px;
  line-height: 1;
}
body #page #footer_container #footer .footer_nav ul li.last a {
  border-right: none;
}
body #page #need_advice_tab {
  position: fixed;
  top: 250px;
  right: 0;
  z-index: 200;
}
body #page #need_advice_tab a {
  display: block;
  width: 44px;
  height: 163px;
  background: url(images/need_advice_tab.png) no-repeat;
  text-indent: -2000px;
  overflow: hidden;
}
body #page #need_advice_form {
  position: fixed;
  top: 215px;
  right: -439px;
  background: #667375;
  padding: 23px 64px 23px 23px;
  z-index: 100;
}
body #page #need_advice_form .heading {
  font-size: 16px;
  color: white;
  font-weight: bold;
  padding-left: 5px;
}
body #page #need_advice_form input,
body #page #need_advice_form textarea {
  background: #768183;
  border: 1px solid #8b9496;
  border-radius: 5px;
  padding: 10px;
  margin-top: 11px;
  width: 330px;
  color: white;
  font-size: 14px;
}
body #page #need_advice_form textarea {
  height: 108px;
}
body #page #need_advice_form button.default {
  width: 119px;
  height: 26px;
  text-indent: -2000px;
  overflow: hidden;
  background: url(images/need_advice_button.png) no-repeat;
  border: none;
  float: right;
  margin-top: 8px;
}
body #page #need_advice_form .field-validation-error {
  display: block;
  font-size: 11px;
  color: white;
  margin-top: 4px;
}
body #page #need_advice_form .input-validation-error {
  border: 1px solid red;
}
body #page #need_advice_form .validation-summary-errors {
  border: 1px solid red;
  border-radius: 5px;
  background: white;
  margin-top: 6px;
}
body #page #need_advice_form .validation-summary-errors ul {
  margin: 6px 0;
}
body #page #need_advice_form .validation-summary-errors ul li {
  font-size: 14px;
}
body #page #need_advice_form .contact_details {
  clear: both;
  font-size: 14px;
  color: #cbcccd;
}
body #page #need_advice_form .contact_details .item {
  border-bottom: 1px dotted #c7cbd1;
  line-height: 1.5;
  padding: 10px 0;
}
body #page #need_advice_form .contact_details .item label {
  display: block;
  color: white;
  font-size: 16px;
  font-weight: bold;
}
body #page #need_advice_form .contact_details .last_item {
  border-bottom: none;
}
body #page #need_advice_form .captcha_image {
  margin: 0;
}
body #page #need_advice_form .captcha_image #-xcaptcha-image {
  vertical-align: top;
  margin-right: 3px;
}
body #page #need_advice_form .captcha_image #-xcaptcha-refresh {
  margin-top: 4px;
  background: transparent url(images/refresh.png) no-repeat center top;
}
/* HOME PAGE
------------------------------------------*/

#home_page #page h1,
#home_page #page h2 {
  font-size: 30px;
  border-bottom: none;
}
#home_page #page h2 {
  border-bottom: 1px solid #dbdbdb;
}
#home_page #page #header_container {
  background: #e1e4e7;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(#fefefe, #e1e4e7);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#fefefe, #e1e4e7);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#fefefe, #e1e4e7);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(#fefefe, #e1e4e7);
  /* Standard syntax */
  height: 303px;
}
#home_page #page #header_container #banner {
  height: 196px;
  overflow: hidden;
}
#home_page #page #header_container #banner .slideshow .banner {
  width: 100%;
  height: 196px;
}
#home_page #page #header_container #banner .slideshow .banner-01 {
  background: url(/Content/images/home_banner1.jpg) no-repeat;
}
#home_page #page #header_container #banner .slideshow .banner-02 {
  background: url(/Content/images/home_banner2.jpg) no-repeat;
}
#home_page #page #header_container #banner .slideshow .banner-03 {
  background: url(/Content/images/home_banner3.jpg) no-repeat;
}
#home_page #page #header_container #banner .slideshow .banner-04 {
  background: url(/Content/images/home_banner4.jpg) no-repeat;
}
#home_page #page #body .home_service_list_carousel .carousel_icon {
  display: none;
}
#home_page #page #body .home_service_list {
  background: white;
  overflow: hidden;
}
#home_page #page #body .home_service_list .social_icons_container {
  overflow: hidden;
  padding: 18px 22px 0 0;
}
#home_page #page #body .home_service_list .social_icons_container .social_icons {
  float: right;
  overflow: hidden;
  margin-right: -30px;
}
#home_page #page #body .home_service_list .social_icons_container .social_icons .icon {
  float: left;
}
#home_page #page #body .home_service_list .social_icons_container .social_icons .icon_twitter {
  margin-right: 5px;
}
#home_page #page #body .home_service_list .social_icons_container .social_icons .icon_facebook {
  margin-right: 5px;
}
#home_page #page #body .home_service_list ul {
  padding: 0;
  margin: 0;
}
#home_page #page #body .home_service_list ul li {
  list-style: none;
  width: 220px;
  height: 197px;
  padding: 18px 0 25px 22px;
  float: left;
}
#home_page #page #body .home_service_list ul li a {
  display: block;
  color: #cb043b;
  font-size: 16px;
  font-weight: bold;
  margin-top: 17px;
}
#home_page #page #body .home_service_list ul li a.banner {
  margin-top: 0;
}
#home_page #page #body .home_service_list ul li a.banner img {
  width: 100%;
}
#home_page #page #body .home_service_list ul li p {
  margin-bottom: 0;
}
#home_page #page #body #body_left {
  width: 640px;
  float: left;
}
#home_page #page #body #body_left .document_list {
  background: white;
}
#home_page #page #body #body_left .document_list ul {
  padding: 0 9px;
  margin: 0;
}
#home_page #page #body #body_left .document_list ul li {
  list-style: none;
  border-bottom: 1px solid #eeeeee;
  overflow: hidden;
  padding: 20px 0;
}
#home_page #page #body #body_left .document_list ul li .left {
  float: left;
  width: 64px;
  text-align: center;
}
#home_page #page #body #body_left .document_list ul li .middle {
  float: left;
  width: 452px;
}
#home_page #page #body #body_left .document_list ul li .middle a {
  color: #212225;
  font-size: 17px;
}
#home_page #page #body #body_left .document_list ul li .middle p {
  margin-bottom: 0;
  margin-top: 12px;
}
#home_page #page #body #body_left .document_list ul li .right {
  float: right;
  border-left: 1px solid #dedede;
  padding: 0 13px;
  margin-top: 32px;
}
#home_page #page #body #body_left .document_list ul li.last {
  border-bottom: none;
}
#home_page #page #body #body_right {
  float: right;
  width: 317px;
}
#home_page #page #body #body_right .document_list {
  background: white;
}
#home_page #page #body #body_right .document_list ul {
  padding: 0 13px;
  margin: 0;
}
#home_page #page #body #body_right .document_list ul li {
  list-style: none;
  border-bottom: 1px solid #eeeeee;
  padding: 16px 18px;
  line-height: 1.67;
}
#home_page #page #body #body_right .document_list ul li a {
  font-weight: bold;
}
#home_page #page #body #body_right .document_list ul li.last {
  border-bottom: none;
}
/* STAFF LIST PAGE
------------------------------------------*/

#staff_list_page #page #body .main_content .staff_search {
  background: #f2f2f2;
  border-top: 1px solid #eaeaea;
  margin: 0 0 5px 0;
  padding: 18px 0;
}
#staff_list_page #page #body .main_content .staff_search label {
  font-size: 14px;
  font-weight: bold;
  color: #3d3f41;
  padding: 0 16px 0 27px;
  vertical-align: middle;
}
#staff_list_page #page #body .main_content .staff_search select {
  min-width: 287px;
  vertical-align: middle;
}
#staff_list_page #page #body .main_content .staff_search button {
  background: url(images/filter_button.png) no-repeat;
  height: 22px;
  width: 71px;
  border: none;
  margin-left: 13px;
  vertical-align: middle;
  cursor: pointer;
  text-indent: -2000px;
  overflow: hidden;
}
#staff_list_page #page #body .main_content .staff_list ul {
  margin: 0;
  padding: 0;
}
#staff_list_page #page #body .main_content .staff_list ul li {
  list-style: none;
  border-bottom: 1px solid #dfdfdf;
  padding: 21px 0;
  overflow: hidden;
}
#staff_list_page #page #body .main_content .staff_list ul li .profile_image {
  float: left;
  width: 100px;
  min-height: 100px;
}
#staff_list_page #page #body .main_content .staff_list ul li .profile_image img {
  width: 100px;
}
#staff_list_page #page #body .main_content .staff_list ul li .name_container {
  float: left;
  padding-left: 35px;
  width: 297px;
}
#staff_list_page #page #body .main_content .staff_list ul li .name_container a.name {
  font-size: 16px;
  font-weight: bold;
  color: #454f4f;
  display: block;
  padding-bottom: 12px;
}
#staff_list_page #page #body .main_content .staff_list ul li .name_container a.name:hover {
  color: #cb043b;
}
#staff_list_page #page #body .main_content .staff_list ul li .name_container .left_text {
  font-size: 14px;
  padding-bottom: 12px;
}
#staff_list_page #page #body .main_content .staff_list ul li .right_text {
  font-size: 14px;
  float: left;
  padding-left: 35px;
  padding-top: 32px;
  width: 235px;
}
#staff_list_page #page #body .main_content .staff_list ul li a.email {
  float: left;
  background: url(images/staff_email_icon.png);
  height: 11px;
  width: 15px;
  margin-left: 35px;
  margin-top: 35px;
  text-indent: -2000px;
  overflow: hidden;
}
#staff_list_page #page #body .main_content .staff_list ul li .accreditations {
  float: right;
  margin-right: 18px;
  margin-top: 20px;
}
#staff_list_page #page #body .main_content .staff_list ul li .accreditations img {
  width: 70px;
}
/* STAFF PROFILE PAGE
------------------------------------------*/

#staff_profile_page #page #body .main_content {
  overflow: hidden;
}
#staff_profile_page #page #body .main_content .profile_top {
  border-bottom: 1px solid #dfdfdf;
  overflow: hidden;
  margin-bottom: 26px;
  min-height: 147px;
}
#staff_profile_page #page #body .main_content .profile_top img {
  float: left;
  padding-right: 66px;
}
#staff_profile_page #page #body .main_content .profile_top h2 {
  font-size: 28px;
  color: #cb043b;
  float: left;
  margin: 72px 0 0 0;
}
#staff_profile_page #page #body .main_content .profile_top h2 span {
  font-size: 17px;
  color: #454f4f;
  font-weight: bold;
  display: block;
  margin-top: 2px;
}
#staff_profile_page #page #body .main_content .profile_top .contact-mobile {
  display: none;
}
#staff_profile_page #page #body .main_content .profile_top .accreditations {
  float: right;
}
#staff_profile_page #page #body .main_content .profile_top .accreditations img {
  padding-right: 0;
  margin-top: 21px;
}
#staff_profile_page #page #body .main_content .profile_left {
  width: 147px;
  font-size: 14px;
  float: left;
}
#staff_profile_page #page #body .main_content .profile_left .team {
  font-weight: bold;
}
#staff_profile_page #page #body .main_content .profile_left .phone {
  padding: 19px 0;
}
#staff_profile_page #page #body .main_content .profile_left .email {
  background: url(images/staff_email_icon.png) no-repeat left;
  padding-left: 23px;
}
#staff_profile_page #page #body .main_content .profile_right {
  width: 697px;
  float: right;
  font-size: 14px;
}
#staff_profile_page #page #body .main_content .profile_right p {
  margin-top: 0;
}
/* SERVICE LIST PAGE
------------------------------------------*/

#service_list_page #page #body .main_content {
  padding: 0 66px 18px 66px;
  overflow: hidden;
}
#service_list_page #page #body .main_content .service_list .service {
  width: 376px;
  float: left;
  margin-bottom: 25px;
}
#service_list_page #page #body .main_content .service_list .service h2 {
  margin: 0 0 20px 0;
  font-size: 28px;
}
#service_list_page #page #body .main_content .service_list .service .subtitle {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 0;
}
#service_list_page #page #body .main_content .service_list .service ul {
  margin-top: 8px;
  padding-left: 15px;
}
#service_list_page #page #body .main_content .service_list .service a.find_out_more {
  width: 120px;
  height: 22px;
  display: block;
  background: url(images/find_out_more_button.png) no-repeat;
  text-indent: -2000px;
  overflow: hidden;
}
#service_list_page #page #body .main_content .service_list .service_alt {
  float: right;
}
/* SERVICE DETAILS PAGE
------------------------------------------*/

#service_details_page #page h2 {
  font-size: 28px;
  color: #cb043b;
  font-weight: normal;
  font-family: "myriadpro-light", arial;
}
#service_details_page #page h2.service_name {
  margin-top: 0;
}
#service_details_page #page h3 {
  font-size: 17px;
  color: #454f4f;
  font-weight: bold;
  font-family: arial;
}
#service_details_page #page #body .main_content {
  overflow: hidden;
}
#service_details_page #page #body .main_content .social_icons_container {
  padding-right: 235px;
}
#service_details_page #page #body .main_content .service_left {
  width: 650px;
  float: left;
}
#service_details_page #page #body .main_content .service_right {
  width: 218px;
  float: right;
  margin-top: 84px;
}
#service_details_page #page #body .main_content .service_right .meet_the_team {
  display: block;
  font-family: "myriadpro-light", arial;
  color: #cb043b;
  font-size: 26px;
  line-height: .92;
  border: 1px solid #dddddd;
  overflow: hidden;
  padding: 5px;
  vertical-align: middle;
  margin-bottom: 13px;
}
#service_details_page #page #body .main_content .service_right .meet_the_team span {
  float: left;
  padding: 16px 0 0 10px;
  width: 110px;
}
#service_details_page #page #body .main_content .service_right .meet_the_team img {
  float: right;
}
#service_details_page #page #body .main_content .service_right .related_documents {
  border: 1px solid #dddddd;
  margin-bottom: 13px;
}
#service_details_page #page #body .main_content .service_right .related_documents .header {
  font-family: "myriadpro-semibold", arial;
  color: #3d3f41;
  font-size: 16px;
  padding: 12px;
}
#service_details_page #page #body .main_content .service_right .related_documents ul {
  margin: 0;
  padding: 0;
}
#service_details_page #page #body .main_content .service_right .related_documents ul li {
  list-style: none;
  border-top: 1px solid #dddddd;
  padding: 12px;
  background: #fafafa;
}
#service_details_page #page #body .main_content .service_right .related_documents ul li span {
  font-size: 14px;
  display: block;
  line-height: 1.14;
  margin-bottom: 7px;
}
#service_details_page #page #body .main_content .service_right .other_services ul {
  margin: 0;
  padding: 0;
}
#service_details_page #page #body .main_content .service_right .other_services ul li {
  list-style: none;
  margin-bottom: 7px;
}
#service_details_page #page #body .main_content .service_right .other_services ul li a {
  font-family: "myriadpro-semibold", arial;
  font-size: 16px;
  display: block;
  border: 1px solid #dddddd;
  padding: 14px 38px 14px 11px;
  background: url(images/arrow_button.png) no-repeat 186px 14px;
}
/* DOCUMENT LIST PAGE
------------------------------------------*/

#document_list_page #page #body .main_content .social_icons_container {
  padding-right: 235px;
}
#document_list_page #page #body .main_content .document_search {
  background: #f2f2f2;
  border-top: 1px solid #eaeaea;
  margin: 19px 0 12px 0;
  padding: 18px 0;
}
#document_list_page #page #body .main_content .document_search label {
  font-size: 14px;
  font-weight: bold;
  color: #3d3f41;
  padding: 0 16px 0 27px;
  vertical-align: middle;
}
#document_list_page #page #body .main_content .document_search select {
  min-width: 287px;
  vertical-align: middle;
}
#document_list_page #page #body .main_content .document_search button {
  background: url(images/filter_button.png) no-repeat;
  height: 22px;
  width: 71px;
  border: none;
  margin-left: 13px;
  vertical-align: middle;
  cursor: pointer;
  text-indent: -2000px;
  overflow: hidden;
}
#document_list_page #page #body .main_content .document_list ul {
  margin: 0;
  padding: 0;
  border-top: 1px solid #dfdfdf;
}
#document_list_page #page #body .main_content .document_list ul li {
  list-style: none;
  border-bottom: 1px solid #dfdfdf;
  padding: 20px;
}
#document_list_page #page #body .main_content .document_list ul li .title {
  font-size: 16px;
  font-weight: bold;
  color: #454f4f;
}
#document_list_page #page #body .main_content .document_list ul li .text {
  font-size: 14px;
  margin: 4px 0 8px 0;
}
#document_list_page #page #body .main_content .document_list ul li .read_more {
  display: block;
  height: 16px;
  padding-left: 25px;
  background: url(images/document_read_more_icon.png) no-repeat left;
}
/* DOCUMENT DETAILS PAGE
------------------------------------------*/

#document_details_page #page h2 {
  font-size: 28px;
  color: #cb043b;
  font-weight: normal;
  font-family: "myriadpro-light", arial;
}
#document_details_page #page h2.document_title {
  margin-top: 0;
}
#document_details_page #page h3 {
  font-size: 17px;
  color: #454f4f;
  font-weight: bold;
  font-family: arial;
}
#document_details_page #page #body .main_content {
  font-size: 14px;
}
#document_details_page #page #body .main_content .social_icons_container {
  padding-right: 235px;
}
/* CONTACT PAGE
------------------------------------------*/

#contact_page #page #body .main_content {
  font-size: 14px;
}
#contact_page #page #body .main_content .social_icons_container {
  padding-right: 235px;
}
#contact_page #page #body .main_content .office {
  padding-bottom: 20px;
}
#contact_page #page #body .main_content .office h3.first_office_title {
  margin-top: 0;
}
#contact_page #page #body .main_content .office .contact_details {
  overflow: hidden;
  line-height: 2;
  border-bottom: 1px solid #d7d7d7;
  padding-bottom: 30px;
}
#contact_page #page #body .main_content .office .contact_details .street_address {
  float: left;
  width: 286px;
  margin-right: 5px;
}
#contact_page #page #body .main_content .office .contact_details .postal_address {
  float: left;
  width: 179px;
  margin-right: 5px;
}
#contact_page #page #body .main_content .office .contact_details .phone {
  float: left;
  width: 202px;
  margin-right: 5px;
}
#contact_page #page #body .main_content .office .contact_details .phone label {
  display: inline-block;
  width: 58px;
}
#contact_page #page #body .main_content .office .contact_details .dx {
  float: left;
  width: 225px;
}
#contact_page #page #body .main_content .office .contact_details .dx .view_map {
  padding-right: 30px;
  background: url(images/contact_view_map_icon.png) no-repeat right;
}
#contact_page #page #body .main_content form .info {
  overflow: hidden;
  border-bottom: 1px solid #d7d7d7;
  padding-bottom: 10px;
}
#contact_page #page #body .main_content form .info .left {
  float: left;
}
#contact_page #page #body .main_content form .info .right {
  float: right;
  font-size: 11px;
}
#contact_page #page #body .main_content form .info .right span {
  font-size: 14px;
}
#contact_page #page #body .main_content form .field {
  border-bottom: 1px solid #d7d7d7;
  padding: 10px 0 15px 0;
}
#contact_page #page #body .main_content form .field label {
  float: left;
  width: 210px;
}
#contact_page #page #body .main_content form .field .text-box {
  width: 362px;
  height: 20px;
  vertical-align: top;
}
#contact_page #page #body .main_content form .field select {
  min-width: 370px;
  height: 28px;
  margin: 0;
}
#contact_page #page #body .main_content form .field textarea {
  width: 362px;
  height: 92px;
}
#contact_page #page #body .main_content form .field .required {
  font-size: 24px;
  color: #cb043b;
  padding-left: 3px;
}
#contact_page #page #body .main_content form .field .field-validation-error {
  display: block;
  font-size: 11px;
  color: #cb043b;
  margin: 4px 0 0 214px;
}
#contact_page #page #body .main_content form .field .input-validation-error {
  border: 1px solid #cb043b;
}
#contact_page #page #body .main_content form .send_message {
  display: block;
  cursor: pointer;
  border: 0;
  background: url(images/send_message_button.png) no-repeat;
  width: 120px;
  height: 22px;
  text-indent: -2000px;
  overflow: hidden;
  margin: 15px 0 0 214px;
}
/* EMAIL THIS PAGE PAGE
------------------------------------------*/

#email_this_page_page #page #body .main_content {
  font-size: 14px;
}
#email_this_page_page #page #body .main_content form .field {
  border-bottom: 1px solid #d7d7d7;
  padding: 10px 0 15px 0;
}
#email_this_page_page #page #body .main_content form .field label {
  float: left;
  width: 210px;
}
#email_this_page_page #page #body .main_content form .field .text-box {
  width: 362px;
  height: 20px;
  vertical-align: top;
}
#email_this_page_page #page #body .main_content form .field select {
  min-width: 370px;
  height: 28px;
  margin: 0;
}
#email_this_page_page #page #body .main_content form .field textarea {
  width: 362px;
  height: 92px;
}
#email_this_page_page #page #body .main_content form .field .required {
  font-size: 24px;
  color: #cb043b;
  padding-left: 3px;
}
#email_this_page_page #page #body .main_content form .field .field-validation-error {
  display: block;
  font-size: 11px;
  color: #cb043b;
  margin: 4px 0 0 214px;
}
#email_this_page_page #page #body .main_content form .field .input-validation-error {
  border: 1px solid #cb043b;
}
#email_this_page_page #page #body .main_content form .send_message {
  display: block;
  cursor: pointer;
  border: 0;
  background: url(images/send_message_button.png) no-repeat;
  width: 120px;
  height: 22px;
  text-indent: -2000px;
  overflow: hidden;
  margin: 15px 0 0 214px;
}
/* SEARCH PAGE
------------------------------------------*/

#search_page #page #body .main_content ul {
  margin: 0;
  padding-left: 20px;
}
/* NARRATIVE PAGE
------------------------------------------*/

.narrative_page #page #body .main_content .social_icons_container {
  padding-right: 235px;
  padding-bottom: 0;
}
/* SITEMAP PAGE
------------------------------------------*/

#sitemap_page #page #body .main_content .social_icons_container {
  padding-right: 235px;
  padding-bottom: 0;
}
/* TESTIMONIALS PAGE
------------------------------------------*/

#testimonials_page .testimonials-list {
  margin: 0;
  padding: 0;
}
#testimonials_page .testimonials-list li {
  list-style: none;
}
#testimonials_page .testimonials-list .testimonial-container {
  border-bottom: 1px solid #eeeeee;
  padding: 20px;
}
#testimonials_page .testimonials-list .testimonial-container .name {
  padding-left: 55px;
  height: 30px;
  line-height: 30px;
  background-size: contain;
  background-image: url('/Content/images/quotes.jpg');
  background-position: left top;
  background-repeat: no-repeat;
  font-size: 18px;
  color: #212225;
}
#testimonials_page .testimonials-list .testimonial-container .testimonial {
  margin-top: 30px;
  font-style: italic;
}
#testimonials_page .testimonials-list .testimonial-container:last-child {
  border-bottom: none;
}
/* MEDIA QUERIES
------------------------------------------*/

@media all and (max-width: 1000px) {
  body #page h3 {
    font-size: 23px;
  }
  body #page #header_container #header {
    width: 680px;
  }
  body #page #header_container #header #header_phone {
    right: 220px;
  }
  body #page #header_container #banner {
    width: 680px;
  }
  body #page #nav {
    width: 680px;
  }
  body #page #nav ul {
    margin: 0;
    display: table;
    width: 100%;
  }
  body #page #nav ul li {
    float: none;
    display: table-cell;
    text-align: center;
    padding: 6px 0 7px 0;
  }
  body #page #nav ul li a {
    display: inline-block;
    padding: 0 4px;
  }
  body #page #nav ul li.selected a {
    padding: 0 3px;
  }
  body #page #nav ul li:hover a {
    padding: 0 3px;
  }
  body #page #body {
    width: 680px;
  }
  body #page #body .print_email_icons {
    right: 210px;
  }
  body #page #body .top_right_image {
    right: 0px;
  }
  body #page #body .top_right_image img {
    width: 200px;
  }
  body #page #body .main_content {
    padding: 0 15px 20px 15px;
  }
  body #page #footer_container {
    padding-bottom: 30px;
  }
  body #page #footer_container #footer {
    width: 680px;
    padding-top: 130px;
    height: 168px;
    background: url(images/foot_bg_logo.jpg) no-repeat 100% 20px;
  }
  body #page #footer_container #footer .company_details {
    width: -webkit-calc(100% - 280px);
    width: -moz-calc(100% - 280px);
    width: calc(100% - 280px);
  }
  body #page #footer_container #footer .copyright {
    float: none;
    padding-right: 0px;
  }
  body #page #footer_container #footer .footer_nav {
    position: absolute;
    bottom: 20px;
    left: 0;
    float: none;
  }
  body #page #footer_container #footer .footer_nav ul li.first a {
    padding-left: 0;
  }
  #home_page #page h1,
  #home_page #page h2 {
    font-size: 26px;
  }
  #home_page #page h1 {
    text-align: center;
  }
  #home_page #page #header_container {
    height: 241px;
  }
  #home_page #page #header_container #banner {
    height: 134px;
  }
  #home_page #page #header_container #banner .slideshow .banner {
    width: 100%;
    height: 134px;
  }
  #home_page #page #header_container #banner .slideshow .banner-01 {
    background: url(/Content/images/home_banner1_tablet.jpg) no-repeat center;
  }
  #home_page #page #header_container #banner .slideshow .banner-02 {
    background: url(/Content/images/home_banner2_tablet.jpg) no-repeat center;
  }
  #home_page #page #header_container #banner .slideshow .banner-03 {
    background: url(/Content/images/home_banner3_tablet.jpg) no-repeat center;
  }
  #home_page #page #header_container #banner .slideshow .banner-04 {
    background: url(/Content/images/home_banner4_tablet.jpg) no-repeat center;
  }
  #home_page #page #body .home_service_list .social_icons_container {
    padding: 10px 8px 0 0;
  }
  #home_page #page #body .home_service_list ul {
    padding: 0 5px;
    margin: 0;
  }
  #home_page #page #body .home_service_list ul:after {
    content: '';
    display: table;
    clear: both;
  }
  #home_page #page #body .home_service_list ul li {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 25%;
    height: 185px;
    padding: 10px 5px 10px 5px;
  }
  #home_page #page #body .home_service_list ul li a {
    font-size: 14px;
    font-weight: 600;
    margin-top: 6px;
    line-height: 1.2;
  }
  #home_page #page #body .home_service_list ul li a.banner img {
    width: 100%;
  }
  #home_page #page #body #body_left {
    width: 65%;
    padding-right: 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  #home_page #page #body #body_left .document_list ul {
    padding: 0 9px;
  }
  #home_page #page #body #body_left .document_list ul li {
    padding: 12px 0;
  }
  #home_page #page #body #body_left .document_list ul li:after {
    content: '';
    display: table;
    clear: both;
  }
  #home_page #page #body #body_left .document_list ul li .left {
    width: 38px;
    text-align: left;
  }
  #home_page #page #body #body_left .document_list ul li .middle {
    width: -webkit-calc(100% - 38px);
    width: -moz-calc(100% - 38px);
    width: calc(100% - 38px);
  }
  #home_page #page #body #body_left .document_list ul li .middle a {
    color: #212225;
    font-size: 16px;
    line-height: 1.2;
  }
  #home_page #page #body #body_left .document_list ul li .middle p {
    margin-bottom: 5px;
    margin-top: 5px;
  }
  #home_page #page #body #body_left .document_list ul li .right {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: block;
    width: 100%;
    float: none;
    border-left: none;
    padding: 12px 0px 0px 38px;
    margin-top: 0;
  }
  #home_page #page #body #body_right {
    width: 35%;
  }
  #home_page #page #body #body_right .document_list ul {
    padding: 0 9px;
  }
  #home_page #page #body #body_right .document_list ul li {
    padding: 10px 8px;
  }
  .narrative_page #page #body .main_content .social_icons_container {
    padding-right: 170px;
  }
  #staff_list_page #page #body .main_content .staff_search label {
    padding: 0 16px 0 15px;
  }
  #staff_list_page #page #body .main_content .staff_list ul li {
    padding: 12px 0;
    position: relative;
  }
  #staff_list_page #page #body .main_content .staff_list ul li:after {
    content: '';
    display: table;
    clear: both;
  }
  #staff_list_page #page #body .main_content .staff_list ul li .name_container {
    padding-left: 15px;
  }
  #staff_list_page #page #body .main_content .staff_list ul li .name_container a.name {
    font-size: 15px;
    padding-bottom: 4px;
  }
  #staff_list_page #page #body .main_content .staff_list ul li .name_container .left_text {
    font-size: 13px;
    padding-bottom: 5px;
  }
  #staff_list_page #page #body .main_content .staff_list ul li .right_text {
    font-size: 13px;
    padding-left: 15px;
    padding-top: 5px;
  }
  #staff_list_page #page #body .main_content .staff_list ul li a.email {
    position: absolute;
    float: none;
    margin: 0;
    top: 40px;
    right: 100px;
  }
  #staff_list_page #page #body .main_content .staff_list ul li .accreditations {
    float: none;
    margin: 0;
    position: absolute;
    right: 0;
    top: 30px;
  }
  #staff_profile_page #page #body .main_content:after {
    content: '';
    display: table;
    clear: both;
  }
  #staff_profile_page #page #body .main_content .profile_top {
    margin-bottom: 20px;
  }
  #staff_profile_page #page #body .main_content .profile_top img {
    padding-right: 15px;
  }
  #staff_profile_page #page #body .main_content .profile_top h2 {
    margin-top: 78px;
    font-size: 23px;
  }
  #staff_profile_page #page #body .main_content .profile_top h2 span {
    font-size: 15px;
  }
  #staff_profile_page #page #body .main_content .profile_left {
    margin-top: 2px;
  }
  #staff_profile_page #page #body .main_content .profile_right {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding-left: 15px;
    width: -webkit-calc(100% - 147px);
    width: -moz-calc(100% - 147px);
    width: calc(100% - 147px);
  }
  #service_list_page #page #body .main_content {
    padding: 0 15px 18px 15px;
  }
  #service_list_page #page #body .main_content .service_list {
    margin: 0 -10px;
  }
  #service_list_page #page #body .main_content .service_list:after {
    content: '';
    display: table;
    clear: both;
  }
  #service_list_page #page #body .main_content .service_list .service {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 10px;
    width: 50%;
  }
  #service_list_page #page #body .main_content .service_list .service h2 {
    margin: 0 0 15px 0;
    font-size: 23px;
  }
  #service_list_page #page #body .main_content .service_list .service .subtitle {
    font-size: 15px;
  }
  #service_list_page #page #body .main_content .service_list .service img {
    width: 100%;
  }
  #service_details_page #page h2 {
    font-size: 23px;
  }
  #service_details_page #page h3 {
    font-size: 15px;
  }
  #service_details_page #page #body .main_content .social_icons_container {
    padding-right: 170px;
  }
  #service_details_page #page #body .main_content .service_left {
    width: -webkit-calc(100% - 218px);
    width: -moz-calc(100% - 218px);
    width: calc(100% - 218px);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding-right: 15px;
  }
  #service_details_page #page #body .main_content .service_right {
    margin-top: 50px;
  }
  #document_list_page #page #body .main_content .social_icons_container {
    padding-right: 170px;
  }
  #document_list_page #page #body .main_content .document_search {
    margin: 12px 0 12px 0;
  }
  #document_list_page #page #body .main_content .document_search label {
    padding: 0 16px 0 15px;
  }
  #document_list_page #page #body .main_content .document_list ul li {
    padding: 12px 10px;
  }
  #document_list_page #page #body .main_content .document_list ul li .title {
    font-size: 15px;
  }
  #document_details_page #page h2 {
    font-size: 23px;
  }
  #document_details_page #page h3 {
    font-size: 15px;
  }
  #document_details_page #page #body .main_content .social_icons_container {
    padding-right: 170px;
  }
  #contact_page #page #body .main_content .social_icons_container {
    padding-right: 170px;
  }
  #contact_page #page #body .main_content .office .contact_details .street_address {
    width: 50%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  #contact_page #page #body .main_content .office .contact_details .postal_address {
    width: 50%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  #contact_page #page #body .main_content .office .contact_details .phone {
    width: 50%;
    padding-right: 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin-right: 0;
  }
  #contact_page #page #body .main_content .office .contact_details .phone label {
    width: 45px;
  }
  #contact_page #page #body .main_content .office .contact_details .dx {
    width: 50%;
    margin-right: 0;
  }
  #contact_page #page #body .main_content .office .contact_details .dx .view_map {
    padding-right: 30px;
    background: url(images/contact_view_map_icon.png) no-repeat right;
  }
  #contact_page #page #body .main_content .office .map iframe {
    width: 100%;
  }
  #sitemap_page #page #body .main_content .social_icons_container {
    padding-right: 170px;
  }
}
@media all and (max-width: 700px) {
  body #page h1 {
    margin-left: 15px;
    margin-right: 15px;
  }
  body #page .captcha_image {
    margin: 4px 0 0 0;
  }
  body #page #header_container .header-mobile-bar {
    position: relative;
    z-index: 1000;
    display: block;
    height: 50px;
    background: -webkit-linear-gradient(#cc0841, #a30a36);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#cc0841, #a30a36);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#cc0841, #a30a36);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(#cc0841, #a30a36);
  }
  body #page #header_container .header-mobile-bar:after {
    content: '';
    display: table;
    clear: both;
  }
  body #page #header_container .header-mobile-bar .mobile-phone {
    padding-left: 10px;
    float: left;
  }
  body #page #header_container .header-mobile-bar .mobile-phone a {
    color: white;
    line-height: 50px;
    font-size: 18px;
    padding-left: 30px;
    display: block;
    position: relative;
  }
  body #page #header_container .header-mobile-bar .mobile-phone a .icon {
    position: absolute;
    top: 13px;
    left: 0;
    display: block;
    border: 1px solid white;
    border-radius: 50%;
    text-align: center;
    font-size: 14px;
    line-height: 22px;
    height: 22px;
    width: 22px;
  }
  body #page #header_container .header-mobile-bar .mobile-nav-button {
    position: absolute;
    right: 0;
    top: 0;
  }
  body #page #header_container .header-mobile-bar .mobile-nav-button .icon {
    display: block;
    text-align: center;
    width: 50px;
    line-height: 50px;
    height: 50px;
    color: white;
    font-size: 20px;
    border-left: 1px solid #dd1952;
    cursor: pointer;
  }
  body #page #header_container .header-mobile-bar .mobile-nav-button .fa-times-circle {
    display: none;
  }
  body #page #header_container .header-mobile-bar .mobile-nav-button.open .icon {
    background: #172229;
    border-left: 1px solid #22313c;
  }
  body #page #header_container .header-mobile-bar .mobile-nav-button.open .fa-times-circle {
    display: block;
  }
  body #page #header_container .header-mobile-bar .mobile-nav-button.open .fa-bars {
    display: none;
  }
  body #page #header_container .header-mobile-bar .mobile-search-button {
    position: absolute;
    right: 50px;
    top: 0;
  }
  body #page #header_container .header-mobile-bar .mobile-search-button .icon {
    display: block;
    text-align: center;
    width: 50px;
    line-height: 50px;
    height: 50px;
    color: white;
    font-size: 20px;
    cursor: pointer;
  }
  body #page #header_container .header-mobile-bar .mobile-nav {
    display: none;
    width: 100%;
    position: absolute;
    top: 50px;
    left: 0;
  }
  body #page #header_container .header-mobile-bar .mobile-nav ul {
    margin: 0;
    padding: 0;
    width: 100%;
  }
  body #page #header_container .header-mobile-bar .mobile-nav ul li {
    list-style: none;
  }
  body #page #header_container .header-mobile-bar .mobile-nav ul li a {
    font-size: 15px;
    font-weight: 600;
    display: block;
    background: #172229;
    color: white;
    padding: 0 20px;
    line-height: 48px;
    border-top: 1px solid #22313c;
  }
  body #page #header_container .header-mobile-bar .mobile-nav ul li a:hover {
    background: #22313c;
  }
  body #page #header_container .header-mobile-bar .mobile-search {
    display: none;
    position: absolute;
    top: 50px;
    left: 0px;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: #172229;
    padding: 13px 15px;
    margin: 0;
  }
  body #page #header_container .header-mobile-bar .mobile-search:after {
    content: '';
    display: table;
    clear: both;
  }
  body #page #header_container .header-mobile-bar .mobile-search input {
    background: transparent;
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
    border: none;
    color: white;
    text-transform: uppercase;
    font-size: 14px;
    float: left;
  }
  body #page #header_container .header-mobile-bar .mobile-search a {
    display: block;
    float: right;
    font-size: 18px;
  }
  body #page #header_container #header {
    width: 100%;
    max-width: 680px;
  }
  body #page #header_container #header #header_phone,
  body #page #header_container #header #search,
  body #page #header_container #header #header_nav {
    display: none;
  }
  body #page #header_container #header #logo {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: block;
    position: static;
    height: 92px;
    margin: 0 auto 0 auto;
    background: url(images/header_bg_logo.png) no-repeat 0 21px;
  }
  body #page #header_container #banner {
    width: 100%;
  }
  body #page #nav {
    display: none;
  }
  body #page #body {
    background: white;
    width: 100%;
    max-width: 680px;
  }
  body #page #body .breadcrumbs {
    padding-left: 15px;
  }
  body #page #body .top_right_image {
    display: none;
  }
  body #page #body .print_email_icons {
    display: none;
  }
  body #page #body .print_email_icons_no_image {
    display: none;
  }
  body #page #body .main_content .social_icons_container {
    padding: 0px 0px 18px;
  }
  body #page #footer_container {
    padding-top: 25px;
  }
  body #page #footer_container #footer {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 85px;
    height: 205px;
    background: url(images/foot_bg_logo_02.jpg) no-repeat center top;
  }
  body #page #footer_container #footer .company_details {
    display: none;
  }
  body #page #footer_container #footer .copyright {
    text-align: center;
  }
  body #page #footer_container #footer .footer_nav {
    position: static;
    padding-top: 30px;
    width: 245px;
    margin: 0 auto;
  }
  body #page #footer_container #footer .footer_nav:after {
    content: '';
    display: table;
    clear: both;
  }
  body #page #footer_container #footer .footer_nav ul li.first a {
    padding-left: 0;
  }
  body #page #footer_container #footer .company_name {
    display: none;
  }
  body #page #need_advice_tab {
    position: fixed;
    bottom: 0px;
    top: auto;
    right: 50%;
    margin-right: -81px;
  }
  body #page #need_advice_tab a {
    width: 163px;
    height: 44px;
    background: url(images/need_advice_tab_tablet.png) no-repeat;
  }
  #home_page #page h1 {
    padding: 0 15px;
  }
  #home_page #page #header_container {
    height: 291px;
  }
  #home_page #page #body {
    background: #f2f3f4;
  }
  #home_page #page #body .home_service_list {
    margin-left: 10px;
    margin-right: 10px;
  }
  #home_page #page #body .home_service_list .social_icons_container {
    display: none;
  }
  #home_page #page #body .home_service_list ul li {
    width: 50%;
    min-height: 200px;
    height: auto;
  }
  #home_page #page #body #body_left {
    padding-left: 10px;
    padding-right: 10px;
  }
  #home_page #page #body #body_right {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding-right: 10px;
  }
  .narrative_page #page #body .main_content img {
    max-width: 100%!important;
    height: auto!important;
  }
  .narrative_page #page #body .main_content .social_icons_container {
    padding-right: 0;
  }
  #sitemap_page #page #body .main_content .social_icons_container {
    padding-right: 0px;
  }
  #staff_list_page #page #body .main_content .staff_search {
    padding: 10px;
  }
  #staff_list_page #page #body .main_content .staff_search label {
    padding-left: 0;
  }
  #staff_list_page #page #body .main_content .staff_search select {
    margin: 5px 0;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  #staff_list_page #page #body .main_content .staff_search button {
    margin-left: 0;
  }
  #staff_list_page #page #body .main_content .staff_list ul li .name_container {
    float: none;
    position: static;
    width: auto;
    margin-left: 100px;
  }
  #staff_list_page #page #body .main_content .staff_list ul li .name_container .left_text {
    display: none;
  }
  #staff_list_page #page #body .main_content .staff_list ul li .right_text {
    margin-left: 100px;
    width: auto;
    float: none;
  }
  #staff_list_page #page #body .main_content .staff_list ul li a.email {
    display: block;
    position: static;
    float: none;
    margin-top: 7px;
    margin-left: 114px;
  }
  #staff_list_page #page #body .main_content .staff_list ul li .accreditations {
    display: none;
  }
  #staff_profile_page #page #body .main_content .profile_top {
    margin-bottom: 20px;
    padding-bottom: 24px;
    padding-right: 0;
    position: relative;
  }
  #staff_profile_page #page #body .main_content .profile_top img {
    padding-right: 0;
  }
  #staff_profile_page #page #body .main_content .profile_top h2 {
    margin-top: 0;
    float: none;
    margin-left: 162px;
  }
  #staff_profile_page #page #body .main_content .profile_top .contact-mobile {
    display: block;
    margin-left: 162px;
  }
  #staff_profile_page #page #body .main_content .profile_top .contact-mobile .phone {
    padding: 19px 0 5px;
  }
  #staff_profile_page #page #body .main_content .profile_top .contact-mobile .email {
    background: url(images/staff_email_icon.png) no-repeat left;
    padding-left: 23px;
  }
  #staff_profile_page #page #body .main_content .profile_top .accreditations {
    display: none;
  }
  #staff_profile_page #page #body .main_content .profile_left {
    width: auto;
    margin-top: 0;
    margin-bottom: 20px;
  }
  #staff_profile_page #page #body .main_content .profile_left .phone,
  #staff_profile_page #page #body .main_content .profile_left .email {
    display: none;
  }
  #staff_profile_page #page #body .main_content .profile_right {
    width: 100%;
    padding-left: 0;
  }
  #service_list_page #page #body .main_content .service_list {
    margin: 0 auto;
    width: 376px;
  }
  #service_list_page #page #body .main_content .service_list .service {
    width: 100%;
  }
  #service_details_page #page #body .main_content .social_icons_container {
    padding-right: 0;
  }
  #service_details_page #page #body .main_content .service_left {
    width: 100%;
    padding-right: 0;
  }
  #service_details_page #page #body .main_content .service_right {
    width: 100%;
    margin-top: 40px;
  }
  #service_details_page #page #body .main_content .service_right .other_services ul li a {
    background: url(images/arrow_button.png) no-repeat right 10px top 14px;
  }
  #document_list_page #page #body .main_content .social_icons_container {
    padding-right: 0;
  }
  #document_list_page #page #body .main_content .document_search {
    margin: 0 0 12px 0;
    padding: 10px;
  }
  #document_list_page #page #body .main_content .document_search label {
    padding: 0;
  }
  #document_list_page #page #body .main_content .document_search select {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
    margin: 5px 0;
  }
  #document_list_page #page #body .main_content .document_search button {
    margin-left: 0;
  }
  #document_details_page #page #body .main_content .social_icons_container {
    padding-right: 0;
  }
  #contact_page #page #body .main_content .social_icons_container {
    padding-right: 0;
  }
  #contact_page #page #body .main_content .office .contact_details .street_address {
    width: 100%;
    margin-bottom: 0;
  }
  #contact_page #page #body .main_content .office .contact_details .postal_address {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0px;
  }
  #contact_page #page #body .main_content .office .contact_details .phone {
    width: 220px;
    padding-right: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  #contact_page #page #body .main_content .office .contact_details .phone label {
    width: 75px;
  }
  #contact_page #page #body .main_content .office .contact_details .dx {
    width: 100%;
  }
  #contact_page #page #body .main_content form .info .left {
    float: none;
    margin-bottom: 3px;
  }
  #contact_page #page #body .main_content form .info .right {
    float: none;
  }
  #contact_page #page #body .main_content form .field {
    padding: 15px 0 15px 0;
  }
  #contact_page #page #body .main_content form .field label {
    float: left;
    width: 100%;
    display: block;
    margin-bottom: 5px;
  }
  #contact_page #page #body .main_content form .field .text-box {
    font-size: 14px;
    padding: 5px 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: -webkit-calc(100% - 25px);
    width: -moz-calc(100% - 25px);
    width: calc(100% - 25px);
    height: 35px;
    vertical-align: top;
  }
  #contact_page #page #body .main_content form .field select {
    width: 100%;
    min-width: 0;
    height: 35px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-size: 14px;
    margin: 0;
  }
  #contact_page #page #body .main_content form .field textarea {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 10px;
    font-size: 14px;
  }
  #contact_page #page #body .main_content form .send_message {
    margin: 15px 0 0 0;
  }
}
@media all and (max-width: 450px) {
  body #page h1 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  body #page h3 {
    font-size: 20px;
  }
  body #page #body .breadcrumbs {
    display: none;
  }
  body #page #body .print_email_icons {
    display: none;
  }
  body #page #body .print_email_icons_no_image {
    display: none;
  }
  #home_page #page h1,
  #home_page #page h2 {
    font-size: 24px;
  }
  #home_page #page h1 {
    margin: 20px 0 ;
  }
  #home_page #page #header_container {
    height: 267px;
  }
  #home_page #page #header_container #banner {
    height: 110px;
  }
  #home_page #page #header_container #banner .slideshow .banner {
    height: 110px;
  }
  #home_page #page #header_container #banner .slideshow .banner-01 {
    background: url(/Content/images/home_banner1_mobile.jpg) no-repeat center;
  }
  #home_page #page #header_container #banner .slideshow .banner-02 {
    background: url(/Content/images/home_banner2_mobile.jpg) no-repeat center;
  }
  #home_page #page #header_container #banner .slideshow .banner-03 {
    background: url(/Content/images/home_banner3_mobile.jpg) no-repeat center;
  }
  #home_page #page #header_container #banner .slideshow .banner-04 {
    background: url(/Content/images/home_banner4_mobile.jpg) no-repeat center;
  }
  #home_page #page #body .home_service_list_carousel {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  #home_page #page #body .home_service_list_carousel .carousel_icon {
    display: block;
    height: 30px;
    width: 30px;
    z-index: 5;
    position: absolute;
    top: 50px;
    left: 10px;
    background: url(/Content/images/service-list-carousel-prev.png) no-repeat;
  }
  #home_page #page #body .home_service_list_carousel .carousel_icon.next {
    right: 10px;
    left: auto;
    background: url(/Content/images/service-list-carousel-next.png) no-repeat;
  }
  #home_page #page #body .home_service_list {
    width: 100%;
    max-height: 240px;
    height: 60vw;
    overflow: hidden;
    margin: 0 auto;
  }
  #home_page #page #body .home_service_list ul {
    padding: 0;
  }
  #home_page #page #body .home_service_list ul li {
    width: 100%;
    max-height: 60vw;
    height: auto;
    padding: 10px;
  }
  #home_page #page #body .home_service_list ul li a {
    display: block;
    color: #cb043b;
    font-size: 16px;
    font-weight: bold;
    margin-top: 4vw;
  }
  #home_page #page #body .home_service_list ul li a.banner {
    margin-top: 0;
  }
  #home_page #page #body .home_service_list ul li p {
    margin-top: 3vw;
    margin-bottom: 0;
  }
  #home_page #page #body #body_left {
    width: 100%;
    float: none;
  }
  #home_page #page #body #body_left .document_list ul li:nth-child(n+4) {
    display: none;
  }
  #home_page #page #body #body_right {
    float: none;
    width: 100%;
    padding-left: 10px;
  }
  #home_page #page #body #body_right .document_list {
    background: white;
  }
  #home_page #page #body #body_right .document_list ul li:nth-child(n+4) {
    display: none;
  }
  #staff_list_page #page #body .main_content .staff_list ul li .name_container {
    margin-left: 95px;
  }
  #staff_list_page #page #body .main_content .staff_list ul li .right_text {
    margin-left: 95px;
  }
  #staff_list_page #page #body .main_content .staff_list ul li a.email {
    margin-left: 109px;
  }
  #staff_profile_page #page #body .main_content .profile_top {
    padding-right: 0;
    min-height: 110px;
  }
  #staff_profile_page #page #body .main_content .profile_top img {
    max-width: 110px;
  }
  #staff_profile_page #page #body .main_content .profile_top h2 {
    margin-left: 120px;
  }
  #staff_profile_page #page #body .main_content .profile_top .contact-mobile {
    margin-left: 120px;
  }
  #service_list_page #page #body .main_content .service_list {
    margin: 0 auto;
    max-width: 386px;
    width: 100%;
  }
  #service_list_page #page #body .main_content .service_list .service {
    padding: 5px 0;
    width: 100%;
    height: auto!important;
  }
  #testimonials_page .testimonials-list .testimonial-container {
    padding: 10px;
  }
}
