@charset "utf-8";
body {
     margin: 0;
     padding: 0; 
     background-color: #fff; 
     font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 1.5;
    color: #363D40;
    font-family: 'Montserrat', sans-serif;
}
.Montserrat {
    font-family: 'Montserrat', sans-serif;
}
*, 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: #A57126;text-decoration: none;}
a:hover, a:focus { color: #9E966D; text-decoration: none }
h1, h2, h3, h4, h5, h6 {
    color: #002F47;
    font-family: 'Montserrat', sans-serif;
}

p, .BodyText {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    color: #1D1D1D;
    font-family: 'Montserrat', sans-serif;
}
.BodyTextLarge { font-size: 20px; }
.InfoText { font-size: 16px; }

.pd_40 { padding: 40px 0px; }
.pd_60 { padding: 60px 0; }
.pd_70 { padding: 70px 0; }
.gray-bg {background: #F7F7F7;}
.clearfix::before, .clearfix::after { content: ""; display: table; width: 100%; clear: both; }
.container { width: 1180px; margin:0 auto; }
.Highlight { background: #EDF2F3; padding: 40px 40px; margin-bottom: 40px; }
.Highlight h2 { font-size: 24px; font-weight: 700; color: #3c3c3c; }
.Highlight p { margin-bottom: 20px }
.mb-10px {
    margin-bottom: 10px !important;
}

*::-webkit-input-placeholder {  font-family: 'Montserrat', sans-serif; }
*::-moz-placeholder {  font-family: 'Montserrat', sans-serif; }
*:-ms-input-placeholder {  font-family: 'Montserrat', sans-serif; }
*:-moz-placeholder {  font-family: 'Montserrat', sans-serif; }

.xs767, .xsVisible { display: none !important; }
.xsHidden979 {display: block !important;}
.xsHidden767, .xsHidden { display: block !important; }
.textUnderline { text-decoration: underline; }

.line1 {
    border-color: #002F47;
    border-bottom: none;
}
.line2 {
    border-color: #002F47;
    border-bottom: none;
}
.m-0 {  
    margin: 0 !important;
}
/***Header***/

select,
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 {
    height: 30px;
    min-height: 30px;
}
.printHeader, .printFooter { display: none; }
.header { min-height: 166px; position: fixed; width: 100%; top: 0; z-index: 999; }
.headerSpace { width: 100%; height: 166px; background-color: transparent; }
.header .navbar {margin-bottom: 0;padding: 0 25px;}
.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; }
.header .navbar-brand {
    margin-left: 0px;
    float: left;
    max-height: 100%;
    height: auto;
    padding: 10px 0 10px 0px;
}
.header.headersticky, .inner-page .header {
    background: #ffffff;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
}
.header .navbar .nav li a {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 22px;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #1D1D1D;
    white-space: nowrap;
}
.header .navbar .nav li a:not(.WhiteButton) {
    color: #002F47;
}
.header.headersticky .navbar .nav li a {
    color: #002F47;
}
.header.headersticky .WhiteButton, 
.inner-page .header .WhiteButton {
    background: #002F47 !important;
    color: #ffffff !important;
}
.header.headersticky .WhiteButton:hover,
.header .navbar .nav li a.WhiteButton:hover {
    background: #A57126 !important;
    color: #ffffff;
}
.header .navbar .nav > li.dropdown:hover > a::after, 
.header .navbar .nav > li.dropdown:focus > a::after, 
.header .navbar .nav > li.dropdown:visited > a::after {
    width: 0;
    height: 0;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-top: 13px solid #fff;
    content: "";
    position: absolute;
    top: 100%;
    z-index: 9;
    left: 50%;
    right: 14px;
    margin: 0 auto 0 7px;
    bottom: 0px;
    border-radius: 0;
    background: transparent;
    -webkit-transform: none;
    transform: none;
}
.header .navbar .nav > li.searchBtnFn {
    position: relative;
}
.header .navbar .nav > li.dropdown.searchBtnFn:hover > .dropdown-menu {
  top:100%; right:0;
}

.header .navbar .nav>li.dropdown.searchBtnFn:hover>a:after,
 .header .navbar .nav>li.dropdown.searchBtnFn:focus>a:after, 
 .header .navbar .nav>li.dropdown.searchBtnFn:visited>a:after {
    width: 0;
    height: 0;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-top: 16px solid #fff;
    content: "";
    position: absolute;
    top: 96%;
    z-index: 9;
    left: 0;
    right: 14px;
    margin: 0 auto;
    bottom: 0px;
    border-radius: 0;
    background: transparent;
    -webkit-transform: none;
    transform: none;
    display: none;
}
.header .navbar .nav>li.dropdown.memberlogin:hover>a:after,
 .header .navbar .nav>li.dropdown.memberlogin:focus>a:after, 
 .header .navbar .nav>li.dropdown.memberlogin:visited>a:after {
    display: none;
 }
.header .navbar .nav > li.memberlogin  > a {
    background-color: #C5B283;
    margin-left: 0;
    width: 165px;
    padding: 52px 13px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}
.header .navbar .nav>li.memberlogin:hover>a, .header .navbar .nav>li.memberlogin:focus>a, .header .navbar .nav>li.memberlogin:visited>a, .header .navbar .nav li.memberlogin>a:hover, .header .navbar .nav>li.memberlogin>a:focus, .header .navbar .nav>li.memberlogin>a:visited { background-color: #C5B283; color: #fff; }

.header .navbar .nav li.memberlogin a img { width: 37px; height: 37px; display: block; margin: 0 auto; margin-bottom: 15px; border-radius: 50%; }
.header .navbar .nav li.memberlogin a span { display: block; text-decoration: underline; font-family: 'PT Serif', serif; }
.header .navbar .nav li.memberlogin { max-width: none; }
.header .navbar .nav li.memberlogin ul.memberSection ul.mainMenu li { display: block; width: 100%; margin-bottom: 10px; }
.header .navbar .nav li.memberlogin ul.memberSection ul.mainMenu li a { color: #fff; }
.header .navbar .nav li.dropdown .memberSection li, .header .navbar .nav li.dropdown .memberSection li p, .header .navbar .nav li.dropdown .memberSection li a { color: #fff; display: inline-block; padding: 0; font-weight: 300; font-size: 16px; letter-spacing: 0.2px; }
.header .navbar .nav li.dropdown .memberSection li p { margin-bottom: 20px; }
.header .navbar .nav li.dropdown .memberSection li a { text-decoration: underline; }
.header .navbar .nav li.dropdown .memberSection li label { font-weight: 300; font-size: 16px; letter-spacing: 0.2px; }
.header .navbar .nav li.dropdown .memberSection li input {
    background-color: #fff;
    border: 0;
    height: 45px;
    border-radius: 0;
    width: 100%;
    margin-bottom: 15px;
    color: #717171;
    font-family: 'Montserrat', sans-seri;
    font-weight: 300;
    padding: 0 20px;
    font-size: 18px;
}
.header .navbar .nav li.dropdown .memberSection li input:focus {
    box-shadow: none;
}
.header .navbar .nav li.dropdown .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; font-family: 'Montserrat', sans-serif;  line-height: 46px; padding: 0; margin: 0; letter-spacing: 2px; box-shadow: none; text-shadow: none; padding: 0 25px; display: inline-block; width: auto; text-decoration: none; }
.header .navbar .nav li.dropdown .memberSection li form a.btn:hover { background: #fff; color: #2d3e55; }
.header .navbar .nav li.dropdown .memberSection li form a { width: 50%; float: left; }
.header .navbar .nav li.dropdown .memberSection li form a.WhiteBorder { border: 2px solid; font-size: 18px; font-weight: bold; height: 52px; min-width: 120px; text-transform: capitalize; border-radius: 0px; font-family: 'Montserrat', sans-serif;  display: inline-block; vertical-align: middle; line-height: 46px; margin: 0; letter-spacing: 0; box-shadow: none; text-shadow: none; padding: 0 25px; text-align: center; width: auto; font-weight: 400; text-decoration: none; }
.header .navbar .nav li.dropdown .memberSection li form a.WhiteBorder:hover, .header .navbar .nav li.dropdown .memberSection li form a.WhiteBorder:focus { background: #BA0C2F; color: #ffffff; border-color: #BA0C2F; }
.header .navbar .nav li.dropdown .memberSection li form a:last-child { font-family: 'Montserrat', sans-serif;  font-size: 14px; text-align: left; padding: 0px; text-decoration: none; margin-left: 15px; margin-top: 5px; text-transform: inherit; }
.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; }
.dropdown li {padding: 5px 0px;}
.header .navbar .nav li a:not(.WhiteButton) { padding: 47px 0 47px 40px }

.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; max-width: 186px; position: static;     outline: none;
    box-shadow: none;
    border-style: none;}
.header .navbar .nav li a:hover, .header .navbar .nav li a:focus {
    background: transparent;
    outline: none;
    box-shadow: none;
}
.header .nav-collapse.collapse { margin: 0; position: static; }
.header .nav-collapse .nav { margin: 0; float: right; width: auto; position: static; padding-right: 0px;}
.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; }
.header .navbar .nav li .dropdown-menu>li:last-child a { border-bottom: none; }
.dropdown-menu { width: 215px; }
.navbar .nav>li>a { position: relative; z-index: 99999; text-shadow: none; }
.dropdown-submenu>.dropdown-menu { border: none; padding: 0; margin: 0; }
.dropdown-submenu>a::after { /*display: none;*/ }
.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; }
 [data-toggle="dropdown"] {
 display: none;
}
.header.headersticky .navbar .nav li.searchBtnFn a.dropdown-toggle:hover:before {
    width: 0;
    height: 0;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-top: 16px solid #fff;
    content: "";
    position: absolute;
    top: 100%;
    z-index: 9;
    left: 0;
    right: 14px;
    margin: 0 auto;
    bottom: 0px;
    border-radius: 0;
    background: transparent;
    -webkit-transform: none;
    transform: none;
    margin-top: -1px;   
}

.dropdown-menu { border-radius: 0; background: rgb(0, 107, 182); }
.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 {
    color: #363D40;
    line-height: normal;
    font-size: 34px;
    font-weight: bold;
    margin: 0;
    text-transform: capitalize;
    border: 0;
    box-shadow: none;
    letter-spacing: -0.02em;
}
.header .navbar .nav li.dropdown .megaMenuSection .formframe {
    width: 100%;
    background-color: #363D40;
    padding: 2px 40px 2px 15px;
    background-color: transparent;
    border: 1px solid #3a5257;
    position: relative;
}
.header .top-btn-links .searchBtnFn>ul .close-search {
    display: inline-block;
    font-size: 24px;
    line-height: 1;
    padding: 5px 0;
    margin-left: 10px;
}
.header .nav-collapse .nav .dropdown .dropdown-menu li.megaMenuSection.textUl ul {
    list-style: none;
    padding-left: 0; 
    margin: 0;
}
.header .navbar .nav li.dropdown .megaMenuSection .formframe input { float: left; 
    background: transparent; 
    border: 0; color: #8E8E8E; width: 100%; font-size: 15px; height: auto; display: inline-block; margin: 0; height: 50px; box-shadow: none; outline: none; padding: 0 15px; font-weight: 300; font-style: italic; letter-spacing: 1px; font-family: 'Montserrat', sans-serif;  }
.header .navbar .nav li.dropdown .megaMenuSection .formframe a {padding: 18px 15px;display: inline-block; position: absolute;
    right: 0px;
    top: 0;
z-index: 1;}
.header .navbar .nav li.dropdown .megaMenuSection form {margin: 0px;}
.header .navbar .nav li.dropdown .megaMenuSection .formframe input::-webkit-input-placeholder {color: #fff; }
.header .navbar .nav li.dropdown .megaMenuSection .formframe input::-moz-placeholder {color: #fff;}
.header .navbar .nav li.dropdown .megaMenuSection .formframe input:-ms-input-placeholder {color: #fff; }
.header .navbar .nav li.dropdown .megaMenuSection .formframe input:-moz-placeholder {color: #fff;}
.header .navbar .nav li.dropdown .megaMenuSection .formframe a.casdFilled { 
    float: right; color: #fff; background: transparent; background: #135B8A;
    font-size: 18px; font-weight: bold; padding: 15px 30px; min-width: auto;
    text-transform: uppercase; border-radius: 30px; font-family: 'Montserrat', sans-serif;
    margin: 0;  box-shadow: none; 
    text-shadow: none; display: inline-block; width: auto;
}
.header .navbar .nav li.dropdown .megaMenuSection .formframe a.casdFilled:hover {background: #0099CC; color: #fff; }
.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; font-family: 'Montserrat', sans-serif;  line-height: 46px; padding: 0; margin: 0; letter-spacing: 2px; 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: #002F47;
    text-decoration: none;
    text-align: left;
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
    padding: 0px 0px;
    display: block;
    letter-spacing: 0;
    position: relative;
    transition: all linear 0.3s;
    max-width: 100%;
    white-space: normal;
}
.header .navbar .nav li.dropdown .megaMenuSection li a:hover, 
.header .navbar .nav li.dropdown .megaMenuSection li a:focus {
    color: #779192;
    font-weight: bold;
    padding-left: 20px;
}
.header .navbar .nav li.dropdown .megaMenuSection li .subMenu { padding-left: 20px; }
.header .navbar .nav li.dropdown .memberSection .megaMenuSection .HeaderText {
    color: #363D40;
    font-size: 22px;
    font-weight: 800;
    letter-spacing: 0.1em;
    display: block;
    width: 100%;
    text-transform: uppercase;
}
.header .navbar .nav li.dropdown .megaMenuSection .HeaderText {
    font-weight: bold;
    color: #363D40;
    font-size: 34px;
    line-height: normal;
    margin-bottom: 25px;
    display: table-cell;
    vertical-align: middle;
    width: 380px;
    text-align: center;
}

.header .navbar .nav li.dropdown .megaMenuSection .HeaderText a.seeAll { position: absolute; top: 10px; right: 0; font-size: 12px; font-weight: bold; color: #4d4d4d; }
.header .navbar .nav li.dropdown .megaMenuSection .BodyText { font-family: 'Montserrat', sans-serif;  font-size: 13px; text-transform: uppercase; font-weight: bold; letter-spacing: 2px; color: #fff; margin-top: 20px; }
.searchBtnFn .default { display: block; }
.header .top-btn-links .searchBtnFn>ul {
    padding: 0;
    background: #ffffff;
    position: absolute;
    right: -9px;
    top: 50%;
    width: 400px;
    z-index: 999999;
    display: none;
    transform: translateY(-50%);
}
.top-btn-links li.searchBtnFn>ul>li {padding: 7px 10px;margin: 0;width: 100%;}
.header .top-btn-links .searchBtnFn>ul .formframe {
    background: #ffffff;
    position: relative;
    width: 100%;
}
.header .top-btn-links .searchBtnFn>ul .formframe input {
    width: 100%;
    height: auto;
    padding: 7px 10px;
    font-size: 15px;
    margin: 0;
    background: #DFE0E4;
    color: #000000;
    border-radius: 0px;
}
.header .top-btn-links .searchBtnFn>ul .formframe input:focus {
    box-shadow: none;
}
.header .top-btn-links .searchBtnFn>ul .formframe form {
    margin: 0px;
}
.header .top-btn-links .searchBtnFn.opensearch>ul {
    display: block;
}
.header .top-btn-links .searchBtnFn>ul .formframe a {
    position: absolute;
    top: 0;
    right: 0;
    padding: 8px;
    font-size: 16px;
    color: #000000;
}
.header .nav-collapse .nav .searchBtnFn.dropdown .dropdown-menu li.megaMenuSection {
    display: inherit;
    width: 23%;
}
.header .nav-collapse .nav .searchBtnFn.dropdown .dropdown-menu li.megaMenuSection.formDiv {
    display: inherit;
    width: 100%;
}
.header .nav-collapse .nav .dropdown .dropdown-menu.memberSection li.megaMenuSection.member-boxone {
    width: 20%;
}
.header .nav-collapse .nav .dropdown .dropdown-menu.memberSection li.megaMenuSection.member-boxtwo {
    display: inherit;
    width: 45%;
    margin-top: 30px;
    margin-left: 0;
}
.header .navbar .nav li.dropdown .memberSection li form a.forgot {
    width: 100%;
    color: #363D40;
    text-align: left;
    text-transform: inherit;
    margin-bottom: 8px;
}
.header .nav-collapse .nav .dropdown .dropdown-menu.memberSection li.megaMenuSection.member-boxthree {
    display: inherit;
    width: 25%; margin-left: 100px;
}

.header .nav-collapse .nav .dropdown .memberSection.dropdown-menu {
    background: #d7e2e4 !important;
}
.header .navbar .nav li.dropdown .memberSection .megaMenuSection.member-boxthree .HeaderText {
    position: relative;
}
.header .navbar .nav li.dropdown .memberSection .megaMenuSection.member-boxthree .HeaderText::before {
    display: none;
}
.header:not(.headersticky) .navbar-brand .logo-dark {
    display: none;
}
.inner-page .header:not(.headersticky) .navbar-brand .logo-dark {
    display: block;
}
.header.headersticky .navbar-brand .logo-white, 
.inner-page .header .navbar-brand .logo-white {
    display: none;
}
.header .navbar .nav li a.WhiteButton {
    margin: 30px 0 30px 30px;
    font-size: 15px;
    padding: 12px 26px;
    border-radius: 0px;
}
.social-mobile { display: none; }


.mainMenuOnclickBtn { cursor: pointer; }
/*-------Slider-----***/

.slider .owl-carousel .owl-dots { position: absolute; left: 0; right: 0; margin: 0; bottom: 20px; }
.owl-theme .owl-dots .owl-dot { outline: none; }
.owl-theme .owl-dots .owl-dot span {
    width: 7px;
    height: 7px;
    background: #ffffff;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #ffffff;
    box-shadow: 0px 0px 0px 3px rgba(255, 255, 255, 0.5);
}

.slider .owl-carousel.owl-theme,
.slider .owl-carousel.owl-theme .owl-stage-outer,
.slider .owl-carousel.owl-theme .owl-stage-outer .owl-stage,
.slider .owl-carousel.owl-theme .owl-stage-outer .owl-stage .owl-item,
.slider .owl-carousel.owl-theme .owl-stage-outer .owl-stage .owl-item .item {
    height: 100%;
}
.mb-slidetxt { display: none; }

.herobanner {position: relative;overflow: hidden;z-index: 2;margin-top: 50px;}
.herobanner { background-repeat: no-repeat; background-size: cover; background-position: center; }
.herobanner:before {position: absolute;width: 100%;content: "";background: rgba(29, 29, 29, 0.1);height: 100%;z-index: 0;top: 0;left: 0;}
.herobanner img { 
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    object-fit: cover !important;
    top: 0;
    left: 0;
 }
 .carousel-caption .TitleText {
    font-size: 70px;
    line-height: 1.1;
}
.carousel-caption {
    max-width: 100%;
    right: 0;
    margin: 0 auto;
    color: #fff;
    max-width: 1400px;
    text-align: center;
    position: relative;
    top: 0;
    background: transparent;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 760px;
    padding-top: 160px;
    padding-bottom: 210px;
}
.carousel-caption p {
    font-size: 24px;
    line-height: 1.2;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
}
.carousel-caption .TitleText {
    font-size: 70px;
    line-height: 1.1;
    display: block;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 15px;
    font-family: 'Frank Ruhl Libre', serif;
}


/*-------FriendsLogoBox Css----------*/

.friendsLogoBox  .HeaderText {
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 800;
    padding: 0 15px;
}
.friendsSliderBox h5 {
    text-transform: uppercase;
    margin-bottom: 40px;
}
.friendsSliderBox .HeaderText {
    background: #fff;
    padding: 8px 14px;
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    color: #6C6C6C;
    margin-bottom: 40px;
}
.friendsSliderBox .owl-carousel .owl-item img {
    width: auto;
    display: inline-block;
    text-align: center;
    height: 70px;
    max-width: 70%;
    object-fit: contain;
    padding: 0;
    backface-visibility: hidden;
}
.friendsSliderBox .owl-carousel ul li {
    display: inline-block;
    vertical-align: middle;
    width: 19%;
    text-align: center;
    padding: 0 20px;
}
.friendsSliderBox { margin-bottom: 40px; }
.friendsSliderBox .owl-carousel ul li a { display: block; }
.friendsSliderBox .owl-carousel .owl-nav button.owl-prev span, 
.friendsSliderBox .owl-carousel .owl-nav button.owl-next span { display: none; }
.friendsSliderBox .owl-carousel .owl-nav button.owl-prev, 
.friendsSliderBox .owl-carousel .owl-nav button.owl-prev:hover {
    position: absolute;
    top: 50%;
    margin: -26px 0 0 0;
    left: 2px;
    background: #ffffff;
    width: 42px;
    height: 52px;
    background-position: center;
    opacity: 1;
    border-radius: 0;
}

.friendsSliderBox .owl-carousel .owl-nav button.owl-next,
.friendsSliderBox .owl-carousel .owl-nav button.owl-next:hover {
    position: absolute;
    top: 50%;
    margin: -26px 0 0 0;
    right: 2px;
    background: #ffffff;
    width: 42px;
    height: 52px;
    background-position: center;
    opacity: 1;
    border-radius: 0;
}
.friendsSliderBox .owl-carousel .owl-nav button.owl-next:before,
.friendsSliderBox .owl-carousel .owl-nav button.owl-prev:before {
    font: normal normal normal 14px/1;
    font: var(--fa-font-solid);
    position: absolute;
    right: 8px;
    top: 10px;
    font-size: 30px;
    line-height: 1;
    display: inline-block;
    color: #C4C4C4;
}
.friendsSliderBox .owl-carousel .owl-nav button.owl-next:hover:before,
.friendsSliderBox .owl-carousel .owl-nav button.owl-prev:hover:before {
    color: #779192;
}
.friendsSliderBox .owl-carousel .owl-nav button.owl-next:before {
    content: "\f18e";
}
.friendsSliderBox .owl-carousel .owl-nav button.owl-prev:before {
    content: "\f190";
}
.friendsSliderBox.friendsSliderBox-mobile {
    display: none;
}
.friendsSliderBox .owl-theme .owl-nav {
    margin-top: 0;
    opacity: 0;
}
.friendsSliderBox:hover .owl-theme .owl-nav {
    opacity: 1;
}
.friendsLogoBox.pd_70 { padding-bottom: 0; }

.friendsSliderBox .owl-carousel.owl-theme .owl-stage-outer .item {
    text-align: center;
    padding: 0px;
    height: 85px;
    display: table;
    width: 100%;
}
.friendsSliderBox .owl-carousel.owl-theme .owl-stage-outer .item a {
    display: table-cell;
    text-align: center;
    height: 100%;
    vertical-align: middle;
    padding: 50px 0;
}
.intrested-in-member-sec {
    position: relative;
    z-index: 1;
}
.intrested-in-member-sec .bg-fixed {
    opacity: 0.8;
}
.intrested-in-member-sec:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #3A5257;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,247399+45 */
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(36,115,153,1) 45%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(36,115,153,1) 45%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(36,115,153,1) 45%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#247399',GradientType=0 ); /* IE6-9 */
    opacity: 0.45;
    z-index: -1;
}
.intrested-in-member-sec .HeaderTextOverline {
    color: #ffffff;
}

.for-public-sec {
    background: linear-gradient(180deg, #FFFFFF 0%, #F7F7F7 71.87%);
    padding: 70px 0 32px;
}
.card-wrap-1 {
    width: 100%;
    max-width: 590px;
    margin: 0 auto;
}

.sbm-icon-title-text-box3 {
    padding: 50px 40px;
    text-align: center;
    display: block;
    background: #ffffff;
    margin-bottom: 30px;
}
.sbm-icon-title-text-box3 .sbm-icon-box {
    width: 140px;
    height: 140px;
    object-fit: contain;
    position: absolute;
    left: 35px;
    top: 50%;
    transform: translateY(-50%);
}
.sbm-icon-title-text-box3 h2 {
    font-size: 30px;
    font-weight: 700;
    margin: 20px 0 15px;
    font-family: 'Frank Ruhl Libre', serif;
}
.sbm-icon-title-text-box3 p {
    font-size: 16px;
    line-height: 23px;
}
.sbm-icon-title-text-box3:hover h2,
.sbm-icon-title-text-box3:hover a {
    color: #A57126;
}
.sbm-icon-title-text-box3:hover {
    border: 1px solid #A57126;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 4px 4px rgba(0, 0, 0, 0.25);
    border: 1px solid #A57126;
}

/**--------Footer---------***/
.footer {
    background: #247399;
    position: relative;
    z-index: 2;
    padding-bottom: 50px;
}
.footer .bg-fixed {
    opacity: 0.2;
}
.footer-info p {
    font-size: 16px;
    line-height: 30px;
    margin: 15px 0 15px;
    color: #fff;
    line-height: 24px;
}
.footer-info p:last-child {
    margin:0px;
}
.footer-info ul {
    margin-top: 15px;
}
.footer-info ul li {
    margin-bottom: 15px;
    color: #fff;
    position: relative;
    z-index: 1;
    display: inline-block;
}
.footer-info ul li a {
    color: #fff;
    font-size: 16px;
}
.footer-info ul li i {
    color: #ffffff;
    font-size: 30px;
    margin-right: 10px;
}
.footer-links h3 {
    color: #ffffff;
    font-size: 25px;
    margin: 0;
    font-family: 'Frank Ruhl Libre', serif;
}
.footer-links ul {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-top: 15px;
}
.footer-links ul li {
    position: relative;
    padding-left: 0px;
    margin-bottom: 6px;
}
.footer-links ul li a:before {
    content: "\f101";
    position: absolute;
    top: 10px;
    left: 0;
    font: var(--fa-font-solid);
    font-size: 14px;
    color: #ffffff;
    opacity: 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.footer-links ul li a, .contact-links ul li a, .contact-links ul li span {
    font-size: 16px; color: #fff; line-height: 1.4px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.footer-links ul li a:hover:before {
    opacity: 1;
} 
.footer-links ul li a:hover, .footer-links ul li a:focus {
    padding-left: 20px;
}
.footer-links ul li a:hover, .footer-links ul li a:focus {
    color: #ffffff;
    text-decoration: underline;
}
.footer-logowrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 100px;
}
.copyright {
    text-align: center;
    color: #ffffff;
}
.copyright p, .copyright p a {
    font-size: 13px;
    color: #247399;
    font-weight: 600;
    margin: 0;
    text-align: left;
}
.copyright-wrap {
    padding: 25px 15px;
}
.copyright p a {padding: 0 5px 0 5px;border-left: 1px solid #247399;}
.copyright p a:first-child {margin-left: 0;}

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

.Highlight {
    background: #e7eeef;
    padding: 40px;
    margin: 30px 0 40px;
    position: relative;
}
.Highlight::before {
    content: '';
    position: absolute;
    background: url(../images/scales-justice2.png) no-repeat;
    height: 100%;
    width: 490px;
    background-position: bottom right;
    right: 0;
    bottom: 0;
}
.Highlight h3 {
    margin: 0 0 10px 0;
    color: #363D40;
    font-weight: 600;
    letter-spacing: 0;
}

/* New Classes */
.d-flex-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.justify-content-between {
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.justify-content-evenly {
    -ms-flex-pack: justify;
    justify-content:space-evenly;
}
.align-items-center {
    -ms-flex-align: center;
    align-items: center;
}
.top-header {
    background: #ffffff;
    padding: 0 25px;
}
.top-header ul,
.footer-info ul {
    margin: 0;
    list-style: none;
}
.footer-links ul {
    margin-left: 0px;
    list-style: none;
}
.inline-icon-list ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0px;
}
.inline-icon-list ul li {
    margin-right: 25px;
    font-size: 12px;
    color: #ffffff;
}
.inline-icon-list ul li a {
    color: #002F47;
    display: block;
    padding: 15px 0;
    font-size: 12px;
    text-transform: uppercase;
}
.inline-icon-list ul li a i {
    margin-right: 5px;
    font-size: 18px;
    vertical-align: middle;
}
.top-header-wrapper .col-left {
    -webkit-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
}
.top-header-wrapper .col-right {
    -webkit-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
}
.top-header-wrapper .col-right {
    text-align: right;
}
.top-btn-links li {
    display: inline-block;
    display: inline-flex;
    margin-left: 5px;
    position: relative;
}
.top-header-wrapper .social-links {

}
.top-btn-links li a {
    color: #002F47;
    font-size: 12px;
    font-weight: 700;
    display: inline-block;
    padding: 11px 0px 11px 11px;
}
.top-btn-links li a.login-btn {
    padding: 0 10px 0 16px;
}
.forgot-pwd {
    font-size: 13px;
    font-weight: 700;
    color: #848484;
    flex: 0 0 50%;
    padding-left: 15px;
}
.social-links {
    display: inline-block;
    width: auto;
}
.social-links ul {
    list-style: none;
    padding: 0px;
}
.social-links ul li {
    display: inline-block;
}
.social-links ul li a {
    display: inline-block;
    padding: 11px 5px;
    color: #002F47;
    font-size: 16px;
}
.social-links ul li a:focus,
.social-links ul li a:hover {
    color: #EDF2F3;
}
.top-btn-links {
    display: inline-block;
    width: auto;
}

.carousel-caption .WhiteButton {
    margin-top: 45px;
    min-width: 270px;
}
.top-btn-links a.NavyButton {
    display: inline-block;
    padding: 15px 15px;
    font-size: 14px;
}
/* home-icon-box-sec */
.home-icon-box-sec {
    width: 100%;
    margin-top: -210px;
    position: relative;
    z-index: 5;
    padding: 0 15px;
}
.sbm-icon-title-text-wrap {
    display: block;
    margin: 0 -30px;
}
.sbm-icon-title-text-wrap ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style-type: none;
    margin-left: 0;
}
.sbm-icon-title-text-wrap ul li {
    -webkit-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    padding: 0 30px;
}
.sbm-icon-title-text-box {
    background: #247399;
    padding: 45px 40px 60px;
    text-align: center;
    display: block;
    height: 100%;
    position: relative;
    border: 3px solid #ffffff;
    z-index: 2;
}
.sbm-icon-title-text-box:before {
    background: rgb(46,137,181);
    background: -moz-linear-gradient(top, rgba(46,137,181,1) 0%, rgba(46,137,181,1) 50%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(46,137,181,1) 0%,rgba(46,137,181,1) 50%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(46,137,181,1) 0%,rgba(46,137,181,1) 50%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e89b5', endColorstr='#ffffff',GradientType=0 );
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -4;
    opacity: 0;
}
.sbm-icon-title-text-box:hover {
    background: transparent;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
}
.sbm-icon-title-text-box:hover:before {
    opacity: 1;
}
.sbm-icon-title-text-box .sbm-icon-box {
    margin: 0 auto;
    width: 75px;
    height: 75px;
    object-fit: contain;
}
.sbm-icon-title-text-box h2 {
    font-size: 30px;
    font-weight: 700;
    color: #ffffff;
    margin: 40px 0 15px;
    font-family: 'Frank Ruhl Libre', serif;
    min-height: 65px;
    text-transform: capitalize;
}
.sbm-icon-title-text-box p {
    color: #ffffff;
    font-size: 16px;
    line-height: 23px;
    min-height: 65px;
}
.sbm-icon-title-text-box:hover {
    background: transparent;
}
/* end home-icon-box-sec */

.sec-pd {
    padding-top: 90px;
    padding-bottom: 90px;
}
.sec-pdt {
    padding-top: 70px;
}
.sec-pdTwo{
    padding: 75px 0;
}

.HeaderTextOverline {
    font-size: 38px;
    font-weight: 700;
    color: #3A5257;
    display: block;
    text-align: center;
    font-family: 'Frank Ruhl Libre', serif;
}
.HeaderTextOverline:before {
    display: block;
    margin: 0 auto 25px;
    width: 75px;
    height: 3px;
    content: "";
    background: #C2C5BE;
}
.ColumnHeader {
    font-size: 30px;
    font-weight: 700;
    color: #3A5257;
    display: block;
    font-family: 'Frank Ruhl Libre', serif;
}

.HeaderTextUnderline {
    font-size: 13px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    color: #3A5257;
    text-transform: uppercase;
    width: auto;
    display: inline-block;
    line-height: 1.4;
}
.HeaderTextUnderline:after {
    display: block;
    margin: 25px auto 0px;
    width: 75px;
    height: 3px;
    content: "";
    background: #C2C5BE;
}
.sec-title {
    margin-bottom: 40px;
}
.sec-title h2 {
    margin: 0 0 50px;
}
.about-tpcba-sec .TitleText, .about-tpcba-sec p {
    color: #ffffff;
}
.about-tpcba-wrap .left-content .GoldButton {
    margin-top: 40px;
}
.sec-title p {
    font-size: 18px;
    line-height: 27px;
    color: #1D1D1D;
    padding: 0 25%;
    text-align: center;
}
.event-block {
    padding: 26px 20px;
    margin: 0px 0;
    display: flex;
    align-items: center;
    background: #FFFFFF;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
    position: relative;
} 
.event-block>h3 {
    font-size: 60px;
    font-weight: 700;
    line-height: 1;
    color: #A57126;
    margin: 0;
    text-align: center;
    font-family: 'Frank Ruhl Libre', serif;
    padding-right: 15px;
}
.event-block h3 span {
    font-size: 28px;
    display: block;
    margin-top: 6px;
}
.event-block h4 {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 5px;
    color: #00243F;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.2;
}
.event-block p {
    margin-bottom: 5px;
    line-height: 1.3;
    color: #00243F;
    font-size: 16px;
    margin-bottom: 15px;
}
p.event-learn-link {
    color: #247399;
    font-weight: 600;
}
.event-block:nth-child(2n + 2) {
    background: linear-gradient(180deg, #177FA8 28.65%, #264B77 100%), #EDF2F3;
}

.event-block:nth-child(2n + 2) h4, .event-block:nth-child(2n + 2) p, .event-block:nth-child(2n + 2) a, .event-block:nth-child(2n + 2)>h3 {
    color: #ffffff;
}
.event-block a.learnmore {
    font-size: 16px;
    font-weight: 600;
}
.cle_date{ color: #A57126;font-weight: 600;}
.LightGreen img {
    width: 16px;
    max-width: 16px;
    display: inline-block !important;
    vertical-align: middle;
    margin-right: 5px;
}
/* .event-block:hover {
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
} */
.owl-custom-dot.owl-theme .owl-dots .owl-dot span {
    background: #779192;
    width: 8px;
    height: 8px;
    
}
.owl-custom-dot.owl-theme .owl-dots .owl-dot.active span {
    box-shadow: 0 0 0 4px #dddddd;
}
.bg-DarkBlue {
    background: #247399;
}

.sbm-icon-title-text-box2 {
    padding: 50px 40px;
    text-align: center;
    display: block;
    background: #ffffff;
    margin-bottom: 30px;
}
.practice-areas-sec .d-mobile-only .sbm-icon-title-text-box2 { 
    margin-bottom: 10px;
}
.practice-areas-sec .d-mobile-only .owl-theme .owl-dots {
    margin-top: 15px;
} 
.sbm-icon-title-text-box2 .sbm-icon-box {
    margin: 0 auto;
    width: 140px;
    height: 140px;
    object-fit: contain;
}
.sbm-icon-title-text-box2 h2 {
    font-size: 22px;
    font-weight: 700;
    margin: 20px 0 15px;
    font-family: 'Frank Ruhl Libre', serif;
    color: #002F47;
    border: 1px solid #ffffff;
    padding: 15px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.06);
}
.sbm-icon-title-text-box2:hover h2 {
    border-color: #A57126;
    color: #A57126;
}
.sbm-icon-title-text-box2 p {
    font-size: 16px;
    line-height: 23px;
}
.sbm-icon-title-text-box2:hover {
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
}
.row.d-flex-wrap {
    margin-left: -15px;
    margin-right: -15px;
}
.row-flex-col-3 .col {
    -webkit-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    padding-left: 15px;
    padding-right: 15px;
}
.row.d-flex-wrap:after,
.row.d-flex-wrap:before {
    display: none;
}

.our-member-sec {
    position: relative;
    z-index: 2;
}
.our-member-sec:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #3A5257;
    opacity: 0.8;
    z-index: -1;
}
.bg-fixed {
    position: absolute;
    z-index: -2;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover !important;
}
.our-member-sec .sec-title .HeaderTextOverline {
    color: #ffffff;
}
.our-member-sec .sec-title .HeaderTextOverline:before {
    background: #ffffff;
}
.members-say-block {
    text-align: center;
    margin: 50px 0;
}

.members-say-block ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.members-say-block .member-title>p,
.members-say-block ul li:nth-child(3) {
    color: #DDDDDD;
    font-size: 13px;
    font-weight: 700;
    margin: 5px 0 0;
}
.members-say-block .member-detail,
.members-say-block ul li:first-child {
    padding: 0 15%;
    margin-bottom: 40px;
}
.members-say-block .member-detail p,
.members-say-block ul li:first-child {
    font-size: 22px;
    color: #D9D9D9;
    line-height: 1.6;
}
.members-say-block h3,
.members-say-block ul li:nth-child(2) {
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 10px;
    font-family: 'Frank Ruhl Libre', serif;
}
.NCBAButton {
    background: #779192;
    display: inline-block;
    color: #EDF2F3;
    padding: 10px 30px;
    font-size: 18px;
    font-weight: 700;
    border-radius: 60px;
    font-family: 'Frank Ruhl Libre', serif;
}
.NCBAButton:active,
.NCBAButton:focus,
.NCBAButton:hover {
    background: #3A5257;
    color: #ffffff;
}
.sponsors-block-wrap {
    overflow: hidden;
}
.sponsors-block-wrap>ul {
    list-style: none;
    padding: 0px;
    margin: 0;
}
.sponsors-block-wrap li {
    list-style: none;
    display: block;
    width: 100%;
}
.sponsors-block-wrap .owl-stage-outer {
    left: -2px;
}
.sponsors-block-wrap a {
    display: block;
    padding: 50px 0;
    border-left: 1px solid #00243F;
}
.blog-block {
    display: block;
    border-top: 2px solid #a57126;
    padding-top: 5px;
}
.blog-sec .blogtag {
    border-top: 2px solid #A57126;
    color: #ffffff;
    padding: 10px 0px 0;
    font-size: 15px;
    font-weight: 400;
    display: block;
    margin-top: 10px;
    text-transform: uppercase;
}
.blog-block h2 {
    font-size: 24px;
    font-weight: 700;
    color: #3A5257;
    margin: 11px 0 20px;
    line-height: 1.3;
    font-family: 'Frank Ruhl Libre', serif;
}
.blog-block p {
    color: #3A5257;
    margin: 0 0 5px;
    text-align: justify;
    font-size: 16px;
}
.blog-info-list ul {
    list-style: none;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 0;
}
.blog-info-list ul li {
    font-size: 19px;
    font-family: 'Crimson Text', serif;
    display: inline-block;
    font-weight: 900;
    color: #779192;
}
.blog-info-list ul li i {
    margin-right: 5px;
}
.blog-info-list ul li:not(:last-child) {
    margin-right: 20px;
}
.bg-DarkBlue .blog-block p,
.bg-DarkBlue .blog-block h2,.bg-DarkBlue .blog-block h2 a,
.bg-DarkBlue .TitleText {
    color: #ffffff;
}
.mt-40 {
    margin-top: 40px;
}
.mt-50 {
    margin-top: 50px;
}
.find-become-lawyer-sec {
    position: relative;
    z-index: 2;
}
.find-become-lawyer-sec:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #F7F7F7;
    opacity: 0.8;
    z-index: -1;
}
.find-become-lawyer-sec .row .col {
    -webkit-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    padding-left: 7px;
    padding-right: 7px;
}
.find-become-lawyer-sec .row:before, 
.find-become-lawyer-sec .row:after {
    display: none;
} 
.sbm-icon-title-text-box3 {
    background: #ffffff;
    padding: 40px 20px 40px 170px;
    min-height: 208px;
    text-align: center;
    display: block;
    height: 100%;
    position: relative;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.06);
    border: 1px solid #ffffff;
}

.sbm-icon-title-text-box3 .sbm-bg-icon {
    width: 184px;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    top: 10px;
    z-index: 0;
    top: 28px;
}
.sbm-icon-title-text-box3 h2 {
    font-size: 30px;
    font-weight: 700;
    margin: 20px 0 15px;
    font-family: 'Frank Ruhl Libre', serif;
    margin: 20px 0 35px;
}
.sbm-icon-title-text-box3 p {
    font-size: 18px;
    line-height: 27px;
}
.sbm-icon-title-text-box3 a {
    color: #002F47;
    font-size: 14px;
    font-weight: 600;
}
.sbm-icon-title-text-box3 .sbm-itt3-small-title p {
    font-size: 13px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    color: #3A5257;
}
.sbm-icon-title-text-box3 .member-detail p {
    margin-bottom: 30px;
}

.sbm-icon-title-text-box4 {
    background: #ffffff;
    padding: 40px 30px 40px;
    min-height: 208px;
    text-align: center;
    display: block;
    height: 100%;
    position: relative;
    border: 1px solid #ffffff;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.06);
}
.sbm-icon-title-text-box4:hover {
    border: 1px solid #A57126;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.sbm-icon-title-text-box4:hover .HeaderTextSmall {
    color: #A57126;
}

.sbm-icon-title-text-box4:hover .GoldenBorder {
    color: #ffffff;
    background: #A57126;
}
.sbm-icon-title-text-box4 .sbm-bg-icon {
    width: 184px;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    top: 10px;
    z-index: 0;
    top: 28px;
}
.sbm-icon-title-text-box4 h2 {
    font-weight: 700;
    margin: 20px 0 15px;
    font-family: 'Frank Ruhl Libre', serif;
    margin: 0px 0 15px;
    min-height: 100px;
}
.sbm-icon-title-text-box4.cleSection h2 {
    min-height: 85px;
}
.sbm-icon-title-text-box4 p {
    font-size: 16px;
    line-height: 1.45;
}
.sbm-icon-title-text-box4 .sbm-itt3-small-title p {
    font-size: 13px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    color: #3A5257;
}
.sbm-icon-title-text-box4 .member-detail p {
    margin-bottom: 30px;
}



.footer .row>div {
    padding-left: 15px;
    padding-right: 15px;
}
.footer .row>div.col1{
    -webkit-flex: 0 0 31%;
    flex: 0 0 31%;
    max-width: 31%;
    padding-left: 5%;
    padding-right: 5%;
    position: relative;
}
.footer .row>div.col1:after {
    width: 3px;
    height: 100%;
    content: "";
    background: #A57126;
    left: 0;
    top: 0;
    display: block;
    position: absolute;
}
.footer .row>div.col2 ,
.footer .row>div.col3 ,
.footer .row>div.col4 {
    -webkit-flex: 0 0 23%;
    flex: 0 0 23%;
    max-width: 23%;
}
.footer .row>div.col5 {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.footer .row>div.footer-info h3 {
    font-size: 25px;
    color: #ffffff;
    margin: 0 0 15px;
    font-family: 'Frank Ruhl Libre', serif;
    line-height: 1.2;
}
.login-wrap {
    background: #F7F7F7;
    padding: 35px 0;
}
.login-wrap .row.d-flex-wrap>div {
    padding-left: 15px;
    padding-right: 15px;
}
.login-wrap .col1 {
    -webkit-flex: 0 0 200px;
    flex: 0 0 200px;
    max-width: 200px;
    text-align: center;
}
.login-wrap .col2 {
    -webkit-flex: 0 0 calc(100% - 520px);
    flex: 0 0 calc(100% - 520px);
    max-width: calc(100% - 520px);
    text-align: center;
}
.login-wrap .col3 {
    -webkit-flex: 0 0 320px;
    flex: 0 0 320px;
    max-width: 320px
}
.login-wrap .col3 .LightGreen { 
    min-width: 140px;
}
.login-wrap .col3 .sbm-input {
    width: 100%;
    border: 0;
    height: 45px;
    border-radius: 0;
    color: #717171;
    font-size: 18px;
    padding: 0 10px;
    display: block;
    font-weight: 300;
    margin-bottom: 10px;
}
.login-wrap .col3 .login-btn-wraper {
    margin-top:20px;
}
.login-btn-wraper  a.LightGreen {
    margin-right: 10px;
}

.login-wrap .col3 p {
    font-size: 22px;
    font-weight: 700;
    border-bottom: 3px solid #C2C5BE;
    text-transform: uppercase;
    margin-bottom: 15px;
    padding-bottom: 1px;
}
.login-wrap .col2 p {
    padding: 0 11%;
    font-size: 16px;
}
.login-wrap h3,ul.dropdown-menu h3 {
    font-size: 30px;
    font-weight: 700;
    color: #3A5257;
    display: table-cell;
    vertical-align: middle;
    font-family: 'Frank Ruhl Libre', serif;
    width: 28%;
    text-align: left;
}
.login-wrap .quick-links-sec{
    margin-top: -40px;

}
.login-wrap .quick-links-sec h4{
    color: #002F47;
    font-family: 'Montserrat', sans-serif;
    border-bottom: 1px solid;
    font-size: 24px;
    padding-bottom: 5px;
    display: inline-block;
}
.login-wrap .quick-links-sec ul{
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 15px;
}
.login-wrap .quick-links-sec ul li{
    margin-bottom: 10px;
}
.login-wrap .quick-links-sec ul li a{
    color: #002F47;
    font-weight: bold;
}

.footer-social-link {
    text-align: center;
}
.footer-social-link ul {
    list-style: none;
    padding: 0px;
    margin: 30px 0;
}
.footer-social-link ul li {
    display: inline-block;
    margin: 0px 5px 5px;
}
.footer-social-link ul li a {
    display: inline-block;
    padding: 0px;
    font-size: 30px;
    line-height: 1;
    width: 60px;
    text-align: center;
    background: #2D5F5C;
    padding: 17px 0;
    color: #ffffff;
}
.mobile-footer {
    text-align: center;
}
.mobile-footer .footer-links {
    width: 100%;
}
.mobile-footer .footer-links li {
    color: #ffffff;
    margin: 0 7px;
}
.mobile-footer .footer-links ul li {
    font-size: 16px;
    margin: 0 0 20px;
}
.NavyButton {
    color: #ffffff;
    padding: 12px 30px;
    background: #002F47;
    border: 1px solid #002F47;
    border-radius: 25px;
    font-weight: 700;
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
}
.NavyButton:active,
.NavyButton:focus,
.NavyButton:hover {
    background: #ffffff;
    color: #002F47;
}
.NavyButton i {
    font-size: 18px;
    line-height: 1;
    margin-left: 15px;
    margin-right: -12px;
}
.NavyButtonBordered {
    color: #002F47;
    padding: 12px 30px;
    background: transparent;
    border: 1px solid #002F47;
    border-radius: 25px;
    font-weight: 700;
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
}
.NavyButtonBordered i {
    font-size: 18px;
    line-height: 1;
    margin-left: 15px;
    margin-right: -12px;
}
.NavyButtonBordered.btn-xl {
    padding: 18px 40px;
    font-size: 14px;
    border-radius: 50px;
}
.NavyButtonBordered:active,
.NavyButtonBordered:focus,
.NavyButtonBordered:hover {
    background: #002F47;
    color: #ffffff;
}
.WhiteButton {
    display: inline-block;
    padding: 16px 30px;
    background: #ffffff;
    color: #002F47;
    font-size: 12px;
    font-weight: 700;
    border-radius: 50px;
    text-transform: uppercase;
}
.WhiteButton a{
    color: #002F47;
}
.WhiteButton i {
    font-size: 16px;
    margin-left: 25px;
    margin-right: -5px;
}
.WhiteButton:hover {
    background:#A57126;
    color: #ffffff;
}
.WhiteButton:hover a{
    color: #ffffff;
}
.GoldButton{
    display: inline-block;
    padding: 16px 30px;
    background: #A57126;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    border-radius: 50px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}
.GoldButton a {
    color: #ffffff;
}
.GoldButton.btn-xl {
    padding: 18px 40px;
    font-size: 14px;
}
.GoldButton i {
    font-size: 18px;
    line-height: 1;
    margin-left: 15px;
    margin-right: -12px;
}
.GoldButton:hover {
    color: #A57126;
    background: #ffffff;
}
.GoldButton:hover a{
    color: #A57126;
}
.GoldenBorder {
    display: inline-block;
    padding: 13px 40px;
    background: transparent;
    border: 1px solid #A57126;
    color: #A57126;
    font-size: 12px;
    font-weight: 700;
    border-radius: 50px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}
.GoldenBorder.btn-xl {
    padding: 18px 40px;
    font-size: 14px;
    border-radius: 50px;
}

.GoldenBorder i {
    font-size: 18px;
    line-height: 1;
    margin-left: 15px;
    margin-right: -12px;
}
.GoldenBorder:hover {
    color: #ffffff;
    background: #A57126;
}
.find-online-block {
    text-align: center;
    background: #456779;
    padding: 25px 15px;
}
.find-online-block p {
    font-weight: 700;
    color: #ffffff;
    margin: 20px 0 10px;
    font-size: 22px;
}
.find-online-block ul {
    margin: 0;
    padding: 0px;
    text-align: center;
}
.header .nav-collapse .find-online-block ul li {
    display: inline-block;
    margin: 0 0px;
    width: auto;
}
.find-online-block ul li a {
    padding: 5px 10px;
    color: #ffffff;
    font-size: 30px;
}
.inner-page {
    
}
.inner-page-info-banner {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 150px 0;
}
.inner-page-info-banner .container {
    margin-top: 110px;
}
.inner-page-info-banner .bg-fixed {
    
}
.inner-page-info-banner h2 {
    color: #ffffff;
    font-size: 40px;
    margin: 0 0 15px;
    line-height: 1.3;
}
.inner-page-info-banner .TitleText {
    color: #ffffff;
}
.inner-page-info-banner ul li {
    position: relative;
    color: #DDDDDD;
    font-size: 12px;
    font-weight: 700;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 0.15em;

}
.inner-page-info-banner ul li a {
    font-weight: 700;
    color: #DDDDDD;
    display: inline-block;
    letter-spacing: 0.15em;
}
.inner-page-info-banner ul li:not(:last-child) {
    padding-right: 25px;
    margin-right: 25px;
}
.inner-page-info-banner ul li:not(:last-child):after {
    position: absolute;
    width: 1px;
    height: 15px;
    background: #ffffff;
    top: 2px;
    right: 0px;
    content: "";
}
.inner-page-info-banner:before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #3A5257;
    opacity: 0.2;
}
.inner-page-info-banner.overlayDark:before {
    background: #1D1D1D;
}
.sidebar-block .HeaderTextOverline {
    font-size: 30px;
    text-align: left;
}
.sidebar-block  .HeaderTextOverline:before {
    margin-left: 0;
}
.sidebar-block .sidebar-block {
    margin-bottom: 30px;
}
.sidebar-block {
    margin-bottom: 40px;
}
.BulletList ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 10px;
}
.BulletList ul li {
    position: relative;
    padding-left: 25px;
}
.BulletList ul li:not(:last-child) {
    margin-bottom: 15px;
}
.BulletList ul li  {
    color: #002F47;
    font-weight: 600;
    display: block;
    font-size: 16px;
    cursor: pointer;
}   
.BulletList ul li a{
    color: #002F47;
}
.BulletList ul li:before {
    font: normal normal normal 14px/1;
    font: var(--fa-font-solid);
    content: "\f18e";
    display: inline-block;
    position: absolute;
    left: 0px;
    right: 0px;
    color: #002F47;
    top: 2px;
    font-size: 16px;
    width:16px;
}
.BulletList ul li:hover {
    color: #A57126;
}   
.BulletList ul li:hover a{
    color: #A57126;
} 
.BulletList ul li:hover:before {
    color: #A57126;
}
    
.sponsors-sidebar-link a {
    display: block;
    text-align: center;
    padding: 20px;
    border: 1px solid #C2C5BE;
}
.sidebar-block h2 {
    margin: 0 0 20px;
}
.sidebar-block .HeaderTextOverline:before {
    margin: 0 0 15px;
}
.sidebar-wrap-left {
    -webkit-flex: 0 0 300px;
    flex: 0 0 300px;
    max-width: 300px;
    padding-left: 15px;
    padding-right: 15px;
}
.sidebar-right-content {
    -webkit-flex: 0 0 calc(100% - 300px);
    flex: 0 0 calc(100% - 300px);
    max-width: calc(100% - 300px);
    padding-left: 100px;
    padding-right: 15px;
}
blockquote {
    border: 3px solid #C2C5BE;
    border-style: solid none;
    padding: 25px 0;
    font-size: 35px;
    font-family: 'Playfair Display', serif;
    color: #3A5257;
    margin-bottom: 30px;
    font-style: italic;
}
.sidebar-right-content p ~ blockquote {
    margin-top: 30px;
}
.sidebar-right-content h2 {
    margin: 0 0 20px;
}
.sidebar-right-content p>b {
    color: #779192;
}
.sidebar-right-content .NCBAButton {
    margin-top: 30px;
}
.dropdown.quick-link-dropdown .dropdown-toggle[data-toggle="dropdown"] {
    display: block;
    border: 1px solid #aeaeae;
    padding: 12px 30px 12px 20px;
    text-transform: uppercase;
    position: relative;
}
.dropdown.quick-link-dropdown .dropdown-menu {
    width: 100%;
    background: #ffffff;
    padding: 10px 0;
}
.dropdown.quick-link-dropdown .dropdown-toggle:after {
    content: "\f01a";
    font: normal normal normal 14px/1;
    font: var(--fa-font-solid);
    position: absolute;
    right: 8px;
    top: 14px;
    font-size: 18px;
}
.dropdown.quick-link-dropdown .dropdown-menu li {
    margin: 0;
    padding-left: 10px;
    list-style: none;
}
.dropdown.quick-link-dropdown .dropdown-menu li a {
    padding: 10px 20px;
}
.d-mobile-767 {
    display: none;
}
.my-30 {
    margin-top: 30px;
    margin-bottom: 30px;
}
.btns-wrap a {
    margin: 0 10px 10px 0;
}

.BulletList ul li:not(:last-child) {
    margin-bottom: 10px;
}
.members-say-slider .owl-nav {
    display: none;
}
.inner-page-info-banner ul {
    margin: 0;
    list-style: none;
}

.text-link {
    display: inline-block;
    font-size: 22px;
    color: #9D9D9D;
    font-family: 'Crimson Text', serif;
    display: inline-block;
    font-weight: 900;
}
.text-link i {
    margin-right: 5px;
}
.slider-item1 .owl-nav {
    display: none;
}
.TitleText {
    color: #002F47;
    font-size: 40px;
    font-family: 'Frank Ruhl Libre', serif;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 15px;
}
.HeaderText {
    color: #3A5257;
    font-size: 48px;
    text-transform: capitalize;
    font-weight: 700;
    font-family: 'Playfair Display', serif;
    line-height: 1.2;
}
.HeaderTextCaps {
    color: #779192;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 5px;
}
.HeaderTextSmall {
    font-size: 30px;
    font-weight: 700;
    color: #002F47;
    font-family: 'Frank Ruhl Libre', serif;
}
.SubHeading {
    font-size: 22px;
    font-weight: 700;
    color: #247399;
    font-family: 'Montserrat', sans-serif;
}
.PlayfairDisplay {
    font-family: 'Playfair Display', serif;
}
.FrankRuhlLibre  {
    font-family: 'Frank Ruhl Libre', serif;  
}
.Montserrat  {
    font-family: 'Montserrat', sans-serif;
}

.footer .accordion-heading .accordion-toggle {
    color: #DDDDDD;
    font-size: 20px;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
}
.footer .accordion-group  {
    border-style: none;
}

/*.header .nav-collapse .nav .dropdown .dropdown-menu li.megaMenuSection.textUl ul:nth-child(3) li a {
    padding-left: 0px;
}*/
/*.header .nav-collapse .nav .dropdown .dropdown-menu li.megaMenuSection.textUl ul:nth-child(3) li a:before {
    display: none;
}*/
.header .nav-collapse .nav .dropdown .dropdown-menu li.megaMenuSection.textUl ul li a:hover {
    color: #A57126;
}
.my-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}
/* End New Classes */
.blog-sec {
    overflow: hidden;
}
.blog-sec .GoldButton.btn-xl {
    min-width: 285px;
}
.blog-sec .row.d-flex-wrap {
    margin-left: -22px;
    margin-right: -22px;
}
.blog-sec .row.d-flex-wrap>.col {
    padding-left: 22px;
    padding-right: 22px;
}
.practice-areas-sec .row.d-flex-wrap {
    margin-left: -5px;
    margin-right: -5px;
}

.practice-areas-sec .row.d-flex-wrap>.col {
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.practice-areas-sec .row.d-flex-wrap>.col .sbm-icon-title-text-box2 {
    margin-bottom: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.25));
    border: 1px solid #ffffff;
}
.practice-areas-sec .row.d-flex-wrap>.col .sbm-icon-title-text-box2:hover {
    border-color: #A57126;
}
.learn-more-txt {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
}
.learn-more-txt i {
    font-size:18px;
    line-height: 1;
}
.sbm-icon-title-text-box:hover .learn-more-txt {
    color: #002F47;
}
.member-strip  {
    text-align:
    center;
    justify-content: center;
}
.member-strip .TitleText {
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    color: #ffffff;
}
.member-strip .GoldButton {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    align-self: center;
    padding: 24px 35px;
}
.event-main-wrap {
    display: flex;
    flex-wrap: wrap;
    background: #EDF2F3;
}
.event-main-wrap .event-left-wrap {
    -webkit-flex: 0 0 447px;
    flex: 0 0 447px;
    max-width: 447px;
}
.event-main-wrap .event-right-wrap {
    -webkit-flex: 0 0 calc(100% - 447px);
    flex: 0 0 calc(100% - 447px);
    max-width: calc(100% - 447px);
}
.event-main-wrap .event-right-wrap img {
    height: 100%;
    object-fit: cover;
}
.about-tpcba-sec {
    position: relative;
    z-index: 1;
}
.about-tpcba-sec .bg-fixed {
    opacity: 0.1;
}
.about-tpcba-sec:before {
    content: "";
    position: absolute;
    background: #247399;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -2;
    opacity: 1;
    opacity: 0.8;
}
.about-tpcba-wrap {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
    padding: 50px 0;
}
.about-tpcba-wrap:before {
    content: "";
    position: absolute;
    width: 87%;
    height: 100%;
    border: 2px solid #a57126;
    top: 0;
    left: 0;
    z-index: -1;
}
.about-tpcba-wrap .left-content {
    flex: 0 0 73%;
    max-width: 73%;
    padding-right: 10%;
    padding-left: 10%;
}
.about-tpcba-wrap .img-holder {
    flex: 0 0 27%;
    max-width: 27%;
}
.about-tpcba-wrap .img-holder img {
    width: 100%;
}
.sbm-icon-title-text-box4 .GoldenBorder {
    font-size: 16px;
}
.sidebar-block .event-block {
    display: block;
    text-align: center;
    padding: 30px 30px;
}

.sidebar-block  .event-block>h3 {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 0 15px;
    font-family: 'Playfair Display';
}

#zoneToolBar form,#zoneToolBar select{margin:0;}
.blog-sec .row{
	display: inline-flex;
	margin: 0px;
}
.blog-sec .col{
	display: flex;
    flex-direction: column;
    padding-right: 20px;
	margin: 0px;	
}
.blog-sec .col:last-child{
	padding-right: 0px;
}
.newsBtm{
	margin-top: auto;
}
.eventImageWrap{
    padding-top: 0px;
    padding-bottom: 7px;
} 
.evItems a{
    position: absolute;
    bottom: 35px;
}
.eventImageWrap,
.eventImageWrap div
{
    height: 100%;
    object-fit: cover;
}
.evItems > img.hasCursor{
    cursor: pointer;
}

.eventImageWrap .owl-prev {
    position: absolute;
    top: 40%;
    margin-left: -20px;
    display: block !important;
    border:0px solid black;
    padding: 5px !important;
}

.eventImageWrap .owl-next {
    position: absolute;
    top: 40%;
    right: 0px;
    display: block !important;
    border:0px solid black;
    padding: 5px !important;
}
.eventImageWrap .owl-prev i,.eventImageWrap .owl-next i {transform : scale(1,1); color: #FFF;}