/*! HTML5 Boilerplate v5.2.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
   ========================================================================== */

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

/*
 * Remove text-shadow in selection highlight:
 * 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;
}

/*
 * 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;
}

/*
 * 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;
}

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

@media print {
    *,
    *:before,
    *:after {
        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;
    }
}

/* Chosen v1.5.1 | (c) 2011-2016 by Harvest | MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md */

.chosen-container{position:relative;display:inline-block;vertical-align:middle;font-size:13px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.chosen-container *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.chosen-container .chosen-drop{position:absolute;top:100%;left:-9999px;z-index:1010;width:100%;border:1px solid #aaa;border-top:0;background:#fff;box-shadow:0 4px 5px rgba(0,0,0,.15)}.chosen-container.chosen-with-drop .chosen-drop{left:0}.chosen-container a{cursor:pointer}.chosen-container .search-choice .group-name,.chosen-container .chosen-single .group-name{margin-right:4px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-weight:400;color:#999}.chosen-container .search-choice .group-name:after,.chosen-container .chosen-single .group-name:after{content:":";padding-left:2px;vertical-align:top}.chosen-container-single .chosen-single{position:relative;display:block;overflow:hidden;padding:0 0 0 8px;height:25px;border:1px solid #aaa;border-radius:5px;background-color:#fff;background:-webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#fff),color-stop(50%,#f6f6f6),color-stop(52%,#eee),color-stop(100%,#f4f4f4));background:-webkit-linear-gradient(#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);background:-moz-linear-gradient(#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);background:-o-linear-gradient(#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);background:linear-gradient(#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);background-clip:padding-box;box-shadow:0 0 3px #fff inset,0 1px 1px rgba(0,0,0,.1);color:#444;text-decoration:none;white-space:nowrap;line-height:24px}.chosen-container-single .chosen-default{color:#999}.chosen-container-single .chosen-single span{display:block;overflow:hidden;margin-right:26px;text-overflow:ellipsis;white-space:nowrap}.chosen-container-single .chosen-single-with-deselect span{margin-right:38px}.chosen-container-single .chosen-single abbr{position:absolute;top:6px;right:26px;display:block;width:12px;height:12px;background:url(../bundles/gritman/css/chosen-sprite.png) -42px 1px no-repeat;font-size:1px}.chosen-container-single .chosen-single abbr:hover{background-position:-42px -10px}.chosen-container-single.chosen-disabled .chosen-single abbr:hover{background-position:-42px -10px}.chosen-container-single .chosen-single div{position:absolute;top:0;right:0;display:block;width:18px;height:100%}.chosen-container-single .chosen-single div b{display:block;width:100%;height:100%;background:url(../bundles/gritman/css/chosen-sprite.png) no-repeat 0 2px}.chosen-container-single .chosen-search{position:relative;z-index:1010;margin:0;padding:3px 4px;white-space:nowrap}.chosen-container-single .chosen-search input[type=text]{margin:1px 0;padding:4px 20px 4px 5px;width:100%;height:auto;outline:0;border:1px solid #aaa;background:#fff url(../bundles/gritman/css/chosen-sprite.png) no-repeat 100% -20px;background:url(../bundles/gritman/css/chosen-sprite.png) no-repeat 100% -20px;font-size:1em;font-family:sans-serif;line-height:normal;border-radius:0}.chosen-container-single .chosen-drop{margin-top:-1px;border-radius:0 0 4px 4px;background-clip:padding-box}.chosen-container-single.chosen-container-single-nosearch .chosen-search{position:absolute;left:-9999px}.chosen-container .chosen-results{color:#444;position:relative;overflow-x:hidden;overflow-y:auto;margin:0 4px 4px 0;padding:0 0 0 4px;max-height:240px;-webkit-overflow-scrolling:touch}.chosen-container .chosen-results li{display:none;margin:0;padding:5px 6px;list-style:none;line-height:15px;word-wrap:break-word;-webkit-touch-callout:none}.chosen-container .chosen-results li.active-result{display:list-item;cursor:pointer}.chosen-container .chosen-results li.disabled-result{display:list-item;color:#ccc;cursor:default}.chosen-container .chosen-results li.highlighted{background-color:#3875d7;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#3875d7),color-stop(90%,#2a62bc));background-image:-webkit-linear-gradient(#3875d7 20%,#2a62bc 90%);background-image:-moz-linear-gradient(#3875d7 20%,#2a62bc 90%);background-image:-o-linear-gradient(#3875d7 20%,#2a62bc 90%);background-image:linear-gradient(#3875d7 20%,#2a62bc 90%);color:#fff}.chosen-container .chosen-results li.no-results{color:#777;display:list-item;background:#f4f4f4}.chosen-container .chosen-results li.group-result{display:list-item;font-weight:700;cursor:default}.chosen-container .chosen-results li.group-option{padding-left:15px}.chosen-container .chosen-results li em{font-style:normal;text-decoration:underline}.chosen-container-multi .chosen-choices{position:relative;overflow:hidden;margin:0;padding:0 5px;width:100%;height:auto!important;height:1%;border:1px solid #aaa;background-color:#fff;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(1%,#eee),color-stop(15%,#fff));background-image:-webkit-linear-gradient(#eee 1%,#fff 15%);background-image:-moz-linear-gradient(#eee 1%,#fff 15%);background-image:-o-linear-gradient(#eee 1%,#fff 15%);background-image:linear-gradient(#eee 1%,#fff 15%);cursor:text}.chosen-container-multi .chosen-choices li{float:left;list-style:none}.chosen-container-multi .chosen-choices li.search-field{margin:0;padding:0;white-space:nowrap}.chosen-container-multi .chosen-choices li.search-field input[type=text]{margin:1px 0;padding:0;height:25px;outline:0;border:0!important;background:transparent!important;box-shadow:none;color:#999;font-size:100%;font-family:sans-serif;line-height:normal;border-radius:0}.chosen-container-multi .chosen-choices li.search-choice{position:relative;margin:3px 5px 3px 0;padding:3px 20px 3px 5px;border:1px solid #aaa;max-width:100%;border-radius:3px;background-color:#eee;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),color-stop(100%,#eee));background-image:-webkit-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:-moz-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:-o-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-size:100% 19px;background-repeat:repeat-x;background-clip:padding-box;box-shadow:0 0 2px #fff inset,0 1px 0 rgba(0,0,0,.05);color:#333;line-height:13px;cursor:default}.chosen-container-multi .chosen-choices li.search-choice span{word-wrap:break-word}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close{position:absolute;top:4px;right:3px;display:block;width:12px;height:12px;background:url(../bundles/gritman/css/chosen-sprite.png) -42px 1px no-repeat;font-size:1px}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover{background-position:-42px -10px}.chosen-container-multi .chosen-choices li.search-choice-disabled{padding-right:5px;border:1px solid #ccc;background-color:#e4e4e4;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),color-stop(100%,#eee));background-image:-webkit-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:-moz-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:-o-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);color:#666}.chosen-container-multi .chosen-choices li.search-choice-focus{background:#d4d4d4}.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close{background-position:-42px -10px}.chosen-container-multi .chosen-results{margin:0;padding:0}.chosen-container-multi .chosen-drop .result-selected{display:list-item;color:#ccc;cursor:default}.chosen-container-active .chosen-single{border:1px solid #5897fb;box-shadow:0 0 5px rgba(0,0,0,.3)}.chosen-container-active.chosen-with-drop .chosen-single{border:1px solid #aaa;-moz-border-radius-bottomright:0;border-bottom-right-radius:0;-moz-border-radius-bottomleft:0;border-bottom-left-radius:0;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#eee),color-stop(80%,#fff));background-image:-webkit-linear-gradient(#eee 20%,#fff 80%);background-image:-moz-linear-gradient(#eee 20%,#fff 80%);background-image:-o-linear-gradient(#eee 20%,#fff 80%);background-image:linear-gradient(#eee 20%,#fff 80%);box-shadow:0 1px 0 #fff inset}.chosen-container-active.chosen-with-drop .chosen-single div{border-left:0;background:transparent}.chosen-container-active.chosen-with-drop .chosen-single div b{background-position:-18px 2px}.chosen-container-active .chosen-choices{border:1px solid #5897fb;box-shadow:0 0 5px rgba(0,0,0,.3)}.chosen-container-active .chosen-choices li.search-field input[type=text]{color:#222!important}.chosen-disabled{opacity:.5!important;cursor:default}.chosen-disabled .chosen-single{cursor:default}.chosen-disabled .chosen-choices .search-choice .search-choice-close{cursor:default}.chosen-rtl{text-align:right}.chosen-rtl .chosen-single{overflow:visible;padding:0 8px 0 0}.chosen-rtl .chosen-single span{margin-right:0;margin-left:26px;direction:rtl}.chosen-rtl .chosen-single-with-deselect span{margin-left:38px}.chosen-rtl .chosen-single div{right:auto;left:3px}.chosen-rtl .chosen-single abbr{right:auto;left:26px}.chosen-rtl .chosen-choices li{float:right}.chosen-rtl .chosen-choices li.search-field input[type=text]{direction:rtl}.chosen-rtl .chosen-choices li.search-choice{margin:3px 5px 3px 0;padding:3px 5px 3px 19px}.chosen-rtl .chosen-choices li.search-choice .search-choice-close{right:auto;left:4px}.chosen-rtl.chosen-container-single-nosearch .chosen-search,.chosen-rtl .chosen-drop{left:9999px}.chosen-rtl.chosen-container-single .chosen-results{margin:0 0 4px 4px;padding:0 4px 0 0}.chosen-rtl .chosen-results li.group-option{padding-right:15px;padding-left:0}.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div{border-right:0}.chosen-rtl .chosen-search input[type=text]{padding:4px 5px 4px 20px;background:#fff url(../bundles/gritman/css/chosen-sprite.png) no-repeat -30px -20px;background:url(../bundles/gritman/css/chosen-sprite.png) no-repeat -30px -20px;direction:rtl}.chosen-rtl.chosen-container-single .chosen-single div b{background-position:6px 2px}.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b{background-position:-12px 2px}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:144dpi),only screen and (min-resolution:1.5dppx){.chosen-rtl .chosen-search input[type=text],.chosen-container-single .chosen-single abbr,.chosen-container-single .chosen-single div b,.chosen-container-single .chosen-search input[type=text],.chosen-container-multi .chosen-choices .search-choice .search-choice-close,.chosen-container .chosen-results-scroll-down span,.chosen-container .chosen-results-scroll-up span{background-image:url(../bundles/gritman/css/chosen-sprite@2x.png)!important;background-size:52px 37px!important;background-repeat:no-repeat!important}}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;  
}

@font-face {
  font-family: 'man';
  src: url('../bundles/gritman/font/man.eot?59763611');
  src: url('../bundles/gritman/font/man.eot?59763611#iefix') format('embedded-opentype'),
       url('../bundles/gritman/font/man.woff?59763611') format('woff'),
       url('../bundles/gritman/font/man.ttf?59763611') format('truetype'),
       url('../bundles/gritman/font/man.svg?59763611#man') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'man';
    src: url('../font/man.svg?59763611#man') format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "man";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.icon-arrow-up:before { content: '\e800'; } /* '' */
.icon-arrow-right:before { content: '\e801'; } /* '' */
.icon-arrow-left:before { content: '\e802'; } /* '' */
.icon-arrow-down:before { content: '\e803'; } /* '' */
.icon-hamburger:before { content: '\e804'; } /* '' */
.icon-arrow-fancy-left:before { content: '\e805'; } /* '' */
.icon-arrow-fancy-right:before { content: '\e806'; } /* '' */
.icon-favorite:before { content: '\e807'; } /* '' */
.icon-arrow-fancy-down:before { content: '\e808'; } /* '' */

/* additional webfonts */

@font-face {
    font-family: 'vistaslab';
    src: url('../bundles/gritman/font/vistaslab-regitalic-020415006EmigreWebOnly.eot');
    src: url('../bundles/gritman/font/vistaslab-regitalic-020415006EmigreWebOnly.eot?#iefix') format('embedded-opentype'),
         url('../bundles/gritman/font/vistaslab-regitalic-020415006EmigreWebOnly.woff2') format('woff2'),
         url('../bundles/gritman/font/vistaslab-regitalic-020415006EmigreWebOnly.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'vistaslabalt';
    src: url('../bundles/gritman/font/vistaslabalt-regitalic-020415006EmigreWebOnly.eot');
    src: url('../bundles/gritman/font/vistaslabalt-regitalic-020415006EmigreWebOnly.eot?#iefix') format('embedded-opentype'),
         url('../bundles/gritman/font/vistaslabalt-regitalic-020415006EmigreWebOnly.woff2') format('woff2'),
         url('../bundles/gritman/font/vistaslabalt-regitalic-020415006EmigreWebOnly.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'vistaslab';
    src: url('../bundles/gritman/font/vistaslab-reg-020415006EmigreWebOnly.eot');
    src: url('../bundles/gritman/font/vistaslab-reg-020415006EmigreWebOnly.eot?#iefix') format('embedded-opentype'),
         url('../bundles/gritman/font/vistaslab-reg-020415006EmigreWebOnly.woff2') format('woff2'),
         url('../bundles/gritman/font/vistaslab-reg-020415006EmigreWebOnly.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'vistaslabalt';
    src: url('../bundles/gritman/font/vistaslabalt-reg-020415006EmigreWebOnly.eot');
    src: url('../bundles/gritman/font/vistaslabalt-reg-020415006EmigreWebOnly.eot?#iefix') format('embedded-opentype'),
         url('../bundles/gritman/font/vistaslabalt-reg-020415006EmigreWebOnly.woff2') format('woff2'),
         url('../bundles/gritman/font/vistaslabalt-reg-020415006EmigreWebOnly.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'vistaslab';
    src: url('../bundles/gritman/font/vistaslab-bold-020415006EmigreWebOnly.eot');
    src: url('../bundles/gritman/font/vistaslab-bold-020415006EmigreWebOnly.eot?#iefix') format('embedded-opentype'),
         url('../bundles/gritman/font/vistaslab-bold-020415006EmigreWebOnly.woff2') format('woff2'),
         url('../bundles/gritman/font/vistaslab-bold-020415006EmigreWebOnly.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'vistaslabalt';
    src: url('../bundles/gritman/font/vistaslabalt-bold-020415006EmigreWebOnly.eot');
    src: url('../bundles/gritman/font/vistaslabalt-bold-020415006EmigreWebOnly.eot?#iefix') format('embedded-opentype'),
         url('../bundles/gritman/font/vistaslabalt-bold-020415006EmigreWebOnly.woff2') format('woff2'),
         url('../bundles/gritman/font/vistaslabalt-bold-020415006EmigreWebOnly.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'vistaslab';
    src: url('../bundles/gritman/font/vistaslab-black-020415006EmigreWebOnly.eot');
    src: url('../bundles/gritman/font/vistaslab-black-020415006EmigreWebOnly.eot?#iefix') format('embedded-opentype'),
         url('../bundles/gritman/font/vistaslab-black-020415006EmigreWebOnly.woff2') format('woff2'),
         url('../bundles/gritman/font/vistaslab-black-020415006EmigreWebOnly.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'vistaslabalt';
    src: url('../bundles/gritman/font/vistaslabalt-black-020415006EmigreWebOnly.eot');
    src: url('../bundles/gritman/font/vistaslabalt-black-020415006EmigreWebOnly.eot?#iefix') format('embedded-opentype'),
         url('../bundles/gritman/font/vistaslabalt-black-020415006EmigreWebOnly.woff2') format('woff2'),
         url('../bundles/gritman/font/vistaslabalt-black-020415006EmigreWebOnly.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'vistasans';
    src: url('../bundles/gritman/font/vistasansreg-020415006EmigreWebOnly.eot');
    src: url('../bundles/gritman/font/vistasansreg-020415006EmigreWebOnly.eot?#iefix') format('embedded-opentype'),
         url('../bundles/gritman/font/vistasansreg-020415006EmigreWebOnly.woff2') format('woff2'),
         url('../bundles/gritman/font/vistasansreg-020415006EmigreWebOnly.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'vistasansalt';
    src: url('../bundles/gritman/font/vistasansaltreg-020415006EmigreWebOnly.eot');
    src: url('../bundles/gritman/font/vistasansaltreg-020415006EmigreWebOnly.eot?#iefix') format('embedded-opentype'),
         url('../bundles/gritman/font/vistasansaltreg-020415006EmigreWebOnly.woff2') format('woff2'),
         url('../bundles/gritman/font/vistasansaltreg-020415006EmigreWebOnly.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'vistasans';
    src: url('../bundles/gritman/font/vistasansmed-020415006EmigreWebOnly.eot');
    src: url('../bundles/gritman/font/vistasansmed-020415006EmigreWebOnly.eot?#iefix') format('embedded-opentype'),
         url('../bundles/gritman/font/vistasansmed-020415006EmigreWebOnly.woff2') format('woff2'),
         url('../bundles/gritman/font/vistasansmed-020415006EmigreWebOnly.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'vistasansalt';
    src: url('../bundles/gritman/font/vistasansaltmed-020415006EmigreWebOnly.eot');
    src: url('../bundles/gritman/font/vistasansaltmed-020415006EmigreWebOnly.eot?#iefix') format('embedded-opentype'),
         url('../bundles/gritman/font/vistasansaltmed-020415006EmigreWebOnly.woff2') format('woff2'),
         url('../bundles/gritman/font/vistasansaltmed-020415006EmigreWebOnly.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'vistasansbook';
    src: url('../bundles/gritman/font/vistasansbook-020415006EmigreWebOnly.eot');
    src: url('../bundles/gritman/font/vistasansbook-020415006EmigreWebOnly.eot?#iefix') format('embedded-opentype'),
         url('../bundles/gritman/font/vistasansbook-020415006EmigreWebOnly.woff2') format('woff2'),
         url('../bundles/gritman/font/vistasansbook-020415006EmigreWebOnly.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'vistasansaltbook';
    src: url('../bundles/gritman/font/vistasansaltbook-020415006EmigreWebOnly.eot');
    src: url('../bundles/gritman/font/vistasansaltbook-020415006EmigreWebOnly.eot?#iefix') format('embedded-opentype'),
         url('../bundles/gritman/font/vistasansaltbook-020415006EmigreWebOnly.woff2') format('woff2'),
         url('../bundles/gritman/font/vistasansaltbook-020415006EmigreWebOnly.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'vistasans';
    src: url('../bundles/gritman/font/vistasansbold-020415006EmigreWebOnly.eot');
    src: url('../bundles/gritman/font/vistasansbold-020415006EmigreWebOnly.eot?#iefix') format('embedded-opentype'),
         url('../bundles/gritman/font/vistasansbold-020415006EmigreWebOnly.woff2') format('woff2'),
         url('../bundles/gritman/font/vistasansbold-020415006EmigreWebOnly.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'vistasansalt';
    src: url('../bundles/gritman/font/vistasansaltbold-020415006EmigreWebOnly.eot');
    src: url('../bundles/gritman/font/vistasansaltbold-020415006EmigreWebOnly.eot?#iefix') format('embedded-opentype'),
         url('../bundles/gritman/font/vistasansaltbold-020415006EmigreWebOnly.woff2') format('woff2'),
         url('../bundles/gritman/font/vistasansaltbold-020415006EmigreWebOnly.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'vistasans';
    src: url('../bundles/gritman/font/vistasansblack-020415006EmigreWebOnly.eot');
    src: url('../bundles/gritman/font/vistasansblack-020415006EmigreWebOnly.eot?#iefix') format('embedded-opentype'),
         url('../bundles/gritman/font/vistasansblack-020415006EmigreWebOnly.woff2') format('woff2'),
         url('../bundles/gritman/font/vistasansblack-020415006EmigreWebOnly.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'vistasansalt';
    src: url('../bundles/gritman/font/vistasansaltblack-020415006EmigreWebOnly.eot');
    src: url('../bundles/gritman/font/vistasansaltblack-020415006EmigreWebOnly.eot?#iefix') format('embedded-opentype'),
         url('../bundles/gritman/font/vistasansaltblack-020415006EmigreWebOnly.woff2') format('woff2'),
         url('../bundles/gritman/font/vistasansaltblack-020415006EmigreWebOnly.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

/* Cactus-provided styles */
* {
  margin: 0px; }

body, html {
  font-family: 'vistasans', sans-serif;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  height: 100%;
  background-color: #ebe6d4 !important; }

.navbar {
  top: 0px;
  width: 100%;
  height: 80px;
  background: #342f28;
  position: fixed;
  z-index: 102; }
  .navbar section {
    width: 90%;
    margin: 0 auto; }
  .navbar .logo {
    -webkit-transition: all, 0.4s;
    -moz-transition: all, 0.4s;
    -o-transition: all, 0.4s;
    transition: all 0.4s;
    position: relative;
    width: 150px;
    height: auto;
    display: block;
    float: left; }
    .navbar .logo img {
      border: none;
      width: 100%;
      height: auto;
      max-width: 100%;
      display: block; }
  .navbar ul {
    float: right; }
    .navbar ul li {
      display: inline-block;
      padding: 0 16px;
      line-height: 80px;
      color: #d1af66; }
  .navbar ul#mobilelinks {
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    width: 100% !important;
    margin: 0 !important;
    padding: 0; }

.pageloader {
  width: 100%;
  height: 100vh;
  position: fixed;
  background-color: #eee6d4;
  background-image: url(../bundles/gritman/images/loading2.gif);
  background-position: center center;
  background-repeat: no-repeat;
  z-index: -9;
  opacity: 0; }
  .pageloader.active {
    opacity: 1;
    z-index: 9; }

.tertiary-cta {
  padding: 3px 12px;
  border: 2px solid #d1af66;
  color: #eee6d4;
  border-radius: 4px;
  text-decoration: none; }

.menu-trigger {
  padding-top: 10px !important;
  padding-right: 0px !important; }

.menu-trigger a {
  cursor: pointer;
  display: block;
  position: relative;
  width: 40px;
  height: 25px;
  top: 7px;
  text-indent: -9999em; }

.menu-trigger a span, .menu-trigger a span:before, .menu-trigger a span:after {
  -webkit-transition: all, 0.4s;
  -moz-transition: all, 0.4s;
  -o-transition: all, 0.4s;
  transition: all 0.4s;
  background-color: #eee6d4;
  display: block;
  position: absolute;
  width: 40px;
  height: 4px;
  left: 0; }

.menu-trigger a span:before, .menu-trigger a span:after {
  content: ""; }

.menu-trigger a span {
  top: 10px; }

.menu-trigger a span:before {
  -webkit-transform-origin: 33% 100%;
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -o-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10; }

.menu-trigger a span:after {
  -webkit-transform-origin: 33% 0;
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -o-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px; }

.menu-trigger.active a span, .menu-trigger.active a span:before, .menu-trigger.active a span:after {
  background-color: transparent; }

.menu-trigger.active a span:before {
  -webkit-transform: translateY(5px) translateX(1px) rotate(45deg);
  -moz-transform: translateY(5px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(5px) translateX(1px) rotate(45deg);
  -o-transform: translateY(5px) translateX(1px) rotate(45deg);
  transform: translateY(5px) translateX(1px) rotate(45deg);
  background-color: white; }

.menu-trigger.active a span:after {
  -webkit-transform: translateY(-5px) translateX(1px) rotate(-45deg);
  -moz-transform: translateY(-5px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-5px) translateX(1px) rotate(-45deg);
  -o-transform: translateY(-5px) translateX(1px) rotate(-45deg);
  transform: translateY(-5px) translateX(1px) rotate(-45deg);
  background-color: white; }

.main-content {
  width: 100%;
  height: 100%; }

.main-content img {
  height: auto;
  width: 100%; }

.navbar a.tiny {
  width: 110px; }

.route-general .button {
  background-color: #883623;
  color: #ebe6d4;
  font-family: 'vistaslab', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  padding: 5px 10px;
  text-decoration: none;
  width: auto;
  text-align: center; }
/*------------     navigation CSS     ------------ */
.left .type-wrapper {
  left: 18%;
  position: absolute;
  top: 35%;
  width: 65%; }

.left .type-wrapper h2, .left .type-wrapper h4, .left .type-wrapper span {
  opacity: 0;
  -webkit-transition: all, 0.8s;
  -moz-transition: all, 0.8s;
  -o-transition: all, 0.8s;
  transition: all 0.8s; }

.left .type-wrapper.active h2, .left .type-wrapper.active h4, .left .type-wrapper.active span {
  opacity: 1;
  margin-top: -15px; }

.type-wrapper h2 {
  color: #342f28;
  font-family: 'vistasans', sans-serif;
  font-weight: 800;
  font-size: 78px; }

.type-wrapper.active h2 {
  -webkit-transition-delay: 0.25s;
  -moz-transition-delay: 0.25s;
  -o-transition-delay: 0.25s;
  transition-delay: 0.25s; }

.type-wrapper.active h4 {
  -webkit-transition-delay: 0.75s;
  -moz-transition-delay: 0.75s;
  -o-transition-delay: 0.75s;
  transition-delay: 0.75s; }

.type-wrapper.active span {
  -webkit-transition-delay: 1.25s;
  -moz-transition-delay: 1.25s;
  -o-transition-delay: 1.25s;
  transition-delay: 1.25s; }

.type-wrapper h4 {
  color: #eee6d4;
  font-family: 'vistaslab', sans-serif;
  font-size: 38px;
  font-style: italic;
  font-weight: 400;
  margin-bottom: 20px;
  padding-top: 15px; }

.type-wrapper span {
  color: #645d53;
  font-family: 'Slabo 13px', serif;
  font-weight: 200;
  font-size: 15px; }

.nav-contents {
  height: inherit;
  position: fixed;
  top: 80px;
  width: 100%;
  z-index: -5;
  -webkit-transition-delay: 1s;
  -moz-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s; }

.nav-contents.active {
  z-index: 19;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s; }

.nav-contents .right {
  width: 34%;
  height: 100%;
  background-color: #eee6d4;
  position: absolute;
  right: -34%;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition: all, 0.4s;
  -moz-transition: all, 0.4s;
  -o-transition: all, 0.4s;
  transition: all 0.4s; }
  @media all and (max-width: 800px) {
  .nav-contents .right {
    right: -100%; } }

.nav-contents.active .right {
  right: 0px;
  -webkit-transition: all, 0.4s;
  -moz-transition: all, 0.4s;
  -o-transition: all, 0.4s;
  transition: all 0.4s; }

.nav-contents .left {
  background-color: #d1af66;
  width: 66%;
  height: 100%;
  position: absolute;
  left: -66%;
  -webkit-transition: all, 0.4s;
  -moz-transition: all, 0.4s;
  -o-transition: all, 0.4s;
  transition: all 0.4s;
  background-image: url(../bundles/gritman/images/crest-angle.png);
  background-position: bottom right;
  background-repeat: no-repeat; }

.nav-contents.active .left {
  -webkit-transition: all, 0.4s;
  -moz-transition: all, 0.4s;
  -o-transition: all, 0.4s;
  transition: all 0.4s;
  left: 0px; }

.nav-contents .right li {
  color: #645d53;
  font-family: 'vistasans', sans-serif;
  font-weight: 600;
  line-height: 1.5em;
  list-style: outside none none;
  margin: 0 -50% 0.25em auto;
  text-align: center;
  text-transform: uppercase;
  width: 50%;
  -webkit-transition: all, 0.4s;
  -moz-transition: all, 0.4s;
  -o-transition: all, 0.4s;
  transition: all 0.4s; }
  .nav-contents .right li a {
    color: #645d53;
    text-decoration: none;
    -webkit-transition: color, 0.5s;
    -moz-transition: color, 0.5s;
    -o-transition: color, 0.5s;
    transition: color 0.5s; }
    .nav-contents .right li a:hover, .nav-contents .right li a.active {
      color: #989085; }
  @media all and (max-width: 1250px) {
  .nav-contents .right li {
    width: 80%;
    margin: 0 auto 0.25em !important; } }

.nav-contents .right ul {
  margin: 25vh auto;
  padding: 0;
  width: 100%; }

.nav-contents .right li img {
  width: 100%; }

.right .sub-link {
  padding-top: 40px;
  display: none; }

.right .sub-link a {
  font-size: 13px;
  color: #645d53;
  text-decoration: none;
  font-family: 'vistasans', sans-serif;
  font-weight: 500;
  margin-right: 0%;
  text-transform: none; }

.right .sub-link a:last-of-type {
  margin-right: 0px;
  display: none; }

#social-links {
  margin-top: 2em !important;
  text-align: center; }
  #social-links ul {
    margin: 0; }
  #social-links img {
    width: 53px;
    -webkit-transition: all, 0.5s;
    -moz-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    transition: all 0.5s; }
    #social-links img:hover {
      -webkit-filter: brightness(80%);
      -moz-filter: brightness(80%);
      filter: brightness(80%); }
  #social-links .social-link {
    display: inline-block;
    margin: 0;
    width: auto; }
    #social-links .social-link:first-child {
      margin-right: 1em !important; }
      @media all and (max-width: 600px) {
  #social-links .social-link:first-child {
    margin-right: 1em; } }

.nav-contents.active .right li {
  margin-right: 25%;
  -webkit-transition: all, 0.5s;
  -moz-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all 0.5s; }
  @media all and (max-width: 600px) {
  .nav-contents.active .right li {
    margin-right: auto; } }

.nav-contents.active .right li:nth-child(1) {
  -webkit-transition-delay: 0.15s;
  -moz-transition-delay: 0.15s;
  -o-transition-delay: 0.15s;
  transition-delay: 0.15s; }

.nav-contents.active .right li:nth-child(2) {
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s; }

.nav-contents.active .right li:nth-child(3) {
  -webkit-transition-delay: 0.25s;
  -moz-transition-delay: 0.25s;
  -o-transition-delay: 0.25s;
  transition-delay: 0.25s; }

.nav-contents.active .right li:nth-child(4) {
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s; }

.nav-contents.active .right li:nth-child(5) {
  -webkit-transition-delay: 0.35s;
  -moz-transition-delay: 0.35s;
  -o-transition-delay: 0.35s;
  transition-delay: 0.35s; }

.nav-contents.active .right li:nth-child(6) {
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s; }

.nav-contents.active .right li:nth-child(7) {
  -webkit-transition-delay: 0.45s;
  -moz-transition-delay: 0.45s;
  -o-transition-delay: 0.45s;
  transition-delay: 0.45s; }

.nav-contents.active .right li:nth-child(8) {
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s; }

.nav-contents.active .right li:nth-child(9) {
  -webkit-transition-delay: 0.55s;
  -moz-transition-delay: 0.55s;
  -o-transition-delay: 0.55s;
  transition-delay: 0.55s; }

.shop-link {
  margin-left: 20px;
  margin-top: 30px;
  display: inline-block;
  color: #ebe3d8;
  text-transform: uppercase;
  font-family: 'vistasans', sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
  width: 135px;
  border-bottom: solid 1px #d1af66; }
  @media screen and (max-width: 768px) {
  .shop-link {
    position: absolute; } }
  .shop-link img {
    display: inline-block;
    max-width: 30px;
    margin-top: 5px;
    float: right; }
  .shop-link span {
    display: inline-block; }

.nav-contents .orangebtn {
  margin-top: 40px;
  color: #eee6d4 !important;
  font-size: 18px; }
  .nav-contents .orangebtn img {
    max-width: 30px;
    display: inline-block;
    padding-left: 15px;
    margin-top: -3px; }
/*------------     Filter CSS     ------------ */
.filter {
  background-color: #fff;
  display: block;
  height: 90px;
  position: relative;
  width: 100%;
  box-shadow: 0px 0px 15px #a3a3a3;
  margin: 25px 0px; }
  @media all and (max-width: 800px) {
  .filter {
    height: auto; } }

.filter-side {
  background-color: #ebe6d4;
  height: 100%;
  max-height: 90px; }

.filter-slider-wrap {
  position: relative;
  width: 50%;
  display: inline-block;
  width: 50%;
  display: inline-block;
  height: 100%; }
  @media all and (max-width: 800px) {
  .filter-slider-wrap {
    width: 100%; } }
  .filter-slider-wrap span {
    display: inline-block;
    font-family: 'vistasans', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #342f28;
    text-transform: uppercase;
    padding: 30px 5% 30px 10%;
    vertical-align: top; }
    @media all and (max-width: 600px) {
  .filter-slider-wrap span {
    padding: 15px 5% 0px 10%;
    display: block; } }
  .filter-slider-wrap ul {
    display: inline-block;
    list-style: none;
    height: 30px;
    padding-left: 0;
    margin-top: 28px;
    overflow: hidden; }
    .filter-slider-wrap ul.selected-options {
      display: none; }
    @media all and (max-width: 600px) {
  .filter-slider-wrap ul {
    padding-left: 10%;
    padding-bottom: 5px;
    margin-top: 0px; } }
    .filter-slider-wrap ul li {
      padding: 0px 0px 40px;
      font-size: 25px;
      text-transform: uppercase;
      font-family: 'vistasans', sans-serif;
      color: #c8beae;
      font-weight: 700;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      max-width: 400px; }
      .filter-slider-wrap ul li.rotate {
        animation: cycle 10s ease infinite; }

@keyframes cycle {
  0% {
    opacity: 0;
    transform: translateY(-262.5px); }

  6% {
    opacity: 1;
    transform: translateY(-225px); }

  18% {
    opacity: 1;
    transform: translateY(-225px); }

  24% {
    opacity: 0;
    transform: translateY(-187.5px); }

  30% {
    opacity: 1;
    transform: translateY(-150px); }

  42% {
    opacity: 1;
    transform: translateY(-150px); }

  48% {
    opacity: 0;
    transform: translateY(-112.5px); }

  54% {
    opacity: 1;
    transform: translateY(-74px); }

  66% {
    opacity: 1;
    transform: translateY(-74px); }

  72% {
    opacity: 0;
    transform: translateY(-37.5px); }

  78% {
    opacity: 1;
    transform: translateY(0px); }

  90% {
    opacity: 1;
    transform: translateY(0px); }

  100% {
    opacity: 0;
    transform: translateY(37.5px); } }

.filter-button {
  height: 90px;
  right: 0%;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 0; }
  @media all and (max-width: 800px) {
  .filter-button {
    top: 90px; } }

.filter-button a {
  color: #eee6d4;
  display: block;
  font-weight: 800;
  margin: 32px 0px 0 50px;
  text-decoration: none;
  text-transform: uppercase;
  text-align: right; }

.filter-content {
  background-color: #ebe6d4;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all, ease, 0.7s;
  -moz-transition: all, ease, 0.7s;
  -o-transition: all, ease, 0.7s;
  transition: all ease 0.7s;
  text-align: center;
  box-shadow: 0px 13px 15px -10px #a3a3a3; }

.filter-content.active {
  max-height: calc(25vw * 2);
  -webkit-transition: all, 0.5s;
  -moz-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all 0.5s;
  padding-bottom: 20px;
  padding-top: 25px;
  margin-bottom: 15px;
  overflow: visible; }
  @media all and (max-width: 800px) {
  .filter-content.active {
    max-height: 1200px; } }

.filter-content p, .filter-content a {
  color: #5a5b42; }

.intro {
  padding-bottom: 60px;
  text-align: center; }

.filter-content p a {
  text-decoration: underline;
  border-bottom: 0.5px #d1af66 solid; }

.filter-button span {
  width: 25px;
  vertical-align: top; }
  .filter-button span:before {
    content: '\e801';
    color: #35281f;
    line-height: 26px;
    font-family: man;
    font-size: 40px;
    display: inline-block;
    margin-right: 20%;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all, 0.2s;
    -moz-transition: all, 0.2s;
    -o-transition: all, 0.2s;
    transition: all 0.2s; }

.filter-button.active span:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg); }

.filter-form-wrap {
  margin: 0 auto 100px 33%;
  width: 80%;
  height: auto; }
  @media all and (max-width: 800px) {
  .filter-form-wrap {
    min-height: 820px;
    width: 90%;
    margin: 0 auto; } }

.filter-form {
  width: 100%;
  display: inline-block;
  text-align: left;
  vertical-align: top;
  margin-bottom: 60px; }
  @media all and (max-width: 800px) {
  .filter-form {
    width: 100%; } }

form.military, form#question-interior, form.state {
  text-align: left;
  width: 100%;
  display: inline-block; }
  @media all and (max-width: 800px) {
  form.military, form#question-interior, form.state {
    width: 90%; } }

form.state {
  margin-left: 15px; }
  @media all and (max-width: 800px) {
  form.state {
    margin-left: 0px; } }

.sub-filter {
  width: 50%;
  display: inline-block; }
  @media all and (max-width: 800px) {
  .sub-filter {
    width: 100%; } }

a.sort img {
  width: 25px;
  margin-top: 10px;
  float: right; }

.filter-content form span {
  color: #342f28;
  font-size: 17px; }

.filter-content [type="checkbox"]:not(:checked) + label {
  background-color: #f1ede0; }

.filter-content [type="checkbox"]:checked + label {
  background-color: #d1af66; }

.filter-content h5 {
  color: #eee6d4;
  text-transform: uppercase;
  font-size: 24px;
  margin: 60px 0px 20px;
  padding-left: 10px; }

.filter-content .state h5 {
  margin-top: 30px; }

.filter-form {
  opacity: 0;
  margin-top: 65px;
  -webkit-transition: all, 0.8s;
  -moz-transition: all, 0.8s;
  -o-transition: all, 0.8s;
  transition: all 0.8s; }

.active .filter-form {
  opacity: 1;
  margin-top: 30px; }

.active .filter-form:last-of-type {
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s; }

.filter-form.last {
  margin: 0px;
  display: none; }

.content-blocks {
  position: relative;
  background-color: #000;
  height: inherit;
  background-image: url(../bundles/gritman/images/ajax-loader.gif);
  background-position: center 200px;
  background-repeat: no-repeat; }

.content-blocks img {
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity, 0.6s;
  -moz-transition: opacity, 0.6s;
  -o-transition: opacity, 0.6s;
  transition: opacity 0.6s; }

.content-blocks img.active {
  opacity: 1;
  -webkit-transition-delay: 1.75s;
  -moz-transition-delay: 1.75s;
  -o-transition-delay: 1.75s;
  transition-delay: 1.75s; }
/*------------     Popup CSS     ------------ */
.pop-up-content {
  top: 60px;
  position: absolute;
  z-index: -5;
  opacity: 0;
  -webkit-transition: opacity, 0.6s;
  -moz-transition: opacity, 0.6s;
  -o-transition: opacity, 0.6s;
  transition: opacity 0.6s;
  width: 100%; }

.pop-up-content.active {
  -webkit-transition-delay: 0.35s;
  -moz-transition-delay: 0.35s;
  -o-transition-delay: 0.35s;
  transition-delay: 0.35s;
  opacity: 1;
  z-index: 10; }

.stick {
  position: fixed;
  top: 60px !important; }
/*------------     Head Inspection     ------------ */
.hi-inspection-content {
  background-color: #eee6d4;
  position: relative;
  width: 100%;
  height: 100%; }

.hi-question {
  width: 50%;
  margin: 0 auto;
  padding-top: 20%; }

form p {
  font-size: 20px;
  color: #645d53;
  width: 20%;
  display: inline-block;
  text-align: center;
  margin: 0 2.25% 50px;
  min-width: 210px; }
  @media all and (max-width: 1310px) {
  form p {
    width: 28%; } }
  @media all and (max-width: 940px) {
  form p {
    width: 45%; } }
  @media all and (max-width: 525px) {
  form p {
    width: 100%; } }

form span {
  display: inline-block;
  font-size: 20px;
  vertical-align: top;
  font-weight: 400;
  color: #645d53;
  font-family: 'vistasans', sans-serif;
  padding-left: 0px;
  width: 90%; }

.hi-question form {
  margin-top: 60px; }

.hi-question .back img {
  vertical-align: middle;
  width: 75px; }

.hi-question .back {
  text-align: center; }

.hi-question .back a {
  color: #b1a181;
  font-family: 'vistasans', sans-serif;
  font-weight: 800;
  text-decoration: none; }

form .box {
  background-color: #cec8b9;
  width: 20px !important;
  height: 20px;
  display: block;
  min-width: 0px !important;
  margin-left: 0px !important;
  position: absolute !important;
  top: 3px; }

form [type="checkbox"]:checked + label .box {
  background-color: #645d53; }
/*------------     Custom Checkboxes     ------------ */
/* Base for label styling */
[type="checkbox"]:not(:checked), [type="checkbox"]:checked {
  position: absolute;
  left: -9999px; }

[type="checkbox"]:not(:checked) + label, [type="checkbox"]:checked + label {
  color: #645d53;
  cursor: pointer;
  font-weight: 700;
  padding-top: 15px;
  border-radius: 999px;
  padding-bottom: 10px; }

#quiz [type="checkbox"]:not(:checked) + label, #quiz [type="checkbox"]:checked + label {
  background-color: transparent !important;
  height: auto !important;
  position: relative; }

.military [type="checkbox"]:not(:checked) + label, #question-interior [type="checkbox"]:not(:checked) + label, .military [type="checkbox"]:checked + label, #question-interior [type="checkbox"]:checked + label {
  cursor: pointer;
  border-radius: 0px;
  background-color: #cec8b9;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0px; }
  .military [type="checkbox"]:checked + label, #question-interior [type="checkbox"]:checked + label {
    background-color: #342f28; }
  .military span, #question-interior span {
    margin-left: 30px;
    position: relative;
    width: 100%;
    text-align: left;
    min-width: 80vw;
    margin-top: 0px; }
  .military p, #question-interior p {
    display: block;
    margin-bottom: 15px; }

.submit-wrap {
  border-left: 3px solid #d2b361;
  display: inline-block;
  padding-left: 5%;
  text-align: left;
  width: 44%; }
  @media all and (max-width: 800px) {
  .submit-wrap {
    width: 100%;
    border-left: none;
    margin-top: 40px; } }
  .submit-wrap .sort {
    width: 80%;
    background-color: #342f28;
    border-radius: 10px;
    color: #ebe6d4;
    width: 90%;
    position: relative;
    display: block;
    padding: 3% 10%;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    box-sizing: border-box;
    opacity: 0.15;
    transition: all ease 0.25s; }
    .submit-wrap .sort.active {
      opacity: 1; }
  .submit-wrap p {
    color: #5a5b42;
    padding: 20px 0px;
    font-size: 16px; }
    .submit-wrap p a {
      text-decoration: underline;
      color: #5a5b42;
      border-bottom: none;
      text-transform: uppercase;
      font-weight: 700; }

label {
  font-size: 20px; }

input[name="signup[gender]"] {
  display: none; }
/*------------     Licencees     ------------ */
#generic .licensees img {
  width: 100%; }
  #generic .licensees .col-6 {
    box-sizing: border-box;
    display: inline-block;
    margin: 0 5% 0 0;
    vertical-align: top;
    width: 45%; }
    @media all and (max-width: 600px) {
  #generic .licensees .col-6 {
    width: 100%; } }
    #generic .licensees .col-6 a {
      font-size: 18px;
      text-decoration: none; }
      #generic .licensees .col-6 a:hover {
        text-decoration: underline; }
    #generic .licensees .col-6:nth-of-type(2n) {
      margin-right: 0px; }
  #generic .licensees h4 {
    border-top: 4px double #616449;
    padding-top: 20px; }
/* hover style just for information */
label:hover:before {
  border: 1px solid #fff inset !important; }

#question-interior form span {
  width: 100%; }
/* RESPONSIVE STYLES */
@media all and (max-width: 800px) {
  .filter-content img[src*=button] {
    margin-top: 40px !important; }

  .nav-contents .left {
    display: none !important; }
    .nav-contents .right {
      width: 100% !important; }
      .nav-contents .right ul {
        margin: 10% auto !important; }

  .filter-content.active .filter-form-wrap {
    height: auto;
    margin-bottom: 0; } }

/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */

/* Hide scroll bar */

html.remodal-is-locked {
  overflow: hidden;
}

/* Anti FOUC */

.remodal,
[data-remodal-id] {
  display: none;
}

/* Necessary styles of the overlay */

.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;

  display: none;
}

/* Necessary styles of the wrapper */

.remodal-wrapper {
  position: fixed;
  z-index: 10;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  display: none;
  overflow: auto;

  text-align: center;
  background-color:#EEE6D4;	

  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;

  height: 100%;
  margin-left: -0.05em;

  content: "";
}

/* Fix iPad, iPhone glitches */

.remodal-overlay,
.remodal-wrapper {
  backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */

.remodal {
  position: relative;

  text-size-adjust: 100%;
}

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}

/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */

/* Default theme styles for the background */

.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  filter: blur(3px);
}

/* Default theme styles of the overlay */

.remodal-overlay {
	background-color: #EEE6D4;
	z-index: 0;
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  animation: remodal-overlay-opening-keyframes 0.3s;
}

.remodal-overlay.remodal-is-closing {
  animation: remodal-overlay-closing-keyframes 0.3s;
}

/* Default theme styles of the wrapper */

.remodal-wrapper {
  	padding:0;
	margin: 0 auto;
	width: 100%;
}

/* Default theme styles of the modal dialog */

.remodal {
    background: #fff none repeat scroll 0 0;
    box-sizing: border-box;
    color: #fff;
    height: auto;
    margin-bottom: -10%;
    padding-bottom: calc(22.5vw + 20vh);
    transform: translate3d(0px, 0px, 0px);
    width: 75%;
}
@media all and (max-height: 900px) and (orientation:landscape) {
	.remodal {
    	margin-bottom: -10%;
	}
}
@media all and (max-height: 760px) and (orientation:landscape) {
	.remodal {
    	width:65%;
	}
}
@media all and (max-height: 700px) and (orientation:landscape) {
	.remodal {
    	width:45%;
		padding-bottom: 24.25%;
	}
}
@media all and (max-height: 560px) and (orientation:landscape) {
	.remodal {
    	width:43%;
		padding-bottom: 18.25%;
	}
}

.remodal div.video-close {
    left: 100%!important;
    opacity: 1!important;
    top: 0!important;
}
@media all and (max-width: 640px) {
    .remodal div.video-close {
        left: calc(100% - 30px)!important;
        top: -30px!important;
    }
}
.remodal > iframe {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  box-shadow: 10px 10px 10px -4px #535353;
}

.remodal.wood {
    background:url(../bundles/gritman/images/bg_wood.jpg) center center / cover no-repeat !important;
}
.remodal.wood .interior {
  border:1px solid #FFF;
  padding:50px 75px;
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  animation: remodal-opening-keyframes 0.3s;
}

.remodal.remodal-is-closing {
  animation: remodal-closing-keyframes 0.3s;
}

/* Vertical align of the modal dialog */

.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

/* Close button */

.remodal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size:35px;

  display: block;
  overflow: visible;

  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;

  cursor: pointer;
  transition: color 0.2s;
  text-decoration: none;

  color: #FFFFFF;
  border: 0;
  outline: 0;
  background: transparent;
}

.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38;
}

.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 35px;
  line-height: 35px;

  position: absolute;
  top: 0;
  left: 0;

  display: block;

  width: 35px;

  content: "\00d7";
  text-align: center;
}

/* Dialog buttons */

.remodal-confirm,
.remodal-cancel {
  font: inherit;

  display: inline-block;
  overflow: visible;

  min-width: 110px;
  margin: 0;
  padding: 12px 0;

  cursor: pointer;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;

  border: 0;
  outline: 0;
}

.remodal-confirm {
  color: #fff;
  background: #81c784;
}

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a;
}

.remodal-cancel {
  color: #fff;
  background: #e57373;
}

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350;
}

/* Remove inner padding and border in Firefox 4+ for the button tag. */

.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;

  border: 0;
}

/* Keyframes
   ========================================================================== */

@keyframes remodal-opening-keyframes {
  from {
    transform: scale(1.05);

    opacity: 0;
  }
  to {
    transform: none;

    opacity: 1;
  }
}

@keyframes remodal-closing-keyframes {
  from {
    transform: scale(1);

    opacity: 1;
  }
  to {
    transform: scale(0.95);

    opacity: 0;
  }
}

@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

/* Media queries
   ========================================================================== */

@media only screen and (min-width: 641px) {
  .remodal {
  }
}

/* IE8
   ========================================================================== */

.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}

.lt-ie9 .remodal {
  width: 700px;
}

html {
  color: #645d53; }

a {
  color: inherit;
  text-decoration: underline; }

body {
  overflow-x: hidden; }
  body.route-head_inspection {
    background-color: #eee6d4; }
    body.route-head_inspection .cta {
      padding-bottom: 200px !important; }
  body .mobile-only {
    display: none; }
    @media all and (max-width: 800px) {
  body .mobile-only {
    display: block; } }

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

a img {
  border: none; }

div.close {
  background: url(../bundles/gritman/images/btn-close.png) no-repeat;
  cursor: pointer;
  left: 50%;
  height: 40px;
  margin-left: -73px;
  position: fixed;
  top: 80px;
  width: 146px;
  z-index: 18;
  -webkit-transition: background-color, 0.5s;
  -moz-transition: background-color, 0.5s;
  -o-transition: background-color, 0.5s;
  transition: background-color 0.5s; }
  div.close:hover {
    background-color: rgba(255, 255, 255, 0.8); }

a:hover div.close {
  background-color: rgba(255, 255, 255, 0.8); }

#content {
  height: auto;
  width: 100%; }

#header {
  background-color: #342f28;
  height: 84px;
  padding-right: 50px; }
  #header #logo-wrapper {
    display: inline-block;
    float: left;
    margin-left: 100px;
    position: absolute;
    width: 162px; }
  #header #logo-bg {
    background-color: #616449;
    display: block;
    text-align: center; }
    #header #logo-bg img {
      margin: 21px 0 5px;
      max-width: 79%; }
  #header #logo-arrow {
    border-left: 81px solid transparent;
    border-right: 81px solid transparent;
    border-top: 20px solid #616449;
    height: 0px;
    width: 0px; }
  #header nav {
    display: block;
    float: right;
    height: 100%;
    overflow: hidden; }
    #header nav a {
      color: #fff;
      display: inline-block;
      font-size: 0.875em;
      margin-right: 25px;
      margin-top: 25px; }
      #header nav a#login {
        color: #d1af66; }
      #header nav a#signup {
        border: 1px solid #d1af66;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        padding: 3px 9px; }
      #header nav a#menu {
        color: #dcd1bd;
        font-size: 1.25em; }

