/*---- Variables ----*/

.font-inter{
  font-family: 'Inter', sans-serif;;
}
.font-work{
  font-family: "Work Sans", sans-serif;
}

/*---- Global styling ----*/

* , body {
    box-sizing: border-box;
}
body {
    padding: 0;
    margin: 0;
    color: #000000;
    line-height: 1.4;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
}
html,body{
    height: 100%;
}
html {
    scroll-behavior: smooth;
}
.page-top-border {
    border-top: 1px solid #D2D2D2
}

@media (min-width: 1200px) {
    .container {
        max-width: 1340px;
    }
}
section {
	position: relative;
}

h1, h2, h3, h4, h5, h6 {
    margin:0;
    font-family: "Work Sans", sans-serif;
    color: inherit;
    font-weight: 700;
}
h1 {
    font-size: 42px;
}
h2 {
    font-size: 36px;
}
h3 {
    font-size: 30px;
}
h4 {
    font-size: 24px;
}
h5 {
    font-size: 20px;
}
h6 {
    font-size: 18px;
}
p{
    margin: 10px 0;
    color: inherit;
}
.fs-90{
    font-size: 90px;
}
.fs-80{
    font-size: 80px;
}
.fs-60{
    font-size: 60px;
}
.fs-52{
    font-size: 52px;
}
.fs-42{
    font-size: 42px;
}
.fs-40{
    font-size: 40px;
}
.fs-36{
    font-size: 36px;
}
.fs-32{
    font-size: 32px;
}
.fs-30{
    font-size: 30px;
}
.fs-28{
    font-size: 28px;
}
.fs-24{
    font-size: 24px;
}
.fs-22{
    font-size: 22px;
}
.fs-20{
    font-size: 20px;
}
.fs-18{
    font-size: 18px;
}
.fs-16{
    font-size: 16px;
}
.fs-14{
    font-size: 14px;
}

a {
    text-decoration: none;
    transition: all 0.3s ease 0s;
    display: inline-block;
    color: #000000;
}
a:hover, a:focus {
    text-decoration: none;
    color: #BDCC2A;
    outline: none !important;
}
ul,ol{
    padding: 0;
    margin: 0;
}
li{
    list-style: none;
    display: inline-block;
}
img{
    width: auto;
    max-width: 100%;
    height: auto;
}
.section-padding{
    padding: 80px 0;
}

/*---- Coloring ----*/

.bg-light-gray{
    background-color: #F3F9EE;
}
.bg-dark-brown{
    background-color: #283429;
}
.text-color-green{
    color: #519136;
}
.bg-color-green{
    background-color: #519136;
}

.text-lime-green{
    color: #BDCC2A;
}

.text-lime-green:hover{
    color: #519136;
}



/*---- Custom Button ----*/

.custom-btn {
    background-color: #519136;
    color: #fff;
    padding: 10px 25px;
    border-radius: 25px;
    font-size: 18px;
    font-weight: 600;
}
.custom-btn:hover {
    background-color: #BDCC2A;
    text-decoration: none;
    color: #000;    
    transform: translateY(-5px);
}
.btn-blk .custom-btn img {
    width: 24px;
    height: 25px;
    object-fit: contain;
}
.custom-btn.btn-white {
    background-color: #fff;
    color: #000;
}

/*---- Columns Right line ----*/

.col-line{
    position: relative;
}
.col-line:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translateX(-50%);
    width: 1px;
    height: 100%;
    background-color:#519136;
}
/*---- Video Block ----*/
.video-blk {
    overflow: hidden;
    position: relative;
    border-radius: 15px;
}
.video-blk iframe {
    width: 100%;
    height: 100%;
    border: none;
    object-fit: cover;
}

/*---- Custom Card ----*/

.custom-card {
    border: 1px solid rgba(0, 0, 0, 0.25);
    max-width: fit-content;
    margin-left: auto;
    border-radius: 12px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
.custom-card-header{
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}
.custom-card-header h5{
    font-weight: 500;
}

/*---- Banner Content Generic style ----*/

.subtitle{
    font-family: 'Inter';
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
}
.banner-heading {
    font-family: 'Inter';
    font-weight: 900;
    font-size: 84px;
    line-height: 1.1;
    text-transform: uppercase;
}
.banner-text {
    margin: 0 0 15px;
    font-size: 20px;
}
.title-area {
    margin-bottom: 30px;
}

/*---- Pulse Key Frame ----*/

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
  }
  100% {
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
}
.pulse {
  animation: pulse-animation 2s infinite;
}

