.NotificationBar {
    background-color: #ffae00;
    display: none;
    padding:15px 0;
}
.NotificationBar h6 {
	text-transform: uppercase;
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 0;
}
.NotificationBar p {
	margin-bottom:0;
	/*line-height:15px;*/
	margin-bottom:0;
	font-size: 20px;
}
.NotificationBar a {
	color:#000000;
	text-decoration:underline;
}
.NotificationBar span {
	margin-top:-10px;
}
.MenuContent {
	display:none;
}
.HP_Hero {
	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;
	margin-bottom:45px;
}
.HP_Hero .overlay {
	background-color: rgba(0, 0, 0, 0.3);
	width:100%;
	height:100%;
	position:absolute;
	z-index:2;
	left:0;
}

.HP_Hero .Content {
	z-index:3;  
    text-align: center;	
	padding: 0 15px;
	position: absolute;
   left: 50%;
   top: 46%;
   width:100%;
   transform: translate(-50%,-50%);
}
.HP_Hero h1 {
	font-family: 'Archivo Black', sans-serif;
	font-size:22px;
	color:#fff;
	text-shadow: 2px 2px 3px rgba(0,0,0,0.74);
}
.HP_Hero p {
	color:#fff;
	margin-bottom:0;
	font-size:18px;
}
.HP_Hero p:nth-child(2) {
	text-shadow: 2px 2px 3px rgba(0,0,0,0.74);
}
.HP_Hero img {
    min-height: 300px;
    min-width: 1108px;
}

