 /* old: #999999 */

* {
    padding: 0;
    margin: 0;
}

/* ==== FONTS ======================================== */
@font-face {
  font-family: DINWebProMedium;
  src: url("../fonts/DINWebPro-Medium-eot.eot");
}
@font-face {
  font-family: DINWebProRegular;
  src: url("../fonts/DINWebPro-eot.eot");
}
@font-face {
  font-family: DINWebProBold;
  src: url("../fonts/DINWebPro-Bold-eot.eot");
}
/* then for WOFF-capable browsers */
@font-face {
  font-family: DINWebProMedium;
  src: url("../fonts/DINWebPro-Medium.woff") format("woff");
}
@font-face {
  font-family: DINWebProRegular;
  src: url("../fonts/DINWebPro.woff") format("woff");
}
@font-face {
  font-family: DINWebProBold;
  src: url("../fonts/DINWebPro-Bold.woff") format("woff");
}

BODY {
    background-color: #fff;
    font-family: DINWebProRegular, sans-serif;
    font-size: 18px;
    color: #666666;
    line-height: 23px;
}
A,
A:link,
A:visited,
A:active  {
    color: #3E5900;
    text-decoration: underline;
}
A:hover   {
    color: #9A3332;
}
A.noUnderline {
    text-decoration: none !important;
}

H1, H2, H3, H4, H5 {
    font-weight: normal;
    max-width: 1240px;
}
H1 {
    font-family: DINWebProMedium; font-size: 50px; color: #4C4C4C; line-height: 55px;
    padding: 0 0 35px 0;
    max-width: 960px;
}
H2 {
    font-family: DINWebProMedium; font-size: 35px; color: #4C4C4C; line-height: 40px;
    padding: 0 0 35px 0;
}
H3 {
    font-family: DINWebProMedium; font-size: 30px; color: #4C4C4C; line-height: 35px;
    padding: 0 0 35px 0;
}
H5 {
    color: #4C4C4C;
}
#home .fullWidthBox.top H1,
#home .fullWidthBox.top H2,
#corp-standard-banner .fullWidthBox.top H1,
#corp-standard-banner .fullWidthBox.top H2,
#landing-page .fullWidthBox.top H1,
#landing-page .fullWidthBox.second H1,
#landing-page .fullWidthBox.top H2,
#landing-page .fullWidthBox.second H2,
#landing-page .fullWidthBox.second H3,
#landing-page .fullWidthBox.second,
#landing-page .fullWidthBox.top H5,
#landing-page .fullWidthBox.second H5,
#landing-page .fullWidthBox.second A {
    color: #FFFFFF !important;
}
#home .fullWidthBox.top H1,
#corp-standard-banner .fullWidthBox.top H1,
#landing-page .fullWidthBox.top H1 {
  padding-top: 20px;
}
P {
    color: #666666;
    padding-bottom: 25px;
}
#home #main>.fullWidthBox.top P,
#corp-standard-banner #main>.fullWidthBox.top P,
#landing-page #main>.fullWidthBox.top P,
#landing-page #main>.fullWidthBox.second P {
    color: #FFFFFF;
    width: auto;
}
STRONG {
    font-family: DINWebProBold;
    font-weight: normal;
}
#main UL {
    padding-bottom: 40px;
}
LI {
    list-style-type: none;
}
#main OL>LI {
    list-style-type: decimal;
}

.clear {
    clear:both;
    margin-bottom: 0 !important;
}

EM.more {
    font-style: normal;
}

mark {
    background-color: #E9EED3;
    color: #666666;
    font-style: normal;
    font-weight: normal;
}

.tagline-box {
    display: table;
    height: 60px;
    position: absolute;
    bottom: 30px;
}
.tagline-box DIV.tagline {
    display: table-cell;
    vertical-align: middle;
    width: 300px;
    padding: 2px 10px;
    background-color: #689901;
    font-family: DINWebProRegular; font-size: 18px; color: #4C4C4C; line-height: 25px;;
    text-transform: uppercase;
    font-family: DINWebProMedium;
    line-height: 18px;
    color: #FFFFFF;
}
/* ==== FORMS =========================================*/

INPUT[type="text"],
INPUT[type="password"],
TEXTAREA {
    padding: 0 5px;
    width: 575px;
    min-height: auto;
    border: 0px;
    background-color: #fff;
}
INPUT[type="password"],
INPUT[type="text"]{
    height: 40px;
}
.styled-select {
    float: left;
}
SELECT {
    font-family: DINWebProMedium;
    font-size: 18px;
    width: 585px;
    height: 40px;
    color: #fff;
    padding: 8px;
    overflow: hidden;
    background: transparent;
    border: 0;
    border-radius: 0;
    -webkit-appearance: none;
    text-transform: uppercase;
    background-color: #A3A3A3;
}
OPTION {
    background-color: #A3A3A3;
}
.com2cols INPUT[type="text"],
.com2cols INPUT[type="password"],
.com2cols TEXTAREA,
.com2cols SELECT{
    width: 270px;
}

/* ===== buttons ================= */
INPUT[type="checkbox"],
INPUT[type="radio"] {
    width:25px;
    height: 25px;
    float: left;
    margin-right: 20px;
}
DIV.button,
#main .eventInfoBlock DIV.registrationLink,
.teaser-group .readmore,
#main LI.button,
#main INPUT[type="submit"],
#site-info INPUT[type="submit"]{
    overflow: hidden; float: left; background-color: #9A3332; margin: 0 40px 20px 0; padding: 16px 10px 16px 10px; -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, .35); -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, .35); box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, .35);;
    text-align: left;
    text-transform: uppercase;
    font-family: DINWebProMedium;
    color: #FFFFFF;
    text-decoration: none;
    font-size: 18px;
    line-height: 28px;
    float: none;
    display: inline-block;
    border: 0;
    white-space: normal;
}
DIV.button:hover,
#main .eventInfoBlock DIV.registrationLink:hover,
.teaser-group .readmore:hover,
#main LI.button:hover,
#main INPUT[type="submit"]:hover,
#site-info INPUT[type="submit"]:hover{
    background-color: #7f2c26;
}
.buttons A {
    text-decoration: none;
}
INPUT[type="button"]{
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
}

#main .com2cols .buttons A:nth-of-type(2n) LI{
    margin-right: 0;
}
/*#main .buttons LI,
#main .eventInfoBlock DIV.registrationLink,
.teaser-group A .readmore {
    text-transform: uppercase;
    font-family: DINWebProMedium;
    color: #FFFFFF;
    text-decoration: none;
    font-size: 18px;
    line-height: 28px;
}*/

/* ==== BASIC LAYOUT ==================================*/
#wrapper {
    position: relative;
    padding: 185px 0 0 0;
    width: 100%;
}
#branding {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 300;
    background-color: #689901;
}
#nav-global {
    position: absolute;
    top: 60px;
    width: 100%;
    z-index: 600;
}
#nav-meta {
    position: absolute;
    top: 0;
    right: 110px;
    width: 170px;
    z-index: 500;
}
#main {
    width: 100%;
    display: inline-block;
}
#site-info {
    clear: both;
    position: relative;
    width: 100%;
    min-height: 1px;
    background-color: #EFEFEF;
}
#main #page-intro {
    padding-bottom: 0px;
    margin-bottom: 20px;
}
/* ==== HEADER / BRANDING =============================*/
#branding #branding-box {
    position: relative;
    width: 1280px;
    margin: 0 auto;
    height: 60px;
}
#branding #branding-box P.skip,
#branding #branding-box #logo A STRONG {
    display: none;
}
#branding #branding-box #logo {
    position: absolute;
    z-index: 450;
    left: 20px;
    top: 16px;
}
#branding #branding-box #logo IMG {
    border: 0px;
    width: 120px;
    height: 30px;
}
#branding #branding-box #logo IMG.print_logo {
    display: none;
}

#branding LI {
    height: 30px;
    overflow: hidden;
    padding: 15px 10px 15px 10px;
}

#branding .arrow {
    background-repeat: no-repeat;
    background-position: center bottom;
    background-image: url("../img/bgs/vertical_navigation_arrow.png");
}

#branding .arrow .hover {
    display: inline !important;
}
#branding .arrow .link {
    display: none !important;
}

/* ==== NAVIGATION =====================================*/
#nav-global #nav-global-box {
    position: relative;
    background-color: #AABF2F;
}
#nav-global #nav-global-box H6 {
    display: none;
}
#nav-global #nav-global-box #menu-box {
    width: 1280px;
    margin: 0 auto;
}
#nav-global #nav-global-box #menu {
    position: fixed;
    top: 0px;
    margin-left: 150px;
}
#nav-global #nav-global-box LI {
    float: left;
    list-style-type: none;
    padding: 19px 20px 12px 20px;
    height: 29px;
}
#nav-global #nav-global-box LI SPAN {
    text-transform: uppercase;
    font-family: DINWebProBold;
    font-size: 18px;
    color: #3E5900;
    padding: 18px 0 0 0;
}
#nav-global #nav-global-box LI.on SPAN,
#nav-global #nav-global-box LI A:hover SPAN {
    color: #FFFFFF;
}
#nav-global #nav-global-box LI A {
    text-decoration: none;
}
#nav-global #nav-global-box LI.on EM {
    display: none;
}
/* second level */
#nav-global #nav-global-box DIV.child {
    width: 100%;
    position: fixed;
    top: 60px;
    left: 0px;
    background-color: #AABF2F;
    height: 60px;
    display: none;
}
#nav-global #nav-global-box DIV.child UL {
    height: 60px;
    width: 1280px;
    margin: 0 auto;
}
#nav-global #nav-global-box DIV.child LI SPAN {
    color: #3E5900;
    text-transform: none;
}
#nav-global #nav-global-box DIV.child LI.on SPAN,
#nav-global #nav-global-box DIV.child LI A:hover SPAN {
    color: #FFFFFF;
}

/* ==== META-NAVIGATION ================================*/
#nav-meta  .child H6 {
    display: none;
}
#nav-meta #nav-meta-box {
    float:right;
}
#nav-meta DIV.child {
    position: fixed;
    width: 100%;
    left: 0;
    top: 60px;
    background-color: #AABF2F;
    min-height: 60px;
    display: none;
    z-index: 700;
}
#nav-meta DIV.child>DIV {
    width: 1280px;
    margin: 0 auto;
}
#nav-meta DIV.child>DIV>DIV {
    float: right;
    padding-right: 20px;
}
#nav-meta .parent>UL>LI>A>IMG.hover{
    display: none;
}
#nav-meta .parent>UL>LI,
#search #search-box>UL>LI,
#domains #domains-box>UL>LI,
#socialShare #socialShare-box>UL>LI {
    float:right;
    padding: 19px 5px 11px 5px;
}
#nav-meta A>IMG,
#search-box A>IMG,
#domains-box A>IMG,
#socialShare-box A>IMG {
     widht:20px;
     height: 20px;
}

/* ==== SEARCH BOX =====================================*/
#search {
    position: absolute;
    top: 0px;
    right: 20px;
    height: 60px;
}

