/*
 * ---:[ 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: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 26px;
  color: black;
  background-color: white;
  padding-top: 26px; }

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

.columns {
  box-sizing: border-box; }
  .columns > .content {
    box-sizing: border-box;
    width: 600px;
    float: left;
    border-width: 0 1px 0 0;
    border-style: solid;
    border-color: #dddddd; }
  .columns > .sidebar {
    box-sizing: border-box;
    width: 354px;
    float: right;
    padding: 26px 26px 0 26px; }

/*
 * ---:[ links ]:---
 */
a {
  color: #cc0000;
  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: #dddddd; }
  .menu a {
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 23px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: black;
    background-color: #eeeeee;
    padding: 10px 16px;
    border-width: 1px 1px 1px 0;
    border-style: solid;
    border-color: #dddddd; }
  .menu a:hover {
    background-color: #dddddd; }
  .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: #dddddd;
    margin-top: -1px; }
    .menu .sub-menu .sub-menu {
      top: 0;
      left: 204px;
      margin: 0 0 0 -1px; }
    .menu .sub-menu li {
      width: 204px;
      clear: both; }
    .menu .sub-menu a {
      border-left-width: 1px; }
    .menu .sub-menu .current-menu-item > a {
      border-bottom-color: #dddddd; }
  .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: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 23px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: black;
  background-color: #eeeeee;
  padding: 10px 16px;
  border-width: 1px 1px 1px 0;
  border-style: solid;
  border-color: #dddddd;
  display: none;
  background-color: white; }
  .menu_control:hover {
    background-color: #dddddd; }

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

#site_title {
  font-size: 42px;
  line-height: 1.31em;
  font-weight: bold;
  color: black; }
  #site_title a {
    color: black; }
    #site_title a:hover {
      color: #cc0000; }
  #site_title + #site_tagline {
    margin-top: 6px; }

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

