.brand {
  display: block;
  background: url("../images/logo.svg") center/contain no-repeat;
}

.ph {
  background-color: white;
}
.ph .social ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.ph .social ul li {
  position: relative;
}
.ph .social ul li::before {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  top: 0;
  left: 12px;
  width: 30px;
  height: 30px;
  background-color: #385db7;
  color: white;
  line-height: 30px;
}
.ph .social ul li:hover::before {
  background-color: #319dd2;
}
.ph .social ul a {
  text-indent: -9999px;
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-left: 12px;
}
.ph .social ul a::before, .ph .social ul a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
}
.ph .social ul a::before {
  border-top: 30px solid #385db7;
  border-left: 12px inset transparent;
  left: -12px;
}
.ph .social ul a::after {
  border-bottom: 30px solid #385db7;
  border-right: 12px inset transparent;
  right: -12px;
}
.ph .social ul a:hover::before {
  border-top-color: #319dd2;
}
.ph .social ul a:hover::after {
  border-bottom-color: #319dd2;
}

.pn form {
  position: absolute;
  z-index: 9;
  top: 0;
  overflow: hidden;
}
.pn form input[type="submit"] {
  width: 0;
  height: 0;
}
.pn form input[type="text"] {
  vertical-align: top;
  width: 100%;
  text-indent: 10px;
  color: #385db7;
  font-size: 15px;
}

