/*
 * ---:[ Thesis CSS reset ]:---
 */
* {
  margin: 0;
  padding: 0;
  word-wrap: break-word; }

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal; }

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

img,
fieldset {
  border: 0; }

abbr,
acronym {
  text-decoration: none; }

code {
  line-height: 1em; }

pre {
  overflow: auto;
  clear: both;
  word-wrap: normal;
  -moz-tab-size: 4;
  tab-size: 4; }

sub,
sup {
  line-height: 0.5em; }

img,
.wp-caption {
  max-width: 100%;
  height: auto; }

iframe,
video,
embed,
object {
  display: block;
  max-width: 100%; }

img {
  display: block; }

.left,
.alignleft,
img[align="left"] {
  display: block;
  float: left; }

.right,
.alignright,
img[align="right"] {
  display: block;
  float: right; }

.center,
.aligncenter,
img[align="middle"] {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  float: none;
  clear: both; }

.block,
.alignnone {
  display: block;
  clear: both; }

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

.wp-smiley {
  display: inline; }

.fullwidth .columns > .content {
  width: 100%;
  border-right: none; }

/*
 * ---:[ layout structure ]:---
 */
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 32px;
  color: #383838;
  background-color: white;
  padding-top: 32px; }

body.landing {
  padding-top: 0; }

.container {
  width: 1180px;
  margin: 0 auto; }

.landing .container {
  width: 1180px; }