div.arrow-divider {
  overflow: hidden;
  text-align: center; }
  div.arrow-divider span.lines {
    display: inline-block;
    padding: 0 5px;
    position: relative; }
    div.arrow-divider span.lines:before, div.arrow-divider span.lines:after {
      border-top: 2px solid;
      border-bottom: 2px solid;
      content: "";
      display: block;
      height: 3px;
      margin-top: -5px;
      position: absolute;
      top: 50%;
      width: 3000%; }
    div.arrow-divider span.lines:before {
      right: 67%; }
    div.arrow-divider span.lines:after {
      left: 67%; }
  div.arrow-divider span.icon {
    font-size: 3.75em; }
  div.arrow-divider.fullclear span.lines:before {
    right: 100%; }
    div.arrow-divider.fullclear span.lines:after {
      left: 100%; }

div.divider-lines {
  border-bottom: 2px solid;
  border-top: 2px solid;
  height: 3px;
  margin: 0 0 1em; }

div.divider-single {
  border-top: 2px solid;
  margin: 0.5em 0; }

div.divider-triple {
  border-top: 7px double;
  border-bottom: 2px solid;
  height: 3px;
  margin: 0.5em 0; }

div#profile {
  width: 100%;
  background: #eee6d4; }
  div#profile .btnsml {
    -webkit-transition: background-color, 0.5s;
    -moz-transition: background-color, 0.5s;
    -o-transition: background-color, 0.5s;
    transition: background-color 0.5s; }
    div#profile .btnsml:hover {
      background-color: #dcd0b2 !important; }
  div#profile #signup ul {
    color: #c84707;
    display: inline;
    font-style: italic;
    list-style-type: none;
    margin-top: -1.4em;
    padding-left: 0; }
    div#profile #signup ul li {
      display: inline; }
      div#profile #signup ul li:after {
        content: "\A";
        white-space: pre; }
  div#profile .profile-field-edit {
    display: none; }
  div#profile .profile-field, div#profile .profile-field-label {
    padding-left: 0; }
  div#profile div.select_wrap {
    width: 100%;
    max-width: 341px; }
  div#profile input[type=number] {
    width: 100%;
    max-width: 341px; }
  div#profile div#interior {
    box-sizing: border-box;
    width: 100%;
    max-width: 1000px;
    padding: 120px 14.5% 0;
    margin: 20px auto 0;
    background: url(../bundles/gritman/images/profile/bg_overlay.png) top right no-repeat; }
    @media all and (max-width: 800px) {
  div#profile div#interior {
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 80px; } }
    div#profile div#interior div.arrow-divider, div#profile div#interior div.arrow-divider span.lines, div#profile div#interior div.divider-lines {
      color: #b5a990; }
    div#profile div#interior > .arrow-divider.small {
      margin-left: 120px;
      margin-right: 120px; }
      @media all and (max-width: 800px) {
  div#profile div#interior > .arrow-divider.small {
    margin-left: 0;
    margin-right: 0; } }
      div#profile div#interior > .arrow-divider.small.fullclear h2 {
        font-family: 'vistasans';
        font-weight: 900;
        text-transform: uppercase;
        color: #616449;
        font-size: 26px; }
    div#profile div#interior > h1 {
      margin-bottom: 20px;
      text-align: center;
      width: 100%;
      color: #616449;
      font-family: 'vistasans';
      font-weight: 900;
      font-size: 62px;
      text-transform: uppercase; }
      @media all and (max-width: 400px) {
  div#profile div#interior > h1 {
    font-size: 2.5em; } }
    div#profile div#interior div.profile_image {
      width: 100%;
      margin: 0 auto 0 12%;
      position: relative; }
      div#profile div#interior div.profile_image a.upload {
        background: url(../bundles/gritman/images/forms/icon_camera.png) center center no-repeat;
        background-size: auto;
        width: 20px;
        height: 20px;
        display: block;
        border-radius: 50%;
        position: absolute;
        bottom: 0;
        right: 15px;
        cursor: pointer; }
        div#profile div#interior div.profile_image a.upload.profile {
          right: 0;
          left: 110px;
          top: 100px; }
      div#profile div#interior div.profile_image > img, div#profile div#interior div.profile_image > div.left > img {
        display: inline-block;
        float: left;
        min-width: 122px;
        max-width: 122px;
        min-height: 122px;
        max-height: 122px;
        height: auto;
        border-radius: 50%; }
      div#profile div#interior div.profile_image > div.left > img {
        float: right; }
      div#profile div#interior div.profile_image div.left {
        padding-right: 20px; }
      div#profile div#interior div.profile_image div.right {
        border-left: 1px solid #dcd1bd; }
      div#profile div#interior div.profile_image span.righthalf {
        padding-left: 32px;
        margin: 20px 0 20px 32px;
        float: left;
        border-left: 1px solid #dcd1bd;
        font-size: 27px;
        color: #645d53;
        font-size: 0.8em;
        font-size: 20px;
        font-family: 'vistasans';
        font-weight: 100; }
        div#profile div#interior div.profile_image span.righthalf h3 {
          min-width: 300px;
          margin-top: 0;
          font-size: 30px;
          color: #645d53;
          font-family: 'vistasans';
          font-weight: 900;
          text-transform: uppercase;
          line-height: 30px; }
      div#profile div#interior div.profile_image.wide {
        margin: 0;
        width: 100%; }
      @media all and (max-width: 800px) {
  div#profile div#interior div.profile_image {
    text-align: center;
    margin: 0; }
  div#profile div#interior div.profile_image .select_wrap span {
    text-align: left; }
  div#profile div#interior div.profile_image > img {
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    width: 100%; }
  div#profile div#interior div.profile_image > span.righthalf {
    border: none;
    margin: 10px auto;
    padding-left: 0;
    text-align: center;
    float: none;
    width: 100%; }
  div#profile div#interior div.profile_image > div.left, div#profile div#interior div.profile_image > div.right {
    width: 100% !important;
    border: 0px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-align: center !important; }
    div#profile div#interior div.profile_image > div.left > img, div#profile div#interior div.profile_image > div.right > img {
      float: none;
      margin-left: auto;
      margin-right: auto; }
    div#profile div#interior div.profile_image > div.left > a.upload, div#profile div#interior div.profile_image > div.right > a.upload {
      left: 0;
      right: 0;
      border-radius: 0;
      background-position: right bottom;
      margin-left: auto;
      margin-right: auto;
      padding-left: 100px; }
  div#profile div#interior div.profile_image div.right input {
    max-width: 80%; } }
    div#profile div#interior div.left {
      width: 28%;
      float: left;
      text-align: right;
      box-sizing: border-box;
      padding-right: 0;
      font-family: 'vistasans';
      font-style: italic;
      font-weight: bold;
      text-transform: uppercase;
      color: #645d53;
      font-size: 14px;
      line-height: 30px;
      position: relative; }
    div#profile div#interior div.right {
      width: 72%;
      float: left;
      text-align: left;
      box-sizing: border-box;
      padding-left: 30px; }
    @media all and (max-width: 800px) {
  div#profile div#interior div.left, div#profile div#interior div.right {
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
    width: 100%; }
    div#profile div#interior div.left div.select_wrap, div#profile div#interior div.right div.select_wrap {
      margin: 0 auto; }
      div#profile div#interior div.left div.select_wrap span, div#profile div#interior div.right div.select_wrap span {
        text-align: left; }
    div#profile div#interior div.left label.radio, div#profile div#interior div.right label.radio {
      max-width: 310px;
      margin: 0px auto; } }
    div#profile div#interior div.threeup {
      width: 29%;
      margin: 0 1.5%;
      display: inline-block;
      text-align: center;
      font-size: 28px;
      font-weight: normal;
      color: #645d53;
      font-family: 'vistasans';
      vertical-align: top; }
      div#profile div#interior div.threeup > img {
        padding-bottom: 20px; }
    div#profile div#interior div.twoup {
      width: 45%;
      margin: 0 2%;
      display: inline-block;
      text-align: center;
      font-size: 24px;
      font-weight: normal;
      color: #645d53;
      font-family: 'vistasans'; }
      div#profile div#interior div.twoup.unsolved {
        font-size: 28px;
        color: #bfb6a6;
        font-family: serif; }
      div#profile div#interior div.twoup > img {
        padding-bottom: 20px; }
    @media all and (max-width: 530px) {
  div#profile div#interior div.twoup, div#profile div#interior div.threeup {
    width: 100%;
    margin-bottom: 10px; } }
    div#profile div#interior a.orangebtn {
      line-height: 24px;
      font-size: 22px;
      background-color: #c84707;
      color: #eee6d4;
      font-family: 'vistasans';
      text-transform: uppercase;
      padding: 15px 25px;
      border-radius: 3px;
      font-weight: 700;
      display: block;
      cursor: pointer; }
    div#profile div#interior p {
      text-align: center;
      padding: 40px 20%;
      display: inline-block;
      margin-bottom: 60px; }

