@charset "UTF-8";

.bg-blue {
  background-color: #0c64b6;
}

.bg-dblue {
  background-color: #163a5c;
}

.bg-grey {
  background-color: #efefef;
}

#phoneDir .dropdown-menu,
#phoneDirMobile .dropdown-menu,
.gallery-popup:after,
.transition,
.type_floorplans:after,
.type_img-pop:after,
.type_page:after,
.type_video:after,
body:not(.mobileOpen) #cptContact,
body:not(.mobileOpen) #mobileNav,
figure.video .popup-video:after {
  -webkit-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
}

.inline-block {
  display: inline-block;
}

.plus-icon {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
}

.plus-icon:before {
  position: absolute;
  display: block;
  top: -webkit-calc(50% - 10px);
  top: calc(50% - 10px);
  left: -webkit-calc(50% - 10px);
  left: calc(50% - 10px);
  font-size: 10px;
  line-height: 20px;
  width: 20px;
  text-align: center;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.plus-icon:after {
  content: "";
  position: absolute;
  display: block;
  top: 10px;
  left: 10px;
  height: 30px;
  width: 30px;
  border: 5px solid hsla(0,0%,100%,.3);
  border-radius: 50px;
}

@media (min-width:1200px) {
  body.non-com-layout {
    margin-left: 325px;
  }
}

@media (max-width:1199px) {
  body.non-com-layout {
    font-size: 18px;
    line-height: 1.4em;
  }
}

@media (max-width:991px) {
  html {
    font-size: 10px!important;
  }
}

body {
  font: normal 20px/1.5em Open Sans,sans-serif;
  color: #212121;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2em;
  margin: 25px 0 15px;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}

h1,
h2,
h3,
h4 {
  font-family: minion-pro,serif;
}

h1 {
  font-size: 50px;
  text-transform: uppercase;
}

h2 {
  font-size: 40px;
  text-transform: none;
}

h3 {
  color: #0c64b6;
  font-size: 30px;
}

@media (max-width:1199px) {
  h3 {
    font-size: -webkit-calc(18px + .85vw);
    font-size: calc(18px + .85vw);
  }
}

h4 {
  font-size: 25px;
}

@media (max-width:1199px) {
  h4 {
    font-size: -webkit-calc(16px + .85vw);
    font-size: calc(16px + .85vw);
  }
}

h5 {
  font-size: 22px;
  font-weight: 600;
}

@media (max-width:1199px) {
  h5 {
    font-size: 22px;
  }
}

@media (max-width:767px) {
  h5 {
    font-size: 18px;
  }
}

h6 {
  font-weight: 600;
  font-size: 20px;
}

@media (max-width:767px) {
  h6 {
    font-size: 18px;
  }
}

main {
  font-size: 2rem;
}

@media (max-width:991px) {
  main {
    font-size: 18px;
  }
}

main h1,
main h2,
main h3,
main h4,
main h5,
main h6 {
  line-height: 1.2em;
  margin: 2rem 0 1rem;
}

main h1:first-child,
main h2:first-child,
main h3:first-child,
main h4:first-child,
main h5:first-child,
main h6:first-child {
  margin-top: 0;
}

main h1 {
  font-size: 5rem;
}

main h2 {
  font-size: 4rem;
}

main h3 {
  font-size: 3rem;
  color: #0c64b6;
}

@media (max-width:1199px) {
  main h3 {
    font-size: -webkit-calc(1.8rem + .85vw);
    font-size: calc(1.8rem + .85vw);
  }
}

main h4 {
  font-size: 2.5rem;
}

@media (max-width:1199px) {
  main h4 {
    font-size: -webkit-calc(1.6rem + .85vw);
    font-size: calc(1.6rem + .85vw);
  }
}

main h5 {
  font-size: 2.2rem;
}

@media (max-width:767px) {
  main h5 {
    font-size: 18px;
  }
}

main h6 {
  font-size: 2rem;
}

@media (max-width:767px) {
  main h6 {
    font-size: 18px;
  }
}

main p {
  margin-bottom: 2rem;
  line-height: 1.4;
}

main blockquote {
  font-size: 2rem;
  line-height: 1.5em;
  font-style: italic;
}

main ol:not(.carousel-indicators),
main ul {
  margin: 3rem 0;
  padding-left: 25px;
}

main ol:not(.carousel-indicators):first-child,
main ul:first-child {
  margin-top: 0;
}

main ol:not(.carousel-indicators):last-child,
main ul:last-child {
  margin-bottom: 0;
}

main ol:not(.carousel-indicators) li,
main ul li {
  line-height: 1.3em;
  margin-bottom: 1.5rem;
}

main ol:not(.carousel-indicators) li li,
main ul li li {
  margin-top: 1.5rem;
}

main ol:not(.carousel-indicators) ol,
main ol:not(.carousel-indicators) ul,
main ul ol,
main ul ul {
  margin: 0;
}

main figcaption {
  color: #0c64b6;
  font-style: italic;
  line-height: 1.2em;
  font-size: 85%;
  margin-top: 5px;
}

main .headSeo {
  font: 400 1.8rem/1.2em Open Sans,sans-serif;
  margin: 0;
  text-transform: uppercase;
  color: #212121;
}

@media (max-width:1199px) {
  main .headSeo {
    font-size: 1.6rem;
  }
}

@media (max-width:479px) {
  main .headSeo {
    font-size: 14px;
  }
}

main .headSeo+.headMain {
  margin-top: 0;
}

main .headMain {
  font-size: 5.5rem;
  line-height: 1em;
  text-transform: none;
  color: #0c64b6;
}

@media (max-width:1199px) {
  main .headMain {
    font-size: -webkit-calc(2rem + 1.2vw);
    font-size: calc(2rem + 1.2vw);
  }
}

a {
  color: #0c64b6;
}

a:active,
a:focus,
a:hover {
  color: #163a5c;
}

a.active.wp-caption,
a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover,
a.wp-caption:focus,
a.wp-caption:hover {
  border-color: #333;
}

#callouts :root .btn,
:root #callouts .btn,
:root .btn-content {
  font-size: 24px;
  line-height: 1em;
  border: 2px solid #0c64b6;
  background: #0c64b6;
  color: #fff;
  font-family: minion-pro,serif;
  padding: 9px 30px;
  border-radius: 23px;
  display: inline-block!important;
  white-space: normal;
}

@media (min-width:992px) {
  #callouts :root .btn:active,
  #callouts :root .btn:focus,
  #callouts :root .btn:hover,
  :root #callouts .btn:active,
  :root #callouts .btn:focus,
  :root #callouts .btn:hover,
  :root .btn-content:active,
  :root .btn-content:focus,
  :root .btn-content:hover {
    background: rgba(12,100,182,0);
    border: 2px solid #0c64b6;
    color: #0c64b6;
  }
}

.main {
  padding: 0;
  float: none;
}

.main:after {
  content: "";
  display: table;
  clear: both;
}

.max-area {
  max-width: 1200px;
  margin: 0 auto;
}

.pgMiddle {
  background-color: #fff;
  z-index: 1;
}

#mobileNav {
  background-color: #0c64b6;
}

#mobileOverlay {
  cursor: pointer;
  z-index: 200!important;
}

@media (min-width:1200px) {
  body:not(.single-communities):not(.page-template-template-events-php).mobileOpen #mobileOverlay,
  body:not(.single-communities):not(.page-template-template-events-php).mobileOpen #siteFooter,
  body:not(.single-communities):not(.page-template-template-events-php).mobileOpen #siteHeader,
  body:not(.single-communities):not(.page-template-template-events-php).mobileOpen .pgMiddle {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  body:not(.single-communities):not(.page-template-template-events-php) #mobileOverlay {
    display: none!important;
  }
}

@media (max-width:991px) {
  #mobileOverlay,
  #siteFooter,
  #siteHeader,
  .pgMiddle {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    -webkit-transition: -webkit-transform .75s ease-in-out;
    transition: -webkit-transform .75s ease-in-out;
    transition: transform .75s ease-in-out;
    transition: transform .75s ease-in-out,-webkit-transform .75s ease-in-out;
    position: relative;
    z-index: 1;
  }
}

body {
  position: relative;
}

.mobileOpen #mobileOverlay {
  display: block;
}

.mobileOpen #mobileOverlay,
.mobileOpen #siteFooter,
.mobileOpen #siteHeader,
.mobileOpen .pgMiddle {
  -webkit-transform: translate(-70%);
  -ms-transform: translate(-70%);
  transform: translate(-70%);
}

.mobileOpen #mobileOverlay {
  pointer-events: auto;
}

.admin-bar #mobileNav {
  top: 32px;
}

#mobileOverlay {
  height: 100%;
  box-shadow: 0 0 10px rgba(0,0,0,.2);
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  -webkit-transition: -webkit-transform .75s ease-in-out;
  transition: -webkit-transform .75s ease-in-out;
  transition: transform .75s ease-in-out;
  transition: transform .75s ease-in-out,-webkit-transform .75s ease-in-out;
  pointer-events: none;
}

#mobileNav,
#mobileOverlay {
  position: fixed;
  top: 0;
  right: 0;
}

#mobileNav {
  display: block;
  width: 70%;
  bottom: 0;
  padding: 0;
  overflow: auto!important;
}

#mobileNav ul {
  width: 100%;
  list-style: none;
}

#mobileNav ul,
#mobileNav ul li {
  float: none;
  display: block;
  padding: 0;
  margin: 0;
}

#mobileNav ul li a {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 1.1em;
  padding: 15px 50px 15px 20px;
  color: #fff;
  background: none;
  border-bottom: 1px solid rgba(0,0,0,.2);
}

#mobileNav ul li.menu-item-has-children>a {
  background: transparent;
  -webkit-transition: background .35s ease-in-out;
  transition: background .35s ease-in-out;
}

#mobileNav ul li.menu-item-has-children>a:before {
  content: "";
  position: absolute;
  display: block;
  top: -webkit-calc(50% - 12px);
  top: calc(50% - 12px);
  right: 15px;
  width: 17px;
  height: 17px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  -webkit-transform: translate(0) rotate(45deg);
  -ms-transform: translate(0) rotate(45deg);
  transform: translate(0) rotate(45deg);
  -webkit-transition: -webkit-transform .35s ease-in-out;
  transition: -webkit-transform .35s ease-in-out;
  transition: transform .35s ease-in-out;
  transition: transform .35s ease-in-out,-webkit-transform .35s ease-in-out;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

#mobileNav ul li.menu-item-has-children>a.open {
  background: rgba(0,0,0,.2);
}

#mobileNav ul li.menu-item-has-children>a.open:before {
  -webkit-transform: translateY(7px) rotate(-135deg);
  -ms-transform: translateY(7px) rotate(-135deg);
  transform: translateY(7px) rotate(-135deg);
}

#mobileNav .sub-menu {
  background: rgba(0,0,0,.2);
  display: none;
}

#mobileNav .sub-menu li a {
  padding-left: 40px;
  text-decoration: none;
}

@font-face {
  font-family: luther;
  src: url(../fonts/luther.ttf?g7tfui) format("truetype"),url(../fonts/luther.woff?g7tfui) format("woff"),url(../fonts/luther.svg?g7tfui#luther) format("svg");
  font-weight: 400;
  font-style: normal;
}

[class*=" icon-"],
[class^=icon-] {
  font-family: luther!important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-sn:before {
  content: "";
}

.icon-mc:before {
  content: "";
}

.icon-al:before {
  content: "";
}

.icon-il:before {
  content: "";
}

.icon-rehab:before {
  content: "";
}

.icon-google-plus:before {
  content: "";
}

.icon-facebook:before {
  content: "";
}

.icon-twitter:before {
  content: "";
}

.icon-linkedin:before {
  content: "";
}

.gform_body .gfield {
  margin-bottom: 10px;
}

.gform_body .ginput_container>input {
  height: 55px;
  line-height: 55px;
  font-size: 20px;
}

.gform_body .ginput_container>input+.form-control-feedback:before {
  line-height: 55px;
}

@media (max-width:767px) {
  .gform_body .ginput_container>input+.form-control-feedback:before {
    line-height: 40px;
  }
}

@media (max-width:767px) {
  .gform_body .ginput_container>input {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }
}

.gform_body .ginput_container select {
  height: 55px;
  line-height: 55px;
  font-size: 20px;
}

@media (max-width:767px) {
  .gform_body .ginput_container select {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }
}

.gform_body .ginput_container>textarea {
  font-size: 20px;
  line-height: 1.5em;
  padding: 10px 15px;
}

@media (max-width:767px) {
  .gform_body .ginput_container>textarea {
    font-size: 16px;
  }
}

.gform_body .gfield_checkbox label,
.gform_body .gfield_radio label {
  font-size: 16px;
  line-height: 1.2em;
}

.gform_body .gfield_checkbox li,
.gform_body .gfield_radio li {
  margin-bottom: 5px;
}

.gform_body .gfield_checkbox li {
  vertical-align: top;
}

.gform_body .gfield_checkbox li:before {
  content: "";
  position: absolute;
  display: block;
  top: -webkit-calc(50% - 10px);
  top: calc(50% - 10px);
  left: 0;
  height: 24px;
  width: 24px;
  background-color: #fff;
}

.gform_body .gfield_checkbox label {
  position: relative;
  cursor: pointer;
  vertical-align: middle;
}

.gform_body .gfield_checkbox label:before {
  content: "\e013";
  font-family: Glyphicons Halflings;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  display: block;
  left: -38px;
  top: -webkit-calc(50% + 2px);
  top: calc(50% + 2px);
  font-size: 20px;
  line-height: 20px;
  width: 20px;
  height: 20px;
  text-align: center;
  color: #294b1f;
  opacity: 0;
  -webkit-transition: opacity .15s ease-in-out;
  transition: opacity .15s ease-in-out;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.gform_body .gfield_checkbox input {
  width: 25px;
  margin: 0 15px 0 0;
  opacity: 0;
  display: block;
  height: 25px;
}

.gform_body .gfield_checkbox input:checked+label:before {
  opacity: 1;
}

.gform_wrapper .gform_footer {
  text-align: center;
  margin-top: 20px;
}

.gform_wrapper .gform_footer .gform_button {
  height: 65px;
  line-height: 61px;
  background: #294b1f;
  border-radius: 33px;
  width: auto;
  padding: 0 30px;
  margin: 0 auto;
  min-width: 230px;
  border: 2px solid #294b1f;
}

.gform_wrapper .gform_footer .gform_button:hover {
  background: rgba(41,75,31,0);
}

@media (max-width:767px) {
  .gform_wrapper .gform_footer .gform_button {
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    min-width: 150px;
  }
}

main .gform_wrapper .gform_footer .gform_button:hover {
  color: #294b1f;
}

main .gform_body .gfield_checkbox li:before {
  background-color: #eee;
  border-color: #ccc!important;
  border: 1px solid;
}

.basic-page .main,
.msContent,
.search .main,
.single-tribe_events main.main {
  padding: 75px 60px;
  max-width: 1320px;
  margin: 0 auto;
}

@media (max-width:1199px) {
  .basic-page .main,
  .msContent,
  .search .main,
  .single-tribe_events main.main {
    padding: 50px 30px;
  }
}

@media (max-width:767px) {
  .basic-page .main,
  .msContent,
  .search .main,
  .single-tribe_events main.main {
    padding: 30px 15px;
  }
}

.msContent {
  padding-bottom: 30px;
}

@media (max-width:1199px) {
  .msContent {
    padding-bottom: 25px;
  }
}

@media (max-width:767px) {
  .msContent {
    padding-bottom: 15px;
  }
}

.msContent:empty {
  display: none;
}

main>.msContent:first-child+#modules>.msContent:first-child {
  padding-top: 0;
}

#modules .mSection {
  margin: 0;
}

#modules .msContent {
  position: relative;
  margin: 0 auto;
}

