/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 10 2025 | 23:11:40 */
header#masthead {
  background-color: #fff;
  padding: 0;
}

body {
  font-size: 16px;
  overflow-x: hidden;
  font-family: Arial,Helvetica,sans-serif;
  color: #000;
}
h1, h2, h3, strong {
  color: #224C89;
  font-weight: 700;
}
ul {
    margin-bottom: 30px;
}
a {
    color: #224C89;
}
p {
	color: #000;
}
.widget {
  font-size: inherit !important; 
}
.justify, .justify p {
  text-align: justify;
}

@media (min-width: 982px) {
	.show-mobile {
		display: none !important;
	}
}
@media (max-width: 981px) {
	.show-desktop {
		display: none !important;
	}
}

.social-icons a {
  transition: 0.5s all;
  opacity: 0.8;
}
.social-icons a:hover {
  transition: 0.5s all;
  opacity: 1.0;
}

.top_company_info {
  background: #224C89;
  color: #fff !important;
  padding: 6px 10px 8px;
}
.top_company_info p {
	color: #fff !important;
	float: left;
}
.top_company_info i, .top_company_info a {
  color: #eee !important;
}
.top_company_info a:hover, .top_company_info a:hover i {
  color: #ccc !important;
  text-decoration: none !important;
}
.top-content {
  margin: 0 !important;
}
.top-content, .top-content .content, .bottom-content, .bottom-content .content {
    font-size: 0.95em;
  line-height: 1.2em;
  margin-bottom: 5px;
}
.top-content i, .bottom-content i {
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
}
.top-content .left i, .bottom-content .left i {
    padding-right: 4px;
}
.top-content .right, .bottom-content .right {
    float: right;
	text-align: right;
}
.top-content .right .title, .bottom-content .right .title,
.top-content .left .title, .bottom-content .left .title {
	font-size: 1.3em;
  line-height: 1.4em;
  padding: 0 0 2px;
}
.top-content .right i, .bottom-content .right i {
    padding: 0 5px;
    font-size: 24px;
}
.top-content .bar {
	padding: 0 6px;
}
.top-content .bar em {
	position: relative;
	bottom: 2px;
}

.top_company_info .divider a {
    display: inline-block;
}
.top-content .right .divider.first, .bottom-content .right .divider.first {
    padding-right: 12px;
    padding-left: 12px;
}
.top_company_info .divider.first {
    border-left: 1px solid #e5e5e5;
}
.top_company_info .divider {
    float: left;
    border-right: 1px solid #e5e5e5;
    padding: 10px;
}

@media (min-width: 781px) and (max-width: 980px) {
  .top-content .right i {
    font-size: 15px;
  }
}

@media (max-width: 980px) {
	.top-content {
		display: block !important;
	}
	.top-content .panel-grid-cell {
		width: 100% !important;
		margin-bottom: 10px !important;
	}
	.top-content .right, .top-content .left {
		float: none !important;
		text-align: center !important;
	}
	.top-content .right .title, .bottom-content .right .title, .top-content .left .title, .bottom-content .left .title {
	  font-size: 1.3em;
	  line-height: 1.4em;
	  padding: 0 0 3px;
	}
}
@media (max-width: 580px) {
	.top-content .bar {
	  display: block;
	}
	.top-content .bar em {
	  display: none;
	}
}


.header_info {
    background: #fff;
}
.header_info p {
    margin: 0;
}
.header_info #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
  
}
.header_info #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a::before {
    position: absolute;
    left: 0;
    bottom: 1px;
    background: #224C89;
    width: 100%;
    height: 2px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: opacity 0.3s, -moz-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
}
.header_info #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a::before, 
.header_info #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current_page_item > a::before,
.header_info #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a::before,
.header_info #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a:hover::before {
    opacity: 1;
    -webkit-transform: translateY(1px);
    -moz-transform: translateY(1px);
    transform: translateY(1px);
}

.header_info ul.mega-sub-menu {
    border: 1px solid #ebebeb !important;
}
.header_info ul.mega-sub-menu > li {
    border-top: 1px solid #ebebeb !important;
}
.header_info ul.mega-sub-menu > li:first-child {
    border-top: none !important;
}

.header_info ul.mega-sub-menu > li > a:hover,
.header_info ul.mega-sub-menu > li.mega-current-menu-item > a {
    border-left-color: #224C89 !important;
}


.top_fixed_menu {
    display: none;
    position: fixed;
    z-index: 999;
    background: #fff;
    width: 100%;
    opacity: 1;
    visibility: visible;
    -webkit-box-shadow: 0 0 20px rgba(51,51,51,.15);
    -moz-box-shadow: 0 0 20px rgba(51,51,51,.15);
    -ms-box-shadow: 0 0 20px rgba(51,51,51,.15);
    -o-box-shadow: 0 0 20px rgba(51,51,51,.15);
    box-shadow: 0 0 20px rgba(51,51,51,.15);
}
.top_fixed_menu.display {
    display: block;
}
.fixed-menu-img img {
    height: 80px !important;
    width: auto !important;
    padding: 2px 0 6px;
}
.fixed-menu #mega-menu-primary li a {
    color: #333 !important;
}
.fixed-menu #mega-menu-primary li a:hover {
	color: #224C89 !important;
}
.fixed-menu #mega-menu-primary > li.mega-current_page_ancestor > a.mega-menu-link,
.top_fixed_menu #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link {
    color: #224C89 !important;
}
.top_fixed_menu #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    line-height: 80px;
    height: 80px;
	color: #333;
}
.top_fixed_menu #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover {
    
}
.top_fixed_menu #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
.top_fixed_menu #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link {
    
}
.fixed-menu #mega-menu-primary .mega-sub-menu li a {
    color: #224C89 !important;
}
.fixed-menu #mega-menu-primary .mega-sub-menu li a:hover {
    color: #193763 !important;
}

