@charset "UTF-8";
em, small {
    letter-spacing: 0
}

body, li, p {
    line-height: 1.5em
}

.DNNEmptyPane {
    display: none!important
}

.paneOutline {
    border: 1px dashed #ccc
}

a, a img, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, time, tt, u, ul, var, video {
    border: 0
}

.TB_Wrapper, .TB_Wrapper *, .dnnActionMenu, .dnnActionMenu *, .dnnActionMenu:after, .dnnActionMenu:before, .dnn_mact, .dnn_mact *, .dnn_mact:after, .dnn_mact:before, [id*=ControlPanel], [id*=ControlPanel] *, [id*=ControlPanel]:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

[class*=RadAjaxPanel] *, [class*=Digital] * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}
/**upgrade css**/
	 
ol.list-unstyled, ol.list-unstyled>li, ul.list-unstyled, ul.list-unstyled>li {
    list-style: none;
    margin: 0
}
.marker {
	background-color:#ffcc00;
}
ul.row {
    margin-left: -15px;
    margin-right: -15px
}

ol, ul {
    list-style: none;
	margin-bottom:20px;
}
ol li {
	margin-bottom:5px;
}
ol {
	margin-left:0;
}
ul {
	padding-left:15px;
}

ul li li {
    list-style-type: disc;
}
ul li {
  list-style-type: disc;
}
ol li {
    list-style-type: decimal;
    list-style-position: inside
}

.nav li {
    list-style: none!important
}

a {
    outline: 0!important
}


body {
    font-family: "Open Sans", sans-serif;
    color: #222;
    background-color: #fff;

}

.CommandButton, .Head, .Normal, .NormalBold, .NormalDisabled, .NormalRed, .NormalTextBox, .SubHead, .SubSubHead, a:hover, a:link, a:visited, body, h1, h2, h3, h4, h5, h6, input, table, td, th {
    font-family: "Open Sans", sans-serif;
}
.personabar-visible.loggedin #headergradient {
    background: #3c828e;
}
.SubHead {
    color: #000
}

Body #Form {
    height: 100%
}

embed, img, object {
    max-width: 100%
}

[class*=map] img, [class*=Map] img, [id*=map] img, [id*=Map] img, table img {
    max-width: none!important
}

img {
    height: auto
}

em {
    font-style: italic
}

strong {
    font-weight: 700;
}

small {
    font-size: 12px
}

a:active, a:link, a:visited {
    text-decoration: none
}

a:hover {
    text-decoration: underline
}

p {
    line-height: 24px;
    color: #222;
    font-size: 16px;
	margin-bottom:20px;
}

ol li>ol li {
    list-style-type: lower-latin
}

h1, h2 {
    color: #3c828e;
    margin: 0 0 25px;
	font-weight:700;
}
h3, h4, h5, h6 {
    color: #3c828e;
    margin: 0 0 20px;
	font-weight:700;
}
h1 {
    font-size: 38px;
	line-height:42px;
}

h2 {
    font-size: 32px;
	line-height:35px;
}
h2.SmallTitleCap {
	text-transform:uppercase;
	font-size:24px;
	line-height:27px;
}
h3 {
    font-size: 22px;
	line-height:24px;
}

h4 {
    font-size: 18px;
	line-height:22px;
}

h5 {
    font-size: 18px;
	color: #58595b;
	line-height:22px;
}

h6 {
    font-size: 16px;
	color: #222;
	line-height:18px;
}
.GreyText {
	color:#4a4a4a;
}
.Grey {
	color:#4a4a4a;
}
.Uppercase.Dark {
	color:#08323a;
	text-transform:uppercase;
}
.HomeSkin .LightGreyBG h2.Grey {
	font-size:28px;
	margin:40px 0 25px 0;
}
.anchor {
    scroll-margin-top: 180px; /* height of your sticky header new */
}
/*a.anchor, .anchor {
    padding-top: 180px;
    margin-top: -180px;
	z-index: -1;
	position: relative;
    display: inline-block;
}
a.anchor:before, .anchor:before {
    display: inline-block;
    content: " ";
    padding-top: 180px;
    margin-top: -180px;
    visibility: hidden;
}*/
a, a:visited {
	color:#347883;
}
a:hover {
	color:#184d56;
}
a.BlueButton, a.BlueButton:visited {
	color:#fff;
}
.personabar-visible header, .personabar-visible .CookiePolicy {
	position:relative;
}
a.ArrowLink-Teal{
    color: #3c828e;
    font-size: 18px;
    text-transform: uppercase;
    transition: .3s ease-in;
    position: relative;
	display: inline-block;
	line-height: 18px;
	font-weight:bold;
}
a.ArrowLink-Teal:hover {
	 color: #124e59;
	 text-decoration:unset;
}
a.ArrowLink-Teal::after{
   position: absolute;
  content: "\f054";
  font-family: "Font Awesome 6 Pro";
  top: 0;
  color: #3c828e;
  transition: .3s ease-in;
  line-height: 20px;
  font-size: 16px;
  font-weight: 600;
  right: -16px;
}
a.ArrowLink-Teal:hover::after, a.ArrowLink-Yellow:hover::after, a.ArrowLink-White:hover::after {
  transform: translateX(4px);
}
a.ArrowLink-Teal:hover::after {
	color: #124e59;
}
a.ArrowLink-Yellow{
    color: #ffd600;
    font-size: 18px;
    text-transform: uppercase;
    transition: .3s ease-in;
    position: relative;
	display: inline-block;
	line-height: 18px;
	font-weight:bold;
}
a.ArrowLink-Yellow:hover {
	 color: #ffd600;
	 text-decoration:unset;
}
a.ArrowLink-Yellow::after{
   position: absolute;
  content: "\f054";
  font-family: "Font Awesome 6 Pro";
  top: 0;
  color: #ffd600;
  transition: .3s ease-in;
  line-height: 20px;
  font-size: 16px;
  font-weight: 600;
  right: -16px;
}
a.ArrowLink-White{
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    transition: .3s ease-in;
    position: relative;
	display: inline-block;
	line-height: 18px;
	font-weight:bold;
}
a.ArrowLink-White:hover {
	 color: #fff;
	 text-decoration:unset;
}
a.ArrowLink-White::after{
   position: absolute;
  content: "\f054";
  font-family: "Font Awesome 6 Pro";
  top: 0;
  color: #fff;
  transition: .3s ease-in;
  line-height: 20px;
  font-size: 16px;
  font-weight: 600;
  right: -16px;
}
a.BlueButton{
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    background-color: #40606F;
    padding: 0.75em 2.2em;
    box-sizing: border-box;
    text-decoration: none;
    font-size: 1.125em;
    font-weight: 400;
    line-height: 1em;
    text-align: center;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: background 0.25s ease, box-shadow 0.15s ease, color 0.25s ease;
    margin: 1em 1em 1em 0;
    background-image: linear-gradient(135deg, rgba(128, 130, 133, 0) 0%, rgba(88, 89, 91, 0.75) 100%);
    border: solid 1px #e6e7e8;
}
a.BlueButton:hover, a.BlueButton:visited {
    background-color: #231f20;
    color: #fff;
    text-decoration: none;
}
a.DarkTealButton{
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    background-color: #124e59;
    padding: 12px 25px;
    box-sizing: border-box;
    text-decoration: none;
    font-size:16px;
    font-weight: 400;
    line-height: 1em;
    text-align: center;
    cursor: pointer;
    margin: 0 15px 0 0;
	display: inline-block;
	 background-color: #124e59;
}
a.DarkTealButton:hover, a.DarkTealButton:visited {
    background-color: #08323a;
    color: #fff;
    text-decoration: none;
	 background-color: #08323a;
}
a.TealButton{
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    background-color: #347883;
    padding: 12px 25px;
    box-sizing: border-box;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 1em;
    text-align: center;
    cursor: pointer;
    margin: 0 15px 0 0;
	display: inline-block;
	border: solid 1px #347883;
}
a.TealButton:hover, a.TealButton:visited {
    background-color: #124e59;
	border: solid 1px #124e59;
    color: #fff;
    text-decoration: none;
}
.WhiteButton{
    padding: 12px 25px;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 400;
    line-height: 1em;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    color: #3c828e !important;
    margin: 0 15px 0 0;
	display: inline-block;
    border: solid 1px #3c828e;
	background-color: #fff;
}
.WhiteButton:hover {
    color: #fff !important;
    background-color: #3c828e;
    text-decoration: none;
}
.WhiteButton:active{
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}
.homebuying-timeline {
  padding: 37px 0 15px 0;
  background: #fff;
  text-align: center;
}



.timeline-steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 35px;
  position: relative;
}

.timeline-step {
  position: relative;
  z-index: 1;
}

.timeline-step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 77px;
   left: calc(50% + 65px);
    width: calc(100% - 65px);
  height: 3px;
  background: #00757f;
  z-index: -1;
}

.timeline-step:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 69px;
  right: -22px;
  border-left: 18px solid #00757f;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  z-index: 2;
}

.timeline-icon {
  width: 130px;
  height: 130px;
  margin: 0 auto 25px;
  border: 3px solid #00757f;
  border-radius: 50%;
  background: #f2f9fa;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-shadow: inset 0 0 0 14px #fff;
}

.timeline-icon i {
  font-size: 40px;
  color: #3c828e;
}

.step-number {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  width: 42px;
  height: 42px;
  background: #00757f;
  color: #fff;
  border-radius: 50%;
  font-size: 22px;
  font-weight: 700;
  line-height: 42px;
}

