/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */

/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * 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
   ========================================================================== */

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * 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;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
  visibility: hidden;
}

/*
 * 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: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    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 {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

/*
  HHTS Modifications and Specializations
*/

.display_inline-block {display: inline-block;}
.display_inline {display: inline;}
.display_block {display: block;}
.float_right {float: right;}
.float_left {float: left;}
.bold {font-weight: bold;}
.underline {text-decoration: underline;}
.bolder {font-weight: bolder;}
.center {
  margin: 0 auto;
  display: block;
  width: 100%;
  text-align: center;
}
.font-logo,
.font-byline{
  font-family: "Open Sans", sans-serif;
  color: rgba(39, 85, 151, 1);
  letter-spacing: .05em;
  white-space: nowrap;

}
.font-body,
.font-accent,
.font-accent_splashy,
.font-accent_demure,
.font-impact,
.font-impact_splashy,
.font-whisper,
.font-whisper_splashy,
.font-contact {
  font-family: "Open Sans", sans-serif;
  color: rgba(39, 85, 151, 1);
  letter-spacing: .05em;

}
.font-logo { color: rgba(39, 85, 151, 1);}
.font-byline { color: rgba(39,85,151,.8);}
.font-body { color: rgba(74,50,4,1);}

.font-contact {color: rgba(128,128,128,0.8)}
.font-impact,
.font-impact_splashy {
  color: rgba(255,255,255,1);
  letter-spacing: 0.05em;
}
.font-accent,
.font-accent_splashy,
.font-accent_demure {
  color: rgba(12,38,74,1);
}

.font-whisper,
.font-whisper_splashy {
  color: rgba(150,112,39,1);
}
.font-impact_demure,
.font-accent_demure,
.font-whisper_demure
.font-accent,
.font-whisper {
  text-align: left;
}

.colorblock_test {background: conic-gradient(from 0deg at 0% 0%, rgba(0,100,0,0.05), rgba(0,100,0,0.5) 180deg);}
.colorblock_logo {
  background: linear-gradient(0.1turn, rgba(0,100,0,0.5), rgba(0,100,0,0.05), rgba(0,100,0,0.0),rgba(0,100,0,0.05), rgba(0,100,0,0.5));
}
.colorblock_right { background: linear-gradient(to right, rgba(74,50,4,0.05), rgba(74,50,4,0.5));}
.colorblock_left { background: linear-gradient(to left, rgba(74,50,4,0.05), rgba(74,50,4,0.5));}
.colorblock_accent { background: rgba(82,142,227,0.89);}
.colorblock_impact { background: rgba(12,38,74,1);}
.colorblock_whisper { background: linear-gradient(0.1turn, rgba(150,112,39,0.1), rgba(150,112,39,0.0));}
.colorblock_whisper_try { background: conic-gradient(from 0deg at 50% -25%, rgba(150,112,39,0.1), rgba(150,112,39,0.5) 360deg);}