#modules .msContent>* {
  margin-top: 75px;
  margin-bottom: 75px;
}

@media (max-width:1199px) {
  #modules .msContent>* {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

@media (max-width:767px) {
  #modules .msContent>* {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

#modules .msContent>:first-child {
  margin-top: 0;
}

#modules .msContent>:last-child {
  margin-bottom: 0;
}

#modules .msContent .mHead {
  margin-bottom: 2rem;
}

@media (max-width:1199px) {
  #modules .msContent .mHead {
    margin-bottom: 15px;
  }
}

#modules .msContent .mHead+* {
  margin-top: 0;
}

#topBar {
  position: absolute;
  top: 20px;
  right: 0;
  z-index: 100;
  background: #163a5c;
  border: none;
  height: 44px;
  min-height: 44px;
  border-radius: 22px 0 0 22px;
}

#topBar>* {
  float: left;
}

@media (max-width:1199px) {
  #topBar {
    display: none;
  }
}

@media (max-width:1199px) {
  #topBar .nav {
    margin: 0;
  }
}

#topBar .nav>li {
  border-right: 1px solid hsla(0,0%,100%,.5);
}

#topBar .nav>li:not(.phone-dropdown)>a:before {
  content: "";
  position: absolute;
  display: block;
  height: 2px;
  background-color: hsla(0,0%,100%,.5);
  left: 20px;
  right: 20px;
  bottom: 11px;
  opacity: 0;
  -webkit-transition: opacity .35s ease-in-out;
  transition: opacity .35s ease-in-out;
}

#topBar .nav>li:not(.phone-dropdown)>a:hover:before {
  opacity: 1;
}

#topBar .nav>li:first-child a {
  padding-left: 25px;
  border-radius: 22px 0 0 22px;
}

#topBar .nav>li:first-child a:before {
  left: 25px;
}

#topBar .nav>li.menu-item-has-children>a:after {
  content: "";
  display: inline-block;
  margin: 0 0 2px 7px;
  border-top: 6px solid #fff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}

#topBar .nav>li.menu-item-has-children:hover .sub-menu {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

#topBar .nav>li.color-swap a {
  background-color: #0c64b6;
}

#topBar .sub-menu {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  min-width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  background: #163a5c;
  opacity: 0;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: opacity .35s ease-in-out,-webkit-transform .35s ease-in-out;
  transition: opacity .35s ease-in-out,-webkit-transform .35s ease-in-out;
  transition: transform .35s ease-in-out,opacity .35s ease-in-out;
  transition: transform .35s ease-in-out,opacity .35s ease-in-out,-webkit-transform .35s ease-in-out;
}

#topBar .sub-menu li {
  position: relative;
}

#topBar .sub-menu li:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 10px;
  right: 10px;
  border-top: 1px solid hsla(0,0%,100%,.5);
}

#topBar .sub-menu a span {
  display: block;
}

#topBar a {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 20px;
  padding: 12px 20px;
  color: #fff;
  text-transform: uppercase;
  background-color: #163a5c;
}

#phoneDir,
#phoneDirMobile {
  z-index: 99;
  display: block;
  width: auto;
  border-right: 1px solid hsla(0,0%,100%,.5);
  position: relative;
}

#phoneDir a.btn,
#phoneDirMobile a.btn {
  padding: 12px 20px;
  border: none;
  background-color: #163a5c;
  border-radius: 0;
  font-size: 14px;
  line-height: 19px;
  color: #fff;
  text-transform: uppercase;
  display: block;
  font-family: Open Sans,sans-serif;
}

@media (min-width:992px) {
  #phoneDir a.btn:active,
  #phoneDir a.btn:focus,
  #phoneDir a.btn:hover,
  #phoneDirMobile a.btn:active,
  #phoneDirMobile a.btn:focus,
  #phoneDirMobile a.btn:hover {
    outline: none;
    background-color: #0c64b6;
    color: #fff;
  }
}

#phoneDir a.btn .caret,
#phoneDirMobile a.btn .caret {
  margin: 0 0 2px 3px;
  border-top: 6px solid #fff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}

@media (max-width:1199px) {
  #phoneDir,
  #phoneDirMobile {
    display: inline-block;
    float: left;
  }

  #phoneDir a.btn,
  #phoneDirMobile a.btn {
    border-radius: 0!important;
  }
}

@media (max-width:479px) {
  #phoneDir,
  #phoneDirMobile {
    border-right: none;
    width: 100%;
    background-color: #163a5c;
  }

  #phoneDir a.btn,
  #phoneDirMobile a.btn {
    background-color: #163a5c;
    padding: 12px 5px;
    text-align: center;
    width: 100%;
  }
}

#phoneDir .dropdown-menu,
#phoneDirMobile .dropdown-menu {
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  display: block;
  margin-top: 0;
  margin-left: 0;
  border: none;
  border-radius: 0;
  background-color: #163a5c;
  color: #fff;
  left: auto;
  right: 0;
  padding: 0 5px;
  min-width: 100%;
  width: auto;
}

#phoneDir .dropdown-menu li,
#phoneDirMobile .dropdown-menu li {
  border-top: 1px solid hsla(0,0%,100%,.5);
}

#phoneDir .dropdown-menu li a,
#phoneDirMobile .dropdown-menu li a {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
}

#phoneDir .dropdown-menu li a span,
#phoneDirMobile .dropdown-menu li a span {
  display: block;
}

#phoneDir:active .dropdown-menu,
#phoneDir:focus .dropdown-menu,
#phoneDir:hover .dropdown-menu,
#phoneDirMobile.open .dropdown-menu {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

@media (max-width:1199px) {
  #phoneDir {
    display: none;
  }
}

#phoneDirMobile {
  font-size: 16px;
  line-height: 20px;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
}

@media (min-width:1200px) {
  #phoneDirMobile {
    display: none;
  }
}

#phoneDirMobile .dropdown-backdrop {
  height: 100vh;
}

#phoneDirMobile a.btn {
  background-color: #014380;
  font-size: 16px;
  line-height: 19px;
  color: #fff;
}

#phoneDirMobile a.btn .phoneIcon {
  border: none;
}

#phoneDirMobile a.btn .phoneIcon:before {
  content: "\e183";
  color: #dfd31b;
  font-family: Glyphicons Halflings;
  font-size: 11px;
  line-height: 18px;
  padding: 10px 0;
  margin-left: 7px;
  display: inline;
}

@media (max-width:1199px) {
  #phoneDirMobile .dropdown-menu li {
    padding: 5px 0;
  }

  #phoneDirMobile .dropdown-menu li a span {
    display: block;
    width: 100%;
  }

  #phoneDirMobile .dropdown-menu li:last-of-type {
    border-bottom: none;
  }
}

@media (max-width:479px) {
  #phoneDirMobile a.btn {
    background-color: #163a5c;
  }

  #phoneDirMobile .dropdown-menu {
    width: 100%;
    text-align: center;
  }
}

#barForm {
  position: relative;
  margin: 0;
  padding: 0;
  z-index: 0;
}

#barForm:hover #fButton {
  background-color: #588e29;
}

#barForm:hover #searchForm {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

body.searchOpen #barForm #fButton {
  background-color: #588e29;
}

body.searchOpen #barForm #searchForm {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

#fButton {
  position: relative;
  display: block;
  overflow: hidden;
  height: 44px;
  width: 44px;
  margin: 0;
  padding: 0;
  border: none;
  background: #0c64b6;
  top: 0;
}

#fButton:before {
  position: absolute;
  display: block;
  top: -webkit-calc(50% - 10px);
  top: calc(50% - 10px);
  left: -webkit-calc(50% - 10px);
  left: calc(50% - 10px);
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  width: 20px;
  height: 20px;
}

#searchForm {
  left: auto;
  right: 0;
  display: block;
  opacity: 0;
  margin: 0;
  background-color: #588e29;
  box-shadow: none;
  border-radius: 0;
  border: none;
  padding: 0;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: opacity .35s ease-in-out,-webkit-transform .35s ease-in-out;
  transition: opacity .35s ease-in-out,-webkit-transform .35s ease-in-out;
  transition: transform .35s ease-in-out,opacity .35s ease-in-out;
  transition: transform .35s ease-in-out,opacity .35s ease-in-out,-webkit-transform .35s ease-in-out;
}

#searchForm .navbar-form {
  margin: 0;
  padding: 10px;
  min-width: 315px;
}

#searchForm #s {
  box-shadow: none;
  border: none;
}

#searchForm #searchSubmit {
  float: right;
  color: #fff;
  border: none;
  line-height: 34px;
  padding: 0 20px;
  border-radius: 16px;
  background-color: rgba(0,0,0,.3);
  -webkit-transition: background-color .35s ease-in-out;
  transition: background-color .35s ease-in-out;
}

#searchForm #searchSubmit:hover {
  background-color: rgba(0,0,0,.5);
}

#siteHeader {
  display: block;
  background-color: #0c64b6;
  z-index: 102;
}

@media (min-width:1200px) {
  #siteHeader {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 325px;
  }
}

@media (max-width:1199px) {
  #siteHeader {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 119px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #fff;
    border-bottom: 1px solid #f1f1f1;
    z-index: 102!important;
  }

  #siteHeader nav {
    margin-left: auto;
    height: 100%;
  }
}

@media (max-width:479px) {
  #siteHeader {
    height: auto;
  }
}

#siteHeader:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 100%;
  width: 10px;
  pointer-events: none;
  background: -webkit-gradient(linear,left top,right top,from(#000),color-stop(0,transparent));
  background: -webkit-linear-gradient(left,#000 0,transparent);
  background: linear-gradient(90deg,#000 0,transparent);
  opacity: .25;
}

@media (max-width:1199px) {
  #siteHeader:after {
    display: none;
  }
}

@media (max-width:1199px) {
  #siteHeader nav {
    height: 75px;
  }
}

#siteHeader nav:after {
  content: "";
  display: table;
  clear: both;
}

#siteHeader .nav {
  width: 100%;
}

#siteHeader .nav li {
  position: relative;
  float: none;
  display: block;
  border-bottom: 1px solid hsla(0,0%,100%,.3);
}

#siteHeader .nav li.current-menu-item>a {
  background-color: #efefef!important;
  color: #0c64b6;
}

#siteHeader .nav li.current-menu-item>a:before {
  border-color: #0c64b6!important;
}

#siteHeader .nav li.menu-item-has-children>a:before {
  content: "";
  position: absolute;
  display: block;
  top: -webkit-calc(50% - 7px);
  top: calc(50% - 7px);
  right: 20px;
  height: 14px;
  width: 14px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#siteHeader .nav li:hover>a {
  background-color: #163a5c;
}

#siteHeader .nav li:hover .sub-menu {
  opacity: 1;
  pointer-events: auto;
}

#siteHeader .nav a {
  display: block;
  color: #fff;
  background: none;
  font-size: 16px;
  line-height: 20px;
  padding: 12px 30px;
  text-transform: uppercase;
  text-decoration: none;
}

#siteHeader .nav .sub-menu {
  position: absolute;
  top: 0;
  left: 100%;
  background-color: #163a5c;
  margin: 0;
  padding: 0;
  list-style: none;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity .35s ease-in-out;
  transition: opacity .35s ease-in-out;
  box-shadow: 0 0 10px rgba(0,0,0,.45);
}

#siteHeader .nav .sub-menu li {
  border-bottom: none;
}

#siteHeader .nav .sub-menu li+li {
  border-top: 3px solid #8599ab;
}

#siteHeader .nav .sub-menu a {
  white-space: nowrap;
}

#siteHeader .nav .sub-menu a:hover {
  background-color: #0c64b6;
}

#findCom {
  position: relative;
  display: block;
  color: #fff;
  background: none;
  font-size: 16px;
  line-height: 20px;
  padding: 12px 30px 12px 67px;
  text-transform: uppercase;
  text-decoration: none;
  background: #014380;
}

@media (max-width:1199px) {
  #findCom {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    min-width: 100%;
    text-align: left;
    padding-left: 15px;
  }

  #findCom br {
    display: none;
  }
}

@media (max-width:479px) {
  #findCom {
    text-align: center;
    padding-top: 55px;
    padding-right: 15px;
  }
}

#findCom:before {
  content: "\e062";
  font-family: Glyphicons Halflings;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
  color: #dfd31b;
}

@media (min-width:1200px) {
  #findCom:before {
    position: absolute;
    display: block;
    top: -webkit-calc(50% - 21px);
    top: calc(50% - 21px);
    left: 23px;
    font-size: 40px;
    line-height: 42px;
    height: 42px;
    width: 40px;
  }
}

@media (max-width:1199px) {
  #findCom:before {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    top: 2px;
  }
}

@media (min-width:992px) {
  #findCom:hover {
    background-color: #163a5c;
  }
}

#headLogo {
  background-color: #fff;
}

#headLogo a {
  display: block;
  padding: 20px;
}

@media (min-width:992px) and (max-width:1199px) {
  #headLogo {
    border-bottom: 1px solid #f1f1f1;
  }
}

@media (max-width:1199px) {
  #headLogo {
    height: 75px;
  }

  #headLogo a {
    padding: 15px;
  }

  #headLogo img {
    max-height: 45px;
  }
}

body:not(.single-communities):not(.page-template-template-events-php) #mobileNavBtn {
  background-color: #163a5c;
  height: 45px;
  width: 42px;
  border-radius: 0;
  margin: 0 15px 0 0;
  padding: 6px;
  top: -webkit-calc(50% - 23px);
  top: calc(50% - 23px);
  text-align: center;
  border: none;
}

@media (max-width:1199px) {
  body:not(.single-communities):not(.page-template-template-events-php) #mobileNavBtn {
    display: block;
  }
}

body:not(.single-communities):not(.page-template-template-events-php) #mobileNavBtn .icon-bar {
  display: block;
  width: 30px;
  border-radius: 0;
  height: 3px;
  margin: 0 0 4px;
  background-color: #fff;
}

body:not(.single-communities):not(.page-template-template-events-php) #mobileNavBtn .text {
  display: block;
  font-size: 10px;
  line-height: 1em;
  color: #fff;
}

