@charset "UTF-8";
/*:::: (3) GLOBAL STYLES :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
@import url("https://fonts.googleapis.com/css2?family=Architects+Daughter&family=Barlow+Condensed:wght@100;200;300;400;500;600;700;800;900&family=Roboto+Mono:wght@100;300;500&family=Source+Code+Pro:wght@200;400&family=Roboto+Condensed:wght@300;400;700&family=Oswald:wght@200;300;400;500;600;700&family=Roboto+Condensed:wght@300;400;700&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, input, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video,
* {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, container {
  display: block;
  box-sizing: border-box;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

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

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.red {
  color: #B23115;
}

.red2 {
  color: #7f3010;
}

.tan {
  color: #C1BEA4;
}

.blue {
  color: #3F7188;
}

.orange {
  color: #EB5E28;
}

.green {
  color: #255428;
}

.gold {
  color: gold;
}

.lime {
  color: #86b300;
}

/*
.trans {
    // parallax shrink and sticky header on scroll
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.trans_slow {
    // parallax shrink and sticky header on scroll
    -webkit-transition: all .75s ease-in-out;
    -moz-transition: all .75s ease-in-out;
    -o-transition: all .75s ease-in-out;
    transition: all .75s ease-in-out;
}
.trans_medium {
    // parallax shrink and sticky header on scroll
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.trans_fast {
    // parallax shrink and sticky header on scroll
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

*/
/*
@mixin flexbox {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: center;

    >* {
        ul {
            padding-top: 0;
            margin-top: 0;
        }
    }
}
*/
/*
font-family: 'Architects Daughter', cursive;
font-family: 'Barlow Condensed', sans-serif;
font-family: 'Roboto Mono', monospace;
font-family: 'Source Code Pro', monospace;

*/
/*
font-family: 'Asap', sans-serif;
font-family: 'Asap Condensed', sans-serif;
font-family: 'Open Sans', sans-serif;
font-family: 'Oswald', sans-serif;
*/
/*main {
    .row {
        .sites_group {
            .col {
                .website_pod {
                    h3 a {
                        font-family: $font-base !important;
                        font-weight: 100 !important;
                    }
                    &:nth-of-type(2) {
                        h3 a {
                            font-family: $font2 !important;
                        }
                    }
                    &:nth-of-type(3) {
                        h3 a {
                            font-family: $font3 !important;
                        }
                    }
                    &:nth-of-type(4) {
                        h3 a {
                            font-family: $font4 !important;
                        }
                    }
                    &:nth-of-type(5) {
                        h3 a {
                            font-family: $font5 !important;
                        }
                    }
                    &:nth-of-type(6) {
                        h3 a {
                            font-family: $font6 !important;
                        }
                    }
                    &:nth-of-type(7) {
                        h3 a {
                            font-family: $font7 !important;
                        }
                    }
                    &:nth-of-type(8) {
                        h3 a {
                            font-family: $font8 !important;
                        }
                    }
                    &:nth-of-type(9) {
                        h3 a {
                            font-family: $font9 !important;
                        }
                    }
                    &:nth-of-type(10) {
                        h3 a {
                            font-family: $font10 !important;
                        }
                    }
                    &:nth-of-type(11) {
                        h3 a {
                            font-family: $font11 !important;
                        }
                    }
                    &:nth-of-type(12) {
                        h3 a {
                            font-family: $font12 !important;
                        }
                    }
                }
            }
        }
    }
}
*/
/*    .test_fonts {
        div h4 {
            border-bottom: 1px solid $gray;
            margin-bottom: .5rem;
        }
        div:nth-of-type(1) h4:after {
            content: "Weight";
            font-family: $font-base;
            line-height: 1.2;
        }
        div:nth-of-type(2) h4:after {
            content: "Open Sans";
            font-family: $font-base;
            line-height: 1.2;
        }
        div:nth-of-type(3) h4:after {
            content: "Oswald";
            font-family: $font-alt;
            line-height: 1.2;
        }
        div:nth-of-type(4) h4:after {
            content: "Montserrat";
            font-family: $font-alt2;
            line-height: 1.2;
        }

        div {
            font-size: 1.25rem;
            line-height: 1.1; 
            color: #444; 
            padding: .125rem 0; 
            margin: 0;

            &:nth-of-type(1) {
                div {
                    font-family: $font-base;
                }
            }
            &:nth-of-type(2) {
                div {
                    font-family: $font-base;
                }
            }
            &:nth-of-type(3) {
                div {
                    font-family: $font-alt;
                }
            }
            &:nth-of-type(4) {
                div {
                    font-family: $font-alt2;
                }
            }
        }
        div {
            &:nth-of-type(1) {
                font-weight: 100;
            }
            &:nth-of-type(2) {
                font-weight: 200;
            }
            &:nth-of-type(3) {
                font-weight: 300;
            }
            &:nth-of-type(4) {
                font-weight: 400;
            }
            &:nth-of-type(5) {
                font-weight: 500;
            }
            &:nth-of-type(6) {
                font-weight: 600;
            }
            &:nth-of-type(7) {
                font-weight: 700;
            }
        }
    }    
*/
html {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body {
  font-size: 0.6 75rem;
  font-family: "Asap", sans-serif;
  font-weight: 400;
  color: #625B5B;
  line-height: 1.3;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*.minute { font-size: $minute};    // 8px
.ittybitty { font-size: $ittybitty};    // 10px
.tiny { font-size: $tiny};              // 12px
.smaller { font-size: $smaller};        // 13px
.small { font-size: $small};            // 15px
.default { font-size: $default};        // 16px
.large { font-size: $large};            // 18px
.larger { font-size: $larger};          // 24px
.xlarge { font-size: $xlarge};          // 32px
.x2large { font-size: $x2large};        // 48px*/
.white {
  color: #FFFFFF;
}

.black {
  color: #262626;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Oswald", sans-serif;
  line-height: 1.3;
  color: #262626;
  font-weight: 400;
  letter-spacing: 0.0125rem;
  margin: 1.5rem 0 0.5rem;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  text-decoration: none;
  border-bottom: 0;
}

h1 {
  font-size: 2rem;
}

h2 {
  font-size: 1.75rem;
  text-align: center;
}

h3 {
  font-size: 1.5rem;
  line-height: 1.1;
  /*
  &:after {
      content: ""; // This is necessary for the pseudo element to work. 
      display: block; // This will put the pseudo element on its own line.
      margin: 2rem auto;
      width: 3rem;
      //padding-top: 20px; 
      border-bottom: 2px solid $gray;
      text-align: center;
  }
  */
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.5rem;
  color: #C1BEA4;
}

h6 {
  font-size: 1.25rem;
  font-weight: 600;
}

* {
  font-family: "Asap", sans-serif;
  color: #FFFFFF;
  line-height: 20px;
  border-collapse: collapse;
}

h1, h2, h3, h4, h5, h6 {
  color: rgb(211, 211, 211);
}

h1 {
  font-size: 2rem;
  padding: 2rem 0 0 0;
  margin: 0;
  font-weight: normal;
}

h2 {
  font-size: 1.5rem;
  color: rgb(190, 190, 190);
  font-weight: 400;
  letter-spacing: 0.025rem;
  text-transform: uppercase;
  float: left;
  clear: both;
  display: block;
  width: 100%;
  padding: 0 0 5px 0;
}

h3 {
  text-transform: uppercase;
  font-size: 1.25rem;
}

h4 {
  font-size: 1rem;
}

h5 {
  font-size: 1.25rem;
  letter-spacing: 0.075rem;
  font-weight: 500;
  text-transform: uppercase;
  color: #C1BEA4;
  font-family: "Asap", sans-serif;
}
h5.fishing {
  color: #3F7188;
}
h5.fishing i {
  color: aqua;
}
h5.boats {
  color: aquamarine;
}
h5.boats i {
  color: gold;
}
h6 {
  font-size: 1rem;
  text-transform: uppercase;
  font-family: "Barlow Condensed", sans-serif;
}

p {
  font-size: 1.25rem;
  line-height: 1.75;
  padding: 0.25rem 0 0.75rem;
}

@media (min-width: 750px) {
  body.catid-2.id-24 div[itemprop=articleBody] .two_col {
    -moz-columns: 2;
    columns: 2;
    vertical-align: top; /* Chrome, Safari, Opera */
    -moz-column-gap: 40px; /* Firefox */
    column-gap: 40px;
  }
}
/*
ul {
    padding: .25rem 0 1rem;

    li {
        padding: .125rem .75rem .25rem;
        line-height: 1.4;
        font-size: $default;
    }
    &.bulleted {
        list-style: disc;
        padding: 1.5rem 0 1.5rem 1.25rem;

        @include flexbox;
        flex-wrap: wrap;

        li {
            width: 45%;
        }
    }
}
*/
ul {
  padding: 0.25rem 0 0.25rem;
  margin: 0;
}
ul li {
  list-style: none;
  /*margin-left: 2rem;
  padding: .125rem .75rem .25rem .5rem;
  line-height: 1.4;
  font-size: $default;
  list-style: disc;*/
}
ul.link_group li a {
  padding: 0.125rem 0 0.125rem 1.5rem;
  display: block;
}
ul.bulleted li {
  list-style: none;
  margin-left: 0;
}
ul.bulleted li:before {
  content: "\f058";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  padding-right: 1rem;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
@media screen and (min-width: 750px) {
  ul.bulleted li {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    align-content: center;
    flex-wrap: wrap;
    justify-content: flex-start;
    vertical-align: top;
  }
  ul.bulleted li > li {
    padding: 0;
    margin: 0;
  }
  ul.bulleted.bulleted_two_col {
    flex-wrap: wrap;
  }
  ul.bulleted.bulleted_two_col li {
    width: 47%;
    display: inline-block;
  }
}
/*
hr { 
    // 18 options:  https://css-tricks.com/examples/hrs/
    // really cool: https://www.formget.com/css-hr/
    border:none;
    height: 20px;
    width: 90%;
    height: 50px;
    margin-top: 0;
    border-bottom: 1px solid #1f1209;
    box-shadow: 0 20px 20px -20px #333;
    //margin: -20px auto 30px;    
    margin: 0px auto 60px;    
}
*/
hr {
  border: none;
  height: 0;
  width: 100%;
  border-bottom: 1px solid #1f1209;
  margin: 35px auto 45px;
  position: relative;
}
hr#system-readmore {
  border: 0;
  height: 0;
  margin: 0;
}
hr:after {
  content: "";
  position: absolute;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 1rem;
  background-color: #262626;
  display: block;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 10px solid #FFFFFF;
}

blockquote {
  font: 14px/22px normal helvetica, sans-serif;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 50px;
  padding-left: 15px;
  border-left: 3px solid #ccc;
  quotes: "“" "”";
}
blockquote:before {
  color: #808080;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote .quoted {
  text-align: right;
}

code {
  font-family: monospace;
  font-style: normal;
  line-height: 1;
}

a {
  color: rgb(211, 211, 211);
  text-decoration: none;
  border: 0;
  outline: none;
  transition: color 0.125s linear;
}
a:hover {
  cursor: pointer;
  color: #EB5E28;
}

p.drop:first-letter {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 5.5rem;
  float: left;
  line-height: 0.6; /* from 1 */
  margin-right: 0.075em;
}

.nowrap {
  white-space: nowrap;
}

.more {
  font-family: "Oswald", sans-serif;
  color: #B23115;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.03rem;
  transition: all 0.35s ease-in-out;
}
.more span:after {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  font-size: 1.5rem;
  padding-left: 0.5rem;
  text-align: right;
  font-weight: 100;
  padding-right: 40%;
  transition: all 0.35s ease-in-out;
}
.more:hover {
  letter-spacing: 0.1rem;
  text-shadow: 0 0 35px rgba(0, 0, 0, 0.7);
}
.more:hover span:after {
  text-shadow: 0 0 35px rgba(0, 0, 0, 0.7);
  padding-right: 0;
}

.alert,
.alert a {
  font-size: 0.875rem;
  color: gold;
}
.alert span,
.alert a span {
  color: gold;
  font-style: italic;
}

body.catid-13.id-46 .page-header h1[itemprop=headline],
body.catid-13.id-46 div[itemprop=articleBody], body.catid-13.id-47 .page-header h1[itemprop=headline],
body.catid-13.id-47 div[itemprop=articleBody], body.catid-13.id-48 .page-header h1[itemprop=headline],
body.catid-13.id-48 div[itemprop=articleBody], body.catid-13.id-49 .page-header h1[itemprop=headline],
body.catid-13.id-49 div[itemprop=articleBody], body.catid-13.id-50 .page-header h1[itemprop=headline],
body.catid-13.id-50 div[itemprop=articleBody] {
  text-align: center;
}

.button {
  -webkit-appearance: none;
  border-radius: 3px;
  cursor: pointer;
  display: table;
  font-family: "Asap", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.05rem;
  line-height: 1;
  margin: 1rem 0;
  outline: 0;
  padding: 1.125rem 2rem 1rem;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid rgb(128, 128, 128);
  color: #625B5B;
  background-color: rgba(0, 0, 0, 0.1);
  transition: all 0.35s ease-in-out;
}
.button.blue {
  border: 1px solid #3F7188;
  color: #3F7188;
  background-color: rgba(255, 255, 255, 0.2);
}
.button.blue:hover, .button.blue:focus {
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid #3F7188;
  color: #3F7188;
}
.button.ghost {
  border: 1px solid rgb(102, 102, 102);
  color: rgb(102, 102, 102);
  background-color: rgba(255, 255, 255, 0) !important;
}
.button.ghost:hover, .button.ghost:focus {
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid #3F7188;
  color: #3F7188;
}
.button.promo {
  border: 1px solid rgb(255, 255, 255);
  color: rgb(255, 255, 255);
  background-color: rgba(0, 0, 0, 0);
}
.button.promo:hover, .button.promo:focus {
  border: 1px solid rgb(245, 245, 245);
  color: rgb(245, 245, 245);
  background-color: rgba(0, 0, 0, 0.1);
}
.button.white {
  border: 1px solid rgb(255, 255, 255);
  color: rgb(255, 255, 255);
  background-color: rgba(0, 0, 0, 0);
}
.button.white:hover, .button.white:focus {
  border: 1px solid rgb(245, 245, 245);
  color: rgb(245, 245, 245);
  background-color: rgba(0, 0, 0, 0.1);
}
.button.black {
  border: 1px solid rgba(0, 0, 0, 0.4);
  color: #262626;
  background-color: rgba(0, 0, 0, 0.05);
}
.button.black:hover, .button.black:focus {
  background-color: #262626 !important;
  color: rgb(245, 245, 245);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
@media screen and (max-width: 750px) {
  .button {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    display: block;
  }
}
/** {
	margin: 0px;
	padding: 0px;
	font-family: 'Asap', sans-serif;
	border-collapse: collapse;
}*/
/**** GLOBALS ******************************/
header,
main,
footer {
  width: 100%;
}
header .row,
main .row,
footer .row {
  overflow: hidden;
  display: block;
  padding: 0 5.25vw;
}
@media screen and (min-width: 360px) {
  header .row,
  main .row,
  footer .row {
    padding: 0 4vw;
  }
}
@media screen and (min-width: 700px) {
  header .row,
  main .row,
  footer .row {
    padding: 0 8vw;
  }
}
@media screen and (min-width: 1000px) {
  header .row,
  main .row,
  footer .row {
    padding: 0 4vw;
  }
}
@media screen and (min-width: 1400px) {
  header .row,
  main .row,
  footer .row {
    padding: 0 7vw;
  }
}
@media screen and (min-width: 1600px) {
  header .row,
  main .row,
  footer .row {
    padding: 0 12vw;
  }
}
@media screen and (min-width: 1900px) {
  header .row,
  main .row,
  footer .row {
    padding: 0 20vw;
  }
}

/**** COLUMNS ******************************/
.row.three,
.three {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  align-content: center;
}
.row.three > li,
.three > li {
  padding: 0;
  margin: 0;
}
.row.three > div,
.three > div {
  flex-basis: 100%;
}
@media screen and (min-width: 700px) {
  .row.three,
  .three {
    justify-content: space-between;
    align-items: flex-start;
  }
  .row.three > div,
  .three > div {
    flex-basis: 27%;
  }
}
.row.four,
.four {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  align-content: center;
  flex-wrap: wrap;
  gap: 1rem; /* optional */
  --cols: 1; /* change to 2,3,4… */
  --gap: 1rem;
  /* each item's percentage width, accounting for the gap */
  --basis: calc((100% - (var(--cols) - 1) * var(--gap)) / var(--cols));
}
.row.four > li,
.four > li {
  padding: 0;
  margin: 0;
}
.row.four > div,
.four > div {
  flex: 0 1 var(--basis); /* grow:0, shrink:1, basis:% */
  max-width: var(--basis); /* clamp to the basis */
  min-width: 0; /* allow shrinking below content min-size */
  box-sizing: border-box; /* padding/border stay inside the basis */
}
.row.four > div *,
.four > div * {
  min-width: 0; /* critical for nested flex children */
  overflow-wrap: anywhere; /* wrap long words/URLs */
  word-break: break-word; /* extra safety for older engines */
  -webkit-hyphens: auto;
          hyphens: auto; /* optional, if you use hyphen dictionaries */
}
@media screen and (min-width: 700px) {
  .row.four,
  .four {
    --cols: 2; /* change to 2,3,4… */
  }
}
@media screen and (min-width: 1000px) {
  .row.four,
  .four {
    --cols: 3; /* change to 2,3,4… */
  }
}
@media screen and (min-width: 1200px) {
  .row.four,
  .four {
    --cols: 4; /* change to 2,3,4… */
  }
}
/**** SITE LISTINGS ******************************/
.controls {
  font-size: 1.25rem;
  text-transform: uppercase;
  font-weight: normal;
  color: #AFB0AD;
}
.controls a {
  text-transform: uppercase;
  font-weight: normal;
  text-decoration: underline;
  color: #AFB0AD;
  font-size: 1.25rem;
}
.controls a i {
  font-size: 1.25rem;
}

.directions {
  background: url(/images/icons/directions_icon.png) no-repeat left bottom;
  padding: 6px 0 0 25px;
}

#company_info ul {
  list-style: none;
}

#company_info ul li {
  float: left;
  padding: 0 125px 0 0;
  font-size: 0.9em;
}

#company_info ul li a {
  color: #066480;
}