/*---- FAQ's ----*/

.faq_lst > .faq_blk:nth-child(1) .txt {
	display: block;
}
.faq_lst > .faq_blk {
    position: relative;
    background: #fff;
    padding: 15px 0;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
.faq_lst > .faq_blk h6 {
    position: relative;
    padding: 0 15px 0 0;
    cursor: pointer;
    color: #000;
    font-size: 20px;
    font-weight: 400;
}
.faq_lst > .faq_blk h6:after {
    position: absolute;
    top: 0.2rem;
    right: 0;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    content: "+";
    font-size: 24px;
    color: #519136
}
.faq_lst > .faq_blk.active h6:after {
	content: "-";
}
.faq_lst > .faq_blk h6:hover {
	color: #519136;
}
.faq_lst > .faq_blk .txt {
	display: none;
	padding: 1rem 0 0;
}
.faq_lst > .faq_blk .txt p a {
	color: rgb(85, 26, 139);
    text-transform: underline;
}
.faq_lst > .faq_blk .txt ul{
    padding-left: 25px;
     list-style: disc;
}
.faq_lst > .faq_blk .txt ul li {
    list-style: disc;
    display: list-item;
}

/*---- Table Styles ----*/
.table-holder .table thead tr {
    background-color: #243724;   
}
.table-holder .table-striped tbody tr:nth-of-type(odd) {
    background-color: #e9f4e1;
}
.table-holder .table thead th {
    border-bottom:none;
    border-right: 1px solid #fff;
    color: #fff;
    font-weight: 400;;
}
.table-holder .table td, .table-holder .table th {
    border-top: none;
    padding: 1rem;
    border-right: 1px solid #fff;
    vertical-align: middle;
}

/*---- Header ----*/

#header .header-top {
    border-bottom: 1px solid #D2D2D2;
    padding: 15px 0;
}
#header .header-top .nav-list-items a {
    font-size: 14px;
    padding: 10px 15px;
}
#header .header-bottom {
    /* border-bottom: 1px solid #D2D2D2; */
    padding: 15px 0;
}
#header .header-bottom .nav-list .nav-list-items a {
    font-size: 16px;
    font-weight: 700;
    padding: 10px 15px;
}
#header .nav-list-items a .active {
    background: #008900;
    color: #fff;
    border-radius: 50%;
    display: inline-flex;
    line-height: 1;
    font-size: 10px;
    width:15px;
    height: 15px;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-right: 10px;
}

/*---- Header Search ----*/

#header .search-box{
    position: relative;
    display: inline-flex;
    align-items: center;
    padding-left: 15px;
    border-left: 2px solid #000;
}
#header .search-toggle{
  background: transparent;
  border: 0;
  padding: 0;
  outline: none !important;
  cursor: pointer;
}
#header .search-form{
    position: absolute;
    right: 40px;
    top: -8px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-4px);
    transition: opacity .2s ease, transform .2s ease, visibility 0s linear .2s;
}
#header .search-box.is-open .search-form{
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
  transition: opacity .2s ease, transform .2s ease, visibility 0s;
}
#header .search-box .search-input {
    font-size: 14px;
    border: 1px solid #D2D2D2;
    padding: 7px 15px;
    outline: none !important;
    border-radius: 4px;
}

/*---- Toggle lines ----*/

#header .toggle {
    width: 20px;
    height: 20px;
    margin-left: 15px;
}
#header .toggle .line {
    width: 100%;
    height: 2px;
    background: #000;
    margin: 4px auto;
    transition: all 0.3s;
    backface-visibility: hidden;
}
#header .toggle.open .one {
  transform: rotate(45deg) translate(3px, 3px);
}
#header .toggle.open .two {
  opacity: 0;
}
#header .toggle.open .three {
    transform: rotate(-45deg) translate(5px, -6px);
}

/*----- Banner -----*/

