.blog-content h3/**

 ** Global use

 **/

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000000;
    font-family: 'Open Sans', sans-serif;
}

h1 {
    font-size: 40px;
    line-height: 55px;
    font-weight: 700;
}

h2 {
    font-size: 28px;
    line-height: 38px;
    font-weight: 700;
}

h3 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
}

h2.block-title {
    margin-top: 0px;
}

.page-header {
    margin: 0px;
    border-bottom: 0px;
}

.container {
    width: 1200px !important;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: #1C68EA;
    text-decoration: none;
    outline: none;
}

a:hover {
    text-decoration: none;
    color: #F2691F;
}

ul li {
    list-style: none;
}
.blue-text {
    color: #0475CD;
}
.page-node-374 .description ul {
    list-style-type: none;
}

.congratulation-page #todos_wrapper a {
    text-decoration: underline;
    height: 42px;
}

.resource-library-detail-page .field--name-body ul li {
    list-style: disc;
}

.nav>li>a:hover,
.nav>li>a:focus {
    text-decoration: none;
    background-color: transparent;
}

.btn-primary {
    background-color: #4A4A4A;
    border-color: #4A4A4A;
    font-weight: 700;
    border-radius: 50px;
    padding: 0px;
    font-size: 22px;
    line-height: 30px;
    color: #ffffff;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:active:hover {
    background-color: #ffffff;
    border-color: #4A4A4A;
    color: #4A4A4A;
    box-shadow: none;
}

.btn-primary a {
    color: #ffffff;
    padding: 15px 22px;
    display: block;
}

.btn-primary:hover a {
    color: #4A4A4A;
}

.form-control:focus {
    box-shadow: none;
}

.simplelogin-logo {
    text-align: center;
    margin-bottom: 25px;
}

.simplelogin h1,
.simplelogin-link,
.simplelogin-form .forgot-password {
    display: none;
}

div#whole-footer-top-area h2 {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 28px;
    color: #ffffff;
}

div#whole-footer-top-area h2.block-title {
    margin-top: 0px;
}

.footer-top-area.container p {
    font-size: 16px;
    line-height: 35px;
}

.footer-top-column-first a {
    color: #ffffff;
}

/*--- header top css ---*/
header .row{
    align-items: center;
}
.header-top .row,
.header-top .region-header-top-right,
.header-bottom .region-header-bottom,
.header-bottom .region-header-bottom-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header-top-left {
    padding: 0px;
}

.header-top-left .navbar-btn {
    margin-top: 0px;
    margin-bottom: 0px;
}

.menu.menu--header-top-menu.nav li {
    display: inline-block;
}

.menu.menu--header-top-menu.nav li a,
.menu--header-top-menu ul.navbar-nav li a {
    display: inline-block;
    padding: 0px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    margin: 0 10px;
    color: #000000;
    transition: all 0.5s ease;
    text-decoration: underline;
}

.menu.menu--header-top-menu.nav li a:hover,
.menu--header-top-menu ul.navbar-nav li a:hover {
    color: #F2691F;
}

.header-top-right .header-right-search {
    background: url(../images/search.png) no-repeat center;
    border: 0;
    width: 34px;
    height: 30px;
    font-size: 0px;
    cursor: pointer;
    background-size: 33px;
}

.header-top-right .search-block-form,
.path-search-content h1.page-header,
.page-node-type-helpful-links h1.page-header{
    display: none;
}

.search-block-form .form-control,
.header-top-right .views-exposed-form .form-control {
    height: 40px;
    border-radius: 25px !important;
    /* border-color: #D8D8D8; */
    background-size: 25px;
    min-width: 290px;
    max-width: 290px;
    border: 2px solid #D8D8D8;
}

.path-search-content .views-exposed-form .form-control,
.glossary-search .views-exposed-form .form--inline input {
    border-radius: 29px;
}

.search-block-form .form-group,
.header-top-right .views-exposed-form .form-group {
    margin-bottom: 0px;
}

/* .header-top-right .block-search-form-block,
.header-top-right .views-exposed-form {
    position: absolute;
    max-width: 630px;
    width: 100%;
    right: 75px;
    background: #ffffff;
} */

/* .block-search-form-block .form-submit,
.header-top-right .views-exposed-form .form-submit, */
.path-search-content .views-exposed-form .form-submit {
    min-width: 160px;
    height: 46px !important;
    margin-left: 15px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 25px;
    border-color: #707070;
    background-color: #4A4A4A;
    padding: 7px 22px !important;
    outline: none;
}

.header-top .views-exposed-form {
    position: relative;
    padding-left: 15px;
}

.header-top .views-exposed-form .form-control {
    padding: 0 50px 0 10px;
}

.header-top .views-exposed-form .form-submit {
    /* font-size: 0; */
    position: absolute;
    top: 9px;
    right: 20px;
    font-size: 0;
    min-width: 25px;
    height: 25px !important;
    background-color: unset;
    border-color: unset;
    background: url(../images/search-black.png) no-repeat right;
    outline: none;
    margin: 0px;
}

.header-top .views-exposed-form .form-submit:active,
.header-top .views-exposed-form .form-submit:focus {
    outline: unset;
}

.block-search-form-block .form-submit:hover,
.header-top-right .views-exposed-form .form-submit:hover,
.path-search-content .views-exposed-form .form-submit:hover {
    color: #ffffff !important;
}

/* .path-search-content .view-search-content {
    margin-top: 50px;
} */

/* .view-search-content .views-row {
    margin-bottom: 25px;
    padding: 15px;
}

.view-search-content .views-row:nth-child(even) {
    background: #fff;
}

.view-search-content .views-field.views-field-title a {
    font-weight: 600;
    color: #F2691F;
    text-decoration: underline;
    margin: 10px 0px;
    display: block;
}

.view-search-content .view-empty img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 125px;
    margin-bottom: 50px;
} */
.path-search-content #sidebar-first-area form .form-radios .form-item {
    display: inherit;
    border-bottom: 1px solid #DEDEDE;
    padding-left: 15px;
    font-size: 22px;
    line-height: 24px;
}

.path-search-content #sidebar-first-area form .form-radios .form-item:last-child {
    border-bottom: unset;
}

.path-search-content #sidebar-first-area form fieldset {
    width: 100%;
}

.path-search-content #sidebar-first-area form .form-radios {
    padding-left: .5em;
    margin-top: 60px;
}

.path-search-content #sidebar-first-area form .form-radios .form-item  {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    padding: 15px;
}

.path-search-content #sidebar-first-area form .form-radios .form-item input {
    width: 30px;
    height: 30px;
    border: 1px solid #707070;
}

.path-search-content #sidebar-first-area form fieldset .form-radios .form-item.active {
    border-left: 13px solid #004EB9;
}

.path-search-content #sidebar-first-area form fieldset .form-radios .form-item.active label {
    font-weight: bold;
}

.path-search-content #sidebar-first-area form fieldset .form-radios .form-item:hover {
    background: #fff;
}

/* .path-search-content #sidebar-first-area form .form--inline.form-inline .form-item:first-child, */
.path-search-content #midcontent-area form fieldset {
    display: none;
}

.path-search-content .innerpage-bg-section::before,
.path-search-content #midcontent-area form button#edit-reset--2,
.path-search-content .views-element-container.form-group .radio-select,
#midcontent-area .all-list-menu {
    display: none;
}

.path-search-content #maindiv {
    position: relative;
}

.path-search-content .view-search-content {
    margin-top: 0px;
}

.path-search-content .view-search-content .view-header {
    text-align: center;
}

.path-search-content .view-search-content .view-header h2 {
    font-size: 34px;
    line-height: 36px;
    font-weight: bold;
}

.path-search-content .view-search-content .view-header p {
    font-size: 20px;
    line-height: 24px;
}

