/* stylelint-disable selector-list-comma-newline-after */
body {
    font-family: proxima-nova, sans-serif;
    font-size: 1.2rem;
    line-height: 130%;
    color: #000;
}
h1, h2, h3, h4, h5, h6 {
	font-family: proxima-nova, sans-serif;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #000;
}

h1 {
	font-size: 40px;
	font-weight: 700;
	color: #000000;
	line-height: 1;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 50px;
	border-bottom: #EE1C25 solid 5px;
	display: inline-block;
}

h2 {
	font-family: proxima-nova, sans-serif;
	font-size: 20pt;
	color: #EE1C25;
	font-weight: bold;
	padding-top: 10px;
}
h3 {
	font-family: proxima-nova, sans-serif;
	font-size: 18pt;
	color: #000000;
	font-weight: bold;
	padding-top: 10px;

}
.jumbotron h2 {
	margin-top:0;
}
.description h2 {
	color: #79c355;
	font-size: 30px;
}
.event-title h2 {
	color: #000;
	font-size: 28pt;
	font-weight: 700;
	text-transform: none;
}
.event-title-blog h2 {
	text-align: center;
}

h4 {
	font-size: 40px;
	font-weight: 700;
	text-align: center;
	color: #EE1C25;
       padding-top: 60px;
	padding-bottom: 20px;
}
.article h4 {
	color: #79c355;
}
.events-upcoming h4 {
	padding-top: 0;
	padding-bottom: 0;
}
h5 {
	font-size: 24pt;
	font-weight: 700;
	text-align: left;
	color: #EE1C25;
       padding-top: 60px;
	padding-bottom: 20px;
}
h6 {
	font-family: proxima-nova, sans-serif;
	font-size: 14px;
	text-align: center;
	font-weight: 700;
	padding-bottom: 0px;
}


@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

.interior-content {
    max-width: 800px !important;
    padding: 50px !important;
}

.interior-banner {
    width: 100%;
    text-align: center;
}

.interior-banner figure {
    margin: 0;
}

.interior-banner img {
    display: block;
    width: 100%;
    max-height: 412px;
    object-fit: cover;
    object-position: center;
}

.interior-banner figcaption {
    max-width: 800px;
    margin: 0 auto;
    padding: 0.75rem 15px;
    text-align: center;
    font-size: 0.875rem;
    color: #555;
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.5rem;
    line-height: 1.3;
}
.blog_title{
	line-height: 1.1;
}
.blog-header {
	line-height: 1.2;
	border-bottom: 1px solid #e5e5e5;
}
.blog-header-logo {
	font-family: "Playfair Display", Georgia, "Times New Roman", serif;
	font-size: 2.25rem;
}
.blog-header-logo:hover {
	text-decoration: none;
}

.category-link {
    text-decoration: none;
	font-size: 1.2rem;
}

.category-link:hover,
.category-link:focus,
.category-link:active,
.category-link.active {
    color: #EE1C25 !important;
}
.display-4 {
  font-size: 2.5rem;
}
@media (min-width: 768px) {
  .display-4 {
    font-size: 3rem;
  }
}
.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}
.nav-scroller .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
.nav-scroller .nav-link {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: .875rem;
}
.card-img-right {
  height: 100%;
  border-radius: 0 3px 3px 0;
}
.flex-auto {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
}
.h-250 {
	height: 250px;
}
@media (min-width: 768px) {
	.h-md-250 { height: 250px; }
}
.border-top {
	border-top: 1px solid #e5e5e5;
}
.border-bottom {
	border-bottom: 1px solid #e5e5e5;
}
.box-shadow {
	box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}
.blog-title {
	margin-bottom: 0;
	font-size: 2rem;
	font-weight: 400;
}
.blog-description {
	font-size: 1.1rem;
	color: #999;
}
@media (min-width: 40em) {
	.blog-title {
		font-size: 3.5rem;
	}
}

.blog-pagination {
	margin-bottom: 4rem;
}
.blog-pagination > .btn {
	border-radius: 2rem;
}

.blog-post {
	margin-bottom: 4rem;
}
.blog-post-title {
	margin-bottom: .25rem;
	font-size: 2.5rem;
}
.blog-post-meta {
	margin-bottom: 1.25rem;
	color: #999;
}
.blog-footer {
	padding: 2.5rem 0;
	color: #999;
	text-align: left;
	background-color: #f9f9f9;
	border-top: .05rem solid #e5e5e5;
}
.blog-footer p:last-child {
	margin-bottom: 0;
}

.nav-item {
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 10px;
	padding-right: 10px;
}
.nav-link {
	padding-top: 0;
	padding-bottom: 0;
	font-weight: bold;

}
.nav-item a:hover {
    color: #fff;
}
.nav-item a {
    color: #FFF;
}
.bg-light {
    background-color: #FFF;
}
button.navbar-toggler {
    background-color: #000;
    color:#fff;
}
button.navbar-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.footer-social a{
    padding: 25px;
}

footer p {
	color: #FFF;
	margin-bottom: 10px;
	font-size: 100%;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.25;
}
.footer-background {
	background-color: #231F20;
	padding-top: 60px;
	padding-bottom: 40px;
}
footer a {
	color: #FFF;
}
footer .smaller a {
	font-weight: 500;
}
/*footer a.btn-primary {*/
/*	color: #555555;*/
/*	background-color: #FFF;*/
/*	position: relative;*/
/*	top:-8px;*/
/*	font-size: 110%;*/
/*	border: none;*/
/*	border-radius: 10px;*/
/*}*/
.fa-linkedin, .fa-twitter {
	font-size:20pt;
}