#search .child H6 {
    display: none;
}
#search #search-box {
}
#search #search-box>UL>LI>A>IMG.hover{
    display: none;
}
#search #flyout-nav-sec-search-box {
    width: 100%;
    position: fixed;
    top: 60px;
    left: 0px;
    background-color: #AABF2F;
    height: 60px;
    display: none;
    z-index: 700;
}
#search #flyout-nav-sec-search-box>FORM {
    height: 60px;
    width: 1280px;
    margin: 0 auto;
}
#search #flyout-nav-sec-search-box>FORM>DIV {
    float: right;
    padding: 10px 20px 0 0;
}
#search #flyout-nav-sec-search-box>FORM>DIV>INPUT{
    width: 240px;
    height: 40px;
    border: 0px;
    background-color: #f2f2f2;
    padding: 0 20px 0 10px;
    font-family: DINWebProMedium;
    font-size: 18px;
    color: #666666;
}
#search #flyout-nav-sec-search-box>FORM>DIV>INPUT.button{
    width: 40px;
    height: 40px;
    border: 0px;
    background-color: #f2f2f2;
    background-repeat: no-repeat;
    background-position: right;
    background-image: url("../img/bgs/search_form.png");
    display: block; /* Safari hack */
    float: right; /* Safari hack */
}
#search #flyout-nav-sec-search-box>FORM>DIV>INPUT.button::-moz-focus-inner {  /* Firefox hack */
    border:0;
    padding:0;
}

/* ==== DOMAIN =====================================*/
#domains {
    position: absolute;
    top: 0px;
    right: 52px;
    height: 60px;
}
#domains .child H6 {
    display: none;
}
#domains #domains-box>UL>LI>A>IMG.hover{
    display: none;
}
#domains #flyout-nav-sec-domains-box {
    width: 100%;
    position: fixed;
    top: 60px;
    left: 0px;
    background-color: #AABF2F;
    height: 60px;
    display: none;
    z-index: 700;
}
#domains #flyout-nav-sec-domains-box>UL {
    height: 60px;
    width: 1280px;
    margin: 0 auto;
    text-align: right;
}
#domains #flyout-nav-sec-domains-box>UL>LI {
    display: inline-block;
    padding: 20px 20px 0 0;
}
#domains #flyout-nav-sec-domains-box>UL>LI>A {
    text-decoration:none;
    font-weight: bold;
}
#domains #flyout-nav-sec-domains-box>UL>LI>A:hover {
    color: #fff;
}
#domains #flyout-nav-sec-domains-box>UL>LI.selected>A {
    font-size: 24px;
}

/* ==== SOCIALSHARE =====================================*/
#socialShare {
    position: absolute;
    top: 0px;
    right: 84px;
    height: 60px;
}
#socialShare #socialShare-box>UL>LI>A>IMG.hover{
    display: none;
}
#socialShare #flyout-nav-sec-socialShare-box {
    width: 100%;
    position: fixed;
    top: 60px;
    left: 0px;
    background-color: #AABF2F;
    height: 60px;
    display: none;
    z-index: 700;
}
#socialShare #flyout-nav-sec-socialShare-box>DIV {
    height: 60px;
    width: 1280px;
    margin: 0 auto;
}

/* ==== FOOTER / SITE-INFO BOX =========================*/
#site-info #site-info-box DIV,
#site-info #site-info-box P {
    font-family: DINWebProRegular; font-size: 20px; line-height: 25px;
    color: #4C4C4C;
}
#site-info #site-info-box h4 {
    font-family: DINWebProMedium; font-size: 35px; color: #4C4C4C; line-height: 40px;
    padding: 0 0 40px 0;
}
#site-info #site-info-box {
    width: 1280px;
    margin: 0 auto;
    padding: 0;
    background-repeat: repeat-y;
    background-position: center 60px;
    background-image: url("../img/bgs/footer_lines.png");
}
#site-info #site-info-box span.grupeOfComponents:not(:last-of-type) {
    display: none;
}
#site-info #site-info-box .grupeOfComponents>DIV {
    float: left;
    width: 279px;
    height: 100%;
    padding: 60px 20px 100px 20px;
}
#site-info #site-info-box DIV DIV.links {
    float: none;
    width: auto;
    height: auto;
    border: 0px;
}
#site-info #site-info-box P,
#site-info #site-info-box LI {
    padding-bottom: 25px;
}
#site-info #site-info-box A {
    color: #3E5900;
    white-space:nowrap;
}
#site-info #site-info-box A:hover {
    color: #9A3332;
}
#site-info #site-info-box SELECT {
    width: 310px;
}
#site-info #site-info-box #copyright-box {
    float: none;
    height: 0;
    width: auto;
    clear: both;
    border: 0px;
    background-color: #FFFFFF;
    line-height: 18px;
}
#site-info #site-info-box #copyright-box>LI {
    float: left;
    padding: 0 10px;
    margin: 20px 0;
    border-right: 1px solid #666666;
}
#site-info #site-info-box #copyright-box>LI:last-of-type {
    border-right: 0px solid #666666;
}

#site-info #site-info-box #copyright-box A {
}
#site-info #site-info-box #copyright-box P#copyright {
    font-size: 18px;
}
#wrapper>#social-sharing-box {
    background-color: #EBEBEB;
    width: 100%;
}
#wrapper>#social-sharing-box>#social-sharing {
    width: 1240px;
    margin: 0 auto;
    padding: 10px;
}
/* ==== MAIN ===========================================*/
#main>DIV:last-of-type {
    margin-bottom: 60px;
}
#home #main>DIV:last-of-type,
#corp-standard-banner #main>DIV:last-of-type,
#landing-page #main>DIV:last-of-type {
    margin-bottom: 0;
}
#main .fullWidthBox>DIV,
#faq #main>DIV {
    width: 1240px;
    margin: 0 auto;
    position: relative;
    padding: 0 20px 0px 20px;
    margin-bottom: 60px;
}
#main .fullWidthBox .fullWidthBox>DIV {
    width:100%;
    margin: 0;
    padding: 0;
}
#page-intro P {
    font-family: DINWebProRegular; font-size: 30px; line-height: 35px;
    padding: 0 0 35px 0;
    width: 960px;
}
#page-intro IMG {
    padding: 0 0 40px 0;
}

.text-section {
    padding: 0 0 20px 0;
    display: table;
}
.text-section,
.htmlBlock {
    position: relative;
    font-family: DINWebProRegular; font-size: 20px; line-height: 25px;
    height: auto;
}
.text-section .imageItem {
    float:left;
    position: relative;
    vertical-align: top;
}
.text-section.no-img .imageItem {
    display: none;
}
.text-section.imageRight .imageItem {
    float:right;
    position: relative;
    vertical-align: top;
}
.text-section .textItem {
    vertical-align: top;
    max-width: 1240px;
}
.newsletter .text-section .textItem{
    float:right;
}

.text-section.imageRight .textItem {
    /*float:left;
    max-width: 910px;*/
}
.text-section.no-img .textItem  {
    display: block;
    float: none;
}
.text-section .textItem H2{
    padding-bottom: 0;
}
#main .text-section .textItem>*{
    padding-bottom: 40px;
}
.text-section.no-title .textItem P{
    padding-top: 0;
}
.text-section .imageItem .media {
    margin: 0 10px 0 -5px;
    position: relative;
}
.text-section.imageRight .imageItem .media {
    margin: 0 0 0 0;
    position: relative;
}
.text-section .media IMG,
.text-section  IMG.media,
.photo-index .media IMG {
    width: 310px;                       /* temporary until image variation is not set */
    /*border: 5px solid #FFFFFF;*/
}
DL.media DD.zoom {
    position: absolute;
    top: 15px;
    right: 15px;
}
#main .text-section .text-image-icon {
    padding-bottom: 30px;
}
#main .text-section .text-image-icon IMG {
    height: 40px;
}
.text-section .textItem>*:last-child{
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}
/* ==== TABLES IN CONTENT ===============================*/
#main TABLE {
    border: 20px solid #EFEFEF;
    margin: 0 0 40px 0;
}
#main TABLE TR  TD {
  font-family: DINWebProRegular; font-size: 20px; line-height: 25px;
    background-color: #FFFFFF;
    padding: 20px;
    border-right: 5px solid #EFEFEF;
    border-bottom: 5px solid #EFEFEF;
}
#main TABLE TR TH {
  font-family: DINWebProRegular; font-size: 20px; line-height: 25px;
    background-color: #689901;
    font-family: DINWebProMedium;
    color: #FFFFFF;
    padding: 20px;
    border-right: 5px solid #EFEFEF;
    border-bottom: 5px solid #EFEFEF;
}
#landing-page .fullWidthBox.second TABLE TR  TD,
#landing-page .fullWidthBox.second TABLE TR  TD P,
#landing-page .fullWidthBox.second TABLE TR  TD A {
    color: #000 !important;
}
/* ==== UL IN CONTENT ===================================*/
#main UL LI,
#main OL LI {
    border-bottom: 1px solid #D1D1D1;
    line-height: 45px;
    line-height: 30px;
    padding: 5px 0;
}
#main OL LI:first-child,
#main UL LI:first-child {
    border-top: 1px solid #D1D1D1;
}
#main OL {
    padding-left: 40px;
}
/* ==== MAIN 2COLS ======================================*/
.com2cols {
    /*padding: 0 20px 40px 20px;*/
    /*margin: 0 -20px;*/
    overflow: hidden;
    position: relative;
    clear: both;
}
.com2cols .col1 {
    float: left;
    width: 600px;
    padding: 0 20px 0 0;
}
.com2cols .col2 {
    float: right;
    width: 600px;
    padding: 0 0 0 19px;
}
.com2cols .col1>DIV,
.com2cols .col2>DIV {
    padding-bottom: 0;
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
    min-height: 1px;
}
#main>.fullWidthBox .com2cols .col1>DIV:last-of-type,
#main>.fullWidthBox .com2cols .col2>DIV:last-of-type {
    margin-bottom: 0px;
}
.com2cols .borderLine {
    position: absolute;
    left: 50%;
    height: 9000px;
    border-left: 0px solid #EFEFEF ;
}
.com2cols.lineBG .borderLine {
    border-left: 1px solid #EFEFEF ;
}
#landing-page .fullWidthBox.second .com2cols.lineBG .borderLine {
    border-left: 1px solid #FFFFFF ;
}
/* ==== SECTION-PAGE ====================================*/
#section-page .fullWidthBox>DIV {
    margin-bottom: 0;
}
/* ==== MAIN xGRID ======================================*/
#main DIV.grid {
    width: 1280px;
    height: 320px;
    padding-left: 0;
    padding-right: 0;
}
#home  DIV.grid,
#corp-standard-banner DIV.grid {
    margin-top: -60px;
}
#home .com2cols DIV.grid,
#corp-standard-banner .com2cols DIV.grid {
    margin-top: 0;
}
#main DIV.grid LI {
    line-height: 20px;
}
#main DIV.grid>DIV,
#list .listItemImage {
    position:relative;
    float: left;
    height: 310px;
    width: 310px;
    overflow: hidden;
    margin: 5px;
    /*border: 5px solid #FFFFFF;*/
    line-height: 23px;
}
#main DIV.grid>DIV.empty {
    background-color: #FFFFFF;
}
#main DIV.grid * {
    color: #FFFFFF !important;
    text-decoration: none;
}
#main DIV.grid H2,
#main DIV.grid H3 {
    font-family: DINWebProRegular; font-size: 20px; line-height: 25px;
    padding-bottom: 20px;
    font-family: DINWebProMedium;
}
#main DIV.grid P,
#main .com2cols {
    font-family: DINWebProRegular; font-size: 20px; line-height: 25px;
}
#main DIV.grid .date {
    font-size: 15px;
    line-height: 20px;
}
#main DIV.grid .author {
    font-size: 15px;
    line-height: 20px;
}
#main DIV.grid .teaser {
    height: 100%;
    padding-top: 30px;
    position: relative;
}
.grid>.cell1>DIV:not(.mgnlEditor),
.grid>.cell2>DIV:not(.mgnlEditor),
.grid>.cell3>DIV:not(.mgnlEditor),
.grid>.cell4>DIV:not(.mgnlEditor),
.grid>.cell5>DIV:not(.mgnlEditor),
.grid>.cell6>DIV:not(.mgnlEditor),
.grid>.cell7>DIV:not(.mgnlEditor),
.grid>.cell8>DIV:not(.mgnlEditor),
.grid>.cell9>DIV:not(.mgnlEditor) {
    min-width:100%;
    min-height:100%;
    background-color: #689600;
}
.grid>.cell1>A>DIV,
.grid>.cell2>A>DIV,
.grid>.cell3>A>DIV,
.grid>.cell4>A>DIV,
.grid>.cell5>A>DIV,
.grid>.cell6>A>DIV,
.grid>.cell7>A>DIV,
.grid>.cell8>A>DIV,
.grid>.cell9>A>DIV {
    min-width:100%;
    min-height:100%;
    background-color: #AABF2F;
}
/* ==== MAIN 9GRID ======================================*/
#main DIV.grid.nineItem {
    height: 960px;
}
#main DIV.nineItem .cell1 {
    height: 630px;
}
#main DIV.nineItem .cell1 DIV.tagline{
    top: 570px !important;
}
#main DIV.nineItem .cell5,
#main DIV.nineItem .cell7 {
    width: 630px;
}

