@charset "UTF-8";
em, small {
    letter-spacing: 0
}

body, li, p {
    line-height: 1.5em
}

html {
    scroll-padding-top: 165px;
}

.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
}

html, li, p {
    font-size: 18px
}

ol.list-unstyled, ol.list-unstyled>li, ul.list-unstyled, ul.list-unstyled>li {
    list-style: none;
    margin: 0
}

ul.row {
    margin-left: -15px;
    margin-right: -15px
}

ol, ul {
    list-style: none;
	padding-left:0;
}

ul li {
    list-style-type: disc
}

ul li li {
    list-style-type: circle
}

ol li {
    list-style-type: decimal;
    list-style-position: inside
}

.nav li {
    list-style: none!important
}

a {
    outline: 0!important
}

ul#myTab {
    padding: 0;
    margin: 0
}

.popover {
    z-index: 999
}

.mark, mark {
    padding: 0;
    background-color: transparent
}

.bs-callout-danger, .bs-callout-info, .bs-callout-primary, .bs-callout-success, .bs-callout-warning {
    display: block;
    padding: 15px 30px 15px 15px
}

body {
    background: transparent;
    color: #333;
    font-size: 13px
}

.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, p {
    font-family: 'Lato', sans-serif;
}

.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 {
    margin: 0 0 25px;
	color:#3c3c3c;
}

ol li>ol li {
    list-style-type: lower-latin
}

h1, h2, h3, h4, h5, h6 {
    color: #0d4a88;
    line-height: 1.3em;
    margin: 0 0 10px;
	font-weight:700;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 27px;
}

h3 {
    font-size: 25px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}
.GreenText {
	color:#006a38;
}
.BlueText {
	color:#0d4a88;
}
.DisclaimerText, .DisclaimerText p, .DisclaimerText ul li, .contentarea p.DisclaimerText, .contentarea .DisclaimerText p, .contentarea .DisclaimerText ul li {
	font-size:16px;
	line-height:16px;
}
.DisclaimerText.smaller {
	font-size:13px;
}
.LG_GreenBtn, .LB_BlueBtn, .Wh_LightGrenBtn, .G_LightGreenBtn, .B_LightBlueBtn {
	position: relative;
	overflow: hidden;
	padding: 5px 30px 7px 30px;
	display:inline-block;
	box-shadow: 0 5px 15px rgba(0,0,0,0.20);
	z-index:1;
}
.contentarea .LG_GreenBtn,.contentarea .LB_BlueBtn,.contentarea .Wh_LightGrenBtn,.contentarea .G_LightGreenBtn,.contentarea .B_LightBlueBtn {
	font-size:18px;
	padding: 8px 30px 9px 30px;
}
.LG_GreenBtn::before,.LB_BlueBtn::before, .Wh_LightGrenBtn::before, .G_LightGreenBtn::before, .B_LightBlueBtn::before {
	content: "";
	position: absolute;
	left: -306px;
	width: 450px;
	height: 450px;
	z-index: -1;
	transform: rotate(45deg);
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	bottom: 30px;
}
.LG_GreenBtn:hover:before,.LB_BlueBtn:hover:before, .Wh_LightGrenBtn:hover:before, .G_LightGreenBtn:hover:before, .B_LightBlueBtn:hover:before {
	-webkit-transform: translateX(68%) translateY(54%) rotate(45deg);
  transform: translateX(68%) translateY(54%) rotate(45deg);
}
a.LG_GreenBtn, a.LG_GreenBtn:visited, a.LG_GreenBtn:focus, a.LB_BlueBtn, a.LB_BlueBtn:visited, a.LB_BlueBtn:focus, a.Wh_LightGrenBtn, a.Wh_LightGrenBtn:visited, a.Wh_LightGrenBtn:focus, a.G_LightGreenBtn, a.G_LightGreenBtn:visited, a.G_LightGreenBtn:focus, a.B_LightBlueBtn, a.B_LightBlueBtn:visited, a.B_LightBlueBtn:focus {
	color:#fff !important;
	font-weight:bold;
}
a.LG_GreenBtn:hover,a.LB_BlueBtn:hover,a.Wh_LightGrenBtn:hover, a.G_LightGreenBtn:hover, a.B_LightBlueBtn:hover {
	text-decoration:none;
}	
.LG_GreenBtn {
	background-color: #006a38;	
}
.LG_GreenBtn::before {
	background-color: #8fc73e;
}
a.LG_GreenBtn:hover {
	color:#fff;
}
.LB_BlueBtn {
    background-color: #004b89;
}
.LB_BlueBtn::before {
    background-color: #00b8ec;
}
a.LB_BlueBtn:hover {
	color:#fff;
}
.Wh_LightGrenBtn {
    background-color: #8fc73e;
}
.Wh_LightGrenBtn::before {
    background-color: #fff;
}
a.Wh_LightGrenBtn:hover {
	color:#8fc73e !important;
}
.G_LightGreenBtn {
	background-color: #8fc73e;	
}
.G_LightGreenBtn::before {
	background-color: #1f7e39;
}
a.G_LightGreenBtn:hover {
	color:#fff;
}
.B_LightBlueBtn {
	background-color: #00b8ec;	
}
.B_LightBlueBtn::before {
	background-color: #004b89;
}
a.B_LightBlueBtn:hover {
	color:#fff;
}
.contentarea a {
	color:#00b8ec;
}
.whiteborder {
	border:6px solid #fff;
	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);
}
img.right {
	margin:0 0 25px 15px;
}
img.left {
	margin:0 15px 25px 0;
}
@media only screen and (max-width:667px) {
img.right, img.left {
	float: none;
	clear: both;
	display: block;
	margin: 0 auto 25px;
}
img.left.iconimg {
	display: inline-block;
	float: left;
	margin:0 15px 25px 0;
	clear:none;
}
}
.contentarea ul li, .contentarea ol li {
    list-style-position: outside;
}

