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

/* *{margin:0px; padding:0px; font-size:16px;} */

html, body{
	background:#f1f1f1;
	color:#353632;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	line-height:1.5em;
	height:100%;
	width:100%;
}

#header{
	width:100%;
	display:block;
	background: #fff;
}

.navbar-brand img {
height: 50px;
}


@media (min-width: 992px) {
.navbar {
padding:0px;
}
.navbar-brand img {
	height: 50px;
margin-left: 6px;
}

.collapse.navbar-collapse {
height:64px;
}
ul.nav.menu.navbar-nav {
height:64px;
}

ul.nav.menu.navbar-nav li a.nav-link {
/*border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;*/
border-left: 1px solid #ddd;
    height: 100%;
    line-height: 48px;
padding-left: 1rem;
padding-right: 1rem;
}

li a.nav-link:hover {
background: #ddd;
}

/*li.current.active a.nav-link {
background: #eee;
}*/

ul.nav.menu.navbar-nav li:last-child a.nav-link {
border-right: 1px solid #ddd;
}
}

#left > div, #right > div {
	top: 90px;
}

#right .moduletable h3, #left .moduletable h3 {
	font-variant: small-caps;
	color:#333;
	padding:8px 0px;
	display:block;
	width:100%;
	text-align:center;
	/*border-top:1px solid #ddd;*/
/*border-bottom:1px solid #fff;*/
	/* background:#ebebeb; */
	/*box-shadow:inset 0px 0px 15px #ddd;*/
}
#right .moduletable, #left .moduletable {margin-bottom:36px;}
#left img {width:90%; max-width:400px; display:block; margin:0 auto;}
#right img {width:90%; max-width:400px; display:block; margin:0 auto;}
a{color:#8a8a8a; text-decoration:none;}
a:hover {color:#353632; text-decoration:none;}
.contentpaneopen {width:95%;}
.portfolio_item {
	float:left;
	clear:both;
	width:100%;
	margin-bottom:16px;
}
.portfolio_item a {
	float:left;
	margin-right:18px;
}
.portfolio_item .info{
	float:left;	
}

h1, h2, h3, h4, h5, h6 {
  /* margin-bottom: 8px; */
  font-weight: normal;
}

.container > h1 {
text-align:center;
}


h1{font-size:28px; line-height: 1.16em;}
h2{font-size:24px; line-height: 1em;}
h3{font-size:22px; line-height: 1.0909em; border:0px; color:#575854;}
h4{font-size:20px; line-height: 1.2em; border:0px; color:#797a76;}
h5{font-size:18px; line-height: 1.333em; border:0px; color:#797a76;}
h6{font-size:16px; line-height: 1.5em; border:0px; color:#797a76;}

.card-header h1 {
font-size: 2.7rem;
}

form {
    margin-left: 17px;/*67px;*/
}


.moduletableleft.jmoddiv {
    margin-left: 62px;
}

.item-133 > a {
    float: left;
    margin-left: 70px;
    padding: 0;
}

/*Contact Page*/
.accordion-group { 
 margin: 1rem;
}
.accordion-heading {
display:none;
}
.accordion-body.in.collapse {
display:block !important;
}

dt {
float: left;
margin-right: 12px;
margin-top: 5px;
clear: both;
}
dd {
margin-left: 30px;
margin-bottom: 0px;
margin-top: 7px;
}

#form {
    margin-left: 64px;
}

#footer{
	width:100%;
	position:fixed;
	bottom:0;
	height:36px;
	background:#262626;
	color:#eee;
	font-size: 14px;
	text-align: center;
	padding: 6px;
}

.clear{
	clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

#system-message-container {
top: 60px;
    position: fixed;
    width: 100%;
    color: white;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.alert {
animation: fadeIn .5s ease-in-out;
    padding-top: 1rem;
}
.alert-error {
    background: rgba(200,0,0,.8);
}

.alert-message {
background: rgba(0,180,100,.8);
display: none;/*We go to a whole new page, so no need to show this message*/
}

label {
    position: unset;
    display: unset !important;
}