@charset "utf-8";
/* 
	layout.less
	Project: Shepherd's Care Foundation
*/
/*------ IMPORTS ------*/
@font-face {
  font-family: 'Whitney-Bold';
  src: url('fonts/Whitney-Bold.eot');
  src: url('fonts/Whitney-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/Whitney-Bold.woff') format('woff'), url('fonts/Whitney-Bold.ttf') format('truetype'), url('fonts/Whitney-Bold.svg#Whitney-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Whitney-Book';
  src: url('fonts/Whitney-Book.eot');
  src: url('fonts/Whitney-Book.eot?#iefix') format('embedded-opentype'), url('fonts/Whitney-Book.woff') format('woff'), url('fonts/Whitney-Book.ttf') format('truetype'), url('fonts/Whitney-Book.svg#Whitney-Book') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Whitney-Medium';
  src: url('fonts/Whitney-Medium.eot');
  src: url('fonts/Whitney-Medium.eot?#iefix') format('embedded-opentype'), url('fonts/Whitney-Medium.woff') format('woff'), url('fonts/Whitney-Medium.ttf') format('truetype'), url('fonts/Whitney-Medium.svg#Whitney-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Whitney-Italic';
  src: url('fonts/Whitney-BookItalic.eot');
  src: url('fonts/Whitney-BookItalic.eot?#iefix') format('embedded-opentype'), url('fonts/Whitney-BookItalic.woff') format('woff'), url('fonts/Whitney-BookItalic.ttf') format('truetype'), url('fonts/Whitney-BookItalic.svg#Whitney-BookItalic') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* 
	mixins.less
	Project: Shepherd's Care
*/
.full {
  width: 100%;
}
.fluid-max {
  max-width: 1220px;
  padding: 0 20px;
  display: block;
  margin: 0 auto;
  position: relative;
}
.fluid-min {
  max-width: 960px;
  padding: 0 20px;
  display: block;
  margin: auto;
  position: relative;
}
.col {
  width: 100%;
}
.col.half {
  width: 50%;
}
.col.half.middle {
  margin-right: auto;
  margin-left: auto;
}
.f_right {
  float: right;
  display: block;
}
.f_left {
  float: left;
  display: block;
}
.clear {
  display: block;
  clear: both;
}
.right {
  text-align: right;
}
.left {
  text-align: left;
}
.center {
  text-align: center;
}
/*------ CLEARFIX ------*/
.clearfix {
  display: inline-block;
}
.clearfix:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.table {
  display: table;
}
.table .table-row {
  display: table-row;
}
.table .table-cell {
  display: table-cell;
}
.trunc {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
}
.dash {
  display: inline-block;
  padding: 0 3px;
}
.nomargin {
  margin: 0 !important;
}
.nopadding {
  padding: 0 !important;
}
.noborder {
  border: 0 !important;
}
.nobg {
  background: none !important;
}
.hidden {
  display: none !important;
}
.border-box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.border-flat-left {
  -webkit-border-bottom-left-radius: 0;
  -moz-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-top-left-radius: 0;
  border-top-left-radius: 0;
}
.border-flat-right {
  -webkit-border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
  border-top-right-radius: 0;
}
.border-flat-top {
  -webkit-border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-top-left-radius: 0;
  border-top-left-radius: 0;
}
.border-flat-bottom {
  -webkit-border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
}
a.button,
span.button,
button.button {
  display: inline-block;
  margin-top: 10px;
  padding: 8px 16px 8px 18px;
  color: #052638;
  font-size: 15px;
  line-height: 1;
  text-align: center;
  background: none;
  border: 1px solid #052638;
  cursor: pointer;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
a.button:hover,
span.button:hover,
button.button:hover {
  background: #052638;
  color: #fff;
}
.button.button-box {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.button.button-more {
  position: relative;
}
.button.button-more:after {
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.button.button-more:before {
  position: absolute;
  top: 0;
  left: 70%;
  height: 100%;
  content: "\f061";
  font-family: 'FontAwesome';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-size: .9em;
  line-height: 2.3;
  color: #fff;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.button.button-more:hover {
  padding-right: 28px;
}
.button.button-more:hover:before {
  left: 85%;
  opacity: 1;
}
p a {
  font-family: 'Whitney-Bold', Helvetica, Arial, sans-serif;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
p a.button {
  font-family: 'Whitney-Book', Helvetica, Arial, sans-serif;
}
a.url-dark {
  color: #052638;
}
a.url-dark:hover {
  color: #d12030;
}
/*------ PANEL STYLES ------*/
.panel {
  display: block;
  padding: 35px 20px;
  background: #f7f8fc;
}
.panel .panel-content {
  padding: 30px 40px 20px;
}
.panel .panel-content img,
.panel .panel-content iframe,
.panel .panel-content embed,
.panel .panel-content object {
  max-width: 100%;
  height: auto;
}
.panel.panel-dark-blue,
.newsletter-banner.dark-panel,
.newsletter-main.dark-panel {
  background: #052638;
  color: #fff;
}
.panel.panel-dark-blue h2,
.newsletter-banner.dark-panel h2,
.newsletter-main.dark-panel h2,
.panel.panel-dark-blue h3,
.newsletter-banner.dark-panel h3,
.newsletter-main.dark-panel h3,
.panel.panel-dark-blue h4,
.newsletter-banner.dark-panel h4,
.newsletter-main.dark-panel h4,
.panel.panel-dark-blue h5,
.newsletter-banner.dark-panel h5,
.newsletter-main.dark-panel h5 {
  color: #fff;
}
.panel.panel-dark-blue .button,
.newsletter-banner.dark-panel .button,
.newsletter-main.dark-panel .button,
.panel.panel-dark-blue a.button,
.newsletter-banner.dark-panel a.button,
.newsletter-main.dark-panel a.button,
.panel.panel-dark-blue span.button,
.newsletter-banner.dark-panel span.button,
.newsletter-main.dark-panel span.button {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
}
.panel.panel-dark-blue .button:hover,
.newsletter-banner.dark-panel .button:hover,
.newsletter-main.dark-panel .button:hover,
.panel.panel-dark-blue a.button:hover,
.newsletter-banner.dark-panel a.button:hover,
.newsletter-main.dark-panel a.button:hover,
.panel.panel-dark-blue span.button:hover,
.newsletter-banner.dark-panel span.button:hover,
.newsletter-main.dark-panel span.button:hover {
  color: #052638;
  background: #90c7e7;
  border: 1px solid #90c7e7;
}
.panel.panel-dark-blue .alert,
.newsletter-banner.dark-panel .alert,
.newsletter-main.dark-panel .alert {
  color: #052638;
}
.panel.panel-dark-blue .faq-listing .faq-item .faq-title:hover,
.newsletter-banner.dark-panel .faq-listing .faq-item .faq-title:hover,
.newsletter-main.dark-panel .faq-listing .faq-item .faq-title:hover,
.panel.panel-dark-blue .faq-listing .faq-item .faq-title.ui-state-active,
.newsletter-banner.dark-panel .faq-listing .faq-item .faq-title.ui-state-active,
.newsletter-main.dark-panel .faq-listing .faq-item .faq-title.ui-state-active {
  color: #889eba;
}
.panel.panel-blue {
  background: #c7d2e0;
}
.panel.panel-blue small {
  color: #10416a;
}
.panel.panel-blue a {
  color: #052638;
}
.panel.panel-blue a:hover {
  color: #889eba;
}
.panel.panel-blue a.button:hover {
  color: #fff;
}
.panel.panel-blue table.data-table tr td a {
  color: #052638;
}
.panel.panel-blue table.data-table tr td a:hover {
  color: #d12030;
}
.panel.panel-blue .faq-listing .faq-item .faq-title:hover:before,
.panel.panel-blue .faq-listing .faq-item .faq-title.ui-state-active:before {
  color: #f7f8fc;
}
.panel.panel-light,
.dialog__content {
  background: #fff;
}
.panel.panel-light .input,
.dialog__content .input {
  background-color: #f7f8fc;
}
.panel.panel-light .input:hover,
.dialog__content .input:hover {
  background-color: #f3e4b1;
}
.panel.panel-light .input:focus,
.dialog__content .input:focus {
  background-color: #f3e4b1;
}
.panel.panel-light .input.empty,
.dialog__content .input.empty,
.panel.panel-light .input.error,
.dialog__content .input.error {
  background-color: #fae1e3;
}
.panel.panel-light .input.submit,
.dialog__content .input.submit {
  background: #d12030;
}
.panel.panel-light .input[readonly]:hover,
.dialog__content .input[readonly]:hover,
.panel.panel-light .input[readonly]:focus,
.dialog__content .input[readonly]:focus {
  background-color: #f7f8fc;
}
.panel.panel-light .submit:hover,
.dialog__content .submit:hover {
  background: #9c1824;
}
.panel.panel-light .alert,
.dialog__content .alert {
  background: #f7f8fc;
}
.panel.panel-light table.data-table tr.even td,
.dialog__content table.data-table tr.even td {
  background: #f7f8fc;
}
.panel.panel-yellow {
  background: #f3e4b1;
}
.panel.panel-bluesky {
  background: #90c7e7;
}
.panel.panel-bluealt {
  background: #99acc4;
}
.panel.tabs-end {
  padding-bottom: 0;
}
.panel.panel-divider {
  padding: 0;
}
.panel.panel-divider .divider {
  position: relative;
  height: 100px;
  padding: 20px;
}
.panel.panel-divider .divider h2 {
  display: table-cell;
  vertical-align: middle;
  margin: 0;
  color: #052638;
}
.panel.panel-divider .divider.divider-left {
  width: 285px;
  background: #fff;
  float: left;
  display: block;
}
.panel.panel-divider .divider.divider-right {
  display: table;
  padding-left: 75px;
}
.panel.panel-divider.panel-nodiv .panel {
  padding-top: 5px;
}
.panel.photo-list {
  text-align: center;
}
.panel.photo-list .photo-item {
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  width: 225px;
  margin: 12px;
  background: #fff;
  text-align: left;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.panel.photo-list .photo-item img {
  display: block;
  position: relative;
  width: 100%;
  font-size: 0;
}
.panel.photo-list .photo-item .caption {
  padding: 15px;
  font-size: 14px;
  color: #052638;
  background: #f7f8fc;
}
.panel.photo-list .photo-item:hover {
  -moz-box-shadow: 0px 0px 15px 0px rgba(16, 65, 106, 0.3);
  -webkit-box-shadow: 0px 0px 15px 0px rgba(16, 65, 106, 0.3);
  box-shadow: 0px 0px 15px 0px rgba(16, 65, 106, 0.3);
}
/*------ SCROLLBAR STYLES ------*/
.scroll::-webkit-scrollbar-track {
  border-radius: 0;
  background-color: #f7f8fc;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
}
.scroll::-webkit-scrollbar {
  width: 12px;
  background-color: #f7f8fc;
}
.scroll::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: #052638;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
}
/* Bubbles */
.hvr-bubble-top,
.hvr-bubble-bottom,
.bubble-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
/* Bubble Top */
.hvr-bubble-top:after {
  pointer-events: none;
  position: absolute;
  display: block;
  z-index: -1;
  content: '';
  border-style: solid;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  left: 50%;
  top: -50px;
  margin-left: -30px;
  border-width: 30px;
  border-color: transparent transparent #fff transparent;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}
.hvr-bubble-top:hover:after,
.hvr-bubble-top:focus:after,
.hvr-bubble-top:active:after {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  transform: translateY(-10px);
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
/* Bubble Bottom */
.hvr-bubble-bottom:before {
  pointer-events: none;
  position: absolute;
  display: block;
  z-index: -1;
  content: '';
  border-style: solid;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  left: 50%;
  bottom: -40px;
  margin-left: -30px;
  border-width: 30px;
  border-color: #fff transparent transparent transparent;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}
.hvr-bubble-bottom:hover:before,
.hvr-bubble-bottom:focus:before,
.hvr-bubble-bottom:active:before {
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
/* Bubble Right (no hover) */
.bubble-right:after {
  pointer-events: none;
  position: absolute;
  display: block;
  z-index: -1;
  content: '';
  border-style: solid;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  top: 50%;
  right: -59px;
  margin-top: -30px;
  border-width: 30px;
  border-color: transparent transparent transparent #fff;
}
/*------ DIALOG STYLES ------*/
.dialog,
.dialog__overlay {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.dialog {
  position: fixed;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  pointer-events: none;
}
.dialog__overlay {
  position: absolute;
  background: rgba(154, 173, 197, 0.5);
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-backface-visibility: hidden;
}
.dialog--open .dialog__overlay {
  opacity: 1;
  pointer-events: auto;
}
.dialog__content {
  width: 50%;
  max-width: 560px;
  min-width: 290px;
  max-height: 80%;
  margin-left: 225px;
  padding: 3em 2em;
  position: relative;
  z-index: 5;
  opacity: 0;
  font-size: 14px;
  background: #fff;
}
.dialog__content small {
  display: inline-block;
  font-size: 14px;
}
.dialog__content .close-modal {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  color: #fff;
  background: #052638;
}
.dialog__content .close-modal:hover {
  background: #d12030;
  border-color: #d12030;
}
.scrolly {
  overflow-y: auto;
  max-height: 100%;
}
.dialog--open {
  z-index: 999;
}
.dialog--open .dialog__overlay {
  z-index: 998;
}
.dialog--open .dialog__content {
  z-index: 999;
}
.dialog--open .dialog__content {
  pointer-events: auto;
}
.dialog.dialog--close,
.dialog.dialog--close .dialog__overlay {
  z-index: 1;
}
/* Content */
.dialog h2 {
  font-weight: 400;
  font-size: 2em;
  padding: 0 0 2em;
  margin: 0;
}
.dialog__overlay {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.dialog.dialog--open .dialog__content,
.dialog.dialog--close .dialog__content {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.dialog.dialog--open .dialog__content {
  -webkit-animation-name: anim-open;
  animation-name: anim-open;
}
.dialog.dialog--close .dialog__content {
  -webkit-animation-name: anim-close;
  animation-name: anim-close;
}
.dialog.dialog--open h2,
.dialog.dialog--open button {
  -webkit-animation: anim-elem 0.3s both;
  animation: anim-elem 0.3s both;
}
.dialog.dialog--open h2 {
  -webkit-animation-delay: 0.05s;
  animation-delay: 0.05s;
}
.dialog.dialog--open button {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
@-webkit-keyframes anim-open {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@keyframes anim-open {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes anim-close {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
  }
}
@keyframes anim-close {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
}
/* Inner elements animations */
@-webkit-keyframes anim-elem {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 25px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@keyframes anim-elem {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/*------ ANIMATIONS ------*/
@keyframes fade {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  }
}
@-webkit-keyframes fade {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  }
}
/*------ RESET ------*/
* {
  margin: 0;
}
body,
html {
  width: 100%;
  height: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  background: #fbfbfd;
}
/*------ CLEARFIX ------*/
.clearfix:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clearfix {
  display: inline-block;
}
html[xmlns] .clearfix,
html .clearfix {
  display: block;
}
* html .clearfix {
  height: 1%;
}
/*------ IE UPGRADE OVERLAY ------*/
#stop-ie {
  position: fixed;
  overflow: hidden;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 40%;
  height: 100%;
  padding: 200px 30% 100px 30%;
  text-align: center;
  font-size: 30px;
  line-height: 30px;
  color: #fff;
  background: #052638;
}
#stop-ie i {
  font-size: 80px;
  margin: 0 10px 40px 10px;
}
/*------ ICONS ------*/
#social-icons {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
}
#social-icons li {
  display: inline-block;
  margin: 0 5px 5px 0;
  padding: 0;
  border: 0;
  text-align: center;
}
#social-icons li a {
  position: relative;
  display: block;
  width: 28px;
  height: 28px;
  line-height: 28px;
  background: #99acc4;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #fff;
}
#social-icons li a span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 14px;
  line-height: 28px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#social-icons li a span + span {
  top: 100%;
  color: #fff;
}
#social-icons li a:hover span {
  top: -100%;
}
#social-icons li a:hover span + span {
  top: 0;
}
#social-icons li a:hover span + span.fa-facebook {
  background: #3b5998;
}
#social-icons li a:hover span + span.fa-google-plus {
  background: #d94a39;
}
#social-icons li a:hover span + span.fa-linkedin {
  background: #1b92bd;
}
#social-icons li a:hover span + span.fa-pinterest {
  background: #cb2027;
}
#social-icons li a:hover span + span.fa-twitter {
  background: #00bdec;
}
#social-icons li a:hover span + span.fa-youtube {
  background: #d20800;
}
#social-icons li a:hover span + span.fa-instagram {
  background: #316c95;
}
#social-icons li a:hover span + span.fa-houzz {
  background: #7cc04b;
}
#social-icons li a:active span {
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3) inset;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3) inset;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3) inset;
}
/*------ FORM STYLES ------*/
fieldset {
  width: 95%;
  margin: 20px 0;
  padding: 0 2.5% 10px;
  font-size: 16px;
  border: 1px solid #d9e0e9;
}
fieldset legend {
  margin: 0 10px;
  padding: 10px 20px;
  font-family: 'Whitney-Bold', Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: #052638;
}
.form-row {
  position: relative;
  margin-bottom: 10px;
  /*--- Columns ---*/
}
.form-row div {
  width: 100%;
  float: left;
  margin: 0 10px 0 0;
}
.form-row div.clearfix {
  float: none;
}
.form-row .col {
  position: relative;
}
.form-row .span1 {
  width: 58px;
}
.form-row .span2 {
  width: 140px;
}
.form-row .span3 {
  width: 220px;
}
.form-row .span4 {
  width: 300px;
}
.form-row .span5 {
  width: 380px;
}
.form-row .span6 {
  width: 460px;
}
.form-row .span7 {
  width: 540px;
}
.form-row .half {
  width: 48%;
  margin-right: 4%;
}
.form-row .first {
  margin-left: 0;
}
.form-row .last {
  margin-right: 0;
}
.form-row .f_right {
  float: right;
  display: block;
}
.form-row label {
  display: inline-block;
  margin: 2px 20px 0 0;
  font-size: 14px;
  color: #052638;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.form-row label small {
  font-size: 14px;
  line-height: 14px;
}
.form-row label a {
  font-family: 'Whitney-Medium', Helvetica, Arial, sans-serif;
  color: #d12030;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.form-row label a:hover {
  color: #10416a;
}
.form-row.captcha-validate div {
  width: auto;
  margin: 0 auto;
}
.checkbox_label {
  font-size: 16px;
}
.input {
  display: inline-block;
  margin: 5px 10px 5px 0;
  padding: 10px 1em;
  width: 100%;
  font-family: 'Whitney-Bold', Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #052638;
  line-height: 1.2;
  letter-spacing: 0px;
  background: #fff;
  border: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.input:hover,
.input:focus {
  background: #f3e4b1;
}
.input::-webkit-input-placeholder {
  font-family: 'Whitney-Medium', Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #889eba;
}
.input::-moz-placeholder {
  font-family: 'Whitney-Medium', Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #99acc4;
}
.input::-moz-placeholder {
  font-family: 'Whitney-Medium', Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #99acc4;
}
.input::-ms-input-placeholder {
  font-family: 'Whitney-Medium', Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #99acc4;
}
.input.input-short {
  width: 50%;
}
.input[readonly]:hover,
.input[readonly]:focus {
  background-color: #fff;
}
.file {
  font-family: 'Whitney-Book', Helvetica, Arial, sans-serif;
  font-size: 14px;
}
.input.empty,
.input.error {
  color: #d12030;
  background-color: #fae1e3;
}
.select {
  background-image: url("../images/bg_select_arrow.png");
  background-position: 95% 50%;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}
.select:hover,
.select:focus {
  background-image: url("../images/bg_select_arrow_active.png");
  background-position: 95% 50%;
  background-repeat: no-repeat;
}
.select:-ms-expand {
  display: none;
}
.textarea {
  height: 113px;
  min-height: 113px;
  max-height: 113px;
  max-width: 100%;
}
.req {
  color: #d12030;
}
.submit {
  width: auto;
  margin-right: 0;
  color: #fff;
  background: #d12030;
  cursor: pointer;
}
.submit:hover {
  background: #9c1824;
}
.submit[disabled] {
  background: #cccccc;
}
.submit[disabled]:hover {
  background: #cccccc;
}
.input.submit.submit-attach {
  position: absolute;
  display: inline-block;
  top: 0;
  right: 0;
  width: 100px;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-top-left-radius: 0;
  border-top-left-radius: 0;
}
.checkbox,
.radio {
  display: none;
}
.checkbox + label,
.radio + label {
  position: relative;
  display: inline-block;
  padding: 1px 10px 1px 26px;
  cursor: pointer;
  line-height: 20px;
}
.checkbox + label:before,
.radio + label:before {
  content: " ";
  font-family: FontAwesome;
  display: inline-block;
  line-height: 15px;
  font-size: 10px;
  position: absolute;
  top: 2px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #052638;
  text-align: center;
  color: #052638;
  background: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.checkbox:checked + label:before {
  content: "\f00c";
}
.radio:checked + label:before {
  content: "\f111";
}
.checkbox:disabled + label:before,
.radio:disabled + label:before {
  background-color: #cccccc;
}
.radio-list,
.checkbox-list {
  padding: 8px 0 8px 0;
}
.validate .input.code {
  width: 210px;
  float: left;
  display: block;
}
.validate img {
  display: inline-block;
  width: 100px;
  height: 39px;
  margin-top: 5px;
  margin-left: -113px;
}
.form-message {
  font-size: 12px;
  color: #d12030;
}
#validate {
  padding: 0;
  margin-right: 0;
  width: 90px;
  height: 39px;
}
/*------ form alerts (success/error) ------*/
.alert {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 20px 0;
  padding: 55px 20px 15px 20px;
  background: #fff;
}
.alert p {
  padding: 0;
  font-size: 14px;
}
.alert p small {
  font-size: 14px;
}
.alert strong {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  padding: 10px 20px;
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
}
.alert strong:before {
  display: inline-block;
  margin-right: 10px;
  font-family: FontAwesome;
  font-size: 16px;
}
.alert .success strong {
  background: #7cc242;
}
.alert .success strong:before {
  content: "\f00c";
}
.alert .error strong {
  background: #d12030;
}
.alert .error strong:before {
  content: "\f071";
}
/*------ NAVIGATION ------*/
#main-navigation {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 165px;
  padding: 0 30px;
  font-size: 14px;
  background: #fff;
}
#main-navigation h1 {
  margin-left: -15px;
  padding-top: 40px;
}
#main-navigation h1 #scf-logo {
  display: block;
  font-size: 0;
}
#main-navigation h1 #scf-logo img {
  width: 200px;
}
#main-navigation hr {
  display: none;
  position: absolute;
  margin: 0;
  width: 100%;
  margin-left: -5%;
}
#main-navigation ul#nav {
  margin: 20px 0 40px;
  padding: 0;
  list-style: none;
}
#main-navigation ul#nav li a {
  display: block;
  padding: 8px 10px;
  font-family: 'Whitney-Medium', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #052638;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#main-navigation ul#nav li a:hover {
  color: #d12030;
}
#main-navigation ul#nav li ul {
  display: none;
  margin-bottom: 10px;
  padding: 0;
  list-style: none;
}
#main-navigation ul#nav li ul li a {
  margin: 0 10px;
  padding: 6px 0 0 10px;
  font-family: 'Whitney-Book', Helvetica, Arial, sans-serif;
  text-transform: none;
}
#main-navigation ul#nav li ul li a.dynamic.end {
  margin-bottom: 2px;
  padding-bottom: 10px;
  border-bottom: 2px solid #052638;
}
#main-navigation ul#nav li.active ul {
  display: block;
}
#main-navigation ul#nav li.active > a {
  font-family: 'Whitney-Bold', Helvetica, Arial, sans-serif;
  color: #10416a;
}
#main-navigation #back-to-top {
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  left: 0;
  font-size: 14px;
  text-align: center;
}
#main-navigation #back-to-top a {
  display: inline-block;
  padding: 25px 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#main-navigation #back-to-top:hover a {
  color: #d12030;
}
#main-navigation #back-to-top.fixed {
  display: none;
  position: fixed;
  left: auto;
  text-align: left;
}
#sub-navigation {
  position: relative;
  z-index: 20;
  display: table;
  table-layout: fixed;
  width: 100%;
}
#sub-navigation ul {
  display: table-row;
  margin: 0;
  padding: 0;
}
#sub-navigation ul li {
  position: relative;
  display: table-cell;
  list-style: none;
  text-align: center;
  font-size: 18px;
  background: #f3e4b1;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#sub-navigation ul li a {
  display: block;
  padding: 40px;
}
#sub-navigation ul li h2 {
  font-size: 22px;
}
#sub-navigation ul li p {
  padding: 0;
  line-height: 0;
  color: transparent;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#sub-navigation ul li:hover {
  background: #fff;
}
#sub-navigation ul li:hover p {
  line-height: 1.4;
  color: #052638;
}
#sub-navigation ul li:hover a {
  margin-top: 20px;
}
#sub-navigation ul li.blue {
  background: #90c7e7;
}
#sub-navigation ul li.blue-small {
  background: #99acc4;
}
#sub-navigation ul li.blue:hover,
#sub-navigation ul li.blue-small:hover {
  background: #fff;
}
#sub-navigation.home ul li {
  font-size: 20px;
}
#sub-navigation.home ul li a {
  padding: 100px 40px;
}
#sub-navigation.home ul li h2 {
  font-size: 27px;
}
#nav-toggle {
  display: none;
  margin: 6px 15px 0 20px;
  padding-top: 60px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
  position: absolute;
  display: block;
  border-radius: 1px;
  height: 3px;
  width: 20px;
  background: #052638;
  cursor: pointer;
  content: '';
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#nav-toggle span:before {
  top: -7px;
}
#nav-toggle span:after {
  bottom: -7px;
}
#nav-toggle:hover span,
#nav-toggle:hover span:before,
#nav-toggle:hover span:after {
  background: #d12030;
}
#nav-toggle.active span {
  background-color: transparent;
}
#nav-toggle.active span:before,
#nav-toggle.active span:after {
  top: 0;
}
#nav-toggle.active span:before {
  transform: rotate(45deg);
}
#nav-toggle.active span:after {
  transform: rotate(-45deg);
}
.special-button {
  display: inline-block;
  height: 50px;
  margin-left: -30px;
  padding: 0 20px 0 22px;
  line-height: 50px;
  text-transform: uppercase;
  font-family: 'Whitney-Medium', Helvetica, Arial, sans-serif;
  color: #fff !important;
  background: #99acc4;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.special-button:hover {
  background: #10416a;
}
#mbl-donate,
#scf-online {
  display: none;
  margin-top: 40px;
  margin-right: 30px;
}
#scf-online {
  margin-right: 40px;
  background: #d12030;
}
#scf-online:hover {
  background: #9c1824;
}
#scf-online-nav {
  margin-bottom: 10px;
  padding: 15px 20px;
  width: 93px;
  height: auto;
  text-align: center;
  line-height: 1.4;
  background: #d12030;
}
#scf-online-nav:hover {
  background: #9c1824;
}
#contact-info {
  margin-top: 100px;
  padding-top: 20px;
  border-top: 2px solid #052638;
}
#contact-info p {
  font-size: 14px;
}
/*------ BODY CONTENT ------*/
#page-wrap {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
}
#body-content {
  margin-left: 225px;
}
#alert-banner a {
  display: block;
  padding: 22px 20px;
  text-align: center;
  font-size: 14px;
  font-family: 'Whitney-Medium', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #f9f9f9;
  background: #d12030;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#alert-banner a:hover {
  background: #df2c3c;
}
#page-header {
  position: relative;
  overflow: hidden;
  height: 525px;
}
#page-header #banner-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
}
#page-header #banner-image img {
  width: 100%;
  min-height: 525px;
}
#page-header #banner-image .overlay {
  position: absolute;
  z-index: 1;
  display: table;
  width: 100%;
  height: 525px;
  background: rgba(16, 65, 106, 0.5);
  display: none;
}
#page-header #banner-image .overlay h1 {
  display: table-cell;
  vertical-align: bottom;
  padding: 60px 100px;
  font-size: 33px;
  line-height: 48px;
  font-family: 'Whitney-Book', Helvetica, Arial, sans-serif;
}
#page-header #banner-image .overlay h1.home {
  font-size: 55px;
  line-height: 65px;
  font-family: 'Whitney-Medium', Helvetica, Arial, sans-serif;
}
#page-header #banner-image .overlay.no-img {
  display: table;
  background: #052638;
}
#page-header #banner-image #site-tour {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  font-size: 16px;
  color: #fff;
  background: #052638;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease 0s;
  -moz-transition: background-color 0.3s ease 0s;
  -ms-transition: background-color 0.3s ease 0s;
  -o-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
}
#page-header #banner-image #site-tour p {
  padding: 15px;
}
#page-header #banner-image #site-tour p a {
  color: #fff;
  font-family: 'Whitney-Medium', Helvetica, Arial, sans-serif;
}
#page-header #banner-image #site-tour .close {
  padding: 15px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#page-header #banner-image #site-tour .close:hover {
  color: #d12030;
}
#page-header #banner-image #site-tour:hover {
  background: #07364f;
}
#page-header #banner-image #community-badge,
#page-header #banner-image #facility-badge,
#page-header #banner-image #blog-badge {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  padding: 30px 80px 30px 30px;
  font-size: 16px;
  color: #fff;
  background: rgba(16, 65, 106, 0.7);
}
#page-header #banner-image #community-badge h4,
#page-header #banner-image #facility-badge h4,
#page-header #banner-image #blog-badge h4 {
  margin-bottom: 6px;
  font-size: 16px;
  font-family: 'Whitney-Bold', Helvetica, Arial, sans-serif;
  color: #c7d2e0;
}
#page-header #banner-image #community-badge p,
#page-header #banner-image #facility-badge p,
#page-header #banner-image #blog-badge p {
  padding-bottom: 0;
}
#page-header #banner-image #community-badge a.button,
#page-header #banner-image #facility-badge a.button,
#page-header #banner-image #blog-badge a.button {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
}
#page-header #banner-image #community-badge a.button:hover,
#page-header #banner-image #facility-badge a.button:hover,
#page-header #banner-image #blog-badge a.button:hover {
  color: #052638;
  background: #90c7e7;
  border: 1px solid #90c7e7;
}
#page-header #banner-image #blog-badge {
  width: 60%;
  padding: 30px;
}
#page-header #banner-image #blog-badge h4,
#page-header #banner-image #blog-badge small {
  margin-bottom: 0;
  font-size: 14px;
}
#page-header.careers {
  height: 400px;
  background: #c7d2e0;
}
#page-header.careers #banner-image .overlay {
  display: table;
  width: 50%;
  height: 400px;
  background: #052638;
}
#page-header.careers #banner-image .overlay h1 {
  padding: 80px;
  font-family: 'Whitney-Medium', Helvetica, Arial, sans-serif;
}
#page-header.careers #banner-image .overlay h1:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  border-style: solid;
  top: 50%;
  right: -60px;
  margin-top: -30px;
  border-width: 30px;
  border-color: transparent transparent transparent #052638;
}
#page-header.careers #banner-image .overlay.careers-overlay {
  z-index: 0;
  left: 50%;
  width: 50%;
  background: #c7d2e0;
}
#page-header.careers #banner-image .overlay.careers-overlay .text-content {
  display: table-cell;
  vertical-align: middle;
  padding: 40px 90px;
  font-size: 16px;
}
#page-header.careers #banner-image img {
  position: absolute;
  top: 0;
  right: 0;
  left: 50%;
  width: 768px;
  height: 400px;
  min-width: 0;
  min-height: 0;
  margin-left: -145px;
}
/*------ BLOG - EVENT - FACEBOOK LISTINGS ------*/
.item-list .item {
  position: relative;
  display: block;
  margin: 0 5px 0 10px;
  padding: 20px 20px 20px 10px;
}
.item-list .item .img-wrap {
  float: left;
  position: relative;
  overflow: hidden;
  margin-right: 20px;
  font-size: 0;
}
.item-list .item .img-wrap.img-circle {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.item-list .item .item-content {
  overflow: hidden;
}
.item-list .item h4 {
  margin-bottom: 0;
  font-family: 'Whitney-Bold', Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 16px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.item-list .item small.date {
  font-size: 14px;
}
.item-list .item p {
  position: relative;
  display: block;
  padding: 0;
  height: 3.2em;
  font-size: 16px;
}
.item-list .item p:after {
  content: "";
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 70%;
  height: 1.6em;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #f7f8fc 60%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #f7f8fc 60%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #f7f8fc 60%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#f7f8fc', GradientType=60);
}
.item-list .item a {
  position: relative;
  display: block;
  color: #052638;
}
.item-list .item a:hover h4 {
  color: #d12030;
}
.item-list .item.item-fb p {
  height: 4.4em;
}
.item-list .item.cross-hair {
  height: 100px;
  border-right: 1px solid #c7d2e0;
  border-bottom: 1px solid #c7d2e0;
}
.item-list .item.cross-hair:before {
  content: '';
  position: absolute;
  bottom: -1px;
  right: -1px;
  width: 15px;
  height: 15px;
  background: #f7f8fc;
}
.item-list .item.cross-hair:after {
  content: '';
  position: absolute;
  top: -1px;
  right: -1px;
  width: 15px;
  height: 15px;
  background: #f7f8fc;
}
.item-list .item.cross-hair.last {
  border-bottom-color: #f7f8fc;
}
.col.last .item {
  margin-right: 0;
}
.col.last .item.cross-hair {
  border-right: 0;
}
#social-feed .item .img-wrap {
  width: 100px;
  height: 100px;
}
#social-feed .item .img-wrap img.sq {
  width: 100%;
}
#social-feed .item .img-wrap img.tall {
  width: 100%;
}
#social-feed .item .img-wrap img.wide {
  height: 100%;
}
/*------ COMMUNITY STYLES ------*/
.comm-head {
  font-size: 20px;
  color: #052638;
}
#care-filters .item-list .item {
  font-size: 14px;
}
#care-filters .item-list .item h4 {
  margin: 10px 0 15px 0;
}
#care-filters .item-list .item ul {
  padding-bottom: 0;
}
#care-filters .item-list .item a {
  display: inline-block;
}
#care-filters .item-list .item a:hover {
  color: #d12030;
}
#care-filters .item-list .item small {
  font-family: 'Whitney-Italic', Helvetica, Arial, sans-serif;
}
#care-filters .item-list .item.cross-hair {
  height: 300px;
}
#care-filters .checkbox + label,
#care-filters .radio + label {
  font-family: 'Whitney-Medium', Helvetica, Arial, sans-serif;
}
#care-filters .checkbox + label:before,
#care-filters .radio + label:before {
  background: #f7f8fc;
}
#community-view-option p {
  padding: 10px 0 20px 0;
}
#community-view-option .button.active {
  color: #fff;
  background: #052638;
}
#community-grid .close,
#community-map .close {
  position: absolute;
  z-index: 1000;
  right: 0;
  margin: 0;
  color: #fff;
  background: #052638;
}
#community-grid .close:hover,
#community-map .close:hover {
  background: #d12030;
  border-color: #d12030;
}
#community-grid .community-details,
#community-map .community-details {
  position: absolute;
  z-index: 999;
  top: 0;
  left: 100%;
  width: 100%;
  text-align: left;
  font-size: 14px;
  background: #fff;
}
#community-grid .community-details .img-wrap,
#community-map .community-details .img-wrap {
  position: relative;
  overflow: hidden;
  margin-left: -30px;
}
#community-grid .community-details .img-wrap img,
#community-map .community-details .img-wrap img {
  width: 100%;
}
#community-grid .community-details .img-wrap:before,
#community-map .community-details .img-wrap:before {
  content: " ";
  position: absolute;
  top: 170px;
  left: 0;
  display: block;
  width: 0;
  height: 90px;
  border-left: 30px solid #c7d2e0;
  border-top: 30px solid transparent;
}
#community-grid .community-details .img-wrap:after,
#community-map .community-details .img-wrap:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 0;
  height: 145px;
  border-left: 30px solid #c7d2e0;
  border-bottom: 30px solid transparent;
}
#community-grid .community-details .box-content,
#community-map .community-details .box-content {
  padding: 30px;
}
#community-grid .community-details .box-content h4,
#community-map .community-details .box-content h4 {
  margin-bottom: 10px;
  font-family: 'Whitney-Bold', Helvetica, Arial, sans-serif;
}
#community-grid .community-details .box-content p,
#community-map .community-details .box-content p {
  padding-bottom: 10px;
}
#community-grid .community-details .box-content p small,
#community-map .community-details .box-content p small {
  font-size: 14px;
}
#community-grid .community-details.no-img:before,
#community-map .community-details.no-img:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  border-style: solid;
  top: 100px;
  left: -60px;
  border-width: 30px;
  border-color: transparent #fff transparent transparent;
}
#community-grid {
  font-size: 0;
}
#community-grid .community {
  position: relative;
  display: inline-block;
  width: 325px;
  height: 325px;
  background: #c7d2e0;
  cursor: pointer;
}
#community-grid .community .table {
  width: 100%;
  height: 100%;
}
#community-grid .community .table .table-cell {
  padding: 25px;
  vertical-align: middle;
}
#community-grid .community .table:hover .button {
  color: #fff;
  background: #052638;
}
#community-grid .community.active .table-cell .button {
  color: #fff;
  background: #052638;
}
#community-grid .community.active .community-details .img-wrap:before,
#community-grid .community.active .community-details .img-wrap:after {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#community-grid .community.active.even .community-details .img-wrap:before,
#community-grid .community.active.even .community-details .img-wrap:after {
  border-left-color: #99acc4;
}
#community-grid .community.active.even .community-details.third .img-wrap:before,
#community-grid .community.active.even .community-details.third .img-wrap:after {
  border-right-color: #99acc4;
}
#community-grid .community.even {
  background: #99acc4;
}
#community-grid .community-details {
  display: none;
}
#community-grid .community-details.third {
  left: auto;
  right: 100%;
}
#community-grid .community-details.third .img-wrap {
  margin-left: 0;
  margin-right: -30px;
}
#community-grid .community-details.third .img-wrap:before,
#community-grid .community-details.third .img-wrap:after {
  left: auto;
  right: 0;
  border-left: none;
  border-right: 30px solid #c7d2e0;
}
#community-grid .community-details.third.no-img:before {
  left: auto;
  right: -60px;
  border-color: transparent transparent transparent #fff;
}
#community-map {
  display: none;
  width: 100%;
  height: 425px;
  overflow: hidden;
}
#community-map #community-map-holder {
  width: 65%;
  height: 100%;
}
#community-map #community-map-holder-barrhead {
  width: 30%;
  margin-right: 5%;
  height: 100%;
}
#community-map #community-map-holder-barrhead .info-window {
  width: 260px;
}
#community-map .community-map-header {
  width: 65%;
  margin-top: 40px;
  overflow: auto;
  text-align: center;
}
#community-map .community-map-header.barrhead {
  width: 30%;
  margin-right: 5%;
}
#community-map .community-map-header.mobile {
  display: none;
}
#community-map .info-window {
  position: relative;
  width: 325px;
  font-family: 'Whitney-Book', Helvetica, Arial, sans-serif;
  background: #fff;
}
#community-map .info-window .community-details {
  position: relative;
  left: 0;
}
#community-map .info-window .community-details .img-wrap {
  margin-left: 0;
}
#community-map .info-window .community-details .img-wrap:before,
#community-map .info-window .community-details .img-wrap:after {
  content: none;
}
#community-map .info-window .community-details .box-content p {
  font-size: 14px;
}
#community-map .info-window .community-details.has-img:before {
  top: 200px;
}
#facility-gallery {
  overflow: hidden;
  width: 100%;
  max-width: 975px;
  background: #f7f8fc;
}
#facility-gallery #gal-prev,
#facility-gallery #gal-next {
  position: absolute;
  top: 0;
  z-index: 20;
}
#facility-gallery #gal-prev {
  left: 0;
}
#facility-gallery #gal-next {
  right: 0;
}
#facility-gallery ul {
  padding-bottom: 15px;
  text-align: left;
  list-style: none;
}
#facility-gallery ul li {
  position: relative;
  width: 140px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#facility-gallery ul li:hover {
  z-index: 40;
  -moz-box-shadow: 0px 0px 15px 0px rgba(16, 65, 106, 0.5);
  -webkit-box-shadow: 0px 0px 15px 0px rgba(16, 65, 106, 0.5);
  box-shadow: 0px 0px 15px 0px rgba(16, 65, 106, 0.5);
}
#facility-gallery .gal-item {
  width: 140px;
  margin: 0;
  font-size: 0;
}
#facility-gallery .gal-item img {
  display: block;
  width: 100%;
  height: auto;
}
#facility-gallery nav span {
  display: block;
  top: 0;
  width: 50px;
  height: 95px;
  color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#facility-gallery nav span:hover {
  background-color: #052638;
  background-color: rgba(154, 173, 197, 0.8);
}
#facility-gallery nav .elastislide-prev {
  left: 0;
  background: rgba(154, 173, 197, 0.5) url("../images/gallery-arrow-left.png") center center no-repeat;
}
#facility-gallery nav .elastislide-next {
  right: 0;
  background: rgba(154, 173, 197, 0.5) url("../images/gallery-arrow-right.png") center center no-repeat;
}
#unit-details {
  width: 25%;
  padding-right: 15px;
  font-size: 14px;
  border-right: 2px solid #052638;
}
#facility-content {
  width: 65%;
  padding: 0 0 0 40px;
}
/*------ STAFF STYLES ------*/
#staff-bio h2 span {
  font-family: 'Whitney-Medium', Helvetica, Arial, sans-serif;
}
#staff-bio .staff-contact {
  font-size: 16px;
}
#staff-bio .staff-contact span {
  font-family: 'Whitney-Bold', Helvetica, Arial, sans-serif;
  color: #99acc4;
}
#staff-bio .img-wrap {
  position: relative;
  overflow: hidden;
  display: inline-block;
  float: left;
  width: 200px;
  height: 200px;
  margin: 0 40px 20px 0;
  font-size: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#staff-bio .img-wrap img {
  display: block;
  width: 100%;
}
#staff-listing ul,
.staff-listing ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#staff-listing ul li,
.staff-listing ul li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: auto;
  padding: 20px 30px;
  text-align: center;
  cursor: pointer;
}
#staff-listing ul li .img-wrap,
.staff-listing ul li .img-wrap {
  position: relative;
  overflow: hidden;
  display: block;
  width: 200px;
  height: 200px;
  margin: 0 auto 20px auto;
  font-size: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#staff-listing ul li .img-wrap img,
.staff-listing ul li .img-wrap img {
  display: block;
  width: 100%;
}
#staff-listing ul li h4,
.staff-listing ul li h4 {
  width: 200px;
  margin: 0 auto 5px auto;
  font-size: 16px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#staff-listing ul li h4 small,
.staff-listing ul li h4 small {
  display: block;
  text-transform: capitalize;
}
#staff-listing ul li span,
.staff-listing ul li span {
  display: inline-block;
  width: 200px;
  padding-top: 5px;
  font-size: 14px;
  line-height: 16px;
  color: #889eba;
  border-top: 1px solid #e6e6e6;
}
#staff-listing ul li:hover h4,
.staff-listing ul li:hover h4 {
  color: #d12030;
}
#staff-listing ul li:hover .img-wrap,
.staff-listing ul li:hover .img-wrap {
  -moz-box-shadow: 0px 0px 15px 0px rgba(16, 65, 106, 0.3);
  -webkit-box-shadow: 0px 0px 15px 0px rgba(16, 65, 106, 0.3);
  box-shadow: 0px 0px 15px 0px rgba(16, 65, 106, 0.3);
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
.staff-module {
  width: 65%;
  margin: 0 auto;
  padding-top: 10px;
  font-size: 14px;
}
.staff-module h3 {
  font-size: 18px;
}
.staff-module h3 span {
  font-family: 'Whitney-Medium', Helvetica, Arial, sans-serif;
}
.staff-module .staff-contact span {
  font-family: 'Whitney-Bold', Helvetica, Arial, sans-serif;
  color: #99acc4;
}
.staff-module .img-wrap {
  position: relative;
  overflow: hidden;
  display: inline-block;
  float: left;
  width: 150px;
  height: 150px;
  margin: 0 25px 20px 0;
  font-size: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.staff-module .img-wrap img {
  display: block;
  width: 100%;
}
/*------ CAREER STYLES ------*/
#career-content h1,
#career-application h1 {
  font-family: 'Whitney-Bold', Helvetica, Arial, sans-serif;
  color: #10416a;
}
#career-content .job-details,
#career-application .job-details {
  font-size: 16px;
  color: #99acc4;
}
#career-content .job-details strong,
#career-application .job-details strong {
  color: #889eba;
}
/*------ JQUERY TABS ------*/
.panel-tabs {
  display: none;
}
.panel-tabs.ui-tabs {
  display: block;
  padding-top: 5px;
}
.panel-tabs.ui-tabs .panel-tabs-nav {
  display: table;
  table-layout: fixed;
  width: 90%;
  margin: 0 auto;
}
.panel-tabs.ui-tabs .ui-tabs-nav {
  display: table-row;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  border: none;
}
.panel-tabs.ui-tabs .ui-tabs-nav li {
  display: table-cell;
  vertical-align: top;
  position: relative;
  padding: 0;
  text-indent: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.panel-tabs.ui-tabs .ui-tabs-nav li a {
  display: block;
  position: relative;
  z-index: 1;
  max-width: 150px;
  margin: 0 auto;
  padding: 20px 15px 100px 15px;
  background: transparent;
  border: none;
  color: #10416a;
  outline: none;
}
.panel-tabs.ui-tabs .ui-tabs-nav li h4 {
  font-family: 'Whitney-Bold', Helvetica, Arial, sans-serif;
}
.panel-tabs.ui-tabs .ui-tabs-nav li .button {
  position: absolute;
  bottom: 65px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}
.panel-tabs.ui-tabs .ui-tabs-nav li:hover .button,
.panel-tabs.ui-tabs .ui-tabs-nav li:focus .button {
  color: #fff;
  background: #052638;
}
.panel-tabs.ui-tabs .ui-tabs-nav li:before {
  content: none;
}
.panel-tabs.ui-tabs .ui-tabs-nav li:after {
  content: '';
  top: auto;
  bottom: -10px;
  border-color: transparent transparent #c7d2e0 transparent;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}
.panel-tabs.ui-tabs .ui-tabs-nav li.resp-tab-active .button {
  color: #fff;
  background: #052638;
}
.panel-tabs.ui-tabs .ui-tabs-nav li.resp-tab-active:hover {
  border: none;
}
.panel-tabs.ui-tabs .ui-tabs-nav li.resp-tab-active:after {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  transform: translateY(-10px);
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
.panel-tabs.ui-tabs .ui-tabs-panel {
  display: none;
  clear: both;
  width: 100%;
  margin-left: -20px;
  padding: 40px 20px 10px;
}
/*------ Responsive Tabs -- Accordian Styles ------*/
.resp-jfit {
  width: 100%;
  margin: 0px;
}
.resp-accordion {
  display: none;
  position: relative;
  padding: 20px 20px 30px;
  border-bottom: 1px solid #99acc4;
}
.resp-accordion h4 {
  font-family: 'Whitney-Bold', Helvetica, Arial, sans-serif;
}
.resp-accordion:hover .button {
  color: #fff;
  background: #052638;
}
.resp-accordion.resp-tab-active {
  padding-bottom: 60px;
  border-bottom: none;
}
.resp-accordion.resp-tab-active .button {
  color: #fff;
  background: #052638;
}
.resp-accordion.resp-tab-active:after {
  content: '';
  pointer-events: none;
  position: absolute;
  display: block;
  z-index: 1;
  top: auto;
  left: 50%;
  bottom: 0;
  margin-left: -30px;
  border-style: solid;
  border-width: 30px;
  border-color: transparent transparent #c7d2e0 transparent;
}
.resp-tab-content-active {
  display: block;
}
/*------ OTHER WIDGETS ------*/
#page-overlay {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fbfbfd;
}
#map {
  width: 100%;
  height: 300px;
}
#map #map-holder {
  width: 100%;
  height: 100%;
}
#cta p {
  padding-bottom: 10px;
}
.alt-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(154, 173, 197, 0.5);
}
.testimonial {
  margin-top: 20px;
  font-size: 20px;
}
.testimonial .testimonial-from {
  margin-top: 20px;
}
.faq-listing {
  padding: 0 60px;
}
.faq-listing .faq-item {
  margin: 20px 0 15px 0;
}
.faq-listing .faq-item .faq-title {
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.faq-listing .faq-item .faq-title:before {
  content: "\f078";
  position: absolute;
  top: 4px;
  left: -30px;
  display: block;
  font-family: FontAwesome;
  font-size: 16px;
  color: #889eba;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.faq-listing .faq-item .faq-title:hover,
.faq-listing .faq-item .faq-title.ui-state-active {
  color: #052638;
}
.faq-listing .faq-item .faq-title:hover:before,
.faq-listing .faq-item .faq-title.ui-state-active:before {
  color: #90c7e7;
}
.faq-listing .faq-item .faq-title.ui-state-active:before {
  content: "\f077";
}
.faq-listing .faq-item .faq-title:focus,
.faq-listing .faq-item .faq-title:active {
  outline: none;
}
#show-feedback-form {
  display: block;
  font-size: 20px;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#show-feedback-form:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
#feedback-form {
  display: none;
}
/*------ FOOTER CONTENT ------*/
#footer {
  margin-top: 20px;
}
#footer .copyright {
  font-size: 12px;
}
#footer .button.more {
  margin-top: 20px;
}
#footer .career-list {
  padding-bottom: 10px;
  font-size: 14px;
}
#footer .career-list .title {
  font-family: 'Whitney-Medium', Helvetica, Arial, sans-serif;
  font-size: 16px;
}
#footer .career-list a {
  font-family: 'Whitney-Book', Helvetica, Arial, sans-serif;
}
#footer.home {
  margin-top: 0;
}
/*------ MEDIA QUERIES ------*/
@media all and (min-width: 1220px) {
  #page-wrap {
    min-height: 1px;
  }
}
@media all and (max-width: 1220px) {
  #main-navigation {
    position: static;
    width: 90%;
    padding: 0 5%;
    float: none;
    background: #fbfbfd;
  }
  #main-navigation #nav,
  #main-navigation #nav-contact {
    display: none;
  }
  #main-navigation #nav-toggle {
    display: block;
  }
  #main-navigation #mbl-donate,
  #main-navigation #scf-online {
    display: inline-block;
  }
  #main-navigation h1 {
    padding-top: 20px;
  }
  #main-navigation hr {
    display: block;
  }
  #main-navigation ul#nav {
    width: 40%;
    margin: 20px auto;
    text-align: center;
  }
  #main-navigation ul#nav li ul li a {
    margin: 0 20px;
    padding-left: 0;
  }
  #body-content {
    margin-left: 0;
    float: none;
  }
  .panel.panel-divider .divider.divider-left {
    width: 29.33%;
    padding: 20px 2%;
  }
  #community-grid .community {
    width: 33.33%;
  }
  .dialog__content {
    max-width: 90%;
    margin-left: 0;
  }
}
@media all and (max-width: 1024px) {
  #unit-details,
  #facility-content {
    width: 100%;
    float: none;
    padding: 0;
  }
  #unit-details {
    margin-top: 20px;
    padding-top: 30px;
    border-right: none;
    border-top: 2px solid #052638;
  }
}
@media all and (max-width: 1000px) {
  #page-header #banner-image img {
    min-width: 975px;
  }
}
@media all and (max-width: 960px) {
  .validate .input.code {
    width: 45%;
  }
  .validate img {
    width: 70px;
    margin-left: -83px;
  }
  .item-list.col.half {
    width: 100%;
  }
  .item-list.col.half.last {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #c7d2e0;
  }
  .item-list .item,
  .item-list .item.cross-hair {
    height: auto;
    border: 0;
  }
  .item-list .item:before,
  .item-list .item.cross-hair:before {
    content: none;
  }
  .item-list .item:after,
  .item-list .item.cross-hair:after {
    content: none;
  }
  #care-filters .item-list {
    height: auto;
    margin-top: 0;
    padding-top: 0;
    border-top: none;
    border-bottom: 1px solid #c7d2e0;
  }
  #care-filters .item-list:last-child {
    border-bottom: none;
  }
  #community-grid .community-details .img-wrap:before {
    top: 130px;
  }
  #community-grid .community-details .img-wrap:after {
    height: 100px;
  }
  #staff-listing ul li,
  .staff-listing ul li {
    padding: 20px;
  }
  #staff-listing ul li .img-wrap,
  .staff-listing ul li .img-wrap {
    width: 160px;
    height: 160px;
  }
}
@media all and (max-width: 768px) {
  #page-wrap {
    min-height: 2px;
  }
  .panel.panel-divider .divider h2 {
    font-size: 22px;
  }
  .panel.panel-divider .divider img {
    width: 85px;
  }
  .panel.panel-divider .divider.divider-left {
    padding: 20px 0;
    line-height: 170px;
  }
  .panel.panel-divider .divider.divider-right {
    padding-left: 55px;
  }
  #page-header {
    height: 400px;
  }
  #page-header #banner-image .overlay {
    height: 400px;
  }
  #page-header #banner-image .overlay h1 {
    padding: 80px;
    font-size: 28px;
    line-height: 40px;
  }
  #page-header #banner-image .overlay h1.home {
    font-size: 48px;
    line-height: 60px;
  }
  #page-header #banner-image img {
    position: relative;
    z-index: 0;
    min-width: 768px;
    min-height: initial;
    left: 50%;
    margin-left: -384px;
  }
  #page-header.careers {
    height: auto;
    background: #c7d2e0;
  }
  #page-header.careers #banner-image {
    position: static;
  }
  #page-header.careers #banner-image .overlay {
    position: relative;
    width: 100%;
    height: auto;
  }
  #page-header.careers #banner-image .overlay h1 {
    padding: 60px;
  }
  #page-header.careers #banner-image .overlay h1:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    border-style: solid;
    top: 100%;
    right: auto;
    bottom: -60px;
    left: 50%;
    margin-top: 0;
    margin-left: -30px;
    border-width: 30px;
    border-color: #052638 transparent transparent transparent;
  }
  #page-header.careers #banner-image .overlay.careers-overlay {
    width: 100%;
    left: 0;
  }
  #page-header.careers #banner-image img {
    position: relative;
    left: 50%;
    width: 768px;
    height: 400px;
    margin-left: -384px;
  }
  #main-navigation {
    width: 100%;
    padding: 0;
  }
  #main-navigation h1 {
    float: none;
    text-align: center;
  }
  #main-navigation hr {
    display: none;
  }
  #main-navigation ul#nav {
    width: 60%;
  }
  #nav-toggle {
    display: block;
    width: 100%;
    margin: 10px 0 0 0;
    padding: 0 0 10px 0;
    border-bottom: 2px solid #052638;
  }
  #nav-toggle span {
    left: 50%;
    margin-left: -10px;
  }
  #mbl-donate,
  #scf-online {
    margin-top: -50px;
    margin-right: 0;
    padding: 15px;
    height: auto;
    line-height: 1em;
    font-size: 12px;
  }
  #scf-online {
    margin-left: 0;
    float: left;
  }
  #sub-navigation {
    display: none;
  }
  #sub-navigation.home {
    display: block;
  }
  #sub-navigation.home ul {
    width: 100%;
    display: block;
  }
  #sub-navigation.home ul li {
    display: block;
  }
  #staff-bio .img-wrap,
  .staff-module .img-wrap {
    display: block;
    float: none;
    margin: 0 auto 20px auto;
  }
  #community-grid .community {
    width: 100%;
  }
  #community-grid .community-details,
  #community-grid .community-details.third {
    top: 90%;
    left: 0;
  }
  #community-grid .community-details .img-wrap,
  #community-grid .community-details.third .img-wrap {
    max-height: 260px;
    margin-top: -30px;
    margin-left: 0;
    margin-right: 0;
  }
  #community-grid .community-details .img-wrap:before,
  #community-grid .community-details.third .img-wrap:before {
    top: 0;
    left: 0;
    height: 0;
    width: 50%;
    margin-left: -30px;
    border-top: 30px solid #c7d2e0;
    border-right: 30px solid transparent;
    border-left: none;
  }
  #community-grid .community-details .img-wrap:after,
  #community-grid .community-details.third .img-wrap:after {
    top: 0;
    left: 50%;
    right: 0;
    height: 0;
    width: 50%;
    border-top: 30px solid #c7d2e0;
    border-left: 30px solid transparent;
    border-right: none;
  }
  #community-grid .community-details.third {
    left: auto;
    right: 0;
  }
  #community-grid .community-details.no-img:before,
  #community-grid .community-details.third.no-img:before {
    top: -60px;
    left: 50%;
    right: 50%;
    margin-left: -30px;
    border-color: transparent transparent #fff transparent;
  }
  #community-grid .community.active.even .community-details .img-wrap:before,
  #community-grid .community.active.even .community-details.third .img-wrap:before {
    border-top-color: #99acc4;
    border-right: 30px solid transparent;
  }
  #community-grid .community.active.even .community-details .img-wrap:after,
  #community-grid .community.active.even .community-details.third .img-wrap:after {
    border-top-color: #99acc4;
    border-left: 30px solid transparent;
  }
  #community-map {
    height: auto;
  }
  #community-map #community-map-holder-barrhead,
  #community-map #community-map-holder {
    width: 100%;
    height: 300px;
  }
  #community-map #community-map-holder-barrhead {
    margin-bottom: 20px;
  }
  #community-map .community-map-header {
    display: none;
    width: 100%;
    margin: 10px 0 0;
    float: none;
  }
  #community-map .community-map-header h2 {
    padding: 0 30px;
  }
  #community-map .community-map-header.barrhead {
    margin-top: 20px;
  }
  #community-map .community-map-header.barrhead,
  #community-map .community-map-header.mobile {
    display: block;
    width: 100%;
  }
  .panel.photo-list .photo-item {
    width: 175px;
  }
  .panel-tabs.ui-tabs .ui-tabs-nav li a {
    padding: 20px 15px 120px 15px;
  }
  ul.resp-tabs-list,
  .panel-tabs.ui-tabs .panel-tabs-nav {
    display: none;
  }
  .resp-accordion-closed {
    display: none !important;
  }
  .resp-accordion {
    display: block;
  }
  .col.half.middle {
    width: 100%;
  }
  #footer .footer-top {
    height: 0;
    padding: 0;
    overflow: hidden;
    border-top: 1px solid #99acc4;
  }
  #footer .panel > .col.half {
    width: 100%;
    margin-bottom: 15px;
    padding-bottom: 20px;
    border-bottom: 1px solid #99acc4;
  }
  #footer .panel > .col.half.last {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
