body {
	 min-width: 320px;
	 margin: 0;
	 font: 300 15px/28px "Open Sans", sans-serif;
	 color: #5D5D5D;
}
 * {
	 -webkit-box-sizing: border-box;
	 box-sizing: border-box;
}
 a {
	 color: #337ab7;
	 text-decoration: none;
	 -webkit-transition: all .3s;
	 transition: all .3s;
}
 a:hover {
	 text-decoration: none;
	 color: inherit;
}
 td {
	 border: 1px solid #000;
	 padding: 5px;
}
 p {
	 margin: 0 0 10px;
}
 img {
	 width: 100%;
	 height: auto;
	 vertical-align: top;
}
 h1 {
	 font-weight: 300;
	 font-size: 30px;
	 line-height: 38px;
	 letter-spacing: 0.03em;
	 margin: 0 0 20px;
}
 h2 {
	 text-align: left;
	 font-weight: 400;
	 font-size: 18px;
	 line-height: 26px;
	 letter-spacing: 0.03em;
	 margin: 0 0 20px;
}
 h3 {
	 font-weight: 600;
	 font-size: 18px;
	 line-height: 26px;
	 letter-spacing: 0.03em;
	 margin: 0 0 10px;
}
 .recent-stories h4 {
	 font-weight: 600;
	 font-size: 15px;
	 line-height: 26px;
	 letter-spacing: 0.03em;
	 margin: 0 0 10px;
}
 .container {
	 margin: 0 auto;
	 max-width: 1180px;
	 padding: 0 20px;
}
 .d-flex {
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
}
 .align-items-center {
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
}
 .align-items-start {
	 -webkit-box-align: start;
	 -ms-flex-align: start;
	 align-items: flex-start;
}
 .justify-between {
	 -webkit-box-pack: justify;
	 -ms-flex-pack: justify;
	 justify-content: space-between;
}
 .justify-content-end {
	 -webkit-box-pack: end;
	 -ms-flex-pack: end;
	 justify-content: flex-end;
}
 .flex-1 {
	 -webkit-box-flex: 1;
	 -ms-flex-positive: 1;
	 flex-grow: 1;
}
 .visible-xs {
	 display: none;
}
 .px-large {
	 padding: 0 60px;
}
 .bg-img {
	 background-size: cover;
	 background-repeat: no-repeat;
	 background-position: 50% 50%;
}

.btn {
 
    font-size: 1.475rem;
}

 .btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }
  .btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc; }
  .btn-primary:focus, .btn-primary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
              
 .btn-mobile-condense {
     white-space:normal;
 }             
              
