/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden {
  display: none !important; }

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screen readers, but maintain layout
 */
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
.fullW.fullW {
  width: auto; }

.half {
  display: inline-block;
  vertical-align: top;
  width: 49.5%;
  padding: 0 2%; }

/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
/* apply a natural box layout model to all elements, but allowing components to change */
html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight: a
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
html {
  font-family: Georgia, Times, serif;
  background: url(../img/extra_clean_paper.png) repeat; }

h1 {
  font-variant: small-caps;
  text-transform: capitalize; }

li a + span {
  display: block; }

.photo {
  margin: 0.5em;
  border-radius: .25em; }

.legal {
  margin-top: 1em;
  font-size: .85em; }

.small {
  font-size: .8em;
  line-height: 8px;
  text-align: justify; }

.slogan {
  background-color: #022b42;
  color: #e9e1d5;
  text-align: center; }
  .slogan::after, .slogan::before {
    content: "";
    background: url(../img/rope-border-hor.png) repeat-x;
    width: 100.5%;
    height: 6px;
    position: absolute;
    left: -4px; }
  .slogan p {
    margin: 0;
    padding: 0.25em;
    font-style: italic;
    text-shadow: 1px 1px 3px black; }

.bConsulting h2 {
  margin-bottom: 0; }

a[href^="tel:"] {
  margin-bottom: 0.5em; }

header.main {
  background: #422E28 url(../img/header/header-otherState.jpg) no-repeat center center; }

form label {
  display: block;
  margin: 0 0 1em;
  text-indent: 1em; }
  form label input,
  form label select,
  form label textarea {
    display: block;
    padding: 0.25em;
    width: 100%; }

form input[type="submit"] {
  padding: 0.25em; }

nav.main {
  background-color: #52312a;
  z-index: 234; }
  nav.main .menu {
    padding: 0;
    margin: 0; }
  nav.main li {
    padding: 0.25em 0.25em; }
  nav.main .menu ul {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    font-size: .65em;
    background-color: #52312a;
    list-style-type: none; }
    nav.main .menu ul.focusable:active, nav.main .menu ul.focusable:focus {
      clip: auto;
      height: auto;
      margin: 0;
      overflow: visible;
      position: static;
      width: auto; }
    nav.main .menu ul li {
      border-bottom: 1px solid #74453b; }
  nav.main .menu li:hover,
  nav.main .menu li.clicked {
    box-shadow: 3px 4px 5px rgba(0, 0, 0, 0.25);
    border-left: 1px solid #482b25; }
    nav.main .menu li:hover ul,
    nav.main .menu li.clicked ul {
      position: relative;
      float: left;
      clip: auto;
      height: auto;
      margin: 0;
      overflow: visible;
      width: 100%; }
  nav.main a {
    color: whitesmoke;
    display: block;
    height: 100%;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    font-kerning: normal; }
    nav.main a:hover {
      color: white;
      background-color: #412721;
      text-shadow: 1px 1px 3px black; }
  nav.main li.on {
    background-color: #412721;
    text-shadow: 1px 1px 3px black; }

header h1 {
  color: white;
  font-size: 2.5em;
  line-height: .7em;
  font-family: 'Trajan Pro 3', 'Cinzel', Trajan, Georgia, Garamond, "Times New Roman", serif;
  font-weight: normal;
  margin: 0 0 2.3em;
  padding-top: 1em;
  text-align: center;
  width: 100%; }
  header h1 i {
    color: lightgray;
    font-family: Georgia, Garamond, "Times New Roman", serif;
    display: block;
    font-size: .36em;
    text-align: center;
    text-transform: initial;
    letter-spacing: 8px;
    margin-bottom: .35em;
    font-style: normal; }
  header h1 span {
    color: #7d8c9a;
    display: block;
    font-size: 1.87rem;
    border-top: 1px solid #6b7884;
    margin: 4px auto auto;
    padding-top: 6px;
    width: 56%; }

.welcomeList {
  padding-right: 3em;
  list-style-position: inside; }
  .welcomeList li {
    margin-top: .5em;
    margin-bottom: .3em;
    padding-bottom: .3em; }

main, footer, aside {
  padding: 0.5em;
  position: relative; }

article.main,
footer.main {
  padding: 1.25em; }

main {
  font-family: Georgia, Times, serif;
  background-color: #cbc4bc;
  overflow: hidden;
  padding-top: 0 !important;
  padding-bottom: 0 !important; }
  main::before, main::after {
    content: "";
    background: url(../img/rope-border-ver.png) repeat-y;
    width: 8px;
    height: 4000px;
    position: absolute;
    z-index: 999; }
  main::before {
    left: 0px; }
  main::after {
    right: 0px;
    top: 0; }

aside.main {
  background-color: #bbb5ad; }

blockquote {
  text-align: justify;
  line-height: 1.23em;
  margin: 1em 1.75em 3.5em; }
  blockquote em {
    font-size: .9em;
    text-align: right;
    display: block;
    margin-right: 2em;
    margin-top: 1em; }
  blockquote:hover {
    background-color: #c0b7ae; }

footer {
  background-color: #022d45;
  color: whitesmoke;
  clear: both;
  display: block;
  font-size: .85em; }
  footer::before {
    content: "";
    background: url(../img/rope-border-hor.png) repeat-x;
    width: 100.5%;
    height: 6px;
    position: absolute;
    left: -2px;
    top: 0; }
  footer a {
    color: whitesmoke;
    display: block; }
    footer a:hover {
      color: white;
      text-decoration: none;
      text-shadow: 2px 2px 2px black; }
  footer a[href^="tel:"],
  footer a[href^="mailto:"] {
    padding-left: 0.75em; }

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
  main, footer, aside {
    padding: 0.5em;
    position: relative; }
  header.main {
    background: #422E28 url(../img/header/header-otherState.jpg) no-repeat center 18px;
    padding-bottom: 0;
    margin-bottom: 0; }
  .slogan {
    height: 40px;
    font-size: 1.15em; }
  main {
    max-width: 980px;
    margin: auto;
    padding-left: 6px;
    padding-right: 6px; }
    main > header ~ * {
      display: inline-block;
      vertical-align: top; }
  nav.main {
    height: 49px;
    text-align: center;
    position: relative; }
    nav.main li {
      padding: inherit; }
    nav.main .menu > li {
      font-size: 1.31em;
      display: inline-block;
      width: 24%;
      height: 100%;
      padding: 0; }
      nav.main .menu > li a {
        line-height: 1.6em;
        padding: 0.5em 0.25em 0.25em; }
  article.main,
  aside.main {
    min-height: 500px; }
    article.main.main,
    aside.main.main {
      padding-top: 1em; }
  article.main {
    width: 69.5%;
    padding: 3%; }
  aside.main {
    width: 30%;
    background-color: #bbb5ad;
    padding: 2%; }
  footer.main {
    display: block;
    height: 172px;
    padding-left: 1%;
    padding-right: 1%; }
    footer.main > * {
      display: inline-block;
      width: 30%;
      padding: 0 1%;
      vertical-align: top; }
    footer.main > *:first-child {
      width: 38%; }
  .photo {
    float: left;
    margin: 0.5em 1em 0.5em 0; } }

@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */ }

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after,
  *:first-letter,
  *:first-line {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }
