@import url(reset.css);
/* @group CORE ---------------------------------------------------------------------------------- */
body {
  background: #FFF;
  color: #1d1608;
  font-family: "proxima-nova", Helvetica, sans-serif; }

/* @end */
/* @group TYPOGRAPHY ---------------------------------------------------------------------------- */
h1 {
  font-family: "proxima-nova", Helvetica, sans-serif;
  color: #000; }

h2 {
  font-family: "proxima-nova", Helvetica, sans-serif;
  text-transform: uppercase;
  color: #FFF; }

h3 {
  font-family: "rooney-web", Georgia, serif;
  font-size: 2.9em; }

h4 {
  font-family: "proxima-nova", Helvetica, sans-serif; }

p {
  font-family: "proxima-nova", Helvetica, sans-serif; }

#primary_content p {
  font-size: 1.7em; }

#primary_content ul {
  font-size: 1.7em; }

#primary_content h1 {
  font-family: "rooney-web", Georgia, serif;
  font-size: 2.9em; }

#primary_content h2 {
  text-transform: none;
  font-family: "proxima-nova-alt-condensed", Helvetica, sans-serif;
  font-size: 2.5em;
  font-weight: 700;
  color: #000; }

#primary_content h3 {
  font-family: "proxima-nova-alt-condensed", Helvetica, sans-serif;
  font-weight: 400;
  font-size: 22px; }

#primary_content h2 + h3 {
  margin-top: -2px; }

#primary_content li p {
  font-size: 17px; }

#primary_content a {
  color: #4d4126;
  font-weight: bold;
  text-decoration: underline; }

#primary_content a:hover {
  color: #312914; }

/* @end */
/* @group FORMS --------------------------------------------------------------------------------- */
input[type="text"], input[type="email"], textarea {
  padding: 4px;
  border: 1px solid #ebe7df;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  font-family: proxima-nova, sans-serif;
  font-size: 1em;
  color: #1D1608; }

label {
  font-size: 0.9em; }

label .required {
  font-size: 0.7em; }

#primary_content form {
  width: 79.4871795%;
  /* 620px / 780px */ }

footer input[type="text"], footer input[type="email"] {
  font-size: 1.1em; }

footer input[type="text"], footer input[type="email"] {
  border: 0; }

footer label {
  display: none; }

input[type="text"]:focus, input[type="email"]:focus {
  outline: 0; }

button, input[type="submit"] {
  padding: 6px 12px;
  border: 0;
  background-color: #5e4f3e;
  color: #e9cdad;
  font-family: proxima-nova, sans-serif;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out; }

button, input[type="submit"]:hover {
  background-color: #554534;
  border: 0; }

/* @end */
/* @group HEADER -------------------------------------------------------------------------------- */
header {
  background-color: #847553;
  border-top: 40px solid #e7e3db;
  border-bottom: 15px solid #4d4126;
  overflow: visible; }

.header_wrap {
  width: 97.9166667%;
  /* 940px / 960px */
  max-width: 96em;
  margin: 0 auto;
  overflow: visible; }

header h1 {
  float: left;
  width: 4.3em; }

header h1 a {
  display: block;
  position: relative;
  top: -45px;
  margin-left: 1.0416667%;
  /* 10px / 960px */
  margin-bottom: -55px;
  padding-top: 15px;
  width: 100%;
  height: 95px;
  background-color: #f7e7c4;
  text-align: center;
  color: #55382f;
  font-family: "nimbus-sans-extended", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 10px;
  font-size: 0.9em;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(39%, #f0e2c3), color-stop(70%, #f5ead5));
  background-image: -webkit-linear-gradient(bottom, #f0e2c3 39%, #f5ead5 70%);
  background-image: -moz-linear-gradient(bottom, #f0e2c3 39%, #f5ead5 70%);
  background-image: -o-linear-gradient(bottom, #f0e2c3 39%, #f5ead5 70%);
  background-image: linear-gradient(bottom, #f0e2c3 39%, #f5ead5 70%);
  text-shadow: #FFF 1px 1px 1px;
  box-shadow: rgba(0, 0, 0, 0.3) 1px 1px 2px; }

header h1 span {
  font-weight: 400;
  text-transform: none;
  display: block;
  font-size: 0.6em; }

#header_information {
  margin-top: -34px;
  width: 81.25%;
  /* 780px / 960px */
  margin-left: 140px;
  margin-right: 2.0833333%;
  /* 20px / 960px */
  text-align: center;
  font-size: 1.1em;
  text-transform: uppercase;
  color: #867c64; }

#header_information span {
  padding: 0 10px 0 9px;
  position: relative;
  top: -1px; }

#header_information a {
  color: #867c64; }

nav {
  width: 80.2083333%;
  /* 770px / 960px */
  height: 55px;
  margin-left: 140px;
  padding-left: 2.0833333%;
  /* 20px / 960px */
  position: relative;
  top: 12px; }

nav ul li a {
  display: block;
  float: left;
  margin-left: 9px;
  color: #100c04;
  font-family: "proxima-nova-alt-condensed";
  font-size: 1.3em;
  font-weight: 800;
  text-decoration: none;
  padding: 1px 9px 0 9px;
  border-radius: 20px;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out; }

nav ul li:first-child a {
  margin-left: 0; }

nav li a:hover {
  background-color: #A8976F; }

nav li.current a {
  color: #d49d00;
  background-color: transparent !important; }

/* @end */
/* @group CONTENT ------------------------------------------------------------------------------- */
#body_wrap {
  clear: both;
  overflow: hidden;
  width: 97.9166667%;
  /* 940px / 960px */
  max-width: 94em;
  margin: 3em auto;
  padding: 0 1.0416667%;
  /* 10px / 960px */ }

#primary_content {
  float: left;
  width: 82.9787234%;
  /* 780px / 940px */ }

#primary_content img {
  width: 100%; }

#primary_content figure {
  width: 48.7179487%;
  /* 380px / 780px */
  margin-left: 5%;
  margin-bottom: 10px;
  float: right; }

#committee figure {
  width: 30%;
  margin-left: 5%;
  margin-bottom: 10px;
  float: right; }

#organized_by {
  font-size: 0.75em;
  border-top: 1px solid #ebe7df;
  border-bottom: 1px solid #ebe7df;
  padding-top: 10px;
  color: #9B9B9B;
  overflow: hidden; }

#organized_by div {
  width: 48.7179487%;
  /* 380px / 780px */
  float: left; }

#organized_by div:last-of-type {
  border-left: 1px solid #ebe7df;
  margin-left: 1.2820513%;
  /* 10px / 780px */
  padding-left: 1.1538462%;
  /* 9px / 780px */
  padding-bottom: 25px; }

#organized_by p {
  margin-bottom: 1.5em; }

#organized_by ul {
  list-style: none;
  overflow: hidden;
  margin: -5px 0 10px 0; }

#organized_by li {
  margin: 0;
  float: left;
  margin-right: 20px; }

section img {
  margin-top: 10px; }

#sponsors {
  width: 14em;
  float: right;
  border-left: 2px solid #ebe7df;
  padding: 10px 0 10px 9px; }

#sponsors h4 {
  font-family: "proxima-nova", Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 1em;
  text-align: center;
  margin: 0 auto 20px auto;
  padding: 2px 0;
  background-color: #ebe7df;
  width: 92%;
  border-radius: 10px; }

#sponsors a {
  width: 140px;
  display: block;
  margin: 0 auto 1.5em auto; }

#sponsors a img {
  width: 140px; }

/* @end */
/* @group FOOTER -------------------------------------------------------------------------------- */
footer {
  clear: both;
  background-color: #1f1a14;
  border-top: 5px solid #000;
  overflow: hidden; }

#footer_wrap {
  width: 97.9166667%;
  /* 940px / 960px */
  max-width: 94em;
  margin: 0 auto 1.5em auto;
  padding: 0 10px; }

#latest_tweet {
  width: 40.4255319%;
  /* 380px / 940px */
  font-size: 1.6em;
  color: #ECDBC8;
  float: left;
  margin: 1em 0; }

#latest_tweet h4 {
  text-transform: uppercase;
  font-size: 0.7em;
  color: #705E4A;
  background: url("images/icon_twitter.png") no-repeat;
  padding: 5px 0 5px 35px;
  margin: 0.4em 0 0.5em 0;
  position: relative;
  top: -5px; }

#latest_tweet a {
  color: inherit; }

