﻿@charset "UTF-8";
/*
Theme Name: 0549_One_American_Bank
URI: http://csibankanytime.com/
Author: CSI ( CSI Developer Name )
Description: Design Pro 3 CSI Banking Theme
Version: 2.0.12
Text Domain: design-pro-3
*/
/* ----------------------------------------------------------------------------------- *\

	[ TABLE OF CONTENTS ]

	*ATOMS
		├──	Colors
		├──	Typography
		├── Buttons & Links
		├── General Styles

	*MOLECULES
		├── Alerts
		├── IB
		├── Navigation
		├── Accordions
		├── Tabs
		├── Footer

	*ORGANISMS
		├── All Pages
		├── Homepage
		├── Inside Pages

\* ----------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------- *\

	*ATOMS

\* ----------------------------------------------------------------------------------- */
/* Colors
-------------------------------------------------------------------------------------- */
/* Typography
-------------------------------------------------------------------------------------- */


html {
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  /*font-smoothing: antialiased;*/
  -webkit-font-smoothing: antialiased;
  font-family: neue-haas-grotesk-display, sans-serif;
}

h1 {
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #232A5E;
}

h2 {
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #D62329;
}

h3 {
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #232A5E;
}

h4 {
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #232A5E;
}

h5 {
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.09rem;
  line-height: 1.1rem;
  margin-top: 20px;
  color: #232A5E;
}

h6 {
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #232A5E;
}

p, ul, dl, ol {
  font-family: neue-haas-grotesk-text, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #232A5E;
}

table {
  font-size: 1rem;
  font-weight: 500;
  color: #232A5E;
  line-height: 1.8;
  table-layout: fixed;
}

.lead {
  font-weight: 500;
  font-size: x-large;
  color: black;
}

blockquote {
  background: #f7f6f6;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote p {
  display: inline;
  color: black;
  font-style: italic;
}

.text-muted {
  font-size: small;
}

.calc-body label, .calc-body legend{
  float: left;
}

/* Buttons & Links
-------------------------------------------------------------------------------------- */
a {
  color: #D62329;
  text-decoration: none;
}

a:hover, a:focus {
  color: #D62329;
  text-decoration: underline;
}



.csi-btn,
a.csi-btn {
  font-size: 1rem;
  line-height: 1.5;
  color: #fff;
  background: #D62329;
  padding: .475rem 2.75rem;
  border: 1px solid #D62329;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: .25rem;
  -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  font-family: "Open Sans", "sans-serif";
}
.csi-btn,
a.csi-btn{
  background: #D62329;
  color: white;
}
.csi-btn:hover,
a.csi-btn:hover,
.csi-btn:focus,
a.csi-btn:focus  {
  background: white;
  color: #D62329;
}

/* General Styles
-------------------------------------------------------------------------------------- */
div#main-content.home{
  background: #eee;
}
.highlight {
  background: yellow;
}

.admin-bar .navbar-fixed-top {
  margin-top: 32px;
}

#wpadminbar #wp-admin-bar-wp-logo {
  display: none;
}

li.page_item_has_children ul.children {
  display: block;
}

.csi-alert.fade:not(.show) {
  opacity: 1 !important;
}

.acf-map {
  width: 100%;
  height: 400px;
  border: #ccc solid 1px;
  margin: 20px 0;
  width: 100%;
  height: 400px;
  border: #D62329 solid 1px;
  margin: 20px 0;
}

.acf-map img {
  max-width: inherit !important;
  max-width: inherit !important;
}

.archive-events {
  padding: 15% 0 5%;
  min-height: 600px;
}

.archive-events .button {
  border-radius: 20px;
  padding: 10px 5%;
}

.archive-people {
  padding: 15% 0 5%;
  min-height: 600px;
}

.archive-people .button {
  border-radius: 20px;
  padding: 10px 5%;
}

.archive-videos {
  padding: 15% 0 5%;
  min-height: 600px;
}

