@import url(//fonts.googleapis.com/css?family=Titillium+Web:200,400,700,900);
/* Import bootstrap 3 mixins and variables so we can use them */
/* Import core mixins so we can use them */
.clear_float:before,
.clear_float:after {
  content: " ";
  display: table;
}
.clear_float:after {
  clear: both;
}
/* Import our theme variables. */
/*
 * The sections in this document roughly correspond to our theme style guide.
 */
/* Import our theme mixins */
/* Import our theme fonts */
/* Our style rules - namespace so as not to collide with the core app styles */
body {
  /* background: transparent url(../assets/images/background.png) repeat scroll;*/
}
div.wp-page {
  position: relative;
}
div.wp-page {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.42857143;
  -webkit-font-smoothing: antialiased;
}
div.wp-page blockquote {
  padding-left: 60px;
  font-size: 1.46em;
  font-weight: 300;
  border-color: #bdcfd8;
  color: #5b676c;
  line-height: 1.42857143;
}
div.wp-page h1 {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  /*font-size: 2em;*/
  font-weight: 700;
  color: #12295b;
  line-height: 1.42857143;
  text-transform: none;
}
div.wp-page h2 {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.1em;
  font-weight: 700;
  color: #12295b;
  line-height: 1.42857143;
  text-transform: none;
}
div.wp-page h3 {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1em;
  font-weight: 700;
  color: #12295b;
  line-height: 1.42857143;
  text-transform: none;
}
div.wp-page h4 {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.05em;
  font-weight: 700;
  color: #4f585c;
  line-height: 1.42857143;
  text-transform: none;
}
div.wp-page h5 {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 0.73em;
  font-weight: 700;
  color: #9fa9ad;
  line-height: 1.42857143;
  text-transform: uppercase;
}
div.wp-page h6 {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 0.73em;
  font-weight: 400;
  color: #a3db75;
  line-height: 1.42857143;
  text-transform: uppercase;
}
div.wp-page td h1 {
  line-height: 1.0;
  padding-bottom: 0.20em;
}
div.wp-page img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
div.wp-page p {
  font-feature-settings: "palt";
}
div.wp-page hr {
  border-top: 1px solid #ececec;
  max-width: 1170px;
}
div.wp-page main {
  background-color: #ffffff;
  /* padding-bottom: 20px;*/
  /*
    div.container:last-child {
      padding-bottom: 80px;
    }
    */
}
div.wp-page a:not(.fa):not(.btn),
div.wp-page footer a:not(.fa):not(.btn) {
  color: #12295b;
}
div.wp-page a:not(.fa):not(.btn):hover,
div.wp-page footer a:not(.fa):not(.btn):hover {
  color: #729fff;
  text-decoration: none;
}
div.wp-page div[data-container=block] div.container:last-child {
  padding-bottom: 0px;
}
div.wp-page.page-type-blog-entry div.col-sidebar {
  padding-top: 40px;
}
div.wp-page div.col-sidebar hr {
  margin-top: 20px;
  margin-bottom: 20px;
}
div.wp-page span.br.sp,
div.wp-page br.sp {
  display: none;
}
@media (max-width: 767px) {
  div.wp-page span.br.sp,
  div.wp-page br.sp {
    display: inline;
  }
  div.wp-page span.br.sp::before {
    content: "\A";
    white-space: pre;
  }
}
div.wp-page div.wp-system-errors {
  margin-top: 40px;
}
div.wp-page header {
  background-color: #12295b;
  padding-top: 5px;
}
div.wp-page header #header-site-title {
  font-family: Titillium Web;
  font-weight: 400;
  color: #12295b;
  text-transform: none;
  line-height: 1em;
  font-size: 2em;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
div.wp-page header #header-site-title:hover {
  color: #010306;
  text-decoration: none !important;
}
div.wp-page header .wp-search-block-form {
  position: relative;
}
div.wp-page header .wp-search-block-form:before {
  content: "\f002";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  position: absolute;
  left: 14px;
  top: 9px;
  text-decoration: inherit;
  color: #cbcbcb;
}
div.wp-page header .wp-search-block-form .wp-search-block-text {
  border: 1px solid #cbcbcb;
  color: #cbcbcb;
  border-radius: 30px;
  padding: 10px 20px 10px 35px;
  background-color: #ffffff;
}
div.wp-page header .wp-search-block-form .wp-search-block-text:focus {
  outline: 0;
}
div.wp-page header nav .dropdown:after {
  content: ' ▶';
}
div.wp-page header nav .dropdown:hover:after {
  content: '\25bc';
}
div.wp-page header nav ul {
  -webkit-font-smoothing: antialiased;
  list-style: none;
  margin-top: 10px !important;
  padding: 0px 0px 0px 0px;
  float: right;
}
div.wp-page header nav ul a {
  padding-right: 40px;
  font-family: Titillium Web;
  font-size: 1em;
  font-weight: 700;
  color: #ffffff;
  text-transform: none;
}
div.wp-page header nav ul a:hover {
  color: #abddff;
  text-decoration: none;
}
div.wp-page header nav ul li {
  margin: 0;
  padding: 0;
  padding-bottom: 10px;
  position: relative;
  display: inline-block;
}
div.wp-page header nav ul li:hover ul {
  opacity: 1;
  top: 30px;
  visibility: visible;
}
div.wp-page header nav ul li ul {
  cursor: pointer;
  padding: 15px;
  padding-bottom: 0px;
  float: left;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 20px;
  visibility: hidden;
  width: 200px;
  background-color: #ffffff;
  z-index: 99;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -ms-border-radius: 3px;
  border: 1px solid #edf2f3;
}
div.wp-page header nav ul li ul li {
  float: none;
  width: 100%;
  padding-bottom: 0px;
}
div.wp-page header nav ul li ul li:hover a {
  color: #0099ff;
}
div.wp-page header nav ul li ul li a {
  display: block;
  padding-bottom: 15px;
  font-size: 1.0em;
  text-transform: none;
  color: #a2a2a2;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-weight: normal;
}
div.wp-page header nav ul li ul li a:hover {
  color: #0099ff;
}
div.wp-page div.wp-pagination-wrapper {
  text-align: center;
}
div.wp-page .pagination > li.active span {
  background: none;
  color: #b3beb8;
  border-color: #12295b;
}
div.wp-page .pagination > li.next.disabled a,
div.wp-page .pagination > li.next.disabled span {
  color: #b3beb8;
}
div.wp-page .pagination > li.next a {
  border-right: 1px solid #12295b;
  border-bottom-right-radius: 25px;
  border-top-right-radius: 25px;
  padding-right: 25px;
}
div.wp-page .pagination > li.next span {
  border-right: 1px solid #12295b;
  border-bottom-right-radius: 25px;
  border-top-right-radius: 25px;
  padding-right: 25px;
}
div.wp-page .pagination > li.prev.disabled a,
div.wp-page .pagination > li.prev.disabled span {
  color: #b3beb8;
}
div.wp-page .pagination > li.prev span {
  border-left: 1px solid #12295b;
  border-bottom-left-radius: 25px;
  border-top-left-radius: 25px;
  padding-left: 25px;
}
div.wp-page .pagination > li.prev a {
  border-left: 1px solid #12295b;
  border-bottom-left-radius: 25px;
  border-top-left-radius: 25px;
  padding-left: 25px;
}
div.wp-page .pagination > li > a {
  font-size: 14px;
  border-left: 0;
  border-right: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  border-color: #12295b;
}
div.wp-page .pagination > li > a:hover {
  background: none;
}
div.wp-page .pagination > li > span {
  font-size: 14px;
  border-left: 0;
  border-right: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  border-color: #12295b;
}
div.wp-page .breadcrumb {
  background-color: transparent;
  padding: 0px;
  margin-top: 20px;
  margin-bottom: 0;
}
div.wp-page .breadcrumb a {
  color: #12295b !important;
  font-weight: bold;
}
div.wp-page .breadcrumb a:hover {
  text-decoration: none;
  color: #729fff !important;
}
div.wp-page img.wp-captcha-image {
  display: block;
  margin: 0px auto 30px auto;
}
div.wp-page main .wp-search-block-form h3 {
  font-family: Titillium Web;
  font-size: 1.1em;
  text-transform: uppercase;
}
div.wp-page main .wp-search-block-form input.wp-search-block-text {
  border: 1px solid #e6e6e6;
  margin-right: 15px;
  width: 50%;
  margin-bottom: 15px;
  padding: 10px;
}
div.wp-page main .wp-search-block-form input.wp-search-block-submit:focus {
  outline: none;
}
div.wp-page main .wp-search-block-form #searchResults {
  margin-top: 15px;
  border-top: 1px solid #ececec;
}
div.wp-page main .wp-search-block-form #searchResults .searchResult {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 24px;
  padding-bottom: 7px;
  border-bottom: 1px solid #ececec;
}
div.wp-page main .wp-search-block-form #searchResults .searchResult p {
  color: #6e6e6e;
}
div.wp-page main .wp-search-block-form #searchResults .searchResult h3 {
  margin-top: 0px;
  text-transform: none;
  margin-bottom: 5px;
  font-family: inherit;
}
div.wp-page main .wp-search-block-form #searchResults .searchResult h3 a {
  font-weight: 400;
  font-size: 22px;
  color: #ffffff;
}
div.wp-page main .wp-search-block-form #searchResults .searchResult h3 a:hover {
  color: #abddff;
}
div.wp-page .btn {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -ms-border-radius: 20px;
  padding: 10px 30px 10px 30px;
}
div.wp-page .btn-success {
  color: #ffffff;
  background-color: #00cc66;
  border-color: #4cae4c;
}
div.wp-page .btn-success:hover,
div.wp-page .btn-success:focus,
div.wp-page .btn-success:active,
div.wp-page .btn-success.active,
.open > .dropdown-togglediv.wp-page .btn-success {
  color: #ffffff;
  background-color: #00994d;
  border-color: #398439;
}
div.wp-page .btn-success:active,
div.wp-page .btn-success.active,
.open > .dropdown-togglediv.wp-page .btn-success {
  background-image: none;
}
div.wp-page .btn-success.disabled,
div.wp-page .btn-success[disabled],
fieldset[disabled] div.wp-page .btn-success,
div.wp-page .btn-success.disabled:hover,
div.wp-page .btn-success[disabled]:hover,
fieldset[disabled] div.wp-page .btn-success:hover,
div.wp-page .btn-success.disabled:focus,
div.wp-page .btn-success[disabled]:focus,
fieldset[disabled] div.wp-page .btn-success:focus,
div.wp-page .btn-success.disabled:active,
div.wp-page .btn-success[disabled]:active,
fieldset[disabled] div.wp-page .btn-success:active,
div.wp-page .btn-success.disabled.active,
div.wp-page .btn-success[disabled].active,
fieldset[disabled] div.wp-page .btn-success.active {
  background-color: #00cc66;
  border-color: #4cae4c;
}
div.wp-page .btn-success .badge {
  color: #00cc66;
  background-color: #ffffff;
}
div.wp-page .btn-default {
  color: #6e6e6e;
  background-color: #ffffff;
  border-color: #b7e390;
}
div.wp-page .btn-default:hover,
div.wp-page .btn-default:focus,
div.wp-page .btn-default:active,
div.wp-page .btn-default.active,
.open > .dropdown-togglediv.wp-page .btn-default {
  color: #6e6e6e;
  background-color: #e6e6e6;
  border-color: #97d75f;
}
div.wp-page .btn-default:active,
div.wp-page .btn-default.active,
.open > .dropdown-togglediv.wp-page .btn-default {
  background-image: none;
}
div.wp-page .btn-default.disabled,
div.wp-page .btn-default[disabled],
fieldset[disabled] div.wp-page .btn-default,
div.wp-page .btn-default.disabled:hover,
div.wp-page .btn-default[disabled]:hover,
fieldset[disabled] div.wp-page .btn-default:hover,
div.wp-page .btn-default.disabled:focus,
div.wp-page .btn-default[disabled]:focus,
fieldset[disabled] div.wp-page .btn-default:focus,
div.wp-page .btn-default.disabled:active,
div.wp-page .btn-default[disabled]:active,
fieldset[disabled] div.wp-page .btn-default:active,
div.wp-page .btn-default.disabled.active,
div.wp-page .btn-default[disabled].active,
fieldset[disabled] div.wp-page .btn-default.active {
  background-color: #ffffff;
  border-color: #b7e390;
}
div.wp-page .btn-default .badge {
  color: #ffffff;
  background-color: #6e6e6e;
}
div.wp-page div.block-sidebar-padded {
  padding: 25px 40px 25px 40px;
}
div.wp-page div.block-sidebar-padded p {
  font-size: 0.85em;
}
div.wp-page div.block-sidebar-wrapped {
  padding: 25px 40px 25px 40px;
  background-color: #f8faf1;
  font-size: 0.85em;
}
div.wp-page div.block-sidebar-wrapped h3 {
  margin: 0px;
  font-size: 14px;
  font-weight: normal;
}
div.wp-page div.block-sidebar-wrapped a {
  color: #ffffff !important;
}
div.wp-page div.block-sidebar-wrapped a:hover {
  text-decoration: none;
  color: #729fff !important;
}
div.wp-page div.block-sidebar-wrapped div.wp-block-page-list-page-entry {
  padding-bottom: 0px;
  border-bottom: 0px;
  margin-bottom: 0px;
}
div.wp-page div.block-sidebar-wrapped ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  color: #9fa9ad;
}
div.wp-page div.block-sidebar-wrapped ul li {
  margin-bottom: 12px;
}
div.wp-page div.block-sidebar-wrapped ul ul {
  padding-left: 20px;
  font-size: 1em;
}
div.wp-page div.block-sidebar-wrapped + div.block-sidebar-wrapped {
  padding-top: 0px;
}
div.wp-page div.block-sidebar-wrapped div.wp-block-share-this-page {
  margin: -15px -40px -25px -40px;
  padding: 15px 40px 10px 40px;
  border-top: 1px solid #ececec;
  font-size: 1em;
}
div.wp-page div.block-sidebar-wrapped div.wp-block-share-this-page a {
  color: #d1d1d1 !important;
}
div.wp-page div.block-sidebar-wrapped div.wp-block-share-this-page a:hover {
  color: #ffffff !important;
}
div.wp-page div.blog-entry-list div.wp-block-page-list-page-entry-horizontal {
  margin-left: -15px;
  margin-right: -15px;
}
div.wp-page div.blog-entry-list div.wp-block-page-list-page-entry-horizontal div.wp-block-page-list-page-entry-thumbnail {
  position: relative;
  float: left;
  width: 16.66666667%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 7px;
}
div.wp-page div.blog-entry-list div.wp-block-page-list-page-entry-horizontal div.wp-block-page-list-page-entry-thumbnail img {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}
div.wp-page div.blog-entry-list div.wp-block-page-list-page-entry-horizontal div.wp-block-page-list-page-entry-text {
  position: relative;
  float: left;
  width: 83.33333333%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
div.wp-page div.blog-entry-list div.wp-block-page-list-date {
  color: #aeaeae;
  font-size: 0.8em;
  margin-bottom: 10px;
}
div.wp-page div.blog-entry-list div.wp-block-page-list-title {
  margin: 0px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.1em;
  font-weight: 700;
  color: #12295b;
  line-height: 1.42857143;
  text-transform: none;
}
div.wp-page div.blog-entry-list div.wp-block-page-list-title a {
  color: #12295b;
}
div.wp-page div.blog-entry-list div.wp-block-page-list-title a:hover {
  text-decoration: none;
  color: #ffffff;
}
div.wp-page div.recent-blog-entry div.wp-block-page-list-title {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.1em;
  font-weight: 700;
  color: #4f585c;
  line-height: 1.42857143;
  text-transform: none;
}
div.wp-page div.recent-blog-entry div.wp-block-page-list-title a {
  color: #4f585c;
}
div.wp-page div.recent-blog-entry div.wp-block-page-list-title a:hover {
  color: #428bca;
  text-decoration: none;
}
div.wp-page div.recent-blog-entry div.wp-block-page-list-page-entry {
  border-bottom: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
div.wp-page div.area-content-accent {
  background-color: #f8faf1;
  margin-top: 80px;
  padding: 65px 0px 65px 0px;
  /*
  div.container:last-child {
    padding-bottom: 0px;
  }
  */
  margin-bottom: -80px;
}
div.wp-page div.area-content-accent .title-caps,
div.wp-page div.area-content-accent .title-caps-bold,
div.wp-page div.area-content-accent h3 {
  color: #988e47 !important;
}
div.wp-page div.testimonial-bio {
  margin-bottom: 60px;
}
div.wp-page div.testimonial-bio div.wp-block-testimonial-wrapper {
  margin-top: 0px;
  margin-bottom: 0px;
}
div.wp-page div.testimonial-bio div.wp-block-testimonial-wrapper div.wp-block-testimonial {
  margin-left: 0px;
  margin-right: 0px;
}
div.wp-page div.testimonial-bio div.wp-block-testimonial-wrapper div.wp-block-testimonial div.wp-block-testimonial-image {
  width: auto;
  float: none;
  padding: 0px;
  margin-bottom: 30px;
}
div.wp-page div.testimonial-bio div.wp-block-testimonial-wrapper div.wp-block-testimonial div.wp-block-testimonial-image img {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -ms-border-radius: 0px;
}
div.wp-page div.testimonial-bio div.wp-block-testimonial-wrapper div.wp-block-testimonial div.wp-block-testimonial-text {
  float: none;
  padding: 0px;
}
div.wp-page div.testimonial-bio + div.testimonial-bio {
  margin-bottom: 0px;
}
div.wp-page div.testimonial-bio:only-child {
  margin-bottom: 0px;
}
div.wp-page .wp-faq-container {
  margin-left: -15px;
  margin-right: -15px;
}
div.wp-page .wp-faq-block-links {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1200px) {
  div.wp-page .wp-faq-block-links {
    float: left;
    width: 25%;
  }
}
div.wp-page .wp-faq-block-links a {
  display: block;
  margin-bottom: 10px;
}
div.wp-page .wp-faq-block-entries {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
div.wp-page .wp-faq-block-entries h3 {
  margin-top: 0px;
}
div.wp-page .wp-faq-block-entries div.faq-entry-content {
  margin-bottom: 50px;
}
@media (min-width: 1200px) {
  div.wp-page .wp-faq-block-entries {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 1200px) {
  div.wp-page .wp-faq-block-entries {
    margin-left: 8.33333333%;
  }
}
div.wp-page div.wp-block-feature-item {
  position: relative;
  padding-left: 25px;
  margin-bottom: 40px;
}
div.wp-page div.wp-block-feature-item h4,
div.wp-page div.wp-block-feature-item i {
  color: #12295b;
}
div.wp-page div.wp-block-feature-item i {
  position: absolute;
  top: 3px;
  left: 0px;
}
div.wp-page div.feature-home-page div.wp-block-feature-item h4,
div.wp-page div.feature-home-page div.wp-block-feature-item i {
  color: #1a1a1a;
}
div.wp-page div.feature-home-page div.wp-block-feature-item h4 {
  font-size: 1.5em;
}
div.wp-page div.feature-home-page div.wp-block-feature-item i {
  color: #1a1a1a;
  font-size: 1.3em;
  top: 1px;
}
div.wp-page div.feature-home-page div.wp-block-feature-item {
  padding-left: 45px;
}
div.wp-page div.wp-block-feature-item-hover-wrapper {
  text-align: center;
}
div.wp-page div.wp-block-feature-item-hover-wrapper div.wp-block-feature-item-hover-title {
  color: #888888;
  font-size: 1.5em;
  font-weight: 300;
  margin-top: 20px;
}
div.wp-page div.wp-block-feature-item-hover {
  display: table;
  margin: 0px auto 0px auto;
}
div.wp-page div.wp-block-feature-item-hover div.wp-block-feature-item-hover-icon {
  border: 1px solid #d4d4d4;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -ms-border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  margin: 0px auto 0px auto;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  cursor: help;
  width: 200px;
  height: 200px;
}
div.wp-page div.wp-block-feature-item-hover div.wp-block-feature-item-hover-icon i {
  margin-top: 3px;
  color: #ffffff;
  font-size: 2em;
}
@media (min-width: 768px) {
  div.wp-page div.wp-block-feature-item-hover div.wp-block-feature-item-hover-icon {
    width: 80px;
    height: 80px;
  }
}
@media (min-width: 992px) {
  div.wp-page div.wp-block-feature-item-hover div.wp-block-feature-item-hover-icon {
    width: 110px;
    height: 110px;
  }
}
@media (min-width: 1200px) {
  div.wp-page div.wp-block-feature-item-hover div.wp-block-feature-item-hover-icon {
    width: 134px;
    height: 134px;
  }
}
div.wp-page div.wp-block-feature-item-hover-wrapper:hover div.wp-block-feature-item-hover-icon {
  background: #ffffff;
  border: 1px solid #ffffff;
}
div.wp-page .wp-image-slider-container {
  background-color: transparent;
  background-repeat: repeat;
  /* background-image is moved to main.less because it needs to be in the theme root */
}
div.wp-page .wp-image-slider-container .wp-image-slider .rslides li {
  max-height: 220px;
}
@media (min-width: 480px) and (max-width: 767px) {
  div.wp-page .wp-image-slider-container .wp-image-slider {
    width: 100%;
  }
  div.wp-page .wp-image-slider-container .wp-image-slider .rslides li {
    max-height: 320px;
  }
}
@media (min-width: 768px) {
  div.wp-page .wp-image-slider-container .wp-image-slider {
    width: 100%;
  }
  div.wp-page .wp-image-slider-container .wp-image-slider .rslides li {
    max-height: 350px;
  }
}
@media (min-width: 992px) {
  div.wp-page .wp-image-slider-container .wp-image-slider {
    width: 100%;
  }
  div.wp-page .wp-image-slider-container .wp-image-slider .rslides li {
    max-height: 429px;
  }
}
@media (min-width: 1200px) {
  div.wp-page .wp-image-slider-container .wp-image-slider {
    width: 100%;
  }
  div.wp-page .wp-image-slider-container .wp-image-slider .rslides li {
    max-height: 480px;
  }
}
div.wp-page .wp-image-slider-container .wp-image-slider:before,
div.wp-page .wp-image-slider-container .wp-image-slider:after {
  content: " ";
  display: table;
}
div.wp-page .wp-image-slider-container .wp-image-slider:after {
  clear: both;
}
div.wp-page .wp-image-slider-container .rslides_nav {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -ms-border-radius: 4px;
  height: 38px;
  margin-top: -20px;
  width: 38px;
  background: rgba(0, 0, 0, 0.92);
}
div.wp-page .wp-image-slider-container .rslides_nav.next {
  display: none;
  color: white;
  -webkit-transition: background 0.35s ease-in-out;
  -o-transition: background 0.35s ease-in-out;
  transition: background 0.35s ease-in-out;
  right: 40px;
}
div.wp-page .wp-image-slider-container .rslides_nav.next:hover {
  text-decoration: none;
  color: black;
  background: white;
}
div.wp-page .wp-image-slider-container .rslides_nav.next:before {
  -webkit-transition: background 0.35s ease-in-out;
  -o-transition: background 0.35s ease-in-out;
  transition: background 0.35s ease-in-out;
  content: "\f054";
  font-family: FontAwesome;
  font-size: 16px;
  display: block;
  margin-top: 10px;
  margin-left: 14px;
}
div.wp-page .wp-image-slider-container .rslides_nav.prev {
  display: none;
  color: white;
  -webkit-transition: background 0.35s ease-in-out;
  -o-transition: background 0.35s ease-in-out;
  transition: background 0.35s ease-in-out;
  left: 40px;
}
div.wp-page .wp-image-slider-container .rslides_nav.prev:hover {
  text-decoration: none;
  color: black;
  background: white;
}
div.wp-page .wp-image-slider-container .rslides_nav.prev:after {
  -webkit-transition: background 0.35s ease-in-out;
  -o-transition: background 0.35s ease-in-out;
  transition: background 0.35s ease-in-out;
  content: "\f053";
  font-family: FontAwesome;
  font-size: 16px;
  display: block;
  margin-top: 10px;
  margin-left: 12px;
}
div.wp-page .wp-image-slider-container .rslides_tabs {
  text-align: center;
  padding-left: 0px;
  padding-top: 15px;
  padding-bottom: 10px;
}
div.wp-page .wp-image-slider-container .rslides_tabs li {
  list-style-type: none;
  display: inline-block;
  margin-right: 5px;
}
div.wp-page .wp-image-slider-container .rslides_tabs li.rslides_here a {
  background: #12295b;
}
div.wp-page .wp-image-slider-container .rslides_tabs li a {
  overflow: hidden;
  text-indent: 99px;
  background: #ccccc9;
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-right: 10px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -ms-border-radius: 30px;
}
div.wp-page .wp-image-slider-container .wp-image-slider-text h2 {
  color: #75ca2a;
  font-family: Titillium Web;
  font-size: 3.2em;
  font-weight: 200;
  margin-bottom: 5%;
}
div.wp-page .wp-image-slider-container .wp-image-slider-text p {
  color: #6e6e6e;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.1em;
  font-weight: 400;
  width: 80%;
}
div.wp-page .image-right-tilt .wp-image-block {
  display: block;
  margin: 0px auto 0px auto;
  transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  /* IE 9 */
  -webkit-transform: rotate(3deg);
}
div.wp-page .image-circle .wp-image-block {
  border-radius: 50%;
}
div.wp-page div.wp-block-next-previous-header {
  font-size: 15px;
}
div.wp-page div.page-list-with-buttons div.wp-block-page-list-page-entry {
  border-bottom: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid #d9d9d9;
}
div.wp-page div.page-list-with-buttons div.wp-block-page-list-page-entry div.wp-block-page-list-title {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1em;
  font-weight: 700;
  color: #12295b;
  line-height: 1.42857143;
  text-transform: none;
}
div.wp-page div.page-list-with-buttons div.wp-block-page-list-page-entry:first-child {
  padding-top: 0px;
  border-top: none;
  margin-top: 0px;
}
div.wp-page div.page-list-with-buttons div.wp-block-page-list-page-entry a.wp-block-page-list-read-more {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -ms-border-radius: 20px;
  padding: 10px 30px 10px 30px;
  border: 1px solid transparent;
  display: inline-block;
  color: #6e6e6e;
  background-color: #ffffff;
  border-color: #b7e390;
}
div.wp-page div.page-list-with-buttons div.wp-block-page-list-page-entry a.wp-block-page-list-read-more:hover,
div.wp-page div.page-list-with-buttons div.wp-block-page-list-page-entry a.wp-block-page-list-read-more:focus,
div.wp-page div.page-list-with-buttons div.wp-block-page-list-page-entry a.wp-block-page-list-read-more:active,
div.wp-page div.page-list-with-buttons div.wp-block-page-list-page-entry a.wp-block-page-list-read-more.active,
.open > .dropdown-togglediv.wp-page div.page-list-with-buttons div.wp-block-page-list-page-entry a.wp-block-page-list-read-more {
  color: #6e6e6e;
  background-color: #e6e6e6;
  border-color: #97d75f;
}
div.wp-page div.page-list-with-buttons div.wp-block-page-list-page-entry a.wp-block-page-list-read-more:active,
div.wp-page div.page-list-with-buttons div.wp-block-page-list-page-entry a.wp-block-page-list-read-more.active,
.open > .dropdown-togglediv.wp-page div.page-list-with-buttons div.wp-block-page-list-page-entry a.wp-block-page-list-read-more {
  background-image: none;
}
div.wp-page div.page-list-with-buttons div.wp-block-page-list-page-entry a.wp-block-page-list-read-more.disabled,
div.wp-page div.page-list-with-buttons div.wp-block-page-list-page-entry a.wp-block-page-list-read-more[disabled],
fieldset[disabled] div.wp-page div.page-list-with-buttons div.wp-block-page-list-page-entry a.wp-block-page-list-read-more,
div.wp-page div.page-list-with-buttons div.wp-block-page-list-page-entry a.wp-block-page-list-read-more.disabled:hover,
div.wp-page div.page-list-with-buttons div.wp-block-page-list-page-entry a.wp-block-page-list-read-more[disabled]:hover,
fieldset[disabled] div.wp-page div.page-list-with-buttons div.wp-block-page-list-page-entry a.wp-block-page-list-read-more:hover,
div.wp-page div.page-list-with-buttons div.wp-block-page-list-page-entry a.wp-block-page-list-read-more.disabled:focus,
div.wp-page div.page-list-with-buttons div.wp-block-page-list-page-entry a.wp-block-page-list-read-more[disabled]:focus,
fieldset[disabled] div.wp-page div.page-list-with-buttons div.wp-block-page-list-page-entry a.wp-block-page-list-read-more:focus,
div.wp-page div.page-list-with-buttons div.wp-block-page-list-page-entry a.wp-block-page-list-read-more.disabled:active,
div.wp-page div.page-list-with-buttons div.wp-block-page-list-page-entry a.wp-block-page-list-read-more[disabled]:active,
fieldset[disabled] div.wp-page div.page-list-with-buttons div.wp-block-page-list-page-entry a.wp-block-page-list-read-more:active,
div.wp-page div.page-list-with-buttons div.wp-block-page-list-page-entry a.wp-block-page-list-read-more.disabled.active,
div.wp-page div.page-list-with-buttons div.wp-block-page-list-page-entry a.wp-block-page-list-read-more[disabled].active,
fieldset[disabled] div.wp-page div.page-list-with-buttons div.wp-block-page-list-page-entry a.wp-block-page-list-read-more.active {
  background-color: #ffffff;
  border-color: #b7e390;
}
div.wp-page div.page-list-with-buttons div.wp-block-page-list-page-entry a.wp-block-page-list-read-more .badge {
  color: #ffffff;
  background-color: #6e6e6e;
}
div.wp-page div.page-list-with-buttons div.wp-block-page-list-page-entry a.wp-block-page-list-read-more:hover {
  text-decoration: none;
}
div.wp-page div.wp-block-page-list-thumbnail-grid-wrapper {
  margin-left: -15px;
  margin-right: -15px;
}
div.wp-page div.wp-block-page-list-thumbnail-grid-wrapper div.wp-block-page-list-page-entry-grid-item {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
  overflow: hidden;
}
@media (min-width: 768px) {
  div.wp-page div.wp-block-page-list-thumbnail-grid-wrapper div.wp-block-page-list-page-entry-grid-item {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 768px) {
  div.wp-page div.wp-block-page-list-thumbnail-grid-wrapper div.wp-block-page-list-page-entry-grid-item {
    min-height: 147px;
  }
  div.wp-page div.wp-block-page-list-thumbnail-grid-wrapper div.wp-block-page-list-page-entry-grid-item img {
    width: 100%;
    height: 147px;
  }
}
@media (min-width: 992px) {
  div.wp-page div.wp-block-page-list-thumbnail-grid-wrapper div.wp-block-page-list-page-entry-grid-item {
    min-height: 193px;
  }
  div.wp-page div.wp-block-page-list-thumbnail-grid-wrapper div.wp-block-page-list-page-entry-grid-item img {
    width: 100%;
    height: 193px;
  }
}
@media (min-width: 1200px) {
  div.wp-page div.wp-block-page-list-thumbnail-grid-wrapper div.wp-block-page-list-page-entry-grid-item {
    min-height: 240px;
  }
  div.wp-page div.wp-block-page-list-thumbnail-grid-wrapper div.wp-block-page-list-page-entry-grid-item img {
    width: 100%;
    height: 240px;
  }
}
div.wp-page div.wp-block-page-list-thumbnail-grid-wrapper div.wp-block-page-list-page-entry-grid-thumbnail-hover {
  background-color: rgba(18, 41, 91, 0.7);
}
div.wp-page div.wp-block-page-list-thumbnail-grid-wrapper i.wp-block-page-list-page-entry-grid-thumbnail-icon {
  display: block;
  margin: 0px auto 10px auto;
}
div.wp-page div.wp-block-page-list-thumbnail-grid-wrapper i.wp-block-page-list-page-entry-grid-thumbnail-icon:before {
  font-family: FontAwesome;
  content: "\f064";
}
div.wp-page div.wp-block-page-list-thumbnail-grid-wrapper div.wp-block-page-list-title {
  margin-top: 30px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.05em;
  font-weight: 700;
  color: #4f585c;
  line-height: 1.42857143;
  text-transform: none;
}
div.wp-page a.wp-block-page-list-rss-feed {
  font-size: 1.5em;
  color: #d1d1d1;
}
div.wp-page a.wp-block-page-list-rss-feed:hover {
  color: #75ca2a;
}
div.wp-page div.wp-block-page-list-page-entry-horizontal:before,
div.wp-page div.wp-block-page-list-page-entry-horizontal:after {
  content: " ";
  display: table;
}
div.wp-page div.wp-block-page-list-page-entry-horizontal:after {
  clear: both;
}
div.wp-page div.wp-block-page-list-page-entry-horizontal,
div.wp-page div.wp-block-page-list-page-entry {
  /*padding-bottom: 30px;
  margin-bottom: 30px;*/
  padding-bottom: 5px !important;
  margin-bottom: 5px !important;
  /*border-bottom: 1px solid #ececec;*/
}
div.wp-page div.wp-block-page-list-page-entry-read-more {
  margin-top: 20px;
}
div.wp-page div.wp-block-page-list-no-pages {
  text-align: center;
  font-size: 1em;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #9fa9ad;
}
div.wp-page div.col-sidebar div.block-sidebar-wrapped div.wp-block-page-list-wrapper {
  margin: 0px;
}
div.wp-page div.col-sidebar div.wp-block-page-list-wrapper {
  margin: 25px 40px 25px 40px;
  font-size: .85em;
}
div.wp-page div.col-sidebar div.wp-block-page-list-wrapper a.wp-block-page-list-rss-feed {
  font-size: .85em;
}
div.wp-page div.col-sidebar div.wp-block-page-list-wrapper div.wp-block-page-list-page-entry {
  border: 0px;
  padding: 0px;
  margin-bottom: 10px;
}
div.wp-page div.col-sidebar div.wp-block-page-list-wrapper div.wp-block-page-list-page-entry a {
  font-weight: normal;
}
div.wp-page div.wp-block-page-list-header {
  font-size: 15px;
}
div.wp-page div.wp-block-page-attribute-display-wrapper {
  border-top: 1px solid #ececec;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #aeaeae;
}
div.wp-page div.wp-block-page-attribute-display-wrapper .wp-block-page-attribute-display-title {
  color: #75ca2a;
  display: block;
}
div.wp-page div.wp-block-page-attribute-display-wrapper:last-child {
  border-bottom: 1px solid #ececec;
}
div.wp-page h1.page-title {
  color: #12295b;
  font-family: Titillium Web;
  font-size: 2em;
  line-height: 1.42857143;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 20px;
  border-bottom: solid 3px #12295B;
}
div.wp-page.page-type-portfolio-project h1.page-title {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 2em;
  font-weight: 700;
  color: #12295b;
  line-height: 1.42857143;
  text-transform: none;
  border-bottom: 1px solid #ececec;
  margin-bottom: 40px;
}
div.wp-page div.wp-block-page-title-byline {
  padding-bottom: 40px;
  border-bottom: 1px solid #ececec;
  margin-bottom: 40px;
}
div.wp-page div.wp-block-page-title-byline h1.page-title {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 2em;
  font-weight: 700;
  color: #12295b;
  line-height: 1.42857143;
  text-transform: none;
  margin-bottom: 0px;
  padding-bottom: 0px;
  padding-top: 1em;
}
div.wp-page div.wp-block-page-title-byline span.page-date {
  margin-right: 2em;
}
div.wp-page div.wp-block-page-title-byline span.page-date,
div.wp-page div.wp-block-page-title-byline span.page-author {
  color: #9fa9ad;
  font-style: italic;
  font-size: 0.85em;
}
div.wp-page div.wp-block-testimonial {
  margin-left: -15px;
  margin-right: -15px;
}
div.wp-page div.wp-block-testimonial div.wp-block-testimonial-image {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  div.wp-page div.wp-block-testimonial div.wp-block-testimonial-image {
    float: left;
    width: 25%;
  }
}
div.wp-page div.wp-block-testimonial div.wp-block-testimonial-text {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  div.wp-page div.wp-block-testimonial div.wp-block-testimonial-text {
    float: left;
    width: 75%;
  }
}
div.wp-page div.wp-block-testimonial img {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -ms-border-radius: 50%;
}
div.wp-page div.wp-block-testimonial div.wp-block-testimonial-name {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.05em;
  font-weight: 700;
  color: #4f585c;
  line-height: 1.42857143;
  text-transform: none;
}
div.wp-page div.wp-block-testimonial div.wp-block-testimonial-position {
  color: #ffffff;
}
div.wp-page div.wp-block-testimonial div.wp-block-testimonial-position a {
  color: #ffffff;
  text-decoration: underline;
}
div.wp-page div.wp-block-testimonial div.wp-block-testimonial-paragraph {
  margin-top: 20px;
}
div.wp-page div.wp-block-testimonial-wrapper {
  margin-top: 60px;
  margin-bottom: 60px;
}
div.wp-page div.wp-block-testimonial-wrapper:before,
div.wp-page div.wp-block-testimonial-wrapper:after {
  content: " ";
  display: table;
}
div.wp-page div.wp-block-testimonial-wrapper:after {
  clear: both;
}
@media all and (max-width: 767px) {
  div.wp-page .wp-block-testimonial-image img {
    margin: 10px auto;
  }
}
div.wp-page div.col-sidebar div.wp-block-tags-wrapper {
  margin: 25px 40px 25px 40px;
}
div.wp-page div.wp-block-tags-header {
  font-size: 15px;
}
div.wp-page div.wp-block-tags-wrapper a:hover {
  text-decoration: none;
}
div.wp-page span.wp-block-tags-tag {
  background-color: #ffffff;
  border-color: #d1d1d1;
  border-width: 1px;
  border-style: solid;
  color: #6e6e6e;
}
div.wp-page span.wp-block-tags-tag.wp-block-tags-tag-selected {
  border-color: #5da021;
}
div.wp-page div.wp-block-tags-wrapper a:hover span.wp-block-tags-tag {
  border-color: #75ca2a;
}
div.wp-page div.col-sidebar div.wp-block-topic-list-wrapper {
  margin: 25px 40px 25px 40px;
  font-size: .85em;
}
div.wp-page div.wp-block-topic-list-header {
  font-size: 15px;
}
div.wp-page ul.wp-block-topic-list-list ul {
  margin-top: 10px;
}
div.wp-page ul.wp-block-topic-list-page-topics {
  list-style-type: none;
  padding-left: 0px;
  padding-bottom: 0px;
}
div.wp-page ul.wp-block-topic-list-page-topics li {
  margin-bottom: 10px;
  padding-bottom: 0px;
}
div.wp-page .wp-block-topic-list-topic-selected {
  font-weight: bold;
}
div.wp-page div.col-sidebar div.wp-block-date-navigation-wrapper {
  margin: 25px 40px 25px 40px;
  font-size: .85em;
}
div.wp-page div.wp-block-date-navigation-header {
  font-size: 15px;
}
div.wp-page ul.wp-block-date-navigation-dates {
  list-style-type: none;
  padding-left: 0px;
  padding-bottom: 0px;
}
div.wp-page ul.wp-block-date-navigation-dates li {
  margin-bottom: 10px;
  padding-bottom: 0px;
}
div.wp-page .wp-block-date-navigation-date-selected {
  font-weight: bold;
}
div.wp-page div.wp-block-calendar-wrapper a.fc-event,
div.wp-page div.wp-block-calendar-wrapper a.fc-event:hover {
  color: #fff;
}
div.wp-page div.wp-block-calendar-event-list,
div.wp-page div.wp-block-calendar-event-list-wrapper {
  margin-bottom: 10px;
  clear: both;
}
div.wp-page div.wp-block-calendar-event-list-event-date {
  width: 50px;
  height: 50px;
  float: left;
  margin-right: 10px;
  border: 1px solid #f8faf1;
}
div.wp-page div.wp-block-calendar-event-list-event-date span {
  display: block;
  text-align: center;
}
div.wp-page div.wp-block-calendar-event-list-event-date span:first-child {
  font-weight: bold;
  background-color: #f8faf1;
  color: #988e47;
}
div.wp-page div.wp-block-calendar-event-list-event {
  padding-bottom: 10px;
  clear: both;
}
div.wp-page main .jumbo {
  min-height: 300px;
}
div.wp-page main .jumbo h1 {
  color: #75ca2a !important;
  font-family: Titillium Web !important;
  font-size: 2.46em !important;
  line-height: 1.14285714;
  font-weight: 200 !important;
  display: block;
  padding-top: 40px;
  font-size: 3.69em;
  padding-bottom: 40px;
}
div.wp-page main .jumbo p {
  font-size: 1.1em;
  color: #4f585c;
  font-weight: 200;
}
/* comes outside of main because we want to show it in redactor */
.title-thin {
  color: #75ca2a !important;
  font-family: Titillium Web !important;
  font-size: 2.46em !important;
  line-height: 1.14285714;
  font-weight: 200 !important;
  display: block;
}
.title-caps-bold {
  color: #75ca2a !important;
  font-family: Titillium Web !important;
  font-size: 1.73em !important;
  line-height: 2.47142857em !important;
  font-weight: 700 !important;
  text-transform: uppercase;
}
.title-caps-bold>span>a{
  /*display:flex;*/
}
.title-caps-bold>span>a>span:nth-child(1){
  padding-top:0.3em;
}
.title-caps {
  color: #75ca2a !important;
  font-family: Titillium Web !important;
  font-size: 1.73em !important;
  line-height: 2.47142857em !important;
  font-weight: 300;
  text-transform: uppercase;
}
.image-caption {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #b8c4cd;
  font-size: 1em;
}
footer#footer-theme {
  color: #5b676c;
}
footer#footer-theme a {
  color: #ffffff;
}
footer#footer-theme a:hover {
  color: #729fff !important;
}
footer#footer-theme div.wp-block-social-links {
  text-align: right;
}
footer#footer-theme div.wp-block-social-links ul a {
  color: #d1d1d1;
}
footer#footer-theme div.wp-block-social-links ul a:hover {
  color: #75ca2a;
}
footer#footer-theme section {
  border-top: 1px solid #d9d9d9;
  padding-top: 20px;
  padding-bottom: 30px;
}
footer#footer-theme section:first-child {
  background-color: #12295b;
}
footer#footer-theme section:last-child {
  padding-bottom: 10px;
  background-color: #12295b;
}
footer#footer-theme #footer-site-title {
  font-family: Titillium Web;
  font-weight: 900;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 1em;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