/* ==== MAIN 3GRID 112 ===================================*/
#main DIV.grid.threeItem112 .cell3{
    width: 630px;
}


/* ==== MAIN 3GRID 211 ===================================*/
#main DIV.grid.threeItem211 .cell1{
    width: 630px;
}

/* ==== MAIN 6GRID ======================================*/
#main DIV.grid.sixItem {
    height: 640px;
}
#main DIV.grid.sixItem .cell1 {
    height: 630px;
}
#main DIV.grid.sixItem .cell1 DIV.tagline{
    top: 570px !important;
}
#main DIV.grid.sixItem .cell5 {
    width: 630px;
}

/* ==== MAIN 5GRID ======================================*/
#main DIV.grid.fiveItem {
    height: 640px;
}
#main DIV.grid.fiveItem .cell1 {
    height: 630px;
}
#main DIV.grid.fiveItem .cell1 DIV.tagline{
    top: 570px !important;
}
#main DIV.grid.fiveItem .cell3,
#main DIV.grid.fiveItem .cell4 {
    width: 630px;
}

/* ==== MAIN 4GRID ======================================*/
#main DIV.grid.fourItem {
    height: 640px;
}
#main DIV.grid.fourItem .cell1 {
    height: 630px;
}
#main DIV.grid.fourItem .cell1 DIV.tagline{
    top: 570px !important;
}
#main DIV.grid.fourItem .cell1,
#main DIV.grid.fourItem .cell4 {
    width: 630px;
}

/* ==== GRID TEASER ==================================*/
DIV.grid>DIV A DIV.teaser {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
DIV.grid>DIV .itemList A DIV.teaser {
    height: auto;
    margin-bottom:10px;
}
#main DIV.grid>DIV:hover>A>DIV {
    background-color: #9A3332;
}
#main DIV.grid>DIV.empty:hover {
    background-color: #FFFFFF;
}
#main DIV.grid>DIV .tagline {
}
#main DIV.grid>DIV:hover>A>DIV .tagline,
#main DIV.grid>DIV:hover>A>DIV #twitter-tagline {
    background-color: #3E5900;
}
#main DIV.grid>DIV A IMG {
    min-width: 100%;
    margin-top: -30px;
}

#main DIV.grid>DIV A .mouseover{
    display:none;
    font-family: DINWebProRegular; font-size: 20px; line-height: 25px;
    padding: 0px 20px;
    height: 200px;
    overflow: hidden;
    text-decoration: none;
}


/* ==== BLOCKQUOTE ===================================*/
#main BLOCKQUOTE {
    max-width: 1240px;
    position:relative;
    padding: 15px 20px 0px 20px;
    margin: 0;
}
#main .grid BLOCKQUOTE {
    padding: 40px 5px 0 45px;
}
#main .grid BLOCKQUOTE .arrows.left {
    padding-top: 30px;
}
#main BLOCKQUOTE H3 {
    margin-left: 65px;
}
#main BLOCKQUOTE P {
    font-family: DINWebProRegular; font-size: 20px; line-height: 25px;
    margin-left: 25px;
    margin-bottom: 0px !important;
    padding-bottom: 10px !important;
}
#main .grid BLOCKQUOTE P {
  margin-left: 0px;
}
#main BLOCKQUOTE CITE {
    font-size: 15px;
    line-height: 30px;
    font-style: normal;
}
#main BLOCKQUOTE .arrows {
    font-family: Arial;
    font-size: 80px;
    color: #4C4C4C;
    line-height: 25px;
}
#landing-page #main .second  BLOCKQUOTE .arrows {
    color: #FFFFFF;
}
#main BLOCKQUOTE .arrows.left {
    position: absolute;
    left: 0px;
    top: 0px;
}

#main BLOCKQUOTE .arrows.right {
    vertical-align: top;
    line-height: 32px;
    padding-left: 20px;
}
/* ==== FAQ ==========================================*/
#faq-wrapper {
    padding: 2px 0 60px 0;
}
#faq-wrapper>H1 {
    padding-left: 60px;
}
#faq-wrapper>UL>LI {
    padding: 18px 0 17px 0;
    border-bottom: 1px solid #AABF2F;
    border-top: 0px !important;
    font-family: DINWebProRegular; font-size: 20px; line-height: 25px;
}
#faq-wrapper>UL>LI:last-child {
    border-bottom: 0px;
}
#faq-wrapper>UL>LI>H3 {
    padding: 0;

}
#faq-wrapper>UL>LI>H3>A {
    color: #3E5900;
    text-decoration: none;
    padding-left: 60px;
    padding-top: 8px;
    background: url(../img/buts/icon_down.png) 0 0 no-repeat;
    display: block;
}
#faq-wrapper>UL>LI>H3>A:hover {
    color: #9A3332;
    background: url(../img/buts/icon_down_mouseover.png) 0 0 no-repeat;
}
#faq-wrapper>UL>LI>H3>A.js-selected {
    background: url(../img/buts/icon_up.png) 0 0 no-repeat;
}
#faq-wrapper>UL>LI>H3>A:hover.js-selected {
    background: url(../img/buts/icon_up_mouseover.png) 0 0 no-repeat;
}
#faq-wrapper>UL>LI .a11y-js-overflow {
    padding: 40px 0 23px 60px;
}
#faq-wrapper>UL>LI .a11y-js-overflow P,
#faq-wrapper>UL>LI .a11y-js-overflow UL {
    padding: 0 0 40px 0;
}
/* ==== TEXT BOX =====================================*/
#main .text-box{
    padding: 40px 20px 0px 20px;
    max-width: 920px;
}
#main .text-box>*{
    padding-bottom: 40px;
}
#main .text-box P {
    font-family: DINWebProRegular; font-size: 20px; line-height: 25px;
}
#main .text-box.question{
    border: 5px solid #AABF2F;
    padding-top: 110px;
    background: url(../img/bgs/icon_questionmark.png) 20px 40px no-repeat;
}
#main .text-box.misc{
    border: 5px solid #AABF2F;
    padding-top: 110px;
    background: url(../img/bgs/icon_star.png) 20px 40px no-repeat;
}
#main .text-box.facts{
    background-color: #e9eed3; /* = #91AC24 20%  */
}
/* ==== TWITTER ======================================*/
#twitter_div {
    max-width: 620px;
}
#twitter_div H2 {
    padding-top: 30px;
    padding-bottom: 40px;
    background: url(../img/bgs/icon_twitter.png) 0px 0px no-repeat;
}
#twitter_div  UL LI {
    border: 0px;
}
#twitter_div .date {
    text-transform: uppercase;
    font-family: DINWebProRegular; font-size: 20px; line-height: 25px;
    color: #A3A3A3;
    padding: 0 0 10px 0;
}
#twitter_div .tweet {
    font-family: DINWebProRegular; font-size: 20px; line-height: 25px;
    padding: 0 0 40px 0;
}

#twitter-link {
    font-family: DINWebProRegular; font-size: 20px; line-height: 25px;
}

#twitter-tagline {
    display: none;
}

/* ==== LATEST TWITTER ======================================*/
.grid #twitter_div H2 {
    padding-top: 0;
    padding-bottom: 20px;
    background: none;
    font-family: DINWebProRegular; font-size: 20px; line-height: 25px;
    color: #FFFFFF;
}
.grid #twitter_div .date {
    color: #FFFFFF;
    font-size: 15px;
    line-height: 20px;
    text-transform: none;
    padding: 0;
    margin: 0;
 }
.grid #twitter_div .tweet {
  font-family: DINWebProRegular; font-size: 20px; line-height: 25px;
    color: #FFFFFF;
    padding: 0;
 }
#main .grid #twitter_div UL LI:first-child {
    border: 0px;
}
#main .grid #twitter-link {
    display: none;
}

 .grid #twitter-tagline {
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0;
    height: 42px;
    width: 280px;
    background-color: #689901;
    text-transform: uppercase;
    font-family: DINWebProMedium;
    color: #FFFFFF;
    padding: 18px 20px 0 20px;
}
/* ==== SHOWBOX ======================================*/
.mask {
  background-color: #689901;
    z-index: 1100;
}
.showbox {
  position: absolute;
  overflow: hidden;
  z-index: 1101;
  top: 0;
  left: 0;
  margin: 40px 0 0 0;
    padding: 10px 40px 0 40px;
  background-color: #FFFFFF;
}
.showbox .showbox-head H1,
.showbox .prev.overlay-control,
.showbox .next.overlay-control {
  display: none;
}
.showbox .showbox-head {
  height: 40px;
  padding: 10px 0 0 100px;
  font-size: 14px;
}
.showbox .showbox-head .showbox-toolbar A.prev {
    display: block;
    position: absolute;
    left: 40px;
    background: url(../img/buts/arrow_left.png) 100% 0 no-repeat;
    width: 10px;
    height: 20px;
    text-indent: -9999px;
}
.showbox .showbox-head .showbox-toolbar A.prev:hover {
    background: url(../img/buts/arrow_left_mouseover.png) 100% 0 no-repeat;
}
.showbox .showbox-head .showbox-toolbar A.prev.ui-disabled:hover {
    background: url(../img/buts/arrow_left.png) 100% 0 no-repeat;
}
.showbox .showbox-head .showbox-toolbar A.play-pause {
    display: block;
    position: absolute;
    left: 60px;
    background: url(../img/buts/play_button.png) 100% 0 no-repeat;
    width: 50px;
    height: 20px;
    text-indent: -9999px;
}
.showbox .showbox-head .showbox-toolbar A.play-pause:hover {
    background: url(../img/buts/play_button_mouseover.png) 100% 0 no-repeat;
}
.showbox .showbox-head .showbox-toolbar A.play-pause.ui-disabled:hover {
    background: url(../img/buts/play_button.png) 100% 0 no-repeat;
}
.showbox .showbox-head .showbox-toolbar A.next {
    display: block;
    position: absolute;
    left: 120px;
    background: url(../img/buts/arrow_right.png) 100% 0 no-repeat;
    width: 10px;
    height: 20px;
    text-indent: -9999px;
}
.showbox .showbox-head .showbox-toolbar A.next:hover {
    background: url(../img/buts/arrow_right_mouseover.png) 100% 0 no-repeat;
}
.showbox .showbox-head .showbox-toolbar A.next.ui-disabled:hover {
    background: url(../img/buts/arrow_right.png) 100% 0 no-repeat;
}
.showbox A.close-button {
    position: absolute;
    right: 10px;
    top: 10px;
    display: block;
    background: url(../img/buts/exit_green.png) 100% 0 no-repeat;
    width: 40px;
    height: 40px;
    text-indent: -9999px;
}
.showbox A.close-button:hover {
    background: url(../img/buts/exit_mouseover.png) 100% 0 no-repeat;
}
.showbox .text-content {
  min-height: 130px;
}