body:not(.single-communities):not(.page-template-template-events-php) .admin-bar #siteHeader {
  top: 32px;
}

@media (max-width:1199px) {
  body:not(.single-communities):not(.page-template-template-events-php) .admin-bar #siteHeader {
    top: 0;
  }
}

@media (max-width:1199px) {
  #menu-primary-navigation {
    display: none;
  }
}

@media (min-width:1200px) {
  #mobileNav {
    width: 570px;
  }
}

@media (min-width:1200px) {
  body:not(.single-communities):not(.page-template-template-events-php) #mobileNav {
    display: none!important;
  }
}

#resize {
  border-left: 4px solid #0c64b6;
  border-radius: 0;
  padding: 8px 4px 9px 6px;
  top: 160px;
}

#resize #fontDefault {
  color: #121d30;
}

.com-layout #resize {
  top: 350px;
  z-index: 3;
}

body:not(.mobileOpen) {
  background-color: #0c64b6;
}

body:not(.mobileOpen) #cptContact,
body:not(.mobileOpen) #mobileNav {
  opacity: 0;
  pointer-events: none;
}

body:not(.mobileOpen) #mobileOverlay {
  -webkit-transition: opacity .35s ease;
  transition: opacity .35s ease;
  opacity: 0;
  pointer-events: none;
}

body.contactOpen,
body.mobileOpen {
  overflow: hidden;
  pointer-events: none;
}

body.contactOpen #cptContact,
body.contactOpen #mobileNav,
body.mobileOpen #cptContact,
body.mobileOpen #mobileNav {
  opacity: 1;
  pointer-events: auto;
}

body.contactOpen #mobileOverlay,
body.mobileOpen #mobileOverlay {
  height: 100%;
  width: 100%;
  position: fixed;
  background-color: rgba(0,0,0,.3);
  pointer-events: auto;
}

body.contactOpen #backTopMain,
body.contactOpen #resize,
body.mobileOpen #backTopMain,
body.mobileOpen #resize {
  z-index: -1;
}

@media (max-width:1199px) {
  #mobileOverlay,
  #siteFooter,
  #siteHeader,
  .pgMiddle {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    -webkit-transition: -webkit-transform .75s ease-in-out;
    transition: -webkit-transform .75s ease-in-out;
    transition: transform .75s ease-in-out;
    transition: transform .75s ease-in-out,-webkit-transform .75s ease-in-out;
    position: relative;
    z-index: 1;
  }
}

#mainFooter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width:767px) {
  #mainFooter {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

#mainFooter>div {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 50%;
  -moz-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
}

@media (max-width:767px) {
  #mainFooter>div {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }

  #mainFooter>div>div {
    position: relative;
    float: none;
    display: block;
    text-align: center;
  }
}

#mfContent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width:767px) {
  #mfContent {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media (min-width:768px) {
  footer.no-form #mfContent {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  footer.no-form #mfContent>div {
    min-width: 50%;
  }
}

#mfContact {
  background-color: #efefef;
}

#mfContact h3 {
  font-size: 50px;
  color: #0c64b6;
}

@media (max-width:1199px) {
  #mfContact h3 {
    font-size: -webkit-calc(2rem + 1.2vw);
    font-size: calc(2rem + 1.2vw);
  }
}

#mfContact a[href^=tel] {
  font-family: minion-pro,serif;
  font-size: 35px;
  line-height: 1em;
}

@media (max-width:1199px) {
  #mfContact a[href^=tel] {
    font-size: -webkit-calc(1.8rem + .85vw);
    font-size: calc(1.8rem + .85vw);
  }
}

@media (max-width:767px) {
  #mfContact {
    text-align: center;
  }
}

#mfForm {
  background-color: #588e29;
  color: #fff;
}

@media (max-width:767px) {
  #mfForm form {
    max-width: 500px;
    margin: 0 auto;
  }
}

#mfManditory {
  position: relative;
  background: #163a5c 50% no-repeat;
  background-size: cover;
  color: #fff;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 50%;
  -moz-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width:767px) {
  #mfManditory {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }
}

#mfManditory:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #163a5c;
  opacity: .95;
}

#mfManditory * {
  position: relative;
}

#mfManditory .verse {
  margin-bottom: auto;
}

#mfManditory .verse blockquote {
  border: none;
  padding: 0;
}

#mfManditory .verse blockquote p {
  font-size: 22px;
  line-height: 1.2em;
  margin: 0 0 5px;
}

#mfManditory .verse blockquote footer {
  color: #fff;
}

#mfManditory .verse blockquote footer:before {
  display: none;
}

#mfManditory .verse blockquote footer cite {
  font-style: normal;
  font-size: 15px;
  line-height: 1.2em;
}

#mfManditory .copy {
  font-size: 12px;
  line-height: 1.5em;
}

#mfManditory .copy p:last-child {
  margin-bottom: 0;
}

@media (max-width:767px) {
  #mfManditory .copy {
    text-align: center;
  }
}

#mfManditory .manditories {
  margin: 30px 0 15px;
}

#mfManditory .manditories img {
  max-height: 50px;
  margin-right: 5px;
}

@media (max-width:767px) {
  #mfManditory .manditories {
    text-align: center;
  }
}

#mfManditory .copywrite,
#mfManditory .copywrite+div {
  display: inline-block;
}

#mfManditory ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#mfManditory ul li {
  display: inline-block;
  margin-left: 10px;
}

#mfManditory ul a {
  color: #fff;
  text-decoration: underline;
}

#mfContact,
#mfForm,
#mfManditory {
  padding: 60px;
}

@media (min-width:992px) and (max-width:1199px) {
  #mfContact,
  #mfForm,
  #mfManditory {
    padding: 45px;
  }
}

@media (max-width:991px) {
  #mfContact,
  #mfForm,
  #mfManditory {
    padding: 30px;
  }
}

@media (max-width:479px) {
  #mfContact,
  #mfForm,
  #mfManditory {
    padding: 30px 15px;
  }
}

#subFooter {
  background-color: #163a5c;
  padding: 50px 45px 60px;
  text-align: center;
}

#subFooter h3 {
  font-size: 40px;
  line-height: 1.1em;
  color: #fff;
  margin-bottom: 30px;
}

#subFooter ul {
  float: none;
  display: block;
}

#subFooter li {
  float: none;
  display: inline-block;
  margin: 0 3px 22px;
}

#subFooter a {
  background-color: #0c64b6;
  border: 2px solid #0c64b6;
  color: #fff;
  padding: 5px 25px;
  line-height: 26px;
  font-size: 16px;
  border-radius: 24px;
  text-transform: uppercase;
}

#subFooter a:active,
#subFooter a:focus,
#subFooter a:hover {
  background-color: rgba(12,100,182,0);
}

@media (min-width:768px) and (max-width:991px) {
  #subFooter {
    padding: 30px;
  }

  #subFooter h3 {
    font-size: 30px;
    margin-bottom: 20px;
  }

  #subFooter li {
    margin: 0 3px 15px;
  }

  #subFooter a {
    font-size: 14px;
    line-height: 20px;
    padding: 5px 20px;
  }
}

@media (max-width:767px) {
  #subFooter {
    display: none;
  }
}

#btArrow {
  width: 0;
  height: 0;
  border-left: 15px solid hsla(0,0%,100%,0);
  border-right: 15px solid hsla(0,0%,100%,0);
  border-bottom: 10px solid #fff;
  -moz-transform: scale(.9999);
}

#btSmall {
  font-size: 7.85px;
  line-height: 10px;
  padding-top: 3px;
}

#btReg {
  font-size: 17px;
  line-height: .8em;
}

.backTop {
  opacity: .6;
  visibility: visible;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #212121;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff!important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px;
  border-radius: 3px 0 0 0;
  text-transform: uppercase;
  z-index: 999;
  text-decoration: none!important;
}

.backTop:hover {
  opacity: .8;
  color: #fff;
}

.backTop:active {
  opacity: 1;
  color: #fff;
}

.backTop:focus {
  opacity: .8;
  color: #fff;
}

body.single-communities #backTop {
  display: none;
}

#featuredImage {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
}

@media (max-width:1199px) {
  #featuredImage img {
    width: 100%;
  }
}

@media (max-width:479px) {
  #featuredImage img {
    position: relative;
    display: block;
    max-width: none;
    min-width: 100%;
    height: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

#subNav {
  background-color: #163a5c;
  text-align: center;
}

@media (max-width:767px) {
  #subNav {
    display: none;
  }
}

#subNav h4 {
  display: none;
}

#subNav ul {
  padding: 15px 15px 10px;
  margin: 0;
  list-style: none;
}

#subNav li {
  display: inline-block;
  margin: 0 0 5px;
}

#subNav li.current-menu-item a {
  border: 2px solid #0c64b6;
  pointer-events: none;
}

#subNav a {
  display: block;
  height: 34px;
  color: #fff;
  font-size: 17px;
  line-height: 30px;
  padding: 0 20px;
  background-color: #163a5c;
  -webkit-transition: background-color .35s ease-in-out;
  transition: background-color .35s ease-in-out;
  text-decoration: none;
  border-radius: 16px;
  border: 2px solid transparent;
}

#subNav a:hover {
  background-color: #0c64b6;
}

@media (min-width:768px) and (max-width:991px) {
  #subNav ul {
    padding: 10px 10px 5px;
  }

  #subNav a {
    height: 30px;
    line-height: 26px;
    font-size: 14px;
    padding: 0 15px;
  }
}

#callouts {
  position: relative;
  display: block;
  clear: both;
  background: 50% no-repeat;
  background-size: cover;
}

#callouts:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #fdfdf2;
  opacity: .8;
}

#callouts .widget:not(.widget_cta_widget) {
  display: none!important;
}

#callouts a {
  position: relative;
  display: block;
  padding: 75px 130px;
  overflow: hidden;
  text-decoration: none;
}

#callouts a:before {
  height: 110%;
  background-color: #0c64b6;
  width: 300px;
  top: -5%;
  right: -180px;
  border-radius: 50% 0 0 50%;
  -webkit-transition: background-color .35s ease-in-out;
  transition: background-color .35s ease-in-out;
}

#callouts a:after,
#callouts a:before {
  content: "";
  position: absolute;
  display: block;
}

#callouts a:after {
  top: -webkit-calc(50% - 20px);
  top: calc(50% - 20px);
  right: 40px;
  width: 40px;
  height: 40px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
}

#callouts a:hover:before {
  background-color: #163a5c;
}

@media (max-width:1199px) {
  #callouts a {
    padding: 30px 80px 30px 60px;
  }

  #callouts a:before {
    height: 104%;
    top: -2%;
    width: 140px;
    right: -70px;
  }

  #callouts a:after {
    top: -webkit-calc(50% - 15px);
    top: calc(50% - 15px);
    right: 20px;
    width: 30px;
    height: 30px;
  }
}

@media (max-width:767px) {
  #callouts a {
    padding: 30px 15px;
  }

  #callouts a:after,
  #callouts a:before {
    display: none;
  }
}

#callouts h4 {
  font-size: 50px;
  line-height: 1.2em;
}

@media (max-width:1199px) {
  #callouts h4 {
    font-size: 35px;
  }
}

#callouts p {
  color: #212121;
}

#callouts .btn {
  font-size: 20px!important;
  padding: 6px 20px!important;
  position: relative;
  left: 50%;
  margin-top: 20px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: none!important;
}

#callouts .btn span:last-child {
  display: none;
}

@media (min-width:768px) {
  #callouts .btn {
    display: none;
  }
}

.hentry .media-left {
  width: 30%;
  padding-right: 15px;
}

.hentry .media-left a {
  display: block;
  background: #fff;
  border: 1px solid #e2e2e2;
  padding: 10px;
  border-radius: 3px;
  max-width: 320px;
}

.hentry .media-left img {
  min-width: 100%;
}

@media (max-width:767px) {
  .hentry .media-left {
    display: none;
  }
}

.entry-title {
  color: #0c64b6;
  text-transform: none;
}

@media (max-width:767px) {
  .entry-title {
    font-size: 30px;
    line-height: 1.1;
  }
}

#postPage .body-copy img.alignleft,
#postPage .body-copy img.alignright {
  max-width: 33%;
  border: 1px solid #eaeaea;
  padding: 10px;
  background-color: #fff;
  border-radius: 3px;
}

.cat-wrap {
  clear: both;
}

.cat-wrap select#cat {
  min-width: 250px;
}

#postFeatured {
  float: right;
  background: #fff;
  border: 1px solid #e2e2e2;
  padding: 10px;
  max-width: 35%;
  margin: 0 0 10px 15px;
  border-radius: 3px;
}

@media (min-width:992px) and (max-width:1199px) {
  #postFeatured {
    display: none;
  }
}

@media (max-width:767px) {
  #postFeatured {
    display: none;
  }
}

#shareContent {
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 30px;
}

#shareContent a {
  display: inline-block;
  height: 40px;
  width: 40px;
  background-color: #588e29;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
}

#shareContent a.icon-linkedin:before {
  line-height: 38px;
}

#shareContent a:before {
  font-size: 22px;
  line-height: 40px;
}

@media (min-width:992px) {
  #shareContent a:hover {
    background-color: #294b1f;
  }
}

nav.posts-navigation {
  margin-top: 50px;
}

@media print {
  body {
    color: #000;
  }

  a[href]:after {
    display: none;
  }

  #backToTopAnchor,
  #callouts,
  #comSelect,
  #featuredImage,
  #headLogo,
  #mainFooter,
  #mobileNav,
  #mobileNavBtn,
  #mobileOverlay,
  #postFeatured,
  #resize,
  #shareContent,
  #siteFooter,
  #siteHeader,
  #subFooter,
  #topBar {
    display: none!important;
  }
}

#catFeatured {
  position: relative;
  background: #0c64b6 50% no-repeat;
  background-size: cover;
  text-align: center;
  padding: 80px 30px;
}

@media (max-width:1199px) {
  #catFeatured {
    padding: 50px 30px;
  }
}

@media (max-width:767px) {
  #catFeatured {
    padding: 30px 15px;
  }
}

#catFeatured:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #0c64b6;
  opacity: .8;
}

#catFeatured,
#catFeatured h3 {
  color: #fff;
}

#catFeatured h1 {
  text-transform: none;
}

#catFeatured>div {
  position: relative;
}

.events-category #eventHead {
  display: none;
}

.tribe-events-loop article {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0;
}