@media only screen and (max-width: 767px) {
  body {
    padding-top: 48px;
  }
  body::before {
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    content: "";
    display: block;
    position: fixed;
    z-index: 9;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
  }
  body.show-menu {
    overflow-y: hidden;
  }
  body.show-menu::before {
    right: 0;
    bottom: 0;
  }
  body.show-menu .pn {
    left: 0;
  }

  .brand {
    position: fixed;
    left: 48px;
    height: 38px;
    top: 5px;
    width: 68px;
  }

  .ph {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    height: 48px;
  }
  .ph .social {
    position: relative;
    height: 0;
    left: 0;
  }
  .ph .social ul {
    height: 0;
  }
  .ph .sub-menu {
    height: 0;
    overflow: hidden;
    font-size: 17px;
  }
  .ph .sub-menu li {
    padding: 10px 20px;
  }
  .ph .sub-menu li:first-child {
    padding-top: 20px;
  }
  .ph .sub-menu a {
    display: block;
  }

  .pn > ul {
    color: #333;
    font-weight: 300;
    line-height: 18px;
  }
  .pn > ul a:hover {
    color: #385db7;
  }
  .pn > ul .current-post-ancestor > a,
  .pn > ul .current-menu-parent > a,
  .pn > ul .current-menu-item > a {
    font-weight: 500;
    color: #319dd2;
  }
  .pn > ul > li {
    border-bottom: 1px solid #f5f5f5;
    padding: 15px 20px;
  }
  .pn > ul > li > a {
    display: inline-block;
    margin-right: 12px;
    font-size: 18px;
  }

  .pn {
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: fixed;
    top: 48px;
    left: -260px;
    width: 260px;
    height: 100vh;
    overflow-y: scroll;
    background-color: white;
    padding-top: 48px;
  }
  .pn form {
    height: 48px;
    left: 0;
    right: 0;
  }
  .pn form input[type="text"] {
    background-color: #f3f3f3;
    height: 48px;
    font-weight: 300;
    font-size: 18px;
    line-height: 48px;
    text-indent: 20px;
  }

  .genericon-expand {
    width: 20px;
    height: 20px;
    font-size: 18px;
    line-height: 20px;
    background-color: white;
  }

  .genericon-menu {
    background-color: white;
    color: #385db7;
    width: 48px;
    height: 48px;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 48px;
  }

  .genericon-search {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .brand {
    width: 110px;
    height: 65px;
    margin: -15px 12px -15px 0;
  }

  .ph {
    padding-bottom: 30px;
  }
  .ph .sub-menu {
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    height: 0;
    overflow: hidden;
    position: absolute;
    z-index: 10;
    top: 100%;
    left: 0;
    width: 170px;
    background-color: white;
    text-transform: none;
    font-weight: normal;
    line-height: 20px;
    text-transform: none;
  }
  .ph .sub-menu li {
    text-align: left;
  }
  .ph .sub-menu a {
    display: block;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .ph .sub-menu a:hover {
    background-color: #385db7;
    color: white;
  }

  .pn {
    position: relative;
    top:15px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    text-transform: uppercase;
    color: #385db7;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 991px) {
  .pn {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) {
  .pn .current-post-ancestor > a,
  .pn .current-menu-parent > a,
  .pn .current-menu-item > a {
    color: #319dd2;
  }
  .pn form {
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    right: 12px;
    width: 0;
    height: 30px;
  }
  .show-search .pn form {
    width: 60%;
  }
  .pn form input[type="text"] {
    background-color: #eaeef7;
    height: 30px;
    line-height: 30px;
  }
  .pn > ul {
    -webkit-flex: 1;
    flex: 1;
    display: -webkit-flex;
    display: flex;
  }
  .pn > ul > li {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    text-align: center;
    position: relative;
    max-width: 170px;
  }
  .pn > ul > li > a {
    position: relative;
    z-index: 2;
    background-color: white;
  }
  .pn > ul > li:hover {
    -moz-box-shadow: rgba(0, 0, 0, 0.1) 1px -1px 1px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 1px -1px 1px;
    box-shadow: rgba(0, 0, 0, 0.1) 1px -1px 1px;
  }
  .pn > ul > li:hover .sub-menu {
    -moz-box-shadow: rgba(0, 0, 0, 0.2) 1px 3px 3px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 1px 3px 3px;
    box-shadow: rgba(0, 0, 0, 0.2) 1px 3px 3px;
    height: auto;
    overflow: visible;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .genericon-expand,
  .genericon-menu {
    display: none;
  }

  .genericon-search {
    font-weight: bold;
    line-height: 30px;
    width: 24px;
    margin-right: -12px;
  }
  .show-search .genericon-search {
    background-color: #385db7;
    color: white;
  }
}
@media only screen and (min-width: 992px) {
  .brand {
    margin-right: 24px;
  }
  .pn .genericon-search,
  #menu-header > li > a {
    font-size:18px;
  }
}
.slick-dots {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  height: 8px;
}
.slick-dots li {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  background-color: #a6a6a6;
  width: 8px;
  height: 8px;
  margin-left: 4px;
  margin-right: 4px;
  cursor: pointer;
}
.slick-dots li.slick-active {
  background-color: #385db7;
}
.slick-dots button {
  font-size: 0;
  background-color: transparent;
}

.slick-arrow {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: absolute;
  z-index: 1;
  cursor: pointer;
  top: 0;
  bottom: 0;
  font-size: 0;
  background-color: transparent;
}
.slick-arrow::before {
  display: block;
  width: 30px;
  height: 30px;
  font: 30px/30px "Genericons";
  content: "\f431";
  color: rgba(255, 255, 255, 0.5);
}
@media only screen and (min-width: 768px) {
  .slick-arrow::before {
    width: 60px;
    height: 60px;
    font-size: 60px;
    line-height: 60px;
  }
}

.slick-prev {
  left: 0;
}
.slick-prev::before {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.slick-next {
  right: 0;
}
.slick-next::before {
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.hero figure {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .hero figure {
    overflow: hidden;
    height: 260px;
  }
  .hero figure img {
    height: 100%;
    width: auto;
    max-width: inherit;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
.hero figcaption {
  position: absolute;
  bottom: 60px;
  left: 0;
  right: 0;
}
.hero figcaption p {
  display: inline-block;
  color: white;
  padding-left: 12px;
  padding-right: 12px;
}
.hero figcaption .c1 p {
  background-color: rgba(49, 157, 210, 0.9);
  font-family: "Ernest and Emily";
  letter-spacing: 1px;
  font-size: 24px;
  line-height: 24px;
}
.hero figcaption .c2 p {
  background-color: #385db7;
  font-weight: 300;
  text-transform: uppercase;
}

.hero figcaption .c1,
.hero figcaption .c2 {
  display: inline-block;
  position: relative;
}
.hero figcaption .c1 .deco-left,
.hero figcaption .c1 .deco-right,
.hero figcaption .c2 .deco-left,
.hero figcaption .c2 .deco-right {
  display:block;
  position:absolute;
  top:0;
}
.hero figcaption .c1 .deco-left {
  left: -14px;
  border-top: 24px solid rgba(49, 157, 210, 0.9);
  border-left: 14px inset transparent;
}
.hero figcaption .c1 .deco-right {
  right: -14px;
  border-bottom: 24px solid rgba(49, 157, 210, 0.9);
  border-right: 14px inset transparent;
}
.hero figcaption .c2 .deco-left {
  left: -7px;
  border-bottom: 20px solid #385db7;
  border-left: 7px inset transparent;
}
.hero figcaption .c2 .deco-right {
  right: -7px;
  border-top: 20px solid #385db7;
  border-right: 7px inset transparent;
}

@media only screen and (min-width: 768px) {
  .hero figcaption p {
    padding-left: 50px;
    padding-right: 50px;
  }
  .hero figcaption .c1 p {
    min-height: 45px;
    font-size: 32px;
    line-height: 45px;
  }
  .hero figcaption .c2 p {
    min-height: 42px;
    font-size: 18px;
    line-height: 42px;
  }
  .hero figcaption .c1 .deco-left {
    left: -28px;
    border-top-width: 45px;
    border-left-width: 28px;
  }
  .hero figcaption .c1 .deco-right {
    right: -28px;
    border-bottom-width: 45px;
    border-right-width: 28px;
  }
  .hero figcaption .c2 .deco-left {
    left: -14px;
    border-bottom-width: 42px;
    border-left-width: 14px;
  }
  .hero figcaption .c2 .deco-right {
    right: -14px;
    border-top-width: 42px;
    border-right-width: 14px;
  }
}

.tier {
  padding-top: 30px;
  padding-bottom: 40px;
}

div.category {
  font-weight: bold;
  font-size: 25px;
  line-height: 25px;
  text-transform: uppercase;
  color: #385db7;
  padding-bottom: 20px;
}
div.category a.more {
  font-weight: 500;
  font-size: 15px;
}
div.category a.more:hover {
  color: #319dd2;
}

time {
  display: block;
  font-size: 0.8125rem;
  line-height: 1.3;
  color: #777;
  margin-bottom:10px;
}
.tier0 summary {
  max-height:80px;
  overflow:hidden;
}
.tier0 figure,
.tier1 figure {
  margin-bottom: 10px;
}
.tier0 h3,
.tier1 h3 {
  margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .tier1 article {
    margin-bottom: 24px;
  }
  .hero figcaption .c1 p span {
    display:block;
  }
}
.tier0 .inner {
  padding-top:30px;
  padding-bottom:30px;
}
.feature-highlight {
  background-color:#4c9ecd;
  /*background:url(../images/deco.svg) center top / contain no-repeat;*/
  color:white;
  height:100%;
}
.feature-highlight h3 {
  font-weight:bold;
}
.feature-highlight h3 a:hover {
  color:rgba(255,255,255,.8);
}
.feature-highlight h3,
.feature-highlight time,
.feature-highlight div.category {
  color:inherit;
}
.feature-highlight .category,
.feature-highlight .info {
  padding-left:20px;
  padding-right:20px;
}
@media only screen and (min-width: 768px) {
  .feature-highlight .category,
  .feature-highlight .info {
    padding-left:40px;
    padding-right:40px;
  }
  .feature-highlight .category,
  .feature-highlight article {
    position:relative;
    z-index:1;
  }
  .feature-highlight{
    position:relative;
  }
  .feature-highlight .deco {
    position:absolute;
    height:100%;
  }
  .feature-highlight .deco-left {
    top:0;
    left:0;
    border-left: 30px solid white;
    border-bottom: 510px inset transparent;
  }
  .feature-highlight .deco-right {
    bottom:0;
    right:0;
    border-right: 30px solid white;
    border-top: 510px inset transparent;
  }
}

.feature-highlight2 {
  height:100%;
  padding-top:30px;
  padding-bottom:50px;
}
.feature-highlight2 h3 {
  font-weight:bold;
  margin-bottom:8px;
}
.feature-highlight2 figure {
  margin-bottom:20px;
}
.feature-highlight2{
  background-color:#edf5fa;
  position:relative;
  padding-left:70px;
  margin-left:-70px;
}
.feature-highlight2 article {
  position:relative;
  z-index:1;
}
.feature-highlight2 .deco {
  position:absolute;
  top:0;
}
.feature-highlight2 .deco-left {
  left:0;
  border-left: 30px solid white;
  border-top: 497px inset transparent;
}
.feature-highlight2 .deco-right {
  right:30px;
  border-right: 30px solid white;
  border-bottom: 497px inset transparent;
}
.feature-highlight2 .deco-right2 {
  right:0px;
  width:30px;
  height:497px;
  background-color:white;
}
@media only screen and (min-width: 768px) {  
  .feature-highlight2{
    border-right:1px solid #e0e0e0;
    padding-right:30px;
  }
  .feature-highlight2 .deco-right {
    right:50px;
  }
  .feature-highlight2 .deco-right2 {
    width:50px;
  }
}
.am-connect {
  padding-top:30px;
  padding-bottom:40px;
}
.am-connect figure {
  margin-bottom:18px;
}
.am-connect h3 {
  font-weight:bold;
  margin-bottom:13px;
}
.am-connect time {
  font-size:15px;
  color:#90a8da;
}
#menu-am-connect {
  color:#3a5fb8;
  font-size:16px;
  line-height:21px;
}
#menu-am-connect li {
  margin-top:20px;
}
#menu-am-connect li:first-child {
  margin-top:0;
}
#menu-am-connect a {
  display:flex;
  align-items:center;
}
#menu-am-connect a:hover {
  color:black;
}
#menu-am-connect .icon a::before {
  flex:none;
  content:"";
  vertical-align:middle;
  width:47px;
  height:33px;
  background:url(../images/sprite-icons.png) 0 0 / 47px no-repeat;
  margin-right:25px;
}
#menu-am-connect .icon-2 a::before {
  background-position:0 -62px;
  height:39px;
}
#menu-am-connect .icon-3 a::before {
  background-position:0 -129px;
  height:39px;
}
#menu-am-connect .icon-4 a::before {
  background-position:0 -190px;
  height:40px;
}
#menu-am-connect .icon-5 a::before {
  background-position:0 -253px;
  height:32px;
}
#menu-am-connect .icon-6 a::before {
  background-position:0 -317px;
  height:35px;
}
@media (max-width: 575px) {
  #menu-am-connect {
    padding-top:30px;
  }
  .am-connect .col-xs-6 {
    width:100%!important;
  }
}
@media (min-width: 576px) {
  .am-connect article {
    padding-right:20px;
  }
}

