/*
	Theme Name:			Legal Aid Society
	Theme URI:			http://tinyfrog.com/
	Description:		A mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: 			Tinyfrog Technologies
	Author URI:			http://tinyfrog.com/
	Version:			1.0.38
	Template: 			genesis
	Template Version:	3.3.7
	License:			GPL-2.0+
	License URI:		http://www.opensource.org/licenses/gpl-license.php
*/

/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
---------------------------------------------------------------------------- */
/* stylelint-disable */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button;appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}
/* stylelint-enable */


/* Box Sizing
--------------------------------------------- */

html {
	box-sizing: border-box;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

/* Float Clearing
--------------------------------------------- */

.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.footer-widgets::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
	content: " ";
	display: table;
}

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.footer-widgets::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after {
	clear: both;
	content: " ";
	display: table;
}

/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

body {
	color: #1B486D;
	font-family: 'Poppins';
	font-size: 17px;
	font-weight: 400;
	line-height: 1.88;
}

#page-container .inter-font {
	font-family: 'Inter';
}

::-moz-selection {
	background-color: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
}

button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	transition: all 0.3s ease-in-out;
}

a {
	color: #1B486D;
	text-decoration: none;
	transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

a:focus,
a:hover {
	color: #333;
	text-decoration: none;
}

p {
	margin: 0;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-bottom: 1px solid currentColor;
	clear: both;
	color: #eee;
	margin: 1.65em auto;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

mark {
	background: #ddd;
	color: #333;
}

blockquote {
	margin: 30px;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #1B486D;
	font-family: 'Poppins';
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 15px;
}

h1 {
	font-size: 60px;
}

h2 {
	font-size: 45px;
}

h3 {
	font-size: 35px;
}

h4 {
	font-size: 30px;
}

h5 {
	font-size: 25px;
}

h6 {
	font-size: 15px;
	font-weight: 600;
	text-transform:uppercase;
	letter-spacing: 0.1em;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
	vertical-align: top;
}

figure {
	margin: 0;
}

/* Forms
--------------------------------------------- */

input, 
select, 
textarea, 
#page-container .gfield input, 
#page-container .gfield select, 
#page-container .gfield textarea {
	background-color: #fff;
	border: 1px solid #BDBDBD;
	border-radius: 6px;
	color: #000;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.15;
	padding: 13px 20px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #000;
	outline: none;
}

#page-container input[type="checkbox"],
#page-container input[type="image"],
#page-container input[type="radio"] {
	width: auto;
	vertical-align: top;
	margin-top: 2px;
	padding: 0;
	outline-offset: 0;
}

#page-container input:focus[type="checkbox"],
#page-container input:focus[type="image"],
#page-container input:focus[type="radio"] {
	outline: 1px solid #000;
}

:-ms-input-placeholder {
	color: #8b8b8b;
	opacity: 1;
}

::placeholder {
	color: #8b8b8b;
	opacity: 1;
}

#page-container .button,
#featured-blog-panel .read-more,
#page-container input[type="button"],
#page-container input[type="reset"],
#page-container input[type="submit"] {
	background: #C2DAF1;
	border-radius: 40px;
	box-shadow: none;
	color: #1B486D;
	cursor: pointer;
	font-weight: 700;
	line-height: 17px;
	padding: 17px 27px;
	width: auto;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	min-width: 238px;
	font-family: 'Poppins';
	border: 0;
}

#page-container .button:focus,
#featured-blog-panel .read-more:focus,
#page-container input[type="submit"]:focus{
	border:1px solid #000;
}


#page-container .white-btn .button,
#page-container .white-btn input[type="button"],
#page-container .white-btn input[type="reset"],
#page-container .white-btn input[type="submit"] {
	background:#fff;
}

#page-container .button.yellow{
	background: #FFD363;
	border-radius: 50px;
}

#page-container .button.yellow:hover{
	background: #1B486D;
	color:#fff;
}

#page-container .list-style-panel .button{
	background: #1B486D;
	color:#fff;
}

#page-container .list-style-panel .button:hover{
	color: #1B486D;
	background:#fff;
}

#page-container .button:hover,
#page-container .button:focus,
#featured-blog-panel .read-more:hover,
#page-container input:hover[type="button"],
#page-container input:hover[type="reset"],
#page-container input:hover[type="submit"] {
	background-color: #1B486D;
	text-decoration: none;
	color:#fff;
}

#page-container .white-btn .button:hover,
#page-container .white-btn .button:focus,
#page-container .white-btn input:hover[type="button"],
#page-container .white-btn input:hover[type="reset"],
#page-container .white-btn input:hover[type="submit"] {
	background-color: #1B486D;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

.button + .button {
	margin-top: 5px;
	margin-left: 10px;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 40px;
	width: 100%;
	word-break: break-all;
}

tbody {
	border-bottom: 1px solid #eee;
}

td,
th {
	line-height: 2;
	text-align: left;
	vertical-align: top;
}

td {
	padding: 0.5em;
}

tr {
	border-top: 1px solid #eee;
}

th {
	font-weight: 600;
	padding: 0.5em;
}

/* Screen Reader Text
--------------------------------------------- */

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus {
	background: #fff;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
	clip: auto !important;
	color: #333;
	display: block;
	font-size: 1em;
	font-weight: bold;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

.more-link {
	position: relative;
	display: inline-block;
}

/* Skip Links
--------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link .skip-link-hidden {
	display: none;
	visibility: hidden;
}

.genesis-skip-link li {
	height: 0;
	list-style: none;
	width: 0;
}

/* Display outline on focus */
:focus {
	outline: 1px solid #000;
	outline-offset: 4px;
}

/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.site-container {
	animation: fadein 1s;
	word-wrap: break-word;
	position: relative;
    overflow: hidden;
}

@keyframes fadein {

	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}

}

.wrap,
.single.siteorigin-panels.full-width-content .entry-header,
.single.siteorigin-panels.full-width-content .entry-footer {
	margin: 0 auto;
	max-width: 1170px;
}

.site-inner {
	clear: both;
	padding-top: 40px;
	padding-bottom: 40px;
}


/* Site Containers
--------------------------------------------- */

/* Column Widths and Positions
--------------------------------------------- */


/* Content */

.content {
	float: left;
	width: 770px;
}

.sidebar-content .content {
	float: right;
}

.full-width-content .content {
	width: 100%;
}

/* WordPress
--------------------------------------------- */

.header-flyout-search {
	background-color: #1B486D;
	padding: 20px 0;
	display: none;
}

.search-toggle a {
	display: block;
	width: 25px;
	height: 25px;
	background: url( "images/seach-icon.svg" ) no-repeat 0 0;
}

.search-form {
	overflow: hidden;
	width: 100%;
}

.search-form input[type=search],
.search-form input[type="submit"] {
	border-radius: 0;
}

.search-form input[type=search] {
	border-color: #fff;
	line-height: 22px;
	font-size: 15px;
	padding: 12px 15px;
	width: calc( 100% - 110px );
}

#page-container .search-form input[type="submit"] {
	border-radius: 0;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 15px;
	line-height: 22px;
	letter-spacing: 0.1em;
	font-family: 'Poppins';
	padding: 13px 15px;
	min-width: 110px;
	border-color: #C2DAF1;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone {
	margin-bottom: 12px;
}

.alignleft,
.rtl .alignright{
	float: left;
	text-align: left;
	margin: 0 24px 24px 0;
}

.alignright,
.rtl .alignleft{
	float: right;
	text-align: right;
	margin: 0 0 24px 24px;
}

.widget-area {
	word-wrap: break-word;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 40px;
}

/* Titles
--------------------------------------------- */

.entry-title a,
.sidebar .widget-title a {
	text-decoration: none;
}

.widget-title {
	margin-bottom: 24px;
}

/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	position: fixed;
	left: 0px;
	width: 100%;
	transition: all 0.3s;
	background-color: #fff;
	z-index: 999;
	top: 34px;
}

.admin-bar .site-header {
	top: 66px;
}

.sticky .site-header {
	filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.15));
}

.site-header + * {
	margin-top: 154px;
}

/*
Header Top Bar
------------------------------------------------- */

#header-top-panel {
	background-color: #1B486D;
	font-family: 'Inter';
	line-height: 29px;
	position:fixed;
	width:100%;
	top:0px;
	left:0px;
	z-index:999;
}

#header-top-panel a {
	text-decoration: underline;
}

#header-top-panel a:hover,
#header-top-panel a:focus {
	text-decoration: none;
}

.admin-bar #header-top-panel {
	top: 32px;
}

.notice-text {
	padding: 1px 0 2px;
}

.header-tagline {
	color:#fff;
	padding: 4px 20px;
}

.header-language-bar {
	font-family: 'Inter';
	font-weight: 500;
	font-size: 17px;
	line-height: 18px;
	letter-spacing: 0.05em;
	padding: 8px 20px;
}

.header-language-bar ul {
	text-align: right;
}

.header-language-bar ul li {
	list-style-type: none;
	display: inline-block;
	margin-right: 38px;
	text-transform: uppercase;
}

.header-language-bar,
.header-language-bar ul li a {
	color: #1B486D;
	font-size: 15px;
}

.header-language-bar ul li,
.header-language-bar ul li a {
	font-weight: 600;
}

.header-language-bar ul li:last-child {
	margin-right: 0px;
}

#genesis-nav-primary {
	clear: both;
	display: flex;
	justify-content: center;
	align-items: center;
}

.site-header:before {
	display: block;
	content: "";
	height: 1px;
	width: 100%;
	background: rgba(35, 96, 146,0.4);
	position: absolute;
	top: 76px;
	left: 0px;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 10px 0;
	width: auto;
}

.title-area a {
	display: block;
	font-size: 0;
/* 	background: url( "images/new-logo@2x.png" ) no-repeat 0 0; */
	background: url( "images/new-logo.png" ) no-repeat center center;
	background-size: 100%;
/* 	width: 181px; */
	width: 213.5px;
	height: 56px;
}

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
	width: 100%;
}

/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: left;
	width: auto;
	padding: 10px 0;
}

.site-header .widget-area ul {
	display: flex;
	justify-content: space-between;
}

.site-header .widget-area ul li {
	padding: 0 26px;
	font-size: 14px;
	border-right: 1px solid #7BA0C4;
}

.site-header .widget-area ul li a {
	font-size: 16px;
	font-weight: 600;
	color: #1B486D;
}

.site-header .widget-area ul li:last-child {
	border-right: 0px;
	padding-right: 0px;
}

