/*
Theme Name: Climate Litigation Network
Theme URI: https://github.com/elementor/hello-theme/
Description: Child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.form-subscribe-footer
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/



/*** FONTS ***/
@import url('https://fonts.googleapis.com/css2?family=League+Spartan:wght@400;700;800&display=swap');


:root {
	/*** COLORS ***/
    --prim-color: #722089;				/* purple */
    --prim-color-darker: #601276;
    --prim-color-lighter: #854099;

    --sec-color: #92D5E6;				/* light blue */
    --sec-color-darker: #82CBDE;
    --sec-color-lighter: #A1DCEC;

    --foc-color: #722089;					/* purple */
    --foc-color-darker: #601276;
    --foc-color-lighter: #854099;

    --headings-color: #722089;				/* purple */
    --text-color: #000;					/* black */
    --text-color-light: #AFAFAF;			/* light gray */

    --line-color: #FFF;					/* white */
    --border-color: #FFF;					
    --divider-color: #FFF;

	--background-color: #E8FAFF;			    /* light blue */

	--box-background-color: #fff;					/* white */
	--card-background-color: #fff;					/* white */
    

    --background-color-alternate: #FFF;					/* white */

	--form-background-color: #FFF;		       /* white */
	--field-background-color: #FFF;		       /*  white */
	--field-border-color: #E5E5E5;		       /*  light gray */
	--field-border-width: 1px;		                

	--nav-bar-background-color: #722089;		/* purple */
	--footer-background-color: #722089;		/* purple */
	--footer-line-color: #87419A;

	--border-radius: 0;
	--border-width: 0;
}

:focus {
    outline-color: transparent !important;
    outline-style: auto;
    outline-width: 0 !important;
}




/*** TEXT * HEADINGS ***/

body {
	font-family: 'League Spartan', sans-serif;
	/* font-size: 1.125rem;   18px */
	font-size: 1.5rem;   /* 24px */
	color: var(--text-color);
	line-height: 150%;
	font-weight: 400;
	background-color: var(--background-color);
}

table th,
table td,
table tfoot th,
table thead td {
    font-size: 1rem !important;   /* 16px */
}


p {
	margin-bottom: 1.50rem;
}

p.elementor-heading-title {
	line-height: 150%;
}

b,
strong,
.strong {
	font-weight: 700;
}

hr,
.elementor-divider .elementor-divider-separator {
	color: var(--line-color) !important;
	background-color: var(--line-color);
	border-color: var(--line-color) !important;
	border-style: solid;
	border-width: 1px;
	border-bottom: 0;
	margin: 20px 0 20px 0;
}

..elementor-divider {
    color: var(--line-color);
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'League Spartan', sans-serif;
	font-weight: 700;
	color: var(--headings-color);
    text-transform: uppercase;
    line-height: 100%;
    margin-bottom: 0 !important;
}


h1,
h1.elementor-widget-title {
	line-height: 100% !important;
}

h2, h3, h4, h5, h6,
h2.elementor-widget-title,
h3.elementor-widget-title {
	line-height: 100% !important;
}


.elementor-widget-heading {
    margin-bottom: 0 !important;
}

/*
.elementor-widget-heading .elementor-heading-title {
	line-height: 150%;
}
*/

/* heading sizes */
h1 { font-size: 5rem; }
h2 { font-size: 4rem; }
h3 { font-size: 2.5rem; }
h4 { font-size: 2rem; }
h5 { font-size: 1.75rem; }
h6 { font-size: 1.5rem; }


.elementor-widget-heading h1 { margin-bottom: 12px; }
.elementor-widget-heading h2 { margin-bottom: 12px; }
.elementor-widget-heading h3 { margin-bottom: 12px; }

.elementor-widget-heading.light h1,
.elementor-widget-heading.light h2,
.elementor-widget-heading.light h3,
.elementor-widget-heading.light h4,
.elementor-widget-heading.light h5,
.elementor-widget-heading.light h6 {
    margin-top: -10px;
    font-weight: 400;
}


.elementor-widget-heading.subheading h1,
.elementor-widget-heading.subheading h2,
.elementor-widget-heading.subheading h3,
.elementor-widget-heading.subheading h4,
.elementor-widget-heading.subheading h5,
.elementor-widget-heading.subheading h6 {
    color: var(--sec-color);
}


.elementor-widget-heading.elementor-widget:not(:last-child) {
    margin-bottom: 10px;
}






