/*!
 * Start Bootstrap - Business Casual Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    width: 100%;
    height: 100%;
    font-family: "Montserrat", sans-serif;
    color: #444;
    font-size:17px;
	background-color: #ffffff;
    font-weight:300;
    webkit-tap-highlight-color: rgba(0,0,0,.7);
    line-height: 1.4;
}

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

p {
	margin:0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
}


hr { 
	margin: 30px auto; 
	max-width: 75px; 
	border-color: rgb(255, 151, 0);
	border-width: 3px; 
}

a {
    color: #d55930;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #db8c34;
}




/* desktop navigation */
.navbar-custom:not(.v61) .navbar-brand:focus {
    outline: 0;
}

.navbar-custom:not(.v61) a {
    color: #fff;
}

.navbar-custom:not(.v61) .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.navbar-custom:not(.v61) .nav li a:hover {
    outline: 0;
    color: rgba(255,255,255,.8);
    background-color: transparent;
}

.navbar-custom:not(.v61) .nav li a:focus,
.navbar-custom:not(.v61) .nav li a:active {
    outline: 0;
    background-color: transparent;
}

.navbar-custom:not(.v61) .nav li.active {
    outline: 0;
}

.navbar-custom:not(.v61) .nav li.active a {
    background-color: rgba(255,255,255,.3);
}

.navbar-custom:not(.v61) .nav li.active a:hover {
    color: #fff;
}





/* footer */

footer#startFooter { 
	padding:0;
	background-color:transparent;
}


footer .Columns4-1,
footer .Columns4-2,
footer .Columns4-3,
footer .Columns4-4 {
}

footer img {
   	margin: 0;
}

footer .copyright, footer .copyright p {
	color:#aaa;
	font-size:14px;
}

footer .copyright .smaller {
	color:#888;
	font-size:13px;
}

footer .copyright .smaller  img {
	position:relative;
	top:-3px;
	margin:0;
}




/* global calls */

::-moz-selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(0,0,0,.2);
}

::selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(0,0,0,.2);
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}


@-webkit-keyframes pulse {    
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {    
    0% {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}





/* everything below not checked yet */

.navbar-nav {
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 3px;
}

.box {
    margin-bottom: 20px;
    padding: 30px 15px;
    background: #fff;
    background: rgba(255,255,255,0.9);
}

@media screen and (min-width:768px) {

    .navbar {
        border-radius: 0;
    }

    .navbar-header {
        display: none;
    }

    .navbar {
        min-height: 0;
    }

    .navbar-default {
        border: none;
        background: #fff;
        background: rgba(255,255,255,0.9);
    }

    .navbar-nav {
        display: table;
        float: none;
        margin: 0 auto;
        table-layout: fixed;
        font-size: 1.25em;
    }
}














.oldversion5 .rm-menu.rm-top-menu { 
	margin: 0 auto !important; 
	/*
	display: table !important; 
	width: 100% !important;
	*/
	clear:none;
	float:right;
}

#customNav, .mobile-overlay { /* adjust for new theme color */
	background-color: rgba(132, 129, 130, 0.52);
}

.brand { position: relative; }

.brand.isNotFrontPage:before,
#customNav.isNotFrontPage:before { /* adjust for new theme color */
  background-color: rgba(132, 129, 130, 0.52);
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
}

.oldversion5 .rm-nav > ul > li > ul li { /* adjust for new theme color */
  background-color: rgba(162, 162, 159, 0.70);
}

.navbar-custom:not(.v61), .brand {
	background-position: 50% 40%; 
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}	

.oldversion5 .rm-nav ul li a { 
	letter-spacing: 1px;
	color:#eee; /* menu link color */
	font-size:16px; 
	font-weight: 400; 
	text-transform: uppercase;
	border-bottom:2px solid rgba(255, 255, 255, 0);
}

.oldversion5 .rm-nav ul li a:hover { 
	color:#fff; /* menu link color on hover */
}

.oldversion5 .rm-nav > ul > li > ul li a { 
	text-transform: capitalize !important; 
	color: #fff; /* adjust for new theme color */
}

.oldversion5 .rm-layout-expanded .rm-nav > ul > li > a, 
.oldversion5 .rm-layout-expanded .rm-top-menu > .rm-menu-item > a { 
	height:110px; 
	padding-top:30px; 
}

