body {
/* 	font-family: 'Open Sans', sans-serif; */
	font-family: 'open sans' ,sans-serif !important;
}

pre {
	font-family: 'open sans' ,sans-serif !important;
	font-size:1em;
}

p, ul {
	color:#0a0a0a;
}

h1,h2,h3,h4,h5,h6 {
	color:#0a0a0a;
	font-weight:700 !important;
}

h1 {
	font-size:38px;
	margin-bottom:20px;
}

h2 {
	font-size:32px;
	margin-bottom:20px;
}

h3 {
/* 	font-size:28px; */
	font-size: 1.9375rem;
}

h4 {
	font-size:23px;
	font-weight:700 !important;
}

.pad-top {
	padding-top:40px !important;
}

.pad-bottom {
	padding-bottom:40px !important;
}

.section-white {
	background:#FFF;
	padding:10px 0px;
}

.section-grey {
	background:#F2F2F2;
	padding:10px 0px;
}

.invisible {
	display:none !important;
}

.visible {
	display:block !important;
}

.btn-learn,
.btn-outline-primary {
	display:inline-block;
	background:#EE3A43;
	color:#FFF !important;
	padding:10px 25px;
	margin-bottom:10px;
	font-weight:700;
	-webkit-transition: background 0.5s; /* Safari */
	transition: background 0.5s;
	border:none;
	border-radius:0px;
	text-align: center;
	/*width: 100%;*/
}

.btn-learn:hover,
.btn-learn:active,
.btn-learn:focus {
    background:#d61d27 !important;
    color:#FFF !important;
    text-decoration:none;
    border:none;
    -webkit-box-shadow: none !important;
    box-shadow:none !important;
}

.btn-learn:visited {
	color:#FFF !important;
	border:none;
	-webkit-box-shadow: none !important;
	box-shadow:none !important;
}

.btn-learn.btn-secondary {
	background:#1A3463;
}

.col-sm-3 .btn-learn {
	width:100%;
}

.footnote {
	font-size:10px;
	line-height:normal;
}

.hotel-highlights {
	text-align:center;
	margin-bottom:50px;
	font-size:20px;
}

.hotel-highlights h3 {
	font-size:25px;
	margin:50px 0px 20px;
}

.hotel-row {
	margin:0px;
}

.hotel-icons {
	text-align:left;
	position:relative;
	font-size:20px;
}

.hotel-icons .fa-check {
	color:#EE3A43;
	margin-right:10px;
	position:absolute;
	top:6px;
	left:10px;
}

.hotel-icons p {
	padding-left:30px;
	margin:0px;
}

.hotel-form-header {
	margin-top:20px;
	margin-bottom:10px;
	font-size:30px;
}

.hotel-form-intro {
	font-size:18px;
	margin:15px 0px 30px;
}

.hotel-form {
	margin:20px 0px;
}

.hotel-form input[type="text"],
.hotel-form input[type="email"]{
	border-radius:0px;
	max-width:500px;
	margin:0px auto;
	padding:10px 15px;
	font-size:18px;
	font-weight:600;
	color:#bcbcbc;
}

.hotel-form textarea {
	border-radius:0;
	max-width:500px;
	margin:0 auto;
	padding:10px 15px;
	font-size:18px;
	font-weight:600;
	color:#bcbcbc;
}

.hotel-form input[type="submit"] {
	border-radius:0px;
	text-transform:uppercase;
	background:#EE3A43;
	border:none;
	width:180px;
	height:50px;
	font-size:20px;
	margin:10px 0px;
	display:inline-block;
}

.hotel-form select {
	border-radius:0px;
	max-width:500px;
	margin:0px auto;
	padding:10px 15px;
	font-size:18px;
	font-weight:600;
	color:#bcbcbc;
}

.hotel-form input[type="submit"]:hover {
	border-radius:0px;
	text-transform:uppercase;
	background:#D61D27 !important;
}

.hotel-form span.ajax-loader {
	width:0px;
}

/* WCEXPO PAGE */

.wcexpo-highlights {
	text-align:left;
	margin-bottom:30px;
}

.wcexpo-highlights h3 {
	font-size:20px;
	margin:30px 0px 10px;
}

.wcexpo-row {
	margin:0px;
}

.wcexpo-icons {
	text-align:left;
}

.wcexpo-icons .fa-check {
	color:#EE3A43;
	margin-right:10px;
}

.wcexpo-form-header {
	margin-top:20px;
	margin-bottom:10px;
}

.wcexpo-form {
	text-align:center;
	margin:20px 0px;
}

.wcexpo-form input[type="text"],
.wcexpo-form input[type="email"]{
	border-radius:0px;
	max-width:500px;
	margin:0px auto;
}

.wcexpo-form input[type="submit"] {
	border-radius:0px;
	text-transform:uppercase;
	background:#EE3A43;
	border:none;
}

.wcexpo-form input[type="submit"]:hover {
	border-radius:0px;
	text-transform:uppercase;
	background:#D61D27;
}

/*BCL PAGE*/
.red-highlight-text {
	color:#EE3A43;
}

.blue-highlight-text {
	color:#0c5aa0;
}

.bcl-columns {
	margin:20px auto 40px;
	display:inline-block;
	vertical-align:top;
	width:85%;
}

.bcl-column {
	display:inline-block;
	vertical-align:top;
	height:100px;
	width:100%;
	border:none;
	border-top:solid 2px #284d94;
	padding:15px 5px 0px;
}

.bcl-column:first-child {
	border-top:none;
}

.bcl-form-intro {
	max-width:767px;
	margin:20px auto 0px;
}

.bcl-form {
	text-align:center;
	margin-top:20px;
}

.bcl-form input[type="text"],
.bcl-form input[type="email"]{
	border-radius:0px;
	max-width:500px;
	margin:0px auto;
}

.bcl-form input[type="submit"] {
	border-radius:0px;
	text-transform:uppercase;
	background:#2c5398;
	border:none;
}

.bcl-form input[type="submit"]:hover {
	border-radius:0px;
	text-transform:uppercase;
	background:#3460ad;
}

.bcl-disclaimer {
	font-size:11px;
	max-width:600px;
	margin:0px auto;
}

/*END BCL*/

/* Verticals ase size */
#large-banner.vertical-large-banner .page-title {
	font-size: 45px;
	font-weight: 800;
	letter-spacing: -3px;
	line-height: 42px;
	text-shadow: 3px 3px 6px rgba(0,0,0,0.7);
	text-transform: uppercase;
	top: calc(50% - 63px);
	max-width: 98%;
	width: 100%;
}

/* Verticals two line titles */
#large-banner.vertical-large-banner.custom_continuing .page-title,
#large-banner.vertical-large-banner.custom-energy .page-title,
#large-banner.vertical-large-banner.custom-healthcare .page-title,
#large-banner.vertical-large-banner.custom-hospitality .page-title,
#large-banner.vertical-large-banner.custom-insurance .page-title,
#large-banner.vertical-large-banner.custom-real-estate .page-title {
	top: calc(50% - 42px);
}

/* Verticals four line titles */
#large-banner.vertical-large-banner.custom-ndil .page-title,
#large-banner.vertical-large-banner.custom-property-mgmt .page-title {
	top: calc(50% - 84px);
}

/* Custom NDIL content */
.ndil-custom-list .col-sm-9 th {
    max-width: 30%;
    width: 30%;
}

.ndil-custom-list .col-sm-9 td {
    max-width: 70%;
    width: 70%;
}

.ndil-custom-list .col-sm-9 table {
     border: none;
}

.ndil-custom-list tr:nth-child(even) th,
.ndil-custom-list tr:nth-child(even) td {
    border: none;
    background-color: #e7e7e8;
}

#header {
	text-align:right;
	position:relative;
	height:80px;
	margin-bottom:0px;
}

#header .logo {
	padding:21px 21px 0px 21px;
	display:inline-block;
	float:left;
}

#header .logo .custom-logo {
	max-width:235px;
	height:auto;
}

#header .menu-buttons {
	display:none;
}

#bm-logo-svg-id { 
	fill:#FFF;
	transition:1s;
	height:15px;
}

.bm-logo:hover #bm-logo-svg-id { 
	fill:#EE3A43;
}

/*Main and mobile search styles*/
.search-form-wrapper {
	display:block;
	margin:13px 20px 20px;
	font-size:0;
}

.search-form-wrapper .form-control,
.search-form-wrapper .form-control:focus {
	background:none;
	color:#FFF;
	border:solid 1px #FFF;
	border-right:none;
	border-radius:0px;
	display:inline-block;
	margin-right:-40px;
	box-shadow:none;
	width:100%;
	max-width:300px;
}

.search-form-wrapper .search-submit {
	background:none;
	height:38px;
	width:40px;
	display:inline-block;
	vertical-align:top;
	border:solid 1px #FFF;
	border-left:none;
	border-radius:0px;
}

.search-form-wrapper .search-submit:hover {
	cursor:pointer;
}

/*MAIN MENU*/
#main-menu .menu-header-search,
#main-menu .menu-primary,
#main-menu .menu-login {
	text-align:center;
	padding:20px;
	width:100%;
	position:static;
	background: #14294c; /* Old browsers */
	background: -moz-linear-gradient(top,  #14294c 0%, #1e3b70 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #14294c 0%,#1e3b70 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #14294c 0%,#1e3b70 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=â€˜#14294câ€™, endColorstr=â€˜#1e3b70â€™,GradientType=0 ); /* IE6-9 */
}

#main-menu .menu-login .login-type,
#main-menu .menu-primary .login-type {
	color:#ee3a43;
	font-size:14px;
	font-weight:700;
	line-height:21px;
}

#main-menu .menu-login .btn-login-inner,
#main-menu .menu-primary .btn-login-inner {
	color:#FFF;
	font-size:14px;
	line-height:21px;
	font-weight:700;
	border:2px solid #FFF;
	display:inline-block;
	background:#ee3a43;
	padding:10px 25px;
	margin:10px 0px 10px 20px;
	transition:background .5s;
}

