@charset "UTF-8";
/*
Theme Name: 1810_Muenster_State_Bank
Theme URI: http://csibankanytime.com/
Author: CSI ( CSI Developer Name )
Description: Design Pro 3 CSI Banking Theme
Version: 2.0.15
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: benton-sans, sans-serif; }

h1 {
  font-family: merriweather, serif;
  color: #243B53;
  font-weight: 800; }

h2 {
  font-family: merriweather, serif;
  color: #243B53; 
  font-weight: 600; }

h3 {
  font-family: merriweather, serif;
  color: #243B53; }

h4 {
  font-family: merriweather, serif;
  color: #243B53; }

h5 {
  font-family: merriweather, sans-serif;
  color: #243B53; }

h6 {
  font-family: merriweather, sans-serif;
  color: #243B53;
  text-transform: uppercase; }

p, ul, dl, ol {
  color: black; }

  .lead {
    font-weight: 350;
    font-size: 1.75rem;
  }

table {
  font-size: 1rem;
  font-weight: 500;
  color: #243B53;
  line-height: 1.8;
  table-layout: fixed; }

.table thead th {
  background: #0b426c;
  color: white;
}

.table tbody td:not(:last-child) {
  border-right: 1px;
  border-right-color: black;
  border-right-style: solid;
}
.table tbody td {
  border-top-color: black;
}
.table tbody tr:nth-child(odd) {
  background-color: rgb(233, 229, 229);
}
.aligncenter
{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: auto;
}
.panel-heading .panel-title {
  font-weight: 700;
  text-decoration: underline;
}

/* Buttons & Links
-------------------------------------------------------------------------------------- */
.fa-lock{
  color:red;
}
a {
  color: #D9A242;
  text-decoration: underline; }
  a:hover, a:focus {
    color: #094c7c;
    text-decoration: underline; }

.csi-btn,
a.csi-btn {
  font-size: 1rem;
  line-height: 1.5;
  color: black;
  background: #D9A242;
  padding: .375rem .75rem;
  border: 1px solid #D9A242;
  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;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out; }
  .csi-btn:hover, .csi-btn:focus,
  a.csi-btn:hover,
  a.csi-btn:focus {
    background: #D9A242;
    color: white;
    text-decoration: underline; }

/* General Styles
-------------------------------------------------------------------------------------- */
.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; }

