/*dark theme custom color */
/* CSS Document */
.dark-theme .story-box .story-box-inner {
  background-color: #082b4d;
  color: #fff;
}

.dark-theme .facebook-plugin {
  background-color: #082b4d;
  color: #fff;
}

.dark-theme .facebook-plugin a.avatar, .dark-theme .facebook-plugin p {
  color: #fff !important;
}

.dark-theme .blog-list {
  background-color: #082b4d;
  color: #fff;
}

.dark-theme .services-list {
  background-color: #082b4d;
  color: #fff;
}

.dark-theme .news-section {
  background-color: #082b4d;
  color: #fff;
}

.dark-theme .services-section {
  background-color: #082b4d;
  color: #fff;
  border: 1px solid #d9d9d9;
}

.dark-theme .nav-lib {
  background-color: #082b4d;
}

.dark-theme .nav-lib .navbar-collapse {
  background-color: #082b4d;
}
.dark-theme .megamenu {
  background-color: #082b4d;
}

.dark-theme .megamenu ul.nav-sub {
  background-color: #082b4d;
}

.dark-theme .nav-lib .navbar-nav > li > a {
  color: #fff;
}



.dark-theme .megamenu ul.nav-sub li .dropdown-header {
  color: #fff;
}

.dark-theme .megamenu ul.nav-sub li a {
  color: #fff;
}

.dark-theme .expandable .expand-bar {
  background: #082b4d;
  color: #fff;
}

.dark-theme .story-box-content {
  background-color: #082b4d;
  color: #fff;
}

.dark-theme .filter-sub {
  background-color: #082b4d;
  color: #fff;
}

.dark-theme .filter-sub UL a {
  color: #fff;
}

.dark-theme .eventsSection {
  background-color: #082b4d;
  color: #fff;
}

.dark-theme .services-section-li {
  background-color: #082b4d;
  color: #fff;
  border: 1px solid #d9d9d9;
}

.dark-theme .events-list {
  background-color: #082b4d;
  color: #fff;
}

.dark-theme .events-list .event-title {
  color: #fff;
}

.dark-theme .events-list .event-location {
  color: #fff;
}

.dark-theme .events-list .event-time {
  color: #fff;
}

.dark-theme .events-list .event-month {
  color: #fff;
}

.dark-theme .events-list .event-day {
  color: #fff;
}

.dark-theme .news {
  background-color: #082b4d;
  color: #fff;
}

.dark-theme .contact {
  background-color: #082b4d;
  color: #fff;
}

.dark-theme .results-items {
  background-color: #082b4d;
  color: #fff;
}

.dark-theme .results-items li a {
  color: #fff;
}

.dark-theme .title-nav-sub {
  color: #fff;
}

.dark-theme .navbar-toggle {
  background: url("../graphics/menu-white.svg") no-repeat;
  margin-right: 25px;
}

.dark-theme .navbar-toggle.cancel {
  background: url("../graphics/cancel-white.svg") no-repeat;
}

.dark-theme .navRightLink.leftLink {
  border-color: #fff;
}

.dark-theme .navRightLink {
  color: #fff;
}

.dark-theme .footer .topic {
  color: #4a4a4a;
}

.dark-theme .bookCallouts .topic {
  color: #4a4a4a;
}

.dark-theme .service-content {
  color: #4a4a4a;
}

.dark-theme .storyLink a {
  color: #fff;
}

.dark-theme .topic {
  color: #fff;
}

.dark-theme .blog-item {
  color: #fff;
}

.dark-theme .blog-item h4 {
  color: #fff;
}

.dark-theme .blog-item .blog-date {
  color: #fff;
}

.dark-theme .service-item a {
  color: #fff;
}

.dark-theme .service-item a h4 {
  color: #fff;
}

.dark-theme .service-item a .news-date {
  color: #fff;
}

.dark-theme .news-list {
  color: #fff;
}

.dark-theme .news-list h4 {
  color: #fff;
}

.dark-theme .news-list .news-date {
  color: #fff;
}

.dark-theme .news-featured-content {
  color: #fff;
}

.dark-theme .news-featured-content .news-date {
  color: #fff;
}

.dark-theme .swiper-pagination-bullet-active {
  background: #fff;
}

.dark-theme .swiper-pagination-bullet {
  border: solid 2px #fff;
}

.dark-theme #slider1 .slideNext {
  background: url("../graphics/next.png");
}

.dark-theme #slider1 .slidePrev {
  background: url("../graphics/prev.png");
}

.dark-theme #slider1 .swiper-pagination-bullet-active {
  background: #3e4852;
}

.dark-theme #slider1 .swiper-pagination-bullet {
  border: solid 2px #3e4852;
}

.dark-theme .slidePrev {
  background: url("../graphics/prevdark.png");
}

.dark-theme .controls-l .swiper-button-prev {
  background: url("../graphics/prevdark.png");
}

.dark-theme .controls-l .swiper-button-next {
  background: url("../graphics/nextdark.png");
}

.dark-theme .slideNext {
  background: url("../graphics/nextdark.png");
}