.path-search-content #midcontent-area .block-views-exposed-filter-blocksearch-content-page-1 {
    position: absolute;
    top: 130px;
    width: 100%;
    left: 0;
    right: 0;
    padding-bottom: 35px;
    border-bottom: 2px solid #D8D8D8;
    z-index: 1;
}

.path-search-content #sidebar-first-area form .form--inline.form-inline .form-actions.form-wrapper {
    display: inline-flex;
    width: 100%;
}

.path-search-content #sidebar-first-area form .form--inline.form-inline .form-actions.form-wrapper button {
    min-width: 40%;
}

.path-search-content .view-search-content .view-header {
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1;
}

.path-search-content #sidebar-first-area,
.path-search-content .view-search-content .view-content {
    margin-top: 265px;
}

.path-search-content #midcontent-area form .form--inline {
    display: flex;
    justify-content: center;
}

.path-search-content #midcontent-area form .form--inline .form-item {
    width: 100%;
}

.path-search-content #midcontent-area form .form--inline input,
.glossary-search .views-exposed-form .form--inline input {
    border: 3px solid #4A4A4A;
    min-width: 100%;
    height: 59px;
    padding-right: 65px;
    padding-left: 25px !important;
    font-size: 21px;
    line-height: 23px;
    color: #000;
}

.path-search-content #midcontent-area form .form--inline input::placeholder {
    font-size: 21px;
    line-height: 23px;
}

.path-search-content #midcontent-area form .form--inline .form-actions .form-submit,
.glossary-search .views-exposed-form .form--inline .form-actions .form-submit {
    background: url(../images/search24px.png) no-repeat right;
    background-size: 28px 28px;
    position: absolute;
    top: 32px;
    border: none;
    font-size: 0;
    min-width: 30px !important;
    height: 30px !important;
    right: 30px;
    z-index: 2;
    margin: 0px;
}

#sidebar-first-area .form--inline div.form-item.js-form-item.form-type-textfield {
    display: none;
}
.view-faqs details {
    border: 0px;
    margin: 0px;
}
.path-search-content #midcontent-area form .form--inline,
.glossary-search .views-exposed-form .form--inline {
    position: relative;
}

.user-logged-in.path-search-content .view-header {
    top: 70px;
}

/* .user-logged-in.path-search-content #midcontent-area .contextual-region{
    position: unset !important;
} */
/* .user-logged-in.path-search-content #midcontent-area .block-views-exposed-filter-blocksearch-content-page-1 {
    margin-top: -125px;
} */
.user-logged-in.path-search-content #midcontent-area .block-views-exposed-filter-blocksearch-content-page-1 {
    margin-top: 55px;
}

.user-logged-in.path-search-content .view-search-content .view-content {
    margin-top: 300px;
}

.path-search-content #sidebar-first-area form .fieldset-legend {
    font-size: 25px;
    line-height: 33px;
}

.path-search-content #sidebar-first-area form .form--inline div+fieldset {
    margin-top: 0px;
    margin-bottom: 75px;
}

.legal-help-guide.desktop-show {
    display: block;
}

.how-it-works.mobile-show,
.path-search-content footer .need-more-help {
    display: none;
}

.path-search-content .pager-nav {
    text-align: end;
}


/*--- header bottom ---*/

.mobile-header-top,
.assessment-builder footer {
    display: none;
}

#block-lsalthomepage h2 {
    margin: 0px;
}

.block-superfish {
    width: auto;
}

ul.sf-menu .sf-sub-indicator {
    display: none;
}

.menuparent.sfHover ul {
    background: #ffffff;
}

.header-top-right .block {
    display: inline-block;
    vertical-align: middle;
}

ul.sf-menu.sf-horizontal.sf-shadow ul,
ul.sf-menu.sf-vertical.sf-shadow ul,
ul.sf-menu.sf-navbar.sf-shadow ul ul {
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}

.block-superfish ul.menu>li.sf-depth-1>a {
    font-size: 20px;
    line-height: 55px;
    text-decoration: none;
    font-weight: 700;
    padding: 0;
    color: #000000;
    transition: all 0.5s ease;
}

.block-superfish li.sf-depth-1 {
    padding-left: 35px !important;
}

.block-superfish li:nth-child(1).sf-depth-1 {
    background: url(../images/society-menu.png) no-repeat left;
    background-size: 25px;
}

.block-superfish li:nth-child(2).sf-depth-1 {
    background: url(../images/rec-keeping-menu.png) no-repeat left;
    background-size: 25px;
}

.block-superfish li:nth-child(3).sf-depth-1 {
    background: url(../images/employment-menu.png) no-repeat left;
    background-size: 25px;
}

.block-superfish li:nth-child(4).sf-depth-1 {
    background: url(../images/privacy-menu.png) no-repeat left;
    background-size: 25px;
}

.block-superfish li:nth-child(5).sf-depth-1 {
    background: url(../images/canada-logo.jpg) no-repeat left;
    background-size: 30px;
}

.block-superfish ul.menu>li.sf-depth-1>ul li a {
    color: #4A4A4A;
    transition: all 0.5s ease;
}

.block-superfish ul.menu>li.sf-depth-1>a:hover,
.block-superfish ul.menu>li.sf-depth-1>ul li a:hover {
    color: #F2691F;
}

.block-superfish ul.menu>li.active-trail.sf-depth-1 a::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -5px;
    background: #004EB9;
}

.block-superfish ul.menu>li:last-child.sf-depth-1>a {
    padding-right: 0px;
}

.block-superfish ul.menu>li.sf-depth-1 {
    margin-right: 15px;
    margin-left: 15px;
    position: relative;
    padding: 0;
}

.block-superfish ul.menu>li:last-child.sf-depth-1 {
    border-right: 0px;
    padding-right: 0px;
}

.block-superfish ul.menu>li.sf-depth-1::after {
    content: "";
    width: 1px;
    height: 19px;
    background: #9D9D9D;
    position: absolute;
    top: 20px;
    right: -15px;
}

.block-superfish ul.menu>li.sf-depth-1:last-child {
    margin-right: 0;
}

.block-superfish ul.menu>li.sf-depth-1:first-child {
    margin-left: 0;
}

.block-superfish ul.menu>li.sf-depth-1:last-child::after {
    content: unset;
}

/*Welcome to the LSALT*/

.path-frontpage h1.page-header {
    text-align: center;
}

/* .quadrants-card::before {
    content: "";
    width: 100%;
    height: 153px;
    position: absolute;
    top: -60px;
    left: 0;
    right: 0px;
    background: url(../images/top-wavelength.png) no-repeat center top;
    display: block;
    z-index: 1;
} */
.lsalt-header>p {
    font-size: 21px;
    line-height: 34px;
    margin-top: 10px;
    margin-bottom: 57px;
}

.non-profit--for-artist--main .lsalt-right p {
    font-size: 14px;
    font-weight: 600;
    margin-top: 10px;
}

.non-profit--for-artist--main {
    border: 1px solid #E0DFE6;
    background-color: #fff;
    padding: 10px 20px 30px;
    display: flex;
    align-items: end;
}

.for-non-profit.for-artist .lsalt-left::after {
    content: "";
    position: absolute;
    bottom: -195px;
    left: -70px;
    width: 90px;
    height: 130%;
    background: url(../images/left-orange-arrow.svg) no-repeat;
}

.for-non-profit.for-artist .heading {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.for-non-profit.for-artist .Start-a-Self-Assessment {
    margin-right: 20px;
}

.for-non-profit.for-artist .Ask-a-Law-Student {
    background-color: #ffffff;
    border-color: #4A4A4A;
}

.for-non-profit.for-artist .Ask-a-Law-Student a {
    color: #4A4A4A;
}


/*quadrants-card How-it-works*/
.quadrants-and-card-contents .row{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 85px;
}
.quadrants-card h2 {
    margin-bottom: 35px;
}
.quadrants-and-card-contents .card-data {
    border: 1px solid #cecece;
    border-radius: 24px;
    padding: 25px;
    position: relative;
}
.card-data:nth-child(2)::before {
    content: "";
    position: absolute;
    left: -85px;
    top: 50%;
    transform: translateY(-50%);
    width: 85px;
    border-top: 2px dotted #cecece;
}
.card-data:nth-child(2)::after {
    content: "";
    position: absolute;
    right: -85px;
    top: 50%;
    transform: translateY(-50%);
    width: 85px;
    border-top: 2px dotted #cecece;
}
.quadrants-and-card-contents .quadrants-card-image {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 135px;
    margin-bottom: 15px;
}
.quadrants-card-text {
    font-size: 20px;
    line-height: 25px;
    margin: auto;
}

.quadrants-and-card-contents .card-2 .quadrants-card-text {
    max-width: 275px;
}


/*topic & topic-landing view*/

.view-topic .view-header h2 {
    margin-bottom: 40px;
}

.view-topic-mobile {
    display: none;
}

.view-topic .views-col {
    position: relative;
    border-radius: 5px;
    box-shadow: 0px 4px 9px rgb(0 0 0 / 16%);
    width: 18.5% !important;
    margin-right: 18px;
    margin-left: 2px;
    margin-bottom: 20px;
    padding: 30px 10px;
    text-align: center;
    min-height: 350px;
    background: #ffffff;
}

.view-topic .panel-deactivate {
    position: relative;
    background: rgba(245, 245, 245);
    opacity: 0.6;
    pointer-events: none;
}

.view-topic .deactivate {
    font-size: 0px;
}

.view-topic .panel-deactivate::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 27px;
    height: 100%;
    background-image: url(../images/coming-soon.png);
    background-repeat: no-repeat;
    background-position: center bottom;
}

.view-topic .views-col:last-child {
    margin-right: 0px !important;
}

.view-topic .views-field.views-field-field-upload-image {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100px;
    margin-bottom: 25px;
}

.view-topic .views-field.views-field-field-upload-image img {
    max-width: 70%;
    margin: auto;
}

.view-topic .views-field.views-field-name {
    font-size: 21px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 20px;
}

.view-topic .views-field.views-field-description__value {
    font-size: 16px;
    word-break: break-word;
}

.dropdown-topic {
    display: none;
}

.view-topic-landing .views-field.views-field-body,
.view-topic-landing-bottom-contents .views-field.views-field-body {
    display: none;
}

.view-topic-landing .view-content,
.view-topic-landing-bottom-contents .view-content {
    text-align: center;
}

.view-topic-landing .view-header {
    margin-bottom: 30px;
}

.view-topic-landing .view-header p {
    max-width: 725px;
    margin: auto;
    margin-top: 15px;
    margin-bottom: 40px;
}

.view-topic-landing .views-row,
.view-topic-landing-bottom-contents .views-row {
    position: relative;
    max-width: 233px;
    width: 100%;
    min-height: 233px;
    height: 100%;
    display: inline-block;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
    border: 2px solid transparent;
    border-radius: 5px;
    padding: 21px 21px 11px 21px;
    margin: 0 0 25px 0;
    overflow: hidden;
}

.view-topic-landing-bottom-contents .views-row {
    margin-bottom: 0px;
    background-color: #fff;
}

.view-topic .views-row:hover,
.view-topic-landing .views-row:hover,
.view-topic-landing-bottom-contents .views-row:hover {
    cursor: pointer;
    border-color: #F88220;
}

.view-topic-landing .views-row:hover .views-field.views-field-field-image img,
.view-topic-landing-bottom-contents .views-row:hover .views-field.views-field-field-image img {
    display: none;
}

.view-topic-landing .views-row:hover .views-field.views-field-body,
.view-topic-landing-bottom-contents .views-row:hover .views-field.views-field-body {
    display: block;
    color: #4A4A4A;
    font-size: 16px;
    line-height: 21px;
    text-align: left;
    margin-top: 15px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    white-space: normal;
}

.view-topic-landing .views-field.views-field-title,
.view-topic-landing-bottom-contents .views-field.views-field-title a {
    font-size: 22px;
    line-height: 30px;
    color: #4A4A4A;
}

.view-topic-landing-bottom-contents .views-row:hover .views-field.views-field-title a {
    color: #4A4A4A;
}

.view-topic-landing .views-field.views-field-field-image img,
.view-topic-landing-bottom-contents .views-field.views-field-field-image img {
    margin-left: 0px;
    margin-right: 0px;
    margin: auto;
    margin-top: 24px;
}

.view-topic-landing .views-row:nth-child(2),
.view-topic-landing-bottom-contents .views-row:nth-child(2) {
    margin-left: 28px;
    margin-right: 28px;
}

.view-topic .views-field.views-field-field-url a,
.view-topic-landing .views-field.views-field-field-url a,
.view-topic-landing-bottom-contents .views-field.views-field-field-url a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
}

.view-topic-landing .view-footer {
    max-width: 660px;
    margin: auto;
    margin-top: 15px;
}


/*resources-and-questions*/

section.resources-and-questions.container-fluid h2 {
    margin-top: 0;
    margin-bottom: 20px;
}

section.resources-and-questions.container-fluid .field--name-body p {
    font-size: 18px;
    line-height: 25px;
    padding: 0px 35px;
    margin-bottom: 50px;
}

.resources-and-questions .resources-left {
    padding-left: 0px;
    padding-right: 45px;
}

.resources-and-questions .resources-left::after {
    content: "";
    width: 1px;
    height: 250px;
    background: #E0DFE6;
    display: block;
    position: absolute;
    top: 25%;
    right: 0;
}

.resources-and-questions .view-resources {
    margin-top: 50px;
}

.view-resources .views-col {
    width: 31%;
    padding: 20px;
    margin: 0 18px 25px 0;
    text-align: center;
    background: #ffffff;
    box-shadow: 0px 4px 9px rgb(0 0 0 / 16%);
    border-radius: 5px;
    min-height: 165px;
}

.view-resources .views-col a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
}

.view-resources .views-col:last-child {
    margin-right: 0px;
}

.view-resources .resources-text {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 15px;
    font-weight: 600;
}

.who-we-are .who-we-are-right h2 {
    margin-top: 0px;
}

.who-we-are .who-we-are-right p {
    font-size: 18px;
    line-height: 25px;
}

.blue-cta-button {
    background: #0048AD;
    color: #fff;
    padding: 15px 30px;
    border-radius: 8px;
    font-weight: 700;
    margin-top: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-width: 325px;
    text-align: center;
}
.blue-cta-button::before {
    content: "";
    width: 30px;
    height: 30px;
    background: url('../images/smart_toy.png') no-repeat center;
    background-size: contain;
    display: inline-block;
}
.blue-cta-button:hover {
    color: #ffffff;
    background: #0B95D4;
}
/*partners-and-supporters*/
/* .partners-and-supporters::before {
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    right: 0px;
    background: url(../images/bottom-wavelength.png) no-repeat center top;
    display: block;
    z-index: 1;
    height: 50px;
    top: 0px;
    background-size: 100%;
    background-color: #F7F7F7;
}

.partners-and-supporters::after {
    content: "";
    width: 272px;
    height: 305px;
    position: absolute;
    left: -70px;
    bottom: -25px;
    background: url(../images/Group-4431.png) no-repeat left bottom;
} */

.partners-and-supporters h2 {
    text-align: center;
    margin-bottom: 55px;
}

.view-our-partners-and-supporters .view-content {
    text-align: center;
}

