/* CUSTOM LOUDER CSS */

@import url("base.css");
html,
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1rem;
  font-family: "canada-type-gibson", sans-serif !important;
}

a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn,
button,
.button,
input[type="submit"] {
  font-weight: 700;
  font-size: 14px !important;
  text-transform: uppercase !important;
  font-family: "canada-type-gibson", sans-serif !important;
  line-height: 1 !important;
  letter-spacing: 1px;
  padding: 11px 22px 13px !important;
  border: solid 2px transparent;
  color: #fff !important;
  background-color: #EA1921 !important;
  box-shadow: none !important;
  white-space: normal;
  display: inline-block;
  border-radius: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-image: none;
}

.btn:hover,
.btn:focus,
button:hover,
button:focus,
.button:hover,
.button:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
  background-color: #bf1118 !important;
  color: #fff !important;
  text-decoration: none !important;
  border-color: #bf1118;
}

.btn.transparent,
button.transparent,
.button.transparent,
input[type="submit"].transparent {
  padding: 0 !important;
  background-color: transparent !important;
}

.btn:focus,
button:focus,
.button:focus,
input[type="submit"]:focus {
  outline: none;
}

.map-container button {
  background: none !important;
  border: 0px !important;
  margin: 10px 14px !important;
  padding: 0px !important;
  position: absolute !important;
  cursor: pointer !important;
  user-select: none !important;
  width: 25px !important;
  height: 25px !important;
  overflow: hidden !important;
  top: 0px !important;
  right: 0px !important;
  font-family: inherit !important;
  font-size: inherit !important;
  line-height: inherit !important;
  padding: 0 !important;
  background-color: none !important;
}

.map-container button.hover {
  background-color: #e6e6e6 !important;
}

.map-container .gm-bundled-control button {
  background: none !important;
  display: block !important;
  border: 0px !important;
  margin: 0px !important;
  padding: 0px !important;
  position: relative !important;
  cursor: pointer !important;
  user-select: none !important;
  width: 28px !important;
  height: 27px !important;
  top: 0px !important;
  left: 0px !important;
  font-family: inherit !important;
  font-size: inherit !important;
  line-height: inherit !important;
  padding: 0 !important;
  background-color: none !important;
}

.map-container .gm-bundled-control button.hover {
  background-color: #e6e6e6 !important;
}

.hallow-btn-white {
  font-weight: 700;
  font-size: 14px !important;
  text-transform: uppercase !important;
  font-family: "canada-type-gibson", sans-serif !important;
  line-height: 1 !important;
  letter-spacing: 1px;
  padding: 11px 22px 13px !important;
  border: solid 2px transparent;
  color: #fff !important;
  background-color: transparent !important;
  box-shadow: none !important;
  white-space: normal;
  display: inline-block;
  border-radius: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-image: none;
  border: solid 2px #fff;
  color: #fff !important;
  padding-top: 9px !important;
}

.hallow-btn-white:hover,
.hallow-btn-white:focus {
  background-color: transparent !important;
  color: #1a438a !important;
  text-decoration: none !important;
  border-color: transparent;
}

.hallow-btn-white:hover,
.hallow-btn-white:focus {
  background-color: #fff !important;
  color: #1a438a !important;
}

.hallow-btn-gray {
  font-weight: 700;
  font-size: 14px !important;
  text-transform: uppercase !important;
  font-family: "canada-type-gibson", sans-serif !important;
  line-height: 1 !important;
  letter-spacing: 1px;
  padding: 11px 22px 13px !important;
  border: solid 2px transparent;
  color: #788085 !important;
  background-color: transparent !important;
  box-shadow: none !important;
  white-space: normal;
  display: inline-block;
  border-radius: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-image: none;
  border: solid 2px #788085;
  color: #788085 !important;
  padding-top: 9px !important;
}

.hallow-btn-gray:hover,
.hallow-btn-gray:focus {
  background-color: transparent !important;
  color: #fff !important;
  text-decoration: none !important;
  border-color: transparent;
}

.hallow-btn-gray:hover,
.hallow-btn-gray:focus {
  background-color: #788085 !important;
  color: #fff !important;
}

i.fa-long-arrow-right {
  font-size: 20px;
  display: inline-block;
  padding-left: 15px;
  position: relative;
  top: 2px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
}

h4 {
  font-size: 28px;
}

.light-text-on-dark {
  color: white;
}

.dark-text-on-light {
  color: #242424;
}

.gray-content-area {
  background-color: #f5f5f5;
  width: 100%;
  padding-bottom: 30px;
}

.breadcrumbs {
  display: none;
}

.flex-container-center {
  display: flex;
  justify-content: center;
}

@media only screen and (min-width: 768px) {
  .breadcrumbs {
    display: flex;
    align-items: center;
    font-size: .85rem;
    margin: 40px 0 15px 0px;
  }
  .breadcrumbs .trailing-page::after {
    font-family: 'Glyphicons Halflings';
    content: "\e258";
    color: #a5acb2;
    font-size: .7rem;
    position: relative;
    top: 2px;
    margin: 0 5px;
  }
  .breadcrumbs.secondary-nav-crumbs {
    margin: 15px 0;
  }
  .breadcrumbs a {
    color: #0d88d5;
  }
  .breadcrumbs a:hover,
  .breadcrumbs a:active {
    color: #1a438a;
  }
  .breadcrumbs * {
    margin-right: 5px;
  }
  .breadcrumbs span {
    color: #a5acb2;
  }
}

.sidebar-layout {
  display: flex;
  flex-direction: column
}

.sidebar-layout .sidebar {
  order: 2;
  display: block
}

.sidebar-layout .sidebar .blue-section {
  background-color: #1a438a
}

.sidebar-layout .sidebar .blue-section h2 {
  text-transform: uppercase;
  font-size: 1rem;
  text-align: center;
  padding: 20px 0 15px 0;
  margin: 0;
  letter-spacing: .75px
}

.sidebar-layout .sidebar .blue-section h2.no-search-h2 {
  padding: 28px 0
}

.sidebar-layout .sidebar .blue-section .blue-section-links .sidebar-link {
  display: block;
  line-height: 1.5;
  padding: 10px 0;
  color: white;
  font-size: 1rem;
  background-color: #093259;
  margin-bottom: 2px
}

.sidebar-layout .sidebar .blue-section .blue-section-links .sidebar-link:last-of-type {
  margin-bottom: 0
}

.sidebar-layout .sidebar .blue-section .blue-section-links .sidebar-link::before {
  font-family: 'Glyphicons Halflings';
  content: "\e258";
  color: #0d88d5;
  padding-right: 10px;
  margin-left: 5%;
  font-size: 12px;
  float: left;
  position: relative;
  top: 4px;
  transition: all .25s ease
}

.sidebar-layout .sidebar .blue-section .blue-section-links .sidebar-link:hover,
.sidebar-layout .sidebar .blue-section .blue-section-links .sidebar-link:active {
  color: #89c3e1
}

.sidebar-layout .sidebar .blue-section .blue-section-links .sidebar-link:hover::before,
.sidebar-layout .sidebar .blue-section .blue-section-links .sidebar-link:active::before {
  margin-left: calc(5% + 5px);
  padding-right: 5px;
  color: #89c3e1
}

.sidebar-layout .sidebar .blue-section .blue-section-links .sidebar-link span {
  display: block;
  overflow: hidden;
  padding-right: 5%
}

@media only screen and (min-width: 768px) {
  .sidebar-layout .sidebar .blue-section .blue-section-links .sidebar-link::before {
    margin-left: 20px
  }
  .sidebar-layout .sidebar .blue-section .blue-section-links .sidebar-link:hover::before,
  .sidebar-layout .sidebar .blue-section .blue-section-links .sidebar-link:active::before {
    margin-left: 25px
  }
  .sidebar-layout .sidebar .blue-section .blue-section-links .sidebar-link span {
    padding-right: 20px
  }
}

.sidebar-layout .sidebar .open-section {
  margin: 40px 5% 0 5%
}

.sidebar-layout .sidebar .open-section h3 {
  text-transform: uppercase;
  font-size: .9rem;
  letter-spacing: .75px;
  padding-bottom: 5px;
  border-bottom: 2px solid #242424
}

.sidebar-layout .sidebar .open-section .open-section-links .sidebar-link {
  display: block;
  font-weight: 600;
  padding: 5px 0;
  color: #1a438a;
  font-size: 1rem;
  line-height: 1.2;
  margin-bottom: 5px
}

.sidebar-layout .sidebar .open-section .open-section-links .sidebar-link:last-of-type {
  margin-bottom: 0
}

.sidebar-layout .sidebar .open-section .open-section-links .sidebar-link:hover,
.sidebar-layout .sidebar .open-section .open-section-links .sidebar-link:active {
  color: #0d88d5
}

.sidebar-layout .sidebar .open-section .open-section-links .sidebar-link span {
  font-weight: normal
}

.sidebar-layout .sidebar .open-section .open-section-links .view-all-btn {
  font-weight: 700;
  font-size: 14px !important;
  text-transform: uppercase !important;
  font-family: "canada-type-gibson", sans-serif !important;
  line-height: 1 !important;
  letter-spacing: 1px;
  padding: 11px 22px 13px !important;
  border: solid 2px transparent;
  color: #fff !important;
  background-color: #1a438a !important;
  box-shadow: none !important;
  white-space: normal;
  display: inline-block;
  border-radius: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-image: none;
  margin-top: 15px
}

.sidebar-layout .sidebar .open-section .open-section-links .view-all-btn:hover,
.sidebar-layout .sidebar .open-section .open-section-links .view-all-btn:focus {
  background-color: #122e5f !important;
  color: #fff !important;
  text-decoration: none !important;
  border-color: #122e5f
}

.sidebar-layout .sidebar .open-section .open-section-links .view-all-btn.transparent {
  padding: 0 !important;
  background-color: transparent !important
}

.sidebar-layout .sidebar .open-section .open-section-links .view-all-btn:focus {
  outline: none
}

@media only screen and (min-width: 768px) {
  .sidebar-layout {
    flex-direction: row;
    align-items: flex-start
  }
  .sidebar-layout .sidebar {
    width: 245px;
    order: 1
  }
  .sidebar-layout .sidebar .blue-section .sidebar-search {
    margin: 0 25px
  }
  .sidebar-layout .sidebar .open-section {
    margin: 40px 25px 0 25px
  }
}

.at-share-btn-elements {
  font-weight: 600 !important
}

.search-form {
  display: block;
  position: relative
}

.search-form .search-field {
  height: auto;
  border-radius: 0;
  box-shadow: none;
  transition: none
}

.search-form.sidebar-search {
  margin: 0 5%;
  margin-bottom: 20px !important
}

@media only screen and (min-width: 768px) {
  .search-form.sidebar-search {
    margin: 0 25px
  }
}

.search-form.home-search {
  max-width: 300px;
  margin: 30px auto 0 auto
}

.search-form.resources-search {
  width: 300px;
  margin: 25px auto 40px auto
}

.search-form.events-search {
  width: 97%;
  margin: 15px auto 0 auto
}

.search-form.find-a-congregation-search {
  position: static;
  width: 250px;
  margin: 0 auto 15px auto
}

.search-form.find-a-congregation-search .search-wrap {
  position: relative
}

.search-form.find-a-congregation-search .search-wrap input {
  border: 1px solid #a5acb2
}

.search-form.find-a-congregation-search .by-presbytery-wrapper {
  position: relative;
  display: flex;
  justify-content: flex-start !important
}

.search-form.by-presbytery-search {
  display: flex
}

.search-form .search-field {
  width: 100%;
  font-size: 1rem;
  padding: 9px 50px 9px 15px;
  outline: none;
  border: none;
  color: #242424
}

.search-form .search-field#header-search {
  width: 100%;
  font-size: 1.25rem;
  padding: 15px 76px 15px 21px
}

.search-form .search-button {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  position: absolute;
  width: 40px !important;
  height: 40px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: .7rem !important;
  padding: 0 !important;
  margin: 0;
  border: 0;
  box-sizing: content-box;
  border: 1px solid transparent
}

.search-form .search-button.choose-button {
  position: static;
  transform: translateY(50%)
}

.search-form .search-button.header-search-form-btn {
  width: 58px !important;
  height: 58px !important
}

@media only screen and (min-width: 768px) {
  .search-form.resources-search {
    width: 375px
  }
  .search-form.events-search {
    margin: 0;
    width: 250px
  }
}

#masthead {
  background: #1A438A;
  box-shadow: inset 0 -5px 20px rgba(0, 0, 0, 0.5)
}

#masthead .announcement {
  background: #EA1921;
  padding: 1em 0
}

#masthead .announcement .subtitle {
  display: block;
  color: white;
  font-weight: 700;
  font-size: 22.4px;
  font-size: .875rem;
  text-transform: uppercase;
  line-height: 1;
  margin: 0 0 5px
}

#masthead .announcement .title {
  display: block;
  color: white;
  font-size: 38.4px;
  font-size: 1.5rem;
  line-height: 1.2
}

#masthead .announcement .title a {
  color: white
}

#masthead .announcement .title a:hover,
#masthead .announcement .title a:focus {
  text-decoration: none;
  color: #a0acb2;
}

#masthead .announcement .dismiss {
  float: right
}

#masthead .announcement .dismiss:hover,
#masthead .announcement .dismiss:focus {
  background-color: rgba(0, 0, 0, 0.2) !important;
  line-height: 0 !important
}

#masthead .topbar {
  background: #09325A
}

#masthead .topbar .flex-container {
  -webkit-box-pack: end;
  -moz-box-pack: end;
  box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: end
}

#masthead .topbar .topbar-menu {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto
}

#masthead .topbar .nav .open a {
  background-color: transparent;
  color: white
}

#masthead .topbar .nav .open a:hover,
#masthead .topbar .nav .open a:focus {
  background-color: transparent
}

#masthead .topbar .nav li a,
#masthead .topbar .nav li .slash {
  font-size: 24px;
  font-size: .9375rem;
  color: #bad6ff;
  padding: 3px 12px
}

#masthead .topbar .nav li a:hover,
#masthead .topbar .nav li a:focus,
#masthead .topbar .nav li .slash:hover,
#masthead .topbar .nav li .slash:focus {
  color: white;
  background-color: transparent
}

#masthead .topbar .nav li .slash {
  display: inline-block;
  padding: 3px 0
}

#masthead .topbar .nav li .slash:hover,
#masthead .topbar .nav li .slash:focus {
  color: #bad6ff
}

#masthead .topbar .nav li:hover,
#masthead .topbar .nav li:focus {
  background-color: transparent
}

#masthead .topbar .nav li:hover a,
#masthead .topbar .nav li:focus a {
  color: white
}

@media screen and (min-width: 689px) and (max-width: 991px) {
  #masthead .topbar .nav li a {
    padding: 6px 20px;
    width: auto;
    max-width: 320px;
    white-space: inherit
  }
}

#masthead .topbar .nav li .dropdown-menu {
  background-color: #09325A;
  border-radius: 0;
  margin: 0;
  padding: 0;
  border: none;
  min-width: 170px
}

#masthead .topbar .nav li .dropdown-menu li a {
  color: #bad6ff;
  padding: 6px 20px
}

@media screen and (min-width: 689px) and (max-width: 991px) {
  #masthead .topbar .nav li .dropdown-menu li a {
    padding: 6px 20px 6px 25px
  }
  #masthead .topbar .nav li .dropdown-menu li a::after {
    display: inline;
    position: absolute;
    transform: rotate(180deg);
    left: 10px
  }
}

#masthead .topbar .nav li .dropdown-menu li a:hover,
#masthead .topbar .nav li .dropdown-menu li a:focus {
  background-color: #0D88D5;
  color: white;
  background-image: none
}

#masthead .topbar .nav .language1 a {
  padding-right: 8px;
  margin-left: 25px
}

#masthead .topbar .nav .language2 a {
  padding-left: 8px;
  padding-right: 0px
}

#masthead .site-header {
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center
}

#masthead .branding {
  max-width: 150px;
  margin: -20px 0;
  position: relative;
  z-index: 2;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto
}

#masthead .branding img {
  border-radius: 50%;
  box-shadow: 0px 6px 18px 0px rgba(0, 0, 0, 0.25);
  transition: .4s ease;
  width: 150px;
  max-width: 150px
}

#masthead .branding img:hover {
  box-shadow: 0px 6px 18px 0px rgba(0, 0, 0, 0.4)
}

#masthead aside {
  padding: 1em 0 0 2em;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto
}

@media screen and (min-width: 689px) and (max-width: 991px) {
  #masthead aside {
    justify-content: space-between !important;
    padding: 0 15px 0 40px !important
  }
}

#masthead aside .flex-container {
  -webkit-box-pack: end;
  -moz-box-pack: end;
  box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: end;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  position: relative
}

#masthead aside .flex-container .btn {
  margin-right: 15px
}

#masthead .looking-for {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  margin-right: 1em
}

#masthead .looking-for .open a {
  background-color: transparent
}

#masthead .looking-for .open a:hover,
#masthead .looking-for .open a:focus {
  background-color: transparent
}

#masthead .looking-for .dropdown-toggle {
  position: relative;
  padding: 9px 15px
}

#masthead .looking-for .dropdown-toggle .caret {
  position: absolute;
  right: 15px;
  top: 18px
}

#masthead .looking-for li {
  width: 220px;
  background: white
}

#masthead .looking-for li a {
  color: #242424
}

#masthead .looking-for li .dropdown-menu {
  background-color: white;
  border-radius: 0;
  margin: 0;
  padding: 0;
  border: none
}