.btn-primary {
    background-color: #EE1C25;
    color: #fff;
    font-size:20px;
    padding: 30px 15px;
    border-radius: 10px;
}
.btn-primary:hover {
    color: #fff;
      background-color: #231f20
}
.blog_title a {
	color: #212529;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
}
.post-item-title a {
	color: #EE1C25;
	font-weight: bold;
	text-decoration: none;
}
.post-item-title a:hover {
	color: #231f20;
}
.read_more {
	color: #79c355;
	font-weight: bold;
}
hr.bar {
	color: #79c355;
	border: 3px solid #79c355;
}
a {
	color: #000000;
}
.subpage a, .article a {
	color: #e71e28;
}

.article_list a {
	color: #FFF;
}

.text-primary {
	color: #79c355 !important;
}

.text-block-interior {
    position: absolute;
    top: 0px;
    right:  6%;
    background-color: #79c355;
    color: white;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    font-weight: bold;
    font-size: 25px;
    line-height: 1;
    padding-bottom: 10px;
    padding-top: 10px;
}

.text-block {
    position: absolute;
    top: 0px;
    right:  7%;
    background-color: #79c355;
    color: white;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    font-weight: bold;
    font-size: 25px;
    line-height: 1;
    padding-bottom: 10px;
    padding-top: 10px;
}
.text-block-big {
    position: absolute;
    background-color: #79c355;
    color: white;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    font-weight: bold;
    font-size: 32px;
    line-height: 1;
}
.firm {
	background-color: #f2f2f2;
	padding-top: 30px;
/*	padding-bottom: 45px;
*/}
.external {
	padding-top: 30px;
	padding-bottom: 30px;
}
.news {
	margin-bottom: 15px;
	min-height: 350px;
}
.card-body {
	padding: 0;
}
li a{
	padding-left: 0;
	margin-left: 0;
	list-style: none;
}
ul.categories  {
	list-style: none;
	padding-left: 0;
	margin-left: 0;
}
.card {
	border: none;
}
.subnav {
	margin-bottom: 20px;
	padding-top: 20px;
	padding-top: 20px;
}
.jumbotron-billboard .img {
    margin-bottom: 0px;
    color: #fff;
    background: #353535 url("/media/filer_public/1c/97/1c97eab0-28d2-458d-a882-f026a032e999/homepage-header-2.jpg") top center no-repeat;
    width: 100%;
    height: 100%;
    background-size: cover;
    overflow: hidden;
    position:absolute;
    top:0;
    left:0;
    z-index:1;
}

.jumbotron {
	position:relative;
	padding-top:670px;
	padding-bottom:30px;
	max-height: 690px;
	min-height: 400px;
}
.jumbotron .container {
	position:relative;
	z-index:2;
}
@media screen and (max-width: 768px) {
	.jumbotron {
		padding-top:20px;
		padding-bottom:20px;
	}
}

p.homequote {
	font-size: 30px;
	margin-bottom: 0;
	line-height: 1.2;
	font-weight: bold;
}
p.homequote_cite {
	font-size: 20px;
}
.button-wrapper {
	padding-top: 10px;
}
hr {
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0;
	border-top-color: currentcolor;
	border-top-style: none;
	border-top-width: 0px;
	border-top: 1px solid #777;
}
a.nav-link {
/*	text-transform: uppercase;
*/}
.heading {
	text-align: center;
	text-transform: uppercase;
	font-size: 40px;
	font-weight: bold;
	color: #79c355;
	font-family: proxima-nova, sans-serif;
}
.category_heading {
	text-align: left;
	text-transform: uppercase;
	font-size: 30px;
	font-weight: bold;
	color: #000;
	padding: 0;
	margin: 0;
	position: relative;
	top:-15px;
}
/*.navbar-nav > li.selected  > a {*/
/*       color: #FFF;*/
/*	border-bottom:#EE1C25 solid 3px;*/
/*	padding:3px 15px;*/
/*}*/
.navbar-nav li a{
    padding: 3px 15px;
}


.sm-nav li a{
    padding: 8px;
}
.navbar-nav li ul li {
    list-style-type: none;
}
.navbar a:hover, .navbar selected a{
    color:  #fff;
}
#nav_main_xs li a, #nav_main li a {
	font-family: proxima-nova, sans-serif;
	font-weight: 600;
}
#nav_main li.ancestor > a {
    color: #79c355;
    background-color: #000;
}
#nav_main li.ancestor li a:hover {
    background-color:#000;
    color:  #79c355;
}
#nav_main li.sibling ul li a {
    color: #EE1C25;
    background-color: #000;
}
#nav_main li.sibling ul li a:hover {
    color: #79c355;
