/*
Theme Name: Florida Capital Bank
Author: Schuler Design &  Development
Author URI: https://schuler-design.com
Description: FLCB is a multipurpose WordPress theme built based on Bootstrap frontend framework making it fully responsive and mobile friendly.
Version: 1.0
*/

/* ------------------------------------------ */
/*             TABLE OF CONTENTS
/* ------------------------------------------ */
/*   01 - Typography               */
/*   02 - General & Basic Styles   */
/*   03 - Header                   */
/*   04 - Navigation               */
/*   05 - Front Page Styles        */
/*   06 - Single Page Styles       */
/*   07 - Single post Styles       */
/*   08 - Sidebar Styles           */
/*   09 - Footer Styles            */
/*   10 - 404 Page Styles          */

/*------------------------------------------*/
/*       01 - Typography
/*------------------------------------------*/

h1, h2, h3, h4, h5 {
    font-family: 'Ubuntu', sans-serif;
    color: #19399d;
}
h1 {
    font-size: 42px;
    line-height: 42px;
    font-weight: 500;
    letter-spacing: 0px;
}

h2 {
    font-size: 32px;
    line-height: 36px;
    font-weight: 400;
}

h3 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 200;
}

h4 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
}

h5 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}
h6 {
	font-size: 13px;
	color: #888;
	font-weight: 300;
	font-style: italic;
	line-height: 18px;
	margin-top: 10px;
}

a {
    transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -webkit-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    text-decoration: none;
    color: #19399d;
	cursor: pointer !important;
}
a:hover {
    color: #19399d;
    text-decoration: none;
	cursor: pointer !important;
}

