/* roboto-slab-regular - latin_latin-ext */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-slab-v8-latin_latin-ext-regular.eot'); /* IE9 Compat Modes */
  src: local('Roboto Slab Regular'), local('RobotoSlab-Regular'),
       url('../fonts/roboto-slab-v8-latin_latin-ext-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-slab-v8-latin_latin-ext-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-slab-v8-latin_latin-ext-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-slab-v8-latin_latin-ext-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-slab-v8-latin_latin-ext-regular.svg#RobotoSlab') format('svg'); /* Legacy iOS */
}

/* roboto-slab-300 - latin_latin-ext */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/roboto-slab-v8-latin_latin-ext-300.eot'); /* IE9 Compat Modes */
  src: local('Roboto Slab Light'), local('RobotoSlab-Light'),
       url('../fonts/roboto-slab-v8-latin_latin-ext-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-slab-v8-latin_latin-ext-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-slab-v8-latin_latin-ext-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-slab-v8-latin_latin-ext-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-slab-v8-latin_latin-ext-300.svg#RobotoSlab') format('svg'); /* Legacy iOS */
}

/* roboto-slab-700 - latin_latin-ext */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-slab-v8-latin_latin-ext-700.eot'); /* IE9 Compat Modes */
  src: local('Roboto Slab Bold'), local('RobotoSlab-Bold'),
       url('../fonts/roboto-slab-v8-latin_latin-ext-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-slab-v8-latin_latin-ext-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-slab-v8-latin_latin-ext-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-slab-v8-latin_latin-ext-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-slab-v8-latin_latin-ext-700.svg#RobotoSlab') format('svg'); /* Legacy iOS */
}

/* roboto-300 - latin_latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/roboto-v18-latin_latin-ext-300.eot'); /* IE9 Compat Modes */
  src: local('Roboto Light'), local('Roboto-Light'),
       url('../fonts/roboto-v18-latin_latin-ext-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v18-latin_latin-ext-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v18-latin_latin-ext-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v18-latin_latin-ext-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v18-latin_latin-ext-300.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-regular - latin_latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-v18-latin_latin-ext-regular.eot'); /* IE9 Compat Modes */
  src: local('Roboto'), local('Roboto-Regular'),
       url('../fonts/roboto-v18-latin_latin-ext-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v18-latin_latin-ext-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v18-latin_latin-ext-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v18-latin_latin-ext-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v18-latin_latin-ext-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-700 - latin_latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-v18-latin_latin-ext-700.eot'); /* IE9 Compat Modes */
  src: local('Roboto Bold'), local('Roboto-Bold'),
       url('../fonts/roboto-v18-latin_latin-ext-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v18-latin_latin-ext-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v18-latin_latin-ext-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v18-latin_latin-ext-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v18-latin_latin-ext-700.svg#Roboto') format('svg'); /* Legacy iOS */
}


/* GENERAL SETTINGS */
body {
  background-color: #fff;
  text-shadow: none;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: regular;
  word-wrap: break-word;
  color: #494949;
  box-sizing: border-box;
  letter-spacing: -0.5px;
}
label, input, button, select, textarea {
  font-weight: normal;
}
select {
  width: auto;
  background-color: #fff;
  border: 1px solid #ccc;
  margin-top: 2px;
}
textarea {
  color: #494949;
}
input, textarea, .uneditable-input {
  width: 100%;
}
ul, ol {
  padding: 0;
  margin: 0 0 10px 30px;
}
li {
    line-height: 24px;
}
dl, dt, dd {
  line-height: 20px;
  text-align: left;
}
dl.article-info.muted dd {
  display: inline;
}
.container-content li {
  line-height: 28px;
}
.item-page {
  margin-top: 10px;
  margin-bottom: 20px;
}
p {
  text-align: left;
  margin-bottom: 10px;
}
.pagination ul > li > a, .pagination ul > li > span {
  background-color: #fff;
}
table {
  width: 85%;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
}
td {
  border: 1px solid #ddd;
}
td p {
    margin-bottom: 0px;
  padding: 8px;
}

/* TITLES */
h1,.page-header h1,.blog h2 {
  font-weight: 400;
}
h1, .page-header h1, .headline {
  font-size: 36px;
  line-height: 42px;
  border-bottom: 1px solid #ddd;
  font-style: normal;
  font-weight: 400;
  margin-top: 10px;
  vertical-align: baseline;
  text-align: center;
}
h2,.page-header h2,.page-header {
  font-size: 32px;
  line-height: 40px;
  border-bottom: 0px solid #eee;
  font-weight: 500;
  font-style: normal;
  vertical-align: baseline;
  text-align: center;
}
h3 {
  font-size: 19px;
  line-height: 24px;
  font-style: normal;
  font-weight: 400;
  vertical-align: baseline;
  margin-top: 30px;
}
h4 {
  font-weight: 400;
}
h1,h2,h3,h4 {
  font-family: 'Roboto Slab';
  color: #000;
}
.muted {
  font-size: 90%;
}

