* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 0;
}

html, body, div {
    margin: 0;
    padding: 0;
    font-family: 'Raleway', sans-serif;
    font-weight: lighter;
}

h1 {
    font-size: 4vh;
    padding: 0;
    margin: 6vh 0 0 0;
    color: #000;
}

h2 {
    font-size: 5vh;
    padding: 0;
    margin: 0;
}

div#header {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: stretch;
    padding: 1vh;
}

div#header_text {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    height: 15vh;
}

div#header h1 {
    margin: 0;
    padding: 0;
    font-weight: bold;
}

@media only screen and (max-width: 950px) {
	.mobile {
		display: block !important;
	}
	
	.mobile.inline {
		display: inline-block !important;
	}
	
	.desktop {
		display: none !important;
	}
	
	.mobile.center_wrap {
		display: flex !important;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		padding: 15px;
	}
}

@media only screen and (min-width: 951px) {
	.mobile {
		display: none !important;
	}
	
	.desktop {
		display: block !important;
	}
}

@media only screen and (max-width: 950px) {
    div#header {
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: center;
    }

    div#header_text {
        padding-top: 2vh;
        height: auto;
        justify-content: center;
    }

    div#header h1 {
        text-align: center;
    }
	
	div#menu {
		display: flex;
		flex-direction: column !important;
		justify-content: center;
		align-items: center;
		padding: 15px;
	}
}

div#header img {
    width: auto;
    max-height: 15vh;
}
h1 em {
    font-weight: bold;
    color: #F73;
}

div#menu {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 15px;
}

div#menu a {
	padding: 5px 15px 5px 15px;
	font-weight: bold;
	font-size: 2vh;
	color: #000;
	text-decoration: none;
}

div#menu a.active {
	text-decoration: underline;
}

div#menu a:hover {
	color: #F73;
}

div#main_image {
    position: relative;
    overflow: hidden;
    max-height: 69vh;
}

div#main_image img {
    width: 100%;
}

div#main_image h2 {
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    color: #FFF;
    bottom: 2vh;
    text-shadow: 2px 2px #123;
}

a.orange_button {
	background-color: #F73;
	display: block;
	padding: 10px;
	color: #FFF;
	font-size: 32px;
	font-weight: bold;
	text-decoration: none;
}

a.orange_button_half {
	background-color: #F73;
	display: inline-block;
	padding: 10px;
	color: #FFF;
	font-size: 32px;
	font-weight: bold;
	text-decoration: none;
}

div.download_set {
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: top;
    padding: 0;
}

@media only screen and (max-width: 950px) {
	div.download_set {
		display: block;
	}
	
	a.orange_button_half {
		display: block;
		margin: 5px;
	}
	
	a.orange_button {
		margin: 5px;
	}
}

div#main_image a {
	position: absolute;
	right: 30px; top: 30px;
}

div#main_image a.secondary {
	right: 400px;
}

a.orange_button:hover {
	background-color: #222;
}

div#main_image a:hover {
	background-color: #222;
}

div#text_cards {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: top;
    padding: 20px;
}

@media only screen and (max-width: 950px) {
    div#text_cards {
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: center;
    }
}

div.text_card {
    margin: 25px;
    padding: 25px;
    color: #FFF;
    background-color: #105697;
    width: 300px;
    min-height: 350px;
}

div.text_card h3 {
    text-align: center;
}

div#about_us {
    text-align: center;
    padding: 20px;
    background-color: #105697;
    color: #FFF;
}

div#about_us h1 {
    color: #FFF;
    margin: 3vh;
    padding: 0;
}

div#features {
	text-align: left;
    padding: 20px;
    background-color: #105697;
    color: #FFF;
}

div#features h1 {
    color: #FFF;
    margin: 3vh;
    padding: 0;
}

.col_wrap {
    width: 800px;
    margin: 0 auto;
}

@media only screen and (max-width: 950px) {
    .col_wrap {
        width: auto;
    }
}

div.image_cards {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

div.image_loop {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	
	background-color: #FFFFFF;
}

div.image_loop .product {
	margin: 8px;
	padding: 0;
	border: 4px solid #105697;
	background-color: #105697;
	position: relative;
}

div.image_loop .product img {
	margin: 0;
	padding: 0;
	display: block;
	width: 45vw;
}

div.image_loop .product:hover {
	
}

div.image_loop a.more_info_link {
	font-size: 2vw;
	margin: 0;
	padding-left: 20px;
	padding-top: 15px;
	padding-bottom: 1vh;
	background-color: rgba(0, 0, 0, 0.7);
	color: #FFFFFF;
	display: block;
	text-align: left;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	text-decoration: none;
}

@media only screen and (max-width: 950px) {
	div.image_loop a.orange_button {
		font-size: 16px;
		margin: 1px;
		padding: 3px;
		top: 3px;
		right: 3px;
	}
}

div.image_loop a.more_info_link:hover { 
	background-color: rgba(100, 100, 100, 0.7);
}

div.image_loop a.orange_button {
	display: inline-block;
	position: absolute;
	top: 10px;
	right: 10px;
	margin: 0;
}

div.image_cards.hidden {
	display: none;
}

div.image_cards a {
    display: block;
    margin: 20px;
}

div#faq p, div#faq li {
	color: #000;
	font-size: 14px;
	font-weight: bold !important;
}

div#faq .q
{
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 10px;
}

div#faq span {
	font-weight: bold;
}

div#faq hr {
	margin: 30px;
}

form input {
	padding: 10px;
	margin: 10px;
}

form label {
	width: 100px;
	display: inline-block;
}

div.update_tabs {
	position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    padding: 0.1vh;
}

div.update_tabs h1 {
	background-color: #DDD;
	color: #666;
	display: block;
	border: 4px solid #000;
	width: 100%;
	text-align: center;
}

div.update_tabs h1 a {
	text-decoration: none;
	color: #000;
}

div.update_tabs h1.inactive a {
	text-decoration: none;
	color: #777;
}

div.update_tabs h1.inactive {
	border-top: none;
}

div.update_tabs h1.right {
	border-left: none;
}

div.update_tabs h1.active {
		background-color: #FFF;
		color: #000;
		border-bottom: none;
}

div.update_tabs h1.inactive.left {
	border-left: none;
}

div.update_tabs h1.inactive.right {
	border-right: none;
}

.reports td {
	padding: 5px;
}

.reports table {
	padding-bottom: 20px;
}