.showbox .text-content .caption,
.showbox .text-content .copyright {
    font-size: 18px;
    line-height: 23px;
    margin: 0 0 0 20px;
    padding: 0;
}
.showbox .text-content .copyright {
    font-style: italic;
}
.showbox .text-content .longdesc {
    display: none;
}

/* ==== LANDING PAGE + STANDARD PAGE + HOME PAGE ===================*/
#home #wrapper,
#corp-standard-banner #wrapper,
#landing-page #wrapper {
    padding: 59px 0 0 0;
}

#home #main .fullWidthBox.top,
#corp-standard-banner #main .fullWidthBox.top,
#landing-page #main .fullWidthBox.top {
    height: 640px;
    background-color: #689901;
    background: url(../img/bgs/banner_gradient.png) 100% 0 repeat-x;
}
#home #main .fullWidthBox.top,
#corp-standard-banner #main .fullWidthBox.top {
    margin-bottom: 60px;
}
#landing-page #main>.fullWidthBox.second{
    background-color: #689600;
}
#home #page-intro,
#home #page-intro IMG,
#corp-standard-banner #page-intro,
#corp-standard-banner  #page-intro IMG,
#landing-page #page-intro,
#landing-page #page-intro IMG {
    padding-bottom: 0;
}
#landing-page DIV.section {
    padding-bottom: 60px;
    margin-bottom: 0px;
    background-position: 100% 100%;
    background-repeat: no-repeat;
}
#landing-page DIV.section>DIV {
    margin-bottom: 60px;
    padding-bottom: 0;
}
#landing-page DIV.section>.SectionTexts,
#landing-page DIV.section>DIV:last-of-type,
#landing-page DIV.section>.buttons,
#landing-page DIV.section>.clear {
    margin-bottom: 0px;
}
#home #page-intro P
#corp-standard-banner #page-intro P
#landing-page #page-intro P {
    padding-bottom: 70px;
    font-family: DINWebProMedium; font-size: 35px; color: #4C4C4C; line-height: 40px;
}
#landing-page DIV.section P {
    padding-bottom: 35px;
    font-family: DINWebProRegular; font-size: 20px; line-height: 25px;
}
#home #page-intro,
#corp-standard-banner #page-intro,
#landing-page #page-intro {
    height: 100%;
    background: url(../img/bgs/landingpage/squared_background_desktop.png) 100% 0 no-repeat;
    position: relative;
}

#home #page-intro .MainAreaIntroImage,
#corp-standard-banner #page-intro .MainAreaIntroImage,
#landing-page #page-intro .MainAreaIntroImage,
#landing-page DIV.section .SectionImage {
    position: absolute;
    bottom: 0;
    right: 0;
}
#home #page-intro .MainAreaIntroYoutube,
#corp-standard-banner #page-intro .MainAreaIntroYoutube,
#landing-page #page-intro .MainAreaIntroYoutube {
    position: absolute;
    top: 80px;
    right: 0;
    width: 640px;
}
#home #page-intro .MainAreaIntroTexts,
#corp-standard-banner #page-intro .MainAreaIntroTexts,
#landing-page #page-intro .MainAreaIntroTexts,
#landing-page DIV.section .SectionTexts {
    padding: 60px 0 0 0;
    float: left;
}
#home .top #page-intro .MainAreaIntroTexts,
#corp-standard-banner .top #page-intro .MainAreaIntroTexts,
#landing-page .top #page-intro .MainAreaIntroTexts,
#landing-page .top DIV.section .SectionTexts {
    width: 620px;
}
#landing-page .top #main>.LandingPageItem .withImage .MainAreaIntroTexts {
    width: 620px;
}
#home #page-intro DIV.buttons,
#corp-standard-banner #page-intro DIV.buttons,
#landing-page #page-intro DIV.buttons {
    float: left;
    clear: left;
    width: 640px;
}
#home #page-intro IMG.large,
#corp-standard-banner #page-intro IMG.large,
#landing-page #page-intro IMG.large  {
    width: 640px;
    height: 640px;
    padding: 0;
}
#landing-page DIV.section .SectionTexts {
}

/* ==== IMAGE COMPONENT ======================================*/
.image-component .media {
    position: relative;
    width: 1280px;
    margin-left: -5px;
}
.image-component .media IMG,
.image-component  IMG.media {
    width: 1270px;                                                    /* temporary until image variation is set */
     /* border: 5px solid #FFFFFF;*/
    margin: 5px;
    margin-bottom: 15px;
}
.com2cols .image-component  .media {
    width: auto;
}
.com2cols .image-component  .media IMG,
.com2cols .image-component  IMG.media {
    width: 590px;                                                    /* temporary until image variation is set */
}

DL.media DD.zoom {
    display: block;
    background: url(../img/buts/plus_button.png) 100% 0 no-repeat;
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    cursor: pointer;
}
DL.media:hover DD.zoom {
    background: url(../img/buts/plus_button_mouseover.png) 100% 0 no-repeat;
}
DL.media DD.longdesc {
    font-size: 18px;
    line-height: 23px;
    margin: 0 0 0 5px;
}
DL.media DD.caption,
DL.media DD.copyright {
    font-size: 18px;
    line-height: 23px;
    margin: 0 20px 0 5px;
    color: #666666;
}
DL.media DD.copyright {
    font-style: italic;
}
DL.media DD.longdesc {
    display: none;
}
/* ==== LISTS (NEWS+EVENT) ======================================*/
DIV.list-header {
    width: 1280px;
    height: 60px;
    background-color: #EFEFEF;
    padding: 0px;
    margin-bottom: 40px;
}
.list-header>FORM {
    float: left;
    margin-top: 10px;
}
.list-header>FORM .styled-select {
    margin: 0 20px;
    width: 280px;
}
.list-header>FORM SELECT {
    width: 290px;
}
.list-header .list-view,
.list-header .grid-view {
    float: right;
    width: 30px;
    height: 30px;
    margin: 15px 20px 0 0;
}
.list-header INPUT {
    display: block;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    border: 0px;
    filter: alpha(opacity=0);
    -moz-opacity:0;
    -khtml-opacity: 0;
    opacity: 0;
}
.list-header .selected INPUT:hover {
    cursor: default;
}
.list-header .list-view {
    background: url(../img/buts/view_icons/list_view_icon_active.png) 0 0 no-repeat;
}
.list-header .list-view.selected {
    background: url(../img/buts/view_icons/list_view_icon_passive.png) 0 0 no-repeat;
}
.list-header .grid-view {
    background: url(../img/buts/view_icons/matrix_view_icon_active.png) 0 0 no-repeat;
}
.list-header .grid-view.selected {
    background: url(../img/buts/view_icons/matrix_view_icon_passive.png) 0 0 no-repeat;
}

DIV#list.grid {
    height: auto;
}
DIV#list.list {
    width: 1280px;
}
DIV#list.list.component {
    width: auto;
}
#list #list-wrapper>LI{
    height: 320px;
    border: 0px;
}
#list.grid #list-wrapper>LI{
    /*display: inline-block;
    margin: 0px -4px -7px 0;*/
    float: left;
    width: 320px;
    padding: 0;
}
#list.list #list-wrapper>LI{
    width: 100%;
}
#list .listItemBox {
    height: 320px;
    position: relative;
}
#list A:hover .listItemImage {
    background-color: #9A3332;
}
#list .listItemImage IMG {
    min-height:100%;
    min-width:100%;
}
/*#list A:hover .listItemImage IMG {
    display: none;
}*/