@media (max-width:479px) {
  .tribe-events-loop article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.tribe-events-loop article time {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: auto;
  left: auto;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  padding: 15px;
  text-align: left;
  color: #0c64b6;
  min-width: 175px;
  width: auto;
}

@media (min-width:480px) and (max-width:767px) {
  .tribe-events-loop article time {
    min-width: 125px;
  }
}

@media (max-width:479px) {
  .tribe-events-loop article time {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.tribe-events-loop article time span {
  line-height: 1em;
  padding: 0!important;
  font-size: 22px;
  text-transform: uppercase;
}

.tribe-events-loop article time .date {
  font-size: 85px;
}

@media (min-width:480px) {
  .tribe-events-loop article time .date span {
    display: none;
  }
}

@media (max-width:479px) {
  .tribe-events-loop article time .month {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}

@media (min-width:480px) and (max-width:767px) {
  .tribe-events-loop article time span {
    font-size: 18px;
  }

  .tribe-events-loop article time .date {
    font-size: 50px;
  }
}

@media (max-width:479px) {
  .tribe-events-loop article time span {
    font-size: 18px;
  }

  .tribe-events-loop article time .date {
    font-size: 18px;
    margin: 0 3px 0 5px;
  }
}

.tribe-events-loop article time .time {
  margin-top: 3px;
}

@media (max-width:479px) {
  .tribe-events-loop article time .time {
    margin-top: 0;
  }
}

.tribe-events-loop article .details {
  background: #404040;
  color: #fff;
  padding: 25px;
}

.tribe-events-loop article .entry-title {
  color: #fff;
  font: 700 25px/1.2em Open Sans,sans-serif;
}

.tribe-events-loop article .entry-summary {
  font-size: 18px;
  line-height: 1.4em;
}

.tribe-events-loop article .entry-summary p:last-child {
  margin-bottom: 0;
}

.tribe-events-loop article .eventRSVP {
  position: relative;
  background: #0c64b6;
  margin: 0;
  color: #fff;
}

@media (min-width:480px) {
  .tribe-events-loop article .eventRSVP {
    width: 50px;
  }
}

@media (max-width:479px) {
  .tribe-events-loop article .eventRSVP {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.tribe-events-loop article .eventRSVP .rsvp {
  display: block;
  height: 50px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  padding: 15px;
}

@media (min-width:480px) {
  .tribe-events-loop article .eventRSVP .rsvp {
    position: absolute;
    bottom: 0;
    left: 100%;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%;
  }
}

@media (max-width:479px) {
  .tribe-events-loop article .eventRSVP .rsvp {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}

@media (min-width:768px) {
  .single-tribe_events main.main>div.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.single-tribe_events main.main>div.flex>* {
  height: auto!important;
}

.tribe-events-single-event-title {
  color: #0c64b6;
}

#seContent {
  padding: 0 40px 0 0;
}

@media (max-width:767px) {
  #seContent {
    padding: 0 0 15px;
  }
}

#seSide {
  position: relative;
  background: none;
  padding: 0 0 0 40px;
}

@media (max-width:767px) {
  #seSide {
    padding: 15px 0 0;
  }
}

#seSide .gform_body .gfield_checkbox li:before {
  background: #eee;
  border: 1px solid #ddd;
}

#seSide .gform_body .gfield_checkbox label:before {
  color: #0c64b6;
}

#seSide .gform_wrapper .gform_footer .gform_button {
  border-color: #0c64b6;
  background-color: #0c64b6;
}

#seSide .gform_wrapper .gform_footer .gform_button:hover {
  background-color: transparent;
  color: #0c64b6;
}

#eventsBack {
  display: none;
}

#noEvents h3 {
  color: #212121;
}

#modules:after {
  content: "";
  display: table;
  clear: both;
}

#modules .bgPrimary {
  background-color: #0c64b6;
}

#modules .mGal h5,
#modules .mIBox h5 {
  color: #0c64b6;
}

#modules .mStaff .staffBody h4 {
  color: #0c64b6;
  -webkit-transition: color .35s ease-in-out;
  transition: color .35s ease-in-out;
}

@media (min-width:992px) and (max-width:1199px) {
  #modules .mStaff .staffImg {
    width: 30%;
    float: left;
    margin-right: 20px;
  }
}

@media (min-width:992px) {
  #modules .mGate section:hover .viewMore {
    background-color: #163a5c;
  }

  #modules .mGate section:hover h4 {
    color: #163a5c;
  }

  #modules .mFaq .panel-heading h4 a:hover {
    background-color: #163a5c;
  }

  #modules .mGal>div:hover h5,
  #modules .mIBox>div:hover h5 {
    color: #163a5c;
  }
}

#modules>:last-child {
  margin-bottom: 0;
}

#modules .cat-filter {
  position: absolute;
  margin: 0;
  z-index: 2;
}

@media (min-width:768px) {
  #modules .cat-filter {
    top: 50px;
    right: 30px;
  }
}

@media (min-width:1200px) {
  #modules .cat-filter {
    top: 75px;
    right: 60px;
  }
}

@media (max-width:767px) {
  #modules .cat-filter {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

#modules .cat-filter button {
  font-size: 18px;
  line-height: 20px;
  padding: 15px 25px;
  box-shadow: none;
  background-color: #fff;
  border: 1px solid #d7d7d7;
  border-radius: 5px;
}

#modules .cat-filter button:hover {
  color: #0c64b6;
}

#modules .cat-filter button .caret {
  border-top-width: 8px;
  border-right-width: 8px;
  border-left-width: 8px;
  margin-left: 20px;
}

#modules .cat-filter .dropdown-menu {
  color: #212121;
}

#modules .cat-filter .radio {
  margin: 0;
}

#modules .cat-filter .radio label {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 20px 0 10px;
}

#modules .cat-filter .radio label input {
  position: relative;
  display: inline-block;
  margin: 0 5px 0 0;
}

#modules .mSection {
  position: relative;
}

#modules .mSection:after {
  content: "";
  display: table;
  clear: both;
}

#modules .mSection .msAnchor {
  position: absolute;
  display: block;
  height: 1px;
  width: 1px;
  left: 0;
  top: -68px;
}

#modules .mSection.bg-blue,
#modules .mSection.bg-blue .headMain,
#modules .mSection.bg-blue .headSeo,
#modules .mSection.bg-blue h3,
#modules .mSection.bg-dblue,
#modules .mSection.bg-dblue .headMain,
#modules .mSection.bg-dblue .headSeo,
#modules .mSection.bg-dblue h3 {
  color: #fff;
}

#modules .mSection.bg-grey+.bg-white {
  border-top: 1px solid #dedede;
}

#modules .msImg {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: .2;
  background: 50% no-repeat;
  background-size: cover;
}

#modules .msTitle {
  display: block;
  margin: 5rem 0 30px;
}

#modules .msTitle h3 {
  display: block;
  background: #fff;
  float: left;
  margin: 0;
  font: 700 16px/18px Open Sans,sans-serif;
  color: #0c64b6!important;
  padding: 10px 15px;
  border: 1px solid #d4d4d4;
  text-transform: uppercase;
}

#modules .msTitle:after {
  content: "";
  display: table;
  clear: both;
}

#modules .msTitle+* {
  margin-top: 0;
}

#modules .mDouble .image img {
  border: 1px solid #e3e3e3;
  background: #fff;
  padding: 10px;
}

#modules .mDouble h3+p,
#modules .mDouble h4+p {
  margin-top: 2rem;
}

#modules .mGate section>:not(a) {
  border-radius: 5px;
  overflow: hidden;
}

#modules .mGate section .content {
  padding: 60px 20px 50px;
}

#modules .mGate section .content h4 {
  margin-bottom: 10px;
}

#modules .mSection .mSingle .embed-responsive {
  margin-bottom: 35px;
}

.mExp section {
  border-top: 12px solid #3e91d1;
}

@media (max-width:1199px) {
  .mExp section {
    border-top-width: 8px;
  }
}

.mExp section .head {
  position: relative;
  border: 1px solid #d5e0e8;
  border-top: none;
  background-color: #fff;
  padding: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width:768px) and (max-width:991px) {
  .mExp section .head {
    padding: 20px;
  }
}

@media (max-width:767px) {
  .mExp section .head {
    padding: 15px;
  }
}

#callouts .mExp section .head:hover .btn,
.mExp section .head:hover #callouts .btn,
.mExp section .head:hover .btn-content {
  background-color: #fff;
  color: #3e91d1;
}

.mExp section+section {
  margin-top: 30px;
}

@media (min-width:768px) and (max-width:991px) {
  .mExp section+section {
    margin-top: 20px;
  }
}

@media (max-width:767px) {
  .mExp section+section {
    margin-top: 15px;
  }
}

.mExp section:nth-child(5n+2) {
  border-top-color: #dfd31b;
}

.mExp section:nth-child(5n+2) h4 {
  color: #163a5c;
}

#callouts .mExp section:nth-child(5n+2) .btn,
.mExp section:nth-child(5n+2) #callouts .btn,
.mExp section:nth-child(5n+2) .btn-content {
  border-color: #dfd31b;
  background-color: #dfd31b;
  color: #163a5c;
}

#callouts .mExp section:nth-child(5n+2) .head:hover .btn,
.mExp section:nth-child(5n+2) .head:hover #callouts .btn,
.mExp section:nth-child(5n+2) .head:hover .btn-content {
  background-color: #fff;
  color: #163a5c;
}

.mExp section:nth-child(5n+3) {
  border-top-color: #588e29;
}

.mExp section:nth-child(5n+3) h4 {
  color: #588e29;
}

#callouts .mExp section:nth-child(5n+3) .btn,
.mExp section:nth-child(5n+3) #callouts .btn,
.mExp section:nth-child(5n+3) .btn-content {
  border-color: #588e29;
  background-color: #588e29;
}

#callouts .mExp section:nth-child(5n+3) .head:hover .btn,
.mExp section:nth-child(5n+3) .head:hover #callouts .btn,
.mExp section:nth-child(5n+3) .head:hover .btn-content {
  background-color: #fff;
  color: #588e29;
}

.mExp section:nth-child(5n+4) {
  border-top-color: #cf6e05;
}

.mExp section:nth-child(5n+4) h4 {
  color: #cf6e05;
}

#callouts .mExp section:nth-child(5n+4) .btn,
.mExp section:nth-child(5n+4) #callouts .btn,
.mExp section:nth-child(5n+4) .btn-content {
  border-color: #cf6e05;
  background-color: #cf6e05;
}

#callouts .mExp section:nth-child(5n+4) .head:hover .btn,
.mExp section:nth-child(5n+4) .head:hover #callouts .btn,
.mExp section:nth-child(5n+4) .head:hover .btn-content {
  background-color: #fff;
  color: #cf6e05;
}

.mExp section:nth-child(5n+5) {
  border-top-color: #cf0539;
}

.mExp section:nth-child(5n+5) h4 {
  color: #cf0539;
}

#callouts .mExp section:nth-child(5n+5) .btn,
.mExp section:nth-child(5n+5) #callouts .btn,
.mExp section:nth-child(5n+5) .btn-content {
  border-color: #cf0539;
  background-color: #cf0539;
}

#callouts .mExp section:nth-child(5n+5) .head:hover .btn,
.mExp section:nth-child(5n+5) .head:hover #callouts .btn,
.mExp section:nth-child(5n+5) .head:hover .btn-content {
  background-color: #fff;
  color: #cf0539;
}

.mExp section .ex-content {
  background: #fff;
  border: 1px solid #d5e0e8;
  border-top: none;
  color: #212121;
}

.mExp section .ex-content>div {
  padding: 30px;
}

@media (min-width:768px) and (max-width:991px) {
  .mExp section .ex-content>div {
    padding: 20px;
  }
}

@media (max-width:767px) {
  .mExp section .ex-content>div {
    padding: 15px;
  }
}

.mExp figure {
  min-width: 190px;
  width: 190px;
  margin-right: 30px;
}

@media (min-width:768px) and (max-width:991px) {
  .mExp figure {
    min-width: 120px;
    width: 120px;
    margin-right: 20px;
  }
}

@media (max-width:767px) {
  .mExp figure {
    display: none;
  }
}

.mExp .content {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.mExp a {
  position: absolute;
  display: block;
  top: -12px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

@media (max-width:1199px) {
  .mExp a {
    top: -8px;
  }
}

.mExp .panel-body a {
  position: relative;
  display: inline;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
}

@media (max-width:1199px) {
  .mExp .panel-body a {
    top: auto;
  }
}

.mExp h4 {
  font: 700 2.2rem/1.2em Open Sans,sans-serif;
  color: #3e91d1;
}

.mExp p {
  color: #212121;
  margin-bottom: 20px;
}

@media (max-width:1199px) {
  .mExp p {
    margin-bottom: 15px;
  }
}

.mExp p:last-child {
  margin: 0;
}

#callouts .mExp .btn,
.mExp #callouts .btn,
.mExp .btn-content {
  border-color: #3e91d1;
  background-color: #3e91d1;
  font: 700 18px/1em Open Sans,sans-serif;
  text-transform: uppercase;
  padding: 9px 20px;
}

@media (max-width:1199px) {
  #callouts .mExp .btn,
  .mExp #callouts .btn,
  .mExp .btn-content {
    font-size: 16px;
    padding: 7px 15px;
  }
}

.mFloorplans {
  margin: 0 -15px;
}

.mFloorplans>div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mFloorplans article {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 50%;
  -moz-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  padding: 0 15px 30px;
  color: #fff;
  max-width: 50%;
}

@media (max-width:767px) {
  .mFloorplans article {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
  }
}

.mFloorplans article>div {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  background: #fff;
  border: 1px solid #d6d6d6;
  min-height: 150px;
}

@media (max-width:479px) {
  .mFloorplans article>div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (max-width:479px) {
  .mFloorplans article {
    margin-left: 80px;
    min-width: 0;
  }
}

.mFloorplans a {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

@media (max-width:479px) {
  .mFloorplans a {
    left: -80px;
  }
}

@media (min-width:992px) {
  .mFloorplans a:hover~.more {
    background-color: #588e29;
  }
}

.mFloorplans figure {
  -webkit-flex-basis: 30%;
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
  max-width: 30%;
  min-width: 30%;
  padding: 10px;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width:479px) {
  .mFloorplans figure {
    position: absolute;
    top: -1px;
    left: -80px;
    max-width: 80px;
    min-width: 80px;
    border: 1px solid #d6d6d6;
  }
}

.mFloorplans figure img {
  width: 100%;
  height: auto;
}

.mFloorplans .content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #163a5c;
  padding: 25px;
  font-size: 18px;
  line-height: 1.4em;
}

@media (max-width:479px) {
  .mFloorplans .content {
    padding: 15px;
  }
}

.mFloorplans .content h4 {
  display: block;
  font: 700 20px/1.2em Open Sans,sans-serif;
  margin-bottom: 5px!important;
}

.mFloorplans .content ul {
  margin: 10px 0;
}

.mFloorplans .content li {
  margin-bottom: 3px;
}

.mFloorplans .content>:last-child {
  margin-bottom: 0;
}

.mFloorplans .more {
  background: #0c64b6;
  -webkit-transition: background-color .35s ease-in-out;
  transition: background-color .35s ease-in-out;
}

@media (min-width:480px) {
  .mFloorplans .more {
    min-width: 50px;
    max-width: 50px;
  }
}

@media (max-width:479px) {
  .mFloorplans .more {
    position: relative;
    height: 50px;
  }
}

@media (max-width:479px) {
  .mFloorplans .more .plus-icon {
    position: absolute;
    top: 0;
    right: 0;
  }
}

.mFloorplans .more .text {
  position: absolute;
  display: block;
  bottom: 0;
  -webkit-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
  font-size: 18px;
  line-height: 20px;
  padding: 15px 20px;
  text-transform: uppercase;
}

@media (min-width:480px) {
  .mFloorplans .more .text {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    left: 100%;
  }
}

@media (max-width:479px) {
  .mFloorplans .more .text {
    left: 0;
  }
}

#modules .mTest .content {
  display: block;
  width: 33%;
  float: left;
  padding-right: 40px;
}

#modules .mTest .content h3 {
  display: block;
  color: #fff;
  margin-bottom: 20px;
}

@media (max-width:1199px) {
  #modules .mTest .content h3 {
    margin-bottom: 15px;
  }
}

