.logolist {display:block;}
.captcha input {box-shadow: 1px 1px;    background-color: #eee;}


body {
    animation: fadeInAnimation ease 1.5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}
  
@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
     }
}

/* Hide the toolbar in the ck editor when in the contact form */

.navbar-default {
    background-color: transparent; 
    border-color: transparent; 
}

.navbar-header {
    margin-top: 1rem;
}

header.head {
     /*background-color: #cccccc;
    border-width: 0 0 0.1px 0;
    border-color: lightgray;
    border-style: solid;*/
}

img.sitelogo {
	width:13rem;
	margin-left:-18px;
	margin-bottom: 1rem;
}

ul.nav.navbar-nav.navbar-right {
	font-size: 1.8rem;
}
.navbar-default .navbar-nav>li>a {
    color: #2b2b2b;
}

.navbar-right {
	padding-top:5.1rem;
}

.siteheading {
	text-transform: uppercase;
	color: inherit;
	font-size: 1.9rem;
	display:inline-block;
	margin:0;
}

a.siteheading, a.siteheading:link, a.siteheading.visited, a.siteheading.hover, a.siteheading.active {
    text-decoration: none;
    color: inherit;
}

@media screen and (max-width: 1200px) {
  div.titleblock {
    display: none;
  }
}

.titleblock {
	display: inline-block; /* none; /* Was inline-block */
	margin-left:3rem;
	color:#666;
	vertical-align:middle;
}

.site-slogan-container {
	
	font-size:1.95rem;
	text-align:center;
}

.panelwrapper.htmlmodule {
    width: 100%;
	padding:0;
	
}

/* For login/out links */
.linkscontainer {
    float: right;
	padding-top: 0.5rem;
}

/* Content */
body {
	font-size: 1.6rem;
}


/* Module specific */
.contactform .cke_top {
    display: none;
}

/*
.title-info h4 {
    display:inline;
}
*/

/* MASWELL BLOCKS */
.mas-blocks__card {
    margin-bottom: 30px;
    /*background-color: #ececf1;*/
    border-radius: 5px;
    padding-top: 2rem;
}

.mas-blocks__content {
    border:0 none;
}

.mas-blocks__content h4 {
    margin-bottom: 5px;
    padding-bottom: 0;
    display: inline;
}

.mas-blocks__content h4 {
    margin-top: 5px;
    margin-bottom: 5px;
    padding-bottom: 0;
}

.mas-blocks__content h5 {
    font-size: 1.5rem;
}

.mas-blocks__infolink {    
    float:right; 
}

.mas-blocks__infolink a {
    /*background-color: #e7e7e7;
    border: 0.1px solid;
    padding: 0.5rem;
    border-radius: 0.5rem;
    text-decoration: none;
    margin-right: 5px;*/
    color: white;
    /*box-shadow: 1px 1px #888888;*/
}

.whatwedo .mas-blocks__image {
    display: flex;
    align-items: center;
    justify-content: center;
}

.whatwedo .mas-blocks__content {
    height:30rem;
    overflow-y: auto;
}
.whatwedo .mas-blocks__content h4 {
    font-weight: bolder;
}
.mas-blocks__content h6 {
    margin-bottom: 0.5rem;
    font-size: 1.2rem;
	font-style:italic;
    display: inline;
}

.mas-blocks__image img {
    width: 100%;
    max-height: 500px;
    object-fit: cover;
    margin:15px;
}
.mas-blocks .headerblock {
    border-bottom: 1px solid darkgray;
    margin-bottom: 0.8rem;
    padding-bottom: 0.8rem;
}


/* Homepage info blocks */
/* put the edit link in the right place*/
.homepageitems a.ModuleEditLink.flexi-item-edit {
    display: flex;
}
.homepageitems .horiz-blocks__image {
    display: inline;
    max-width: 15rem;
}

.homepageitems .horiz-blocks__card {
    display: flex;
    padding-top: 0.5rem;
    margin-bottom: 2rem;
}
.homepageitems .horiz-blocks__content  {
    padding: 0 0 0 10px;
    border: 0 none;
    font-size: 15;
    width:100%;
}

.homepageitems .horiz-blocks__item {
    padding-left:0;
}

.horiz-blocks h4 {
    font-size:2.2rem;
    margin-top: 0;
}

.horiz-blocks h5 {
    font-size: 1.5rem;
}

.horiz-blocks h6 {
    font-size:1.4rem;
    font-style: italic;
}

.horiz-blocks__infolink {
    float:right;
}

.horiz-blocks__infolink a {
    /*background-color: #e7e7e7;
    border: 0.1px solid;
    padding: 0.5rem;
    border-radius: 0.5rem;
    text-decoration: none;*/
    color: white;
    /*box-shadow: 1px 1px #888888;
    width: 8rem;*/
}

/* HTML modules */
/* Add right margin to images to space them from text */
div#ctl00_mainContent_ctl00_divContent img {
    margin-right: 1rem;
}


/* Messages module*/
.ed1tsendmessagespage #ctl00_divCenter > div > div:nth-child(9) {
	width:100%;
}
