/*! normalize.css v3.0.1 | MIT License | git.io/normalize */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}


.home-page-event-section {
  margin-bottom: 20px;
}
.home-page-content-section,
.home-page-event-section-3 iframe {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.home-slider .shim {
  visibility: hidden;
}
.home-slider .shim img {
  max-width: 100%;
  height: auto;
}
.home-slider {
  position: relative;
  margin-bottom: 20px;
}
.home-slider .banner-items li,
.home-slider .banner-items img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.home-page-wrappings .testimonials {
  background: #fff;
  padding: 10px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.home-page-wrappings .testimonials h2.title {
  text-align: left;
  color: #000;
  font-weight: bold;
  font-family: Arial, sans-serif;
}
.home-page-wrappings .testimonials li {
  display: none;
}
.home-page-wrappings .testimonials p {
  font-size: 0.8em;
  margin-top: 0;
}
.testimonial-banner {
  float: left;
  width: 40%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 10px;
  margin-bottom: 10px;
}
.testimonial-banner img {
  max-width: 100%;
  height: auto;
}
.read-more-testimonies {
  background: #d0c78e;
  text-align: center;
  padding: 4px;
  margin-top: 8px;
  margin-right: 75px;
  position: relative;
}
.read-more-testimonies:after {
  content: url(/images/testimonial_arrow.png);
  position: absolute;
  top: -8px;
  left: 100%;
}
.pageContent .read-more-testimonies a:link,
.pageContent .read-more-testimonies a:visited,
.pageContent .read-more-testimonies a:hover,
.pageContent .read-more-testimonies a:focus,
.pageContent .read-more-testimonies a:active {
  text-decoration: none;
  font-size: 0.8em;
  white-space: nowrap;
}
.home-page-wrappings .testimonials .name {
  color: #f00;
}
.home-page-event-section .read-more-link {
  -moz-border-radius: 0 0 6px 6px;
  -webkit-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
.home-page-link-section {
  width: 25%;
}
.home-page-event-sections {
  padding-left: 20px;
  width: 25%;
}
.home-page .banner-items li {
  margin: 10px 0;
}
.home-page-wrappings {
  width: 90%;
  margin: 20px auto;
}
.home-page-link-section h2 {
  margin: 0;
  padding: 10px 0;
  color: #f00;
  text-align: center;
  font-family: 'Rock Salt', cursive;
  font-weight: normal;
}
.home-page-link-section .links {
  background: #fff;
  padding: 10px;
  margin-bottom: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.home-page-link-section .menu-items li {
  background: #363634;
  border-bottom: 1px solid #fff;
}
.home-page-link-section .menu-items a:link,
.home-page-link-section .menu-items a:visited,
.home-page-link-section .menu-items a:focus,
.home-page-link-section .menu-items a:active {
  color: #fff;
  display: block;
  padding: 8px;
  text-decoration: none;
}
.home-page-link-section .menu-items a:hover {
  background-color: #4b4b49;
}
.home-page-wrappings .read-more-link {
  background: #363634;
  height: 30px;
  padding-top: 10px;
}
.home-page-wrappings .read-more-link a:link,
.home-page-wrappings .read-more-link a:visited,
.home-page-wrappings .read-more-link a:focus,
.home-page-wrappings .read-more-link a:active {
  text-decoration: none;
  color: #fff;
  display: block;
}
.home-page-wrappings .read-more-link a:hover {
  background-color: #4b4b49;
}
.home-page-wrappings ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.home-page-wrappings img {
  max-width: 100%;
  height: auto;
}
.home-page-content-sections .cell,
.home-page-content-cell {
  display: table-cell;
  vertical-align: top;
}
.home-page-content-section .content {
  display: table;
  width: 100%;
  table-layout: fixed;
  padding: 20px;
}
.home-page-content-sections {
  width: 50%;
  padding: 0px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.home-page-content-sections img {
  vertical-align: bottom;
}
.home-page-content-sections .text-cell {
  padding: 20px;
}
.home-page-content-sections .img-cell {
  width: 40%;
  text-align: left;
}
.home-page-content-section-2 .img-cell {
  text-align: right;
}
.home-page-content-section h2.title {
  margin: 0;
  padding: 10px 20px;
  line-height: 100%;
  color: #fff;
  background: #363634;
}
.home-page-content-section {
  background-color: white;
  border: 1px solid #000;
  margin-bottom: 20px;
}
.home-page-link-section,
.home-page-event-sections {
  padding-right: 20px;
}
.home-page-event-section {
  background: #fff;
  text-align: center;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background: url(/docs/pattern-1s43.png) repeat top center;
  border: 1px solid #000;
}
.home-page-event-section-1 {
  margin-bottom: 20px;
}
.home-page-event-sections h2 {
  margin: 0;
  padding: 20px 0 0 0;
}
.home-page-event-section .content {
  padding: 0 20px;
}
.home-page-event-section .subtitle {
  color: #f00;
}
@media only screen and (max-width: 1520px) {
  .home-page-content-sections .text-cell {
    font-size: 0.9em;
  }
}
@media only screen and (max-width: 1390px) {
  .home-page-content-sections .text-cell {
    font-size: 0.8em;
  }
}
@media only screen and (max-width: 1250px) {
  .home-page-wrappings {
    width: 96%;
  }
}
@media only screen and (max-width: 1150px) {
  .home-page-wrappings {
    width: 98%;
  }
  .home-page-content-sections {
    width: 55%;
  }
  .home-page-link-section .menu-items a:link,
  .home-page-link-section .menu-items a:visited,
  .home-page-link-section .menu-items a:hover,
  .home-page-link-section .menu-items a:focus,
  .home-page-link-section .menu-items a:active {
    font-size: 0.8em;
  }
}
@media only screen and (max-width: 1000px) {
  .home-page-content-sections .img-cell {
    vertical-align: middle;
  }
}
@media only screen and (max-width: 900px) {
  .home-page-content-cell,
  .home-page-content-sections {
    display: block;
    width: auto;
    padding: 0;
  }
  .home-page-content-sections .text-cell {
    font-size: 1em;
  }
  .home-page-content-section {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .home-page-link-section .menu-items a:link,
  .home-page-link-section .menu-items a:visited,
  .home-page-link-section .menu-items a:hover,
  .home-page-link-section .menu-items a:focus,
  .home-page-link-section .menu-items a:active {
    font-size: 1em;
  }
  .home-page-wrappings .banner-items li {
    display: block;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 500px) {
  .home-page-content-sections .cell {
    display: block;
  }
  .home-page-content-sections .img-cell {
    width: auto;
  }
}
.doctor-group-photo {
  float: right;
  margin: 45px 0 20px 20px;
}
.specialty-name-emphasis {
  text-transform: uppercase;
  color: #5b080b;
  font-weight: bold;
}
.specialty-doctor-photo {
  width: 111px;
  height: 145px;
  float: left;
}
.pageContent .specialty-doctor-item {
  display: inline-block;
  width: 30%;
}
.specialty-doctor-item .specialty-name {
  font-size: 1.1em;
}
.pageContent ul.specialty-profile-item {
  float: left;
  margin: 0 12px;
  padding: 0;
  list-style: none;
}
.specialty-doctor-heading {
  margin-top: 20px;
  margin-bottom: 14px;
  padding-top: 4px;
  padding-bottom: 4px;
  position: relative;
  left: -20px;
  padding-left: 20px;
  background-image: -webkit-gradient(linear,to right,left bottom,from(#f7f4ed),to(rgba(247,244,237,0)) 60%);
  background-image: -webkit-linear-gradient(right,#f7f4ed,rgba(247,244,237,0) 60%);
  background-image: -moz-linear-gradient(right,#f7f4ed,rgba(247,244,237,0) 60%);
  background-image: -o-linear-gradient(right,#f7f4ed rgba(247,244,237,0) 60%);
  background-image: linear-gradient(to right,#f7f4ed,rgba(247,244,237,0) 60%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF7F4ED', endColorstr='#00F7F4ED',GradientType=1)";
}
.specialty-doctor-name {
  text-transform: uppercase;
  font-size: 1.2em;
}
.specialty-doctor-name-121 {
  font-size: 1.2em;
}
.specialty-office-number {
  color: #5b080b;
  font-size: 1.05em;
}
.bod-table tr {
  vertical-align: top;
}
.bod-table td {
  padding: 10px;
}
@media only screen and (min-width: 850px) {
  .job-categories-openings {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    break-inside: avoid-column;
    -moz-columns: 2;
    -webkit-columns: 2;
    columns: 2;
  }
}
@media only screen and (min-width: 1000px) {
  .job-categories-openings {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    break-inside: avoid-column;
    -moz-columns: 3;
    -webkit-columns: 3;
    columns: 3;
  }
}
.job-listing-wrapper {
  padding-bottom: 20px;
}
.job-listing-wrapper h2.feature14 {
  padding-left: 20px;
}
.pageContent a.news-article-emphasis:link,
.pageContent a.news-article-emphasis:visited,
.pageContent a.news-article-emphasis:hover,
.pageContent a.news-article-emphasis:focus,
.pageContent a.news-article-emphasis:active {
  color: red;
  font-weight: bold;
}
.cp-btn a:link,
.cp-btn a:visited {
  background-color: #f1ebc7;
  border-radius: 5px;
  display: block;
  width: 40%;
  text-align: center;
  padding: 5px;
  text-decoration: none;
}
.cp-btn a:hover {
  background-color: #f1f1f1;
  border-radius: 5px;
  display: block;
  width: 40%;
  text-align: center;
  padding: 5px;
}
.staff-event-table .second-row img {
  padding-left: 10px;
  padding-right: 10px;
}
.calendar_table td {
  width: 14.28%;
}
.home-page-event-section.home-page-event-section-2 .content {
  padding: 0;
}
.doctor-group-photo {
  float: right;
  margin: 45px 0 20px 20px;
  display: none;
}
.image_caption {
  font-weight: normal;
  font-size: 12px;
  display: block;
  max-width: 300px;
  padding-top: 10px;
}
h2.feature14.specialty-doctor-heading {
  padding-left: 20px;
}
.home-page-event-section-1 .title {
  font-size: 22px;
  font-weight: bold;
}
.home-page-event-section-1 .title a:link,
.home-page-event-section-1 .title a:visited,
.home-page-event-section-1 .title a:hover,
.home-page-event-section-1 .title a:focus,
.home-page-event-section-1 .title a:active {
  text-decoration: none;
  color: #000;
  font-size: 22px;
  font-weight: bold;
}
.home-page-event-section .content {
  padding: 0 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.cell.text-cell {
  font-size: 14px;
}
.main .pageContent {
  overflow: hidden;
}
.copyright-things,
.copyright-things a:link,
.copyright-things a:visited,
.copyright-things a:hover,
.copyright-things a:focus,
.copyright-things a:active {
  color: #3a3927;
}
.copyright-things-items {
  margin: 0;
  padding: 0;
  list-style: none;
}
.copyright-things-items li {
  display: inline;
  margin-right: 20px;
}
.header-icon {
  margin: 10px 0 0 0;
  padding: 0;
  list-style: none;
  float: right;
}
.header-icon li {
  display: inline;
  margin-right: 10px;
}
.main .feature14 {
  font-size: 18px;
  font-weight: bold;
}
.feature18.doctor-name {
  font-size: 24px;
  font-weight: bold;
}
.layout-table {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.layout-table iframe,
.layout-table img {
  max-width: 100%;
}
.layout-row {
  display: table-row;
}
.layout-cell {
  display: table-cell;
  vertical-align: top;
}
.my-content {
  width: 60%;
}
.facebook-feed {
  width: 30%;
}
.fa-pinterest {
  color: #BD1E23;
}
.header-social {
  margin: 10px 20px 0 0;
  padding: 0;
  list-style: none;
  float: right;
}
.header-social li {
  display: inline;
  margin: 0 10px;
  font-size: 25px;
}
a[href=""],
a[href="#"] {
  cursor: default;
}
.content-menu-items .content-menu-items {
  display: none;
}
td#job-listing-cell {
  background-color: #FFF;
}
img[src="/images/baby_ani.gif"] {
  margin-right: 20px;
}
.copyright img {
  max-width: 100%;
  height: auto;
}
.footer .content img {
  vertical-align: bottom;
}
button.search-submit {
  background: #293D7E url(/images/button_background.png) repeat-x left bottom;
  border: 1px solid #ccc;
  color: #fff;
}
img.contentpic2 {
  border: 1px solid #ebeced;
  -moz-box-shadow: 0 0 3px 1px #666565;
  -webkit-box-shadow: 0 0 3px 1px #666565;
  box-shadow: 0 0 3px 1px #666565;
}
.content-menu a:link,
.content-menu a:visited,
.content-menu a:focus,
.content-menu a:active {
  color: #343024;
  text-decoration: none;
  padding-bottom: 5px;
  border-bottom: 1px solid #cbd8de;
  font-size: 16px;
}
.content-menu a:hover {
  color: #eff4f6;
  text-decoration: none;
  padding-bottom: 5px;
  border-bottom: 1px solid #cbd8de;
}
.content-banner img {
  max-width: 100%;
  height: auto;
  vertical-align: baseline;
}
a:link,
a:visited {
  color: #fff;
  text-decoration: none;
}
.menu-link-text a:hover,
.menu-link-text a:focus,
.menu-link-text a:active {
  color: #f1f1f1;
  text-decoration: none;
}
.copyright p {
  text-align: center;
  margin-top: 0;
  font-size: 12px;
}
.header-wrap .content {
  clear: both;
  padding: 10px 0 10px 10px;
  text-align: right;
  font-size: 12px;
}
body {
  background: #f1ebc7;
  background: #d6d9dc;
  color: #fff;
}
.printable body {
  color: #000;
  background: #fff;
}
table {
  font-size: 1em;
}
div {
  max-width: 100%;
}
.pagetitle {
  margin: 10px 0;
  padding: 0;
  line-height: 1.4;
  color: #000000;
}
.feature14 {
  color: #f50400;
  margin: 10px 0;
  padding: 0;
  line-height: 1.4;
}
.pageContent {
  color: #000;
  font-size: 14px;
  line-height: 20px;
}
.mobile-tab-content,
.mobile-tab-content-wrap,
.mobile-only,
.mobile-search-box {
  display: none;
}
.mobile-search-box {
  text-align: center;
  background: #303030;
  padding: 5px 0;
  color: #000;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0,0);
  float: right;
}
.fa:hover {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0,0);
  float: right;
  color: #F00;
}
img.graphic.nosize {
  padding-top: 0px;
  padding-bottom: 0px;
}
.pageContent img:not([width]):not([height]) {
  max-width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0px;
}
.header {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  color: #000;
}
.header .logo .mobile {
  display: none;
}
.header .logo img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.header .logo,
.header .box {
  display: table-cell;
  vertical-align: top;
}
.header-inner-wrap {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: table;
}
.header img {
  max-width: 100%;
  height: auto;
}
.header-wrap {
  padding-right: 20px;
  background: transparent;
}
.header-wrap input,
.header-wrap button {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  outline: none;
}
.header-wrap .content {
  clear: both;
  padding: 10px 0 10px 10px;
  text-align: right;
  font-size: 16px;
}
.header-wrap .content b {
  font-weight: normal;
  color: #661804;
}
.header .search-fields {
  padding: 4px;
  margin-top: 10px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background: #f4eee6;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  float: right;
  font-size: 12px;
}
.header .search-fields .search-submit {
  text-indent: -5000px;
  width: 25px;
  height: 25px;
  background: url(/images/icon_search.png) no-repeat center center;
}
.header .search-fields .search-text {
  margin-left: 8px;
}
.i-want-links {
  list-style: none;
  margin: 0;
  padding: 0;
}
.i-want-links li {
  display: block;
  overflow: hidden;
  margin-bottom: 8px;
}
.i-want-links a:link,
.i-want-links a:visited,
.i-want-links a:focus,
.i-want-links a:active {
  display: block;
  line-height: 200%;
  padding: 5px 10px;
  overflow: hidden;
  border: 1px solid #f1f1f1;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background: #ffffff;
  background: -moz-linear-gradient(top,#ffffff 47%,#f7f7f7 55%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(47%,#ffffff),color-stop(55%,#f7f7f7));
  background: -webkit-linear-gradient(top,#ffffff 47%,#f7f7f7 55%);
  background: -o-linear-gradient(top,#ffffff 47%,#f7f7f7 55%);
  background: -ms-linear-gradient(top,#ffffff 47%,#f7f7f7 55%);
  background: linear-gradient(to bottom,#ffffff 47%,#f7f7f7 55%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#f7f7f7',GradientType=0);
}
.pageContent .i-want-links a:link,
.pageContent .i-want-links a:visited,
.pageContent .i-want-links a:focus,
.pageContent .i-want-links a:active {
  color: #000;
}
.i-want-links img {
  float: right;
  vertical-align: middle;
}
.i-want-links a:hover {
  display: block;
  text-decoration: underline;
  line-height: 200%;
  padding: 5px 10px;
  overflow: hidden;
  border: 1px solid #f1f1f1;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background: #ffffff;
  background: -moz-linear-gradient(top,#ffffff 47%,#f7f7f7 55%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(47%,#ffffff),color-stop(55%,#f7f7f7));
  background: -webkit-linear-gradient(top,#ffffff 47%,#f7f7f7 55%);
  background: -o-linear-gradient(top,#ffffff 47%,#f7f7f7 55%);
  background: -ms-linear-gradient(top,#ffffff 47%,#f7f7f7 55%);
  background: linear-gradient(to bottom,#ffffff 47%,#f7f7f7 55%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#f7f7f7',GradientType=0);
}
.main-navigation {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.main-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.main-navigation li.submenu-top-item {
  border-left: 1px solid #fff;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}
.main-navigation li.submenu-top-item-first {
  border-left: none;
}
.main-navigation .mobile-nav {
  display: none;
}
.main-navigation-wrap {
  background: #363635;
  padding: 10px 0;
}
.menu-link-text img {
  max-height: 1em;
  width: auto;
}
.menu-link-text a:link,
.menu-link-text a:visited,
.menu-link-text a:hover,
.menu-link-text a:focus,
.menu-link-text a:active {
  color: #fff;
  text-decoration: none;
}
.menu-link-text a:hover,
.menu-link-text a:focus,
.menu-link-text a:active {
  color: #fff;
}
.sub-navigation-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  background: #4b4b4b;
  padding-top: 5px 0;
  width: 200px;
}
.sub-navigation-menu li {
  text-align: left;
}
.sub-navigation-menu li,
.sub-navigation-menu a {
  display: block;
}
.sub-navigation-menu a:link,
.sub-navigation-menu a:visited,
.sub-navigation-menu a:hover,
.sub-navigation-menu a:focus,
.sub-navigation-menu a:active {
  color: #ffffff;
  text-decoration: none;
  padding: 5px 10px;
  font-size: 12px;
}
.sub-navigation-menu a:hover,
.sub-navigation-menu a:focus,
.sub-navigation-menu a:active {
  color: #ffffff;
  background-color: #363635;
}
.sub-navigation-menu .sub-navigation-menu {
  top: 0;
  left: 100%;
  min-height: 100%;
  background: #eeeabd;
}
.sub-navigation-menu .sub-navigation-menu a:link,
.sub-navigation-menu .sub-navigation-menu a:visited,
.sub-navigation-menu .sub-navigation-menu a:hover,
.sub-navigation-menu .sub-navigation-menu a:focus,
.sub-navigation-menu .sub-navigation-menu a:active {
  color: #000000;
}
.sub-navigation-menu .sub-navigation-menu a:hover,
.sub-navigation-menu .sub-navigation-menu a:focus,
.sub-navigation-menu .sub-navigation-menu a:active {
  color: #000000;
}
.mobile-navigation-bar {
  display: none;
  background: #363635;
  overflow: hidden;
  padding: 10px;
}
.mobile-navigation-bar img {
  cursor: pointer;
}
.mobile-navigation-bar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mobile-navigation-bar .menu {
  float: left;
}
.mobile-navigation-bar .search {
  float: right;
}
.masthead {
  background: #303030;
  overflow: hidden;
  max-width: 2560px;
  margin-left: auto;
  margin-right: auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.masthead img {
  max-width: 100%;
  height: auto;
  width: 100%;
}
.masthead .shim {
  display: none;
}
.masthead .inner-wrap {
  position: relative;
}
.masthead .buttons {
  display: none;
  width: 0px;
  background: #303030;
}
.masthead .buttons .inner-wrap {
  margin-top: 12px;
}
.masthead .buttons .links {
  list-style: none;
  margin: 0;
  padding: 0;
}
.masthead .buttons .button-images img {
  width: 260px;
  height: 48px;
}
.masthead .buttons .nav-arrow {
  text-align: center;
}
.masthead .buttons .nav-arrow span {
  cursor: pointer;
  position: relative;
  z-index: 1000;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.masthead .buttons .nav-up span {
  bottom: -12px;
  margin-top: -12px;
}
.masthead .buttons .nav-down span {
  top: -12px;
  margin-bottom: -12px;
}
.masthead .slides {
  border-left: 0px solid #e5e1b2;
}
.masthead .slides .images {
  list-style: none;
  margin: 0;
  padding: 0;
}
.masthead .slides .images .li {
  display: none;
}
.masthead .slides .images .li-0 {
  display: block;
}
.masthead .slides img {
  vertical-align: bottom;
}
.masthead .buttons,
.masthead .slides {
  display: center;
  vertical-align: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.showing-slideshow .masthead .shim {
  visibility: hidden;
  display: block;
}
.showing-slideshow .masthead .slides .images .li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.masthead .slides {
  border-left: 0px solid #303030;
}
.masthead-wrap {
  background: #f21b00;
  border-bottom: 10px solid #f21b00;
}
.content-page .masthead .shim {
  display: block;
  visibility: hidden;
}
.content-page .masthead .shim img {
  max-width: 100%;
  height: auto;
}
.content-page .masthead .images {
  margin: 0;
  padding: 0;
  list-style: none;
}
.content-page .masthead .images li {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.content-page .masthead .images li:first-child {
  display: block;
}
.pageContent a:link {
  color: #454444;
  text-decoration: underline;
}
.pageContent a:visited {
  color: #454444;
}
.pageContent a:hover,
.pageContent a:focus,
.pageContent a:active {
  color: #000;
}
.pageContent img.nosize {
  max-width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
}
.pageContent img:not([width]):not([height]) {
  max-width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.pageContent iframe,
.pageContent object,
.pageContent embed {
  max-width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.content-menu-items {
  list-style: none;
  margin: 0;
  padding: 0;
}
.content-menu {
  -moz-border-radius: 6px 0 0 6px;
  -webkit-border-radius: 6px 0 0 6px;
  border-radius: 6px 0 0 6px;
}
.content-menu img {
  max-width: 100%;
  height: auto;
}
.content-menu h2 {
  color: #243773;
  line-height: 100%;
  margin: 0 0 20px 0;
  padding: 0;
  text-decoration: underline;
  font-size: 18px;
}
.content-menu li,
.content-menu a {
  display: block;
}
.content-menu li {
  margin-bottom: 5px;
}
.content-menu a:link,
.content-menu a:visited,
.content-menu a:hover,
.content-menu a:focus,
.content-menu a:active {
  color: #343024;
  text-decoration: none;
  padding-bottom: 5px;
  border-bottom: 1px solid #f2f5f7;
  font-size: 12px;
}
.content-menu a:hover,
.content-menu a:focus,
.content-menu a:active {
  text-decoration: underline;
}
.content-page .main {
  background: #555555;
  padding-bottom: 8px;
  background-image: url('/images/ptnr.jpg');
  background-repeat: repeat;
  background: #d6d9dc;
}
.content-page .content-wrap {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: table;
  border-spacing: 0;
  border-collapse: separate;
  width: 100%;
  margin-top: 8px;
  margin: 30px auto;
}
.content-page .pageContent {
  background: #ffffff;
  padding: 20px;
}
.content-page .has-content-menu .content-menu,
.content-page .has-content-menu .pageContent {
  display: table-cell;
  vertical-align: top;
}
.content-page .has-content-menu .content-menu {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 16%;
  padding: 20px;
  background: #f5f5f5;
}
.toolbar {
  overflow: hidden;
  margin-bottom: 10px;
}
.toolbar .toolbox {
  float: right;
}
.toolbar .breadcrumb {
  float: left;
  font-size: 11px;
}
.toolbar .breadcrumb a:link,
.toolbar .breadcrumb a:visited,
.toolbar .breadcrumb a:hover,
.toolbar .breadcrumb a:focus,
.toolbar .breadcrumb a:active {
  text-decoration: none;
  font-size: 11px;
  color: #262626;
}
.toolbar .breadcrumb a:hover,
.toolbar .breadcrumb a:focus,
.toolbar .breadcrumb a:active {
  text-decoration: underline;
}
.toolbar .breadcrumb a.link-last:link,
.toolbar .breadcrumb a.link-last:visited,
.toolbar .breadcrumb a.link-last:hover,
.toolbar .breadcrumb a.link-last:focus,
.toolbar .breadcrumb a.link-last:active {
  color: #4e1400;
  font-weight: bold;
}
.toolbar a[href=""],
.toolbar a[href="#"] {
  cursor: pointer;
}
.fasthealth-research-logo {
  margin-top: 20px;
}
.content-page .has-content-menu .content-menu {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 16%;
  padding: 20px;
  background: #F4EEE6;
}
.content-menu h2 {
  color: #363635;
  line-height: 100%;
  margin: 0 0 20px 0;
  padding: 0;
  text-decoration: underline;
  font-size: 22px;
}
.text-size-1 .pageContent {
  font-size: 0.70em;
  line-height: 1.4;
}
.text-size-2 .pageContent {
  font-size: 0.80em;
  line-height: 1.4;
}
.text-size-3 .pageContent {
  font-size: 0.90em;
  line-height: 1.4;
}
.pageContent,
.text-size-4 .pageContent {
  font-size: 1.00em;
  line-height: 1.4;
}
.text-size-5 .pageContent {
  font-size: 1.10em;
  line-height: 1.4;
}
.text-size-6 .pageContent {
  font-size: 1.20em;
  line-height: 1.4;
}
.text-size-7 .pageContent {
  font-size: 1.30em;
  line-height: 1.4;
}
.text-size-8 .pageContent {
  font-size: 1.40em;
  line-height: 1.4;
}
.text-size-9 .pageContent {
  font-size: 1.50em;
  line-height: 1.4;
}
.text-size-10 .pageContent {
  font-size: 1.60em;
  line-height: 1.4;
}
.text-size-11 .pageContent {
  font-size: 1.70em;
  line-height: 1.4;
}
.text-size-12 .pageContent {
  font-size: 1.80em;
  line-height: 1.4;
}
.text-size-13 .pageContent {
  font-size: 1.90em;
  line-height: 1.4;
}
.text-size-14 .pageContent {
  font-size: 2.00em;
  line-height: 1.4;
}
.text-size-15 .pageContent {
  font-size: 2.10em;
  line-height: 1.4;
}
.text-size-16 .pageContent {
  font-size: 2.20em;
  line-height: 1.4;
}
.content-banner {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
.content-banner img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.footer-wrapper {
  background: #363635;
  padding: 10px 20px;
}
.footer-content-box {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  display: table;
}
.footer {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer h2 {
  max-width: 100%;
  text-align: right;
  font-size: 1.1em;
  line-height: 100%;
  margin: 20px 0 10px 0;
  padding: 0;
  clear: right;
}
.footer img {
  max-width: 100%;
  height: auto;
}
.footer .content {
  float: left;
  width: 48%;
  overflow: hidden;
  font-size: 16px;
}
.footer .content .content-image,
.footer .content .content-area {
  display: table-cell;
  vertical-align: top;
  behavior: url(/polyfills/display-table.min.htc);
  -dt-display: table-cell;
}
.footer .content .content-image {
  padding-right: 20px;
}
.footer .content .fasthealth-logo {
  float: none;
  margin: 0px;
}
.footer .content li {
  display: block;
  text-align: right;
  margin-left: 8px;
}
.footer .logo {
  float: right;
  margin: 45px 0 0 0;
}
.footer .links {
  clear: both;
  text-align: right;
}
.footer .links li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  border-left: 1px solid #c9c3a1;
  margin-left: 8px;
  padding-left: 8px;
}
.footer .links li:first-child {
  border-left: none;
}
.footer a:link,
.footer a:visited,
.footer a:hover,
.footer a:focus,
.footer a:active {
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
}
.footer a:hover,
.footer a:focus,
.footer a:active {
  text-decoration: underline;
  color: #ffffff;
  font-size: 14px;
}
.footer .content-wrap {
  overflow: hidden;
}
.footer .content-wrap .content-2 {
  float: right;
  width: 48%;
  color: #fff;
}
.footer .content-wrap .content-2 a:link,
.footer .content-wrap .content-2 a:visited,
.footer .content-wrap .content-2 a:hover,
.footer .content-wrap .content-2 a:active,
.footer .content-wrap .content-2 a:focus {
  color: #fff;
  text-decoration: none;
}
.footer .content-wrap .content-2 a:hover,
.footer .content-wrap .content-2 a:active,
.footer .content-wrap .content-2 a:focus {
  text-decoration: underline;
  color: #ffffff;
}
.footer .content-wrap .content-2 .content-area {
  text-align: right;
}
.footer .content-wrap .content-2 .footer-links-2 {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  float: right;
}
.footer .content-wrap .content-2 .footer-links-2 li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-left: 10px;
  overflow: hidden;
}
.ie8 .footer .content-wrap .content-2 .footer-links-2 li {
  white-space: nowrap;
}
.ie8 .footer .content-wrap .content-2 .footer-links-2 li img {
  padding-left: 20px;
}
.footer .content-wrap .content-2 .footer-links-2 li a:link,
.footer .content-wrap .content-2 .footer-links-2 li a:visited,
.footer .content-wrap .content-2 .footer-links-2 li a:hover,
.footer .content-wrap .content-2 .footer-links-2 li a:focus,
.footer .content-wrap .content-2 .footer-links-2 li a:active {
  display: block;
  overflow: hidden;
  padding: 5px 10px;
  background: #0083c1;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  vertical-align: middle;
  line-height: 200%;
}
.footer .content-wrap .content-2 .footer-links-2 li a:link img,
.footer .content-wrap .content-2 .footer-links-2 li a:visited img,
.footer .content-wrap .content-2 .footer-links-2 li a:hover img,
.footer .content-wrap .content-2 .footer-links-2 li a:focus img,
.footer .content-wrap .content-2 .footer-links-2 li a:active img {
  float: right;
  margin-left: 10px;
  width: 18px;
  height: 23px;
  vertical-align: bottom;
}
.footer-box {
  background: #5b1201;
}
.copyright-wrapper {
  padding: 0 20px;
  font-size: 11px;
  text-align: center;
}
.copyright {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  color: #aeaeae;
}
.copyright p {
  text-align: center;
  margin-top: 0;
}
.copyright .links {
  margin-top: 15px;
  margin-bottom: 10px;
  display: block;
  text-align: center;
}
.copyright .links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.copyright .links li {
  display: inline;
  margin: 0 10px;
}
.copyright .links img {
  opacity: 0.7;
}
.copyright .links a:hover img,
.copyright .links a:focus img {
  opacity: 1;
  filter: alpha(opacity=100);
}
.speciality-list {
  font-size: 14px;
}
.speciality-list a {
  font-weight: 100;
}
.formlabel {
  font: bold 14px Arial, sans-serif;
}
.activedate {
  font-family: Arial, sans-serif;
  font-size: 12px;
  background: #E8E6FA;
}
.dateevent {
  font-family: Arial, sans-serif;
  font-size: 10px;
}
.inactivedate {
  background: #D3D3D3;
  width: 14%;
}
.dateevent {
  font-family: Arial, sans-serif;
  font-size: 10px;
}
.formlabel {
  font: bold 14px Arial, sans-serif;
  color: #0000CC;
}
.label {
  font: bold 14px Arial, sans-serif;
}
.myform {
  font: bold 12px Arial, sans-serif;
  background: #E6E6FA;
}
.jobform {
  background: #E6E6FA;
}
.today {
  font: bold 13px Arial, sans-serif;
  background: #3399FF;
}
.month {
  color: #FFFFFF;
  font: bold 20px Arial, sans-serif;
  background: #000000;
}
.day {
  color: #FFFFE0;
  font: bold 12px Arial, sans-serif;
  background: #483D8B;
}
.F {
  font: bold 12px Arial, sans-serif;
  background: #FFB6C1;
}
.M {
  font: bold 12px Arial, sans-serif;
  background: #93D2FB;
}
.activedate {
  background-color: #f9f9f9;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 0px;
  border: 1px solid #ffffff;
  border-top: 0px solid #F4EDD9;
}
.inactivedate {
  background-color: #f0efef;
  border: 0px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border-bottom: 0px solid #DED4B6;
  border-top: 0px solid #F4EDD9;
}
.today {
  background-color: #cdcccc;
  border: 0px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 0px solid #c4ba9b;
  color: #000;
}
.month {
  background-color: #363635;
  font-weight: bold;
  border: 0px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #FFF;
  font-size: 24px;
  border-bottom: 0px solid #22557d;
  border-top: 0px solid #3878a9;
  text-shadow: 1px 2px 4px #4a0f02, 0 0 0 #000, 1px 2px 4px #4a0f02, 0 1px 0 #FFF;
  height: 40px;
}
.day {
  background-color: #ff0002;
  color: #ffffff;
  border: 0px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border-bottom: 0px solid #0277B6;
  border-top: 0px solid #25A8EF;
  height: 20px;
}
.calendar_table {
  border: none;
}
#email-page label {
  display: block;
  margin-top: 20px;
  font-weight: bold;
  color: #4e1400;
}
#email-page ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#email-page li {
  margin-top: 10px;
}
#email-page input[type=image],
#email-page button[type=submit] {
  margin-top: 20px;
}
.ie8 .toolbox {
  white-space: nowrap;
}
.ie8 a[href="nursery_calendar.php"],
.ie8 a[href="nursery_name.php"],
.ie8 a[href="nursery_id.php"] {
  white-space: nowrap;
}
.header,
.footer,
.content-page .content-wrap {
  max-width: 90%;
}
.footer {
  margin: 0;
}
@media only screen and (max-width: 1000px) {
  .header,
  .main-navigation,
  .content-page .content-wrap,
  .masthead,
  .footer {
    width: auto;
    max-width: 100%;
    display: block;
  }
}
@media only screen and (max-width: 900px) {
  .header-wrap .content {
    font-size: 0.8em;
  }
  .masthead-wrap {
    text-align: center;
  }
  .masthead {
    background: #fff;
  }
  .masthead .buttons {
    display: none;
  }
  .masthead .slides {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    border: none;
  }
  .tab-navigation .tabs ul {
    display: block;
  }
  .tab-navigation .tabs ul li {
    font-size: 0.8em;
  }
  .tab-navigation .tabs ul a.tab-link:link,
  .tab-navigation .tabs ul a.tab-link:visited,
  .tab-navigation .tabs ul a.tab-link:hover,
  .tab-navigation .tabs ul a.tab-link:focus,
  .tab-navigation .tabs ul a.tab-link:active {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 830px) {
  .header-wrap .content {
    font-size: 0.7em;
  }
  .footer .content img {
    max-width: 140px;
    font-size: 0.8em;
  }
  .footer .logo {
    margin-top: 15px;
    max-width: 200px;
  }
  .toolbar .breadcrumb {
    font-size: 10px;
  }
  .toolbar .breadcrumb a:link,
  .toolbar .breadcrumb a:visited,
  .toolbar .breadcrumb a:hover,
  .toolbar .breadcrumb a:focus,
  .toolbar .breadcrumb a:active {
    font-size: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .mobile-only {
    display: block;
  }
  .header-inner-wrap,
  .header .logo,
  .header .box {
    display: block;
  }
  .main-navigation-wrap {
    display: none;
    background: #292728;
    padding: 0;
    border: 0px solid #243773;
  }
  .header-wrap {
    background: #fff;
  }
  .header {
    padding: 20px 0;
  }
  .header .box {
    display: none;
  }
  .header .logo {
    float: none;
    text-align: center;
  }
  .header .logo .mobile {
    display: inline;
  }
  .header .logo .non-mobile {
    display: none;
  }
  .mobile-navigation-bar {
    display: block;
  }
  .content-page .has-content-menu .content-menu {
    display: none;
  }
  .content-page .has-content-menu .pageContent {
    display: block;
  }
  .showing-mobile-menu .overlay-wrapper {
    position: relative;
    z-index: 1500;
  }
  .showing-mobile-menu .mobile-menu-wrapper {
    position: absolute;
    z-index: 2000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/images/black50alpha.png);
  }
  .showing-mobile-menu .main-navigation-wrap {
    display: block;
    position: absolute;
    z-index: 3000;
    top: 0;
    left: 0;
  }
  .showing-mobile-menu .main-navigation li.submenu-top-item {
    display: block;
    border: 0;
    text-align: left;
    margin-bottom: 10px;
    padding-left: 30px;
    background: url(/images/double_right_arrow.png) no-repeat 10px 0;
  }
  .showing-mobile-menu .main-navigation li.submenu-top-item.open {
    background-image: url(/images/double_down_arrow.png);
  }
  .showing-mobile-menu .main-navigation .mobile-nav {
    display: block;
  }
  .showing-mobile-menu .navigation-menu {
    background: #484847;
    padding-top: 15px;
    padding-bottom: 5px;
  }
  .showing-mobile-menu .mobile-nav {
    background: none;
  }
  .showing-mobile-menu .mobile-nav li.submenu-top-item,
  .showing-mobile-menu .mobile-nav li.submenu-top-item.open {
    background: none;
    padding-left: 10px;
  }
  .showing-mobile-menu li.submenu-top-item.img {
    display: none;
  }
  .showing-mobile-menu .sub-navigation-menu {
    background: none;
    position: static;
    height: auto;
    width: auto;
  }
  .showing-mobile-menu .sub-navigation-menu a:link,
  .showing-mobile-menu .sub-navigation-menu a:visited,
  .showing-mobile-menu .sub-navigation-menu a:hover,
  .showing-mobile-menu .sub-navigation-menu a:focus,
  .showing-mobile-menu .sub-navigation-menu a:active {
    color: #fff;
    text-decoration: none;
  }
}
@media only screen and (max-width: 750px) {
  .masthead {
    background: none;
  }
  .toolbar .breadcrumb {
    display: none;
  }
}
@media only screen and (max-width: 720px) {
  .footer .content img {
    max-width: 100px;
  }
}
@media only screen and (max-width: 650px) {
  .masthead-wrap {
    border-bottom: 0;
  }
  .my-cmch .border-underlay {
    display: none;
  }
  .mobile-tab-content-wrap {
    display: block;
  }
  .tab-navigation-wrap {
    padding-left: 0;
    padding-right: 0;
  }
  .tab-navigation {
    background: #fff;
    padding-left: 20px;
    padding-right: 20px;
  }
  .tab-navigation .tab-content {
    display: none;
  }
  .tab-navigation .tabs ul li {
    display: block;
    margin: 0;
    font-size: 1em;
    margin-bottom: 10px;
  }
  .tab-navigation .tabs ul li a.tab-link:link,
  .tab-navigation .tabs ul li a.tab-link:visited,
  .tab-navigation .tabs ul li a.tab-link:hover,
  .tab-navigation .tabs ul li a.tab-link:focus,
  .tab-navigation .tabs ul li a.tab-link:active {
    min-height: 35px;
    height: auto;
  }
  .footer-wrapper {
    padding: 0;
  }
  .footer .logo,
  .footer .links {
    display: none;
  }
  .footer .content {
    float: none;
    width: auto;
    margin: 0;
  }
  .footer .content img {
    max-width: 100%;
  }
  .footer .content-wrap .content-2 {
    float: none;
    width: auto;
  }
  .footer .content-wrap .content-2 .content-area {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }
  .footer .content-wrap .content-2 .footer-links-2 {
    text-align: center;
    float: none;
  }
  .copyright-things-items li,
  .footer .content,
  .footer .content-wrap .content-2 {
    float: none;
    width: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
    display: block;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .toolbar {
    display: none;
  }
}
@media only screen and (max-width: 420px) {
  .footer .content {
    text-align: left;
  }
  .footer .content-image {
    padding-top: 15px;
  }
  .footer .content-image img {
    max-width: 80px;
  }
  .footer .content-area {
    padding-bottom: 15px;
  }
  .footer .content-area img {
    max-width: 80px;
  }
}
@media only screen and (max-width: 319px) {
  .footer-content-box {
    display: block;
    padding: 0;
  }
  .footer .content {
    text-align: left;
  }
  .footer .content .content-image,
  .footer .content .content-area {
    padding: 10px 0;
    float: none;
    display: block;
  }
  .footer .content .content-image img,
  .footer .content .content-area img {
    max-width: 100%;
  }
  .footer .content .content-area h2 {
    text-align: left;
  }
  .footer .content .content-area img {
    float: left;
    clear: both;
  }
  .footer .content .content-image {
    text-align: center;
  }
  .footer .content li {
    text-align: left;
  }
}