.view-our-partners-and-supporters .views-row .views-field.views-field-field-image {
    display: flex;
    justify-content: center;
    align-items: center;
}
.region.region-partners-supporters {
    display: flex;
    flex-direction: column-reverse;
}
#block-pleo-regionalpartners {
    margin-bottom: 100px;
    text-align: center;
}
#block-pleo-regionalpartners img{
    margin: 0 25px;
}

/*-----Make a suggestion-----*/

section#block-makeasuggestion {
    max-width: 640px;
    margin: auto;
    text-align: center;
}

section#block-makeasuggestion p,
.topic-landing-bottom-block p {
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
    color: #707070;
    margin-bottom: 10px;
}

section#block-makeasuggestion .button,
.view-topic-landing .button {
    max-width: 240px;
    margin: auto;
}

.view-topic-landing .button {
    max-width: 273px !important;
}

section#block-makeasuggestion .button a,
.view-topic-landing .button a,
.view-resource-library .view-footer .button a {
    color: #fff;
    padding: 11px 20px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    border-radius: 25px;
    display: block;
    text-transform: uppercase;
    background-color: #088FD5;
}

section#block-makeasuggestion .button a:hover,
.view-topic-landing .button a:hover,
.view-resource-library .view-footer .button a:hover {
    background-color: #238E4B;
}

section#block-websiteby img {
    margin-top: 10px;
}

/* ---------------------------Resource-library-Pagination-------------------------------------------------------------- */

.pagination {
    margin: 0 !important;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span,
.pagination>li:last-child>a,
.pagination>li:last-child>span {
    font-weight: 700;
    border-radius: 0px;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    z-index: 3;
    cursor: default;
    border-color: #337ab7;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    color: #4A4A4A;
    background-color: transparent;
    border-bottom: 3px solid #F2691F;
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    line-height: 1.42857143;
    text-decoration: none;
}

.pagination>li>a,
.pagination>li>span {
    color: #4A4A4A;
    background-color: transparent;
    border: none;
    padding: 2px 0px;
    margin: 0 7px;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    background-color: #F5F5F5;
    border-color: #F5F5F5;
}


/*-----footer-top-column-first-----*/

#block-mailingaddress .field--name-body p {
    line-height: 17px;
}

.footer-top-column-first.col-sm-4 h2 {
    margin-bottom: 18px !important;
}

#block-contactus h2 {
    font-size: 13px;
    line-height: 18px;
    font-weight: 800;
    color: #238E4B;
    text-decoration: underline;
}

#block-2020pleo p {
    font-size: 17px;
    line-height: 23px;
    color: #707070;
    font-weight: 700;
    margin-top: 25px;
}

.subscribe-button-style {
    padding: 7px;
    color: #4A4A4A;
    min-width: 222px;
    font-size: 16px;
    line-height: 30px;
    background-color: #ffffff;
    margin: 10px 0 50px 0;
}

.subscribe-button-style:hover {
    color: #F2691F;
}

.social-icons a {
    width: 36px;
    height: 36px;
    padding: 6px;
    margin-right: 30px;
    font-size: 22px;
    text-align: center;
    border-radius: 25px;
    color: #4A4A4A;
    background: #ffffff;
    display: inline-block;
    transition: all 0.5s ease;
}

.social-icons a:hover {
    background: #F2691F;
}

.social-icons a:last-child {
    margin-right: 0px;
}

.social-icons span {
    display: none;
}


/*-----footer-top-column-second-----*/

.webform-submission-subscribe-form .form-control {
    height: 36px;
    font-size: 16px;
    line-height: 22px;
    padding: 0px 25px;
    border-radius: 25px;
    border: 0px;
    max-width: 370px;
}

.webform-submission-subscribe-form .form-control::placeholder {
    color: #313131;
}

.webform-submission-subscribe-form .js-form-type-email.form-group {
    margin-bottom: 0;
}

.webform-submission-subscribe-form .js-form-type-radio {
    margin-left: 15px;
}

.webform-button--submit.button--primary {
    min-width: 215px;
    padding: 0px;
    height: 46px;
    color: #ffffff !important;
    background-color: #4A4A4A !important;
    border: 2px solid #ffffff !important;
    border-radius: 25px;
    text-transform: uppercase;
    margin-right: 0px;
    font-size: 18px;
    line-height: 24px;
}

.webform-submission-subscribe-form legend {
    color: #ffffff;
}


/*-----footer-top-column-third-----*/

.footer-top-column-third.col-sm-2 {
    padding-right: 0px;
}

.footer-top-area nav h2 {
    margin-top: 0px;
}

.footer-top-area ul.nav li a {
    padding: 7px 0 7px 0;
    color: #ffffff;
    display: inline-block;
    transition: all 0.5s ease;
}

.footer-top-area ul.nav li:first-child a {
    padding-top: 0px;
}

.footer-top-area ul.nav li a:hover {
    color: #F2691F !important;
}


/*-----footer top bottom css-----*/

section#block-territorialacknowledgement span {
    font-size: 21px;
    line-height: 30px;
    font-weight: 600;
}

section#block-territorialacknowledgement p {
    line-height: 30px;
}


/*-----footer bottom css-----*/

.footer-bottom-area .row {
    display: flex;
    align-items: center;
}

.footer-bottom-area a {
    color: #4A4A4A;
}


/*-----footer bottom left css-----*/

ul.menu.menu--privacy-terms.nav li {
    display: inline-block;
    margin-right: 25px;
}

ul.menu.menu--privacy-terms.nav li a {
    padding: 0px;
    transition: all 0.5s ease;
}

ul.menu.menu--privacy-terms.nav li a:hover {
    color: #F2691F;
}


/*-----footer bottom right css-----*/

.footer-bottom-right-area {
    text-align: right;
}


/* ul.menu.menu--privacy-terms.nav li.first a:after {
    content: '|';
    padding-left: 5px;
} */


/*-----make-a-suggestion-----*/

.webform-submission-make-a-suggestion-form .form-control,
.contact-message-feedback-form .form-control {
    border-color: #F2691F;
}

.webform-submission-make-a-suggestion-form .form-item-full-name,
.webform-submission-make-a-suggestion-form .js-form-item-email {
    width: 48.5%;
    float: left;
}

.webform-submission-make-a-suggestion-form fieldset {
    width: 100%;
}

.webform-submission-make-a-suggestion-form .js-form-item-email {
    margin-left: 3%;
}

.webform-submission-make-a-suggestion-form .form-item-your-answer label {
    display: none;
}

.webform-submission-make-a-suggestion-form .webform-button--submit.button--primary {
    margin-top: 25px;
    background-color: #F88220;
    border-color: #F2691F;
    color: #ffffff;
}

.make-a-suggestion-form h2 {
    margin-bottom: 25px;
}

.make-a-suggestion-form .markup-text {
    margin-bottom: 40px;
    padding: 20px 100px 50px 100px;
    background: #ffffff;
    border-radius: 10px;
}

.make-a-suggestion-form-fields {
    padding: 50px 100px;
    margin: 2px;
    border-radius: 10px;
    color: #4A4A4A;
    background-color: #ffffff;
}

.make-a-suggestion-form-fields .form-control::placeholder {
    color: #4A4A4A;
}

.make-a-suggestion-form {
    padding-bottom: 100px;
}


/*-----topic menu-----*/

#whole-pleo-breadcrumb-area .breadcrumb-menu ul {
    padding: 0px !important;
    margin: 0px !important;
}


/*-----assessment page -----*/

.path-frontpage h1.page-header,
.path-assessment h1.page-header,
.path-resource-library h1.page-header,
.page-node-type-resource-library h1.resource-library-page-header,
.path-topic h1.page-header,
.path-webform h1.page-header,
.Thank-you-page h1.page-header,
.congratulation-page h1.congrates-page-header {
    font-size: 30px;
    line-height: 41px;
    color: #4A4A4A;
    text-align: center;
}