.top_fixed_menu #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a::before {
    position: absolute;
    left: 0;
    bottom: 1px;
    background: #224C89;
    width: 100%;
    height: 2px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: opacity 0.3s, -moz-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
}
.top_fixed_menu #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a::before, 
.top_fixed_menu #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current_page_item > a::before,
.top_fixed_menu #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a::before,
.top_fixed_menu #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a:hover::before {
    opacity: 1;
    -webkit-transform: translateY(1px);
    -moz-transform: translateY(1px);
    transform: translateY(1px);
}


.top_fixed_menu ul.mega-sub-menu {
    border: 1px solid #ccc !important;
}
.top_fixed_menu ul.mega-sub-menu > li {
    border-top: 1px solid #ccc !important;
}
.top_fixed_menu ul.mega-sub-menu > li:first-child {
    border-top: none !important;
}
.top_fixed_menu ul.mega-sub-menu > li > a:hover,
.top_fixed_menu ul.mega-sub-menu > li.mega-current-menu-item > a {
    border-left-color: #ccc !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover {
	border-left: solid 2px #224C89 !important;
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}


@media screen and (min-width: 981px) and (max-width: 1199px) {
  header#masthead .container {
    width: 100% !important;
    max-width: 100% !important;
  }
}

@media screen and (min-width: 981px) and (max-width: 1050px) {
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    padding: 0px 8px 0px 8px;
    font-size: 13px;
  }
}

@media screen and (min-width: 781px) and (max-width: 980px) {
  .header_info > .container > div > .panel-layout > .panel-grid  {
    display: block !important;
  }
  .header_info > .container > div > .panel-layout > .panel-grid > .panel-grid-cell {
    width: 100% !important;
    text-align: center;
  }
  .header_info #mega-menu-wrap-primary {
    padding: 20px 0 30px !important;
  }
}
@media (max-width: 980px) {
  .header_info .main-logo {
    padding: 15px 0 0 !important;
  }
}

@media only screen and (min-width: 781px) {
  .menu-area {
    position: relative;
    bottom: 32px;
  }
  .menu-container {
      position: absolute;
      max-width: 1200px;
      padding: 10px 0;
      margin: 0 auto;
      right: 0;
      z-index: 2;
      width: 100%;
      left: 0;
      background: #D11F2D;
  }
  .menu-container::before {
      content: "";
      background: #222;
      top: 5px;
      left: -6px;
      position: absolute;
      z-index: 999;
      height: 100%;
      width: 6px;
  }
  .menu-container::after {
      content: "";
      background: #D11F2D;
      width: 1000%;
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      z-index: 8;
      height: 65px;
      border-bottom: 6px solid #222;
  }
  .main-logo a {
    display: inline-block;
  }
  .main-logo img.aligncenter {
    text-align: left !important;
    margin: 0;
    padding: 6px 0 2px;
  }
}
#mega-menu-wrap-primary {
    z-index: 9;
}
#mega-menu-primary {
  
}

@media (min-width: 781px) and (max-width: 991px) {
  .top_fixed_menu #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    padding: 0px 7px 0px 7px;
    font-size: 12px;
  }
  .top_fixed_menu #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator::after {
    margin: 0;
  }
  .top_fixed_menu.display {
    display: none;
  }
}

@media (max-width: 780px) {
  .header_info {
    padding-bottom: 26px;
    text-align: center;
  }
  .header-section {
    padding-top: 0;
    display: inline-block;
  }
  .mainlogo {
    padding-top: 15px;
  }
  .main-logo img.aligncenter {
    padding: 15px 0 0;
  }
  .top_fixed_menu.display {
    display: none;
  }
  .top_company_info .divider.first {
    border-left: none;
  }
  .top_company_info .divider {
    float: none;
    border-right: none;
    padding: 5px;
  }
  .top_company_info .divider a {
    font-size: 14px;
  }
  .top-content .right {
    float: none;
  }
}

@media (max-width: 420px) {
	
}

/****************************** BEGIN - Code For Rotator ****************************/
.rotator {
	position: relative;
    border-bottom: 1px solid #222;
}
.rotator .textwidget {
	max-width: 100%!important;
}
.rotator .so-widget-sow-editor {
	padding: 0;
}
.rotator p {
	margin: 0;
}
.carousel-form {
  z-index: 0;
  position: relative;
}
.carousel {
    height: 100%;
    margin-bottom: 0;
    position: relative;
    color: #fff;
}
.carousel .container {
	display: block;
}
.carousel-indicators {
	display: block;
}
.carousel-inner >.item > a > img, .carousel-inner > .item > img, .img-responsive, 
.thumbnail a > img, .thumbnail > img {
	width: 100%;
}
.carousel-fade .carousel-inner .item {
	transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
	opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    transform: translate3d(0, 0, 0);
    transform: none !important;
}
.carousel-inner > .item, .carousel-inner > .item.active {
    transform: none !important;
    -webkit-perspective: none !important; /* Safari 4-8 */
    perspective: none !important;
}

