.alertBar {
	/*background-color:#000;
	display:none;
	padding-bottom:0;
	position:fixed;
	height:auto;left:0;
	width:100%;
	z-index: 100000;
bottom: 0;*/
background-color:#000;
	display:none;
	padding-bottom:0;
	height:auto;
	width:100%;
	padding:5px 0;
}
/*#TopHeader.sticky .alertBar {
	-webkit-transition: all .2s ease-in .4s;
    -moz-transition: all .2s ease-in .4s;
    transition: all .2s ease-in .4s;
	display:none !important;
}*/
.loggedin .alertBar {
	z-index:unset;
	position:relative;
}
.alertBar p, footer .alertBar a {
	font-size:14px;
	color:#fff;
	margin-bottom:5px;
	line-height:15px;
}
.alertBar a, .alertBar a:hover, .alertBar a:visited, .alertBar a:link {
	text-decoration:underline;
	color:#fff;
}
.alertClose {
    display: inline-block;
    margin: 10px 0px 14px 0px;
    font-size: 18px;
	color:#fff;
}
.alertBar .text-right {
    text-align: left;
    clear: both;
    display: block;
}
@media only screen and (min-width:767px) {
.alertClose {
	margin: -5px 0px 14px 14px;
}
}
@media only screen and (min-width:992px) {
/*#TopHeader.sticky .alertBar {
	-webkit-transition: all .2s ease-in .4s;
    -moz-transition: all .2s ease-in .4s;
    transition: all .2s ease-in .4s;
	margin-top:-57px;
}*/
.alertBar p, footer .alertBar a {
	font-size:18px;
	line-height:18px;
}
.alertBar .text-right {
	float:right;
	display:inline-block;
	clear:none;
}
}

.CenteredAdvert {
	padding: 52px 25px 35px 25px;
}
.CenteredAdvert h1 {
	font-size:32px;
	line-height:37px;
	margin-bottom:11px;
}
.CenteredAdvert p {
	color:#7C878E;
	font-size:18px;
	line-height:24px;
	margin-bottom:38px;
}
.CenteredAdvert .BlueButton {
	font-size:18px;
}
@media only screen and (min-width:992px) {
.CenteredAdvert {
	padding: 0 0 0 0;
	max-width: 650px;
    margin: 0 auto;
}
.CenteredAdvert h1 {
	font-size:32px;
	margin-bottom:23px;
}
.CenteredAdvert p:nth-child(2) {
	font-size:22px;
}
.CenteredAdvert .BlueButton {
	font-size:18px;
}
}

.CTAButtons {
	margin: 40px auto 27px;
	text-align: center;
}
.CTAButtons a {
	font-size:14px;
	display:inline-block;
	padding: 4px 5px;
	margin-bottom: 15px;
	width: 162px;
}
@media only screen and (min-width:767px) {
.CTAButtons a {
	margin:0 5px 25px 0;
}
.CTAButtons a:last-child {
	margin:0 0 25px 0;
}
}
@media only screen and (min-width:992px) {
.CTAButtons a {
	margin:0 3px 25px 0;
	width:150px;
	font-size:13px;
}
.CTAButtons {
	margin: 52px auto 27px;
}
}
@media only screen and (min-width:1280px) {
.CTAButtons { 
	margin: 53px auto 27px;
}
.CTAButtons a {
    font-size: 17px;
    padding: 2px 11px;
	width:unset !important;
	margin: 0 18px 25px 0;
	min-width:162px;
}
.CenteredAdvert h1 {
	font-size:48px;
	line-height:48px;
}
}
@media only screen and (min-width:1450px) {
.CenteredAdvert {
    max-width: 743px;
}
.CenteredAdvert p {
	line-height:38px;
	margin-bottom:43px;
}
.CenteredAdvert .BlueButton {
    font-size: 20px;
	padding: 10px 23px;
}
.CTAButtons a {
    margin: 0 6px 25px 0;
	 padding: 5px 18px;
}
}
@media only screen and (min-width:1600px) {
.CTAButtons a {
    font-size: 22px;
	margin: 0 12px 25px 0;
}
}



.Img_Box {
	text-align: center;
	margin: 0 auto 52px;
	max-width: 450px;
	padding:0 20px;
}

.Img_Box img.cornerleft {
	-webkit-box-shadow: 16px 16px 0px 0px #BBA600; 
	box-shadow: 16px 16px 0px 0px #BBA600;
	border-radius: 100px 0 0 0;
}

.Img_Box img.cornerright {
	-webkit-box-shadow: -16px 16px 0px 0px #BBA600; 
	box-shadow: -16px 16px 0px 0px #BBA600;
	border-radius: 0 100px 0 0;
}

.Img_Box.Green img.cornerleft {
	-webkit-box-shadow: 16px 16px 0px 0px #83c341; 
	box-shadow: 16px 16px 0px 0px #83c341;
}

.Img_Box.Green img.cornerright {
	-webkit-box-shadow: -16px 16px 0px 0px #83c341; 
	box-shadow: -16px 16px 0px 0px #83c341;
}
.Img_Box.Purple img.cornerleft {
	-webkit-box-shadow: 16px 16px 0px 0px #8B2DC2; 
	box-shadow: 16px 16px 0px 0px #8B2DC2;
}

.Img_Box.Purple img.cornerright {
	-webkit-box-shadow: -16px 16px 0px 0px #8B2DC2; 
	box-shadow: -16px 16px 0px 0px #8B2DC2;
}

.Img_Box.Navy img.cornerleft {
	-webkit-box-shadow: 16px 16px 0px 0px #21145f; 
	box-shadow: 16px 16px 0px 0px #21145f;
	border-radius: 45px 0 0 0;
}