span.clear {
  display: block;
  width: 100%;
  clear: both;
  height: 1px; }

div.video_max {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px; }

div.video_wrap {
  width: 100%;
  height: auto;
  padding-bottom: 56.25%;
  position: relative; }
  div.video_wrap iframe, div.video_wrap video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important; }

div#results {
  width: 100%;
  background: #eee6d4;
  box-sizing: border-box;
  padding: 0 70px 70px 70px; }
  @media all and (max-width: 800px) {
  div#results {
    padding: 0 5% 5% 5%; } }
  div#results div#interior {
    padding-top: 80px;
    width: 100%;
    margin: 0 auto;
    max-width: 1200px;
    background: url(../bundles/gritman/images/results/bg_logo_overlay.png) center 10% no-repeat;
    text-align: center; }
    @media all and (max-width: 800px) {
  div#results div#interior {
    width: 90%; } }
    div#results div#interior a.btnsml {
      padding: 0 1.5em; }
    div#results div#interior div.divider-lines, div#results div#interior div.arrow-divider {
      color: #b5a990; }
      div#results div#interior div.divider-lines h2, div#results div#interior div.arrow-divider h2 {
        text-transform: uppercase;
        color: #616449; }
    div#results div#interior div.left, div#results div#interior div.right {
      width: 50%;
      display: inline-block; }
    div#results div#interior div.left {
      text-align: left;
      float: left; }
      div#results div#interior div.left a {
        text-decoration: none;
        font-weight: bold;
        color: #000; }
    div#results div#interior div.right {
      text-align: right;
      float: right; }
      div#results div#interior div.right b {
        color: #d1af66; }
    div#results div#interior h4 {
      color: #645d53;
      font-family: 'vistasans', sans-serif;
      font-size: 1.2em;
      font-weight: 500;
      letter-spacing: 0.04em;
      margin: 2em 0 1em; }
    div#results div#interior h5 {
      display: inline-block;
      font-size: 1.2em;
      font-weight: 500;
      letter-spacing: 0.04em;
      margin: 0 auto;
      max-width: 650px;
      width: 80%; }
      div#results div#interior h5 img.rich {
        border-radius: 50%;
        display: inline-block;
        height: auto;
        max-height: 96px;
        max-width: 96px;
        min-height: 96px;
        min-width: 96px; }
      div#results div#interior h5 span {
        display: block;
        margin-top: 15px;
        padding: 0;
        vertical-align: top;
        width: 100%; }
        @media all and (min-width: 400px) {
  div#results div#interior h5 span {
    display: inline-block; } }
        @media all and (min-width: 800px) {
  div#results div#interior h5 span {
    margin-top: 6px;
    margin-right: 92px;
    width: 60%; } }
      div#results div#interior h5 .btnsml {
        display: block;
        font-size: 11px;
        margin: -20px auto 0;
        max-width: 250px;
        min-width: 190px;
        padding: 0;
        width: 80%; }
        @media all and (min-width: 600px) {
  div#results div#interior h5 .btnsml {
    font-size: 14px; } }
    div#results div#interior span.mancon {
      font-size: 24px;
      line-height: 24px;
      height: 24px;
      margin-bottom: 10px;
      padding-top: 1em;
      display: inline-block;
      font-family: 'vistaslab';
      font-weight: bold; }
      div#results div#interior span.mancon.green {
        color: #616449; }
      div#results div#interior span.mancon.red {
        color: #bb4006; }
      div#results div#interior span.mancon.yellow {
        color: #d1af66; }
    div#results div#interior div.twoup + div.twoup {
      margin-left: 10%; }
      @media all and (max-width: 800px) {
  div#results div#interior div.twoup + div.twoup {
    margin-left: 0; } }
    div#results div#interior div.twoup {
      width: 45%;
      float: left; }
      div#results div#interior div.twoup > h1 {
        margin-bottom: 20px;
        text-align: center;
        width: 100%;
        color: #616449;
        font-family: 'vistasans';
        font-size: 4.810625em;
        font-weight: 900;
        text-transform: uppercase;
        letter-spacing: -0.02em;
        line-height: 0.85em; }
        @media all and (max-width: 1200) {
  div#results div#interior div.twoup > h1 {
    font-size: 42px !important; } }
        @media all and (max-width: 800px) {
  div#results div#interior div.twoup > h1 {
    font-size: 10vw; } }
      div#results div#interior div.twoup p {
        color: #645d53;
        font-size: 18px;
        line-height: 1.7475em;
        text-align: left;
        word-spacing: -0.08em; }
      @media all and (max-width: 800px) {
  div#results div#interior div.twoup {
    width: 100%; } }
    @media all and (max-width: 800px) {
  div#results div#interior img[src*=header_results] {
    width: 100%;
    height: auto; } }
    div#results div#interior > .arrow-divider.fullclear > h2 {
      font-family: 'vistasans';
      text-transform: uppercase;
      color: #616449;
      font-size: 32px;
      font-weight: 900; }

