/* =============================================================================
   HTML5 Boilerplate CSS: h5bp.com/css
   ========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
[hidden] {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
  color: #222;
}
body {
  margin: 0;
  font-size: 1em;
  line-height: 1.4;
}
::-moz-selection {
  background: #6dcece;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #6dcece;
  color: #fff;
  text-shadow: none;
}
a {
  color: #00e;
}
a:visited {
  color: #551a8b;
}
a:hover {
  color: #06e;
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: "";
  content: none;
}
small {
  font-size: 85%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
ul,
ol {
  margin: 1em 0;
  padding: 0 0 0 0;
}
dd {
  margin: 0 0 0 40px;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
form {
  margin: 0;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
label {
  cursor: pointer;
}
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button,
input {
  line-height: normal;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}
button[disabled],
input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
input:invalid,
textarea:invalid {
  background-color: #f0dddd;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td {
  vertical-align: top;
}
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: black;
  padding: 0.2em 0;
}
/* ===== Semantic Grid ========================================================
   Author: JT
   ========================================================================== */
body {
  width: 100%;
  *zoom: 1;
}
body:before,
body:after {
  content: "";
  display: table;
}
body:after {
  clear: both;
}
/* ===== BASE Styles ========================================================
   ========================================================================== */
.btop {
  border-top: 1px solid #ddd;
}
.bbtm {
  border-bottom: 1px solid #ddd;
}
body {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 62.5%;
  line-height: 1.8em;
  color: #666;
  background: url(../img/bg.jpg) top left repeat;
}
a,
a:active {
  color: #698696;
  text-decoration: none;
}
a:hover {
  color: #2b383e;
  text-decoration: none;
}
a:visited {
  color: #698696;
  text-decoration: none;
}
p {
  margin: 0 0 40px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.3em;
  line-height: 1.6em;
  color: #56646b;
  text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.8);
}
p small {
  font-size: 11px;
  color: #999999;
}
.lead {
  margin-bottom: 18px;
  font-size: 2em;
  font-weight: 200;
  line-height: 27px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: inherit;
  font-weight: bold;
  color: #56646b;
  text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.8);
  text-rendering: optimizelegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  color: #999999;
}
h1 {
  font-size: 30px;
  line-height: 36px;
}
h1 small {
  font-size: 18px;
}
h2 {
  font-size: 24px;
  line-height: 36px;
}
h2 small {
  font-size: 18px;
}
h3 {
  line-height: 24px;
  font-size: 16px;
}
h3 small {
  font-size: 14px;
}
h4,
h5,
h6 {
  line-height: 18px;
}
h4 {
  font-size: 14px;
}
h4 small {
  font-size: 12px;
}
h5 {
  font-size: 12px;
}
h6 {
  font-size: 11px;
  color: #999999;
  text-transform: uppercase;
}
.highlight-blue {
  text-transform: uppercase;
  color: white;
  background: #6dcece;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  display: inline-block;
  padding: 0 3px;
}
.page-header {
  padding-bottom: 17px;
  margin: 18px 0;
  border-bottom: 1px solid #eeeeee;
}
.page-header h1 {
  line-height: 1;
}
ul,
ol {
  padding: 0;
  margin: 0 0 9px 0px;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
ul {
  list-style: disc;
  font-size: 1.3em;
  line-height: 1.6em;
  color: #56646b;
  text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.8);
  margin-bottom: 40px;
}
ol {
  list-style: decimal;
}
li {
  margin-bottom: 0px;
}
ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}
dl {
  font-size: 1.3em;
  line-height: 1.6em;
  color: #56646b;
  text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.8);
  margin-bottom: 40px;
}
dt,
dd {
  line-height: 18px;
}
dt {
  font-weight: bold;
  line-height: 17px;
}
dd {
  margin: 0 0 40px 0;
}
.dl-horizontal dt {
  float: left;
  clear: left;
  width: 120px;
  text-align: right;
}
.dl-horizontal dd {
  margin-left: 130px;
}
hr {
  margin: 18px 0;
  border: 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ffffff;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
.muted {
  color: #999999;
}
abbr[title] {
  border-bottom: 1px dotted #ddd;
  cursor: help;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 18px;
  border-left: 5px solid #eeeeee;
}
blockquote p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 22.5px;
}
blockquote small {
  display: block;
  line-height: 18px;
  color: #999999;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  float: right;
  padding-left: 0;
  padding-right: 15px;
  border-left: 0;
  border-right: 5px solid #eeeeee;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  display: block;
  margin-bottom: 18px;
  line-height: 18px;
  font-style: normal;
}
small {
  font-size: 100%;
}
cite {
  font-style: normal;
}
/* ===== Layout Styles ========================================================
   ========================================================================== */