#main-menu .menu-login .btn-login-inner:hover,
#main-menu .menu-primary .btn-login-inner:hover {
	background:#D61D27;
	text-decoration:none;
}

#main-menu .menu-primary ul {
	width:100%;
	margin-top:20px;
}

#main-menu .menu-primary ul,
#main-menu .menu-primary ul li {
	padding:0px;
	display:inline-block;
	vertical-align:top;
	font-size:0;
	text-align:left;
}

#main-menu .menu-primary ul li {
	width:16.6%;
	margin:0px;
}

#main-menu .menu-primary ul li a {
	border-bottom:solid 2px #CE5347;
	font-size:16px;
	line-height:normal;
	font-weight:700;
	width:100%;
	display:inline-block;
	padding-bottom:5px;
}

#main-menu .menu-primary ul li ul,
#main-menu .menu-primary ul li ul li {
	display:block;
	margin-top:0px;
}

#main-menu .menu-primary ul li ul li {
	width:100%;
}

#main-menu .menu-primary ul li ul li a {
	border-bottom:none;
	font-weight:normal;
	font-size:14px;
	line-height:normal;
	padding:10px 10px 10px 0px;
}

#main-menu .menu-primary ul li a {
	color:#FFF;
}

#main-menu .menu-primary ul li a:hover {
	color:#ee3a43;
	text-decoration:none;
}

#main-menu .menu-primary ul li:hover ul li a {
	color:#FFF;
}

#main-menu .menu-primary ul li:hover ul li:hover a {
	color:#ee3a43;
}

#main-menu .search-form-wrapper .form-control {
	width:200px;
}

/*MOBILE MENU*/
#main-menu .menu-primary {
	display:none;
}

#header .desktop-menu {
	display:none !important;
}

#header .menu-button-mobile {
	position:absolute;
	top:30px;
	right:20px;
	cursor:pointer;
}

#header .menu-button-mobile .fa-icon {
	color:#00529b;
}

#main-menu .menu-primary-mobile {
	text-align:left;
	padding:20px 0px 0px;
	width:100%;
	height:100vh;
	overflow:hidden;
	position:relative;
	background:#2B457B;
}

#main-menu .menu-primary-mobile .login-type {
	color:#ee3a43;
	font-size:14px;
	font-weight:700;
	line-height:21px;
	width:140px;
	display:inline-block;
	margin-left:20px;
}

#main-menu .menu-primary-mobile .btn-login-inner {
	color:#FFF;
	font-size:14px;
	line-height:21px;
	font-weight:700;
	border:2px solid #FFF;
	display:inline-block;
	background:#ee3a43;
	padding:5px 25px;
	margin:0px 0px 10px 0px;
	transition:background .5s;
}

#main-menu .menu-primary-mobile .btn-login-inner:hover {
	background:#D61D27;
	text-decoration:none;
}

#main-menu .menu-button-mobile-close {
	position:absolute;
	top:30px;
	right:19px;
	z-index:12;
	cursor:pointer;
}

.logged-in #main-menu .menu-button-mobile-close {
	top:76px;
}

#main-menu .menu-button-mobile-close .fa-icon {
	color:#FFF;
}

#main-menu .menu-primary-mobile ul,
#main-menu .menu-primary-mobile ul li {
	padding:0px;
	display:block;
	vertical-align:top;
	font-size:0;
	text-align:left;
}

#main-menu .menu-primary-mobile ul {
	width:100%;
	padding:0px;
	margin:-20px auto 0px;
	position:relative;
}

#main-menu .menu-primary-mobile ul li {
	width:calc(100% - 20px);
	margin:0px;
}

#main-menu .menu-primary-mobile ul > li a:after {
	font-family: "Font Awesome 5 Pro";
    content: "\f0da";
    float:right;
    margin-right:10px;
}

#main-menu .menu-primary-mobile ul li a {
	font-size:16px;
	line-height:34px;
	width:calc(100% - 20px);
	display:inline-block;
	color:#FFF;
	padding-left:10px;
	margin:0px 20px;
	border-bottom: 1px solid #ce5347;
}

#main-menu .menu-primary-mobile ul li a:hover {
	color:#ee3a43;
	text-decoration:none;
}

#main-menu .menu-primary-mobile ul li ul,
#main-menu .menu-primary-mobile ul li ul li {
	display:block;
	margin-top:0px;
}

#main-menu .menu-primary-mobile ul li ul {
	color:#FFF;
	border-top:none;
	background:#2B457B;
	padding:34px 0px 0px;
	margin:0px;
	position:absolute;
	top:0px;
	left:100%;
	min-height:220px;
}

#main-menu .menu-primary-mobile ul li ul li {
	width:calc(100% - 20px);
}

#main-menu .menu-primary-mobile ul li ul li a {
	font-size:16px;
	line-height:34px;
	margin:0px 20px;
	width:calc(100% - 20px);
}

#main-menu .menu-primary-mobile ul > li > ul > li a:after {
	content:'';
}

#main-menu .menu-primary-mobile ul li:hover ul li a {
	color:#FFF;
}

#main-menu .menu-primary-mobile ul li:hover ul li:hover a {
	color:#ee3a43;
}

#main-menu .menu-primary-mobile .btn-back-mobile {
	font-size:16px;
	line-height:34px;
	color:#FFF;
	display:block;
	width:calc(100% - 40px);
	position:relative;
	top:15px;
	left:100%;
	margin-left:20px;
	padding-left:10px;
	z-index:100;
	border-bottom: 1px solid #ce5347;
}

#main-menu .menu-primary-mobile .btn-back-mobile:hover {
	cursor:pointer;
}

#main-menu .menu-primary-mobile .search-form-wrapper {
	margin-bottom:0px;
}
/*End Mobile Menu*/

/*INNER CONTENT*/
#hero {
	position:relative;
}

#hero .hero-header {
	position:absolute;
	bottom:10%;
	left:0px;
	display:block;
	width:100%;
	text-align:center;
	color:#FFF;
	font-size:2em;
	font-weight:100;
	padding:0px 20px;
}

#hero .hero-header .hero-header-bold {
	font-weight:900;
}

#hero .hero-image {
	width:100%;
}

#rainbow-header {
	background:url('../images/bar.png') no-repeat;
	background-size:cover;
	margin-bottom:20px;
}

#rainbow-header h1 {
	color:#FFF;
	font-size:2.5rem;
	font-weight:700;
	margin:25px 0px;
}

#large-banner {
	position:relative;
	margin-bottom:20px;
	height:230px;
	overflow:hidden;
	background-repeat:no-repeat !important;
	background-position:60% !important;
	background-size:200% auto !important;
}

#large-banner .banner-background {
	display:none;
}

#large-banner .page-title {
	color:#FFF;
	font-size:20px;
	font-weight:400;
	line-height:36px;
	margin:0px;
	position:absolute;
	top:6%;
	left:20px;
}

#large-banner .tagline {
	color:#FFF;
	font-size:13px;
	font-weight:800;
	line-height:normal;
	margin:0px;
	padding-right:100px;
	position:absolute;
	top:40%;
	left:20px;
}

#large-banner .custom-banner-lg {
	position:absolute;
	top:5%;
	left:8.5%;
	width:calc(100% - 17%);
}

#large-banner .bcl-banner-title,
#large-banner .wcexpo-banner-title,
#large-banner .hotel-banner-title {
	color:#FFF;
	font-size:24px;
	font-weight:800;
	line-height:normal;
	margin:0px;
	width:55%;
	display:none;
}

#large-banner .bcl-banner-title-mobile,
#large-banner .wcexpo-banner-title-mobile,
#large-banner .hotel-banner-title-mobile {
	color:#FFF;
	font-size:24px;
	font-weight:800;
	line-height:normal;
	margin:0px;
	width:55%;
	display:block;
}

#large-banner .wcexpo-banner-title-mobile,
#large-banner .hotel-banner-title-mobile {
	width:75%;
	font-size:20px;
}

#large-banner .bcl-banner-tagline,
#large-banner .wcexpo-banner-tagline,
#large-banner .hotel-banner-tagline {
	color:#FFF;
	font-size:18px;
	font-weight:400;
	line-height:normal;
	margin:0px;
	width:55%;
}







#large-banner-landing {
	position:relative;
	margin-bottom:20px;
	height:300px;
	background-size:100%;
}

#large-banner-landing .banner-landing-wrapper {
	position:absolute;
	top:5%;
	left:5%;
	width:90%;
}

#large-banner-landing .page-title-landing {
	color:#FFF;
	font-size:24px;
	font-weight:400;
	line-height:normal;
	margin:0px;
	display:block;
}

#large-banner-landing .headline-landing {
	color:#FFF;
	font-size:28px;
	font-weight:800;
	line-height:normal;
	margin:0px;
	display:block;
}

#large-banner-landing .tagline-landing {
	color:#FFF;
	font-size:14px;
	font-weight:400;
	line-height:normal;
	margin:0px;
	display:block;
	width: 80%;
}

#large-banner-landing .landing-button {
	display:inline-block;
}

#large-banner-landing .banner-background-landing {
	width:100%;
	display:none;
}

#large-banner-variant {
	position:relative;
	margin-bottom:20px;
}

#large-banner-variant .page-title-variant {
	color:#FFF;
	font-size:20px;
	font-weight:400;
	line-height:36px;
	margin:0px;
	position:absolute;
	top:0px;
	left:20px;
}

#large-banner-variant .tagline-variant {
	color:#FFF;
	font-size:11px;
	font-weight:800;
	line-height:normal;
	margin:0px;
	padding-right:20px;
	position:absolute;
	top:30%;
	left:20px;
}

#small-banner {
	position:relative;
	margin-bottom:20px;
}

#small-banner .small-tagline {
	color:#FFF;
	font-size:20px;
	font-weight:800;
	margin:0px;
	position:absolute;
	top:25%;
	left:0px;
	z-index:1;
	width:100%;
	display:block;
	text-align:center;
}

