 @charset "utf-8";

:root {
    --gray: #2B2F32;
    --lightGray: #636B70;
    --primeryMSBA: #C4112F;
    --primeryRCBA: #3C6882;
    --primeryHCBA: #0083A9;
    --roboto: "Roboto", sans-serif;
    --robotoCondensed: "Roboto Condensed", sans-serif;
    --arial: "Arial", sans-serif;
}


body, html {
    margin: 0;
    padding: 0;
    background-color: #fff;
    font-weight: 400;
    font-family: var(--arial);
    font-style: normal;
    font-size: 16px;
    line-height: 1.5;
    color: #1D2338;
}
*, input[type="search"] { -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
input { outline: none; }
/* img { max-width: 100%; } */
a {color: #1B777A;text-decoration: none;}
a:hover, a:focus {color: #1B777A;text-decoration: underline;}



.HeaderText {
    color: var(--gray);
    width: 100%;
    font-size: 34px;
    font-weight: 700;
    font-family: var(--roboto);
}
.HeaderText b {
    font-weight: 900;
}
.HighlightHeading {
    font-size: 23px;
    font-weight: 700;
    color: var(--gray);
    font-family: var(--roboto);
}
.HeaderTextSmall {
    color: var(--gray);
    font-family: var(--roboto);
    width: 100%;
    font-size: 27px;
    line-height: 1.4;
    font-weight: 700;
    margin-top: 0;
}
.HeaderTextSmall a {
    color: inherit;
    text-decoration: underline;
}

.SectionHeader {
    font-size: 23px;
    color: #212225;
    font-weight: 700;
    font-family: var(--roboto);
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 30px;
    padding-bottom: 10px;
    gap: 10px;
    line-height: 42px;
    border-bottom: 1px solid #CCCCCC;
}   

	.SectionHeader img {
    flex: 0 0 42px;
    flex-shrink: 0;
    width: 42px;
    align-self: start;
    height: 42px;
    object-fit: contain;
}
.SubHeading b {
    font-weight: 900;
}
.SubHeadingSmall {
        font-size: 26px;
        color: #221F20;
        font-weight: 700;
}

.SubHeading {
    font-size: 23px;
    font-family: var(--robotoCondensed);
    color: #212225;
    line-height: 1.1;
    font-weight: 600;
}

.ColumnHeader {
    font-size: 23px;
    font-weight: 700;
    color: #221F20;
    line-height: 1.2;
    margin-bottom: 15px;
    font-family: var(--roboto);
}

h1, h2, h3, h4, h5, h6 {
    color: #4A4E51;
    font-family: var(--roboto);
    line-height: 1.4;
    margin-top: 0;
}

p, .BodyText {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    color: var(--gray);
}
p.BodyTextLarge, .BodyTextLarge { font-size: 18px; }
p.InfoText, .InfoText { font-size: 12px; }

.MontserratMedium{font-family: var(--roboto) !important; font-weight: 500 !important;}

.TitleText {
    color: #212225;
    width: 100%;
    font-size: 42px;
    font-weight: 700;
    letter-spacing: -0.01em;
    line-height: 1.2;
    font-family: var(--roboto);
}
.NSBAButton {
    border: 2px solid #549C87;
    background-color: #549C87;
    text-decoration: auto;
    display: inline-block;
    padding: 10px 30px;
    text-align: center;
    transition: all 0.3s ease;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 0px;
    color: #ffffff;
    line-height: 20px;
    font-family: var(--robotoCondensed);
    letter-spacing: 0.08em;
}
.NSBAButton:hover,
.NSBAButton:focus,
.NSBAButton.hover {
    background: #E9944B;
    border-color: #E9944B;
    color: #ffffff !important;
    text-decoration: none;
}

.NSBAButtonOutline {
    border: 2px solid #549C87;
    background-color: transparent;
    text-decoration: auto;
    display: inline-block;
    padding: 8px 10px;
    text-align: center;
    transition: all 0.3s ease;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 0px;
    color: #549C87;
    line-height: 20px;
    font-family: var(--robotoCondensed);
    letter-spacing: 0.08em;
}
.NSBAButtonOutline:hover,
.NSBAButtonOutline:focus,
.NSBAButtonOutline.hover {
    background: #E9944B;
    border-color: #E9944B;
    color: #ffffff !important;
    text-decoration: none;
}


.IconButton:before {
	content: "\f105";
	font-weight: 900;
	font: var(--fa-font-solid);
}
.IconButton:hover,
.IconButton:focus,
.IconButton.hover {
    background: #E9944B;
    border-color: #E9944B;
    color: #ffffff !important;
    text-decoration: underline;
}

.CTAButton {
    border: 2px solid #ffffff;
    background-color: #E9944B;
    text-decoration: auto;
    display: inline-block;
    padding: 10px 30px;
    text-align: center;
    transition: all 0.3s ease;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    border-radius: 0px;
    color: #ffffff;
    line-height: 20px;
}
.CTAButton:before {
    content: "\f06a";
    font-weight: 900;
    font: var(--fa-font-solid);   
    margin-right: 5px;
}
.CTAButton:hover,
.CTAButton:focus,
.CTAButton.hover {
    background: #E9944B;
    border-color: #E9944B;
    color: #ffffff !important;
    text-decoration: underline;
}
.IconButton {
    border: 2px solid #549C87;
    background-color: #549C87;
    text-decoration: auto;
    padding: 10px 30px;
    text-align: center;
    transition: all 0.3s ease;
    font-size: 15px;
    font-weight: 700;
    display: inline-flex;
    text-transform: uppercase;
    border-radius: 0px;
    color: #ffffff;
    line-height: 20px;
    align-items: center;
    gap: 8px;
    letter-spacing: 0.08em;
    font-family: var(--robotoCondensed);
}

.IconButton:hover {
    background: #869ac2;
    color: #ffffff;
    text-decoration: none;
    border-color: #869ac2;
}
.TextButton {
    color: #2B2F32;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    padding: 0px 0px;
    border-radius: 10px;
    border: 1px solid rgb(181 168 134 / 0%);
    transition: all 0.3s ease;
    letter-spacing: 0.08em;
    font-family: var(--robotoCondensed);
}

.TextButton::before {
    content: "\f105";
    margin-right: 7px;
    font: var(--fa-font-solid);
    font-weight: 900;
    text-decoration: none;
}
.TextButton.icon_arrow::before {
    content: "\f061";

}

.TextButton:hover, .TextButton.hover,
.TextButton:focus, .TextButton.hover {
    color: #1B777A;
    text-decoration: none;
}

.TextButtonBlue {
    color: #3C6882;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    padding: 0px 0px;
    border-radius: 10px;
    border: 1px solid rgb(181 168 134 / 0%);
    transition: all 0.3s ease;
    letter-spacing: 0.08em;
}

.TextButtonBlue::before {
    content: "\f061";
    margin-right: 7px;
    font: var(--fa-font-solid);
    font-weight: 900;
    text-decoration: none;
}

.TextButtonBlue:hover, .TextButtonBlue.hover,
.TextButtonBlue:focus {
    color: #3E2C78 !important;
    text-decoration: none;
}

.TextButtonBlack {
    color: #221F20;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    padding: 0px 0px;
    border-radius: 10px;
    border: 1px solid rgb(181 168 134 / 0%);
    transition: all 0.3s ease;
}

.TextButtonBlack::before {
    content: "\f061";
    margin-right: 7px;
    font: var(--fa-font-solid);
    font-weight: 900;
    text-decoration: none;
}

.TextButtonBlack:hover, 
.TextButtonBlack:focus, 
.TextButtonBlack.hover {
    color: #3E2C78 !important;
    text-decoration: none;
}

.OutlineButton {
    border: 2px solid #ffffff;
    background-color: transparent;
    text-decoration: auto;
    display: inline-block;
    padding: 10px 30px;
    text-align: center;
    transition: all 0.3s ease;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    border-radius: 0px;
    color: #ffffff;
    line-height: 20px;
}
.OutlineButton:hover,
.OutlineButton:focus,
.OutlineButton.hover {
    text-decoration: none;
    background: #D67E19;
    border-color: #D67E19;
    color: #ffffff !important;
}

.WhiteButton {
    border: 2px solid #ffffff;
    background-color: #ffffff;
    text-decoration: auto;
    display: inline-block;
    padding: 10px 30px;
    text-align: center;
    transition: all 0.3s ease;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000000;
    line-height: 20px;
    border-radius: 0px;
    letter-spacing: 0.08em;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    font-family: var(--robotoCondensed);
}

.WhiteButton:hover, 
.WhiteButton:focus {
    text-decoration: none;
    color: #ffffff;
    background: #D67E19;
    border-color: #D67E19;
    box-shadow: none;
}


.OutlineWhite {
    border: 1px solid #ffffff;
    background-color: transparent;
    text-decoration: auto;
    display: inline-block;
    padding: 10px 30px;
    text-align: center;
    transition: all 0.3s ease;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    border-radius: 0px;
    color: #ffffff;
    line-height: 20px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}
.OutlineWhite:focus,
.OutlineWhite:hover {color: #ffffff;text-decoration: none;background: #3E2C78;border-color: #3E2C78;}


.OutlineBlack {
    border: 1px solid #A8A9AC;
    background-color: transparent;
    text-decoration: auto;
    display: inline-block;
    padding: 10px 30px;
    text-align: center;
    transition: all 0.3s ease;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    border-radius: 0px;
    color: #221F20;
    line-height: 20px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}
.OutlineBlack:focus,
.OutlineBlack:hover {color: #ffffff;text-decoration: none;background: #3E2C78;border-color: #3E2C78;}

.OutlineBlue {
    border: 1px solid #3C6882;
    background-color: transparent;
    text-decoration: auto;
    display: inline-block;
    padding: 10px 30px;
    text-align: center;
    transition: all 0.3s ease;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    border-radius: 0px;
    color: #3C6882;
    line-height: 20px;
}

.OutlineBlue:focus,
.OutlineBlue:hover {
    text-decoration: none;
    background: #3E2C78;
    color: #ffffff;
    border-color: #3E2C78;
}

.default-link {
    color: inherit;
    text-decoration: underline;
}

header .navbar .nav li form .btn-flex {
    align-items: center;
}
.memberSection  .member-boxthree ul {
    margin: 0;
    display: block;
}

.memberSection  .member-boxthree ul li {
    display: block;
    margin-bottom: 5px;
}

.memberSection  .member-boxthree ul li a {
    color: #ffffff;
}
.memberSection  .member-boxthree ul li a.IconButton {
    margin-top: 10px;
}
.memberSection  .member-boxthree ul li a.IconButton:before {
    display: none;
}
.IconButton:hover, .memberSection a.IconButton:hover, .IconButton:focus, .memberSection a.IconButton:focus, ul.toplist li .IconButton:hover, ul.toplist li .IconButton:focus {
    background: #E9944B;
    border-color: #E9944B;
    color: #ffffff;
    text-decoration: none;
}

.header-drop-title a.learnMoreButton {
    padding: 0 !important;
    color: #05A3C7 !important;
}

.header .navbar .nav li.dropdown .megaMenuSection .header-drop-title h2 {
    color: #2d2d2d;
    margin-top: 0;
}

.memberSection  .member-boxthree .mainMenu .droptitle {
    color: #ffffff;
    margin-top: 50px;
}

.memberSection  .member-boxthree .mainMenu li>a {
    font-size: 18px;
}

.header-drop-title {
    display: table-cell;
    width: 25%;
    padding-right: 50px;
}

.mainMenuMob {
    display: table-cell;
    width: 75%;
    vertical-align: top;
}
.mainMenuMob .mainMenuMob-col {
    display: inline-block;
    float: left;
    width: 25%;
    padding: 0 20px;
}
.mainMenuMob .mainMenuMob-col .SubHeading {
    font-size: 20px;
    font-weight: 700;
    font-family: var(--roboto);
    padding-bottom: 8px;
    border-bottom: 1px solid #CCCCCC;
}
.mainMenuMob-list li .SubHeading {
    margin-bottom: 15px;
    display: block;
}
.headerlogin  .header-drop-title {
    width: 80%;
    padding-right: 30%;
}

.headerlogin .mainMenuMob {
    width: 20%;
    padding-left: 0;
}

.headerlogin .mainMenuMob .mainMenuMob-col {
    width: 100%;
    margin-left: auto;
    margin-right: 0;
    display: block;
}
.pd_40 { padding: 40px 0px; }
.pd_50 { padding: 50px 0px; }
.pd_60 { padding: 60px 0; }
.pd_70 { padding: 70px 0; }
.pd_30 { padding: 30px 0; }
.mb-30 { margin-bottom: 30px; }

.gray-bg { background: #DDD8D3; }
.clearfix::before, .clearfix::after { content: ""; display: table; width: 100%; clear: both; }
.container.containerCustom {padding: 0;}
.Highlight h2 {
    margin-bottom: 20px;
}
.Highlight p {
    color: #ffffff;
    margin-bottom: 20px;
}

.Roboto {
    font-family: var(--roboto);
}
.RobotoCondensed  {
    font-family: var(--robotoCondensed);
}

.xs979 { display: none !important; }
.xs767, .xsVisible { display: none !important; }
.xsHidden979 { display: block !important; }
.xsHidden767, .xsHidden { display: block !important; }
.textUnderline { text-decoration: underline; }
/***Header***/
.printHeader, .printFooter { display: none; }
.header {background: #ffffff;position: fixed;width: 100%;top: 0;z-index: 999;/* border-bottom: 1px solid #CACBCD; *//* display: none; */}
.headerSpace {width: 100%;height: 129px;background-color: transparent;}
.header .navbar {margin-bottom: 0;}
.header .navbar-inner {border: none;-moz-border-radius: 0;-ms-border-radius: 0;-o-border-radius: 0;-webkit-border-radius: 0;border-radius: 0;-moz-box-shadow: none;-ms-box-shadow: none;-o-box-shadow: none;-webkit-box-shadow: none;box-shadow: none;padding: 0;min-height: inherit;background: transparent;border-bottom: 1px solid #A1A9BA;}
.header .navbar-brand {
    margin-left: 0px;
    max-height: 100%;
    padding: 0px 0px;
    width: 410px;
    align-self: center;
    text-align: center;
}
.header .navbar-brand a {
    display: inline-block;
    max-width: 100%;
    line-height: 0;
}
.header .navbar-brand img {
    height: 65px;
    width: 325px;
}
.header .navbar .nav li>a {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: var(--gray);
    text-shadow: none;
    padding: 16px 15px;
    font-family: var(--roboto)
}

.header .navbar .nav>li.dropdown>a:after {width: 0;height: 0;content: "\f078";position: absolute;top: 20px;z-index: 9;left: auto;right: 30px;margin: 0 auto;bottom: 0px;font: var(--fa-font-solid);font-weight: 900;color: #549C87;font-size: 65%;}


.header .navbar .nav>li:nth-last-child(5):focus>a, .header .navbar .nav>li:nth-last-child(5):visited>a, .header .navbar .nav>li:nth-last-child(5)>a:visited, .header .navbar .nav>li:nth-last-child(3):focus>a, .header .navbar .nav>li:nth-last-child(3):visited>a, .header .navbar .nav>li:nth-last-child(3)>a:visited { background-color: #f1b828; color: #fff; }

.header .navbar .nav li:nth-last-child(3) a img,
.header .navbar .nav li:nth-last-child(5) a img { width: 52px; height: 28px; object-fit: contain; display: block; margin: 0 auto; margin-bottom: 15px; }
.header .navbar .nav li:nth-last-child(3) a span { display: block; text-decoration: underline; }
.header .navbar .nav li:nth-last-child(3) {max-width: none;}
.header .navbar .nav li:nth-last-child(3) ul.memberSection ul.mainMenu li { display: block; width: 100%; margin-bottom: 10px; }
.header .navbar .nav li:nth-last-child(3) ul.memberSection ul.mainMenu li a { color: #fff; }
.header .btn-navbar {
    display: inline-flex;
    align-self: end;
    position: absolute;
    top: 73px;
    right: 15px;
    background: transparent;
    border-radius: 50%;
    margin: 0;
    padding: 0;    
    align-items: center;
    flex-direction: column;
    justify-content: center;
    opacity: 1;
    box-shadow: none;
    border-color: #CFAE72;
    font-size: 0;
    line-height: 1;
}
.header .btn-navbar:hover, .header .btn-navbar:focus {
    background: #3E2C78;
}
.header .btn-navbar .icon-bar {
    background: #CFAE72;
    margin: 2px 0;
}
.memberSection li, .memberSection li>a { 
    color: #fff; display: inline-block; padding: 0; font-weight: 300; font-size: 16px;
}
.memberSection li>a {text-decoration: underline;}
.memberSection li label { font-weight: 300; font-size: 16px;  }
.memberSection li input {
    background-color: #fff;
    border: 0;
    height: 45px;
    border-radius: 0;
    width: 100%;
    margin-bottom: 15px;
    color: #2d2d2d;
    font-weight: 400;
    padding: 0 10px;
}
.memberSection li input:focus {
    box-shadow: none;
}
.memberSection li form a.btn { color: #fff; background: transparent; border: 2px solid #fff; font-size: 13px; font-weight: 500; height: 50px; min-width: auto; text-transform: uppercase; border-radius: 0px;   line-height: 46px; padding: 0; margin: 0; box-shadow: none; text-shadow: none; padding: 0 25px; display: inline-block; width: auto; text-decoration: none; }
.memberSection li form a.btn:hover { background: #fff; color: #2d3e55; }
.memberSection li form .OutlineButton {/* width: 106px; */float: left;}
font .navbar .nav li.dropdown .memberSection li form a.WhiteBorder { border: 2px solid; font-size: 18px; font-weight: 700; height: 52px; min-width: 120px; text-transform: capitalize; border-radius: 0px;   display: inline-block; vertical-align: middle; line-height: 46px; margin: 0;  box-shadow: none; text-shadow: none; padding: 0 25px; text-align: center; width: auto; font-weight: 400; text-decoration: none; }
.memberSection li form a.WhiteBorder:hover, .memberSection li form a.WhiteBorder:focus { background: #BA0C2F; color: #ffffff; border-color: #BA0C2F; }
.memberSection li form a:last-child {font-size: 11px;text-align: left;padding: 0px;margin-left: 15px;margin-top: 5px;text-transform: inherit;color: #ffffff;text-decoration: underline;}
.header .navbar .nav li.dropdown li>a:hover, .header .navbar .nav li .dropdown-menu>li.dropdown-submenu ul li> a:hover, .header .navbar .nav li.dropdown li>a:focus, .header .navbar .nav li .dropdown-menu>li.dropdown-submenu ul li >a:focus, .header .navbar .nav li .dropdown-menu>li:hover>a { background: transparent; }
.mainMenuMob-list li {
    margin: 0px 0;
}
.member-boxtwo .btn-wrap .OutlineButton:not(:last-child) {margin-right: 15px;}
.member-boxtwo .btn-wrap .OutlineButton {
    margin-bottom: 10px;
}
.header .navbar .nav > li.searchBtnFn > a {margin-right: 20px;}
.header .navbar .nav li.active a { color: #0BBA97; background-color: #ffffff; border-color: #eeeeee; box-shadow: none; }
.header .navbar .nav>li {display: inline-block;padding: 0;position: static;border: 1px solid transparent;border-style: none solid none;}
.header .navbar .nav li>a:hover, .header .navbar .nav li>a:focus {
     background: transparent;
     color: #2d2d2d;
     box-shadow: none;
}
.header .navbar .nav>li:hover {background: #F0F1F2;border: 1px solid #F0F1F2;border-style: none solid none;}
.header .navbar .nav li.open-droupdown{
    background: #D67E19;
    border: 1px solid #D67E19;
    border-style: none solid none;
}

.header .navbar .nav>li:hover>a {
    color: #ffffff;
}
.header .nav-collapse.collapse {margin: 0;width: calc(100% - 410px);position: static;display: flex;align-items: center;flex-direction: column-reverse;border-left: 1px solid #A1A9BA;}
.header .nav-collapse .nav {
    margin: 0;
    float: right;
    width: auto;
    position: static;
    display: flex;
    margin: 0;
    justify-content: space-between;
    width: 100%;
    padding-left: 3%;
    padding-right: 90px;
    border-top: 1px solid #A1A9BA;
    padding-top: 10px;
    padding-bottom: 10px;
    }
.header .navbar .nav>li>.dropdown-menu::after, .header .navbar .nav>li>.dropdown-menu::before { display: none; }
.dropdown-menu>li>a {color: #3b3b3c;}
.header .navbar .nav li .dropdown-menu>li>a { padding: 7px 10px; font-size: 11px; line-height: 16px; border-right: none; text-align: left; white-space: normal; }
.header .dropdown-menu { -moz-box-shadow: none; -ms-box-shadow: none; -o-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; }
.dropdown-menu { width: 215px; }

.dropdown-submenu>.dropdown-menu { border: none; padding: 0; margin: 0; }
.header.home-header .nav-collapse {
    background: #ffffff;
    /* border-bottom: 1px solid #A8A9AC; */
}

.header.home-header .navbar .nav li>a {
    color: #221F20;
}
.header.home-header .navbar .nav li:hover>a, .header.home-header .navbar .nav li:hover>a:after {
    color: #305690;
}
.header .navbar .nav li .dropdown-menu>li.dropdown-submenu ul li a { border: none; background: rgba(0, 0, 0, 0.1); }
.navbar .nav li.dropdown.open>.dropdown-toggle, .navbar .nav li.dropdown.active>.dropdown-toggle, .navbar .nav li.dropdown.open.active>.dropdown-toggle, 
.navbar .nav li.active>.dropdown-toggle {
     color: #2d2d2d; background-color: #ffffff;text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-weight: 600; border-color: #eeeeee; box-shadow: none; }


.header .navbar .nav li.dropdown .megaMenuSection li a.active {
    color: #354F73;
    font-weight: 700;
}
.dropdown-menu {border-radius: 0;}
.header .navbar .nav li.dropdown li>a { padding: 3px 20px; border: none; margin-bottom: 0px; color: #3b3b3c; line-height: 1.42857; font-size: 14px; font-weight: 700; }
.header .navbar .nav li.dropdown .megaMenuSection .heading { max-width: 215px; margin: 0; top: 50%; transform: translateY(-50%); position: absolute; }
.header .navbar .nav li.dropdown .megaMenuSection .searchHeading { text-transform: uppercase; font-weight: 500; width: 100%; max-width: 308px; text-align: right; }
.header .navbar .nav li.dropdown .megaMenuSection .searchHeading p.TitleText {
    color: #fff;
    border: 0;
    text-shadow: none;
}
.header .navbar .nav li.dropdown .megaMenuSection .heading .TitleText { line-height: normal; color: #fff; line-height: normal; font-size: 38px; font-weight: 500; margin: 0; text-transform: capitalize; border:0; box-shadow: none; }
.formframe {width: 100%;padding: 0;border-radius: 5px;}
.formframe input {float: left;background: transparent;border: 0;color: #000000;background-position: left 20px center;width: 100%;background-repeat: no-repeat;font-size: 15px;height: auto;display: inline-block;margin: 0;height: 40px;box-shadow: none;outline: none;padding: 0 15px 0 40px;font-weight: 300;font-style: italic;}

.formframe .search-left-icon {
    position: absolute;
    left: 25px;
    top: 18px;
    z-index: 9;
    color: #3e2c78;
}

.formframe input:focus, .formframe input:active {
    box-shadow: none;
}
.header .navbar .nav li.dropdown .megaMenuSection .formframe input::-webkit-input-placeholder {color: #33383A; }
.header .navbar .nav li.dropdown .megaMenuSection .formframe input::-moz-placeholder {color: #33383A;}
.header .navbar .nav li.dropdown .megaMenuSection .formframe input:-ms-input-placeholder {color: #33383A; }
.header .navbar .nav li.dropdown .megaMenuSection .formframe input:-moz-placeholder {color: #33383A;}
.formframe .btnWhite {float: right;color: #fff;background: #c4112f;border: 2px solid #c4112f;font-size: 14px;font-weight: 900;height: 40px;min-width: auto;text-transform: uppercase;line-height: 34px;margin: 0;box-shadow: none;text-shadow: none;padding: 0 25px;display: inline-block;width: auto;border-radius: 50px;}
.formframe a:hover {background: var(--lightGray);color: #fff !important;border: 2px solid var(--lightGray);text-decoration: none;}
.header .navbar .nav li.dropdown .megaMenuSection .heading .btn { color: #fff; background: transparent; border: 2px solid #fff; font-size: 13px; font-weight: 500; height: 50px; min-width: auto; text-transform: uppercase; border-radius: 0px;   line-height: 46px; padding: 0; margin: 0; box-shadow: none; text-shadow: none; padding: 0 25px; margin-top: 20px; display: inline-block; width: auto; }
.header .navbar .nav li.dropdown .megaMenuSection .heading .btn:hover { background: #fff; color: #2d3e55; border-color: #fff; }
.header .navbar .nav li.dropdown .megaMenuSection li a {
    color: #2B2F32;
    text-decoration: none;
    text-align: left;
    font-weight: 400;
    font-size: 16px;
    text-transform: none;
    padding: 5px 0px;
    display: block;
    font-family: var(--arial);
}
.memberSection  .member-boxthree p.HeaderText {
    font-size: 22px;
    margin: 55px 0 10px;
    text-transform: none;
    font-weight: 500;
    border-bottom: 1px solid rgb(255 255 255 / 50%);
    display: block;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
.header .nav-collapse .nav .dropdown.headerlogin>ul.memberSection {
    padding: 25px 40px 35px 425px;
    background: #354F73;
}
.header .navbar .nav li.dropdown .megaMenuSection li a:hover,
.header .navbar .nav li.dropdown .megaMenuSection li a:focus {color: #2B2F32;text-decoration: underline;}
.header .navbar .nav li.dropdown .megaMenuSection li .subMenu { padding-left: 20px; }

header .navbar .nav li form p {
    font-size: 14px;
    color: #ffffff;
    text-transform: uppercase;
    width: 100%;
    font-weight: 700;
    margin: 0 0 2px;
}
header .navbar .nav li form .pwd-input,
header .navbar .nav li form .login-input {
    border: 1px solid #aeaeae;
    height: 33px;
    flex: 0 0 calc(50% - 50px);
    max-width: calc(50% - 50px);
    margin: 0;
    background-color: transparent;
    border-radius: 0;
    border-color: #ffffff;
    color: #ffffff;
    box-shadow: none;
}
.searchBtnFn .default { display: block; }
.header .nav-collapse .nav .searchBtnFn.dropdown .dropdown-menu li.megaMenuSection {
    display: inherit;
    margin: 0 !important;
}


ul.toplist {
	/* text-align: right; */
	list-style: none;
	margin: 0;
	display: inline-flex;
	gap: 0;
	justify-content: space-between;
}
ul.toplist>li>a>i {
    color: #549C87;
}
ul.toplist>li>a>i {
}

ul.toplist>li {
    border-right: 1px solid #A8A9AC;
    padding: 10px 30px 10px 10px;
}
ul.toplist li {
	display: inline-block;
	vertical-align: middle;
	padding: 0 0px;
}
ul.toplist li:first-child { border-left:0; }

ul.toplist>li>a>i {
    /* margin-right: 5px; */
}

ul.toplist>li>a {
    padding: 5px 25px;
}
ul.toplist li:last-child {border-right: 0;}
ul.toplist>li>a {
	font-size: 15px;
	color: #221F20;
	text-transform: uppercase;
	font-weight: 600;
	font-family: var(--roboto);
	min-height: 58px;
	display: inline-flex;
	align-items: center;
	gap: 8px;
}
ul.toplist>li>a:hover {
    color: #20368F;
}
ul.toplist>li>a>i {
    /* margin-right: 5px; */
}
ul.toplist li>a:hover, ul.toplist li>a:focus {
    color: #ffffff;
    background: #D67E19;
    text-decoration: none;
    outline: none;
}
ul.toplist li a:hover>i, ul.toplist li a:focus>i {
    color: #ffffff;
}
.memberSection  .member-boxone {
    width: 30%;
    margin: 0 !important;
}
.megaMenuSection.model-bg {
    position: absolute;
    width: calc(100% - 370px);
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
}

.megaMenuSection.model-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.15;
    position: absolute;
    z-index: 1;
}
.memberSection  .member-boxtwo {
    width: 40%;
    margin-left: 0 !important;
}
.memberSection  .member-boxthree {
    width: 30%;
    margin-left: 0 !important;
    padding-left: 5%;
}
.memberSection  .member-boxthree ul li>a {
    padding: 5px 0;
}

.memberSection  .member-boxthree ul {
    margin: 15px 0;
}
.memberSection li.member-boxtwo a.SANButton {
  margin: 20px 15px 0 15px;
}
.close-form {
    position: absolute;
    top: 25px;
    right: 30px;
    z-index: 1;
    color: #ffffff;
    padding: 0;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
}
.toggle-form i.fa.fa-times {
    font-size: 25px;
    vertical-align: middle;
    margin-left: 5px;
}
.header .navbar-inner .headerlogin .dropdown-menu {
    display: none !important;
    padding: 40px 80px;
    border: none;
    border-top: 3px solid #869ac2;
    top: 126px;
    width: 100%;
}

/* MY ACCOUNT: platform .toggle-form toggles .show-form on li — panel must not show until click (plain <ul> had no .dropdown-menu so it never matched the rule above) */
.header .navbar-inner li.headerlogin.show-form > ul.dropdown-menu {
    display: flex !important;
    justify-content: center;
    background-color: #EFF1F5;
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.1);
}

/* Prevent generic .dropdown:hover mega-menu rules from opening Member Center without .show-form */
.header .navbar-inner li.headerlogin.dropdown:not(.show-form):hover > ul.dropdown-menu {
    display: none !important;
}

.header .headerlogin.open-droupdown .dropdown-menu {
    display: flex !important;
    justify-content: center;
    background-color: #EFF1F5;
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.1);
}

/* Member Center panel: only .show-form (from .toggle-form) may open it — ignore stray .open-droupdown on headerlogin */
.header .navbar-inner li.headerlogin:not(.show-form) > ul.dropdown-menu {
    display: none !important;
}


.social-mobile, .mobile-links { display: none; }
.btns-wrap {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}
header .navbar .nav li form a.SATLAButton:hover {
    background: #ffffff;
    border-color: #ffffff;
}

.formframe form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 0;
}
.navbar .container.containerCustom {
    width: 100%;
    position: relative;
    max-width: 1920px;
}
header .navbar .nav li.headerlogin {
    background: #05A3C7;
    width: 185px;
    min-height: 116px;
    padding: 0;
}

.header .navbar-inner .container.containerCustom>.row-fluid {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.header .navbar-inner .row-fluid:before, .header .navbar-inner .row-fluid:after {
    display: none;
}
header .navbar .nav li form input.login-input {
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAVCAYAAABLy77vAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAEbSURBVHgBpZQBEcIwDEVTDgGTUAdMAhImAQk4AAdIYA44FAwHDAUFBeCgJPDLhW7rVvh3vdyW9PWTlBlKyHtfcCjx2BpjHpQjBlheje9qD/hkyB0bJZ4j6HkSjIscNtR6Aw4Iue0YZIlCl3AbnH65mkW1S8RjH4ibfeXQ8hKITYGCUtMJueE+sd0VrDcDeauangQVamKbntwhXAMak3L1ciYT4rVTBzhxRlMEmPNdNaMQjH6vizlWcLSWvHrXoNbGkE108ipx4CGqrUJCT0JOL0ecW7ivseceEuvJk+hCHfaWciEt3l8oXy2iFdACD1fK102Dij9An7/LnN4/SRos0zhRnqqPCf/9nflFtZBMQPv3hbOUJ/mOvxr+BDf719dvV9PeAAAAAElFTkSuQmCC');
    background-repeat: no-repeat;
    background-position: center left 8px;
    padding-left: 35px;
}
.header.home-header .navbar .nav li>a:focus {
    outline: none;
    box-shadow: none;
}
header .navbar .nav li form input.pwd-input {
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAADqSURBVHgBnZIBEYMwDEXTKaiESaiDgYM5KA42B+BgErgpQMIkgIPhgDnIwvi79VivDfy7f21peE3aECnEzFZci5/800NchXFGAXIydGIrvosHzOfvXjyKS2PMmAMdkU0/Z5faJ0VWLYJt5kBelxwLzActcd18h6kAB5ijPKwSTwfKayKdbAo2Yiwpr5N4SMEuGF+JmM8DyFDQ0jbRgFpz+WjmHi9+VINkfcZFO/gKyGaQ539N6MM8CKf7ANSgrAJ78UaOZYQyvmpII01GpNX6B5nfNme0glXB2u8CBbCWl2evd4MCGO8uLdAb5j6QM8wR6hAAAAAASUVORK5CYII=');
    background-repeat: no-repeat;
    background-position: center left 8px;
    padding-left: 35px;
}
form a:last-child {
    font-weight: 500;
}
.searchBtnFn>.dropdown-toggle {
    padding: 10px;
    color: var(--gray);
    font-size: 16px;
}
li.searchBtnFn {
    display: inline-block;
    position: initial;
}

li.searchBtnFn  .dropdown-menu.row-fluid {
    display: none;
}
li.searchBtnFn .dropdown-menu.row-fluid .formDiv {
    margin: 0 auto;
    float: none;
    width: 100%;
    padding: 0 70px 0 0;
}

.rightMenus {
    display: inline-block;
    display: flex;
    width: 100%;
    justify-content: end;
}
li.headerlogin {
    position: initial;
    display: inline-block;
}

.rightMenus>ul {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    gap: 0;
}
.header-top {
    background-color: var(--gray);
}

.header-top .container.containerCustom {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 100%;
    padding: 0 0 0 70px;
}

.header-top .headerleft ul {
    display: flex;
    gap: 0;
    list-style: none;
    padding: 0; 
    margin: 0;
}

.header-top .headerleft ul li a {
    color: #ffffff;
    padding: 6px 10px;
    font-size: 13px;
    font-weight: 500;
    border: 1px solid #636B70;
    margin-left: -1px;
    display: inline-block;
}
.header-top .container.containerCustom:before, .header-top .container.containerCustom:after {
    display: none;
}

.header-top .headerright {
    display: inline-flex;
    justify-content: flex-end;
    color: #ffffff;
    align-items: center;
    gap: 15px;
}

.header-top .headerright p {
    color: #DCDDDE;
    margin: 0;
}

.rightMenus .btn-logout {
    display: inline-block;
    padding: 19px 15px;
    height: 58px;
    color: #000000;
    font-size: 15px;
    font-weight: 900;
    text-transform: uppercase;
    border-left: 1px solid #DCDDDE;
    letter-spacing: 0.08em;
}
.header-top .headerright .btn-logout i {
    margin-right: 5px;
}

.rightMenus .social-links {
    display: inline-flex;
    gap: 10px;
}

.rightMenus .social-links ul {
    position: relative;
    display: inline-flex !important;
    background: transparent;
    border: 0px;
    padding: 3px 25px;
    margin: 0;
    width: auto;
    min-width: auto;
}

.rightMenus .social-links ul li a {
    color: #549C87;
    padding: 0 5px;
    line-height: 1;
}

.rightMenus .social-links ul li a:hover {
    background: transparent;
}
.rightMenus .social-links ul li a:hover>i {
    color: #D67E19;
}
/*-------heroBanner-----***/
.heroBanner {position: relative;}
.heroBanner {background-repeat: no-repeat;background-size: cover;background-position: center;min-height: 100%;position: relative;padding: 185px 0 50px;background: #3C6882;}

.heroBanner:before {
    content: "";
    background: #ffffff;
    position: absolute;
    width: 391px;
    height: 100%;
    top: 0;
    z-index: 1;
}

.banner-content {
    border: 1px solid #ffffff;
    padding: 40px;
    color: #ffffff;
    min-height: 430px;
    display: flex;
    align-items: center;
    background: #3c6882;
}

.banner-content .HeaderTextSmall {
    color: #ffffff;
}

.banner-content .TitleText {
    color: #ffffff;
    letter-spacing: -0.01em;
}
.banner-content p {
    color: #ffffff;
}


.heroBanner .owl-dots {position: absolute;left: 50%;transform: translateY(-50%);display: flex !important;flex-direction: row;margin: 0;bottom: 0;max-width: 1170px;justify-content: flex-end;}
.owl-theme .owl-dots .owl-dot {outline: none;background: transparent;margin: 0 15px;}
.owl-theme .owl-dots .owl-dot span {
    background: #ffffff;
    margin: 0;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #549c87;
    border-width: 1px;
    opacity: 1;
}
.captionBtnFrame {
    background-color: rgb(35 44 55 / 60%);
    position: relative;
    right: 0;
    width: 425px;
    height: 100%;
    padding: 25px;
    top: 0;
    z-index: 1;
}

.top-bannerImg {
    position: relative;
    z-index: 4;
    box-shadow: 0px 1.83px 27.51px 0px #00000033;
}
.top-bannerImg img {
    width: 100%;
}
.slider{overflow:hidden;background: #f4f6f6;}
.slider .owl-carousel .owl-stage,.slider .owl-carousel .owl-stage .owl-item .item{height:100%;}
.slider .owl-carousel .owl-stage .owl-item .item>img{/* width: 50%; *//* height:100%; *//* object-fit:cover; *//* opacity:0.4; */}
.slider .homeSlider.owl-carousel .owl-nav button.owl-prev,.slider .homeSlider.owl-carousel .owl-nav .owl-next{position: relative;top: 0;bottom: 0;transform: none;margin: 0;background: transparent;color: #000000;display: inline-flex;gap: 8px;align-items: center;text-transform: uppercase;font-weight: 600;line-height: 1;padding: 11px !important;/* opacity: 0; *//* visibility: hidden; */}
.slider .homeSlider.owl-carousel .owl-nav button.owl-prev i, .slider .homeSlider.owl-carousel .owl-nav .owl-next i {
    color: #A1A9BA;
}
.slider .owl-carousel .owl-nav .owl-prev,.slider .owl-carousel .owl-nav .owl-next{border:2px solid #ffffff;color:#ffffff;background:#33333359;}
.slider .homeSlider.owl-carousel .owl-nav button.owl-prev{left: 0;}
.slider .homeSlider.owl-carousel .owl-nav button.owl-next{right: 0;}
.slider .owl-carousel .owl-stage .owl-item .item{height:100%;min-height:430px;max-width: 50%;padding-bottom:0px;padding-right: 30px;display:flex;align-items:center;justify-content: end;background: #C8D0DF;}
.carousel-caption{position:relative;top:auto;left: auto;bottom:0;right: -195px;padding: 40px 40px;width: 750px;/* max-width: 50%; */transform:none;list-style:none;z-index:2;margin:45px 0;background: #FFFFFF;outline: 3px solid #ffffff;outline-offset: 5px;}
.carousel-caption .TitleText{/* margin:0 0 10px; *//* font-size: 36px; */color: #212225;}
.carousel-caption li p{font-size: 16px;line-height:1.4;margin-bottom:25px;font-weight:400;font-family: var(--arial);color: #212225;}
.carousel-caption li:nth-child(1) {
    color: #305690;
    font-size: 16px;
    font-weight: 800;
    font-family: var(--roboto);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.carousel-caption li p:last-child{margin:0 0 15px;}

.carousel-caption  li{margin-bottom:10px;}

.carousel-caption li:last-child {
    display: flex;
    gap: 12px;
    justify-content: end;
    margin-top: -50px;
}

.homeSlider .owl-dots{position:absolute;left:0;right:0;margin: 0px 0 0 0px;text-align: center;width: 100%;left: 0;bottom: 8px;z-index: 999999;}
.homeSlider .item>img{position:absolute;top:0;left: auto;right:0;width: 50%;height:100%;z-index:0;opacity:1;object-fit: cover;opacity: 1;}
.slider .homeSlider{max-width:1920px;margin:0 auto;}
.slider .homeSlider .owl-nav {
    position: absolute;
    width: 200px;
    left: 100%;
    transform: translateX(-112%);
    bottom: 25px;
    margin: 0;
    background: #ffffff;
    justify-content: space-between;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    opacity: 0;
    visibility: hidden;
}
.slider .homeSlider .owl-nav:before {
    /* content: ""; */
    position: absolute;
    width: 100%;
    height: 100%;
    background: #ffffff;
    z-index: -1;
    display: block;
    left: 1px;
    top: -1px;
    transform: translateX(-100%);
    border-top: 1px solid #D4D4D4;
}
.top-bannerImg .captionFrame {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 24px;
    list-style: none;
    text-align: center;
    display: flex;
    align-items: flex-end;
}
.top-bannerImg:hover .captionFrame ul {
    background: transparent;
}
.top-bannerImg:hover .captionFrame ul li:nth-child(1) {
    color: #ffffff;
    top: 0px;
    transition: 0.6s ease;
}
.top-bannerImg:hover .captionFrame {
    padding: 30px;
    height: 100%;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
}
.top-bannerImg:hover {
    background: #3C6882;
    z-index: 5;
}
.top-bannerImg:hover img {
    opacity: 0.2;
}

/* QUick Links  */
.msba-tabs {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    margin-bottom: 40px;
    list-style: none;
    margin-left: 0;
}
.msba-tabs .btn {
    font-size: 15px;
    font-weight: 900;
    color: var(--gray);
    padding: 9px 20px;
    background: transparent;
    border-style: none;
    box-shadow: none;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    display: block;
}
.msba-tabs li {
    flex: 1 1 auto;
    width: auto;
    border: 1px solid #aeaeae;
    border-style: none solid;
    margin-left: -1px;
    border-radius: 0px;
}

.msba-tabs .dropdown-toggle:after {
    content: "\f107";
    display: inline-block;
    font-weight: 900;
    font: var(--fa-font-solid);
    margin-left: 5px;
}
.msba-tabs .btn:hover {
    color: #6B82B0;
    text-decoration: underline;
}
.msba-tabs .btn-group.open .btn.dropdown-toggle {
    background: transparent;
    box-shadow: none;
    border-style: none;
}

.msba-tabs .btn-group .dropdown-menu {
    width: 100%;
    box-shadow: none;
}

.msba-tabs .btn-group .dropdown-menu li {
    border-style: none;
}

.msba-tabs .btn-group .dropdown-menu .btn:hover, .msba-tabs .btn-group .dropdown-menu .btn:focus {
    background: transparent;
}

.msba-tabs span {
    height: 40px;
    background: #B1B5B7;
    display: inline-block;
    width: 1px;
}
.msba-tabs .btn.active {
    color: var(--primeryRCBA);
}
.msba-tabs li.btn-group .dropdown-toggle {
    font-size: 15px;
    font-weight: 900;
    color: var(--gray);
    padding: 9px 20px;
    background: transparent;
    border-style: none;
    box-shadow: none;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    display: block;
    text-align: center;
}
.sidebar .date-card .dc-date {
    color: #305690;
    font-family: var(--roboto);
}
.sidebar .eventbox-item .date-card {
    border: 3px solid #fff;
}
.sidebar .eventbox-item .date-card:hover {
    border-color: #D67E19;
}
.sidebar .eventbox-item .date-card:hover .dc-date {
    color: #D67E19;
}



.tab-wrap {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}
.tab-wrap .img-wrap {
    flex: 0 0 48%;
    max-width: 48%;
    position: relative;
    align-self: flex-start;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
}
.tab-wrap .img-wrap img {
    width: 100%;
    opacity: 0.75;
}
.tab-wrap .content-wrap {
    flex: 0 0 52%;
    max-width: 52%;
}
.tab-inner-wrap {
    padding-right: 40px;
}

.tab-wrap .img-wrap h2 {
    position: absolute;
    bottom: 0;
    z-index: 0;
    color: #fff;
    left: 0;
    width: 100%;
    font-weight: 500;
    padding: 0 30px;
    font-size: 50px;
    line-height: 1.2;
    font-family: var(--robotoCondensed);
}

.tab-inner-wrap .IconButton {
    margin-top: 10px;
}

.left-icon-title {
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 20px;
}
.left-icon-title img {
    flex: 0 0 42px;
    max-width: 42px;
    height: 42px;
    object-fit: contain;
    margin-right: 10px;
}
.left-icon-title .HeaderTextSmall, .left-icon-title .ColumnHeader, .left-icon-title .SubHeading {
    margin: 0;
    padding-left: 5px;
    align-self: center;
}
.innerBanner .TitleText {
    color: #ffffff;
}
.d-flex {
    display: flex;
}

.justify-between {
    justify-content: space-between;
}

.d-flex .left-icon-title {
    flex: 1 1 auto;
}
.d-flex .left-icon-title i {
    color: #ffffff;
    font-size: 28px;
}
.d-flex .left-icon-title img {
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
}

.important-dates-sec {
    background: #EFF1F5;
    position: relative;
    z-index: 2;
}
.important-dates-sec .d-flex.justify-between .HeaderText {
    flex: 0 0 auto;
    width: auto;
    display: inline-flex;
    gap: 10px;
    max-width: 100%;
}
.important-dates-sec .d-flex.justify-between .HeaderText img, .important-dates-sec .d-flex.justify-between .HeaderText i {
    align-self: start;
    margin-top: 10px;
}
.important-dates-sec .SectionHeader {
    color: #2B2F32;
}
.important-dates-sec .fixed-bg {
    opacity: 0.2;
    max-width: 100%;
}

.slider.inner-slider .carousel-caption li:last-child {
    margin: 0;
    display: block;
}
.important-dates-sec .TextButton:hover {
    color: #305690;
}
.date-card .dc-content h3 i {
    font-size: 80%;
}
.bg-white-card {
    background-color: #ffffff;
    padding: 40px;
}
.bg-white-card img {
    margin-bottom: 20px;
}
.bg-white-card p a {
    color: inherit;
    text-decoration: underline;
    text-underline-offset: 0.2em;
}
/* QUick Links  */

.slider.inner-slider .owl-next,
.slider.inner-slider .owl-perv {
 display: none !important;
 
}

/* importantDates  */

.date-card {
    display: flex;
    background: #ffffff;
    flex-wrap: wrap;
    align-items: start;
    padding: 20px 20px 20px 15px;
    box-shadow: 0 0 0px rgb(106 116 124 / 50%);
    box-shadow: 0px 4px 12px 0px #0000001F;
    border: 3px solid #ffffff;
    height: 100%;
}
.date-card-wrap .date-card-col>a:hover {
    text-decoration: none;
}
.date-card-wrap .date-card-col>a:hover {
    border-color: #D67E19;
}

.date-card-wrap .date-card-col>a:hover .dc-date {
    color: #D67E19;
}

.date-card-wrap .date-card-col>a .date-card:hover .dc-date {
    color: #3E2C78;
    border-color: #3E2C78;
}

.date-card-wrap .date-card-col>a .date-card:hover {border-left-color: #E9944B;}

.date-card .dc-date {
    flex: 0 0 65px;
    max-width: 65px;
    text-align: center;
    font-size: 18px;
    font-weight: 900;
    color: #305690;
    letter-spacing: 0.05em;
    line-height: 1;
    padding: 0px 0;
}

.date-card .dc-date span {
    display: block;
    font-size: 44px;
    font-weight: 900;
    letter-spacing: 0;
}
.date-card .dc-content h3 {
    margin: 0 0 5px;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    font-family: var(--arial);
}
 .date-card:hover .dc-content h3 {
    /* color: #5779BB; */
}

.date-card:hover .dc-content p {
    text-decoration: underline;
}

.date-card p {
    margin: 0;
    color: #212225;
    font-size: 16px;
    font-weight: 400;
}
.date-card-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px;
    justify-content: center;
}

.date-card-wrap .date-card-col {
    margin-bottom: 30px;
    padding: 0 12px;
    flex: 0 0 50%;
    max-width: 50%;
}
.date-card .dc-content {
    flex: 0 0 calc(100% - 65px);
    max-width: calc(100% - 65px);
    padding-left: 20px;
}
.date-card:hover .dc-date {
    color: #5779BB;
}

.date-card:hover {
    border-left-color: #5779BB;
}
.img-card {
    padding: 40px;
    background-color: #F0F1F2;
}
.img-card .SubHeading {
    margin: 0 0 10px;
}

.img-card img {
    margin-bottom: 15px;
}

.img-card .IconButton {
    margin-top: 10px;
}
.mr-5 {
    margin-right: 5px;
}
.date-card:hover, .date-card:focus {box-shadow: 0 0 12px rgba(106, 116, 124, 0.5);text-decoration: none; border-color: #D67E19;}
/* ENd importantDates  */

/* END PRESIDENT */
/* adv sec  */
.adv-sec .w-100 {
    width: 100%;
}
.adv-sec {
    width: 100%;
}   
/* adv sec  */

.left-img-card {
    display: flex;
}
.left-img-card .li-img {
    flex: 0 0 170px;
    max-width: 170px;
}
.left-img-card .li-content {
    flex: 0 0 calc(100% - 170px);
    max-width: calc(100% - 170px);
    padding-left: 20px;
    align-self: center;
}
.left-img-card .li-date {
    font-size: 14px;
    font-weight: 900;
    color: #A8A9AC;
}
/* numberInfo */

.left-img-row {
    display: flex;
    margin: 0 -10px;
    row-gap: 30px;
    flex-wrap: wrap;
}
.left-img-row>.span6 {
    padding-left: 10px;
    padding-right: 10px;
    width: 50%;
    margin: 0;
    flex: 0 0 50%;
}

.adSpot {
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.news-sec {
    position: relative;
}

.news-sec .adv-box {
    width: 100%;
    margin-top: 30px;
    position: relative;
}
.news-sec .adv-box .adv-txt {
    min-width: 60%;
}

.metaData-text {
    font-size: 13px;
    font-weight: 700;
    font-family: var(--arial);
    color: #5A5E61;
}

.bg-img-sec {
    position: relative;
    z-index: 2;
    background: #3C6882E5;
}
.bg-img-sec .ColumnHeader, .bg-img-sec p, .bg-img-sec .metaData-text {
    color: #ffffff;
    margin: 0 0 15px;
}
.bg-img-sec .SectionHeader {
    color: #ffffff;
    font-size: 32px;
    flex: 1 1 calc(100% - 45px);
    max-width: calc(100% - 45px);
}
.bg-img-sec .left-icon-title img {
    flex: 0 0 32px;
    max-width: 32px;
    height: 32px;
    margin-top: 3px;
}
.bg-img-sec p a {
    color: inherit;
    text-decoration: underline;
}
.bg-img-sec .TextButtonBlack {
    color: #ffffff;
}
/* border-card  */

.border-card {
    border-left: 3px solid #549C87;
    padding-left: 40px;
    padding-top: 0px;
    padding-bottom: 0px;
} 
.border-card .SectionHeader {
    margin: 0 0 20px;
}
.mb-20 {
    margin-bottom: 20px;
}
.border-card ~ .border-card {
    margin-top: 30px;
}
/* border-card  */
.adv-content-box {
    background-color: #F0F1F2;
    padding: 30px;
}
.adv-content-box .SubHeadingSmall {
    font-family: var(--robotoCondensed);
}



/* anchore-list-sec  */
.anchore-list-sec {
    background: #EFF1F5;
}
.anchore-list li {
    flex: 1 1 auto;
    text-align: center;
    border: 1px solid #ffffff;
    margin-left: -1px;
    border-style: none solid;
}
.anchore-list {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 0;
}
.anchore-list li a {
    text-transform: uppercase;
    color: #2B2F32;
    font-weight: 700;
    font-style: normal;
    font-size: 13px;
    display: block;
    line-height: 16px;
    padding: 15px 20px;
    font-family: var(--roboto);
    transition: all 0.3s ease;
}
.anchore-list li a:hover,
.anchore-list li a:focus {
    color: #ffffff;
    text-decoration: none;
    background: #D67E19;
    text-decoration: underline;
}
.left-bordered-box {
    border-left: 3px solid #549c87;
    padding-left: 40px;
}
.quicklink {
    display: block;
    position: relative;
}
.quicklink:hover {
    text-decoration: none;
}
.quicklink .HeaderTextSmall {
    text-transform: uppercase;
    font-size: 16px;
    margin: 15px 0 10px;
    font-weight: 900;
    font-family: var(--roboto);
}
.quicklink:hover .SectionHeader {
    color: #3E2C78;
}
.quicklink .ql-icon  {
    position: relative;
}
.quicklink .ql-icon  .hover-icon {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
}
.quicklink:hover .ql-icon  .hover-icon {
    opacity: 1;
}
.quicklink:hover .ql-icon  img:not(.hover-icon) {
    opacity: 0.6;
}
.login-form input[type="text"], .login-form input[type="password"] {
    background: #fff;
    border-color: #fff;
    border-radius: 0;
    padding: 8px 20px;
    height: auto;
    font-family: var(--roboto);
    font-size: 15px;
    color: #221F20;
    margin-bottom: 15px;
    display: block;
    width: 100%;
    box-shadow: none;
}
.login-form input[type="text"], 
.login-form input[type="password"]{

}


.login-form input[type="text"]::-webkit-input-placeholder,
.login-form input[type="password"]::-webkit-input-placeholder {
  color: #221F20;
  font-size: 15px;
}
.login-form input[type="text"]::-moz-placeholder,
.login-form input[type="password"]::-moz-placeholder {
  color: #221F20;
  font-size: 15px;
}
.login-form input[type="text"]:-ms-input-placeholder,
.login-form input[type="password"]:-ms-input-placeholder {
  color: #221F20;
  font-size: 15px;
}
.login-form input[type="text"]:-moz-placeholder,
.login-form input[type="password"]:-moz-placeholder {
  color: #221F20;
  font-size: 15px;
}



.login-form input:focus {
    box-shadow: none;
}
.forgot-link {
    color: #221F20;
    font-family: var(--arial);
    font-size: 13px;
    font-weight: 600;
    line-height: 1.2;
    margin: 0 0 20px;
    display: block;
    text-decoration: underline;
}

.not-a-member {
    text-align: center;
    padding: 40px 20px;
    background: #E1E3E533;
}

.not-a-member .SubHeading {
    margin: 0 0 10px;
}
.header-top .headerleft ul li a.active {
    background: #c4112f;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.anchore-list .openList {
    display: block;
}
.anchore-list.open-droupdown  .openList {
    /* display: none; */
    /* position: absolute; */
    /* height: 44px; */
}
.need-attorney-block .nav-member-center {
    display: inline-flex;
    width: auto;
    align-items: center;
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    gap: 10px;
    color: #ffffff;
    background: #549C87;
    min-width: 200px;
    justify-content: center;
    padding: 5px 15px;
    min-height: 58px;
    text-transform: uppercase;
}
.need-attorney-block .nav-member-center:hover {
    text-decoration: none;
    background: #D67E19;
}
.need-attorney-block .nav-member-center p {
    margin: 0;
}

.contentBox .ColumnHeader>a {
    color: initial;
}

.contentBox:hover .ColumnHeader>a,
.contentBox:hover .metaData-text{
    /* color: #5779BB; */
}
.contentBox:hover .metaData-text {
    text-decoration: underline;
}

.ico-linkbox-sec .container.containerCustom {padding-left: 20px;padding-right: 20px;}

.ico-linkbox-sec {
    background: #30558B;
    padding-top: 70px;
    padding-bottom: 70px;
    position: relative;
}

.ico-linkbox-sec .span3 {
    margin: 0;
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 20px;
    padding-right: 20px;
}
.ico-linkbox-sec .flex-row {
    row-gap: 40px;
    margin: 0 -20px;
}
/* Quick Links (Zone D): center grid when fewer than 8 items */
.ico-linkbox-sec:not(.ico-linkbox-count-8) .flex-row {
    justify-content: center;
}
/* 6 items: two centered rows of 3 */
.ico-linkbox-sec.ico-linkbox-count-6 .flex-row > .span3 {
    flex: 0 0 33.333%;
    max-width: 33.333%;
}
.ico-linkbox-sec .ico-linkbox {
    border: 1px solid color(srgb 0.66 0.67 0.69 / 0.20);
    padding: 15px 25px;
    margin-left: -1px;
    margin-bottom: -1px;
    text-align: center;
    display: block;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease;
    height: 100%;
    background: #ffffff;
    outline: 2px solid #ffffff;
    outline-offset: 8px;
    position: relative;
}
.ico-linkbox-sec .ico-linkbox img,
.ico-linkbox-sec .ico-linkbox h3,
.ico-linkbox-sec .ico-linkbox p{
    position: relative;
}

.ico-linkbox-sec .ico-linkbox:hover {
    box-shadow: 0 0 15px 0px rgb(0 0 0 / 10%);
    background: #ffffff;
    text-decoration: none;
    outline-color: #D67E19;
}
.ico-linkbox-sec .ico-linkbox:before{
    display: block;
    content: "";
    background-color: #fff;
    position: absolute;
    top: -9px;
    left: -9px;
    right: -9px;
    bottom: -9px;
    opacity: 0;
    transition: all 0.3s ease;
}
.ico-linkbox-sec .ico-linkbox:hover:before{
    opacity: 1;
}

.ico-linkbox-sec .ico-linkbox img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.ico-linkbox-sec .ico-linkbox h3 {
    margin-top: 10px;
    /* font-family: 'Roboto Condensed'; */
    font-size: 18px;
    /* text-transform: uppercase; */
}
.ico-linkbox-sec .ico-linkbox p {
    font-size: 15px;
}
.anchore-list-sec.whitestrip-links li a:hover,
.anchore-list-sec.whitestrip-links li a:focus {
    background: transparent;
    color: #2F5AB2;
    text-decoration: underline;
}

.msba-tabs li.btn-group .dropdown-toggle:hover {
    color: #6B82B0;
}



/* THEAM 2 */
.theme2 .headerlogin .nav-member-center {
    background: #0083A9;
    color: #ffffff;
}

.theme2 .header .navbar-inner .headerlogin .dropdown-menu {
    border-color: #0083a9;
}

.theme2 blockquote, .theme2 blockquote.pull-right,
.theme2 .left-bordered-box {
    border-color: #0083a9;
}

.theme2 a:hover, .theme2 .anchore-list li a:hover,
.theme2 .header .navbar .nav li.dropdown .megaMenuSection li a:hover,
.theme2 .header .navbar .nav li.dropdown .megaMenuSection li a:focus {
    color: #0083a9;
}
.theme2 .formframe .btnWhite {
    background-color: #0083a9;
    border-color: #0083a9;
}
.theme2 .header-top .headerleft ul li a.active {
    background: #0083a9;
}
/* THEAM 2 */

/* THEAM 3 */
.theme3 .headerlogin .nav-member-center {
    background: #772583;
    color: #ffffff;
}

.theme3 .header .navbar-inner .headerlogin .dropdown-menu {
    border-color: #772583;
}

.theme3 blockquote, .theme3 blockquote.pull-right,
.theme3 .left-bordered-box  {
    border-color: #772583;
}

.theme3 a:hover, .theme3 .anchore-list li a:hover,
.theme3 .header .navbar .nav li.dropdown .megaMenuSection li a:hover, 
.theme3 .header .navbar .nav li.dropdown .megaMenuSection li a:focus {
    color: #772583;
}
.theme3 .formframe .btnWhite {
    background-color: #772583;
    border-color: #772583;
}
.theme3 .header-top .headerleft ul li a.active {
    background: #772583;
}

.recent-news-sec .SectionHeader img {
    flex: 0 0 30px;
    flex-shrink: 0;
    width: 30px;
    height: 42px;
}










/* anchore-list-sec */
.owl-carousel .owl-nav button.owl-prev span, .owl-carousel .owl-nav button.owl-next span {color: #e3d9c5;font-size: 40px;padding: 0;width: 40px;display: inline-block;line-height: 1;height: 40px;margin-top: -3px;}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-prev:hover {
    position: absolute;
    top:50%;
    margin: -12px 0 0 0;
    left:0;
    background: #ffffff;
    height: auto;
    display: inline-block;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-next:hover {
    right: 0;
    position: absolute;
    top: 50%;
    margin: -12px 0 0 0;
    background: #ffffff;
    height: auto;
    display: inline-block;
}
/*--------Become A Member---------***/
.member-boxleft {
    display: inline-block;
    vertical-align: middle;
    width: 67%;
}
.member-boxright {
    display: inline-block;
    vertical-align: top;
    padding-left: 18px;
    margin-top: 70px;
}
.member-right {
    border-left: 1px solid #0C1F4F;
    padding-left: 50px;
}
.member-boxleft h3, .member-boxright h3 {
    margin: 0 0 15px 0;
}
.border-card p {
    margin-bottom: 20px;
}

/**--------Footer---------***/


.member-block{background: #3E2C78;position:relative;padding-top: 60px;padding-bottom: 60px;border-top: 1px solid #636B7040;}
.member-block .container.containerCustom{position:relative;}

.member-block-content p{line-height:22px;max-width: calc(100% - 10px);line-height: 30px;color: #ffffff; margin-bottom: 15px;}
.member-block-content p>a {
    color: inherit;
    text-decoration: underline;
}
.member-block-content{position:relative;padding-left: 50px;border-left: 6px solid rgba(255, 255, 255, 0.5)}
.button-block-right-line{position: relative;right:0;top:auto;bottom: 0;}
.button-block-right-line .ITLAButton{width:155px;}
.member-block-left{padding: 0px 0px;}
.member-block-right{padding: 0px 0 0px 30px;border-left: 6px solid rgba(255, 255, 255, 0.5);}
.input-element .form-control{
    width: 100%;
    height: 50px;
    border: 1px solid #ffffff;
    font-size: 14px;
    padding: 0 12px;
    background: #F0F1F2;
    font-weight: 900;
    color: #221F20;
    font-family: var(--roboto);
    letter-spacing: 0.02em;
    border-radius: 0px;
}
.input-element .form-control:focus{outline:none;border: 1px solid #d6d6d6;box-shadow: none;}
.loginDiv .OutlineButton{height:50px;padding:0 10px;width: 100%;}
.input-element a{font-size: 14px;color: #ffffff;font-weight: 800 !important;}

.input-element .row-fluid {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    width: auto;
}
.input-element .row-fluid:before, .input-element .row-fluid::after {
  display: none;
}
.input-element .row-fluid > .span5 {width: calc(50% - 70px);flex: 0 0 calc(50% - 70px);margin: 0;padding: 0 10px;}
.input-element .row-fluid > .login-btn {
    flex: 0 0 140px;
    width: 140px;
}
.input-element .row-fluid > * {
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.member-block .ColumnHeader {
    margin: 0 0 16px;
    color: #ffffff;
}
.member-block-right p {
    color: #ffffff;
}

.member-block .member-block-right form {
    margin-top: 15px;
}

.footer {background: #CAD2E0;overflow: hidden;}
.footerTop {padding: 10px 0px;background: #305690;}
.footerTop ul.social-list li a {
    color: #ffffff;
    line-height: 1;
}
.footerTop ul.social-list li a:hover{
    color: #E9944B;
}
.footerTop ul {display: flex;justify-content: flex-end;margin-bottom: 0;}
.footerTop ul li {margin: 0 5px;}
.footerTop ul li a:hover{opacity: 0.6;}
.footerTop ul li:last-child { margin-right: 0px; }
.footerBottom {padding: 40px 0px 20px;overflow: hidden;}
.footParent {display: flex;padding: 0 0px;margin: 0 -25px;}
.footLeft {flex: 0 0 280px;max-width: 280px;padding-right: 40px;position: relative;width: 100%;}

.footerBottom p, .footerBottom a {font-style: normal;font-weight: 400;font-size: 16px;line-height: 26px;color: #2B2F32;transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-ms-transition: all 0.3s ease-in-out;font-family: var(--arial);}
.footerBottom b { font-weight: 400; }
.footerBottom .footLeft a:hover { text-decoration: underline; }
.footLeft ul li a {padding-left: 0;position: relative;}
.footLeft ul li a:after {position: absolute;content: '';width: 5px;height: 5px;top: 9px;left: 0px;background: #fff;opacity: 0;}
.footLeftTop { margin-bottom: 20px; }
.footRight {display: flex;padding-left: 40px;width: 100%;justify-content: space-between;flex: 0 0 calc(100% - 280px);max-width: calc(100% - 280px);}
.footRight .footCol {margin: 0px;width: auto;max-width: 25%;flex: 0 0 25%;}
.footerHeading {
    margin-top: 0px;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.3;
    color: #305690;
    margin-bottom: 15px;
    font-family: var(--roboto);
    border-bottom: 2px solid #305690;
    padding-bottom: 10px;
    }
.BCBAnoBullets ul + .footerHeading {
    margin-top: 30px;
}

.footParent p {
    display: flex;
    gap: 10px;
    line-height: 26px;
}

.footParent p>i {
    line-height: inherit;
    color: #305690;
    }
.footerText ul li a {position: relative;display: inline-block;}
.footerText ul li a:hover {text-decoration: underline;}
.footerText p a { color: #fff; }

.BCBAnoBullets ul {list-style-type: none;margin-left: 0;}
.BCBABullets ul { list-style-type: none; }
.BCBABullets ul li {padding-left: 15px;position: relative;margin-bottom: 15px;font-size: 18px;}
.BCBABullets ul li::after {position: absolute;content: '';width: 6px;height: 6px;top: 8px;left: 0px;background: #dba510;}
.BCBAnoBullets ul li:not(:last-child) {
    margin-bottom: 10px;
}
.BCBAnoBullets ul + .footerHeading {
    margin-top: 30px;
}
.footParent>.footCol {
    padding-left: 25px;
    padding-right: 25px;
    margin: 0;
    flex: 0 0 25%;
    max-width: 25%;
}

ul.follow-us li { display: inline-block; vertical-align: middle; font-size: 19px; font-weight: 500;

text-transform: uppercase; margin:0 4px; }
ul.follow-us li:first-child { margin-right: 20px; }
ul.follow-us li a {
    display: block;width: 40px; height: 40px; border-radius: 50%;
    border:2px solid transparent; line-height: 40px; color: #0BBA97; font-size: 20px; text-align: center;
}
ul.follow-us li a:hover, ul.follow-us li a:focus {
    border-color: #BA0C2F; color: #BA0C2F;
}

.contact-links ul li i {
    width: 20px;
}
.contact-links ul li span {
    display: inline-block; vertical-align: top; width: calc(100% - 50px);
}
.contact-links ul li>img {
    position: absolute;
    left: 0;
    top: 0;
    height: 25px;
    width: 25px;
    object-fit: contain;
}
.copyright p, 
.copyright p a {
    /* color: #ffffff; */
    margin: 0;
    opacity: 1;
    font-size: 15px;
}
.copyright p a { color: #619EED; }
.copyright p a:first-child { margin-left: 15px; }
.copyright p>span {
    margin: 0 10px;
}
img.footlogo {max-width: 448px;}
.d-flex-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.row.d-flex-wrap:before,
.row.d-flex-wrap:after {
    display: none;
}
.row.d-flex-wrap {
    margin-left: -15px;
    margin-right: -15px;
}
.social-list {
    display: flex;
    flex-wrap: wrap;
}
.social-list li {
    margin-right: 10px;
}
.social-list a {
    font-size: 20px;
    color: var(--lightGray);
}
.social-list li a:hover, ul.social-list li a:focus {
    color: #E9944B;
    text-decoration: none;
}
.copyright-block {
    padding: 20px 0;
    margin-top: 20px;
    background: hsl(206deg 4% 65% / 50%);
}
.contact-links li {
    color: #2B2F32;
    margin-bottom: 20px;
    list-style: none;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.25;
}

.contact-links ul {
    margin: 0;
    padding: 0;
}

.contact-links li b {
    font-weight: 700;
    margin-bottom: 5px;
    display: block;
}


/*-----------------------------Inner Page CSS----------------------------***/

/*--- Banner Inner --**/
.bannerInner {position: relative;background: #18355E;z-index: 1;}
.fixed-bg {
    width: 100%;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.20;
    z-index: -1;
    object-fit: cover;
}
.bannerInner .row {
    min-height: 280px;
    justify-content: center;
    align-content: center;
    position: relative;
    z-index: 2;
}
.bannerInner .TitleText {
    color: #ffffff;
    text-align: center;
}
.flex-sec .flex-row>.col {
    padding: 0 25px;
    -webkit-flex: 0 0 33.33%;
    -moz-flex: 0 0 33.33%;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
}
.cntnr1070 .container.containerCustom {
    max-width: 1070px;
}
.eventbox-info .eventbox-item:not(:last-child):after {
    background: #ffffff;
    height: 1px;
    display: block;
    margin: 10px 0;
    content: "";
}
.sec-pd40 {
    padding-top: 40px;
    padding-bottom: 40px;
}
.sec-pd70 {
    padding-top: 70px;
    padding-bottom: 70px;
}
.fb-wid-logo-wrap {
    display: flex;
    align-items: center;
    flex: 1 1 auto;
}
.fb-wid-logo-wrap .fb-right-wrap {
    flex: 0 0 calc(100% - 70px);
    max-width: calc(100% - 70px);
    padding-left: 14px;
    text-align: left;
}
.fb-wid-logo-wrap img {
    flex: 0 0 70px;
    -webkit-flex: 0 0 70px;
    max-width: 70px;
}
.fb-wid .fb-wid-body .fb-wid-wrap img {
    width: 100%;
}
.flex-sec .flex-row {
    flex-wrap: nowrap;
    margin: 0 -25px;
}

.fb-wid .fb-wid-body {
    height: 500px;
    overflow: auto;
    padding: 0 10px;
}
.fb-wid .fb-wid-body::-webkit-scrollbar {
    width: 4px;
    background-color: #f3f3f3;
}
.fb-wid .fb-wid-body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 2px #b4b4b4;
  }
.fb-wid .fb-wid-body::-webkit-scrollbar-thumb {
    background-color: #b4b4b4;
  }
.fb-wid .fb-wid-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 22px 20px;
}
.follow-us-btn {
    display: inline-block;
    padding: 8px 20px;
    border: 2px solid #333C59;
    color: #ffffff;
    background: #333C59;
    border-radius: 0px;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: auto;
    letter-spacing: 0.05em;
    transition: all 0.3s ease;
}
.follow-us-btn:hover {
    color: #ffffff;
    text-decoration: none;
    background: #932e26;
    border-color: #932e26;
}
.fb-wid {
    box-shadow: 10px 10px 30px rgb(0 0 0 / 16%);
    border: 1px solid #E3D9C5;
    background: #ffffff;
}

.fb-wid .fb-wid-body .fb-wid-wrap {
    margin-bottom: 0;
}

.fb-wid-logo-wrap .fb-right-wrap h4, .fb-wid-logo-wrap .fb-right-wrap p {
    margin: 0;
    color: #2D3550;
}

.fb-wid-logo-wrap .fb-right-wrap h4 {
    font-size: 19px;
    font-weight: 700;
}

.fb-wid-logo-wrap .fb-right-wrap p {
    font-size: 16px;
    padding: 0 !important;
}
.flex-row .col-4 {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    padding: 0 15px;
}

/********************/
.quicklink-mobile { display: none; }
.events {margin-top: 40px;display: block;}


.sponsorSlider {
	text-align: center;
}
.sponsorSlider ul { margin: 0; padding: 0; list-style: none; }

.sponsorSlider .item {
	text-align: center;
}
.sponsorSlider .item {
	vertical-align: top;
	text-align: center;
	width: 100%;
	margin: 0;
	justify-content: center;
	display: flex;
	align-items: center;
}
.sponsorSlider .owl-carousel .owl-item {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.sponsorSlider .owl-carousel .owl-item .item,
.sponsorSlider .owl-carousel .owl-item li {
	width: 100%;
}
.sponsorSlider  li {
	display: inline-block;
	vertical-align: top;
	padding: 0 0px;
	text-align: center;
}
.sponsorSlider li a>img {
    height: 150px;
    object-fit: contain;
}

.sponsorSlider li a {
    display: inline-block;
    margin: 0 auto;
    max-width: 100%;
}
.sponsorSlider .owl-carousel .owl-nav {
	margin-top: 0;
	line-height: 0;
	margin: 0;
}
.sponsorSlider .owl-carousel .owl-stage {
	margin: 0 auto;
}
.sponsorSlider .owl-carousel button.owl-prev,
.sponsorSlider .owl-carousel button.owl-prev:hover {
    position: absolute;
    left: -40px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: transparent;
    font-size: 30px;
    color: #B3B3B3;
    margin: 0;
}
.sponsorSlider .owl-carousel button.owl-next,
.sponsorSlider .owl-carousel button.owl-next:hover {
	color: #B3B3B3;
	position: absolute;
	right: -40px;
	top: 50%;
	transform: translateY(-50%);
	border: none;
	background: transparent;
	font-size: 30px;
	margin: 0;
}
.sponsors-sec .sponsorSlider {
    padding: 0 0px;
    /* max-width: 900px; */
    margin: 0 auto;
}
.sponsors-sec .container.containerCustom {
    max-width: 1920px;
    padding-left: 15px;
    padding-right: 15px;
}
.sponsorSlider .owl-carousel button.owl-prev:hover i, 
.sponsorSlider .owl-carousel button.owl-next:hover i {
    color: #3c6882;
}
.sponsors-title {
    font-size: 27px;
    font-weight: 700;
    color: #221F20;
    font-family: var(--roboto);
}


.events .friendsLogoBox {
    display: none;
}
.inner-content-area > p {
    margin: 15px 0 20px 0;
}
.inner-page-content .inner-content-area .container.containerCustom {
    max-width: 100%;
    width: 100%;
    padding: 0 !important;
}
.inner-page-content .sidebar-content {
    background: #eff1f5;
    padding: 50px 50px 50px 60px;
    position: relative;
    z-index: 1;
}
.inner-page-content .sidebar-content:after {
    content: "";
    position: absolute;
    width: 50vw;
    background: #eff1f5;
    display: block;
    height: 100%;
    top: 0;
    left: 0;
    transform: translateX(-99%);
    z-index: -1;
}
.Highlight .HeaderTextSmall {
    color: #ffffff;
}

.BulletList ul {margin-bottom: 35px;margin-left: 0;list-style: none;}
.BulletList ul li {position: relative;padding-left: 25px;margin-bottom: 15px;font-size: 16px;position: relative;/* background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAAXNSR0IB2cksfwAAAAlwSFlzAAALEwAACxMBAJqcGAAAADNQTFRFJy0zJy0zJy0zJy0zAAAA7jpD7jpD7jpD7jpD7jpD7jpD7jpD7jpD7jpD7jpD7jpD7jpDeINaQgAAABF0Uk5Te1BTTwChOEK0KHGnJq2oVU/PX2cTAAAAPUlEQVR4nGNgYGRCAowMDMwsKICZgQlVgIl4AVY2NAF2Dk40LVzcqAI8vOyoAnz8aGYIkO4OhACG59C9DwAFgQPSfsrqegAAAABJRU5ErkJggg=='); */background-position: left center;background-size: contain;background-repeat: no-repeat;color: #2D2D2D;background-size: 16px;background-position: top 2px left;}
.BulletList ul li::before {
    content: "\f061";
    position: absolute;
    top: 1px;
    left: 0;
    border-radius: 0;
    background: transparent;
    font: var(--fa-font-solid);
    font-weight: 900;
    font-size: 14px;
    color: #549C87;
}
.BulletList ul li>a {
    color: #2B2F32;
}

.BulletList ul li:hover:before {
    color: #D67E19;
}
.BulletList ul li>a {
    color: #2B2F32;
}
.BulletList ul ul {
    margin-top: 12px;
    margin-bottom: 5px;
}
.BulletList-row .BulletList ul li {
    margin-bottom: 18px;
}
/*---Main Content Div----***/
.header .navbar .nav li.dropdown .megaMenuSection .TitleText span {
    
    color: #E3D9C5;
    margin-right: 10px;
    font-weight: 700;
}
/* sbm Clases */
.sponsors-sec {
    position: relative;
    padding-top: 30px;
    margin-top: 20px;
    border-top: 1px solid #EFF1F5;
} 
.inner-content-area .sponsors-sec {
    background: #eee8dc;
    margin-right: -50px;
}
.inner-content-area .sponsors-sec:before {
    content: "";
    background: #eee8dc;
    position: absolute;
    top: 0;
    left: -65px;
    height: 100%;
    width: 66px;
}
.sponsors-img-list ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
}
.sponsors-img-list ul li {
    padding: 15px;
}
.infoicon-sec {

width: 100%;
}
.flex-row {
    display: flex;
    flex-wrap: wrap;
    width: auto;
    margin: 0 -15px;
}
.flex-row:before,.flex-row:after {
    display: none;
    margin: 0;
}
.pt-0 {
    padding-top: 0px !important;
}
.pb-0 {
    padding-bottom: 0px !important;
}
.upcoming-event-sec .flex-row {
    justify-content: space-between;
    margin-left: -15px;
    margin-right: -15px;
}
.mt-40 {
    margin-top: 40px !important;
}

.header .navbar .nav>li.searchBtnFn:hover .dropdown-toggle:after {
    display: none !important;    
}

body .header .searchBtnFn.show-search-bar>ul {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    z-index: 999;
}

.searchBtnFn.dropdown>ul.dropdown-menu {
    margin: 0;
    background: #ffffff;
    left: auto;
    right: 418px;
    width: calc(100% - 810px);
    padding: 0;
    height: 57px;
    top: 0;
    border-style: none;
}

.searchBtnFn .megaMenuSection {
    padding: 8px 0px 8px 15px;
    width: 100%;
}

.header .navbar .nav li a.nav-member-center {
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 116px;
    margin-left: auto;
    margin-right: 0;
    padding: 0;
    position: relative;
    z-index: 1;
}
.headerlogin .nav-member-center {
    display: inline-flex;
    width: auto;
    align-items: center;
    font-weight: 600;
    gap: 8px;
    min-width: 200px;
    justify-content: center;
}
.need-attorney-block.open-droupdown .nav-member-center {
    text-decoration: none;
    background: #D67E19;
}
.headerlogin .nav-member-center:focus{
    outline: none;
    text-decoration: none;
}
.headerlogin .nav-member-center p {
    color: #ffffff;
    font-weight: 500;
    font-size: 15px;
    margin: 0;
    line-height: 1.2;
    text-transform: uppercase;
}
.memberSection  .member-boxthree .nav-member-center p {
    display: block !important;
    font-weight: 500 !important;
    letter-spacing: 0.05em !important;
    font-size: 14px !important;
}
.headerlogin .memberSection 
 .nav-member-center p {
    margin: 0 0 0 10px !important;
}
.searchnav-logo {
    padding: 24px 40px 14px 40px;
}
.nav-member-center p {
    color: #ffffff;
    margin: 10px 0 0;
}
.nav-member-center img {
    width: 32px;
}
.memberSection  .member-boxthree .nav-member-center img {
    width: 22px;
    filter: contrast(0)brightness(100);
}

.header .nav-collapse .nav .searchBtnFn.dropdown .dropdown-menu li.megaMenuSection.member-center-wrap {
    width: 215px;
} 
.formframe a.searchclose {
    background: transparent !important;
    color: #9A8D83;
    padding: 0;
    border: none;
    display: inline-flex;
    align-items: center;
    position: absolute;
    right: 0;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    text-transform: none;
}
.header .navbar .nav li.dropdown .megaMenuSection .formframe a.searchclose svg {
    margin-left: 8px;
}
header .top-strip ul li:not(:last-child):after {
    content: "|";
    display: inline-block;
    color: #05A3C7;
}
header .top-strip ul li {
    font-size: 12px;
    line-height: 1.2;
}
.inner-page-content {
    position: relative;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 20px;
    margin-top: 0;
}
.inner-page-content .inner-content-area {
    padding: 50px 20px 0 50px;
    margin-bottom: 0;
    width: 100%;
    flex: 0 0 calc(100% - 455px);
    max-width: calc(100% - 455px);
}
.inner-page-content .sidebar {
    flex: 0 0 455px;
    width: 455px;
    padding: 0px 20px;
    left: 0;
    top: 0;
    margin: 0;
    bottom: 0;
}

.inner-page-content .inner-page-bottom {
  flex: 0 0 100%;
  width: 100%;
}
.sidebar .eventbox-item-in {
    border-radius: 0;
    border-style: none;
    padding: 15px 10px;
}
.inner-page-content>.row-fluid {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
}

.inner-page-content>.row-fluid {
    width: auto;
    margin: 0 -20px;
}
.quicklink-desktop h3,
.events h3 {
    text-transform: uppercase;
    color: #fff;
    font-size: 22px;
    letter-spacing: 0.1em;
    margin: 0 0 25px 0;
}
.sidebar .eventbox-row {
    flex-direction: column;
}
.sidebar .eventbox-col {
    width: 100%;
    margin: 0 0 20px 0;
}
.events { margin-top: 40px; }
.sidebar-iconbox {
    min-height: 50px;
    display: flex;
    margin: 10px 0;
    align-items: center;
    position: relative;
    padding: 15px 15px 15px 40px;
    margin-top: 0;
    border: 3px solid #ffffff;
    border-radius: 0;
    color: #2B2F32;
    background: #ffffff;
    transition: all 0.3s ease;
}
.sidebar-iconbox:last-child {
    margin-bottom: 5px;
}
.sidebar-iconbox:hover {
    background: #ffffff;
    border-color: #D67E19;
    text-decoration: none;
}
.sidebar-iconbox .iconBox {
    margin-right: 20px;
    filter: brightness(100);
    opacity: 1;
}
.sidebar-iconbox:hover .iconBox {
    filter: brightness(0);
    opacity: 0.5;
}
.sidebar-iconbox .iconBox img {
    height: 35px;
}
.sidebar-iconbox .textBox h2 {
    font-size: 16px;
    color: #2B2F32;
    font-family: var(--arial);
    font-weight: 400;
    line-height: 100%;
    margin: 0;
}
.sidebar-iconbox:hover .textBox h2 {
    color: var(--blue);
}
.sidebar-iconbox .arrow {
    position: absolute;
    left: 15px;
    margin-top: -3px;
}
.sidebar .eventbox-item ul li {
    font-size: 14px;
    text-transform: inherit;
}
.sidebar .eventbox-item ul li a {
    font-size: initial;
}
.eventbox-item .date-card .dc-date {
    flex: 0 0 65px;
    max-width: 65px;
}

.eventbox-item .date-card .dc-content {
    flex: 0 0 calc(100% - 65px);
    max-width: calc(100% - 65px);
}
.home-header .searchBtnFn.dropdown>ul.dropdown-menu {
    background: #3c6882;
}

.home-header .formframe input {
    color: #000000;
    padding-left: 56px;
}

/*Left content*/
.content-info p {
    margin: 20px 0;
}
.Highlight {
    background: #314F89;
    padding: 40px;
}
.Highlight .HighlightHeading {
    color: #ffffff;
       margin:0 0 10px 0;
}

.membership-headlinebox h5 {
    text-decoration-line: underline;
    color: #BA0C2F;
    font-size: 22px;
    font-weight: 600;
}
.Highlight .btns-wrap {
    display: flex;
    gap: 15px;
}
.membership-headlinebox p {
    margin:20px 0;
}
.forgot-mb {
    display: none;
}
.primary-btnmb { display: none; }
.headtitle { display: none; }

/*-------eventbox Css----------*/
.eventbox {
    margin: 0 0 30px;
}
.eventbox .left-icon-title img {
    flex: 0 0 26px;
    max-width: 26px;
}
.eventbox-row {
    display: flex;
}
.eventbox-col {
    margin-right: 30px;
    width: 33.33%;
    box-shadow: 10px 14px 30px rgb(0 0 0 / 25%);
}
.eventbox-col:last-child {
    margin-right: 0px;
}
.eventone {
    height: 100%;
    border-radius: 10px;
    background: #2311B6;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.25);
    overflow: hidden;
}
.eventone .event-head {
    background: #2311B6;
}
.eventtwo {
    border-radius: 10px;
    background: #1B365D;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.25);
    height: 100%;
}
.eventtwo .event-head {
    background: #1B365D;
}
.eventthree {
    border-radius: 10px;
    background: #05A3C7;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.25);
    height: 100%;
}

.eventbox-img {
    height: 140px;
    overflow: hidden;
    position: relative;
}
.eventbox-img span img {
    width: auto;
    height: 100%;
    max-width: inherit;
}
.event-head {
    position: absolute;
    z-index: 9;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
}
.event-head img {
    opacity: 0.3;
    filter: grayscale(50);
}
.event-head h4 {
    font-size: 30px;
    font-weight: 600;
    color: #333C59;
    line-height: 1.1;
    margin-bottom: 0;
}
.eventone .event-head h4, .eventtwo .event-head h4, .eventthree .event-head h4, .eventone .event-head .ColumnHeader {
    color: #ffffff;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.event-head h4 b {
    font-weight: 900;
}
.event-head h4::before {
    content: '';
    position: absolute;
    width: 100px;
    height: 3px;
    background: #fff;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.eventbox-info {
    padding: 10px 15px 20px;
}
.sidebar-content .eventbox-info {
    padding: 0;
    margin-bottom: 20px;
}
.sidebar-content .left-icon-title{
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #CCCCCC;
}
.sidebar-content .eventbox .left-icon-title img{
    height: auto;
    flex: 0 0 auto;
    max-width: 22px;
}
.eventbox-item:not(:last-child) {
    margin: 0 0 20px;
}
.eventbox-item .date-card {
    padding: 15px;
}
.eventbox-item .left-icon-title img {
    flex: 0 0 25px;
    max-width: 25px;
    object-fit: contain;
}
.eventtwo .eventbox-item {
    border-bottom: 1px solid #2E3752;
}
.eventtwo .eventbox-item ul li:before,
.eventtwo .event-link i {
    color: #ffffff;
}
.eventbox-item:hover .eventbox-item-in {background: #ffffff;}
.eventbox-item-in {
    padding: 15px 15px;
    margin-top: 0;
    border: 1px solid #ffffff;
    border-radius: 6px;
}
.eventbox-item-in p {
    padding: 0 15px;
}
.eventbox-item ul {
    display: flex;
    list-style: none;
    margin: 0 0 8px;
    justify-content: center;
}
.eventbox-item ul li {
    font-size: 14px;
    color: #FFFFFF;
    position: relative;
    padding: 0 20px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.56px;
    opacity: 0.85;
}
.eventbox-item ul li:first-child {
    padding-left:0;
}
.eventbox-item ul li:last-child {
    padding-right: 0;
}
.eventbox-item ul li i {margin-right: 5px;font-size: 12px;vertical-align: middle;}
.eventbox-item ul li:before {
    content: '|';
    position: absolute;
    height: 25px;
    right: -2px;
    top:0;
    color: #ffffff;
}
.eventbox-item ul li:last-child:before {
    display: none;
}
.eventbox-item ul li img { margin-right: 5px; }
.eventbox-item ul li img.hover-img { display: none; }
.eventbox-item:hover ul li img.active-img { display: none; }
.eventbox-item:hover ul li img.hover-img { display: inline-block; }
.eventbox-item p {
    font-size: 16px;
    margin: 5px 0 0 0;
    font-weight: 400;
    line-height: 1.3;
    color: #4A4E51;
}
.eventbox-item p a {
    color: inherit;
    text-decoration: none;
}
.eventbox-item:hover ul li {color: #333C59;}
.eventbox-item:hover p {color: #333C59;}
.eventbox-item.eventbox-item-link {
    border: 0;
    padding: 10px 10px;
    text-align: center;
}
.event-link {
    color: #fff;
    margin: 0;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 1.4px;
}
.event-link i {
    color: #ffffff;
    margin-left: 5px;
    vertical-align: middle;
}
.event-link:hover,
.event-link:focus {
    color:#fff;
    text-decoration: none;
}
.weight-500  {
    font-weight: 500;
}
.mb-20 {
    margin-bottom: 20px;
}
.side-title-center {
    text-align: center;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(87, 96, 102, 0.30);
}
.owl-theme .owl-dots .owl-dot span {
    background-color: #ffffff;
    width: 220px;
    height: 5px;
    border: none;
    opacity: 1;
    border-radius: 0px;
}
.info-iconbox h2>a {
    color: inherit;
    text-decoration: none;
}

.info-iconbox:hover span img {
    -webkit-filter: brightness(100);
    filter: brightness(100);
}
.d-inline-block {
    display: inline-block   ;
}
blockquote, blockquote.pull-right {
    padding: 0px 10px 0px 35px;
    font-size: 19px;
    font-weight: 700;
    font-style: italic;
    color: #549C87;
    border-style: none;
    position: relative;
    border-left: 3px solid #549C87;
    font-family: var(--arial);
}
blockquote p {
    outline: none;
    box-shadow: none;
    opacity: 1;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    color: inherit;
}
blockquote:after {
    content: "";
    position: absolute;
/*     font-size: 43px;
    line-height: 0;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADYAAAAnCAMAAABzEUvRAAAAAXNSR0IB2cksfwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAR1QTFRF7jpD7jpD7jpDAAAA7jpD7jpD7jpD7jpD7jpD7jpD7jpD7jpD7jpD7jpD7jpD7jpD7jpD7jpD7jpD7jpD7jpD7jpD7jpD7jpD7jpD7jpD7jpD7jpD7jpD7jpD7jpD7jpD7jpD7jpD7jpD7jpD7jpD7jpD7jpD7jpD7jpD7jpD7jpD7jpD7jpD7jpD7jpD7jpD7jpD7jpD7jpD7jpD7jpD7jpD7jpD7jpD7jpD7jpD7jpD7jpD7jpD7jpD7jpD7jpD7jpD7jpD7jpD7jpD7jpD7jpD7jpD7jpD7jpD7jpD7jpD7jpD7jpD7jpD7jpD7jpD7jpD7jpD7jpD7jpD7jpD7jpD7jpD7jpD7jpD7jpD7jpD7jpD7jpD7jpD7jpD5+3DlQAAAF90Uk5TECACAAgMgP9AYA9TUDhwHNPy/rBD7bo53MonG8viFU2y+o+RVtkG7G+1P4Ux9vwLFNtKPOvHHtD5IpJuEnXxriu/DXT4ZaSvARG+CuQkqB9ijAnwk9esL+G4gwUYHSNEeUGlAAABM0lEQVR4nO3T51bCQBAF4DVriKIoIAo2FEWxEUGxi6DYFQv2+v6PoUJmlszuyAvk/ry530nZEyG6aCxJ0q1NbBFyaARlPdqkN2ABCxhJuDPrMzCqDKxfRAa88GwQJlHF8GLMq+IawwwBS+hsmGcjwJLILKhSPBuFzRiycagmeDYJmzSyKaimWZWGScZCNgPdLMuyMJmTwOZz0C2wDL/IIjJ1bEucSuJkGdhKHip3lVGFIrI1j62XsNpg1OYWTrbDTbaz62Ll7BnRfvlATSpSimroMK4aJ3dkeLxa5bht4kR+GfkDTgy3In/AqdTY2XlHlrrQ2OWV6cV87LouKbsxKh+L3krCSndG1M7c+4b0s2LZZhSyh8c6VH8s//Rce+FMi2Ve394TH6oSn1+Nf0Qz9rd2mD+0SDzF1VlHkwAAAABJRU5ErkJggg==');
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 55px;
    height: 55px;    
    bottom: 18px;
    right: -36px;
    z-index: 1; */
}
blockquote:before {
    content: "";
    position: absolute;
/*     font-size: 43px;
    line-height: 0;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADYAAAAnCAMAAABzEUvRAAAAAXNSR0IB2cksfwAAAAlwSFlzAAALEwAACxMBAJqcGAAAARdQTFRFAAAA7jpD7jpD7jpD7jpD7jpD7jpD7jpD7jpD7jpD7jpD7jpD7jpD7jpD7jpD7jpD7jpD7jpD7jpD7jpD7jpD7jpD7jpD7jpD7jpD7jpD7jpD7jpD7jpD7jpD7jpD7jpD7jpD7jpD7jpD7jpD7jpD7jpD7jpD7jpD7jpD7jpD7jpD7jpD7jpD7jpD7jpD7jpD7jpD7jpD7jpD7jpD7jpD7jpD7jpD7jpD7jpD7jpD7jpD7jpD7jpD7jpD7jpD7jpD7jpD7jpD7jpD7jpD7jpD7jpD7jpD7jpD7jpD7jpD7jpD7jpD7jpD7jpD7jpD7jpD7jpD7jpD7jpD7jpD7jpD7jpD7jpD7jpD7jpD7jpD7jpD7jpD7jpD1msM4AAAAF10Uk5TAA0jDAkdGAVDg7jh+v9AL3Ss1/aAJJPwdduM/GLrH9MKqOS+EdwBr6RlOPiuFOz+vyvxEm6SIg/50B7HPEoLMYU5P3C1um8G2VaRjwIVsk3iyxsnyu3ysFAcEDADmVdMZQAAATJJREFUeJzt1tlOAkEQheFGEFEpBRkURAQVURHBHXdE3AXcd9//OTTQVT3pmra98HLqjj/nSwgDCUJoF+gL6km/UH/Y9WogMjg0HAUY+UWMxuJjCQCHQnJ8AnpnZMFUWk6QhSYzABY2laWJZNM5AAvLz7gmPZacBRvLz4HOCvNgY8UFYGwRrGwJGCu5w3I5tsJVoOKaVFedtZ9WVmU9teH5eWyqSWZru5tqO5R29zyREPs0yR7IdEgp7fH2undEDzVRx3ZMrGFQ4oQmTWqnmM5MSpzjpHJB7RLblZFd4+SGUiuKrW1kHZzcUmpjujMqcY+bB0qPmJ7MjL58LUoN+ycinuXkRaUIslczq3L2hizXlPfOmHps8kqK0fFfAJs4f2EfPvOZz/6H1T71Y/8Uvtgk/A3VRmI7Ed0c7QAAAABJRU5ErkJggg==');
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 55px;
    height: 55px;    
    left: -18px;
    top: 20px; */
}

blockquote.pull-right:before {
    left: auto;
    right: -19px;
}

blockquote.pull-right:after {
    right: auto;
    left: -35px;
}

blockquote.pull-right:before,
blockquote.pull-right:after {
    margin: auto;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

blockquote.pull-right {
    text-align: right;
    border-left: none;
    border-right: 2px solid #A8A9AC;
    padding: 0px 30px 0px 10px;
}
.fs22 {
    font-size: 22px;
}
.BulletList-row {
    display: flex;
    flex-wrap: wrap;
}
.BulletList-row .BulletList {
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.mr-10 {
    margin-right: 10px;
}
.Highlight .btns-wrap .SATLAButton {
    margin-right: 10px;
}

.my-10 {
    margin-top: 10px;
    margin-bottom: 10px;
}
.textLine-sec p {
    text-align: center;
    color: #33383A;
}
.header .navbar .nav li.open-droupdown>a,
.header .navbar .nav li.open-droupdown:hover>a {
    color: #ffffff;
}
.upcoming-event-sec .flex-row>div {
    margin: 0 !important;
    width: 290px;
    padding: 0 15px;
}
.upcoming-event-sec .row>.span-12 {
    padding-left: 15px;
    width: 100%;
    margin-left: 0px;
}

.copyright ul {
    margin: .0;
    color: #2B2F32;
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    font-size: 13px;
    font-weight: 500;
    line-height: 125%;
    justify-content: center;
    color: #2B2F32;
}

.copyright a {
    /* color: inherit; */
    font-weight: inherit;
    font-size: inherit;
    font-family: inherit;
}
.copyright {
    margin-top: 60px;
}
.copyright li:not(:last-child):after {content: "|";margin: 0 15px;}
.copyright ul li {
    display: inline-flex;
    align-items: center;
    /* color: #FFFFFF; */
    font-size: 15px;
    font-weight: 400;
    font-family: var(--roboto);
}

.social-list {
    width: auto;
    /* position: absolute; */
    /* top: 15px; */
    /* z-index: 1; */
    /* right: 240px; */
    list-style: none;
    /* margin: 0; */
    padding: 0;
}
.social-list ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
}
.social-list ul li:first-child {
    color: #ffffff;
    flex: 1 1 auto;
    font-size: 13px;
    font-weight: 900;
    
}
.sponsors-img-list ul li {
    min-width: auto;
}
.foot-logo:after {
    width: 126px;
}
.loggedinBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    margin: 0 auto;
    max-width: 250px;
    padding: 5px 0;
}
.header .navbar .nav li .loggedinBox a.SATLAButton {
    padding: 12px 23px;
    min-height: auto;
    color: #ffffff;
    background: #472103;
    border-color: #472103;
    font-size: 18px;
}

.header .navbar .nav li .loggedinBox>span p {
    color: #ffffff;
    margin: 8px 0 0;
    font-weight: 500;
    font-size: 20px;
}

.header .navbar .nav li .loggedinBox>span {
    display: block;
    text-align: center;
}

.header .navbar .nav>li.open-droupdown.dropdown>.dropdown-menu {
    display: block !important;
    visibility: visible !important;
    z-index: 999 !important;
    opacity: 1 !important;
    /* top: 0; */
    left: 0;
    margin: 0;
    width: 100%;
}

.header .navbar .nav li a.nav-member-center:after {
    display: none;
}

textarea, 
input[type="text"], 
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
.uneditable-input {
    min-height: 30px;
}


.event-mobile, .news-mobile {
    display: none;
}
.d-none {
    display: none !important;
}

ul.social-list {
    display: flex;
    margin: 0;
}

ul.social-list li a {
    display: inline-flex;
    align-items: center;
}

ul.social-list li {
    margin-right: 15px;
}
.foot-logo-wrap {
    display: flex;
    justify-content: space-between;
}
.my-20 {
    margin-top: 20px;
    margin-bottom: 20px;
}
.my-30 {
    margin-top: 30px;
    margin-bottom: 30px;
}
.row.row-flex {
    margin: 0 -15px;
}
.row.row-flex>.span4 {
    flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    max-width: 25%;
    width: 25%;
    padding: 0 15px;
}
.row.row-flex>.span8 {
    flex: 0 0 75%;
    -webkit-flex: 0 0 75%;
    max-width: 75%;
    width: 75%;
    margin-left: 0;
    padding: 0 15px;
}
.event-list .sbm-event .sbm-e-head span:first-child:after {
    display: inline-block;
    content: "|";
    color: #33383A;
    opacity: 0.3;
    position: absolute;
    right: 0;
    top: 0;
}
.event-list .sbm-event .sbm-e-head {
    display: flex;
    justify-content: space-between;
    color: #A8462B;
    font-weight: 400;
    text-align: center;
}
.event-list .sbm-event .sbm-e-head span {
    min-width: 45%;
    text-align: center;
    position: relative;
}
.btn-flex {
    display: flex;
    width: 100%;
    align-items: center;
}
.header .navbar .nav>li.dropdown>a {
    position: relative;
    padding-right: 35px;
}
.header.home-header .rightMenus .btn-logout,
.header.home-header .searchBtnFn>.dropdown-toggle {
 /* color: #ffffff; */
}

.droptitle {font-size: 19px;font-weight: 600;margin-bottom: 10px;display: inline-block;color: #3A3D3F;border-bottom: 1px solid #3A3D3F;}


    .header .nav-collapse .nav .dropdown.headerlogin>ul.memberSection span.menu-arrow {
        display: none !important;
    }
    .content-info .btns-wrap .SATLAButton {
        margin-bottom: 15px;
    }
    .quicklink-mobile a {
        display: block;
        padding: 6px 0;
        color: #333C59;
        font-size: 16px;
    }
    .serving-time-sec {
        background: #F5F5F5;
        position: relative;
        z-index: 1;
    }
    .serving-time-sec p {
        color: #3A3D3F;
    }.serving-time-sec p>a {
    color: inherit;
    text-decoration: underline;
}
    .col-12 {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0 15px;
    }
    .friendsheroBannerBox .owl-item li {
        text-align: center;
        margin: 0;
        padding: 15px;
    }
    
    .friendsheroBannerBox .owl-item li > a {
        display: inline-block;
        margin: 0 auto;
    }
    
    
    .friendsheroBannerBox .owl-stage {
        display: flex;
        align-items: center;
    }
    
    .friendsheroBannerBox .owl-stage:before, .friendsheroBannerBox .owl-stage:after {
        display: none;
    }
    .my-40 {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .mob-social-list span.HeaderTextSmall {
        width: 100%;
        text-align: center;
        display: block;
        text-transform: uppercase;
        font-weight: 600;
        margin-bottom: 10px;
    }
    
    .mob-social-list {
        padding: 0px 0 15px;
    }
    



.adv-box .adv-txt {
    position: absolute;
    background: #494949B2;
    padding: 12px 15px;
    color: #ffffff;
    min-width: 40%;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    text-align: center;
    font-size: 20px;
    z-index: 2;
}
.w-100 {
    width: 100%;
}
.innerBanner {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: flex-end;
    padding: 20px 0;
    background: #305690;
}
.innerBanner .fixed-bg {
    opacity: 1;
    width: 100%;
    left: 0;
    right: 0;
}

.innerBanner.dateInfo-bannner .inner-banner-content {
    width: 70%;
}
.innerBanner.dateInfo-bannner .container.containerCustom {
    display: flex;
    justify-content: space-between;
}
.innerBanner.dateInfo-bannner .container.containerCustom:before, .innerBanner.dateInfo-bannner .container.containerCustom:after {
    display: none;
}
.inner-banner-content .left-icon-title .SubHeading {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 16px;
    color: #ffffff;
    font-family: var(--roboto);
}

.innerBanner p {
    color: #ffffff;
}
.dateInfo-wrapper .date-card {
    height: auto;
    margin-bottom: 15px;
    border-style: none;
    display: inline-flex;
    max-width: 290px;
}

.innerBanner.inner-banner-1 {
    
}
.inner-page-content.inner-page-1 {
    
}
.innerBanner.inner-banner-1 .container.containerCustom {
    padding-left: 505px;
    width: 100%;
    max-width: 1440px;
}

.button-wrap {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.inner-page-content.inner-page-1 .sidebar {
    position: relative;
    z-index: 5;
    top: 0;
}
@media screen and (min-width: 980px) {
    .inner-page-content.inner-page-1 .sidebar {
        /* Set by nsbaSyncHeaderAndInnerSidebarTop() from .header height + strip below header */
        top: var(--nsba-inner-page1-sidebar-top, -206px);
    }
}

.dateInfo-wrapper .date-card .dc-date {
    color: #212225;
}

.dateInfo-wrapper .date-card .dc-content h3 {
    font-weight: 900;
}

.dateInfo-wrapper .date-card p {
    font-size: 17px;
}

.innerBanner.dateInfo-bannner .dateInfo-wrapper {
    flex: 0 0 auto;
    display: inline-flex;
    flex-direction: column;
}

.left-icon-title.date-info-title img {
    flex: 0 0 25px;
    max-width: 25px;
    height: 25px;
}

.left-icon-title.date-info-title .SubHeading {
    text-transform: uppercase;
    font-size: 16px;
    color: #3E2C78;
    font-weight: 800;
}


.adv-block {
    padding: 10px 20px 20px;
    box-shadow: 0px 2px 14px 0px #E1E3E5CC;
    background: #ffffff;
}
.adv-block p {
    font-size: 15px;
}
.adv-block:not(:last-child) {
    margin: 0 0 30px;
}
.adv-title-txt {
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.08em;
    color: #A8A9AC;
    margin: 0 0 10px;
}
.date-card .dc-date span {
    font-size: 34px;
}
.adv-block.text-adv {
    padding: 20px 40px;
    background: #ffffff;
}

.eventbox-item  .date-card .dc-date {
    font-size: 18px;
    text-align: center;
}

.inner-banner-content {
    padding: 15px 15px 15px 0;
    width: 100%;
    /* max-width: 680px; */
}
.inner-banner-content .left-icon-title img {
    flex: 0 0 25px;
    max-width: 25px;
    height: 25px;
    margin-right: 6px;
}
.owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    left: -65px;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border-style: none;
    background: #e9ecee;
    font-size: 20px;
    padding: 6px;
    color: #ffffff;
    font-size: 40px;
}

.owl-carousel .owl-nav .owl-next {
    left: auto;
    right: -65px;
}
.important-dates-sec .span5 {
    width: 500px;
}
.bg-white-card .SubHeading {
    margin-bottom: 20px;
}

.bg-white-card p + .NSBAButton {
    margin-top: 10px;
    letter-spacing: 0.08em;
}

.team-section {
  margin-top: 40px;
  display: flex;
  margin: 0 -15px;
  width: auto;
}

.team-card {
  border-radius: 15px;
  padding: 25px 20px;
  text-align: center;
  height: 100%;
  transition: all 0.3s ease;
  border: 1px solid #a8a9ac33;
}

.team-card:hover {
  box-shadow: 0 5px 15px rgba(0,0,0,0.08);
}

.team-img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  margin-bottom: 15px;
}

.team-img.circle {
  border-radius: 50%;
}

.team-img.rounded {
  border-radius: 15px;
}

.team-placeholder {
  width: 150px;
  height: 150px;
  background: #d9d9d9;
  border-radius: 15px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
}

.team-role {
  font-size: 16px;
  font-weight: 800;
  color: #333;
  margin-bottom: 10px;
}

.team-name {
  color: #555;
  margin-bottom: 15px;
  line-height: 1.4;
}

.team-icons {
    text-align: left;
}
.team-icons i {
  font-size: 16px;
  margin-right: 10px;
  color: #7a8ca5;
  cursor: pointer;
}

.team-icons i:hover {
  color: #2c3e50;
}

.sponsors-sec .sponsorSlider-container .sponsorSlider {
    max-width: 100%;
}
.sponsors-sec .sponsors-title {
    margin-bottom: 40px;
}
.anchore-list-sec.whitestrip-links {
    background: #fff;
}
.anchore-list-sec.whitestrip-links li a {
    color: #212225;
}

.anchore-list-sec.whitestrip-links li {
    border: 1px solid #D3D4D5;
    margin-bottom: -1px;
    border-style: none solid;
}

.anchore-list-sec.whitestrip-links {
    border-bottom: 1px solid #D3D4D5;
}

.text-blue {
    color: #3E2C78 !important;
}
.title-btn-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.inner-page-content .inner-content-area.span12 {
    flex: 0 0 100%;
    max-width: calc(100% - 400px);
    max-width: 100%;
}

.inner-content-area.span12 img {
    width: auto;
    max-width: 100%;
}
.recent-news-sec .contentBox {
    margin-bottom: 30px;
    position: relative;
    z-index: 2;
    padding-left: 190px;
    min-height: 100px;
}
.recent-news-sec .contentBox .ColumnHeader {
    font-size: 20px;
}
.textBox-sec {
    position: relative;
    z-index: 2;
    background: #305690;
}
.textBox-sec .HeaderText {
    color: #ffffff;
}

.textBox-sec  .TextButton {
    color: #ffffff;
}

.textBox-sec  .HeaderTextSmall {
    color: #ffffff;
}

.textBox-sec p {
    color: #FFFFFF;
    font-size: 16px;
}

.textBox-sec .left-bordered-box {
    border-left-color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.textBox-sec .container.containerCustom .row{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.recent-news-sec .news-left-block {
    flex: 0 0 415px;
    max-width: 415px;
    background: #EFF1F5;
    padding: 60px 40px 50px 60px;
    position: relative;
    z-index: 2;
}

.recent-news-sec .news-right-block {
    flex: 0 0 calc(100% - 415px);
    max-width: calc(100% - 415px);
    padding: 60px 140px 15px 100px;
}

.recent-news-sec .container.containerCustom {
    max-width: 1440px;
    padding-left: 15px;
    padding-right: 15px;
}
.recent-news-sec {
    
}
.recent-news-sec .contentBox img {
    position: absolute;
    left: 0;
    width: 170px;
    height: 100px;
    z-index: 1;
    object-fit: cover;
    border: 0px solid #F7931F;
    transition: all 0.3s ease-out;
}
.recent-news-sec .contentBox:hover img {
    border: 5px solid #F7931F;
}
.recent-news-sec .news-right-block .span6 {
    flex: 0 0 50%;
    margin: 0;
    padding-left: 15px;
    padding-right: 15px;
}

.adv-block-2 img {
    width: 100%;
}

.recent-news-sec .news-right-block .span12 {
    margin: 0;
    padding-left: 15px;
    padding-right: 15px;
}
.recent-news-sec .news-left-block:before {
    content: "";
    position: absolute;
    background: #eff1f5;
    width: 50vw;
    height: 100%;
    left: 0;
    top: 0;
    transform: translateX(-99%);
    z-index: -1;
}
.inner-page-content .row {
    margin-left: 0;
}


.quicklinks-submenu li a {
    color: #2B2F32;
    padding: 5px;
    line-height: 1.4;
    display: block;
}

.quicklinks-submenu {
    background-color: #fff;
    border: 1px solid #ffffff;
    margin: -11px 0 0;
    padding: 8px 8px 8px 22px;
    list-style: none;
    display: none;
}

.quicklinks-submenu li {
    list-style: none;
    padding: 0 0 0 12px;
    position: relative;
}

.quicklinks-submenu li:before {
    content: "-";
    color: #2B2F32;
    position: absolute;
    left: 0;
    top: 7px;
}
/*  */
.sidebar-content .eventbox{
    margin: 0 0 40px;
}
.sidebar-content .date-card .dc-content h3 i{
    font-size: 90%;
}
.sidebar-content .eventbox .TextButton{
    margin-top: 10px;
}
.adv-block .SubHeading{
    font-family: var(--roboto);
    font-size: 20px;
    font-weight: 700;
}
.sidebar-content .adv-block:not(:last-child) {
    margin: 0 0 40px;
}
.border-card .SubHeading {
    font-family: var(--roboto);
    font-size: 20px;
    font-weight: 700;
}
.event-lading-banner{
    background-color: #C8D0DF;
    overflow: hidden;
    min-height: 495px;
    position: relative;
}
.event-lading-banner > img{
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 50%;
    height: 100%;
    max-height: 100%;
    object-fit: cover;
}
.event-lading-banner .carousel-caption{
    right: auto;
    left: 0;
    max-width: 680px;
}
.event-lading-banner .carousel-caption li:last-child{
    margin-top: 20px;
    margin-bottom: 0;
    justify-content: flex-start;
}
.ico-linkbox-sec > img{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.32;
}
.ql-flex-hd{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}
.ql-flex-hd .ql-icon{
    flex-shrink: 0;
}
.template-join-us-block .quicklink .HeaderTextSmall{
    font-size: 23px;
    font-weight: 700;
    margin: 0;
    padding: 0;
    text-transform: none;
}
/* .event-lading-banner-content li p a{
    color: inherit;
    text-decoration: underline;
} */
.Highlight ul li{
    color: #fff;
    margin-bottom: 10px;
}
.Highlight ul li:last-child{
    margin-bottom: 0;
}
.border-card ul li{
    margin-bottom: 4px;
}
.border-card ul li:last-child{
    margin-bottom: 0;
}
/*  */
.genInformation{
    border-top: 1px solid #CAD2E0;
}
.genInformation .SubHeading {
    font-family: var(--roboto);
    font-size: 20px;
    font-weight: 700;
}
.genInformation .HighlightHeading{
    font-size: 20px;
}
.sponsors-sec.no-border{
    border-top: 0;
}
.date-card-wrap.three-col .date-card-col{
    flex: 0 0 33.33%;
    max-width: 33.33%;
}
.gold-sponsors-sec .sponsors-title {
    font-family: var(--robotoCondensed);
    font-size: 26px;
}
.goldSponsorSlider li{
    list-style: none;
}
.important-dates-sec .TextButton{
    margin-top: 10px;
    color: #305690;
}
.important-dates-sec .TextButton:hover{
    color: #1B777A;
}
.gold-sponsors-sec .container.containerCustom {
    overflow: hidden;
}
.goldSponsorSlider ul {
margin: 0;
padding: 0;

}
.genInformation p > a {
    color: inherit;
    text-decoration: underline;
}

.goldSponsorSlider .owl-item img {
    object-fit: contain;
    width: auto !important;
    max-width: 80%;
}

.btn-group.mob-quickLinks {
    display: none;
}
.btn-group.mob-quickLinks .dropdown-menu {
    position: relative;
    float: none;
    margin-top: 0;
    z-index: 999;
}
.btn:hover, .btn:focus {
    background-position: 0 0 !important;
}
.sponsorSlider .owl-carousel .owl-stage {margin:0 auto;}
.anchore-list .anchore-nav-placeholder,.hideElem {
    display: none;
}