@charset "UTF-8";
/* CSS Document */

/*@Resuable Global Styles
===================================== */
body {
	background:var(--white);
	padding: 0;
	margin: 0;
	position: relative;
	cursor: default;
}

#sectionWrapper{
	width: 100%;
    height: auto;
	padding:5em 1em;
	overflow: hidden;
	position:relative;
	z-index:1;
}

.title-section{
    margin-bottom: 5em;
}

.row{
    margin-bottom: 2em;
}

.row-icon{
    width:40px;
    text-align: center;
}

img {
	image-rendering: optimizeQuality;
	-ms-interpolation-mode: bicubic;
}

.vertical-align {
	display: -webkit-flex;
	display: flex;
	display: -ms-flexbox;

	-webkit-flex-direction: row;
	flex-direction: row;
	-ms-flex-direction: row;

	-webkit-align-items: center;
	align-items: center;
	-ms-flex-align: center;

	-webkit-justify-content: center;
	justify-content: center;
	-ms-flex-pack: justify;
}

.top-spacer{
    width:100%;
    height:100px;
    display: block;
}

.roundie {
    border-radius: 50%;
    width: 100%;
    position: relative;
    overflow: hidden;
    display: inline-block;
    background: var(--red);
    border: 2px solid var(--borders);
    margin-bottom: 1em;
}

.roundie img {
    width: 100%;
}

.box-shadow{
    -webkit-box-shadow: 5px 5px 10px -6px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 5px 5px 10px -6px rgba(0, 0, 0, 0.5);
	box-shadow: 5px 5px 10px -6px rgba(0, 0, 0, 0.5);
}

.hideShow{
    display: block !important;
}
/*@end Resuable Global Styles
===================================== */

/* @Primary Navigation
===================================== */
.brand {
    width:100%;
    max-width:300px;
    position: relative;
}

#navWrapper{
	width: 100%;
    height: 100px;
    padding: 1.55em 1.55em;
    background-color: var(--dark-gray);

    position: fixed;
    top:0;
    left: 0;
    z-index: 1000;
}

#navWrapper ul{
	list-style: none;
    display: inline-block;
    text-align: center;
    padding: 0;
    margin: 0 0;
    float: right;
}

#navWrapper ul li {
	text-align:center;
	font-weight: 700;

	padding:0 0;
	margin: 0 1.25em;
	position: relative;
	display: inline-block;
}

#navWrapper ul li:first-child{
    margin-left: 0;
}

#navWrapper ul li:last-child{
    margin-right: 0;
}

#navWrapper ul li a{
    font-size: 18px;
		color:var(--white);
    font-weight: 900;
		line-height: normal;
    text-transform: uppercase;
    letter-spacing: 0.1em;

		display: inline-block;
    padding: 0.75em 0;
    position: relative;

	 transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}

#navWrapper ul li a:hover{
    color:var(--hover-color);
		text-decoration:none;
    opacity: 1;
}

#navWrapper ul li.current a{
    color:var(--hover-color);
	text-decoration:none;
}
/* @end Primary Navigation
===================================== */

/* @Off Canvas List
===================================== */
#mobileNav{
	width:100%;
	position: fixed;
    top: 0;
    left: 0;
	z-index: 500;
	padding: 1em 1.25em;

    background-color: var(--white);
    border-bottom: 1px solid var(--borders)
}


#mobileMenuWrapper{
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;

	position:fixed;
	z-index:400;
	top: 56px;
	height:100%;
	width:100%;
	background: var(--white);
	display:none;
	opacity:0;
	padding: 0 0 6em;

	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}

#mobileMenuWrapper ul {
	list-style-type: none;
	padding: 0;
	margin: 0 0;
	display: block;
    font-size: 18px;

	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	position: relative;
	z-index: 1;
}

#mobileMenuWrapper ul li {
	margin: 0;
}


#mobileMenuWrapper ul ul{
	opacity: 1;
	height:auto;
	display: block;

	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}


#mobileMenuWrapper ul li a {
    color: var(--black);
    font-size: 20px;
		font-weight: 700;
    text-transform: uppercase;

    display: block;
    padding: 0.75em 1.25em;
    position: relative;
    z-index: 1;
    border-bottom: 1px solid rgba(255,255,255, 0.15);
}


#mobileMenuWrapper ul li.current a,
#mobileMenuWrapper ul li a:hover {
	color:var(--hover-color);
	text-decoration: none;
}


#mobileMenuWrapper ul li ul{
	margin:0;
}

#mobileMenuWrapper ul li li a{
    font-weight: 400;
    font-size: 17px;
    text-transform: none;

    padding-left: 2.55em;
}

.menu-icon-mobile {
    width: 40px;
    height: 15px;
    margin: 0;
    top: -2px;
    float: right;
    position: relative;

    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

.menu-icon-mobile span{
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background-color: var(--blue);
  borders-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.menu-icon-mobile span:nth-child(1) {
	top: 0px;
}

.menu-icon-mobile span:nth-child(2) {
	top: 8px;
}

.menu-icon-mobile span:nth-child(3) {
	top: 16px;
}

.menu-icon-mobile.open span:nth-child(1) {
	top: 8px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}

.menu-icon-mobile.open span:nth-child(2) {
	opacity: 0;
	left: -60px;
}

.menu-icon-mobile.open span:nth-child(3) {
	top: 8px;

	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
/* @end Off Canvas List
===================================== */

/* @Hero
===================================== */
#heroWrapper{
	width:100%;
    height: auto;
    min-height: 80vh;
	padding: 3em 1.55em 5em;
	overflow: hidden;
	position: relative;
	z-index: 1;
    background-color: var(--dark-gray);
}

/*
#heroWrapper .grid-container,
#heroWrapper .grid-x {
    height: 100%;
}
*/

#heroWrapper h1{
    color: var(--white);
    margin-bottom: 0.55em;
}

#heroWrapper p{
    color: var(--white);
}


#heroWrapper .btn{
    margin-top: 1.55em;
}

.hero-logo{
    max-width: 400px;
    margin-bottom: 2em;
}
/* @end Hero
===================================== */

/* @Footer
===================================== */
#footerWrapper{
	width:100%;
	padding: 1.55em 1.55em;
	position:relative;
	z-index:1;
	overflow: hidden;
    color: var(--dark-gray);
    background-color: var(--white);
}

.copyright{
    font-size: 13px;
}

.logo-footer{
    width: 100%;
    max-width: 200px;
}
/* @end Footer
===================================== */

@media only screen and (max-width: 1080px) {


}


@media only screen and (max-width: 720px) {
	html{
		height: 100%;
		width: 100%;
	}

    .top-spacer{
        display: block;
        width:100%;
        height: 56px;
    }
    
    #heroWrapper {
        width: 100%;
        height: auto;
        min-height: auto;
    }

    .brand{
        width: 150px;
        min-width: inherit;
        margin-top: 0;
        top: -2px;
    }

    .add-margin-bottom{
        margin-bottom: 2em;
    }

    .vertical-align{
        display:inline-block;
    }


	#sectionWrapper{
		padding: 3em 1em !important;
        overflow: hidden;
	}

    .hero-logo {
        max-width: 50%;
    }

    #footerWrapper .text-left,
    #footerWrapper .text-right{
       text-align: center !important;
    }

}