#company_info ul li {
  line-height: 1.5em;
  float: left;
}

/**** STRUCTURE ******************************/
body {
  background: #343434;
}

header .logo {
  display: none;
}
header {
  padding-top: 2vh;
}
header .row ul#top_menu {
  border-bottom: 1px solid rgb(105, 105, 105);
}
main {
  padding-bottom: 5vh;
}
main .row h2 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  align-content: center;
  align-items: center;
}
main .row h2 > li {
  padding: 0;
  margin: 0;
}
main .row h2 span.sep {
  font-size: 1.25rem;
  font-weight: 100;
  color: rgb(128, 128, 128);
  opacity: 0.25;
}
main .row h2 span.controls {
  padding-left: 0.75rem;
}
main .row h2 span.controls a {
  padding: 0.25rem 0.25rem;
}
main .row h2 span.controls a i {
  color: #EB5E28;
  font-size: 1rem;
  font-weight: 200;
  transition: all 0.35s ease-in-out;
}
main .row h2 span.controls a:hover i {
  font-weight: 500;
}
main .row .sites_group .col .website_pod {
  display: block;
  width: 100%;
  margin-bottom: 1.5rem;
}
main .row .sites_group .col .website_pod h3 {
  margin: 0 0 0.25rem;
  padding: 0;
  line-height: 1.3;
}
main .row .sites_group .col .website_pod h3 a {
  font-family: "Architects Daughter", cursive;
  letter-spacing: 0.2rem;
  font-weight: 400;
  font-size: 1.75rem;
  text-transform: lowercase;
  white-space: nowrap;
}
main .row .sites_group .col .website_pod h3 a .site_favicon {
  display: inline;
}
main .row .sites_group .col .website_pod h3 a .site_favicon img {
  width: auto;
  height: 1.25rem;
  vertical-align: middle;
}
main .row .sites_group .col .website_pod .link_buttons {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  align-content: center;
  flex-wrap: nowrap;
  justify-content: space-between;
}
main .row .sites_group .col .website_pod .link_buttons > li {
  padding: 0;
  margin: 0;
}
main .row .sites_group .col .website_pod .link_buttons div {
  text-align: center;
  padding: 0.5rem 0 0 0;
  margin: 0;
  flex-basis: 12.5vw;
}
main .row .sites_group .col .website_pod .link_buttons div a {
  font-size: 1.75rem;
}
main .row .sites_group .col .website_pod .link_buttons div a .fa-stack {
  height: 1em;
  width: 1em;
  font-size: 1.75rem;
  line-height: 1;
}
main .row .sites_group .col .website_pod .link_buttons div a .fa-stack-2x {
  font-size: 0.925rem;
  line-height: 1.75;
}
main .row .sites_group .col .website_pod .link_buttons div a:before {
  color: #fff;
  display: block;
  position: absolute;
  top: 55%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  z-index: 100;
  font-family: "asap", sans-serif;
  display: none !important;
}
main .row .sites_group .col .website_pod .link_buttons div a:hover {
  opacity: 0.5;
  cursor: pointer;
}
main .row .sites_group .col .website_pod .link_buttons div.local a i {
  color: gold;
}
main .row .sites_group .col .website_pod .link_buttons div.staging a i {
  color: #EB5E28;
}
main .row .sites_group .col .website_pod .link_buttons div.production a i {
  color: #3F7188;
}
main .row .sites_group .col .website_pod .link_buttons div.ecom a i {
  color: #86b300;
}
main .row .sites_group .col .website_pod .link_buttons div.no_link a i {
  color: #343434;
}
main .row .sites_group .col .website_pod .link_buttons div.no_link a:hover {
  cursor: default;
}
@media screen and (min-width: 600px) {
  main .row .sites_group .col .website_pod {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    align-content: center;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.875rem;
  }
  main .row .sites_group .col .website_pod > li {
    padding: 0;
    margin: 0;
  }
  main .row .sites_group .col .website_pod h3 {
    flex-basis: 35%;
    overflow: hidden;
  }
  main .row .sites_group .col .website_pod h3 a {
    font-size: 1rem;
  }
  main .row .sites_group .col .website_pod .link_buttons {
    flex-basis: 65%;
  }
  main .row .sites_group .col .website_pod .link_buttons div {
    padding: 0;
  }
  main .row .sites_group .col .website_pod .link_buttons div a {
    font-size: 1.75rem;
    border-radius: 0;
    transition: all 0.1s ease-in-out;
  }
  main .row .sites_group .col .website_pod .link_buttons div a:before {
    font-weight: 500;
    transition: all 0.5s ease-in-out;
  }
  main .row .sites_group .col .website_pod .link_buttons div a:hover:before {
    color: #262626;
    font-weight: 700;
    opacity: 1;
  }
}
@media screen and (min-width: 1000px) {
  main .row .sites_group {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    align-content: center;
    justify-content: space-between;
  }
  main .row .sites_group > li {
    padding: 0;
    margin: 0;
  }
  main .row .sites_group .col {
    flex-basis: 47%;
    overflow: hidden;
  }
  main .row .sites_group .col .website_pod {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
  }
  main .row .sites_group .col .website_pod > li {
    padding: 0;
    margin: 0;
  }
  main .row .sites_group .col .website_pod h3 {
    flex-basis: 50%;
    overflow: hidden;
    margin-bottom: 0;
  }
  main .row .sites_group .col .website_pod h3 a {
    font-weight: 300;
  }
  main .row .sites_group .col .website_pod .link_buttons {
    flex-basis: 50%;
    overflow: hidden;
  }
  main .row .sites_group .col .website_pod .link_buttons div {
    flex-basis: 12.5%;
  }
  main .row .sites_group .col .website_pod .link_buttons div a {
    width: 100%;
    height: 5.5555555556vh;
    font-size: 1.5rem;
    background-color: rgba(255, 255, 255, 0) !important;
    border-radius: 0.5rem;
    transition: all 0.1s ease-in-out;
  }
  main .row .sites_group .col .website_pod .link_buttons div a:hover {
    border-radius: 100px;
  }
  main .row .sites_group .col .website_pod .link_buttons div a:before {
    font-weight: 500;
    transition: all 0.5s ease-in-out;
    border: 1.5px solid #7EAA2F;
    border: 0 !important;
    border-radius: 0.5rem;
    width: -webkit-fill-available;
    height: 80%;
    line-height: 2.5;
  }
  main .row .sites_group .col .website_pod .link_buttons div a:hover:before {
    color: #262626;
    font-weight: 700;
    opacity: 1;
    line-height: 2;
  }
}
@media screen and (min-width: 1400px) {
  main .row .sites_group .col .website_pod .link_buttons div a:before {
    line-height: 3;
  }
}
@media screen and (min-width: 1600px) {
  main .row .sites_group .col .website_pod .link_buttons div a {
    height: 4.5454545455vh;
  }
}
@media screen and (min-width: 1900px) {
  main .row .sites_group .col .website_pod .link_buttons div a {
    height: 4.1666666667vh;
  }
  main .row .sites_group .col .website_pod .link_buttons div a:before {
    line-height: 3;
  }
}