.path-webform h1.page-header {
    text-align: left;
}

.path-topic h1 {
    margin-top: 0px;
}

/* .view-assessment-landing, */
.resource-library-detail-page,
.path-webform div#maindiv {
    width: 800px;
    margin: auto;
}

.assessment-landing-listing,
.display-content-after-search-listing {
    position: relative;
    padding: 20px;
    margin: 0 2px 20px;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
    overflow: hidden;
}

.assessment-landing-listing .row-data .image-section,
.display-content-after-search-listing .row-data .image-section {
    min-width: 75px;
    max-width: 75px;
}

.assessment-landing-listing .title-part,
.display-content-after-search-listing .type-title-part {
    overflow: hidden;
}

.assessment-landing-listing .content-section .title {
    width: 100%;
    font-size: 25px;
    line-height: 30px;
    font-weight: 700;
    color: #4a4a4a;
}

.display-content-after-search-listing .content-section .title {
    width: 100%;
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    color: #4A4A4A;
}

.assessment-landing-listing .content-section .part,
.display-content-after-search-listing .content-section .part {
    position: absolute;
    top: 0;
    right: 20px;
    float: right;
    width: 58px;
    height: 47px;
    color: #fff;
    font-size: 10px;
    line-height: 1;
    padding: 5px;
    text-align: center;
    background: url(../images/part-bg.png) no-repeat center;
}

.display-content-after-search-listing .content-section .type-title {
    overflow: hidden;
}

.assessment-landing-listing .row-data,
.display-content-after-search-listing .row-data {
    display: flex;
    column-gap: 15px;
}

.content-section .description {
    font-size: 18px;
    line-height: 24px;
    color: #4A4A4A;
    margin-top: 7px;
}
.content-section .description p{
    margin-bottom: 0px;
}
.time-outcome{
    margin-top: 7px;
}

.time-outcome .time-zone {
    display: inline-block;
}

.time-outcome .time.time-zone,
.time-outcome .outcome.time-zone,
.type-title .type b {
    color: #4A4A4A;
}

.content-section .cta-button.time-zone a {
    color: #fff;
    padding: 7px 18px;
    background-color: #004EB9;
    display: inline-block;
    margin-top: 9px;
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
    text-transform: uppercase;
    border: 1px solid #707070;
    box-shadow: 0 3px rgb(0 0 0 / 16%);
}

.time-outcome .cta-button.time-zone a:hover {
    background-color: #1D9CDA;
}

.view-filters .views-exposed-form .form-type-textfield,
.view-filters .views-exposed-form .form-type-textfield .form-text {
    width: 100%;
}


/*-----content bottom css------*/


/*-----resources library-----*/

.path-resource-library #midcontent-area,
.page-node-type-resource-library #midcontent-area {
    float: initial;
}

.path-resource-library .view-resource-library {
    margin: 25px 0 50px 0;
    overflow: hidden;
}

.view-resource-library .view-header,
.view-resource-library .views-exposed-form,
.view-resource-library .view-content,
.view-resource-library .view-empty {
    max-width: 800px;
    margin: auto;
}

.view-resource-library .view-content,
.view-resource-library .view-empty h2 {
    margin-bottom: 50px;
}

.view-resource-library .view-filters.form-group {
    padding-top: 25px;
    padding-bottom: 25px;
}

.view-resource-library .views-exposed-form .form-item-combine .form-control {
    height: 40px;
    padding: 0 15px 0 50px;
    margin: 0 0 15px 0;
    border-radius: 5px !important;
    border-color: #F88220;
    background: #ffffff url(../images/search.svg) no-repeat 2% 50%;
    background-size: 25px;
}

.view-resource-library .views-exposed-form .form-type-textfield .input-group {
    width: 100%;
}

.view-resource-library .views-exposed-form .form-autocomplete .input-group-addon {
    display: none;
}

.view-resource-library .views-exposed-form .js-form-type-select .form-control {
    height: 40px;
    line-height: 2;
    min-width: 327px;
    border-color: #F88220;
}

.views-exposed-form .chosen-container .chosen-choices {
    border: 1px solid #F88220;
    box-shadow: none;
    height: auto;
    border-radius: 3px;
    background-image: none;
}

.views-exposed-form .chosen-container-multi .chosen-choices li.search-field {
    padding: 6px;
    width: 100%;
}

.views-exposed-form .chosen-container-multi .chosen-choices li.search-choice {
    border-radius: 0px;
    border: 0px;
    background-color: #ffffff;
    background-image: none;
    box-shadow: none;
    line-height: 25px;
}

.views-exposed-form .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:after {
    position: absolute;
    top: 9px;
    content: " ";
    background: url(../images/chosen-close.svg) no-repeat;
    width: 13px;
    height: 13px;

}

.views-exposed-form .chosen-container-single .chosen-single span::after,
.views-exposed-form .chosen-container-single.chosen-with-drop .chosen-single span::after {
    content: '';
    background: url(../images/down.svg) no-repeat;
    width: 13px;
    height: 13px;
    float: right;
    margin-top: 7px;
}

.views-exposed-form .chosen-container-single.chosen-with-drop .chosen-single span::after {
    background: url(../images/up.svg) no-repeat;
}

.views-exposed-form .chosen-container-single .chosen-single,
.views-exposed-form .chosen-container-single.chosen-with-drop .chosen-single {
    background: #ffffff;
    padding: 8px 15px;
    border: 1px solid #F88220;
}

.views-exposed-form .chosen-container-single .chosen-drop {
    margin-top: 0px;
}

.views-exposed-form .chosen-container-single .chosen-single span {
    margin-right: 0px;
}

.has-glyphicons .select-wrapper:after {
    content: none;
}

.view-resource-library .views-exposed-form .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    color: #555555;
    font-size: 14px;
}

.view-resource-library .views-exposed-form .form-actions .form-submit {
    min-width: 125px;
    height: 40px;
    margin-right: 0px;
    border-radius: 25px;
    font-weight: 800;
    border-color: #707070;
    background-color: #4A4A4A;
    text-transform: uppercase;
    padding: 0px;
    font-size: 18px;
    color: #ffffff;
}

ul.menu--assessment-admin-functions li {
    float: left;
    text-align: center;
    background-color: #F88220;
    margin: 0 12px;
    margin-bottom: 25px;
    border-radius: 25px;
    width: 46%;
}

ul.menu--assessment-admin-functions li a {
    color: #fff;
    font-weight: 600;
    border-radius: 25px;
}

ul.menu--assessment-admin-functions li a:hover {
    background-color: #238E4B;
}


/*thank you page*/

.Thank-you-page {
    width: 755px;
    margin: auto;
    overflow: hidden;
}

.Thank-you-page .image-box img {
    width: 110px;
}

.Thank-you-page .content-box p {
    font-size: 18px;
    line-height: 25px;
    margin-top: 15px;
    margin-bottom: 40px;
}

.Thank-you-page .cta-button a {
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    padding: 11px 50px;
    border-radius: 25px;
    background-color: #4A4A4A;
    border: 2px solid #4A4A4A;
    text-decoration: none;
    display: inline-block;
}

.Thank-you-page .cta-button a.first-cta {
    margin-right: 40px;
    color: #4a4a4a;
    background-color: transparent;
}

.page-node-type-resource-library h1.page-header,
section#block-selfassessmentsmarkupmobile1,
section#block-selfassessmentsmarkupmobile2,
section#block-selfassessmentsmarkupmobile3,
section#block-selfassessmentsmarkupmobile4 {
    display: none;
}

.resource-library-detail-page .btn-primary {
    font-size: 18px;
    line-height: 24px;
    min-width: 240px;
    display: inline-block;
    padding: 10px 0px;
}

.resource-library-detail-page .cta-button div {
    display: inline-block;
}

