.container {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    padding-right: 15px;
    padding-left: 15px;
}

.main-header-menu .sub-menu {
  background: #000;
  padding: 10px 6px;
  margin: 0;
  width: 220px;
}

.other-website-logo {
  position: absolute;
  right: 40px;
  top: 25px;
  display: block;
}
/* People search */
.alpha__section {
  background: #ececec;
}

.alpha__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}

.alpha__letter {
  background: none;
  border: 0;
  padding: 12px;
  font-size: 18px;
  cursor: pointer;
  border: 0;
  box-shadow: none;
}
.peopleFilterSearch-sec {
  margin: 40px 0;
}
.peopleFilterSearch__inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 30px;
}
.search-btn-wrap {
  display: flex;
  justify-content: space-between;
  gap: 15px;
}
/* newsletter */
.newsletter-layout {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 40px;
}

.newsletter-sidebar a.active {
    font-weight: bold;
}

.newsletter-content.loading {
    opacity: 0.5;
    pointer-events: none;
}

/* testimonials */
/*--Start Testimonials page design--*/
.testimonials {
    display: flex;
    flex-wrap: wrap;
    margin-top: 100px;
}
.testimonials-bx {
    color: #000;
    background: #E8E7E7;
    padding: 20px 20px 40px;
}
.testimonials-bx:first-child{
  background: transparent;
  color: #000;
}
.testimonials-bx:nth-child(2n) .test__quote{
    color: #FFF;
}
.testimonials-bx:nth-child(2n) {
    background: #000;
    color: #FFF;
}
.test__quote {
    font-size: 16px;
    line-height: 28px;
    font-weight: normal;
    padding: 0;
    margin: 0;
    border-left: none;
    font-style: normal;
}
.test__quote p{
  line-height: 28px;
}
.test__attribution {
    font-size: 14px;
    font-family: Raleway;
    margin-top: 20px;
    font-style: italic;
    letter-spacing: 1px;
        line-height: 1.5;
}
.testimonials-bx.fullWidth {
    margin-top: 40px;
    position: relative;
    padding: 60px 30px;
    background: #0471DF;
    color: #FFF;
}
.test__leftQuote {
    position: absolute;
    top: -40px;
    left: 10px;
    color: #97B813;
    z-index: 10;
    font-size: 4em;
}
.test__rightQuote {
    position: absolute;
    bottom: -40px;
    right: 10px;
    color: #97B813;
    z-index: 10;
    font-size: 4em;
}
.testimonials-bx h1{
  text-transform: inherit;
}
.testimonials-bx h2{
    text-transform: inherit;
    font-family: 'Raleway-Regular';
    letter-spacing: 7px;
    text-align: left;
}
/*--End Testimonials page design--*/

/*--Start FAQ page design--*/
.overview.wb-content { 
  display:none;
}
.overview.wb-content.active { 
  display:block; 
}
.tabs {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-bottom: 30px;
}
.campaign-single-page .tabs {
    justify-content: center;
}
.campaign-single-page .tabs .btn {
   text-transform: capitalize;
}
.campaign-single-page .mediaPubName {
    color: #4c6ea6;
    font-style: italic;
}
.tabs__button:hover,
.tabs__button.active {
    background: #7B9612;
    color: #000;
}
.site-content h3{
  /* color: #0471DF; */
    font-weight: 500;
    font-size: 20px;
    letter-spacing: .1em;
    padding-bottom: 15px;
}
.faq-page-parent .overview h3{
   color: #0471DF; 
   text-transform: inherit;
}
.site-content .team-detail-content-col h3 {
    font-size: 17px;
    line-height: 24px;
    color: #000;
    padding-bottom: 2px;
}
/*--End FAQ page design--*/

/* Video Template Styles Starts */

.video__list {
    display: flex;
    flex-wrap: wrap;
}

.video__list .video {
    flex-basis: 100%;
    padding: 0 30px 60px;
}

.video__list .video img {
    width: 100%;
    display: block;
}

.video__list .video__title {
    background: #F5F5F5;
    padding: 10px;
    text-align: center;
}

@media only screen and (min-width:768px) {
    .video__list .video img{
        min-height: 280px;
    }
}
@media only screen and (min-width:1024px) {
    .video__list .video {
        flex-basis: 50%;
    }
}

@media only screen and (min-width:1200px) {
}
/* Video Template Styles Ends */

