/*! normalize.css - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/* Corrects `block` display not defined in IE6/7/8/9 & FF3. */
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary {display: block;}

/* * Corrects `inline-block` display not defined in IE6/7/8/9 & FF3. */
audio,canvas,video {display: inline-block;*display: inline;*zoom: 1;}

/* Prevents modern browsers from displaying `audio` without controls.
Remove excess height in iOS5 devices. */
audio:not([controls]) {display: none;height: 0;}

/*Addresses styling for `hidden` attribute not present in IE7/8/9, FF3, S4.
Known issue: no IE6 support. */
[hidden] {display: none;}

/* ==========================================================================
   Base
   ========================================================================== */
/*
 1. Corrects text resizing oddly in IE6/7 when body `font-size` is set using `em` units.
 2. Prevents iOS text size adjust after orientation change, without disabling user zoom.
 */
html {
    font-size: 100%; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

/* Addresses `font-family` inconsistency between `textarea` and other form elements. */
html,button,input,select,textarea {font-family: sans-serif;}

/*Addresses margins handled incorrectly in IE6/7. */
body {margin: 0;}

/* ==========================================================================
   Links
   ========================================================================== */

/*Addresses `outline` inconsistency between Chrome and other browsers. */
a:focus {outline: thin dotted;}

/* Improves readability when focused and also mouse hovered in all browsers. 
people.opera.com/patrickl/experiments/keyboard/test */
a:active,a:hover {outline: 0;}

/* ==========================================================================
   Typography
   ========================================================================== */

/* Addresses font sizes and margins set differently in IE6/7.
 * Addresses font sizes within `section` and `article` in FF4+, Chrome, S5.*/
h1 {font-size: 2em; margin: 0.67em 0;}
h2 {font-size: 1.5em; margin: 0.83em 0;}
h3 {font-size: 1.17em; margin: 1em 0;}
h4 {font-size: 1em; margin: 1.33em 0;}
h5 {font-size: 0.83em; margin: 1.67em 0;}
h6 {font-size: 0.75em; margin: 2.33em 0;}

/* Addresses styling not present in IE7/8/9, S5, Chrome. */
abbr[title] {border-bottom: 1px dotted;}

/* Addresses style set to `bolder` in FF3+, S4/5, Chrome. */
b,strong {font-weight: bold;}
blockquote {margin: 1em 40px;}

/* Addresses styling not present in S5, Chrome. */
dfn {font-style: italic;}

/* Addresses styling not present in IE6/7/8/9.*/
mark {background: #ff0; color: #000;}

/* Addresses margins set differently in IE6/7. */
p,pre {margin: 1em 0;}

/* Corrects font family set oddly in IE6, S4/5, Chrome.
en.wikipedia.org/wiki/User:Davidgothberg/Test59 */
code,kbd,pre,samp {font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em;}

/* Improves readability of pre-formatted text in all browsers. */
pre {white-space: pre; white-space: pre-wrap; word-wrap: break-word;}

/* Addresses CSS quotes not supported in IE6/7. */
q {quotes: none;}

/* Addresses `quotes` property not supported in S4. */
q:before,q:after {content: ''; content: none;}
small {font-size: 75%;}

/* Prevents `sub` and `sup` affecting `line-height` in all browsers.
 * gist.github.com/413930 */
sub,sup {font-size: 75%; line-height: 0; position: relative; vertical-align: baseline;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}

/* ==========================================================================
   Lists
   ========================================================================== */

/* Addresses margins set differently in IE6/7. */
dl,menu,ol,ul {margin: 1em 0;}
dd {margin: 0 0 0 40px;}

/* Addresses paddings set differently in IE6/7. */
menu,ol,ul {padding: 0 0 0 40px;}

/* Corrects list images handled incorrectly in IE7. */
nav ul,nav ol {list-style: none; list-style-image: none;}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE6/7/8/9, FF3.
 * 2. Improves image quality when scaled in IE7.
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */

img {border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}
/* Corrects overflow displayed oddly in IE9. */
svg:not(:root) {overflow: hidden;}

/* ==========================================================================
   Figures
   ========================================================================== */

/* Addresses margin not present in IE6/7/8/9, S5, O11. */

figure {margin: 0;}

/* ==========================================================================
   Forms
   ========================================================================== */

/* Corrects margin displayed oddly in IE6/7. */

form {margin: 0;}

/* Define consistent border, margin, and padding. */

fieldset {border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em;}

/*
 * 1. Corrects color not being inherited in IE6/7/8/9.
 * 2. Corrects text not wrapping in FF3.
 * 3. Corrects alignment displayed oddly in IE6/7.
 */
legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */

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

/*
 * Addresses FF3/4 setting `line-height` on `input` using `!important` in the
 * UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE6.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
    *overflow: visible;  /* 4 */
}

/* Re-set default cursor for disabled elements. */

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

/*
 * 1. Addresses box sizing set to content-box in IE8/9.
 * 2. Removes excess padding in IE8/9.
 * 3. Removes excess padding in IE7.
 *    Known issue: excess padding remains in IE6.
 */

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

/*
 * 1. Addresses `appearance` set to `searchfield` in S5, Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in S5, Chrome (include `-moz`
 *    to future-proof).
 */

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

/* Removes inner padding and search cancel button in S5, Chrome on OS X. */

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

/* Removes inner padding and border in FF3+. */

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

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/* Remove most spacing between table cells. */

table {
    border-collapse: collapse;
    border-spacing: 0;
    height: 100%;
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {
    display: table;
    content: " ";
}

.clearfix:after {
    clear: both;
}


/* CUSTOM CSS STARTS HERE ---------------------------------------------------------- */

html {
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    height: 100%;
}

a {
    text-decoration: none;
    font-weight: bold;
    color: #852c2b;
}

a:hover {
    color: #fff;
}

body {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: arial, sans-serif;
    font-size: 14px;
    color: #000;
    background: #e6e1e5; /* The Fallback */
    background: rgba(222,220,225,0.85);
}

#container {
    min-height: 100%; 
    position: relative; 
}

.wrapper {
    width: 1100px;
    max-width: 94%;
    margin: 0 auto;
    padding: 0;
}

hr {
    position: relative;
    height: 2px;
    color: #852c2b;
    background-color: #852c2b;
    border: 0px;
    margin: 0;
    z-index: 999;
}

article hr {margin-top: 20px;}


/* NAVIGATION & HEADER IMAGE-------------------------------------------- */

.main_nav {
    position: relative;
    float: right;
    height: 100px;
    width: auto;
    margin: 0;
    font-size: 1.35em;
    text-align: right;
    text-transform: uppercase;
}

#menu ul {
    display: none;
}