div#about {
  width: 100%;
  background: #eee6d4; }
  div#about div#interior {
    padding-top: 70px;
    width: 100%;
    margin: 0 auto;
    text-align: center; }
    div#about div#interior div.topsmall {
      width: 650px;
      margin: 60px auto; }
      @media all and (max-width: 800px) {
  div#about div#interior div.topsmall {
    width: 80%;
    margin: 10px auto; } }
    div#about div#interior div.twowrap {
      width: 100%;
      max-width: 1200px;
      margin: 0 auto;
      position: relative; }
    div#about div#interior h1 {
      margin-bottom: 20px;
      text-align: center;
      width: 100%;
      color: #616449;
      font-family: 'vistasans';
      font-weight: 900;
      font-size: 62px;
      text-transform: uppercase; }
      @media all and (max-width: 800px) {
  div#about div#interior h1 {
    font-size: 2.25em; } }
    div#about div#interior div.arrow-divider, div#about div#interior div.arrow-divider span.lines, div#about div#interior div.divider-lines {
      color: #b5a990; }
    div#about div#interior .arrow-divider.small {
      margin-left: 120px;
      margin-right: 120px; }
      @media all and (max-width: 800px) {
  div#about div#interior .arrow-divider.small {
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px; } }
      div#about div#interior .arrow-divider.small.fullclear > h2 {
        font-family: 'vistasans';
        font-weight: 900;
        text-transform: uppercase;
        color: #616449;
        font-size: 32px; }
    div#about div#interior div.padwrap {
      width: 100%;
      box-sizing: border-box;
      padding: 0 70px; }
      @media all and (max-width: 800px) {
  div#about div#interior div.padwrap {
    padding: 0;
    width: 80%;
    margin: 0 auto; } }
    div#about div#interior div.darkband {
      padding: 40px 0;
      width: 100%;
      background: #e5d9c2;
      box-sizing: border-box; }
      div#about div#interior div.darkband .arrow-divider, div#about div#interior div.darkband div.divider-lines {
        width: 95%;
        margin-left: auto;
        margin-right: auto;
        color: #c9a55d; }
        div#about div#interior div.darkband .arrow-divider span.lines, div#about div#interior div.darkband div.divider-lines span.lines {
          color: #c9a55d; }
          div#about div#interior div.darkband .arrow-divider span.lines h2, div#about div#interior div.darkband div.divider-lines span.lines h2 {
            color: #5a3328;
            font-family: 'vistaslab';
            font-weight: 900;
            text-transform: uppercase;
            font-size: 2em; }
            @media all and (max-width: 480px) {
  div#about div#interior div.darkband .arrow-divider span.lines h2, div#about div#interior div.darkband div.divider-lines span.lines h2 {
    font-size: 1.4em; } }
      div#about div#interior div.darkband img {
        width: 30%;
        height: auto; }
        div#about div#interior div.darkband img.left {
          margin-left: 0.5%; }
    div#about div#interior div.twoup {
      width: 48%;
      margin: 0 1%;
      float: left;
      color: #645d53;
      box-sizing: border-box; }
      div#about div#interior div.twoup > h1 {
        margin-bottom: 20px;
        text-align: center;
        width: 100%;
        color: #616449;
        font-family: 'vistasans';
        font-weight: 900;
        font-size: 62px;
        text-transform: uppercase; }
      div#about div#interior div.twoup p {
        text-align: left;
        font-family: 'vistasans';
        font-weight: normal;
        font-size: 18px; }
        @media all and (max-width: 480px) {
  div#about div#interior div.twoup p {
    font-size: 16px; } }
        div#about div#interior div.twoup p a {
          font-weight: bold;
          text-decoration: underline; }
      div#about div#interior div.twoup img {
        width: 100%;
        height: auto; }
      div#about div#interior div.twoup.left {
        padding-left: 70px;
        padding-right: 35px; }
        div#about div#interior div.twoup.left.vertmid {
          left: 0; }
      div#about div#interior div.twoup.right {
        float: right;
        padding-left: 35px;
        padding-right: 70px; }
        div#about div#interior div.twoup.right.vertmid {
          right: 0; }
      @media all and (max-width: 800px) {
  div#about div#interior div.twoup {
    width: 98%; }
    div#about div#interior div.twoup.left, div#about div#interior div.twoup.right {
      padding-left: 0;
      padding-right: 0;
      padding-top: 20px;
      padding-bottom: 20px; }
      div#about div#interior div.twoup.left p, div#about div#interior div.twoup.right p, div#about div#interior div.twoup.left img, div#about div#interior div.twoup.right img {
        width: 80%;
        margin: 0 auto; } }
      @media all and (min-width: 801px) {
  div#about div#interior div.twoup.vertmid {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); } }

li.phone_link, li.login_link {
  cursor: pointer; }

li.login_link {
  -webkit-transition: color, 0.5s;
  -moz-transition: color, 0.5s;
  -o-transition: color, 0.5s;
  transition: color 0.5s; }
  li.login_link:hover {
    color: #fff; }

li.phone_link img {
  -webkit-transition: all, 0.5s;
  -moz-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all 0.5s; }
  li.phone_link:hover img {
    -webkit-filter: hue-rotate(13deg) brightness(130%);
    -moz-filter: hue-rotate(13deg) brightness(130%);
    filter: hue-rotate(13deg) brightness(130%); }

.tertiary-cta {
  -webkit-transition: border-color, 0.5s;
  -moz-transition: border-color, 0.5s;
  -o-transition: border-color, 0.5s;
  transition: border-color 0.5s; }
  .tertiary-cta:hover {
    border-color: #fff !important; }

div#phone_panel {
  height: 135px;
  margin-top: 10px;
  background-color: #eee6d4;
  position: fixed;
  right: 13%;
  top: 70px;
  width: 400px;
  z-index: 102;
  box-sizing: border-box;
  padding: 30px;
  color: #b5a990;
  font-size: 16px;
  -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.75); }
  div#phone_panel .arrow {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #eee6d4;
    margin: -39px auto 20px; }
  div#phone_panel h4 {
    text-align: center;
    padding-bottom: 10px;
    color: #616449;
    font-family: 'vistasansalt';
    font-weight: normal;
    font-size: 18px; }
  div#phone_panel a.btnsml {
    box-sizing: border-box; }
  div#phone_panel a.btnsml.sml {
    width: 90px; }
  div#phone_panel a.btnsml.big {
    float: right;
    width: 230px; }

div#login_panel {
  height: auto;
  margin-top: 10px;
  background-color: #eee6d4;
  position: fixed;
  right: 13%;
  top: 70px;
  width: 400px;
  z-index: 102;
  box-sizing: border-box;
  padding: 30px;
  color: #b5a990;
  font-size: 16px;
  -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.75); }
  div#login_panel .arrow {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #eee6d4;
    margin: -39px auto 20px; }
  div#login_panel input[type=text], div#login_panel input[type=password] {
    width: 100%;
    background-color: #eee9df;
    border: 1px solid #c6bba4;
    border-radius: 5px;
    box-sizing: border-box;
    color: #645d53;
    font-family: "vistasans";
    font-size: 14px;
    height: 30px;
    padding: 5px 10px; }
  div#login_panel span.login-error {
    color: #c84707;
    font-size: 14px;
    width: 100%;
    display: inline-block;
    text-align: center; }
  div#login_panel a.cta {
    width: 140px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #403b2d;
    background-color: #d1af66;
    font-size: 16px;
    display: block;
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
    text-decoration: none;
    -webkit-transition: background-color, 0.5s;
    -moz-transition: background-color, 0.5s;
    -o-transition: background-color, 0.5s;
    transition: background-color 0.5s; }
    div#login_panel a.cta:hover {
      background-color: #dcd0b2 !important; }
  div#login_panel a.forgotlink {
    color: #b5a990;
    display: block;
    font-family: 'vistasans', sans-serif;
    font-size: 13px;
    text-align: right;
    margin-top: 1em;
    width: 100%; }
    div#login_panel a.forgotlink:hover {
      text-decoration: none; }
  @media all and (max-width: 800px) {
  div#login_panel {
    position: relative !important;
    box-shadow: none !important;
    right: auto !important;
    left: auto !important;
    top: auto !important;
    bottom: auto !important;
    padding: 0 !important;
    margin: 20px auto !important; }
    div#login_panel .arrow {
      display: none !important; } }

