@import url(vendor/normalize.css);
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

button,
input[type="submit"] {
  border: 1px solid #2459a6;
  border-radius: 3px;
  box-shadow: inset 0 1px 0 0 #89a8d5;
  color: white;
  display: inline-block;
  font-size: inherit;
  font-weight: bold;
  background-color: #477dca;
  background-image: -webkit-linear-gradient(#477dca, #2760b2);
  background-image: linear-gradient(#477dca, #2760b2);
  padding: 7px 18px;
  text-decoration: none;
  text-shadow: 0 1px 0 #1b4f9a;
  background-clip: padding-box;
  -webkit-font-smoothing: antialiased;
  font-size: 1em;
  font-weight: bold;
  line-height: 1em; }
  button:hover:not(:disabled),
  input[type="submit"]:hover:not(:disabled) {
    box-shadow: inset 0 1px 0 0 #628cc8;
    cursor: pointer;
    background-color: #3c71bb;
    background-image: -webkit-linear-gradient(#3c71bb, #255aa5);
    background-image: linear-gradient(#3c71bb, #255aa5); }
  button:active:not(:disabled),
  input[type="submit"]:active:not(:disabled), button:focus:not(:disabled),
  input[type="submit"]:focus:not(:disabled) {
    border: 1px solid #2459a6;
    box-shadow: inset 0 0 8px 4px #235397, inset 0 0 8px 4px #235397; }
  button:disabled,
  input[type="submit"]:disabled {
    opacity: 0.5;
    cursor: not-allowed; }

body {
  color: #333333;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1em;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5em; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  line-height: 1.25em;
  margin: 0;
  text-rendering: optimizeLegibility; }

h1 {
  font-size: 2.25em; }

h2 {
  font-size: 2em; }

h3 {
  font-size: 1.75em; }

h4 {
  font-size: 1.5em; }

h5 {
  font-size: 1.25em; }

h6 {
  font-size: 1em; }

p {
  margin: 0 0 0.75em; }

a {
  color: #477dca;
  text-decoration: none;
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  transition: color 0.1s linear; }
  a:hover {
    color: #2c5999; }
  a:active, a:focus {
    color: #2c5999;
    outline: none; }

hr {
  border-bottom: 1px solid #dddddd;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 1.5em 0; }

img {
  margin: 0;
  max-width: 100%; }

abbr, acronym {
  border-bottom: 1px dotted #dddddd;
  cursor: help; }

address {
  display: block;
  margin: 0 0 0.75em; }

hgroup {
  margin-bottom: 0.75em; }

del {
  color: #595959; }

blockquote {
  border-left: 2px solid #dddddd;
  color: #595959;
  margin: 1.5em 0;
  padding-left: 0.75em; }

cite {
  color: #737373;
  font-style: italic; }
  cite:before {
    content: '\2014 \00A0'; }

fieldset {
  background: #f7f7f7;
  border: 1px solid #dddddd;
  margin: 0 0 0.75em 0;
  padding: 1.5em; }

input,
label,
select {
  display: block;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1em; }

label {
  font-weight: bold;
  margin-bottom: 0.375em; }
  label.required:after {
    content: "*"; }
  label abbr {
    display: none; }

textarea,
input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="time"], input[type="week"],
select[multiple=multiple] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color;
  -moz-transition: border-color;
  transition: border-color;
  background-color: white;
  border-radius: 0.1875em;
  border: 1px solid #dddddd;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1em;
  margin-bottom: 0.75em;
  padding: 0.5em 0.5em;
  width: 100%; }
  textarea:hover,
  input[type="email"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="url"]:hover, input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="month"]:hover, input[type="time"]:hover, input[type="week"]:hover,
  select[multiple=multiple]:hover {
    border-color: #c4c4c4; }
  textarea:focus,
  input[type="email"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="url"]:focus, input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus,
  select[multiple=multiple]:focus {
    border-color: #477dca;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(55, 112, 192, 0.7);
    outline: none; }

textarea {
  resize: vertical; }

input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }

input[type="checkbox"], input[type="radio"] {
  display: inline;
  margin-right: 0.375em; }

input[type="file"] {
  width: 100%; }

select {
  width: auto;
  max-width: 100%;
  margin-bottom: 1.5em; }

button,
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap; }

table {
  border-collapse: collapse;
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%; }

th {
  border-bottom: 1px solid #b7b7b7;
  font-weight: bold;
  padding: 0.75em 0;
  text-align: left; }

td {
  border-bottom: 1px solid #dddddd;
  padding: 0.75em 0; }

tr, td, th {
  vertical-align: middle; }

ul, ol {
  margin: 0;
  padding: 0;
  list-style-type: none; }
dl {
  line-height: 1.5em;
  margin-bottom: 0.75em; }
  dl dt {
    font-weight: bold;
    margin-top: 0.75em; }
  dl dd {
    margin: 0; }

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

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

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

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: sans-serif;
  color: #222222; }

button, input, select, textarea {
  font-family: sans-serif;
  color: #222222; }

body {
  background-color: green;
  margin: 0;
  font-size: 13px;
  line-height: 1.25em; }

::-moz-selection, ::selection {
  background: #b3d4fc;
  text-shadow: none; }

a {
  color: #0000ee; }
  a:visited {
    color: #551a8b; }
  a:hover {
    color: #0066ee; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

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

b, strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

dfn {
  font-style: italic; }

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

ins {
  background: #ffff99;
  color: black;
  text-decoration: none; }

mark {
  background: yellow;
  color: black;
  font-style: italic;
  font-weight: bold; }

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

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

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

small {
  font-size: 85%; }

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

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

dd {
  margin: 0 0 0 40px; }

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

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

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

figure, form {
  margin: 0; }

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

label {
  cursor: pointer; }

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

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

button, input {
  line-height: normal; }

button {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible; }

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

button[disabled] {
  cursor: default; }

input[disabled] {
  cursor: default; }
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px; }
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }
  input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none; }

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

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

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

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

td {
  vertical-align: top; }

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

body {
  background-color: black; }

h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
  font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif; }

.clear {
  clear: both; }

.hidetext {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

header {
  height: 242px;
  background-image: url(/img/header.jpg);
  background-position: center top;
  background-repeat: no-repeat; }

#calloutlight {
  color: #c8b09b;
  background: #fcede0;
  text-shadow: 0 1px 0 white;
  text-transform: uppercase;
  font-size: 18px;
  text-align: center;
  font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
  line-height: 1.25em;
  padding: 1px 0; }
  #calloutlight h3 {
    padding: 25px 0; }

#calloutdark {
  color: #c8b09b;
  background-color: #48423b;
  text-shadow: 0 1px 3px black;
  text-transform: uppercase;
  font-size: 18px;
  text-align: center;
  font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
  line-height: 1.25em;
  padding: 1px 0;
  color: #e4d8c6;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #2a2622), color-stop(50%, #49433c), color-stop(100%, #2a2622));
  background-image: -webkit-linear-gradient(left, #2a2622, #49433c, #2a2622);
  background-image: -moz-linear-gradient(left, #2a2622, #49433c, #2a2622);
  background-image: -o-linear-gradient(left, #2a2622, #49433c, #2a2622);
  background-image: -ms-linear-gradient(left, #2a2622, #49433c, #2a2622);
  background-image: linear-gradient(left, #2a2622, #49433c, #2a2622); }
  #calloutdark h3 {
    padding: 25px 0; }

#tagline {
  font-size: 12px;
  font-style: italic;
  font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
  text-shadow: 1px 1px 3px black;
  font-weight: bold; }

#logo {
  width: 275px; }

#tagline {
  width: 350px; }

#navigation {
  background: url("/images/navbg.png") repeat-x;
  height: 40px;
  text-shadow: 0 1px 0 white; }
  #navigation a {
    color: #697893;
    text-decoration: none; }
    #navigation a:hover {
      color: #545e71; }
    #navigation a:active {
      position: relative;
      bottom: -1px;
      right: -1px; }
  #navigation ul {
    padding-top: 5px;
    float: right; }
  #navigation li {
    float: left;
    display: inline;
    margin-right: 25px; }