#menu ul {
    margin: 0; 
    padding: 0;
}

#menu li {
    display: inline-block; 
    margin: 50px 0 10px 0;
}

#menu li p {
    font-weight: normal;
    padding: 0 0 0 40px;
    margin: 0;
    text-align: center;
    cursor: pointer;
    color: #852c2b;
}

#menu li p:hover, #menu li p:active {
    color: #fff;
    font-weight: normal;
}

.hide {
    display: none;
}

#menu li p a.parent_link {
    font-weight: normal;
    padding: 0;
}

#menu .secondary-menu-item {
    display: none;
}


/* NAV ROLLOVER -------------------------------------------- */

#nav_rollover ul {
    display: none;
    float: right;
    margin: 0;
    padding: 0;
    z-index: 999;
}

#nav_rollover li {
    display: inline-block;
}

#nav_rollover a {
    font-weight: normal;
    margin: 0 0 0 40px;
    font-size: 0.7em;
}



/* SECONDARY NAV -------------------------------------------- */

#secondary_nav {
    background: #852c2b;
    height: 26px;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: right;
}

#secondary_nav ul {
    margin: 0;
    padding: 0;
}

#secondary_nav li {
    display: inline-block;
    padding: 0 0 0 25px;
    margin-top: 4px;
}

#secondary_nav a {
    font-size: 0.85em;
    color: #fff;
    font-weight: normal;
}