/*------------------------------------------*/
/*       02 - General & Basic Styles
/*------------------------------------------*/
html {
    overflow-y:scroll;
    overflow-x: hidden;
}
body {
    font-family: 'Muli', sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    color: #333;
    background: #ffffff;
}
p {
	 font-size: 16px;
    line-height: 26px;
	margin-bottom: 10px;
}
b, strong {
  font-weight: 600;
 /* color: #19399d; */
}
img{
  border-style:none;
  vertical-align:middle;
  max-width:100%;
  height:auto;
  backface-visibility:hidden;
  -webkit-backface-visibility:hidden;
  -moz-backface-visibility:hidden;
  -ms-backface-visibility:hidden;
}
object, iframe {
  max-width:100%;
}
ul {
    list-style: none;
	margin-top: 0;
}
ul {
    padding: 0;
    margin: 0;
}
iframe[src="about:blank"] {
    display: none;
}
[class*="span"] {
    margin-left: 0px;
}
hr {margin: 15px 0; clear:both;color:#19399d;}
.widget {
    list-style-type: none;
}
i {
  padding-right: 5px;
}
sup {
	font-size: 50%;
	font-family: 'Muli', Helvetica, sans-serif;
}
.mr-2, .mx-2 {
  margin-right: .5rem !important;
}
/*.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
.d-flex {
 display: -ms-flexbox !important;
 display: flex !important;
}
.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}*/
.btn,.button, input[type="submit"],input[type=button], input[type=submit] {
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    font-weight: 800;
    padding: 8px 15px;
    letter-spacing: 2px;
    font-size: 14px;
	border-radius: 0;
	white-space: nowrap;
   vertical-align: middle;
   -webkit-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
}
.button-yellow {
  background: #fcaf36 !important;
  color: #19399d !important;
}
.button-blue {
  background: #19399d !important;
  color: #fcaf36 !important;
}
.button-yellow:hover {
  background: #19399d !important;
  color: #fcaf36 !important;
}
.button-blue:hover {
  background: #fcaf36 !important;
  color: #19399d !important;
}
.btn-blue {
  border: 1px solid #e6ecfe;
  background: #ffffff !important;
  color: #19399d !important;
}
.blue {
  color: #19399d !important;
}
.yellow {
  color: #fcaf36 !important;
}
.btn-login {
  background: #19399d !important;
  color: #ffffff !important;
}
.btn-login:hover {
  opacity: 0.8;
}
.big-cta.blue a {
	background-color: #f5f5f5;
	padding: 20px;
	text-align: center;
	color: #19399d;
	margin: 10px 0 0;
	min-height: 80px;
	font-weight: 600;
	display: inline-block;
	width: 100%;
	border: 1px solid #fcaf36;
	line-height: 21px;
}
 .big-cta.blue a:hover {
        background-color: #fcaf36;
}
.disclaimer {font-size: 12px; line-height: 16px; font-weight: 300; font-style: italic; COLOR: #333;}
a.back-to-top {font-size: 12px; line-height: 12px; float:right; text-align:center;}
a.back-to-top i {padding-right: 0;}


.lite-bg {
	background-color: #eef2f3;
	padding: 75px 0;
	margin-top: 30px;
	background-image: url('../../uploads/2019/07/img_background_watermark_gry_bg.png');
	background-size: cover;
	background-position: center center;
}
.bg-blue {
	background-color: #19399d !important;
}

.sow-accordion-panel-header {
	background: #fff !important;
	border-bottom: 1px solid #19399d;
}
.sow-carousel-wrapper ul.sow-carousel-items li.sow-carousel-item h3 a {
	padding: 0 5%;
}
.image-circle img {
	border-radius: 100%;
	-webkit-border-radius:  100%;
	-moz-border-radius:  100%;
}
.grey-box-bg {
	padding: 60px 0;
	margin: 60px 0;
	background: #eef2f3;
}

.blue-box-bg {
	padding: 60px 0;
	margin: 60px 0;
	background: #19399d;
}
.grey-box-callout {
	padding: 25px;
	background: #eef2f3;
	border: 1px solid #b7c6f4;
}

.blue-box-bg h2, .blue-box-bg h3, .blue-box-bg h2 a {
	color: #fcaf36 !important;
}
.blue-box-bg p, .blue-box-bg ul li,  .blue-box-bg h4 {
	color: #fff !important;
}


.svg-icons img {
  width: 125px !important;
}
.svg-icons h3 {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/*------------------------------------------*/
/*       03 - Header
/*------------------------------------------*/
header .message-bar {
  vertical-align: middle;
  background: #f5f5f5;
  color: #D60000;
  font-size:16px;
  font-weight: 400;
}
.mobile-header {
  background: #19399d;
  padding: 10px 0;
  color: #ffffff;
  display: none;
}
.mobile-header a {
  color: #ffffff;
  text-transform: uppercase;
}
.mobile-header li {
   padding: 0 4%;
}
.mobile-header li a i.fa-search, .mobile-header li a i.fa-search-minus {
  line-height: 26px;
}
.mobile-header .login-link {
  padding: 15px 0;
}
.mobile-header .online-banking-section {
  left:0;
  right:0;
  width:250px;
  margin:0 auto;
  background: #ffffff;
}
.mobile-header .online-banking-section ul li a {
   color: #19399d;
   text-transform: none;
}
.mobile-header .online-banking-section ul li {
  display: inline-block;
  padding: 0;
}
.header-right li {
    display: inline-block;
    color: #19399d;
}
.header-right li a.btn {
      border:1px solid #19399d;
      padding: 5px 15px 5px 10px;
      font-size: 16px;
      color: #19399d;
      border-radius: 0;
  }
.header-logo img {max-width: 225px !important}
header .pb-1, header .py-1 {
  padding-bottom: 20px !important;
}
header .pt-1, header .py-1 {
  padding-top: 20px !important;
}
.header-right {margin-top: 15px;}
.header-right .login-link {
   font-weight: 600;
   border: 1px solid #19399d;
	padding: 5px 10px;
	background: #fff;
}
/*
a.login-link:hover + div, .online-banking-section:hover {
    display: block;
}
*/

a.close-login {
  position: absolute;
  left: auto;
  right: 0;
  top: 0;
  color: #19399d !important;
}
.online-banking-section {
  display: none;
  position: absolute;
  z-index: 100000;
  background: rgba(255,255,255,0.9);
  padding: 20px;
  right: 15px;
  margin-top: 0px;
  border:2px solid #e3e3e3;
  text-align: left;
  margin-top: 5px;
}

.online-banking-section {
  display: none;
  position: absolute;
  z-index: 100000;
  background: rgba(255,255,255,0.9);
  padding: 20px;
  right: 15px;
  margin-top: 0px;
  border:2px solid #e3e3e3;
  text-align: left;
}
.online-banking-section input[type="text"] {
   width: 100%;
   padding: 4px 10px !important;
}
.online-banking-section input[type="submit"], .online-banking-section .btn {
   padding: 5px 10px !important;
   width:100%;
}
.personal-banking-section {
  border-top:3px solid #fcaf36 !important;
}
/** hidden search field **/
#searchbar {
  display: none;
  float: left;
  width: 100%;
  height: 62px;
  border-top: 0px solid #19399d;
  padding:12px;
  z-index: 9999;
  background: #dee6e8;
  -webkit-box-shadow: -1px 2px 2px rgba(0,0,0,0.2);
  -moz-box-shadow: -1px 2px 2px rgba(0,0,0,0.2);
  box-shadow: -1px 2px 2px rgba(0,0,0,0.2);
  position: absolute;
}

#s {
  display: block;
  width: 88%;
  border: 0;
  outline: none;
  padding: 0;
  height: 60px;
  line-height: 60px;
  font-size: 3.0em;
  font-weight: bold;
  color: #676767;
}
#searchbar label {
  margin:0;
}
.search-submit {
  display: block;
  background: #fcaf36 !important;
  color: #19399d !important;
  outline: none;
  cursor: pointer;
  border: 0 !important;
}
.search-form {
  max-width: 500px;
  margin: 0 auto;
}
.search-form input {
  border: 1px solid #ececec;
  padding: 0 15px;
  height: 35px;
}
input[type=search] {
	width: 70%;
}
/*------------------------------------------*/
/*       04 - Navigation
/*------------------------------------------*/
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu {
  background-image: url('images/img_background_watermark.png') !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  -webkit-clip-path: polygon(50% 0%, 100% 0, 100% 80%, 50% 100%, 0 80%, 0 0);
clip-path: polygon(50% 0%, 100% 0, 100% 80%, 50% 100%, 0 80%, 0 0);
  margin-top: 20px;
  min-height: 200px;
}
#mega-menu-wrap-secondary-menu #mega-menu-secondary-menu > li.mega-menu-megamenu > ul.mega-sub-menu {
  background-image: url('images/img_background_watermark.png') !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  -webkit-clip-path: polygon(50% 0%, 100% 0, 100% 50%, 50% 100%, 0 50%, 0 0);
  clip-path: polygon(50% 0%, 100% 0, 100% 50%, 50% 100%, 0 50%, 0 0);
  margin-top: 21px;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link {
	letter-spacing: 1px;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link,
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link{
  text-align: center;
}
.mm-col-1 > ul > li > a {
  color: #fcaf36 !important;
}
#mega-menu-wrap-secondary-menu #mega-menu-secondary-menu > li.mega-menu-megamenu > ul.mega-sub-menu {
  justify-content: center;
  display: flex !important;
}
#mega-menu-wrap-secondary-menu #mega-menu-secondary-menu li.mega-menu-item { text-align: center !important; }
#mega-menu-wrap-login-menu #mega-menu-login-menu > li.mega-menu-flyout ul.mega-sub-menu { width:220px !important; margin-left: -117px;}
#mega-menu-wrap-login-menu  .dashicons-lock::before {  color: #fcaf36 !important; }
.mega-menu-link:hover ul.mega-sub-menu {
  visibility: visible !important;
  opacity: 1 !important;
}
#mega-menu-wrap-login-menu  .mega-indicator { display: none !important; }
#mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-item-has-children > a.mega-menu-link:after {
  display: none !important;
}
#mega-menu-wrap-secondary-menu #mega-menu-secondary-menu li.mega-menu-item-has-children.mega-disable-link > a.mega-menu-link {
  font-size: 36px;
}
#mega-menu-wrap-main-menu, #mega-menu-wrap-main-menu .mega-menu-toggle {background:transparent !important;}
#mega-menu-wrap-login-menu #mega-menu-login-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {letter-spacing: 0px !important;}
#mega-menu-wrap-main-menu .mega-menu-toggle.mega-menu-open .mega-toggle-block-1:after {
  content: '\f335'!important;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu.business > ul.mega-sub-menu {
	-webkit-clip-path: polygon(50% 0%, 100% 0, 100% 80%, 50% 100%, 0 80%, 0 0);
	clip-path: polygon(50% 0%, 100% 0, 100% 80%, 50% 100%, 0 80%, 0 0);
}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu.personal > ul.mega-sub-menu {
	-webkit-clip-path: polygon(50% 0%, 100% 0, 100% 60%, 55% 100%, 0 60%, 0 0);
	clip-path: polygon(50% 0%, 100% 0, 100% 60%, 55% 100%, 0 60%, 0 0);
}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu.lending > ul.mega-sub-menu {
	-webkit-clip-path: polygon(50% 0%, 100% 0, 100% 50%, 48% 100%, 0 50%, 0 0);
	clip-path: polygon(50% 0%, 100% 0, 100% 60%, 48% 100%, 0 50%, 0 0);
}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu.mortgage > ul.mega-sub-menu {
	-webkit-clip-path: polygon(50% 0%, 100% 0, 100% 80%, 64% 100%, 0 60%, 0 0);
	clip-path: polygon(50% 0%, 100% 0, 100% 80%, 64% 100%, 0 60%, 0 0);
}

#mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu {
   position: relative !important;
   z-index: 10000 !important;
}
.header-navigation #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link:hover,
.header-navigation #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link:focus,
.header-navigation #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > li.mega-current-menu-item a  {
    border-bottom: 4px solid #fcaf36 !important;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mmenu-heading a {
  text-transform: uppercase !important;
}
#mega-menu-wrap-secondary-menu #mega-menu-secondary-menu li.mega-menu-item > ul.mega-sub-menu {
	width: 200px !important;
	margin-top: 28px;
	margin-right: -75px;
	z-index: 999;
	position: absolute;
	background: #19459c;
	max-width: none;
}
#mega-menu-wrap-secondary-menu #mega-menu-secondary-menu li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item a.mega-menu-link {
	text-align: center !important;
}
.mega-menu-flyout ul.mega-sub-menu {
	top: 58px !important;
}

li.mega-text-uppercase a {
	letter-spacing: 2px;
	font-weight: 600 !important;
	padding-bottom: 5px !important;
	color: #fcaf36 !important;
}

.mega-mmenu-heading a.mega-menu-link:hover {color: #fff !important;}

/*------------------------------------------*/
/*       05 - Front Page Styles
/*------------------------------------------*/
#home-banner {
  -webkit-clip-path: polygon(50% 0%, 100% 0, 100% 85%, 50% 100%, 0 85%, 0 0);
clip-path: polygon(50% 0%, 100% 0, 100% 85%, 50% 100%, 0 85%, 0 0);
}
.home-callout {
	padding: 200px 15px;
	width: 100%;
	text-align: center;
	vertical-align: middle;
	background: #f5f5f5;
}
.home-callout a {
	text-align: center;
	color: #fff;
	padding: 20px;
	border: 2px solid #fff;
	text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 2px;
    font-size: 21px;
	line-height: 24px;
	font-family: 'Ubuntu', sans-serif;
	background-color: rgba(25, 57, 157, 0.65);
}
.home-callout a:hover {
	color: #fcaf36;
	background-color: rgba(25, 57, 157, 0.98);
}
.popmake h2 {font-size:60px; line-height: 60px; text-align: center; color: #fcaf36; font-weight: 800;}

.popmake h3 {text-align: center; color: #fff;font-size: 24px; line-height: 28px; font-weight: 600;}

/*------------------------------------------*/
/*       06 - Single Page Styles
/*------------------------------------------*/
.col-md-9.page-content {
	padding-right: 30px;
}
.site-content ul {
	margin-left: 15px;
	margin-bottom: 20px;
}
.site-content ul li {
	list-style-position: inside;
    text-indent: -15px;
}
.site-content ul.flex-row li {
	    text-indent: 0px;
}
.page-header .intro {
   padding: 5% 30px 5% 10%;
}
.page-header {
background: #19399d;
background-image: url('images/img_flcb_default_bg.jpg');
background-position: center center;
background-size: cover;
}
.page-header h1 {
   color: #fcaf36;
}
.page-header h1.blue {
	text-shadow: 0 0 10px #fff;
/*	background-color: rgba(255,255,255,.7);
	padding: 20px 50px; */
}
.page-header h2 {
   color: #fff;
   font-size: 28px
}
.page-header p {
   color: #fff;
   font-weight: 300;
	 font-size: 16px
}
.header-bg {
  background-image: url('images/img_flcb_default_bg.jpg');
  background-position: top center;
  background-size: cover;
  -webkit-clip-path: polygon(50% 0%, 100% 0, 100% 85%, 50% 100%, 0 85%, 0 0);
  clip-path: polygon(50% 0%, 100% 0, 100% 85%, 50% 100%, 0 85%, 0 0);
  height:300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.header-bg { text-align: center; color: #ffffff; }
.banner-bg {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 7% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 7% 100%);
    min-height: 350px;
}
.page-template-page-fullwidth .banner-bg {
  background-position: top center;
  background-size: cover;
  -webkit-clip-path: polygon(50% 0%, 100% 0, 100% 85%, 50% 100%, 0 85%, 0 0);
  clip-path: polygon(50% 0%, 100% 0, 100% 85%, 50% 100%, 0 85%, 0 0);
  height: 350px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page-title-bar {
  background: #19399d;
}
.page-content, .blog-list {
  padding: 30px 15px;
}
.site-content .page-content ul {
    margin-top: 8px;
}
.site-content .page-content ul li, .home-content ul li { list-style: none; font-weight: 600; padding: 5px 0; color:#19399d; }
.site-content .page-content .lite-bullets ul li {font-weight: 300; color: #333;}
.site-content .page-content ul li:before, .home-content ul li:before { content: "▸"; color: #fcaf36; padding-right: 5px; }
.home-content .home-bb-section ul li.nobullet:before { content: " "; }
.breadcrumbs {
    font-weight: 300;
	font-size: 14px;
	text-align: center;
	margin-top: 15px;
}
.intro-text p {
	font-size: 20px;
	line-height: 32px;
	text-align: center;
	padding: 10px 0 10px;
	color: #19399d;
	font-weight: 400;
	margin-bottom: 0 !important;
}
.page-template-default .intro-text p {
	text-align: left;
}
.page-content h3 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 200;
	margin: 20px 0 10px;
    padding-top: 15px;
}
.page-content p {
	margin-bottom: 25px;
}

.home-icons {
  padding: 50px 0;
	background: #eef2f3;
}
.home-icons img {
  width: 100px !important;
}
.home-icons h3 {
	text-align: center;
}
.home-icons p {
	text-align: center;
	font-size: 15px;
	line-height: 24px;
	color: #000;
	font-weight: 400;
}
#pl-266 li { text-align: left !important; }
.mh-215 {
	min-height: 215px;
	}
/*  TABLE MAKER  */

.wpsm-comptable-wrap {
    overflow: visible !important;
    margin: 25px 0 0px !important;
}
.wpsm-comptable td {
    min-width: 100px;
    max-width: 100px;
}
.wpsm-comptable th, .wpsm-comptable td {
    padding:10px 7px;
}
.wpsm-icon-tick::before {
    color: #ffd200;
    font-size: 26px;
}
.wpsm-comptable td {
  font-size: 14px;
}
.wpsm-thead-black .wpsm-comptable th {
	background-color: #7F2165 !important;
	color: #fff;
}

.wpsm-comptable th {
	color: #fff;
	background-color: #7F2165 !important;
	font-family: 'Ubuntu', sans-serif;
	letter-spacing: .5px;
	font-weight: 700;
	font-size: 18px
}

.compare tr:first-child td {
	background: #fcaf36 !important;
	color: #19399d !important;
}

.script, .page-id-1457 .script {
	font-size: 24px;
	line-height: 36px;
	color: #fff;
	padding: 10px 0;
	font-family: 'Muli', serif;
}

.wpsm-icon-tick::before {
	color: #fcaf36;
}

.left-col-yellow td:first-child {
  background: #fcaf36;
  color: #000;
  width: 20%;
  border-right: 1px solid #fff !important;
  border-bottom: 1px solid #fff !important;
  font-weight: bold;
  font-size: 16px;
}

.hover-col1 tr td:first-child {text-align: center;}

.compare td:first-child {
  background: #19399d;
  color: #fff;
  width: 20%;
  border-right: 1px solid #fff !important;
  border-bottom: 1px solid #fff !important;
  font-weight: bold;
  font-size: 16px;
}

.compare tr:first-child td {
  background: #eee;
  font-weight: bold;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  font-size: 14px;
}
.wpsm-icon-cross:before {
	content: "\e604";
	color: #999;
	font-size: 22px;
}
/*   Account Comprison   */
.account-compare {padding: 50px 0;}

.account-1, .account-2 {
	border-right: 1px dotted #999;
	padding: 0 15px;
	min-height: 250px;
}
.account-short {
	border-right: 1px dotted #999;
	padding: 0 15px;
	min-height: 150px;
}

.account-compare p {
	font-weight: 200;
	font-size: 18px;
	line-height: 30px;
}

.account-compare h3 {
	font-size: 26px;
	text-transform: none;
	letter-spacing: 0px;
	font-weight: 200;
	margin-bottom: 20px;
}
.account-compare ul li {
	color: #333 !important;
	font-weight: 300 !important;
}

.account-benefits {
	border-top:1px dotted #ccc;
	border-bottom:1px dotted #ccc;
	padding: 30px 0 20px;
	margin: 20px 0;
}
.account-benefits h4 {
	font-size: 21px;
	line-height: 24px;
	font-weight: 400;
	letter-spacing: 0px;
	text-align: center;
}
.account-benefits .dashicons, .account-benefits .fa {
	color: #fcaf36;
	font-size: 24px;
	margin-right: 5px;
}
.search-list article {
   border-bottom: 1px dashed #fcaf36;
}
.page-full-header .page-header {
   display: flex;
   justify-content: center;
   align-items: center;
}
.page-full-header .intro {
  font-size: 21px;
  line-height: 36px;
  text-align: center;
  padding: 10px 0 40px;
  color: #19399d;
  font-weight: 400;
}
.page-full-header .banner-bg {
  -webkit-clip-path: polygon(50% 0%, 100% 0, 100% 85%, 50% 100%, 0 85%, 0 0);
  clip-path: polygon(50% 0%, 100% 0, 100% 85%, 50% 100%, 0 85%, 0 0);
}
.nf-field input,.nf-field select, .nf-field textarea {
	padding: 10px;
	background-color: #eef2f3;
    box-shadow: none;
    border: 0px;
}

#ninja_forms_required_items, .nf-field-container {
	margin-bottom: 15px;
}
.nf-before-form-content {margin-bottom: 10px; font-size: 14px; font-style: italic;}
.field-wrap select {height: 40px;}

.office-address a {
  font-weight: bold;
}
.section-border-top {
	border-top: 1px dotted #aaa;
	padding-top: 50px;
	margin-top: 20px;
}
.section-border-bottom {
	border-bottom: 1px dotted #aaa;
	padding-bottom: 50px;
	margin-bottom: 20px;
}
/**** Meet the Team  ****/

.wmts_overlay .wmts_overlay_container {background:#19399d !important;}
.wmts_filters .wph_filter, .wph_pagination_load_more {
padding: 10px 20px !important; color:#fff !important; background: #19399d !important; border: 0; font-weight: 400 !important; font-size: 15px; margin: 0 5px 20px 0 !important; }
.wmts_overlay .wmts_attribute {font-size: 16px;}
h3.wmts_job_title {font-size: 18px;}
.wmts_member>.wmts_text_container {min-height: 300px; padding: 10px 12px 10px 20px !important;}
.wmts_filters {text-align: center;}
.wmts_member .wmts_attribute, .wmts_description p {font-size: 15px !important;}
.wmts_element .wmts_description:before {border-bottom: 0px !important;}
.wmts_description {margin-top: 0 !important;}
.wmts_element {color: #19399d !important;}
.wmts_name {font-size: 18px !important;}


/**** Exit Popup  ****/
.ja_btn_green, .ja_btn_green:link, .ja_btn_green:visited {
   background: #19399d !important;
}
.ja_btn_red, .ja_btn_red:link, .ja_btn_red:visited {
	background: #999 !important;
}
.ja_btn_wrap.optBack {
	padding: 15px 0 !important;
}
.ja_btn, .ja_btn:active, .ja_btn:link, .ja_btn:visited {
	border-radius: 0 !important;
	font-size: 14px;
}
/**** COVID-19 Page  ****/
.page-id-6331 .page-content ul li {
  color: #333;
  font-weight: 500;
}
.page-id-6331 .page-content ul li strong {
  font-weight: 700;
}

/*------------------------------------------*/
/*       07 - Single Post Styles
/*------------------------------------------*/
/*------------------------------------------*/
/*	     08 - Blog Styles
/*------------------------------------------*/
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}
.blog-grid { margin-bottom: 20px; height: 475px; }
.blog-grid .blogposts {
	border: 0px solid #e6ecfe;
    border-radius: 0px;
    min-height: 480px;
	background: #f5f5f5;
}
.page-template-page-blog .post-content p {
	position: absolute;
	bottom: 0;
	display: block;
}

.blog-grid h1 {
color:#ffffff;
}
.blog-grid .blog-head-line h2 { font-size: 20px; margin-bottom: 0px; margin-top: 15px}
.blog-head-line h4 a {margin-top: 15px;}
.blog-grid .post_metadata { border-top: 1px solid #e6ecfe; border-bottom: 1px solid #e6ecfe;  }
.blog-grid .post_metadata i {
  color:#fcaf36;
}

.blog-grid .post_metadata > span {
   border-right: 1px solid #e6ecfe;
}
.blog-grid .post_metadata > span:last-child {
   border-right: 0;
}
.blog-grid .post_metadata {display:none;}

.blog-grid .blog-image {
	max-height:200px;
	height:200px;
}
.blog-grid .blog-image img {
	max-height:200px;
	height:100%;
}
.blog-head-line h4 {
}
.post-content p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 20px;
}
.navigation {
	 text-align: center;
}
.page-numbers {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 300;
	padding: 5px 10px;
	border:none;
	background: #19399d;
	color: #ffffff !important;
}
.page-numbers.current {
	background: #fcaf36;
	color: #ffffff !important;
}
.pagination .nav-links { margin: 20px auto; width: 100%; }

/*  Blog Carousel  */

.sow-carousel-title a.sow-carousel-next, .sow-carousel-title a.sow-carousel-previous {
	background: #c6c6c6;
	line-height: 30px;
	width: 30px;
	border-radius: 0px;
	font-size: 12px;
	margin: 0 5px;
}

a.sow-carousel-previous {
	float: left !important;
}

.sow-carousel-title {
	text-align: center;
	position: relative;
	top: 107px;
}
.sow-carousel-wrapper ul.sow-carousel-items li.sow-carousel-item h3 {
	font-weight: 400;
	color: #19399d;
	margin: 10px !important;
	line-height: 21px;
}
.single-post .sidebar ul, .page-id-1591 .sidebar ul {
    margin-left: 5px;
}
.single-post .sidebar ul li::before, .page-id-1591 .sidebar ul li::before {
	content: "▸";
	color: #fcaf36;
	padding-right: 5px;
}
.single-post .sidebar ul li, .page-id-1591 .sidebar ul li {
    font-size: 14px;
}
.single-post .sidebar ul li::before, .page-id-1591 .sidebar ul li::before {
	content: "▸";
	color: #fcaf36;
	padding-right: 5px;
}


/*------------------------------------------*/
/*	     09 - Comments Styles
/*------------------------------------------*/
.at_comments {
    margin: 0;
    width: 100%;
    overflow: hidden;
}
.at_comments .comments-title {
    margin: 0;
    line-height: 100% !important;
    padding: 0 0 20px;
    font-size: 16px;
		color: #666;
		font-family: 'Raleway', sans-serif;
		font-weight: 400;
}
.at_comments ol.commentlist {
    list-style: none outside none;
    margin: 0;
    position: relative;
		padding: 0;
}
.at_comments ol.commentlist > li {
    list-style-position: outside;
    float: none;
    clear: both;
    display: block;
    border: 0;
    padding: 0;
    margin: 0 0 20px;
}
.at_comments .comment-holder {
    background: none repeat scroll 0 0 #fff;
    border-color: #EFEFEF;
    border-style: solid;
    border-width: 1px;
    padding: 20px;
    position: relative;
    z-index: 2;
    -o-border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -o-box-shadow: 0 4px 2px rgba(0,0,0,0.02);
    -webkit-box-shadow: 0 4px 2px rgba(0,0,0,0.02);
    -moz-box-shadow: 0 4px 2px rgba(0,0,0,0.02);
    box-shadow: 0 4px 2px rgba(0,0,0,0.02);
}
.at_comments ol.commentlist li .comment-avatar {
    float: left;
    padding: 0;
    width: 75px;
}
.at_comments ol.commentlist  li .comment-avatar img {
    display: block;
		border: 1px solid #e8e8e8;
}
.at_comments ol.commentlist li .comment-body {
    margin-left: 80px;
    position: relative;
}
.at_comments ol.commentlist li .comment-body .comment-author {
    font-size: 16px;
}
.at_comments .comment-author {
    display: block;
    height: 30px;
}
.at_comments ol.commentlist li .comment-body .author-name {
    font-size: 16px;
    float: left;
    font-weight: bold;
    color: #203f6d;
}
.at_comments ol.commentlist li .comment-body .comment-meta, #cancel-comment-reply-link {
    position: relative;
    float: right;
}
.at_comments ol.commentlist li .comment-body .comment-meta, .cancel-reply {
    color: #818181;
}
.at_comments ol.commentlist li a, .rt_comments ol.commentlist li a:hover {
    text-decoration: none;
}
.at_comments ol.commentlist li a, .cancel-reply a {
    color: #203f6d;
}
.at_comments ol.commentlist li .comment-body .comment-meta .comment-reply {
    padding: 4px 8px;
    margin: 0 0 0 5px;
    background: #E4E4E4;
    text-decoration: none;
}
.at_comments ol.commentlist li .comment-body .comment-meta a, #cancel-comment-reply-link {
    color: #9F9F9F;
		font-weight: 500;
}
.at_comments ol.commentlist li p {
    color: #818181;
}
.at_comments .comment-text {
    display: inline-block;
    padding: 10px 0 0 0;
}
#respond {
    clear: both;
    display: block;
		margin: 20px 0;
}
#respond h3#reply-title {
    margin: 0;
    line-height: 100% !important;
    padding: 0 0 20px;
}
.comment-notes {
    font-style: italic;
    color: #aaa;
		padding: 0 0 16px 0;
		font-weight: 500;
}
.comment-form input[type="text"], .comment-form input[type="email"], .comment-form textarea,
.comment-form input[type="url"] {
    position: relative;
    outline: none;
    padding: 14px 10px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #8C8C8C;
    border: 1px solid #eee;
    background: #fff;
    -moz-box-box-shadow: inset 0 0 0 1px #fff, 1px 2px 0px #eee;
    -webkit-box-shadow: inset 0 0 0 1px #fff, 1px 2px 0px #eee;
    box-shadow: inset 0 0 0 1px #fff, 1px 2px 0px #eee;
    width: 100%;
		margin: 10px 0;
}
.comment-form .form-submit input {
  padding: 10px 15px;
  font-family: 'Open Sans', sans-serif;
  color: #ffffff !important;
  font-size: 16px !important;
  border-radius: 5px !important;
  background-color: #203f6d;
  border: 0;
}
.comment-form .form-submit input:hover { opacity: 0.8; }

/*------------------------------------------*/
/*       10 - Sidebar Styles
/*------------------------------------------*/
.sidebar {
	margin-top: 21px;
	margin-bottom: 50px;
}
.sidebar ul li {
    padding: 10px;
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
    display: block;
    border-bottom: 1px solid #19399d;
}

.sidebar .widget-one .cta-bg  {
	background: url("../../uploads/2018/12/img_background_watermark_cta-1.png") no-repeat center;
	background-color: #19399d;
	height: 230px;
	margin-bottom: 10px;
	padding: 15px;
	background-size: cover;
}

.sidebar .widget-two .cta-bg  {
	background: url("../../uploads/2018/12/img_background_watermark_cta-1.png") no-repeat center;
	background-color: #7F2165;
	height: 230px;
	margin-bottom: 10px;
	padding: 15px;
	background-size: cover;
}
.cta-widget .cta-bg {
	padding: 10px 20px;
	border: 1px solid #fcaf36;
}

.sidebar .widget-one h3.heading, .sidebar .widget-two h3.heading, .cta-widget h3.heading  {
	font-size: 22px;
	line-height: 26px;
	color: #fcaf36;
	font-weight: 700;
	font-family: 'Ubuntu', sans-serif;
	border-bottom: 0px;
	text-transform: none;
	margin-bottom: 5px;
}

.sidebar .widget-one p, .sidebar .widget-two p, .cta-widget p {
	padding-bottom: 10px;
	color: #fff;
}

.sidebar .widget-three .cta-bg {
	background: url("../../uploads/2018/12/img_background_watermark_cta-1.png") no-repeat center;
	background-color: #19399d;
	height: 230px;
	margin-bottom: 10px;
	padding: 15px;
	background-size: cover;

}

.cta-bg-flex {
	height: auto !important;
	background: #dee6e8 !important;
}
.cta-bg-flex p {
	font-size: 16px;
	line-height: 24px;
	color: #19399d !important;
}

.sidebar .widget-three h3.heading {
	font-size: 22px;
	line-height: 26px;
	color: #fcaf36;
	font-weight: 700;
	font-family: 'Ubuntu', sans-serif;
	border-bottom: 0px;
	text-transform: none;
	margin-bottom: 5px;
}



.sidebar .widget-three p {
	padding-bottom: 10px;
	color: #fff;
}
.contact-widget a {
	color: #7F2165;
}

.form-stick {
	position: -webkit-sticky;
	position: sticky !important;
	top: 10px;
}
.sidebar ul.menu {
    margin-left: 0;
}
.sidebar ul.menu li {
    border-bottom: 2px solid #fff;
    background-color: #19399d;
    text-indent: 0;
}
.sidebar ul.menu li:hover {

	border-left: 3px solid #fcaf36;
}
.sidebar ul.menu li a {
    color: #fff;
	font-weight: 500;
	font-size: 16px;
}
.sidebar ul.menu li a:hover {
    color: #fcaf36;
}

.brc-bg {
	background: url("../../uploads/2019/07/img_cta_bg_resource_center.jpg") no-repeat center !important;
	background-size: cover !important;
}

.rc-bg {
	background: url("../../uploads/2019/07/img_cta_bg_rc.jpg") no-repeat center !important;
	background-size: cover !important;
}

.sba-ebook-cta {
	background: url("../../uploads/2019/07/img_cta_bg_sba.jpg") no-repeat center !important;
	background-size: cover !important;
}

.home-tips {
	background: url("../../uploads/2019/07/img_cta_bg_business_woman.jpg") no-repeat center !important;
	background-size: cover !important;
}

.gpq-bg {
	background: url("../../uploads/2019/07/img_cta_bg_mortgage.jpg") no-repeat center !important;
	background-size: cover !important;
}

/*------------------------------------------*/
/*       11 - Footer Styles
/*------------------------------------------*/
.footer-widget-section {
  color: #19399d;
  background: #eef2f3;
	border-top: 2px solid #19399d;
}
.footer-widget-section a,
.footer-widget-section li {
  color: #19399d;
  font-size: 16px;
	font-weight: 400;
	line-height: 30px;
}
.footer-bottom {
  background: #19399d;
}
.footer-bottom a {
    color: #ffffff;
}
.footer-bottom a,
.footer-bottom p {
    font-size: 14px;
}
.footer-widget-section h4 {
    font-size: 21px;
	color: #7f2165;
}
footer h6 {
	color: #fff;
}
.footer-bottom #menu-footer-menu li, .footer-bottom #menu-footer-menu-1 li {
  display: inline-block;
}
.footer-bottom #menu-footer-menu li::after, .footer-bottom #menu-footer-menu-1 li::after {
  content: "//";
  color: #fcaf36;
  padding: 0 10px;
}
.footer-bottom #menu-footer-menu li:last-child::after, .footer-bottom #menu-footer-menu-1 li:last-child::after {
  content: "";
}
.click-to-call-cta {
  position: sticky;
  bottom: 0;
  width: 100%;
  padding: 15px 0;
  background: #fcaf36;
  display: none;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
}
.back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
  width: 60px;
  height: 60px;
  border: 0;
  border-radius: 2px;
  box-shadow: none;
  color: #ccc !important;
  font-size: 26px;
  line-height: 20px;
  text-align: center;
  cursor: pointer;
}
.back-to-top i {
  opacity: 0;
}
.button-top-visible i {
  opacity: 1;
}
.back-to-top i {
  font-size:30px;
}

