.alertBar {
    background-color: #004DAD;
    display: none;
    height: auto;
    left: 0;
    width: 100%;
    padding: 8px;
	position:relative;
	text-align:center;
}
.alertBar i, .alertBarRed i {
	font-size:17px;
}
.alertBarRed {
    background-color: #8E1600;
display: none;
    height: auto;
    left: 0;
    width: 100%;
    padding: 8px;
	position:relative;
	text-align:center;
}
.alertBar h4, .alertBarRed h4 {
	font-family: 'Arvo', serif;
	font-size:16px;
	margin-bottom:3px;
	color:#fff;
	text-transform:uppercase;
}
.alertBar p, .alertBar a, .alertBar a:hover, .alertBarRed p, .alertBarRed a, .alertBarRed a:hover {
	font-size:13px;
	color:#fff;
	margin-bottom:0;
	line-height:15px;
}
.alertBar a, .alertBarRed a {
	text-decoration:underline;
}
.Hero {
	position:relative;
}
.Hero .gradient {
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(82,59,33,0) 22%, rgba(77,56,31,0.06) 32%, rgba(76,55,31,0.07) 33%, rgba(62,45,25,0.25) 52%, rgba(59,43,24,0.28) 55%, rgba(28,21,12,0.66) 88%, rgba(17,13,7,0.79) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(82,59,33,0) 22%,rgba(77,56,31,0.06) 32%,rgba(76,55,31,0.07) 33%,rgba(62,45,25,0.25) 52%,rgba(59,43,24,0.28) 55%,rgba(28,21,12,0.66) 88%,rgba(17,13,7,0.79) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(82,59,33,0) 22%,rgba(77,56,31,0.06) 32%,rgba(76,55,31,0.07) 33%,rgba(62,45,25,0.25) 52%,rgba(59,43,24,0.28) 55%,rgba(28,21,12,0.66) 88%,rgba(17,13,7,0.79) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#c9110d07',GradientType=0 );
	position: absolute;
	width: 100%;
	height: 150px;
	bottom: 0;
	opacity:0.4;
}
.HeroTextL {
	min-height: 250px;
  overflow: hidden;
  justify-content: center;
  align-self: center;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
  margin-bottom: 45px;
}
.HeroTextL .overlay {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
	background: rgba(0,0,0,.6);
  width: 100%;
}
.HeroTextL p:nth-child(1) {
  margin-bottom: 0;
}
.HeroTextL img {
  min-height: 250px;
  min-width: 1200px;
}
.HeroTextL p a.G_LightGreenBtn {
	font-size:17px;
	padding: 8px 25px 10px 25px;
}
.HeroTextL .Content {
  z-index: 3;
  text-align: center;
  padding: 0 15px;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}
.HeroTextL h1, .HeroTextL h2 {
  color: #fff;
  font-weight: 600;
  font-size: 26px;
  line-height: 27px;
}
.HeroTextL p {
  color: #fff;
  font-size: 16px;
  line-height:18px;
}
.HeroTextL p:last-child {
	margin-bottom:0;
}
/*menubox*/
.MenuContent {
	position:relative;
	max-width:450px;
}
.MenuContent .overlay {
	background: rgba(0,0,0,.2);
	width: 100%;
	height: 100%;
	position: absolute;
}
.MenuContent .Content {
	position: absolute;
	top: 15%;
	padding: 0 60px;
}
.MenuContent .Content h3 {
	font-weight:900;
	text-transform:uppercase;
	font-size:20px;
}
.MenuContent .Content h3, .MenuContent .Content p {
	color:#fff;
	text-align:center;
}
.MenuContent .Content p {
	font-size:19px;
}
.MenuContent .Content a.Wh_LightGrenBtn {
	text-align:center;
	float:none;
	font-size: 18px;
	padding: 10px 25px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
.MenuContent .Content {
	top: 5%;
	padding:5px;
}
.MenuContent .Content h3 {
	font-size:16px;
	line-height:16px;
	margin-bottom:3px;
}
.MenuContent .Content a.Wh_LightGrenBtn {
	font-size: 16px;
	padding: 7px 20px;
}
.MenuContent .Content p {
	font-size:16px;
	line-height:17px;
	margin-bottom:5px;
}
}
@media only screen and (min-width: 1201px) and (max-width: 1384px) {
.MenuContent .Content {
	top:5%;
	padding:0 20px;
}
}
@media only screen and (min-width: 1385px) and (max-width: 1600px) {
.MenuContent .Content {
	top:5%;
	padding:0 20px;
}
}