ul.checkmark {
    margin-left: 0;
	padding-left:0;
}
ul.checkmark li {
    list-style-type: none;
	position: relative;
	list-style-type: none;
	padding-left: 35px;
}

ul.checkmark li::before {
    background-image: url("https://www.secfed.bank/Portals/0/Images/SVG/blue-check.svg");
    background-repeat: no-repeat;
    content: " ";
    width: 35px;
    display: inline-block;
    height: 41px;
    margin-bottom: 0;
    position: absolute;
    left: 1px;
    top: 9px;
}
ul.checkmark.lightblue li::before {
	background-image: url("https://www.secfed.bank/Portals/0/Images/SVG/lightblue-check.svg");
}
ul.checkmark.green li::before {
	background-image: url("https://www.secfed.bank/Portals/0/Images/SVG/green-check.svg");
}
a.anchor {
    padding-top: 150px;
    margin-top: -150px;
	z-index: -1;
	position: relative;
    display: inline-block;
}
a.anchor:before {
    display: inline-block;
    content: " ";
    padding-top: 150px;
    margin-top: -150px;
    visibility: hidden;
}
#tvcCalculatorResultsId {
	 padding-top: 180px;
    margin-top: -180px;
	position: relative;
    display: inline-block;
	z-index:-1;
}
#tvcCalculatorResultsId:before {
    display: inline-block;
    content: " ";
    padding-top: 180px;
    margin-top: -180px;
    visibility: hidden;
}
.externalButtons img {
    display: inline-block;
    max-width: 150px;
    margin: 5px 20px 5px 0;
}
/*.InnerSkin #dnn_HeroSectionFull p:nth-child(1) {
	margin-bottom:35px;
}*/
.MenuContent {
	visibility:hidden;
}
ul.megamenu li .MenuContent {
	visibility:visible;
}
.InnerSkin.notSticky header {
	position: relative;
	padding-bottom: 25px;
}
.InnerSkin.notSticky .heightsection.taller, .InnerSkin.notSticky .heightsection, .InnerSkin.notSticky .heightsection.taller.tallermore {
    padding-top: 0;
}
header {
    background: #fff;
    border-bottom: 1px solid #c9c8c8;
	position: fixed;
	width: 100%;
	z-index:1000;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.30);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.30);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.30);
}
.loggedin header {
	position:relative;
}
.loggedin .heightsection {
    padding-top: unset;
}
.loggedin ul.megamenu li .sub {
	top:40px;
}
.HomeSkin {
	position:relative;
}
#logo {
    margin: 0 auto 15px;
	text-align:center;
}
#logo img {
    max-width:250px;
	margin-bottom:5px;
    max-height: 100px;
}
.sticky {
    top: 0;
    width: 100%;
    transition: padding 300ms ease;
}

.navbar .brand {
    float: left;
    padding: 0!important;
    max-width: 120px
}
#search {
    display: none;
    position: absolute;
    top: 146px;
    z-index: 10000;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
.navbar {
    padding: 20px 0 25px 0;
	position: relative;
	min-height: 50px;
	display: block;
}
#navbar-top-wrapper {
    width: 100%;
}
.MobileLogos div {
    display: inline-block;
}
.AccountLoginBtn {
	margin-top:6px;
}
.LoginBtn {
    background-color: #8fc73e;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    padding: 4px 13px;
    border: 2px solid #8fc73e;
}
.LoginBtn:hover {
    background-color: transparent;
    color: #8fc73e;
    border: 2px solid #8fc73e;
}
.MobileLogos .icons {
    float: right;
}
.MobileLogos .icons a {
    width: 27px;
    height: 35px;
    display: block;
    float: left;
    margin: 3px 3px 0 0;
    text-align: center;
}
.MobileLogos .icons a .fas {
	font-size:27px;
	color:#525252;
}
.MobileLogos .icons .navbar-toggle {
    margin: 4px 8px 0 0;
    padding: 0;
    border: none;
    border-radius: 0;
    width: 26px;
    background: transparent;
}
.navbar-toggle .icon-bar {
	height:4px;
	width: 26px;
}
.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 5px;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #525252;
}
.MobileLogos .navbar-toggle.active .icon-bar {
	width:34px;
}
.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;
}
.HomeSkin .heightsection {
	padding-top: 326px;
}
.InnerSkin .heightsection {
	padding-top: 184px;
}
.InnerSkin .heightsection.taller {
	padding-top: 336px;
}
.HomeSkin .heightsection.taller.tallermore {
	padding-top: 575px;
}
.InnerSkin .heightsection.taller.tallermore {
	padding-top: 575px;
}
.InlineButtons a:nth-child(1) {
	margin-bottom:25px;
}
/*new landing page 06.20*/
.GreyBackground, .GreyBG {
	background-color:#f9f9f9;
}
@media only screen and (min-width:375px) {
.InnerSkin .heightsection.taller {
	padding-top: 278px;
}
.HomeSkin .heightsection.taller.tallermore, .InnerSkin .heightsection.taller.tallermore {
	padding-top: 515px;
}
}
@media only screen and (min-width:485px) {
.InnerSkin .heightsection.taller {
	padding-top: 260px;
}
.InnerSkin .heightsection.taller.tallermore {
	padding-top: 483px;
}
}
@media only screen and (min-width:667px) {
.InlineButtons a:nth-child(1) {
	margin:0 15px 0 0;
}

}
@media only screen and (min-width:768px) {
#navbar {
    float: right
}
.InnerSkin .heightsection.taller {
	padding-top: 250px;
}
.HomeSkin .heightsection.taller.tallermore {
  padding-top: 359px;
}
.InnerSkin .heightsection.taller.tallermore {
	padding-top: 359px;
}
}

