@import url('https://fonts.googleapis.com/css2?family=Fira+Sans+Extra+Condensed:wght@100;200;300;400;500;600;700;800;900&display=swap');
html {
    font-size: 1rem;scroll-behavior: smooth;
}
body {
    color: #000000;    
    font-family: 'Fira Sans Extra Condensed', sans-serif;
    font-style: normal;
    font-size: 18px;
    margin: 0;
    padding: 0;
    font-weight: 300;
    line-height: normal;
}
input:focus, textarea:focus, button:focus, select:focus {outline: none;}
a, img {
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.head, h1, h2, h3, h4, h5, h6, .med {
    font-weight: 500;
}
a.spbtn, .spform button, .spform input[type="submit"] {
    font-size: 18px;
    font-family: 'Fira Sans Extra Condensed';
    text-transform: uppercase;
    color: #fff !important;
    padding: 15px 50px;
    display: inline-block;
    text-align: center;
    min-width: 210px;
    max-width: 100%;
    z-index: 9;
    position: relative;
    font-weight: bold;
    background-color: #064f94;
}
a.spbtn.dark {
    background-color: #0a1e50;
}
a.spbtn:hover, .spform button:hover, .spform input[type="submit"]:hover {
    color: #fff;
    background-color: #000;
}
.bgimg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}
#header .z-container *, #footer a {
    display: inline-block;
    vertical-align: top;
}
#header {
    background-color: #fff;
}
#header .topbar {
    text-align: right;
    background-color: #a9a9a9;
}
#header a.spbtn {
    padding: 7px 20px;
    margin: 0 2px;
}
.social {
    margin: 10px 0 0 20px;
}
.social a {
    margin: 0 0 0 6px;
    font-size: 15px;
}
.topmenu {
    margin: 7px 25px 0 0;
}
.topmenu span {
    font-weight: 400;
    margin: 0 10px;
}
#header .logo {
    margin: 16px 0;
}
.main-menu {
    margin-top: 36px;
}
.main-menu li {
    margin: 0 0 0 35px;
}
.main-menu li:first-child {
    margin-left: 0;
}
.main-menu  li.expanded-menu-only {
    display: none !important;
}
.main-menu a {
    text-transform: uppercase;
    font-weight: bold;
    color: #505050;
}
.topbar a:hover, .main-menu a:hover {
    color: #0a1e50;
}
#footer {
    background-image: url(../images/footerbg.jpg);
    padding: 70px 0 0 0;
}
.foobox {
    float: left;
    width: 33.33%;
    padding: 0 15px;
}
.foobox.box1 {
    float: right;
    text-align: center;
}
#footer .foobox .head {
    margin: 0 0 10px 0;
}
#footer .menu li {
    margin: 10px 0;
    text-transform: uppercase;
}
.fooinfo p {
    padding-bottom: 10px;
}
#footer .social {
    margin: 10px 0 0 0;
}
#footer .social a {
    margin: 8px 10px 0 0;
    font-size: 18px;
}
.foobox a.spbtn {
    margin-top: 10px;
}
.foobox a.spbtn, .foobox img.logo {
    width: 290px;
    max-width: 100%;
}
#footer .foosec2 {
    padding: 60px 15px 50px 15px;
    font-size: 16px;
}
a.flogo {
    margin-bottom: 15px;
}
#footer a:hover {
	color: #064f94;
}
.spform input[type="text"], .spform input[type="email"], .spform select, .spform textarea {
    font-family: 'Fira Sans Extra Condensed';
    background-color: #f0f0f1; 
    border:1px solid #999;

    
    color: #000000;
    padding: 20px;
    width: 100% !important;
    margin: 0 0 15px 0;
    vertical-align: top;
    font-size: 16px;
    height: 60px;
}
.spform ::placeholder{
	color: #000;
}
.spform button, .spform input[type="submit"] {
	width: 100%;
    height: 60px;
}
table.table-list, table.table-list tr, table.table-list td, table.table-list th {
    width: 100% !important;
    display: inline-block;
    margin: 0;
    padding: 0;
}
table.table-list tr:last-child {
    margin: 5px 0 0 0 ;
}
.zHelpToolTipLabel {
    padding-bottom: 5px;
}
.searcsec {
    background-image: url(../images/searchbg.jpg);
    margin-top: -6px;
}
.searcsec input[type="text"], .searcsec select {
    width: 35% !important;
    margin: 0 10px 0 0;
}
.searcsec .spform input[type="submit"] {
    width: auto;
}
.bluec {
	color: #0a1e50;
}
.welsec {
	background-image: url(../images/welcomebg.jpg);
}
.headdivi {
    height: 2px;
    width: 250px;
    background-color: #064f94;
    display: inline-block;
    margin: 15px 0 25px 0;
}
.hvideo {
    padding-top: 55px;
}
.quiclinks {
    padding: 70px 2% 55px 2%;
    background-image: linear-gradient(#222222, #3e3e3e);
}
.quiclinks .box {
    padding: 0;
    text-align: center;
    max-width: 355px;
}
.quiclinks a {
    display: inline-block;
    position: relative;
    overflow: hidden;
    color: #fff;
    text-transform: uppercase;
}
.quiclinks a span {
    background-image: url(../images/cta-shape.png);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 50px 0 20px 0;
}
.quiclinks a:hover img {
	transform: scale(1.1);
}
.ctasec {
	background-image: url(../images/why-joinbg.jpg);
}
.ctasec .box {
    padding: 0;
    text-align: center;
    max-width: 355px;
}
.ctasec .box a {
    display: inline-block;
    background-image: url(../images/cta-shape2.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% auto;
    width: 100%;
    background-color: #0a1e50;
    color: #fff;
    text-transform: uppercase;
    padding: 20px 20px 70px 20px;
}
.ctasec .box a img {
    margin: 0 0 12px 0;
}
.ctasec a.spbtn {
    margin: 0 5px;
}
.advsec .head {
    background-color: #0a1e50;
    display: inline-block;
    color: #fff;
    padding: 40px 100px 40px 35px;
    position: relative;
    margin: -65px 0 50px 0;
}
.advsec .head:before {
    content: '';
    background-color: #0a1e50;
    width: 100%;
    height: 100%;
    position: absolute;
    left: -100%;
    top: 0;
}
.hnewssec {
	background-image: url(../images/newsbg.jpg);
}
.newsbox .head {
    padding: 15px 0;
}
.newsbox a.more {
    color: #babebb;
}
.newsbox a.more:hover {
    color: #fff;
}
.newsevsec {
	background-image: url(../images/articlesbg.jpg);
}
.newsevsec .right {
    padding-left: 45px;
    border-left: 3px solid #c6c6c6;
}
.hblog, .hevent {
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
}
.hblog a.thumb {
    float: left;
    width: 40%;
}
.hblog .info {
    float: left;
    width: 60%;
}
.hblog .info {
    padding: 0 0 0 25px;
}
a.hblogt, .hevent a.title, .hevent a.more {
	color: #064f94;
}
a.hblogt:hover, .hevent a.title:hover, .hevent a.more:hover {
    color: #000;
}
.hevent .edate {
    float: left;
    background-color: #0a1e50;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    border-radius: 15px;
    padding: 5px;
    min-width: 145px;
}
.hevent .edate .mon {
    font-size: 25px;
    padding: 15px 25px;
}
.hevent .edate .day {
    font-size: 80px;
    padding: 3px;
    background-color: #fff;
    color: #0a1e50;
    border-radius: 0 0 15px 15px;
    line-height: 85px;
}
.hevent .info {
    float: left;
    width: calc(100% - 146px);
    padding: 0 0 0 30px;
}
.hevent .info .text {
    padding: 10px 0;
}
.hevent .info .text p {
    padding: 0;
}
.z-default-subpage-header {
    background-image: url(../images/page-banner.jpg);
    text-align: left;
    padding: 0;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}
.z-default-subpage-header .z-default-subpage-title {
    margin: 200px 0 30px 0;
    padding: 0 15px;
    font-size: 60px;
    font-weight: 500;
    color: #FFFFFF;
}
.z-default-subpage-subpage {
    padding-top: 30px;
    padding-bottom: 50px;
}
.z-default-subpage-left-panel {
    min-width: 350px;
    max-width: 350px;
    padding-right: 20px;
    background-color: transparent;
}
.z-default-subpage-left-panel-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border: none;
}
.z-default-subpage-left-panel-menu a:link, .z-default-subpage-left-panel-menu a:visited {
    width: 100%;
    color: #0a1e50;
    font-size: 24px;
    padding: 20px;
    margin: 0 0 1px 0;
    border: none;
}
.z-default-subpage-left-panel-menu a:hover, .z-default-subpage-left-panel-menu li.active a {
    color: #fff;
    background-color: #0a1e50;
}
.z-default-subpage-right-panel {
    padding-bottom: 0;
    border-left: 3px solid #d8d8d8;
}
.z-default-subpage-subcontent {
    padding: 10px 30px 30px 30px;
    font-size: 20px;
}
.breadcrumb {
    font-size: 18px;
}
.breadcrumb strong {
    padding: 0 4px;
}
.breadcrumb, .breadcrumb * {
    color: #064f94;
}
.breadcrumb a:hover {
    color: #000;
}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    left: -35px;
    top: 50%;
    transform: translateY(-25px);
    width: auto;
    height: auto;
    font-size: 30px;
    color: #fff;
}
.owl-carousel .owl-nav button.owl-next {
    left: auto;
    right: -35px;
}
.owl-carousel .owl-nav button.owl-prev:hover, .owl-carousel .owl-nav button.owl-next:hover {
    color: #064f94 !important;
}
.rss-summary-text, .zblog-story {font-size: 100%;}
.rss-summary-text {
    display: inline-block;
    width: 100%;
}
a.rss-summary-title, .rss-summary-text a.rss-summary-readmore, .zcontent-subpage-div h2 a {
    color: #0a1e50;
    font-weight: 500;
}
.rss-summary-title:hover, .rss-summary-text a.rss-summary-readmore:hover, .zcontent-subpage-div h2 a:hover, .z-default-subpage-subcontent a:hover {
    color: #000;
}
.z-default-subpage-subcontent a {
    color: #064f94;
}
p.zcontent-readmore-link a{
    font-weight: 500;    
}
.z-default-subpage-subcontent p  img {
    padding: 0;
}

