/* CSS Document */

/* HTML5 Boilerplate 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.*/

/*! normalize.css v1.1.0 | MIT License | git.io/normalize */

/*##############################*/
/*  HTML 5 Display Definitions  */
/*##############################*/

/* Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.*/
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}

/* Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.*/
audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/* Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices. */
audio:not([controls]) {display: none; height: 0;}

/* Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.*/
[hidden] {display: none;}

/*########*/
/*  Base  */
/*########*/

/* 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using * `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling user zoom. */

html {
    font-size: 100%; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

/* Address `font-family` inconsistency between `textarea` and other form elements. */

html, button, input, select, textarea {
    font-family: sans-serif;
}
/* Address margins handled incorrectly in IE 6/7.*/
body {margin: 0;}

/*#########*/
/*  Links  */
/*#########*/

/* Address `outline` inconsistency between Chrome and other browsers. */
a:focus {outline: thin dotted;}

/* Improve readability when focused and also mouse hovered in all browsers.*/

a:active,
a:hover {
    outline: 0;
}

/*##############*/
/*  Typography  */
/*##############*/

/* Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5, and Chrome. */
/* Line 440 - Override
h1 {font-size: 2em; margin: 0.67em 0;}
h2 {font-size: 1.5em; margin: 0.83em 0;}
h3 {font-size: 1.17em; margin: 1em 0;}
h4 {font-size: 1em; margin: 1.33em 0;}
h5 {font-size: 0.83em; margin: 1.67em 0;}
h6 {font-size: 0.67em; margin: 2.33em 0;}
*/


/*Address styling not present in IE 7/8/9, Safari 5, and Chrome.*/
abbr[title] { border-bottom: 1px dotted;}

/* Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.*/
b, strong {font-weight: bold;}
blockquote {margin: 1em 40px;}

/*Address styling not present in Safari 5 and Chrome.*/
dfn {font-style: italic;}

/* Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.*/
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
/*Address styling not present in IE 6/7/8/9.*/
mark {
    background: #ff0;
    color: #000;
}
/* Address margins set differently in IE 6/7.*/
p, pre {margin: 1em 0;}

/*Correct font family set oddly in IE 6, Safari 4/5, and Chrome.*/
code, kbd, pre, samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

/* Improve readability of pre-formatted text in all browsers. */
pre {white-space: pre; white-space: pre-wrap; word-wrap: break-word;}

/* Address CSS quotes not supported in IE 6/7.*/
q {quotes: none;}

/* Address `quotes` property not supported in Safari 4. */
q:before, q:after {content: ''; content: none;}

/* Address inconsistent and variable font size in all browsers.*/
small {font-size: 80%;}

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

sub { bottom: -0.25em;}

/*#########*/
/*  Lists  */
/*#########*/

/* Address margins set differently in IE 6/7. */
dl, menu, ol, ul {margin: 1em 0;}
dd {margin: 0 0 0 40px;}

/* Address paddings set differently in IE 6/7.*/
menu, ol, ul {padding: 0 0 0 40px;}

/* Correct list images handled incorrectly in IE 7.*/
nav ul, nav ol {list-style: none; list-style-image: none;}

/*####################*/
/*  Embedded Content  */
/*####################*/
/* 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.*/
img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
	max-width: 100%;
	width:auto;
    height: auto;
    width: auto\9; /* ie8 */
}

/*Correct overflow displayed oddly in IE 9.*/
svg:not(:root) {overflow: hidden;}

/*###########*/
/*  Figures  */
/*###########*/

/* Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11. */
figure {margin: 0;}

/*#########*/
/*  Forms  */
/*#########*/

/* Correct margin displayed oddly in IE 6/7.*/
form {margin: 0;}

/*Define consistent border, margin, and padding.*/
/*fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}*/

fieldset {  
	border: 1px solid #e2e2e2; 
	padding: 10px;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}
/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}
/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button, input { line-height: normal;}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button, select { text-transform: none;}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
    *overflow: visible;  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