#secondary_nav a:hover {
    color: #e6e1e5;
}


/* MOBILE NAV -------------------------------------------- */

.main {
    display: none;
}



/* HEADER -------------------------------------------- */

#header, #header_transparent {
    position: relative;
    height: 180px;
    width: 100%;
    z-index: 999;
}
#header {
    background: #e6e1e5; /* Fallback for old IE */
    background: rgba(230,225,229,1);
}
#header_transparent {
    background: #e6e1e5;
    background: rgba(222,220,225,0.85);
}

#header img, #header_transparent img {
    position: relative;
    float: none;
    width: 280px;
    height: 83px;
    margin-top: 40px;
}

.logo, .logo a {
    position: relative;
    width: auto;
    height: auto;
    float: left;
    z-index: 100;
}

.logo_vertical {
    display: none
}



/* BODY -------------------------------------------- */

.body {
    clear: both;  
    padding-bottom: 160px;   /* Height of the footer */
}

#content {
    position: relative;
    width: 50%;
    background: #fff;
}

.body_home {
    min-height: 340px;
}

.body_contact {
    min-height: 500px;
    padding-bottom: 120px;
}



/* CONTENT -------------------------------------------- */

h1, h2, h3, h4, h5, h6 {color: #852c2b; margin: 0.75em 30px 0 30px;}
h1 {
    text-transform: uppercase; 
    font-size: 4em; 
    font-weight: 600; 
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 0.9em;
}
h2 {
    font-size: 2em;
    margin-top: 10px;
    margin-bottom: 5px;
    font-style: italic;
    font-weight: 100;
}
h3 {
    width: 40%;
    font-family: 'Georgia', serif;
    color: #852c2b;
    font-style: italic;
    font-size: 1.5em;
    padding: 0 0 5px 0;
    margin-top: 0px;
    font-weight: 100;
}
h4 {}
h5 {}
h6 {font-size: 1.0em; font-weight: normal; font-style: italic; margin: 0 0 10px 30px; color: #000;}

h2.extra_padding {padding: 10px 0;}

p {}
.bold-red {font-weight: 600; color: #852c2b; text-transform: uppercase;}
.pullquote {
    font-family: 'Georgia', serif;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0.5em 0;
    font-size: 2em;
    color: #852c2b;
    font-style: italic;
    text-align: center;
    border-top: 2px solid #852c2b;
    border-bottom: 2px solid #852c2b;
}
.pullquote::before, .pullquote::after {content: '"';}

article {
    position: relative; 
    margin: 60px 0; 
    z-index: 1;
    background: rgba(221,215,220,1);
}

article.text_background {
    background: #e6e1e5; /* The Fallback */
    background: rgba(222,220,225,0.85);
    margin: 0;
    padding: 20px 0px 0px 0px;
    z-index: 1;
}


article p {
    line-height: 1.5em; 
    font-size: 1em;
    margin: 0 30px;
    padding-bottom: 1em;
}
article p:last-child {padding-bottom: 3em;}

article img {
    position: relative;
    display: block;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
}

.hideme {
    opacity: 0;
}



/* CONTACT MAP -------------------------------------------- */

/* MAP UNDER */
.map_box {
    overflow: hidden;
    position: absolute;
    bottom: 160px;
    left: 0;
    height: 90%; /* fallback if needed */
    /* Firefox */height: -moz-calc(100% - 340px);
    /* WebKit */height: -webkit-calc(100% - 340px);
    /* Opera */height: -o-calc(100% - 340px);
    /* Standard */height: calc(100% - 340px);
    width: 100%;
}

#map_canvas {
    width: 100%;
    height: 100%;
}

.map_space {
    position: relative;
    height: 500px;
    background: rgba(224,215,220,0.75);
}


/* BACKGROUND IMAGES -------------------------------------------- */

.bg_cover {
    position: relative;
    z-index: 0
}

.bg_fullwidth {
    width: 100%;
    height: auto;
    position: fixed;
    bottom: 0;
    z-index: 0;
}

.bg_bottomright {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 0;
    width: 75%;
    height: auto;
}

.bg_red {
    position: fixed;
    bottom: -3%;
    right: -3%;
    z-index: 0;
    height: 700px;
    width: auto;
}

.bg_full_seed {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    background: url(../images/backgrounds/bg_factory.jpg) no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}
.bg_fullwidth-tablet {display: none;}

#bgvid {
    display: none;
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    background: url(video/test_istock.jpg) no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}
/* Use Modernizr classes on HTML element to show video when it's supported */
.video #bgvid { 
    display: block;
}