.timeline-step h3 {
  font-size: 20px;
  line-height: 1.25;
  font-weight: 700;
  margin: 0 0 22px;
}
  /*construction*/
#Construction .timeline-steps {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 20px;
    position: relative;
}

#Construction .timeline-icon {
    width: 90px;
    height: 90px;
    margin: 0 auto 20px;
    box-shadow: inset 0 0 0 10px #fff;
}

#Construction .timeline-icon i {
    font-size: 32px;
}

#Construction .step-number {
    width: 34px;
    height: 34px;
    line-height: 34px;
    font-size: 18px;
    top: -18px;
}

#Construction .timeline-step h3 {
    font-size: 18px;
    line-height: 1.3;
    margin: 0;
}

#Construction .timeline-step:not(:last-child)::after {
   content: "";
  position: absolute;
  top: 48px;
  left: calc(50% + 42px);
  width: calc(100% - 50px);
  height: 3px;
  background: #00757f;
  z-index: -1;
}

#Construction .timeline-step:not(:last-child)::before {
    content: "";
  position: absolute;
  top: 42px;
  right: -19px;
  border-left: 14px solid #00757f;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  z-index: 2;
}


@media (max-width: 991px) {
  .timeline-steps, #Construction .timeline-steps {
    grid-template-columns: 1fr;
    gap: 25px;
    text-align: left;
  }

  .timeline-step, #Construction .timeline-step {
    display: grid;
    grid-template-columns: 110px 1fr;
    gap: 25px;
    align-items: center;
    background: #fff;
    border: 1px solid #d6d6d6;
    border-radius: 14px;
    padding: 25px;
  }

  .timeline-icon,#Construction .timeline-icon {
    width: 105px;
    height: 105px;
    margin: 0;
    box-shadow: inset 0 0 0 9px #fff;
  }

  .timeline-icon i,#Construction .timeline-icon i {
    font-size: 38px;
  }

  .step-number, #Construction .step-number {
    width: 34px;
    height: 34px;
    font-size: 18px;
    line-height: 34px;
    top: -14px;
	text-align:center;
  }

  .timeline-step::before,
  .timeline-step::after,
	#Construction .timeline-step::before,
	#Construction .timeline-step::after{
    display: none;
  }

  .timeline-step h3, #Construction .timeline-step h3 {
    margin-bottom: 8px;
  }

  .timeline-step p, #Construction .timeline-step p {
    max-width: none;
    margin: 0;
  }

}


@media (max-width: 575px) {
  .homebuying-timeline {
    padding: 15px 0 25px 0;
  }

  .timeline-step,  #Construction .timeline-step {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .timeline-icon,  #Construction .timeline-icon {
    margin: 0 auto;
  }

  .timeline-step p, #Construction .timeline-step p {
    font-size: 16px;
  }
}
h3.circlenumber span {
	background-color: #3c828e;
  color: #fff;
  font-weight: 400;
  margin-right: 8px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: inline-block;
  padding: 3px 9px;
  font-size: 19px;
}
.Hero a.WhiteLink {
	color:#fff;
}
ul.checkmark{
    padding-left: 0;
    margin: 0 0 15px 0;
}
ul.checkmark li{
    list-style: none;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  color: #393939;
  text-indent: -23px;
  padding-left: 23px;
}
ul.checkmark li::before{
    background-image: url(/Portals/0/Images/SVG/icon-checkmark.svg);
    background-repeat: no-repeat;
    content: " ";
    width: 25px;
    display: inline-block;
    height: 23px;
    margin-bottom: 0;
    position: relative;
    left: 2px;
    top: 11px;
}
hr.divider{
    height:1px;
    width:100%;
     background: linear-gradient(
    to right,
    transparent,
    rgba(0,0,0,0.25),
    transparent
  );
   border: 0;
    margin:40px 0;
	opacity:1;
}
img.left, img.right {
	float:none;
	margin:15px 0;
	display:block;
	clear:both;
}
/*.MenuContent {
  visibility: hidden;
  display:none;
}
ul.megamenu li .MenuContent {
  visibility: visible;
  float:right;
}
#belowsection div.MenuContent, #belowsection div.MenuContent div {
  display: block;
}
.dnnEditState #belowsection div.MenuContent,.dnnEditState #belowsection div.MenuContent div {
  display: unset;
}*/
#dnn_FaqPane .AccTab {
	margin: 0 0 60px 0;
}

.equalheight {
    --bs-gutter-x: 30px;
    margin-bottom: 0;
}

.equalheight > [class*="col-"] {
    display: block;
}

.equalheight.has-whitebox > [class*="col-"] {
    display: flex;
}
.equalheight .DnnModule {
    width: 100%;
}

.equalheight .WhiteBox-GreyBorder {
    width: 100%;
    min-height: calc(100% - 35px);
    display: flex;
    flex-direction: column;
    margin-bottom: 35px;
    padding: 30px 28px 8px 28px;
}

#LightGreyBG .WhiteBox-GreyBorder {
    margin-bottom: 45px;
    min-height: calc(100% - 45px);
}

.dnnEditState .equalheight .WhiteBox-GreyBorder, .dnnEditState .equalheight.has-whitebox > [class*="col-"] {
    display: block;
    min-height: 0;
    height: auto;
}
.dnnEditState .HomeSkin .olbTop {
    display: none;
}

#LightGreyBG .equalheight .WhiteBox-GreyBorder {
	/*margin-bottom:40px;*/
}
.iconborderright {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}
.iconborderright .ArrowLink-Teal {
	margin-bottom:5px;
}
.iconborderright img {
  border-right: 1px solid #bababa;
  padding-right: 20px;
}
.personabar-visible .heightsection {
	padding-top:0 !important;
}
.AccTab .liveaccdefault .ui-accordion .ui-accordion-content h1, .AccTab .liveaccdefault .ui-accordion .ui-accordion-content h2, .AccTab .liveaccdefault .ui-accordion .ui-accordion-content h3, .AccTab .liveaccdefault .ui-accordion .ui-accordion-content h4, .AccTab .liveaccdefault .ui-accordion .ui-accordion-content h5{
	margin:0 0 15px 0;
}
.AccTab .liveaccdefault .ui-widget-content td {
	font-weight:400;
	color: #222;
}
.AccTab .liveaccdefault .ui-accordion-content table p {
	/*margin:0;*/
}
.DisclaimerText, p.DisclaimerText {
	font-size:14px;
	line-height:18px;
}
.MultiButton a {
	display:block;
	margin:0 0 25px 0;
}
.Smallicons {
  display: flex;
  width: 100%;
  justify-content: center;
  margin: 40px 0 30px 0;
}
.Smallicons .lefticon {
  padding-right: 25px;
  border-right: 1px solid #6d6e71;
}
.Smallicons .righticon {
	padding:10px 0 0 25px 0;
}
.ComunicationWithZelle {
	text-align:center;
	margin-bottom:25px;
}
.LightGreyBG {
	background-color:#eff4ff;
}
.ZelleIntro, .ZelleDisclaimer {
	 text-align:center;
	 padding:50px 0;
}
.ZelleIntro h1, .GreyBGZelle h2 {
	font-weight:300;
	color:#716d47;
	font-size:32px;
	line-height:50px;
}
.ZelleIntro h1 span, .GreyBGZelle h2 span {
	font-weight:bold;
	font-size:37px;
	color: #4d6e76;
}
.ComunicationWithZelle p, .ZelleIntro p {
	font-size:20px;
	line-height:24px;
	font-weight:300;
}
.GreyBGZelle {
	background-color:#f4f4f4;
	padding:70px 15px 45px 15px;
}
.GreyBGZelle i {
	font-size:48px;
	color: #4d6e76;
	margin-bottom:20px;
}
.GreyBGZelle h6 {
	font-weight: 700;
  font-size: 21px;
  letter-spacing: 0.5vw;
  color: #4d6e76;
  margin-bottom: 18px;
  text-transform: uppercase;
}
.GreyBGZelle .col-md-4 {
	margin-bottom:45px;
}
.GreyBGZelle p {
	font-size:20px;
	line-height:24px;
	font-weight:300;
	color:#716d47;
}
.ZelleFQTitle {
	margin:70px 0 40px 0;
}
.GreyBGZelle.AppDownload, .ZelleDisclaimer {
	text-align:center;
}
.GreyBGZelle.AppDownload h2 {
	font-size:28px;
	margin-bottom:5px;
	color: #4d6e76;
	font-weight:bold;
	line-height:32px;
}
.GreyBGZelle.AppDownload h2.Lighter {
	font-weight:300;
	color:#716d47;
}
.GreyBGZelle.AppDownload h2:nth-child(2) {
	margin-bottom:20px;
}
.ZelleDisclaimer p {
	font-weight:300;
}
.GreyBGZelle .Playicons img {
	margin: 0 0 15px 0;
}

.InnerSkin header {
	background-color:#3c828e;
	background-image:unset;
	border-top:unset;
}

header {
    z-index: 1000;
    width: 100%;
    transition: height 0.5s ease;
    position: fixed;
}
.InnerSkin header {
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
}
#headergradient {
	background-color: transparent;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.62) 5%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.62) 5%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.62) 5%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); 
}
#headergradient.teal {
	background:#3c828e;
	padding-bottom:10px;
}
header #headergradient.teal .OpenBtn a.WhiteBtn:hover, header #headergradient.teal .loginBtn a.SmallButton:hover, .InnerSkin header .OpenBtn a.WhiteBtn:hover, .InnerSkin header .loginBtn a.SmallButton:hover {
	background-color:#124e59;
	border: 2px solid #124e59;
}