.dark-theme .breadcrumb {
  background: transparent;
}

.dark-theme .tt-collapse-title {
  color: #4a4a4a;
}

.dark-theme .pagination li a {
  background: transparent;
  color: #fff;
}

.dark-theme .pagination li a:hover {
  background-color: #9fc3ff;
  color: #4a4a4a;
}

.dark-theme .pagination li a.active {
  background-color: #9fc3ff;
  color: #4a4a4a;
}

.dark-theme .legal {
  background: transparent;
  border: 1px solid #d9d9d9;
}

.dark-theme .legal .story-box-inner {
  background: transparent;
}

.dark-theme .results .list-search li .group-btn-results .bg-white {
  color: #fff;
}

ul.pagination {
  background-color: #082b4d;
  color: #fff;
}

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 img {
  border: none;
}

img {
  border: none;
  max-width: 100%;
}

.block-m {
  display: none !important;
}

.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;
  line-height: 16px;
}

.button:hover {
  background-color: #4f617f;
  color: #fff;
  text-decoration: none;
}

.button:focus {
  background-color: #4f617f;
  color: #fff;
  text-decoration: none;
}

.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-dark:hover {
  background-color: #FFFFFF;
  color: #4a4a4a;
}

.button-less-padding {
  height: 40px;
}

.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 {
  max-width: 1280px;
  width: 1280px;
}

.navSection {
  padding-top: 30px;
  padding-bottom: 30px;
}

.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;
  position: absolute;
  width: 100%;
}

.searchBar {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  position: relative;
  z-index: 2;
  margin: 60px 0;
}

.searchBar input {
  border: none;
  border-radius: 0px;
  background-color: transparent;
  height: 50px;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: inline-block;
  margin: 0px;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  color: #3e4852;
  font-family: "gotham", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 300;
  color: #3e4852;
  font-family: "gotham", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 300;
  color: #3e4852;
  font-family: "gotham", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 300;
  color: #3e4852;
  font-family: "gotham", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.searchBar input:focus {
  border: none;
  border-radius: 0px;
  background-color: transparent;
  height: 50px;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: inline-block;
  margin: 0px;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}

.searchBar input::-webkit-input-placeholder {
  color: #3e4852;
  font-family: "gotham", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.searchBar input:-ms-input-placeholder {
  color: #3e4852;
  font-family: "gotham", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.searchBar input::-ms-input-placeholder {
  color: #3e4852;
  font-family: "gotham", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.searchBar input::placeholder {
  color: #3e4852;
  font-family: "gotham", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.searchBar .catalog-select select {
  padding-left: 40px;
  width: 128px;
}

.searchBar [type='submit'] {
  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;
}

.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;
}

.searchBarInner {
  border: 1px solid #3e4852;
  padding: 0px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr auto;
  grid-template-columns: 1fr auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.searchBarInner .searchBar-select .btn {
  border-left: 1px solid #3e4852;
  background: #fff !important;
  color: #404040;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  text-transform: uppercase;
  padding: 5px 12px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}

.searchBarInner .searchBar-select .btn::after {
  content: '';
  background: url("../graphics/arrow-search.svg") no-repeat;
  background-size: 100%;
  width: 16px;
  height: 9px;
  border: none;
  position: relative;
  top: 1px;
  display: inline-block;
  margin-left: 10px;
}

.searchBar-select .dropdown-menu {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #4a4a4a;
  padding: 10px 20px;
  margin-top: 15px;
  min-width: 220px;
  right: -2px;
  left: auto;
}

.searchBar-select .dropdown-menu a {
  color: #404040;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  display: -ms-grid;
  display: grid;
  padding: 6px 0;
  -ms-grid-columns: 30px 1fr;
  grid-template-columns: 30px 1fr;
  grid-gap: 10px;
}

.searchBar-select .dropdown-menu a img {
  margin: auto;
}

.box-seach {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.catalog-select {
  position: relative;
  padding: 5px 15px 6px;
  border-left: 1px solid #3e4852;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  color: #404040;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  width: 100%;
}

.catalog-select img {
  width: auto;
  margin-right: 12px;
  max-width: none;
}

.slideTopic {
  color: #3e4852;
  font-family: "gotham", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.slide {
  background-color: #f4f4f4;
  color: #3e4852;
  font-family: "gotham", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  margin-bottom: 16px;
}

.slide h2 {
  color: #4a4a4a;
  font-family: Montserrat;
  font-size: 50px;
  font-weight: 400;
  line-height: 54px;
  max-width: 480px;
  margin-top: 30px;
  margin-bottom: 20px;
}

.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%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}

.slideRight {
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}

#custom-pager {
  position: relative;
  top: -57px;
  z-index: 9999;
}

#custom-pager 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 {
  background-position: 0px -12px;
}

#custom-pager span.cycle-pager-active {
  background-position: 0px 0px;
}

#custom-pager2 {
  position: relative;
  top: -57px;
  z-index: 9999;
  top: -14px;
}

#custom-pager2 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-pager2 span:hover {
  background-position: 0px -12px;
}

#custom-pager2 span.cycle-pager-active {
  background-position: 0px 0px;
}