footer#footer-theme #footer-site-title:hover {
  color: #010306;
  text-decoration: none !important;
}
footer#concrete5-brand {
  background-color: rgba(0, 0, 0, 0.1);
  padding-top: 20px;
  padding-bottom: 20px;
}
footer#concrete5-brand a.concrete5 {
  color: #00baff;
}
footer#concrete5-brand a.concrete5:hover {
  color: #008dc0;
}
footer#concrete5-brand a {
  color: #9fa7aa;
}
footer#concrete5-brand a:hover {
  color: #7B8083;
}
footer#concrete5-brand #wp-account-menu {
  right: 80px;
  top: -10px;
}
.wp-responsive-overlay {
  background: white;
  display: none;
  position: absolute;
  border-bottom: 5px solid #12295b;
  width: 100%;
  z-index: 99;
  top: 120px;
  left: 0px;
  padding-top: 15px;
  padding-left: 20px;
  -webkit-text-size-adjust: none;
}
.wp-responsive-overlay ul {
  padding-left: 0;
}
.wp-responsive-overlay ul li {
  list-style-type: none;
  display: block;
}
.wp-responsive-overlay ul li.parent-ul a:after {
  padding-left: 7px;
  padding-top: 3px;
  font-size: 20px;
  content: "\f107";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  cursor: pointer;
  text-decoration: inherit;
}
.wp-responsive-overlay ul li a {
  color: #ffffff;
  font-size: 18px;
  display: inline-block;
  width: 80%;
  padding: 7px 5% 7px 0px;
  margin: 0% 5% 0% 0;
  padding-left: 15px;
  height: 100%;
  font-weight: 200;
  text-decoration: none;
}
.wp-responsive-overlay ul li a:hover {
  color: #abddff;
}
.wp-responsive-overlay ul li ul li {
  padding-left: 10px;
}
.wp-responsive-overlay ul li ul li.last-li a {
  padding-top: 0px;
  font-size: 15px;
}
.wp-responsive-overlay ul li ul li.last-li a:after {
  content: '';
}
.wp-responsive-menu-launch {
  display: none;
  cursor: pointer;
  margin-top: 10px;
  float: right;
}
.wp-responsive-menu-launch.responsive-button-close i:after {
  font-size: 20px;
  color: #ffffff;
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  cursor: pointer;
  text-decoration: inherit;
}
.wp-responsive-menu-launch i:after {
  font-size: 20px;
  content: "\f0c9";
  font-family: FontAwesome;
  color: #ffffff;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  cursor: pointer;
  text-decoration: inherit;
}
@media all and (max-width: 767px) {
  .wp-responsive-menu-launch {
    display: block;
  }
  .wp-responsive-navigation.original {
    display: none;
  }
  header .wp-search-block-form {
    margin-top: 20px;
  }
}
@media all and (min-width: 767px) {
  .wp-responsive-overlay {
    display: none !important;
  }
}
/* CSS with background images - we need these directives to be in the root of theme
 * otherwise we can't both map the stylesheet to them AND the customizer to them
 */