.Img_Box.Navy img.cornerright {
	-webkit-box-shadow: -16px 16px 0px 0px #21145f; 
	box-shadow: -16px 16px 0px 0px #21145f;
	border-radius: 0 45px 0 0;
}
.Descr_Box {
	text-align:center;
	margin: 0 auto 76px;
	max-width: 450px;
}
.Descr_Box  h2 {
	font-size:30px;
	color:#171C8F;
	font-weight:700;
	line-height:35px;
}
.Descr_Box  p {
	font-size:18px;
	margin-bottom:25px;
	line-height:24px;
}
.Descr_Box .BlueButton {
	font-size:18px;
}
@media only screen and (min-width:992px) {
.Img_Box img.cornerleft {
	-webkit-box-shadow: 24px 24px 0px 0px #BBA600; 
	box-shadow: 24px 24px 0px 0px #BBA600;
}

.Img_Box img.cornerright {
	-webkit-box-shadow: -24px 24px 0px 0px #BBA600; 
	box-shadow: -24px 24px 0px 0px #BBA600;
}
.Img_Box.Green img.cornerleft {
	-webkit-box-shadow: 24px 24px 0px 0px #83c341; 
	box-shadow: 24px 24px 0px 0px #83c341;
}

.Img_Box.Green img.cornerright {
	-webkit-box-shadow: -24px 24px 0px 0px #83c341; 
	box-shadow: -24px 24px 0px 0px #83c341;
}
.Img_Box.Purple img.cornerleft {
	-webkit-box-shadow: 24px 24px 0px 0px #8B2DC2; 
	box-shadow: 24px 24px 0px 0px #8B2DC2;
}

.Img_Box.Purple img.cornerright {
	-webkit-box-shadow: -24px 24px 0px 0px #8B2DC2; 
	box-shadow: -24px 24px 0px 0px #8B2DC2;
}
.Descr_Box {
	text-align:left;
	margin:unset;
}
.Spacing.First {
	margin-top:25px;
}
.Spacing {
	margin-bottom:70px;
}
}
@media only screen and (min-width:1025px) {
.Img_Box {
	margin:unset;
	max-width:100%;
	padding:unset;
}	
#dnn_LeftSection1 .Descr_Box, #dnn_LeftSection3 .Descr_Box {
	padding-left:45px;
}
.Spacing {
	margin-bottom:150px;
}
.Descr_Box h2 {
	font-size:32px;
}
.Descr_Box p {
	font-size:22px;
	line-height:35px;
	margin-bottom:40px;
}
.Descr_Box {
	max-width:unset;
}
.Descr_Box .BlueButton {
	font-size:16px;
}
.Img_Box {
	text-align:unset;
}
}
@media only screen and (min-width:1385px) {
.Descr_Box h2 {
	font-size:48px;
	line-height:48px;
}
.Descr_Box p {
	line-height:38px;
}
.Descr_Box p:nth-child(2) {
	margin-bottom: 54px;
}
.Descr_Box .BlueButton {
	font-size:20px;
}
.Descr_Box {
	max-width:570px;
}

.Img_Box {
	text-align:unset;
}
}
@media only screen and (min-width:1600px) {
#dnn_LeftSection1 .Descr_Box, #dnn_LeftSection3 .Descr_Box {
	padding-left:100px;
}
#dnn_RightSection2 {
	padding-left:45px;
}
.Descr_Box {
	max-width:625px;
}
.Spacing {
	margin-bottom:200px;
}

}
.GreyTestimonial {
	background-color:#7c878e;
	padding: 160px 25px 155px 25px;
}
.GreyTestimonial h2 {
	font-weight:700;
	font-size:30px;
	margin-bottom:17px;
}
.GreyTestimonial p {
	font-size:18px;
}
.GreyTestimonial a.BlueButton {
	font-size:16px;
	padding: 6px 15px;
}
.GreyTestimonial a.BlueButton:hover {
	color:#fff !important;
	border:3px solid #fff !important;
}
.GreyTestimonial h2, .GreyTestimonial p {
	color:#fff;
}

.GreyTestimonial p:nth-child(2) {
	margin-bottom:53px;
}
.GreyTestimonial p.buttons .BlueButton {
	display:inline-block;
}
.GreyTestimonial p.buttons .BlueButton:nth-child(1) {
	margin-bottom:25px;
}
@media only screen and (min-width:767px) {
.GreyTestimonial p.buttons .BlueButton {
	display:unset;
}
.GreyTestimonial p.buttons .BlueButton:nth-child(1) {
	margin-bottom:0;
}
.GreyTestimonial {
    padding: 105px 25px 100px 25px;
}
.GreyTestimonial h2 {
	font-size:40px;
}
.GreyTestimonial p {
	font-size:22px;
	line-height:38px;
}
}
@media only screen and (min-width:1025px) {
.GreyTestimonial {
    padding: 105px 225px 100px 225px;
}
.GreyTestimonial .Content {
	max-width:830px;
	margin:0 auto;
}
.GreyTestimonial h2 {
	margin-bottom: 20px;
	font-size:48px;
}
.GreyTestimonial a.BlueButton {
	font-size:20px;
}
}
@media only screen and (min-width:1385px) {
.GreyTestimonial {
    padding: 142px 225px 128px 225px;
}
}

.HeroImg {
	text-align: center;
	position: relative;
	min-height: 300px;
	overflow: hidden;
	justify-content: center;
	-webkit-align-self: center;
	align-self: center;
	flex-direction: column;
	align-items: center;
	-ms-flex-align: center;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	position:relative;
}
.HeroImg .overlay {
	background-image: url("Images/herooverlay.png");
	position: absolute;
	z-index: 1;
	background-repeat: repeat;
	width: 100%;
	height:100%;
	left:0;
}

.HeroImg .Content {
	z-index:3;  
    text-align: center;	
	padding: 0 15px;
	position: absolute;
   left: 50%;
   top: 46%;
   width:100%;
   transform: translate(-50%,-50%);
}
.HeroImg h1, .HeroImg h2 {
	font-size:34px;
	color:#fff;
}
.HeroImg p {
	color:#fff;
	margin-bottom:0;
	font-size: 18px;
	line-height: 23px;
}

.HeroImg img {
    min-height: 300px;
    min-width: 1557px;
}