form.styled {
  width: 100%; }
  form.styled input[type=text], form.styled input[type=email], form.styled input[type=number], form.styled input[type=password] {
    max-width: 341px;
    width: 100%;
    height: 30px;
    border: 1px solid #c6bba4;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 5px 10px;
    background-color: #eee9df;
    font-family: 'vistasans';
    font-size: 14px;
    color: #645d53; }
    @media all and (max-width: 800px) {
  form.styled input[type=text], form.styled input[type=email], form.styled input[type=number], form.styled input[type=password] {
    width: 100% !important; } }
  form.styled input[type=text].big, form.styled input[type=email].big {
    height: 45px;
    line-height: 45px;
    margin: 9px 0; }
  form.styled div.select_wrap {
    position: relative;
    width: 341px;
    height: 30px;
    cursor: pointer; }
    form.styled div.select_wrap span {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 2;
      background-color: #eee9df;
      border: 1px solid #c6bba4;
      border-radius: 5px;
      width: 100%;
      height: 33px;
      box-sizing: border-box;
      padding: 8px;
      pointer-events: none;
      font-size: 12px;
      color: #afaba3;
      font-family: 'vistasans';
      cursor: pointer;
      font-weight: normal;
      opacity: 1; }
    form.styled div.select_wrap div.arrow {
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-top: 10px solid #b5a990;
      height: 0;
      position: absolute;
      right: 10px;
      top: 12px;
      width: 0;
      z-index: 3;
      pointer-events: none; }
    form.styled div.select_wrap select {
      margin: 2px 5px;
      position: relative;
      z-index: 1;
      width: 100%;
      max-width: 97.5%;
      height: 30px;
      outline: none;
      cursor: pointer;
      font-size: 20px;
      -webkit-appearance: menulist-button; }
    form.styled div.select_wrap.marital-wrap div.arrow {
      top: 17px; }
      form.styled div.select_wrap.marital-wrap #signup_marital_status {
        margin: 8px 5px; }
  form.styled label {
    display: block;
    width: 100%;
    text-align: left;
    background-image: url(../bundles/gritman/images/forms/check_off.png);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 30px;
    cursor: pointer;
    font-family: 'vistasans';
    color: #6d665c;
    font-size: 12px;
    height: 35px;
    font-weight: normal;
    line-height: 35px; }
    form.styled label input[type=checkbox] {
      display: none; }
    @media all and (max-width: 800px) {
  form.styled label {
    max-width: 311px;
    margin: 0 auto; } }

html.ie.ie9 div.select_wrap span, html[data-useragent*='MSIE 10.0'] div.select_wrap span {
  display: none !important; }
  html.ie.ie9 div.select_wrap select, html[data-useragent*='MSIE 10.0'] div.select_wrap select {
    margin: 0 !important;
    border: 1px solid #c6bba4;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 5px 10px;
    background-color: #eee9df; }

div.header {
  -webkit-transform: skew(-20deg);
  -moz-transform: skew(-20deg);
  -o-transform: skew(-20deg);
  background-color: #dcd1bd;
  color: #645d53;
  text-align: center;
  font-family: 'vistasans';
  font-weight: 900;
  width: 130px;
  height: 25px;
  text-transform: uppercase;
  font-size: 17px;
  margin: 0 auto 20px;
  line-height: 25px; }
  div.header.wide {
    width: 230px;
    letter-spacing: 1px; }

a.orangebtn {
  line-height: 24px;
  font-size: 24px;
  background-color: #c84707;
  color: #eee6d4;
  font-family: 'vistasans';
  text-transform: uppercase;
  padding: 15px 25px;
  border-radius: 3px;
  font-weight: 700;
  display: block;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: background-color, 0.5s;
  -moz-transition: background-color, 0.5s;
  -o-transition: background-color, 0.5s;
  transition: background-color 0.5s; }
  a.orangebtn:hover {
    background-color: #a23a06 !important; }

#results .orangebtn {
  margin: 0 auto;
  max-width: 400px; }

a.btnsml, input[type=submit].btnsml {
  /*width:145px;
   height:32px;
   background-color: #D1AF66;
   border: none;
   color:#403B2D;
   display:inline-block;
   line-height:32px;
   text-align:center;
   font-family:'vistasans';
   font-weight: 900;
   cursor:pointer;
   text-transform:uppercase;
   margin-left:5px;
   margin-right:5px;
   border-radius:0px !important;
   text-decoration: none;*/
  border-radius: 0px !important;
  background-color: #d1af66;
  color: #403b2d;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  height: 35px;
  line-height: 35px;
  border: none;
  text-align: center;
  text-decoration: none;
  width: auto;
  font-family: 'vistasans';
  font-weight: 900;
  cursor: pointer;
  -webkit-transition: background-color, 0.5s;
  -moz-transition: background-color, 0.5s;
  -o-transition: background-color, 0.5s;
  transition: background-color 0.5s; }
  @media all and (max-width: 600px) {
  a.btnsml, input[type=submit].btnsml {
    margin-bottom: 1em; } }
  a.btnsml:hover, input[type=submit].btnsml:hover {
    background-color: #dcd0b2 !important; }
/* placeholder colors */
::-webkit-input-placeholder {
  color: #afaba3; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #afaba3; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #afaba3; }

:-ms-input-placeholder {
  color: #afaba3; }
/* complicatey ribbon code */
.ribbon {
  width: auto;
  display: inline-block;
  padding: 0 4em;
  position: relative;
  text-align: center;
  font-size: 21px !important;
  background: #dbbc75;
  margin-left: auto;
  margin-right: auto; }

.ribbon h2 {
  font-size: 38px !important;
  color: #eee6d4;
  text-shadow: #eee6d4 0 1px 0;
  margin: 0px;
  padding: 15px 10px; }

.ribbon:before, .ribbon:after {
  content: '';
  position: absolute;
  display: block;
  bottom: -1.5em;
  border: 1.5em solid #dbbc75;
  z-index: 1; }

.ribbon:before {
  left: -3.5em;
  border-right-width: 4em;
  border-left-color: transparent; }

.ribbon:after {
  right: -3.5em;
  border-left-width: 4em;
  border-right-color: transparent; }

.ribbon .ribbon-content:before, .ribbon .ribbon-content:after {
  border-color: #5d362e transparent transparent transparent;
  position: absolute;
  display: block;
  border-style: solid;
  bottom: -1.5em;
  content: '';
  z-index: 2; }

.ribbon .ribbon-content:before {
  left: 0;
  border-width: 1.5em 0 0 2em; }

.ribbon .ribbon-content:after {
  right: 0;
  border-width: 1.5em 2em 0 0; }

.ribbon-stitches-top {
  margin-top: 2px;
  border-top: 0px dashed rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 2px rgba(255, 255, 255, 0.5); }

.ribbon-stitches-bottom {
  margin-bottom: 2px;
  border-top: 0px dashed rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 2px rgba(255, 255, 255, 0.3); }

div#quiz {
  width: 100%;
  background: #eee6d4;
  height: auto;
  box-sizing: border-box; }
  div#quiz #crisis {
    margin-top: 4em;
    position: relative; }
  div#quiz #crisis #close-crisis {
    background-color: #d1af66;
    color: #e6d6b4;
    cursor: pointer;
    font-size: 24px;
    height: 24px;
    line-height: 24px;
    position: absolute;
    text-align: center;
    top: -30px;
    right: 0;
    width: 24px; }
  div#quiz #crisis p {
    font-size: 20px;
    margin: 15px 0; }
  div#quiz #crisis a, div#quiz #crisis em {
    color: #883623;
    font-style: normal;
    font-weight: 600;
    text-decoration: none; }
  div#quiz div#interior {
    box-sizing: border-box;
    width: 100%;
    padding: 120px 0 0;
    margin: 20px auto 0;
    background-position: right bottom;
    background-repeat: no-repeat;
    position: relative;
    height: 100%; }
  @media all and (max-width: 800px) {
    div#quiz div#interior #background {
      max-width: 80%; } }
  div#quiz div#interior #question-interior {
    opacity: 0; }
    div#quiz div#interior #question-interior form label span {
      font-weight: 700; }
  div#quiz div#interior #background {
    bottom: 0;
    opacity: 0;
    position: absolute;
    right: 0; }
  div#quiz div#interior div#interior2 {
    width: 100%;
    max-width: 800px;
    margin: 0 auto; }
    @media all and (max-width: 800px) {
    div#quiz div#interior div#interior2 {
      width: 90%; } }
    div#quiz div#interior div#interior2 h2#step {
      width: 100%;
      max-width: 800px;
      text-align: center;
      color: #b5a990; }
    div#quiz div#interior div#interior2 div#progressbar {
      width: 100%;
      max-width: 800px;
      height: 12px;
      position: relative;
      background-color: #e6d6b4; }
      div#quiz div#interior div#interior2 div#progressbar div#completed {
        position: absolute;
        top: 0;
        left: 0;
        height: 12px;
        background-color: #d1af66;
        -webkit-transition: all ease 0.25s;
        transition: all ease 0.25s; }
    div#quiz div#interior div#interior2 div.fourhundred {
      width: 100%;
      margin: 90px auto 0; }
      div#quiz div#interior div#interior2 div.fourhundred h2.questiontitle {
        width: 100%;
        text-align: center;
        color: #616449; }
      @media all and (max-width: 800px) {
    div#quiz div#interior div#interior2 div.fourhundred {
      margin: 50px auto 0; } }
    div#quiz div#interior div#interior2 #the-question {
      margin-top: 10px;
      text-align: center;
      font-size: 20px; }
    div#quiz div#interior div#interior2 div#questions {
      margin-top: 50px; }
      div#quiz div#interior div#interior2 div#questions p {
        display: block;
        margin-bottom: 20px; }
        @media all and (max-width: 800px) {
    div#quiz div#interior div#interior2 div#questions p {
      height: auto; }
    div#quiz div#interior div#interior2 div#questions p label span {
      width: 80%;
      font-size: 16px; } }
    div#quiz div#interior div#interior2 div.divider-lines {
      color: #b5a990;
      margin-left: auto;
      margin-right: auto;
      margin-top: 1em;
      max-width: 400px; }
    div#quiz div#interior div#interior2 > h1 {
      margin-bottom: 20px;
      text-align: center;
      width: 100%;
      color: #616449;
      font-family: 'vistasans';
      font-weight: 900;
      font-size: 62px;
      text-transform: uppercase; }
    div#quiz div#interior div#interior2 a.arr {
      color: #b1a181;
      font-family: 'vistasans';
      font-weight: 900;
      display: block;
      position: relative;
      width: 30px;
      padding-left: 70px;
      margin: 20px auto 80px;
      text-decoration: none; }
      div#quiz div#interior div#interior2 a.arr:before {
        font-family: man;
        font-size: 16px;
        font-weight: normal;
        position: absolute;
        content: '\e805';
        left: 0;
        color: #b1a181; }

div#testimonial {
  width: 100%;
  background: #a99878; }
  .type-video-standalone div#testimonial {
    background: #e5d7b9; }
  .type-video-standalone div#testimonial h1 {
    color: #5e362c !important; }
  .type-video-standalone div#testimonial h3 {
    border-color: #b5a990 !important;
    color: #645d53 !important; }
  .type-video-standalone div#testimonial div.divider-lines, .type-video-standalone div#testimonial .lines {
    color: #b5a990 !important; }
  div#testimonial div#interior {
    padding: 60px; }
  @media all and (max-width: 800px) {
    div#testimonial div#interior {
      padding: 20px !important; } }
  div#testimonial div#interior div.sizer {
    width: 600px;
    margin: 40px auto; }
    @media all and (max-width: 600px) {
    div#testimonial div#interior div.sizer {
      width: 100% !important;
      margin: 20px auto; } }
  div#testimonial div#interior h1 {
    font-family: 'vistasans';
    font-weight: 900;
    text-transform: uppercase;
    color: #342f28;
    font-size: 62px;
    width: 100%;
    text-align: center;
    margin-top: -20px;
    margin-bottom: 15px; }
    @media all and (max-width: 600px) {
    div#testimonial div#interior h1 {
      font-size: 45px; } }
  div#testimonial div#interior h3 {
    text-transform: uppercase;
    font-family: 'vistaslab';
    font-weight: 700;
    color: #eee6d4;
    padding-bottom: 15px;
    border-bottom: 2px solid #eee6d4;
    width: 100%;
    text-align: center;
    margin-bottom: 50px; }
    @media all and (max-width: 600px) {
    div#testimonial div#interior h3 {
      font-size: 14px; } }
  div#testimonial div#interior div.arrow-divider, div#testimonial div#interior div.arrow-divider span.lines, div#testimonial div#interior div.divider-lines {
    color: #eee6d4; }
  div#testimonial div#interior .arrow-divider.small {
    margin-left: 120px;
    margin-right: 120px; }
    @media all and (max-width: 600px) {
    div#testimonial div#interior .arrow-divider.small {
      margin-left: 0;
      margin-right: 0; } }

div#generic {
  width: 100%;
  background: #eee6d4; }
  div#generic a:hover {
    text-decoration: none; }
  div#generic div#interior {
    box-sizing: border-box;
    width: 100%;
    max-width: 800px;
    padding: 120px 0 0;
    margin: 20px auto 0; }
  @media all and (max-width: 800px) {
    div#generic div#interior {
      width: 90%; } }
  div#generic div#interior div.arrow-divider, div#generic div#interior div.arrow-divider span.lines, div#generic div#interior div.divider-lines {
    color: #b5a990; }
  div#generic div#interior > .arrow-divider.small {
    margin-left: 120px;
    margin-right: 120px; }
    div#generic div#interior > .arrow-divider.small.fullclear h2 {
      font-family: 'vistasans';
      font-weight: 900;
      text-transform: uppercase;
      color: #616449;
      font-size: 28px; }
  div#generic div#interior > h1 {
    margin-bottom: 20px;
    text-align: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    color: #616449;
    font-family: 'vistasans';
    font-weight: 900;
    font-size: 60px;
    text-transform: uppercase;
    line-height: 60px; }
    @media all and (max-width: 600px) {
    div#generic div#interior > h1 {
      width: 100%;
      line-height: 35px;
      font-size: 2.25em; } }
  div#generic div#interior h4 {
    font-family: 'vistaslab';
    font-weight: 500;
    color: #616449;
    text-align: center;
    font-size: 22px;
    margin-bottom: 40px; }
    @media all and (max-width: 600px) {
    div#generic div#interior h4 {
      font-size: 20px !important;
      line-height: 25px;
      margin: 0 auto 30px !important;
      width: 90%; } }
  div#generic div#interior .cms-content h4 {
    margin-bottom: 22px;
    margin-top: 22px; }
    div#generic div#interior .cms-content ul li {
      margin-bottom: 0px; }
  div#generic div#interior p, div#generic div#interior li {
    font-family: 'vistasans';
    font-size: 22px;
    line-height: 28px;
    color: #645d53; }
  div#generic div#interior p {
    margin: 1em 0; }
  div#generic div#interior.hi-questions p {
    margin-top: 40px;
    margin-bottom: 60px; }
  div#generic div.cta {
    padding-bottom: 40px;
    text-align: center;
    position: relative; }
  div#generic div.cta #take-inspection {
    display: inline-block;
    width: auto; }
    @media all and (max-width: 800px) {
    div#generic div.cta #take-inspection {
      margin-bottom: 2em; } }
    @media all and (max-width: 600px) {
    div#generic div.cta #take-inspection {
      box-sizing: border-box;
      width: 100%;
      margin-bottom: 20px; } }
  div#generic div.cta #watch-intro {
    display: inline-block;
    margin-left: 0px; }
    @media all and (max-width: 650px) {
    div#generic div.cta #watch-intro {
      margin-left: 0px; } }
  @media all and (max-width: 480px) {
  div#generic h1 {
    font-size: 2.25em !important; }
  div#generic h4 {
    font-size: 1.5em !important;
    margin-bottom: 0 !important; }
  div#generic p, div#generic li {
    font-size: 1em !important;
    line-height: 1.5em !important;
    margin: 0.75em 0 !important; }
  div#generic .arrow-divider.small {
    margin-left: 0 !important;
    margin-right: 0 !important; } }

#slides a {
  text-decoration: none; }

div#relatedcontent {
  background: #eee6d5;
  padding: 60px; }
  div#relatedcontent div.arrow-divider {
    color: #d5b675;
    margin-bottom: 60px;
    margin-right: 1.666666667%;
    margin-left: 1.666666667%; }
  @media all and (max-width: 800px) {
    div#relatedcontent div.arrow-divider {
      margin-bottom: 20px; } }
  div#relatedcontent .fullclear h4 {
    font-family: 'vistasans';
    font-weight: 900;
    text-transform: uppercase;
    color: #616449;
    font-size: 23px; }
  @media all and (max-width: 800px) {
    div#relatedcontent .fullclear h4 {
      font-size: 15px; } }
  div#relatedcontent div.item {
    float: left;
    width: 30%; }
  div#relatedcontent div.item img {
    width: 100%;
    height: auto; }
    div#relatedcontent div.item img.play {
      left: 50%;
      margin-left: -24px;
      margin-top: -24px;
      position: absolute;
      top: 50%;
      width: 48px; }
  div#relatedcontent div.item span.title {
    color: #f5f1e8;
    font-family: 'vistasans', sans-serif;
    font-size: 1.2975em;
    font-weight: 700;
    letter-spacing: 0.04em;
    left: 12px;
    line-height: 1.1em;
    max-width: 43%;
    padding: 0;
    position: absolute;
    text-transform: uppercase;
    top: 48.5%; }
  @media all and (max-width: 800px) {
    div#relatedcontent div.item {
      width: 100%; } }

div#footer {
  width: 100%;
  clear: both;
  display: block;
  height: 53px;
  line-height: 53px;
  color: #ad914e;
  font-size: 12px;
  font-family: 'vistasans';
  background-image: url(../bundles/gritman/images/bg_footer.jpg);
  background-position: right center;
  background-repeat: no-repeat;
  text-align: right;
  box-sizing: border-box;
  position: relative;
  z-index: 15; }
  @media all and (min-width: 1800px) {
  div#footer {
    background-size: cover; } }
  @media all and (max-width: 800px) {
  div#footer {
    font-size: 1.7vw; } }
  div#footer a, div#footer a:visited, div#footer a:active {
    padding: 0 20px;
    color: #ad914e;
    text-decoration: underline;
    text-shadow: 1px 1px 1px #7a7a7a; }
  div#footer a:hover {
    text-decoration: none; }

.route-head_inspection #footer {
  bottom: 0px; }
  @media all and (max-width: 800px) {
    .route-head_inspection #footer {
      position: relative;
      margin-top: 80px; } }

div#partner {
  width: 100%;
  background: #ebe6d4; }
  div#partner div#interior {
    color: #eee6d4;
    padding: 60px; }
  div#partner div#interior div.sizer {
    width: 800px;
    margin: 40px auto;
    text-align: center; }
    div#partner div#interior div.sizer > p {
      color: #6f685e;
      text-align: left;
      margin-top: 40px;
      font-size: 23px;
      font-family: "vistasans"; }
    div#partner div#interior div.sizer > img {
      margin-bottom: 40px; }
    div#partner div#interior div.sizer a.btnsml {
      margin: 40px auto 0px;
      display: block;
      width: 220px; }
    @media all and (max-width: 600px) {
    div#partner div#interior div.sizer {
      width: 100%;
      margin: 20px auto; } }
  div#partner div#interior h1 {
    font-family: 'vistasans';
    font-weight: 900;
    text-transform: uppercase;
    color: #342f28;
    font-size: 62px;
    width: 100%;
    text-align: center;
    margin-top: -20px;
    margin-bottom: 15px; }
    @media all and (max-width: 600px) {
    div#partner div#interior h1 {
      font-size: 45px; } }
  div#partner div#interior h3 {
    text-transform: uppercase;
    font-family: 'vistaslab';
    font-weight: 700;
    color: #eee6d4;
    padding-bottom: 15px;
    border-bottom: 2px solid #eee6d4;
    width: 100%;
    text-align: center;
    margin-bottom: 50px; }
    @media all and (max-width: 600px) {
    div#partner div#interior h3 {
      font-size: 14px; } }
  div#partner div#interior h4 {
    color: #d1af66; }
  div#partner div#interior div.arrow-divider, div#partner div#interior div.arrow-divider span.lines, div#partner div#interior div.divider-lines {
    color: #b5a990; }
  div#partner div#interior .arrow-divider.small {
    margin-left: 120px;
    margin-right: 120px; }
    @media all and (max-width: 600px) {
    div#partner div#interior .arrow-divider.small {
      margin-left: 0;
      margin-right: 0; } }
  div#partner div#interior ol, div#partner div#interior ul {
    color: #eee6d4;
    list-style-position: outside;
    padding: 3% 0 0 3%;
    text-align: left; }
    div#partner div#interior ol li, div#partner div#interior ul li {
      margin-bottom: 5px; }

div#faq {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  padding: 15px; }
  div#faq div.interior {
    border: 2px solid #ebe6d4;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #d5cab7;
    height: 100%;
    padding: 50px 20%; }
  div#faq div.interior div.divider-single {
    text-align: center;
    border-color: #ebe6d4; }
    div#faq div.interior div.divider-single:first-child {
      margin-top: 2.5em; }
  div#faq div.interior h2 {
    font-family: 'vistasans', sans-serif;
    font-weight: 700;
    color: #d2b464;
    font-size: 28px;
    text-align: center; }
  div#faq div.interior h4 {
    text-transform: uppercase;
    font-size: 26px; }
  div#faq div.interior p, div#faq div.interior .arrow-divider {
    color: #6f685e; }
  div#faq div.interior .arrow-divider span.lines::before, div#faq div.interior .arrow-divider span.lines::after {
    border-color: #ebe6d4; }
  div#faq div.interior .arrow-divider {
    margin-top: 30px;
    margin-bottom: 30px; }
  div#faq div.interior p {
    font-size: 20px;
    text-align: left; }
  div#faq div.interior .heading-wrapper {
    display: inline-block;
    position: relative;
    top: -24px; }
    div#faq div.interior .heading-wrapper * {
      float: left; }
    div#faq div.interior .heading-wrapper .heading-left {
      border-right: 12px solid #d1af66;
      border-top: 46px solid transparent;
      height: 0;
      width: 0; }
    div#faq div.interior .heading-wrapper .heading {
      background-color: #d1af66;
      color: #442f23;
      font-size: 30px;
      font-style: italic;
      font-family: 'vistasans';
      font-weight: 900;
      padding: 2px 10px;
      text-transform: uppercase; }
    div#faq div.interior .heading-wrapper .heading-right {
      border-bottom: 44px solid transparent;
      border-left: 12px solid #d1af66;
      height: 0;
      width: 0; }

div#resource {
  width: 100%;
  background: #883623; }
  div#resource div#interior {
    padding: 60px; }
  div#resource div#interior div.sizer {
    width: 800px;
    margin: -28px auto 40px;
    text-align: center; }
    div#resource div#interior div.sizer > p {
      color: #eee6d4;
      text-align: left;
      margin-top: 40px;
      font-size: 23px;
      font-family: "vistasans"; }
    div#resource div#interior div.sizer > img {
      margin-bottom: 40px; }
    div#resource div#interior div.sizer a.btnsml {
      margin: 40px auto 0px;
      display: block;
      width: 220px; }
    @media all and (max-width: 600px) {
    div#resource div#interior div.sizer {
      width: 100% !important;
      margin: 0px auto 20px; } }
  div#resource div#interior h1 {
    font-family: 'vistasans';
    font-weight: 900;
    text-transform: uppercase;
    color: #d1af66;
    font-size: 62px;
    width: 100%;
    text-align: center;
    margin-top: -20px;
    margin-bottom: 15px; }
  div#resource div#interior h3 {
    text-transform: uppercase;
    font-family: 'vistaslab';
    font-weight: 700;
    color: #eee6d4;
    padding-bottom: 15px;
    border-bottom: 2px solid #eee6d4;
    width: 100%;
    text-align: center;
    margin-bottom: 50px; }
  div#resource div#interior h4 {
    color: #d1af66; }
  div#resource div#interior div.arrow-divider, div#resource div#interior div.arrow-divider span.lines, div#resource div#interior div.divider-lines {
    color: #eee6d4; }
  div#resource div#interior .arrow-divider.small {
    margin-left: 120px;
    margin-right: 120px; }
    @media all and (max-width: 600px) {
    div#resource div#interior .arrow-divider.small {
      margin-left: 0;
      margin-right: 0; } }

.nav-contents #mobilelinks {
  display: none; }

.nav-contents h2 {
  position: relative;
  z-index: 1; }
  .nav-contents h2:before {
    content: url(../bundles/gritman/images/bg-quote.png);
    left: -79px;
    position: absolute;
    top: -41px;
    z-index: -1; }

.cta .launch-img {
  background-image: url(../bundles/gritman/images/headinspection_start.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border: 10px solid #fff;
  height: 270px;
  left: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 90%;
  box-shadow: 10px 10px 15px -7px #808080;
  margin-bottom: 100px; }

#watch-intro {
  color: #a48954;
  font-family: "vistasans";
  font-weight: 500;
  line-height: 60px;
  margin-right: 20px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0px;
  cursor: pointer; }
  #watch-intro:hover span.icon {
    background-color: #b9923f; }
  #watch-intro.orangebtn {
    color: #fff;
    display: inline-block;
    float: none;
    margin: 140px auto 0 0;
    padding: 0 20px;
    position: relative;
    text-align: center;
    z-index: 10; }
  #watch-intro span.icon {
    background-color: #d1af66;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    color: #eee6d4;
    display: block;
    float: left;
    font-size: 60px;
    height: 60px;
    line-height: 60px;
    margin-right: 15px;
    position: relative;
    -webkit-transition: background-color, 0.5s;
    -moz-transition: background-color, 0.5s;
    -o-transition: background-color, 0.5s;
    transition: background-color 0.5s;
    width: 60px; }
  #watch-intro span.icon:before {
    left: -12%;
    line-height: 5px;
    position: absolute;
    top: 47%;
    -webkit-transition: color, 0.5s;
    -moz-transition: color, 0.5s;
    -o-transition: color, 0.5s;
    transition: color 0.5s; }
    @media all and (max-width: 400px) {
    #watch-intro span.icon:before {
      left: auto;
      line-height: 1em;
      margin-left: 5px;
      position: static;
      top: auto; } }

div#profile div#interior #request-password p, div#profile div#interior #reset-password p {
  display: block;
  margin-bottom: 0;
  padding: 40px 0 0; }
  div#profile div#interior #request-password form, div#profile div#interior #reset-password form {
    margin-top: 1em;
    text-align: center; }
  div#profile div#interior #request-password .btnsml, div#profile div#interior #reset-password .btnsml {
    margin-top: 1em; }

@media all and (max-width: 800px) {
  .navbar ul li.phone_link, .navbar ul li.login_link, .navbar ul li.signup_link, .navbar ul li a.tertiary-cta {
    display: none !important; }

  .nav-contents .right #login_panel {
    width: 80%; }

  .nav-contents #mobilelinks {
    display: block;
    text-align: center;
    margin-top: 75px;
    position: relative;
    right: -100%; }
    .nav-contents #mobilelinks a.tertiary-cta {
      color: #000;
      margin-left: 10px;
      margin-right: 10px; }

  .navbar .logo {
    width: 15%;
    min-width: 75px; } }

div.remodal[data-remodal-id="photo-upload"] {
  color: #2b2e38; }

.remodal .take-inspection {
  background-color: #c84707;
  color: #eee6d4;
  font-size: 1.367em;
  left: 50%;
  line-height: 60px;
  margin: -80px auto 0 !important;
  padding: 0 1.25em;
  position: absolute;
  text-transform: uppercase;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  min-width: 251px; }

div#interior h1 {
  line-height: 1em; }

@media all and (max-width: 920px) {
  div#resource div#interior, div#partner div#interior {
    padding-left: 5%;
    padding-right: 5%; }
    div#resource div#interior div.sizer, div#partner div#interior div.sizer {
      width: 95% !important; }

  .ribbon {
    font-size: 2vw !important; }

  .half-col {
    width: 85% !important;
    margin-bottom: 20px !important; } }

@media all and (max-width: 800px) {
  .navbar .logo {
    min-width: 100px; }

  .menu-trigger a span {
    top: 20px; } }

html.ie9 .select_wrap span {
  font-family: "vistasans";
  font-size: 14px; }
  html.ie9 input.big {
    line-height: 30px !important; }
  html.ie9 select {
    font-family: "vistasans" !important;
    font-size: 14px !important;
    color: #645d53 !important;
    max-width: 100% !important; }
  html.ie9 .select_wrap div.arrow {
    display: none !important; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  select::-ms-expand {
    display: none; }
    .select_wrap span {
      font-family: "vistasans";
      font-size: 14px; }
    input.big {
      line-height: 30px !important; }
    select {
      font-family: "vistasans" !important;
      font-size: 14px !important;
      color: #645d53 !important;
      max-width: 100% !important; } }

div.video-close {
  background-color: #d1af66;
  color: #342f28;
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  height: 30px;
  position: absolute;
  right: 10px;
  top: 4px;
  width: 30px;
  position: absolute;
  top: 90px;
  left: 50%;
  z-index: 8;
  line-height: 28px;
  text-align: center;
  opacity: 0; }

#home {
  position: relative; }
  #home div#vidbg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    background-color: #000; }
  #home iframe {
    width: 70%;
    position: absolute;
    top: 0;
    left: 15%;
    z-index: 9; }
    @media all and (max-width: 800px) {
  #home iframe {
    top: 190px !important; } }
  #home .vid-cover {
    background-color: rgba(43, 38, 31, 1);
    display: block;
    height: 788px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
    -webkit-animation: color-fade 2s ease;
    animation: color-fade 2s ease;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards; }
  @media all and (max-width: 800px) {
    #home .vid {
      display: none; } }
  #home .mobile-vid-image {
    width: 100%;
    height: 100%;
    background-image: url(../bundles/gritman/images/mobile-video.jpg);
    background-size: cover;
    background-position: center center;
    display: none;
    position: absolute;
    top: 0; }
    @media all and (max-width: 800px) {
  #home .mobile-vid-image {
    display: block; } }

@-webkit-keyframes color-fade {
    0% {
      background-color: rgba(43, 38, 31, 1); }
    100% {
      background-color: rgba(0, 0, 0, 0.45); } }

@keyframes color-fade {
    0% {
      background-color: rgba(43, 38, 31, 1); }
    100% {
      background-color: rgba(0, 0, 0, 0.45); } }
  #home #hero {
    clear: both;
    padding-bottom: 144px; }
    #home #hero > img {
      display: none; }
    @media all and (max-width: 800px) {
  #home #hero {
    background: transparent;
    padding-bottom: 0; }
    #home #hero > img {
      display: block;
      width: 100%;
      height: auto;
      margin-top: 80px; } }
    #home #hero video {
      height: auto;
      left: 50%;
      min-height: 100%;
      min-width: 100%;
      position: absolute;
      top: 50%;
      transform: translate(-50%, -50%);
      width: auto;
      z-index: 0; }
      @media all and (max-width: 800px) {
  #home #hero video {
    min-height: 80%;
    height: 100%; } }
      #home #hero video:-webkit-media-controls-panel {
        display: none !important;
        -webkit-appearance: none; }
      #home #hero video:--webkit-media-controls-play-button {
        display: none !important;
        -webkit-appearance: none; }
      #home #hero video:-webkit-media-controls-start-playback-button {
        display: none !important;
        -webkit-appearance: none; }
  #home #intro {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 644px;
    overflow: hidden;
    padding: 0 20px 0;
    text-align: center;
    width: 817px;
    margin: 0 auto;
    z-index: 2;
    position: relative; }
    @media all and (max-width: 800px) {
  #home #intro {
    width: 100%;
    padding: 150px 5%;
    height: 510px; } }
    #home #intro div.hero-content {
      margin: 1.5em auto 1.75em;
      border-bottom: solid 2px #7d632c;
      padding-bottom: 20px;
      position: relative;
      top: 60%;
      transform: translateY(-50%);
      opacity: 0;
      -webkit-animation: fade-in ease 1.5s;
      animation: fade-in ease 1.5s;
      -webkit-animation-delay: 0.25s;
      animation-delay: 0.25s;
      -webkit-animation-fill-mode: forwards;
      animation-fill-mode: forwards; }
      @media all and (max-width: 600px) {
  #home #intro div.hero-content {
    width: 90%;
    top: 50%; } }

@-webkit-keyframes fade-in {
      0% {
        opacity: 0;
        -webkit-transform: translateY(-40%); }
      100% {
        opacity: 1;
        -webkit-transform: translateY(-50%); } }

@keyframes fade-in {
      0% {
        opacity: 0;
        transform: translateY(-40%); }
      100% {
        opacity: 1;
        transform: translateY(-50%); } }
  #home #intro h1 {
    color: #ebe6d4;
    font-size: 4.5em;
    font-family: 'vistasans';
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.15em; }
    #home #intro h1:before, #home #intro h1:after {
      content: '\e806';
      font-size: 22px;
      color: #d1af66;
      font-family: man; }
      @media all and (max-width: 800px) {
    #home #intro h1:before, #home #intro h1:after {
      font-size: 2vw; } }
    #home #intro h1:before {
      float: left; }
    #home #intro h1:after {
      float: right;
      content: '\e805'; }
    @media all and (max-width: 800px) {
    #home #intro h1 {
      font-size: 9vw; } }
    #home #intro h1 strong {
      color: #a48954;
      text-transform: uppercase;
      font-family: "vistasans";
      font-weight: 900; }
  #home #intro h3 {
    color: #d1af66;
    text-transform: uppercase;
    font-size: 26px; }
    @media all and (max-width: 800px) {
    #home #intro h3 {
      font-size: 4.25vw; } }
    #home #intro h3:before, #home #intro h3:after {
      content: "";
      border-top: solid 2px #a17f3c;
      width: 33%;
      height: 3px;
      display: inline-block;
      border-bottom: solid 2px #a17f3c;
      vertical-align: top;
      margin-top: 12px; }
    #home #intro h3:before {
      float: left; }
    #home #intro h3:after {
      float: right; }
  #home #intro p {
    font-family: "vistasans";
    font-weight: 400;
    padding-top: 20px;
    color: #eee6d4;
    font-size: 30px;
    margin: 0 auto;
    width: 90%; }
    @media all and (max-width: 800px) {
    #home #intro p {
      font-size: 1.167em; } }
    #home #intro p span {
      white-space: nowrap; }
  #home #intro div.arrow-divider {
    color: #fff5e1;
    margin-left: auto;
    margin-right: auto;
    width: 50%; }
    #home #intro div.arrow-divider span.lines:before, #home #intro div.arrow-divider span.lines:after {
      border-bottom: 2px ridge #fff5e1;
      border-top: 2px ridge #fff5e1; }
  #home #intro div.divider-lines {
    border-bottom: 2px ridge #9b7937;
    border-top: 2px ridge #9b7937;
    margin: 0; }
  #home #filters {
    background: #342f28 url(../bundles/gritman/images/bg-filter-lines.png) repeat-x 0 50%;
    height: 110px;
    overflow: hidden; }
  #home #filters #toggle-filters {
    background: #342f28 url(../bundles/gritman/images/bg-filter-button.png) no-repeat 50%;
    color: #dcd1bd;
    font-size: 1.167em;
    height: 61px;
    line-height: 61px;
    margin: 25px auto 0 auto;
    text-align: center;
    text-transform: uppercase;
    width: 253px; }
    #home #filters #toggle-filters span.icon {
      background-color: #9f8150;
      display: inline-block;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%;
      height: 30px;
      margin-left: 15px;
      vertical-align: middle;
      width: 30px; }
      #home #filters #toggle-filters span.icon:before {
        font-size: 32px;
        margin-left: -1px;
        vertical-align: top; }

div.cta {
  margin: 0 auto;
  position: relative;
  z-index: 10; }
  @media all and (min-width: 800px) {
  div.cta {
    padding: 0; } }
  div.cta div {
    display: inline-block;
    padding: 3% 5%;
    width: 50%;
    box-sizing: border-box;
    position: relative; }
  @media all and (max-width: 800px) {
    div.cta div {
      width: 100%;
      z-index: 5; } }
  div.cta h3 {
    text-transform: uppercase;
    color: #ebe6d4;
    font-size: 39px;
    line-height: 40px;
    vertical-align: top;
    margin-bottom: 15%; }
  div.cta .watch-wrap .support {
    position: absolute;
    width: 30%;
    right: 10%;
    bottom: 10%; }
  div.cta .inspection-wrap .support {
    position: absolute;
    width: 50%;
    right: 2%;
    bottom: 0; }
  div.cta .watch-wrap {
    background: #6a694c;
    background: -moz-radial-gradient(center, ellipse cover, #6a694c 0%, #54553e 100%);
    background: -webkit-radial-gradient(center, ellipse cover, #6a694c 0%, #54553e 100%);
    background: radial-gradient(ellipse at center, #6a694c 0%, #54553e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6a694c', endColorstr='#54553e',GradientType=1); }
  div.cta .inspection-wrap {
    background-color: #342f28; }

#take-inspection, #watch-intro {
  display: block;
  float: left; }
  @media all and (max-width: 800px) {
  #take-inspection, #watch-intro {
    float: none;
    margin: 0 auto;
    padding: 20px 0; } }

@media all and (max-width: 800px) {
    #watch-intro {
      text-align: left !important; }
      #watch-intro span.icon {
        margin-left: 25px !important; } }

#take-inspection {
  background-color: #c84707;
  color: #eee6d4;
  font-size: 1.367em;
  line-height: 60px;
  margin-right: 20px;
  padding: 0 1.25em;
  text-transform: uppercase; }
  @media all and (max-width: 500px) {
  #take-inspection {
    font-size: 1.1em;
    width: 60%;
    box-sizing: border-box;
    text-align: center;
    padding: 0 0em;
    margin: 0px; } }