@media only screen and (min-width:992px) {
.InnerSkin .heightsection {
    padding-top: 155px;
}
.HomeSkin .heightsection {
	padding-top: 285px;
}
.HomeSkin .heightsection.taller.tallermore {
  padding-top: 323px;
}
.InnerSkin .heightsection.taller.tallermore {
	padding-top: 323px;
}
#logo {
    text-align: left;
	display: inline-block;
}
.HeaderRightSection {
    float: right;
    transition: all .2s;
}
.HeaderRightSection div {
    display: inline-block;
}
.HeaderLinks span {
    vertical-align: top;
    line-height: 23px;
    margin: 0 5px;
}
p.HeaderLinks {
    display: inline-block;
    margin-left: 12px;
    margin: 0 0 20px;
}
.HeaderLinks a {
    font-size: 18px;
    color: #4e4d4f;
}
.menusection {
    min-height: 18px;
    margin-top: -32px;
    width: 100%;
	float:right;
}
.menusection .wrapper {
    min-height: 50px;
    text-align: right;
}
.menusection .wrapper > div {
    display: inline-block;
}
.menuitems {
    margin-top: -8px;
}
.locationlink.links {
    margin-right: 15px;
}
.locationlink.links .fas {
	font-size:14px;
}
.HeaderRightSection .searchicon {
	margin:0 10px;
}
.loginBtn {
    background-color: #8fc73e;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    padding: 6px 16px 6px 25px;
    border: 2px solid #8fc73e;
	background-image:url("https://www.secfed.bank/Portals/0/Images/SVG/white_lock.svg");
	background-repeat:no-repeat;
	background-position: 6px 6px;
}
.loginBtn:hover {
	background-image:url("https://www.secfed.bank/Portals/0/Images/SVG/lgreen_lock.svg");
	background-repeat:no-repeat;
	background-position: 6px 6px;
	background-color: transparent;
}
.loginBtn:hover a, .loginBtn:active a, .loginBtn:focus a, .loginBtn a:hover, .loginBtn a:active, .loginBtn a:focus {
	color: #8fc73e;
	text-decoration:none;
}
.loginBtn a, .loginBtn a:active {
	color:#fff;
}
.contentarea .LG_GreenBtn,.contentarea .LB_BlueBtn,.contentarea .Wh_LightGrenBtn,.contentarea .G_LightGreenBtn,.contentarea .B_LightBlueBtn {
	font-size:20px;
	padding: 10px 28px 11px 28px;
}
}
#logo img {
	-webkit-transition: all .2s ease-in .2s;
-moz-transition: all .2s ease-in .2s;
transition: all .2s ease-in .2s;
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
.navbar {
    padding: 20px 0 0 0;
}
}
@media only screen and (min-width:1025px) {
.navbar {
    padding: 20px 0 0 0;
}
.InnerSkin .heightsection.taller {
    padding-top: 233px;
}
}
@media only screen and (min-width:1200px) {
.HomeSkin .heightsection.taller {
    padding-top: 248px;
}
.HomeSkin .heightsection {
	padding-top: 179px;
}
.InnerSkin .heightsection {
    padding-top: 154px;
}
.InnerSkin .heightsection.taller {
    padding-top: 228px;
}
#logo {
    margin: 0 auto;
}
#logo img {
    max-width:unset;
	margin-bottom:0;
}
.sticky #logo img {
    max-width: 270px;
    margin-bottom: 0;
	-webkit-transition: all .2s ease-in .2s;
-moz-transition: all .2s ease-in .2s;
transition: all .2s ease-in .2s;
}
.contentarea ul li, .contentarea ol li {
	font-size:20px;
}
.contentarea p {
	font-size:20px;
	line-height:24px;
}
.HeaderLinks span {
    margin: 0 11px;
}
.HomeSkin .heightsection.taller.tallermore {
  padding-top: 288px;
}
.InnerSkin .heightsection.taller.tallermore {
	padding-top: 288px;
}
}
@media only screen and (min-width:1440px) {
.sticky #logo img {
	max-width: 300px;
}
.HomeSkin .heightsection.taller.tallermore {
  padding-top: 295px;
}
.InnerSkin .heightsection.taller.tallermore {
  padding-top: 280px;
}
.GreyBackground {
	/*margin:45px 0 65px 0; -- removed on 29.11.2024. gives gap*/
}
}
@media only screen and (min-width:1600px) {
.HomeSkin .heightsection.taller.tallermore {
  padding-top: 270px;
}
.InnerSkin .heightsection.taller.tallermore {
  padding-top: 270px;
}
}
@media only screen and (max-width:991px) {
    nav {
        display: none
    }

    #navbar-top-wrapper {
        clear: both;
        position: relative
    }
    #navbar {
    float: none !important;
    position: absolute;
    width: 100%;
    z-index: 1000;
    overflow: visible;
    margin-top: 18px;
    left: 0;
	padding:0;
	box-shadow: 0px 8px 5px -4px rgb(0 0 0 / 30%);
	}
	#dnnMenu {
    height: 250px;
	}
	.nav.navbar-nav.topLevel.sm.sm-collapsible {
    margin: 0;
	}
	.navbar-nav > li > a {
    padding-top: 4px;
    padding-bottom: 3px;
}
.navbar-nav {
    float: none;
}
.dropdown-menu {
	float:none;
	box-shadow:none;
}
}
@media only screen and (max-width:1023px) {
#dnn_dnn_backroundimage {
	display:none !important;
}
}
@media only screen and (max-width:1024px) {
.pagebkgr {
	height: 1911px !important;
}
}
@media only screen and (max-width:991px) {
.pagebkgr {
	height: 1430px !important;
}
.main-navigation {
	height: auto;
	width: 100%
}
#dnnMenu {
    height: 190px;
    overflow-y: scroll;
	margin-top:7px;
}
 table.greybg,
    table.greybg caption,
    table.greybg thead,
    table.greybg tbody,
    table.greybg th,
    table.greybg td,
    table.greybg tr{
        display:block;
    }
    table.greybg th{
        display:none;
    }
    table.greybg tr{
        float:left;
        width:100%;
    }
    table.greybg tr:nth-child(2n){
        background-color:#f7f7f7;
    }
    table.greybg td{
        float:left;
        width:100%;
		line-height: 25px;
		padding:10px 14px;
		vertical-align: top;
		border-bottom: 1px solid #d5d6d6;
		font-size:18px;
	}

    table.greybg td:before{
        content: attr(title);
        display:block;
        font-weight:700;
        width:100%;
    }
	.RatesTab {
		width: 100%;		
		clear: both;
	    background-color: transparent;
	}
	.RatesTab ul {
		display: block;
		margin: 0 0 45px;
	}
	.RatesTab li {
		width: 100% !important;
		background-color: #0d4a88;
		padding: 0;
		list-style-type: none !important;
		text-align: center;
		line-height:46px;
		list-style-type: none;
	}
	.RatesTab a {
		display: block;
		width: 100%;
		color: #fff;
		font-size: 16px;
		text-align: center;
		text-decoration: none;
		text-transform: uppercase;
		list-style-type: none !important;
		font-weight:bold;
	}
}
@media only screen and (max-width:670px) {
.pagebkgr {
	height: 2952px !important;
}
}
@media only screen and (max-width:320px) {
.pagebkgr {
	height: 3060px !important;
}
}
#breadcrumb {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px dashed;
    border-color: #ccc;
    background-color: transparent;
    padding: 5px 0;
    margin: 0;
    display: block
}