#cta-banner {
	position:relative;
	height:300px;
	overflow:hidden;
}

#cta-banner .cta-headline {
	color:#FFF;
	font-size:22px;
	font-weight:800;
	margin:50px 0px 10px;
}

#cta-banner .cta-tagline {
	color:#FFF;
	font-size:16px;
	font-weight:400;
	margin:0px 0px 10px;
	padding-right:20px;
	width:100%;
}

#cta-banner.contact-cta .cta-headline {
	font-size:28px;
}

#cta-banner.contact-cta .cta-tagline {
	font-size:18px;
	width:85%;
}

#cta-banner .cta-button {
	padding:10px 15px;
	font-size:16px;
}

#cta-banner .cta-button-home {
	padding:0px;
}

#cta-banner .cta-button-home input {
	background:0px;
	margin:0px;
	padding:10px 25px;
	border:none;
	font-weight:700;
}

#large-banner .banner-background,
#large-banner-variant .banner-background-variant,
#small-banner .banner-background,
#cta-banner .cta-banner-background {
	width:100%;
}

#cta-banner .cta-banner-background {
	display:none;
}

#welcome-section {
	position:relative;
	margin:30px 0px 10px;
	padding:0px 0px;
}

#welcome-section .welcome-image {
	width:100%;
}

#welcome-section .welcome-text {
	font-size:20px;
	line-height:34px;
	font-weight:700;
	color:#3e444d;
	text-align:center;
}

#welcome-section .btn-play {
	display:block;
	margin:-35px auto 0px;
	padding:0px;
	width:70px;
}

#hover-blocks {
	display:inline-block;
	width:100%;
}

#hover-blocks .hover-block {
	display:block;
	font-size:0;
	width:100%;
	height:150px;
	margin:0px 0px 20px;
	position:relative;
	overflow:hidden;
}

#hover-blocks .hover-block:nth-child(2) {
	margin-right:0px;
	margin-left:0px;
}

#hover-blocks .hover-block .hover-area {
	color:#FFF;
	text-decoration:none;
	height:150px;
	width:100%;
	display:inline-block;
	position:absolute;
	top:0px;
	left:0px;
	z-index:3;
}

#hover-blocks .hover-block .hover-background {
	width:100%;
}

#hover-blocks .hover-block .hover-overlay {
	height:150px;
	width:100%;
	background: rgba(0, 0, 0, 0.8);
	position:absolute;
	top:0px;
	left:0px;
	z-index:3;
/* 	opacity:0.7; */
	transition: background-color 1s ease-out;
}

#hover-blocks .hover-block:hover .hover-overlay {
	opacity:0.65;
	cursor:pointer;
}

#hover-blocks .hover-block .hover-main-text {
	position:absolute;
	top:10%;
	left:0px;
	z-index:4;
	font-size:14px;
	font-weight:700;
	line-height:normal;
	display:inline-block;
	width:100%;
	text-align:left;
	color:#FFF;
	padding:0px 20px;
}

#hover-blocks .hover-block .hover-tagline {
	position:absolute;
	top:25%;
	left:0px;
	z-index:4;
	font-size:13px;
	font-weight:normal;
	display:inline-block;
	width:75%;
	height:0px;
	text-align:left;
	color:#FFF;
	padding:0px 20px;
	opacity:1;
	transition:opacity 1s;
}

#hover-blocks .hover-block:hover .hover-tagline {
	opacity:1;
}

#hover-blocks .hover-block .hover-main-text.front,
#hover-blocks .hover-block .hover-tagline.front {
	text-align:center;
}

#hover-blocks .hover-block .hover-main-text.front {
	top:45%;
}

#cta-columns {
	display:inline-block;
	width:100%;
}

#cta-columns .cta-column {
	display:block;
	width:100%;
	text-align:center;
	vertical-align:middle;
	font-size:18px;
	color:#0C5AA0;
	padding:50px 0px;
}

#cta-columns .cta-column1 {
	display:block;
	width:100%;
	text-align:center;
	vertical-align:middle;
	font-size:18px;
	color:#0C5AA0;
	padding:50px 0px;
}

#cta-columns .cta-column:nth-child(2) {
	border-top:solid 1px #cddde7;
	border-bottom:solid 1px #cddde7;
}

#cta-columns .cta-column1:nth-child(2) {
	border-top:solid 1px #cddde7;
	border-bottom:solid 1px #cddde7;
}

#cta-columns .cta-column .cta-column-link {
	color:#1779ba;
}

#cta-columns .cta-column1 .cta-column-link {
	color:#1779ba;
}

#cta-columns .cta-column .arrow-link {
	display:block;
	margin-top:10px;
}

#cta-columns .cta-column1 .arrow-link {
	display:block;
	margin-top:10px;
}

/* Three, Four and Five Box Layouts */
#two-box .col-sm-6,
#three-box .col-sm-4,
#four-box .col-sm-3,
#five-box .col-sm {
	margin-bottom: 1.5rem;
}

#two-box .col-sm-6 > div,
#three-box .col-sm-4 > div,
#four-box .col-sm-3 > div,
#five-box .col-sm > div { /* Updated 3/9/2020 */
	background-color: #f5f5f5;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
    width: 100%;
}

#two-box .col-sm-6 p,
#three-box .col-sm-4 p,
#four-box .col-sm-3 p,
#five-box .col-sm p {
	margin-bottom: 0;
}

#two-box .col-sm-6 p:nth-child(1),
#three-box .col-sm-4 p:nth-child(1),
#four-box .col-sm-3 p:nth-child(1),
#five-box .col-sm p:nth-child(1) {
	margin-bottom: 2rem;
}

#two-box .col-sm-6 p:nth-child(1) img,
#three-box .col-sm-4 p:nth-child(1) img,
#three-box .col-sm-4 p:nth-child(1) svg,
#four-box .col-sm-3 p:nth-child(1) img,
#four-box .col-sm-3 p:nth-child(1) svg,
#five-box .col-sm p:nth-child(1) img,
#five-box .col-sm p:nth-child(1) svg {
	max-height: 110px;
}

#two-box .col-sm-6 p:nth-child(2) strong,
#three-box .col-sm-4 p:nth-child(2) strong,
#four-box .col-sm-3 p:nth-child(2) strong,
#five-box .col-sm p:nth-child(2) strong {
	font-size: 1.1rem;
}

/* Added 3/9/2020 Business Online Banking */
.tab-boxes .col-sm > div {
    width: 100%;
}

.tab-boxes .col-sm p:nth-child(1) {
    height: 110px;
}









#career-search {
	text-align:center;
}

#career-search .career-link {
	font-size:24px;
	color:#1779ba;
}

#career-search .career-link:hover,
#career-search .career-link:active,
#career-search .career-link:visited,
#cta-columns .cta-column .cta-column-link:hover,
#cta-columns .cta-column .cta-column-link:active,
#cta-columns .cta-column .cta-column-link:visited {
	color:#1468a0;
	text-decoration:none !important;
}

#social-blocks {
	margin:20px 0px 0px;
}

#social-blocks .social-block {
	display:block;
	text-align:center;
	width:300px;
	height:504px;
	margin:0px auto;
	border:solid 1px #cddde7;
	overflow:hidden;
}

#social-blocks .social-link {
	display:block;
	text-align:center;
	width:300px;
	margin:0px auto 20px;
	padding:20px 10px;
	font-size:18px;
	background:#cddde7;
}

#social-blocks .social-link a,
#social-blocks .social-link i {
	color:#FFF;
}

#social-blocks .social-link a:hover {
	text-decoration:none;
}

.breadcrumbs {
	text-transform:uppercase;
	font-size:.6875rem;
	color:#393939;
}

.breadcrumbs span {
	padding:0px 5px;
}

.breadcrumbs span:first-of-type {
	padding-left:0px;
}

.breadcrumbs a {
	color:#1779ba;
}

/*FOOTER*/
#footer {
	text-align:center;
	background:#D2DCE6;
	border-top:solid 35px #a9bcd0;
	padding:40px 20px;
}

.home #footer {
	margin-top:0px;
}

#footer .social-icons {
    margin-top:20px auto;
    padding-top:20px;
    text-align:center;
}

#footer .social-icons i {
    color: #393939;
    padding: 0px 2px;
}

#footer .footer-menu {
	margin:20px auto;
	width:80%;
}

#footer .footer-menu ul,
#footer .footer-menu ul li {
	margin:0px;
	padding:0px;
	display:inline-block;
}

#footer .footer-menu ul li {
	padding:0px !important;
	margin:0px !important;
	line-height:5px !important;
	border-left:solid 1px #393939;
	font-size:0px;
}

#footer .footer-menu ul li:first-of-type {
	border-left:none;
}

#footer .footer-menu ul li a {
	color:#393939;
	padding:3px 0px 0px 5px;
	margin:0px;
	font-size:11px;
	display:inline-block;
}

#footer .copyright {
	font-size:11px;
	display:inline-block;
	width:80%;
	color:#393939;
}

#footer .fdic {
	margin:20px auto;
}

#footer .os-links {
	margin:10px auto;
	display:inline-block;
}

#footer .os-links .os-link {
	display:inline-block;
	color:#FFF;
	background:#000;
	border-radius:5px;
	padding:5px 10px;
	width:200px;
	font-size: 0.85em;
	margin:0px;
	float:none;
}

.ln-header {
    color: #0064a3;
    text-transform: uppercase;
    border-bottom: 1px solid #0064a3;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.ln-subhead {
	font-size: 24px;
}

.ln-title {
	font-size: 18px;
    font-weight: 100 !important;
    border-top: 1px dashed #9fbdd1;
    padding-top: 5px;
    color: #393939;
}

.thought-leadership-box {
    background-color: #e5f1f8;
    padding: 20px;
}

.tl-header {
    font-size: 2.5em;
    font-weight: 800 !important;
    font-family: open sans,sans-serif;
}

.tl-title {
	font-size: 1.5em;
    color: #393939;
    font-weight: 300 !important;
    border-bottom: 1px solid #393939;
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-family: open sans,sans-serif;
}