#latest_tweet #author {
  font-size: 0.9em;
  margin-top: 0.5em;
  color: #CFAA7F; }

#latest_tweet #author a {
  text-decoration: none;
  font-weight: bold; }

#mailing_list {
  float: left;
  width: 40.4255319%;
  /* 380px / 940px */
  margin-left: 9px;
  padding-left: 10px;
  font-size: 1.6em;
  color: #ECDBC8;
  border-left: 1px solid #5e4f3e;
  height: 140px;
  margin-top: 10px;
  margin-bottom: 15px; }

#mailing_list p {
  font-size: 1em; }

#mailing_list h4 {
  text-transform: uppercase;
  font-size: 0.7em;
  color: #705E4A;
  margin: 0.5em 0;
  background: 0 2px url("images/icon_mail.png") no-repeat;
  padding: 5px 0 5px 35px; }

#mailing_list input[type="email"] {
  width: 200px; }

#mailing_list input[type="submit"] {
  margin-left: 7px;
  position: relative;
  top: -1px; }

#addthis {
  float: left;
  width: 12.7659574%;
  /* 120px / 940px */
  margin-top: 1em;
  border-left: 1px solid #5e4f3e;
  margin-left: 9px;
  padding-left: 10px;
  height: 140px; }

#by_wisdomgroup {
  clear: both;
  position: relative;
  left: -10px; }

/* @end */
/* @group PAGE-SPECIFIC STYLES ------------------------------------------------------------------ */
/* -- Home */
#page- #photos {
  margin-bottom: 20px; }

#home_speakers {
  padding: 1.5em 0;
  border-top: 1px solid #ebe7df;
  overflow: hidden; }
  #home_speakers h2 {
    font-size: 2em;
    font-family: "rooney-web", Georgia, serif;
    font-weight: normal;
    font-style: italic; }
  #home_speakers ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  #home_speakers li {
    margin: 0;
    padding: 0;
    float: left;
    width: 14.1025641%;
    /* 110px / 780px */
    padding-left: 2.5641026%;
    /* 20px / 780px */ }
  #home_speakers li:first-child {
    padding-left: 0; }
  #home_speakers figure {
    width: 100%; }
  #home_speakers figcaption {
    font-size: 0.8em;
    margin-top: -0.5em;
    text-align: center; }

/* -- About */
.breadcrumb + h1 {
  margin-top: 0; }

/* -- Supporters */
.sponsor_level ul {
  margin: 0;
  border-top: 1px solid #EBE7DF; }

.sponsor_level li {
  list-style-type: none;
  padding-left: 180px;
  margin: 20px 0;
  overflow: hidden;
  border-bottom: 1px solid #EBE7DF; }

.sponsor_level li img {
  float: left;
  margin: 10px 0 10px -180px;
  padding-left: 15px; }

/* -- Speakers */
.speaker, .speaker_list {
  border-bottom: 3px solid #EBE7DF;
  padding: 10px 0;
  margin: 10px 0;
  overflow: hidden; }

.speaker h3, .speaker_list h3 {
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: 1px solid #EBE7DF; }

#primary_content section.speaker figure {
  width: 17.9487179%;
  /* 140px / 780px */
  margin-left: 2%; }

#primary_content section.speaker_list h3 {
  width: 82.0512821%;
  /* 640px / 780px */ }

#primary_content section.speaker_list figure {
  width: 125px;
  margin-left: 2%; }

#primary_content section.speaker_list figure img {
  width: 125px;
  height: 125px; }

.speaker_list p {
  margin-top: -10px; }

.speaker_list h4 {
  margin: -12px 0 0 0; }