/*------------------------------------------*/
/*       12 - 404 Page Styles
/*------------------------------------------*/
.error-page {
    padding: 90px 0;
    text-align: center;
}
.error-banner {
   background: #19399d;
   height: 90px;
   padding: 30px;
}
.error-banner h2 {
   padding: 0 30px;
   margin: 0;
   color: #ffffff;
}
.error-page h1 {
    font-size: 120px;
    line-height: 120px;
    font-weight: 700;
    color: #19399d;
}
/*------------------------------------------*/
/*       13 - Media Styles
/*------------------------------------------*/
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

@media (min-width: 769px) {
li.business ul.mega-sub-menu li.mega-menu-item {
  left: 50% !important;
}

.personal .mega-sub-menu .mega-menu-item {
  left: 8% !important;
}

.lending .mega-sub-menu .mega-menu-item {
  left: -2% !important;
}

.mortgage .mega-sub-menu .mega-menu-item {
  left: 20% !important;
 }
}

@media only screen and (max-width: 1199px) {
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link {
	padding: 0 10px !important;
	font-size: 14px !important;
	letter-spacing: 0px !important;
 }
}
@media only screen and (min-width: 992px) and (max-width: 1199px){
  #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item { margin: 0  !important; }
  .page-header .intro { padding: 30px 40px 30px 60px; }
  .blog-grid { margin-bottom: 20px; height: auto; }

  .blog-grid .blog-image {
  	max-height:130px;
  	height:130px;
  }
  .blog-grid .blog-image img {
  	max-height:130px;
  }
  #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link { line-height: 52px !important; }
}
@media only screen and (min-width: 768px) {
  .hide-desktop {
    display:none !important
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px){
  header .hide-mobile { display:none !important; }
  .mobile-header { display: block !important; }
 .page-header .row { margin: 0; }
 .page-header .intro { padding: 30px 30px 30px 60px; }
 .blog-grid { margin-bottom: 20px; height: auto; }
 .blog-grid .blogposts {
     min-height: 100%;
 }
 .blog-grid .blog-image {
 	max-height:100%;
 	height:auto;
 }
 .blog-grid .blog-image img {
 	max-height:100%;
 	height:auto;
 }
 .header-logo {
   -ms-flex: 0 0 50% !important;
   flex: 0 0 50% !important;
   max-width: 50% !important;
 }
 .header-right {
   -ms-flex: 0 0 31% !important;
   flex: 0 0 31% !important;
   max-width: 31% !important;
   padding-left: 0 !important;
   display: none;
 }
 .header-navigation {
   -ms-flex: 0 0 50% !important;
   flex: 0 0 50% !important;
   max-width: 50% !important;
   padding-right: 0 !important;
 }
 .account-2 {
	border-right: 0px;
	min-height: 0px;
 }
 #mega-menu-wrap-main-menu .mega-menu-toggle {
    line-height: 55px !important;
 }
 .mobile-header .online-banking-section {
    width: 390px;
 }
}