/**** ADD SITE *********************************/
form#add_new {
  padding: 2vh 5vw;
}
form#add_new fieldset {
  margin: 1rem 0;
  padding: 0.25rem 1rem 1rem;
  border: 1px solid rgb(211, 211, 211);
  border-radius: 7px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap !important;
}
form#add_new fieldset legend {
  background: #333;
  padding: 0 1rem 0 0.5rem;
}
form#add_new fieldset legend input {
  margin-right: 0.5rem;
}
form#add_new fieldset > li {
  padding: 0;
  margin: 0;
}
form#add_new fieldset label {
  flex-basis: 30%;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
  line-height: 1;
  text-align: right;
}
form#add_new fieldset input[type=text] {
  width: 100%;
  flex-basis: 65%;
  margin: 0.25rem 0;
}
form#add_new fieldset input[type=checkbox] {
  display: inline-block;
  width: 1.3em;
  height: 1.3em;
  background-color: white;
  border-radius: 50%;
  vertical-align: middle;
  border: 1px solid #ddd;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
  transition: all 0.1s ease-in-out;
}
form#add_new fieldset input[type=checkbox]:focus {
  outline-color: #FFFFFF;
  outline-offset: 2px;
  outline-width: 8px;
  outline-style: dotted;
}
form#add_new fieldset input[type=checkbox]:checked {
  background-color: #EB5E28;
}
form#add_new fieldset input[type=checkbox]:checked:focus {
  outline-color: #EB5E28;
}
form#add_new fieldset input[type=checkbox]:active {
  background-color: #EB5E28;
}
form#add_new fieldset input[type=text],
form#add_new fieldset select {
  border: 2px solid #333;
  transition: all 0.1s ease-in-out;
  background-color: #ccc;
}
form#add_new fieldset input[type=text]:focus, form#add_new fieldset input[type=text]:focus-visible,
form#add_new fieldset select:focus,
form#add_new fieldset select:focus-visible {
  border: #EB5E28;
  outline-color: #EB5E28;
  border: 2px solid #EB5E28;
  background-color: rgb(245, 245, 245);
}
form#add_new fieldset select {
  padding: 0.25rem 1rem;
}
form#add_new fieldset:first-of-type input[type=text] {
  width: 100%;
  flex-basis: 100%;
}
form#add_new input[type=submit] {
  font-size: 1.5rem;
  display: block;
  border-radius: 7px;
  text-transform: uppercase;
  background-color: rgb(211, 211, 211);
  margin: 5vh auto;
  padding: 0.5rem 2rem 0.25rem 1.75rem;
  transition: all 0.1s ease-in-out;
}
form#add_new input[type=submit]:hover {
  background-color: #EB5E28;
  color: #FFFFFF;
  cursor: pointer;
}
form#add_new .wp {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  align-content: center;
  align-items: center;
  align-content: center;
}
form#add_new .wp > li {
  padding: 0;
  margin: 0;
}
form#add_new .wp label {
  flex-basis: 85%;
  line-height: 1;
  margin-bottom: 0;
}
form#add_new .wp input {
  margin: 1rem 1rem 1rem 1.5rem;
}
form#add_new .wp input[type=checkbox] {
  display: inline-block;
  width: 1.3em;
  height: 1.3em;
  background-color: white;
  border-radius: 50%;
  vertical-align: middle;
  border: 1px solid #ddd;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
  transition: all 0.1s ease-in-out;
}
form#add_new .wp input[type=checkbox]:focus {
  outline-color: #FFFFFF;
  outline-offset: 2px;
  outline-width: 8px;
  outline-style: dotted;
}
form#add_new .wp input[type=checkbox]:checked {
  background-color: #EB5E28;
}
form#add_new .wp input[type=checkbox]:checked:focus {
  outline-color: #EB5E28;
}
form#add_new .wp input[type=checkbox]:active {
  background-color: #EB5E28;
}
form#add_new .wp input:focus, form#add_new .wp input:focus-visible {
  border: red;
  outline-color: red;
}
/**** TEMP URL IP *********************************/
.row.temp_holding {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  align-content: center;
  align-items: flex-end;
  flex-wrap: wrap !important;
  padding-bottom: 4vh;
}
.row.temp_holding > li {
  padding: 0;
  margin: 0;
}
.row.temp_holding .temp_hold_col {
  flex-basis: 100%;
}
.row.temp_holding .temp_hold_col .pod {
  flex-basis: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  align-content: center;
  flex-wrap: wrap !important;
}
.row.temp_holding .temp_hold_col .pod > li {
  padding: 0;
  margin: 0;
}
.row.temp_holding .temp_hold_col .pod h5 {
  flex-basis: 100%;
  font-size: 1rem;
}
.row.temp_holding .temp_hold_col .pod a {
  flex-basis: 100%;
  padding-bottom: 4px;
  padding-left: 1rem;
}
.row.temp_holding .temp_hold_col .pod form {
  flex-basis: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  align-content: center;
  align-content: center;
  align-items: center;
}
.row.temp_holding .temp_hold_col .pod form > li {
  padding: 0;
  margin: 0;
}
.row.temp_holding .temp_hold_col .pod form .input_text {
  flex-basis: 80%;
  margin: 0;
  padding: 0.5rem;
  height: 3.5rem;
  border-radius: 10px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.row.temp_holding .temp_hold_col .pod form .input_text.temp_notes {
  height: 10rem;
  vertical-align: top;
}
.row.temp_holding .temp_hold_col .pod form .button {
  flex-basis: 12.5%;
  height: 100%;
  border: 1px solid #ccc;
  padding: 0.5rem;
  margin: 0;
  height: 3.5rem;
  width: 100%;
  border-radius: 10px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: 1px solid #666;
  font-weight: normal;
  font-size: 0.875rem;
  letter-spacing: 0.05rem;
}
.row.temp_holding .temp_hold_col .pod form .button:hover {
  background: #3F7188;
}
.row.temp_holding .temp_hold_col .pod form .button.temp_notes {
  height: 10rem;
}
.row.temp_holding .temp_hold_col .pod form .button.btn_clear {
  flex-basis: 12.5%;
  border-right: 0 !important;
  border-radius: 0 !important;
  position: relative;
}
.row.temp_holding .temp_hold_col .pod form .button.btn_clear:hover {
  background-color: #7f3010;
}
@media screen and (min-width: 1000px) {
  .row.temp_holding .temp_hold_col .pod {
    flex-basis: 30%;
  }
  .row.temp_holding .temp_hold_col .pod h5 {
    flex-basis: 100%;
  }
  .row.temp_holding .temp_hold_col .pod a {
    flex-basis: 100%;
  }
  .row.temp_holding .temp_hold_col .pod form {
    flex-basis: 100%;
  }
  .row.temp_holding .temp_hold_col .pod form .input_text {
    flex-basis: 70%;
  }
  .row.temp_holding .temp_hold_col .pod form .button {
    flex-basis: 12.5%;
  }
  .row.temp_holding .temp_hold_col .pod form .button .btn_clear {
    flex-basis: 12.5%;
  }
}
/**** PAGE LINKS *********************************/
main .row.three div ul.link_group li {
  display: block;
  padding: 0 0 0 1rem;
}
main .row.three div ul.link_group li a {
  display: inline-block;
  padding: 0.375rem 0 0.375rem 0;
}

/**** PAGES *********************************/
body#fonts .fonts_inputs {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  align-content: center;
  flex-wrap: wrap;
  align-items: baseline;
}
body#fonts .fonts_inputs > li {
  padding: 0;
  margin: 0;
}
body#fonts .fonts_inputs button {
  height: 2rem;
  margin-right: 1%;
  flex-basis: 6%;
  margin-bottom: 1rem;
  color: #000;
  border-radius: 4px;
  background-color: #aaa;
}
body#fonts .fonts_inputs button em {
  color: #262626;
}
body#fonts .fonts_inputs button.preset {
  flex-basis: 12%;
}
body#fonts .fonts_inputs button.preset.name {
  flex-basis: 20%;
}
body#fonts .fonts_inputs button.red {
  color: #B23115;
}
body#fonts .fonts_inputs button.active {
  background-color: orange;
}
body#fonts .fonts_inputs button#removeStyles {
  flex-basis: 23%;
  height: 2.5rem;
}
body#fonts .fonts_inputs input {
  margin-right: 1rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