#custom-pager3 {
  position: relative;
  top: -57px;
  z-index: 9999;
  top: 46px;
}

#custom-pager3 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-pager3 span:hover {
  background-position: 0px -12px;
}

#custom-pager3 span.cycle-pager-active {
  background-position: 0px 0px;
}

#custom-pager4 {
  position: relative;
  top: -57px;
  z-index: 9999;
  top: 46px;
}

#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-pager4 span:hover {
  background-position: 0px -12px;
}

#custom-pager4 span.cycle-pager-active {
  background-position: 0px 0px;
}

.slide-controls {
  position: absolute;
  top: 50%;
  margin-top: -30px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 2;
  width: 100%;
  left: 0;
}

.slideControl {
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.slidePrev {
  background-image: url(../graphics/prev.png);
  position: absolute;
  left: -25px;
}

.slideNext {
  background-image: url(../graphics/next.png);
  position: absolute;
  right: -25px;
}

.bannerSlides {
  position: relative;
}

.story-box {
  font-size: 12px;
  line-height: 20px;
}

.story-box h3 {
  font-size: 22px;
  font-weight: 400;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  margin-top: 0;
  margin-bottom: 14px;
}

.story-box-inner {
  border: 1px solid #d9d9d9;
  height: 100%;
}

.mt-45 {
  margin-top: 45px;
}

.mb-80 {
  margin-bottom: 80px;
}

.story-box-content {
  padding: 25px 20px;
}

.storyTopic {
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.storyLink {
  margin-top: 20px;
}

.storyLink a {
  color: #3e4852;
  font-size: 12px;
  font-weight: 600;
  text-decoration: underline;
}

.three-stories {
  margin-top: 80px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px;
}

.eventsSection {
  margin-top: 80px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  border: 1px solid #d9d9d9;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.eventsSection .topic {
  margin-bottom: 20px;
}

.eventsSection .text-btn {
  text-align: right;
}

.eventsSection .event-image img {
  height: auto;
}

.eventsSection img {
  height: 100%;
}

.event-left {
  background-color: rgba(62, 72, 82, 0.85);
  color: #ffffff;
  font-family: "gotham", Arial, Helvetica, sans-serif;
  padding: 20px 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  bottom: 0;
  position: absolute;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.event-left .event-date {
  padding-right: 30px;
}

.event-left .event-detail {
  padding-left: 30px;
  border-left: 1px solid #fff;
}

.event-left .border-right {
  border-right: 1px solid #ffffff;
}

.event-left .border-left {
  border-left: 1px solid #ffffff;
}

img.full-width {
  width: 100%;
}

.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: 40px 80px 30px;
}

.events-list .topic {
  margin-bottom: 20px;
}

.events-list .text-btn {
  margin-top: 20px;
}

.events-list .event-date {
  padding-top: 10px;
  padding-left: 11px;
}

.events-list hr {
  border-bottom: 1px solid #d9d9d9;
  margin: 30px 0;
}

.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;
}

.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;
}

.services-section {
  background-color: #efefef;
  padding: 40px 40px 20px 40px;
}

.services-section .topic {
  margin-bottom: 30px;
}

.service-inner {
  background-color: #FFFFFF;
  line-height: 20px;
}

.service-inner h3 {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 20px;
}

.service-content {
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 10px;
}

.services-section-li {
  background: #efefef;
  padding: 40px 40px 20px 40px;
}

.services-section-li .topic {
  margin-bottom: 30px;
}

.services-section-outer {
  margin-top: 80px;
}

.medium-container {
  max-width: 1200px;
  margin-left: 20px;
  margin-right: 20px;
}

.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;
}

.bookSliderInner .cycle-slide-active img {
  -webkit-box-shadow: 15px 15px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 15px 15px 20px rgba(0, 0, 0, 0.2);
}

.bookSliderInner .slide-controls {
  bottom: 286px;
}

.book-slide-image {
  margin-left: 30px;
  margin-right: 30px;
  height: 431px;
}

.book-slide {
  left: -183px;
}

.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;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 40px;
}

.bookCallouts .topic {
  margin: 70px 40px 0;
}

.event-height {
  position: relative;
  height: 100%;
}

.book-callout {
  color: #3e4852;
  font-family: "gotham", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  padding: 20px 40px 50px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0.7fr;
  grid-template-columns: 1fr 0.7fr;
  grid-gap: 40px;
}

.book-callout .content {
  margin-top: 30px;
}

.book-callout .image {
  text-align: right;
}

.book-callout h3 {
  color: #3e4852;
  font-family: "gotham", Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 46px;
  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;
}

.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-section-outer .button-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 30px;
}

.list-section-outer .button-slide a {
  display: block;
}

.list-section-outer .services-section .topic {
  display: inline-block;
  margin-right: 30px;
  margin-bottom: 50px;
}

.list-form-input {
  display: inline-block;
}

.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;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-top: 0px;
  padding-bottom: 0px;
}

.list-section-inner {
  position: relative;
}