/* @end */
/* -- Schedule */
.schedule {
  width: 100%;
  margin-top: 10px;
  border-top: 2px solid #DFDAD0;
  border-right: 2px solid #DFDAD0; }

.schedule th {
  background-color: #F3F0EB;
  width: 17%;
  /*Used to be 115px, changed to relative instead of absolute - Kira*/
  min-width: 120px;
  text-align: center;
  vertical-align: top;
  padding-top: .5rem; }

.schedule th, .schedule td {
  border-bottom: 2px solid #DFDAD0;
  border-left: 2px solid #DFDAD0; }

.inner-schedule-table td, .inner-schedule-table th {
  border-bottom: 0;
  font-size: 0.75em;
  padding: 5px; }

.schedule td:first-child {
  border-left: 0; }

small {
  font-family: "rooney-web", Georgia, serif;
  font-style: italic;
  font-size: 0.8em;
  color: #8F836C; }

.schedule small {
  font-size: 0.9em; }

.schedule h3 {
  font-weight: bold !important;
  margin-top: 0;
  font-size: 1.2em !important; }

.schedule p {
  font-size: 1.1em !important;
  margin-bottom: 0.5em; }

h1 + h4 {
  margin-top: 0;
  font-style: italic; }

.schedule--expand a, .schedule--contract a {
  background-color: #F3F0EB;
  text-align: center;
  display: block;
  font-size: .8rem;
  padding: .2rem 0;
  transition: .1s all ease-in-out; }
  .schedule--expand a:hover, .schedule--contract a:hover {
    background-color: #e9e4db; }

/* @end */
/* -- Register */
table.registration {
  max-width: 85%;
  margin: 1em 0;
  border-top: 1px solid #DFDAD0;
  border-left: 1px solid #DFDAD0;
  font-size: 1.6em; }

table.registration thead th {
  background-color: #F3F0EB;
  border-bottom: 1px solid #DFDAD0; }

table.registration tbody th {
  background-color: #F3F0EB;
  font-weight: bold; }

table.registration th, table.registration td {
  border-bottom: 1px solid #DFDAD0;
  border-right: 1px solid #DFDAD0;
  padding: 0.2em; }

table.registration tbody th {
  width: 28%; }

table.registration tbody td {
  width: 24%;
  font-size: 1.2em; }

table.registration thead th span {
  display: block;
  font-family: "rooney-web", Georgia, serif;
  font-style: italic;
  font-weight: normal;
  font-size: 1em;
  color: #8F836C; }

.register_button {
  margin-bottom: 0.5em;
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none !important;
  font-size: 1.1em;
  color: #FFF !important;
  background-color: #6A5B42;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(39%, #6a5c40), color-stop(70%, #7f6f4e));
  background-image: -webkit-linear-gradient(bottom, #6a5c40 39%, #7f6f4e 70%);
  background-image: -moz-linear-gradient(bottom, #6a5c40 39%, #7f6f4e 70%);
  background-image: -o-linear-gradient(bottom, #6a5c40 39%, #7f6f4e 70%);
  background-image: linear-gradient(bottom, #6a5c40 39%, #7f6f4e 70%); }

.register_button:hover {
  background-color: #42351F;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(39%, #372d1b), color-stop(70%, #443721));
  background-image: -webkit-linear-gradient(bottom, #372d1b 39%, #443721 70%);
  background-image: -moz-linear-gradient(bottom, #372d1b 39%, #443721 70%);
  background-image: -o-linear-gradient(bottom, #372d1b 39%, #443721 70%);
  background-image: linear-gradient(bottom, #372d1b 39%, #443721 70%); }

/* @end */
/* @group MEDIA QUERIES ------------------------------------------------------------------------- */
@media screen and (max-width: 959px) {
  #header_information {
    font-size: 1em; }

  nav {
    top: 2px;
    font-size: 1.2em;
    margin: 0.5em 0 0.5em 7em; }

  nav ul {
    text-align: center;
    margin: 0.5em 0; }

  nav ul li {
    display: inline-block;
    line-height: 1.3;
    margin-bottom: -3px; }

  #primary_content {
    float: none;
    width: 100%; }

  #sponsors {
    float: none;
    width: 100%;
    height: inherit;
    border-left: 0;
    padding-left: 0; }

  footer #latest_tweet, footer #mailing_list {
    width: 48%; }

  footer #addthis {
    float: none;
    clear: both;
    border-left: 0;
    margin: 0 0 10px 0;
    padding: 10px 0 0 0;
    height: inherit;
    border-top: 1px solid #5e4f3e;
    width: 100%; }

  #sponsors section {
    width: 48%;
    float: left;
    margin: 0 1%; }

  #sponsors .column {
    float: left;
    width: 50%; }

  #sponsors h4 {
    width: 100%; } }
@media screen and (max-width: 760px) {
  #header_information {
    font-size: 0.9em;
    width: 55%;
    margin-left: 190px;
    margin-top: -40px; }

  .header_wrap nav {
    width: 90%;
    top: 2px;
    margin: 0.5em 0; }

  .schedule, .schedule tr, .schedule th, .schedule td {
    display: block;
    border-right: 0; }

  .schedule th, .schedule td {
    width: 98%;
    padding-left: 1%;
    padding-right: 1%;
    border-left: 0; }

  .schedule th {
    border-right: 0; } }
@media screen and (max-width: 665px) {
  #header_information {
    width: 70%;
    margin-top: -40px;
    margin-left: 140px; }

  .header_wrap nav {
    padding: 1em 0;
    top: -15px; }

  header h1 a {
    top: -33px; }

  .header_wrap nav li a {
    font-size: 1.2em; }

  #organized_by div {
    width: 100%;
    float: none;
    padding-left: 1em;
    padding-right: 1em; }

  #organized_by div:last-of-type {
    border-left: 0;
    border-top: 1px solid #ebe7df;
    margin-left: 0;
    padding-top: 1em;
    padding-left: 1em;
    padding-bottom: 1em; }

  #sponsors section {
    float: none;
    width: 96%;
    margin: 0 2%; }

  footer #latest_tweet, footer #mailing_list {
    float: none;
    border-left: 0;
    margin-left: 0;
    margin-bottom: 0;
    padding-left: 0.5em;
    padding-right: 0em;
    width: 95%; }

  #mailing_list {
    border-top: 1px solid #5e4f3e;
    padding-top: 1em; }

  footer #addthis {
    display: block;
    float: none;
    width: 95%;
    border-top: 1px solid #5e4f3e;
    border-left: 0;
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 1em;
    padding-top: 1.5em;
    padding-left: 0.8em;
    height: inherit; } }