.columns,
.columns > .content,
.columns > .sidebar {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.columns > .content {
  width: 1180px;
  float: none;
  border-width: 0;
  border-style: solid;
  border-color: white; }

.columns > .sidebar {
  width: 100%;
  float: none;
  border-top: 3px double white;
  padding: 32px 32px 0 32px; }

/*
 * ---:[ links ]:---
 */
a {
  color: #d46325;
  text-decoration: none; }

p a {
  text-decoration: underline; }

p a:hover {
  text-decoration: none; }

/*
 * ---:[ nav menu ]:---
 */
.menu-area {
  float: right; }

.menu {
  position: relative;
  z-index: 50;
  list-style: none; }

.menu li {
  position: relative;
  float: left; }

.menu li a:hover,
.menu li a:focus {
  color: #f5d04c; }

.menu .sub-menu {
  position: absolute;
  left: -1px;
  display: none;
  list-style: none;
  z-index: 110;
  margin-top: -1px; }

.menu .sub-menu .sub-menu {
  top: 0;
  left: 252px;
  margin: 0 0 0 -1px; }

.menu li:hover > .sub-menu {
  display: block; }

.menu .sub-menu li {
  width: 252px;
  clear: both; }

.menu a,
.menu_control {
  display: block;
  font-size: 18px;
  line-height: 26px;
  line-height: 1em;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #383838; }

.menu a:hover {
  background-color: white; }

.menu_control {
  display: none;
  background-color: white; }

.menu .sub-menu a {
  border-left-width: 1px; }

.menu,
.menu a,
.menu .sub-menu {
  border-color: white; }

.menu .current-menu-item > a {
  color: #d46325;
  cursor: text; }

.menu .current-menu-item > a:hover {
  border-bottom: none; }

/*
 * ---:[ header ]:---
 */
#header {
  padding: 40px 0 30px !important; }

.header {
  border-bottom: 3px double white;
  padding: 32px; }

.landing .header {
  text-align: center; }

#site_title {
  font-size: 42px;
  line-height: 1.32em;
  font-weight: bold;
  color: #383838; }

#site_title a {
  color: #383838; }

#site_title a:hover {
  color: #d46325; }

#site_tagline {
  font-size: 16px;
  color: #888888;
  line-height: 1.32em; }

/*
 * ---:[ golden ratio typography with spaced paragraphs ]:---
 */
.grt,
.grt h3 {
  font-size: 16px;
  line-height: 32px; }

.grt .headline {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 26px;
  line-height: 45px;
  margin: 0; }

.grt h2 {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 20px;
  line-height: 37px;
  margin-top: 48px;
  margin-bottom: 16px; }

.grt .small,
.grt .caption {
  font-size: 13px;
  line-height: 28px; }

.grt .drop_cap {
  font-size: 64px;
  line-height: 1em;
  margin-right: 0.15em;
  float: left; }

.grt p,
.grt ul,
.grt ol,
.grt blockquote,
.grt pre,
.grt dl,
.grt dd,
.grt .center,
.grt .block,
.grt .caption,
.post_box .aligncenter,
.post_box .alignnone,
.post_box .post_image,
.post_box .post_image_box,
.post_box .wp-caption,
.post_box .wp-post-image,
.post_box .alert,
.post_box .note,
.headline_area {
  margin-bottom: 32px; }

.grt ul,
.grt ol,
.grt .stack {
  margin-left: 32px; }

.grt ul ul,
.grt ul ol,
.grt ol ul,
.grt ol ol,
.wp-caption p,
.post_box .alert p:last-child,
.post_box .note p:last-child,
.post_content blockquote.right p,
.post_content blockquote.left p {
  margin-bottom: 0; }

.grt .left,
.post_box .alignleft,
.post_box .ad_left {
  margin-bottom: 32px;
  margin-right: 32px; }

.grt .right,
.post_box .alignright,
.post_box .ad {
  margin-bottom: 32px;
  margin-left: 32px; }

.grt .caption {
  margin-top: -16px;
  color: #888888; }

/*
 * ---:[ golden ratio pullquotes ]:---
 */
.grt blockquote.right,
.grt blockquote.left {
  font-size: 26px;
  line-height: 39px;
  width: 45%;
  margin-bottom: 16px; }

.grt blockquote.right,
.grt blockquote.left {
  padding-left: 0;
  border: 0; }

/*
 * ---:[ post box styles ]:---
 */
.cookbook-page .post_box {
  padding: 64px 120px 0 120px; }

.post_box {
  padding: 64px 220px 0 220px; }

.top {
  border-top: 0; }

.post_box .headline,
.headline a {
  color: #383838; }

.headline a:hover {
  color: #d46325; }

.byline,
.byline a {
  color: #888888; }

.byline a {
  border-bottom: 1px solid white; }

.byline a,
.post_author,
.post_date {
  text-transform: uppercase;
  letter-spacing: 1px; }

.byline a:hover,
.num_comments {
  color: #383838; }

.byline .post_edit {
  margin-left: 16px; }

.byline .post_edit:first-child {
  margin-left: 0; }

.post_author_intro,
.post_date_intro,
.byline .post_cats_intro {
  font-style: italic; }

.post_box h2,
.post_box h3 {
  color: #383838; }

.post_box h3 {
  font-weight: bold; }

.post_box ul {
  list-style-type: square; }

.post_box blockquote {
  color: #888888;
  font-style: italic;
  font-family: Chaparral-Pro, serif; }

.post_box code {
  font-family: Consolas, Menlo, Monaco, Courier, Verdana, sans-serif; }

.post_box pre {
  font-family: Consolas, Menlo, Monaco, Courier, Verdana, sans-serif;
  background-color: white;
  padding: 16px;
  -webkit-tab-size: 4;
  -moz-tab-size: 4;
  tab-size: 4; }

.post_content li a {
  text-decoration: underline; }

.post_content li a:hover {
  text-decoration: none; }

.post_box .frame,
.post_box .post_image_box,
.post_box .wp-caption {
  border: 1px solid white;
  background-color: white;
  padding: 16px; }

.post_box .wp-caption img,
.post_box .post_image_box .post_image,
.post_box .thumb {
  margin-bottom: 16px; }

.wp-caption.aligncenter img {
  margin-right: auto;
  margin-left: auto; }

.wp-caption .wp-caption-text .wp-smiley {
  display: inline;
  margin-bottom: 0; }

.post_box .wp-caption p {
  font-size: 13px;
  line-height: 28px; }

.post_box .author_description {
  border-top: 1px dotted white;
  padding-top: 32px; }

.post_box .author_description_intro {
  font-weight: bold; }

.post_box .avatar {
  width: 73px;
  height: 73px;
  float: right;
  clear: both;
  margin-left: 16px; }

.post_box .author_description .avatar {
  width: 96px;
  height: 96px;
  float: left;
  margin-right: 16px;
  margin-left: 0; }

.post_box .post_cats,
.post_box .post_tags {
  color: #888888; }

.post_box .alert,
.post_box .note {
  padding: 16px; }

.post_box .alert {
  background-color: #ffff99;
  border: 1px solid #e6e68a; }

.post_box .note {
  background-color: white;
  border: 1px solid white; }

.landing .headline_area {
  text-align: center; }

/*
 * ---:[ other post box styles ]:---
 */
.num_comments_link {
  display: inline-block;
  color: #888888;
  text-decoration: none;
  margin-bottom: 32px; }

.num_comments_link:hover {
  text-decoration: underline; }

.bracket,
.num_comments {
  font-size: 32px; }

.bracket {
  color: white; }

/*
 * ---:[ misc. content elements ]:---
 */
.archive_intro {
  text-align: center; }

.archive_intro .headline {
  line-height: 2em;
  margin-bottom: 0;
  margin-bottom: 32px; }

.prev_next {
  clear: both;
  color: #888888;
  border-top: 1px solid white;
  padding: 16px 32px; }

.prev_next .next_posts {
  float: right; }

.previous_posts,
.next_posts {
  display: block;
  font-size: 13px;
  line-height: 28px;
  text-transform: uppercase;
  letter-spacing: 2px; }

.previous_posts a:hover,
.next_posts a:hover {
  text-decoration: underline; }

/*
 * ---:[ comments ]:---
 */
#comments {
  margin-top: 64px;
  padding: 0 220px; }

.comments_intro {
  margin-bottom: 16px; }

.comments_closed {
  font-size: 13px;
  line-height: 28px;
  color: #888888;
  margin: 0 32px 32px 32px; }

.comment_list {
  list-style-type: none;
  margin-bottom: 64px; }

.comment {
  border-bottom: 1px dotted white;
  padding: 32px; }

.children .comment {
  list-style-type: none;
  margin-top: 32px;
  border-left: 1px solid white;
  border-bottom: 0;
  padding: 0 0 0 32px; }

.children .bypostauthor {
  background-color: transparent;
  border-color: #d46325; }

.comment .comment_head {
  margin-bottom: 16px; }

.children .comment_head {
  margin-bottom: 0; }

.comment .comment_author {
  font-weight: bold; }

.comment_date {
  font-size: 13px;
  margin-left: 16px;
  color: #888888; }

.comment_date a {
  color: #888888; }

.comment_footer a {
  font-size: 13px;
  line-height: 28px;
  color: #888888;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-left: 16px; }

.comment_head a:hover,
.comment_footer a:hover,
.comment_nav a:hover {
  text-decoration: underline; }

.comment_footer a:first-child {
  margin-left: 0; }

.comment .avatar {
  width: 64px;
  height: 64px;
  float: right;
  margin-left: 16px; }

.comment_nav {
  font-size: 13px;
  line-height: 28px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-style: dotted;
  border-color: white;
  padding: 16px 32px; }

.comment_nav_top {
  border-width: 1px 0 0 0; }

.comment_nav_bottom {
  margin: -64px 0 64px 0;
  border-width: 0 0 1px 0; }

.next_comments {
  float: right; }

/*
 * ---:[ inputs ]:---
 */
.input_text {
  font-size: inherit;
  line-height: 1em;
  font-family: inherit;
  font-weight: inherit;
  color: #383838;
  border: 1px solid white;
  background-color: white;
  padding: 0.35em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.input_text:focus {
  border-color: white;
  background-color: white; }

textarea.input_text {
  line-height: 32px; }

.input_submit {
  font-size: 20px;
  line-height: 1em;
  font-family: inherit;
  font-weight: bold;
  border: 3px double white;
  background: white url(\'images/bg-button.png\') repeat-x;
  padding: 0.5em;
  cursor: pointer;
  overflow: visible; }

/*
 * ---:[ comment form ]:---
 */
#commentform {
  margin: 64px 0;
  padding: 0 32px; }

.comment #commentform {
  margin-top: 0;
  padding-right: 0;
  padding-left: 0; }

.comment_form_title {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 20px;
  line-height: 37px;
  color: #383838;
  margin: 0 -32px;
  border-bottom: 1px dotted white;
  padding: 0 32px 16px 32px; }

#commentform label {
  display: block; }

#commentform p {
  margin-bottom: 16px; }

#commentform p .required {
  color: #dd0000; }

.comment_moderated {
  font-weight: bold; }

#commentform .input_text {
  width: 50%; }

#commentform textarea.input_text {
  width: 100%; }

#cancel-comment-reply-link {
  float: right;
  font-size: 13px;
  line-height: inherit;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #d46325; }

#cancel-comment-reply-link:hover {
  text-decoration: underline; }

.login_alert {
  font-weight: bold;
  border: 1px solid white;
  background-color: white; }

/*
 * ---:[ sidebar ]:---
 */
.sidebar {
  font-size: 13px;
  line-height: 19px; }

.sidebar .headline,
.sidebar .sidebar_heading,
.sidebar .widget_title {
  font-size: 21px;
  line-height: 30px; }

.sidebar .sidebar_heading,
.sidebar .widget_title {
  font-variant: small-caps;
  letter-spacing: 1px;
  margin-bottom: 10px; }

.sidebar .input_submit {
  font-size: inherit; }

.sidebar p,
.sidebar ul,
.sidebar ol,
.sidebar blockquote,
.sidebar pre,
.sidebar dl,
.sidebar dd,
.sidebar .left,
.sidebar .alignleft,
.sidebar .ad_left,
.sidebar .right,
.sidebar .alignright,
.sidebar .ad,
.sidebar .center,
.sidebar .aligncenter,
.sidebar .block,
.sidebar .alignnone {
  margin-bottom: 19px; }

.sidebar .left,
.sidebar .alignleft,
.sidebar .ad_left {
  margin-right: 19px; }

.sidebar ul ul,
.sidebar ul ol,
.sidebar ol ul,
.sidebar ol ol,
.sidebar .right,
.sidebar .alignright,
.sidebar .ad,
.sidebar .stack {
  margin-left: 19px; }

.sidebar ul ul,
.sidebar ul ol,
.sidebar ol ul,
.sidebar ol ol,
.wp-caption p,
.sidebar .post_excerpt p {
  margin-bottom: 0; }

.widget,
.sidebar .text_box,
.sidebar .thesis_email_form,
.sidebar .query_box {
  margin-bottom: 38px; }

.sidebar .thesis_email_form .input_text,
.widget li {
  margin-bottom: 10px; }

.sidebar .search-form .input_text,
.sidebar .thesis_email_form .input_text {
  width: 100%; }

.sidebar .query_box .post_author,
.sidebar .query_box .post_date {
  color: #888888; }

.sidebar .post_content,
.widget li ul,
.widget li ol {
  margin-top: 10px; }

.widget ul {
  list-style-type: none; }

.widget li a:hover {
  text-decoration: underline; }

/*
 * ---:[ footer ]:---
 */
.footer {
  font-size: 13px;
  line-height: 28px;
  text-align: right;
  color: #888888;
  border-top: 3px double white;
  padding: 16px 32px; }

.footer a {
  color: #888888; }

.footer a:hover {
  color: #383838; }

.landing .footer {
  text-align: center; }

/*
 * ---:[ media queries ]:---
 */
@media all and (max-width: 1180px) {
  body {
    padding-top: 0; }

  .container,
  .landing .container {
    width: auto;
    max-width: 1180px; }

  .landing .header {
    border-top: 0; }

  .columns > .content {
    float: none;
    width: 100%;
    border: 0; }

  .columns > .sidebar {
    float: none;
    width: 100%;
    border-top: 3px double white; }

  .menu_control {
    display: block;
    width: 100%;
    border-width: 0;
    background-color: white;
    padding: 1em 32px;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .show_menu {
    display: block; }

  .sidebar .search-form .input_text,
  .sidebar .thesis_email_form .input_text {
    width: 50%; } }

@media all and (max-width: 1180px) {
  .post_box .frame,
  .post_box .post_image_box,
  .post_box .wp-caption {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  #header {
    padding-left: 16px !important;
    padding-right: 16px !important; } }

@media all and (max-width: 900px) {
  .post_box,
  #comments,
  .cookbook-page .post_box,
  .prev_next {
    padding-left: 60px !important;
    padding-right: 60px !important; } }

@media all and (max-width: 768px) {
  .menu-area,
  img#thesis_header_image,
  .menu li {
    float: none; }

  #header .menu li {
    margin-right: 1em !important; }

  #header .menu li a {
    font-size: 95%; }

  .menu-area {
    margin: 0 0 0.5em !important; }

  #header {
    text-align: center;
    padding-top: 20px !important;
    padding-bottom: 20px !important; }

  .menu li {
    display: inline-block; }

  ul.share-btns li {
    margin-right: 30px !important; } }

@media all and (max-width: 600px) {
  img#thesis_header_image {
    width: 200px;
    height: auto; }

  #header .menu li {
    margin-right: 0.25em !important; }

  #header .menu li a {
    font-size: 85%; }

  ul.share-btns li {
    margin-right: 10px !important; }

  .social-icon img {
    width: 35px !important; }

  p.social-link {
    margin: 0 0 0 5px !important;
    font-size: 85% !important; } }

@media all and (max-width: 480px) {
  .header,
  .columns > .sidebar,
  .post_box,
  .prev_next,
  #comments,
  .comment_nav,
  #commentform,
  .comment_form_title,
  .footer,
  .cookbook-page .post_box {
    padding-right: 16px !important;
    padding-left: 16px !important; }

  .children .comment {
    padding-left: 16px; }

  .comments_closed,
  .login_alert {
    margin-right: 16px;
    margin-left: 16px; }

  .comment_form_title {
    margin-left: -16px;
    margin-right: -16px; }

  .right,
  .alignright,
  img[align=\"right\"],
  .left,
  .alignleft,
  img[align=\"left\"] {
    float: none; }

  .grt .right,
  .grt .left,
  .post_box .alignright,
  .post_box .alignleft,
  .grt blockquote.right,
  .grt blockquote.left {
    margin-right: 0;
    margin-left: 0; }

  .post_author:after {
    content: \'\\a\';
    height: 0;
    white-space: pre;
    display: block; }

  .grt blockquote.right,
  .grt blockquote.left,
  #commentform .input_text,
  .sidebar .search-form .input_text,
  .sidebar .thesis_email_form .input_text {
    width: 100%; }

  .post_box blockquote {
    margin-left: 0; }

  .comment_date {
    display: none; } }

/*
 * ---:[ clearfix ]:---
 */
.columns:after,
.menu:after,
.post_box:after,
.post_content:after,
.author_description:after,
.sidebar:after,
.query_box:after,
.prev_next:after,
.comment_text:after,
.comment_nav:after {
  content: \".\";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

#header {
  padding: 0; }

#header #site_title a,
#header #site_tagline {
  display: none; }

/*
 * BYOB Simple Classic Footer Widgets Style - Version 1.0
 */
.footer {
  padding-left: 0;
  padding-right: 0; }

.footer .attribution {
  padding-right: 32px; }

#footer_widgets {
  text-align: left; }

#footer_widgets .sidebar {
  padding: 32px 32px 0 32px; }

.full {
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box; }

/*
 * End BYOB Simple Classic Footer Widgets Style
 */
/*
 * ---:[ custom CSS ]:---
 */
@font-face {
  font-family: 'Proxima-Nova';
  src: url('fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/ProximaNova-Regular.otf') format('opentype'), url('fonts/ProximaNova-Regular.woff') format('woff'), url('fonts/ProximaNova-Regular.ttf') format('truetype'), url('fonts/ProximaNova-Regular.svg#ProximaNova-Regular') format('svg'); }
@font-face {
  font-family: 'Chaparral-Pro';
  src: url('fonts/ChaparralPro-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/ChaparralPro-Regular.otf') format('opentype'), url('fonts/ChaparralPro-Regular.woff') format('woff'), url('fonts/ChaparralPro-Regular.ttf') format('truetype'), url('fonts/ChaparralPro-Regular.svg#ChaparralPro-Regular') format('svg'); }
body {
  padding-top: 0;
  font-family: Proxima-Nova, sans-serif;
  background-image: url("images/bgrnd.png"); }

p a {
  text-decoration: none; }

p a:hover {
  text-decoration: underline; }

h1,
h2,
h3,
h4,
h5,
h6,
.grt h1,
.grt h2,
.grt h3,
.grt h4,
.grt h5,
.grt h6,
.comment_form_title {
  font-family: Chaparral-Pro, serif; }

#full_width_header {
  background-color: white;
  box-shadow: 0 4px 3px -3px rgba(0, 0, 0, 0.2);
  position: relative; }

.header {
  overflow: auto;
  border-bottom: none; }

#site_title {
  float: left; }

#thesis_header_image {
  display: inline-block;
  float: left; }

