@import url( bootstrap.css );
@font-face{
    font-family:FontAwesome;
    font-display: fallback;
    src:url(fonts/fontawesome-webfont.eot?v=4.5.0);
}
/* CSS Document */

#Body {
	color: #363636;
	background: #FFF;
}

.body_bg {
	min-height: 100%;
	/*margin-top: 211px;*/

}
.body_inv {
	min-height: 100%;
	/*margin-top: 133px;*/
}

html,
body {
	margin: 0px;
	padding: 0px;
	font: normal 16px 'Nunito Sans', sans-serif; 
	color: #363636;
	height: 100%;
}

p {
	margin: 0px 0px 8px 0px;
	font-size: 14px;
	color: #363636;
	line-height: 20px;
	font-family: 'Nunito Sans', sans-serif;
	font-weight:400;
}

header,
nav,
section,
footer {
	display: block;
}
hr {margin:0 !important;
	border-top: 1px solid #000;}
	
.ModDDRMenuC {
	padding:45px 0;
}
.ModDDRMenuC ul li {
	list-style-type:none;
	margin-bottom:0;
}
.ModDDRMenuC ul > li a {
	text-transform:uppercase;
}
.ModDDRMenuC ul li ul li a, .ModDDRMenuC ul li ul li span {
	text-transform:none;
	color:#000;
	font-size:13px;
	font-weight:bold;
}
A,
A:link {
	text-decoration: none;
	transition: all ease 300ms;
	-moz-transition: all ease 300ms; /* Firefox 4 */
	-webkit-transition: all ease 300ms; /* Safari and Chrome */
	-o-transition: all ease 300ms; /* Opera */
	-ms-transition: all ease 300ms; /* IE9? */
	color:#027052;
	font-weight: 700;
}

A:active {
	color:#027052;
	text-decoration: none;
}

A:visited {
	color:#027052;
	text-decoration: none;
}

A:hover {
	color:#027052;
	text-decoration: none;
}

A:focus {
	color:#027052;
	outline: none;
	-moz-outline: none;
}
.dnnSortable {
    min-height: 40px !important;
}

.usercontrols {
	display:none;
}
.personabar-visible .usercontrols {
	display:block;
}
.NewsWrapper .eds_news_BlogOne.eds_subCollection_news .in_article_image .image_wrapper {
	width:100% !important;
}
.NewsWrapper .eds_news_BlogOne.eds_subCollection_news .in_article_image .image_wrapper img {
	min-width:100% !important;
}
#scrolltopid {
    display: block;
    width: 1px;
    height: 1px;
}
.modal-header {
	padding: 11px 18px 27px 15px;
}

 .carousel-control.left-flat {
    right: auto;
    left: -22px;
}

 .carousel-control.right-flat {
    right: -22px;
    left: auto;
}
.carousel-control {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 56px;
    color: #fff;
    text-align: center;
    text-shadow: none;
    filter: alpha(opacity=50);
    opacity: 1;
    top: 163px;
}
a.carousel-control {
	font-weight:400;
	color:#fff !important;
}
a.carousel-control:hover {
	color:#fff;
}
@media only screen and (max-width: 600px) {
.carousel-control {
	top:113px;
}
}
h1.green{
	font-family: 'Nunito Sans', sans-serif;
    color: #027052;
    font-weight: 400;
    font-size: 28px;
    line-height: 1.2;
    letter-spacing: 0.1em;
}
h2 {
	color:#027052;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 400;
	font-size:28px;
	line-height:1.2;
	letter-spacing: 0.1em;
	margin:0;
	text-transform:uppercase;
}

h2.large{
	color:#027052;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 400;
	font-size:28px;
	line-height:1.2;
	letter-spacing: normal;
	margin:0;
	text-transform:uppercase;
}
/*h2 {
	color:#027052;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 400;
	font-size:24px;
	line-height:1.2;
	letter-spacing: normal;
	margin:0;
}*/
h2.small {
	color: #027052;
	font-family: 'Nunito Sans', sans-serif;
	font-size: 16px;
	line-height: 1.6;
	font-weight: 700;
	margin: 0;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}
 
h3 {
	color:#027052;
	font-family: 'Nunito Sans', sans-serif;
	font-size:18px;
	line-height:1.2;
	font-weight: 400;
	letter-spacing: normal;
	margin: 0;
	text-transform:uppercase;
}

h3.dark{
  color: #363636;
  line-height: 30px; 
}

h4 {
	color:#027052;
	font-family: 'Nunito Sans', sans-serif;
	font-size:16px;
	line-height:1.2;
	font-weight: 700;
	letter-spacing: normal;
	margin: 0;
	text-transform:uppercase;
}

h5 {
	color: #027052;
	font-family: 'Nunito Sans', sans-serif;
	font-size: 14px;
	line-height: 1.6;
	font-weight: 700;
	margin: 0;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

p.review{
	color: #027052;
	font-family: 'Nunito Sans', sans-serif;
	font-size: 13px;
	line-height: 1.6;
	font-weight: 700;
	margin: 0;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-style:normal;
}
p.blackcap {
	color:#000000;
	font-family: 'Nunito Sans', sans-serif;
	font-size:23px;
	line-height:1.2;
	font-weight: 400;
	letter-spacing: normal;
	text-transform:uppercase;
}
.italic {
	font-style: italic;
    font-family: 'PT Serif', serif;
    font-size: 14px;
}
.centered {
	text-align:center;
}
.yellownumber {
	color:#e6af10;
	font-size:18px;
	font-weight:bold;
	margin-right: 8px;
}
p.italicsub {
	color:#027052;
	font-family: 'PT Serif', serif;
	font-size:23px;
	font-weight: 400;
	letter-spacing: normal;
	font-style:italic;
	margin-bottom: 40px;
}

.greenText{
  color: #027052;
  font-weight: 700;
}/*Trusteer Page*/


.sticky {
	width: 100%;
	/*position: fixed;*/
	top: 0px;
	left: 0px;
	z-index: 2;
	/*background:#fff;*/
}

/*.sticky .menusection {
	overflow:hidden;
}*/
/*New sticky header*/
.stickyLogoWh {
	background-image: url(images/QNBT_LogoWhite.svg);
	width: 100%;
	text-indent: -9999px;
	max-width: 250px;
	height: 56px;
	background-repeat:no-repeat;
	float:left;
	margin-top:7px;
	display:none;
	background-size:97%;
}
.stickyLogoWh a{
	width: 100%;
	max-width: 250px;
	height: 56px;
	display:block;
}
.col-sm-10.smallermenu {
	float: left;
	width: 100%;
	padding-right: 0;
	padding-left: 0;
	margin-left: 23px;
	max-width: 740px;
}
.col-sm-2.smallerlogin {
	float:right;
	width:17%;
	margin-right: -76px;
}
.col-sm-10.smallermenu #dnngo_megamenu ul.megamenu a.level0 {
	padding: 23px 6px; /*Was 23px 17px prior to adding Investments to top level menu item 2020-12-29 - Mark*/
	font-size:16px;
}
.col-sm-10.smallermenu #dnngo_megamenu ul.megamenu li .sub {
	left:-250px;
}
.col-sm-10.smallermenu #dnngo_megamenu .primary_structure > li > a > span {
	font-size:16px;
}
.col-sm-10.smallermenu #dnngo_megamenu .dnngo_menuslide {
	width:100% !important;
	min-width:1100px;
	display:none;
}
.col-sm-10.smallermenu #dnngo_megamenu .primary_structure > li.item-1 .dnngo_menuslide {
	left:-297px !important;
}
.col-sm-10.smallermenu #dnngo_megamenu .primary_structure > li.item-2 .dnngo_menuslide {
	left:-406px !important;
}
.col-sm-10.smallermenu #dnngo_megamenu .primary_structure > li.item-3 .dnngo_menuslide {
	left:-505px !important;
}
.col-sm-10.smallermenu #dnngo_megamenu .primary_structure > li.item-4 .dnngo_menuslide {
	left:-617px !important;
}
.col-sm-10.smallermenu #dnngo_megamenu .primary_structure > li.item-5 .dnngo_menuslide {
	left:-825px !important;
}
.col-sm-2.smallerlogin .closebutton {
	margin-left: 283px;
}
form#Form {
	height: 100%;
}
.clearfix {
	display: block;
	clear:both;
}
ol li {
  margin-bottom: 8px;
  color: #363636;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 14px;
  line-height: 22px;
}
ul {
  margin-left: 45px;
  margin-bottom: 0 !important;
  font-size: 16px;
}
ul li {
  margin-bottom: 8px;
  color: #363636;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 16px;
  line-height: 22px;
  list-style-type: disc;
}
ul.smallerbullet li{
  margin-bottom: 8px;
  color: #363636;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 14px;
  line-height: 22px;
  list-style-type: disc;
}
.scaleimage{
    display: block;
    height: auto;
    max-width: 100%;
}
.small {
	font-size:11px;
}
.centered {
	width:100%;
	margin:0 auto;
	text-align:center;
}

.externalButtons img{
  margin: 25px 15px 5px 15px;
}

.extlinkcontent a.linkbutton {
	color:#fff;
	background-color:#027052;
	width: 100%;
	display: inline-block;
	max-width: 175px;
	text-transform: uppercase;
	font-weight: 800;
	padding: 5px 0;
	margin-top: 25px;
	text-decoration:none;
  margin-right: 5px !important;
  margin-left: 5px !important;
}
a.greenbutton {
  color: #fff;
  background-color: #027052;
  width: 100%;
  display: inline-block;
  /*max-width: 178px;*/
	max-width: 240px;
  text-transform: uppercase;
  font-weight: 800;
  /*padding: 7px 0;
	padding: 12px 45.5px;*/
  padding: 12px 35.5px;
	text-align: center;
	margin-top:25px;
	font-size:14px;
	font-family: 'Nunito Sans', sans-serif;
	font-style:normal;
	text-decoration:none;
}
.greenbutton a {
 color: #fff;
  background-color: #027052;
  width: 100%;
  display: inline-block;
  /*max-width: 178px;*/
	max-width: 240px;
  text-transform: uppercase;
  font-weight: 800;
  /*padding: 7px 0;
	padding: 12px 45.5px;*/
  padding: 2px 18px;
	text-align: center;
	margin-top:0px;
	font-size:14px;
	font-family: 'Nunito Sans', sans-serif;
	font-style:normal;
	text-decoration:none;
}
.greenbutton {
	color: #fff;
  background-color: #027052;
  width: 100%;
  display: inline-block;
  /*max-width: 178px;*/
	max-width: 240px;
  text-transform: uppercase;
  font-weight: 800;
  /*padding: 7px 0;
	padding: 12px 45.5px;*/
  padding: 12px 18px;
	text-align: center;
	margin-top:0px;
	font-size:14px;
	font-family: 'Nunito Sans', sans-serif;
	font-style:normal;
	text-decoration:none;
}
a.greenbutton:hover, .greenbutton:hover, .greenbutton a:hover {
	background-color:#e6af10;
	text-decoration:none;
}

.greenbutton.speedbumptrusteer{
	max-width: 260px;
}

a.greenbutton.location-detail {
    border: 2px solid #027052;
    background-color: rgba(0, 0, 0, 0);
    color: #027052;
}

a.greenbutton.location-detail:hover {
    background-color: rgba(26, 117, 34, 0.1);
}

.accordionfaq {
	overflow:auto;
}
.accordionprivacy {
	width:100%;
	overflow:auto;
}



/* ********** Breadcrumb Style ************** */

.breadcrumbborder {margin-top: 22px;}
.breadcrumbborder .breadcrumbRight {float: left;font-size: 12px;}
.breadcrumbborder .breadcrumb_Pane {float: right;}
.breadcrumbborder .breadcrumbRight a {font-size: 11px;color: #727174;font-family: 'Nunito Sans', sans-serif;}



.breadcrumb,
a.breadcrumb:link,
a.breadcrumb:active,
a.breadcrumb:visited {
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
	text-transform: capitalize;
	color: #727174;
}
a.breadcrumb:hover {
	font-weight: normal;
	text-decoration: none;
}

a#anchorlinks {
  padding-top: 214px;
  margin-top: -214px;
  display: inline-block;
}

.dnnSearchBoxPanel .dnnSearchBox {
    margin-right: 138px !important;
}
.Breadcrumb_bg {
	margin-bottom: 30px;
}
.closebutton {
    color: #fff;
    position: absolute;
    margin-left: 283px;
	cursor:pointer;
}
.dnn_layout {
	max-width: 1140px;
    width: 100%;
    margin: 0 auto;
	padding: 0 15px;
}
.menusectionmobile {
	display:none;
}
#dnn_ctr4821_View_Submitbutton_4821_7 {
	background-color: #e6af10;
  width: 22%;
  border: 0;
  padding: 5px 0;
  margin-top: 20px;
  background-repeat: no-repeat;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'Nunito Sans', sans-serif;
  background-position: 33px 8px;
  font-size: 12px;
}

.LiveForm.Default input[type="submit"]:hover,
.LiveForm.Default input[type="button"]:hover{
  background: #e6af10 !important;
}


#dnn_content {
	padding:0;
}

.header_bg, .headerinv_bg {
    padding:47px 0;
}
/*CAMPAIGN PAGE STYLING*/
.campaign_bg {
	background-image: url(/Portals/0/Skins/QNBT/images/greyby.png);
	background-repeat:repeat;
	padding:15px 0;
	z-index:10;
	width:100%;
	position:absolute;
}
.CallNow {
	float:right;
}
.CallNow p {
	margin-bottom:0;
	margin-top:30px;
}
.CallNow  a {
	color:#fff;
	font-size:16px;
	font-weight:600;
}

.greysection {
	background-color:#372d2b;
}
.greysection .footer_mid.clearfix {
    padding: 50px 0;
}
.Grey .introsection {
	font-weight: bold;
	font-size: 20px;
	padding: 25px 180px;
	line-height: 35px;
	text-align: center;
}
.campaign {
	padding:75px 0 45px 0;
	margin:0 auto;
	width:59%;
	text-align:center;
}
.readmore {
    position: relative;
    padding: 8px 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #e4ad12;
    color: #000 !important;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
	display:inline-block;
	margin-top:25px;
}

.readmore:focus {
    outline: none;
}


.dnn_logo {
	float:left;
}
.dnn_logo img {
    max-width: 100%;
    max-height: 100%;
}
#dnn_TopContact {
    text-align: right;
    font-weight: bold;
    text-transform: uppercase;
	padding-top: 15px;
}
#dnn_TopContact a {
	font-family: 'Nunito Sans', sans-serif;
	font-weight:700;
	font-size:13px;
	color:#000000;
	margin-right: 25px;
	text-decoration:none;
}
#dnn_TopContact a:hover {
	text-decoration:none;
}
#dnn_TopContact a:first-child {
	margin-right:0;
}
#dnn_TopContact a:last-child{
	margin-right:0;
	font-weight:900;
	cursor:text;
}
#dnn_TopContact a:nth-child(2) {
    margin-left: 25px;
}
#dnn_TopContact a:nth-child(3){
	margin-left:0px; /*updated from 14px 2020-01-30*/
}
#dnn_TopContact span {
	font-style:italic;
	text-transform:none;
	font-weight:normal;
	font-size:11px;
	display: inline-block;
	position: absolute;
	font-family: 'PT Serif', serif;
	margin-top:-2px;
}
.searchbox {
	text-align:right;
	padding-right: 32px;
	display: block;
	padding-top: 9px;
}
.searchInputContainer {
	/*border:1px solid #0f6a4e;*/
}
.searchbox  label, .searchboxmobile label{
	text-indent: -9999px;
	color:#fff;
	font-size:2px;
}
/*label.ae-label {
    text-indent: -9999px;
    overflow: hidden;
	color:#fff;
	font-size:2px;
}*/
#dnn_dnnSEARCH_txtSearch {
	border:1px solid #027052;
	font-size:11px;
	padding:3px 0 3px 3px;
	color:#a7a9ac;
	height: 27px;
	width: 215px;
}
input.gsc-search-button {
	background-image: url(images/blacksearchicon.svg) !important;
	background-repeat:no-repeat !important;
	text-indent: 10000px !important;/*Emoke 7th March*/
	white-space: nowrap !important;
	overflow: hidden !important;
	width: 41px !important; 
	height: 27px !important;
	position: absolute;
	background-position: 0px 6px !important;
	background-color:transparent !important;
	border:none !important;
	margin-top: -15px !important;
}
#___gcse_0 {
    margin-top: 12px !important;
}
.gsib_a {
	padding:0 !important;
}
a.gs-title, .gs-bidi-start-align.gs-visibleUrl.gs-visibleUrl-long, .gs-bidi-start-align.gs-snippet{
	font-family: 'Nunito Sans', sans-serif !important;
}
.gsc-search-box-tools .gsc-search-box .gsc-input {
	height:17px !important;
}
.right, .left{
  float: none !important;
}



