@charset "UTF-8";
@import url('https://fonts.cdnfonts.com/css/staatliches');
/* CSS Document */

/* Some normalizing stuff */

/** Prevent iOS text size adjust after orientation change, without disabling user zoom. */

html {
  -ms-text-size-adjust: 100%; 
  -webkit-text-size-adjust: 100%;
}

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/*default image settings */
img {
	border: 0;
	max-width:100%;
	height:auto;
}

/* The following makes padding and borders not be added to width site wide */
* {
  box-sizing: border-box;
}

.clear {
	clear:both;
}
.clearafter:after,
header:after,
nav:after,
section:after,
.contain:after, footer:after
{
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;
}

/* End normalizing stuff */


body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#000;
	margin:0 0 0 0;
	position:relative;
    background:url("../images/bg.jpg");
}
p { 
	line-height: 1.6em;
}
a {
	color:#1c2754;
}
a:visited {
	color:#1c2754;
}
a:active {
	color:#1c2754;
}
a:hover {
	color:#600;
}

h1 {
	width:100%;
	margin:0px;
	position:relative;
    font-size:2.2em;
    text-shadow: 2px 2px 0px #000;
    padding:30px 0;
    border-top:4px solid #fff;
    border-bottom:4px solid #fff;
    line-height: 1.4em;
}
h2 {
	font-size:1.8em;
	font-weight:bold;
    line-height: 1.4em;
    color:#1b380b;
}
h3 {
	font-size: 1.2em;
	font-weight:bold;
    padding:0px;
    margin:20px 0;
}


header {
	width:100%;
    height:190px;
	margin:0px auto;
    padding:0px;
    background:rgba(27,56,12,.95);
    position: fixed;
    top:0px;
    z-index: 9999;
}
.header-logo {
    position: absolute;
    top:0px;
    left:0px;
    z-index: 99999;
	width:250px;
    float:left;
    padding:20px;
}
.header-logo img {
	max-height:150px;
}
.header-contact {
	width:100%;
    padding:20px 35px 20px 20px;
    color:#fff;
    text-align: right;
    font-size:1.4em;
}
.header-contact a {
	color:#fff;
    text-decoration: none;
}

nav {
	width:100%;
    padding:20px;
    color:#fff;
    text-align: right;
}

main {
	width:100%;
    min-height: 80vh;
	padding:0;
	position: relative;
}
section {
	width:100%;
	position: relative;
}
.contain {
	width:100%;
	max-width:1200px;
	margin:50px auto;
}
.content{
	position: relative;
    background:rgba(239,242,231,.9);
    padding:30px 5%;
    border-radius:20px;
	box-shadow: 3px 3px 12px #afb3a4;
}

.fullpage {
	width:100%;
	margin:0 auto;
}
.col-half {
	width: 50%;
	float: left;
}
.col-third {
	width: 33.33%;
	float: left;
}
.col-fourth {
	width: 25%;
	float: left;
}
.col-twothirds {
	width: 66.66%;
	float: left;
}
.col-threefourths {
	width: 75%;
	float: left;
}

.pad-left {
	padding-left: 4%;
}
.pad-right {
	padding-right: 4%;
}
.pad-top {
	padding-top: 30px;
}
.pad-bottom {
	padding-bottom: 30px;
}
.pad-all {
	padding: 30px 4%;
}

section.hero {
    position: relative;
    height:100vh;
    overflow:hidden;
    margin:0px;
}
section.hero .vidcontainer {
    height:100vh;
}
section.hero video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
section.hero .herocontent {
    position:absolute;
    top:300px;
    left:10%;
    width:80%;
    z-index: 999;
    text-align: center;
    color:#fff;
}

section.hero .herocontent span {
    display:block;
    font-size:.8em;
    padding:20px 0;
}

section.hero .herocontent strong {
    display:block;
    font-size:1.8em;
    padding:20px 0;
    font-family: 'Staatliches', sans-serif;
}

.innerh1 {
    background:url("../images/bg-path.jpg") no-repeat #1b380b;
    background-position:center center;
    background-size:cover;
    padding:200px 5% 50px 5%;
    text-transform: uppercase;
}
.innerh1 h1 {
    border:none;
    color:#fff;
    text-align: center;
    font-size: 3em;
}
.welcome {
    background:url("../images/bg-path.jpg") no-repeat #1b380b;
    background-position:center center;
    background-size:cover;
    padding:50px 0;
    border-top:50px solid #1b380b;
    border-image: repeating-linear-gradient(
          30deg,
          #1b380b,
          #1b380b 2px,
          #000 2px,
          #000 4px
        )
        20;
    
}
.welcomecontent {
    background:rgba(239,242,231,.9);
    padding:30px;
    border-radius:20px;
    width:50%;
    margin:0px 2% 0px 48%;
	box-shadow: 3px 3px 12px #555;
}