button, input, optgroup, select, textarea {
	/* font-size: 1.125rem; 18px */
	font-size: 1rem; /* 16px */
  
}

.intro {
	font-size: 1.5rem;
    line-height: 2rem;
    margin-bottom: 0 !important;
}

.intro.bold,
.intro.strong {
    font-weight: 700;
}

.small .elementor-text-editor p {
	font-size: 0.875rem /* 16px */;
}


.jet-listing-not-found {
	font-size: 1rem;
	color: var(--text-color-light);
}


.elementor-text-editor ul,
.elementor-text-editor ol {
	margin-bottom: 30px;
}

.elementor-text-editor ul li::marker {
  color: var(--foc-color);
}

figure.wp-caption figcaption {
	padding-top: 5px;
	text-align: left;
	font-size: 16px;
}

.swiper-slide {
	border: 0 !important;
}

.jet-listing-dynamic-repeater__items {
    display: block;
}













/*** LINKS ***/

a {
	color: var(--foc-color);
}

a:hover {
	color: var(--foc-color-lighter);
}

.elementor-widget-text-editor p a {
    text-decoration: underline;
}










/*** BUTTONS ***/


a.btn,
li.btn a,
.elementor-widget-button .elementor-button,
input[type=submit],
button[type=button],
.woocommerce button[type=button],
.woocommerce button[type=submit].button,
.woocommerce button[type=submit].button.alt,
button[type=submit],
.elementor-form .elementor-button,
.jet-form button,
.pt-checkout-form button.pt-payment-btn {
    font-family: 'League Spartan';
	font-weight: 700;
    font-size: 1.125rem;
	background-color: var(--prim-color);
	padding: 16px 30px 14px 30px;
	border-radius: 0;
	border: 0;
    /*  font-size: 1.125rem 18px */;
    font-size: 1.125rem /* 16px */;
    text-transform: uppercase;
	line-height: 20px;
	text-align: center;
	text-decoration: none !important;
	transition: all .1s ease-in-out;
	color: #fff;
}


a.btn:hover,
li.btn a:hover,
.elementor-widget-button .elementor-button:hover,
input[type=submit]:hover,
input[type=button]:hover,
button[type=button]:hover,
button[type=submit]:hover,
.jet-form button:hover,
.pt-checkout-form button.pt-payment-btn:hover {
	background-color: var(--prim-color-darker);
	/* box-shadow: 0 0 20px rgba(0, 0, 0, 0.05); */
    color: #fff;
}



.elementor-widget-button .elementor-button:focus,
input[type=submit]:focus,
input[type=button]:focus,
button[type=button]:focus {
	background-color: var(--prim-color-darker);
	color: #fff;
	/* box-shadow: none; */
}


.elementor-widget-button.elementor-button-info .elementor-button,
.bn-reset button[type=button] {
	background-color: transparent;
	padding: 15px 29px 13px 29px;
    color: var(--prim-color);
    border: 1px solid var(--prim-color);
}

.elementor-widget-button.elementor-button-info .elementor-button:hover,
.bn-reset button[type=button]:hover {
    color: var(--prim-color-darker);
}


.elementor-widget-button.elementor-button-success .elementor-button,
.jet-form button.btn-focus {
	background-color: var(--sec-color);
}

.elementor-widget-button.elementor-button-success .elementor-button:hover,
.jet-form button.btn-focus:hover {
	background-color: var(--sec-color-darker);
}


.elementor-widget-button.elementor-button-warning .elementor-button {
	background-color: var(--foc-color);
}

.elementor-widget-button.elementor-button-warning .elementor-button:hover {
	background-color: var(--foc-color-darker);
}

.elementor-widget-button .elementor-button-icon {
    margin-right: 15px;
}













/*** LINK LISTS ***/

.link-list {

}

.link-list li {
	border: 0 !important;
	padding: 0;
}

.link-list li a,
.link-list li a span {
	color: var(--prim-color);
}

.elementor-widget-icon-list .elementor-icon-list-item a .elementor-icon-list-text {
	color: var(--prim-color);
}

.elementor-widget-icon-list .elementor-icon-list-item .elementor-icon-list-icon i {
    width: 16px;
    text-align: center;
    margin-right: 10px;
	color: var(--sec-color);
}

.elementor-widget-icon-list .elementor-icon-list-item .elementor-icon-list-icon i::before {
	color: var(--sec-color);
}