.carousel-caption {
    bottom: 27%;
}
.carousel-caption, .carousel-caption p {
	color: #ffffff;
	line-height: 1.2em;
    font-size: 1.1em;
}
.carousel h5 {
    font-size: 1.3em;
    color: #ffffff;
    font-weight: 700;
    line-height: 1.2em;
}
.carousel h2 {
    font-size: 2em;
    margin-bottom: 20px;
    padding-bottom: 4px;
    color: #fff;
}
.carousel ul {
    display: inline-block;
    width: auto;
    left: 0;
    right: 0;
    position: relative;
    padding: 0;
	margin-bottom: 20px;
}
.carousel ul li {
    color: #ffffff;
    line-height: 1.3em;
    font-size: 1.2em;
    float: left;
    padding: 0 35px 0 10px;
}
.carousel ul li:first-child {
    list-style: none;
}
.carousel .button {
    display: block;
}
.carousel .button a {
    color: #fff;
    background: #224C89;
    padding: 16px 45px;
    font-weight: 700;
    font-size: 18px;
    text-shadow: none;
    transition: 0.5s all;
}
.carousel .button a:hover {
    color: #fff;
    background: #222;
    transition: 0.5s all;
    text-decoration: none;
}

.carousel .button-sec {
	margin: 30px auto 0 !important;
    display: table !important;
}
.carousel .button-sec .button {
	float: left;
	margin: 0 25px;
}
.carousel .button-sec .button a {
	padding: 15px 25px;
	display: inline-block;
}