#TopHeader, .heightsection {
  transition: padding 300ms ease;
}

.dnnEditState header {
	position:relative;
}

.dnnEditState .heightsection {
	padding-top:0 !important;
}

#navbar-top-wrapper {
	display:block;
}
.MobileLogos, .AccountLoginBtn {
	/*display:inline-block;*/
}
.navbar-toggle {
	margin:3px 0 0 5px !important;
}
header a.SmallButton {
    background-color: #fff;
    line-height: 18px;
    font-size: 14px;
    color: #3c828e;
    text-align: center;
    display: block;
    padding: 5px 12px;
    border: 2px solid #fff;
    font-weight: 600;
	text-transform:uppercase;
	margin-right:5px;
}
header .loginBtn a.SmallButton:hover {
	color:#fff;
	background-color: #3c828e;
	border: 2px solid #3c828e;
}
header .OpenBtn a.WhiteBtn {
	border:2px solid #fff;
	background-color:transparent;
	line-height: 18px;
    font-size: 14px;
	color:#fff;
	text-align: center;
    display: block;
	padding: 5px 12px;
	text-transform:uppercase;
	font-weight:600;
	margin-right:5px;
}
header .OpenBtn a.WhiteBtn:hover {
	border:2px solid #3c828e;
	background-color:#3c828e;
}
.MobileLogos {
  /*width: 100%;*/
  margin-top: 10px;
}
.InnerSkin .MobileLogos {
	padding-bottom:10px;
}
.MobileLogos div {
  display: inline-block;
}
.MobileLogos .navbar-toggle {
  margin: 4px 8px 0 5px;
  padding: 0;
  border: none;
  border-radius: 0;
  width: 26px;
  background: transparent;
}
.MobileLogos .icons {
  float: right;
}
.MobileLogos .icons a {
  width: 28px;
  height: 27px;
  display: block;
  float: left;
  margin: 0 3px 0 0;
  text-align: center;
  font-size: 21px;
  color: #fff;
}
.navbar-toggle .icon-bar {
	height:3px;
	width: 24px;
}
.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 5px;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.MobileLogos .navbar-toggle.active .icon-bar {
	width:30px;
}
.MobileLogos .navbar-toggle span.icon-bar {
	transition: all 0.15s;
}
.MobileLogos .navbar-toggle.active {
    padding: 0;
	margin: 4px 8px 0 5px;
}
.MobileLogos .navbar-toggle.active span:nth-child(2) {
	transform: rotate(45deg);
	transform-origin: 10% 10%;
}
.MobileLogos .navbar-toggle.active span:nth-child(3) {
	opacity: 0;
}
.MobileLogos .navbar-toggle.active span:nth-child(4) {
	transform: rotate(-45deg);
	transform-origin: 10% 90%;
}
.MobileLogos .navbar-toggle span:nth-child(2),
.MobileLogos .navbar-toggle span:nth-child(4) {
	transform: rotate(0);
}
.MobileLogos .navbar-toggle span:nth-child(3) {
	opacity: 1;
}
.MobileLogos .navbar-toggle.active .icon-bar + .icon-bar {
    margin-top: 5px;
}
.MobileLogos .navbar-default .navbar-toggle:hover,.MobileLogos .navbar-default .navbar-toggle:focus {
    background-color: transparent;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: transparent !important;
}
.navbar-toggler:focus, .navbar-toggler:active, .navbar-toggler-icon:focus {
  outline: none;
  box-shadow: none;
}
#LightGreyBG {
	background-color:#f4f4f4;
}
footer {
  padding: 5px 0 30px 0;
    padding-bottom: 25px;
background-image: url('/Portals/_default/Skins/Equitable/Images/FooterBG.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
footer ul li {
	list-style-type:none;
	display: block;
  box-sizing: border-box;
  text-align: center;
  height: 50px;
  white-space: nowrap;
  line-height: 50px;
  width: 50%;
    padding: 0px;
	float:left;
	text-transform:uppercase;
}
footer ul li::before {
	display:none;
}
footer ul {
	margin:0 0 15px 0;
	padding:0;
}
footer ul li a, footer ul li a:hover {
	color:#fff !important;
	font-size:16px;
}
footer p {
	color:#fff;
}
footer .FooterSocial a {
	color:#fff;
	margin-right:15px;
}
footer .FooterSocial .fa {
	font-size:27px;	
}
footer .FooterSocial a:last-child {
	margin-right:0;
}
footer .fdiclogos, footer .FooterSocial, footer #dnn_footer_left_1 p {
	text-align:center;
}
footer .fdiclogos img:nth-child(1) {
	margin-right:8px;
}
footer .footer-below span {
	color: #fff;
  font-size: 15px;
  text-align: center;
  display: block;
}
.navbar-header {
	margin-top:10px;
}
#FullBlackBar {
	background-color: #4a4a4a;
	padding: 5px 0;
}
#FullBlackBar .container {
	position:relative;
}
#FullBlackBar ul {
	padding-left:0;
	margin:0;
	/*max-width: 290px;*/
	line-height:21px;
	text-align:left;
}
#FullBlackBar ul li {
	list-style-type:none;
	display:inline-block;
	font-size:11px;
	margin:0;
	padding:0;
	border-right:1px solid #fff;
}
#FullBlackBar ul li:last-child {
	border-right:unset;
}
#FullBlackBar ul li::before {
	display:none;
}
#FullBlackBar ul li a {
	color:#fff;
	padding: 0 10px;
}
#FullBlackBar ul li:last-child a {
	padding: 0 0 0 10px;
}
#FullBlackBar ul li a.LoginsDropdown i {
	margin-left:4px;
}
#FullBlackBar ul li a:hover {
	text-decoration:underline;
}

.navbar{
	padding:0;
}
#LightGreyBar {
  position: relative;
  background-color: #eeeeee;
  padding:5px;
}
#LightGreyBar p {
  display: flex;
  margin-bottom:0;
  align-items: center;
  justify-content: flex-start;
  background-color: #eeeeee;
  font-size: 10px;
    line-height: 11px;
	font-style: italic;
}
#LightGreyBar img {
	margin-right:7px;
	max-width:39px;
}
.navbar-nav {
  flex-direction: row;
}
#scrollTopBtn {
  position: fixed;
  z-index: 900;
  right: -1px;
  bottom: 100px;
 display: none;
  visibility: visible;
      width: 40px;
    height: 40px;
  text-align: center;
      background-color: #3c828e;
}
#scrollTopBtn a {
	    font-size:22px;
    line-height: 38px;
	color:#fff;
}
.scrollup {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

#logo {
  text-align: center;
}
#logo a {
  display: block;
}
#logo img {
  margin: 13px 0 3px 0;
  max-width: 240px;
}