a:hover img#thesis_header_image {
  opacity: 0.5; }

.menu-area {
  margin-top: 1.4em; }

.menu a {
  text-transform: none;
  color: #033631; }

.menu li a:hover {
  color: #d46325;
  border-bottom: 1px solid; }

#header .menu li {
  margin-right: 2em;
  padding: 0.75em 1em; }

#header .menu li:last-child {
  margin-right: 0; }

#home_banner,
#resources_banner,
#archive_banner,
#about_banner,
#contact_banner,
#write_banner {
  overflow: auto;
  height: 500px;
  background-position: 50% 50%; }

#home_banner {
  background-image: url(images/Home-Banner.jpg); }

.hero-text {
  padding: 80px 16px; }

h2.hero-heading {
  color: white;
  font-weight: normal;
  font-size: 50px;
  line-height: 60px;
  letter-spacing: 1px;
  text-shadow: 2px 2px 2px #333333; }

h5.hero-h5 {
  font-size: 19px;
  line-height: 22px;
  letter-spacing: 3px;
  margin-top: 1em;
  color: white;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px #333333; }

.hero-button a,
.cookbook-page input.thesis_email_form_submit {
  font-family: Proxima-Nova, sans-serif;
  color: white;
  text-transform: uppercase;
  letter-spacing: 3px;
  background-color: #d4702c;
  border: 1px solid #c56a2d;
  display: inline-block;
  font-size: 1em;
  line-height: normal;
  padding: 18px 21px 18px 25px;
  margin-top: 1.25em;
  border-radius: 8px;
  text-decoration: none;
  -moz-box-shadow: inset 0 2px 0 0 rgba(255, 255, 255, 0.3), 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: inset 0 2px 0 0 rgba(255, 255, 255, 0.3), 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 2px 0 0 rgba(255, 255, 255, 0.3), 0 1px 2px 0 rgba(0, 0, 0, 0.25); }

.hero-button a:before,
.cookbook-page input.thesis_email_form_submit:before {
  content: (); }

li.cookbook-menu a {
  color: #cc6226; }

li.cookbook-menu a:hover {
  color: #cc6226; }

li.cookbook-menu a:before {
  content: (); }

li.cookbook-menu a:hover:before {
  content: (); }

.hero-button a:hover,
.cookbook-page input.thesis_email_form_submit:hover {
  background-color: #4a5154;
  border: 1px solid #353c3f;
  text-decoration: none; }

.template-home #footer_cta,
.template-category #footer_cta,
.template-tag #footer_cta,
.template-day #footer_cta,
.template-month #footer_cta,
.template-year #footer_cta,
.template-author #footer_cta,
.template-search #footer_cta {
  margin-top: 2em; }

/*
 * Contact Form Styles
 */
form.wpcf7-form {
  font-family: Chaparral-Pro, serif;
  text-transform: uppercase;
  letter-spacing: 1px; }

textarea.wpcf7-form-control.wpcf7-textarea,
input.wpcf7-form-control.wpcf7-text {
  webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  max-width: 92%;
  border: none;
  background-color: #f0efee;
  padding: 0.75em;
  font-size: inherit;
  line-height: normal; }

textarea.wpcf7-form-control.wpcf7-textarea {
  width: 100%; }

input.wpcf7-form-control.wpcf7-submit {
  font-size: 16px;
  line-height: normal;
  color: #cc6226;
  border: 3px solid #cc6226;
  letter-spacing: 1px;
  padding: 0.75em 1em;
  font-weight: normal;
  background-color: transparent;
  text-transform: uppercase; }

input.wpcf7-form-control.wpcf7-submit:hover {
  color: white;
  background-color: #cc6226;
  background: #cc6226; }

.banner-text {
  font-family: Chaparral-Pro, serif;
  color: white;
  text-align: center;
  height: 200px;
  padding: 150px 0; }

h1.banner-heading {
  display: inline-block;
  padding: 0 0.75em;
  margin-bottom: 20px;
  font-size: 70px;
  line-height: normal;
  letter-spacing: 2px;
  border-bottom: 1px solid white;
  text-shadow: 2px 2px 2px #333333; }

h1.banner-heading.resource-heading,
h1.banner-heading.archives-ban-head {
  padding: 0 0.2em; }

h1.banner-heading.write-us-heading {
  padding: 0;
  margin-bottom: 22px;
  padding-bottom: 4px; }

h5.banner-content {
  font-size: 19px;
  line-height: normal;
  text-transform: uppercase;
  letter-spacing: 4px;
  text-shadow: 1px 1px 1px #333333; }

#about_banner {
  background-image: url(images/about-banner.jpg); }

#archive_banner {
  background-image: url(images/archives-banner.jpg); }

h1.archive_title.headline {
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: white; }

#contact_banner {
  background-image: url(images/contact-banner.jpg); }

#resources_banner {
  background-image: url(images/resources-banner.jpg); }

#write_banner {
  background-image: url(images/write-banner.jpg); }

.headline_area,
.grt .headline,
.menu a,
.blockquote,
a.more-link,
.hero-text {
  font-family: Chaparral-Pro, serif; }

/*
 * headline area styles
 */
.headline_area {
  text-align: center;
  border: double #cbcbcb;
  border-width: 3px 0;
  overflow: auto; }

.top .headline_area {
  border-top: none; }

.headline_area h2.headline {
  padding-top: 48px; }

.top .headline_area h2.headline {
  padding-top: 0; }

.byline .post_date {
  float: left;
  letter-spacing: 2px; }

.byline a.num_comments_link {
  float: right;
  letter-spacing: 2px;
  margin-bottom: 0; }

.byline span.num_comments {
  color: inherit; }

.num_comments {
  font-size: inherit; }

.post_author_intro {
  font-style: normal;
  text-transform: uppercase; }

.post_author,
.post_author_intro,
.headline_area .byline {
  font-size: 12px; }

.post_author,
.post_author_intro {
  letter-spacing: 1px;
  font-family: Proxima-Nova, sans-serif; }

.prev_next {
  border-top: none;
  padding: 64px 220px; }

a.more-link {
  text-decoration: none;
  font-size: 110%;
  font-style: italic; }

.grt .headline {
  text-transform: uppercase;
  letter-spacing: 5px; }

img.attachment-full.wp-post-image {
  width: 100%; }

p.share-heading {
  color: #9ba0a2;
  font-family: Chaparral-Pro, serif;
  font-style: italic;
  letter-spacing: 4px; }

.social-icon {
  float: left; }

p.social-link {
  float: right;
  margin-bottom: 0;
  margin: 5px 0 0 10px; }

p.social-link a {
  text-decoration: none; }

p.social-link a:hover {
  color: #4a5154; }

ul.share-btns li {
  display: inline-block;
  margin-right: 60px;
  text-align: left;
  font-size: 17px;
  letter-spacing: 1px;
  line-height: normal;
  font-style: italic;
  font-family: Chaparral-Pro, serif; }

ul.share-btns li:last-child {
  margin-right: 0; }

.single-share-buttons {
  text-align: center;
  margin-top: 1.5em;
  border-bottom: 1px solid #d7d7d7; }

ul.share-btns {
  display: inline-block;
  overflow: auto;
  margin: 0;
  padding-bottom: 2.5em; }

.previous_posts,
.next_posts {
  font-family: Chaparral-Pro, serif;
  text-transform: none;
  letter-spacing: 1px;
  font-size: 110%;
  font-style: italic; }

.comment {
  position: relative;
  padding-left: 70px; }

#commentform {
  margin-top: 2em;
  padding: 0; }

ul.comment_list li.comment:nth-child(2n) {
  background-color: #f0f0f0; }

.comment .avatar {
  float: left;
  margin-left: 0.5em;
  position: absolute;
  left: 0; }

.comment_form_title {
  border-bottom: none;
  padding-bottom: 0;
  font-style: italic;
  letter-spacing: 1px;
  color: #cc6226; }

.comment_list {
  margin-bottom: 2em; }

p.comments_intro,
span.num_comments {
  color: #cc6226;
  font-size: 1.75em;
  font-family: Chaparral-Pro, serif;
  font-style: italic; }

span.num_comments {
  font-size: 1em; }

.comments_intro a {
  color: #4a5154;
  text-decoration: none; }

.comments_intro a:hover {
  color: #f5933d; }

.comment .comment_head {
  margin-bottom: 0.5em;
  font-family: Chaparral-Pro, serif; }

.comment .comment_author {
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 2px; }

a.comment-reply-link {
  color: #888888;
  letter-spacing: 1px;
  font-style: italic; }

a.comment-reply-link:hover {
  text-decoration: none;
  color: #4a5154; }

.comment .comment_date:before {
  content: \"/\";
  margin-right: 16px; }

.comment .comment_date:after {
  content: \"/\";
  margin: 0 16px; }

.comment .comment_date {
  font-size: inherit;
  letter-spacing: 1px; }

.comment_text p {
  color: #374c52; }

.comment,
.comment p {
  font-size: 90%;
  margin-bottom: 1em;
  line-height: 1.5em; }

.comment p:last-child {
  margin-bottom: 0; }

.comment {
  margin-bottom: 0;
  border-bottom: 1px solid #dadada;
  padding: 2em 1.75em 2em 5.5em; }

.children .comment {
  padding: 0 1.75em 0 5.5em; }

#commentform input#author,
#commentform input#email,
#commentform input#url,
#commentform textarea#comment {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: none;
  background-color: #f0efee;
  padding: 0.75em;
  font-family: Chaparral-Pro, serif;
  font-style: italic; }

#commentform input#author:focus,
#commentform input#email:focus,
#commentform input#url:focus,
#commentform textarea#comment:focus {
  font-family: Proxima-Nova, sans-serif;
  font-style: normal; }

#comment_form_name:after,
#comment_form_email:after,
#comment_form_url:after {
  color: #adb1b1;
  font-size: 70%;
  letter-spacing: 1px;
  margin-left: 5px;
  font-family: Chaparral-Pro, serif;
  font-style: italic; }

#comment_form_name:after,
#comment_form_email:after {
  content: \"REQUIRED\"; }

#comment_form_url:after {
  content: \"OPTIONAL\"; }

#comment_form_submit input#submit {
  font-size: 16px;
  line-height: normal;
  color: #033632;
  border: 3px solid #033632;
  letter-spacing: 1px;
  padding: 0.75em 1em;
  font-weight: normal;
  background-color: transparent; }

#comment_form_submit input#submit:hover {
  color: white;
  background-color: #033632;
  background: #033632; }

#final_footer {
  display: none; }

#footer_cta {
  background-image: url(images/footer_cta_bg.jpg);
  border-top: 1px solid #dddddd;
  font-family: Chaparral-Pro, serif;
  overflow: hidden;
  height: 519px;
  background-position: 50% 50%;
  text-align: center;
  position: relative; }

.custom-temp #footer_cta {
  margin-top: 64px; }

