/*!
 * Project:   Banyan Global 2017 (print)
 * Date:      2017/03/18
/* ---------------------------------------- */

* { margin: 0; padding: 0; }

html { -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { background: #fff; font-size: 62.5%; }

body, textarea, input, select, option, button { color: black; font: 16px/1.4 Calibri,Lucida Grande,Helvetica Neue,Helvetica,Arial,sans-serif; }
div, form, blockquote, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, ul, ol, dl, p, table, pre, h1, h2, h3, h4, h5, h6 { display: block; margin: 0 0 20px; } :last-child { margin-bottom: 0 !important; } .last-child { margin-bottom: 0 !important; }

.root-a { max-width: 860px; margin: 0 auto; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
 .root-a *, .root-a *:before, .root-a *:after { -moz-box-sizing: inherit; -webkit-box-sizing: inherit; box-sizing: inherit; }

/*!
 * Modules
/* ---------------------------------------- */

.banners-a { list-style: none; padding: 0; }
 .banners-a li { margin-bottom: 15px; }

.content-a { }
 .content-a a:after { content: " (" attr(href) ")"; color: #555; font-size: 0.8em; font-style: italic; }
 .content-a a[href^="#"]:after { content: ""; }

.footer-a { margin: 30px 0 0; padding: 30px 0 0; border-top: 1px solid #ccc; }
 .footer-a ul { display: none; }

.top-a { margin: 0 0 30px; padding: 0 0 30px; border-bottom: 1px solid #ccc; }
 .top-a .logo { margin: 0; font: bold 2.4em Cambria,Georgia,serif; }
  .top-a .logo a { color: #000; text-decoration: none; }
  .top-a .logo img { display: block; }
 .top-a .toggler { display: none; }
 .top-a .nav { display: none; }
 .top-a .search { display: none; }

.intro-a > .background,
.wrap-a > .background,
.skips-a { display: none; }



/*!
 * Helpers
/* ---------------------------------------- */

[data-equalize] { height: auto !important; min-height: 0 !important; }

.slick-arrow, .slick-dots { display: none !important; }
.slick-track { max-width: 100%; }

.offset { display: none; }

/*!
 * Defaults
/* ---------------------------------------- */

form { }
 label:first-child { display: block; margin: 0 0 5px; }
 input[type=text], input[type=password], input[type=search], input[type=email], input[type=tel], textarea, select { padding: 0 9px; border-radius: 0; box-shadow: none; }
 input[type="checkbox"], input[type="radio"] { padding: 0; }
 textarea { overflow: auto; height: auto; padding: 4px 4px 4px 9px; line-height: 1.2; resize: vertical; }
 button { overflow: visible; padding: 0 10px; }

table { display: table; border-collapse: collapse; border-spacing: 0; }
 table th, table td { padding: 5px 10px; border: 1px solid #ccc; }

h1, h2, h3, h4, h5, h6 { margin: 20px 0 5px; color: #000; font-family: Cambria,Georgia,serif; line-height: 1.1; }
h1 { margin-top: 0; font-size: 2.4em; }
h2 { font-size: 2.0em; }
h3 { font-size: 1.8em; }
h4 { font-size: 1.6em; }
h5 { font-size: 1.5em; text-transform: uppercase; }
h6 { font-size: 1.4em; text-transform: uppercase; }

nav { display: none; }

ul, ol, dd, blockquote { padding-left: 30px; }
 ul ul, ol ol, ul ol, ol ul { margin-bottom: 0; }

a { color: #058; text-decoration: none; }

img { max-width: 100% !important; height: auto !important; border-width: 0; image-rendering: optimizeQuality; -ms-interpolation-mode: bicubic; }

pre { font-family: Consolas,Monaco,Courier New,monospace; white-space: pre-wrap; }

hr { overflow: hidden; width: 100%; height: 1px; margin: 15px 0; border: none; border-top: 1px solid #eee; background: none; font-size: 0; }