@media (max-width:1199px) {
  #modules .mTest .content {
    width: 100%;
    float: none;
    margin-bottom: 30px;
  }
}

@media (min-width:1200px) {
  .msTitle+.mTest.has-content .testWrap {
    position: relative;
    top: -70px;
    margin-bottom: -70px;
  }
}

.testWrap {
  display: block;
  margin: 0 -10px;
}

.testWrap>div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.testWrap>div>div {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 50%;
  -moz-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  padding: 0 10px 20px;
  min-width: 320px;
}

.testWrap a {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

@media (min-width:992px) {
  .testWrap a:hover~.plus-icon,
  .testWrap a:hover~footer {
    color: #588e29;
  }

  .testWrap a:hover~.plus-icon:after {
    border-color: #588e29;
  }
}

.testWrap figure {
  position: relative;
  height: 100%;
  background-color: #fff;
  border: 1px solid #d8d8d8;
  border-left: 8px solid #d8d8d8;
  padding: 20px;
  -webkit-transition: border-left-color .35s ease-in-out;
  transition: border-left-color .35s ease-in-out;
}

.testWrap figure.linked {
  padding-bottom: 60px;
}

@media (min-width:992px) {
  .testWrap figure.linked:hover {
    border-left-color: #588e29;
  }
}

.testWrap figure .plus-icon {
  position: absolute;
  display: block;
  bottom: 10px;
  right: 10px;
  top: auto;
  color: #0c64b6;
}

.testWrap figure .plus-icon:before {
  -webkit-transition: color .35s ease-in-out;
  transition: color .35s ease-in-out;
}

.testWrap figure .plus-icon:after {
  border-color: #0c64b6;
  opacity: .3;
  -webkit-transition: border-color .35s ease-in-out;
  transition: border-color .35s ease-in-out;
}

.testWrap blockquote {
  border: none;
  color: #212121;
  padding: 0;
}

.testWrap footer {
  font: 700 18px/1em Open Sans,sans-serif;
  color: #0c64b6;
  -webkit-transition: color .35s ease-in-out;
  transition: color .35s ease-in-out;
}

.testWrap footer cite {
  font-style: normal;
}

.mMaster {
  margin-left: -10px;
  margin-right: -10px;
}

.mMaster>div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mMaster>div>div a span {
  pointer-events: none;
}

.mmGal {
  height: 100%;
  padding: 0 10px 25px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 33.33333334%;
  -moz-box-flex: 0;
  -ms-flex: 0 1 33.33333334%;
  flex: 0 1 33.33333334%;
}

.mmGal h5 {
  font: normal 18px/1em Open Sans,sans-serif;
  font-style: italic;
  margin: 10px 0 5px;
}

.mmGal p {
  font-size: 12px;
  line-height: 1em;
  margin: 0;
  text-transform: uppercase;
}

@media (min-width:480px) and (max-width:767px) {
  .single-communities .mmGal {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 50%;
    -moz-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
  }
}

@media (max-width:479px) {
  .single-communities .mmGal {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
}

.mmImage {
  display: block;
  border: 1px solid #e2e2e2;
  padding: 10px;
  background-color: #fff;
}

.mmImage .gallery-popup {
  position: relative;
}

.mmImage:hover {
  background-color: #0c64b6;
}

.mmImage span {
  display: block;
  padding: 65% 0 0;
  background: 50% no-repeat;
  background-size: cover;
}

a.data-cat {
  background: none;
  padding: 0;
  border: 0;
}

a.data-cat:after {
  display: none;
}

a.data-cat:active,
a.data-cat:focus,
a.data-cat:hover {
  background: none;
  color: #3e91d1;
}

:root .hServiceList {
  position: relative;
  z-index: 1;
  margin-top: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width:1199px) {
  :root .hServiceList {
    margin-top: 30px;
  }
}

:root .hServiceList article {
  position: relative;
  width: -webkit-calc(50% - 16px);
  width: calc(50% - 16px);
  margin: 0 8px 16px;
  background-color: #fff;
  padding: 35px 40px 40px;
  border: 1px solid #e2e2e2;
  border-top: 10px solid #dfd31b;
  text-align: center;
}

@media (max-width:1199px) {
  :root .hServiceList article {
    padding: 25px 30px 30px;
  }
}

@media (max-width:767px) {
  :root .hServiceList article {
    width: -webkit-calc(100% + 14px);
    width: calc(100% + 14px);
    margin: 0 -7px;
    padding: 20px 15px 25px;
  }
}

:root .hServiceList article:nth-child(6n+2) {
  border-top-color: #0c64b6;
}

:root .hServiceList article:nth-child(6n+2) h4 {
  color: #0c64b6;
}

#callouts :root .hServiceList article:nth-child(6n+2) .btn,
:root .hServiceList article:nth-child(6n+2) #callouts .btn,
:root .hServiceList article:nth-child(6n+2) .btn-content {
  background-color: #0c64b6;
  border-color: #0c64b6;
  color: #fff;
}

@media (min-width:992px) {
  #callouts :root .hServiceList article:nth-child(6n+2) .btn:active,
  #callouts :root .hServiceList article:nth-child(6n+2) .btn:focus,
  #callouts :root .hServiceList article:nth-child(6n+2) .btn:hover,
  :root .hServiceList article:nth-child(6n+2) #callouts .btn:active,
  :root .hServiceList article:nth-child(6n+2) #callouts .btn:focus,
  :root .hServiceList article:nth-child(6n+2) #callouts .btn:hover,
  :root .hServiceList article:nth-child(6n+2) .btn-content:active,
  :root .hServiceList article:nth-child(6n+2) .btn-content:focus,
  :root .hServiceList article:nth-child(6n+2) .btn-content:hover {
    color: #0c64b6;
    background-color: rgba(12,100,182,0);
  }
}

:root .hServiceList article:nth-child(6n+3) {
  border-top-color: #588e29;
}

:root .hServiceList article:nth-child(6n+3) h4 {
  color: #588e29;
}

#callouts :root .hServiceList article:nth-child(6n+3) .btn,
:root .hServiceList article:nth-child(6n+3) #callouts .btn,
:root .hServiceList article:nth-child(6n+3) .btn-content {
  background-color: #588e29;
  border-color: #588e29;
  color: #fff;
}

@media (min-width:992px) {
  #callouts :root .hServiceList article:nth-child(6n+3) .btn:active,
  #callouts :root .hServiceList article:nth-child(6n+3) .btn:focus,
  #callouts :root .hServiceList article:nth-child(6n+3) .btn:hover,
  :root .hServiceList article:nth-child(6n+3) #callouts .btn:active,
  :root .hServiceList article:nth-child(6n+3) #callouts .btn:focus,
  :root .hServiceList article:nth-child(6n+3) #callouts .btn:hover,
  :root .hServiceList article:nth-child(6n+3) .btn-content:active,
  :root .hServiceList article:nth-child(6n+3) .btn-content:focus,
  :root .hServiceList article:nth-child(6n+3) .btn-content:hover {
    color: #588e29;
    background-color: rgba(88,142,41,0);
  }
}

:root .hServiceList article:nth-child(6n+4) {
  border-top-color: #163a5c;
}

:root .hServiceList article:nth-child(6n+4) h4 {
  color: #163a5c;
}

#callouts :root .hServiceList article:nth-child(6n+4) .btn,
:root .hServiceList article:nth-child(6n+4) #callouts .btn,
:root .hServiceList article:nth-child(6n+4) .btn-content {
  background-color: #163a5c;
  border-color: #163a5c;
  color: #fff;
}

@media (min-width:992px) {
  #callouts :root .hServiceList article:nth-child(6n+4) .btn:active,
  #callouts :root .hServiceList article:nth-child(6n+4) .btn:focus,
  #callouts :root .hServiceList article:nth-child(6n+4) .btn:hover,
  :root .hServiceList article:nth-child(6n+4) #callouts .btn:active,
  :root .hServiceList article:nth-child(6n+4) #callouts .btn:focus,
  :root .hServiceList article:nth-child(6n+4) #callouts .btn:hover,
  :root .hServiceList article:nth-child(6n+4) .btn-content:active,
  :root .hServiceList article:nth-child(6n+4) .btn-content:focus,
  :root .hServiceList article:nth-child(6n+4) .btn-content:hover {
    color: #163a5c;
    background-color: rgba(22,58,92,0);
  }
}

:root .hServiceList article:nth-child(6n+5) {
  border-top-color: #cf0539;
}

:root .hServiceList article:nth-child(6n+5) h4 {
  color: #cf0539;
}

#callouts :root .hServiceList article:nth-child(6n+5) .btn,
:root .hServiceList article:nth-child(6n+5) #callouts .btn,
:root .hServiceList article:nth-child(6n+5) .btn-content {
  background-color: #cf0539;
  border-color: #cf0539;
  color: #fff;
}

@media (min-width:992px) {
  #callouts :root .hServiceList article:nth-child(6n+5) .btn:active,
  #callouts :root .hServiceList article:nth-child(6n+5) .btn:focus,
  #callouts :root .hServiceList article:nth-child(6n+5) .btn:hover,
  :root .hServiceList article:nth-child(6n+5) #callouts .btn:active,
  :root .hServiceList article:nth-child(6n+5) #callouts .btn:focus,
  :root .hServiceList article:nth-child(6n+5) #callouts .btn:hover,
  :root .hServiceList article:nth-child(6n+5) .btn-content:active,
  :root .hServiceList article:nth-child(6n+5) .btn-content:focus,
  :root .hServiceList article:nth-child(6n+5) .btn-content:hover {
    color: #cf0539;
    background-color: rgba(207,5,57,0);
  }
}

:root .hServiceList article:nth-child(6n+6) {
  border-top-color: #cf6e05;
}

:root .hServiceList article:nth-child(6n+6) h4 {
  color: #cf6e05;
}

#callouts :root .hServiceList article:nth-child(6n+6) .btn,
:root .hServiceList article:nth-child(6n+6) #callouts .btn,
:root .hServiceList article:nth-child(6n+6) .btn-content {
  background-color: #cf6e05;
  border-color: #cf6e05;
  color: #fff;
}

@media (min-width:992px) {
  #callouts :root .hServiceList article:nth-child(6n+6) .btn:active,
  #callouts :root .hServiceList article:nth-child(6n+6) .btn:focus,
  #callouts :root .hServiceList article:nth-child(6n+6) .btn:hover,
  :root .hServiceList article:nth-child(6n+6) #callouts .btn:active,
  :root .hServiceList article:nth-child(6n+6) #callouts .btn:focus,
  :root .hServiceList article:nth-child(6n+6) #callouts .btn:hover,
  :root .hServiceList article:nth-child(6n+6) .btn-content:active,
  :root .hServiceList article:nth-child(6n+6) .btn-content:focus,
  :root .hServiceList article:nth-child(6n+6) .btn-content:hover {
    color: #cf6e05;
    background-color: rgba(207,110,5,0);
  }
}

:root .hServiceList h4 {
  color: #163a5c;
  font-size: 3rem;
}

@media (max-width:1199px) {
  :root .hServiceList h4 {
    font-size: -webkit-calc(1.8rem + .85vw);
    font-size: calc(1.8rem + .85vw);
    margin-bottom: 0;
  }
}

:root .hServiceList p {
  color: #212121;
}

#callouts :root .hServiceList .btn,
:root .hServiceList #callouts .btn,
:root .hServiceList .btn-content {
  background-color: #dfd31b;
  border-color: #dfd31b;
  color: #163a5c;
}

@media (min-width:992px) {
  #callouts :root .hServiceList .btn:active,
  #callouts :root .hServiceList .btn:focus,
  #callouts :root .hServiceList .btn:hover,
  :root .hServiceList #callouts .btn:active,
  :root .hServiceList #callouts .btn:focus,
  :root .hServiceList #callouts .btn:hover,
  :root .hServiceList .btn-content:active,
  :root .hServiceList .btn-content:focus,
  :root .hServiceList .btn-content:hover {
    background-color: rgba(223,211,27,0);
  }
}

#modules .hServiceList {
  margin: 0 -8px;
}

:root .hCallouts {
  padding: 90px 0 80px;
  text-align: center;
}

:root .hCallouts>div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 15px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

:root .hCallouts article {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 33.333333334%;
  -moz-box-flex: 1;
  -ms-flex: 1 1 33.333333334%;
  flex: 1 1 33.333333334%;
  padding: 0 15px 30px;
  max-width: 33.333333334%;
  position: relative;
}

:root .hCallouts article:nth-child(6n+1) figure {
  background-color: #588e29;
}

:root .hCallouts article:nth-child(6n+1) h3 {
  color: #588e29;
}

#callouts :root .hCallouts article:nth-child(6n+1) .btn,
:root .hCallouts article:nth-child(6n+1) #callouts .btn,
:root .hCallouts article:nth-child(6n+1) .btn-content {
  border-color: #588e29;
  background-color: #588e29;
}

@media (min-width:992px) {
  #callouts :root .hCallouts article:nth-child(6n+1) .btn:active,
  #callouts :root .hCallouts article:nth-child(6n+1) .btn:focus,
  #callouts :root .hCallouts article:nth-child(6n+1) .btn:hover,
  :root .hCallouts article:nth-child(6n+1) #callouts .btn:active,
  :root .hCallouts article:nth-child(6n+1) #callouts .btn:focus,
  :root .hCallouts article:nth-child(6n+1) #callouts .btn:hover,
  :root .hCallouts article:nth-child(6n+1) .btn-content:active,
  :root .hCallouts article:nth-child(6n+1) .btn-content:focus,
  :root .hCallouts article:nth-child(6n+1) .btn-content:hover {
    background: rgba(88,142,41,0);
    color: #588e29;
  }
}

:root .hCallouts article:nth-child(6n+2) figure {
  background-color: #3e91d1;
}

:root .hCallouts article:nth-child(6n+2) h3 {
  color: #3e91d1;
}

#callouts :root .hCallouts article:nth-child(6n+2) .btn,
:root .hCallouts article:nth-child(6n+2) #callouts .btn,
:root .hCallouts article:nth-child(6n+2) .btn-content {
  border-color: #3e91d1;
  background-color: #3e91d1;
}

@media (min-width:992px) {
  #callouts :root .hCallouts article:nth-child(6n+2) .btn:active,
  #callouts :root .hCallouts article:nth-child(6n+2) .btn:focus,
  #callouts :root .hCallouts article:nth-child(6n+2) .btn:hover,
  :root .hCallouts article:nth-child(6n+2) #callouts .btn:active,
  :root .hCallouts article:nth-child(6n+2) #callouts .btn:focus,
  :root .hCallouts article:nth-child(6n+2) #callouts .btn:hover,
  :root .hCallouts article:nth-child(6n+2) .btn-content:active,
  :root .hCallouts article:nth-child(6n+2) .btn-content:focus,
  :root .hCallouts article:nth-child(6n+2) .btn-content:hover {
    background: rgba(62,145,209,0);
    color: #3e91d1;
  }
}

:root .hCallouts article:nth-child(6n+3) figure {
  background-color: #dfd31b;
}

:root .hCallouts article:nth-child(6n+3) h3 {
  color: #163a5c;
}

#callouts :root .hCallouts article:nth-child(6n+3) .btn,
:root .hCallouts article:nth-child(6n+3) #callouts .btn,
:root .hCallouts article:nth-child(6n+3) .btn-content {
  border-color: #dfd31b;
  background-color: #dfd31b;
  color: #163a5c;
}

@media (min-width:992px) {
  #callouts :root .hCallouts article:nth-child(6n+3) .btn:active,
  #callouts :root .hCallouts article:nth-child(6n+3) .btn:focus,
  #callouts :root .hCallouts article:nth-child(6n+3) .btn:hover,
  :root .hCallouts article:nth-child(6n+3) #callouts .btn:active,
  :root .hCallouts article:nth-child(6n+3) #callouts .btn:focus,
  :root .hCallouts article:nth-child(6n+3) #callouts .btn:hover,
  :root .hCallouts article:nth-child(6n+3) .btn-content:active,
  :root .hCallouts article:nth-child(6n+3) .btn-content:focus,
  :root .hCallouts article:nth-child(6n+3) .btn-content:hover {
    background: rgba(223,211,27,0);
    color: #163a5c;
  }
}

:root .hCallouts article:nth-child(6n+4) figure {
  background-color: #0c64b6;
}

:root .hCallouts article:nth-child(6n+4) h3 {
  color: #0c64b6;
}

#callouts :root .hCallouts article:nth-child(6n+4) .btn,
:root .hCallouts article:nth-child(6n+4) #callouts .btn,
:root .hCallouts article:nth-child(6n+4) .btn-content {
  border-color: #0c64b6;
  background-color: #0c64b6;
}

@media (min-width:992px) {
  #callouts :root .hCallouts article:nth-child(6n+4) .btn:active,
  #callouts :root .hCallouts article:nth-child(6n+4) .btn:focus,
  #callouts :root .hCallouts article:nth-child(6n+4) .btn:hover,
  :root .hCallouts article:nth-child(6n+4) #callouts .btn:active,
  :root .hCallouts article:nth-child(6n+4) #callouts .btn:focus,
  :root .hCallouts article:nth-child(6n+4) #callouts .btn:hover,
  :root .hCallouts article:nth-child(6n+4) .btn-content:active,
  :root .hCallouts article:nth-child(6n+4) .btn-content:focus,
  :root .hCallouts article:nth-child(6n+4) .btn-content:hover {
    background: rgba(12,100,182,0);
    color: #0c64b6;
  }
}

:root .hCallouts article:nth-child(6n+5) figure {
  background-color: #cf6e05;
}

:root .hCallouts article:nth-child(6n+5) h3 {
  color: #cf6e05;
}

#callouts :root .hCallouts article:nth-child(6n+5) .btn,
:root .hCallouts article:nth-child(6n+5) #callouts .btn,
:root .hCallouts article:nth-child(6n+5) .btn-content {
  border-color: #cf6e05;
  background-color: #cf6e05;
}

@media (min-width:992px) {
  #callouts :root .hCallouts article:nth-child(6n+5) .btn:active,
  #callouts :root .hCallouts article:nth-child(6n+5) .btn:focus,
  #callouts :root .hCallouts article:nth-child(6n+5) .btn:hover,
  :root .hCallouts article:nth-child(6n+5) #callouts .btn:active,
  :root .hCallouts article:nth-child(6n+5) #callouts .btn:focus,
  :root .hCallouts article:nth-child(6n+5) #callouts .btn:hover,
  :root .hCallouts article:nth-child(6n+5) .btn-content:active,
  :root .hCallouts article:nth-child(6n+5) .btn-content:focus,
  :root .hCallouts article:nth-child(6n+5) .btn-content:hover {
    background: rgba(207,110,5,0);
    color: #cf6e05;
  }
}

:root .hCallouts article:nth-child(6n+6) figure {
  background-color: #cf0539;
}

:root .hCallouts article:nth-child(6n+6) h3 {
  color: #cf0539;
}

#callouts :root .hCallouts article:nth-child(6n+6) .btn,
:root .hCallouts article:nth-child(6n+6) #callouts .btn,
:root .hCallouts article:nth-child(6n+6) .btn-content {
  border-color: #cf0539;
  background-color: #cf0539;
}

@media (min-width:992px) {
  #callouts :root .hCallouts article:nth-child(6n+6) .btn:active,
  #callouts :root .hCallouts article:nth-child(6n+6) .btn:focus,
  #callouts :root .hCallouts article:nth-child(6n+6) .btn:hover,
  :root .hCallouts article:nth-child(6n+6) #callouts .btn:active,
  :root .hCallouts article:nth-child(6n+6) #callouts .btn:focus,
  :root .hCallouts article:nth-child(6n+6) #callouts .btn:hover,
  :root .hCallouts article:nth-child(6n+6) .btn-content:active,
  :root .hCallouts article:nth-child(6n+6) .btn-content:focus,
  :root .hCallouts article:nth-child(6n+6) .btn-content:hover {
    background: rgba(207,5,57,0);
    color: #cf0539;
  }
}

@media (max-width:767px) {
  :root .hCallouts article {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid rgba(0,0,0,.1);
    border-bottom: 1px solid rgba(0,0,0,.1);
    min-height: 80px;
    padding: 0;
    max-width: none;
  }
}

:root .hCallouts figure {
  position: relative;
  display: block;
  width: 160px;
  height: 160px;
  margin: 0 auto;
  border-radius: 50%;
  background-color: #0c64b6;
}

:root .hCallouts figure:before {
  content: "";
  position: absolute;
  display: block;
  top: 5px;
  bottom: 5px;
  left: 5px;
  right: 5px;
  border: 3px solid #fff;
  border-radius: 50%;
}

:root .hCallouts figure img {
  position: absolute;
  display: block;
  max-width: 110px;
  max-height: 110px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  border-radius: 30%;
}

@media (max-width:767px) {
  :root .hCallouts figure {
    width: 60px;
    height: 60px;
    min-width: 60px;
    margin: auto 10px;
  }

  :root .hCallouts figure:before {
    border-width: 1px;
    top: 3px;
    bottom: 3px;
    left: 3px;
    right: 3px;
  }

  :root .hCallouts figure img {
    max-width: 37px;
    max-height: 37px;
  }
}

:root .hCallouts h3 {
  margin-top: 2rem;
}

:root .hCallouts p {
  font-size: 1.8rem;
  line-height: 1.3em;
}

:root .hCallouts a:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media (max-width:767px) {
  :root .hCallouts {
    padding: 0;
    text-align: left;
    border-top: 1px solid rgba(0,0,0,.1);
    border-bottom: 1px solid rgba(0,0,0,.1);
  }

  :root .hCallouts>div {
    padding: 0;
    display: block;
  }

  :root .hCallouts h3 {
    margin: 15px 0 0;
  }

  :root .hCallouts article {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: stretch;
  }

  :root .hCallouts article>div {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  #callouts :root .hCallouts .btn,
  :root .hCallouts #callouts .btn,
  :root .hCallouts .btn-content {
    margin: 0 0 0 auto;
    text-indent: -9999px;
    overflow: hidden;
    border-radius: 0;
    width: 60px;
    min-width: 60px;
    padding: 0;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  #callouts :root .hCallouts .btn:before,
  :root .hCallouts #callouts .btn:before,
  :root .hCallouts .btn-content:before {
    content: "";
    position: absolute;
    display: block;
    top: -webkit-calc(50% - 8px);
    top: calc(50% - 8px);
    right: 25px;
    width: 15px;
    height: 15px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  #callouts :root .hCallouts .btn:after,
  :root .hCallouts #callouts .btn:after,
  :root .hCallouts .btn-content:after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

@media (max-width:479px) {
  #callouts :root .hCallouts .btn,
  :root .hCallouts #callouts .btn,
  :root .hCallouts .btn-content {
    width: 30px;
    min-width: 30px;
  }

  #callouts :root .hCallouts .btn:before,
  :root .hCallouts #callouts .btn:before,
  :root .hCallouts .btn-content:before {
    right: 11px;
  }
}

#modules .hCallouts {
  padding: 0;
}

@media (max-width:767px) {
  #modules .hCallouts {
    margin: 0 -15px;
  }
}

#modules .hCallouts h3 {
  margin: 15px 0 0;
}

.page-template-communities .pgMiddle {
  background-color: #efefef;
}

#comWrapper {
  margin-top: 30px;
}

#comWrapper:first-child {
  margin-top: 0;
}

