/*
Theme Name: 0414 - Mountain Valley Bank - v2
Theme URI: http://csibankanytime.com/
Author: CSI
Description: Design Pro 3 CSI Banking Theme
Version: 2.4.0
Text Domain: design-pro-3
*/
/* TYPOGRAPHY
-------------------------------------------------------------------------------------- */
body,
html {
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: open-sans, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: abril-display, serif;
  color: #2F2F2F;
  font-weight: 900;
}

h1, h2, h3, h4 {
  line-height: 1.2;
}

p,
ul,
dl,
ol {
  color: #2F2F2F;
}

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

.csi-btn,
.btn-primary {
  background: #1C7A3E;
  border: 1px solid #1C7A3E;
  color: #fff;
}

.csi-btn:hover,
.csi-btn:focus,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background: #fff !important;
  color: #2F2F2F;
  border: 1px solid #1C7A3E !important;
}

/* GENERAL STYLES
-------------------------------------------------------------------------------------- */
.csi-logo {
  width: 400px;
}

.csi-banner-5 > .container-fluid {
  background: #1C7A3E;
}

.csi-nav a {
  font-weight: 500;
}

#csiMenuWrapper .toggle-inner .toggle-text, 
#csiMenuWrapper-secondary .toggle-inner .toggle-text {
  color: #fff;
}

#csiMenuWrapper .nav-toggle svg, 
#csiMenuWrapper-secondary .nav-toggle svg {
  fill: #fff;
}

footer {
  background: #1C7A3E;
}

footer a:hover,
footer a:focus {
  color: #fff;
  font-weight: 600;
}


/* INTERNAL PAGE STYLES
-------------------------------------------------------------------------------------- */
.head {
  border: 1px solid #1C7A3E;
  width: 100%;
  padding: 25px;
  border-radius: .25rem;
}

.head:hover,
.head:focus,
.panel-heading:hover,
.panel-heading:focus {
  background: #1C7A3E;
}

.head:hover h5,
.head:focus h5,
.panel-heading:hover h5,
.panel-heading:focus h5 {
  color: #fff;
}

.inside-panel-group {
  margin-bottom: 20px;
}

.panel-body {
  border: 1px solid #1C7A3E;
  padding: 25px;
  border-radius: .25rem;
}

.panel-body .csi-btn {
  padding: .375rem .75rem !important;
  border-radius: .25rem;
}

.panel-heading {
  border: 1px solid #1C7A3E;
  border-radius: .25rem;
  padding: 25px;
  text-decoration: none;
  display: block;
}

.csi-defaultAccordion .panel-body {
  border-right: 1px solid #1C7A3E;
  border-bottom: 1px solid #1C7A3E;
  border-left: 1px solid #1C7A3E;
}

.csi-defaultAccordion a {
  border: none;
  border-radius: .25rem;
  padding: 0;
}

.csi-productAccordion {
  margin: 10px 0;
}

.csi-productAccordion .panel-heading {
  padding: 0;
}

.csi-productAccordion h5.panel-title {
  color: #2F2F2F;
}

.csi-productAccordion .panel-heading:hover,
.csi-productAccordion .panel-heading:focus {
  background: transparent;
}

.csi-productAccordion .panel-body, 
.csi-productAccordion .panel-heading {
  border-radius: .25rem;
  border: 1px solid #1C7A3E;
}

.card,
.tab-pane,
.nav-tabs,
.nav-tabs .nav-item.show .nav-link, 
.nav-tabs .nav-link.active {
  border-color: #1C7A3E;
}

.nav-link.active:hover,
.nav-link.active:focus {
  color: #fff;
}

.nav-tabs .nav-link:focus, 
.nav-tabs .nav-link:hover {
  background: #1C7A3E;
  color: #fff;
}

.calc-body .nav a {
  border: 1px solid #1C7A3E;
  border-bottom: 0px;
}


/*/////////// FORM RECOLOR \\\\\\\\\\\\\\*/

input#gform_submit_button_1 {
    background: #0A7A3E;
}

button.add_list_item::before {
    background-color: #0A7A3E;
    border-radius: 10px;
}

button.delete_list_item {
    background-color: #0A7A3E;
    border-radius: 10px;
}

.csi-articleContent img.alignnone.img-fluid {
    margin-bottom: 10px;
}

.table-hover>tbody>tr:hover, .table-striped>tbody>tr:nth-of-type(odd):hover {
  background: #999 !important;
}