.banner {
    max-width: 1480px;
    margin: 0 auto;
    padding: 0 15px 0;
    position: relative;
}
.banner .container {
    position: relative;
    z-index: 2;
}
.banner .banner-bg-img {
    width: 100%;
    position: absolute;
    top: 0;
    height: 85%;
    left: 0;
    border-radius: 25px
}
.banner-wrapper {
    position: relative;
    color: #fff;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 20px;
}
.banner-content .custom-btn {
    display: block;
    width: 100%;
    max-width: 300px;
    margin: 0 auto 25px;
    background-color: #BDCC2A;
    color: #000;
}
.banner-content .custom-btn:hover {
    background-color: #fff;
    color: #000;    
}
.banner-content .custom-link {
    color: inherit;
    margin-bottom: 35px;
}
.banner-content .custom-link:hover {
    color: #BDCC2A;
    text-decoration: underline;
}
.banner-content .custom-link span{
    display: none;
}
.banner-content .custom-link:hover span{
    display: inline-block;
}
.banner-overlay-content{
    padding: 25px;
    border-radius: 25px;
}
.banner-overlay-content .inner-content-blk {
    color: #000;
    text-align: left;
    max-width: 400px;
    margin: 0 auto;
    padding: 15px 0;
    position: relative;
    height: 100%;
}
.banner-overlay-content .shortcut-links {
    text-align: left;
}
.banner-overlay-content .shortcut-links li {
    display: inline-block;
    list-style: none;
    width: 100%;

}
.banner-overlay-content .shortcut-links li .custom-link {
    display: inline-block;
    width: 100%;
}
.banner-overlay-content .shortcut-links li .custom-link {
    color: #519136;
    font-weight: 700;
    font-size: 14px;
}
.banner-overlay-content .shortcut-links li .custom-link:hover {
    text-decoration: underline;
}

.about-usan-811 .faq_lst > .faq_blk {
    background: transparent;
    padding: 0;
}
.about-usan-811 .faq_lst > .faq_blk h6 {
    font-weight: 700;
    text-align: left;
}
.about-usan-811  .faq_lst > .faq_blk .txt ul {
    padding-left: 0;    
    list-style: none;
}

/*---- Innerpage banner ----*/

.innerpage-banner .banner-content .custom-btn {
    max-width: max-content;
}
.innerpage-banner .banner-content .custom-link {
    margin-bottom: 20px;
}

/*---- Text With Image ----*/

.text-with-img .content {
    padding: 50px;
    max-width: 700px;
    margin-left: auto;
}
.text-with-img .img-holder img{
    width: 100%;
}
.text-with-img .call-to-action-bar h4 {
    font-size: 20px;
    font-weight: 600;
}
.text-with-img .call-to-action-bar .custom-btn {
    padding: 7px 15px;
    font-size: 16px;
}
#why-use-811 .faq_lst > .faq_blk:nth-child(1) .txt {
	display: block;
}
#why-use-811 .faq_lst > .faq_blk {
    padding: 35px 0;
    border-bottom: 1px solid #519136;
}
#why-use-811 .faq_lst > .faq_blk h6 {
    text-transform: uppercase;
    font-weight: 700;
}

/*---- How It Work ----*/

#how-it-works .slick-works{
    margin-bottom: 50px;
}
#how-it-works .slick-works .slick-list{
    display: flex;
}
#how-it-works .slick-works .slick-track {
    display: flex;
    margin: 0 -10px;
}
#how-it-works .slick-works .item{
    padding:0 10px;
    height: 100%;
}
#how-it-works .slick-works .work-card {
    border: 1px solid #CCD8C2;
    overflow: hidden;
    border-radius: 8px;
    background-color: #fff;
    height: 100%;
}
#how-it-works .slick-works .work-card-img img {
    width: 100%;
    height: 205px;
    object-fit: cover;
}
#how-it-works .slick-works .work-card-content {
    padding: 35px 25px 25px;
}
#how-it-works .slick-works .work-card-content h4{
    margin-bottom: 15px;
    font-size: 22px;
}
#how-it-works .slick-works .work-card-content p{
    min-height: 202px;
}
#how-it-works .slick-works .card-cta{
    padding: 0 25px 35px;
}
#how-it-works .slick-works .card-cta a {
    font-weight: 600;
    color: #519136;
    display: flex;
    align-items: center;
}
#how-it-works .slick-works .card-cta a img {
    margin-left: 5px;
    transition: all 0.3s ease 0s;
}
#how-it-works .slick-works .card-cta a:hover img{
    margin-left: 10px;
}
#how-it-works .slick-works .slick-arrow {
    transform: none;
    background: transparent;
    border-radius: 75%;
    color: #519136;
    top: -80px;
    outline: none !important;
}
#how-it-works .slick-works .slick-next {
    right: 0;
}
#how-it-works .slick-works .slick-prev {
    left: auto;
    right: 50px
}
#how-it-works .progress {
  display: block;
  width: 100%;
  height: 10px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
  background-image: linear-gradient(to right, black, black);
  background-repeat: no-repeat;
  background-size: 0 100%;
  border: 1px solid #000;
  transition: background-size .4s ease-in-out;
}

