/*    
    Created on : Sep 11, 2015, 12:04:22 PM
    Author     : eric.leitzel
    Template   : Dawn
*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300italic,400,400italic,700,700italic|Roboto:100,100italic,300,300italic,400,400italic,500,500italic,700,700italic,900,900italic");
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * 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; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
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.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 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 and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 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 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* 
    Created on : Sep 11, 2015, 3:39:50 PM
    Author     : eric.leitzel
    Template   : Dawn
*/
h1, .h1,
.jumbotron h1, .jumbotron .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  line-height: 1em;
  margin: 10px 0 20px;
  padding-top: 0; }

body {
  color: #868a8c;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  background: #424133;
  background: -moz-linear-gradient(top, #424133 0%, #7b795f 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #424133), color-stop(0%, #7b795f));
  background: -webkit-linear-gradient(top, #424133 0%, #7b795f 100%);
  background: -o-linear-gradient(top, #424133 0%, #7b795f 100%);
  background: -ms-linear-gradient(top, #424133 0%, #7b795f 100%);
  background: linear-gradient(to bottom, #424133 0%, #7b795f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#424133', endColorstr='#7b795f', GradientType=0 ); }

.body__container {
  background-image: url("../includes/images/square_bg.png");
  background-repeat: repeat; }

a {
  color: #7081AB;
  text-decoration: none; }

a:hover,
a:focus {
  color: #7081AB;
  text-decoration: underline; }

div, p {
  font-weight: 300; }

h1 small, .h1 small,
h2 small, .h2 small,
h3 small, .h3 small,
h1 .small, .h1 .small,
h2 .small, .h2 .small,
h3 .small, .h3 .small {
  font-size: 65%;
  font-weight: 200; }

h1, .h1,
.jumbotron h1, .jumbotron .h1 {
  font-size: 2.5em;
  font-weight: 300;
  color: #4c5c82;
  line-height: 1;
  letter-spacing: -.5px; }
  @media (max-width: 767px) {
    h1, .h1,
    .jumbotron h1, .jumbotron .h1 {
      font-size: 2em; } }

h2, .h2 {
  font-size: 2em;
  font-weight: 400;
  color: #424133;
  line-height: 1.3333333333; }
  @media (max-width: 767px) {
    h2, .h2 {
      font-size: 1.75em; } }

h3, .h3 {
  font-size: 1.75em;
  font-weight: 700;
  color: #808fb4;
  line-height: 1.1666666667; }
  @media (max-width: 767px) {
    h3, .h3 {
      font-size: 1.5em; } }

h4, .h4 {
  font-size: 1.5em;
  font-weight: 400;
  color: #7b795f;
  line-height: 1; }
  @media (max-width: 767px) {
    h4, .h4 {
      font-size: 1.25em; } }

h5, .h5 {
  font-size: 1.25em;
  font-weight: 300;
  color: #7081AB;
  line-height: 0.9166666667; }
  @media (max-width: 767px) {
    h5, .h5 {
      font-size: 1.1em; } }

h6, .h6 {
  font-size: 1em;
  font-weight: 900;
  line-height: 1.7083333333;
  color: #6D6B54; }

label {
  display: inherit; }

hr {
  border-top: 1px solid #c2c4c5; }

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none; }

body {
  background-image: none; }

b,
strong {
  font-weight: 700; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

/* Tax Guide */
a.headerLink {
  padding: 0;
  margin: 0;
  color: whitesmoke;
  text-decoration: none;
  display: block;
  margin-left: 15px;
  font-size: 20px;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  background-color: #868a8c;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 100; }
  a.headerLink:hover {
    background-color: #6D6B54;
    color: whitesmoke; }

a.headerLink[href*="taxguide/glossary"],
a.headerLink[href*="taxguide/taxcalendar"],
a.headerLink[href*="info_center"] {
  position: relative;
  top: -22px;
  float: right;
  display: inline-block;
  padding: 7px 15px 8px 36px;
  right: 2px;
  width: 66%; }

a.headerLink[href*="taxguide/sb_search"],
a.headerLink[href*="taxguide/index"],
a.headerLink[href*="taxguide/taxtools"] {
  padding: 7px 0 8px 0px;
  margin: -22px 2px 0; }

a.headerLink[href*="taxguide/sb_search"] {
  padding-left: 52px; }

a.headerLink[href*="taxguide/index"] {
  padding-left: 26px; }

a.headerLink[href*="taxguide/taxtools"] {
  padding-left: 48px; }

td.chaptergroup {
  position: relative;
  left: 10px; }
  td.chaptergroup > a {
    padding: 5px 0 5px 2px; }

td.mout, td.mover {
  padding-bottom: 10px;
  padding-top: 20px;
  font-size: 25px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700; }

td.t0ic, td.t0io {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 20px;
  font-weight: 700;
  padding: 0 0 10px; }

td.t1ic, td.t1io {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  padding-bottom: 5px; }

img[src*="icons/page"],
img[src*="icons/folderopen"],
img[src*="icons/folder"] {
  display: none; }

a.prevnext {
  font-size: 13px;
  text-decoration: none;
  font-weight: 700;
  margin: 0 2px; }

/* Financial Planning Toolkit */
@media (max-width: 767px) {
  table.topmenu {
    width: 100% !important; } }

td.menubullet {
  display: none; }

table.topmenu td {
  vertical-align: top; }

a.menutext {
  padding: 0;
  margin: 0;
  color: whitesmoke;
  text-decoration: none;
  display: block;
  font-size: 20px;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  background-color: #868a8c;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 100;
  padding: 7px;
  margin: 0 2px; }
  a.menutext:hover {
    background-color: #6D6B54;
    color: whitesmoke; }

table.topmenu td:nth-child(1) a:before {
  display: none; }

td.sans12 {
  padding-bottom: 20px; }

td a.sans12 {
  padding-bottom: 20px;
  display: block;
  margin-right: 40px;
  margin-left: 30px; }

td a.sans12:before {
  content: '';
  display: block;
  background-color: #6D6B54;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-image: url("../includes/images/down.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  margin-left: -25px;
  position: absolute; }

td a.sans12:hover::before {
  background-color: #868a8c; }

img[src*="rtarrow.gif"] {
  display: none; }

form#search input#submit {
  margin-top: 7px; }

img[src*="graphics/top"] {
  display: none; }

a[href="#menu"] {
  display: block;
  background-color: #6D6B54;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-image: url("../includes/images/up.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px 20px; }

a[href="#menu"]:hover {
  background-color: #868a8c; }

/* Business Owner Toolkit */
.bot-search,
.bot-home,
.bot-next,
.bot-prev {
  background-repeat: repeat;
  height: 22px !important;
  width: 22px !important;
  background-size: 16px 16px !important;
  background-position: center !important; }

.bot-search:hover,
.bot-home:hover,
.bot-next:hover,
.bot-prev:hover {
  opacity: .6; }

.bot-search {
  background-image: url("../includes/images/search.png") !important; }

.bot-home {
  background-image: url("../includes/images/home.png") !important; }

.bot-next {
  background-image: url("../includes/images/next-btn.png") !important; }

.bot-prev {
  background-image: url("../includes/images/prev-btn.png") !important; }

h2 + ul {
  padding-bottom: 30px; }

.div-close,
.div-open {
  color: whitesmoke;
  padding: 9px 9px 14px !important;
  background-image: none !important;
  border: none !important;
  margin-bottom: 2px !important; }

.div-close,
.div-open:hover {
  background-color: #7081AB !important; }

.div-open,
.div-close:hover,
.div-open:focus {
  background-color: #6D6B54 !important; }

.div-close:after,
.div-open:after {
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 8px solid whitesmoke;
  content: '';
  float: right;
  margin-top: 8px; }

.div-open:after {
  border-bottom: 8px solid whitesmoke;
  border-top: 8px solid transparent;
  margin-top: -2px; }

.div-open + ul li a {
  padding: 5px 0;
  display: block; }

/* Lead Generator Form */
.cch_app_background {
  background-image: none;
  margin: 40px; }

.cch_app_background strong.btext {
  text-align: center;
  margin: 0 auto;
  width: 70%;
  display: block;
  font-weight: 400;
  margin-bottom: 10px;
  font-size: 17px; }

.cch_app_background td {
  line-height: 2em; }

.cch_app_background table tr td table tr td img {
  text-align: center;
  margin: 0 auto;
  display: block;
  margin-bottom: 5px; }

.cch_app_background a[href*="top.close()"] > input[type="button"] {
  font-family: inherit;
  padding: 3px 9px;
  margin-top: 10px;
  margin-bottom: 20px; }

.cch_app_background form[name="lead_gen_form"] table tr td input[type="text"] {
  width: 100%;
  max-width: 250px;
  box-sizing: border-box; }

.cch_app_background form td > div {
  line-height: 1em; }

.cch_app_background tr#footer td {
  padding: 12px 0;
  font-size: 13px; }

/* Info Center - Search */
#search input#submit {
  background-color: #424133;
  border: none;
  font-family: "Roboto Condensed", sans-serif;
  color: whitesmoke;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 20px;
  padding: 1px 24px;
  position: relative;
  top: 1px; }

#search input#submit:hover {
  background-color: #7b795f;
  border: none; }

/*# sourceMappingURL=global.css.map */