#breadcrumb a {
    margin-left: 10px;
    font-weight: 600;
    font-size: 11px;
    color: #626262
}

#breadcrumb a:first-child {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 11px!important;
    font-weight: 400;
    color: #7b7d82;
    margin: 0
}

#breadcrumb img, #breadcrumb span {
    margin-left: 10px
}

main {
    background: #fff;
    border: 1px solid #ececec;
    border-top: none;
    margin-bottom: 15px;
    min-height: 350px
}

.dnnpane>[class*=col-md], .dnnpane>[class^=col-md] {
    padding: 0 15px
}
#scrollTopBtn {
    position: fixed;
    z-index: 5000;
    right: 15px;
    bottom: 22px;
    display: none;
    visibility: visible;
}
footer {
	text-align:center;
	background-color:#004b89;
	padding: 35px 0 30px 0;
}
footer p {
    word-break: break-all;
}
.InnerSkin footer {
	background-color:#eaeaea;
	border-top:4px solid #8fc73e;
}
footer p, footer a, footer a:hover, footer a:active, footer a:visited, footer span {
	color:#fff;
}
.InnerSkin footer p,.InnerSkin footer a,.InnerSkin footer a:hover,.InnerSkin footer a:active,.InnerSkin footer a:visited,.InnerSkin footer span {
	color:#505050;
}
footer p, footer span {
	font-size:16px;
}
#dnn_FooterLeft p {
	margin:0 0 5px 0;
}
.FooterRight span.fdic_ehl_images {
    clear: both;
    display: block;
    margin-bottom: 20px;
}
.FooterRight span.fdic_ehl_images img:nth-child(1) {
	margin-right:15px;
}
.FooterRight a {
    font-size: 16px;
    line-height: 31px;
    display: inline-block;
    background-color: transparent;
    border-radius: 50%;
    font-weight: 700;
    width: 35px;
    height: 35px;
    text-align: center;
    margin: 0 12px 30px 0;
    border: 3px solid #fff;
    color: #fff;
}
.InnerSkin .FooterRight a {
	border: 3px solid #505050;
}
.InnerSkin .FooterRight a:hover {
	background-color: #505050;
    border: 3px solid #505050;
    color: #eaeaea;
}
.FooterRight a:last-of-type, .FooterRight img:last-of-type {
    margin-right: 0;
}
.FooterRight a:hover, .FooterRight a:active, .FooterRight a:focus {
    background-color: #fff;
    border: 3px solid #fff;
    color: #004b89;
}
footer #dnn_dnnCopyright_lblCopyright {
	margin-bottom: 30px;
	display: block;
}
@media only screen and (min-width:992px) {
#search {
    top: 50px;
    left: unset;
    right: 109px;
    margin-left: unset;
    margin-right: unset;
}
#scrollTopBtn {
    bottom: 55px;
    right: 25px;
}
footer {
	text-align:unset;
}
.FooterRight span.fdic_ehl_images {
    display: inline-block;
	margin-left: 25px;
}
.FooterRight {
	text-align: right;
}
footer p, footer span {
	font-size:18px;
}
}
@media only screen and (min-width:1025px) {
.HomeSkin footer {
    bottom:0;
    height:100%;
    left:0;
    width:100%;
	margin-top:43px;
	background:transparent;
	position: relative;
	z-index: 1;
}
.HomeSkin .gradient {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+22,523b21+22,4d381f+32,3e2d19+52,110d07+100&0+0,0+22,0.07+33,0.28+55,0.66+88,0.79+100 */
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%); /* FF3.6-15 */
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%); /* Chrome10-25,Safari5.1-6 */
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%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#c9110d07',GradientType=0 ); /* IE6-9 */
position:absolute;
width: 100%;
height: 450px;
bottom: 0;
}
}
.pagebkgr {
	width: 100%;
	background-size: cover;
}
.flexslider {
	margin:45px 0 !important;
}
.flexslider .LB_BlueBtn {
	font-size:18px;
	padding: 10px 36px 12px 36px;
}
.flexslider .WhiteIcon.Blue .corner {
    border: 6px rgba(0, 77, 139, 0.6) solid;
}