@media only screen and (min-width:992px) {
.alertBar p, .alertBar a {
	font-size:15px;
	line-height:16px;
}
.Hero .gradient {
	opacity:unset;
}
.HeroTextL .Content {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
  max-width: 960px;
  text-align: left;
}
.HeroTextL .wrapper {
margin-top: calc(-1 * var(--bs-gutter-y));
margin-right: calc(-0.5 * var(--bs-gutter-x));
margin-left: calc(-0.5 * var(--bs-gutter-x));
max-width:450px;
}
.HeroTextL p {
	font-size:18px;
	line-height:20px;
}
.HeroTextL h1, .HeroTextL h2 {
	margin-bottom:20px;
}
}
@media only screen and (min-width:1200px) {
.HeroTextL .Content {
	max-width: 1140px;
}
}
@media only screen and (min-width:1400px) {
.HeroTextL .Content {
	max-width: 1320px;
}
.HeroTextL h1, .HeroTextL h2 {
  color: #fff;
  font-weight: 600;
  font-size: 34px;
  line-height: 36px;
}
}
@media only screen and (min-width:1600px) {
.HeroTextL .Content {
	max-width: 1560px;
}
.HeroTextL h1, .HeroTextL h2 {
  color: #fff;
  font-weight: 600;
  font-size: 44px;
  line-height: 46px;
}
}
.WhiteIcon {
	background: rgba(255,255,255,.3);
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
	padding: 14px 16px;
	position: relative;
	max-width:653px;
	margin:0 auto;
}
.WhiteIcon img {
	max-width:50px;
}
.WhiteIcon  .contentwrapper {
    background: rgba(255,255,255,.6);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
    padding: 19px;
}
.WhiteIcon.Green .corner {
	border: 6px rgba(0, 106, 56, 0.6) solid;
}
.WhiteIcon.Blue .corner {
	border: 6px rgba(0, 184, 236, 0.6) solid;
}
.WhiteIcon.Green h3, .WhiteIcon.Blue h3 {
	font-family: 'Arvo', serif;
	font-weight:700;
	position:relative;
	font-size: 24px;
margin-bottom: 21px;
}
.WhiteIcon.Green h3 {
	color:#006a38;	
}
.WhiteIcon.Blue h3 {
	color:#004b89;
}
.WhiteIcon p {
	font-size:18px;
}
.WhiteIcon p:nth-child(1) {
	margin-bottom:25px;
}
.WhiteIcon.Green h3::after, .WhiteIcon.Blue h3::after {
	 display: block;
    content: '';
    position: absolute;
    max-width: 175px;
    height: 1px;
    background: #006a38;
    bottom: -11px;
    left: 0;
    right: 0;
    margin: auto;
}
.WhiteIcon.Green h3::after {
    background: #006a38;
}
.WhiteIcon.Blue h3::after {
    background: #004b89;
}

@media only screen and (min-width:1025px) {
.WhiteIcon.Green h3, .WhiteIcon.Blue h3 {
	font-size:30px;
	margin-bottom: 25px;
}
.WhiteIcon p {
	font-size:18px;
}
.WhiteIcon img {
	max-width:unset;
}
}

.BlackBox {
	background: rgba(0,0,0,.57);
	max-width:230px;
	margin:0 auto 45px;
	padding: 37px 10px 18px 10px;
}
.BlackBox h3 {
	color:#fff;
	text-transform:uppercase;
	font-weight:700;
	font-size:19px;
	margin-bottom:23px;
}
.BlackBox a.Wh_LightGrenBtn {
	font-size:18px;
	padding: 6px 25px 8px 25px;
	line-height:20px;
}
.BlackBox img {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 0;
	bottom: 0;
}
.BlackBox .wrapper {
	max-width:120px;
	height:120px;
	margin: 0 auto 25px;;
	border: 8px solid #fff;
	border-radius: 50%;
	position: relative;
}
@media only screen and (min-width:767px) {
.BlackBox h3 {
	min-height:50px;
}
}
@media only screen and (min-width:1560px) {
.BlackBox {
	padding: 40px 7px 21px 7px;
}
.BlackBox h3 {
	min-height:unset;
	margin-bottom: 19px;
}
.BlackBox .wrapper {
	margin: 0 auto 31px;
}
}

