/* TOC 

1.  Variables
2.  Global
3.  Home
4.  Modules

*/
/*------------------------------------*
   1. Variables
*------------------------------------*/
.animate-all {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.center-horizontal {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.center-vertical {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.text-overlay-shadow {
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
}
/*---*
Flex Grid
*----*/
@media (min-width: 768px) {
  .flex-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  .flex-grid .column {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
  }
  .flex-grid .column .block-item {
    flex: 1;
    -ms-flex: 1 1 auto;
  }
  .flex-grid:before,
  .flex-grid:after {
    content: normal;
  }
}
/*------------------------------------*
   2. Global
*------------------------------------*/
/*---*
type
*----*/
body {
  font-family: "ff-kievit-web", "Helvetica light", Ariel, Helvetica, sans-serif;
  line-height: 1.25em;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-text-stroke: 1px transparent;
  background: #fff;
}
a {
  color: #28274d;
}
a.standard {
  color: #29aae1;
}
.btn {
  border-radius: 0;
}
ul.site-map {
  line-height: 1.8em;
  font-size: 18px;
}
ul.site-map > li {
  text-transform: uppercase;
  font-weight: bold;
  padding-bottom: 15px;
}
ul.site-map > li > ul {
  list-style: none;
}
ul.site-map > li > ul li {
  font-weight: normal;
  text-transform: none;
}
ul.site-map > li > ul li:before {
  content: '- ';
}
/*---*
legacy
*----*/
h1 {
  margin-top: 15px;
  margin-bottom: 20px;
  color: #29aae1;
  text-align: center;
  text-transform: uppercase;
  font-size: 36px;
  font-weight: 600;
  padding-top: 50px;
}
h2.standard {
  font-size: 25px;
  text-transform: uppercase;
  font-weight: bold;
  color: #29aae1;
  text-align: left;
  padding-top: 10px;
  padding-bottom: 5px;
}
h3.standard {
  color: #051c48;
  font-weight: bold;
  font-size: 21px;
  padding-top: 10px;
}
h4 {
  color: #051c48;
  font-weight: bold;
  font-size: 14px;
}
h4 a {
  text-decoration: underline;
}
h5 {
  font-weight: bold;
}
#mobile-menu .Buttonbar {
  display: block;
  width: 100%;
  height: 19px;
  padding: 10px 10px 10px 20px;
}
#mobile-menu .Buttonbar ul {
  display: inline-block;
  list-style: none;
  width: 100%;
  padding-left: 0;
  margin-left: 0;
  margin-bottom: 10px;
}
#mobile-menu .Buttonbar ul li {
  display: inline-block;
  margin-right: 15px;
}
#mobile-menu .Buttonbar ul li.social {
  color: #414042;
  font-size: 1.8em;
}
#mobile-menu .Buttonbar ul li:last-of-type {
  margin-right: 0px;
}
#mobile-menu .Buttonbar.close-btn {
  display: block;
  width: 100%;
  height: 70px;
  margin-left: 0;
  padding: 10px 10px 10px 20px;
  border-bottom: 1px solid #c4c4c4;
}
#mobile-menu .Buttonbar.close-btn a.close {
  opacity: 1.0 !important;
  float: none !important;
}
#mobile-menu .Buttonbar.close-btn a.close {
  display: block;
  height: 50px;
  width: 43px;
  font-size: 0px;
  background: url('/assets/img/mobile-menu-icon-close.png') no-repeat;
}
#mobile-menu .search-bar {
  margin: 20px 0;
}
#mobile-menu .search-bar input[type="text"] {
  height: 30px;
  font-size: 1em;
  box-shadow: none;
  margin: 0;
  padding: 3px 0.5em ;
  line-height: 1.65em;
  border: none;
  border-radius: 0;
  outline: none;
  background: #fff;
}
#mobile-menu .search-bar button {
  padding: 0.3625em 1.3em;
  height: 30px;
  background: #fff;
  color: #29aae1;
}
#mobile-menu .search-bar input[type="submit"].btn {
  display: inline-block;
  vertical-align: top;
  font-family: "Helvetica Neue", Helvetica, Tahoma, sans-serif;
  font-size: .5em;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  color: #222222;
  -webkit-appearance: none;
  outline: none;
  margin: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  background: #e0e3e5;
  padding: 0.55em 2.5em;
}
#mobile-menu .btn-append {
  width: 1%;
  vertical-align: middle;
  color: #29aae0;
  /*display: table-cell !important;*/
}
#mobile-menu .btn-append .btn {
  display: inline-block;
  margin: -3px 0 0 -5px;
  border: none;
  border-radius: 0;
  color: #29aae0;
  background: #fff;
}
#mobile-menu .Buttonbar.search {
  display: block;
  width: 100%;
  height: 25px;
  padding: 6px 10px 8px 20px;
  border-bottom: 1px solid #c4c4c4;
}
#mobile-menu .Buttonbar.search input#keywords {
  display: inline-block !important;
  float: left !important;
  width: 150px !important;
  border: 1px solid rgba(196, 196, 196, 0.5) !important;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