.HP_Hero .Button-Burgundy, .HP_Hero .Button-White {
	text-transform:uppercase;
	font-size:18px;
}
.HP_Hero a.Button-White:hover {
	text-decoration:none;
	color:#fff !important;
	border:2px solid #fff;
	background-color:transparent;
	text-shadow: 2px 2px 3px rgba(0,0,0,0.74);
}
@media screen and (min-width:768px) {
.HP_Hero h1 {
	font-size:42px /*was 60*/;	
}
.HP_Hero p {
	font-size:37px;	
}
.HP_Hero .Button-Burgundy, .HP_Hero .Button-White {
	font-size:24px;
	font-weight:bold;
	padding:16px 35px;
}
.HP_Hero img {
    min-height: 500px;
    min-width: 1920px;
}
.HP_Hero .Content {
	top: 50%;
}
}
@media screen and (min-width:1385px) { 
.HP_Hero p:nth-child(2) {
	margin-bottom:55px;
}
}
.AccCircle {
	position:relative;
	margin-bottom:22px;
}
.AccCircle p {
	margin-bottom:0;
}
.CenteredImgTop {
	margin-bottom:55px;
	margin:10px 0 55px 0;
}
.CenteredImgTop .imagetop, .AccCircle .imagetop {
    width: 100%;
    position: relative;
}
.CenteredImgTop .imagetop {
	height: 163px;
}
.CenteredImgTop .imagetop img {
	border-radius: 50%;
	max-width: 130px;
margin-top: 3px;
}
.AccCircle .imagetop img {
	border-radius: 50%;
	max-width:200px;
}
.CenteredImgTop .gradientover a {
    border-radius: 50%;
    border: 4px solid #9b1b3d;
    /*box-shadow: 0 2px 25px #575757 inset;*/
    position: absolute;
    width: 135px;
    margin: 0 auto;
    text-align: center;
    z-index: 10;
    height: 135px;
    left: 0;
    right: 0;
}
.CenteredImgTop .gradientover {
    text-indent: -9999px;
}
.AccCircle .gradientover {
    border-radius: 50%;
    border: 4px solid #9b1b3d;
    /*box-shadow: 0 2px 25px #575757 inset;*/
    position: absolute;
    width: 200px;
    margin: 0 auto;
    text-align: center;
    z-index: 10;
    height: 200px;
    left: 0;
    right: 0;
}
.CenteredImgTop h3 {
	font-size:22px;
	color:#9b1b3d;
	font-weight:bold;
	text-transform:uppercase;
}
.CenteredImgTop p {
	font-size:18px;
}
@media screen and (min-width:768px) {
.CenteredImgTop p {
	/*min-height:55px;*/
}
}
@media screen and (min-width:1280px) {
.CenteredImgTop h3 {
	font-size:23px;
	min-height:70px;
}
}
@media screen and (min-width:1600px) {
.CenteredImgTop h3 {
	min-height:auto;
}
}
/*HP Box background image*/
.Box-BGImage {
	position:relative;
	padding: 0;
    overflow: hidden;
	margin-bottom:45px;
}
.Box-BGImage .overlay {
	background-color: rgba(0, 0, 0, 0.3);
	width:100%;
	height:100%;
	position:absolute;
	z-index:2;
}
.Box-BGImage:hover .overlay {
	background-color: rgba(0, 0, 0, 0.2);
}
.Box-BGImage p {
	margin-bottom:0;
	color:#fff;
	font-size:16px;
	line-height: 17px;
	margin:0;
}
.Box-BGImage img {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.Box-BGImage:hover img { /* this line has been changed */
    -webkit-transform:scale(1.25); /* Safari and Chrome */
    -moz-transform:scale(1.25); /* Firefox */
    -ms-transform:scale(1.25); /* IE 9 */
    -o-transform:scale(1.25); /* Opera */
     transform:scale(1.25);
}

.Box-BGImage .Content {
	z-index:3;  
    text-align: center;	
	padding: 0 15px;
	position: absolute;
   left: 50%;
   top: 50%;
   width:100%;
   transform: translate(-50%,-50%);
}
.Box-BGImage .Content p {
	margin:0 0 5px 0;
}
.Box-BGImage h2 {
	line-height: 18px;
}
.Box-BGImage h2, .parallax h2 {
	font-family: 'Archivo Black', sans-serif;
	font-size:18px;
	color:#fff;
	text-shadow: 2px 2px 3px rgba(0,0,0,0.74);
}
.parallax p:nth-child(2) {
	text-shadow: 2px 2px 3px rgba(0,0,0,0.74);
	font-weight:bold;
}
.parallax p:nth-child(3) {
	text-shadow: 2px 2px 3px rgba(0,0,0,0.74);
	font-weight:bold;
}
.InnerSkin .parallax p:nth-child(3), .InnerSkin .parallax a {
	text-shadow: none;
}
.parallax a {
	text-shadow: 2px 2px 3px rgba(0,0,0,0.74);
	font-weight:bold;
	font-size:18px;
}
.parallax a:hover {
	text-shadow:none;
}
.Box-BGImage a, .parallax a {
	color:#fff !important;
	text-transform:uppercase;
	border:2px solid #fff;
	padding:5px 12px;
	background-color:transparent;
	margin-top: 5px;
	display: inline-block;
	line-height:18px;
}
.Box-BGImage a {
	font-size:16px;
}
.Box-BGImage a:hover, .parallax a:hover {
	text-decoration:none;
	color:#000 !important;
	border:2px solid #fff;
	background-color:#fff;
	text-shadow:none;
}


/*parallax*/
.parallax {
    position: relative;
    background-attachment: fixed;
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    height: 400px;
	margin-bottom:30px;
	overflow:hidden;
}
.parallax .overlay {
	background-color: rgba(0, 0, 0, 0.3);
	width:100%;
	height:100%;
	position:absolute;
	z-index:100;
}
.parallax .caption {
    z-index: 101;
    position: absolute;
   left: 50%;
   top: 50%;
   width:100%;
   transform: translate(-50%,-50%);
}
.parallax p {
	font-size:14px;
	color:#fff;
	line-height:16px;
}
.parallax a {
	font-size:14px;
}
.Box-BGImage .Content p {
	text-shadow: 2px 2px 3px rgba(0,0,0,0.74);
}

@media screen and (min-width:768px) {
.Box-BGImage h2 { 
	font-size:30px;
}
.parallax h2 {
	font-size:24px;
 }
.Box-BGImage p { 
	font-size:20px;
	
}
.Box-BGImage .Content p {
    line-height: 30px;
	margin: 0 0 20px;
}
.parallax p {
	font-size:16px;
	line-height:20px;
}
}
@media screen and (min-width:1025px) {
.Box-BGImage h2, .parallax h2 { 
	font-size:40px;
	line-height: 45px;
}
.Box-BGImage p { 
	font-size:26px;
}
.Box-BGImage a, .parallax a {
	padding:8px 18px;
}
}
@media screen (min-width:1026px) and (min-width:1385px) {
.Box-BGImage h2, .parallax h2 { 
	font-size:30px;
}
.Box-BGImage p, .parallax p { 
	font-size:21px;
}
}
@media screen and (min-width:1386px) {
.Box-BGImage h2, .parallax h2 { 
	font-size:40px;
}
.Box-BGImage p { 
	font-size:28px;
}
.parallax p { 
	font-size:20px;
	line-height:24px;
}
}

/*Centered Intro*/
.IntroContent {
	padding:35px 0;
}
.IntroContent h1 {
	text-transform:uppercase;
	font-size:24px;
	font-weight:bold;
}
.IntroContent p {
	font-size:18px;
}
@media screen and (min-width:1024px) {
.IntroContent h1 {
	font-size:36px;
}
.IntroContent p {
	font-size:24px;
}
.IntroContent {
	padding:45px 0 65px 0;
}
}
/*Centered Intro with Divider Line TOPLEVEL*/
.TopLevel.IntroText .fa.fa-circle {
	font-size: 8px;
	vertical-align: middle;
	margin: 0 10px;
}
.TopLevel.IntroText {
	padding:15px 0;
}
@media screen and (min-width:1024px) {
.TopLevel.IntroText p {
    font-size: 18px;
}
.TopLevel.IntroText h1 {
    font-size: 32px;
}
}
/*Top level boxes with image*/
.TLBoxImg {
	background-color: #efefef;
	border-bottom:3px solid #9b1b3d;
	margin: 0 auto 35px;
	max-width:450px;
}
.TLBoxImg .Content {
	padding:5px 20px;
}
.TLBoxImg .Content h2 {
	font-size: 22px;
	text-transform: uppercase;
	color: #9b1b3d
}
@media (min-width: 992px) and (max-width: 1024px) {
.TLBoxImg .Content h2 {
	min-height:60px;
}
.TLBoxImg .Content p:nth-child(2) {
	min-height:192px;
}
}
@media (min-width: 1025px) and (max-width: 1600px) {
.TLBoxImg .Content h2 {
	font-size: 20px;
}
.TLBoxImg .Content p:nth-child(2) {
	min-height:150px;
}
}
@media screen and (min-width:1600px) {
.TLBoxImg .Content p:nth-child(2) {
	min-height:96px;
}
.TLBoxImg .Content h2 {
	min-height:57px;
}
}
/*@media (min-width: 1541px) and (max-width: 1700px) {
.TLBoxImg .Content h2 {
	font-size: 22px;
	min-height:58px;
}
.TLBoxImg .Content p:nth-child(2) {
	min-height:155px;
}
}*/
/*Centered Intro with Divider Line*/
.IntroText {
	padding:35px 0 15px 0;
}
.IntroText h1, .IntroText h2 {
	position:relative;
	font-weight:bold;
	margin-bottom: 37px;
}
.IntroText h1 {
	font-size:26px;
}
.IntroText h2 {
	font-size:24px;
}
.IntroText h1::after {
	 width: 210px;
}
.IntroText h2::after {
	 width: 160px;
}
.IntroText h1::after, .IntroText h2::after {
    content: '';
    position: absolute;
    height: 2px;
    background: #9b1b3d;
    left: 0px;
    right: 0px;
    margin: auto;
    bottom: -19px;
}
.IntroText p {
	font-size:18px;
}
.IntroText p.font16 {
	font-size:16px;
}
@media screen and (min-width:1024px) {
.IntroText h1 {
	font-size:36px;
}
.IntroText h2 {
	font-size:28px;
}
.IntroText p {
	font-size:24px;
}
.IntroText {
	padding:15px 0 50px 0;
}
}
/*Centered content*/
@media screen and (min-width:1024px) {
.CentrContent p {
	font-size: 20px;
}
}
/*Grey & Burgundy Boxes*/
.ProdGreyBG {
	border:1px solid #a0a0a0;
	position:relative;
	padding:0 0 25px 0;
	max-width: 430px;
	margin: 0 auto 35px;
}
.ProdGreyBG .TopContent {
	background-color:#efefef;
	text-align:center;
	padding: 35px 20px 15px 20px;
	border-bottom:1px solid #bfbfbf;
}
.ProdGreyBG .TopContent img {
	clear: both;
	max-width: 75px;
	margin: 0 auto 15px;
	display: block;
}
.ProdGreyBG .TopContent h2 {
	font-size:22px;
}
.ProdGreyBG .TopContent p {
	font-size:16px;
}
.ProdGreyBG .TopContent a {
	color:#262626;
}
.ProdGreyBG .TopContent a.Button-Burgundy {
	color:#fff;
	font-weight:bold;
}
.ProdGreyBG .TopContent a.Button-Burgundy:hover {
	color:#9b1b3d;
}
.ProdGreyBG h3, .HighlightBurgundy h3 {
	margin:15px 25px;
	font-size:20px;
}
.ProdGreyBG ul, .HighlightBurgundy ul {
	margin:0 25px;
}
.ProdGreyBG ul li, .HighlightBurgundy ul li {
	position:relative;
	padding-left: 30px;
	margin-bottom: 8px;
	list-style-type:none;
}
.ProdGreyBG ul li a,.ProdGreyBG ul li a:hover,.ProdGreyBG ul li a:active,.ProdGreyBG ul li a:visited, .HighlightBurgundy ul li a,.HighlightBurgundy ul li a:hover,.HighlightBurgundy ul li a:active,.HighlightBurgundy ul li a:visited {
	color:#9b1b3d;
}
.ProdGreyBG ul li::before, .HighlightBurgundy ul li::before {
    background-image: url(/Portals/0/Images/svg/burgundy-check.svg);
    background-repeat: no-repeat;
    content: " ";
    width: 35px;
    display: inline-block;
    height: 41px;
    margin-bottom: 0;
    position: absolute;
    left: 1px;
    top: 8px;
}


.HighlightBurgundy {
	border:1px solid #9b1b3d;
	position:relative;
	padding:0 0 25px 0;
	max-width: 430px;
	margin: 0 auto 35px;
}
.HighlightBurgundy .TopContent {
	background-color:#9b1b3d;
	text-align:center;
	padding: 35px 20px 15px 20px;
}
.HighlightBurgundy .TopContent img {
	clear: both;
	max-width: 75px;
	margin: 0 auto 15px;
	display: block;
}
.HighlightBurgundy .TopContent h2 {
	font-size:22px;
	color:#fff;
}
.HighlightBurgundy .TopContent h5 {
	text-transform: uppercase;
	font-size: 18px;
	margin-bottom: 25px;
	position: relative;
	line-height: 45px;
	color: #fff;
}
.HighlightBurgundy .TopContent h5::after {
    content: '';
	position: absolute;
	width: 102px;
	height: 2px;
	background: #fff;
	left: 0px;
	right: 0px;
	margin: auto;
	bottom: -1px;
}
.HighlightBurgundy .TopContent p {
	font-size:16px;
	color:#fff;
}
.HighlightBurgundy .TopContent a {
	color:#fff;
}
.HighlightBurgundy .TopContent a.Button-Burgundy {
	color:#262626 !important;
	font-weight:bold;
	background-color:#fff;
	border: 2px solid #fff;
}
.HighlightBurgundy .TopContent a.Button-Burgundy:hover {
	color:#fff !important;
	background-color:transparent;
	border: 2px solid #fff;
}
@media screen and (min-width:768px) {
.ProdGreyBG .TopContent h2, .HighlightBurgundy .TopContent h2 {
	font-size:26px;
}
.ProdGreyBG .TopContent p, .HighlightBurgundy .TopContent p {
	font-size:18px;
}
}
@media screen and (min-width:1024px) {
.HighlightBurgundy {
	margin-top:-40px;
}
.HighlightBurgundy .BChecking {
	min-height:1320px;
}
.BChecking {
	min-height:1215px;
}
.HighlightBurgundy .PChecking {
	min-height:1215px;
}
.PChecking {
	min-height:1105px;
}
}
@media screen and (min-width:1200px) {
.HighlightBurgundy .BChecking {
	min-height:1125px;
}
.BChecking {
	min-height:1030px;
}
.HighlightBurgundy .PChecking {
	min-height:1115px;
}
.PChecking {
	min-height:995px;
}
}
@media screen and (min-width:1385px) {
.ProdGreyBG .TopContent img,.HighlightBurgundy .TopContent img {
	clear:none;
	float:left;
	margin-right:10px;
}
.ProdGreyBG .TopContent h2, .HighlightBurgundy .TopContent h2 {
    line-height: 36px;
    text-align: left;
}
.ProdGreyBG .TopContent img, .HighlightBurgundy .TopContent img {
	margin: 0 25px 0 15px;
}

.HighlightBurgundy .BChecking {
	min-height:1085px;
}
.BChecking {
	min-height:970px;
}
.HighlightBurgundy .PChecking {
	min-height:1052px;
}
.PChecking {
	min-height:935px;
}
}
@media screen and (min-width:1600px) {
.ProdGreyBG, .HighlightBurgundy {
	max-width:unset;
}
.ProdGreyBG .TopContent img,.HighlightBurgundy .TopContent img {
	max-width: 100px;
	margin-right:20px;
}
.ProdGreyBG .TopContent h2, .HighlightBurgundy .TopContent h2 {
	font-size:26px;
	display: flex;
	align-items: center;
	padding-left:25px;
}
.HighlightBurgundy .TopContent, .ProdGreyBG .TopContent {
	padding: 35px 30px 15px 30px;
}
.ProdGreyBG h3, .HighlightBurgundy h3 {
    margin: 25px 25px 15px 25px;
    font-size: 24px;
}
.HighlightBurgundy .BChecking {
	min-height:968px;
}
.BChecking {
	min-height:860px;
}
.HighlightBurgundy .PChecking {
	min-height:972px;
}
.PChecking {
	min-height:855px;
}
}
/*above footer parallax*/
.FullParallax .parallax {
	margin-bottom:0;
}
.FullParallax .parallax h2 {
    font-size: 28px;
    color: #fff;
}
.FullParallax p {
	font-size:18px;
}
@media screen and (min-width:1600px) {
.FullParallax .parallax {
	margin-top:35px;
}
.FullParallax p {
	font-size:26px;
}
.FullParallax .parallax h2 {
	font-size: 40px;
}
.FullParallax a {
	background-color:#fff;
	color:#1e1e1e !important;
	font-size:18px;
	border:2px solid #fff;
}
.FullParallax a:hover {
	color:#fff !important;
	border:2px solid #fff;
	background-color:transparent;
}
}

.ColumnText.text-center {
	border:2px solid #9b1b3d;
	-webkit-box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.32);
	-moz-box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.32);
	box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.32);
	padding: 20px 10px 25px 10px;
	margin-bottom:35px;
}
.ColumnText p {
	font-size:18px;
}
.ColumnText .col-lg-4:nth-child(3) p {
	margin-bottom:0;
}
.ColumnText a.Button-Burgundy {
	text-transform:uppercase;
	font-weight:bold;
}