/*    background-color: #FFF; */
}
#nav_main li a:hover{
    color: #79c355;
    background-color: #000;
    text-decoration: none;
}
#nav_main li.selected a {
    color: #EE1C25;
    background-color:#000;
}
#nav_main ul li ul li a {
    padding-top: 8px;
    padding-bottom: 8px;
}
#nav_main li.descendant a {
    background-color:#231f20;
    color:  #fff;
}
#nav_main li.descendant a:hover {
    background-color:#231f20;
    color:  #79c355;
}
.menu li ul li a:hover, .menuli ul li.selected a, .menu li a:hover, .menu li a:active, .navbar-nav > li.selected  > a {
      color: #FFF;
	background-color: #231f20;
	text-decoration: underline;
	text-decoration-color: #EE1C25;
	text-decoration-thickness: 3px;
	text-underline-offset: 11px;
    padding: 3px 15px;
}
/* Non-top-level (submenu) items: no underline, just red text on hover/selected/active */
.menu li ul li a.nav-link:hover,
.menu li ul li a.nav-link:active,
.menu li ul li.selected > a.nav-link {
	color: #EE1C25;
	text-decoration: none;
	text-decoration-color: initial;
	text-decoration-thickness: initial;
	text-underline-offset: initial;
}
.menu a {
	font-size: 1.3em;
	font-weight: 700;
}
.navbar-expand-sm .navbar-nav .nav-link {
    padding-right: .6rem;
    padding-left: .6rem;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #fff;
}
#nav_main_xs li.ancestor > a {
    color: #fff;
    background-color: #000;
}
#nav_main_xs li.ancestor li a:hover {
    background-color:#000;
    color:  #79c355;
}
#nav_main_xs li.sibling ul li a {
    color: #EE1C25;
    background-color: #000;
}
#nav_main_xs li.sibling ul li a:hover {
    color: #79c355;