.elementor-widget-icon-list .elementor-icon-list-item a:hover .elementor-icon-list-text,
.elementor-widget-icon-list .elementor-icon-list-item a:hover .elementor-icon-list-icon {
	color: var(--sec-color);
}



.elementor-widget-text-editor.link-list {

}

.elementor-widget-text-editor.link-list ul {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
}

.elementor-widget-text-editor.link-list li {
    padding-left: 30px;
    background: url("/wp-content/themes/climatelitigationnetwork/assets/images/arrow-right-green.svg") no-repeat top 7px left;
}


.elementor-widget-text-editor.link-list li a {
    text-decoration: none !important;
}


.elementor-widget-text-editor.link-list li a:hover {
    color: var(--sec-color);
}




















/*** FORMS ***/

.form-wrapper,
form.elementor-form {
	margin-bottom: 40px !important;
	box-sizing: border-box;
	background-color: var(--form-background-color);
	padding: 30px;
    transition: all 0.3s ease-in-out !important;
}


input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
select,
textarea {
	 /* border: 0;
    border-bottom: 3px solid var(--line-color); */
    border: 1px solid var(--line-color);
	border-radius: 5px;
	color: var(--text-color);
	padding-left: 0.5rem;
	padding-right: 0.5rem;
    /*  font-size: 1.125rem 18px */;
    font-size: 1rem /* 16px */;
    background-color: var(--field-background-color);
}



select::after {
    color: var(--prim-color);
}

.jet-date-period__datepicker-button,
.jet-date-period__prev,
.jet-date-period__next {
    background-color: #fff !important;
    padding-top: 5px !important;
    padding-bottom: 4px !important;
    color: var(--text-color);
    border-color: var(--line-color) !important;
}

.datepicker,
.datepicker--cells .datepicker--cell {
    font-family: 'League Spartan';
}

.datepicker--cells .datepicker--cell.-current- {
    color: var(--prim-color);
}

.datepicker--cells .datepicker--cell.-current-.-selected- {
    background-color: var(--prim-color);
}


.elementor-form textarea.elementor-field {
	/* border: 0;
    border-bottom: 3px solid var(--line-color); */
    border: 1px solid var(--line-color);
	color: var(--text-color);
	padding-left: 0.5rem;
    /*  font-size: 1.125rem 18px */;
    font-size: 1rem /* 16px */;
    background-color: var(--field-background-color) !important;
}



input[type=date]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=url]:focus,
select:focus,
textarea:focus,
.elementor-form textarea.elementor-field:focus {
    border-color: var(--text-color);
}

input:focus-visible,
textarea:focus-visible {
    outline-width: 0;
}

.elementor-field-group input.elementor-field {
    /* background-color: var(--field-background-color) !important;
	border: 0 !important;
    border-bottom: 3px solid var(--line-color) !important; */
    border: 1px solid var(--line-color);
	
}

.elementor-field-group .elementor-field-textual {
	/* border: 0;
    border-image-width: 0; */
}

.elementor-field-group.elementor-field-type-submit {
    margin-top: 20px;
}

.elementor-field-group input.elementor-field-textual:focus,
.elementor-form textarea.elementor-field:focus {
    outline: none !important;
    box-shadow: none !important;
    border-color: var(--prim-color) !important;
}


label,
.field-label,
.jet-form-builder__label {
	font-weight: 700;
	color: var(--prim-color);
    line-height: 167.5%;
    margin-bottom: 5px;
}

.elementor-mark-required .elementor-field-label:after {
    color: var(--prim-color);
}

.form-group {
	margin-bottom: 20px;
}


.form-actions {
	text-align: center;
}

.form-actions input[type=submit] {
	margin: 0 auto;
}


.jet-form__label-text {
	font-weight: 600;
}

.jet-form__field-label {
	font-weight: 400;
}

.jet-form .field-type-radio {
	margin: 10px 0;
}

.jet-form button {
	margin: 10px auto;
}

.jet-form-builder__field-label {
    color: var(--prim-color);
    font-weight: 400;
}

.jet-form-builder__desc,
.jet-form-builder-file-upload__message {
    color: var(--text-color-light);
}

.jet-form-builder__action-button-wrapper {
        text-align: center;
}

.jet-form-builder .wp-block-columns {
    margin-bottom: 0;
}

.jet-form-builder .field-type-submit-field .jet-form-builder__action-button-wrapper {
    justify-content: center;
}