.archive-videos .button {
  border-radius: 20px;
  padding: 10px 5%;
}

.button {
  border-radius: 20px;
  padding: 10px 5%;
}

.csi-noPadding {
  padding: 0 !important;
  margin: 0 !important;
}

.csi-logo img {
  width: 320px;
  padding: 5px 15px;
}

.csi-container1600 {
  max-width: 1600px;
  margin: 0 auto;
}

.csi-carousel-arrows {
  padding: 10px 20px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  position: absolute;
  z-index: 99999;
  bottom: 0;
  right: 0;
  font-weight: 600;
  font-size: 1rem;
}

.csi-carousel-arrows .num {
  float: left;
  font-size: 0.7rem;
  margin-top: 4px;
  width: 60px;
  border-right: 1px solid rgba(255, 255, 255, 0.4);
  display: none;
}

.csi-carousel-arrows a.left {
  background: none;
  position: relative;
  font-size: 0.9rem;
  text-decoration: none;
  opacity: 0.6;
  padding: 8px 8px 5px;
}

.csi-carousel-arrows a.left:hover,
.csi-carousel-arrows a.left:focus {
  opacity: 1;
}

.csi-carousel-arrows a.right {
  background: none;
  position: relative;
  font-size: 0.9rem;
  text-decoration: none;
  opacity: 0.6;
  padding: 8px 8px 5px;
}

.csi-carousel-arrows a.right:hover,
.csi-carousel-arrows a.right:focus {
  opacity: 1;
}

.csi-carousel-arrows .carousel-control {
  opacity: 1;
}

.csi-carousel-arrows .num-slash {
  opacity: 0.5;
  padding: 0 5px;
}

.carousel-indicators {
  display: none;
}

.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
  opacity: 0;
}