/*    background-color: #FFF; */
}
#nav_main_xs li a:hover{
    color: #79c355;
    background-color: #000;
    text-decoration: none;
}
#nav_main_xs li.selected a {
    color: #EE1C25;
    background-color:#000;
}
#nav_main_xs ul li ul li a {
    padding-top: 8px;
    padding-bottom: 8px;
}
#nav_main_xs li.descendant a:hover {
    background-color:#000;
    color:  #79c355;
}
#nav_main_xs li.descendant a {
    background-color:#000;
    color:  #fff;
}
.navbar-sub {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.subnav ul li:last-child {
	border-right:0;
}
.subnav ul li{
	border-right: solid #393939 2px;
	margin-right: 10px;
	padding-right: 10px;
	}
.subnav ul li a{
	list-style: none;
	font-size: 18px;
	color: #000;
}
.subnav ul li.selected a{
	color: #EE1C25;
}
.subnav ul li a:hover{
	color: #79c355;
}

.event_link {
	font-weight: bold;
}
.event_link_external {
	text-decoration: underline;
}
.bg-light {
    background-color: #000 !important;
}
.topnav {
	overflow: hidden;
}
.topnav a {
	float: left;
	color: #79c355;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
}
.topnav a:hover {
	color: #79c355;
}
.topnav a.active {
	background-color: #79c355;
	color: white;
}
.topnav-right {
  float: right;
}
ul.simplefilter .active {
	color: #79c355;
}
li.fltr-controls{
	font-weight: bold;
	font-size: 20px;
}
.topnav-right input {
	width:250px;
}
ul.simplefilter {
	padding-left: 0;
	margin-left: 0;
}
.side_nav_title {
	font-weight: bold;
	font-size: 20px;
}
.contact {
	background-color: #f2f2f2;
	padding-left: 10px;
	padding-bottom: 20px;
	}
.contact ul {
	padding-left: 1.5rem;
}


.description a {
	text-decoration: underline;
	font-size: 18px;
}


@media (min-width: 576px) {
	.filtr-container img{
		margin-bottom: 5px;
		max-height: 400px;
	}
	.filtr-item {
		padding-bottom: 40px;
		min-height: 450px;

	}
	.find-lawyer .btn-lg {
	    font-size: 20px;
		position: relative;
		top:300px;
	}

}


@media(min-width:1200px){
	.jumbotron {
		position:relative;
		padding-top:670px;
		padding-bottom:30px;
		max-height: 890px;
		min-height: 600px;
	}
	.find-lawyer .btn-lg {
	    font-size: 35px;
		position: relative;
		top:0px;
	}
}
.share {
	float:left;
}

.read_more, a .read_more {
	font-weight: bold;
	margin-bottom:0;
	text-transform: uppercase;
	font-family: proxima-nova, sans-serif;
	padding-top: 5px;
}
.news p {
	margin-bottom: 0.5rem;
}
.article_link {
	color: #000;
	font-weight: bold;
}

.categories a  {
	color:#000;
}
.categories .active a, .categories a:hover {
	color:#79c355;
}
.filtr-container p{
	font-size: 18px;
	margin-bottom: 0;
	padding-bottom: 0;
}
.filtr-container img{
	margin-bottom: 5px;
}

.filtr-container {
	min-height: 500px;
	overflow: hidden;
}
.menu {
	float: right;
}
.btn-light {
    border-color: #bbb;
}
.title a {
	color: #000;
	font-weight: bold;
	font-size: 20px;
}

.btn {
	border-radius: 0;
	font-weight: 700;
}
a.text-primary {
	font-weight: bold;
}

.home_title_lg {
    color: #79c355;
    font-weight: 900;
    text-transform: uppercase;
    font-family: proxima-nova, sans-serif;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: .5rem;
    font-weight:800;
    line-height: 1.2;
    font-size: 2.3rem;
}
.home_title_md {
    color: #79c355;
    font-weight: 900;
    text-transform: uppercase;
    font-family: proxima-nova, sans-serif;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: .5rem;
    font-weight:800;
    line-height: 1.2;
    font-size: 1.75rem;
}
.people_row {
	padding-top: 15px;
	padding-left: 10px
}
.firm_news_title {
	font-size: 120%;
}
.endless_container {
	padding-left: 15px;
	padding-top: 15px;
}

p a.btn, footer p a, .news a, a.text-primary, .title a{
	text-decoration: none;
}
.filtr-container a {
	text-decoration: none;
	color: #000;
}
.text-primary, .btn {
	font-family: proxima-nova, sans-serif;
}

.awards img {
	padding-right: 25px;
	padding-bottom: 25px;
}
.awards_img > a{
	color:#FFF;
}
footer p a:hover {
	color:#FFF;
	text-decoration: none;
}
.btn-primary{
    border-color: none;
}
.btn-primary:hover {
    border-color: none;
}

.background{
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.endless_container a{
	font-family: proxima-nova, sans-serif;
	margin-bottom: 15px;
}
blockquote {
	color: #fff;
	font-weight: bold;


}
.innerhome {
	font-family: proxima-nova, sans-serif;
}
.smaller {
	font-size: 85%;
	padding-top: 5px;
}
input.fltr-controls {
	width:265px;
}
.external {
	padding-bottom: 15px;
}

.faq_accordion {
    background-color: #f2f2f2;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 18px;
    transition: 0.4s;
    font-weight: bold;
}

.faq_active, .faq_accordion:hover {
    background-color: #ccc;
}

.faq_accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.faq_active:after {
    content: "\2212";
}

.panel {
    padding: 0 0;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
.panel p{
	padding-top:10px;
}

.align-right {
	float: right;
}
.align-left {
	float: left;
}
.align-center {
	margin: 0 auto;
}
img.align-center {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.bigger-font a{
	font-size: 125%;
}
.blog_side_nav {
}
.event_home_img img{
	overflow: hidden;
}
.article p {
	margin-bottom: 0.1rem;
}
.blog_container {
	min-height: 110px;
}
.read_more {
	font-size: 1rem;
}
.card {
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;

}
.flexbox-container {
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
}
/*.card-body figcaption{
	position: relative;
	bottom:92px;
	text-align: center;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.3);
	font-weight: bold;
	font-size: 35px;
	padding-top: 20px;
	padding-bottom: 20px;

}*/
figcaption {
	z-index: 1000;
}
.seminar-space {
	padding-top: 20px;
	padding-bottom: 50px;
}
.home-event {
	padding-left: 0;
}
#searchform {
	max-width:250px;
}
.section-padding-grey {
	padding-top: 20px;
	padding-bottom: 30px;
	padding-left: 100px;
	padding-right: 100px;
	background-color: #efeff0;
	font-size: 24px;
}
.section-padding-grey p {
	line-height: 140%;
}

.grey-background {
	background-color: #efeff0;
}
.grey-background-peer {
	background-color: #efeff0;
	font-size: 20px;
	line-height: 130%;
}
.blue-background {
	background-color: #EE1C25;
}

.participants-background {
	background-color: #EE1C25;
	font-size: 20px;
	line-height: 130%;
	padding-bottom: 30px;
}

.section-padding {
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 100px;
	padding-right: 100px;
}

.section-padding-activities {
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 50px;
	padding-right: 50px;
}


.section-padding-icons {
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 100px;
	padding-right: 100px;
	font-size: 11pt;
}


.footer_img {
    margin-bottom: 0px;
    color: #fff;
    background: #353535 url("/media/filer_public_thumbnails/filer_public/11/71/117196df-c88b-44ce-a54a-2c8da855acc6/donate-banner.jpg__1450x370_q85_subsampling-2.jpg") top center no-repeat;
    width: 100%;
    height: 370px;
    background-size: cover;
    overflow: hidden;

    z-index:1;
}
.footer_img p{
	font-size: 45px;
	font-weight: bold;
	color: #FFF;
	padding-bottom: 20px;
	padding-top: 20px;
}
.footer_img .btn-primary{
	font-size: 35px;
	font-weight: bold;
	color: #FFF;
	background-color: #DE5147;
	vertical-align: middle;
}
.subfooter {
	background-color: #231F20;
	padding-top: 10px;
	padding-bottom: 5px;


}
.subfooter p{
	color: #fff;
	font-weight: bold;
}
.off-section {
	background-color: #f6f6f6;
}
.banner-text {
	font-size: 60px;
	color: #fff;
	font-weight: bold;
}
.banner-button {
	font-size: 35px;
	padding-top: 0;
}
.btn-primary:hover {
/*    background-color: #79c355;
    border-color: #79c355;
*/}
.header hr {
	margin-bottom: 0;

}

.header .btn {
	margin-left: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#searchform .btn {
	margin-left: 0;
}
ul.float-right {
list-style-type: none;
}
#searchform input{
	margin-left: 15px;
	margin-bottom: 10px;
	font-family: 'Quicksand', sans-serif;
}
.card-title {
	position: absolute;
	bottom: -12px;
	left:0;
	width: 100%;
	text-align: center;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.3);
	font-weight: bold;
	font-size: 35px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.card {
	margin-bottom: 20px;
	margin-top: 20px;
}
.card a {
	text-decoration: none;
	color: #FFF;
}
.card a:hover {
	color: #79c355;
}
.card .article a {
	text-decoration: none;
	color: #000;
}
.card .article a:hover {
	color: #79c355;
}
.event {
	border: 1px solid #000;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 10px;
}
.event-date {
	padding-top: 20px;
	padding-bottom: 20px;
}
.hidden{
       display:none;
    }

.accordion {
	cursor: pointer;
	width: 100%;
	text-align: left;
	text-decoration: none;
	margin: 0;
	padding: 0;
}
.event .btn-link:hover {
	text-decoration: none;
}
.off-section .card {
	background-color: #f6f6f6;
}
 /* Style all font awesome icons */
.fab, .far {
  font-size: 25pt;
  margin:0 5pt;
  text-align: center;
  text-decoration: none;
  background-color: #231F20;
  color:#fff;
  padding: 7pt 10pt 7pt 0;
  border-radius: 30px;
}

/* Add a hover effect if you want */
.fab:hover, .far:hover {
	color:  #2E82BE;

}
.top-nav a{
/*	margin-left: 20px;
*/}
.top-nav {
}
.nav-item {
	font-size: 1.1rem;
}
.navbar-brand img {
	max-width: 180px;
}
.nav-link {
    padding-right: 0.8rem;
    padding-left: 0.8rem;
}

.navbar-inner {
    background:transparent;
}
.top-nav {
	padding-right: 10px;
	position: relative;
	top: 10px;
}
.top-nav a {
	font-weight: bold;
	color: #6a6a6a;
}
.main-nav {
	margin-top: 30px;
}

.translation {
	font-family: 'brandon-grotesque', sans-serif;
	font-weight: bold;
	color: #000000;
}
.light-grey-background {
	background-color: #efeff0;
}
.fa-quote-left, .fa-quote-right {
	color: #ebf5f5;
	font-size:55pt;
}
.fa-quote-right {
	position: absolute;
	bottom:0;
	left:-10px;
}

.fa-arrow-right {
	padding: 10px;
	background-color: #EE1C25;
	color:#fff;
	position: relative;
	left: 0.5em;
}
.btn-primary{
	padding: 0.25em 1em;
    font-family: 'brandon-grotesque', sans-serif;
    margin-top: 0.5em;
    border-color: #EE1C25;
	border-radius: 10px;
	border: none;
}

.btn-link{
    color: #EE1C25;
    border: 1px #EE1C25 solid;
    font-weight: 700;
    font-family: 'brandon-grotesque', sans-serif;
}
.btn-link:hover {
    background-color: #EE1C25;
    color: #fff;
}
a.btn-link:hover {
    text-decoration: none;
}

.lifeshop {
	font-size: 26pt;
	margin-bottom: 0;
	padding-bottom: 10px;
	font-weight: bold;
}
.lifeshop a{
	text-decoration: none;
	padding-bottom: 0px;
	font-size: 18pt;
	font-weight: bold;
	color: #EE1C25;
}
a.stories {
	color: #EE1C25;
}
.upcoming-lifeshop a{
	font-size: 16pt;
	border-bottom:none;

}
.right-border {
	border-right: 1px solid #888;
}

 .navbar-toggler {
    color: rgba(0,0,0,.5);
    border-color: rgba(0,0,0,.1);
}
.navbar-toggler:focus, .navbar-toggler:hover {
    text-decoration: none;
        text-decoration-line: none;
        text-decoration-style: solid;
        text-decoration-color: currentcolor;
}
.navbar-light .menu li.selected a {
	color:#fff;
	background-color: #000;
}
.navbar-light .navbar-nav .selected .nav-link.active {
	color: #fff;
}
.navbar-light .navbar-nav .nav-link:hover {
	color: #fff;


}
.subpage {
	padding-top: 40px;


}

.subpage h3 {
	color: #000000;
	font-size: 16pt;
	font-weight: 700;
	padding: 50 0;
}
.subfooter {
	background-color: #555555;
	color: #FFF;
}
a:hover {
    color:  #EE1C25;
}

/*.carousel-caption-new {

    font-family: brandon-grotesque, sans-serif;
    font-weight: 700;
    color: #fff;
    font-size: 80px;
    text-align: left;
    margin:auto;
}*/

/*.shadow .carousel-inner .carousel-item .full-width-image:after {
  content:"";
  display:block;
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
}

.carousel-caption-new.flip {
  background:rgba(0,0,0,0.2);

}*/

.full-width-image {
    width: 100vw;
    position: relative;
    left: 50%;
    margin-left: -50vw;
    max-height: 435px;
}
/*.carousel-indicators .active {
    opacity: 0;
}
*/
.event-title h2 {
	color: #000;
}
.hr-top {
  border: 7px solid #EE1C25;
  margin-top:0;
}

.navbar {
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  color: #fff;
  background-color: #231f20;
  font-size: 12px;
}
.quote-space-right {
  padding-right: 40px;
}
.quote-space-left {
  padding-left: 110px;
}
.questions {
  font-family: proxima-nova, sans-serif;
  font-size: 5rem;
  color: #FFF;
  padding-top: 20px;
}



/*.lang li:last-child a {
	padding-right: 15px;
}*/

.lang li {
    font-size: 14pt;
    padding-bottom: 0;
    margin-bottom: 0;
}

.btn-secondary {
    color: #6c757d ;
    background-color: #fff;
    border-color: #ced4da;
    border-radius: 10px;
}

.lang li a {
    padding: 5px 15px;
}
.lang li {
	max-height: 30px;
}
.search {
	padding-right: 20px;
}

.top-bar {
	padding-top: 10px;
	padding-bottom: 5px;
}
.header {
    background-color: #231f20;
    padding: 10px 0;
}
.category-header {
    background-color: #fff;
}
.blog-list header {
    background-color: #fff;
}
.buttons a {
	color:#FFF;
	background-color: #EE1C25;
	padding: 8px 15px;
    font-size: 0.9rem;
    font-weight: bold;
    display: inline-block;
    text-decoration: none;
    border-radius: 10px;
}
.buttons {
	margin-left: 10px;
	margin-top: 5px;
}
.navbar-toggler {
    position: static;
    margin-right: 15px;
}
img.navbar-brand.img-fluid {
    max-width: 200px;
}

.menu li a {
	border-bottom: 3px solid #231f20;
}
.prefooter {
	background-color: #ffffff;

}
.prefooter .container-full {
	position: relative;
}
.prefooter img {
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 2000px;
	height: auto;
}
.prefooter-overlay {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 90%;
	max-width: 800px;
	text-align: center;
}
.prefooter-overlay h2 {
	color: #FFFFFF;
	text-align: center;
}
@media (max-width: 767px) {
	.prefooter-overlay h2 {
		font-size: 24px;
		padding-bottom: 15px;
	}
	.prefooter-overlay .btn-info {
		font-size: 18px;
		padding: 0.5rem 1rem;
	}
}
.prefooter h2{
	color: #FFFFFF;
	font-size: 40px;
	padding-bottom: 30px;
	padding-top: 15px;
}
@media (max-width: 768px) {
	.prefooter h2{
		font-size: 18px;
		padding-bottom: 5px;
		padding-top: 5px;
	}
	.prefooter .btn-primary {

		font-size: 16px;
		padding: 5px;
		border-radius: 10px;
	}
}

.prefooter h3{
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 30px;
	padding-top: 30px;
}
.btn-info {
	background-color: #2E82BE;
	border: 2px solid #FFFFFF;
	text-transform: uppercase;
	font-size: 30px;
	padding: 1rem 1.5rem;
	margin: auto;
	border-radius: 10px;
}

.middle {
	display: flex;
	align-items: center;
}
.volunteer-icons {
	margin-left: 150px;
	margin-right: 150px;
	padding-bottom: 20px;
}
big {
	font-size: 125%;
}
/*article {*/
/*	padding-bottom: 10px;*/
/*}*/



img.navbar-brand.img-fluid {
    max-width: 200px;
}

@media only screen and (max-width: 576px) {
	img.navbar-brand.img-fluid {
    	max-width: 120px;
	}


}
.btn-info:hover {
    	color: #fff;
	background-color: #06aced;
	border-color: #ffffff;
}


.crop-height {
  /* max-width: 1200px; /* native or declared width of img src (if known) */
	max-height: 435px;
	overflow: hidden; }

img.scale {
  /* corrects small inline gap at bottom of containing div */
  display: block;
  width: 100%; /* corrects obscure Firefox bug */
  max-width: 100%;
  /* just in case, to force correct aspect ratio */
  height: auto !important;
  -ms-interpolation-mode: bicubic; /* smoothing for IE */
}

.flip {
	-webkit-transform: rotate(180deg);
	-moz-transform:    rotate(180deg);
	-ms-transform:     rotate(180deg);
	-o-transform:      rotate(180deg);
	transform:         rotate(180deg);
	/* needed? not sure */
	zoom: 1; }

img.flip {
	/* actually, aligns left within .cropheight */
  float: right;
	/* clearfix after? */ }

	.navbar {
		padding-top: 25px;
	}

/*.carousel-caption-new {
    font-size: 80px;
}
*/
@media only screen and (max-width: 575px) {
/*	.carousel-caption-new {
	    font-size: 25px;
	}*/
	.crop-height {
		max-height: 130px;
	}
	.navbar {
	    padding-top: 0;
	}
	.carousel-footer{
		font-size: 14px;
		color: #FFFFFF;
		text-align: center;
	}
	.carousel-footer .btn-primary {
		font-size: 14px;
	}
}
@media only screen and (min-width: 576px) {
/*	.carousel-caption-new {
	    font-size: 50px;
	}*/

	.navbar {
		padding-top: 55px;
	}
	.crop-height {
		max-height: 250px;
	}
	.menu a {
	    font-size: 1.1em;
	    font-weight: 700;
	}
	.navbar-expand-sm .navbar-nav .nav-link {
	    padding-right: .4rem;
	    padding-left: .4rem;
	}
	.navbar {
		padding-top: 10px;
	}
	.carousel-footer{
		font-size: 18px;
		color: #FFFFFF;
		text-align: center;
	}
	.carousel-footer .btn-primary {
		font-size: 20px;
	}

	.menu a {
	    font-size: 0.9em;
	    font-weight: 700;
	}
	.navbar-belowlg {
		padding: 0.5rem 0rem;
	}
	.lang li {
	    font-size:9pt;
	    padding-bottom: 0;
	    margin-bottom: 0;
	}
	.lang li a {
	    padding: 5px;
	}
	#searchform {
	    max-width: 200px;
	}
}
@media only screen and (min-width: 768px) {
/*	.carousel-caption-new {
	    font-size: 70px;
	}*/

	.crop-height {
		max-height: 300px;
	}
	.lang li {
	    font-size: 11pt;
/*	    padding-bottom: 0;
*/	    margin-bottom: 0;
	    padding: 5px;
	}
/*	.navbar {
		padding-top: 55px;
	}*/
	.carousel-footer{
		font-size: 28px;
		color: #FFFFFF;
		text-align: center;
	}
	.menu a {
	    font-size: 1em;
	    font-weight: 500;
	}
	.navbar-belowlg {
		padding: 0.5rem 1rem;
	}
	#searchform {
	    max-width: 300px;
	}
}