header {
  width: 100%;
  position: fixed;
  height: 50px;
  margin-bottom: 50px;
  background: rgba(255, 255, 255, 0.9);
}
header .container {
  height: 50px;
}
.container {
  width: 960px;
  margin: 0 auto;
}
h1#logo, h1.logo {
  display: block;
  width: 141px;
  height: 51px;
  text-indent: -9999px;
  background: url(../img/logo.png) top left no-repeat;
}
/* Navigation */
/*Fix spacing on fixed nav*/
.nudge {
  margin-top: 30px;
}
nav {
  display: block;
  width: 979.9999999999999px;
  margin: 0 -10px;
  *zoom: 1;
}
nav:before,
nav:after {
  content: "";
  display: table;
}
nav:after {
  clear: both;
}
nav ul {
  display: block;
  width: 739.9999999999999px;
  margin: 0 -10px;
  *zoom: 1;
  margin-left: 250px;
}
nav ul:before,
nav ul:after {
  content: "";
  display: table;
}
nav ul:after {
  clear: both;
}
nav ul li {
  display: inline;
  float: left;
  width: 140px;
  margin: 0 10px;
  border-left: 1px solid #ccc;
}
nav ul li a {
  display: block;
  margin: 20px 0px -10px 10px;
  font-weight: 600;
  font-size: 12px;
  color: #698696;
}
nav ul li a:hover {
  color: #2b383e;
  background: white;
}
/*
			body.home nav ul li.home,
			body.about nav ul li.about,
			body.solutiona nav ul li.solutions,
			body.context nav ul li.context	{
				border-left: 2px solid @darkBlue;
			}

			body.home nav ul li.home a,
			body.about nav ul li.about a,
			body.solutions nav ul li.solutions a,
			body.context nav ul li.context a	{
				color: @darkBlue;
			}
*/
.active {
  border-left: 2px solid #2b383e;
}
.active a {
  color: #2b383e;
}
/* Main section */
div[role="main"] {
  display: inline;
  float: left;
  width: 940px;
  margin: 0 10px;
  margin-bottom: 400px;
  padding-top: 70px;
}
div[role="main"]#investors {
  margin-bottom: 60px;
}
div.main-banner {
  height: 230px;
  display: block;
  text-indent: -9999px;
  background: url(../img/bg-banner-home.jpg) 60px 30px no-repeat;
}
/* Homepage specific styles */
div.intro-column {
  display: inline;
  float: left;
  width: 380px;
  margin: 0 10px;
  margin-left: 250px;
  margin-top: 24px;
}
.intro {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 1px;
  color: #56646b;
  font-weight: 300;
  margin-bottom: 20px;
}
.method {
  clear: both;
  display: block;
  width: 979.9999999999999px;
  margin: 0 -10px;
  *zoom: 1;
}
.method:before,
.method:after {
  content: "";
  display: table;
}
.method:after {
  clear: both;
}
.method p {
  display: inline;
  float: left;
  width: 220px;
  margin: 0 10px;
  text-align: right;
  border-top: 1px solid #ddd;
  color: #56646b;
  font-weight: 600;
}
.diagram {
  display: block;
  width: 900px;
  margin: 0 -10px;
  *zoom: 1;
  margin-top: 30px;
}
.diagram:before,
.diagram:after {
  content: "";
  display: table;
}
.diagram:after {
  clear: both;
}
div.bg-line {
  margin: 0 0 0 100px;
  padding: 0;
  height: 30px;
  width: 640px;
  display: block;
  background: url(../img/bg-bar.png) top left repeat-x;
}
.diagram ol {
  clear: left;
  margin-left: 90px;
  height: 30px;
  margin-top: -39px;
}
.diagram ol li {
  display: inline;
  float: left;
  width: 140px;
  margin: 0 10px;
}
.diagram ol li a {
  background: #66cccc;
  color: #2b383e;
  display: block;
  width: 20px;
  height: 20px;
  text-align: center;
  font-weight: 600;
  font-size: 12px;
  margin: -31px 0 0 0px;
  line-height: 20px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  /* future proofing */

  -khtml-border-radius: 10px;
  /* for old Konqueror browsers */

  text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.4);
}
.diagram ol li a:hover {
  background: #2b383e;
  text-decoration: none;
  color: white;
}
.diagram ol li a.pop-first {
  margin: -31px 0 0 3px;
}
.diagram ol li a.pop-last {
  margin: -31px 0 0 1px;
}
.diagram ol li span.bg {
  display: block;
  width: 20px;
  height: 20px;
  padding: 11px ;
  margin: 0 0 0 -8px;
  background: url(../img/bg-bar.png) 0 -30px no-repeat;
}
.diagram ol li span.bg-first {
  background-position: 0 -72px;
}
.diagram ol li span.bg-last {
  background-position: 0 -114px;
}
.diagram ul {
  margin-left: 90px;
}
.diagram ul li {
  display: inline;
  float: left;
  width: 140px;
  margin: 0 10px;
  margin-top: 5px;
  font-size: 14px;
  font-weight: 600;
  color: #56646b;
  text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.8);
}
/*About Page*/.image-banner {
  display: inline;
  float: left;
  width: 220px;
  margin: 0 10px;
  height: 230px;
  text-indent: -9999px;
  background: url(../img/bg-circle-info.jpg) 0 -12px no-repeat;
}
#companies .image-banner {
  background: url(../img/bg-circle-comp.png) 0 -12px no-repeat;
}
#investors .image-banner {
  background: url(../img/bg-circle-inn.png) 0 -12px no-repeat;
}
.title-banner {
  display: inline;
  float: left;
  width: 620px;
  margin: 0 10px;
  min-height: 230px;
}
.title-banner h2 {
  margin-top: 30px;
  display: block;
  width: 218px;
  height: 77px;
  text-indent: -9999px;
  background: url(../img/bg-h2-about.jpg) top left no-repeat;
}
#companies .title-banner h2 {
  margin-top: 30px;
  display: block;
  width: 431px;
  height: 77px;
  text-indent: -9999px;
  background: url(../img/bg-h2-comp.png) top left no-repeat;
}
#investors .title-banner h2 {
  margin-top: 30px;
  display: block;
  width: 431px;
  height: 77px;
  text-indent: -9999px;
  background: url(../img/bg-h2-inn.png) top left no-repeat;
}
.column-1 {
  clear: left;
  display: inline;
  float: left;
  width: 300px;
  margin: 0 10px;
  margin-left: 250px;
  margin-top: 40px;
  border-bottom: 1px solid #ddd;
}
.column-2 {
  display: inline;
  float: left;
  width: 300px;
  margin: 0 10px;
  margin-top: 40px;
  border-bottom: 1px solid #ddd;
}
.four-columns {
  overflow: auto;
  margin-top: 40px;
  margin-left: 250px;
}
.pull-area {
  margin-left: 90px;
  margin-top: 40px;
}
ul.scale li {
  list-style: none;
  background: url(../img/bg-bullet.gif) 0 5px no-repeat;
  padding-left: 18px;
}
.cont {
  display: block;
  width: 660px;
  margin: 0 -10px;
  *zoom: 1;
}
.cont:before,
.cont:after {
  content: "";
  display: table;
}
.cont:after {
  clear: both;
}
.col-merg {
  display: inline;
  float: left;
  width: 620px;
  margin: 0 10px;
  margin-left: 250px;
  margin-top: 40px;
}
.four-columns .col-ref,
.four-columns .col-inn,
.four-columns .col-pq,
.four-columns .col-pg {
  display: inline;
  float: left;
  width: 300px;
  margin: 0 10px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 40px;
}
.four-columns h3,
.four-columns p {
  padding-left: 40px;
}
.four-columns .col-ref {
  background: url(../img/ico-ref.gif) top left no-repeat;
}
.four-columns .col-inn {
  background: url(../img/ico-inn.gif) top left no-repeat;
}
.four-columns .col-pq {
  background: url(../img/ico-pq.gif) top left no-repeat;
}
.four-columns .col-pg {
  background: url(../img/ico-pg.gif) top left no-repeat;
}
.connect-area {
  clear: left;
  display: inline;
  float: left;
  width: 620px;
  margin: 0 10px;
  margin-left: 250px;
  margin-top: 0px;
}
.connect-area p {
  margin-left: 2px;
}
span.connect {
  line-height: 16px;
}
.blogger {
  display: inline-block;
  width: 16px;
  height: 16px;
  text-indent: -9999px;
  background: url(../img/btn-blogger.gif) bottom left no-repeat;
  margin: 0;
}
.blogger:hover {
  background-position: top left;
}
footer {
  display: inline;
  float: left;
  width: 940px;
  margin: 0 10px;
  clear: both;
  display: block;
  height: 100px;
  margin-top: 100px;
  text-align: left;
}
/* ie7 fix */
html.lt-ie8 nav ul li a {
  margin: 20px 0px 0px 10px;
}
html.lt-ie9 .diagram ol li a {
  background: url(../img/bg-circle-ie.gif) transparent;
}
html.lt-ie9 .diagram ol li a:hover {
  background: url(../img/bg-circle-ie-hover.gif) transparent;
}