body#fonts .fonts_inputs input:nth-of-type(3n) {
  flex-basis: 20%;
}
body#fonts .fonts_inputs.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.7);
  background-color: #343434;
}
body#fonts .font-sample {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  align-content: center;
  padding-bottom: 1rem;
}
body#fonts .font-sample > li {
  padding: 0;
  margin: 0;
}
body#fonts .font-sample label {
  order: 2;
  flex-basis: 30%;
  font-size: 100%;
  font-weight: 400;
  transition: all 0.35s ease-in-out;
  cursor: pointer;
}
body#fonts .font-sample .font-preview.sample {
  order: 1;
  flex-basis: 68%;
  font-size: 140%;
}
body#fonts .font-sample:hover label {
  color: orange;
}
body#fonts .gf_code {
  display: none;
  margin-top: 10px;
  padding: 0 3vw 4vh;
}
body#fonts .gf_code * {
  color: limegreen;
}
@media screen and (min-width: 360px) {
  body#fonts .fonts_inputs.sticky {
    background-color: #343434;
  }
}
@media screen and (min-width: 600px) {
  body#fonts .fonts_inputs {
    flex-wrap: wrap;
  }
  body#fonts .fonts_inputs input {
    flex-basis: 30%;
  }
  body#fonts .fonts_inputs input:first-of-type {
    flex-basis: 75%;
  }
  body#fonts .fonts_inputs.sticky {
    padding-top: 1rem;
    background-color: #343434;
  }
}
@media screen and (min-width: 1000px) {
  body#fonts .fonts_inputs {
    flex-wrap: wrap;
  }
  body#fonts .fonts_inputs input:first-of-type {
    flex-basis: 20%;
    margin-left: 2%;
  }
  body#fonts .fonts_inputs.sticky {
    left: 0;
    padding: 1vh 4vw 0;
  }
}
@media screen and (min-width: 1400px) {
  body#fonts .fonts_inputs button {
    flex-basis: 4%;
  }
  body#fonts .fonts_inputs button.preset {
    flex-basis: 6%;
  }
  body#fonts .fonts_inputs.sticky {
    padding: 1vh 7vw 0;
  }
}
@media screen and (min-width: 1600px) {
  body#fonts .fonts_inputs button {
    flex-basis: 4%;
  }
  body#fonts .fonts_inputs button.preset {
    flex-basis: 6%;
  }
  body#fonts .fonts_inputs.sticky {
    padding: 1vh 12vw 0;
  }
}
@media screen and (min-width: 1900px) {
  body#fonts .fonts_inputs button {
    flex-basis: 4%;
  }
  body#fonts .fonts_inputs button.preset {
    flex-basis: 6%;
  }
  body#fonts .fonts_inputs.sticky {
    padding: 1vh 17vw 0;
  }
}
@media screen and (min-width: 2000px) {
  body#fonts .fonts_inputs button {
    flex-basis: 4%;
  }
  body#fonts .fonts_inputs button.preset {
    flex-basis: 6%;
  }
  body#fonts .fonts_inputs.sticky {
    padding: 1vh 20vw 0;
  }
}