#search {
 position: absolute;
  z-index: 100;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  display: none;
  top:130px;
  max-width: 225px;
}
#customscroll {
	position:relative;
}
#FullBlackBar .linkListingHead {
  position: absolute;
  z-index: 1500;
  top: 0;
  right: 0;
  left: 0;
  display: none;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.13);
  -moz-box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.13);
  box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.13);
  max-width: 250px;
  margin: 0 auto;
    background-color: #FFF;
}
#FullBlackBar .linkListingHead .Border {
  position: relative;
  padding: 20px 33px 15px 20px;
}
#FullBlackBar .linkListingHead .closeiconxLoc {
  right: 10px;
  position: absolute;
  z-index: 1005;
  top: 4px;
  cursor: pointer;
  max-width: 14px;
}
#FullBlackBar .linkListingHead .Border ul {
  margin-left: 0;
  float:none;
  text-align: left;
}
#FullBlackBar .linkListingHead .Border ul li {
  list-style-type: none;
  font-size: 16px;
  line-height: 18px;
  margin: 0 0 7px 0;
  display:block;
  padding-top:0;
}
#FullBlackBar .linkListingHead a {
	color:#414141;
	font-size: 13px;
}
.ApplyDropBox {
  position: absolute;
  z-index: 1500;
  top: 0;
  right: unset;
  left: 0;
  display: none;
  overflow: hidden;
  max-width: 250px;
  min-width: 271px;
  margin: 0 auto;
  background-color:#fff;
  border:1px solid #ccc;
}
.ApplyDropBox .Border {
  position: relative;
  padding: 23px 33px 14px 10px;
}
.ApplyDropBox .closeiconxLoc {
  right: 10px;
  position: absolute;
  z-index: 1005;
  top: 4px;
  cursor: pointer;
  max-width: 13px;
}
.ApplyDropBox .Border ul {
  margin: 0;
  float:none;
  text-align: left;
}
.ApplyDropBox .Border ul li {
  list-style-type: none;
  font-size: 16px;
  line-height: 18px;
  margin: 0 0 12px 0;
  display:block;
  padding-top:0;
}
.ApplyDropBox a {
	color:#3c828e;
	font-size: 15px;
	text-transform:uppercase;
}
.ApplyDropBox i {
	color:#3c828e;
	  margin-right: 8px;
}
.olbTop {
  display: none;
  position: relative;
  z-index: 1200;
  top: 10px;
  max-width: 270px;
  height: auto;
  width: 100%;
  background: #fff;
  padding-bottom: 0;
  border: 1px solid #cbcbcb;
  margin: 0 auto;
  padding: 15px;
  text-align: left;
}
.loginX {
  position: absolute;
  top: 6px;
  right: 6px;
  cursor: pointer;
}
.loginX img {
  max-width: 15px;
}
.olbTop h4 {
  margin-bottom: 11px;
  padding: 0;
  color: #4a4a4a;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  text-align:left;
}
.olbTop select {
  width: 100%;
  margin-bottom: 10px;
  height: 26px;
  color: #6e6e6e;
  border-radius: unset;
  border: 1px solid #ccc;
  background: #efeded;
  font-size: 14px;
  padding: 0 0px 0 10px;
}
.olbTop input {
  width: 100%;
  margin-bottom: 10px;
  height: 26px;
  -webkit-box-shadow: inset 0px 0px 3px 2px rgba(0,0,0,0.09);
  -moz-box-shadow: inset 0px 0px 3px 2px rgba(0,0,0,0.09);
  box-shadow: inset 0px 0px 3px 2px rgba(0,0,0,0.09);
  padding: 0 0px 0 10px;
  border: 1px solid #ccc;
  outline: none;
  color: #030303;
  font-size: 14px;
}
.olbTop a.BlueBtn {
  width: 100%;
  margin-bottom: 5px;
  padding: 2px 0;
  font-weight: 500;
  text-align: center;
  background-color:#3c828e;
}
.olbTop p.AddLogins {
	margin: 10px 0 3px 0;
	font-size:15px;
	font-weight:600;
	color:#4a4a4a;
}
.olbTop ul {
	margin:0;
	padding-left:0;
}
.olbTop ul li {
	padding:0;
	margin-bottom:5px;
	line-height:14px;
	list-style-type:none;
}
.olbTop ul li a {
	color:#3c828e;
	font-size:13px;
	font-weight:400;
}
header a.BlueBtn, header a.BlueBtn:visited {
  background-color: #3c828e;
  border: 2px solid #3c828e;
  font-size: 16px;
  padding: 0px 12px;
  margin-top: 3px;
  text-transform: uppercase;
  color: #fff;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  display: inline-block;
}
header a.BlueBtn:hover {
	background-color: transparent;
  border: 2px solid #3c828e;
   color: #3c828e;
}
.olbTop p.boxlinks {
  margin-bottom: 0;
  text-align:left;
}
.olbTop p.boxlinks a {
  color: #3c828e;
  clear: both;
  font-weight: 400;
  font-size: 13px;
  margin-bottom: 0;
  display: block;
}
.olbTop p.boxlinks span {
	display:inline-block;
}
.olbTop p.boxlinks span:nth-child(2) {
	float:right;
}
.eds_news_Press #HPFeed .edn_articleStyle1 > section > div {
  position: absolute;
  bottom: 15px;
  left: unset;
  right: 0;
}
.eds_news_Press #HPFeed .edn_leadingArticle > section {
	position:relative;
	left: unset;
  bottom: unset;
  max-width: unset;
}
.eds_news_Press #HPFeed .edn_leadingArticle > section > div {
	position: absolute;
  bottom: 15px;
  left: unset;
  right: 0;
}

.eds_news_Press #HPFeed.edn_colGutter [class*="edn_width"] {
    margin-top: 10px;
  }
