/*
Theme Name: 0145 South Georgia Banking
Theme URI: http://csibankanytime.com/
Author: CSI ( Sera Bargas, Bri Grimsley )
Description: Design Pro 3 CSI Banking Theme
Version: 2.5.0
Text Domain: design-pro-3
*/
/* TYPOGRAPHY
-------------------------------------------------------------------------------------- */
:root {
  --primary-color: #385072;
  --secondary-color: #976007;
  --accent-color: #F3EEE7;
  --text-color: #0F1724;

  --primary-font: "open-sans", sans-serif;
  --secondary-font: "EB Garamond";
  --accent-font: 'Sheila';
}

body:not(.home) {
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Open Sans", sans-serif;
  background: url(images/0145_background.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-blend-mode: lighten;
  background-color: rgba(255, 255, 255, 0.275); 
}

body.home {
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Open Sans", sans-serif;
  background: url(images/line-background.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-blend-mode: lighten;
  background-color: rgba(255, 255, 255, 0.275); 
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--secondary-font);
  color: var(--primary-color);
  line-height: 1.5;
}

h1 {
  font-size: 4.5rem;
}

h2 {
  font-size: 3.875rem;
}

h3 {
  font-size: 3.25rem;
}

h4 {
  font-size: 2.75rem;
}

h5 {
  font-size: 2.125rem;
}

h6 {
  font-size: 2.1875rem;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  line-height: normal;
}

p,
ul,
dl,
ol {
  color:var(--text-color);
  font-size: 1rem;
  line-height: 1.5;
  font-family: var(--primary-font);
}

.text-muted {
  color: #4D4D4D !important;
}
.image-banner.blue .text-muted {
  color: white !important;
}

.lead {
  font-size: 1.25rem;
}


/* BUTTONS AND LINKS
Before Changing any Hover/Focus behavior, ensure the new behavior still complies with
ADA requirements (at least 3.0 contrast change or underline change)
-------------------------------------------------------------------------------------- */
a {
  color: var(--secondary-color);
  text-decoration: none;
}
a:hover, a:focus {
  color: var(--secondary-color);
  text-decoration: underline;
}

.csi-btn {
  background: none;
  border: 1px solid var(--secondary-color);
  font-size: 1rem;
  font-family: var(--primary-font);
  font-weight: 600;
  color: var(--primary-color);
  border-radius: 0;
  padding: 0.375rem 2.75rem;
  margin-bottom: .5rem;
}

.csi-btn:hover, .csi-btn:focus {
  background: var(--secondary-color);
  color: white;
  border-color: var(--secondary-color);
}

.csi-btn.accent-btn {
  color: var(--primary-color);
}

.csi-btn.accent-btn:hover, .csi-btn.accent-btn:focus {
  color: white;
}

.csi-btn2 {
  background: var(--secondary-color);
  color: white;
  border: 1px solid var(--secondary-color);
  border-radius: 0;
  padding: 0.375rem 2.75rem;
  font-size: 1rem;
  font-family: var(--primary-font);
  font-weight: 600;
}

.csi-btn2:hover, .csi-btn2:focus {
  background: transparent;
  color: var(--primary-color);
}

/* GENERAL STYLES
-------------------------------------------------------------------------------------- */
.csi-container1400 {
  max-width: 1400px;
  margin: auto;
  padding-inline: 1rem;
}
.csi-container1500 {
  max-width: 1500px;  
  margin: auto;
  padding-inline: 1rem;
}
.csi-container1000 {
  max-width: 1000px;
  margin: auto;
  padding-inline: 1rem;
}
span.secondary-font {
  font-family: var(--accent-font);
}
span.secondary-color {
  color: var(--secondary-color);
}
.fdic-wrapper .fdic-notice {
	display: flex;
    flex-direction: row;
    width: 100%;
    margin: 0;
    overflow: hidden;
    box-sizing: border-box;
    text-align: left;
    font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
    font-style: italic;
    font-size: .8rem;
    font-weight: 400;
    color: #000;
}
.fdic-wrapper .fdic-notice svg {
    width: auto;
    height: 15.74px;
    margin-right: .75em;
    display: block;
}



/* HEADER STYLES
-------------------------------------------------------------------------------------- */
.csi-header {
  background: white;
}
#csiMenuWrapper .primary-menu a, #csiMenuWrapper-secondary .primary-menu a {
  color: var(--primary-color);
  font-size: 1.125rem;
  font-weight: 700;
  margin-left: 1.75rem;
}
#csiMenuWrapper .primary-menu .sub-menu, #csiMenuWrapper-secondary .primary-menu .sub-menu {
  z-index: 2;
}
#csiMenuWrapper .primary-menu .sub-menu a {
  margin-left: 0;
  color: var(--primary-color);
}
.col-lg-6:has(.ib-btn) {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1rem;
}
.col-lg-6:has(.ib-btn) p {
  color: var(--primary-color);
  margin-bottom: 0;
  font-weight: 600;
}
.ib-btn {
  background: var(--secondary-color);
  color: white;
  border: 1px solid var(--secondary-color);
  border-radius: 0;
  padding-inline: 1.75rem;
}

