body {
  line-height: normal;
  font-size: 18px;
  background: #e6f0f7;
}
section.theme4 a:hover {
  color: inherit;
}
/*--------------------------------------Main Header section--------------------------------------------------------------*/
header.master-layout-1 {
  box-shadow: none;
  background: #e6f0f7;
  border-bottom: 1px solid #072f6717;
}
body:not(.module-page):not(.no-banner) .header-space {
  display: none;
}
#main-menu a {
  font-weight: 500 !important;
}
p:empty {
  display: none;
}
p {
  margin-top: 0;
}
.MyProfile_Name {
  background: #072f67;
  color: #fafafa !important;
  transition: 0.2s ease;
}
.MyProfile_Name:hover {
  background: grey;
}
.col-30-right {
  background: white;
  margin-bottom: 30px;
  padding: 15px;
}
.theme5 .theme-secondary,
.theme6 .theme-secondary,
.theme4 .theme-secondary p,
.theme5 .theme-secondary p,
.theme6 .theme-secondary p {
  color: #ffffff !important;
}

.master-layout-1.scrolled-head {
  background: #e6f0f7d1;
}
.e3-button,
.btn {
  font-family: "Philosopher";
  font-weight: 600;
}
.banner-content p {
  max-width: 850px;
}
.image-with-border-blue {
  border: 20px solid #072f67;
}
.image-with-border-white {
  border: 20px solid white;
}
.w-100 {
    width: 100% !important;
    height: 100% !important;
}
.expandable-content-widget a.e3-button {
  background-color: #000;
  color: #fafafa;
  border-color: #000;
}
.theme-none .theme-secondary {
  background: transparent;
}
.page-content {
  margin-top: 100px;
}
.custom-cards .col-sm {
  background: white;
  padding: 15px;
  margin: 15px;
  border: 1px solid #eee;
  box-shadow: 0px 0px 10px #d7d7d7;
}
thead {
  background: #072f67;
  color: white;
}
thead th {
  padding: 10px;
}
table .e3-button {
  padding: 5px 10px;
  font-size: 14px;
  width: max-content;
  min-width: auto;
}

@media (hover: hover) and (pointer: fine) and (min-width: 1025px),
  screen and (-ms-high-contrast: none) and (min-width: 1025px) {
  .master-layout-1 .MyProfile_Member .MyProfile_SignedIn .SignedIn_container,
  .master-layout-1 .MyProfile_Member .MyProfile_SignedOut .SignedIn_container {
    padding: 0;
  }
  .master-layout-1 .container-fluid {
    display: flex;
    align-items: center;
    height: 100px;
  }
  .master-layout-1 #divMainMenu,
  .master-layout-1 .logo {
    height: 100px;
  }
  .master-layout-1 #divMainMenu nav #main-menu > li > a {
    line-height: 100px;
  }
  .master-layout-1 #divMainMenu nav #main-menu > li > a:focus,
  .master-layout-1 #divMainMenu nav #main-menu ul a:focus,
  .master-layout-1 #divMainMenu nav #main-menu ul ul a:focus,
  .master-layout-1 #divMainMenu nav #main-menu ul ul ul a:focus {
    background-color: transparent;
    outline: none;
  }
  .master-layout-1 #divMainMenu nav #main-menu > li > a.active-link {
    box-shadow: none !important;
    font-weight: 600 !important;
    color: #072f67;
  }
  .master-layout-1 .MyProfile_Member,
  .master-layout-1.scrolled-head .MyProfile_Member,
  .master-layout-1.scrolled-head-temp .MyProfile_Member {
    height: 50px;
  }
  .master-layout-1 .MyProfile_Member .fullView {
    top: 50px;
  }
}
@media (min-width: 1024px) {
  .video-wrapper {
    padding: 25px;
    height: calc(100vh - 125px);
  }
}

