/* Scaffolding */


html,
body {
  width: 100%;
  height: 100%;
}

body {
  font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  text-align: center;
  font-family: 'ar_bonnieregular';
  font-size: 40px;
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1;
  
}

h7 {
  font-weight: bold;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  color: #000;
  line-height: 0.1;
  
}


/* Links */


a {
  color: #fff;
  text-decoration: none;
}

a:hover {
	color: #fcb002;
  
}


/* Nav Bar */

.navbar {
  overflow: hidden;
  background: rgba(0,0,0,0.75);
  position: fixed; /* Set the navbar to fixed position */
  top: 0; /* Position the navbar at the top of the page */
  width: 100%; /* Full width */
  font-size: 15px;
  font-family: 'champagne__limousinesbold';
  text-transform: uppercase;
  z-index: 9999;
}

.menu {
	font-size: 20px;
	padding-right: 2px;
}

/* Links inside the navbar */
.navbar a {
  float: left;
  display: block;
  color: #fff;
  text-align: center;
  padding: 10px 16px 10px 16px;
  text-decoration: none;
}

/* Change background on mouse-over */
.navbar a:hover {
  background: #fcb002;
  color: #000;
}

/* Main content */
.main {
  margin-top: 30px; /* Add a top margin to avoid content overlay */
}

.nav-logo-center {
  display: block;
  float: left;
  padding-left: 30px;
  padding-top: 18px;
}


/* Menu Links */


a.menu:link {
	color: #fcb002;
	text-decoration: none;
}

a.menu:hover {
	text-decoration: none;
	color: #000;
}


/* Page Titles */