.AccType {
    margin-bottom: 45px;
	box-shadow: 2px 1px 5px 0px rgba(0,0,0,0.3);
	-webkit-box-shadow: 2px 1px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 2px 1px 5px 0px rgba(0,0,0,0.3);
}
.AccType table {
    width: 100%;
	border: 1px solid #004b89;
}
.AccType th {
    background: #004b89;
}
.AccType .blueHeader div.headerarea {
    margin: 0px;
    padding: 5px 17px;
}
.AccType .blueHeader h3 {
	font-size:18px;
	color:#fff;
	text-transform:uppercase;
	font-weight:normal;
	margin:0;
}
.AccType .blueHeader p {
	margin:0;
	font-weight:300;
	font-style:italic;
	color:#fff;
	margin-bottom:0;
}
.AccType .accountTypesIcons {
    float: right;
	margin-bottom:5px;
}
.AccType .lefttext {
	display:inline-block;
	max-width:90%;
}
.AccType a.G_LightGreenBtn {
	text-transform:uppercase;
	font-weight:bold;
	font-size:18px;
	padding: 11px 25px 10px 25px;
}
.AccType table td {
	padding: 15px 25px;
}
.AccType ul {
	padding:0;
}
@media only screen and (min-width:992px) {
.AccType th {
	min-height:85px;
	display:block;
}
.AccType table td {
	min-height:282px;
	display:block;
	position:relative;
}
.AccType a.G_LightGreenBtn {
	position:absolute;
	bottom:25px;
	right:15px;
}
.AccType .lefttext {
	max-width:85%
}
}
@media only screen and (min-width:1200px) {
.AccType .blueHeader h3 {
	font-size:23px;
}
.AccType table td {
	min-height:258px;
	display:block;
	position:relative;
}
#dnn_LowerContentRight6_3 .AccType .blueHeader p {
	min-height:48px;
}
}
@media only screen and (min-width:1600px) { 
.AccType th {
	min-height:unset;
}
.AccType .lefttext {
	max-width: 85%;
}
}

.GreyBoxWaves {
	max-width:457px;
	margin:0 auto 45px;
	position:relative;
}
.GreyBoxWaves.PromoBox {
	max-width:390px;
}
.GreyBoxWaves .imagewrapper p {
	margin-bottom:0;
}
.GreyBoxWaves svg {
	position:absolute;
	left: 0;
	bottom: -20px;
}
.GreyBoxWaves .imagewrapper {
	position:relative;
}
.GreyBoxWaves .content {
	background-color:#f1f0f0;
	padding: 24px 25px 8px 25px;
}
.GreyBoxWaves.PromoBox .content { 
	padding: 15px 25px 8px 25px;
}
.GreyBoxWaves h3 {
	font-family: 'Arvo', serif;
	font-weight: 700;
}
.GreyBoxWaves.LBlue h3 {
	color:#00b8ec;
}
.GreyBoxWaves.Green h3 {
	color:#006a38;
}
.GreyBoxWaves .LB_BlueBtn, .GreyBoxWaves .LG_GreenBtn, .GreyBoxWaves .B_LightBlueBtn {
	font-size:18px;
	padding: 9px 25px 10px 25px;
}
.GreyBoxWaves.Green {
	border-bottom:3px solid #006a38;
}
.GreyBoxWaves.Blue{
	border-bottom:3px solid #004b89;
}
.GreyBoxWaves.LBlue {
	border-bottom:3px solid #00b8ec;
}
@media only screen and (min-width: 992px) and (max-width: 1280px) {
.GreyBoxWaves.PromoBox svg {
    bottom: -10px;
}
.GreyBoxWaves.PromoBox {
	font-size:17px;
	line-height:19px;
}
}
@media only screen and (min-width:1600px) {
.GreyBoxWaves svg {
	bottom: -30px;
}
.GreyBoxWaves.PromoBox svg {
    bottom: -20px;
}
.GreyBoxWaves.PromoBox .content h3 { 
	font-size: 26px;
}
}
.InnerB {
	-webkit-box-shadow: -7px 7px 0px 0px rgba(0, 75, 137, 0.5);
	box-shadow: -7px 7px 0px 0px rgba(0, 75, 137, 0.5);	
	border: 1px solid #004b89;
	max-width:366px;
	margin:0 auto 35px;
}
.InnerB h4 {
	font-size:19px;
	margin-bottom:0;
	background-color: #f1f0f0;
	padding:8px 15px;
	color:#004b89;
}
.InnerB p {
	margin:0;
}
.InnerB img {
	padding: 15px;
}
.SidemenuInner .breadcrumb {
	margin-bottom:0;
}
.SidemenuInner li {
	list-style-type:none;
	border-bottom:1px solid #ccc;
	padding: 5px 15px 8px 25px;
	font-size:18px;
}
.SidemenuInner li a {
	color:#004b89;
}
.SidemenuInner li.selected a {
	color:#00b8ec;
}
.SidemenuInner li::before {
     font-family: "Font Awesome 5 Pro";
	content: "\203A";
	font-size: 24px;
	padding: 0 10px 0 0;
	font-weight:bold;
	color:#004b89;
}
.SidemenuInner li.selected::before {
	color:#00b8ec;
}
.Loc.Accordion .ModLiveAccordionC {
	margin-bottom:35px;
}
.Loc.Accordion .liveaccsmoothness .ui-accordion .ui-accordion-header{
	background: transparent;
	border: none;
    border-bottom: 2px solid #00b8ec;
    border-radius: 0;
}
.Loc.Accordion .liveaccsmoothness .ui-accordion .ui-accordion-header .ui-icon{
	position: absolute;
    right: 7px;
    left: unset;
    top: 47%;
    margin-top: -8px;
    background-image: none;
    width: 15px;
    height: 15px;
	   border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid #00b8ec;
	transform: rotate(90deg);
}
.Loc.Accordion .liveaccsmoothness .ui-accordion .ui-accordion-header.ui-accordion-header-active .ui-icon{
	position: absolute;
    right: 7px;
    left: unset;
    top: 47%;
    margin-top: -8px;
    background-image: none;
    width: 15px;
    height: 15px;
       border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid #00b8ec;
    transform: rotate(-90deg);
    transition-delay: 200ms;
}
.Loc.Accordion .liveaccsmoothness .ui-accordion .ui-accordion-header a{
	background: transparent;
    /*padding: 7px 20px;*/
    margin-left: 8px;
    padding: 12px 40px 12px 3px;
    color: #004b89;
    font-size: 24px !important;
    font-weight: 700;
}
.Loc.Accordion .liveaccsmoothness .ui-accordion .ui-accordion-content{
	border: none;
	border-bottom: 2px solid #00b8ec;
	border-radius: 0;
}
.Loc.Accordion .liveaccsmoothness .ui-accordion .ui-accordion-content {
	padding: 20px;
}
.LocDetail {
	max-width:320px;
	margin:0 auto;
	text-align:center;
}
.LocManager {
	max-width:320px;
	margin: 0 auto 45px;
}
.LocDetail p.bankimage, .LocManager p.bankmanager {
	position:relative;
}
.LocDetail p.bankimage::before, .LocManager p.bankmanager::before {
	content: "";
	width: 160px;
	height: 135px;
	background-color: #11b4e6;
	display: inline-block;
	position: absolute;
	left: -7px;
	z-index: -1;
	bottom: -6px;
}
.LocDetail p.bankimage::after, .LocManager p.bankmanager::after {
	content: "";
	width: 160px;
	height: 135px;
	background-color: #8fc73e;
	display: inline-block;
	position: absolute;
	top: -6px;
	right:-6px;
	z-index: -1;
}
.LocDetail h6 {
	text-transform: uppercase;
	font-size: 20px;
	margin-bottom: 18px;
}
.LocDetail .fas.fa-map-marker-alt {
	color:#00b8ec;
	margin-right:10px;
}
.LocDetail .fas.fa-phone-alt {
	color:#0d4a88;
	margin-right:5px;
	transform: rotate(20deg);
}
.LocDetail a {
	color:#0d4a88;
}
.LocDetail p {
	margin-bottom: 18px;
	line-height: 38px;
}

