@charset "UTF-8";
/*
Theme Name: #0060 Axiom Banking
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: "proxima-nova", sans-serif; }

h1 {
  font-family: "proxima-nova", sans-serif;
  color: #243B53;
  font-weight: 800; }

h2 {
  font-family: "proxima-nova", sans-serif;
  color: #002f60;
  font-weight: 100;
  font-size: 2.625rem;}

h3 {
  font-family: "proxima-nova", sans-serif;
  font-size: 1.125rem;
  font-weight: bold;
  color: #002f60;
  color: #243B53; }

h4 {
  font-family: "proxima-nova", sans-serif;
  color: #243B53; }

h5 {
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
  color: #243B53; }

h6 {
  font-family: "proxima-nova", sans-serif;
  color: #243B53;
  font-weight: 600;
  text-transform: uppercase; }

p, ul, dl, ol {
  color: #343637; }

table {
  font-size: 1rem;
  font-weight: 500;
  color: #343637;
  line-height: 1.8; }

.center {
  text-align: center;
}
.mobile-hide{
	display:block;
}
.mobile-show{
	display:none;
}
/* Buttons & Links
-------------------------------------------------------------------------------------- */
a {
  color: #007C8A;
  text-decoration: underline; }
  a:hover, a:focus {
    color: #007C8A;
    text-decoration: none; }

.csi-btn,
a.csi-btn {
  font-size: 1.125rem;
  line-height: 1.5;
  color: #fff;
  background: #5A8028;
  padding: .75em 1.75em;
  border-radius: 0;
  margin-bottom: 15px;
  border: 1px solid #5A8028;
  display: inline-block;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  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
-------------------------------------------------------------------------------------- */
input.wpcf7-form-control{
  width: 100%;
}
input.wpcf7-form-control.wpcf7-submit{
  white-space: break-spaces;
}
.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;
  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: 0 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-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-indicators {
  bottom: 40px;}

.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: #F9c506;
  border: 1px solid #ccc;
  padding: 5px 10px;
  text-align: center;
  border-radius: 0;
  border: none;
  margin: 0;
}
.alert-dismissible .close{
  padding: 5px 10px;
}
.csi-alert * {
  color: #000; 
}
.csi-alert p{
  margin-bottom: 0;
}
.csi-alert a:hover, .csi-alert a:focus{
  color: #000;
  text-decoration: underline; 
}
.csi-alert .close {
  opacity: 1.0; 
}
.csi-alert .close:hover {
  color: black; 
}
.csi-alert .close:focus {
  color: black; 
}

/* External Warning Message */
.ui-dialog.ui-widget-content {
  background: #002f60;
  border: none;
  border-radius: 6px;
  padding: 3%; }
  .ui-dialog.ui-widget-content * {
    font-family: "proxima-nova", sans-serif;
    color: #fff; }
  .ui-dialog.ui-widget-content .ui-dialog-title {
    color: #FF6161 !important; }
    .ui-button .ui-button-text{
      border: 1px solid #fff;
    }
  .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: #fff; }
    button.ui-button.ui-dialog-titlebar-close span.ui-button-text{
      padding: 0;
      border: none;
    }
  .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: #DCDCDC;
    color: #0E254D;
    border-radius: 4px; }
  .form-inline h4 {
    display: inline-block; }
  .form-inline ul li {
    display: inline-block; }

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

.csi-ib {
  text-align: center;
  padding: 12px; }
  .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: #243B53; }
    .csi-ib input:-moz-placeholder {
      color: #243B53; }
    .csi-ib input::-moz-placeholder {
      color: #243B53; }
    .csi-ib input:-ms-input-placeholder {
      color: #243B53; }
  .csi-ib button {
    border-radius: 4px;
    margin-left: 4px; }
  .csi-ib h4 {
    font-family: "proxima-nova", sans-serif;
    font-size: 1rem;
    margin-top: 0px;
    font-weight: 600;
    line-height: 1; }
  .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: #486581; }
    .csi-ib a:hover {
      color: #0E7C86;
      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
	/* -------------------------------------------------------------------------- */ }
  #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;
    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: 2rem;
    width: 2.6rem;
    fill: skyblue; }
  #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: 60%;
    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: block; }
  #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 {
    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 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: 200px) {
      #csiMenuWrapper .modal-menu {
        left: auto;
        width: 100%; }
    }
  @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 > 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: 42px;
        padding: 0 0.25rem;
        margin-top: 0;
        position: relative;
        bottom: auto;
        left: auto;
        right: auto;
        top: auto;
        width: auto; }