.tier2 {
  background-color: #eaeef7;
  overflow: hidden;
}
.tier2 .sl-r {
  background-color: #385db7;
  -webkit-clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
  clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
}
.tier2 .sl-r img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=78);
  opacity: 0.78;
}
.tier2 .sl-r1 {
  position: absolute;
  left: 0;
  transform: translateX(-85%);
  top: -40px;
  bottom: -40px;
  width: 150%;
}
.tier2 .sl-r1 img {
  height: 100%;
  width: auto;
  max-width: inherit;
}
.tier2 .sl-r2 {
  position: absolute;
  top: 0;
  right: -30px;
  height: 214px;
}
.tier2 .sl-r2 img {
  height: 100%;
  width: auto;
  max-width: inherit;
}
.tier2 .col-md-4 {
  position: relative;
}
.tier2 .col-md-4::before {
  content: "";
  display: block;
  background-color: white;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 12px;
  right: 12px;
  bottom: 0;
}
.tier2 article {
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding: 20px;
}
.tier2 article .category {
  position: relative;
  z-index: 1;
}
.tier2 article figure {
  margin-bottom: 15px;
}
.tier2 article summary {
  margin-top: 161px;
  margin-bottom: 10px;
}
.tier2 article h3 {
  font-size: 1.25rem;
  line-height: 1.2;
  z-index: 2;
  margin-bottom: 5px;
}
.tier2 article time {
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 300;
  color: #6889cd;
}
.tier2 article .more {
  color: #6889cd;
  font-size: 0.6875rem;
  font-weight: 600;
  text-transform: uppercase;
}
.tier2 article .byline {
  color: #6889cd;
  font-weight: 300;
}
.tier2 article a:hover {
  color: #2c5cbd;
}
@media only screen and (max-width: 767px) {
  .feature-highlight {
    margin-bottom:30px;
  }
  .tier2 article {
    margin-bottom: 24px;
  }
}