#masthead .looking-for li .dropdown-menu li a {
  padding: 6px 15px;
  white-space: normal
}

#masthead .looking-for li .dropdown-menu li a:hover,
#masthead .looking-for li .dropdown-menu li a:focus {
  color: #0D88D5;
  background-image: none
}

#masthead .main-menu {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  margin: 3px 0.5em 0 0
}

#masthead .main-menu li a {
  color: white;
  font-family: "clarendon-text-pro", serif;
  font-size: 32px;
  font-size: 1.25rem
}

#masthead .main-menu li a:hover,
#masthead .main-menu li a:focus {
  background-color: transparent
}

#masthead .main-menu li .header-search-btn {
  background-color: transparent !important;
  border: none;
  padding: 0 5px !important;
  margin: 2px 0 0 2px
}

#masthead .main-menu li .header-search-btn i {
  font-size: 1.5rem
}

@media screen and (max-width: 991px) {
  #masthead .main-menu li .header-search-btn {
    margin-top: 30px;
    margin-bottom: 20px
  }
}

#masthead .main-menu li:hover *,
#masthead .main-menu li:focus * {
  color: #6dc2ee;
  background-color: transparent
}

#masthead .main-menu li:last-of-type {
  text-align: center
}

#masthead .search-wrap {
  position: absolute;
  right: 3.2em;
  z-index: 5;
  width: 100%;
  max-width: 250px;
  display: none
}

#masthead .search-wrap input {
  padding: 3px 10px;
  width: 100%
}

#masthead .search-toggle:hover {
  border-color: transparent;
  color: #6dc2ee !important
}

#masthead .search-toggle:focus {
  border-color: transparent
}

#masthead .nav li a {
  padding: 4px 10px
}

#masthead .navbar-default {
  background-image: none;
  border-radius: 0;
  border: 0 none;
  background-color: transparent;
  margin-bottom: 0
}

#masthead .navbar {
  border: 0 none;
  min-height: 0;
  box-shadow: none
}

@media screen and (min-width: 689px) and (max-width: 991px) {
  #masthead .navbar .nav {
    margin: 10px auto !important
  }
}

#masthead .navbar-collapse.collapse,
#masthead .main-nav-wrapper {
  margin-right: 0
}

@media screen and (min-width: 689px) and (max-width: 991px) {
  #masthead .navbar-collapse.collapse,
  #masthead .main-nav-wrapper {
    margin: 0 auto !important
  }
}

@media screen and (min-width: 689px) and (max-width: 767px) {
  #masthead .navbar-collapse.collapse,
  #masthead .main-nav-wrapper {
    left: auto;
    right: -15px
  }
}

#masthead .main-menu {
  margin: 10px 0 8px 0
}

#masthead .main-menu.nav .open>a,
#masthead .main-menu.nav .open>a:hover,
#masthead .main-menu.nav .open>a:focus {
  background-color: transparent
}

@media screen and (max-width: 689px) {
  #masthead .main-menu li .dropdown-toggle {
    text-align: center
  }
}

#masthead .main-menu li .dropdown-menu {
  background-color: #09325a;
  padding: 0;
  margin: 0;
  right: auto;
  left: 0
}

#masthead .main-menu li .dropdown-menu li a {
  color: #bad6ff;
  font-family: "canada-type-gibson", sans-serif;
  font-size: 25.6px;
  font-size: 1rem;
  padding: 0.6em 1.2em
}

#masthead .main-menu li .dropdown-menu li a:hover,
#masthead .main-menu li .dropdown-menu li a:focus {
  background-color: #0d88d5;
  background-image: none;
  color: white
}

#masthead .main-menu li .dropdown-menu li:last-child {
  margin-right: 0;
  text-align: left
}

#masthead .dropdown-submenu {
  position: relative
}

#masthead .dropdown-submenu:hover>.dropdown-menu,
#masthead .dropdown-submenu:focus>.dropdown-menu,
#masthead .dropdown-submenu:active>.dropdown-menu {
  display: block !important;
  position: absolute;
  top: 0;
  left: 100%
}

@media screen and (max-width: 370px) {
  #masthead .dropdown-submenu:hover>.dropdown-menu,
  #masthead .dropdown-submenu:focus>.dropdown-menu,
  #masthead .dropdown-submenu:active>.dropdown-menu {
    width: 170px !important
  }
}

@media screen and (min-width: 689px) and (max-width: 991px) {
  #masthead .dropdown-submenu:hover>.dropdown-menu,
  #masthead .dropdown-submenu:focus>.dropdown-menu,
  #masthead .dropdown-submenu:active>.dropdown-menu {
    left: -186%
  }
}

#masthead .dropdown-submenu>a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #bad6ff;
  margin-top: 5px;
  margin-right: -10px
}

#masthead .dropdown-submenu:hover>a:after {
  border-left-color: #bad6ff
}

#masthead .dropdown-submenu.pull-left {
  float: none
}

#masthead .dropdown-submenu.pull-left>.dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px
}

@media screen and (min-width: 689px) and (max-width: 991px) {
  #masthead .dropdown-submenu.pull-left>.dropdown-menu {
    left: auto;
    right: 100%;
    max-width: 320px
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #masthead .site-header aside {
    padding-left: 0
  }
  #masthead .main-nav-wrapper {
    padding-left: 0
  }
  #masthead .navbar-collapse.collapse {
    padding-left: 0
  }
  #masthead .nav li a {
    padding: 4px 7px;
    font-size: 1.22rem
  }
}

@media only screen and (min-width: 690px) and (max-width: 991px) {
  #masthead .navbar-header {
    float: none;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    float: right
  }
  #masthead .navbar-left,
  #masthead .navbar-right {
    float: none !important
  }
  #masthead .navbar-toggle {
    display: block
  }
  #masthead .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
  }
  #masthead .navbar-collapse.collapse {
    display: none !important
  }
  #masthead .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
    margin-right: 0
  }
  #masthead .navbar-nav>li {
    float: none
  }
  #masthead .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px
  }
  #masthead .collapse.in {
    display: block !important
  }
  #masthead .navbar-collapse {
    position: absolute;
    top: 78px;
    right: 0;
    border: none;
    box-shadow: none;
    width: 300px;
    z-index: 99999;
    background-color: #09325a
  }
  #masthead .main-menu {
    margin: 20px auto
  }
  #masthead .main-menu li {
    float: none;
    margin: 12px auto
  }
  #masthead .main-menu li a {
    text-align: center
  }
  #masthead .navbar-toggle {
    border: 0;
    margin-top: 0;
    background-color: transparent !important;
    border-radius: 0;
    padding: 5px 10px !important;
    margin-right: -10px
  }
  #masthead .navbar-toggle span {
    background-color: white;
    margin: 5px 0;
    width: 25px;
    height: 3px
  }
  #masthead .site-header aside {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -moz-box-align: baseline;
    box-align: baseline;
    -webkit-align-items: baseline;
    -moz-align-items: baseline;
    -ms-align-items: baseline;
    -o-align-items: baseline;
    align-items: baseline;
    -ms-flex-align: baseline;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: end;
    position: static;
    padding: 0 15px
  }
  #masthead .topbar .nav .language1 a {
    margin-left: 5px !important
  }
}

@media only screen and (max-width: 689px) {
  #masthead .topbar .flex-container {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    width: 100%
  }
  #masthead .topbar .flex-container .language1 {
    margin-left: auto
  }
  #masthead .flex-container.site-header {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column
  }
  #masthead .quick-links {
    padding-left: 0 !important
  }
  #masthead .branding {
    -webkit-align-self: center;
    -moz-align-self: center;
    align-self: center;
    -ms-flex-item-align: center;
    margin-top: -15px
  }
  #masthead .site-header aside {
    padding-bottom: 5px
  }
  #masthead .navbar {
    width: 100vw
  }
  #masthead .navbar-toggle {
    margin-top: 65px;
    background-color: transparent !important;
    margin-bottom: 0
  }
  #masthead .looking-for-wrapper {
    background-color: #09325a;
    padding: 18px 0;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center
  }
  #masthead .navbar-collapse {
    overflow: hidden;
    border: none;
    box-shadow: none
  }
  #masthead .navbar-nav {
    margin-top: 30px
  }
  #masthead .navbar-toggle {
    border: 0;
    margin-top: 0;
    background-color: transparent !important;
    border-radius: 0;
    padding: 5px 10px !important
  }
  #masthead .navbar-toggle span {
    background-color: white;
    margin: 5px 0;
    width: 25px;
    height: 3px
  }
  #masthead .site-header aside {
    position: relative;
    width: 100%;
    padding: 0;
    margin-top: -25px
  }
  #masthead .main-menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%
  }
  #masthead .nav li a {
    margin: 4px 0
  }
  #masthead .navbar-collapse {
    margin-right: 0
  }
  #masthead .looking-for-2 .btn {
    padding-top: 15px !important
  }
  #masthead .dropdown-submenu:hover>.dropdown-menu {
    width: 200px
  }
  #masthead .dropdown-submenu:hover>.dropdown-menu a {
    white-space: pre-wrap
  }
}

@media screen and (max-width: 689px) {
  #masthead .looking-for-1 {
    display: none
  }
}

@media screen and (min-width: 690px) {
  #masthead .looking-for-2 {
    display: none
  }
}

/* #masthead .modal {
  background-color: rgba(24, 49, 95, 0.9);
  padding-right: 0 !important;
  z-index: 9999999
} */

/* #masthead .modal .modal-dialog {
  margin: 0 auto;
  max-width: 650px;
  position: relative;
  top: 40%;
  transform: translateY(-50%)
}

#masthead .modal .modal-content {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  background-color: transparent !important;
  border-radius: 0;
  outline: 0;
  background-color: #1a438a;
  color: white;
  text-align: center;
  box-shadow: none;
  border: none;
  margin: 0 15px
} */

#masthead .modal .close {
  opacity: .75;
  background-color: transparent !important;
  padding: 0 !important;
  margin: 0;
  width: 26px;
  position: fixed;
  top: 15px;
  right: 15px
}

#masthead .modal .close:hover {
  opacity: 1
}

.secondary-nav {
  position: relative;
  z-index: 1;
  box-shadow: 0px 7px 10px -4px rgba(0, 0, 0, 0.2)
}

.secondary-nav .flex-container {
  -webkit-box-pack: end;
  -moz-box-pack: end;
  box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: end
}

.secondary-nav .nav-menu {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  margin-right: -15px
}

@media screen and (max-width: 689px) {
  .secondary-nav .nav-menu {
    margin: 0 auto
  }
}

.secondary-nav .nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start
}

.secondary-nav .nav .open a {
  background-color: transparent;
  color: white
}

.secondary-nav .nav .open a:hover,
.secondary-nav .nav .open a:focus {
  background-color: transparent
}

.secondary-nav .nav li {
  flex: 0 1 auto
}

.secondary-nav .nav li a {
  font-size: 24.8px;
  font-size: .96875rem;
  color: #242424;
  padding: 12px 15px
}

@media screen and (max-width: 450px) {
  .secondary-nav .nav li a {
    padding: 12px 10px
  }
}

.secondary-nav .nav li a:hover,
.secondary-nav .nav li a:focus {
  color: #0d88d5;
  background-color: transparent
}

.secondary-nav .nav li:hover,
.secondary-nav .nav li:focus {
  background-color: transparent
}

.secondary-nav .nav li:hover a,
.secondary-nav .nav li:focus a {
  color: #0d88d5
}

.secondary-nav .nav li .dropdown-menu {
  background-color: white;
  border-radius: 0;
  margin: 0;
  padding: 0;
  border: none
}

.secondary-nav .nav li .dropdown-menu li a {
  color: #242424;
  padding: 6px 20px
}

.secondary-nav .nav li .dropdown-menu li a:hover,
.secondary-nav .nav li .dropdown-menu li a:focus {
  background-color: #0D88D5;
  color: white;
  background-image: none
}

#site-footer {
  background-color: #053966;
  padding: 60px 0 40px;
  color: white;
  clear: both
}

#site-footer h3 {
  color: #6dc2ee;
  font-family: "clarendon-text-pro", serif;
  font-size: 25.6px;
  font-size: 1rem;
  font-weight: 400;
  margin-top: 0
}

#site-footer ul {
  margin-bottom: 1.5em;
  list-style: none;
  padding: 0
}

#site-footer ul li .fa {
  color: #6dc2ee
}

#site-footer ul li a {
  color: white
}

#site-footer ul li a:hover,
#site-footer ul li a:focus {
  color: #6dc2ee;
  text-decoration: none
}

#site-footer .footer-branding {
  margin-bottom: 2em;
  width: 106px
}

#site-footer address {
  line-height: 1.6
}

#site-footer address .address {
  font-family: "clarendon-text-pro", serif;
  font-style: italic
}

#site-footer address .pipe {
  margin: 0 6px
}

#site-footer address .phone,
#site-footer address .email {
  font-weight: 600
}

#site-footer address a {
  color: white
}

#site-footer address a:hover,
#site-footer address a:focus {
  color: #6dc2ee;
  text-decoration: none
}

#site-footer .footer-menu {
  margin-top: 2em
}

#site-footer .footer-menu li a {
  font-size: 27.2px;
  font-size: 1.0625rem;
  padding: 4px 0;
  display: block
}

#site-footer .col-md-4:nth-child(1) {
  text-align: center
}

#site-footer .col-md-4:nth-child(3) {
  text-align: right
}

#site-footer .social-links {
  text-align: center;
  margin: 2em 0 1em
}

#site-footer .social-links a {
  color: white;
  font-size: 38.4px;
  font-size: 1.5rem;
  margin: 0 10px
}

#site-footer .social-links a:hover,
#site-footer .social-links a:focus {
  color: #6dc2ee
}

#site-footer .copyright {
  text-align: center
}

#site-footer .copyright p {
  font-family: "clarendon-text-pro", serif;
  color: white;
  font-style: italic;
  font-size: 22.4px;
  font-size: .875rem;
  line-height: 1.6
}

#site-footer .copyright a {
  color: white;
  margin: 0 10px
}

#site-footer .copyright a:hover,
#site-footer .copyright a:focus {
  color: #6dc2ee;
  text-decoration: none
}

@media only screen and (max-width: 991px) {
  #site-footer h3 {
    text-align: center
  }
  #site-footer .footer-menu {
    margin-bottom: 3em
  }
  #site-footer .col-md-4 {
    text-align: center
  }
  #site-footer .col-md-4:nth-child(3) {
    text-align: center
  }
  #site-footer .social-links {
    text-align: center;
    margin: 2em 0 1em
  }
  #site-footer .social-links a {
    color: white;
    font-size: 38.4px;
    font-size: 1.5rem;
    margin: 0 10px
  }
  #site-footer .social-links a:hover,
  #site-footer .social-links a:focus {
    color: #6dc2ee
  }
  #site-footer .copyright {
    text-align: center
  }
  #site-footer .copyright p {
    font-family: "clarendon-text-pro", serif;
    color: white;
    font-style: italic;
    font-size: 22.4px;
    font-size: .875rem;
    line-height: 1.6
  }
  #site-footer .copyright a {
    color: white;
    margin: 0 10px
  }
  #site-footer .copyright a:hover,
  #site-footer .copyright a:focus {
    color: #6dc2ee;
    text-decoration: none
  }
}

.carousel {
  height: auto;
  min-height: 600px;
  background-color: #242424
}

.carousel .carousel-inner {
  overflow: hidden !important
}

.carousel .item {
  height: 100%;
  width: 100%
}

.carousel .item img {
  object-fit: cover;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-height: 100%;
  min-width: 100%;
}

.carousel .item .container {
  height: calc(100% - 80px);
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center
}

.carousel .carousel-caption {
  background: white;
  padding: 30px 50px;
  width: 460px;
  max-width: 100vw;
  position: static
}

.carousel .carousel-caption .carousel-caption-title {
  text-shadow: none;
  margin-top: 0;
  color: #242424
}

.carousel .carousel-caption hr {
  max-width: 70px;
  height: 4px;
  background-color: #b8bfc4
}

.carousel .carousel-caption .carousel-caption-text,
.carousel .carousel-caption p {
  font-family: "clarendon-text-pro", serif;
  color: #7a8289;
  font-style: italic;
  font-weight: 400;
  text-shadow: none;
  margin-bottom: 30px;
  line-height: 1.5
}

.carousel .carousel-caption p {
  font-style: inherit;
  font-family: inherit
}

.carousel .carousel-inner {
  min-height: 600px;
  height: auto;
  overflow: visible
}

.carousel .carousel-control {
  background-image: none
}

.carousel .carousel-control .fa {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: -75px;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  width: 35px;
  height: 60px;
  line-height: 58px;
  text-shadow: none
}

.carousel .carousel-control .fa:before {
  position: relative
}

.carousel .carousel-control.left .fa {
  left: 0
}

.carousel .carousel-control.left .fa:before {
  left: -4px
}

.carousel .carousel-control.right .fa {
  right: 0
}

.carousel .carousel-control.right .fa:before {
  right: -4px
}

.carousel .carousel-control:hover.left,
.carousel .carousel-control:focus.left {
  background-image: none;
  background-color: transparent
}

.carousel .carousel-control:hover.right,
.carousel .carousel-control:focus.right {
  background-image: none;
  background-color: transparent
}

.carousel .carousel-control:hover .fa {
  background-color: rgba(0, 0, 0, 0.75)
}

.carousel .carousel-indicators-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 15;
  background-color: rgba(0, 0, 0, 0.5);
  display: none
}