@media only screen and (min-width: 992px) {
/*	.carousel-caption-new {
	    font-size: 70px;
	}*/

	.crop-height {
		max-height: 425px;
	}
	.navbar {
		padding-top: 10px;
	}
	.carousel-footer{
		font-size: 40px;
		color: #FFFFFF;
		text-align: center;
	}
	.navbar-belowlg {
		padding: 0.5rem 1rem;
	}
}
@media only screen and (min-width: 1200px) {
/*	.carousel-caption-new {
	    font-size: 70px;
	}*/

	.crop-height {
		max-height: 435px;
	}
	.carousel-footer{
		font-size: 50px;
		color: #FFFFFF;
		text-align: center;
	}
}
/*.carousel-caption-new::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.05);
}
*/
.top-bar .lang{
    -ms-flex-direction: row;
    flex-direction: row;
}


.xs-top ul li:last-child {
    margin-left: auto;
}
.parent {
  display: flex;
}
.child {
  margin-left: auto;
  order: 2;
}

.sm-nav {
	display: unset;
}

.flex-container {
	display: flex;
	justify-content:space-evenly;
	align-items:flex-start;
}
.btn-secondary {

    max-height: 38px;
}
.sm-lang {
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
  font-size: 14px;
}

.sm-lang a {
    padding: 5px 15px;
}
.off-white {
	background-color: #F6F6F6;
}
.left-separator {
	border-left: 1px solid #444;
}
.carousel {
	font-size: 22px;
	color: #FFFFFF;
	text-align: left;
	padding: 0;
	max-width: 1200px;
	margin: 0 auto;
	background-color: #f0f0f0;
}
.carousel .carousel-item img {
	margin: 0 auto;
}