#csiMenuWrapper .csi-Menu-inner .toggle:hover,
#csiMenuWrapper .csi-Menu-inner .toggle:focus{
  background-color: transparent;
  border: 1px solid #007C8A;
}
      #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: 100%; }
      #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 {
        min-height: 580px;
        width: 100%;
        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 .primary-menu a {
    color: skyblue; }
  #csiMenuWrapper .primary-menu .icon {
    color: skyblue; }
  #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: white; }
  #csiMenuWrapper .nav-toggle svg {
    fill: white; }
  #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: skyblue; }
  #csiMenuWrapper button.close-nav-toggle svg {
    fill: white; }
  #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: white; }
  #csiMenuWrapper .modal-menu ul li a {
    color: skyblue; }

/* Accordions
-------------------------------------------------------------------------------------- */
.panel-group {
  margin: 15px 0;
  position: relative; }
  .panel-group .panel-body a{
    border: none;
    border-radius: 0;
    padding: 0;
    text-decoration: none;
    display: inline;
  }
  .panel-group .panel-body a:hover, .panel-group .panel-body a:focus{
    text-decoration: underline;
  }
  .panel-group a {
    border: 1px solid #cecece;
    border-radius: 4px 4px 4px 4px;
    padding: 20px 25px 10px;
    text-decoration: none;
    display: block; }
    .panel-group a:hover h5 {
      margin-left: 5px;
      transition: all 0.4s ease;
      -webkit-transition: all 0.4s ease; }
  .panel-group a[aria-expanded="true"] {
    border-bottom: 0 none transparent;
    border-radius: 4px 4px 0px 0px !important; }
    .panel-group a[aria-expanded="true"] .arrow::before {
      transform: rotate(135deg);
      transition: all 0.4s ease;
      -webkit-transition: all 0.4s ease;
      margin-top: -2px; }
  .panel-group h5 {
    text-decoration: none;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    padding-right: 30px; }
  .panel-group .arrow {
    position: absolute;
    top: 30px;
    right: 30px; }
    .panel-group .arrow::before {
      border-color: #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: #002f60;
  padding-top: 15%;
  padding-bottom: 5%;
  text-align: center;
  clip-path: polygon(0% 22%, 100% 0%, 100% 100%, 0% 100%);
}
footer svg {
  fill: #486581;
  max-width: 100px;
  max-height: 33px;
  display: block;
  margin: 20px auto;
}
footer p, footer h1, footer h2,
footer h3, footer h4, footer h5, footer h6, footer li{
  color: #fff;
}
footer a {
  color: #fff;
  text-decoration: underline;
}
footer a:hover {
  color: #fff;
  text-decoration: none;
}
.footer-layout{
  text-align: left;
}
.footer-layout ul{
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-layout .col-md-6{
  margin-bottom: 2rem;
}
.footer-layout .footer-callout{
  border-top: 1px solid #959595;
  border-bottom: 1px solid #959595;
  padding: 1rem 0;
}

/* ----------------------------------------------------------------------------------- *\

	*ORGANISMS

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

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

/* 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.125rem;
    font-weight: 100;
    color: white;
  }
  .csi-homePage .csi-hero p {
    font-size: 1.25rem;
    color: white;
  }
  .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: 300; } */

/* Inside Pages
-------------------------------------------------------------------------------------- */

.csi-insidepages img{
  max-width: 100%;
  height: auto;
}

/*blog*/
.post-content.csi-insidepages section.csi-post-section{
  padding: 20px 30px;
}
.post {
  padding: 20px;
}
.post img {
  width: 100%;
  min-height: 100px;
  object-fit: cover;
  padding:10px;
}
.post:hover,
.post:focus {
  -webkit-box-shadow: 0 0 21px rgba(0,0,0,0.25);
  box-shadow: 0 0 21px rgba(0,0,0,0.25);
}
.feature-post img {
  width:100%;
}
.csi-insidepages .checkmark-green ul{
  margin: 1.5rem;
}
.csi-insidepages .checkmark-green li{
  list-style: none;
  padding-left: 40px;
  background: url(/wp-content/uploads/sites/227/icon-check-green-large.png) left 8px no-repeat;
  line-height: 40px;
  text-align: left;
}
.csi-insidepages .csi-articleContent {
  padding: 4% 0; }

.csi-insidepages .csi-hero {
  min-height: 200px;
  position: relative; }
  .csi-insidepages .csi-hero .tagline {
    margin-top: 100px;
    margin-bottom: 100px; }
    .csi-insidepages .csi-hero .tagline h2, .csi-insidepages .csi-hero .tagline p {
      color: #fff; }
  .csi-insidepages .csi-hero .tagline a{
    padding: .0;
    line-height: normal;
    text-align: center;
    text-decoration: underline;
    font-weight: bold;
    display: inline-block;
    border: none;
    cursor: pointer;
    color: #fff;
    background-color: transparent;
    text-decoration: none;
  }
  .csi-insidepages .csi-hero .tagline a:hover {
    color: white;
  }
  .split-section img{
    margin: 5px;
}
div.announcement-component {
  background: #eee;
  border: 1px solid #ccc;
  padding: 5px 10px;
}
div.announcement-component strong {
  color: #078fa1;
}
div.announcement-component a {
  color: #078fa1;
}
div.announcement-component a:hover {
  color: black;
}
div.announcement-component h2 {
  padding-top: 3px;
  text-align: center;
  color: #4B0082;
  font-size: 22px;
  font-weight: bold;
}
/* / .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: "proxima-nova", 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; }

/* Hero Slider */
.csi-hero .carousel .carousel-item{
  height: 900px;
}

.csi-hero .carousel .carousel-item img{
  background-size: cover;
  width: 100%;
}

.csi-hero .carousel .col-md-12{
  padding: 0;
}

/* .csi-hero .carousel-item:before{
  right: 20%;
  bottom: -20%;
  width: 100%;
  height: 38%;
  content: '';
  background-color: white;
  position: absolute;
  z-index: 99;
  clip-path: polygon(0% 0%, 100% 50%, 100% 100%, 0% 100%);
  overflow: hidden;
} */

.csi-hero .carousel-item:after, section#hero-section::after{
  content: '';
  background-color: #7fb539;
  position: absolute;
  right: -75px;
  bottom: -160px;
  width: 80%;
  height: 275px;
  -ms-transform: rotate(-18deg);
  -webkit-transform: rotate(-18deg);
  transform: rotate(-18deg);
}

.csi-header04 .csi-nav{
  border: none;
  padding-top:2%;
  padding-left: 15%;
}

.csi-hero .carousel .carousel-item{
  background-color: #012f61;
}

.csi-header04{
  position: absolute;
  z-index: 99;
  width: 100%;
  background: transparent;
  padding: 0;
}

.overlay{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #012f61;
  opacity: .8;
}

.home-page .csi-hero .carousel-caption{

  bottom: 50%;
  padding: 0 15%;
  left: 0;
  text-align: left;
  max-width: 55%;
	margin-left: 15%;
	bottom: 40%;
	padding: 0;
}

.csi-hero a, .csi-header .online-banking-modal button{
  padding: .75em 1.75em;
  line-height: normal;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
  border: 1px solid transparent;
  cursor: pointer;
  color: #fff;
  background-color: #5A8028;
  border: 1px solid #5A8028;
}
.csi-header .online-banking-modal button:hover,
.csi-header .online-banking-modal button:focus{
  color: #fff;
}

#IBModal{
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,47,96,.80);
  cursor: pointer;
  z-index: 9999;
}