/* WIDTH */
#wrapper {
  width: 100%;
  margin: 0 auto;
  margin-left: auto;
  margin-right: auto;
  clear: both;
}
.wrapblock {
  margin: 0 auto;
  max-width: 1366px;
}
.header {
  width: 100%;
  color: #494949;
  height: auto;
  padding-right: auto;
  padding-left: auto;
  margin: 0 auto;
}
.container-fluid,
.container,
.header .container,
.footer .container,
.pos0 {
  padding-right: auto;
  padding-left: auto;
  margin: 0 auto;
}
.container-content {
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 10px;
  margin: 0 auto;
}

/* PAGE SECTIONS */
.position-0,.position-1,.position-2,.position-3,.position-4,.position-5,.position-11,.position-12,.position-14,.position-15,.top-1,.top-2,.top-3,.bottom-1,.bottom-2,.bottom-3,.bottom-4,.bottom-5,.bottom-6,.bottom-7,.bottom-8,.bottom-9,.bottom-10,.bottom-11,.bottom-12 {
   width: 100%;
   margin: 0 auto;
   margin-right: auto;
   margin-left: auto;
   clear: both;
}
.bottom-2, .bottom-3 {
  padding-top: 50px;
}
.position-0 {
  text-align: center;
}
.position-1 {
	background-color: #f8f8f8;
  border-top: 3px solid #a84145;
  border-bottom: 1px solid #d5d5d5;
}
.position-2 {
	margin-top: 10px;
}
.position-4 {
  background-color: #4a525d;
  color: #fff;
}
div.contact-info {
  float: left;
  text-align: left;
  font-size: 80%;
}
.position-5 {
  padding: 20px 0;
}
.position-5 .title {
  font-size: 26px;
  line-height: 28x;
  margin-top: 5px;
  color: #212121;
  letter-spacing: 1px;
  font-family: 'Roboto Slab';
  font-weight: 700;
}
.top-1, .top.2 {
	margin: 0 auto;
}
.bottom-9 {
  margin-bottom: 30px;
}
.bottom-10 {
  background-color: #2472a6;
  color: #fff;
  text-align: center;
  padding: 20px 0;
}
.bottom-11, .bottom-12 {
  text-align: center;
  padding: 20px 0;
  font-size: 90%;
}
.bottom-11 p, .bottom-12 p {
  text-align: center;
}