.carousel-caption {
    left: 0;
    right: auto;
    width: 33.3333%;
    height: 100%;
    top: 0;
    bottom: 0;
    display: flex !important;
    flex-direction: column;
    justify-content: end;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 1rem 1.5rem;
	line-height: 1.3;
}


.buttons a:hover {
	text-decoration: none;
    background-color: #c4121a;
}
.card-heading h3{
	border-bottom: 4px solid #EE1C25;
}

.sf-menu li {
/*    background: #FFF;
    color: #000;
     white-space: wrap; */
    white-space: normal;
/*    -webkit-transition: background .2s;
    transition: background .2s;*/
}
.small-search {
	padding-top: 20px;
	max-width: 250px;
	margin-left: 40px;
}


.card-heading h3 {
	font-size: 30px;
	font-weight: 700;
	color: #000000;
	line-height: 1;
	text-transform: uppercase;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 25px;
	border-bottom: #EE1C25 solid 5px;
	display: inline-block;
}

.off-white p {
	padding-top: 25px;
	padding-bottom: 15px;
}
.off-white .blog-latest-entries.row p {
    padding-top: 5px;
    padding-bottom: 0;
}
.blog-latest-entries.row h3 a{
    text-decoration: none;
}

footer a {
	color: #ffffff;
}
.lb-details {
	display: none;
}