.site-header .widget-area ul li strong {
	font-weight: 600;
}

.dashicons-icon::before {
	font-family: dashicons;
	font-style: normal;
	font-weight: 400;
}

.dashicons-phone {
	-moz-transform: scale(-1, 1);
	-webkit-transform: scale(-1, 1);
	-o-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
	display: inline-block;
	position: relative;
	top: 3px;
}

/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Entries
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
}

p,
.entry-content ol,
.entry-content ul,
.quote-caption {
	margin-bottom: 26px;
}

.entry-content p a,
.entry-content li a {
	text-decoration: underline;
}

.entry-content p a:hover,
.entry-content p a:focus,
.entry-content li a:hover,
.entry-content li a:focus {
	text-decoration: none;
}

.entry-content ol {
	margin-left: 26px;
}

.entry-content ol li {
	list-style-type: decimal;
}

.entry-content ul li {
	list-style-type: none;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

.entry-categories,
.entry-tags {
	display: block;
}

/* Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 0;
}

.site-inner .pagination ul li {
	display: inline-block;
	padding: 0;
	margin: 0 5px 0 0;
}

.pagination li a {
	display: inline-block;
	background-color: #1B486D;
	border: none;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	font-weight: 400;
	padding: 2px 12px;
}

.pagination li a:hover,
.pagination li.active a {
	color: #1B486D;
	background-color: #C2DAF1;
	text-decoration: none;
}

/*
Sidebar
---------------------------------------------------------------------------------------------------- */

.sidebar {
	float: right;
	width: 340px;
}

.sidebar-content .sidebar {
	float: left;
}

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

.sidebar p:last-child,
.sidebar .featured-content img {
	margin-bottom: 0;
}

.sidebar li {
	list-style-type: none;
	margin-bottom: 6px;
	word-wrap: break-word;
}

.sidebar ul>li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	margin-bottom: 40px;
}

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

.site-footer {
	background-color: #1B486D;
	padding: 0;
	position: relative;
	z-index: 9;
}

.site-footer * {
	font-family: 'Inter';
	line-height: 31px;
}

.site-footer,
.site-footer a {
	color:#fff;
}

.site-footer .boxes {
	padding: 73px 0 20px;
}

#page-container .site-footer .boxes .panel-grid-cell:nth-of-type(1) {
	width: 148px;
}

#page-container .site-footer .boxes .panel-grid-cell:nth-of-type(2) {
	width: 235px;
}

#page-container .site-footer .boxes .panel-grid-cell:nth-of-type(3) {
	width: 348px;
}

#page-container .site-footer .boxes .panel-grid-cell:nth-of-type(4) {
	width: 161px;
}

.site-footer a:focus {
	outline-color: #fff;
}

.site-footer .boxes .office a,
.copyright-text a:hover {
	border-bottom: 1px solid;
}

.site-footer .boxes a:hover {
	text-decoration: underline;
}

.copyright-text {
	border-top: 1px solid #fff;
	font-size: 14px;
	line-height: 31px;
	padding: 24px 0;
}

.site-footer .boxes .office a:hover {
	border-bottom-color: transparent;
	text-decoration: none;
}

.social-icon {
	font-size: 30px;
	vertical-align: middle;
	margin-right: 5px;
}

.social-icon:hover {
	text-decoration: none !important;
}

/*
Custom Styling
---------------------------------------------------------------------------------------------------*/

/*
Siteorigin Page Builder Styling
--------------------------------------------- */

.siteorigin-panels .site-inner {
	padding: 0;
}

.content-sidebar.siteorigin-panels .site-inner {
	padding-top: 50px;
	padding-bottom: 50px;
}

.siteorigin-panels .entry {
	margin-bottom: 0;
}

/*
Top Bottom Gap Styling
--------------------------------------------- */

.top-gap {
	padding-top: 70px;
}

.bottom-gap {
	padding-bottom: 70px;
}

#page-container .top-small-gap {
	margin-top: 50px;
}

#page-container .bottom-small-gap {
	margin-bottom: 50px;
}

/*
Dark Background Section Styling
--------------------------------------------- */

.dark-bg-section {
	background-size: cover;
	background-position: center center;
	padding-top: 130px;
	padding-bottom: 130px;
}

.dark-bg-section * {
	color: #fff;
}

/*
inside page hero section
------------------------------------------------- */

.hero-panel {
	background: #eff7ff;
	position: relative;
	overflow: hidden;
	color: #fff;
	display: flex;
	align-items: center !important;
	min-height: 405px;
	padding: 100px 0;
}
.hero-panel:before {
	content: '';
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.2);
	z-index: 1;
}
.hero-panel * {
	color: #1B486D;
	height: 100%;
}
#page-container .hero-panel .widget_sow-image {
	margin-bottom: 0;
}
.hero-panel > img,
#page-container .hero-panel .so-widget-image,
#page-container .hero-panel .widget_custom_html {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.hero-panel video {
	width: 100%;
	object-fit: cover;
}
.hero-panel .wrap,
.hero-panel .widget_siteorigin-panels-builder {
	max-width: 1170px;
	width: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 9;
}

.home .hero-panel {
	min-height: 700px;
}

/*
List Styling
------------------------------------------------- */

.site-inner ul {
	margin-left: 0;
}

.site-inner ul li {
	display: block;
	position: relative;
	padding-left: 40px;
	margin-bottom: 14px;
	line-height: 30px;
}

.site-inner ul li:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	background: url( "images/list-check-icon.svg" ) no-repeat 0 0;
	width: 28px;
	height: 26px;
	display: block;
}

.site-inner .white ul li:before {
	background: url( "images/list-icon-white.svg" ) no-repeat 0 0;
	width: 28px;
	height: 26px;
}

.site-inner .list-type-2 ul li,
.single .site-inner ul li {
	padding-left: 20px;
}

.site-inner .list-type-2 ul li:before,
.single .site-inner ul li::before {
	background:#1B486D;
	width:6px;
	height:6px;
	border-radius:100%;
	top:13px;
}

.site-inner .list-type-2.white ul li:before {
	background:#ffff;
}

.site-inner .list-type-2 p{
	margin-bottom:13px;
}

.site-inner .tribe-common ul li:before {
	display: none;
}

.site-inner .endless-ways-to-make-difference ul li{
	margin-bottom:1px;
}

#page-container form li,
#page-container .slider li,
#page-container .sidebar ul li,
#page-container .page-numbers li,
#page-container ul.products li {
	padding-left: 0px;
	margin-bottom: 0px;
}

#page-container form li::before,
#page-container .slider li::before,
#page-container .sidebar ul li::before,
#page-container .page-numbers li::before,
#page-container ul.products li::before,
#page-container .pagination ul li::before,
#page-container .pagination ul li::before {
	display: none;
}

#page-container form li {
	font-weight: 400;
}

#page-container form li a {
	font-style: italic;
	text-decoration: underline;
}

#page-container form li a:hover {
	text-decoration: none;
}

/*
Large/Medium/Small Width Content Container
--------------------------------------------- */

.large-container,
.medium-container,
.small-container {
	width: 100%;
	margin: 0 auto;
}

#page-container .large-container {
	max-width: 1040px;
}

#page-container .medium-container {
	max-width: 970px;
}

#page-container .small-container {
	max-width: 840px;
}

/*
Additional Styling
------------------------------------------------- */

*:last-child {
	margin-bottom: 0;
}

p:empty {
	display: none;
}

a[href^="tel"] {
	display: inline-block;
}

.entry-content a {
	color: #15497e;
}

.entry-content a:hover {
	text-decoration: underline;
}

.entry-content .read-more {
	font-weight: 600;
	font-family: 'Poppins';
	font-style: normal;
	color: #1B486D;
	position: relative;
	display: inline-block;
	line-height: 32px;
	padding-right: 50px;
}

.entry-content .read-more::before {
	content: '';
	display: block;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: #fff url( "images/bold-blue-arrow.svg" ) no-repeat center center;
	position: absolute;
	top: 0;
	right: 0;
	transition: all ease-in-out 0.3s;
	border: 1px solid #fff;
}

.entry-content .read-more:focus:before,
.entry-content .read-more:hover::before {
	border-color: #1B486D;
}

/*
Sharing Icons Styling
------------------------------------------------- */

#page-container .sharing-btns {
	display: inline-block;
	vertical-align: middle;
}

#page-container .sharing-btns,
#page-container .sharing-btns li {
	margin: 0;
	padding: 0;
}

#page-container .sharing-btns li {
	float: left;
	line-height: normal;
	margin: 0 5px 0 0;
}

#page-container .sharing-btns li::before {
	display: none;
}

#page-container .sharing-btns li a:hover {
	text-decoration: none;
}

#page-container .sharing-btns li:last-child {
	margin: 0;
}

/* gravity form styling
--------------------------------------------- */

#page-container .gform_wrapper.gravity-theme .gform_fields {
	grid-column-gap: 34px;
	grid-row-gap: 1px;
}

#page-container .gfield label {
	font-size: 17px;
	font-weight: 400;
	line-height: 1.88;
	color: #1B486D;
	margin-bottom: 0;
}

#page-container .gform_wrapper .gfield_required {
	font-weight: 400;
	color: #1B486D;
	padding: 0;
	margin: 0;
	font-size: 17px;
}

#page-container .gform_wrapper.gravity-theme .gfield textarea.medium {
    height: 217px;
}

#page-container .gform_footer {
	justify-content: center;
	margin: 0;
	padding: 39px 0 0;
}

body .gform_wrapper.gravity-theme .field_description_above .gfield_description {
    padding-bottom: 0;
    padding-top: 16px;
}

/*
Gravity Forms Error Styling
------------------------------------------------- */

#page-container .gform_wrapper.gravity-theme .instruction,
#page-container .gform_wrapper.gravity-theme .validation_message {
	display: none;
}

#page-container .gform_validation_errors .gform-icon {
	height: auto;
	top: 10px;
}

#page-container .gform_wrapper .gform_validation_errors {
	padding: 10px 10px 10px 48px;
	border-radius: 6px;
	border-width: 1px;
}

#page-container .gform_wrapper .gform_validation_errors > h2 {
	font-weight: 400;
	line-height: inherit;
	font-family: inherit;
	margin-bottom: 5px;
}

#page-container .gform_wrapper .gform_validation_errors > ol {
	margin-bottom: 0;
	margin-left: 0;
}

/*
Blog Page
------------------------------------------------- */

.featured-image {
	float: left;
	margin: 9px 24px 17px 0;
}

.featured-image a,
.featured-image img {
	display: block;
}