@media screen and (min-width:768px) {
.HeroImg h1, .HeroImg h2 {
	font-size:60px;	
	line-height:55px;
}
.HeroImg p {
	font-size:36px;	
	line-height: 42px;
}

.HeroImg img {
    min-height: 370px;
    min-width: 1920px;
}
.HeroImg .Content {
	top: 50%;
	max-width:75%;
}
}
@media screen and (min-width:1385px) { 
.HeroImg p:nth-child(2) {
	margin-bottom:55px;
}
.HeroImg .Content {
	top: 55%;
	max-width:45%;
}
}
@media screen and (min-width:1600px) {
.HeroImg .Content {
	top: 55%;
	max-width:50%;
}
.HeroImg .Content h1, .HeroImg .Content h2 {
	font-size:78px;
	line-height:78px;
}
.HeroImg .Content h2.smallerTitle {
	font-size:70px;
	line-height:70px;
}
}
@media screen and (min-width:1800px) {
.HeroImg .Content {
	top: 55%;
	max-width:45%;
}
}
.IntroText {
	margin-bottom:41px;
}
.IntroText h2 {
    font-size: 32px;
    line-height: 37px;
    margin-bottom: 11px;
}
.IntroText p {
    color: #7C878E;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 38px;
}
@media screen and (min-width:768px) {
.IntroText h2 {
	font-size: 48px;
    line-height: 48px;
}
.IntroText p {
	font-size: 22px;
	line-height: 40px;
}
.IntroText {
    max-width: 650px;
    margin: 0 auto 63px;
}
}

/*Landingpage boxes*/
.Business .ProdBox img {
    -webkit-box-shadow: -12px 12px 0px 0px #84bd00;
    box-shadow: -12px 12px 0px 0px #84bd00;
    border-radius: 0 75px 0 0;
	margin-bottom: 28px;
}
.Wealth .ProdBox img {
    -webkit-box-shadow: -12px 12px 0px 0px #8B2DC2;
    box-shadow: -12px 12px 0px 0px #8B2DC2;
    border-radius: 0 75px 0 0;
	margin-bottom: 28px;
}
.ProdBox {
	padding: 0 5px 0 20px;
	text-align:center;
	margin-bottom:78px;
}
.ProdBox img {
    -webkit-box-shadow: -12px 12px 0px 0px #BBA600;
    box-shadow: -12px 12px 0px 0px #BBA600;
    border-radius: 0 75px 0 0;
	margin-bottom: 28px;
}
.ProdBox h3 {
	font-size:30px;
	margin-bottom:8px;
	line-height:35px;
}
.ProdBox  p, .ProdBox a.BlueButton {
	font-size:18px;
}
.ProdBox a.BlueButton.shorter {
	font-size:15px;
	padding: 4px 5px;
}
.ProdBox  p:nth-of-type(2) {
	margin-bottom:33px;
}
@media (max-width: 992px){
.ProdBox  p:nth-of-type(2),.ProdBox h3 {
	height:unset !important;
}
}
/*@media only screen and (min-width: 1025px) and (max-width: 1200px) {
.ProdBox .MeetTeamBox  .BlueButton.shorter {
	font-size:12px;
}

}*/
@media only screen and (min-width: 992px) and (max-width: 1200px) {
.ProdBox a.BlueButton.shorter {
	display: block;
text-align: center;
line-height: 18px;
}
.ProdBox .MeetTeamBox p:nth-of-type(2) {
    font-size: 20px;
}
}
@media screen and (min-width:768px) {
.ProdBox  p {
	font-size:22px;
}
}
@media screen and (min-width:1024px) {
.ProdBox {
	text-align:left;
	padding:0;
}
.ProdBox img {
	margin-left:12px;
}
}
@media screen and (min-width:1385px) {
.ProdBox  p {
	font-size:22px;
}
.ProdBox a.BlueButton {
	font-size:20px;
}
.Business .ProdBox img {
	margin-bottom: 23px;
}
.ProdBox h3 {
	font-size:36px;
}
.ProdBox {
	margin-bottom: 61px;
}
.ProdBox  p:nth-of-type(1) {
	margin-bottom:25px;
}
}
@media screen and (min-width:1441px) {
.ProdBox a.BlueButton.shorter {
    font-size: 17px;
	display: block;
	text-align: center;
	padding: 8px 11px;
	line-height: 19px;
}
}
@media screen and (min-width:1600px) {
.ProdBox a.BlueButton.shorter {
    font-size: 18px;
	display: unset;
	text-align: left;
	padding: 6px 22px;
	line-height: 19px;
}
}
@media screen and (min-width:1800px) {
.ProdBox a.BlueButton.shorter {
    font-size: 18px;
	line-height: 18px;
}
}
/*Blue promobox*/
.PromoBoxBlue {
	text-align: center;
	position: relative;
	overflow: hidden;
	justify-content: center;
	-webkit-align-self: center;
	align-self: center;
	flex-direction: column;
	align-items: center;
	-ms-flex-align: center;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	position:relative;
	max-width:330px;
	margin:0 auto 45px;
	max-height: 367px;
}
.PromoBoxBlue .overlay {
	background: rgba(23,28,143,.6);
	position: absolute;
	z-index: 1;
	width: 100%;
	height:100%;
}

.PromoBoxBlue .Content {
	z-index:3;  
    text-align: center;	
	padding: 0 15px;
	position: absolute;
   left: 50%;
   top: 48%;
   width:100%;
   transform: translate(-50%,-50%);
}
.PromoBoxBlue h3 {
	font-size:26px;
	color:#fff;
}
.PromoBoxBlue h3.longertext {
	margin-bottom:25px;
}
.PromoBoxBlue p {
	color:#fff;
	margin-bottom:0;
	font-size: 18px;
	line-height: 23px;
}
.PromoBoxBlue p:nth-of-type(2) {
    margin-top: 40px;
}