.resource-library-detail-page a.btn.btn-primary.first-button {
    margin-right: 50px;
}

.resource-library-detail-page .row {
    display: flex;
}

.resource-library-detail-page .description {
    margin-top: 30px;
    margin-bottom: 60px;
}

.resource-library-detail-page .description a,
.body_text a,
.question_title a {
    text-decoration: underline;
}

.messages__wrapper {
    max-width: 1200px;
    margin: auto;
    padding-right: 15px;
    padding-left: 15px;
}

.Suggest-topic-and-need-help .suggest-topic-text {
    font-size: 22px;
    line-height: 32px;
    padding: 0px 35px;
    margin-top: 20px;
    margin-bottom: 50px;
}

.btn-primary a:focus {
    text-decoration: none;
}

#whole-content-bottom-area::before {
    content: "";
    width: 55px;
    height: 75px;
    position: absolute;
    left: 0px;
    right: -85px;
    margin: auto;
    top: -25px;
    background: url(../images/right-down-arrow.svg) no-repeat;
    display: block;
}

#whole-content-bottom-area::after {
    content: "";
    width: 80px;
    height: 105px;
    position: absolute;
    left: -60px;
    right: 0;
    margin: auto;
    top: -30px;
    background: url(../images/left-down-arrow.svg) no-repeat;
    display: block;
}

.path-congratulations section.innerpage-bg-section.container-fluid,
.page-node-type-helpful-links section.innerpage-bg-section.container-fluid{
    padding-top: 0px;
}

.path-congratulations section.innerpage-bg-section.container-fluid::before,
.path-congratulations section.innerpage-bg-section.container-fluid::after,
.path-webform section.innerpage-bg-section.container-fluid::before,
.path-webform section.innerpage-bg-section.container-fluid::after {
    display: none;
}

.path-congratulations section#block-selfassessmentsmarkup4,
.path-congratulations .need-help-right p:last-child {
    display: none;
}

div#mc_embed_signup_scroll {
    padding-right: 70px;
}

#block-mailchimpsubscription #mc_embed_signup form {
    padding: 0;
}

#block-mailchimpsubscription #mc_embed_signup .mc-field-group input {
    border-radius: 25px;
}

#block-mailchimpsubscription #mc_embed_signup .button {
    height: 34px;
    border-radius: 25PX;
    border: 2px solid #ffffff;
    background: transparent;
    margin: 10px 0 0 0;
}

.page-node-type-resource-library h1.resource-library-page-header {
    text-align: left;
    margin-top: 0px;
}

.sidebar-todos-mobile,
.popup-close {
    display: none;
}

div#sidebar-panel.stick,
div#wrapper-answer-progress-area.stick {
    position: fixed;
    top: 0;
    max-width: 380px;
    transform: translateY(270px);
}

.sticky-header .todo-main.col-sm-8 {
    float: right;
}

.path-contact h1.page-header,
.path-contact button#edit-preview {
    display: none;
}

.path-contact .innerpage-bg-section .btn-primary {
    padding: 7px;
    min-width: 200px;
}

form#contact-message-feedback-form,
.feedback-form-heading {
    margin: auto;
    background: #fff;
    padding: 50px 100px;
    border-radius: 11px;
}

.feedback-form-heading {
    margin-bottom: 30px;
}

.feedback-form-heading h2 {
    font-size: 40px;
    line-height: 36px;
}

/*  Dashbord Admin Panel Css  */
#block-headermenu .menu.menu--header-menu.nav li {
    display: inline-flex;
}

.menu.menu--header-menu.nav li a {
    color: #000000;
    font-weight: 600;
}

.view-what-you-want-today .views-col {
    position: relative;
    border-radius: 5px;
    box-shadow: 0px 4px 9px rgb(0 0 0 / 16%);
    width: 18.5% !important;
    margin-right: 15px;
    margin-left: 2px;
    margin-bottom: 20px;
    padding: 30px 10px;
    text-align: center;
    background: #ffffff;
}

.view-what-you-want-today .views-field.views-field-field-upload-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
}

.view-what-you-want-today .views-field.views-field-field-url a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
}

.view-what-you-want-today .views-field.views-field-field-title {
    font-size: 18px;
    font-weight: 900;
    color: #4A4A4A;
}

.view-what-you-want-today .views-field.views-field-field-sub-title {
    color: #4A4A4A;
    font-size: 14px;
    font-weight: 600;
}

/*-----------LFNP------------------*/
.homepage-video-banner {
    position: relative;
    padding: 85px 0 150px 0;
    .innerpage-bg-section: :before background: #F7F7F7;
}

.homepage-video-banner .row {
    display: flex;
    align-items: center;
}
.assessment-content{
    margin-top: 15px;
    margin-bottom: 0px;
}
.inner-video-banner {
    position: relative;
    padding: 85px 0 50px 0;
}

.homepage-video-banner h2 {
    margin-top: 0px;
}

.innerpage-bg-section {
    position: relative;
    padding-top: 80px;
}

body.assessment-builder .innerpage-bg-section {
    padding-top: 0px;
}

.block-inner-page-banner-video h2 {
    margin-top: 0;
}

.view-faqs .views-field.views-field-edit-node a {
    color: #4729F8;
}

.assessment-builder .innerpage-bg-section::before,
.path-contact .innerpage-bg-section::before {
    background: none;
}

.assessment-societies-act.sticky-header .innerpage-bg-section,
.assessment-recordkeeping.sticky-header .innerpage-bg-section,
.assessment-privacy.sticky-header .innerpage-bg-section,
.assessment-employment.sticky-header .innerpage-bg-section,
.assessment-human-rights.sticky-header .innerpage-bg-section {
    margin-top: 0px;
}
#block-chooseatopictogetstarted h2,
#block-chooseatopictogetstarted h2{
    text-align: center;
    margin-bottom: 25px;
}
#block-chooseatopictogetstarted .row{
    gap: 25px;
}
.Choose-topic-get-started .col-sm-4 {
    margin-bottom: 20px;
    box-shadow: -2px -1px 20px rgb(0 0 0 / 16%);
    border-radius: 15px;
    width: 31%;
    padding: 25px;
}

.Choose-topic-get-started .col-sm-4 h3 {
    margin-top: 15px;
}
.Choose-topic-get-started .col-sm-4 p {
    font-size: 14px;
    font-weight: 700;
}
/* left sidebar view */
.view-left-sidebar {
    position: relative;
}

.view-assessment-landing h2,
.view-left-sidebar h2 {
    font-size: 25px;
    line-height: 33px;
    margin-bottom: 35px;
}

.view-left-sidebar h3 {
    font-size: 22px;
    line-height: 29px;
}

#sidebar-first-area .block {
    margin-top: 10px;
}

.path-search-content #sidebar-first-area .block {
    margin-top: 0px;
}

.user-logged-in.path-search-content #sidebar-first-area .block {
    margin-top: 70px;
}

.block-pleo-menu ul li {
    border-bottom: 1px solid #DEDEDE;
}

.block-pleo-menu ul li:last-child {
    border: 0px;
}

.block-pleo-menu ul li a {
    color: #4A4A4A;
    padding: 15px 0px 15px 15px;
    display: inline-block;
    padding-left: 27px;
}

.block-pleo-menu ul li.active {
    display: block;
    font-size: 22px;
    line-height: 24px;
    font-weight: bold;
    border-left: 13px solid #004EB9;
}

.block-pleo-menu ul li.active a {
    padding-left: 10px;
}

.block-pleo-menu ul li.active,
.lsb-page-menu-list li:hover {
    background: #fff;
}

/*----------Legal help guide-------------*/
.path-assessment h1.page-header {
    display: none;
}

.legal-help-guide {
    background: #fff;
    border: 2px solid #FF8900;
    border-radius: 25px;
    padding: 7px;
    margin-bottom: 20px;
    overflow: hidden;
}