/*MENU STYLING*/
#mobile_menu {
	display:none;
}
.menusection {
	background-color:#e6af10;
	height:auto;
	max-height:68px;
}
#dnngo_megamenu .primary_structure{
	margin:0; 
	padding:0;
	width: 100%;
    min-width: 930px;
}
#dnngo_megamenu .primary_structure:after {
	clear:both;
	content:".";
	height:0px;
	font-size:0px;
	visibility:hidden;
	display:block;
}
#dnngo_megamenu .primary_structure > li {
    float: left;
    list-style: none;
    position: relative;
	margin-bottom: 0;
}
#dnngo_megamenu .primary_structure > li > a {
	display: inline-block;
	/*margin: 0 23px;*/
    padding: 23px 32px;
	text-decoration: none;
}

#dnngo_megamenu .primary_structure > li , #dnngo_megamenu .primary_structure > li > a :hover{
	color:#027052;
}
*+html #dnngo_megamenu .primary_structure > li > a {
	display: inline;
}
#dnngo_megamenu .primary_structure > li.current > a  {
	color:#027052;
	text-decoration:none;
	background-color:#fff;
}
#dnngo_megamenu .primary_structure > li.current > a  > span  {
	color:#027052;
}

#dnngo_megamenu .primary_structure > li.menu_hover > a { 
	
	background-color:#fff;
	
}
#dnngo_megamenu .primary_structure > li > a:hover {
	background-color:#fff;
	color: #027052;
    padding: 23px 32px;
}
#dnngo_megamenu > div > ul > li > a{
	background:none;
}
#dnngo_megamenu > div > ul > li > a:hover{
	color: #027052;
	text-decoration:none;
}
#dnngo_megamenu > div > ul > li > a > span{
	position:relative;
	background:none;
	color:#fff;
	display:block;
	font-size:17px;
	text-transform:uppercase;
	font-family: 'Nunito Sans', sans-serif;
	font-weight:800;
	transition: all	 ease 200ms;
	-moz-transition: all ease 200ms; /* Firefox 4 */
	-webkit-transition: all ease 200ms; /* Safari and Chrome */
	-o-transition: all ease 200ms; /* Opera */
	-ms-transition: all ease 200ms; /* IE9? */
}
#dnngo_megamenu > div > ul > li > a > span:hover {
	text-transform:uppercase;
	font-family: 'Nunito Sans', sans-serif;
	font-weight:800;
	color: #027052;
	text-decoration:none;
}

/*sub*/
#dnngo_megamenu .primary_structure > li.item-1 .dnngo_menuslide .dnngo_boxslide {
	width: 100%;
    /*min-width: 1500px;
    margin: 0 auto;
    position: absolute;
    left: -384px;
    max-width: 1905px;*/
}
#dnngo_megamenu .primary_structure > li.item-3 .dnngo_menuslide .dnngo_boxslide {
	width: 100%;
    /*min-width: 1500px;
    margin: 0 auto;
    position: absolute;
    left: -384px;
    max-width: 1905px;*/
}
#dnngo_megamenu .primary_structure > li.item-2 .dnngo_menuslide .dnngo_boxslide,
#dnngo_megamenu .primary_structure > li.item-4 .dnngo_menuslide .dnngo_boxslide {
	width: 100%;
	
}
#dnngo_megamenu .dnngo_menuslide {
	display: none;
	position: absolute;
	left: 0px;
	z-index: 1100;
	margin:0;
	padding:0;
	top: 68px;
	
}
#dnngo_megamenu .dnngo_masonrymenu {
	width:100%;
}
#dnngo_megamenu .dnngo_masonrymenu > ul {
	float:left;
	
}
#dnngo_megamenu .dnngo_masonrymenu > ul > li{
	margin:0px 10px 25px;
}

/*dnngo_slide_menu*/
#dnngo_megamenu .dnngo_slide_menu {
	margin: 0;
	padding:0;
	background-color: #ffffff;
	white-space:nowrap;
	box-shadow:			0 0 2px rgba(0,0,0,0.4);	
	-moz-box-shadow:	0 0 2px rgba(0,0,0,0.4); 	
	-webkit-box-shadow: 0 0 2px rgba(0,0,0,0.4);
}
#dnngo_megamenu .dnngo_slide_menu ul,
#dnngo_megamenu .dnngo_slide_menu ul li{
	margin:0;
	padding:0;
	}

#dnngo_megamenu .dnngo_slide_menu .dnngo_submenu {
	margin: 0;
	padding:0;
	background-color: #ffffff;
	display: none;
	position: absolute;
	left: 100%;
	top: 0px;
	z-index: 904;
	box-shadow:			0 0 2px rgba(0,0,0,0.4);	
	-moz-box-shadow:	0 0 2px rgba(0,0,0,0.4); 	
	-webkit-box-shadow: 0 0 2px rgba(0,0,0,0.4);
}
#dnngo_megamenu .dnngo_slide_menu li {
	position: relative;
	list-style: none;
	border-bottom:1px solid #dbdbdb;
}
#dnngo_megamenu .dnngo_slide_menu li:last-child {
	border-bottom:none;
}

#dnngo_megamenu .dnngo_slide_menu li a {
	text-decoration:none;
	text-align:left;
	padding: 12px 80px 12px 15px;
	font-size:13px;
	display: block;
	color: #8C8C8C;
	transition: 	background-color ease-in 200ms;
	-moz-transition: background-color ease-in 200ms; /* Firefox 4 */
	-webkit-transition: background-color ease-in 200ms; /* Safari and Chrome */
	-o-transition: background-color ease-in 200ms; /* Opera */
	-ms-transition: background-color ease-in 200ms; /* IE9? */
}

#dnngo_megamenu .dnngo_slide_menu li a:hover,
#dnngo_megamenu .dnngo_slide_menu li.menu_hover > a {
	color:#FFF;
	background-color:#ED3125;
}

#dnngo_megamenu .dnngo_slide_menu li.dir > a:before {
	content: "";
	border-right:1px solid #8C8C8C;
	border-bottom:1px solid #8C8C8C;
	width:5px;
	height:5px;
	right: 20px;
	top: 50%;
	position: absolute;
	margin:-2px 0 0 0;
	transform:rotate(-45deg);
	-ms-transform:rotate(-45deg); /* IE 9 */
	-moz-transform:rotate(-45deg); /* Firefox */
	-webkit-transform:rotate(-45deg); /* Safari and Chrome */
	-o-transform:rotate(-45deg); /* Opera */
}

#dnngo_megamenu .dnngo_slide_menu li.dir > a:hover:before,
#dnngo_megamenu .dnngo_slide_menu li.dir.menu_hover > a:before  {
	border-right:1px solid #FFF;
	border-bottom:1px solid #FFF;
}


/*dnngo_boxslide*/
#dnngo_megamenu .dnngo_slide_menu, #dnngo_megamenu .dnngo_slide_menu .dnngo_submenu, #dnngo_megamenu .dnngo_boxslide {
    background-color: #FFFFFF;
}

#dnngo_megamenu .dnngo_boxslide {
	background: #FFF;
	clear: both;
	overflow: hidden;
	width: 100%;
	margin: auto;
	text-align:left;
	padding:10px 12px;
	border-bottom:4px solid #027052;
	box-sizing:				border-box;
	-moz-box-sizing: 		border-box;
	-webkit-box-sizing: 	border-box;
}

#dnngo_megamenu .dnngo_boxslide .clear{
	clear:both;
	overflow:hidden;
	width:100%;
	height:0px;
}

#dnngo_megamenu .dnngo_boxslide .menu_centerbox {
	float:left;
	box-sizing:				border-box;
	-moz-box-sizing: 		border-box;
	-webkit-box-sizing: 	border-box;
}


#dnngo_megamenu .dnngo_boxslide .menu_leftbox {
	float:left;
	box-sizing:				border-box;
	-moz-box-sizing: 		border-box;
	-webkit-box-sizing: 	border-box;
}

#dnngo_megamenu .dnngo_boxslide .menu_rightbox {
	float:left;
	padding:0px 15px;
	box-sizing:				border-box;
	-moz-box-sizing: 		border-box;
	-webkit-box-sizing: 	border-box;
}
#dnngo_megamenu .dnngo_boxslide .menu_centerbox ul {
	margin:0;
	padding:0;
	text-align:left;
	
}
.dnngo_gomenu .item-4  #dnngo_megamenu .dnngo_boxslide .menu_centerbox ul {
	margin:0;
	padding:0;
	text-align:left;
	padding-left:65px;
}
#dnngo_megamenu .dnngo_boxslide .menu_centerbox ul ul {
	padding-left:0;
}
#dnngo_megamenu .dnngo_boxslide .menu_centerbox ul li{
	list-style:none;
	padding:4px 0px;
	font-size:12px;
	margin-bottom: 0;
}
#dnngo_megamenu .dnngo_boxslide .menu_centerbox ul li li li {padding: 1px 0;}


#dnngo_megamenu .dnngo_boxslide .menu_centerbox > ul{
	padding:10px;
}  
#dnngo_megamenu .dnngo_boxslide .menu_centerbox > ul > li {
	display:inline-block;
	vertical-align:top;
	margin-right:-6px;
	padding:5px 10px;
	box-sizing:				border-box;
	-moz-box-sizing: 		border-box;
	-webkit-box-sizing: 	border-box;
}

*+html #dnngo_megamenu .dnngo_boxslide .menu_centerbox .dnngo_masonrymenu > ul >li{
	display:inline;
}
#dnngo_megamenu .dnngo_boxslide .menu_centerbox > .dnngo_masonrymenu > ul > li >  a > span{
	color:#027052;
	font-size:17px;
	border-bottom:0;
	display:block;
	font-family: 'Nunito Sans', sans-serif;
	font-weight:900;
	margin-bottom:12px;
	text-transform: uppercase;
	line-height: 1.2;
	position: relative;
	padding-top:10px;
}
#dnngo_megamenu ul.primary_structure li.item-1 .dnngo_masonrymenu > ul:nth-child(1), #dnngo_megamenu ul.primary_structure li.item-1 .dnngo_masonrymenu > ul:nth-child(2), #dnngo_megamenu ul.primary_structure li.item-1 .dnngo_masonrymenu > ul:nth-child(1), #dnngo_megamenu ul.primary_structure li.item-1 .dnngo_masonrymenu > ul:nth-child(3), #dnngo_megamenu ul.primary_structure li.item-5 .dnngo_masonrymenu > ul:nth-child(1){
	padding-left:85px;
}
#dnngo_megamenu ul.primary_structure li.item-2 .dnngo_masonrymenu > ul:nth-child(1), #dnngo_megamenu ul.primary_structure li.item-4 .dnngo_masonrymenu > ul:nth-child(1) {
	padding-left: 85px;
}

#dnngo_megamenu ul.primary_structure li.item-3 .dnngo_masonrymenu > ul:nth-child(1) {
	padding-left: 105px;
}
#dnngo_megamenu ul.primary_structure li.item-3 .dnngo_masonrymenu > ul:nth-child(2) {
	padding-left: 105px;
}
#dnngo_megamenu ul.primary_structure li.item-3 .dnngo_masonrymenu > ul:nth-child(3) {
	padding-left: 115px;
}
#dnngo_megamenu ul.primary_structure li.item-3 .dnngo_masonrymenu > ul:nth-child(4) {
	padding-left: 140px;
}
#dnngo_megamenu ul.primary_structure li.item-4 .dnngo_masonrymenu > ul:nth-child(4) {
	padding-left: 14px;
}
#dnngo_megamenu ul.primary_structure li.item-5 .dnngo_masonrymenu > ul:nth-child(4) {
	padding-left: 47px;
 }
 #dnngo_megamenu ul.primary_structure li.item-4 .dnngo_masonrymenu > ul:nth-child(2) {
	padding-left: 81px;
 }
#dnngo_megamenu ul.primary_structure li.item-5 .dnngo_masonrymenu > ul:nth-child(2) {
	padding-left: 50px;
 }