.acf-map {
  width: 100%;
  height: 400px;
  border: #ccc solid 1px;
  margin: 20px 0;
  width: 100%;
  height: 400px;
  border: #D9002A 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: 250px;
  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 {
      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 {
      opacity: 1; }
  .csi-carousel-arrows .carousel-control {
    opacity: 1; }
  .csi-carousel-arrows .num-slash {
    opacity: 0.5;
    padding: 0 5px; }

.carousel {
  padding: 0 100px 10px;
}

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

.item {
  opacity: 0; }

.active.left {
  opacity: 0;
  left: 0;
  transform: translate3d(0, 0, 0); }

.active.right {
  opacity: 0;
  left: 0;
  transform: translate3d(0, 0, 0); }

.active {
  opacity: 1; }

.next.left {
  opacity: 1; }

.prev.right {
  opacity: 1; }

.next {
  left: 0;
  transform: translate3d(0, 0, 0); }

.prev {
  left: 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 #D9002A;
  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 {
      cursor: pointer;
      color: #D9002A; }
    .map-panel i.fa.fa-times:focus {
      cursor: pointer;
      color: #D9002A; }

.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: red;
  border-radius: 0;
  border: none;
  margin: 0;
  padding: 1.5% 3%; }
  .csi-alert * {
    color: black; }
  .csi-alert a:hover {
    color: black;
    text-decoration: none; }
  .csi-alert .close {
    opacity: 1.0; }
    .csi-alert .close:hover {
      color: black;
      text-decoration: none; }
    .csi-alert .close:focus {
      color: black;
      text-decoration: none; }

.csi-alert p,
.csi-alert h1,
.csi-alert h2,
.csi-alert h3,
.csi-alert h4,
.csi-alert h5,
.csi-alert h6 {
  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: benton-sans, sans-serif;
    color: #444444; }
  .ui-dialog.ui-widget-content .ui-dialog-title {
    color: red !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 {
    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 {
    transform: rotate(45deg); }
  .ui-dialog.ui-widget-content .ui-widget-header .ui-icon:after {
    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; }
  .ui-dialog.ui-widget-content .ui-button span:hover {
    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;
    flex: unset;
    -ms-flex-flow: unset;
    flex-flow: unset;
    -ms-flex-align: unset;
    align-items: unset; }
  .form-inline .form-control {
    background: white;
    color: black;
    border-radius: 4px; }
  .form-inline h4 {
    display: inline-block; }
  .form-inline ul li {
    display: inline-block; }

.csi-ibContainer {
  background: #0B426C;
  padding: 12px 0; }

.csi-ib {
  text-align: center;
  padding: 12px; }
  .csi-ib i {
    color: black;
    font-size: 1.2rem;
    position: absolute;
    margin: 12px 0 0 14px; }
  .csi-ib input {
    border-radius: 4px;
    min-height: 42px;
    padding-left: 40px;
    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: benton-modern, serif;
    font-size: 1rem;
    margin-top: 0px;
    font-weight: 600;
    line-height: 1; }
  .csi-ib .ib-text {
    margin-left: 8px;
    margin-right: 8px;
    color:white; }
  .csi-ib .csi-helperLinks {
    margin-left: 8px;
    margin-right: 8px; }
  .csi-ib a {
    font-size: 0.8rem;
    padding-left: 5px;
    padding-right: 5px;
    color: white; }
    .csi-ib a:hover {
      text-decoration: underline;
      color: #D9A242; }

/* Navigation	
-------------------------------------------------------------------------------------- */
/* ===========================================================================================================================================
CSI Nav
*/
#csiMenuWrapper {
  background: inherit;
  position: relative;
  /* Screen Reader Text for ADA Compliance ------------------------ */
  /* Skip Link --------------------------------- */
  /* -------------------------------------------------------------------------- */
  /*	Menu Styles
	/* -------------------------------------------------------------------------- */
  /* Sections ---------------------------------- */
  /* Menu Toggles ----------------------------------- */
  /*	4.	Site Header
	/* -------------------------------------------------------------------------- */
  /* Header Navigation ------------------------- */
  /* Navigation Toggle ------------------------- */
  /* Primary Menu ---------------------------- */
  /* SUB MENU */
  /*
	.primary-menu ul::before,
	.primary-menu ul::after {
		content: "";
		display: block;
		position: absolute;
		bottom: 100%;
	}

	*/
  /* DEEP DOWN */
  /* sub menu distance left or right */
  /* fix last child dropdown menu direction */
  /* arrow */
  /* Fix last menu item arrow direction */
  /*
	* Enable nav submenu expansion with tapping on arrows on large-viewport
	* touch interfaces (e.g. tablets or laptops with touch screens).
	* These rules are supported by all browsers (>IE11) and when JS is disabled.
	*/
  /* Repeat previous rules for IE11 (when JS enabled for polyfill). */
  /* -------------------------------------------------------------------------- */
  /*	5. Menu Modal
	/* -------------------------------------------------------------------------- */
  /* Main Menu --------------------------------- */
  /*
	button.sub-menu-toggle {
		border-left: 0.05rem solid #dedfdf;
		flex-shrink: 0;
		margin: 1rem 0;
		padding: 0 2.5rem;
	}
	*/
  /* Main menu animation ----------------------- */
  /* Expanded Menu ----------------------------- */
  /* -------------------------------------------------------------------------- */
  /*	17. Media Queries
	/* -------------------------------------------------------------------------- */ }
  #csiMenuWrapper ul {
    border: none;
    font-size: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-align: inherit; }
  #csiMenuWrapper .screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    word-break: normal; }
  #csiMenuWrapper .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    right: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; }
  #csiMenuWrapper .skip-link {
    left: -9999rem;
    top: 2.5rem;
    z-index: 999999999;
    text-decoration: underline; }
  #csiMenuWrapper .skip-link:focus {
    display: block;
    left: 6px;
    top: 7px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    line-height: normal;
    padding: 15px 23px 14px;
    z-index: 100000;
    right: auto; }
  #csiMenuWrapper .reset-list-style,
  #csiMenuWrapper .reset-list-style ul,
  #csiMenuWrapper .reset-list-style ol {
    list-style: none;
    margin: 0; }
  #csiMenuWrapper input[type="text"]:focus,
  #csiMenuWrapper input[type="email"]:focus,
  #csiMenuWrapper input[type="url"]:focus,
  #csiMenuWrapper input[type="password"]:focus,
  #csiMenuWrapper input[type="number"]:focus,
  #csiMenuWrapper input[type="tel"]:focus,
  #csiMenuWrapper input[type="range"]:focus,
  #csiMenuWrapper input[type="date"]:focus,
  #csiMenuWrapper input[type="month"]:focus,
  #csiMenuWrapper input[type="week"]:focus,
  #csiMenuWrapper input[type="time"]:focus,
  #csiMenuWrapper input[type="datetime"]:focus,
  #csiMenuWrapper input[type="datetime-local"]:focus,
  #csiMenuWrapper input[type="color"]:focus,
  #csiMenuWrapper textarea:focus {
    border-color: currentColor; }
  #csiMenuWrapper .section-inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 120rem;
    width: calc(100% - 4rem); }
  #csiMenuWrapper .toggle {
    -moz-appearance: none;
    -webkit-appearance: none;
    color: inherit;
    cursor: pointer;
    font-family: inherit;
    position: relative;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    text-align: inherit;
    user-select: none; }
  #csiMenuWrapper button.toggle {
    background: none;
    border: none;
    box-shadow: none;
    border-radius: 0;
    font-size: inherit;
    font-weight: 400;
    letter-spacing: inherit;
    padding: 20px;
    text-transform: none; }
  #csiMenuWrapper .menu-top button {
    border: none;
    border-width: 0;
    border-style: none;
    border-image: none;
    outline: none;
  }
  #csiMenuWrapper .csi-Menu-titles-wrapper button {
    position: static;
  }
  #csiMenuWrapper .csi-Menu-navigation-wrapper {
    display: none;
    background: inherit; }
  #csiMenuWrapper .nav-toggle {
    position: absolute;
    bottom: 0;
    right: 0;
    top: 0;
    width: 6.6rem; }
  #csiMenuWrapper .nav-toggle .toggle-icon,
  #csiMenuWrapper .nav-toggle svg {
    height: 1.5rem;
    width: 2.6rem;
    fill: #004175; }
  #csiMenuWrapper .nav-toggle .toggle-inner {
    padding-top: 0.8rem; }
  #csiMenuWrapper .primary-menu-wrapper {
    display: none; }
  #csiMenuWrapper ul.primary-menu {
    display: flex;
    font-size: 1.1rem;
    font-weight: 500;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin: -0.8rem 0 0 -1.6rem; }
  #csiMenuWrapper .primary-menu .icon {
    display: block;
    height: .2rem;
    position: absolute;
    pointer-events: none;
    transform: rotate(-45deg);
    width: 0.55rem;
    color: inherit; }
  #csiMenuWrapper .primary-menu .icon::before,
  #csiMenuWrapper .primary-menu .icon::after {
    content: "";
    display: block;
    background-color: currentColor;
    position: absolute;
    bottom: calc(50% - 0.1rem);
    left: 0; }
  #csiMenuWrapper .primary-menu .icon::before {
    height: 0.55rem;
    width: 0.11rem; }
  #csiMenuWrapper .primary-menu .icon::after {
    height: 0.11rem;
    width: 0.55rem; }
  #csiMenuWrapper .primary-menu li {
    font-size: inherit;
    line-height: 1.25;
    position: relative; }
  #csiMenuWrapper .primary-menu > li {
    margin: 0.8rem 0 0 1.6rem; }
  #csiMenuWrapper .primary-menu > li.menu-item-has-children > a {
    padding-right: 2rem; }
  #csiMenuWrapper .primary-menu > li > .icon {
    right: 0.5rem;
    top: calc(50% - 0.1rem); }
  #csiMenuWrapper .primary-menu a {
    color: inherit;
    display: block;
    line-height: 1.2;
    text-decoration: none; }
  #csiMenuWrapper .primary-menu a:hover,
  #csiMenuWrapper .primary-menu a:focus,
  #csiMenuWrapper .primary-menu .current_page_ancestor {
    text-decoration: underline; }
  #csiMenuWrapper .primary-menu li.current-menu-item > a,
  #csiMenuWrapper .primary-menu li.current-menu-item > .link-icon-wrapper > a {
    text-decoration: underline; }
  #csiMenuWrapper .primary-menu li.current-menu-item > a:hover,
  #csiMenuWrapper .primary-menu li.current-menu-item > .link-icon-wrapper > a:hover,
  #csiMenuWrapper .primary-menu li.current-menu-item > a:focus,
  #csiMenuWrapper .primary-menu li.current-menu-item > .link-icon-wrapper > a:focus {
    text-decoration: none; }
  #csiMenuWrapper .primary-menu ul {
    background: inherit;
    border-radius: 0.4rem;
    font-size: 0.9rem;
    opacity: 0;
    padding: 1rem 0;
    position: absolute;
    right: 9999rem;
    top: calc(100% + 0.5rem);
    transition: opacity 0.15s linear, transform 0.15s linear, right 0s 0.15s;
    transform: translateY(0.6rem);
    width: 14rem;
    z-index: 1;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07), 0 2px 4px rgba(0, 0, 0, 0.07), 0 4px 8px rgba(0, 0, 0, 0.07), 0 8px 16px rgba(0, 0, 0, 0.07), 0 16px 32px rgba(0, 0, 0, 0.07), 0 32px 64px rgba(0, 0, 0, 0.07); }
  #csiMenuWrapper .primary-menu li.menu-item-has-children:hover > ul,
  #csiMenuWrapper .primary-menu li.menu-item-has-children:focus > ul,
  #csiMenuWrapper .primary-menu li.menu-item-has-children.focus > ul {
    right: 0;
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.15s linear, transform 0.15s linear; }
  #csiMenuWrapper .primary-menu ul::before {
    height: 2rem;
    left: 0;
    right: 0; }
  #csiMenuWrapper .primary-menu ul::after {
    border: 0.8rem solid transparent;
    border-bottom-color: #000;
    right: 1.8rem; }
  #csiMenuWrapper .primary-menu ul a {
    background: transparent;
    border: none;
    color: inherit;
    display: block;
    padding: 0.75rem 1.5rem;
    transition: background-color 0.15s linear;
    width: 100%; }
  #csiMenuWrapper .primary-menu ul li.menu-item-has-children > a {
    padding-right: 4.5rem; }
  #csiMenuWrapper .primary-menu ul li.menu-item-has-children .icon {
    position: absolute;
    right: 1.5rem;
    top: calc(50% - 0.1rem);
    transition: 0.2s; }
  #csiMenuWrapper .primary-menu ul ul {
    top: -1rem; }
  #csiMenuWrapper .primary-menu ul li.menu-item-has-children:hover > ul,
  #csiMenuWrapper .primary-menu ul li.menu-item-has-children:focus > ul,
  #csiMenuWrapper .primary-menu ul li.menu-item-has-children.focus > ul {
    right: calc(-100% + 0rem); }
  #csiMenuWrapper .primary-menu > li:last-child:hover ul ul,
  #csiMenuWrapper .primary-menu > li:last-child:focus ul ul,
  #csiMenuWrapper .primary-menu > li:last-child.focus ul ul {
    right: calc(100% + 0rem); }
  #csiMenuWrapper .primary-menu ul ul::before {
    bottom: 0;
    height: auto;
    left: auto;
    right: -2rem;
    top: 0;
    width: 2rem; }
  #csiMenuWrapper .primary-menu ul ul::after {
    border-bottom-color: transparent;
    border-left-color: #000;
    bottom: auto;
    right: -1.6rem;
    top: 2rem;
    display: none; }
  #csiMenuWrapper .primary-menu ul li:hover > .icon,
  #csiMenuWrapper .primary-menu ul li:focus > .icon,
  #csiMenuWrapper .primary-menu ul li.focus > .icon {
    transform: rotate(-135deg);
    transition: 0.3s; }
  #csiMenuWrapper .primary-menu > li:last-child ul li:hover > .icon,
  #csiMenuWrapper .primary-menu > li:last-child ul li:focus > .icon,
  #csiMenuWrapper .primary-menu > li:last-child ul li.focus > .icon {
    transform: rotate(45deg); }
  #csiMenuWrapper .rtl .primary-menu ul ul::after {
    transform: rotate(180deg); }
  @media (any-pointer: coarse) {
    #csiMenuWrapper .primary-menu > li.menu-item-has-children > a {
      padding-right: 0;
      margin-right: 2rem; }
    #csiMenuWrapper .primary-menu ul li.menu-item-has-children > a {
      margin-right: 4.5rem;
      padding-right: 0;
      width: unset; } }
  #csiMenuWrapper body.touch-enabled .primary-menu > li.menu-item-has-children > a {
    padding-right: 0;
    margin-right: 2rem; }
  #csiMenuWrapper body.touch-enabled .primary-menu ul li.menu-item-has-children > a {
    margin-right: 4.5rem;
    padding-right: 0;
    width: unset; }
  #csiMenuWrapper .menu-modal {
    background: #fff;
    display: none;
    opacity: 0;
    overflow-y: auto;
    overflow-x: hidden;
    position: fixed;
    bottom: 0;
    left: -99999rem;
    right: 99999rem;
    top: 0;
    transition: opacity 0.25s ease-in, left 0s 0.25s, right 0s 0.25s;
    z-index: 99; }
  #csiMenuWrapper .admin-bar .menu-modal {
    top: 32px; }
  @media (max-width: 782px) {
    #csiMenuWrapper .admin-bar .menu-modal {
      top: 46px; } }
  #csiMenuWrapper .menu-modal.show-modal {
    display: flex; }
  #csiMenuWrapper .menu-modal.active {
    left: 0;
    opacity: 1;
    right: 0;
    transition: opacity 0.25s ease-out; }
  #csiMenuWrapper .menu-modal-inner {
    background: white;
    display: flex;
    justify-content: stretch;
    overflow: auto;
    -ms-overflow-style: auto;
    width: 100%; }
  #csiMenuWrapper .menu-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative; }
  #csiMenuWrapper button.close-nav-toggle {
    align-items: center;
    display: flex;
    font-size: 1.6rem;
    font-weight: 500;
    justify-content: flex-end;
    padding: 3.5rem 0;
    width: 100%;
    color: white; }
  #csiMenuWrapper button.close-nav-toggle svg {
    height: 1.6rem;
    width: 1.6rem; }
  #csiMenuWrapper button.close-nav-toggle .toggle-text {
    margin-right: 1.6rem; }
  #csiMenuWrapper .menu-modal .menu-top {
    flex-shrink: 0; }
  #csiMenuWrapper .modal-menu {
    position: relative;
    left: calc(50% - 50vw);
    width: 100vw; }
  #csiMenuWrapper .modal-menu li {
    
    border-style: solid;
    border-width: 0.05rem 0 0 0;
    display: flex;
    flex-wrap: wrap;
    line-height: 1;
    justify-content: flex-start;
    margin: 0; }
  #csiMenuWrapper .modal-menu > li > a,
  #csiMenuWrapper .modal-menu > li > .ancestor-wrapper > a {
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: -0.0375em; }
  #csiMenuWrapper .modal-menu > li:last-child {
    border-bottom-width: 0.05rem; }
  #csiMenuWrapper .modal-menu .ancestor-wrapper {
    display: flex;
    justify-content: space-between;
    width: 100%; }
  #csiMenuWrapper .modal-menu a {
    display: block;
    padding: 1.5rem 1.5rem;
    text-decoration: none;
    width: 100%; }
  #csiMenuWrapper .modal-menu a:focus,
  #csiMenuWrapper .modal-menu a:hover,
  #csiMenuWrapper .modal-menu li.current-menu-item > .ancestor-wrapper > a,
  #csiMenuWrapper .modal-menu li.current_page_ancestor > .ancestor-wrapper > a {
    text-decoration: underline; }
  #csiMenuWrapper button.sub-menu-toggle svg {
    height: 0.6rem;
    transition: transform 0.15s linear;
    width: 1.5rem;
    fill: white; }
  #csiMenuWrapper button.sub-menu-toggle.active svg {
    transform: rotate(180deg); }
  #csiMenuWrapper .modal-menu ul {
    display: none;
    margin: 0;
    width: 100%; }
  #csiMenuWrapper .modal-menu ul li {
    border-left-style: solid;
    border-left-width: 2rem; }
  #csiMenuWrapper .modal-menu ul li a {
    color: inherit;
    color: white;
    font-weight: 500; }
  #csiMenuWrapper .menu-wrapper .menu-item {
    position: relative; }
  #csiMenuWrapper .menu-wrapper .active {
    display: block; }
  #csiMenuWrapper .menu-wrapper.is-toggling {
    pointer-events: none; }
  #csiMenuWrapper .menu-wrapper.is-toggling .menu-item {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%; }
  #csiMenuWrapper .menu-wrapper.is-toggling .menu-bottom .social-menu .menu-item {
    width: auto; }
  #csiMenuWrapper .menu-wrapper.is-animating .menu-item,
  #csiMenuWrapper .menu-wrapper.is-animating .toggling-target {
    transition-duration: 250ms; }
  #csiMenuWrapper .menu-wrapper.is-animating .menu-item {
    transition-property: transform; }
  #csiMenuWrapper .menu-wrapper.is-toggling .toggling-target {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1; }
  #csiMenuWrapper .menu-wrapper.is-toggling .toggling-target.active {
    opacity: 0; }
  #csiMenuWrapper .menu-wrapper.is-animating.is-toggling .toggling-target {
    display: block;
    transition-property: opacity;
    opacity: 0; }
  #csiMenuWrapper .menu-wrapper.is-animating.is-toggling .toggling-target.active {
    opacity: 1; }
  #csiMenuWrapper .menu-wrapper.is-toggling .modal-menu > li:last-child li {
    border-top-color: transparent;
    border-bottom-width: 0.05rem; }
  @media (prefers-reduced-motion: reduce) {
    #csiMenuWrapper .menu-wrapper.is-animating .menu-item,
    #csiMenuWrapper .menu-wrapper.is-animating .toggling-target {
      transition-duration: 1ms !important; } }
  #csiMenuWrapper .expanded-menu {
    display: none; }
  #csiMenuWrapper .mobile-menu {
    display: block; }
  @media (min-width: 700px) {
    #csiMenuWrapper {
      /* HEADER TOGGLES */
      /* Menu Modal ---------------------------- */ }
      #csiMenuWrapper .toggle-inner .toggle-text {
        font-size: 1.1rem; }
      #csiMenuWrapper .search-toggle {
        left: 2rem; }
      #csiMenuWrapper .nav-toggle {
        right: 2rem; }
      #csiMenuWrapper button.close-nav-toggle {
        font-size: 1rem;
        padding: 3.5rem 0; }
      #csiMenuWrapper button.close-nav-toggle svg {
        height: 1.25rem;
        width: 1.25rem;
        fill: white; }
      #csiMenuWrapper button.close-nav-toggle .toggle-text {
        margin-right: 2.1rem; }
      #csiMenuWrapper .modal-menu {
        left: auto;
        width: 100%; }
      #csiMenuWrapper .modal-menu > li > a,
      #csiMenuWrapper .modal-menu > li > .ancestor-wrapper > a {
        font-size: inherit;
        padding: 1.75rem 0;
        font-weight: 300;
        color: inherit; }
      #csiMenuWrapper .modal-menu ul li {
        border-left-color: transparent; }
      #csiMenuWrapper .modal-menu > li > .ancestor-wrapper > button.sub-menu-toggle {
        padding: 0; }
      #csiMenuWrapper .modal-menu > li > .ancestor-wrapper > button.sub-menu-toggle svg {
        height: 0.6rem;
        width: 1.8rem; }
      #csiMenuWrapper .menu-bottom {
        align-items: center;
        display: flex;
        justify-content: space-between;
        padding: 4.4rem 0; }
      #csiMenuWrapper .menu-copyright {
        display: block;
        flex-shrink: 0;
        margin-right: 4rem; } }
  @media (min-width: 1000px) {
    #csiMenuWrapper {
      /* HEADER NAVIGATION */
      /* HEADER TOGGLES */
      /* left vertical pipe*/
      /* Menu Modal ---------------------------- */ }
      #csiMenuWrapper #csiMenuWrapper {
        z-index: 1; }
      #csiMenuWrapper .csi-Menu-inner {
        align-items: center;
        display: flex;
        justify-content: space-between;
        padding: 2.8rem 0; }
      #csiMenuWrapper .csi-Menu-titles-wrapper {
        margin-right: 4rem;
        max-width: 50%;
        padding: 0;
        text-align: left; }
      #csiMenuWrapper .csi-Menu-titles {
        align-items: baseline;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        margin: -1rem 0 0 -2.4rem; }
      #csiMenuWrapper .csi-Menu-titles .site-title,
      #csiMenuWrapper .csi-Menu-titles .site-logo,
      #csiMenuWrapper .csi-Menu-titles .site-description {
        margin: 1rem 0 0 2.4rem; }
      #csiMenuWrapper .wp-custom-logo .csi-Menu-titles {
        align-items: center; }
      #csiMenuWrapper .csi-Menu-navigation-wrapper {
        align-items: center;
        display: flex; }
      #csiMenuWrapper .primary-menu-wrapper {
        display: block;
        width: 100%; }
      #csiMenuWrapper .mobile-search-toggle,
      #csiMenuWrapper .mobile-nav-toggle {
        display: none !important; }
      #csiMenuWrapper .primary-menu-wrapper + .csi-Menu-toggles {
        margin-left: 3rem; }
      #csiMenuWrapper .csi-Menu-toggles {
        display: flex;
        flex-shrink: 0;
        margin-right: -3rem; }
      #csiMenuWrapper .csi-Menu-inner .toggle {
        height: 4.4rem;
        padding: 0 3rem;
        position: relative;
        bottom: auto;
        left: auto;
        right: auto;
        top: auto;
        width: auto; }
      #csiMenuWrapper .csi-Menu-inner .toggle-wrapper {
        position: relative; }
      #csiMenuWrapper .csi-Menu-inner .toggle-wrapper::before {
        background: rgba(137, 207, 235, 0.3);
        content: "";
        display: block;
        height: 2rem;
        position: absolute;
        left: 0;
        top: calc(50% - 1rem);
        width: 0.05rem; }
      #csiMenuWrapper .csi-Menu-inner .toggle-wrapper:first-child::before {
        content: none; }
      #csiMenuWrapper .csi-Menu-inner .primary-menu-wrapper + .csi-Menu-toggles .toggle-wrapper:first-child::before {
        content: ""; }
      #csiMenuWrapper .nav-toggle-wrapper:not(.has-expanded-menu) {
        display: none; }
      #csiMenuWrapper .toggle-inner {
        position: static; }
      #csiMenuWrapper .toggle-inner .toggle-text {
        left: 0;
        right: 0;
        text-align: center;
        top: calc(100% - 0.3rem);
        width: auto;
        color: #004175; }
      #csiMenuWrapper .csi-Menu-toggles:only-child .nav-toggle .toggle-inner {
        padding-top: 0; }
      #csiMenuWrapper .csi-Menu-toggles:only-child .toggle-inner {
        display: flex;
        flex-wrap: nowrap;
        align-items: center; }
      #csiMenuWrapper .csi-Menu-toggles:only-child .toggle-inner .svg-icon {
        order: 1; }
      #csiMenuWrapper .csi-Menu-toggles:only-child .toggle-inner .toggle-text {
        position: static;
        padding-right: 20px;
        font-size: 15px;
        color: inherit; }
      #csiMenuWrapper .menu-modal {
        opacity: 1;
        justify-content: flex-end;
        padding: 0;
        transition: background-color 0.3s ease-in, left 0s 0.3s, right 0s 0.3s; }
      #csiMenuWrapper .menu-modal.cover-modal {
        background: rgba(0, 0, 0, 0); }
     /* #csiMenuWrapper .menu-modal.active {
        display: none;
        background: rgba(0, 0, 0, 0.2);
        transition: background-color 0.3s ease-out; }*/
      #csiMenuWrapper .menu-wrapper.section-inner {
        width: calc(100% - 8rem); }
      #csiMenuWrapper .menu-modal-inner {
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07), 0 2px 4px rgba(0, 0, 0, 0.07), 0 4px 8px rgba(0, 0, 0, 0.07), 0 8px 16px rgba(0, 0, 0, 0.07), 0 16px 32px rgba(0, 0, 0, 0.07), 0 32px 64px rgba(0, 0, 0, 0.07);
        opacity: 0;
        padding: 0;
        transform: translateX(20rem);
        transition: transform 0.2s ease-in, opacity 0.2s ease-in;
        width: 35%; }
      #csiMenuWrapper .menu-modal.active .menu-modal-inner {
        opacity: 1;
        display: none;
        transform: translateX(0);
        transition-timing-function: ease-out; }
      #csiMenuWrapper .mobile-menu {
        display: none; }
      #csiMenuWrapper .expanded-menu {
        display: block; }
      #csiMenuWrapper .menu-bottom {
        padding: 6rem 0; }
      #csiMenuWrapper .menu-bottom .social-menu {
        justify-content: flex-start; } }