.oldversion5 .rm-layout-expanded .rm-nav > ul > li > a:hover, 
.oldversion5 .rm-layout-expanded .rm-top-menu > .rm-menu-item > a:hover,
.oldversion5 .rm-nav > ul > li > ul li a:hover { 
	border-bottom:2px solid rgba(255, 255, 255, 0.6);
}


.navbar-custom:not(.v61) {
	/* background: none !important; */
}



#startBodyMarker { 
	padding-top:70px; 
}

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

.navbar-header:after { 
	clear:none !important; 
}

.pad-bottom { 
	margin-bottom:30px; 
}

.page-header { 
	border-bottom: 1px solid #ddd !important; 
}

.navbar { 
	border-radius: 0 !important; 
	border:0 !important; 
}

.customFrontBckgrd {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -5;
	background: url('') no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}	

.customFrontBckgrd:after { /* adjust for new theme color */
  background-color: rgba(132, 129, 130, 0.52);
  top: 0;
  left: 0;
  z-index: -6;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
}



.logo-and-text-container-mobile {
	height:88px;
	display:none; 
	position:relative;
}

.logo-and-text-container-desktop {
	height:80px;
	display:inline-block;
	position:relative;
}

.logo-and-text-container-desktop .logo-and-text {
	height:110px;
	display:table-cell;
	vertical-align:middle;	
}

.logo-and-text-container-desktop .logo-and-text,
.logo-and-text-container-desktop .logo-and-text p,
.logo-and-text-container-mobile .logo-and-text,
.logo-and-text-container-mobile .logo-and-text p {
	letter-spacing: -1px;
	font-family: "Montserrat", sans-serif;
	font-size: 25px;
	font-weight: 700;
	line-height: normal;
	color: #fff;	
}

.logo-and-text-container-desktop img,
.logo-and-text-container-mobile img {
	display:inline-block; 
	max-height:72px;
	width:auto;
	margin:0 5px;
}




/* mobile width css - (hide desktop navigation) */
@media(max-width:768px) { 
	.navbar-custom.top-nav-collapse:not(.v61) { 
		display:none !important; 
	}
	
	.mobile-overlay {
	 	padding:8px 10px 8px 13px;
	}
	
	#startBodyMarker { 
		padding-top:40px; 
	}
	
	.logo-and-text-container-mobile .logo-and-text,
	.logo-and-text-container-mobile .logo-and-text p {
		font-size: 16px;
	}	
	
	.logo-and-text-container-mobile .logo-and-text {
		height:90px;
		display:table-cell;
		vertical-align:middle;	
	}
	
	.logo-and-text-container-mobile {
		display:inline-block;
	}
	
	.logo-and-text-container-mobile img {
		max-width:250px;
	}
	
	.logo-and-text-container-mobile img:nth-child(n+2) {
		display:none;
	}
	
	.FrontSplash span, .FrontSplash h1, .FrontSplash h1 span {
		font-size:40px !important;
	}
	
	.navbar.navbar-custom.oldversion5 {
		display:none;
	}

}











/* v6.1 migration fixes and additions */

.brand.v61 > .container {
	padding: 0;
	width:100%;
}

.container-logofix-v61 {
	padding: 30px 20px;
	text-align: center;
}

footer#startFooter > .PaddedContainer {
	padding-top: 50px;
	padding-bottom: 50px; 
	background-color: rgb(255, 242, 244);
}

.customFrontBckgrd {
	background-image: none; 
	background-color: white; 
}

.newCustomBckgrd {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -5;
	background: url('') no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}	

body,
.brand.v61,
.navbar.navbar-custom.v61 { 
	background-color: white; 
}

.brand.v61,
.navbar.navbar-custom.v61 { 
	background: none; 
	background-color: transparent !important; 
}

#customNav_v61 { 
	display: block !important;
}

.navbar.navbar-custom.v61 { 
	border-radius: 0 !important; 
	border:0 !important; 
	margin-bottom: 0px;
}




/* header */
.logo_edit.cke_editable .row:not([id^="flexboxID_"]) { margin: 10px 0 !important; }

.logo_edit.cke_editable img {
	display:inline-block; 
	vertical-align: middle;
}


/* footer */
.footer_edit.cke_editable > .cke_widget_wrapper > .PaddedContainer { /* for migration */
	padding-top: 50px;
	padding-bottom: 50px; 
	background-color: rgb(255, 242, 244);
}

.footer_edit.cke_editable .Columns4-1,
.footer_edit.cke_editable .Columns4-2,
.footer_edit.cke_editable .Columns4-3,
.footer_edit.cke_editable .Columns4-4 {

}