/* BOB LOGIN */
#two-block-banner-inner {
	padding-bottom: 20px;
	padding-top: 20px;
}

#two-block-banner-wrapper .left-block,
#two-block-banner-wrapper .right-block {
	opacity: .65;
	margin: 0 20px;
	max-width: 100%;
}
	
#two-block-banner-wrapper .left-block {
	background-color: #c40000;
	margin-bottom: 20px;
}
	
#two-block-banner-wrapper .right-block {
	background-color: #003385;
}
	
#two-block-banner-wrapper .two-block-content {
	margin: 0 auto;
	min-height: 260px;
	opacity: 1;
	padding: 20px;
	text-align: center;
}
	
#two-block-banner-wrapper .two-block-content p {
	color: #fff;
	font-size: 19px;
}

#two-block-banner-wrapper .two-block-content a,
#two-block-banner-wrapper .two-block-content a:visited {
	border: 2px solid rgba(255,255,255,0.8);
	color: #fff;
	display: inline-block;
	font-size: 22px;
	font-weight: 700;
	padding: 6px 24px;
	text-transform: uppercase;
}

#two-block-banner-wrapper .two-block-content a:hover,
#two-block-banner-wrapper .two-block-content a:focus,
#two-block-banner-wrapper .two-block-content a:active {
	background-color: rgba(0,0,0,.33);
	border: 2px solid #fff;
	text-decoration: none;
}
	
#two-block-banner-wrapper .two-block-content a:before {
	content: '\f023';
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	padding-right: .5em;
}

#two-block-banner-wrapper + .section-white {
	margin-top: 1em;
	margin-bottom: .5em;
}

#two-block-banner-wrapper + .section-white .col-sm-6 p {
	margin-bottom: 0;
}	

.page-template-login .tab-boxes a,
.page-template-login .tab-boxes a:visited,
.page-template-login a.mobilenav,
.page-template-login a.mobilenav:visited,
.page-template-login a.applink,
.page-template-login a.applink:visited { /*App link styles added */
	background-color: #cd5148;
	background-color: #ee3a43;
	color: #fff;
	display: inline-block;
	font-weight: 700;
	margin-top: 1rem;
	padding: 10px 0;
	width: 144px;
}

.page-template-login a.mobilenav {
	width: 100%;
}
	
.page-template-login .tab-boxes a:hover,
.page-template-login .tab-boxes a:focus,
.page-template-login .tab-boxes a:active,
.page-template-login a.mobilenav:hover,
.page-template-login a.mobilenav:focus,
.page-template-login a.mobilenav:active,
.page-template-login a.applink:hover,
.page-template-login a.applink:focus,
.page-template-login a.applink:active { /*App link styles added */
	background-color: #d61d27;
	text-decoration: none;
}

.page-template-login .box-one.inactive-tab,
.page-template-login .box-two.inactive-tab,
.page-template-login .box-three.inactive-tab,
.page-template-login .box-four.inactive-tab,
.page-template-login .box-five.inactive-tab { /* updated 3/9/2020 */
	opacity: .5;
}

.page-template-login .box-one.current-tab,
.page-template-login .box-two.current-tab,
.page-template-login .box-three.current-tab,
.page-template-login .box-four.current-tab,
.page-template-login .box-five.current-tab { /* updated 3/9/2020 */
	opacity: 1.0;
}

/* App link styles added */
.page-template-login .apps-links {
    list-style: none;
    margin: 1em 0;
    padding: 0;
}

.page-template-login .apps-links li {
    margin: 0;
    padding: 0;
}

.page-template-login a.applink {
    max-width: 100%;
    text-align: center;
    width: 100%;
}

.page-template-login .question strong:before,
.page-template-login .question.inactive strong:before {
	content: '\f067';
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	font-size: .9em;
	padding-right: .5em;
}

.page-template-login .question.active strong:before {
	content: '\f068';
}

.page-template-login .answer {
	padding-left: 1em;
}

/* Help Videos Vimeography styles*/
.vimeography-thumbnail-img {
	border-radius: 0 !important;
	border: 1px solid #666;
	border-right: none;
}

.vimeography-player iframe {
	border: 1px solid #666;
}

.vimeography-info {
	text-align: left !important;
}

.vimeography-info .vimeography-title {
	margin: 1em 0 !important;
}

.vimeography-info .vimeography-title:after {
	display: none !important;
}

.vimeography-info .vimeography-description {
	max-width: 100% !important;
}

/*MEDIA QUERIES*/

@media (min-width:400px) {
	#large-banner .tagline {
		font-size:18px;
	}
	
	#rainbow-header h1 {
		font-size:3rem;
	}
	.container {
		padding: 0 7.5%;
	}	
    
	/* BOB LOGIN */
	#two-block-banner-wrapper .two-block-content {
		min-height: 230px;
	}
}

@media (min-width:480px) {
	
	/* BOB LOGIN */
	#two-block-banner-inner {
		padding-bottom: 30px;
		padding-top: 30px;
	}
	
	#two-block-banner-wrapper .left-block,
	#two-block-banner-wrapper .right-block {
		margin: 0 30px;
	}
	
	#two-block-banner-wrapper .left-block {
		margin-bottom: 30px;
	}
	
	#two-block-banner-wrapper .two-block-content {
		min-height: 260px; /* was 330 */
		padding: 30px;
	}
	
	#two-block-banner-wrapper .two-block-content p {
		font-size: 22px;
	}
	
	#two-block-banner-wrapper .two-block-content a {
		font-size: 26px;
	}
	
	.page-template-login a.mobilelink {
		display: none;
	}
}

@media (min-width:690px) {
	
	/* Verticals four line titles for verticals */
    #large-banner.vertical-large-banner.custom-ndil .page-title,
	#large-banner.vertical-large-banner.custom-property-mgmt .page-title {
		font-size: 72px;
		letter-spacing: -5px;
		line-height: 64px;
		top: calc(50% - 128px);
	}
    
    /* Verticals custom three line */
    #large-banner.vertical-large-banner.custom-ndil .page-title {
        top: calc(50% - 96px);
    }
}

@media (min-width:576px) {
	#hero .hero-header {
		bottom:20%;
		font-size:3em;
	}

	#large-banner {
		height:auto;
		max-height:400px;
		background:none !important;
	}

	#large-banner .banner-background {
		display:block;

	}

	#large-banner .page-title {
		font-size:24px;
		line-height:36px;
		top:30%;
		left:10%;
	}

	#large-banner .tagline {
		font-size:25px;
		padding-right:100px;
		top:45%;
		left:10%;
	}

	#large-banner .bcl-banner-title,
	#large-banner .wcexpo-banner-title,
	#large-banner .hotel-banner-title {
		display:block;
	}

	#large-banner .bcl-banner-title-mobile,
	#large-banner .wcexpo-banner-title-mobile,
	#large-banner .hotel-banner-title-mobile {
		display:none;
	}
	
	#large-banner .bcl-banner-title {
		display:block;
	}

	#large-banner .bcl-banner-title-mobile {
		display:none;
	}
	
	/* Verticals desktop size */
	#large-banner.vertical-large-banner {
		max-height: 500px;
	}
	
	/* Verticals three line titles */
	#large-banner.vertical-large-banner .page-title {
		font-size: 72px;
		letter-spacing: -5px;
		line-height: 64px;
		top: calc(50% - 96px);
	}
    
    /* Verticals custom three line */
    #large-banner.vertical-large-banner.custom-ndil .page-title {
        font-size: 45px;
		letter-spacing: -3px;
		line-height: 42px;
        top: calc(50% - 72px);
    }
	
	/* Verticals two line titles */
	#large-banner.vertical-large-banner.custom_continuing .page-title,
	#large-banner.vertical-large-banner.custom_energy .page-title,
	#large-banner.vertical-large-banner.custom-escrow .page-title,
	#large-banner.vertical-large-banner.custom-healthcare .page-title,
	#large-banner.vertical-large-banner.custom-hospitality .page-title,
	#large-banner.vertical-large-banner.custom-insurance .page-title,
	#large-banner.vertical-large-banner.custom-real-estate .page-title,
	#large-banner.vertical-large-banner.custom-title .page-title{
		font-size: 72px;
		letter-spacing: -5px;
		line-height: 64px;
		top: calc(50% - 64px);
	}
	
	/* Verticals four line titles -- keep smaller size longer */
	#large-banner.vertical-large-banner.custom-property-mgmt .page-title {
		font-size: 45px;
		letter-spacing: -3px;
		line-height: 42px;
		top: calc(50% - 84px);
	}

	#large-banner-landing {
		background:none !important;
		height:auto;
	}

	#large-banner-landing .page-title-landing {
		font-size:12px;
	}

	#large-banner-landing .headline-landing {
		font-size:16px;
	}

	#large-banner-landing .banner-background-landing {
		display:block;
	}

	#large-banner-variant .page-title-variant {
		font-size:24px;
		font-weight:800;
		top:10%;
	}

	#large-banner-variant .tagline-variant {
		font-size:16px;
		font-weight:400;
		top:30%;
		width:70%;
	}

	#small-banner .small-tagline {
		font-size:30px;
		top:35%;
		left:10%;
		display:inline-block;
		width:auto;
	}

	#cta-banner .cta-headline {
		font-size:28px;
	}

	#cta-banner .cta-tagline {
		font-size:18px;
	}

	#cta-banner .cta-button-home {
		padding:0px;
	}

	#hover-blocks .hover-block,
	#hover-blocks .hover-block .hover-area,
	#hover-blocks .hover-block .hover-overlay {
		height:175px;
	}
	.container {
		padding: 0 7.5%;
	}
    
    .container.wide-left-container { /* Updated 3/9/2020 */
		padding-bottom: 2em;
		padding-top: 2em;
	}
    
    .wide-left-container .col-right { /* Updated 3/9/2020 */
		border-left: 2px solid #d9d9d9;
		padding-left: 2em;
	}
	
	/* BOB Login */	
	#two-block-banner-wrapper .two-block-content {
		min-height: 260px;
	}
	
	.page-template-login a.mobilenav {
		margin: 0 5px;
		max-width: 300px;
		min-width: 250px;
	}
    
    /* Added 3/9/2020 */
    .tab-boxes .col-sm p:nth-child(3) {
	    min-height: 3em;
    }

    .tab-boxes .col-sm p:nth-child(4) {
	    min-height: 6.5em;
    }
    /* End 3/9/2020 */
    
    /* App link styles added */
    .page-template-login .apps-links li.app-left {
        margin: 1.5em auto 0;
        text-align: right;
    }

    .page-template-login .apps-links li.app-right {
        margin: 1.5em auto 0;
        text-align: left;
    }
    
    .page-template-login a.applink {
        margin: 0 2em;
        max-width: 180px;
        width: 180px;
    }
}