#dnngo_megamenu ul.primary_structure li.item-2 .dnngo_masonrymenu > ul:nth-child(4) {
	padding-left: 13px;
}
#dnngo_megamenu ul.primary_structure li.item-2 .dnngo_masonrymenu > ul:nth-child(2) {
	padding-left: 65px;
}
#dnngo_megamenu ul.primary_structure li.item-2 .dnngo_masonrymenu > ul:nth-child(3), #dnngo_megamenu ul.primary_structure li.item-5 .dnngo_masonrymenu > ul:nth-child(3) {
	padding-left: 40px;
}
#dnngo_megamenu ul.primary_structure li.item-4 .dnngo_masonrymenu > ul:nth-child(3) {
	padding-left: 78px;
}
#dnngo_megamenu ul.primary_structure li.item-1 .dnngo_masonrymenu > ul:nth-child(1) > li.item-1 > a, #dnngo_megamenu ul.primary_structure li.item-1 .dnngo_masonrymenu > ul:nth-child(2) > li.item-1 > a, #dnngo_megamenu ul.primary_structure li.item-1 .dnngo_masonrymenu > ul:nth-child(3) > li.item-1 > a , #dnngo_megamenu ul.primary_structure li.item-2 .dnngo_masonrymenu > ul:nth-child(1) > li.item-1 > a, #dnngo_megamenu ul.primary_structure li.item-2 .dnngo_masonrymenu > ul:nth-child(2) > li.item-1 > a, #dnngo_megamenu ul.primary_structure li.item-2 .dnngo_masonrymenu > ul:nth-child(3) > li.item-1 > a, #dnngo_megamenu ul.primary_structure li.item-2 .dnngo_masonrymenu > ul:nth-child(4) > li.item-1 > a, #dnngo_megamenu ul.primary_structure li.item-5 .dnngo_masonrymenu > ul:nth-child(1) > li.item-1 > a, #dnngo_megamenu ul.primary_structure li.item-5 .dnngo_masonrymenu > ul:nth-child(2) > li.item-1 > a, #dnngo_megamenu ul.primary_structure li.item-5 .dnngo_masonrymenu > ul:nth-child(3) > li.item-1 > a , #dnngo_megamenu ul.primary_structure li.item-5 .dnngo_masonrymenu > ul:nth-child(4) > li.item-1 > a{
	cursor:text;
	text-decoration: none;
}
#dnngo_megamenu ul.primary_structure li.item-1 .dnngo_masonrymenu > ul:nth-child(1) > li.item-1 > a > span:before, #dnngo_megamenu ul.primary_structure li.item-1 .dnngo_masonrymenu > ul:nth-child(2) > li.item-1 > a > span:before, #dnngo_megamenu ul.primary_structure li.item-1 .dnngo_masonrymenu > ul:nth-child(3) > li.item-1 > a > span:before, #dnngo_megamenu ul.primary_structure li.item-2 .dnngo_masonrymenu > ul:nth-child(1) > li.item-1 > a > span:before, #dnngo_megamenu ul.primary_structure li.item-2 .dnngo_masonrymenu > ul:nth-child(2) > li.item-1 > a > span:before, #dnngo_megamenu ul.primary_structure li.item-2 .dnngo_masonrymenu > ul:nth-child(3) > li.item-1 > a > span:before , #dnngo_megamenu ul.primary_structure li.item-2 .dnngo_masonrymenu > ul:nth-child(4) > li.item-1 > a > span:before, #dnngo_megamenu ul.primary_structure li.item-3 .dnngo_masonrymenu > ul:nth-child(1) > li.item-1 > a > span:before, #dnngo_megamenu ul.primary_structure li.item-3 .dnngo_masonrymenu > ul:nth-child(2) > li.item-1 > a > span:before, #dnngo_megamenu ul.primary_structure li.item-3 .dnngo_masonrymenu > ul:nth-child(4) > li.item-1 > a > span:before, #dnngo_megamenu ul.primary_structure li.item-4 .dnngo_masonrymenu > ul:nth-child(1) > li.item-1 > a > span:before, #dnngo_megamenu ul.primary_structure li.item-4 .dnngo_masonrymenu > ul:nth-child(2) > li.item-1 > a > span:before, #dnngo_megamenu ul.primary_structure li.item-4 .dnngo_masonrymenu > ul:nth-child(3) > li.item-1 > a > span:before, #dnngo_megamenu ul.primary_structure li.item-4 .dnngo_masonrymenu > ul:nth-child(4) > li.item-1 > a > span:before, #dnngo_megamenu ul.primary_structure li.item-5 .dnngo_masonrymenu > ul:nth-child(1) > li.item-1 > a > span:before, #dnngo_megamenu ul.primary_structure li.item-5 .dnngo_masonrymenu > ul:nth-child(2) > li.item-1 > a > span:before, #dnngo_megamenu ul.primary_structure li.item-5 .dnngo_masonrymenu > ul:nth-child(3) > li.item-1 > a > span:before, #dnngo_megamenu ul.primary_structure li.item-5 .dnngo_masonrymenu > ul:nth-child(4) > li.item-1 > a > span:before, #dnngo_megamenu ul.primary_structure li.item-1 .dnngo_masonrymenu > ul:nth-child(1) > li.item-2 > a > span:before, #dnngo_megamenu ul.primary_structure li.item-2 .dnngo_masonrymenu > ul:nth-child(1) > li.item-2 > a > span:before {
	content: "";
    width: 38px;
    height: 33px;
    background-size: 100%;
    display: inline-block;
    background-position: 9px 0;
    /*top: -4px;*/
    position: absolute;
    left: -44px;
}
#dnngo_megamenu ul.primary_structure li.item-3 .dnngo_masonrymenu > ul:nth-child(3) > li.item-1 > a > span:before {
	content: "";
    width: 38px;
    height: 33px;
    background-size: 100%;
    display: inline-block;
    background-position: 9px 0;
    top: -4px;
    position: absolute;
    left: -42px;
}
#dnngo_megamenu ul.primary_structure li.item-1 .dnngo_masonrymenu > ul:nth-child(1) > li.item-1 > a > span:before{
	background: url(images/menuicons/icon-accounts.svg) no-repeat 0 0;
	height:33px;
	padding-left: 42px;
	top: -2px;
}
#dnngo_megamenu ul.primary_structure li.item-1 .dnngo_masonrymenu > ul:nth-child(2) > li.item-1 > a > span:before {
	background: url(images/menuicons/icon-banking.svg) no-repeat 0 0;
	height:33px;
	padding-left: 42px;
	top: 0px;
}
#dnngo_megamenu ul.primary_structure li.item-1 .dnngo_masonrymenu > ul:nth-child(3) > li.item-1 > a > span:before{
	background: url(images/menuicons/icon-loans.svg) no-repeat 0 0;
	height:33px;
	padding-left: 42px;
	top: 2px;
}
/*CREDIT CARD ICON PERSONAL*/
#dnngo_megamenu ul.primary_structure li.item-1 .dnngo_masonrymenu > ul:nth-child(1) > li.item-2 > a > span:before{
	background: url(images/menuicons/icon-creditcards.svg) no-repeat 0 0;
	height:33px;
	padding-left: 42px;
	top: 2px;
}
/*CREDIT CARD ICON BUSINESS*/
#dnngo_megamenu ul.primary_structure li.item-2 .dnngo_masonrymenu > ul:nth-child(1) > li.item-2 > a > span:before {
    background: url(images/menuicons/icon-creditcards.svg) no-repeat 0 0;
    height: 33px;
    padding-left: 42px;
    top: 4px;
}

#dnngo_megamenu ul.primary_structure li.item-2 .dnngo_masonrymenu > ul:nth-child(1) > li.item-1 > a > span:before{
	background: url(images/menuicons/icon-accounts.svg) no-repeat 0 0;
	height:33px;
	padding-left: 42px;
	top: -2px;
}
#dnngo_megamenu ul.primary_structure li.item-2 .dnngo_masonrymenu > ul:nth-child(2) > li.item-1 > a > span:before {
	background: url(images/menuicons/icon-services.svg) no-repeat 0 0;
	height:33px;
	padding-left: 42px;
	top: 0px;
}
#dnngo_megamenu ul.primary_structure li.item-2 .dnngo_masonrymenu > ul:nth-child(3) > li.item-1 > a > span:before{
	background: url(images/menuicons/icon-loans.svg) no-repeat 0 0;
	height:33px;
	padding-left: 42px;
	top: 2px;
}
#dnngo_megamenu ul.primary_structure li.item-2 .dnngo_masonrymenu > ul:nth-child(4) > li.item-1 > a > span:before{
	background: url(images/menuicons/icon-resources.svg) no-repeat 0 0;
	height:33px;
	padding-left: 42px;
	top: 1px;
}

#dnngo_megamenu ul.primary_structure li.item-3 .dnngo_masonrymenu > ul:nth-child(1) > li.item-1 > a > span:before {
	background: url(images/menuicons/icon-applyonline.svg) no-repeat 0 0;
	height:33px;
	padding-left: 42px;
    top: 2px;
}
#dnngo_megamenu ul.primary_structure li.item-3 .dnngo_masonrymenu > ul:nth-child(2) > li.item-1 > a > span:before {
	background: url(images/menuicons/icon-resourcecenter.svg) no-repeat 0 0;
	height:33px;
	padding-left: 42px;
	top: 3px;
}
#dnngo_megamenu ul.primary_structure li.item-3 .dnngo_masonrymenu > ul:nth-child(3) > li.item-1 > a > span:before {
	background: url(images/menuicons/icon-loanofficers.svg) no-repeat 0 0;
	height:33px;
	padding-left: 42px;
	top: 1px;
}
#dnngo_megamenu ul.primary_structure li.item-3 .dnngo_masonrymenu > ul:nth-child(4) > li.item-1 > a > span:before {
	background: url(images/menuicons/icon-menufaq.svg) no-repeat 0 0;
	height:33px;
	padding-left: 42px;
	top: 1px;
}
#dnngo_megamenu ul.primary_structure li.item-4 .dnngo_masonrymenu > ul:nth-child(1) > li.item-1 > a > span:before {
	background: url(images/menuicons/icon-privatebanking.svg) no-repeat 0 0;
	height:33px;
	padding-left: 42px;
	top: 4px;
}
#dnngo_megamenu ul.primary_structure li.item-4 .dnngo_masonrymenu > ul:nth-child(2) > li.item-1 > a > span:before{
	background: url(images/menuicons/icon-trustestate.svg) no-repeat 0 0;
	height:33px;
	padding-left: 42px;
	top: 8px;
}
#dnngo_megamenu ul.primary_structure li.item-4 .dnngo_masonrymenu > ul:nth-child(3) > li.item-1 > a > span:before{
	background: url(images/menuicons/icon-retirement.svg) no-repeat 0 0;
	height:33px;
	margin-left: 5px;
	top: 1px;
}
#dnngo_megamenu ul.primary_structure li.item-4 .dnngo_masonrymenu > ul:nth-child(4) > li.item-1 > a > span:before{
	background: url(images/menuicons/icon-investments.svg) no-repeat 0 0;
	height:33px;
	padding-left: 42px;
	top: 2px;
}
#dnngo_megamenu ul.primary_structure li.item-5 .dnngo_masonrymenu > ul:nth-child(1) > li.item-1 > a > span:before{
	background: url(images/menuicons/icon-aboutus.svg) no-repeat 0 0;
	height:33px;
	padding-left: 42px;
	top: 1px;
}

#dnngo_megamenu ul.primary_structure li.item-5 .dnngo_masonrymenu > ul:nth-child(2) > li.item-1 > a > span:before{
	background: url(images/menuicons/icon-security.svg) no-repeat 0 0;
	height:33px;
	padding-left: 42px;
	top: 0px;
}

#dnngo_megamenu ul.primary_structure li.item-5 .dnngo_masonrymenu > ul:nth-child(3) > li.item-1 > a > span:before{
	background: url(images/menuicons/icon-resourcecenter.svg) no-repeat 0 0;
	height:33px;
	padding-left: 42px;
	top: 1px;
}

#dnngo_megamenu ul.primary_structure li.item-5 .dnngo_masonrymenu > ul:nth-child(4) > li.item-1 > a > span:before{
	background: url(images/menuicons/icon-Qtips.svg) no-repeat 0 0;
	height:33px;
	padding-left: 42px;
	    top: 1px;
}

#dnngo_megamenu .dnngo_boxslide .menu_centerbox  .dnngo_masonrymenu > ul > li >  a > span img {
	position: absolute;
	top: -4px;
	left: -10px;
}
#dnngo_megamenu .dnngo_masonrymenu > ul > li > ul > li > a {
	font-weight:bold;
	text-decoration:none;
}

#dnngo_megamenu .dnngo_boxslide .menu_centerbox > .dnngo_masonrymenu > ul > li > a, #dnngo_megamenu .dnngo_boxslide .menu_centerbox > .dnngo_masonrymenu > ul > li > a:hover {
	text-decoration:none;
}

#dnngo_megamenu .dnngo_boxslide .menu_centerbox ul li li{
	width:100%!important;
}

#dnngo_megamenu .dnngo_boxslide .menu_centerbox ul li li a {
	color: #363636;
	display:block;
	width:100%;
}
#dnngo_megamenu .dnngo_boxslide .menu_centerbox ul li li a:hover {
	color: #027052;
	text-decoration:none;
}
#dnngo_megamenu .dnngo_boxslide .menu_centerbox ul li li a span{
	display:block;
	font-size: 14px;
}
#dnngo_megamenu .dnngo_boxslide .menu_centerbox ul li li li a span {
	font-size:13px;
	margin-left: 25px;
	font-weight: normal;
}

#dnngo_megamenu .dnngo_boxslide .menu_centerbox ul li li li a:hover span:before{
	border-left-color:#3b9cf7;
}
#dnngo_megamenu .dnngo_boxslide .menu_centerbox ul li li li{
	padding-left:0px;
}

#dnngo_megamenu .dnngo_boxslide .menu_topbox {
	width: 100%;
}

#dnngo_megamenu .dnngo_boxslide .menu_bottombox {
	width: 100%;
}

#dnngo_megamenu .mega_title {
	font-size:14px!important;
	font-weight:normal;
	padding:10px 0 5px;
	line-height:1.2;
	color:#73b317;

}

#dnngo_megamenu .menu_leftbox .dividers_1 {
	margin-bottom:10px;
}


/*color*/

#dnngo_megamenu .dnngo_slide_menu ,
#dnngo_megamenu .dnngo_slide_menu .dnngo_submenu,
#dnngo_megamenu .dnngo_boxslide{
	background-color:#FFFFFF;
}

#dnngo_megamenu .dnngo_slide_menu li,
#dnngo_megamenu .dnngo_boxslide .menu_centerbox  .dnngo_masonrymenu > ul > li >  a > span{
	border-bottom:0;
}
#dnngo_megamenu .dnngo_boxslide ,
#dnngo_megamenu .dnngo_slide_menu li a,
#dnngo_megamenu .dnngo_boxslide .menu_centerbox ul li li a {
	color:#363636;
	text-decoration: none;
}

#dnngo_megamenu .dnngo_boxslide .menu_centerbox  .dnngo_masonrymenu > ul > li >  a > span,
#dnngo_megamenu .mega_title,
#dnngo_megamenu .dnngo_boxslide .menu_centerbox ul li li a:hover{
	/*color:#ED3125;*/
}
#dnngo_megamenu .dnngo_boxslide .menu_centerbox ul li li a:hover span:before{
	border-right:1px solid #ED3125;
	border-bottom:1px solid #ED3125;
}
#dnngo_megamenu .dnngo_menuslide .dnngo_boxslide {
	
}

#dnngo_megamenu > div > ul > li > a:hover > span,
#dnngo_megamenu > div > ul > li.menu_hover > a > span{
	color: #027052;
}

#dnngo_megamenu > div > ul > li > a > span:after{
	
}
#dnngo_megamenu > div > ul > li > a:hover > span:after,
#dnngo_megamenu > div > ul > li.current > a > span:after,
#dnngo_megamenu > div > ul > li.menu_hover > a > span:after{	
}
/*ACCOUNT LOGINs*/
#dnn_AccountLogin {
  background: #0f6a4e;
  text-align: center;
	line-height: 35px;
}
.loginbox {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    height: 68px;
	position: relative;
	top: 50%;
	transform: translateY(0%);
}
.loginbox a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    clear: both;
    display: block;
    line-height: 1px;
    padding-top: 23px;
}
.loginbox span {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    clear: both;
    display: block;
    line-height: 1px;
    padding-top: 23px;
	font-weight: 700;
	cursor: pointer;
}
.loginbox span.smallscript {
    font-style: italic;
    text-transform: none;
    font-weight: normal;
    font-size: 11px;
    font-family: 'PT Serif', serif;
    color: #fff;
    cursor: pointer;
}
.slidingDiv {
	display:none;
	position:absolute;
	z-index: 1000;
	left: -125px;
  top: 68px;
  max-height:320px;
  
}
.apptable {
	display:none;
	width: 90%;
	margin: 0 auto;
	border: 3px solid #027052;
	padding: 10px;
	margin-bottom: 10px;
}
table.apptable img {
	padding:5px;
  width: 100px;
}

table.apptable p{
 color:#027052;
 text-align: center;
}

table.apptable a {
	color:#027052;
}
.slidingDivmobile {
	display:none;
	position:absolute;
	z-index: 1000;
	left: 0px;
}
.slidingDivmobile img {
	width:100%;
	max-width:310px;
}
.closebuttonmobile {
    color: #fff;
    position: absolute;
    margin-left: 283px;
    cursor:pointer;
}


/*ALERT BAR*/
.banner_pos {
    width: 100%;
    clear: both;
}
.alert_pos .dnn_layout .alert {
    margin-top: 10px;
    margin-bottom: 10px;
}
.new_alert .close {
    position: absolute;
    right: 0;
    top: 0;
    color: #FFF;
    font-size: 27px;
    font-family: arial;
    font-weight: normal !important;
	line-height: 1;
    opacity: 1;
    width: 20px;
    text-align: right;
    margin: 5px 5px 0 0;
}
.alert_pos .alert {
    padding: 0;
    margin-bottom: 0;   
}
.new_alert.alert-warning {
    background: #0f6a4e;
    margin:0;
    position: relative;
    text-align: center;
    color: #333;
    padding: 10px;
	border-radius: 0;
	border:none;
}
.new_alert .new_alert_con {
    padding: 10px;
    color: #fff;
    font-size: 14px;
}
.new_alert .new_alert_con p, .new_alert .new_alert_con p a{
	color: #fff;
}
iframe.callixiframe{
    width: 100% !important;
    min-height:875px;
    margin-top: -95px;
}
/*CHAT BOX*/
#ChatXbuttontop {
    background: #226c4c;
    text-align: right;
    padding-right: 5px;
}
#ChatBox {
    background-color: #FFFFFF;
    border: 1px solid #217051;
    bottom: 250px;
    color: #444444;
    display: none;
    position: fixed;
    right: 60px;
    width: 357px;
    max-width: 100%;
    height: auto;
    z-index: 4999;
}
.ChatButton {
    background-color: #e6af10;
    bottom: 450px;
    width: 120px;
    position: fixed;
    right: 17px;
    padding: 0px 30px 0px 0px;
    z-index: 4999;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);  
	color: #FFF;
    font-size: 18px;
    font-weight: 400;
	text-align: right;
    text-transform: uppercase;
    font-family: 'Nunito', sans-serif;
}
.ChatButton a {
	font-weight: 400;
}