#list .listItemImage .tagline-box {
  bottom: 0;
}
#list .listItemImage .tagline {
}
#list  A:hover .listItemImage .tagline {
    background-color: #3E5900;
}
#list.grid .listItemText {
    position: absolute;
    top: 5px;
    left: 5px;
    height: 310px;
    width: 270px;
    overflow: hidden;
    padding: 60px 20px 0 20px;
    height: 180px;
}
#list.grid .listItemText H3,
#list.grid .listItemText P,
#list.grid .listItemText .date,
#list.grid .listItemText .location,
#list.grid .listItemText P EM.more {
    display: none;
}
/*#list.grid A:hover .listItemText H3,
#list.grid A:hover .listItemText .date,
#list.grid A:hover .listItemText .location,
#list.grid.jobs A:hover .listItemText P {
    display:block;
    color: #FFFFFF;
}
#list.grid.jobs A:hover .listItemText H3,
#list.grid.jobs A:hover .listItemText .location{
    display: none;
}*/
#list.list .listItemText {
    padding: 40px 0 0 20px;
    overflow: hidden;
    font-family: DINWebProRegular; font-size: 20px; line-height: 25px;
}
#list.list  A {
    text-decoration: none;
    color: #666666;
}
#list.list .listItemText H3 {
    padding: 10px 0;
    color: #3E5900;
}
#list.list  A:hover .listItemText H3 {
    color: #9A3332;
    text-decoration: underline;
}
#list.list .listItemText .date,
#list.list .listItemText .location {
    font-family: DINWebProRegular; font-size: 30px; line-height: 35px;
    color: #A3A3A3;
}
#list.list .listItemText P {
    font-family: DINWebProRegular; font-size: 20px; line-height: 25px;
}
#list.list EM.more {
    color: #3E5900;
    text-decoration: underline;
}
#list.list A:hover EM.more {
    color: #9A3332;
}
#event-list #list .listItemText .date,
#event-list #list .listItemText .location{
    display: block;
    float: left;
}
#event-list  #list.grid .listItemText .date,
#event-list  #list.grid .listItemText .location {
    display:none;
}
/*#event-list  #list.grid  A:hover .listItemText .date,
#event-list  #list.grid  A:hover .listItemText .location {
    display:block;
}*/
/* == LISTS COMPONENETS == */
DIV#list.list.component {
    width: auto;
}
DIV#list.list.component .listItemBox,
DIV#list.list.component #list-wrapper>LI {
    height: 160px;
}
DIV#list.list.component .listItemImage {
    width: 150px;
    height: 150px;
}
DIV#list.list.component .listItemImage .tagline,
DIV#list.list.component  .location {
    display: none;
}
DIV#list.list.component .listItemText .date {
    font-family: DINWebProRegular; font-size: 18px; color: #4C4C4C; line-height: 25px;;
    color: #A3A3A3;
}
DIV#list.list.component .listItemText H3,
#main .teaser.feed H3 {
    font-size: 25px;
    line-height: 30px;
}
DIV#list.component .all,
.tease.feed .all {
    padding: 10px 0 0 0;
}
DIV#list.grid.component .all {
    padding: 40px 0 0 0;
    display: block;
    clear: both;
}
DIV#list.component .all A,
.tease.feed .all A{
    font-family: DINWebProRegular; font-size: 18px; color: #4C4C4C; line-height: 25px;;
    color: #3E5900 !important;
    text-decoration: underline;
}
DIV#list.component .all A:hover,
.tease.feed .all A:hover {
    color: #9A3332 !important;
}
DIV#list.component UL {
    padding-bottom: 0px;
}
#landing-page .fullWidthBox.second DIV#list.list.component .listItemImage {
    border-color: #AABF2F;
}
#landing-page .fullWidthBox.second DIV#list.list.component .date,
#landing-page .fullWidthBox.second DIV#list.list.component H3 {
    color: #FFFFFF;
}
#landing-page .fullWidthBox.second DIV#list.list.component A:hover H3 {
    color: #9A3332;
}
#landing-page .fullWidthBox.second .all A {
    color: #FFFFFF !important;
}
/* == LIST NO-IMG == */
DIV#list.list.component .no-img .listItemBox,
DIV#list.list.component #list-wrapper>LI.no-img {
    height: auto;
}
DIV#list.list.component .no-img .listItemText {
    padding: 0px;
}
DIV#list.list.component .no-img .listItemText .date {
    font-family: DINWebProRegular; font-size: 20px; line-height: 25px;;
    color: #A3A3A3;
}
DIV#list.list.component .no-img .listItemText H3 {
    color: #3E5900;
}
DIV#list.list.component .no-img A:hover .listItemText H3 {
    color: #9A3332;
}
DIV#list.list.component .no-img .all {
    padding: 0;
}
/* == LIST:GRID COMPONENTS == */
DIV#list.grid.component {
    width: 100%;
}
DIV#list.grid.component .listItemBox {
    float: left;
    width: 270px;
    height: 270px;
    overflow: hidden;
    position: relative;
    margin: 5px;
    background-color: #AABF2F;
}
#landing-page .fullWidthBox.second DIV#list.grid.component .listItemBox {
    background-color: #fff;
}
#landing-page .fullWidthBox.second DIV#list.grid.component .listItemBox:hover,
DIV#list.grid.component .listItemBox:hover {
    background-color: #9A3332;
}
DIV#list.grid.component #list-wrapper>LI {
    margin: 30px 40px 0 0;
    width: auto;
    height: auto;
    float: left;
}
DIV#list.grid.component #list-wrapper>LI:nth-of-type(1),
DIV#list.grid.component #list-wrapper>LI:nth-of-type(2){
    margin-top: 0px;
}
DIV#list.grid.component #list-wrapper>LI:nth-of-type(2n){
    margin-right: 0px;
}
DIV#list.grid.component .listItemImage {
    height: 100%;
    width: 100%;
    border: 0px;
}
DIV#list.grid.component .listItemText {
    width: 230px;
    top: 0;
    left: 0;
}
/* ==== LATEST (NEWS+EVENT) ======================================*/
DIV.grid>DIV #twitter_div UL LI,
DIV.grid>DIV DIV.teaser.latest-news,
DIV.grid>DIV DIV.teaser.latest-event {
    height: auto;
}
DIV.grid .itemList {
}
.grid H2,
.grid H3,
.grid P,
.grid .date,
.grid .author,
.grid #twitter_div LI {
    margin: 0 5px;
}
.grid .teaser>#twitter_div {
    margin: 0;
    height: 630px;
}
.grid #twitter_div UL LI {
    padding-bottom: 30px;
}
/* ==== DETAIL (NEWS+EVENT+JOB) ======================================*/
#main>.back {
    margin: 0 auto 60px auto;
    width: 1240px;
    line-height: 40px;
    background: url(../img/buts/arrow_left.png) 0 9px no-repeat;
    border-top: 1px solid #D1D1D1;
    border-bottom: 1px solid #D1D1D1;
}
#main>.back>A {
    padding-left: 20px;
    text-transform: uppercase;
    color: #3E5900;
    font-family: DINWebProMedium;
    text-decoration: none;
}
#main>.back>A:hover {
    color: #9A3332;
    text-decoration: underline;
}
#main #page-intro H2 {
    padding-bottom: 65px;
}
#main #page-intro .text-meta {
    padding-bottom: 40px;
}
#main #page-intro .eventInfoBlock {
    padding: 20px 0 0 0;
}
#main #page-intro .eventImage {
    float: left;
    width: 600px;
    overflow: hidden;

}
#main #page-intro .eventInfo {
    float: right;
    width: 600px;
    /*overflow: hidden;*/
}
#main #page-intro .eventInfo .timezones{
    position: absolute;
    top: -50px;
    left: -70px;
    width: 565px;
    padding: 5px;
    display: none;
    background: #fff;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, .35);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, .35);
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, .35);
}
#main #page-intro .eventInfo .date:hover .timezones{
    display: block;
    border: 5px solid #eee;
}
#main #page-intro .eventInfo .timezonesRow {
    position: relative;
}
#main #page-intro .eventInfo .timezonesRow>DIV {
    font-size: 18px;
    line-height: 30px;
}
#main #page-intro .eventInfo .timezonesRow .date {
    position: absolute;
    right: 0;
    top: 0;
}
#main #page-intro .eventInfo .timezonesRow .time {
    padding: 0 80px 0 315px;
}
#main #page-intro .eventInfo .timezonesRow .timezone {
    position: absolute;
    left: 0;
    top: 0;
}

#main #page-intro .date {
    font-family: DINWebProMedium; font-size: 35px; color: #4C4C4C; line-height: 40px;
    position: relative;
}
#main #page-intro .date SPAN.timezone {
    font-size: 20px;
    color: #9A3332;
}
#main #page-intro .date DIV.timezone_more {
    margin-top: -10px;
    font-size: 20px;
    color: #9A3332;
}
#main #page-intro .jobDetail .date {
    font-family: DINWebProRegular; font-size: 30px; line-height: 35px;
}
#main #page-intro .location {
    font-family: DINWebProRegular; font-size: 30px; line-height: 35px;
}
#main #page-intro .newsDetail .date,
#main #page-intro .newsDetail .location {
    font-family: DINWebProRegular; font-size: 30px; line-height: 35px;
    color: #666666;
    line-height: 25px;
    margin-right: 40px;
}
#main #page-intro .jobDetail .location {
    font-family: DINWebProMedium; font-size: 35px; color: #4C4C4C; line-height: 40px;
    padding-bottom: 35px;
}
#main #page-intro .eventInfo .urlMap A SPAN {
    background: url(../img/buts/detail_icons/map_icon.png) 0 0 no-repeat;
    padding-left: 60px;
    font-family: DINWebProRegular; font-size: 30px; line-height: 35px;
    line-height: 60px;
}
#main #page-intro .eventInfo .urlMap A:hover SPAN {
    background: url(../img/buts/detail_icons/map_icon_mouseover.png) 0 0 no-repeat;
}
#main #page-intro .eventInfo .urlWebsite A SPAN {
    background: url(../img/buts/detail_icons/external_link.png) 0px 11px no-repeat;
    padding-left: 60px;
    font-family: DINWebProRegular; font-size: 30px; line-height: 35px;
    line-height: 60px;
}
#main #page-intro .eventInfo .urlWebsite A:hover SPAN {
    background: url(../img/buts/detail_icons/external_link_mouseover.png) 0px 11px no-repeat;
}
#main #page-intro .eventInfo .registrationLink,
#main #page-intro .eventInfo LI.button {
    margin-top: 60px;
}
/* ==== BOILERPLATE ======================================*/
.boilerplate {
    margin: 0 auto 40px auto;
    width: 1240px;
}
.boilerplate>DIV {
    margin-bottom: 60px;
}
.boilerplate .contact h3,
.boilerplate .howto h3 {
    padding: 20px;
}
.boilerplate .contact P,
.boilerplate .howto P {
    font-family: DINWebProRegular; font-size: 20px; line-height: 25px;
    padding-left: 20px;
    padding-right: 20px;
}

.boilerplate>.contact {
    float: left;
    min-height: 290px;
    width: 310px;
    overflow: hidden;
    background-color: #e9eed3;
    margin: 0;
    border: 5px solid #FFFFFF;
    line-height: 23px;
    position: relative;
    padding-bottom: 20px;
}
.boilerplate>.howto {
    border: 5px solid #AABF2F;
    padding-top: 110px;
    padding-bottom: 40px;
    background: url(../img/bgs/icon_star.png) 20px 40px no-repeat;
}
.boilerplate UL {
    margin-left: 20px;
    margin-right: 20px;
}
/* ==== TEASER GROUP ======================================*/
#main>.fullWidthBox .teaser-group {
    margin-bottom: 60px;
}
#main>.fullWidthBox .com2cols .teaser-group {
    /*margin-bottom: 0px;*/
}
.teaser-group H5 {
    padding: 0 0 40px 0;
    font-family: DINWebProMedium; font-size: 35px; color: #4C4C4C; line-height: 40px;
}
.teaser-group .teaser {
    float: left;
    width: 280px;
    height: 270px;
    overflow: hidden;
    /*border: 5px solid #3E5900;*/
    margin: 40px 40px 0 0;
    position: relative;
    background-color: #AABF2F;
}

.teaser-group .teaser IMG {
    width:100%;
}
#landing-page .second .teaser-group .teaser {
    margin: 30px 30px 0 0;
    width: 275px;
    height: 275px;
    border: 5px solid #FFFFFF;
}
#landing-page .second .col1 .teaser-group A:nth-of-type(2) .teaser,
#landing-page .second .col2 .teaser-group A:nth-of-type(2) .teaser {
    margin-right: 0;
}
.fullWidthBox .teaser-group A:nth-of-type(1) .teaser,
.fullWidthBox .teaser-group A:nth-of-type(2) .teaser,
.fullWidthBox .teaser-group A:nth-of-type(3) .teaser,
.fullWidthBox .teaser-group A:nth-of-type(4) .teaser {
    margin-top: 0px;
}
.com2cols .teaser-group A:nth-of-type(2n) .teaser,
.fullWidthBox .teaser-group A:nth-of-type(4n) .teaser {
    margin-right: 0px;
}
.com2cols .teaser-group A:nth-of-type(3) .teaser,
.com2cols .teaser-group A:nth-of-type(4) .teaser {
    margin-top: 40px;
}
.fullWidthBox .teaser-group A:last-of-type .teaser {
    /*margin-bottom: 40px;*/
}
.teaser-group .teaser .tagline-box {
    bottom: 0;
    height: 50px;
}
.teaser-group .teaser DIV.tagline {
}
.teaser-group .teaser>DIV.tagline {
}
.teaser-group.no-tagline .teaser DIV.tagline,
.teaser-group .teaser:hover IMG {
    /*display: none;*/
}
.teaser-group A .teaser DIV.mouseover{
    display:none;
    font-family: DINWebProRegular; font-size: 20px; line-height: 25px;
    color: #FFFFFF;
    padding: 30px 20px 0 20px;
    height: 175px;
    overflow: hidden;
    text-decoration: none;
}
.teaser-group A:hover .teaser DIV.mouseover{
    /*display:block;*/
}
.teaser-group .teaser:hover,
.teaser-group .teaser:hover DIV.tagline {
    background-color: #3E5900;
}
.teaser-group .teaser:hover {
    /*border: 5px solid #9A3332;*/
}
#landing-page DIV.section>DIV.teaser-group {
    /*margin-bottom: 0px;*/
}
.teaser-group .readmore {
    margin-top: 40px;
}
/* ==== LINK LIST ======================================*/
.linkList A {
    font-family: DINWebProRegular; font-size: 20px; line-height: 25px;
    color: #3E5900;
    background: url(../img/buts/arrow_right.png) 10px 5px no-repeat;
    padding: 4px 0 4px 40px;
    display:block;
}
.linkList A:hover {
    color: #9A3332;
    background: url(../img/buts/arrow_right_mouseover.png) 10px 5px no-repeat;
}
#toc.linkList A {
    background: url(../img/buts/arrow_down.png) 0 9px no-repeat;
}
#toc.linkList A:hover {
    background: url(../img/buts/arrow_down_mouseover.png) 0 9px no-repeat;
}
.linkList A .fileinfo {
    color: #666666;
    text-decoration: underline;
}
.linkList A:hover .fileinfo {
    color: #9A3332;
}
/* ==== 4 COLUMN  ======================================*/
.com4cols {
    width: 1280px;
    margin-left: -20px;
    overflow: hidden;
}
.com4cols .col1,
.com4cols .col2,
.com4cols .col3,
.com4cols .col4 {
    width: 320px;
    height: 100%;
    min-height: 1px;
    float: left;
    position: relative;
}
.com4cols IMG {
    width: 280px                                                /* temporary until image variation is not set */
}
#landing-page DIV.section .com4cols .text2images P,
.com4cols .text2images P {
    font-family: DINWebProRegular; font-size: 20px; line-height: 25px;
}
.com4cols .text2images {
    width: 280px;
    height: 100%;
    padding: 0 20px 0 20px;
}
.com4cols .col2 .borderLine,
.com4cols .col3 .borderLine,
.com4cols .col4 .borderLine {
    border-left: 1px solid #9A3332;
    position: absolute;
    height: 1000px;
}
#landing-page .fullWidthBox.second .com4cols .col2 .borderLine,
#landing-page .fullWidthBox.second .com4cols .col3 .borderLine,
#landing-page .fullWidthBox.second .com4cols .col4 .borderLine {
    border-left: 1px solid #FFFFFF;
}