@media only screen and (min-width:767px) {
.LocDetail, .LocManager {
    max-width: 420px;
}
.LocDetail p.bankimage::after {
	right:7px;
}
.LocDetail p.bankimage::before {
	left: 7px;
}

.LocManager p.bankmanager::before {
	left:-6px;
}
.LocManager p.bankmanager::after {
	right:-6px;
}
}
@media only screen and (min-width:992px) {
.LocDetail p.bankimage::before, .LocManager p.bankmanager::before {
    left: -7px;
}
.LocDetail p.bankimage::after, .LocManager p.bankmanager::after {
    right: -6px;
}
.LocManager p {
	margin:0 0 15px 0;
}
.LocDetail { 
text-align:left;
}
}
@media only screen and (min-width: 992px) and (max-width: 1024px) { 
.Loc.Accordion .liveaccsmoothness .ui-accordion .ui-accordion-header a {
	font-size: 22px !important;
	padding: 6px 40px 9px 3px;
}
}
@media only screen and (min-width:1025px) {
.LocDetail, .LocManager {
    max-width: 390px;
}
}


/*plus minus accordion*/
.AccTabs .liveaccdefault {
	margin-bottom:25px;
}
.AccTabs .liveaccdefault .ui-widget-content, .AccTabs .liveaccdefault .ui-state-active, .AccTabs .liveaccdefault .ui-widget-content .ui-state-active,.AccTabs .liveaccdefault .ui-state-default {
	background:transparent;
	border:none;
	color: #3c3c3c;
	font-family: 'Lato', sans-serif;
}
.AccTabs .liveaccdefault .ui-accordion .ui-accordion-content {
	padding: 10px 15px;
}
.AccTabs .liveaccdefault .ui-accordion .ui-accordion-content p a {
	color: #00b8ec;
}
.AccTabs .liveaccdefault h5 {
	font-size:22px;
}