.caseList {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 40px;
    border: none;
}
.caseList__container {
    overflow-x: auto;
    padding: 0px 0px;
}
.caseList th {
    padding: 12px 10px;
    font-family: 'Raleway', Arial, sans-serif;
    font-weight: normal;
    font-size: 17px;
    color: #0471DF;
    text-align: left;
    text-transform: uppercase;
    border: none;
    line-height: 1.5;
}
.caseList__company {
    width: 30%;
}
.caseList__caseName {
    width: 30%;
}
.page-template-case-investigation .caseList__company {
    width: auto;
}
.caseList__info {
    width: 110px;
}
.caseList td {
    padding: 12px 10px;
    border: none;
    border-bottom: 2px solid #F5F5F5;
    line-height: 1.5;
}
.caseList__arealist a {
    color: #000;
}
.caseList__arealist a:hover {
    opacity: 0.7;
}
.caseList__learnMore {
    font-family: 'Raleway', Arial, sans-serif;
    font-size: 16px;
    color: #97B813;
}
.hero.hero--cases {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
    min-height: 160px;
    height: auto;
    z-index: 0;
}
.hero--cases h1 {
    font-family: "Raleway-Bold";
    font-size: 26px;
    color: #0094FF;
    line-height: 1.2;
    text-align: center;
    font-weight: 700;
    z-index: 999;
    width: 100%;
    margin: 0;
    background: rgba(0, 0, 0, .3);
    padding: 5px 20px;
    text-transform: uppercase;
}

.hero--cases .hero__image {
    position: absolute;
}
.hero__image {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center center;
}


.landmarkResult-row{
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
}
.landmarkResult{
  padding-left: 15px;
  padding-right: 15px;
  width: 25%;
  margin-bottom: 25px;
}
.landmark__settlement {
    font-size: 24px;
    font-weight: bold;
    font-family: "Raleway-Bold";
}
.landmark__company {
    font-size: 18px;
}
.landmarkResult__learnMore {
    text-transform: uppercase;
    font-size: 16px;
}
.international h1{
  text-align: center;
  text-transform: uppercase;
  margin: 60px 0 50px;
}

/*--Start Careers page design--*/
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.careers-navbar-item {
    display: inline-block;
    color: #ffffff;
    position: relative;
}
.careers-navbar-item.item0 .career-type {
    background-color: #0471DF;
}
.careers-navbar-item.item0 .dropdown-area {
    background-color: #0471DF;
}
.career-type {
    font-size: 26px;
    min-height: 80px;
    box-sizing: border-box;
    /* padding-top: 21px; */
    cursor: pointer;
    text-align: center;
    width: 100%;
    color: #fff;
}
.dropdown-area {
    display: none;
    box-sizing: border-box;
    padding-top: 21px;
    cursor: pointer;
    text-align: center;
    padding-top: 26px;
    font-size: 20px;
    transition: 0.3s all;
}
.dropdown-area.active {
    display: block;
}
.dropdown-career-item {
    padding: 0 5px 27px 5px;
}
.dropdown-area a, dropdown-area a:hover {
    font-size: 20px;
    color: #ffffff;
}
.careers-navbar-item.item1 .career-type {
    background-color: #97B813;
}
.careers-navbar-item.item1 .dropdown-area {
    background-color: #97B813;
}
.careers-navbar-item.item2 .career-type {
    background-color: #E8E7E7;
    color: #000;
}
.careers-navbar-item.item2 .dropdown-area {
    background-color: #E8E7E7;
}
.careers-navbar-item.item2 .dropdown-area a {
    color: #000;
}