.carousel-fade .carousel-inner .active.left {
  opacity: 0;
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-inner .active.right {
  opacity: 0;
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .next.left {
  opacity: 1;
}

.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-inner .next {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-inner .prev {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
  z-index: 2;
  color: #fff;
}

.item {
  opacity: 0;
}

.active.left {
  opacity: 0;
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.active.right {
  opacity: 0;
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.active {
  opacity: 1;
}

.next.left {
  opacity: 1;
}

.prev.right {
  opacity: 1;
}

.next {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.prev {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.carousel-control {
  z-index: 2;
}

.csi-fadeIn {
  animation-name: csi-fadeIn;
  -webkit-animation-name: csi-fadeIn;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  visibility: visible !important;
}

.slide-left {
  animation: slide_left .7s ease forwards;
  -webkit-animation: slide_left .7s ease forwards;
}

.map-panel {
  position: absolute;
  z-index: 1;
  background: #fff;
  border: 1px solid #D62329;
  height: 400px;
  overflow-y: hidden;
  font-size: .75rem !important;
  padding-top: 2%;
  padding-right: 2%;
  opacity: 0;
  display: none;
  margin-top: 20px;
}

.map-panel hr {
  margin: 15px 0;
}

.map-panel:not(hr) {
  padding-left: 2%;
}

.map-panel i.fa.fa-times {
  position: absolute;
  top: .5rem;
  right: .5rem;
}

.map-panel i.fa.fa-times:hover,
.map-panel i.fa.fa-times:focus {
  cursor: pointer;
  color: #D62329;
}

.map-panel i.fa.fa-times:focus {
  cursor: pointer;
  color: #D62329;
}

.info-wrap {
  position: relative;
  width: 100%;
  float: left;
}

div[class^="map-panel-content"] address {
  font-size: .85rem;
}

div[class^="map-panel-content"] address p {
  font-size: .85rem;
}

div[class^="map-panel-content"] h5 {
  margin: 0;
}

/* ----------------------------------------------------------------------------------- *\

	*MOLECULES

\* ----------------------------------------------------------------------------------- */
/* Alerts
-------------------------------------------------------------------------------------- */
/* Top Sitewide alert */
.csi-alert {
  background: #D62329;
  border-radius: 0;
  border: none;
  margin: 0;
  padding: 1.5% 3%;
  font-size: x-large;
  color: white;
}
.csi-alert p, .csi-alert h3{
  color: #fff;
}
.csi-alert a{
  color: #fff;
  font-weight: 800;
}
.csi-alert a:hover,
.csi-alert a:focus {
  color: #fff;
  text-decoration: underline;
}

.csi-alert .close {
  opacity: 1.0;
}

.csi-alert .close:hover{
  color: black;
}

.csi-alert .close:focus {
  color: black;
}

/* External Warning Message */
.ui-dialog.ui-widget-content {
  background: #e6e6e6;
  border: none;
  border-radius: 6px;
  padding: 3%;
}

.ui-dialog.ui-widget-content * {
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #444444;
}

.ui-dialog.ui-widget-content .ui-dialog-title {
  color: #D62329 !important;
}

.ui-dialog.ui-widget-content .ui-dialog-titlebar-close {
  width: 30px;
  height: 30px;
  border: none transparent;
  background: transparent !important;
}

.ui-dialog.ui-widget-content .ui-widget-header .ui-icon {
  background-image: none;
  background: transparent !important;
}

.ui-dialog.ui-widget-content .ui-widget-header .ui-icon {
  position: absolute;
  right: 32px;
  top: 6px;
  left: 6px;
  width: 32px;
  height: 32px;
  opacity: 0.3;
}

.ui-dialog.ui-widget-content .ui-widget-header .ui-icon:hover,
.ui-dialog.ui-widget-content .ui-widget-header .ui-icon:focus {
  opacity: 1;
  background: transparent !important;
}

.ui-dialog.ui-widget-content .ui-widget-header .ui-icon:before,
.ui-dialog.ui-widget-content .ui-widget-header .ui-icon:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 33px;
  width: 2px;
  background-color: #444444;
}

.ui-dialog.ui-widget-content .ui-widget-header .ui-icon:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.ui-dialog.ui-widget-content .ui-widget-header .ui-icon:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.ui-dialog.ui-widget-content .ui-dialog-titlebar-close:focus {
  outline: #e9ecef 1px dotted;
}

.ui-dialog.ui-widget-content button:focus {
  outline: #e9ecef 1px dotted;
  /* outline: 5px auto -webkit-focus-ring-color; */
}

.ui-dialog.ui-widget-content .ui-widget-header {
  background: transparent;
  border: none;
}

.ui-dialog.ui-widget-content .ui-widget-content {
  background: transparent;
  border: none;
}

.ui-dialog.ui-widget-content button {
  background: transparent;
}

.ui-dialog.ui-widget-content .ui-button:hover
{
  background: #444444;
  color: white;
}

.ui-dialog.ui-widget-content .ui-button span:hover,
.ui-dialog.ui-widget-content .ui-button span:focus {
  color: #e6e6e6 !important;
}

.ui-dialog.ui-widget-content .ui-dialog .ui-dialog-titlebar-close {
  border: none !important;
}

.ui-widget-overlay {
  background: rgba(0, 0, 0, 0.9) !important;
  opacity: 1 !important;
}

/* Internet Banking
-------------------------------------------------------------------------------------- */
.form-inline {
  display: inline-block;
}

.form-inline .form-group {
  display: inline-block;
  -webkit-box-flex: unset;
          flex: unset;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: unset;
  -webkit-box-align: unset;
          align-items: unset;
}

.form-inline .form-control {
  background: white;
  color: black;
  border-radius: 4px;
}

.form-inline .form-group ::placeholder {
  color: black;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 500;
  font-style: normal;
}


.form-inline h4 {
  display: inline-block;
}

.form-inline ul li {
  display: inline-block;
}

.csi-ibContainer {
  background: #263D8A;
}

.csi-ib {
  text-align: center;
  padding: 10px;
}

.csi-ib i {
  color: white;
  font-size: 1.2rem;
  position: absolute;
  margin: 12px 0 0 14px;
}

.csi-ib input {
  border-radius: 4px;
  min-height: 42px;
  background: #F0F4F8;
  border: none;
  font-weight: 500;
  box-shadow: none;
}

.csi-ib input::-webkit-input-placeholder {
  color: black;
}

.csi-ib input:-moz-placeholder {
  color: black;
}

.csi-ib input::-moz-placeholder {
  color: black;
}

.csi-ib input:-ms-input-placeholder {
  color: black;
}

.csi-ib button {
  border-radius: 4px;
  margin-left: 4px;
}

.csi-ib h4 {
  font-family: neue-haas-grotesk-display, sans-serif;
  font-style: normal;
  font-size: 1rem;
  margin-top: 0px;
  font-weight: 400;
  line-height: 1;
  color: white!important;
}

.csi-ib .ib-text {
  margin-left: 8px;
  margin-right: 8px;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-style: normal;
  font-weight: 500;
}

.csi-ib .csi-helperLinks {
  margin-left: 8px;
  margin-right: 8px;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.csi-ib .csi-helperLinks li
{
  margin-left: 10px;
  margin-right: 10px
}

.csi-ib a:not(.csi-btn) {
  font-size: 0.8rem;
  color: white;
}
.csi-ib a.csi-btn {
  background-color: #337AB7;
  border-color: #337AB7;
}
.csi-ib a.csi-btn:hover, .csi-ib a.csi-btn:focus {
  background-color: white;
  border-color: #337AB7;
  color: #232A5E;
}

.csi-ib a:hover, .csi-ib:focus {
  text-decoration: underline;
}

/* Navigation
-------------------------------------------------------------------------------------- */
.navbar {
  background-color: white;
  padding: 0;
}

.navbar .navbar-brand {
  color: white;
}

.navbar .navbar-brand:hover, .navbar .navbar-brand:focus {
  color: white;
}

.navbar .navbar-text {
  color: #232A5E ;
}

.navbar .navbar-text a {
  color: #232A5E;
}

.navbar .navbar-text a:hover, .navbar .navbar-text a:focus {
  color: #232A5E;
}

.navbar .navbar-nav .nav-link {
  color: #232A5E;
  border-radius: .25rem;
  margin: 0 0.25em;
}

.navbar .navbar-nav .nav-link:hover, .navbar .navbar-nav .nav-link:focus{
  text-decoration: underline;
}

.navbar .navbar-nav .nav-link:not(.disabled):hover, .navbar .navbar-nav .nav-link:not(.disabled):focus {
  color: #232A5E;
}

.navbar .navbar-nav .nav-item.active .nav-link, .navbar .navbar-nav .nav-item.active .nav-link:hover, .navbar .navbar-nav .nav-item.active .nav-link:focus, .navbar .navbar-nav .nav-item.show .nav-link, .navbar .navbar-nav .nav-item.show .nav-link:hover, .navbar .navbar-nav .nav-item.show .nav-link:focus {
  color: #232A5E;
  background-color: white;
}

.navbar .navbar-toggle:hover, .navbar .navbar-toggle:focus {
  background-color: white;
}

.navbar .navbar-toggle .navbar-toggler-icon {
  color: #232A5E;
}

.navbar .navbar-collapse,
.navbar .navbar-form {
  border-color: white;
}

.navbar .navbar-link {
  color: #232A5E;
}

.navbar .navbar-link:hover,
.navbar .navbar-link:focus {
  color: #232A5E;
}
.dropdown-item {
  padding: 0.25rem 0rem;
  text-align: center;
  color: #232A5E;
}

@media (max-width: 575px) {
  .navbar-expend-sm .navbar-nav .show .dropdown-menu .dropdown-item {
    color: white;
  }
  .navbar-expend-sm .navbar-nav .show .dropdown-menu .dropdown-item:hover, .navbar-expend-sm .navbar-nav .show .dropdown-menu .dropdown-item:focus {
    color: white;
  }
  .navbar-expend-sm .navbar-nav .show .dropdown-menu .dropdown-item.active {
    color: white;
    background-color: #232A5E;
  }
}

@media (max-width: 767px) {
  .navbar-expend-md .navbar-nav .show .dropdown-menu .dropdown-item {
    color: white;
  }
  .navbar-expend-md .navbar-nav .show .dropdown-menu .dropdown-item:hover, .navbar-expend-md .navbar-nav .show .dropdown-menu .dropdown-item:focus {
    color: white;
  }
  .navbar-expend-md .navbar-nav .show .dropdown-menu .dropdown-item.active {
    color: white;
    background-color: #232A5E;
  }
}

@media (max-width: 991px) {
  .navbar-expend-lg .navbar-nav .show .dropdown-menu .dropdown-item {
    color: white;
  }
  .navbar-expend-lg .navbar-nav .show .dropdown-menu .dropdown-item:hover, .navbar-expend-lg .navbar-nav .show .dropdown-menu .dropdown-item:focus {
    color: white;
  }
  .navbar-expend-lg .navbar-nav .show .dropdown-menu .dropdown-item.active {
    color: white;
    background-color: #232A5E;
  }
}

@media (max-width: 1199px) {
  .navbar-expend-xl .navbar-nav .show .dropdown-menu .dropdown-item {
    color: white;
  }
  .navbar-expend-xl .navbar-nav .show .dropdown-menu .dropdown-item:hover, .navbar-expend-xl .navbar-nav .show .dropdown-menu .dropdown-item:focus {
    color: white;
  }
  .navbar-expend-xl .navbar-nav .show .dropdown-menu .dropdown-item.active {
    color: white;
    background-color: #232A5E;
  }
}

.navbar-expend .navbar-nav .show .dropdown-menu .dropdown-item {
  color: white;
}

.navbar-expend .navbar-nav .show .dropdown-menu .dropdown-item:hover, .navbar-expend .navbar-nav .show .dropdown-menu .dropdown-item:focus {
  color: white;
}

.navbar-expend .navbar-nav .show .dropdown-menu .dropdown-item.active {
  color: white;
  background-color: #232A5E;
}

.csi-nav li:last-child .dropdown-menu .dropdown-menu.show {
  right: 198px !important;
  left: auto !important;
}


.csi-nav .dropdown-menu {
  width: 200px;
}

.dropdown-toggle.active-dropdown::after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.navbar a {
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
}

/* Accordions
-------------------------------------------------------------------------------------- */
.panel-group {
  margin: 15px 0;
  position: relative;
}

.panel-group a {
  border: 1px solid #cecece;
  border-radius: 4px 4px 4px 4px;
  padding: 20px 25px 10px;
  text-decoration: none;
  display: block;
}

.panel-group a:hover h5,
.panel-group a:focus h5 {
  margin-left: 5px;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}

.panel-group a[aria-expanded="true"] {
  border-bottom: 0 none transparent;
  border-radius: 4px 4px 0px 0px !important;
}

.panel-group a[aria-expanded="true"] .arrow::before {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  margin-top: -2px;
}

.panel-group h5 {
  text-decoration: none;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  padding-right: 30px;
}

.panel-group .arrow {
  position: absolute;
  top: 30px;
  right: 30px;
}

.panel-group .arrow::before {
  border-color: #232A5E;
  border-style: solid;
  border-width: 2px 2px 0 0;
  content: '';
  display: inline-block;
  height: 0.45em;
  left: 0.15em;
  position: relative;
  top: 0.15em;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  vertical-align: top;
  width: 0.45em;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}

.panel-group .panel-body {
  border-right: 1px solid #cecece;
  border-bottom: 1px solid #cecece;
  border-left: 1px solid #cecece;
  border-radius: 0 0 4px 4px;
  padding: 0 25px 15px;
}

/* Tabs
-------------------------------------------------------------------------------------- */
.tabs {
  margin: 30px 0 15px 0;
}

.nav-tabs {
  border-bottom: 1px solid #cecece;
  padding-bottom: 12px;
}

.nav-tabs .active {
  background-color: rgb(185, 185, 185);
}

.nav-tabs a {
  color: #232A5E;
  font-weight: bold;
  height: 45px;
  padding: 15px 25px;
  margin-right: 15px;
  /*border: 1px solid #cecece;
  border-radius: 4px 4px 0 0;*/
  text-decoration: none;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}

.nav-tabs a:hover,
.nav-tabs a:focus {
  padding: 15px 20px 15px 30px;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}

.tab-pane {
  border-top: 0 none transparent;
  border-right: 1px solid #cecece;
  border-bottom: 1px solid #cecece;
  border-left: 1px solid #cecece;
  border-radius: 0 0 4px 4px;
  padding: 25px 25px 15px;
  margin: 0;
}

/* Footer
-------------------------------------------------------------------------------------- */
footer {
  background: #263D8A;
  padding-top: 5%;
  padding-bottom: 5%;
  text-align: center;
}

footer svg {
  fill: white;
  max-width: 100px;
  max-height: 33px;
  display: block;
  margin: 20px auto;
}

footer p {
  color: white!important;
}

footer a {
  color: white!important;
}

footer a:hover,
footer a:focus {
  color: white!important;
}

/* ----------------------------------------------------------------------------------- *\

	*ORGANISMS

\* ----------------------------------------------------------------------------------- */
/* All Pages
-------------------------------------------------------------------------------------- */
body {
  overflow-x: hidden;
}

[class^="csi-header"] {
  background: white;
}

.csi-header03
{
  padding: 23px;
}

/* HomePage
-------------------------------------------------------------------------------------- */
.main-headline h2, .main-headline a, .main-headline p{
  color: #232A5E;
}
.csi-imageBg{
  min-height: 300px;
}
.overlay-box{
  background: rgba(0, 0, 0, 0.5);
  min-height: inherit;
  padding: 10%;
}
.overlay-box h4, .overlay-box p{
  color: #fff!important;
}
.csi-homePage [class^="csi-callToAction"] {
  padding: 5%;
  margin-top: 2%;
  margin-bottom: 2%;
  border-radius: 6px;
  background: #232A5E;
}

.csi-homePage .csi-hero {
  margin: 0 auto;
}

.csi-homePage .csi-hero h2 {
  font-size: 3.157rem;
  font-weight: 600;
  color: #232A5E;
  /*text-shadow: 0 0px 20px rgba(0, 0, 0, 0.8);*/
}

.csi-homePage .csi-hero p {
  color: #232A5E;
}

.csi-homePage .csi-hero .item:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(16, 42, 67, 0.5);
  opacity: 1;
}

.csi-homePage .csi-bodyContent {
  padding: 0;
}



/* Inside Pages
-------------------------------------------------------------------------------------- */
.csi-insidepages .csi-articleContent {
  padding: 4% 0;
}

.csi-insidepages .csi-hero {
  min-height: 200px;
  position: relative;
}

.csi-insidepages .csi-hero:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: black;
  opacity: .65;
}

.csi-insidepages .csi-hero .tagline {
  margin-top: 100px;
  margin-bottom: 100px;
}

.csi-insidepages .csi-hero .tagline h2, .csi-insidepages .csi-hero .tagline p {
  color: #fff;
}

/* / .csi-insidepages */
.page-template-page-calculator #tabs {
  display: block;
  float: left;
  width: 100%;
  position: relative;
  left: 15px;
  z-index: 1;
}

.page-template-page-calculator a.tab {
  border-collapse: collapse;
  border-style: solid solid none solid;
  border-color: #232A5E;
  border-width: 1px 1px 0px 1px;
  padding: 3px 1em 2px 1em;
  margin-top: 6px;
  margin-right: 2px;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
  float: left;
}

.page-template-page-calculator a.selectedTab {
  padding-top: 6px;
  margin-top: 1px;
  color: #000000;
  border-width: 3px 1px 1px 1px;
  border-bottom: solid 1px white;
  background: #FFFFFF;
}

.page-template-page-calculator .cTimeValue .panel {
  position: relative;
  border: solid 1px #232A5E;
  background-color: #FFFFFF;
  padding: 5px;
  height: 310px;
  overflow: auto;
  /*display: none;*/
  z-index: 0;
  top: -1px;
}

.calc-body .nav-tabs>li.active>a {
  /* -webkit-box-shadow: inset -1px -25px 111px -45px rgba(51,51,51,1); */
  -moz-box-shadow: inset -1px -25px 111px -45px rgba(51,51,51,1);
  box-shadow: none;
}
.calc-body .nav>li>a:focus, .nav>li>a:hover {
  background: transparent;
}
.calc-body .nav-tabs>li:hover>a:after, .calc-body .nav-tabs>li:focus>a:after {
  border-bottom: none;
}
.calc-body .nav-tabs>.active>a:after {
  border-bottom: none;
}

.calc-body .nav-tabs .active{
  background-color: transparent;
  /*box-shadow: inset -1px -25px 111px -45px rgba(51,51,51,1);*/
}

.page-template-page-calculator .cTimeValue .selectedPanel {
  display: block;
}

.page-template-page-calculator .cTimeValue H2 {
  color: black;
}

.page-template-page-calculator .cTimeValue li {
  margin-bottom: 5px;
}

.cTimeValue H3 {
  color: black;
}

.page-template-parent-list-page .page-links a {
  padding: 30px;
  width: 100%;
  margin: 10px 0px;
  float: left;
  background-color: #232A5E;
  color: white;
  text-align: center;
}

.page-template-parent-list-page .page-links a:hover {
  text-decoration: none;
  background-color: #232A5E;
}

.page-template-parent-list-page .page-links a:focus {
  text-decoration: none;
  background-color: #232A5E;
}
/*# sourceMappingURL=style.css.map */
.csi-hero02 .csi-carouselBg::before {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 1;
  background: transparent linear-gradient(90deg, #FFFFFF -8%, #FFFFFF17 100%) 0% 0% no-repeat padding-box;
}
.csi-body9 .main-headline a.csi-btn {
  color: white;
}
.csi-body9 .main-headline a.csi-btn:hover,
.csi-body9 .main-headline a.csi-btn:focus {
  color: #D62329;
}
/*Rebrand January 2024*/
 h1,
 h2,
 h3,
 h4,
 h5,
 h6,
 p,
 ol,
 ul {
  color: #232A5E;
}
 h1,
 h2,
 h3,
 h4,
 h5,
 h6 {
  font-family: 'Libre Baskerville', serif;
}
 a,
 p,
 ol,
 ul {
  font-family: 'DM Sans', sans-serif;
}
 a.csi-btn,
 .csi-btn,
 .csi-ib a.csi-btn, .csi-ib a.csi-btn {
  background: #D62329;
  border: 1px solid #D62329;
  color: white;
}
 a.csi-btn:hover,
 .csi-btn:hover,
 a.csi-btn:focus,
 .csi-btn:focus,
 .csi-ib a.csi-btn:hover, .csi-ib a.csi-btn:focus {
  background: white;
  color: #D62329;
  border-color: #D62329;
  text-decoration: none;
}
 .navbar .navbar-nav .nav-link {
  color: #232A5E;
  font-weight: 700;
}
 .csi-ibContainer {
  background: #263D8A;
}
 div#main-content.home {
  background: #EEF0F5;
}
 footer {
  background: #263D8A;
}
 .csi-hero02 .csi-carouselBg::before {
  opacity: 0.75;
  background: transparent linear-gradient(90deg, #FFFFFF 0%, #FFFFFF00 100%) 0% 0% no-repeat padding-box;
}
 .csi-logo img {
  width: 275px;
}
 .csi-nav {
  display: flex;
  height: 100%;
  justify-content: flex-end;
}