/*---- FAQ's ----*/

#faqs .title-area{
    max-width: 990px;
    margin: 0 auto 30px;
}
#faqs .faq_lst {
    max-width: 990px;
    margin: auto;
}

/*---- Create an Account ----*/

.create-account-wrapper .content {
    max-width: 620px;
}
.create-account-wrapper .content p {
    margin: 15px 0;
}
.create-account-wrapper .create-account-card {
    max-width: 300px;
    margin: 0 auto;
}
.create-account-wrapper .create-account-card .custom-link {
    display: block;
    color: #519136;
}

/*---- OCA Training Video ----*/
.oca-intro-video {
    position: relative;
    color: #fff;
    overflow: hidden;
}
.oca-intro-video .video-blk {
    max-width: 760px;
    height: 400px;
    margin-left: auto;
}

/*---- Get a Copy Of Ticket ----*/

.ticket-copy-wrapper .content{
    max-width: 480px;
}

/*---- Support ----*/

.support-wrapper{
    position: relative;
    overflow: hidden;
}
.support-wrapper .sec-title {
    margin-bottom:50px;
}
.support-wrapper .sec-title P {
    max-width: 990px;
}
.support-wrapper .support-ticket-content {
    max-width: 480px;
}
.support-wrapper .question-content {
    max-width: 520px;
    margin-left: auto;
}

/*---- California Dig Safe Board ----*/

.safe-board-wrapper{
    color: #fff;
    position: relative;
    overflow: hidden;
}
.safe-board-wrapper .content {
    max-width: 660px;
}
.safe-board-wrapper .board-card {
    max-width: 360px;
    box-shadow: none;
    height: 100%;
    border: 1px solid #fff;
}
.safe-board-wrapper .board-card .custom-card-header{
    border-bottom: 1px solid #fff;
}

/*---- Utility Marking code & Premarking ----*/

.premarking-wrapper .row {
    padding: 30px 0;
    border-bottom: 1px solid #519136;
}
.premarking-wrapper .row:first-child {
    padding-top: 0;
}
.premarking-wrapper .row:last-child {
    padding-bottom: 0;
    border-bottom: 0 ;
}
.premarking-wrapper .best-practices {
    max-width: 660px;
}    
.premarking-wrapper .color-code {
    max-width: 520px;
}     
.premarking-wrapper .abbreviations {
    max-width: 520px;
}
.premarking-wrapper .resources-card {
    max-width: 480px;
}              
.premarking-wrapper .image-wrapper {
    max-width: 480px;
    margin-left: auto;
}
.premarking-wrapper .color-code-list li{
    position: relative;
    display: inline-block;
    width: 100%;
}
.premarking-wrapper .color-code-list li:before {
    content: '';
    width: 10px;
    height: 10px;
    border: 1px solid transparent;
    background-color: #fff;
    border-radius: 100%;
    display: inline-flex;
    margin-right: 7px;
}
.premarking-wrapper .color-code-list li.red:before{
    background-color: #B94645;
}
.premarking-wrapper .color-code-list li.yellow:before{
    background-color: #E0CA2F;
}
.premarking-wrapper .color-code-list li.orange:before{
    background-color: #D87E42;
}
.premarking-wrapper .color-code-list li.blue:before{
    background-color: #3D88C8;
}
.premarking-wrapper .color-code-list li.green:before{
    background-color: #88BE69;
}
.premarking-wrapper .color-code-list li.purple:before{
    background-color: #885DA7;
}
.premarking-wrapper .color-code-list li.pink:before{
    background-color: #2B2D2D;
}
.premarking-wrapper .color-code-list li.white:before{
    background-color: #fff;
    border: 1px solid #000;
}

