@import url("../fonts/stylesheet.css");
/*
  alt/style/.scss
  =========

  Insert description here.
*/
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block; }

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

audio:not([controls]) {
  display: none; }

[hidden] {
  display: none; }

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

html, button, input, select, textarea {
  font-family: SMDINRegular;
  color: #333; }

body {
  margin: 0;
  font-size: 62.5%;
  line-height: 1.4; }

::-moz-selection {
  background: #0489B6;
  color: #fff;
  text-shadow: none; }

::selection {
  background: #0489B6;
  color: #fff;
  text-shadow: none; }

a {
  color: #00e; }

a:visited {
  color: #551a8b; }

a:hover {
  color: #06e; }

a:focus {
  outline: thin dotted; }

a:hover, a:active {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

dfn {
  font-style: italic; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

ins {
  background: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold; }

pre, code, kbd, samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: none; }

q:before, q:after {
  content: "";
  content: none; }

small {
  font-size: 85%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

ul, ol {
  margin: 1em 0;
  padding: 0 0 0 40px; }

dd {
  margin: 0 0 0 40px; }

nav ul, nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0; }

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

form {
  margin: 0; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

label {
  cursor: pointer; }

legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal; }

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle; }

button, input {
  line-height: normal; }

button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible; }

button[disabled], input[disabled] {
  cursor: default; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

input:invalid, textarea:invalid {
  background-color: #f0dddd; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td {
  vertical-align: top; }

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: black;
  padding: 0.2em 0; }

* {
  padding: 0;
  margin: 0; }

body {
  background-color: #fff; }

header {
  width: 100%;
  height: 475px; }

header nav {
  position: relative;
  width: 960px;
  margin: 0 auto; }

.lt-ie8 header nav {
  z-index: 10000; }

h1 {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 1px;
  height: 1px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

h2.selfposition {
  margin: 30px auto 0;
  max-width: 940px;
  clear: both; }

.languages a {
  text-decoration: none; }

/* Hero carousel */
.herocarousel {
  position: relative;
  display: block;
  overflow: hidden;
  width: 880px;
  height: 425px;
  margin: 0 auto;
  z-index: 1; }

.herocarousel > ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: block;
  position: absolute; }

.herocarousel > ul li {
  background: #333;
  float: left;
  position: relative;
  height: 425px;
  width: 880px;
  color: #ccc;
  text-align: center;
  font-size: 1.8em; }
  .herocarousel > ul li .logo {
    float: left;
    position: absolute;
    top: 20px;
    left: 30px;
    width: 140px;
    height: 190px;
    background: url(/img/SCiM/logo-scim-white.png) top left no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    z-index: 9999; }

.logolight .logo {
  background-image: url(/img/SCiM/logo-scim-white.png) !important; }

.logodark .logo {
  background-image: url(/img/SCiM/logo-scim-black.png) !important; }

.logoover .logo {
  z-index: 2 !important; }

.logounder .logo {
  z-index: 1 !important; }

.herocarousel > ul li img {
  display: none;
  position: absolute;
  top: 0;
  left: -60px; }

.no-js .herocarousel > ul li img {
  display: block; }

.logounder img {
  z-index: 2; }

.logoover img {
  z-index: 1; }

.herocarousel .overlay {
  position: absolute;
  width: 420px;
  height: 140px;
  bottom: 30px;
  right: 30px;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.8);
  color: #333;
  text-align: left;
  z-index: 3; }

.lt-ie9 .herocarousel .overlay {
  background: none url(/img/SCiM/bg-white-80.png) top left; }

.herocarousel .overlay.opaque,
.lt-ie9 .herocarousel .overlay.opaque {
  background: #fff; }

.herocarousel .overlay .headline {
  font-family: 'SMDINBold', Arial, sans-serif;
  font-size: 2em;
  line-height: 1em;
  margin-bottom: 15px; }

.herocarousel .overlay .content {
  font-family: 'SMDINMedium', Arial, sans-serif;
  font-size: 1.1em;
  line-height: 1em; }

.carouselControls {
  position: absolute;
  width: 100%;
  height: 78px;
  top: 215px;
  z-index: 0; }

.carouselControls .buttonContainer {
  margin: 0 auto;
  position: relative;
  max-width: 1200px; }

@media only screen and (min-width: 1200px) {
  .lt-ie9 .carouselControls .buttonContainer {
    width: 1200px; } }

.carouselControls::selection {
  background: none; }

.carouselControls .previous,
.carouselControls .next {
  width: 78px;
  height: 78px;
  position: absolute;
  background: url(/img/SCiM/button-carousel.png) top left no-repeat;
  margin: 0 20px 0 20px; }

.carouselControls .previous::selection,
.carouselControls .next::selection {
  background: none; }

.carouselControls .previous {
  top: 0;
  left: 0; }

.carouselControls .next {
  top: 0;
  right: 0;
  background-position: bottom left; }

.herocarousel .overlay ul {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 100;
  padding: 0;
  margin: 0; }

.herocarousel .overlay ul li {
  float: left;
  width: 12px;
  height: 12px;
  background-color: #000;
  list-style: none;
  text-indent: -9999px;
  margin: 0 12px 0 0;
  background-color: #999;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px; }

/* News pods */
.newspods {
  width: 960px;
  margin: 0 auto;
  position: relative;
  z-index: 0; }

.cluster {
    /*height: 720px;*/
    height: 955px;
    position: relative
}

.newspods .pods {
  position: relative;
  overflow: hidden; }

.newspods .pod {
  z-index: 1; }
  .newspods .pod h2 {
    position: absolute;
    top: 0;
    right: 0;
    font-family: 'SMDINMedium', Arial, sans-serif;
    font-size: 1.8em;
    line-height: 1em;
    background-color: #000;
    color: #fff;
    font-weight: normal;
    padding: 0 10px 5px 10px;
    z-index: 4; }

.newspods img {
  float: left;
  top: 0;
  left: 0;
  z-index: -1;
  display: block; }

.newspods .pod a {
  text-indent: -9999px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background: url(/img/SCiM/shim.png); }

.newspods .pod a:focus,
.newspods a:hover {
  background-color: rgba(255, 255, 255, 0.3); }

.lt-ie9 .newspods a:hover {
  background: none url(/img/SCiM/bg-white-30.png) top left; }

.newspods .content {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 10px; }

.lt-ie9 .newspods .content {
  background: none url(/img/SCiM/bg-white-90.png) top left; }

.newspods .smallpod1 .content,
.newspods .smallpod2 .content,
.newspods .tallpod1 .content,
.newspods .tallpod2 .content {
  width: 200px; }

.newspods .widepod .content,
.newspods .largepod .content {
  width: 440px; }

.newspods .content h3 {
  font-family: 'SMDINBold', Arial, sans-serif;
  font-size: 2em;
  line-height: 1em;
  color: #333;
  font-weight: normal;
  padding-bottom: 5px; }

.newspods .content .text {
  font-family: 'SMDINRegular', Arial, sans-serif;
  font-size: 1.6em;
  line-height: 1.3em;
  color: #333;
  font-weight: normal; }

.newspods .blog .content .text {
  color: #333; }

.newspods .blog .boxlink {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: none url(/img/SCiM/shim.png) top left; }

.newspods .smallpod1,
.newspods .smallpod2 {
  position: absolute;
  width: 220px;
  height: 210px;
  margin: 10px;
  background: #ccc;
  border-top: 10px solid #000;
  overflow: hidden; }

.newspods .tallpod1,
.newspods .tallpod2 {
  position: absolute;
  width: 220px;
  height: 450px;
  margin: 10px;
  background: #ccc;
  border-top: 10px solid #000;
  overflow: hidden; }

.newspods .widepod {
  position: absolute;
  width: 460px;
  height: 210px;
  margin: 10px;
  background: #ccc;
  border-top: 10px solid #000;
  overflow: hidden; }

.newspods .largepod {
  position: absolute;
  width: 460px;
  height: 450px;
  margin: 10px;
  background: #ccc;
  border-top: 10px solid #000;
  overflow: hidden; }

.newspods .Blue {
  border-color: #0489b6; }
  .newspods .Blue h2 {
    background-color: #0489b6; }

.newspods .Green {
  border-color: #82ba00; }
  .newspods .Green h2 {
    background-color: #82ba00; }

.newspods .Pink {
  border-color: #f3047c; }
  .newspods .Pink h2 {
    background-color: #f3047c; }

.newspods .Purple {
  border-color: #874ca6; }
  .newspods .Purple h2 {
    background-color: #874ca6; }

.newspods .Orange {
  border-color: #d8720f; }
  .newspods .Orange h2 {
    background-color: #d8720f; }

.newspods .social {
  width: 220px;
  height: 220px;
  border: 0; }
  .newspods .social h2 {
    display: none; }
  .newspods .social .content {
    background: none;
    top: 30px;
    left: 0;
    height: 170px;
    color: #fff; }

.newspods .social.blog .content {
  position: static;
  padding: 0px 10px 10px 10px; }

.newspods .social .content h3 {
  display: none; }

.newspods .social .content .text {
  color: #fff;
  font-size: 2em; }

.newspods .social.blog .content .text {
  font-size: 1.6em; }

.newspods .social a {
  font-size: 1.6em;
  color: #fff;
  font-family: 'SMDINBold', Arial, sans-serif;
  position: absolute;
  top: 10px;
  left: 10px;
  text-decoration: none; }

.newspods .social.blog a {
  font-size: 2em;
  position: static;
  display: block;
  padding: 5px 10px 0 10px; }

.newspods .social a:hover {
  text-decoration: underline; }

.newspods .social.facebook {
  background: #fff url(/img/SCiM/bg-facebook.gif) top left no-repeat; }

.newspods .social.twitter {
  background: #fff url(/img/SCiM/bg-twitter.gif) top left no-repeat; }

.newspods .social.blog {
  background: #fff url(/img/SCiM/bg-blog-green.gif) top left no-repeat; }

.newspods .social.twitter .content .text {
  color: #333; }

.newspods .social.blog .content .text {
  color: #fff; }

.newspods .social.twitter a {
  color: #333; }

.newspods .social.blog a {
  color: #fff; }

.newspods .standard .smallpod1 {
	/*top: 0;
	left: 0;*/
    top: 475px;
	left: 240px;
}
.newspods .standard .smallpod2 {
	/*top: 480px;
	left: 720px;*/
    top: 475px;
	left: 480px;
}
.newspods .standard .smallpod3 {	
    top: 714px !important;
	left: 240px !important;
}
.newspods .standard .smallpod4 {	
    top: 714px !important;
	left: 480px !important;
}
.newspods .standard .tallpod1 {
	/*top: 240px;*/
    top: 475px;
	left: 0;
}
.newspods .standard .tallpod2 {
	/*top: 0;
	left: 240px*/
    top: 475px;
	left: 720px
}

.newspods .standard .largepod {
	top: 0;
	left: 480px
}

.newspods .standard .largepod1 {
	top: 0;
	left: 0 !important; 
}

.newspods .standard .widepod {
	top: 480px;
	left: 240px
}

.newspods .fliphorizontal .smallpod1 {
	top: 0;
	left: 720px;
}
.newspods .fliphorizontal .smallpod2 {
	top: 480px;
	left: 0;
}
.newspods .fliphorizontal .tallpod1 {
	top: 240px;
	left: 720px;
}
.newspods .fliphorizontal .tallpod2 {
	top: 0;
	left: 480px;
}
.newspods .fliphorizontal .largepod {
	top: 0;
	left: 0
}
.newspods .fliphorizontal .widepod {
	top: 480px;
	left: 240px
}

.newspods .flipvertical .smallpod1 {
	top: 480px;
	left: 0;
}
.newspods .flipvertical .smallpod2 {
	top: 0;
	left: 720px;
}
.newspods .flipvertical .tallpod1 {
	top: 0;
	left: 0;
}
.newspods .flipvertical .tallpod2 {
	top: 240px;
	left: 240px;
}
.newspods .flipvertical .largepod {
	top: 240px;
	left: 480px;
}
.newspods .flipvertical .widepod {
	top: 0;
	left: 240px
}

.newspods .nextCluster {
  height: 78px;
  background: url(/img/SCiM/nextCluster-bg.gif) center center repeat-x;
  position: relative;
  margin-top: 20px; }

.newspods .nextCluster.loading {
  background: url(/img/SCiM/ajax-loader.gif) center center no-repeat; }

.newspods .nextCluster a {
  display: block;
  width: 100px;
  height: 78px;
  margin: 0 auto;
  background: #ddd url(/img/SCiM/button-nextCluster.png) center center no-repeat;
  text-indent: -9999px; }

.newspods .nextCluster a:hover {
  background: #ccc url(/img/SCiM/button-nextCluster.png) center center no-repeat; }

.newspods .nextCluster.loading a {
  display: none; }

/* Main menu */
.dropdownmask {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9998; }

.mainmenuContainer {
  position: relative; }

.mainmenu {
  font-family: 'SMDINBold', Arial, sans-serif;
  position: absolute;
  top: 20px;
  right: 70px;
  z-index: 9999; }

.mainmenu li {
  float: left; }

.mainmenu li a {
  display: block;
  color: #333;
  font-size: 1.3em;
  text-decoration: none;
  width: 87px;
  height: 20px;
  background: url(/img/SCiM/bg-mainmenu.png) top left no-repeat;
  margin: 0 0 0 10px;
  padding: 5px 5px 5px 8px;
  text-align: left; }

.mainmenu li a:hover {
  background-position: bottom left; }

.mainmenu li.heading {
  display: none; }

.sticky {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 700px;
  background: rgba(31, 29, 137, 0.8);
  padding: 10px 0 10px 260px; }

.sticky .sitetitle {
  position: absolute;
  top: 7px;
  left: 7px;
  width: 33px;
  height: 35px;
  text-indent: -9999px;
  background: url(/img/SCiM/logo-small-full.png) top left no-repeat; }

.lt-ie9 .sticky {
  background: none url(/img/SCiM/bg-blue-80.png) top left; }

.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0; }

.ir br {
  display: none; }

.hidden {
  display: none !important;
  visibility: hidden; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.invisible {
  visibility: hidden; }

.clearfix:before, .clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

@media only screen and (min-width: 981px) and (max-width: 1100px) {
  .carouselControls {
    position: absolute;
    width: 100%;
    margin: 0 auto;
    height: 78px;
    top: 215px; }
  .carouselControls .previous,
  .carouselControls .next {
    width: 100px;
    height: 78px;
    position: absolute;
    background: url(/img/SCiM/button-carousel-compact.png) -1px -1px no-repeat;
    margin: 0 10px 0 10px; }
  .carouselControls .next {
    background-position: 99.5% -1px; } }

@media only screen and (min-width: 720px) and (max-width: 980px) {
  .newspods {
    width: 720px; }
  .cluster {
    height: 960px;
    position: relative; }
  .newspods .content .text {
    font-size: 1.4em; }
  .newspods .standard .smallpod1 {
    /*top: 480px;*/
    top: 960px;
    left: 0; }
  .newspods .standard .smallpod2 {
    /*top: 480px;*/
    top: 960px;
    left: 240px; }
  .newspods .standard .tallpod1 {
	    top: 0;
	    /*left: 0;*/
        left: 480px;
    }
    .newspods .standard .tallpod2 {
	    top: 480px;
	    left: 480px;
    }
    .newspods .standard .largepod {
	    /*top: 0;*/
        top: 480px;
	    /*left: 240px;*/
        left: 0;
    }
    .newspods .standard .largepod1
    {
	    top: 0px !important;        
	    left: 0;
    }
    .newspods .standard .widepod {
	    top: 720px;
	    left: 0;
    }
  .newspods .fliphorizontal .smallpod1 {
    top: 480px;
    left: 240px; }
  .newspods .fliphorizontal .smallpod2 {
    top: 480px;
    left: 480px; }
  .newspods .fliphorizontal .tallpod1 {
    top: 0;
    left: 480px; }
  .newspods .fliphorizontal .tallpod2 {
    top: 480px;
    left: 0; }
  .newspods .fliphorizontal .largepod {
    top: 0;
    left: 0; }
  .newspods .fliphorizontal .widepod {
    top: 720px;
    left: 240px; }
  .newspods .flipvertical .smallpod1 {
    top: 240px;
    left: 0; }
  .newspods .flipvertical .smallpod2 {
    top: 240px;
    left: 240px; }
  .newspods .flipvertical .tallpod1 {
    top: 480px;
    left: 0; }
  .newspods .flipvertical .tallpod2 {
    top: 0;
    left: 480px; }
  .newspods .flipvertical .largepod {
    top: 480px;
    left: 240px; }
  .newspods .flipvertical .widepod {
    top: 0;
    left: 0; } }

@media only screen and (min-width: 640px) and (max-width: 720px) {
  header .topmenu p.links {
    margin-right: 35px; } }

@media only screen and (min-width: 640px) and (max-width: 980px) {
  header {
    width: 85%;
    margin: 0 auto; }
  header nav {
    width: 100%; }
  h2.selfposition {
    padding-left: 10px;
    max-width: 940px; }
  .mainmenu {
    right: 30px !important;
    width: 200px;
    height: 25px; }
  .mainmenu li {
    display: none;
    width: 200px;
    float: none;
    background: #fff;
    -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.4); }
  .mainmenu li a {
    background: none;
    text-align: left !important;
    width: 190px;
    margin: 0;
    padding-left: 5px; }
  .mainmenu li a:hover {
    background-color: #eee; }
  .mainmenu li.heading {
    display: block;
    font-size: 1.8em;
    color: #666;
    width: 195px;
    margin: 0 0 1px 0;
    padding-left: 5px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: #fff url(/img/SCiM/bg-mainmenu-dropdown.gif) top right no-repeat; }
  .herocarousel {
    width: 100%; }
  .herocarousel > ul {
    width: 100%; }
  .herocarousel > ul li {
    width: 100%; }
  .herocarousel > ul li img {
    width: auto;
    height: 100%; }
  .herocarousel > ul li .logo {
    position: relative;
    width: 15%;
    height: 50%;
    background-size: 100% auto; }
  .lt-ie9 .herocarousel > ul li .logo {
    background-image: none !important;
    height: 40%;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/img/SCiM/logo-scim-white.png', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/img/SCiM/logo-scim-white.png', sizingMethod='scale')"; }
  .lt-ie9 .logolight .logo {
    background-image: none !important;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/img/SCiM/logo-scim-white.png', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/img/SCiM/logo-scim-white.png', sizingMethod='scale')"; }
  .lt-ie9 .logodark .logo {
    background-image: none !important;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/img/SCiM/logo-scim-black.png', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/img/SCiM/logo-scim-black.png', sizingMethod='scale')"; }
  .carouselControls {
    position: absolute;
    width: 100%;
    height: 78px;
    top: 215px;
    left: 0; }
  .carouselControls .previous,
  .carouselControls .next {
    width: 78px;
    height: 78px;
    position: absolute;
    background: url(/img/SCiM/button-carousel-compact.png) -1px -1px no-repeat;
    margin: 0 10px 0 10px; }
  .carouselControls .next {
    background-position: 99.5% -1px; } }

@media only screen and (max-width: 729px) {
  .newspods {
	    width: 320px;
    }
    .cluster {
	    height: 1400px
    }
    
    
    .newspods .content h3 {
        font-size: 1.7em;
    }
    .newspods .content .text {
        font-size: 1.4em;
        line-height: 1.2em;
    }
    
    .newspods .standard .smallpod1,
    .newspods .fliphorizontal .smallpod1,
    .newspods .flipvertical .smallpod1 {
	    /*top: 860px;
	    left: 0;*/
        top: 960px;
	    left: 0;
    }
    .newspods .standard .smallpod2,
    .newspods .fliphorizontal .smallpod2,
    .newspods .flipvertical .smallpod2 {
	    /*top: 860px;
	    left: 160px;*/
        top: 960px;
	    left: 160px;
    }
    .newspods .standard .smallpod3,
    .newspods .fliphorizontal .smallpod3,
    .newspods .flipvertical .smallpod3 {	    
        top: 1190px !important;
	    left: 0 !important;
    }
    .newspods .standard .smallpod4,
    .newspods .fliphorizontal .smallpod4,
    .newspods .flipvertical .smallpod4 {	    
        top: 1190px !important;
	    left: 160px !important;
    }

    .newspods .standard .tallpod1,
    .newspods .fliphorizontal .tallpod1,
    .newspods .flipvertical .tallpod1 {
	    /*top: 320px;*/
        top: 640px;
	    left: 0;
    }
    .newspods .standard .tallpod2,
    .newspods .fliphorizontal .tallpod2,
    .newspods .flipvertical .tallpod2 {
	    /*top: 320px;*/
        top: 640px;
	    left: 160px;        
    }
    .newspods .standard .largepod1,
    .newspods .fliphorizontal .largepod1,
    .newspods .flipvertical .largepod1 {
	    top: 0 !important;        
	    left: 0;
    }
    .newspods .standard .largepod,
    .newspods .fliphorizontal .largepod,
    .newspods .flipvertical .largepod {
	    /*top: 0;*/
        top: 320px;
	    left: 0;
    }
    .newspods .standard .widepod,
    .newspods .fliphorizontal .widepod,
    .newspods .flipvertical .widepod {
	    top: 640px;
	    left: 0;
    }
    
    
    .newspods .smallpod1,
    .newspods .smallpod2 {
	    width: 140px;
	    height: 210px;
    }
    .newspods .smallpod1 .content,
    .newspods .smallpod2 .content {
	    width: 120px;
    }
    .newspods .tallpod1,
    .newspods .tallpod2 {
	    width: 140px;
	    height: 300px;
    }
    .newspods .tallpod1 .content,
    .newspods .tallpod2 .content {
	    width: 120px;
    }
    .newspods .widepod {
	    width: 300px;
	    height: 200px;
    }
    .newspods .widepod .content {
	    width: 280px;
    }
    .newspods .largepod {
	    width: 300px;
	    height: 300px;
    }
    .newspods .largepod .content {
	    width: 280px;
    }
    .newspods .tallpod1 img,
    .newspods .tallpod2 img,
    .newspods .largepod img {
        height: 100%;
    }
  .newspods .social {
    height: 220px;
    border: 0; }
  .newspods .social .content .text {
    color: #fff;
    font-size: 1.4em; }
  .newspods .social a {
    font-size: 1.5em;
    color: #fff;
    font-family: 'SMDINBold', Arial, sans-serif;
    position: absolute;
    top: 10px;
    left: 10px;
    text-decoration: none; }
  .newspods .social a:hover {
    text-decoration: underline; }
  .newspods .social.facebook {
    background: #fff url(/img/SCiM/bg-facebook-small.gif) top left no-repeat; }
  .newspods .social.twitter {
    background: #fff url(/img/SCiM/bg-twitter-small.gif) top left no-repeat; }
  .newspods .social.blog {
    background: #fff url(/img/SCiM/bg-blog-green-small.gif) top left no-repeat; } }

@media only screen and (max-width: 639px) {
  header {
    height: 375px; }
  h1 {
    position: relative;
    top: 0px;
    left: 0px;
    width: 70px;
    height: 95px;
    background-size: 100% auto;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-image: url(/img/SCiM/logo-scim-black.png) !important;
    margin: 20px; }
  .lt-ie9 h1 {
    background-image: none !important;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/img/SCiM/logo-scim-black.png', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/img/SCiM/logo-scim-black.png', sizingMethod='scale')"; }
  h2.selfposition {
    max-width: 930px;
    padding-left: 10px; }
  .herocarousel > ul li .logo {
    display: none; }
  .herocarousel > ul li img {
    display: none !important; }
  header nav {
    width: 100%;
    position: relative; }
  .topmenu {
    position: relative;
    top: -123px;
    right: 0;
    padding-left: 110px; }
  .topmenu p {
    display: block !important;
    text-align: right;
    clear: both; }
  header .topmenu p.links,
  header .topmenu .languages {
    margin: 0 10px 10px 0 !important; }
  header .topmenu #search {
    display: block !important;
    margin: 24px 30px 0 0 !important; }
  .mainmenuContainer {
    top: -110px; }
  .mainmenu {
    width: 250px;
    height: 40px;
    margin: 0 auto 10px auto;
    top: 0;
    right: auto;
    font-size: 1.5em;
    position: relative;
    border: 1px solid #ccc; }
  .mainmenu li {
    display: none;
    width: 250px;
    float: none;
    background: #fff;
    -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.4);
    padding-bottom: 10px; }
  .mainmenu li.heading {
    display: block;
    padding-left: 10px;
    padding-top: 3px;
    background: url(/img/SCiM/bg-mainmenu-dropdown.gif) 95% 6px no-repeat;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-size: 1.5em; }
  .mainmenu li a {
    width: 250px;
    text-align: left !important; }
  .herocarousel {
    width: 65%;
    height: 200px;
    top: -110px; }
  .herocarousel > ul {
    width: 100%; }
  .herocarousel > ul li {
    width: 100%;
    height: 200px;
    overflow: visible; }
  .herocarousel .overlay {
    position: static;
    width: 91%;
    height: 100% !important;
    padding: 5%;
    background-color: rgba(255, 255, 255, 0.8);
    color: black;
    text-align: left;
    z-index: 3;
    font-size: 80%; }
  .lt-ie9 .herocarousel .overlay {
    background: none url(/img/SCiM/bg-white-80.png) top left; }
  .herocarousel .overlay.opaque,
  .lt-ie9 .herocarousel .overlay.opaque {
    background: #fff; }
  .herocarousel .overlay .headline {
    width: auto;
    font-size: 1.7em; }
  .herocarousel .overlay .content {
    font-size: 110%; }
  .carouselControls {
    width: 100%;
    top: 255px; }
  .carouselControls .previous {
    background: url(/img/SCiM/button-carousel-compact.png) -1px -1px no-repeat;
    width: 100px; }
  .carouselControls .next {
    background: url(/img/SCiM/button-carousel-compact.png) 99.5% -1px no-repeat;
    width: 100px; } }

@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }
  a, a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2, h3 {
    page-break-after: avoid; } }