/* Remove inner padding and border in Firefox 3+.*/
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
/* 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.*/
textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/*##########*/
/*  Tables  */
/*##########*/

/*Remove most spacing between table cells.*/
table {border-collapse: collapse; border-spacing: 0;}
/* HTML5 Boilerplate 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 BP5 */
/*#######################################*/

html, button, input, select, textarea {color: #222;}/*Variable*/

/* Selection Color */
::-moz-selection {background:#FFC; text-shadow: none;}/*Variable*/
::selection {background:#FFC; text-shadow: none;}/*Variable*/

/* A better looking default horizontal rule */
hr { 
    display: block;height: 1px;
    border: 0; 
    border-top:1px solid #030; /* Adjust to override elsewhere */
    margin: 1em 0; 
    padding: 0; 
}
/* BP5 Original
hr {display: block;height: 1px;border: 0;border-top: 1px solid #030;margin: 1em 0;padding: 0;}*/

/*Remove the gap between images and the bottom of their containers: h5bp.com/i/440*//* FF Fix remove bottom 5px off images */
img {vertical-align: middle; display: block; }

/* Responsive Image Sizing */
img, embed, object, video {max-width:100%;}

/* Remove default fieldset styles. 2015

fieldset {border: 0; margin: 0; padding: 0;}*/

/*Allow only vertical resizing of textareas.*/
textarea {resize: vertical;}

/* Reset Headings & Lists */
h1, h2, h3, h4, h5, h6, p { margin: 0px; padding: 0px;}
ul {margin: 0px; padding: 0px; list-style: none;}

/* ====Chrome Frame prompt ==== */
.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/*################################*/
/*    Newest clearfix May 2013    */
/*################################*/
 
.group:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;
	}
/*  * html .group             { zoom: 1; }  IE6 ? Do we care about IE 6&7 or speed? */
/*  *:first-child+html .group { zoom: 1; }  IE7 */

/*###########################################*/
/*    Make Phone number links look normal    */
/*###########################################*/

a[href^="tel"]:link, /* Applying to all states */
a[href^="tel"]:visited, 
a[href^="tel"]:hover {
    text-decoration:none;
    color: #a36f48;
	/*pointer-events:none;*/
}

/*########################*/
/*    Back to Top 2017-12-27  */
/*########################*/
#back-to-top {
    position: fixed;
    bottom: 20px;
    right: 40px;
    z-index: 50;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    background: #f5f5f5;
    color: #444;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}
#back-to-top:hover {
    background: #ccc;
}
#back-to-top.show {
    opacity: 1;
}

.notes {
	color:#ea3102;
	}

/*#################################################################################################### */
/*###########################################  Custom styles  ########################################### */
/*#################################################################################################### */
body {
    font-family: 'Work Sans', sans-serif; 
    font-style: normal;
    line-height:1.6; 
    letter-spacing: 0.5px; 
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; 
    color:#333;
}

/*body {font-size: 17px;}   Old for use with em's */ 
/*html {font-size: 17px;}  Rem uses browser default which you should not change - just change rems #'s.  If you must set font size in the html */
body {font-size: 1.1rem;} 

section {
    display: block; /* Reinstate block-level behavior if needed */
    margin: 0; /* Remove default margins */
    padding: 0; /* Remove default padding */
    box-sizing: border-box; /* Ensure consistent box model behavior */
}

p {margin-bottom:1em; /* Is Default 16px */}
@media all and (max-width: 600px) {p { padding-bottom: 0.625rem; } }