#comWrapper .community {
  background-color: #fff;
  border-bottom: 15px solid #0c64b6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#comWrapper .community+div {
  margin-top: 40px;
}

#comWrapper .image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-basis: 45%;
  -ms-flex-preferred-size: 45%;
  flex-basis: 45%;
  max-width: 100%;
  min-width: 350px;
  min-height: 250px;
  background: 50% no-repeat;
  background-size: cover;
}

@media (max-width:479px) {
  #comWrapper .image {
    min-height: 200px;
  }
}

#comWrapper .content {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 50%;
  -moz-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  padding: 15px 30px 30px;
}

#comWrapper .content>.media .glyphicon {
  color: #fff;
  text-shadow: 0 0 1px #000,0 0 1px #000;
}

@media (max-width:479px) {
  #comWrapper .content {
    padding: 30px 15px 15px;
  }
}

#comWrapper .media {
  margin: 0 0 15px;
}

#comWrapper .media a {
  color: #212121;
}

#comWrapper .media address,
#comWrapper .media p {
  margin: 0;
}

#comWrapper .media-left:before {
  display: block;
  font-size: 18px;
  line-height: 20px;
  width: 20px;
  text-align: center;
  padding-top: 5px;
}

#comWrapper .offering {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#comWrapper .offering .media {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 50%;
  -moz-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  max-width: 100%;
  min-width: 175px;
  margin-bottom: 10px;
}

#comWrapper .offering .media-left {
  color: #0c64b6;
}

#comWrapper .offering .media-body {
  padding-right: 15px;
}

#comWrapper .offering p {
  margin: 0;
}

#comWrapper .link {
  margin: 15px 0 0;
}

#comSelect {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  width: 375px;
  padding: 70px 30px;
  z-index: 101;
  background-color: #014380;
  -webkit-transform: translateX(-51px);
  -ms-transform: translateX(-51px);
  transform: translateX(-51px);
  -webkit-transition: -webkit-transform .5s ease-in-out;
  transition: -webkit-transform .5s ease-in-out;
  transition: transform .5s ease-in-out;
  transition: transform .5s ease-in-out,-webkit-transform .5s ease-in-out;
}

#comSelect.active {
  -webkit-transform: translateX(325px);
  -ms-transform: translateX(325px);
  transform: translateX(325px);
}

#comSelect .content {
  color: #fff;
}

#comSelect form {
  margin-top: 30px;
}

#comSelect input,
#comSelect select {
  font-size: 18px;
  width: 100%;
  margin-bottom: 10px;
  height: 50px;
  border: none;
  border-bottom: 5px solid #163a5c;
}

#comSelect input {
  padding: 0 15px;
}

#comSelect select::-ms-expand {
  display: none;
}

#comSelect .comSelectWrap {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
}

#comSelect .comSelectWrap:before {
  content: "";
  position: absolute;
  display: block;
  height: 14px;
  width: 14px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  top: -webkit-calc(50% - 17px);
  top: calc(50% - 17px);
  right: 15px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  pointer-events: none;
}

#comSelect .comSelectWrap select {
  width: -webkit-calc(100% + 20px);
  width: calc(100% + 20px);
}

#comSelect select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  outline: none;
  text-transform: uppercase;
  color: #fff;
  background: #0c64b6;
  padding: 0 45px 0 15px;
}

#comSelect select:hover {
  cursor: pointer;
}

#comSelect select option {
  color: #212121;
  background: #fff;
}

#comSelect .btn-wrapper {
  text-align: center;
}

#callouts #comSelect .btn,
#comSelect #callouts .btn,
#comSelect .btn-content {
  font: normal 20px/1em Open Sans,sans-serif;
  display: inline-block;
  border: 2px solid #dfd31b;
  background-color: #dfd31b;
  color: #163a5c;
  margin: 30px auto 0;
  width: auto;
  min-width: 170px;
  -webkit-transition: background-color .35s ease-in-out,color .35s ease-in-out;
  transition: background-color .35s ease-in-out,color .35s ease-in-out;
}

#callouts #comSelect .btn:hover,
#comSelect #callouts .btn:hover,
#comSelect .btn-content:hover {
  color: #dfd31b;
  background-color: rgba(223,211,27,0);
}

@media (max-width:1199px) {
  #comSelect {
    max-width: 100%;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    z-index: 105;
  }

  #comSelect.active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@media (max-width:479px) {
  #comSelect {
    width: 100%;
  }
}

.admin-bar #comSelect {
  top: 32px;
}

#comSelectClose {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  background-color: #0c64b6;
  color: #fff;
  padding: 10px 12px;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
  text-decoration: none;
}

@media (max-width:479px) {
  #comSelectClose {
    width: 100%;
    text-align: center;
  }
}

#comSelectClose:hover {
  background-color: #3e91d1;
}

#comSelectClose span {
  position: relative;
  display: inline-block;
  height: 15px;
  width: 15px;
  margin-left: 10px;
}

#comSelectClose span:after,
#comSelectClose span:before {
  content: "";
  position: absolute;
  display: block;
  height: 20px;
  width: 2px;
  background-color: #fff;
  top: -webkit-calc(50% - 10px);
  top: calc(50% - 10px);
  right: 50%;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

#comSelectClose span:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mfp-wrap .galleria-info {
  bottom: 83px;
}

#cptContact .gform_confirmation_wrapper a,
#cptContact .gform_confirmation_wrapper h3 {
  color: #fff;
}