@media only screen and (min-width: 768px) {
  .carousel .carousel-indicators-wrap {
    display: block
  }
}

.carousel .carousel-indicators {
  position: static;
  margin: 0;
  width: 100%;
  -webkit-box-pack: distribute;
  -moz-box-pack: distribute;
  box-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: distribute
}

.carousel .carousel-indicators li {
  height: auto;
  border: none;
  background-color: transparent;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-indent: 0;
  text-align: left;
  padding: 25px 15px;
  position: relative;
  overflow: hidden;
  border-radius: 0;
  margin: 0
}

.carousel .carousel-indicators li:after {
  position: absolute;
  bottom: 0;
  width: 0;
  right: inherit;
  height: 8px;
  background-color: #0D88D5;
  content: '';
  -webkit-transition: width 0.2s ease;
  -moz-transition: width 0.2s ease;
  transition: width 0.2s ease
}

.carousel .carousel-indicators li.active {
  height: auto
}

.carousel .carousel-indicators li.active:after {
  width: 100%
}

.carousel .carousel-indicators li span {
  display: block;
  color: white
}

.carousel .carousel-indicators li span.title {
  font-size: 28.8px;
  font-size: 1.125rem;
  font-weight: 600;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.carousel .carousel-indicators li span.date {
  font-family: "clarendon-text-pro", serif;
  font-style: italic;
  font-size: 22.4px;
  font-size: .875rem
}

@media screen and (max-width: 768px) {
  .carousel {
    height: auto;
    min-height: 500px
  }
  .carousel .item {
    padding: 30px 20px;
    height: 100%;
    width: 100%
  }
  .carousel .item .container {
    width: 100%;
    max-width: 460px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    position: relative
  }
  .carousel .carousel-caption {
    padding: 30px 25px;
    width: 100%;
    position: static
  }
  .carousel .carousel-inner {
    min-height: 500px;
    height: auto;
    overflow: visible
  }
  .carousel .carousel-control .fa {
    top: 0
  }
}

#what-we-believe,
#about,
#info-about,
.browse-resources {
  background-color: #1A438A;
  padding: 50px 0
}

#what-we-believe h2,
#about h2,
#info-about h2,
.browse-resources h2 {
  margin-top: 0
}

#what-we-believe .support-p,
#about .support-p,
#info-about .support-p,
.browse-resources .support-p {
  line-height: 1.4;
  font-size: 18px;
  margin-bottom: 20px
}

#what-we-believe .icon-list,
#about .icon-list,
#info-about .icon-list,
.browse-resources .icon-list {
  display: inline-block;
  text-align: left
}

#what-we-believe .icon-list .link-list,
#about .icon-list .link-list,
#info-about .icon-list .link-list,
.browse-resources .icon-list .link-list {
  display: inline-block;
  color: white;
  font-weight: 600;
  line-height: 2;
  padding: 4px 0
}

#what-we-believe .icon-list .link-list:hover,
#about .icon-list .link-list:hover,
#info-about .icon-list .link-list:hover,
.browse-resources .icon-list .link-list:hover {
  color: #89c3e1;
  text-decoration: none
}

#what-we-believe .icon-list .link-list:hover .light-text,
#about .icon-list .link-list:hover .light-text,
#info-about .icon-list .link-list:hover .light-text,
.browse-resources .icon-list .link-list:hover .light-text {
  color: #89c3e1 !important
}

#what-we-believe .icon-list .link-list a,
#about .icon-list .link-list a,
#info-about .icon-list .link-list a,
.browse-resources .icon-list .link-list a {
  display: block
}

#what-we-believe .icon-list .link-list::before,
#about .icon-list .link-list::before,
#info-about .icon-list .link-list::before,
.browse-resources .icon-list .link-list::before {
  font-family: 'Glyphicons Halflings';
  content: "\e258";
  color: #0d88d5;
  padding-right: 5px;
  font-size: 12px;
  float: left;
  position: relative;
  top: 4px
}

#what-we-believe .icon-list .link-list span:not(.light-text),
#about .icon-list .link-list span:not(.light-text),
#info-about .icon-list .link-list span:not(.light-text),
.browse-resources .icon-list .link-list span:not(.light-text) {
  display: block;
  overflow: hidden
}

#what-we-believe .p-italic,
#about .p-italic,
#info-about .p-italic,
.browse-resources .p-italic {
  font-family: "clarendon-text-pro", serif;
  font-style: italic;
  font-size: 22.4px;
  font-size: .875rem
}

#what-we-believe .icon-list,
#about .icon-list,
#info-about .icon-list,
.browse-resources .icon-list {
  margin-bottom: 0
}

#what-we-believe .hallow-btn-white,
#about .hallow-btn-white,
#info-about .hallow-btn-white,
.browse-resources .hallow-btn-white {
  margin: 30px 0 50px 0
}

@media only screen and (min-width: 768px) {
  @supports (-webkit-overflow-scrolling: touch) {
    #what-we-believe .hallow-btn-white, #about .hallow-btn-white, #info-about .hallow-btn-white, .browse-resources .hallow-btn-white {
      margin-top:-280px
    }
  }
  @supports not (-webkit-overflow-scrolling: touch) {
    #what-we-believe .hallow-btn-white,
    #about .hallow-btn-white,
    #info-about .hallow-btn-white,
    .browse-resources .hallow-btn-white {
      margin-top: 0
    }
  }
}

#what-we-believe .flex-container,
#about .flex-container,
#info-about .flex-container,
.browse-resources .flex-container {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center
}

#what-we-believe .usa,
#about .usa,
#info-about .usa,
.browse-resources .usa {
  display: block;
  width: 100%;
  position: relative
}

#what-we-believe .find-congregation-wrapper,
#about .find-congregation-wrapper,
#info-about .find-congregation-wrapper,
.browse-resources .find-congregation-wrapper {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%)
}

#what-we-believe .icon-list,
.browse-resources .icon-list,
.popular-searches-wrapper .icon-list {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  max-width: 450px;
  position: relative;
  left: 57%;
  transform: translateX(-50%)
}

@media only screen and (min-width: 768px) {
  #what-we-believe .icon-list,
  .browse-resources .icon-list,
  .popular-searches-wrapper .icon-list {
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr;
    max-width: 750px;
    margin-bottom: 45px
  }
}

@media only screen and (min-width: 992px) {
  #what-we-believe .icon-list,
  .browse-resources .icon-list,
  .popular-searches-wrapper .icon-list {
    padding-left: 0;
    left: 0;
    transform: none
  }
}

@supports (-ms-ime-align: auto) {
    #what-we-believe .icon-list,
    .browse-resources .icon-list,
    .popular-searches-wrapper .icon-list {
    display: block !important;
    columns: 2;
  }

  @media screen and (min-width: 768px) {
    #what-we-believe .icon-list,
    .browse-resources .icon-list,
    .popular-searches-wrapper .icon-list {
      display: block !important;
      columns: 3;
    }
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #what-we-believe .icon-list,
    .browse-resources .icon-list,
    .popular-searches-wrapper .icon-list {
    display: block !important;
    columns: 2;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) and (min-width: 768px) {
  #what-we-believe .icon-list,
  .browse-resources .icon-list,
  .popular-searches-wrapper .icon-list {
    display: block !important;
    columns: 3;
  }
}

#about {
  background-color: #1A438A;
  padding: 95px 0
}

#about .row {
  max-width: 650px;
  margin: 0 auto;
  position: relative
}

#about .row .cross-image {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -26px
}

#about .row h2 {
  margin-bottom: 25px
}

#about .row .support-p {
  margin: 0 auto 30px auto;
  max-width: 550px
}

#about .row .icon-list {
  width: 100%;
  max-width: 330px
}

#info-about {
  background-color: #09325A;
  padding: 70px 0
}

#info-about h2 {
  margin-bottom: 30px
}

#info-about .row.info-about {
  max-width: 1000px;
  margin: 0 auto
}

#info-about .row.info-about h3 {
  margin-bottom: 30px
}

@media only screen and (min-width: 768px) {
  #info-about .icon-list {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2
  }
}

@media only screen and (min-width: 992px) {
  #info-about .icon-list {
    -webkit-columns: 3;
    -moz-columns: 3;
    columns: 3
  }
}

#what-we-believe .flex-container {
  flex-direction: column
}

@media only screen and (min-width: 992px) {
  #what-we-believe .flex-container {
    flex-direction: row
  }
}

@media only screen and (min-width: 992px) {
  #what-we-believe h2,
  #what-we-believe .support-p {
    text-align: left
  }
  #what-we-believe .icon-list {
    display: block
  }
  #what-we-believe .icon-list .link-list {
    line-height: 1.6
  }
  #what-we-believe .btn-left {
    text-align: left
  }
  #what-we-believe .hallow-btn-white {
    margin-bottom: 0
  }
  #about ul.icon-list li a.link-list {
    padding: 2px 0
  }
}

.browse-resources {
  padding: 60px 0
}

.browse-resources h2 {
  font-size: 54.4px;
  font-size: 2.125rem
}

.browse-resources .icon-list {
  display: block;
  max-width: 650px;
  margin: 0;
  left: 54%;
  transform: translateX(-50%)
}

@media screen and (max-width: 767px) {
  .browse-resources .icon-list {
    max-width: 450px;
    left: 57%
  }
}

.browse-resources .popular-topics {
  font-size: 25.6px;
  font-size: 1rem;
  font-style: italic;
  font-family: "clarendon-text-pro", serif
}

.browse-resources .light-text {
  color: white !important;
  font-weight: normal;
  margin-left: 5px;
  font-size: 16px !important;
  -webkit-transition: 0.25s ease;
  -moz-transition: 0.25s ease;
  transition: 0.25s ease
}

.browse-resources .hallow-btn-white {
  margin: 40px 0 0 0
}

#latest-news,
#home-events,
#home-resources,
#news-and-announcements,
#from-our-blog,
#continue-reading,
#upcoming-events,
#resources {
  padding: 30px 0;
  background: #f5f5f5
}

#latest-news .flex-container,
#home-events .flex-container,
#home-resources .flex-container,
#news-and-announcements .flex-container,
#from-our-blog .flex-container,
#continue-reading .flex-container,
#upcoming-events .flex-container,
#resources .flex-container {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

#latest-news .flex-item,
#home-events .flex-item,
#home-resources .flex-item,
#news-and-announcements .flex-item,
#from-our-blog .flex-item,
#continue-reading .flex-item,
#upcoming-events .flex-item,
#resources .flex-item {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 1 100%;
  -moz-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  margin: 5%
}

@media only screen and (min-width: 768px) {
  #latest-news .flex-item,
  #home-events .flex-item,
  #home-resources .flex-item,
  #news-and-announcements .flex-item,
  #from-our-blog .flex-item,
  #continue-reading .flex-item,
  #upcoming-events .flex-item,
  #resources .flex-item {
    -webkit-flex-basis: 48%;
    -moz-flex-basis: 48%;
    flex-basis: 48%;
    -ms-flex-preferred-size: 48%;
    margin: 1%
  }
}

@media only screen and (min-width: 992px) {
  #latest-news .flex-item,
  #home-events .flex-item,
  #home-resources .flex-item,
  #news-and-announcements .flex-item,
  #from-our-blog .flex-item,
  #continue-reading .flex-item,
  #upcoming-events .flex-item,
  #resources .flex-item {
    -webkit-flex-basis: 31.333%;
    -moz-flex-basis: 31.333%;
    flex-basis: 31.333%;
    -ms-flex-preferred-size: 31.333%
  }
}

#latest-news .thumbnail,
#latest-news .large-thumbnail,
#home-events .thumbnail,
#home-events .large-thumbnail,
#home-resources .thumbnail,
#home-resources .large-thumbnail,
#news-and-announcements .thumbnail,
#news-and-announcements .large-thumbnail,
#from-our-blog .thumbnail,
#from-our-blog .large-thumbnail,
#continue-reading .thumbnail,
#continue-reading .large-thumbnail,
#upcoming-events .thumbnail,
#upcoming-events .large-thumbnail,
#resources .thumbnail,
#resources .large-thumbnail {
  padding: 0;
  border: none;
  transition: all 0.3s ease;
  border-radius: 0 !important
}

#latest-news .thumbnail .image-wrapper,
#latest-news .large-thumbnail .image-wrapper,
#home-events .thumbnail .image-wrapper,
#home-events .large-thumbnail .image-wrapper,
#home-resources .thumbnail .image-wrapper,
#home-resources .large-thumbnail .image-wrapper,
#news-and-announcements .thumbnail .image-wrapper,
#news-and-announcements .large-thumbnail .image-wrapper,
#from-our-blog .thumbnail .image-wrapper,
#from-our-blog .large-thumbnail .image-wrapper,
#continue-reading .thumbnail .image-wrapper,
#continue-reading .large-thumbnail .image-wrapper,
#upcoming-events .thumbnail .image-wrapper,
#upcoming-events .large-thumbnail .image-wrapper,
#resources .thumbnail .image-wrapper,
#resources .large-thumbnail .image-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  overflow: hidden;
  height: 183px;
  width: 100%
}

#latest-news .thumbnail .image-wrapper img,
#latest-news .large-thumbnail .image-wrapper img,
#home-events .thumbnail .image-wrapper img,
#home-events .large-thumbnail .image-wrapper img,
#home-resources .thumbnail .image-wrapper img,
#home-resources .large-thumbnail .image-wrapper img,
#news-and-announcements .thumbnail .image-wrapper img,
#news-and-announcements .large-thumbnail .image-wrapper img,
#from-our-blog .thumbnail .image-wrapper img,
#from-our-blog .large-thumbnail .image-wrapper img,
#continue-reading .thumbnail .image-wrapper img,
#continue-reading .large-thumbnail .image-wrapper img,
#upcoming-events .thumbnail .image-wrapper img,
#upcoming-events .large-thumbnail .image-wrapper img,
#resources .thumbnail .image-wrapper img,
#resources .large-thumbnail .image-wrapper img {
  object-fit: cover;
  min-width: 100% !important;
  min-height: 100% !important;
  transition: all 0.3s ease
}

#latest-news .thumbnail .caption,
#latest-news .large-thumbnail .caption,
#home-events .thumbnail .caption,
#home-events .large-thumbnail .caption,
#home-resources .thumbnail .caption,
#home-resources .large-thumbnail .caption,
#news-and-announcements .thumbnail .caption,
#news-and-announcements .large-thumbnail .caption,
#from-our-blog .thumbnail .caption,
#from-our-blog .large-thumbnail .caption,
#continue-reading .thumbnail .caption,
#continue-reading .large-thumbnail .caption,
#upcoming-events .thumbnail .caption,
#upcoming-events .large-thumbnail .caption,
#resources .thumbnail .caption,
#resources .large-thumbnail .caption {
  padding: 0 15px;
  height: calc(100% - 182px)
}

#latest-news .thumbnail .caption .caption-wrapper,
#latest-news .large-thumbnail .caption .caption-wrapper,
#home-events .thumbnail .caption .caption-wrapper,
#home-events .large-thumbnail .caption .caption-wrapper,
#home-resources .thumbnail .caption .caption-wrapper,
#home-resources .large-thumbnail .caption .caption-wrapper,
#news-and-announcements .thumbnail .caption .caption-wrapper,
#news-and-announcements .large-thumbnail .caption .caption-wrapper,
#from-our-blog .thumbnail .caption .caption-wrapper,
#from-our-blog .large-thumbnail .caption .caption-wrapper,
#continue-reading .thumbnail .caption .caption-wrapper,
#continue-reading .large-thumbnail .caption .caption-wrapper,
#upcoming-events .thumbnail .caption .caption-wrapper,
#upcoming-events .large-thumbnail .caption .caption-wrapper,
#resources .thumbnail .caption .caption-wrapper,
#resources .large-thumbnail .caption .caption-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  padding-bottom: 40px;
  height: 100%
}

#latest-news .thumbnail .caption .caption-wrapper .caption-support,
#latest-news .large-thumbnail .caption .caption-wrapper .caption-support,
#home-events .thumbnail .caption .caption-wrapper .caption-support,
#home-events .large-thumbnail .caption .caption-wrapper .caption-support,
#home-resources .thumbnail .caption .caption-wrapper .caption-support,
#home-resources .large-thumbnail .caption .caption-wrapper .caption-support,
#news-and-announcements .thumbnail .caption .caption-wrapper .caption-support,
#news-and-announcements .large-thumbnail .caption .caption-wrapper .caption-support,
#from-our-blog .thumbnail .caption .caption-wrapper .caption-support,
#from-our-blog .large-thumbnail .caption .caption-wrapper .caption-support,
#continue-reading .thumbnail .caption .caption-wrapper .caption-support,
#continue-reading .large-thumbnail .caption .caption-wrapper .caption-support,
#upcoming-events .thumbnail .caption .caption-wrapper .caption-support,
#upcoming-events .large-thumbnail .caption .caption-wrapper .caption-support,
#resources .thumbnail .caption .caption-wrapper .caption-support,
#resources .large-thumbnail .caption .caption-wrapper .caption-support {
  font-size: 20.8px;
  font-size: .8125rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 600;
  color: #a5acb2;
  margin: 0
}