.services-list {
  border: 1px solid #d9d9d9;
  padding-top: 40px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 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;
}

.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;
}

.news-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 0.8fr 1fr;
  grid-template-columns: 0.8fr 1fr;
  grid-gap: 40px;
}

.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;
  -webkit-box-sizing: border-box;
  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;
  margin-bottom: 20px;
}

.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: 25px;
}

.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 {
  border: 1px solid #d9d9d9;
}

.facebook-plugin .box-view {
  padding: 20px;
  color: #4a4a4a;
  font-size: 16px;
}

.facebook-plugin .box-view a.avatar {
  color: #4a4a4a;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}

.facebook-plugin .box-view a.avatar img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  margin-right: 15px;
}

.facebook-plugin .box-view .content {
  margin-top: 18px;
}

.facebook-plugin .box-view .content img {
  width: 100%;
}

.facebook-plugin .box-view .content p {
  margin-top: 18px;
  margin-bottom: 0;
}

.link-fb {
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  background-color: #3b5998;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff !important;
  padding: 10px 20px;
  text-decoration: none !important;
}

.link-fb i {
  font-weight: 400;
  margin-right: 15px;
  font-size: 18px;
}

.blog-item {
  color: #3e4852;
  font-family: "gotham", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
  margin-bottom: 20px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 180px 1fr;
  grid-template-columns: 180px 1fr;
  grid-gap: 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 .bootstrap-select {
  width: 100% !important;
  height: 43px;
  line-height: 43px;
}

.footer-form .bootstrap-select .btn {
  width: 100%;
  background: #fff !important;
  color: #4a4a4a;
  padding: 0;
  padding-left: 20px;
  padding-right: 40px;
  height: 43px;
  line-height: 43px;
  position: relative;
}

.footer-form .bootstrap-select .bs-caret {
  background: url("../graphics/arrow-dropdown.png");
  width: 40px;
  height: 43px;
  position: absolute;
  right: 0;
  top: 0;
}

.footer-form .bootstrap-select .bs-caret .caret {
  display: none;
}

.footer-form input {
  color: #000000;
  font-family: "gotham", Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 300;
  border: none;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: calc(80% - 142px);
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
  height: 39px;
}

.footer-form input::-webkit-input-placeholder {
  color: #808080;
}

.footer-form input:-ms-input-placeholder {
  color: #808080;
}

.footer-form input::-ms-input-placeholder {
  color: #808080;
}

.footer-form input::placeholder {
  color: #808080;
}

.footer-form select {
  font-size: 16px;
  line-height: 1.5;
  height: 40px;
  width: 100%;
  font-weight: bold;
  padding-left: 10px;
}

.footer-form [type='submit'] {
  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-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;
}

.subject {
  margin-top: 35px;
  margin-top: 0;
}

.subject .bootstrap-select {
  width: 100% !important;
  height: 43px;
  line-height: 43px;
}

.subject .bootstrap-select .btn {
  width: 100%;
  background: #fff !important;
  color: #4a4a4a;
  padding: 0;
  padding-left: 20px;
  padding-right: 40px;
  height: 43px;
  line-height: 43px;
  position: relative;
}

.subject .bootstrap-select .bs-caret {
  background: url("../graphics/arrow-dropdown.png");
  width: 40px;
  height: 43px;
  position: absolute;
  right: 0;
  top: 0;
}

.subject .bootstrap-select .bs-caret .caret {
  display: none;
}

.subject .btn {
  border-radius: 0;
}

.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;
  text-decoration: underline;
}

.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: 30px;
  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: 10px;
  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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-slide .box {
  margin: auto;
}

.swiper-slide1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.slide.swiper-slide {
  display: block;
}

.swiper-pagination-bullet {
  margin: 0 4px;
  border: solid 2px #3e4852;
  background-color: transparent;
  width: 12px;
  height: 12px;
  opacity: 1;
  margin: 0 11px !important;
}

.swiper-pagination-bullet:hover {
  border-color: #667686;
  background-color: #667686;
}

.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 30px;
}

.swiper-pagination-custom {
  bottom: 30px;
}

.swiper-pagination-fraction {
  bottom: 30px;
}

.swiper-pagination-bullet-active {
  background-color: #3e4852;
}

#pager2 {
  width: 100%;
  text-align: center;
  bottom: -53px;
}

#pager3 {
  width: 100%;
  text-align: center;
  bottom: -53px;
}

#pager4 {
  width: 100%;
  text-align: center;
  bottom: -53px;
}

#pager5 {
  width: 100%;
  text-align: center;
  bottom: -53px;
}

#pager6 {
  width: 100%;
  text-align: center;
  bottom: -53px;
}

#pager7 {
  width: 100%;
  text-align: center;
  bottom: -53px;
}

#pager8 {
  width: 100%;
  text-align: center;
  bottom: -53px;
}

#pager9 {
  width: 100%;
  text-align: center;
  bottom: -53px;
}

#pager10 {
  width: 100%;
  text-align: center;
  bottom: -53px;
}

.has-children .is-hidden {
  visibility: hidden;
}