.jet-form-builder .field-type-submit-field .jet-form-builder__action-button-wrapper button.jet-form-builder__submit {
    width: 260px;
    align-items: center;
    justify-content: center;
}


.elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option input[type=radio] {
    margin-right: 5px;
}

.elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option {
    padding-right: 20px;
}


form input[type=checkbox],
form input[type=radio] {
    width: 20px;
    height: 20px;
    border-color: var(--line-color) !important;
    vertical-align: middle;
}


.elementor-form .elementor-field-subgroup label {
    color: var(--text-color);
    font-weight: 400;
    padding-left: 10px;
    margin-top: -10px;
}


.elementor-field-type-upload {
    width: auto;
    max-width: 260px;
}


/*** PAYTIUM ***/

.pt-checkout-form {
    border: 0;
    padding: 0;
    width: 100%;
}


.pt-checkout-form .pt-form-group {
    
}






























/** HEADER **/



body.elementor-editor-active #nav-bar {
	/* position: relative !important; */
}


#top-bar {
	
}




#top-bar .elementor-widget-button {
    margin-left: 10px;
}



#nav-bar {
	background-color: var(--nav-bar-background-color);
}

#nav-bar-mobile {
	background-color: var(--nav-bar-background-color);
}

#nav-bar .elementor-widget-wrap {
    padding-top: 0;
    padding-bottom: 0;
}


.site-logo a {
    padding: 0 !important;
    margin: 0 !important;
}

.site-logo img {
	display: block;
    width: auto;
}

#site-logo>.elementor-widget-container {
    text-align: left;
}

.site-logo .elementor-image:after {
	content: "";
	height: 0;
	display: none;
}

#site-logo  {
    height: 110px;
}

#site-logo img {
    width: 270px;
    height: 110px;
    /* margin: 10px 0; */
    margin: 0;
}

#nav-bar.shrink #site-logo  {
    height: 50px;
    left: 0;
    margin: 0;
}

#nav-bar.shrink #site-logo img {
    margin: 0;
    height: 50px;
    left: 0;
}


#nav-bar a {
    font-weight: 700;
    font-size: 1.5rem;
    color: #fff;
    text-transform: uppercase;
    padding: 20px 0 20px 0;
    margin-left: 40px;
    box-sizing: border-box;
}


#nav-bar a:hover {
    font-weight: 700;
    color: var(--sec-color);
}


#nav-bar a.elementor-item-active {
    /* color: var(--sec-color); */
    /* box-shadow: inset 0 -4px 0 var(--sec-color); */
    /* box-shadow: inset 0 -2px 0 #fff; */
}

#nav-bar a .sub-arrow {
    color: var(--sec-color);
}


#nav-bar .sub-menu {
    padding: 20px 20px 40px 20px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
    background-color: var(--nav-bar-background-color);
}


#nav-bar .sub-menu a {
    font-size: 1rem /* 16px */;
    padding: 13px 0 13px 0;
    padding-left: 30px;
}

#nav-bar .sub-menu a:hover,
#nav-bar .sub-menu .current-menu-item a {
    color: var(--sec-color);
    background-color: transparent;
    border-bottom: 0;
    box-shadow: none;
}


/*
.btn-toggle-search {
    color: var(--prim-color);
}

.btn-toggle-search i {
    color: var(--prim-color);
    background-color: transparent !important;
    width: 60px;
    height: 60px;
    font-size: 24px;
}

.btn-toggle-search i:hover {
    background-color: var(--sec-color);
}

.btn-toggle-search i::before {
    font-size: 24px !important;
}


.dialog-lightbox-close-button {
    top: 10px;
    right: 30px;
}

.btn-toggle-search .dialog-lightbox-close-button i {
    background-color: transparent;
    width: auto;
    height: auto;
    color: #fff;
}
*/

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

    #btn-menu {
        width: 40px;
        height: 40px;
    }

    #btn-menu .elementor-menu-toggle svg {
        display: none;
    }


    #btn-menu .elementor-menu-toggle {
        color: #fff;
        background-color: transparent;
        width: 40px;
        height: 40px;
        text-align: center;
        overflow: hidden;
        background: url("/wp-content/themes/climatelitigationnetwork/assets/images/icon-menu.svg") no-repeat;
    }

    #btn-menu .elementor-menu-toggle.elementor-active {
        background-image: url("/wp-content/themes/climatelitigationnetwork/assets/images/icon-close.svg");
    }

    #nav-bar .elementor-nav-menu--dropdown {
        background-color: var(--prim-color);
        padding: 40px 20px 60px 20px;
        color: #fff;
    }


    #nav-bar .elementor-nav-menu--dropdown a {
        margin: 0;
        display: block;
        text-align: center;
    }
}






















