/* stylelint-disable selector-list-comma-newline-after */
body {
	font-family: futura-pt, sans-serif;
	font-weight: 400;
	font-style: normal;
    font-size: .9rem;
    line-height: 1.2;
}
h1, h2, h3, h4, h5, h6 {
	font-family: futura-pt, sans-serif;
	font-weight: 700;
	font-style: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #000;	
}
/*
h2, h3, h3 a, h4, h4 a {
	color: #000;
	font-weight: 700;
}
*/
big {
	font-size: 60px;
	font-weight: 800;
	color:#4d463e;	
}
h1 {
	font-size: 65pt;
	color: #28ACE2;
	line-height: 1;
/*	padding-bottom: 20px;
	padding-top:20px;
*/	font-family: futura-pt, sans-serif;
	font-weight: 400;
	font-style: normal;	
}

h2 {
	font-size: 32pt;
	color: #232323;	
	font-weight: 700;
	padding-top:10px;
	font-weight: 700;
	color: #759e9a;	
	font-family: futura-pt, sans-serif;	
}

.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;	
}
h3 {
	font-size: 16pt;
	font-weight: 700;
	color: #759e9a;	
}
.firm h3 {
	padding-top: 0;
	padding-bottom: 0;
}

h4 {
	font-size: 20pt;
	font-weight: 400;
	color: #759e9a;		
	line-height: 1.3;	
	padding-left: 50px;			
	position: relative;
	top: 150px;
}
h5 {
	font-size: 20pt;
	font-weight: 400;
	color: #759e9a;		
	line-height: 1.3;	

}
.article h4 {
	color: #79c355;	
}
.events-upcoming h4 {
	padding-top: 0;
	padding-bottom: 0;
}

h6 {
	font-size: 30px;
	font-weight: 500;
}
p, li{
	font-size: 16pt;
	line-height: 1.5;
	padding-bottom: 10px;
	margin-bottom: 5px;
}
.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: futura-pt, sans-serif;
	font-size: 2.25rem;
}
.blog-header-logo:hover {
	text-decoration: none;
}
.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;
}
.nav-link {
	padding-top: 0;
	padding-bottom: 0;
	font-weight: bold;

}
.nav-item a:hover {
    color: #0081CF;
}
.bg-light {
    background-color: #FFF;
}
button.navbar-toggler {
    background-color: #fff;
    color:#353535;
}
.footer-social a{
    padding: 25px;
}

footer p {
	color: #FFFFFF;
	font-size: 100%;
	font-size: 20px;
	line-height: 1.25;
}
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;
}
.fa-linkedin, .fa-twitter {
	font-size:20pt;
}

.btn-primary {
    background-color: #28ACE2;
    border-color: #28ACE2;
    color: #FFFFFF;
}
.btn-primary:hover {
    color: #28ACE2;
    border-color: #fff;    
    background-color: #ffffff;
}
.blog_title a {
	color: #212529;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
}
.read_more {
	color: #79c355;
	font-weight: bold;
}
hr.bar {
	color: #79c355;
	border: 3px solid #79c355;
}
a {
	color: #6a6a6a;
}
.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;
	max-height: 690px;
	min-height: 400px;
}
.jumbotron .container {
	position:relative;
	z-index:2;
}
@media screen and (max-width: 768px) {
	.jumbotron {
		padding:0px;
	}
}

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: futura-pt, 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-inverse .navbar-nav > li.selected  > a {
    padding: 15px 10px;
}
.navbar-nav li a{
    padding: 15px;
}
.navbar-nav li ul li {
    list-style-type: none;     
}
.navbar a:hover, .navbar selected a{
    color:  #F79743;
}
#nav_main_xs li a, #nav_main li a {
	font-family: futura-pt, sans-serif;
	font-weight: 600;
}
#nav_main li.ancestor > a {
    color: #79c355;
    background-color: #FFF;
}
#nav_main li.ancestor li a:hover {
    background-color:#fff;
    color:  #79c355;
}
#nav_main li.sibling ul li a {
    color: #353535;
    background-color: #fff;
}
#nav_main li.sibling ul li a:hover {
    color: #79c355;
#    background-color: #FFF;
}
#nav_main li a:hover{
    color: #79c355;
    background-color: #FFF;
    text-decoration: none;
}
#nav_main li.selected a {
    color: #F79743;
    background-color:#FFF;
}
#nav_main ul li ul li a {
    padding-top: 8px;    
    padding-bottom: 8px;
}
#nav_main li.descendant a {
    background-color:#fff;
    color:  #393939;
}
#nav_main li.descendant a:hover {
    background-color:#fff;
    color:  #79c355;
}
.menu li ul li a:hover, .menuli ul li.selected a, .menu li a:hover, .menu li.selected a, .menu li a:active{
    color:  #FFF;
}
.menu a {
	font-size: 0.9em;
	font-weight: 400;
}
.navbar-expand-sm .navbar-nav .nav-link {
    padding-right: .6rem;
    padding-left: .6rem;
}
.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
#    padding-left: 15px;
  }