#before-footer {
  background: url("/images/beforefooter-bg.png") repeat-x;
  height: 16px; }

#between {
  height: 15px;
  border-bottom: 1px solid #796558;
  border-top: 1px solid #50473c;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #2a2622), color-stop(50%, #49433c), color-stop(100%, #2a2622));
  background-image: -webkit-linear-gradient(left, #2a2622, #49433c, #2a2622);
  background-image: -moz-linear-gradient(left, #2a2622, #49433c, #2a2622);
  background-image: -o-linear-gradient(left, #2a2622, #49433c, #2a2622);
  background-image: -ms-linear-gradient(left, #2a2622, #49433c, #2a2622);
  background-image: linear-gradient(left, #2a2622, #49433c, #2a2622); }

#verbs {
  color: #897a6a;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #2a2622), color-stop(50%, #49433c), color-stop(100%, #2a2622));
  background-image: -webkit-linear-gradient(left, #2a2622, #49433c, #2a2622);
  background-image: -moz-linear-gradient(left, #2a2622, #49433c, #2a2622);
  background-image: -o-linear-gradient(left, #2a2622, #49433c, #2a2622);
  background-image: -ms-linear-gradient(left, #2a2622, #49433c, #2a2622);
  background-image: linear-gradient(left, #2a2622, #49433c, #2a2622);
  font-size: 18px;
  font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
  line-height: 24px;
  padding: 50px 0; }
  #verbs h2 {
    color: #f8eee0;
    margin: 25px 0 0 0; }

#article {
  color: #38342e;
  background: #f9eeea;
  padding: 50px 0;
  font-size: 14px;
  line-height: 20px; }
  #article img {
    float: left;
    margin-right: 32px;
    border: 6px solid #4e4942;
    width: 291px;
    height: 191px; }
  #article h2 {
    color: #38342e;
    margin-bottom: 20px; }
  #article h3 {
    color: #e0623c;
    margin-bottom: 7px;
    font-style: italic; }
  #article p {
    margin-top: 0; }
  #article ul {
    list-style-type: none;
    float: left;
    margin: 0;
    padding: 0;
    text-indent: 0; }
    #article ul h2 {
      font-size: 18px;
      margin-bottom: 5px; }
  #article.alt {
    color: #e4d8c6;
    background-color: #48423b;
    background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #2a2622), color-stop(50%, #49433c), color-stop(100%, #2a2622));
    background-image: -webkit-linear-gradient(left, #2a2622, #49433c, #2a2622);
    background-image: -moz-linear-gradient(left, #2a2622, #49433c, #2a2622);
    background-image: -o-linear-gradient(left, #2a2622, #49433c, #2a2622);
    background-image: -ms-linear-gradient(left, #2a2622, #49433c, #2a2622);
    background-image: linear-gradient(left, #2a2622, #49433c, #2a2622); }
    #article.alt h2 {
      color: #a79e91; }
    #article.alt h3 {
      color: #f3e6bb; }

#talent, #whowhatwhy {
  color: #38332f;
  font-size: 14px;
  line-height: 20px;
  text-shadow: 0 1px 2px #eeeeee;
  padding: 15px;
  background: #fcede0;
  background: #efe3d7; }

#talent h3, #whowhatwhy h3 {
  margin-bottom: 0.5em;
  text-shadow: 0 1px 2px white;
  font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif; }

#talent ul, #whowhatwhy ul {
  margin: 0;
  padding: 0;
  margin-left: 0;
  overflow: hidden; }

#talent li, #whowhatwhy li {
  float: left;
  display: inline;
  width: 280px;
  margin: 15px 54px 1.5em 0; }

#talent li.last, #whowhatwhy li.last {
  margin-right: 0; }

#talent a, #whowhatwhy a {
  color: #f14e25; }

#talent {
  color: #3d3732; }
  #talent h1, #talent h2, #talent h3, #talent h4, #talent h5 {
    font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
    margin: 0;
    padding: 0; }
  #talent h3 {
    text-transform: uppercase;
    color: #38332f;
    margin-bottom: 0.5em; }
  #talent h4 {
    color: #e25b38;
    font-size: 22px;
    font-weight: normal;
    line-height: 24px;
    margin: 0;
    padding: 0;
    margin-bottom: 0.5em; }
  #talent h5 {
    color: #534834;
    font-size: 16px;
    font-weight: normal; }
  #talent a.listen {
    display: block;
    color: #92837a;
    font-weight: bold;
    padding: 0 0 0 33px;
    background-image: url(/img/speaker.png);
    background-repeat: no-repeat;
    text-decoration: none; }
    #talent a.listen:hover {
      text-decoration: underline; }
  #talent ul li {
    position: relative;
    margin-bottom: 55px; }
  #talent.alt {
    background-color: #fcede0 !important; }