@media all and (max-width: 640px) {
  fieldset {
    width: 90%;
    padding: 0 5% 10px;
  }
  .form-row {
    margin-bottom: 0;
  }
  .form-row .half {
    width: 100%;
    margin-right: 0;
  }
  .form-row .textarea {
    margin-bottom: 0;
  }
  #page-header #banner-image .overlay h1 {
    padding: 60px;
    font-size: 26px;
    line-height: 38px;
  }
  #page-header #banner-image .overlay h1.home {
    font-size: 40px;
    line-height: 54px;
  }
  .panel .panel-content {
    padding: 30px 20px 20px;
  }
}
@media all and (max-width: 480px) {
  #page-wrap {
    min-height: 3px;
  }
  .panel.panel-divider .divider h2 {
    font-size: 20px;
  }
  .panel.photo-list .photo-item {
    width: 145px;
  }
  .panel.photo-list .photo-item .caption {
    font-size: 12px;
  }
  #page-header {
    height: 360px;
  }
  #page-header #banner-image .overlay {
    height: 360px;
  }
  #page-header #banner-image .overlay h1 {
    padding: 40px;
    font-size: 24px;
    line-height: 34px;
  }
  #page-header #banner-image .overlay h1.home {
    font-size: 34px;
    line-height: 42px;
  }
  #page-header #banner-image img {
    min-width: 480px;
    margin-left: -240px;
  }
  #main-navigation ul#nav {
    width: 80%;
  }
  .form-row.captcha-validate .g-recaptcha {
    width: 235px;
    transform: scale(0.77);
    transform-origin: 0 0;
  }
  #rc-imageselect,
  .g-recaptcha {
    transform: scale(0.77);
    -webkit-transform: scale(0.77);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
}