.footer-cta-text.container {
  display: inline-block;
  padding: 115px 0; }

h3.foot-cta-h3 {
  font-size: 40px;
  line-height: 55px;
  letter-spacing: 3px;
  margin-bottom: 0.25em;
  color: #3d3d3d; }

h4.foot-cta-h4 {
  color: #535353;
  font-size: 19px;
  line-height: 30px;
  letter-spacing: 2px;
  margin-bottom: 0.5em; }

#mailchimpbox {
  max-width: 700px;
  margin: 0 auto;
  padding-top: 25px; }

.footer-cta-inner {
  padding-left: 78px; }

#footer_cta .mc4wp-alert.mc4wp-success p {
  font-size: 24px;
  padding-top: 75px;
  color: #3d3d3d !important; }

.footer-cta-text ul {
  text-align: left;
  margin-left: 60px; }

ul.foot-cta-ul li {
  color: #807162;
  list-style-image: url(\'images/tick.png\');
  line-height: 1.2em;
  margin: 0.25em 0 0.5em;
  padding-left: 0.25em;
  font-size: 18px;
  letter-spacing: 1px; }

#mailchimpbox {
  padding-left: 130px; }

#mailchimpbox .ml_input {
  font-size: 16px;
  line-height: normal;
  letter-spacing: 2px;
  padding: 18px 21px 18px 25px;
  font-family: Chaparral-Pro, serif;
  font-style: italic;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  width: 41%;
  float: left; }

