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

/* ==========================================================================
   HTML5 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. Prevent system color scheme's background color being used in Firefox, IE,
 *    and Opera.
 * 2. Prevent system color scheme's text color being used in Firefox, IE, and
 *    Opera.
 * 3. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 4. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    background: #fff; /* 1 */
    color: #000; /* 2 */
    font-size: 100%; /* 3 */
    -webkit-text-size-adjust: 100%; /* 4 */
    -ms-text-size-adjust: 100%; /* 4 */
}

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

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

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

/**
 * 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 v4.3.0 | MIT License | http://h5bp.com/ */
/* =  Base styles: opinionated defaults = */
html, button, input, select, textarea { color:#222 }
html { font-size:1em; line-height:1.4 }
::-moz-selection { background:#b3d4fc; text-shadow:none; }
::selection { background:#b3d4fc; text-shadow:none; }
hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0 }
audio, canvas, img, svg, video { vertical-align:middle }
fieldset { border:0; margin:0; padding:0 }
textarea { resize:vertical }

/* = PMG styles jb = */
html  { background-color:#F0E9D5; }
body  { color:#2e1507; font-size:12px; font-family:'Open Sans', sans-serif }
hr    { border-top-color:#c28f44 }
p     { margin:.6em 0 .8em 0 }

.wrapper { margin:0 auto; width:96.5% }

/* header */
header { width:100%; }
.logo a { float: none;
display: block;
margin: 2px auto;
width: 99%;
}

/* nav */
nav  { font-family:'Open Sans',sans-serif; position:relative; min-height:31px;  }
/*background-color:#980000*/
#nav-div ul { display:none }
#nav-div li ul { display:block }
#nav-div { clear:both; }
#nav li a   { font-size:13px; line-height:1em; padding:9px 7px 8px 7px; color:#f5edd7; display:inline-block; text-transform:capitalize; text-decoration:none }
.resposive_menu_icon { display:block; background:url("../img/responsive_menu_icon.png") no-repeat 0 0 transparent; float:left; margin:4px 0 0 6px }
.resposive_menu_icon a { text-indent:-999px; display:block; height:25px; width:67px; }

/* interior */
.int_content { line-height:1.5em; font-size:13px; float:left; width:82%; padding:14px 9% 30px 9%; background-color:#fff; border-left:1px solid #c28f44; border-right:1px solid #c28f44; border-bottom:1px solid #c28f44; border-top:11px solid #c28f44 }
.int_content img  { margin:2px 6px 16px 14px; border:1px solid #c28f44; }
.breadcrumb { float:left; width:100%; font-size:11px; font-family:'Open Sans',sans-serif; color:#84602A; }
.breadcrumb a:hover,
.breadcrumb a { margin:11px 0 10px 0; font-size:11px; font-family:'Open Sans',sans-serif; color:#84602A; }
.int_content a, .int_content a:hover, .int_content a:visited { color:#936E25 }
h1 { color:#990000; font-family:'Droid Serif',serif; line-height:1.33em; font-size:26px; margin:.9em 0 .5em; font-weight:normal }
h2 { color:#936E25; font-family:'Droid Serif',serif; line-height:1.33em; font-size:20px; margin:.9em 0 .5em; font-weight:normal }
h3 { color:#936E25; font-family:'Droid Serif',serif; line-height:1.33em; font-size:15px; margin:.9em 0 .5em; font-style:italic }
h4 { color:#9b0000; font-family:'Open Sans',sans-serif; line-height:1.4em; font-size:15px; margin:.9em 0 .5em; font-weight:bold }
h5 { color:#990000; font-family:'Droid Serif',serif; line-height:1.33em; font-size:14px; margin:.9em 0 .5em; font-weight:normal }
h6 { color:#990000; font-family:'Droid Serif',serif; line-height:1.33em; font-size:14px; margin:.9em 0 .5em; font-weight:normal }
blockquote { background-color:#d7bc87; padding:12px 20px 16px 20px; margin:.8em 0 1em; font-family:'Droid Serif', serif; font-size:16px; color:#2e1507; font-weight:normal; line-height:1.4em; font-style:italic }

/* aside */
.aside { width:100%; min-height:200px; float:left }
.aside_content { border-bottom:1px solid #c28f44; float:left; padding:0 22px 25px 20px; color:#2e1507; font-size:12px; font-family:'Droid Serif',serif; line-height:1.5em }
.aside_content ul,
.aside_content ol { padding:0 0 0 8px; margin-top:4px; }
.aside_content li { line-height:18px; }
.aside_content a { color:#2e1507; font-family:'Droid Serif', serif; text-decoration:none; }
.aside_content a:hover { text-decoration:underline; }
.aside_content hr { margin:.2em 0 }
.aside_content p { margin:.4em 0 .6em 0 }
.aside_btn { float:left; margin-top:18px }
.aside_top_btn { float:left; margin-bottom:18px }
.aside_quote { padding:12px 20px 12px 26px; background:url('../img/aside_quote_bk.png') repeat #926B2F; color:#fff; float:left; margin-top:18px }
.aside .quote { font-size:17px; font-family:'Droid Serif',serif; font-style:italic  }
.aside .citation { font-size:13px; font-family:'Open Sans',sans-serif; margin-top:8px; font-weight:bold; text-align:right }



/* footer */
.lower_wrapper { width:100%; float:left }
footer { padding:12px 25px 12px 33px; font-family:'Droid Sans',sans-serif; color:#fff; font-size:11px; font-weight:bold; margin:26px auto 18px; background-color:#926B2F; position:relative }
.footer_text { color:#FFFFFF }
.footer_links { font-size:12px }
.footer_links a { color:#fff; text-decoration:none; text-transform:capitalize }
.footer_copy a:hover,
.footer_links a:hover { text-decoration:underline }
.footer_copy { font-size:9px; margin:12px 0 }
.footer_copy a { color:#fff; text-decoration:none }
.footer_facebook a { display:block; width:46px; height:48px }
.footer_facebook { margin:6px 0 0 0; width:46px; height:48px }

/* gallery */
.gall_thumb { float:left; margin:4px 0; width:90%;  }
.gall_thumb h2 { font-size:11px; margin:.5em 0 0 0; }


.int_content img { max-width: 100%; height: auto; }


/* ==========================================================================
   Helper classes
   ========================================================================== */
.ir { background-color:transparent; border:0; overflow:hidden; }
.ir:before { content:""; display:block; width:0; height:150%; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border:0; clip:rect(0 0 0 0); height:1px; margin:-1px; overflow:hidden; padding:0; position:absolute; width:1px }
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }

.clearfix:before,
.clearfix:after { content: " "; display:table; }
.clearfix:after { clear:both; }

.img-responsive { max-width: 100%; height: auto; }


.hide-desktop { display:block; }
.hide-mobile { display:block; }

/* ==========================================================================
   Media Queries
   ========================================================================== */
@media only screen and (max-width: 767px) {
    .aside_h1 h1 { padding:0 9%; margin-bottom: 3px; }
    .aside_content { border:1px solid #c28f44; width:82%; background-color:#fff; padding:16px 9% 25px 9% }
    .hide-mobile { display: none; }
}

/* Tablet Size */
@media only screen and (min-width: 768px) {

    .wrapper { width:740px }

    /* header */
    header   { height:140px; }
    .logo a { margin:8px auto 0 auto; float:none; width:591px; height:116px; }


    /* interior */
    .int_main { width:533px; float:left }
    .int_content { width:436px }

    /* aside */
    .aside         { width:182px; margin-left:25px }
    .aside_quote   { width:153px; padding:13px 16px 17px 13px }
    .aside_top_btn img,
    .aside_btn img { width:182px; height:33px }
    .aside_h1 { float:left; background:url('../img/aside_h1_bk_768.png') no-repeat top right transparent; width:182px; height:50px }
    .aside_h1 h1 { font-size:16px; margin:20px 0 0 39px; float:left; font-family:'Droid Serif',serif; color:#f5edd7; font-weight:normal; line-height:1em }
    .aside_content { background:url('../img/aside_bk_768.png') repeat-y top left transparent; padding:0 24px 12px 22px; color:#2e1507; font-size:12px; line-height:1.5em; width:136px }

    /* nav */
    .resposive_menu_icon { display:none }
    nav { width:740px; height:31px; margin:0; }
    #nav-div { height:31px; }
    /*background-color: #980000;*/
    #nav-div ul { text-align:center; padding:0; margin:0; list-style:none; display:block; white-space:nowrap; background-color: #980000; }
    #nav { margin:0; padding:0 }
    #nav li { display:inline; list-style-type:none; position:relative; background:url('../img/nav_div.png') no-repeat top right transparent; }
    #nav li a { font-size:11px; font-family:'Droid Sans',sans-serif; line-height:1em; padding:10px 6px 9px 6px; color:#f4efdd; display:inline-block; text-transform:uppercase; text-decoration:none; font-weight:bold }
    #nav li a:hover { color:#ffffff; text-decoration:none; background-color:#404040  }
    #nav li ul { margin:0; padding:0; display:none; left:0; min-width:100%; position:absolute; text-align:left; top:23px; z-index:100; }
    #nav li:hover ul { display:block }
    #nav li ul li { background-image:none; background-color:#404040; font-weight:normal; padding-bottom:0; display:block; font-size:12px  }
    #nav li ul li a {  border-bottom:1px solid #6d4730; font-weight:normal; font-size:11px; text-transform:capitalize; color:#f5edd7 !important; display:block;  padding:12px 16px 12px 17px }
    #nav li ul li a:hover { text-decoration:none; background-color:#ae2811; color:#fff !important }
    #nav li:last-child { background-image:none } /* no div image on last li */


    .hide-desktop { display:none; }

}
/* Standard Website  */
@media only screen and (min-width: 1020px) {

    .wrapper { width:1020px }
    header { margin-left:10px; width:1000px }
    nav { width:1000px; margin-left:10px }
    #nav-div { }
    /*/background-color: #980000;*/
    #nav li a { padding:9px 15px 8px 16px; font-size:13px; }

    .int_main { width:731px; margin-left:10px }
    .booklet-download .int_main { width:1000px }
    .int_content { width:635px; padding:18px 48px 66px 46px }
    .booklet-download .int_content { width: 905px; }
    .breadcrumb { width:1000px; margin-left:10px }
    .breadcrumb p { padding:0 0 0 45px; margin:11px 0 10px 0 }
    blockquote { font-size:18px; padding:20px 40px }

    .aside { width:239px; margin:0 0 0 40px }
    .aside_h1 { background: url('../img/aside_h1_bk.png') no-repeat top right #980000; width:239px; height:55px }
    .aside_h1 h1 { font-size:16px; margin:21px 0 0 47px; float:left; font-family:'Droid Serif',serif; color:#f5edd7; font-weight:normal; line-height:1em }
    .aside_btn img, .aside_top_btn img { width:229px; height:42px }
    .aside_content { min-height:150px; background-image:url('../img/aside_bk.png'); padding:0 31px 12px 34px; width:164px }
    .aside_quote { width:176px; padding:13px 25px 17px 28px }
    .lower_wrapper { width:1000px; margin-left:10px }
    .footer_facebook { position:absolute; top:22px; right:30px }



    .int_content ol, .int_content ul { padding:0 0 0 18px }
    .int_content dl, .int_content menu, .int_content ol, .int_content ul { margin:.4em 0 .5em 0 }
    .aside_content ul, .aside_content ol { padding:0 0 0 8px; margin-top:4px; }
    .aside_content li { line-height:18px; }

}
/* Google Custom Search */
.header-gcs { float:right; width:90%; margin-top:0; margin-bottom:8px; clear:right; margin-right:20px; height:38px; }
@media screen and (max-width:767px) {
    .header-gcs { margin-right:6px; }
}
.header-gcs .gsc-input input { font-weight:normal; padding:4px; font-size:15px; color:#2e1507; -webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px; border:1px solid #cdc7b2; }
.header-gcs input.gsc-search-button,
.header-gcs input.gsc-search-button:hover,
.header-gcs input.gsc-search-button:focus { border-color:transparent; background-color:transparent; }
.header-gcs input.gsc-search-button-v2 { padding:2px; margin-left: 5px; }
.header-gcs input.gsc-search-button-v2 { width:18px; height:18px; }
.header-gcs .gsc-search-box-tools .gsc-search-box .gsc-input { padding-right:0px; }
/* hide clearing X in header, not enough room */
.header-gcs td.gsib_b { display:none; }
.header-gcs .gsc-input-box { border-color:#c28f44; }
.header-gcs .gsib_a { padding-top:4px; }

/* === Print styles. ====================================== */
@media print {
    * { background:transparent !important; color:#000 !important; box-shadow:none !important; text-shadow:none !important }
    a, a:visited   { text-decoration:underline; }
    pre, blockquote { border:1px solid #999; page-break-inside:avoid }
    thead { display:table-header-group; }
    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 }
}