/* ---------------------------------------------------------------------------
   Movie detail page
   --------------------------------------------------------------------------- */
/* Top of the page is two stacked sections:
   1. .movie-hero  - full-bleed dark band (#282828); title block sits on the left.
   2. .movie-intro - white description area; the poster lives here on the right
      and is pulled UP into the hero with a negative margin so its top sits over
      the dark band and its bottom + the trailer flow normally on white.
   The hero auto-sizes to the title block, so there are no magic heights; only the
   poster's upward pull is a fixed value, kept smaller than the hero height. */
.movie-detail {
    padding-top: 0;
    /*padding-bottom: 3rem;*/
}
.movie-hero {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 300px;         /* keeps the band taller than the poster's upward pull */
    background-color: #282828;
    /* Full-bleed: push edges to the viewport, then pad content back to the
       container's column so the text stays aligned with the rest of the page. */
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding-left: calc(50vw - 50%);
    padding-right: calc(50vw - 50%);
}
.movie-hero-text {
    width: 58.33333%;          /* col-md-7, leaves the right for the overlapping poster */
    padding: 2.5rem 0;
}
.movie-intro {
    position: relative;
}
.movie-intro-side {
    /* Pull the poster up into the dark hero above. Kept well under the hero
       height so the poster never sticks out above it. */
    margin-top: -338px;
    position: relative;
    z-index: 2;
}

.movie-detail .back-to-showings {
    display: inline-block;
    margin-bottom: 1.25rem;
	color: #F9D47B;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-size: 16px;
    text-decoration: none;
}
.movie-detail .back-to-showings:hover {
    color: #fff;
}

.movie-detail .movie-title {
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    margin-bottom: 0.5rem;
}
h1.movie-title {
    border-bottom: 0;
	font-size: 3.5rem;
	padding-top: 40px;
}