#whowhatwhy {
  padding: 10px;
  border-top: 1px solid #f6f6f6;
  -webkit-box-shadow: #999999 0 -1px 0;
  -moz-box-shadow: #999999 0 -1px 0;
  box-shadow: #999999 0 -1px 0;
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0%, #dbd0c7), color-stop(100%, #cebeb2));
  background-image: -webkit-linear-gradient(#dbd0c7, #cebeb2);
  background-image: -moz-linear-gradient(#dbd0c7, #cebeb2);
  background-image: -o-linear-gradient(#dbd0c7, #cebeb2);
  background-image: -ms-linear-gradient(#dbd0c7, #cebeb2);
  background-image: linear-gradient(#dbd0c7, #cebeb2);
  color: #5e5349; }
  #whowhatwhy h3 {
    color: #38332f; }

footer {
  color: #6e6960;
  background-color: #1d1d1a;
  clear: both;
  padding: 25px 0;
  border-top: 1px solid #4f4835;
  text-align: center;
  font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif; }
  footer a {
    color: #6e6960; }
    footer a:hover {
      color: #d54e26; }

#blurb {
  text-shadow: 0 1px 0 white;
  color: #708191;
  text-align: left;
  font-size: 15px;
  line-height: 1.5em;
  width: 600px;
  margin-bottom: 1.5em; }

#lastfooter {
  color: #393733;
  background-color: #574e44;
  padding: 25px 0;
  font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif; }
  #lastfooter a {
    color: #393733; }
    #lastfooter a:hover {
      color: #d54e26; }

.wegottalent {
  color: #f8eee0;
  font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
  font-size: 18px;
  font-style: italic; }

#calltoaction {
  float: right;
  width: 200px;
  margin: -35px -30px 0 0; }
  #calltoaction a {
    color: white;
    font-weight: bold;
    text-shadow: 0 1px 1px #a44f08;
    -moz-border-radius: 30px;
    border-radius: 30px;
    padding: 15px;
    text-decoration: none;
    border: 1px solid #a44f08;
    -moz-box-shadow: 2px 2px 3px black;
    -webkit-box-shadow: 2px 2px 3px black;
    box-shadow: 2px 2px 3px black;
    background: -moz-linear-gradient(100% 100% 90deg, #af6018, #efc671);
    background: -webkit-gradient(linear, 0% 0, 0% 100%, from(#efc671), to(#af6018)); }
    #calltoaction a:hover {
      background: -moz-linear-gradient(100% 100% 90deg, #efc671, #af6018);
      background: -webkit-gradient(linear, 0% 0, 0% 100%, from(#af6018), to(#efc671)); }
    #calltoaction a:active {
      position: relative;
      bottom: -3px;
      right: -3px;
      -moz-box-shadow: 0 1px 3px black;
      -webkit-box-shadow: 0 1px 3px black;
      box-shadow: 0 1px 3px black; }

#splash {
  background-color: #48423b;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #2a2622), color-stop(50%, #49433c), color-stop(100%, #2a2622));
  background-image: -webkit-linear-gradient(left, #2a2622, #49433c, #2a2622);
  background-image: -moz-linear-gradient(left, #2a2622, #49433c, #2a2622);
  background-image: -o-linear-gradient(left, #2a2622, #49433c, #2a2622);
  background-image: -ms-linear-gradient(left, #2a2622, #49433c, #2a2622);
  background-image: linear-gradient(left, #2a2622, #49433c, #2a2622);
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #1d1d1a), color-stop(50%, #3a3530), color-stop(100%, #1d1d1a));
  background-image: -webkit-linear-gradient(left, #1d1d1a, #3a3530, #1d1d1a);
  background-image: -moz-linear-gradient(left, #1d1d1a, #3a3530, #1d1d1a);
  background-image: -o-linear-gradient(left, #1d1d1a, #3a3530, #1d1d1a);
  background-image: -ms-linear-gradient(left, #1d1d1a, #3a3530, #1d1d1a);
  background-image: linear-gradient(left, #1d1d1a, #3a3530, #1d1d1a);
  -webkit-box-shadow: inset 0 5px 15px 0 #24201d;
  -moz-box-shadow: inset 0 5px 15px 0 #24201d;
  box-shadow: inset 0 5px 15px 0 #24201d;
  overflow: hidden; }
  #splash nav a {
    color: #504b3e;
    font-weight: bold;
    line-height: 1.25em;
    text-decoration: none; }
    #splash nav a.header-link {
      color: #a39b88;
      text-transform: uppercase;
      font-weight: bold; }
    #splash nav a:hover {
      text-decoration: underline; }
  #splash .logo {
    display: block;
    font-size: 14px;
    text-shadow: 0 0 0 black;
    color: #756755;
    text-align: center; }
  #splash #splash-link {
    color: #d54e26;
    text-align: center;
    text-transform: uppercase;
    font-weight: normal; }

#splash-pages {
  float: left;
  margin-top: 15px;
  margin-bottom: 15px; }
  #splash-pages li a {
    font-weight: normal; }

#splash #badges {
  display: block;
  clear: both; }
  #splash #badges a {
    padding-right: 3px;
    display: inline; }

p.tech {
  display: inline-block;
  font-weight: normal;
  color: #92837a;
  padding: 10px 0 0 0;
  margin: 0; }

span.party {
  font-weight: bold;
  color: #8d8074;
  padding-left: 8px; }

span.party.democrat {
  color: #3859c6; }

span.party.republican {
  color: #d33612; }

.dem-mark {
  display: inline-block;
  background-image: url(/img/dem-D.png);
  width: 42px;
  height: 22px; }

.rep-mark {
  display: inline-block;
  background-image: url(/img/rep-R.png);
  width: 42px;
  height: 22px; }

.mm1 {
  position: relative;
  top: -4px;
  left: 12px; }

.mm2 {
  position: relative;
  top: 3px;
  left: 12px; }

.mm3 {
  position: relative;
  top: 3px;
  left: 12px; }

@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important; }

  a {
    text-decoration: underline; }
    a:visited {
      text-decoration: underline; }
    a[href]:after {
      content: " (" attr(href) ")"; }

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

  .ir a:after {
    content: ""; }

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

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

  thead {
    display: table-header-group; }

  tr {
    page-break-inside: avoid; }

  img {
    page-break-inside: avoid;
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  h2, h3 {
    page-break-after: avoid; } }
h3 {
  font-size: 1.2em; }

.outer-container {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden; }
  .outer-container:after {
    content: "";
    display: table;
    clear: both; }

.item {
  float: left;
  display: block;
  margin-right: 0%;
  width: 33.33333%;
  padding: 10px; }
  .item:last-child {
    margin-right: 0; }
  @media screen and (max-width: 540px) {
    .item {
      float: left;
      display: block;
      margin-right: 0%;
      width: 100%; }
      .item:last-child {
        margin-right: 0; } }

@media screen and (max-width: 767px) {
  header {
    height: 180px;
    width: auto;
    background-size: auto 180px; } }
@media screen and (max-width: 540px) {
  header {
    height: 134px;
    width: auto;
    background-size: auto 134px; } }

div.talent {
  position: relative;
  background-color: white; }
  div.talent div.bg-left, div.talent div.bg-right {
    background-color: #e4e1dc;
    background-image: -webkit-linear-gradient(-360deg, #e4e1dc, #dad4cf);
    background-image: linear-gradient(90deg,#e4e1dc, #dad4cf);
    width: 50%;
    height: 100%;
    display: block;
    position: absolute; }
    @media screen and (max-width: 540px) {
      div.talent div.bg-left, div.talent div.bg-right {
        width: 100%; } }
  div.talent div.bg-left {
    top: 0;
    left: 0;
    border-right: 1px solid #cac6c1; }
  div.talent div.bg-right {
    top: 0;
    right: 0;
    border-left: 1px solid #f3f1ef; }
  div.talent div.men, div.talent div.women {
    float: left;
    display: block;
    margin-right: 0%;
    width: 50%; }
    div.talent div.men:last-child, div.talent div.women:last-child {
      margin-right: 0; }
    @media screen and (max-width: 540px) {
      div.talent div.men, div.talent div.women {
        float: left;
        display: block;
        margin-right: 0%;
        width: 100%; }
        div.talent div.men:last-child, div.talent div.women:last-child {
          margin-right: 0; } }
    div.talent div.men h3, div.talent div.women h3 {
      font-size: 20px;
      text-align: center;
      text-transform: uppercase;
      text-shadow: 0 1px white;
      margin-top: 20px; }
  div.talent hr {
    height: 1px;
    position: relative;
    top: -1px;
    background-color: #bfbab5;
    border: none;
    border-bottom: 1px solid #f2f1ef;
    padding: 0;
    margin: 0 20px; }

div.talent-entry {
  padding: 20px; }
  div.talent-entry h4, div.talent-entry a.listen, div.talent-entry a.more, div.talent-entry div.bottom span {
    font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif; }
  div.talent-entry h4 {
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    color: #444444;
    text-shadow: 0 1px white;
    position: absolute; }
    div.talent-entry h4 span.republican {
      color: #d31500;
      padding-left: 6px; }
    div.talent-entry h4 span.democrat {
      color: #3859c6;
      padding-left: 6px; }
  div.talent-entry a.listen {
    font-size: 15px;
    line-height: 15px;
    font-weight: bold;
    color: #e25b38;
    width: 100%;
    position: relative;
    top: -1px;
    display: inline-block;
    text-align: right; }
    div.talent-entry a.listen i {
      font-size: 21px;
      line-height: 15px;
      position: relative;
      top: 2px; }
  div.talent-entry p.bio {
    max-height: 60px;
    font-size: 14px;
    line-height: 20px;
    margin: 12px 0 15px 0;
    color: #555555;
    display: block !important;
    overflow: hidden;
    transition: all 0.33s;
    -webkit-transition: all 0.33s;
    -moz-transition: all 0.33s;
    -o-transition: all 0.33s;
    transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out; }
  div.talent-entry div.bottom {
    min-height: 17px;
    position: relative; }
    div.talent-entry div.bottom a.more {
      font-size: 15px;
      font-weight: bold;
      color: #868686;
      position: absolute; }
      div.talent-entry div.bottom a.more i {
        font-size: 16px;
        line-height: 15px;
        padding-left: 2px; }
    div.talent-entry div.bottom a.more:hover {
      color: #666666; }
    div.talent-entry div.bottom span {
      font-size: 15px;
      font-weight: bold;
      color: #868686;
      width: 100%;
      display: inline-block;
      text-align: right; }

div.talent-entry.expanded div.bottom a.more {
  color: #aaaaaa; }
div.talent-entry.expanded div.bottom a.more:hover {
  color: #666666; }

div.talent-entry-ad {
  padding: 20px; }
  @media screen and (max-width: 540px) {
    div.talent-entry-ad {
      display: none; } }
  div.talent-entry-ad a.mic-image {
    min-height: 280px;
    display: block;
    background-color: #0d0d0d;
    background-image: url("/img/mic.jpg");
    background-size: 100% auto;
    background-repeat: no-repeat;
    border: 6px solid #8f8579;
    padding: 20px;
    cursor: pointer;
    transition: border 0.2s;
    -webkit-transition: border 0.2s;
    -moz-transition: border 0.2s; }
    @media screen and (max-width: 960px) {
      div.talent-entry-ad a.mic-image {
        background-size: auto 100%;
        background-position: center top; } }
    @media screen and (max-width: 540px) {
      div.talent-entry-ad a.mic-image {
        min-height: 175px;
        background-size: 100% auto; } }
  div.talent-entry-ad a.mic-image:hover {
    border: 6px solid #e25b38; }
  div.talent-entry-ad h4 {
    font-size: 22px;
    line-height: 26px;
    color: #dcd6d1;
    text-align: center;
    margin-top: 70px;
    text-shadow: 0 1px 6px rgba(0, 0, 0, 0.66); }
    @media screen and (max-width: 767px) {
      div.talent-entry-ad h4 {
        font-size: 20px;
        line-height: 26px;
        margin-top: 35px; } }
    @media screen and (max-width: 540px) {
      div.talent-entry-ad h4 {
        font-size: 18px;
        line-height: 24px;
        margin-top: 12px; } }
  div.talent-entry-ad h5 {
    width: 100%;
    display: inline-block;
    font-size: 18px;
    line-height: 22px;
    color: #e25b38;
    text-align: center;
    margin-top: 10px;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.66); }
    @media screen and (max-width: 767px) {
      div.talent-entry-ad h5 {
        font-size: 16px;
        line-height: 22px; } }

div.talent-entry-ad.mobile {
  background-color: #e4e1dc;
  background-image: -webkit-linear-gradient(-360deg, #e4e1dc, #dad4cf);
  background-image: linear-gradient(90deg,#e4e1dc, #dad4cf);
  display: none;
  padding: 0 20px 20px 20px;
  margin: 0;
  text-align: center; }
  @media screen and (max-width: 540px) {
    div.talent-entry-ad.mobile {
      display: block; } }

@media screen and (max-width: 960px) {
  #article {
    padding: 25px; } }
@media screen and (max-width: 540px) {
  #article h2 {
    text-align: center; }
  #article img {
    display: block;
    float: none;
    margin: 0 auto; }
  #article h3 {
    clear: both;
    text-align: center;
    padding-top: 25px; }
  #article ul {
    clear: both; } }

.list-column {
  float: left;
  display: block;
  margin-right: 0%;
  width: 33.33333%; }
  .list-column:last-child {
    margin-right: 0; }
  @media screen and (max-width: 767px) {
    .list-column {
      float: left;
      display: block;
      margin-right: 0%;
      width: 50%; }
      .list-column:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 540px) {
    .list-column {
      float: left;
      display: block;
      margin-right: 0%;
      width: 100%;
      width: 100%;
      text-align: center; }
      .list-column:last-child {
        margin-right: 0; }
      .list-column ul {
        width: 100%;
        padding: 0 !important; } }

#splash nav {
  float: left;
  display: block;
  margin-right: 0%;
  width: 25%;
  height: 225px;
  padding: 15px 0; }
  #splash nav:last-child {
    margin-right: 0; }
  @media screen and (max-width: 960px) {
    #splash nav {
      padding: 15px 25px; } }
  @media screen and (max-width: 767px) {
    #splash nav {
      float: left;
      display: block;
      margin-right: 0%;
      width: 50%;
      margin-top: 210px; }
      #splash nav:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 540px) {
    #splash nav {
      float: left;
      display: block;
      margin-right: 0%;
      width: 50%;
      margin-top: 125px; }
      #splash nav:last-child {
        margin-right: 0; } }

#splash .logo {
  float: left;
  display: block;
  margin-right: 0%;
  width: 50%;
  height: 225px;
  padding-top: 44px; }
  #splash .logo:last-child {
    margin-right: 0; }
  @media screen and (max-width: 767px) {
    #splash .logo {
      float: left;
      display: block;
      margin-right: 0%;
      width: 0%;
      width: 100%;
      position: absolute; }
      #splash .logo:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 540px) {
    #splash .logo {
      padding-top: 25px; }
      #splash .logo img {
        width: 85%;
        max-width: 260px;
        height: auto; } }

#splash .featured {
  float: left;
  display: block;
  margin-right: 0%;
  width: 25%;
  height: 225px;
  position: relative; }
  #splash .featured:last-child {
    margin-right: 0; }
  #splash .featured a {
    text-align: right !important;
    position: absolute;
    right: 15px;
    bottom: 15px; }
    @media screen and (max-width: 960px) {
      #splash .featured a {
        right: 25px; } }
  @media screen and (max-width: 767px) {
    #splash .featured {
      float: left;
      display: block;
      margin-right: 0%;
      width: 50%;
      margin-top: 210px; }
      #splash .featured:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 540px) {
    #splash .featured {
      float: left;
      display: block;
      margin-right: 0%;
      width: 50%;
      margin-top: 125px; }
      #splash .featured:last-child {
        margin-right: 0; } }