.theme-secondary a.btn:hover,
.e3-button:hover {
  background-color: #5d5d5d !important;
  color: white !important;
  border-color: #5d5d5d !important;
}
.full-width-quicklinks:not(.theme3, .theme4)
  .quicklink-flex-item
  .full-width-quicklink-wrapper,
.full-width-quicklinks.theme5
  .quicklink-flex-item
  .full-width-quicklink-wrapper {
  outline: 2px solid #e7e7e7;
  outline-offset: -20px;
}
.quicklink-flex-item:hover .full-width-quicklink-wrapper,
.full-width-quicklinks.theme5
  .quicklink-flex-item:hover
  .full-width-quicklink-wrapper {
  outline-offset: 0 !important;
}
.full-width-quicklinks .quicklink-flex-item {
  margin: 10px;
}
.full-width-quicklinks h3.normal-font {
  font-family: "Poppins", sans-serif, sans-serif;
  font-size: 24px !important;
  margin: 0;
}
.cho-hero-textwidget.banner-gradient:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 30%;
  background: linear-gradient(0deg, #072f67, transparent);
  z-index: 1;
}
.basic-block .theme-secondary {
  padding: 50px !important;
}

.basic-block .basic-block-wrapper .img-block {
  min-height: 458px;
  height: 100%;
  outline: solid 2px white !important;
  outline-offset: -15px;
}
@media (min-width: 1024px) {
  .basic-block .basic-block-wrapper .img-block {
    min-height: 65vh;
  }
}
.image-outline {
  outline: solid 2px white !important;
  outline-offset: -15px;
}
h1 {
  position: relative;
}
h1:after {
  content: "";
  display: block;
  width: 200px;
  height: 0.25vw;
  background: #d56523;
  margin: 15px 0 30px;
  border-radius: 50%;
}

h2:empty {
  display: none;
}
h2:after {
  content: "";
  display: block;
  width: 200px;
  height: 0.25vw;
  background: #d56523;
  margin: 15px 0 30px;
  border-radius: 50%;
}
h2.small-font::after {
  display: none;
}
h1[style*="text-align: center;"]::after,
h2.text-center:after,
h2[style*="text-align: center;"]::after,
.blog-news-title.text-center h2:after,
h1[align="center"]::after {
  margin: 15px auto 30px;
}
h4 {
  font-size: 1.5em;
}
@media (min-width: 1200px) {
  section h2.small-font {
    font-size: 2em;
  }
}
@media (min-width: 768px) {
  section h2.small-font {
    font-size: 1.8em;
  }
}
.widget-pagination
  .pagination-arrows
  .pagination-arrow.pagination-next
  a:after {
  top: 3px;
}
.video-widget .scroll-chevron.position-fixed {
  bottom: 20px;
}
.cho-quicklink-tile
  .cho-quicklink-basic-wrapper:hover
  .cho-quicklink-content-1b
  .cho-quicklink-para {
  height: auto;
  overflow: visible;
  max-height: 250px;
  margin: 10px 0;
  opacity: 1;
}
.cho-quicklink-tile
  .cho-quicklink-basic-wrapper
  .cho-quicklink-content-1b
  .cho-quicklink-para {
  overflow: hidden;
  margin: 0;
  max-height: 0;
  opacity: 0;
  transition: 0.5s ease;
}
.cho-quicklink-tile
  .cho-quicklink-basic-wrapper
  .cho-quicklink-content-1b.image-background,
.cho-quicklink-tile-large
  .cho-quicklink-basic-wrapper
  .cho-quicklink-content-1b.image-background {
  justify-content: flex-end;
}
.cho-quicklink-tile
  .cho-quicklink-basic-wrapper
  .cho-quicklink-content-1b
  .widget1-title,
.cho-quicklink-tile-large
  .cho-quicklink-basic-wrapper
  .cho-quicklink-content-1b
  .widget1-title {
  width: 100%;
}