#mailchimpbox .ml_submit {
  font-family: Proxima-Nova, sans-serif;
  color: white;
  text-transform: uppercase;
  letter-spacing: 3px;
  background-color: #d4702c !important;
  border: 1px solid #c56a2d;
  display: inline-block;
  font-size: 1em;
  line-height: normal;
  padding: 18px 21px 18px 25px;
  float: left;
  border-radius: 0px 6px 6px 0;
  text-decoration: none;
  -moz-box-shadow: inset 0 2px 0 0 rgba(255, 255, 255, 0.3), 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: inset 0 2px 0 0 rgba(255, 255, 255, 0.3), 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 2px 0 0 rgba(255, 255, 255, 0.3), 0 1px 2px 0 rgba(0, 0, 0, 0.25); }

.foot-book {
  float: right;
  margin-right: -190px;
  margin-top: -20px; }

.footer {
  background-color: #4a5154;
  border-top: none; }

.footer-links {
  float: left;
  line-height: 32px; }

.footer-links a {
  font-family: Chaparral-Pro, serif;
  color: white;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.5em;
  margin-right: 2em;
  letter-spacing: 1px;
  text-shadow: 1px 1px 1px #333333; }

.footer-links a:hover {
  text-shadow: none;
  text-decoration: none; }

.footer-links a:last-child {
  margin-right: 0; }

.footer-social {
  float: right;
  width: 430px; }

.footer-social ul li {
  overflow: auto; }

.footer-social ul li {
  line-height: 32px;
  float: left;
  margin-right: 1em; }

.footer-social ul li.slink:hover {
  opacity: 0.7; }

.footer-social ul li:first-child {
  margin-right: 1.5em; }

.footer-social ul li:last-child {
  margin-right: 0; }

/*
 * Landing Page Styles
 */
body.custom-temp.cookbook-page {
  background-image: url(\"images/landing-bg.jpg\");
  background-position: 50% 0%; }

img.landing-logo {
  margin: 50px 0 0 50px; }

img.landing-logo:hover {
  opacity: 0.5; }

h2.landing-title {
  font-family: Chaparral-Pro, serif;
  text-align: center;
  color: #004540;
  font-size: 60px;
  line-height: 60px;
  line-height: 60px;
  margin-top: 1.5em; }

.cookbook-page input.thesis_email_form_submit {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-top: 0; }

.cookbook-page input.thesis_email_form_email {
  font-size: 16px;
  line-height: normal;
  letter-spacing: 2px;
  padding: 18px 21px 18px 25px;
  font-family: Chaparral-Pro, serif;
  font-style: italic;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  width: 35%; }

.landing-email-form {
  text-align: center;
  margin: 3em 0; }

.list-left {
  float: left; }

.list-left h4 {
  color: #004540;
  font-family: Chaparral-Pro, serif;
  text-transform: uppercase;
  text-align: center;
  font-size: 22px;
  line-height: 2.5em;
  letter-spacing: 5px; }

.list-left ul li {
  color: #004540;
  font-size: 18px;
  line-height: 2.5em;
  padding-left: 10px;
  list-style-image: url(\'images/tick.png\'); }

.book-right {
  float: right; }

.book-right img {
  margin: 0 1em; }

.slink {
  list-style: none; }

.footer .text_box {
  padding: 26px 0; }

/*
 * ---:[ media queries ]:---
 */
@media screen and (max-width: 830.5px) {
  .footer-cta-inner {
    width: 90%;
    float: none;
    margin: 0 auto;
    padding-left: 0px; }

  #mailchimpbox {
    padding-left: 0px; }

  #mailchimpbox {
    padding-left: 0px;
    max-width: 400px;
    margin: 0 auto; }

  #mailchimpbox .ml_input {
    margin-bottom: 10px;
    border-radius: 6px;
    width: 100%; }

  #mailchimpbox .ml_submit {
    margin-bottom: 10px;
    border-radius: 6px;
    width: 100%; }

  .foot-cta-h4 br {
    display: none; }

  #footer_cta .mc4wp-alert.mc4wp-success p {
    padding-left: 0px; } }

