@import 'https://fonts.googleapis.com/css?family=Open+Sans';
@import url('https://fonts.googleapis.com/css?family=Montserrat');

.left , .right { background-image: none !important; }
html, body { 
  margin:0;
  padding:0;
  width:100%;
  height: 100%;
  background-color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 1em;
}

.pagecontainer {
	min-height: 100%;
	position:relative;
}

.page {
	margin-bottom: 50px;
}


a { color: #AB0534 }
a:hover { color: #720322; text-decoration: none; }

img { max-width: 100% }

/* Navigation */
/* -----------------------------------------------------------------------------------------------------------------------------------------*/
#topNavigation { 
	 padding: 0;
	 margin-top: 15px;
	 margin-right: 25px;
}

#topNavigation li { 
    float: left; 
    display:inline-block; 
    height:70px; 
    line-height:82px; 
    text-align:center; 
	padding-left: 30px;
    padding-right: 30px;
    border-right: 0px;
    font-family: 'Montserrat', sans-serif;
	min-width: 50px;
	color: #000;
}

#topNavigation li:last-child { float: left; border-right: 0 }

#topNavigation li a, #topNavigation li p  {
    text-decoration: none;
    font-size: 1.2em;
    font-weight: bold;
    color: #000;
}

#topNavigation li a:hover {
    color: #C40030;
}

#topNavigation .current_page_item {
    border-bottom: 10px solid #c0c0c0;
}

.navbar { 
	position: fixed !important; 
	top: 0;
	width: 100%;
}

.navbar-nav .current_page_item, .navbar-nav .current_page_item a {
	background-color: #c0c0c0;
	color: #000000 !important;
}
.navbarspacing { margin-bottom: 50px; }
.container h4 { 
	font-weight: bold;
	color: #AB0534;
	padding-left: 5px;
	margin-bottom: 15px
}

/* Top image, text large box */
#topBox {    
	height: 60%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
	min-height: 726px;
	position: relative;
}

#topBoxTextHolder {
	width: 100%;
    position: absolute;
	bottom: 0;
    margin: 0 auto;
}

#topBoxText {
    color: #fff;
    font-size: 1.4em;
    background-image: url(/img/textbg.png);
    width: 1170px;
    height: 100%;
	margin: 0 auto;
	padding: 25px 50px 25px 50px;	
}

#topBoxText h1 {
    color: #fff;
    font-size: 2em;
    margin:0;
	font-weight: bolder;
}

/* nav-boxes */
.nav-boxes {
	background-color: #f1f1f1;
    color: #404040;
    padding-top: 25px;
    padding-bottom: 25px;
}

.nav-boxes .container {
	padding: 0;
}

.nav-boxes .container > div {
	padding: 3px;
}

.nav-boxes .box {
    padding: 12px;
    display: table;
    text-align: center;
    background-color: #f8f8f8;
    margin-bottom: 10px;
    min-height: 440px;
    font-size: 0.8em;
	width: 99%; 
	margin: 0 auto 10px auto;
}

.nav-boxes .box h1 {
	text-align: center;
    color: #404040;
    font-size: 1.2em;
    text-transform: uppercase;
	font-weight: bold;
}

.nav-boxes .box:hover { 
	background-color: #404040;
	color: #fff;	
}

.nav-boxes .box:hover h1, .nav-boxes .box:hover a { 
	color: #fff;	
}

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


.nav-boxes .box img { 
	    width: 95%;
}

/* Contact */
.contact { 
	background-color: #f7f7f7; 
	padding: 10px 0 40px 0;
	font-size: 1.3em;
}
.contact .container { padding: 0 }

/* References */

.reference-boxes {
	background-color: #f4f4f4;	
}


.container hr { margin: 30px 0 30px 0 }

.refbox {
	padding: 20px !important;
	border: 1px solid #e5e5e5;
	background-color: #f8f8f8;
	margin: 0 0 20px 0;
	box-shadow: 5px 5px 10px #c0c0c0;
}

.refbox h3 {margin-top:0}

.refbox > img { width: 100%; padding:0 }
.refbox-image { text-align: center; } 
.refbox-text { padding-left: 5px; }
.refbox-text h4 { margin-top:0; padding-left:0 }
.refbox-spacing { margin-bottom: 20px; }
/* Footer */
.footer {
    background-color: #2B2B2B;
	font-family: 'Montserrat', sans-serif;
	color: #e2e2e2;
	min-height: 100px;
	bottom: 0;
	width: 100%;
	padding-top: 25px;
	font-size: 1rem;
}

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

.ref-boxes {
	background-color: #e9e9e9;
    color: #404040;
    padding-top: 25px;
    padding-bottom: 25px;
}

.ref-boxes  .container {
	padding: 0;
}