#latest-news .thumbnail .caption .caption-wrapper .category,
#latest-news .large-thumbnail .caption .caption-wrapper .category,
#home-events .thumbnail .caption .caption-wrapper .category,
#home-events .large-thumbnail .caption .caption-wrapper .category,
#home-resources .thumbnail .caption .caption-wrapper .category,
#home-resources .large-thumbnail .caption .caption-wrapper .category,
#news-and-announcements .thumbnail .caption .caption-wrapper .category,
#news-and-announcements .large-thumbnail .caption .caption-wrapper .category,
#from-our-blog .thumbnail .caption .caption-wrapper .category,
#from-our-blog .large-thumbnail .caption .caption-wrapper .category,
#continue-reading .thumbnail .caption .caption-wrapper .category,
#continue-reading .large-thumbnail .caption .caption-wrapper .category,
#upcoming-events .thumbnail .caption .caption-wrapper .category,
#upcoming-events .large-thumbnail .caption .caption-wrapper .category,
#resources .thumbnail .caption .caption-wrapper .category,
#resources .large-thumbnail .caption .caption-wrapper .category {
  margin-top: 25px
}

#latest-news .thumbnail .caption .caption-wrapper h3,
#latest-news .large-thumbnail .caption .caption-wrapper h3,
#home-events .thumbnail .caption .caption-wrapper h3,
#home-events .large-thumbnail .caption .caption-wrapper h3,
#home-resources .thumbnail .caption .caption-wrapper h3,
#home-resources .large-thumbnail .caption .caption-wrapper h3,
#news-and-announcements .thumbnail .caption .caption-wrapper h3,
#news-and-announcements .large-thumbnail .caption .caption-wrapper h3,
#from-our-blog .thumbnail .caption .caption-wrapper h3,
#from-our-blog .large-thumbnail .caption .caption-wrapper h3,
#continue-reading .thumbnail .caption .caption-wrapper h3,
#continue-reading .large-thumbnail .caption .caption-wrapper h3,
#upcoming-events .thumbnail .caption .caption-wrapper h3,
#upcoming-events .large-thumbnail .caption .caption-wrapper h3,
#resources .thumbnail .caption .caption-wrapper h3,
#resources .large-thumbnail .caption .caption-wrapper h3 {
  margin: 17px 0 auto 0
}

#latest-news .thumbnail .caption .caption-wrapper .date,
#latest-news .large-thumbnail .caption .caption-wrapper .date,
#home-events .thumbnail .caption .caption-wrapper .date,
#home-events .large-thumbnail .caption .caption-wrapper .date,
#home-resources .thumbnail .caption .caption-wrapper .date,
#home-resources .large-thumbnail .caption .caption-wrapper .date,
#news-and-announcements .thumbnail .caption .caption-wrapper .date,
#news-and-announcements .large-thumbnail .caption .caption-wrapper .date,
#from-our-blog .thumbnail .caption .caption-wrapper .date,
#from-our-blog .large-thumbnail .caption .caption-wrapper .date,
#continue-reading .thumbnail .caption .caption-wrapper .date,
#continue-reading .large-thumbnail .caption .caption-wrapper .date,
#upcoming-events .thumbnail .caption .caption-wrapper .date,
#upcoming-events .large-thumbnail .caption .caption-wrapper .date,
#resources .thumbnail .caption .caption-wrapper .date,
#resources .large-thumbnail .caption .caption-wrapper .date {
  margin-top: 22px
}

@media only screen and (min-width: 992px) {
  #latest-news .large-thumbnail,
  #home-events .large-thumbnail,
  #home-resources .large-thumbnail,
  #news-and-announcements .large-thumbnail,
  #from-our-blog .large-thumbnail,
  #continue-reading .large-thumbnail,
  #upcoming-events .large-thumbnail,
  #resources .large-thumbnail {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row
  }
  #latest-news .large-thumbnail:hover img,
  #latest-news .large-thumbnail:focus img,
  #home-events .large-thumbnail:hover img,
  #home-events .large-thumbnail:focus img,
  #home-resources .large-thumbnail:hover img,
  #home-resources .large-thumbnail:focus img,
  #news-and-announcements .large-thumbnail:hover img,
  #news-and-announcements .large-thumbnail:focus img,
  #from-our-blog .large-thumbnail:hover img,
  #from-our-blog .large-thumbnail:focus img,
  #continue-reading .large-thumbnail:hover img,
  #continue-reading .large-thumbnail:focus img,
  #upcoming-events .large-thumbnail:hover img,
  #upcoming-events .large-thumbnail:focus img,
  #resources .large-thumbnail:hover img,
  #resources .large-thumbnail:focus img {
    -webkit-transform: translate(-50%, -50%) scale(1.075) !important;
    -moz-transform: translate(-50%, -50%) scale(1.075) !important;
    -ms-transform: translate(-50%, -50%) scale(1.075) !important;
    -o-transform: translate(-50%, -50%) scale(1.075) !important;
    transform: translate(-50%, -50%) scale(1.075) !important
  }
  #latest-news .large-thumbnail .image-wrapper,
  #home-events .large-thumbnail .image-wrapper,
  #home-resources .large-thumbnail .image-wrapper,
  #news-and-announcements .large-thumbnail .image-wrapper,
  #from-our-blog .large-thumbnail .image-wrapper,
  #continue-reading .large-thumbnail .image-wrapper,
  #upcoming-events .large-thumbnail .image-wrapper,
  #resources .large-thumbnail .image-wrapper {
    flex: 0 1 50% !important;
    height: auto;
    overflow: hidden;
    position: relative
  }
  #latest-news .large-thumbnail .image-wrapper img,
  #home-events .large-thumbnail .image-wrapper img,
  #home-resources .large-thumbnail .image-wrapper img,
  #news-and-announcements .large-thumbnail .image-wrapper img,
  #from-our-blog .large-thumbnail .image-wrapper img,
  #continue-reading .large-thumbnail .image-wrapper img,
  #upcoming-events .large-thumbnail .image-wrapper img,
  #resources .large-thumbnail .image-wrapper img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
  }
  #latest-news .large-thumbnail .caption,
  #home-events .large-thumbnail .caption,
  #home-resources .large-thumbnail .caption,
  #news-and-announcements .large-thumbnail .caption,
  #from-our-blog .large-thumbnail .caption,
  #continue-reading .large-thumbnail .caption,
  #upcoming-events .large-thumbnail .caption,
  #resources .large-thumbnail .caption {
    padding: 0 75px;
    height: 100%;
    margin: 0 auto
  }
  #latest-news .large-thumbnail .caption .caption-wrapper,
  #home-events .large-thumbnail .caption .caption-wrapper,
  #home-resources .large-thumbnail .caption .caption-wrapper,
  #news-and-announcements .large-thumbnail .caption .caption-wrapper,
  #from-our-blog .large-thumbnail .caption .caption-wrapper,
  #continue-reading .large-thumbnail .caption .caption-wrapper,
  #upcoming-events .large-thumbnail .caption .caption-wrapper,
  #resources .large-thumbnail .caption .caption-wrapper {
    padding: 124px 0
  }
  #latest-news .large-thumbnail .caption .caption-wrapper .category,
  #home-events .large-thumbnail .caption .caption-wrapper .category,
  #home-resources .large-thumbnail .caption .caption-wrapper .category,
  #news-and-announcements .large-thumbnail .caption .caption-wrapper .category,
  #from-our-blog .large-thumbnail .caption .caption-wrapper .category,
  #continue-reading .large-thumbnail .caption .caption-wrapper .category,
  #upcoming-events .large-thumbnail .caption .caption-wrapper .category,
  #resources .large-thumbnail .caption .caption-wrapper .category {
    margin-top: auto
  }
  #latest-news .large-thumbnail .caption .caption-wrapper h3,
  #home-events .large-thumbnail .caption .caption-wrapper h3,
  #home-resources .large-thumbnail .caption .caption-wrapper h3,
  #news-and-announcements .large-thumbnail .caption .caption-wrapper h3,
  #from-our-blog .large-thumbnail .caption .caption-wrapper h3,
  #continue-reading .large-thumbnail .caption .caption-wrapper h3,
  #upcoming-events .large-thumbnail .caption .caption-wrapper h3,
  #resources .large-thumbnail .caption .caption-wrapper h3 {
    margin: 17px 0 22px 0
  }
  #latest-news .large-thumbnail .caption .caption-wrapper .date,
  #home-events .large-thumbnail .caption .caption-wrapper .date,
  #home-resources .large-thumbnail .caption .caption-wrapper .date,
  #news-and-announcements .large-thumbnail .caption .caption-wrapper .date,
  #from-our-blog .large-thumbnail .caption .caption-wrapper .date,
  #continue-reading .large-thumbnail .caption .caption-wrapper .date,
  #upcoming-events .large-thumbnail .caption .caption-wrapper .date,
  #resources .large-thumbnail .caption .caption-wrapper .date {
    margin-top: 0;
    margin-bottom: auto
  }
}

@media only screen and (min-width: 992px) {
  #latest-news .large-thumbnail.even-item,
  #home-events .large-thumbnail.even-item,
  #home-resources .large-thumbnail.even-item,
  #news-and-announcements .large-thumbnail.even-item,
  #from-our-blog .large-thumbnail.even-item,
  #continue-reading .large-thumbnail.even-item,
  #upcoming-events .large-thumbnail.even-item,
  #resources .large-thumbnail.even-item {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse
  }
}

#latest-news .event-thumbnail,
#home-events .event-thumbnail,
#home-resources .event-thumbnail,
#news-and-announcements .event-thumbnail,
#from-our-blog .event-thumbnail,
#continue-reading .event-thumbnail,
#upcoming-events .event-thumbnail,
#resources .event-thumbnail {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  margin-left: 0;
  margin-right: 0
}

#latest-news .event-thumbnail .caption,
#home-events .event-thumbnail .caption,
#home-resources .event-thumbnail .caption,
#news-and-announcements .event-thumbnail .caption,
#from-our-blog .event-thumbnail .caption,
#continue-reading .event-thumbnail .caption,
#upcoming-events .event-thumbnail .caption,
#resources .event-thumbnail .caption {
  padding: 15px 15px 20px 15px
}

#latest-news .event-thumbnail .caption .caption-wrapper,
#home-events .event-thumbnail .caption .caption-wrapper,
#home-resources .event-thumbnail .caption .caption-wrapper,
#news-and-announcements .event-thumbnail .caption .caption-wrapper,
#from-our-blog .event-thumbnail .caption .caption-wrapper,
#continue-reading .event-thumbnail .caption .caption-wrapper,
#upcoming-events .event-thumbnail .caption .caption-wrapper,
#resources .event-thumbnail .caption .caption-wrapper {
  padding-bottom: 0
}

#latest-news .event-thumbnail .caption .caption-wrapper .date,
#home-events .event-thumbnail .caption .caption-wrapper .date,
#home-resources .event-thumbnail .caption .caption-wrapper .date,
#news-and-announcements .event-thumbnail .caption .caption-wrapper .date,
#from-our-blog .event-thumbnail .caption .caption-wrapper .date,
#continue-reading .event-thumbnail .caption .caption-wrapper .date,
#upcoming-events .event-thumbnail .caption .caption-wrapper .date,
#resources .event-thumbnail .caption .caption-wrapper .date {
  margin-top: 15px
}

#latest-news .event-thumbnail .caption .caption-wrapper .location,
#home-events .event-thumbnail .caption .caption-wrapper .location,
#home-resources .event-thumbnail .caption .caption-wrapper .location,
#news-and-announcements .event-thumbnail .caption .caption-wrapper .location,
#from-our-blog .event-thumbnail .caption .caption-wrapper .location,
#continue-reading .event-thumbnail .caption .caption-wrapper .location,
#upcoming-events .event-thumbnail .caption .caption-wrapper .location,
#resources .event-thumbnail .caption .caption-wrapper .location {
  display: block;
  margin-top: 5px
}

#latest-news .event-thumbnail .caption .caption-wrapper .event-details,
#home-events .event-thumbnail .caption .caption-wrapper .event-details,
#home-resources .event-thumbnail .caption .caption-wrapper .event-details,
#news-and-announcements .event-thumbnail .caption .caption-wrapper .event-details,
#from-our-blog .event-thumbnail .caption .caption-wrapper .event-details,
#continue-reading .event-thumbnail .caption .caption-wrapper .event-details,
#upcoming-events .event-thumbnail .caption .caption-wrapper .event-details,
#resources .event-thumbnail .caption .caption-wrapper .event-details {
  margin: 22px 0 22px 0;
  max-width: 615px
}

#latest-news .event-thumbnail .caption .caption-wrapper .event-link,
#home-events .event-thumbnail .caption .caption-wrapper .event-link,
#home-resources .event-thumbnail .caption .caption-wrapper .event-link,
#news-and-announcements .event-thumbnail .caption .caption-wrapper .event-link,
#from-our-blog .event-thumbnail .caption .caption-wrapper .event-link,
#continue-reading .event-thumbnail .caption .caption-wrapper .event-link,
#upcoming-events .event-thumbnail .caption .caption-wrapper .event-link,
#resources .event-thumbnail .caption .caption-wrapper .event-link {
  -webkit-transition: 0.25s ease;
  -moz-transition: 0.25s ease;
  transition: 0.25s ease;
  vertical-align: middle;
  padding: 3px 5px;
  color: #0d88d5;
  display: inline;
  margin: 0 auto 1em auto
}

#latest-news .event-thumbnail .caption .caption-wrapper .event-link::before,
#home-events .event-thumbnail .caption .caption-wrapper .event-link::before,
#home-resources .event-thumbnail .caption .caption-wrapper .event-link::before,
#news-and-announcements .event-thumbnail .caption .caption-wrapper .event-link::before,
#from-our-blog .event-thumbnail .caption .caption-wrapper .event-link::before,
#continue-reading .event-thumbnail .caption .caption-wrapper .event-link::before,
#upcoming-events .event-thumbnail .caption .caption-wrapper .event-link::before,
#resources .event-thumbnail .caption .caption-wrapper .event-link::before {
  font-family: 'Glyphicons Halflings';
  content: "\e258";
  color: #0d88d5;
  padding-right: 5px;
  font-size: 12px;
  float: left;
  position: relative;
  top: 4px
}

#latest-news .event-thumbnail .caption .caption-wrapper .event-link span,
#home-events .event-thumbnail .caption .caption-wrapper .event-link span,
#home-resources .event-thumbnail .caption .caption-wrapper .event-link span,
#news-and-announcements .event-thumbnail .caption .caption-wrapper .event-link span,
#from-our-blog .event-thumbnail .caption .caption-wrapper .event-link span,
#continue-reading .event-thumbnail .caption .caption-wrapper .event-link span,
#upcoming-events .event-thumbnail .caption .caption-wrapper .event-link span,
#resources .event-thumbnail .caption .caption-wrapper .event-link span {
  display: block;
  overflow: hidden
}

#latest-news .event-thumbnail .caption .caption-wrapper .event-link:hover,
#latest-news .event-thumbnail .caption .caption-wrapper .event-link:focus,
#home-events .event-thumbnail .caption .caption-wrapper .event-link:hover,
#home-events .event-thumbnail .caption .caption-wrapper .event-link:focus,
#home-resources .event-thumbnail .caption .caption-wrapper .event-link:hover,
#home-resources .event-thumbnail .caption .caption-wrapper .event-link:focus,
#news-and-announcements .event-thumbnail .caption .caption-wrapper .event-link:hover,
#news-and-announcements .event-thumbnail .caption .caption-wrapper .event-link:focus,
#from-our-blog .event-thumbnail .caption .caption-wrapper .event-link:hover,
#from-our-blog .event-thumbnail .caption .caption-wrapper .event-link:focus,
#continue-reading .event-thumbnail .caption .caption-wrapper .event-link:hover,
#continue-reading .event-thumbnail .caption .caption-wrapper .event-link:focus,
#upcoming-events .event-thumbnail .caption .caption-wrapper .event-link:hover,
#upcoming-events .event-thumbnail .caption .caption-wrapper .event-link:focus,
#resources .event-thumbnail .caption .caption-wrapper .event-link:hover,
#resources .event-thumbnail .caption .caption-wrapper .event-link:focus {
  color: #1a438a
}

#latest-news .event-thumbnail .caption .caption-wrapper .event-link:hover::before,
#latest-news .event-thumbnail .caption .caption-wrapper .event-link:focus::before,
#home-events .event-thumbnail .caption .caption-wrapper .event-link:hover::before,
#home-events .event-thumbnail .caption .caption-wrapper .event-link:focus::before,
#home-resources .event-thumbnail .caption .caption-wrapper .event-link:hover::before,
#home-resources .event-thumbnail .caption .caption-wrapper .event-link:focus::before,
#news-and-announcements .event-thumbnail .caption .caption-wrapper .event-link:hover::before,
#news-and-announcements .event-thumbnail .caption .caption-wrapper .event-link:focus::before,
#from-our-blog .event-thumbnail .caption .caption-wrapper .event-link:hover::before,
#from-our-blog .event-thumbnail .caption .caption-wrapper .event-link:focus::before,
#continue-reading .event-thumbnail .caption .caption-wrapper .event-link:hover::before,
#continue-reading .event-thumbnail .caption .caption-wrapper .event-link:focus::before,
#upcoming-events .event-thumbnail .caption .caption-wrapper .event-link:hover::before,
#upcoming-events .event-thumbnail .caption .caption-wrapper .event-link:focus::before,
#resources .event-thumbnail .caption .caption-wrapper .event-link:hover::before,
#resources .event-thumbnail .caption .caption-wrapper .event-link:focus::before {
  color: #1a438a
}