@font-face {
    font-family: 'tiny_love_scriptregular';
    font-display: auto;
    src: local('tiny_love_scriptregular'),
        url('../fonts/tiny_love_script-webfont.woff2') format('woff2'),
        url('../fonts/tiny_love_script-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
  font-family: 'Ernest and Emily';
  src: url("../fonts/nicky_laatz__-_ernest_and_emily-webfont.woff2?1") format("woff2"), 
  url("../fonts/nicky_laatz__-_ernest_and_emily-webfont.woff?1") format("woff");
  font-weight: normal;
  font-style: normal;
}
.bg {
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  position:relative;
  overflow:hidden;
}
.bg .post-edit-link {
  position:absolute;
  bottom:0;
  left:50%;
  transform:translateX(-50%);
}
.bg.am-academy {
  min-height:500px;
  padding-top:60px;
  padding-bottom:30px;
}
.bg.am-academy h1 {
  font-weight:bold;
  font-size:25px;
  line-height:25px;
  text-transform:uppercase;
  margin-bottom:6px;
}
.bg.am-academy h3 {
  font:24px/24px "tiny_love_scriptregular";
  margin-bottom:6px;
}
.bg.am-academy h3 small {
  font-size:12px;
  opacity:0.5;
}
.bg.am-academy p {
  color:black;
  font-weight:300;
  font-size:14px;
  max-width:680px;
  margin:20px auto;
}
.bg.am-academy a {
  font-size:11.5px;
  height:20px;
  text-transform:uppercase;
  margin-left:10px;
}
/* deco elements */
.deco-text {
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  position:relative;
}
.deco-text > span {
  display:block;
  position:absolute;
}
.bg.am-academy h1,
.bg.am-academy h3,
.bg.am-academy p a {
  display:inline-block;
}
h1 .deco-text {
  background-color:#3d6bc7;
  color:white;
  min-height:44px;
  padding-left:17px;
  padding-right:15px;
  z-index:1;
  padding-top:12px;
}
h1 .deco-left {
  border-bottom:22px solid #3d6bc7;
  border-right:6px solid #3d6bc7;
  border-left:5px inset transparent;
  border-top:22px inset transparent;
  top:0;
  left:-11px;
}
h1 .deco-right {
  border-bottom:28px solid #3d6bc7;
  border-left:13px solid #3d6bc7;
  border-right:13px inset transparent;
  border-top:28px inset transparent;
  top:-4px;
  right:-26px;
}
h1 .deco-top {
  border-right:247px solid #3d6bc7;
  border-bottom:2px solid #3d6bc7;
  border-top:2px inset transparent;
  border-left:247px inset transparent;
  top:-4px;
  left:0;
}
h1 .deco-bottom {
  border-right:247px solid #3d6bc7;
  border-top:4px solid #3d6bc7;
  border-bottom:4px inset transparent;
  border-left:247px inset transparent;
  bottom:-8px;
  left:0;
}
h3 .deco-text {
  color:white;
  background-color: #5899c7;
  min-height:30px;
  padding-top:6px;
}
h3 .deco-left {
  border-top:20px solid #5899c7;
  border-right:10px solid #5899c7;
  border-left:10px inset transparent;
  border-bottom:20px inset transparent;
  top:-3px;
  left:-20px;
}
h3 .deco-right {
  border-left:17px solid #5899c7;
  border-bottom:18px solid #5899c7;
  border-top:18px inset transparent;
  border-right:16px inset transparent;
  right:-33px;
  top:-6px;
}
h3 .deco-top {
  border-right:435px solid #5899c7;
  border-bottom:3px solid #5899c7;
  border-top:3px inset transparent;
  border-left:43435px4px inset transparent;
  top:-6px;
  left:0;
  right:0;
}
h3 .deco-bottom {
  border-left:435px solid #5899c7;
  border-top:3px solid #5899c7;
  border-bottom:3px inset transparent;
  border-right:435px inset transparent;
  bottom:-6px;
  left:0;
  right:0;
}
p .deco-text {
  background-color:#d8da73;
  padding-left:5px;
}
p .deco-left {
  left:-2px;
  top:0;
  border-top:10px inset transparent;
  border-bottom:10px solid #d8da73;
  border-right:1px solid #d8da73;
  border-left:1px inset transparent;
}
p .deco-right {
  right:-8px;
  top:-4px;
  border-left:4px solid #d8da73;
  border-bottom:12px solid #d8da73;
  border-top:12px inset transparent;
  border-right:4px inset transparent;
}
p .deco-top {
  content:"";
  display:block;
  position:absolute;
  left:0;
  top:-3px;
  border-top:1px solid transparent;
  border-bottom:2px solid #d8da73;
  border-right:37px solid #d8da73;
  border-left:38px solid transparent;
}
@media (min-width: 768px) {
  h1 .deco-text {
    padding-left:34px;
    padding-right:30px;
  }
}
/* bible verse */
.bg.bible-verse {
  color: white;
  font: 26.28px/39px "Ernest and Emily";
  letter-spacing: 1px;
}
.bg.bible-verse small {
  font-size: 21.9px;
}
.bg.bible-verse  p {
  margin-bottom: 20px;
}
#tabs li {
  height:48px;
}
#tabs nav {
  background-color: #385db7;
  color: white;
  text-transform: uppercase;
}
#tabs nav a {
  -moz-transition: all 0s ease;
  -o-transition: all 0s ease;
  -webkit-transition: all 0s ease;
  transition: all 0s ease;
  display: flex;
  flex-direction:column;
  justify-content:center;
  height:100%;
  position: relative;
  padding-left: 12px;
  padding-right: 12px;
}
#tabs nav a::before, #tabs nav a::after {
  -moz-transition: all 0s ease;
  -o-transition: all 0s ease;
  -webkit-transition: all 0s ease;
  transition: all 0s ease;
  content: "";
  display: block;
  position: absolute;
  top: 0;
}
#tabs nav a::before {
  left: 0;
  border-left: 12px solid transparent;
  border-top: 48px inset transparent;
}
#tabs nav a::after {
  right: 0;
  border-right: 12px solid transparent;
  border-bottom: 48px inset transparent;
}
#tabs nav .ui-tabs-active,
#tabs nav .ui-state-active {
  font-weight: bold;
}
#tabs nav .ui-tabs-active a,
#tabs nav .ui-state-active a {
  background-color: white;
  color: #385db7;
}
#tabs nav .ui-tabs-active a::before,
#tabs nav .ui-state-active a::before {
  border-left-color: #385db7;
}
#tabs nav .ui-tabs-active a::after,
#tabs nav .ui-state-active a::after {
  border-right-color: #385db7;
}
#tabs figure {
  float: left;
  margin-right: 24px;
  position:relative;
  margin-bottom:12px;
}
#tabs figure figcaption {
  text-align: left;
  background-color: rgba(0, 0, 0, 0.4);
  color: white;
  padding: 16px;
  font-size: 14px;
  line-height: 1.14285714;
  font-style: italic;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