.BurgundyText.PDTitle {
	text-align:center;
	font-size:24px;
}
@media screen and (min-width:768px) {
.BurgundyText.PDTitle {
	text-align:left;
	font-size:26px;
}
}
.NotRightAcc {
	padding:20px 0;
}
.NotRightAcc h3 {
	font-size:24px;
}
@media screen and (min-width:768px) {
.NotRightAcc h3  {
	font-size:26px;
}
}
.ProdLeft, .ProdRight {
	margin-bottom:35px;
}
.ProdLeft a, .ProdLeft a:visited, .ProdLeft a:active, .ProdRight a, .ProdRight a:visited, .ProdRight a:active  {
	text-decoration: none;
	color: #9b1b3d;
	border: 2px solid #9b1b3d;
	background-color: transparent;
	padding: 8px 18px;
	line-height: 18px;
}
.ProdLeft a:hover, .ProdRight a:hover  {
	border: 2px solid #9b1b3d;
	color: #fff;
	background-color: #9b1b3d;
	text-decoration: none;
}
.AccOpenAcc {
	margin-bottom:35px;
}
.AccOpenAcc h4 {
	color:#9b1b3d;
	font-size:22px;
}
.AccOpenAcc p {
	margin-bottom:10px;
}
.AccOpenAcc a.Button-Burgundy {
	font-size:18px;
	font-weight:bold;
	text-transform:uppercase;
}
.AccGetinTouch {
	padding:15px 25px;
	margin:0 auto;
	max-width:450px;
}
.AccGetinTouch p {
	margin-bottom:10px;
}
.AccGetinTouch img {
	max-width: 38px;
	float: left;
	margin: 0 25px 45px 0;
}
.AccGetinTouch a, .AccGetinTouch a:hover, .AccGetinTouch a:visited, .AccGetinTouch a:focus, .AccGetinTouch a:active {
	color:#262626 !important;
	text-decoration:none;
	font-size:18px;
}
@media screen and (min-width:768px) {
.AccGetinTouch {
    padding: 15px 25px;
    margin: 0 auto;
    max-width: 450px;
}
.AccGetinTouch img {
    margin: 0 25px 19px 0;
}
}
@media (min-width: 992px) and (max-width: 1439px) {
.AccGetinTouch img {
    margin: 0 15px 59px 0;
	max-width:30px;
}
}