/*
 * ---:[ golden ratio typography with spaced paragraphs ]:---
 */
  .grt h1,
  .grt .headline {
    font-family: Tahoma, Geneva, Verdana, sans-serif;
    font-size: 26px;
    line-height: 40px; }
  .grt h1 {
    margin-bottom: 26px; }
  .grt .headline {
    color: #2f3d4a;
    margin: 0; }
    .grt .headline a {
      color: #2f3d4a; }
      .grt .headline a:hover {
        color: #cc0000; }
  .grt h2,
  .grt h3,
  .grt h4 {
    font-family: Tahoma, Geneva, Verdana, sans-serif;
    color: #2f3d4a; }
  .grt h2 {
    font-size: 26px;
    line-height: 40px;
    margin-top: 42px;
    margin-bottom: 16px; }
  .grt h3 {
    font-size: 20px;
    line-height: 32px;
    margin-top: 36px;
    margin-bottom: 10px; }
  .grt h4 {
    font-size: 16px;
    line-height: 26px;
    font-weight: bold;
    margin-bottom: 6px; }
  .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: #141414;
    padding-left: 16px;
    border-left: 1px solid #dddddd; }
    .grt blockquote.right,
    .grt blockquote.left {
      width: 45%;
      font-size: 26px;
      line-height: 37px;
      padding-left: 0;
      border: 0;
      margin-bottom: 16px; }
  .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: 3px 4px;
    border-radius: 6px;
    margin: 0 1px; }
  .grt pre {
    font-family: Consolas, Menlo, Monaco, Courier, Verdana, sans-serif;
    background-color: #eeeeee;
    padding: 16px 16px 16px 10px;
    border-left: 6px solid rgba(0, 0, 0, 0.15); }
  .grt kbd {
    font-family: Consolas, Menlo, Monaco, Courier, Verdana, sans-serif;
    color: #111111;
    background-color: white;
    padding: 3px 4px;
    border-radius: 6px;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.45);
    margin: 0 1px; }
  .grt .alert,
  .grt .note,
  .grt .box {
    padding: 16px; }
  .grt .alert {
    background-color: #ffff99;
    border: 1px solid #e6e68a; }
  .grt .note {
    background-color: #eeeeee;
    border: 1px solid #dddddd; }
  .grt .box {
    background-color: #ffe0e0;
    border: 1px solid #ffb0b0; }
  .grt .footnotes {
    font-size: 13px;
    line-height: 22px;
    padding-top: 26px;
    border-top: 1px dotted #dddddd; }
  .grt .footnotes,
  .grt sub,
  .grt sup,
  .grt .post_cats,
  .grt .post_tags {
    color: #888888; }
  .grt fieldset {
    margin-bottom: 26px; }
    .grt fieldset legend {
      font-size: 20px;
      line-height: 32px;
      font-weight: bold;
      margin-bottom: 6px; }
  .grt .avatar {
    width: 62px;
    height: 62px;
    float: right;
    clear: both;
    margin-left: 16px; }
  .grt .small,
  .grt .caption {
    font-size: 13px;
    line-height: 22px; }
  .grt .caption {
    margin-top: -16px;
    color: #888888; }
  .grt .frame,
  .grt .post_image_box,
  .grt .wp-caption {
    box-sizing: border-box;
    background-color: #eeeeee;
    padding: 16px;
    border: 1px solid #dddddd; }
  .grt .wp-caption p {
    font-size: 13px;
    line-height: 22px; }
  .grt .wp-caption img,
  .grt .post_image_box .post_image,
  .grt .thumb,
  .grt .footnotes p {
    margin-bottom: 16px; }
  .grt .drop_cap {
    font-size: 52px;
    line-height: 1em;
    margin-right: 10px;
    float: left; }
  .grt .author_description {
    padding-top: 26px;
    border-top: 1px dotted #dddddd; }
    .grt .author_description .avatar {
      width: 78px;
      height: 78px;
      float: left;
      margin-right: 16px;
      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: 26px; }
  .grt .right,
  .grt .alignright,
  .grt .ad {
    margin-bottom: 26px;
    margin-left: 26px; }
  .grt .left,
  .grt .alignleft,
  .grt .ad_left {
    margin-bottom: 26px;
    margin-right: 26px; }
  .grt ul,
  .grt ol,
  .grt .stack {
    margin-left: 26px; }
  .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: 26px 26px 0 26px;
  border-top: 1px dotted #dddddd; }
  .post_box.top {
    border-top: 0; }

.byline {
  color: #888888; }
  .byline a {
    color: #888888;
    border-bottom: 1px solid #dddddd; }
    .byline a:hover {
      color: black; }
  .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: 10px; }
    .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: 26px; }
  .num_comments_link:hover {
    background-color: #eeeeee; }

.num_comments {
  font-size: 26px;
  color: black; }

.bracket {
  font-size: 26px;
  color: #dddddd; }

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

.prev_next {
  clear: both;
  color: #888888;
  border-top: 1px solid #dddddd;
  padding: 16px 26px; }
  .prev_next .next_posts {
    float: right; }

.previous_posts,
.next_posts {
  display: block;
  font-size: 13px;
  line-height: 22px;
  text-transform: uppercase;
  letter-spacing: 2px; }
  .previous_posts a:hover,
  .next_posts a:hover {
    text-decoration: underline; }

/*
 * ---:[ comments ]:---
 */
#comments {
  margin-top: 52px; }

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

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

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

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

  .children .comment {
    list-style-type: none;
    padding: 0 0 0 26px;
    border-bottom: 0;
    border-left: 1px solid #dddddd;
    margin-top: 26px; }
  .children .bypostauthor {
    background-color: transparent;
    border-color: #cc0000; }

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

.comment_nav {
  font-size: 13px;
  line-height: 22px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 16px 26px;
  border-style: dotted;
  border-color: #dddddd; }
  .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: -52px 0 52px 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: black;
    background-color: #eeeeee;
    padding: 6px;
    border: 1px solid #dddddd;
    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: black;
  background-color: #eeeeee;
  padding: 6px;
  border: 1px solid #dddddd;
  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: 10px;
  border: 3px double #dddddd; }
  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 26px;
  margin: 52px 0; }
  .comment #commentform {
    padding-right: 0;
    padding-left: 0;
    margin-top: 16px; }
  #commentform .comment_form_title {
    font-size: 20px;
    line-height: 32px;
    color: #2f3d4a;
    padding: 0 26px 16px 26px;
    border-bottom: 1px dotted #dddddd;
    margin-right: -26px;
    margin-left: -26px; }
  #commentform p {
    margin-bottom: 16px; }
    #commentform p .required {
      color: #dd0000; }
  #commentform label {
    display: block; }
  #commentform input[type="checkbox"] + label {
    display: inline;
    margin-left: 6px; }
  #commentform #wp-comment-cookies-consent + label {
    font-size: 13px;
    line-height: 22px;
    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: #cc0000;
  margin-top: 6px; }
  #cancel-comment-reply-link:hover {
    text-decoration: underline; }

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

/*
 * ---:[ sidebar ]:---
 */
.sidebar {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 24px; }
  .sidebar .widget_title,
  .sidebar .sidebar_heading,
  .sidebar .headline {
    font-family: Tahoma, Geneva, Verdana, sans-serif;
    font-size: 26px;
    color: #435769;
    line-height: 37px;
    margin-bottom: 15px; }
  .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: 24px; }
  .sidebar .left,
  .sidebar .alignleft,
  .sidebar .ad_left {
    margin-right: 24px; }
  .sidebar ul ul,
  .sidebar ul ol,
  .sidebar ol ul,
  .sidebar ol ol,
  .sidebar .right,
  .sidebar .alignright,
  .sidebar .ad,
  .sidebar .stack {
    margin-left: 24px; }
  .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: 48px; }
    .sidebar .search-form input[type="text"],
    .sidebar .thesis_email_form input[type="text"] {
      width: 100%;
      margin-bottom: 15px; }
  .sidebar button,
  .sidebar input[type="submit"] {
    padding: 9px; }
  .sidebar .query_box .post_author,
  .sidebar .query_box .post_date {
    color: #888888; }
  .sidebar .widget {
    margin-bottom: 48px; }
    .sidebar .widget ul {
      list-style-type: none; }
      .sidebar .widget ul li {
        margin-bottom: 15px; }
        .sidebar .widget ul li ul,
        .sidebar .widget ul li ol {
          margin-top: 15px; }
        .sidebar .widget ul li a:hover {
          text-decoration: underline; }

/*
 * ---:[ footer ]:---
 */
.footer {
  font-size: 13px;
  line-height: 22px;
  color: #888888;
  text-align: right;
  padding: 16px 26px;
  border-top: 3px double #dddddd; }
  .footer a {
    color: #888888; }
    .footer a:hover {
      color: black; }

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

.full_page .columns > .content {
  width: 954px;
  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: 953px) {
  body {
    padding-top: 0; }

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

  .header {
    border-top: 1px solid #dddddd; }
    .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 #dddddd; }

  .menu_control {
    display: block;
    width: 100%;
    background-color: white;
    padding: 1em 26px;
    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: 26px;
      border-top: 1px solid #dddddd;
      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 26px;
      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: 599px) {
  .menu a {
      border-right-width: 0; }
    .menu > li > a {
      border-left-width: 0; } }

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

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

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

  .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: 26px; }

  .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: 16px;
    margin-left: 16px; }

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

  .comment_date {
    display: none; } }

#header {
  padding: 0; }

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

/*
 * ---:[ Custom CSS ]:---
 */
#header {
  padding-left: 14px; }

.header {
  border-bottom: none; }

.columns > .content {
  border: none; }

.no-sb .content {
  width: 100%; }

/*
 * Leaderboard ad
 */
.ad-container {
  padding-left: 114px;
  margin-top: -50px; }

div#text-159.widget.widget_text,
div#text-160.widget.widget_text {
  margin-bottom: 14px; }

/*
 * Breadcrumbs
 */
.crumbs {
  padding-left: 1.5em;
  padding-top: 3em; }

.crumbs-home {
  margin-left: -5px; }

.crumbs-crumb {
  padding-left: 8px;
  padding-right: 8px; }

/*
 * **FONTS**
 */
.grt .headline {
  font-weight: bold; }

.post_box h3 {
  color: #2f3d4a;
  font: bold 18px Tahoma, Verdana, Segoe, sans-serif;
  margin-bottom: 0.5em; }

.post_box h2 {
  font-weight: bold; }

.post_box h4 {
  color: #4d6479;
  font: bold 17px Tahoma, Verdana, Segoe, sans-serif;
  margin-bottom: 0.5em; }

.post_box p sub {
  color: black; }

/*
 * **Menu**
 */
.menu {
  margin-bottom: 24px;
  background: #f8f8f8; }

.menu_control {
  color: #435769; }

.menu a {
  border-top: none;
  border-bottom: none;
  color: #435769;
  letter-spacing: 0; }

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

.menu a,
.menu_control {
  background-color: #f8f8f8; }

.menu .current-menu-item > a {
  background-color: #cc3333;
  color: white; }

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

.menu li.current_page_parent a:hover {
  background: #435769; }

.menu .current-page-ancestor a {
  background: #cc3333;
  color: white; }

/*
 * **TEXT DECORATION**
 */
a {
  text-decoration: none !important; }

p a {
  text-decoration: none; }

/*
 * **Back to Top**
 */
#btt {
  text-align: right; }

#btt a {
  text-decoration: none;
  font-size: 13px; }

/*
 * **TICKETS TABLES**
 */
#tickets {
  font-family: "Helvetica Neue", Arial, sans-serif;
  width: 100%;
  border-collapse: collapse; }

#tickets caption {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 10px;
  border: 1px solid #dddddd;
  padding: 5px 7px;
  background-color: background-color:#f5f5f5; }

#tickets td,
#tickets th {
  font-size: 16px;
  text-align: center;
  border: 1px solid #dddddd;
  padding: 5px 7px 5px 7px; }

#tickets td a {
  text-decoration: underline;
  font-weight: normal; }