.HomeSkin .WhiteIcon.Green {
	margin:45px auto;
}
.HomeSkin #dnn_LowerContentRight6 .WhiteIcon.Blue {
	margin:0 auto 45px;
}
@media only screen and (min-width:1024px) {
.HomeSkin .WhiteIcon.Green {
	margin:0 auto;
}
#dnn_dnn_backroundimage {
    margin: 45px 0;
	display:none;
}
.bx-wrapper[style] {
    float: right;
    padding: 65px 0;
    position: relative;
}
a.bx-prev {
    background: transparent url("https://www.secfed.bank/Portals/_default/skins/securityfed/images/sprite.png") no-repeat;
	background-position: -1px 0px;
	display: block;
	height: 18px;
	left: 28px;
	position: absolute;
	text-indent: -999em;
	top: 1px;
	width: 28px;
}
a.bx-next {
    background: transparent url("https://www.secfed.bank/Portals/_default/skins/securityfed/images/sprite.png") no-repeat;
	background-position: -2px -23px;
    bottom: -4px;
    display: block;
    height: 19px;
    left: 29px;
    position: absolute;
    text-indent: -999em;
    width: 28px;
}
.bx-wrapper > .bgkg_slider_bkgr {
	background: transparent url("https://www.secfed.bank/Portals/_default/skins/securityfed/images/sliderdots.png") no-repeat;
	background-position: -1px 0px;
	height: 34px;
	left: 29px;
	position: absolute;
	top: 22px;
	width: 23px;
}
.bx-wrapper > .bgkg_slider_bkgr_2 {
    background: transparent url("https://www.secfed.bank/Portals/_default/skins/securityfed/images/sliderdots.png") no-repeat;
	background-position: -1px 0px;
	height: 34px;
	left: 28px;
	position: absolute;
	top: 352px;
	width: 23px;
}

ul.bkgr_slider li[style] {
    background: #fff;
    border: 3px solid #fff;
    border-radius: 50%;
    height: 80px;
    overflow: hidden;
    width: 80px !important;
} 
ul.bkgr_slider {
	padding-left:0;
	margin-left:0;
}
.flexslider .slides > li {
	max-width:656px;
	
}
.flexslider .WhiteIcon .contentwrapper {
	padding: 44px 45px 31px 45px;
}

}
@media only screen and (min-width:1280px) {
.flexslider .WhiteIcon.Blue h3 {
	margin-bottom: 40px;
}
.flexslider .WhiteIcon.Blue h3::after {
	bottom: -19px;
}
}

/*Location header dropdown*/
#dnn_HeaderLocations {
    position: relative;
    float: none;
}
.locationListingHead {
	display:none;
	position:relative;
}
.locationListingHead {
    position: absolute;
	z-index: 5000;
	top: 57px;
	right: 152px;
	display: none;
	overflow: hidden;
	border: 1px solid #8fc73e;
}
.DottedBorder {
    background-color: #FFF;
    width: 345px;
	max-height: 545px;
    overflow-y: scroll;
    text-align: left;
	position:relative;	
}
.DottedBorder .closeiconx {
	right: 10px;
	position: absolute;
	z-index: 1005;
	top: 3px;
	max-width: 11px;
}
.DottedBorder .closeiconx:hover {
	cursor:pointer;
}
.DottedBorder  .AllLoc {
	position:sticky;
	text-align:center;
	padding: 16px 0 10px 0;
	background-color:#fff;
	width: 100%;
	top:0;
	z-index:100;
	border-bottom:1px solid #8fc73e;
}
.DottedBorder  .AllLoc a.G_LightGreenBtn {
	font-size:17px;
	font-weight:bold;
	padding: 9px 21px 9px 21px;
	box-shadow: 0 5px 5px rgba(0,0,0,0.10);
}
.locationItem h3 {
    padding-top:10px;
}
.locationItem img {
    float: right;
    margin: 0 0 0 4px;
}
.locationDetails {
    border-bottom:1px solid #8fc73e;
	padding: 20px 8px 29px 8px;
}
.locationItem h3 {
    font-size: 17px;
    text-transform: uppercase;
    color: #8fc73e;
    font-weight: 700;
    margin-bottom: 6px;
}
.locationItem p {
    color: #515151;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 8px;
}
.locationItem .Green_Btn {
    background-color: #8fc73e;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    padding: 3px 6px;
    border: 1px solid #8fc73e;
}
.locationItem .Green_Btn:hover {
	color: #8fc73e;
	border: 1px solid #8fc73e;
	background:transparent;
	text-decoration:none;
}

/********************Speedbump pop up****************************/
.popupBG {
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(32, 32, 32, 0.7);
}

.extlinkContent {
    position: absolute;
    z-index: 10000;
    top: 2%;
	left: 3%;
	width:90%;
	padding:10px 15px;
    border: 2px solid #d1cfc3;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.30);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.30);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.30);
    background: #fff;
}
.extlinkContent h2 {
	margin-bottom:15px;
	font-size:18px;
}
.extlinkContent h4 {
    margin: 10px 0 20px 0;
    color: #0d4a88;
    font-size: 16px;
    line-height: 18px;
	text-transform:none;
	margin-bottom:25px;
}
.extlinkContent p {
	font-size: 15px;
	line-height: 16px;
	margin-bottom:5px;
}
.extlinkContent p, .extlinkContent h4 {
    word-wrap: break-word;
}

