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

html {
  word-break: break-word;
  -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;
  word-break: normal; }

img,
fieldset {
  border: 0; }

abbr,
acronym {
  text-decoration: none; }

code {
  line-height: 1em; }

pre {
  overflow: auto;
  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;
  float: none;
  text-align: center;
  margin-right: auto;
  margin-left: auto; }

.clear {
  clear: both; }

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

.wp-smiley {
  display: inline; }

/*
 * ---:[ layout structure ]:---
 */
body {
  font-family: Verdana, sans-serif;
  font-size: 16px;
  line-height: 31px;
  color: #111111;
  background-color: white;
  padding-top: 31px; }

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

.columns {
  box-sizing: border-box; }
  .columns > .content {
    box-sizing: border-box;
    width: 1152px;
    float: none;
    border-width: 0;
    border-style: solid;
    border-color: #c45f0c; }
  .columns > .sidebar {
    box-sizing: border-box;
    width: 100%;
    float: none;
    border-top: 3px double #c45f0c;
    padding: 31px 31px 0 31px; }

/*
 * ---:[ links ]:---
 */
a {
  color: #4d7b1b;
  text-decoration: none; }
  p a {
    text-decoration: underline; }
    p a:hover {
      text-decoration: none; }

/*
 * ---:[ nav menu ]:---
 */
.menu {
  position: relative;
  z-index: 50;
  list-style: none;
  border-width: 0 0 1px 1px;
  border-style: solid;
  border-color: #c45f0c; }
  .menu a {
    display: block;
    font-family: Verdana, sans-serif;
    font-size: 18px;
    line-height: 26px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #111111;
    background-color: #eeeeee;
    padding: 11px 18px;
    border-width: 1px 1px 1px 0;
    border-style: solid;
    border-color: #c45f0c; }
  .menu a:hover {
    background-color: #c45f0c; }
  .menu li {
    position: relative;
    float: left;
    margin-bottom: -1px; }
  .menu .sub-menu {
    display: none;
    position: absolute;
    z-index: 110;
    left: -1px;
    list-style: none;
    border-color: #c45f0c;
    margin-top: -1px; }
    .menu .sub-menu .sub-menu {
      top: 0;
      left: 229px;
      margin: 0 0 0 -1px; }
    .menu .sub-menu li {
      width: 229px;
      clear: both; }
    .menu .sub-menu a {
      border-left-width: 1px; }
    .menu .sub-menu .current-menu-item > a {
      border-bottom-color: #c45f0c; }
  .menu li:hover > .sub-menu {
    display: block; }
  .menu .current-menu-item > a {
    border-bottom-color: white;
    background-color: white;
    cursor: text; }

.menu_control {
  display: block;
  font-family: Verdana, sans-serif;
  font-size: 18px;
  line-height: 26px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #111111;
  background-color: #eeeeee;
  padding: 11px 18px;
  border-width: 1px 1px 1px 0;
  border-style: solid;
  border-color: #c45f0c;
  display: none;
  background-color: white; }
  .menu_control:hover {
    background-color: #c45f0c; }

/*
 * ---:[ header ]:---
 */
.header {
  border-bottom: 3px double #c45f0c;
  padding: 31px; }

#site_title {
  font-size: 42px;
  line-height: 1.31em;
  font-weight: bold;
  color: #111111; }
  #site_title a {
    color: #111111; }
    #site_title a:hover {
      color: #4d7b1b; }
  #site_title + #site_tagline {
    margin-top: 7px; }

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

/*
 * ---:[ golden ratio typography with spaced paragraphs ]:---
 */
.grt {
  font-size: 16px;
  line-height: 31px; }
  .grt h1,
  .grt .headline {
    font-size: 33px;
    line-height: 54px; }
  .grt h1 {
    margin-bottom: 31px; }
  .grt .headline {
    color: #111111;
    margin: 0; }
    .grt .headline a {
      color: #111111; }
      .grt .headline a:hover {
        color: #4d7b1b; }
  .grt h2,
  .grt h3,
  .grt h4 {
    color: #111111; }
  .grt h2 {
    font-size: 26px;
    line-height: 45px;
    margin-top: 50px;
    margin-bottom: 19px; }
  .grt h3 {
    font-size: 20px;
    line-height: 37px;
    margin-top: 43px;
    margin-bottom: 12px; }
  .grt h4 {
    font-size: 16px;
    line-height: 31px;
    font-weight: bold;
    margin-bottom: 7px; }
  .grt h1 + h2,
  .grt h2 + h3 {
    margin-top: 0; }
      .grt .post_content h2:first-child,
      .grt .post_content h3:first-child {
        margin-top: 0; }
  .grt ul {
    list-style-type: square; }
    .grt ul li a {
      text-decoration: underline; }
      .grt ul li a:hover {
        text-decoration: none; }
  .grt blockquote {
    color: #888888;
    padding-left: 19px;
    border-left: 1px solid #c45f0c; }
    .grt blockquote.right,
    .grt blockquote.left {
      width: 45%;
      font-size: 26px;
      line-height: 39px;
      padding-left: 0;
      border: 0;
      margin-bottom: 19px; }
  .grt code,
  .grt pre,
  .grt kbd {
    font-size: 14px; }
  .grt code {
    font-family: Consolas, Menlo, Monaco, Courier, Verdana, sans-serif;
    background-color: rgba(0, 0, 0, 0.08);
    padding: 4px 5px;
    border-radius: 7px;
    margin: 0 1px; }
  .grt pre {
    font-family: Consolas, Menlo, Monaco, Courier, Verdana, sans-serif;
    background-color: #eeeeee;
    padding: 19px 19px 19px 12px;
    border-left: 7px solid rgba(0, 0, 0, 0.15); }
  .grt kbd {
    font-family: Consolas, Menlo, Monaco, Courier, Verdana, sans-serif;
    color: #111111;
    background-color: white;
    padding: 4px 5px;
    border-radius: 7px;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.45);
    margin: 0 1px; }
  .grt .alert,
  .grt .note,
  .grt .box {
    padding: 19px; }
  .grt .alert {
    background-color: #ffff99;
    border: 1px solid #e6e68a; }
  .grt .note {
    background-color: #eeeeee;
    border: 1px solid #c45f0c; }
  .grt .box {
    background-color: #edf9e1;
    border: 1px solid #d5f1ba; }
  .grt .footnotes {
    font-size: 13px;
    line-height: 28px;
    padding-top: 31px;
    border-top: 1px dotted #c45f0c; }
  .grt .footnotes,
  .grt sub,
  .grt sup,
  .grt .post_cats,
  .grt .post_tags {
    color: #888888; }
  .grt fieldset {
    margin-bottom: 31px; }
    .grt fieldset legend {
      font-size: 20px;
      line-height: 37px;
      font-weight: bold;
      margin-bottom: 7px; }
  .grt .avatar {
    width: 82px;
    height: 82px;
    float: right;
    clear: both;
    margin-left: 19px; }
  .grt .small,
  .grt .caption {
    font-size: 13px;
    line-height: 28px; }
  .grt .caption {
    margin-top: -19px;
    color: #888888; }
  .grt .frame,
  .grt .post_image_box,
  .grt .wp-caption {
    box-sizing: border-box;
    background-color: #eeeeee;
    padding: 19px;
    border: 1px solid #c45f0c; }
  .grt .wp-caption p {
    font-size: 13px;
    line-height: 28px; }
  .grt .wp-caption img,
  .grt .post_image_box .post_image,
  .grt .thumb,
  .grt .footnotes p {
    margin-bottom: 19px; }
  .grt .drop_cap {
    font-size: 62px;
    line-height: 1em;
    margin-right: 12px;
    float: left; }
  .grt .author_description {
    padding-top: 31px;
    border-top: 1px dotted #c45f0c; }
    .grt .author_description .avatar {
      width: 93px;
      height: 93px;
      float: left;
      margin-right: 19px;
      margin-left: 0; }
  .grt .author_description_intro {
    font-weight: bold; }
  .grt p,
  .grt ul,
  .grt ol,
  .grt blockquote,
  .grt pre,
  .grt dl,
  .grt dd,
  .grt .center,
  .grt .aligncenter,
  .grt .block,
  .grt .alignnone,
  .grt .post_image,
  .grt .post_image_box,
  .grt .wp-post-image,
  .grt .caption,
  .grt .wp-caption,
  .grt .alert,
  .grt .note,
  .grt .box,
  .grt .footnotes,
  .grt .headline_area {
    margin-bottom: 31px; }
  .grt .right,
  .grt .alignright,
  .grt .ad {
    margin-bottom: 31px;
    margin-left: 31px; }
  .grt .left,
  .grt .alignleft,
  .grt .ad_left {
    margin-bottom: 31px;
    margin-right: 31px; }
  .grt ul,
  .grt ol,
  .grt .stack {
    margin-left: 31px; }
  .grt ul ul,
  .grt ul ol,
  .grt ol ul,
  .grt ol ol,
  .grt .wp-caption p,
  .grt blockquote.right p,
  .grt blockquote.left p {
    margin-bottom: 0; }
    .grt .alert :last-child,
    .grt .note :last-child,
    .grt .box :last-child,
    .grt .right :last-child,
    .grt .left .footnotes :last-child {
      margin-bottom: 0; }

/*
 * ---:[ other content styles ]:---
 */
.post_box {
  padding: 31px 31px 0 31px;
  border-top: 1px dotted #c45f0c; }
  .post_box.top {
    border-top: 0; }

.byline {
  color: #888888; }
  .byline a {
    color: #888888;
    border-bottom: 1px solid #c45f0c; }
    .byline a:hover {
      color: #111111; }
  .byline a,
  .byline .post_author,
  .byline .post_date {
    text-transform: uppercase;
    letter-spacing: 1px; }
  .byline .post_author_intro,
  .byline .post_date_intro,
  .byline .post_cats_intro {
    font-style: italic; }
  .byline .post_edit {
    margin-left: 12px; }
    .byline .post_edit:first-child {
      margin-left: 0; }

  .wp-caption.aligncenter img {
    margin-right: auto;
    margin-left: auto; }
  .wp-caption .wp-caption-text .wp-smiley {
    display: inline;
    margin-bottom: 0; }

.num_comments_link {
  display: inline-block;
  color: #888888;
  text-decoration: none;
  margin-bottom: 31px; }
  .num_comments_link:hover {
    background-color: #f6ad71; }

.num_comments {
  font-size: 31px;
  color: #111111; }

.bracket {
  font-size: 31px;
  color: #c45f0c; }

.archive_intro {
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #c45f0c; }
  .archive_intro .headline {
    margin-bottom: 31px; }

.prev_next {
  clear: both;
  color: #888888;
  border-top: 1px solid #c45f0c;
  padding: 19px 31px; }
  .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: 62px; }

.comments_intro {
  color: #888888;
  padding: 0 31px;
  margin-bottom: 19px; }
  .comments_intro a:hover {
    text-decoration: underline; }

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

.comment_list {
  list-style-type: none;
  border-top: 1px dotted #c45f0c;
  margin-bottom: 62px; }

.comment {
  padding: 31px;
  border-bottom: 1px dotted #c45f0c; }
  .comment .comment_head {
    margin-bottom: 19px; }
  .comment .comment_author {
    font-weight: bold; }
  .comment .avatar {
    float: right;
    width: 59px;
    height: 59px;
    margin-left: 19px; }
  .comment .comment_date {
    display: block;
    font-size: 13px;
    line-height: 28px;
    color: #888888; }
    .comment .comment_date a {
      color: #888888; }
  .comment .comment_text > :last-child {
    margin-bottom: 0; }
  .comment .comment_footer {
    margin-top: 19px; }
    .comment .comment_footer a {
      font-size: 13px;
      line-height: 28px;
      color: #888888;
      text-transform: uppercase;
      letter-spacing: 1px;
      margin-right: 19px; }
  .comment .comment_footer a {
    font-size: 13px;
    line-height: 28px;
    color: #888888;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-right: 19px; }

  .children .comment {
    list-style-type: none;
    padding: 0 0 0 31px;
    border-bottom: 0;
    border-left: 1px solid #c45f0c;
    margin-top: 31px; }
  .children .bypostauthor {
    background-color: transparent;
    border-color: #4d7b1b; }

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

.comment_nav {
  font-size: 13px;
  line-height: 28px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 19px 31px;
  border-style: dotted;
  border-color: #c45f0c; }
  .comment_nav a:hover {
    text-decoration: underline; }

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

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

.next_comments {
  float: right; }

.comment_moderated {
  font-weight: bold; }

/*
 * ---:[ inputs ]:---
 */
  input[type="text"],
  input[type="number"],
  input[type="url"],
  input[type="tel"],
  input[type="email"],
  input[type="password"] {
    font-family: inherit;
    font-size: inherit;
    line-height: 1em;
    font-weight: inherit;
    color: #111111;
    background-color: #eeeeee;
    padding: 7px;
    border: 1px solid #c45f0c;
    box-sizing: border-box; }
    input[type="text"]:focus,
    input[type="number"]:focus,
    input[type="url"]:focus,
    input[type="tel"]:focus,
    input[type="email"]:focus,
    input[type="password"]:focus {
      background-color: white;
      border-color: #eeeeee; }

select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: 1em;
  font-weight: inherit;
  color: #111111;
  background-color: #eeeeee;
  padding: 7px;
  border: 1px solid #c45f0c;
  box-sizing: border-box;
  line-height: inherit; }
  select:focus,
  textarea:focus {
    background-color: white;
    border-color: #eeeeee; }

/*
 * ---:[ buttons ]:---
 */
button,
input[type="submit"] {
  font-family: inherit;
  font-size: inherit;
  line-height: 1em;
  font-weight: bold;
  background-color: white;
  padding: 12px;
  border: 3px double #c45f0c; }
  button:hover,
  input[type="submit"]:hover,
  button:active,
  input[type="submit"]:active {
    background-color: #eeeeee;
    transition: background-color 0.3s; }

/*
 * ---:[ comment form ]:---
 */
#commentform {
  padding: 0 31px;
  margin: 62px 0; }
  .comment #commentform {
    padding-right: 0;
    padding-left: 0;
    margin-top: 19px; }
  #commentform .comment_form_title {
    font-size: 20px;
    line-height: 37px;
    color: #111111;
    padding: 0 31px 19px 31px;
    border-bottom: 1px dotted #c45f0c;
    margin-right: -31px;
    margin-left: -31px; }
  #commentform p {
    margin-bottom: 19px; }
    #commentform p .required {
      color: #dd0000; }
  #commentform label {
    display: block; }
  #commentform input[type="checkbox"] + label {
    display: inline;
    margin-left: 7px; }
  #commentform #wp-comment-cookies-consent + label {
    font-size: 13px;
    line-height: 28px;
    color: #888888; }
  #commentform input[type="text"] {
    width: 50%; }
  #commentform input[type="submit"] {
    font-size: 20px; }
  #commentform textarea {
    display: block;
    width: 100%; }

#cancel-comment-reply-link {
  float: right;
  font-size: 13px;
  line-height: inherit;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #4d7b1b;
  margin-top: 7px; }
  #cancel-comment-reply-link:hover {
    text-decoration: underline; }

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

/*
 * ---:[ sidebar ]:---
 */
.sidebar {
  font-size: 13px;
  line-height: 19px; }
  .sidebar .widget_title,
  .sidebar .sidebar_heading,
  .sidebar .headline {
    font-size: 21px;
    line-height: 30px;
    margin-bottom: 12px; }
  .sidebar .widget_title,
  .sidebar .sidebar_heading {
    font-variant: small-caps;
    letter-spacing: 1px; }
  .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,
  .sidebar .wp-caption p,
  .sidebar .post_excerpt p {
    margin-bottom: 0; }
  .sidebar .text_box,
  .sidebar .thesis_email_form,
  .sidebar .query_box {
    margin-bottom: 38px; }
    .sidebar .search-form input[type="text"],
    .sidebar .thesis_email_form input[type="text"] {
      width: 100%;
      margin-bottom: 12px; }
  .sidebar button,
  .sidebar input[type="submit"] {
    padding: 7px; }
  .sidebar .query_box .post_author,
  .sidebar .query_box .post_date {
    color: #888888; }
  .sidebar .widget {
    margin-bottom: 38px; }
    .sidebar .widget ul {
      list-style-type: none; }
      .sidebar .widget ul li {
        margin-bottom: 12px; }
        .sidebar .widget ul li ul,
        .sidebar .widget ul li ol {
          margin-top: 12px; }
        .sidebar .widget ul li a:hover {
          text-decoration: underline; }

/*
 * ---:[ footer ]:---
 */
.footer {
  font-size: 13px;
  line-height: 28px;
  color: #888888;
  text-align: right;
  padding: 19px 31px;
  border-top: 3px double #c45f0c; }
  .footer a {
    color: #888888; }
    .footer a:hover {
      color: #111111; }

/*
 * ---:[ custom template styles ]:---
 */
  body.landing {
    padding-top: 0; }
  .landing .container {
    width: 1152px; }
  .landing .header,
  .landing .headline_area,
  .landing .footer {
    text-align: center; }

.full_page .columns > .content {
  width: 1152px;
  float: none;
  border-right: 0; }

/*
 * ---:[ 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 {
    display: table;
    clear: both;
    content: ''; }

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

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

  .header {
    border-top: 1px solid #c45f0c; }
    .landing .header {
      border-top: 0; }

    .columns > .content {
      float: none;
      width: 100%;
      border: 0; }
      .full_page .columns > .content {
        width: 100%; }
    .columns > .sidebar {
      float: none;
      width: 100%;
      border-top: 3px double #c45f0c; }

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

  .menu {
    display: none;
    clear: both;
    width: 100%;
    border-width: 1px 0 0 0; }
    .menu .sub-menu {
      position: static;
      display: block;
      padding-left: 31px;
      border-top: 1px solid #c45f0c;
      margin: 0; }
      .menu .sub-menu li {
        width: 100%; }
    .menu li {
      float: none;
      width: 100%;
      margin-bottom: 0; }
      .menu li:first-child > a:first-child {
        border-top-width: 0; }
    .menu a {
      background-color: white;
      padding: 1em 31px;
      border-width: 1px 1px 0 0; }
    .menu .current-menu-item > a {
      background-color: #eeeeee; }
    .menu > li > a {
      border-left-width: 1px; }

  .show_menu {
    display: block; }

      .sidebar .search-form input[type="text"],
      .sidebar .thesis_email_form input[type="text"] {
        width: 50%; } }

@media all and (max-width: 1151px) {
  .menu a {
      border-right-width: 0; }
    .menu > li > a {
      border-left-width: 0; } }

@media all and (max-width: 473px) {
  .menu a,
  .menu_control {
    padding: 1em 19px; }

  .header,
  .columns > .sidebar,
  .post_box,
  .prev_next,
  .comments_intro,
  .comment,
  .comment_nav,
  #commentform,
  #commentform .comment_form_title,
  .footer {
    padding-right: 19px;
    padding-left: 19px; }

  .menu .sub-menu,
  .children .comment {
    padding-left: 19px; }

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

    .grt .right,
    .grt .alignright,
    .grt .left,
    .grt .alignleft {
      margin-right: 0;
      margin-left: 0; }
      .grt blockquote.right,
      .grt blockquote.left {
        width: 100%;
        margin-bottom: 31px; }

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

    #commentform input[type="text"],
    .sidebar .search-form input[type="text"],
    .sidebar .thesis_email_form input[type="text"] {
      width: 100%; }

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

  #commentform .comment_form_title {
    margin-left: -19px;
    margin-right: -19px; }

  .comment_date {
    display: none; } }

#header {
  padding: 0; }

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

/*
 * ---:[ Custom CSS ]:---
 */
@font-face {
  font-family: 'amertype_md_btbold';
  src: url('/_fonts/amrtypeb-webfont.eot');
  src: url('/_fonts/amrtypeb-webfont.eot?#iefix') format('embedded-opentype'), url('/_fonts/amrtypeb-webfont.woff2') format('woff2'), url('/_fonts/amrtypeb-webfont.woff') format('woff'), url('/_fonts/amrtypeb-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'amertype_md_btmedium';
  src: url('/_fonts/amrtypen-webfont.eot');
  src: url('/_fonts/amrtypen-webfont.eot?#iefix') format('embedded-opentype'), url('/_fonts/amrtypen-webfont.woff2') format('woff2'), url('/_fonts/amrtypen-webfont.woff') format('woff'), url('/_fonts/amrtypen-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal; }
body {
  background: url('images/bkg_body.jpg') repeat;
  margin: 0 auto 20px;
  padding: 0; }

h1,
h2,
h3,
h4 {
  font-family: 'amertype_md_btmedium';
  font-weight: normal; }

h1,
h2 {
  font-size: 30px;
  color: #375382; }

h3 {
  font-size: 24px;
  color: #375382; }

h4 {
  font-size: 20px;
  color: #375382; }

a,
p a {
  color: #4d7b1b;
  border: none;
  text-decoration: none; }

a:hover,
p a:hover {
  color: #c45f0c;
  text-decoration: none; }

.fullWidth_header {
  background: transparent url('images/bkg_fullWidth_header.png') repeat-x;
  height: 202px;
  width: 100%; }

#header,
.header {
  border: none;
  height: 202px;
  width: 1152px;
  margin: 0 auto;
  padding: 0; }

#thesis_header_image {
  padding-top: 6px; }

.menu_Wrapper {
  max-width: 1152px;
  margin: -90px auto 0;
  padding: 0;
  position: relative;
  height: auto; }

.menu {
  border: none;
  float: right;
  text-align: right;
  margin: 0; }

.menu li {
  border: none;
  background-color: transparent; }

.menu a {
  border: none;
  background-color: transparent;
  color: #f7ebd0;
  padding: 8px 16px; }

.menu a:hover {
  background-color: transparent;
  color: #ffda81; }

.menu .current-menu-item > a {
  background-color: transparent;
  color: #ffda81; }

.fullWidth_Container {
  width: 100%; }

.container {
  background-color: #f7ebd0; }

.fullWidth_Column {
  width: 100%;
  min-height: 400px; }

.grt {
  line-height: 24px; }

.post_box {
  padding: 20px 10px 20px; }

.front .post_box {
  padding: 0px 10px 20px; }

.grt .headline {
  color: #375382;
  margin: 0; }

.headline_area {
  position: absolute;
  top: -3500px;
  left: -3500px; }

.template-single .headline_area {
  position: relative;
  top: 0;
  left: 0; }

.grt h1,
.grt .headline {
  font-size: 35px;
  line-height: 40px; }

.grt h2 {
  font-size: 30px;
  color: #375382;
  line-height: 40px;
  margin-top: 35px;
  margin-bottom: 15px; }

.grt h3 {
  font-size: 24px;
  color: #375382;
  line-height: 34px;
  margin-top: 30px;
  margin-bottom: 12px; }

.grt h4 {
  font-size: 20px;
  color: #375382;
  line-height: 30px;
  font-weight: normal;
  margin-bottom: 7px; }

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

grt .frame,
.grt .post_image_box,
.grt .wp-caption {
  background-color: transparent;
  padding: 12px; }

.grt .wp-caption img,
.grt .post_image_box .post_image,
.grt .thumb,
.grt .footnotes p {
  margin-bottom: 12px; }

.grt blockquote {
  background-color: #cfc9a3;
  color: black;
  margin: 16px 50px;
  padding: 10px 15px;
  border: none; }

.grt blockquote p {
  color: black; }

.fullWidth_footer {
  background-color: #a6a574;
  height: 300px;
  width: 100%;
  margin-top: 16px;
  padding-bottom: 8px; }

.footer {
  border: none;
  height: 186px;
  width: 1152px;
  margin: 0 auto;
  padding: 15px 0 0;
  color: black; }

.footer a {
  color: black; }

.foot_menuBox {
    /*
   * background-color: #c2bd94;
   */
  padding-top: 0px;
  width: 15%;
  float: left;
  height: 180px; }

.foot_MenuBox_Title {
  font-family: Arial Narrow;
  font-size: 27px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0px;
  color: #f7ebd0;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 4px; }

.foot_MenuLT {
  padding-left: 0px;
  text-align: left; }

.foot_MenuLT li {
  list-style: none;
  line-height: 18px; }

.foot_MenuLT li a {
  font-size: 16px;
  font-weight: bold;
  color: black; }

.foot_MenuLT li a:hover {
  color: #f7ebd0; }

.foot_Box2,
.foot_Box3,
.foot_Box6 {
  float: left;
  width: 17%; }

.foot_Box4 {
  float: left;
  width: 16%; }

.foot_Box5 {
  float: left;
  width: 18%; }

.social_Icons,
.foot_search {
  height: 60px;
  text-align: center; }

.contact_link a {
  background: url('images/contact-us-foot.png') center center no-repeat;
  margin: 0 auto;
  height: 60px;
  text-align: center;
  display: block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  width: 134px; }

.contact_link a:hover {
  background: url('images/contact-us-foot-HOVER.png') center center no-repeat;
  margin: 0 auto; }

.widget.foot_search label {
  display: none; }

.foot_graphics {
  width: 19%;
  height: 215px;
  float: left;
  display: none; }

.foot_graphics img {
  margin: 0 3px;
  float: left;
  display: none; }

.sponsorBox,
.copyright,
.webDeveloper,
.address {
  max-width: 1280px;
    /*
   * 1152px;
   */
  text-align: center;
  font-size: 13px;
  line-height: 18px;
  margin: 0 auto;
  padding: 10px 0 6px; }

.sponsorBox {
  font-size: 16px;
  font-weight: bold; }


.sponsorBox a:hover {
  color: #f7ebd0; }

.webDeveloper {
  font-size: 13px;
  padding: 0; }

.vc_row {
  margin-left: -10px !important;
  margin-right: -10px !important; }

.vc_column_container > .vc_column-inner {
  padding-left: 20px !important;
  padding-right: 20px !important; }

.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-md {
  font-size: 20px !important;
    /*
   * padding-top: 10px !important;
   * padding-bottom: 10px !important;
   * padding-left: 20px !important;
   * padding-right: 20px !important;
   */ }

.vc_col-has-fill > .vc_column-inner,
.vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner,
.vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner,
.vc_row-has-fill > .vc_column_container > .vc_column-inner {
  padding-top: 20px !important;
    /*
   * was 35px
   */ }

.wpb_button,
.wpb_content_element,
ul.wpb_thumbnails-fluid > li {
  margin-bottom: 20px !important;
    /*
   * was 35px
   */ }

/*
 * ---------------  Tweaks to the form styling  ----------------
 */
/*
 * ---------------  CSS not included in WP or Thesis  -----------------
 */
/*
 * row styles
 */
.secBlue {
  background-color: #afb5b2; }

.secBlue h2,
.secBlue h3,
.secBlue h4 {
  color: black; }

.secLinen {
  background-color: #e8ddc4; }

.secBrick {
  background-color: #e3b77a; }

.secBrick h3,
.secBrick h2,
.secBrick h4 {
  color: black; }

.secIvory {
  background-color: #f7ebd0; }

a.sm_IconA {
  display: inline-block;
  background: url('/images/social_sprite-grey-A.png') no-repeat; }

a:hover.sm_IconA {
  background: url('/images/social_sprite-ivory-A.png') no-repeat; }

.sm_IconA {
  display: block;
  width: 50px;
  height: 42px; }

.sm_IconA:nth-child(1) {
    /*
   * background: url('https://midcoast-tmn.org/images/icon_facebook.png') no-repeat;
   */
  background-position: 0 0;
  width: 30px; }

.sm_IconA:nth-child(1):hover {
    /*
   * background: url('https://midcoast-tmn.org/images/icon_facebookH.png') no-repeat;
   */
  background-position: 0 0; }

.sm_IconA:nth-child(2) {
    /*
   * background: url('https://midcoast-tmn.org/images/icon_instagram.png') no-repeat;
   */
  background-position: -130px 0; }

.sm_IconA:nth-child(2):hover {
    /*
   * background: url('https://midcoast-tmn.org/images/icon_instagramH.png') no-repeat;
   */
  background-position: -130px 0; }

.sm_IconA:nth-child(3) {
    /*
   * background: url('https://midcoast-tmn.org/images/icon_youtube.png') no-repeat;
   */
  background-position: -200px 0; }

.sm_IconA:nth-child(3):hover {
    /*
   * background: url('https://midcoast-tmn.org/images/icon_youtubeH.png') no-repeat;
   */
  background-position: -200px 0; }

.sm_IconA:nth-child(4) {
    /*
   * background: url('https://midcoast-tmn.org/images/icon_flickr.png') no-repeat;
   */
  background-position: -270px 0px; }

.sm_IconA:nth-child(4):hover {
    /*
   * background: url('https://midcoast-tmn.org/images/icon_flickrH.png') no-repeat;
   */
  background-position: -270px 0; }

/*
 * ---- CSS tweaks for EventOn plugin ----
 */
.eventsBox {
    /*
   * border: 4px solid #ffffff;
   */
  width: auto;
  height: 500px;
  margin: 20px auto;
  padding: 0px; }

.eventsBox img {
    /*
   * float: left;
   */
  margin: 0 10px 0 0 !important;
  padding: 0; }

.ajde_evcal_calendar {
  width: 100% !important;
  float: right !important; }

.eventon_events_list .eventon_list_event .evcal_eventcard,
.evcal_evdata_row,
.evorow .tbrow,
.dark1,
.evo_pop_body {
  background-color: white !important; }

#evcal_list .eventon_list_event .evcal_desc span.evcal_event_title,
.evo_popup .eventon_events_list .eventon_list_event .evcal_desc span.evcal_event_title {
  color: #c8640f !important; }

.eventon_events_list .eventon_list_event .evcal_desc span.evcal_event_subtitle,
.evo_pop_body .evcal_desc span.evcal_event_subtitle {
  color: #87a2c1 !important;
    /*
   * was #a8c259 !important;
   */ }

#evcal_list .eventon_list_event .evcal_cblock {
  color: #19281f !important; }

.evcal_cblock,
span.evcal_desc2,
.evo_pop_body .evopop_top .evcal_desc span.evcal_event_subtitle {
  color: black !important; }

.ajde_evcal_calendar #evcal_head.calendar_header #evcal_cur,
.ajde_evcal_calendar .evcal_month_line p {
  color: black !important; }

.ajde_evcal_calendar {
  height: 700px !important;
  overflow: scroll !important; }

.ajde_evcal_calendar.evoFC {
  height: 1000px !important;
  overflow: scroll !important; }

.eventon_fullcal p {
  color: black !important;
  text-transform: uppercase !important;
  font-size: 13px !important; }

.eventon_fc_days .evo_fc_day.has_events {
  background-color: rgba(173, 89, 43, 0.5) !important; }

.eventon_events_list .eventon_list_event .evcal_desc span.evcal_desc2,
.evo_pop_body .evcal_desc span.evcal_desc2 {
  color: grey;
  text-transform: capitalize !important;
  font-size: 22px; }

.evo_cal_above {
  padding-bottom: 0 !important; }

.eventon_events_list .eventon_list_event a {
  color: #dd0000 !important;
  font-weight: bold !important; }

.template-single-ajde_events .columns {
  padding-top: 20px; }

.ev_more_text {
  color: #dd0000 !important;
  font-weight: bold !important;
  opacity: 1 !important; }

/*
 * ---- END CSS tweaks for EventOn plugin ----
 */
/*
 * ---- CSS tweaks for the 'Post Grid' ----
 */
.grid_containerBox {
  width: auto;
  height: auto;
  margin: 20px auto;
  padding: 0;
  overflow: auto; }

.skin.flat .layer-content {
  padding: 5px !important; }

#post-grid-3173,
#post-grid-3177,
#post-grid-3182,
#post-grid-3183,
#post-grid-3258,
#post-grid-3276,
#post-grid-3277,
#post-grid-3278,
#post-grid-3281,
#post-grid-3282,
#post-grid-3283,
#post-grid-3284,
#post-grid-3285,
#post-grid-3286,
#post-grid-3502,
#post-grid-3548,
#post-grid-3549,
#post-grid-3550,
#post-grid-3551,
#post-grid-4238,
#post-grid-4239,
#post-grid-4240 {
  background-color: #ece0c5 !important; }

#post-grid-3173,
#post-grid-3177,
#post-grid-3182,
#post-grid-3183,
#post-grid-3258,
#post-grid-3276,
#post-grid-3277,
#post-grid-3278,
#post-grid-3281,
#post-grid-3282,
#post-grid-3283,
#post-grid-3284,
#post-grid-3285,
#post-grid-3286,
#post-grid-3502,
#post-grid-3548,
#post-grid-3549,
#post-grid-3550,
#post-grid-3551,
#post-grid-3601,
#post-grid-4238,
#post-grid-4239,
#post-grid-4240 {
  padding: 0 !important; }

#post-grid-3173 {
  padding-bottom: 20px !important; }

#post-grid-3173 .item,
#post-grid-3177 .item,
#post-grid-3182 .item,
#post-grid-3183 .item,
#post-grid-3258 .item,
#post-grid-3276 .item,
#post-grid-3277 .item,
#post-grid-3278 .item,
#post-grid-3281 .item,
#post-grid-3282 .item,
#post-grid-3283 .item,
#post-grid-3284 .item,
#post-grid-3285 .item,
#post-grid-3286 .item,
#post-grid-3502 .item,
#post-grid-3548 .item,
#post-grid-3549 .item,
#post-grid-3550 .item,
#post-grid-3551 .item,
#post-grid-3601 .item,
#post-grid-4238 .item,
#post-grid-4239 .item,
#post-grid-4240 .item {
  background-color: #ece0c5 !important; }

#post-grid-3173 img,
#post-grid-3177 img,
#post-grid-3182 img,
#post-grid-3183 img,
#post-grid-3258 img,
#post-grid-3276 img,
#post-grid-3277 img,
#post-grid-3278 img,
#post-grid-3281 img,
#post-grid-3282 img,
#post-grid-3283 img,
#post-grid-3284 img,
#post-grid-3285 img,
#post-grid-3286 img,
#post-grid-3502 img,
#post-grid-3548 img,
#post-grid-3549 img,
#post-grid-3550 img,
#post-grid-3551 img,
#post-grid-3601 img,
#post-grid-4238 img,
#post-grid-4239 img,
#post-grid-4240 img {
  padding: 0 !important;
  border: none !important; }

#post-grid-3173 .element_0,
#post-grid-3177 .element_0,
#post-grid-3182 .element_0,
#post-grid-3183 .element_0,
#post-grid-3258 .element_0,
#post-grid-3276 .element_0,
#post-grid-3277 .element_0,
#post-grid-3278 .element_0,
#post-grid-3281 .element_0,
#post-grid-3282 .element_0,
#post-grid-3283 .element_0,
#post-grid-3284 .element_0,
#post-grid-3285 .element_0,
#post-grid-3286 .element_0,
#post-grid-3502 .element_0,
#post-grid-3548 .element_0,
#post-grid-3549 .element_0,
#post-grid-3550 .element_0,
#post-grid-3551 .element_0,
#post-grid-3601 .element_0,
#post-grid-4238 .element_0,
#post-grid-4239 .element_0,
#post-grid-4240 .element_0 {
  font-size: 23px !important;
  line-height: 23px !important;
  padding: 5px 6px !important;
  color: #bd3c2d !important; }

#post-grid-3173 .element_1,
#post-grid-3177 .element_1,
#post-grid-3182 .element_1,
#post-grid-3183 .element_1,
#post-grid-3258 .element_1,
#post-grid-3276 .element_1,
#post-grid-3277 .element_1,
#post-grid-3278 .element_1,
#post-grid-3281 .element_1,
#post-grid-3282 .element_1,
#post-grid-3283 .element_1,
#post-grid-3284 .element_1,
#post-grid-3285 .element_1,
#post-grid-3286 .element_1,
#post-grid-3502 .element_1,
#post-grid-3548 .element_1,
#post-grid-3549 .element_1,
#post-grid-3550 .element_1,
#post-grid-3551 .element_1,
#post-grid-3601 .element_1,
#post-grid-4238 .element_1,
#post-grid-4239 .element_1,
#post-grid-4240 .element_1 {
  font-size: 15px !important;
  padding: 5px 6px !important;
  line-height: 19px !important; }

#post-grid-3173 .element_2,
#post-grid-3177 .element_2,
#post-grid-3182 .element_2,
#post-grid-3183 .element_2,
#post-grid-3258 .element_2,
#post-grid-3276 .element_2,
#post-grid-3277 .element_2,
#post-grid-3278 .element_2,
#post-grid-3281 .element_2,
#post-grid-3282 .element_2,
#post-grid-3283 .element_2,
#post-grid-3284 .element_2,
#post-grid-3285 .element_2,
#post-grid-3286 .element_2,
#post-grid-3502 .element_2,
#post-grid-3548 .element_2,
#post-grid-3549 .element_2,
#post-grid-3550 .element_2,
#post-grid-3551 .element_2,
#post-grid-3601 .element_2,
#post-grid-4238 .element_2,
#post-grid-4239 .element_2,
#post-grid-4240 .element_2 {
  font-size: 15px !important;
  line-height: 16px !important;
  font-weight: normal !important; }

/*
 * ---- END CSS tweaks for the 'Post Grid' ----
 */
/*
 * ---:[ media queries ]:---
 */
@media all and (max-width: 1152px) {
  .menu_control {
    display: none; }

  .menu_Wrapper {
    max-width: 1152px;
    margin: -90px auto 0;
    padding: 0;
    position: relative;
    height: auto; }

  .menu {
    display: block;
    border: none;
    float: right;
    text-align: right;
    margin: 0; }

  .menu li {
    display: inline-block;
    float: none;
    width: auto;
    border: none;
    background-color: transparent; }

  .menu a {
    border: none;
    background-color: transparent;
    color: #f7ebd0;
    padding: 8px 16px; }

  .menu a:hover {
    background-color: transparent;
    color: #ffda81; }

  .menu .current-menu-item > a {
    background-color: transparent;
    color: #ffda81; } }

@media all and (max-width: 1099px) {
  .fullWidth_header {
    background: transparent none;
    height: auto;
    width: 100%; }

  #header,
  .header {
    height: auto;
    width: auto;
    margin: 0 auto;
    padding: 0; }

  #thesis_header_image {
    padding-top: 6px;
    margin: 0 auto; }

  .menu_Wrapper {
    max-width: 100%;
    margin: 0px auto 0;
    padding: 0;
    position: relative;
    height: auto; }

  .menu_control {
    display: block;
    width: 100%;
    background-color: #5f5d42;
    padding: 8px 40px;
    color: #f7ebd0; }

  .menu_control:hover {
    background-color: #5f5d42; }

  .menu {
    display: none;
    clear: both;
    width: 100%;
    border: none;
    text-align: center; }
    .menu li {
      float: none;
      width: 100%;
      margin-bottom: 0; }
      .menu li:first-child > a:first-child {
        border-top-width: 0; }
    .menu a,
    .menu a:hover {
      background-color: #5f5d42;
      padding: 8px 0;
      border: none; }
    .menu .current-menu-item > a {
      background-color: #5f5d42; }

  .show_menu {
    display: block; }

  .fullWidth_footer {
    background-color: #a6a574;
    height: auto;
    width: 100%;
    margin-top: 16px; }

  .footer {
    border: none;
    height: auto;
    width: 100%;
    margin: 0 auto;
    padding: 15px 0 0;
    color: black;
    text-align: center; }

  .foot_menuBox {
    padding-top: 10px;
    width: 100%;
    float: none;
    height: auto; }

  .foot_MenuBox_Title img {
    text-align: center;
    margin: 0 auto;
    padding-bottom: 4px; }

  .foot_MenuLT {
    padding-left: 0px;
    text-align: center; }

  .foot_Box2,
  .foot_Box3,
  .foot_Box4,
  .foot_Box6 {
    float: none;
    width: 185px;
    margin: 8px auto;
    text-align: center;
    border: 1px solid transparent;
    height: auto; }

  .foot_Box5 {
    float: none;
    width: 100%;
    text-align: center; }

  .social_Icons,
  .contact_link,
  .foot_search {
    height: 60px;
    text-align: center; }

  .contact_link img {
    padding-top: 3px;
    margin: 0 auto; }

  .foot_graphics {
    width: 220px;
    height: 215px;
    float: none;
    margin: 0 auto; }

  .copyright,
  .webDeveloper {
    max-width: 85%;
    text-align: center; } }

@media all and (max-width: 450px) {
   }