.eds_news_Press #HPFeed .edn_leadingArticle > .edn_articleTitle > a {
	background-color:unset;
	color:#4a4a4a !important;
	font-size:28px !important;
	line-height:32px !important;
	padding: 15px 0;
	font-weight:bold !important;
}
.eds_news_Press #HPFeed .edn_category > a, .eds_news_Press #HPFeed .edn_category > span {
  color: #1f1e1e;
  font-family: "Open Sans", sans-serif;
  text-transform:uppercase;
  font-size:16px;
  background-color: #ffd600;
}
.eds_news_Press #HPFeed .edn_articleStyle1 h2.edn_articleTitle {
	font-size:22px;
	line-height:26px;
	color:#4a4a4a;
	font-family: "Open Sans", sans-serif;
	font-weight:700
}
.eds_news_Press #HPFeed .edn_articleStyle1.edn_width25:nth-child(2) .edn_category > a, .eds_news_Press #HPFeed .edn_articleStyle1.edn_width25:nth-child(2) .edn_category > span {
	background-color: #5ea1ad;
	color:#fff;
}
.eds_news_Press #HPFeed .edn_articleStyle1.edn_width25:nth-child(3) .edn_category > a, .eds_news_Press #HPFeed .edn_articleStyle1.edn_width25:nth-child(3) .edn_category > span {
	background-color: #ffd600;
	color: #1f1e1e;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_articleDetails.Location-Custom {
	margin:50px 0 25px 0;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_articleDetails.Location-Custom .edn_article_gallery {
	display:none;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_articleDetails.Location-Custom picture {
	margin-bottom: 25px;
  display: block;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_articleDetails.Location-Custom h1, .eds_news_Ozone.eds_subCollection_news .edn_article.edn_articleDetails.Location-Custom h2, .eds_news_Ozone.eds_subCollection_news .edn_article.edn_articleDetails.Location-Custom h3, .eds_news_Ozone.eds_subCollection_news .edn_article.edn_articleDetails.Location-Custom h4, .eds_news_Ozone.eds_subCollection_news .edn_article.edn_articleDetails.Location-Custom h5, .eds_news_Ozone.eds_subCollection_news .edn_article.edn_articleDetails.Location-Custom h6 {
	color: #3c828e;
  line-height: 1.3em;
  margin: 0 0 10px;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_articleDetails.Location-Custom h1 {
	font-size: 36px;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_articleDetails.Location-Custom h2 {
	 font-size: 32px;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_articleDetails.Location-Custom h3 {
	font-size: 22px;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_articleDetails.Location-Custom h4, .eds_news_Ozone.eds_subCollection_news .edn_article.edn_articleDetails.Location-Custom h5 {
	font-size: 18px;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_articleDetails.Location-Custom h6 {
	font-size: 16px;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_articleDetails.Location-Custom p, .eds_news_Ozone.eds_subCollection_news .edn_article.edn_articleDetails.Location-Custom .locationDetails p {
	line-height: 24px;
    color: #222;
    font-size: 16px;
	margin-bottom:20px;
	font-family: "Open Sans", sans-serif;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_articleDetails.Location-Custom p.DisclaimerText {
	font-size: 11px;
	line-height:15px;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_articleDetails.Location-Custom a {
	color: #3c828e;
	text-decoration:underline;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_articleDetails.Location-Custom a.TealButton {
	color:#fff;
	text-decoration:unset;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_articleDetails.Location-Custom .LoanOfficerCard {
  box-shadow: 3px 3px 5px 0px rgba(135,135,135,0.69);
  -webkit-box-shadow: 3px 3px 5px 0px rgba(135,135,135,0.69);
  -moz-box-shadow: 3px 3px 5px 0px rgba(135,135,135,0.69);
  margin: 0 auto 45px;
  max-width:250px;
  text-align:center;
  display: flex;
  flex-direction: column;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_articleDetails.Location-Custom .LoanOfficerCard-content {
  background: url("/Portals/_default/Containers/Equitable/img/containerbox-overlayopacity.png") no-repeat right center;
  background-size:38%;
  padding:15px;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_articleDetails.Location-Custom .LoanOfficerCard-image img {
  border-bottom: 6px solid #347883;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_articleDetails.Location-Custom .LoanOfficerCard-content p:nth-child(2) {
	margin-bottom:10px;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_articleDetails.Location-Custom .edn_article_map {
  margin: 0 0 15px 0;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_articleDetails.Location-Custom .locationDetails a.Bluebtn{
    text-decoration: unset;
	background-color: #3c828e;
  border: 2px solid #3c828e;
  font-size: 16px;
  padding: 8px 12px;
  margin-top: 3px;
  text-transform: uppercase;
  color: #fff;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_articleDetails.Location-Custom .locationDetails a.Bluebtn:hover {
  background-color: transparent;
  border: 2px solid #3c828e;
  color: #3c828e;
  text-decoration: unset;
}
.eds_news_Ozone .CustomList h2, .eds_news_Ozone .CustomList h2 a {
	font-family: "Open Sans", sans-serif;
	font-size: 32px;
	color: #3c828e;
}
.eds_news_Ozone .CustomList .TealButton {
	font-family: "Open Sans", sans-serif;
	font-size:18px;
	color: #fff;
}
.eds_news_Ozone .CustomList .TealButton:hover {
	color: #fff;
}

.eds_news_Ozone.eds_subCollection_news #SimpleEvents .edn_mediaContainer {
	border:none;
}
.eds_news_Ozone.eds_subCollection_news #SimpleEvents h3, .eds_news_Ozone.eds_subCollection_news #SimpleEvents h3 a, .eds_news_Ozone.eds_subCollection_news #SimpleEvents h3 a:hover {
	color: #3c828e;
	font-family: "Open Sans", sans-serif;
	font-weight:bold;
}
.eds_news_Ozone.eds_subCollection_news #SimpleEvents h3 {
	font-size:21px;
	margin-bottom: 5px;
}
.eds_news_Ozone.eds_subCollection_news #SimpleEvents .edn_article .edn_articleSummary {
	font-family: "Open Sans", sans-serif;
	font-size:16px;
	padding:0 0 5px 0;
}
.eds_news_Ozone.eds_subCollection_news #SimpleEvents .edn_article .edn_readMoreButtonWrapper {
  text-align: left;
}
.eds_news_Ozone.eds_subCollection_news #SimpleEvents a.ArrowLink-Teal {
  color: #3c828e;
  text-decoration: none;
  font-size:18px;
}
.eds_news_Ozone.eds_subCollection_news #SimpleEvents a.ArrowLink-Teal::after {
	line-height:22px;
}
.eds_news_Ozone.eds_subCollection_news #SimpleEvents a.ArrowLink-Teal:hover {
  color: #124e59;
   text-decoration: none;
  font-size:18px;
}
.eds_news_Ozone.eds_subCollection_news #SimpleEvents .edn_article {
	border-bottom:1px solid #ccc;
}
.eds_news_Ozone.eds_subCollection_news #SimpleEvents .edn_mediaContainer {
	float:none;
}
.InnerSkin .eds_news_Ozone.eds_subCollection_news .article_pager {
  border: solid 1px #3c828e;
}
.InnerSkin .eds_news_Ozone.eds_subCollection_news .article_pager a.active,.InnerSkin .eds_news_Ozone.eds_subCollection_news .article_pagination > span {
  color: #fff;
  background-color: #3c828e;
}
.InnerSkin .eds_news_Ozone.eds_subCollection_news .article_pager a {
	border-left: solid 1px #3c828e;
}
.InnerSkin .eds_news_Ozone.eds_subCollection_news .article_pager a:hover,.InnerSkin .eds_news_Ozone.eds_subCollection_news .article_pagination a:hover {
  color: #fff;
  background-color: #266671;
}
.BlogCat {
	max-width:360px;
	margin:0 auto 35px;
}
.BlogCat .eds_news_Ozone.eds_subCollection_categoryMenu .edNews_categoryDropdown .edn_category_menu_wrapper > li > div {
	background-color:#ededed;
}
.BlogCat .eds_news_Ozone .edn_module_title {
	font-family: "Open Sans", sans-serif;
	font-size:18px;
	color: #696969;
	font-weight:500;
}
.BlogCat .eds_news_Ozone.eds_subCollection_categoryMenu .edn_category_menu_wrapper li .expand_collapse {
  height: 35px !important;
  width: 100%;
  position: absolute;
  right: 0;
  left: 0;
}
.BlogCat .eds_news_Ozone.eds_subCollection_categoryMenu .edn_category_menu_wrapper li .expand_collapse::before {
  right: 5px;
  position: absolute;
  top: 7px;
}
.BlogCat .eds_news_Ozone.eds_subCollection_categoryMenu a {
  font-size:18px;
	color: #696969;
}
.BlogCat .eds_news_Ozone.eds_subCollection_categoryMenu .edn_category_menu_wrapper li .expand_collapse::before {
	font-size:18px;
	color: #696969;
}
.BlogCat .eds_news_Ozone.eds_subCollection_categoryMenu .edn_category_menu_wrapper li > div:hover .expand_collapse {
	transform:unset;
}
.BlogCat .eds_news_Ozone.eds_subCollection_categoryMenu .edn_category_menu_wrapper li .edn_category,.BlogCat .eds_news_Ozone.eds_subCollection_categoryMenu .edn_category_menu_wrapper li .edn_category:hover {
  color: #504e4e;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
}
.BlogCat .eds_news_Ozone.eds_subCollection_categoryMenu .edn_category_menu_wrapper li > div {
  padding: 8px 0 8px 90px;
}
.BlogCat .eds_news_Ozone.eds_subCollection_categoryMenu .edNews_categoryDropdown .edn_category_menu_wrapper > li > ul {
  margin-top: 0 !important;
}
.eds_news_Advantage #BlogList .card .card-header.card-header-image img {
  border-radius: unset;
  box-shadow: unset;
}
.eds_news_Advantage #BlogList .card {
	border-radius:unset;
	border:1px solid #e3e3e3;
	position:relative;
}
.eds_news_Advantage #BlogList .Category {
	text-align:right;
}
.eds_news_Advantage #BlogList .Category .card-category a{
  color: #3c828e;
  text-transform:uppercase;
  font-weight:700;
  font-size:16px;
  line-height:18px;
}
.eds_news_Advantage #BlogList .Category .card-category a:hover {
	color: #504e4e;
}
.eds_news_Advantage #BlogList .card .card-body {
  padding: 10px 20px 27px 20px;
}
.eds_news_Advantage #BlogList .card-title {
	font-family: "Open Sans", sans-serif;
	color:#4a4a4a;
	font-size:22px;
	line-height:24px;
}
.eds_news_Advantage #BlogList h2 a:hover {
	color:#4a4a4a !important;
}
.eds_news_Advantage #BlogList .card-description {
	line-height: 21px;
  color: #4a4a4a;
  font-size: 17px;
  margin-bottom: 20px;
  font-weight:400;
}
.eds_news_Advantage #BlogList .card .card-body .text-center.Btn {
	position: absolute;
  left: 25px;
  right: 25px;
  bottom: -13px;
}
.eds_news_Advantage #BlogList .card .card-body .text-center.Btn a.TealButton {
	margin:0;
	color:#fff;
}
.eds_news_Advantage #BlogList .card {
	margin-bottom: 55px;
}
.eds_news_Advantage .edNews_loadMoreTriggerWrapper {
	max-width: 300px;
  margin: 0 auto;
}
.eds_news_Advantage .edNews_loadMoreTriggerWrapper .actionTextContainer, .eds_modalWrapper .eds_modalContent > h3, .InnerSkin .eds_modalWrapper .eds_modalContent .edn_bottomButtonWrapper input[type="submit"] {
	background-color:#3c828e !important;
}
.InnerSkin .eds_modalWrapper .eds_modalContent .edn_bottomButtonWrapper input[type="submit"]:hover {
  background: none #124e59 !important;
}
.InnerSkin .eds_modalContent.eds_animated.eds_fadeInDown > div {
	padding:15px 15px 0 15px;
}
.ModEasyDNNnewsC .eds_news_Advantage .edNews_loadMoreTriggerWrapper .edNews_loadMoreTrigger > span,.ModEasyDNNnewsC .eds_news_Advantage .edsgg__loadMediaWrapper .edsgg__loadMediaTrigger > span {
  color: #fff;
  font-size: 16px;
  line-height: 18px;
  font-family: "Open Sans", sans-serif;
}
.ModEasyDNNnewsC .eds_news_Advantage .edNews_loadMoreTriggerWrapper .edNews_loadMoreTrigger:hover,.ModEasyDNNnewsC .eds_news_Advantage .edsgg__loadMediaWrapper .edsgg__loadMediaTrigger:hover {
	box-shadow:unset;
}
.ModEasyDNNnewsC {
	margin:0 0 45px 0;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.Custom {
	margin-top:35px;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.Custom .edn_mediaContainer {
	float:none;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.Custom .edn_category > a {
	background-color:#3c828e;
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
  line-height: 16px;
  padding: 8px 20px;
  border-radius: 15px;
  margin:0 8px 8px 0;
}

.eds_news_NewsMagazine.eds_subCollection_news .edn_article.Custom h1, .eds_news_NewsMagazine.eds_subCollection_news .edn_article.Custom h2, .eds_news_NewsMagazine.eds_subCollection_news .edn_article.Custom h3, .eds_news_NewsMagazine.eds_subCollection_news .edn_article.Custom h4, .eds_news_NewsMagazine.eds_subCollection_news .edn_article.Custom h5, .eds_news_NewsMagazine.eds_subCollection_news .edn_article.Custom h6 {
	font-family: "Open Sans", sans-serif;
	color:#4a4a4a;
	font-weight:bold;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.Custom h1 {
	font-size:32px;
	line-height:36px;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.Custom p {
	font-family: "Open Sans", sans-serif;
	font-size: 17px;
  line-height: 20px;
  color:#4a4a4a;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.Custom .UserBio {
    display: flex;
    align-items: center;
}

.eds_news_NewsMagazine.eds_subCollection_news .edn_article.Custom .UserImg {
    flex: 0 0 auto;
}

.eds_news_NewsMagazine.eds_subCollection_news .edn_article.Custom .UserInfo {
    flex: 1;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.Custom .UserImg img {
	border-radius:50%;
	border:1px solid #ccc;
	margin-right:10px;
}

.eds_news_NewsMagazine.eds_subCollection_news .edn_article.Custom .TopIntro {
	background-color:#eff4ff;
	padding:15px 20px;
	border-radius:8px;
	border:1px solid #b2b2b2;
	font-family: "Open Sans", sans-serif;
	padding: 15px 20px 5px 20px;
	margin:30px 0;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.Custom .TopIntro a {
	color: #3c828e;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.Custom ul li {
	list-style-type: disc;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.Custom ol {
	margin-left:0;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.Custom ul, .eds_news_NewsMagazine.eds_subCollection_news .edn_article.Custom ol {
	margin-bottom:15px;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.Custom .EDN_cf_all_fields_container {
	display:none;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.Custom .edn_authorGroupDetails > img {
  background-color: unset;
  box-shadow: unset;
  border-radius:50%;
  border:1px solid #ccc;
  padding:0;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.Custom .edn_authorGroupDetails span.publishFormatedDate a, .eds_news_NewsMagazine.eds_subCollection_news .edn_article.Custom .edn_authorGroupDetails span.publishFormatedDate a:hover {
	color:#4a4a4a;
	font-size:18px;
	line-height:21px;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.Custom .edn_authorGroupDetails .button::before {
	display:none;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.Custom .edn_authorGroupDetails .edn_connectWith span {
	text-transform:unset;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.Custom .edn_authorGroupDetails .button.contact, .eds_news_NewsMagazine.eds_subCollection_news .edn_article.Custom .edn_authorGroupDetails .button.full_bio {
	border:1px solid #3c828e;
	border-radius:23px;
	padding: 5px 15px;
	font-size:16px;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.Custom .edn_authorGroupDetails .button.contact:hover, .eds_news_NewsMagazine.eds_subCollection_news .edn_article.Custom .edn_authorGroupDetails .button.full_bio:hover {
  color: #fff !important;
  background-color: #3c828e;
  text-decoration: none;
  box-shadow: none;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.Custom .edn_authorGroupDetails .button.contact:hover span, .eds_news_NewsMagazine.eds_subCollection_news .edn_article.Custom .edn_authorGroupDetails .button.full_bio:hover span {
  color: #fff !important;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.Custom .edn_authorGroupDetails .button.contact span, .eds_news_NewsMagazine.eds_subCollection_news .edn_article.Custom .edn_authorGroupDetails .button.full_bio span {
	color: #3c828e;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.Custom .edn_authorGroupDetails span {
	font-size: 17px;
  line-height: 20px;
  color:#4a4a4a;
  font-family: "Open Sans", sans-serif;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.Custom .edn_aditionalBox.edn_relatedArticles {
	border:unset;
	background-color:transparent;
	margin-top:25px;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.Custom .edn_authorGroupDetails {
	padding:0;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.Custom .articleContent a {
	color:#3c828e;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.Custom .articleContent a.TealButton, .eds_news_NewsMagazine.eds_subCollection_news .edn_article.Custom .articleContent a.DarkTealButton,
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.Custom .articleContent a.TealButton:hover, .eds_news_NewsMagazine.eds_subCollection_news .edn_article.Custom .articleContent a.DarkTealButton:hover {
	color:#fff;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.Custom .articleContent a:hover {
	color: #4a4a4a;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.Custom ul li, .eds_news_NewsMagazine.eds_subCollection_news .edn_article.Custom ol li {
	list-style-type: disc;
	font-family: "Open Sans", sans-serif;
	font-size: 17px;
  line-height: 20px;
  color:#4a4a4a;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.Custom ol li {
	padding-top: 0.5em;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.Custom .edn_authorGroupDetails {
	background-color:transparent;
	border:unset;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.Custom .edn_authorGroupDetails .edn_connectWith {
  text-align: left;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.Custom .TopIntro .SumTitle {
	color:#3c828e;
	text-transform:uppercase;
	font-weight:bold;
	font-family: "Open Sans", sans-serif;
	font-size:18px;
}	
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_articleDetails.Custom .edn_articleTitle + .edn_articleSubTitle {
	margin-top:0;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.Custom  h2.edn_articleTitle.edn_articleSubTitle {
	font-size:22px;
	font-weight:300;
	line-height:26px;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.Custom .edn_aditionalBox.edn_relatedArticles p.RelatedTitle {
	color:#3c828e;
	text-transform:uppercase;
	font-size:24px;
	font-weight:600;
	line-height:26px;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.Custom .detailsshare p.uppercase {
	color:#3c828e;
	text-transform:uppercase;
	font-size:20px;
	font-weight:600;
	line-height:24px;
	border-bottom:1px solid #3c828e;
	padding-bottom: 11px;
  margin-bottom: 8px;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.Custom .edn_aditionalBox.edn_relatedArticles .ImageTop {
	position:relative;
	margin-bottom:75px;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.Custom .edn_aditionalBox.edn_relatedArticles .Title {
	background-color: #fff;
  min-width: 250px;
  position: absolute;
  z-index: 5;
  text-align: center;
  bottom: -35px;
  left: 50%;
  transform: translateX(-50%);
  border: 1px solid #e3e3e3;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  padding:15px;
  max-width: 250px;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.Custom .edn_aditionalBox.edn_relatedArticles .Title a {
	font-weight:bold;
	font-family: "Open Sans", sans-serif;
	font-size:18px;
	color:#4a4a4a;
	line-height: 23px;
  display: block;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.Custom .edn_aditionalBox.edn_relatedArticles .Title a:hover {
	color:#3c828e;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.Custom #blogModal p.ShareTitle {
	color:#3c828e;
	text-transform:uppercase;
	font-weight:600;
	font-size:20px;
	line-height:24px;
	margin-bottom:8px;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.Custom #blogModal .sharebuttons {
	margin-bottom: 20px;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.Custom #blogModal .sharebuttons p.dark_title {
	font-weight:bold;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.Custom #blogModal a.TealButton {
	font-family: "Open Sans", sans-serif;
	font-size:18px;
	color:#fff;
	line-height: 23px;
	float:right;
	margin:0;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.Custom .detailsshare ul.SocialIcons {
  margin-left: 0;
  padding-left: 0;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.Custom .detailsshare ul.SocialIcons li {
	display: inline-block;
  list-style-type: none;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.Custom ul.SocialIcons li a i.fab.fa-facebook-square {
  color: #4267B2;
  font-size: 24px;
  margin-right: 7px;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.Custom ul.SocialIcons li a i.fab.fa-linkedin {
  color: #0072B1;
  font-size: 24px;
}
#Body .eds_news_NewsMagazine.eds_subCollection_news .edn_article .articleContent .panel-group.slide-up {
  display:none;
}
#Body .eds_news_NewsMagazine.eds_subCollection_news .edn_article .articleContent .panel-group.sticky {
  position: fixed;
    top: 0;
    z-index: 999;
    float: none;
	left: 0;
  right: 0;
	max-height: 360px;
    overflow-y: auto;
    margin: 0px 0px 0px 0px;
    padding: 15px 23px 15px 23px;
}
#Body .eds_news_NewsMagazine.eds_subCollection_news .edn_article .articleContent .accordion.tocAccordion.left {
	float:none;
}

#Body .eds_news_NewsMagazine.eds_subCollection_news .edn_article .articleContent .accordion-item {
  background-color: #eff4ff;
  border: unset;
  margin-bottom:25px;
  
}
#Body .eds_news_NewsMagazine.eds_subCollection_news .edn_article .articleContent .accordion-item h2 {
	margin:0;
}
#Body .eds_news_NewsMagazine.eds_subCollection_news .edn_article .articleContent .accordion-item:first-of-type {
	border:unset;
}
#Body .eds_news_NewsMagazine.eds_subCollection_news .edn_article .articleContent .accordion-button:not(.collapsed), #Body .eds_news_NewsMagazine.eds_subCollection_news .edn_article .articleContent .accordion-button {
  color: #3c828e;
  background-color: #eff4ff;
  box-shadow: unset;
  font-size:15px;
  font-weight:600;
  text-transform:uppercase;
  border-bottom:1px solid #b2b2b2;
}
#Body .eds_news_NewsMagazine.eds_subCollection_news .edn_article .articleContent .accordion-item .accordion-body .TableofContent ul li, #Body .eds_news_NewsMagazine.eds_subCollection_news .edn_article .articleContent .accordion-item .accordion-body .TableofContent ul li a, #Body .eds_news_NewsMagazine.eds_subCollection_news .edn_article .articleContent .accordion-item .accordion-body .TableofContent ul li a:hover {
	font-size:14px;
	line-height:17px;
	color:#4a4a4a;
}

#Body .eds_news_NewsMagazine.eds_subCollection_news 
.edn_article .articleContent #accordion 
.accordion-button[aria-expanded="true"]::after {
    content: "\f077";
    font-family: 'FontAwesome';
    font-weight: 300;
}

#Body .eds_news_NewsMagazine.eds_subCollection_news 
.edn_article .articleContent #accordion 
.accordion-button::after {
    content: "\f078";
    font-size: 16px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.2s ease;
    font-family: 'FontAwesome';
    font-weight: 300;
    background-image: none !important;
}
.locationDetails {
	min-width:215px;
}
.gm-style .gm-style-iw-d {
	max-height:unset !important;
}
.gm-style .gm-style-iw-c {
	max-height:200px !important;
}
button.gm-ui-hover-effect {
	width:38px !important;
	height:32px !important;
}
.DNNModuleContent.ModDDRMenuC ul li span {
	    color: #58595b;
    font-size: 20px;
	font-weight:bold;
}
.DNNModuleContent.ModDDRMenuC ul li a span {
	font-size:16px;
	    color: #40606F;
}
.DNNModuleContent.ModDDRMenuC ul li.selected.breadcrumb {
	margin:0;
}
#Body .eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_articleDetails.Custom .edn_article_gallery {
	display:none;
}
/*homepage events*/
.eds_news_Vision.eds_subCollection_news .EDN_eventsModuleBox.Events .edn_module_title > span {
	background-color: #3c828e;
	font-family: "Open Sans", sans-serif;
	font-size:16px;
	font-weight:500;
}
.eds_news_Vision.eds_subCollection_news .Events .EDN_article.EDN_eventsBox > a {
	font-family: "Open Sans", sans-serif;
}
.eds_news_Vision.eds_subCollection_news .Events .EDN_article.EDN_eventsBox > a .EDN_eventsBoxDate .EDN_eventPublishMonth {
  color: #3c828e;
}
.eds_news_Vision.eds_subCollection_news .EDN_eventsModuleBox.Events .EDN_article.EDN_eventsBox > a:hover,
.eds_news_Vision.eds_subCollection_news .EDN_eventsModuleBox.Events .edsAccordionEventsBox .edsAccordion_section.edsAccordion_active .EDN_article > a {
  background-color: #f2f2f2;
  text-decoration: none;
}
.eds_news_Vision.eds_subCollection_news .EDN_eventsModuleBox.Events .EDN_article.EDN_eventsBox > a:hover::before,
.eds_news_Vision.eds_subCollection_news .EDN_eventsModuleBox.Events .edsAccordionEventsBox .edsAccordion_section.edsAccordion_active .EDN_article > a::before {
  border-color: transparent !important;
  background-color: #f2f2f2;
}
.eds_news_Vision.eds_subCollection_news .Events .EDN_article.EDN_eventsBox > a:hover .EDN_eventsBoxDate .EDN_eventPublishDay, .eds_news_Vision.eds_subCollection_news .Events .EDN_article.EDN_eventsBox > a:hover .EDN_eventsBoxDate .EDN_eventPublishYear, .eds_news_Vision.eds_subCollection_news .Events .edsAccordionEventsBox .edsAccordion_section.edsAccordion_active .EDN_article > a .EDN_eventsBoxDate .EDN_eventPublishDay, .eds_news_Vision.eds_subCollection_news .Events .edsAccordionEventsBox .edsAccordion_section.edsAccordion_active .EDN_article > a .EDN_eventsBoxDate .EDN_eventPublishYear,
.eds_news_Vision.eds_subCollection_news .Events .EDN_article.EDN_eventsBox > a:hover .EDN_eventBox .EDN_eventBoxTime,
.eds_news_Vision.eds_subCollection_news .Events .edsAccordionEventsBox .edsAccordion_section.edsAccordion_active .EDN_article > a .EDN_eventBox .EDN_eventBoxTime {
  color: #222;
}
.eds_news_Vision.eds_subCollection_news .Events .EDN_article .EDN_article_content, .eds_news_Vision.eds_subCollection_news .Events .EDN_article .articleTitle, .eds_news_Vision.eds_subCollection_news .Events .EDN_article.EDN_eventsBox > a:hover .EDN_eventBox .EDN_eventBoxTime, .eds_news_Vision.eds_subCollection_news .Events .EDN_article.EDN_eventsBox > a .EDN_eventBox .EDN_eventBoxTime,
.eds_news_Vision.eds_subCollection_news .Events h3 {
	font-family: "Open Sans", sans-serif;
}
.eds_news_Vision.eds_subCollection_news .Events .EDN_article.EDN_eventsBox > a .EDN_eventBox .EDN_eventBoxTime {
    background: url(/Portals/_default/Skins/Equitable/Images/time.png) no-repeat 0 1px;
}
.eds_news_Vision.eds_subCollection_news .Events .edsAccordion_section .edsAccordion_title > a {
    position: relative;
    display: flex;
    align-items: center;
    padding-right: 45px;
}

.eds_news_Vision.eds_subCollection_news .Events .edsAccordion_section .edsAccordion_title > a::after {
    content: "\f078";
        font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    color: #005f61;
    transition: transform 0.25s ease;
}
.eds_news_Vision.eds_subCollection_news .Events .edsAccordion_section.edsAccordion_active .edsAccordion_title > a::after {
    transform: translateY(-50%) rotate(180deg);
}
.eds_news_Vision.eds_subCollection_news .Events .EDN_article.EDN_eventsBox > a::before {
	border-right:unset;
}
.eds_news_Vision.eds_subCollection_news .Events .EDN_article .EDN_article_content {
	min-height:160px;
}
.eds_news_Vision.eds_subCollection_news .Events a {
	color:#fff;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_articleDetails.Location-Custom a.TealButton {
	padding: 8px 22px;
	margin-right:0;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_articleDetails.Location-Custom .EventBox {
	margin-top:20px;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_articleDetails.Location-Custom .EventBox h3 {
	max-width:80%;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_articleDetails.Location-Custom .EventBox {
	padding:25px 20px 15px 20px;
	background: #f0f0f0;
	position:relative;
}	
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_articleDetails.Location-Custom .EventBox img.calendaricon {
	position:absolute;
	right:15px;
	top:15px;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_articleDetails.Location-Custom .EventBox hr {
	height:2px;
	background-color:#3c828e;
	opacity:1;
	max-width:30%;
}
.FullTealBG {
	background-color:#0e596c;
	padding:45px 15px 35px 15px;
}
.FullTealBG i, .FullTealBG h2, .FullTealBG p {
	color:#fff;
}

.FullTealBG i {
	font-size:55px;
}
.InfoCard {
    border: 1px solid #c5c5c5;
    border-radius: 10px;
    padding: 20px;
    background: #fff;
	margin:0 auto 45px;
}

.InfoCardTop {
    display: block;
}

.InfoCardImage img {
    max-width: 90px;
    height: auto;
    display: block;
}

.InfoCardContent h3 {
    margin: 0 0 10px;
    font-size: 20px;
}

.InfoCardContent p {
    margin: 0;
}

.InfoCardCTA p:last-child {
	margin:0;
}
.PodcastBox {
	background: #ecf4f7 url("/Portals/0/Images/soundwaves-blubg.png") no-repeat right bottom;
	background-size:45%;
	border-radius: 10px;
	margin:0 auto 45px;
	overflow:hidden;
}
.PodcastBox p.SmallTitle {
	text-transform:uppercase;
	color:#3c828e;
	margin-bottom:5px;
	font-weight:600;
}
.PodcastBox h2 {
	margin-bottom:15px;
}
.PodcastBox .col-md-8 {
	padding:20px 20px 15px 20px;
}
@media only screen and (min-width:375px) {
#FullBlackBar {
	padding: 11px 0 15px 0;
}
#FullBlackBar ul li:last-child {
	margin-right: 0;
}
#FullBlackBar .linkListingHead {
	top: 10px;
}
#search {
	/*top: 25px;*/
}
#FullBlackBar ul li {
	list-style-type:none;
	display:inline-block;
	font-size:12px;
	padding:0;
}
}
@media only screen and (max-width: 991px) {
  #navbar {
    float: none !important;
    position: absolute;
    width: 100%;
    z-index: 1000;
    overflow: visible;
    margin: 0;
    left: 0;
	background-color: #3c828e;
	/*background-color: #40606F;
	background-image: -moz-linear-gradient(45deg, rgba(35,31,32,1) 0%, rgba(35,31,32,0) 100%);
  background-image: -webkit-linear-gradient(45deg, rgba(35,31,32,1) 0%,rgba(35,31,32,0) 100%);
  background-image: linear-gradient(45deg, rgba(35,31,32,1) 0%,rgba(35,31,32,0) 100%);*/
  box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
  }
    .dropdown-menu {
    float: none;
    box-shadow: none;
  }
   .whitewrapper {
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    text-align: center;
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  #navbar-top-wrapper {
    /*clear: both;
    position: relative;*/
  }
  a.WhiteButton, a.TealButton {
	display:block;
}
header #dnnMenu {
    height: 230px;
    overflow-y: scroll;
	padding: 0 15px;
}
#Body .eds_news_NewsMagazine.eds_subCollection_news .edn_article .articleContent .panel-group {
  float: none;
  margin-bottom: 25px;
}
}
.ArtWrapperBox {
	background-color: #f2f3f5;
  max-width: 450px;
  margin: 0 auto 25px;
  position: relative;
  border-radius: 10px;
  border: 1px solid #c5c5c5;
  overflow: hidden;
  padding-bottom:7px;
}
.ArtWrapperBox .Content {
  padding: 20px 15px 0 15px;
}
.ArtWrapperBox p.SmallTitle {
  color: #3c828e;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
}
.ArtWrapperBox p.SmallTitle i {
  margin-right: 8px;
}
.eds_news_Ozone .ArtWrapperBox h3, .eds_news_Ozone .ArtWrapperBox h3 a, .eds_news_Ozone .ArtWrapperBox h3 a:hover {
   font-family: "Open Sans", sans-serif;
   font-weight: 700;
   color: #3c828e !important;
   font-size: 22px;
  line-height: 24px;
  margin: 0 0 20px;
}
.eds_news_Ozone.eds_subCollection_news .edn_article .ArtWrapperBox .edn_articleSummary {
  padding:0;
  font-family: "Open Sans", sans-serif;
  font-size:16px;
  line-height: 24px;
  color: #222;
  font-size: 16px;
  margin-bottom: 20px;
}
.eds_news_Ozone .ArtWrapperBox a.ArrowLink-Teal {
	color: #3c828e;
	font-size:18px;
  line-height: 24px;
  font-family: "Open Sans", sans-serif;
}
.eds_news_Ozone .ArtWrapperBox a.ArrowLink-Teal::after {
	line-height: 26px;
}
.col-lg-4 .DNNModuleContent.ModEasyDNNnewsC {
	margin-bottom:0;
}
@media only screen and (min-width:768px) {
img.left {
	float:left;
	margin:0 20px 0 0;
}
img.right {
	float:right;
	margin: 0 0 0 20px;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.Custom .edn_mediaContainer {
	float:right;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.Custom .TopSection {
	min-height:350px;
}
.navbar-nav {
	float:none;
}
.MultiButton a {
	display:inline-block;
	margin:0 15px 0 0;
}
.MultiButton a.TealButton {
	margin:0 15px 10px 0;
}
footer ul li {
	 border-right: solid 1px #58595b;
}
footer ul li:nth-child(2n) {
	 border-right: unset;
}
footer .col-sm-6 {
	padding-top:35px;
}
footer .fdiclogos, footer #dnn_footer_left_1 p  {
	text-align:left;
}
footer .FooterSocial, footer #dnn_footer_right_2 p {
	text-align:right;
}
footer ul li:last-child {
    border-right: unset;
}
footer .footer-below span {
	text-align:left;
}
#FullBlackBar ul {
  max-width: unset;
  float: right;
}
#FullBlackBar .linkListingHead {
	margin: 0;
    right: 0;
    left: unset;
    top: 15px;
}
.Zelle {
	margin-bottom:40px;
}
.InnerSkin #FullWhiteBG {
	padding-top:45px;
}
#Body .eds_news_NewsMagazine.eds_subCollection_news .edn_article .articleContent .accordion.tocAccordion.left {
  float: left;
  width: 34%;
}
.FullTealBG i {
  font-size: 73px;
}
.InfoCardCTA {
  margin-top: 0px;
  min-height:140px;
}
.InfoCardCTA p:first-child {
	min-height:96px;
}
}
@media only screen and (min-width:992px) {
.FullTealBG i {
    font-size: 95px;
}
.FullTealBG h2 {
	margin-bottom:8px;
}
.FullTealBG p {
	margin:0;
}
.eds_news_Advantage #BlogList .card-title { 
	min-height:50px;
}
.eds_news_Advantage #BlogList .Category .card-category {
	min-height:38px;
}
.eds_news_Advantage #BlogList .card-description {
	min-height:63px;
}
.eds_news_Ozone.eds_subCollection_news #SimpleEvents .edn_mediaContainer {
  float: left;
  margin-bottom: 35px;
}
.ApplyDropBox {
	right:0;
	left:unset;
}
#navbar-top-wrapper {
	display:inline-block;
}
#LightGreyBar {
	padding:8px 0;
}
#FullBlackBar ul {

	text-align:right;
}
#logo {
    display: inline-block;
    text-align: left;
    position: relative;
    z-index: 1000;
}
  #belowsection {
    min-height: 72px;
    margin-top: -50px;
    width: 100%;
    /*float: right;*/
    position: relative;
  }
  /*.InnerSkin #belowsection {
	  min-height: 66px;
    margin-top: -65px;
  }*/
  #belowsection .loginSection {
   float: right;
    width: 100%;
    text-align: right;
    line-height: 58px;
    max-width: 210px;
    height: 59px;
    margin-top: 0;
  }
   #belowsection .loginSection div {
    display: inline-block;
    line-height: 20px;
  }
  .menusection {
    width: 67%;
    text-align: right;
    float: right;
    position: relative;
  }
#search {
	display: block;
	position: relative;
	top: 0;
	right:0;
}
#dnn_LightGreyContent {
	height: 31px;
  vertical-align: middle;
  display: table-cell;
}
#headergradient.teal {
  padding:0;
}
#logo img {
  max-width: 245px;
  margin: 23px 0 5px 0;
}
.loginBtn {
	height: 72px;
}

header .loginBtn a.SmallButton {
	border:unset;
	background-color:#fff;
	line-height: 18px;
    font-size: 14px;
	color:#3c828e;
	text-align: center;
    display: block;
	padding: 5px 15px;
	border:2px solid #fff;
	font-weight:600;
	margin-right:0;
}
  #dnn_AccountLogin {
    position: relative;
  }
    .olbTop {
    position: absolute;
    left: unset;
    right: 0;
    top: 0;
    max-width: 270px;
    display: block;
    box-shadow: 3px 5px 5px -3px rgba(0,0,0,0.35);
    -webkit-box-shadow: 3px 5px 5px -3px rgba(0,0,0,0.35);
    -moz-box-shadow: 3px 5px 5px -3px rgba(0,0,0,0.35);
    /*background: rgba(255,255,255,.9);*/
    padding: 12px 10px 12px 10px;
	background:#fff;
  }
  .InnerSkin .olbTop {
    display: none;
  }
    .loginX img {
    max-width: 15px;
    margin-bottom: 5px;
  }
    .olbTop h4 {
    margin-bottom: 9px;
    padding: 0;
  }
  .Zelle {
	margin-bottom:0;
}
.InnerSkin #FullWhiteBG {
	padding-top:0;
}
.text-center.padding50 {
	margin-bottom:70px;
}
#navbar-top-wrapper {
  width: 100%;
}
.eds_news_Press #HPFeed.edn_colGutter [class*="edn_width"] {
  margin-top: 0;
}
.eds_news_Press #HPFeed .edn_articleStyle1 h2.edn_articleTitle {
  margin: 10px 0 20px 0;
}
#Body .eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_articleDetails.Custom .articleContent {
    position: relative;
    /*display: flex;*/
	display:table;
	width:100%;
}
#Body .eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_articleDetails.Custom .accordion.tocAccordion.left.is-sticky {
  top: 185px;
        left: unset;
        width: 285px;
        z-index: 999;
        float: left;
        right: unset;
        padding: 0;
        max-height: unset;
        overflow-y: unset;
		position:fixed;
}
#Body.dnnEditState .eds_news_NewsMagazine.eds_subCollection_news .edn_article.edn_articleDetails.Custom .accordion.tocAccordion.left.is-sticky {
	position:relative;
}
.eds_news_NewsMagazine.eds_subCollection_news .edn_article.Custom {
	max-width: 90%;
    margin: 35px auto;
}

