:root {	
    scroll-behavior: initial;	
}	



* {	
    margin: 0;	
    padding: 0;	
    text-decoration: none;	
    list-style: none;	
}	

.wpsl-more-info-listings h3 {
	color: #71A087;
  font-size: 22px;
	font-weight: 700;
	font-family: trade-gothic-next, sans-serif;
	padding: 10px 0 0;
}

.wpsl-more-info-listings h4 {
	color: #71A087;
  font-size: 18px;
	font-weight: 700;
	font-family: trade-gothic-next, sans-serif;
	padding-top: 10px;
}

.header-midd a.login {
	background-color: #A9CBB2;
	color: #012D20;
	transition: all 0.5s;
}

.header-midd a.login:hover {
	background-color: #A9CBB2;
	color: #012D20;
		text-decoration: underline;
}

.learnBtn, body .wp-block-button__link, body .wpcf7-submit, .footer-news .wpcf7 form .wpcf7-submit, .btn-main-green {
	background-color: #A9CBB2 !important;
	color: #012D20 !important;
	transition: all 0.5s;
	border: none !important;
}

.learnBtn:hover, body .wp-block-button__link:hover, body .wpcf7-submit:hover, .footer-news .wpcf7 form .wpcf7-submit:hover, .btn-main-green:hover {
	background-color: #A9CBB2 !important;
	color: #012D20 !important;
	text-decoration: underline;
}

.news_detail_sec .contentblock ul {
  list-style: disc;
  margin: 0 0 0 15px;
}

.news_detail_sec .contentblock ul li {
  list-style: disc;
  display: list-item;
}

.break-column {
height: 300px;
  padding-bottom: 300px;
}

.full-width {
  column-span: all; /* Standard property */
  -webkit-column-span: all; /* Webkit browsers */
  -moz-column-span: all; /* Firefox */
}

b {
	font-weight: bold;
}

.stacked_buttons {
	margin-bottom: 10px;
}

a:hover,	
a:focus,	
a:active {	
    text-decoration: none;	
}	
ol,	
ul {	
    margin: 0;	
    padding: 0;	
}	
img {	
    display: block;	
}	
a {	
    transition: 0.4s linear;	
    -webkit-transition: 0.4s linear;	
    text-decoration: none;	
}	
body {	
    font-family: "Montserrat", sans-serif;	
    font-size: 14px;	
    font-weight: 400;	
    color: #000;	
    text-decoration: none;	
}	
/* ***** End Common Css **** */

/* **** Video Resources Page **** */
.wrapper{
    max-width: 1170px;
    margin: 0 auto;
}
.vdeo-resources-wrp *{
    box-sizing: border-box;
}
.vdeo-resources-wrp{
    padding: 70px 0;
    position: relative;
}
.filter-row{
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}
.filter-btnbx{
    position: relative;
    display: flex;
}

.inner-banner-bar .inner .smaller {
	font-size: 13px;
	line-height: 1.4;
}

