/*
 * ---:[ 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: "American Typewriter", Georgia, serif;
  font-size: 17px;
  line-height: 33px;
  color: #111111;
  background-color: white;
  padding-top: 33px; }

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

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

/*
 * ---:[ links ]:---
 */
a {
  color: #dd0000;
  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-size: 13px;
    line-height: 19px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #111111;
    background-color: #eeeeee;
    padding: 8px 13px;
    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: 166px;
      margin: 0 0 0 -1px; }
    .menu .sub-menu li {
      width: 166px;
      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-size: 13px;
  line-height: 19px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #111111;
  background-color: #eeeeee;
  padding: 8px 13px;
  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: 33px; }

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

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

/*
 * ---:[ golden ratio typography with spaced paragraphs ]:---
 */
.grt {
  font-size: 17px;
  line-height: 33px; }
  .grt h1,
  .grt .headline {
    font-size: 35px;
    line-height: 57px; }
  .grt h1 {
    margin-bottom: 33px; }
  .grt .headline {
    color: #111111;
    margin: 0; }
    .grt .headline a {
      color: #111111; }
      .grt .headline a:hover {
        color: #dd0000; }
  .grt h2,
  .grt h3,
  .grt h4 {
    color: #111111; }
  .grt h2 {
    font-size: 28px;
    line-height: 48px;
    margin-top: 53px;
    margin-bottom: 20px; }
  .grt h3 {
    font-size: 22px;
    line-height: 40px;
    margin-top: 45px;
    margin-bottom: 12px; }
  .grt h4 {
    font-size: 17px;
    line-height: 33px;
    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: 20px;
    border-left: 1px solid #dddddd; }
    .grt blockquote.right,
    .grt blockquote.left {
      width: 45%;
      font-size: 28px;
      line-height: 42px;
      padding-left: 0;
      border: 0;
      margin-bottom: 20px; }
  .grt code,
  .grt pre,
  .grt kbd {
    font-size: 15px; }
  .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: 20px 20px 20px 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: 20px; }
  .grt .alert {
    background-color: #ffff99;
    border: 1px solid #e6e68a; }
  .grt .note {
    background-color: #eeeeee;
    border: 1px solid #dddddd; }
  .grt .box {
    background-color: #ffe2e2;
    border: 1px solid #ffb2b2; }
  .grt .footnotes {
    font-size: 13px;
    line-height: 28px;
    padding-top: 33px;
    border-top: 1px dotted #dddddd; }
  .grt .footnotes,
  .grt sub,
  .grt sup,
  .grt .post_cats,
  .grt .post_tags {
    color: #888888; }
  .grt fieldset {
    margin-bottom: 33px; }
    .grt fieldset legend {
      font-size: 22px;
      line-height: 40px;
      font-weight: bold;
      margin-bottom: 7px; }
  .grt .avatar {
    width: 85px;
    height: 85px;
    float: right;
    clear: both;
    margin-left: 20px; }
  .grt .small,
  .grt .caption {
    font-size: 13px;
    line-height: 28px; }
  .grt .caption {
    margin-top: -20px;
    color: #888888; }
  .grt .frame,
  .grt .post_image_box,
  .grt .wp-caption {
    box-sizing: border-box;
    background-color: #eeeeee;
    padding: 20px;
    border: 1px solid #dddddd; }
  .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: 20px; }
  .grt .drop_cap {
    font-size: 66px;
    line-height: 1em;
    margin-right: 12px;
    float: left; }
  .grt .author_description {
    padding-top: 33px;
    border-top: 1px dotted #dddddd; }
    .grt .author_description .avatar {
      width: 66px;
      height: 66px;
      float: left;
      margin-right: 20px;
      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: 33px; }
  .grt .right,
  .grt .alignright,
  .grt .ad {
    margin-bottom: 33px;
    margin-left: 33px; }
  .grt .left,
  .grt .alignleft,
  .grt .ad_left {
    margin-bottom: 33px;
    margin-right: 33px; }
  .grt ul,
  .grt ol,
  .grt .stack {
    margin-left: 33px; }
  .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: 33px 33px 0 33px;
  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: #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: 33px; }
  .num_comments_link:hover {
    background-color: #eeeeee; }

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

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

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

.prev_next {
  clear: both;
  color: #888888;
  border-top: 1px solid #dddddd;
  padding: 20px 33px; }
  .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: 66px; }

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

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

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

.comment {
  padding: 33px;
  border-bottom: 1px dotted #dddddd; }
  .comment .comment_head {
    margin-bottom: 20px; }
  .comment .comment_author {
    font-weight: bold; }
  .comment .avatar {
    float: right;
    width: 61px;
    height: 61px;
    margin-left: 20px; }
  .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: 20px; }
    .comment .comment_footer a {
      font-size: 13px;
      line-height: 28px;
      color: #888888;
      text-transform: uppercase;
      letter-spacing: 1px;
      margin-right: 20px; }
  .comment .comment_footer a {
    font-size: 13px;
    line-height: 28px;
    color: #888888;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-right: 20px; }

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

  .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: 20px 33px;
  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: -66px 0 66px 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 #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: #111111;
  background-color: #eeeeee;
  padding: 7px;
  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: 12px;
  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 33px;
  margin: 66px 0; }
  .comment #commentform {
    padding-right: 0;
    padding-left: 0;
    margin-top: 20px; }
  #commentform .comment_form_title {
    font-size: 22px;
    line-height: 40px;
    color: #111111;
    padding: 0 33px 20px 33px;
    border-bottom: 1px dotted #dddddd;
    margin-right: -33px;
    margin-left: -33px; }
  #commentform p {
    margin-bottom: 20px; }
    #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: 22px; }
  #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: #dd0000;
  margin-top: 7px; }
  #cancel-comment-reply-link:hover {
    text-decoration: underline; }

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

/*
 * ---:[ 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: 20px 33px;
  border-top: 3px double #dddddd; }
  .footer a {
    color: #888888; }
    .footer a:hover {
      color: #111111; }

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

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

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

  .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 33px;
    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: 33px;
      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 33px;
      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: 1215px) {
  .menu a {
      border-right-width: 0; }
    .menu > li > a {
      border-left-width: 0; } }

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

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

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

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

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

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

  .comment_date {
    display: none; } }

#header {
  padding: 0; }

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

/*
 * ---:[ Custom CSS ]:---
 */
@font-face {
  font-family: 'andadaregular';
  src: url('/_fonts/Andada-Regular-webfont.eot');
  src: url('/_fonts/Andada-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('/_fonts/Andada-Regular-webfont.woff2') format('woff2'), url('/_fonts/Andada-Regular-webfont.woff') format('woff'), url('/_fonts/Andada-Regular-webfont.ttf') format('truetype'), url('/_fonts/Andada-Regular-webfont.svg#andadaregular') format('svg');
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'andadabold';
  src: url('/_fonts/Andada-Bold-webfont.eot');
  src: url('/_fonts/Andada-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('/_fonts/Andada-Bold-webfont.woff2') format('woff2'), url('/_fonts/Andada-Bold-webfont.woff') format('woff'), url('/_fonts/Andada-Bold-webfont.ttf') format('truetype'), url('/_fonts/Andada-Bold-webfont.svg#andadabold') format('svg');
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'noticia_textbold';
  src: url('/_fonts/NoticiaText-Bold-webfont.eot');
  src: url('/_fonts/NoticiaText-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('/_fonts/NoticiaText-Bold-webfont.woff2') format('woff2'), url('/_fonts/NoticiaText-Bold-webfont.woff') format('woff'), url('/_fonts/NoticiaText-Bold-webfont.ttf') format('truetype'), url('/_fonts/NoticiaText-Bold-webfont.svg#noticia_textbold') format('svg');
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'noticia_textbold_italic';
  src: url('/_fonts/NoticiaText-BoldItalic-webfont.eot');
  src: url('/_fonts/NoticiaText-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'), url('/_fonts/NoticiaText-BoldItalic-webfont.woff2') format('woff2'), url('/_fonts/NoticiaText-BoldItalic-webfont.woff') format('woff'), url('/_fonts/NoticiaText-BoldItalic-webfont.ttf') format('truetype'), url('/_fonts/NoticiaText-BoldItalic-webfont.svg#noticia_textbold_italic') format('svg');
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'noticia_textitalic';
  src: url('/_fonts/NoticiaText-Italic-webfont.eot');
  src: url('/_fonts/NoticiaText-Italic-webfont.eot?#iefix') format('embedded-opentype'), url('/_fonts/NoticiaText-Italic-webfont.woff2') format('woff2'), url('/_fonts/NoticiaText-Italic-webfont.woff') format('woff'), url('/_fonts/NoticiaText-Italic-webfont.ttf') format('truetype'), url('/_fonts/NoticiaText-Italic-webfont.svg#noticia_textitalic') format('svg');
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'noticia_textregular';
  src: url('/_fonts/NoticiaText-Regular-webfont.eot');
  src: url('/_fonts/NoticiaText-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('/_fonts/NoticiaText-Regular-webfont.woff2') format('woff2'), url('/_fonts/NoticiaText-Regular-webfont.woff') format('woff'), url('/_fonts/NoticiaText-Regular-webfont.ttf') format('truetype'), url('/_fonts/NoticiaText-Regular-webfont.svg#noticia_textregular') format('svg');
  font-weight: normal;
  font-style: normal; }
body {
  margin: 0 auto 20px;
  padding: 0;
  font-family: 'andadaregular'; }

p {
  font-family: 'andadaregular'; }

/*
 * p b,
 * p strong,
 * blockquote b,
 * blockquote strong,
 * .post_box li strong {
 * font-family: 'andadabold';
 * font-weight: normal;
 * }
 */
a,
p a {
  color: #fe4e4e;
  text-decoration: none; }

a:hover,
p a:hover {
  color: #488c17; }

hr.large {
  margin: 0 auto;
  width: 100%;
  height: 10px;
  background-color: #81b958; }

h1,
h2,
h3 {
  font-family: 'andadaregular'; }

h4 {
  font-family: 'andadaregular';
  font-size: 24px;
  color: #c7d581; }

h5 {
  font-family: 'andadaregular';
  font-size: 21px;
  font-weight: bold;
  color: black;
  margin: 5px 0; }

h1,
h2 {
  font-size: 36px;
  color: #fe4e4e; }

h3 {
  font-size: 28px;
  color: #81b958; }

h3.bigBlack {
  height: 42px;
  width: 100%;
  background-color: black;
  color: white;
  text-align: center;
  padding-top: 10px; }

.clear {
  clear: both; }

.fullwidth_header {
  background: white url('images/bkg_headerFULL_INSIDE.jpg') repeat-x;
  height: 250px;
  margin: 0;
  padding: 0; }

.page_front .fullwidth_header {
  background: white url('images/bkg_headerFULL.jpg') repeat-x;
  height: 204px; }

#header {
  background: transparent url('images/bkg_headerINSIDE.jpg') no-repeat top center;
  height: 207px;
  margin: 0 auto;
  padding: 0;
  border: none;
  width: 1024px; }

.page_front #header {
  background: transparent url('images/bkg_headerFP.jpg') no-repeat top center;
  height: 204px; }

#thesis_header_image {
  clear: left; }

.sm_icons {
  width: 30%;
  float: left;
  padding: 6px 0 0 14px; }

.sm_icons img {
  display: inline-block;
  margin: 0;
  padding: 0; }

.quikLinks {
  float: right;
  width: 40%;
  padding: 10px 14px 0 0;
  text-align: right; }

.quikLinks li {
  display: inline;
  list-style: none; }

.quikLinks li a {
  font-family: 'Arial Narrow';
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  color: #a0ae5b;
  text-decoration: none; }

.quikLinks li a:hover {
  color: #fe4e4e; }

.quikLinks li:after {
  content: " | ";
  font-family: 'Arial Narrow';
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  color: #a0ae5b; }

.quikLinks li:last-child:after {
  content: ""; }

.tagline_box {
  width: 190px;
  float: right;
  clear: right;
  font-family: 'noticia_textbold';
  font-size: 18px;
  line-height: 22px;
  color: black;
  padding: 40px 14px 0 0;
  text-align: center; }

/*
 * ---:[ nav menu ]:---
 */
.menu_container {
  overflow: hidden;
  margin-top: -40px; }

.page_front .menu_container {
  margin-top: -40px; }

.menu {
  position: relative;
  z-index: 50;
  list-style: none;
  border: none;
  float: left;
  left: 50%;
  width: auto; }

.menu li {
  position: relative;
  float: left;
  margin-bottom: 0;
  right: 50%; }

.page_front .menu li {
  background: url('images/red_button.png') no-repeat;
  position: relative;
  float: left;
  margin-bottom: 0;
  right: 50%;
  width: 110px;
  height: 98px; }

.menu a {
  background: none;
  font-family: 'Arial Black';
  font-size: 26px;
  color: white; }

.page_front .menu a {
  background: url('images/red_button.png') no-repeat;
  font-family: 'Arial Black';
  font-size: 26px;
  color: white; }

.menu a,
.menu_control {
  display: block;
  line-height: 1em;
  text-transform: normal;
  letter-spacing: 1px;
  border: none;
  background-color: transparent;
  padding: 6px 20px;
  float: left; }

.page_front .menu a,
.menu_control {
  display: block;
  line-height: 1em;
  text-transform: normal;
  letter-spacing: 1px;
  border: none;
  background-color: transparent;
  padding: 39px 10px;
  float: left; }

.page_front .menu li:nth-child(1) a {
  padding: 39px 20px; }

.page_front .menu li:nth-child(2) a {
  padding: 39px 10px; }

.page_front .menu li:nth-child(3) a {
  padding: 39px 10px; }

.page_front .menu li:nth-child(4) a {
  padding: 39px 10px; }

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

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

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

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

.columns {
  padding-bottom: 20px; }

.columns > .content {
  border: none; }

.play_submenu,
.events_subMenu {
  position: relative;
  z-index: 50;
  list-style: none;
  border: none;
    /*
   * float:left;
   * left:50%;
   */
  width: auto;
  background: transparent none;
  height: 33px;
  margin: 10px auto 0;
  text-align: center;
  color: #c7d482; }

.play_submenu li,
.events_subMenu li {
  position: relative;
  display: inline-block;
    /*
   * float: left;
   * margin-bottom: 0;
   * right:50%;
   */ }

.play_submenu li:after,
.events_subMenu li:after {
  content: " | ";
  font-family: 'andadabold';
  font-size: 18px;
  color: #c7d482; }

.play_submenu li:last-child:after,
.events_subMenu li:last-child:after {
  content: ""; }

.play_submenu li a,
.events_subMenu li a {
  font-family: 'andadabold';
  font-size: 18px;
  font-weight: normal;
  color: black;
  padding: 6px 4px; }

.play_submenu li a:hover,
.events_subMenu li a:hover {
  color: #fe4e4e; }

.play_submenu .current-menu-item > a,
.events_subMenu .current-menu-item > a {
  color: #81b958; }

.slideBox {
  width: 1024px;
  height: 425px;
  background-color: #cccccc;
  margin: 0 auto 11px; }

.post_box {
  clear: both;
  border: none;
  padding: 0;
    /*
   * margin-bottom: 20px;
   */ }

.post_box h3 {
  font-weight: normal; }

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

.front .headline_area,
.calendar .headline_area {
  position: absolute;
  top: -1500px;
  left: -1500px; }

.post_box .headline,
.headline a {
  color: #fe4e4e;
  margin-top: 10px; }

.grt .headline {
  font-size: 32px;
  line-height: 44px;
  margin: 10px 0 0; }

.template-category .headline,
.template-single .headline {
  background-color: black;
    /*
   * #C7D482;
   */
  clear: both;
  line-height: 39px;
  margin: 20px auto 12px;
  padding-left: 6px;
  color: white; }

.template-category .headline a,
.template-single .headline a {
  color: white; }

.template-category .headline a:hover,
.template-single .headline a:hover {
  color: #fe4e4e; }

.grt {
  line-height: 22px; }

.post_box h2 {
  color: #fe4e4e; }

.post_box h3 {
  color: #81b958; }

h1 {
  line-height: normal !important; }

.grt h2 {
  font-size: 36px;
  line-height: 40px;
  margin: 15px 0; }

.grt h3 {
  font-size: 28px;
  line-height: 30px; }

.attractions .post_box h4,
.parks .post_box h4,
.museums .post_box h4,
.forKids .post_box h4 {
  background-color: black;
    /*
   * #C7D482;
   */
  clear: both;
  line-height: 28px;
  margin: 20px auto 12px;
  padding-left: 6px;
  color: white; }

.post_box .wp-caption p {
  font-size: 13px;
  line-height: 23px;
  text-align: center;
  margin-bottom: 0; }

.post_box blockquote {
  background-color: #ededed;
    /*
   * border: 2px dotted #e22346;
   */
  margin: 20px 50px;
  padding: 12px;
  color: black;
  overflow: hidden; }

.post_box blockquote p {
  margin: 0; }

.post_box blockquote.black {
  background-color: black;
  color: white;
  border: none; }

.post_box blockquote.red {
  margin-top: 0;
  background-color: transparent;
  border: 1px solid #fe4e4e;
  border-top: 8px solid #fe4e4e;
  padding: 6px 12px; }

.sidebar {
  font-size: 14px;
  line-height: 18px; }

.sidebar .sidebar_heading,
.sidebar .widget_title {
  font-family: 'andadaregular';
  font-size: 18px;
  font-weight: normal;
  font-variant: normal;
  letter-spacing: 0;
  margin-bottom: 6px; }

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

.widget,
#meta.widget ul {
  margin-bottom: 8px !important; }

#meta.widget li a:hover {
  text-decoration: none; }

#meta.widget li abbr {
  font-size: 14px; }

#meta.widget li abbr img {
  margin-top: 4px !important;
  display: inline-block;
  border: none;
  padding: 0 !important; }

.fullwidth_footer {
  background-color: #c7d482;
  height: auto;
  width: 100%; }

.footer {
  margin: 0 auto;
  padding: 0;
  border: none;
  width: 1024px;
  font-size: 16px;
  height: 175px; }

/*
 * .foot_Left {
 * background: url('images/logo_footer.png') no-repeat left top;
 * float: left;
 * width: 360px;
 * text-align: left;
 * padding: 80px 0 0 14px;
 * margin-top: 20px
 * }
 */
.foot_menu {
  float: left;
  width: 30%;
  padding-top: 30px; }

.foot_menu li {
  display: block;
  list-style: none;
  text-align: center; }

.foot_menu li a {
  font-family: 'andadaregular';
  font-size: 21px;
  font-weight: normal;
  line-height: 35px;
  text-decoration: none;
  color: black; }

.foot_menu li a:hover {
  color: white; }

.foot_Right {
  float: left;
  width: 40%;
  text-align: center;
  padding: 20px 0 0;
  font-size: 18px;
  font-weight: bold; }

.foot_Right img {
  margin: 0 auto; }

.foot_LT_text {
  float: left;
  width: 30%;
  text-align: center;
  padding-top: 38px; }

.foot_LT_text img {
  display: inline-block;
  margin: 0 10px !important; }

/*
 * .foot_Right .hours {
 * float: left;
 * margin: 5px 0 0 -30px;
 * }
 * .foot_Right .signup {
 * float: right;
 * margin: 5px 14px 0;
 * }
 */
/*
 * .squares {
 * position: relative;
 * width: 230px;
 * margin: 0 auto;
 * padding-top: 6px;
 * transform: rotate(345deg);
 * -ms-transform: rotate(345deg);
 * -webkit-transform: rotate(345deg);
 * }
 */
.developer {
  clear: both;
  width: 900px;
  margin: 10px auto 0;
  text-align: center;
  color: #adacac;
  font-family: 'noticia_textregular';
  font-size: 16px;
  line-height: 21px; }

/*
 * ----------  CSS outside the normal Wordpress / Thesis elements ---------------
 */
/*
 * ----------  EventOn Plugin ------------
 */
#evcal_list .eventon_list_event .evcal_cblock {
  color: black !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: #fd4d4d !important;
    /*
   * #6B6B6B;
   */ }

.eventon_events_list .eventon_list_event .evcal_desc span.evcal_event_subtitle,
.evo_pop_body .evcal_desc span.evcal_event_subtitle {
  color: #148621 !important;
    /*
   * #6B6B6B;
   */ }

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

.eventon_events_list .eventon_list_event .evcal_cblock,
.evo_pop_body .evcal_cblock {
  color: black !important; }

.eventon_events_list .eventon_list_event .evcal_desc span.evcal_desc2,
.evo_pop_body .evcal_desc span.evcal_desc2 {
  color: #fd4d4d !important; }

.evcal_evdata_row .evcal_evdata_cell h2,
.evcal_evdata_row .evcal_evdata_cell h3 {
  color: black !important; }

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

#evcal_widget .eventon_events_list .eventon_list_event .evcal_desc .evcal_desc_info em {
  color: #333333 !important;
    /*
   * #9b9999;
   */
  font-weight: normal; }

/*
 * ----------  end of EventOn Plugin ----------
 */
#eventSide {
  width: 268px;
  float: right;
  margin: 30px 0 0 12px;
  height: 565px;
  background-color: white;
  text-align: center; }

#eventSide:before {
  content: "Coming Up";
  width: 100%;
  margin: 0 auto 10px;
  text-align: center;
  font-family: 'andadaregular';
  font-size: 28px;
    /*
   * font-weight: bold;
   */
  color: #c7d482; }

.event_list {
  width: auto;
  height: 100%;
  padding: 0 12px 20px;
  border: 5px solid #c7d482;
  overflow: scroll;
  position: relative;
  text-align: left;
  line-height: 22px; }

.event_list a {
  font-size: 17px; }

.event_list .loop {
  background-color: transparent;
  overflow: scroll; }

.event_list .loop p {
  margin: 0;
  display: block; }

.event_list .loop-header {
    /*
   * font-size: 18px;
   * font-weight: bold;
   * line-height: 26px;
   * width: auto;
   * display: block;
   * float: left;
   */ }

.event_list .loop .loop-content {
  width: 100%;
  display: block;
    /*
   * overflow: hidden;
   * float: left;
   * white-space: nowrap;
   */ }

.event_list .loop .loop-content .post {
  width: auto;
  display: block;
  margin: 1px 0 10px 0;
  border-bottom: 2px solid #c7d482; }

.event_list .loop a {
  width: auto;
  color: #fd4d4d;
  text-decoration: none; }

.event_list .loop a:hover {
  color: black;
  text-decoration: none; }

/*
 * .anythingSlider {
 * padding: 0 0px 20px !important;
 * border: none !important;
 * }
 * .anythingWindow {
 * border: none !important;
 * height: 75px !important;
 * }
 * .anythingWindow ul {
 * margin: 0 0 10px 12px;
 * }
 * .anythingBase .panel.vertical {
 * float: none;
 * margin: 8px 0 10px;
 * height: 80px !important;
 * }
 * .anythingBase .panel.vertical p {
 * margin-bottom: 1px;
 * }
 * .anythingSlider li {
 * list-style: none;
 * line-height: 22px;
 * }
 */
.breadCrumbs {
  width: 100%;
  text-align: center; }

.breadCrumbs a {
  text-decoration: none;
  color: black; }

.breadCrumbs a:hover {
  color: #fe4e4e; }

.blackText {
  background-color: black;
  color: white;
  padding: 60px 14px 14px;
  margin-top: -54px;
  font-size: 20px; }

.boxes_FP {
  width: 100%;
  margin: 10px auto;
  padding: 0 0 1px 0;
  height: auto; }

.boxes_FP h3 {
  color: white;
  margin: -60px auto 30px;
    /*
   * color: #444;
   */
  text-shadow: 3px 3px 5px black; }

.boxes_FP p {
  text-align: left; }

.greyBox_Left,
.greyBox_Ctr,
.greyBox_Right {
  width: 30%;
  height: 400px;
  float: left;
  background-color: #ededed;
  margin-right: 15px;
  padding: 12px;
  text-align: center; }



.greyBox_Right {
  margin-right: 0; }

.leftHalf,
.rightHalf {
  width: 47%;
  text-align: justify;
  padding: 14px; }

.leftHalf {
  float: left;
  background-color: black;
  color: white; }

.rightHalf {
  float: right; }

.sleepBox {
  width: 100%;
  clear: both; }

.eventSlide {
  float: left;
  margin-right: 10px;
  width: 320px; }

.calendarBox,
.mapBox {
  width: 1000px;
  margin: 20px auto;
  height: auto; }

/*
 * ---:[ media queries ]:---
 */
@media all and (max-width: 1000px) {
  .fullwidth_header,
  .page_front .fullwidth_header {
    background: transparent none;
    width: auto;
    height: auto; }

  #header,
  .page_front #header {
    background: transparent url("images/logo_footer.png") no-repeat center 10px;
    width: auto;
    height: auto;
    padding: 80px 0 0 0; }

  #thesis_header_image {
    display: none; }

  .sm_icons {
    width: auto;
    float: none;
    margin: 10px auto;
    padding: 0;
    text-align: center; }

  .sm_icons img {
    display: inline; }

  .quikLinks {
    float: none;
    width: auto;
    margin: 10px auto;
    padding: 0;
    text-align: center; }

  .tagline_box {
    width: 190px;
    float: none;
    clear: both;
    margin: 10px auto;
    padding: 0;
    text-align: center; }

  .container {
    width: auto;
    max-width: 1024px; }

  .menu_container,
  .page_front .menu_container {
    width: 100%;
    margin-top: 0; }

  .menu_control {
    display: block;
    width: 100%;
    background-color: transparent;
    padding: 8px 18px;
    color: black;
    font-family: 'Arial Black', sans-serif;
    font-size: 15px;
    font-weight: bold; }

  .menu {
    display: none;
    width: 100%;
    border-width: 1px 0 0 0;
    clear: both; }

  .show_menu {
    display: block; }

  .menu li,
  .page_front .menu li {
    background: transparent none;
    width: 100%;
    float: left;
    margin-bottom: 0;
    height: auto; }

  .menu a,
  .page_front .menu a {
    background: transparent none;
    padding: 8px 18px;
    color: black;
    font-family: 'Arial Black', sans-serif;
    font-size: 15px;
    font-weight: bold; }

  .page_front .menu li:nth-child(1) a {
    padding: 8px 18px; }

  .page_front .menu li:nth-child(3) a {
    padding: 8px 18px; }

  .page_front .menu li:nth-child(4) a {
    padding: 8px 18px; }

  .menu a:hover,
  .page_front .menu a:hover {
    color: #fe4e4e; }

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

  .play_submenu,
  .events_subMenu {
    width: auto;
    height: auto;
    margin: 10px auto; }

  .play_submenu li,
  .events_subMenu li {
    display: inline; }

  .play_submenu li:after,
  .events_subMenu li:after {
    content: " | ";
    font-family: 'andadaregular';
    font-size: 18px;
    color: black; }

  .play_submenu li:last-child:after,
  .events_subMenu li:last-child:after {
    content: ""; }

  .play_submenu li a,
  .events_subMenu li a {
    font-family: 'andadaregular';
    font-size: 18px;
    font-weight: bold;
    color: black;
    padding: 6px 4px; }

  .play_submenu li a:hover,
  .events_subMenu li a:hover {
    color: #fe4e4e; }

  .play_submenu .current-menu-item > a,
  .events_subMenu .current-menu-item > a {
    color: #81b958; }

  .right,
  .alignright,
  img[align="right"] {
    float: none;
    margin: 12px auto !important; }

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

  .post_box {
    padding: 0 10px; }

  img {
    margin: 0 auto 12px !important; }

  .post_box blockquote {
    margin: 18px; }

  .footer,
  .fullwidth_footer {
    width: auto;
    height: auto; }

  .foot_LT_text {
    float: none;
    width: auto;
    padding-top: 0px; }

  .foot_Right {
    float: none;
    width: auto;
    text-align: center;
    padding: 1px;
    margin: 12px auto; }

  .foot_menu {
    float: none;
    width: 100%;
    margin: 10px auto; }

  .foot_menu li {
    display: block; }

  .developer {
    clear: both;
    width: auto;
    margin: 20px auto 0;
    text-align: center;
    height: auto; }

  .developer_copy {
    float: none;
    text-align: center; }

  .developer_text {
    float: none;
    text-align: center; }

  .slideBox {
    width: auto;
    height: auto;
    background-color: #dddddd;
    margin: 12px auto;
    padding: 0 5px; }

  .eventSlide {
    float: none;
    width: auto;
    height: auto;
    margin: 12px auto;
    padding: 0; }

  .blackText {
    background-color: black;
    color: white;
    padding: 10px 10px;
    margin-top: 0;
    font-size: 18px; }

  .greyBox_Left,
  .greyBox_Ctr,
  .greyBox_Right {
    width: auto;
    max-width: 317px;
    height: auto;
    float: none;
    background-color: #ededed;
    margin: 12px auto;
    padding: 12px;
    text-align: center; }

  .calendarBox {
    width: auto; } }

@media all and (max-width: 1216px) {
  /*
   * Gravity Forms CSS to make right-align act like top-align
   */  .gform_wrapper .right_label .gfield_label {
    margin: 10px 0 4px 0 !important;
    display: -moz-inline-stack !important;
    display: inline-block !important;
    line-height: 1.3em;
    clear: both;
    text-align: left !important;
    float: none !important;
    width: 100% !important; }

  .gform_wrapper .right_label div.ginput_complex {
    width: 100% !important; }

  .gform_wrapper .right_label input.small,
  .gform_wrapper .right_label select.small {
    width: 25% !important; }

  .gform_wrapper .right_label input.medium,
  .gform_wrapper .right_label select.medium {
    width: 47% !important; }

  .gform_wrapper .right_label input.medium {
    padding-right: 2px !important; }

  .gform_wrapper .right_label input.large,
  .gform_wrapper .right_label select.large,
  .gform_wrapper .right_label textarea.textarea {
    width: 99.2% !important; }

  .gform_wrapper .gform_footer.right_label {
    padding: 16px 0 10px 0 !important;
    margin: 16px 0 0 0 !important;
    text-align: center;
    clear: both !important; } }

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

@media all and (max-width: 350px) {
  #header,
  .page_front #header {
    background-size: contain; }

  .foot_Left {
    background-size: contain; } }