@media only screen and (min-width: 768px) {
  #latest-news .event-thumbnail,
  #home-events .event-thumbnail,
  #home-resources .event-thumbnail,
  #news-and-announcements .event-thumbnail,
  #from-our-blog .event-thumbnail,
  #continue-reading .event-thumbnail,
  #upcoming-events .event-thumbnail,
  #resources .event-thumbnail {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row
  }
  #latest-news .event-thumbnail:hover img,
  #latest-news .event-thumbnail:focus img,
  #home-events .event-thumbnail:hover img,
  #home-events .event-thumbnail:focus img,
  #home-resources .event-thumbnail:hover img,
  #home-resources .event-thumbnail:focus img,
  #news-and-announcements .event-thumbnail:hover img,
  #news-and-announcements .event-thumbnail:focus img,
  #from-our-blog .event-thumbnail:hover img,
  #from-our-blog .event-thumbnail:focus img,
  #continue-reading .event-thumbnail:hover img,
  #continue-reading .event-thumbnail:focus img,
  #upcoming-events .event-thumbnail:hover img,
  #upcoming-events .event-thumbnail:focus img,
  #resources .event-thumbnail:hover img,
  #resources .event-thumbnail:focus img {
    -webkit-transform: translate(-50%, -50%) scale(1.075) !important;
    -moz-transform: translate(-50%, -50%) scale(1.075) !important;
    -ms-transform: translate(-50%, -50%) scale(1.075) !important;
    -o-transform: translate(-50%, -50%) scale(1.075) !important;
    transform: translate(-50%, -50%) scale(1.075) !important
  }
  #latest-news .event-thumbnail .image-wrapper,
  #home-events .event-thumbnail .image-wrapper,
  #home-resources .event-thumbnail .image-wrapper,
  #news-and-announcements .event-thumbnail .image-wrapper,
  #from-our-blog .event-thumbnail .image-wrapper,
  #continue-reading .event-thumbnail .image-wrapper,
  #upcoming-events .event-thumbnail .image-wrapper,
  #resources .event-thumbnail .image-wrapper {
    flex: 0 1 35% !important;
    height: auto;
    overflow: hidden;
    position: relative;
    max-width: 400px
  }
  #upcoming-events .event-thumbnail .image-wrapper {
    flex: 0 1 75% !important;
  }
  #latest-news .event-thumbnail .image-wrapper img,
  #home-events .event-thumbnail .image-wrapper img,
  #home-resources .event-thumbnail .image-wrapper img,
  #news-and-announcements .event-thumbnail .image-wrapper img,
  #from-our-blog .event-thumbnail .image-wrapper img,
  #continue-reading .event-thumbnail .image-wrapper img,
  #upcoming-events .event-thumbnail .image-wrapper img,
  #resources .event-thumbnail .image-wrapper img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
  }
  #latest-news .event-thumbnail .caption,
  #home-events .event-thumbnail .caption,
  #home-resources .event-thumbnail .caption,
  #news-and-announcements .event-thumbnail .caption,
  #from-our-blog .event-thumbnail .caption,
  #continue-reading .event-thumbnail .caption,
  #upcoming-events .event-thumbnail .caption,
  #resources .event-thumbnail .caption {
    height: 100%;
    padding: 14px 30px
  }
  #latest-news .event-thumbnail .caption .caption-wrapper,
  #home-events .event-thumbnail .caption .caption-wrapper,
  #home-resources .event-thumbnail .caption .caption-wrapper,
  #news-and-announcements .event-thumbnail .caption .caption-wrapper,
  #from-our-blog .event-thumbnail .caption .caption-wrapper,
  #continue-reading .event-thumbnail .caption .caption-wrapper,
  #upcoming-events .event-thumbnail .caption .caption-wrapper,
  #resources .event-thumbnail .caption .caption-wrapper {
    padding-bottom: 0;
    text-align: left
  }
  #latest-news .event-thumbnail .caption .caption-wrapper .date,
  #home-events .event-thumbnail .caption .caption-wrapper .date,
  #home-resources .event-thumbnail .caption .caption-wrapper .date,
  #news-and-announcements .event-thumbnail .caption .caption-wrapper .date,
  #from-our-blog .event-thumbnail .caption .caption-wrapper .date,
  #continue-reading .event-thumbnail .caption .caption-wrapper .date,
  #upcoming-events .event-thumbnail .caption .caption-wrapper .date,
  #resources .event-thumbnail .caption .caption-wrapper .date {
    margin-top: 5px
  }
  #latest-news .event-thumbnail .caption .caption-wrapper .location,
  #home-events .event-thumbnail .caption .caption-wrapper .location,
  #home-resources .event-thumbnail .caption .caption-wrapper .location,
  #news-and-announcements .event-thumbnail .caption .caption-wrapper .location,
  #from-our-blog .event-thumbnail .caption .caption-wrapper .location,
  #continue-reading .event-thumbnail .caption .caption-wrapper .location,
  #upcoming-events .event-thumbnail .caption .caption-wrapper .location,
  #resources .event-thumbnail .caption .caption-wrapper .location {
    display: inline-block;
    margin-left: 15px
  }
  #latest-news .event-thumbnail .caption .caption-wrapper .event-details,
  #home-events .event-thumbnail .caption .caption-wrapper .event-details,
  #home-resources .event-thumbnail .caption .caption-wrapper .event-details,
  #news-and-announcements .event-thumbnail .caption .caption-wrapper .event-details,
  #from-our-blog .event-thumbnail .caption .caption-wrapper .event-details,
  #continue-reading .event-thumbnail .caption .caption-wrapper .event-details,
  #upcoming-events .event-thumbnail .caption .caption-wrapper .event-details,
  #resources .event-thumbnail .caption .caption-wrapper .event-details {
    margin: 18px 0 30px 0
  }
  #latest-news .event-thumbnail .caption .caption-wrapper .event-link,
  #home-events .event-thumbnail .caption .caption-wrapper .event-link,
  #home-resources .event-thumbnail .caption .caption-wrapper .event-link,
  #news-and-announcements .event-thumbnail .caption .caption-wrapper .event-link,
  #from-our-blog .event-thumbnail .caption .caption-wrapper .event-link,
  #continue-reading .event-thumbnail .caption .caption-wrapper .event-link,
  #upcoming-events .event-thumbnail .caption .caption-wrapper .event-link,
  #resources .event-thumbnail .caption .caption-wrapper .event-link {
    margin: 0 0 1em 0
  }
}

#latest-news .hallow-btn-gray,
#home-events .hallow-btn-gray,
#home-resources .hallow-btn-gray,
#news-and-announcements .hallow-btn-gray,
#from-our-blog .hallow-btn-gray,
#continue-reading .hallow-btn-gray,
#upcoming-events .hallow-btn-gray,
#resources .hallow-btn-gray {
  margin: 25px 0 30px 0
}

#home-events .thumbnail .caption,
#from-our-blog .thumbnail .caption {
  height: 100%
}

#home-events .thumbnail .caption .caption-wrapper .caption-support,
#from-our-blog .thumbnail .caption .caption-wrapper .caption-support {
  margin: 0
}

#home-events .thumbnail .caption .caption-wrapper h3,
#from-our-blog .thumbnail .caption .caption-wrapper h3 {
  margin: 40px 0 22px 0
}

#latest-news .thumbnail:hover,
#latest-news .thumbnail:focus,
#home-events .thumbnail:hover,
#home-events .thumbnail:focus,
#news-and-announcements .thumbnail:hover,
#news-and-announcements .thumbnail:focus,
#from-our-blog .thumbnail:hover,
#from-our-blog .thumbnail:focus,
#continue-reading .thumbnail:hover,
#continue-reading .thumbnail:focus,
#upcoming-events .thumbnail:hover,
#upcoming-events .thumbnail:focus,
#resources .thumbnail:hover,
#resources .thumbnail:focus {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  -webkit-transform: scale(1.01);
  -moz-transform: scale(1.01);
  -ms-transform: scale(1.01);
  -o-transform: scale(1.01);
  transform: scale(1.01)
}

#latest-news .thumbnail:hover img,
#latest-news .thumbnail:focus img,
#home-events .thumbnail:hover img,
#home-events .thumbnail:focus img,
#news-and-announcements .thumbnail:hover img,
#news-and-announcements .thumbnail:focus img,
#from-our-blog .thumbnail:hover img,
#from-our-blog .thumbnail:focus img,
#continue-reading .thumbnail:hover img,
#continue-reading .thumbnail:focus img,
#upcoming-events .thumbnail:hover img,
#upcoming-events .thumbnail:focus img,
#resources .thumbnail:hover img,
#resources .thumbnail:focus img {
  -webkit-transform: scale(1.075);
  -moz-transform: scale(1.075);
  -ms-transform: scale(1.075);
  -o-transform: scale(1.075);
  transform: scale(1.075)
}

#home-resources {
  padding: 55px 0 75px 0
}

#home-resources .thumbnail .caption {
  padding: 30px 5%
}

#home-resources .thumbnail .caption .caption-left {
  width: 35%;
  margin-right: auto
}

#home-resources .thumbnail .caption .caption-left img {
  display: block;
  margin: 0 auto
}

#home-resources .thumbnail .caption .caption-left .lightbulb {
  margin-top: -10px
}

#home-resources .thumbnail .caption .caption-right {
  width: 62%
}

#home-resources .thumbnail .caption .caption-right h3 {
  font-size: 28px;
  margin: 0 0 18px 0
}

#home-resources .thumbnail .caption .caption-right .icon-list .link-list {
  padding: 3px 0 !important;
  color: #0d88d5 !important
}

#home-resources .thumbnail .caption .caption-right .icon-list .link-list:hover,
#home-resources .thumbnail .caption .caption-right .icon-list .link-list:focus,
#home-resources .thumbnail .caption .caption-right .icon-list .link-list:hover #home-resources .thumbnail .caption .caption-right .icon-list .link-list::before {
  color: #1a438a !important
}

#home-resources .thumbnail .caption .caption-right .icon-list .link-list::before {
  font-family: 'Glyphicons Halflings';
  content: "\e258";
  color: #0d88d5;
  padding-right: 5px;
  font-size: 12px;
  float: left;
  position: relative;
  top: 4px
}

#home-resources .thumbnail .caption .caption-right .icon-list .link-list span {
  display: block;
  overflow: hidden;
  padding: 3px 0 !important
}

#home-resources div.blue-thumbnail.thumbnail {
  background: #0d88d5;
  padding: 40px 0
}

#home-resources div.blue-thumbnail.thumbnail img {
  margin-bottom: 30px
}

#home-resources div.blue-thumbnail.thumbnail .mission-text {
  font-size: 18px;
  text-align: center;
  max-width: 300px;
  margin: 0 auto
}

@media only screen and (min-width: 992px) {
  #home-resources .flex-item {
    -webkit-flex-basis: 48%;
    -moz-flex-basis: 48%;
    flex-basis: 48%;
    -ms-flex-preferred-size: 48%;
    margin: 1%
  }
}

@media only screen and (min-width: 1200px) {
  #home-resources .flex-item {
    -webkit-flex-basis: 31.333%;
    -moz-flex-basis: 31.333%;
    flex-basis: 31.333%;
    -ms-flex-preferred-size: 31.333%
  }
}

#resources .resources {
  padding: 30px 5% 40px 5%
}

#resources .resources .flex-item {
  margin: 2% 5%
}

@media only screen and (min-width: 768px) {
  #resources .resources .flex-item {
    -webkit-flex-basis: 48%;
    -moz-flex-basis: 48%;
    flex-basis: 48%;
    -ms-flex-preferred-size: 48%;
    margin: 1%
  }
}

@media only screen and (min-width: 992px) {
  #resources .resources .flex-item {
    -webkit-flex-basis: 23%;
    -moz-flex-basis: 23%;
    flex-basis: 23%;
    -ms-flex-preferred-size: 23%
  }
}

#resources .resources .thumbnail {
  padding: 35px 15px
}

#resources .resources .thumbnail:hover img,
#resources .resources .thumbnail:focus img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1)
}

#resources .resources .thumbnail img {
  min-width: 0;
  min-height: 0;
  width: 47px;
  height: auto;
  display: block;
  margin: 0 auto 15px auto
}

#resources .resources .thumbnail .caption {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  height: 100% !important;
  padding: 0 15px
}

@media only screen and (min-width: 768px) {
  #resources .resources {
    padding: 40px 0 50px 0
  }
}

@media only screen and (min-width: 992px) {
  #resources .resources {
    padding: 60px 0 80px 0
  }
}

#news-and-announcements {
  padding: 50px 0
}

#from-our-blog {
  background: url("../images/from-our-blog.jpg") no-repeat center/cover;
  box-shadow: inset 0 0 0 1000px rgba(13, 148, 219, 0.75);
  padding-bottom: 50px
}

#from-our-blog hr {
  background-color: white
}

#from-our-blog a.btn {
  margin-top: 45px
}

#news-story {
  background-color: #f5f5f5;
  padding-top: 40px
}

#news-story article {
  background-color: white;
  width: 100%;
  padding: 50px 5% 80px 5%
}

#news-story article .category {
  font-size: 20.8px;
  font-size: .8125rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 600;
  color: #a5acb2;
  margin: 0
}

#news-story article h1 {
  font-size: 52px;
  font-size: 2.03125rem;
  margin: 5px 0 35px 0
}

#news-story article hr {
  margin: 0 0 18px 0;
  text-align: left
}

#news-story article .article-description {
  font-family: "clarendon-text-pro", serif;
  font-style: italic;
  color: #242424;
  font-size: 1.5rem
}

#news-story article .author-and-date {
  color: #888d91;
  font-size: 1.0rem;
  margin: 15px 0 35px 0;
}

#news-story article .addthis_inline_share_toolbox {
  margin-bottom: 40px
}

#news-story article .image-wrapper {
  overflow: hidden;
  position: relative;
  min-width: 100vw;
  max-width: 100vw;
  height: auto;
  max-height: 250px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-bottom: 35px
}

#news-story article .image-wrapper .feature-img {
  object-fit: cover;
  display: inline-block;
  min-width: 100%;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%)
}

#news-story article .article-body {
  color: #242424;
  line-height: 1.6;
  font-size: 28px;
  font-size: 1.09375rem;
  margin-bottom: 70px
}

#news-story article .article-body .body-start {
  font-weight: 600
}

#news-story article .author-info {
  background-color: #f5f5f5;
  padding: 6% 8%
}

#news-story article .author-info h4 {
  font-size: 32px;
  font-size: 1.25rem
}

#news-story article .author-info .info-bold {
  text-transform: uppercase;
  font-weight: 600
}

@media only screen and (min-width: 768px) {
  #news-story {
    background-color: #f5f5f5;
    padding-top: 40px
  }
  #news-story article {
    padding: 50px 5% 80px 5%
  }
  #news-story article h1 {
    font-size: 56px;
    font-size: 2.1875rem;
    margin: 5px 0 35px 0
  }
  #news-story article .image-wrapper {
    min-width: 100%;
    max-width: 100%;
    height: auto;
    max-height: 350px
  }
  #news-story article .article-body {
    color: #242424;
    line-height: 1.6;
    font-size: 28px;
    font-size: 1.09375rem;
    margin-bottom: 70px
  }
  #news-story article .article-body .body-start {
    font-weight: 600
  }
}

@media only screen and (min-width: 992px) {
  #news-story article {
    padding: 50px 7% 80px 7%
  }
  #news-story article h1 {
    font-size: 64px;
    font-size: 2.5rem;
    max-width: 75%
  }
  #news-story article .image-wrapper {
    min-width: 0;
    max-width: 50%;
    height: auto;
    max-height: 285px;
    float: right;
    padding: 0 0 25px 25px;
    margin: 0;
    left: 0;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
  }
  #news-story article .image-wrapper .feature-img {
    object-fit: cover;
    display: inline-block;
    min-width: 100%;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
  }
  #news-story article .author-info {
    padding: 3% 5%;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center
  }
  #news-story article .author-info .info-wrapper-2 {
    margin-left: 10%
  }
}

.explore-more-news {
  background-color: #1a438a
}

.explore-more-news .flex-container {
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column
}

.explore-more-news .flex-container h3 {
  margin: 0 auto;
  font-weight: 300;
  padding: 25px 0
}

.explore-more-news .flex-container .category,
.explore-more-news .flex-container .archive {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  margin-bottom: 25px
}

.explore-more-news .flex-container .category .open a,
.explore-more-news .flex-container .archive .open a {
  background-color: transparent
}

.explore-more-news .flex-container .category .open a:hover,
.explore-more-news .flex-container .category .open a:focus,
.explore-more-news .flex-container .archive .open a:hover,
.explore-more-news .flex-container .archive .open a:focus {
  background-color: transparent
}

.explore-more-news .flex-container .category .dropdown-toggle,
.explore-more-news .flex-container .archive .dropdown-toggle {
  position: relative;
  padding: 9px 15px
}

.explore-more-news .flex-container .category .dropdown-toggle .caret,
.explore-more-news .flex-container .archive .dropdown-toggle .caret {
  position: absolute;
  right: 15px;
  top: 16px
}

.explore-more-news .flex-container .category li,
.explore-more-news .flex-container .archive li {
  width: 190px;
  background: white
}

.explore-more-news .flex-container .category li a,
.explore-more-news .flex-container .archive li a {
  color: #242424
}

.explore-more-news .flex-container .category li .dropdown-menu,
.explore-more-news .flex-container .archive li .dropdown-menu {
  background-color: white;
  border-radius: 0;
  margin: 0;
  padding: 0;
  border: none
}

.explore-more-news .flex-container .category li .dropdown-menu li a,
.explore-more-news .flex-container .archive li .dropdown-menu li a {
  padding: 6px 20px
}