.page-template-home #featuredImage:after,
.page-template-home #featuredImage:before {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  height: 30%;
  background: -webkit-gradient(linear,left bottom,left top,from(#fff),to(hsla(0,0%,100%,0)));
  background: -webkit-linear-gradient(bottom,#fff,hsla(0,0%,100%,0));
  background: linear-gradient(0deg,#fff,hsla(0,0%,100%,0));
}

#hIntro {
  margin-top: -50px;
  padding-bottom: 50px;
  text-align: center;
  border-bottom: 1px solid #e0e0e0;
}

@media (max-width:1199px) {
  #hIntro {
    padding-bottom: 0;
  }
}

@media (max-width:767px) {
  #hIntro {
    margin-top: 0;
  }
}

#hiContent {
  padding: 0 30px;
}

@media (max-width:767px) {
  #hiContent {
    padding: 0 15px;
    margin-bottom: 4rem;
  }
}

#hiContent .headSeo {
  overflow: hidden;
  font-size: 16px;
  margin-bottom: 8px;
}

@media (max-width:767px) {
  #hiContent .headSeo {
    font-size: 12px;
    margin-bottom: 3px;
  }
}

#hiContent .headSeo span {
  position: relative;
  display: inline-block;
  padding: 0 15px;
}

#hiContent .headSeo span:after,
#hiContent .headSeo span:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  height: 1px;
  width: 275px;
  left: 100%;
  background: #989898;
  opacity: .6;
}

@media (max-width:479px) {
  #hiContent .headSeo span:after,
  #hiContent .headSeo span:before {
    display: none;
  }
}

#hiContent .headSeo span:after {
  left: auto;
  right: 100%;
}

#hiCallouts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 15px;
}

@media (max-width:767px) {
  #hiCallouts {
    text-align: left;
    margin-top: 0;
    padding: 0;
  }
}

#hiCallouts article {
  width: -webkit-calc(100%/3 - 30px);
  width: calc(100% / 3 - 30px);
  margin: 0 15px 30px;
}

@media (max-width:767px) {
  #hiCallouts article {
    width: 100%;
  }
}

#hiCallouts article:nth-child(6n+2) h4 {
  color: #163a5c;
}

#hiCallouts article:nth-child(6n+3) h4 {
  color: #588e29;
}

#hiCallouts article:nth-child(6n+4) h4 {
  color: #e7b500;
}

#hiCallouts article:nth-child(6n+5) h4 {
  color: #cf0539;
}

#hiCallouts article:nth-child(6n+6) h4 {
  color: #cf6e05;
}

#hiCallouts img {
  display: block;
  max-height: 100px;
  margin: 0 auto;
}

@media (max-width:1199px) {
  #hiCallouts img {
    max-height: 60px;
  }
}

@media (max-width:767px) {
  #hiCallouts img {
    max-height: none;
    max-width: 50px;
    float: left;
    margin-top: 5px;
  }
}

#hiCallouts h4 {
  font-size: 3rem;
  color: #0c64b6;
}

@media (max-width:1199px) {
  #hiCallouts h4 {
    font-size: -webkit-calc(1.8rem + .85vw);
    font-size: calc(1.8rem + .85vw);
    margin-bottom: 0;
  }
}

@media (max-width:767px) {
  #hiCallouts h4 {
    margin-top: 0;
    margin-left: 65px;
  }
}

#hiCallouts p {
  font-size: 17px;
  line-height: 1.5em;
  margin-bottom: 0;
}

@media (max-width:767px) {
  #hiCallouts p {
    margin-left: 65px;
  }
}

#hServices {
  position: relative;
  background: 50% no-repeat;
  background-size: cover;
  text-align: center;
  padding: 80px 22px;
}

@media (max-width:1199px) {
  #hServices {
    padding: 30px 7px;
  }
}

@media (max-width:767px) {
  #hServices {
    padding-bottom: 0;
  }
}

#hServices:after,
#hServices:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#hServices:before {
  background-color: #fdfdf2;
  opacity: .65;
}

#hServices:after {
  top: auto;
  height: 50%;
  background: -webkit-gradient(linear,left bottom,left top,from(#f9e9a9),to(hsla(0,0%,100%,0)));
  background: -webkit-linear-gradient(bottom,#f9e9a9,hsla(0,0%,100%,0));
  background: linear-gradient(0deg,#f9e9a9,hsla(0,0%,100%,0));
}

#hServices header {
  position: relative;
  z-index: 1;
  padding: 0 8px;
}

@media (max-width:767px) {
  #hServices header {
    text-align: left;
  }
}

#hSlides {
  background: #0c64b6;
}

#hSlides .panel {
  position: relative;
  display: block;
  border: none;
  margin: 0;
  border-radius: 0;
  background: none;
  z-index: 1;
}

@media (min-width:768px) {
  #hSlides .panel {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity .35s ease-in-out;
    transition: opacity .35s ease-in-out;
  }

  #hSlides .panel.active {
    position: relative;
    opacity: 1;
    pointer-events: auto;
  }
}

#hSlides .panel>button {
  position: relative;
  display: block;
  margin: 0;
  padding: 15px 50px 15px 20px;
  border: none;
  width: 100%;
  text-align: left;
  background-color: #0c64b6;
  color: #fff;
  border-bottom: 1px solid #0c64b6;
}

#hSlides .panel>button:after,
#hSlides .panel>button:before {
  content: "";
  position: absolute;
  display: block;
  background-color: #f7f7f7;
}

#hSlides .panel>button:before {
  width: 16px;
  height: 2px;
  top: -webkit-calc(50% - 1px);
  top: calc(50% - 1px);
  right: 20px;
}

#hSlides .panel>button:after {
  width: 2px;
  height: 16px;
  top: -webkit-calc(50% - 8px);
  top: calc(50% - 8px);
  right: 27px;
  opacity: 0;
  -webkit-transition: opacity .35s ease-in-out;
  transition: opacity .35s ease-in-out;
}

#hSlides .panel>button.collapsed {
  background-color: #163a5c;
  border-color: #000;
}

#hSlides .panel>button.collapsed:after {
  opacity: 1;
}

@media (min-width:768px) {
  #hSlides .panel>button {
    display: none;
  }
}

@media (min-width:768px) {
  #hSlides article {
    min-height: 550px;
    height: auto!important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 15px;
  }
}

@media (max-width:767px) {
  #hSlides article {
    background-color: #0c64b6;
  }
}

#hSlides .content {
  font-family: minion-pro,serif;
  padding: 45px 15px;
}

@media (max-width:767px) {
  #hSlides .content {
    padding: 25px 15px 10px;
  }
}

#hSlides .content,
#hSlides .content h3 {
  color: #fff;
}

#hSlides .content h3 {
  font-size: 60px;
  line-height: 1.1em;
}

@media (max-width:1599px) {
  #hSlides .content h3 {
    font-size: -webkit-calc(16px + 2.8vw);
    font-size: calc(16px + 2.8vw);
  }
}

#hSlides .content p {
  font-size: 30px;
  line-height: 1.2em;
}

@media (max-width:1599px) {
  #hSlides .content p {
    font-size: -webkit-calc(14px + 1vw);
    font-size: calc(14px + 1vw);
  }
}

#hSlides .content blockquote {
  display: inline-block;
  font-family: Open Sans,sans-serif;
  position: relative;
  margin: 25px 50px 0;
  padding: 5px 20px 7px;
  border: none;
  font-style: normal;
  background: #163a5c;
  font-size: 18px;
  line-height: 1.2em;
  border-radius: 15px;
}

@media (max-width:767px) {
  #hSlides .content blockquote {
    display: none;
  }
}

#hSlides .content blockquote span {
  display: none;
  margin-left: 5px;
  color: #0c64b6;
}

#hSlides .content blockquote:after,
#hSlides .content blockquote:before {
  content: "";
  position: absolute;
  display: block;
  height: 8px;
  width: 50px;
  border-top: 2px solid #163a5c;
  border-bottom: 2px solid #163a5c;
  top: -webkit-calc(50% - 4px);
  top: calc(50% - 4px);
  left: -webkit-calc(100% - 2px);
  left: calc(100% - 2px);
}

#hSlides .content blockquote:after {
  left: auto;
  right: 100%;
}

#hSlides .content .next-slide {
  margin: 90px auto 0;
  background-color: #f7f7f7;
  border-color: #f7f7f7;
  color: #0c64b6;
}

@media (max-width:767px) {
  #hSlides .content .next-slide {
    display: none;
  }
}

#hSlides .content .next-slide:after {
  content: "";
  display: inline-block;
  border-left: 10px solid #0c64b6;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  margin-left: 10px;
  -webkit-transition: border-left-color .35s ease-in-out;
  transition: border-left-color .35s ease-in-out;
}

#hSlides .content .next-slide:hover {
  background-color: hsla(0,0%,100%,0);
  color: #f7f7f7;
}

#hSlides .content .next-slide:hover:after {
  border-left-color: #f7f7f7;
}

@media (min-width:768px) {
  #hSlides .content {
    margin: auto;
    text-align: center;
  }
}

#hSlides .image {
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 50%;
  background: 50% no-repeat;
  background-size: contain;
}

#hSlides .full .content h3 {
  font-size: 70px;
}

@media (max-width:1599px) {
  #hSlides .full .content h3 {
    font-size: -webkit-calc(16px + 3.4vw);
    font-size: calc(16px + 3.4vw);
  }
}

#hSlides .full .content blockquote span {
  display: inline-block;
}

#hSlides .deskNav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 40px solid #0c243b;
}

@media (max-width:767px) {
  #hSlides .deskNav {
    display: none;
  }
}

#hSlides .deskNav button {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: block;
  margin: 0;
  padding: 0 15px;
  border: none;
  border-left: 1px solid #0c64b6;
  height: 90px;
  background-color: #163a5c;
  color: #fff;
  font-size: 18px;
  line-height: 1.2em;
}

#hSlides .deskNav button:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: -webkit-calc(50% - 12px);
  left: calc(50% - 12px);
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #0c243b;
  opacity: 0;
  -webkit-transition: opacity .35s ease-in-out;
  transition: opacity .35s ease-in-out;
}

#hSlides .deskNav button:after {
  content: "";
  position: absolute;
  display: block;
  top: -31px;
  left: -webkit-calc(50% - 11px);
  left: calc(50% - 11px);
  width: 22px;
  height: 22px;
  border: 2px solid #dfd31b;
  border-radius: 50%;
  background-color: #dfd31b;
  z-index: 1;
  -webkit-transition: background-color .35s ease-in-out,border-color .35s ease-in-out;
  transition: background-color .35s ease-in-out,border-color .35s ease-in-out;
}

#hSlides .deskNav button:nth-child(6n+2):after {
  background-color: #cf6e05;
  border-color: #cf6e05;
}

#hSlides .deskNav button:nth-child(6n+3):after {
  background-color: #0c64b6;
  border-color: #0c64b6;
}

#hSlides .deskNav button:nth-child(6n+4):after {
  background-color: #cf0539;
  border-color: #cf0539;
}

#hSlides .deskNav button:nth-child(6n+5):after {
  background-color: #588e29;
  border-color: #588e29;
}

#hSlides .deskNav button:nth-child(6n+6):after {
  background-color: #3e91d1;
  border-color: #3e91d1;
}

#hSlides .deskNav button+button span {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  top: -21px;
  right: 50%;
  background-color: #3e91d1;
}

#hSlides .deskNav button:hover {
  color: #3e91d1;
}

#hSlides .deskNav button:not(.collapsed) {
  pointer-events: none;
  background-color: #0c64b6;
}

#hSlides .deskNav button:not(.collapsed):before {
  opacity: 1;
}

#hSlides .deskNav button:not(.collapsed)~button:after {
  background-color: #0c243b;
  border-color: #3e91d1;
}

#hSlideWrap {
  position: relative;
  margin: 0;
  background: 50% no-repeat;
  background-size: cover;
}

@media (min-width:768px) {
  #hSlideWrap {
    min-height: 550px;
  }

  #hSlideWrap:after {
    height: 20%;
    background: -webkit-gradient(linear,left top,left bottom,from(#163a5c),to(rgba(22,58,92,0)));
    background: -webkit-linear-gradient(top,#163a5c,rgba(22,58,92,0));
    background: linear-gradient(180deg,#163a5c,rgba(22,58,92,0));
  }

  #hSlideWrap:after,
  #hSlideWrap:before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    left: 0;
  }

  #hSlideWrap:before {
    bottom: 0;
    background-color: #0c64b6;
    opacity: .8;
  }
}

#comNav,
#cptFooter,
#cptHead,
#cptTopBar,
.page-template-template-events-php .pgMiddle,
.single-communities .pgMiddle {
  position: relative;
  display: block;
  z-index: 2;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  -webkit-transition: -webkit-transform .75s ease-in-out;
  transition: -webkit-transform .75s ease-in-out;
  transition: transform .75s ease-in-out;
  transition: transform .75s ease-in-out,-webkit-transform .75s ease-in-out;
}

#mobileOverlay {
  width: 100%;
}

.mobileOpen #comNav,
.mobileOpen #cptFooter,
.mobileOpen #cptHead,
.mobileOpen #cptTopBar,
.mobileOpen #mobileOverlay,
.mobileOpen.page-template-template-events-php .pgMiddle,
.mobileOpen.single-communities .pgMiddle {
  -webkit-transform: translate(-570px);
  -ms-transform: translate(-570px);
  transform: translate(-570px);
}

@media (max-width:1199px) {
  .mobileOpen #comNav,
  .mobileOpen #cptFooter,
  .mobileOpen #cptHead,
  .mobileOpen #cptTopBar,
  .mobileOpen #mobileOverlay,
  .mobileOpen.page-template-template-events-php .pgMiddle,
  .mobileOpen.single-communities .pgMiddle {
    -webkit-transform: translate(-70%);
    -ms-transform: translate(-70%);
    transform: translate(-70%);
  }
}

.mobileOpen #mobileNavClose {
  opacity: 1;
}

.single-communities #mobileOverlay {
  width: 100%;
}

#mobileNavClose {
  background: none;
  border: none;
  float: right;
  font-size: 16px;
  line-height: 35px;
  padding: 0 15px;
  background: #014380;
  color: #fff;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity .5s ease-in-out;
  transition: opacity .5s ease-in-out;
}

#mobileNavClose,
#mobileNavClose span {
  display: inline-block;
  vertical-align: top;
}

#mobileNavClose span {
  font-size: 10px;
  margin-left: 10px;
  padding-top: 12px;
}

#cptTopBar {
  height: 35px;
  background-color: #0c64b6;
  overflow: hidden;
}

@media (min-width:768px) and (max-width:991px) {
  #cptTopBar {
    height: 30px;
  }
}

@media (max-width:767px) {
  #cptTopBar {
    display: none;
  }
}

#cptTopBar p {
  float: left;
  background-color: #eaeaea;
  color: #4f4f4f;
  font-size: 15px;
  line-height: 35px;
  padding: 0 20px 0 25px;
  border-radius: 0 12px 12px 0;
  margin-bottom: 0;
}

@media (max-width:1199px) {
  #cptTopBar p {
    display: none;
  }
}

#cptTopBar div {
  float: left;
}

#cptTopBar ul {
  margin: 0;
}

