a:link, a:visited, a:active {
    text-decoration: none;
}
html {
    font-size: 100% !important;
}
body {
    font-size: 100% !important;
	color: #555d5e !important;
}
body.font-s {
    font-size: 16px !important;
}
body.font-m {
    font-size: 17px !important;
}
body.font-l {
    font-size: 18px !important;
}
p {
    line-height: 1.85em;
    letter-spacing: 1px;
    text-align: justify;
}

h2 {
	color: #3e6ac2;
	font-weight: bold;
	font-size: 28px;
}

a,
a:focus,
a:active,
a:hover {
    color: #2c6ccc !important;
}

/*===*/

body {
}

.footer {
  padding-top: 20px;
  padding-bottom: 20px;
}

.jumbotron {
  text-align: center;
  background-color: transparent;
}
.jumbotron .btn {
  font-size: 21px;
  padding: 14px 24px;
}

.highlight {
    background: #FFF024;
    color: #A73E00;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after  { content: /*"\e113"*/"\e151"; }
a.desc:after { content: /*"\e114"*/"\e152"; }

.sort-numerical a.asc:after { content: "\e153"; }
.sort-numerical a.desc:after { content: "\e154"; }

.sort-ordinal a.asc:after { content: "\e155"; }
.sort-ordinal a.desc:after { content: "\e156"; }

/* =newsletter*/
@media only screen and (min-width: 768px) {
	.row .display-flex {
		display: flex;
		flex-wrap: wrap;
	}
	.thumbnail {
		height: 100%;
	}
}

.badge { background-color: #449900;}