video { display: block; }

.video_poster {
    display: none;
    position: fixed;
    z-index: 1;
    top: 0; right: 0; bottom: 0; left: 0;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: auto;
}
.no-video .video_poster { 
    display: block;
}

.container_slider {display: none;}
.cb-slideshow {display: none;}



/* VIDEO MODAL - HOME PAGE */

.home_bottomright {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -32px;
    margin-left: -32px;
    z-index: 1;
}

.ring {
    border-radius: 50%;
    behavior: url(PIE.htc); /* remove if you don't care about IE8 */
    width: 36px;
    height: 36px;
    padding: 12px 8px 12px 16px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    color: rgba(255, 255, 255, 0.5);
    text-align: center;
    font-size: 32px;
    margin: 0;
    -webkit-transition: width ease 0.5s, height ease 0.5s, padding ease 0.5s, border ease 0.5s, color ease 0.5s, font-size ease 0.5s, margin ease 0.5s;
    -moz-transition: width ease 0.5s, height ease 0.5s, padding ease 0.5s, border ease 0.5s, color ease 0.5s, font-size ease 0.5s, margin ease 0.5s;
    -o-transition: width ease 0.5s, height ease 0.5s, padding ease 0.5s, border ease 0.5s, color ease 0.5s, font-size ease 0.5s, margin ease 0.5s;
    transition: width ease 0.5s, height ease 0.5s, padding ease 0.5s, border ease 0.5s, color ease 0.5s, font-size ease 0.5s, margin ease 0.5s; 
}

.ring:hover {
    width: 44px;
    height: 44px;
    padding: 15px 10px 15px 20px;
    border: 2px solid rgba(255, 255, 255, 1);
    color: rgba(255, 255, 255, 1);
    font-size: 40px;
    margin-left: -8px;
    margin-top: -8px;
    -webkit-transition: width ease 0.5s, height ease 0.5s, padding ease 0.5s, border ease 0.5s, color ease 0.5s, font-size ease 0.5s, margin ease 0.5s;
    -moz-transition: width ease 0.5s, height ease 0.5s, padding ease 0.5s, border ease 0.5s, color ease 0.5s, font-size ease 0.5s, margin ease 0.5s;
    -o-transition: width ease 0.5s, height ease 0.5s, padding ease 0.5s, border ease 0.5s, color ease 0.5s, font-size ease 0.5s, margin ease 0.5s;
    transition: width ease 0.5s, height ease 0.5s, padding ease 0.5s, border ease 0.5s, color ease 0.5s, font-size ease 0.5s, margin ease 0.5s;
}

a.videoModal-link {
    position: relative;
    bottom: 0;
    right: 0;
    float: right;
    display: inline-block;
    padding: 1em 0;
    height: auto;
    text-transform: uppercase;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.75);
}