#nav_main_xs li.ancestor > a {
    color: #353535;
    background-color: #FFF;
}
#nav_main_xs li.ancestor li a:hover {
    background-color:#fff;
    color:  #79c355;
}
#nav_main_xs li.sibling ul li a {
    color: #353535;
    background-color: #fff;
}
#nav_main_xs li.sibling ul li a:hover {
    color: #79c355;
#    background-color: #FFF;
}
#nav_main_xs li a:hover{
    color: #79c355;
    background-color: #FFF;
    text-decoration: none;
}
#nav_main_xs li.selected a {
    color: #F79743;
    background-color:#FFF;
}
#nav_main_xs ul li ul li a {
    padding-top: 8px;    
    padding-bottom: 8px;
}
#nav_main_xs li.descendant a:hover {
    background-color:#fff;
    color:  #79c355;
}
#nav_main_xs li.descendant a {
    background-color:#fff;
    color:  #000;
}
.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: #F79743;
}
.subnav ul li a:hover{
	color: #79c355;
}

.event_link {
	font-weight: bold;
}
.event_link_external {
	text-decoration: underline;
}
.bg-light {
    background-color: #FFF !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;
}
.prefooter {
	color:#fff;
	font-weight: bold;
	font-family: futura-pt, sans-serif;
}
.prefooter big{
	font-size: 80px;
	font-weight: bold;
}  
.prefooter small{
	font-size: 20px;
	font-weight: bold;  
} 
.prefooter p{
	font-size: 35px;
	line-height: 1;
	font-weight: bold;  
} 
.prefooter_inside {
	padding-top: 40px;
	padding-bottom: 20px;
	background-color: :#000;
}
@media(min-width:0px){
	.prefooter_inside {
	background: linear-gradient(
		to bottom, 
		#79c355 0%, 
		#79c355 72%, 
		#f2f2f2 28%, 
		#f2f2f2 100%
	);
	}

	.prefooter {
	background: linear-gradient(
		to bottom, 
		#79c355 0%, 
		#79c355 72%, 
		#f2f2f2 28%, 
		#f2f2f2 100%
	);
	} 
   	.subnav ul li{
		border-right: none;
	}
	.find-lawyer .btn-lg {
	    font-size: 20px;
		position: relative;
		top:300px;	    
	}	
	.filtr-container img{
		max-height: 250px;
	}	
	.filtr-item {
		padding-bottom: 20px;
		min-height: 300px;

	}	
}
@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:770px){
	.prefooter_inside {
		background: linear-gradient(
		to right, 
		#79c355 0%, 
		#79c355 55%, 
		#f2f2f2 45%, 
		#f2f2f2 100%
    );
  }

	.prefooter {
		background: linear-gradient(
			to right, 
			#79c355 0%, 
			#79c355 60%, 
			#f2f2f2 40%, 
			#f2f2f2 100%
		);
	}
  
	.find-lawyer .btn-lg {
	    font-size: 35px;
		position: relative;
		top:-100px;	 	    
	}	
	.text-block-interior {
	    position: absolute;
	    top: 0px;
	    right:  19%;
	    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;
	}  


}
@media(min-width:992px){
  .prefooter_inside {
	background: linear-gradient(
		to right, 
		#79c355 0%, 
		#79c355 60%, 
		#f2f2f2 40%, 
		#f2f2f2 100%
		);
	}
  .cms-plugin-791:after, .prefooter_arrow:after {
	left: 3%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(0, 105, 179, 0);
	border-left-color: #79c355;
	border-width: 30px;
	margin-top: -30px;
	}
	.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;
	} 	

}
@media(min-width:1200px){
	.jumbotron {
		position:relative;
		padding: 0px;
		max-height: 890px;
		min-height: 600px;
	}
	.find-lawyer .btn-lg {
	    font-size: 35px;
		position: relative;
		top:0px;	 	    
	}		
}
.share {
	float:left;
}
.firm_news p{
	margin-bottom: 5px;
}
.firm_news{
}
.read_more, a .read_more {
	font-weight: bold;
	margin-bottom:0;
	text-transform: uppercase;
	font-family: futura-pt, 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: futura-pt, 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: futura-pt, 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 {
	text-decoration: underline;
}
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: futura-pt, sans-serif;
}