#Body .eds_news_NewsMagazine.eds_subCollection_news .edn_article .articleContent .ArticleContents {
        width: 62%;
        float: right;
}
}
@media only screen and (min-width:1024px) {
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_articleDetails.Location-Custom .LoanOfficerCard {
	flex-direction: row;
    align-items: center;
    max-width: unset;
    max-width: 500px;
    margin: 0 0 45px 0;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_articleDetails.Location-Custom .LoanOfficerCard-content {
  background: unset;
  background-size:  unset;
  padding: 15px;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_articleDetails.Location-Custom .LoanOfficerCard {
  background: url("/Portals/_default/Containers/Equitable/img/containerbox-overlayopacity.png") no-repeat right bottom;
    background-size: auto;
  background-size: 32%;
  padding: 0;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_articleDetails.Location-Custom .LoanOfficerCard-image img {
  border-bottom: unset;
}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_articleDetails.Location-Custom .LoanOfficerCard {
	text-align:left;
	margin-top:20px;
}

.eds_news_Ozone.eds_subCollection_news .edn_article.edn_articleDetails.Location-Custom .LoanOfficerCard .LoanOfficerCard-content p:last-child {
	margin-bottom:0;
}
footer ul li {
	width: unset;
padding: 0 25px;	
}
footer ul li:nth-child(2n) { 
	border-right: solid 1px #58595b;
}
footer ul li:first-child {
  padding-left: 0px;
}
footer ul li:last-child {
	border-right:unset;
}
footer .FooterSocial a {
  margin-right: 22px;
}
#LightGreyBar .headerRight {
	float:right;
}
#LightGreyBar .headerRight input {
	min-width:250px;
}
.ComunicationWithZelle {
	position:relative;
}
.ComunicationWithZelle .Content {
	z-index: 3;
  text-align: left;
  padding: 0 15px;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}
.ComunicationWithZelle .Content h2, .ComunicationWithZelle .Content p {
	color:#fff;
}
#dnn_MidPaneLeftTop2 .iconborderright, #dnn_MidPaneRightTop2 .iconborderright {
	margin-bottom:50px;
}

}
@media only screen and (min-width:1200px) {
 .InfoCardTop {
        display: flex;
        align-items: flex-start;
        gap: 8px;
		min-height:82px;
    }

 .InfoCardImage {
        flex: 0 0 10px;
    }
.InfoCardImage img {
	max-width:70px;
}
.InfoCardContent {
        flex: 1;
}
.InfoCardCTA {
  min-height:140px;
}
.InfoCardCTA p:first-child {
	min-height:96px;
}
#FullBlackBar ul {
  text-align: right;
}