@media only screen and (min-width:1440px) {
.AccOpenAcc {
    margin-bottom: 35px;
    padding-top: 50px;
}
.AccOpenAcc p, .AccGetinTouch p {
    font-size:18px;
}
.AccGetinTouch a, .AccGetinTouch a:hover, .AccGetinTouch a:visited, .AccGetinTouch a:focus, .AccGetinTouch a:active {
	font-size:24px;
}
.AccGetinTouch {
	padding:50px 15px 25px 15px;
}
.ColumnText.text-center {
	padding: 45px 10px 45px 10px;
	margin-bottom:50px;
}
.ColumnText p {
	margin-bottom:0;
}
}
.AccTitle p {
	margin:0;
}
.ContactP {
	margin-top:10px;
}
.ContactP img {
	border-radius:50%;
	border:3px solid #9b1b3d;
	max-width:200px;
}
.ContactP h4, .SquareContactP h4 {
	text-transform: uppercase;
	font-size: 20px;
	color:#9b1b3d;
	position:relative;
	margin-bottom: 37px;
}
.ContactP h4::after, .SquareContactP h4::after{
    content: '';
    position: absolute;
    width: 120px;
    height: 2px;
    background: #9b1b3d;
    left: 0px;
    right: 0px;
    margin: auto;
    bottom: -19px;
}
.ContactP a {
	color:#9b1b3d;
}
.ContactP a.Button-Burgundy {
	margin-top: 15px;
	color:#fff;
}
.ContactP a.Button-Burgundy:hover {
	color:#9b1b3d;
}
.SquareContactP {
	margin:15px 0 20px 0;
}
.SquareContactP h5 {
	font-size:18px;
}
.SquareContactP h5 span {
	font-size:16px;
	font-weight:400;
}
.HeroImage {
	margin-bottom:20px;
}
@media (min-width: 1200px) and (max-width: 1440px) {
.SquareContactP h4 {
	min-height:55px;
}
}
@media screen and (min-width:1385px) {
.HeroImage {
	margin-bottom:55px;
}
}
@media screen and (min-width:767px) {
.DimesDollars h5 {
	min-height:140px;
	margin-bottom:15px;
	font-size: 19px;
}
}
@media screen and (min-width:1280px) {
.DimesDollars h5 {
	min-height:125px;
}
}
@media screen and (min-width:1600px) {
.DimesDollars {
	margin:0 auto;
	max-width:380px;
}
.DimesDollars h5 {
	min-height:90px;
}
}