@media (min-width: 768px){
.extlinkContent {
	left: 21%;
	width: 59%;
	padding:35px 40px;
}
}
@media (min-width: 991px){
.extlinkContent {
	top: 17%;
}
.extlinkContent h2 {
	font-size:33px;
	margin-bottom:30px;
}
.extlinkContent p {
	font-size:18px;
	line-height: 20px;
}
.extlinkContent h4 {
	font-size:18px;
	line-height: 22px;
}
.extlinkContent h4 {
	line-height: 26px;
	margin-bottom:50px;
}
.extlinkContent p {
	margin-bottom:20px;
}
}
@media (min-width: 1386px){
.extlinkContent {
    left: 29%;
    width: 43%;
}
}

.olbTop {
	display: none;
	position: absolute;
	z-index: 999;
	top: 162px;
	right: 0;
	max-width: 307px;
	height:auto;
    width: 100%;
    background: #fff;
	padding-bottom: 20px;
	border:1px solid #8fc73e;
	left:0;
}
.olbTop h2 {
    margin: 0;
	padding: 14px 26px 15px 26px;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	text-align: left;
	background-color:#8fc73e;
}
.loginX {
    position: absolute;
    top: 5px;
    right: 10px;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
}
.olbTop > select {
    display: block;
	width: 100%;
	max-width: 261px;
	height: 40px;
	margin: 20px auto;
	border-radius: 0;
	background-color: #ececec;
	border: none;
	font-size: 15px;
	padding-left: 7px;
}
#personal input[type="text"], #personal input[type="password"], #business input[type="text"], #business input[type="password"],#trust input[type="text"] {
    display: block;
	width: 100%;
	max-width: 258px;
	height: 40px;
	padding: 3px 3px 3px 5px;
	margin: 20px auto;
	font-size: 16px;
	color:#515151;
	border:1px solid #e1e1e1;
}
#dnnBankLoginSubmit_Banno, #dnnBankLoginSubmit_Trust,#dnnBankLoginSubmit_Personal {
   margin: 0 15px 0 17px;
   text-align: center;
    max-width: 255px;
    box-shadow: unset;
    margin: 20px auto;
    width: 100%;
    display: block;
}
a#dnnBankLoginSubmit_Banno, #dnnBankLoginSubmit_Trust,a#dnnBankLoginSubmit_Personal {
	font-size:18px;
	padding: 8px 30px;
}
.olbTop .G_LightGreenBtn:hover::before {
	-webkit-transform: translateX(72%) translateY(63%) rotate(45deg);
transform: translateX(72%) translateY(63%) rotate(45deg);
}
.boxlinks {
    display: block;
    width: 100%;
    max-width: 258px;
    margin: 20px auto;
}
.boxlinks a {
    color: #004b89 !important;
    font-size: 16px;
    text-decoration: none;
	float:left;
	font-weight:700;
}
.boxlinks a:last-child {
    float: right;
}
@media only screen and (min-width:992px) {
.olbTop {
	left:unset;
	right:0;
	top:68px;
}
}
.DoubleGreen {
    border-top: 1px solid #0e6b3a;
    border-bottom: 1px solid #0e6b3a;
    padding-bottom: 4px;
    margin: 25px 0;
	background-color: transparent;
	opacity: 1;
}
.responsive-table.mobtable {
    width: 100%;
	margin-bottom:35px;
}
.responsive-table.mobtable .tableheader.blue, .responsive-table.mobtable .tableheader.lightblue {
    font-size: 20px;
    color: #fff;
    padding: 10px;
	line-height:45px;
}
.responsive-table.mobtable .tableheader.blue {
	background-color:#0d4a88;
}
.responsive-table.mobtable .tableheader.lightblue {
	background-color:#00b8ec;
}
.responsive-table.mobtable tr {
	border-bottom:1px solid #0d4a88;
}
.responsive-table.mobtable tr:first-child {
	border-bottom:none;
}
.responsive-table.mobtable p {
	margin:0;
}
.responsive-table.mobtable td {
	padding:15px;
}
.responsive-table.mobtable .pipe {
	float:right;
}
.responsive-table.mobtable p {
    margin: 0;
    line-height: 25px;
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.table-responsive .basicTable {
    width: 100%;
    margin: 10px 0;
    border: solid 1px #f2f3f3;
}
.table-responsive .basicTable tr:nth-child(1) {
    background: #f2f3f3;
    color: #fff;
}
.table-responsive .basicTable td {
    padding: 10px;
    border: solid 1px #f2f3f3;
}
.table-responsive .basicTable th {
	padding: 10px;
}
.table-responsive .basicTable p {
    margin: unset;
}

.largeTable {
    width: 100%;
}
.largeTable tr {
	border-bottom: solid 1px #0d4a88;
}
.largeTable th {
    color: #fff;
	background: #0d4a88;
	padding: 5px 12px;
	text-align: center;
	border-right: solid 1px #fff;
	font-size: 18px;
	min-width: 160px;
	font-weight: 700;
	line-height: 27px;
	position:relative;
}
table.largeTable th img { 
	position:absolute;
	top:5px;
	right:5px;
	max-width:18px !important;
	cursor:pointer;
}
.largeTable td {
    padding: 13px 20px;
    vertical-align: middle;
    text-align: center;
}
.largeTable td:first-child {
    text-align: left;
    color: #4e4d4f;
    font-size: 16px;
    font-weight: 700;
}
.largeTable th.LightBlue {
    background: #00b8ec;
    position: relative;
}

.largeTable tr.lastrow {
	border-bottom:none;
}
.VisibleDesktop {
    display: none;
}
@media only screen and (min-width:992px) {
.VisibleDesktop {
    display: block;
}
.VisibleDesktop .responsive-table.largeTable {
	margin:35px 0;
}
.mobtable {
	display:none;
}
.RatesTab {
    border-bottom: 4px solid #0d4a88;
	margin-bottom: 30px;
}
.RatesTab ul {
    padding-left: 0;
	display: block;
	min-height: 46px;
    margin: 0;
}
.RatesTab li {
    width: 50%;
	float: left;
    list-style-type: none;
    text-align: center;
    line-height: 50px;
}
.RatesTab a {
    font-weight: bold;
    color: #0d4a88;
    display: block;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}
table.greybg {
	margin: 15px 0 45px 0;
}
table.greybg tr:nth-child(2n) {
    background: #edeeee;
}
table.greybg td {
    padding: 10px;
    vertical-align: top;
    border-bottom: 1px solid #d5d6d6;
	font-size:18px;
}
table.greybg th {
	font-size:18px;
	padding: 10px;
	text-align: left;
	vertical-align: bottom;
}
}
@media only screen and (min-width:1025px) {

}
.modal-header .close {
	font-size: 16px;
	padding: 3px 7px;
	margin: 0 0 0 auto;
	border: 2px solid #ccc;
	border-radius: 50%;
	background-color: transparent;
}
.RightBoxList ul li {
	font-size:19px;
}
.RightBoxList ul.checkmark li::before { 
	top:4px;
}
.ACCSelectorForm .LiveForm.Default ul.page-break-section {
	box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.2);
}
.ACCSelectorForm .LiveForm.Default td {
    font-family: 'Lato', sans-serif !important;
	font-size:18px;
}
.ACCSelectorForm .LiveForm.Default input[type="submit"],.ACCSelectorForm .LiveForm.Default input[type="button"] {
    background: #8fc73e;
	font-family: 'Lato', sans-serif !important;
	font-size:18px;
	padding:4px 15px;
}
.ACCSelectorForm .LiveForm.Default ul li {
	font-family: 'Lato', sans-serif !important;
	font-size:18px;
}