.ChatButton span {
    background-image: url(/Portals/0/Skins/QNBT/images/white_chat.svg);
    background-repeat: no-repeat;
    display: inline-block;
    -webkit-transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    transform: rotate(-15deg);
    width: 16px;
    padding: 8px 0px;
    position: relative;
    top: 11px;
    left: -5px;
}
#ChatXbutton2 {
    z-index: 63;
    height: 51px;
    margin-top: -51px;
    display: block;
    position: absolute;
    width: 93%;
    padding-top: 12px;
}
#ChatXbutton2 a {
    color: #fff;
    background-color: #04b46f;
    border-radius: 4px;
    padding: 10px 15px;
    font-family: Arial;
    font-size: 16px;
    margin-left: 10px;
}
#ChatBox a {
    text-decoration: none !important;
}
/*GALLERY STYLING*/
.Homepageslide {
    width: 100%;
    margin: 0 auto;
    padding: 25px 55px 25px 92px;
    display: block;
    min-height: 191px;
}
.Homepageslide .Description{
	float:left;
	width: 44%;
    margin-right: 33px;
}
.Homepageslide .Description p {
	line-height:30px;
}
.Homepageslide .Description a,.Homepageslide .Description a:hover{
	color:#027052;
	text-decoration:none;
	font-weight:800;
}
.Slideimage {
	float:left;
	width:40%;
}
.vertical_center_2 h1,.vertical_center_2 h2 {
	text-align:center;
	margin: 35px 0;
	letter-spacing: 0;
}
.pro-photo img {
	min-width:460px !important;
	position:relative;
}
a.hiddenMail {
	cursor:pointer;
}
/*SPPEDBUMP STYLING*/
.popupbkgr {
    background: rgba(0,0,0,.5);
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2222;
}
.extlinkcontent {
    background: #fff;
    border: 2px solid #027052;
    left: 35%;
    padding: 1%;
    position: fixed;
    top: 15%;
    width: 30%;
	z-index: 10000;
	position: relative;
}

/*SCROLL TO TOP*/
.scrolltop {
    height: 0;
    position: fixed;
    bottom: 160px; /*Updated to 160 from 97 to get above chat*/
    right: 80px;
    display: none;
    z-index: 1000;
}
.scrollUp {
    position: relative;
    top: 8px;
    background: url('images/toparrow.png') center center no-repeat;
    height: 60px;
    width: 40px;
    overflow: hidden;
    text-indent: -999px;
    text-align: center;
    display: block;
    cursor: pointer;
    z-index: 99;
    float: right;
}
a.scrollUp {
    display: block;
    z-index: 4999;
    position: relative;
}
/*2 MIIDLE PANES*/
.GreySection {
	background-color:#ece6e2;
	padding:56px 0;
}
.GreySectionInner, .GreySectionInnerSecond, .Grey, .GreySavings1, .GreySavings3, .GreySavings5, .GreySavings6, .GreySectionBusiness, .GreySavings7 {
	background-color:#ece6e2;
	
}
.GreySectionInner  .BottomGreyLeft img, .GreySectionInner  .BottomGreyLeft p {
	margin:0;
}
.BottomGreyRight .DnnModule,.BottomWhiteLeft .DnnModule {
    height: 341px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 35px;
}

/*.BottomGreyLeft2 {
    height: 240px;
    display: flex;
    flex-direction: column;
    justify-content: center;
	padding-right: 60px;
}*/
.BottomGreyRight2 {
	text-align: center;
	width: 100%;
	margin: 0 auto;
}
.BusinessLeft {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 243px;
	padding-right: 60px;
}

.BusinessLeft p {
	margin-bottom:0;
}
.BusinessRight {
	width: 100%;
	margin: 0 auto;
	height: 243px;
	display:flex;
	flex-direction: column;
    justify-content: center;
}

.BottomGreyLeft img{
	margin-bottom:18px;
}
.BottomGreyLeft2 p {
	line-height:30px;
}
.BottomGreyLeft2 a {
	text-decoration:none;
}
/*Product Detail styles*/
/*.Grey {
	padding:35px 0;
	margin-top: 45px;
}*/
.Grey h2 {
	text-align:center;
	margin-bottom: 20px;
}
.Grey p {
	line-height:30px;
}
.paybuttons {
    width: 60%;
    margin: 0 auto;
	display: block;
	clear: both;
}
.applepay, .androidpay, .samsungpay {
    float: left;
    width: 33%;
	padding-bottom: 25px;
}
/*BLOG*/
.NewsArticlesTable {
    float: left;
    width: 50%;
}


.TopList.clearfix {
    width: 100%;
	min-height: 520px;
	padding-right:20px;
}
.SupportImage.scaleimage img{
	width: 100%;
	max-width: 404px;
	-webkit-box-shadow: 4px 2px 5px 0px rgba(224,224,224,1);
	-moz-box-shadow: 4px 2px 5px 0px rgba(224,224,224,1);
	box-shadow: 4px 2px 5px 0px rgba(224,224,224,1);
	border:3px solid #fff;
}
.ArtNewsTitle a {
	font-size: 25px;
	line-height: 31px;
	padding: 18px 0 5px 0;
	display: block;
	text-decoration:none;
}
.categoriesection {
    font-size: 13px;
}
a.recpostlinks {
    padding: 15px 0px 10px 0px;
    display: block;
    border-bottom: 1px solid #e1e1e1;
    margin: 0;
    color: #363636;
	text-decoration:none;
}
a.contreading {
	text-decoration:none;
}
.postcomments span {
    font-size: 20px;
}
.RecentPosts  {
	padding:0px 0px 70px 25px;
}

.RecentPosts  .postHeading{
  color: #027052;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 1.2;
  letter-spacing: normal;
  margin: 0;
  text-transform: uppercase;
  text-decoration: none;
}

.RecentPosts p {
	margin-bottom:0;
}


.articleImages img {
    width: 730px;
    max-width: 100%;
    padding: 4px 0 44px 0;
}
.postComment h2 , .articleComments h2 {
	background-color:transparent !important;
	border:none !important;
}
.categoriesectiondetail {
	margin-bottom:15px;
}
.breadcrumb_icon a {
    font-size: 17px;
    color: #fff;
    line-height: 0px;
    text-align: center;
    background: #727174;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    padding: 5px;
}
.breadcrumb_icon a:hover {
    background: #363636;
}
.breadcrumb_icon {
    padding: 35px 0 29px 25px;
}
.postcomments input[type="button"] {
    color: #fff;
    background-color: #027052;
    width: 100%;
    display: inline-block;
    max-width: 178px;
    text-transform: uppercase;
    font-weight: 800;
    padding: 7px 0;
    margin: 10px 0;
    text-align: center;
    font-size: 14px;
    border:none;
}
.postcomments input[type="button"]:hover {
	background-color: #e6af10;
    text-decoration: none;
}
#Notify input[type="checkbox"] {
	margin-right:8px;
}
/*CALCULATOR*/

.cTimeValue .InputTable input[type=radio], .cTimeValue .InputTable input[type=checkbox] {
  margin: 0px 8px 0;
	display: inline-block;
  vertical-align: middle;
}
.cTimeValue .toggle {
  padding-top: 3px;
  display: inline-block;
}

.cTimeValue .TextInput{
  margin: 0 0 0 8px;
}

/*Tabs*/

.CalculatorTab {
    width: 100%;
    list-style: none;
    height: 50px;
    clear: both;
    border-bottom: 4px solid #056b4f;
}

.CalculatorTab li {
    float: left;
    list-style-type: none !important;
    text-align: center;
    line-height: 50px;
    background-image: none;
    width: 16.66%; /*UPDATE */
}

.CalculatorTab a {
	font-weight: bold;
  color: #027052;
  display: block;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  list-style-type: none !important;
	font-family: 'Nunito Sans', sans-serif;
}
.CalculatorTab ul li:before{content:normal;margin:0;}
.CalculatorTab li:hover, .CalculatorTab a:hover, .CalculatorTab a.active{
    background-color: transparent;
    color: #027052;
    list-style-type:none !important;
    height:50px;
    text-align: center;
    font-family: 'Nunito Sans', sans-serif;
    border-bottom: 4px solid #e7af2c;
}
.CalculatorTab li:nth-child(1) {
	/*margin-left:-20px;*/
}
.CalculatorTab ul { 
	margin-left:0 !important;
}
.calculatorscontent p {
	line-height:48px;
	border-bottom: 1px solid #c9c9c9;
	margin-bottom:0;
}
a.inner_link.speedbump {
    font-size: 16px;
}
.calculatorscontent a {
	color:#777777;}
/*END CALCULTORS*/
/*FORM*/
.LiveForm.Default {
    font-family: 'Nunito Sans', sans-serif !important;
    font-size: 14px !important;
    margin-bottom: 50px !important;
    line-height: normal !important;
    padding: 35px !important;
    background-color: #007153 !important;
    border: none !important;
	border-radius: 0 !important;
	margin-top:50px !important;
}
.LiveForm.Default ul.page-break-section {
	background-color:transparent !important;	
	box-shadow:none !important;
	border-radius:0 !important;
	padding:0 !important;
}

.Submit-Align-Default .Field-Label-Auto {
	display:none !important;
}
.LiveForm.Default ul.page-break-section .Field {
	padding:10px 0 !important;
}
.LiveForm.Default ul.page-break-section > li {
	margin-bottom:0 !important;
}
.LiveForm.Default .Field > label {
	display:none;
}
/*DNN upgrade pop up form real estate forms*/
.dnnEditState .LiveForm.Default .Field > label, .modal-body .LiveForm.Default .Field > label {
	display:block;
}
.modal-body .LiveForm.Default {
	background-color:transparent !important;
	font-family: 'Nunito Sans', sans-serif !important;
	margin:0 !important;
	padding:0 !important;
}

/*LiveForm7693 Wealth management landing page labels, LiveForm7738 /Wealth-Management/Family-Care-Kit labels*/
#LiveForm7693 label,#LiveForm7738 label {
    display: inline-block;
}
p.ContactTitle {
	color:#e6af10;
	font-size:22px;
	text-transform:uppercase;
	letter-spacing:0.1em;
	line-height: 5px;
}
@media only screen and (max-width:1024px) {
p.ContactTitle {
	line-height: 25px;
}
}
p.contactdescription {
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
}
/*This changes the color of the left border on fields that are required, 
from the default red to the QNBT Gold -Mark*/
.LiveForm.Default .Field.Matrix.Checkb.Required table, .LiveForm.Default .Field.Matrix.Radiob.Required table, .LiveForm.Default .Field.Required input, .LiveForm.Default .Field.Required textarea, .LiveForm.Default .Field.Required .plupload_filelist_footer, .LiveForm.Default .Field.Required select, .LiveForm.Default .Field.Required.Radiobutton table, .LiveForm.Default .Field.Required.Checkbox table, .LiveForm.Default .Field.Required.ScaleRating table, .LiveForm.Default .Field.Required .StarRatingRequired {
    border-left: solid #e6af10 5px !important;
}
/*END*/
.LiveForm.Default input, .LiveForm.Default select, .LiveForm.Default textarea {
	border-radius: 0 !important;
}
.LiveForm.Default textarea {
/*    min-height: 130px !important;*/
}
.thank-you hr {
	display:none;
}
.thank-you h2 {
	color:#fff;
	font-size:24px;
	font-weight:700;
}
.thank-you {
    color: #fff;
    font-size: 16px;
    background-color: transparent !important;
    box-shadow: none !important;
}
input#dnn_ctr4821_View_Submitbutton_4821_6 {
	background-color:#e6af10;
	width:100%;
	max-width:150px;
	color:#fff;
	border:none;
	text-transform:uppercase;
	font-weight:700;
	font-size:12px;
	letter-spacing:0.1em;
	font-family: 'Nunito Sans', sans-serif;
}

/*Trusteer Page*/

.centeredDiv{
  display: block;
  width: 100%;
  max-width: 750px;
  margin: auto;
}

.leftBtn, .rightBtn{
  display: inline-block;
  margin: 0 15px;
}

.leftBtn img, .rightBtn img{
  max-width: 100%;
}


/*INVESTMENTS STYLING*/
.HeaderInfo {
	text-align:right;
}
.HeaderInfo p {
	display:inline-block;
}
.HeaderInfo a {
	text-transform:uppercase;
	font-size:13px;
	margin-right:25px;
	letter-spacing:0.1em;
	text-decoration:none;
}
.stronger {
	font-weight:900;
}
.phonenr {
	font-weight:900;
}

/*FOOTER*/
.bottomsection{
	background-color:#027052;
	width:100%;
}
.footer_mid.clearfix {
    padding: 56px 0;
}
.bottomsection p, .bottomsection a, .bottomsection a:hover{
	color:#fff;
	text-decoration:none;
}
.bottomsection p {
	margin-bottom:0;
}
.FooterLeftBottom {
margin-bottom:10px;
}
.footersocial, .CopyrightSection{
    text-align: right;
}
.footersocial a {
	margin-right:15px;
}
.footersocial a:last-child {
	margin-right:0;
}
.col-sm-4.nopaddingleft {
    padding-left: 0;
}
.FooterLeftA img {
	margin-bottom:30px;
}
.FooterLeftA_1 p, .FooterLeftA_2 p, .FooterLeftA_3 p {
	line-height:15px;	
}
.col-sm-9.CopyrightSection {
    height: 33px;
	position:relative;
}
.col-sm-9.CopyrightSection  p.small {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.FooterLeftA {
    margin-bottom: 27px;
}
.FooterLeftA  a, .FooterLeftA_1 a, .FooterLeftA_2 a, .FooterLeftA_3 a , .FooterLeftBottom a{
	color:#fff;
	text-transform:uppercase;
	font-weight:700;
	font-size:12px;
	line-height: 2.3em;
	text-decoration: none;
}

.footerdarker {
    padding: 25px 0;
    background-color: #02543b;
}

.mobiletopsection {
	display:none;
}
.dnn_layout.mobile {
	display:none;
}

@media only screen and (max-width: 1600px) {
#dnn_dnnSEARCH_txtSearch {
	width: 190px;
}
}
@media only screen and (max-width: 1385px) {
.col-sm-10.smallermenu #dnngo_megamenu .primary_structure > li.item-1 .dnngo_menuslide {
	left: -160px !important;
}
.col-sm-10.smallermenu #dnngo_megamenu .primary_structure > li.item-2 .dnngo_menuslide {
    left: -270px !important;
}
.col-sm-10.smallermenu #dnngo_megamenu .primary_structure > li.item-3 .dnngo_menuslide {
    left: -376px !important;
}
.col-sm-10.smallermenu #dnngo_megamenu .primary_structure > li.item-4 .dnngo_menuslide {
    left: -487px !important;
}
.col-sm-10.smallermenu #dnngo_megamenu .primary_structure > li.item-5 .dnngo_menuslide {
    left: -700px !important;
}
.pro-photo img {
	min-width:460px !important;
	position:relative;
}
.col-sm-9.CopyrightSection p.small {
	position:relative;
}
.col-sm-10.smallermenu #dnngo_megamenu .primary_structure > li > a {
    padding: 23px 13px;
}
/*
.BusinessLeft, .BusinessRight{
	height: 213px;
}*/
.body_bg {
    /*margin-top: 212px;*/
}
.stickyLogoWh {
	max-width: 132px;
	margin-left: 15px;
	margin-top: 22px;
}
}
@media only screen and (min-width: 1024px) and (max-width: 1385px) {

}
@media only screen and (max-width: 1230px) {

.menusectionmobile {
	padding:20px 0;
}
.dnn_logo {
	width:80%;
}
#mobile_menu {
	top: 16%;
}
.searchboxmobile {
	display:none;
	width: 100%;
    padding: 0;
    background-color: #fff;
    z-index: 15;
    position: absolute;
    height: 63px;
    max-width: 90%;
}
#dnn_dnnSEARCHmobile_ClassicSearch .searchInputContainer {
    border: none;
    float: left;
    margin-right: 5px;
    position: relative;
    width: 93%;
}
#dnn_dnnSEARCHmobile_cmdSearch {
    background-color: #007153;
    padding: 5px 10px;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    margin-top: 15px;
    float: left;
}
#dnn_dnnSEARCHmobile_txtSearch {
    float: left;
    margin-top: 10px;
    min-width: 900px;
    padding: 10px 0;
    border: none;
	color: #000;
    font-size: 14px;
    text-align: center;
	margin-top:0;
}