.ib-btn:hover, .ib-btn:focus {
  background: white;
  color: var(--secondary-color);
}
#csiMenuWrapper .nav-toggle svg, #csiMenuWrapper-secondary .nav-toggle svg {
  fill: var(--primary-color);
}
#csiMenuWrapper .toggle-inner .toggle-text, #csiMenuWrapper-secondary .toggle-inner .toggle-text {
  color: var(--primary-color);
}
#csiMenuWrapper .menu-modal-inner, #csiMenuWrapper-secondary .menu-modal-inner {
  background: var(--primary-color);
}

/* SECTION ONE
-------------------------------------------------------------------------------------- */
.section-one {
  position: relative;
  z-index: 1;
  margin-bottom: 5rem;
}
.section-one .content-section {
  background: url(images/watermark.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.section-one .content-section .content {
  padding: 5rem;
}
.section-one .content-section .content p {
  font-size: 1.25rem;
}
.section-one .content-section .csi-btn {
  color: var(--primary-color);
}
.section-one .content-section .csi-btn:hover, .section-one .content-section .csi-btn:focus {
  color: white;
}
.section-one .image-section {
  min-height: 1000px;
  margin-top: -7rem;
}
.section-one .image-section .img-container {
  border: 10px solid white;
  box-shadow: -5px 5px 23px 0px rgba(1, 8, 18, 0.30);
  aspect-ratio: 1 / 1;
  object-fit: cover;
  position: absolute;
}
.section-one .image-section .img-container:hover, .section-one .image-section .img-container:focus {
  z-index: 99999 !important;
  transform: scale(1.125) rotate(-3.984deg) !important;
  transition: transform .8s ease;
  -webkit-transition: transform .8s ease;
}
.section-one .image-section .img-container:first-child {
  height: 550px;
  right: -5rem;
  bottom: 5rem;
  transform: rotate(-3.984deg);
  z-index: 5;
  max-width: 65%;
}
.section-one .image-section .img-container:first-child:hover, .section-one .image-section .img-container:first-child:focus {
  transform: scale(1.125) rotate(3.984deg) !important;
}
.section-one .image-section .img-container:nth-child(2) {
  height: 280px;
  top: 19rem;
  right: 52%;
  z-index: 2;
  transform: rotate(-3.072deg);
  max-width: 38%;
}
.section-one .image-section .img-container:nth-child(2):hover, .section-one .image-section .img-container:nth-child(2):focus {
  transform: scale(1.125) rotate(3.072deg) !important;
}
.section-one .image-section .img-container:nth-child(3) {
  height: 331px;
  z-index: 4;
  transform: rotate(5.155deg);
  bottom: 0;
  max-width: 50%;
  right: 50%;
}
.section-one .image-section .img-container:nth-child(4) {
  height: 412px;
  transform: rotate(5.155deg);
  z-index: 0;
  right: 10%;
  max-width: 45%;
}
.section-one .image-section .img-container:nth-child(5) {
  height: 325px;
  transform: rotate(2.365deg);
  right: 54%;
  top: 0rem;
  max-width: 45%;
}

/* SECTION TWO
-------------------------------------------------------------------------------------- */
.section-two {
  padding-block: 5rem;
}
.section-two .col-lg-4 {
  padding-inline: 7px;
}
.section-two h2 {
  font-size: 5.125rem;
  font-family: var(--accent-font);
  padding-bottom: 1rem;
}
.section-two h4 {
  font-size: 2.625rem;
}
.section-two .csi-cardContainer {
  display: inline-flex;
  overflow: hidden;
  width: 100%;
  padding-block: 1rem;
  transition: all 1s ease;
}
.section-two .csi-cardEvent {
  margin-bottom: 1rem;
}
.section-two .carousel-indicators {
  position: relative;
  padding-block: 1rem;
}
.section-two .carousel-indicators li {
  background: url(images/active-carousel.png);
  background-repeat: no-repeat;
  background-size: cover;
  opacity: .25;
}
.section-two .carousel-indicators li.active {
  opacity: 1;
}
.section-two .card-content h3, .blog-card .card-content h3 {
  font-size: 1.625rem;
  min-height: 80px;
}
.section-two .card-content, .blog-card .card-content {
  text-align: center;
  background: var(--accent-color);
  padding-top: 12rem;
  margin-top: -10rem;
  position: relative;
  padding-bottom: 2.75rem;
  padding-inline: 1.125rem;
}
.section-two .card-content p, .blog-card .card-content p {
  min-height: 100px;
}
.section-two .card-photo, .blog-card .card-photo {
  min-height: 290px;
  max-width: 90%;
  margin: auto;
  box-shadow: -5px 5px 23px 0px rgba(1, 8, 18, 0.30);
  position: relative;
  z-index: 1;
}
.section-two .carousel-item.active:before, .section-two .carousel-item:before {
  background: none;
}
.section-two .carousel-item {
  height: unset;
  min-height: unset;
}

/* SECTION THREE
-------------------------------------------------------------------------------------- */
.section-three {
  position: relative;
}
.section-three:before {
  content: "";
  position: absolute;
  max-height: 75%;
  width: 100%;
  background: var(--primary-color);
  top: 15%;
  bottom: 15%;
}
.section-three .link-block img {
  max-width: 80px;
  margin-bottom: 1rem;
}
.section-three .link-block {
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: -5px 5px 23px 0px rgba(1, 8, 18, 0.30);
  padding: 4.5rem 2.4rem;
  margin-block: .5rem;
  font-size: 1.25rem;
  color: var(--primary-color);
  font-weight: 700;
  min-height: 286px;
}
.section-three .csi-container1400 {
  padding-block: 3rem;
}
.section-three h2 {
  color: white;
}
.section-three p {
  font-size: 1.25rem;
  color: white;
}
.section-three .content {
  padding-right: 3rem;
}

/* SECTION FOUR
-------------------------------------------------------------------------------------- */
.section-four {
  margin-block: 6rem 10rem;
}
.section-four p {
  font-size: 1.25rem;
}
.section-four .csi-btn {
  color: var(--primary-color);
}
.section-four .csi-container1400 {
  max-width: 900px;
}

/* SECTION FIVE
-------------------------------------------------------------------------------------- */
.section-five {
  background: url(images/watermark.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
}
.section-five .row {
  min-height: 700px;
}
.section-five .img-container img {
  box-shadow: -5px 5px 23px 0px rgba(1, 8, 18, 0.30);
  border: 10px solid white;
  transform: rotate(-3.503deg);
}
.section-five .content {
  padding-inline: 7rem;
}
.section-five .content .csi-btn {
  color: var(--primary-color);
}
.section-five .content .csi-btn:hover, .section-five .content .csi-btn:focus {
  color: white;
}
.section-five .social-container img {
    max-height: 35px;
}
.section-five .social-container a:hover, .section-five .social-container a:focus {
  text-decoration: none;
}
.section-five .social-container a:hover img, .section-five .social-container a:focus img {
  box-shadow: -5px 5px 23px 0px rgba(1, 8, 18, 0.30);
}

/* FOOTER
-------------------------------------------------------------------------------------- */
footer {
  background: var(--primary-color);
  padding-bottom: 1%;
  margin-top: 0;
}
footer a {
  font-weight: 700;
}
footer a:hover, footer a:focus {
  color: white;
  text-decoration: underline;
}
footer .cls-1 {
  fill:  white;
}
.footer-banner {
  background: var(--accent-color);
  padding-block: 5rem;
}
.footer-banner p {
  color: var(--primary-color);
  font-size: 1.25rem;
  padding-bottom: 1rem;
}
.footer-banner a {
  font-size: 1.125rem;
}
footer .csi-btn {
  color: white;
  border-color: white;
}
footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
  color: white;
}
footer hr {
  border-top: 1px solid #6CBCBC;
}
footer h6 {
  font-size: 1.625rem;
}

/* DESIGN ELEMENTS
-------------------------------------------------------------------------------------- */
.panel-default a span.icon-open-close::before, .panel-default a .panel-title::before {
  float: right !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f067";
  padding-right: 5px;
  color: var(--primary-color);
  font-size: 1.5rem;
}
.panel-default a[aria-expanded="true"] span.icon-open-close::before, .panel-default a[aria-expanded="true"] .panel-title::before {
  float: right !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f068";
  padding-right: 5px;
}
.csi-defaultAccordion a:hover h5, .csi-defaultAccordion a:focus h5, .inside-panel-group .panel-default a:hover .inside-header-content h5, .inside-panel-group .panel-default a:focus .inside-header-content h5, .csi-defaultAccordion a:hover .panel-title:before, .csi-defaultAccordion a:focus .panel-title::before {
  color: white;
  text-decoration: none;
}
.csi-defaultAccordion a:hover, .csi-defaultAccordion a:focus, .inside-panel-group .panel-default a:focus, .inside-header-content, .inside-panel-group .panel-default a:hover .inside-header-content {
  background: var(--primary-color);
  text-decoration: none;
}
.csi-defaultAccordion a:hover h5, .csi-defaultAccordion a:focus h5, .inside-panel-group .panel-default a:hover .inside-header-content h5, .inside-panel-group .panel-default a:focus .inside-header-content h5, .csi-defaultAccordion a:hover .panel-title:before, .csi-defaultAccordion a:focus .panel-title::before,  .inside-panel-group .panel-default a:focus,  .inside-panel-group .panel-default a:hover {
  color: white;
  text-decoration: none;
}
.csi-defaultAccordion a {
  background: var(--accent-color);
  border: none;
  border-radius: 0;
}
.inside-panel-group .panel-default a .inside-header-content {
  background: var(--accent-color);
  padding: 20px 25px 10px;
  border: none;
  border-radius: 0;
}
.csi-defaultAccordion h5, .inside-header-content h5 {
  color: var(--primary-color);
  font-size: 2.125rem;
  margin-bottom: 0;
}
.inside-panel-group .panel a:focus .inside-header-content {
  background: var(--primary-color);
}
.inside-panel-group .panel a:focus .inside-header-content span.icon-open-close::before, .inside-panel-group .panel a:hover .inside-header-content span.icon-open-close::before {
  color: white;
}
.panel-body {
  background: var(--accent-color);
  padding: 2.25rem;
}
.inside-panel-collapse, .panel-collapse {
  border-top: 1px solid var(--secondary-color);
}
.csi-productAccordion .panel-body, .csi-productAccordion .panel-heading {
  border-radius: 0;
}
.csi-productAccordion {
  border: none;
  background: var(--accent-color);
  border-radius: 0;
}
.csi-productAccordion .panel-body {
  border-top: 1px solid var(--secondary-color);
}
.csi-productAccordion .panel-title {
  font-size: 2.125rem;
}
.panel-teaser p {
  font-size: 1.25rem;
}
.csi-productAccordion .csi-btn.accent-btn, .csi-productAccordion .csi-btn2 {
  max-width: fit-content;
  margin: auto;
  padding-inline: 4rem;
}
.tab-pane {
  border: none;
}
.nav-tabs {
  border-color: var(--secondary-color);
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: white;
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
  border-radius: 0;
}
.nav-tabs .nav-link {
  border: 1px solid var(--secondary-color);
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  border-radius: 0;
  margin-right: 1rem;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--text-color);
  border-bottom: 0;
  padding: .5rem 3rem;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  background: var(--secondary-color);
  color: white;
  border-color: var(--secondary-color);
}
.csi_cards .card {
  border: none;
  border-radius: 0;
  background: var(--accent-color);
}
.page-template-page-privacy-policy table {
  background: white;
}
.table td, .table th, .table thead th {
  border: none;
}
table thead th, table thead td {
  color: var(--primary-color);
  font-family: var(--secondary-font);
  text-align: center;
  font-size: 1.375rem;
  font-weight: 400;
}
table tbody tr td:not(:first-child) {
  text-align: center;
  vertical-align: middle;
}
table tbody tr td:first-child {
  font-weight: 700;
}
table tbody tr:nth-child(odd) {
  background: var(--accent-color);
}
table .fa-check:before {
  color: var(--primary-color);
}
table .fa-x:before {
  color: var(--secondary-color);
}

/* PEOPLE CMS
-------------------------------------------------------------------------------------- */
.person-img {
  height: 330px;
  width: 330px;
  margin-inline: auto;
  z-index: 1;
  position: relative;
  border-radius: 50%;
}
.person-info {
  text-align: center;
  background: var(--accent-color);
  padding-top: 18rem;
  margin-top: -16rem;
  position: relative;
  padding-bottom: 2.75rem;
  padding-inline: 1.125rem;
  min-height: 550px;
}
.people-row .col-xl-4 {
  padding-inline: 7px;
}
.person-info .people-positions {
  display: flex;
  gap: .25rem;
  justify-content: center;
}
.person-info .people-position {
  padding-inline: .5rem;
  margin-bottom: 0;
}
.person-info .people-positions p:not(:last-child) {
  border-right: 1px solid black;
}
.person-info p {
  margin-bottom: 0;
}
.standard-section .col-md-6 .people-row .person-col {
  max-width: 100%;
  flex: 0 0 100%;
  padding-inline: 2rem;
}

/* LOCATIONS
-------------------------------------------------------------------------------------- */
p.county {
  font-size: 1.5rem;
  font-family: var(--secondary-font);
  color: var(--primary-color);
  margin-top: 2rem;
}
a.location-block {
  background: var(--accent-color);
  width: 100%;
  display: flex;
  font-size: 1.5rem;
  color: var(--primary-color);
  font-family: var(--secondary-font);
  padding: 1rem 2rem;
  margin-bottom: 1rem;
  position: relative;
  align-items: center;
  justify-content: space-between;
}
a.location-block:hover:after, a.location-block:focus:after, a.location-block.active:hover:after, a.location-block.active:focus:after {
  color: white;
}
a.location-block:after {
  float: right !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f067";
  padding-right: 5px;
  color: var(--primary-color);
  font-size: 1.25rem;
}
a.location-block.active:after {
  float: right !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f068";
  padding-right: 5px;
  color: var(--primary-color);
  font-size: 1.25rem;
}
a.location-block:hover, a.location-block:focus {
  background: var(--primary-color);
  color: white;
  text-decoration: none;
}
.location-content {
  padding-inline: 1rem;
}
.location-content h6 {
  font-size: 1.375rem;
}
.location-content:not(:first-child) {
  display: none;
}
.location-content .acf-map {
  max-height: 280px;
  box-shadow: -5px 5px 23px 0px rgba(1, 8, 18, 0.30);
  border: 4px solid white;
}

/* BLOG
-------------------------------------------------------------------------------------- */

.blog-card {
  margin-bottom: 3rem;
}
.blog-tabs .nav-tabs .nav-link, .video-tabs .nav-tabs .nav-link {
  border-right: 0;
  border: none;
  color: var(--secondary-color);
  font-weight: 700;
  text-transform: none;
  font-size: 1.25rem;
  padding-inline: .52rem;
  margin-right: 0;
  padding-block: 0;
  margin-block: 0;
  line-height: 1;
  background: transparent;
}
.blog-tabs .nav-tabs, .video-tabs .nav-tabs {
  border-bottom: 0;
}
.blog-tabs .nav-tabs li:not(:last-child) a, .video-tabs .nav-tabs li:not(:last-child) a {
  border-right: 2px solid var(--text-color);
}
.blog-header, .video-header {
  gap: .5rem;
}
.blog-tabs .nav-tabs .nav-link:focus, .blog-tabs .nav-tabs .nav-link:hover, .blog-tabs .nav-tabs .nav-link:active, .video-tabs .nav-tabs .nav-link:focus, .video-tabs .nav-tabs .nav-link:hover, .video-tabs .nav-tabs .nav-link:active {
  background: transparent;
  background-color: transparent;
  text-decoration: underline;
}
.blog-tabs .tab-pane, .video-tabs .tab-pane {
  padding: 0;
}
.blog-search input {
  border: 1px solid var(--primary-color);
  background: white;
  padding: .5rem;
  min-width: 230px;
  margin-right: .5rem;
  text-indent: .5rem;
  padding-left: 0;
}
.blog-search input::placeholder {
  color: var(--primary-color);
  font-size: 1rem;
  padding: .5rem;
}
.blog-search button.search-submit {
  background: var(--primary-color);
  border-color: var(--primary-color);
  color: white;
  box-shadow: none;
  border: none;
  padding-inline: 1.25rem;
  height: 42px;
}
.blog-search button.search-submit:hover, .blog-search button.search-submit:focus {
  background-color: var(--secondary-color);
}
.blog-img {
  transform: rotate(-1.435deg);
  border: 10px solid white;
  box-shadow: -5px 5px 23px 0px rgba(1, 8, 18, 0.30);
  margin-bottom: 3rem;
  /* max-height: 500px; */
  /* width: 100%; */
  object-fit: cover;
  display: flex;
  margin-inline: auto;
}
.blog-title {
  font-family: var(--accent-font);
}
.blog-sidebar-block {
  background: var(--primary-color);
  padding: 1.5rem;
  padding-top: 1rem;
  text-align: center;
  margin-bottom: 1.875rem;
}
.blog-sidebar-block > * {
  color: white;
}
.blog-sidebar-block .post-name {
  font-size: 1.5rem;
  font-family: var(--secondary-font);
  background: white;
  color: var(--primary-color);
  padding: .625rem 1rem;
  line-height: 33px;
}
.blog-sidebar-block a {
  border-color: white;
}
.related-sidebar .csi-btn {
  display: flex;
  align-items: center;
  margin: auto;
  justify-content: center;
}

/* PRODUCT COMPARISON TABLES */
.product-checkboxes label input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  border: 1px solid var(--text-color);
  margin-right: 0.375rem;
}
.product-checkboxes label input[type="checkbox"]:checked {
  background-color: var(--text-color);
  box-shadow: inset 0 0 0 2px white;
}
.inactive-item {
  display: none;
}
.mobile-table-view tr {
  border: none;
  text-align: center;
}
.mobile-table-view td {
  display: flex;
  flex-direction: column;
}
.mobile-table-view tr td span:first-child {
  border-bottom: 1px solid black;
}
.mobile-table-view tr td span {
  padding-block: 1rem;
}
.mobile-table-view tr:nth-child(odd) {
  background: transparent;
}
.mobile-table-view tr:nth-child(even) {
  background: var(--accent-color);
}
.mobile-table-view .table-heading {
  padding-block: 1rem;
  font-size: 1.375rem;
  color: var(--primary-color);
  font-family: var(--secondary-font);
  background: transparent;
}
.mobile-table-view tbody {
  background: transparent;
}
.mobile-table-view tr td span:nth-child(2) {
  font-weight: 400;
}
.product-checkboxes label {
  font-weight: 700;
  color: var(--text-color);
}
.table thead th {
  padding-inline: 1rem;
}
.product-checkboxes {
  gap: 2rem;
}