.awards img {
	padding-right: 25px;
	padding-bottom: 25px;
}
.awards_img > a{
	color:#FFF;
}
footer p a:hover {
	color:#FFFFFF;
}
.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;
}

.homequote {
	margin: 0em 10px;
	padding: 0em 10px;
	quotes: "\201C""\201D""\2018""\2019";
	font-family: futura-pt, sans-serif; 
}
.homequote:before {
	color: #79c355;
	content: open-quote;
	font-size: 4em;
	line-height: 0.1em;
	vertical-align: -0.4em;
	padding-right: 10px;
}
.homequote:after {
	color: #79c355;
	content: close-quote;
	font-size: 4em;
	line-height: 0.1em;
	vertical-align: -0.5em;
	padding-left: 10px;
}

.news{
    line-height: 1.25;

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


}
.innerhome {
	font-family: futura-pt, 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.8rem;
}
.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;
	padding-top: 10px;
	text-align: right;
}
.seminar-space {
	padding-top: 20px;
	padding-bottom: 50px;
}
.home-event {
	padding-left: 0;
}
.seminar h3 a{
	color: #79c355;	
}
.seminar-entry {
	padding-bottom: 40px;
}
#searchform {
	max-width:250px;
}
.section-padding {
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 240px;
	padding-right: 240px;
}
.section-padding-interior-page {
	padding-top: 30px;
	padding-left: 150px;
	padding-right: 150px;
}
.section-padding-banner {
	padding-top: 30px;
	padding-bottom: 10px;
}

.footer_img {
    margin-bottom: 0px;
    color: #fff;
    background: #516F6B;
    width: 100%;
    background-size: cover;
    overflow: hidden;
    vertical-align: bottom;
    z-index:1;
    position: relative;
    padding-bottom: 50px;
}
.footer_img p{
	font-size: 16pt;
	font-weight: bold;
	color: #FFF;
	padding-bottom: 5px;
	padding-top: 20px;
}
.footer_img .btn-primary{
	font-size: 1rem;
    font-weight: bold;
    color: #FFF;
    background-color: #AE2225;
    vertical-align: middle;
    margin-top: 25px;
    padding: 10px 15px;
}
.btn-primary{
	font-size: 1rem;
    font-weight: bold;
    color: #FFF;
    background-color: #AE2225;
    vertical-align: middle;
    margin-top: 25px;
    padding: 10px 15px;
}
.subfooter {
	background-color: #314f6c;
	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;

}
.navbar-expand-md .navbar-nav .nav-link {
    padding-right: .25rem;
    padding-left: .25rem;
}
.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-top: 10px;
	margin-bottom: 10px;
}
.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 {
  font-size: 25pt;
  width: 42pt;
  margin:0 5pt;
  text-align: center;
  text-decoration: none;
  background-color: #F79743;
  color:#fff;
  padding: 7pt 5pt;
  border-radius: 30px;
}

/* Add a hover effect if you want */
.fab:hover {
	text-decoration: none;
	color:  #F79743;
	background-color: #FFF;
}
.top-nav a{
/*	margin-left: 20px;
*/}
.top-nav {
}
.nav-item {
	font-size: 1.2rem;
}
.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-weight: bold;
	color: #4d463e;
}
.light-grey-background {
	background-color: #f2f2f2;
}
.dark-teal-background {
	background-color: #F79743;
}
.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: #F79743;
	color:#fff;
	position: relative;
	left: 0.5em;
}
.btn-primary{
	padding: 0.5em;
    font-family: futura-pt, sans-serif;
    margin-top: 0.5em;
}
.btn-link{
    color: #F79743;
    border: 1px #F79743 solid;
    font-weight: 700;
    font-family: futura-pt, sans-serif;
}
.btn-link:hover {
    background-color: #F79743;
    color: #fff;
}
a.btn-link:hover {
    text-decoration: none;
}
.article_list p {
	text-align: center;
}
.lifeshop {
	font-size: 22pt;
	margin-bottom: 0;
	line-height: 1;
	padding-bottom: 10px;
}
.lifeshop a{
	text-decoration: none;
	padding-bottom: 0px;
	font-size: 18pt;
	font-weight: 400;
}
.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;
}
.navbar-light .navbar-nav .selected .nav-link.active {
	color: #FFF;
}
.navbar-light .navbar-nav .nav-link:hover {
	color: #fff;


}
.subpage h3 {
	color: #F79743;	
}
.subfooter {
	background-color: #555555;
	color: #FFF;
}
a:hover {
    color:  #F79743;
}
big {
	font-size: 28pt;
	color: #4d463e;
} 
.carousel-caption-new {
    position: absolute;
    bottom: 0px;
    left: 2%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 0px;
    color: #fff;
    text-align: left;
}
.event-title h2 {
	color: #000;
}
.navbar-nav.menu {
    margin-top: 46px;
}
.homepage-image {
	max-height:570px;
}
.homepage-line {
	max-height:20px;
}
.interior-banner {
	max-height:410px;
}
.container-big {
	max-width:1455px;
	margin:0 auto;
}