@media only screen and (max-width: 767px) {

h1 {
    font-size: 32px;
    line-height: 36px;
}

h2 {
    font-size: 24px;
    line-height: 28px;
}

h3 {
    font-size: 21px;
    line-height: 24px;
}
.row {
   margin-left: 0; margin-right: 0;
	}
.home-callout {
   padding: 100px 15px;
}
.home-callout a {
   letter-spacing: 1px;
   font-size: 18px;
}
.post-content p {
}
.mobile-header a {
   font-size: 14px;
}

.mobile-header {
    display: block;
  }
.page-full-header .intro {
	padding: 0;
	}
header .py-1 {
    padding:10px !important;
}
.header-logo img{
  max-width:100%;
}
.header-logo , .header-navigation {
  padding: 10px !important;
  margin: 0 !important;
}
.header-right {
    margin: 0 !important;
    padding: 0 10px !important;
	background: #ebedee;
}
.page-header .intro {
    padding: 10px 20px;
}
.col-md-9.page-content {
	padding-right: 5px;
}
.page-content, .blog-list {
    padding: 30px 0 0;
}
.page-content p {
	margin-bottom: 10px;
}
.page-content h2 {
	margin-top: 25px;
}

.banner-bg {
    -webkit-clip-path: none;
    clip-path: none;
	height: 135px !important;
	min-height: 135px;
  }
 .grey-box-bg, .account-compare, .blue-box-bg {
	 padding: 25px 0;
	margin: 0;
	}
	
.btn, .button, input[type="submit"], input[type=button], input[type=submit] {
		letter-spacing: 1px;
		font-weight: 700;
	}
.logos-mobile img {max-width: 200px !important; padding: 10px 0;}
.page-header .row { margin: 0; }
  #mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
    display: block !important;
  }
