@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700|Source+Sans+Pro:400,700&display=swap");

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

a.reverse {
	color: #8a0000;
	text-decoration: none;
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
	display: block;
}
a.reverse:hover {
	color: #FFF;
	text-decoration: none;
}

.navbar a:hover {
    color: inherit;
}


.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

@font-face {
	font-family: "icomoon";
	src: url("../fonts/icomoon.ttf?lh3c5t") format("truetype"), url("../fonts/icomoon.woff?lh3c5t") format("woff"), url("../fonts/icomoon.svg?lh3c5t#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-instagram:before {
	content: "";
}

.icon-facebook:before {
	content: "";
}

.icon-twitter:before {
	content: "";
}

.icon-phone:before {
	content: "";
}

.icon-tiktok:before {
    content: "";
}


@font-face {
	font-family: "Steelfish";
	src: url("../fonts/37D0C5_0_0.woff") format("woff"), url("../fonts/37D0C5_0_0.ttf") format("truetype");
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: "Steelfish";
	src: url("../fonts/37D0C5_1_0.woff") format("woff"), url("../fonts/37D0C5_1_0.ttf") format("truetype");
	font-weight: 700;
	font-style: italic;
}

@font-face {
	font-family: "Steelfish";
	src: url("../fonts/37D0C5_2_0.woff") format("woff"), url("../fonts/37D0C5_2_0.ttf") format("truetype");
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: "Steelfish";
	src: url("../fonts/37D0C5_3_0.woff") format("woff"), url("../fonts/37D0C5_3_0.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

body {
	-webkit-transition: font-size .3s linear;
	transition: font-size .3s linear;
	min-width: 320px;
	font-size: .8485714286rem;
	/*letter-spacing: .05rem;*/
}

a {
	-webkit-transition: color .3s linear, background .3s linear, border-color .3s linear;
	transition: color .3s linear, background .3s linear, border-color .3s linear;
}

a:hover {
	text-decoration: none;
}

h1,
h2,
h3,
h4 {
	-webkit-transition: font-size .3s linear;
	transition: font-size .3s linear;
}

h1 {
	line-height: 1;
	font-size: 2.5439586207rem;
}

h2 {
	line-height: 1;
	font-size: 2.8374923077rem;
}

h3 {
	line-height: 1;
	font-size: 1.4438769231rem;
}

.h4,
h4 {
	line-height: 1;
	font-size: 1.17315rem;
}

.btn-holder {
	padding: 17px 0 6px;
}

.btns {
	padding: 5px 0 13px;
}

.btns .btn {
	margin: 9px 11px 5px 0;
}

.btn {
	text-transform: uppercase;
	/*font-family: "Steelfish", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";*/
	font-family:  'Open Sans', sans-serif;
	letter-spacing: .03125rem;
	padding: 5px 11px;
	white-space: normal !important;
	font-weight: 600;
	line-height: normal;

}

.btn-dark:hover {
	background: #505050;
	border-color: #505050;
	color: #415c2f;
}

.btn-light:hover {
	background: #adadad;
	border-color: #adadad;
	color: #415c2f;
}

#wrapper {
	overflow: hidden;
}

.container-fluid {
	max-width: 1200px;
}

.socials {
	margin: 0;
}

.socials li {
	margin: 0 5px 5px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.socials li a {
	width: 40px;
	height: 40px;
	border: 2px solid #7f807e;
	color: #7f807e;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 1.0625rem;
}

.socials li a:hover {
	text-decoration: none;
	color: inherit;
	border-color: inherit;
}

.socials li a.btn-link {
	color: #000;
	background: #FFF;
	text-transform: uppercase;
	/*font-family: "Steelfish", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";*/
	font-family: 'Exo', sans-serif;
	padding: 0 9px 2px;
	width: auto;
	font-size: 1.6875rem;
	letter-spacing: .05rem;
	line-height: 1;
}

.socials li a.btn-link:hover {
	background: #fff;
}

.img-holder {
	padding: 20px 0 0;
}

.img-holder img {
	vertical-align: top;
	width: 100%;
}

.box {
	color: #000;
	text-align: center;
	font-size: .625rem;
	line-height: 1.28;
	padding: 10px 4px;
	width: 100%;
	margin-bottom: 15px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.box h3 {
	line-height: 1;
	margin: 0 0 3px;
}

.box h3 .percent {
	font-family: "Economica", Arial, Helvetica, sans-serif;
}

.box > span {
	display: block;
	width: 100%;
}

a.link-box {
	color: #000;
	padding: 8px;
	text-align: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 15px;
	border: 2px solid #fff;
}

a.link-box > * {
	width: 100%;
}

a.link-box .h4 {
	line-height: 1;
	font-weight: bold;
	margin: 0;
}

a.link-box:hover {
	color: #000;
	background: #fff !important;
	border-color: #000;
}

.bg-holder {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-attachment: fixed;
	background-position: 50% 0;
}

.bg-holder img {
	display: block;
}

.bg-holder:before {
	pointer-events: none;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	/*background: rgba(255, 255, 255, .8);*/
	/*background: rgba(175, 175, 175, 0.46);*/
	z-index: 2;
}

#header {
	background: #FFF;
	padding: 16px 0 11px;
	position: relative;
	z-index: 100;
}

#header .navbar {
	position: static;
	padding: 0;
	/*background: #000 !important;*/
}

#header .navbar-brand {
	margin: 0 0 9px;
	vertical-align: top;
}

#header .navbar-brand img {
	/*width: 291px;*/
	width: auto;
	height: 140px;
}