@media (min-width:750px) {
	
    /* BOB Login */
	#two-block-banner-inner {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-align-content: center;
		-ms-flex-line-pack: center;
		align-content: center;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		margin: 0 auto;
		max-width: 955px;
		padding-top: 30px;
	}
	
	#two-block-banner-wrapper {
		background-color: #cdcdcd !important;
		background-position: center center !important;
		background-size: cover !important;
		background-repeat: no-repeat !important;
		height: 501px;
	}
	
	#two-block-banner-wrapper .left-block,
	#two-block-banner-wrapper .right-block {
		display: table;
		height: 432px;
		max-width: calc(100vw / 2);
		vertical-align: middle;
	}
	
	#two-block-banner-wrapper .two-block-content {
		display: table-cell;
		padding: 0 50px 92px 60px;
		text-align: left;
		vertical-align: bottom;
	}

	#two-block-banner-wrapper .left-block-content {
		padding-left: 90px;
	}
}

@media (min-width:768px) {
	.logged-in #main-menu .menu-button-mobile-close {
		top:62px;
	}

	#hero .hero-header {
		top:32%;
		font-size:3.5em;
	}

	#welcome-section {
      padding:0px;
    }
  
	#welcome-section .welcome-image {
	    width:48.8%;
	}

	#welcome-section .welcome-text {
	    display:inline-block;
	    font-size:30px;
	    line-height:34px;
	    font-weight:700;
	    color:#3e444d;
	    padding-left:65px;
	    position:absolute;
	    top:43%;
	    left:calc(50% - 20px);
	    max-width:350px;
	    text-align:left;
	}

	#welcome-section .btn-play {
	    display:inline-block;
	    position:absolute;
	    left:-40px;
	    top:-12px;
	    margin:0px;
	    width:auto;
	}

	#large-banner .custom-banner-lg {
		top:25%;
		left:8.5%;
		width:calc(100% - 17%);
	}

	#large-banner-landing .page-title-landing {
		font-size:24px;
	}

	#large-banner-landing .headline-landing {
		font-size:28px;
	}

	#large-banner-landing .banner-landing-wrapper {
		width:60%;
	}

	#hover-blocks {
		display:inline-block;
		width:100%;
		margin:20px 0px;
	}

	#hover-blocks .hover-block {
		display:inline-block;
		width:48.8%;
		margin-right:1.2%;
		margin-bottom:-20px;
	}

	#hover-blocks .hover-block:nth-child(2) {
		margin-right:0px;
		margin-left:1.2%;
	}

	#hover-blocks .hover-block .hover-overlay {
		height:300px;
		width:100%;
		opacity:0.4;
	}

	#hover-blocks .hover-block .hover-main-text {
		top:10%;
		font-size:26px;
	}

	#hover-blocks .hover-block .hover-tagline {
		opacity:0;
		top:50%;
		font-size:14px;
	}

	#footer .complete-application {
		text-align:left;
		margin:5px 0px 0px;
	}

	#footer .social-icons {
		text-align:right;
		margin:0px;
		padding-top:0px;
	}

	#footer .footer-menu {
		margin:20px auto;
		width:500px;
	}

	#footer .footer-menu ul li:nth-child(9) {
		border-left:none;
	}

	#footer .os-links .os-link {
		display:inline-block;
		color:#FFF;
		background:#000;
		border-radius:5px;
		padding: 5px 10px;
		width:200px;
		font-size: 0.85em;
		margin:0px 10px 20px;
	}

	#footer .os-links .os-link.android {
		float:right;
	}

	#footer .os-links .os-link.ios {
		float:left;
	}
	.container {
		padding: 0 7.5%;
	}
}

@media (min-width:875px) {
	#two-block-banner-wrapper .left-block,
	#two-block-banner-wrapper .right-block {
		max-width: 436px;
	}
}

@media (min-width:992px) {
	.hidden-mobile {
		display:block !important;
	}

	.hidden-desktop {
		display:none !important;
	}
	
	.wcexpo-highlights {
		text-align:center;
	}

	.wcexpo-row {
		margin:15px 0px 10px;
	}

	.bcl-columns {
		width:100%;
	}

	.bcl-column {
		border:none;
		border-left:solid 2px #284d94;
		width:19%;
	}

	.bcl-column:first-child {
		border-left:none;
	}

	#header .menu-primary-mobile,
	#header .menu-button-mobile,
	#header .menu-button-mobile-close {
		display:none !important;
	}

	#header .desktop-menu,
	#header .menu-buttons {
		display:block !important;
	}

	#header {
		height:111px; 
		margin:0px;
		border:none;
		padding:0px;
		position:static;	
	}

	#header .logo {
		padding:30px 20px;
	}

	#header .logo .custom-logo {
		max-width:278px;
	}

	#header .menu-buttons {
		display:block;
	}

	#header .menu-buttons .btn-login {
		background:#EE3A43;
		padding:45px 25px 11px;
		margin-left:5px;
		display:inline-block;
		text-align:center;
	}

	#header .menu-buttons .btn-login:hover {
		text-decoration:none;
	}

	#header .menu-buttons .btn-login .login-copy {
		color:#FFF;
		text-decoration:none;
		font-weight:700;
		margin:0px;
	}

	#header .menu-buttons .btn-header-search,
	#header .menu-buttons .btn-locations,
	#header .menu-buttons .btn-menu {
		display:inline-block;
		padding:35px 25px 0px;
		line-height:65px;
		vertical-align:top;
	}

	#header .menu-buttons .fa-icon {
		color:#00529b;
	}

	#hero .hero-header {
		top:42%;
		font-size:4em;
	}

	#large-banner .page-title {
		font-size:24px;
		line-height:36px;
		top:38%;
		left:8.5%;
	}

	#large-banner .tagline {
		font-size:35px;
		padding-right:100px;
		top:48%;
		left:8.5%;
	}

	#large-banner .bcl-banner-title,
	#large-banner .wcexpo-banner-title,
	#large-banner .hotel-banner-title {
		font-size:35px;
		width:50%;
	}

	#large-banner .hotel-banner-title {
		font-size:40px;
		font-weight:600;
		margin-top:15px;
	}

	#large-banner .wcexpo-banner-title,
	#large-banner .hotel-banner-title {
		width:55%;
	}

	#large-banner .bcl-banner-tagline,
	#large-banner .wcexpo-banner-tagline,
	#large-banner .hotel-banner-tagline {
		font-size:20px;
		width:44%;
		line-height:36px;
	}

	#large-banner .hotel-banner-tagline {
		line-height:normal;
		font-size:30px;
		margin-top:10px;
		width:40%;
	}

	#large-banner-landing .banner-landing-wrapper {
		top:15%;
		left:10%;
		width:60%;
	}

	#large-banner-landing .page-title-landing {
		font-size:24px;
	}

	#large-banner-landing .headline-landing {
		font-size:35px;
	}

	#large-banner-landing .tagline-landing {
		font-size:16px;
	}

	#large-banner-landing .landing-button {
		display:block;
		width:150px;
		margin-top:30px;
	}

	#large-banner-variant .page-title-variant {
		font-size:32px;
		font-weight:800;
		top:25%;
	}

	#large-banner-variant .tagline-variant {
		font-size:16px;
		font-weight:400;
		top:40%;
		width:40%;
	}

	#small-banner .small-tagline {
		font-size:32px;
		top:40%;
		left:10%;
	}

	#cta-banner .cta-tagline {
		width:60%;
	}

	#cta-columns .cta-column {
		display:inline-block;
		width:33%;
		text-align:center;
		vertical-align:middle;
		font-size:18px;
		color:#0C5AA0;
		padding:50px 0px;
	}

	#cta-columns .cta-column1 {
		display:inline-block;
		width:24%;
		text-align:center;
		vertical-align:middle;
		font-size:18px;
		color:#0C5AA0;
		padding:50px 0px;
	}

	#cta-columns .cta-column:nth-child(2) {
		border:none;
		border-left:solid 1px #cddde7;
		border-right:solid 1px #cddde7;
	}

	#cta-columns .cta-column1:nth-child(2) {
		border:none;
		border-left:solid 1px #cddde7;
		border-right:solid 1px #cddde7;
	}

	#cta-columns .cta-column1:nth-child(3) {
		border:none;
		border-right:solid 1px #cddde7;
	}

	#hover-blocks .hover-block,
	#hover-blocks .hover-block .hover-area,
	#hover-blocks .hover-block .hover-overlay {
		height:220px;
	}

	#hover-blocks .hover-block .hover-main-text {
		top:20%;
	}

	#hover-blocks .hover-block .hover-tagline {
		top:55%;
	}
	.container {
		padding: 0 7.5%;
	}
}

@media (min-width:1200px) {
	#main-menu .search-form-wrapper .form-control {
		width:281px;
	}

	#hover-blocks .hover-block,
	#hover-blocks .hover-block .hover-area,
	#hover-blocks .hover-block .hover-overlay {
		height:275px;
	}

	#hover-blocks .hover-block .hover-main-text {
		top:40%;
	}

	#hover-blocks .hover-block .hover-tagline {
		top:55%;
		font-size:16px;
	}

	#cta-banner img {
		display:none;
	}

	#large-banner-landing .banner-landing-wrapper {
		top:15%;
		left:20%;
		width:40%;
	}
	.container {
		padding: 0;
	}
}