.AccTabs .liveaccdefault .ui-state-active a,.AccTabs .liveaccdefault .ui-state-active a:link,.AccTabs .liveaccdefault .ui-state-active a:visited,.AccTabs .liveaccdefault .ui-accordion .ui-accordion-header a{
    color: #0d4a88;
	font-size:18px !important;
	text-transform:uppercase;
	line-height:32px;
	font-weight:bold;
}

.AccTabs .liveaccdefault .ui-accordion .ui-accordion-header .ui-icon {
	position:relative;
	background-image:none;
	background:none;
	text-indent:unset;
	display:unset;
}

.AccTabs .liveaccdefault .ui-accordion .ui-accordion-header a {
    padding: 10px 29px 10px 6px;
}
.AccTabs .liveaccdefault .ui-state-default.ui-state-active .ui-icon::before {
	float: right !important;
	content: "\f068";
	font-family:"Font Awesome 5 Pro";
	background: none;
	font-size: 16px;
	width: 24px;
	height: 25px;
	text-indent: unset;
	text-align: center;
	margin-top: 10px;
}
.AccTabs .liveaccdefault .ui-state-default.ui-accordion-header-collapsed .ui-icon::before {
	float: right !important;
	content: "\f067";
	font-family:"Font Awesome 5 Pro";
	background: none;
	font-size: 16px;
	width: 24px;
	height: 25px;
	text-indent: unset;
	text-align: center;
	margin-top: 10px;
}
.AccTabs .liveaccdefault .ui-accordion-content p {
	font-size:20px;
	line-height:24px;
	margin-bottom:24px;
}
.AccTabs .liveaccdefault .ui-accordion-content .DisclaimerText p, .AccTabs .liveaccdefault .ui-accordion-content .DisclaimerText ul li {
	font-size:16px;
}
@media only screen and (min-width: 992px) and (max-width: 1500px) {
.AccTabs .liveaccdefault .ui-accordion .ui-accordion-content{
    padding: 15px 8px 15px 10px;
    width: 100%;
}
.AccTabs .liveaccdefault .ui-accordion .ui-accordion-header a {
    padding: 7px 7px 7px 8px;
}

.AccTabs .liveaccdefault .ui-state-default.ui-accordion-header-collapsed .ui-icon::before {
    font-size: 15px;
}
}

.AccTabs .liveaccdefault h3.ui-state-default {
	border-bottom: 2px solid #7C878E;
	border-radius: 0;
}
@media only screen and (max-width:991px) {

.AccTabs .liveaccdefault .ui-state-active a, .AccTabs .liveaccdefault .ui-state-active a:link, .AccTabs .liveaccdefault .ui-state-active a:link,.AccTabs .liveaccdefault .ui-state-active a:visited, .AccTabs .liveaccdefault .ui-accordion .ui-accordion-header a
{
	font-size:20px !important;
}

.AccTabs .liveaccdefault .ui-accordion .ui-accordion-header a {
    padding: 7px 7px 7px 0px;
}
 .AccTabs .liveaccdefault .ui-state-default.ui-accordion-header-collapsed .ui-icon::before, .AccTabs .liveaccdefault .ui-state-default.ui-state-active .ui-icon::before {
    font-size: 15px;
}
}