.btn-primary-big {
  color: #fff;
  font-size:2rem !important;
  background-color: #007bff;
  border-color: #007bff; }
  .btn-primary-big:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc; }
  .btn-primary-big:focus, .btn-primary-big.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
  .btn-primary-big.disabled, .btn-primary-big:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .btn-primary-big:not(:disabled):not(.disabled):active, .btn-primary-big:not(:disabled):not(.disabled).active,
  .show > .btn-primary-big.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf; }
    .btn-primary-big:not(:disabled):not(.disabled):active:focus, .btn-primary-big:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary-big.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

 

 .owl-nav {
	 position: absolute;
	 top: 50%;
	 left: 0;
	 right: 0;
	 height: 0;
}
 .owl-nav button {
	 width: 30px;
	 height: 30px;
	 position: absolute;
	 top: 50%;
	 margin-top: -15px;
	 background: transparent;
	 border: 0;
	 font-size: 0;
	 line-height: 0;
	 padding: 0;
	 margin-bottom: 0;
	 z-index: 10;
}
 .owl-nav button span {
	 display: none;
}
 .owl-nav button:focus {
	 outline: none;
}
 .owl-nav button:before {
	 content: '';
	 width: 14px;
	 height: 14px;
	 border: solid #000;
	 border-width: 0 0 3px 3px;
	 -webkit-transform: rotate(45deg);
	 transform: rotate(45deg);
	 position: absolute;
	 top: 50%;
	 left: 50%;
	 border-radius: 2px;
	 margin: -9px 0 0 -4px;
}
 .owl-nav button.owl-prev {
	 left: 20px;
}
 .owl-nav button.owl-next {
	 right: 20px;
	 -webkit-transform: scaleX(-1);
	 transform: scaleX(-1);
}
 @media screen and (max-width: 767px) {
	 .visible-xs {
		 display: block;
	}
	 .px-large {
		 padding: 0 10px;
	}
	 .owl-nav button {
		 width: 23px;
		 height: 36px;
		 margin-top: -18px;
	}
	 .owl-nav button:before {
		 margin: -7px 0 0 -5px;
		 width: 10px;
		 height: 10px;
	}
	 .owl-nav button.owl-prev {
		 left: 0;
	}
	 .owl-nav button.owl-next {
		 right: 0;
	}
}
 #header {
	 position: relative;
	 z-index: 11;
}
 .top-bar {
	 background-color: #0e2079;
	 padding: 10px 0;
}
 .top-bar .logo-txt {
	 width: 200px;
	 height: 17px;
	 display: block;
}
 .top-nav {
	 margin: 0;
	 padding: 0;
	 list-style: none;
}
 .top-nav li {
	 display: inline-block;
	 vertical-align: top;
	 font-size: 10px;
	 line-height: 16px;
}
 .top-nav li + li {
	 margin-left: 30px;
}
 .top-nav li a {
	 color: #ffffff;
	 padding: 5px 10px;
	 border-radius: 3px;
	 display: block;
}
 .top-nav li a:hover {
	 color: #00a1d5;
}
 .top-nav li a.btn:hover {
	 color: #ffffff;
}
 .search-box {
	 -webkit-box-flex: 1;
	 -ms-flex: 1;
	 flex: 1;
	 position: relative;
	 -webkit-box-pack: end;
	 -ms-flex-pack: end;
	 justify-content: flex-end;
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 margin-left: 15px;
}
 .search-box.opened .search-form {
	 opacity: 1;
	 visibility: visible;
}
 .search-box .search-opener {
	 width: 30px;
	 height: 30px;
	 text-align: center;
	 padding: 5px;
	 cursor: pointer;
}
 .search-box .search-opener img {
	 width: 20px;
	 height: auto;
}
 .search-box .search-form {
	 position: absolute;
	 top: 0;
	 right: 0;
	 left: 0;
	 bottom: 0;
	 opacity: 0;
	 visibility: hidden;
}
 .search-box .search-form .input-holder {
	 position: relative;
	 overflow: hidden;
}
 .search-box .search-form .form-control {
	 width: 100%;
	 height: 30px;
	 border-radius: 3px;
	 border: 0;
	 font-size: 14px;
	 line-height: 20px;
	 font-weight: 300;
	 padding: 5px 40px 5px 10px;
}
 .search-box .search-form .form-control:focus {
	 outline: none;
}
 .search-box .search-form .btn-submit {
	 background: transparent;
	 border: 0;
	 margin: 0;
	 width: 30px;
	 height: 30px;
	 position: absolute;
	 top: 0;
	 right: 0;
	 padding: 5px;
	 cursor: pointer;
}
 .search-box .search-form .btn-submit img {
	 width: 20px;
	 height: auto;
}
 .search-box .search-form .btn-submit:focus {
	 outline: none;
}
 .nav-bar {
	 padding-top: 6px;
}
 .nav-bar .logo {
	 -ms-flex-negative: 0;
	 flex-shrink: 0;
}
 .open-menu {
	 display: none;
}
 #main-nav {
	 margin: 0;
	 padding: 0;
	 list-style: none;
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-align: stretch;
	 -ms-flex-align: stretch;
	 align-items: stretch;
	 -webkit-box-flex: 1;
	 -ms-flex: 1;
	 flex: 1;
	 -webkit-box-pack: justify;
	 -ms-flex-pack: justify;
	 justify-content: space-between;
}
 #main-nav li {
	 font-size: 11.5px;
	 line-height: 16px;
	 font-weight: 600;
	 letter-spacing: 0.6px;
	 text-align: center;
	 position: relative;
	 -webkit-box-flex: 1;
	 -ms-flex: 1;
	 flex: 1;
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-align: stretch;
	 -ms-flex-align: stretch;
	 align-items: stretch;
}
 #main-nav li + li {
	 border-left: 1px dashed #d2d2d2;
}
 #main-nav li.active a, #main-nav li:hover a {
	 border-bottom-color: #0e2079;
	 -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
	 box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
	 background-color: #ebf7ff;
}
 #main-nav li.active ul a, #main-nav li:hover ul a {
	 background: #fff;
}
 #main-nav li:hover > ul {
	 opacity: 1;
	 visibility: visible;
}
 #main-nav li > a {
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 width: 100%;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
	 -webkit-box-pack: center;
	 -ms-flex-pack: center;
	 justify-content: center;
}
 #main-nav li ul {
	 position: absolute;
	 top: 100%;
	 left: 0;
	 max-width: 150px;
	 width: -webkit-max-content;
	 width: -moz-max-content;
	 width: max-content;
	 background: #fff;
	 margin: 0;
	 padding: 0;
	 list-style: none;
	 opacity: 0;
	 visibility: hidden;
	 -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
	 box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}
 #main-nav li ul li + li {
	 border-top: 1px dashed #0e2079;
	 border-left: 0;
}
 #main-nav li ul li a {
	 background: transparent;
	 border: 0;
	 padding: 5px 10px;
	 -webkit-box-shadow: none;
	 box-shadow: none;
}
 #main-nav li ul li a:hover {
	 background: #ddf7ff;
}
 #main-nav a {
	 color: #0e2079;
	 display: block;
	 padding: 10px 2px 3px;
	 border-bottom: 7px solid transparent;
}
 #main-nav i {
	 display: inline-block;
	 vertical-align: top;
}
 @media screen and (max-width: 767px) {
	 body.menu-opened {
		 overflow: hidden;
	}
	 body.menu-opened .open-menu span {
		 margin-top: -1px;
	}
	 body.menu-opened .open-menu span:nth-child(1) {
		 -webkit-transform: rotate(-45deg);
		 transform: rotate(-45deg);
	}
	 body.menu-opened .open-menu span:nth-child(2) {
		 opacity: 0;
	}
	 body.menu-opened .open-menu span:nth-child(3) {
		 -webkit-transform: rotate(45deg);
		 transform: rotate(45deg);
	}
	 body.menu-opened .nav-bar {
		 -webkit-transform: scaleY(1);
		 transform: scaleY(1);
	}
	 .top-bar {
		 padding: 10px 0;
	}
	 .top-bar .top-nav {
		 display: none;
	}
	 .top-nav {
		 border-bottom: 1px dotted #00a1d5;
		 padding-bottom: 20px;
	}
	 .top-nav li {
		 display: block;
		 font-size: 14px;
		 line-height: 20px;
		 padding: 5px 0;
	}
	 .top-nav li + li {
		 margin-left: 0;
	}
	 .top-nav li a {
		 color: #38ceff;
		 padding: 0;
	}
	 .top-nav li a:hover {
		 background: transparent;
	}
	 .top-nav li a.btn {
		 background: transparent;
		 border-color: transparent;
		 font-size: inherit;
		 line-height: inherit;
		 color: #38ceff;
		 text-align: left;
	}
	 .top-nav li a.btn:hover {
		 background: transparent;
		 border-color: transparent;
		 color: #00a1d5;
	}
	 .open-menu {
		 display: block;
		 font-size: 0;
		 line-height: 0;
		 width: 30px;
		 height: 30px;
		 padding: 0;
		 z-index: 45;
		 -webkit-transition: all .0s;
		 transition: all .0s;
		 position: relative;
		 margin-left: 15px;
	}
	 .open-menu span {
		 position: absolute;
		 top: 50%;
		 left: 50%;
		 width: 16px;
		 height: 2px;
		 margin-left: -8px;
		 margin-top: -1px;
		 background: #fff;
		 -webkit-transition: all .3s;
		 transition: all .3s;
	}
	 .open-menu span:nth-child(1) {
		 margin-top: -8px;
	}
	 .open-menu span:nth-child(3) {
		 margin-top: 6px;
	}
	 .nav-bar {
		 position: absolute;
		 top: 50px;
		 width: 100%;
		 left: 0;
		 right: 0;
		 -webkit-transform: scaleY(0);
		 transform: scaleY(0);
		 background: #04135d;
		 -webkit-transition: -webkit-transform .3s;
		 transition: -webkit-transform .3s;
		 transition: transform .3s;
		 transition: transform .3s, -webkit-transform .3s;
		 -webkit-transform-origin: 50% 0;
		 transform-origin: 50% 0;
		 max-height: calc(100vh - 50px);
		 overflow-y: auto;
	}
	 .nav-bar .container {
		 -webkit-box-orient: vertical;
		 -webkit-box-direction: normal;
		 -ms-flex-direction: column;
		 flex-direction: column;
	}
	 .nav-bar .logo {
		 display: none;
	}
	 #main-nav {
		 -webkit-box-orient: vertical;
		 -webkit-box-direction: normal;
		 -ms-flex-direction: column;
		 flex-direction: column;
		 -webkit-box-align: start;
		 -ms-flex-align: start;
		 align-items: flex-start;
		 padding: 20px 0;
		 -webkit-box-pack: stretch;
		 -ms-flex-pack: stretch;
		 justify-content: stretch;
	}
	 #main-nav li {
		 font-size: 14px;
		 line-height: 20px;
		 padding: 5px 0;
		 width: 100%;
		 text-align: left;
		 -webkit-box-orient: vertical;
		 -webkit-box-direction: normal;
		 -ms-flex-direction: column;
		 flex-direction: column;
	}
	 #main-nav li + li {
		 border-left: 0;
	}
	 #main-nav li a {
		 color: #ffffff;
		 border-bottom: 0;
		 padding: 5px;
	}
	 #main-nav li a:hover {
		 color: #0e2079;
		 background: #ddf7ff !important;
	}
	 #main-nav li.active ul a, #main-nav li.active a, #main-nav li:hover ul a, #main-nav li:hover a {
		 background: transparent;
		 -webkit-box-shadow: none;
		 box-shadow: none;
	}
	 #main-nav li > a {
		 -webkit-box-pack: start;
		 -ms-flex-pack: start;
		 justify-content: flex-start;
	}
	 #main-nav li ul {
		 position: static;
		 max-width: 100%;
		 width: 100%;
		 background: transparent;
		 padding-left: 20px;
		 opacity: 1;
		 visibility: visible;
		 -webkit-box-shadow: none;
		 box-shadow: none;
	}
	 #main-nav li ul li + li {
		 border-top: 1px dotted #000;
	}
	 #main-nav li ul li a {
		 padding: 5px;
	}
	 #main-nav li ul li a:hover {
		 color: #0e2079;
	}
	 #main-nav i, #main-nav br {
		 display: none;
	}
}
 @media screen and (max-width: 600px) {
	 .search-box .search-form {
		 position: fixed;
		 top: 10px;
		 left: 20px;
		 right: 65px;
		 bottom: auto;
	}
}
 .visual {
	 padding: 5px 0 15px;
}
 .visual .slideshow {
	 padding: 0 54px;
	 width: auto;
}
 .visual .slideshow .slide {
	 padding: 0 10px;
}
 .visual .slideshow .slide:focus {
	 outline: none;
}
 .visual .slideshow .slide .slide-wrap {
	 position: relative;
	 padding-top: calc(50% + 20px);
}
 .visual .slideshow .slide .img-holder {
	 position: absolute;
	 top: 0;
	 left: 0;
	 right: 0;
	 bottom: 20px;
}
 .visual .slideshow .slide .slide-description {
	 position: absolute;
	 left: 25px;
	 bottom: 0;
	 width: 36%;
	 min-width: 260px;
	 background-color: rgba(14, 32, 121, 0.9);
	 border-radius: 2px;
	 color: #ffffff;
	 padding: 10px 15px;
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-orient: vertical;
	 -webkit-box-direction: normal;
	 -ms-flex-direction: column;
	 flex-direction: column;
}
 .visual .slideshow .slide .slide-description h2 {
	 font-size: 18px;
	 line-height: 24px;
	 font-weight: 300;
	 letter-spacing: 0.03em;
	 margin: 0;
	 text-align: left;
}
 .visual .slideshow .slide .slide-description .btn {
	 -ms-flex-item-align: end;
	 align-self: flex-end;
	 margin-top: 10px;
}
 @media screen and (max-width: 767px) {
	 .visual {
		 padding: 0;
	}
	 .visual .slideshow {
		 padding: 0;
		 margin: 0 -20px;
	}
	 .visual .slideshow .slide {
		 padding: 0;
	}
	 .visual .slideshow .slide .slide-wrap {
		 padding-top: 0;
	}
	 .visual .slideshow .slide .img-holder {
		 position: relative;
		 padding-top: 50%;
	}
	 .visual .slideshow .slide .slide-description {
		 position: relative;
		 width: 100%;
		 left: auto;
		 bottom: auto;
		 border-radius: 0;
	}
	 .visual .owl-nav {
		 top: 25vw;
	}
	 .visual .owl-nav button {
		 background-color: rgba(10, 10, 10, 0.5);
	}
	 .visual .owl-nav button:before {
		 border-color: #ffffff;
	}
}
 .partnership-box {
	 font-size: 16px;
	 line-height: 22px;
	 font-weight: 300;
	 letter-spacing: 0.03em;
	 -webkit-box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.5);
	 box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.5);
	 background-color: #f7f7f7;
	 padding: 10px 0;
}
 .partnership-box .ico {
	 margin: 0 5px 0 30px;
	 width: 22px;
	 height: 22px;
	 -ms-flex-negative: 0;
	 flex-shrink: 0;
}
 .partnership-box .learn-more {
	 font-size: 10px;
	 line-height: 16px;
	 color: #0e2079;
	 vertical-align: top;
	 display: inline-block;
	 margin-right: 30px;
	 font-weight: 400;
}
 @media screen and (max-width: 767px) {
	 .partnership-box .row {
		 -webkit-box-orient: vertical;
		 -webkit-box-direction: normal;
		 -ms-flex-direction: column;
		 flex-direction: column;
		 -webkit-box-align: start;
		 -ms-flex-align: start;
		 align-items: flex-start;
	}
	 .partnership-box .ico {
		 margin-left: 0;
	}
	 .partnership-box .learn-more {
		 margin-top: 10px;
	}
}
 .gallery {
	 padding: 0 60px;
}
 .video-item {
	 position: relative;
}
 .video-item:before {
	 content: '';
	 width: 31px;
	 height: 40px;
	 background: url(../images/Triangle_2.png) no-repeat 50% 50%;
	 background-size: 31px 40px;
	 position: absolute;
	 top: 50%;
	 left: 50%;
	 -webkit-transform: translate(-50%, -50%);
	 transform: translate(-50%, -50%);
}
 .gallery .owl-item .wrap {
	 cursor: pointer;
	 margin: 6% 8%;
	 -webkit-transition: margin 0.4s ease;
	 transition: margin 0.4s ease;
}
 .gallery .owl-item .align-box {
	 padding-top: 80%;
	 position: relative;
	 overflow: hidden;
}
 .gallery .owl-item .align-box > * {
	 position: absolute;
	 top: 0;
	 left: 0;
	 right: 0;
	 bottom: 0;
}
 .gallery .owl-item.center .wrap {
	 cursor: auto;
	 margin: 0;
}
 @media screen and (max-width: 767px) {
	 .gallery {
		 padding: 0;
	}
	 .gallery .owl-item.center .wrap {
		 margin: 6% 8%;
	}
}
 .pagenav {
	 position: relative;
}
 .pagenav .mobile-opener {
	 display: none;
	 position: relative;
	 font-size: 14px;
	 line-height: 20px;
	 font-weight: 600;
	 padding: 5px 20px;
	 color: #0e2079;
}
 .pagenav .mobile-opener:before {
	 content: '';
	 position: absolute;
	 top: 10px;
	 right: 10px;
	 display: block;
	 width: 10px;
	 height: 10px;
	 border: 1px solid #0e2079;
	 border-width: 0 1px 1px 0;
	 -webkit-transform: rotate(-45deg);
	 transform: rotate(-45deg);
	 -webkit-transition: all .3s;
	 transition: all .3s;
	 -webkit-transform-origin: 50% 50%;
	 transform-origin: 50% 50%;
}
 .pagenav ul {
	 margin: 0;
	 padding: 20px 0;
	 list-style: none;
	 -webkit-box-pack: center;
	 -ms-flex-pack: center;
	 justify-content: center;
	 font-size: 0;
	 line-height: 0;
	 text-align: center;
}
 .pagenav ul li {
	 padding: 0 20px;
	 font-size: 15px;
	 line-height: 20px;
	 font-weight: 600;
	 letter-spacing: 0.6px;
	 display: inline-block;
	 vertical-align: top;
}
 .pagenav ul li + li {
	 border-left: 1px solid #0e2079;
}
 .pagenav ul li a {
	 color: #0e2079;
	 display: block;
}
 .gallery-holder {
	 -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
	 box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
	 padding: 20px;
}
 .gallery-holder h2 {
	 font-size: 28px;
	 line-height: 34px;
	 font-weight: 300;
	 text-align: center;
}
 @media screen and (min-width: 768px) {
	 .pagenav ul {
		 display: block !important;
	}
}
 @media screen and (max-width: 767px) {
	 .pagenav {
		 margin: 10px 0;
		 -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
		 box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
		 border: 1px solid #cecece;
	}
	 .pagenav.opened .mobile-opener:before {
		 -webkit-transform: rotate(45deg);
		 transform: rotate(45deg);
		 margin-top: -4px;
	}
	 .pagenav .mobile-opener {
		 display: block;
	}
	 .pagenav ul {
		 display: none;
		 position: absolute;
		 top: 100%;
		 left: 0;
		 right: 0;
		 background: #fff;
		 z-index: 10;
		 -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
		 box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
		 padding: 10px 0;
		 text-align: left;
	}
	 .pagenav ul li {
		 display: block;
	}
	 .pagenav ul li + li {
		 border-left: 0;
		 margin-top: 5px;
	}
}
 .recent-stories {
	 padding: 30px 0 10px;
}
 .recent-stories h2 {
	 font-size: 28px;
	 line-height: 34px;
	 font-weight: 300;
	 text-align: center;
}
 .story {
	 margin-bottom: 20px;
}
 .story .img-holder {
	 width: 45%;
	 -ms-flex-negative: 0;
	 flex-shrink: 0;
}
 .story .img-holder .bg-img {
	 padding-top: 73%;
}
 .story .story-description {
	 padding: 0 30px;
	 letter-spacing: 0.03em;
	 font-size: 15px;
	 line-height: 21px;
	 font-weight: 300;
	 color: #1a1a1a;
}
 .story .story-description h3 {
	 font-size: 18px;
	 line-height: 24px;
	 font-weight: 600;
	 margin: 0;
}
 .story .story-description p {
	 margin: 0;
}
 .story .story-description .read-more {
	 color: #0e2079;
}
 @media screen and (max-width: 767px) {
	 .story {
		 -webkit-box-orient: vertical;
		 -webkit-box-direction: normal;
		 -ms-flex-direction: column;
		 flex-direction: column;
	}
	 .story .img-holder {
		 width: 100%;
	}
	 .story .story-description {
		 padding: 20px 0;
	}
}
 .follow-us {
	 padding: 20px 0 40px;
}
 .follow-us .follow-links {
	 padding: 0 40px;
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
}
 .follow-us .follow-link-box {
	 font-size: 25px;
	 line-height: 34px;
	 font-weight: 300;
	 padding: 20px;
	 -webkit-box-flex: 1;
	 -ms-flex: 1;
	 flex: 1;
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
}
 .follow-us .follow-link-box a {
	 -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
	 box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
	 border: 1px solid #979797;
	 border-radius: 4px;
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
	 padding: 10px 20px;
	 display: flex;
	 -webkit-box-flex: 1;
	 -ms-flex: 1;
	 flex: 1;
}
 .follow-us .follow-link-box .ico {
	 width: 32px;
	 height: 32px;
	 margin-right: 15px;
	 -ms-flex-negative: 0;
	 flex-shrink: 0;
}
 @media screen and (max-width: 767px) {
	 .follow-us {
		 padding: 10px 0 20px;
	}
	 .follow-us .follow-links {
		 padding: 0;
		 -webkit-box-orient: vertical;
		 -webkit-box-direction: normal;
		 -ms-flex-direction: column;
		 flex-direction: column;
		 display: block;
	}
	 .follow-us .follow-links .follow-link-box {
		 font-size: 15px;
		 line-height: 21px;
		 padding: 10px;
	}
	 .follow-us .follow-links .follow-link-box a {
		 padding: 10px 15px;
	}
}
 .sign-up {
	 background: #0e2079;
	 padding: 30px 0;
	 color: #fff;
}
 .sign-up .sign-up-box {
	 padding: 0 60px;
}
 .sign-up .sign-up-box .ico {
	 width: 100px;
	 height: 100px;
	 margin-right: 70px;
	 border-radius: 50%;
	 overflow: hidden;
	 -ms-flex-negative: 0;
	 flex-shrink: 0;
}
 .sign-up .sign-up-box .txt {
	 -webkit-box-flex: 1;
	 -ms-flex: 1;
	 flex: 1;
}
 .sign-up .sign-up-box .txt h2 {
	 text-align: left;
}
 .sign-up .sign-up-box .sign-up-form .form-control {
	 font-size: 15px;
	 line-height: 20px;
	 padding: 8px 0;
	 border: 0;
	 height: 37px;
	 border-bottom: 1px solid #fff;
	 background: transparent;
	 color: #ffffff;
	 -webkit-box-flex: 1;
	 -ms-flex: 1;
	 flex: 1;
	 border-radius: 0;
}
 .sign-up .sign-up-box .sign-up-form .form-control:focus {
	 outline: none;
	 -webkit-box-shadow: none;
	 box-shadow: none;
}
 .sign-up .sign-up-box .sign-up-form .form-control::-moz-placeholder {
	 color: #fff;
	 opacity: 1;
}
 .sign-up .sign-up-box .sign-up-form .form-control:-ms-input-placeholder {
	 color: #fff;
}
 .sign-up .sign-up-box .sign-up-form .form-control::-webkit-input-placeholder {
	 color: #fff;
}
 .sign-up .sign-up-box .sign-up-form .btn {
	 border: 0;
	 margin-left: 25px;
	 padding: 5px 18px;
}
 @media screen and (max-width: 767px) {
	 .sign-up .sign-up-box {
		 -webkit-box-orient: vertical;
		 -webkit-box-direction: normal;
		 -ms-flex-direction: column;
		 flex-direction: column;
		 -webkit-box-align: center;
		 -ms-flex-align: center;
		 align-items: center;
		 padding: 0;
	}
	 .sign-up .sign-up-box .ico {
		 margin: 0 0 20px;
		 width: 55px;
		 height: 55px;
	}
	 .sign-up .sign-up-box .txt h2 {
		 font-size: 16px;
		 line-height: 22px;
	}
	 .sign-up .sign-up-box .sign-up-form .input-holder {
		 -webkit-box-orient: vertical;
		 -webkit-box-direction: normal;
		 -ms-flex-direction: column;
		 flex-direction: column;
	}
	 .sign-up .sign-up-box .sign-up-form .form-control {
		 text-align: center;
	}
	 .sign-up .sign-up-box .sign-up-form .btn {
		 margin: 20px 0 0;
		 font-size: 14px;
		 line-height: 20px;
	}
}
 #footer {
	 background: #252525;
	 color: #ffffff;
	 font-size: 12px;
	 line-height: 16px;
}
 #footer p {
	 margin: 0 0 10px;
}
 #footer address {
	 font-style: normal;
}
 #footer .btn-primary {
	 background-color: #5D5D5D;
	 border-color: #5D5D5D;
}
 #footer .btn-primary:hover {
	 background-color: #909090;
	 border-color: #909090;
}
 #footer .cols {
	 padding: 20px 0;
}
 #footer .cols .col {
	 padding-top: 10px;
	 padding-bottom: 10px;
}
 #footer .footer-logo {
	 max-width: 145px;
	 display: block;
	 margin: 0 auto;
}
 #footer .social-links {
	 margin: 0 0 0 20px;
	 padding: 0;
	 list-style: none;
}
 #footer .social-links li {
	 display: inline-block;
	 vertical-align: top;
}
 #footer .social-links li + li {
	 margin-left: 20px;
}
 #footer .social-links li a {
	 width: 32px;
	 height: 32px;
	 display: block;
}
 #footer .social-links li a:hover {
	 opacity: 0.8;
}
 #footer .bottom-bar {
	 padding: 0 0 20px;
	 font-size: 10px;
	 line-height: 16px;
}
 #footer .bottom-bar ul {
	 margin: 0;
	 padding: 0;
	 list-style: none;
}
 #footer .bottom-bar ul li {
	 display: inline-block;
	 vertical-align: top;
}
 #footer .bottom-bar ul li + li {
	 margin-left: 20px;
}
 #footer .bottom-bar ul li a {
	 color: #ffffff;
	 text-decoration: underline;
}
 #footer .bottom-bar ul li a:hover {
	 text-decoration: none;
}
 @media screen and (max-width: 767px) {
	 #footer {
		 text-align: center;
		 font-size: 12px;
		 line-height: 16px;
	}
	 #footer .cols {
		 -webkit-box-orient: vertical;
		 -webkit-box-direction: normal;
		 -ms-flex-direction: column;
		 flex-direction: column;
	}
	 #footer .cols .col {
		 width: 100%;
		 -webkit-box-pack: center !important;
		 -ms-flex-pack: center !important;
		 justify-content: center !important;
	}
}
 .blockquote-block {
	 background: #ddf7ff;
	 padding: 40px 0;
	 font-size: 18px;
	 line-height: 24px;
	 font-weight: 600;
	 color: #1a1a1a;
}
 .blockquote-block blockquote {
	 margin: 0;
	 padding: 30px 60px;
}
 .blockquote-block blockquote q {
	 quotes: none;
}
 .blockquote-block blockquote q:after, .blockquote-block blockquote q:before {
	 content: '';
	 color: #b02a2c;
	 display: inline-block;
	 vertical-align: top;
	 width: 30px;
	 height: 23px;
	 background: url(.././images/ico-061.png) no-repeat 50% 50%;
	 background-size: 30px 23px;
}
 .blockquote-block blockquote q:after {
	 margin: 25px -40px 0px 10px;
	 -webkit-transform: rotate(180deg);
	 transform: rotate(180deg);
}
 .blockquote-block blockquote q:before {
	 margin: -25px 10px 0 -40px;
}
 .blockquote-block blockquote cite {
	 display: block;
	 font-style: normal;
	 margin-top: 10px;
}
 @media screen and (max-width: 767px) {
	 .blockquote-block {
		 font-size: 14px;
		 line-height: 20px;
	}
	 .blockquote-block blockquote {
		 padding: 20px;
	}
	 .blockquote-block blockquote q:after, .blockquote-block blockquote q:before {
		 width: 20px;
		 height: 16px;
		 background-size: 20px 16px;
	}
	 .blockquote-block blockquote q:after {
		 margin: 15px -25px 0px 5px;
	}
	 .blockquote-block blockquote q:before {
		 margin: -15px 5px 0 -25px;
	}
}
 .posts {
	 padding: 30px 0;
}
 .post img {
	 float: left;
	 max-width: 40%;
	 min-width: 205px;
	 margin: 0 20px 8px 0;
}
 .post img.img-right {
	 float: right;
	 margin: 0 0 8px 20px;
}
 .post + .post {
	 margin-top: 80px;
}
 .post:after {
	 content: '';
	 display: block;
	 clear: both;
}
 @media screen and (max-width: 767px) {
	 .post img {
		 min-width: 50%;
		 margin-right: 10px;
	}
	 .post img.img-right {
		 float: right;
		 margin-left: 10px;
	}
	 .post + .post {
		 margin-top: 40px;
	}
}
 .sidenav {
	 margin: 0 20px 0 0;
	 padding: 0;
	 list-style: none;
	 -ms-flex-negative: 0;
	 flex-shrink: 0;
	 min-width: 150px;
}
 .sidenav li {
	 font-size: 12px;
	 line-height: 16px;
	 font-weight: 600;
	 letter-spacing: 0 0.3em;
	 border-bottom: 1px dotted #0e2079;
}
 .sidenav li a {
	 padding: 8px 10px;
	 color: #0e2079;
	 display: block;
}
 .sidenav li a:hover {
	 background-color: #ddf7ff;
}
 @media screen and (max-width: 767px) {
	 .sidenav-holder {
		 -webkit-box-orient: vertical;
		 -webkit-box-direction: normal;
		 -ms-flex-direction: column;
		 flex-direction: column;
	}
	 .sidenav {
		 width: 100%;
		 margin: 0 0 20px;
	}
}
/*# sourceMappingURL=main.css.map */
/*# HH CHANGES */
 .row figure img {
	 width: auto;
	 max-width: 100%;
	 height: auto;
	 display:block;
	 margin: 0 auto;
}
 @media screen and (min-width: 768px) {
	 .row figure.pull-left img, .row figure.pull-right img {
		 max-width: 400px;
	}
	 .row .sidenav-holder figure.pull-left img, .row .sidenav-holder figure.pull-right img {
		 max-width: 270px;
	}
}
 figure {
	 padding-bottom: 20px;
}
 figure figcaption.image-caption {
	 font-size: .7em;
	 text-align: center;
	 margin-bottom: 5px;
	 max-width: 400px;
	 margin: 5px auto;
	 line-height: 1.6;
}
 figure .image-credit {
	 font-size: 11px;
	 line-height: 15px;
	 margin: 0em;
	 text-align: center;
	 padding: 1em;
	 font-weight:bold;
}
 figure.pull-left {
	 margin-right: 20px;
}
 figure.pull-right {
	 margin-left: 20px;
}
 figure.full-width {
	 margin-top: 0;
}
 .pull-left {
	 float:left;
}
 .pull-right {
	 float:right;
}
 .visual .slideshow {
	 padding: 0px;
	 width: 100%;
}
 .blockquote-block {
	 margin-bottom:20px;
}
 .gallery-img {
	 border:1px solid #efe5e5;
	 margin-bottom:20px;
}
 .gallery-img a{
	 display:block;
	 width:100%;
	 height:200px;
	 background-size:cover;
	 border:5px solid #fff;
}
 img.books{
	 width: 15%;
}
 .person-container {
	 background-color: #085282;
	 color: #fff;
	 padding: 1em;
	 text-align: center;
	 min-height: 310px;
	 margin-right: 5px;
	 margin-top: 10px;
	 width: 100%;
	 border-radius: 5px 
}
 .person-container .image-container {
	 height: 125px;
	 width: 125px;
	 background-repeat: no-repeat;
	 margin-left: auto;
	 margin-right: auto;
	 margin-bottom: .8em;
}
 .person-container .title {
	 font-size: .6em;
}
 .person-container button {
	 background-color: #fff;
	 border-radius: 5px;
	 border: none;
	 padding: 0px;
	 margin-top: 35px;
	 width: 85%;
	 bottom: 13px;
	/* left: 20px;
	 */
	 font-size: 12px;
	/* line-height: 22px;
	 */
}
 iframe.vid {
	 margin-left: 20px;
}
 .carousel .caption, .person-container button {
	 position: relative;
	 color: #085282;
	 text-transform: uppercase;
}
 .person-container .name {
	 font-size: .7em;
	 font-weight: 400;
	 text-transform: uppercase;
}
 @media screen and (max-width: 767px) {
	 .visual .slideshow {
		 padding: 0;
		 margin: 0px;
	}
	 .donate-button {
		 margin-top: 5px;
		 display: inline-block 
	}
	 .donate-button>button {
		 background: #82ab45;
		 border: 0;
		 border-radius: 5px;
		 color: #fff;
		 font-size: .8em;
		 font-weight: 600;
		 padding: 5px 1.5em 
	}
	 .donate-button>button:hover {
		 background: #263892 
	}
}
 #main-nav li ul li ul{
    top: 0;
    left: 95px;
}

.photo-row {
    display: -ms-flexbox;  
    display: flex;
    -ms-flex-wrap: wrap;  
    flex-wrap: wrap;
    padding: 0 4px;
}

 
.photo-column {
    -ms-flex: 25%;  
    flex: 25%;
    max-width: 14%;
    padding: 0 4px;
    margin: 0 9px;
}

.photo-column p {
    font-size: 12px;
    margin: 17px 0 20px;
    line-height: 15px;
    min-height: 115px;
}

.photo-column img {
    margin-top: 8px;
    vertical-align: middle;
}

 
@media screen and (max-width: 800px) {
    .photo-column {
        -ms-flex: 50%;
        flex: 50%;
        max-width: 50%;
    }
}

 
@media screen and (max-width: 600px) {
    .photo-column {
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%;
    }
}