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

@font-face {
   font-family: Cinzel-Medium;
   src: url(../fonts/Cinzel-Medium.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-Regular', sans-serif;
}

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

body {
	margin-left: auto;
	margin-right: auto;
	background: rgb(0,0,0);
	background: linear-gradient(138deg, #000000 0%, #2C2B2B 46%, #2C2B2B 52%, #000000 100%);
}

.nav-logo {
	margin-left: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 260px;
	height: auto;
	display: block;
}

.header-row {
	display: block;
}

h1 {
	font-size: 30px;
	font-weight: 300;
	margin-bottom: 23px;
	font-family: 'Cinzel-Medium', sans-serif;
	color: #FFFFFF;
}

h2 {
	font-size: 34px;
	font-weight: 300;
	margin-bottom: 16px;
	font-family: 'Cinzel-Medium', sans-serif;
	color: #E8CA7B;
}

h3 {
	font-size: 24px;
	font-weight: 300;
	margin-bottom: 18px;
	font-family: 'Cinzel-Medium', sans-serif;
	color: #FFFFFF;
}

p {
	font-size: 16px;
	color: #CCCCCC;
}

discl {
	font-size: 12px;
	color: #CCCCCC;
	padding: 5px;
}

li {
	font-size: 16px;
	line-height: 22px;
	color: #CCCCCC;
}

.pr {
	font-size: 13px;
	color: #999999;
}

.highlight{
	font-size: 16px;
	color: #E8CA7B;
}

.hero {
	background-image: linear-gradient(to bottom left,
      	rgba(0, 0, 0, .4),
      	rgba(0, 0, 0, 1)
    	),url(../i/hero.jpg);
	background-position: center;
	background-size: cover;
	padding: 80px 30px 80px 30px;
	color: #FFFFFF;
	text-align: center;
}

.hero1 {
	background-image: linear-gradient(to bottom left,
      	rgba(0, 0, 0, .4),
      	rgba(0, 0, 0, 1)
    	),url(../i/hero3.jpg);
	background-position: center;
	background-size: cover;
	padding: 80px 30px 80px 30px;
	color: #FFFFFF;
	text-align: center;
}

.hero2 {
	background-image: linear-gradient(to bottom left,
      	rgba(0, 0, 0, .4),
      	rgba(0, 0, 0, 1)
    	),url(../i/hero2.jpg);
	background-position: center;
	background-size: cover;
	padding: 20px 30px 80px 30px;
	color: #FFFFFF;
	text-align: center;
}

.heroC {
	background-image: linear-gradient(to bottom left,
      	rgba(0, 0, 0, .4),
      	rgba(0, 0, 0, 1)
    	),url(../i/heroC.jpg);
	background-position: center;
	background-size: cover;
	height: 100%;
	padding: 20px 30px 80px 30px;
	color: #FFFFFF;
	text-align: center;
}

.heroM {
	background-image: linear-gradient(to bottom left,
      	rgba(0, 0, 0, .6),
      	rgba(0, 0, 0, 1)
    	),url(../i/hero5.jpg);
	background-position: bottom;
	background-size: cover;
	padding: 80px 30px 80px 30px;
	color: #FFFFFF;
	text-align: left;
}

.heroR {
	background-image: linear-gradient(to bottom left,
      	rgba(0, 0, 0, .4),
      	rgba(0, 0, 0, 1)
    	),url(../i/hero4.jpg);
	background-position: bottom;
	background-size: cover;
	padding: 80px 30px 80px 30px;
	color: #FFFFFF;
	text-align: left;
}

.heroRes {
  /* add some padding and text styles */
  padding: 80px 30px 80px 30px;
  text-align: left;
  position: relative; /* add this to position the pseudo-element */
}

.heroRes::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /* use multiple background images, a gradient and an image */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1)), url("../i/research.jpg");
  /* make the background cover the entire element */
  background-size: cover;
  /* position the background at the bottom */
  background-position: bottom left;
  -webkit-mask-image: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,.9)), color-stop(65%, rgba(0,0,0,0)));
  mask-image: linear-gradient(to right, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 65%); 
  z-index: -1; /* place the pseudo-element behind the content */
}

.info-box{
	padding: 20px 60px 20px 60px;
}

.titles{
	color: #FFFFFF;
}

/* Style the profile picture */
.profile-pic {
  width: 140px; /* Adjust the size as needed */
  height: 140px; /* Adjust the size as needed */
  border-radius: 50%; /* Make it circular */
  border: solid #E8CA7B 2px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 40px;
  margin-left: -90px;
  float: left;
  overflow: hidden;
  z-index: 1;
}

.quote-pic {
  border-radius: 5%; /* Make it circular */
  overflow: hidden;
  z-index: 1;
}

.box-gold-cont{
	padding: 20px 20px 20px 20px;
}

.box-gold-man{
	padding: 20px 20px 20px 20%;
}

.box-res{
	padding: 20px 20px 20px 20%;
	position: absolute;
}

.box-gold{
	z-index: 0;
	width: 100%;
	top: 100%;
	letter-spacing: 1.8px;
	position: relative;
	border: solid #E8CA7B 2px;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0px;
}

.box-gold-management{
	z-index: 0;
	width: 100%;
	top: 100%;
	letter-spacing: 1.8px;
	position: relative;
	border: solid #E8CA7B 2px;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0px;
}