/* =====================================
 *  global
 * ===================================== */
html,
body {
  height: 100%;
}
.wp-page {
  width: 100%;
  position: relative;
  min-height: 100%;
}
div.wp-page main {
  /* padding-bottom: 151px;*/
}
div.wp-page footer {
  width: 100%;
}
h1 {
  border-bottom: solid 3px #12295B;
}
/* =====================================
*  header
* ===================================== */
.global_nav {
  background-color: rgba(219, 255, 255, 0.75);
  z-index: 1;
  position: relative;
}
.flexSy {
  display: flex;
  display: -webkit-flex;
}
.tel,
.mail,
.access {
  width: 33.3%;
}
.header_lead {
  padding: 0;
}
@media (min-width: 992px) {
  #navToggle {
    display: none;
  }
}
#navToggle {
  position: absolute;
  right: 13px;
  top: 13px;
  width: 30px;
  height: 25px;
  cursor: pointer;
  z-index: 200;
}
#navToggle div {
  position: relative;
}
#navToggle span {
  display: block;
  position: absolute;
  width: 100%;
  border-bottom: solid 3px white;
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}
#navToggle span:nth-child(1) {
  top: 0;
}
#navToggle span:nth-child(2) {
  top: 11px;
}
#navToggle span:nth-child(3) {
  top: 22px;
}
.openNav #navToggle span:nth-child(1) {
  top: 11px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.openNav #navToggle span:nth-child(2),