/* INTERNAL COMPONENTS */

.image-banner {
  margin-block: 3rem;
  left: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  max-width: 100vw;
  position: relative;
  right: 50%;
  width: 100vw;
}
.image-banner.blue:before {
  content: "";
  position: absolute;
  max-height: 75%;
  width: 100%;
  background: var(--primary-color);
  top: 15%;
  bottom: 15%;
}
.image-banner.tan:before {
  content: "";
  position: absolute;
  max-height: 75%;
  width: 100%;
  background: var(--accent-color);
  top: 15%;
  bottom: 15%;
}
.image-banner img {
  box-shadow: -5px 5px 23px 0px rgba(1, 8, 18, 0.30);
  object-fit: cover;
}
.image-banner.blue .content > *, .image-banner.blue .content .csi-btn {
  color: white;
}
.image-banner.blue .content .csi-btn {
  border-color: white;
}
.image-banner .content {
  padding: 10rem 2rem;
}
.image-banner.image-right .row {
  flex-direction: row-reverse;
}
.image-banner.image-right img {
  margin-left: 4rem;
}

/* EVENT CMS
-------------------------------------------------------------------------------------- */
.event-post .card-content p {
  min-height: 0;
  margin-bottom: 1rem;
}
.event-post p.date-time {
  font-weight: 700;
  color: var(--secondary-color);
  margin-bottom: .25rem;
}
.event-post .card-content {
  padding-inline: 1.75rem;
}
#eventsCarousel .carousel-item:before {
  background: none;
}
#eventsCarousel .carousel-item {
  min-height: unset;
  height: unset;
}
#eventsCarousel .carousel-control-next, #eventsCarousel .carousel-control-prev {
  opacity: 1;
}
#eventsCarousel .carousel-inner {
  max-width: 1000px;
  margin: auto;
}
#eventsCarousel .carousel-control-next-icon {
  background: url(images/chevron.png);
  background-size: contain;
  opacity: 1;
}
#eventsCarousel .carousel-control-prev-icon {
  background: url(images/chevron.png);
  background-size: contain;
  transform: rotate(180deg);
  opacity: 1;
}