.has-children.open .is-hidden {
  visibility: visible;
}

.nav-lib {
  background-color: #fff;
  border: none;
  border-radius: 0;
  margin-bottom: 0;
}

.nav-lib .dropdown-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.nav-lib .dropdown-toggle i {
  margin-left: 8px;
  display: none;
}

.nav-lib .navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.nav-lib .navbar-nav > li > a {
  color: #4a4a4a;
  font-weight: 600;
  padding: 50px 16px;
  background: transparent !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  position: relative;
}

.nav-lib .navbar-nav > li > a:hover::after {
  opacity: 1;
  width: 50%;
}

.nav-lib .navbar-nav > li > a::after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background-color: #9fc3ff;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: 42px;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.nav-lib .nav-custom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-lib .navbar-toggle {
  background: url("../graphics/menu.svg") no-repeat;
  margin-right: 25px;
}

.nav-lib .navbar-toggle.cancel {
  background: url("../graphics/cancel.svg") no-repeat;
}

.menu-large {
  position: static !important;
}

.megamenu {
  padding: 22px 0px;
  width: 100%;
  background: #f4f4f4;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.megamenu ul.nav-sub {
  padding: 0;
  margin: auto;
  max-width: 1280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  min-height: 250px;
}

.megamenu ul.nav-sub li {
  list-style: none;
  border-left: 1px solid #e0e1e3;
  padding: 0 50px;
}

.megamenu ul.nav-sub li:first-child {
  border: none;
}

.megamenu ul.nav-sub li ul {
  display: block;
  padding: 0;
  margin: 0;
}

.megamenu ul.nav-sub li ul li {
  padding: 0;
  border: 0;
}

.megamenu ul.nav-sub li .title-nav-sub {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.69px;
  text-align: right;
  margin: 0;
}

.megamenu ul.nav-sub li .title-nav-sub i {
  display: none;
  margin-right: 20px;
}

.megamenu ul.nav-sub li .dropdown-header {
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  text-transform: uppercase;
  color: #4a4a4a;
  padding: 0;
  margin: 6px 0 8px;
}

.megamenu ul.nav-sub li a {
  color: #4a4a4a;
  font-weight: 500;
  padding: 8px 0;
  display: block;
  position: relative;
}

.megamenu > li > ul {
  padding: 0;
  margin: 0;
}

.megamenu > li > ul > li {
  list-style: none;
}

.megamenu > li > ul > li > a {
  color: #4a4a4a;
  font-family: "Montserrat Semi Bold";
  font-size: 14px;
  font-weight: 600;
}

.megamenu > li ul > li > a:hover {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

.megamenu > li ul > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

.megamenu.disabled > a {
  color: #999999;
}

.megamenu.disabled > a:hover {
  color: #999999;
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: not-allowed;
}

.megamenu.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: not-allowed;
}

.is-visible {
  opacity: 0;
  visibility: hidden;
}

.cd-overlay {
  background: #f4f4f4;
  position: fixed;
  height: 100%;
  left: 0;
  width: 100%;
  top: 0;
  z-index: 2;
}

.event {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50px 70px 1fr;
  grid-template-columns: 50px 70px 1fr;
  grid-gap: 20px;
}

.title-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.about-grid {
  margin-top: 0;
  grid-row-gap: 80px;
  margin-bottom: 40px;
}

.bg-searchbar {
  background: #9ec3ff;
}

.bg-searchbar .searchBar {
  margin: 20px 0 !important;
}

.title-lg {
  font-size: 50px;
  font-weight: 400;
  margin-bottom: 43px;
  margin-top: 35px;
}

.about-location .story-box-content {
  padding: 17px 20px 15px;
}

.breadcrumb {
  padding: 0;
  padding-top: 20px;
  background: #fff;
}

.breadcrumb .active a {
  color: #4a4a4a;
}

.breadcrumb .breadcrumb-item {
  color: #999999;
}

.breadcrumb .breadcrumb-item::before {
  opacity: 0.6;
}

.page-library {
  text-align: center;
  margin: 30px 0 10px;
}

#slider1 .slideNext {
  right: 0;
}

#slider1 .slidePrev {
  left: 0;
}

.controls-l .swiper-button-next {
  background-image: url(../graphics/next.png);
  position: absolute;
  right: 0;
  width: 30px;
  height: 30px;
  background-size: auto;
}

.controls-l .swiper-button-prev {
  background-image: url(../graphics/prev.png);
  position: absolute;
  left: 0;
  width: 30px;
  height: 30px;
  background-size: auto;
}

.swiper-pagination-main {
  text-align: center;
  bottom: 35px;
  position: absolute;
  z-index: 2;
}

.mb-40 {
  margin-bottom: 40px;
}

.box-loc {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 23px 1fr;
  grid-template-columns: 23px 1fr;
  grid-gap: 20px;
  margin-bottom: 30px;
  margin-top: 20px;
}

.box-loc i {
  font-size: 32px;
}

.box-loc .content {
  font-size: 18px;
  font-weight: 300;
  line-height: 32px;
}