#mobile-menu .Buttonbar.search input.ui-btn-2 {
  display: inline-block !important;
  float: left !important;
  width: 40px !important;
  height: 27px !important;
  background: #0089C6 !important;
  color: #FFFFFF !important;
  text-shadow: none !important;
  padding: 0px;
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomright: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
/*---*
primarynav
*----*/
#primarynav {
  background-color: #fff !important;
  z-index: 1000;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#primarynav .main-nav {
  margin: 30px 0 0;
}
#primarynav .main-nav > li {
  position: relative;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
}
#primarynav .main-nav > li a {
  color: #000;
  padding: 16px 24px;
}
#primarynav .main-nav > li:hover,
#primarynav .main-nav > li.active {
  background: rgba(242, 243, 243, 0.95);
}
#primarynav .main-nav > li:hover ul {
  display: block;
}
#primarynav .main-nav > li ul {
  display: none;
  background: rgba(242, 243, 243, 0.95);
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 160px;
  margin: 0;
  padding: 0;
  list-style: none;
}
#primarynav .main-nav > li ul li {
  font-size: 18px;
  font-weight: normal;
  text-transform: none;
  line-height: 1.42857143;
  white-space: nowrap;
}
#primarynav .main-nav > li ul li a {
  display: block;
  padding: 12px 25px;
  color: #000;
}
#primarynav .main-nav > li ul li a:hover {
  color: #fff;
  background-color: #404041;
  text-decoration: none;
}
#mobile-menu-button {
  background: url('/assets/svg/hamburger.svg') no-repeat;
  width: 55px !important;
  height: 30px !important;
}
@media (min-width: 992px) {
  #primarynav > .container {
    max-width: 1140px;
  }
}
@media (min-width: 768px) {
  #primarynav > .container {
    flex-wrap: wrap;
  }
}
@media (max-width: 1050px) {
  #primarynav .main-nav > li {
    font-size: 15px;
  }
  #primarynav .main-nav > li > a {
    padding: 16px 6px;
  }
  #primarynav-menu {
    justify-content: center;
  }
}
/*---*
navbar-brand
*----*/
.navbar-brand img {
  width: 165px;
}
@media (min-width: 992px) {
  .navbar-brand img {
    width: 250px;
  }
}
/*---*
utility-nav
*----*/
.utility-nav .donate,
.utility-nav .signup {
  background: #29aae1;
  letter-spacing: 1px;
  margin-right: 1em;
  font-weight: bold;
  text-transform: uppercase;
  min-width: 130px;
  white-space: nowrap;
  text-align: center;
  font-size: 14px;
  font-size: 1em;
}
.utility-nav .donate a,
.utility-nav .signup a {
  color: #28294e;
  padding: 10px 15px;
}
.utility-nav .donate a:hover,
.utility-nav .signup a:hover {
  color: #28294e;
  text-decoration: underline;
}
.utility-nav .donate a span,
.utility-nav .signup a span {
  color: #ffffff !important;
}
.utility-nav .social > a {
  color: #414042 !important;
  font-size: 24px;
}
.utility-nav .search {
  border-left: 1px solid #bebebe;
  border-right: 1px solid #bebebe;
  margin: 0 15px;
}
.utility-nav .search > a {
  font-size: 24px;
  color: #29aae1 !important;
  padding-top: 0;
  padding-bottom: 0;
}
.utility-nav .search-bar {
  background: #f2f3f3;
  border: none;
  border-radius: 0;
  padding: 20px;
  width: 400px;
}
.utility-nav .search-bar input[type='text'] {
  font-size: 20px;
  border: none;
}
.utility-nav .search-bar button {
  background: #fff;
  color: #29aae1;
}
/*---*
footer
*----*/
#footer {
  background-color: #404042;
  padding: 42px 0;
}
#footer h3 {
  margin: 0;
  padding: 0;
  color: #29aae0;
  font-size: 18px;
  font-weight: normal;
  line-height: 22px;
}
#footer .guidestar {
  margin-top: 27px;
}
#footer .guidestar img {
  width: 80px;
}
#footer .guidestar p {
  margin: 0;
}
#footer p {
  color: #fff;
}
#footer address {
  color: #fff;
}
#footer address a {
  color: #fff;
}
#footer .subnav-ftr li a {
  color: #fff;
}
#footer .subnav-ftr li a.donate {
  color: #29aae0;
}
@media (min-width: 768px) {
  #footer address {
    padding: 0 0 0 21px;
    border-left: 1px solid #6d6f71;
  }
  #footer .copyright {
    margin: 0 0 0 21px;
  }
}
/*---*
interior-main-block
*----*/
.interior-main-block > .container {
  max-width: 845px;
}
.interior-page-header {
  margin-bottom: 40px;
  position: relative;
  overflow: hidden;
}
.interior-page-header:after {
  content: '';
  width: 100px;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -50px;
  background-color: #000;
}
.interior-page-body {
  margin-bottom: 40px;
}
.interior-page-body .main-content-body p {
  font-size: 18px;
  line-height: 33px;
  margin: 0 0 15px;
}
/*------------------------------------*
   3. Home
*------------------------------------*/
/* Homepage Carousel */
.carousel {
  margin-top: -6px;
  padding-top: 0;
}
.carousel .carousel-item {
  height: 440px;
}
.carousel-inner {
  overflow: hidden;
}
.carousel-inner img {
  width: 100%;
  overflow: hidden;
}
.carousel-caption {
  position: absolute;
  top: 0;
  left: 15%;
  width: 250px;
  height: 320px;
  z-index: 10;
  padding: 40px;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  text-shadow: none;
}
.carousel-caption h3 {
  font-size: 18px;
  color: #fff;
  font-weight: normal;
}
.carousel-caption p.teaser {
  font-style: italic;
  font-size: 18px;
  line-height: 28px;
}
.carousel-caption p.border {
  margin: 1.8em auto;
  height: 1px;
  width: 70px;
  border-bottom: 1px solid #fff;
}
.carousel-caption .caption-text {
  height: 100%;
}
.carousel-caption p.link {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: 0;
  text-align: center;
}
.carousel-caption a {
  font-size: 1.2em;
  color: #29aae0;
}
.carousel-caption .arrow {
  padding-left: 1em;
  color: #29aae1;
}
@media (max-width: 768px) {
  .carousel {
    margin-top: 6px;
  }
  .carousel-caption {
    left: 0;
    height: 100%;
    padding: 1em;
    color: #fff;
  }
  .carousel-caption .caption-text {
    height: 100%;
  }
  .carousel-caption p.link {
    position: absolute;
    bottom: 10px;
    text-align: center;
  }
  .carousel-caption p.teaser {
    padding-bottom: 12px;
  }
  .carousel-caption p.border {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
.carousel-caption .btn {
  text-shadow: none;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5%;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  opacity: 0.9;
  filter: alpha(opacity=50);
}
.carousel-control .glyphicon-triangle-right,
.carousel-control .glyphicon-triangle-left {
  position: absolute;
  top: 50%;
  z-index: 5;
  opacity: 1;
}
.home-body-block > .container {
  max-width: 1012px;
  padding-top: 48px;
  padding-bottom: 48px;
}
.home-body-block hr {
  margin: .5em 1em 3%;
  height: 1px;
  border: none;
  border-top: 1px solid #d1d3d4;
}
.home-body-block .tools {
  padding: 0  48px 48px;
}
.home-body-block .tools h3 {
  color: #1caaef;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: bold;
  margin-top: 20px;
}
.home-body-block .tools h3.black {
  color: #000;
}
.home-body-block .tools p {
  font-size: 17px;
  font-style: italic;
  color: #272650;
  line-height: 23.52px;
}
.home-body-block .tools a {
  color: #1caae4;
  font-size: 17px;
  font-weight: bold;
}
.home-body-block .tools i {
  padding-left: 1em;
}
.home-body-block .news-home {
  padding-top: 50px;
}
.home-body-block .news-home .panel {
  background: #f1f1f2;
  width: 255px;
  overflow: hidden;
}
.home-body-block .news-home .panel h4 {
  color: #fff;
  font-size: 17px;
  text-align: center;
  text-transform: uppercase;
  /*background: #414042;
  background: #00ADEF;*/
  background: #1d428a;
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 17px;
  padding-bottom: 16px;
}
.home-body-block .news-home .panel h4 a {
  color: #ffffff;
  text-decoration: none;
}
.home-body-block .news-home .news,
.home-body-block .news-home .deadlines {
  text-align: center;
}
.home-body-block .news-home .news a.date,
.home-body-block .news-home .deadlines a.date {
  margin-top: 2em;
  color: #1caae4;
  font-size: 1.2em;
  font-weight: bold;
}
.home-body-block .news-home .news p,
.home-body-block .news-home .deadlines p {
  padding-left: 28px;
  padding-right: 28px;
  color: #272650;
  font-size: 17px;
  font-weight: bold;
  line-height: 20px;
  letter-spacing: 1px;
}
.home-body-block .news-home .news p a,
.home-body-block .news-home .deadlines p a {
  color: #272650;
  font-weight: bold;
  line-height: 1.1em;
  letter-spacing: 1px;
}
.home-body-block .news-home .events {
  text-align: center;
}
.home-body-block .news-home .events div.text {
  height: 330px;
  padding-top: 6em;
  background: rgba(0, 0, 0, 0.4);
}
.home-body-block .news-home .events div.text p {
  color: #fff;
}
.home-body-block .news-home .events div.text h5 {
  color: #fff;
}
.home-body-block .news-home .events .bkg {
  height: 330px;
}
.home-body-block .news-home .events img {
  width: 100%;
}
.home-body-block .news-home .events a,
.home-body-block .news-home .events a.date {
  padding-top: 1em;
  color: #fff;
  font-size: 1.2em;
  font-weight: bold;
}
.home-body-block .news-home .events p {
  color: #fff;
  line-height: 1.3;
  font-weight: bold;
  padding-left: 1em;
  padding-right: 1em;
  letter-spacing: 1px;
}
@media (max-width: 991px) {
  .home-body-block #access {
    width: 100%!important;
    padding-top: 25px;
    margin: 0 auto;
  }
  .home-body-block #cogvit {
    width: 100%!important;
    margin: 0 auto;
  }
  .home-body-block .news-home .panel {
    background: #f1f1f2;
    min-height: 330px;
    width: 100%;
  }
}
/*------------------------------------*
   4. Modules
*------------------------------------*/
/*---*
Landing List
*----*/
.alz-landing-list .block-item {
  padding: 30px 0;
  border-top: 1px solid #b1b3b6;
}
.alz-landing-list .block-item:first-child {
  padding-top: 0;
  border-top: none;
}
.alz-landing-list .block-item.small-image .image img {
  height: 120px;
  margin: 10px auto !important;
}
.alz-landing-list .text {
  flex-direction: column;
  justify-content: center;
}
.alz-landing-list .text h2 {
  font-size: 21px;
  text-align: left;
  color: #00adef;
  margin-bottom: 8px;
  margin-top: 0;
  text-transform: uppercase;
  font-weight: 700;
}
.alz-landing-list .text h2 a {
  color: #00adef;
}
.alz-landing-list .text p {
  padding: 0;
  display: inline;
  font-size: 18px;
  line-height: 33px;
}
.alz-landing-list .text a i {
  vertical-align: middle;
  color: #00adef;
  font-weight: 400;
  font-size: 14px;
}
.alz-landing-list .image {
  justify-content: center;
  align-items: center;
}
.alz-landing-list .image img {
  height: 185px;
}
.alz-landing-list .image.small img {
  height: 120px;
  margin: 10px auto !important;
}
@media (min-width: 767px) {
  .alz-landing-list .flex-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  .alz-landing-list .flex-grid .column {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
  }
  .alz-landing-list .flex-grid .column .block-item {
    flex: 1;
    -ms-flex: 1 1 auto;
  }
}
/*---*
ALZ Cards
*----*/
.alz-cards-block {
  padding-top: 20px;
}
.alz-cards-block figure {
  margin: 0 0 12px;
}
.alz-cards-block figure img {
  width: 120px;
  display: block;
  margin: 0 auto;
}
.alz-cards-block .text {
  text-align: center;
}
.alz-cards-block .text h3 {
  text-transform: none;
  color: #000;
  text-align: center;
  font-weight: 700;
  font-size: 21px;
}
@media (min-width: 768px) {
  .alz-cards-block.row-of-two .column .block-item {
    padding-bottom: 20px;
  }
  .alz-cards-block.row-of-two .column:nth-child(odd) .block-item {
    padding-right: 35px;
  }
  .alz-cards-block.row-of-two .column:nth-child(even) .block-item {
    padding-left: 35px;
  }
  .alz-cards-block.row-of-three .text {
    text-align: left;
  }
  .alz-cards-block.row-of-three .text h3 {
    text-align: left;
  }
  .alz-cards-block.row-of-three figure img {
    margin: 0;
  }
}
/*---*
ALZ Highlight
*----*/
.alz-highlight-block {
  margin: 50px 0;
  padding: 40px 0;
  border-top: 1px solid #b1b3b6;
  border-bottom: 1px solid #b1b3b6;
}
.alz-highlight-block .image {
  justify-content: center;
}
.alz-highlight-block .image img {
  width: 100%;
}
.alz-highlight-block .text {
  flex-direction: column;
  justify-content: center;
}
.alz-highlight-block .text h4 {
  font-size: 18px;
  font-weight: 400;
  font-style: italic;
  color: #000;
  margin: 0 0 12px;
}
.alz-highlight-block .text h3 {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  color: #00adef;
  margin: 0 0 3px;
}
.alz-highlight-block .text p {
  margin: 0;
  padding: 0;
}
.alz-highlight-block .text p a i {
  vertical-align: middle;
  color: #00adef;
  font-size: 14px;
}
.alz-highlight-block .text p a strong {
  color: #000;
}
.alz-highlight-block .text p a:hover {
  color: #000;
}
@media (max-width: 767px) {
  .alz-highlight-block .image {
    margin: 0 auto 15px auto;
    max-width: 300px;
  }
}
/*---*
ALZ Callout
*----*/
.alz-callout figure {
  width: 100%;
  margin: 0 0 5px;
}
.alz-callout figure img {
  width: 100%;
}
.alz-callout h3 {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  margin: 0 0 3px;
}
.alz-callout p {
  margin: 0;
  padding: 0;
}
.alz-callout p a {
  color: #00adef;
  display: block;
}
.alz-callout p a i {
  vertical-align: middle;
  color: #00adef;
  font-weight: 400;
  font-size: 14px;
}
.hidden-content {
  display: none;
}
@media (min-width: 768px) {
  .alz-callout {
    width: 280px;
    float: right;
    margin: 0 0 24px 48px;
  }
  .alz-callout .text {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .alz-callout {
    margin: 15px 0;
    padding: 30px 0;
    border-top: 1px solid #b1b3b6;
    border-bottom: 1px solid #b1b3b6;
  }
  .alz-callout figure img {
    width: 315px;
    margin: 0 auto;
  }
  .alz-callout h3,
  .alz-callout p {
    text-align: center;
  }
}
/*---*
ALZ Feature Block
*----*/
.alz-feature-block .image img {
  width: 100%;
}
.alz-feature-block .text p {
  padding: 0;
}
.alz-feature-block .text ul {
  padding-left: 17px;
}
.alz-feature-block .text ul li {
  font-size: 1.3em;
  line-height: 1.8em;
  margin: 10px 0 10px;
}
@media (min-width: 992px) {
  .alz-feature-block .image {
    padding: 15px 30px;
  }
}
@media (max-width: 991px) {
  .alz-feature-block .image {
    margin-bottom: 15px;
  }
}
/*---*
ALZ Resource List
*----*/
.alz-resource-list {
  margin: 30px 0 20px;
}
.alz-resource-list .block-item {
  margin-bottom: 40px;
}
.alz-resource-list .block-item h2 {
  font-size: 18px;
  line-height: 33px;
  color: #000;
}
.alz-resource-list .block-item ul li {
  list-style: none;
  font-size: 18px;
  line-height: 33px;
  margin: 0 0 12px;
}
.alz-resource-list .block-item ul li a {
  font-weight: 700;
  color: #00adef;
}
.alz-resource-list .block-item:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .alz-resource-list .block-item h2 {
    text-align: right;
    padding-left: 70px;
  }
  .alz-resource-list .block-item ul {
    padding-left: 62px;
    position: relative;
    display: block;
  }
  .alz-resource-list .block-item ul:after {
    content: '';
    position: absolute;
    top: 8px;
    bottom: 0;
    left: 0;
    width: 1px;
    background-color: #b1b3b6;
  }
}
@media (max-width: 767px) {
  .alz-resource-list .block-item ul {
    padding-left: 40px;
  }
}
/*---*
ALZ Slider Block
*----*/
.alz-slider-block {
  margin-top: 20px;
  margin-bottom: 30px;
}
.alz-slider-block .ui-widget-content {
  border: none;
  background: none;
}
.alz-slider-block .ui-widget-content:before {
  content: '';
  position: absolute;
  top: 4px;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #00adef;
}
.alz-slider-block .ui-widget-content .ui-slider-handle {
  top: -12px;
  width: 34px;
  height: 34px;
  border: none;
  background: url('/uploads/alzheimers-disease/Slider_Arrow_right.svg') 0 0 no-repeat;
  background-size: cover;
}
.alz-slider-block .ui-widget-content .ui-slider-handle.last {
  background: url('/uploads/alzheimers-disease/Slider_Arrow_left.svg') 0 0 no-repeat;
}
.alz-slider-block .slider-wrapper {
  padding-left: 11px;
}
.alz-slider-block .image img {
  width: 100%;
}
.alz-slider-block .text header {
  padding-bottom: 22px;
}
.alz-slider-block .text header h3 {
  font-size: 21px;
  font-weight: 700;
  margin: 0;
}
.alz-slider-block .text .caption {
  padding-top: 22px;
}
.alz-slider-block .text .caption ul {
  padding-left: 20px;
}
.alz-slider-block .text .caption ul li {
  font-size: 1.3em;
  line-height: 1.8em;
  margin: 0 0 10px;
}
.alz-slider-block .carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
  height: auto;
}
.alz-slider-block .carousel-fade .carousel-inner .item,
.alz-slider-block .carousel-fade .carousel-inner .active.left,
.alz-slider-block .carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.alz-slider-block .carousel-fade .carousel-inner .active,
.alz-slider-block .carousel-fade .carousel-inner .next.left,
.alz-slider-block .carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.alz-slider-block .carousel-fade .carousel-inner .next,
.alz-slider-block .carousel-fade .carousel-inner .prev,
.alz-slider-block .carousel-fade .carousel-inner .active.left,
.alz-slider-block .carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.alz-slider-block .carousel-fade .carousel-control {
  z-index: 2;
}
@media (max-width: 767px) {
  .alz-slider-block .image {
    margin-bottom: 15px;
  }
  .alz-slider-block .image img {
    width: 300px;
  }
}
@media (min-width: 768px) {
  .alz-slider-block .image {
    padding-right: 30px;
    width: 30%;
  }
  .alz-slider-block .image img {
    max-width: 220px;
    margin: 0 auto;
  }
}
/*---*
Page Header
*----*/
.pageheader h1 {
  padding-top: 50px;
  margin-bottom: 20px;
}
/*---*
Misc
*----*/
@media (min-width: 768px) {
  figure.float-right {
    float: right;
    margin: 0 0 34px 34px;
  }
}
.alz-body h2 {
  color: #00adef;
  font-size: 21px;
  line-height: 38px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 4px;
  text-align: left;
}
.alz-body a strong {
  color: #00adef;
}
.alz-body a:hover {
  color: #00adef;
}
.alz-body figure.alz-body-figure {
  margin-bottom: 34px;
}
.alz-body ul {
  padding-left: 17px;
}
.alz-body ul li {
  font-size: 18px;
  line-height: 33px;
  margin: 10px 0 10px;
}
@media (min-width: 768px) {
  .alz-body figure.alz-body-figure {
    max-width: 250px;
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .alz-body figure.alz-body-figure img {
    display: block;
    margin: 0 auto;
  }
}
img.arrow-icon {
  display: inline-block;
  vertical-align: middle;
  height: 8px;
  transform: rotate(-90deg);
  width: auto !important;
}
/*---*
Home Feature Block
*----*/
.home-feature-block {
  background-color: #29aae1;
  color: #28294e;
}
.home-feature-block > .container {
  max-width: 1012px;
  padding: 24px 48px;
}
.home-feature-block .feature-block-row {
  padding: 0 24px;
}
.home-feature-block .text h3 {
  color: #28294e;
  font-size: 24px;
  margin: 0 0 10px;
}
.home-feature-block .text p {
  color: #fff;
  font-size: 18px;
}
.home-feature-block .text .read-more {
  color: #28294e;
  font-size: 18px;
  font-weight: 700;
}
.home-feature-block .image {
  margin-bottom: 15px;
}
.home-feature-block .image img {
  -webkit-box-shadow: 10px 5px 5px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 10px 5px 5px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 10px 5px 5px 0px rgba(0, 0, 0, 0.35);
}
@media (min-width: 768px) {
  .home-feature-block .image {
    margin-bottom: 0;
  }
}
/*---*
Home Carousel Block
*----*/
.home-carousel-block .container {
  max-width: 1012px;
}
.home-carousel-block .carousel .item {
  height: auto;
}
/*---*
Staff Section
*----*/
.staff-hero-block .bio-image {
  margin-bottom: -47px;
}
.staff-hero-block .text {
  padding-bottom: 47px;
}
.about .content p {
  font-size: 17px;
  line-height: 23px;
}
.about p.hero-tagline {
  font-size: 42px;
  font-style: italic;
  line-height: 63px;
}
.about p.staff-name {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 0;
  padding-bottom: 0px;
}
.about p.staff-title {
  font-size: 18px;
  font-style: italic;
  line-height: 24px;
  padding-bottom: 0px;
}
.about p.bio-plus {
  font-size: 18px;
  font-weight: bold;
  text-align: left;
}
.about p.bio-plus a:hover {
  cursor: pointer;
}
.about p.bio-plus a img {
  margin-top: -3px;
  display: inline;
  width: 16px !important;
  padding: 0;
}
.about p a.bio-link {
  cursor: pointer;
}
.about .modal-header {
  border-bottom: 0 none;
}
.about .modal-header button.close {
  text-shadow: none;
  filter: alpha(opacity=100);
  opacity: 1;
}
.about .modal-header button.close img {
  margin: 0;
  padding: 0;
}
.about .modal-content {
  opacity: 1;
  border: 3px solid #d1d1d1;
  -webkit-box-shadow: 0 5px 15px transparent;
  -moz-box-shadow: 0 5px 15px transparent;
  -o-box-shadow: 0 5px 15px transparent;
  box-shadow: 0 5px 15px transparent;
  border-radius: 0;
}
.about .modal-body {
  text-align: left;
  padding: 5px 45px 35px;
}
.about .modal-body p {
  font-size: 17px;
  line-height: 22px;
}
.about h3 {
  font-size: 27px;
  color: #333;
  text-align: left;
  text-transform: uppercase;
}
.about .headlines {
  margin-bottom: 30px;
}
.about .headlines h3 {
  font-weight: bold;
}
.about .headlines.intro p {
  font-size: 17px;
  line-height: 30px;
}
.about .stafflist .thumbnail {
  border: 0px none;
  height: 375px;
  margin-top: 0px;
  margin-bottom: 20px;
}
.about .stafflist .caption {
  padding-bottom: 0;
}
.about .stafflist img {
  margin-top: 0px;
  text-align: left;
  margin-left: 0;
  padding-left: 0;
}
.about .stafflist img.round {
  width: 193px;
}
.about .stafflist .staff-name {
  margin-top: 20px;
  text-align: left;
}
.about .stafflist .staff-title {
  text-align: left;
  width: 100%;
}
.about .science-list .adjustcol1 {
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}
.about .science-list .adjustcol1 .adjustcol1b {
  margin-right: 0;
}
.about .science-list .item {
  margin-bottom: 27px;
}
.about .science-list .name {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 3px;
}
.about .science-list .org {
  font-size: 17px;
  font-style: italic;
}
.about .overseers-list .adjustcol1 {
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}
.about .overseers-list .adjustcol1 .adjustcol1b {
  margin-right: 0;
}
.about .overseers-list .item {
  margin-bottom: 27px;
}
.about .overseers-list h4 {
  text-transform: uppercase;
  font-size: 17px;
  color: #29aae1;
  margin-top: 0;
  margin-bottom: 3px;
}
.about .overseers-list .name {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 3px;
}
.about .overseers-list .org {
  font-size: 17px;
  font-style: italic;
}
.about .governors-list .adjustcol-a {
  margin-right: 0;
  padding-right: 0;
}
.about .governors-list .adjustcol-a .adjustcol-b {
  margin-right: 0;
  padding-left: 0;
  padding-right: 18px;
}
.about .governors-list .adjustcol-a .adjustcol-c {
  margin-left: 0;
  padding-left: 0;
}
.about .governors-list .item.col1 {
  margin-bottom: 50px;
}
.about .governors-list .item {
  margin-bottom: 30px;
}
.about .governors-list h4 {
  text-transform: uppercase;
  font-size: 17px;
  color: #29aae1;
  margin-top: 0;
  margin-bottom: 3px;
}
.about .governors-list p.name {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 3px;
}
.about .governors-list p.board-position {
  font-size: 17px;
  margin-top: 0;
  margin-bottom: 3px;
}
.about .governors-list p.title-org {
  margin-top: 0;
  margin-bottom: 3px;
  font-style: italic;
  font-size: 17px;
}
.about .governors-list p.bio-plus {
  font-size: 17px;
}
ul.secondary-nav {
  margin: 40px 0 auto;
  text-align: center;
  margin-bottom: 27px;
}
ul.secondary-nav li {
  border: 3px solid #d1d3d4;
  display: inline-block;
  height: 45px;
  margin-right: 18px;
  margin-bottom: 13px;
  vertical-align: middle;
  width: auto;
  padding: 13px 18px;
}
ul.secondary-nav li a {
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}
ul.secondary-nav li.active {
  background: #f2f3f3;
  border: 3px solid #f2f3f3;
}
@media screen and (max-width: 1024px) and (min-width: 800px) {
  .about ul.secondary-nav li {
    border: 3px solid #d1d3d4;
    display: inline-block;
    height: 45px;
    margin-right: 18px;
    padding-top: 13px;
    vertical-align: middle;
    width: 200px;
  }
  .about ul.secondary-nav li.active {
    border: 0 none;
  }
  .about p.bio-plus img {
    width: 16px!important;
  }
}
@media screen and (max-width: 799px) and (min-width: 600px) {
  .about .staffheadline {
    padding-left: 15px;
  }
  .about ul.secondary-nav li {
    border: 3px solid #d1d3d4;
    display: inline-block;
    height: 45px;
    margin-right: 18px;
    padding-top: 13px;
    vertical-align: middle;
    width: 200px;
  }
  .about ul.secondary-nav li.active {
    border: 0 none;
  }
  .about .stafflist .thumbnail img.round {
    margin: 0 auto;
  }
  .about .stafflist .caption p.staff-name {
    text-align: center;
  }
  .about .stafflist .caption p.staff-title {
    text-align: center;
  }
  .about .stafflist .caption p.bio-plus {
    text-align: center;
  }
  .about p.bio-plus img {
    width: 16px!important;
  }
  .about .overseers-list .adjustcol1b {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 599px) and (min-width: 300px) {
  .about .staffheadline {
    padding-left: 15px;
  }
  .about p.hero-tagline {
    font-size: 32px;
  }
  .about .headlines h3 {
    width: 200px;
  }
  .about ul.secondary-nav li {
    border: 3px solid #d1d3d4;
    display: inline-block;
    height: 45px;
    margin-right: 18px;
    padding-top: 13px;
    vertical-align: middle;
    width: 200px;
  }
  .about ul.secondary-nav li.active {
    border: 0 none;
  }
  .about .stafflist .thumbnail img.round {
    margin: 0 auto;
  }
  .about .stafflist .caption p.staff-name {
    text-align: center;
  }
  .about .stafflist .caption p.staff-title {
    text-align: center;
  }
  .about .stafflist .caption p.bio-plus {
    text-align: center;
  }
  .about p.bio-plus img {
    width: 16px!important;
  }
  .about .overseers-list .adjustcol1b {
    padding-bottom: 30px;
  }
}
/*---*
Events Section
*----*/
.events {
  max-width: 845px;
  padding-top: 0;
}
.events h2 {
  color: #29aae1;
  margin-bottom: 20px;
  margin-top: 15px;
  font-size: 2.6em;
  font-weight: 600;
  text-align: center;
}
.events h2.landing {
  padding-top: 50px;
}
.events ul.events-nav {
  margin: 0 auto;
  text-align: center;
}
.events ul.events-nav li {
  border: 3px solid #d1d3d4;
  display: inline-block;
  height: 45px;
  margin-right: 18px;
  padding-top: 13px;
  vertical-align: middle;
  width: 190px;
  text-transform: uppercase;
}
.events ul.events-nav li.active {
  background: #f2f3f3;
  border: 3px solid #f2f3f3;
}
.events ul.events-nav li a {
  font-size: 17px;
  font-weight: 600;
  text-align: center;
}
.events h3.upcoming {
  font-size: 24px;
  margin: 40px 0 15px 0;
  text-transform: uppercase;
  font-weight: 600;
}
.events h4 a {
  color: #29aae1;
  font-size: 1.1em;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
}
.events hr {
  border-top: 2px solid #d1d3d4;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 991px) {
  .events .events-nav li {
    margin-bottom: 16px !important;
  }
}
.events .event {
  max-width: 845px;
  padding-top: 40px;
}
.events .event img {
  max-width: 100%;
  padding: 0 0 3em 0;
  height: auto !important;
}
.events .event h2 {
  color: #29aae1;
  font-size: 3.5em;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 0;
  text-align: left;
  text-transform: uppercase;
}
.events .event h2 span {
  font-size: .5em;
  font-style: italic;
  text-transform: none;
}
.events .event h3 .view-more {
  padding-top: 20px;
  text-align: center;
}
.events .event h3 .view-more img {
  padding-right: 1em;
}
.events .event h3 .view-more a {
  color: #29aae1;
  text-align: center;
}
.events .event h4 {
  color: #29aae1;
  font-size: 1.3em;
  font-weight: bold;
  line-height: 1.5em;
  margin-top: 0;
  padding-top: 0;
  text-transform: uppercase;
}
.events .event h4 a {
  font-weight: 600;
}
.events .event h4 a:hover {
  text-decoration: underline;
}
.events .event h5 {
  margin-bottom: .3em;
  margin-top: 0;
  font-size: 17px;
}
.events .event p {
  font-size: 17px;
  line-height: 1.8em;
}
.events .event p.date {
  font-weight: 600;
  line-height: 1.4em;
}
.events .event p.divide {
  border-top: 3px solid #29aae1;
  line-height: .01em;
  margin: 1em 0 1em 0;
  width: 100px;
}
.events .event p.location {
  font-weight: 600;
  line-height: 1.4em;
}
.events .event p.teaser {
  line-height: 1.5em;
}
.events .event p.time {
  font-style: italic;
  line-height: 1.2em;
}
.events .event .summary {
  padding-left: 70px;
}
.events .event .view {
  border: 3px solid #29aae1;
  /* height: 45px; */
  line-height: 1.4em;
  /* ADDED */
  margin-right: 18px;
  margin-top: 25px;
  padding-bottom: 8px;
  /* ADDED */
  padding-top: 10px;
  /* CHANGED FROM 6 */
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  width: 190px;
}
.events .event .view a {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}
.events .event .sponsors h3 {
  margin-top: 20px;
}
.events .event .sponsors ul {
  list-style: none;
  margin-top: 45px;
  padding-left: 0;
}
.events .event .sponsors ul li {
  display: inline-block;
  padding-right: 45px;
}
.events .event .leadership {
  margin-top: 45px;
}
.events .event .leadership h4 {
  color: #29aae1;
  font-size: 1.3em;
  font-weight: 600;
}
.events .event .leadership ul {
  list-style: none;
  margin-bottom: 45px;
  padding-left: 0;
}
.events .event .leadership ul li {
  font-size: 17px;
  line-height: 1.8em;
}
.events .event .date-time {
  padding-left: 3em;
  padding-top: 100px;
}
.events .event .map {
  margin-bottom: 50px;
  padding-left: 2em;
}
.events .event .buttons {
  padding-left: 2em;
}
.events .event .buttons p {
  margin: 25px auto 0 auto;
}
.events .past-events {
  margin-top: 25px;
}
.events .past-events .past-event {
  height: 185px;
  margin-bottom: 25px;
}
.events .past-events .past-event div.text {
  background: rgba(0, 0, 0, 0.4);
  height: 185px;
  padding: .5em;
}
.events .past-events .past-event div.text h5 {
  color: #fff;
  font-size: 17px;
  line-height: 25px;
  margin: 0;
  padding: 1.5em .5em .2em .5em;
  text-align: center;
}
.events .past-events .past-event div.text a {
  color: #fff;
}
.events .past-events .past-event div.text p {
  color: #fff;
  font-size: 17px;
  line-height: 25px;
  margin: 0;
  padding: 0;
  text-align: center;
}
.events ul.year-list {
  list-style: none;
  margin-top: 30px;
  padding-left: 10px;
}
.events ul.year-list li {
  border-right: 2px solid #f2f3f3;
  display: inline-block;
  padding: .5em 1em 0 1em;
}
.events ul.year-list li:first-child {
  padding-left: 0;
}
.events ul.year-list li:last-child {
  border: none;
}
.events ul.year-list li a {
  font-size: 25px;
}
.events ul.year-list li a.active {
  font-size: 27px;
  font-weight: 600;
}
.events .event-detail h2 {
  text-align: left;
}
.events .event-detail h2 span {
  font-style: italic;
}
.events .event-pad {
  padding-top: 50px;
}
.events h3.view-more {
  text-align: center;
  padding-top: 20px;
}
.events h3.view-more img {
  padding-right: .75em;
  width: 45px;
}
.events h3.view-more a {
  color: #29aae1;
  text-align: center;
}
/*---*
News Section
*----*/
.callout-block {
  font-size: 18px;
  color: #000;
  border: none;
  padding: 0;
  margin-bottom: 9px;
}
.callout-block a {
  color: #000;
}
.callout-block .contact-list li,
.callout-block .social-list li {
  margin-bottom: 0px;
}
.callout-block .contact-list,
.callout-block .social-list {
  width: auto;
  display: inline-block;
}
.callout-block .contact-list li,
.callout-block .social-list li {
  display: inline-block;
}
.callout-block .contact-list {
  margin-top: 8px;
  margin-bottom: 0px;
}
.callout-block .contact-list .email a:hover,
.callout-block .contact-list .phone a:hover {
  font-weight: normal;
  color: #000;
}
.callout-block .contact-list .email a:before,
.callout-block .contact-list .phone a:before {
  display: inline-block;
  content: '';
  width: 22px;
  height: 20px;
  float: left;
  margin-right: 11px;
}
.callout-block .contact-list .email a:before {
  background: url('/assets/svg/icon_envelope.svg');
  background-repeat: no-repeat;
  background-size: 100%;
}
.callout-block .contact-list .phone a:before {
  background: url('/assets/svg/icon_telephone.svg');
  background-repeat: no-repeat;
  background-size: 100%;
}
.callout-block .contact-list:after {
  content: '|';
  display: inline-block;
  margin: 0px 10px 0 0px;
  position: relative;
  bottom: 6px;
  color: #808080;
}
.callout-block .social-list {
  border-top: none;
  border-bottom: none;
  padding: 0;
  margin-bottom: 0px;
}
.callout-block .social-list .fa-twitter,
.callout-block .social-list .fa-facebook,
.callout-block .social-list .fa-facebook-f {
  color: #00afec;
  width: 33px;
  font-size: 24px;
}
.callout-block .social-list .facebook a:before,
.callout-block .social-list .twitter a:before {
  display: inline-block;
  content: '';
  width: 30px;
  height: 20px;
  float: left;
  margin-right: 10px;
}
.callout-block .social-list .facebook a:before {
  background: url(/assets/svg/icon_envelope.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}
.callout-block .social-list .twitter a:before {
  background: url(/assets/svg/icon_telephone.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}
.callout-block .social-list a {
  color: #00afec;
  font-weight: bold;
}
.callout-block .cta {
  display: block;
  border-top: 1px solid #cbccce;
  border-bottom: 1px solid #cbccce;
  font-size: 18px;
  color: #000;
  font-weight: bold;
  margin: 0 0 75px 0;
  padding: 24px 0;
  text-align: center;
}
.callout-block .cta a {
  color: #00afec;
}
.callout-block .cta p {
  margin-bottom: 0;
  line-height: 25px;
}
.contact-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.contact-list a {
  display: block;
}
.video-block {
  padding-right: 0px;
  margin-bottom: 73px;
}
.video-block .video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  margin-bottom: 20px;
  height: 0;
  overflow: hidden;
}
.video-block .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-block .video-caption {
  font-size: 18px;
}
.video-block .video-caption p {
  color: #000;
  margin-bottom: 8px;
}
.video-block .video-caption .view-more {
  color: #00afec;
}
/* news title panel */
.news-title-panel header h1 {
  padding-top: 50px;
}
.news-title-panel.accent-separator header h1 {
  margin-bottom: 20px;
}
.news-title-panel.accent-separator header:after {
  width: 100px;
  height: 3px;
  margin: 0 auto;
  content: '';
  display: block;
  background: #000;
  margin-bottom: 60px;
}
.news-title-panel.heading-text-small header h1 {
  font-size: 18px;
}
/* view more block */
.view-more-block {
  margin-top: 10px;
  margin-bottom: 40px;
}
.view-more-block a,
.view-more-block a:hover,
.view-more-block a:active,
.view-more-block a:focus {
  text-transform: uppercase;
  font-size: 18px;
  color: #808080;
  padding-top: 17px;
  border-top: solid #cbccce 1px;
  text-align: center;
  width: 100%;
}
.view-more-block img {
  width: 19px;
  margin-right: 9px;
}
/* pullquote */
.pull-quote {
  font-size: 23px;
  font-weight: bold;
  padding-left: 0;
  padding-right: 0;
}
/* pagination */
.news-pagination {
  position: relative;
  right: 12px;
}
.news-pagination .pagination {
  margin: 0 0 80px 0;
}
.news-pagination a,
.news-pagination .tg_paginate_current {
  border: none;
  font-size: 18px;
  font-variant-numeric: lining-nums;
  color: #000;
  padding: 6px 10px;
  line-height: 1.42857143;
  text-decoration: none;
}
.news-pagination .tg_paginate_current {
  color: #00afec;
}
.news-pagination li a {
  border: none;
  font-size: 18px;
  font-variant-numeric: lining-nums;
  color: #000;
}
.news-pagination li a:hover,
.news-pagination li a:active,
.news-pagination li a:focus {
  background: none;
}
.news-pagination li .previousButton,
.news-pagination li .nextButton {
  position: relative;
  bottom: 2px;
}
.news-pagination li .previousButton .fa,
.news-pagination li .nextButton .fa {
  display: none;
}
.news-pagination li .previousButton:after,
.news-pagination li .nextButton:after {
  content: '\00a0';
  display: inline-block;
  width: 10px;
}
.news-pagination li .previousButton:after {
  background: url('/assets/svg/Arrow-Left-search.svg');
  background-repeat: no-repeat;
  background-size: 12px 12px;
  background-position: center;
}
.news-pagination li .nextButton:after {
  background: url('/assets/svg/Arrow-Right-search.svg');
  background-repeat: no-repeat;
  background-size: 12px 12px;
  background-position: center;
}
.news-pagination li.active a,
.news-pagination li.active a:hover,
.news-pagination li.active a:active,
.news-pagination li.active a:focus {
  color: #00afec;
  font-weight: bold;
  background: none;
}
.news-pagination .fa {
  font-size: 10px;
  color: #808080;
}
/*---*
Landing Blocks
*----*/
.news-container {
  max-width: 845px;
}
/* news landing hero */
.news-landing-hero {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.news-landing-hero img {
  width: auto;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.news-landing-hero .column {
  position: absolute !important;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
}
.news-landing-hero .caption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  display: table;
}
.news-landing-hero .caption > div {
  display: table-cell;
  vertical-align: middle;
}
.news-landing-hero .caption h1 {
  padding: 0;
  text-align: left;
}
.news-landing-hero .caption h1 span {
  display: block;
}
.news-landing-hero .caption h1.hero-title {
  color: #fff;
  font-size: 30px;
  margin: 0;
  font-weight: 700;
  padding: 24px;
  display: inline-block;
  text-align: center;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
}
.news-landing-hero.default-hero .caption {
  text-align: center;
}
.news-landing-hero.blog-details-hero img {
  width: 100%;
  left: auto;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
/* news landing block */
.news-landing-block {
  padding-right: 0px;
  margin-bottom: 0px;
}
.news-landing-block header {
  max-width: 100%;
}
.news-landing-block header h2 {
  font-weight: bold;
  font-size: 23px;
  color: #000;
  text-transform: uppercase;
  padding-bottom: 18px;
  border-bottom: 1px solid #cbccce;
  margin-top: 40px;
  margin-bottom: 43px;
}
.news-landing-block header.news-announcements h2 {
  margin-top: 52px;
  font-size: 23px;
}
.news-landing-block footer {
  padding: 0;
  background-color: transparent;
  color: inherit;
  max-width: 100%;
}
.news-landing-block footer .btn {
  margin-top: 0px;
  padding-top: 10px;
  background: #fff;
  min-width: 200px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  color: #28294e;
  border: solid 3px #00afec;
}
.news-landing-block footer .btn:focus,
.news-landing-block footer .btn:active {
  background-color: transparent;
  border-color: #00afec;
  color: #28294e;
}
.news-landing-block .callout-block header h2 {
  font-size: 23px;
  padding-bottom: 13px;
  border-bottom: none;
  margin-top: 42px;
  margin-bottom: 0px;
}
.news-landing-block .callout-block.announcements {
  margin-bottom: 60px;
}
.news-landing-block .callout-block.announcements header h2 {
  border-bottom: none;
  margin-bottom: 0px;
}
.news-landing-block .row .column > .block-item {
  margin-bottom: 19px;
}
.news-landing-block .contact .callout-block .cta {
  border-top: none;
  text-align: left;
  border-bottom: none;
  margin: 0;
}
#announcements-landing-list-block .contact.sidebar .callout-block {
  padding-left: 0;
  padding-right: 0;
}
/* news list block */
.news-list-block {
  list-style: none;
  margin: 0;
  padding: 0;
}
.news-list-block li,
.news-list-block .block-item {
  margin-bottom: 31px;
}
.news-list-block li h4,
.news-list-block .block-item h4 {
  color: #808080;
  font-size: 13px;
  margin-top: 0px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.news-list-block li p,
.news-list-block .block-item p {
  font-size: 18px;
  color: #000;
  margin-top: 0;
  margin-bottom: 0px;
  font-weight: bold;
  font-style: italic;
  line-height: 25px;
}
.news-list-block li p.caption,
.news-list-block .block-item p.caption {
  line-height: 1.8em;
  font-style: normal;
  font-weight: normal;
}
.news-list-block li h3,
.news-list-block .block-item h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  color: #00afec;
  margin-top: 0;
  margin-bottom: 0;
}
.news-list-block li h3 a,
.news-list-block .block-item h3 a {
  color: #00afec;
  line-height: 1.6em;
}
.news-list-block li h3 + p,
.news-list-block .block-item h3 + p {
  line-height: 1.8em;
  font-style: normal;
  font-weight: normal;
}
.news-list-block li:last-child {
  margin-bottom: 54px;
}
/* news grid block */
.news-grid-block .column {
  margin-bottom: 10px;
}
.news-grid-block .column:last-child {
  margin-bottom: 40px;
}
.news-grid-block .block-item {
  font-size: 18px;
}
.news-grid-block .block-item .category {
  margin-top: 24px;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #808080;
  font-size: 13px;
}
.news-grid-block .block-item .entry-date {
  margin-top: 0;
  margin-bottom: 5px;
  font-style: italic;
  color: #000;
}
.news-grid-block .block-item h3 {
  margin-top: 0;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 0;
}
.news-grid-block .block-item h3 a {
  color: #00afec;
  font-weight: bold;
}
.news-grid-block .block-item h3 + p {
  line-height: 1.8em;
}
.news-grid-block .block-item .caption {
  line-height: 1.8em;
}
/* news resources block */
.news-resources-block h3 {
  margin-top: 0;
  margin-bottom: 16px;
  font-weight: bold;
  font-size: 18px;
  color: #000;
  text-transform: uppercase;
}
.news-resources-block .news-resources-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.news-resources-block .news-resources-list li {
  font-size: 18px;
  line-height: 1.8;
  font-weight: bold;
}
.news-resources-block .news-resources-list li a {
  color: #00afec;
}
.news-resources-block .news-resources-list li.download a:after {
  content: '';
  display: inline-block;
  background: url('/assets/svg/download.svg');
  width: 15px;
  height: 15px;
  margin-left: 9px;
}
.news-resources-block.news-landing-block {
  margin-bottom: 75px;
}
/* news feature block */
.news-feature-block {
  margin-bottom: 20px;
}
.news-feature-block h4.category {
  text-transform: uppercase;
  color: #808080;
  font-size: 13px;
  margin-bottom: 5px;
}
.news-feature-block h3 {
  font-size: 18px;
  margin-top: 10px;
  font-weight: bold;
  line-height: 1.6em;
}
.news-feature-block h3 a {
  color: #00afec;
}
.news-feature-block .text {
  margin-top: 0px;
  padding-left: 25px;
}
.news-feature-block p {
  line-height: 1.8em;
  font-size: 18px;
}
.news-feature-block p.entry-date {
  font-style: italic;
  font-weight: bold;
  margin-bottom: 0px;
}
/* tags landing block */
.news-tags-landing-block {
  margin-bottom: 86px;
}
.news-tags-landing-block ul {
  list-style: none;
}
.news-tags-landing-block ul li {
  font-size: 18px;
  margin-bottom: 32px;
  text-transform: capitalize;
}
/* tag-results-list */
.tags-results-list li .category,
.tags-results-list .block-item .category,
.tags-results-list li .entry-date,
.tags-results-list .block-item .entry-date {
  display: inline-block;
}
.tags-results-list li .category,
.tags-results-list .block-item .category {
  font-size: 18px;
  font-style: italic;
  margin-bottom: 5px;
  text-transform: capitalize;
}
.tags-results-list li .category:after,
.tags-results-list .block-item .category:after {
  display: inline-block;
  content: '|';
  margin: 0 5px;
  font-style: initial;
  color: #000;
  font-weight: normal;
}
.tags-results-list li h3,
.tags-results-list .block-item h3 {
  margin-bottom: 0;
  line-height: 1.7;
}
.tags-results-list li h4,
.tags-results-list .block-item h4 {
  margin-bottom: 8px;
}
.tags-results-list .news-pagination {
  margin-bottom: 46px;
}
/*---*
Details Blocks
*----*/
/* news-details-title-block */
.news-details-title-block header {
  margin-top: 0px;
  padding: 0 30px;
}
.news-details-title-block h2 {
  margin-top: 20px;
}
.news-details-title-block h2.category {
  font-size: 18px;
  font-style: italic;
  font-weight: bold;
  text-align: center;
  color: #000;
}
.news-details-title-block h1 {
  padding-top: 0;
  font-size: 27px;
  margin-top: 0px;
  margin-bottom: 0px;
}
/* news-hero-caption */
.news-hero-caption p {
  margin-top: 10px;
  text-align: left;
  font-size: 13px;
  margin-bottom: 8px;
}
/* news-details-block */
.news-details-block {
  margin-top: 0px;
}
.news-details-block header h2.category {
  text-align: center;
  font-size: 18px;
  font-style: italic;
  margin-top: 20px;
  margin-bottom: 5px;
}
.news-details-block header h1 {
  font-size: 27px;
  text-align: center;
  margin-top: 0;
  line-height: 1.4;
  margin-bottom: 0px;
}
.news-details-block figure {
  margin-bottom: 53px;
}
.news-details-block figure img {
  margin-top: 11px;
}
.news-details-block figure figcaption {
  font-size: 13px;
  margin-top: 10px;
}
.news-details-block .main {
  color: #000;
}
.news-details-block .main article a {
  text-decoration: underline;
}
.news-details-block .main article a.category-news-link {
  text-decoration: none;
}
.news-details-block .main article ul,
.news-details-block .main article ol {
  margin-bottom: 46px;
}
.news-details-block .main article ul li,
.news-details-block .main article ol li {
  font-size: 18px;
  margin-bottom: 5px;
  line-height: 1.5;
}
.news-details-block .main article ul.meta,
.news-details-block .main article ol.meta,
.news-details-block .main article ul.meta li,
.news-details-block .main article ol.meta li {
  margin-bottom: 0;
}
.news-details-block .main article ol {
  margin-left: -20px;
}
.news-details-block .main article ul {
  margin-left: 10px;
  list-style-type: disc;
}
.news-details-block .main article h3 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 40px;
}
.news-details-block .main article h3.category {
  font-size: 13px;
  margin-top: 15px;
}
.news-details-block .main article h3.subhead-underlined {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 24px;
  border-bottom: 1px solid #cbccce;
}
.news-details-block .main article h3.subhead-bold {
  margin-top: 20px;
  font-size: 24px;
  color: #000;
  text-transform: initial;
  line-height: 1.6;
}
.news-details-block .main article > p {
  font-size: 18px;
  line-height: 1.8em;
  margin-bottom: 36px;
}
.news-details-block .main article > p.pull-quote {
  font-size: 27px;
}
.news-details-block .main article .news-tags-block ul li a {
  text-decoration: none;
}
.news-details-block .main article .news-tags-block ul li a:hover {
  text-decoration: underline;
}
.news-details-block .main article .news-button-block a {
  text-decoration: none;
}
.news-details-block .main article figure img {
  width: 100%;
}
/* news-meta-utility */
.news-meta-utility {
  margin-top: 0;
  font-size: 18px;
  margin-bottom: 25px;
  text-align: center;
}
.news-meta-utility h3.category {
  font-size: 13px;
  text-transform: uppercase;
  color: #808080;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 14px;
  display: inline-block;
}
.news-meta-utility .date {
  color: #000;
  font-style: italic;
  margin-bottom: 13px;
  display: inline-block;
  text-align: center;
}
.news-meta-utility .date:after {
  content: '|';
  display: inline-block;
  margin: 0 10px;
  font-style: initial;
}
.news-meta-utility .byline {
  color: #000;
  margin-bottom: 16px;
}
.news-meta-utility .meta {
  list-style: none;
  margin: 0;
  padding: 0;
}
.news-meta-utility .meta li {
  display: inline-block;
  margin-right: 14px;
}
.news-meta-utility .meta li img {
  display: inline-block;
  width: 21px;
  height: 21px;
}
.news-meta-utility .meta li:first-child img {
  width: 26px;
  height: 26px;
}
/* news related block */
.news-related-block {
  padding-top: 3px;
  border-top: solid 1px #cbccce;
}
.news-related-block h3 {
  text-transform: uppercase;
  color: #000;
  margin-top: 20px;
  margin-bottom: 23px;
  font-weight: bold;
  font-size: 18px;
}
.news-related-block ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.news-related-block ul li {
  margin-bottom: 32px;
  padding-right: 40px;
  line-height: 25px;
}
.news-related-block ul li a {
  font-weight: bold;
  color: #00afec;
  font-size: 18px;
}
.news-related-block ul li a:hover {
  color: #00afec;
}
.news-related-block ul li span.category {
  color: #808080;
  font-size: 18px;
  font-weight: bold;
  margin-top: 8px;
  display: block;
  margin-bottom: 0px;
  text-transform: capitalize;
}
.news-related-block ul li:last-child {
  margin-bottom: 70px;
}
/* Sidebar */
.sidebar a {
  text-transform: initial;
  font-size: inherit;
}
.sidebar a.active,
.sidebar a:hover {
  text-decoration: underline;
}
.sidebar .news-filter-block {
  margin-bottom: 50px;
  border-top: solid 1px #cbccce;
  border-bottom: solid 1px #cbccce;
  padding-top: 26px;
  padding-bottom: 16px;
}
.sidebar .news-filter-block a:hover {
  color: #000;
}
.sidebar .news-button-block .btn {
  display: inline-block;
}
/* news cta block */
.news-cta-block {
  border-top: 1px solid #cbccce;
  border-bottom: 1px solid #cbccce;
  font-size: 18px;
  color: #000;
  font-weight: bold;
  margin: 5px 0x 125px;
  padding: 24px 0;
  text-align: center;
}
.news-cta-block p {
  margin-bottom: 0;
  line-height: 25px;
}
.news-cta-block p a {
  color: #00afec;
  font-size: 18px;
}
/* news tags block */
.news-tags-block {
  margin-bottom: 0px;
}
.news-tags-block h3 {
  display: inline-block;
  margin-right: 10px;
  margin-top: 46px !important;
}
.news-tags-block ul {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: 0 !important;
}
.news-tags-block ul li {
  display: inline-block;
  text-transform: capitalize;
}
.news-tags-block ul li a {
  font-size: 18px;
  color: #000;
}
.news-tags-block ul li a:after {
  content: '|';
  display: inline-block;
  margin-right: 1px;
  margin-left: 4px;
}
.news-tags-block ul li:last-child a:after {
  content: '';
}
/* news bio block */
.news-bio-block {
  margin-bottom: 70px;
}
.news-bio-block p {
  font-size: 18px;
  font-style: italic;
}
/* news button block */
.news-button-block {
  margin-bottom: 34px;
}
.news-button-block .btn {
  margin-top: 0px;
  padding-top: 8px;
  padding-bottom: 5px;
  padding-left: 30px;
  padding-right: 30px;
  background: #fff;
  min-width: 100px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  color: #28294e;
  border: solid 3px #00afec;
}
/* tag list body */
.tag-list-body .tag-list {
  padding-left: 0;
  list-style: none;
}
.tag-list-body .tag-list li {
  font-size: 18px;
}
.tag-list-body .tag-list li a {
  color: #000;
  text-transform: capitalize;
  line-height: 1.6em;
}
.tag-list-body .tag-list li a:hover,
.tag-list-body .tag-list li a:active,
.tag-list-body .tag-list li a:focus {
  font-weight: normal;
}
.tag-list-body .tag-list li.active a {
  color: #00afec;
  font-weight: bold;
}
/*---*
Filter
*----*/
.news-filter-block {
  margin-bottom: 48px;
}
.news-filter-block .container .row {
  margin-top: 0px;
  border-top: #cbccce solid 1px;
  padding-top: 11px;
  padding-bottom: 0px;
  border-bottom: #cbccce solid 1px;
}
.news-filter-block .filter-toggle,
.news-filter-block .filter-clear {
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  color: #000;
  margin-top: 2px;
  margin-bottom: 12px;
  padding-left: 0;
}
.news-filter-block .filter-toggle {
  text-transform: uppercase;
}
.news-filter-block .filter-toggle:after,
.news-filter-block .filter-toggle[aria-expanded="false"]:after {
  display: inline-block;
  content: '';
  background: url('/assets/svg/Arrow-Down.svg');
  background-repeat: no-repeat;
  width: 14px;
  height: 13px;
  margin: 0 6px;
  position: relative;
  top: 4px;
}
.news-filter-block .filter-toggle[aria-expanded="true"]:after {
  background: url('/assets/svg/Arrow-Up.svg');
  background-repeat: no-repeat;
}
.news-filter-block .filter-clear {
  display: inline-block;
  font-style: italic;
}
.news-filter-block .filter-clear:after {
  display: inline-block;
  content: '';
  background: url('/assets/svg/X.svg');
  background-repeat: no-repeat;
  background-size: 100%;
  width: 11px;
  height: 11px;
  margin: 0 6px;
  position: relative;
  top: 1px;
}
.news-filter-block .search {
  position: relative;
}
.news-filter-block .search input[type="text"] {
  padding: 7px 7px 4px 40px;
  border-radius: 0;
}
.news-filter-block .search button {
  position: absolute;
  top: 0;
  left: 0;
}
.news-filter-block .search button img {
  width: 18px;
  height: 18px;
}
.news-filter-block .news-filter-list {
  margin-bottom: 0;
  padding-left: 14px;
  list-style: none;
}
.news-filter-block .news-filter-list li {
  font-size: 18px;
  margin-bottom: 14px;
}
.news-filter-block .news-filter-list li a {
  color: #000;
}
.news-filter-block .news-filter-list li.selected a {
  color: #00afec;
  font-weight: bold;
}
.news-filter-block .news-filter-list li:last-child {
  margin-bottom: 20px;
}
.news-filter-block .mobile-search-toggle {
  text-transform: uppercase;
  margin-top: -9px;
  font-size: 18px;
  color: #808080;
}
.news-filter-block .mobile-search-toggle img {
  width: 18px;
  position: relative;
  bottom: 2px;
}
.news-filter-body {
  padding-bottom: 7px;
}
.news-filter-block .search input[type="text"]::-webkit-input-placeholder {
  text-transform: uppercase;
}
.news-filter-block .search input[type="text"]::-moz-placeholder {
  text-transform: uppercase;
}
.news-filter-block .search input[type="text"]:-ms-input-placeholder {
  text-transform: uppercase;
}
.news-filter-block .search input[type="text"] :-moz-placeholder {
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .news-filter-block .search input[type="text"] {
    margin-top: 4px;
  }
  .news-filter-block .filter-column {
    padding-left: 5px;
  }
}
/*---*
Sort
*----*/
.news-sort-block {
  margin-bottom: 30px;
}
.news-sort-block ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.news-sort-block ul li {
  font-size: 18px;
  display: inline-block;
  margin-right: 23px;
  margin-bottom: 23px;
}
.news-sort-block ul li a {
  color: #000;
}
.news-sort-block ul li.selected a {
  font-weight: bold;
  color: #00afec;
}
@media only screen and (max-width: 991px) {
  /* EVENTS */
  .events .event .summary {
    padding-left: 15px!important;
  }
  .events .event h4 {
    margin-top: -1em !important;
  }
  .events .events-nav li {
    margin-bottom: 1em!important;
  }
  .events .event-list .event img {
    width: 80%;
    height: 80%;
  }
  .events .event .date-time {
    padding-top: 10px!important;
    padding-left: 1.25em;
    padding-bottom: 1em;
  }
  .events .event .map {
    margin-top: 25px;
    margin-bottom: 25px!important;
    padding-left: .25em!important;
  }
  .events .event .buttons {
    padding-left: 1.5em!important;
  }
  .events .event .buttons p {
    margin: 25px 0 25px 0!important;
  }
  /*GENERAL*/
  p img {
    width: 100%!important;
  }
  .home-body-block .news-home .panel {
    background: #f1f1f2;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .news-landing-hero img {
    width: 100%;
  }
  .news-landing-block {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  #news-landing-announcements header {
    padding-right: 63px;
  }
  .news-landing-hero .caption h1.hero-title {
    font-size: 50px;
  }
  .news-related-block {
    padding-top: 0px;
    border-top: none;
  }
  .news-button-block {
    margin-bottom: 65px;
  }
  .news-button-block .btn {
    margin-top: 26px;
  }
  .news-hero-caption p {
    text-align: right;
    margin-right: -55px;
  }
  .news-sort-block ul li {
    margin-bottom: 0px;
  }
  .news-landing-block {
    margin-bottom: 43px;
  }
  .news-landing-block header h2 {
    margin-top: 51px;
    padding-bottom: 23px;
  }
  .news-landing-block header h2.news-announcements h2 {
    margin-top: 51px;
  }
  .news-landing-block .row .column > .block-item {
    margin-bottom: 0;
  }
  .news-landing-block .contact {
    margin-top: -44px;
  }
  .news-grid-block {
    margin-bottom: 55px;
  }
  .news-grid-block .column {
    margin-bottom: 55px;
  }
  .news-grid-block footer .btn {
    margin-top: 0;
  }
  .news-feature-block .text {
    margin-top: 0px;
  }
  .news-cta-block {
    text-align: left;
    margin: 0;
  }
  .news-meta-utility {
    margin-top: 0px;
    font-size: 18px;
    margin-bottom: 75px;
    text-align: left;
  }
  .news-meta-utility h3.category {
    font-size: 13px;
    display: block;
    margin-top: 58px;
  }
  .news-meta-utility .date {
    display: block;
    text-align: left;
    margin-bottom: 10px;
  }
  .news-meta-utility .date:after {
    content: '';
  }
  .news-meta-utility .meta li {
    margin-right: 12px;
  }
  .news-meta-utility .byline {
    margin-bottom: 26px;
  }
  .news-details-block header h2.category {
    text-align: left;
  }
  .news-details-block header h1 {
    font-size: 27px;
    text-align: left;
    margin-top: 0;
    padding-top: 0;
    line-height: 1.4;
    margin-bottom: 23px;
  }
  .news-details-title-block h1 {
    margin-bottom: 35px;
  }
  .video-block {
    padding-right: 43px;
    margin-bottom: 0;
  }
  .callout-block {
    border: #b1b3b6 1px solid;
    padding: 0 30px 30px;
    margin-bottom: 0px;
  }
  .callout-block header h2 {
    padding-bottom: 23px;
    margin-bottom: 43px;
  }
  .callout-block .contact-list,
  .callout-block .social-list {
    width: 100%;
    display: block;
  }
  .callout-block .contact-list {
    margin-top: 15px;
    margin-bottom: 18px;
  }
  .callout-block .contact-list:after {
    content: '';
  }
  .callout-block .social-list {
    border-top: solid 1px #B6B8BB;
    border-bottom: solid 1px #B6B8BB;
    padding: 27px 0;
  }
  .callout-block .social-list .fa-twitter,
  .callout-block .social-list .fa-facebook,
  .callout-block .social-list .fa-facebook-f {
    width: 32px;
  }
  .callout-block .cta {
    display: block;
  }
  .contact.sidebar .callout-block {
    border: none;
  }
  .sidebar .contact-list a {
    line-height: 0.9em;
  }
  .sidebar .news-filter-block {
    border-top: solid 1px #cbccce;
    margin-bottom: 60px;
  }
  .news-landing-hero {
    margin-top: -6px;
  }
  .news-landing-hero img {
    width: auto;
  }
  .news-landing-block .callout-block header h2 {
    border: none;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 10px;
    font-size: 18px;
  }
  .news-list-block {
    padding: 0;
  }
  .news-list-block li,
  .news-list-block .block-item {
    margin-bottom: 40px;
  }
  .news-resources-block.news-landing-block {
    margin-bottom: 162px;
  }
  .news-filter-block .container .row {
    margin-left: 0;
    margin-right: 0;
    margin-top: 50px;
  }
  .news-bio-block {
    padding-top: 49px;
  }
  .news-pagination {
    right: 14px;
  }
  .pull-quote {
    padding-left: 35px;
    padding-right: 35px;
  }
  /* Page Specific */
  #blog-details .news-meta-utility h3.category {
    margin-top: 10px;
  }
  #blog-details.announcements-details .news-meta-utility h3.category {
    margin-top: 20px;
  }
  .callout-block .contact-list li,
  .callout-block .social-list li {
    margin-bottom: 6px;
  }
  .callout-block .contact-list li:last-child,
  .callout-block .social-list li:last-child {
    margin-bottom: 0;
  }
  .callout-block .social-list li {
    display: block;
  }
}
@media (min-width: 992px) {
  .news-landing-block .contact {
    padding-right: 50px;
  }
  #news-landing-announcements .news-container,
  #news-landing-blog .news-container,
  #news-landing-resoures .news-container {
    padding-left: 17px;
  }
}
@media (min-width: 1200px) {
  .news-landing-hero img {
    width: 100%;
  }
}