@media all and (max-width: 800px) {
  width: 100%;
  position: relative;
  background: #eee6d4; }

.filter-content {
  position: relative; }

.filter-form-wrap {
  margin: 0px auto 100px auto; }
  .filter-form-wrap hr {
    border-color: #9f8150;
    border-style: solid;
    border-width: 1px;
    margin: 1em 0; }

.search-wrap {
  position: relative;
  width: 40%;
  background-color: #342f28;
  height: 100%;
  display: inline-block;
  vertical-align: top;
  z-index: 5; }
  @media all and (max-width: 800px) {
  .search-wrap {
    height: 90px;
    width: 100%; } }

.filter-search {
  background-color: #342f28;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  font-family: 'vistasans', sans-serif;
  padding: 3px 10px;
  position: relative;
  width: 50%;
  margin: 0 auto;
  border: solid 1px #c1945a;
  top: 50%;
  transform: translateY(-50%); }
  @media all and (max-width: 800px) {
  .filter-search {
    width: 77%; } }
  .filter-search a {
    margin-top: -2px; }
  .filter-search img {
    margin-left: 5px;
    width: 15px; }
  .filter-search input {
    background-color: #342f28;
    border: none;
    color: #dcd1bd;
    font-size: 1.125em;
    width: 80%; }
  .filter-search input:focus {
    outline: none; }
  .filter-search ::-webkit-input-placeholder {
    color: #616449; }
  .filter-search :-moz-placeholder {
    /* Firefox 18- */
    color: #616449; }
  .filter-search ::-moz-placeholder {
    /* Firefox 19+ */
    color: #616449; }
  .filter-search :-ms-input-placeholder {
    color: #616449; }

#state_filter_chosen, #state-filter, #state_filter_chosen .chosen-single, #state-filter .chosen-single, #state_filter_chosen .chosen-drop, #state-filter .chosen-drop {
  background: #ddd6c2;
  border: 0;
  border-radius: 5px;
  box-shadow: none; }
  @media all and (max-width: 800px) {
    #state_filter_chosen, #state-filter, #state_filter_chosen .chosen-single, #state-filter .chosen-single, #state_filter_chosen .chosen-drop, #state-filter .chosen-drop {
      width: 100%;
      padding: 10px; } }
  #state_filter_chosen .highlighted, #state-filter .highlighted {
    background: #4a4642; }
  #state_filter_chosen .chosen-results, #state-filter .chosen-results {
    color: #b5a990;
    max-height: 120px; }
  #state_filter_chosen .chosen-single, #state-filter .chosen-single {
    background: url(../bundles/gritman/images/btn-dropdown.png) no-repeat;
    background-position: 95% 50%;
    border-radius: 5px;
    height: 30px; }
  #state_filter_chosen span, #state-filter span {
    color: #464138 !important;
    font-size: 15px;
    line-height: 30px; }

#no-results {
  background-color: #000;
  display: none;
  padding: 24vh 5%; }
  #no-results span {
    color: #ebe6d4;
    display: block;
    font-family: 'vistasans';
    font-size: 2em;
    font-weight: 700;
    text-align: center; }

body.route-home {
  background-color: #000; }

.banner {
  background-color: #873522;
  box-sizing: border-box;
  color: #d1af66;
  font-size: 18px;
  font-weight: 700;
  height: 45px;
  padding: 10px 0 0;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  z-index: 10;
  animation: banner-enter 0.75s ease 2s;
  animation-fill-mode: forwards; }
  @media all and (max-width: 800px) {
  .banner {
    position: relative;
    height: auto;
    padding: 10px 0px;
    transform: translate(0px) !important;
    animation: none !important; } }
  .banner a {
    color: #fff;
    text-transform: none;
    text-decoration: none;
    font-weight: 400; }
  @media all and (max-width: 800px) {
    .banner a {
      display: block;
      width: 100%; } }
  .banner p:after, .banner p:before {
    content: '\e806';
    display: inline-block;
    font-family: man;
    font-size: 11px;
    font-weight: 100;
    margin: -5px 16px 0;
    position: relative;
    transform: translateY(-3px); }
  @media all and (max-width: 800px) {
    .banner p:after, .banner p:before {
      display: none; } }
  .banner p:after {
    transform: rotate(180deg) translateY(1px); }
  .banner:before, .banner:after {
    background-image: url(../bundles/gritman/images/banner_ball.png);
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 104px;
    left: calc(50% - 500px);
    position: absolute;
    top: -65px;
    width: 94px;
    opacity: 0;
    animation: ball-in 0.55s ease 3s;
    animation-fill-mode: forwards; }
  @media all and (max-width: 800px) {
    .banner:before, .banner:after {
      display: none; } }
  .banner:after {
    background-image: url(../bundles/gritman/images/banner_ball_shadow.png);
    margin-top: 5px;
    z-index: -1;
    animation: shadow-in 0.55s ease 3s;
    animation-fill-mode: forwards; }

@keyframes ball-in {
    0% {
      transform: translateY(-30px);
      opacity: 0; }
    100% {
      transform: translateY(0px);
      opacity: 1; } }

@keyframes shadow-in {
    0% {
      transform: scale(0) translateY(45px);
      opacity: 0; }
    100% {
      transform: scale(1) translateY(0px);
      opacity: 1; } }

@keyframes banner-enter {
    0% {
      transform: translateY(0px); }
    100% {
      transform: translateY(-45px); } }

#cards {
  border-top: 6.008px solid #ebe6d4;
  background: #ebe6d4;
  margin-left: 1.5%;
  width: 99%;
  min-height: 1200px; }
  #cards .sizer {
    width: 25%; }
  #cards .loader {
    background: #ebe6d4;
    width: 100%;
    min-height: 120px;
    background-image: url('../bundles/gritman/images/loading2.gif');
    background-position: center top;
    background-repeat: no-repeat;
    opacity: 0;
    transition: all ease 0.5s; }
    #cards .loader.active {
      opacity: 1; }
  #cards .card {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    height: auto;
    margin-bottom: 1.6667%;
    max-height: 500px;
    overflow: hidden;
    padding-bottom: 28.5552593%;
    text-align: left;
    width: 23.3333%;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    transition: box-shadow ease 0.25s; }
    #cards .card:hover {
      box-shadow: 0 0 25px rgba(0, 0, 0, 0.3); }
    #cards .card img {
      max-width: 90%; }
    #cards .card .interior {
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%; }
    #cards .card .card-content {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 3.6%; }
    #cards .card:nth-child(4n+1) {
      background-position: right bottom; }
    #cards .card:nth-child(4n+2) {
      background-position: left bottom; }
    #cards .card:nth-child(4n+3) {
      background-position: right top; }
    #cards .card:nth-child(4n+4) {
      background-position: left top; }
  #cards .card-wide {
    height: auto;
    max-height: 495.9947px;
    width: 48.3333%; }
    #cards .card-wide .card-content {
      padding: 7.2%; }
  #cards .card-micro {
    max-height: 241.9893px;
    padding-bottom: 13.4438519%; }
    #cards .card-micro .card-content {
      padding: 3.2%; }
    #cards .card-micro.card-faq .card-content {
      padding: 7.2%;
      position: absolute;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      top: 50%; }
  #cards .card-tall {
    max-height: 750px;
    padding-bottom: 43.667%; }
  #cards .card a.cta.active {
    background-color: #dcd0b2 !important; }
    #cards .card .title {
      color: #c0b4a5;
      font-size: 14px;
      font-weight: 700;
      line-height: 48px;
      text-transform: uppercase;
      font-family: 'vistaslab';
      padding-top: 10px;
      padding-left: 7%; }
    #cards .card .card-content {
      overflow: hidden;
      width: 100%;
      padding: 0px 7%; }
    #cards .card div.divider-single, #cards .card div.divider-lines {
      margin: 0; }
    #cards .card h2.headline {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 0 70px;
      position: relative;
      text-transform: uppercase;
      font-family: 'vistasans';
      font-weight: 700; }
    #cards .card div.cta-lines {
      position: relative; }
      #cards .card div.cta-lines:before, #cards .card div.cta-lines:after {
        border-top: 2px solid;
        margin-top: -1px;
        position: absolute;
        top: 50%;
        width: 20%; }
      #cards .card div.cta-lines:before {
        left: 0; }
      #cards .card div.cta-lines:after {
        right: 0; }
    #cards .card a.cta {
      font-family: 'vistasans', sans-serif;
      font-size: 1.3975em;
      font-weight: 600;
      letter-spacing: 0.04em;
      line-height: 1.09168em;
      padding: 5px 15px;
      text-decoration: none;
      text-transform: uppercase;
      -webkit-transition: background-color, 0.5s;
      -moz-transition: background-color, 0.5s;
      -o-transition: background-color, 0.5s;
      transition: background-color 0.5s; }
      #cards .card a.cta:after {
        content: '>';
        margin-left: 3px; }
    #cards .card .arrowcta {
      position: absolute;
      bottom: 0px;
      left: 7.4%;
      background-color: #dbd4c3;
      background-image: url("/bundles/gritman/images/white-arrow.svg");
      background-size: 45% auto;
      background-position: center;
      background-repeat: no-repeat;
      z-index: 1;
      width: 4.5vw;
      height: 3.5vw;
      min-width: 45px;
      min-height: 20px; }
    #cards .card.card-gentlemental, #cards .card.card-resource, #cards .card.card-partner, #cards .card.card-faq, #cards .card.card-video {
      cursor: pointer; }
    #cards .card.card-gentlemental {
      background-color: #fff;
      color: #6f685e; }
      #cards .card.card-gentlemental .card-content {
        height: auto;
        padding: 3.6% 7.2%;
        position: absolute;
        top: calc(50% + 10px);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%); }
      #cards .card.card-gentlemental .divider-single, #cards .card.card-gentlemental .divider-lines {
        margin: 1em 0;
        border-top: 3px solid #ebe6d4; }
      #cards .card.card-gentlemental span.label {
        position: absolute;
        top: 18%;
        right: 7%; }
      #cards .card.card-gentlemental h2 {
        color: #d1af66;
        font-size: 5em;
        line-height: 0.9em;
        padding: 0px;
        position: relative; }
      #cards .card.card-gentlemental p.subhead {
        font-family: 'vistaslab', sans-serif;
        font-size: 2.3025em;
        font-weight: 400;
        letter-spacing: 0.02em;
        line-height: 1.278230185em;
        padding: 0px;
        text-transform: uppercase; }
      #cards .card.card-gentlemental .cta-lines {
        margin: 0 auto;
        width: 68%; }
        #cards .card.card-gentlemental .cta-lines:before, #cards .card.card-gentlemental .cta-lines:after {
          width: 32%; }
      #cards .card.card-gentlemental .cta {
        background-color: #d1af66;
        color: #5d5544; }
    #cards .card.card-partner {
      background-color: #ebe6d4;
      color: #3d3028; }
      #cards .card.card-partner .card-content {
        height: calc(100% - 48px);
        position: absolute;
        top: calc(50% + 24px);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 100%; }
      #cards .card.card-partner img {
        margin-bottom: 10px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 10px;
        max-height: calc(100% - 20px);
        max-width: 100%; }
      #cards .card.card-partner p {
        font-size: 16px;
        letter-spacing: -0.02em;
        line-height: 1.625em;
        min-height: 6.5em; }
      #cards .card.card-partner .cta {
        background-color: #d1af66;
        color: #403b2d; }
      #cards .card.card-partner .cta-lines {
        position: absolute;
        bottom: 7%;
        left: 4%;
        right: 4%;
        z-index: 2; }
        #cards .card.card-partner .cta-lines:before, #cards .card.card-partner .cta-lines:after {
          width: 28%; }
    #cards .card.card-therapy {
      background: #d1af66;
      color: #645d53; }
      #cards .card.card-therapy .title {
        background-size: cover;
        color: #877349; }
      #cards .card.card-therapy .card-content {
        display: table;
        height: calc(100% - 48px);
        padding: 7.2%;
        table-layout: fixed; }
      #cards .card.card-therapy img {
        max-width: 100%; }
      #cards .card.card-therapy h2.headline {
        color: #ece6d4;
        font-size: 1.875em;
        font-weight: 900;
        padding: 0; }
      #cards .card.card-therapy div.top-half, #cards .card.card-therapy div.bottom-half {
        display: table-row; }
      #cards .card.card-therapy div.top-half {
        height: 100%; }
      #cards .card.card-therapy div.bottom-half {
        height: auto; }
        #cards .card.card-therapy div.bottom-half div.centerer {
          padding: 2em 0; }
      #cards .card.card-therapy div.centerer {
        display: table-cell;
        vertical-align: middle; }
      #cards .card.card-therapy p {
        display: block;
        font-size: 16px;
        line-height: 1.625em; }
    #cards .card.card-faq {
      background: #fff;
      color: #ebe6d4;
      text-align: center; }
      #cards .card.card-faq .heading-wrapper {
        display: inline-block;
        position: relative;
        top: -0.7em; }
        #cards .card.card-faq .heading-wrapper div {
          float: left; }
        #cards .card.card-faq .heading-wrapper .heading-left {
          border-right: 6px solid #d1af66;
          border-top: 19px solid transparent;
          height: 0px;
          width: 0px; }
        #cards .card.card-faq .heading-wrapper .heading-right {
          border-left: 6px solid #d1af66;
          border-bottom: 19px solid transparent;
          height: 0px;
          width: 0px; }
        #cards .card.card-faq .heading-wrapper .heading {
          background-color: #d1af66;
          color: #442f23;
          font-size: 14px;
          font-style: italic;
          font-family: 'vistasans';
          font-weight: 900;
          padding: 0px 10px 0px 7px;
          text-transform: uppercase; }
      #cards .card.card-faq p {
        font-family: 'vistasansbook';
        font-weight: normal; }
      #cards .card.card-faq span.label {
        font-weight: 600;
        position: absolute;
        right: 5px;
        top: 5px; }
      #cards .card.card-faq .cta {
        font-size: 1.388125em;
        font-weight: 700;
        letter-spacing: 0.04em;
        line-height: 1.1em;
        color: #d1af66; }
      #cards .card.card-faq .cta-lines {
        margin: 1em 0; }
        #cards .card.card-faq .cta-lines::before, #cards .card.card-faq .cta-lines::after {
          border-top: 0px; }
        #cards .card.card-faq .cta-lines a, #cards .card.card-faq .cta-lines a:active, #cards .card.card-faq .cta-lines a:visited {
          color: #d1af66;
          padding: 0; }
      #cards .card.card-faq h2 {
        color: #686157;
        font-size: 1.3em;
        font-family: 'vistasans';
        font-weight: 400;
        letter-spacing: 0.005em;
        padding: 0;
        text-transform: none;
        line-height: 1.2em; }
    #cards .card.card-video {
      text-align: left; }
      #cards .card.card-video .card-content {
        padding: 3.2%; }
      #cards .card.card-video .center-me {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 100%; }
      #cards .card.card-video h2.headline {
        color: #fff;
        font-family: 'vistaslab', sans-serif;
        font-size: 14px;
        font-weight: 700;
        line-height: 1.1em;
        letter-spacing: 0.04em;
        max-width: 43%;
        padding: 0;
        position: relative; }
      #cards .card.card-video p.subhead {
        color: #dcd1bd;
        font-family: 'vistaslab', sans-serif;
        font-size: 0.916875em;
        font-weight: 700;
        letter-spacing: 0.02em;
        line-height: 1em;
        max-width: 40%;
        position: relative; }
      #cards .card.card-video img.video-thumbnail {
        height: 100%;
        left: 0;
        max-width: 100%;
        position: absolute;
        top: 0;
        width: 100%; }
      #cards .card.card-video img.play {
        left: 50%;
        margin-left: -21px;
        margin-top: -21px;
        position: absolute;
        top: 50%;
        width: 42px; }
    #cards .card.card-videoloop .card-content {
      padding: 0px;
      height: 100%; }
      #cards .card.card-videoloop img.video-thumbnail {
        width: 100%;
        max-width: 100%; }
      #cards .card.card-videoloop .videoloop-wrapper {
        position: absolute;
        width: 100%;
        height: 100%;
        overflow: hidden; }
        #cards .card.card-videoloop .videoloop-wrapper .vimeo-handle {
          position: relative;
          width: 100%;
          height: 100%; }
          #cards .card.card-videoloop .videoloop-wrapper .vimeo-handle iframe {
            width: 100%;
            height: 100%; }
      #cards .card.card-videoloop img.videoloop-overlay {
        position: absolute;
        width: 100%;
        height: 100%;
        max-width: 100%; }
    #cards .card.card-quote {
      color: #ebe6d4;
      text-align: left;
      font-weight: 700;
      background: #6a694c;
      background: -moz-radial-gradient(center, ellipse cover, #6a694c 0%, #54553e 100%);
      background: -webkit-radial-gradient(center, ellipse cover, #6a694c 0%, #54553e 100%);
      background: radial-gradient(ellipse at center, #6a694c 0%, #54553e 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6a694c', endColorstr='#54553e',GradientType=1); }
      #cards .card.card-quote .card-content {
        overflow: visible;
        padding: 0 5%;
        position: relative;
        top: 50%;
        transform: translateY(-50%); }
        #cards .card.card-quote .card-content:before {
          color: #585537;
          content: "\201C";
          display: block;
          font-size: 15vw;
          font-weight: bold;
          margin-left: -10px;
          position: absolute;
          top: -9.5vw; }
        #cards .card.card-quote .card-content:after {
          color: #585537;
          content: "\201C";
          display: block;
          float: right;
          font-size: 15vw;
          font-weight: bold;
          margin-top: -6vw;
          position: relative;
          top: -5.5vw;
          transform: rotate(180deg); }
      #cards .card.card-quote h2.headline {
        font-family: 'vistaslab';
        font-size: 40px;
        letter-spacing: -0.02em;
        line-height: 45px;
        padding: 0;
        font-weight: 400; }
      #cards .card.card-quote p.subhead {
        font-family: 'vistasansbook';
        text-transform: uppercase; }
      #cards .card.card-quote.card-wide {
        background-size: auto; }
        #cards .card.card-quote.card-wide .card-content:after {
          float: left;
          margin-left: 10vw; }
    #cards .card.card-resource {
      background-color: #883623; }
      #cards .card.card-resource .title {
        color: #ebe6d4;
        padding-bottom: 40px; }
      #cards .card.card-resource h2.headline {
        color: #d1af66;
        font-size: 1.875em;
        letter-spacing: -0.02em;
        line-height: 0.922284242em;
        padding: 0;
        padding-bottom: 10px; }
      #cards .card.card-resource div.cta-lines {
        position: absolute;
        bottom: 7%;
        left: 4%;
        right: 4%;
        z-index: 2; }
        #cards .card.card-resource div.cta-lines:before, #cards .card.card-resource div.cta-lines:after {
          width: 28%; }
      #cards .card.card-resource .divider-single, #cards .card.card-resource .divider-lines {
        margin: 1em 0; }
      #cards .card.card-resource a.cta {
        background-color: #d1af66;
        color: #403b2d; }
      #cards .card.card-resource .arrowcta {
        background-color: #9a6351; }
      #cards .card.card-resource p {
        color: #ebe6d4;
        display: block;
        font-size: 16px;
        letter-spacing: -0.02em;
        line-height: 1.625em;
        min-height: 6.9982em;
        margin-bottom: 10px; }
    #cards .card.card-infographic {
      background: #ebe6d4;
      box-shadow: none; }
      #cards .card.card-infographic .title {
        margin-bottom: 0;
        text-align: center; }
      #cards .card.card-infographic img {
        width: 90%;
        margin: 1em auto;
        display: block; }