#mega-menu-wrap-login-menu {
	margin-top: 5px !important;
	}
#mega-menu-wrap-main-menu .mega-menu-toggle {
   line-height: 40px !important;
  height: 40px !important;
}
.hide-mobile { display:none !important; }
#mega-menu-wrap-login-menu #mega-menu-login-menu > li.mega-menu-flyout ul.mega-sub-menu {
   width: 220px !important;
   margin: 0 !important;
   position: absolute !important;
   left: -55px !important;
	top: 32px;
}
.header-right .justify-content-end { -ms-flex-pack: center !important; justify-content: center !important;}
#mega-menu-wrap-login-menu #mega-menu-login-menu li.mega-menu-item-has-children.mega-disable-link > a.mega-menu-link,
#mega-menu-wrap-login-menu #mega-menu-login-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link,
#mega-menu-wrap-login-menu #mega-menu-login-menu > li.mega-menu-item > a.mega-menu-link:hover,
#mega-menu-wrap-login-menu #mega-menu-login-menu > li.mega-menu-item > a.mega-menu-link:focus {
    border: 1px solid #19399d;
    padding: 0 10px;
    margin: 0 0 10px;
    line-height: 30px;
    height: 30px;
}

#mega-menu-wrap-login-menu #mega-menu-login-menu > li.mega-menu-flyout ul.mega-sub-menu {
		padding: 10px 5px !important;
 }