.careers-type-navbar{
  display: flex;
  align-items: self-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.careers-navbar-item{
  width: 33.33%;
}
/* Hide dropdown by default */
.careers-navbar-item .dropdown-area {
    /* display: none */
}
 
/* Show on hover */
.careers-navbar-item:hover .dropdown-area {
    /* display: block; */
}

.pages-careers-wrapper .careerLandingPage {
    padding: 120px 20px 20px 20px;
}
.careers-subsection {
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid #97B813;
}
.careers-subsection{
  display: flex;
  align-items: self-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.careers-subsection .left-col {
    width: 33.33%;
    text-align: center;
}
.careers-subsection .right-col {
    width: 66.66%;
}
.subsection-title,
.subsection-title h3 {
    padding-bottom: 10px;
    font-family: 'Raleway-Bold';
    letter-spacing: normal;
}

.content-table-border{
  border: none;
}
.content-table-border td{
  border: none;
  padding: 0px;
  margin: 0px;
}
.content-table-border td ul{
  padding-left: 0;
  margin: 0;
}
.content-table-border td ul li{
  list-style: none;
  padding-left: 20px;
  position: relative;
  padding-right: 10px;
}
.content-table-border td ul li:before{
    content: '';
    width: 4px;
    height: 4px;
    background-color: #358dac;
    display: inline-block;
    position: absolute;
    left: 6px;
    top: 10px;
    border-radius: 50%;
}

.currentOpeningsLandingPage {
    font-size: 16px;
}

.page-template-current-opening-template .additional-body-text-wrapper {
    margin-bottom: 15px;
    background: none;
}
.current-openings-content-wrapper .body-text-wrapper, .current-openings-content-wrapper .additional-body-text-wrapper {
    box-sizing: border-box;
    padding: 10px;
    background-color: #E8E7E7;
    background-blend-mode: multiply;
}
.page-template-current-opening-template .body-text-wrapper .body-text, .page-template-current-opening-template .additional-body-text-wrapper .body-text {
    padding-bottom: 0;
    font-size: 16px;
    line-height: 24px;
}
.page-template-current-opening-template .additional-body-text-wrapper {
    margin-bottom: 15px;
    background: none;
}
.page-template-current-opening-template .additional-body-text-wrapper .body-text {
    font-size: 18px;
    color: #000;
}
.pages-careers-wrapper .body-text {
    padding-bottom: 20px;
}
.paralegal-job-details-row{
  display: flex;
  align-items: self-start;
  justify-content: space-between;
  flex-direction: column;
  gap: 40px;
}
.paralegal-job-details-row .left-col{
  width: 100%;
}
.paralegal-job-details-row .right-col{
  width: 100%;
}
.current-openings-content-wrapper .job-container {
    padding: 15px 30px;
    margin-top: 15px;
    background-color: #FFF;
}
.current-openings-content-wrapper .job-container:first-of-type {
    margin-top: 15px;
}
.current-openings-content-wrapper .location-name {
    font-size: 16px;
    line-height: 16px;
    font-family: 'Raleway-Bold';
}
.current-openings-content-wrapper .job-title {
    font-size: 32px;
    font-family: 'Raleway-Bold';
    line-height: 1.5;
}
.current-openings-content-wrapper .read-more {
    font-size: 20px;
}
.current-openings-content-wrapper .read-more, .current-openings-content-wrapper .see-less {
    display: inline-block;
    font-family: 'Raleway-Bold';
    color: #0471DF;
    cursor: pointer;
}
.current-openings-content-wrapper .body-text-wrapper {
    height: auto;
    background-color: #E8E7E7;
}
.jobs-one-job-wrapper, .jobs-one-job-wrapper .one-job-container h3 {
    color: #2f2f2f;
}
.one-job-container h3 {
    font-size: 20px;
    font-family: 'Raleway-Bold';
    color: #2f2f2f;
}
.contact-us-form-container {
    margin-top: 15px;
    background-color: #FFF;
    text-align: center;
}

.current-openings-content-wrapper .one-job-container {
    display: none;
}
.current-openings-content-wrapper .job-container.view-one {
    display: none;
}
.current-openings-content-wrapper .one-job-container.view-one {
    display: block;
    padding: 15px 30px 30px 30px;
    background-color: #FFF;
}
.current-openings-content-wrapper .one-job-container.view-one {
    margin-top: 15px;
}
/*--End Careers page design--*/
/*--Start case details page design--*/
.new-case__wraper .overview {
    margin-top: 30px;
}
.caseInfo {
    font-size: 17px;
}
.pdfBtns {
    display: none;
    margin-bottom: 15px;
    margin-left: auto;
}
.new-case-details {
    display: table;
}
.new-case-details span {
    color: #0066ff;
    display: table-cell;
    font-family: 'Raleway-Bold';
    font-weight: bold;
    width: 150px;
    padding-bottom: 6px;
    text-transform: uppercase;
}
.duedateintro {
    color: #000;
    font-weight: bolder;
    font-family: 'Raleway-Bold';
    text-transform: uppercase;
}
.duedateintro span {
    color: #0471DF;
}
.new-case__wraper .s-intro {
    margin-top: 25px;
}
.case-main-body {
    margin-top: 1em;
}
.case-main-body table[border="0"]{
    border: none;
    padding: 0px;
}
.case-main-body table[border="0"] td,
.case-main-body table[border="0"] th{
    padding: 3px 0;
    border-width: 0;
}
.case-main-body p{
    line-height: 1.5;
}
.case-main-body > div {
    margin-bottom: 1.25em;
}
.joinMessage {
    margin-top: 20px;
}
.caseInfo span {
    color: #0471DF;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Raleway-Bold';
}
.caseInfo .message > span{
    font-family: Arial;
    text-align: right;
    font-size: 12px;
    margin-top: 8px;
    display: flex;
    justify-content: flex-end;
    color: #000;
    line-height: 1.5;
    text-transform: unset;
    font-weight: normal;
}
.caseInfo a {
    color: #000;
}
.caseInfo .form {
    margin-bottom: 12px;
}
.caseInfo .personalInfo {
    padding-top: 16px;
}
.new-case__wraper .casePanel p {
    line-height: 1.5;
    margin-bottom: 12px;
    font-size: 16px;
}
.new-case__wraper .casePanel p > strong{
    font-family: 'Raleway-Bold';
}
.new-case__wraper .caseInfo .title {
    margin-bottom: 1em;
}
.caseInfo .title {
    font-family: 'Raleway-Bold';
    font-weight: 700;
    font-size: 15px;
    color: #0471DF;
}
.requiredMessage p{
    font-family: Arial;
    text-align: left;
    font-size: 12px;
    margin-top: 8px;
    margin-bottom: 0;
}
.message {
    padding-bottom: 8px;
    font-size: 16px;
}
.black .contactForm__header {
    color: #97B913;
    font-size: 30px;
    letter-spacing: 1px;
    font-weight: 300;
    margin-bottom: 30px;
        line-height: 1.5;
}
.black .message{
    color: #ffffff;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}
.textbox,
.form input[type="text"],
.form input[type="text"],
.form input[type="email"],
.form input[type="tel"],
.form select,
.form textarea {
    font-family: Arial, Helvetica, sans-serif;
    padding: 8px;
    width: 100%;
    margin-bottom: 8px;
    display: block;
    box-sizing: border-box;
    border: 1px solid #CBCBCB;
    letter-spacing: 3px;
    color: #000;
    font-size: 15px;
    min-height: 38px;
    letter-spacing: 1px;
    line-height: 1.15;
    box-shadow: none;
}
.form textarea{
    max-height: 70px;
    resize: vertical;
    padding: 5px;
    box-sizing: border-box;
    font-size: 13.33333px;
    color: #000000;
}
.form input[type="text"]:visited,
.form input[type="email"]:visited,
.form input[type="tel"]:visited,
.form select:visited,
.form textarea:visited,
.form input[type="text"]:focus,
.form input[type="email"]:focus,
.form input[type="tel"]:focus,
.form select:focus,
.form textarea:focus,
.wpcf7 .form input.wpcf7-form-control:not([type="submit"]):focus, 
.wpcf7 .form select.wpcf7-form-control:focus, .wpcf7 .form textarea.wpcf7-form-control:focus {
    outline: 2px solid #000;
    border: none;
    border-radius: 2px;
}
.caseInfo .groupSep {
    margin-top: 24px;
    padding-top: 12px;
    border-top: 1px solid #464646;
}
.securityForm {
    margin-bottom: 15px;
}
.securityFormHeader,
.repeater-field-header-title-text {
    font-family: 'Raleway-Bold';
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 6px;
    color: #000000;
}
.securityForm .securityAddBtn, .newFormSubmit, .repeater-field-footer .repeater-field-button-add, .form input[type="submit"], .contactForm  input[type="submit"]{
    display: inline-block;
    padding: 8px 16px;
    background: #0471DF;
    color: #FFFFFF !important;
    border-radius: 5px;
    line-height: 1.5;
}
.form input[type="submit"]{
    margin: 0 auto;
    display: flex;
}
.contactForm input[type="submit"]{
    max-width: 300px;
    width: 100%;
    background: #0471DF;
    text-transform: none;
    color: #FFF;
    border-radius: 0;
    line-height: 1.15;
    margin: 0;
}
.contactForm input[type="submit"]:hover,
.contactForm input[type="submit"]:focus{
    background: #7B9612;
    color: #FFF;
}
.contactForm .recaptcha{
    margin-bottom: 25px;
}
.securityFormRow select {
    padding: 8px;
    display: block;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #CBCBCB;
}
.securityFormFields {
    /* display: none; */
}
.securityFormRow input {
    padding: 8px;
    display: block;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #CBCBCB;
}
.securityFormTemplate {
    display: none;
}
.caseInfo .radioGroup {
    margin-bottom: 12px;
}
.caseInfo .radioGroup .question {
    font-family: 'Raleway-Bold';
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 6px;
    color: #000000;
}
[type=checkbox], [type=radio] {
    margin-right: 5px;
}
.caseInfo .radioGroup .radioButton label {
    font-family: 'Raleway-Bold';
    font-weight: 700;
    font-size: 15px;
    color: #0471DF;
}
.disc-readmore {
    font-family: 'Raleway-Bold';
    font-weight: 700;
    font-size: 15px;
    color: #0471DF;
    border: none;
    background: none;
    display: inline;
    cursor: pointer;
    padding: 0;
}
.disc-readmore__more {
    display: none;
}
.securityDisclaimer {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.securityDisclaimerSection {
    display: flex;
    align-items: center;
    margin: 15px 0 25px;
    padding: 10px;
    background: #F6F3EC;
    font-family: 'Raleway-Bold';
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    font-size: 15px;
}
.caseInfo .securityDisclaimerSection label{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
    gap: 10px;
}

.caseInfo .securityDisclaimerSection .wpcf7-list-item label span{
    text-transform: capitalize;
}
.securityDisclaimerSection label {
    color: #0471DF;
    line-height: 22px;
    padding: 0 5px 0 10px;
}

.contact-us-page .wpcf7-response-output{
    color: #fff;
}
.securityDisclaimer p{
    margin-bottom: 0;
}
.submit-your-info-button {
    width: 100%;
    text-align: center;
}
.form .row {
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.form .repeater-field-content > div{
    margin-right: -8px;
    margin-left: -8px;
}
.caseInfo .form .row [class^=col],
.form .row .col-lg-12,
.form .row .col-lg-6,
.form .row .col-lg-4,
.form .row .col-lg-3
.form .row .col-md-12,
.form .row .col-md-6,
.form .row .col-md-4,
.form .row .col-md-3 {
    margin-bottom: 6px;
}
.caseInfo [class ^=col-],
.form .row .col-lg-12,
.form .row .col-lg-6,
.form .row .col-lg-4,
.form .row .col-lg-3,
.form .row .col-md-12,
.form .row .col-md-6,
.form .row .col-md-4,
.form .row .col-md-3,
.form .row .col-sm-12,
.form .row .col-sm-6,
.form .row .col-sm-4,
.form .row .col-sm-3 {
    padding-left: 8px;
    padding-right: 8px;
}
.form .row p,
.form.repeater-field-header-title p{
    margin: 0;
}
.form .row p br,
.form .repeater-field-footer br{
    display: none;
}
.form .cf7-repeater-container .cf7-repeater{
    padding: 0;
}
.form .wpcf7-form-control.wpcf7-radio {
  display: flex;
  flex-direction: column;
}
.wpcf7 .securityDisclaimer .wpcf7-form-control-wrap{
    width: auto;
}
.wpcf7-form ::placeholder {
    color: #000;
    opacity: 1; /* important for Firefox */
}
.new-case__container{
    padding-right: 15px;
    padding-left: 15px;
}
.new-case__container .tabs{
    justify-content: flex-start;
}
.new-case__container .pdfBtns .btn{
    margin-bottom: 10px;
}
.hero--cases-detail.hero--cases h1.case-landing{
    color: #97B813;
    font-size: 26px;
    line-height: 1.2;
    text-align: center;
    font-weight: 700;
    z-index: 999;
    width: 100%;
    margin: 0;
    background: rgba(0, 0, 0, .3);
    padding: 5px 20px;
    letter-spacing: normal;
}
a.caseList__title {
    color: #000;
    display: block;
}
a.caseList__title:hover {
    opacity: 0.7;
}
.single-case .tabs {
    justify-content: flex-start;
}
/*--End case details page design--*/
/*--Start Newsletter page design--*/
.post-type-archive-newsletter .hero,
.tax-newsletter_category .hero{
    display: none;
}
.newsletter-categories-page header.entry-header .entry-title,
.tax-newsletter_category header.entry-header .entry-title {
  font-weight: 400;
  font-size: 2.5rem;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: 11.2px;
}
.newsletter-list{
    margin: 0;
}
.newsletter-list li{
    list-style-type: none;
    margin-bottom: 13px;
}
.newsletter-list a{
    display: block;
    background: none;
    border: 0;
    font-size: 16px;
    margin: 0;
    cursor: pointer;
    padding: 0;
    text-align: left;
    color: #000;
    line-height: 1.15;
}
.newsletter-list a.newsletter-back{
    font-size: 20px;
    color: #0471DF;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.newsletter-list a.active {
    color: #97B813;
}
.newsletter-single h2,
.newsletter-card h2{
    font-size: 26px;
    font-weight: 300;
    letter-spacing: 4.8px;
    color: #000;
    text-transform: uppercase;
    line-height: 1.1;
    font-family: 'Raleway-Light';
}
.newsletter-meta,
.newsletter-meta a{
    text-decoration: none;
    color: #0471DF;
    font-size: 16px;
    line-height: 1.5;
}
.newsletter-card{
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #CBCBCB;
}
.newsletter-back{
    display: block;
    background: none;
    border: 0;
    padding: 0;
    margin-bottom: 8px;
    cursor: pointer;
    font-size: 20px;
    color: #0471DF;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.newsletter-read-more{
    display: block;
    background: none;
    border: 0;
    font-size: 16px;
    margin: 8px 0;
    cursor: pointer;
    padding: 0;
    text-align: left;
    color: #000;
}
.mediaTitle {
    line-height: 1.5;
}
ul.classActionsList{
    padding: 0;
    margin: 0;
}
/*--End Newsletter page design--*/
/*--End case details page design--*/

/* cases form css for invalid field */
/* Hide CF7 validation text */
/* .wpcf7-validates-as-required.wpcf7-not-valid
    ~ .wpcf7-not-valid-tip {
    display: none !important;
}

.wpcf7-response-output {
    display: none !important;
}

.wpcf7-validates-as-required.wpcf7-not-valid {
    border: 2px solid #d93025 !important;
    outline: none;
}

.wpcf7-not-valid:focus {
    box-shadow: 0 0 0 2px rgba(217, 48, 37, 0.25);
}

.wpcf7-not-valid + span,
.wpcf7-not-valid-checkbox,
.wpcf7-not-valid-radio {
    outline: 2px solid #d93025;
    padding: 6px;
    border-radius: 4px;
} */

.site-content .case-main-body h3,
.site-content .campaign-single-page h3,
.site-content .blog-news-single-row h3{
    color: #0471DF;
    font-family: "Raleway-Medium";
    line-height: 24px;
    text-transform: inherit;
}
.page-template-default article ul {
    display: block;
    list-style-type: disc;
    margin-top: 10px;
    padding-left: 40px;
}
.assoc__section {
    margin: 0 0 20px;
}
.campaign-single-content-left ul{    
    margin-top: 0;
    margin-bottom: 10px;
}
.blog-news-single-row h2{
    margin-bottom: 15px;
}
/*--Start Contact Us page design--*/
.contact-us-page header h1{
    text-align: center;
}
.contactForm.black {
    max-width: 775px;
    background: #000;
    padding: 50px 20px;
    margin: 40px auto 30px auto;
}
.black .form .requiredMessage p{
    color: #ffffff;
}
.black .securityDisclaimer{
    flex-direction: column;
    gap: 25px;
    margin-bottom: 30px;
}
.black .securityDisclaimerSection{
    background-color: transparent;
    justify-content: space-between;
    margin: 0;
    padding: 0;
}
.black .securityDisclaimer p{
    color: #ffffff;
    font-size: 16px;
    width: 100%;
}
.black .securityDisclaimerSection label{
    color: #ffffff;
    font-size: 16px;
    padding-left: 0;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    gap: 6px;
}
.black .wpcf7-checkbox{
    width: 100%;
    display: block;
}
.black .wpcf7-checkbox .wpcf7-list-item{
    margin: 0;
    width: 100%;
    display: block;
}
.black .wpcf7 .wpcf7-form-control-wrap{
    width: auto;
}
.black .securityDisclaimerSection > div{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.black .wpcf7 .securityDisclaimerSection:last-child .wpcf7-form-control-wrap{
    width: 100%;
}
.black .wpcf7 .securityDisclaimerSection:first-child .wpcf7-form-control-wrap {
  width: auto;
}
.black .securityDisclaimerSection > div > p{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding-bottom: 15px;
}
.securityDisclaimerSection .wpcf7-form-control-wrap {
  position: unset;
}
.securityDisclaimerSection .wpcf7-not-valid-tip{
    position: absolute;
    left: 0;
    top: 20px;
    font-family: 'Raleway-Light';
}
.black .securityDisclaimerSection label input{
    margin-right: 0px;
}
.i-agree-text-span{}
.repeater-field-header-acctions{
    display: none;
}
.caseInfo .repeater-field-header-title p{
    margin-bottom: 10px;
}
.caseInfo .repeater-field-header-title span{
    color: #000;
}
.caseInfo .repeater-field-item br{
    display: none;
}
.blue-text,
.caseInfo a.blue-text{
    color: #0471DF;
}
.green-text,
.caseInfo a.green-text{
    color: #97B813;
}
.securityDisclaimer .optional .wpcf7-list-item {
    margin: 0;
}
.securityDisclaimer .optional .wpcf7-list-item label,
.securityDisclaimerSection .wpcf7-checkbox label{
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 10px;
}
.caseInfo .optional span.wpcf7-list-item-label,
.securityDisclaimerSection .wpcf7-checkbox span.wpcf7-list-item-label{
    text-transform: capitalize;
}
.wpcf7 .securityDisclaimer .optional  input[type=checkbox], 
.wpcf7 .securityDisclaimer .optional input[type=radio],
.securityDisclaimerSection .wpcf7-checkbox  input[type=checkbox], 
.securityDisclaimerSection .wpcf7-checkbox input[type=radio],
.wpcf7 .securityDisclaimerSection  input[type=checkbox], 
.wpcf7 .securityDisclaimerSection input[type=radio]{
    width: 0.8em;
    min-width: 0.8em;
}
.radioGroup span.wpcf7-not-valid-tip {
    margin-left: 15px;
}
.cf7-success .new-case__wraper .sent .caseInfo {
    width: 100%;
}
.cf7-success .caseInfo--thankyou{
    margin-bottom: 0;
}
.cf7-success .form-thankyou,
.black .form-thankyou {
    text-align: center;
    color: #fff;
    margin-bottom: 0;
}
.cf7-success .casePanel.caseInfo,
.cf7-success .contactForm.black {
    background: #000;
    border: 5px solid #0471df;
    height: auto;
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 50px 20px;
}
.cf7-success .casePanel > p{
    display: none;
}
/*--End Contact Us page design--*/

/* Start Cookie Disclaimer page design */
.CookieDeclarationType {
    display: block;
    margin: 12px 0 12px 0;
    padding: 8px 8px 0 8px;
    vertical-align: top;
}
.CookieDeclarationTypeHeader {
    font-weight: bold;
    letter-spacing: 2px;
}
.CookieDeclarationTable {
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0 0 18px 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
.CookieDeclarationTableHeader {
    font-weight: bold;
    text-align: left;
    padding: 4px;
    overflow: hidden;
    border: none;
    font-family: 'Raleway-Bold';
}
.CookieDeclarationTableCell {
    text-overflow: ellipsis;
    word-wrap: break-word;
    border: none;
    border-bottom: 1px solid #777777;
    vertical-align: top;
    padding: 4px 4px 5px 4px;
}
/* End Cookie Disclaimer page design */
/* Start Upcoming Event Page Design */
.page-template-default article .upcoming-event-page-parent ul{
    list-style: none;
    margin-left: 0px;
    padding-left: 0px;
}
.site-content .upcoming-event-page-parent h3{
    color: #0471DF;
    font-family: 'Raleway-Bold';
    margin-bottom: 0;
}
.align-center{
    text-align: center;
    align-items: center;
    justify-content: center;
}
.trail-experience-button-tabs.tabs .btn{
    line-height: 1.5;
    text-transform: capitalize;
} 
/* End Upcoming Event Page Design */
.campaign-single-content-row .contactForm.black{
    padding: 20px;
}

