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

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

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

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

img,
fieldset {
  border: 0; }

abbr,
acronym {
  text-decoration: none; }

code {
  line-height: 1em; }

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

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

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

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

img {
  display: block; }

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

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

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

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

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

.wp-smiley {
  display: inline; }

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

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

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

/*
 * ---:[ 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; }
  .menu a {
    display: block;
    font-size: 13px;
    line-height: 19px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #111111;
    padding: 8px 13px; }
  .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;
    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 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;
  padding: 8px 13px;
  display: none;
  background-color: white; }
  .menu_control:hover {
    background-color: #dddddd; }

/*
 * ---:[ golden ratio typography with spaced paragraphs ]:---
 */
.grt {
  font-size: 16px;
  line-height: 26px; }
  .grt h1,
  .grt .headline {
    font-size: 33px;
    line-height: 49px; }
  .grt h1 {
    margin-bottom: 26px; }
  .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: 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: #888888;
    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: #ffe2e2;
    border: 1px solid #ffb2b2; }
  .grt .footnotes {
    font-size: 13px;
    line-height: 23px;
    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: 72px;
    height: 72px;
    float: right;
    clear: both;
    margin-left: 16px; }
  .grt .small,
  .grt .caption {
    font-size: 13px;
    line-height: 23px; }
  .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: 23px; }
  .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.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: 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: #111111; }

.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: 23px;
  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: 23px;
  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: 49px;
    height: 49px;
    margin-left: 16px; }
  .comment .comment_date {
    display: block;
    font-size: 13px;
    line-height: 23px;
    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: 23px;
      color: #888888;
      text-transform: uppercase;
      letter-spacing: 1px;
      margin-right: 16px; }
  .comment .comment_footer a {
    font-size: 13px;
    line-height: 23px;
    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: #dd0000; }

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

.comment_nav {
  font-size: 13px;
  line-height: 23px;
  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: #111111;
    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: #111111;
  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: #111111;
    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: 23px;
    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: #dd0000;
  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-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; }

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

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

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

    .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: 616px) {
  .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; }

  .columns > .sidebar,
  .prev_next,
  .comments_intro,
  .comment,
  .comment_nav,
  #commentform,
  #commentform .comment_form_title {
    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; } }

#site_title {
  line-height: 0.1em; }

#site_title a {
  display: inline-block; }

/*
 * ---:[ custom CSS ]:---
 */
.ul-contain {
  display: flex;
  width: 410px;
  max-width: 100%;
  margin: 0 auto; }

