@charset "utf-8";
/*
 Theme Name:   Basecamp Child
 Template:     basecamp
*/

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
	margin: 5px 20px 20px 0;
}
.aligncenter, div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}
.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
a img.alignnone {
	margin: 5px 20px 20px 0;
}
a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	white-space: nowrap;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}
/* Basics */

body {
font-family: 'Lora', serif;
font-family: 'Work Sans', sans-serif;
color: rgba(0,0,0,0.6);
color: #000;
}

a, a:hover {
color: #3FAA80;
text-decoration:none;
}

section p a, section p li {
text-decoration: underline;
text-decoration:none;	
}

hr {
	border: none;
	margin: 30px 0px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #eee;
	height: 3px;
}
h1, h2, h3, h4, h5, h6 {
color: rgba(0,0,0,1);
letter-spacing:-0.03rem;
}
h1 {
	font-size: 1.75rem;
	margin-bottom: 30px;
	font-weight:300;

}
h2 {
	font-size: 1.5rem;
	margin-bottom: 20px;
}
h3 {
	font-size: 1.3rem;
	margin-bottom: 15px;
}
h4 {
	font-size: 1rem;
}
h5 {
	font-size: 1rem;
}


blockquote {
	background-color: #96f1a9;
	padding: 20px 30px 10px 100px;
	margin: 0 0 1.5rem;
	background-image: url(../png/quote-01.png);
	background-repeat: no-repeat;
	background-size: 60px 37px;
	background-position: top 20px left 20px;
	

}



/* Navigation */

.mega-menu-wrap {
font-family: 'Barlow Condensed', sans-serif !important;
}



/* Header */ 

header {
position: absolute;
top: 0;
left: 0;
width: 100%;
z-index:999;
padding: 20px 0px;
}

/* Backgrounds */

/* Padding */

.padding_0 {
	padding: 0px;
}

/* Margin */

.margin_0 {
	margin: 0px;
}

/* Boxes */

.box_logo {
text-align:center;
margin-bottom: 10px;	
}

.box_quote p {
font-size: 1.5rem;
font-style:italic;	
}
.box_quote strong {
color: rgba(0,0,0,0.8);
font-style:normal;
font-weight:normal;
	font-family: 'Barlow Condensed', sans-serif;	
	padding-top: 10px;
	font-size: 1.25rem;
}


.box_social {
width: 34px;
text-align: center;
background-color: #000;
position:fixed;
left:0;
top: 40%;
z-index:3;
}
.box_social {
	font-size: 24px;
	padding: 5px;
}


/* Images */



/* Backgrounds */