.cho-quicklink-tile
  .cho-quicklink-basic-wrapper
  .cho-quicklink-content-1b
  .widget1-title
  h4 {
  font-weight: bold;
  margin: 0;
}
.hide-last-col .cho-quicklink-tile.cards-3:nth-child(3) {
  display: none;
}
.theme1 .theme-primary-hover-in {
  background: linear-gradient(0deg, #0000005c, transparent);
  color: #fafafa;
}

/******** latest-news-row-widget *********/

.latest-news-row-widget .latest-news-content-row {
  display: flex;
  gap: 30px;
}

.latest-news-content {
  display: flex;
  flex-direction: column;
}
.latest-news-row-widget .latest-news-content-row .latest-news-img-tile {
  padding-top: 100%;
  width: 100%;
}
.latest-news-row-widget .latest-news-content-row .latest-news-img-tile {
  margin-bottom: 15px;
}

.latest-news-row-widget
  .latest-news-content-row
  .latest-news-content
  .latest-news-content-details {
  padding: 0 25px !important;
  width: 100%;
}
.latest-news-row-widget .latest-news-content-row .latest-news-content {
  background: white;
  border: none !important;
  margin: 0;
  padding: 15px 0;
}
.latest-news-row-widget
  .latest-news-content-row
  .latest-news-content
  .latest-news-content-details
  p {
  margin: 0;
  margin-bottom: 10px;
}

.news-widget .blog-aggregator .latest-news-content-row .latest-news-date {
  margin-bottom: 0;
}
.news-widget .blog-aggregator p:empty {
  display: none;
}
.news-widget.theme1 .latest-news-link {
  text-decoration: none;
  line-height: normal;
  font-family: "Poppins", sans-serif, sans-serif;
  font-size: 18px;
  font-weight: 600;
}
.news-widget.theme1 .latest-news-link.read-more {
  color: #d56523;
}
.news-widget .blog-news-content-row .blog-news-img-tile .blog-news-link img {
  position: unset;
  width: 100%;
  display: block !important;
}
.news-widget
  .blog-news-content-row
  .blog-news-img-tile
  .blog-news-link
  img[src=""] {
  display: none !important;
}
.blog-news-row-widget .blog-news-content-row .blog-news-img-tile {
  padding-top: 0;
}
.blog-news-row-widget .blog-news-content-row .blog-news-content {
  background: white;
  padding: 15px;
  margin-bottom: 15px;
}
.blog-news-title.col-xs-12.text-center {
  margin-top: 50px;
}
.blog-news-row-widget
  .blog-news-content-row
  .blog-news-content
  .blog-news-content-details
  h4
  a {
  font-size: 24px;
}
.widget-pagination .pagination-number {
  width: auto !important;
  justify-content: center;
  gap: 25px;
}
.blog-news-overall-info .blog-news-overall-info-wrapper a.e3-button {
  color: white;
  width: 100%;
  text-decoration: none;
}

.blog-news-overall-info .blog-news-overall-info-wrapper {
  background-color: transparent;
}
.blog-news-overall-info .blog-news-secondary-description {
  display: none;
}
.blog-news-overall-info .blog-news-main {
  background-color: white;
}
.blog-news-overall-info .blog-news-secondary-description,
.blog-news-overall-info .blog-news-recent-post,
.blog-news-overall-info .blog-news-archive,
.blog-news-overall-info .blog-news-rss-link {
  background-color: white;
}
.blog-news-overall-info .blog-news-title {
  background-color: #d5d5d5;
  color: #2a2a2a;
  text-align: center;
}
.blog-news-overall-info .blog-news-title a {
  color: #2a2a2a;
  font-family: "Philosopher", sans-serif;
  text-decoration: none;
  font-size: 36px;
}
.blog-news-archive a {
  text-decoration: none;
}
.blog-news-archive a:before {
  content: "➤";
  margin-right: 10px;
  color: #d56523;
}
.blog-news-link.read-more {
  display: block;
  font-weight: 500 !important;
  color: #d56523 !important;
}

.news-widget .blog-news-date,
.news-widget .blog-news-time,
.news-widget .blog-news-author,
.news-widget .card-type {
  margin: 0;
}
.news-widget.theme1 .blog-news-content-details a {
  color: #072f67;
  font-weight: bold;
  text-decoration: none;
}
.current-page-number {
  background: #22336a;
  width: 36px;
  height: 36px;
  padding: 5px 15px;
  color: white;
}
.blog-widget-zone .comments {
  padding: 0;
}
.BlogCommentsTitle {
  font-size: 30px;
  font-weight: bold;
  font-family: "Philosopher", sans-serif;
  margin-bottom: 10px;
  display: block;
}
.e3page-main.e3page-news {
  width: 100%;
  max-width: 1300px !important;
  margin: auto;
  float: unset;
}
.NewsWrapper {
  background: white;
  padding: 15px;
  margin-bottom: 15px;
}
.NewsTitle h3 a {
  font-size: 24px;
  color: #072f67;
  font-weight: bold;
  text-decoration: none;
}
a.news_more_link {
  display: block;
  font-weight: 500 !important;
  color: #d56523 !important;
  font-size: 14px;
}
.NewsDate {
  color: grey;
}
.widget-pagination .pagination-arrows .pagination-arrow {
  background: #000000;
}
.blog-widget-zone .comments .form-group-submit input {
  background: #072f67;
}

ul.legends-wrapper {
  padding: 0;
  margin: 0;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
ul.legends-wrapper li {
  list-style: none;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-weight: 500;
}
ul.legends-wrapper li span {
  display: block;
  width: 20px;
  height: 20px;
}
/******** Expandable Content *********/

.expandable-content-widget .expandable-content-heading {
  border-bottom: 1px solid #bfbfbf;
}
.expandable-content-widget {
  padding-right: 15px;
  padding-left: 15px;
}
.expandable-content-widget .expandable-content-wrapper {
  max-width: 1300px;
  margin: auto;
  float: none;
  background: transparent;
  padding: 0;
}
.expandable-content-widget .expandable-container {
  float: none;
}
.expandable-content-widget .collapse.in {
  padding: 15px 0;
}
.expand-arrow {
  color: white;
  border-radius: 50px;
  font-weight: bold;
}

.theme3 .expand-arrow {
  background-color: #072f67;
  color: white;
}
.theme4 .expand-arrow {
  background-color: #fafafa;
  color: #072f67;
  font-weight: bold;
}
.expandable-content-widget .expandable-content-link {
  font-weight: 600;
}
/*************Upcoming-event**************/

.col-70-left
  .upcoming-event-widget
  .CalAtGlance
  .upcoming-event-wrapper:nth-child(4n + 1) {
  padding: 10px;
}
.col-70-left .upcoming-event-widget {
  padding-left: 15px;
  padding-right: 15px;
}
.news-widget a {
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
  line-height: normal;
}

.col-70-left .upcoming-event-widget .CalAtGlance .upcoming-event-wrapper,
.col-70-right .upcoming-event-widget .CalAtGlance .upcoming-event-wrapper {
  flex: 0 1 24%;
}

.col-70-left .upcoming-event-widget .CalAtGlance .upcoming-event-wrapper {
  justify-content: center;
  text-align: center;
  background: white;
  padding: 10px;
  margin: 0;
  border: none;
  align-items: flex-start;
}

.upcoming-event-widget .CalAtGlance .AGScroll,
.upcoming-event-widget .CalAtGlance .AGCont {
  gap: 10px;
}

.upcoming-event-widget .CalAtGlance .AGScroll .upcoming-event-pagination,
.upcoming-event-widget .CalAtGlance .AGCont .upcoming-event-pagination {
  text-align: center;
  margin-top: 20px;
}

.upcoming-event-widget
  .CalAtGlance
  .AGScroll
  .upcoming-event-pagination
  a.active,
.upcoming-event-widget
  .CalAtGlance
  .AGCont
  .upcoming-event-pagination
  a.active {
  color: white;
}
.upcoming-event-widget .CalAtGlance .AGScroll,
.upcoming-event-widget .CalAtGlance .AGCont {
  justify-content: center;
}
.upcoming-event-widget .CalAtGlance .upcoming-event-wrapper {
  background: #eee;
  padding: 15px;
  color: black;
  text-align: center;
  justify-content: center;
}
.upcoming-event-widget .CalAtGlance .upcoming-event-wrapper .teaser-img-div {
  height: auto;
  width: 100%;
}
.col-fw .upcoming-event-widget .CalAtGlance .upcoming-event-wrapper img {
  width: 100% !important;
  max-width: 100% !important;
  max-height: unset !important;
  aspect-ratio: 1;
}
.upcoming-event-widget .CalAtGlance .upcoming-event-wrapper .Link2 a {
  color: black;
}
.col-fw .upcoming-event-widget .CalAtGlance .mini-title-row {
  justify-content: center;
}
@media (min-width: 768px) {
  .col-fw
    .upcoming-event-widget
    .CalAtGlance
    .upcoming-event-wrapper:nth-child(5n + 1) {
    padding-left: 15px;
  }
  .col-70-left
    .upcoming-event-widget
    .CalAtGlance
    .upcoming-event-wrapper
    .teaser-img-div,
  .col-70-right
    .upcoming-event-widget
    .CalAtGlance
    .upcoming-event-wrapper
    .teaser-img-div {
    width: 100%;
    height: auto;
  }
}
.col-70-left
  .upcoming-event-widget
  .CalAtGlance
  .upcoming-event-wrapper
  .teaser-img-div
  img {
  max-width: 100% !important;
  width: 100%;
  max-height: unset !important;
  aspect-ratio: 1;
}
.upcoming-event-widget .CalAtGlance .upcoming-event-wrapper {
  border-right: unset;
}
.col-70-left
  .upcoming-event-widget
  .CalAtGlance
  .upcoming-event-wrapper:nth-child(4n),
.col-70-right
  .upcoming-event-widget
  .CalAtGlance
  .upcoming-event-wrapper:nth-child(4n) {
  padding-right: 10px;
}
/*************Quick Links Side**************/

.content-quicklink-menu .content-quicklink-header h2:after {
  display: none;
}

.content-quicklink-menu .content-quicklink-header h2 {
  font-size: 28px;
  margin: 0;
}
.content-quicklink-menu .content-quicklink-menu-list {
  background: transparent;
}
.content-quicklink-menu .content-quicklink-menu-list li {
  padding: 0;
  display: block;
  margin: 10px 0;
}
.content-quicklink-menu .content-quicklink-menu-a {
  border-bottom: 0;
  background: #072f67;
  color: white;
}
.content-quicklink-menu .content-quicklink-menu-list p {
  padding: 0 15px;
  word-break: break-word;
  margin: 10px 0;
}
.latest-news-row-widget .latest-news-content-row {
  margin-top: 0;
  padding-top: 0;
}
.content-quicklink-menu .content-quicklink-menu-list p:before {
  content: "➤";
  margin-right: 10px;
  color: #d56523;
}
/*************Search**************/
.search-results-wrapper {
  padding: 50px 0;
}
#myInput {
  padding: 10px 0px 10px 20px;
  border: none;
}

#myUL {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.search-field {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 16px;
  padding: 12px 20px 12px 20px;
  margin-bottom: 12px;
  background: white;
}
.search-field:before {
  content: "";
  background: url(/getmedia/089426e1-1992-43ac-a48c-39199877688b/search.aspx);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  width: 20px;
  height: 20px;
  left: 0;
}
#myInput {
  width: 100%;
  padding: 10px 0px 10px 20px;
  border: none;
}
#myUL li a {
  border: 1px solid #ddd;
  margin-top: -1px;
  background-color: #f6f6f6;
  padding: 12px;
  text-decoration: none;
  font-size: 18px;
  color: black;
  display: block;
}