.first-slide::before {
  content: "";
  background: rgba(0,0,0,.40);
  background-size: cover;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.second-slide::before {
  content: "";
  background: rgba(0,0,0,.40);
  background-size: cover;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.third-slide::before {
  content: "";
  background: rgba(0,0,0,.40);
  background-size: cover;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.fourth-slide::before {
  content: "";
  background: rgba(0,0,0,.40);
  background-size: cover;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}


@media (min-width: 300px) {
  
  .rotator .carousel-inner .item {
      background-attachment: fixed;
      background-position: top !important;
      background-size: cover;
      height: 585px;
  }
  .rotator .carousel-inner .item.bottom {
	  height: 325px;
		border-bottom: 15px solid #224C89;
		border-top: 15px solid #224C89;
  }
  
  .rotator .carousel-inner .item img {
	  display: none !important;
  }
  .rotator .carousel-inner .item.active img {
  	  display: none !important;
  }
  
  .first-slide {
      background: url("http://dev.spjstseniorliving.com/wp-content/uploads/2024/09/hp-slide-01a.jpg") no-repeat;
  }
  .second-slide {
      background: url("http://dev.spjstseniorliving.com/wp-content/uploads/2024/09/hp-slide-02a.jpg") no-repeat;
  }
  .third-slide {
      background: url("http://dev.spjstseniorliving.com/wp-content/uploads/2024/09/hp-slide-03a.jpg") no-repeat;
  }
  .forth-slide {
      background: url("http://dev.spjstseniorliving.com/wp-content/uploads/2024/09/hp-slide-04a.jpg") no-repeat;
  }

}


@media (min-width: 790px) and (max-width: 1049px) {
  .carousel-caption {
	  right: 5%;
	  left: 5%;
  }
  .carousel h5 {
    font-size: 1.3em;
  }
  .carousel h2 {
	font-size: 2em;
  }
  .carousel ul li {
	font-size: 1.2em;
  }
}

@media (min-width: 671px) and (max-width: 789px) {
  .carousel-caption {
	  right: 5%;
	  left: 5%;
  }
  .carousel h5 {
    font-size: 1.3em;
  }
  .carousel h2 {
	font-size: 2em;
  }
  .carousel ul li {
	font-size: 1em;
	padding: 0 25px 0 0px;  
  }
}

@media (min-width: 550px) and (max-width: 670px) {
  .carousel-caption {
	  right: 3%;
	  left: 3%;
  }
  .carousel h5 {
    font-size: 1.3em;
  }
  .carousel h2 {
	font-size: 2em;
  }
  .carousel ul li {
	font-size: 1em;
	padding: 0 20px 0 0px;  
  }
}

@media (max-width: 670px) {
	.carousel .button-sec .button {
	  float: none;
	  margin: 0px 25px 20px;
	}
	.item.bottom .carousel-caption {
	  bottom: 8%;
	}
}

@media (max-width: 549px) {
  .rotator .carousel-inner .item {
	height: 345px;
  }
  .carousel h2 {
	font-size: 1.9em;  
    margin-bottom: 15px;
  }
  .carousel h5 {

  }
  .carousel ul {
    display: none;
  }
  .carousel-caption {
    right: 5%;
    left: 5%;
	  bottom: 32%;
  }
  .carousel .button a {
    padding: 8px 25px;
  }
}

@media (max-width: 400px) {
  .carousel .button-sec .button a {
	padding: 12px 20px;
  }
}


/******************************* END - Code For Rotator *****************************/



.section-block-overlay {
	background: #fff;
	margin-bottom: -30px;
}
.section-block-overlay > .panel-grid-cell {
	max-width: 1140px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	top: -60px;
	background: #fff;
	margin-bottom: -100px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}
.top-part {
	padding: 40px;
	box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.1);
	border-bottom: 2px solid #2F6FC2;
}
.top-part, .top-part p {
	font-size: 1em;
}
.top-part h5 {
	font-size: 1.4em;
	line-height: 1.2em;
	margin-bottom: 0;
}
.top-part .left, .main-part .left {
	width: 28%;
	float: left;
	margin: 0 auto;
	text-align: center;
}
.top-part .left .icon i, .main-part .left .icon i {
	padding: 12px;
	background: #2B64B0;
	color: #fff;
	border-radius: 4px;
	font-size: 1.2em;
}
.top-part .right, .main-part .right {
	width: 72%;
	float: left;
	line-height: 1em;
}
.main-part .right {
	font-size: 0.9em;
	line-height: 1.2em;
}
.main-part .right strong {
	display: block;
	margin-top: 6px;
}
.top-part .right .icon i, .top-part .right .icon i {
	padding: 12px;
	background: #224C89;
	color: #fff;
	border-radius: 4px;
	font-size: 1.6em;
}
.main-part {
    padding: 20px 40px 80px;
}
.main-part p {
  text-align: justify;
}

@media (min-width: 781px) and (max-width:1000px) {
	.top-part .right {
	  font-size: 0.8em;
	}
	.top-part .right h5 {
	  font-size: 1.3em;
	}
	.main-part .right strong {
	  font-size: 0.8em;
	}
	.main-part .left .icon i, .main-part .right .icon i {
		padding: 6px;
	}
	.main-part .right strong {
	  margin-top: 3px;
	}
}
@media (max-width:350px) {
	.top-part, .top-part p {
		font-size: 0.9em;
	}
	.top-part h5 {
		font-size: 1.3em;
	}
}


.welcome-section {
    padding: 60px 0 0;
    background: #214D85;
}
.welcome-section ul {
    padding: 0 0 0 35px;
}
.welcome-section ul > li {
    list-style: none;
    margin: 0 0 0 10px;
    position: relative;
    font-size: 16px;
}
.welcome-section ul > li::before {
    content: "\f14a";
    font-family: FontAwesome;
    display: inline;
    font-size: 16px;
    float: left;
    position: absolute;
    padding: 0;
    margin: 0 0 0 -25px;
    line-height: 1.5em;
    color: #D11F2D;
}
.welcome-section, .welcome-section p, .welcome-section li {
    font-size: 18px !important;
}

.home-bottom-area {
	background: #eee;
}
.home-bottom-area .image {
	background-image: url(https://dev.spjstseniorliving.com/wp-content/uploads/2024/08/contact-us-img.jpg) !important;
  background-position: center center !important;
  background-size: cover !important;
	opacity: 0.3;
}
.home-bottom-area > .panel-grid-cell > .text-content {
	float: right;
    max-width: 600px;
    padding-top: 100px;
    width: 100%;
	padding-left: 30px;
}
.home-bottom-area > .panel-grid-cell > .image img {
    margin: 0;
	visibility: hidden;
}
.home-bottom-area > .panel-grid-cell > .image {
    height: 800px;
}

.arrow-hr {
    position: relative;
    padding: 0;
    margin: 15px 0 35px;
}
.arrow-hr .arrow {
    position: absolute;
    left: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 25px 0 25px;
    border-color: #f5f5f5 transparent transparent transparent;
    margin-left: -15px;
}
.arrow-hr .arrow::before {
    content: ' ';
    position: absolute;
    top: -16px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 15px 0 15px;
    border-color: #f5f5f5 transparent transparent transparent;
    margin-left: -15px;
    z-index: 2;
}
.bottom-border-style > .panel-grid-cell > .widget {
    background:  #214D85;
}

.services-section .bottom-border-style > .panel-grid-cell > .widget {
    background:  #fff;
}
.services-section .arrow-hr .arrow {
    border-color: #F7F5F2 transparent transparent transparent;
}
.services-section .arrow-hr .arrow::before {
    border-color: #F7F5F2 transparent transparent transparent;
}



.hp-member-area {
    padding: 0;
    background: #f5f5f5;
}


#content {
  background: #f5f5f5;
}
body.white #content {
  background: #f5f5f5;
}

#main h1 {
  font-size: 2.6em;
  line-height: 1.4em;
  position: relative;
  margin-bottom: 0.5em;
  padding-bottom: 0;
  font-family: cursive;
  font-weight: 700;
	text-align: center;
}
.home #main h1 {
	margin-bottom: 1em;
}

h2.underline {
    font-size: 1.4em;
	line-height: 1.2em;
	font-weight: 600;
	font-family: cursive;
    position: relative;
    margin-bottom: 22px;
    padding-bottom: 15px;
}
h2.underline::before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 40px;
    background-color: #224C89;
    content: "";
    display: inline-block;
}


.home #content.site-content {
  padding-top: 0;
  padding-bottom: 0;
  background: #fff;
}
.home .entry-content {
    margin: 0;
}

@media (max-width: 780px) {
  .hp-featured-area p {
    text-align: center;
    font-size: 1.3em;
  }
  .hp-featured-area {
    padding: 45px 20px 50px;
  }
  #main h1 {
    font-size: 26px;
  }
}