.movie-detail .movie-subtitle {
    color: #cfcfcf;
    margin-bottom: 0.5rem;
}
.movie-detail .movie-meta {
    color: #fff;
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
}
.movie-detail .movie-meta a {
    color: #b5b5b5;
    text-decoration: none;
}
.movie-detail .movie-meta a:hover {
    color: #fff;
}
.movie-detail .movie-meta .movie-sep {
    margin: 0 0.5em;
    color: #777;
}

.movie-intro .post-abstract {
    min-height: 300px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.movie-intro {
    padding-top: 20px;
    padding-bottom: 20px;
}
/* Compact rounded call-to-action button (overrides the tall default .btn-primary) */
.movie-detail .buy-tickets-btn {
    display: inline-block;
    padding: 10px 26px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 10px;
    text-decoration: none;
}
.movie-detail .buy-tickets-btn.btn-sm {
    padding: 6px 18px;
    font-size: 14px;
}

/* Poster + trailer column */
.movie-detail .movie-poster img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}
.movie-detail .movie-trailer .trailer-label {
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.04em;
    font-size: 13px;
    color: #231f20;
    margin-bottom: 0.5rem;
}

/* Bottom cards: showtimes + membership */
.movie-detail .movie-footer {
    background-color: #F9D47B;
    /* Full-bleed: push edges to the viewport, then pad content back to the
       container's column so the text stays aligned with the rest of the page. */
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding-left: calc(50vw - 50%);
    padding-right: calc(50vw - 50%);
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.movie-detail .movie-footer .card-heading {
    font-weight: bold;
    color: #231f20;
    margin-bottom: 1rem;
}
.movie-detail .showtimes-card,
.movie-detail .member-card {
    background-color: transparent;
    border-radius: 10px;
    padding: 1.5rem;
    height: 100%;
}
.movie-detail .showtimes-table {
    width: 100%;
    border-collapse: collapse;
}
.movie-detail .showtime-row td {
    padding: 0.6rem 0;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    vertical-align: middle;
}
.movie-detail .showtime-row:last-child td {
    border-bottom: none;
}
.movie-detail .showtime-date {
    font-weight: bold;
    color: #231f20;
}
.movie-detail .showtime-time {
    color: #000;
    white-space: nowrap;
}
.movie-detail .showtime-action {
    text-align: right;
    white-space: nowrap;
}
.movie-detail .member-card p {
    color: #000;
    margin-bottom: 1.25rem;
}

@media (max-width: 767px) {
    /* Stack: full-width dark title block, then poster + trailer, then abstract.
       No upward pull on mobile - the poster sits below the hero on white. */
    .movie-hero-text {
        width: 100%;
        padding: 2rem 0;
    }
    .movie-intro-side {
        margin-top: 1.5rem;
    }
    .movie-detail .showtimes-card {
        margin-bottom: 2rem;
    }
}

.temp-message a {
    color: #007bff;
    text-decoration: underline;
    background-color: transparent;
}
.post-item-details .showtime-meta {
    font-size: 1.1rem;
    color: #333;
}
.post-item-details .post-item-title {
    font-size: 1.8rem;
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
}
.post-item-details .post-item-date {
    font-size: 1.2rem;
    font-weight: bold;
    color: #FFF;
    background-color: #EE1C25;
    padding: 4px 10px;
    border-radius: 10px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.post-item-details .post-item-meta {
    text-transform: capitalize;
    letter-spacing: 0.02em;
}

/*.post-item {*/
/*    border-bottom: 1px solid #eee;*/
/*    padding-bottom: 2rem;*/
/*}*/
.post-item:last-child {
    border-bottom: none;
}
.post-item .post-item-date

 {
    font-size: 1.2rem;
    font-weight: bold;
    color: #FFF;
    background-color: #EE1C25;
    padding: 4px 10px;
    /*border-radius: 10px;*/
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.category-link-page {
    font-weight: bold;
    text-decoration: none;
    color: #EE1C25;
	font-size: 1.5rem;
}

ul.post-detail {
    list-style-type: none;
    padding-left: 0;
}
.blog-lead .abstract {
	padding-bottom: 1rem;
	padding-right: 1rem;
}
.border-left {
	border-left: 1px solid #444;
	padding-left: 10px;
}
@media (max-width: 768px) {
	.border-left {
		border-left: 0;
	}
}
.event-times {
	padding: 0 0 15px;
}
.subtitle {
	color: #EE1C25;
	font-weight: bold;
}
.subtitle p{
	padding-bottom: 0;
}
a.facebook_icon {
	text-decoration: none;
}
.paragraph-style {
    font-size: 1.2rem;
	padding-bottom: 0;
	margin-bottom: 0;
	padding-top: 10px;
}
.blog-latest-entries .blog-visual img {
    max-width: -webkit-fill-available;
}
.off-white .blog-latest-entries.row p.blog-categories {
	text-transform: uppercase;
	font-size: small;
	color: #494949;
	padding-top: 20px;
}
p.movie-category {
	padding-bottom: 0;
}
p.movie-category a {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}

h3 a {
    text-decoration: none;
}
.admission-note {
	color: #FFF;
}
.fc-daygrid-day-top a:hover, .fc-scrollgrid-sync-inner a:hover {
	color: #000;

}
.fc-daygrid-day-top a, .fc-scrollgrid-sync-inner a {
	text-decoration: none;
}
.nav-item.child {
	line-height: 1.6;
}
.pagination a {
	text-decoration: none;
}
.showtime-action .admission-note{
	color: #000;
}
.fc .fc-daygrid-event-harness {
    padding-left: 10px;
}