@media (min-width:1300px) {

	#hover-blocks .hover-block,
	#hover-blocks .hover-block .hover-area,
	#hover-blocks .hover-block .hover-overlay {
		height:300px;
	}
}

@media (max-width:575px) {
	img {
		text-align:center;
		display:inline-block;
		float:none !important;
	}
}

/* CONTACT PAGE */
.btn-location-wrapper {
	display:inline-block;
	margin-right:10px;
    margin-bottom:6px;
}

@media screen and (max-width: 39.9375em) {
    .btn-location-wrapper {
		width: 100%;
    	display: block;
	}
}

.btn-location {
	border-bottom:solid 8px #FFF;
	display:inline-block;
	color:#000;
    font-size: 1.25em;
    padding-bottom: 5px;
    margin-bottom: 10px;
    cursor:pointer;
}

.btn-location:hover {
	border-bottom:solid 8px #ef3b3e;
    color:#000;
}

.btn-location.active {
	border-bottom:solid 8px #ef3b3e;
}

.btn-holiday {
	width:70%;
	margin:30px 0px 20px;
}

.btn-holiday a {
	position:relative;
	display:inline-block;
	background:#F5F5F5;
	color:#000;
	padding:10px 25% 10px 15px;
	font-weight:600;
}

.btn-holiday a i {
	position:absolute;
	top: 50%;
  	transform: translateY(-50%);
	right:20px;
}

.btn-holiday a:hover {
	text-decoration:none;
	background:#DBDBDB;
	color:#000;
}

.branch-main {
	border-bottom:solid 1px #CCC;
	margin-bottom:20px;
}

.branch {
	box-sizing:border-box;
	padding-right:10px;
}

.branch-name,
.branch-contact {
	margin:0px;
	padding-right:10px;
    font-size: 1em;
	line-height:normal;
}

.branch-contact {
	margin-top:10px;
	margin-bottom:0px;
}

.branch-info-header {
	margin:0px;
	font-size:14px;
	line-height:normal;
	display:inline-block;
	vertical-align:top;
	width:130px;
}

.branch-info-header.first {
	margin-top:20px;
}

.branch-info-content {
	font-size:14px;
  	line-height:normal;
  	display:inline-block;
  	vertical-align:top;
  	margin-left:13px;
}

@media screen and (max-width: 39.9375em) {
    .branch-info-content {
    	padding-left: 20px;
    }
}

@media (min-width:640px) {
	.locations-menu {
		border:none;
	}

	.btn-location-wrapper {
		display:block;
	}

	.branch-info-header.first {
		margin-top:0px;
	}

	.branch-contact {
		margin-bottom:20px;
	}
}

@media (min-width:1024px) {
	.branch-info-content {
		padding-left:5px;
	}
}

/* SPOC FINDER */

#spoc-finder {
	padding:30px 0px 0px;
}

#spoc-finder .btn-spoc-start,
#spoc-finder .btn-spoc-close {
	display:none;
}

#spoc-finder .banking-option {

	margin:0px 30px;
}

#spoc-finder .banking-option:hover {
	cursor:pointer;
	color:#EE3A43;
}

#spoc-finder .banking-option.active {
	color:#EE3A43;
}

#spoc-finder .decision-wrapper {
	border-top:solid 1px #d2dce5;
}

#spoc-finder .decision-tree {
	background:#d2dce5;
}

#spoc-finder .decision-tree .personal-questions {
	padding:20px 0px 0px;
}

#spoc-finder .decision-tree .business-questions {
	padding:20px 0px 0px;
}

#spoc-finder .decision-tree .spoc-result {
	padding:20px 0px;
	font-size:15px;
	font-weight:700;
}

#spoc-finder .step-section {
	margin-bottom:20px;
}

#spoc-finder .step-section-first,
#spoc-finder .step-section-second,
#spoc-finder .step-section-third,
#spoc-finder .step-section-fourth {
	display:inline-block;
	width:300px;
	margin-right:20px;
}

#spoc-finder .step-section-submit {
	display:inline-block;
}

#spoc-finder .spoc-select-label {
	font-size:15px;
}

#spoc-finder .spoc-select {
	position:relative;
	display:inline-block;
	width:100%;
}

#spoc-finder .spoc-select .spoc-select-button {
	background:#FFF;
	color:#3e444d;
	text-decoration:none;
	font-weight:600;
	font-size:14px;
	padding:0px 10px;
	border-radius:0px;
	border:solid 1px #ed3a42;
	outline:none;
	height:50px;
	width:100%;
	line-height:48px;
	display:inline-block;
	position:relative;
}

#spoc-finder .spoc-select .spoc-select-button:hover {
	background:#FFF;
	color:#3e444d;
	text-decoration:none;
}

#spoc-finder .spoc-select .spoc-select-button .spoc-select-arrow {
	color:#ed3a42;
	position:absolute;
	top:0px;
	right:10px;
}

#spoc-finder .spoc-select .spoc-select-button .spoc-select-arrow.spoc-disabled {
	display:none;
}

#spoc-finder .spoc-select .card.card-body {
	border-radius:0px;
	background:#EFEFEF;
	border:solid 1px #3e444d;
	border-top:none;
	padding:0px;
}

#spoc-finder .spoc-select-copy {
	position:absolute;
	top:50px;
	left:0px;
	z-index:1;
	width:100%;
}

#spoc-finder .spoc-select-copy .spoc-select-options {
	list-style-type:none;
	margin:0px;
	padding:0px;
	width:100%;
}

#spoc-finder .spoc-select-copy .spoc-select-options li {
	font-size:13px;
	line-height:30px;
	padding:0px 15px;
}

#spoc-finder .spoc-select-copy .spoc-select-options li:hover {
	background:#3e444d;
	color:#FFF;
	cursor:pointer;
}

#spoc-finder .btn-spoc-submit {
	height:50px;
	line-height:50px;
	padding-top:0px;
	padding-bottom:0px;
	margin-top:-2px;
	margin-bottom:0px;
}

#spoc-finder .btn-spoc-submit.spoc-disabled,
#spoc-finder .btn-spoc-submit.spoc-disabled:hover {
	background-color:#EFEFEF !important;
	cursor:default;
}

@media(max-width:1200px) {
	#spoc-finder .step-section-first {
		width:250px;
	}

	#spoc-finder .step-section-second {
		width:250px;
	}

	#spoc-finder .step-section-third {
		width:250px;
	}

	#spoc-finder .step-section-fourth {
		width:250px;
	}

	#spoc-finder .spoc-select-label,
	#spoc-finder .spoc-select-copy .spoc-select-options li {
		font-size:12px;
	}

	#spoc-finder .spoc-select .spoc-select-button {
		font-size:11px;
	}
}

@media(max-width:979px) {
	#spoc-finder .spoc-start {
		width:calc(100% - 210px);
		float:left;
		display:inline-block;
	}

	#spoc-finder .btn-spoc-start,
	#spoc-finder .btn-spoc-close {
		float:right;
		display:inline-block;
		margin-left:10px;
		margin-top:30px;
		width:180px;
		height:60px;
		line-height:50px;
		padding-top:5px;
		padding-bottom:0px;
	}

/*
	#spoc-finder .btn-spoc-close {
		width:60px;
		line-height:60px;
		text-align:center;
		padding-left:0px;
		padding-right:0px;
		vertical-align:middle;
	}
*/

	#spoc-finder .banking-choice {
		background:#d2dce5;
		padding:10px 0px;
	}

	#spoc-finder .banking-choice p {
		display:inline-block;
		margin:0px;
	}

	#spoc-finder .decision-tree {
		background:#c3cdd6;
	}

	#spoc-finder .step-section-first,
	#spoc-finder .step-section-second,
	#spoc-finder .step-section-third,
	#spoc-finder .step-section-fourth,
	#spoc-finder .step-section-submit {
		width:100%;
		display:block;
	}

	#spoc-finder .step-section-first {
		padding-top:0px;
	}

	#spoc-finder .step-section-second {
		padding-bottom:0px;
	}

	#spoc-finder .step-section-submit {
		padding-bottom:0px;
	}

	#spoc-finder .spoc-select {
		width:100%;
	}

	#spoc-finder .spoc-select-label {
		font-size:15px;
	}

	#spoc-finder .spoc-select .spoc-select-button,
	#spoc-finder .spoc-select-copy .spoc-select-options li {
		font-size:14px;
	}

	#spoc-finder .btn-spoc-submit {
		display:block;
		margin:0px auto 20px;
		width:200px;
	}
}

@media(max-width:639px) {
	#spoc-finder .banking-option {
		margin:0px 5px;
		font-size:13px;
	}

	#spoc-finder .banking-option-header {
		font-size:13px;
	}
}

