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

@font-face {
   font-family: Montserrat-Light;
   src: url(../fonts/Montserrat-Light.ttf);
}

@font-face {
   font-family: Montserrat-Regular;
   src: url(../fonts/Montserrat-Regular.ttf);
}

/*Mobile View*/
html, 
html * {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: 'Montserrat-Light', sans-serif;
}

header {
	background-color: #FFFFFF;
	overflow: hidden;
  	position: fixed;
  	top: 0;
 	width: 100%;
	/*border-bottom: 1px solid #CCCCCC;*/
}

.header-row {
	display: none;
	}

img {
	width: 100%;
	max-width: 100%;
	height: auto;
	}

.cat-icon {
	float: left;
	width: 30px;
	height: auto;
	margin-top: 3px;
	display: block;
}

.cat-icon2 {
	float: left;
	width: 30px;
	height: auto;
	display: block;
}

body {
	margin-left: auto;
	margin-right: auto;
}

.hero {
	background-image: url(../i/hero.jpg);
	background-size: cover;
	padding: 80px 30px 80px 30px;
	color: #FFFFFF;
	text-align: center;
}

.hero1 {
	background-image: url(../i/hero1.jpg);
	background-size: cover;
	background-position: center;
	padding: 80px 30px 80px 30px;
	color: #FFFFFF;
	text-align: center;
}

.hero2 {
	background-image: url(../i/hero2.jpg);
	background-size: cover;
	padding: 80px 30px 80px 30px;
	color: #000000;
	text-align: center;
}

.cannabis {
	background-image: url(../i/hero3.jpg);
	background-size: cover;
	padding: 80px 30px 80px 30px;
	color: #000000;
	text-align: center;
}

.mining {
	background-image: url(../i/hero2.jpg);
	background-size: cover;
	padding: 80px 30px 80px 30px;
	color: #000000;
	text-align: center;
}

h1 {
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 100;
	margin-bottom: 10px;
	font-family: 'Montserrat-Light', serif;
}

h2 {
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 100;
	margin-bottom: 10px;
	font-family: 'Montserrat-Light', serif;
}

h3 {
	font-size: 23px;
	text-transform: uppercase;
	font-weight: 100;
	font-family: 'Montserrat-Regular', serif;
}

p {
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 35px;
	line-height: 26px;
}

.info-box {
	padding: 22px 22px 22px 22px;
}

.article-box{
	padding: 20px;
	border: 1px solid #CCCCCC;
}

.featured{
	padding: 20px 10px 16px 10px;
	background-color: #FFFFFF;
	font-size: 14px;
}

.share{
	display: flex;
	float: right;
	text-align: right;
}

.share-btn{
	float: right;
	padding: 0px 0px 0px 6px;
	text-align: right;
}

.container{
	display: flex;
    text-align: center;
    justify-content: space-around;
    flex-wrap: wrap;
    padding: 0 3%;
	border: 1px solid #CCCCCC;
}

.first-img{
	float: left;
	padding: 15px 25px 10px 25px;
	text-align: center;
	width: 200px;
	height: auto;
}

.recent {
	padding: 16px;
	font-size: 15px;
	height: 420px;
}

.signup-box {
	padding: 16px;
	background-color: #C4D7E1;
	font-size: 14px;
	height: 400px;
}

.titles {
	color: #0066FF;
}

.pdf {
	text-align: right;
	text-decoration: none;
}

.return {
	padding: 0px 0px 0px 6px;
	margin-top: 10px;
	color: #14365F;
	font-size: 14;
	text-decoration:none;
}

.contact{
	padding: 0px 0px 0px 20%;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 36px;
  width: 46px;
  height: 46px;
  color: #0066FF;
  background-color: #FFFFFF;
  border: 0px;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  cursor: pointer;
}

input[type=email], select {
  width: 50%;
  padding: 6px 12px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #000000;
  border-radius: 4px;
  box-sizing: border-box;
}

