@charset "UTF-8";
/*
Theme Name: 404 - First State Bank of Porter
Theme URI: http://csibankanytime.com/
Author: CSI ( Sera Hill - Designer/Developer)
Description: Design Pro 3 CSI Banking Theme
Version: 2.0.17
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: 'Lato', sans-serif; }

h1 {
  font-family: 'Lato', sans-serif;
  color: #0D2A33;
  font-size: 4rem;
  text-transform: uppercase;
  font-weight: 600; }

h2 {
  font-family: 'Lato', sans-serif;
  color: #0D2A33;
  font-size: 3.5rem;
  text-transform: uppercase;
  letter-spacing: .1rem;
  font-weight: 600; }

h3 {
  font-family: 'Lato', sans-serif;
  color: #0D2A33;
  font-size: 3rem;
  text-transform: uppercase;
  letter-spacing: .1rem;
  font-weight: 600; }

h4 {
  font-family: 'Lato', sans-serif;
  color: #0D2A33;
  font-size: 2.75rem;
  text-transform: uppercase;
  letter-spacing: .1rem;
  font-weight: 600; }

h5 {
  font-family: 'Lato', sans-serif;
  color: #0D2A33;
  font-size: 2.5rem;
  text-transform: uppercase;
  letter-spacing: .1rem;
  font-weight: 600; }

h6 {
  font-family: 'Lato', sans-serif;
  color: #0D2A33;
  font-size: 2.25rem;
  text-transform: uppercase;
  letter-spacing: .1rem;
  font-weight: 600; }

p, ul, dl, ol {
  color: #0D2A33;
font-size: 1.5rem;
line-height: 1.6; }

table {
  font-size: 1rem;
  font-weight: 500;
  color: #0D2A33;
  line-height: 1.3;
  table-layout: fixed; }
  
  .table thead {
	  background: #247F79;
	  color: #fff;
	  text-shadow: 0 3px 6px rgba(0, 0, 0, .16);
	  text-transform: uppercase;
	  font-size: 1.25rem;
	  line-height: 1.4rem;
	  text-align: center;
  }
  
  .table thead th {
	  border-bottom: 2px solid transparent;
	  border-left: 1px solid #BAF8F4;
	  vertical-align: middle;
	  padding: 25px 10px;
	  letter-spacing: .1rem;
  }
  
  .table thead th:first-child {
	  border-left: none;
  }
  
  .table td {
	  vertical-align: middle;
	  border-left: 1px solid #E3E3E3 !important;
  }
  
  .table td:first-child {
	  border-left: none !important;
	  text-transform: uppercase;
	  font-weight: 700;
	  line-height: 1.3rem;
	  padding: 40px 10px;
  }
  
  .table-bordered {
	  border: none;
	  text-align: center;
  }
  
.table-bordered td, 
.table-bordered th {
	border: none;
}

.table .fa {
	font-size: 2.4rem;
	color: #7F782F;
}

.table a {
  font-size: 1rem;
  line-height: 1.5;
  color: #fff;
  background: rgb(13,42,51);
  background: linear-gradient(0deg, rgba(13,42,51,1) 0%, rgba(21,74,90,1) 100%);
  padding: .6rem 1rem;
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1rem;
  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: 1px solid transparent;
  border-radius: 5px;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out; }
  .table a:hover, 
  .table a:focus {
    background: #fff;
    color: #1E824C;
    text-decoration: underline; }
  
  
.table-responsive {
	border-radius: 10px;
}

.csi-scrollableTable {
  overflow: hidden;
  position: relative;
  width: 100%; }
  .csi-scrollableTable.is-scrollable:after {
    position: absolute;
    top: 0;
    left: 100%;
    width: 50px;
    height: 100%;
    border-radius: 10px 0 0 10px / 50% 0 0 50%;
    box-shadow: -5px 0 10px rgba(0, 0, 0, 0.35);
    content: ''; }
  .csi-scrollableTable > div {
    overflow-x: auto; }
    .csi-scrollableTable > div ::-webkit-scrollbar {
      height: 12px; }
    .csi-scrollableTable > div ::-webkit-scrollbar-track {
      background: #f0f0f0;
      box-shadow: 0 0 2px rgba(0, 0, 0, 0.15) inset; }
    .csi-scrollableTable > div ::-webkit-scrollbar-thumb {
      background: #ccc;
      border-radius: 6px; }

/* Buttons & Links
-------------------------------------------------------------------------------------- */
a {
  color: #0D2A33;
  text-decoration: underline; }
  a:hover, a:focus {
    color: #247F79;
    text-decoration: underline; }