.box-gold2{
	z-index: 0;
	width: 100%;
	top: 100%;
	letter-spacing: 1.8px;
	position: relative;
	border: solid #E8CA7B 2px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0px;
}

.box-gold-text{
	width: 160px;
	text-transform: uppercase;
	z-index: 1;
	font-size: 16px;
	letter-spacing: 1.8px;
	color: #E8CA7B;
	text-align: left;
	overflow: hidden;
}

.box-gold-text2{
	width: 254px;
	text-transform: uppercase;
	z-index: 1;
	font-size: 16px;
	letter-spacing: 1.8px;
	color: #E8CA7B;
	text-align: left;
	overflow: hidden;
}

.box-gold-text3{
	width: 260px;
	text-transform: uppercase;
	z-index: 1;
	font-size: 16px;
	letter-spacing: 1.8px;
	color: #E8CA7B;
	text-align: left;
	overflow: hidden;
}

.btn-gold{
    position: relative;
	background-color: #202020;
    border: solid #E8CA7B 2px;
    border-radius: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-left: 0;
    bottom: -20px;
    color: #E8CA7B;
    font-size: 14px;
	padding: 6px;
	text-decoration: none;
}

footer {
	padding: 20px;
}

.social {
	padding: 10px;
	color: white;
	font-size: 20px;
}

.footer-row {
	font-size: 14px;
	border-top: solid #81724B 1px;
	line-height: 24px;
	color: #999999;
	text-align: left;
	margin-bottom: 40px;
	padding: 0px 7px 14px;
	text-decoration: none;
}

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

.imperative{
	display: none;
}

.bridgeport{
	display: none;
}

.imperative2{
	margin-top: 100px;
	
	width: 180px;
	height: auto;
	display: block;
}

.bridgeport2{
	width: 110px;
	height: auto;
	margin-bottom: 20px;
	float: left;
	display: block;
}

.container{
	display: flex;
    text-align: center;
    justify-content: space-around;
    flex-wrap: wrap;
    padding: 0 3%;
}

.first-img{
	float: left;
	padding: 25px 35px 20px 35px;
	text-align: center;
	width: auto;
	height: auto;
}

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: #E8CA7B;
  color: #000000;
  padding: 6px 12px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  -webkit-appearance: none;
}
	
.col {
	width: 100%;
}

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

.row:after {
	clear: both;
}

/*Tablet View*/

@media (min-width: 868px){

.hero {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
}

.companies {	
	max-width: 868px;
	margin-left: auto;
	margin-right: auto;
}

/* Style the profile picture */
.profile-pic {
  width: 190px; /* Adjust the size as needed */
  height: 190px; /* Adjust the size as needed */
  border-radius: 50%; /* Make it circular */
  border: solid #E8CA7B 2px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 40px;
  margin-left: -90px;
  float: left;
  overflow: hidden;
  z-index: 1;
}

.box-gold{
	z-index: 0;
	width: 55%;
	top: 55%;
	letter-spacing: 1.8px;
	position: relative;
	border: solid #E8CA7B 2px;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0px;
}

.box-gold2{
	z-index: 0;
	width: 100%;
	top: 100%;
	letter-spacing: 1.8px;
	position: relative;
	border: solid #E8CA7B 2px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0px;
}

.imperative{
	width: 180px;
	height: auto;
	float: right;
	margin-right: 10px;
	display: block;
}

.bridgeport{
	width: 110px;
	height: auto;
	float: left;
	display: block;
}

.bridgeport2{
	display: none;
}

.imperative2{
	display: none;
}

.nav-logo {
	margin-left: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 320px;
	height: auto;
	display: block;
}

.header-row {
	height: 70px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.footer-row {
	max-width: 868px;
	margin-left: auto;
	margin-right: auto;
	font-size: 14px;
	border-top: solid #81724B 1px;
	line-height: 24px;
	color: #999999;
	text-align: left;
	margin-bottom: 230px;
	padding: 0px 7px 14px;
	text-decoration: none;
}

.col-md-one-half {
	width: 50%;
}

.col {
	float: left;
}

}

/*Desktop View*/

@media (min-width: 1200px){

.hero {
	margin-top: 0px;
}

.companies {	
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

/* Style the profile picture */
.profile-pic {
  width: 240px; /* Adjust the size as needed */
  height: 240px; /* Adjust the size as needed */
  border-radius: 50%; /* Make it circular */
  border: solid #E8CA7B 2px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 40px;
  margin-left: -140px;
  float: left;
  overflow: hidden;
  z-index: 1;
}

.box-gold{
	z-index: 0;
	width: 35%;
	top: 35%;
	letter-spacing: 1.8px;
	position: relative;
	border: solid #E8CA7B 2px;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0px;
}

.box-gold-management{
	z-index: 0;
	width: 60%;
	top: 60%;
	letter-spacing: 1.8px;
	position: relative;
	border: solid #E8CA7B 2px;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0px;
}

.imperative{
	width: 180px;
	height: auto;
	float: right;
	margin-right: 80px;
	display: block;
}

.nav-logo {
	margin-left: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 360px;
	height: auto;
	display: block;
}

.header-row {
	height: 70px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.footer-row {
	max-width: 1200px;
}
	
.col-lg-one-fourth {
	width: 25%;
}

.col-md-three-q {
	width: 75%;
}

.col-md-quarter {
	width: 25%;
}

.col {
	padding: 0px 0px 0px 0px;
}

}