#tickets th {
  font-size: 16px;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: whitesmoke;
  font-weight: bold; }

#tickets tr.dif td {
  background-color: #f9f9f9; }


/*
 * **NOTE BOX**
 */
.post_box .note {
  border-left: 14px solid #cc3333;
  border-top: none;
  border-right: none;
  border-bottom: none;
  padding: 22px; }

/*
 * **ALERT BOX**
 */
.post_box .alert {
  background: none repeat scroll 0 0 #ffffd1;
  border-left: 14px solid #cc3333;
  border-top: none;
  border-right: none;
  border-bottom: none;
  padding: 22px; }

/*
 * **MAIN PAGES**
 */
.container_main {
  width: 100%;
  border-top: 1px solid #c2c6cf; }

.left_main {
  float: left;
  width: auto;
  margin: 0;
  padding: 23px 0px 4px 0; }

.left_main a {
  border: none; }

.left_main a.imagelink:hover {
  background-color: transparent; }

.right_main a:hover img {
  border: 2px solid #dddddd; }

.right_main {
  margin-left: 130px;
  padding-top: 5px;
  padding: 0.5em; }

.right_main p a {
  font-weight: bold; }

.container_main h3 {
  margin-top: 0.7em;
  border: 0px;
  color: #435769;
  font-weight: bold; }

/*
 * *****SUB PAGES*****
 */
.container_sub {
  width: 100%;
  border-top: 1px solid #c2c6cf; }

.left_sub {
  float: left;
  width: auto;
  margin: 0;
  padding-top: 22px; }

.right_sub {
  margin-left: 100px;
  padding: 1.5em 1em 1em; }

.right_sub p a {
  font-weight: bold; }

.container_sub h3 {
  font-size: 17px !important; }

/*
 * **Ad Units**
 */
.adslot {
  margin-top: -50px;
  margin-bottom: 0px;
  min-width: 350px;
  min-height: 250px; }

/*
 * **Image Frame Style**
 */
.post_box .frame,
.post_box .post_image_box,
.post_box .wp-caption {
  padding: 0.4em;
  background: white;
  border: 1px solid #5f5f5f; }

.container_sub div.left_sub a img.frame {
  padding: 0.3em; }

/*
 * **Bullets**
 */
.post_box ul {
  list-style-type: disc; }

.paddedList ul li {
  padding-bottom: 5px; }

/*
 * **Content Column Padding**
 */
.columns > .sidebar {
  border-top: none; }

/*
 * **Sidebars**
 */
.sidebar .sidebar_heading,
.sidebar .widget_title {
  border-bottom: 4px solid #cccccc;
  font-variant: normal;
  letter-spacing: 0;
  color: #2f3d4a;
  padding: 7px 10px; }

.sidebar a {
  color: #a32929; }

.widget {
  margin-bottom: 10px !important; }

.textwidget ul li {
  border-bottom: 1px dotted #cccccc;
  line-height: 22px;
  margin-bottom: 0 !important;
  padding: 5px 0 5px 10px; }

.textwidget ul :hover {
  background: #f2f2f2;
  text-decoration: none !important; }

#text-182 {
  padding-left: 62px; }

#text-152.widget.widget_text {
  margin-top: -40px; }

/*
 * **SEARCH**
 */
#cse-search-box input[type="submit"],
.input_submit {
  border: none !important;
  background-color: #cc3333 !important;
  margin-top: 10px !important;
  color: white;
  font-size: 15px; }

#cse-search-box input[type="text"],
.input_text {
  width: 100%; }

.sidebar button,
.sidebar input[type="submit"] {
  border: none !important;
  background-color: #cc3333 !important;
  margin-top: 10px !important;
  color: white;
  font-size: 15px; }

.sidebar input#s {
  width: 100%;
  margin-top: 10px;
  background-color: white;
  border: 1px #dddddd solid; }

#searchform p {
  font-size: 0; }

/*
 * **Footer**
 */
.footer {
  border-top: 5px solid #435769 !important; }

.attribution {
  color: #111111 !important; }

.attribution a {
  color: #111111; }

/*
 * **Boxes**
 */
.floating-box {
  display: inline-block;
  width: 125px;
  height: 100px;
  margin: 18px;
  border: none;
  padding-bottom: 110px; }

/*
 * **Related**
 */
#related ul li {
  line-height: 30px; }

/*
 * **Maps**
 */
#wpgmza_filter_31,
#wpgmza_filter_32,
#wpgmza_filter_33,
#wpgmza_filter_13,
#wpgmza_filter_50 {
  padding-bottom: 20px !important;
  font-weight: bold; }

#wpgmza_filter_select {
  margin-left: 10px !important; }

/*
 * Media queries
 */
@media (max-width: 420px) {
  .right_main {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    padding-bottom: 0; }

  .left_main {
    display: none; }

  .right_sub {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    padding-bottom: 0; }

  .left_sub {
    display: none; }

  .columns > .sidebar {
    padding-top: 1em; }

  .grt .headline,
  .post_box .headline {
    font-size: 18px !important;
    line-height: 27px; }

  .grt h2,
  .sidebar .headline,
  .sidebar .sidebar_heading,
  .sidebar .widget_title {
    font-size: 17px;
    line-height: 26px; }

  .post_box h3,
  .post_box h4 {
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 17px;
    line-height: 22px; }

  .menu a {
    border-bottom: 1px solid #435769; }

  .crumbs {
    padding-left: 1em;
    padding-top: 1em; } }

/*
 * --- Media Query to show only in the larger mobile views ---
 */
@media all and (max-width: 954px) {
  .menu a {
    border-bottom: 1px solid #435769; }

  .ad-container {
    display: none; }

  .columns > .sidebar {
    padding-top: 1em; } }

/*
 * --- Media Query to show only in the smaller tablet mobile views ---
 */
@media all and (max-width: 600px) {
  .menu a {
    border-bottom: 1px solid #435769; } }.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	word-wrap: normal !important;
}

.wpcf7 form .wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid #00a0d2; /* Blue */
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
	display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450; /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	border-color: #dc3232; /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
	border-color: #f56e28; /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #ffb900; /* Yellow */
}

.wpcf7-form-control-wrap {
	position: relative;
}

.wpcf7-not-valid-tip {
	color: #dc3232; /* Red */
	font-size: 1em;
	font-weight: normal;
	display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
	position: relative;
	top: -2ex;
	left: 1em;
	z-index: 100;
	border: 1px solid #dc3232;
	background: #fff;
	padding: .2em .8em;
	width: 24em;
}

.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
	content: " ";
}

.wpcf7-spinner {
	visibility: hidden;
	display: inline-block;
	background-color: #23282d; /* Dark Gray 800 */
	opacity: 0.75;
	width: 24px;
	height: 24px;
	border: none;
	border-radius: 100%;
	padding: 0;
	margin: 0 24px;
	position: relative;
}

form.submitting .wpcf7-spinner {
	visibility: visible;
}

.wpcf7-spinner::before {
	content: '';
	position: absolute;
	background-color: #fbfbfc; /* Light Gray 100 */
	top: 4px;
	left: 4px;
	width: 6px;
	height: 6px;
	border: none;
	border-radius: 100%;
	transform-origin: 8px 8px;
	animation-name: spin;
	animation-duration: 1000ms;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
	.wpcf7-spinner::before {
		animation-name: blink;
		animation-duration: 2000ms;
	}
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@keyframes blink {
	from {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

.wpcf7 [inert] {
	opacity: 0.5;
}

.wpcf7 input[type="file"] {
	cursor: pointer;
}

.wpcf7 input[type="file"]:disabled {
	cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
	direction: ltr;
}

.wpcf7-reflection > output {
	display: list-item;
	list-style: none;
}

.wpcf7-reflection > output[hidden] {
	display: none;
}
body .extendedwopts-show {
  display: none;
}
body .widgetopts-hide_title .widget-title {
  display: none;
}
body .extendedwopts-md-right {
  text-align: right;
}
body .extendedwopts-md-left {
  text-align: left;
}
body .extendedwopts-md-center {
  text-align: center;
}
body .extendedwopts-md-justify {
  text-align: justify;
}
@media screen and (min-width: 1181px) {
  body .extendedwopts-hide.extendedwopts-desktop {
    display: none !important;
  }
  body .extendedwopts-show.extendedwopts-desktop {
    display: block;
  }
  body .widget.clearfix-desktop {
    clear: both;
    float: none !important;
  }
}
@media screen and (max-width: 1024px) and (orientation: Portrait) {
  body .extendedwopts-hide.extendedwopts-tablet {
    display: none !important;
  }
  body .extendedwopts-show.extendedwopts-tablet {
    display: block;
  }
  body .widget.clearfix-desktop {
    clear: none;
  }
  body .widget.clearfix-tablet {
    clear: both;
    float: none !important;
  }
}
@media screen and (max-width: 1180px) and (orientation: landscape) {
  body .extendedwopts-hide.extendedwopts-tablet {
    display: none !important;
  }
  body .extendedwopts-show.extendedwopts-tablet {
    display: block;
  }
  body .widget.clearfix-desktop {
    clear: none;
  }
  body .widget.clearfix-tablet {
    clear: both;
    float: none !important;
  }
}
@media screen and (max-width: 767px) and (orientation: Portrait) {
  body .extendedwopts-hide.extendedwopts-tablet:not(.extendedwopts-mobile) {
    display: block !important;
  }
  body .extendedwopts-show.extendedwopts-tablet:not(.extendedwopts-mobile) {
    display: none !important;
  }
  body .extendedwopts-hide.extendedwopts-mobile {
    display: none !important;
  }
  body .extendedwopts-show.extendedwopts-mobile {
    display: block;
  }
  body .widget.clearfix-desktop,
  body .widget.clearfix-tablet {
    clear: none;
  }
  body .widget.clearfix-mobile {
    clear: both;
    float: none !important;
  }
}
@media screen and (max-width: 991px) and (orientation: landscape) {
  body .extendedwopts-hide.extendedwopts-tablet:not(.extendedwopts-mobile) {
    display: block !important;
  }
  body .extendedwopts-show.extendedwopts-tablet:not(.extendedwopts-mobile) {
    display: none !important;
  }
  body .extendedwopts-hide.extendedwopts-mobile {
    display: none !important;
  }
  body .extendedwopts-show.extendedwopts-mobile {
    display: block;
  }
  body .widget.clearfix-desktop,
  body .widget.clearfix-tablet {
    clear: none;
  }
  body .widget.clearfix-mobile {
    clear: both;
    float: none !important;
  }
}
.panel-cell-style:after {
  content: "";
  display: block;
  clear: both;
  position: relative;
}