/*** FOOTER ***/


#footer {
	background-color: var(--footer-background-color);
    color: var(--text-color);
    /*  font-size: 1.125rem 18px */;
    font-size: 1.125rem /* 16px */;
    font-size: 1.25rem /* 16px */;
    line-height: 150%;
    color: #fff;
}

#footer-logo img {
    width: auto;
    height: 72px;
}

#footer h3,
#footer h4 {
	font-size: 1.5rem;  /* 24px */
    margin-bottom: 0;
    color: #fff;
}

#footer a {
    color: #fff;
	transition: all .1s ease-in-out;
}

#footer a:hover {
	color: var(--sec-color);
}

#footer .elementor-widget-button a:hover {
    color: #fff;
}


#footer .elementor-nav-menu--dropdown {
	background-color: transparent !important;
}

#footer-top {
	padding: 40px 0 10px 0;
}

#footer-top .elementor-text-editor a:hover,
#footer-top .elementor-nav-menu a:hover {
	color: var(--sec-color);
}


#footer-top .menu-item a:after {
	content: "";
	display: none;
}

#footer-top .elementor-widget-text-editor p {
    margin-bottom: 0;
}

#footer-top .elementor-icon-list-item {
    border: 0;
}

#footer-top .elementor-widget-icon-list .elementor-icon-list-item a {
    color: #fff;
    text-decoration: none;
}

#footer-top .elementor-widget-icon-list .elementor-icon-list-item .elementor-icon-list-icon {
    margin-right: 10px;
}


#footer-top .elementor-widget-icon-list .elementor-icon-list-item .elementor-icon-list-icon svg {
    color: var(--sec-color) !important;
}

#footer-top .elementor-widget-icon-list .elementor-icon-list-item a .elementor-icon-list-text {
    color: #fff;
}

#footer-top .elementor-widget-icon-list .elementor-icon-list-item a:hover .elementor-icon-list-text {
    color: #fff;
}

#logo-urgenda-footer img {
    width: 176px;
    height: 56px;
}



#footer-bottom {
	border-top: 1px solid var(--footer-line-color);
	padding: 30px 0 40px;
}


#footer-bottom a {
	
}

#footer-bottom a:hover {
	color: var(--sec-color);
}


#footer-bottom .elementor-icon-list-item {
    border: 0;
}

#footer-bottom .elementor-widget-icon-list .elementor-icon-list-item a {
    color: #fff;
    text-decoration: underline;
}

#footer-bottom .elementor-widget-icon-list .elementor-icon-list-item a .elementor-icon-list-text {
    color: #fff;
}

#footer-bottom .elementor-widget-icon-list .elementor-icon-list-item a:hover .elementor-icon-list-text {
    color: #fff;
}
























/*** LAYOUT ***/





.elementor-widget-image figcaption {
    font-style: normal;
    color: var(--text-color-light);
    font-size: 0.875rem;
    margin-top: 5px;
    margin-bottom: 10px;
}








/*
.jet-listing-grid__items {
    column-gap: 20px !important;
}
*/




/*** CONTENT SECTIONS ***/


.content-section {
    padding-top: 30px;
    padding-bottom: 30px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
}

.content-section.shape-top {
    padding-top: 100px;
}

.content-section.shape-bottom {
    padding-bottom: 60px;
}



.content-section.alternate {
    background-color: var(--background-color-alternate);
}

/*
.content-section .e-con-full,
.content-section .e-con>.e-con-inner {
    padding-top: 0;
    padding-bottom: 0;
}
*/


.banner-section {
    padding-top: 40px;
    padding-bottom: 30px;
    background-color: var(--prim-color);
    color: #fff;
}

.banner-section h1,
.banner-section h2,
.banner-section h3,
.banner-section h4,
.banner-section h5,
.banner-section h6 {
    color: #fff;
}

.banner-section .title-wrapper {
    padding-right: 40px;
}

























































































/*** ICON BOX ***/

.elementor-widget-icon-box {

}

.elementor-widget-icon-box.elementor-position-left {
    padding: 0 0 20px 0;
}

.elementor-widget-icon-box.elementor-position-left .elementor-icon svg {

}


























































/*** LISTINGS ***/

.listing {
	background-color: #fff;
    padding: 0;
}