.bg {
  /* The image used */
  background-image: url("../images/page-headers/company.jpg");

  /* Full height */
  height: 50%; 

	
  /* Create the parallax scrolling effect
  background-attachment: fixed;*/
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bgimg-company, .bgimg-mbe, .bgimg-icr-59, .bgimg-icr-60, .bgimg-services, .bgimg-cost-analysis, .bgimg-risk-management, .bgimg-testimonials, .bgimg-affiliates, .bgimg-contact   {
  /* Create the parallax scrolling effect
  background-attachment: fixed;*/
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}
.bgimg-company {
  background-image: url("../images/page-headers/company.jpg");
  height: 50%;
}

.bgimg-mbe {
  background-image: url("../images/page-headers/mbe.jpg");
  height: 50%;
}

.bgimg-icr-59 {
  background-image: url("../images/page-headers/icr-59.jpg");
  height: 50%;
}

.bgimg-icr-60 {
  background-image: url("../images/page-headers/icr-60.jpg");
  height: 50%;
}

.bgimg-services {
  background-image: url("../images/page-headers/services.jpg");
  height: 50%;
}

.bgimg-cost-analysis {
  background-image: url("../images/page-headers/cost-analysis.jpg");
  height: 50%;
}

.bgimg-risk-management {
  background-image: url("../images/page-headers/risk-management.jpg");
  height: 50%;
}

.bgimg-testimonials {
  background-image: url("../images/page-headers/testimonials.jpg");
  height: 50%;
}

.bgimg-affiliates {
  background-image: url("../images/page-headers/affiliates.jpg");
  height: 50%;
}

.bgimg-contact {
  background-image: url("../images/page-headers/contact.jpg");
  height: 50%;
}

.title-caption {
  position: absolute;
  left: 0;
  top: 42%;
  width: 100%;
  text-align: center;
  color: #000;
}

.title-caption span.border {
  background-color: #000;
  color: #fff;
  font-family: 'ar_bonnieregular';
  font-weight: bold;
  padding: 18px;
  font-size: 55px;
  letter-spacing: 2px;
  border-radius: 15px;
  border: #fff solid 3px;
 
}


/* Backgrounds */


.bg-holder-main {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  color: #fff;
}

.bg-holder {
  width: 100%;
  height: 80%;
  background-size: cover;
  background-position: 50% 50%;
  color: #fff;
}

.bg-holder .content {
  color: #fff;
  text-align: center;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

h2 {
  font-size: 32px;
  line-height: 1.5;
}

/* Content Sections */


section {
  padding-left: 7%;
	padding-right: 7%;
	padding-bottom: 50px;
	padding-top: 24px;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
}

section .content {
  margin: 0 auto;
  max-width: 800px;
}

section .reviews {
  margin: 0 auto;
  max-width: 600px;
}

section .sponsors {
  margin: 0 auto;
  max-width: 950px;
  text-align:center;
}

.content h2 {
  margin: 0 0 16px;
  font-size: 18px;
}

.content h1 {
  font-weight: bold;
  text-align: center;
  font-family: 'ar_bonnieregular';
  font-size: 40px;
  color: #000;
  margin-bottom: 0;
}

.content ul {
	margin-left: 25px;
}

section p {
  margin: 0;
}

section p + p {
  text-indent: 2em;
}

section + hr {
  border: 0;
  border-top: 1px solid #ccc;
  height: 0;
}

section .gist {
  margin: 24px 0;
}

section .gist .gist-data {
  border-bottom: 0;
}

section .gist-meta {
  display: none;
}

.content code {
  font-family: monospace, serif;
  font-size: 16px;
  color: gray;
  white-space: nowrap;
}

.content a {
  color: #000;
  text-decoration: none;
}

.content a:hover {
	color: #fcb002;
  
}

/* Intro */


.intro h1 {
  margin: 0;
  font-size: 48px;
  line-height: 1.5;
}

.intro p {
  margin: 0;
  font-size: 24px;
}

.cta {
  margin-top: 32px;
}

.btn-cta {
  color: #fff;
  font-size: 16px;
  border: 2px solid #fff;
  border-radius: 4px;
  padding: 8px 16px;
  margin: 0 4px;
  text-decoration: none;
}

.btn-cta:hover {
  background-color: white;
  color: #228B22;
  text-decoration: none;
}


/* Footer */


.footer {
  text-align: center;
}

.social {
  margin: 16px;
  list-style: none;
}

.social li {
  display: inline-block;
  margin: 8px;
}

.center {
	text-align:center;
}

.break {
	width: 100%;
	height: 4px;
	background-color: #000;
}

#pre-footer-container {
	background-color: #000;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	line-height: 1;
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#footer-container {
	width: 100%;
	widt: 350px;
	height: auto;
	overflow: hidden;
	background-color: #000;
	color: #fff;
	font-family: 'champagne__limousinesregular';
	font-weight: bold;
	text-transform: uppercase;
	font-size: 16px;
	ont-family: 'Open Sans', sans-serif;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
	margi: auto;
}


/* Footer Links */


a.footer:link {
	color: #fff;
	text-decoration: none;
}

a.footer:visited {
	color: #fff;
	text-decoration: none;
}

a.footer:hover {
	text-decoration: none;
	color: #fcb002;
}

a.footer:active {
	text-decoration: none;
	color: #fff;
}


/* Span Classes */


.img-zoom {
    width: 49%;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
}
 
.transition {
    -webkit-transform: scale(1.3); 
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
}

.collapse-title {
	color:#fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}

.blue {
	color:#d5ac43;
}

.fine {
	font-size: 12px;
}

.red {
	color:#d5ac43;
}

.red2 {
	color:#ff0000;
}

.gold {
	color:#d5ac43;
}

.grey{
	color:#fcb002;
}

.caption {
	font-size: 11px;
}

.subtitle {
	font-size: 18px;
	color: #000;
	font-family: 'Open Sans', sans-serif;
	font-style: italic;
	margin-top: 0;
}

.prehash {
	font-size: 13px;
	font-style: oblique;
}

.hash {
	font-size: 30px;
	font-weight: bold;
}

.center {
	display:block;
	margin-left:auto;
	margin-right:auto;
}

.nav-icons {
	font-size: 15px;
}

.nav-bul {
	font-size: 12px;
}

.phone {
	font-size: 20px;
}

.email {
	text-transform:none;
	font-size: 20px;
}

.footer-claim {
	font-size: 7px;
	line-height: 1;
}

.icons {
	font-size: 25px;
}

.sans-serif-heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 1px;
}

.indent {
	text-indent: 20px;
}

.stars {
	font-size: 30px;
	color:#fcb002;
	}

.training-red {
	font-size: 16px;
	font-weight: bold;
	color:#f00;
	}

.amalfi {
	font-family: amalfi_coastregular;
	font-size: 30px;
}

.on-demand-title {
	font-size: 22px;
}