.featured-image img {
	margin: 0px auto;
	border: 1px solid #ccc;
	padding: 5px;
}

.type-post .entry-title,
.search article .entry-title {
	margin: 0 0 20px;
	font-size: 30px;
}

#page-container .entry-footer {
	border-top: 3px solid #e6e6e6;
	border-bottom: 3px solid #e6e6e6;
	padding: 7px 0;
	overflow: hidden;
	margin-top: 40px;
}

.entry-footer span {
	display: inline-block;
	margin-right: 10px;
}

.entry-footer:empty {
	display: none;
}

#page-container .type-post:last-child {
	margin-bottom: 50px;
}

.sidebar .search-form input[type=search] {
	border-color: #BDBDBD;
	width: 100%;
	margin: 0 0 15px;
}

#page-container .sidebar .search-form input[type="submit"] {
	width: 100%;
}

#page-container input[type="checkbox"],
#page-container input[type="image"],
#page-container input[type="radio"] {
	margin-top: 9px;
	padding: 0;
}

#page-container .gfield_consent_label a {
	text-decoration: underline;
	font-weight: 600;
}

#page-container .gfield_consent_label a:hover {
	text-decoration: none;
}

.additional-note {
	font-size: 11px;
	margin-bottom: 30px;
}

#page-container .gform_wrapper.gravity-theme .ginput_counter {
	color: #1B486D;
}

/*
Custom Styling
---------------------------------------------------------------------------------------------------- */

.hero-panel h5 {
	font-weight: 400;
	line-height: 40px;
}

.heading-below-border img {
	margin-bottom: 45px;
}

.round-image img{
	border-radius:20px;
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

#page-container .hero-panel.left-full-image-panel,
#page-container .hero-panel.right-full-image-panel{
	background:#fff;
	padding: 54px 0;
	margin-bottom:70px;
}

#page-container .hero-panel.right-full-image-panel .so-widget-image,
#page-container .hero-panel.left-full-image-panel .so-widget-image{
	width:auto;
}

#page-container .hero-panel.right-full-image-panel .so-widget-image{
	border-bottom-left-radius:20px;
	border-top-left-radius:20px;
	left: inherit;
	-webkit-transform: translate(0%,-50%);
	-moz-transform: translate(0%,-50%);
	-o-transform: translate(0%,-50%);
	-ms-transform: translate(0%,-50%);
	transform: translate(0%,-50%);
	right: calc((100% - 1620px) / 2);
}

#page-container .hero-panel.left-full-image-panel .so-widget-image{
	border-bottom-right-radius:20px;
	border-top-right-radius:20px;
	left: calc((100% - 1620px) / 2);
	-webkit-transform: translate(0%,-50%);
	-moz-transform: translate(0%,-50%);
	-o-transform: translate(0%,-50%);
	-ms-transform: translate(0%,-50%);
	transform: translate(0%,-50%);
}

.hero-panel.right-full-image-panel .widget_siteorigin-panels-builder,
.hero-panel.left-full-image-panel .widget_siteorigin-panels-builder{
	width:802px;
	text-align:left;
	margin-left: calc((100% - 1170px) / 2);
}

.hero-panel.right-full-image-panel .widget_siteorigin-panels-builder .panel-layout,
.hero-panel.left-full-image-panel .widget_siteorigin-panels-builder .panel-layout{
	position:relative;
	padding:75px 42px 60px 60px;
	background: #FFFFFF;
	border-radius: 20px;
}

.hero-panel.right-full-image-panel .widget_siteorigin-panels-builder .panel-layout:before,
.hero-panel.left-full-image-panel .widget_siteorigin-panels-builder .panel-layout:after{
	content:"";
	display:block;
	width:235px;
	height:381px;
	background:url("images/dots-texture.png");
	position:absolute;
	top:-40px;
	left:-40px;
	z-index:-1;
}

.hero-panel.left-full-image-panel .widget_siteorigin-panels-builder .panel-layout:after{
	left:inherit;
	right:-40px;
}

.hero-panel.left-full-image-panel .widget_siteorigin-panels-builder{
	margin-left: auto;
	margin-right: calc((100% - 1170px) / 2);
}

#page-container .hero-panel.left-full-image-panel .button,
#page-container .hero-panel.right-full-image-panel .button{
	min-width:237px;
}

.right-image-panel .panel-grid-cell:first-child .widget_siteorigin-panels-builder{
	max-width:365px;
	margin-left:calc(100% - 365px);
}

.right-image-panel .widget_sow-image img.so-widget-image{
	border-radius: 20px 0px 0px 20px;
}

.right-image-panel .heading-below-border img {
	margin-bottom: 18px;
}

.cta-panel h5{
	font-size:25px;
}

/* .callout-boxes-panel{
	
} */

.callout-box{
	border-radius:40px;
	position:relative;
	padding:53px 67px 50px 67px;
}

.callout-box .heading-below-border img {
	margin-bottom: 33px;
	margin-top: 12px;
}

.top-right-dots-texture,
.bottom-right-dots-texture,
.bottom-left-dots-texture{
	position:relative;
}

.top-right-dots-texture:before,
.bottom-right-dots-texture:after,
.bottom-left-dots-texture:after{
	display:block;
	content:"";
	width:235px;
	height:381px;
	position:absolute;
	top:-40px;
	right:-40px;
	background:url("images/dots.svg");
	z-index:-1;
}

.bottom-right-dots-texture:after{
	top:auto;
	bottom:-40px;
}

.bottom-left-dots-texture:after{
	top:auto;
	right:auto;
	left:-40px;
	bottom:-40px;
}

.hero-panel-type-2,
.hero-panel-type-left-text{
	background:#EFF7FF;
}

.hero-panel-type-left-text .hero-text-box{
	float:right;
	margin-right:120px;
}

.home .hero-text-box{
	padding-top:25%;
}

.hero-text-box{
	padding-top:85px;
	max-width:565px;
	text-align:center;
	font-size:25px;
	line-height:40px;
}

.cta-boxes .cell-box {
	padding: 45px 50px 60px;
	border-radius: 20px;
	position:relative;
	z-index:9;
}

.cta-boxes .cell-box h2 {
	margin-top: 12px;
}

.cta-boxes .cell-box .text-panel {
	padding-top: 26px;
}

.accordion-panel .sow-fa,
.accordion-panel .sow-fas {
	color: #fff;
}

.stat-boxes-panel .boxes .panel-grid-cell {
	background-color: #C2DAF1;
	border-radius: 20px;
	min-height: 232px;
	padding: 25px;
	display: flex;
	align-items: center;
}

.stat-boxes-panel .boxes h3 {
	font-size: 60px;
	font-weight: 600;
	margin: 0 0 0px;
}

.contact-form-panel {
	border-radius: 20px;
	padding: 60px 0 62px;
}

.contact-form-panel h5 {
	font-size: 21px;
}
.contact-form-panel h4,
.contact-form-panel h5 {
	line-height: 1.71;
	margin: 0 0 35px;
}

#page-container .contact-form-panel .gfield input,
#page-container .contact-form-panel .gfield select,
#page-container .contact-form-panel .gfield textarea {
	border-color: #fff;
}

#page-container .contact-form-panel .gfield input:focus, 
#page-container .contact-form-panel .gfield select:focus, 
#page-container .contact-form-panel .gfield textarea:focus{
	border-color:#000;
}

#page-container .contact-form-panel .button {
	background-color: #fff;
	color: #1B486D;
	min-width: 198px;
}

.extra-doodles-panel {
	border-radius: 30px;
	padding: 61px 83px 55px;
}

#page-container .extra-doodles-panel .icons-row {
	margin-bottom: 30px;
}

.extra-doodles-panel .so-widget-sow-image h3 {
	font-size: 21px;
	text-align: center;
}

#page-container .extra-doodles-panel .so-widget-sow-image .sow-image-container {
	min-height: 180px;
	align-items: center;
	margin-bottom: 40px;
}

.lang-toggle,
.site-header .widget-area .search-toggle {
	display: none;
}

.lang-toggle.active::before {
	content: "\f335";
}

.home .hero-text-box{
	margin-left: -55px;
}

#quality-legal-panel{
	margin-top:-130px;
}

#quality-legal-panel .button{
	position: absolute;
	left: 50%;
	transform: translatex(-50%);
	top:-26px;
	text-transform:uppercase;
	pointer-events:none;
}

.callout-box h2{
	line-height:1.35;
}

#quality-legal-panel .bottom-right-dots-texture::after {
	z-index:-1;
}

.round-ellipse{
	position:relative;
}

.round-ellipse:after{
	content:"";
	display:block;
	background:#fff;
	width:100%;
	height:352px;
	position:absolute;
	bottom:0px;
	left:0px;
	z-index:0;
	clip-path: ellipse(55% 90% at 50% 100%);
}

#covid-19-panel .callout-box{
	z-index:1;
}

.events-other-resources .so-widget-custom_image_widget{
	position:relative;
	color:#fff;
	background-color: #000;
	border-radius: 20px;
}

.events-other-resources .so-widget-custom_image_widget:after{
	content:"";
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	bottom:0px;
	left:0px;
	background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
	mix-blend-mode: multiply;
	opacity: 0.8;
	transform: rotate(-180deg);
	border-radius:20px;
}

.events-other-resources .so-widget-custom_image_widget .image-description{
	position:absolute;
	bottom:0px;
	left:0px;
	margin:0;
	text-align:left;
	z-index:9999;
	padding:0 73px 28px 41px;
	line-height:1.4;
}

.events-other-resources .so-widget-custom_image_widget .image-description a{
	color:#fff;
	margin-top:15px;
}

.events-other-resources .so-widget-custom_image_widget h5{
	color:#fff;
}

.round-image img{
	border-radius:20px;
}

.entry-content .webinars-column p{
	margin-bottom:16px;
}

.prefix{
	display:block;
	font-weight: 600;
	font-size: 15px;
	line-height: 22px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	min-height:23px;
}

.postfix{
	display:block;
	font-family: 'Inter';
	font-weight: 400;
	line-height: 32px;
	min-height:64px;
	font-size:17px;
}

#page-container #make-a-donation.hero-panel.left-full-image-panel{
	min-height:1042px;
	margin-bottom:0px;
}

#page-container #make-a-donation.hero-panel.left-full-image-panel .so-widget-image {
 	width: 1094px;
}

#make-a-donation.hero-panel.left-full-image-panel .widget_siteorigin-panels-builder {
	width: 572px;
}