.legal-help-guide .col-sm-4,
.legal-help-guide .col-sm-3 {
    padding: 0px;
    display: flex;
    align-items: flex-start;
    min-height: 70px;
}

.legal-help-guide .col-sm-9 {
    padding-right: 0;
}

.legal-help-guide .col-sm-9 span {
    float: right;
    width: 90%;
}

/*-------fact-sheets-------------*/
.ul-ol-alpha {
    list-style-type: lower-alpha;
}

.ul-ol-alpha li {
    margin-bottom: 7px;
}

.fact-sheets-detail-page ul li,
.fact-sheets-detail-page ol li,
.glossary-search .views-row ul li,
.glossary-search .views-row ol li {
    list-style: inherit;
    margin-bottom: 10px;
}

.fact-sheets-detail-page td {
    padding: 5px 7px;
}

.view-fact-sheets .views-row,
.view-templates .views-row,
.view-helpful-links .views-row,
.view-search-content .views-row {
    border: 2px solid #dedede;
    background: #fff;
    padding: 25px 35px;
    border-radius: 11px;
    margin-bottom: 10px;
}

.view-fact-sheets .views-row h3,
.view-templates .views-row h3,
.view-helpful-links .views-row h3 {
    margin-top: 0px;
    color: #4A4A4A;
}

.view-helpful-links .views-field-body {
    padding-top: 15px;
}

.view-left-sidebar .views-field-body a,
.templates-cta a,
.view-helpful-links .views-field-field-visit-website a,
.templates .modal-header a,
.view-left-sidebar .views-field-view-node a {
    display: block;
    margin-top: 25px;
    padding: 10px;
    max-width: 70px;
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    background: #004EB9;
    border: 1px solid #707070;
    box-shadow: 0 3px rgb(0 0 0 / 16%);
    cursor: pointer;
}

.templates-cta a {
    min-width: 117px !important;
    display: inline-block;
}

.templates-cta a.download {
    margin-left: 24px;
}

.view-helpful-links .views-field-field-visit-website a {
    max-width: 135px !important;
}

.templates .modal-header a {
    min-width: 160px !important;
    margin-top: 5px;
    margin-bottom: 30px;
}

.templates .modal-header {
    padding: 0;
}

.fact-sheets-detail-page .container {
    width: 100% !important;
    margin-bottom: 30px;
}

.fact-sheets-detail-page {
    background: #ffffff;
    padding: 15px;
    border-radius: 10px;
}

.fact-sheets-detail-page .btn-primary {
    background-color: #004EB9;
    border-color: #707070;
    font-weight: 700;
    border-radius: unset;
    padding: 8px 12px;
    font-size: 22px;
    line-height: 17px;
    color: #ffffff;
    text-transform: uppercase;
}

.fact-sheets-detail-page .row {
    display: flex;
    align-items: end;
    border-bottom: 2px solid #D8D8D8;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

.fact-sheets-detail-page .time-read a {
    margin-bottom: 25px;
    float: right;
}

.fact-sheets-detail-page .title h1 {
    font-size: 40px;
    line-height: 36px;
    font-weight: bold;
    columns: #4A4A4A;
}

.fact-sheets-detail-page .description {
    font-size: 18px;
    line-height: 24px;
    color: #4A4A4A;
    padding: 0 30px;
}

.fact-sheets-detail-page .description h3 {
    font-size: 22px;
    line-height: 29px;
    color: #4A4A4A;
}

.fact-sheets-detail-page .row .misc-text {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 16px;
    line-height: inherit;
    padding-left: 25px;
}

.fact-sheets-detail-page .row .fact-download {
    width: 100%;
    text-align: right;
    margin-bottom: 15px;
}

.fact-sheets-detail-page .btn.btn-primary {
    font-size: 14px;
    line-height: 16px;
    margin-left: 20px;
    border: 1px solid #707070;
    box-shadow: 0 3px rgb(0 0 0 / 16%);
    min-width: auto;
}

.fact-sheets-detail-page img {
    margin-top: -25px;
}

.fact-sheets-detail-page .quality-image {
    margin-top: 0px;
    width: 62px;
}

/*------------ Faqs ----------------*/
.view-faqs .views-row {
    margin-bottom: 30px;
}

.view-faqs .views-field-body {
    padding-left: 35px;
}

.view-faqs .ui-state-active a,
.view-faqs .views-field-title a {
    font-size: 22px;
    line-height: 28px;
    font-weight: 600;
    color: #4A4A4A;
    background: #fff;
}

.view-faqs .ui-state-default {
    padding: 18px;
    background: #fff;
    border: 2px solid #707070;
}

.view-faqs .ui-state-active {
    background: #fff;
    border: 2px solid #707070;
    border-bottom: 0px;
}

.view-faqs .ui-widget-content {
    border: 2px solid #707070;
    border-top: 0px;
    height: 100% !important;
}

.views-accordion-header .ui-icon {
    float: right;
    background: url(../images/accordion-close.png) no-repeat;
    height: 8px;
    margin-top: 10px;
}

.views-accordion-header.ui-state-active .ui-icon {
    background: url(../images/accordion-open.png) no-repeat;
}

/*------------ templates ------------------*/
.templates-cta a.preview {
    position: relative;
    text-align: left;
    padding-left: 15px;
}

.templates-cta a.preview::after {
    content: "";
    width: 13px;
    height: 13px;
    background: url(../images/preview-search.png) no-repeat center;
    position: absolute;
    top: 12px;
    right: 15px;
}

.view-templates .close,
.view-search-content .close {
    margin-top: -55px;
    background: url(../images/modal-close.png) no-repeat !important;
    background-size: 44px !important;
    width: 44px;
    height: 44px;
    text-indent: -9999px;
    opacity: 1;
}

.view-templates .modal-dialog,
.view-search-content .modal-dialog {
    width: 1160px !important;
}

.modal-header iframe {
    width: 100%;
    height: 70vh;
}

.templates .modal-dialog {
    top: 5% !important;
}

/*--------- Helpful links ---------------*/

/*--------block-moresocietiesactresourcesforyourneeds-----------*/
section#block-moresocietiesactresourcesforyourneeds h2.block-title {
    margin-bottom: 35px;
}

.societies-act-resources .row {
    display: flex;
    align-items: center;
}

.societies-act-resources .col-sm-3 {
    width: 23.5%;
    min-height: 325px;
    border-radius: 5px;
    box-shadow: 0px 3px 17px rgb(0 0 0 / 16%);
    padding: 30px 35px 35px 35px;
}

.societies-act-resources .col-sm-3.templates {
    margin: 0 1.25%;
}

.societies-act-resources .col-sm-3.faq {
    margin-left: 1.25%;
}

.societies-act-resources .col-sm-3 h2 {
    font-size: 28px;
    margin: 0 5px;
}

.societies-act-resources .col-sm-3 .col-sm-2 {
    padding: 0 5px;
}

.societies-act-resources p {
    margin: 30px 0;
}

.societies-act-resources a {
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
    color: #4A4A4A;
}

/*----------need-more-help---------*/
.need-more-help .container {
    max-width: 865px;
}

.need-more-help .btn.btn-primary {
    padding: 0 !important;
    border-radius: 0px;
    margin-top: 30px;
    font-size: 14px;
    line-height: 4px;
    font-weight: 600;
    background: #004EB9;
    color: #ffffff;
    text-transform: uppercase;
    border: 1px solid #707070;
    box-shadow: 0 3px rgb(0 0 0 / 16%);
}

.need-more-help .btn.btn-primary a:hover {
    color: #fff;
}

.need-more-help::after {
    content: "";
    width: 470px;
    height: 373px;
    position: absolute;
    left: 0;
    bottom: -31px;
    background: url(../images/Group-4358.png) no-repeat left bottom;
    z-index: -2;
}