.clearbtn{
    padding: 10px 15px;
    background: #F0F0F0;
    font-size: 16px;
    font-weight: normal;
    color:#6B6A6A;
    margin-right: 15px;
    line-height: 30px;
    opacity: 0;
    visibility: hidden;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.clearbtn i{
    margin-right: 5px;
    color: #71A087;
	font-weight:700;
}
.clearbtn:hover{
    background: #6B6A6A;
    color: #fff;
}
.clearbtn:hover i{
    color: #fff;
}
.clearbtn.show{
    opacity: 1;
    visibility: visible;
}
.filterbtn{
    padding: 12px 30px 12px 26px;
    background: #fff;
    border: 1px solid #045841;
    color: #045841;
    display: block;
    font-size: 18px;
    font-weight: bold;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.filterbtn:hover{
    background: #045841;
    color: #fff;
}
.filterbtn i{
    margin-right: 5px;
	font-weight: 800;
}
.filter-drop{
    position: absolute;
    top: 100%;
    right: 0;
    background: #fff;
    border: 1px solid #71A087;
    box-shadow: 0 3px 6px rgba(0, 0, 0,0.16);
    border-radius: 0;
    padding: 25px 30px;
    min-width: 320px;
    max-width: 320px;
    width: 100%;
    transition: .4s linear;
    -webkit-transition: .4s linear;
    opacity: 0;
    visibility: hidden;
    z-index: 55;
}
.filter-drop.show{
    opacity: 1;
    visibility: visible;
}
.filter-drop ul li{
    margin: 0 0 15px;
}
.filter-drop ul li:last-child{
    margin: 0;
}
.filter-drop ul li [type="radio"]:checked,
.filter-drop ul li [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.filter-drop ul li [type="radio"]:checked + label,
.filter-drop ul li [type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    line-height: 24px;
    font-size: 16px;
    font-weight: normal;
    display: inline-block;
    color: #6B6A6A;
}
.filter-drop ul li [type="radio"]:checked + label:before,
.filter-drop ul li [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height:20px;
    border: 1px solid #71A087;
    border-radius: 100%;
    background: #fff;
}
.filter-drop ul li [type="radio"]:checked + label:after,
.filter-drop ul li [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 20px;
    height: 20px;
    background: #045841;
    position: absolute;
    top:1px;
    left: 1px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.filter-drop ul li [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.filter-drop ul li [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.resources-block{
    padding: 35px 50px 65px;
    background: #F0F0F0;
    position: relative;
    margin: 100px 0 100px;
}
.video-title{
    margin: -85px 0 45px;
    width: 630px;
    height: 120px;
    background: url('https://web.archive.org/web/20260116193605im_/https://www.pinnaclebank.com/wp-content/themes/pinnacle/assets/images/titleshp.png') 0 0 no-repeat;
    background-size: 100% 100%;
    padding: 10px 30px;
    display: flex;
    align-items: center;
}
.video-title h2{
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    margin: 0;
    max-width: 550px;
    padding: 0;
    position: relative;
    z-index: 5;
}
.video-sliders{
    position: relative;
}
.video-block{
    background: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    transition: .4s linear;
    -webkit-transition: .4s linear;
    margin: 10px;
}
.video-block:hover{
    background: #71A087;
}
.video-img{
    position: relative;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.video-img:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #045841;
    opacity: 0.55;
    top: 0;
    left: 0;
    mix-blend-mode: multiply;
    opacity: 0;
    visibility: hidden;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.video-block:hover .video-img:before{
    opacity: 1;
    visibility: visible;
}
.video-img img{
    width: 100%;
}
a.video_thumb{
    padding: 70px 0 0 0;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    color: #fff;
    background: url('https://web.archive.org/web/20260116193605im_/https://www.pinnaclebank.com/wp-content/themes/pinnacle/assets/images/video_img.png') no-repeat;
    background-position: center top;
    background-size:70px;
    letter-spacing: 0.72px;
}
.video-data{
    padding: 25px 35px;
min-height: 153px;
}
.video-data h3{
    font-size: 24px;
    font-weight: 500;
    color: #035642;
    text-align:center;
    margin: 0 0 15px;
    min-height: 60px;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.video-data p{
    font-size: 18px;
    font-weight: normal;
    color: #6B6A6A;
    text-align: center;
    margin: 0;
    line-height: 26px;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.video-block:hover .video-data h3,
.video-block:hover .video-data p{
    color: #fff;
}

.video-sliders.owl-theme .owl-nav{
    margin: 0;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.video-sliders.owl-theme  .owl-nav button.owl-next span, .video-sliders.owl-theme  .owl-nav button.owl-prev span{
    width: 50px;
    height: 50px;
    line-height:42px;
    display: block;
    background: #71A087;
    border-radius: 50%;
    font-size:42px;
    color: #fff;
    text-align: center;
    position: absolute;
    right:-45px;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.video-sliders.owl-theme .owl-nav button.owl-prev span {
  right: auto;
  left: -72px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.video-sliders.owl-theme .owl-nav button.owl-next span {
  right: auto;
  right: -74px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.video-sliders.owl-theme  .owl-nav button.owl-next span:hover, .video-sliders.owl-theme  .owl-nav button.owl-prev span:hover{
    background: #035642;
    color: #fff;
}


.filter-wrapper{
    padding: 35px 50px 15px;
}
.filtered-cate-wrp .row{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.filtered-cate-wrp .row .col-md-4{
    width: 33.33%;
    padding: 0 15px;
}
.filtered-cate-wrp .row .col-md-4 .video-block{
    margin: 0 0 50px;
}
/* **** End Video Resources Page **** */

/* **** New Sec **** */
article.money_market_bar.get_started_bar{
	margin:0;
}

.closeBtn {
	position: absolute;
top: 5px;
right: 10px;
cursor: pointer;
}

.a2a_button_sms {
	visibility: hidden;
}

.birthday-banner-bar{
	position: relative;
	margin:0 0 5px;
}
.birthday-banner-bar .banner-block{
	position: relative;
}
.birthday-banner-bar .wrapper2 .row{
	display: flex;
	align-items: center;
}
.birthday-banner-bar .wrapper2 .col-md-6{
	padding: 0 10px;
	width: 50%;
}
.birthday-banner-bar .banner-block:before {
    content: '';
    width: 50%;
    height: 100%;
    background: rgba(2,84,66,1);
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
    position: absolute;
    left: 0%;
    top: 0;
    z-index: 5;
}
.birthday-banner-bar .banner-block .banner-info {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	z-index: 9;
}
.birthday-banner-bar .banner-block .banner-info h6{
	font-weight: bold;
	font-size: 18px;
	letter-spacing: 0.1em;
	text-align: left;
	color: #fff;
	opacity: 0.7;
	margin: 0 0 25px;
	text-transform: uppercase;
}
.birthday-banner-bar .banner-block .banner-info h2{
	font-weight: bold;
	font-size: 45px;
	line-height: 45px;
	text-align: left;
	color: #fff;
	margin: 0;
	padding: 0;
}
.birthday-banner-bar .banner-block .banner-info h2 span{
	color: #71a087;
	display: flex;
	align-items: center;
	font-size: 35px;
}
.play-btn {
    width: 100%;
    text-align: center;
}
.play-btn a{
    padding: 90px 0 0 0;
    display: inline-block;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    color: #fff;
   background: url("https://web.archive.org/web/20260116193605im_/https://www.pinnaclebank.com/wp-content/themes/pinnacle/assets/images/video_img.png") no-repeat;
    background-position: center top;
    letter-spacing: 0.72px;
}
.birthday-banner-bar .banner-img{
	width: 60%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	margin-left: auto;
	position: relative;
}
.birthday-banner-bar .banner-img:before{
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	background: #000;
	opacity: 0.33;
	top: 0;
	right: 0;
	bottom: 0;
}
.birthday-banner-bar .banner-img img{
	margin-left: auto;
	margin-right: 0;
	display: table;
	width: 100%;
}

.spots-wrp{
	padding: 100px 0;
}
.spots-wrp .titlebar h2{
	font-weight: bold;
	font-size: 35px;
	text-align: center;
	color: #015841;
	margin: 0 0 35px;
	padding: 0;
}
.spots-wrp .container{
	max-width: 1256px;
	padding: 0 20px;
	margin: 0 auto;
}
.spots-wrp .row{
	margin: 0 -20px;
	display: flex;
	flex-wrap: wrap;
}
.spots-wrp .row .col-md-4{
	width: 33.33%;
	padding: 0 20px;
}
.spots-wrp .spots-box{
	position: relative;
}
.spots-wrp .spots-box img{
	width: 100%;
}
.spots-wrp .spots-box:before{
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #000;
	opacity: 0.33;
}
.spots-wrp .spots-box .play-btn{
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	text-align: center;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.what_would_bar .itembox .text h3 {
  min-height: 104px;
}

.what_would_bar .itembox .text p {
  min-height: 257px;
}


/* **** responsive **** */
@media(min-width:1400px){
	.play-btn {text-align: right;}
}
@media(min-width:768px) and (max-width:991px){
	.birthday-banner-bar .banner-block .banner-info h2{font-size:32px;line-height:40px;}
	.birthday-banner-bar .banner-block .banner-info h2 span{font-size: 18px;}

	.spots-wrp{padding: 50px 0;}
	.spots-wrp .row{margin: 0 -10px;}
	.spots-wrp .row .col-md-4{padding: 0 10px;}
    .filtered-cate-wrp .row .col-md-4{width:50%;}
}

@media(min-width:576px) and (max-width:767px){
	.birthday-banner-bar .banner-block .banner-info h2{font-size:26px;line-height:30px;}
	.birthday-banner-bar .banner-block .banner-info h2 span{font-size: 18px;}

	.spots-wrp{padding: 50px 0;}
	.spots-wrp .row .col-md-4{width: 100%;}
	.spots-wrp .spots-box{margin: 0 0 20px;}
    .filtered-cate-wrp .row .col-md-4{width: 100%;}
}

@media(min-width:448px) and (max-width:575px){
	.birthday-banner-bar .wrapper2 .row{display: block;}
	.birthday-banner-bar .wrapper2 .row .col-md-6{width: 100%;}
	.birthday-banner-bar .banner-block{padding: 150px 0 0;}
	.birthday-banner-bar .banner-block:before{width: 100%;clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);height: 200px;}
	.birthday-banner-bar .banner-block .banner-info{top: 0;left: 0;right: 0;text-align: center;transform: unset;padding: 60px 0 0;}
	.birthday-banner-bar .banner-block .banner-info h6{text-align: center;}
	.birthday-banner-bar .banner-block .banner-info h2{font-size:26px;line-height:30px; text-align: center;margin: 0 0 60px;}
	.birthday-banner-bar .banner-block .banner-info h2 span{font-size: 18px;text-align: center;display: block;}
	.birthday-banner-bar .banner-img{width: 100%;left: 0;position: relative;}
	.birthday-banner-bar .banner-img img{height: 250px;object-fit: cover;}

	.spots-wrp{padding: 50px 0;}
	.spots-wrp .row .col-md-4{width: 100%;}
	.spots-wrp .spots-box{margin: 0 0 20px;}
    .filtered-cate-wrp .row .col-md-4{width: 100%;}
}

@media(max-width:447px){
	.birthday-banner-bar .wrapper2 .row{display: block;}
	.birthday-banner-bar .wrapper2 .row .col-md-6{width: 100%;}
	.birthday-banner-bar .banner-block{padding: 150px 0 0;}
	.birthday-banner-bar .banner-block:before{width: 100%;clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);height: 200px;}
	.birthday-banner-bar .banner-block .banner-info{top: 0;left: 0;right: 0;text-align: center;transform: unset;padding: 60px 0 0;}
	.birthday-banner-bar .banner-block .banner-info h6{text-align: center;}
	.birthday-banner-bar .banner-block .banner-info h2{font-size:26px;line-height:30px; text-align: center;margin: 0 0 60px;}
	.birthday-banner-bar .banner-block .banner-info h2 span{font-size: 18px;text-align: center;display: block;}
	.birthday-banner-bar .banner-img{width: 100%;left: 0;position: relative;}
	.birthday-banner-bar .banner-img img{height: 250px;object-fit: cover;}

	.spots-wrp{padding: 50px 0;}
	.spots-wrp .row .col-md-4{width: 100%;}
	.spots-wrp .spots-box{margin: 0 0 20px;}
    .filtered-cate-wrp .row .col-md-4{width: 100%;}
}
/* **** End New Sec **** */

/*19-04-2023*/
/* .home-buyer-inner {
	background: #fff;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
} */

.news_detail_sec p, .news_detail_sec li {
  font-family: "myriad-pro", sans-serif;
}

.home-buyer-main .news_sec {
	padding: 0;
	background-color:#f0f0f0;
	box-shadow: none;
	margin: 0;
}

.home-buyer-main .news_sec .news_col {
	padding: 0;
/* 	margin: 0 11px; */
	width: calc(31.33% - 16px);
	margin: 20px 11px 0 11px;
}	

.home-buyer-main .news_sec .news_col img {
	width: 100%;
    transition: all .3s;
    -webkit-transition: .3s;
}

.home-buyer-block {
	padding: 25px 32px 50px;
}

/* .home-buyer-block > a, */
.home-buyer-block h2 {
	text-decoration: none;
    font-family: 'TradeGothicBold';
    font-weight: 400;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    color: #035642;
    padding: 0;
	padding-bottom: 10px;
	text-decoration: none;
	min-height: 85px;
}

.home-buyer-block span {
	font-family: 'TradeGothicBold';
	font-size: 20px;
	text-align: center;
	color: #035642;
	opacity: 0.7;
	display: block;
}

.home-buyer-block p {
	font-family: trade-gothic-next,sans-serif;
	font-size: 16px;
	letter-spacing: 0.1em;
	text-align: center;
	color: #707070;
	padding: 0;
}

.home-buyer-location p {
	max-width: 253px;
}

.home-buyer-main .news_sec .news_col .pic {
    width: auto;
    display: block;
    margin: 0 -15px 15px;
    overflow: hidden;
}

.home-buyer-main .news_sec .news_col:after {
	display: none;
}

.home-buyer-block .detail strong {
	font-family: trade-gothic-next,sans-serif;
    letter-spacing: 0.3px;
	font-weight: normal;
	font-size: 16px;
	text-align: center;
	color: #707070;
}

.home-buyer-block .detail {
	margin: 24px 0;
	min-height: 58px;
}

.home-buyer-wrp {
	background-color:#f0f0f0;
	padding: 94px 0;
}

.home-buyer-pg .inner-banner-bar:after {
	display: none;
}

.home-buyer-pg .inner-banner-bar {
	margin-bottom: 0;
}

.home-buyer-wrp .wrapper2 {
	max-width: 1240px;
}

.home-buyer-main .news_sec #oldlist {
	justify-content: center;
}

.home-buyer-location img {
	width: 15px !important;
	height: 15px;
	margin-right: 7px;
	margin-top: 5px;
}

.home-buyer-location {
	display: flex;
    /* align-items: center; */
    justify-content: center;
	align-items: center;
min-height: 85px;
}

/*education page*/

.education-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 70px 0 99px 0;
    position: relative;
    z-index: 99;
}

.education-main .title h3 {
	font-family: trade-gothic-next,sans-serif;
	font-weight: bold;
	font-size: 35px;
	text-align: left;
	color: #095642;
}

.education-main .title span {
	font-family: trade-gothic-next,sans-serif;
	font-weight: 300;
	font-size: 18px;
	letter-spacing: 0.1em;
	text-align: left;
	color: #707070;
	display: block;
	padding: 14px 0 12px 0;
}

.edu-top .location {
	max-width: 282px;
	align-items: flex-start;
}

.edu-top .location img {
	margin-top: 5px;
}

.share-edu,
.edu-top .location {
	display: flex;
	/* align-items: center; */
}

.social-icon-dtl {
	margin: 34px 0 102px 0;
}

.share-edu {
	margin-bottom: 10px;
/* 	margin: 34px 0 102px 0; */
	align-items: baseline;
}

.share-edu img {
	padding-right: 5px;
	width: 20px;
}

.share-edu p {
	color: #71a087;
	padding: 0;
}

.edu-bottom .title {
	padding-bottom: 45px;
}

.edu-top .location img {
	padding-right: 10px;
}

.edu-top .location p {
	padding: 0;
	font-family: trade-gothic-next,sans-serif;
	font-weight: 300;
	font-size: 18px;
	letter-spacing: 0.1em;
	text-align: left;
	color: #707070;
}

.edu-form .form-group {
	display: flex;
	flex-direction: column;
	max-width: 379px;
	padding-bottom: 28px;
}

.edu-form .form-group label {
	font-size: 16px;
	line-height: 18px;
	color: #999899;
}

.edu-form .form-group .form-control {
	background: rgba(255, 255, 255, 0.78);
	border: 1px solid rgba(153, 152, 153, 0.72);
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	padding: 10px 10px;
}

.edu-form .form-group .learnBtn {
	max-width: 188px;
	border: none;
}

.education-left {
	width: 50%;
}

.education-right {
    width: 50%;
    position: relative;
    padding: 0 0 0 60px;
}

.education-wrp {
	position: relative;
}

.education-wrp::after {
    content: "";
    position: absolute;
    /* width: 6000px; */
    top: 0;
    right: 0;
    height: 100%;
    background: #fcfcfc;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    z-index: 1;
    width: 52%;
}

.education-right .edu-block {
	display: flex;
	align-items: center;
	padding: 0 0 39px 0;
}

.education-right .edu-block img {
	width: 99px;
	height: 99px;
	object-fit: cover;
	object-position: top;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.edu-block .detail {
	padding-left: 22px;
}

.edu-block .detail span {
	display: block;
	font-family: trade-gothic-next,sans-serif;
	font-weight: bold;
	font-size: 18px;
	text-align: left;
	color: #71a087;
}

.edu-block .detail ul li {
	font-family: trade-gothic-next,sans-serif;
	font-weight: 400;
	font-size: 16px;
	text-align: left;
	color: #707070;
	display: flex;
	align-items: center;
}

.edu-block .detail ul li p {
	padding: 0;
}

.edu-block .detail ul li a {
	color: #707070;
	padding: 0 4px;
}

.edu-block .detail ul li a:hover {
	color: #71a087;
}

.edu-about-list span {
	display: block;
	font-family: trade-gothic-next,sans-serif;
	font-weight: bold;
	font-size: 20px;
	text-align: left;
	color: #71a087;
	padding: 5px 0;
}

.edu-about-list p,
.edu-about-list ul li {
	font-family: trade-gothic-next,sans-serif;
	font-weight: 300;
	font-size: 18px;
	line-height: 31px;
	text-align: left;
	color: #707070;
	list-style: disc;
	padding-bottom: 12px;
}

.edu-about-list ul {
		margin: 0 0 0 15px;
	}

.edu-about {
	padding-top: 35px;
}

.education-right .title {
	padding: 0 0 25px 0;
}

.home-buyer-inner-pg .banner-bar {
	border-bottom: none;
}

/*education page*/

/*mortage page*/
.classes-event-wrp {
	background: #42748d;
	border: 1px solid #707070;
	filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
	max-width: 1070px;
	width: 100%;
	margin: -20px auto 220px auto;
	padding: 102px 0 60px 0;
}

.classes-event-main {
	max-width: 636px;
	margin: 0 auto;
}

.classes-event-main {
	text-align: center;
}

.classes-event-main .title h2 {
	font-family: 'TradeGothic';
    font-weight: 500;
	font-size: 48px;
	line-height: 50px;
	color: #fff;
	padding: 0;
}

.classes-event-main .title p {
	font-size: 18px;
	line-height: 31px;
	color: #fff;
	padding: 16px 0 50px 0;
}
/*mortage page*/

@media(min-width:1300px) and (max-width:1399px) {
	.classes-event-wrp {    max-width: 1020px;}
}

@media(min-width:1200px) and (max-width:1299px) {
	.classes-event-wrp {max-width: 1020px;}
}

@media(min-width:1024px) and (max-width:1036px) {
	.logo:after {right: 29px;}
	.header-bottom ul li a {width: 152px;}
}

@media(min-width:992px) and (max-width:1199px) {
	.home-buyer-block { padding: 20px 22px 30px; }
	
	.classes-event-wrp {max-width: 928px;}


	.video-title{width: 480px;height: 80px;}	
    .video-title h2{font-size: 22px;line-height: 28px;}	
    .video-sliders.owl-theme  .owl-nav button.owl-next span, .video-sliders.owl-theme  .owl-nav button.owl-prev span{	
        right:-10px;	
        width: 45px;	
        height: 45px;	
        line-height: 40px;	
        font-size: 24px;	
    }	
    .video-sliders.owl-theme .owl-nav button.owl-prev span{	
        right: auto;	
        left: -10px;	
    }	
    .video-data h3{font-size: 20px;}	
    .video-data p{font-size: 15px;line-height: 22px;}	
    .filter-row{padding: 0 15px;}	
    .filterbtn{padding: 10px 20px;font-size: 15px;line-height: 28px;}	
    .filter-drop{min-width: 280px;max-width: 280px;padding: 15px;}
}

@media(min-width:768px) and (max-width:991px) {
	.home-buyer-block { padding: 20px 22px 30px; }
	.home-buyer-main .news_sec .news_col {width: calc(41.33% - 16px); margin: 10px 11px;}
	.home-buyer-wrp {padding: 84px 0;}

	.header-bottom ul li a { padding: 11px 15px; }
	.header-top ul li a { padding: 4px 11px;}
	.header-bottom ul li a { padding: 15px 12px; }
	.header-bar .inner { padding: 0 0 0 155px; }

	.education-right .edu-block {flex-direction: column;}
	.edu-block .detail {padding: 0;}
	.edu-form .form-group {max-width: 319px; padding-bottom: 18px;}
	.education-right {padding: 0 0 0 40px;}
	.social-icon-dtl { margin: 24px 0 32px 0; }
	.education-wrp::after {width: 50%;}
	.education-right .edu-block {align-items: flex-start;}
	.edu-top .location p {font-size: 16px;}
	.education-main .title span {font-size: 16px;}
	.edu-bottom .title { padding-bottom: 25px; }
	.edu-about { padding-top: 14px; }
	.edu-about-list span { padding: 20px 0; font-size: 18px;}
	.edu-about .title { padding: 0 0 5px 0; }
	.education-main .title h3 {font-size: 30px;}
	.edu-about-list p, .edu-about-list ul li { font-size: 17px; line-height: 22px;}
	.education-main {padding: 60px 0 39px 0;}
	
	.classes-event-wrp {max-width: 710px;margin: 0px auto 130px auto;}

	.video-title{width: 480px;height: 80px;}	
    .video-title h2{font-size: 22px;line-height: 28px;}	
    .video-sliders.owl-theme  .owl-nav button.owl-next span, .video-sliders.owl-theme  .owl-nav button.owl-prev span{	
        right:-10px;	
        width: 35px;	
        height: 35px;	
        line-height: 30px;	
        font-size: 24px;	
    }	
    .video-sliders.owl-theme .owl-nav button.owl-prev span{	
        right: auto;	
        left: -10px;	
    }	
    .video-data h3{font-size: 20px;}	
    .video-data p{font-size: 15px;line-height: 22px;}	
    .filter-row{padding: 0 15px;}	
    .filterbtn{padding: 10px 20px;font-size: 15px;line-height: 28px;}	
    .filter-drop{min-width: 280px;max-width: 280px;padding: 15px;}

}

@media (max-width:767px) {
	
	.page-template-template-mortgage-child .inner-banner-bar .wp-block-buttons {
		display: block;
	}
	
	.page-template-template-mortgage-child .inner-banner-bar .wp-block-buttons .secondary_buttons {
		display: none;
	}
	
	.a2a_button_sms {
	visibility: visible;
}
	
	.page-template-tpl_classes_events .inner-banner-bar .text h2 {
  display: block;
  font-size: 20px;
  padding-left: 20px;
	}
	
	.home-buyer-block { padding: 20px 22px 30px; }
	.home-buyer-main .news_sec .news_col { width: calc(48.33% - 16px); margin: 10px 11px; }
	.home-buyer-main .news_sec #oldlist {width: 100%;margin: 0;}
	.home-buyer-main .news_sec { margin: 0; }
	.home-buyer-wrp {padding: 44px 0;}

	.education-right {padding: 0;}
	.edu-about { padding-top: 0px; }
	.edu-about .title {padding: 0;}
	.edu-about-list span {padding: 10px 0;}
	.social-icon-dtl { margin: 24px 0 62px 0;}
	.edu-bottom .title { padding-bottom: 15px; }
	.education-left {width: 100%;}
	.education-right {width: 100%;}
	.education-wrp::after { top: auto; right: 0; height: 58%; width: 100%; bottom: 0px;display: none; }
	.education-main { padding: 50px 0 29px 0; }
	.share-edu, .edu-top .location {justify-content: center;margin: 0 auto;}
	.education-main .title span {text-align: center;}
	.education-main .title h3 {text-align: center;font-size: 26px;}
	.edu-form .form-group {margin: 0 auto;padding-bottom: 18px;}
	.social-icon-dtl { margin: 14px auto; }
	.education-right .edu-block {justify-content: center;padding: 0 0 29px 0;}
	.edu-about-list span {text-align: center;}
	.edu-about-list p, .edu-about-list ul li {text-align: center;}
	.edu-about-list ul { display: flex; flex-direction: column; align-items: center; }
	.edu-about-list ul li { position: relative; display: inline-block; }
	.edu-about-list ul li::before { content: ""; position: absolute; top: 13px; left: -10px; width: 5px; height: 5px; background: #707070; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; }
	.edu-top .location p {font-size: 16px;text-align: center;}
	.education-main .title span {font-size: 16px;}
	.edu-about-list p, .edu-about-list ul li { font-size: 16px; line-height: 22px;}
	.education-main {padding: 60px 0 39px 0;}
	.edu-form .form-group .learnBtn {width: 100%; max-width: 128px;margin: 0 auto;}
	.share-edu img {width: 26px;}
	.edu-bottom {padding: 0 0 10px 0;}
	.edu-top .location img { padding-right: 0; }
	.education-right .edu-block img {margin-bottom: 5px;}
	.edu-about-list span {font-size: 16px;}
	
		.classes-event-wrp {max-width: 100%;margin: 0px auto 130px auto;    padding: 50px 0 50px 0;}
	.classes-event-main .title p {    padding: 16px 0 30px 0; font-size: 16px;
    line-height: 24px;}
	.classes-event-main {max-width: 546px;}
	.classes-event-main .title h2 {
    font-size: 40px;
		line-height: 42px;}
	.wpcf7 form.invalid .wpcf7-response-output {
		max-width: 100%;
	}
	.wpcf7 form.invalid .wpcf7-response-output {
		text-align: center;
	}
	.social-icon-dtl {
		text-align: center;
	}
	.edu-form .form-group .form-control {width: 100%;}
	.edu-form .form-group {width: 100%;}
	.wpcf7 form.invalid .wpcf7-response-output {margin: 0 auto !important; text-align: center !important;}

	.vdeo-resources-wrp{padding: 45px 0;}	
    .resources-block{padding: 30px 15px;margin: 35px 0;}	
    .video-title{width: 100%;height: auto;padding: 15px;max-width: 100%;margin: 0 0 25px;}	
    .video-title h2{font-size: 18px;line-height: 26px;}	
    .video-sliders.owl-theme  .owl-nav button.owl-next span, .video-sliders.owl-theme  .owl-nav button.owl-prev span{	
        right:-10px;	
        width: 35px;	
        height: 35px;	
        line-height: 30px;	
        font-size: 24px;	
    }	
    .video-sliders.owl-theme .owl-nav button.owl-prev span{	
        right: auto;	
        left: -10px;	
    }	
    .video-data h3{font-size: 20px;}	
    .video-data p{font-size: 15px;line-height: 22px;}	
    .filter-row{padding: 0 15px;}	
    .filterbtn{padding: 10px 20px;font-size: 15px;line-height: 28px;}	
    .filter-drop{min-width: 280px;max-width: 280px;padding: 15px;}
}

@media (max-width:575px) {
	.home-buyer-main .news_sec .news_col { width: 100%; margin: 10px 11px; }
	.home-buyer-block h2 {font-size: 24px; line-height: 30px;}
	.home-buyer-block span {font-size: 16px;}
	.home-buyer-block p {font-size: 15px;line-height: 17px;}
	.home-buyer-block .detail { margin: 14px 0; }
	.home-buyer-block .detail strong { font-size: 15px;line-height: 17px;}
	.home-buyer-block { padding: 10px 18px 20px; }
	.home-buyer-inner .learnBtn { padding: 10px 18px 6px; }

	.education-right .edu-block {flex-direction: column;}
	.edu-block .detail ul li {justify-content: center;font-size: 14px;}
	.edu-block .detail span {text-align: center;}
	.education-wrp::after {height: 68%;}
	.education-main .title span { font-size: 15px; }
	.edu-top .location p { font-size: 15px; }
	.share-edu img { width: 20px; }
	.edu-bottom .title { padding-bottom: 10px; }
	.education-main .title span {padding: 6px 0 0px 0;}
	.education-main {
    padding: 30px 0 39px 0;
}
	
	.classes-event-main .title h2 {
    font-size: 33px;
    line-height: 38px;
}
	.classes-event-main .title {padding: 0 35px;}
	.classes-event-main .title p {
    padding: 6px 0 10px 0;
	}
	.classes-event-wrp {margin: 0px auto 90px auto;}
	.edu-top .location p {max-width: 190px;}
}


.wpcf7 form.invalid .wpcf7-response-output {
	border: none;
	margin: 0;
	padding: 0;
	text-align: left;
	max-width: 379px;
}

/* 25-4-2023 */
.text-start {
    text-align: left !important;
}

.text-end {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

.text-ffffff {
    color: #ffffff !important;
}

.bg-ffffff {
    background: #ffffff !important;
}

.text-000000 {
    color: #000000 !important;
}

.bg-000000 {
    background: #000000 !important;
}

.text-035642 {
    color: #035642 !important;
}

.bg-035642 {
    background: #035642 !important;
}

.text-015841 {
    color: #015841 !important;
}

.bg-015841 {
    background: #015841 !important;
}

.text-095642 {
    color: #095642 !important;
}

.bg-095642 {
    background: #095642 !important;
}

.text-71a087 {
    color: #71a087 !important;
}

.bg-71a087 {
    background: #71a087 !important;
}

.text-707070 {
    color: #707070 !important;
}

.bg-707070 {
    background: #707070 !important;
}

.text-3E3E3E {
    color: #3E3E3E !important;
}

.bg-3E3E3E {
    background: #3E3E3E !important;
}

.text-999899 {
    color: #999899 !important;
}

.bg-999899 {
    background: #999899 !important;
}

.text-343434 {
    color: #343434 !important;
}

.bg-343434 {
    background: #343434 !important;
}

.text-f0f0f0 {
    color: #f0f0f0 !important;
}

.bg-f0f0f0 {
    background: #f0f0f0 !important;
}

.text-fcfcfc {
    color: #fcfcfc !important;
}

.bg-fcfcfc {
    background: #fcfcfc !important;
}

.weight-100 {
    font-weight: 100 !important;
}

.weight-200 {
    font-weight: 200 !important;
}

.weight-300 {
    font-weight: 300 !important;
}

.weight-400 {
    font-weight: 400 !important;
}

.weight-500 {
    font-weight: 500 !important;
}

.weight-600 {
    font-weight: 600 !important;
}

.weight-700 {
    font-weight: 700 !important;
}

.weight-800 {
    font-weight: 800 !important;
}

.weight-900 {
    font-weight: 900 !important;
}

.m-0 {
    margin: 0 !important;
}

.mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.ms-0 {
    margin-left: 0 !important;
}

.me-0 {
    margin-right: 0 !important;
}

.m-auto {
    margin: auto !important;
}

.ms-auto {
    margin-left: auto !important;
}

.me-auto {
    margin-right: auto !important;
}

.mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
}

.ms-auto {
    margin-left: auto !important;
}

.me-auto {
    margin-right: auto !important;
}

.d-none {
    display: none !important;
}

.d-block {
    display: block !important;
}

.fix-width-600 {
    max-width: 600px;
    width: 100%;
}

.fix-width-885 {
    max-width: 885px;
    width: 100%;
}

.fix-width-965 {
    max-width: 965px;
    width: 100%;
}

/* section-main-title */
.section-main-title {
    font-size: 48px;
    line-height: 64px;
    font-weight: 400;
    color: #035642;
    margin-bottom: 30px;
}

.section-main-title * {
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
}
/* section-main-title */

/* extra-small-main-block-title */
.extra-small-main-block-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #035642;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.extra-small-main-block-title * {
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
}
/* extra-small-main-block-title */

/* sub-main-title */
.sub-main-title {
    display: block;
    font-weight: 700 !important;
    font-size: 18px !important;
    line-height: 24px !important;
    color: rgba(113,160,135,0.7);
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 20px;
}
/* sub-main-title */

/* buttons */
.btn-main {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: 'TradeGothic';
    min-width: 215px;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0.04em;
    padding: 13px 35px 9px;
    text-transform: uppercase;
    box-shadow: none;
    border: 1px solid transparent;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.btn-main-simple-green {
    color: #71a087;
    border-color: #71a087;
    background: transparent;
}

.btn-main-simple-green:focus {
    color: #71a087;
    border-color: #71a087;
    background: transparent;
}

.btn-main-simple-green:active:focus,
.btn-main-simple-green:hover {
    color: #ffffff;
    border-color: #71a087;
    background: #71a087;
}

.btn-main-green {
    color: #ffffff;
    border-color: #71a087;
    background: #71a087;
}

.btn-main-green:focus {
    color: #ffffff;
    border-color: #71a087;
    background: #71a087;
}

.btn-main-green:active:focus,
.btn-main-green:hover {
    color: #ffffff;
    border-color: #015841;
    background: #015841;
}
/* buttons */

/* opening-account page */
.personal-checking-account-section {
	padding: 103px 0;
	background: #f0f0f0;
}

.personal-checking-account-section .wrapper {
    max-width: 1298px;
}

.personal-checking-account-section .checking-account-title {
    margin-bottom: 35px;
}

.personal-checking-account-section .checking-account-title .section-main-title {
    margin-bottom: 10px;
}

.personal-checking-account-section .checking-account-title .extra-small-main-block-title {
    margin: 0;
}

.personal-checking-account-section .personal-checking-main-detail {
    font-size: 18px;
    line-height: 24px;
    color: #3e3e3e;
    padding-bottom: 100px;
}

.personal-checking-account-section .personal-checking-main-detail .find-location-link a {
    color: #095642;
    border-bottom: 1px solid #095642;
}

.personal-checking-account-section .personal-checking-button {
    padding-top: 20px;
}

.personal-checking-account-section .personal-checking-account-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px;
}

.personal-checking-account-section .personal-checking-account-list > * {
    flex: 0 0 25%;
    max-width: 25%;
    width: 100%;
    padding: 0 12px;
}

.personal-checking-account-section .personal-checking-account-block {
    position: relative;
    text-align: center;
    padding: 65px 25px 80px;
    margin-top: -5px;
    margin-left: -10px;
    margin-right: -10px;
    /* height: calc(100% - 50px); */
    margin-bottom: 50px;
    background: url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='314.891' height='620.255' viewBox='0 0 314.891 620.255'%3E%3Cdefs%3E%3Cfilter id='gettyimages-1008876060-2048x2048' x='0' y='0' width='314.891' height='620.255' filterUnits='userSpaceOnUse'%3E%3CfeOffset dy='3' input='SourceAlpha'/%3E%3CfeGaussianBlur stdDeviation='3' result='blur'/%3E%3CfeFlood flood-opacity='0.161'/%3E%3CfeComposite operator='in' in2='blur'/%3E%3CfeComposite in='SourceGraphic'/%3E%3C/filter%3E%3C/defs%3E%3Cg transform='matrix(1, 0, 0, 1, 0, 0)' filter='url(/web/20260116193605im_/https://www.pinnaclebank.com/personal/checking-accounts/%23gettyimages-1008876060-2048x2048)'%3E%3Cpath id='gettyimages-1008876060-2048x2048-2' data-name='gettyimages-1008876060-2048x2048' d='M.114-122.729,296.891-120V479.526L146.566,463.56,0,479.526Z' transform='translate(9 128.73)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E") no-repeat;
    background-size: 100% 100%;
}

.personal-checking-account-section .personal-checking-account-block .sub-main-title.your-match-title {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100%;
    width: calc(100% - 18px);
    padding: 10px;
    text-align: center;
    color: #ffffff;
    background: #035642;
    text-transform: uppercase;
    margin: 0 auto -10px;
}

.personal-checking-account-section .personal-checking-account-block.active .sub-main-title.your-match-title {
    display: block;
}

.personal-checking-account-section .personal-checking-account-block .extra-small-main-block-title {
    min-height: 60px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.personal-checking-account-section .personal-checking-account-block .personal-checking-detail .detail {
    font-size: 14px;
    line-height: 25px;
	min-height: 100px;
}

.personal-checking-account-section .personal-checking-account-block .account-open-button {
    padding-bottom: 30px;
}

.personal-checking-account-section .personal-checking-account-block .checking-account-hidden {
    display: none;
    padding-top: 30px;
}

.personal-checking-account-section .personal-checking-account-block .checking-account-hidden ul li {
    text-align: left;
    font-size: 16px;
    line-height: 24px;
    padding-left: 25px;
}

.personal-checking-account-section .personal-checking-account-block .checking-account-hidden ul li:before {
    top: 4px;
}

.personal-checking-account-section .personal-checking-account-block .checking-account-list .account-block {
    font-size: 13px;
    line-height: 23px;
    color: #3e3e3e;
}

.personal-checking-account-section .personal-checking-account-block .checking-account-list .account-block b {
    display: block;
}

.personal-checking-account-section .personal-checking-account-block .more-account-detail-link {
    padding-top: 30px;
}

.personal-checking-account-section .personal-checking-account-block .more-account-detail-link a {
    position: relative;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    font-weight: 300;
    font-size: 16px;
    line-height: 21px;
    color: #3e3e3e;
    text-transform: capitalize;
    border-bottom: 1px solid rgba(62,62,62,0.3);
}

.personal-checking-account-section .personal-checking-account-block .more-account-detail-link a:hover {
    border-color: #3e3e3e;
}

.personal-checking-account-section .personal-checking-account-block .more-account-detail-link a:after {
    position: relative;
    content: "";
    display: inline-flex;
    width: 7px;
    height: 4px;
    margin-left: 5px;
    background: url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg' width='7.249' height='4.144' viewBox='0 0 7.249 4.144'%3E%3Cpath id='Icon_ionic-ios-arrow-down' data-name='Icon ionic-ios-arrow-down' d='M9.813,14.142,12.554,11.4a.516.516,0,0,1,.732,0,.522.522,0,0,1,0,.734L10.18,15.24a.517.517,0,0,1-.714.015L6.339,12.135A.518.518,0,1,1,7.07,11.4Z' transform='translate(-6.188 -11.246)' fill='%233e3e3e'/%3E%3C/svg%3E") no-repeat;
    background-size: 100% 100%;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
}

.personal-checking-account-section .personal-checking-account-block .more-account-detail-link.open a:after {
    transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
}

.opening-account-types-section {
    padding: 17px 0;
}

.opening-account-type-block {
    padding: 83px 0;
    overflow: hidden;
    border-bottom: 1px solid #71a087;
}

.opening-account-type-block:last-child {
    border: none;
}

.opening-account-type-block .opening-account-type-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -39px;
}

.opening-account-type-block .opening-account-type-list > * {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 39px;
}

.opening-account-type-block .opening-account-type-detail {
    padding: 70px 0;
}

.opening-account-type-block .opening-account-type-detail .section-main-title {
    color: #0f7064;
    margin-bottom: 10px;
}

.opening-account-type-block .opening-account-type-detail .detail {
    font-size: 18px;
    line-height: 25px;
    color: #707070;
}

.opening-account-type-block .opening-account-type-detail .account-type-button {
    padding-top: 15px;
}

.opening-account-type-block .opening-account-type-list-items {
    position: relative;
    z-index: 9;
    padding: 70px 50px;
}

.opening-account-type-block .opening-account-type-list-items:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    width: 60000px;
    height: 100%;
    background: #f0f0f0;
    opacity: 0.28;
}

.common-checkmark-list-items > p.changes-text {
    font-size: 13px;
    line-height: 25px;
    padding-top: 20px;
}

.common-checkmark-list-items ul {
    display: block;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.common-checkmark-list-items ul li {
    display: block;
    margin: 0;
    padding: 0 0 0 30px;
    list-style-type: none;
    position: relative;
    font-weight: 400;
    font-size: 20px;
    line-height: 29px;
    color: #343434;
}

.common-checkmark-list-items ul li:before {
    position: absolute;
    content: "";
    left: 0;
    top: 7px;
    width: 17px;
    height: 17px;
    background: url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg' width='17' height='27' viewBox='0 0 17 27'%3E%3Ctext id='_' data-name='✓' fill='%23343434' font-size='20' font-family='SegoeUIEmoji, Segoe UI Emoji'%3E%3Ctspan x='0' y='22'%3E✓%3C/tspan%3E%3C/text%3E%3C/svg%3E") no-repeat;
    background-size: 100% 100%;
}
/* opening-account page */

/* checking-account page */
.checking-account-quiz-section {
    padding: 100px 0;
}

.checking-account-need-help-section {
    padding: 111px 0;
    background: #fafafa;
}

.checking-account-need-help-section .extra-small-main-block-title {
    color: #095642;
    margin-bottom: 10px;
}

.checking-account-need-help-section .checking-need-help-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -47px;
}

.checking-account-need-help-section .checking-need-help-list > * {
    padding: 0 47px;
}

.checking-account-need-help-section .checking-need-help-list .checking-need-help-detail {
    flex: 0 0 66.66666666666667%;
    max-width: 66.66666666666667%;
}

.checking-account-need-help-section .checking-need-help-list .checking-need-help-location {
    flex: 0 0 33.33333333333333%;
    max-width: 33.33333333333333%;
}

.checking-account-quiz-section .quiz-question-block .account-quiz-buttons {
    padding-top: 30px;
}

.checking-account-quiz-section .quiz-question-block .account-quiz-buttons .btn-main {
    margin: 0 39px;
}

.checking-account-quiz-section .quiz-question-block .account-quiz-buttons .btn-main:first-child {
    margin-left: 0;
}

.checking-account-quiz-section .quiz-question-block .account-quiz-buttons .btn-main:last-child {
    margin-right: 0;
}

.checking-account-need-help-section .need-help-location-detail {
    border-top: 21px solid #035642;
}

.checking-account-need-help-section .need-help-location-detail .help-location-detail {
    padding: 32px 32px 63px;
    margin: -5px -10px 0 -12px;
    text-align: center;
    background: url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='318' height='274.539' viewBox='0 0 318 274.539'%3E%3Cdefs%3E%3Cfilter id='gettyimages-1008876060-2048x2048' x='0' y='0' width='318' height='274.539' filterUnits='userSpaceOnUse'%3E%3CfeOffset dy='3' input='SourceAlpha'/%3E%3CfeGaussianBlur stdDeviation='3' result='blur'/%3E%3CfeFlood flood-opacity='0.161'/%3E%3CfeComposite operator='in' in2='blur'/%3E%3CfeComposite in='SourceGraphic'/%3E%3C/filter%3E%3C/defs%3E%3Cg transform='matrix(1, 0, 0, 1, 0, 0)' filter='url(/web/20260116193605im_/https://www.pinnaclebank.com/personal/checking-accounts/%23gettyimages-1008876060-2048x2048)'%3E%3Cpath id='gettyimages-1008876060-2048x2048-2' data-name='gettyimages-1008876060-2048x2048' d='M3.223,266.792,300,269.521l-3.109,253.81L146.566,507.364,0,523.331Z' transform='translate(9 -260.79)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E") no-repeat;
    background-size: 100% 100%;
}

.checking-account-need-help-section .need-help-location-detail .extra-small-main-block-title {
    margin-bottom: 25px;
}

.checking-account-need-help-section .need-help-location-detail .detail {
    color: #3e3e3e;
}

.checking-account-need-help-section .need-help-location-detail .find-location-button {
    padding-top: 15px;
}
/* checking-account page */

/* checking-account-detail page */
.personal-opening-account-detail-section {
    padding: 100px 0 75px;
}

.personal-opening-account-detail-section .personal-opening-account-detail-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -40px;
}

.personal-opening-account-detail-section .personal-opening-account-detail-list > * {
    flex: 0 0 50%;
    max-width: 50%;
    width: 100%;
    padding: 0 40px;
}

.personal-opening-account-detail-section .personal-opening-account-inner-detail .detail {
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
}

.personal-opening-account-detail-section .personal-opening-account-inner-detail .apply-return-quiz-button {
    padding-top: 30px;
}

.personal-opening-account-detail-section .personal-opening-account-inner-detail .apply-return-quiz-button > * {
    margin: 0 22px;
}

.personal-opening-account-detail-section .personal-opening-account-inner-detail .apply-return-quiz-button > *:first-child {
    margin-left: 0;
}

.personal-opening-account-detail-section .personal-opening-account-inner-detail .apply-return-quiz-button > *:last-child {
    margin-right: 0;
}

.personal-opening-account-detail-section .personal-opening-account-inner-detail .apply-return-quiz-button a.return-quiz-link {
    font-size: 18px;
    line-height: 25px;
    color: #095642;
    border-bottom: 1px solid #095642;
}
/* checking-account-detail page */

/* responsive */
@media (min-width: 1300px) and (max-width: 1399px) {
.checking-account-quiz-section { padding: 75px 0; }
.checking-account-quiz-section .quiz-question-block .account-quiz-buttons .btn-main { margin: 0 20px; }
.checking-account-need-help-section { padding: 75px 0; }
.checking-account-need-help-section .checking-need-help-list { margin: 0 -20px; }
.checking-account-need-help-section .checking-need-help-list > * { padding: 0 20px; }


.personal-opening-account-detail-section { padding: 75px 0; }
.personal-opening-account-detail-section .personal-opening-account-detail-list { margin: 0 -20px; }
.personal-opening-account-detail-section .personal-opening-account-detail-list > * { padding: 0 20px; }
.personal-checking-account-section { padding: 75px 0; }

.opening-account-type-block { padding: 70px 0; }
.opening-account-type-block .opening-account-type-list { margin: 0 -20px; }
.opening-account-type-block .opening-account-type-list > * { padding: 0 20px; }
.personal-checking-account-section .personal-checking-main-detail { padding-bottom: 70px; }
}

@media (min-width: 1200px) and (max-width: 1299px) {
.checking-account-quiz-section { padding: 75px 0; }
.checking-account-quiz-section .quiz-question-block .account-quiz-buttons .btn-main { margin: 0 20px; }
.checking-account-need-help-section { padding: 75px 0; }
.checking-account-need-help-section .checking-need-help-list { margin: 0 -20px; }
.checking-account-need-help-section .checking-need-help-list > * { padding: 0 20px; }


.personal-opening-account-detail-section { padding: 75px 0; }
.personal-opening-account-detail-section .personal-opening-account-detail-list { margin: 0 -20px; }
.personal-opening-account-detail-section .personal-opening-account-detail-list > * { padding: 0 20px; }
.personal-checking-account-section { padding: 75px 0; }

.opening-account-type-block { padding: 70px 0; }
.opening-account-type-block .opening-account-type-list { margin: 0 -20px; }
.opening-account-type-block .opening-account-type-list > * { padding: 0 20px; }
.personal-checking-account-section .personal-checking-main-detail { padding-bottom: 70px; }
}

@media (min-width: 992px) and (max-width: 1199px) {
.section-main-title { font-size: 42px; line-height: 55px; }

.checking-account-quiz-section { padding: 50px 0; }
.checking-account-quiz-section .quiz-question-block .account-quiz-buttons .btn-main { margin: 0 20px; }
.checking-account-need-help-section { padding: 50px 0; }
.checking-account-need-help-section .checking-need-help-list { margin: 0 -20px; }
.checking-account-need-help-section .checking-need-help-list > * { padding: 0 20px; }


.personal-opening-account-detail-section { padding: 50px 0; }
.personal-opening-account-detail-section .personal-opening-account-detail-list { margin: 0 -20px; }
.personal-opening-account-detail-section .personal-opening-account-detail-list > * { padding: 0 20px; }
.personal-checking-account-section { padding: 50px 0; }
.personal-checking-account-section .personal-checking-account-list > * { flex: 0 0 50%; max-width: 50%; }
.personal-checking-account-section .personal-checking-account-block .sub-main-title.your-match-title { width: calc(100% - 32px); }

.opening-account-type-block { padding: 50px 0; }
.opening-account-type-block .opening-account-type-list { margin: 0 -20px; }
.opening-account-type-block .opening-account-type-list > * { padding: 0 20px; }
.opening-account-type-block .opening-account-type-detail { padding: 50px 0; }
.opening-account-type-block .opening-account-type-list-items { padding: 50px 35px; }
.personal-checking-account-section .personal-checking-main-detail { padding-bottom: 50px; }
}   

@media (min-width: 768px) and (max-width: 991px) {
.section-main-title { font-size: 42px; line-height: 55px; }
.btn-main { padding: 12px 28px; }

.checking-account-quiz-section { padding: 50px 0; }
.checking-account-quiz-section .quiz-question-block .account-quiz-buttons .btn-main { margin: 0 20px; }
.checking-account-need-help-section { padding: 50px 0; }
.checking-account-need-help-section .checking-need-help-list { margin: 0 -20px; }
.checking-account-need-help-section .checking-need-help-list > * { padding: 0 20px; }
.checking-account-need-help-section .checking-need-help-list .checking-need-help-detail { flex: 0 0 60%; max-width: 60%; }
.checking-account-need-help-section .checking-need-help-list .checking-need-help-location { flex: 0 0 40%; max-width: 40%; }
.checking-account-need-help-section .need-help-location-detail .help-location-detail { margin: -5px -8px 0 -10px; }


.personal-opening-account-detail-section { padding: 50px 0; }
.personal-opening-account-detail-section .personal-opening-account-detail-list { margin: 0 -20px; }
.personal-opening-account-detail-section .personal-opening-account-detail-list > * { flex: 0 0 100%; max-width: 100%; padding: 0 20px; }
.personal-opening-account-detail-section .personal-opening-account-detail-list > *:last-child { padding-top: 35px; }
.personal-opening-account-detail-section .personal-opening-account-inner-detail .apply-return-quiz-button > * { margin: 0 10px; }
.personal-opening-account-detail-section .personal-opening-account-inner-detail .apply-return-quiz-button { padding-top: 15px; }
.personal-checking-account-section { padding: 50px 0; }
.personal-checking-account-section .personal-checking-account-list > * { flex: 0 0 50%; max-width: 50%; }
.personal-checking-account-section .personal-checking-account-block .sub-main-title.your-match-title { width: calc(100% - 26px); }

.opening-account-type-block { padding: 50px 0; }
.opening-account-type-block .opening-account-type-list { margin: 0 -20px; }
.opening-account-type-block .opening-account-type-list > * { padding: 0 20px; }
.opening-account-type-block .opening-account-type-detail { padding: 0 0 50px; }
.opening-account-type-block .opening-account-type-list > * { flex: 0 0 100%; max-width: 100%; }
.opening-account-type-block .opening-account-type-list-items:before { left: 50%; transform: translate(-50%, 0); -webkit-transform: translate(-50%, 0); -moz-transform: translate(-50%, 0); -ms-transform: translate(-50%, 0); -o-transform: translate(-50%, 0); }
.opening-account-type-block .opening-account-type-list-items { padding: 50px 35px; }
.personal-checking-account-section .personal-checking-main-detail { padding-bottom: 50px; }
}   

@media (max-width: 767px) {
.section-main-title { font-size: 35px; line-height: 42px; }
.extra-small-main-block-title { font-size: 22px; line-height: 28px; }
.btn-main { padding: 12px 25px; }
.common-checkmark-list-items ul li { font-size: 18px; line-height: 25px; padding-left: 25px; }
.common-checkmark-list-items ul li:before { top: 3px; }

.checking-account-quiz-section { padding: 50px 0; }
.checking-account-quiz-section .quiz-question-block .account-quiz-buttons .btn-main { margin: 0 10px; }
.checking-account-need-help-section { padding: 50px 0; }
.checking-account-need-help-section .checking-need-help-list { margin: 0 -15px; }
.checking-account-need-help-section .checking-need-help-list > * { flex: 0 0 100% !important; max-width: 100% !important; padding: 0 15px; }
.checking-account-need-help-section .checking-need-help-list .checking-need-help-location { margin-top: 35px; }
.checking-account-need-help-section .need-help-location-detail .help-location-detail { margin: -5px -14px 0 -20px; }


.personal-opening-account-detail-section { padding: 50px 0; }
.personal-opening-account-detail-section .personal-opening-account-detail-list { margin: 0 -15px; }
.personal-opening-account-detail-section .personal-opening-account-detail-list > * { flex: 0 0 100%; max-width: 100%; padding: 0 15px; }
.personal-opening-account-detail-section .personal-opening-account-detail-list > *:last-child { padding-top: 35px; }
.personal-opening-account-detail-section .personal-opening-account-inner-detail .apply-return-quiz-button > * { margin: 0 10px; }
.personal-opening-account-detail-section .personal-opening-account-inner-detail .apply-return-quiz-button { padding-top: 15px; }
.personal-checking-account-section { padding: 50px 0; }
.personal-checking-account-section .personal-checking-account-list > * { flex: 0 0 50%; max-width: 50%; }
.personal-checking-account-section .personal-checking-account-block .sub-main-title.your-match-title { width: calc(100% - 22px); }

.opening-account-type-block { padding: 50px 0; }
.opening-account-type-block .opening-account-type-list { margin: 0 -15px; }
.opening-account-type-block .opening-account-type-list > * { padding: 0 15px; }
.opening-account-type-block .opening-account-type-detail { padding: 0 0 50px; }
.opening-account-type-block .opening-account-type-list > * { flex: 0 0 100%; max-width: 100%; }
.opening-account-type-block .opening-account-type-list-items:before { left: 50%; transform: translate(-50%, 0); -webkit-transform: translate(-50%, 0); -moz-transform: translate(-50%, 0); -ms-transform: translate(-50%, 0); -o-transform: translate(-50%, 0); }
.opening-account-type-block .opening-account-type-list-items { padding: 50px 25px; }
.personal-checking-account-section .personal-checking-main-detail { padding-bottom: 50px; }
}   

@media (max-width: 575px) {
.section-main-title { font-size: 33px; line-height: 38px; }
.extra-small-main-block-title { font-size: 20px; line-height: 25px; }
.sub-main-title { font-size: 16px !important; line-height: 22px !important; }
.btn-main { min-width: initial; font-size: 16px; line-height: 20px; }
.common-checkmark-list-items ul li { font-size: 16px; line-height: 22px; }

.checking-account-quiz-section { padding: 35px 0; }
.checking-account-need-help-section { padding: 35px 0; }
.checking-account-quiz-section .quiz-question-block .account-quiz-buttons .btn-main { margin: 0 7px 10px; min-width: auto; }
.checking-account-quiz-section .quiz-question-block .account-quiz-buttons { padding-top: 20px; }
.checking-account-need-help-section .need-help-location-detail .help-location-detail { margin: -5px -8px 0 -10px; }

.personal-checking-account-section .checking-account-title { margin-bottom: 25px; }
.personal-opening-account-detail-section { padding: 35px 0; }
.personal-checking-account-section { padding: 35px 0; }
.personal-checking-account-section .personal-checking-account-list > * { flex: 0 0 100%; max-width: 100%; }
.personal-opening-account-detail-section .personal-opening-account-inner-detail .apply-return-quiz-button > * { margin: 0 7px 10px; }
.personal-opening-account-detail-section .personal-opening-account-inner-detail .apply-return-quiz-button a.return-quiz-link { font-size: 16px; line-height: 22px; }
.personal-checking-account-section .personal-checking-account-block { padding: 35px 15px 70px; }
.personal-checking-account-section .personal-checking-account-block .more-account-detail-link { padding-top: 15px; }

.opening-account-type-block { padding: 35px 0; }
.opening-account-type-block .opening-account-type-detail { padding: 0 0 35px; }
.opening-account-type-block .opening-account-type-list-items { padding: 35px 0; }
.personal-checking-account-section .personal-checking-main-detail { padding-bottom: 35px; }
}
/* responsive */
/* 25-4-2023 */

/* 2-5-2023 */
.location-section {
    padding: 50px 0 100px;
}

.location-section .location-main-title {
    background: #f2f2f2;
    padding: 50px 0;
    margin-bottom: 50px;
}

.location-section .location-main-title h2 {
    padding: 0 0 10px;
}

.location-section .location-main-title h4 {
    font-weight: 700;
    color: #71a087;
}

.location-section .location-content h2 {
    padding-top: 25px;
  font-size: 38px;
  font-weight: 500;
  padding-bottom: 10px;
}

.location-section .location-content h3 {
    padding-top: 10px;
  font-size: 30px;
  font-weight: 500;
  padding-bottom: 10px;
	line-height: 1.2;
  color: #015841;
  font-family: 'TradeGothicLTBoldNo_2';
}

.location-section .location-content ul {
	margin: 0 0 15px 15px;
}

.location-section .location-content ul li {
	list-style: disc;
	padding: 0 0 5px;
}

/* responsive */
@media (min-width: 1300px) and (max-width: 1399px) {
.location-section { padding-bottom: 70px; }
.location-section .location-content h2 { padding-top: 40px; }
.location-section .location-main-title { padding: 40px 0; margin-bottom: 40px; }
}

@media (min-width: 1200px) and (max-width: 1299px) {
.location-section { padding-bottom: 70px; }
.location-section .location-content h2 { padding-top: 40px; }
.location-section .location-main-title { padding: 40px 0; margin-bottom: 40px; }
}

@media (min-width: 992px) and (max-width: 1199px) {
.location-section { padding: 50px 0; }
.location-section .location-content h2 { padding-top: 30px; }
.location-section .location-main-title { padding: 30px 0; margin-bottom: 30px; }
}

@media (min-width: 768px) and (max-width: 991px) {
.location-section { padding: 50px 0; }
.location-section .location-content h2 { padding-top: 30px; }
.location-section .location-main-title { padding: 30px 0; margin-bottom: 30px; }
}

@media (max-width: 767px) {
.location-section { padding: 50px 0; }
.location-section .location-content h2 { padding-top: 30px; }
.location-section .location-main-title { padding: 30px 0; margin-bottom: 30px; }

	
.what_would_bar .itembox .text h3 {
  min-height: auto;
}

.what_would_bar .itembox .text p {
  min-height: auto;
}
}

@media (max-width: 575px) {
.location-section { padding: 35px 0; }
.location-section .location-content h2 { padding-top: 20px; }
.location-section .location-main-title { padding: 25px 0; margin-bottom: 25px; }
}
/* responsive */
/* 2-5-2023 */



/* 12-7-2023 */

.vdeo-resources-wrp .video-block .video-img .video_thumb {
    display: none;
    padding: 70px 0 0 0;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    color: #fff;
    /* background: url(https://web.archive.org/web/20260116193605im_/https://www.pinnaclebank.com/wp-content/themes/pinnacle/assets/images/video_img.png) no-repeat;
    background-position: center top;
    background-size: 70px; */
    letter-spacing: 0.72px;
}

.vdeo-resources-wrp .video-block:hover .video-img .video_thumb {
    display: block;
}

.vdeo-resources-wrp .video-block .video-img:after {
    content: '';
    position: absolute;
    background: url(https://web.archive.org/web/20260116193605im_/https://www.pinnaclebank.com/wp-content/themes/pinnacle/assets/images/video_img.png) no-repeat;
    background-position: center top;
    background-size: 70px;
    top: 40%;
    left: 50%;
    width: 70px;
    height: 70px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.fancybox__viewport .carousel__button.is-close {
    background-color: rgba(160,160,160,0.45);
    border: 1px solid #FFF;
	top: -55px;
}

.fancybox__viewport .carousel__button svg {
	filter: none;
}

@media (max-width: 767px) {
    .fancybox__viewport .carousel__button.is-close {
        width: 28px;
        height: 28px;
    }
}

.filter-drop ul li [type="radio"]:hover + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.filter-drop ul li [type="radio"]:checked + label:after,
.filter-drop ul li [type="radio"]:not(:checked) + label:after {
    border: 1px solid #045841;
    top: 0px;
    left: 0px;
}

/* 12-7-2023 */


.has-question a {
	color:#fff;
}
		     

    	.news_sec2 .news_col::after
		{
			content: none;
		}
		.read_more_button 
		{
			text-align: center;
			text-transform: uppercase;
			font-weight: 600;
			margin-top: 45px;
			display: flex;
			justify-content: center;
			margin-bottom: 20px;
		}
		.read_more_button a 
		{
			display: flex;
			text-transform: uppercase;
			font-weight: 600;
			align-items: center;
			color: #015941;
			font-size: 18px;
			position: relative;
			user-select: none;
		}
		.read_more_button a:after
		{
			content: "";
			height: 2px;
			width: 100%;
			background-color: #015941;
			position: absolute;
			left: 0;
			bottom: 0;
			right: 0;
			width: 100%;
		}
		.read_more_button a span
		{
			line-height: 0;
		}
		.read_more_button a.active span
		{
		  	transform: rotate(-180deg);
		}
		.read_more_cols 
		{
			display: none;
		}
		.read_more_cols.active 
		{
			display: block;
		}