.ACCSelectorForm .LiveForm.Default input[type="submit"]:hover,.ACCSelectorForm .LiveForm.Default input[type="button"]:hover,.ACCSelectorForm .LiveForm.Default ul.Form_Navigation li,.ACCSelectorForm .LiveForm.Default input[type="button"].button-back, .LiveForm.Default input[type="button"].button-back:hover {
	box-shadow:unset !important;
}
.ACCSelectorForm .LiveForm.Default ul.page-break-section ul {
	margin-bottom:25px;
}
.contentarea .responsive-table.largeTable .G_LightGreenBtn {
    font-size: 18px;
    padding: 10px 16px 9px 16px;
    text-transform: uppercase;
}
.AccTabs .liveaccdefault .ui-accordion-content p.DisclaimerText {
	font-size:14px;
}
.currentdate {
	background:#00b8ec;
}
.currentdate p {
	color:#fff;
	font-size:15px;
	padding:10px;
	text-align:center;
	font-size:18px;
}
/*Calculatirs style*/
.CalculatorAcc .accordion-button {
	text-transform:uppercase;
	color: #0d4a88;
	font-weight:bold;
	background: #ebebeb;
	padding: 10px 15px;
	border-radius: unset;
}
.CalculatorAcc {
	margin-bottom:35px;
}

.CalculatorAcc .accordion-item:first-of-type, .CalculatorAcc .accordion-item:last-of-type {
	border-radius:unset;
}
.CalculatorAcc ul li, .CalculatorTab ul li {
	margin-bottom:15px;
}
@media only screen and (min-width: 992px) and (max-width: 1205px) {
.VisibleDesktop {
	overflow-y:scroll;
	max-width:100%;
}
.largeTable th {
	font-size: 16px;
	line-height: 24px;
}
}
@media only screen and (min-width:1205px) {
.VisibleDesktop {
	overflow-y:unset;
	max-width:unset;
}
}
@media only screen and (min-width:992px) {
.CalculatorTab {
	margin-bottom:45px;
	position: relative;
border: 2px solid #ebebeb;
}
.CalculatorTab .tab-pane.fade.show.active::before {
    content: '';
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 33%;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #fff;
}
#v-pills-home.tab-pane.fade.show.active::before {
	margin: -25px 0 0 -25px;
}
#v-pills-personal.tab-pane.fade.show.active::before {
	margin: 36px 0 0 -25px;
}
#v-pills-investment.tab-pane.fade.show.active::before {
	margin: 105px 0 0 -25px;
}
#v-pills-retirement.tab-pane.fade.show.active::before {
	margin: 170px 0 0 -25px;
}
#v-pills-lease.tab-pane.fade.show.active::before {
	margin: 240px 0 0 -25px;
}
.CalculatorTab .tab-pane {
	background-color:#fff;
}
.CalculatorTab #v-pills-tab {
	width:33%;
	background: #ebebeb;
	min-height: 69vh;
	padding: 0 20px;
}
.CalculatorTab #v-pills-tabContent {
	width:67%;
	min-height:320px;
	padding: 35px 20px 20px 45px;
}
.CalculatorTab .nav-pills .nav-link.active {
	background-color:transparent;
	color:#0d4a88;
}
.nav-pills .nav-link {
	text-transform:uppercase;
	color: #3c3c3c;
	font-size: 20px;
	padding: 25px 15px 20px 25px;
	text-align: left;
	border-bottom: 1px solid #000;
	border-radius: 0;
}
.nav-pills .nav-link:last-child {
	border-bottom:none;
}
}
@media only screen and (min-width:1440px) {
.CalculatorTab #v-pills-tab {
    min-height: 64vh;
}
}

/**~~~~~~~~~~~~~~~~ Start MortgageBot Rate Feed styling ~~~~~~~~~~~~~~~~**/
#mortgageBotFeed {
    padding: 40px 0 35px 0;
}

.bgrDark {
    background: #e9eaea;
    height: 70px;
}

.bgrLight {
    background: #dedfe0;
    height: 70px;
}