body#fonts .form_add {
  padding-top: 1rem;
}
body#fonts .form_add form button {
  color: #262626;
  padding: 0.5rem 1rem 0.375rem;
  border-radius: 4px;
  background-color: gold;
}
@media screen and (min-width: 600px) {
  body#fonts .form_add form {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    align-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: baseline;
    align-content: baseline;
  }
  body#fonts .form_add form > li {
    padding: 0;
    margin: 0;
  }
  body#fonts .form_add form > * {
    white-space: nowrap;
    height: 2.5rem;
  }
  body#fonts .form_add form label {
    display: inline;
    margin-right: 1rem;
  }
  body#fonts .form_add form label:nth-of-type(2) {
    margin-left: 1rem;
  }
  body#fonts .form_add form select {
    display: inline;
  }
  body#fonts .form_add form button {
    display: inline;
    margin-left: 1rem;
  }
}
input[type=email],
input[type=number],
input[type=search],
input[type=text],
input[type=tel],
input[type=url],
input[type=password],
input[type=submit],
option,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #262626;
}

input[type=email]:focus,
input[type=number]:focus,
input[type=search]:focus,
input[type=text]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=submit]:focus,
input[type=radio]:focus,
option:focus,
select:focus,
textarea:focus,
textarea:active,
select:focus {
  border: 1px solid #EB5E28;
  outline: 0;
  background-color: #FFFFFF;
}