.FWVideo {

}
.FWVideo iframe {
	margin-bottom:25px;
}
.FWVideo .embed-responsive {
	margin-bottom:25px;
	cursor:pointer;
}
.FWVideo .fa.fa-youtube-play{
	position: absolute;
	top: 44%;
	font-size: 54px;
	color:#fff;
	left:0;
	right:0;
	text-align: center;
}
.FWVideo .fa.fa-youtube-play:hover {
	color:#df0d17;
}
.FWVideo img {
	margin:0 auto;
}
@media (min-width: 600px) {
.FWVideo .fa.fa-youtube-play{
	top: 39%;
}
}

.MapLocMain .edMaps_mapWrapper.edMaps_theme__default-Ozone .edMaps_markerList {
	max-height: 470px;
	border:1px solid #ccc;
	margin:0;
}
.MapLocMain .edMaps_moduleWrapper > .edMaps_mapWrapper .edMaps_labeled > label {
	visibility:hidden;
}
.MapLocMain .edMaps_moduleWrapper {
	margin-bottom:35px;
}
.MapLocMain .edMaps_moduleWrapper > .edMaps_mapWrapper .edMaps_slmWrapper {
	box-shadow:none;
}
.MapLocMain .edMaps_moduleWrapper > .edMaps_mapWrapper .edMaps_textBox > input[type="text"] {
	border: 1px solid #c5c5c5;
	font-family: 'Lato', sans-serif;
	font-size:16px;
}
.MapLocMain .edMaps_moduleWrapper > .edMaps_mapWrapper.edMaps_hasMarkerList .edMaps_slmWrapper {
	padding:15px 0;
}
.MapLocMain .edMaps_moduleWrapper > .edMaps_mapWrapper .edMaps_slmWrapper > .edMaps_locationSearchWrapper {
    margin: 0;
    width: 100%;
}
.MapLocMain .edMaps_moduleWrapper > .edMaps_mapWrapper .edMaps_button {
	color: #fff;
	border: 2px solid #9b1b3d;
	padding: 8px 18px;
	background-color: #9b1b3d;
	font-family: 'Lato', sans-serif;
	font-size:16px;
}
.MapLocMain .edMaps_moduleWrapper > .edMaps_mapWrapper .edMaps_button:hover {
	border: 2px solid #9b1b3d;
	color:#9b1b3d;
	background-color: transparent;
}
.MapLocMain .edMaps_mapWrapper.edMaps_theme__default-Ozone .edMaps_markerList > div .edMaps_markerIcon {
	display:none;
}
.MapLocMain .edMaps_mapWrapper.edMaps_theme__default-Ozone .edMaps_markerList > div > p.edMaps_title {
	font-family: 'Lato', sans-serif;
	font-size:20px;
	color:#262626;
	font-weight:bold;
}
.edMaps_mapWrapper.edMaps_theme__default-Ozone .edMaps_markerList > div > div.edMaps_html .locationDetails p {
	margin-bottom:5px;
}
.edMaps_mapWrapper.edMaps_theme__default-Ozone .edMaps_markerList > div > div.edMaps_html .locationDetails a {
	font-weight:bold;
	font-size:16px !important;
}
.MapLocMain .edMaps_mapWrapper.edMaps_theme__default-Ozone .edMaps_markerList > div:hover {
	background-color: transparent;
}
.MapLocMain .edMaps_moduleWrapper > .edMaps_mapWrapper .edMaps_container a {
	font-weight:bold;
	font-size:17px;
}
.MapLocMain .edMaps_mapWrapper.edMaps_theme__default-Ozone .edMaps_markerList > div.edMaps_infoWindowOpen {
	border-left: 5px solid #9b1b3d;
}
@media (min-width: 1024px) {
.MapLocMain .edMaps_moduleWrapper > .edMaps_mapWrapper .edMaps_slmWrapper > .edMaps_locationSearchWrapper {
    margin: 0 25px 25px 0;
    width: 50%;
}
.MapLocMain .edMaps_moduleWrapper > .edMaps_mapWrapper .edMaps_slmWrapper > .edMaps_userLocationTriggerWrapper {
	margin: 0 25px 25px 0;
}
.MapLocMain .edMaps_moduleWrapper > .edMaps_mapWrapper .edMaps_slmWrapper > .edMaps_locationSearchWrapper > input[type="text"] {
	height:40px;
}
}
@media (min-width: 1279px) {
.MapLocMain .edMaps_moduleWrapper > .edMaps_mapWrapper .edMaps_container {
	width:50%;
	float:right;
}
.MapLocMain .edMaps_moduleWrapper > .edMaps_mapWrapper.edMaps_hasMarkerList .edMaps_slmWrapper {
    padding: 0;
}
.MapLocMain .edMaps_mapWrapper.edMaps_theme__default-Ozone .edMaps_markerList {
    max-height: 700px;
}
}
.popupform .LiveForm.Default ul.page-break-section {
	box-shadow:none;
}
.popupform .LiveForm.Default ul.page-break-section {
	padding:0 !important;
}