#myUL li a:hover:not(.header) {
  background-color: #eee; /* Add a hover effect to all links, except for headers */
}
.search-results-wrapper {
  padding: 50px 0;
}
#myUL li a:before {
  content: "➤";
  margin-right: 10px;
  color: #d56523;
}
/*************Text Area**************/

.card-columns .col-sm {
  background: white;
  margin: 0 10px;
  padding: 25px;
}
.theme3 .theme-secondary blockquote {
  background: white;
}
.card-columns .col-sm p:last-child {
  margin: 0;
}
.compact-content .col-sm {
  max-width: 800px;
  margin: auto;
}
/*************Tabs**************/

.tab-content .tab-content-nav ul li.active-tab {
  background: #f7f7f7;
  color: black;
  font-weight: 500;
  border: none;
}
.tab-content .tab-content-nav ul li:focus {
  border: none;
}
.tab-content .tab-content-item {
  background: #f7f7f7;
}
.tab-content-content {
  margin: 0;
}
/* ----------------------------------------------------------------------*/
/* ------                       Form                            -----*/
/* ----------------------------------------------------------------------*/

.widget-bizform .background-image {
  min-height: auto;
}
.widget-bizform .inner-wrap {
  padding: 50px 0 !important;
}
.widget-bizform .container {
  background: #fffc;
  padding: 30px;
  z-index: 1;
  position: relative;
}
.widget-bizform .background-image:before {
  content: "";
  background: #04341b52;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
}
.customField {
  margin: 15px 0px;
}
.widget-bizform .EditingFormTable {
  width: 100% !important;
}
.FormPanel .EditingFormControlNestedControl .form-control,
.FormPanel .EditingFormControlNestedControl .cms-input-group,
.FormPanel .EditingFormControlNestedControl .cms-form-group-btn,
.FormPanel .EditingFormControlNestedControl .cms-form-group-text {
  max-width: 100% !important;
}
td.EditingFormValueCell {
  width: 80% !important;
}
.FormPanel .input-width-20 {
  width: 120px;
  margin-right: 0 !important;
}