label,
legend {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 600;
}

fieldset {
  padding: 0;
  border-width: 0;
}

input[type=checkbox],
input[type=radio] {
  display: inline;
}

label > .label-body {
  display: inline-block;
  margin-left: 0.5rem;
  font-weight: normal;
}

input[type=email],
input[type=number],
input[type=search],
input[type=text],
input[type=tel],
input[type=url],
input[type=password],
textarea,
select {
  height: 2.5rem;
  width: 100%;
  padding: 0.5rem 1rem 0.5rem 0.75rem;
  background-color: rgb(245, 245, 245);
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box;
  line-height: 1.5;
  margin-bottom: 1rem;
  transition: all 0.35s ease-in-out;
}

::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #625B5B;
  opacity: 1; /* Firefox */
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #625B5B;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #625B5B;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #625B5B;
}

textarea {
  min-height: 4rem;
}

select {
  vertical-align: middle;
  white-space: nowrap;
  background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%3E%3Ctitle%3Edown-arrow%3C%2Ftitle%3E%3Cg%20fill%3D%22%23000000%22%3E%3Cpath%20d%3D%22M10.293%2C3.293%2C6%2C7.586%2C1.707%2C3.293A1%2C1%2C0%2C0%2C0%2C.293%2C4.707l5%2C5a1%2C1%2C0%2C0%2C0%2C1.414%2C0l5-5a1%2C1%2C0%2C1%2C0-1.414-1.414Z%22%20fill%3D%22%23000000%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat rgb(245, 245, 245) 98% 50%;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
select:invalid {
  color: #625B5B;
}
select.has-placeholder {
  color: #625B5B;
}
select [disabled] {
  color: #625B5B;
}
select option {
  color: #625B5B;
}

.hide {
  display: none;
}

form.contact_form {
  padding-bottom: 4rem;
}
form.contact_form div .input_section.gonna_get_you_sucka {
  position: absolute;
  left: -2000px;
}
form.contact_form div .input_section label {
  display: none;
}
form.contact_form div .input_section .missing_info {
  margin-top: -10px;
  padding: 0 0 1rem 0.75rem;
  color: #B23115;
  font-size: 0.875rem;
}

@media (min-width: 750px) {
  form.contact_form {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    align-content: center;
    flex-wrap: wrap;
  }
  form.contact_form > li {
    padding: 0;
    margin: 0;
  }
  form.contact_form .input_section {
    flex-basis: 47%;
  }
  form.contact_form .input_section.input_textarea, form.contact_form .input_section.submit {
    width: 100%;
    flex-basis: 100%;
    display: inline-block;
    text-align: center;
    background: none;
  }
  form.contact_form .input_section.input_textarea input, form.contact_form .input_section.submit input {
    width: 33%;
  }
}
/**** TOP MENU *********************************/
ul#top_menu {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  align-content: center;
  justify-content: space-between;
  padding-bottom: 1rem;
}
ul#top_menu > li {
  padding: 0;
  margin: 0;
}
ul#top_menu li {
  list-style: none;
  text-align: center;
  margin-bottom: 1rem;
}
ul#top_menu li a {
  display: block;
  text-decoration: none;
  padding: 0.5rem 0.5rem 0.5rem 0.25rem;
  font-size: 1.25rem;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  letter-spacing: 0.025rem;
  height: 5rem;
}
ul#top_menu li a span {
  display: block;
  font-size: 1.5rem;
  height: 2.25rem;
  color: rgb(190, 190, 190);
}
ul#top_menu li a.active {
  color: #EB5E28;
}
ul#top_menu li.spacer {
  width: 0.125rem;
  margin: 0 0.5rem;
  border-right: 1px solid rgb(105, 105, 105);
}
@media screen and (min-width: 700px) {
  ul#top_menu li {
    margin-bottom: 0;
  }
  ul#top_menu li a {
    font-size: 1rem;
    padding: 0.5rem 0.5rem 0.5rem 0.25rem;
    font-weight: 300;
    letter-spacing: 0.025rem;
    height: 3rem;
  }
  ul#top_menu li a span {
    font-size: 1rem;
    height: 1.5rem;
  }
}
/**** TOOL MENU *********************************/
#main_menu {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  align-content: center;
  flex-wrap: wrap;
  padding-top: 0.5rem;
}
#main_menu > li {
  padding: 0;
  margin: 0;
}
#main_menu > ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  align-content: center;
  align-content: flex-start;
  align-items: flex-start;
  position: relative;
  padding: 0 2rem 0 0;
  font-size: 2rem;
}
#main_menu > ul > li {
  padding: 0;
  margin: 0;
}
#main_menu > ul li a {
  padding: 2rem 0.75rem 1.25rem 0.5rem;
  display: block;
}
#main_menu > ul li a i {
  font-size: 2rem;
  line-height: 1;
  color: rgb(128, 128, 128);
  transition: all 0.1s ease-in-out;
}
#main_menu > ul li a i strong {
  color: rgb(128, 128, 128);
}
#main_menu > ul li a i img {
  height: 2rem;
  width: auto;
}
#main_menu > ul li a:hover i,
#main_menu > ul li a:hover i strong {
  color: #EB5E28;
}
#main_menu > ul li:first-of-type a {
  padding-left: 0;
}
#main_menu > ul:before {
  position: absolute;
  white-space: nowrap;
  font-family: "Oswald", sans-serif;
  font-size: 1.5rem;
  color: rgb(128, 128, 128);
  line-height: 1.5rem;
  font-weight: 300;
  letter-spacing: 0.02rem;
}
#main_menu > ul.netgear:before {
  content: "netgear";
}
#main_menu > ul.access_point:before {
  content: "access pt";
}
#main_menu > ul.FreeNAS:before {
  content: "FreeNAS";
}
#main_menu > ul.hosting:before {
  content: "hosting";
}
#main_menu > ul.cloudflare:before {
  content: "cloudflare";
}
#main_menu > ul.cloudflare li i,
#main_menu > ul.cloudflare li i strong {
  color: #EB5E28;
}
#main_menu > ul.mamp:before {
  content: "mamp";
}
#main_menu > ul.postmark:before {
  content: "postmark";
}
#main_menu > ul.postmark a.postmark img {
  height: 22px;
  width: auto;
}
#main_menu > ul.shopify:before {
  content: "shopify";
}
#main_menu > ul.codekit:before {
  content: "codekit";
}
#main_menu > ul.codekit li:nth-of-type(2) i,
#main_menu > ul.codekit li:nth-of-type(5) i,
#main_menu > ul.codekit li:nth-of-type(8) i {
  color: #B23115;
  font-size: 1.25rem;
}
#main_menu > ul.launch {
  color: #3F7188;
}
#main_menu > ul.launch:before {
  content: "launch";
  color: gold;
}
#main_menu > ul.launch *,
#main_menu > ul.launch a,
#main_menu > ul.launch i {
  color: #3F7188;
}
#main_menu > ul.launch *:hover,
#main_menu > ul.launch a:hover,
#main_menu > ul.launch i:hover {
  color: #86b300;
}
#main_menu > ul.printer:before {
  content: "HP printer";
}
#main_menu > ul.flexbox i {
  color: gold;
}
#main_menu > ul.flexbox:before {
  content: "flexbox";
}
#main_menu > ul.QBO:before {
  content: "QBO";
}
#main_menu > ul.google:before {
  content: "google";
}
#main_menu > ul.cache:before {
  content: "cache";
}
#main_menu > ul.cache a,
#main_menu > ul.cache a span,
#main_menu > ul.cache a i {
  color: #B23115;
}
#main_menu > ul.temp_url:before {
  content: "temp url";
}
#main_menu > ul.tools:before {
  content: "tools";
}
#main_menu > ul.epb:before {
  content: "epb";
}
#main_menu > ul.lucid:before {
  content: "lucid";
}
#main_menu > ul.font_awesome:before {
  content: "font awesome";
}
#main_menu > ul.font_awesome i {
  color: #3F7188;
}
#main_menu > ul.writing_tools:before {
  content: "writing tools";
}
#main_menu > ul.writing_tools a.grammarly i {
  color: #15c29a;
}
#main_menu > ul.writing_tools a.quillbot i {
  color: #dfaf37;
}
#main_menu > ul.envato:before {
  content: "envato";
}
#main_menu > ul.ham911 i {
  color: #B23115;
}
#main_menu > ul.ham911:before {
  content: "911";
}
@media screen and (min-width: 750px) {
  #main_menu {
    flex-wrap: wrap;
  }
  #main_menu > ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    align-content: center;
    align-content: flex-start;
    align-items: flex-start;
    position: relative;
    padding: 0 2rem 0 0;
    font-size: 0.675rem !important;
  }
  #main_menu > ul > li {
    padding: 0;
    margin: 0;
  }
  #main_menu > ul li a {
    padding: 1.25rem 0.75rem 0.75rem 0.25rem;
    display: block;
  }
  #main_menu > ul li a i {
    font-size: 1.25rem;
    line-height: 1;
    color: rgb(128, 128, 128);
    transition: all 0.1s ease-in-out;
  }
  #main_menu > ul li a i strong {
    color: rgb(128, 128, 128);
  }
  #main_menu > ul li a i img {
    height: 1rem;
    width: auto;
  }
  #main_menu > ul li a:hover i,
  #main_menu > ul li a:hover i strong {
    color: #EB5E28;
  }
  #main_menu > ul:before {
    position: absolute;
    font-family: "Oswald", sans-serif;
    font-size: 0.675rem;
    color: rgb(128, 128, 128);
    line-height: 0.875rem;
    font-weight: 300;
    letter-spacing: 0.02rem;
  }
  #main_menu > ul.line_break {
    flex-basis: 100%;
  }
}
@media screen and (min-width: 1000px) {
  #main_menu > ul {
    padding: 0.125rem 2rem 0.125rem 0;
    font-size: 0.875rem !important;
  }
  #main_menu > ul li a {
    padding: 1.25rem 0.75rem 0.75rem 0.25rem;
  }
  #main_menu > ul li a i {
    font-size: 1.5rem;
  }
  #main_menu > ul li a i img {
    height: 1.25rem;
  }
  #main_menu > ul:before {
    font-size: 0.875rem;
  }
}
/*#top_menu {
	ul {
		list-style: none;
		float: right;
		padding: 15px 0 0 0;

		li {
			a {
				color: #b9b2a9;
				font-weight: normal;
				text-decoration: none;
				font-size: 0.75em;
			}

			&.ip_address {
				color: #bbb;
				font-family: Arial, Helvetica, sans-serif;
				font-size: 11px;
				padding: 3px 24px 0 0;
			}

			&.clients a {
				background: url(/images/icons/clients_icon.png) no-repeat left 0;
				padding: 0 20px 0 20px;
				height: 16px;
				overflow: none;

				&:hover {
					background: url(/images/icons/clients_icon.png) no-repeat left -16px;
				}
			}

			&.dev a {
				background: url(/images/icons/tools_icon.png) no-repeat left 0;
				padding: 0 20px 0 20px;
				height: 16px;
				overflow: none;

				&:hover {
					background: url(/images/icons/tools_icon.png) no-repeat left -16px;
				}
			}


			&.personal a {
				background: url(/images/icons/personal.png) no-repeat left 0;
				padding: 0 20px 0 30px;
				height: 16px;
				overflow: none;

				&:hover {
					background: url(/images/icons/personal.png) no-repeat left -16px;
				}
			}

			&.archive a {
				background: url(/images/icons/archive.png) no-repeat left 0;
				padding: 0 0 0 20px;
				height: 16px;
				overflow: none;
			}

				&:hover {
					background: url(/images/icons/archive.png) no-repeat left -16px;
				}
			}

		}
	}
}



#top_menu ul li {
	float: left;
}

#top_menu ul li a:hover {
	text-decoration: underline;
}

#main_menu ul, #toolbar ul {
	list-style: none;
	float: left;
	margin: 10px 0;
}

#main_menu ul li, #toolbar ul li {
	float: left;
	height: 28px;
	overflow: hidden;
	padding: 0 4px 0 0;
}

#main_menu ul li a:hover img, #toolbar ul li a:hover img {
	margin-top: -28px;
}

#main_menu ul.rackspace {
	background: url(/images/icons/rackspace.png) no-repeat left center;
	padding: 0 20px 0 35px;
}

#main_menu ul.rochen {
	background: url(/images/icons/rochen.png) no-repeat left center;
	padding: 0 20px 0 75px;
}

#main_menu ul.drake {
	background: url(/images/icons/drake.png) no-repeat left center;
	padding: 0 20px 0 55px;
}

#main_menu ul.chp {
	background: url(/images/icons/chp.png) no-repeat left center;
	padding: 0 10px 0 45px;
}

#main_menu ul.mamp {
	padding: 0 20px 0 0;
}

#main_menu ul.dev, #toolbar ul.dev {
	float: left;
	margin: 0;
	padding: 10px 10px;
}
*/
/*
@media (min-width: 375px) { // :::::::::::::::::::::::::::::::::::::::::::::::::::::::
}
@media (min-width: 750px) { // :::::::::::::::::::::::::::::::::::::::::::::::::::::::
}
@media (min-width: 1000px) { // :::::::::::::::::::::::::::::::::::::::::::::::::::::::
}
@media (min-width: 1366px) { // :::::::::::::::::::::::::::::::::::::::::::::::::::::::    
}
@media (min-width: 1920px) { // :::::::::::::::::::::::::::::::::::::::::::::::::::::::
}
*/

/*# sourceMappingURL=style.css.map */