.csi-header .online-banking-modal button:focus,
.csi-header .online-banking-modal button:hover,
.csi-hero a:focus,
.csi-hero a:hover{
  background-color: transparent;
  text-decoration: underline;
}

#csiMenuWrapper button.toggle{
  background-color: #007C8A;
  color: white;
}
/* End Hero Slider */

/* Home Body Style */
.home-header{
  padding: 5% 10% 0 10%;
}
.home-header img{
  max-width: 100%;
  height: auto;
}

.home-cards .home-card-image, .home-cards .home-card-body{
  float:left;
  position: relative;
}

.home-cards .home-card-body{
  padding-left: 5%;
  width: 60%;
}

.home-cards .home-card-image{
  width: 40%;
}

.home-cards .card-single{
  padding: 2% 0 2% 0;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.home-cards .card-single::after {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  opacity: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.home-cards .card-single:hover {
  box-shadow: 0 0 21px rgba(0,0,0,0.25);
}

.home-cards .card-single:hover::after {
    opacity: 1;
}

.home-cards{
  padding: 0 10% 10% 10%;
}
/* End Home Body Style */

.csi-logo, .csi-nav{
  float: left;
  position: relative;
}

#csiMenuWrapper, .online-banking-modal{
  float: left;
}

.carousel-indicators li{
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid white;
  font-size: 1.125rem;
  margin: 0 .5em 0 0;
  opacity: 1;
}

.carousel-indicators li.active{
  background-color: white;
}

.home .csi-hero .carousel-indicators{
  bottom: 30%;
  right: 50%;
  justify-content: left;
}

.services-section{
  position: relative;
}

.services-section .blue{
  background-color: #0390a1;
  float: left;
  position: relative;
  left: 0px;
  padding: 8rem 0;
  text-align: center;
}

.services-section .purple{
  background-color: #6f2a83;
  float: left;
  position: relative;
  right: 0px;
  padding: 8rem 0;
  text-align: center;
}

.blue .blue-inside h3, .purple .purple-inside h3{
  padding: 3%;
  font-size: 1.575rem;
  color: white;
}

.blue .blue-inside a, .purple .purple-inside a{
  color: white;
  text-decoration: none;
  padding: .75em 1.75em;
  font-weight: bold;
}
.blue .blue-inside a{
  background-color: #00606b;
}
.purple .purple-inside a{
  background-color: #491c57;
}


.fixed-image{
  height: 650px;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 0% 100%);
  background: url(https://axiombanking.csidesignpro.com/wp-content/uploads/sites/227/consumer-credit-card.jpg) center no-repeat;
  background-size: cover;
  position: relative;
}

.fixed-image .image-heading{
  color: white;
  float: right;
  text-align: right;
  padding-top: 10%;
  padding-right: 15%;
}

.fixed-image .image-heading h2{
  color: white;
}

.fixed-image .image-heading a{
  text-decoration: none;
  border: 1px solid #002f60;
  background-color: #002f60;
  padding: .75em 1.75em;
  color: white;
}

.fixed-image .image-heading a:hover,
.fixed-image .image-heading a:focus{
  background-color: transparent;
  text-decoration: underline;
}

.home-page .services-section .top-green{
  z-index: 100;
  left: 0;
  position: absolute;
  content: '';
  top: -102px;
  background-size: 100% 100%;
  width: 70%;
}

.home-page .services-section .top-green svg{
    width: 100%;
}

.home-page .services-section .top-purple{
  position: absolute;
  top: -63px;
  z-index: 99;
  right: 0;
  background-size: 100% 100%;
  width: 30%;
}

.home-page .services-section .top-purple svg{
  width: 100%;
}

.home-page .services-section .bottom-green{
  width: 70%;
  z-index: 99;
  position: absolute;
  content: '';
  bottom: -100px;
  background-size: 100% 100%;
  right: 0;
}

.home-page .services-section .bottom-green svg{
  width: 100%;
}

.home-page .services-section .bottom-blue{
  width: 30%;
  z-index: 100;
  bottom: -61px;
  float: left;
  position: absolute;
  background-size: 100% 100%;
}

.home-page .services-section .bottom-blue svg{
  width: 100%;
}


.section-community{
  text-align: center;
}

.section-community .section-left{
  text-align: left;
  padding: 5% 0 0 20%;
}

.section-community .section-left h2,
.section-community .section-left h1,
.section-community .section-left h3{
  color: #5A8028!important;
}

.section-community .deco-img{
  transform: translateY(-16%);
}

.section-community .image-text{
  position: absolute;
  top: 7%;
  left: 25%;
  color: white;
  width: 325px;
}

.image-text .csi-btn:hover, .image-text .csi-btn:focus{
  color: #fff;
  border: 1px solid #fff;
}

.section-community .image-text p{
  color: white;
  text-align: left;
}
.section-community .image-text h2{
  color: #fff;
  text-align: left;
}

.section-community .image-text img:nth-child(1){
  width: auto;
  height: auto;

}

.section-community .image-text img{
  width: 45%;
  height: auto;
  float: left;
  margin-right: 15px;
}

.section-community .image-text hr{
  border-top: 1px solid #fff;
}

.section-community .image-text a{
  padding: .6rem 1rem;
  float: left;
}

.accordion iframe{
  width: 500px!important;
  height: 300px!important;
}

.imgLeft{
  margin-right: 5%;
  float: left;
}
#IBModal a.csi-btn{
  width: 100%;
}
#IBModal button.close{
  position: absolute;
  width: 25px;
  height: 25px;
  top: 2px;
  right: 20px;
  color: #002f60;
}
#IBModal .close:not(:disabled):not(.disabled):focus, #IBModal .close:not(:disabled):not(.disabled):hover{
  opacity: 1;
}
#IBModal .modal-body{
  padding: 30px 30px 15px 30px;
}
.modal-content{
  margin-top: 100px;
}