.slidingDivmobile {
	left: 437px;
	top: 127px;
}
/*
.BusinessLeft, .BusinessRight{
	height: 213px;
}*/

.CalculatorTab li {
	float:left;
	list-style-type:none !important;
	text-align:center;
	line-height:51px;
	background-image:none;
	width: 16.66%; /*UPDATE 05-30*/
}
.body_bg {
    /* margin-top: 0 !important;*/
}
.scrolltop  {
	right: 13px;
}
.applepay, .androidpay, .samsungpay {
    float: none;
    width: 100%;
    padding-bottom: 25px;
}
.col-sm-10.smallermenu #dnngo_megamenu .dnngo_menuslide {
    width: 100% !important;
    min-width: 950px;
}
.col-sm-10.smallermenu #dnngo_megamenu .primary_structure > li.item-1 .dnngo_menuslide {
	left: -262px !important;
}
.col-sm-10.smallermenu #dnngo_megamenu .primary_structure > li.item-2 .dnngo_menuslide {
    left: -370px !important;
}
.col-sm-10.smallermenu #dnngo_megamenu .primary_structure > li.item-3 .dnngo_menuslide {
    left: -476px !important;
}
.col-sm-10.smallermenu #dnngo_megamenu .primary_structure > li.item-4 .dnngo_menuslide {
    left: -587px !important;
}
.col-sm-10.smallermenu #dnngo_megamenu .primary_structure > li.item-5 .dnngo_menuslide {
    left: -799px !important;
}
}
@media only screen and (min-width: 1024px) and (max-width: 1230px) {
.col-sm-10.smallermenu #dnngo_megamenu .primary_structure > li.item-1 .dnngo_menuslide {
	left: -180px !important;
}
.col-sm-10.smallermenu #dnngo_megamenu .primary_structure > li.item-2 .dnngo_menuslide {
    left: -290px !important;
}
.col-sm-10.smallermenu #dnngo_megamenu .primary_structure > li.item-3 .dnngo_menuslide {
    left: -406px !important;
}
.col-sm-10.smallermenu #dnngo_megamenu .primary_structure > li.item-4 .dnngo_menuslide {
    left: -527px !important;
}
.col-sm-10.smallermenu #dnngo_megamenu .primary_structure > li.item-5 .dnngo_menuslide {
    left: -730px !important;
}
#mobile_menu {
	top: 16%;
}
#dnngo_megamenu .primary_structure > li > a, #dnngo_megamenu .primary_structure > li > a:hover{
    padding: 23px 20px;
}
#dnngo_megamenu .primary_structure > li > a {
    margin: 0 0px;
}
.slidingDiv {
	left:-86px;
}
.CalculatorTab li {
	float:left;
	list-style-type:none !important;
	text-align:center;
	line-height:51px;
	background-image:none;
	width: 16.66% !important;  /*UPDATE 05-30*/
}
.stickyLogoWh {
    width: 19%;
    text-indent: -9999px;
    max-width: 280px;
    height: 52px;
    float: left;
    background-size: 95%;
    margin-top: 15px;
}
.col-sm-10.smallermenu {
	float: left;
    width: 65%;
    padding-right: 0;
    padding-left: 0;
	margin-left:0;
}
.col-sm-2.smallerlogin {
    float: left;
    width: 13%;
}

.footersocial img{width: 32px;}

}
@media only screen and (max-width: 1024px) {
.campaign {
	width:100%;
}
.body_bg {
    margin-top: 0 !important;
}
.dnn_layout.mobile {
	display:block;
}
.menusectionmobile {
	display:block;
}

.mobiletopsection{
	display:block;
}
.dnn_logo {
	width: 83%;
	padding-bottom: 25px;
}
.mobilesearchsection  {
	/*display:block;*/	
}
.mobiletopsection {
	background-color:#e6af10;
}
.ContactMobile a, .ContactMobile a:hover {
	color:#fff;
	font-size:14px;
	text-decoration:none;
	line-height: 37px;
}
.ContactMobile {
    float: left;
    width: 60%;
}
.searchboxmobileicon {
    float: left;
    width: 40%;
	background-image: url(images/icon-search-white.svg);
	background-repeat:no-repeat;
	height:40px;
	background-position: 357px;
	cursor:pointer;
}
a#anchorlinks{
	padding-top: 0px;
  margin-top: 0px;
  display: inline-block; /* required for webkit browsers */
}
input.gsc-search-button {
background-image: url(images/gosearchiconmob.jpg) !important;
background-repeat: no-repeat !important;
text-indent: 100% !important;
white-space: nowrap !important;
overflow: hidden !important;
width: 41px !important;
height: 40px !important;
position: absolute;
background-position: 0px 6px !important;
background-color: transparent !important;
border: none !important;
margin-top: -19px !important;
}
.menusection,.TopContact , .searchbox{
	display:none;
}
/*.dnn_layout {
	padding:0 15px;
}*/
.header_bg {
	padding:0;
	display:none !important;
}
.TopList.clearfix {
		min-height: 550px;
}

#mobile_icon {
  height: 45px;
  margin: 0 auto;
  text-align: center;
	color: #fff;
	font-size: 36px;
	line-height:9px;
}
.mobile_icon .glyphicons {
	color: #007153;
	text-align: center;
	cursor: pointer;
	display: inline-block;
  width: 34px;
	margin: 0px 0px 0px 10px;
  
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before{
  background-image: url(images/Qnewmenuicon.svg) !important;
  background-repeat: no-repeat;
  background-position: -2px 0px;
  width: 36px;
  height: 36px;
  color: transparent;
  display:inline-block;
}


.mobile_icon.active .fa:before {
    content: "X" ;
    background-image: url(images/Qmenuclose.svg) !important;
	background-position: -1px 2px;
	/*font-size: 30px !important;*/
    font-family: "FontAwesome";
    color: transparent;
	/*width: 36px;
	height: 36px;*/
	background-size:21px;
	  
}



/*.mobile_icon.active .fa:before {
    content: "\f00d" !important;
    font-size: 30px;
    font-family: "FontAwesome";
    color: #027052 !important;
    background-image: none !important;
}

.mobile_icon.active .glyphicons:before {
	content: "\f00d";
	font-size: 35px;
}
.mobile_icon.active .fa:before{
	content: "\f00d";
	font-size:25px;
	font-family:"FontAwesome";
	font-weight:normal;
}*/



#mobile_menu {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 906;
    background: #007153;
    display: none;
/*	top:17%;*/
	top:178px;
}
.vertical_center_2 h1 {
    margin: 35px 0 2px 0;
}
#mobile_menu .menu_main {
	padding: 0;
}
.multi_menu {
	margin: auto;
}
.multi_menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.multi_menu ul li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	border-bottom: 1px solid #ebebeb;
}
.multi_menu ul li  ul li {
	border-bottom:none;
}
.multi_menu ul li.Item-5 { 
	border-bottom: 4px solid #02543b;
}
.multi_menu ul li img {
	vertical-align: middle;
}
.multi_menu ul li a {
	font-size: 14px;
	line-height: 1.5;
	padding: 0px;
	margin: 0px;
	color: #007153;
	display: block;
	text-decoration: none;
	outline: none;
	text-align: left;
}
.multi_menu > ul > li > a {text-transform: uppercase;color: #fff;font-size: 14px;font-weight:700;}
.multi_menu ul li a:after {
	clear: both;
	content: ".";
	height: 0px;
	font-size: 0px;
	visibility: hidden;
	display: block;
}
.multi_menu ul li a {
	display: inline-block;
}
.multi_menu ul li a {
	display: block;
}
.multi_menu ul li span {
	padding: 15px 0px;
	display: block;
}
.multi_menu ul li .menu_arrow {
	display: block;
	width: 40px;
	padding: 0px;
	height: 40px;
	float: right;
	text-indent: 0px;
	overflow: hidden;
	margin: 0px;
	text-align: center;
	line-height: 40px;
	font-size: 0;
	position: relative;
	top: 6px;
}
.multi_menu ul li .menu_arrow:before {
	content: "";
	width: 7px;
	height: 7px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -3px 0 0 -3px;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg); /* IE 9 */
	-moz-transform: rotate(45deg); /* Firefox */
	-webkit-transform: rotate(45deg); /* Safari and Chrome */
	-o-transform: rotate(45deg); /* Opera */
}
.multi_menu ul li:hover > a > .menu_arrow:before {
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
}
.multi_menu ul li .menu_arrow.arrow_closed:before,
.multi_menu ul li:hover .menu_arrow.arrow_closed:before {
	border-bottom: none;
	border-right: none;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	/*margin: 0px 0 0 -3px;*/
}
.multi_menu ul li.active > a {
}
.multi_menu > ul > li.active > a {
}
.multi_menu ul li a:hover {
	color: #007153;
}
	
.multi_menu ul li.current > a,
.multi_menu ul li.current > a:hover {
	color: #fff;
}
.multi_menu ul ul {
	display: none;
	background: #fff;
	padding: 0px;
	margin: 0px;
  border-left: 1px solid #eee;/*Emoke*/
  border-right: 1px solid #eee;/*Emoke*/
}
.multi_menu ul li.current > ul {
	display: block;
}
.multi_menu ul li.active > a,.multi_menu ul li a:hover {
	color: #e6af10;
}
.multi_menu ul li.current > a,
.multi_menu ul li.current > a:hover {
	/*border-bottom: 1px solid #2e2e2e;
	color: #ED3125;*/
}
.inside_tablemenu .multi_menu ul li.current > a,.multi_menu ul li.current > a:hover {
	border-bottom:none;
}
.multi_menu ul li a {
	padding: 0 0 0 19px;
}
.multi_menu ul li li a, .multi_menu ul li li a:hover {
	/*padding: 0 0 0 45px;*/
	color:#000;
}
.multi_menu ul li li li a {
	padding: 0 0 0 65px;/*Emoke*/
}
.multi_menu ul li li li li a {
	padding: 0 0 0 60px;
}
.Item-1:nth-child(1) > ul li.SunItem-1  span.menu_arrow, .Item-1:nth-child(1) > ul li.SunItem-2  span.menu_arrow, .Item-1:nth-child(1) > ul li.SunItem-3 span.menu_arrow, .Item-2  > ul li.SunItem-1 span.menu_arrow, .Item-2  > ul li.SunItem-2 span.menu_arrow, .Item-2  > ul li.SunItem-3 span.menu_arrow, .Item-2  > ul li.SunItem-4 span.menu_arrow,.Item-4  > ul li.SunItem-1 span.menu_arrow, .Item-4  > ul li.SunItem-2 span.menu_arrow, .Item-4  > ul li.SunItem-3 span.menu_arrow, .Item-4  > ul li.SunItem-4 span.menu_arrow, .Item-5  > ul li.SunItem-1 span.menu_arrow , .Item-5  > ul li.SunItem-2 span.menu_arrow, .Item-5  > ul li.SunItem-3 span.menu_arrow, .Item-5  > ul li.SunItem-4 span.menu_arrow   {
	font-size:24px;
	color:#007153;
}
.Item-2  > ul li.SunItem-2 span.menu_arrow.arrow_closed {
	border:none;
}


.Item-1:nth-child(1) > ul li.SunItem-2  span.menu_arrow , .Item-1:nth-child(1) > ul li.SunItem-3  span.menu_arrow{
	height:30px;
}
.Item-1:nth-child(1) > ul li.SunItem-1  span.menu_arrow::before, .Item-1:nth-child(1) > ul li.SunItem-2 span.menu_arrow::before, .Item-1:nth-child(1) > ul li.SunItem-3 span.menu_arrow::before, .Item-2  > ul li.SunItem-1 span.menu_arrow::before, .Item-2  > ul li.SunItem-2 span.menu_arrow::before, .Item-2  > ul li.SunItem-3 span.menu_arrow::before, .Item-2  > ul li.SunItem-4 span.menu_arrow::before,.Item-4 > ul li.SunItem-3 span.menu_arrow::before, .Item-4  > ul li.SunItem-4 span.menu_arrow::before, .Item-5  > ul li.SunItem-1 span.menu_arrow::before, .Item-5  > ul li.SunItem-2 span.menu_arrow::before, .Item-5  > ul li.SunItem-3 span.menu_arrow::before, .Item-5  > ul li.SunItem-3 span.menu_arrow::before, .Item-5  > ul li.SunItem-4 span.menu_arrow::before{
	border:none;
}
.Item-1:nth-child(1) > ul li.SunItem-1  span.menu_arrow.arrow_closed::before, .Item-1:nth-child(1) > ul li.SunItem-2 span.menu_arrow.arrow_closed::before, .Item-1:nth-child(1) > ul li.SunItem-3 span.menu_arrow.arrow_closed::before, .Item-2  > ul li.SunItem-1 span.menu_arrow.arrow_closed::before, .Item-2  > ul li.SunItem-2 span.menu_arrow.arrow_closed::before, .Item-2  > ul li.SunItem-3 span.menu_arrow.arrow_closed::before, .Item-2  > ul li.SunItem-4 span.menu_arrow.arrow_closed::before,.Item-4  > ul li.SunItem-1 span.menu_arrow.arrow_closed::before, .Item-4  > ul li.SunItem-1 span.menu_arrow.arrow_opened::before, .Item-4  > ul li.SunItem-2 span.menu_arrow.arrow_opened::before, .Item-4  > ul li.SunItem-2 span.menu_arrow.arrow_closed::before, .Item-4  > ul li.SunItem-3 span.menu_arrow.arrow_closed::before, .Item-4  > ul li.SunItem-4 span.menu_arrow.arrow_closed::before{
	border:none;
}
.multi_menu ul li.Item-1 ul li.SunItem-1, .multi_menu ul li.Item-1 ul li.SunItem-2, .multi_menu ul li.Item-1 ul li.SunItem-3{
    border-bottom: 1px solid #ebebeb;
}
.multi_menu ul li.Item-1 ul li.SunItem-1 ul li, .multi_menu ul li.Item-1 ul li.SunItem-2 ul li, .multi_menu ul li.Item-1 ul li.SunItem-3 ul li{
    border-bottom: none;
}
.Item-1:nth-child(1) > ul li.SunItem-1  span.arrow_closed:before, .Item-2  > ul li.SunItem-1 span.arrow_closed:before {
	border-bottom: none;
	border-right: none;
	/*border-top: 2px solid #007153;
	border-left: 2px solid #007153;*/
	/*margin: 0px 0 0 -3px;*/
}
.Item-1:nth-child(1) > ul li.SunItem-1:nth-child(1)  span:nth-child(2) {
	background: url(images/menuicons/icon-accounts.svg) no-repeat 0 0;
	background-repeat: no-repeat;
	padding-left: 46px;
	color: #007153;
	font-weight: bold;
	background-position: 4px 11px;
	text-transform: uppercase;
	background-size: 25px;
}