span.title {
    font-size: 1.6em;
    line-height: 1.8em;
}


#content.site-content {
    padding-bottom: 80px;
}

.main-logo img {
    margin: 0 10px 0 0 !important;
    height: 95px !important;
    width: auto !important;
}

.border-col .textwidget a {
    padding: 20px 15px 25px;
    border: 1px solid #ddd;
    display: block;
    min-height: 110px;
    font-size: 20px;
    background: #fff;
    text-decoration: none;
    transition: 0.5s all;
}
.border-col .textwidget a:hover {
  	transition: 0.5s all;
  	background: #ddd;
}

.services-section {
    position: relative;
}
.services-section::before {
	background: url("/wp-content/uploads/2020/08/background-texture2b-img.png") no-repeat;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 470px;
    width: 100%;
    background-color: #fff;
	background-size: cover;
    background-position: 50% 9%;
}
.services-section::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(51,153,204,0.8);
    height: 470px;
    width: 100%;
}
.services-section > .panel-grid-cell {
    z-index: 2;
    padding-top: 110px;
}
.services-section h2 {
    color: #224C89;
    font-size: 30px;
    position: relative;
    margin-bottom: 30px;
	padding-bottom: 20px;
}
.services-section h2::before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 80px;
    background-color: #fff;
    content: "";
    display: inline-block;
}
.services-section p {
    font-size: 16px;
    margin-bottom: 0;
}


.featured-service > .panel-grid-cell {
    background: #fff;
    border-radius: 8px;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}
.featured-service .so-widget-image {
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}
.featured-service h3 {
    padding: 5px 0 15px 0;
    font-size: 22px;
}



.contact-section {
    background: #eee;
    padding: 80px 0 100px;
    text-align: center;
}
.contact-section h3 {
    color: #224C89;
    font-size: 30px;
    padding: 0 0 12px;
    font-weight: 300;
}
.contact-section h4 {
    color: #224C89;
    font-size: 20px;
    font-weight: 300;
    padding: 0 0 10px;
}
.contact-section .contact-icon a {
    display: block;
    font-size: 26px;
}
.contact-section .contact-icon a i.fa {
    color: #224C89;
    padding: 0 10px 0 0;
    display: inline-block;
}
.contact-section strong {
    color: #193763;
}


.testimonial > .panel-grid-cell {
    background: #e5e5e5;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.2);
}
.testimonial > .panel-grid-cell.panel-grid-cell-empty {
    visibility: hidden;
}
.testimonial strong {
    padding: 8px 0 0;
    display: block;
}
.rating {
    padding: 0 0 8px;
}
.rating i.fa {
    color: #224C89;
}
@media (max-width: 780px) {
  .testimonial > .panel-grid-cell {
    padding: 15px 15px 15px 20px !important;
  }
  .home-bottom-area {
    padding: 0;
  }
  .home-bottom-area > .panel-grid-cell > .text-content {
	 max-width: 100%; 
	 padding: 50px 30px 30px 30px;
  }
  .home-bottom-area > .panel-grid-cell > .image img {
    margin: 0;
	visibility: visible;
  }
  .home-bottom-area > .panel-grid-cell > .image {
    height: auto;
  }	
  .imgcenter img {
    margin: 0 auto;
  }
}

.projects-section {
    position: relative;
}
.projects-section::before {
	background: url("/wp-content/uploads/2020/08/services-background-img.png") no-repeat;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 470px;
    width: 100%;
    background-color: #fff;
    background-size: cover;
    background-position: 50% 50%;
}
.projects-section::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.8);
    height: 470px;
    width: 100%;
}
.projects-section > .panel-grid-cell {
    z-index: 2;
    padding-top: 90px;
  	height: 470px;
}
.projects-section h2 {
    color: #224C89;
    font-size: 30px;
    position: relative;
    margin-bottom: 30px;
	padding-bottom: 20px;
}
.projects-section h2::before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 80px;
    background-color: #fff;
    content: "";
    display: inline-block;
}
.projects-section p {
    font-size: 18px;
}


.agent-info > .panel-grid-cell > .panel-first-child {
    margin-bottom: 10px !important;
}


.button {
    display: block;
}
.button a {
    color: #fff;
    background: #224C89;
	border: 2px solid #193763;
    padding: 16px 45px;
    font-weight: 700;
    font-size: 18px;
    text-shadow: none;
    display: inline-block;
    transition: 0.5s all;
}
.button a:hover {
    color: #fff;
    background: #222;
    border: 2px solid #000;
    transition: 0.5s all;
    text-decoration: none;
}


.swiper-slide-desc {
    display: none;
}

.directorist-single-listing-header h4.directorist-card__header--title {
    visibility: hidden;
}


label {
    width: 100%;
}
.btn-primary {
    background: #214D85;
    padding: 10px 30px;
    font-size: 15px;
    border-color: #0D2F65;
}
.btn-primary:hover {
    color: #fff;
    background-color: #000;
    border-color: #555;
}

.jobForm .col-xs-12.col-md-6 {
  margin: 8px 0 8px;
}
.jobForm label {
	font-size: 0.90em;
    font-weight: 400;
}
.jobForm .required {
	color: #ff0000;
}
#job-location {
  padding: .375rem .75rem !important;
  display: inline-block;
  height: calc(1.5em + .75rem + 2px);
}