footer br {
  display: none; }
@media screen and (max-width: 767px) {
  footer {
    padding: 25px; }
    footer span.full {
      display: none; }
    footer br {
      display: inline; } }
@media screen and (max-width: 540px) {
  footer {
    font-size: 12px; } }

#lastfooter {
  padding: 10px 0 0 0; }
  #lastfooter .left {
    float: left;
    display: block;
    margin-right: 0%;
    width: 50%;
    text-align: left; }
    #lastfooter .left:last-child {
      margin-right: 0; }
    @media screen and (max-width: 960px) {
      #lastfooter .left {
        padding-left: 25px; } }
    @media screen and (max-width: 767px) {
      #lastfooter .left {
        margin-top: 40px; } }
    @media screen and (max-width: 540px) {
      #lastfooter .left {
        float: left;
        display: block;
        margin-right: 0%;
        width: 100%;
        text-align: center;
        padding: 0; }
        #lastfooter .left:last-child {
          margin-right: 0; } }
    #lastfooter .left p {
      line-height: 20px; }
  #lastfooter .right {
    float: left;
    display: block;
    margin-right: 0%;
    width: 50%;
    text-align: right; }
    #lastfooter .right:last-child {
      margin-right: 0; }
    @media screen and (max-width: 960px) {
      #lastfooter .right {
        padding-right: 25px; } }
    @media screen and (max-width: 767px) {
      #lastfooter .right {
        margin-top: 40px; } }
    @media screen and (max-width: 540px) {
      #lastfooter .right {
        float: left;
        display: block;
        margin-right: 0%;
        width: 100%;
        text-align: center;
        padding: 0;
        margin-top: -15px; }
        #lastfooter .right:last-child {
          margin-right: 0; } }
    #lastfooter .right p {
      line-height: 20px; }
  #lastfooter .center {
    width: 100%;
    height: 20px;
    position: absolute;
    text-align: center;
    overflow: visible; }