#make-a-donation.hero-panel.left-full-image-panel .widget_siteorigin-panels-builder .panel-layout{
	padding:63px 30px 60px 60px;
}

#make-a-donation.hero-panel.left-full-image-panel .widget_siteorigin-panels-builder .panel-layout::after{
	display:none;
}

#make-a-donation.heading-below-border img {
	margin-bottom: 25px;
}

.hero-panel.left-full-image-panel h6{
	font-weight: 400;
	font-size: 21px;
	line-height: 36px;
	letter-spacing: 0;
	text-transform:none;
}

.donation-panel-doodle{
	position:absolute;
	left: -300px;
	top: 0;
	height: auto;
}

#volunteer-employment{
	margin-top:-270px;
}

.entry-content #volunteer-employment .read-more::before {
	background-color: #fff;
	border-color: #fff;
}

.community-partners-panel{
	padding:50px 50px 35px 55px;
	text-align:center;
	background: #FFFFFF;
	border: 10px solid #EFF7FF;
	border-radius: 20px;
	position:relative;
	z-index:99;
}

.partner-logos{
	margin-top:30px;
}

.partner-logos img{
	margin:0 20px;
	vertical-align: middle;
}

.home .site-footer{
	padding-top:170px;
	margin-top:-170px;
	position:relative;
	z-index:1;
}

.testimonial-panel .sow-slider-base ul.sow-slider-images li.sow-slider-image{
	background:transparent !important;
	font-style:italic;
}

.testimonial-panel .sow-slider-base ul.sow-slider-images li.sow-slider-image strong{
	font-style:normal;
}

.site-inner .testimonial-panel ul{
	padding-bottom:40px;
	margin-top:30px !important;
}

.site-inner .testimonial-panel ul li::before{
	display:none;
}

.testimonial-panel .sow-slider-base .sow-slide-nav{
	display:none !important;
}

.testimonial-panel .sow-slider-base .sow-slider-pagination{
	text-align:center;
	padding:0px;
}

.testimonial-panel .sow-slider-base .sow-slider-pagination {
	bottom: 0;
}

.testimonial-panel .sow-slider-base .sow-slider-pagination li{
	margin: 0 33px 0 0;
}

.testimonial-panel .sow-slider-base .sow-slider-pagination li a{
	opacity:1;
}

.testimonial-panel .sow-slider-base .sow-slider-pagination li.sow-active a,
.testimonial-panel .sow-slider-base .sow-slider-pagination li:hover a{
	opacity:1;
	background:#FFD363;
}

#get-involved-panel.round-ellipse::after{
	top:0px;
	clip-path: ellipse(55% 100% at 50% 100%);
}

.get-involved-list{
	position:relative;
	z-index:99;
}

.site-inner .get-involved-list ul li:before{
	display:none;
}

.get-involved-list{
	text-align:center;
}

.get-involved-list ul{
	margin:35px 0 25px
}

.get-involved-list ul li{
	list-style-type:none;
	display:inline-block;
	font-weight: 700;
	font-size: 21px;
	line-height: 24px;
	border-right:1px solid #FFD363;
	padding: 0 32px;
}

.get-involved-list ul li:last-child{
	border:0px;
}

#page-container .get-involved-list .button.yellow{
	display:block;
	width:100%;
	margin-bottom:55px;
	cursor:none;
	font-size:21px;
	line-height: 36px;
}

#work-a-case .donation-panel-doodle{
	top:160px;
	left: -365px;
}

.get-involved-details-panel .split-list ul {
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;
}

.split-list-three ul{
	 -moz-column-count: 3;
    -moz-column-gap: 20px;
    -webkit-column-count: 3;
    -webkit-column-gap: 20px;
    column-count: 3;
    column-gap: 20px;
}

.site-inner .split-list-three ul li{
	padding:0px;
}

.site-inner .split-list-three ul li::before{
	display:none;
}

#clinics-and-workshops .donation-panel-doodle {
	top: 55px;
	right: -365px;
	display: block;
	left: auto;
}

#lassd-clinics .donation-panel-doodle {
	top: 50%;
	right: -275px;
	display: block;
	left: auto;
	transform: translatey(-50%);
}

#mediation .donation-panel-doodle{
	left: -275px;
	top: 103px;
}

#mcle-community-training .donation-panel-doodle{
	top: 160px;
	right: -365px;
	display: block;
	left: auto;
}

.volunteer-page .site-footer {
	/*padding-top: 170px;
	margin-top: -165px;*/
	padding-top: 20px;
    margin-top: 30px;
}

#law-students-opportunities{
	font-size:21px;
}

.volunteer-page .locations-panel .boxes {
	padding-top: 0;
}

/*
How We Can Help
--------------------------------------------- */

#page-container .extra-small-container {
	max-width: 790px;
}

.services-hero-panel.hero-panel {
	padding-top: 61px;
	padding-bottom: 87px;
	min-height: auto;
}

.services-faqs-panel .cont {
	border-radius: 40px;
	padding: 48px 45px 53px;
	position: relative;
}

.overlap-btn {
	position: absolute;
	top: -25px;
	left: 0;
	right: 0;
}

#page-container .services-faqs-panel .button {
	min-width: 358px;
	pointer-events: none;
	cursor: auto;
	letter-spacing: 0.1em;
}

#page-container .services-faqs-panel .sow-accordion .sow-accordion-panel {
	border-bottom: 1px solid #7BA0C4;
}

#page-container .services-faqs-panel .sow-accordion .sow-accordion-panel:last-child {
	border-bottom: 0;
}

.services-faqs-panel .sow-fa,
.services-faqs-panel .sow-fas {
	color: #FFBE18;
}

.services-faqs-panel a[href^="tel"] {
	text-decoration: none;
}

.entry-content .read-more.yellow::before {
	background-color: #FFD363;
}

.entry-content .read-more.yellow:hover::before,
.entry-content .read-more.yellow:focus:before {
	border-color: #C2DAF1;
	background-color: #C2DAF1;
}

.site-inner .no-list-style ul li {
	margin-bottom: 0;
	line-height: 27px;
	border-bottom: 1px solid #7BA0C4;
	padding: 12px 0;
}

.site-inner .no-list-style ul li:last-child {
	border-bottom: 0;
}

.site-inner .no-list-style ul li::before {
	display: none;
}

.our-services-panel {
	margin-top: -9px;
	z-index: 99;
}

.our-services-panel,
.ways-to-donate {
	position: relative;
	overflow: hidden;
}

.our-services-panel > div.so-panels-full-wrapper,
.ways-to-donate > div.so-panels-full-wrapper {
	position: relative;
	z-index: 9;
}

.our-services-panel::before,
.our-services-panel::after,
.ways-to-donate::before,
.ways-to-donate::after {
	content: '';
	display: block;
	background-color: #fff;
	position: absolute;
}

.our-services-panel::before,
.ways-to-donate::before {
	top: 1190px;
	width: 2654px;
	height: 2654px;
	border-radius: 50%;
	left: 50%;
	transform: translateX(-50%);
}

.our-services-panel::after,
.ways-to-donate::after {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 1770px;
	left: 0;
	right: 0;
	bottom: 0;
}

.our-services-panel .heading {
	padding-bottom: 16px;
}

.our-services-panel .boxes > .panel-grid-cell:last-child {
	padding-top: 12px;
}

.service-detail-box {
	border-radius: 30px;
	padding: 35px 50px 42px;
	margin-bottom: 33px;
}

#page-container .service-detail-box .white-btn .button {
	min-width: 184px;
	letter-spacing: 0;
	padding: 17px 40px;
}

.service-detail-box h5 {
	line-height: 1.40;
	margin: 5px 0 19px;
}

.service-detail-box .text-box {
	padding-top: 4px;
}

.service-cta-panel {
	padding: 44px 0 62px;
}

.service-cta-panel h2 {
	margin: 65px 0 15px;
}

.service-cta-panel h5 {
	font-size: 21px;
	font-weight: 400;
	margin: 0;
	padding: 3px 0 27px;
}

.locations-panel {
	border-radius: 40px;
	padding: 28px 58px 62px;
}

.locations-panel h3 {
	line-height: 1.29;
	margin: 15px 0 18px;
}

.locations-panel .boxes {
	padding-top: 30px;
}

.locations-panel .boxes h5 {
	font-size: 21px;
	line-height: 1.71;
	margin: 0 0 7px;
}

.locations-panel .time-row {
	font-weight: 400;
	font-size: 21px;
	line-height: 39px;
	font-family: 'Poppins';
	text-align: center;
	padding-top: 32px;
}

.locations-panel .time-row .widget {
	display: inline-block;
	padding-left: 45px;
	background: url( "images/timer-icon.svg" ) no-repeat left center;
}

/*
.services-page .site-footer {
	padding-top: 309px;
	margin-top: -285px;
}
*/

.services-faqs-panel > div,
.top-left-dots-texture {
	position: relative;
}

.services-faqs-panel > div::before,
.top-left-dots-texture::before {
	display: block;
	content: "";
	width: 235px;
	height: 381px;
	position: absolute;
	top: -40px;
	right: -40px;
	background: url( "images/dots.svg" );
}

.top-left-dots-texture::before {
	left: -40px;
	right: auto;
}

.make-a-difference .heading-below-border {
	font-size: 21px;
}

/*
Support Our Work
--------------------------------------------- */

.support-hero-panel.hero-panel-type-2 .hero-text-box {
	max-width: 520px;
	padding-top: 66px;
	margin-left: auto;
	margin-right: 50px;
}

.support-hero-panel.hero-panel-type-2 .hero-text-box h2 {
	margin: 0 0 21px;
}

.support-hero-panel.hero-panel-type-2 .heading-below-border img {
	margin-bottom: 34px;
}

#quality-legal-panel .button {
	letter-spacing: 0.1em;
	min-width: max-content;
}

.gala-page #quality-legal-panel .button,
.siteorigin-panels.single-tribe_events #quality-legal-panel .button{
	min-width:360px;
}

.siteorigin-panels.single-tribe_events .tribe-events-content{
	color: #1B486D;
}

#financial-support .callout-box {
	border-radius: 40px;
    padding: 45px 55px 37px;
	margin-top: -132px;
	position: relative;
}

#financial-support .callout-box::before {
	content: '';

}

#page-container .two-cols-list-style ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	justify-content: space-between;
}

#page-container .two-cols-list-style ul li {
	width: calc( 50% - 15px );
}

#page-container .ways-to-donate .heading-below-border {
	max-width: 800px;
	font-size: 21px;
	line-height: 36px;
	padding-bottom: 54px;
}