.explore-more-news .flex-container .category li .dropdown-menu li a:hover,
.explore-more-news .flex-container .category li .dropdown-menu li a:focus,
.explore-more-news .flex-container .archive li .dropdown-menu li a:hover,
.explore-more-news .flex-container .archive li .dropdown-menu li a:focus {
  color: #0D88D5;
  background-image: none
}

@media only screen and (min-width: 768px) {
  .explore-more-news .flex-container {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row
  }
  .explore-more-news .flex-container h3 {
    margin: 0 auto 0 0
  }
  .explore-more-news .flex-container .category,
  .explore-more-news .flex-container .archive {
    margin-right: 1em;
    margin-bottom: 0
  }
  .explore-more-news .flex-container .category .dropdown-toggle,
  .explore-more-news .flex-container .archive .dropdown-toggle {
    padding: 8px 15px
  }
}

#upcoming-events {
  padding: 50px 0
}

#upcoming-events .feature-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  overflow: hidden;
  width: 100%;
  margin-bottom: 30px
}

#upcoming-events .feature-wrapper .featured-event {
  object-fit: cover;
  width: 100% !important
}

#upcoming-events .filter-search-events {
  background-color: #1a438a;
  padding: 25px 0;
  margin-bottom: 15px
}

#upcoming-events .filter-search-events .container.flex-container {
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column
}

#upcoming-events .filter-search-events .container.flex-container .filter-dropdown-wrap {
  width: 100%;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify
}

#upcoming-events .filter-search-events .container.flex-container .filter {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 0 44%;
  -moz-flex: 1 0 44%;
  -ms-flex: 1 0 44%;
  flex: 1 0 44%;
  margin: 2%;
  text-align: left
}

#upcoming-events .filter-search-events .container.flex-container .filter .open a {
  background-color: transparent
}

#upcoming-events .filter-search-events .container.flex-container .filter .open a:hover,
#upcoming-events .filter-search-events .container.flex-container .filter .open a:focus {
  background-color: transparent
}

#upcoming-events .filter-search-events .container.flex-container .filter .dropdown-toggle {
  position: relative;
  padding: 9px 15px
}

#upcoming-events .filter-search-events .container.flex-container .filter .dropdown-toggle .caret {
  position: absolute;
  right: 15px;
  top: 18px
}

#upcoming-events .filter-search-events .container.flex-container .filter li {
  width: 100%;
  background: white
}

#upcoming-events .filter-search-events .container.flex-container .filter li a {
  color: #242424
}

#upcoming-events .filter-search-events .container.flex-container .filter li .dropdown-menu {
  background-color: white;
  border-radius: 0;
  margin: 0;
  padding: 0;
  border: none
}

#upcoming-events .filter-search-events .container.flex-container .filter li .dropdown-menu li a {
  padding: 6px 20px
}

#upcoming-events .filter-search-events .container.flex-container .filter li .dropdown-menu li a:hover,
#upcoming-events .filter-search-events .container.flex-container .filter li .dropdown-menu li a:focus {
  color: #0D88D5;
  background-image: none
}

#upcoming-events .filter-search-events .container.flex-container .search-wrap {
  width: 100%
}

@media only screen and (min-width: 768px) {
  #upcoming-events .filter-search-events {
    padding: 13px 0;
    margin-bottom: 32px
  }
  #upcoming-events .filter-search-events .container.flex-container {
    -webkit-box-align: space-between;
    -moz-box-align: space-between;
    box-align: space-between;
    -webkit-align-items: space-between;
    -moz-align-items: space-between;
    -ms-align-items: space-between;
    -o-align-items: space-between;
    align-items: space-between;
    -ms-flex-align: space-between;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row
  }
  #upcoming-events .filter-search-events .container.flex-container .filter-dropdown-wrap {
    width: auto;
    -webkit-box-lines: single;
    -moz-box-lines: single;
    box-lines: single;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center
  }
  #upcoming-events .filter-search-events .container.flex-container .filter {
    margin-bottom: 0;
    margin-right: 15px;
    margin-left: 0;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 1 auto;
    -moz-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
  }
  #upcoming-events .filter-search-events .container.flex-container .filter li {
    width: 190px;
    margin-bottom: 10px
  }
  #upcoming-events .filter-search-events .container.flex-container .search-wrap {
    margin-left: auto;
    width: auto
  }
}

@media only screen and (min-width: 992px) {
  #upcoming-events .container {
    width: 80%;
    max-width: 1170px
  }
}

#upcoming-events .view-and-subscribe {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column
}

#upcoming-events .view-and-subscribe .view-toggle {
  margin: 25px 0 15px 0;
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  box-ordinal-group: 2;
  -webkit-order: 2;
  -moz-order: 2;
  order: 2;
  -ms-flex-order: 2
}

#upcoming-events .view-and-subscribe .events-view {
  color: #a5acb2;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1.5px;
  -webkit-transition: 0.25s ease;
  -moz-transition: 0.25s ease;
  transition: 0.25s ease
}

#upcoming-events .view-and-subscribe .events-view:hover,
#upcoming-events .view-and-subscribe .events-view:focus,
#upcoming-events .view-and-subscribe .events-view:active {
  color: #242424
}

#upcoming-events .view-and-subscribe .featured-events,
#upcoming-events .view-and-subscribe .calendar-view,
#upcoming-events .view-and-subscribe .slash {
  padding: 3px 5px
}

#upcoming-events .view-and-subscribe .featured-events {
  padding-left: 0
}

#upcoming-events .view-and-subscribe .subscribe-button {
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  box-ordinal-group: 1;
  -webkit-order: 1;
  -moz-order: 1;
  order: 1;
  -ms-flex-order: 1;
  margin-top: 15px;
  text-transform: uppercase;
  color: #242424;
  font-weight: bold;
  letter-spacing: 1.5px;
  font-size: 22.4px;
  font-size: .875rem;
  padding: 3px 5px;
  vertical-align: middle
}

#upcoming-events .view-and-subscribe .subscribe-button .subscribe-icon {
  position: relative;
  top: 2px;
  font-size: 35.2px;
  font-size: 1.375rem;
  color: white;
  padding: 3px 4px;
  background-color: #ed6727;
  margin-left: 6px
}

@media only screen and (min-width: 768px) {
  #upcoming-events .view-and-subscribe {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row
  }
  #upcoming-events .view-and-subscribe .view-toggle {
    margin: 0 auto 30px 0;
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    box-ordinal-group: 1;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    -ms-flex-order: 1
  }
  #upcoming-events .view-and-subscribe .subscribe-button {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    box-ordinal-group: 2;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -ms-flex-order: 2;
    margin-top: 0;
    vertical-align: top;
    position: relative;
    top: -9px
  }
}

#resources {
  padding-top: 50px;
  padding-bottom: 0
}

#resources .listed-resources {
  margin-top: 70px
}

#resources .listed-resources .resource-headings {
  font-weight: normal;
  font-style: italic;
  color: #242424;
  font-family: "clarendon-text-pro", serif;
  font-size: 38.4px;
  font-size: 1.5rem;
  margin-bottom: 25px;
  display: inline-block;
  width: 100%
}

#resources .listed-resources .resource-links {
  margin-bottom: 50px
}

#resources .listed-resources .resource-links a {
  display: inline-block;
  font-weight: bold;
  color: #1a438a;
  padding: 3px 5px;
  margin-bottom: 8px;
  -webkit-transition: 0.25s ease;
  -moz-transition: 0.25s ease;
  transition: 0.25s ease
}

#resources .listed-resources .resource-links a:hover {
  color: #0d88d5
}

@media only screen and (min-width: 992px) {
  #resources .listed-resources .resource-links {
    margin-bottom: 0
  }
}

#search-results {
  padding: 50px 0
}

#search-results hr {
  margin-bottom: 50px
}

#search-results .flex-container {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center
}

@media screen and (min-width: 642px) {
  #search-results .flex-container {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center
  }
}

#search-results .search-bar {
  background-color: #1a438a;
  padding: 15px 0
}

@media only screen and (min-width: 992px) {
  #search-results .search-bar .container {
    max-width: 860px
  }
}

#search-results .search-bar .search-results-form {
  width: 100%;
  margin-right: 15px
}

@media screen and (max-width: 641px) {
  #search-results .search-bar {
    padding: 30px 0
  }
  #search-results .search-bar .search-results-form {
    margin: 0 0 20px
  }
}

#search-results .category {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  text-align: left;
  width: 190px
}

#search-results .category .open a {
  background-color: transparent
}

#search-results .category .open a:hover,
#search-results .category .open a:focus {
  background-color: transparent
}

#search-results .category .dropdown-toggle {
  position: relative;
  padding: 9px 15px
}

#search-results .category .dropdown-toggle .caret {
  position: absolute;
  right: 15px;
  top: 18px
}

#search-results .category li {
  width: 190px;
  background: white
}

#search-results .category li a {
  color: #242424
}

#search-results .category li .dropdown-menu {
  background-color: white;
  border-radius: 0;
  margin: 0;
  padding: 0;
  border: none
}

#search-results .category li .dropdown-menu li a {
  padding: 6px 20px
}

#search-results .category li .dropdown-menu li a:hover,
#search-results .category li .dropdown-menu li a:focus {
  color: #0D88D5;
  background-image: none
}

#search-results .popular-searches {
  font-size: 25.6px;
  font-size: 1rem;
  font-style: italic;
  font-family: "clarendon-text-pro", serif;
  opacity: .75;
  margin-top: 45px
}

#search-results .icon-list {
  margin: 0 0 35px 0;
  left: 56%;
  max-width: 300px
}

@media only screen and (min-width: 768px) {
  #search-results .icon-list {
    max-width: 650px;
    left: 54%
  }
}

@media only screen and (min-width: 992px) {
  #search-results .icon-list {
    transform: translateX(-50%)
  }
}

#search-results .icon-list .link-list {
  display: inline-block;
  color: #1a438a;
  font-weight: bold;
  line-height: 1.6;
  padding: 4px 0
}

#search-results .icon-list .link-list:hover {
  color: #89c3e1;
  text-decoration: none
}

#search-results .icon-list .link-list:hover .light-text {
  color: #89c3e1 !important
}

#search-results .icon-list .link-list a {
  display: block
}

#search-results .icon-list .link-list::before {
  font-family: 'Glyphicons Halflings';
  content: "\e258";
  color: #0d88d5;
  padding-right: 5px;
  font-size: 12px;
  float: left;
  position: relative;
  top: 4px
}

#search-results .icon-list .link-list span:not(.light-text) {
  display: block;
  overflow: hidden;
  margin-right: 0
}

#search-results .search-specific-wrapper {
  background-color: #f5f5f5;
  padding: 25px 0
}

#search-results .search-specific-wrapper h2 {
  font-weight: normal;
  font-size: 41.6px;
  font-size: 1.625rem;
  margin: 0 0 20px 0
}

#search-results .search-specific-wrapper .flex-container {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column
}

#search-results .search-specific-wrapper .flex-container .btn {
  background-color: #1a438a !important;
  margin-bottom: 15px
}

#search-results .search-specific-wrapper .flex-container .btn:last-of-type {
  margin-bottom: 0
}

#search-results .search-specific-wrapper .flex-container .btn:hover {
  background-color: #0b2a5f !important;
  border-color: #0b2a5f
}

@media only screen and (min-width: 768px) {
  #search-results .search-specific-wrapper .flex-container {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center
  }
  #search-results .search-specific-wrapper .flex-container .btn {
    background-color: #1a438a !important;
    margin: 0 10px
  }
}

#search-results .search-results-wrapper .container {
  max-width: 865px
}

#search-results .results-displayed {
  font-family: "clarendon-text-pro", serif;
  font-style: italic;
  color: #242424;
  opacity: .5;
  margin: 55px 0 50px 0
}

#search-results .results-displayed .results-number {
  opacity: 1
}

@media only screen and (min-width: 768px) {
  #search-results .results-displayed {
    text-align: left
  }
}

#search-results .search-listings {
  padding: 0
}

#search-results .search-listings li {
  list-style: none;
  text-align: left;
  margin-bottom: 30px
}

#search-results .search-listings li:last-of-type {
  margin-bottom: 0
}

#search-results .search-listings li .search-title {
  font-size: 41.6px;
  font-size: 1.625rem;
  color: #242424;
  -webkit-transition: 0.25s ease;
  -moz-transition: 0.25s ease;
  transition: 0.25s ease;
  display: inline-block;
  margin-bottom: 10px
}

#search-results .search-listings li .search-title:hover {
  color: #1a438a
}

#search-results .search-listings li .search-description {
  opacity: .75
}

#search-results .search-listings li .search-link {
  color: #0d88d5;
  font-weight: bold;
  margin-top: 5px;
  display: inline-block;
  padding: 3px 5px 3px 0;
  -webkit-transition: 0.25s ease;
  -moz-transition: 0.25s ease;
  transition: 0.25s ease
}

#search-results .search-listings li .search-link:hover {
  text-decoration: underline
}

#search-results .page-number-nav.flex-container {
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center
}

#find-a-congregation {
  padding: 50px 0;
  background-color: #f5f5f5
}

#find-a-congregation .container.flex-container {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  position: relative
}

@media screen and (max-width: 450px) {
  #find-a-congregation h1 {
    max-width: 300px;
    margin: 0 auto
  }
}

#find-a-congregation .map-interface {
  width: 100%;
  background-color: white
}

#find-a-congregation .map-interface .tabs {
  width: 100%
}

#find-a-congregation .map-interface .tabs .map-tab {
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 14px 0;
  font-size: 20.8px;
  font-size: .8125rem;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-positive: 1;
  background-color: #dadada;
  color: #757575;
  transition: all .25s ease;
  height: 46.29px;
  position: relative
}

#find-a-congregation .map-interface .tabs .map-tab.location-tab {
  box-shadow: 4px 0px 3px -2px rgba(0, 0, 0, 0.15)
}

#find-a-congregation .map-interface .tabs .map-tab.name-tab {
  box-shadow: -4px 0px 3px -2px rgba(0, 0, 0, 0.15), 4px 0px 3px -2px rgba(0, 0, 0, 0.15);
  z-index: 1
}

#find-a-congregation .map-interface .tabs .map-tab.presbytery-tab {
  box-shadow: -4px 0px 3px -2px rgba(0, 0, 0, 0.15)
}

#find-a-congregation .map-interface .tabs .map-tab:not(.active-tab):hover {
  cursor: pointer;
  margin-top: -7px;
  height: 53.29px
}

#find-a-congregation .map-interface .tabs .map-tab:not(.active-tab):hover.location-tab {
  box-shadow: 8px 4px 4px -6px rgba(0, 0, 0, 0.15)
}

#find-a-congregation .map-interface .tabs .map-tab:not(.active-tab):hover.name-tab {
  box-shadow: -8px 4px 4px -6px rgba(0, 0, 0, 0.15), 8px 4px 4px -6px rgba(0, 0, 0, 0.15)
}

#find-a-congregation .map-interface .tabs .map-tab:not(.active-tab):hover.presbytery-tab {
  box-shadow: -8px 4px 4px -6px rgba(0, 0, 0, 0.15)
}

#find-a-congregation .map-interface .tabs .active-tab {
  background-color: white;
  color: #242424;
  z-index: 2;
  margin-top: -7px;
  height: 53.29px
}

#find-a-congregation .map-interface .tabs .active-tab.location-tab {
  box-shadow: 4px 0px 3px -2px rgba(0, 0, 0, 0.15)
}

#find-a-congregation .map-interface .tabs .active-tab .name-tab {
  box-shadow: -5px 0px 3px -2px rgba(0, 0, 0, 0.15), 5px 0px 3px -2px rgba(0, 0, 0, 0.15)
}

#find-a-congregation .map-interface .tabs .active-tab.presbytery-tab {
  box-shadow: -4px 0px 3px -2px rgba(0, 0, 0, 0.15)
}

#find-a-congregation .map-interface .tabs .active-tab:hover {
  cursor: default
}

#find-a-congregation .map-interface .interface-wrapper {
  width: 100%;
  height: 100%;
  padding: 30px;
  display: none
}

#find-a-congregation .map-interface .interface-wrapper h2 {
  font-size: 38.4px;
  font-size: 1.5rem;
  max-width: 270px;
  margin: 0 auto 15px auto;
  max-width: 250px
}

#find-a-congregation .map-interface .interface-wrapper .search-wrapper {
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin-bottom: 15px
}

#find-a-congregation .map-interface .interface-wrapper .search-wrapper .search-miles,
#find-a-congregation .map-interface .interface-wrapper .search-wrapper .search-presbyteries {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  text-align: left;
  border: 1px solid #a5acb2;
  width: 130px;
  margin-left: 10px
}

#find-a-congregation .map-interface .interface-wrapper .search-wrapper .search-miles .dropdown,
#find-a-congregation .map-interface .interface-wrapper .search-wrapper .search-presbyteries .dropdown {
  width: 128px
}

#find-a-congregation .map-interface .interface-wrapper .search-wrapper .search-miles .open a,
#find-a-congregation .map-interface .interface-wrapper .search-wrapper .search-presbyteries .open a {
  background-color: transparent
}

#find-a-congregation .map-interface .interface-wrapper .search-wrapper .search-miles .open a:hover,
#find-a-congregation .map-interface .interface-wrapper .search-wrapper .search-miles .open a:focus,
#find-a-congregation .map-interface .interface-wrapper .search-wrapper .search-presbyteries .open a:hover,
#find-a-congregation .map-interface .interface-wrapper .search-wrapper .search-presbyteries .open a:focus {
  background-color: transparent
}