/* === Base Links === */
a:link {color:#a36f48; line-height: inherit; text-decoration: none;}
a:visited {color:#a36f48; outline: 0;}
a:hover {color:#a36f48; text-decoration: underline;}
a:active {color:#a36f48;}
a:focus {color:#a36f48;}

.linkApeal { /* Show Hide link without Href # */
    color:#a36f48; 
    cursor: pointer;
    cursor: hand; 
}

h1 {  
   font-family: 'Raleway', sans-serif;
   /*font-family: 'Roboto', sans-serif;*/
    /*font-family: 'Didact Gothic', sans-serif;*/
    /*font-weight:100;*/
    letter-spacing: 2px;
    color:#333;
    -webkit-font-smoothing: antialiased;
    }   

h2, h3, h4, h5, h6 {
    font-family: 'Raleway', sans-serif;
    -webkit-font-smoothing: antialiased;
    /*font-weight:300;*/
    letter-spacing: 1px;
    color:#333;
}
    
/* GPT Cleaned up*/
h1 { font-size: 2.875rem; margin: 1.375rem 0 1.125rem 0; line-height: 3rem; } 
h2 { font-size: 1.75rem; margin-top: 1.167rem; margin-bottom: 0.8rem; line-height: 1.4; word-wrap: break-word; } 
h3 { font-size: 1.5rem; margin: 1rem 0; } 
h4 { font-size: 1.125rem; margin: 1rem 0; } 
h5 { font-size: 0.875rem; margin: 1.333rem 0; } 
h6 { font-size: 0.75rem; margin: 2rem 0; } 

h1 .subTextSmall { font-size: 1.8rem; } 
h1 .subTextMed { font-size: 2rem; } 

@media all and (min-width: 960px) { } 
@media all and (max-width: 600px) { 

h1 { font-size: 2rem; margin: 0.5rem 0; line-height: 2.5rem; } 
h2 { font-size: 1.5rem; margin: 0.42rem 0; line-height: 1.3; } 
h3 { font-size: 1.25rem; margin: 0.5rem 0; line-height: 1.3; } 
h4 { font-size: 1rem; margin: 0.5rem 0; line-height: 1.4; } 
h5 { font-size: 0.75rem; margin: 0.5rem 0; line-height: 1.5; } 
h6 { font-size: 0.625rem; margin: 0.5rem 0; line-height: 1.6; } 
}

/*  OG Site - GPT Make Smaller  h1 { margin: 0.5rem 0; } 
    h2 { margin: 0.42rem 0; } 
    h3 { margin: 0.5rem 0; } 
    h4 { margin: 0.5rem 0; } 
    h5 { margin: 0.5rem 0; } 
    h6 { margin: 0.5rem 0; }*/


 /*    Pre GPT 2024-11-28
body {
    font-family: 'Work Sans', sans-serif;
    font-size: 18px;
    font-style: normal;
    line-height:1.6em; 
    letter-spacing: .5px;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    color:#333;
}

a:link {color:#a36f48; line-height: inherit; text-decoration: none;}
a:visited {color:#a36f48; outline: 0;}
a:hover {color:#a36f48; text-decoration: underline;}
a:active {color:#a36f48;}
a:focus {color:#a36f48;}

.linkApeal { 
    color:#a36f48; 
    cursor: pointer;
    cursor: hand; 
}

h1 { 
    font-family: 'Didact Gothic', sans-serif;
    font-weight:100;
    letter-spacing: 2px;
    color:#333;
    -webkit-font-smoothing: antialiased;
    }   

h2, h3, h4, h5, h6 {
    font-family: 'Raleway', sans-serif;
    -webkit-font-smoothing: antialiased;
    font-weight:300;
    letter-spacing: 1px;
    color:#333;
}

h1 { font-size:2.87em; margin:0.85em 0 0.70em 0; line-height:3rem} 
h2 {
  font-size: 1.75em;
  margin-top: 0.83em;
  margin-bottom: 0.4em;
  line-height: 1.4;
  word-wrap: break-word;
}
h3 { font-size:1.50em; margin:1em 0;}
h4 { font-size:1.125em; margin:1em 0;}
h5 { font-size:.83em; margin:1.67em 0;}
h6 { font-size:.67em; margin:2.33em 0;}
h1 .subTextSmall {font-size:.5em;}
h1 .subTextMed {font-size:.7em;}
p {margin-bottom:1em;}

@media all and (max-width: 600px) {
    body {font-size: 14px;}
    p {padding-bottom: 10px;}
    h1 {margin:0.33em 0;}
    h2 {margin:0.42em 0;} 
    h3 {margin:.5em 0;} 
    h4 {margin:.5em 0;} 
    h5 {margin:.5em 0;} 
    h6 {margin:.5em 0; }
}*/


	
/*######################*/
/*       Overrides       */
/*######################*/

strong {font-weight:500;}


/*##############################*/
/*      Custom  ShortCuts       */
/*##############################*/

.fn {float:none;}	
.fl {float:left;}
.fr {float:right;}

.cb {clear:both;}
.center, .cent, .textCent, .centText {text-align:center;}
.centerObj, .centerObject, .centObject {margin-left: auto; margin-right: auto;}

.nb {border:none;}
.nm {margin:0;}
.np {padding:0;}
.nw {width: auto; min-width: 0;} /* Strip Width */

.m5 {margin:5px;}
.m10 {margin:10px;}
.m20 {margin:20px;}
.m30 {margin:30px;}
.m40 {margin:40px;}
.m50 {margin:50px;}

.w10p {width:10%;}
.w20p {width:20%;}
.w30p {width:30%;}
.w40p {width:40%;}
.w50p {width:50%;}
.w60p {width:60%;}
.w70p {width:70%;}
.w80p {width:80%;}
.w90p {width:90%;}
.w100p {width:100%;}

.f25 {width:25px;}
.f30 {width:30px;}
.f35 {width:35px;}
.f40 {width:40px;}
.f45 {width:45px;}
.f50 {width:50px;}
.f75 {width:75px;}
.f100 {width:100px;}
.f110 {width:110px;}
.f125 {width:125px;}
.f150 {width:150px;}
.f200 {width:200px;}
.f250 {width:250px;}
.f275 {width:275px;}
.f300 {width:300px;}
.f350 {width:350px;}
.f400 {width:400px;}
.f425 {width:425px;}
.f450 {width:450px;}
.f500 {width:500px;}
.f550 {width:550px;}
.f650 {width:650px;}

@media (max-width: 1200px) {.hide1200 {display: none;}}
.hide {display:none;}
.genWrap {overflow:auto; width:100%;} /* Display Block Same Thing? */

.borderRed { border: 1px solid #f00;}
.borderBlue { border: 1px solid #0620a6;}
.borderGreen { border: 1px solid #308911;}
.borderGrey { border: 1px solid #7c7c7c;}

.border-1-e3 { /* July 21, 15 - Not found in index */
	border:1px solid #a36f48; /* Change for New Site Color scheme */
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px 3px 3px 3px ;
	border-radius: 3px 3px 3px 3px ;
}

.psSized {
     width: 700px; 
     height: 271px;
}
@media only screen and (max-width: 700px) {
    .psSized {
        height:auto;}
    }

/*#####################################*/
/*      Was Sticky Footer component    */
/*#####################################*/

.page-wrap { /* Required to keep entire site from fading in and out. Simply wraps the entire page #notsurewhy */
	overflow:auto;
	position:relative; 
}

/*#################################*/
/*  Main Content Area Containment  */
/*#################################*/

#mainAreaCont {
    width: 100%;
    margin: 0 auto;
    overflow:auto;
    background-color:#fff;
    /*border-top:1px solid #a36f48;*/

    /*background-color:rgba(255, 255, 255, 0.95); Shows where pic bottom is*/
}

#mainAreaWrap {
    width: 1300px;
    margin: 0 auto;
    overflow:hidden;
    /*padding-top:20px;*/
    padding-bottom:20px;
    /*border:1px solid #e2e2e2;*//* Dev Border */
}

@media only screen and (max-width: 1300px) {
    #mainAreaWrap {
        width:97%;}
    }



/* #Media Queries
================================================== */

    /* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 1024px) {
    }

@media only screen and (max-width: 720px) {
    }

@media only screen and (max-width: 480px) {
    }


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

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/* Hide visually and from screenreaders, but maintain layout*/
.invisible {visibility: hidden;}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        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 for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

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

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

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

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

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

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