@media screen and (max-width: 520px) {
  .header_wrap nav li a {
    font-size: 1.1em; } }
/* -- Mobile Devices */
@media screen and (max-width: 480px) {
  header {
    overflow: visible;
    position: relative;
    border-top: 0;
    border-bottom: 0;
    background-color: #4d4126;
    background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(39%, #443921), color-stop(70%, #56492d));
    background-image: -webkit-linear-gradient(bottom, #443921 39%, #56492d 70%);
    background-image: -moz-linear-gradient(bottom, #443921 39%, #56492d 70%);
    background-image: -o-linear-gradient(bottom, #443921 39%, #56492d 70%);
    background-image: linear-gradient(bottom, #443921 39%, #56492d 70%); }

  .header_wrap {
    width: 100%;
    margin: 0; }

  #header_information {
    width: 100%;
    margin: 0 auto 0 auto;
    padding: 0.5em 0 0.8em 0;
    background-color: #e7e3db; }

  #header_information p {
    margin-left: 3px;
    margin-right: 3px; }

  header h1 {
    float: none;
    width: 140px;
    margin: 0 auto;
    position: relative;
    z-index: 100; }

  header h1 a {
    width: 140px;
    top: 0;
    margin-top: -5px; }

  header nav {
    background-color: #847553;
    border-bottom: 3px solid #4d4126;
    position: relative !important;
    top: 0 !important;
    margin-top: 50px !important;
    margin-bottom: 0 !important;
    width: 100% !important;
    padding-top: 6px !important;
    height: inherit !important;
    z-index: 10; }

  header nav ul {
    width: 100%; }

  header nav ul li a {
    color: #fff;
    font-size: 1.2em !important; }

  #body_wrap {
    margin-top: 10px; }

  footer #latest_tweet, footer #mailing_list, footer #addthis {
    width: 93%; }

  #mailing_list input[type="email"] {
    width: 175px; }

  #primary_content h3 {
    font-size: 2.5em; }

  #primary_content section.speaker_list h3 {
    width: 100%; }

  #primary_content figure, #primary_content section.speaker figure {
    width: 100%;
    margin-left: 0;
    float: none; }

  .speaker h3 {
    width: 100%; }

  #primary_content section.speaker figure {
    margin-top: 0; }

  html {
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none; } }
/* -- Retina */
/* -- Print */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }

  nav {
    display: none; }

  a, a:visited {
    color: #444 !important;
    text-decoration: underline; }

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

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

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

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

  thead {
    display: table-header-group; }

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

  @page {
    margin: 0.5cm; }

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

  h2, h3 {
    page-break-after: avoid; } }
/* @end */