.com4cols .text2images IMG {
    width: auto;
    border: 5px solid #FFFFFF;
}
#landing-page .fullWidthBox.second .com4cols .text2images IMG {
    border: 0;
}
.com4cols .text2images A IMG {
    border: 5px solid #3E5900;
}
#landing-page .fullWidthBox.second .com4cols .text2images A IMG {
    border: 5px solid #FFFFFF;
}

#branding .com4cols {
    padding-right: 0 !important;
    padding-left: 10px;
    margin: 0;
}
#branding .com4cols .col1,
#branding .com4cols .col2,
#branding .com4cols .col3,
#branding .com4cols .col4 {
    width: 300px;
    margin: 30px 10px;
}
#branding .com4cols H4 {
    font-family: DINWebProBold;
    color: #3E5900;
}
#branding .com4cols DIV,
#branding .com4cols P {
    padding-bottom: 0;
    color: #3E5900;
}
#branding .com4cols .links>UL>LI:first-of-type {
    margin-top: 20px;
}
#branding .com4cols A {
    font-family: DINWebProBold;
}
#branding .com4cols A:hover {
    color: #FFFFFF;
}

/* ==== 5 COLUMN  ======================================*/

#branding .com5cols {
    padding-right: 0 !important;
    padding-left: 10px;
    margin: 0;
    width: 1280px;
    margin-left: -20px;
    overflow: hidden;
}
.com5cols .col1,
.com5cols .col2,
.com5cols .col3,
.com5cols .col4,
.com5cols .col5 {
    width: 244px;
    margin: 30px 15px 30px 0;
    height: 100%;
    min-height: 1px;
    float: left;
    position: relative;
}
.com5cols .col5 {
    margin-right: 0;
}
#branding .com5cols H4 {
    font-family: DINWebProBold;
    color: #3E5900;
}
#branding .com5cols DIV,
#branding .com5cols P {
    padding-bottom: 0;
    color: #3E5900;
}
#branding .com5cols .links>UL>LI:first-of-type {
    margin-top: 20px;
}
#branding .com5cols A {
    font-family: DINWebProBold;
}
#branding .com5cols A:hover {
    color: #FFFFFF;
}
/* ==== 3 COLUMN  ======================================*/
.com3cols {
    width: 1280px;
    margin-left: -20px;
    overflow: hidden;
}
.com3cols .col1,
.com3cols .col2,
.com3cols .col3 {
    width: 426px;
    height: 100%;
    min-height: 1px;
    float: left;
    position: relative;
}
.com3cols IMG {
    width: 346px                                                /* temporary until image variation is not set */
}
#landing-page DIV.section .com3cols .text2images P,
.com3cols .text2images P {
    font-family: DINWebProRegular; font-size: 20px; line-height: 25px;
}
.com3cols .text2images {
    width: 346px;
    height: 100%;
    padding: 0 40px 0 40px;
}
.com3cols .col2 .borderLine,
.com3cols .col3 .borderLine {
    border-left: 1px solid #9A3332;
    position: absolute;
    height: 1000px;
}
#landing-page .fullWidthBox.second .com3cols .col2 .borderLine,
#landing-page .fullWidthBox.second .com3cols .col3 .borderLine {
    border-left: 1px solid #FFFFFF;
}

.com3cols .text2images IMG {
    width: auto;
    border: 5px solid #FFFFFF;
}
#landing-page .fullWidthBox.second .com3cols .text2images IMG {
    border: 0;
}
.com3cols .text2images A IMG {
    border: 5px solid #3E5900;
}
#landing-page .fullWidthBox.second .com3cols .text2images A IMG {
    border: 5px solid #FFFFFF;
}

/* ==== FORM  ======================================*/
.form-wrapper>FORM {
  margin: 0;
  padding: 40px 20px;
  background-color: #EFEFEF;
}
.col1 .form-wrapper>FORM {
    margin-right: 0px;
}
.col2 .form-wrapper>FORM {
    margin-left: 0px;
}
#landing-page .fullWidthBox.second .form-wrapper>FORM {
    background-color: #AABF2F;
}
.form-wrapper .form-row {
    clear: left;
    margin-bottom: 20px;
}
.form-wrapper .form-item-s {
  float: left;
  width: 280px;
  padding-right: 40px;
}
.form-wrapper LABEL {
    display: block;
    font-family: DINWebProRegular; font-size: 20px; line-height: 25px;
    line-height: 30px;
}
.form-wrapper .form-item LABEL {
    padding-left: 45px;
}
.form-wrapper DFN {
    color: #AABF2F;
    font-style: normal;
}
#landing-page .fullWidthBox.second .form-wrapper LABEL,
#landing-page .fullWidthBox.second .form-wrapper DFN {
    color: #FFFFFF;
}
.form-wrapper .form-item {
    display: table;
    width: 100%;
}
.form-wrapper .form-item:last-of-type {
    margin-bottom: 20px
}
.form-wrapper FIELDSET.mod .form-item {
    float: left;
    width: 280px;
}
.form-wrapper INPUT,
.form-wrapper TEXTAREA {
}
.form-wrapper TEXTAREA {
    width: 960px;
}
.form-wrapper .form-row SPAN {
    display: block;
}
.form-wrapper .styled-select {
    /*width: 640px;*/
    margin-bottom: 20px;
}
.form-wrapper INPUT[type="submit"]{
    margin-top: 20px;
}
/*BODY#form .fullWidthBox>DIV, */
#faq #main>DIV,
BODY#form #main #page-intro {
    margin-bottom: 0px;
}
.form-wrapper .text-section {
    /*padding-bottom: 0px;*/
}
.com2cols .form.text {
    margin-bottom: 0px;
}
.form-wrapper LEGEND {
    display: none;
}
/* ==== ERROR PAGE  ======================================*/
BODY#error-page #main DIV.links{
    margin-bottom: 0;
}
BODY#error-page #main A{
    text-decoration: none;
}
BODY#error-page #main UL{
  padding-bottom: 0px;
}
BODY#error-page #main UL LI{
    font-family: DINWebProRegular; font-size: 20px; line-height: 25px;;
    line-height: 50px;
    padding: 0 0 0 70px;
    border-bottom: 0px;
}
BODY#error-page #main DIV.links>UL>LI{
    padding-left: 0;
    background: url(../img/buts/arrow_right.png) 0 14px no-repeat;
}
BODY#error-page #main DIV.links>UL>LI>A {
    padding-left: 20px;
}
BODY#error-page #main DIV.links>UL:last-of-type{
    border-bottom: 1px solid #D1D1D1;
    margin-bottom: 40px;
}
/* ==== IMAGE GALLERY ======================================*/
#main>.fullWidthBox>.photo-index {
    width: 1280px;
}
#main>.fullWidthBox .section .photo-index {
    width: 1280px;
    margin: 0 -20px;
}
.photo-index>DL.media.photo {
    float: left;
    position: relative;
    margin-bottom: 40px;
    width: 310px;
    margin-right: 13px;
}
.photo-index>DL.media.photo:nth-of-type(4n+1) {
    clear: left;
}
.photo-index>DL.media.photo:nth-of-type(4n) {
    margin-right: 0;
}
.photo-index>DL.media.photo .caption {
    margin-top: 10px;
}
/* ==== CLIENT REFERENCE ======================================*/
BODY#client-reference #page-intro .buttons LI {
    margin: 0 0 40px 0;
}
#client-reference-list>UL>LI {
    float: left;
    width:280px;
    margin: 0 40px 60px 0;
    border: 0 !important;
}
#client-reference-list>UL>LI:nth-of-type(4n) {
    float: left;
    width:280px;
    margin-right: 0;
}
#client-reference-list>UL>LI:nth-of-type(4n+1) {
    clear: both;
}
#client-reference-list>UL>LI .listItemImage {
    position: relative;
    margin-bottom: 40px;
}
#client-reference-list>UL>LI .listItemImage IMG {
    /*border: 5px solid #3E5900;*/
}
#client-reference-list>UL>LI .listItemText {
    font-family: DINWebProRegular; font-size: 20px; line-height: 25px;;
}
#client-reference-list>UL>LI .listItemText H3 {
    padding-bottom: 20px;
}
#client-reference-list>UL>LI .listItemText A {
    white-space: pre-wrap; /* css-3 */
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
}
/* ==== PARTNER DETAIL ======================================*/
BODY#partner-detail .list-header {
    display: none;
}
BODY#partner-detail #page-intro H1 {
    display: none;
}
/* ==== FIND A PARTNER ======================================*/
.items-finder>H4 {
    font-family: DINWebProMedium; font-size: 35px; color: #4C4C4C; line-height: 40px;;
    padding-bottom: 40px;
}
#site-info-box .items-finder .styled-select,
#main FORM#partner-finder .styled-select  {
    margin-bottom: 20px;
    width: 280px;
    float: none;
}
#site-info-box .items-finder input[type="submit"] {
    margin-top: 10px;
}
#main FORM#partner-finder .styled-select:nth-of-type(1)  {
    margin-right: 20px;
    float: left;
}
#main FORM#partner-finder .styled-select SELECT {
    width: 310px;
}
#main FORM#partner-finder INPUT[type="submit"] {
    margin-top: 10px
}
/* ==== PAGINATION =======================================*/
#main .pager {
    margin: 0 -20px;
    width: 1280px;
    height: 60px;
    background-color: #EFEFEF;
    padding: 0px;
    margin-bottom: 40px;
}
#main .pager H3,
#main .pager LI>EM {
    display: none;
}
#main .pager LI {
    float: left;
    border: 0 !important;
    min-width: 20px;
    height: 30px;
    line-height: 30px;
    margin: 15px 10px 0 0;
    padding: 0 5px;
    text-align: center;
    background-color: #FFFFFF;
}
#main .pager LI:first-of-type {
    margin-left:20px;
}
#main .pager LI {
  font-family: DINWebProRegular; font-size: 18px; color: #4C4C4C; line-height: 25px;;
  line-height: 30px;
    font-family: DINWebProMedium;
}
#main .pager LI A {
    text-decoration: none;
    color: #A3A3A3;
}
#main .pager LI.current {
    color: #A3A3A3;
    background-color: #EFEFEF;
}
#main .pager LI.dots {
    color: #A3A3A3;
}
#main .pager LI.previous,
#main .pager LI.next {
    text-transform: uppercase;
}
/* ==== SEARCH RESULT =======================================*/
BODY#search-results #main LI,
BODY#search-results #main H4 {
    margin-bottom: 40px;
}
BODY#search-results #main LI>H3 {
    padding: 0px;
}
BODY#search-results #main LI>H3>A {
    text-decoration: none;
}
BODY#search-results #main LI>H3>A:hover {
    text-decoration: underline;
}
BODY#search-results #main LI>H4 {
    display: none;
}
BODY#search-results #main LI>P {
    padding-bottom: 0;
    font-family: DINWebProRegular; font-size: 20px; line-height: 25px;;
}
BODY#search-results #main LI .text-data {
    padding-bottom: 0;
}
BODY#search-results .search_field>FORM>DIV {
    background-color: #AABF2F;
    margin: 0 -20px;
    padding: 35px 20px;
    height: 40px;
}