.openNav #navToggle span:nth-child(3) {
  top: 11px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
.openNav nav {
  -moz-transform: translateY(351px);
  -webkit-transform: translateY(351px);
  transform: translateY(351px);
}
.drawr {
  display: none;
  background-color: #36518B;
  position: absolute;
  top: 0px;
  right: 0;
  width: 260px;
  padding: 45px 20px 20px 20px;
  z-index: 100;
}
#menu {
  list-style-type: none;
  padding-left: 25px;
}
#menu li {
  width: 215px;
}
#menu li a {
  color: #fff;
  display: block;
  padding: 10px;
  font-size: 20px;
}
.contact {
  border-top: solid 1px white;
  padding-top: 20px;
}
#top_plan_list {
  height: 194px;
  overflow: auto;
  background-color: #F4F4F4;
}
.contact_head {
  color: white;
  white-space: nowrap;
  padding-left: 30px;
}
.funeral-risk {
  white-space: nowrap;
  padding-left: 30px;
  text-decoration: underline;
}
.funeral-risk a {
  color: #fff;
}
.header_right_container {
  padding-left: 0;
  padding-right: 0;
}
.tel p,
.mail p,
.access p {
  margin-top: 10px;
}
.tel p span span,
.mail p span span,
.access p span span {
  vertical-align: middle;
}
.tel_side p span span,
.mail_side p span span,
.access_side p span span {
  vertical-align: middle;
}
.side_menu {
  padding-left: 30px;
  white-space: nowrap;
}
.nav-path-selected {
  background-color: #EEEEEE;
}
/* =====================================
*  footer
* ===================================== */
#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
}
#pageTop a {
  display: block;
  padding: 8px 0 0 8px;
  width: 35px;
  height: 35px;
}
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}
#footer-theme .col-sm-6 {
  padding-left: 2px;
  padding-right: 2px;
}
#footer-theme > section > .container > .row {
  margin: 0;
}
/* =====================================
*  form
* ===================================== */
.btn-primary {
  background-color: #36518B;
  border-color: #36518B;
}
.form-group.captcha > div:nth-child(2) > div > img {
  margin: 0px 0px 10px 0px;
}
.text-muted {
  color: #ab4d4b;
}
/* =====================================
*  TOP
* ===================================== */
@media (min-width: 992px) {
  .top_slider {
    z-index: 0;
    position: relative;
    top: -45px;
    margin-bottom: -21px;
  }
}
@media (max-width: 991px) {
  .top_slider {
    margin-bottom: 20px;
  }
}
.top_slider .wp-image-slider-text {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
}
.top_slider p {
  width: 100% !important;
}
@media (max-width: 767px) {
  .top_slider p span span {
    font-size: 14px !important;
  }
}
.top_slider #rslides1_s0 .wp-image-slider-text {
  height: 16rem;
}
@media (max-width: 991px) {
  .top_slider #rslides1_s0 .wp-image-slider-text {
    height: 14rem;
  }
}
@media (max-width: 767px) {
  .top_slider #rslides1_s0 .wp-image-slider-text {
    height: 7rem;
  }
}
.top_slider #rslides1_s0 .wp-image-slider-text p {
  text-shadow: #12295b 2px 0px 10px, #12295b -2px 0px 10px, #12295b 0px -2px 10px, #12295b 0px 2px 10px, #12295b 2px 2px 10px, #12295b -2px 2px 10px, #12295b 2px -2px 10px, #12295b -2px -2px 10px, #12295b 1px 2px 10px, #12295b -1px 2px 10px, #12295b 1px -2px 10px, #12295b -1px -2px 10px, #12295b 2px 1px 10px, #12295b -2px 1px 10px, #12295b 2px -1px 10px, #12295b -2px -1px 10px;
}
.top_slider #rslides1_s1 .wp-image-slider-text {
  height: 21rem;
}
@media (max-width: 991px) {
  .top_slider #rslides1_s1 .wp-image-slider-text {
    height: 17rem;
  }
}
@media (max-width: 767px) {
  .top_slider #rslides1_s1 .wp-image-slider-text {
    height: 7rem;
  }
}
.top_slider #rslides1_s1 .wp-image-slider-text p {
  text-shadow: #ffffff 2px 0px 10px, #ffffff -2px 0px 10px, #ffffff 0px -2px 10px, #ffffff 0px 2px 10px, #ffffff 2px 2px 10px, #ffffff -2px 2px 10px, #ffffff 2px -2px 10px, #ffffff -2px -2px 10px, #ffffff 1px 2px 10px, #ffffff -1px 2px 10px, #ffffff 1px -2px 10px, #ffffff -1px -2px 10px, #ffffff 2px 1px 10px, #ffffff -2px 1px 10px, #ffffff 2px -1px 10px, #ffffff -2px -1px 10px;
}
.top_slider #rslides1_s2 .wp-image-slider-text {
  height: 13rem;
}
@media (max-width: 991px) {
  .top_slider #rslides1_s2 .wp-image-slider-text {
    height: 12rem;
  }
}
@media (max-width: 767px) {
  .top_slider #rslides1_s2 .wp-image-slider-text {
    height: 7rem;
  }
}
.top_slider #rslides1_s2 .wp-image-slider-text p {
  text-shadow: #ffffff 2px 0px 10px, #ffffff -2px 0px 10px, #ffffff 0px -2px 10px, #ffffff 0px 2px 10px, #ffffff 2px 2px 10px, #ffffff -2px 2px 10px, #ffffff 2px -2px 10px, #ffffff -2px -2px 10px, #ffffff 1px 2px 10px, #ffffff -1px 2px 10px, #ffffff 1px -2px 10px, #ffffff -1px -2px 10px, #ffffff 2px 1px 10px, #ffffff -2px 1px 10px, #ffffff 2px -1px 10px, #ffffff -2px -1px 10px;
}
.top_slider #rslides1_s3 .wp-image-slider-text {
  height: 8rem;
}
@media (max-width: 991px) {
  .top_slider #rslides1_s3 .wp-image-slider-text {
    height: 10rem;
  }
}
@media (max-width: 767px) {
  .top_slider #rslides1_s3 .wp-image-slider-text {
    height: 7rem;
  }
}
.top_slider #rslides1_s3 .wp-image-slider-text p {
  text-shadow: #12295b 2px 0px 10px, #12295b -2px 0px 10px, #12295b 0px -2px 10px, #12295b 0px 2px 10px, #12295b 2px 2px 10px, #12295b -2px 2px 10px, #12295b 2px -2px 10px, #12295b -2px -2px 10px, #12295b 1px 2px 10px, #12295b -1px 2px 10px, #12295b 1px -2px 10px, #12295b -1px -2px 10px, #12295b 2px 1px 10px, #12295b -2px 1px 10px, #12295b 2px -1px 10px, #12295b -2px -1px 10px;
}
@media (max-width: 767px) {
  #more {
    max-width: 360px;
    margin: 0 auto;
  }
}
/* =====================================
*  case
* ===================================== */
@media (min-width: 768px) {
  #case_container > div {
    border-right: solid 1px lightgray;
  }
}
div.wp-page .breadcrumb > li + li:before {
  content: ">";
  color: gray;
}
div.wp-page .breadcrumb > .active {
  font-weight: bold;
}
.case_table table {
  border-collapse: separate;
  border-spacing: 0;
  text-align: left;
  line-height: 1.5;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.case_table table th {
  width: 25%;
  padding: 10px 3px;
  font-weight: bold;
  vertical-align: top;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  background: #a8c3ff;
}
.case_table table td {
  width: 75%;
  padding: 10px 3px;
  vertical-align: top;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
div.wp-page h2 {
  margin-top: 0;
}
/* =====================================
*  flow
* ===================================== */
.flow_text ul {
  border: solid 2px #12295B;
  padding: 0.5em 1em 0.5em 2.3em;
  position: relative;
  margin-top: 2em;
}
.flow_text ul li {
  line-height: 1.5;
  padding: 0.5em 0;
  list-style-type: none !important;
}
.flow_text ul li:before {
  /*リストのアイコン*/
  font-family: FontAwesome;
  content: "\f00c";
  position: absolute;
  left: 1em;
  /*左端からのアイコンまでの距離*/
  color: #12295B;
  /*アイコン色*/
}
.flow_text ul li:after {
  /*タブ*/
  background: #12295B;
  color: #fff;
  font-family: FontAwesome, 'Avenir', 'Arial', sans-serif;
  position: absolute;
  left: -2px;
  bottom: 100%;
  padding: 1px 7px;
  content: '\f0a7  Check';
  /*アイコンコード＋文字*/
  letter-spacing: 0.05em;
  /*字間*/
}
div.wp-page .breadcrumb {
  margin-left: 0;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
}
div.wp-page .breadcrumb a {
  font-size: 18px;
}
div.wp-page .breadcrumb > .active {
  font-size: 18px;
}
div.wp-page .breadcrumb li {
  position: relative;
  display: inline-block;
  /*横に並ぶように*/
  list-style: none;
  font-weight: bold;
  /*太字*/
  margin: 3px 20px 3px 0px;
  padding: 0 3px 0 7px;
  height: 28px;
  line-height: 28px;
  text-decoration: none;
  color: #747772;
  background: #D0DFFF;
  /*背景色*/
  font-size: 13px;
}
div.wp-page .breadcrumb li:after {
  /*三角の部分*/
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  border-style: solid;
  border-color: transparent;
  border-left-color: #D0DFFF;
  /*背景色*/
  border-width: 14px 12px;
  width: 0;
  height: 0;
}
div.wp-page .breadcrumb > li + li:before {
  content: "";
  padding: 0;
}
/* =====================================
*  print
* ===================================== */
@media print {
  a[href]:after {
    content: "";
  }
}
/* =====================================
*  sitemap
* ===================================== */
.sitemap ul li {
  margin: 10px;
}
/* =====================================
*  schedule
* ===================================== */
.pagination > .disabled > span:hover {
  border-color: #12295b;
}
/* =====================================
*  eye_catch
* ===================================== */
.eyecatch_image_box{
  display:flex; 
}

.eye_catch {
  text-shadow: #333333 2px 0px 1px, #333333 -2px 0px 1px, #333333 0px -2px 1px, #333333 0px 2px 1px, #333333 2px 2px 1px, #333333 -2px 2px 1px, #333333 2px -2px 1px, #333333 -2px -2px 1px, #333333 1px 2px 1px, #333333 -1px 2px 1px, #333333 1px -2px 1px, #333333 -1px -2px 1px, #333333 2px 1px 1px, #333333 -2px 1px 1px, #333333 2px -1px 1px, #333333 -2px -1px 1px;
}
@media (max-width: 1200px) {
  .eye_catch {
    padding-top: 70px !important;
    padding-bottom: 50px !important;
  }
}
@media (max-width: 991px) {
  .eye_catch {
    padding-top: 50px !important;
    padding-bottom: 30px !important;
    margin-bottom: -20px;
  }
}
@media (max-width: 767px) {
  .eye_catch {
    padding-top: 50px !important;
    padding-bottom: 30px !important;
    margin-bottom: -10px;
  }
  .eye_catch p span span {
    font-size: 34px !important;
  }
}