.FormPanel .input-width-15 {
  width: 75px;
}
.FormPanel .FieldLabel,
.FormPanel .EditingFormLabel {
  text-align: left;
}
.FormPanel .form-control {
  height: 38px!important;
  background-color: #ffffffe0!important;
  border: 2px solid #b7b7b7!important;
}

.FormPanel .FormButton,
.FormPanel .FormButton {
  height: 38px!important;
  text-transform: uppercase!important;
  margin-top: 12px!important;
}

.FormPanel .form-control:focus {
  border: 2px solid #1175ae!important;
}
.FormPanel .FieldLabel,
.FormPanel .EditingFormLabel {
  text-align: left!important;
  width: 100%;
  max-width: 100%;
  display: block;
  margin-top: 10px;
}
.FormPanel td.EditingFormValueCell {
  width: 100%;
  display: block;
}
.FormPanel tr {
  width: 100%;
  display: block;
}

.widget-bizform .container h2:empty {
  display: none;
}
.widget-bizform .checkbox > input {
  margin-right: 8px;
}
.widget-bizform label {
  display: unset;
}
.widget-bizform .container h2 {
  font-size: 2.2em!important;
}

/*************Search**************/
@media (min-width: 1200px) {
  .contact-card-widget.card-view
    .contact-card-wrapper
    .contact-card-item
    .card-photo {
    width: 180px;
    height: 180px;
  }
  .contact-card-widget.card-view .contact-card-wrapper .contact-card-item {
    width: calc(23% - 5px);
    margin: 15px;
    padding: 25px 15px;
  }
}
.contact-card-widget.card-view .contact-card-wrapper .contact-card-item {
  border: none;
}
.contact-card-widget.card-view
  .contact-card-wrapper
  .contact-card-item
  .card-details
  .card-details-inner
  .detail-item {
  margin: 0 0 5px;
}
.contact-card-widget.card-view .contact-card-wrapper .card-details-inner h3 {
  color: #072f67;
  font-size: 24px;
  font-weight: bold;
  line-height: normal;
}
.contact-card-widget.card-view .contact-card-wrapper .card-details-inner h4 {
  color: grey;
  font-size: 18px;
  font-weight: bold;
}