div.center-image {
  height: 30%; }
  div.center-image div {
    display: table;
    height: 100%;
    width: 100%; }
  div.center-image div > div {
    display: table-cell;
    vertical-align: middle;
    width: 100%; }

.card-modal {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  overflow-y: scroll;
  padding-top: 40px;
  position: fixed;
  z-index: 10;
  -webkit-overflow-scrolling: touch; }
  .card-modal .close {
    background: none;
    font-family: vistaslab;
    font-size: 17px;
    font-weight: bold;
    left: inherit;
    margin: 0 auto;
    padding-left: 0;
    position: absolute;
    right: 0;
    text-align: right;
    top: 10px;
    vertical-align: top;
    width: 91.5%; }
    .card-modal .close:hover {
      background-color: transparent; }
    .card-modal .close:before {
      background-image: url("/bundles/gritman/images/brown-arrow.svg");
      background-position: right 5px;
      width: 35px;
      height: 33px;
      background-size: contain;
      content: "";
      position: absolute;
      right: 45px;
      background-repeat: no-repeat; }
    @media all and (max-width: 1800px) {
  .card-modal .close {
    width: 92%; } }
    @media all and (max-width: 800px) {
  .card-modal .close {
    width: 95%; } }
    .card-modal.type-gentlemental {
      background-color: #fff; }
  .card-modal.type-partner {
    background-color: #ebe6d4; }
  .card-modal.type-resource {
    background-color: #883623; }
    .card-modal.type-resource .close {
      color: #eee6d4; }
      .card-modal.type-resource .close:before {
        background-image: url("/bundles/gritman/images/white-arrow.svg");
        transform: rotate(180deg) translateY(10px); }
  .card-modal.type-video {
    background-color: #a99878; }
  .card-modal.type-video.type-video-standalone {
    background-color: #e5d7b9; }
  .card-modal.type-faq {
    z-index: 300;
    background: #fff;
    -webkit-box-shadow: 0 0 50px #000;
    -moz-box-shadow: 0 0 50px #000;
    box-shadow: 0 0 50px #000;
    padding-top: 0; }
    .card-modal.type-faq div.close {
      left: auto;
      position: absolute;
      right: 25px;
      top: 25px;
      z-index: 19;
      transform: translateX(0); }
    @media all and (max-width: 800px) {
  .card-modal.type-faq div.close {
    height: 20px;
    width: 73px;
    background-size: contain; }
  .card-modal.type-faq div#faq div.interior {
    padding: 5%; } }

body.no-scroll {
  height: auto;
  overflow: hidden;
  position: relative;
  width: auto; }



@media all and (max-width: 1280px) {
  #cards .sizer {
    width: 33%; }
    #cards .card {
      padding-bottom: 38.6189583%;
      width: 32.2223%; }
    #cards .card-wide {
      width: 65.2223%; }
    #cards .card-micro {
      padding-bottom: 18.6441667%; }
    #cards .card-tall {
      padding-bottom: 58.59375%; } }

@media all and (max-width: 800px) {
  body {
    margin: 0 -0.8889%;
    width: 101.7778%; }

  .navbar {
    width: 101.7778%; }

  #cards .sizer {
    width: 50%; }
    #cards .card {
      margin: 0.8889%;
      padding-bottom: 57.0089891%;
      width: 48.2222%; }
    #cards .card-wide {
      width: 98.2222%; }
    #cards .card-micro {
      padding-bottom: 27.6563%; }
    #cards .card-tall {
      padding-bottom: 86.400055%; } }

@media all and (max-width: 480px) {
  body {
    margin: 0;
    width: 100%; }

  .navbar {
    width: 100%; }

  #cards .sizer {
    width: 100%; }
    #cards .card {
      margin: 1.5% 0;
      padding-bottom: 100%;
      width: 100%; }
    #cards .card-tall {
      padding-bottom: 150%; }
    #cards .card-micro {
      padding-bottom: 50%; }
    #cards .card-micro.card-faq {
      padding-bottom: 72%; }
      #cards .card-micro.card-faq .card-content {
        padding: 7.2%; }
    #cards .card.card-therapy img {
      max-width: 60%; }
    #cards .card.card-resource, #cards .card.card-therapy, #cards .card.card-partner, #cards .card-infographic, #cards .card-gentlemental {
      padding-bottom: 0; }
      #cards .card.card-resource .interior, #cards .card.card-therapy .interior, #cards .card.card-partner .interior, #cards .card-infographic .interior, #cards .card-gentlemental .interior {
        position: static; }
    #cards .card.card-partner .card-content, #cards .card.card-gentlemental .card-content {
      height: auto;
      position: static;
      -webkit-transform: none;
      -moz-transform: none;
      -ms-transform: none;
      -o-transform: none;
      transform: none; }
    #cards .card.card-resource p {
      min-height: auto; }
    #cards .card.card-resource div.cta-lines, #cards .card.card-partner div.cta-lines {
      margin: 1em 0; }
    #cards .card.card-therapy img {
      margin-bottom: 1em; }
      #cards .card.card-therapy div.bottom-half div.centerer {
        padding: 1em 0; }
    #cards .card.card-infographic .card-content {
      padding: 3.2% 0; }
      #cards .card.card-infographic .card-content img {
        width: 90%; }
    #cards .card.card-quote h2.headline {
      font-size: 2.5em; }
    #cards .card.card-quote.card-wide {
      background-size: contain;
      padding-bottom: 145%; } }

.card-content .fade {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  width: 100%;
  height: 75px;
  z-index: 1; }
  .card-content .fade.red {
    background: -moz-linear-gradient(top, rgba(136, 54, 35, 0) 0%, rgba(136, 54, 35, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(136, 54, 35, 0) 0%, rgba(136, 54, 35, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(136, 54, 35, 0) 0%, rgba(136, 54, 35, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    border-bottom: 20px solid #883623; }
  .card-content .fade.brown {
    background: -moz-linear-gradient(top, rgba(238, 230, 213, 0) 0%, rgba(238, 230, 213, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(238, 230, 213, 0) 0%, rgba(238, 230, 213, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(238, 230, 213, 0) 0%, rgba(238, 230, 213, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    border-bottom: 20px solid #eee6d5; }

@media all and (max-width: 480px) {
  #cards {
    font-size: 14px;
    width: 97%; }
    #cards .card.card-gentlemental h2.headline {
      font-size: 2.5em;
      padding: 0; }
      #cards .card.card-gentlemental h2.headline:before, #cards .card.card-gentlemental h2.headline:after {
        font-size: 0; }
      #cards .card.card-gentlemental p.subhead {
        font-size: 1.5em; }
      #cards .card.card-gentlemental .cta-lines {
        margin-bottom: 1em;
        margin-top: 0.5em; }
      #cards .card.card-gentlemental .cta-lines:before, #cards .card.card-gentlemental .cta-lines:after {
        width: 0; } }

@media all and (min-width: 481px) and (max-width: 800px) {
  #cards {
    font-size: 1.83vw; } }

@media all and (min-width: 801px) and (max-width: 1280px) {
  #cards {
    font-size: 1.24vw; } }

@media all and (min-width: 1281px) and (max-width: 1849px) {
  #cards {
    font-size: 0.888vw; } }

@media all and (min-width: 1850px) {
  #cards {
    font-size: 0.73vw; } }

.card-modal a.btnsml, .card-modal span.cta {
  -webkit-transition: background-color, 0.5s;
  -moz-transition: background-color, 0.5s;
  -o-transition: background-color, 0.5s;
  transition: background-color 0.5s; }
  .card-modal a.btnsml:hover, .card-modal span.cta:hover {
    background-color: #dcd0b2 !important; }
  .card-modal .icon-arrow-fancy-down:before {
    -webkit-transform: scaleY(0.8);
    -moz-transform: scaleY(0.8);
    -ms-transform: scaleY(0.8);
    -o-transform: scaleY(0.8);
    transform: scaleY(0.8); }
  .card-modal div#resource div#interior h1 {
    margin-bottom: 25px;
    margin-top: 0; }
  @media all and (min-width: 800px) {
    .card-modal div#resource div#interior h1 {
      margin-bottom: 30px; } }
  .card-modal div#resource div#interior div.sizer > p:nth-of-type(1), .card-modal div#partner div#interior div.sizer > p:nth-of-type(1) {
    margin-top: 30px; }
  .card-modal div#partner div#interior div.sizer > img {
    margin-bottom: 30px; }
  @media all and (max-width: 800px) {
    .card-modal div#partner div#interior div.sizer > img {
      width: 100%; } }

#card-detail.card-type-gentlemental .intro {
  background: #fff;
  color: #686157;
  padding: 2em 2em 5em;
  text-align: center; }
  #card-detail.card-type-gentlemental .intro .arrow-divider {
    margin-left: auto;
    margin-right: auto;
    max-width: 275px;
    color: #d1af66; }
  #card-detail.card-type-gentlemental .intro .divider-single {
    margin-bottom: 30px;
    margin-top: 15px; }
  #card-detail.card-type-gentlemental .intro .divider-lines, #card-detail.card-type-gentlemental .intro .divider-single {
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
    padding-left: 1em;
    padding-right: 1em;
    color: #d1af66; }
  #card-detail.card-type-gentlemental .intro h1 {
    color: #d1af66;
    font-family: 'vistasans', sans-serif;
    font-size: 3.875em;
    font-weight: 900;
    margin-bottom: 10px;
    margin-top: -20px;
    text-transform: uppercase; }
  #card-detail.card-type-gentlemental .intro h3 {
    font-family: 'vistaslab', sans-serif;
    font-size: 1.375em;
    font-weight: 700;
    text-transform: uppercase; }
  #card-detail.card-type-gentlemental .intro p {
    font-family: 'vistasans', sans-serif;
    font-size: 1.4375em;
    margin-left: auto;
    margin-right: auto;
    max-width: 775px;
    text-align: left; }
  #card-detail.card-type-gentlemental .section {
    background: url(../bundles/gritman/images/bg-lines.png) no-repeat center 5em;
    background-size: 50%;
    color: #645d53;
    overflow: hidden;
    padding: 4.5em 0;
    text-align: center;
    image-rendering: -moz-crisp-edges;
    /* Firefox */
    image-rendering: -o-crisp-edges;
    /* Opera */
    image-rendering: -webkit-optimize-contrast;
    /* Webkit (non-standard naming) */
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
    /* IE (non-standard property) */ }
  #card-detail.card-type-gentlemental .section:nth-child(even) {
    background-color: #eee6d4; }
    #card-detail.card-type-gentlemental .section:nth-child(even) h2 {
      background-color: #eee6d4; }
  #card-detail.card-type-gentlemental .section:nth-child(odd) {
    background-color: #e5d9c2; }
    #card-detail.card-type-gentlemental .section:nth-child(odd) h2 {
      background-color: #e5d9c2; }
  #card-detail.card-type-gentlemental .section h2 {
    display: inline-block;
    font-family: 'vistaslab', sans-serif;
    font-size: 2em;
    margin: -9px auto 3em auto;
    padding: 0 1em;
    text-transform: uppercase;
    width: auto; }
  #card-detail.card-type-gentlemental .section .half-col {
    float: left;
    text-align: center;
    margin: 0 8%;
    width: 34%; }
  #card-detail.card-type-gentlemental .section .ribbon {
    margin-bottom: 2em; }
    @media all and (max-width: 600px) {
      #card-detail.card-type-gentlemental .section .ribbon {
        font-size: 2.5vw !important; } }
  #card-detail.card-type-gentlemental .section h3 {
    color: #eee6d4;
    font-family: 'vistasans', sans-serif;
    font-size: 2.4375em;
    font-weight: 900;
    text-transform: uppercase;
    z-index: 3; }
  #card-detail.card-type-gentlemental .section ul {
    display: block;
    font-family: 'vistasans', sans-serif;
    font-size: 1.44125em;
    line-height: 1.5em;
    text-align: left;
    transform: translateX(-65%);
    width: 100%;
    left: 100%;
    position: relative; }
    @media all and (max-width: 600px) {
      #card-detail.card-type-gentlemental .section ul {
        left: 80%;
        transform: translateX(-60%);
        width: 80%; } }
    @media all and (max-width: 450px) {
      #card-detail.card-type-gentlemental .section ul {
        transform: translateX(-75%); } }
  #card-detail.card-type-gentlemental .section p {
    font-family: 'vistasans', sans-serif;
    line-height: 1.5em;
    margin-bottom: 1em;
    text-align: left; }
  #card-detail.card-type-gentlemental .section img {
    max-width: 100%; }

@media all and (max-width: 800px) {
  .card-modal {
    font-size: 16px; }
    .card-modal h1 {
      font-size: 2.25em !important; }
    .card-modal h2 {
      font-size: 1.75em !important; }
    .card-modal p {
      font-size: 1em !important; }
    .card-modal .card-type-gentlemental h2 {
      margin-bottom: 1em !important; }
      .card-modal .card-type-gentlemental .section {
        background-image: none !important;
        padding: 2em 0 !important; }
        .card-modal .card-type-gentlemental .section ul {
          font-size: 1em !important; } }

#slides {
  overflow: hidden; }

div#relatedcontent .item {
  font-size: 1vw;
  height: auto;
  position: relative;
  margin-left: 1.666666667%;
  margin-right: 1.666666667%; }
  div#relatedcontent .item:before {
    content: "";
    display: block;
    padding-top: 56.3%; }
  div#relatedcontent .item h4 {
    font-size: 16px;
    line-height: 1em;
    padding: 0 1.5em;
    text-align: center; }
    @media all and (min-width: 600px) {
    div#relatedcontent .item h4:before, div#relatedcontent .item h4:after {
      color: #dcd1bd;
      font-family: man;
      font-size: 0.25em;
      font-weight: normal;
      position: absolute;
      top: 25%; }
    div#relatedcontent .item h4:before {
      content: '\e806';
      left: 25px; }
    div#relatedcontent .item h4:after {
      content: '\e805';
      right: 25px; } }
  div#relatedcontent .card-related {
    height: 100%; }
  div#relatedcontent a {
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0; }
  div#relatedcontent .cta {
    display: inline-block;
    font-family: 'vistasans', sans-serif;
    font-weight: 700; }
  div#relatedcontent .cta {
    background-color: #d2b464;
    color: #403b2d;
    letter-spacing: 0.04em;
    margin-top: 1em;
    padding: 0.2em 0.7em; }
  div#relatedcontent .gentlemental {
    background-color: #fff;
    text-align: center; }
  div#relatedcontent .gentlemental .heading {
    background-color: #fff;
    color: #c0b4a5;
    font-family: 'vistaslab', sans-serif;
    font-size: 1.2em;
    font-weight: 700;
    padding: 3% 0; }
  div#relatedcontent .gentlemental h4 {
    color: #d1af66;
    font-family: 'vistasans', sans-serif;
    font-weight: 900;
    text-transform: uppercase; }
  div#relatedcontent .gentlemental .rest {
    padding-top: 2em;
    position: relative; }
  div#relatedcontent .partner, div#relatedcontent .resource {
    background-color: #ebe6d4;
    color: #d7c9b4;
    padding: 1em;
    text-align: center; }
  div#relatedcontent .partner img, div#relatedcontent .resource img {
    margin-bottom: 1em;
    max-width: 66%; }
  div#relatedcontent .partner p, div#relatedcontent .resource p {
    font-size: 1em;
    font-weight: 700; }
  div#relatedcontent .partner .cta, div#relatedcontent .resource .cta {
    margin-top: 1em; }
  div#relatedcontent .resource {
    background-color: #7f3422; }
  div#relatedcontent .resource h3 {
    color: #d2b361;
    font-size: 1.6em;
    line-height: 1em;
    margin: 0 1em 0.25em; }
  div#relatedcontent .resource p {
    font-weight: 500; }
  @media all and (max-width: 800px) {
  div#relatedcontent {
    padding: 20px; }
    div#relatedcontent .item {
      font-size: 3vw;
      margin-bottom: 1em;
      overflow: hidden; } }