.orgs {
    text-align: center;
    width:96%;
    margin:50px 2%;
    background:#fff;
    padding:50px 5%;
    border-radius:20px;
    opacity: .7;
	box-shadow: 3px 3px 12px #555;
}
.orgs img {
    max-height:100px;
    max-width:400px;
    margin:30px;
}
.servcontainer {
    display: flex;
    flex-wrap: wrap;
}
.servblock { 
    flex: 1 1 46%;
    margin:30px 2%;
    text-align: center;
    float:left;
	position: relative;
    background:rgba(239,242,231,.9);
    padding:30px 5%;
    border-radius:20px;
	box-shadow: 3px 3px 12px #afb3a4;
}
.teamcontainer {
    display: flex;
    flex-wrap: wrap;
}
.teamblock { 
    flex: 1 1 46%;
    margin:30px 2%;
	position: relative;
    background:rgba(239,242,231,.9);
    padding:30px 5%;
    border-radius:20px;
	box-shadow: 3px 3px 12px #afb3a4;
    float:left;
}

.factcontainer {
    display: flex;
    flex-wrap: wrap;
}
.factblock { 
    flex: 1 1 46%;
    margin:30px 2%;
	position: relative;
    background:rgba(239,242,231,.9);
    padding:30px 5%;
    border-radius:20px;
	box-shadow: 3px 3px 12px #afb3a4;
    float:left;
}
.factblock ul {
    margin: 30px 0px;
}
.factblock li {
    margin:10px 0;
}
.factblock li a {
    font-weight:bold;
}

.listingscontainer {
    background:#ffffff;
    width:96%;
    margin:40px auto;
}

.socials img {
    height:30px;
    width:auto;
    margin:12px;
}


.pageimg {
	border:12px solid #eff2e7;
	box-shadow: 3px 3px 12px #555;
    border-radius:20px;
}
.imgright {
	float:right;
	margin-left:10px;
}
.imgleft {
	float:left;
	margin-right:10px;
}
.cropcircle {
    border-radius: 50%;
}
.list {
	margin:30px 0 30px 0px;
	padding:0px;
	font-size:1em;
}
.list li{
    display: list-item;
    list-style: none;
	background:url(../images/bullet.png) no-repeat;
    background-size: auto 25px;
    background-position: 0px center;
	padding:5px 5px 5px 33px;
	margin: 10px 0;
}	
.listlink {
	margin:30px 0 30px 25px;
	padding:0px;
	font-size:1em;
}
.listlink li{
    display: list-item;
    list-style: none;
	background:url(../images/bullet.png) 0px 3px no-repeat;
	padding:0px;
	margin: 20px 0;
}	
.listlink a, .listlink a:visited, .listlink a:active {
	display:block;
	background:#1b380b;
	padding:20px 30px;
	border-radius:5px;
	color:#ffffff;
	text-decoration: none;
	font-size:1.2em;
    text-align: center;
}
.listlink a:hover {
	color:#ffffff;
	background:#357412;
}

ol {
	margin:30px 0 30px 20px;
	padding:0px;
	font-size:1em;
}
ol li {
    margin:0px;
    padding:10px 0px 10px 10px;
}

hr {
	border: 0;
    height: 6px;
	margin:30px auto;
    background:#1b380b;
    width:40%;
}

q {
  quotes: "“" "”" "‘" "’";
}
q::before {
    content: open-quote;
}
q::after {
    content: close-quote;
}


.ctr {
	text-align:center;
}

.unfloatcenter {
    float:none;
    margin:0 auto;
}
.nowrappy {
    white-space: nowrap;
}

.c2a, .c2a:visited, .c2a:active {
	display:inline-block;
	background:#1b380b;
	padding:20px 30px;
	border-radius:5px;
	color:#ffffff;
	text-decoration: none;
	font-size:1.2em;
}
.c2a:hover {
	color:#ffffff;
	background:#357412;
}


