/*
 * Theme Name:     Gotham Professional
 * Theme URI:      http://gothamprofessional.com
 * Description:    A theme for Gotham Professional
 * Author:         Giant Rabbit, LLC
 * Author URI:     http://www.giantrabbit.com
 * Template:       boilerplate                             
 * Version:        0.1.0
 * */

@import url("../boilerplate/style.css");

/** START HTML5 Boilerplate CSS **/

/*! normalize.css v1.1.2 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

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

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

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

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-size: 100%; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */

html,
button,
input,
select,
textarea {
    font-family: sans-serif;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */


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

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

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

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

/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */

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.67em;
    margin: 2.33em 0;
}

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */

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

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 6/7/8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Address margins set differently in IE 6/7.
 */

p,
pre {
    margin: 1em 0;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */

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

/**
 * Improve readability of pre-formatted text in all browsers.
 */

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

/**
 * Address CSS quotes not supported in IE 6/7.
 */

q {
    quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */

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

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

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

/**
 * Address margins set differently in IE 6/7.
 */

dl,
menu,
ol,
ul {
    margin: 1em 0;
}

dd {
    margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */

menu,
ol,
ul {
    padding: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */

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

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

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

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

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
    margin: 0;
}

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

/**
 * Correct margin displayed oddly in IE 6/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. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

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

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve 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 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

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

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],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and 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;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

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

/**
 * Remove inner padding and border in Firefox 3+.
 */

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

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve 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;
}


/*! main.css  */
/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #000;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #3F3F3F;
    color: #FFF;
    text-shadow: none;
}

::selection {
    background: #3F3F3F;
    color: #FFF;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

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

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

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

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

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

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body { background: #232323; }
a:link { color: #FF1000; }
a:hover { }
a:visited { }
span { color: #FF1000; }



/* =Main Menu Styling 
============================================== */

#menu_bar { background-color: #000; position: fixed; top: 0; left: 0; min-height: 40px; text-align: center; width: 100%; z-index: 2001; }
#menu_toggle { display: none; float: right; height: 25px; margin-bottom: 8px; padding: 5px; position: relative; width: 30px; z-index: 2002;}
  #menu_toggle > span { background-color: #d33319; border-radius: 1px; display: block; height: 4px; margin-top: 5px; width: 100%; 
    background: #d33319; /* Old browsers */
    background: -moz-linear-gradient(left,  #d33319 0%, #932911 50%, #d33319 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#d33319), color-stop(50%,#932911), color-stop(100%,#d33319)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  #d33319 0%,#932911 50%,#d33319 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  #d33319 0%,#932911 50%,#d33319 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  #d33319 0%,#932911 50%,#d33319 100%); /* IE10+ */
    background: linear-gradient(to right,  #d33319 0%,#932911 50%,#d33319 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d33319', endColorstr='#d33319',GradientType=1 ); /* IE6-9 */
  }
.menu-header > ul.menu { margin: 0; padding: 0; position: relative; }
  .logged-in #menu_bar { top: 28px; }
  .menu-header > ul.menu > li { display: inline-block; margin: 0 15px; padding: 6px 0; }
    .menu-header > ul.menu > li.active {  
      background: #d33319; /* Old browsers */
      background: -moz-linear-gradient(left,  #d33319 0%, #932911 50%, #d33319 100%); /* FF3.6+ */
      background: -webkit-gradient(linear, left top, right top, color-stop(0%,#d33319), color-stop(50%,#932911), color-stop(100%,#d33319)); /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(left,  #d33319 0%,#932911 50%,#d33319 100%); /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(left,  #d33319 0%,#932911 50%,#d33319 100%); /* Opera 11.10+ */
      background: -ms-linear-gradient(left,  #d33319 0%,#932911 50%,#d33319 100%); /* IE10+ */
      background: linear-gradient(to right,  #d33319 0%,#932911 50%,#d33319 100%); /* W3C */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d33319', endColorstr='#d33319',GradientType=1 ); /* IE6-9 */
    }
  .menu-header > ul.menu a { background-color: #000; color: #fff; display: inline-block; font-size: large; padding: 5px 0; text-decoration: none; }

.hidden-anchor { display: block; line-height: 0; height: 0; overflow: hidden; position: relative; top: -60px; }


.container { background: #f2f2f2 url("images/red-bar.jpg") repeat-y top left; margin: 0 auto; min-width: 320px; overflow: auto; padding-left: 42px; max-width: 1028px; }
.ribbon { background: url(images/ribbon.png) top right no-repeat; background-size: contain; height: 224px; overflow: hidden; position: fixed; right: 0; text-indent: -9999px; top: 40px; width: 224px; z-index: 2000; }
  .logged-in .ribbon { top: 68px; }
.ribbon:hover { opacity: .6; }

a.search { background: #ffffff; color: #3f3f3f; font-size: 1em; font-weight: bold; border-radius: 20px; -moz-border-radius: 20px; -webkit-border-radius: 20px; display: inline-block; padding: 2px 14px; text-decoration: none; }
div.search { border: 1px solid #e1c3bb; border-radius: 20px; -moz-border-radius: 20px; -webkit-border-radius: 20px; padding: 4px; overflow: auto; width: -moz-fit-content; }
div.search {
  background: #cc260d; /* Old browsers */
  background: -moz-linear-gradient(top,  #cc260d 0%, #ff1000 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cc260d), color-stop(100%,#ff1000)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #cc260d 0%,#ff1000 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #cc260d 0%,#ff1000 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #cc260d 0%,#ff1000 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #cc260d 0%,#ff1000 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc260d', endColorstr='#ff1000',GradientType=0 ); /* IE6-9 */
}
div.search:hover {
  background: #FF1000; /* Old browsers */
  background: -moz-linear-gradient(top,  #671909 0%, #ff1000 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#671909), color-stop(100%,#ff1000)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #671909 0%,#ff1000 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #671909 0%,#ff1000 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #671909 0%,#ff1000 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #671909 0%,#ff1000 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#671909', endColorstr='#ff1000',GradientType=0 ); /* IE6-9 */
}

header[role='banner'] { margin-top: 55px; }
header h1 { margin-left: 22px; }
header h1 a { background: url("images/logo.png") top left no-repeat; display: block; height: 109px; text-indent: -9999px; width: 168px; }
header h1 a:hover { opacity: .6; }

#tagline { display: none; }
#textline { display: none; }

section#content div[id*="section"] .content { padding: 1px 68px 40px 68px; }
section#content div[id*="section"] .content p { margin-bottom: 0; }
section#content div[id*="section"] .content h2 { margin-top: 1em; }
section#content h1 { background: url("images/welcome.png") top center no-repeat; display: block; height: 45px; margin: .5em 0 0 28px; text-indent: -9999px; width: 134px; }
section#content p { color: #000000; font-size: 1.75em; margin-top: 0; font-weight: 300; }
section#content p.smaller { color: #3f3f3f; font-size: 1.1em; font-weight: 400; margin-bottom: 1em; }
section#content h2 { display: block; height: 45px; text-indent: -9999px; margin-left: -1.5em; } 

section#content #section_1 { background: url("images/skyline.png") no-repeat bottom left; min-height: 570px; min-width: 100%; position: relative; }
section#content #section_1 .content { padding-bottom: 50px;
  background: rgba(242,242,242,0.5); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(242,242,242,0.75) 75%, rgba(242,242,242,0) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(75%,rgba(242,242,242,0.75)), color-stop(100%,rgba(242,242,242,0))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(242,242,242,0.75) 75%,rgba(242,242,242,0) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(242,242,242,0.75) 75%,rgba(242,242,242,0) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(242,242,242,0.75) 75%,rgba(242,242,242,0) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(242,242,242,0.75) 75%,rgba(242,242,242,0) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(242,242,242,0.75)', endColorstr='rgba(242,242,242,0)',GradientType=0 ); /* IE6-9 */
}
section#content #section_1 .content p.lower { color: #ffffff; left: 3%; margin-bottom: 0; position: absolute; bottom: 0; }

section#content #section_1b { background: #3c3c3c; color: #ffffff; }

section h3 { color: #FF1000; font-size: 2em; font-weight: 300; margin: .5em 0; }

section#content div[id*="section_2"] { background: #ffffff; min-height: 310px; overflow: auto; }
section#content #section_2_left, section#content #section_4_left { float: left; width: 45%; }
section#content #section_2_left ul { color: #3F3F3F; font-size: 1.1em; list-style-type: none; padding-left: 20px; }
section#content #section_2_right, section#content #section_4_right { float: right; width: 55%; }
section#content #section_2_right .content, section#content #section_4_right { padding-left: 0; }
section#content #section_2_right ul { color: #3F3F3F; font-size: 1.1em; list-style-type: none; padding-left: 20px; }
section#content #section_2_right ul.left { float: left; overflow: auto; width: 40%; }
section#content #section_2_right ul.right { float: right; overflow: auto; width: 50%; }
section#content #section_2_right ul.right { padding: 0; }

section#content #section_3 { clear: both; border-top: 1px solid #e3e3e3; }
section#content #section_3 .content { padding-bottom: 0px; } 
section#content #section_3 h2 { background: url("images/welisten.png"); width: 134px; }
section#content #section_3 p.search { background: url("images/spyglass.png") 170px 0px no-repeat; font-weight: 400; display: block; margin-bottom: 0; margin-top: 20px; height: 50px; } 
section#content #section_3 p.search a { display: block; }
section#content div[id*="4"] { background: #f2f2f2; min-height: 280px; border-bottom: 1px solid #e3e3e3; }
section#content div[id*="4"] { position: relative; }
section#content div[id*="4"] h3 { font-weight: 400; }
section#content div[id*="4"] div.search { position: absolute; bottom: 20px; }
section#content #section_4_left .content { padding-right: 0; }

section#content #section_5 { background: #ffffff; clear: both; }
section#content #section_5 h2 { background: url("images/peopletalk.png"); width: 145px; }
section#content #section_5 p.smaller, section#content #section_6 p.smaller, section#content #section_3 p.smaller { padding-left: 68px; margin-top: .5em; }

section#content #section_6 { background: #ffffff; }
section#content #section_6 h2 { background: url("images/aboutgotham.png"); width: 259px; height: 58px; }

section#content div[id*="section_7"] { background: #f2f2f2; border-top: 1px solid #e3e3e3; }
section#content #section_7_left { border-bottom: 1px solid #e3e3e3; }
section#content #section_7_left { float: left; width: 66%; }
section#content #section_7_left .content { padding-left: 36px; padding-right: 20px; }
section#content #section_7_left h2 { background: url("images/contactus.png"); margin-left: 0; width: 349px; }
section#content #section_7_left input { border: 0; color: #000000; font-family: inherit; }
section#content #section_7_left input[type*="text"], section#content #section_7_left input[type*="tel"], section#content #section_7_left input[type*="email"] { width: 180px; }
section#content #section_7_left span { color: #3F3F3F; }
section#content #section_7_left textarea { border: 0; max-width: 100% !important; width: 100%; }
section#content #section_7_left .button, section#content #section_7_left .job-seeker { clear: both; padding: 4px 12px; margin-bottom: 8px; width: 250px; }
  section#content #section_7_left .button { padding-left: 4.5em; width: 180px; }  
  section#content #section_7_left .button label { float: left; margin-left: -3.5em; }
  section#content #section_7_left .button input { border-left: 1px solid #eee; display: block; width: 100%; }
section#content #section_7_left .button, section#content #section_7_left .message { background: #FFFFFF; border: 2px solid #e3e3e3; border-radius: 20px; -moz-border-radius: 20px; -webkit-border-radius: 20px; }
section#content #section_7_left .message { clear: both; padding: 4px 12px; width: 500px; }
section#content #section_7_left .left { float: left; overflow: auto; width: auto; }
section#content #section_7_left .radio-637 input { display: block; }
section#content #section_7_left .radio-637 span[class*="label"] { display: none; }
section#content #section_7_left .radio-637 span.wpcf7-list-item { margin-left: 0; }
section#content #section_7_left .radio-637 input[value="Phone"] { margin-top: 13px; }
section#content #section_7_left input[type="submit"] { background: #FFFFFF; border: 2px solid #e3e3e3; border-radius: 20px; -moz-border-radius: 20px; -webkit-border-radius: 20px; padding: 2px 14px; margin-top: 8px; }
section#content #section_7_left input[type="submit"]:hover { border: 2px solid #646464; }
section#content #section_7_left .radio-637 input[value="Email"] { margin-top: 10px; }
section#content #section_7_left .right { height: 80px; padding-left: 10px; float: left; overflow: visible; width: 240px; }
section#content #section_7_left .right p.smaller { display: block; float: left; width: 12px; }
section#content #section_7_left .right .method { margin-top: -3px; margin-left: 20px; position: relative; }
section#content #section_7_left .right .method span { font-size: 3.6em; margin-top: 0; }
section#content #section_7_left .right .method .contact { font-size: .9em; left: 25px; top: 34px; position: absolute; }

section#content #section_7_right { float: right; width: 34%; }
section#content #section_7_right .content { padding: 1px 20px 0 0; }
section#content #section_7_right .content h3 { font-weight: 500; }
section#content #section_7_right .content p { margin-bottom: 8px; }
section#content #section_7_right .content a[href*="linkedin"], section#content #section_7_right .content a[href*="facebook"], section#content #section_7_right .content a[href*="twitter"] { display: inline-block; height: 49px; margin-right: 10px; text-indent: -9999px; width: 49px; }
section#content #section_7_right .content a[href*="linkedin"]:hover, section#content #section_7_right .content a[href*="facebook"]:hover, section#content #section_7_right .content a[href*="twitter"]:hover { opacity: .6; }
section#content #section_7_right .content a[href*="linkedin"] { background: url("images/linkedin.png") no-repeat top center; }
section#content #section_7_right .content a[href*="facebook"] { background: url("images/facebook.png") no-repeat top center; }
section#content #section_7_right .content a[href*="twitter"] { background: url("images/twitter.png") no-repeat top center; }

footer { background: #FFFFFF; clear: both; padding: 20px 42px 20px 0; text-align: center; }

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media all and (max-width: 500px) {
section#content:before { background: #ffffff; border-top: 1px solid #e3e3e3; border-bottom: 1px solid #e3e3e3; content: url("images/tagline-sm-alt.png"); display: block; padding: 1em 0 .5em 1.5em; }
section#content #section_1 .content p.lower { font-size: 1.2em; padding-bottom: 10px; }
section#content #section_1 { background: url("images/skyline.png") no-repeat -80px bottom; }
section#content #section_2_right ul.left { float: none; width: auto; }
section#content #section_2_right ul.right { float: none; width: auto; }
section#content #section_2_right ul.right { padding: inherit; }
}

@media all and (max-width: 990px) {
section h3 { font-size: 1.5em; }
section#content div[id*="section"] .content { padding: 1px 10px 20px 1.9em; }
section#content div[id*="section_2"] { min-height: 100px; background: #ffffff; }
section#content #section_2_left, section#content #section_4_left, section#content #section_2_right, section#content #section_4_right { float: none; height: auto; min-height: 0; width: auto; }
section#content #section_2_right .content, section#content #section_4_right { padding-left: 1.5em; }
section#content h2 { margin-left: 0; }
section#content div[id*="4"] { }
  section#content div[id*="4"] div.search { position: relative; bottom: 0; margin-top: 20px; width: 250px; }
  a.search { display: block; text-align: center; width: auto; }
section#content #section_4_left .content { padding-left: 1.9em; padding-right: 10px; }
section#content #section_4_right { padding-left: 0; }
section#content #section_3 h3.search { height: 40px; background: url("images/spyglass.png") 145px 0 no-repeat; }
section#content #section_5 p.smaller, section#content #section_6 p.smaller { padding-left: 38px; }
section#content #section_7_left, section#content #section_7_right { float: none; width: auto; }
section#content #section_7_left .right { display: none; }
section#content #section_7_left .message { max-width: 90% ; }
section#content div[id*="section_7"] { border-bottom: 1px solid #e3e3e3; }
section#content #section_7_right .content { padding-bottom: 20px; padding-left: 1.5em; }
  section#content #section_7_right .content hr { border: none /* hide hr between contact info and social media icons*/ }

.menu-header > ul.menu a { font-size: medium; }
}

@media all and (max-width: 800px) {
  #menu_toggle { display:block }
  #main_menu_container { background-color: #000; display: none; height: 100%; top: 0; right: -250px; padding-top: 50px; position: absolute; position: fixed; width: 250px; }
    .logged-in #main_menu_container { padding-top: 80px; }
  #main_menu li { display: block; }
  #main_menu a { display: block; text-align: right; }
  section#content p { font-size: 1.4em; }
  section#content #section_1 { background-position-x: center; }
  section#content #section_5 p.smaller, 
  section#content #section_6 p.smaller, 
  section#content #section_3 p.smaller { font-size: .9em; padding-left: 10px; }
  section#content div[id*="4"] { min-height: 0; }
  a.ribbon { height: 150px; width: 150px; }
}

@media all and (max-width: 640px) {
  section#content .content-section div.content h2:first-child,
  section#content .wpcf7-form h2 { background: none !important; height: auto !important; text-indent: 0; white-space: normal; width: auto !important; }
}

@media all and (max-width: 480px) {
  header h1 a { background-size: contain; height: 60px; }
  a.ribbon { background-image: url(images/ribbon-small.png); height: 100px; width: 100px; }
  .container { background-position-x: -23px; min-width: 0; padding-left: 20px; width: auto; }
  section#content p { font-size: 1.2em; }
  section#content #section_1 { min-height: 450px; }
  section#content div[id*="4"] div.search { width: auto; }
  section#content .wpcf7-form p.smaller { font-size: .9em; }
  .wpcf7-form-control-wrap span.wpcf7-list-item { display: block; white-space: nowrap; }
  section#content #section_7_left .content { padding-left: 20px; }
  section#content #section_7_left .job-seeker { min-width: 0; width: auto; }  
  section#content #section_7_left .button { min-width: 0; padding-left: 4em; width: auto; }
    section#content #section_7_left .button label { float: left; margin-left: -3.5em; }
    section#content #section_7_left .button input { border-left: 1px solid #eee; display: block; width: 100%; }
  
}


@media all and (min-width: 500px) {
.ribbon img { width: 100%; }
#textline { display: none; }
#tagline { background: #FFFFFF; display: block; overflow: visible; border-top: 1px solid #e3e3e3; border-bottom: 1px solid #e3e3e3; width: 100%; }
#tagline img { max-width: 100%; }
section#content h1 { margin-top: .9em; }
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

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

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

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

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

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

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}


/** END HTML5 Boilerplate CSS **/






/** START Starkers CSS **/

/* LAYOUT */
/* ----------------------------------------- */

/* These rather presentational classes are generated by WordPress, so it's useful to have some styles for them. Edit as you see fit. More info: http://codex.wordpress.org/CSS */
.aligncenter { display:block; margin:0 auto }
.alignleft { float:left }
.alignright { float:right }
.wp-caption { border:1px solid #666; text-align:center; background:#ccc; padding:10px; margin:10px }

/* You might find the following useful */
/* div, ul, li { position:relative } This will save you having to declare each div / ul / li's position as 'relative' and allows you to absolutely position elements inside them
br.clear { clear:both; display:block; height:1px; margin:-1px 0 0 0 } /* Use this br class to clear your floated columns */
li#theme-switcher { background:#fff; border:10px solid red; padding:20px; position:fixed; top:0; right:0 } /* Use this if you have the Theme Switcher Reloaded plugin (http://themebot.com/webmaster-tools/1-wordpress-theme-switcher-reloaded) installed and want to make it nice and obvious */
*/
/* TYPOGRAPHY */
/* ----------------------------------------- */

h1, h2, h3, h4, h5, h6 { font-weight:bold } /* This helps to identify headings at the initial build stage, so I thought it'd be useful to have it */
.alert { background:red; color:white } /* 'alert' has a basic style, since it's useful to have it standing out for testing purposes.



/* Font stack options

	The following represents a list of font stacks, as recommended by Nathan Ford in
	http://unitinteractive.com/blog/2008/06/26/better-css-font-stacks/

	I've added inverted commas around the relevant family names to ensure compatibility.
	p = balanced for paragraphs or body copy
	t = balanced for headlines or titles

	- - - -

Arial, "Helvetica Neue", Helvetica, sans-serif - p, t

Baskerville, "Times New Roman", Times, serif - p
Baskerville, "Times, Times New Roman", serif - t

Cambria, Georgia, Times, "Times New Roman", serif - p, t
"Century Gothic", "Apple Gothic", sans-serif - p, t

Consolas, "Lucida Console", Monaco, monospace - p, t

"Copperplate Light", "Copperplate Gothic Light", serif - p, t

"Courier New", Courier, monospace - p, t

"Franklin Gothic Medium", "Arial Narrow Bold", Arial, sans-serif - p, t

Futura, "Century Gothic", "Apple Gothic", sans-serif - p, t

Garamond, "Hoefler Text", "Times New Roman", Times, serif - p
Garamond, "Hoefler Text", Palatino, "Palatino Linotype", serif - t

Geneva, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif - p
Geneva, Verdana, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif - t

Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif - p
Georgia, Times, "Times New Roman", serif - t

GillSans, Calibri, Trebuchet, sans-serif - p
GillSans, Trebuchet, Calibri, sans-serif - t

"Helvetica Neue", Arial, Helvetica, sans-serif - p
Helvetica, "Helvetica Neue", Arial, sans-serif - t

Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif - p, t

"Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif - p, t

Palatino, "Palatino Linotype", Georgia, Times, "Times New Roman", serif - p
Palatino, "Palatino Linotype", "Hoefler Text", Times, "Times New Roman", serif - t

Tahoma, Geneva, Verdana - p
Tahoma, Verdana, Geneva - t

Times, "Times New Roman", Georgia, serif - p, t

Trebuchet, "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif - p
Trebuchet, Tahoma, Arial, sans-serif - t

Verdana, Geneva, Tahoma, sans-serif - p
Verdana, Tahoma, Geneva, sans-serif - t

*/

/** END Starkers CSS **/

/** START WordPress-Defined CSS Classes **/
.wp-caption-text{}
.gallery-caption{}
.bypostauthor{}
.sticky{}
/** Keep drop-downs working **/
#access li {
	float: left;
	position: relative;
}
#access ul ul {
	display: none;
	float: left;
	position: absolute;
	top: 3.333em;
	left: 0;
	z-index: 99999;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul li:hover > ul {
	display: block;
}
/** END WordPress-Defined CSS Classes **/