/*---- Ticket Resource Service  ----*/

.ticket-research-wrapper .content {
    max-width: 565px;
}
.ticket-research-wrapper .resources-card{
    max-width: 480px;
}

/*---- Private Locators ----*/

.locator-wrapper{
    color: #fff;
    position: relative;
    overflow: hidden;
}
.locator-wrapper       .private-locators {
    max-width: 520px;
}
.locator-wrapper .why-private-locators {
    max-width: 500px;
    margin-left: auto;
}

/*---- Common Ground Alliance ----*/
.key-area-content,
.access-content,
.legal-content {
    max-width: 540px;
}
.legal-importance-wrapper {
    padding-bottom: 80px;
    position: relative;
    overflow: hidden;
}
.legal-importance-wrapper .row-border {
    border-top: 1px solid #519136;
    padding-top: 80px;
}

/*---- Promotional Items ----*/

.promotional-items-wrapper {
    color: #fff;
    position: relative;
    overflow: hidden;
}
.promotional-items-wrapper .promotional-content,
.promotional-items-wrapper .social-toolkit-content {
    max-width: 900px;
}

.promotional-items-wrapper .social-toolkit-content {
    margin-left: auto ;
}

/*---- Project Design ----*/
.project-design-wrapper .design-content {
    max-width: 500px;
}
.project-design-wrapper .toolkit-video-content .video-blk {
    max-width: 760px;
    height: 350px;
    margin-left: auto;
}

/*---- Where Do I begin ----*/
.begining-wrapper .diggin-content,
.begining-wrapper .process-content {
    max-width: 520px;
}
.begining-wrapper .diggin-content h3,
.begining-wrapper .process-content h3
{
    font-size: 28px;
    font-weight: 600;
}

/*---- Benefits ----*/
.benefits-wrapper {
    color: #fff;
    position: relative;
    overflow: hidden;
}
.benefits-wrapper .benefits-content {
    max-width: 400px;
}

/*---- How to Premarking Video ----*/

.premarking-video-wrapper .premarking-video-content {
    max-width: 360px;
}
.premarking-video-wrapper .premarking-video-holder .video-blk {
    height: 480px;
}
.premarking-video-wrapper .custom-btn.btn-white {
    padding: 7px 25px;
    font-size: 16px;
    font-weight: 400;
}
.premarking-video-wrapper .custom-btn.btn-white.active {
    background-color: #000;
    color: #fff;
}

/*---- Get a ticket ----*/
.get-ticket-content {
    max-width: 320px;
}
/*---- Additional Resources ----*/
.resources-wrapper .resources-card.custom-card {
    margin: auto;
}
.resources-card .custom-card-body .custom-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
}

/*---- Importance Of Agriculture ----*/
.agri-importance-wrapper .content {
    margin: 0 auto;
    max-width: 460px;
}

/*---- Area Of Continual Excavation (ACE) ----*/
.continual-excavation-wrapper .content {
    max-width: 520px;
}
.continual-excavation-wrapper .content .content-blk ul {
    padding-left: 20px;
}
.continual-excavation-wrapper .content .content-blk ul li {
    list-style: disc;
    display: list-item;
}
.continual-excavation-wrapper .content .content-blk .custom-card {
    width: 100%;
    margin: 0;
    max-width: 100%;
}

/*---- Surfacing Installations ----*/
.subsurface-installations-wrapper .content {
    max-width: 530px;
}
.subsurface-installations-wrapper .content .content-blk ul {
    padding-left: 20px;
}
.subsurface-installations-wrapper .content .content-blk ul li {
    list-style: disc;
    display: list-item;
}
.subsurface-installations-wrapper .content .content-blk .custom-card {
    width: 100%;
    margin: 0;
    max-width: 100%;
}

/*---- Pivacy Policy ----*/
.privacy-policy-wrapper .content {
    max-width: 1000px;
    margin: 0 auto;
}