/*Respo*/
@media (max-width: 767px) {

    .bgrDark,
    .bgrLight {
        height: auto;
    }
}

/*Vertical*/
.mBot_feed_vertical {
    display: inline-table;
    width: 100%;
}

.mBot_feed_vertical div {
    float: left;
    display: inline-table;
    text-align: center;
}

.mBot_feed_vertical a {
    color: #0d4a88;
    font-weight: 700;
    padding: 8px 0 2px 0;
    display: block;
}

.mBot_feed_vertical .LB_BlueBtn a {
    color: #fff;
    text-decoration: none;
	padding:0;
}

.mBot_feed_vertical p.TodayRateDetailTitle {
    font-weight: 600;
    margin: 0 0 4px 0;
    display: block;
}

.mBot_feed_vertical .TodayRateDetail {
    padding: 8px 0 2px 0;
    display: block;
    font-weight: 700;
}

/**~~~~~~~~~~~~~~~~ END MortgageBot Rate Feed styling ~~~~~~~~~~~~~~~~**/

/*Schedule a Branch Appointment Styling*/
a.LG_GreenBtn.appt_booking {
    width: 100%;
	text-align:center;
	margin:15px 0 25px;
}
@media screen and (min-width: 992px){
    a.LG_GreenBtn.appt_booking {
    margin: 0 0 0 15px;
    float: right;
	width:unset;
}
}
/*END*/
.InnerSkin .container {
	max-width:1560px;
}
.InnerSkin .Person-box p.title {
	min-height: 140px;
	padding: 0 15px 5px;
}
.InnerSkin .Person-box p.paraend .LB_BlueBtn, .Person-box p.paraend .B_LightBlueBtn {
    padding: 6px 20px 7px 20px;
}
.eds_news_Advantage .customNews .card-category {
	text-align:right;
	margin: 5px 0 30px 0 !important;
}
.eds_news_Advantage .customNews .card-category a {
	color: #006a38 !important;
	text-transform:uppercase;
	font-weight:bold;
	border-bottom:2px solid #006a38;
	font-family: 'Lato', sans-serif;
}
.eds_news_BlogOne .article.standalone.custom .content ol li {
	font-size: 20px;
	line-height: 24px;
	color: #3c3c3c;
	font-family: 'Lato', sans-serif;
}
/*blog category dropdown*/
.eds_news_NewsMagazine.eds_subCollection_categoryMenu {
	margin: 0 auto 45px;
	max-width: 298px;
}
.eds_news_NewsMagazine.eds_subCollection_categoryMenu .edn_category_menu_wrapper li .edn_articlecount, .eds_news_NewsMagazine.eds_subCollection_categoryMenu .edn_category_menu_wrapper li .edn_rss::before {
	display:none !important;
}
.eds_news_NewsMagazine.eds_subCollection_categoryMenu .edn_category_menu_wrapper li .edn_category {
	font-size:19px !important;
	text-transform:uppercase;
	font-family: 'Lato', sans-serif !important;
	color:#7C878E !important;
}
.eds_news_NewsMagazine.eds_subCollection_categoryMenu .edn_category_menu_wrapper li.level_1 > div {
	padding-left:0 !important;
}
.eds_news_NewsMagazine.eds_subCollection_categoryMenu .edn_category_menu_wrapper li > div:hover .expand_collapse { 
	transform:unset !important;
}
.eds_news_NewsMagazine.eds_subCollection_categoryMenu .edn_category_menu_wrapper li {
	position:relative;
}
.eds_news_NewsMagazine.eds_subCollection_categoryMenu .edn_category_menu_wrapper li > div a.expand_collapse.icon {
	color: #7C878E !important;
position: absolute;
width: 256px;
left: 0;
right: 15px;
display: block;
top: 4px;
}
.eds_news_NewsMagazine.eds_subCollection_categoryMenu .edn_category_menu_wrapper li .expand_collapse::before {
	font-size:23px !important;
	float: right;
	line-height:22px;
}
.InnerSkin .eds_news_NewsMagazine.eds_subCollection_categoryMenu ul {
    padding: 8px 20px !important;
    border: 1px solid #c9c8c8;
	max-width:296px;
}
.InnerSkin .eds_news_NewsMagazine.eds_subCollection_categoryMenu ul ul {
	border:none;
	padding:0 !important;
}
.InnerSkin .eds_news_NewsMagazine.eds_subCollection_categoryMenu ul ul li a.edn_category {
	font-size: 17px !important;
	text-transform: unset;
	padding: 5px 0;
}
.InnerSkin .eds_news_NewsMagazine.eds_subCollection_categoryMenu ul ul li a.edn_category:hover, .eds_news_NewsMagazine.eds_subCollection_categoryMenu .edn_category_menu_wrapper li a.edn_category{
	text-decoration:none;
}
.eds_news_Advantage .customNews .card-description {
	min-height:72px;
}
.eds_news_Advantage .customNews a.B_LightBlueBtn {
	font-size:18px;
	margin-bottom:15px;
}
.fas.fa-file-pdf {
	margin-right:10px;
	color:red;
}
/*Alert Bar Styling - Added for Location Alerts 2022-08-29 - Mark S*/
.alert-message {
    background-color: #0d4a88;
    padding: 20px;
    border-radius: 6px;
    margin: 12px 0;
    text-align: center;
}
.alert-message h2{
    color: #fff;
    margin-bottom: 10px;
}
.alert-message p,
.alert-message p a,
.alert-message p a:hover {
    color: #fff;
    font-size: 20px;
    margin: 0;
}
.alert-message a.LG_GreenBtn, .alert-message a.LG_GreenBtn:hover {
    margin-top: 16px;
}
/*End Alert Bar Styling*/

/*Video Styling*/
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}