#mobilemenu,
#fixednav,
#hero,
#header,
.icon,
h1 .title-link,
h2 a,
.commenting,
.body-col-right,
.reasons-anchor-btn,
#calendar,
.newsletter,
.foot a,
.pagination,
#reasons .section-title.on450-show,
#reasons a.nappi,
.home-wave,
#footer .col.tools,
#footer .menu,
.search-footer,
#copyright {
    display: none !important;
}

body {
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Source Sans Pro", Arial, sans-serif;
    font-size: medium;
}

a {
    color: #0567b1;
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 { font-family: 'pf_beausans_prothin', 'Lato', sans-serif; }

h1 { font-size: 185%; }

h2 { font-size: 125%; }

h3 { font-size: 105%; }

h4, h5, h6 { font-size: 100%; }

hr {
    background: #e6e6e6;
    border: 0;
    color: #e6e6e6;
    height: 1pt;
}

b, strong { font-weight: 700; }

blockquote {
    border-width: 0 0 0 1pt;
    padding: 0 0 0 5mm;
}

table, td { font-size: 100%; }

.image-text {
  color: #828282;
  margin-top: -0.5em;
  font-size: 90%;
  font-style: italic;
}

#footer {
    border-color: #e6e6e6;
    border-width: 1pt 0 0 0;
    border-style: solid;
    margin: 8mm 0 0 0;
    padding: 6mm 0 0 0;
    font-size: 80%;
    float: left;
    width: 100%;
    position: relative;
}

#footer .logo img {
    height: 8mm;
}

#footer .info-row {
    display: table;
    width: 100%;
}

#footer .info-row .col {
    display: table-cell;
    vertical-align: top;
}

#footer .info-row .col.logo {
    width: 35mm;
}

#footer .info ul {
    display: inline-block;
    margin: 0 10mm 0 0;
    padding: 0;
    list-style: none;
}

#body {
    float: left;
    width: 100%;
    position: relative;
}

#body img { max-width: 100%; }

#body h1.theme-title {
    font-family: 'pf_beausans_probold', 'Lato', sans-serif;
    font-size: 210%;
}

#body h2 img {
    margin: 0 3mm 0 0;
    height: 4mm;
}

#body .boc {
    float: left;
    width: 100%;
}

#body .box.main { padding: 0; }

#body .box + .box,
#body .box + form,
#body .box + .list,
#body .menu + .box { margin-top: 8mm; } 

/* Lists */

.list .item {
  display: block;
  color: #4c4c4c;
  position: relative;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.list .item .image-col { display: none; }

.list .item .image {
  background-color: #f8f8f8;
  background-position: center;
  background-size: cover;
  display: block;
  width: 100%;
}

.list .item .image img { display: block; }

.list p { margin: 0; }

.list p.title {
  margin: 0 0 1mm 0;
  font-size: 100%;
  font-weight: 900;
}

.list p.intro {
  margin: 0;
  font-size: 90%;
}

.list p.read-more {
  color: #0567b1;
  margin: 1mm 0 0 0;
  font-size: 90%;
}

.list p.meta,
.article p.meta {
  color: #b2b2b2;
  margin: 1mm 0 0 0;
  font-size: 75%;
}

.list p.meta .separator,
.article p.meta .separator { margin: 0 1mm; }

.list.vertical .item {
  margin-bottom: 4mm;
  display: table;
  width: 100%;
}

.list.vertical .item.last { margin: 0; }

.list.vertical .item .col {
  display: table-cell;
  vertical-align: top;
}

.list.vertical .item .text-col { width: 100%; }

.list.horizontal .item {
  display: inline-block;
  width: 32.12121%;
  margin: 0 0 4mm 1.81818%;
  vertical-align: top;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.list.horizontal .item:nth-child(3n+1) { margin-left: 0; }

.list.horizontal .item .text-col { display: block; }

.list.horizontal .item .image { margin-bottom: 2mm; }

.list.thumbnails .item { border: 1pt solid #e6e6e6; }

.list.thumbnails.folders .item { margin-right: -3px }

.box .list.thumbnails .item { border: 0; }

.list.thumbnails .item .image-col { display: block; }

.list.thumbnails .item .image-col .on450-hide { display: none; }

.list.thumbnails .item .image {
  margin-bottom: 0;
  position: relative;
}

.box .list.thumbnails .item .image { margin-bottom: 2mm; }

.list.thumbnails .item .text-col { padding: 4mm; }

.box .list.thumbnails .item .text-col { padding: 0; }

.list.personel .image {
  background: none;
  height: auto;
}

.list.personel .image img {
  border-radius: 50%;
}

.list.vertical.personel .item .col { vertical-align: middle; }

.list.vertical.personel .item .image-col {
    display: table-cell;
    width: 25%;
}

.list.vertical.personel .item .text-col {
  padding: 0 0 0 4mm;
  width: 75%;
}

/* Home */

body.home .row2 .body-col-right { display: block !important; }

body.home #footer { margin: 0; }

#fb-rss {
    margin-top: 8mm;
    height: auto !important;
    padding-bottom: 0 !important;
}

#lp-blog {
    margin-top: 8mm;
    padding-bottom: 0 !important;
}

#reasons  {
    float: left;
    width: 100%;
    position: relative;
}

#reasons .section-title .label {
    font-weight: 700;
    margin-right: 2mm;
}

#reasons .item {
    border-color: #e6e6e6;
    border-style: solid;
    border-width: 1pt 0 0 0;
    float: left;
    position: relative;
    width: 100%;
}

#reasons .item .text {
  float: right;
  display: inline-block;
  width: 45%;
  padding: 10mm 5% 10mm 0;
  vertical-align: top;
}

#reasons .item.even .text {
  float: left;
  padding-left: 5%;
  padding-right: 0;
}

#reasons .item .text h1 {
    margin: 0 0 3mm 0;
    font-size: 155%;
}

#reasons .item .text p { margin: 0; }

#reasons .item .image {
  left: 5%;
  width: 40%;
  bottom: 0;
  position: absolute;
}

#reasons .item.even .image {
  left: auto;
  right: 5%;
}

#reasons .item img {
  display: block;
  max-width: 100%;
}

/* Article */

.article .list { margin-top: 30px; }

.comments,
.commenting {
    border-color: #e6e6e6;
    border-width: 1px 0 0 0;
    border-style: solid;
    margin: 30px 0 0 0;
    padding: 30px 0 0 0;
}

/* Sitemap */

.menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sitemap li.level1 {
  display: inline-block;
  width: 32.12121%;
  margin-bottom: 5mm; 
  padding-left: 1.81818%;
  vertical-align: top;
}

.sitemap li.level1:nth-child(3n+1) { padding-left: 0; }

.sitemap li.level1 { margin-bottom: 20px; }

.sitemap a {
  display: inline-block;
  padding-left: 0;
  margin: 0.5mm 0;
  width: 100%;
  font-size: 90%;
  position: relative;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.sitemap a.level1 {
  border-color: #e6e6e6;
  border-style: solid;
  border-width: 0 0 1pt 0;
  padding: 0 0 3mm 0;
  font-size: 110%;
  font-weight: 900;
}

.sitemap ul {
  margin: 2mm 0;
}

.sitemap ul ul { margin-left: 5mm; }

#print-source {
    display: block;
    border-color: #e6e6e6;
    border-width: 1pt 0 0 0;
    border-style: solid;
    margin: 8mm 0 0 0;
    padding: 6mm 0 0 0;
    font-size: 80%;
    float: left;
    width: 100%;
    position: relative;
}