#csiMenuWrapper {
  background: transparent; }
  #csiMenuWrapper .primary-menu a {
    color: #004175; }
  #csiMenuWrapper .primary-menu .icon {
    color: #004175; }
  #csiMenuWrapper .primary-menu ul {
    background: white; }
  #csiMenuWrapper .primary-menu ul a {
    color: grey; }
  #csiMenuWrapper .sub-menu .icon {
    color: darkgrey; }
  #csiMenuWrapper .toggle-inner .toggle-text {
    color: #004175; }
  #csiMenuWrapper .nav-toggle svg {
    fill: #004175; }
  #csiMenuWrapper .csi-Menu-inner .toggle-wrapper::before {
    background: rgba(137, 207, 235, 0.3);
    height: 2rem;
    top: calc(50% - 1rem);
    width: 0.05rem; }
  #csiMenuWrapper button.close-nav-toggle {
    color: #004175; }
  #csiMenuWrapper button.close-nav-toggle svg {
    fill: #004175; }
  #csiMenuWrapper .menu-modal-inner {
    background: white; }
  #csiMenuWrapper .modal-menu > li > a,
  #csiMenuWrapper .modal-menu > li > .ancestor-wrapper > a {
    font-size: 1.5rem;
    color: black; 
    text-align: center;}
  #csiMenuWrapper button.sub-menu-toggle svg {
    fill: #004175; }
  #csiMenuWrapper .modal-menu ul li a {
    color: #004175; }