.csi-btn,
a.csi-btn {
  font-size: 1.0625rem;
  line-height: 1.5;
  color: #fff;
  background: rgb(13,42,51);
  background: linear-gradient(0deg, rgba(13,42,51,1) 0%, rgba(21,74,90,1) 100%);
  padding: .6rem 3rem;
  margin-bottom: 15px;
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1rem;
  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: 1px solid transparent;
  border-radius: 5px;
  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: #fff;
    color: #1E824C;
    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: 390px;
  padding: 5px 15px; }

.csi-container1600 {
  max-width: 1600px;
  margin: 0 auto; }

.carousel-inner {
  overflow: visible;
}

.csi-carouselBg {
  min-height: 950px;
}

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

/* External Warning Message */
.ui-dialog.ui-widget-content {
  background: #e6e6e6;
  border: none;
  border-radius: 6px;
  padding: 3%; }
  .ui-dialog.ui-widget-content * {
    font-family: 'Lato', sans-serif;
    color: #444444; }
  .ui-dialog.ui-widget-content .ui-dialog-title {
    color: #bd3120 !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: rgba(255, 255, 255, 0.24);
    color: #fff;
    border-radius: 5px; }
  .form-inline h4 {
    display: inline-block; }
  .form-inline ul li {
    display: inline-block;
    color: #ADA970; }

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

.csi-ib {
  position: absolute;
  right: 0;
  z-index: 2;
  width: 100%;
  text-align: center;
  padding: 12px;
  background: #0D2A33;
  box-shadow: 4px 4px 20px rgba(0, 0, 0, .4);
  -moz-box-shadow: 4px 4px 20px rgba(0, 0, 0, .4);
  -webkit-box-shadow: 4px 4px 20px rgba(0, 0, 0, .4); 
  border-radius: 0 0 0 10px;  
}
  .csi-ib i {
    color: #486581;
    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: #fff; }
    .csi-ib input:-moz-placeholder {
      color: #fff; }
    .csi-ib input::-moz-placeholder {
      color: #fff; }
    .csi-ib input:-ms-input-placeholder {
      color: #fff; }
  .csi-ib button {
    background: #7F782F;
    margin-left: 4px;
    margin-bottom: 0;
    padding: .5rem 2.75rem;
    border: none; }

  .csi-ib img {
    height: 15px;
    margin-top: -5px;
  }

  .csi-ib h4 {
    font-family: 'Lato', sans-serif;
    color: #fff;
    font-size: 1rem;
    margin-top: 0px;
    padding-right: 15px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: .1rem; }
  .csi-ib .ib-text {
    margin-left: 8px;
    margin-right: 8px; }
  .csi-ib .csi-helperLinks {
    margin-left: 8px;
    margin-right: 8px; }
  .csi-ib a {
    font-size: 0.8rem;
    color: #ADA970; }
    .csi-ib a:hover {
      color: #fff;
      text-decoration: none; }

/* 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
	/* -------------------------------------------------------------------------- */ }
	
	/* Menu Styles for mega menu setup */

#csiMenuWrapper .primary-menu li:hover ul {
  width: 1185px !important;
}

li.main-pg-title > a {
  color: #7F782F !important;
  font-size: 1rem;
}

.main-pg-title {
	top: 40px;
}

.primary-menu li:hover li ul,
.primary-menu li:hover li ul li ul {
  display: fixed;
}

#csiMenuWrapper .primary-menu li.main-pg-target:hover > ul,
#csiMenuWrapper .primary-menu li.main-pg-target:focus > ul {
  right: -630px;
}

#csiMenuWrapper .primary-menu li.main-pg-target2:hover > ul,
#csiMenuWrapper .primary-menu li.main-pg-target2:focus > ul {
  right: -439px;
}

#csiMenuWrapper .primary-menu li.main-pg-target3:hover > ul,
#csiMenuWrapper .primary-menu li.main-pg-target3:focus > ul {
  right: -251px;
}

#csiMenuWrapper .primary-menu li.main-pg-target4:hover > ul,
#csiMenuWrapper .primary-menu li.main-pg-target4:focus > ul {
  right: -59px;
}


#csiMenuWrapper .primary-menu li .sub-menu li {
  display: inline-block;
  width: 33%;
}