.ways-to-donate .heading-below-border img,
.make-a-difference .heading-below-border img {
	margin-bottom: -4px;
}

.ways-to-donate a[href^=tel],
.ways-to-donate a[href^=mail] {
	text-decoration: none;
}

.site-inner .simple-list ul li {
	padding-left: 25px;
	margin-bottom: 0;
	line-height: 32px;
}

.site-inner .simple-list ul li::before {
	left: 7px;
	top: 12px;
	background: #1B486D;
	width: 6px;
	height: 6px;
	display: block;
	border-radius: 50%;
}

.cta-boxes .cell-box.tax-box {
	border-radius: 40px;
	padding: 69px 80px 53px;
}

.cta-boxes .cell-box.tax-box p {
	padding: 0 40px;
}

.ways-to-donate::before {
	top: 820px;
}

.make-a-difference {
	padding: 48px 0 0;
}

.simple-images-panel img {
	border-radius: 20px;
}

.legal-aid-news {
	padding-top: 31px;
}

.legal-aid-news .post-boxes .so-widget-image {
	border-radius: 20px;
}

.legal-aid-news .post-boxes .post-short-content {
	margin: 29px 0 0;
}

.legal-aid-news .post-boxes .post-short-content h5 {
	line-height: 1.40;
	margin: 0 0 7px;
}

.legal-aid-news .post-boxes .post-short-content p {
	margin-bottom: 20px;
}

#page-container .get-involved-list div.button.yellow {
	pointer-events: none;
}

/*
Max Mega Menu
--------------------------------------------- */

/* #page-container #mega-menu-wrap-primary {
	width: calc( 100% - 25px);
} */

.search-toggle {
	display: flex;
	align-items: center;
	gap: 10px;
}

#page-container .search-toggle .button {
	min-width: auto;
	padding: 0 20px;
	height: 35px;
	line-height: 35px;
}

#page-container #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
	display: none;
	font-size: 25px;
}

#page-container #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link,
#page-container #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
	font-weight: 600;
	font-family: 'Inter';
}

#page-container #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:last-child {
	margin-right: 0;
}

#page-container #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link,
#page-container #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link,
#page-container #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
	position: relative;
}

#page-container #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu::before,
#page-container #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu::before {
	content: '';
	position: absolute;
	top: 23px;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	box-shadow: 0px 40px 40px rgba(6, 30, 55, 0.2);
	border-radius: 20px;
	display: block;
}

.pum-content.popmake-content iframe {
	width: 350px;
}

/*
Blog & Archive Grid Layout Starts
----------------------------------------------------------------------------------------------------*/

#archive-cat-title {
    text-align: center;
    padding: 0 25px 20px 25px;
}

#featured-blog-panel{
	display:flex;
	gap:30px;
	align-items: center;
	background:#EBEFF2;
}

.featured-post-image{
	min-width:50%;
}

.featured-post-image img{
	width:100%;
}

.featured-post-content{
	padding: 25px 25px 25px 10px;
}

#featured-blog-panel h1{
	font-size: 45px;
	margin-bottom:7px;
}

#featured-blog-panel .read-more{
	margin-top:20px;
	min-width: 200px;
	border-radius: 60px;
	font-weight: 700;
	line-height: 17px;
	padding: 17px 27px;
	display: inline-block;
	font-size: 15px;
	font-family: 'Mulish',sans-serif;
}

#featured-post-category{
	font-family: 'Mulish',sans-serif;
	font-weight:700;
	text-transform:uppercase;
	letter-spacing:1px;
}

.all-categories{
	margin-top: 50px;
	margin-bottom: 50px;
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	justify-content: center;
}

.all-categories a{
	padding:15px 25px;
	border:1px solid var(--blue);
}

.all-categories a:hover{
	background:var(--blue);
	color:var(--white);
}

.blog-grid-panel{
	display:flex;
	flex-wrap:wrap;
	gap:30px;
}

.blog-grid-box{
	width:360px;
	font-size: 17px;
}

.blog-grid-box-image{
	min-height:249px;
	background:var(--gray);
	margin-bottom:20px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.blog-grid-box h4{
	font-size:30px;
}

.blog-grid-box p{
	margin-bottom:5px;
}

.blog-grid-box img{
	margin-bottom:0px;
	min-height: 271px;
	object-fit: cover;
}

.blog-grid-box .read-more{
	text-decoration:underline;
}

.grid-post-category{
	text-transform:uppercase;
	letter-spacing:1px;
	font-family: 'Mulish',sans-serif;
	font-weight:700;
	font-size: 14px;
	margin-bottom:5px;
}

.grid-post-category a{
	color:var(--blue);
}

.archive-cat-title{
	text-align:center;
	padding:0 25px 20px 25px;
}

.single #featured-blog-panel h1:after{
	content:"";
	display:block;
	width:80px;
	height:2px;
	background:var(--blue);
	margin:20px 0 20px;
}

.archive-pagination.pagination {
    display: block;
    width: 100%;
    text-align: center;
}

/*
Blog & Archive Grid Layout Ends
----------------------------------------------------------------------------------------------------*/


@media only screen and (min-width: 981px) {
	#page-container #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
		left: 50%;
		transform: translateX(-50%);
	}
}

#page-container #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
	line-height: 30px;
	font-family: 'Inter';
}

#mega-menu-primary .widget-area {
	display: none;
}

#menu-how-we-can-help, .our-services-panel .links-panel ul.menu {
	text-align: center;
}

#menu-how-we-can-help li, .our-services-panel .links-panel ul.menu li {
	margin: 0;
	padding: 0 7px 0 15px;
	display: inline;
}

#menu-how-we-can-help li::before, .our-services-panel .links-panel ul.menu li:before {
	width: 1px;
	background: #FFBE18;
	height: 25px;
	top: -2px;
}

#menu-how-we-can-help li:first-child:before,.our-services-panel .links-panel ul.menu li:first-child:before {
	display: none;
}

#menu-how-we-can-help li a,
.our-services-panel .links-panel ul.menu li a {
	letter-spacing: -0.01em;
	color: #1B486D;
	font-weight: 700;
	font-family: 'Poppins';
	display: inline;
}

.our-services-panel .links-panel {
	padding: 32px 0 0;
}

.our-services-panel .is-sticky .links-panel::before {
	content: '';
	display: block;
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 50%;
	width: 5000%;
	height: 100%;
	transform: translateX(-50%);
}

.gala-page .hero-panel{
	min-height:1112px;
}

.gala-page .hero-panel *,
.single-tribe_events .hero-panel *{
	color:#fff;
}

.cta-boxes .sold-out{
	position:relative;
}

.cta-boxes .sold-out{
	position:relative;
}

.cta-boxes .sold-out:before{
	display:block;
	content:"";
	position:absolute;
	z-index:999;
	top:0px;
	left:0px;
	background-color: rgba(194, 218, 241,0.8);
	background-image:url('images/sold-out.png');
	background-position:center center;
	background-repeat:no-repeat;
	border-radius: 20px;
	width:100%;
	height:100%;
}

.cta-boxes.yellow-blue-boxes .cell-box {
	padding: 45px 45px 10px;
	border-radius: 20px 20px 0px 0px;
}

.yellow-cell-box{
	min-height:390px;
}

.blue-cell-box{
	color: #fff;
	padding: 45px 45px 20px;
	border-radius: 0px 0px 20px 20px;
	min-height: 249px;
	position:relative;
}

.small-boxes .yellow-cell-box{
	min-height: 320px;
}

.small-boxes .blue-cell-box{
	min-height: 205px;
}

.blue-cell-box h6{
	font-family:'Poppins';
	font-size:21px;
	color:#fff;
	text-transform:none;
	letter-spacing: 0;
}

.yellow-blue-boxes .top-left-dots-texture::before,
.yellow-blue-boxes .top-right-dots-texture::before{
	top:40px;
}

.underwriting-panel{
	padding:65px 0 0px;
	font-size:25px;
}

.underwriting-panel.round-ellipse::after{
	top:0px;
	height:410px;
}

.stat-boxes-panel .boxes .panel-grid-cell.panel-grid-cell-empty{
	padding:0px;
	background:transparent;
}

.gala-page .stat-boxes-panel,
.siteorigin-panels.single-tribe_events .stat-boxes-panel{
	padding-top:35px;
	position:relative;
}

.gala-page .stat-boxes-panel .boxes .panel-grid-cell,
.siteorigin-panels.single-tribe_events .stat-boxes-panel .boxes .panel-grid-cell{
	min-height:133px;
	padding:19px 25px;
}

.gala-page .stat-boxes-panel .boxes h3,
.siteorigin-panels.single-tribe_events .stat-boxes-panel .boxes h3{
	font-size: 45px;
}

.gala-page .counter_up,
.siteorigin-panels.single-tribe_events .counter_up{
	position:relative;
}

.gala-page .counter_up:before,
.siteorigin-panels.single-tribe_events .counter_up:before{
	display:inline-block;
	content:"$";
	font-weight: 700;
	font-size: 45px;
	position:relative;
}

.article-box-panel{
	padding: 38px 0 41px;
}

.article-box-panel .book-box {
	min-height: 156px;
	display: flex !important;
	align-items: center !important;
	padding: 0 33px 0 240px !important;
	border-radius: 20px;
	position: relative;
}

.article-box-panel .siteorigin-widget-tinymce{
	display: flex;
	gap: 30px;
}

.article-box-panel .siteorigin-widget-tinymce p{
	margin-bottom:0px;
}

.article-box-panel .siteorigin-widget-tinymce h5{
	color:#fff;
	font-size:21px;
	line-height: 36px;
	margin: -4px 0 0;
}

.article-box-panel .siteorigin-widget-tinymce img{
	min-width:204px;
	margin-bottom:0px;
	filter: drop-shadow(0px 20px 20px rgba(0, 0, 0, 0.2));
	position: absolute;
	top: -45px;
	left: 37px;
}

#page-container .article-box-panel .siteorigin-widget-tinymce .button{
	min-width:223px;
	background:#fff;
}

#page-container .article-box-panel .siteorigin-widget-tinymce .button:hover,
#page-container .article-box-panel .siteorigin-widget-tinymce .button:focus{
	background:#1B486D;
}

.buy-tickets-support-us{
	padding-top:20px;
}

.buy-tickets-support-us .cta-boxes .cell-box {
	padding: 36px 50px 36px;
}

.buy-tickets-support-us .cta-boxes h4 {
	font-size: 45px;
}