@media(max-width:479px) {
	#spoc-finder .spoc-start {
		width:100%;
		float:none;
	}

	#spoc-finder .btn-spoc-start,
	#spoc-finder .btn-spoc-close {
		float:none;
		margin:0px 0px 20px;
		width:100%;
	}
    
    /* BOB LOGIN */
    /* Three- and four-column versions prepared */
    .page-template-login #two-box .d-flex,
    .page-template-login #three-box .d-flex, 
    .page-template-login #four-box .d-flex,
    .page-template-login #five-box .d-flex { /* Updated 3/9/2020 */
		display: block !important;
	}
	
    .page-template-login #two-box .col-sm-6,
    .page-template-login #three-box .col-sm-4,
    .page-template-login #four-box .col-sm,
    .page-template-login #five-box .col-sm { /* Updated 3/9/2020 */
		margin-bottom: 0;
		padding: 0;
	}
	
    .page-template-login #two-box .col-sm-6 > div,
    .page-template-login #three-box .col-sm-4 > div,
    .page-template-login #four-box .col-sm > div,
    .page-template-login #five-box .col-sm > div { /* Updated 3/9/2020 */
		margin: 0;
		padding: 0;
		background: transparent;
	}
	
    .page-template-login #two-box .pad-bottom,
	.page-template-login #two-box .pad-top,
    .page-template-login #three-box .pad-bottom,
	.page-template-login #three-box .pad-top,
    .page-template-login #four-box .pad-bottom,
	.page-template-login #four-box .pad-top,
    .page-template-login #five-box .pad-bottom,
	.page-template-login #five-box .pad-top { /* Updated 3/9/2020 */
		padding: 0 !important;
	}
	
    .page-template-login #two-box p,
    .page-template-login #three-box p,
    .page-template-login #four-box p,
    .page-template-login #five-box p { /* Updated 3/9/2020 */
		display: none;
	}
	
    .page-template-login #two-box p:nth-child(2),
    .page-template-login #three-box p:nth-child(2),
	.page-template-login #four-box p:nth-child(2),
    .page-template-login #five-box p:nth-child(2) { /* Updated 3/9/2020 */
		display: block;
		margin: 0 15px 1em; /* App link styles added */
	}
	
    .page-template-login #two-box .box-two p:nth-child(2),
    .page-template-login #three-box .box-three p:nth-child(2),
    .page-template-login #four-box .box-four p:nth-child(2),
    .page-template-login #five-box .box-five p:nth-child(2) { /* Updated 3/9/2020 */
		margin: 0 15px 2.5em;
	}
	
	.page-template-login .tab-boxes a.mobilelink,
    .page-template-login a.applink { /* App link styles added */
		display: block;
		max-width: 100%;
		width: 100%;
	}

}

@media(min-width:980px) {
	#spoc-finder .btn-spoc-start,
	#spoc-finder .btn-spoc-close {
		display:none !important;
	}

	#spoc-finder .banking-choice {
		display:block !important;
	}
}

/* END SPOC FINDER */

/* PRESS RELEASES */

#press-releases-2018 li, #press-releases-2019a li, #press-releases-2020 li {
	list-style-type: none;
}

.pr-item {
  font-weight: 400;
  font-size: 1.1em;
  list-style-type: none;
  margin-left: -40px;
  padding-bottom: 10px;
  line-height: 1.3em;
  color: #393939 !important;
}

.pr-item a {
    color: #393939 !important;
}

.pr-date {
  margin: -10px 0px 20px -40px;
  display: block;
  color: #666;
  font-size: 0.85em;
}

@media screen and (max-width: 39.9375em) {
	.pr-item,
	.pr-date {
		padding-left: 20px;
	}
}

/* PRESS RELEASES */


/* POP UP */
.reveal a {
    margin-right: 10px;
    background-color: #1e3b70;
    padding: 5px 10px;
    color: white;
}

.reveal a:first-of-type {
	background-color: #ee3a43;
}

.decision_tree_area_donated {
	display: none;
}

.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
   background-color: white;
}

.table-striped > tbody > tr:nth-child(2n) > td, .table-striped > tbody > tr:nth-child(2n) > th {
   background-color: #f1f1f1;
}

.table-striped th {
	text-align: center;
}

.table-striped td {
	vertical-align: middle;
}

/*Homepage specific*/
.home-blurb-image {
	display:inline-block;
	margin-bottom:40px;
}

@media(max-width:979px) {
	.home-blurb-image {
		margin-bottom:0px;
	}
}

a.bio-btn {
	border: 1px solid #cfcfcf;
	background: #f2f2f2;
/* 	display: block; */
	padding: 10px;
	color: #333;
	display: inline-block;
	float: right;
	margin-right: 50%;
}

a.bio-btn:hover {
	text-decoration: none;
	color: #333;
}

.bio-link {
	color:#000;
}

.bio-link:hover {
	color:#000;
	text-decoration:underline;
	cursor:pointer;
}

.bio-link .bio-link-arrow {
	color:#888;
}

.tl-title-with-image {
    display:table-cell;
    vertical-align:bottom;
    height:137px;
    padding-left:15px;
    font-size: 1.5em;
    color: #393939;
    font-weight: 300 !important;
}
.tl-author-image-wrapper {  
    display:inline-block;
    height:137px;
    vertical-align:bottom;
    float:left;
    border:solid 1px #CCC;
    padding:5px;
    box-sizing:border-box;
}

.popup-modal {
	padding: 30px;
}

/* MEET THE TEAM (new) */

.mtt-block { /* Updated 3/11/2020 */
	border: 1px solid #dedede;
	background-color: white;
	max-height: 450px;
	min-height: 450px;
	margin-bottom: 20px;
}

.mtt-block h2 {
	font-size: 20px;
	font-family: 'open sans', sans-serif !important;
	color: #00529b;
}

.mtt-block > h2 { /* updated 3/11/2020 */
	margin-bottom: .3em;
    padding: 0 .5em;
}

.mtt-block h3 {
	font-size: 14px;
	font-family: 'open sans', sans-serif !important;
	color: black;
	font-weight: 100;
	padding: 0px 20px;
	margin-bottom: 30px;
}

/* Meet the team new format for sba 3/10/2020 */
.colored-panel {
    background-color: #d2dbe5;
    min-height: 448px;
}