#cptTopBar ul a {
  display: block;
  color: #fff;
  font-size: 16px;
  line-height: 35px;
  text-transform: uppercase;
  text-decoration: none;
}

@media (min-width:768px) and (max-width:991px) {
  #cptTopBar ul a {
    line-height: 30px;
  }
}

#cptTopBar li {
  padding: 0 15px;
  position: relative;
  vertical-align: top;
}

#cptTopBar li:after {
  position: absolute;
  display: block;
  content: "\2022";
  color: #fff;
  top: 0;
  right: -6px;
  line-height: 35px;
}

@media (min-width:768px) and (max-width:991px) {
  #cptTopBar li:after {
    line-height: 30px;
  }
}

#cptTopBar #mobileNavBtn {
  display: block;
  float: left;
  margin: 0;
  padding: 0 15px 0 20px;
  border: none;
  font-size: 16px;
  line-height: 35px;
  color: #fff;
}

@media (min-width:768px) and (max-width:991px) {
  #cptTopBar #mobileNavBtn {
    line-height: 30px;
  }
}

#cptTopBar #mobileNavBtn .bars {
  display: inline-block;
}

#cptTopBar #mobileNavBtn .icon-bar {
  width: 20px;
  margin: 3px 0 0;
  background-color: #fff;
}

.events-category #cptHead,
.single-tribe_events #cptHead {
  border-top: 10px solid #0c64b6;
}

#cptHead {
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 170px;
  z-index: 103;
  border-bottom: 1px solid #dedede;
}

@media (min-width:992px) and (max-width:1199px) {
  #cptHead {
    height: 120px;
  }
}

@media (min-width:768px) and (max-width:991px) {
  #cptHead {
    height: 85px;
  }
}

@media (max-width:767px) {
  #cptHead {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
  }
}

#cptHead .logo {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 30px;
}

#cptHead .logo img {
  max-height: 110px;
}

@media (min-width:992px) and (max-width:1199px) {
  #cptHead .logo {
    padding: 15px;
  }

  #cptHead .logo img {
    max-height: 90px;
  }
}

@media (max-width:1199px) {
  #cptHead .logo {
    padding: 10px;
  }

  #cptHead .logo img {
    max-height: 65px;
  }
}

@media (max-width:767px) {
  #cptHead .logo {
    text-align: center;
    border-bottom: 1px solid #dedede;
  }
}

@media (max-width:479px) {
  #cptHead .logo img {
    max-height: 50px;
  }
}

#cptHead .content {
  border-left: 1px solid #dedede;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width:767px) {
  #cptHead .content {
    border: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

#cptHead .phone {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 50%;
  -moz-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  border-bottom: 1px solid #dedede;
}

@media (max-width:767px) {
  #cptHead .phone {
    border-bottom: none;
  }
}

#cptHead .phone>a {
  font-size: 30px;
  font-weight: 700;
  height: 100%;
  width: 100%;
}

@media (min-width:768px) and (max-width:991px) {
  #cptHead .phone>a {
    font-size: 24px;
  }
}

@media (max-width:767px) {
  #cptHead .phone>a {
    text-align: center;
    font-size: 20px;
    border-bottom: none;
    border-right: 1px solid #dedede;
  }
}

@media (max-width:479px) {
  #cptHead .phone.dir>a {
    font-size: 16px;
    text-align: left;
  }
}

#cptHead .phone.dir>a:after {
  content: "\e114";
  font-family: Glyphicons Halflings;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
  height: 20px;
  width: 20px;
  text-align: center;
  font-size: 13px;
  line-height: 20px;
  position: absolute;
  display: block;
  top: -webkit-calc(50% - 10px);
  top: calc(50% - 10px);
  right: 30px;
}

@media (max-width:479px) {
  #cptHead .phone.dir>a:after {
    right: 15px;
  }
}

#cptHead .phone.dir ul {
  position: absolute;
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  top: -webkit-calc(100% + 1px);
  top: calc(100% + 1px);
  left: 0;
  right: 0;
  background: #fff;
  opacity: 0;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: opacity .35s ease-in-out,-webkit-transform .35s ease-in-out;
  transition: opacity .35s ease-in-out,-webkit-transform .35s ease-in-out;
  transition: opacity .35s ease-in-out,transform .35s ease-in-out;
  transition: opacity .35s ease-in-out,transform .35s ease-in-out,-webkit-transform .35s ease-in-out;
}

#cptHead .phone.dir ul li+li {
  border-top: 1px solid #dedede;
}

#cptHead .phone.dir ul a {
  display: block;
  padding: 15px 30px;
  white-space: normal;
  line-height: 1.2em;
}

@media (max-width:767px) {
  #cptHead .phone.dir ul a {
    padding: 15px;
    text-align: center;
    font-size: 18px;
  }
}

#cptHead .phone.dir:hover ul {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

#cptHead .hcLink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 150px 0 30px;
  text-decoration: none;
}

@media (min-width:768px) and (max-width:991px) {
  #cptHead .hcLink {
    padding: 0 30px 0 15px;
  }
}

@media (max-width:767px) {
  #cptHead .hcLink {
    min-height: 45px;
    padding: 15px;
  }
}

@media (max-width:479px) {
  #cptHead .hcLink {
    padding: 10px 15px;
  }
}

#cptHead .comLink {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 50%;
  -moz-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  font-size: 18px;
  line-height: 1em;
}

@media (min-width:768px) and (max-width:991px) {
  #cptHead .comLink {
    font-size: 16px;
  }

  #cptHead .comLink br {
    display: none;
  }
}

@media (max-width:767px) {
  #cptHead .comLink {
    font-size: 16px;
  }
}

#cptFooter {
  background-color: #efefef;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 50px;
  color: #3f3f3f;
}

@media (max-width:767px) {
  #cptFooter {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    padding: 30px;
  }
}

#cptFooter a {
  color: #3f3f3f;
}

#cptFooter a:hover {
  color: #0c64b6;
}

#cptFooter .contact {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

#cptFooter .contact * {
  margin: 0;
}

#cptFooter .contact h4 {
  color: #0c64b6;
  font-family: minion-pro,serif;
}

#cptFooter .logo {
  display: block;
  width: 250px;
  margin: 0 auto 15px;
}

@media (min-width:768px) {
  #cptFooter .logo {
    display: none;
  }
}

@media (max-width:767px) {
  #cptFooter .name {
    display: none;
  }
}

@media (min-width:768px) {
  #cptFooter .mand {
    text-align: right;
  }
}

@media (max-width:767px) {
  #cptFooter .mand {
    margin-top: 35px;
  }
}

#cptFooter .copywrite {
  display: block;
  clear: both;
  margin: 0;
}

#cptFooter .list-inline {
  margin: 0 -3px 0 0;
}

#cptFooter .list-inline li+li {
  position: relative;
}

#cptFooter .list-inline li+li:before {
  content: "|";
  position: absolute;
  display: block;
  top: -1px;
  left: -8px;
}

#cptFooter .list-inline a {
  text-decoration: underline;
}

#cptMand {
  padding: 0 3px 5px 0;
}

#cptMand>* {
  vertical-align: top;
  display: inline-block;
}

#cptMand>*+* {
  margin-left: 5px;
}

#cptMand a {
  text-decoration: none;
}

#cptMand a img {
  display: block;
}

#cptMand img {
  height: 50px;
}

#cptMand:after {
  content: "";
  display: table;
  clear: both;
}

#cptContact {
  position: fixed;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 70px 50px 50px;
  background-color: #0c64b6;
  color: #fff;
  width: 570px;
  z-index: -2;
  -webkit-transition: z-index .01s;
  transition: z-index .01s;
  -webkit-transition-delay: .7s;
  transition-delay: .7s;
  overflow: auto;
}

@media (max-width:1199px) {
  #cptContact {
    width: 70%;
  }
}

@media (max-width:767px) {
  #cptContact {
    padding: 50px 30px 30px;
  }
}

@media (max-width:479px) {
  #cptContact {
    padding: 30px 15px;
  }
}

#cptContact .content {
  margin: 0 0 50px;
}

@media (max-width:767px) {
  #cptContact .content {
    margin-bottom: 25px;
  }
}

#cptContact .content * {
  color: #fff;
}

#cptContact .content h3 {
  font-size: 4.5rem;
}

@media (max-width:1199px) {
  #cptContact .content h3 {
    font-size: -webkit-calc(2rem + 1.2vw);
    font-size: calc(2rem + 1.2vw);
  }
}

#cptContact .gform_wrapper {
  margin-bottom: 50px;
}

@media (max-width:767px) {
  #cptContact .gform_wrapper {
    margin-bottom: 30px;
  }
}

#cptContact .gform_button {
  background-color: #222;
  border-color: #222;
}

#cptContact .gform_button:hover {
  background-color: rgba(34,34,34,0);
}

.admin-bar #cptContact {
  top: 32px;
}

.contactOpen #cptContact {
  -webkit-transition: none;
  transition: none;
  z-index: 1;
}

#cptFeatured {
  position: relative;
  display: block;
  margin: 0 -15px;
}

#cptFeatured:after,
#cptFeatured:before {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  height: 30%;
  background: -webkit-gradient(linear,left bottom,left top,from(#fff),to(hsla(0,0%,100%,0)));
  background: -webkit-linear-gradient(bottom,#fff,hsla(0,0%,100%,0));
  background: linear-gradient(0deg,#fff,hsla(0,0%,100%,0));
}

#cptFeatured:after {
  height: 10%;
  opacity: .5;
}

#comNav,
#cptFeatured img {
  width: 100%;
}

#comNav {
  position: relative;
  display: block;
  top: 0;
  left: 0;
  height: 70px;
  text-align: center;
  background-color: #163a5c;
  z-index: 100;
  border-bottom: 1px solid #a2b0be;
}

#comNav ul {
  height: 70px;
  padding: 15px;
}

#comNav li {
  float: none;
  display: inline-block;
}

#comNav li.active a {
  border-color: #0c64b6;
}

@media (min-width:1200px) {
  #comNav a {
    display: block;
    font-size: 16px;
    line-height: 20px;
    padding: 8px 25px;
    background-color: #163a5c;
    border: 2px solid #163a5c;
    border-radius: 20px;
    color: #fff;
    text-transform: uppercase;
  }

  #comNav a:hover {
    background-color: #0c64b6;
    border-color: #0c64b6;
  }
}

@media (min-width:992px) and (max-width:1199px) {
  #comNav a {
    font-size: 15px;
    padding: 8px 15px;
  }
}

#comNav button {
  position: relative;
  text-align: left;
  background-color: #0c64b6;
  border-color: #0c64b6;
  z-index: 1;
  min-width: 100%;
}

@media (min-width:1200px) {
  #comNav button {
    display: none;
  }
}

#comNav.fixed {
  position: fixed;
}

#comNav.fixed+.pgMiddle {
  padding-top: 70px;
}

@media (max-width:1199px) {
  #comNav {
    height: 50px;
  }

  #comNav div {
    position: relative;
    display: inline-block;
    margin: 0 auto;
    padding: 10px 0 0;
    text-align: left;
  }

  #comNav button {
    display: block;
    font-size: 16px;
    line-height: 20px;
    padding: 3px 15px;
    background-color: #0c64b6;
    border: 2px solid #0c64b6;
    border-radius: 15px;
    color: #fff;
    text-transform: uppercase;
  }

  #comNav button span {
    display: inline-block;
    margin-left: 10px;
  }

  #comNav button:hover {
    background-color: #0c64b6;
    border-color: #0c64b6;
  }

  #comNav.active ul {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  #comNav ul {
    position: absolute;
    display: block;
    top: 25px;
    left: 0;
    padding: 15px 0 5px;
    min-width: 100%;
    background-color: #0c64b6;
    height: auto;
    border-radius: 0 0 15px 15px;
    opacity: 0;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    box-shadow: 0 0 10px rgba(0,0,0,.5);
    -webkit-transition: opacity .5s ease-in-out,-webkit-transform .5s ease-in-out;
    transition: opacity .5s ease-in-out,-webkit-transform .5s ease-in-out;
    transition: opacity .5s ease-in-out,transform .5s ease-in-out;
    transition: opacity .5s ease-in-out,transform .5s ease-in-out,-webkit-transform .5s ease-in-out;
  }

  #comNav li {
    position: relative;
    display: block;
  }

  #comNav li:before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 10px;
    right: 10px;
    height: 1px;
    background-color: hsla(0,0%,100%,.2);
  }

  #comNav li.active a {
    color: #e7b500;
  }

  #comNav a {
    font-size: 16px;
    padding: 0 15px;
    color: #fff;
    background-color: transparent;
  }

  #comNav.fixed+.pgMiddle {
    padding-top: 50px;
  }
}

.contactOpen #comNav li.slide-contact a {
  border-color: #0c64b6;
}

#siteHeader,
#topBar {
  margin-bottom: 0;
}

.pgMiddle {
  position: relative;
  overflow: hidden;
}

.navbar-text {
  margin-top: 10px;
  margin-bottom: 10px;
}

.gallery-popup,
.type_floorplans,
.type_img-pop,
.type_page,
.type_video,
figure.video .popup-video {
  position: relative;
}

.gallery-popup:after,
.type_floorplans:after,
.type_img-pop:after,
.type_page:after,
.type_video:after,
figure.video .popup-video:after {
  content: "\e072";
  font-family: Glyphicons Halflings;
  position: absolute;
  top: 20px;
  right: 20px;
  height: 60px;
  width: 60px;
  border: 3px solid #fff;
  background-color: rgba(0,0,0,.5);
  line-height: 53px;
  text-align: center;
  color: #fff;
  font-size: 30px;
  border-radius: 50%;
  opacity: .4;
}

@media (min-width:992px) {
  .gallery-popup:hover:after,
  .type_floorplans:hover:after,
  .type_img-pop:hover:after,
  .type_page:hover:after,
  .type_video:hover:after,
  figure.video .popup-video:hover:after {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    opacity: .8;
  }
}

@media (max-width:991px) {
  .gallery-popup:after,
  .type_floorplans:after,
  .type_img-pop:after,
  .type_page:after,
  .type_video:after,
  figure.video .popup-video:after {
    height: 50px;
    width: 50px;
    line-height: 46px;
    font-size: 22px;
  }
}

.type_video:after {
  content: "\e072";
  text-indent: 3px;
}

.gallery-popup:after {
  content: "\e060";
}

.popup-video.type_floorplans:after,
.type_img-pop:after {
  content: "\e140";
}

.type_floorplans:after {
  content: "\e164";
}

.type_page:after {
  content: "\e144";
}

.mfp-wrap.mfp-external .mfp-iframe-holder .mfp-content {
  width: 90%;
  max-width: 1200px;
}

.mfp-wrap.mfp-external .mfp-iframe-holder .mfp-content .popup-external-wrap {
  padding-top: 70%;
}

@media (max-width:479px) {
  .mfp-wrap.mfp-external .mfp-iframe-holder .mfp-content .popup-external-wrap {
    padding-top: 150%;
  }
}