.PromoBoxBlue a.WhiteButton{
    color: #fff;
    border: 3px solid #fff;
    background-color: transparent;
    text-decoration: none;
	border-radius: 30px;
	text-transform: uppercase;
	padding: 7px 22px;
	font-family: "futura-pt-bold",sans-serif !important;
}
.PromoBoxBlue a.WhiteButton.shorter {
	font-size: 16px;
	padding: 7px 11px;
}
.PromoBoxBlue .WhiteButton:hover {
	color: #171C8F;
    border: 3px solid #fff;
    background-color: #fff;
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
.PromoBoxBlue h3.longertext {
    font-size: 18px;
    line-height: 22px;
}

.PromoBoxBlue p {
	font-size:11px;
}
.PromoBoxBlue .WhiteButton {
	padding: 4px 8px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1600px) {
.PromoBoxBlue a.WhiteButton.shorter {
	display:block;
}
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
.PromoBoxBlue h3 {
    font-size: 20px;
}
.PromoBoxBlue p {
	line-height:19px;
}
.PromoBoxBlue .WhiteButton{ 
	padding: 5px 15px;
	font-size:17px;
}
.PromoBoxBlue .Content {
	max-width:100%;
}
}
@media screen and (min-width:1601px) {
.PromoBoxBlue h3.longertext {
    line-height: 37px;
}
.PromoBoxBlue .Content {
	max-width:100%;
}
.PromoBoxBlue h3 {
    font-size: 36px;
}
.PromoBoxBlue p {
	font-size:22px;
	line-height:28px;
}
.PromoBoxBlue .WhiteButton {
	font-size:20px;
	padding: 8px 50px;
}
}

.Video-Sidebar {
	background-color:#F2F3F3;
	padding: 22px 20px;
	text-align:center;
	margin:0 auto 55px;
	max-width:330px;
}
.Video-Sidebar .videoimage {
	position:relative;
}
.Video-Sidebar .videoimage .playbutton {
	position:absolute;
	background-color:#BBA600;
	right: 0;
	bottom: 0;
	padding: 14px 15px 11px 29px;
	border-radius: 31px 0 0 0;
}
.InnerSkin.Business .Video-Sidebar .videoimage .playbutton {
    background-color: #84bd00;
}
.InnerSkin.Wealth .Video-Sidebar .videoimage .playbutton {
    background-color: #8B2DC2;
}
.Video-Sidebar h4 {
	font-size:20px;
	text-transform:uppercase;
}
@media screen and (min-width:992px) {
.Video-Sidebar {
	text-align:left;
}
}
@media only screen and (min-width: 992px) and (max-width: 1280px) {
.Video-Sidebar .playbutton img {
	max-width:25px;
}
.Video-Sidebar .videoimage .playbutton {
    padding: 5px 5px 5px 20px;
    border-radius: 18px 0 0 0;
}
.Video-Sidebar .videocontent p {
	font-size:16px;
}
}
@media screen and (min-width:1385px) {
.Video-Sidebar h4 {
    font-size: 24px;
}
.Video-Sidebar .videocontent p {
	font-size:20px;
	margin-bottom: 10px;
}
}
@media screen and (min-width:1600px) {
.Video-Sidebar .videocontent p {
	font-size:22px;
}
}

@media only screen and (min-width: 601px){ 
.Video-Sidebar iframe {
	height:450px;
}
.Video-Sidebar .modal-dialog {
	width:94%;
}
}
@media only screen and (min-width: 768px){
.Video-Sidebar iframe {
	min-height: 450px;
}
.Video-Sidebar .modal-dialog {
	max-width:unset;	
}
}
@media only screen and (min-width: 992px) {
.Video-Sidebar iframe {
	min-height: 650px;
}
.Video-Sidebar iframe {
	height:650px;
}
.Video-Sidebar .modal-dialog {
	width:100%;
}
}
.Video-Sidebar .modal-content {
	background-color: transparent;
	border-radius:0;
	box-shadow:none;
	border:none;
}

.Video-Sidebar .modal-body {
	box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
	border: 1px solid rgba(0, 0, 0, .2);
}

.Video-Sidebar .modal-header,.Video-Sidebar .modal-body {
	padding:0;
}

.Video-Sidebar .modal-header {
	border-bottom:0;
}

.Video-Sidebar .modal-header .close {
	font-size: 45px;
	font-weight: 300;
	color:#fff;
	text-shadow:none;
	opacity:1;
}

.Video-Sidebar .modal-header p {
	border-bottom:0;
}

.Video-Sidebar .modal-body p {
	margin-bottom:0;
	font-size:1px;
}


@media only screen and (min-width: 1201px) { 
.Video-Sidebar .modal-dialog {
	width:1170px;
}
}

/*news article sidebar*/
.SidebarNews {
	background-color:#f2f3f3;
	margin:0 auto 45px;
	padding: 25px 20px 35px 20px;
	max-width:330px;
}
.SidebarNews h2 {
	margin-bottom:15px;
	text-align:center;
}
.SidebarNews h2 span {
	font-family: "futura-pt-bold",sans-serif;
	font-size:30px;
}
.SidebarNews .eds_news_Ozone h3, .SidebarNews .eds_news_Ozone h3 a, .SidebarNews .eds_news_Ozone h3 a:hover {
	font-family: "futura-pt-bold",sans-serif;
	font-size:20px;
	text-transform:uppercase;
	color:#171C8F;
	text-align:center;
}
.SidebarNews .eds_news_Ozone a.BlueButton {
	transition:none;
	font-size:20px;
}
.SidebarNews .eds_news_Ozone a.BlueButton, .SidebarNews a.BlueBtn_Reversed {
	min-width:245px;
	display: inline-block;
}
.SidebarNews .eds_news_Ozone.eds_subCollection_news .edn_article .edn_readMoreButtonWrapper {
    text-align: center;
	margin: 0px 0 4px 0;
}
.SidebarNews .eds_news_Ozone.eds_subCollection_news .edn_article .edn_articleSummary {
	margin: 0 0 5px;
}
.SidebarNews .eds_news_Ozone.eds_subCollection_news .edn_article .edn_articleSummary, .SidebarNews a, .SidebarNews .eds_news_Ozone a.BlueButton {
	font-size:18px;
	line-height:22px;
}
.SidebarNews .eds_news_Ozone.eds_subCollection_news .edn_article .edn_articleSummary  {
    padding: 4px 0 25px 0;
	text-align:center;
	margin: 0;
	color: #7C878E;
	font-size: 18px;
	font-family: "futura-pt",sans-serif;
}
.SidebarNews .eds_news_Ozone.eds_subCollection_news .edn_article {
    margin-bottom: 0;
}
.SidebarNews .eds_news_Ozone {
    margin-bottom: 10px;
}
@media screen and (min-width:768px) {
.SidebarNews .eds_news_Ozone.eds_subCollection_news .edn_article .edn_articleSummary  {
	font-size:22px;
}
}
@media screen and (min-width:992px) {
.SidebarNews h2 span {
	font-family: "futura-pt-bold",sans-serif;
	font-size:36px;
}
.SidebarNews .eds_news_Ozone h3, .SidebarNews .eds_news_Ozone h3 a, .SidebarNews .eds_news_Ozone h3 a:hover {
	font-size:24px;
}
.SidebarNews h2, .SidebarNews .eds_news_Ozone h3, .SidebarNews p, .SidebarNews .eds_news_Ozone.eds_subCollection_news .edn_article .edn_articleSummary {
	text-align:left;
}
.SidebarNews .eds_news_Ozone.eds_subCollection_news .edn_article .edn_articleSummary, .SidebarNews a, .SidebarNews .eds_news_Ozone a.BlueButton {
	font-size: 16px;
    line-height: 24px;
}

.SidebarNews .eds_news_Ozone.eds_subCollection_news .edn_article {
    margin-bottom: 27px;
}
.SidebarNews h2 {
	margin-bottom:15px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1280px) {
.SidebarNews h2 span {
    font-size: 28px;
}
.SidebarNews p, .SidebarNews a, .SidebarNews .eds_news_Ozone a.BlueButton {
    font-size: 16px;
    line-height: 20px;
}
.SidebarNews .eds_news_Ozone a.BlueButton, .SidebarNews a.BlueBtn_Reversed {
    min-width: unset;
}
.SidebarNews .eds_news_Ozone h3, .SidebarNews .eds_news_Ozone h3 a, .SidebarNews .eds_news_Ozone h3 a:hover {
    font-size: 20px;
}
 .SidebarNews .BlueBtn_Reversed {
	 padding: 10px 15px;
}
}
@media only screen and (min-width: 1281px) and (max-width: 1600px) {
.SidebarNews .eds_news_Ozone a.BlueButton, .SidebarNews a.BlueBtn_Reversed {
    min-width: 220px; /*2021-10-22 Mark Reduced from 260px to allow for CTAs to fit in grey sidebar area*/
    display: inline-block;
}
}
@media screen and (min-width:1385px) {
.SidebarNews .eds_news_Ozone.eds_subCollection_news .edn_article {
    margin-bottom: 13px;
}
}
@media screen and (min-width:1600px) {
.SidebarNews .eds_news_Ozone a.BlueButton, .SidebarNews a.BlueBtn_Reversed {
	min-width:260px;
	font-size:20px;
	padding: 10px 20px;
}
.SidebarNews .eds_news_Ozone.eds_subCollection_news .edn_article .edn_articleSummary  {
	font-size: 22px;
}
.SidebarNews {
	padding: 33px 35px 35px 35px;
}
}
.Spacing-TB15 {
	padding:15px 0;
}
.Spacing-B30 {
	padding-bottom:30px;
}
.HomeSkin.Business #dnn_MobileCTAPane .Spacing-TB30, .HomeSkin.Wealth #dnn_MobileCTAPane .Spacing-TB30, .HomeSkin.Aboutus #dnn_MobileCTAPane .Spacing-TB30 {
	padding: 30px 0;
}
@media only screen and (min-width: 992px) {
.Spacing-TB30 {
	padding:30px 0;
}
}
.Loc_TopIntro {
	text-align:center;
	margin-bottom:45px;
}
.BankHolidays {
	text-align:center;
	margin-top:55px;
}
.BankHolidays.ATMs {
	margin: 0 0 35px 0;
}
.BankHolidays.ATMs .BlueButton {
	margin-top:35px;
}
.BankHolidays .BlueButton {
	margin-bottom: 10px;
	display: inline-block;
}
.BankHolidays h2, .BankHolidays p {
	margin-bottom:25px;
}
.BankHolidays  ul {
	margin:0;
}
.BankHolidays  ul li {
	list-style-type:none;
	margin-bottom:5px;
}
.BankHolidays .col-lg-6:nth-child(2)  ul li:last-child {
	margin-bottom:35px;
}
@media only screen and (min-width: 992px) {
.BankHolidays, .Loc_TopIntro {
	text-align:left;
}
.BankHolidays.ATMs .BlueButton {
	margin-top:6px;
	font-size:16px;
}
}
@media only screen and (min-width: 1025px) {
.BankHolidays.ATMs .BlueButton {
	font-size:20px;
}
.HomeSkin.Business #dnn_AdvertSection .CenteredAdvert, .HomeSkin #dnn_AdvertSection .CenteredAdvert {
    padding: 40px 0 0 0;
}
}