.listing .e-con-inner {
    row-gap: 0;
}

.listing:hover {
	/* box-shadow: 0 0 20px rgba(0, 0, 0, 0.15); */
}

.listing .listing-image {
	
}

.listing .listing-image .elementor-widget-jet-listing-dynamic-image, 
.listing .elementor-widget-image {
    margin-bottom: 0;
}

.listing .listing-image .elementor-widget-jet-listing-dynamic-image img, 
.listing .elementor-widget-image img {
    
}

.listing .listing-content {
	padding: 20px 30px 20px 30px;
}

.listing .listing-content .title {
	
}

.listing .listing-content .introduction {

}

.listing .listing-footer {
    font-size: 1rem;
    line-height: 150%;
	padding: 0 30px 10px 30px;
}

.listing h3,
.listing h4 {
    font-size: 1.5rem;
    line-height: 133% !important;
}

.listing .elementor-widget-jet-listing-dynamic-field {
    margin-bottom: 0;
}

.listing .meta {
    margin-bottom: 0;
    color: var(--text-color-light);
}








/*** TRACK RECORD LISTING ***/

.track-records .jet-listing-grid__items {
    row-gap: 20px;
    justify-content: center;
}

.track-record-listing {
    
}

.track-record-listing .listing-content {
    min-height: 200px !important;
    font-size: 1.25rem;
    line-height: 150%;
    padding-bottom: 0;
}

.track-record-listing .listing-content .title {
    margin-bottom: 15px !important;
}


.track-record-listing .listing-content a {
    text-decoration: underline;
}

.track-record-listing .listing-content p {
    margin-bottom: 0;
}

 









/*** TEAM LISTING ***/

.team-listing {
   
}

.team-listing.listing {
    background-color: transparent;
 }
 

.team-listing:hover {
 
}

.team-listing .listing-image {
    padding: 0;
}

.team-listing .listing-image img {
    width: 150px !important;
    height: auto;
    xborder: 10px solid #fff;
}

.team-listing .listing-content {
    padding: 0;
}

.team-listing .listing-content {
    padding: 0;
}

.team-listing .listing-content h4 {
    text-transform: none;
    line-height: 150%;
    margin-bottom: 5px !important;
    text-align: center;
}



.team-listing .listing-content .job-title {
    color: var(--prim-color);
    text-transform: uppercase;
    font-weight: 400;
    line-height: 100%;
    font-size: 1rem;
    text-align: center;
}

.team-listing .listing-content .job-title .jet-listing-dynamic-field__content {
    text-align: center !important;
}










/* NEWS LISTING */

.news-listing {
    
}

.news-listing .listing-content {
    min-height: 320px;
}

.news-listing .date {
    font-size: 1rem;
    color: var(--prim-color);
    text-transform: uppercase;
}

.news-listing .category {
    font-size: 0.875rem;
    position: relative;
    bottom: 0;
    color: #fff;
    background-color: var(--sec-color);
    padding: 5px 10px;
}


.news-listing .listing-content .title h3,
.news-listing .listing-content .title h4 {
    font-size: 2rem;
    text-transform: none;
    line-height: 150%;
}

/*
.news-listing .listing-image .elementor-widget-jet-listing-dynamic-image img {
    width: 100%;
}
*/









/* PUBLICATION LISTING */

.publication-listing {
    
}


.alternate .publication-listing {
    /* border: 1px solid var(--prim-color); */
    background-color: var(--background-color);
}


.publication-listing .listing-content {
    min-height: 320px;
}

.publication-listing .listing-content .e-con-inner {
    padding: 0;
}


.publication-listing .author {
    font-size: 1rem;
    color: var(--prim-color);
    text-transform: uppercase;
    line-height: 167%;
}

.publication-listing .type {
    display: inline-block;
    font-size: 0.875rem;
    line-height: 100%;
    text-transform: uppercase;
    position: relative;
    color: #fff;
    background-color: var(--prim-color);
    /* background-color: var(--sec-color);
    color: var(--headings-color); */
    padding: 10px 10px 6px 10px;
    margin-bottom: 10px !important;
}


.publication-listing .listing-content .title h3,
.publication-listing .listing-content .title h4 {
    font-size: 2rem;
    text-transform: none;
    line-height: 150%;
    margin-bottom: 5px !important;
}











/*** QUOTE LISTING ***/


.quote-listing {
    padding-left: 120px;
    padding-right: 120px;
}