.Item-1:nth-child(1) > ul li.SunItem-1 ul li.SunItem-2 span:nth-child(2), .Item-1:nth-child(1) > ul li.SunItem-1 ul li.SunItem-3 span:nth-child(2), .Item-1:nth-child(1) > ul li.SunItem-2 ul li.SunItem-1 span:nth-child(2), .Item-1:nth-child(1) > ul li.SunItem-2 ul li.SunItem-2 span:nth-child(2), .Item-1:nth-child(1) > ul li.SunItem-3 ul li.SunItem-1 span:nth-child(2), .Item-1:nth-child(1) > ul li.SunItem-3 ul li.SunItem-2 span:nth-child(2), .Item-4 > ul li.SunItem-4 ul li.SunItem-1 span, .Item-4 > ul li.SunItem-4 ul li.SunItem-2 span, .Item-4 > ul li.SunItem-4 ul li.SunItem-3 span{
	color: #000;
    text-transform: none;
}
.Item-4 > ul li.SunItem-4 ul li.SunItem-1 span, .Item-4 > ul li.SunItem-4 ul li.SunItem-2 span, .Item-4 > ul li.SunItem-4 ul li.SunItem-3 span {
	font-weight:normal;
}
.Item-1:nth-child(1) > ul li.SunItem-1 ul li.SunItem-2 span:nth-child(1) {
	top:-10px;
}
.Item-1:nth-child(1) > ul li.SunItem-1 ul li.SunItem-3 span:nth-child(1) {
	top:-7px;
}
.Item-1:nth-child(1) > ul li.SunItem-2 ul li.SunItem-1 span:nth-child(1) {
	top:-10px;
}
.Item-1:nth-child(1) > ul li.SunItem-2 ul li.SunItem-2 span:nth-child(1) {
	top:-10px;
}
.Item-1:nth-child(1) > ul li.SunItem-3 ul li.SunItem-1 span:nth-child(1) {
	top:-10px;
}
.Item-1:nth-child(1) > ul li.SunItem-3 ul li.SunItem-2 span:nth-child(1) {
	top:-7px;
}
.Item-1:nth-child(1) > ul li.SunItem-2  span:nth-child(2) {
	background: url(images/menuicons/icon-banking.svg) no-repeat 0 0;
	background-repeat: no-repeat;
	padding-left: 46px;
	color: #007153;
	font-weight: bold;
	background-position: 4px 11px;
	text-transform:uppercase;
	background-size: 25px;	
}
.Item-1:nth-child(1) > ul li.SunItem-3 span:nth-child(2) {
	background: url(images/menuicons/icon-loans.svg) no-repeat 0 0;
	background-repeat: no-repeat;
	padding-left: 46px;
	color: #007153;
	font-weight: bold;
	background-position: 4px 11px;
	text-transform:uppercase;
	background-size: 25px;
}
.Item-1:nth-child(1) > ul li.SunItem-4 span:nth-child(1) {
	background: url(images/menuicons/icon-creditcards.svg) no-repeat 0 0;
	background-repeat: no-repeat;
	padding-left: 46px;
	color: #007153;
	font-weight: bold;
	background-position: 4px 11px;
	text-transform:uppercase;
	background-size: 25px;
}
.Item-2 ul li.SunItem-1:nth-child(1)  span:nth-child(2) {
	background: url(images/menuicons/icon-accounts.svg) no-repeat 0 0;
	background-repeat: no-repeat;
	padding-left: 46px;
	color: #007153;
	font-weight: bold;
	background-position: 4px 11px;
	text-transform: uppercase;
	background-size: 25px;
}
.Item-2 ul li.SunItem-2  span:nth-child(2) {
	background: url(images/menuicons/icon-services.svg) no-repeat 0 0;
	background-repeat: no-repeat;
	padding-left: 46px;
	color: #007153;
	font-weight: bold;
	background-position: 4px 11px;
	text-transform: uppercase;
	background-size: 25px;
}
.Item-2 ul li.SunItem-3  span:nth-child(2) {
	background: url(images/menuicons/icon-loans.svg) no-repeat 0 0;
	background-repeat: no-repeat;
	padding-left: 46px;
	color: #007153;
	font-weight: bold;
	background-position: 4px 11px;
	text-transform: uppercase;
	background-size: 25px;
}
.Item-2 ul li.SunItem-4 span:nth-child(2) {
	background: url(images/menuicons/icon-resources.svg) no-repeat 0 0;
	background-repeat: no-repeat;
	padding-left: 46px;
	color: #007153;
	font-weight: bold;
	background-position: 4px 11px;
	text-transform: uppercase;
	background-size: 25px;
}
.Item-2 ul li.SunItem-5 span:nth-child(1) {
    background: url(images/menuicons/icon-creditcards.svg) no-repeat 0 0;
    background-repeat: no-repeat;
    padding-left: 46px;
    color: #007153;
    font-weight: bold;
    background-position: 4px 11px;
    text-transform: uppercase;
    background-size: 25px;
}
.Item-3 ul li.SunItem-1  span {
	background: url(images/menuicons/icon-applyonline.svg) no-repeat 0 0;
	background-repeat: no-repeat;
	padding-left: 46px;
	color: #007153;
	font-weight: bold;
	background-position: 4px 11px;
	text-transform: uppercase;
	background-size: 25px;
}
.Item-3 ul li.SunItem-2  span {
	background: url(images/menuicons/icon-resourcecenter.svg) no-repeat 0 0;
	background-repeat: no-repeat;
	padding-left: 46px;
	color: #007153;
	font-weight: bold;
	background-position: 4px 11px;
	text-transform: uppercase;
	background-size: 25px;
}
.Item-3 ul li.SunItem-3  span {
	background: url(images/menuicons/icon-loanofficers.svg) no-repeat 0 0;
	background-repeat: no-repeat;
	padding-left: 46px;
	color: #007153;
	font-weight: bold;
	background-position: 4px 11px;
	text-transform: uppercase;
	background-size: 25px;
}
.Item-3 ul li.SunItem-4  span {
	background: url(images/menuicons/icon-menufaq.svg) no-repeat 0 0;
	background-repeat: no-repeat;
	padding-left: 46px;
	color: #007153;
	font-weight: bold;
	background-position: 4px 11px;
	text-transform: uppercase;
	background-size: 25px;
}
.Item-4 ul li.SunItem-1 span:nth-child(1) {
	background: url(images/menuicons/icon-privatebanking.svg) no-repeat 0 0;
	background-repeat: no-repeat;
	padding-left: 46px;
	color: #007153;
	font-weight: bold;
	background-position: 4px 11px;
	text-transform: uppercase;
	background-size: 25px;
}
.Item-4 ul li.SunItem-2 ul li.SunItem-1  span {
	background-image: none !important;
    padding-left: 0 !important;
    color: #000000;
    padding: 5px 0;
    font-weight: normal;
	text-transform: none;
}
.Item-4 ul li.SunItem-2 span:nth-child(2) {
	background: url(images/menuicons/icon-trustestate.svg) no-repeat 0 0;
	background-repeat: no-repeat;
	padding-left: 46px;
	color: #007153;
	font-weight: bold;
	background-position: 4px 11px;
	text-transform: uppercase;
	background-size: 25px;
}
.Item-4 ul li.SunItem-3 span:nth-child(1) {
	background: url(images/menuicons/icon-retirement.svg) no-repeat 0 0;
	background-repeat: no-repeat;
	padding-left: 46px;
	color: #007153;
	font-weight: bold;
	background-position: 4px 11px;
	text-transform: uppercase;
	background-size: 25px;
}
.Item-4 ul li.SunItem-4 span:nth-child(1) {
	background: url(images/menuicons/icon-investments.svg) no-repeat 0 0;
	background-repeat: no-repeat;
	padding-left: 46px;
	color: #007153;
	font-weight: bold;
	background-position: 4px 11px;
	text-transform: uppercase;
	background-size: 25px;
}
.Item-5 ul li.SunItem-1 span:nth-child(2) {
	background: url(images/menuicons/icon-aboutus.svg) no-repeat 0 0;
	background-repeat: no-repeat;
	padding-left: 46px;
	color: #007153;
	font-weight: bold;
	background-position: 4px 11px;
	text-transform: uppercase;
	background-size: 25px;
}
.Item-5 ul li.SunItem-2 span:nth-child(2) {
	background: url(images/menuicons/icon-security.svg) no-repeat 0 0;
	background-repeat: no-repeat;
	padding-left: 46px;
	color: #007153;
	font-weight: bold;
	background-position: 4px 11px;
	text-transform: uppercase;
	background-size: 25px;
}
.Item-5 ul li.SunItem-3 span:nth-child(2) {
	background: url(images/menuicons/icon-resourcecenter.svg) no-repeat 0 0;
	background-repeat: no-repeat;
	padding-left: 46px;
	color: #007153;
	font-weight: bold;
	background-position: 4px 11px;
	text-transform: uppercase;
	background-size: 25px;
}
.Item-5 ul li.SunItem-4 span:nth-child(2) {
	background: url(images/menuicons/icon-Qtips.svg) no-repeat 0 0;
	background-repeat: no-repeat;
	padding-left: 46px;
	color: #007153;
	font-weight: bold;
	background-position: 4px 11px;
	text-transform: uppercase;
	background-size: 25px;
}

.Item-4 ul li.SunItem-7 span:nth-child(1) {
	background: url(images/menuicons/icon-calculators.svg) no-repeat 0 0;
	background-repeat: no-repeat;
	padding-left: 46px;
	color: #007153;
	font-weight: bold;
	background-position: 4px 11px;
	text-transform: uppercase;
	background-size: 25px;
}
.Item-5 ul li.SunItem-8 span:nth-child(1) {
	background: url(images/menuicons/icon-advertising.svg) no-repeat 0 0;
	background-repeat: no-repeat;
	padding-left: 46px;
	color: #007153;
	font-weight: bold;
	background-position: 4px 11px;
	text-transform: uppercase;
	background-size: 25px;
}
.Item-4 ul li.SunItem-9 span:nth-child(1) {
	background: url(images/menuicons/icon-trusteer.svg) no-repeat 0 0;
	background-repeat: no-repeat;
	padding-left: 46px;
	color: #007153;
	font-weight: bold;
	background-position: 4px 11px;
	text-transform: uppercase;
	background-size: 25px;
}
.Item-4 ul li.SunItem-10 span:nth-child(1), .Item-4 ul li.SunItem-11 span:nth-child(1) {
	padding-left: 46px;
	color: #007153;
	font-weight: bold;
	background-position: 4px 11px;
	text-transform: uppercase;
	background-size: 25px;
}
.multi_menu ul li li li a span {
	background-image:none !important;
	padding-left: 0 !important;
	color:#000000;
	padding: 5px 0;
	font-weight: normal;
}
.downloadapp {
	background-image: url(images/appicon.svg);
	background-repeat: no-repeat;
	width: 4%;
	height: 36px;
	margin-left: 10px;
	float: left;
	cursor: pointer;
	background-size: 35px;
}
.loginboxmobile{
	background-image: url(images/accountloginnew.svg);
	background-repeat: no-repeat;
	width: 5%;
	height: 36px;
	margin-left: 10px;
	float: left;
	background-size: 35px;
}
.navigationbackground {
	float:left;
	width: 4%;
}
.slidingDivmobile {
    left: 649px;
    top: 130px;
}
.BottomGreyRight {
	padding-left:0;
	height: 289px;
}
/*.GreySectionInner .dnn_layout {
	padding-left:0;
} Live commented*/

.SupportImage.scaleimage img {
    width: 100%;
    max-width: 404px;
    min-height: auto;
}
.CalculatorTab li {
	float:left;
	list-style-type:none !important;
	text-align:center;
	line-height: 50px;
	background-image:none;
	width: 16.66% !important; 
}
.headerinv_bg  .dnn_logo {
	margin:0 auto;
	width:100%;
	max-width:350px;
	float:none;
}
.headerinv_bg {
	margin:0 auto;
	width:100%;
	text-align:center;
	float:none;	
}
.HeaderInfo {
    text-align: center;
}
.footersocial img{width: 32px;}
.col-sm-10.smallermenu {
	max-width: 655px;
	margin-left: 5px;
}
.col-sm-2.smallerlogin .closebutton {
    margin-left: 262px;
}
.col-sm-10.smallermenu #dnngo_megamenu .primary_structure > li.item-1 .dnngo_menuslide {
    left: -136px !important;
}
.col-sm-10.smallermenu #dnngo_megamenu .primary_structure > li.item-2 .dnngo_menuslide {
    left: -249px !important;
}
.col-sm-10.smallermenu #dnngo_megamenu .primary_structure > li.item-3 .dnngo_menuslide {
    left: -351px !important;
}
.col-sm-10.smallermenu #dnngo_megamenu .primary_structure > li.item-4 .dnngo_menuslide {
    left: -467px !important;
}
.col-sm-10.smallermenu #dnngo_megamenu .primary_structure > li.item-5 .dnngo_menuslide {
    left: -679px !important;
}
}
.column5{
	width: 20%;
	float: left;
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

@media only screen and (min-width: 991px) and (max-width: 1024px) {
.body_bg {
    margin-top: 0px;
}
}
@media only screen and (min-width: 681px) and (max-width: 767px) {
	#mobile_menu {
	top: 92px;
}
}

@media only screen and (max-width: 991px) {
.greysection .FooterLeftB img {
	max-width:230px;
}
.dnn_logo.centered {
    float: none;
	width:100% !important;
}
.CallNow {
    float: none;
    text-align: center;
}
.Grey .introsection {
	padding:25px 15px;
}
.NormalTextBox {
    max-width: 100%;
}
.searchboxmobileicon {
	background-position: 270px;
}
.Homepageslide {
    padding: 25px 0;
    min-height: 353px;
}
.slidingDivmobile {
    left: 433px;
    top: 129px;
}
#mobile_menu {
/*	top: 14%; Pre-FDIC Digital Signage Update 2025-02-18 MLS*/
/*	top: 18%;*/
}
.BottomGreyRight {
    height: 252px;
}

/*.GreySectionInnerSecond  .dnn_layout {
	padding-right:0;
}
.GreySectionInner .dnn_layout {
	padding-left:15px;
}*/

.BottomGreyLeft img, .BottomGreyRight2 img{
	width:100%;
	margin:0 auto;
	text-align:center;
}
.TopList.clearfix {
	min-height: 550px;
}
iframe.callixiframe {
    margin-top: 0 !important;
  }
.footersocial img{width: 24px;}
.footersocial a {
  margin-right: 10px;
}

}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.CalculatorTab li {
	float:left;
	list-style-type:none !important;
	text-align:center;
	line-height:51px;
	background-image:none;
	width: 16.66% !important; /*UPDATE 05-30*/
}
.body_inv{
    /*margin-top: 113px;*/
}
.body_inv  .header_bg, .body_inv .headerinv_bg {
     padding:10px 0;
}
.body_inv  .dnn_logo{
     padding-bottom: 5px;
}
}

@media only screen and (max-width: 767px) {

.fa-navicon:before, .fa-reorder:before, .fa-bars:before{
    /*background-position: 5px 5px;*/
}
.mobile_icon .glyphicons{
   margin: 0px 0px 0px 14px;
}
.body_inv{
  /*margin-top: 113px;*/
}
.body_inv  .header_bg, .body_inv .headerinv_bg {
  padding:10px 0;
}
.body_inv  .dnn_logo{
  padding-bottom: 5px;
}

.searchboxmobileicon {
	background-position: 247px;
}
.searchboxmobile {
	display:none;
	width: 100%;
    padding: 0;
    background-color: #fff;
    z-index: 15;
    position: absolute;
    height: 39px;
    margin-top: 17px;
}

.menusectionmobile {
	width: 100%;
	padding: 19px 0;
	display: block;
	height: 76px;
	position:relative;
}
#dnn_dnnSEARCHmobile_ClassicSearch .searchInputContainer {
	border: none;
	float: left;
	margin-right: 5px;
	position: relative;
	width: 91%;
}
#dnn_dnnSEARCHmobile_txtSearch {
	float: left;
	margin-top: 10px;
	min-width: 638px;
	padding: 10px 0;
	border: none;
	color: #000;
    font-size: 14px;
	text-align:center;
	margin-top: 0;
}
#dnn_dnnSEARCHmobile_cmdSearch {
    background-color: #007153;
    padding: 5px 10px;
	color: #fff;
	text-transform: uppercase;
	position: relative;
	margin-top: 15px;
	float: left;
}
.searchInputContainer a.dnnSearchBoxClearText {
	display:none;
}
.navigationbackground {
	float: left;
	width: 7%;
	margin-top:10px;
}