.gala-page .locations-panel,
.siteorigin-panels.single-tribe_events .locations-panel{
	padding: 55px 58px 62px;
	position: relative;
	z-index: 99;
}

.gala-page .site-footer,
.siteorigin-panels.single-tribe_events .site-footer{
	padding-top: 170px;
	margin-top: -170px;
	position: relative;
	z-index: 1;
}

.gala-page .hero-panel h5,
.siteorigin-panels.single-tribe_events h5{
	margin-bottom:30px;
}

.gala-page .hero-panel h5 strong,
.siteorigin-panels.single-tribe_events h5 strong{
	font-size:30px;
}

.gala-page .locations-panel h5
.siteorigin-panels.single-tribe_events h5{
	line-height: 45px;
}

body #mega-menu-wrap-primary.mega-keyboard-navigation .mega-menu-toggle:focus,
body #mega-menu-wrap-primary.mega-keyboard-navigation .mega-toggle-block:focus, 
body #mega-menu-wrap-primary.mega-keyboard-navigation .mega-toggle-block a:focus, 
body #mega-menu-wrap-primary.mega-keyboard-navigation .mega-toggle-block .mega-search input[type=text]:focus, 
body #mega-menu-wrap-primary.mega-keyboard-navigation .mega-toggle-block button.mega-toggle-animated:focus, 
body #mega-menu-wrap-primary.mega-keyboard-navigation #mega-menu-primary a:focus, 
body #mega-menu-wrap-primary.mega-keyboard-navigation #mega-menu-primary input:focus, 
body #mega-menu-wrap-primary.mega-keyboard-navigation #mega-menu-primary li.mega-menu-item a.mega-menu-link:focus{
	outline-offset:5px;
}

#page-container .mega-mobile-languages,
.mobile-header-phone{
	display:none !important;
}

.siteorigin-panels.single-tribe_events .site-inner .wrap #tribe-events-pg-template{
	max-width:100%;
	padding:0px !important;
}

.siteorigin-panels.single-tribe_events .hero-panel {
 	min-height: 1112px;
}

.siteorigin-panels.single-tribe_events .hero-panel h1{
	font-size:50px;
}

.siteorigin-panels.single-tribe_events .tribe-events-back,
.siteorigin-panels.single-tribe_events .tribe-events-single-event-title,
.siteorigin-panels.single-tribe_events .tribe-events-schedule,
.siteorigin-panels.single-tribe_events .tribe-events-single .tribe-events-event-meta,
.siteorigin-panels .tribe-common,
.siteorigin-panels #tribe-events-footer{
	display:none;
}

#page-container .hero-panel.no-subtitle {
	min-height: 100%;
}

.hero-panel.no-subtitle .heading-below-border img {
	margin-bottom: 0;
}

.single.siteorigin-panels.full-width-content .entry-header {
	padding-top: 40px;
}

#cookie-law-info-bar a:not(a[role="button"]) {
	text-decoration: underline;
}

#cookie-law-info-bar a:not(a[role="button"]):hover,
#cookie-law-info-bar a:not(a[role="button"]):focus {
	text-decoration: none;
}

#page-container .tribe-events .tribe-events-l-container {
	padding: 0;
}

#page-container .site-inner .no-bullets ul li:before {
	display: none;
}

#page-container .gform_wrapper.gravity-theme .ginput_container_time {
	max-width: 100%;
	min-width: 88px;
}

#page-container .gfield select {
	padding: 10px;
}

#page-container .services-faqs-panel .no-bottom-border {
	padding-top: 25px;
}

#page-container .services-faqs-panel .no-bottom-border .sow-accordion .sow-accordion-panel {
	border-bottom: none;
}

.rtl #page-container #mega-menu-wrap-primary {
	padding-left: 40px;
}

.h3-to-h4 h3,
.h2-to-h4 h2 {
	font-size: 30px;
}

.h3-to-h6 h3,
.h2-to-h6 h2 {
	font-weight: 400;
	font-size: 21px;
	line-height: 36px;
	letter-spacing: 0;
	text-transform: none;
}

.h3-to-h2 h3 {
	font-size: 45px;
}

.cta-boxes .cell-box h3 {
	margin-top: 12px;
}

.h2-to-h5 h2,
.h3-to-h5 h3,
.h4-to-h5 h4 {
	font-size: 25px;
}

.locations-panel .boxes h4 {
	font-size: 21px;
}

.h4-to-h2 h4 {
	font-size: 45px;
}

body .event-page-title {
	font-weight: 700;
	text-align: center;
	margin-bottom: 50px;
	padding: 0 0 30px;
	background: url( "/wp-content/uploads/2022/07/title-below-border.png" ) no-repeat bottom center;
}

.support-hero-panel.hero-panel-type-2 {
	min-height: 670px;
}

.rtl .site-inner ul li {
    padding: 0 40px 0 0;
}

.rtl .site-inner ul li::before {
	left: auto;
	right: 0;
}

/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1800px) {
	
	#quality-legal-panel {
		margin-top: -120px;
	}
}

@media only screen and (max-width: 1500px) {

	.home .hero-text-box {
		padding-top: 10%;
	}
	
	.endless-ways-to-make-difference #quality-legal-panel {
		margin-top: -45px;
	}
	
	#quality-legal-panel {
		margin-top: -100px;
	}
	
	.support-hero-panel.hero-panel-type-2 .hero-text-box {
		padding: 50px 0;
	}
	
	.support-hero-panel.hero-panel-type-2 {
		min-height: auto;
	}

	#financial-support .callout-box {
		margin-top: 80px;
	}
	
	.gala-page #financial-support .callout-box,
	.single-tribe_events.siteorigin-panels #financial-support .callout-box{
		margin-top: -145px;
	}
	
	.gala-page .cta-boxes .cell-box .text-panel,
	.single-tribe_events.siteorigin-panels .cell-box .text-panel{
		padding-top: 10px;
	}
	
	.gala-page .stat-boxes-panel .boxes h3,
	.single-tribe_events.siteorigin-panels .stat-boxes-panel .boxes h3{
		font-size: 38px;
	}
	
}

@media only screen and (max-width: 1350px) {
	
	.endless-ways-to-make-difference #quality-legal-panel {
		margin-top: 20px;
	}
	
	#work-a-case .donation-panel-doodle {
		left: -315px;
	}
	
	#mcle-community-training .donation-panel-doodle{
		right:-300px;
	}
	
	#clinics-and-workshops .donation-panel-doodle{
		right:-295px;
	}
	
	#financial-support .callout-box {
		margin-top: 0;
	}
	
	.stat-boxes-panel {
    	position: relative;
	}
	
}

@media only screen and (max-width: 1280px) {
	
	#page-container #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
		padding: 35px 30px 12px;
	}

	#page-container #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item {
		padding: 0;
	}
}

@media only screen and (max-width: 1200px) {

	.wrap,
	#page-container .so-panels-full-wrapper,
	#page-container .panel-grid.panel-no-style,
	#page-container .panel-row-style:not([data-stretch-type]),
	.single.siteorigin-panels.full-width-content .entry-header,
	.single.siteorigin-panels.full-width-content .entry-footer {
		padding-right: 20px;
		padding-left: 20px;
	}

	#page-container .so-panels-full-wrapper .so-panels-full-wrapper,
	#page-container .so-panels-full-wrapper .panel-grid.panel-no-style,
	#page-container .panel-row-style:not([data-stretch-type]) .panel-grid.panel-no-style,
	#page-container .so-panels-full-wrapper .panel-row-style:not([data-stretch-type]),
	#page-container .panel-row-style:not([data-stretch-type]) .panel-row-style,
	#page-container .panel-grid.panel-no-style .panel-grid.panel-no-style,
	#page-container .panel-grid.panel-no-style .panel-row-style:not([data-stretch-type]) {
		padding-left: 0px;
		padding-right: 0px;
	}

	.content {
		width: 580px;
	}
	
	.hero-panel.right-full-image-panel .widget_siteorigin-panels-builder{
		margin-left:30px;
	}
	
	.hero-panel.left-full-image-panel .widget_siteorigin-panels-builder{
		margin-right:30px;
	}
	
	.hero-panel.right-full-image-panel .widget_siteorigin-panels-builder .panel-layout, 
	.hero-panel.left-full-image-panel .widget_siteorigin-panels-builder .panel-layout{
		padding:45px 25px 50px 30px;
	}
	
	.right-image-panel .panel-grid-cell:first-child .widget_siteorigin-panels-builder {
		max-width: 100%;
		margin-left: 0;
	}
	
	.callout-box {
		padding: 40px 40px 40px 35px !important;
	}
	
	h1 {
		font-size: 50px;
	}
	
	h2 {
		font-size: 38px;
	}
	
	h3 {
		font-size: 31px;
	}
	
	h4 {
		font-size: 27px;
	}
	
	.stat-boxes-panel .boxes .panel-grid-cell{
		padding: 20px 17px;
	}
	
	.stat-boxes-panel .boxes h3 {
		font-size: 50px;
	}
	
	.contact-form-panel,
	.extra-doodles-panel{
		width: calc(100% - 40px) !important;
	}
	
	body .sow-accordion .sow-accordion-panel .sow-accordion-panel-content .sow-accordion-panel-border{
		padding-left:20px !important;
	}
	
	.cta-boxes .cell-box h2{
		font-size:32px;
	}
	
	.stat-boxes-panel .boxes .panel-grid-cell{
		padding: 25px 15px;
	}

	.header-language-bar ul {
		text-align: center;
	}

	.header-language-bar ul li {
		margin-right: 13px;
	}

	.site-header .widget-area ul li {
		padding: 0 11px;
	}

	#page-container #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
		margin-right: 45px;
	}
	
	#quality-legal-panel {
		margin-top: -75px;
	}
	
	.entry-content .webinars-column p{
		line-height:1.5;
	}
	
	.entry-content .webinars-column h5{
		margin-bottom:9px;
	}
	
	.postfix{
		line-height: 28px;
		font-size:16px;
	}
	
	#make-a-donation.hero-panel.left-full-image-panel .widget_siteorigin-panels-builder .panel-layout {
		padding: 35px 20px 30px 30px;
	}
	
	.donation-panel-doodle{
		left: -215px;
	}
	
	.donation-panel-doodle img {
		max-width: 60%;
	}
	
	.cta-boxes .cell-box {
		padding: 30px 30px 40px;
	}
	
	.cta-boxes .cell-box .text-panel{
		font-size:16px;
	}
	
	.community-partners-panel{
		max-width:90% !important;
	}
	
	.hero-panel-type-left-text .hero-text-box{
		margin-right: 0;
		padding-top: 35px;
	}
	
	#work-a-case .donation-panel-doodle {
		left: -205px;
	}
	
	#clinics-and-workshops .donation-panel-doodle {
		right: -275px;
	}
	
	#mediation .donation-panel-doodle {
		left: -170px;
	}
	
	#mcle-community-training .donation-panel-doodle {
		right: -250px;
	}
	
	#work-a-case .donation-panel-doodle {
		left: -185px;
	}
	
	#lassd-clinics .donation-panel-doodle{
		right:-185px;
	}
	
	.site-footer .boxes {
		padding: 50px 0;
	}

	#page-container .locations-panel {
		padding: 28px 30px 62px !important;
		max-width: calc( 100% - 40px );
	}

	.locations-panel .boxes {
		font-size: 16px;
	}

	.locations-panel .boxes h5 {
		font-size: 19px;
		min-height: 65px;
	}
 
	#page-container .services-faqs-panel .sow-accordion .sow-accordion-panel .sow-accordion-panel-content .sow-accordion-panel-border {
		padding-left: 0 !important;
	}

	#financial-support .callout-box {
		margin-top: 70px;
		border-radius: 20px;
	}

	.cta-boxes .cell-box.tax-box p {
		padding: 0;
	}

	.cta-boxes .cell-box.tax-box {
		padding: 50px 30px;
		border-radius: 20px;
	}

	.make-a-difference {
		padding: 20px 0 0;
	}

	.legal-aid-news.bottom-gap {
		padding-bottom: 30px;
	}

	.content {
		width: 590px;
	}

	.our-services-panel .links-panel {
		padding: 25px 0 0;
	}
	
	.gala-page .hero-panel,
	.siteorigin-panels.single-tribe_events .hero-panel{
		min-height: 1055px;
	}
	
	.buy-tickets-support-us .cta-boxes h4 {
		font-size: 40px;
	}
	
	.cta-boxes.yellow-blue-boxes .cell-box {
		padding: 30px 30px 10px;
	}
	
	.blue-cell-box {
		padding: 30px 25px 20px 30px;
	}
	
	.gala-page .hero-panel,
	.siteorigin-panels.single-tribe_events .hero-panel{
		min-height: 865px;
	}
	
	.gala-page #financial-support .callout-box,
	.siteorigin-panels.single-tribe_events #financial-support .callout-box{
		margin-top: 0;
		margin-bottom: 30px;
	}
	
	.siteorigin-panels.single-tribe_events .hero-panel h1 {
		font-size: 38px;
	}
	
	.header-language-bar, .header-language-bar ul li a {
		font-size: 13px;
	}
	
	#featured-blog-panel, .blog-grid-panel {
		display: block;
	}
	
	.featured-post-content {
		padding-left: 20px;
	}
	
	.blog-grid-box {
		margin: 0 auto 30px;
	}
	
}

