/*!
 * SNL IRW CSS Resets (http://snl.com)
 * Copyright 2014
 * Version 1.1
 * Based on Bootstrap 3.1.1 
 *    Normalize.css
 *    Scaffolding.css
 */

/*
// HTML5 display definitions
// ==========================================================================
*/
#irwWrapper article,
#irwWrapper aside,
#irwWrapper details,
#irwWrapper figcaption,
#irwWrapper figure,
#irwWrapper footer,
#irwWrapper header,
#irwWrapper hgroup,
#irwWrapper main,
#irwWrapper nav,
#irwWrapper section,
#irwWrapper summary {
  display: block;
}
#irwWrapper audio,
#irwWrapper canvas,
#irwWrapper progress,
#irwWrapper video {
  display: inline-block;
  vertical-align: baseline;
}
#irwWrapper audio:not([controls]) {
  display: none;
  height: 0;
}
#irwWrapper [hidden],
#irwWrapper template {
  display: none;
}
/*
// Links
// ==========================================================================
*/
#irwWrapper a {
  background: transparent;
}
#irwWrapper a:active,
#irwWrapper a:hover {
  outline: 0;
}
#irwWrapper a:focus {
	outline:none;
}
/*
// Text-level semantics
// ==========================================================================
*/
#irwWrapper abbr[title] {
  border-bottom: 1px dotted;
}
#irwWrapper b,
#irwWrapper strong {
  font-weight: bold;
}
#irwWrapper dfn {
  font-style: italic;
}
#irwWrapper h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
#irwWrapper mark {
  background: #ff0;
  color: #000;
}
#irwWrapper small {
  font-size: 80%;
}
#irwWrapper sub,
#irwWrapper sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
#irwWrapper sup {
  top: -0.5em;
}
#irwWrapper sub {
  bottom: -0.25em;
}
/*
// Embedded content
// ==========================================================================
*/
#irwWrapper img {
  border: 0;
}
#irwWrapper svg:not(:root) {
  overflow: hidden;
}
/*
// Grouping content
// ==========================================================================
*/
#irwWrapper figure {
  margin: 1em 40px;
}
#irwWrapper hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
#irwWrapper pre {
  overflow: auto;
}
#irwWrapper code,
#irwWrapper kbd,
#irwWrapper pre,
#irwWrapper samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/*
// Forms
// ==========================================================================
*/
#irwWrapper button,
#irwWrapper input,
#irwWrapper optgroup,
#irwWrapper select,
#irwWrapper textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
#irwWrapper button {
  overflow: visible;
}
#irwWrapper button,
#irwWrapper select {
  text-transform: none;
}
#irwWrapper button,
#irwWrapper html input[type="button"],
#irwWrapper input[type="reset"],
#irwWrapper input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
#irwWrapper button[disabled],
#irwWrapper html input[disabled] {
  cursor: default;
}
#irwWrapper button::-moz-focus-inner,
#irwWrapper input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
#irwWrapper input {
  line-height: normal;
}
#irwWrapper input[type="checkbox"],
#irwWrapper input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
#irwWrapper input[type="number"]::-webkit-inner-spin-button,
#irwWrapper input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
#irwWrapper input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
#irwWrapper input[type="search"]::-webkit-search-cancel-button,
#irwWrapper input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
#irwWrapper fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
#irwWrapper legend {
  border: 0;
  padding: 0;
}
#irwWrapper textarea {
  overflow: auto;
}
#irwWrapper optgroup {
  font-weight: bold;
}
/*
// Tables
// ==========================================================================
*/
#irwWrapper table {
  border-collapse: collapse;
  border-spacing: 0;
}
#irwWrapper td,
#irwWrapper th {
  padding: 0;
}
/*Normalize END*/
/*Scaffholding*/

/*
// Reset the box-sizing
//
// Heads up! This reset may cause conflicts with some third-party widgets.
// For recommendations on resolving such conflicts, see
// http://getbootstrap.com/getting-started/#third-box-sizing
*/

#irwWrapper * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#irwWrapper *:before,
#irwWrapper *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*
// Reset fonts for relevant elements
*/
#irwWrapper input,
#irwWrapper button,
#irwWrapper select,
#irwWrapper textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
#irwWrapper a {
  color: inherit;
  text-decoration: inherit;
}
#irwWrapper a:hover,
#irwWrapper a:focus {
  color: inherit;
  text-decoration: inherit;
}
#irwWrapper a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
#irwWrapper figure {
  margin: 0;
}
#irwWrapper img {
  vertical-align: middle;
}
#irwWrapper .img-responsive,
#irwWrapper .thumbnail > img,
#irwWrapper .thumbnail a > img,
#irwWrapper .carousel-inner > .item > img,
#irwWrapper .carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
#irwWrapper .img-rounded {
  border-radius: 6px;
}
#irwWrapper .img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
#irwWrapper .img-circle {
  border-radius: 50%;
}
#irwWrapper hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
/*
// Only display content to screen readers
*/
#irwWrapper .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
/*
// Disable auto-hiding scrollbar in IE     
*/
@-ms-viewport {
  width: auto !important;
}
/*
// Links
// ==========================================================================
*/
.irwToolKit img {
vertical-align:middle;
} 