.contact-card-widget .contact-card-title:empty {
  display: none;
}
.contact-card-widget.card-view
  .contact-card-wrapper
  .contact-card-item
  .card-photo {
  width: 100%;
  height: 400px;
  background-position: top;
  border-radius: 0;
}
.col-100
  .contact-card-widget.card-view
  .contact-card-wrapper
  .contact-card-item,
.col-70-left
  .contact-card-widget.card-view
  .contact-card-wrapper
  .contact-card-item,
.col-70-right
  .contact-card-widget.card-view
  .contact-card-wrapper
  .contact-card-item {
  padding: 0px 0px 20px;
}
ul {
  padding-left: 20px;
}
.arrow-list ul {
  padding-left: 0;
}
.arrow-list ul li {
  list-style: none;
}
.arrow-list ul li:before {
  content: "➤";
  margin-right: 10px;
  color: #d56523;
}
.latest-news-row-widget {
  padding: 0 15px;
}
.info-buttons a.e3-button {
  width: calc(50% - 12px);
  margin-right: 7px;
}
@media (min-width: 1200px) {
  .container {
    width: 100%;
    max-width: 1300px !important;
  }
}
@media (min-width: 768px) {
  .cho-quicklink-tile.tile-min-height,
  .cho-quicklink-tile-large.tile-min-height {
    min-height: 450px;
  }
}
@media (min-width: 1025px) {
  .theme2 a.btn,
  .theme2 .e3-button {
    background-color: transparent;
    color: #fafafa;
    border-color: #233369;
  }
}
@media (min-width: 1200px) {
  .full-width-quicklinks .quicklink-flex-item:hover .fwql-img {
    transform: unset;
    transition: transform 0.5s ease;
  }
}