/*------Glossary------*/
.path-glossary .innerpage-bg-section::before {
    background: none;
}

/* ---------Privacy Policy--------- */
.backgroung-white {
    background: #fff;
    padding: 30px 70px;
    border-radius: 11px;
    margin-bottom: 30px;
}

.page-node-225 .innerpage-bg-section::before,
.page-node-564 .innerpage-bg-section::before,
.page-node-568 .innerpage-bg-section::before {
    display: none;
}

.header-top fieldset {
    display: none;
}

.all-list-menu h2 {
    display: block !important;
    margin: 0;
}

.path-search-content #midcontent-area form .form--inline .form-actions button,
.glossary-search .views-exposed-form .form--inline .form-actions button {
    outline: none;
}

.path-search-content #midcontent-area form .form--inline .form-actions button:active,
.glossary-search .views-exposed-form .form--inline .form-actions button:active {
    box-shadow: unset;
    border: unset;
}

body div#player {
    max-width: 100% !important;
}

.path-search-content #midcontent-area .views-element-container.form-group {
    margin-top: 235px;
}

.user-logged-in.path-search-content #midcontent-area .views-element-container.form-group {
    margin-top: 300px;
}

.path-search-content #midcontent-area .views-element-container.form-group .view-empty img,
.view-empty .search-image img {
    padding: 32px 241px;
    background: #fff;
    border-radius: 11px;
    margin-top: 20px;
}

/* Search for Mobile  */
#sidebar-first-area .block-views-exposed-filter-blocksearch-content-page-2 {
    display: none;
}

div#back-to-top {
    display: none;
}

.path-contact .innerpage-bg-section,
.path-webform .innerpage-bg-section,
.page-node-225 .innerpage-bg-section,
.page-node-564 .innerpage-bg-section,
.page-node-568 .innerpage-bg-section,
.path-contact #maindiv,
.path-webform #maindiv,
.page-node-225 #maindiv,
.page-node-564 #maindiv,
.page-node-568 #maindiv {
    padding-top: 0px;
}

.topic-related-link,
.topic-related-link p {
    color: #4A4A4A;
}

.topic-related-link:hover {
    color: #4A4A4A;
}

.block-inner-page-banner-video-section .modal-content {
    padding: 5px;
}

.block-inner-page-banner-video-section .video-play::after {
    content: "";
    width: 40px;
    height: 45px;
    background: url(../images/play-button.png) no-repeat;
    background-size: 100%;
    position: absolute;
    top: 65%;
    left: 50%;
}
.block-inner-page-banner-video-section .video-play{
    position: relative;
}
/* Page Blog */
.view-blog-categories ul li {
    border-bottom: 1px solid #DEDEDE;
}

.view-blog-categories ul li a {
    color: #4A4A4A;
    padding: 10px;
    display: block;
    padding-left: 27px;
    cursor: pointer;
}

.view-blog-categories ul li:last-child {
    border-bottom: 0;
}

.view-blog-categories ul li.active,
.view-blog-categories ul li:hover {
    background: #ffffff;
}

.path-blogs h1,
#sidebar-first-area h2 {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 15px;
}

#sidebar-first-area h2 {
    margin-left: 1.5em;
    padding: 5px 0 5px 1em;
    border-left: 7px solid #004EB9;
    background: #fff;
}

/*featured-blogs*/
.path-blogs .innerpage-bg-section::before, 
.page-node-type-blog .innerpage-bg-section::before,
.page-node-type-resource-library .innerpage-bg-section::before,
.page-node-type-helpful-links .innerpage-bg-section::before,
.page-node-type-question .innerpage-bg-section::before{
    content: none !important;
}

.path-blogs section.innerpage-bg-section.container-fluid,
.page-node-type-blog section.innerpage-bg-section.container-fluid,
.page-node-type-question section.innerpage-bg-section.container-fluid{
    padding-top:0 !important;
}
.featured-blogs {
    margin-top: 75px;
}
.featured-blogs .container {
    padding-bottom: 5rem;
}

.featured-blogs h2.block-title {
    text-align: center;
    padding-bottom: 30px;
}
.featured-blogs h2{
    margin-bottom: 30px;
}
.featured-blogs .views-col {
    width: 31.25% !important;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 3px 23px rgb(0 0 0 / 16%);
    position: relative;
}

.featured-blogs .views-col:hover {
    box-shadow: -4px 12px 30px rgb(0 0 0 / 30%);
}

.featured-blogs .views-col:nth-child(2) {
    margin: 0 2.25rem;
}
.featured-blogs .link-edit {
    margin-top: -24px;
    text-transform: uppercase;
}

.featured-blogs .blog-thumbnails img {
    width: 100%;
    border-radius: 10px 10px 0 0;
}
.blog-content h3 {
    background: #86CDAE url(../images/Layer_1.png) no-repeat center left;
    background-size: cover;
    padding: 25px;
    margin-bottom: 0px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.blog-content h3 a{
    color: #000000 !important;
}
.blog-content-bottom {
    padding: 25px;
    position: relative;
}
.blog-content-bottom p {
    font-size: 18px;
    line-height: 26px;
    min-height: 100px;
}
.blog-content-bottom a {
    text-decoration: underline;   
}

.blog-content-bottom a:hover {
    color: #F2691F;
} 

.blog-content-bottom b {
    position: absolute;
    right: 2rem;
    bottom: 15px;
    font-size: 15px;
}
.featured-blogs .view-footer {
    text-align: center;
    margin-top: 50px;
}
.featured-blogs .view-footer a {
    background-color: #fff;
    border: 1px solid #707070;
    border-radius: 15px;
    color: #4a4a4a;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    padding: 7px 18px;
    line-height: 16px;
    text-transform: uppercase;
}
.featured-blogs .view-footer a:hover {
    background-color: #004EB9 !important;
    color: #fff !important;
}
/* newletter */
    
.newsletter-wrapper {
    background: url(../images/Vector.png) no-repeat center top;
    background-size: cover;
    color: #ffffff;
}
.newsletter-wrapper h2 {
    color: #ffffff;
}
.newsletter-wrapper .container{
    padding: 8rem 0;
}
.newsletter-wrapper .sub-title {
    margin: 25px 0 40px 0;
    display: inline-block;
}

.newsletter-wrapper .cta-button {
    border-radius: 8px;
    background: #ffffff;
    color: #0B95D4;
    padding: 15px 100px;
    font-size: 20px;
    line-height: 22px;
    font-weight: 700;   
}

.newsletter-wrapper .cta-button:hover {
    background: #0048AD !important;
    color: #ffffff !important;
}


/* Blog categories */

.view-blog-categories ul li a {
    color: #4A4A4A;
    padding: 10px;
    display: block;
    padding-left: 27px;
    cursor: pointer;
    text-decoration: none;
}

/* Blog listing */

.path-blogs h1, #sidebar-first-area h2 {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 15px;
}

.blog-listing-page {
    position: relative;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
    overflow: hidden;
}

.blog-listing-page .image-section {
    padding: 0px !important;
}

.blog-listing-page .title a {
    width: 100%;
    font-size: 20px;
    line-height: 25px;
    font-weight: 700;
    color: #4a4a4a;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 10px 0;
}

.blog-listing-page .cta-button a {
    color: #fff;
    padding: 7px 18px;
    background-color: #004EB9;
    display: inline-block;
    margin-top: 9px;
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
    text-transform: uppercase;
    border: 1px solid #707070;
    box-shadow: 0 3px rgb(0 0 0 / 16%);
}

/* Detail Page */
.blog.full img {
    margin-bottom: 1rem;
    margin: 1rem auto;
}
.node--type-blog img {
    margin-bottom: 25px;
}

.navbar-brand img {
    max-width: fit-content;
}