/*contact form*/
.CTForm .LiveForm.Default {
	margin-bottom:45px;
}
.CTForm .LiveForm.Default .Field label[class*="Field-Label-"], .LiveForm.Default .Field > label,.CTForm .LiveForm.Default .Field.Radiobutton .Field-Container-Wide label {
	font-weight:normal;
	font-family: 'Lato', sans-serif;
	color: #3c3c3c;
	font-size:18px !important;
}
.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: 6px;
	border: 2px solid #7C878E;
	font-family: 'Lato', sans-serif;
	font-size:18px;
}
.CTForm .LiveForm.Default .Field.mobile-under select {
	font-family: 'Lato', sans-serif;
	font-size:18px;
}
.CTForm .LiveForm.Default .Field input[type="submit"] {
	border-radius: unset;
	font-size:17px !important;
	border:none;
	padding:6px 15px;
}
.CTForm .LiveForm.Default input[type="submit"], .LiveForm.Default input[type="button"] {
    background: #8fc73e;
}
.CTForm .LiveForm.Default input[type="submit"]:hover,.CTForm .LiveForm.Default input[type="button"]:hover {
    box-shadow: unset;
	background:#006a38;
}
.CTForm .LiveForm.Default .Field.Radiobutton table td,.CTForm .LiveForm.Default .Field.Checkbox table td {
    padding: 0;
}
.LightBlueIcons, .BlueIcons { 
	max-width: 250px;
	padding: 25px 15px 15px 15px;
	margin:0 auto 25px;
}
.LightBlueIcons {
	border:3px solid #00b8ec;
}
.BlueIcons {
	border:3px solid #004b89;
}
.LightBlueIcons img, .BlueIcons img {
	max-width:90px;
}
@media only screen and (min-width: 992px) and (max-width: 1280px) { 
.LightBlueIcons h4, .BlueIcons h4 {
	min-height:60px;
}
.LightBlueIcons .B_LightBlueBtn, .BlueIcons .B_LightBlueBtn {
    font-size: 18px;
}
}
@media only screen and (min-width:1281px) {
.LightBlueIcons h4, .BlueIcons h4 {
	min-height:60px;
}
.LightBlueIcons, .BlueIcons { 
	max-width: 280px;
}
}
.Intro, .IntroTextCenter {
	padding:35px 15px;
}
.IntroTextCenter hr {
	height:3px;
	background-color:#00b8ec;
	opacity:1;
	margin:15px auto;
	max-width:35%;
}
.tile-card {
  display: flex;
  flex-direction: column;
  border: 1px solid #ddd;
  overflow: hidden;
  max-width: 270px;
  background: #fff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s;
  margin: 45px auto;
}
.userimgleft {
	position: relative;
  max-width: 320px;
  margin: 0 auto;
}
.userimgleft::before {
  content: "";
  width: 135px;
  height: 135px;
  background-color: #11b4e6;
  display: inline-block;
  position: absolute;
left: 18px;
  z-index: -1;
  bottom: -6px;
}
.userimgleft::after {
  content: "";
  width: 135px;
  height: 135px;
  background-color: #8fc73e;
  display: inline-block;
  position: absolute;
  top: -6px;
  right: 18px;
  z-index: -1;
}


.tile-card .tile-image {
  width: 100%;
  height: auto;
  display: block;
}

.tile-content {
  padding: 16px;
}

.tile-content h3 {
  margin: 0 0 8px;
  font-size: 1.25rem;
}

.tile-content p {
  margin: 0 0 12px 0;
  color: #555;
  line-height: 1.5;
}
.tile-content p.title {
	font-style: italic;
	line-height: 18px;
  font-size: 16px;
}
.tile-content i {
	margin-right:8px;
	color:#00b8ec;
}
#dnn_CustomGreyLeft_1 .IconBoxAcc {
	margin-top:45px;
}
.IconBoxAcc {
	margin-bottom:45px;
}
.IconBoxAcc i {
	margin-right:10px;
}
.FullwidthContact {
	background-color: #0d4a88;
	text-align:center;
	padding:45px 0;
}
.FullwidthContact h4, .FullwidthContact p, .FullwidthContact a, .FullwidthContact i {
	color:#fff;
}
.FullwidthContact p {
	margin-bottom:8px;
}
.FullwidthContact h4 {
	font-size:20px;
	text-transform:uppercase;
}
.FullwidthContact h4 a {
	margin-left: 8px;
  transition: transform 0.3s ease;
}
.FullwidthContact h4 a:hover {
	text-decoration:none;
	 transform: translateX(4px);
}
.FullwidthContact h2 {
	color:#8fc73e;
	font-size:22px;
}
.FullwidthContact .icon i {
	font-size:35px;
}
.FullwidthContact .icon p {
	margin-bottom:8px;
}