input[type=text], select {
  width: 50%;
  padding: 6px 12px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #000000;
  border-radius: 4px;
  box-sizing: border-box;
}

textarea {
  width: 50%;
  padding: 6px 12px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #000000;
  border-radius: 4px;
  box-sizing: border-box;
}

input[type=submit] {
  width: 30%;
  background-color: #0066FF;
  color: #FFFFFF;
  padding: 6px 12px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  -webkit-appearance: none;
}
	
.button {
	background-color: #0066FF;
	padding: 6px 20px;
	border-radius: 10px;
	color: #FFFFFF;
	text-decoration: none;
	-webkit-appearance: none;
}

.button-view {
	background-color: #14365F;
	padding: 6px 20px;
	border-radius: 10px;
	color: #FFFFFF;
	text-decoration: none;
	-webkit-appearance: none;
}

footer {
	background-color: #14365F;
	padding: 20px;
}

.footer-row {
	font-size: 14px;
	line-height: 24px;
	color: #CCCCCC;
	text-align: center;
	margin-bottom: 100px;
	padding: 0px 7px 14px;
	text-decoration: none;
}

.imperative{
	width: 180px;
	height: auto;
	float: right;
	margin-right: 10px;
	margin-top: -50px;
	display: block;
	font-size: 12px;
	color: #CCCCCC;
}

.terms {
	text-decoration: none;
	font-size:14px;
	color: #CCCCCC;
	text-align: left;
}

.col {
	width: 100%;
}

.row:before, .row:after {
	content: "";
	display: table;
}

.row:after {
	clear: both;
}

/*Tablet View*/

@media (min-width: 768px){
	
	main {
		max-width: 778px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.return {
		margin-top: 0px;
	}
	
	.info-box {
		padding: 22px 22px 22px 22px;
	}
	
	.contact{
		padding: 0px 0px 0px 30%;
	}
	
	.recent {
		height: 360px;
	}
		
	.header-row {
		margin-bottom: 20px;
		padding: 20px 7px 10px;
		height: 36px;
		margin-left: auto;
		margin-right: auto;
		display: block;
		background-color: #14365F;
	}
	
	.hero {
		margin-left: auto;
		margin-right: auto;
		margin-top: 0px;
	}
	
	.hero2 {
		margin-left: auto;
		margin-right: auto;
		margin-top: 0px;
	}
	
	h1 {
		font-size: 40px;
		margin-bottom: 20px;
	}
	
	h2 {
		margin-bottom: 16px;
	}
	
	input[type=email], select {
	  width: 50%;
	}
	
	input[type=text], select {
	  width: 50%;
	  
	}
	
	textarea {
	  width: 50%;
	}
	
	input[type=submit] {
	  width: 30%;
	}
	
	.footer-row {
		max-width: 778px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.col-md-one-half {
		width: 50%;
	}
	
	.col {
		float: left;
	}
}

/*Desktop View*/

@media (min-width: 1200px){
	
	main {
		max-width: 1200px;
	}
	
	.return {
		margin-top: 0px;
	}
	
	.info-box {
		padding: 22px 64px 22px 22px;
	}
	
	.contact{
		padding: 0px 0px 0px 20%;
	}
	
	.recent {
		height: 440px;
	}

	.hero {
		margin-top: 0px;
	}
	
	.hero2 {
		margin-top: 0px;
	}
	
	.footer-row {
		max-width: 1200px;
	}
	
	input[type=email], select {
	  width: 100%;
	}
	
	input[type=text], select {
	  width: 100%;
	}
	
	textarea {
	  width: 100%;
	}
	
	input[type=submit] {
	  width: 50%;
	}

	.col-lg-one-fourth {
		width: 25%;
	}
	
	.col-md-three-q {
		width: 75%;
	}
	
	.col-md-quarter {
		width: 25%;
	}
	
	.col {
		padding: 0px 0px 0px 0px;
	}
}