#header .navbar-toggler {
	position: absolute;
	right: 15px;
	bottom: 16px;
	background: #fff;
	padding: .25rem .5625rem;
}

#header .navbar-toggler:focus {
	outline: none;
}

#header .navbar-toggler-icon {
	width: 24px;
}

#header .navbar-collapse {
	background: rgba(200, 200, 200, 0.96);
	position: absolute;
	left: 0;
	top: 100%;
	right: 0;
	text-align: center;
}

.phone {
	color: #385729;
	font: 1.5rem "Open Sans","Steelfish", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	display: block;
}

.phone:hover {
	color: #FFF;
}

.phone .icon-phone {
	font-size: .9375rem;
	display: inline-block;
	vertical-align: middle;
	padding: 0 4px 5px 0;
}

.header-bar {
	width: 100%;
}

#nav {
	/*font-family: "Steelfish", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";*/
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	font-size: 1.125rem;
	padding: 11px 20px;
}

#nav li {
	border-bottom: 1px solid #6f6f6f;
}
#nav li:last-child {
    border-bottom: none;
}

#nav a {
    display: block;
    padding: 3px 0;
    font-weight: 600;
    /*letter-spacing: .5px;*/
    color: #385729;
}

#nav .dropdown-item {
	white-space: normal;
}

#nav .dropdown-menu {
	border-radius: 0;
	background: none;
	text-transform: none;
	font: .8333333333rem "Open Sans","Zilla Slab", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	padding: 0 8px 8px;
	background: none;
	box-shadow: none;
	border: none;
}

#nav .dropdown-menu .active a {
	color: #fff;
	background: #000;
}

#nav .dropdown-menu a {
	text-align: center;
	color: #FFF;
}

#nav .dropdown-menu a:hover {
	color: #fff;
	background: #000;
}

#nav .phone {
	padding: 0;
	letter-spacing: .0625rem;
	margin: 7px 0 0;
}

.visual {
	-webkit-transition: min-height .3s linear;
	transition: min-height .3s linear;
	padding: 15px 0;
	min-height: 136px;
	background-size: cover;
	background-position: 50% 0;
	position: relative;
	z-index: 1;
}

.visual .bg-holder:before {
	display: none;
}

.gallery {
	position: relative;
	z-index: 1;
}

.gallery .slideset {
	-webkit-transition: height .3s linear;
	transition: height .3s linear;
	position: relative;
	/*height: 206px;*/
	height: 50vh;
}

.gallery .slide {
	width: 100%;
	/*height: 100%;*/
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	font-weight: 500;
	padding-top: 130px;
	padding-bottom: 15px;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.gallery .slide.active {
	z-index: 5;
}

.gallery .slide:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 40px;
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, .6) 0%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, .6) 0%, rgba(0, 0, 0, 0) 100%);
	content: "";
	z-index: -1;
}