/*centered member Location*/
.LocMember,.LocLeftBar {
    padding: 0 5px 0 20px;
}
.LocMember {
	margin-bottom: 54px;
}

.LocLeftBar a.BlueButton {
	font-size:13px;
	clear:both;
	display:inline-block;
	margin-bottom:17px;
}
.LocMember img, .LocLeftBar img {
	-webkit-box-shadow: -12px 12px 0px 0px #BBA600;
	box-shadow: -13px 12px 0px 0px #BBA600;
	border-radius: 0 99px 0 0;
}
.LocMember img {	
	margin-bottom: 23px;
}

.LocMember h4 {
	font-size:22px;
	margin-bottom:5px;
}
.LocMember p:nth-child(3) {
	margin-bottom:20px;
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
.LocMember img, .LocLeftBar img {
    border-radius: 0 45px 0 0;
}

}
@media only screen and (min-width: 767px) and (max-width: 1024px) {
.text-center.BookAppointemnt {
	text-align:left !important;
}
.row.CallCTAButtons .text-center {
	text-align:left !important;
}
.PromoBoxBlue .WhiteButton {
    font-size: 14px;
}
}
@media only screen and (min-width: 768px) {
.LocMember p:nth-child(3) {
	line-height: 24px;
	min-height:73px;
}
}

@media only screen and (min-width: 992px) {
.LocLeftBar a.BlueButton {
	font-size:18px;
}
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
.LocLeftBar .text-center {
	text-align:left !important;
}
}
@media only screen and (min-width: 992px) and (max-width: 1279px) {
.LocMember p {
	margin:0 0 15px;
}
.LocMember p:nth-child(3) {
    margin-bottom: 18px;
	min-height: 102px;
}
.LocMember .BlueBtn_Reversed {
	font-size:15px;
	padding:7px 16px;
}
.LocLeftBar .BlueButton {
	padding: 2px 15px;
}
}