/*---- Team Member Wrapper ----*/

.team-member-wrapper {
    background-color: #243724;
    color: #fff;
    padding: 50px;
    border-radius: 25px;
    margin-bottom: 25PX;
}
.team-member-wrapper:last-child {
    margin-bottom: 0;
}
.member-card .member-card-head {
    overflow: hidden;
    border-radius: 20px;
}
.member-card .member-card-head img {
    width: 100%;
    transition: all 0.3s ease 0s;
    height: 266px;
    object-fit: cover;
}
.member-card:hover .member-card-head img {
    transform: scale(1.05);
}
.member-card .memebr-card-body {
    padding-top: 15px;
    font-size: 16px;
}
.member-card .memebr-card-body h4 {
    font-weight: 900;
    font-size: 20px;
    font-family: 'Inter';
}
.member-card .memebr-card-body p{
    font-weight: 600;
}
.member-card .memebr-card-body a{
    color: #fff;
    display: block;
}
.member-card .memebr-card-body a:hover{
    color:#519136;
}

/*---- Partner Resources ----*/

.partner-resource-card{
    border: 1px solid #CCD8C2;
    padding: 50px 25px;
    border-radius: 15px;
    margin-bottom: 15px;
    background-color: #fff;
    position: relative;
}
.partner-resource-card:last-child {
    margin-bottom: 0;
}
.partner-resource-card .partner-contact-info {
    max-width: 260px;
    margin: 0 auto;
}
.partner-resource-card .partner-contact-contact { 
    max-width: 700px;
}
.partner-resource-card .partner-contact-info a {
    display: block;
}
.partner-resource-card .partner-contact-info a.website-link {
    text-decoration: underline;
}
.partner-contact-contact ul{
    padding-left: 20px;
}
.partner-contact-contact ul li {
    list-style: disc;
    display: list-item;
}
.partner-resource-card .partner-tag {
    background-color: #519136;
    color: #fff;
    padding: 12px 25px;
    border-radius: 25px;
    max-width: 240px;
    display: inline-block;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 15px;
    right: 25px;
}
.partner-resource-card.coming-soon {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200px;
}


/*---- Become a Partner Resource ----*/

.become-partner-banner .heading {
    font-size: 48px;
    font-weight: 900;
    text-transform: uppercase;
}
.become-partner-banner p {
    max-width: 900px;
    margin: 0 auto;
    font-size: 20px;
}
.feat-benefits-wrapper .benefits-content {
    max-width: 360px;
}
.level-wrapper .content {
    max-width: 370px;
    margin: 0 auto;
}
.image-with-text-wrapper .content-wrapper {
    margin: 0 auto;
    max-width: 920px;
}
.join-wrapper .join-content {
    max-width: 320px;
}


/*---- Utility Members ----*/

.utility-members .banner-content .custom-btn {
    display: inline;
    margin: 0;
    margin-right: 10px;
}

.memebre-representative-content {
    max-width: 520px;
    margin-left: auto;
}
.member-university-content {
    max-width: 450px;
}


/*---- Excavation Law ----*/
.law-content{
    max-width: 420px;
}
.law-content .law-list li {
    display: block;
}
.law-content .law-list li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
}
.law-content .law-list li a:hover {
    text-decoration: underline;
    color: #BDCC2A;
}


/*---- Download App ----*/

.app-wrapper .sec-title {
    max-width: 500px;
}
.app-wrapper .sec-title h1 {
    font-size: 50px;
    font-weight: 900;
    font-family: inherit;
}
.app-wrapper .sec-title p{
    margin: 0;
    font-size: 20px;
    font-weight: 600;
}
.app-wrapper .app-content {
    background-color: #F3F1F1;
    padding: 25px;
    border-radius: 15px;
    margin-bottom: 15px;
    border: 1px solid #E1E1E1;
    max-width: max-content;
}
.app-wrapper  .help-action p {
    font-size: 20px;
    font-weight: 600;
    max-width: 440px;
}

/*---- Membership APPLICATION ----*/

.application-form-wrapper .form-holder {
    background-color: #D9D9D9;
    padding: 25px;
    max-width: 990px;
    margin: auto;
}
.holiday-table-wrapper .table-holder{
    max-width: 990px;
    margin: auto;
}