.wpcf7 input[type="file"] {
  font-weight: 700;
}

::-webkit-input-placeholder {
	color: #ddd !important;
}
:-moz-placeholder {
	color: #ddd !important;
}
::-moz-placeholder {
	color: #ddd !important;
}
:-ms-input-placeholder {
	color: #ddd !important;
}
::placeholder {
	color: #ddd !important;
}


@media (max-width: 780px) {
  .services-section > .panel-grid-cell {
      padding-top: 17% !important;
  }
  .projects-section > .panel-grid-cell {
    padding-top: 12% !important;
  }
}



.content-image {
   	float: right;
   	margin:10px 0 10px 30px;
  	max-width: 510px;
}
.content-image.left {
   float: left;
   margin:10px 30px 10px 0;
}

@media only screen and (min-width: 781px) and (max-width: 991px) {
  .content-image {
      max-width: 300px;
   }
}

@media only screen and (max-width: 780px) {
  .content-image {
      float: none !important;
      margin: 10px auto !important;
      display:block;
      max-width: 100%;
   }
}





p.bigtext {
  font-size: 1.1em !important;
    line-height: 1.2em;
    color: #fff;
}

.featured-completed-jobs .textwidget > div {
    width: 100% !important;
}
.featured-completed-jobs .textwidget > div {
    width: 100% !important;
}

.property-page .estimate-section {
  display: none !important;
}


.feature-box.aligncenter {
    text-align: center;
}
.feature-box i {
    display: inline-block!important;
    border-width: 1px;
    border-style: solid;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    font-size: 30px;
    vertical-align: 0!important;
    height: 90px;
    line-height: 90px;
    width: 90px;
    padding: 0;
    margin: 0!important;
    font-style: normal;
    -webkit-backface-visibility: hidden;
   -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear;
}
.feature-box:not(.alternative) .hb-icon-wrapper {
    display: inline-block;
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
    border-radius: 90px;
    position: relative;
    margin-bottom: 20px;
    line-height: 1;
    font-size: 30px;
    vertical-align: 0!important;
    height: 90px;
    line-height: 90px;
    width: 90px;
	background: #fff;
}
.feature-box:hover:not(.alternative) i {
    transform: scale(1.15);
    background: #000;
    color: #fff;
   -webkit-backface-visibility: hidden;
   -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear;
}
.hb-small-break {
    height: 1px;
    background: #ebebeb;
    width: 30px;
}
.feature-box .hb-small-break {
    margin: 10px auto 15px;
    width: 40px;
   -webkit-backface-visibility: hidden;
   -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear;  
}
.feature-box:hover .hb-small-break {
    width: 75px;
  background: #fff;
   -webkit-backface-visibility: hidden;
   -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear;  
}
.feature-box, .feature-box p {
	font-size: 0.92em !important;
	color: #fff;
	text-align: justify;
}
.feature-box h4.bold {
    color: #fff;
    font-weight: 400;
    margin-bottom: 10px!important;
}
.feature-box h4.bold a {
    color: #fff;
	font-weight: 400;
	font-size: 1.2em;
  transition: 0.3s all;
}
.feature-box h4.bold a:hover {
    color: #000;
    text-decoration: none;
  transition: 0.3s all;
}

/* .hb-animate-element.hb-in-viewport{opacity: 1}
.hb-transform .hb-animate-element {
	opacity: 0;
}

.hb-transform .feature-box .hb-animate-element.flip-y {
	-webkit-backface-visibility: visible;
	-moz-backface-visibility: visible;
	-o-backface-visibility: visible;
	backface-visibility: visible;
	-webkit-animation: flipY 0.65s ease forwards;
	-moz-animation: flipY 0.65s ease forwards;
	animation: flipY 0.65s ease forwards;
}
.hb-transform .hb-animate-element.hb-in-viewport.helix {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: rotateY(-180deg);
	-moz-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
	-webkit-animation: helix .5s ease forwards;
	-moz-animation: helix .5s ease forwards;
	animation: helix .5s ease forwards;
}
*/
/*
@-webkit-keyframes
flipY{0%{-webkit-transform:perspective(400px) rotateY(90deg);opacity:0}100%{-webkit-transform:perspective(400px) rotateY(0deg);opacity:1}}@-moz-keyframes
flipY{0%{-moz-transform:perspective(400px) rotateY(90deg);opacity:0}100%{-moz-transform:perspective(400px) rotateY(0deg);opacity:1}}@-o-keyframes
flipY{0%{-o-transform:perspective(400px) rotateY(90deg);opacity:0}100%{-o-transform:perspective(400px) rotateY(0deg);opacity:1}}@keyframes
flipY{0%{transform:perspective(400px) rotateY(90deg);opacity:0}100%{transform:perspective(400px) rotateY(0deg);opacity:1}}@-webkit-keyframes
*/