#csiMenuWrapper .primary-menu li .sub-menu li.no-children {
	width: 24%;
	text-align: center;
}

#csiMenuWrapper .primary-menu ul ul {
  top: 35px !important;
  left: 40px;
  padding-top: 0;
  height: 320px;
}

#csiMenuWrapper .primary-menu li.menu-item-has-children:hover > ul,
  #csiMenuWrapper .primary-menu li.menu-item-has-children:hover > ul li ul,
  #csiMenuWrapper .primary-menu li.menu-item-has-children:focus > ul,
  #csiMenuWrapper .primary-menu li.menu-item-has-children.focus > ul li ul {
    //right: 0;
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.15s linear, transform 0.15s linear; }

    #csiMenuWrapper .primary-menu li.menu-item-has-children > ul li ul {
      width: 86% !important;
      background: none;
      box-shadow: none;
      border-right: 2px solid #D3E8E6;
      border-radius: 0;
    }
    
    #csiMenuWrapper .primary-menu li.menu-item-has-children > ul li.last-menu ul {
	    border-right: 2px solid transparent;
    }

    #csiMenuWrapper .primary-menu li.menu-item-has-children > ul li ul li {
      display: block;
      text-transform: capitalize;
      letter-spacing: 0;
      position: relative;
      width: 100%;
    }

    #csiMenuWrapper .primary-menu li.menu-item-has-children > ul li ul li:before {
      position: absolute;
      content: '';
      background: url('./images/angle.svg');
      width: 10px;
      height: 13px;
      top: 16px;
      left: 10px;
      background-repeat: no-repeat;
    }

    #csiMenuWrapper .primary-menu ul li.menu-item-has-children .icon {
      display: none;
    }

/* End Menu Styles for mega menu setup */
	
	
  #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: 0;
    text-transform: none; }
  #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: skyblue; }
  #csiMenuWrapper .nav-toggle .toggle-inner {
    padding-top: 0.8rem; }
  #csiMenuWrapper .primary-menu-wrapper {
    display: none; }
  #csiMenuWrapper ul.primary-menu {
    position: relative;
    z-index: 3;
    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;
    text-shadow: 0 3px 6px rgba(0, 0, 0, .17); }
  #csiMenuWrapper .primary-menu > li {
    margin: 0.8rem 0 0 3.6rem;
    text-transform: uppercase;
    letter-spacing: .1rem;
    font-weight: 700; }
  #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 !important; }
  #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 {
	height: 480px;
    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-delay: .5s;
    transform: translateY(0.6rem);
    width: 14rem;
    z-index: 2;
    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 {
    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 .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 .primary-menu li .sub-menu li {
      text-shadow: none !important;
    }
  #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: inherit;
    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.1rem 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-color: rgba(255, 255, 255, 0.3);
    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: 2.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;
        margin-top: 65px; }
      #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: skyblue; }
      #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 {
        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;
        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 .csi-Menu-inner {
    flex-direction: column;
    margin-bottom: 20px;
    align-items: flex-end; }
  #csiMenuWrapper .primary-menu a {
    color: #fff; }
  #csiMenuWrapper .primary-menu .icon {
    color: #fff; }
  #csiMenuWrapper .primary-menu ul {
    background: white; }
  #csiMenuWrapper .primary-menu ul a {
    color: #0D2A33; }
  #csiMenuWrapper .sub-menu .icon {
    color: darkgrey; }
  #csiMenuWrapper .toggle-inner .toggle-text {
    color: #fff; }
  #csiMenuWrapper .nav-toggle svg {
    fill: #fff; }
  #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: #fff; }
  #csiMenuWrapper button.close-nav-toggle svg {
    fill: #fff; }
  #csiMenuWrapper .menu-modal-inner {
    background: #101924; }
  #csiMenuWrapper .modal-menu > li > a,
  #csiMenuWrapper .modal-menu > li > .ancestor-wrapper > a {
    font-size: 1.5rem;
    color: white; }
  #csiMenuWrapper button.sub-menu-toggle svg {
    fill: #fff; }
  #csiMenuWrapper .modal-menu ul li a {
    color: #fff; }