.c2a2, .c2a2:visited, .c2a2:active {
	display:inline-block;
	padding:10px 30px;
	border-radius:5px;
	color:#ffffff;
    border:2px solid #fff;
	text-decoration: none;
	font-size:1.2em;
}
.c2a2:hover {
	color:#ffffff;
	background:#357412;
}

.table-container {
    display:table;
    border:1px solid #222;
    font-size:.9em;
    margin-bottom:100px;
    width:100%;
}

.table-header {
    display: table-row;
    background:#18345f;
    color:#fff;
}
.table-row {
    display: table-row;
    border-bottom:1px solid #222;
    width:100%;
}
.table-row:nth-child(even) {
    background: #ddd;
}

.table-cell {
    display: table-cell;
    width:16.5%;
    padding:10px;
    border-right:1px solid #999;
}
.table-cell:last-child {
    border-right:none;
}
.table-header .table-cell {
    text-align: center;
    padding:20px;
    font-size: 1.2em;
}
.table-cell:nth-child(2) {
    font-weight:bold;
}

address {
	font-size:1.2em;
	font-style:normal;
	margin:40px 0;
}
address .footericon {
    height:24px;
    width:auto;
    margin:0 5px 0 0;
    vertical-align: middle;
}


.formstyle fieldset {
	width:100%;
	border:none;	
	border-radius: 5px;
	margin:20px auto 0 auto;
}
.formstyle legend {
	font-size:1.2em;
	font-weight:bold;
	color:#000;
	margin:20px 0;
    padding-top:50px;
    border-bottom:2px solid #000;
}
.formstyle div {
	margin:10px;
	text-align:left;
}
.formstyle label {
	font-size:16px;
	font-weight:bold;
	float:left;
	margin:12px 1% 0 0;
	width:25%;
}
.formstyle .submit {
	text-align:center;
}

.unoCme {
	display:none;
	visibility: hidden;
}

input {
	border:1px solid #000;
	color:#333;
	font-size:16px;
	font-family:tahoma,arial,sans-serif;
	border-radius: 5px;
	margin-top:8px;
	padding:10px;
	width:74%;
}
textarea {
	border:1px solid #000;
	color:#333;
	font-size:16px;
	font-family:tahoma,arial,sans-serif;
	border-radius: 5px;
	margin-top:8px;
	padding:10px;
	width:74%;
	height:120px;
}
select {
	border:1px solid #000;
	color:#333;
	font-size:16px;
	font-family:tahoma,arial,sans-serif;
	border-radius: 5px;
	margin-top:8px;
	padding:10px;
	width:auto;
	cursor:pointer;
}
input[type="radio"], input[type="checkbox"]{
    width:auto;
}
.button{
	background-color: #2f2e2c;
	border:none;
	color:#fff;
	font-size:16px;
	cursor:pointer;
	width:auto;
	padding:2% 4%;
}
.button:hover{
	background-color: #b4282e;
	color:#fff;
	cursor:pointer;
	width:auto;
}

video {
    width:100%;
	position:absolute;
	z-index:0;
}
video.fillWidth {
	width: 100%;
}
.vidcontainer {
	position:relative;
	width:100%;
	height:auto;
}


.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
/* this class can be added to iframes for responsive results, compatible from mid 2021 on */
.video-iframe {
  aspect-ratio: 16 / 9;
  width: 100%;
}