#find-a-congregation .map-interface .interface-wrapper .search-wrapper .search-miles .dropdown-toggle,
#find-a-congregation .map-interface .interface-wrapper .search-wrapper .search-presbyteries .dropdown-toggle {
  position: relative;
  padding: 9px 15px
}

#find-a-congregation .map-interface .interface-wrapper .search-wrapper .search-miles .dropdown-toggle .caret,
#find-a-congregation .map-interface .interface-wrapper .search-wrapper .search-presbyteries .dropdown-toggle .caret {
  position: absolute;
  right: 15px;
  top: 18px
}

#find-a-congregation .map-interface .interface-wrapper .search-wrapper .search-miles li,
#find-a-congregation .map-interface .interface-wrapper .search-wrapper .search-presbyteries li {
  background: white
}

#find-a-congregation .map-interface .interface-wrapper .search-wrapper .search-miles li a,
#find-a-congregation .map-interface .interface-wrapper .search-wrapper .search-presbyteries li a {
  color: #242424
}

#find-a-congregation .map-interface .interface-wrapper .search-wrapper .search-miles li a.presbytery-choice-text,
#find-a-congregation .map-interface .interface-wrapper .search-wrapper .search-presbyteries li a.presbytery-choice-text {
  color: #788085;
  transition: none
}

#find-a-congregation .map-interface .interface-wrapper .search-wrapper .search-miles li a.presbytery-choice-text span,
#find-a-congregation .map-interface .interface-wrapper .search-wrapper .search-presbyteries li a.presbytery-choice-text span {
  color: #242424
}

#find-a-congregation .map-interface .interface-wrapper .search-wrapper .search-miles li .dropdown-menu,
#find-a-congregation .map-interface .interface-wrapper .search-wrapper .search-presbyteries li .dropdown-menu {
  background-color: white;
  border-radius: 0;
  margin: 0;
  padding: 0;
  border: none
}

#find-a-congregation .map-interface .interface-wrapper .search-wrapper .search-miles li .dropdown-menu li a,
#find-a-congregation .map-interface .interface-wrapper .search-wrapper .search-presbyteries li .dropdown-menu li a {
  padding: 6px 20px
}

#find-a-congregation .map-interface .interface-wrapper .search-wrapper .search-miles li .dropdown-menu li a:hover,
#find-a-congregation .map-interface .interface-wrapper .search-wrapper .search-miles li .dropdown-menu li a:focus,
#find-a-congregation .map-interface .interface-wrapper .search-wrapper .search-presbyteries li .dropdown-menu li a:hover,
#find-a-congregation .map-interface .interface-wrapper .search-wrapper .search-presbyteries li .dropdown-menu li a:focus {
  color: #0D88D5;
  background-image: none
}

#find-a-congregation .map-interface .interface-wrapper .search-wrapper .search-presbyteries {
  width: 200px;
  justify-self: flex-start;
  margin: 0
}

#find-a-congregation .map-interface .interface-wrapper .search-wrapper .search-presbyteries .dropdown {
  width: 100%
}

#find-a-congregation .map-interface .interface-wrapper .search-wrapper .search-presbyteries li {
  width: 100%
}

#find-a-congregation .map-interface .interface-wrapper .search-wrapper .search-presbyteries li .dropdown-menu {
  width: 100%
}

#find-a-congregation .map-interface .interface-wrapper .search-wrapper .btn {
  margin-top: 35px;
  display: inline-block
}

#find-a-congregation .map-interface .active-section {
  display: block
}

#find-a-congregation .find-congregations {
  height: 550px;
  width: 100%;
  background: white;
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  box-ordinal-group: 2;
  -webkit-order: 2;
  -moz-order: 2;
  order: 2;
  -ms-flex-order: 2;
  display: none;
  margin-bottom: 50px
}

#find-a-congregation .find-congregations .results-numbers {
  margin: 10px 0
}

#find-a-congregation .find-congregations .results-numbers span {
  font-weight: bold
}

#find-a-congregation .find-congregations .results-window {
  position: relative;
  width: 100%;
  height: 460px;
  background-color: white;
  overflow-y: auto;
  overflow-x: hidden
}

#find-a-congregation .find-congregations .results-window .results-cards {
  padding: 0
}

#find-a-congregation .find-congregations .results-window .results-cards li {
  list-style: none;
  padding: 20px;
  background-color: #f0f0f0;
  width: 100%;
  text-align: left;
  -webkit-transition: 0.25s ease;
  -moz-transition: 0.25s ease;
  transition: 0.25s ease
}

#find-a-congregation .find-congregations .results-window .results-cards li:nth-child(2n) {
  background-color: white
}

#find-a-congregation .find-congregations .results-window .results-cards li:hover {
  cursor: pointer;
  -webkit-transform: scale(1.07);
  -moz-transform: scale(1.07);
  -ms-transform: scale(1.07);
  -o-transform: scale(1.07);
  transform: scale(1.07)
}

#find-a-congregation .find-congregations .results-window .results-cards .map-marker {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #ea1921;
  color: white;
  font-size: 15px;
  text-align: center;
  padding-top: 3px
}

#find-a-congregation .find-congregations .results-window .results-cards .card-info-wrapper {
  padding-left: 10px
}

#find-a-congregation .find-congregations .results-window .results-cards .card-info-wrapper h3 {
  margin: 5px 0;
  font-size: 1.1rem
}

#find-a-congregation .find-congregations .results-window .results-cards .card-info-wrapper p {
  font-size: 14px;
  margin-bottom: 5px
}

#find-a-congregation .find-congregations .results-window .results-cards .card-info-wrapper a {
  text-transform: uppercase;
  color: #1a438a;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: bold
}

#find-a-congregation .find-congregations .results-window .results-cards .card-info-wrapper a:hover {
  color: #0d88d5
}

#find-a-congregation .find-congregations .results-window .page-number-nav {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: white;
  width: 100.3%;
  margin: 0;
  padding: 10px
}

#find-a-congregation .map-container {
  width: 100%;
  height: 650px;
  position: relative;
  margin-top: 10px;
  background-color: white;
  margin-bottom: 50px;
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  box-ordinal-group: 1;
  -webkit-order: 1;
  -moz-order: 1;
  order: 1;
  -ms-flex-order: 1
}

#find-a-congregation .map-container .marker-label {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #ea1921;
  color: white;
  font-size: 18px;
  text-align: center;
  padding-top: 5px;
  white-space: nowrap
}

#find-a-congregation .map-container .marker-label:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1)
}

#find-a-congregation .map-container h3 {
  margin: 15px 0;
  font-size: 1.1rem
}

#find-a-congregation .map-container p {
  font-size: 14px;
  margin-bottom: 15px
}

#find-a-congregation .map-container a {
  text-transform: uppercase;
  display: inline-block;
  color: #1a438a;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: bold;
  margin-bottom: 15px
}

#find-a-congregation .map-container a:hover {
  color: #0d88d5
}

#find-a-congregation .search-specific-wrapper {
  background-color: #f5f5f5;
  padding: 25px 0
}

#find-a-congregation .search-specific-wrapper h2 {
  font-weight: normal;
  font-size: 41.6px;
  font-size: 1.625rem;
  margin: 0 0 20px 0
}

#find-a-congregation .search-specific-wrapper .flex-container {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column
}

#find-a-congregation .search-specific-wrapper .flex-container .btn {
  background-color: #1a438a !important;
  margin-bottom: 15px
}

#find-a-congregation .search-specific-wrapper .flex-container .btn:last-of-type {
  margin-bottom: 0
}

#find-a-congregation .search-specific-wrapper .flex-container .btn:hover {
  background-color: #0b2a5f !important;
  border-color: #0b2a5f
}

@media only screen and (min-width: 768px) {
  #find-a-congregation .search-specific-wrapper .flex-container {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center
  }
  #find-a-congregation .search-specific-wrapper .flex-container .btn {
    background-color: #1a438a !important;
    margin: 0 10px
  }
}

@media only screen and (min-width: 992px) {
  #find-a-congregation .container.flex-container {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row
  }
  #find-a-congregation .map-interface {
    width: 350px;
    height: 790px
  }
  #find-a-congregation .map-interface .interface-wrapper h2 {
    margin: 55px auto 15px auto
  }
  #find-a-congregation .find-congregations {
    position: absolute;
    z-index: 2;
    top: 240px;
    left: 15px;
    width: 350px;
    margin-bottom: 50px
  }
  #find-a-congregation .map-container {
    width: calc(100% - 350px);
    height: 744px;
    top: 38px;
    margin-bottom: 50px !important
  }
}

.content-area {
  background-color: white;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  padding: 5% 5% 15px 5%;
  margin: 30px 0 15px 0;
  order: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between
}

.content-area#congregation-detail-content {
  padding: 0;
  margin: 30px 0 0 0;
  width: 100%;
  display: flex;
  flex-direction: column-reverse
}

.content-area#congregation-detail-content .map-container {
  height: 380px;
  width: 100%
}

.content-area#congregation-detail-content .content-area {
  margin: 0
}

.content-area#congregation-detail-content .content-area hr {
  display: block;
  height: 1px;
  background-color: #cccccc;
  margin: 0 0 30px 0;
  max-width: 255px;
  border: none
}

.content-area .content-label {
  display: inline-block;
  text-transform: uppercase;
  font-size: .75rem;
  letter-spacing: .75px;
  color: white;
  background-color: #1a438a;
  padding: 2px 6px;
  font-weight: bold;
  align-self: flex-start;
  margin-bottom: 8px
}

.content-area h1 {
  margin: 0 0 45px 0;
  font-size: 2.03125rem;
  order: 0
}

.content-area h1.resource-h1 {
  margin-bottom: 8px
}

.content-area h1.congregation-h1 {
  margin-bottom: 10px
}

.content-area h1.taxonomy-h1 {
  margin-bottom: 25px
}

.content-area h4 {
  font-size: 1rem;
  color: #a5acb2;
  margin: 0 0 45px 0;
  font-weight: normal
}

.content-area h4 span,
.content-area h4 a {
  font-weight: bold
}

.content-area .congregation-address {
  display: flex;
  width: 100%;
  align-items: center;
  color: #a5acb2;
  font-size: .875rem;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: .75px;
  margin-bottom: 45px
}

.content-area .congregation-address i.marker {
  font-size: 2rem;
  color: #ea1921;
  margin-right: 8px
}

.content-area h3 {
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: .75px;
  margin: 0 0 20px 0
}

.content-area .col-wrapper {
  display: flex;
  flex-direction: column
}

.content-area .col-wrapper .left-col {
  margin-bottom: 45px;
  order: 2;
  border-top: 1px solid #cccccc;
  padding-top: 10px
}

.content-area .col-wrapper .left-col.event-detail-left-col {
  border-top: none;
  padding-top: 0
}

.content-area .col-wrapper .left-col.left-first {
  order: 1;
  margin-bottom: 0
}

.content-area .col-wrapper .left-col p {
  color: #a5acb2;
  margin-bottom: 25px
}

.content-area .col-wrapper .left-col .congregation-details-wrapper .detail-item {
  display: flex;
  margin-bottom: 2px
}

.content-area .col-wrapper .left-col .congregation-details-wrapper .detail-heading {
  margin: 0 10px 0 0;
  color: #a5acb2;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: .75px;
  font-size: .9rem;
  line-height: 2
}

.content-area .col-wrapper .left-col .congregation-details-wrapper .detail-heading:last-of-type {
  margin-bottom: 0
}

.content-area .col-wrapper .left-col .congregation-details-wrapper .detail-link {
  line-height: 1.5;
  font-size: .95rem;
  display: block;
  margin-top: 4px;
  color: #1a438a
}

.content-area .col-wrapper .left-col .congregation-details-wrapper .detail-link:hover {
  color: #0d88d5
}

.content-area .col-wrapper .right-col {
  order: 1;
  margin-bottom: 30px
}

.content-area .col-wrapper .right-col.right-last {
  order: 2;
  margin-bottom: 45px
}

.content-area .col-wrapper .right-col.congregation-detail-right {
  margin-bottom: 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding-top: 15px;
  padding-bottom: 15px
}

.content-area .col-wrapper .right-col h3 {
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: .75px;
  margin: 0 0 20px 0
}

.content-area .col-wrapper .right-col .download-size {
  font-size: .75rem;
  color: #a5acb2;
  margin: 8px 0 0 0;
  font-weight: bold
}

.content-area .col-wrapper .right-col .event-info-item {
  display: flex;
  width: 100%;
  align-items: flex-start;
  color: #a5acb2;
  font-size: .875rem;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: .75px;
  padding-bottom: 12px;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 13px
}

.content-area .col-wrapper .right-col .event-info-item:first-of-type {
  padding-top: 13px;
  border-top: 1px solid #cccccc
}

.content-area .col-wrapper .right-col .event-info-item:last-of-type {
  margin-bottom: 0
}

.content-area .col-wrapper .right-col .event-info-item i {
  color: #1a438a;
  font-size: 1.4rem;
  margin-right: 8px
}

.content-area .col-wrapper .right-col .event-info-item i.calendar {
  padding-left: 1px;
  margin-top: -1px
}

.content-area .col-wrapper .right-col .event-info-item i.clock {
  font-size: 1.6rem;
  margin-top: -2px
}

.content-area .col-wrapper .right-col .event-info-item i.marker {
  font-size: 1.75rem;
  padding-left: 3px;
  margin-top: -5px
}

.content-area .col-wrapper .right-col .event-info-item .eventCityState {
  display: inline
}

.content-area .col-wrapper .right-col .event-info-item .eventCityState:before {
  content: "-";
  margin-right: 5px
}

@media only screen and (min-width: 992px) {
  .content-area .col-wrapper .right-col .event-info-item .eventCityState {
    display: block
  }
  .content-area .col-wrapper .right-col .event-info-item .eventCityState:before {
    content: none
  }
}

.content-area .col-wrapper .right-col .congregation-link {
  display: flex;
  align-items: center;
  color: #1a438a;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: .75px;
  margin-bottom: 15px;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 15px
}

.content-area .col-wrapper .right-col .congregation-link:last-of-type {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0
}

.content-area .col-wrapper .right-col .congregation-link:hover {
  color: #0d88d5
}

.content-area .col-wrapper .right-col .congregation-link i {
  font-size: 1.25rem
}

.content-area .col-wrapper .right-col .congregation-link div {
  font-size: .8rem;
  padding-left: 12px;
  line-height: 1.4
}

.content-area .col-wrapper:last-of-type .left-col.left-first {
  margin-bottom: 45px
}

.content-area .share-wrapper {
  margin-bottom: 30px
}

.content-area .detail-footer {
  clear: both;
  font-size: .8rem;
  border-top: 1px solid #cccccc;
  padding-top: 10px;
  display: flex;
  flex-direction: column
}

.content-area .detail-footer p {
  margin: 0 0 3px
}

.content-area .detail-footer .info-bold {
  text-transform: uppercase;
  font-weight: 600
}

.content-area .detail-footer a {
  color: #0d88d5
}

.content-area .detail-footer a:hover,
.content-area .detail-footer a:active {
  color: #1a438a
}

.content-area .sort-dropdown {
  width: auto;
  height: 30px;
  margin-bottom: 10px
}

@media only screen and (min-width: 768px) {
  .content-area .sort-dropdown {
    margin: 0 0 10px auto
  }
}

.content-area .sort-dropdown .dropdown {
  width: 100%;
  height: 100%
}

.content-area .sort-dropdown .sort-by-text {
  display: block;
  width: 100%;
  height: 100%;
  padding: 3px 10px;
  font-weight: bold;
  background-color: transparent !important;
  color: #1a438a
}

.content-area .sort-dropdown .sort-by-text:hover {
  color: #0d88d5
}

.content-area .sort-dropdown .sort-by-text .caret {
  margin-left: 8px
}

.content-area .sort-dropdown .dropdown-menu {
  background-color: white;
  border-radius: 0;
  margin: 0;
  padding: 0;
  border: none;
  z-index: 99999;
  padding: 10px 0
}

.content-area .sort-dropdown .dropdown-menu a {
  background-color: transparent !important;
  background-image: none;
  padding: 5px 20px
}

.content-area .sort-dropdown .dropdown-menu a:hover {
  color: #0d88d5
}

#general-taxonomy .taxonomy-item {
  position: relative;
  padding: 25px;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.15);
  transition: all .3s ease;
  margin-bottom: 15px;
  background-color: white
}

#general-taxonomy .taxonomy-item:last-of-type {
  margin-bottom: 0 !important
}

#general-taxonomy .taxonomy-item:hover,
#general-taxonomy .taxonomy-item:active {
  box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.15);
  transform: scale(1.01)
}

#general-taxonomy .taxonomy-item * {
  margin: 0;
  color: #788085
}

#general-taxonomy .taxonomy-item .resource-link {
  color: #0d88d5;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.2;
  display: table;
  margin-bottom: 8px
}

#general-taxonomy .taxonomy-item .resource-link:hover,
#general-taxonomy .taxonomy-item .resource-link:active {
  color: #1a438a
}

#general-taxonomy .taxonomy-item .resource-source {
  font-size: .875rem;
  margin-bottom: 20px
}

#general-taxonomy .taxonomy-item .resource-source-link {
  position: relative;
  z-index: 10;
  color: #0d88d5
}

#general-taxonomy .taxonomy-item .resource-source-link:hover,
#general-taxonomy .taxonomy-item .resource-source-link:active {
  color: #1a438a
}

#general-taxonomy .taxonomy-pagination {
  margin: 20px auto 15px auto
}

#general-taxonomy .taxonomy-pagination .active {
  color: #242424
}

