/**
 * Building Ideas, Architect - Copyright 2013
 */
html {
	-webkit-font-smoothing: antialiased;
}

.flexible {
	max-width: 100%;
}

body {
	background: #828187;
	background-image: url(img/100-75-10.png);
	font-family: 'Noto Sans', sans-serif;
	font-weight: 400;
}
.red { color: #a90f10; }
.dark { color:  #828187; }
a {
	color: #a90f10;
}

a:hover {
	color: #c02b20;
}
.script{
	font-family: 'Bad Script', cursive;
	font-weight: 400;
	font-size: 12pt;
	line-height: 16pt;
}

.script.muted{
	border-left: 5px solid #e1e0e6;
	padding-left: 10px;
}
.script.muted.text-right{
	border-left: none;
	font-size: .9em;
}

.upper{
	text-transform: uppercase;
}

h1{
	font-family: 'Noto Sans', sans-serif;
	font-weight: 700;
}


#header {
	background: #fcfcfc;
	background: #fff;
	-webkit-box-shadow: 0 1px 8px -2px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 1px 8px -2px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 8px -2px rgba(0, 0, 0, .3);
}
#page{
	background:#fff;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .75);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, .75);
	box-shadow: 0 0 5px rgba(0, 0, 0, .75);
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
}

#menu-wrap{
	background: -moz-linear-gradient(top,  rgba(226,226,226,1) 0%, rgba(219,219,219,0.88) 12%, rgba(209,209,209,0.81) 19%, rgba(254,254,254,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(226,226,226,1)), color-stop(12%,rgba(219,219,219,0.88)), color-stop(19%,rgba(209,209,209,0.81)), color-stop(100%,rgba(254,254,254,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(226,226,226,1) 0%,rgba(219,219,219,0.88) 12%,rgba(209,209,209,0.81) 19%,rgba(254,254,254,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(226,226,226,1) 0%,rgba(219,219,219,0.88) 12%,rgba(209,209,209,0.81) 19%,rgba(254,254,254,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(226,226,226,1) 0%,rgba(219,219,219,0.88) 12%,rgba(209,209,209,0.81) 19%,rgba(254,254,254,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(226,226,226,1) 0%,rgba(219,219,219,0.88) 12%,rgba(209,209,209,0.81) 19%,rgba(254,254,254,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#00fefefe',GradientType=0 ); /* IE6-9 */

	margin-left: 45px;
	padding: 20px 5px 20px 15px;
	margin-top: 5px;
}
#menu-wrap-mobile{
    background: -moz-linear-gradient(top,  rgba(254,254,254,0) 0%, rgba(209,209,209,0.81) 81%, rgba(219,219,219,0.88) 88%, rgba(226,226,226,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,254,254,0)), color-stop(81%,rgba(209,209,209,0.81)), color-stop(88%,rgba(219,219,219,0.88)), color-stop(100%,rgba(226,226,226,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(254,254,254,0) 0%,rgba(209,209,209,0.81) 81%,rgba(219,219,219,0.88) 88%,rgba(226,226,226,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(254,254,254,0) 0%,rgba(209,209,209,0.81) 81%,rgba(219,219,219,0.88) 88%,rgba(226,226,226,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(254,254,254,0) 0%,rgba(209,209,209,0.81) 81%,rgba(219,219,219,0.88) 88%,rgba(226,226,226,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(254,254,254,0) 0%,rgba(209,209,209,0.81) 81%,rgba(219,219,219,0.88) 88%,rgba(226,226,226,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fefefe', endColorstr='#e2e2e2',GradientType=0 ); /* IE6-9 */
    padding-left: 1.5em;

}
/**
 * Gradient is reverse of menu-wrap
 */
#menu-wrap-footer{
	background: -moz-linear-gradient(top,  rgba(254,254,254,0) 0%, rgba(209,209,209,0.81) 81%, rgba(219,219,219,0.88) 88%, rgba(226,226,226,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,254,254,0)), color-stop(81%,rgba(209,209,209,0.81)), color-stop(88%,rgba(219,219,219,0.88)), color-stop(100%,rgba(226,226,226,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(254,254,254,0) 0%,rgba(209,209,209,0.81) 81%,rgba(219,219,219,0.88) 88%,rgba(226,226,226,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(254,254,254,0) 0%,rgba(209,209,209,0.81) 81%,rgba(219,219,219,0.88) 88%,rgba(226,226,226,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(254,254,254,0) 0%,rgba(209,209,209,0.81) 81%,rgba(219,219,219,0.88) 88%,rgba(226,226,226,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(254,254,254,0) 0%,rgba(209,209,209,0.81) 81%,rgba(219,219,219,0.88) 88%,rgba(226,226,226,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fefefe', endColorstr='#e2e2e2',GradientType=0 ); /* IE6-9 */

	margin-left: 45px;
	padding: 20px 5px 20px 15px;
	margin-top: 0px;
	font-size: 10pt;
}
#menu-wrap-mobile ul,
#menu-wrap ul {
	margin-left: 0px;
	padding-left: 0px;
}
#menu-wrap-mobile ul li,
#menu-wrap ul li{
	list-style-type: none;
	line-height: 30pt;
	padding-left: 0px;
}
#menu-wrap-mobile a,
#menu-wrap a{
	color: black;
	font-size: 11pt;
}



#page-view{
	padding: 20px;
}

/*.container{*/
	/*/!*width: 1028px;*!/*/
	/*width: 1200px;*/
/*}*/
.container{
	padding-left: 0;
	padding-right: 0;
}

#header {
	background: url('img/workspace-transparent.png') bottom right no-repeat;
	background-size: contain;
}

#header address#contact-block {
	margin: 10px 20px 10px 10px;
}
#header address#contact-block p{
	font-size: 12px;
	margin: 0;
}

#separator-bar {
	background-image: url(img/100-75-10.png);
	background: rgb(226,226,226); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(226,226,226,1)), color-stop(50%,rgba(219,219,219,1)), color-stop(51%,rgba(209,209,209,1)), color-stop(100%,rgba(254,254,254,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=0 ); /* IE6-9 */
}

.shadowed{
	text-shadow: 0 1px 1px rgba(72, 72, 82, 0.74);
}
.v-spacer{
	height: 400px;
}
table.table{
	width: 100%;
}

li.active{
	font-weight: bold;
}

.header-callout{
	font-size: 16pt; line-height: 20pt; padding-right: 100px; margin-top: 20px;
}
.header-callout > i {
	display: inline-block; width: 40px;
}

/** md overrides **/
@media( max-width: 1199px)
{
	.header-callout{
		font-size: 14pt;
		line-height: 19pt;
	}
	.header-callout > i {
		display: inline-block; width: 40px;
	}
}


/** sm overrides **/
@media( max-width: 991px)
{
    #menu-wrap {
        margin-left: 0;
    }
    #menu-wrap-footer{
        margin-left: 0;
        margin-right: 0;
    }
}

/** xs overrides **/
@media( max-width: 767px)
{
	#menu-wrap {
		margin-left: 0;
	}
	#menu-wrap-footer{
		margin-left: 0;
		margin-right: 0;
	}
	#page-view{
		padding-top: 0;
	}
	.v-spacer{
		height: auto;
	}
	#header address#contact-block {
		margin: 10px 20px 10px 10px;
	}
	#header address#contact-block p{
		font-size: 12px;
		margin-bottom: 1.2em;
	}
}


/** Other **/
@media ( max-width: 670px )
{
	#header {
		background-position: bottom left;
		background-size: cover;
	}
	.header-callout{
		padding-right: 1em;
	}
}