BODY#search-results .search_field>FORM>DIV>INPUT{
    width: 600px;
    height: 40px;
    border: 0px;
    padding: 0 20px 0 10px;
    font-family: DINWebProMedium;
    font-size: 18px;
    color: #666666;
    float: left;
}
BODY#search-results .search_field>FORM>DIV>INPUT.button{
    width: 40px;
    min-height: 40px;
    border: 0px;
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    background-position: right;
    background-image: url("../img/bgs/search_form.png");
    margin: 0;
    float: left;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, .35);
    -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, .35);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, .35);
}
BODY#search-results .search_field>FORM>DIV>INPUT.button::-moz-focus-inner {  /* Firefox hack */
    border:0;
    padding:0;
}
/* ==== EMBEDED RSS =======================================*/
#main .teaser.feed LI {
    border: 0;
}
#main .teaser.feed H3,
#main .teaser.feed UL {
    padding-bottom: 0;
}
#main .teaser.feed .author {
    text-transform: uppercase;
    color: #A3A3A3;
}
#main .teaser.feed A {
    text-decoration: none;
}
#main .grid .teaser.feed H3 {
    padding-bottom: 30px;
}
#main .teaser.feed>IMG {
    position: absolute;
    top: 0;
}
#main .teaser.feed.img H2 {
    padding-top: 30px;
}

/* ==== NEWSLETTER =======================================*/
#main .fullWidthBox>DIV.newsletter {
    width: 1200px;
    padding: 0;
}
.newsletter .newsletter3Cols {
    width: 880px;
    float: left;
    background-color: #EFEFEF;
}
.newsletter .newsletter1Col {
    width: 320px;
    float: right;
}
.newsletter .newsletter1Col .form-wrapper>FORM {
    margin: 0;
    padding-top: 30px;
    background-color: transparent;
}
.newsletter .newsletter1Col .form-wrapper>FORM INPUT[type="text"]{
    width: 268px;
    border: 1px solid #A3A3A3;
}
.newsletter .newsletter1Col .form-wrapper>FORM LABEL{
    font-family: DINWebProRegular; font-size: 18px; color: #4C4C4C; line-height: 25px;;
}
.newsletter .newsletter3Cols .fullWidthBox {
    padding: 20px 20px 0 20px;
}
.newsletter .newsletter3Cols .fullWidthBox:last-of-type {
    padding-bottom: 40px;
}
.newsletter .newsletter3Cols .fullWidthBox.top {
    padding: 30px 20px 30px 20px;
    background-color: #689901;
}
#main .newsletter .newsletter3Cols .fullWidthBox.top #page-intro {
    margin: 0;
}
#main .newsletter .newsletter3Cols .fullWidthBox.top #page-intro .date {
    font-family: DINWebProRegular; font-size: 20px; line-height: 25px;;
}
.newsletter .newsletter3Cols .fullWidthBox.top #page-intro H1,
#main .newsletter .newsletter3Cols .fullWidthBox.top #page-intro .date,
.newsletter .newsletter3Cols .fullWidthBox.top #page-intro P {
    padding: 0;
    width: auto;
    color: #FFFFFF;
}
.newsletter .newsletter3Cols .fullWidthBox.top #page-intro H1 {
    padding: 30px 0;
}
#main .newsletter .newsletter3Cols .text-section {
    width: 100%;
    min-height: 290px;
    padding: 0;
    margin: 0;
    background-color: #FFFFFF;
}
.newsletter .newsletter3Cols .imageItem .media {
    margin: 0;
}
.newsletter .newsletter3Cols .imageItem .media DD {
    display: none;
}
.newsletter .newsletter3Cols .media IMG {
    width: 290px                                          /* temporary until image variation */
}
.newsletter .newsletter3Cols .text-section .textItem {
    width: 500px;
    padding: 20px 20px 20px 0;
}
.newsletter .newsletter3Cols .text-section.no-img .textItem {
    width: 880px;
    padding-left: 20px;
}
.newsletter .newsletter3Cols .linkList {
    padding-top: 20px;
}
.newsletter .newsletter3Cols .linkList H2 {
    font-family: DINWebProRegular; font-size: 30px; line-height: 35px;
    padding-bottom: 20px;
}
#main .newsletter .newsletter3Cols .linkList UL {
    padding: 0;
}
.newsletter  .newsletter3Cols TABLE {
    width: 100%;
    margin-bottom: 0 !important;
}
#main .newsletter .text-section .textItem>*{
    padding-bottom: 20px;
}
.newsletter .linkList {
    width: calc(100% - 40px) !important;
}
/* ==== NEWSLETTER2 =======================================*/
#main .fullWidthBox>DIV.newsletter.new {
    width: 1200px;
    padding: 0;
}
.newsletter2 .newsletter3Cols {
    width: 880px;
    float: left;
}
.newsletter2 .newsletter1Col {
    width: 320px;
    float: right;
}
.newsletter2 .newsletter1Col .form-wrapper>FORM {
    margin: 0;
    padding-top: 30px;
    background-color: transparent;
}
.newsletter2 .newsletter1Col .form-wrapper>FORM INPUT[type="text"]{
    width: 268px;
    border: 1px solid #A3A3A3;
}
.newsletter2 .newsletter1Col .form-wrapper>FORM LABEL{
    font-family: DINWebProRegular; font-size: 18px; color: #4C4C4C; line-height: 25px;;
}
.newsletter2 .newsletter3Cols .fullWidthBox {
    padding: 0;
}
#main .newsletter2 .newsletter3Cols .fullWidthBox.top #page-intro {
    margin: 0;
}
#main .newsletter2 .newsletter3Cols .fullWidthBox.top #page-intro .date {
    font-family: DINWebProRegular; font-size: 20px; line-height: 25px;;
}
.newsletter2 .newsletter3Cols .fullWidthBox.top #page-intro H1,
#main .newsletter2 .newsletter3Cols .fullWidthBox.top #page-intro .date,
.newsletter2 .newsletter3Cols .fullWidthBox.top #page-intro P {
    padding: 0;
    width: auto;
    color: #FFFFFF;
}
.newsletter2 .newsletter3Cols .fullWidthBox.top #page-intro H1 {
    padding: 30px 0;
}
#main .newsletter2 .newsletter3Cols .text-section {
    width: 100%;
    min-height: 320px;
    padding: 0;
    margin: 0;
    background-color: #FFFFFF;
}
.newsletter2 .newsletter3Cols .imageItem .media {
    margin: 0;
}
.newsletter2 .newsletter3Cols .imageItem .media DD {
    display: none;
}
.newsletter2 .newsletter3Cols .media IMG {
    width: 290px                                          /* temporary until image variation */
}
.newsletter2 .newsletter3Cols .text-section .textItem {
    width: 585px;
    padding: 30px 20px 30px 0;
}
.newsletter2 .newsletter3Cols .text-section.no-img .textItem {
    width: 880px;
    padding-left: 20px;
}
.newsletter2 .newsletter3Cols .linkList {
    padding-top: 20px;
}
.newsletter2 .newsletter3Cols .linkList H2 {
    font-family: DINWebProRegular; font-size: 30px; line-height: 35px;
    padding-bottom: 20px;
}
#main .newsletter2 .newsletter3Cols .linkList UL {
    padding: 0;
}
#main .newsletter2 TABLE {
    border-width: 0;
    margin: 0;
}
#main .newsletter2 TABLE TR TD {
    background-color: transparent;
    border-right: 0;
    border-bottom: 0;
    padding: 0;
}
.newsletter2 P {
    padding-bottom:0;
}
.newsletter2 #footer_logo {
    text-align: right !important;
    padding-top:0 !important;
}
.newsletter2 .table {
    display:table;
}
.newsletter2 .tr {
    display:table-cell;
    padding-bottom:0 !important;
    width:226px;
}
.newsletter2 .tr2 {
    display:table-cell;
    padding-left:34px;
}
.newsletter2 #below_header_td {
    padding: 30px 140px !important;
}
.newsletter2 #below_header_h1 {
    font-size:34px !important;
}
.newsletter2 #below_header_p {
    font-size:18px !important;
}
.newsletter2 .footer_icon {
    margin-right:20px !important;
}
.newsletter2 #main .fullWidthBox .linkList {
    width: 960px;
}
.newsletter2 #header {
    min-height: 429px !important;
}
/* ==== TOC =======================================*/
#page-intro #toc H2 {
    padding-bottom: 40px;
}
/* ==== HEADING =======================================*/
.heading H1 {
  padding-bottom: 0;
}
/* ==== PLANET =======================================*/
#main>.fullWidthBox>DIV.planetFeed {
    width: 1280px;
    padding: 0;
}
.planetFeed .planet3Cols {
    width: 960px;
    float: left;
}
.planetFeed .planet1Col {
    width: 300px;
    padding-left: 20px;
    float: right;
}
#main .planetFeed .pager {
    width: 980px;
}
#main .planetFeed UL LI {
    /*border: 0;   */
}
#main .planetFeed .feedText {
    padding-left: 220px;
    padding-bottom: 60px;
    width: 740px;
    position: relative;
}
#main .planetFeed .hackergotchi {
  position: absolute;
  left: 0;
  top: 0;
    width: 180px;
    text-align: center;
}
#main .planetFeed H3.date {
    font-family: DINWebProRegular; font-size: 30px; line-height: 35px;;
    color: #A3A3A3;
}
#main .planetFeed H4 .title {
    font-family: DINWebProMedium; font-size: 35px; color: #4C4C4C; line-height: 40px;;
    color: #3E5900;
}
#main .planetFeed H4 .title:hover {
    color: #9A3332;
}
#main .planetFeed H4:first-of-type {
    padding-bottom: 40px;
}
#main .planetFeed .text-section {
  margin:0;
  padding: 0;
}
#main .planetFeed .feedText H1,
#main .planetFeed .feedText H2,
#main .planetFeed .feedText H3,
#main .planetFeed .feedText H4,
#main .planetFeed .feedText H5{
    font-family: DINWebProMedium; font-size: 35px; color: #4C4C4C; line-height: 40px;;
}
#main .planetFeed .feedText IMG{
    max-width: 740px;
    max-height: 400px;
}
#main .planetFeed .addthis_toolbox {
    padding-top: 40px;
}
#main .planetFeed .planet1Col LI {
    position: relative;
}
#main .planetFeed .planet1Col .rss_icon {
     padding-top: 7px;
}
#main .planetFeed .planet1Col DIV.rss_icon IMG.rss_icon {
    padding-top: 0;
}
#main .planetFeed .planet1Col DIV.rss_icon {
    position: absolute;
    right: 0;
    bottom: 1px;
}
#main .planetFeed .planet1Col LI.multi.last DIV.rss_icon,
#main .planetFeed .planet1Col LI.first.last DIV.rss_icon {
    bottom: 6px;
}
#main .planetFeed .planet1Col UL LI.first:not(.last),
#main .planetFeed .planet1Col UL LI.multi:not(.last) {
    border-bottom: 0;
    padding-bottom: 0;
}
#main .planetFeed .planet1Col LI.multi P.authorName,
#main .planetFeed .planet1Col LI.first.last P.blogLink {
    display: none;
}
#main .planetFeed .planet1Col LI  P.blogLink,
#main .planetFeed .planet1Col UL LI P.authorName{
    padding-bottom: 0;
}
#main .planetFeed .planet1Col LI.multi {
    padding-top: 0;
}
#main .planetFeed .planet1Col UL LI.first:not(.last) P.authorName A {
    pointer-events: none;
    text-decoration: none;
}
#main .planetFeed .planet1Col LI  P.blogLink A {
    padding-left: 10px;
    color: #4C4C4C;
}
#main .planetFeed .planet1Col LI  P.blogLink A:hover {
    color: #9A3332;
    text-decoration: underline;
}
/* ==== PLANET =======================================*/
FORM#loginForm FIELDSET>DIV{
    padding-bottom: 40px;
}
FORM#loginForm FIELDSET>DIV:nth-of-type(1){
    float: left;
    padding-right: 40px;
}
FORM#loginForm FIELDSET>DIV:last-of-type{
    padding-bottom: 0px;
}
FORM#loginForm FIELDSET>DIV INPUT[type="text"],
FORM#loginForm FIELDSET>DIV INPUT[type="password"] {
    width: 320px;
}
/* ==== PUR =======================================*/
BODY#pur .text {
    margin-bottom: 0;
}
/* ==== ADDTHIS ===================================*/
#branding #social-sharing-box {
    float: none;
}
#branding #social-sharing {
    padding: 15px 0 0 20px;
}
TABLE.addthis {
}
TABLE.addthis TD.label {
    padding: 5px 10px 0 0;
    font-size: 20px;
}
TABLE.addthis TD.buttons {
    width: 515px;
}