.footer-bottom {
    text-align: center;
	margin-bottom: 50px;
 }
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu.business > ul.mega-sub-menu,
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu.electronic > ul.mega-sub-menu,
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu.lending > ul.mega-sub-menu,
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu.personal > ul.mega-sub-menu,
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu {
	-webkit-clip-path: polygon(100% 0%, 100% 0, 100% 100%, 100% 100%, 0 100%, 0 0);
	clip-path: polygon(100% 0%, 100% 0, 100% 100%, 100% 100%, 0 100%, 0 0);
	 min-height: 0px;
	margin: 0;
	background-image: none !important;
	}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link {
		font-size: 18px !important;
 }
.wpsm-comptable .st-val {text-align: center !important;}
.wpsm-comptable th {color: #fff !important; background-color: #7F2165 !important;}
.blog-grid { margin-bottom: 20px; height: auto; }
.blog-grid .blogposts {
    min-height: 100%;
}
.blog-grid .blog-image {
	max-height:100%;
	height:auto;
}
.blog-grid .blog-image img {
	max-height:100%;
	height:auto;
}
.footer-widget-section a, .footer-widget-section li, .footer-widget-section p {
		text-align:center;
	}
.footer-widget-section h4 {
		text-align:center;
		margin-top: 15px;
	}
.click-to-call-cta {
  display: block;
  position: fixed;
	}
	a.back-to-top {display: none;}
 .account-1, .account-2, .account-short {
	border-right: 0px;
	min-height: 0px;
	 padding: 0;
 }
.intro-text p {
		font-size: 18px;
		line-height: 28px;
	}
.page-id-95 .widget-one {
		display: none;
	}
}
@media only screen and (max-width: 450px) {
	input[type="search"] {width: 55%;}
	.wmts_element.wmts_image_centering img {top: 0px !important;}
	.wmts_element.wmts_image_centering {min-height: 350px;}
	.container .row, .sidebar .row {margin: 0 !important;}
	.section-border-top {border-top: 0px; padding-top: 0px; }
	.mh-215 {min-height: 0px;}
	.panel-grid-cell {margin-bottom: 10px !important;}
	.footer-widget-section .d-flex {display: block !important;}
	.footer-widget-section .d-flex li { padding-bottom: 10px; }
	.home-banner h4 {display :none;}
	.popmake h2 {font-size: 42px; line-height: 48px;}
	.btn, .button {width: 100%; text-align: center; overflow-wrap: normal;}
	.breadcrumbs {display: none;}


}