/* IMAGES */
.container-content img,.img {
  border: 0px;
}
a.thumbnail {
  display: block;
  padding: 4px;
  line-height: 20px;
  border: 0px solid #ddd;
  border-radius: 4px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.055);
  transition: none;
  padding:0 !important;
  border:none !important;
  -webkit-box-shadow:none !important;
  -moz-box-shadow:none !important;
  box-shadow:none !important;
}
.position-0 img {
  margin: 0;
  padding: 0;
  width: auto;
}
div.item-page img {
    padding: 3px;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.2);
    border: 0px solid rgba(0, 0, 0, 0.1);
}
.thumbnail, .thumbnail > img, .blog img, .blog-featured img, .item-page .item-image img {
	padding: 2px !important;
	border: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
  width: 300px;
  height: auto;
  margin-right: 10px;
  margin-top: 3px;
  border: 0px solid #ddd;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0 0px 0px rgba(0,0,0,0.055);
  -moz-box-shadow: 0 0px 0px rgba(0,0,0,0.055);
  box-shadow: 0 0px 0px rgba(0,0,0,0.055);
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
div.pull-none.item-image img {
  padding: 2px !important;
	border: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
  margin-top: 3px;
  border: 0px solid #ddd;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0 0px 0px rgba(0,0,0,0.055);
  -moz-box-shadow: 0 0px 0px rgba(0,0,0,0.055);
  box-shadow: 0 0px 0px rgba(0,0,0,0.055);
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  width: 100%;
  height: auto;
}


/* BREADCRUMBS */
.breadcrumb img {
  border: 0px;
  padding: 0px;
  margin: 0px;
}
.breadcrumb {
  list-style: outside none none;
  border-radius: 0px;
  background-color: inherit;
  font-size: 85%;
  text-align: center;
  padding: 8px 15px;
  margin: 0 0 10px;
  clear: both;
}
    

/* MODULES */
.moduletable {
  margin: 0 auto;
}
div.search {
  text-align: center;
}
.phrases, .only, .form-limit {
  display: none;
}
.inputbox.search-query {
  color: #494949;
}
#sidebarright .moduletable,#sidebarleft .moduletable {
  width: 100%;
  margin-top: 10px;
  padding: 10px;
  text-align: center;
}
#sidebarright .moduletable h3,#sidebarleft .moduletable h3 {
  text-align: left;
  background-color: inherit;
  color: #333;
  padding: 2px 0px;
  font-family: 'Roboto Slab';
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
}
.moduletable_redright {
  text-align: center;
  margin: 0 auto;
  background-color: #c0392b;
  padding: 10px 30px;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
.moduletable_redright h3 {
  background-color: transparent;
  font-size: 18px;
  line-height: 24px;
  margin: 0 0 10px 0;
  margin-bottom: 20px;
  padding: 7px 0 8px;
  color: #fff;
  border-bottom: 1px solid #fff;
}


/* HEADER IMAGE MODULE */
.position-0 {
  width: 100%;
  height: auto;
}

/* FOOTER MODULES */
.footer {
  width: 100%;
  background-color: #fff;
  color: #494949;
  padding-right: auto;
  padding-left: auto;
  margin: 0 auto;
  margin-bottom: 0px;
  text-align: center;
  font-size: 95%;
}
.position-11, .position-12 {
  background-color: #f8f8f8;
  padding-top: 10px;
  padding-bottom: 30px;
  color: #333;
}
.position-14 {
  background-color: #fff;
  border-color: #fff;
  font-size: 90%;
  color: #494949;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.position-15 {
  background-color: #fff;
  border-color: #fff;
  font-size: 90%;
  color: #494949;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 10px;
  padding-bottom: 20px;
}
div.position-11 .moduletable h3, div.position-12 .moduletable h3 {
  margin-top: 5px;
  color: #333;
  font-size: 17px;
  line-height: 24px;
}
div.position-11 .moduletable h4, div.position-12 .moduletable h4 {
  color: #333;
  font-size: 16px;
  line-height: 20px;
}
.position-11 .moduletable, .position-12 .moduletable {
	text-align: left;
}
.position-11 a:link, .position-12 a:link {
  color: #a84145;
  background-color: inherit;
  font-weight: normal;
}
.position-11 a:hover, .position-12 a:hover {
  color: #803234;
  text-decoration: none;
}
.moduletable_redtitle h3 {
  font-size: 17px;
  line-height: 24px;
  background-color: #a84145;
  color: #fff;
  padding: 5px 10px;
  margin-bottom: 10px;
}
.moduletable_bluetitle h3 {
  font-size: 17px;
  line-height: 24px;
  background-color: #2472a6;
  color: #fff;
  padding: 5px 10px;
  margin-bottom: 10px;
}


/* LINKS */
a, a:link {
  color: #a84145;
  font-weight: 400;
}
a:hover {
  color: #803234;
  text-decoration: none;
}


/* PAGE NAVIGATION */
.pagenav {
    padding: 16px 8px;
    margin: 0 4px;
    border: 0px solid #aaa;
    background-color: #fff;
    color: #444;
}
.pagenav a {
  color: #444;
}
.pager li > a, .pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 0px solid #ddd;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

/* READMORE BUTTON */
 p.readmore .btn {
  text-align: center;
  color: #494949;
  background-color: #eee;
  border-color: #eee;
 }
p.readmore .btn:hover {
  text-decoration: underline;
  text-shadow: none;
  background-color: #eee;
  color: #000;
  border: solid #ddd 1px;
 }
p.readmore a .icon-chevron-right {
  background-image: none;
}

/* BUTTON GENERAL */
.btn,.btn-primary,.button {
  display: inline-block;
  padding: 3px 12px;
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  text-shadow: none;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border-width: 1px;
  border-style: solid;
  -moz-border-top-colors: none;
  -moz-border-right-colors: none;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  border-image: none;
  border-radius: 4px;
  box-shadow: none;
  background-color: #eee;
  color: #494949;
  border-color: #eee;
}
.btn a:link {
 background-color: #eee;
 color: #000;
 background-image: none;
 border: 1px solid #eee;
}
.btn:hover,.btn-primary:hover,.moduletable .search .button:hover {
 background-image: none;
 background-color: #eee;
 color: #000;
 border: solid #ddd 1px;
}
.moduletable .search .button {
  margin-top: -8px;
  margin-bottom: 2px;
  margin-left: 5px;
}

/* SPECIAL STYLES */
.alert, .alert h4 {
  color: #000;
}
div.alert, div.alert-message {
  background-color: #fff;
  color: #333;
}
.small {
   font-size: 13px;
}


/* BLOG STYLE */
.blog .items-row, .blog-featured .items-row {
  clear: both;
  margin: 0 auto;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.blog .page-header, .blog-featured .page-header {
    border-bottom: 0px solid #eee;
}
.blog h2 {
  border: 0px;
  font-size: 28px;
  line-height: 34px;
  font-weight: 700;
  text-align: left;
}
.blog-featured h2 {
  border: 0px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  text-align: left;
}
.blog h2 a,.blog h2 a:link, .blog-featured h2 a, .blog-featured h2 a:link {
  color: #a84145;
  text-align: left;
  text-transform: none;
}
.blog h2 a:hover, .blog-featured h2 a:hover {
  color: #803234;
  text-decoration: none;
}
.cat-children h3 {
  font-size: 14px;
  line-height: 16px;
  display: inline;
  color: #333;
}

/* ARCHIVE */
#archive-items .article-info {
  font-size: 95%;
}
#archive-items .article-info dd {
  display: inline-block;
}
#archive-items h2 {
  display: block;
  clear: both;
  text-align: left;
  font-size: 26px;
  line-height: 34px;
  padding-top: 30px;
}
#archive-items .createdby {
  font-size: 14px;
  line-height: 18px;
}
#archive-items .row0, #archive-items .row1 {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-top: 1px solid #eee;
  display: block;
  clear: both;
}
#archive-items .article-info-term {
  display: none;
}
#archive-items img {
  max-width: 300px;
  height: auto;
}