.modal-dialog{
  max-width: 25rem;
}

.modal-img, .modal-bio{
  float: left;
}

.modal-bio{
  overflow: scroll;
  max-height: 500px;
}

.hidden-section{
  display: none;
}

.fadeInLeft{
  visibility: hidden;
}

.fadeInRight{
  visibility: hidden;
}

.fadeInUp{
  visibility: hidden;
}

.fadeInDown{
  visibility: hidden;
}

/*
==============================================
slideLeft
==============================================
*/


.slideLeft{
	animation-name: slideLeft;
	-webkit-animation-name: slideLeft;

	animation-duration: 2s;
	-webkit-animation-duration: 2s;

	animation-timing-function: ease-in-out;
	-webkit-animation-timing-function: ease-in-out;

	visibility: visible !important;
}

@keyframes slideLeft {
	0% {
		transform: translateX(150%);
	}
	100% {
		transform: translateX(0%);
	}
}

@-webkit-keyframes slideLeft {
	0% {
		-webkit-transform: translateX(150%);
	}
	100% {
		-webkit-transform: translateX(0%);
	}
}



/*
==============================================
slideRight
==============================================
*/


.slideRight{
	animation-name: slideRight;
	-webkit-animation-name: slideRight;

	animation-duration: 2s;
	-webkit-animation-duration: 2s;

	animation-timing-function: ease-in-out;
	-webkit-animation-timing-function: ease-in-out;

	visibility: visible !important;
}