/* Accordions
-------------------------------------------------------------------------------------- */
.panel-group {
  margin: 15px 0;
  position: relative; }

.panel-group a.panel-headinglink {
    border: 1px solid #cecece;
    border-radius: 4px 4px 4px 4px;
    padding: 20px 25px 10px;
    text-decoration: none;
    display: block; }

.panel-body a {
  border: none;
}
.panel-group a.panel-headinglink:hover h5 {
      margin-left: 5px;
      transition: all 0.4s ease;
      -webkit-transition: all 0.4s ease; }

.panel-group a.panel-headinglink[aria-expanded="true"] {
    border-bottom: 0 none transparent;
    border-radius: 4px 4px 0px 0px !important; }
    .panel-group a[aria-expanded="true"] .arrow::before {
      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; 
    color: #243B53;}
  .panel-group h6, 
  .panel-group h5, 
  .panel-group h4,
  .panel-group h3,
  .panel-group h2,
  .panel-group h1,
  .panel-group p {
    color: black;
  }
  
  .panel-group .arrow {
    position: absolute;
    top: 30px;
    right: 30px; }
    .panel-group .arrow::before {
      border-color: #243B53;
      border-style: solid;
      border-width: 2px 2px 0 0;
      content: '';
      display: inline-block;
      height: 0.45em;
      left: 0.15em;
      position: relative;
      top: 0.15em;
      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 a {
    color: #243B53;
    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 {
      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: #08436E;
  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; }
  footer a {
    color: white;
    text-decoration: underline; }
    footer a:hover {
      color: #D9A242; }

/* ----------------------------------------------------------------------------------- *\
	
	*ORGANISMS	
	
\* ----------------------------------------------------------------------------------- */
/* All Pages
-------------------------------------------------------------------------------------- */
body {
  overflow-x: hidden; }

[class^="csi-header"] {
  background: #E9E9E9; }

/* HomePage
-------------------------------------------------------------------------------------- */
.csi-homePage [class^="csi-callToAction"] {
  padding: 5%;
  margin-top: 2%;
  margin-bottom: 2%;
  border-radius: 6px;
  background: green; }

.csi-homePage .csi-hero {
  margin: 0 auto; }
  .csi-homePage .csi-hero h2 {
    font-size: 3.157rem;
    font-weight: 600;
    color: white;
    text-shadow: 0 0px 20px rgba(0, 0, 0, 0.8); }
  .csi-homePage .csi-hero p {
    color: white;
    text-shadow: 0 0px 20px rgba(0, 0, 0, 0.8); }
  .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; }
.csi-homePage .csi-bodyContent h3 {
    font-weight: 600; }

/* 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;
    opacity: .65; }
  .csi-insidepages .csi-hero .tagline {
    margin-top: 100px;
    margin-bottom: 100px; 
    text-shadow: 4px 4px 10px black;}
    .csi-insidepages .csi-hero .tagline h2, .csi-insidepages .csi-hero .tagline p {
      color: white; }

/* / .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: #7fb869;
  border-width: 1px 1px 0px 1px;
  padding: 3px 1em 2px 1em;
  margin-top: 6px;
  margin-right: 2px;
  font-family: benton-modern, serif;
  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 #7fb869;
  background-color: #FFFFFF;
  padding: 5px;
  height: 310px;
  overflow: auto;
  display: none;
  z-index: 0;
  top: -1px; }

.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: #e5012c;
  color: white;
  text-align: center; }
  .page-template-parent-list-page .page-links a:hover {
    text-decoration: none;
    background-color: #010159; }
  .page-template-parent-list-page .page-links a:focus {
    text-decoration: none;
    background-color: #010159; }


.fdic-wrapper{
  padding: 0 10vw;
  display: flex;
  height: 48px;
  align-items: center;
}

.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;
  justify-content: center;
  line-height: 1.5;
}

.fdic-wrapper img{
  width: auto;
  height: 15.74px;
  margin-right: .75em;
  display: block;
}