/* Accordions
-------------------------------------------------------------------------------------- */
.panel-group {
  margin: 15px 0;
  position: relative; }
  .panel-group a {
    border: 1px solid #0D2A33;
    border-radius: 4px 4px 4px 4px;
    padding: 20px 25px 10px;
    text-decoration: none;
    display: block; }

    .panel-group a:hover {
      background: rgb(13,42,51);
      background: linear-gradient(0deg, rgba(13,42,51,1) 0%, rgba(21,74,90,1) 100%);
      border: 1px solid transparent; 
    }

    .panel-group a:hover h5 {
      margin-left: 5px;
      transition: all 0.4s ease;
      -webkit-transition: all 0.4s ease;
    color: #fff; }
  .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 {
      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;
    font-size: 1.4rem;
    text-transform: capitalize;
    letter-spacing: 0; }
  .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 #0D2A33;
    border-bottom: 1px solid #0D2A33;
    border-left: 1px solid #0D2A33;
    border-radius: 0 0 4px 4px;
    padding: 50px; }
    
    .panel-body a {
	    border: none;
	    padding: initial;
	    display: inline;
	    font-style: italic;
	    font-weight: 700;
    }
    
    	.panel-body a:hover,
    	.panel-body a:focus {
	    	background: none;
	    	border: none;
	    	text-decoration: underline;
    	}

/* Tabs
-------------------------------------------------------------------------------------- */
.tabs {
  margin: 30px 0 15px 0; }

.nav-tabs {
  border-bottom: 1px solid #0D2A33;
  padding-bottom: 12px;
  /*
	a.active {
		//border-bottom: 0 none transparent !important;
	}
	*/ }
  .nav-tabs a {
    color: #243B53;
    font-weight: bold;
    height: 45px;
    padding: 15px 25px;
    margin-right: 15px;
    border: 1px solid #0D2A33;
    border-radius: 4px 4px 0 0;
    text-decoration: none;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease; }
    .nav-tabs a:hover {
      color: #fff;
      padding: 15px 20px 15px 30px;
      transition: all 0.4s ease;
      -webkit-transition: all 0.4s ease;
      background: rgb(13,42,51);
      background: linear-gradient(0deg, rgba(13,42,51,1) 0%, rgba(21,74,90,1) 100%);
      border: 1px solid transparent; }

.tab-pane {
  border-top: 0 none transparent;
  border-right: 1px solid #0D2A33;
  border-bottom: 1px solid #0D2A33;
  border-left: 1px solid #0D2A33;
  border-radius: 0 0 4px 4px;
  padding: 25px 25px 15px;
  margin: 0; }