#tabs figure img {
  width:auto;
}
@media only screen and (min-width: 768px) {
  #tabs li {
    height:88px;
  }
  #tabs nav {
    font-size: 20px;
  }
  #tabs nav a {
    padding-left: 40px;
    padding-right: 40px;
  }
  #tabs nav a::before {
    border-left-width: 40px;
    border-top-width: 88px;
  }
  #tabs nav a::after {
    border-right-width: 40px;
    border-bottom-width: 88px;
  }
}
#tabs article {
  font-weight: 500;
  color: #385db7;
}
@media only screen and (max-width: 767px) {
  #tabs article {
    margin-bottom: 24px;
  }
}
#tabs article .image {
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  #tabs article .image {
    margin-bottom: 20px;
  }
}
#tabs figcaption {
  font-size: 15px;
}
#tabs p {
  text-align: left;
  margin-bottom: 20px;
}
#get-involved article {
  margin-bottom:40px;
}
#get-involved .image {
  width:169px;
  height:169px;
  overflow: hidden;
  margin-left:auto;
  margin-right:auto;
  position:relative;
  border-radius:50%;
}#get-involved .image img {
  position:absolute;
  top:0;
  left:50%;
  transform:translateX(-50%);
  height:100%;
  width:auto;
  max-width:inherit;
}
.events li {
  margin-bottom: 50px;
}
.events h3 {
  margin-bottom: 10px;
}
.events p {
  font-size: 13px;
  line-height: 13px;
  max-height: 13px;
  overflow: hidden;
}
.events .fn {
  position: relative;
  background-color: #385db7;
  color: white;
  padding-right: 35px;
  padding-left: 15px;
  font-size: 15px;
  line-height: 15px;
  margin-right: 18px;
  height: 68px;
  text-transform: uppercase;
}
.events .fn span {
  display: block;
  font-size: 30px;
  line-height: 30px;
}
.events .fn::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  border-right: 30px solid white;
  border-top: 68px inset transparent;
}

section.full.elementor-section.elementor-section-boxed>.elementor-container {
  max-width:inherit;
}
section.full .elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated {
  padding:0;
}
.parallax {
  height: 380px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: black;
  background-attachment: fixed;
  color: white;
  position: relative;
}
.parallax::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
.parallax .container-fluid {
  position: relative;
}
.parallax .title {
  font-weight: bold;
  font-size: 35px;
  line-height: 1.3333333333333333;
  margin-bottom: 24px;
}
.parallax .caption {
  font-size: 24px;
  line-height: 1.3333333333333333;
}
@media only screen and (min-width: 768px) {
  .parallax {
    height: 520px;
  }
}
.content h1 {
  margin-bottom: 24px;
}
@media (min-width:576px) {
  .content h1 {
    display: inline-block;
    text-transform: uppercase;
    background-color: #385db7;
    color: white;
    padding: 0 24px;
    position: relative;
    margin-bottom: 24px;
    line-height: 60px;
    margin-left: 30px;
    margin-right: 30px;
  }
  .content h1::before, .content h1::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
  }
  .content h1::before {
    left: -30px;
    border-bottom: 60px solid #385db7;
    border-left: 30px inset transparent;
  }
  .content h1::after {
    right: -30px;
    border-top: 60px solid #385db7;
    border-right: 30px inset transparent;
  }
}
.content p {
  margin-bottom: 24px;
}
.content p.highlight {
  text-indent: 0;
}
.content form p {
  text-indent: 0;
}
.content h2 {
  margin-bottom: 12px;
}
.content ol {
  margin-left: 24px;
  margin-bottom: 12px;
}
.content ol li {
  list-style: decimal;
  margin-bottom: 12px;
}
.content ul {
  margin-bottom: 12px;
}
.content ul li {
  list-style: disc;
  margin-bottom: 12px;
  margin-left: 24px;
}
.content a {
  color: #319dd2;
}
.content a:hover {
  color: #385db7;
}
.content figure {
  background-color: #f3f3f3;
  position: relative;
  margin-bottom: 24px;
  text-align: center;
}
.content figure img {
  width: auto;
}
@media only screen and (min-width: 600px) {
  .content figure {
    display: inline-block;
    float: right;
    max-width: 50%;
    margin-left: 24px;
  }
}
.content figcaption {
  text-align: left;
  background-color: rgba(0, 0, 0, 0.4);
  color: white;
  padding: 16px;
  font-size: 14px;
  line-height: 1.14285714;
  font-style: italic;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.regions .region {
  margin-bottom: 24px;
}
@media (min-width: 400px) {
  .regions ul {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
}
@media only screen and (min-width: 768px) {
  .regions ul {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
  }
}

main form input,
main form select,
main form textarea {
  background-color: #f3f3f3;
  width: 100%;
  margin-bottom: 24px;
  font-size: 15px;
  color: #385db7;
}
main form input, main form select {
  height: 40px;
  text-indent: 10px;
}
main form textarea {
  padding: 10px;
}
main form label {
  display: block;
  color: #999;
  margin-bottom: 5px;
}
main form input[type="submit"],
main form button {
  width: auto;
  text-indent: 0;
  background-color: #385db7;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 15px;
  height: 40px;
  cursor: pointer;
}
main form input[type="submit"]:hover,
main form button:hover {
  background-color: #319dd2;
}

.tags {
  text-transform: uppercase;
}
.tags h1 {
  margin-bottom: 24px;
}
.tags ul {
  margin-bottom: 12px;
}
.tags li {
  display: inline-block;
  font-weight: 500;
  font-size: 12px;
  line-height: 30px;
  color: #385db7;
  letter-spacing: .5px;
  padding-left: 5px;
  padding-bottom: 12px;
}
.tags li a {
  display: block;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  padding-left: 15px;
  padding-right: 15px;
}
.tags li a:hover {
  background-color: #385db7;
  color: white;
}
.tags li.active a {
  background-color: #f3f3f3;
}
.tags li.active a:hover {
  color: #385db7;
}

.news label {
  text-transform: uppercase;
  display: inline-block;
  font-weight: 500;
  font-size: 12px;
  line-height: 30px;
  letter-spacing: .5px;
  margin-bottom: 10px;
}
.news label span,
.news label a {
  background-color: rgba(49, 157, 210, 0.9);
  color: white;
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  margin-right: 12px;
}
.news label span::after,
.news label a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -12px;
  border-top: 30px solid rgba(49, 157, 210, 0.9);
  border-right: 12px inset transparent;
}
.news label span:nth-of-type(n+2)::before,
.news label a:nth-of-type(n+2)::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -12px;
  border-bottom: 30px solid rgba(49, 157, 210, 0.9);
  border-left: 12px inset transparent;
}
.news label span:nth-of-type(n+2):hover::before,
.news label a:nth-of-type(n+2):hover::before {
  border-bottom-color: #319dd2;
}
.news label a:hover {
  background-color: #319dd2;
}
.news label a:hover::after {
  border-top-color: #319dd2;
}
.news h2, .news h3 {
  margin-bottom: 10px;
}