#LightGreyBar p {
  font-size: 13px;
  line-height:15px;
}
.loginX img {
    max-width: 13px;
}
   .HomeSkin .olbTop {
    display: block;
    top: 0;
}
#logo img {
    max-width: 307px;
}
#belowsection {
    min-height: 72px;
    margin-top: -54px;
}
.eds_news_Press #HPFeed .edn_leadingArticle > section > div {
  right: 5px;
}
#Body .eds_news_NewsMagazine.eds_subCollection_news .edn_article .articleContent .accordion.tocAccordion.left {
    width: 29%;
	margin-right:20px;
}
#Body .eds_news_NewsMagazine.eds_subCollection_news .edn_article .articleContent .ArticleContents {
	width: 68%;
}
 .FullTealBG i {
    font-size: 115px;
  }
}
@media only screen and (min-width:1385px) {
.ArtWrapperBox {
	padding-bottom:0;
}
.ArtWrapperBox .overlay {
    background: linear-gradient( to right, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 45%, rgba(255,255,255,0.9) 60%, rgba(255,255,255,0.4) 80%, rgba(255,255,255,0) 100% );
    z-index: 1;
    bottom: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}
.ArtWrapperBox .Content {
    z-index: 3;
    padding: 0 15px;
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translate(0,-50%);
    left: 15px;
    max-width: 75%;
}
.ArtWrapperBox p.SmallTitle, .ArtWrapperBox .Content p:last-child {
    margin: 0;
}
}
@media only screen and (min-width:1600px) {
#dnn_MidPaneLeftTop1 .iconborderright, #dnn_MidPaneLeftTop2 .iconborderright {
	padding-left:75px;
}
}

.FiveColumnRow {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.FiveColumnRow > div {
    width: 100%;
    padding: 0 15px;
}

/* 5 columns */
@media (min-width:1200px) {
    .FiveColumnRow > div {
        width: 20%;
    }
}