.far.fa-chevron-right {
	font-size:16px;
}
/* Responsive styles */
@media (min-width: 768px) {
  .tile-card {
    flex-direction: row;
    max-width: 700px;
  }

  .tile-card .tile-image {
    width: 50%;
    height: auto;
  }

  .tile-content {
    width: 50%;
    padding: 20px 20px 0 20px;
  }
  .userimgleft {
  max-width: 565px;
  }
  .tile-image {
	  margin-bottom:0;
  }
    .tile-content p:last-child {
    margin-bottom: 0;
    line-height: 18px;
  }
  .userimgleft::before {
  left: -6px;
  }
   .userimgleft::after {
  right: -6px;
  }
  .FullwidthContact .col-lg-4 {
	padding:0 60px;
}
}
@media only screen and (min-width:992px) {
#dnn_CustomGreyLeft_1 .IconBoxAcc, #dnn_CustomGreyMid_1 .IconBoxAcc, #dnn_CustomGreyRight_1 .IconBoxAcc {
	margin-top:55px;
}
.IconBoxAcc {
	margin-bottom:55px;
}
.IconBoxAcc {
	padding:0 20px;
}
.Intro, .IntroTextCenter {
	padding:35px 45px;
}
}
.OverViewBGreen, .OverViewBBlue {
	margin:0 auto 65px;
	max-width:342px;
	background-color: #f9f9f9;
}
.OverViewBGreen h3, .OverViewBBlue h3 {
	font-size: 21px;
	text-transform: uppercase;
	padding:0 15px;
}
.OverViewBGreen p:nth-child(1), .OverViewBBlue p:nth-child(1) {
    position: relative;
    margin-bottom: 45px;
}
.OverViewBGreen p:nth-child(3), .OverViewBBlue p:nth-child(3) {
    font-size:18px;
	padding:0 15px;
}
.OverViewBGreen {
	border-bottom:3px solid #8fc73e;
}
.OverViewBBlue {
	border-bottom:3px solid #00b8ec;
}
.OverViewBGreen p:nth-child(1)::before {
    content: "";
	width: 90px;
	height: 90px;
	background-color: #8fc73e;
	display: inline-block;
	opacity: 0.3;
	position: absolute;
	top: -10px;
	left: -10px;
}
.OverViewBGreen p:nth-child(1)::after, .OverViewBBlue p:nth-child(1)::after {
    content: "";
    width: 90px;
    height: 90px;
    background-color: #00b8ec;
    display: inline-block;
    opacity: 0.3;
    position: absolute;
    bottom: -10px;
    right: -10px;
}

.OverViewBBlue p:nth-child(1)::before {
    content: "";
	width: 90px;
	height: 90px;
	background-color: #004b89;
	display: inline-block;
	opacity: 0.3;
	position: absolute;
	top: -10px;
	left: -10px;
}
@media only screen and (min-width:767px) {
.OverViewBGreen h3, .OverViewBBlue h3 {
	min-height:55px;
}
}
@media only screen and (min-width:992px) {
.OverViewBGreen h3, .OverViewBBlue h3 {
	min-height:82px;
}
.OverViewBGreen p, .OverViewBBlue p {
	font-size:17px;
}
}
@media only screen and (min-width:1280px) {
.OverViewBGreen h3, .OverViewBBlue h3 {
	min-height:55px;
}
.OverViewBGreen p, .OverViewBBlue p {
	font-size:18px;
}
.OverViewBGreen, .OverViewBBlue {
	margin:25px auto 65px;
}
}
.Marginb45 {
	margin-bottom:45px;
}

.CTForm.LeftText {
	padding:55px 0 25px 0;
}
.CTFormLP .LiveForm.Default .Field label[class*="Field-Label-"],.CTFormLP .LiveForm.Default .Field > label, .LiveForm.Default .Field .MatrixWrapper > label {
	display:none !important;
}
.CTFormLP .LiveForm.Default .Field .Field-Container,.CTFormLP .LiveForm.Default .Field .Field-SubLabel-TextBox, .CTFormLP .LiveForm.Default .Field input,.CTFormLP .LiveForm.Default .Field textarea {
	width:100%;
}
.CTFormLP .LiveForm.Default ul.page-break-section, .LiveForm.Default .thank-you {
	padding: 35px 15px;
  border-radius: 15px;
  box-shadow: unset;
}
.CTFormLP .LiveForm.Default .Field.Heading .Header {
	text-align:center;
	color:#fff !important;
	border-bottom:unset;
	font-family: 'Lato', sans-serif;
	font-size:24px !important;
}
.CTFormLP .LiveForm.Default td,.CTFormLP .LiveForm.Default th,.CTFormLP .LiveForm.Default table,.CTFormLP .LiveForm.Default .Field input,.CTFormLP .LiveForm.Default .Field select,.CTFormLP .LiveForm.Default .Field textarea,.CTFormLP .LiveForm.Default .Field button {
	font-family: 'Lato', sans-serif;
	font-size:16px;
	border-radius: 8px;
}
.CTFormLP .LiveForm.Default .Field input,.CTFormLP .LiveForm.Default .Field select {
	height:44px !important;
	width:100%;
}
.CTFormLP .LiveForm.Default .Field.Required input,.CTFormLP .LiveForm.Default .Field.Required textarea {
	border-left: 1px solid #ccc;
}
.CTFormLP .LiveForm.Default input[type="submit"],.CTFormLP .LiveForm.Default input[type="button"] {
  background: #044e7f;
  font-size: 18px;
  line-height: 18px;
  padding: 12px 30px 14px 30px;
  border-radius:unset;
}
.CTFormLP .LiveForm.Default input[type="submit"]:hover,.CTFormLP .LiveForm.Default input[type="button"]:hover  {
	background: #00b8ec;
}
.FullMap {
	margin-bottom:45px;
}
.GIconBox {
	background-color:#f7f7f7;
	margin:0 auto 45px;
	max-width:350px;
	border-radius:12px;
	padding: 35px 15px 25px 15px;
}
.GIconBox h4 {
	font-size:20px;
	font-weight:bold;
    color:#000;
	margin-bottom:15px;
}
.GIconBox p:nth-child(2) {
	margin-bottom:15px;
}
.GIconBox p {
	margin-bottom:5px;
}
.GIconBox img {
	max-width:80px;
}
.Dates {
	padding: 10px 0 30px 0;
  text-align: center;
}
.AccTabs.Black .liveaccdefault h3.ui-state-default {
  border-bottom: 1px solid #000;
  border-radius: 0;
}
.AccTabs.Black .liveaccdefault .ui-state-active a, .AccTabs.Black .liveaccdefault .ui-state-active a:link, .AccTabs.Black .liveaccdefault .ui-state-active a:visited, .AccTabs.Black .liveaccdefault .ui-accordion .ui-accordion-header a {
  color: #000;
  font-size: 20px !important;
  text-transform: unset;
  line-height: 28px;
  font-weight: bold;
}
.AccTabs.Black .liveaccdefault .ui-state-default.ui-accordion-header-collapsed .ui-icon::before, .AccTabs.Black .liveaccdefault .ui-state-default.ui-state-active .ui-icon::before {
    font-size: 19px;
  color: #000;
  margin-top: 4px;
}
.AccTabs.Black .liveaccdefault .ui-accordion-content p {
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 20px;
  color:#6a6a6a;
}
.FAQLeft {
	text-align:center;
	margin-bottom:45px;
}
.FAQLeft h2 {
	margin-bottom:25px;
}
.MB-60 {
	margin-bottom:45px;
}
.RoundedImg img {
border-radius:12px;
	margin: 0 auto 25px;
  box-shadow: 0 5px 20px #cdcdcd;
  border: 1px solid #d1d1d1;
}
.VimeoVid {
	border-radius:12px;
	margin-bottom:45px;
	overflow:hidden;
}
.VimeoVid .vimeo-video-place {
	cursor: pointer;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%; /* 16:9 aspect ratio */
	position: relative;
	background: #000;
	display: flex;
	justify-content: center;
	align-items: center;
	border:1px solid #ccc;
}