/* ==== YOUTUBE ===================================*/
.youtubePlayer .fluid-width-video-wrapper {
    max-width: 1280px;
}

/* ==== SIMPLE LANDING PAGE =======================*/

#landing-page.simple DIV.showNextButton {
    height: 45px;
    width: 90px;
    border-radius: 90px 90px 0px 0px;
    background-color: rgb(255, 255, 255);
    background-image: url("../img/buts/arrow_down.png");
    background-repeat: no-repeat;
    background-position: center 25px;
    display: block;
    margin: -45px auto 0px;
    cursor: pointer;
    position:relative;

}

#landing-page.simple DIV.showNextButton.second {
     background-color: #689600;
     background-image: url("../img/buts/arrow_down.png");
}

#landing-page.simple DIV.showNextButton:hover{
    cursor: pointer;
    background-image: url("../img/buts/arrow_down_mouseover.png");
}

#landing-page.simple #branding #nav-global a:hover {
    cursor: pointer;
}

#landing-page.simple.no-branding #wrapper {
    padding: 0px 0px 0px;
}


#landing-page.simple.no-branding #branding {
    position:relative;
}


#landing-page.simple #nav-global {
    top:0px;
    text-align:center;
    z-index:0;
}

#landing-page.simple #nav-global #nav-global-box {
    background-color:transparent;
}


#landing-page.simple #nav-global ul#menu {
    position:relative;
    display: inline-block;
    margin:0;
}

#landing-page.simple #site-info {
    min-height:0px;
}

#landing-page.simple .text2images {
    background-positiong:50% 50%;
    background-size: 100% 100%;
    background-repeat:no-repeat;
}



#landing-page.simple .text2images p{
    position: relative;
    z-index: 5;
}

#landing-page.simple .verticalAlign_middle {
    width: 341px;
    margin: auto;
    position: absolute;
    top: 50%; left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}


#landing-page.simple DIV.section {
    background-position:0% 0%;
    padding:0px 20px 60px;
    margin:0px auto;
}

#landing-page.simple DIV.fixedbg {
    background-attachment:fixed;
    background-repeat:repeat;
    background-size:auto;
}

/** Padding is 60 */
#landing-page.simple DIV.px_80_height {
    min-height:20px;
}

#landing-page.simple DIV.px_100_height {
    min-height:40px;
}

#landing-page.simple DIV.px_150_height {
    min-height:90px;
}

#landing-page.simple DIV.px_200_height {
    min-height:140px;
}

#landing-page.simple DIV.px_250_height {
    min-height:190px;
}

#landing-page.simple DIV.px_300_height {
    min-height:240px;
}

#landing-page.simple DIV.px_350_height {
    min-height:290px;
}

#landing-page.simple DIV.px_400_height {
    min-height:340px;
}

#landing-page.simple DIV.px_450_height {
    min-height:390px;
}


#landing-page.simple DIV.px_500_height {
    min-height:440px;
}

#landing-page.simple DIV.px_600_height {
    min-height:540px;
}
#landing-page.simple DIV.px_700_height {
    min-height:640px;
}
#landing-page.simple DIV.px_800_height {
    min-height:740px;
}
#landing-page.simple DIV.px_900_height {
    min-height:840px;
}

#landing-page.simple DIV DIV.px_1000_height {
    min-height:940px;
}

#landing-page.simple DIV.auto_height {

}

em.highlight{
    color: #9A3332;
}


/** Intros on home */
#home  .fullWidthBox.top > div.intros {
    height:640px;
    overflow: hidden;
    position: relative;
}
#home  .fullWidthBox.top > div.intros > div.intro:nth-of-type(n+3) {
    display: none;
}
#home  .fullWidthBox.top > div.intros > div.intro {
    width:1280px;
    height:640px;
    position: absolute;
    left: 0;
}
#home  .fullWidthBox.top > div.intros > div.intro {
    width:1280px;
    height:640px;
    position: absolute;
    left: 0;
}

#home  .fullWidthBox.top > div.intros > div.intro>div {
    padding: 0 20px;
}
#home  .fullWidthBox.top > div.intros .carouselButton {
    position: absolute;
    margin-left: 10px; /** used by jQuery */
    margin-right: 20px; /** used by jQuery */
    bottom: 12px;
    z-index: 100;
}
#home  .fullWidthBox.top > div.intros .carouselButton INPUT[type="button"] {
    width: 20px;
    height: 20px;
    background-color: #86AB33;
    border: none !important;
    font-size:0;
}
#home  .fullWidthBox.top > div.intros .carouselButton INPUT[type="button"]:hover,
#home  .fullWidthBox.top > div.intros .carouselButton INPUT[type="button"].active {
    background-color: #3E5900;
}

#home .fullWidthBox.top > div.intros #page-intro .MainAreaIntroImage IMG {
    max-width: 1280px;
    max-height: 640px;
    width:auto;
}
#home .fullWidthBox.top > div.intros #page-intro .MainAreaIntroTexts {
    position: relative;
    z-index: 2;
}
#home .fullWidthBox.top > div.intros #page-intro .buttons {
    position: relative;
    z-index: 3;
}

#main .fullWidthBox>.rss_subscribe {
    margin-bottom: 0;
}
#main .fullWidthBox>.rss_subscribe .box {
    position: absolute;
    z-index: 10;
    right: 140px;
    top: 15px;
    background-image: url("../img/buts/rss-feed-icon.png");
    background-repeat: no-repeat;
    background-position: center center;
    width: 30px;
    height: 30px;
}
#main .fullWidthBox>.rss_subscribe .box em {
}

#main .fullWidthBox>.rss_subscribe .box em a {
    text-decoration: none;
}

/*#domains-box {
    display:none;
    position: relative;
    height:1px;
    width: 1280px;
    margin: 0 auto;
    z-index: 100;
}
#domains {
    top: 0;
    right: 18px;
    position: absolute;
}
#landing-page #domains-box,
#home #domains-box {
    display: block;
}
#landing-page #domains {
    top: 60px;
}
#domains LI {
    display: inline-block;
    padding: 10px 7px 0 0;
}
#domains A {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
}*/


/*#home #wrapper,
#corp-standard-banner #wrapper,
#landing-page #wrapper {
padding: 36px 0 0 0;
}
#wrapper {
padding: 159px 0 0 0;
}*/

/* snippet hack */
BODY > IMG {
    position: absolute;
}


/* Infusion forms */
.infusion-form {
  background-color: #EFEFEF;
  padding: 10px;
}
.infusion-field {
  padding: 5px 5px 5px 150px;
  position: relative;
}
.infusion-field LABEL {
  position: absolute;
  left: 0;
  padding: 5px;
}
.infusion-submit {
  padding: 5px 5px 0px 150px;
}
.infusion-option {
  display: inline-block;
  width: 100%;
  position: relative;
  padding: 5px 5px 0 5px;
}
.infusion-option LABEL {
  position: absolute;
  left: 30px;
  padding: 0;
}
.infusion-field SELECT {
  width: 280px;
  overflow: hidden;
  background: url(../img/buts/selection_arrow.png) 95% no-repeat;
  background-color: #A3A3A3;
}


/* 3 Columns Component on Home */
#main .fullWidthBox>DIV.groupOf3Colums,
#main .fullWidthBox>DIV.groupOf4Colums {
    width:1280px;
    padding:0;
}
.singleTeaserIn3ColHome {
    float: left;
    width: 286px;
    height: 380px;
    padding: 0 70px;
    position: relative;
}
.groupOf4Colums .singleTeaserIn3ColHome {
    width: 240px;
    padding: 0 40px;
}
.singleTeaserIn3ColHome DIV {
    text-align: center;
}

.singleTeaserIn3ColHome .title {
    text-transform: uppercase;
    font-size: 22px;
    margin-top: 160px;
    padding-bottom: 20px;
    color: #689600;
}
.singleTeaserIn3ColHome .icon {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.singleTeaserIn3ColHome .icon IMG {
    max-width: 150px;
    max-height: 150px;
}
.singleTeaserIn3ColHome .botom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.singleTeaserIn3ColHome .button {
    margin: 0;
}
.singleTeaserIn3ColHome .button A {
    color: #fff;
    text-decoration: none;
}
BODY#jobs-list #list.list .listItemImage {
    display:none;
}
BODY#jobs-list #list.list .listItemBox,
BODY#jobs-list #list.list #list-wrapper>LI {
    height: auto;
}
BODY#jobs-list #list.list .listItemText P {
    padding-bottom: 0;
}
IFRAME#infFormIframe_0 {
  background: url(../img/bgs/form-loading.png) center center no-repeat;
  background-color: #efefef;
}