/* Footer	
-------------------------------------------------------------------------------------- */
footer {
  background: #0D2A33;
  padding-top: 5%;
  padding-bottom: 5%; }
  footer svg {
    fill: #fff;
    max-width: 100px;
    max-height: 33px;
    display: block;
    float: right; }

  footer h6 a {
    color: #BCB548;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: .14rem;
    font-weight: 600;
  }
  
  footer p {
    color: #fff;
  font-size: 1rem; }
  footer a {
    font-size: 1rem;
    color: #fff; }
    footer a:hover {
      color: #BAF8F4; }
  
  .copyright {
    padding-top: 40px;
  }

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

[class^="csi-header"] {
  background: #33616E;
  min-height: 150px; }

  .csi-logo {
    position: absolute;
    z-index: 2;
  }

  .navbar-brand {
    background: #fff;
    border-radius: 0 0 10px 10px;
    padding: 10px;
    box-shadow: 4px 4px 20px rgba(0, 0, 0, .4);
    -webkit-box-shadow: 4px 4px 20px rgba(0, 0, 0, .4);
    -moz-box-shadow: 4px 4px 20px rgba(0, 0, 0, .4);
  }

/* 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.625rem;
    font-weight: 600;
    color: white;
    text-shadow: 0 0px 20px rgba(0, 0, 0, 0.8);
  text-transform: uppercase;
  letter-spacing: .3rem; }
  .csi-homePage .csi-hero p {
    color: white;
    text-shadow: 0 0px 20px rgba(0, 0, 0, 0.8);
    font-size: 1.8125rem;
    line-height: 1.2; }

  .csi-homePage .csi-hero .csi-btn {
    background: transparent;
    border: 1px solid #C1BA57;
    color: #C1BA57;
    margin-top: 15px;
    margin-bottom: 0;
  }
  .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; }

  
  
.home-product {
  min-height: 1072px;
  position: relative;
  padding-top: 325px;
  background: #33616E;
}

.prod-area {
  padding-left: 55px;
  padding-right: 140px;
}

.home-product .csi-btn {
  margin-top: 10px;
  border: none;
}

.green-bg {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 37vw;
  height: 80%;
  border-radius: 10px 0 0 0;
  z-index: 1;
  background: rgba(67,198,189,1);
  background: -moz-linear-gradient(top, rgba(67,198,189,1) 0%, rgba(40,141,134,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(67,198,189,1)), color-stop(100%, rgba(40,141,134,1)));
  background: -webkit-linear-gradient(top, rgba(67,198,189,1) 0%, rgba(40,141,134,1) 100%);
  background: -o-linear-gradient(top, rgba(67,198,189,1) 0%, rgba(40,141,134,1) 100%);
  background: -ms-linear-gradient(top, rgba(67,198,189,1) 0%, rgba(40,141,134,1) 100%);
  background: linear-gradient(to bottom, rgba(67,198,189,1) 0%, rgba(40,141,134,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#43c6bd', endColorstr='#288d86', GradientType=0 ); 
}
  
.prod-area h2,
.prod-area p {
  color: #fff;
}

.prod-area h2 {
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: .15rem;
}

.prod-area p {
  font-size: 1.5625rem;
  line-height: 1.6; 
  margin-top: 15px;
}

  .right-img {
  height: 610px;
  width: 675px;
  border-radius: 10px;
  position: relative;
  z-index: 2;
  box-shadow: 4px 4px 20px rgba(0, 0, 0, .4);
  -webkit-box-shadow: 4px 4px 20px rgba(0, 0, 0, .4);
  -moz-box-shadow: 4px 4px 20px rgba(0, 0, 0, .4);
}

.product-spotlight {
  padding: 140px 0;
}

.product {
  padding: 0 10px;
}

.product:hover .spotlight-img {
  box-shadow: 2px 2px 10px rgba(0, 0, 0, .4);
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, .4);
  -moz-box-shadow: 2px 2px 10px rgba(0, 0, 0, .4);
}

.spotlight-img {
  height: 322px;
  border-radius: 10px;
  box-shadow: 4px 4px 20px rgba(0, 0, 0, .4);
  -webkit-box-shadow: 4px 4px 20px rgba(0, 0, 0, .4);
  -moz-box-shadow: 4px 4px 20px rgba(0, 0, 0, .4);
}

.product-link {
  font-size: 1.625rem;
  font-weight: 600;
  text-align: center;
  padding-top: 30px;
}

h4.product-link a {
  color: #0D2A33;
}

/* Inside Pages	
-------------------------------------------------------------------------------------- */
.csi-insidepages .csi-articleContent {
  padding-top: 10%;
  padding-bottom: 5%; }

.csi-insidepages .csi-hero {
  min-height: 890px;
  position: relative; }
 
  .csi-insidepages .csi-hero .tagline {
    position: absolute;
    width: 100%;
    z-index: 3;
    bottom: -50px; }

  .csi-insidepages .csi-hero .tagline .col-lg-6 {
    background: rgba(0, 0, 0, .7);
    border-radius: 10px;
    padding: 114px 120px 100px 100px;
  }

  .csi-insidepages .csi-hero .tagline h2 {
    font-size: 3.625rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .3rem;;
  }

  .csi-insidepages .csi-hero .tagline p {
    font-size: 1.8125rem;
    line-height: 1.2;
    margin-top: 20px;
  }

    .csi-insidepages .csi-hero .tagline h2, .csi-insidepages .csi-hero .tagline p, .blog-page-hero .csi-hero .tagline h2, .blog-page-hero .csi-hero .tagline p {
      color: #fff;
      text-shadow: 0 0 20px rgba(0, 0, 0, .8); }

  .lead {
    font-size: 2.125rem;
    font-weight: initial;
  }

  .text-muted {
    font-size: 1.25rem;
    color: #33616E !important;
  }

  hr {
    border-top: 1px solid #7F782F;
    margin: 2rem 0;
  }

  .csi-articleContent img {
    border-radius: 10px;
    -webkit-box-shadow: 4px 4px 20px rgba(0, 0, 0, .4);
    -moz-box-shadow: 4px 4px 20px rgba(0, 0, 0, .4);
    box-shadow: 4px 4px 20px rgba(0, 0, 0, .4);
  }

  .landing-page .row {
    align-items: center;
    padding: 80px 0;
  }

  .landing-pg-btns .csi-btn {
    width: 100%;
    padding :1rem;
    font-size: 1.25rem;
  }

    .csi-articleContent .csi-btn:hover,
    .csi-articleContent .csi-btn:focus {
      border: solid 1px #0D2A33;
    }

  .left-content {
    padding-right: 90px;
  }

  .sidebar {
    background: #33616E;
    border-radius: 10px;
    padding: 55px 40px;
  }  

  .sidebar h1,
  .sidebar h2,
  .sidebar h3,
  .sidebar h4,
  .sidebar h5,
  .sidebar h6,
  .sidebar p,
  .sidebar ul,
  .sidebar ol {
    color: #fff;
    line-height: 1.3;
  }
  
  .sidebar h5 {
	  font-size: 2rem;
	  text-transform: capitalize;
	  letter-spacing: 0;
  }
  
  .sidebar h6 {
	  font-size: 1.5rem;
	  text-transform: capitalize;
	  letter-spacing: 0;
  }
  
  .sidebar p em {
	  font-size: 1rem;
  }
  
  .sidebar p,
  .sidebar ul,
  .sidebar ol {
  	font-size: 1.2rem;
  }

  .sidebar ul {
    list-style: none;
  }

  .sidebar ul li {
    position: relative;
    margin-left: -10px;
    margin-bottom: 20px;
  }

  .sidebar ul li:before {
    content: '';
    position: absolute;
    width: 15px;
    height: 13px;
    left: -25px;
    top: 10px;
    background: url('./images/arrow.png');
  }
  
  .sidebar a {
	  color: #DBDB9E;
	  font-style: italic;
  }
  
  .sidebar a img {
	  box-shadow: none;
	  margin-bottom: 20px;
  }
  
  
  .sidebar a:hover img,
  .sidebar a:focus img {
	  outline: 1px solid #fff;
  }
  
  .sidebar .csi-btn {
	  border: none;
	  color: #fff;
	  font-style: normal;
  }
  
  	.sidebar .csi-btn:hover,
  	.sidebar .csi-btn:focus {
	  	border: none;
  	}

  .highlight-box {
    background: #7F782F;
    padding: 80px;
    border-radius: 10px;
    margin: 40px 0;
  }

  .highlight-box h1,
  .highlight-box h2,
  .highlight-box h3,
  .highlight-box h4,
  .highlight-box h5,
  .highlight-box h6,
  .highlight-box p,
  .highlight-box a {
    color: #fff;
    text-shadow: 0 3px 6px rgba(0, 0, 0, .16);
  }

  .highlight-box p {
    letter-spacing: .1rem;
  }
  
  .highlight-box a {
	  font-weight: 600;
  }

  .highlight-box hr {
    border-top: 1px solid #fff;
  }
  
.staggered-section .row {
	margin-bottom: 60px;
	align-items: center;
}

/* Calculator Styles */

.calc-body .nav a {
	border: 1px solid #154a5a !important;
}

.calc-body .return a.calculation-button {
	background-color: #154a5a !important;
}

.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: 'Lato', sans-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; }
    
.privacy-policy table,
.privacy-policy th {
	text-align: left;
}

.privacy-policy #Privacy-Policy-2.table tr td:nth-child(2), 
.privacy-policy #Privacy-Policy-2.table tr td:nth-child(3) {
	text-align: center;
}

.privacy-policy table ul {
	font-size: 1rem;
}


/* 404 Page Styles */

.csi-404Page .tagline {
	padding: 30% 0;
}

.blog-page-hero .csi-hero {
  min-height: 890px;
  position: relative;
}
.blog-page-hero .csi-hero .tagline .col-lg-6 {
  background: rgba(0, 0, 0, .7);
  border-radius: 10px;
  padding: 114px 120px 100px 100px;
}
.blog-page-hero .csi-hero .tagline {
  position: absolute;
    width: 100%;
    z-index: 3;
    bottom: -50px;
}
.content-section .post, .post-content {
  padding-top: 10%;
}
.post-content {
  margin: 0 8.333333%;
}
.blog-content {
  margin-right: 8.333333%;
}
.post-content img, .blog-content img {
  max-width: 50%;
}
a.csi-btn.mobile-make-a-payment{
	display:none;
}
.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;
  min-width: 37.36px;
}

a.navbar-brand {
  white-space: wrap;
}

a:has(.fdic-notice) {
  text-decoration: none;
}

span.wpcf7-list-item.first {
  margin-right: 20px;
}

input[type="radio"] {
    margin-right: 5px;
}

.sidebar .ck-content{
  color:white;
}