.VimeoVid .vimeo-video-place img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
}

.VimeoVid .vimeo-video-place iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.VimeoVid .vimeo-video-place .fab {
	position: absolute;
	top: 40%;
	font-size: 54px;
	color: #fff;
	left: 0;
	right: 0;
	text-align: center;
}
.VimeoTextR {
	margin-bottom:45px;
}
@media only screen and (min-width:992px) {
.GIconBox {
	min-height:282px;
}
.Dates {
	padding: 10px 0 30px 0;
  text-align: left;
}
.FAQLeft {
	text-align:left;
	margin-bottom:45px;
	padding: 45px 0 0 0;
}
.AccTabs.Black .liveaccdefault .ui-state-active a, .AccTabs.Black .liveaccdefault .ui-state-active a:link, .AccTabs.Black .liveaccdefault .ui-state-active a:visited, .AccTabs.Black .liveaccdefault .ui-accordion .ui-accordion-header a {
  font-size: 22px !important;
    padding: 15px 0 17px 0;
}
.AccTabs.Black .liveaccdefault .ui-state-default.ui-accordion-header-collapsed .ui-icon::before, .AccTabs.Black .liveaccdefault .ui-state-default.ui-state-active .ui-icon::before {
  margin-top: 12px;
}
}
@media only screen and (min-width:1024px) {
.GIconBox {
    min-height: 272px;
	margin:0 auto 60px;
}
}
@media only screen and (min-width:1280px) {
.LargeBold, h1.LargeBold {
	font-size: 42px;
  line-height: 44px;
  margin-bottom: 25px;
}
.CTForm.LeftText {
  padding: 55px 45px 25px 0;
}
.CTFormLP .LiveForm.Default .Field.Heading .Header {
  font-size: 32px !important;
}
.VimeoVid .vimeo-video-place .fab {
	top: 45%;
}
.VimeoVid {
	margin-bottom:65px;
}
}
@media only screen and (min-width:1440px) {
.CTFormLP .LiveForm.Default ul.page-break-section, .LiveForm.Default .thank-you {
	padding: 25px 40px 20px 40px;
}
.CTFormLP .LiveForm.Default {
	margin-bottom: -27px;
	margin-top: -35px;
}
.FullMap {
	margin-bottom:95px;
}
.VimeoTextR {
	padding:0 45px 0 35px;
}
.AccTabs.Black .liveaccdefault {
	margin-bottom:45px;
}
}