a.videoModal-link:hover {
    color: #852c2b;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* HISTORY -------------------------------------------- */

.toggler {
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    position: relative;
    cursor: pointer;
    border-top: 1px solid #fff;
    display: table;
    -webkit-transition: background ease 0.5s;
    -moz-transition: background ease 0.5s;
    -o-transition: background ease 0.5s;
    transition: background ease 0.5s; 
}

.toggler:hover {
    background: rgba(255,255,255,0.5);
    -webkit-transition: background ease 0.5s;
    -moz-transition: background ease 0.5s;
    -o-transition: background ease 0.5s;
    transition: background ease 0.5s; 
}

.timeline {
    width: 100%;
    display: inherit;
}

.timeline:focus {
    background: rgba(134,45,44,1);
    color: #fff;    
}

.timeline div {
    display: inline-block;
    margin: 0;
    padding: 0;
    clear: both;
    vertical-align: top;
    display: table-cell;
    vertical-align: middle;
}

.timeline div.year {
    position: relative;
    width: 35%;
    height: auto;
    font-weight: 300;
    letter-spacing: 0.2em;
    font-size: 2.5em;
    text-align: center;
}
.timeline div.year p:active {
    color: #fff;
}

.timeline div.year p {
    line-height: 0.8em;
    color: #852c2b;
    margin: 1em 0;
    padding: 0;
}

.timeline div.event p:last-child {padding-bottom: 20px;}
.timeline div.event p {margin: 0;}
.timeline div.event p:first-child {padding-top: 20px;}

.timeline div.event {
    padding: 0;
    width: 55%;
}

.timeline div.history_arrow {
    width: 10%;
    text-align: center;
}

.toggle_expand { display: none; }

.toggler img {
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 0;
}

.toggle_float {
    position: absolute;
    display: none;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    right: 0;
}

.toggle_float img {
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 40vw;
    height: auto;
    padding: 8px;
    margin: 0;
    background: rgba(255,255,255,0.65);
}


/* VALUES -------------------------------------------- */

.margins {margin: 0 30px;}
ul.values_list {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 10px 0;
    width: 100%;
    vertical-align: top;
    border-bottom: 1px solid #852c2b;
}
ul.values_list:last-child {
    border-bottom: none;
}
ul.values_list li {
    display: inline-block;
    vertical-align: top;
    padding: 5px 0;
}
ul.values_list li:first-child {
    width: 40%;
    font-family: 'Georgia', serif;
    color: #852c2b;
    font-style: italic;
    font-size: 1.5em;
    padding: 10px 0;
}
ul.values_list li:last-child {
    width: 60%;
    border-bottom: none;
}

/* SEED POTATOES -------------------------------------------- */

ul.seed_varieties {
    position: relative;
    display: inline-block;
    margin: 0 0 20px 0;
    padding: 0;
    width: 50%;
    vertical-align: top;
}
ul.seed_varieties li {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    border-bottom: 1px solid #fff;
    padding: 5px 0;
}
ul.seed_varieties li:first-child {
    font-family: 'Georgia', serif;
    color: #852c2b;
    font-style: italic;
    font-size: 1.5em;
    padding: 10px 0;
    border-top: 2px solid #852c2b;
    border-bottom: 2px solid #852c2b;
}
ul.seed_varieties li:last-child {
    border-bottom: none;
}



/* PARTNERS -------------------------------------------- */

.partner_logo {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    background: none;
    -webkit-transition: background ease 0.5s;
    -moz-transition: background ease 0.5s;
    -o-transition: background ease 0.5s;
    transition: background ease 0.5s; 
}

.partner_logo:hover {
    background: rgba(255, 255, 255, 0.5); 
    -webkit-transition: background ease 0.5s;
    -moz-transition: background ease 0.5s;
    -o-transition: background ease 0.5s;
    transition: background ease 0.5s;    
}

.partner_logo img {
    padding: 10px 0;
    width: 70%;
}


/* EMPLOYMENT -------------------------------------------- */

.toggler_jobs {
    display: block;
    margin: 0;
    padding: 0 0 0 0;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #852c2b;
    -webkit-transition: background ease 0.5s;
    -moz-transition: background ease 0.5s;
    -o-transition: background ease 0.5s;
    transition: background ease 0.5s; 
}
.toggler_jobs:first-child {border-top: 1px solid #852c2b;}
.toggler_jobs:last-child {margin-bottom: 20px}
.toggler_jobs div.expand {cursor: pointer;}

.toggler_jobs:hover {
    background: rgba(255,255,255,0.5);
    -webkit-transition: background ease 0.5s;
    -moz-transition: background ease 0.5s;
    -o-transition: background ease 0.5s;
    transition: background ease 0.5s; 
}

.toggler_jobs div {
    margin-left: 0px;
}

.toggler_jobs h2 {margin-bottom: 0; margin-top: 0; padding-top: 20px;}
.toggler_jobs h6 {
    padding-bottom: 20px;
    margin-bottom: 0px;
}

.toggler_jobs .toggle_expand p {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 20px;
}



/* CONTACT FORM -------------------------------------------- */

.formbox, .toggler_jobs div.formbox {
    padding: 0;
    margin: 0 30px;
    position: relative;
}
/*
label, label.form_message {
    display: inline-block;
    float: left;
    width: 100px;
    padding: 10px;
    background: #852c2b;
    color: #fff;
    font-weight: bold;
    border: none;
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
}

label.form_message {
    height: 128px;
}*/

label {
    display: block;
    color: #852c2b;
    font-weight: bold;
    border: none;
}

.label-hide {display: none;}

input, select, textarea {
    display: inline-block;
    margin-bottom: 10px;
    padding: 10px 3%;
    border: none;
    width: 94%;

    -webkit-transition: box-shadow 0.30s ease-in-out;
    -moz-transition: box-shadow 0.30s ease-in-out;
    -ms-transition: box-shadow 0.30s ease-in-out;
    -o-transition: box-shadow 0.30s ease-in-out;
    outline: none;
}

input:focus, textarea:focus {
    box-shadow: 0 0 7px #852c2b;
}

select {
    width: 100%;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    background: #fff;
}

.formbox textarea {
    resize: none;
    height: 128px;
}

#send {
    border: 3px solid #852c2b;
    text-transform: uppercase;
    color: #852c2b;
    padding: 10px 50px;
    margin: 20px 0 40px 0;
    background: none;
    width: auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#send:hover {
    background: #852c2b;
    color: #fff;
}

.form_error {
    width: 100%;
    padding: 5px 0 0 0;
    margin-top: 5px;
    color: #000;
}

.form_error p, .form_error li {
    margin-left: 0px;
}

label, textarea { display: block; }
.hp { position: absolute; left: -9999px; }

.fileUpload {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 36px;
    float: left;
}

.fileUpload label {
    float: left;
}

.fileUpload input.resume {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    width: 94%;
    padding: 10px 3%;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

 .hasPlaceholder {
    color: #777;
}



/* FOOTER -------------------------------------------- */

.footer {
    position: absolute;
    bottom: 0;
    height: 160px;
    width: 100%;
    text-align: center;
    border-top: 2px solid #852c2b;
    background: #e6e1e5;
    background: rgba(222,220,225,0.85);
    z-index: 999;
}


.footer ul {
    float: left;
    margin: 24px 0 0 20px;
    padding: 0;
    display: inline-block;
    vertical-align: top;
    text-align: left;
}

.footer li {
    display: block; 
    margin: 0; 
    padding: 1px 0;
    font-size: 0.85em;
    font-weight: normal;
    color: #852c2b;
}

.footer li a {
    color: #852c2b;
    text-decoration: none;
    white-space: nowrap; 
}

.footer li a:hover {
    color: #212221;
}

.footer img.secondary_mark {
    height: 100px;
    width: auto;
    float: left;
    margin: 30px 30px 0 0;
}

.footer .signup_slogan {
    float: right;
    width: 40%;
    margin-top: 25px;
}

.footer img.slogan, .footer img.slogan_reversed {
    height: auto;
    width: 200px;
    float: right;
    margin: 30px 0 0 0;
}

.footer p {
    float: left;
    font-size: 0.85em;
    text-align: left;
    color: #852c2b;
    display: block;
}

.footer img.slogan_reversed {display: none;}

    .slicknav_menu {
        display:none;
        z-index: 999999;
    }



/* IE8*/
@media \0screen\,screen\9 { 

    #content { background: #e6e1e5; z-index: 1; margin-bottom: 0px; padding-bottom: 20px; padding-top: 20px; } 
    .timeline div.history_arrow { display: none; }
    .timeline div.event p { margin: 0 30px 20px 30px; }
    #content p { margin-left: 30px; margin-right: 30px; }
    #content img { width: 100%; }

} 

/* IE 8 9 10 */
@media screen\0 {

    .label-hide { 
        display: block;
    }

}