#memberFilesDiv{font-size:14px; line-height:16px;}
#memberFilesDiv tbody th, #memberFilesDiv tbody td{padding:3px;}
#memberFilesDiv .even{background-color:#EFEFEF;}
#memberFilesDiv .group{font-size:25px; line-height:25px; padding-bottom:20px; padding-top:30px;}
#memberFilesDiv thead{display:none !important;}


#slideshowHomeDiv1{position:relative; z-index:1;}
.homeSlideshowPrevious, .homeSlideshowNext, .homeSlideshowPause,  .homeSlideshowPlay{background-color:#064f94; color:#FFF; font-size:40px;line-height:1; padding:15px;  position:absolute; z-index:4; border:1px solid rgba(255,255,255,.7);}
.homeSlideshowPause,  .homeSlideshowPlay{ border:1px solid rgba(255,255,255,.7); width:60px; padding:7px; text-align:center;}
.homeSlideshowPrevious{bottom:45%; left:0px;}
.homeSlideshowNext{bottom:45%; right:0px; }
.homeSlideshowPlay, .homeSlideshowPause{bottom:15px; right:10px;}
.homeSlideshowPrevious:hover, .homeSlideshowNext:hover, .homeSlideshowPause:hover, .homeSlideshowPlay:hover {background-color: #0a1e50;color: #FFF;}
.homeSlideshowPause:focus, .homeSlideshowPlay:focus, .homeSlideshowNext:focus, .homeSlideshowPrevious:focus{outline:2px dashed #FFF;}

.rss-blog-popular-tags a {
    font-size: 100% !important;
}

.z-default-subpage-subcontent img{max-width:100%;}
.zUserLoginCreateAccount, .zUserLoginUnsubscribe, .zUserDashboardEditProfileLink{display:none;}

.adGrid {display: grid; grid-template-columns: repeat(4, 1fr); grid-gap: 20px;}
.adGrid a {display: block; width: 100%; text-align: center;}
.adGrid img {height: 120px; width: 100%; object-fit: contain;}

@media screen and (max-width: 1362px) {
    #header .logo {width: 260px;}
    .main-menu {margin-top: 29px;}
    .main-menu li {margin: 0 0 0 10px;font-size: 16px;}
    .z-default-subpage-header .z-default-subpage-title {margin: 150px 0 30px 0;font-size: 50px;}
    .rss-summary-title {font-size: 140%;}
    .p-title {font-size: 46px;}
}
@media screen and (max-width: 992px) {  
    #header .logo, .main-menu, .topmenu, .head br, .head2 br {display: none !important;}  
    .z-mobile-header, .z-mobile-header-fixed, .z-mobile-menu-icon.open span {background-color: #fff !important;}
    .z-mobile-header .z-mobile-menu, .z-mobile-menu-icon span {background: #064f94;}
    .z-default-subpage-header {margin-top: 0;}
    #header .topbar {text-align: center;}
    .newsslider {padding: 0 15px;}
    .z-mobile-header .z-mobile-header-logo {width: 270px;max-width: 286px;}
    .z-default-subpage-right-panel {border-left: none;}
    .z-default-subpage-left-panel {padding: 20px;}
    .adGrid {grid-template-columns: repeat(2, 1fr); padding: 0 15px;}
}
@media screen and (max-width: 767px) {
    #header a.spbtn, .ctasec .box a span br {display: none !important;}
    .social {margin: 0;}
    .social a {margin: 10px 5px 8px 5px;}
    a.spbtn, .spform button, .spform input[type="submit"] {min-width: auto;}
    .hblog a.thumb {width: 30%;}
    .hblog .info {width: 70%;}
    .foobox {width: 100%;}
    .foobox.box1 {text-align: left;}
    #footer .menu li {margin: 2px 0;}
    .foobox.box2 {padding: 35px 15px 30px 15px;}
    #footer {padding: 50px 0 0 0;}
    .newsevsec .right {padding-left: 20px;border-left: none;}
    .z-default-subpage-header .z-default-subpage-title {margin: 120px 0 10px 0;font-size: 44px;}
    .p-title {font-size: 40px;}
}
@media screen and (max-width: 479px) {
    .z-mobile-header .z-mobile-header-logo img {max-width: 170px;}
    .headdivi {margin: 5px 0 10px 0;}
    .searcsec input[type="text"], .searcsec select, .advlogos img, .hblog a.thumb, .hblog .info, .hevent .info {width: 100% !important;}
    .searcsec input[type="text"], .searcsec select {margin: 0 0 10px 0;}
    .hvideo {padding-top: 25px;}
    .quiclinks a span {padding: 35px 0 10px 0;}
    .quiclinks {padding: 50px 2% 20px 2%;}
    .ctasec a.spbtn {margin: 5px;}
    .advsec .head {padding: 15px 22px;margin: -40px 0 35px 0;}
    .advlogos img {margin: 10px 0;}
    .newsbox .head {padding: 15px 0 10px 0;}
    .hblog .info, .hevent .info {padding: 10px 0 0 0;}
    .hevent .edate .day {font-size: 50px;line-height: normal;}
    .hevent .edate .mon {font-size: 22px;padding: 6px 15px;}
    .hevent .edate {min-width: auto;}
    .z-default-subpage-header .z-default-subpage-title {margin: 80px 0 10px 0;font-size: 38px;}
    .p-title {font-size: 34px;}
    .rss-summary-title {font-size: 120%;}
    .rss-summary-text, .zblog-story {font-size: 18px;}
    .z-default-subpage-subcontent {padding: 10px 20px 20px 20px;}
    .adGrid {grid-template-columns: 1fr;}
}