.quote-listing>.e-con-inner {
    row-gap: 0;
}

.quote-listing .e-con-inner {
    padding-top: 0;
    padding-bottom: 0;
}


.quote-listing .listing-content {
    font-size: 2rem;
    line-height: 150%;
    color: var(--prim-color);
    font-weight: bold;
    /* padding-left: 120px;
    padding-right: 120px; */
    margin-bottom: 10px;
}

.quote-listing .listing-footer {
    font-size: 1.25rem;
    line-height: 150%;
    /* padding-left: 120px; */
}

.quote-listing .listing-footer a {
    text-decoration: underline;
}


.quote-listing .listing-footer p {
    margin-bottom: 0;
    max-width: 640px;
}










/*** SLICK SLIDER ***/

/*
.prev-arrow.slick-arrow {
    background-color: var(--prim-color);
    margin-left: 10px;
}

.next-arrow.slick-arrow {
    background-color: var(--prim-color);
    margin-right: 10px;
}
*/

.prev-arrow.slick-arrow {
    background-color: transparent;
    border: 1px solid var(--prim-color);
    margin-left: 10px;
}

.next-arrow.slick-arrow {
    background-color: transparent;
    border: 1px solid var(--prim-color);
    margin-right: 10px;
}

.prev-arrow.slick-arrow svg,
.next-arrow.slick-arrow svg {
    color: var(--prim-color);
}


.jet-slick-dots li {
    margin-left: 10px !important;
    margin-right: 10px !important;
}

.jet-slick-dots li::marker,
.jet-slick-dots li {
    color: var(--sec-color) !important;
    background-color: var(--sec-color) !important;
}

.jet-slick-dots .slick-active::marker,
.jet-slick-dots .slick-active {
    color: var(--prim-color) !important;
}

.jet-slick-dots .slick-active {
    background-color: var(--prim-color) !important;
}
















/*** BOXES ***/

.box {
	background-color: var(--box-background-color);
    border: 1px solid var(--line-color);
	box-sizing: border-box;
	/* border: 3px solid var(--line-color); */
	padding: 20px;
   /*  margin-bottom: 30px; */
}

.box:hover{
	/* box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); */
}


.box .link-list,
.box .elementor-widget-text-editor{
	margin-bottom: 0;
}

.box .elementor-widget-button {
    margin-bottom: 0;
}


.box.green {
    border-color: var(--sec-color);
    background-color: var(--sec-color);
}

.box.blue {
    border-color: var(--prim-color);
    background-color: var(--prim-color);
}


.box.green,
.box.green h3,
.box.green h4,
.box.green h5,
.box.blue,
.box.blue h3,
.box.blue h4,
.box.blue h5 {
    color: #fff;
}























/*** ICON BOX / STEPS ***/



.elementor-widget-icon-box .elementor-widget-container {
    
}

.elementor-widget-icon-box .elementor-icon-box-icon {
    margin-bottom: 0 !important;
}

.elementor-widget-icon-box .elementor-icon-box-icon svg {
    width: 120px;
    height: 120px;
}

.elementor-widget-icon-box .elementor-icon i {
    
}

.elementor-widget-icon-box .elementor-icon-box-title {
    font-weight: 700;
}









/*** POPUPS ***/

.jet-popup.jet-popup--front-mode .jet-popup__close-button {
    background-color: var(--prim-color);
}

.team-member-popup .name {

}

.team-member-popup .name h4,
.team-member-popup .name h5 {
    text-transform: none;
}


.team-member-popup .job-title {
    color: var(--prim-color);
    margin-bottom: 30px;
    text-transform: uppercase;
    font-size: 1rem;   
}

.team-member-popup .bio {
    font-size: 1.25rem;  
    line-height: 150%;
}























/*** RECATPCHA BADGE ***/

.grecaptcha-badge {
    right: -800px !important;
}







/*** IMAGES ***/

.elementor-widget-image img {
    transition: all 0.1s ease-in-out !important;
}

.elementor-widget-image.border img {
    border: 10px solid #fff;
    width: 100%;
    height: auto;
}

.elementor-widget-image.grayscale img {
    filter: grayscale(1);
    width: 100%;
    height: auto;
}

.elementor-widget-image.grayscale img:hover {
    filter: grayscale(0);
}



.elementor-widget-image .widget-image-caption {
    position: absolute;
    right: 5px;
    bottom: 5px;
    font-size: 12px;
    line-height: 16px;
    color: #fff;
    background-color:rgba(0, 0, 0, 0.3);
    padding: 0 3px;
    margin: 0;
}