.tss {
	padding-top: 40px;
	background: #ddd;
}
.tss-wrapper .tss-carousel3 .rating-wrapper {
  margin: 17px 0px 0px;
}
.tss h2 {
  color: #224C89;
}
.tss .tss-wrapper .tss-carousel3 .item-content-wrapper::before {
	color: #224C89;
	background: #ddd;
}
.tss .tss-wrapper .tss-carousel3 .item-content-wrapper, .tss .tss-wrapper .tss-carousel3 .item-content-wrapper p {
	color: #224C89;
	background: #ddd;
}
.tss .item-content {
	color: #224C89 !important;
}
.tss .tss-carousel.swiper .swiper-pagination {
    bottom: 16px !important;
}
.tss .tss-carousel .swiper-pagination-bullet-active {
    background: #224C89;
}
.tss .tss-carousel .swiper-pagination-bullet {
	background: #000;
}
h2.testimonial-sec {
  font-size: 1.9em;
  text-align: center;
  font-family: cursive;
}


.form-control {
    font-size: 20px;
	border: 1px solid #eee;
	color:unset;
}
.address-sec {
    margin-bottom: 16px;
    display: inline-block;
}
.address-sec select.form-control:not([size]):not([multiple]) {
    height: calc(1.5em + .75rem + 2px);
}
.gender-sec br {
    display: none !important;
}
.gender-sec label {
    margin-bottom: 0;
}
.gender-sec {
    padding-bottom: 5px;
    padding-top: 5px;
}
.age-sec {
    padding-bottom: 10px;
}

.member-form span.wpcf7-form-control.wpcf7-checkbox.form-control {
    border: none !important;
    background: none !important;
    box-shadow: none !important;
    padding-top: 0;
}
.member-form span.wpcf7-list-item-label {
    font-size: 16px;
}
.address-sec p {
    margin-bottom: 0;
}
.address-area {
    padding-bottom: 10px;
}

@media (min-width: 781px) {
  .city-area {
      width: 50%;
      float: left;
  }
  .state-area {
      width: 20%;
      float: left;
  }
  .zip-area {
      width: 20%;
      float: left;
  }
}




.exec-sec {
	background: #fff;
	padding: 45px 0 0;
}
.board-sec {
	background: #f5f5f5;
	padding: 75px 0 0;
}
.exec-sec .board-member-row > .panel-grid-cell > .so-panel:nth-child(2),
.board-sec .board-member-row > .panel-grid-cell > .so-panel:nth-child(2) {
	position: relative;
    background: #236CAD;
    width: 85%;
    margin-left: 18%;
    top: -65px;
    border: 1px solid #eee;
    padding: 10px;
	min-height: 90px;
}
.exec-sec strong, .board-sec strong, .sponsors-sec strong {
	font-size: 1.2em !important;
	color:#fff;
}
.exec-sec, .exec-sec p, .board-sec, .board-sec p, .sponsors-sec, .sponsors-sec p {
	font-size: 0.85em !important;
	color:#fff;
}
.exec-sec em, .board-sec em, .sponsors-sec em {
	font-size: 0.9em !important;
	color:#fff;
}
.sponsors-sec .board-member-row > .panel-grid-cell > .so-panel:nth-child(1) {
	margin-bottom: 10px !important;
}

@media (min-width: 781px) and (max-width: 991px) {
	.exec-sec strong, .board-sec strong {
		font-size: 0.9em !important;
	}
	.exec-sec em, .board-sec em {
		font-size: 0.8em !important;
	}
	.exec-sec a, .board-sec a {
		font-size: 0.9em !important;
	}
	.exec-sec .board-member-row > .panel-grid-cell > .so-panel:nth-child(2),
	.board-sec .board-member-row > .panel-grid-cell > .so-panel:nth-child(2) {
		margin-bottom: -30px !important;
	}
	.exec-sec .panel-grid.panel-has-style>.board-member-row.panel-row-style,
	.board-sec .panel-grid.panel-has-style>.board-member-row.panel-row-style {
		display: table;
		width:100%;
	}
	.exec-sec .board-member-row .panel-grid-cell {
		
	}
	.board-sec .board-member-row .panel-grid-cell {
		min-height: 450px;
		width: 46% !important;
		float: left;
		margin: 2%;
	}
}
@media (min-width: 768px) and (max-width: 780px) {
	.exec-sec .panel-grid.panel-has-style>.board-member-row.panel-row-style, 
	.board-sec .panel-grid.panel-has-style>.board-member-row.panel-row-style {
		width: 50%;
		margin: 0 auto;
	}
}
@media (min-width: 500px) and (max-width: 767px) {
	.exec-sec .panel-grid.panel-has-style>.board-member-row.panel-row-style, 
	.board-sec .panel-grid.panel-has-style>.board-member-row.panel-row-style {
		width: 80%;
		margin: 0 auto;
	}
}
@media (max-width: 499px) {
	.exec-sec .panel-grid.panel-has-style>.board-member-row.panel-row-style, 
	.board-sec .panel-grid.panel-has-style>.board-member-row.panel-row-style {
		width: 90%;
		margin: 0 auto;
	}
}

@media (max-width: 780px) {
	.exec-sec .board-member-row > .panel-grid-cell > .so-panel:nth-child(2),
	.board-sec .board-member-row > .panel-grid-cell > .so-panel:nth-child(2) {
        margin-left: 5%;
        top: -65px;
        margin-bottom: -30px !important;
	}
	.sponsors-sec .board-member-row > .panel-grid-cell {
		text-align: center;
	}
	.sponsors-sec .board-member-row > .panel-grid-cell .sow-image-container img {
		margin: 0 auto;
	}
}