.ul-wrap {
  display: block;
  width: 50%;
  box-sizing: border-box;
  margin: 10px;
  padding: 10px;
  text-align: left !important;
  color: #333333; }

.raq a {
  display: block;
  position: fixed;
  top: 30px;
  right: 0;
  box-sizing: border-box;
  color: white;
  font-size: 16px;
  background: #fcd749;
  font-weight: 700;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
  padding: 8px 15px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  z-index: 99999; }

.raq a:hover {
  background: #2f3974; }

.forminator-custom-form-229 {
  width: 1400px !important;
  max-width: 95%;
  margin: 20px auto !important; }

.fa-boxes,
.fa-dolly,
.fa-hand-pointer {
  font-size: 45px; }

/*
 * ---:[ layout structure ]:---
 */
body {
  font-family: "industry", sans-serif;
  font-size: 16px;
  line-height: 26px;
  color: #111111;
  background-color: white; }

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

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

.columns > .content {
  width: 617px;
  float: left;
  border-width: 0 1px 0 0;
  border-style: solid;
  border-color: #dddddd; }

.columns > .sidebar {
  width: 280px;
  float: right;
  padding: 26px 26px 0 26px; }

/*
 * ---:[ 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;
  width: 758px;
  float: right;
  margin-top: 80px; }

.menu li {
  position: relative;
  float: left;
  margin-bottom: -1px; }

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

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

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

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

.menu a,
.menu_control {
  display: block;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #111111;
  padding: 0.5em 1em; }

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

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

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

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

.menu .current-menu-item > a {
  border-bottom: 1px solid #2f3974;
  color: #2f3974;
  cursor: text; }

.menu .sub-menu .current-menu-item > a {
  border-bottom-color: #dddddd; }

.my-para {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(images/new-boston.jpg);
  background-position: top center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  border-top: 3px solid #2f3974;
  border-bottom: 3px solid #2f3974; }

.parallax-text {
  display: block;
  color: white;
  text-align: center;
  padding: 200px 10px 200px 10px;
  font-weight: 700;
  font-size: 60px;
  line-height: 145%;
  text-shadow: 4px 4px 4px black; }

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

.grt h1,
.grt .headline {
  font-size: 33px;
  line-height: 49px; }

.grt .headline {
  margin: 0; }

.headline,
.headline a {
  color: #111111; }

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

.grt h2 {
  margin-top: 42px;
  margin-bottom: 16px; }

.grt h2,
.grt h3 {
  color: #111111; }

.grt h3 {
  font-weight: bold; }

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

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

.grt h1,
.grt p,
.grt ul,
.grt ol,
.grt blockquote,
.grt pre,
.grt dl,
.grt dd,
.grt .center,
.grt .block,
.grt .aligncenter,
.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,
.headline_area {
  margin-bottom: 26px; }

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

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

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

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

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

.grt .footnotes p {
  margin-bottom: 16px; }

/*
 * ---:[ custom text styles ]:---
 */
.grt ul {
  list-style-type: square; }

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

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

.grt blockquote {
  color: #888888;
  margin-left: 16px;
  padding-left: 16px;
  border-left: 1px solid #dddddd; }

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

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

.grt .frame,
.grt .post_image_box,
.grt .wp-caption {
  border: 1px solid #dddddd;
  background-color: #eeeeee;
  padding: 16px; }

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

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

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

.grt .wp-caption p {
  font-size: 13px;
  line-height: 23px; }

.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: #ffe2e2;
  border: 1px solid #ffb2b2; }

.grt .footnotes {
  font-size: 13px;
  line-height: 23px;
  border-top: 1px dotted #dddddd;
  padding-top: 26px; }

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

.grt .footnotes,
.grt sub,
.grt sup,
.grt .post_cats,
.grt .post_tags,
.byline,
.byline a {
  color: #888888; }

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

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

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

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

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

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

.grt .author_description {
  border-top: 1px dotted #dddddd;
  padding-top: 26px; }

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

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

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

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

/*
 * ---:[ post box structural styles ]:---
 */
.bc-home .post_box {
  padding: 0px;
  border: none; }


.top {
  border-top: 0; }

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

.num_comments_link:hover {
  background-color: #eeeeee; }

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

.bracket {
  color: #dddddd; }

/*
 * ---:[ misc. content elements ]:---
 */
.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: 23px;
  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;
  margin-bottom: 16px;
  padding: 0 26px; }

.comments_intro a:hover {
  text-decoration: underline; }

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

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

.comment {
  border-bottom: 1px dotted #dddddd;
  padding: 26px; }

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

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

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

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

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

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

.comment_date a {
  color: #888888; }

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

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

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

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

.comment_nav {
  font-size: 13px;
  line-height: 23px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-style: dotted;
  border-color: #dddddd;
  padding: 16px 26px; }

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

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

.next_comments {
  float: right; }

/*
 * ---:[ inputs ]:---
 */
input[type="text"],
input[type="number"],
input[type="tel"],
input[type="email"],
input[type="password"],
select,
textarea,
.input_text {
  font-family: inherit;
  font-size: inherit;
  line-height: 1em;
  font-weight: inherit;
  color: #111111;
  border: 1px solid #dddddd;
  background-color: #eeeeee;
  padding: 0.35em;
  box-sizing: border-box; }

input[type="text"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
textarea:focus,
.input_text:focus {
  border-color: #eeeeee;
  background-color: white; }

textarea,
textarea.input_text {
  line-height: inherit; }

/*
 * ---:[ buttons ]:---
 */
button,
input[type="submit"],
.input_submit {
  font-family: inherit;
  line-height: 1em;
  font-weight: bold;
  border: 3px double #dddddd;
  background-color: white;
  padding: 0.5em; }

button:hover,
input[type="submit"]:hover,
.input_submit:hover,
button:active,
input[type="submit"]:active,
.input_submit:active {
  background-color: #eeeeee;
  transition: background-color 0.3s; }

/*
 * ---:[ misc. form elements ]:---
 */
fieldset legend {
  font-weight: bold; }

.grt fieldset {
  margin-top: 26px;
  margin-bottom: 26px; }

.grt fieldset legend {
  margin-bottom: 16px; }

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

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

.comment_form_title {
  color: #111111;
  margin: -26px;
  border-bottom: 1px dotted #dddddd;
  padding: 0 26px 16px 26px; }

#commentform label {
  display: block; }

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

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

.comment_moderated {
  font-weight: bold; }

#commentform .input_text {
  width: 50%; }

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

#commentform .input_submit {
  font-size: 26px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.sidebar .post_content,
.widget li ul,
.widget li ol,
.sidebar .search-form input[type="submit"] {
  margin-top: 12px; }

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

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

/*
 * ---:[ footer ]:---
 */
.footer {
  font-size: 16px;
  line-height: 17px;
  text-align: left;
  color: white;
  width: 999999px;
  max-width: 100%;
  background: #2f3974; }

.f-wrap {
  width: 1200px;
  max-width: 95%;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 50px 0px; }

.footer a {
  color: white; }

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

.f-widgets {
  display: inline-block;
  width: 24%;
  vertical-align: top; }

.f-widgets h2 {
  display: block;
  margin-bottom: 15px; }

/*
 * ---:[ custom template styles ]:---
 */
body.landing {
  padding-top: 0; }

.landing .container {
  width: 617px; }

.landing .header,
.landing .headline_area,
.landing .footer {
  text-align: center; }

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

.header {
  width: 100%;
  border-bottom: 3px solid #fcd74a;
  background: white; }

.blue_bar {
  width: 100%;
  background: #2f3974;
  border-bottom: 3px solid #fcd74a;
  box-sizing: border-box;
  padding: 10px;
  color: white;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4); }

.address-header {
  display: block;
  float: left;
  width: 70%; }

.header-container {
  width: 1600px;
  max-width: 100%;
  margin: 0 auto; }

.who-we-are,
.areas {
  width: 1200px;
  max-width: 95%;
  margin: 80px auto; }

.social-header {
  display: block;
  float: right;
  width: 20%;
  text-align: right; }

.address-header a,
.social-header a {
  color: white;
  text-decoration: none; }

.address-header a:hover,
.social-header a:hover {
  color: #fcd749; }

.logo {
  display: inline-block;
  width: 250px;
  max-width: 95%;
  box-sizing: border-box;
  padding: 15px; }

.hp-contact-us {
  width: 100%;
  background: #2f3974;
  border-bottom: 3px solid #fcd74a;
  border-top: 3px solid #fcd74a;
  box-sizing: border-box;
  padding: 15px;
  color: white;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
  text-align: center; }

.hp-contact-us a {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 22px;
  color: white; }

.hp-contact-us a:hover {
  text-decoration: underline; }

.wwa-image,
.wwa-text {
  display: inline-block;
  vertical-align: top; }

.wwa-image {
  width: 35%;
  margin-right: 2%; }

.wwa-text {
  width: 60%; }

.wwa-text h1,
.areas h1 {
  display: block;
  margin-bottom: 15px;
  color: #333333;
  font-size: 40px;
  font-weight: 700;
  line-height: 145%; }

.wwa-text p,
.areas p {
  display: block;
  margin-bottom: 20px;
  color: #333333;
  font-size: 16px; }

.hp-service {
  width: 100%;
  background: #2f3974;
  color: white;
  box-sizing: border-box;
  padding: 50px 0px;
  border-bottom: 3px solid #fcd74a;
  border-top: 3px solid #fcd74a; }

.hp-service h2 {
  color: white;
  font-weight: 700;
  margin-top: 0px; }

.hp-service-con {
  width: 1200px;
  max-width: 95%;
  margin: 0 auto; }

.hp-service p {
  margin: 20px 0px; }

.hp-packaging,
.hp-emergency,
.hp-transport {
  display: inline-block;
  box-sizing: border-box;
  width: 33%;
  padding: 0px 20px;
  vertical-align: top; }

.s-icon {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  padding: 0px 0px 10px 10px; }

.s-text {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  padding: 0px 10px 10px 0px; }

.s-icon {
  width: 25%; }

.s-text {
  width: 72%; }

a.blue-btn {
  display: block;
  color: white;
  font-size: 16px;
  background: #2f3974;
  font-weight: 700;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
  padding: 8px 15px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center; }

.areas {
  text-align: center; }

a.blue-btn:hover {
  text-decoration: none;
  background: #fcd749; }

a.a-btn {
  width: 255px; }

a.test-btn {
  width: 330px;
  max-width: 95%;
  margin: 0 auto; }

a.yellow-btn {
  color: white;
  font-size: 16px;
  background: #fcd749;
  font-weight: 700;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
  padding: 8px 15px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px; }

.areas {
  text-align: center; }

a.yellow-btn:hover {
  text-decoration: none;
  color: #2f3974;
  background: white; }

.copy {
  display: block;
  background: white;
  color: #2f3974;
  text-align: center;
  font-size: 14px;
  padding: 15px; }

.copy a {
  color: #2f3974;
  text-decoration: none; }

.copy a:hover {
  color: #2f3974;
  text-decoration: underline; }

.ihc {
  position: relative; }

.ihc img {
  position: relative;
  margin-bottom: 40px; }

.template-page  .headline_area {
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
  box-sizing: border-box;
  padding: 30px 10px;
  margin: 10px 0px;
  border-bottom: 2px solid #2f3974;
  border-top: 2px solid #2f3974;
  width: 100%;
  bottom: 0px; }

.template-page  .headline_area h1 {
  color: #2f3974;
  font-weight: bold;
  font-size: 45px;
  line-height: 135%;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5); }

h1.page-h-one {
  color: #2f3974;
  font-weight: bold;
  font-size: 45px;
  line-height: 135%;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
  border-bottom: 2px solid #2f3974;
  border-top: 2px solid #2f3974;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  padding: 30px 10px;
  margin: 40px 0px; }

.about-wrap {
  display: flex;
  justify-content: center; }

.about-wrap p {
  margin-bottom: 20px; }

.about-wrap .about-text-left,
.about-wrap .about-text-right,
.about-wrap .about-image-left,
.about-wrap .about-image-right,
.wg-image-right,
.wg-image-left,
.trans-image-right,
.trans-image-right-two,
.trans-image-left,
.pack-image-right,
.pack-image-left,
.crate-image-right,
.crate-image-left-two {
  width: 50%;
  box-sizing: border-box;
  padding: 100px; }

.about-wrap.yellow {
  background: #fcd74a;
  color: #2f3974;
  margin-bottom: 40px;
  border-bottom: 2px solid #2f3974;
  border-top: 2px solid #2f3974;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3); }

.about-wrap.blue {
  background: #2f3974;
  color: white;
  margin-bottom: 40px;
  border-bottom: 2px solid #fcd74a;
  border-top: 2px solid #fcd74a;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.9); }

.about-image-right {
  background-image: url('images/about-image-right.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }

.about-image-left {
  background-image: url('images/about-image-left.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }

.wg-image-right {
  background-image: url('images/wg2.jpg');
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat; }

.wg-image-left {
  background-image: url('images/wg1.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }

.trans-image-right {
  background-image: url('images/sp3.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }

.trans-image-right-two {
  background-image: url('images/sp1.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }

.trans-image-left {
  background-image: url('images/sp2.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }

.pack-image-right {
  background-image: url('images/pack1.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }

.pack-image-left {
  background-image: url('images/new-pack-bg.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }

.crate-image-right {
  background-image: url('images/comm-crate.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }

.crate-image-left-two {
  background-image: url('images/res-crate.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }

.insta-contain h2 {
  display: block;
  width: 100%;
  color: white;
  text-align: center;
  box-sizing: border-box;
  padding: 15px 5px;
  background: #2f3974;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);
  border-bottom: 3px solid #fcd74a;
  border-top: 3px solid #fcd74a; }

.insta-contain h2 a {
  color: white; }

.insta-contain h2 a:hover {
  text-decoration: underline; }

/*
 * ---:[ 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,
.blue_bar:after,
.header-container:after {
  display: table;
  clear: both;
  content: ''; }

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

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


  .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%;
    border-width: 0;
    color: white;
    background-color: #2f3974;
    padding: 1em 26px;
    cursor: pointer;
    box-sizing: border-box;
    text-align: center; }

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

  .show_menu {
    display: block; }

  .menu .sub-menu {
    position: static;
    display: block;
    margin: 0;
    border-top: 1px solid #dddddd;
    padding-left: 26px; }

  .menu li {
    width: 100%;
    float: none;
    margin-bottom: 0; }

  .menu .sub-menu li {
    width: 100%; }

  .menu a {
    border-width: 1px 1px 0 0;
    background-color: white;
    padding: 1em 26px; }

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

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

  .menu li:first-child > a:first-child {
    border-top-width: 0; }

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

  .logo {
    display: block;
    margin: 0 auto; }

  a.a-btn {
    margin: 0 auto; }

  .hp-packaging,
  .hp-emergency,
  .hp-transport {
    display: block;
    width: 1065px;
    max-width: 95%;
    margin: 0 auto;
    text-align: center; }

  .s-icon,
  .s-text {
    display: block;
    width: 1065px;
    max-width: 95%;
    margin: 0 auto;
    text-align: center; }

  .wwa-image {
    display: block;
    width: 380px;
    max-width: 85%;
    margin: 0 auto;
    text-align: center; }

  .wwa-text {
    display: block;
    width: 1065px;
    max-width: 95%;
    margin: 0 auto;
    text-align: center; }

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

  .social-header {
    display: none; }

  div#text-2,
  div#text-3,
  div#text-4 {
    display: block;
    width: 1065px;
    max-width: 90%;
    text-align: center;
    margin: 0px auto 20px; }

  div#text-5 {
    display: block;
    width: 400px;
    max-width: 90%;
    text-align: center;
    margin: 0 auto; }

  .about-wrap {
    flex-direction: column; }

  .about-wrap .about-text-left,
  .about-wrap .about-text-right,
  .about-wrap .about-image-left,
  .about-wrap .about-image-right,
  .wg-image-right,
  .wg-image-left,
  .trans-image-right,
  .trans-image-right-two,
  .trans-image-left,
  .pack-image-right,
  .pack-image-left,
  .crate-image-right,
  .crate-image-left-two {
    width: 100%; }

  .about-wrap .about-text-left,
  .about-wrap .about-text-right {
    padding: 30px; }

  .about-wrap .about-image-left,
  .about-wrap .about-image-right,
  .wg-image-right,
  .wg-image-left,
  .trans-image-right,
  .trans-image-right-two,
  .trans-image-left,
  .pack-image-right,
  .pack-image-left,
  .crate-image-right,
  .crate-image-left-two {
    padding: 0px;
    height: 40vh; }

  .template-page  .headline_area {
    position: relative; }

  .raq a {
    top: auto;
    bottom: 0;
    right: 0; } }

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

  .menu > li > a {
    border-left-width: 0; }

  .grt .frame,
  .grt .post_image_box,
  .grt .wp-caption {
    box-sizing: border-box; } }

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

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

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

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

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

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

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

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

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

  .grt blockquote {
    margin-left: 0; }

  .comment_date {
    display: none; } }