@media all and (max-width: 768px) {
  #home_banner,
  #resources_banner,
  #archive_banner,
  #about_banner,
  #contact_banner,
  #write_banner {
    height: 450px;
    text-align: center;
    background-position: 55%; }

  #about_banner {
    background-position: 71% 50%; }

  .hero-text {
    padding: 55px 16px; }

  .banner-text {
    padding: 125px 16px; }

  .footer-social {
    width: 100%; }

  .headline_area h2.headline {
    font-size: 22px;
    line-height: 1.5em; }

  .footer-cta-text.container {
    padding: 75px 0; }

  img.foot-book {
    position: absolute;
    right: 35%;
    opacity: 0.2; }

  h4.foot-cta-h4,
  .footer-cta-text ul,
  #footer_cta .hero-button {
    position: relative; }

  h2.landing-title {
    margin-top: 0;
    font-size: 45px;
    line-height: 1.25em; }

  .landing-email-form {
    margin: 2em 0 0; }

  .cookbook-page input.thesis_email_form_email {
    width: 100%;
    border-radius: 8px;
    margin-bottom: 1em; }

  .cookbook-page input.thesis_email_form_submit {
    width: 100%;
    border-radius: 8px; }

  .book-right {
    float: none;
    text-align: center; }

  .list-left ul li {
    font-size: 97%;
    line-height: 1.5em;
    margin-bottom: 1em; } }