/* SEARCH RESULTS */
dt.result-title {
  font-size: 18px;
  margin-top: 20px;
}
.position-4 form {
  margin: 0 0 5px;
}

/* PAGE NAVIGATION */
.pagenav {
    padding: 16px 8px;
    margin: 0 4px;
    border: 0px solid #aaa;
    background-color: #fff;
    color: #444;
}
.pagenav a {
  color: #444;
}
.pager li > a, .pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 0px solid #ddd;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.pagination ul {
  box-shadow: 0 0px 0px rgba(0,0,0,0.05);
}
.pagination ul > li > a, .pagination ul > li > span {
  border: 0px solid #ddd;
}
.pagination ul > li:first-child > a, .pagination ul > li:first-child > span {
    border-left-width: 0px;
}

/* SIGPLUS GALLERY */
.sigplus-gallery {
  margin-top: 30px;
}
a.sigplus-image > img {
  margin-right: 0px;
}
.blog .sigplus-preview {
  width: 250px;
}

/* ATTACHMENTS */
div.attachmentsList table a {
    font-weight: normal;
}
a.at_icon img {
  width: 16px;
  height: 16px;
}

/* BANNERS */
div.banneritem {
  margin: 0 auto;
  text-align: center;
}
.top-1 .banneritem {
  margin: 20px 0;
}
#sidebarright .banneritem {
  margin: 14px 0;
}

/* GK5 NEWS */
.gkNspPM-GridNews time {
  display: none;
}
.nspArt p {
  font-weight: normal;
}
.nspArt h4.nspHeader {
  font-weight: normal;
}
h4, h4 a:link {
  color: #a84145;
}
h4 a:hover {
    color: #803234;
}
li.odd, li.even {
  width: 100%;
}
.nspLinks ul {
  margin: 0 0 10px 0px;
}
.nspList > li .nspImage {
    height: auto !important;
    max-width: 200px;
  float: left;
}
.nspLinks .nspLinkScroll1 ul li {
  display: block;
  clear: both;
}
.nspArt h4.nspHeader {
  font-size: 18px;
  line-height: 24px;
}
.nspArt .nspInfo {
  display: block !important;
  font-size: 80%;
}

/* GK5 SCROLLER */
.gkHighlighterInterface {
  background: #c0392b !important;
  color: #fff;
}
.gkHighlighterInterface:after {
  position: absolute;
  top: 65%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  border-color: transparent;
  border-left-color: #c0392b;
  border-width: 15px;
  margin-top: -20px;
  margin-left: 7px;
  border-left-width: 10px;
  z-index: 9;
}
.gkHighlighterInterface span.text,
.gkHighlighterInterface div {
  padding: 6px;
}
.gkHighlighterInterface a {
  transition: none;
}
.gkHighlighterWrapperSub {
  padding: 5px;
  background: #f7f7f7;
  margin-left: -25px;
  padding: 0 0 0 25px;
}
.gkHighlighterWrapperSub .gkHighlighterItem {
  padding-top: 5px;
}
.gkHighlighterWrapper .gkHighlighterItem {
  left: inherit !important;
}

/* GDPR MODULE */
.button_cookie {font-weight: normal;}
