/* General */
body { color:#000000; margin:0; padding:0; font-family:"acumin-pro", sans-serif; font-size:14px; background:#FFFFFF; font-weight:400; }

#contentMain { display: table; height:100%; }
#contentSub { display: table-cell; vertical-align: middle; height:100%; }

/* Bootstrap Same Height Columns */
.aligned-row {
    display: flex;
    flex-flow: row wrap;

    &::before {
        display: block;
    }
}

/*

font-family: big-caslon-fb, serif;
font-weight: 400;
font-style: normal;
 
font-family: big-caslon-fb, serif;
font-weight: 400;
font-style: italic;
 
font-family: big-caslon-fb, serif;
font-weight: 800;
font-style: normal;
 
font-family: "acumin-pro", sans-serif;
font-weight: 400;
font-style: normal;

*/


/* Text */
h1 {
	font-family: big-caslon-fb, serif;
	font-weight: 800;
	font-style: normal;
	width: 100%;
	color: #FFFFFF;
	text-align: center;
	font-size: 50px;
	margin-bottom: 20px;
}

h2, h3 {
	font-family: big-caslon-fb, serif;
	font-weight: 800;
	font-style: normal;
	width: 100%;
	color: #c7b481;
	font-size: 28px;
	margin-bottom: 20px;
}



p {
	line-height: 1.5;
	margin: 0px 0px 25px 0px;
	font-size: 16px;
	display: inline-block;
	width: 100%;
}


/* Buttons */
a.btnGold,
a.btnGold:hover {
	padding: 12px 25px;
	background: #c7b481;
	font-family: "acumin-pro", sans-serif;
	font-weight: 400;
	color: #122028;
	text-transform: uppercase;
	font-size: 20px;
	font-style: normal;
	text-decoration: none;
}


/* Header */
header {
	margin-top: 30px;
	position: absolute;
	z-index: 30;
	width: 100%;
}

.articMenu {
  position: relative;
  display: inline-block;
}

.articMenuContainer {
  display: none;
  position: absolute;
	right: 0px;
  background-color: #c7b481;
  min-width: 250px;
  padding: 25px;
  z-index: 40;
}

.articMenuContainer ul {
	list-style: none;
	margin: 0px;
}

.articMenuContainer ul li {
	margin: 20px 0px;
}

.articMenuContainer ul li a,
.articMenuContainer ul li a:hover,
.articMenuContainer ul li a:focus,
.articMenuContainer ul li a:active {
	width: 100%;
	text-align: right;
	font-family: big-caslon-fb, serif;
	color: #122028;
	font-size: 18px;
}

.articMenu:hover .articMenuContainer {
  display: block;
}


/* Hero Video */
#heroVideo .content {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 20;
	top: 0;
	left: 0;
	color: #FFFFFF;
	text-align: center;
}

#heroVideo .content p {
	font-family: big-caslon-fb, serif;
	font-weight: 400;
	font-style: italic;
	font-size: 34px;
	width: 100%;
	text-align: center;
}


/* Hero Image */
#heroImage .content {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 20;
	top: 0;
	left: 0;
	color: #FFFFFF;
	text-align: center;
}

#heroImage .content p {
	font-family: big-caslon-fb, serif;
	font-weight: 400;
	font-style: italic;
	font-size: 34px;
	width: 100%;
	text-align: center;
}



/* Image / Text Content */
#imageTextContent {
	background: #122028;
	padding-top: 60px;
	padding-bottom: 60px;
	color: #FFFFFF;
}


/* Image / Text */
.imageTextBlock {
	background: #122028;
	padding-top: 50px;
	padding-bottom: 50px;
	position: relative;
	z-index: 20;
}

.imageTextBlock p {
	color: #FFFFFF !important;
}


/* Services */
.services {
	background: #263036;
	padding-top: 50px;
	padding-bottom: 50px;
}

.services h2,
.services h3,
.services p {
	text-align: center;
}

.services p {
	color: #FFFFFF !important;
}



/* Accreditaitons */
.accreditations {
	background: #e3e4e5;
	padding-top: 50px;
	padding-bottom: 50px;
}

.accreditations h2 {
	color: #122028;
	text-align: center;
}

.accreditations ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: flex;
	justify-content: space-between;
}

.accreditations ul li {
	display: inline-block;
	margin: 20px 0px 20px 0px;
}


/* Contact */
.gform_heading {
	display: none !important;
}

.gfield--type-text input,
.gfield--type-phone input,
.gfield--type-email input,
.gfield--type-textarea textarea {
	background: transparent !important;
	border: 2px solid #FFFFFF !important;
	color: #FFFFFF !important;
	padding: 25px 20px !important;
}

.gform_button {
	padding: 12px 25px !important;
	background: #c7b481 !important;
	font-family: "acumin-pro", sans-serif !important;
	font-weight: 400 !important;
	color: #122028 !important;
	text-transform: uppercase !important;
	font-size: 20px !important;
	font-style: normal !important;
	text-decoration: none !important;
}


/* Investiagtion Hub */
.investigationTitle {
	font-family: "acumin-pro", sans-serif !important;
	font-weight: 700 !important;
	font-size: 20px;
	color: #FFFFFF;
	line-height: 1.3;
}

.investigationReadContainer {
	position: absolute;
	bottom: 0px;
}

.investigationReadContainer a, 
.investigationReadContainer a:hover {
	font-family: "acumin-pro", sans-serif !important;
	font-weight: 700 !important;
	font-size: 20px;
	color: #c7b481;
	text-decoration: none !important;
}


/* Footer */
footer {
	padding-top: 20px;
	padding-bottom: 20px;
	background: #FFFFFF;
}