@media (max-width: 768px) {
  .container {
    width: 100%;
  }
  body {
    font-size: 16px;
  }
  h1 {
    font-size: 2.2em;
  }
  h2 {
    font-size: 2em;
  }
  .cho-hero-textwidget .cho-hero-textwidget-content {
    display: none;
  }
  .latest-news-row-widget .latest-news-content-row {
    flex-direction: column;
  }
  .basic-block .basic-block-wrapper .img-block img {
    display: none !important;
  }
  .basic-block .theme-secondary {
    padding: 30px 15px !important;
  }
  .basic-block .basic-block-wrapper .text-block {
    padding: 15px 0px;
  }
  .cho-quicklink-tile,
  .cho-quicklink-tile-large {
    max-width: 100%;
    padding: 0;
  }
  .cho-quicklink-tile
    .cho-quicklink-basic-wrapper
    .cho-quicklink-content-1b
    .cho-quicklink-para {
    max-height: unset;
    opacity: 1;
  }
  .cho-quicklink-tile .cho-quicklink-basic-wrapper .cho-quicklink-content-1b,
  .cho-quicklink-tile-large
    .cho-quicklink-basic-wrapper
    .cho-quicklink-content-1b {
    padding: 22px 15px 20px;
    min-height: 350px;
  }
}
.image-overlap .container {
  margin-top: -130px;
}
.slick-initialized .slick-slide {
  display: block;
  z-index: 0 !important;
}
@media (min-width: 768px) {
  .image-position-top .cho-hero-textwidget-bg {
    background-position: top center;
  }
}