.dnn_logo {
    float: left;
	width: 71%;
	margin: 0 auto;
	text-align: center;
}

.loginboxmobile {
    float: left;
    width: 8%;
    height: 52px;
    margin-left: 5px;
    cursor: pointer;
	margin-right: 5px;
	background-position: -1px 0px;
	background-size: 36px;
	background-position: center;
}
.downloadapp {
	width:7%;
	height:52px;
	margin-left:5px;
	float:left;
	background-size: 36px;
	background-position: center;
}
.banner_pos {
    width: 100%;
    clear: both;
}
.new_alert.alert-warning {
	margin:0;
}
.Breadcrumb_bg {
	margin-bottom: 15px;
}
.Homepageslide {
	padding:25px 0;
	min-height: 353px;
}
.Homepageslide .Description,.Homepageslide .Slideimage {
    float: none;
    width: 100%;
}
.Homepageslide .Description {
    position: absolute;
    top: 66%;
}
.Homepageslide .Slideimage {
    position: relative;
}
.BottomGreyRight {
  height: auto;
	display:block;
	padding: 15px 0 0 15px;
}

.GreyRight {
	padding-top:0;
}

.BusinessLeft, .BusinessRight{
  display:block;
	height: auto;
  min-height: auto;
  padding: 0 0 15px 0;
  text-align: center;
}

.BusinessLeft img{
	margin: 0 auto;
}
	
.vertical_center_2 h1 {
	text-align:center;
	font-size:22px;
	margin: 15px 0 0px 0;
}
.pro-photo img {
	min-width:460px !important;
	position:absolute;
}

.slick-next {
	width:55px;
}
#dnn_BottomGreyCenter  img, #dnn_BottomGreyRight  img{
	margin-top:55px;
	display:block;
}
.BottomGreyLeft img {
	margin:0 auto;
}
.scaleimage.Footerlogo {
  width: 100%;
  max-width: 180px;
}
.ChatButton {
    bottom: 334px;
	display: none;
}
.slidingDivmobile {
	left: 340px;
    top: 129px;
}
.TopList.clearfix {
	min-height: 455px;
}
.NewsArticlesTable {
    float: none;
    width: 100%;
}
.SupportImage.scaleimage {
    display: block;
    height: auto;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
}


.CalculatorTab {
	background-color:transparent;
}
.CalculatorTab li {
	width:100% !important;
	background-color: #f7b908;
	padding:0;
}
.CalculatorTab a{
	display:block;width:100%;
	font-family: 'Nunito Sans', sans-serif;
	color:#fff;
}

.CalculatorTab ul li, .CalculatorTab li:hover{
	
}
.CalculatorTab li:nth-child(1) {
    margin-left: 0;
}

#dnn_FooterLeftB {
	display:inline-block;
}
.FooterLeftA_1, .FooterLeftA_2 {
	margin-bottom:0;
}
.FooterLeftA_3 {
}
.FooterLeftB img {
	width:100%;
	width:100%;
	max-width: 82px;
	margin-top: -46px;
}
.FooterRightB {
    text-align: left;
}
.small a {
	text-decoration:none;
}
.BottomGreyRight2 img {
	margin-top:25px;
}

.footersocial {
  text-align: right;
}
.footersocial a {
  margin-right: 5px;
}
.footersocial img {
	width:100%;
	max-width:22px;
}
.extlinkcontent {
  top: 5%;
  left: 0;
  padding: 5%;
  width: 100%;  
}/*Emoke*/

}

@media only screen and (max-width: 680px) {


.searchboxmobileicon {
    background-position: 204px;
}

.pro-photo img{
  min-width: auto !important;
}
#mobile_menu {
    left: 43px;
	top: 22.5%;
}

#mobile_icon{
  font-size: 37px;
}

.mobile_icon .glyphicons{
   margin: 2px 0px 0px 0px;
}


.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    background-position: -2px -3px;
}

.mobile_icon.active .fa:before {
    background-position: 0px 1px;
}

.loginboxmobile {
	width: 11%;
}

}


@media only screen and (min-width: 480px) and (max-width: 680px) {
#mobile_menu {
    left: 0;
	 top: 80px;
}
}

@media only screen and (max-width: 600px) {
.navigationbackground {
	float: left;
	width: 9%;
}
.dnn_logo {
  float: left;
	width: 71%;
}
.searchboxmobileicon {
    background-position: 146px;
}
#mobile_menu {
  left: 0;
	top: 82px;
}

#mobile_icon{
  font-size: 37px;
}

.slidingDivmobile {
    left: 199px;
    top: 108px;
}
.loginboxmobile {
  float: left;
  width: 8%;
  height: 53px;
  margin-left: 5px;
  cursor: pointer;
	margin-right: 5px;
	background-position: center;
	background-size: 36px;
}
.downloadapp {
	width:8%;
	height:53px;
	margin-left:5px;
	float:left;
	background-size: 36px;
}
.searchboxmobileicon {
    background-position: 170px;
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    background-position: -2px -2px;
    background-size: 35.5px;
}

}

@media only screen and (max-width: 480px) {
.searchboxmobileicon {
   background-position: 110px;
}
.dnn_logo {
  float: left;
  width: 56%;
	margin-right: 15px;
}
.navigationbackground {
	float: left;
	width: 9%;
	margin-right:0;
	margin-top:0;
}
.loginboxmobile {
  float: left;
  width: 13%;
  height: 36px;
  margin-left: 5px;
  cursor: pointer;
	margin-right: 5px;
	background-position: 2px -0.5px;
	background-size: 36px;
}
.downloadapp {
	width:10%;
	height:36px;
	margin-left:5px;
	float:left;
	background-size: 36px;
	background-position: 2px -0.5px;
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    background-position: -2px -1.5px;
}

.mobile_icon.active .fa:before {
    
    background-position: 0px 1px;
}

#mobile_menu {
	left: 0;
	top: 77px;
}
#dnn_dnnSEARCHmobile_txtSearch {
	min-width: 297px;
	color: #000;
  font-size: 14px;
  text-align: center;
}
.slidingDivmobile {
	left: 46px;
/*	top: 110px; pre-FDIC Digital Signage Update 2025-02-18 MLS*/
	top: 168px; 
}
#dnn_dnnSEARCHmobile_ClassicSearch .searchInputContainer {
	width: 80%;
}
/*.Homepageslide {
	padding:25px 0;
	min-height: 216px;
}*/



}

@media only screen and (max-width: 350px) {
.searchboxmobileicon {
    background-position: 87px;
}
.menusectionmobile {
	height: 66px;
}
.slidingDivmobile {
	left: 2px;
	top:111px;
}
/*.pro-photo img {
  min-width: 460px !important;
  position: absolute;
	margin-left: -93px;
}*/
#mobile_menu {
    left: 0;
    top: 68px;
}

.loginboxmobile { 
	background-size: 34px;
  background-position: 2px 0px;
}

.downloadapp {
	width:8%;
	height:36px;
	margin-left:5px;
	float:left;
	background-size: 34px;
	background-position: top;
}
.navigationbackground {
	margin-top:0;
}

.mobile_icon .glyphicons{
   margin: 0px 0px 0px 4px;
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    background-position: -2px 0px;
    background-size: 35px;
	width: 35px;
display: inline-block;
}

}	

.ui-widget-overlay {
    display: none !important;
}

a.lo.greenbutton {
    width: auto;
    padding: 6px 24px;
    margin-bottom: 5px;
    margin-top: 0px;
}


/*PRINT CSS*/
@media all {
	.page-break	{ display: none; }
}

@media print{ 
.visibledesktop {
display:block !important;
 page-break-after:avoid;
  page-break-before:avoid;
  height:100% !important;
}
.IntroductionProdDetail {
	page-break-after:avoid;
	padding: 53px 36px 53px 36px !important;

}
.visiblemobile {
	display:none !important;	

}
.page-break	{ display: block; page-break-before: always; }

 body {
 color: #000;
 background: #fff;
 }
 h1, h2, h3, h4, h5, h6 {
  page-break-after:avoid;
  page-break-inside:avoid;
}
 
img {
  page-break-inside:avoid;
  page-break-after:avoid;
}
 
blockquote, pre {
  page-break-inside:avoid;
  page-break-before:avoid;
} 
 
ul, ol, dl {
  page-break-before:avoid;
}



  .col-sm-3, .col-md-3, .col-sm-4, .col-sm-6, .col-md-10{
  width: 100% !important;
 }
.col-sm-2 {
	 width: 17% !important;
	 float:left !important;
}
 
 .col-md-push-1{
 margin-left: 0 !important;
 }
 
.col-md-offset-1{
 margin-left: 0% !important;
 
 }
 

    
 .body_bg{
  min-height: auto;
  margin-top: 0px;
 }
 
 .HeroSection, .videoWrapper, .DropButtonsCont{
  display: none;
  }
  
 h2.small{
  margin-top: 20px !important;
 }
 
 h2.large, p.numbers{
  font-size: 24px !important;
 }
 
 
  a.greenbutton{
  display: none;
 }
 
 .Greyfull, .Whitefull{
   padding: 100px 0px  0px 0px !important;
 }
 
 
 .scaleimage{
  display: none;
  } 


 .Leftbar, .Rightbar{
  min-height: 62px;
 }
 
 
 .BusinessLeft{
 display: none;
 }
 

 .articleImages img, .postComment, .postcomments, .articleComments, .ModLiveFormsC{
 display: none !important;
 }
 
 .trustservleft, .InvInstructions{
 padding: 40px 0px 40px 0px !important;
 }
 .wrapper_QNBT_LoanOfficers_Mortgage li, .NewsArticlesTable{
 width:100% !important;
 
 }
 
 .RecentPosts{
 padding: 0px !important;
 }

 
 .ColA .Locationsbox, .ColB .Locationsbox, .ColC .Locationsbox, .ColD .Locationsbox , .Locationsbox, .locationNoATM, .TopList.clearfix{
    min-height: auto !important;
  }


}
 .postcomments input {
    margin-bottom: 10px;
}
.print {
    display: none;
}

/************************** XMod - OptIn Overdraft + Loan Delivery *************************/
#optinOverdraft,
#loanDelivery {
  padding: 20px;
  border: 2px solid #0f6a4e;
  margin: 30px 0 122px;
}
#optinOverdraft h1,
#loanDelivery h1 {
  margin-bottom: 20px;
  font-size: 26px;
}
#optinOverdraft h2:not(:first-of-type),
#loanDelivery h2 {
  margin-top: 20px;
}
#optinOverdraft p, #optinOverdraft ol li,
#loanDelivery p, #loanDelivery ol li {
  font-size: 16px;
}
#optinOverdraft button,
#loanDelivery button {
  display: inline-block;
  width: 130px;
  padding: 7px 0;
  border: none;
  margin-top: 25px;
  background-color: #027052;
  background-repeat: no-repeat;
  color: #fff;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 800;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  -webkit-transition: all ease 300ms;
     -moz-transition: all ease 300ms;
       -o-transition: all ease 300ms;
          transition: all ease 300ms;
}
#optinOverdraft button:hover,
#loanDelivery button:hover {
  background-color: #e6af10;
}
#optinOverdraft button:focus,
#loanDelivery button:focus {
  outline: none;
}
#optinOverdraft button.disclosureBtn {
  display: block;
  width: 178px;
  margin: 10px auto 20px;
}
#optinOverdraft button.disclosureBtn.disclosureBtnMax {
  width: 100%;
}
#optinOverdraft button.returnHome {
  width: 178px;
}

/*** FORMS ***/
#optinOverdraft .optin_form > .xmp-form-row:first-child {
  margin-bottom: 10px;
}
#optinOverdraft .optin_form > .xmp-form-row:first-child label {
  vertical-align: middle;
  width: 95%;
  margin-left: 10px;
  font-weight: 400;
}
@media (max-width: 600px) {
  #optinOverdraft .optin_form > .xmp-form-row:first-child label {
    width: 90%;
  }
}
#optinOverdraft .optin_form > .xmp-form-row:first-child label p {
  margin: 0 0 0 -30px;
  color: #027052;
  font-weight: bold;
  font-size: 16px;
}
#loanDelivery .loan_form {
  padding: 10px 5px 5px 5px;
}
#loanDelivery .loan_form > p:first-of-type {
  margin-bottom: 15px;
}
#optinOverdraft .optin_form label.xmp-form-label,
#loanDelivery .loan_form label.xmp-form-label {
  display: block;
  margin-top: 5px;
}
#loanDelivery .loan_form .xmp-button {
  margin-right: 5px;
}
#optinOverdraft .captcha > img:first-of-type,
#loanDelivery .captcha > img:first-of-type {
  margin: 15px;
}
#optinOverdraft .captcha > div:first-of-type,
#loanDelivery .captcha > div:first-of-type {
  display: inline;
  font-weight: bold;
}
#optinOverdraft .captcha > input:first-of-type,
#loanDelivery .captcha > input:first-of-type {
  width: 130px;
  height: 30px;
  margin-left: 15px;
}
#optinOverdraft .captcha > span,
#loanDelivery .captcha > span {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 10px;
  margin-left: 15px;
}

/*** AGREEMENT ***/
#loanDelivery .agreement .agreementText {
  overflow: auto;
  height: 500px;
  padding: 10px;
  border: 1px solid #ccc;
}
#loanDelivery .agreement button.showForm,
#loanDelivery .decline button.declineOK {
  margin-right: 20px !important;
}
#optinOverdraft .agreement .kbxmFormRow {
  display: inline;
  margin-left: 20px;
}

/*~~~~~~~~~~~~~~~~~~~~~Team Grid Style~~~~~~~~~~~~~~~~~~~~~*/
ul.teamGrid {
    margin-left: 0;
}
ul.teamGrid > li {
    border-bottom: 1px solid #e6af10;
    float: left;
    list-style-type: none;
    margin-bottom: 35px;
    text-align: center;
}
ul.teamGrid li img {
    max-width: none;
    outline: medium none;
    padding: 8px;
    transition: opacity 0.35s ease 0s;
}
ul.teamGrid li:hover img {
    border: medium none;
    padding: 0;
}
ul.teamGrid li img:hover {
    opacity: 0.7;
}
ul.teamGrid p {
    line-height: 22px;
}

ul.teamGrid .name,.teamMemberDetails .name {
    font-size: 24px;
    padding: 35px 0;
    text-transform: uppercase;
}
ul.teamGrid .name{
	padding: 35px 0 15px;
}
ul.teamGrid hr, .teamMemberDetails hr {
    border: 1px solid #e6af10;
    margin: 0 auto !important;;
    width: 127px;
}
ul.teamGrid .phoneNumber, .teamMemberDetails .phoneNumber {
    padding-top: 35px;
}
ul.teamGrid li .address {
    padding-bottom: 35px;
}
/*~~~~~~~~~~~~~~~~~~~~~Team Member Details Style~~~~~~~~~~~~~~~~~~~~~*/

.teamMemberDetails .portrait img {
    border-radius: 50%;
    width: 100%
}

.teamMemberDetails .info {
    text-align: center;
}
.teamMemberDetails h1 {
    color: #027052;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 400;
    font-size: 28px;
    line-height: 1.2;
    letter-spacing: 0.1em;
    margin: 0;
    text-transform: uppercase;
}
.teamMemberDetails .name {
    padding-top: 0;
    letter-spacing: normal;

}
@media screen and (max-width: 767px) {
	.teamMemberDetails .name {
    padding-top: 35px;
}
.teamMemberDetails .address {
    border-bottom: 2px solid #e6af10;
    margin-bottom: 35px;
    padding-bottom: 35px;
}
}
.applicationArea iframe.callixiframe {
    margin-top: 0;
}