@keyframes slideRight {
	0% {
		transform: translateX(-150%);
	}
	100% {
		transform: translateX(0%);
	}
}

@-webkit-keyframes slideRight {
	0% {
		-webkit-transform: translateX(-150%);
	}
	100% {
		-webkit-transform: translateX(0%);
	}
}

/*
==============================================
slideUp
==============================================
*/


.slideUp{
	animation-name: slideUp;
	-webkit-animation-name: slideUp;

	animation-duration: 2s;
	-webkit-animation-duration: 2s;

	animation-timing-function: ease;
	-webkit-animation-timing-function: ease;

	visibility: visible !important;
}

@keyframes slideUp {
	0% {
		transform: translateY(100%);
	}
	100% {
		transform: translateY(0%);
	}
}

@-webkit-keyframes slideUp {
	0% {
		-webkit-transform: translateY(100%);
	}
	100% {
		-webkit-transform: translateY(0%);
	}
}

/*
==============================================
slideDown
==============================================
*/


.slideDown{
	animation-name: slideDown;
	-webkit-animation-name: slideDown;

	animation-duration: 2s;
	-webkit-animation-duration: 2s;

	animation-timing-function: ease;
	-webkit-animation-timing-function: ease;

	visibility: visible !important;
}

@keyframes slideDown {
	0% {
		transform: translateY(-100%);
	}
	100% {
		transform: translateY(0%);
	}
}

@-webkit-keyframes slideDown {
	0% {
		-webkit-transform: translateY(-100%);
	}
	100% {
		-webkit-transform: translateY(0%);
	}
}

.location-finder .searched-marker-box {
  padding-left: 50px;
}