@media only screen and (max-width: 997px) {

	.site-header,
	.admin-bar .site-header,
	#header-top-panel,
	.admin-bar #header-top-panel {
		position: relative;
		top: 0;
	}

	.site-header + * {
		margin-top: 0;
	}

	.content,
	.sidebar,
	.title-area,
	.site-header .widget-area {
		float: none;
		width: 100%;
	}

	.header-language-bar {
		padding: 8px 0;
		position: relative;
	}

	#page-container .header-language-bar .panel-grid-cell {
		margin-bottom: 0;
	}

	.lang-toggle {
		display: block;
		position: absolute;
		top: 17px;
		right: 15px;
		font-size: 35px;
		color: #1B486D !important;
	}

	.languages-link {
		padding: 15px 0;
	}

	.site-footer br,
	.site-header .widget-area ul li br {
		display: block;
	}
	
	.header-language-bar ul li {
		margin: 5px;
	}

	.site-header:before {
		display: none;
	}

	.site-header .widget-area {
		padding: 0;
	}

	.site-header .widget-area ul {
		flex-wrap: wrap;
		border: 1px solid #7BA0C4;
	}

	.site-header .widget-area ul li {
		padding: 6px 12px;
		width: 50%;
		line-height: 20px;
	}

	.site-header .widget-area ul li:nth-of-type(2) {
		border-right: 0;
	}

	.site-header .widget-area ul li:nth-of-type(1),
	.site-header .widget-area ul li:nth-of-type(2) {
		border-bottom: 1px solid #7BA0C4;
	}

	.site-header .nav-primary .search-toggle {
		position: absolute;
		top: 25px;
		right: 20px;
	}
	
	.alignleft,
	.alignright {
		max-width: 300px;
	}

	.button + .button {
		margin-left: 0;
	}

	.hero-panel,
	.home .hero-panel {
		min-height: auto;
	}

	.sidebar {
		padding-top: 50px;
		clear: both;
	}
	
	.sow-image-container img{
		margin:0 auto;
	}
	
	br{
		display:none;
	}
	
	.top-right-dots-texture:before{
		z-index:-1;
	}
	
	.site-inner ul li{
		line-height:35px;
	}
	
	.site-inner ul{
		margin-bottom:0px;
	}
	
	.stat-boxes-panel .boxes .panel-grid-cell{
		max-width: 265px;
		margin: 0 auto 30px !important;
		padding: 25px !important;
	}
	
	.stat-boxes-panel .boxes .panel-grid-cell:last-child{
		margin-bottom:0px !important;
	}
	
	#page-container .extra-doodles-panel .so-widget-sow-image .sow-image-container {
		min-height: auto;
		margin-bottom: 20px;
	}
	
	.cta-boxes .cell-box {
		padding: 45px 40px 60px;
	}
	
	#page-container .gform_wrapper.gravity-theme .gform_fields {
		grid-column-gap: 15px;
	}

	#page-container .site-footer .boxes {
		padding: 50px 20px 10px;
		flex-wrap: wrap;
		margin: 0 -20px;
	}

	#page-container .site-footer .boxes .panel-grid-cell {
		width: 50% !important;
		padding: 0 20px 30px;
	}

	#page-container .site-footer .sow-image-container img {
		margin: 0;
	}

	.copyright-text,
	.copyright-text p {
		text-align: center !important;
	}

	.copyright-text .panel-grid-cell:first-child {
		margin-bottom: 10px !important;
	}

	.home .hero-text-box {
		margin-left: 0;
		padding-top:0px;
	}
	
	.hero-text-box {
		padding-top: 0%;
		margin: 0 auto !important;
	}
	
	.home .hero-text-box {
		padding-bottom: 50px;
	}
	
	#quality-legal-panel {
		margin-top: 20px;
	}

	.donation-panel-doodle {
		left: auto;
		right: 0;
		top:10px;
		padding: 0 !important;
		width: 140px !important;
		text-align: right;
		padding-right:20px !important;
	}
	
	#work-a-case .donation-panel-doodle{
		left: auto;
		top: 16px;
		text-align: right;
	}
	
	#clinics-and-workshops .donation-panel-doodle {
		right: 0;
		top: 25px;
	}
	
	#mediation .donation-panel-doodle {
		left: auto;
		top: 30px;
		text-align: right;
	}
	
	#mcle-community-training .donation-panel-doodle {
		right: 0;
		top: 40px;
	}
	
	#lassd-clinics .donation-panel-doodle {
		right: 0;
		top: 60px;
	}

	.partner-logos img {
		margin: 0 10px;
	}

	.top-gap {
		padding-top: 40px;
	}
	
	.bottom-gap {
		padding-bottom: 40px;
	}
	
	.partner-logos img {
		margin: 0 auto 30px;
		display: block;
	}

	.right-image-panel .widget_sow-image img.so-widget-image {
		max-width: calc(100% - 40px);
	}
	
	#page-container #make-a-donation.hero-panel.left-full-image-panel .so-widget-image {
		left: calc((100% - 980px) / 2);
	}
	
	#page-container #make-a-donation.hero-panel.left-full-image-panel {
		min-height: 815px;
	}
	
	#volunteer-employment {
		margin-top: -100px;
	}
	
	.hero-panel-type-left-text .hero-text-box{
		float:none;
	}
	
	.endless-ways-to-make-difference #quality-legal-panel {
		margin-top: 60px;
	}
	
	.get-involved-list ul li {
		font-size: 17px;
		padding: 0 10px;
	}
	
	#page-container .get-involved-list .button.yellow {
		width: 80%;
		margin: 0 auto 35px;
	}
	
	.site-inner .split-list-three ul li strong{
		display:block;
	}
	
	.hero-panel.right-full-image-panel .widget_siteorigin-panels-builder, 
	.hero-panel.left-full-image-panel .widget_siteorigin-panels-builder{
		width:730px;
	}

	.services-faqs-panel .cont {
		padding: 40px 30px 30px;
		border-radius: 20px;
	}

	.services-page .site-footer {
		padding-top: 0;
		margin-top: 50px;
	}

	.locations-panel .boxes h5 {
		font-size: 21px;
	}

	.locations-panel h3 {
		margin: 0 0 18px;
		text-align: center;
	}

	.locations-panel .heading img,
	.service-detail-box br {
		display: block;
	}

	.locations-panel .heading img {
		float: none;
		max-width: 100%;
		margin: 0 auto;
	}

	.service-detail-box {
		border-radius: 20px;
		padding: 35px 30px 42px;
	}

	.service-cta-panel {
		padding: 20px 0 50px;
	}

	.locations-panel {
		border-radius: 20px;
	}

	#page-container .locations-panel {
		padding: 28px 30px 40px !important;
	}

	.support-hero-panel.hero-panel-type-2 .hero-text-box {
		max-width: 100%;
		padding: 0 20px;
	}

	#page-container .two-cols-list-style ul li {
		width: 100%;
	}

	#financial-support .callout-box {
		padding: 30px 30px 20px !important;
	}

	#page-container .ways-to-donate .heading-below-border {
		padding-bottom: 30px;
	}

	.make-a-difference {
		padding: 50px 0 0;
	}

	#page-container .make-a-difference .bottom-small-gap {
		margin-bottom: 25px;
	}

	.legal-aid-news .post-boxes .post-short-content {
		text-align: center;
	}
	
	#mega-menu-primary .widget-area,
	#page-container #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
		display: block;
	}

	.widget-area #sow-editor-2,
	#page-container #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu::before,
	#page-container #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu::before {
		display: none;
	}

	#page-container #mega-menu-wrap-primary {
		width: 100%;
		position: unset;
	}

	#page-container #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated,
	#page-container #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block{
		position: absolute;
		top: 20px;
		right: 155px;
		height:auto;
		align-items: center;
	}

	#page-container #mega-menu-wrap-primary .mega-menu-toggle {
		line-height: normal;
		height: auto;
	}

	#mega-menu-primary .widget-area {
		padding-top: 15px;
		color: #1B486D;
	}

	#page-container #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
		padding: 0;
	}

	#page-container #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
		margin-right: 0;
	}

	#page-container #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
		left: 0;
		transform: unset;
	}

	.our-services-panel .links-panel {
		padding: 25px 0;
	}
	
	.buy-tickets-support-us .cta-boxes .cell-box{
		text-align:center;
	}
	
	.buy-tickets-support-us .cta-boxes .cell-box img.alignleft{
		float:none;
	}
	
	.cta-boxes.yellow-blue-boxes .cell-box,
	.blue-cell-box{
		min-height:auto;
	}
	