.LocLeftBar img {
	margin-bottom: 9px;
}
@media only screen and (min-width: 1280px) {
.LocMember .BlueBtn_Reversed {
    font-size: 17px;
}
}
@media only screen and (min-width: 1440px) {
.LocMember .BlueBtn_Reversed {
    font-size: 17px;
}
.LocMember p:nth-child(3) {
	min-height: 75px;
}
}
@media only screen and (min-width: 1600px) {
.LocMember p:nth-child(3) {
	min-height: 50px;
}
}
.H5Title.text-center {
	padding-top:25px;
}
.H5Title.text-center h5 {
	font-size:22px;
	text-transform:uppercase;
}
.CenteredIcons p:nth-child(1) {
	margin-bottom:0;
}
.CenteredIcons img {
	max-width:90px;
}
#dnn_RowShorterRightOuter1 .CenteredIcons {
	margin-bottom:60px;
}
#dnn_RowShorterRightOuter1 .CenteredIcons p {
	line-height:25px;
}
.AccordionStyle{
	position:relative;
	-webkit-box-shadow: -12px 12px 0px 0px #BBA600;
	box-shadow: -12px 12px 0px 0px #BBA600;
	border-radius: 0 55px 0 0;
	overflow:hidden;
	background-color:#f2f3f3;
	max-width:475px;
	margin:0 auto 70px auto;
}
.AccordionStyle .accordion {
	margin-bottom:40px;
}
.AccordionStyle .overlay {
    background-image: url("Images/herooverlay.png");
    position: absolute;
    z-index: 1;
    background-repeat: repeat;
    width: 100%;
    height: 100%;
}
.AccordionStyle .CoverSection {
	position:relative;
}
.AccordionStyle h2 {
	position:absolute;
	color:#fff;
	z-index:3;
	bottom: 13px;
	left: 20px;
	font-size:24px;
	line-height:34px;
}
.AccordionStyle .ContentSection {
	padding:0 20px;
}
.AccordionStyle .ContentSection p:nth-child(1) {
	margin:0;
}
.AccordionStyle .ContentSection a.BlueButton {
	margin-bottom: 24px;
display: inline-block;
padding: 1px 23px;
}
.AccordionStyle .ContentSection h3 {
	color:#7C878E;
	font-size:20px;
}
.AccordionStyle .ContentSection h3.BlueText {
	color: #171C8F;
}
.AccordionStyle a.card-title {
	font-family: "futura-pt-bold",sans-serif !important;
	font-size:18px;
}
.AccordionStyle a.card-title:hover {
	cursor:pointer;
	text-decoration:none;
}
.AccordionStyle .card {
	border:none;
	border-radius:0;
}
.AccordionStyle .card-header {
	padding: 15px 10px 15px 3px;
	margin-bottom: 0;
	background-color: #f2f3f3;
	border-bottom: 1px solid #7C878E;
	cursor:pointer;
}
.AccordionStyle .accordion > .card > .card-header {
	margin-bottom:0;
}
.AccordionStyle .card-body {
	background-color: #f2f3f3;
	padding: 15px 7px;
}

/**accordion style on checking page**/
.AccordionStyle .accordion .card-header:after {
    font-family: 'FontAwesome';  
    content: "\f068";
    float: right; 
	font-weight:300;
	color:#7C878E;
}
.AccordionStyle .accordion .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f067"; 
	font-weight:300;
	color:#7C878E;
	font-size: 14px;
}
@media only screen and (min-width: 992px) {
.AccordionStyle a.card-title {
    font-size: 21px;
}
}
@media only screen and (min-width: 1201px) {
.AccordionStyle h2 {
	font-size:36px;
}
.AccordionStyle a.card-title {
    font-size: 24px;
}
.AccordionStyle .ContentSection {
	margin-top:15px;
}
.AccordionStyle .ContentSection h3 {
    font-size: 24px;
	margin-bottom:35px;
}
.AccordionStyle .card-body p, .AccordionStyle .card-body ul li, .AccordionStyle .card-body ol li {
	font-size:20px;
}
.AccordionStyle .accordion {
    margin-bottom: 47px;
}
.AccordionStyle .BlueButton {
	font-size: 18px;
}
.AccordionStyle .ContentSection a.BlueButton {
	margin-bottom: 24px;
display: inline-block;
padding: 1px 23px;
}
}
@media only screen and (min-width: 1386px) {
.H5Title.text-center h5 {
    font-size: 24px;
}
.CenteredIcons {
	margin-bottom:45px;
}
}
/*contact form*/
.CTForm .LiveForm.Default {
	margin-bottom:45px;
}
.CTForm .LiveForm.Default .Field label[class*="Field-Label-"], .LiveForm.Default .Field > label {
	font-weight:normal;
}
.CTForm .LiveForm.Default .Field.mobile-under input,.CTForm .LiveForm.Default .Field.mobile-under select {
	height: 40px;
}
.CTForm .LiveForm.Default .Field.mobile-under textarea, .CTForm .LiveForm.Default .Field.mobile-under input,.CTForm .LiveForm.Default .Field.mobile-under select {
	border-radius: 19px;
	border: 2px solid #7C878E;
	font-family: "futura-pt",sans-serif;
	font-size:18px;
}
.CTForm .LiveForm.Default .Field.mobile-under select {
	font-family: "futura-pt",sans-serif !important;
	font-size:18px;
}
.LiveForm.Default .Field input[type="submit"]{
    color: #171c8f !important;
    font-size: 16px;
    text-transform: uppercase;
    background-color: transparent;
    border-radius: 30px !important;
    border: 3px solid #171c8f !important;
    padding: 6px 22px;
    font-family: "futura-pt-bold",sans-serif !important;
}
.LiveForm.Default .Field input[type="submit"]:hover {
	color: #fff !important;
	border: 3px solid #171c8f;
	background-color: #171c8f;
	box-shadow:none;
}
@media only screen and (min-width: 992px) {
.LiveForm.Default .Field input[type="submit"]{
	font-size: 20px;
}
}