@media only screen and (min-width: 768px) {
  .content-area {
    width: calc(100% - 245px);
    padding: 45px 45px 15px 45px;
    margin: 0;
    order: 2
  }
  .content-area#congregation-detail-content {
    width: 100%;
    margin: 0
  }
  .content-area#congregation-detail-content .content-area {
    width: 100%
  }
  .content-area#congregation-detail-content .content-area hr {
    display: none
  }
  .content-area#congregation-detail-content .content-area .col-wrapper {
    flex-direction: row;
    margin-bottom: 30px
  }
  .content-area#congregation-detail-content .content-area .col-wrapper .left-col {
    width: 100%;
    order: 1;
    margin-bottom: 0 !important
  }
  .content-area#congregation-detail-content .content-area .col-wrapper .left-col.congregation-detail-left-col {
    margin-right: 50px;
    max-width: 365px;
    width: 100%
  }
  .content-area#congregation-detail-content .content-area .col-wrapper .right-col {
    width: 100%;
    max-width: none;
    min-width: 180px;
    order: 2;
    margin-bottom: 0 !important
  }
  .content-area#congregation-detail-content .content-area .col-wrapper .right-col.event-right-col {
    min-width: 255px
  }
  .content-area .content-label {
    display: none
  }
  .content-area h1 {
    font-size: 2.5rem
  }
}

@media only screen and (min-width: 992px) {
  .content-area#congregation-detail-content {
    padding: 0;
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: row
  }
  .content-area#congregation-detail-content .map-container {
    height: auto;
    width: 380px
  }
  .content-area#congregation-detail-content .congregation-single-content {
    width: calc(100% - 380px)
  }
  .content-area#congregation-detail-content .congregation-single-content .col-wrapper .left-col {
    max-width: 365px;
    margin-right: 50px
  }
  .content-area#congregation-detail-content .congregation-single-content .col-wrapper .left-col.congregation-detail-left-col {
    width: 100%;
    max-width: none;
    margin-right: 0;
    margin-bottom: 45px !important
  }
  .content-area#congregation-detail-content .congregation-single-content hr {
    display: block;
    max-width: none;
    width: 100%
  }
  .content-area#congregation-detail-content .congregation-single-content .col-wrapper {
    flex-direction: column
  }
  .content-area .col-wrapper {
    flex-direction: row;
    align-items: flex-start;
    margin-bottom: 45px
  }
  .content-area .col-wrapper:last-of-type {
    margin-bottom: 45px
  }
  .content-area .col-wrapper .left-col {
    width: 100%;
    margin-right: 50px;
    order: 1;
    margin-bottom: 0 !important
  }
  .content-area .col-wrapper .left-col.event-detail-left-col {
    max-width: 500px;
    border-top: 1px solid #cccccc;
    padding-top: 10px
  }
  .content-area .col-wrapper .left-col.resource-detail-left-col {
    max-width: 575px
  }
  .content-area .col-wrapper .left-col p {
    margin-bottom: 0
  }
  .content-area .col-wrapper .right-col {
    width: auto;
    max-width: 255px;
    min-width: 180px;
    order: 2;
    margin-bottom: 0 !important
  }
  .content-area .col-wrapper .right-col.event-right-col {
    min-width: 255px
  }
  .content-area .col-wrapper .right-col.resource-right-col {
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    padding-top: 15px;
    padding-bottom: 15px
  }
  .content-area .detail-footer {
    flex-direction: row
  }
  .content-area .detail-footer .info-wrapper {
    width: 50%
  }
  .content-area .detail-footer .info-wrapper.info-wrapper-1 {
    padding-right: 20px
  }
}

@media only screen and (min-width: 1200px) {
  .content-area#congregation-detail-content {
    min-height: 455px
  }
  .content-area#congregation-detail-content .map-container {
    height: auto;
    width: 380px
  }
  .content-area#congregation-detail-content .congregation-single-content {
    width: calc(100% - 380px)
  }
  .content-area#congregation-detail-content .congregation-single-content hr {
    display: none
  }
  .content-area#congregation-detail-content .congregation-single-content .col-wrapper {
    flex-direction: row
  }
  .content-area#congregation-detail-content .congregation-single-content .col-wrapper .left-col.congregation-detail-left-col {
    margin-right: 50px;
    max-width: 365px;
    width: 100%
  }
  .content-area#congregation-detail-content .congregation-single-content .col-wrapper .right-col {
    width: auto;
    max-width: 255px
  }
}

@media print {
  body header,
  body .secondary-nav {
    display: none
  }
  body #news-story {
    padding: 0
  }
  body #news-story article {
    background-color: white;
    width: 100vw;
    padding: .75in
  }
  body #news-story article .category {
    font-size: 12pt;
    letter-spacing: 2pt;
    font-weight: 600
  }
  body #news-story article h1 {
    font-size: 32pt;
    margin: .2in 0 .5in 0;
    max-width: 7in
  }
  body #news-story article hr {
    margin: 0 0 .25in 0
  }
  body #news-story article .article-description {
    font-size: 20pt
  }
  body #news-story article .author-and-date {
    margin: .2in 0 .5in 0
  }
  body #news-story article .addthis_inline_share_toolbox {
    display: none
  }
  body #news-story article .image-wrapper {
    min-width: 0;
    max-width: 4in;
    height: auto;
    max-height: 3.5in;
    float: right;
    padding: 0 0 .15in .15in;
    margin: 0;
    left: 0;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
  }
  body #news-story article .image-wrapper .feature-img {
    object-fit: cover;
    display: inline-block;
    min-width: 100%;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
  }
  body #news-story article .article-body {
    font-size: 12pt;
    margin-bottom: .75in
  }
  body #news-story article .article-body .body-start {
    font-weight: 600
  }
  body #news-story article .author-info {
    background-color: #f5f5f5;
    padding: .3in .4in;
    border: 1px solid black;
    page-break-before: always;
    margin-top: 0.75in h4;
    margin-top-font-size: 18pt
  }
  body #news-story article .author-info .author-details {
    margin-bottom: .25in
  }
  body .explore-more-news,
  body #continue-reading,
  body footer {
    display: none
  }
}

a,
a:hover,
a:focus {
  text-decoration: none;
  outline: 0 none;
  box-shadow: 0 none
}

body,
html {
  overflow-x: hidden;
  padding-right: 0 !important
}

body *::selection,
html *::selection {
  background: #fff2a8
}

body *::-moz-selection,
html *::-moz-selection {
  background: #fff2a8
}

hr {
  max-width: 70px;
  height: 4px;
  background-color: #b8bfc4;
  margin-bottom: 30px
}

.flex-container {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex
}

.no-padding {
  padding: 0
}

.light-text-on-dark {
  color: white
}

.dark-text-on-light {
  color: #242424
}

#image-links {
  padding: 30px 0
}

#image-links .flex-container {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column
}

#image-links .flex-container a {
  padding: 1em 1em
}

@media only screen and (min-width: 768px) {
  #image-links .flex-container {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row
  }
}

#cta-break {
  background: url("../images/cta-image.jpg") no-repeat right center/cover;
}

@media screen and (min-width: 769px) {
  #cta-break {
    background: url("../images/cta-image.jpg") no-repeat center/cover;
  }
}

#cta-break .cta {
  background-color: rgba(13, 148, 219, 0.85);
  padding: 120px 40px 100px 40px;
}

#cta-break .cta .cta-caption-title {
  text-shadow: none;
  margin-top: 0;
}

#cta-break .cta hr {
  background-color: white;
}

.cta-caption-text {
  font-family: "clarendon-text-pro", serif;
  font-style: italic;
  font-weight: 400;
  text-shadow: none;
  margin-bottom: 30px;
  line-height: 1.5
}

#news-and-announcements h1,
#upcoming-events h1,
#resources h1,
#search-results h1,
#find-a-congregation h1 {
  font-size: 64px;
  font-size: 2.5rem
}

#news-and-announcements hr,
#upcoming-events hr,
#resources hr,
#search-results hr,
#find-a-congregation hr {
  margin-bottom: 50px
}

#from-our-blog h2 {
  font-size: 56px;
  font-size: 2.1875rem
}

.page-number-nav {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  height: 50px;
    background: white;
    align-items: center;
  /* margin: 40px auto 15px auto */
}

.page-number-nav a {
  color: #a5acb2;
  padding: 3px 4px;
  margin: 0 7px;
  -webkit-transition: 0.25s ease;
  -moz-transition: 0.25s ease;
  transition: 0.25s ease
}

.page-number-nav a:hover,
.page-number-nav a:focus,
.page-number-nav a:active {
  color: #242424
}

.page-number-nav a i {
  font-size: 32px;
  font-size: 1.25rem
}

.page-number-nav a .fa-angle-left {
  margin-right: 15px
}

.page-number-nav a .fa-angle-right {
  margin-left: 15px
}

.margin-center {
  margin-left: auto;
  margin-right: auto
}

.dropdown-pull-right {
  position: absolute;
  float: right !important;
  right: 0;
  left: auto
}

.dropdown-pull-right>.dropdown-menu {
  right: 0;
  left: auto
}

.number-two {
  margin-bottom: 60px
}

.info-about {
  text-align: center;
  clear: both;
  width: 320px;
  margin: 0 auto
}

.info-about li {
  width: 320px;
  background: white
}

.info-about li .dropdown-menu {
  background-color: white;
  border-radius: 0;
  margin: 0;
  padding: 0;
  border: none;
  max-height: 300px;
  overflow: auto;
  max-width: 320px
}

.info-about li .dropdown-menu li a {
  padding: 10px 18px
}

.info-about li .dropdown-menu li a:hover {
  background: transparent;
  color: #0d88d5
}

.info-about .dropdown-toggle {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  position: relative;
  padding: 10px 18px;
  border-radius: 0;
  text-align: left;
  color: #242424
}

.invalid-form {
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
  margin-bottom: 0
}

.invalid-form .invalid-input {
  background-color: #ffdee4;
  border: 1px solid #ea1921 !important
}

.invalid-text-wrapper {
  margin-left: -100%;
  margin-right: -100%;
  text-align: center;
  display: none
}

.invalid-text-wrapper .invalid-text {
  color: #ea1921;
  margin: 10px auto;
  font-size: .95rem;
  display: table;
  white-space: nowrap
}

.invalid-text-wrapper .invalid-text span {
  font-weight: bold
}

@keyframes shake {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0)
  }
  20%,
  80% {
    transform: translate3d(2px, 0, 0)
  }
  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0)
  }
  40%,
  60% {
    transform: translate3d(4px, 0, 0)
  }
}

#latest-news .flex-item,
#news-and-announcements .flex-item,
#home-resources .flex-item {
  flex-direction: column;
  flex: 0 1 100%;
  margin: 0 5% 30px 5%;
}

@media screen and (min-width: 767px) {
  #latest-news .flex-item,
  #news-and-announcements .flex-item,
  #home-resources .flex-item {
    flex-basis: 48%;
    margin: 0 1% 15px 1%;
  }
}

@media screen and (min-width: 992px) {
  #latest-news .flex-item,
  #news-and-announcements .flex-item,
  #home-resources .flex-item {
    flex-basis: 31.3333%;
    margin: 0 1% 22px 1%;
  }
}

#upcoming-events .flex-item {
  margin: 0 5% 30px 5%;
}

/* ______________________________________________

GOOGLE CSE
______________________________________________ */

.google-custom-search {
    position: relative !important;
}

.google-custom-search > div {
    margin: 0 !important;
    padding: 0 20px !important;
    font-family: "canada-type-gibson", sans-serif !important;
}

.google-custom-search .gsc-control-cse {
    padding: 0 !important;
    background-color: transparent !important;
    border: none !important;
}

.google-custom-search form.gsc-search-box {
    margin-bottom: 0 !important;
}

.google-custom-search table.gsc-search-box {
    margin: 0 !important;
}

.google-custom-search .gsc-search-box-tools .gsc-search-box .gsc-input {
    padding-right: 0 !important;
}

.google-custom-search .gsc-input table {
    width: 100% !important;
    padding: 0px !important;
}

.google-custom-search .gsc-input table td {
    padding: 0 10px !important;
}

.google-custom-search .gsc-input-box {
    border: none !important;
    box-shadow: none !important;
}

.google-custom-search input[type="text"].gsc-input {
    font-size: 1rem !important;
    height: auto !important;
    margin: 0px !important;
    padding: 9px !important;
    color: #333333 !important;
    background: none !important;
    text-indent: 0 !important;
}

.google-custom-search .gsst_a .gscb_a {
    color: #b8bfc4 !important;
    margin-top: 7px !important;
}

.google-custom-search button.gsc-search-button {
    margin: 0 !important;
    border: none !important;
    border-radius: 0 !important;
    width: 42px !important;
    height: 42px !important;
    padding: 0 !important;
    position: relative !important;
}

.google-custom-search button.gsc-search-button:before {
    content: "\f002" !important;
    position: absolute !important;
    font-family: FontAwesome !important;
    font-size: 1.4rem !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    font-weight: normal !important;
}

.google-custom-search .gsc-search-button svg {
    display: none !important;
}


/* RESULTS OVERLAY WRAPPER (NOT BEING USED IF DIRECTED TO SEARCH RESULTS PAGE) */

/* .google-custom-search .gsc-results-wrapper-overlay,
.google-custom-search .gsc-results-wrapper-overlay * {
    font-family: "canada-type-gibson", sans-serif !important;
}

.google-custom-search .gsc-results-wrapper-overlay .gsc-selected-option-container {
    background: transparent !important;
    font-size: .75rem !important;
}

.google-custom-search .gsc-results-wrapper-overlay .gsc-thumbnail-inside,
.google-custom-search .gsc-results-wrapper-overlay .gsc-url-top {
    padding: 0 !important;
}

.google-custom-search .gsc-results-wrapper-overlay .gs-visibleUrl {
    color: rgb(26, 67, 138) !important;
    margin-bottom: 5px;
}

.google-custom-search .gsc-results-wrapper-overlay .gsc-table-result {
    font-size: 14px !important;
}

.google-custom-search .gsc-results-wrapper-overlay .gs-title {
    color: #0d88d5 !important;
    text-align: left !important;
    transition: color .25s ease;
}

.google-custom-search .gsc-results-wrapper-overlay .gs-title *,
.google-custom-search .gsc-results-wrapper-overlay .gsc-cursor * {
    color: #0d88d5 !important;
    transition: color .25s ease;
}

.google-custom-search .gsc-results-wrapper-overlay .gs-title:hover,
.google-custom-search .gsc-results-wrapper-overlay .gs-title:hover *,
.google-custom-search .gsc-results-wrapper-overlay .gs-title:hover a,
.google-custom-search .gsc-results-wrapper-overlay .gs-title:hover b,
.google-custom-search .gsc-results-wrapper-overlay .gsc-cursor *:hover {
    color: rgb(26, 67, 138) !important;
}

.google-custom-search .gsc-results-wrapper-overlay .gsc-cursor-box {
    display: flex;
    justify-content: center;
}

.google-custom-search .gsc-results-wrapper-overlay .gsc-cursor {
    font-size: 1rem;
} */


/* CSE RESULTS PAGE */
.gsc-control-cse,
.gsc-control-cse * {
    font-family: "canada-type-gibson", sans-serif !important;
}

.gsc-control-cse .gsc-thumbnail-inside,
.gsc-control-cse .gsc-url-top {
    padding: 0;
}

.gsc-control-cse .gs-title,
.gsc-control-cse .gs-title a,
.gsc-control-cse .gs-title b {
  font-size: 1.1rem !important;
  text-decoration: none !important;
  color: #0d88d5 !important;
  margin-bottom: 2px;
  transition: color .25s ease;
}

.gsc-control-cse .gs-title:hover,
.gsc-control-cse .gs-title:hover a,
.gsc-control-cse .gs-title:hover b,
.gsc-control-cse .gs-title:visited,
.gsc-control-cse .gs-title:visited a,
.gsc-control-cse .gs-title:visited b {
  color: #1a438a !important;
}

.gsc-control-cse .gs-visibleUrl {
  color: #75bde6 !important;
  font-size: 0.9rem;
}

.gsc-control-cse .gs-snippet {
  font-size: 0.9rem;
  color: #788085 !important;
  line-height: 1.2;
}


/* MODAL CSE */
.modal .google-custom-search {
    display: none !important;
}

.modal.in .google-custom-search {
    display: block !important;
}

.modal.in {
    background-color: rgba(24, 49, 95, 0.9);
    padding-right: 0 !important;
    z-index: 4999;
    flex-direction: column !important;
    justify-content: space-around !important;
    display: flex !important;
}

.modal-cse > div {
    max-width: 500px !important;
    margin: auto !important;
}

table.gstl_50 .gsc-completion-container {
    position: fixed !important;
    width: 419px !important;
    max-width: 75vw !important;
}

/* EVENT CSE */
.event-cse > div {
    max-width: 300px !important;
    padding: 0 !important;
}


@media screen and (max-width: 768px) {
    .google-custom-search .gsc-results-wrapper-overlay {
        width: 90vw !important;
        max-width: none !important;
        padding: 20px !important;
        left: 50% !important;
        top: 50% !important;
        transform: translate(-50%, -50%) !important;
    }

    .event-cse > div {
        margin: 10px auto auto auto !important;
    }
}

/* DETAIL CSE */
.detail-cse > div {
    margin-bottom: 20px !important;
}

/* RESOURCES CSE */
.resources-cse {
    max-width: 450px !important;
    margin: 25px auto 40px auto !important;
}