.testimonial-quote{
    padding-right:0;
}
.navbar-nav li a {
    padding-right: 5px;
    padding-left: 5px;
} 



@media (min-width: 576px) {

/*	a.nav-link:after{
	    content: "/";
	    color:#6a6a6a;   
	    padding-left: 15px; 
	}*/
	a.nav-link {
		white-space: nowrap;
		padding: 0
	}
	li:last-child a.nav-link:after{
	  content: " ";
	}
	.navbar-nav.menu {
	    margin-top: 0px;
	}


}
@media (min-width: 768px)  {
	.navbar-nav li a {
	    padding-right: 0px;
	    padding-left: 0px;
	    margin:0;
	} 
li.nav-item {
    padding-left: 5px;
}
}

@media (min-width: 992px) {
	.navbar-expand-lg {
	    justify-content: center;
	}
	li.nav-item {
	    padding-left: 0;
	}	
}


/*@media (min-width: 768px) {
	.navbar-nav.menu {
	    margin-top: 0px;
	}
	.navbar.navbar-expand-sm {
	    margin-top: 0px;
	}
}

@media (min-width: 992px) {
	.navbar-nav.menu {
	    margin-top: 31px;
	}
}

@media (min-width: 1200px) {
	.navbar-nav.menu {
	    margin-top: 46px;
	}
}*/

label {
	font-size: 120%;
}
.contact-message {
	font-size:22px;
	text-align:center;
}

input {
    width: 100%;
}
.contact {
	max-width:600px;
	text-align: center;
}

.book_now {
	text-transform: uppercase;
	color: #ffffff;
}

.book_now a {
    color: #ffffff;
    font-weight: 700;
	background-color: #F79743;

}
.book_now a:hover {
    color: #F79743;
    background-color: #ffffff;
}
.blue-border {
	border-bottom: 10px solid #3EC7EF;
	margin-bottom: 30px;
}
.btn-primary {
    background-color: #AE2225;
    border-color: #AE2225;
    color: #FFFFFF;
}
.btn-primary:hover {
    color: #ffffff;
    border-color: #ca373b;
    background-color: #ca373b;
}
.navbar-nav li a {
    padding-bottom: 7px;  
    color: #fff;
}
.alt-container {
	background-color: #ffffff;
}
.top-container {
	background-color: #e9f1f0;
}

.navbar-nav .nav-link {
     padding-left: 5px; 
}
.top_nav {
	background-color: #516F6B;
}
li.nav-item {
	padding-left: 10px;
	padding-right: 10px;

}
li.nav-item a{
	padding-right: 9px;
	font-weight: 700;

}
.navbar-nav.menu {
	padding-top: 35px;
}
.alt-background {
	background: url("/media/filer_public/b4/37/b4370a7c-e35e-4dd5-adac-fa908fe95b96/greenacre-press-header.jpg") no-repeat center;
}
.book {
    font-family: futura-pt, sans-serif;
    font-weight: 700;
    font-size: 32pt;
    line-height: 1.1;
    padding-bottom: 5px;
    color: #759e9a;
}
.book_small {
    font-family: futura-pt, sans-serif;
    font-weight: 700;
    font-size: 22pt;
    line-height: 1.1;
    color: #759e9a;
}
.outer_link a {
	text-decoration: none;
	background-color: #585f54;
	padding: 5px 10px;
	color:#ffffff;
}
.order-button {
	font-weight: bold;
	border-radius: 5px;
	margin-top: 30px;
}
.quote {
	font-size: 18pt;
	font-weight: 600;
}
.selected a.nav-link {
	border-bottom: 1px solid #fff;
}
a.nav-link:hover {
	border-bottom: 1px solid #fff;
}

a {
	border-bottom: 1px solid #516F6B;
}
.navbar-expand-lg .navbar-nav .nav-link {
	padding-right: 0;
	padding-left: 0;
}
ul.wing-menu {
    margin-left: 100px;
}

.big-picture {
	width:100%;
	max-width: 1600px;
}
a.btn.btn-primary.order-button.button-footer {
    padding: 10px 15px;
}