@media all and (max-width: 600px) {
  #footer_cta {
    background-image: url(images/footer_cta_bg_mobile.jpg);
    background-position: center top; }

  .hero-text {
    padding: 50px 16px; }

  h2.hero-heading {
    font-size: 40px;
    line-height: 1.2em; }

  h5.hero-h5 {
    font-size: 16px;
    line-height: 1.5em; }

  #home_banner .hero-button a {
    font-size: 14px;
    padding: 14px 18px 14px 21px; }

  #home_banner,
  #resources_banner,
  #archive_banner,
  #about_banner,
  #contact_banner,
  #write_banner {
    height: 390px;
    background-position: 57% 75%; }

  #about_banner {
    background-position: 71% 50%; }

  .banner-text {
    padding: 110px 16px;
    height: 170px; }

  h1.banner-heading {
    font-size: 60px;
    line-height: 1.25em; }

  h5.banner-content {
    font-size: 16px; }

  .headline_area h2.headline {
    font-size: 19px; }

  .footer-cta-text.container {
    padding: 45px 0; }

  img.foot-book {
    position: absolute;
    right: 40%;
    opacity: 0.2; }

  h4.foot-cta-h4,
  .footer-cta-text ul,
  #footer_cta .hero-button {
    position: relative; }

  h3.foot-cta-h3 {
    font-size: 24px;
    line-height: 1.5em; }

  h4.foot-cta-h4 {
    font-size: 14px;
    line-height: 1.5em;
    letter-spacing: 1px; }

  .footer-cta-text ul {
    margin-left: 30px; }

  #footer_cta .hero-button a {
    font-size: 12px;
    padding: 14px 14px 14px 18px; }

  .list-left ul li {
    font-size: 94%; }

  .book-right img {
    width: 200px;
    text-align: center;
    margin: 0 auto; }

  h2.landing-title {
    font-size: 36px; } }

@media all and (max-width: 480px) {
  .hero-text {
    padding: 45px 16px; }

  h2.hero-heading {
    font-size: 30px;
    line-height: 1.3em; }

  h5.hero-h5 {
    font-size: 12px;
    line-height: 1.2em; }

  #home_banner .hero-button a {
    font-size: 12px;
    padding: 14px 14px 14px 18px; }

  #home_banner,
  #resources_banner,
  #archive_banner,
  #about_banner,
  #contact_banner,
  #write_banner {
    overflow: hidden;
    height: 360px;
    background-position: 58% 75%; }

  #about_banner {
    background-position: 71% 50%; }

  .banner-text {
    padding: 100px 16px;
    height: 160px; } }

@media all and (max-width: 360px) {
  .hero-text {
    padding: 25px 16px; }

  .footer-cta-text.container {
    padding: 25px 16px; }

  #footer_widgets .sidebar {
    padding: 10px 31px 0 31px; } }