.news-list .title {
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  color: #385db7;
}
.news-list .title a:hover {
  color: #319dd2;
}
@media only screen and (max-width: 767px) {
  .news-list .info {
    position: relative;
    top: -30px;
  }
}
@media only screen and (min-width: 768px) {
  .news-list {
    padding-bottom: 24px;
  }
  .news-list li {
    display: -webkit-flex;
    display: flex;
    padding-bottom: 24px;
  }
  .news-list .info {
    -webkit-flex: 1;
    flex: 1;
  }
  .news-list figure {
    -webkit-flex: none;
    flex: none;
    width: 270px;
    margin-right: 24px;
  }
}

.resources-list {
  text-align: center;
  padding-bottom: 24px;
  line-height: 15px;
}
.resources-list label a {
  background-color: transparent;
  color: #666;
  margin: 0;
  padding: 0;
}
.resources-list label a::before, .resources-list label a::after {
  content: none;
}
.resources-list label a:hover {
  background-color: transparent;
  color: #319dd2;
}
.resources-list li {
  margin-bottom: 24px;
  padding-left: 12px;
  padding-right: 12px;
}
@media only screen and (min-width: 768px) {
  .resources-list li {
    width: 33.333333%;
  }
}
@media only screen and (min-width: 992px) {
  .resources-list li {
    width: 25%;
  }
}
.resources-list li .title {
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  color: #385db7;
}
.resources-list li .title a:hover {
  border-bottom: 1px solid #385db7;
}
.resources-list li figure, .resources-list li summary {
  display: none;
}
.resources-list li .info {
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  overflow: hidden;
  height: 100%;
  padding: 70px 40px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.resources-list li .info::before {
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  content: "";
  display: block;
  background-color: #f3f3f3;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.resources-list li .info label, .resources-list li .info .title {
  position: relative;
  transition:0.3s;
}
.resources-list li:hover .info label, .resources-list li:hover .info .title {
  opacity:0;
}
.resources-list li:hover .info::before {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.resources-list li {
  position:relative;
}
.resources-list li .link-overlay {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}
@media only screen and (max-width: 600px) {
  .resources-list li {
    width: 100%;
  }
}
@media (min-width: 600px) and (max-width: 767px) {
  .resources-list li {
    width: 50%;
  }
}

.item {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .item {
    margin-bottom: 24px;
  }
}
.item figure {
  overflow: hidden;
  background-color: black;
}
.item figure a {
  display: block;
  position: relative;
  padding-bottom: 75%;
  overflow: hidden;
}
.item figure a img {
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  height: 100%;
  width: auto;
  max-width: inherit;
  position: absolute;
  top: 0;
  left: 50%;
}
.item figure a:hover img {
  -moz-transform: scale(1.2) translate(-50%, 0%);
  -ms-transform: scale(1.2) translate(-50%, 0%);
  -webkit-transform: scale(1.2) translate(-50%, 0%);
  transform: scale(1.2) translate(-50%, 0%);
}
@media only screen and (min-width: 768px) {
  .item figure img {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    opacity: 0.4;
  }
  .item figure a:hover img {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
}
.item .info {
  position: relative;
  top: -30px;
}

.social-gallery .item {
  margin-bottom: 24px;
}
.social-gallery .item figure {
  background-color: transparent;
}
.social-gallery .item a {
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  padding-bottom: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
.social-gallery .item a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -webkit-filter: grayscale(0%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
}

@media only screen and (min-width: 768px) {
  .item-1 {
    height: 100%;
  }
  .item-1 figure {
    height: calc(100% - 30px);
  }
  .item-1 figure a {
    padding-bottom: 0;
    height: 100%;
  }
  .item-1 img {
    height: 100%;
    max-width: inherit;
    width: auto;
  }
  .item-1 .info {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-self: center;
    align-self: center;
    color: white;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    padding-left: 60px;
    padding-right: 60px;
  }
  .item-1 h2 {
    color: white;
  }
  .item-1 .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .item-1:hover img {
    -moz-transform: scale(1.2) translate(-50%, 0%);
    -ms-transform: scale(1.2) translate(-50%, 0%);
    -webkit-transform: scale(1.2) translate(-50%, 0%);
    transform: scale(1.2) translate(-50%, 0%);
  }
  .item-1 label {
    -webkit-align-self: center;
    align-self: center;
  }
  .item-1 label span,
  .item-1 label a {
    background-color: rgba(49, 157, 210, 0.9);
    margin-left: 12px;
  }
  .item-1 label span::before,
  .item-1 label a::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -12px;
    border-bottom: 30px solid rgba(49, 157, 210, 0.9);
    border-left: 12px inset transparent;
  }
  .item-1 label span::after,
  .item-1 label a::after {
    border-top-color: rgba(49, 157, 210, 0.9);
  }
}

.news.tier {
  padding-bottom: 0;
}

.single {
  background-color: #f3f3f3;
}
.single label {
  text-transform: uppercase;
  display: inline-block;
  font-weight: 500;
  line-height: 30px;
  color: #319dd2;
  letter-spacing: .5px;
}
.single .wpcf7 label {
  text-transform: inherit;
  display: inherit;
  font: inherit;
  color: inherit;
  letter-spacing: inherit;
}
.single h1 {
  color: #333;
  font-weight: 300;
  font-size: 42px;
  line-height: 42px;
  text-transform: none;
  margin-bottom: 30px;
}
.single article {
  background-color: white;
  padding: 40px;
  font-size: 16px;
  line-height: 21px;
}
.single article::after {
  content:"";
  display:table;
  clear:both;
}
.single article time {
  margin-bottom: 24px;
}
.single article p, .single article ol, .single article ul {
  margin-bottom: 24px;
}
.single article ol {
  margin-left: 24px;
}
.single article ol li {
  list-style: decimal;
  padding-bottom: 12px;
}
.single article ul li {
  list-style: disc;
  padding-bottom: 12px;
  margin-left: 24px;
}
.single article blockquote {
  border-left: 5px solid #ccc;
  padding-left: 30px;
  font-style: italic;
  font-size: 150%;
  line-height: 150%;
  max-width: 80%;
}
.single figure {
  position: relative;
  text-align: center;
}
.single figcaption {
  text-align: left;
  background-color: rgba(0, 0, 0, 0.4);
  color: white;
  padding: 16px;
  font-size: 14px;
  line-height: 1.14285714;
  font-style: italic;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.wpcf7-list-item input {
    margin-right:5px;
    margin-bottom:0;
}
.wpcf7-list-item input,
.wpcf7-list-item span{
    display:inline-block;
    vertical-align:middle;
}
.wpcf7 select {
    -webkit-appearance: menulist;
}
.pagination {
  text-align: center;
  margin-bottom: 40px;
}
.pagination span,
.pagination a {
  display: inline-block;
  font-weight: 400;
  padding: 6px;
  margin-left: 4px;
  margin-right: 4px;
  border-bottom: 1px solid transparent;
}
.pagination a:hover {
  border-bottom-color: #999;
}
.pagination .current {
  color: #385db7;
  font-weight: 700;
  border-bottom: 1px solid #385db7;
}

.post-edit-link {
  border-radius: 3px;
  float: right;
  display: inline-block;
  padding: 5px 7px;
  text-transform: uppercase;
  font: 11px/11px "Roboto", sans-serif;
  background-color: #ffc107;
  color: #212529;
  letter-spacing: 0;
  position:relative;
  z-index:1;
}
.post-edit-link:hover {
  background-color: #E6A800;
}
.hero .post-edit-link {
  float:none;
}

.alm-btn-wrap {
  text-align: center;
  padding-bottom: 40px;
}
.alm-btn-wrap button {
  display: inline-block;
  background-color: #385db7;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 15px;
  line-height: 40px;
  height: 40px;
  cursor: pointer;
}
.alm-btn-wrap button.loading {
  display: block;
  width: 60px;
  height: 60px;
  margin: 0 auto;
  background: url("../images/spinner.gif") center/contain no-repeat;
  font-size: 0;
}
.alm-btn-wrap button.done {
  display: none;
}

main #searchform {
  position: relative;
  padding-right: 112px;
}
main #searchform input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
}

.error404 article,
.search article {
  padding-bottom: 40px;
  font-size: 16px;
  line-height: 21px;
}
.error404 article p,
.search article p {
  margin-bottom: 24px;
}

.pf {
  background-color: #f3f3f3;
  padding-top: 50px;
}
.pf nav .menu {
  margin-left: -12px;
  margin-right: -12px;
}
.pf nav .menu::after, .pf nav .menu::before {
  content: " ";
  display: table;
}
.pf nav .menu::after {
  clear: both;
}
.pf nav .menu > li {
  float: left;
  padding-left: 12px;
  padding-right: 12px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .pf nav .menu > li {
    width: 50%;
  }
}
@media only screen and (min-width: 992px) {
  .pf nav .menu > li {
    width: 20%;
  }
}
.pf nav .menu > li > a {
  display: block;
  border-bottom: 1px solid #385db7;
  color: #385db7;
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
  padding-bottom: 8px;
}
.pf nav .menu > li ul {
  padding-top: 14px;
  font-size: 0.8125rem;
  line-height: 1;
  margin-bottom: 50px;
}
.pf nav .menu > li ul li {
  padding-top: 6px;
  padding-bottom: 6px;
}
.pf nav .menu > li ul li a:hover {
  color: #319dd2;
}
.pf .social-icons .menu {
  border-bottom: 1px solid #385db7;
  color: #385db7;
  font-weight: 500;
  line-height: 8px;
  padding-bottom: 8px;
  height: 27px;
}
.pf figure {
  margin-bottom: 50px;
}

.copyright {
  background-color: #385db7;
  color: white;
  font-size: 12px;
  text-transform: uppercase;
  text-align:center;
  padding-top: 50px;
  padding-bottom: 50px;
}
.copyright small {
  font-size: 12px;
  margin-bottom:30px;
}
.copyright-logos a {
  margin-left:20px;
}
@media (min-width: 768px) {
  .copyright-logos {
    justify-content:flex-end;
  }
}
@media (max-width: 767px) {
  .copyright-logos {
    margin-top:15px;
  }
}
.social-icons li {
  position: relative;
}
.social-icons li::before {
  font-weight: normal;
  font-size: 20px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
}
.social-icons li:hover::before {
  color: #319dd2;
}
.social-icons a {
  position: relative;
  display: block;
  font-size: 0;
  width: 25px;
  height: 20px;
}
.alignleft {
  float:left;
  margin-right:24px;
  margin-bottom:12px;
}
.alignright {
  float:right;
  margin-left:24px;
  margin-bottom:12px;
}
.aligncenter {
  display:block;
  margin-left:auto;
  margin-right:auto;
}
.connect-top-deco .elementor-column-wrap {
  position:relative;
}
.connect-top-deco .elementor-column-wrap::before {
  content:"";
  display:block;
  background-color:#4c9ecd;
  position:absolute;
  left:0;
  right:0;
  top:0;
  bottom:0;
}
.connect-top-deco .elementor-column-wrap .elementor-widget-wrap {
  position:relative;
}
#menu-donut li {
  color:white;
  text-align:center;
  font-size:18px;
  line-height:19px;
  width:157px;
  height:157px;
  background-color:rgba(33,  70,  159, 0.8);
  border-radius:50%;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  padding:30px;
}

.connect-2 article .title {
  margin-top:20px;
  margin-bottom:10px;
  font-weight:bold;
  font-size:18px;
  line-height:23px;
}
.connect-2-deco article .title {
  color:#3a5fb8;
}
.connect-2 article summary {
  font-size:16px;
  line-height:20px;
}
.connect-2-block summary,
.connect-2-block .title{
  color:white;
}
.connect-2-block .title a:hover {
  color:rgba(255,255,255,.8);
}
.connect-2-deco .elementor-column-wrap {
}
.connect-2-deco .elementor-column-wrap {
  position:relative;
}
.connect-2-deco .elementor-column-wrap::before {
  content:"";
  display:block;
  background-color:white;
  position:absolute;
  left:0;
  right:0;
  top:0;
  bottom:0;
}
.connect-top-deco .elementor-widget-html,
.connect-2-deco .elementor-widget-html {
  margin-bottom:0;
}

.connect-3 div.wpcf7-response-output {
  margin:10px 0 0;
}
.connect-3 input.wpcf7-form-control.wpcf7-submit {
  font-weight:normal;
  font-size:14px;
  padding:0 15px;
  margin-bottom:0;
  height:40px;
}
.connect-3 input.wpcf7-form-control.wpcf7-submit:hover {
  background-color:#385db7;
}
/* newsletter sign up */
.connect-3-signup form {
  position:relative;
  padding-right:110px;
}
.connect-3-signup input{
  margin-bottom:0;
  height:40px;
}
.connect-3-signup input.wpcf7-form-control.wpcf7-text {
  background-color:white;
  border:1px solid #3a5fb8;
  color:#686767;
}
.connect-3-signup input.wpcf7-form-control.wpcf7-submit {
  width:110px;
  padding:0;
  text-align:center;
  position:absolute;
  top:0;
  right:0;
}
/* prayer request */
.connect-3-prayer textarea {
  background-color:white;
  border:1px solid #c4cfea;
  height:95px;
  margin-bottom:0;
}
.connect-3-prayer input.wpcf7-form-control.wpcf7-submit {
  float:right;
}
@media (min-width:768px) {
  .connect-top-deco .elementor-column-wrap::before {
    left:40px;
    right:40px;
  }
  .connect-top-deco .elementor-widget-wrap {
    padding-right:30px;
  }
  .connect-top-deco .deco {
    position:absolute;
    top:0;
  }
  .connect-top-deco .deco-left {
    left: 0;
    border-left: 80px solid #ECEFF7;
    border-bottom: 437px solid #4c9ecd;
  }
  .connect-top-deco .deco-right {
    right: -100px;
    border-right: 80px solid #ECEFF7;
    border-top: 437px solid #4c9ecd;
  }
  .connect-top-deco h2 {
    text-align:right;
    margin-right:-30px;
  }
  .connect-top-block {
    padding-top:100px;
  }
  #menu-donut {
    position:relative;
    width:100%;
    max-width:385px;
    height:367px;
    margin-left:auto;
    margin-right:auto;
  }
  #menu-donut li {
    position:absolute;
  }
  #menu-donut li:nth-child(1) {
    left:calc(50% - 78px);
    top:0;
  }
  #menu-donut li:nth-child(2) {
    top:78px;
    right:0;
    
  }
  #menu-donut li:nth-child(3) {
    bottom:0;
    right:44px;
  }
  #menu-donut li:nth-child(4) {
    bottom:0;
    left:44px;
  }
  #menu-donut li:nth-child(5) {
    top:78px;
    left:0;
  }
  .menu-donut-container {
    border-right:1px solid #e0e0e0;
  }
  .connect-2-deco .elementor-column-wrap::before {
    right:30px;
  }
  .connect-2-deco .title,
  .connect-2-deco summary {
    padding-right:20px;
  }
  .connect-2-deco .deco {
    position:absolute;
    top:0;
  }
  .connect-2-deco .deco-left {
    left: -65px;
    border-left: 35px inset transparent;
    border-top: 483px solid white;
  }
  .connect-2-deco .deco-right {
    right: 0;
    border-right: 35px solid #385db7;
    border-bottom: 483px solid white;
  }
}
@media (min-width:576px) and (max-width: 767px) {
  #menu-donut li {
    float:left;
    margin:15PX;
  }
}
@media (max-width: 575px) {
  #menu-donut li {
    margin:15px auto;
  }
}