#location-sec {
   background: rgb(27,63,109);
   background: linear-gradient(90deg, rgba(27,63,109,1) 0%, rgba(34,76,137,1) 35%, rgba(30,69,120,1) 100%);
   padding: 70px 30px 70px !important;
}


.footer-top {
  padding: 60px 0 80px;
  background: rgb(255,255,255);
	background: linear-gradient(90deg, rgba(255,255,255,1) fff%, rgba(229,229,229,1) 35%, rgba(245,245,245,1) 100%);
    background-position: center center;
    background-repeat: no-repeat;
}

.footer-top > .panel-grid-cell {
    border-left: solid 1px rgba(255,255,255,0.1);
    padding: 0 30px;
    min-height: 275px;
}
.footer-top > .panel-grid-cell:first-child {
    border-left: none;
    padding: 0;
}

@media screen and (max-width:1020px) {
  .footer-top > .panel-grid-cell {
      border-left: none;
      padding: 0;
      min-height: 5px;
  }
}

.top-footer {
  color: #000;
  padding: 0;
}
.top-footer, .top-footer p {
  font-size: 16px;
}

.top-footer .panel-layout {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0;
}

.top-footer h3.widget-title {
    color: #000;
    font-size: 22px;
    position: relative;
	margin-bottom: 30px;
}
.top-footer h3.widget-title::before {
    position: absolute;
    bottom: -10px;
    height: 3px;
    width: 20px;
    background-color: #ddd;
    content: "";
    display: inline-block;
}
.top-footer .nav > li > a {
    position: relative;
    display: block;
    padding: 6px 12px 6px 20px;
    color: #000;
}
.top-footer .nav > li > a:hover {
    color: #224C89;
}

.top-footer h2 {
    font-size: 20px;
    color: #000;
    margin-bottom: 20px;
    position: relative;
}
.top-footer h2::before {
    position: absolute;
    bottom: -2px;
    height: 3px;
    width: 20px;
    background-color: #ddd;
    content: "";
    display: inline-block;
}
.top-footer p {
    font-size: 1em;
	color: #fff;
	text-align: center;
}
.top-footer p strong {
    font-size: 1.2em;
	color: #fff;
}

.contact-footer hr {
	border-top: 1px solid rgba(0,0,0,.05);
}

.footer-contact-info {
    text-align: left;
}
.footer-contact-info > div {
    padding: 3px 10px 3px 5px;
}
.footer-contact-info, .footer-contact-info i.fa, .footer-contact-info a, .footer-contact-info strong {
    color: #000;
}
.footer-contact-info i.fa {
    padding: 8px;
    background-color: rgba(0,0,0,.1);
}
.footer-contact-info .fa.fa-phone-square.fa- {
    font-size: 19px;
}
.footer-contact-info a {
    opacity: 0.8;
    transition: 0.5s all;
}
.footer-contact-info a:hover {
    opacity: 1;
    transition: 0.5s all;
    text-decoration: none;
}
.contact-footer p {
    padding: 0 0 10px 5px;
	color: #000;
}

.top-footer .nav > li::before {
    content: "\f054";
    font-family: FontAwesome;
    display: inline;
    font-size: 10px;
    float: left;
    position: absolute;
    padding: 0 0 0 6px;
    margin: 0;
    line-height: 4em;
}


.footer {
  background: #000;
  padding: 10px 0;
  border-top: 1px solid #222;
}
.footer, .footer p {
  color: #fff;
  margin: 0;
  font-size: 12px;
}

@media (min-width: 951px) and (max-width: 1100px) {
  .footer-contact-info a, .footer-contact-info strong {
      color: #fff;
      font-size: 13px;
  }
  .top-footer p {
      font-size: 0.9em;
  }
}
@media (min-width: 850px) and (max-width: 950px) {
  .footer-contact-info a, .footer-contact-info strong {
      color: #fff;
      font-size: 10px;
  }
  .top-footer p {
      font-size: 0.8em;
  }
}
@media (min-width: 781px) and (max-width: 849px) {
  .footer-contact-info a, .footer-contact-info strong {
      color: #fff;
      font-size: 9px;
  }
  .top-footer p {
      font-size: 0.7em;
  }
}

@media (max-width: 780px) {
  .footer-top {
    padding: 60px 0 40px;
  }
  .footer, .footer p {
    text-align: center !important;
  }
  .footer {
    padding-bottom: 15px;
    padding-top: 18px;
  }
  .top-footer {
    text-align: center;
  }
  .top-footer h3.widget-title {		
	margin-bottom: 20px;	
  }	
  .top-footer h3.widget-title::before {
    left: 0;
    right: 0;
    margin: auto;
  }
  .top-footer h2 {
	margin-bottom: 10px;	
  }
  .top-footer h2::before {
    left: 0;
    right: 0;
    margin: auto;
  }
  .top-footer .nav > li::before {
    display: none;
  }
  .footer-contact-info {
    text-align: center;
    padding-top: 0;
  }
  .contact-footer hr {
    display: none;
  }
  p.bigtext {
    font-size: 1.5em;
  }
  .footer-area > div > .panel-layout > .panel-grid > .panel-grid-cell:first-child {
    margin-bottom: 5px !important;
  }
}

@media (max-width: 600px) {
  .carousel-caption {
    font-size: 14px;
    padding: 5px;
  } 
}