/* VIDEO CMS */
.post.video img {
  box-shadow: -5px 5px 23px 0px rgba(1, 8, 18, 0.30);
  margin-bottom: 1rem;
}
.video-header {
  padding-bottom: 1rem;
}
.archive-videos {
  padding: 2rem 0;
}
.color-block-section.blue {
  background-color: var(--primary-color);
}
.color-block-section.tan {
  background-color: var(--accent-color);
}
.color-block-section {
  position: relative;
  background: url(images/watermark-faded.png);
  background-repeat: no-repeat;
  background-size: contain;
  padding: 4rem;
  left: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  max-width: 100vw;
  position: relative;
  right: 50%;
  width: 100vw;
}
.color-block-section.blue .row .col-12 > *, .color-block-section.blue .csi-btn {
  color: white;
}
.color-block-section.blue .csi-btn {
  border-color: white;
  text-decoration: none;
}
.color-block-section.blue a {
  color: white;
  font-weight: 700;
  text-decoration: underline;
}
#csi-ibModal .modal-body {
    text-align: center;
}
#csi-ibModal .modal-body a {
  color: var(--primary-color);
  text-decoration: underline;
}

.gt_option {
  position: absolute !important;
}
.translate-wrapper {
    z-index: 9;
}
.translate-wrapper select {
  height: 38px;
  border-color: var(--secondary-color);
  margin-bottom: .5rem;
  color: var(--primary-color);
}