/*---- Holiday List ----*/

.holiday-title-wrapper .sec-title {
    max-width: 900px;
    margin: 0 auto;
}

/*---- Electroninc Response ----*/

.electronic-response-wrapper .content {
    max-width: 660px;
}

/*---- Ticket Size ----*/
.ticket-size-wrapper .content .content-blk ul{
    padding-left: 20px;
}
.ticket-size-wrapper .content .content-blk ul li {
    list-style: disc;
    display: list-item;
    width: 100%;
    margin-bottom: 5px;
}

/*---- 811 Education ----*/

.education .banner .banner-bg-img {
    height: 100%;
}

.pro-training-wrapper .contnet{
    max-width: 600px;
}
.pro-training-wrapper .content img{
    max-width: 160px;
}
.pro-training-wrapper .key-highlight-card{
    max-width: 520px;
    font-size: 20px;
}
.event-content-wrapper{
    border-radius: 25px;
    padding: 50px;
}
.event-content-wrapper .event-list li {
    width: 100%;
    margin-bottom: 5px;
}
.event-content-wrapper .event-list li:last-child{
    margin-bottom: 0;
}
.event-content-wrapper .event-list li a {
    color: #fff;
}
.event-content-wrapper .event-list li a:hover{
    color: #519136;
    text-decoration: underline;
}
.event-registration-wrapper .content {
    max-width: 660px;
    margin: 0 auto;
}

.event-registration-wrapper .content  hr {
    margin-top: 2rem;
    margin-bottom: 2rem;
    border: 0;
    border-top: 1px solid #A3A3A3;
    max-width: 200px;
}
.law-and-manual-wrapepr .law-manual-image{
    max-width: 350px;
}
.law-and-manual-wrapepr .law-manual-image img,
.law-and-manual-wrapepr .law-manual-image a{
    max-width: 100%;
    width: 100%;
}
.law-and-manual-wrapepr .law-manual-content ul{
    padding-left: 20px;
}
.law-and-manual-wrapepr .law-manual-content ul li {
    margin-bottom: 5px;
    width: 100%;
    list-style: decimal;
    display: list-item;
}
.cga-pratices-wrapepr .cga-pratices-image{
    max-width: 350px;
}
.cga-pratices-wrapepr .cga-pratices-image img,
.cga-pratices-wrapepr .cga-pratices-image a{
    max-width: 100%;
    width: 100%;
}
.cga-pratices-wrapepr .law-manual-content{
    max-width: 720px;
}

/*---- Get A Ticket ----*/
.get-ticket .banner .banner-bg-img {
    height: 100%;
}
.get-ticket .innerpage-banner .banner-content .custom-btn {
    max-width: max-content;
    margin: 0 10px 0 10px;
}
.get-ticket .subtitle {
    text-transform: capitalize;
}
.get-ticket .banner-text {
    max-width: 700px;
    margin: auto;
}

/*---- About USAN 811 ----*/
.about-us-wrapper .content {
    max-width: 660px;
}

/*---- Contact Center Stats ----*/

.contact-center-wrapper .btn-blk .custom-btn {
    min-width: 300px;
    margin: 10px;
}

/*---- List of members ----*/

.member-list-wrapper .member-list-items li {
    width: 100%;
    margin-bottom: 6px;
}

/*---- Member Services ----*/
.member-services-wrapper .sec-title .btn-blk .custom-btn{
    max-width: 300px;
    display: inline-block;
    width: 100%;
}


/*---- Footer ----*/

#footer {
    color: #fff;
    position: relative;
}
#footer .footer-top {
     padding: 60px 0 40px;
     border-bottom: 1px solid #fff;
}
#footer .footer-menu h4{
    font-weight: 600;
    font-size: 20px;
}
#footer .footer-menu li{
    display: block;
    width: 100%;
}
#footer .footer-social-icons ul{
    margin-bottom: 1rem;
}
#footer .footer-menu a{
    color: #fff;
}
#footer .footer-menu a:hover{
    color: #BDCC2A;
    text-decoration: underline;
}
#footer .footer-mask {
    position: absolute;
    bottom: 0;
    right: 0;
}
#footer .container{
    position: relative;
    z-index: 2;
}