.box-loc .content span {
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  text-transform: uppercase;
  display: block;
}

.box-loc .address {
  margin-right: 70px;
}

.hours-loc {
  padding: 0;
  margin: 0;
}

.hours-loc li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #cacaca;
  padding: 10px 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.hours-loc li:last-child {
  border: none;
}

.hours-loc li span {
  font-weight: 400 !important;
  font-size: 18px !important;
}

.location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mt-0 {
  margin-top: 0 !important;
}

.location-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.location-child .services-list {
  height: 100%;
}

.location-child .events-list {
  border: 1px solid #d9d9d9;
  height: 100%;
  padding: 40px !important;
}

.location-child .events-list .text-btn {
  text-align: right;
}

.location-child .news {
  border: 1px solid #d9d9d9;
  height: 100%;
  padding-top: 43px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 20px;
}

.location-child .news .topic {
  margin-bottom: 20px;
}

.contact {
  border: 1px solid #d9d9d9;
  margin-top: 80px;
  padding: 30px;
}

.contact form {
  padding: 30px;
  padding-bottom: 0;
}

.contact .form-control {
  height: 43px;
  border: 1px solid #cacaca;
  background-color: #ffffff;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.contact label {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.55px;
  line-height: 18px;
}

.contact textarea {
  min-height: 100px;
}

.contact .button {
  margin-top: 20px;
}

.title-medium {
  font-size: 36px;
  font-weight: 400;
  margin-bottom: 50px;
}

.results {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 400px 1fr;
  grid-template-columns: 400px 1fr;
  grid-gap: 40px;
}

.results .sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.results .sort .bootstrap-select {
  margin-left: 12px;
}

.results .sort .btn {
  background: #fff !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.results .list-search {
  padding: 0;
  margin: 0;
  margin-top: 30px;
}

.results .list-search li {
  padding: 30px 0;
  list-style: none;
  border-top: 1px solid #cacaca;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 150px 1fr 200px;
  grid-template-columns: 150px 1fr 200px;
  grid-gap: 20px;
}

.results .list-search li:last-child {
  border-bottom: 1px solid #cacaca;
}

.results .list-search li .content h3 {
  font-size: 26px;
  font-weight: 500;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.results .list-search li .content .bold {
  font-weight: 600;
}

.results .list-search li .group-btn-results {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.results .list-search li .group-btn-results i {
  font-size: 40px;
  line-height: 40px;
}

.results .list-search li .group-btn-results .button {
  width: 100%;
  margin: 18px 0 0;
  text-align: center;
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 20px;
  padding-right: 20px;
}

.results .list-search li .group-btn-results .button i {
  font-size: 25px;
  line-height: 25px;
  margin-right: 12px;
}

.results .list-search li .group-btn-results .button img {
  margin-right: 12px;
}

.results .list-search li .group-btn-results .bg-white {
  background: transparent;
  color: #4a4a4a;
}

.results .list-search li .group-btn-results .bg-disable {
  border: 1px solid #cacaca;
  color: #4a4a4a;
  background: #fff;
}

.pagination {
  margin-top: 40px;
}

.pagination li a {
  border: 1px solid #cacaca;
  color: #4a4a4a;
  font-size: 16px;
  border-radius: 0 !important;
}

.pagination li a:hover {
  background: #4a4a4a;
  color: #fff;
}

.pagination li a.active {
  background: #4a4a4a;
  color: #fff;
}

.left-col h4 {
  font-size: 22px;
  font-weight: 600;
  margin: 20px 0;
}

.left-col .collapse {
  display: block !important;
  height: 0px;
  overflow: hidden;
}

.left-col .collapse.in {
  height: auto;
}

.left-col .back {
  display: block;
  width: 50px;
  height: 50px;
}

.left-col.open {
  display: block;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 5;
  left: 0;
  padding: 20px;
  overflow-y: auto;
}

.tt-collapse-title {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  background: #f5f5f5;
  padding: 15px;
  border: 1px solid #cacaca;
  position: relative;
  margin-top: 20px;
}

.tt-collapse-title::after {
  content: '';
  width: 15px;
  height: 2px;
  background: url(../graphics/ic-des-less.png);
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -1px;
}

.tt-collapse-title.collapsed::after {
  content: '';
  width: 15px;
  height: 16px;
  background: url(../graphics/ic-des-more.png);
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -8px;
}

.filter-sub {
  list-style: none;
  border: 1px solid #cacaca;
  border-top: 0;
}

.filter-sub UL {
  margin: 0;
  padding: 0;
}

.filter-sub UL li {
  list-style: none;
  border-bottom: 1px solid #cacaca;
}

.filter-sub UL li:last-child {
  border-bottom: none;
}

.filter-sub UL a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #404040;
  padding: 15px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-decoration: none;
}

.filter-sub UL a:hover {
  background: #323f48;
  color: #fff;
}

.results-items {
  border: 1px solid #cacaca;
  padding: 0;
}

.results-items li {
  list-style: none;
  border-bottom: 1px solid #cacaca;
}

.results-items li:first-child a {
  background: #fff !important;
  color: #404040 !important;
}

.results-items li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #404040;
  padding: 15px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-decoration: none;
}