.Team_MmebrsG.NoPopup .cbp-item-wrapper a.cbp-singlePage.cbp-l-caption,.Team_MmebrsG.NoPopup a.cbp-singlePage.cbp-l-grid-team-name{
	pointer-events: none;
}
.Team_MmebrsG.NoPopup .cbp-caption-fadeIn .cbp-caption-activeWrap {
	background:none;
}
.Team_MmebrsG .cbp-l-grid-team .cbp-caption {
	margin-bottom: 8px;
}
.cbp-popup-singlePage .cbp-l-project-desc-title {
	margin-right:0 !important;
	text-align:center;
	border:none !important;
	margin-bottom: 5px !important;
}
.cbp-popup-singlePage .cbp-l-project-desc-text a {
	color: #171C8F !important;
}.cbp-popup-singlePage .cbp-l-project-desc-text a.BlueBtn_Reversed:hover {
	color: #fff !important;
}
.cbp-popup-singlePage .cbp-l-project-desc-title span {
	color: #171C8F !important;
	font-family: "futura-pt-bold",sans-serif !important;
	font-size:24px !important;
	border:none !important;
}
.Team_MmebrsG .cbp-l-grid-team-name,.Team_MmebrsG .cbp-l-grid-team-name:link,.Team_MmebrsG .cbp-l-grid-team-name:active,.Team_MmebrsG .cbp-l-grid-team-name:visited {
	color: #171C8F !important;
	margin: 0 !important;
	font-family: "futura-pt-bold",sans-serif !important;
	font-size:24px !important;
}
.cbp-l-inline-subtitle, .cbp-l-inline-subtitle a, .cbp-l-inline-subtitle a:hover {
	color: #171C8F !important;
	margin: 0 0 10px !important;
	font-family: "futura-pt",sans-serif !important;
	font-size: 18px !important;
	font-style: unset !important;
	line-height: 24px;
	text-align:center;
	margin-bottom:25px !important;
}
.cbp-l-inline-subtitle a:hover {
	text-decoration:underline !important;
}
.Team_MmebrsG .cbp-l-grid-team-position, .Team_MmebrsG .cbp-l-grid-team-position a {
	color: #7C878E !important;
	margin: 0 0 10px !important;
	font-family: "futura-pt",sans-serif !important;
	font-size: 21px !important;
	font-style: unset !important;
	line-height: 24px;
}


.cbp-caption-fadeIn .cbp-caption:hover .cbp-caption-activeWrap {
	background: rgba(23, 28, 143, .6) url("Images/smallinfoicon.png") no-repeat;
	background-position: 233px 283px;
}
.Wealth.Navy .cbp-caption-fadeIn .cbp-caption:hover .cbp-caption-activeWrap {
  background: rgba(38, 6, 93, .6) url("Images/smallinfoicon.png") no-repeat;
  background-position: 233px 283px;
}
.Wealth.Navy .Team_MmebrsG .cbp-l-grid-team-name,.Wealth.Navy .Team_MmebrsG .cbp-l-grid-team-name:link,.Wealth.Navy .Team_MmebrsG .cbp-l-grid-team-name:active,.Wealth.Navy .Team_MmebrsG .cbp-l-grid-team-name:visited {
	color: #000e69 !important;
	margin: 0 !important;
	font-family: "soleil",sans-serif !important;
	font-size:24px !important;
	font-weight:bold;
}
.Wealth.Navy .Team_MmebrsG .cbp-l-grid-team-position,.Wealth.Navy .Team_MmebrsG .cbp-l-grid-team-position a {
  font-family: "soleil",sans-serif !important;
}
.Wealth .cbp-popup-singlePage .cbp-l-project-desc-title span {
	color: #000e69 !important;
	font-family: "soleil",sans-serif !important;
	font-size:26px !important;
	font-weight:bold;
}
.Wealth .cbp-l-inline-subtitle, .cbp-l-inline-subtitle a, .cbp-l-inline-subtitle a:hover {
  color: #000e69 !important;
  margin: 0 0 10px !important;
  font-family: "soleil",sans-serif !important;
  font-size: 20px !important;
}
.Wealth .cbp-popup-singlePage .cbp-l-project-desc-text a {
  color: #000e69 !important;
}
.cbp-singlePage .cbp-l-caption-text {
	font-family: "futura-pt",sans-serif !important;
	letter-spacing:0 !important;
	font-size:21px !important;
}
.cbp-popup-singlePage .cbp-popup-content .cbp-l-project-img {
	max-width: 240px !important;
}
.cbp-popup-singlePage .cbp-popup-prev:hover {
	background-position: -2px -94px !important;
}
.cbp-popup-singlePage .cbp-popup-next:hover {
	background-position: -48px -94px !important;
}
.cbp-popup-singlePage .cbp-popup-close:hover {
	background-position: -94px -94px !important;
}
.cbp-popup-singlePage-counter {
	display:none;
}
.cbp-popup-singlePage .cbp-popup-navigation-wrap {
	background: #fff url("/Portals/0/AmericanBank_Logo.svg") no-repeat !important;
	background-size: 190px !important;
background-position: center !important;
border-bottom: 1px solid #ccc;
}
.Wealth .cbp-popup-singlePage .cbp-popup-navigation-wrap {
	background: #fff url("/Portals/0/Images/SVG/WM-Logo.svg") no-repeat !important;
	background-size: 190px !important;
background-position: center !important;
border-bottom: 1px solid #ccc;
}