a.carousel-control-prev:focus, a.carousel-control-next:focus{
  border: 1px solid var(--secondary-color);
}

.ui-dialog.ui-widget-content {
  background: white;
  text-align: center;
  margin-inline: 3rem;
  padding: 50px 75px 20px;
  right: 0;
  margin-inline: auto;
  max-width: 1000px;
  width: 90%;
  border-radius: 0;
}
.ui-dialog.ui-widget-content .ui-dialog-content h6 {
    font-weight: 500;
    padding-bottom: 1rem;
}
.ui-dialog.ui-widget-content .ui-dialog-content p {
    margin-bottom: 0;
}
.ui-dialog.ui-widget-content .ui-dialog-content h6, .ui-dialog.ui-widget-content .ui-dialog-content p {
    color: var(--text-color);
}
.ui-dialog-buttonset button:first-child, .ui-dialog-buttonset button:first-child:focus, .ui-dialog-buttonset button:first-child:hover {
    background: var(--accent-color);
    color: var(--text-color);
    padding-inline: 3rem;
    text-transform: uppercase;
    border-color: var(--accent-color);
    border-radius: 0;
}
.ui-dialog .ui-dialog-buttonpane button {
    font-size: 1.125rem;
}
.ui-dialog.ui-widget-content .ui-widget-header {
    display: none;
}
.ui-dialog.ui-widget-content .ui-widget-header {
    background: transparent;
    border: none;
}
.ui-dialog.ui-widget-content .ui-dialog-content h2, .ui-dialog.ui-widget-content .ui-dialog-content p {
  color: var(--text-color);
}
.scrollUpBtn {
  animation: fadeInLeft 5000ms ease-in-out;
  float: right;
  display: none;
  align-items: center;
  justify-content: center;
  background-color: var(--secondary-color);
  color: white;
  border: none;
  position: fixed;
  bottom: 125px;
  right: .5rem;
  z-index: 99;
  font-size: 1rem;
  border-radius: 50%;
  padding: .75rem 1rem;
}
.fade-in-left.in-view {
  -webkit-animation: fadeInLeft 2s;
  animation: fadeInLeft 2s;
}