.content-section {
	padding: 24px 0;
}

.content-section.bg-dark {
	background-position: 50% 13px;
}

.boxes > * {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.boxes > *:nth-child(even) .box.bg-success {
	background: #ff0000 !important;
}

.intfo-section {
	background-size: cover;
	background-position: 50% 0;
	position: relative;
	z-index: 1;
	padding: 22px 0;
}

.banner {
	text-transform: uppercase;
	position: relative;
	height: 250px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	z-index: 1;
	background-size: cover;
	background-position: 50% 50%;
	border: 1px solid #FFF;
}

.banner:before {
	width: 100%;
	height: 100%;
	-webkit-transition: opacity .3s linear;
	transition: opacity .3s linear;
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	/*background: #696969;*/
	background: #151515;
	z-index: -1;
	opacity: .75;
}

.banner:nth-child(even):before {
	/*background: #8a0000;*/
}

.banner > * {
	width: 100%;
}

.banner h3 {
	margin: 0;
	font-size: 2.5rem;
}

.banner:hover {
	color: #fff;
	text-shadow: 0 0 5px #000;
	
}

.banner:hover:before {
	opacity: 0;
}

.footer-bar {
	background: #415c2f;
	background-image: url(images/home-green-dark-bg.jpg);
	padding: 22px 0;
	font-size: .9375rem;
	text-align: center;
}

.footer-bar .title {
	display: block;
	font: 1.5rem "Open Sans","Steelfish", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	text-transform: uppercase;
	color: #FFF;
	margin: 0 0 4px;
}

.footer-bar .phone {
	font-size: 1.5rem;
	margin: 0 0 4px;
	color: #FFF;
}

.footer-bar address {
	margin-bottom: 21px;
}

.footer-bar .socials {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.contact-info {
	text-align: center;
}

.links li {
	padding-bottom: 4px;
}

.links a {
	color: #fff;
}

.links a:hover {
	color: #7f807e;
}

.logo {
	display: block;
	vertical-align: top;
	margin: 4px auto 20px;
	max-width: 250px;
}

.logo img {
	width: 100%;
	/*height: 114px;*/
}

.copyright-info {
	letter-spacing: 0;
	text-transform: uppercase;
	font-size: .9375rem;
	color: #fff;
	background: #000;
	padding: 16px 0;
	font-family: "Open Sans", Helvetica, sans-serif;
}

.copyright-info span + span:before {
	content: "|";
	margin: 0 10px 0 5px;
}

.parallax {
    background-attachment: fixed; 
    background-size: contain; 
    background-position: top;
    background-repeat: no-repeat;
    overflow: hidden; 
    position: relative;
}
.tall {
    min-height: 600px !important;
}
.short {
    min-height: 300px !important;
}


.video-header {
  position: relative;
  background-color: black;
  /*height: 75vh;*/
  height: 100%;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

.video-header video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.video-header .container {
  position: relative;
  z-index: 2;
}

.video-header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.2;
  z-index: 1;
}

td p {
    margin-bottom: 0;
    white-space: nowrap;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

.heading {
    padding-bottom: .5em;
    margin: 0;
}
.text-shadow {
    text-shadow: 5px 5px 10px #000;
}
table.table {
    background-color: #FFF;
}

.four-columns {
    column-count: 4;
    padding-bottom: 30px;
}

.three-columns {
    column-count: 3;
    padding-bottom: 30px;
}


.two-columns {
    column-count: 2;
    padding-bottom: 30px;
}
input[name=confirmemail] {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.parallax > div:before {
    content: " ";
    position: absolute;
    background: #00000078;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.parallax .text-shadow {
    position: relative;
}


.card a img {
    border-bottom: 1px solid #ececec;
    box-shadow: 0 0 65px #000;
}

.card {
    overflow: hidden;
}

#header.shrink {
    position: fixed !important;
    /*background: #000 !important;*/
    width: 100%;
}
#header.shrink .navbar-brand img {
    width: auto;
    height: 120px;
}



        @keyframes FadeIn {
            0% {
                opacity: 0;
                -webkit-transition-duration: 0.8s;
                transition-duration: 0.8s;
                -webkit-transform: translateY(-10px);
                -ms-transform: translateY(-10px);
                transform: translateY(-10px);
            }


            100% {
                opacity: 1;
                -webkit-transform: translateY(0);
                -ms-transform: translateY(0);
                transform: translateY(0);
                pointer-events: auto;
                transition: cubic-bezier(0.4, 0, 0.2, 1);
            }
        }

        .navbar-nav li {
            animation: FadeIn 1s cubic-bezier(0.65, 0.05, 0.36, 1);
            animation-fill-mode: both;
        }

        .navbar-nav li:nth-child(1) {
            animation-delay: .3s;
        }

        .navbar-nav li:nth-child(2) {
            animation-delay: .6s;
        }

        .navbar-nav li:nth-child(3) {
            animation-delay: .9s;
        }

        .navbar-nav li:nth-child(4) {
            animation-delay: 1.2s;
        }

        .navbar-nav li:nth-child(5) {
            animation-delay: 1.5s;
        }

        /* Animation */

        @keyframes fadeInUp {
            from {
                transform: translate3d(0, 40px, 0)
            }

            to {
                transform: translate3d(0, 0, 0);
                opacity: 1
            }
        }

        @-webkit-keyframes fadeInUp {
            from {
                transform: translate3d(0, 40px, 0)
            }

            to {
                transform: translate3d(0, 0, 0);
                opacity: 1
            }
        }

        .animated {
            animation-duration: 1s;
            animation-fill-mode: both;
            -webkit-animation-duration: 1s;
            -webkit-animation-fill-mode: both
        }

        .animatedFadeInUp {
            opacity: 0
        }

        .fadeInUp {
            opacity: 0;
            animation-name: fadeInUp;
            -webkit-animation-name: fadeInUp;
        }
        
        
/* pager */
.cycle-pager { 
    text-align: center; width: 100%; z-index: 500; position: absolute; bottom: -45px; overflow: hidden;
}
.cycle-pager span { 
    font-family: arial; font-size: 50px; width: 16px; height: 16px; 
    display: inline-block; color: #ddd; cursor: pointer; 
}
.cycle-pager span.cycle-pager-active { color: #ec1b23;}
.cycle-pager > * { cursor: pointer;}

cite {
    clear: both;
    display: block;
    border-top: 1px solid #efefef;
    padding-top: .5em;
    margin-top: .5em;
}


.btn-red-white {
	border: 2px solid #9b0000;
	background: #9b0000;
	color: #FFF;
}
.btn-red-white:hover {
	border: 2px solid #9b0000;
	background: #FFF;
	color: #9b0000;
}


.btn-blue-white {
	border: 2px solid #002d82;
	background: #002d82;
	color: #FFF;
}
.btn-blue-white:hover {
	border: 2px solid #002d82;
	background: #FFF;
	color: #002d82;
}

.btn-white-green {
	border: 2px solid #fff;
	background: #fff;
	color: #415c2f;
}
.btn-white-green:hover {
	border: 2px solid #dedede;
	background: #dedede;
	color: #415c2f !important;
}

.btn-green-white {
	border: 2px solid #415c2f;
	background: #415c2f;
	color: #FFF;
}
.btn-green-white:hover {
	border: 2px solid #dedede;
	background: #dedede;
	color: #FFF !important;
}

.text-color1 {
	color: #415c2f;
}
.text-color2 {
	color: #002d82;
}
.text-color3 {
	color: #385729;
}
        
@media (pointer: coarse) and (hover: none) {
  .video-header {
    /*background: url('https://source.unsplash.com/XT5OInaElMw/1600x900') black no-repeat center center scroll;*/
  }
  .video-header video {
    /*display: none;*/
  }
}


@media (max-width: 768px) {
    #header .navbar-brand {
        margin: 0 auto 9px;
    }

	.parallax {
	    background-size: cover;
        background-attachment: scroll; 
	}
    .tall {
        min-height: 300px;
    }
    .short {
        min-height: 300px;
    }
    
    .three-columns, .two-columns {
        column-count: 1;
    }
    #header.shrink {
        position: relative !important;
    }
    .video-header {
        padding: 10px 0 10px 0 !important;
        /*height: auto;*/
        min-height: auto;
    }
    .slide h1 {
        font-size: 1.75rem;
    }

}
@media (min-width: 768px) {

	body {
		font-size: .99rem;
	}

	h1 {
		font-size: 4.3396941176rem;
	}

	h2 {
		font-size: 4.610925rem;
	}

	h3 {
		font-size: 2.0856rem;
	}

	.btn {
		font-size: 1.4125rem;
	}

	.socials {
		/*margin: 0 -3px 0 0;*/
	}

	.socials li {
		margin: 0 3px 3px 0;
	}

	.socials li a {
		width: 26px;
		height: 26px;
		font-size: .625rem;
	}

	.socials li a.btn-link {
		font-size: .9375rem;
		padding: 0 5px 1px;
	}

	.box {
		font-size: .75rem;
		min-width: 102px;
	}

	a.link-box {
		min-height: 81px;
	}

	#header {
		padding: 10px 16px 10px;
	}

	#header .navbar {
		position: relative;
	}

	#header .navbar-brand {
		margin: 0;
	}

	#header .navbar-brand img {
		/*width: 224px;*/
		height: 90px;
	}

	#header .navbar-collapse {
		background: none;
		position: static;
	}

	#header {
		position: relative;
		left: 0;
		top: 0;
		width: 100%;
		background: #FFF;
		border-bottom: 2px solid rgba(0, 0, 0, 0.3);
	}

	.home-page #header {
		background: rgba(0, 0, 0, 0.14);
		position: absolute;
		width: 100%;
	}

	.phone {
		font-size: 1.125rem;
		margin: 0 .5rem 0 0;
	}

	.phone .icon-phone {
		font-size: .8125rem;
	}

	.header-bar {
		width: auto;
		position: absolute;
		right: 0;
		top: 2px;
		z-index: 3;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	#nav {
		font-size: 1rem;
		padding: 0;
		/*letter-spacing: .0625rem;*/
		margin: 54px 0 0;
	}

	#nav li {
		border: none;
		margin-left: 15px;
	}

	#nav li:last-child .dropdown-menu {
		left: auto;
		right: 0;
	}

	#nav .dropdown-toggle:after {
		display: none;
	}

	#nav .dropdown-menu {
		padding: 0;
		margin: 0;
		width: 10rem;
	}

	#nav .dropdown-menu .active a {
		color: #fff;
		/*background: rgba(0, 252, 135, .7);*/
		background: #2b2b2b;
	}

	#nav .dropdown-menu a {
		text-align: left;
		/*background: rgba(0, 0, 0, .7);*/
		background: #2b2b2b;
		color: #fff;
		padding: 5px 10px;
	}

	#nav .dropdown-menu a:hover {
		color: #fff;
		background: rgba(0, 0, 0, 1);
	}

	.visual {
		padding: 31px 16px;
		min-height: 251px;
	}

	.visual h1 {
		letter-spacing: 2px;
	}

	.gallery .slideset {
		/*height: 400px;*/
		height: 50vh;
	}

	.gallery .slide {
		padding: 130px 16px 30px;
	}

	.gallery .slide:before {
		height: 243px;
	}

	.content-section {
		padding: 33px 16px;
	}

	.intfo-section {
		padding: 25px 16px;
	}

	.banner {
		height: 320px;
	}

	.footer-bar {
		padding: 22px 16px;
		text-align: left;
	}

	.logo {
		margin-left: 0;
	}
    
}