.mtt-sba-blocks .modal-body .container-fluid {
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

/* end new meet the t4am */

.fa-info-circle {
	color: #737373;
	font-size: 35px;
	position: absolute;
	bottom: 30px;
    left: calc(50% - 35px / 2);
	padding-bottom: 10px;
}

.mtt-sba-blocks .fa-info-circle { /* new 3/12/2020 */
    background-color: #fff;
    border-radius: 100%;
    bottom: 105px;
    color: #0052a0;
    left: calc(50% - (35px / 2) + 70px);
    padding: 1px;
}

.expanded-bio {
	background-color: white;
	padding: 70px 20px 20px 20px;
	margin: 0 15px 20px 15px;
	flex: 0 0 97.5%;
}

.fa-times-circle {
	text-align: right;
	float: right;
	font-size: 35px;
	padding-right: 20px;
	color: #737373;
}

.mtt-exp-header {
	font-size: 40px;
	font-family: 'open sans', sans-serif !important;
	color: #00529b;
	font-weight: 400;
}

.mtt-exp-subheader {
	font-size: 20px;
	font-family: 'open sans', sans-serif !important;
	color: #393939;
	font-weight: 700;
    margin-bottom: 1em;
}

.exp-quote {
	color: #d1dce6;
	font-size: 160px;
    line-height: 160px;
}

.expanded-bio figure {
	margin: 1em 0 2em 0;
}

.expanded-bio img {
	width: 100%;
}

.main-quote {
	color: #00529b;
	font-family: 'open sans', sans-serif !important;
	font-style: italic;
	font-size: 16px;
	line-height: 1.6;
}

/* MEET THE TEAM (new) */

/* SBA MEET THE TEAM */

.sba-mtt {
	padding-bottom: 40px;
}

.sba-name {
	font-size: 18px;
	font-weight: bold;
}

.sba-title {
	font-size: 14px;
}

.sba-contact {
	font-size: 14px;
}

.modal-content {
	padding-bottom: 0px !important;
	min-height: 450px !important;
}

/*
div.col-lg-4 {
	min-height: 460px !important;
}
*/

.sba-bio {
	padding-top: 40px;
	padding-right: 20px;
}

.modal-body {
	padding: 0px !important;
	margin-bottom: -15px;
}

.modal-body p {
	font-size: 14px;
}

/*:not(.mtt-sba-blocks) .modal-body p:last-child {
	display: none !important;
}  /* 3/10/2020 */

.modal img {
	padding-top: 40px;
	padding-bottom: 20px;
}

.sba-name-modal {
	padding-top: 40px;
	font-size: 18px !important;
}

.closebutton .fa-times-circle {
	display: block;
	padding-top: 40px;
	color: #999;
}

/* SBA MEET THE TEAM */

/* EHL FDIC */

.ehlfdic {
	text-align: left !important;
}

@media screen and (max-width: 39.9375em) {
	.ehlfdic {
		text-align: center !important;
		padding-top: 10px;
	}
}

/* EHL FDIC */

/* HEMP LANDING PAGE */

.iconbox {
	text-align: center;
	font-weight:bold;
	font-family:"Open Sans", sans-serif !important;
	color:#0a0a0a;
	font-size:18px;
	padding: 20px 0px 40px;
}

.helpful-links {
	text-align: center;
	font-weight:bold;
	font-family:"Open Sans", sans-serif !important;
	color:#0a0a0a;
	font-size:30px;
	padding: 20px 0px;
}

.iconbox img {
	max-height: 70px !important;
	padding-bottom: 20px;
}

.hero-text {
	background:url('https://customersbank.com/images/hemp/hero.jpg');
	background-size:cover;
	min-height: 500px;
	margin-bottom: 30px;
}

.hemp-text {
	margin-top:93px;
	margin-left:60px;
}

@media(max-width:979px) {

.hero-text {
	background:url('https://customersbank.com/images/hemp/hero.jpg');
	background-size:cover;
	min-height: 300px;
	margin-bottom: 20px;
	background-position-x: -200px;
}

.hemp-text {
	margin-top:23px;
	margin-left:0px;
}
	
}

/* HEMP LANDING PAGE */

/* RECAPTCHA */

.grecaptcha-badge { visibility: hidden !important; }

/* RECAPTCHA */

.consumer-disclosures {
	padding:0;
	font-size:16px!important;
}

.consumer-disclosures h1 {
	color:#00539c;
	font-weight:700;
	font-size:40px;
}

.consumer-disclosures h4 {
	color:#c00;
	font-size:1.25em;
	font-weight:700;
}

.consumer-disclosures li,.consumer-disclosures p {
	color:#393939;
}

.consumer-disclosures table {
	border-collapse:collapse;
	width:100%!important;
}

.consumer-disclosures td {
	border:1px solid #393939;
	padding:8px;
	text-align:left;
}

.consumer-disclosures .account-table {
	margin-top:30px;
}

.consumer-disclosures .account-table-3 {
	margin-top:30px;
}

.consumer-disclosures .account-table td {
	width:50%;
}

.consumer-disclosures .account-table .grey {
	text-align:center;
	font-weight:700;
}

.consumer-disclosures .account-table-3 .grey {
	text-align:center;
	font-weight:700;
}

.consumer-disclosures .dst {
	text-align:center;
}

.consumer-disclosures .grey {
	background-color:#bebebe;
}

.consumer-disclosures .legal {
	font-size:.75em!important;
	font-weight:400!important;
}

.consumer-disclosures .no-border td {
	border:none!important;
	text-align:center;
}

/* COVID PAGE */

.top-block {
	background-color:#ededed;
	font-family:'Open Sans',sans-serif;
}

.top-block h1 {
	text-transform:uppercase;
	font-family:'Open Sans',sans-serif;
	color:#1f5298;
	padding-top:60px;
	padding-bottom:30px;
	font-weight: 400 !important;
}

.covid-intro {
	font-size:20px;
	line-height:26px;
	background-color:#ededed;
	font-family:'Open Sans',sans-serif;
	padding-top:0;
	padding-bottom:50px;
	margin-left:auto;
	margin-right:auto;
	width:80%;
}

.jay-block {
	position: absolute;
	bottom: 0;
	padding-bottom: 0px;
}

.message-intro {
	font-size: 30px;
	padding-bottom: 0px;
	margin-bottom: -20px;
	display: block;
}

.jay-name {
	padding-top:0px;
	padding-bottom:0px;
	margin-top: -20px;
	display: block;
	font-size: 60px;
	font-weight:800;
}

.covid-title {
	font-size:20px;
	font-weight:400;
	padding-top:0px;
	padding-bottom:0px;
	margin-top: -30px;
	margin-bottom: -20px;
	display: block;
}

.covid-message p:first-of-type {
	padding-top:40px;
	font-size: 14px;
}

.covid-message p, .covid-message li {
	font-size: 14px;
}

.covid-jay a {
	padding-top:0;
	margin-top:0;
	padding-bottom:40px;
	font-size:20px;
	color:#1f5298;
	font-weight:700;
	text-decoration: none;
}

/*
.covid-fdic {
	border-left: 2px solid #1f5298;
}
*/

.fdic-block {
	top: 0px;
	position: absolute;
	border-left: 2px solid #1f5298;
	padding-bottom: 130px;
	margin-top: 50%;
}

.fdic-quote {
  font-size: 26px;
  line-height: 34px;
  font-weight: 400;
  padding-left: 20px;
/*   margin-top: 200px; */
}

.big-quote {
  color: #1f5298;
  font-weight: 800;
  font-size: 48px;
}

.big-quote:last-of-type {
  color: #1f5298;
  font-weight: 800;
  font-size: 48px;
  text-align: right;
  display: block;
  float: right;
  width: 100%;
  margin-bottom: 20px;
}

.quote-info {
  font-weight: bold;
  width: 100%;
  padding-top: 50px;
  padding-left: 20px;
}

.quote-info i {
  font-weight: normal;
}

.quote-info a {
  text-decoration: underline;
  color: #1f5298;
  font-weight: normal;
}

.fa-chevron-right {
	color:#97c2fd;
}

.fa-chevron-circle-right {
	color: #97c2fd;
	font-size: 2.5em;
	padding-top: 10px;
}

.covid-boxes {
	border:1px solid #333;
	text-align:center;
	vertical-align:middle;
	min-height:300px;
	padding-top:40px;
	background-color: #fff;
}

.covid-boxes:hover {
	border:1px solid #333;
	background-color: #dedede;
}

.covid-boxes a {
	color: #1f5298;
	text-decoration: none;
}

.covid-box-headline {
	font-size: 22px;
	line-height: 24px;
	display: block;
	height: 30px;
}

.covid-box-subhead {
	font-size: 14px;
	line-height: 18px;
	display: block;
	height: 100px;
	padding-top: 10px;
	color: #666;
}

.covid-boxes:hover, {
	color: white !important;
}

.covid-blue-bar {
	background-color:#1f5298;
	color:#fff !important;
	text-align:center;
	padding-top:20px;
	padding-bottom:50px;
	margin-top:40px;
	margin-bottom:40px;
}

.covid-blocks {
	background-color:#666;
	color:#fff !important;
	text-align:center;
	padding-top:20px;
	padding-bottom:50px;
	margin-bottom: 30px;
}

.covid-blocks a:hover {
	text-decoration: none;
}

span.covid-icons {
	min-height: 70px;
	display: block;
	width: 100%;
}

span.covid-bar-text {
  color: white !important;
  font-size: 22px;
  font-family:'Open Sans',sans-serif;
  font-weight: bold;
}

.covid-blue-bar a {
	text-decoration: none;
}

.covid-county {
	font-weight:700;
	font-size:1.25em;
	padding-top:15px;
}

.table-striped th {
	width:50%;
	text-align: left;
}

.table-striped:last-of-type {
	margin-bottom: 100px;
}

.covid-home-bar {
	padding: 20px 0px;
}

@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 812px)
and (-webkit-device-pixel-ratio : 3) {
	
	.jay-block {
		position: relative;
	}
	
	.message-intro {
		font-size: 15px;
		margin-bottom: -10px;
	}
	
	.covid-title {
		font-size: 15px;
		margin-top: -20px;
	}
	
	.jay-name {
		font-size: 30px;
	}
	
	.fdic-block {
		position: relative;
		border-left: none;
		padding-left: 0px;
	}
	
	.fdic-quote, .quote-info {
		padding-left: 0px;
	}

}

/* IPHONE 6/7/8 */

@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) {

	.jay-block {
		position: relative;
	}
	
	.message-intro {
		font-size: 15px;
		margin-bottom: -10px;
	}
	
	.covid-title {
		font-size: 15px;
		margin-top: -20px;
	}
	
	.jay-name {
		font-size: 30px;
	}
	
	.fdic-block {
		position: relative;
		border-left: none;
		padding-left: 0px;
		margin: 0px;
		padding-bottom: 20px;
		padding-top: 20px;
	}
	
	.fdic-quote, .quote-info {
		padding-left: 0px;
	}

}

/* IPHONE 6/7/8 */

/* COVID PAGE */

/* PPP PAGE */

.ppp-page-title {
    font-size: 40px;
    line-height: 54px;
    top: 28%;
    left: 8.5%;
    color: #fff;
    position: absolute;
    max-width: 35%;
}

.ppp-breadcrumbs {
	margin-bottom: 40px;
}

.ppp-intro {
	padding-right: 80px;
}

.ppp-contract {
	border-left: 3px solid red;	
}

.ppp-details {
	margin-top: 50px;
}

.ppp-grey-box {
	background-color: #f5f5f5;
	min-height: 350px;
	padding: 20px;
	color: #525252;
}

.ppp-grey-box p {
	color: #525252;
}

.ppp-blue-bar-1 {
  background-color: #005198;
  color: white;
  padding: 60px 0px;
  margin-top: 30px;
}

.ppp-blue-bar-2 {
  background-color: #005198;
  color: white;
  padding: 40px 0px;
  margin-top: 30px;
}

.ppp-blue-bar-1 p, .ppp-blue-bar-2 p {
	color: white;
}

.ppp-blue-bar-1 a, .ppp-blue-bar-2 a {
	color: white;
	text-decoration: underline;
}

.ppp-faqs-h3 {
	margin-top: 40px;
}

.ppp-faqs .question {
	border-bottom: 1px solid #dedede;
	display: block;
	padding: 15px 0px;
}

.ppp-faqs .answer {
	display: block;
	padding: 30px 0px;
}

.chv-down {
	float: right;
	padding-right: 20px;
}

.chv-down .fa-chevron-down {
	color: #525252;
}

.ppp-big-blue {
	height: 120px;
	color: #005198;
	margin-bottom: 10px;
	font-size: 80px;
	letter-spacing: -3px;
	position: relative;
	text-align: center;
}

.ppp-big-blue img {
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.ppp-big-blue .ppp-mos {
	color: #005198;
	font-size: 40px;
}

.ppp-big-blue .ppp-100 {
	color: #005198;
	font-size: 70px;
	letter-spacing: -8px;
}

.ppp-blue-top {
	color: #005198;
	font-size: 28px;
	letter-spacing: -1px;
}

.ppp-btn-blue {
	display:inline-block;
	background:#005198;
	color:#FFF!important;
	padding:10px 25px;
	margin-top: 20px;
	margin-bottom:10px;
	font-weight:700;
	-webkit-transition:background .5s;
	transition:background .5s;
	border:none;
	border-radius:0;
	text-align:center;
}

.ppp-btn-white {
	display:inline-block;
	background:#FFF;
	color:#005198!important;
	padding:10px 25px;
	margin-top:10px; 
	margin-bottom:10px;
	font-weight:700;
	-webkit-transition:background .5s;
	transition:background .5s;
	border:none;
	border-radius:0;
	text-align:center;
}

a.ppp-btn-blue, a.ppp-btn-white {
	text-decoration: none !important;
}

.ppp-blue-1 {
	font-size: 38px;
	font-weight: 700;
	padding-right: 20px;
	padding-top: 20px;
}

.section-grey {
	margin-top: -15px;
}

@media only screen and (max-width: 768px) {
	
	.ppp-page-title {
	    font-size: 32px;
	    line-height: 36px;
	    top: 28%;
	    left: 8.5%;
	    color: #fff;
	    position: absolute;
	    max-width: 55%;
	}
	
	.ppp-intro {
		padding: 0px 20px;
		margin-bottom: 20px;
	}
	
	.ppp-contract {
		border-left: none;	
	}

	.ppp-details .col {
/* 		flex-basis: 1 !important; */
	}
	
	.ppp-blue-bar-1 .text-right, .ppp-blue-bar-1 .text-left {
		text-align: center !important;
	}
	
	.hotel-form {
		margin: 0px 10px;
	}

}

/* PPP PAGE */