.google-maps {
	position: relative;
	padding-bottom: 40%; 
	height: 0;
	overflow: hidden;
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
a.backbutton {
	display:inline-block;
	background:#094e4e;
	color:#fff;
	font-size:.9em;
	padding:5px 10px;
	border-radius:3px;
	text-decoration: none;
	float:right;
}
a.backbutton:hover {
	background:#5a955a;
}
article {
    background:#f2f4ed;
    border:2px solid #c8cac2;
    border-radius:4px;
	padding: 2%;
	margin:20px 0 20px 0;
}
.blogtease {
    width:68%;
    float:left;
    margin:0;
}
article h2 {
	margin:0 0 0 0;
	color:#222;
}
article small {
    display:block;
}
.blogimg {
  	width: 30%;
	background-position: top left;
	background-size:cover;
	border:5px solid #fff;
	box-shadow: 0px 0px 5px #999;
	float:left;
	margin-right:2%;
}

.blogimg:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
article p {
	display: block;
	width:70%;
	float:left;
	margin:10px 0;
}

article a.readbutton, article a.readbutton:visited, article a.readbutton:active {
	display:inline-block;
	float:right;
	background:#094e4e;
	border-radius: 3px;
	font-size:1.2em;
	color:#fff;
	text-transform: uppercase;
	text-decoration: none;
	padding:10px 30px;
	margin-right:50px;
}
article a.readbutton:hover {
	background:#5b965b;
	color:#fff;
}
/* Pulse Grow */
@-webkit-keyframes hvr-pulse-grow {
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@keyframes hvr-pulse-grow {
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.hvr-pulse-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}
.hvr-pulse-grow:hover, .hvr-pulse-grow:focus, .hvr-pulse-grow:active {
  -webkit-animation-name: hvr-pulse-grow;
  animation-name: hvr-pulse-grow;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

footer {
    background:#1b380c;
    color:#fff;
	font-size:.8em;
	width:100%;
	margin:0 auto;
	padding:50px 4%;
}
footer .footericon {
    height:14px;
    width:auto;
    margin:0 5px 0 0;
    vertical-align: middle;
}
footer a, footer a:visited, footer a:active {
    color:#fff;
}
footer a:hover {
    color:#fff;
}
#credit {
	width:300px;
	float:right;
	text-align:right;
}


@media (max-width: 1250px) {

    .socials img {
        height:30px;
        width:auto;
        margin:10px;
    }

}
@media (max-width: 1080px) {

    
}

@media (max-width: 960px) {
    nav {
        margin-top:40px;
    }
    .c2a, .c2a:visited, .c2a:active {
        padding:10px 10px;
        font-size:1em;
    }
    .c2a2, .c2a2:visited, .c2a2:active {
        padding:10px 10px;
        font-size:1em;
    }
    .socials img {
        height:25px;
        width:auto;
        margin:5px;
    }

    h1 {
        font-size:1.8em;
    }
    h2 {
        font-size:1.4em;
        line-height: 1.2em;
    }
    h3 {
        font-size: 1.1em;
    }
    .welcomecontent {
        padding:10px 20px;
        width:70%;
        margin:0px 2% 0px 28%;
    }

    
}
@media (max-width: 719px) {
    header {
        width:100%;
        height:160px;
        margin:0px auto;
        padding:0px;
        background:rgba(27,56,12,.95);
        position: fixed;
        top:0px;
        z-index: 9999;
    }
    .header-logo {
        position: absolute;
        top:0px;
        left:0px;
        width:250px;
        float:left;
        padding:20px;
    }
    .header-logo img {
        max-height:120px;
    }
    .header-contact {
        width:100%;
        padding:5px 30px 20px 20px;
        color:#fff;
        text-align: right;
        font-size:1.4em;
    }
    .header-contact a {
        color:#fff;
        text-decoration: none;
    }
    .header-contact i {
        display:none;
    }
    .header-contact span {
        display:block;
        margin-top:5px;
    }
    nav {
        margin-top:10px;
    }
    .servblock { 
        flex: 1 1 96%;
        margin:30px 2%;
        float:none;
    }
    .teamblock { 
        flex: 1 1 96%;
        margin:30px 2%;
        float:none;
    }
    .factblock { 
        flex: 1 1 96%;
        margin:30px 2%;
        float:none;
    }
    .orgs img {
        max-height:60px;
        max-width:40%;
        margin:10px 4%;
    }

    h1 {
        font-size:1.5em;
    }
    section.hero .herocontent span {
        font-size:.8em;
        padding:20px 0;
    }

    section.hero .herocontent strong {
        font-size:1.6em;
        padding:20px 0;
    }
    h2 {
        font-size:1.4em;
        line-height: 1.2em;
    }
    h3 {
        font-size: 1.1em;
    }
    .welcome {
        background-position:left center;
        padding:30px 0;
        border-top:30px solid #1b380b;
        border-image: repeating-linear-gradient(
              30deg,
              #1b380b,
              #1b380b 2px,
              #000 2px,
              #000 4px
            )
            20;

    }
    .welcomecontent {
        padding:10px 20px;
        width:92%;
        margin:0px 4% 0px 4%;
    }

	.col-half {
		width: 100%;
		float: none;
	}
	.col-third {
		width: 100%;
		float: none;
	}
	.col-fourth {
		width: 100%;
		float: none;
	}
	.col-twothirds {
		width: 100%;
		float: none;
	}
	.col-threefourths {
		width: 100%;
		float: none;
	}
	#credit {
		width:100%;
		float:none;
		text-align: center;
		padding:4%;
	}
}