@media only screen and (min-width: 992px) {
.Team_MmebrsG .cbp-l-grid-team-position, .Team_MmebrsG .cbp-l-grid-team-position a {
	line-height: 21px;
}
}
@media (min-width: 1025px){
.cbp-popup-singlePage .cbp-popup-content .cbp-l-project-img {
    max-width: 300px !important;
}
.cbp-popup-singlePage .cbp-popup-prev {
	right: 374px !important;
	top: 30px !important;
}
.cbp-popup-singlePage .cbp-popup-next {
	top: 30px !important;
	left: 369px !important;
}
.cbp-popup-singlePage .cbp-popup-close {
	left: unset !important;
right: 15px !important;
top: 4px !important;
}
.cbp-popup-singlePage .cbp-popup-navigation-wrap {
	background-size: 244px !important;
}
.cbp-popup-singlePage .cbp-l-project-desc-title span {
	font-size: 30px !important;
	margin-bottom: 8px !important;
}
.cbp-l-inline-subtitle, .cbp-l-inline-subtitle a, .cbp-l-inline-subtitle a:hover {
	font-size: 22px !important;
}
}
@media (max-width: 767px){
.cbp-popup-singlePage .cbp-l-project-desc-text {
	margin:0 !important;
	padding: 0 15px;
}
.Team_MmebrsG .cbp-caption-fadeIn .cbp-caption-activeWrap {
	background: url("Images/smallinfoicon.png") no-repeat;
	background-position: 233px 283px;
	opacity:1 !important;
}
.cbp-l-caption-text {
	display:none !important;
}
.cbp-caption-fadeIn .cbp-caption:hover .cbp-caption-activeWrap {
	background: url("Images/smallinfoicon.png") no-repeat;
	background-position: 233px 283px;
}
}
@media (max-width: 1024px){
.cbp-popup-singlePage .cbp-popup-prev {
	right: 294px !important;
}
.cbp-popup-singlePage .cbp-popup-next {
	left: 269px !important;
}
.cbp-popup-singlePage .cbp-popup-close {
	left: unset !important;
	right: 5px !important;
	top: 0px !important;
}
}
/*credit card boxes*/
.CCBoxes {
	position:relative;
	margin-bottom:65px;
	max-width:317px;
	margin:0 auto 45px;
}
.CCBoxes h3 {
	min-height:unset;
}
.CCBoxes ul.checkmark li {
	padding-left: 30px;
}
@media only screen and (min-width: 1281px) {
.CCBoxes h3 {
	min-height:80px;
}
}
@media only screen and (min-width: 1025px) and (max-width: 1600px) {
.CCBoxes .BlueButton {
	font-size:16px;
	padding:6px 10px;
}
.CCBoxes h3 {
	min-height:80px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
.CCBoxes .BlueButton {
	font-size:16px;
	padding:6px 10px;
}
}
.ribbon {
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: absolute;
}
.ribbon::before,
.ribbon::after {
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  border: 5px solid #2980b9;
}
.ribbon span {
  position: absolute;
  display: block;
  width: 243px;
  padding: 15px 0;
  background-color: #3498db;
  color: #fff;
  font: 700 16px/1 'Lato', sans-serif;
  text-shadow: 0 1px 1px rgba(0,0,0,.2);
  text-transform: uppercase;
  text-align: center;
}

/* top left*/
.ribbon-top-left {
  top: -10px;
  left: -10px;
}
.ribbon-top-left::before,
.ribbon-top-left::after {
  border-top-color: transparent;
  border-left-color: transparent;
}
.ribbon-top-left::before {
  top: 0;
  right: 10px;
}
.ribbon-top-left::after {
  bottom: 9px;
  left: 0;
}
.ribbon-top-left span {
  right: -27px;
  top: 30px;
  transform: rotate(-45deg);
}

.FullGreenB {
	background-color:#83c341;
}
.FullPurpleW {
	background-color:#8B2DC2;
}
.FullGoldA {
	background-color:#b8a635;
}
.FullBlueH {
	background-color:#171C8F;
}
.FullGreyW {
	background-color:#e5e7e8;
}
.FullGreenB .CenteredAdvert h1, .FullGreenB  .CenteredAdvert p, .FullPurpleW  .CenteredAdvert p, .FullPurpleW .CenteredAdvert h1, .FullGoldA  .CenteredAdvert h1, .FullGoldA  .CenteredAdvert p, .FullBlueH .CenteredAdvert h1, .FullBlueH  .CenteredAdvert p {
	color:#fff !important;
}
.FullGreyW .CenteredAdvert h2 {
	color:#000e69 !important;
}
.FullGreyW  .CenteredAdvert p {
	color: #7C878E !important;
}
.FullGreyW .BlueButton {
	background-color:#000e69;
	border:3px solid #000e69;
}
.FullGreyW .BlueButton:hover {
	background-color:transparent;
	border:3px solid #000e69;
	color:#000e69 !important;
}
.FullGreenB .BlueButton, .FullPurpleW .BlueButton, .FullGoldA .BlueButton, .FullBlueH .BlueButton {
	background-color:transparent;
	border: 3px solid #fff;
}
.FullGreenB .BlueButton:hover {
	background-color:#fff;
	color: #83c341 !important;
}
.FullPurpleW .BlueButton:hover {
	background-color:#fff;
	color: #8B2DC2 !important;
}
.FullGoldA .BlueButton:hover {
	background-color:#fff;
	color: #b8a635 !important;
}
.FullBlueH .BlueButton:hover {
	background-color:#fff;
	color: #171C8F !important;
}
@media only screen and (min-width: 992px) {
.FullGreenB .CenteredAdvert, .FullPurpleW .CenteredAdvert, .FullGoldA .CenteredAdvert, .FullBlueH .CenteredAdvert, .FullGreyW .CenteredAdvert {
    padding: 52px 25px 35px 25px;
}
}
.ClueBoxImage  {
	background-color: #F2F3F3;
	padding: 22px 20px;
	margin: 0 auto 55px;
	max-width: 330px;
}
.ClueBoxImage p {
	color:#171C8F;
}
.ClueBoxImage p:nth-child(2) {
	margin-bottom:5px;
}
.BluB.Box {
	border:2px solid #171C8F;
	margin-bottom: 35px;
padding: 20px 25px 13px 25px;
}

/*footer cookie*/
.loggedin .FooteralertBar {
	position:relative;
	z-index:unset;
}
.FooteralertBar {
    background: #fff;
    height: auto;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 10000;
    border-bottom: 1px solid #cbd6e2;
    border-top: 1px solid #cbd6e2;
    color: #33475b;
    padding: 15px 20px 5px 20px;
    display: none;
    bottom: 0;
}
.FooteralertBar p,.FooteralertBar a  {
	font-size:14px !important;
	line-height:16px;
}
.FooteralertBar p {
	margin-bottom:20px;
}

footer .FooteralertBar a {
	color:#171c8f;
}
@media only screen and (min-width: 1200px) {
.FooteralertBar p,.FooteralertBar a  {
	font-size:16px !important;
	line-height:19px;
}
}