.results-items li a:hover {
  background: #323f48;
  color: #fff;
}

.expandable {
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}

.expandable .expand-bar {
  position: absolute;
  left: 0px;
  bottom: 0px;
  background-color: white;
  width: 100%;
  cursor: pointer;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 30px;
  line-height: 20px;
  padding: 15px;
  color: #4a4a4a;
}

.btn-search {
  width: 60px;
  height: 60px;
}

.btn-search i {
  background: url("../graphics/ic-search.png") no-repeat;
  width: 30px;
  height: 30px;
}

.btn-search i::before {
  display: none;
}

.grid-contact-brand {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 60px;
}

.grid-contact-brand .side-contact {
  overflow: hidden;
  width: 100%;
  max-width: 610px;
}

.legal {
  background: #efefef;
  padding: 50px 40px 20px;
  margin-bottom: 80px;
  margin-top: 80px;
}

.legal .story-box-inner {
  background: #fff;
}

.legal .topic {
  margin-bottom: 30px;
}

.sort-by .btn {
  border: 1px solid #404040;
  border-radius: 0;
  height: 30px;
}

.sort-by img {
  margin-left: 7px;
}

.getcard {
  padding-top: 38px;
  margin: 38px;
  border-top: 1px solid #cacaca;
}

.getcard a {
  padding-left: 0 !important;
}

.alphabet {
  text-align: center;
  font-size: 16px;
  letter-spacing: 5px;
  line-height: 26px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 60px 0 80px;
}

.databese-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  grid-gap: 27px;
  grid-row-gap: 40px;
  margin-top: 40px;
  margin-bottom: 80px;
}

.spec-h1 {
  font-size: 36px;
  font-weight: 300;
  line-height: 32px;
  text-transform: uppercase;
  margin-top: 80px;
}

.swiper-contact img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.swiper-contact .swiper-pagination-bullet {
  border: solid 2px #fff !important;
}

.swiper-contact .swiper-pagination-bullet-active {
  background: #fff !important;
}