/*Team Members*/
.TeamMembr .cbp-item-wrapper .cbp-l-grid-team-name:link,.TeamMembr .cbp-item-wrapper .cbp-l-grid-team-name:active,.TeamMembr .cbp-item-wrapper .cbp-l-grid-team-name:visited {
	color:#9b1b3d !important;
	font-family: 'Lato', sans-serif  !important;
	font-size:18px  !important;
	font-weight:bold;
}
.TeamMembr .cbp-item-wrapper .cbp-l-grid-team-position {
	font-size:16px;
	font-family: 'Lato', sans-serif  !important;
	color:#262626;
}
.TeamMembr .cbp-l-grid-team .cbp-caption {
    height: 81%;
}
.cbp-popup-singlePage .cbp-popup-navigation-wrap {
	background-color: #9b1b3d !important;
}
.cbp-popup-singlePage-counter {
	color:#fff !important;
}
.cbp-popup-singlePage .cbp-l-project-desc-title {
	text-align:center;
	color:#9b1b3d !important;
	font-family: 'Lato', sans-serif  !important;
	font-size:18px  !important;
	border-bottom:0 !important;
	margin-right:0 !important;
}
.cbp-l-inline-subtitle {
    font-size:16px !important;
	font-family: 'Lato', sans-serif  !important;
	color:#262626 !important;
	text-align:center;
}
.cbp-popup-singlePage .cbp-l-project-desc-text {
	margin-right:0 !important;
}
/*Sidemenu static html*/
.Sidemenu ul li a, .Sidemenu ul li a:hover, .Sidemenu ul li a:link, .Sidemenu ul li a:visited {
    color: #262626;
    font-weight: bold;
    font-size: 16px;
}
.Sidemenu ul li {
	list-style-type:none;
	padding:8px 0 10px 0;
	border-bottom: 1px solid #ccc;
	
}
.Sidemenu ul li::before {
    content: "\f054";
	font: normal normal normal 16px/1 FontAwesome;
    color: #9b1b3d;
	display:inline-block;
	margin-right:10px;
}
/*alternating boxes*/
.GreyBG, .BurgundyBG {
	padding: 30px 15px 10px 15px;
	margin-bottom:35px;
}

