@charset "utf-8";
/* CSS Document */
body {
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #4a4a4a;
    font-weight: 400;
    background-color: #ffffff;
}
.clear {
    clear: both;
    float: none;
}
a {
	
}
a:hover {
	
}
a img {
	border: none;
}
img {  
	border: none;
	max-width: 100%;
}
.button {
    background-color: #9fc3ff;
    color: #4a4a4a;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 600;
    border-radius: 0px;
    padding-top: 11px;
    padding-bottom: 11px;
    padding-left: 22px;
    padding-right: 22px;
    display: inline-block;
}
.button:hover, .button:focus {
    background-color: #7995c5;
    color: #4a4a4a;
}
.button-small {
    color: #3e4852;
    font-family: 'gotham', Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 500;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 11px;
    padding-right: 11px;
}
.button-light {
    background-color: #FFFFFF;
    color: #4a4a4a;
}
.button-light:hover {
    background-color: #4a4a4a;
    color: #FFFFFF;
}
.button-dark {
    background-color: #4a4a4a;
    color: #FFFFFF;
}
.button-less-padding {
    padding-left: 4px;
    padding-right: 4px;
}
.button-dark:hover {
    background-color: #FFFFFF;
    color: #4a4a4a;
}
.gray-bg {
    background-image: radial-gradient(387px 387px at 34.35% 747.83%, #ededed 0%, #cacaca 100%);
}
.blue-bg {
    background-image: radial-gradient(387px 387px at 140.81% 747.83%, #cfe1ff 0%, #9fc3ff 100%);
}
.topBar {
    color: #ffffff;
    line-height: 26px;
    background-color: #c80909;
    padding-top: 12px;
    padding-bottom: 12px;
}
.topBar strong {
    font-weight: 500;
}
.container {
    width: 1280px;
    margin-left: auto;
    margin-right: auto;
}
.navSection {
    padding-top: 30px;
    padding-bottom: 30px;
}
.nav {
    margin-top: 18px;
}
.nav ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.nav ul li {
    display: inline-block;
    margin-left: 17px;
    margin-right: 17px;
}
.nav ul li a {
    color: #4a4a4a;
    font-weight: 600;
}
.nav ul li a:hover {
    color: #000000;
}
.navRight {
    margin-top: 10px;
}
.navRightLink {
    display: inline-block;
    color: #4a4a4a;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.44px;
}
.navRightLink i {
    font-size: 26px;
    position: relative;
    top: 5px;
    margin-right: 8px;
}
.navRightLink.leftLink {
    border-right: solid 1px #4a4a4a;
    padding-right: 12px;
    margin-right: 8px;
    padding-bottom: 7px;
}
.banner {
    background-image: url(../graphics/bannerBG.png);
    background-size: cover;
    padding-top: 60px;
    height: 510px;
}
.searchBar {
    box-sizing: border-box;
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(255, 255, 255, 0.85);
    padding-top: 37px;
    padding-bottom: 37px;
    padding-left: 29px;
    padding-right: 29px;
}
.searchBarInner {
     border: 1px solid #3e4852;
    padding: 0px;
}
.searchBar input, .searchBar input:focus {
    border: none;
    border-radius: 0px;
    background-color: transparent;
    height: 50px;
    box-shadow: none;
    width: 598px;
    display: inline-block;
    margin: 0px;
    padding-left: 10px;
}
.searchBar-select {
    display: inline-block;
     border-left: 1px solid #3e4852;
}
.catalog-select {
    background-image: url(../graphics/icon-book.png);
    background-repeat: no-repeat;
    background-position: 10px center;
}
.searchBar select {
    border: none;
    border-radius: 0px;
    background-color: transparent;
    height: 34px;
    box-shadow: none;
    width: 110px;
    display: inline-block;
    margin: 0px;
    color: #3e4852;
    font-family: "gotham", Arial, Helvetica, sans-serif;;
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
    text-transform: uppercase;
    padding-left: 15px;
    padding-top: 3px;
    position: relative;
    top: -1px;
}
.searchBar .catalog-select select {
    padding-left: 40px;
    width: 128px;
}
.searchBar input, .searchBar input::placeholder {
    color: #3e4852;
    font-family: "gotham", Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 300;
}
.searchBar [type='submit'], .searchBar [type='button'] {
    background-color: #3e4852;
     border-radius: 0px;
    color: #FFFFFF;
    font-size: 16px;
    padding-left: 17px;
    padding-right: 17px;
    padding-top: 17px;
    padding-bottom: 12px;
    border: none;
    position: relative;
    right: -1px;
}
.slideTopic {
    color: #3e4852;
    font-family: "gotham", Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}
.slide h2 {
    color: #3e4852;
    font-family: "gotham", Arial, Helvetica, sans-serif;
    font-size: 50px;
    font-weight: 300;
    line-height: 70px;
    margin-top: 0px;
}
.slide {
    background-color: #f4f4f4;
}
.slide, .slide p {
    color: #3e4852;
    font-family: "gotham", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    margin-bottom: 16px;
}
.slideLeft {
    padding-top: 34px;
    padding-bottom: 33px;
    padding-left: 66px;
    padding-right: 40px;
    width: 50%;
    box-sizing: border-box;
    float: left;
}
.slideRight {
    width: 50%;
    box-sizing: border-box;
    float: left;
}
#custom-pager, #custom-pager2, #custom-pager3, #custom-pager4 {
    position: relative;
    top: -57px;
    z-index: 9999;
}
#custom-pager2 {
    top: -14px;
}
#custom-pager3 {
    top: 46px;
}
#custom-pager4 {
    top: 46px;
}
#custom-pager span, #custom-pager2 span, #custom-pager3 span, #custom-pager4 span {
    width: 12px;
    height: 12px;
    font-size: 0px;
    background-image: url(../graphics/pager.png);
    background-position: 0px -24px;
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    cursor: pointer;
}
#custom-pager span:hover, #custom-pager2 span:hover, #custom-pager3 span:hover, #custom-pager4 span:hover {
    background-position: 0px -12px;
}
#custom-pager span.cycle-pager-active, #custom-pager2 span.cycle-pager-active, #custom-pager3 span.cycle-pager-active, #custom-pager4 span.cycle-pager-active {
    background-position: 0px 0px;
}
.slide-controls {
    position: absolute;
    bottom: 243px;
    z-index:9999;
    width: 1250px;
}
.slideControl {
    width: 30px;
    height: 30px;
    cursor: pointer;
}
.slidePrev {
    background-image: url(../graphics/prev.png);
    position: absolute;
}
.slideNext {
    background-image: url(../graphics/next.png);
    position: absolute;
    right: 0px;
}
.bannerSlides {
    position: relative;
    top: 40px;
}
.story-box {
    font-size: 12px;
    line-height: 20px;
}
.story-box img {
    
}
.story-box-inner {
    border: 1px solid #d9d9d9;
}
.story-box-content {
    padding-top: 26px;
    padding-bottom: 24px;
    padding-left: 32px;
    padding-right: 32px;
}
.storyTopic {
    font-weight: 700;
    line-height: 18px;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 11px;
}
.story-box h3 {
    font-size: 22px;
    font-weight: 400;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
}
.storyLink {
    margin-top: 50px;
}
.storyLink a {
    color: #3e4852;
    font-size: 11px;
    font-weight: 600;
    text-decoration: underline;
}
.storyLink a:hover {
    
}
.three-stories {
    margin-top: 227px;
}
.eventsSection {
    padding-top: 80px;
}
.event-left {
    background-color: rgba(62, 72, 82, 0.85);
    color: #ffffff;
    font-family: "gotham", Arial, Helvetica, sans-serif;
    padding-top: 18px;
    padding-bottom: 18px;
    box-sizing: border-box;
    margin-top: -100px;
    position: relative;
}
img.full-width {
    width: 100%;
}
.event-left .border-right {
    border-right: 1px solid #ffffff;
}
.event-left .border-left {
    border-left: 1px solid #ffffff;
}
.event-date {

}
.event-month {
    font-weight: 500;
    text-transform: uppercase;
}
.event-day {
    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase;
}
.event-details {
    padding-left: 35px;
}
.event-title {
    font-weight: 500;
    line-height: 18px;
}
.event-location {
    font-size: 12px;
    font-weight: 300;
    line-height: 18px;
}
.events-list {
    padding-top: 20px;
}
.event-time {
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.5px;
    line-height: 18px;
    padding-top: 10px;
}
.no-padding {
    padding:0px;
}
.topic {
    color: #3e4852;
    font-family: "gotham", Arial, Helvetica, sans-serif;
    font-weight: 700;
    line-height: 18px;
    text-transform: uppercase;
}
.events-list .event-date {
    padding-top: 10px;
    padding-left: 11px;
}
.events-list hr {
    border-bottom: 1px solid #d9d9d9;
}
.events-list .event-details {
    padding-left: 0px;
}
.events-list .event-month {
    color: #4a4a4a;
    font-weight: 600;
}
.events-list .event-day {
    color: #4a4a4a;
    font-weight: 600;
}
.events-list .event-title {
    color: #4a4a4a;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    padding-bottom: 6px;
}
.events-list .event-location {
    color: #4a4a4a;
    font-weight: 400;
    line-height: 18px;
}
.events-list .event-time {
    color: #4a4a4a;
    font-weight: 600;
    letter-spacing: 0.5px;
    line-height: 18px;
}
.services-section {
    background-color: #efefef;
}
.service-inner {
    background-color: #FFFFFF;
    line-height: 20px;
}
.service-inner h3 {
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    font-size: 22px;
    font-weight: 400;
}
.service-content {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
}
.services-section {
    padding-top: 40px;
    padding-bottom: 20px;
}
.services-section-outer {
    margin-top: 80px;
}
.services-section .topic {
    margin-bottom: 30px;
}
.medium-container {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.bookSlider {
    margin-top: 80px;
    position: relative;
}
.bookSliderInner {
    border: 1px solid #d9d9d9;
    padding-top: 69px;
    padding-bottom: 14px;
    background-image: url(../graphics/bookBG.jpg);
    background-repeat: repeat-y;
    background-position: center top;
    overflow: hidden;
    position: relative;
}
.book-slide-image {
    margin-left: 30px;
    margin-right: 30px;
    height:431px;
}
.bookSliderInner .cycle-slide-active img {
    box-shadow: 15px 15px 20px rgba(0, 0, 0, 0.2);
}
.book-slide {
    left:-183px;
}
.bookSliderInner .slide-controls {
    bottom: 286px;
}
.book-slides-overlay {
    color: #3e4852;
    font-family: "gotham", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    position: absolute;
    top: 95px;
    right: 82px;
    width: 340px;
}
.book-slides-overlay .topic {
    color: #3e4852;
    font-family: "gotham", Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    text-transform: uppercase;
    margin-bottom: 44px;
}
.book-slides-overlay h3 {
    color: #3e4852;
    font-family: "gotham", Arial, Helvetica, sans-serif;
    font-size: 36px;
    font-weight: 300;
    margin-top: 0px;
    margin-bottom: 2px;
}
.book-slides-overlay h4 {
    color: #3e4852;
    font-family: "gotham", Arial, Helvetica, sans-serif;
    font-size: 22px;
    font-weight: 300;
    margin-top: 0px;
    margin-bottom: 6px;
}
.book-slides-overlay .book-button {
    margin-top: 50px;
}
.bookCallouts {
    margin-top: 80px;
}
.book-callout {
    color: #3e4852;
    font-family: "gotham", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    padding-top: 55px;
    padding-left: 35px;
    min-height: 453px;
}
.book-callout h3 {
    color: #3e4852;
    font-family: "gotham", Arial, Helvetica, sans-serif;
    font-size: 36px;
    font-weight: 300;
    line-height: 44px;
    margin: 0px;
    margin-bottom: 8px;
}
.book-callout h4 {
    color: #3e4852;
    font-family: "gotham", Arial, Helvetica, sans-serif;
    font-size: 22px;
    font-weight: 300;
    margin-bottom: 16px;
}
.book-callout .topic {
    color: #3e4852;
    font-family: "gotham", Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    text-transform: uppercase;
    margin-bottom: 48px;
}
.book-callout-button {
    margin-top: 60px;
}
.book-callout-button .button-dark {
    margin-left: 7px;
}
.list-item {
    
}
.list-title {
    margin-top: 15px;
    font-size: 13px;
    font-weight: 600;
    line-height: 18px;
    text-align: left !important;
}
.list-subtitle {
    font-size: 11px;
    font-weight: 400;
    line-height: 18px;
    text-align: left !important;
}
.list-section-outer {
    margin-top: 80px;
}
.list-form-input {
    display: inline-block;
}
.list-section-outer .services-section .topic {
    display: inline-block;
    margin-right: 30px;
    margin-bottom: 50px;
}
.list-form-input select {
    color: #4a4a4a;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    text-transform: uppercase;
    width: 160px;
    height: 27px;
    border: 1px solid #4a4a4a;
    background-color: transparent;
    border-radius: 0px;
    box-shadow: none;
    padding-top: 0px;
    padding-bottom: 0px;
}
.list-section-inner {
    position: relative;
}
.list-section-inner .slide-controls {
    left: -25px;
    bottom: 170px;
}
.services-list {
     border: 1px solid #d9d9d9;
    padding-top: 43px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 20px;
}
.service-item a {
    color: #3e4852;
    font-family: "gotham", Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
}
.service-item a:hover {
    font-weight: bold;
}
.service-item i {
    font-size: 26px;
    position: relative;
    top: 5px;
    margin-right: 20px;
}
.services-list hr {
    margin: 0px;
    height: 1px;
    border: none;
    border-top: 1px solid #d9d9d9;
}
.service-item {
    padding-left: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.news-section {
    border: 1px solid #d9d9d9;
    padding-top: 43px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 11px;
}
.margin-top-80 {
    margin-top: 80px;
}
.news-featured-image {
    position: relative;
    margin-bottom: 21px;
}
.news-featured-tag {
    color: #ffffff;
    font-family: "gotham", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
    background-color: rgba(62, 72, 82, 0.85);
    position: absolute;
    bottom: 0px;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 20px;
    box-sizing: border-box;
    width: 100%;
}
.news-featured-content {
    color: #3e4852;
    font-family: "gotham", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
}
.news-featured-content h4 {
    font-family: "gotham", Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 1px;
}
.news-featured-content .news-date {
    color: #3e4852;
    font-family: "gotham", Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.5px;
    line-height: 18px;
    margin-top: 12px;
}
.news-list {
    color: #3e4852;
    font-family: "gotham", Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 18px;
}
.news-list .row {
    padding-bottom: 30px;
}
.news-list h4 {
    color: #3e4852;
    font-family: "gotham", Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    margin-bottom: 3px;
    margin-top: 0px;
}
.news-list .news-date {
    color: #3e4852;
    font-family: "gotham", Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.5px;
    line-height: 18px;
    margin-top: 12px;
}
.blog-list {
    border: 1px solid #d9d9d9;
    padding-top: 43px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 24px;
}
.facebook-plugin {
    padding: 0px;
}
.blog-item {
    color: #3e4852;
    font-family: "gotham", Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 18px;
    margin-bottom: 20px;
}
.blog-item h4 {
    color: #3e4852;
    font-family: "gotham", Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    margin-top: 8px;
    margin-bottom: 2px;
}
.blog-item .blog-date {
    color: #3e4852;
    font-family: "gotham", Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.5px;
    line-height: 18px;
    margin-top: 13px;
}
.footer {
    background-color: #9fc3ff;
    padding-top: 45px;
    padding-bottom: 45px;
    color: #4a4a4a;
    font-family: "gotham", Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 18px;
}
.footer strong {
    color: #4a4a4a;
    font-family: "gotham", Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
}
.footer .topic {
    color: #4a4a4a;
    font-family: "gotham", Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    text-transform: uppercase;
    margin-bottom: 13px;
}
.footer-form {
    margin-top: 35px;
}
.footer-form input {
    color: #000000;
    font-family: "gotham", Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 300;
    border: none;
    border-radius: 0px;
    box-shadow: none;
    width: 270px;
    display:inline-block;
    padding-left: 10px;
    height: 39px;
}
.footer-form select {
    font-size: 16px;
    line-height: 1.5;
    height: 40px;
    width: 100%;
    font-weight: bold;
    padding-left: 10px;
}
.footer-form input::placeholder {
    color: #808080;
}
.footer-form [type='submit'], .footer-form [type='button'] {
    color: #ffffff;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 600;
    width: 140px;
    height: 40px;
    background-color: #4a4a4a;
    border-radius: 0px;
    border: none;
    margin-left: -3px;
}
.footer-nav {
    margin-top: 23px;
}
.footer-nav a {
    color: #4a4a4a;
    font-family: "gotham", Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    margin-left: 16px;
    margin-right: 16px;
}
.footer-nav a:hover {
    color: #000000;
}
.footer-nav a:first-child {
    margin-left: 0px;
}
.footer-nav a:last-child {
    margin-right: 0px;
}
.footer-contact {
    margin-top: 38px;
}
.footer-contact a {
    color: #4a4a4a;
}
.footer-social {
    margin-top: 23px;
}
.footer-social a {
    font-size: 40px;
    color: #4a4a4a;
    margin-left: 10px;
    margin-right: 10px;
}
.footer-social a:first-child {
    margin-left: 0px;
}
.footer-social a:last-child {
    margin-right: 0px;
}
.copyright {
    margin-top: 80px;
    color: #4a4a4a;
    font-family: "gotham", Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.5px;
    line-height: 18px;
}
.swiper-container {
  width: 100%;
  height: 100%;
}
.list-item img {
    width: 150px;
}
.swiper-slide {
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  flex-direction: column;
}
.swiper-slide1 {
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-direction: column;
}
.slide.swiper-slide {
    display: block;
}
.swiper-pagination-bullet {
    margin: 0 4px;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 30px;
}
.swiper-pagination-bullet {
    border: solid 2px #3e4852;
    background-color: transparent;
    width: 12px;
    height: 12px;
    opacity: 1;
}
.swiper-pagination-bullet:hover {
    border-color: #667686;
    background-color: #667686;
}
.swiper-pagination-bullet-active {
    background-color: #3e4852;;
}
#slider2, #slider3 {
    margin-left: 36px;
}
.slide-controls-shift-right {
    margin-left: 15px;
}
#pager2, #pager3 {
    width: 100%;
    text-align: center;
    bottom: -53px;
}
@media (max-width: 1285px)
{
    .container {
        width: auto;
    }
}