/* 	#page-container .mega-mobile-languages, */
	.mobile-header-phone {
		display: block !important;
	}

	.header-language-bar p {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.header-language-bar a br {
		display: block;
	}

	#page-container .housing-discrimination-hero.bottom-gap {
		padding-bottom: 0;
	}
	
	#page-container .housing-discrimination-hero .bottom-small-gap {
		margin-bottom: 0;
	}
	
	#page-container .housing-discrimination-help .callout-box {
		margin-top: 0;
	}
	
	.article-box-panel .book-box {
		min-height: 100%;
		padding: 50px 30px !important;
		background-image: none !important;
		text-align: center;
	}
	
	.article-box-panel .siteorigin-widget-tinymce h5 {
		margin: 0 0 30px;
	}
	
	.article-box-panel .siteorigin-widget-tinymce img {
		position: relative;
		top: 0;
		left: 0;
		margin: 0 0 25px;
	}
	
	.article-box-panel .siteorigin-widget-tinymce {
		display: block;
		gap: 0;
	}
	
	.rtl .title-area {
		direction: ltr;
	}
	
	.rtl #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
		text-align: right;
	}
	
	#page-container .site-header .widget-area .search-toggle .button {
		display: none;
	}
	
	.office {
		text-align: center;
	}
}


@media only screen and (max-width: 780px) {

	.alignleft,
	.alignright,
	.rtl .alignleft,
	.rtl .alignright {
		float: none;
		max-width: 100%;
		margin: 0 auto 20px;
	}
	.entry-content .entry-image {
		float: left;
		margin-right: 20px;
	}
	#page-container .sow-tabs-panel-container {
		display: none;
	}
	#page-container .sow-tabs-tab {
		margin: 0 0 20px;
	}
	#page-container .sow-tabs-tab.active-tab {
		margin-bottom: 0;
	}
	#page-container .active-tab + .mobile-tab-content {
		display: block;
	}
	.mobile-tab-content {
		background: #fff;
		display: none;
		padding: 20px;
		margin-bottom: 20px;
	}
	
	.hero-panel.right-full-image-panel .widget_siteorigin-panels-builder {
		margin-left: 0;
	}
	
	.hero-panel.left-full-image-panel .widget_siteorigin-panels-builder{
		margin-right:0px;
	}
	
	.hero-panel.right-full-image-panel .widget_siteorigin-panels-builder, 
	.hero-panel.left-full-image-panel .widget_siteorigin-panels-builder {
		width: calc(100% - 40px);
		margin:0 auto !important;
	}
	
	.hero-panel.right-full-image-panel .widget_siteorigin-panels-builder .panel-layout, 
	.hero-panel.left-full-image-panel .widget_siteorigin-panels-builder .panel-layout {
		padding: 30px 0px 25px 10px;
		box-shadow: 2px 5px 34px rgb(3 3 3 / 20%);
	}
	
	h2 {
		font-size: 32px;
	}

	#page-container .hero-panel.left-full-image-panel, 
	#page-container .hero-panel.right-full-image-panel{
		margin-bottom:0px;
	}
	
	.bottom-gap {
		padding-bottom: 40px;
	}
	
	.top-gap{
		padding-top:40px;
	}
	
	#page-container .hero-panel.left-full-image-panel .so-widget-image,
	#page-container .hero-panel.right-full-image-panel .so-widget-image{
		display:none;
	}
	
	body .sow-accordion .sow-accordion-panel .sow-accordion-panel-header{
		line-height:1.6;
	}
	
	.partner-logos img:last-child {
		margin-bottom:0px;
	}

	.hero-text-box{
		padding:0 20px;
	}
	
	.events-other-resources .so-widget-custom_image_widget .image-description{
		padding: 0 20px 15px 20px;
		font-size: 14px;
	}
	
	.events-other-resources .so-widget-custom_image_widget .image-description a{
		margin-top:6px;
	}
	
	#page-container #make-a-donation.hero-panel.left-full-image-panel {
		min-height: inherit;
	}
	
	#volunteer-employment {
		margin-top: 0;
	}
	
	#make-a-donation.hero-panel.left-full-image-panel .widget_siteorigin-panels-builder {
		width: calc(100% - 40px);
	}
	
	#make-a-donation.hero-panel.left-full-image-panel .widget_siteorigin-panels-builder .panel-layout {
		padding: 35px 0px 30px 0px;
	}
	
	.donation-panel-doodle{
		display:none !important;
	}
	
	.cta-boxes .cell-box {
		padding: 45px 20px 30px;
	}
	
	.cta-boxes .cell-box .text-panel {
		padding-top: 0px;
	}
	
	.heading-below-border img {
		margin-bottom: 25px;
	}
	
	.top-right-dots-texture:before, 
	.bottom-right-dots-texture:after, 
	.bottom-left-dots-texture:after{
		width: 145px;
		height: 230px;
	}
	
	#quality-legal-panel .button{
		padding: 17px 20px;
	}
	
	.get-involved-details-panel .split-list ul {
		-moz-column-count: 1;
		-moz-column-gap: 0px;
		-webkit-column-count: 1;
		-webkit-column-gap: 0px;
		column-count: 1;
		column-gap: 0px;
	}
	
	.split-list-three ul {
		-moz-column-count: 1;
		-moz-column-gap: 0;
		-webkit-column-count: 1;
		-webkit-column-gap: 0;
		column-count: 1;
		column-gap: 0;
	}

	#page-container .services-faqs-panel .sow-accordion .sow-accordion-panel .sow-accordion-panel-header {
		font-size: 20px;
	}
	
	.underwriting-panel.round-ellipse::after{
		clip-path: ellipse(90% 90% at 50% 100%);
	}	
}

@media only screen and (max-width: 500px) {

	.entry-content .entry-image {
		float: none;
		margin: 0 auto 20px;
	}
	
	h1 {
		font-size: 38px;
	}
	
	h5 {
		font-size: 21px;
	}

	.header-tagline {
		line-height: normal;
		padding: 10px 20px;
	}

	#page-container .site-footer .boxes .panel-grid-cell {
		width: 100% !important;
	}
	
	.callout-box.top-right-dots-texture::before {
		z-index: -1;
	}
	
	.hero-text-box {
		text-align: center;
		font-size: 21px;
		line-height: 33px;
	}
	
	.cta-boxes .cell-box h2 {
		font-size: 32px;
	}
	
	.callout-box {
		padding: 40px 30px 40px 25px!important;
	}
	
	.get-involved-list ul li {
		display: block;
		border: 0px;
	}
	
	#get-involved-panel.round-ellipse::after{
		display:none;
	}

	.featured-image {
		margin: 0 auto 30px;
		float: none;
	}

	.featured-image a img {
		width: 100%;
	}
	
	#menu-how-we-can-help li {
		padding: 7px 0;
		line-height: normal;
		display: block;
		border-bottom: 1px solid #FFBE18;
	}

	#menu-how-we-can-help li a {
		font-size: 17px;
	}

	#menu-how-we-can-help li::before {
		display: none;
	}
	
	.gala-page .hero-panel,
	.siteorigin-panels.single-tribe_events .hero-panel{
		min-height: 775px;
	}
	
	.cta-boxes .sold-out:before{
		background-size:90%;
	}
	
}

@media only screen and (max-width: 450px) {

	.site-header .widget-area ul li {
		width: 100%;
		border-bottom: 1px solid #7BA0C4;
		border-right: 0;
		text-align: center;
	}

	.site-header .widget-area ul li:last-child {
		border-bottom: 0;
	}

	#page-container .services-faqs-panel .button {
		min-width: 330px;
	}

	.locations-panel .time-row {
		line-height: normal;
	}

	#quality-legal-panel .button {
		min-width: unset;
		position: relative;
		top: 0;
		left: 0;
		transform: unset;
	}

	.events-other-resources .bottom-left-dots-texture:after {
		display: none;
	}

	#page-container .button {
		padding: 17px 15px;
	}

	.stat-boxes-panel .boxes .panel-grid-cell {
		max-width: 100%;
		min-height: 100%;
		border-radius: 15px;
	}

	.stat-boxes-panel .boxes .panel-grid-cell .counter .postfix {
		min-height: 100%;
	}

	#page-container .stat-boxes-panel.bottom-small-gap {
		margin-bottom: 0;
	}

	.cta-boxes .cell-box h2,
	.cta-boxes .cell-box h4 {
		text-align: center;
	}

	.cta-boxes .cell-box h2 + p img,
	.cta-boxes .cell-box h4 + p img {
		display: block;
	}

	.service-cta-panel h2 {
		margin: 0 0 15px;
	}

	#page-container .get-involved-list .button.yellow {
		width: 100%;
	}
	
	.cta-boxes .sold-out:before{
		background-size:75%;
	}
	
	.gala-page #quality-legal-panel .button,
	.siteorigin-panels.single-tribe_events #quality-legal-panel .button{
		min-width: 100%;
	}
	
	#page-container #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated{
		right:10px;
	}
	
	.gala-page .stat-boxes-panel .boxes .panel-grid-cell,
	.siteorigin-panels.single-tribe_events .stat-boxes-panel .boxes .panel-grid-cell{
		display: block;
		text-align: center;
	}
	
	.underwriting-panel.round-ellipse::after{
		display:none;
	}
	
	.title-area a {
		width: 150px;
		height: 48px;
	}
	
	.site-header .nav-primary .search-toggle {
		top: 16px;
	}

	#page-container #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block {
		right: 122px;
		top: 13px;
	}

	.site-header .widget-area .search-toggle {
		top: 16px;
	}
	
	.search-toggle {
		gap: 5px;
	}
	
	#page-container .search-toggle .button {
		padding: 0 8px;
	}
}