/*~~~~~~~~~~~~~~~~~~~~~Team Member EDITOR Style~~~~~~~~~~~~~~~~~~~~~*/
#dnn_ctr5203_NewsArticles_ucSubmitNews_tblCreate #tblArticle > tbody > tr:nth-of-type(4) > td > div:nth-of-type(1),
#dnn_ctr5203_NewsArticles_ucSubmitNews_tblCreate #tblArticle > tbody > tr:nth-of-type(4) > td > div:nth-of-type(3),
#dnn_ctr5203_NewsArticles_ucSubmitNews_tblCreate #tblArticle > tbody > tr:nth-of-type(4) > td > div:nth-of-type(4),
#dnn_ctr5203_NewsArticles_ucSubmitNews_tblCreate #tblArticle > tbody > tr:nth-of-type(4) > td > div:nth-of-type(6),
#dnn_ctr5203_NewsArticles_ucSubmitNews_tblCreate #tblArticle > tbody > tr:nth-of-type(4) > td > div:nth-of-type(7),
#dnn_ctr5203_NewsArticles_ucSubmitNews_tblCreate #tblArticle > tbody > tr:nth-of-type(4) > td > div:nth-of-type(8),
#dnn_ctr5203_NewsArticles_ucSubmitNews_tblCreate #tblArticle > tbody > tr:nth-of-type(4) > td > div:nth-of-type(9),
#dnn_ctr5290_NewsArticles_ucSubmitNews_tblCreate #tblArticle > tbody > tr:nth-of-type(4) > td > div:nth-of-type(1),
#dnn_ctr5290_NewsArticles_ucSubmitNews_tblCreate #tblArticle > tbody > tr:nth-of-type(4) > td > div:nth-of-type(3),
#dnn_ctr5290_NewsArticles_ucSubmitNews_tblCreate #tblArticle > tbody > tr:nth-of-type(4) > td > div:nth-of-type(4),
#dnn_ctr5290_NewsArticles_ucSubmitNews_tblCreate #tblArticle > tbody > tr:nth-of-type(4) > td > div:nth-of-type(6),
#dnn_ctr5290_NewsArticles_ucSubmitNews_tblCreate #tblArticle > tbody > tr:nth-of-type(4) > td > div:nth-of-type(7),
#dnn_ctr5290_NewsArticles_ucSubmitNews_tblCreate #tblArticle > tbody > tr:nth-of-type(4) > td > div:nth-of-type(8),
#dnn_ctr5290_NewsArticles_ucSubmitNews_tblCreate #tblArticle > tbody > tr:nth-of-type(4) > td > div:nth-of-type(9) {
    display: none;
}

#dnn_ctr5203_NewsArticles_ucSubmitNews_tblAction,
#dnn_ctr5203_NewsArticles_ucSubmitNews_tblPublish,
#dnn_ctr5203_NewsArticles_ucSubmitNews_tblCreate,
#dnn_ctr5290_NewsArticles_ucSubmitNews_tblAction,
#dnn_ctr5290_NewsArticles_ucSubmitNews_tblPublish,
#dnn_ctr5290_NewsArticles_ucSubmitNews_tblCreate {
    margin: 0 auto;
    max-width: 1170px;
    width: 100%;
}

/*~~~~~~~~~~~~~~~~~~~~~Training Video Style~~~~~~~~~~~~~~~~~~~~~*/

.trainingVideoGrid {
    list-style-type: none;
    margin-left: 0;
}

.trainingVideoGrid li {
    display: table;
    float: left;
    padding-right: 10px;
    width: 50%;
}

@media screen and (max-width: 767px) {
    .trainingVideoGrid li {
        width: 100%;
    }
}

.trainingVideoGrid iframe {
    height: 350px;
    max-width: 100%;
    width: 640px;
}
/*~~~~~~~~~~~~~~~~~~~~~Blog Styles~~~~~~~~~~~~~~~~~~~~~*/
.articleEntry p {
    padding-bottom: 8px;
}
.articleEntry ol {
    margin-left: 45px;
}
.articleEntry ul li {
    font-size: 14px;
}

.article-read-more a {
    margin-bottom: 8px;
    display: block;
    font-size: 14px;
}
/*END*/

/*adds yellow border around text*/
.yellowBorder {
    border: 4px solid #e6af10;
    padding: 15px;
    margin-bottom: 45px;
}

/*Makes all bullet point, in LiveHTML modules, 14pt*/
.livehtml ul li {
    font-size: 14px;
}

/*Green bullets and font*/
.greenBullets > li {
    color: #027052;
    font-weight: bold;
}

.bold > p {
    font-weight: bold;
}
.greenFont > p {
    color: #027052;
}

/*Microsite Styles*/

.implementationItem:last-of-type {
    margin-bottom: 45px;
}
.greenOvalTextBG {
    background: #027052 none repeat scroll 0 0;
    border-radius: 100%;
    color: white;
    display: block;
    height: 68px;
    line-height: 18px;
    margin: 12px auto;
    max-width: 100%;
    padding: 15px 0;
    text-align: center;
    width: 150px;
}
.implementationItem img {
    border-radius: 100%;
    display: block;
    margin: 30px auto 0;
    max-width: 100%;
}

/*Fraud Privacy Security Center Blog Styles*/
.fps_blogs {
    overflow: hidden;
}
.fps_blogs .NewsArticlesTable {
    width: 33%;
}

@media screen and (max-width: 600px){ /*adds space for 5 lines under slider on mobile*/
	.DnnModule-2427 .pro-photo .content {
    margin-bottom: 78px;
}
}

/*------------------------------------*\
	#DNN Search Styling
\*------------------------------------*/

.searchSkinObjectPreview {
    display: none;
}

.searchInputContainer {
    margin-top: 8px;
}

/*@media screen and (max-width: 1200px) {
    .searchInputContainer {
        margin-left: 30px;
    }
}*/

a.SearchLink {
    background-image: url("/Portals/0/Skins/QNBT/images/blacksearchicon.svg");
    background-repeat: no-repeat;
    height: 16px;
    margin-left: 10px;
    overflow: hidden;
    position: absolute;
    text-indent: 100%;
    top: 14px;
    white-space: nowrap;
    width: 16px;
}

.searchInputContainer a.dnnSearchBoxClearText{
	margin: initial;
	top: 6px;
}

input#dnn_searchBox_txtSearch::-webkit-input-placeholder { /* WebKit browsers */
    color:    #fff;
}
input#dnn_searchBox_txtSearch:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #fff;
   opacity:  1;
}
input#dnn_searchBox_txtSearch::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #fff;
   opacity:  1;
}
input#dnn_searchBox_txtSearch:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:    #fff;
}

input#dnn_searchBox_txtSearch { /*Controls width of search box*/
    width: 158px; /*Updated from 245px - 2020-01-30*/
}
@media screen and (max-width: 1160px) {
	input#dnn_searchBox_txtSearch { /*Controls width of search box*/
    width: 200px;
	}
}

@media screen and (max-width: 991px) {
    #mobileSearch {
        width: 100%;
    }
    .searchInputContainer {
        margin-left: 0;
        padding: 0 16px 16px;
        width: 100%;
    }
    a.SearchLink {
        right: 24px;
    }
    #dnn_searchBox2_txtSearch {
        width: 100%;
    }
    .searchInputContainer a.dnnSearchBoxClearText {
        /*This hides the "X" that covers the search icon*/
        display: none;
    }
}
/*END DNN SEARCH STYLING*/

@media screen and (max-width: 767px) {
	.hideMobile{
	display: none !important;
}
}

@media screen and (min-width: 768px) {
	.hideDesktopTablet{
		display: none !important;
	}
}

@media screen and (min-width: 1025px) {
	.hideDesktop{
		display: none !important;
	}
}
/*Footer Disclosure Styling*/

.footerdarker {
    padding: 25px 0;
    background-color: #02543b;
    display: flex;
}

.footerdarker .dnn_layout {
    padding: 0;
}

#dnn_footerDisclosure p {
    color: #ACC9BE;
    padding-bottom: 10px;
}

/*END Footer Disclosure Styling*/

/*Hero Image Green Overlay - added to allow H1 over hero when image would wash out text - 2021-01-18-Mark*/
.hero_wrapper_overlay_green{
	background-color: #027052;
}
.hero_wrapper_overlay_green>img{
	opacity: .3;
}
/*user template styling 07/18.2023*/    
#customtwocol {
     padding:50px 0
}
#customtwocol .teamMemberDetails .portrait img {
  max-width:220px;
  border-radius:6px;
}
#customtwocol .col-xs-12.col-sm-6.\/.portrait {
	text-align:center;
}
#customtwocol .teamMemberDetails .name {
  padding: 23px 0 15px 0;
}
#customtwocol .teamMemberDetails p.topright .nmls {
	display:block;
	margin-bottom:8px;
}
#customtwocol .teamMemberDetails .address {
  border-bottom: unset;
  margin-bottom: 12px;
  padding-bottom: unset;
}
#customtwocol a.lo.greenbutton {
  margin-bottom: 12px;
}
#customtwocol h1 {
	font-size:28px;
}
#customtwocol h2 {
	font-size:26px;
	margin-bottom:15px;
}
#customtwocol .biotop {
	padding:35px 0;
}
#customtwocol .twocol-top .col-sm-6, #customtwocol .twocol-below .col-sm-6 {
	margin-bottom:35px;
}
#customtwocol .twocol-top h3,#customtwocol .twocol-below h3 {
	font-size:21px;
	margin-bottom:10px;
}
#customtwocol .twocol-top h3 i,#customtwocol .twocol-below h3 i {
	margin-right:7px;
}
#customtwocol .row.twocol-top a.lo.greenbutton {
  width: 100%;
  max-width: unset;
  display: unset;
}
@media screen and (min-width: 768px) {
#customtwocol .teamMemberDetails .portrait img {
  max-width: 300px;
}
#customtwocol .teamMemberDetails .info {
  text-align: left;
}
.row.\/.teamMemberDetails {
	display: flex;
justify-content: center;
align-items: center;
}
#customtwocol .col-xs-12.col-sm-6.\/.portrait {
  text-align: right;
  display: flex;
  justify-content: end;
  padding-right: 0;
  z-index: 1;
}
.col-xs-12.col-sm-6.info {
	position:relative;
	right:35px;
}
#customtwocol .orange-bg {
	background-color:#fff3ce;
	padding:45px 35px 35px 35px;
	border-radius:8px;
}
}
@media screen and (min-width: 992px) {
#customtwocol .col-xs-12.col-sm-6.\/.portrait {
  text-align: right;
}
#customtwocol .biotop {
  padding: 55px 0;
}
#customtwocol .orange-bg {
  padding: 45px 35px 35px 55px;
}
#customtwocol .row.\/.teamMemberDetails {
	max-width: 925px;
	margin: 0 auto;
}
}
@media screen and (min-width: 1200px) {
.row.twocol-top .col-sm-6:nth-child(1), .row.twocol-below .col-sm-6:nth-child(1) {
	padding-right:35px;
}
.row.twocol-top .col-sm-6:nth-child(2), .row.twocol-below .col-sm-6:nth-child(2) {
	padding-left:35px;
}

}

body:not(.dnnEditState) .DNNEmptyPane{
	height: 0px;
}

/*Start HelpNow Styling*/
.helpnow-tutorials {
    margin-bottom: 30px;
}

.helpnow-tutorials h2 {
    color: #2c7a2c;
}

.helpnow-tutorials h2 span {
    font-weight: bold;
}

.helpnow-tutorials .featured h3 {
    color: #00793c;
    margin-bottom: 10px;
}

.helpnow-tutorials .tutorials {
    display: flex;
    gap: 20px;
}

.helpnow-tutorials .tutorial {
    padding: 20px;
    /*    width: 33%;*/
    background: rgba(26, 117, 34, 0.1);
    border-radius: 10px;
}

.helpnow-tutorials .tutorial img {
    width: 100%;
    height: auto;
}

.helpnow-tutorials .tutorial img {
    border: 8px solid #FFFFFF !important;
    border-radius: 10px;
    /*    box-shadow: 0 0 1.25rem .625rem rgba(0, 0, 0, .1) !important;*/
}

.helpnow-tutorials .tutorial img:hover {
    opacity: 0.7;
    cursor: pointer;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.helpnow-tutorials .tutorial h4 {
    color: #00793c;
    margin: 10px 0;
}

.helpnow-tutorials .tutorial a {
    text-decoration: none;
    color: inherit;
}

.helpnow-tutorials .tutorial a:hover h4 {
    text-decoration: underline;
}

.helpnow-tutorials .date {
    color: #666;
    font-size: 14px;
}

.helpnow-tutorials .demo {
    background-color: #ffd700;
    padding: 2px 5px;
    font-size: 12px;
    border-radius: 3px;
    margin-left: 5px;
}
/*End HelpNow Styling*/

/*Featured Content Cards Styling like /Modern-Banking-Small-Town-Feel*/
.featured-content-cards {
    max-width: 1200px;
    /*    margin: 40px auto;*/
    font-family: Arial, sans-serif;
}

.featured-content-cards .cards-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-bottom: 40px;
}

.featured-content-cards .feature-card {
    position: relative;
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 30px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    cursor: pointer;
}

.featured-content-cards .feature-card-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    border-radius: 8px;
    /* Accessible but hidden content */
    font-size: 0;
    color: transparent;
    text-decoration: none;
}

.featured-content-cards .feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
}

.featured-content-cards .card-header {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

.featured-content-cards .card-icon {
    width: 80px;
    height: 80px;
    margin-right: 20px;
    flex-shrink: 0;
}

.featured-content-cards .card-title {
    color: #006B54;
    font-size: 24px;
    margin: 0;
    font-weight: bold;
    line-height: 1.2;
}

.featured-content-cards .card-description {
    color: #333;
    line-height: 1.6;
    margin-bottom: 20px;
    flex-grow: 1;
}

.featured-content-cards .card-cta {
    display: inline-block;
    background-color: #006B54;
    color: white;
    text-decoration: none;
    padding: 12px 24px;
    border-radius: 4px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.5px;
    transition: background-color 0.3s ease;
    align-self: flex-start;
    position: relative;
    /* No pointer events so the main link handles clicks */
    pointer-events: none;
}

.featured-content-cards .card-cta:after {
    content: "";
    position: absolute;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    border-top: 2px solid white;
    border-right: 2px solid white;
    transform: translateY(-50%) rotate(45deg);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .featured-content-cards .cards-grid {
        grid-template-columns: 1fr;
    }

    .featured-content-cards .feature-card {
        margin-bottom: 20px;
    }
}
/* Multi-CTA extension for featured content cards
   Add this to your skin CSS file without removing existing CSS */

/* Container for multiple buttons */
.featured-content-cards .card-cta-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: auto;
}

/* Style for the actual CTA links when in multi-CTA mode */
.featured-content-cards .card-cta-container .card-cta,
.featured-content-cards .card-cta-container a.card-cta {
    display: inline-block;
    background-color: #006B54;
    color: white;
    text-decoration: none;
    padding: 10px 16px;
    border-radius: 4px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
    pointer-events: auto;
}

.featured-content-cards .card-cta-container .card-cta:hover,
.featured-content-cards .card-cta-container a.card-cta:hover {
    background-color: #005544;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

/*.featured-content-cards .card-cta-container .card-cta:after,
.featured-content-cards .card-cta-container a.card-cta:after {
    content: "";
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 6px;
    height: 6px;
    border-top: 2px solid white;
    border-right: 2px solid white;
}*/

/* For cards with multiple CTAs, remove the card-level link and adjust cursor */
.featured-content-cards .feature-card.multi-cta {
    cursor: default;
}

.featured-content-cards .feature-card.multi-cta .feature-card-link {
    display: none;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .featured-content-cards .card-cta-container {
        flex-direction: column;
    }
    
    .featured-content-cards .card-cta-container .card-cta,
    .featured-content-cards .card-cta-container a.card-cta {
        width: 100%;
    }
}
/* END Featured Content Cards Styling like /Modern-Banking-Small-Town-Feel*/