html.lt-ie9 .top	{background: white;}


/* =============================================================================
   Tool Tips
   ========================================================================== */
.tooltip {
  position: absolute;
  z-index: 1020;
  display: block;
  visibility: visible;
  padding: 5px;
  font-size: 11px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.tooltip.top {
  margin-top: -2px;
}
.tooltip.right {
  margin-left: 2px;
}
.tooltip.bottom {
  margin-top: 2px;
}
.tooltip.left {
  margin-left: -2px;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #000000;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
}
/* =============================================================================
   PopOvers
   ========================================================================== */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  padding: 5px;
}
.popover.top {
  margin-top: -5px;
}
.popover.right {
  margin-left: 5px;
}
.popover.bottom {
  margin-top: 5px;
}
.popover.left {
  margin-left: -5px;
}
.popover.top .arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #6a8797;
}
.popover.right .arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #6a8797;
}
.popover.bottom .arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #6a8797;
}
.popover.left .arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #6a8797;
}
.popover .arrow {
  position: absolute;
  width: 0;
  height: 0;
}
.popover-inner {
  padding: 3px;
  width: 184px;
  overflow: hidden;
  background: #6a8797;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
}
.popover-title {
  padding: 9px 15px 0;
  background-color: #2a363c;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  color: white;
  font-size: 16px;
  font-weight: 500;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.8);
  margin-bottom: 0;
}
.popover-title h3 {
  margin: 0;
}
.popover-content {
  padding: 14px;
  background: #2a363c;
  /* Old browsers */

  background: -moz-linear-gradient(top, #2a363c 23%, #0e0e0e 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(23%, #2a363c), color-stop(100%, #0e0e0e));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #2a363c 23%, #0e0e0e 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #2a363c 23%, #0e0e0e 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #2a363c 23%, #0e0e0e 100%);
  /* IE10+ */

  background: linear-gradient(top, #2a363c 23%, #0e0e0e 100%);
  /* W3C */

  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#2a363c', endColorstr='#0e0e0e', GradientType=0);
  /* IE6-9 */

  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}
.popover-content p,
.popover-content ul,
.popover-content ol {
  margin-bottom: 0;
  padding: 0;
  font-size: 12px;
  line-height: 16px;
  color: #ddd;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.8);
}
/* =============================================================================
   Component Animations
   ========================================================================== */
.fade {
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -ms-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  opacity: 0;
}
.fade.in {
  opacity: 1;
}
.collapse {
  -webkit-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  -ms-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
  position: relative;
  overflow: hidden;
  height: 0;
}
.collapse.in {
  height: auto;
}
/* =============================================================================
   Media Queries
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
/* =============================================================================
   Print Styles
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  /* Black prints faster: h5bp.com/s */
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  /* Don't show links for images, or javascript/internal links */
  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;
  }
}