@media (max-width: 991px) {
  .block-m {
    display: block !important;
  }
  .topBar {
    font-size: 11px;
    font-weight: 500;
    line-height: 16px;
  }
  .navRightLink {
    letter-spacing: 0;
  }
  .navRightLink i {
    margin: 0;
    top: 0;
  }
  .navRightLink.leftLink {
    font-size: 0;
    padding: 0;
    margin: 0;
    border: none;
  }
  .banner {
    padding-top: 30px;
    height: 460x;
  }
  .searchBar {
    margin: 30px 0;
  }
  .searchBarInner .searchBar-select .btn {
    font-size: 0;
  }
  .searchBarInner .searchBar-select .btn::after {
    top: 5px;
    margin-left: 4px;
  }
  .searchBar-select .dropdown-menu {
    right: -61px;
  }
  .catalog-select {
    font-size: 0;
    border: none;
  }
  .catalog-select img {
    margin: 0;
  }
  .slide {
    font-size: 14px;
  }
  .slide h2 {
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
  }
  .slide p {
    font-size: 14px;
  }
  .slideLeft {
    width: 100%;
    padding: 40px;
  }
  .slideRight {
    width: 100%;
    float: none;
  }
  .three-stories {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-top: 40px !important;
  }
  .eventsSection {
    margin-top: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    border: none;
  }
  .event-left {
    padding: 20px;
  }
  .event-left .event-date {
    padding-right: 20px;
  }
  .event-left .event-detail {
    padding-left: 20px;
  }
  .events-list {
    padding: 20px 0;
    border: none;
  }
  .events-list .text-btn {
    text-align: center;
    margin-top: 40px;
  }
  .topic {
    font-size: 16px;
    width: 100%;
  }
  .services-section-li {
    padding: 40px 0 20px !important;
    margin-left: -15px;
    margin-right: -15px;
    overflow: hidden;
  }
  .services-section-li .topic {
    text-align: center;
  }
  .services-section-li .service {
    padding: 0 40px;
  }
  .services-section-outer {
    margin-top: 40px;
  }
  .bookCallouts {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    text-align: center;
    margin-top: 40px;
  }
  .bookCallouts .topic {
    text-align: center;
    margin: 30px 0 0;
  }
  .book-callout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px 20px 30px;
  }
  .book-callout .image {
    text-align: center;
  }
  .book-callout h3 {
    font-size: 22px;
    font-weight: 400;
  }
  .book-callout-button {
    margin-top: 20px;
  }
  .list-title {
    text-align: center !important;
  }
  .list-subtitle {
    text-align: center !important;
  }
  .list-section-outer {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 40px !important;
  }
  .list-section-outer .button-slide {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .list-section-outer .services-section .topic {
    margin: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
  }
  .list-section-inner .swiper-pagination {
    position: static;
    margin-top: 30px;
  }
  .services-list {
    padding: 30px 20px;
  }
  .news-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .news-section {
    margin-top: 40px;
    padding: 30px 20px;
  }
  .margin-top-80 {
    margin-top: 40px;
  }
  .blog-list {
    padding: 30px 20px;
  }
  .facebook-plugin {
    margin-top: 40px;
  }
  .blog-item {
    -ms-grid-columns: 80px 1fr;
    grid-template-columns: 80px 1fr;
  }
  .blog-item h4 {
    margin-top: 0;
  }
  .footer-form input {
    width: calc(100% - 142px);
  }
  .footer-nav {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    border-bottom: 1px solid #4a4a4a;
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  .footer-nav a {
    margin: 0 !important;
    margin-bottom: 10px !important;
  }
  .footer-contact {
    border-bottom: 1px solid #4a4a4a;
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  .footer-social {
    text-align: center;
    margin: 40px 0;
  }
  .copyright {
    margin: 0;
  }
  .copyright .text-left {
    text-align: center;
  }
  .nav-lib {
    padding: 15px 0;
    position: relative;
    z-index: 3;
    -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }
  .nav-lib .dropdown-toggle i {
    display: block;
  }
  .nav-lib .navbar-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .nav-lib .navbar-nav > li > a {
    padding: 15px 38px;
  }
  .nav-lib .navbar-nav > li > a::after {
    display: none;
  }
  .nav-lib .navbar-collapse {
    position: absolute;
    left: 0;
    background: #f4f4f4;
    width: 100%;
    top: 100%;
    z-index: 3;
    height: calc(100vh - 90px) !important;
    display: none;
    -webkit-transition: all 0s;
    transition: all 0s;
    visibility: hidden !important;
    -webkit-box-shadow: 0px 3px 6px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 3px 6px 2px rgba(0, 0, 0, 0.3);
  }
  .nav-lib .navbar-collapse.in {
    display: block;
    visibility: visible !important;
  }
  .nav-lib .navbar-collapse.collapsing {
    display: block;
  }
  .nav-lib .navbar-toggle {
    display: block;
  }
  .megamenu {
    margin-left: 0;
    margin-right: 0;
    position: fixed !important;
    top: 90px;
    height: calc(100vh - 90px);
    overflow-y: scroll;
    padding-bottom: 90px;
    padding-top: 0;
    width: 100% !important;
  }
  .megamenu ul.nav-sub {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    background: #f4f4f4;
    z-index: 3;
    padding: 0 38px;
  }
  .megamenu ul.nav-sub li {
    padding: 20px 0;
    border-top: 1px solid #e0e1e3;
    border-left: 0;
  }
  .megamenu ul.nav-sub li .col3 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
  }
  .megamenu ul.nav-sub li .title-nav-sub {
    text-align: left;
    cursor: pointer;
    font-size: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .megamenu ul.nav-sub li .title-nav-sub i {
    display: block;
    font-size: 33px;
    margin-left: -9px;
    margin-right: 10px;
  }
  .megamenu ul.nav-sub li .dropdown-header {
    padding: 0 !important;
  }
  .megamenu > li {
    margin-bottom: 30px;
  }
  .megamenu > li:last-child {
    margin-bottom: 0;
  }
  .megamenu.dropdown-header {
    padding: 3px 15px !important;
  }
  .navbar-nav .open .dropdown-menu .dropdown-header {
    color: #333;
  }
  .none-m {
    display: none;
  }
  .navRight {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .hidden-m {
    overflow: hidden !important;
  }
  .hidden-m .nav-lib {
    position: fixed;
    width: 100%;
    top: 0;
  }
  .news-list {
    display: none;
  }
  .slideButton {
    text-align: center;
  }
  .about-grid {
    grid-row-gap: 40px;
  }
  .box-loc .content {
    font-size: 16px;
  }
  .hours-loc li span {
    font-size: 16px !important;
  }
  .location {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .location-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .location-child .col-md-4 {
    margin-top: 40px;
  }
  .contact {
    margin-top: 40px;
  }
  .contact form {
    padding: 30px 0 0;
  }
  .results {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
  .results .click-filter {
    height: 48px;
    border: 1px solid #9b9b9b;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .results .sort {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .results .sort .sort-by {
    margin-top: 12px;
  }
  .results .list-search li {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .results .list-search li .image {
    text-align: center;
  }
  .grid-contact-brand {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 40px;
  }
  .databese-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 40px;
  }
  .dark-theme .navbar-toggle {
    display: block;
  }
}

@media (max-width: 1285px) {
  .container {
    width: auto;
  }
}

@media (min-width: 991px) {
  li.has-children:hover > .dropdown-menu {
    display: block;
    visibility: unset;
  }
}
.navbar-collapse.collapse.in + .navRight .navbar-toggle {
  background: url("../graphics/cancel.svg") no-repeat;
}

.modal-backdrop, .modal-backdrop.fade.in {
  opacity: 0.5 !important;
  filter: alpha(opacity=80);
}
.page-home > #myModal{
  height:400px;
  width:620px;
}
div.modal {
  background-color: transparent;
  border:0px;
}
/*# sourceMappingURL=main.css.map */

.mobile-display {
  display: block;
  visibility: visible !important;
}