.constrain_logo {
  height: 100%;
  min-height: 40px;
  max-height: 120px;
  padding: 1% 2% 1% 2%;
}
.balance_logo {
  width: 70%;
}
@media screen and (min-width: 1350px) {
  .control_block {
    width: 100%;
    max-width: 1440px;
    min-width: 1350px;
    overflow: hidden;
  }

  .font-logo {
    font-size: xxx-large;
    font-weight: bolder;
    text-wrap: none;
  }
  .font-byline {
    font-size: 1.8em;
    text-wrap: avoid;
  }
  .font-body {
    font-size: 1em;
    color: rgba(74,50,4,1);
    margin-top: 25px;
    padding: 25px;
    padding-bottom: 50px;
    text-align: left;
  }

  .font-impact_splashy,
  .font-accent_splashy,
  .font-whisper_splashy {
    font-size: 2.2em;
  }

  .font-accent,
  .font-whisper {
    font-size: 1.7em;
  }

  .font-impact_demure,
  .font-accent_demure,
  .font-whisper_demure {
    font-size: 1.4em;
  }
  .full_width {
    width: 100%;
    max-width: 1440px;
  }
  .major_width {
    width: 40%;
    max-width: 576px;
  }
  .minor_width {
    width: 20%;
    max-width: 288px;
  }
  .half_width {
    width: 50%;
    max-width: 720px;
    min-width: 480px;
  }
  .threefifths_width {
    width: 60%;
    max-width: 864px;
    min-width: 810px;
  }
  .twofifths_width {
    width: 40%;
    max-width: 576px;
    min-width: 540px;
  }

  .byline {
    height: 40px;
    max-height: 40px;
    overflow: hidden;
    vertical-align: middle;
    padding: 20px;

  }
  .byline {
    min-width: 480px;
  }
  .logo {
    overflow: hidden;
    vertical-align: middle;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .logo_break {
    height: 40px;
    max-height: 40px;
    vertical-align: middle;
    padding: 20px;
    overflow: hidden;
  }

  .first-class-padding {
    padding: 40px;
  }

  .first-class-margins {
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .narrow_padding {
    padding: 8px;
  }

  .page_padding {
    padding: 40px;
    padding-top: 2px;
  }
  .add_bottom_padding {
    padding-bottom: 80px;
  }
  .add_top_padding {
    padding-top: 40px;
  }
  .drop_left_padding {
    padding-left: 2px;
  }
  .drop_right_padding {
    padding-right: 2px;
  }
  .drop_bottom_padding {
    padding-bottom: 2px;
  }
  .huge_margins {
    margin: 40px;
  }
  .wide-right {
    margin-right: 10px;
  }
  .extra-wide-right {
    margin-right: 20px;
  }
  .wide-left {
    margin-left: 10px;
  }
  .extra-wide-left {
    margin-left: 20px;
  }
}

@media screen and (min-width: 980px) and (max-width: 1350px) {
  .control_block {
    width: 100%;
    max-width: 1350px;
    min-width: 980px;
    overflow: hidden;
  }
  .full_width {
    width: 100%;
  }
  .major_width {
    width: 50%;
    max-width: 775px;
  }
  .minor_width {
    display: none;
  }
  .byline {
    overflow: hidden;
    vertical-align: middle;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .logo {
    overflow: hidden;
    vertical-align: middle;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .font-logo {
    font-size: 2.4em;
    font-weight: bolder;
    text-wrap: none;
  }
  .font-byline {
    font-size: 1.7em;
    text-wrap: avoid;
  }
  .font-body {
    font-size: 1em;
    margin-top: 25px;
    padding: 25px;
    padding-bottom: 50px;
    text-align: left;
  }

  .font-impact_splashy,
  .font-accent_splashy,
  .font-whisper_splashy {
    font-size: 1.7em;
  }

  .font-accent,
  .font-whisper {
    font-size: 1.4em;
  }

  .font-impact_demure,
  .font-accent_demure,
  .font-whisper_demure {
    font-size: 1.2em;
  }
  .threefifths_width {
    width: 60%;
    max-width: 810px;
    min-width: 576px;
  }
  .twofifths_width {
    width: 40%;
    max-width: 540px;
    min-width: 384px;
  }
  .first-class-padding {
    padding: 25px;
  }
  .add_bottom_padding {
    padding-bottom: 50px;
  }
  .half_width {
    width: 50%;
    max-width: 775px;
  }
  .narrow_padding {
    padding: 8px;
  }
  .page_padding {
    padding: 25px;
    padding-top: 2px;
  }
  .drop_left_padding {
    padding-left: 2px;
  }
  .drop_right_padding {
    padding-right: 2px;
  }
}

@media screen and (min-width: 375px) and (max-width: 980px) {

  .colorblock_right {
    background: linear-gradient(to left, rgba(0,100,0,0.05), rgba(0,100,0,0.5));
  }
  .colorblock_left {
    background: linear-gradient(to left, rgba(0,100,0,0.05), rgba(0,100,0,0.5));
  }

  .control_block {
    width: 100%;
    max-width: 959px;
    min-width: 375px;
    overflow: hidden;
  }
  .full_width {
    width: 100%;
  }
  .major_width {
    width: 100%;
    max-width: 959px;
  }
  .minor_width {
    display: none;
  }
  .byline {
    overflow: hidden;
    vertical-align: middle;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .logo {
    overflow: hidden;
    vertical-align: middle;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .font-logo {
    font-size: 1.6em;
    font-weight: bolder;
    text-wrap: none;
  }
  .font-byline {
    font-size: 1.4em;
    text-wrap: avoid;
  }
  .font-body {
    font-size: 1em;
    margin-top: 25px;
    padding: 25px;
    padding-bottom: 50px;
    text-align: left;
  }

  .font-impact_splashy,
  .font-accent_splashy,
  .font-whisper_splashy {
    font-size: 1.6em;
  }

  .font-accent,
  .font-whisper {
    font-size: 1.4em;
  }

  .font-impact_demure,
  .font-accent_demure,
  .font-whisper_demure {
    font-size: 1.2em;
  }
  .threefifths_width {
    width: 100%;
  }
  .twofifths_width {
    width: 100%;
  }

  .first-class-padding {
    padding: 15px;
  }
  .add_bottom_padding {
    padding-bottom: 30px;
  }
  .half_width {
    /* full screen at this resolution */
    width: 100%;
  }

  .narrow_padding {
    padding: 8px;
  }

  .page_padding {
    padding: 25px;
    padding-top: 2px;
  }
  .drop_left_padding {
    padding-left: 2px;
  }
  .drop_right_padding {
    padding-right: 2px;
  }
}


@media screen and (max-width: 375px) {

  .colorblock_right {
    background: linear-gradient(to left, rgba(0,100,0,0.05), rgba(0,100,0,0.5));
  }
  .colorblock_left {
    background: linear-gradient(to left, rgba(0,100,0,0.05), rgba(0,100,0,0.5));
  }

  .control_block {
    overflow: hidden;
    width: 100%;
    max-width: 375px;
  }
  .full_width {
    width: 100%;
  }
  .major_width {
    width: 100%;
    max-width: 375px;
  }
  .minor_width {
    display: none;
  }
  .byline {
    overflow: hidden;
    vertical-align: middle;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .logo {
    overflow: hidden;
    vertical-align: middle;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .font-logo {
    font-size: 1.6em;
    font-weight: bolder;
    text-wrap: none;
  }
  .font-byline {
    font-size: 1.4em;
    text-wrap: avoid;
  }
  .font-body {
    font-size: 1em;
    margin-top: 25px;
    padding: 25px;
    padding-bottom: 50px;
    text-align: left;
  }

  .font-impact_splashy,
  .font-accent_splashy,
  .font-whisper_splashy {
    font-size: 1.4em;
  }

  .font-accent,
  .font-whisper {
    font-size: 1.2em;
  }

  .font-impact_demure,
  .font-accent_demure,
  .font-whisper_demure {
    font-size: 1em;
  }
  .threefifths_width {
    width: 100%;
  }
  .twofifths_width {
    width: 100%;
  }

  .first-class-padding {
    padding: 8px;
  }
  .add_bottom_padding {
    padding-bottom: 16px;
  }
  .half_width {
    /* full screen at this resolution */
    width: 100%;
  }

  .narrow_padding {
    padding: 4px;
  }

  .page_padding {
    padding: 25px;
    padding-top: 2px;
  }
  .drop_left_padding {
    padding-left: 2px;
  }
  .drop_right_padding {
    padding-right: 2px;
  }
}




