/*

	Mobile-first!

	*/
.menu {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0;
}
.menu li {
  padding: 0;
  margin: 0;
  display: inline;
}
.menu li a {
  display: inline-block;
  font-size: 16px;
}
.menu li ul {
  display: none;
}
@media (max-width: 983px) {
  .mobilemenu {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0;
  }
  .mobilemenu li {
    padding: 0;
    margin: 0;
    display: inline;
  }
  .mobilemenu li a {
    display: inline-block;
    font-size: 16px;
  }
  .mobilemenu li ul {
    display: none;
  }
  .mobilemenu li {
    position: relative;
  }
  .mobilemenu li a,
  .mobilemenu li span {
    display: block;
    border: 1px solid white;
    border-left: 0;
    border-right: 0;
    padding: 16px;
    text-transform: uppercase;
    font-size: 16px;
    color: white;
    cursor: pointer;
    background-image: url(../img/chevron-white.png);
    background-position: 98% 50%;
    background-repeat: no-repeat;
    text-decoration: none;
    line-height: 1.2em;
  }
  .mobilemenu li a.has-children,
  .mobilemenu li span.has-children {
    background-image: url(../img/chevron-white-down.png);
  }
  .mobilemenu li ul {
    display: none;
    padding: 0;
    margin: 0;
  }
}
.delist {
  padding: 0;
  margin: 0;
  list-style: none;
}
.delist li {
  padding: 0;
  margin: 0;
}
.form-inline fieldset {
  margin: 0;
  border: 0;
  padding: 0;
  font-size: 0;
}
.form-inline fieldset .searchform_container {
  display: inline;
}
.form-inline .input-box,
.form-inline .submit {
  height: 48px;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: bottom;
}
.form-inline .input-box {
  width: 80%;
  font-size: 16px;
  border: 0 solid white !important;
  padding-left: 2%;
  color: #201f20;
}
.form-inline .submit {
  border: 0 solid white !important;
  border-radius: 0;
  width: 19%;
  background-color: #0081c5;
  background-image: url('../img/search-white.png');
  background-position: center;
  background-repeat: no-repeat;
  font-size: 0;
}
.rounded fieldset {
  margin: 16px 0;
}
.rounded input {
  border-radius: 32px !important;
  height: 32px!important;
}
.rounded input[type="text"] {
  background: #f8f8f8;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f8f8f8 0%, white 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f8f8f8), color-stop(100%, white));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f8f8f8 0%, white 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f8f8f8 0%, white 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f8f8f8 0%, white 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f8f8f8 0%, white 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f8f8f8, endColorstr=white, GradientType=0);
  /* IE6-9 */
  border-top: 2px solid #bcbec0 !important;
  border-bottom: 2px solid #ffffff !important;
  padding-left: 16px;
  padding-right: 32px;
  width: 100%;
}
.rounded input[type="text"]::-webkit-input-placeholder {
  color: #bcbec0;
}
.rounded input[type="text"]:-moz-placeholder {
  /* Firefox 18- */
  color: #bcbec0;
}
.rounded input[type="text"]::-moz-placeholder {
  /* Firefox 19+ */
  color: #bcbec0;
}
.rounded input[type="text"]:-ms-input-placeholder {
  color: #bcbec0;
}
.rounded input[type="text"]:focus {
  border: 2px solid #0081c5 !important;
  box-shadow: 0 0 6px #0081c5;
  outline: none;
}
.rounded input[type="submit"] {
  background: #bcbec0;
  background-image: url(../img/searchgo-white.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 40%;
  color: white;
  margin-left: -32px;
  width: 32px;
}
body,
input,
select,
textarea {
  background-color: white;
  font-family: 'Open Sans', Arial, sans-serif;
  text-rendering: optimizeLegibility;
  color: #201f20;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4em;
}
iframe {
  border: 0;
}
.customfont {
  font-size: 13px;
}
.alignleft,
.alignright {
  max-width: 100%;
  display: block;
  margin: 0;
  margin-bottom: 8px;
}
.alignleft {
  margin-right: 8px;
}
.alignright {
  margin-left: 8px;
}
a {
  text-decoration: none;
  color: #002b5a;
}
a:hover {
  text-decoration: underline;
  color: #0081c5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: 100;
  color: #002b5a;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.hiddenonload {
  display: none !important;
}
hr {
  /**
	 * For modern browsers
	 * 1. The space content is one way to avoid an Opera bug when the
	 *    contenteditable attribute is included anywhere else in the document.
	 *    Otherwise it causes space to appear at the top and bottom of elements
	 *    that are clearfixed.
	 * 2. The use of `table` rather than `block` is only necessary if using
	 *    `:before` to contain the top-margins of child elements.
	 */
  /**
	 * For IE 6/7 only
	 * Include this rule to trigger hasLayout and contain floats.
	 */
  *zoom: 1;
  clear: both;
}
hr::before,
hr::after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
hr::after {
  clear: both;
}
.pagecontainer {
  width: 100%;
  margin: 0;
  position: relative;
}
.container {
  padding: 0 16px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.content {
  font-size: 16px;
  line-height: 1.4em;
}
.page.search-page h1 {
  line-height: 1.4em!important;
}
.mobile-search a,
.mobile-search span {
  background-image: none;
}
.maincontent form.searchform fieldset,
footer form.searchform fieldset {
  position: relative;
}
.maincontent form.searchform fieldset fieldset,
footer form.searchform fieldset fieldset {
  margin: 16px 0;
}
.maincontent form.searchform fieldset input,
footer form.searchform fieldset input {
  border-radius: 32px !important;
  height: 32px!important;
}
.maincontent form.searchform fieldset input[type="text"],
footer form.searchform fieldset input[type="text"] {
  background: #f8f8f8;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f8f8f8 0%, white 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f8f8f8), color-stop(100%, white));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f8f8f8 0%, white 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f8f8f8 0%, white 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f8f8f8 0%, white 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f8f8f8 0%, white 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f8f8f8, endColorstr=white, GradientType=0);
  /* IE6-9 */
  border-top: 2px solid #bcbec0 !important;
  border-bottom: 2px solid #ffffff !important;
  padding-left: 16px;
  padding-right: 32px;
  width: 100%;
}
.maincontent form.searchform fieldset input[type="text"]::-webkit-input-placeholder,
footer form.searchform fieldset input[type="text"]::-webkit-input-placeholder {
  color: #bcbec0;
}
.maincontent form.searchform fieldset input[type="text"]:-moz-placeholder,
footer form.searchform fieldset input[type="text"]:-moz-placeholder {
  /* Firefox 18- */
  color: #bcbec0;
}
.maincontent form.searchform fieldset input[type="text"]::-moz-placeholder,
footer form.searchform fieldset input[type="text"]::-moz-placeholder {
  /* Firefox 19+ */
  color: #bcbec0;
}
.maincontent form.searchform fieldset input[type="text"]:-ms-input-placeholder,
footer form.searchform fieldset input[type="text"]:-ms-input-placeholder {
  color: #bcbec0;
}
.maincontent form.searchform fieldset input[type="text"]:focus,
footer form.searchform fieldset input[type="text"]:focus {
  border: 2px solid #0081c5 !important;
  box-shadow: 0 0 6px #0081c5;
  outline: none;
}
.maincontent form.searchform fieldset input[type="submit"],
footer form.searchform fieldset input[type="submit"] {
  background: #bcbec0;
  background-image: url(../img/searchgo-white.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 40%;
  color: white;
  margin-left: -32px;
  width: 32px;
}
.maincontent form.searchform fieldset::before,
footer form.searchform fieldset::before {
  content: " ";
  font-size: 0;
  background-image: url(../img/search-grey.png);
  background-position: 50% 50%;
  background-size: 100%;
  background-repeat: no-repeat;
  height: 32px;
  width: 14px;
  position: absolute;
  top: 0px;
  left: 10px;
}
.maincontent form.searchform fieldset input[type="text"],
footer form.searchform fieldset input[type="text"] {
  padding-left: 32px;
}
header {
  /**
	 * For modern browsers
	 * 1. The space content is one way to avoid an Opera bug when the
	 *    contenteditable attribute is included anywhere else in the document.
	 *    Otherwise it causes space to appear at the top and bottom of elements
	 *    that are clearfixed.
	 * 2. The use of `table` rather than `block` is only necessary if using
	 *    `:before` to contain the top-margins of child elements.
	 */
  /**
	 * For IE 6/7 only
	 * Include this rule to trigger hasLayout and contain floats.
	 */
  *zoom: 1;
  clear: both;
}
header::before,
header::after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
header::after {
  clear: both;
}
header .gdbar {
  display: none;
  border: 2px solid white;
  border-top: 0;
  background: transparent;
  height: 0;
}
header .gdbar .forsliding {
  width: 100%;
  position: absolute;
  top: -100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fafafa;
}
header .gdbar .forsliding a.corporatelink {
  line-height: 62.4px;
}
@media (max-width: 720px) {
  header .gdbar {
    padding-right: 0;
  }
  header .gdbar .forsliding {
    padding-right: 54px;
  }
}
header .mainheader {
  padding-left: 0;
  padding-right: 0;
}
header .mainheader .logo-and-menus {
  padding: 0 16px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 16px 0 4px 0;
  display: table;
  table-layout: fixed;
  width: 100%;
}
header .mainheader .logo-and-menus > div {
  display: table-row;
}
header .mainheader .logo-and-menus #logo {
  display: table-cell;
}
header .mainheader .logo-and-menus #logo img {
  max-width: 100%;
}
header .mainheader .logo-and-menus .notlogo {
  display: table-cell;
  vertical-align: top;
  text-align: right;
  width: 40%;
}
header .mainheader .logo-and-menus .notlogo .items {
  display: table;
  width: 100%;
}
header .mainheader .logo-and-menus .notlogo .items .item {
  display: table-cell;
  text-align: center;
}
header .mainheader .logo-and-menus .notlogo .items a {
  text-decoration: none !important;
}
@media (min-width: 641px) and (max-width: 983px) {
  header .mainheader .logo-and-menus .notlogo .items {
    display: inline;
    text-align: right;
  }
  header .mainheader .logo-and-menus .notlogo .items .item {
    display: inline-block;
  }
}
header .mainheader .logo-and-menus .notlogo .items .sub-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 96px;
  z-index: 1000;
  background: white;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.5);
  clear: both;
}
header .mainheader .logo-and-menus .notlogo .items .sub-menu li {
  padding: 0;
  margin: 0;
}
header .mainheader .logo-and-menus .notlogo .items .sub-menu li {
  float: left;
  width: 100%;
}
header .mainheader .logo-and-menus .notlogo .items .sub-menu li img {
  width: auto;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}
@media (min-width: 641px) {
  header .mainheader .logo-and-menus .notlogo .items .sub-menu.language-menu li {
    width: 50%;
    text-align: left;
  }
  header .mainheader .logo-and-menus .notlogo .items .sub-menu.region-menu li {
    width: 25%;
  }
}
@media (max-width: 640px) {
  header .mainheader .logo-and-menus .notlogo .items .sub-menu.region-menu li {
    width: 50%;
  }
}
header .mainheader .mobile-buttons {
  display: table;
  width: 100%;
  border-top: 1px solid #002b5a;
  border-bottom: 1px solid #002b5a;
}
header .mainheader .mobile-buttons > div {
  display: table-cell;
  vertical-align: middle;
}
header .mainheader .mobile-buttons > div.button {
  width: 75px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: white;
  text-align: center;
  border-left: 1px solid #002b5a;
  border-right: 1px solid #002b5a;
  padding: 0 8px;
}
header .mainheader .mobile-buttons > div.button:first-child {
  border-left: 0;
}
header .mainheader .mobile-buttons > div.button:last-child {
  border-right: 0;
}
header .mainheader .mobile-buttons > div.button img {
  vertical-align: middle;
}
header .mainheader .mobile-buttons > div form {
  display: table;
  width: 100%;
}
header .mainheader .mobile-buttons > div fieldset {
  display: table-row;
  width: 100%;
}
header .mainheader .mobile-buttons > div fieldset > div {
  display: table-cell;
}
header .mainheader .mobile-buttons > div fieldset > div.searchform_container_input {
  width: 100%;
}
header .mainheader .mobile-buttons > div fieldset > div.searchform_container_input .input-box::-webkit-input-placeholder {
  color: #002b5a;
  text-transform: uppercase;
  font-weight: bold;
}
header .mainheader .mobile-buttons > div fieldset > div.searchform_container_input .input-box:-moz-placeholder {
  /* Firefox 18- */
  color: #002b5a;
  text-transform: uppercase;
  font-weight: bold;
}
header .mainheader .mobile-buttons > div fieldset > div.searchform_container_input .input-box::-moz-placeholder {
  /* Firefox 19+ */
  color: #002b5a;
  text-transform: uppercase;
  font-weight: bold;
}
header .mainheader .mobile-buttons > div fieldset > div.searchform_container_input .input-box:-ms-input-placeholder {
  color: #002b5a;
  text-transform: uppercase;
  font-weight: bold;
}
header .mainheader .mobile-buttons > div fieldset > div.searchform_container_submit {
  display: table-cell;
}
header .mainheader .mobile-buttons > div fieldset > div.searchform_container_submit .submit {
  width: 75px;
  background-color: white;
  background-image: url('../img/search-blue.png');
  border-left: 1px solid #002b5a !important;
}
header .mobilemenu.main-menu li a,
header .mobilemenu.main-menu li span {
  background-color: #002b5a !important;
}
header .mobilemenu.main-menu > li ul > li a,
header .mobilemenu.main-menu > li ul > li span {
  background-color: #00477d !important;
}
header .mobilemenu.main-menu > li ul > li ul > li a,
header .mobilemenu.main-menu > li ul > li ul > li span {
  background-color: #0064a1 !important;
}
header .mobilemenu.main-menu > li ul > li ul > li ul > li a,
header .mobilemenu.main-menu > li ul > li ul > li ul > li span {
  background-color: #0081c5 !important;
}
header .mobilemenu.main-menu > li ul > li ul > li ul > li ul > li a,
header .mobilemenu.main-menu > li ul > li ul > li ul > li ul > li span {
  background-color: #52a8d6 !important;
}
header .mobilemenu.main-menu > li ul > li ul > li ul > li ul > li ul > li a,
header .mobilemenu.main-menu > li ul > li ul > li ul > li ul > li ul > li span {
  background-color: #a4d0e7 !important;
}
header .slider {
  padding: 0;
}
@media (max-width: 950px) and (min-width: 901px) {
  header .slider {
    margin-bottom: -32px;
  }
}
@media (max-width: 900px) and (min-width: 851px) {
  header .slider {
    margin-bottom: -48px;
  }
}
@media (max-width: 850px) and (min-width: 801px) {
  header .slider {
    margin-bottom: -64px;
  }
}
@media (max-width: 800px) and (min-width: 768px) {
  header .slider {
    margin-bottom: -80px;
  }
}
header .slider .slide {
  display: block;
  border: 0 !important;
  height: 363px;
  position: relative;
}
header .slider .slide > .background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: 100% 100%;
  background-position: center bottom;
  background-size: cover;
  background-color: white;
}
header .slider .slide .caption {
  position: absolute;
  left: 32px;
  top: 48px;
}
header .slider .slide .caption h2 {
  color: white;
  text-shadow: 0 0 6px #002b5a;
  font-size: 36px;
  font-weight: 100;
}
header .slider .slide .caption h3 {
  color: #002b5a;
  font-size: 20px;
  font-weight: 400;
}
@media (min-width: 768px) {
  header .slider .slide .background-mobile {
    display: none;
    border: 0 !important;
  }
  header .slider .slide > .background {
    background-position: center top;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
}
@media (max-width: 767px) {
  header .slider .slide {
    height: 411px;
    height: auto;
  }
  header .slider .slide .background-desktop {
    display: none;
    border: 0 !important;
  }
  header .slider .slide .caption {
    left: 16px;
    top: 16px;
  }
  header .slider .slide .background-mobile {
    width: 100%;
    height: auto;
    border: 0 !important;
  }
}
.undo-pad {
  margin-left: -16px;
  margin-right: -16px;
  width: 100%;
}
.maincontent {
  margin-top: 24px;
  /**
	 * For modern browsers
	 * 1. The space content is one way to avoid an Opera bug when the
	 *    contenteditable attribute is included anywhere else in the document.
	 *    Otherwise it causes space to appear at the top and bottom of elements
	 *    that are clearfixed.
	 * 2. The use of `table` rather than `block` is only necessary if using
	 *    `:before` to contain the top-margins of child elements.
	 */
  /**
	 * For IE 6/7 only
	 * Include this rule to trigger hasLayout and contain floats.
	 */
  *zoom: 1;
  clear: both;
}
.maincontent::before,
.maincontent::after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.maincontent::after {
  clear: both;
}
.breadcrumb {
  display: inline-block;
}
.content {
  font-size: 14px;
  margin-bottom: 16px;
}
.content h2.massiveh2 {
  font-size: 40px;
  margin: 0 0 16px 0;
  line-height: 1em;
  font-weight: 100;
}
.content .post {
  margin-top: 16px;
}
.content .post h1 {
  font-size: 24px;
  line-height: 1.2em;
}
.content .post h2 {
  font-size: 16px;
  font-weight: bold;
}
.content .post img {
  max-width: 100%;
  height: auto;
}
.content .post img.halfimg {
  max-width: 50%!important;
}
.content .post img.halfimg.alignright {
  float: right !important;
}
.content .post p,
.content .post ul,
.content .post ol,
.content .post .tablecontainer,
.content .post h1,
.content .post h2,
.content .post h3,
.content .post h4,
.content .post h5,
.content .post h6 {
  margin: 16px 0;
}
.content .post .tablecontainer {
  clear: both;
}
.content .post ul,
.content .post ol {
  padding-left: 0;
}
.content .post ul li,
.content .post ol li {
  margin-left: 1.6em;
}
.content .post ul li ul,
.content .post ol li ul,
.content .post ul li ol,
.content .post ol li ol {
  margin-top: 0;
  margin-bottom: 0;
}
.content .post ul.link-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.content .post ul.link-list li {
  padding: 0;
  margin: 0;
}
.content .post ul.link-list li {
  float: left;
  width: 50%;
  height: 100px;
  line-height: 100px;
  margin-bottom: 0.6em;
  text-align: center;
}
.content .post ul.link-list li img {
  vertical-align: middle;
  max-width: 90%;
  max-height: 100%;
}
.content .post ul.link-list li img {
  -moz-filter: grayscale(100%) opacity(60%);
  -moz-transition: -moz-filter 0.2s;
  -o-filter: grayscale(100%) opacity(60%);
  -o-transition: -o-filter 0.2s;
  -ms-filter: grayscale(100%) opacity(60%);
  -ms-transition: -ms-filter 0.2s;
  -webkit-filter: grayscale(100%) opacity(60%);
  -webkit-transition: -webkit-filter 0.2s;
  filter: grayscale(100%) opacity(60%);
  transition: filter 0.2s, -webkit-filter 0.2s, -moz-filter 0.2s, -o-filter 0.2s;
}
.content .post ul.link-list li img:hover {
  -moz-filter: grayscale(0%) opacity(100%);
  -o-filter: grayscale(0%) opacity(100%);
  -ms-filter: grayscale(0%) opacity(100%);
  -webkit-filter: grayscale(0%) opacity(100%);
  filter: grayscale(0%) opacity(100%);
}
.content .post a {
  color: #0081c5;
}
.content .post ul.rangelist,
.content .post ul.childlist {
  padding: 0;
  margin: 0;
  list-style: none;
}
.content .post ul.rangelist li,
.content .post ul.childlist li {
  padding: 0;
  margin: 0;
}
.content .post ul.rangelist li,
.content .post ul.childlist li {
  display: table;
  clear: both;
  margin-top: 1em;
  margin-bottom: 1em;
}
.content .post ul.rangelist li > div,
.content .post ul.childlist li > div {
  display: table-cell;
  vertical-align: middle;
}
.content .post ul.rangelist li .thumb,
.content .post ul.childlist li .thumb {
  padding: 0 16px;
}
.content .post ul.rangelist li .thumb img,
.content .post ul.childlist li .thumb img {
  vertical-align: middle;
  height: auto;
  max-width: 100px;
}
.content .post ul.rangelist li .text,
.content .post ul.childlist li .text {
  font-size: 20px;
  margin: 0;
  padding: 0;
  font-weight: 100;
  color: #002b5a;
}
.content .post ul.rangelist li {
  margin-top: 2em;
  margin-bottom: 2em;
}
.content .post ul.childlist li .thumb {
  padding-left: 0;
}
.content .post .tabs .tabnav {
  padding: 0;
  margin: 0;
  list-style: none;
  display: table;
  width: 100%;
  margin-left: -2px;
  margin-right: -2px;
}
.content .post .tabs .tabnav li {
  padding: 0;
  margin: 0;
}
.content .post .tabs .tabnav li {
  display: table-cell;
  border-left: 2px solid white;
  border-right: 2px solid white;
  vertical-align: middle;
  background: #e0dfdf;
}
.content .post .tabs .tabnav li a {
  background: #e0dfdf;
  text-align: center;
  display: block;
  padding: 8px;
  font-weight: bold;
  color: #002b5a;
}
.content .post .tabs .tabnav li a:hover {
  text-decoration: none;
}
.content .post .tabs .tabnav li.ui-state-active {
  background: #002b5a;
}
.content .post .tabs .tabnav li.ui-state-active a {
  background: #002b5a;
  color: #f8f8f8;
}
.content .post .tabs .tab {
  background-color: #f8f8f8;
  padding: 16px 32px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /**
	 * For modern browsers
	 * 1. The space content is one way to avoid an Opera bug when the
	 *    contenteditable attribute is included anywhere else in the document.
	 *    Otherwise it causes space to appear at the top and bottom of elements
	 *    that are clearfixed.
	 * 2. The use of `table` rather than `block` is only necessary if using
	 *    `:before` to contain the top-margins of child elements.
	 */
  /**
	 * For IE 6/7 only
	 * Include this rule to trigger hasLayout and contain floats.
	 */
  *zoom: 1;
}
.content .post .tabs .tab::before,
.content .post .tabs .tab::after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.content .post .tabs .tab::after {
  clear: both;
}
.content .post a.doclink {
  display: inline-block;
  min-height: 24px;
  padding-left: 32px;
  background-position: 0 50%;
  background-size: 24px 24px;
  background-repeat: no-repeat;
}
.content .post a.doclink.doclink-pdf {
  background-image: url('../img/filetypes/pdf.png');
}
.content .post a.doclink.doclink-doc,
.content .post a.doclink.doclink-docx {
  background-image: url('../img/filetypes/doc.png');
}
.content .post form .formitem,
.content .post form .field-wrap {
  width: 100%;
  clear: both;
}
.content .post form .formitem.required label::after,
.content .post form .field-wrap.required label::after {
  content: "*";
  color: red;
}
.content .post form .formitem label,
.content .post form .field-wrap label,
.content .post form .formitem .controls,
.content .post form .field-wrap .controls {
  font-size: 16px;
  float: left;
  margin-bottom: 1em;
}
.content .post form .formitem label,
.content .post form .field-wrap label {
  width: 33%;
  font-weight: normal !important;
}
.content .post form .formitem .controls span.wpcf7-list-item,
.content .post form .field-wrap .controls span.wpcf7-list-item {
  margin-left: 0;
}
.content .post form .formitem .controls,
.content .post form .field-wrap .controls,
.content .post form .formitem .ninja-forms-field,
.content .post form .field-wrap .ninja-forms-field,
.content .post form .formitem ul,
.content .post form .field-wrap ul,
.content .post form .formitem .g-recaptcha,
.content .post form .field-wrap .g-recaptcha {
  width: 66%;
}
.content .post form .formitem .controls label,
.content .post form .field-wrap .controls label,
.content .post form .formitem .ninja-forms-field label,
.content .post form .field-wrap .ninja-forms-field label,
.content .post form .formitem ul label,
.content .post form .field-wrap ul label,
.content .post form .formitem .g-recaptcha label,
.content .post form .field-wrap .g-recaptcha label,
.content .post form .formitem .controls li,
.content .post form .field-wrap .controls li,
.content .post form .formitem .ninja-forms-field li,
.content .post form .field-wrap .ninja-forms-field li,
.content .post form .formitem ul li,
.content .post form .field-wrap ul li,
.content .post form .formitem .g-recaptcha li,
.content .post form .field-wrap .g-recaptcha li {
  display: block;
  width: 100%;
  float: none;
}
.content .post form .formitem .controls[type="submit"],
.content .post form .field-wrap .controls[type="submit"],
.content .post form .formitem .ninja-forms-field[type="submit"],
.content .post form .field-wrap .ninja-forms-field[type="submit"],
.content .post form .formitem ul[type="submit"],
.content .post form .field-wrap ul[type="submit"],
.content .post form .formitem .g-recaptcha[type="submit"],
.content .post form .field-wrap .g-recaptcha[type="submit"] {
  margin-left: 33%;
}
.content .post form .formitem.ninja-forms-error,
.content .post form .field-wrap.ninja-forms-error {
  background: rgba(255, 0, 0, 0.1);
  margin: -8px;
  padding: 8px;
  margin-bottom: 12px;
}
.content .post form .formitem .g-recaptcha,
.content .post form .field-wrap .g-recaptcha {
  float: left;
}
@media (min-width: 984px) {
  .content .post form .formitem .g-recaptcha,
  .content .post form .field-wrap .g-recaptcha {
    transform: scale(0.8);
  }
}
.content .post form .formitem ul,
.content .post form .field-wrap ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.content .post form .formitem ul li,
.content .post form .field-wrap ul li {
  padding: 0;
  margin: 0;
}
.content .post form .formitem input,
.content .post form .field-wrap input,
.content .post form .formitem textarea,
.content .post form .field-wrap textarea,
.content .post form .formitem select,
.content .post form .field-wrap select {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  font-size: 16px;
}
.content .post form .formitem input[type="checkbox"],
.content .post form .field-wrap input[type="checkbox"] {
  width: auto;
}
.content .post form .formitem input,
.content .post form .field-wrap input,
.content .post form .formitem textarea,
.content .post form .field-wrap textarea {
  padding: 4px 6px;
  border: 1px solid #bcbec0;
}
.content .post form .formitem input[type="submit"],
.content .post form .field-wrap input[type="submit"] {
  border: 0;
  color: white;
  background: #002b5a;
}
.content .post form .formitem input[type="submit"]:hover,
.content .post form .field-wrap input[type="submit"]:hover {
  background: #0081c5;
}
.content .post form .formitem textarea,
.content .post form .field-wrap textarea {
  height: 7em;
}
.content .post form .wpcf7-response-output {
  clear: both;
}
.content .post .brochure {
  display: table;
  width: 100%;
  margin-left: -4px;
  margin-right: -4px;
}
.content .post .brochure > div {
  display: table-cell;
  vertical-align: middle;
  padding: 4px;
  text-align: left;
}
.content .post .brochure > div.thumb {
  width: 32px;
}
.content .post .brochure > div.languages {
  width: 80px;
}
.content .post .brochure > div.languages .lang {
  display: inline-block;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  font-size: 12px;
  background: #002b5a;
  color: white;
  font-weight: bold;
  border-radius: 12px;
  margin: 1px;
}
.content .post .brochure > div.languages .lang:hover {
  text-decoration: none;
  background: #0081c5;
}
.content .post .brochure > div.languages .lang.unavailable {
  cursor: default;
  background: #bcbec0;
}
.content .post .brochure > div.languages .lang.unavailable:hover {
  background: #bcbec0;
}
.content .post .brochure > div.languages .lang.notfound {
  cursor: default;
  background: red;
}
.content .post .brochure > div.languages .lang.notfound:hover {
  background: red;
}
.content .post .brandinfo {
  background: #f8f8f8;
  padding: 8px;
  margin: 16px -8px 16px -8px;
  position: relative;
}
.content .post .brandinfo h3 {
  margin: 0;
}
.content .post .brandinfo .infoclick {
  display: none;
  position: absolute;
  top: 8px;
  right: 8px;
  border-radius: 8px;
  width: 16px;
  height: 16px;
  background: #002b5a;
  color: white;
  text-align: center;
  cursor: pointer;
  font-size: 10px;
  font-weight: bold;
}
.content .post.searchedpost .size-medium,
.content .post.searchedpost .size-thumbnail {
  width: 150px;
}
.htmlmodal .title {
  cursor: pointer;
}
.htmlmodal .inner {
  display: none;
}
.htmlmodal.emergencyhover:hover .inner {
  display: block;
}
.next-post {
  float: right;
}
.tablecontainer {
  overflow-x: auto;
  position: relative;
}
.tablecontainer.overflown-right .cover {
  background: rgba(0, 0, 0, 0);
  /* Old browsers */
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0.2) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(95%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.2)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0.2) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0.2) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0.2) 100%);
  /* IE10+ */
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0.2) 100%);
  /* W3C */
}
.tablecontainer.overflown-left .cover {
  background: rgba(0, 0, 0, 0.2);
  /* Old browsers */
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 5%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 0.2)), color-stop(5%, rgba(0, 0, 0, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 5%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 5%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 5%);
  /* IE10+ */
  background: linear-gradient(to right, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 5%);
  /* W3C */
}
.tablecontainer.overflown-left.overflown-right .cover {
  background: rgba(0, 0, 0, 0);
  /* Old browsers */
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 5%, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0.2) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 0.2)), color-stop(5%, rgba(0, 0, 0, 0)), color-stop(95%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.2)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 5%, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0.2) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 5%, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0.2) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 5%, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0.2) 100%);
  /* IE10+ */
  background: linear-gradient(to right, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 5%, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0.2) 100%);
  /* W3C */
}
.tablecontainer .cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modeltable {
  border-radius: 8px;
  border-collapse: separate;
  border: 1px solid #58595B;
  border-bottom-width: 2px;
  overflow: hidden;
  color: #58595B;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.4em;
  margin-bottom: 1em;
  min-width: 100%;
}
.modeltable th,
.modeltable td {
  padding: 2px 4px;
  background: white;
}
.modeltable th p,
.modeltable td p {
  display: inline;
  padding: 0;
  margin: 0;
}
.modeltable th {
  vertical-align: top;
  color: white;
  background: #58595B;
  border-left: 1px solid white;
  white-space: nowrap;
}
.modeltable .mainrow th {
  white-space: normal;
}
.modeltable tbody td {
  vertical-align: middle;
  border-left: 1px solid #58595B;
  border-top: 1px solid #58595B;
  color: #58595B;
  white-space: nowrap;
}
.modeltable tbody tr:first-child td {
  border-top: 0;
}
.modeltable tr.mainrow td:first-child,
.modeltable tr.mainrow th:first-child {
  border-left: 0;
}
.modeltable tr.altrow td {
  background-color: #c5ebff;
}
.modeltable.align-first-left tbody td:first-child {
  text-align: left;
  white-space: nowrap;
}
.modeltable .pull-right {
  float: right;
  margin-left: 1em;
  display: inline-block;
}
.modeltable .blank {
  border-left: 1px solid #58595B;
  border-top: 1px solid #58595B;
  background: white;
}
.modeltable .blankcell {
  content: "--";
}
.modeltable .lwh {
  white-space: nowrap;
}
.info {
  color: #8b8c8e;
  font-size: 12px;
  line-height: 1.6em;
}
body .modal-html h2,
body .modal-html h3 {
  margin: 16px 0;
}
.homepage h1 {
  font-size: 14px;
  margin: 1em 0;
  line-height: 1.4em;
  font-weight: bold;
}
.homepage .leftbar .newsitem p {
  margin-bottom: 0.2em;
}
@media (max-width: 983px) {
  .leftbar {
    clear: both;
  }
}
.leftbar img {
  max-width: 100%;
}
.leftbar .banner-container img.alignnone {
  margin: auto;
}
.leftbar .banner-container img {
  max-width: 100%;
}
@media (min-width: 641px) and (max-width: 983px) {
  .leftbar .banner-container {
    /**
	 * For modern browsers
	 * 1. The space content is one way to avoid an Opera bug when the
	 *    contenteditable attribute is included anywhere else in the document.
	 *    Otherwise it causes space to appear at the top and bottom of elements
	 *    that are clearfixed.
	 * 2. The use of `table` rather than `block` is only necessary if using
	 *    `:before` to contain the top-margins of child elements.
	 */
    /**
	 * For IE 6/7 only
	 * Include this rule to trigger hasLayout and contain floats.
	 */
    *zoom: 1;
  }
  .leftbar .banner-container::before,
  .leftbar .banner-container::after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .leftbar .banner-container::after {
    clear: both;
  }
  .leftbar .banner-container .tablet-half {
    width: 48%;
    margin: auto 1%;
    float: left;
  }
  .leftbar .banner-container .tablet-half a {
    display: inline;
  }
}
@media (min-width: 984px) {
  .leftbar .banner-container .desktop-full {
    width: 264px;
    margin-left: -32px;
  }
  .leftbar .banner-container .desktop-full a {
    display: inline;
  }
}
.post-page h1 {
  line-height: 1.1em;
}
.newsthumb {
  width: 150px;
  height: 150px;
  overflow: hidden;
  line-height: 150px;
}
.newsthumb img {
  min-width: 100%;
  vertical-align: middle;
}
@media (max-width: 640px) {
  .newsthumb {
    display: none;
  }
}
.readmore {
  display: inline-block;
}
.box {
  background: #f8f8f8;
  padding: 16px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 1.3em;
  margin-left: -16px;
  margin-right: -16px;
}
.box h2 {
  font-size: 16px;
  font-weight: bold;
}
.box .img {
  margin-left: -16px;
  margin-right: -16px;
  margin-top: -16px;
  margin-bottom: 16px;
  line-height: 0;
}
.box .img img {
  width: 100%;
}
.box a.readmore {
  font-size: 12px;
  font-weight: bold;
}
.box .promo-box {
  display: table;
}
.box .promo-box > div.td {
  display: table-cell;
  vertical-align: middle;
}
.box.promo.hannover-messe h2 {
  font-size: 19px;
  margin-bottom: 8px;
}
.box.promo.hannover-messe .promo-box .first-td {
  width: 40%;
  padding-right: 8px;
}
.box.promo.hannover-messe .promo-box .first-td img {
  width: 100%;
  vertical-align: middle;
}
.box.promo.hannover-messe .promo-box .td {
  font-size: 14px;
}
.box .thumblist {
  padding: 0;
  margin: 0;
  list-style: none;
}
.box .thumblist li {
  padding: 0;
  margin: 0;
}
.box .thumblist li {
  display: table;
  margin: 16px 0;
}
.box .thumblist li > div {
  display: table-cell;
  vertical-align: middle;
}
.box .thumblist li > div a {
  font-size: 14px;
  font-weight: bold;
}
.box .thumblist li > div a img {
  margin-right: 12px;
  vertical-align: middle;
}
.box.downloads .thumb img {
  width: 32px;
  height: auto;
}
.box.newsletter {
  cursor: pointer;
}
.box.newsletter h2 {
  font-size: 15px;
}
.box.latestnews {
  padding-bottom: 0;
}
.box.latestnews .img {
  margin-bottom: 0;
  margin-top: 16px;
}
@media (min-width: 641px) and (max-width: 983px) {
  .rightbar .product-info {
    display: table;
    margin-left: -16px;
    margin-right: -16px;
    border-collapse: separate;
    border-spacing: 16px;
  }
  .rightbar .product-info .box.downloads,
  .rightbar .product-info .box.more-information,
  .rightbar .product-info .box.casestudies {
    display: table-cell;
    width: 33.333%;
  }
}
.productrange .box:hover,
.leftmenu .box:hover,
.leftbar .box:hover,
.rightbar .box:hover {
  background: #ebebeb;
}
.productrange .box.haschildren h2::before,
.leftmenu .box.haschildren h2::before,
.leftbar .box.haschildren h2::before,
.rightbar .box.haschildren h2::before {
  content: " ";
  background-image: url('../img/smallchevron-blue-right.svg');
  background-position: top 0.2em left 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  float: left;
  height: 2em;
  margin-right: 0.4em;
  width: 12px;
  cursor: pointer;
}
.productrange .box a,
.leftmenu .box a,
.leftbar .box a,
.rightbar .box a {
  display: block;
}
.productrange .box a:hover,
.leftmenu .box a:hover,
.leftbar .box a:hover,
.rightbar .box a:hover {
  text-decoration: none;
}
.productrange .box.open.haschildren h2::before,
.leftmenu .box.open.haschildren h2::before,
.leftbar .box.open.haschildren h2::before,
.rightbar .box.open.haschildren h2::before {
  background-image: url('../img/smallchevron-blue-down.svg');
  cursor: default;
}
.productrange .box.open ul,
.leftmenu .box.open ul,
.leftbar .box.open ul,
.rightbar .box.open ul {
  list-style-type: none;
  padding-left: 0;
}
.productrange .box.open ul li,
.leftmenu .box.open ul li,
.leftbar .box.open ul li,
.rightbar .box.open ul li {
  margin-left: 1.1em;
  clear: both;
}
.productrange .box.open ul li::before,
.leftmenu .box.open ul li::before,
.leftbar .box.open ul li::before,
.rightbar .box.open ul li::before {
  content: "-";
  float: left;
  height: 1.4em;
  margin-right: 0.4em;
}
.productrange .box.open ul li.active > a,
.leftmenu .box.open ul li.active > a,
.leftbar .box.open ul li.active > a,
.rightbar .box.open ul li.active > a {
  font-weight: bold;
}
.productrange .box.active,
.leftmenu .box.active,
.leftbar .box.active,
.rightbar .box.active {
  background-color: #002b5a;
  color: white;
}
.productrange .box.active:hover,
.leftmenu .box.active:hover,
.leftbar .box.active:hover,
.rightbar .box.active:hover {
  background: #003774;
}
.productrange .box.active h2,
.leftmenu .box.active h2,
.leftbar .box.active h2,
.rightbar .box.active h2,
.productrange .box.active a,
.leftmenu .box.active a,
.leftbar .box.active a,
.rightbar .box.active a {
  color: white;
}
.productrange .box.active ul,
.leftmenu .box.active ul,
.leftbar .box.active ul,
.rightbar .box.active ul {
  display: block !important;
}
footer {
  margin-top: 16px;
  clear: both;
  /**
	 * For modern browsers
	 * 1. The space content is one way to avoid an Opera bug when the
	 *    contenteditable attribute is included anywhere else in the document.
	 *    Otherwise it causes space to appear at the top and bottom of elements
	 *    that are clearfixed.
	 * 2. The use of `table` rather than `block` is only necessary if using
	 *    `:before` to contain the top-margins of child elements.
	 */
  /**
	 * For IE 6/7 only
	 * Include this rule to trigger hasLayout and contain floats.
	 */
  *zoom: 1;
}
footer::before,
footer::after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
footer::after {
  clear: both;
}
footer > .container {
  background: #f8f8f8;
  padding: 16px;
}
footer > .gdbar {
  padding: 0!important;
  height: 46px;
  line-height: 46px;
  background: #fafafa;
  font-size: 12px;
  color: #201f20;
}
footer > .gdbar .gdbar-alogo {
  float: none;
  display: inline-block;
  text-align: center;
  height: 46px;
}
footer > .gdbar .gdbar-alogo img {
  max-width: 66% !important;
  vertical-align: middle;
}
@media (max-width: 983px) {
  footer > .gdbar {
    font-size: 0;
    marign-bottom: 16px;
  }
  footer > .gdbar > * {
    font-size: 12px;
  }
  footer > .gdbar .gdbar-alogo {
    width: 50%;
    display: inline-block;
  }
  footer > .gdbar .gdbar-alogo img {
    max-height: 66% !important;
  }
  footer > .gdbar .text {
    display: none;
  }
}
footer > .gdbar .text b {
  font-size: 12px;
  color: #575B5D;
}
footer .social {
  padding: 0;
  margin: 0;
  list-style: none;
  display: table;
  table-layout: fixed;
  width: 100%;
}
footer .social li {
  padding: 0;
  margin: 0;
}
footer .social li {
  display: table-cell;
  text-align: center;
}
footer .social li img {
  max-width: 80%;
}
footer .forquicklinks {
  background-image: url('../img/chevron-blue-down.png');
  background-position: right 16px top 50%;
  background-repeat: no-repeat;
  background-size: 16px;
  cursor: pointer;
  border-top: 1px solid #002b5a;
  border-bottom: 1px solid #002b5a;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 16px;
  padding: 16px;
  margin-left: -16px;
  margin-right: -16px;
  margin-top: 16px;
}
footer .qlcontainer {
  background: #002b5a;
  margin-left: -16px;
  margin-right: -16px;
}
footer .quicklinks {
  display: none;
  padding: 0;
  margin: 0;
  list-style: none;
  background-color: #002b5a;
}
footer .quicklinks li {
  padding: 0;
  margin: 0;
}
footer .quicklinks li a {
  background-color: #002b5a;
}
@media (max-width: 983px) {
  footer .footerfooter {
    padding: 0;
    margin: 0;
    list-style: none;
    display: table;
    table-layout: fixed;
    width: 100%;
    padding-bottom: 16px;
    padding-top: 16px;
    font-size: 16px;
  }
  footer .footerfooter li {
    padding: 0;
    margin: 0;
  }
  footer .footerfooter ul {
    display: table-row;
  }
  footer .footerfooter ul li {
    font-family: "Oxygen", Verdana, sans-serif;
    display: table-cell;
    text-align: center;
    border-left: 1px solid #002b5a;
  }
  footer .footerfooter ul li.first-mobile {
    border-left: none;
  }
  footer .footerfooter ul li a {
    padding: 8px;
  }
}
@media (min-width: 641px) and (max-width: 983px) {
  footer .social {
    float: right;
    width: 50%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 8px;
  }
  footer .social img {
    vertical-align: middle;
  }
  footer .forquicklinks {
    margin-right: 50%;
    margin-top: 0;
    width: 50%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (max-width: 640px) {
  footer .footerfooter {
    font-size: 12px;
    line-height: 1.2em;
  }
}
.flip_hover {
  position: absolute;
  background: #002b5a;
  color: white;
  white-space: nowrap;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}
.flip_hover a,
.flip_hover span {
  color: white;
  font-weight: bold;
  text-decoration: none;
  margin-left: 8px;
}
.flip_hover span {
  margin-left: 4px;
}
.flip_hover a {
  padding: 4px 4px 5px 4px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}
.flip_hover a:hover {
  background: #0081c5;
}