@media (min-width: 992px) {
	body {
		font-size: 1.188rem;
	}

	h1 {
		/*font-size: 7.37748rem;*/
		font-size: 6.37748rem;
	}

	h2 {
		/*font-size: 7.37748rem;*/
		font-size: 4.37748rem;
		margin-bottom: 1.1875rem;
	}

	h3 {
		font-size: 2.50272rem;
	}

	.h4,
	h4 {
		font-size: 1.5642rem;
	}

    .nav-item.dropdown:hover .dropdown-menu {
    	display: block;
    }

	.socials {
		/*margin: 0 -5px 0 0;*/
	}

	.socials li {
		margin: 0 7px 0 0;
	}

	.socials li a {
		width: 45px;
		height: 45px;
		font-size: 1.15rem;
	}

	.socials li a.btn-link {
		font-size: 1.8125rem;
		padding: 0 8px 1px;
	}

	.img-holder {
		padding: 18px 0 15px;
	}

	.box {
		font-size: .875rem;
	}

	.box > span {
		margin: 0 0 10px;
	}

	.box .value {
		font-size: 5rem;
		margin: -3px 0 -5px;
	}

	.box .value + span {
		margin: 0 0 2px;
	}

	a.link-box {
		min-height: 127px;
		padding: 8px 25px;
	}

	#header {
		padding: 14px 16px 15px;
	}

	.phone {
		font-size: 1.4125rem;
		padding-top: 7px;
		/*letter-spacing: 1px;*/
	}

	.phone .icon-phone {
		font-size: .9375rem;
		position: relative;
		top: 1px;
	}

	.header-bar {
		top: 8px;
	}

	#nav {
		/*font-size: 1.4125rem;*/
		font-size: 1.3125rem;
		margin: 68px 0 0;
		letter-spacing: 0;
	}

	#nav .dropdown-menu {
		font-size: .9rem;
		width: 12.75rem;
	}

	#nav .dropdown-menu a {
		padding: 12px 15px;
	}

	.visual {
		min-height: 416px;
		padding: 49px 16px 57px;
	}

	.gallery .slideset {
		/*min-height: 687px;*/
		height: 50vh;
		/*height: 100vh;*/
		font-size: 1.625rem;
	}

	.gallery .slide {
		padding-bottom: 57px;
	}

	.gallery .slide h1 {
		/*font-size: 8.0625rem;*/
		font-size: 6.0625rem;
		margin-bottom: 0;
	}

	.content-section {
		padding: 56px 16px 58px;
	}

	.boxes {
		padding: 12px 0 26px;
	}

	.boxes + .btn-holder {
		padding: 0 0 1px;
		margin: -11px 0 0;
	}

	.intfo-section {
		/*padding: 58px 16px 52px;*/
		padding: 0 16px;
		position: relative;
	}

	.banner {
		height: 425px;
	}

	.banner h3 {
		/*font-size: 4.375rem;*/
		font-size: 2.375rem;
	}

	.footer-bar {
		font-size: 1.0625rem;
		letter-spacing: .03125rem;
		padding: 50px 16px 51px;
	}

	.footer-bar .title {
		font-size: 1.875rem;
	}

	.footer-bar .phone {
		font-size: 1.875rem;
	}

	.footer-bar .phone .icon-phone {
		font-size: 1.375rem;
		margin-right: .25rem;
	}

	.footer-bar .socials {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.contact-info {
		text-align: left;
	}

	.copyright-info {
		padding: 32px 0 28px;
	}
}

@media (min-width: 1200px) {
	h3 {
		font-size: 3.5408rem;
	}

	.h4,
	h4 {
		font-size: 1.87704rem;
	}

	.box {
		font-size: 1.125rem;
	}

	#header .navbar-brand img {
		/*width: 370px;*/
		height: 120px;
	}

	#nav li {
		margin-left: 25px;
		/*margin: 0 23px;*/
	}

	.footer-bar address span {
		padding-bottom: 4px;
		display: block;
	}

	.logo {
		max-width: 321px;
	}

	.logo img {
		/*height: 147px;*/
	}
}

@-webkit-keyframes jump {
	0% {
		opacity: 0;
		visibility: hidden;
	}

	100% {
		visibility: visible;
		opacity: 1;
	}
}

@keyframes jump {
	0% {
		opacity: 0;
		visibility: hidden;
	}

	100% {
		visibility: visible;
		opacity: 1;
	}
}

.footer-logo {
    background-color: #fff;
    border-color: #fff;
    border-radius: 7px;
    padding: 1.3rem;
}

.footer-image {
    background: url("http://www.steadfastalliance.com/assets/uploads/Steadfast_BG_DarkGreen.jpg") !important;
    background-size: cover !important;
}