.background_gradient {
    background-image: linear-gradient(0deg, #006e49 100%, #006e49 100%);
    background-repeat: repeat-x;

}



/* Lists */

.list_tick {
list-style-type:none;
}
.list_tick li::before {
  font-family: "Font Awesome 5 Free";
   content: "\f00c";
   display: inline-block;

   vertical-align: middle;
   font-weight: 900;
   color: rgba(0,76,108,1);
     width: 1.5rem;
  margin-left: -1.5rem;
}


.list_green {
	list-style-type:none;
}

.list_green li::before {
 content: "\2022";
   display: inline-block;

   vertical-align: middle;
   font-weight: 900;
   color: rgba(0,76,108,1);
     width: 1.5rem;
  margin-left: -1.5rem;
}


/* Pagination */

.nav-links {
}
.page-numbers {
	padding: 6px 8px;
	color: #fff;
	background-color: #3faa80;
	margin-right: 3px;
	margin-bottom: 3px;
}
.page-numbers:hover {
	color: #fff;
}
.page-numbers.current {
	background-color: #006e49;
}
/* Section */

section {
	padding: 60px 0px;
}

.section_grey {
background-color: #eee;
}
.section_green {
background-color: #3faa80;
background-color: #96f1a9;
}
.section_green a {
color: #fff;	
}


.section_green .card a {
color: #3FAA80;	
}


.section_title {

	padding: 160px 0px 80px 0px;
	


background-color: #006e49;

background-image: url(../png/page_header_021221.png);
background-repeat: no-repeat;
background-position:center center;
background-size: cover;
}


.section_title_post {
padding: 160px 0px 80px 0px;
background-color: #96f1a9;
background: linear-gradient(0deg, #3faa80 0%, #96f1a9 100%);
background: linear-gradient(0deg, rgba(150,241,169,1) 0%, rgba(63,170,128,1) 100%);
}
.section_title_post h1 {
color: #006e49;	
}



.section_banner {
	background-color: rgba(0,76,108,1);	
	padding: 0px;

  min-height: 300px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position:relative;
}




.section_banner_overlay {

    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    z-index: 2;

}

.section_banner_content {
	position:relative;	
z-index:3;	
padding: 180px 0px 60px 0px;
}

.section_banner h1 {
color: #fff;
position:relative;	
margin-bottom: 10px;
font-weight:300;
}

.section_banner h2 {
font-size: 2rem;
color: #fff;
		
}

.section_news {
background-color: #3faa80;	
}

/* Maps */

.map_responsive{
    overflow:hidden;
    padding-bottom:400px;
    position:relative;
    height:0;
}
.map_responsive iframe{
    left:0;
    top:0;
    height:400px;
    width:100%;
    position:absolute;
}


/* Text */

.text_uppercase {
	text-transform: uppercase;
}
.text_small {
	font-size: 0.9rem;
}

.text_large {
	font-size: 1.25rem;
}
.text_large::first-line {
  font-variant: small-caps;
}

.text_white {
	color: rgba(255,255,255,1);
}
.text_more {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 0.75rem;
}

.text_category {
font-size: 0.8rem;
		font-family: 'Barlow Condensed', sans-serif;	
	margin-bottom: 10px;
	text-transform:uppercase;

	
}

.text_introduction {
color: rgba(0,0,0,0.8);
font-size: 1.4rem;
text-align:center;
margin-bottom: 2.5rem;
}


.text_caption {

		font-family: 'Barlow Condensed', sans-serif;	
margin: 20px 0px 30px 0px;
	font-size: 1rem;
	text-align:center;

}


.text_post_date {
border-top: 3px solid #006e49;
padding-top: 20px;
color: #006e49;	
display: inline-block;
}

/* AWSM */

.awsm-personal-info span {
	font-family: 'Barlow Condensed', sans-serif;	
}


.awsm-grid figure img {
height: auto;	
}

/* Clears */

.clear_10 {
	clear: both;
	height: 10px;
}
.clear_20 {
	clear: both;
	height: 20px;
}
.clear_30 {
	clear: both;
	height: 30px;
}
.clear_40 {
	clear: both;
	height: 40px;
}
.clear_50 {
	clear: both;
	height: 50px;
}

/* Card */

/* Footer */

footer {
	background-color: #000;
	padding: 20px 0px 20px 0px;
	font-size: 1rem;
	font-family: 'Barlow Condensed', sans-serif;
}
footer p, footer p a {
	color: rgba(255,255,255,1) !important;
	
}
footer p strong {

	color: #00652f;

	text-transform:uppercase;
	font-size: 1rem;
	font-weight:normal;
	
}
footer ul {
	padding: 0px;
	list-style-type: none;
}
footer li {
	color: rgba(255,255,255,1);
	padding: 5px 0px;
	border-bottom: 1px solid rgba(255,255,255,0.1);
}
footer li a, footer li a:hover {

	
	text-decoration: none;
}

footer a .fab {
	color: rgba(255,255,255,1);
	padding-left: 5px;
	font-size:1rem;
}


/* Margins */

.margin_bottom_10 {
margin-bottom: 10px;	
}

.margin_bottom_30 {
margin-bottom: 30px;	
}

/* Font Awesome */

.fas, .fab {
}

/* Buttons */

.btn {



		font-family: 'Barlow Condensed', sans-serif;
		text-transform:uppercase;
		text-decoration:none !important;
}
.btn-primary {
	background-color: rgba(0,0,0,0.8);
	border-color: rgba(0,0,0,0.8);
	
	border:none;
	color: #006e49;
	background-color: #3faa80;
	
			background-color: #96f1a9;
		color: #006e49;

}
.btn-primary:hover {
		background-color: #96f1a9;

	color: #fff;
	
		background-color: #ffc30d;
		color: #006e49;
}


.btn-secondary {
	background-color: #3faa80;
	border: 3px solid #00652f;
	border:none;
	padding: 10px 15px;
	color: #006e49;
	
		background-color: #96f1a9;
		color: #006e49;
	
	
}
.btn-secondary:hover {
	background-color: #96f1a9;
	border-color: #00652f;
	color: #fff;
	
	
		background-color: #ffc30d;
		color: #006e49;
}


/* Contact form 7 */

.wpcf7-form {
	font-family: 'Barlow Condensed', sans-serif;	
	background-color: #eee;
	padding: 30px 30px 10px 30px;
	margin-top: 30px;
}
.wpcf7-form input {
	width: 100%;
	border: none;
	padding: 5px;
}
.wpcf7-form label {
	width: 100%;
}
.wpcf7-form textarea {
	width: 100%;
	border: none;
	padding: 5px;
}
.wpcf7-form .wpcf7-submit {
	background-color: rgba(0,0,0,0.8);
	color: #fff;
	border: 1px solid rgba(0,76,108,1);

	width: 100px;

	text-align: center;

	margin-top: 20px;
}


.wpcf7-form .wpcf7-list-item {
margin-left: 0px !important;	
}

.wpcf7-form input[type='checkbox'] { 
margin: 0px 10px 0px 0px;
width: auto;
}


/* WP Event Manager */

.wpem-event-single-image img {
	 width: 100% !important;
  height: auto !important;
}


/*==========  Mobile First Method  ==========*/
/*
Min-Width: Refers to everything greater than or equal to the amount given.
Max-Width: Refers to everything less than or equal to the amount given. 
*/

    /* Custom, iPhone Retina */ 
    @media only screen and (min-width : 320px) {
}

    /* Extra Small Devices, Phones */ 
    @media only screen and (min-width : 480px) {


    /* Small Devices, Tablets */
    @media only screen and (min-width : 768px) {

h1 {
font-size: 3.5rem;

}
.box_logo{
	text-align:left;
margin-bottom: 0;

}

.section_banner_content {
padding: 180px 0px 60px 0px;	
}

}

    /* Medium Devices, Desktops */
    @media only screen and (min-width : 992px) {
}

    /* Large Devices, Wide Screens */
    @media only screen and (min-width : 1200px) {
}