.GreyBG h3, .BurgundyBG h3 {
	font-size: 20px;
	text-transform:uppercase;
}
.GreyBG {
	border:2px solid #262626;
}
.BurgundyBG {
	border:2px solid #9b1b3d;
}

@media screen and (min-width:768px) {
.GreyBG, .BurgundyBG {
	padding: 30px 20px 10px 20px;
}
.GreyBG h3, .BurgundyBG h3, .row.justify-content-center .GreyBG h3,.row.justify-content-center .BurgundyBG h3 {
	min-height:52px;
}
.GreyBG p:nth-child(3), .BurgundyBG p:nth-child(3) {
	min-height:125px;
}
.row.justify-content-center .GreyBG p:nth-child(3),.row.justify-content-center .BurgundyBG p:nth-child(3) {
	min-height:122px;
}
.GreyBG .WhoeweareBox p:nth-child(3), .BurgundyBG .WhoeweareBox p:nth-child(3) {
	min-height:auto;
}
.GreyBG .WhoeweareBox h3, .BurgundyBG .WhoeweareBox h3 {
	min-height:auto;
}

}
@media (min-width: 768px) and (max-width: 1024px) {
.GreyBG a.Button-Burgundy, .BurgundyBG a.Button-Burgundy {
	margin-right:10px;
}
.row.justify-content-center .GreyBG p:nth-child(3),.row.justify-content-center .BurgundyBG p:nth-child(3) {
	min-height:170px;
}
.row.justify-content-center .col-md-6 .GreyBG p:nth-child(3),.row.justify-content-center .col-md-6 .BurgundyBG p:nth-child(3) {
	min-height:104px;
}
.row.justify-content-center .GreyBG h3,.row.justify-content-center .BurgundyBG h3 {
	min-height:52px;
	font-size: 18px;
}
}
@media (min-width: 991px) and (max-width: 1024px) {
.GreyBG h3, .BurgundyBG h3 {
	min-height:78px;
}
.GreyBG p:nth-child(3), .BurgundyBG p:nth-child(3) {
	min-height:180px;
}
.row.justify-content-center .GreyBG h3,.row.justify-content-center .BurgundyBG h3 {
	min-height:90px;
}
.row.justify-content-center .col-md-6 .GreyBG p:nth-child(3),.row.justify-content-center .col-md-6 .BurgundyBG p:nth-child(3) {
	min-height:123px;
}
.row.justify-content-center .col-md-6 .GreyBG h3,.row.justify-content-center .col-md-6 .BurgundyBG h3 {
	min-height:32px;
}
}
@media (min-width: 1280px) and (max-width: 1450px) {
.GreyBG h3, .BurgundyBG h3 {
	min-height:78px;
}
.GreyBG p:nth-child(3), .BurgundyBG p:nth-child(3) {
	min-height:150px;
}
.row.justify-content-center .GreyBG p:nth-child(3),.row.justify-content-center .BurgundyBG p:nth-child(3) {
	min-height:150px;
}
.row.justify-content-center .GreyBG h3,.row.justify-content-center .BurgundyBG h3 {
	min-height:52px;
}
.row.justify-content-center .col-md-6 .GreyBG p:nth-child(3),.row.justify-content-center .col-md-6 .BurgundyBG p:nth-child(3) {
	min-height:100px;
}
}
@media screen and (min-width:1451px) {
.row.justify-content-center .col-md-6 .GreyBG p:nth-child(3),.row.justify-content-center .col-md-6 .BurgundyBG p:nth-child(3) {
	min-height:75px;
}
.row.justify-content-center .col-md-6 .GreyBG h3,.row.justify-content-center .col-md-6 .BurgundyBG h3 {
	min-height:37px;
}
}
.LendingOffAccordion .Theme_06_Custom .accordion-header span.title {
	font-weight:bold;
}