.photos-wrapper {
    margin-top: -40px;
    padding: 5px;
    background-color: #fff;
    margin-bottom: 40px;
}

.photos-wrapper .e-con-inner {
    padding: 0;
    column-gap: 0;
    row-gap: 0;
}

.photos-wrapper .e-con {
    padding: 0;
}

.photos-wrapper img {
    border: 5px solid #fff;
}








/*** HOMEPAGE ***/


#home-intro {
    background-color: #fff;  
}

#home-intro h3 {
    text-transform: none;
    font-weight: 700;
    line-height: 133% !important;
}

#home-intro .intro-title h3 {
    font-size: 3.75rem;
}

@media screen and (max-width: 767px) {
    #home-intro .intro-title h3 {
        font-size: 2rem;
    }
}






/*** SHAPE DIVIDERS ***/

.elementor-shape,
.elementor-shape svg {
    height: 60px !important;
}












/*** RESPONSIVE STUFF ***/


/* desktops */
@media screen and (min-width: 1024px) {

    .hidden-desktop {
        display: none !important;
    }

    .narrow {
		padding-left: 180px;
        padding-right: 180px;
	}


}




/* tablets */
@media screen and (max-width: 1024px) {

    #site-logo  {
        height: 110px;
    }

    #site-logo img {
        margin: 0;
    }

    #nav-bar a {
        font-weight: 700;
        font-size: 1.25rem;
        margin-left: 40px;
    }

    .elementor-shape,
    .elementor-shape svg {
        height: 40px !important;
    }
    
    

}



/* mobile */
@media screen and (max-width: 767px) {

    body {
        font-size: 1.25rem;
    }


    a.btn,
    li.btn a,
    .elementor-widget-button .elementor-button,
    input[type=submit],
    button[type=button],
    .woocommerce button[type=button],
    .woocommerce button[type=submit].button,
    .woocommerce button[type=submit].button.alt,
    button[type=submit],
    .elementor-form .elementor-button,
    .jet-form button {
        font-size: 1.125rem;
    }

    
    #footer {
        font-size: 1.125rem;
    }

	#footer-top {
        padding: 40px 0 10px 0;
    }
    
    #footer-bottom {
        padding: 40px 0 40px 0;
    }

	h1 {
        font-size: 3rem;
    }

    h2 {
        font-size: 2.5rem;
    }


    h3 {
        font-size: 2rem;
    }

    h4 {
        font-size: 1.5rem;
    }

    h5 {
        font-size: 1.25em;
    }

    #footer {
        font-size: 1.25rem;
    }

    .content-section {
        padding-top: 30px;
        padding-bottom: 10px;
    }
    
    .content-section.shape-top {
        padding-top: 60px;
    }
    
    .content-section.shape-bottom {
        padding-bottom: 40px;
    }
    
    .banner-section {
        padding-top: 20px;
        padding-bottom: 20px;
    }


    input[type=date],
    input[type=email],
    input[type=number],
    input[type=password],
    input[type=search],
    input[type=tel],
    input[type=text],
    input[type=url],
    select,
    textarea {
        font-size: 1.25rem;
    }

    #site-logo,
    #site-logo img  {
        height: 50px;
    }
    

    .news-listing .listing-content {
        min-height: auto;
    }

    .news-listing .listing-content .title h4 {
        font-size: 1.5rem;
    }

    
    .publication-listing .listing-content {
        min-height: auto;
    }

    .publication-listing .listing-content .title h4 {
        font-size: 1.5rem;
    }

    .elementor-widget-icon-box .elementor-icon-box-title {
        font-size: 1.5rem;
    }
    

    .elementor-shape,
    .elementor-shape svg {
        height: 30px !important;
    }
    

    .quote-listing {
        padding-left: 0;
        padding-right: 0;
        margin-left: -10px;
        margin-right: -10px;
    }
 
    .quote-listing .listing-content {
        font-size: 1.5rem;
        line-height: 150%;
    }

    .quote-listing .listing-footer p {
        max-width: auto;
    }
    
    

    .prev-arrow.slick-arrow {
        margin-left: -10px;
        display: none !important;
    }
    
    .next-arrow.slick-arrow {
        margin-right: -10px;
        display: none !important;
    }
    
    #home-intro h3 {
        font-size: 1.8rem;
    }


    
    

}


