@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,400italic,600,600italic);

@import url(https://fonts.googleapis.com/css?family=Roboto:100italic,900,500,300|Archivo+Black);

@import url(https://use.typekit.net/mkx7gji.css);
/*!
Theme Name: BootstrapWP
Theme URI: http://bootstrapwp.rachelbaker.me
Author: Rachel Baker
Author URI: http://www.rachelbaker.me
Description: A semantic HTML/CSS framework base theme for WordPress Developers ported from Twitter Bootstrap
Version: .92
=======
License: GNU General Public License
License URI: license.txt

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/* Loading Standard Bootstrap 2.3 LESS Files
----------------------------------------------------------------------------------------*/
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/**
 * Comments form mixin for blogs and podcasts
 */
.events-widget .events {
  background-color: #ffffff;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}
.events-widget .events h2 {
  font-family: "DINNextLTPro-Light", Helvetica, Arial, sans-serif;
  font-size: 65px;
  font-weight: normal;
  line-height: 1.2;
  color: #ff4337;
  text-align: left;
  text-transform: uppercase;
  margin-left: 0;
  margin-right: 0;
  margin-top: 10px;
}
.events-widget .events h2 em {
  font-size: 40px;
  color: #000000;
  margin-left: 15px;
  text-transform: initial;
}
.events-widget .events .card {
  background-color: transparent;
  box-shadow: none;
  overflow: hidden;
  margin-right: 10px;
  margin-bottom: 0px;
}
.events-widget .events .card .card-event {
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px #ddd;
  margin-bottom: 20px;
}
.events-widget .events .card .card-event .red-tag--small {
  padding: 35px 30px;
  font-size: 30px;
}
.events-widget .events .card .card-event .red-tag:after {
  border-color: transparent transparent transparent #ff4337;
  transform: translateX(-50px);
  opacity: 0;
}
.events-widget .events .card .card-event.slide-right .red-tag:after {
  animation: slight-right 0.5s both 0.2s;
}
.events-widget .events .card .card-event .event-details {
  font-size: 22px;
}
.events-widget .events .card .card-event .event-details div {
  margin-left: 0;
}
.events-widget .events .card .card-event .event-details .locale {
  font-weight: bold;
  margin-top: 5px;
}
@media screen and (max-width: 999px) {
  .events-widget .events .card {
    max-width: none;
    margin: 0;
    margin-right: 10px;
  }
}
.events-widget .events .view-all a,
.events-widget .events .watch-speaker-reel a {
  font-family: "open sans";
  font-size: 17px;
  font-style: italic;
  font-weight: 600;
}
.events-widget .events .watch-speaker-reel {
  margin-top: 20px;
  margin-bottom: 20px;
}
.events-widget .events .watch-speaker-reel img {
  vertical-align: -35%;
}
.events-widget .events .action {
  padding-top: 75px;
}
@media screen and (max-width: 640px) {
  .events-widget .events .card .card-event .event-details {
    font-size: 16px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 999px) {
  .events-widget .events {
    margin-left: 15px;
    margin-right: 15px;
  }
  .events-widget .events h2 {
    font-size: 32px;
    margin-bottom: 25px;
  }
  .events-widget .events h2 em {
    font-size: 20px;
  }
}
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;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a:hover,
a:active {
  outline: 0;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  /* Responsive images (ensure images don't scale beyond their parents) */

  max-width: 100%;
  /* Part 1: Set a maxium relative to the parent */

  width: auto\9;
  /* IE7-8 need help adjusting responsive images */

  height: auto;
  /* Part 2: Scale the height according to the width, otherwise you get stretching */

  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
#map_canvas img,
.google-maps img {
  max-width: none;
}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
button,
input {
  *overflow: visible;
  line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  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: "";
  }
  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;
  }
}
body {
  margin: 0;
  font-family: "DINNextLTPro-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  background-color: #ffffff;
}
a {
  color: #0088cc;
  text-decoration: none;
}
a:hover {
  color: #005580;
  text-decoration: underline;
}
.img-rounded {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.img-polaroid {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.img-circle {
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}
.row {
  margin-left: -20px;
  *zoom: 1;
}
.row:before,
.row:after {
  display: table;
  content: "";
  line-height: 0;
}
.row:after {
  clear: both;
}
[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 20px;
}
.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-relative-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}
.span12 {
  width: 940px;
}
.span11 {
  width: 860px;
}
.span10 {
  width: 780px;
}
.span9 {
  width: 700px;
}
.span8 {
  width: 620px;
}
.span7 {
  width: 540px;
}
.span6 {
  width: 460px;
}
.span5 {
  width: 380px;
}
.span4 {
  width: 300px;
}
.span3 {
  width: 220px;
}
.span2 {
  width: 140px;
}
.span1 {
  width: 60px;
}
.offset12 {
  margin-left: 980px;
}
.offset11 {
  margin-left: 900px;
}
.offset10 {
  margin-left: 820px;
}
.offset9 {
  margin-left: 740px;
}
.offset8 {
  margin-left: 660px;
}
.offset7 {
  margin-left: 580px;
}
.offset6 {
  margin-left: 500px;
}
.offset5 {
  margin-left: 420px;
}
.offset4 {
  margin-left: 340px;
}
.offset3 {
  margin-left: 260px;
}
.offset2 {
  margin-left: 180px;
}
.offset1 {
  margin-left: 100px;
}
.row-fluid {
  width: 100%;
  *zoom: 1;
}
.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.row-fluid:after {
  clear: both;
}
.row-fluid [class*="span"] {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 2.127659574468085%;
  *margin-left: 2.074468085106383%;
}
.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
.row-fluid .controls-row [class*="span"] + [class*="span"] {
  margin-left: 2.127659574468085%;
}
.row-fluid .span12 {
  width: 100%;
  *width: 99.94680851063829%;
}
.row-fluid .span11 {
  width: 91.48936170212765%;
  *width: 91.43617021276594%;
}
.row-fluid .span10 {
  width: 82.97872340425532%;
  *width: 82.92553191489361%;
}
.row-fluid .span9 {
  width: 74.46808510638297%;
  *width: 74.41489361702126%;
}
.row-fluid .span8 {
  width: 65.95744680851064%;
  *width: 65.90425531914893%;
}
.row-fluid .span7 {
  width: 57.44680851063829%;
  *width: 57.39361702127659%;
}
.row-fluid .span6 {
  width: 48.93617021276595%;
  *width: 48.88297872340425%;
}
.row-fluid .span5 {
  width: 40.42553191489362%;
  *width: 40.37234042553192%;
}
.row-fluid .span4 {
  width: 31.914893617021278%;
  *width: 31.861702127659576%;
}
.row-fluid .span3 {
  width: 23.404255319148934%;
  *width: 23.351063829787233%;
}
.row-fluid .span2 {
  width: 14.893617021276595%;
  *width: 14.840425531914894%;
}
.row-fluid .span1 {
  width: 6.382978723404255%;
  *width: 6.329787234042553%;
}
.row-fluid .offset12 {
  margin-left: 104.25531914893617%;
  *margin-left: 104.14893617021275%;
}
.row-fluid .offset12:first-child {
  margin-left: 102.12765957446808%;
  *margin-left: 102.02127659574467%;
}
.row-fluid .offset11 {
  margin-left: 95.74468085106382%;
  *margin-left: 95.6382978723404%;
}
.row-fluid .offset11:first-child {
  margin-left: 93.61702127659574%;
  *margin-left: 93.51063829787232%;
}
.row-fluid .offset10 {
  margin-left: 87.23404255319149%;
  *margin-left: 87.12765957446807%;
}
.row-fluid .offset10:first-child {
  margin-left: 85.1063829787234%;
  *margin-left: 84.99999999999999%;
}
.row-fluid .offset9 {
  margin-left: 78.72340425531914%;
  *margin-left: 78.61702127659572%;
}
.row-fluid .offset9:first-child {
  margin-left: 76.59574468085106%;
  *margin-left: 76.48936170212764%;
}
.row-fluid .offset8 {
  margin-left: 70.2127659574468%;
  *margin-left: 70.10638297872339%;
}
.row-fluid .offset8:first-child {
  margin-left: 68.08510638297872%;
  *margin-left: 67.9787234042553%;
}
.row-fluid .offset7 {
  margin-left: 61.70212765957446%;
  *margin-left: 61.59574468085106%;
}
.row-fluid .offset7:first-child {
  margin-left: 59.574468085106375%;
  *margin-left: 59.46808510638297%;
}
.row-fluid .offset6 {
  margin-left: 53.191489361702125%;
  *margin-left: 53.085106382978715%;
}
.row-fluid .offset6:first-child {
  margin-left: 51.063829787234035%;
  *margin-left: 50.95744680851063%;
}
.row-fluid .offset5 {
  margin-left: 44.68085106382979%;
  *margin-left: 44.57446808510638%;
}
.row-fluid .offset5:first-child {
  margin-left: 42.5531914893617%;
  *margin-left: 42.4468085106383%;
}
.row-fluid .offset4 {
  margin-left: 36.170212765957444%;
  *margin-left: 36.06382978723405%;
}
.row-fluid .offset4:first-child {
  margin-left: 34.04255319148936%;
  *margin-left: 33.93617021276596%;
}
.row-fluid .offset3 {
  margin-left: 27.659574468085104%;
  *margin-left: 27.5531914893617%;
}
.row-fluid .offset3:first-child {
  margin-left: 25.53191489361702%;
  *margin-left: 25.425531914893618%;
}
.row-fluid .offset2 {
  margin-left: 19.148936170212764%;
  *margin-left: 19.04255319148936%;
}
.row-fluid .offset2:first-child {
  margin-left: 17.02127659574468%;
  *margin-left: 16.914893617021278%;
}
.row-fluid .offset1 {
  margin-left: 10.638297872340425%;
  *margin-left: 10.53191489361702%;
}
.row-fluid .offset1:first-child {
  margin-left: 8.51063829787234%;
  *margin-left: 8.404255319148938%;
}
[class*="span"].hide,
.row-fluid [class*="span"].hide {
  display: none;
}
[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
  float: right;
}
.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}
.container:before,
.container:after {
  display: table;
  content: "";
  line-height: 0;
}
.container:after {
  clear: both;
}
.container-fluid {
  padding-right: 20px;
  padding-left: 20px;
  *zoom: 1;
}
.container-fluid:before,
.container-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.container-fluid:after {
  clear: both;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 200;
  line-height: 30px;
}
small {
  font-size: 85%;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
cite {
  font-style: normal;
}
.muted {
  color: #999999;
}
a.muted:hover {
  color: #808080;
}
.text-warning {
  color: #c09853;
}
a.text-warning:hover {
  color: #a47e3c;
}
.text-error {
  color: #b94a48;
}
a.text-error:hover {
  color: #953b39;
}
.text-info {
  color: #3a87ad;
}
a.text-info:hover {
  color: #2d6987;
}
.text-success {
  color: #468847;
}
a.text-success:hover {
  color: #356635;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 0;
  font-family: inherit;
  font-weight: bold;
  line-height: 20px;
  color: inherit;
  text-rendering: optimizelegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
h2,
h3 {
  line-height: 40px;
}
h1 {
  font-size: 38.5px;
}
h2 {
  font-size: 31.5px;
}
h3 {
  font-size: 24.5px;
}
h4 {
  font-size: 17.5px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 11.9px;
}
h1 small {
  font-size: 24.5px;
}
h2 small {
  font-size: 17.5px;
}
h3 small {
  font-size: 14px;
}
h4 small {
  font-size: 14px;
}
.page-header {
  padding-bottom: 9px;
  margin: 20px 0 30px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  padding: 0;
  margin: 0 0 10px 25px;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
li {
  line-height: 20px;
}
ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}
ul.inline,
ol.inline {
  margin-left: 0;
  list-style: none;
}
ul.inline > li,
ol.inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 20px;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 10px;
}
.dl-horizontal {
  *zoom: 1;
}
.dl-horizontal:before,
.dl-horizontal:after {
  display: table;
  content: "";
  line-height: 0;
}
.dl-horizontal:after {
  clear: both;
}
.dl-horizontal dt {
  float: left;
  width: 160px;
  clear: left;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dl-horizontal dd {
  margin-left: 180px;
}
hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #ffffff;
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}
blockquote p {
  margin-bottom: 0;
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}
blockquote small {
  display: block;
  line-height: 20px;
  color: #999999;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
blockquote.pull-right small:before {
  content: '';
}
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 20px;
}
code,
pre {
  padding: 0 3px 2px;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 12px;
  color: #333333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
code {
  padding: 2px 4px;
  color: #d14;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
  white-space: nowrap;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 20px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
pre.prettyprint {
  margin-bottom: 20px;
}
pre code {
  padding: 0;
  color: inherit;
  white-space: pre;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
form {
  margin: 0 0 20px;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 40px;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
legend small {
  font-size: 15px;
  color: #999999;
}
label,
input,
button,
select,
textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}
input,
button,
select,
textarea {
  font-family: "DINNextLTPro-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
label {
  display: block;
  margin-bottom: 5px;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  height: 20px;
  padding: 2px 4px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  vertical-align: middle;
}
input,
textarea,
.uneditable-input {
  width: 206px;
}
textarea {
  height: auto;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  border: 1px solid #cccccc;
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  -moz-transition: border linear .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  *margin-top: 0;
  /* IE7 */

  margin-top: 1px \9;
  /* IE8-9 */

  line-height: normal;
}
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}
select,
input[type="file"] {
  height: 30px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */

  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */

  line-height: 30px;
}
select {
  width: 220px;
  border: 1px solid #cccccc;
  background-color: #ffffff;
}
select[multiple],
select[size] {
  height: auto;
}
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.uneditable-input,
.uneditable-textarea {
  color: #999999;
  background-color: #fcfcfc;
  border-color: #cccccc;
  cursor: not-allowed;
}
.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}
.uneditable-textarea {
  width: auto;
  height: auto;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999999;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999999;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999999;
}
.radio,
.checkbox {
  min-height: 20px;
  padding-left: 20px;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}
.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}
.input-mini {
  width: 60px;
}
.input-small {
  width: 90px;
}
.input-medium {
  width: 150px;
}
.input-large {
  width: 210px;
}
.input-xlarge {
  width: 270px;
}
.input-xxlarge {
  width: 530px;
}
input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"] {
  float: none;
  margin-left: 0;
}
.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
  display: inline-block;
}
input,
textarea,
.uneditable-input {
  margin-left: 0;
}
.controls-row [class*="span"] + [class*="span"] {
  margin-left: 20px;
}
input.span12, textarea.span12, .uneditable-input.span12 {
  width: 926px;
}
input.span11, textarea.span11, .uneditable-input.span11 {
  width: 846px;
}
input.span10, textarea.span10, .uneditable-input.span10 {
  width: 766px;
}
input.span9, textarea.span9, .uneditable-input.span9 {
  width: 686px;
}
input.span8, textarea.span8, .uneditable-input.span8 {
  width: 606px;
}
input.span7, textarea.span7, .uneditable-input.span7 {
  width: 526px;
}
input.span6, textarea.span6, .uneditable-input.span6 {
  width: 446px;
}
input.span5, textarea.span5, .uneditable-input.span5 {
  width: 366px;
}
input.span4, textarea.span4, .uneditable-input.span4 {
  width: 286px;
}
input.span3, textarea.span3, .uneditable-input.span3 {
  width: 206px;
}
input.span2, textarea.span2, .uneditable-input.span2 {
  width: 126px;
}
input.span1, textarea.span1, .uneditable-input.span1 {
  width: 46px;
}
.controls-row {
  *zoom: 1;
}
.controls-row:before,
.controls-row:after {
  display: table;
  content: "";
  line-height: 0;
}
.controls-row:after {
  clear: both;
}
.controls-row [class*="span"],
.row-fluid .controls-row [class*="span"] {
  float: left;
}
.controls-row .checkbox[class*="span"],
.controls-row .radio[class*="span"] {
  padding-top: 5px;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #eeeeee;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent;
}
.control-group.warning .control-label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #c09853;
}
.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #c09853;
}
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}
.control-group.error .control-label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #b94a48;
}
.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #b94a48;
}
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}
.control-group.success .control-label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #468847;
}
.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #468847;
}
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}
.control-group.info .control-label,
.control-group.info .help-block,
.control-group.info .help-inline {
  color: #3a87ad;
}
.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  color: #3a87ad;
}
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  border-color: #3a87ad;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.info input:focus,
.control-group.info select:focus,
.control-group.info textarea:focus {
  border-color: #2d6987;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
}
.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #3a87ad;
}
input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}
input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
  -moz-box-shadow: 0 0 6px #f8b9b7;
  box-shadow: 0 0 6px #f8b9b7;
}
.form-actions {
  padding: 19px 20px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  *zoom: 1;
}
.form-actions:before,
.form-actions:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-actions:after {
  clear: both;
}
.help-block,
.help-inline {
  color: #595959;
}
.help-block {
  display: block;
  margin-bottom: 10px;
}
.help-inline {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  vertical-align: middle;
  padding-left: 5px;
}
.input-append,
.input-prepend {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: middle;
  font-size: 0;
  white-space: nowrap;
}
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input,
.input-append .dropdown-menu,
.input-prepend .dropdown-menu,
.input-append .popover,
.input-prepend .popover {
  font-size: 14px;
}
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  vertical-align: top;
}
.input-append input:focus,
.input-prepend input:focus,
.input-append select:focus,
.input-prepend select:focus,
.input-append .uneditable-input:focus,
.input-prepend .uneditable-input:focus {
  z-index: 2;
}
.input-append .add-on,
.input-prepend .add-on {
  display: inline-block;
  width: auto;
  height: 20px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #eeeeee;
  border: 1px solid #ccc;
}
.input-append .add-on,
.input-prepend .add-on,
.input-append .btn,
.input-prepend .btn,
.input-append .btn-group > .dropdown-toggle,
.input-prepend .btn-group > .dropdown-toggle {
  vertical-align: top;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-append .active,
.input-prepend .active {
  background-color: #a9dba9;
  border-color: #46a546;
}
.input-prepend .add-on,
.input-prepend .btn {
  margin-right: -1px;
}
.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.input-append input,
.input-append select,
.input-append .uneditable-input {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.input-append input + .btn-group .btn:last-child,
.input-append select + .btn-group .btn:last-child,
.input-append .uneditable-input + .btn-group .btn:last-child {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-append .add-on,
.input-append .btn,
.input-append .btn-group {
  margin-left: -1px;
}
.input-append .add-on:last-child,
.input-append .btn:last-child,
.input-append .btn-group:last-child > .dropdown-toggle {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-prepend.input-append input + .btn-group .btn,
.input-prepend.input-append select + .btn-group .btn,
.input-prepend.input-append .uneditable-input + .btn-group .btn {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-prepend.input-append .btn-group:first-child {
  margin-left: 0;
}
input.search-query {
  padding-right: 14px;
  padding-right: 4px \9;
  padding-left: 14px;
  padding-left: 4px \9;
  /* IE7-8 doesn't have border-radius, so don't indent the padding */

  margin-bottom: 0;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
/* Allow for input prepend/append in search forms */
.form-search .input-append .search-query,
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.form-search .input-append .search-query {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}
.form-search .input-append .btn {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}
.form-search .input-prepend .btn {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}
.form-search input,
.form-inline input,
.form-horizontal input,
.form-search textarea,
.form-inline textarea,
.form-horizontal textarea,
.form-search select,
.form-inline select,
.form-horizontal select,
.form-search .help-inline,
.form-inline .help-inline,
.form-horizontal .help-inline,
.form-search .uneditable-input,
.form-inline .uneditable-input,
.form-horizontal .uneditable-input,
.form-search .input-prepend,
.form-inline .input-prepend,
.form-horizontal .input-prepend,
.form-search .input-append,
.form-inline .input-append,
.form-horizontal .input-append {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none;
}
.form-search label,
.form-inline label,
.form-search .btn-group,
.form-inline .btn-group {
  display: inline-block;
}
.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  margin-bottom: 0;
}
.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-right: 3px;
  margin-left: 0;
}
.control-group {
  margin-bottom: 10px;
}
legend + .control-group {
  margin-top: 20px;
  -webkit-margin-top-collapse: separate;
}
.form-horizontal .control-group {
  margin-bottom: 20px;
  *zoom: 1;
}
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-horizontal .control-group:after {
  clear: both;
}
.form-horizontal .control-label {
  float: left;
  width: 160px;
  padding-top: 5px;
  text-align: right;
}
.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 180px;
  *margin-left: 0;
}
.form-horizontal .controls:first-child {
  *padding-left: 180px;
}
.form-horizontal .help-block {
  margin-bottom: 0;
}
.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block,
.form-horizontal .uneditable-input + .help-block,
.form-horizontal .input-prepend + .help-block,
.form-horizontal .input-append + .help-block {
  margin-top: 10px;
}
.form-horizontal .form-actions {
  padding-left: 180px;
}
table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}
.table {
  width: 100%;
  margin-bottom: 20px;
}
.table th,
.table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table th {
  font-weight: bold;
}
.table thead th {
  vertical-align: bottom;
}
.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}
.table tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.table-bordered th,
.table-bordered td {
  border-left: 1px solid #dddddd;
}
.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}
.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child,
.table-bordered tbody:first-child tr:first-child > th:first-child {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}
.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tbody:last-child tr:last-child > th:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > th:first-child {
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tbody:last-child tr:last-child > th:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > th:last-child {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
}
.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}
.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
  background-color: #f5f5f5;
}
table td[class*="span"],
table th[class*="span"],
.row-fluid table td[class*="span"],
.row-fluid table th[class*="span"] {
  display: table-cell;
  float: none;
  margin-left: 0;
}
.table td.span1,
.table th.span1 {
  float: none;
  width: 44px;
  margin-left: 0;
}
.table td.span2,
.table th.span2 {
  float: none;
  width: 124px;
  margin-left: 0;
}
.table td.span3,
.table th.span3 {
  float: none;
  width: 204px;
  margin-left: 0;
}
.table td.span4,
.table th.span4 {
  float: none;
  width: 284px;
  margin-left: 0;
}
.table td.span5,
.table th.span5 {
  float: none;
  width: 364px;
  margin-left: 0;
}
.table td.span6,
.table th.span6 {
  float: none;
  width: 444px;
  margin-left: 0;
}
.table td.span7,
.table th.span7 {
  float: none;
  width: 524px;
  margin-left: 0;
}
.table td.span8,
.table th.span8 {
  float: none;
  width: 604px;
  margin-left: 0;
}
.table td.span9,
.table th.span9 {
  float: none;
  width: 684px;
  margin-left: 0;
}
.table td.span10,
.table th.span10 {
  float: none;
  width: 764px;
  margin-left: 0;
}
.table td.span11,
.table th.span11 {
  float: none;
  width: 844px;
  margin-left: 0;
}
.table td.span12,
.table th.span12 {
  float: none;
  width: 924px;
  margin-left: 0;
}
.table tbody tr.success > td {
  background-color: #dff0d8;
}
.table tbody tr.error > td {
  background-color: #f2dede;
}
.table tbody tr.warning > td {
  background-color: #fcf8e3;
}
.table tbody tr.info > td {
  background-color: #d9edf7;
}
.table-hover tbody tr.success:hover > td {
  background-color: #d0e9c6;
}
.table-hover tbody tr.error:hover > td {
  background-color: #ebcccc;
}
.table-hover tbody tr.warning:hover > td {
  background-color: #faf2cc;
}
.table-hover tbody tr.info:hover > td {
  background-color: #c4e3f3;
}
[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  *margin-right: .3em;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url("../img/glyphicons-halflings.png");
  background-position: 14px 14px;
  background-repeat: no-repeat;
  margin-top: 1px;
}
/* White icons with optional class, or on hover/active states of certain elements */
.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"] {
  background-image: url("../img/glyphicons-halflings-white.png");
}
.icon-glass {
  background-position: 0      0;
}
.icon-music {
  background-position: -24px 0;
}
.icon-search {
  background-position: -48px 0;
}
.icon-envelope {
  background-position: -72px 0;
}
.icon-heart {
  background-position: -96px 0;
}
.icon-star {
  background-position: -120px 0;
}
.icon-star-empty {
  background-position: -144px 0;
}
.icon-user {
  background-position: -168px 0;
}
.icon-film {
  background-position: -192px 0;
}
.icon-th-large {
  background-position: -216px 0;
}
.icon-th {
  background-position: -240px 0;
}
.icon-th-list {
  background-position: -264px 0;
}
.icon-ok {
  background-position: -288px 0;
}
.icon-remove {
  background-position: -312px 0;
}
.icon-zoom-in {
  background-position: -336px 0;
}
.icon-zoom-out {
  background-position: -360px 0;
}
.icon-off {
  background-position: -384px 0;
}
.icon-signal {
  background-position: -408px 0;
}
.icon-cog {
  background-position: -432px 0;
}
.icon-trash {
  background-position: -456px 0;
}
.icon-home {
  background-position: 0 -24px;
}
.icon-file {
  background-position: -24px -24px;
}
.icon-time {
  background-position: -48px -24px;
}
.icon-road {
  background-position: -72px -24px;
}
.icon-download-alt {
  background-position: -96px -24px;
}
.icon-download {
  background-position: -120px -24px;
}
.icon-upload {
  background-position: -144px -24px;
}
.icon-inbox {
  background-position: -168px -24px;
}
.icon-play-circle {
  background-position: -192px -24px;
}
.icon-repeat {
  background-position: -216px -24px;
}
.icon-refresh {
  background-position: -240px -24px;
}
.icon-list-alt {
  background-position: -264px -24px;
}
.icon-lock {
  background-position: -287px -24px;
}
.icon-flag {
  background-position: -312px -24px;
}
.icon-headphones {
  background-position: -336px -24px;
}
.icon-volume-off {
  background-position: -360px -24px;
}
.icon-volume-down {
  background-position: -384px -24px;
}
.icon-volume-up {
  background-position: -408px -24px;
}
.icon-qrcode {
  background-position: -432px -24px;
}
.icon-barcode {
  background-position: -456px -24px;
}
.icon-tag {
  background-position: 0 -48px;
}
.icon-tags {
  background-position: -25px -48px;
}
.icon-book {
  background-position: -48px -48px;
}
.icon-bookmark {
  background-position: -72px -48px;
}
.icon-print {
  background-position: -96px -48px;
}
.icon-camera {
  background-position: -120px -48px;
}
.icon-font {
  background-position: -144px -48px;
}
.icon-bold {
  background-position: -167px -48px;
}
.icon-italic {
  background-position: -192px -48px;
}
.icon-text-height {
  background-position: -216px -48px;
}
.icon-text-width {
  background-position: -240px -48px;
}
.icon-align-left {
  background-position: -264px -48px;
}
.icon-align-center {
  background-position: -288px -48px;
}
.icon-align-right {
  background-position: -312px -48px;
}
.icon-align-justify {
  background-position: -336px -48px;
}
.icon-list {
  background-position: -360px -48px;
}
.icon-indent-left {
  background-position: -384px -48px;
}
.icon-indent-right {
  background-position: -408px -48px;
}
.icon-facetime-video {
  background-position: -432px -48px;
}
.icon-picture {
  background-position: -456px -48px;
}
.icon-pencil {
  background-position: 0 -72px;
}
.icon-map-marker {
  background-position: -24px -72px;
}
.icon-adjust {
  background-position: -48px -72px;
}
.icon-tint {
  background-position: -72px -72px;
}
.icon-edit {
  background-position: -96px -72px;
}
.icon-share {
  background-position: -120px -72px;
}
.icon-check {
  background-position: -144px -72px;
}
.icon-move {
  background-position: -168px -72px;
}
.icon-step-backward {
  background-position: -192px -72px;
}
.icon-fast-backward {
  background-position: -216px -72px;
}
.icon-backward {
  background-position: -240px -72px;
}
.icon-play {
  background-position: -264px -72px;
}
.icon-pause {
  background-position: -288px -72px;
}
.icon-stop {
  background-position: -312px -72px;
}
.icon-forward {
  background-position: -336px -72px;
}
.icon-fast-forward {
  background-position: -360px -72px;
}
.icon-step-forward {
  background-position: -384px -72px;
}
.icon-eject {
  background-position: -408px -72px;
}
.icon-chevron-left {
  background-position: -432px -72px;
}
.icon-chevron-right {
  background-position: -456px -72px;
}
.icon-plus-sign {
  background-position: 0 -96px;
}
.icon-minus-sign {
  background-position: -24px -96px;
}
.icon-remove-sign {
  background-position: -48px -96px;
}
.icon-ok-sign {
  background-position: -72px -96px;
}
.icon-question-sign {
  background-position: -96px -96px;
}
.icon-info-sign {
  background-position: -120px -96px;
}
.icon-screenshot {
  background-position: -144px -96px;
}
.icon-remove-circle {
  background-position: -168px -96px;
}
.icon-ok-circle {
  background-position: -192px -96px;
}
.icon-ban-circle {
  background-position: -216px -96px;
}
.icon-arrow-left {
  background-position: -240px -96px;
}
.icon-arrow-right {
  background-position: -264px -96px;
}
.icon-arrow-up {
  background-position: -289px -96px;
}
.icon-arrow-down {
  background-position: -312px -96px;
}
.icon-share-alt {
  background-position: -336px -96px;
}
.icon-resize-full {
  background-position: -360px -96px;
}
.icon-resize-small {
  background-position: -384px -96px;
}
.icon-plus {
  background-position: -408px -96px;
}
.icon-minus {
  background-position: -433px -96px;
}
.icon-asterisk {
  background-position: -456px -96px;
}
.icon-exclamation-sign {
  background-position: 0 -120px;
}
.icon-gift {
  background-position: -24px -120px;
}
.icon-leaf {
  background-position: -48px -120px;
}
.icon-fire {
  background-position: -72px -120px;
}
.icon-eye-open {
  background-position: -96px -120px;
}
.icon-eye-close {
  background-position: -120px -120px;
}
.icon-warning-sign {
  background-position: -144px -120px;
}
.icon-plane {
  background-position: -168px -120px;
}
.icon-calendar {
  background-position: -192px -120px;
}
.icon-random {
  background-position: -216px -120px;
  width: 16px;
}
.icon-comment {
  background-position: -240px -120px;
}
.icon-magnet {
  background-position: -264px -120px;
}
.icon-chevron-up {
  background-position: -288px -120px;
}
.icon-chevron-down {
  background-position: -313px -119px;
}
.icon-retweet {
  background-position: -336px -120px;
}
.icon-shopping-cart {
  background-position: -360px -120px;
}
.icon-folder-close {
  background-position: -384px -120px;
}
.icon-folder-open {
  background-position: -408px -120px;
  width: 16px;
}
.icon-resize-vertical {
  background-position: -432px -119px;
}
.icon-resize-horizontal {
  background-position: -456px -118px;
}
.icon-hdd {
  background-position: 0 -144px;
}
.icon-bullhorn {
  background-position: -24px -144px;
}
.icon-bell {
  background-position: -48px -144px;
}
.icon-certificate {
  background-position: -72px -144px;
}
.icon-thumbs-up {
  background-position: -96px -144px;
}
.icon-thumbs-down {
  background-position: -120px -144px;
}
.icon-hand-right {
  background-position: -144px -144px;
}
.icon-hand-left {
  background-position: -168px -144px;
}
.icon-hand-up {
  background-position: -192px -144px;
}
.icon-hand-down {
  background-position: -216px -144px;
}
.icon-circle-arrow-right {
  background-position: -240px -144px;
}
.icon-circle-arrow-left {
  background-position: -264px -144px;
}
.icon-circle-arrow-up {
  background-position: -288px -144px;
}
.icon-circle-arrow-down {
  background-position: -312px -144px;
}
.icon-globe {
  background-position: -336px -144px;
}
.icon-wrench {
  background-position: -360px -144px;
}
.icon-tasks {
  background-position: -384px -144px;
}
.icon-filter {
  background-position: -408px -144px;
}
.icon-briefcase {
  background-position: -432px -144px;
}
.icon-fullscreen {
  background-position: -456px -144px;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle {
  *margin-bottom: -3px;
}
.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}
.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 130px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a {
  text-decoration: none;
  color: #ffffff;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover {
  color: #999999;
}
.dropdown-menu > .disabled > a:hover {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: default;
}
.open {
  *z-index: 1000;
}
.open > .dropdown-menu {
  display: block;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000000;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropup .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -2px;
  -webkit-border-radius: 5px 5px 5px 0;
  -moz-border-radius: 5px 5px 5px 0;
  border-radius: 5px 5px 5px 0;
}
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #ffffff;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.dropdown .dropdown-menu .nav-header {
  padding-left: 20px;
  padding-right: 20px;
}
.typeahead {
  z-index: 1051;
  margin-top: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-large {
  padding: 24px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.well-small {
  padding: 9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.collapse.in {
  height: auto;
}
.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.border-box {
  box-sizing: border-box;
}
.color-f-red {
  color: #ff4337;
}
.color-f-gray {
  color: #808080;
}
.c-card {
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px #ddd;
}
/* no circle */
.flickity-button {
  background: transparent !important;
}
/* big previous & next buttons */
.flickity-prev-next-button {
  padding: 0;
}
.flickity-prev-next-button svg {
  display: none;
}
.flickity-prev-next-button.previous {
  left: 0;
}
.flickity-prev-next-button.previous:after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 14px;
  height: 20px;
  background: url(../../images/nav-arrow-left.png);
  background-size: cover;
  content: '';
  transform: translate(-50%, -50%);
}
.flickity-prev-next-button.next {
  right: 0;
}
.flickity-prev-next-button.next:after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 14px;
  height: 20px;
  background: url(../../images/nav-arrow-right.png);
  background-size: cover;
  content: '';
  transform: translate(-50%, -50%);
}
/* icon color */
/* hide disabled button */
.card-title {
  font-size: 20px;
  color: #ff4337;
  margin-bottom: 20px;
  font-family: "DINNextLTPro-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.2;
  font-weight: normal;
  text-transform: uppercase;
}
.card-title span {
  display: block;
}
.text-italic {
  font-style: italic;
}
.text-custom-underline {
  position: relative;
}
.text-custom-underline:after {
  position: absolute;
  left: 0;
  bottom: -1px;
  border-bottom: solid 1px #ff4337;
  width: 100%;
  content: '';
}
.text-center {
  text-align: center;
}
.btn-outline,
a.btn-outline {
  display: inline-block;
  border: solid 1px #ff4337;
  font-size: 17px;
  color: #ff4337;
  padding: 12px 20px 10px;
  text-transform: uppercase;
  line-height: 1;
}
.btn-outline:hover,
a.btn-outline:hover {
  color: #ffffff;
  background: #ff4337;
}
.btn-outline--white,
a.btn-outline--white {
  border: solid 1px #ffffff;
  color: #ffffff;
}
.btn-outline--white:hover,
a.btn-outline--white:hover {
  color: #ff4337;
  background: #ffffff;
}
.arrow-down {
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #ff4337;
}
.quote-carousel__wrapper {
  margin-top: 70px;
}
.quote-carousel__icon {
  margin-bottom: 30px;
}
.quote-carousel__cell {
  width: 100%;
}
.quote-carousel__photo {
  float: left;
  padding-right: 26px;
  margin-right: 30px;
  border-right: 1px solid #ff4337;
}
.quote-carousel__text {
  margin: 0 auto;
  max-width: 795px;
  padding: 0 26px;
  font-size: 21px;
  line-height: 39px;
  text-align: center;
  color: #ff4337;
}
.quote-carousel__author {
  text-align: center;
  margin-top: 30px;
  color: #808080;
}
.podcasts .podcasts__header {
  margin-top: 50px;
}
.podcasts__header-image {
  box-sizing: border-box;
  text-align: right;
}
.podcasts__header-copy {
  box-sizing: border-box;
  padding-left: 35px;
}
.podcasts__header-copy p:first-child {
  font-size: 22px;
  line-height: 32px;
}
.podcasts__header-copy p:last-child {
  font-size: 16px;
  font-style: italic;
}
.podcasts__header-copy p:last-child span {
  color: #ff4337;
}
.podcasts__header-copy a {
  font-family: 'DINNextLTPro-Regular' !important;
  font-weight: 500 !important;
}
.podcasts__bar {
  margin-top: 42px;
  background: #ff4337;
  height: 88px;
}
.podcasts__items-wrapper {
  margin-top: -20px;
}
.podcasts__items {
  position: relative;
  background: #ffffff;
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.1);
  padding: 36px 30px;
}
.podcasts__subscribe {
  position: absolute;
  top: -55px;
  right: 207px;
  width: 157px;
  text-align: center;
}
.podcasts__subscribe:hover .podcasts__subscribe-items {
  visibility: visible;
  opacity: 1;
}
.podcasts__subscribe:hover .podcasts__subscribe-header {
  background: #ffffff;
  color: #ff4337;
  border-bottom: solid 1px #ff4337;
}
.podcasts__support {
  position: absolute;
  top: -55px;
  right: 0;
  width: 197px;
  text-align: center;
}
.podcasts__subscribe-header {
  line-height: 0.8;
  padding: 10px 0 9px;
  text-transform: uppercase;
  font-size: 20px;
  font-family: 'DINNextLTPro-Light';
  color: #ffffff;
  border: solid 1px #ffffff;
}
.podcasts__subscribe-items {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  width: 100%;
  padding: 5px 0 5px;
  background: #f4f4f4;
  box-shadow: 0px 1px 6px 1px rgba(0, 0, 0, 0.25);
}
.podcasts__subscribe-item {
  display: block;
  padding: 5px;
  font-size: 14px !important;
  line-height: 1;
  font-style: normal !important;
  font-family: 'DINNextLTPro-Regular' !important;
  color: #000000 !important;
}
.podcasts__subscribe-item:hover {
  color: #ff4337 !important;
}
.podcasts__support-link {
  line-height: 0.8 !important;
  padding: 10px 0 9px !important;
  text-transform: uppercase !important;
  font-size: 20px !important;
  font-family: 'DINNextLTPro-Light' !important;
  font-weight: normal !important;
  font-style: normal !important;
  color: #ffffff !important;
  border: solid 1px #ffffff !important;
  display: block;
}
.podcasts__support-link:hover {
  background-color: #fff;
  color: #ff4337 !important;
}
.podcasts__read-more {
  display: inline-block;
  margin-top: 10px;
}
.post-type-archive-podcasts .podcasts .podcasts__items .podcasts__item:first-of-type:after {
  position: absolute;
  top: 5px;
  left: -40px;
  width: 145px;
  text-align: right;
  background: #ff4337;
  color: #ffffff;
  box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.25);
  padding: 5px 10px 3px;
  line-height: 1;
  box-sizing: border-box;
  content: 'NEW EPISODE';
}
.podcasts__item {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  background: #ffffff;
}
.podcasts__item-left {
  width: 22.5%;
}
.podcasts__item-right {
  width: 75%;
}
.podcasts__item-right p {
  margin-bottom: 0;
}
.podcasts__item-right .pre-next {
  font-size: 1em;
  color: #ff4337;
}
.podcasts__item-right .pre-next a {
  text-decoration: none;
  font-style: normal !important;
}
.podcasts__item-right .pre-next p {
  margin-bottom: 10px;
}
.podcasts__item-right .pre-next .previous-button {
  float: left;
  background: url(../../images/fabian-arrow-left.png) no-repeat left center;
  padding-left: 20px;
}
.podcasts__item-right .pre-next .next-button {
  float: right;
  background: url(../../images/fabian-arrow-right.png) no-repeat right 3px;
  padding-right: 20px;
}
.podcasts__item-right hr {
  clear: both;
  margin: 30px 0 40px;
  border: 1px solid #ff4337;
}
.podcasts__item-right .comment-count {
  font-weight: bold;
  color: #9d9d9d;
  font-size: .857em;
  margin-top: 20px;
}
.podcasts__item-right #comments {
  margin: 25px 0;
}
.podcasts__item-right #comments .media-list h4 {
  text-transform: capitalize;
  font-size: 1em;
}
.podcasts__item-right #comments .media-list .meta-post {
  font-size: .783em;
  color: #9d9d9d;
  text-transform: uppercase;
  font-weight: bold;
}
.podcasts__item-right #comments .media-list .reply {
  left: -3000px;
}
.podcasts__item-right #comments #respond h3 {
  font-size: 1.143em;
}
.podcasts__item-right #comments #respond #reply-title {
  cursor: pointer;
}
.podcasts__item-right #comments #respond #reply-title:hover,
.podcasts__item-right #comments #respond #reply-title:active {
  text-decoration: underline;
}
.podcasts__item-right #comments #respond #commentform {
  display: none;
}
.podcasts__item-right #comments #respond #commentform .comment-form-author input,
.podcasts__item-right #comments #respond .comment-form-email input,
.podcasts__item-right #comments #respond .comment-form-url input,
.podcasts__item-right #comments #respond .comment-form-comment textarea {
  background: #fff;
}
.podcasts__item-right #comments #respond .comment-form-comment {
  margin-bottom: 10px;
}
.podcasts__item-right #comments #respond .form-submit input {
  width: 137px;
  background-image: none;
  background: #ffffff url(../../images/fabian-arrow-right.png) no-repeat 95px 6px;
  padding: 5px 10px 5px 0;
  border-radius: 0px;
  box-shadow: none;
  border-style: solid;
  border-color: #f0f0ef;
  color: #ff4337;
  text-shadow: none;
  text-transform: uppercase;
  font-weight: bold;
}
.podcasts__item-right #comments #respond .subscribe-to-comments input {
  display: none;
}
.podcasts__item-right #comments #respond input + label {
  padding: 20px;
  background: url(../../images/form-checkbox-before.png) no-repeat left center;
}
.podcasts__item-right #comments #respond input:checked + label {
  padding: 20px;
  background: url(../../images/form-checkbox-after.png) no-repeat left center;
}
.podcasts__notes {
  margin-top: 30px;
  padding-top: 30px;
  box-sizing: border-box;
  border-top: solid 1px #ff4337;
}
.podcasts__notes .notes-header {
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 24px;
  color: #ff4337;
}
.podcasts__notes a {
  font-style: normal !important;
}
.podcasts__notes p {
  margin-bottom: 2em;
}
.podcasts__embed {
  width: 100%;
  margin-bottom: 10px;
  box-sizing: border-box;
}
.podcasts__image {
  display: inline-block;
  box-shadow: 0 0 7px 2px rgba(0, 0, 0, 0.15);
  margin-bottom: 15px;
}
.podcasts__image img {
  width: 100%;
}
.podcasts__categories {
  line-height: 1;
  font-size: 9px;
  font-style: italic;
  color: #aaaaaa;
}
.page-template-page-white-papers .subscribe-form {
  margin-bottom: 5px;
}
.category-white-papers .subscribe-form,
.single-post .subscribe-form {
  margin-bottom: 10px;
}
.category-white-papers div.blog .blog-body .download-white-paper input,
.single-post div.blog .blog-body .download-white-paper input {
  float: none;
}
.category-white-papers div.blog .blog-body .download-white-paper input[type="checkbox"],
.single-post div.blog .blog-body .download-white-paper input[type="checkbox"] {
  width: 0;
}
.btn {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e6e6e6;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #cccccc;
  *border: 0;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.btn:active,
.btn.active {
  background-color: #cccccc \9;
}
.btn:first-child {
  *margin-left: 0;
}
.btn:hover {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-large {
  padding: 11px 19px;
  font-size: 17.5px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 4px;
}
.btn-small {
  padding: 2px 10px;
  font-size: 11.9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: 0;
}
.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
  margin-top: -1px;
}
.btn-mini {
  padding: 0 6px;
  font-size: 10.5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}
.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0044cc;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #003399 \9;
}
.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #f89406;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #ffffff;
  background-color: #f89406;
  *background-color: #df8505;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}
.btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #bd362f;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #ffffff;
  background-color: #bd362f;
  *background-color: #a9302a;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}
.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #51a351;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #ffffff;
  background-color: #51a351;
  *background-color: #499249;
}
.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}
.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #2f96b4;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #ffffff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}
.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}
.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background-image: -moz-linear-gradient(top, #444444, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
  background-image: -webkit-linear-gradient(top, #444444, #222222);
  background-image: -o-linear-gradient(top, #444444, #222222);
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #222222;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #ffffff;
  background-color: #222222;
  *background-color: #151515;
}
.btn-inverse:active,
.btn-inverse.active {
  background-color: #080808 \9;
}
button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}
.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #0088cc;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-link:hover {
  color: #005580;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover {
  color: #333333;
  text-decoration: none;
}
.btn-group {
  position: relative;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  font-size: 0;
  vertical-align: middle;
  white-space: nowrap;
  *margin-left: .3em;
}
.btn-group:first-child {
  *margin-left: 0;
}
.btn-group + .btn-group {
  margin-left: 5px;
}
.btn-toolbar {
  font-size: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group {
  margin-left: 5px;
}
.btn-group > .btn {
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-group > .btn + .btn {
  margin-left: -1px;
}
.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
  font-size: 14px;
}
.btn-group > .btn-mini {
  font-size: 10.5px;
}
.btn-group > .btn-small {
  font-size: 11.9px;
}
.btn-group > .btn-large {
  font-size: 17.5px;
}
.btn-group > .btn:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.btn-group > .btn.large:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
}
.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
}
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
  z-index: 2;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  *padding-top: 5px;
  *padding-bottom: 5px;
}
.btn-group > .btn-mini + .dropdown-toggle {
  padding-left: 5px;
  padding-right: 5px;
  *padding-top: 2px;
  *padding-bottom: 2px;
}
.btn-group > .btn-small + .dropdown-toggle {
  *padding-top: 5px;
  *padding-bottom: 4px;
}
.btn-group > .btn-large + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
  *padding-top: 7px;
  *padding-bottom: 7px;
}
.btn-group.open .dropdown-toggle {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn-group.open .btn.dropdown-toggle {
  background-color: #e6e6e6;
}
.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #0044cc;
}
.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #f89406;
}
.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #bd362f;
}
.btn-group.open .btn-success.dropdown-toggle {
  background-color: #51a351;
}
.btn-group.open .btn-info.dropdown-toggle {
  background-color: #2f96b4;
}
.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #222222;
}
.btn .caret {
  margin-top: 8px;
  margin-left: 0;
}
.btn-large .caret {
  margin-top: 6px;
}
.btn-large .caret {
  border-left-width: 5px;
  border-right-width: 5px;
  border-top-width: 5px;
}
.btn-mini .caret,
.btn-small .caret {
  margin-top: 8px;
}
.dropup .btn-large .caret {
  border-bottom-width: 5px;
}
.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.btn-group-vertical {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
}
.btn-group-vertical > .btn {
  display: block;
  float: none;
  max-width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-group-vertical > .btn + .btn {
  margin-left: 0;
  margin-top: -1px;
}
.btn-group-vertical > .btn:first-child {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.btn-group-vertical > .btn:last-child {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.btn-group-vertical > .btn-large:first-child {
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}
.btn-group-vertical > .btn-large:last-child {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.alert,
.alert h4 {
  color: #c09853;
}
.alert h4 {
  margin: 0;
}
.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert-success h4 {
  color: #468847;
}
.alert-danger,
.alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
.alert-danger h4,
.alert-error h4 {
  color: #b94a48;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-info h4 {
  color: #3a87ad;
}
.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}
.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}
.alert-block p + p {
  margin-top: 5px;
}
.nav {
  margin-left: 0;
  margin-bottom: 20px;
  list-style: none;
}
.nav > li > a {
  display: block;
}
.nav > li > a:hover {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li > a > img {
  max-width: none;
}
.nav > .pull-right {
  float: right;
}
.nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 20px;
  color: #999999;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}
.nav li + .nav-header {
  margin-top: 9px;
}
.nav-list {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
}
.nav-list > li > a,
.nav-list .nav-header {
  margin-left: -15px;
  margin-right: -15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.nav-list > li > a {
  padding: 3px 15px;
}
.nav-list > .active > a,
.nav-list > .active > a:hover {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #0088cc;
}
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  margin-right: 2px;
}
.nav-list .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}
.nav-tabs,
.nav-pills {
  *zoom: 1;
}
.nav-tabs:before,
.nav-pills:before,
.nav-tabs:after,
.nav-pills:after {
  display: table;
  content: "";
  line-height: 0;
}
.nav-tabs:after,
.nav-pills:after {
  clear: both;
}
.nav-tabs > li,
.nav-pills > li {
  float: left;
}
.nav-tabs > li > a,
.nav-pills > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 20px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-pills > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.nav-pills > .active > a,
.nav-pills > .active > a:hover {
  color: #ffffff;
  background-color: #0088cc;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li > a {
  margin-right: 0;
}
.nav-tabs.nav-stacked {
  border-bottom: 0;
}
.nav-tabs.nav-stacked > li > a {
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.nav-tabs.nav-stacked > li:first-child > a {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.nav-tabs.nav-stacked > li:last-child > a {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.nav-tabs.nav-stacked > li > a:hover {
  border-color: #ddd;
  z-index: 2;
}
.nav-pills.nav-stacked > li > a {
  margin-bottom: 3px;
}
.nav-pills.nav-stacked > li:last-child > a {
  margin-bottom: 1px;
}
.nav-tabs .dropdown-menu {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
.nav-pills .dropdown-menu {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.nav .dropdown-toggle .caret {
  border-top-color: #0088cc;
  border-bottom-color: #0088cc;
  margin-top: 6px;
}
.nav .dropdown-toggle:hover .caret {
  border-top-color: #005580;
  border-bottom-color: #005580;
}
/* move down carets for tabs */
.nav-tabs .dropdown-toggle .caret {
  margin-top: 8px;
}
.nav .active .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.nav-tabs .active .dropdown-toggle .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}
.nav > .dropdown.active > a:hover {
  cursor: pointer;
}
.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover {
  color: #ffffff;
  background-color: #999999;
  border-color: #999999;
}
.nav li.dropdown.open .caret,
.nav li.dropdown.open.active .caret,
.nav li.dropdown.open a:hover .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.tabs-stacked .open > a:hover {
  border-color: #999999;
}
.tabbable {
  *zoom: 1;
}
.tabbable:before,
.tabbable:after {
  display: table;
  content: "";
  line-height: 0;
}
.tabbable:after {
  clear: both;
}
.tab-content {
  overflow: auto;
}
.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}
.tab-content > .active,
.pill-content > .active {
  display: block;
}
.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}
.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}
.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.tabs-below > .nav-tabs > li > a:hover {
  border-bottom-color: transparent;
  border-top-color: #ddd;
}
.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover {
  border-color: transparent #ddd #ddd #ddd;
}
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}
.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}
.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.tabs-left > .nav-tabs > li > a:hover {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}
.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #ffffff;
}
.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}
.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.tabs-right > .nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}
.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #ffffff;
}
.nav > .disabled > a {
  color: #999999;
}
.nav > .disabled > a:hover {
  text-decoration: none;
  background-color: transparent;
  cursor: default;
}
.navbar {
  overflow: visible;
  margin-bottom: 20px;
  *position: relative;
  *z-index: 2;
}
.navbar-inner {
  min-height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  border: 1px solid #d4d4d4;
  *zoom: 1;
}
.navbar-inner:before,
.navbar-inner:after {
  display: table;
  content: "";
  line-height: 0;
}
.navbar-inner:after {
  clear: both;
}
.navbar .container {
  width: auto;
}
.nav-collapse.collapse {
  height: auto;
  overflow: visible;
}
.navbar .brand {
  float: left;
  display: block;
  padding: 10px 20px 10px;
  margin-left: -20px;
  font-size: 20px;
  font-weight: 200;
  color: #777777;
  text-shadow: 0 1px 0 #ffffff;
}
.navbar .brand:hover {
  text-decoration: none;
}
.navbar-text {
  margin-bottom: 0;
  line-height: 40px;
  color: #777777;
}
.navbar-link {
  color: #777777;
}
.navbar-link:hover {
  color: #333333;
}
.navbar .divider-vertical {
  height: 40px;
  margin: 0 9px;
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid #ffffff;
}
.navbar .btn,
.navbar .btn-group {
  margin-top: 5px;
}
.navbar .btn-group .btn,
.navbar .input-prepend .btn,
.navbar .input-append .btn {
  margin-top: 0;
}
.navbar-form {
  margin-bottom: 0;
  *zoom: 1;
}
.navbar-form:before,
.navbar-form:after {
  display: table;
  content: "";
  line-height: 0;
}
.navbar-form:after {
  clear: both;
}
.navbar-form input,
.navbar-form select,
.navbar-form .radio,
.navbar-form .checkbox {
  margin-top: 5px;
}
.navbar-form input,
.navbar-form select,
.navbar-form .btn {
  display: inline-block;
  margin-bottom: 0;
}
.navbar-form input[type="image"],
.navbar-form input[type="checkbox"],
.navbar-form input[type="radio"] {
  margin-top: 3px;
}
.navbar-form .input-append,
.navbar-form .input-prepend {
  margin-top: 5px;
  white-space: nowrap;
}
.navbar-form .input-append input,
.navbar-form .input-prepend input {
  margin-top: 0;
}
.navbar-search {
  position: relative;
  float: left;
  margin-top: 5px;
  margin-bottom: 0;
}
.navbar-search .search-query {
  margin-bottom: 0;
  padding: 4px 14px;
  font-family: "DINNextLTPro-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.navbar-static-top {
  position: static;
  margin-bottom: 0;
}
.navbar-static-top .navbar-inner {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  margin-bottom: 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  border-width: 0 0 1px;
}
.navbar-fixed-bottom .navbar-inner {
  border-width: 1px 0 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-fixed-bottom .navbar-inner {
  padding-left: 0;
  padding-right: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}
.navbar-fixed-top {
  top: 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  -webkit-box-shadow: 0 1px 10px rgba(0,0,0,.1);
  -moz-box-shadow: 0 1px 10px rgba(0,0,0,.1);
  box-shadow: 0 1px 10px rgba(0,0,0,.1);
}
.navbar-fixed-bottom {
  bottom: 0;
}
.navbar-fixed-bottom .navbar-inner {
  -webkit-box-shadow: 0 -1px 10px rgba(0,0,0,.1);
  -moz-box-shadow: 0 -1px 10px rgba(0,0,0,.1);
  box-shadow: 0 -1px 10px rgba(0,0,0,.1);
}
.navbar .nav {
  position: relative;
  left: 0;
  display: block;
  float: left;
  margin: 0 10px 0 0;
}
.navbar .nav.pull-right {
  float: right;
  margin-right: 0;
}
.navbar .nav > li {
  float: left;
}
.navbar .nav > li > a {
  float: none;
  padding: 10px 15px 10px;
  color: #777777;
  text-decoration: none;
  text-shadow: 0 1px 0 #ffffff;
}
.navbar .nav .dropdown-toggle .caret {
  margin-top: 8px;
}
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  background-color: transparent;
  color: #333333;
  text-decoration: none;
}
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  color: #555555;
  text-decoration: none;
  background-color: #e5e5e5;
  -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
}
.navbar .btn-navbar {
  display: none;
  float: right;
  padding: 7px 10px;
  margin-left: 5px;
  margin-right: 5px;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #ededed;
  background-image: -moz-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#e5e5e5));
  background-image: -webkit-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: -o-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: linear-gradient(to bottom, #f2f2f2, #e5e5e5);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffe5e5e5', GradientType=0);
  border-color: #e5e5e5 #e5e5e5 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e5e5e5;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
}
.navbar .btn-navbar:hover,
.navbar .btn-navbar:active,
.navbar .btn-navbar.active,
.navbar .btn-navbar.disabled,
.navbar .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #e5e5e5;
  *background-color: #d9d9d9;
}
.navbar .btn-navbar:active,
.navbar .btn-navbar.active {
  background-color: #cccccc \9;
}
.navbar .btn-navbar .icon-bar {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #f5f5f5;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px;
}
.navbar .nav > li > .dropdown-menu:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 9px;
}
.navbar .nav > li > .dropdown-menu:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 10px;
}
.navbar-fixed-bottom .nav > li > .dropdown-menu:before {
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  border-bottom: 0;
  bottom: -7px;
  top: auto;
}
.navbar-fixed-bottom .nav > li > .dropdown-menu:after {
  border-top: 6px solid #ffffff;
  border-bottom: 0;
  bottom: -6px;
  top: auto;
}
.navbar .nav li.dropdown > a:hover .caret {
  border-top-color: #333333;
  border-bottom-color: #333333;
}
.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #e5e5e5;
  color: #555555;
}
.navbar .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #777777;
  border-bottom-color: #777777;
}
.navbar .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}
.navbar .pull-right > li > .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}
.navbar .pull-right > li > .dropdown-menu:before,
.navbar .nav > li > .dropdown-menu.pull-right:before {
  left: auto;
  right: 12px;
}
.navbar .pull-right > li > .dropdown-menu:after,
.navbar .nav > li > .dropdown-menu.pull-right:after {
  left: auto;
  right: 13px;
}
.navbar .pull-right > li > .dropdown-menu .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu {
  left: auto;
  right: 100%;
  margin-left: 0;
  margin-right: -1px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.navbar-inverse .navbar-inner {
  background-color: #1b1b1b;
  background-image: -moz-linear-gradient(top, #222222, #111111);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222222), to(#111111));
  background-image: -webkit-linear-gradient(top, #222222, #111111);
  background-image: -o-linear-gradient(top, #222222, #111111);
  background-image: linear-gradient(to bottom, #222222, #111111);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0);
  border-color: #252525;
}
.navbar-inverse .brand,
.navbar-inverse .nav > li > a {
  color: #999999;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar-inverse .brand:hover,
.navbar-inverse .nav > li > a:hover {
  color: #ffffff;
}
.navbar-inverse .brand {
  color: #999999;
}
.navbar-inverse .navbar-text {
  color: #999999;
}
.navbar-inverse .nav > li > a:focus,
.navbar-inverse .nav > li > a:hover {
  background-color: transparent;
  color: #ffffff;
}
.navbar-inverse .nav .active > a,
.navbar-inverse .nav .active > a:hover,
.navbar-inverse .nav .active > a:focus {
  color: #ffffff;
  background-color: #111111;
}
.navbar-inverse .navbar-link {
  color: #999999;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.navbar-inverse .divider-vertical {
  border-left-color: #111111;
  border-right-color: #222222;
}
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #111111;
  color: #ffffff;
}
.navbar-inverse .nav li.dropdown > a:hover .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #999999;
  border-bottom-color: #999999;
}
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.navbar-inverse .navbar-search .search-query {
  color: #ffffff;
  background-color: #515151;
  border-color: #111111;
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);
  box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.navbar-inverse .navbar-search .search-query:-moz-placeholder {
  color: #cccccc;
}
.navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
  color: #cccccc;
}
.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
  color: #cccccc;
}
.navbar-inverse .navbar-search .search-query:focus,
.navbar-inverse .navbar-search .search-query.focused {
  padding: 5px 15px;
  color: #333333;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #ffffff;
  border: 0;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  outline: 0;
}
.navbar-inverse .btn-navbar {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e0e0e;
  background-image: -moz-linear-gradient(top, #151515, #040404);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#151515), to(#040404));
  background-image: -webkit-linear-gradient(top, #151515, #040404);
  background-image: -o-linear-gradient(top, #151515, #040404);
  background-image: linear-gradient(to bottom, #151515, #040404);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff151515', endColorstr='#ff040404', GradientType=0);
  border-color: #040404 #040404 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #040404;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.navbar-inverse .btn-navbar:hover,
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active,
.navbar-inverse .btn-navbar.disabled,
.navbar-inverse .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #040404;
  *background-color: #000000;
}
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active {
  background-color: #000000 \9;
}
.breadcrumb {
  padding: 8px 15px;
  margin: 0 0 20px;
  list-style: none;
  background-color: #f5f5f5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  text-shadow: 0 1px 0 #ffffff;
}
.breadcrumb > li > .divider {
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #999999;
}
.pagination {
  margin: 20px 0;
}
.pagination ul {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.pagination ul > li {
  display: inline;
}
.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-left-width: 0;
}
.pagination ul > li > a:hover,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #f5f5f5;
}
.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #999999;
  cursor: default;
}
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover {
  color: #999999;
  background-color: transparent;
  cursor: default;
}
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.pagination-centered {
  text-align: center;
}
.pagination-right {
  text-align: right;
}
.pagination-large ul > li > a,
.pagination-large ul > li > span {
  padding: 11px 19px;
  font-size: 17.5px;
}
.pagination-large ul > li:first-child > a,
.pagination-large ul > li:first-child > span {
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-mini ul > li:first-child > a,
.pagination-small ul > li:first-child > a,
.pagination-mini ul > li:first-child > span,
.pagination-small ul > li:first-child > span {
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-mini ul > li:last-child > a,
.pagination-small ul > li:last-child > a,
.pagination-mini ul > li:last-child > span,
.pagination-small ul > li:last-child > span {
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
}
.pagination-small ul > li > a,
.pagination-small ul > li > span {
  padding: 2px 10px;
  font-size: 11.9px;
}
.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
  padding: 0 6px;
  font-size: 10.5px;
}
.pager {
  margin: 20px 0;
  list-style: none;
  text-align: center;
  *zoom: 1;
}
.pager:before,
.pager:after {
  display: table;
  content: "";
  line-height: 0;
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.pager li > a:hover {
  text-decoration: none;
  background-color: #f5f5f5;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > span {
  color: #999999;
  background-color: #fff;
  cursor: default;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.modal {
  position: fixed;
  top: 10%;
  left: 50%;
  z-index: 1050;
  width: 560px;
  margin-left: -280px;
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  /* IE6-7 */

  -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);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  outline: none;
}
.modal.fade {
  -webkit-transition: opacity .3s linear, top .3s ease-out;
  -moz-transition: opacity .3s linear, top .3s ease-out;
  -o-transition: opacity .3s linear, top .3s ease-out;
  transition: opacity .3s linear, top .3s ease-out;
  top: -25%;
}
.modal.fade.in {
  top: 10%;
}
.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}
.modal-header .close {
  margin-top: 2px;
}
.modal-header h3 {
  margin: 0;
  line-height: 30px;
}
.modal-body {
  position: relative;
  overflow-y: auto;
  max-height: 400px;
  padding: 15px;
}
.modal-form {
  margin-bottom: 0;
}
.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
  *zoom: 1;
}
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: "";
  line-height: 0;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  padding: 5px;
  font-size: 11px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.tooltip.top {
  margin-top: -3px;
}
.tooltip.right {
  margin-left: 3px;
}
.tooltip.bottom {
  margin-top: 3px;
}
.tooltip.left {
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 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;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.popover-title:empty {
  display: none;
}
.popover-content {
  padding: 9px 14px;
}
.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover .arrow {
  border-width: 11px;
}
.popover .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right .arrow:after {
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left .arrow:after {
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.thumbnails {
  margin-left: -20px;
  list-style: none;
  *zoom: 1;
}
.thumbnails:before,
.thumbnails:after {
  display: table;
  content: "";
  line-height: 0;
}
.thumbnails:after {
  clear: both;
}
.row-fluid .thumbnails {
  margin-left: 0;
}
.thumbnails > li {
  float: left;
  margin-bottom: 20px;
  margin-left: 20px;
}
.thumbnail {
  display: block;
  padding: 4px;
  line-height: 20px;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a.thumbnail:hover {
  border-color: #0088cc;
  -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}
.thumbnail > img {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #555555;
}
.media,
.media-body {
  overflow: hidden;
  *overflow: visible;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  margin-left: 0;
  list-style: none;
}
.label,
.badge {
  display: inline-block;
  padding: 2px 4px;
  font-size: 11.844px;
  font-weight: bold;
  line-height: 14px;
  color: #ffffff;
  vertical-align: baseline;
  white-space: nowrap;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #999999;
}
.label {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.badge {
  padding-left: 9px;
  padding-right: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}
.label:empty,
.badge:empty {
  display: none;
}
a.label:hover,
a.badge:hover {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label-important,
.badge-important {
  background-color: #b94a48;
}
.label-important[href],
.badge-important[href] {
  background-color: #953b39;
}
.label-warning,
.badge-warning {
  background-color: #f89406;
}
.label-warning[href],
.badge-warning[href] {
  background-color: #c67605;
}
.label-success,
.badge-success {
  background-color: #468847;
}
.label-success[href],
.badge-success[href] {
  background-color: #356635;
}
.label-info,
.badge-info {
  background-color: #3a87ad;
}
.label-info[href],
.badge-info[href] {
  background-color: #2d6987;
}
.label-inverse,
.badge-inverse {
  background-color: #333333;
}
.label-inverse[href],
.badge-inverse[href] {
  background-color: #1a1a1a;
}
.btn .label,
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-mini .label,
.btn-mini .badge {
  top: 0;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-ms-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.progress .bar {
  width: 0%;
  height: 100%;
  color: #ffffff;
  float: left;
  font-size: 12px;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e90d2;
  background-image: -moz-linear-gradient(top, #149bdf, #0480be);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
  background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
  background-image: -o-linear-gradient(top, #149bdf, #0480be);
  background-image: linear-gradient(to bottom, #149bdf, #0480be);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: width 0.6s ease;
  -moz-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress .bar + .bar {
  -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);
  -moz-box-shadow: inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);
  box-shadow: inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);
}
.progress-striped .bar {
  background-color: #149bdf;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  -moz-background-size: 40px 40px;
  -o-background-size: 40px 40px;
  background-size: 40px 40px;
}
.progress.active .bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  -ms-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-danger .bar,
.progress .bar-danger {
  background-color: #dd514c;
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffc43c35', GradientType=0);
}
.progress-danger.progress-striped .bar,
.progress-striped .bar-danger {
  background-color: #ee5f5b;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-success .bar,
.progress .bar-success {
  background-color: #5eb95e;
  background-image: -moz-linear-gradient(top, #62c462, #57a957);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
  background-image: -webkit-linear-gradient(top, #62c462, #57a957);
  background-image: -o-linear-gradient(top, #62c462, #57a957);
  background-image: linear-gradient(to bottom, #62c462, #57a957);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff57a957', GradientType=0);
}
.progress-success.progress-striped .bar,
.progress-striped .bar-success {
  background-color: #62c462;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-info .bar,
.progress .bar-info {
  background-color: #4bb1cf;
  background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
  background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
  background-image: linear-gradient(to bottom, #5bc0de, #339bb9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff339bb9', GradientType=0);
}
.progress-info.progress-striped .bar,
.progress-striped .bar-info {
  background-color: #5bc0de;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-warning .bar,
.progress .bar-warning {
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
}
.progress-warning.progress-striped .bar,
.progress-striped .bar-warning {
  background-color: #fbb450;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.accordion {
  margin-bottom: 20px;
}
.accordion-group {
  margin-bottom: 2px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.accordion-heading {
  border-bottom: 0;
}
.accordion-heading .accordion-toggle {
  display: block;
  padding: 8px 15px;
}
.accordion-toggle {
  cursor: pointer;
}
.accordion-inner {
  padding: 9px 15px;
  border-top: 1px solid #e5e5e5;
}
.carousel {
  position: relative;
  margin-bottom: 20px;
  line-height: 1;
}
.carousel-inner {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -moz-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img {
  display: block;
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 40%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
  background: #222222;
  border: 3px solid #ffffff;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.carousel-control.right {
  left: auto;
  right: 15px;
}
.carousel-control:hover {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-indicators {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 5;
  margin: 0;
  list-style: none;
}
.carousel-indicators li {
  display: block;
  float: left;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  text-indent: -999px;
  background-color: #ccc;
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 5px;
}
.carousel-indicators .active {
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px;
  background: #333333;
  background: rgba(0, 0, 0, 0.75);
}
.carousel-caption h4,
.carousel-caption p {
  color: #ffffff;
  line-height: 20px;
}
.carousel-caption h4 {
  margin: 0 0 5px;
}
.carousel-caption p {
  margin-bottom: 0;
}
.hero-unit {
  padding: 60px;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 200;
  line-height: 30px;
  color: inherit;
  background-color: #eeeeee;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.hero-unit h1 {
  margin-bottom: 0;
  font-size: 60px;
  line-height: 1;
  color: inherit;
  letter-spacing: -1px;
}
.hero-unit li {
  line-height: 30px;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.invisible {
  visibility: hidden;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.hidden {
  display: none;
  visibility: hidden;
}
.visible-phone {
  display: none !important;
}
.visible-tablet {
  display: none !important;
}
.hidden-desktop {
  display: none !important;
}
.visible-desktop {
  display: inherit !important;
}
@media (min-width: 768px) and (max-width: 979px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important ;
  }
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .visible-phone {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }
}
@media (max-width: 1000px) {
  /*body {
      padding-left: 20px;
      padding-right: 20px;
    }*/
  /*.navbar-fixed-top,
    .navbar-fixed-bottom,
    .navbar-static-top {
      margin-left: -20px;
      margin-right: -20px;
    }*/
  /*.container-fluid {
      padding: 0;
    }*/
  /*.dl-horizontal {
      dt {
        float: none;
        clear: none;
        width: auto;
        text-align: left;
      }
      dd {
        margin-left: 0;
      }
    }*/
  /*.container {
      width: auto;
    }*/
  /*.row-fluid {
      width: 100%;
    }*/
  .row,
  .thumbnails {
    margin-left: 0;
  }
  /*.thumbnails > li {
      float: none;
      margin-left: 0; // Reset the default margin for all li elements when no .span* classes are present
    }*/
  [class*="span"],
  .uneditable-input[class*="span"],
  .row-fluid [class*="span"] {
    float: none;
    display: block;
    width: 100%;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  /*.span12,
    .row-fluid .span12 {
      width: 100%;
      .box-sizing(border-box);
    }
    .row-fluid [class*="offset"]:first-child {
      margin-left: 0;
    }*/
  /*.input-large,
    .input-xlarge,
    .input-xxlarge,
    input[class*="span"],
    select[class*="span"],
    textarea[class*="span"],
    .uneditable-input {
      .input-block-level();
    }
    // But don't let it screw up prepend/append inputs
    .input-prepend input,
    .input-append input,
    .input-prepend input[class*="span"],
    .input-append input[class*="span"] {
      display: inline-block; // redeclare so they don't wrap to new lines
      width: auto;
    }
    .controls-row [class*="span"] + [class*="span"] {
      margin-left: 0;
    }
  
    // Modals
    .modal {
      position: fixed;
      top:   20px;
      left:  20px;
      right: 20px;
      width: auto;
      margin: 0;
      &.fade  { top: -100px; }
      &.fade.in { top: 20px; }
    }*/
}
@media (max-width: 480px) {
  .blog-wrapper {
    min-width: 100%;
  }
  .blog-body iframe {
    width: 100%;
    height: 100%;
  }
  .nav-collapse {
    -webkit-transform: translate3d(0, 0, 0);
  }
  .page-header h1 small {
    display: block;
    line-height: 20px;
  }
  input[type="checkbox"],
  input[type="radio"] {
    border: 1px solid #ccc;
  }
  .form-horizontal .control-label {
    float: none;
    width: auto;
    padding-top: 0;
    text-align: left;
  }
  .form-horizontal .controls {
    margin-left: 0;
  }
  .form-horizontal .control-list {
    padding-top: 0;
  }
  .form-horizontal .form-actions {
    padding-left: 10px;
    padding-right: 10px;
  }
  .media .pull-left,
  .media .pull-right {
    float: none;
    display: block;
    margin-bottom: 10px;
  }
  .media-object {
    margin-right: 0;
    margin-left: 0;
  }
  .modal {
    top: 10px;
    left: 10px;
    right: 10px;
  }
  .modal-header .close {
    padding: 10px;
    margin: -10px;
  }
  .carousel-caption {
    position: static;
  }
}
@media (max-width: 1000px) {
  body {
    padding-top: 0;
  }
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    position: static;
  }
  .navbar-fixed-top {
    margin-bottom: 20px;
  }
  .navbar-fixed-bottom {
    margin-top: 20px;
  }
  .navbar-fixed-top .navbar-inner,
  .navbar-fixed-bottom .navbar-inner {
    padding: 5px;
  }
  .navbar .container {
    width: auto;
    padding: 0;
  }
  .navbar .brand {
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 0 0 -5px;
  }
  .nav-collapse {
    clear: both;
  }
  .nav-collapse .nav {
    float: none;
    margin: 0 0 10px;
  }
  .nav-collapse .nav > li {
    float: none;
  }
  .nav-collapse .nav > li > a {
    margin-bottom: 2px;
  }
  .nav-collapse .nav > .divider-vertical {
    display: none;
  }
  .nav-collapse .nav .nav-header {
    color: #777777;
    text-shadow: none;
  }
  .nav-collapse .nav > li > a,
  .nav-collapse .dropdown-menu a {
    padding: 9px 15px;
    font-weight: bold;
    color: #777777;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  .nav-collapse .btn {
    padding: 4px 10px 4px;
    font-weight: normal;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
  .nav-collapse .dropdown-menu li + li a {
    margin-bottom: 2px;
  }
  .nav-collapse .nav > li > a:hover,
  .nav-collapse .dropdown-menu a:hover {
    background-color: #f2f2f2;
  }
  .navbar-inverse .nav-collapse .nav > li > a,
  .navbar-inverse .nav-collapse .dropdown-menu a {
    color: #999999;
  }
  .navbar-inverse .nav-collapse .nav > li > a:hover,
  .navbar-inverse .nav-collapse .dropdown-menu a:hover {
    background-color: #111111;
  }
  .nav-collapse.in .btn-group {
    margin-top: 5px;
    padding: 0;
  }
  .nav-collapse .dropdown-menu {
    position: static;
    top: auto;
    left: auto;
    float: none;
    display: none;
    max-width: none;
    margin: 0 15px;
    padding: 0;
    background-color: transparent;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .nav-collapse .open > .dropdown-menu {
    display: block;
  }
  .nav-collapse .dropdown-menu:before,
  .nav-collapse .dropdown-menu:after {
    display: none;
  }
  .nav-collapse .dropdown-menu .divider {
    display: none;
  }
  .nav-collapse .nav > li > .dropdown-menu:before,
  .nav-collapse .nav > li > .dropdown-menu:after {
    display: none;
  }
  .nav-collapse .navbar-form,
  .nav-collapse .navbar-search {
    float: none;
    padding: 10px 15px;
    margin: 10px 0;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
  }
  .navbar-inverse .nav-collapse .navbar-form,
  .navbar-inverse .nav-collapse .navbar-search {
    border-top-color: #111111;
    border-bottom-color: #111111;
  }
  .navbar .nav-collapse .nav.pull-right {
    float: none;
    margin-left: 0;
  }
  .nav-collapse,
  .nav-collapse.collapse {
    overflow: hidden;
    height: 0;
  }
  .navbar .btn-navbar {
    display: block;
  }
  .navbar-static .navbar-inner {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 1001px) {
  .nav-collapse.collapse {
    height: auto !important;
    overflow: visible !important;
  }
}
/* Custom BootstrapWP Overrides and Styles
----------------------------------------------------------------------------------------*/
/********************************************************/
/**Overriding some defaults from the Bootstrap defaults to improve/fix integration with WordPress
-------------------------------------------------- */
#content-wrapper {
  padding: 40px 0 20px 0;
}
.widget h2 img {
  display: inline;
}
/* Navigation
----------------------------------------------------------------------------------------*/
.navbar-relative-top {
  position: relative;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
.navbar-relative-top .navbar-inner {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 10px rgba(0,0,0,.1);
  -moz-box-shadow: 0 1px 10px rgba(0,0,0,.1);
  box-shadow: 0 1px 10px rgba(0,0,0,.1);
  border-width: 0 0 1px;
}
@media (max-width: 1000px) {
  .navbar-relative-top {
    position: static;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 20px;
    padding: 0;
  }
  .navbar-relative-top .navbar-inner {
    padding: 5px 10px;
  }
}
@media (max-width: 767px) {
  .navbar-relative-top {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.navbar div.nav {
  position: relative;
  left: 0;
  display: block;
  float: left;
  margin-top: 8px;
}
.navbar .navbar-inner div.nav ul {
  position: relative;
  left: 0;
  display: block;
  float: left;
  margin: 0 10px 0 0;
}
.navbar .navbar-inner div.nav ul li {
  float: left;
  list-style: none;
  display: block;
  line-height: 18px;
  color: #777777;
}
.navbar .navbar-inner div.nav ul li a {
  color: #777777;
  float: none;
  padding: 9px 10px 11px;
  line-height: 19px;
}
.navbar .navbar-inner div.nav ul li a:hover {
  color: #333333;
  text-decoration: none;
}
.navbar .navbar-inner div.nav ul li.current_page_item a {
  color: #555555;
  text-decoration: none;
  background-color: #e5e5e5;
}
/* Scrollspy Subnav Position Fix
----------------------------------------------------------------------------------------*/
.subnav-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
/* Blog Post Specific Items
----------------------------------------------------------------------------------------*/
p.meta {
  font-size: 12px;
  line-height: 20px;
  color: #999;
}
/* Sidebar
----------------------------------------------------------------------------------------*/
div.widget {
  margin-bottom: 18px;
}
h4.widget-title {
  font-weight: bold;
  line-height: 18px;
  color: #999;
  text-transform: uppercase;
  margin-top: 9px;
}
.widget ul {
  margin: 0 0 9px 0;
}
.widget ul li {
  list-style: none;
}
.widget ul > li > a {
  display: block;
  padding: 3px 15px;
  margin-left: -15px;
  margin-right: -15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.widget ul > li > a:hover {
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #08C;
}
/* Post Styles
----------------------------------------------------------------------------------------*/
.entry-meta {
  clear: both;
  display: block;
}
.format-gallery .gallery-thumb {
  float: left;
  margin: 0 1em 0 0;
}
/* Search Form Styles
----------------------------------------------------------------------------------------*/
#searchform {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}
#searchform input#s {
  padding-left: 4px;
  padding-right: 4px;
  margin-right: 4px;
  margin-bottom: 0;
  -moz-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  display: inline;
  float: left;
}
#searchsubmit {
  display: inline-block;
  padding: 5px 10px 6px;
  font-size: 14px;
  line-height: normal;
  color: #333;
  float: left;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #E6E6E6;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
  background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  border: 1px solid #CCC;
  border-bottom-color: #BBB;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  -webkit-transition: 0.1s linear all;
  -moz-transition: 0.1s linear all;
  -ms-transition: 0.1s linear all;
  -o-transition: 0.1s linear all;
  transition: 0.1s linear all;
  -webkit-appearance: button;
}
/* Comment Styles
----------------------------------------------------------------------------------------*/
li.bypostauthor {
  border: 1px solid;
  border-color: #08C;
  display: block;
}
#respond {
  margin-top: 20px;
}
ol.commentlist {
  margin: 0 0 15px !important;
}
ol.commentlist img.avatar {
  margin: 8px 10px 0 0;
  padding: 4px;
  line-height: 1;
  border: 1px solid #DDD;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
  float: left;
}
ol.commentlist li {
  margin: 0;
  padding: 8px 0 8px 64px;
  list-style: none;
  overflow: hidden;
  position: relative;
}
ol.commentlist li header {
  margin: 0;
  line-height: 1.5em;
}
ol.commentlist li article nav {
  float: right;
}
ol.commentlist li ul {
  margin: 8px 0 0 !important;
}
ol.commentlist li li {
  border: 0;
  margin: 0 0 0 68px !important;
  padding: 0 0 8px;
}
ol.comment-list li .comment-content p {
  margin: 0 0 10px !important;
}
ol.comment-list li p.meta {
  font-weight: normal;
  background: transparent;
  padding: 0;
  font-style: italic;
  font-size: 0.9em;
  margin: 0 0 10px !important;
}
ol.comment-list li p.meta strong {
  font-weight: bold;
}
#respond {
  margin-bottom: 15px;
}
#respond input.text,
#respond select,
#respond textarea,
.comment-form-author input,
.comment-form-email input,
.comment-form-url input {
  border: 1px solid #eee;
  background: #f6f6f6;
  color: #777;
  font-size: 1em;
  line-height: 1em;
  padding: 0.375em;
  width: 50%;
  margin: 0 4px 0 0;
  outline: 0;
  display: block;
}
#respond input.text:focus,
#respond select:focus,
#respond textarea:focus,
.comment-form-author input:focus,
.comment-form-email input:focus,
.comment-form-url input:focus,
.widget_search input#s:focus {
  border: 1px solid #ccc;
}
.borderradius #respond input.text,
.borderradius #respond select,
.borderradius #respond textarea,
.borderradius .comment-form-author input,
.borderradius .comment-form-email input,
.borderradius .comment-form-url input,
.borderradius .widget_search input#s {
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  -khtml-border-radius: 0.5em;
  -o-border-radius: 0.5em;
  border-radius: 0.5em;
}
#respond textarea {
  width: 98%;
  margin-right: 0;
}
#respond label {
  font-size: 1em;
  font-weight: bold;
  display: inline;
}
.button,
#submit,
.widget_search #searchsubmit,
.reply .comment-reply-link {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  color: white;
  padding: 5px 10px 5px;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  border: 1px solid #CCC;
  border-bottom-color: #BBB;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  background-color: #006DCC;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(top, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
  border-color: #04C #04C #002A80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.button:hover,
#submit:hover,
.widget_search #searchsubmit:hover,
.reply .comment-reply-link:hover {
  color: #333333;
  text-decoration: none;
  background-color: #e6e6e6;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -ms-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  color: #ffffff;
  background-color: #0044cc;
}
.button:active,
#submit:active,
.widget_search #searchsubmit:active,
.button.green:active {
  position: relative;
  top: 1px;
}
/* Image Alignment
----------------------------------------------------------------------------------------*/
img.alignnone {
  display: block;
  position: relative;
}
img.alignright {
  float: right;
  margin: 5px;
  display: inline;
}
img.alignleft {
  float: left;
  margin: 5px;
  display: inline;
}
img.aligncenter {
  display: block;
  text-align: center;
  margin: auto;
}
/* Caption Styling
----------------------------------------------------------------------------------------*/
.wp-caption {
  padding: 9px;
}
.wp-caption-text {
  font-size: 10px;
  line-height: 14px;
}
.gallery-caption {
  padding: 9px;
}
/* Sticky Post Styles
----------------------------------------------------------------------------------------*/
.sticky {
  padding: 4px;
  border: 1px solid #DDD;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* Custom Elements Added
----------------------------------------------------------------------------------------*/
.masthead h2 {
  margin-bottom: 0;
  font-size: 60px;
  line-height: 1;
  letter-spacing: -1px;
  text-align: center;
  margin-bottom: 9px;
}
@keyframes modal-video {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes modal-video-inner {
  from {
    transform: translate(0, 100px);
  }
  to {
    transform: translate(0, 0);
  }
}
.modal-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000000;
  cursor: pointer;
  opacity: 1;
  animation-timing-function: ease-out;
  animation-duration: .3s;
  animation-name: modal-video;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.modal-video-close {
  opacity: 0;
}
.modal-video-close .modal-video-movie-wrap {
  -webkit-transform: translate(0, 100px);
  -moz-transform: translate(0, 100px);
  -ms-transform: translate(0, 100px);
  -o-transform: translate(0, 100px);
  transform: translate(0, 100px);
}
.modal-video-body {
  max-width: 940px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: table;
}
.modal-video-inner {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
.modal-video-movie-wrap {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
  background-color: #333;
  animation-timing-function: ease-out;
  animation-duration: .3s;
  animation-name: modal-video-inner;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -ms-transition: -ms-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal-video-movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modal-video-close-btn {
  position: absolute;
  z-index: 2;
  top: -35px;
  right: -35px;
  display: inline-block;
  width: 35px;
  height: 35px;
  overflow: hidden;
  border: none;
  background: transparent;
}
.modal-video-close-btn:before {
  transform: rotate(45deg);
}
.modal-video-close-btn:after {
  transform: rotate(-45deg);
}
.modal-video-close-btn:before,
.modal-video-close-btn:after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #fff;
  border-radius: 5px;
  margin-top: -6px;
}
/* Enter your custom styles here */
@font-face {
  font-family: 'DINMittelschriftStd';
  src: url('../webfonts/265476_0_0.eot');
  src: url('../webfonts/265476_0_0.eot?#iefix') format('embedded-opentype'), url('../webfonts/265476_0_0.woff') format('woff'), url('../webfonts/265476_0_0.ttf') format('truetype');
}
@font-face {
  font-family: 'DINNextLTPro-Bold';
  src: url('../webfonts/265476_1_0.eot');
  src: url('../webfonts/265476_1_0.eot?#iefix') format('embedded-opentype'), url('../webfonts/265476_1_0.woff') format('woff'), url('../webfonts/265476_1_0.ttf') format('truetype');
}
@font-face {
  font-family: 'DINNextLTPro-Medium';
  src: url('../webfonts/265476_2_0.eot');
  src: url('../webfonts/265476_2_0.eot?#iefix') format('embedded-opentype'), url('../webfonts/265476_2_0.woff') format('woff'), url('../webfonts/265476_2_0.ttf') format('truetype');
}
@font-face {
  font-family: 'DINNextLTPro-Light';
  src: url('../webfonts/265476_2_0.eot');
  src: url('../webfonts/265476_2_0.eot?#iefix') format('embedded-opentype'), url('../webfonts/265476_2_0.woff') format('woff'), url('../webfonts/265476_2_0.ttf') format('truetype');
  font-weight: bold;
}
@font-face {
  font-family: 'DINNextLTPro-Light';
  src: url('../webfonts/265476_3_0.eot');
  src: url('../webfonts/265476_3_0.eot?#iefix') format('embedded-opentype'), url('../webfonts/265476_3_0.woff') format('woff'), url('../webfonts/265476_3_0.ttf') format('truetype');
}
@font-face {
  font-family: 'DINNextLTPro-Regular';
  src: url('../webfonts/265476_4_0.eot');
  src: url('../webfonts/265476_4_0.eot?#iefix') format('embedded-opentype'), url('../webfonts/265476_4_0.woff') format('woff'), url('../webfonts/265476_4_0.ttf') format('truetype');
}
body {
  color: #000;
  background-color: #fcfbfa;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
h1 {
  font-family: "DINNextLTPro-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 35px;
  font-weight: normal;
  color: #ff4337;
  margin: 0 0 20px;
  line-height: 1;
  text-transform: uppercase;
}
h2 {
  font-size: 1.6em;
  font-weight: normal;
}
h3 {
  font-size: 1.142857em;
  font-weight: bold;
  line-height: 1.3;
  margin: 0 0 22px;
}
a {
  color: #ff4337;
}
a:hover,
a:active {
  color: #ff4337;
  text-decoration: none;
}
a.arrow {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: bold;
}
a.boxed {
  border: 1px solid #ff4337;
  padding: 8px 20px;
  text-transform: uppercase;
}
a.boxed:hover,
a.boxed:active {
  color: #fff;
  background-color: #ff4337;
}
/*.subscribe-form {
  margin: 10px 0;
  height: 30px;
  input {
    height: 23px;
    width: 180px;
    padding: 0 3px; 
    border: 1px solid #efefef;
  }
  input[type="submit"] {
    position: relative;
    left: 157px;
    top: -35px;
    background: url(../../images/email-submit-but.png) no-repeat 0px 0px;
    border: inset #fff 0px;
    border: outset #fff 0px;
    padding: 0;
    width: 30px;
  }
}*/
.popup.subscribe-form {
  display: none;
  background-color: #fff;
  width: 440px;
  height: 260px;
  font-family: "DINNextLTPro-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  border: 1px solid #ff4337;
}
.popup.subscribe-form header {
  background-color: #ff4337;
  font-size: 1.8em;
  color: #fff;
  padding: 8px 8px 8px 20px;
}
.popup.subscribe-form header .close {
  color: #fff;
  font-size: 1.5em;
  opacity: 1;
  font-weight: normal;
}
.popup.subscribe-form div {
  padding: 10px 20px 0;
}
.popup.subscribe-form .note {
  color: #000;
}
.popup.subscribe-form .bottom {
  background-color: #fff;
  margin-top: 0;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 0.9em;
  font-style: italic;
  color: #777;
}
.popup.subscribe-form.popup-shown {
  display: block;
  position: fixed;
  z-index: 99;
}
.popup.subscribe-form #popup-email {
  height: 30px;
}
.popup.subscribe-form .right {
  top: auto;
  left: auto;
  width: 137px;
  height: 32px;
  background: #ffffff url(../../images/fabian-arrow-right.png) no-repeat 104px 6px;
  margin-bottom: 0px;
  padding: 5px 10px 5px 0;
  margin-left: 6px;
  box-shadow: none;
  border: 1px solid #f0f0ef;
  color: #ff4337;
  font-family: "DINNextLTPro-Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-shadow: none;
  text-transform: uppercase;
}
.blog-body .subscribe-form input[type="submit"] {
  top: -5px;
  left: -34px;
}
.main-content a {
  font-size: .964em;
  color: #ff4337;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: bold;
}
.main-content a:hover,
.main-content a:active {
  color: #ff4337;
  text-decoration: none;
}
.main-content a.right {
  background: url(../../images/fabian-arrow-right.png) no-repeat right 3px;
  padding-right: 20px;
}
.main-content a.down {
  background: url(../../images/fabian-arrow-bottom.png) no-repeat left center;
  padding-left: 20px;
}
#header {
  position: fixed;
  border-top: 1px solid #ff4337;
  padding: 24px 0 25px;
  width: 100%;
  background-color: #fcfbfa;
  z-index: 999;
}
#breadcrumb + .container {
  margin-top: 50px;
}
#logo-banner {
  float: left;
}
#logo-banner .logo {
  display: block;
  background-image: url(../../images/logo.png);
  background-repeat: no-repeat;
  width: 160px;
  height: 58px;
  text-indent: -9999px;
}
#main-menu {
  margin-top: 8px;
}
#breadcrumb {
  height: 108px;
  margin-bottom: 0;
  box-shadow: 0 1px 0 #f1f0f0;
  min-width: 960px;
  visibility: hidden;
}
#breadcrumb .breadcrumb {
  margin: 30px 0 0;
  padding: 0;
  background-color: #fcfbfa;
  font-size: 0.85em;
  text-transform: lowercase;
  color: #b7b7b7;
}
#breadcrumb .breadcrumb .active {
  color: #bbb;
  font-style: italic;
}
.navbar {
  margin: 0;
}
.navbar .navbar-inner {
  background: none;
  border: none;
  box-shadow: none;
  padding: 0;
  border-radius: 0;
}
.navbar .navbar-inner .nav {
  float: right;
  margin: 0;
  font-family: "DINNextLTPro-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
}
.navbar .navbar-inner .nav > li {
  position: relative;
}
.navbar .navbar-inner .nav > li:hover,
.navbar .navbar-inner .nav > li:active {
  background-color: #f4f4f4;
}
.navbar .navbar-inner .nav > li:hover:before,
.navbar .navbar-inner .nav > li:active:before {
  content: '';
  position: absolute;
  top: -32px;
  left: 50%;
  margin-left: -8px;
  width: 0;
  height: 0;
  border-color: #ff4337 transparent transparent transparent;
  border-style: solid;
  border-width: 8px;
}
.navbar .navbar-inner .nav > li.dropdown:hover > ul.dropdown-menu {
  display: block;
}
.navbar .navbar-inner .nav > li.current-menu-parent a,
.navbar .navbar-inner .nav > li.current-menu-item a,
.navbar .navbar-inner .nav > li.current-page-ancestor a {
  color: #ff4337;
}
.navbar .navbar-inner .nav > li.dropdown.open > .dropdown-toggle {
  background-color: #f4f4f4;
  color: #ff4337;
}
.navbar .navbar-inner .nav > li .dropdown-menu {
  border: none;
  border-radius: 0;
  margin-top: 0;
  background-color: #f4f4f4;
  box-shadow: 0 5px 10px rgba(200, 200, 200, 0.2);
}
.navbar .navbar-inner .nav > li .dropdown-menu > li {
  border-bottom: none;
}
.navbar .navbar-inner .nav > li .dropdown-menu > li > a {
  border: none;
  padding: 3px 15px;
  margin-left: 0;
  font-weight: normal;
  font-family: "DINNextLTPro-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: lowercase;
  color: #000;
}
.navbar .navbar-inner .nav > li .dropdown-menu > li > a:focus,
.navbar .navbar-inner .nav > li .dropdown-menu > li > a:hover,
.navbar .navbar-inner .nav > li .dropdown-menu > li > a:active {
  color: #ff4337;
  background-color: #f4f4f4;
}
.navbar .navbar-inner .nav > li .dropdown-menu > li.current-menu-item a {
  color: #ff4337;
}
.navbar .navbar-inner .nav > li .dropdown-menu:before,
.navbar .navbar-inner .nav > li .dropdown-menu:after {
  border: none;
}
.navbar .navbar-inner .nav a {
  position: relative;
  top: 1px;
  text-transform: uppercase;
  font-weight: bold;
  color: #000;
  padding: 10px 15px;
  margin: 0;
}
.navbar .navbar-inner .nav a:hover,
.navbar .navbar-inner .nav a:active {
  color: #ff4337;
}
.navbar .navbar-inner .nav a.dropdown-toggle.disabled {
  cursor: pointer;
}
.navbar .navbar-inner .nav #menu-item-143 a {
  margin-right: 0;
}
.navbar .nav > li:last-child .dropdown-menu {
  left: auto;
  right: 0;
  width: 370px;
}
.navbar .nav > li:last-child form#gcs-form {
  width: auto;
  margin: 0;
  padding: 10px 20px;
}
.navbar .nav > li:last-child form#gcs-form .form-item {
  display: inline-block;
}
.navbar .nav > li:last-child form#gcs-form input[type=text] {
  vertical-align: top;
  margin: 0;
  padding: 0 5px;
  width: 250px;
  height: 33px;
  background-color: transparent;
  border: 1px solid #ccc;
}
.navbar .nav > li:last-child form#gcs-form button {
  vertical-align: top;
  margin-left: 10px;
  height: 35px;
  padding: 0 20px;
  color: #fff;
  background-color: #ff4337;
  border: none;
}
/*.sidebar-our-consultancy,
.sidebar-recognition {
  -moz-box-shadow: inset 0px 0px 35px #e9e9e9;
  -webkit-box-shadow: inset 0px 0px 35px #e9e9e9;
  box-shadow: inset 0px 0px 35px #e9e9e9;
  background-color: #fcfbfa;
  background-color: #f6f6f6\9;
  width: 255px;
  margin-right: 25px;
}*/
.overlink {
  position: relative;
}
.overlink a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: #fff;
  border: 2px solid #ff4337;
}
.overlink a div {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  color: #ff4337;
  font-size: 1.75em;
  font-weight: bold;
}
.overlink:hover a {
  z-index: 1;
}
.gdpr-msg {
  line-height: 1.4;
}
.gdpr-msg small {
  font-style: italic;
}
footer .gdpr-msg {
  line-height: 1.3;
  font-weight: bold;
}
footer .gdpr-msg small {
  font-style: italic;
  font-weight: normal;
}
footer .gdpr-agree label {
  font-size: 0.95em;
}
.gdpr-mail-agree {
  /*input:checked + span {
    background-image: url(../../images/form-checkbox-on.png);
  }*/

}
.gdpr-mail-agree input {
  /*opacity: 0;
    float: left;
    width: 0px;*/

  vertical-align: text-top;
}
.gdpr-mail-agree span {
  margin: 0;
  clear: none;
  padding: 0 0 0 7px;
  cursor: pointer;
  font-size: 0.9em;
  vertical-align: text-top;
}
.white-papers .heros .hero {
  margin-bottom: 0;
}
.boxgrid {
  width: 100%;
  height: 160px;
  padding-top: 40px;
  border-bottom: 1px solid #e03a00;
  overflow: hidden;
  position: relative;
}
.boxgrid .boxgrid-title {
  height: 130px;
  vertical-align: middle;
  display: table-cell;
  padding: 0 0 20px 2px;
}
.boxgrid img {
  float: right;
}
.boxgrid p {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: .928em;
  font-weight: normal!important;
}
.boxcaption {
  position: absolute;
  height: 200px;
  width: 100%;
  background: #ff4337;
  color: #fff;
  /* For IE 5-7 */

  /* For IE 8 */

}
.boxcaption .boxcaption-inner {
  padding: 18px 15px 5px;
}
.boxcaption .boxcaption-inner p {
  margin-bottom: 5px;
  font-size: .9em;
  line-height: 1.1;
}
.boxcaption .boxcaption-inner .subscribe-form {
  margin-top: 10px;
}
.boxcaption .boxcaption-inner .subscribe-form input[type="text"],
.boxcaption .boxcaption-inner .subscribe-form input[type="email"] {
  height: 27px;
  width: 210px;
}
.boxcaption .boxcaption-inner .subscribe-form input[type="submit"],
.boxcaption .boxcaption-inner .subscribe-form button {
  background: #ffffff url(../../images/email-submit-redbut.png) no-repeat 0px 0px;
  width: 30px;
  height: 27px;
  left: 182px;
  text-indent: -100px;
  overflow: hidden;
}
.boxcaption .boxcaption-inner a {
  color: #fff;
  font-style: italic;
  padding: 0 0 0 125px;
}
.boxcaption .boxcaption-inner a:hover,
.boxcaption .boxcaption-inner a:active {
  text-decoration: none;
}
.boxcaption .boxcaption-inner a.wp-download {
  padding: 0;
  font-style: normal;
  text-decoration: underline;
}
.boxcaption .boxcaption-inner img {
  padding-top: 6px;
}
.captionfull .boxcaption {
  top: 200px;
  left: 0;
}
blockquote.quotescollection {
  clear: both;
  border-top: 1px solid #ddd;
  margin: 35px 0 0;
  padding: 25px 25px 0;
  color: #808080;
  background: url(../../images/fabian-blockquote.png) no-repeat 0 26px;
}
blockquote.quotescollection p {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: #808080;
  font-size: 1em;
  letter-spacing: 0.5px;
}
blockquote.quotescollection q {
  font-style: italic;
}
blockquote.quotescollection cite {
  font-family: DINNextLTPro-Light, "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: block;
  margin: 5px 5px;
  font-size: 1em;
}
.main-content {
  /*.textline {
    padding-bottom: 23px;
    border-bottom: 1px solid #e6e6e6;
    box-shadow: 0 1px 0 #fff;
  }*/

}
.main-content h5 {
  font-size: 16px;
}
.main-content .list-recognition ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-content .list-recognition ul li {
  line-height: 1.714em;
}
.subscribe-form {
  margin-bottom: 65px;
}
.subscribe-form input[type=text],
.subscribe-form input[type=email] {
  vertical-align: top;
  margin: 0;
  padding: 0 6px;
  height: 28px;
  width: 138px;
  border: none;
  background-color: #fcfcfc;
  font-size: 13px;
}
.subscribe-form input[type=submit],
.subscribe-form button {
  vertical-align: top;
  margin: 0;
  padding: 0 6px;
  height: 28px;
  border: 1px solid #ff4337;
  color: #ff4337;
  background-color: transparent;
  font-size: 14px;
}
.subscribe-form input[type=submit]:hover,
.subscribe-form button:hover,
.subscribe-form input[type=submit]:active,
.subscribe-form button:active {
  color: #fff;
  background-color: #ff4337;
}
footer {
  background-color: #f4f4f4;
  margin-top: 50px;
  padding-top: 40px;
  color: #808080;
  font-size: 13px;
}
footer .subscribe-form {
  margin-bottom: 20px;
}
footer h3.contact {
  margin-top: 20px;
}
footer h3 span {
  text-transform: uppercase;
  font-family: "DINNextLTPro-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #000;
  padding-bottom: 6px;
  border-bottom: 1px solid #ff4337;
}
footer p {
  margin: 10px 0;
}
footer .follow-sns {
  display: block;
}
footer .follow-sns .fa {
  font-size: 20px;
}
footer .follow-sns:hover,
footer .follow-sns:active {
  color: #fff;
  text-shadow: 0 0 6px #aaa;
}
footer .tweet {
  position: relative;
  margin-top: 35px;
  padding: 10px 15px;
  background-color: #faf9f9;
}
footer .tweet:before {
  content: '';
  position: absolute;
  top: -20px;
  left: 0;
  width: 0;
  height: 0;
  border-color: transparent transparent #faf9f9 #faf9f9;
  border-style: solid;
  border-width: 10px;
}
footer .tweet .tweet-body {
  height: 60px;
  margin-top: 6px;
  overflow: hidden;
}
footer .fb-page {
  background-color: #faf9f9;
  margin-top: 35px;
  padding: 10px;
}
footer .fb-page:before {
  content: '';
  position: absolute;
  top: -20px;
  left: 0;
  width: 0;
  height: 0;
  border-color: transparent transparent #faf9f9 #faf9f9;
  border-style: solid;
  border-width: 10px;
}
footer #fine-print {
  margin: 30px 0 10px;
  height: 20px;
  color: #a8a8a8;
  font-size: 11px;
}
footer #copy-right {
  float: left;
}
footer #copy-right span {
  display: block;
}
footer #terms {
  float: right;
}
footer #terms a {
  color: #a8a8a8;
  text-decoration: none;
  border-bottom: 1px solid #ccc;
}
h2.title {
  color: #ff4337;
  font-family: "DINNextLTPro-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.142857em;
  font-weight: normal;
  line-height: 1;
  margin: 20px 0 20px;
}
.content-reg {
  margin-top: 20px;
  padding: 0 40px;
}
.content-reg ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#infscr-loading {
  margin: 20px 0 20px 245px;
  text-align: center;
}
/**
 * ----------------------------------------
 * animation slide-right
 * ----------------------------------------
 */
@keyframes slight-right {
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in {
  100% {
    opacity: 1;
  }
}
@keyframes drop-in {
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.page-template-page-home-branding footer {
  margin-top: 0;
}
.brand-package-mixin h2 {
  font-family: "DINNextLTPro-Light", Helvetica, Arial, sans-serif;
  font-size: 32px;
  font-weight: normal;
  color: #ff4337;
  text-transform: uppercase;
  margin-left: 35px;
  margin-right: 35px;
}
.brand-package-mixin h2 em {
  font-size: 20px;
  color: #000000;
  margin-left: 15px;
  text-transform: lowercase;
}
.brand-package-mixin .description {
  margin-bottom: 25px;
  margin-left: 35px;
  margin-right: 35px;
}
.brand-package-mixin .description p {
  font-size: 18px;
  line-height: 1.7;
}
.brand-package-mixin .description ul {
  margin: 25px 0;
  padding-left: 100px;
  padding-right: 100px;
}
@media screen and (max-width: 640px) {
  .brand-package-mixin .description ul {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.brand-package-mixin .description ul li {
  opacity: 0;
  list-style: none;
  position: relative;
  margin-top: 10px;
  font-size: 15px;
  line-height: 1.3;
}
.brand-package-mixin .description ul li:before {
  position: absolute;
  content: '+';
  color: #ff4337;
  margin-left: -35px;
}
.brand-package-mixin .description ul li.fade-in {
  animation: fade-in 0.5s ease-in both 0.2s;
}
.brand-package-mixin .description ul li:nth-child(2) {
  animation-delay: .5s;
}
.brand-package-mixin .description ul li:nth-child(2) {
  animation-delay: .7s;
}
.brand-package-mixin .description ul li:last-child {
  animation-delay: .9s;
}
.brand-package-mixin .call-to-action {
  margin-top: 50px;
  text-align: center;
}
.brand-package-mixin .call-to-action .btn-outline {
  position: relative;
  transform: translateX(-100px);
  opacity: 0;
  font-size: 18px;
}
.brand-package-mixin .call-to-action .btn-outline.slide-right {
  animation: slight-right 0.7s ease-in both 0.7s;
}
.brand-package-mixin .call-to-action .btn-outline.work-together {
  margin-right: 10px;
}
@media screen and (max-width: 640px) {
  .brand-package-mixin .call-to-action .btn-outline.work-together {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.brand-package-mixin .arrow-right {
  position: absolute;
  left: 0;
  transform: translateX(-50px);
  opacity: 0;
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 25px solid #ff4337;
}
.brand-package-mixin .arrow-right.slide-right {
  animation: slight-right 0.5s both 0.2s;
}
@media screen and (min-width: 768px) {
  .brand-package-mixin h2 {
    font-size: 32px;
  }
  .brand-package-mixin .description p {
    font-size: 18px;
  }
}
@media screen and (min-width: 1024px) {
  .brand-package-mixin h2 {
    font-size: 65px;
    margin-left: 0;
    margin-right: 0;
  }
  .brand-package-mixin h2 em {
    font-size: 40px;
  }
  .brand-package-mixin .description {
    margin-left: 0;
    margin-right: 0;
  }
  .brand-package-mixin .description p {
    font-size: 24px;
  }
  .brand-package-mixin .description ul > li {
    font-size: 20px;
  }
}
.brand-engage-mixin {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #ff4337;
  color: #ffffff;
  height: 500px;
  height: 100vh;
}
.brand-engage-mixin h2 {
  font-size: 27px;
  font-style: italic;
  text-align: center;
  margin: 0;
}
.brand-engage-mixin h3 {
  opacity: 0;
  text-align: center;
  line-height: 1;
  margin: 0;
}
.brand-engage-mixin h3 a {
  color: #ffffff;
  font-size: 32px;
  font-weight: 400;
  border-bottom: 2px solid #ffffff;
  display: inline-block;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.brand-engage-mixin h3 a:hover {
  border-bottom-color: transparent;
}
.brand-engage-mixin h3 em {
  font-size: 35px;
}
.brand-engage-mixin h3.fade-in {
  animation: fade-in 3s ease both;
}
@media screen and (min-width: 768px) {
  .brand-engage-mixin {
    height: 1000px;
    height: 100vh;
  }
  .brand-engage-mixin h2 {
    font-size: 41px;
  }
  .brand-engage-mixin h3 {
    font-size: 48px;
  }
}
@media screen and (min-width: 1024px) {
  .brand-engage-mixin {
    height: 1000px;
    height: 100vh;
  }
  .brand-engage-mixin h2 {
    font-size: 55px;
  }
  .brand-engage-mixin h3 > a {
    font-size: 65px;
  }
}
.testimonials-mixin {
  background-color: #f4f4f4;
}
.testimonials-mixin .quote-carousel__wrapper {
  margin-top: 25px;
  margin-bottom: 25px;
}
.testimonials-mixin .quote-carousel__text {
  color: #404040;
  font-size: 17px;
  color: black;
  text-align: left;
  line-height: 23px;
}
@media screen and (max-width: 1024px) {
  .testimonials-mixin .quote-carousel__text {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.testimonials-mixin .quote-carousel__author {
  font-size: 15px;
  color: black;
  text-align: right;
  margin: inherit auto;
  max-width: 795px;
  padding: 0 26px;
}
.testimonials-mixin .quote-carousel__counter {
  color: #8c8c8c;
  padding: 5px 0;
  font-family: din-2014, sans-serif;
  font-weight: 600;
  font-style: italic;
  font-size: 13px;
}
.testimonials-mixin .flickity-prev-next-button.next:after {
  background-image: url(../../images/vector-right.png);
  height: 25px;
}
.testimonials-mixin .flickity-prev-next-button.previous:after {
  background-image: url(../../images/vector-left.png);
  height: 25px;
}
@media screen and (max-width: 768px) {
  .testimonials-mixin .flickity-prev-next-button.next,
  .testimonials-mixin .flickity-prev-next-button.previous {
    display: none;
  }
}
article.home-branding {
  overflow-x: hidden;
}
article.home-branding section {
  margin-top: 100px;
  margin-bottom: 100px;
}
@media screen and (max-width: 640px) {
  article.home-branding section {
    margin-top: 75px;
    margin-bottom: 75px;
  }
}
article.home-branding .brand-title {
  margin-top: -60px;
  margin-bottom: 0;
  height: 1000px;
  height: 100vh;
  display: flex;
  font-size: 83px;
}
article.home-branding .brand-title h1 {
  margin: auto;
  /* Important */
  text-align: center;
  text-transform: inherit;
  font-family: din-2014, sans-serif;
  font-size: 100%;
  font-weight: normal;
  line-height: 1.2;
}
@media screen and (max-width: 640px) {
  article.home-branding .brand-title {
    height: 500px;
    height: 100vh;
  }
  article.home-branding .brand-title h1 {
    font-size: 50%;
  }
}
@media screen and (min-width: 641px) and (max-width: 768px) {
  article.home-branding .brand-title h1 {
    font-size: 75%;
  }
}
article.home-branding .intro {
  position: relative;
  background-color: #ffffff;
  padding-left: 0;
  padding-right: 0;
  margin-top: 0;
  margin-bottom: 0;
}
article.home-branding .intro .portrait {
  position: relative;
  width: 100%;
  z-index: 1;
}
article.home-branding .intro .intro-text {
  position: relative;
  margin-top: 25px;
  margin-left: 25px;
  margin-right: 25px;
  font-size: 28px;
}
article.home-branding .intro .intro-text p {
  position: relative;
  z-index: 1;
  font-family: "DINNextLTPro-Light", Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.7;
}
article.home-branding .intro .intro-text p a {
  text-decoration: underline;
}
article.home-branding .intro .intro-text p a:hover {
  text-decoration: none;
}
article.home-branding .intro .intro-text .sig-gif {
  position: relative;
  top: -25px;
  text-align: center;
  z-index: 0;
}
article.home-branding .intro .intro-text .sig-gif img {
  transform: translate(0, 15px);
  width: 45%;
}
@media screen and (max-width: 768px) {
  article.home-branding .intro .intro-text p {
    font-size: 75%;
  }
  article.home-branding .intro .intro-text .sig-gif img {
    transform: translate(0, 15px);
    width: 45%;
  }
}
@media screen and (min-width: 1024px) {
  article.home-branding .intro {
    max-height: 964px;
    overflow-y: hidden;
  }
  article.home-branding .intro .portrait {
    float: left;
    width: 45%;
  }
  article.home-branding .intro .intro-text {
    margin-left: 45%;
    width: 500px;
    padding-left: 25px;
  }
  article.home-branding .intro .intro-text p {
    font-size: 83%;
  }
  article.home-branding .intro .intro-text .sig-gif {
    text-align: left;
  }
  article.home-branding .intro .intro-text .sig-gif img {
    transform: translate(0, 15px);
    width: 40%;
  }
}
@media screen and (min-width: 1399px) {
  article.home-branding .intro .intro-text p {
    font-size: 100%;
  }
  article.home-branding .intro .intro-text .sig-gif {
    text-align: left;
  }
  article.home-branding .intro .intro-text .sig-gif img {
    transform: translate(0, 15px);
    width: 50%;
  }
}
article.home-branding .spotlight-testimonial {
  margin-top: 125px;
  margin-bottom: 100px;
}
article.home-branding .spotlight-testimonial blockquote {
  clear: left;
  border-left: none;
  padding-right: 15px;
  width: 85%;
}
article.home-branding .spotlight-testimonial blockquote p {
  color: #ff4337;
  font-size: 19px;
  font-weight: normal;
  font-style: italic;
  text-align: center;
  line-height: 1.5;
}
article.home-branding .spotlight-testimonial blockquote p:before {
  content: open-quote;
}
article.home-branding .spotlight-testimonial blockquote p:after {
  content: close-quote;
}
article.home-branding .spotlight-testimonial blockquote footer {
  margin-top: 50px;
  transform: translateX(-100px);
  opacity: 0;
  background: none;
  padding-top: 0;
  text-align: center;
  font-family: "DINNextLTPro-Light", Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: #8f8e8e;
}
article.home-branding .spotlight-testimonial blockquote footer cite {
  font-weight: bold;
}
article.home-branding .spotlight-testimonial blockquote footer.slide-right {
  animation: slight-right 1s ease-in both;
}
@media screen and (min-width: 768px) {
  article.home-branding .spotlight-testimonial blockquote p {
    font-size: 28px;
  }
  article.home-branding .spotlight-testimonial blockquote footer {
    font-size: 19px;
  }
}
@media screen and (min-width: 1024px) {
  article.home-branding .spotlight-testimonial blockquote p {
    font-size: 38px;
  }
  article.home-branding .spotlight-testimonial blockquote footer {
    font-size: 25.5px;
  }
}
article.home-branding .brand-engage {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #ff4337;
  color: #ffffff;
  height: 500px;
  height: 100vh;
}
article.home-branding .brand-engage h2 {
  font-size: 27px;
  font-style: italic;
  text-align: center;
  margin: 0;
}
article.home-branding .brand-engage h3 {
  opacity: 0;
  text-align: center;
  line-height: 1;
  margin: 0;
}
article.home-branding .brand-engage h3 a {
  color: #ffffff;
  font-size: 32px;
  font-weight: 400;
  border-bottom: 2px solid #ffffff;
  display: inline-block;
  text-transform: uppercase;
  margin-bottom: 5px;
}
article.home-branding .brand-engage h3 a:hover {
  border-bottom-color: transparent;
}
article.home-branding .brand-engage h3 em {
  font-size: 35px;
}
article.home-branding .brand-engage h3.fade-in {
  animation: fade-in 3s ease both;
}
@media screen and (min-width: 768px) {
  article.home-branding .brand-engage {
    height: 1000px;
    height: 100vh;
  }
  article.home-branding .brand-engage h2 {
    font-size: 41px;
  }
  article.home-branding .brand-engage h3 {
    font-size: 48px;
  }
}
@media screen and (min-width: 1024px) {
  article.home-branding .brand-engage {
    height: 1000px;
    height: 100vh;
  }
  article.home-branding .brand-engage h2 {
    font-size: 55px;
  }
  article.home-branding .brand-engage h3 > a {
    font-size: 65px;
  }
}
article.home-branding .brand-package h2 {
  font-family: "DINNextLTPro-Light", Helvetica, Arial, sans-serif;
  font-size: 32px;
  font-weight: normal;
  color: #ff4337;
  text-transform: uppercase;
  margin-left: 35px;
  margin-right: 35px;
}
article.home-branding .brand-package h2 em {
  font-size: 20px;
  color: #000000;
  margin-left: 15px;
  text-transform: lowercase;
}
article.home-branding .brand-package .description {
  margin-bottom: 25px;
  margin-left: 35px;
  margin-right: 35px;
}
article.home-branding .brand-package .description p {
  font-size: 18px;
  line-height: 1.7;
}
article.home-branding .brand-package .description ul {
  margin: 25px 0;
  padding-left: 100px;
  padding-right: 100px;
}
@media screen and (max-width: 640px) {
  article.home-branding .brand-package .description ul {
    padding-left: 25px;
    padding-right: 25px;
  }
}
article.home-branding .brand-package .description ul li {
  opacity: 0;
  list-style: none;
  position: relative;
  margin-top: 10px;
  font-size: 15px;
  line-height: 1.3;
}
article.home-branding .brand-package .description ul li:before {
  position: absolute;
  content: '+';
  color: #ff4337;
  margin-left: -35px;
}
article.home-branding .brand-package .description ul li.fade-in {
  animation: fade-in 0.5s ease-in both 0.2s;
}
article.home-branding .brand-package .description ul li:nth-child(2) {
  animation-delay: .5s;
}
article.home-branding .brand-package .description ul li:nth-child(2) {
  animation-delay: .7s;
}
article.home-branding .brand-package .description ul li:last-child {
  animation-delay: .9s;
}
article.home-branding .brand-package .call-to-action {
  margin-top: 50px;
  text-align: center;
}
article.home-branding .brand-package .call-to-action .btn-outline {
  position: relative;
  transform: translateX(-100px);
  opacity: 0;
  font-size: 18px;
}
article.home-branding .brand-package .call-to-action .btn-outline.slide-right {
  animation: slight-right 0.7s ease-in both 0.7s;
}
article.home-branding .brand-package .call-to-action .btn-outline.work-together {
  margin-right: 10px;
}
@media screen and (max-width: 640px) {
  article.home-branding .brand-package .call-to-action .btn-outline.work-together {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
article.home-branding .brand-package .arrow-right {
  position: absolute;
  left: 0;
  transform: translateX(-50px);
  opacity: 0;
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 25px solid #ff4337;
}
article.home-branding .brand-package .arrow-right.slide-right {
  animation: slight-right 0.5s both 0.2s;
}
@media screen and (min-width: 768px) {
  article.home-branding .brand-package h2 {
    font-size: 32px;
  }
  article.home-branding .brand-package .description p {
    font-size: 18px;
  }
}
@media screen and (min-width: 1024px) {
  article.home-branding .brand-package h2 {
    font-size: 65px;
    margin-left: 0;
    margin-right: 0;
  }
  article.home-branding .brand-package h2 em {
    font-size: 40px;
  }
  article.home-branding .brand-package .description {
    margin-left: 0;
    margin-right: 0;
  }
  article.home-branding .brand-package .description p {
    font-size: 24px;
  }
  article.home-branding .brand-package .description ul > li {
    font-size: 20px;
  }
}
article.home-branding .testimonials {
  background-color: #f4f4f4;
}
article.home-branding .testimonials .quote-carousel__wrapper {
  margin-top: 25px;
  margin-bottom: 25px;
}
article.home-branding .testimonials .quote-carousel__text {
  color: #404040;
  font-size: 17px;
  color: black;
  text-align: left;
  line-height: 23px;
}
@media screen and (max-width: 1024px) {
  article.home-branding .testimonials .quote-carousel__text {
    padding-left: 50px;
    padding-right: 50px;
  }
}
article.home-branding .testimonials .quote-carousel__author {
  font-size: 15px;
  color: black;
  text-align: right;
  margin: inherit auto;
  max-width: 795px;
  padding: 0 26px;
}
article.home-branding .testimonials .quote-carousel__counter {
  color: #8c8c8c;
  padding: 5px 0;
  font-family: din-2014, sans-serif;
  font-weight: 600;
  font-style: italic;
  font-size: 13px;
}
article.home-branding .testimonials .flickity-prev-next-button.next:after {
  background-image: url(../../images/vector-right.png);
  height: 25px;
}
article.home-branding .testimonials .flickity-prev-next-button.previous:after {
  background-image: url(../../images/vector-left.png);
  height: 25px;
}
@media screen and (max-width: 768px) {
  article.home-branding .testimonials .flickity-prev-next-button.next,
  article.home-branding .testimonials .flickity-prev-next-button.previous {
    display: none;
  }
}
article.home-branding .outro {
  margin-top: 100px;
  margin-bottom: 100px;
  font-size: 28px;
}
article.home-branding .outro p {
  font-family: "DINNextLTPro-Light", Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  margin-left: 25px;
  margin-right: 25px;
}
article.home-branding .outro p a {
  text-decoration: underline;
}
article.home-branding .outro p a:hover {
  text-decoration: none;
}
@media screen and (max-width: 1499px) {
  article.home-branding .outro p {
    font-size: 75%;
  }
}
article.home-branding .home-cards {
  background-color: transparent;
  border-top: none;
}
article.home-branding .home-cards:before {
  border-top: none;
}
article.home-branding .books {
  background-color: #f4f4f4;
  padding-top: 125px;
  padding-bottom: 100px;
  margin-bottom: 0;
}
article.home-branding .books .action {
  clear: left;
  padding-top: 75px;
}
article.home-branding .books .card .card-box {
  min-height: 525px;
}
article.home-branding .books .card .card-box .card-image {
  top: -158px;
  transform: translateY(-100px);
  opacity: 0;
}
article.home-branding .books .card .card-box .card-image.drop-in {
  animation: drop-in 1.1s both;
}
article.home-branding .books .card .card-box .card-image.podcast img {
  margin-top: 81px;
}
article.home-branding .books .card .card-box .content blockquote {
  border: none;
  padding-left: 0;
}
article.home-branding .books .card .card-box .content blockquote footer {
  background: none;
  margin-top: 20px;
  padding-top: 0;
}
article.home-branding .books .card:nth-child(2) .card-box .card-image {
  animation-delay: .1s;
}
article.home-branding .books .card:nth-child(3) .card-box .card-image {
  animation-delay: .2s;
}
@media screen and (max-width: 999px) {
  article.home-branding .books .card {
    margin: 120px auto;
  }
  article.home-branding .books .card .card-box .card-image img {
    width: 100% !important;
    transform: translate(0, 0);
  }
  article.home-branding .books .card .card-box .card-image.podcast img {
    transform: translate(0, -15px);
  }
  article.home-branding .books .card:nth-child(1) {
    margin-top: 60px;
  }
  article.home-branding .books .card:nth-child(3) {
    margin-bottom: 60px;
  }
}
article.home-branding .events {
  background-color: #ffffff;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}
article.home-branding .events h2 {
  font-family: "DINNextLTPro-Light", Helvetica, Arial, sans-serif;
  font-size: 65px;
  font-weight: normal;
  line-height: 1.2;
  color: #ff4337;
  text-align: left;
  text-transform: uppercase;
  margin-left: 0;
  margin-right: 0;
  margin-top: 10px;
}
article.home-branding .events h2 em {
  font-size: 40px;
  color: #000000;
  margin-left: 15px;
  text-transform: initial;
}
article.home-branding .events .card {
  background-color: transparent;
  box-shadow: none;
  overflow: hidden;
  margin-right: 10px;
  margin-bottom: 0px;
}
article.home-branding .events .card .card-event {
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px #ddd;
  margin-bottom: 20px;
}
article.home-branding .events .card .card-event .red-tag--small {
  padding: 35px 30px;
  font-size: 30px;
}
article.home-branding .events .card .card-event .red-tag:after {
  border-color: transparent transparent transparent #ff4337;
  transform: translateX(-50px);
  opacity: 0;
}
article.home-branding .events .card .card-event.slide-right .red-tag:after {
  animation: slight-right 0.5s both 0.2s;
}
article.home-branding .events .card .card-event .event-details {
  font-size: 22px;
}
article.home-branding .events .card .card-event .event-details div {
  margin-left: 0;
}
article.home-branding .events .card .card-event .event-details .locale {
  font-weight: bold;
  margin-top: 5px;
}
@media screen and (max-width: 999px) {
  article.home-branding .events .card {
    max-width: none;
    margin: 0;
    margin-right: 10px;
  }
}
article.home-branding .events .view-all a,
article.home-branding .events .watch-speaker-reel a {
  font-family: "open sans";
  font-size: 17px;
  font-style: italic;
  font-weight: 600;
}
article.home-branding .events .watch-speaker-reel {
  margin-top: 20px;
  margin-bottom: 20px;
}
article.home-branding .events .watch-speaker-reel img {
  vertical-align: -35%;
}
article.home-branding .events .action {
  padding-top: 75px;
}
@media screen and (max-width: 640px) {
  article.home-branding .events .card .card-event .event-details {
    font-size: 16px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 999px) {
  article.home-branding .events {
    margin-left: 15px;
    margin-right: 15px;
  }
  article.home-branding .events h2 {
    font-size: 32px;
    margin-bottom: 25px;
  }
  article.home-branding .events h2 em {
    font-size: 20px;
  }
}
article.home-branding .white-papers {
  background-color: #fcfbfa;
  padding: 100px 0 100px 0;
  margin-top: 0;
  margin-bottom: 0;
}
article.home-branding .white-papers h4 {
  font-size: 38px;
  line-height: 1.2;
  font-weight: normal;
  color: #ff4337;
  text-transform: uppercase;
  margin-bottom: 25px;
}
article.home-branding .white-papers img {
  max-width: 100%;
}
article.home-branding .white-papers ul {
  margin: 25px 0 25px 35px;
}
article.home-branding .white-papers ul li {
  opacity: 0;
  list-style: none;
  position: relative;
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.2;
}
article.home-branding .white-papers ul li:before {
  position: absolute;
  content: '+';
  color: #ff4337;
  margin-left: -35px;
}
article.home-branding .white-papers ul li a {
  color: black;
  text-decoration: underline;
}
article.home-branding .white-papers ul li a:hover {
  color: #ff4337;
}
article.home-branding .white-papers ul li.slide-right {
  animation: fade-in 0.2s ease-in both 0.2s;
}
article.home-branding .white-papers ul li:nth-child(2) {
  animation-delay: .5s;
}
article.home-branding .white-papers ul li:nth-child(3) {
  animation-delay: .7s;
}
article.home-branding .white-papers ul li:nth-child(4) {
  animation-delay: .9s;
}
article.home-branding .white-papers ul li:nth-child(5) {
  animation-delay: 1.1s;
}
article.home-branding .white-papers ul li:last-child {
  animation-delay: 1.3s;
}
@media screen and (max-width: 999px) {
  article.home-branding .white-papers img {
    max-width: 75%;
  }
  article.home-branding .white-papers .container {
    padding-left: 25px;
    padding-right: 25px;
  }
  article.home-branding .white-papers h4 {
    font-size: 28px;
    margin-top: 25px;
    margin-bottom: 25px;
  }
  article.home-branding .white-papers ul > li {
    font-size: 15px;
  }
}
#home-banner,
.home-banner {
  position: relative;
  height: 529px;
  color: #ffffff;
  background: #ff4337;
  background-size: cover;
  text-align: center;
}
#home-banner__big,
.home-banner__big {
  padding-top: 50px;
  font-weight: bold;
  font-size: 62px;
  line-height: 77px;
}
#home-banner__big span,
.home-banner__big span {
  display: block;
  font-weight: normal;
}
#home-banner__info,
.home-banner__info {
  font-size: 17px;
  line-height: 28px;
  max-width: 845px;
  padding: 30px 20px;
  margin: 0 auto;
}
#home-banner:after,
.home-banner:after {
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #ff4337;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -12px;
  content: '';
}
#home-banner iframe,
.home-banner iframe {
  display: none;
}
#home-banner #play-video,
.home-banner #play-video {
  width: 272px;
  margin: 210px auto 0;
  padding: 15px 0 10px;
  text-align: center;
  border: 2px solid #ff4337;
  color: #ff4337;
  font-size: 26px;
}
#home-banner #play-video:hover,
.home-banner #play-video:hover,
#home-banner #play-video:active,
.home-banner #play-video:active {
  cursor: pointer;
  color: #fff;
  border-color: #fff;
}
#home-banner i,
.home-banner i {
  font-size: 58px;
  margin-top: -6px;
  margin-right: 12px;
  vertical-align: middle;
}
.home-cards {
  background-color: #ffffff;
  position: relative;
  border-top: 2px solid #ff4337;
}
.home-cards:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #ff4337;
}
.home-cards h2 {
  color: #ff4337;
  font-size: 2.5em;
  text-transform: uppercase;
  text-align: center;
  margin: 77px 1.5em 80px;
}
.home-cards .card {
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px #ddd;
  margin-bottom: 20px;
}
.home-cards .card-box {
  position: relative;
  height: 489px;
}
.home-cards .card-box .card-image {
  display: block;
  position: relative;
  top: -30px;
}
.home-cards .card-box .card-image:hover {
  cursor: pointer;
}
.home-cards .card-box .card-image img {
  width: 100%;
}
.home-cards .card-box .card-image--thumbnail {
  padding: 0 10px;
}
.home-cards .card-box .card-image--thumbnail img {
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
}
.home-cards .card-box .card-image--books {
  top: -148px;
}
.home-cards .card-box .card-image--books img {
  width: 125%;
  max-width: none;
  transform: translateX(-9%);
}
.home-cards .card-box .content {
  margin-top: -10px;
  padding: 0 25px;
}
.home-cards .card-box .content--books {
  margin-top: -198px;
}
.home-cards .card-box h3 {
  font-size: 19px;
  color: #ff4337;
  margin-bottom: 20px;
  line-height: 1;
  font-family: "DINNextLTPro-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
}
.home-cards .card-box h4 {
  font-size: 16px;
  font-family: 'DINNextLTPro-Medium';
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 20px;
}
.home-cards .card-box .date {
  color: #808080;
  font-style: italic;
  font-size: 16px;
}
.home-cards .card-box .title {
  color: #000;
  font-size: 16px;
}
.home-cards .card-box .btn-more {
  position: absolute;
  left: 2em;
  bottom: 2em;
}
.home-cards .btn-more {
  display: inline-block;
  font-style: italic;
  font-weight: bold;
  color: #ff4337;
}
.home-cards .btn-more:hover {
  cursor: pointer;
}
.home-cards .btn-more--play {
  display: inline-flex;
  align-items: center;
}
.home-cards .btn-more--play span {
  display: inline-block;
  margin-left: 10px;
}
.home-cards .card-event {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}
.home-cards .card-event .event-details {
  box-sizing: border-box;
  color: #000;
}
.home-cards .card-event .event-details > div {
  box-sizing: border-box;
  margin-left: 20px;
  line-height: 1;
}
.home-cards .card-event .event-details > div .date {
  font-size: 20px;
  color: #ff4337;
  margin-right: 10px;
}
.home-cards .card-event .event-details > div .title {
  font-size: 16px;
  font-family: 'DINNextLTPro-Medium';
}
.home-cards .red-tag {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  background-color: #ff4337;
  width: 40%;
  height: 200px;
  padding: 50px 30px;
  margin-right: 1em;
  color: #fff;
  font-family: "DINNextLTPro-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 40px;
  line-height: 1.2;
}
.home-cards .red-tag:after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -14px;
  right: -28px;
  width: 0;
  height: 0;
  border-color: transparent transparent transparent #ff4337;
  border-style: solid;
  border-width: 14px;
}
.home-cards .red-tag--small {
  box-sizing: border-box;
  height: auto;
  width: auto;
  padding: 20px 50px;
  line-height: 1;
  font-size: 20px;
  text-transform: uppercase;
}
.home-cards .red-tag--small:after {
  border-width: 12px;
  margin-top: -12px;
  right: -22px;
}
.home-cards .mission {
  display: table-cell;
  vertical-align: middle;
  padding: 0 40px;
  color: #818181;
  font-size: 23px;
  line-height: 1.5;
  font-style: italic;
}
.home-cards .card-book {
  padding: 0 20px 0 20px;
}
.home-cards .card-book .description {
  position: relative;
  top: -40px;
  padding: 0 25px;
}
.home-cards .card-book h4 {
  font-size: 16px;
}
.home-cards .card-book p {
  font-family: "DINNextLTPro-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.25;
}
.home-new-brands {
  background: #f4f4f4;
}
.home-new-brands h2 {
  color: #ff4337;
  font-size: 2.5em;
  text-transform: uppercase;
  text-align: center;
  margin: 77px 1.5em 45px;
}
.home-new-brands .quote-carousel__wrapper {
  margin-top: 77px;
  margin-bottom: 45px;
}
.home-new-brands .card {
  background-color: #fff;
  box-shadow: 0px 0px 25px 0px #ccc;
  margin-bottom: 20px;
  padding-top: 30px;
  text-align: center;
}
.home-new-brands .card h3 span {
  text-transform: uppercase;
  color: #818181;
  padding-bottom: 8px;
  border-bottom: 1px solid #ff4337;
}
.home-new-brands .card p {
  margin: 30px 0;
}
.home-new-brands .btn-outline {
  margin-top: 50px;
  margin-bottom: 57px;
}
.home-new-brands .overlink a {
  top: 101px;
  z-index: -1;
  background-color: transparent;
  border: none;
}
.home-new-brands .overlink a .tint {
  width: 100%;
  height: 100%;
  background-color: #696;
  opacity: 0.75;
}
.home-new-brands .overlink a .view {
  position: absolute;
  top: 50%;
  left: 35px;
  right: 35px;
  transform: translate(0, -50%);
  width: auto;
  padding: 18px;
  border: 2px solid #fff;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-size: 1.75em;
  font-weight: bold;
}
.home-new-brands .overlink:hover a {
  z-index: 1;
}
.home-new-brands .overlink img {
  border-top: solid 1px #ff4337;
}
.page-template-page-about article.about {
  position: relative;
  z-index: 1;
  top: 0px;
  /**
     * ----------------------------------------
     * animations
     * ----------------------------------------
     */

}
@keyframes fade-in {
  100% {
    opacity: 1;
  }
}
@keyframes slide-in {
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.page-template-page-about article.about .tooltip.social {
  opacity: 1;
}
.page-template-page-about article.about .tooltip.social .tooltip-arrow {
  font-size: 20px;
  background-color: transparent;
  margin-left: -10px;
  margin-top: -18px;
  border-right: transparent;
  z-index: -1;
}
.page-template-page-about article.about .tooltip.social .tooltip-arrow:after {
  content: '◀';
  color: #ffffff;
  text-shadow: 0 5px 5px #d9d9d9;
}
.page-template-page-about article.about .tooltip.social .tooltip-inner {
  box-shadow: 5px 5px 5px #d9d9d9;
  font-size: 17px;
  text-align: left;
  background-color: #ffffff;
  border-radius: 0;
}
.page-template-page-about article.about .tooltip.social .tooltip-inner .fa {
  text-align: center;
  width: 25px;
  color: #ff4337;
}
.page-template-page-about article.about .tooltip.finien {
  opacity: 1;
}
.page-template-page-about article.about .tooltip.finien .tooltip-arrow {
  font-size: 20px;
  background-color: transparent;
  margin-left: -10px;
  margin-top: -18px;
  border-right: transparent;
  z-index: -1;
}
.page-template-page-about article.about .tooltip.finien .tooltip-arrow:after {
  content: '◀';
  color: #ffffff;
  text-shadow: 0 5px 5px #d9d9d9;
}
.page-template-page-about article.about .tooltip.finien .tooltip-inner {
  max-width: 148px;
  box-shadow: 5px 5px 5px #d9d9d9;
  font-size: 17px;
  text-align: left;
  background-color: #ffffff;
  padding: 0;
  border-radius: 0;
}
.page-template-page-about article.about .tooltip.finien .tooltip-inner .fa {
  text-align: center;
  width: 25px;
  color: #ff4337;
}
.page-template-page-about article.about .tooltip.finien .tooltip-inner > h4 {
  font-family: "DINNextLTPro-Light", Helvetica, Arial, sans-serif;
  background-color: #ff4337;
  text-transform: uppercase;
  text-align: center;
  font-size: 17px;
  margin: 0;
  padding: 5px 5px;
}
.page-template-page-about article.about .tooltip.finien .tooltip-inner > ul {
  display: block;
  margin: 0;
  padding: 0;
  text-align: center;
}
.page-template-page-about article.about .tooltip.finien .tooltip-inner > ul:before {
  position: relative;
  content: '▼';
  color: #ff4337;
  top: -5px;
}
.page-template-page-about article.about .tooltip.finien .tooltip-inner > ul > li {
  display: block;
  list-style: none;
  font-style: italic;
  text-align: center;
  color: #ff4337;
  padding: 10px 5px;
}
.page-template-page-about article.about .tooltip.finien .tooltip-inner > ul > li em {
  font-style: normal;
  font-weight: bold;
}
.page-template-page-about article.about .tooltip.finien .tooltip-inner > ul > li:first-child {
  padding-top: 0;
}
.page-template-page-about article.about .tooltip.finien .tooltip-inner > ul > hr {
  margin: 0;
  border-bottom: 1px solid #ff4337;
  width: 33%;
  margin-left: 33%;
}
.page-template-page-about article.about .tooltip-text {
  color: #ff4337;
}
.page-template-page-about article.about section {
  font-family: "DINNextLTPro-Light", Helvetica, Arial, sans-serif;
  font-weight: normal;
  margin-top: 100px;
  margin-bottom: 100px;
}
@media screen and (max-width: 640px) {
  .page-template-page-about article.about section {
    margin-top: 75px;
    margin-bottom: 75px;
  }
}
@media screen and (max-width: 1000px) {
  .page-template-page-about article.about section.container {
    margin-left: 40px;
    margin-right: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .page-template-page-about article.about .clients.container > h4 {
    margin-left: 40px;
    margin-right: 40px;
  }
}
.page-template-page-about article.about .intro {
  position: relative;
  z-index: 1;
  font-size: 30px;
}
.page-template-page-about article.about .intro p {
  position: relative;
  z-index: 1;
  line-height: 1.5;
  max-width: 1500px;
}
.page-template-page-about article.about .intro p a {
  text-decoration: underline;
}
.page-template-page-about article.about .intro p a:hover {
  text-decoration: none;
}
@media screen and (max-width: 640px) {
  .page-template-page-about article.about .intro p {
    font-size: 75%;
  }
}
.page-template-page-about article.about .staff {
  background-color: #f4f4f4;
  margin-top: 0;
}
.page-template-page-about article.about .staff .flip-container {
  position: relative;
  perspective: 1000;
  width: 286px;
  height: 286px;
  z-index: 1;
}
.page-template-page-about article.about .staff .flip-container .flip-card {
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
}
.page-template-page-about article.about .staff .flip-container .flip-card:hover {
  transform: rotateY(180deg);
}
.page-template-page-about article.about .staff .flip-container .flip-card .face {
  backface-visibility: hidden;
  width: 100%;
  height: 100%;
}
.page-template-page-about article.about .staff .flip-container .flip-card .front.face {
  position: absolute;
}
.page-template-page-about article.about .staff .flip-container .flip-card .back.face {
  display: block;
  transform: rotateY(180deg);
}
.page-template-page-about article.about .staff .container.inner {
  margin-top: 100px;
  margin-bottom: 100px;
}
@media screen and (max-width: 640px) {
  .page-template-page-about article.about .staff .container.inner {
    margin-top: 75px;
    margin-bottom: 75px;
  }
}
@media screen and (max-width: 1000px) {
  .page-template-page-about article.about .staff .container.inner {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.page-template-page-about article.about .staff .container.inner .row > div:last-child {
  text-align: right;
}
.page-template-page-about article.about .staff .container.inner .row > div:last-child dt.name:first-child {
  margin-top: 0;
}
.page-template-page-about article.about .staff .portrait {
  width: 286px;
  height: 286px;
}
.page-template-page-about article.about .staff dl dt.name {
  font-size: 24px;
  font-weight: normal;
  color: #F26C4F;
  margin-top: 45px;
}
.page-template-page-about article.about .staff dl dd.role {
  font-size: 17px;
  font-style: italic;
  margin-left: 0;
  margin-top: 5px;
}
.page-template-page-about article.about .how h4 {
  font-size: 65px;
  font-weight: normal;
  line-height: 1;
  letter-spacing: -2px;
  color: #ff4337;
  margin-bottom: 50px;
}
@media screen and (max-width: 640px) {
  .page-template-page-about article.about .how h4 {
    font-size: 48px;
    margin-bottom: 35px;
  }
}
.page-template-page-about article.about .how ul {
  margin-left: 35px;
  margin-right: 35px;
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  .page-template-page-about article.about .how ul {
    margin-left: 5px;
    margin-right: 10px;
  }
}
.page-template-page-about article.about .how ul > li {
  opacity: 0;
  font-size: 20px;
  line-height: 33px;
  list-style: none;
  margin-bottom: 45px;
}
.page-template-page-about article.about .how ul > li:before {
  position: absolute;
  content: '+';
  color: #ff4337;
  margin-left: -30px;
}
.page-template-page-about article.about .how ul > li:last-child {
  margin-bottom: 0;
}
.page-template-page-about article.about .how ul > li a {
  text-decoration: underline;
}
.page-template-page-about article.about .how ul > li a:hover {
  text-decoration: none;
}
@media screen and (max-width: 1000px) {
  .page-template-page-about article.about .how ul > li {
    margin-left: 25px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 640px) {
  .page-template-page-about article.about .how ul > li {
    font-size: 18px;
  }
}
.page-template-page-about article.about .how .cta {
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: center;
}
.page-template-page-about article.about .awards {
  background-color: #ff4337;
  margin-bottom: 0;
}
.page-template-page-about article.about .awards .container.inner {
  margin-top: 100px;
  margin-bottom: 100px;
}
@media screen and (max-width: 640px) {
  .page-template-page-about article.about .awards .container.inner {
    margin-top: 75px;
    margin-bottom: 75px;
  }
}
@media screen and (max-width: 1000px) {
  .page-template-page-about article.about .awards .container.inner {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.page-template-page-about article.about .awards h4 {
  font-size: 65px;
  font-weight: normal;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 50px;
}
@media screen and (max-width: 640px) {
  .page-template-page-about article.about .awards h4 {
    font-size: 48px;
    margin-bottom: 38px;
  }
}
.page-template-page-about article.about .awards ul {
  margin-left: 0;
}
.page-template-page-about article.about .awards ul > li {
  opacity: 0;
  font-family: "DINNextLTPro-Regular", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #ffffff;
  line-height: 31px;
  list-style: none;
}
@media screen and (max-width: 640px) {
  .page-template-page-about article.about .awards ul > li {
    font-size: 14px;
    line-height: 28px;
  }
}
.page-template-page-about article.about .badges {
  background-color: #f4f4f4;
  margin-top: 0;
}
.page-template-page-about article.about .badges .container.inner {
  margin-top: 100px;
  margin-bottom: 100px;
}
@media screen and (max-width: 640px) {
  .page-template-page-about article.about .badges .container.inner {
    margin-top: 75px;
    margin-bottom: 75px;
  }
}
.page-template-page-about article.about .badges .col {
  text-align: center;
}
.page-template-page-about article.about .press h4 {
  font-size: 65px;
  font-weight: normal;
  color: #ff4337;
  text-transform: uppercase;
  margin-bottom: 50px;
}
@media screen and (max-width: 640px) {
  .page-template-page-about article.about .press h4 {
    font-size: 48px;
    margin-bottom: 38px;
  }
}
.page-template-page-about article.about .press ul {
  margin-left: 0;
}
.page-template-page-about article.about .press ul > li {
  opacity: 0;
  font-size: 16px;
  line-height: 31px;
  list-style: none;
}
@media screen and (max-width: 640px) {
  .page-template-page-about article.about .press ul > li {
    font-size: 14px;
    line-height: 28px;
  }
}
.page-template-page-about article.about .clients h4 {
  font-family: "DINNextLTPro-Light", Helvetica, Arial, sans-serif;
  font-size: 65px;
  font-weight: normal;
  color: #ff4337;
  text-transform: uppercase;
  margin-bottom: 50px;
}
@media screen and (max-width: 640px) {
  .page-template-page-about article.about .clients h4 {
    font-size: 48px;
    margin-bottom: 38px;
  }
}
.page-template-page-about article.about .clients h2.left-arrow,
.page-template-page-about article.about .clients h2.right-arrow {
  z-index: 100;
}
.page-template-page-about article.about .clients h2.left-arrow:after,
.page-template-page-about article.about .clients h2.right-arrow:after {
  margin-top: -15px;
  z-index: -99;
}
.page-template-page-about article.about .clients h2.left-arrow:after {
  transform: translateX(-50px);
  opacity: 0;
}
.page-template-page-about article.about .clients h2.left-arrow.slide-right:after {
  animation: slide-in 1.3s ease-in both 0.1s;
}
.page-template-page-about article.about .clients h2.right-arrow:after {
  transform: translateX(50px);
  opacity: 0;
}
.page-template-page-about article.about .clients h2.right-arrow.slide-left:after {
  animation: slide-in 1.3s ease-in both 0.2s;
}
.page-template-page-about article.about .clients .cta {
  margin-top: 100px;
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .page-template-page-about article.about .clients .clientgroup h2:after {
    margin-left: -15px;
  }
}
.page-template-page-about-speaking article.about {
  position: relative;
  top: 0px;
  /**
     * ----------------------------------------
     * animations
     * ----------------------------------------
     */

}
@keyframes fade-in {
  100% {
    opacity: 1;
  }
}
@keyframes slide-in {
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.page-template-page-about-speaking article.about .tooltip.requirements,
.page-template-page-about-speaking article.about .tooltip.awards {
  opacity: 1;
}
.page-template-page-about-speaking article.about .tooltip.requirements .tooltip-arrow,
.page-template-page-about-speaking article.about .tooltip.awards .tooltip-arrow {
  font-size: 20px;
  background-color: transparent;
  margin-left: -10px;
  margin-top: -18px;
  border-right: transparent;
  z-index: -1;
}
.page-template-page-about-speaking article.about .tooltip.requirements .tooltip-arrow:after,
.page-template-page-about-speaking article.about .tooltip.awards .tooltip-arrow:after {
  content: '◀';
  color: #ffffff;
  text-shadow: 0 5px 5px #d9d9d9;
}
.page-template-page-about-speaking article.about .tooltip.requirements .tooltip-inner,
.page-template-page-about-speaking article.about .tooltip.awards .tooltip-inner {
  padding: 16px;
  box-shadow: 5px 5px 5px #d9d9d9;
  font-size: 17px;
  text-align: left;
  background-color: #ffffff;
  border-radius: 0;
  color: #000000;
}
.page-template-page-about-speaking article.about .tooltip.requirements .tooltip-inner .fa,
.page-template-page-about-speaking article.about .tooltip.awards .tooltip-inner .fa {
  text-align: center;
  width: 25px;
  color: #ff4337;
}
.page-template-page-about-speaking article.about .tooltip.awards .tooltip-inner {
  max-width: 300px;
}
.page-template-page-about-speaking article.about .tooltip.requirements .tooltip-inner {
  font-family: "DINNextLTPro-Regular", Helvetica, Arial, sans-serif;
  max-width: 400px;
}
.page-template-page-about-speaking article.about .tooltip.requirements .tooltip-inner > h4 {
  color: #ff4337;
}
.page-template-page-about-speaking article.about .tooltip.requirements .tooltip-inner .footnote {
  font-style: italic;
}
.page-template-page-about-speaking article.about .tooltip-text {
  color: #ff4337;
}
.page-template-page-about-speaking article.about section {
  font-family: "DINNextLTPro-Light", Helvetica, Arial, sans-serif;
  font-weight: normal;
  margin-top: 100px;
  margin-bottom: 100px;
}
@media screen and (max-width: 640px) {
  .page-template-page-about-speaking article.about section {
    margin-top: 75px;
    margin-bottom: 75px;
  }
}
@media screen and (max-width: 1000px) {
  .page-template-page-about-speaking article.about section.container {
    margin-left: 40px;
    margin-right: 40px;
  }
}
.page-template-page-about-speaking article.about .intro {
  font-size: 30px;
}
.page-template-page-about-speaking article.about .intro p {
  position: relative;
  z-index: 1;
  line-height: 1.5;
  margin-bottom: 25px;
  max-width: 1500px;
}
.page-template-page-about-speaking article.about .intro p a {
  text-decoration: underline;
}
.page-template-page-about-speaking article.about .intro p a:hover {
  text-decoration: none;
}
@media screen and (max-width: 640px) {
  .page-template-page-about-speaking article.about .intro p {
    font-size: 75%;
  }
}
.page-template-page-about-speaking article.about .intro .cta {
  text-align: center;
}
.page-template-page-about-speaking article.about .intro .cta .btn-outline {
  margin-right: 10px;
}
@media screen and (max-width: 640px) {
  .page-template-page-about-speaking article.about .intro .cta .btn-outline {
    margin-top: 10px;
  }
}
.page-template-page-about-speaking article.about .panoramic-container > img {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .page-template-page-about-speaking article.about .panoramic-container {
    width: auto;
  }
}
.page-template-page-about-speaking article.about .video-reel {
  background-color: #eeeeee;
}
.page-template-page-about-speaking article.about .video-reel > img {
  width: 100%;
}
.page-template-page-about-speaking article.about .video-reel #player {
  display: none;
  max-height: 529px;
}
.page-template-page-about-speaking article.about .current-speeches h2 {
  font-family: "DINNextLTPro-Light", Helvetica, Arial, sans-serif;
  font-size: 32px;
  font-weight: normal;
  color: #ff4337;
  text-transform: uppercase;
  margin-left: 35px;
  margin-right: 35px;
}
.page-template-page-about-speaking article.about .current-speeches h2 em {
  font-size: 20px;
  color: #000000;
  margin-left: 15px;
  text-transform: lowercase;
}
.page-template-page-about-speaking article.about .current-speeches .description {
  font-family: "DINNextLTPro-Regular", Helvetica, Arial, sans-serif;
  margin-bottom: 25px;
  margin-left: 35px;
  margin-right: 35px;
}
.page-template-page-about-speaking article.about .current-speeches .description p {
  font-size: 18px;
  line-height: 1.7;
  margin-top: 15px;
  margin-bottom: 25px;
}
.page-template-page-about-speaking article.about .current-speeches .description ul {
  margin: 25px 0;
  padding-left: 100px;
  padding-right: 100px;
}
@media screen and (max-width: 640px) {
  .page-template-page-about-speaking article.about .current-speeches .description ul {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.page-template-page-about-speaking article.about .current-speeches .description ul li {
  opacity: 0;
  list-style: none;
  position: relative;
  margin-top: 10px;
  font-size: 15px;
  line-height: 1.3;
}
.page-template-page-about-speaking article.about .current-speeches .description ul li:before {
  position: absolute;
  content: '+';
  color: #ff4337;
  margin-left: -35px;
}
.page-template-page-about-speaking article.about .current-speeches .description ul li.fade-in {
  animation: fade-in 0.5s ease-in both 0.2s;
}
.page-template-page-about-speaking article.about .current-speeches .description ul li:nth-child(2) {
  animation-delay: .5s;
}
.page-template-page-about-speaking article.about .current-speeches .description ul li:nth-child(2) {
  animation-delay: .7s;
}
.page-template-page-about-speaking article.about .current-speeches .description ul li:last-child {
  animation-delay: .9s;
}
.page-template-page-about-speaking article.about .current-speeches .cta {
  margin-top: 50px;
  text-align: center;
}
.page-template-page-about-speaking article.about .current-speeches .cta .btn-outline {
  position: relative;
  transform: translateX(-100px);
  opacity: 0;
  font-size: 18px;
}
.page-template-page-about-speaking article.about .current-speeches .cta .btn-outline.slide-right {
  animation: slight-right 0.7s ease-in both 0.7s;
}
.page-template-page-about-speaking article.about .current-speeches .cta .btn-outline.work-together {
  margin-right: 10px;
}
@media screen and (max-width: 640px) {
  .page-template-page-about-speaking article.about .current-speeches .cta .btn-outline.work-together {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.page-template-page-about-speaking article.about .current-speeches .cta .speaking-requirements {
  margin-top: 38px;
}
.page-template-page-about-speaking article.about .current-speeches .cta .speaking-requirements .tooltip-text {
  font-size: 18px;
  text-transform: uppercase;
}
.page-template-page-about-speaking article.about .current-speeches .arrow-right {
  position: absolute;
  left: 0;
  transform: translateX(-50px);
  opacity: 0;
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 25px solid #ff4337;
}
.page-template-page-about-speaking article.about .current-speeches .arrow-right.slide-right {
  animation: slight-right 0.5s both 0.2s;
}
@media screen and (min-width: 768px) {
  .page-template-page-about-speaking article.about .current-speeches h2 {
    font-size: 32px;
  }
  .page-template-page-about-speaking article.about .current-speeches .description p {
    font-size: 18px;
  }
}
@media screen and (min-width: 1024px) {
  .page-template-page-about-speaking article.about .current-speeches h2 {
    font-size: 65px;
    margin-left: 0;
    margin-right: 0;
  }
  .page-template-page-about-speaking article.about .current-speeches h2 em {
    font-size: 40px;
  }
  .page-template-page-about-speaking article.about .current-speeches .description {
    margin-left: 0;
    margin-right: 0;
  }
  .page-template-page-about-speaking article.about .current-speeches .description p {
    font-size: 24px;
  }
  .page-template-page-about-speaking article.about .current-speeches .description ul > li {
    font-size: 20px;
  }
}
.page-template-page-about-speaking article.about .testimonials {
  background-color: #f4f4f4;
}
.page-template-page-about-speaking article.about .testimonials .quote-carousel__wrapper {
  margin-top: 25px;
  margin-bottom: 25px;
}
.page-template-page-about-speaking article.about .testimonials .quote-carousel__text {
  color: #404040;
  font-size: 17px;
  color: black;
  text-align: left;
  line-height: 23px;
}
@media screen and (max-width: 1024px) {
  .page-template-page-about-speaking article.about .testimonials .quote-carousel__text {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.page-template-page-about-speaking article.about .testimonials .quote-carousel__author {
  font-size: 15px;
  color: black;
  text-align: right;
  margin: inherit auto;
  max-width: 795px;
  padding: 0 26px;
}
.page-template-page-about-speaking article.about .testimonials .quote-carousel__counter {
  color: #8c8c8c;
  padding: 5px 0;
  font-family: din-2014, sans-serif;
  font-weight: 600;
  font-style: italic;
  font-size: 13px;
}
.page-template-page-about-speaking article.about .testimonials .flickity-prev-next-button.next:after {
  background-image: url(../../images/vector-right.png);
  height: 25px;
}
.page-template-page-about-speaking article.about .testimonials .flickity-prev-next-button.previous:after {
  background-image: url(../../images/vector-left.png);
  height: 25px;
}
@media screen and (max-width: 768px) {
  .page-template-page-about-speaking article.about .testimonials .flickity-prev-next-button.next,
  .page-template-page-about-speaking article.about .testimonials .flickity-prev-next-button.previous {
    display: none;
  }
}
.page-template-page-about-speaking article.about .events {
  background-color: #ffffff;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}
.page-template-page-about-speaking article.about .events h2 {
  font-family: "DINNextLTPro-Light", Helvetica, Arial, sans-serif;
  font-size: 65px;
  font-weight: normal;
  line-height: 1.2;
  color: #ff4337;
  text-align: left;
  text-transform: uppercase;
  margin-left: 0;
  margin-right: 0;
  margin-top: 10px;
}
.page-template-page-about-speaking article.about .events h2 em {
  font-size: 40px;
  color: #000000;
  margin-left: 15px;
  text-transform: initial;
}
.page-template-page-about-speaking article.about .events .card {
  background-color: transparent;
  box-shadow: none;
  overflow: hidden;
  margin-right: 10px;
  margin-bottom: 0px;
}
.page-template-page-about-speaking article.about .events .card .card-event {
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px #ddd;
  margin-bottom: 20px;
}
.page-template-page-about-speaking article.about .events .card .card-event .red-tag--small {
  padding: 35px 30px;
  font-size: 30px;
}
.page-template-page-about-speaking article.about .events .card .card-event .red-tag:after {
  border-color: transparent transparent transparent #ff4337;
  transform: translateX(-50px);
  opacity: 0;
}
.page-template-page-about-speaking article.about .events .card .card-event.slide-right .red-tag:after {
  animation: slight-right 0.5s both 0.2s;
}
.page-template-page-about-speaking article.about .events .card .card-event .event-details {
  font-size: 22px;
}
.page-template-page-about-speaking article.about .events .card .card-event .event-details div {
  margin-left: 0;
}
.page-template-page-about-speaking article.about .events .card .card-event .event-details .locale {
  font-weight: bold;
  margin-top: 5px;
}
@media screen and (max-width: 999px) {
  .page-template-page-about-speaking article.about .events .card {
    max-width: none;
    margin: 0;
    margin-right: 10px;
  }
}
.page-template-page-about-speaking article.about .events .view-all a,
.page-template-page-about-speaking article.about .events .watch-speaker-reel a {
  font-family: "open sans";
  font-size: 17px;
  font-style: italic;
  font-weight: 600;
}
.page-template-page-about-speaking article.about .events .watch-speaker-reel {
  margin-top: 20px;
  margin-bottom: 20px;
}
.page-template-page-about-speaking article.about .events .watch-speaker-reel img {
  vertical-align: -35%;
}
.page-template-page-about-speaking article.about .events .action {
  padding-top: 75px;
}
@media screen and (max-width: 640px) {
  .page-template-page-about-speaking article.about .events .card .card-event .event-details {
    font-size: 16px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 999px) {
  .page-template-page-about-speaking article.about .events {
    margin-left: 15px;
    margin-right: 15px;
  }
  .page-template-page-about-speaking article.about .events h2 {
    font-size: 32px;
    margin-bottom: 25px;
  }
  .page-template-page-about-speaking article.about .events h2 em {
    font-size: 20px;
  }
}
.page-template-page-about-speaking article.about .events {
  border-top: none;
}
.page-template-page-about-speaking article.about .events .action {
  display: none;
}
.page-template-page-about-speaking article.about .events:before {
  border-top: none;
}
.page-template-page-about-speaking article.about .events .watch-speaker-reel {
  display: none;
}
.page-template-page-about-speaking article.about .events .view-all {
  display: none;
}
.page-template-page-about-speaking article.about .past-events {
  background-color: #ff4337;
  margin-top: 0;
  margin-bottom: 0;
}
.page-template-page-about-speaking article.about .past-events .container.inner {
  margin-top: 100px;
  margin-bottom: 100px;
}
@media screen and (max-width: 640px) {
  .page-template-page-about-speaking article.about .past-events .container.inner {
    margin-top: 75px;
    margin-bottom: 75px;
  }
}
@media screen and (max-width: 1000px) {
  .page-template-page-about-speaking article.about .past-events .container.inner {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.page-template-page-about-speaking article.about .past-events h4 {
  font-size: 65px;
  font-weight: normal;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 50px;
}
@media screen and (max-width: 640px) {
  .page-template-page-about-speaking article.about .past-events h4 {
    font-size: 48px;
    margin-bottom: 38px;
  }
}
.page-template-page-about-speaking article.about .past-events ul {
  margin-left: 0;
}
.page-template-page-about-speaking article.about .past-events ul > li {
  opacity: 0;
  font-family: "DINNextLTPro-Regular", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #ffffff;
  line-height: 31px;
  list-style: none;
}
@media screen and (max-width: 640px) {
  .page-template-page-about-speaking article.about .past-events ul > li {
    font-size: 14px;
    line-height: 28px;
  }
}
.page-template-page-about-speaking footer {
  margin-top: 0;
}
/* Events Widget */
.about-fabian .events {
  margin-bottom: 40px;
}
.about-fabian .events--consultation {
  margin-bottom: 35px;
}
.about-fabian .events h3 {
  margin: 0;
  padding: 0.6em 1em;
  color: #fff;
  background-color: #ff4337;
  font-size: 1.4em;
  line-height: 1.1;
  text-transform: uppercase;
  font-weight: normal;
  text-align: center;
}
.about-fabian .events .widget {
  margin-bottom: 0;
}
.about-fabian .events table {
  border-collapse: separate;
  border-spacing: 0 2px;
  font-family: "DINNextLTPro-Regular", Helvetica, Arial, sans-serif;
}
.about-fabian .events table .event-date {
  position: relative;
  vertical-align: middle;
  background-color: #f4f4f4;
  color: #ff4337;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  width: 40px;
  height: 65px;
  border-right: 2px solid #fff;
}
.about-fabian .events table .event-date sup {
  display: block;
  top: 0;
  font-size: 14px;
  line-height: 1.2;
}
.about-fabian .events table .event-date:after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -7px;
  right: -14px;
  width: 0;
  height: 0;
  border-color: transparent transparent transparent #f4f4f4;
  border-style: solid;
  border-width: 7px;
}
.about-fabian .events table tr {
  margin-top: 2px;
}
.about-fabian .events table tr:hover {
  cursor: pointer;
}
.about-fabian .events table tr:hover td {
  background-color: #ff4337;
  color: #fff;
}
.about-fabian .events table tr:hover .event-date:before {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: -20px;
  width: 0;
  height: 0;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 10px;
}
.about-fabian .events table tr:hover .event-date:after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -7px;
  right: -14px;
  width: 0;
  height: 0;
  border-color: transparent transparent transparent #ff4337;
  border-style: solid;
  border-width: 7px;
}
.about-fabian .events table .event-title {
  background-color: #fff;
  padding: 2px 15px;
}
#blog-header {
  background-color: #f4f4f4;
  margin-bottom: 30px;
  padding: 30px 0 30px;
  min-width: 960px;
}
#blog-header img {
  position: relative;
  left: -4px;
}
#share-widgets {
  position: relative;
  display: block;
  top: -150px;
}
div.blog hr {
  margin: 30px 0 40px;
  border: 1px solid #ff4337;
}
div.blog .date {
  position: relative;
  font-size: 12px;
  color: #c5c5c5;
  background-color: #f4f4f4;
  padding: 4px 0;
  text-align: center;
}
div.blog .date:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: -12px;
  width: 0;
  height: 0;
  border-color: transparent transparent transparent #f4f4f4;
  border-style: solid;
  border-width: 6px;
}
div.blog .blog-body {
  color: #333;
  font-size: 15px;
}
div.blog .blog-body a {
  text-decoration: none;
  color: #ef493d;
}
div.blog .blog-body a:hover,
div.blog .blog-body a:active {
  text-decoration: none;
}
div.blog .blog-body h1 {
  text-transform: none;
}
div.blog .blog-body h3 {
  font-family: "DINNextLTPro-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 35px;
  color: #ff4337;
  line-height: 1;
  margin: 0 0 20px;
}
div.blog .blog-body img {
  margin: 10px 0;
}
div.blog .blog-body .right {
  background: url(../../images/fabian-arrow-right.png) no-repeat right 3px;
  padding-right: 20px;
  font-size: .964em;
  color: #ff4337;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-style: italic;
}
div.blog .blog-body .comment-count {
  font-weight: bold;
  color: #9d9d9d;
  font-size: .857em;
  margin-top: 20px;
}
div.blog .blog-body .download-white-paper {
  margin: 40px 0 50px;
}
div.blog .blog-body .download-white-paper a {
  text-decoration: underline;
}
div.blog .blog-body .download-white-paper .subscribe-form input {
  height: 23px;
  width: 190px;
  padding: 0 35px 0 3px;
  border: 1px solid #efefef;
}
div.blog .blog-body .download-white-paper .subscribe-form input[type="submit"] {
  position: relative;
  top: 0px;
  left: -34px;
  background: url(../../images/email-submit-but.png) no-repeat 0px 0px;
  border: inset #fff 0px;
  border: outset #fff 0px;
  padding: 0;
  width: 30px;
}
div.blog .blog-body .pull-quote {
  float: right;
  font-family: "DINNextLTPro-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 1.6em;
  line-height: 1.25;
  width: 40%;
  padding: 2px 15px;
}
div.blog .blog-body .pull-quote cite {
  font-family: "DINNextLTPro-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: block;
  margin-top: 0.5em;
  font-size: 0.6em;
  text-align: right;
  text-transform: none;
  font-style: italic;
}
div.blog .blog-body .sumome-share-client-wrapper {
  margin: 30px 0;
}
div.blog .blog-body .sumome-share-client-wrapper div.sumome-share-client .sumome-share-client-share {
  width: 89px;
}
div.blog .blog-body .sumome-share-client-wrapper img {
  margin: 0;
}
div.blog .relevant-content {
  border-top: 1px solid #ef493d;
  border-bottom: 1px solid #ef493d;
  margin: 40px 30px;
  padding: 5px 30px;
}
div.blog .relevant-content h6 {
  font-size: 1em;
  color: #9d9d9d;
  text-transform: uppercase;
  line-height: 1.5em;
}
div.blog .relevant-content .down {
  background: url(../../images/fabian-arrow-right.png) no-repeat right 3px;
  padding-right: 20px;
  font-size: .964em;
  color: #ff4337;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-style: italic;
}
div.blog .categories {
  color: #808080;
  font-size: 12px;
}
div.blog .categories a {
  color: #808080;
  text-decoration: none;
}
div.blog .categories a:hover,
div.blog .categories a:active {
  text-decoration: underline;
}
div.blog .categories .sharethis-icon {
  position: relative;
  top: -2px;
}
div.blog .pre-next {
  font-size: 1em;
  color: #ff4337;
}
div.blog .pre-next .previous-button {
  float: left;
  background: url(../../images/fabian-arrow-left.png) no-repeat left center;
  padding-left: 20px;
}
div.blog .pre-next .next-button {
  float: right;
  background: url(../../images/fabian-arrow-right.png) no-repeat right 3px;
  padding-right: 20px;
}
div.blog #comments {
  margin: 25px 0;
}
div.blog #comments .media-list h4 {
  text-transform: capitalize;
  font-size: 1em;
}
div.blog #comments .media-list .meta-post {
  font-size: .783em;
  color: #9d9d9d;
  text-transform: uppercase;
  font-weight: bold;
}
div.blog #comments .media-list .reply {
  left: -3000px;
}
div.blog #comments #respond h3 {
  font-size: 1.143em;
}
div.blog #comments #respond #reply-title {
  cursor: pointer;
}
div.blog #comments #respond #reply-title:hover,
div.blog #comments #respond #reply-title:active {
  text-decoration: underline;
}
div.blog #comments #respond #commentform {
  display: none;
}
div.blog #comments #respond #commentform .comment-form-author input,
div.blog #comments #respond .comment-form-email input,
div.blog #comments #respond .comment-form-url input,
div.blog #comments #respond .comment-form-comment textarea {
  background: #fff;
}
div.blog #comments #respond .comment-form-comment {
  margin-bottom: 10px;
}
div.blog #comments #respond .form-submit input {
  width: 137px;
  background-image: none;
  background: #ffffff url(../../images/fabian-arrow-right.png) no-repeat 95px 6px;
  padding: 5px 10px 5px 0;
  border-radius: 0px;
  box-shadow: none;
  border-style: solid;
  border-color: #f0f0ef;
  color: #ff4337;
  text-shadow: none;
  text-transform: uppercase;
  font-weight: bold;
}
div.blog #comments #respond .subscribe-to-comments input {
  display: none;
}
div.blog #comments #respond input + label {
  padding: 20px;
  background: url(../../images/form-checkbox-before.png) no-repeat left center;
}
div.blog #comments #respond input:checked + label {
  padding: 20px;
  background: url(../../images/form-checkbox-after.png) no-repeat left center;
}
div.blog .widget_categories li.cat-item-1 {
  display: none;
}
div.blog #comments:before {
  content: '';
  display: block;
  position: relative;
  width: 0;
  height: 15em;
  margin-top: -15em;
}
div.blog a[name=comment-form] {
  position: relative;
  display: block;
  top: -150px;
}
.page-template-page-books h1 {
  margin-bottom: 40px;
}
.page-template-page-books .btt-book-image-container {
  position: relative;
}
.page-template-page-books .btt-book-image-container img {
  position: absolute;
  max-width: 175%;
  top: 5px;
  left: -90px;
}
.page-template-page-books .htlab-book-image-container {
  position: relative;
}
.page-template-page-books .htlab-book-image-container img {
  position: absolute;
  max-width: 175%;
  top: 15px;
  left: -90px;
}
.page-template-page-books .section-book {
  background-color: #f4f4f4;
  padding: 40px 0 40px;
}
.page-template-page-books .section-book .span6 {
  width: 400px;
}
.page-template-page-books .section-book h2,
.page-template-page-books .section-book h3,
.page-template-page-books .section-book h4 {
  font-family: "DINNextLTPro-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  line-height: 1;
}
.page-template-page-books .section-book h2 {
  font-size: 25px;
}
.page-template-page-books .section-book h3 {
  font-size: 16px;
  margin: 40px 0;
}
.page-template-page-books .section-book h4 {
  font-size: 22px;
  margin-bottom: 30px;
}
.page-template-page-books .learn-more,
.page-template-page-books .learn-more-mobile {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin: 50px 0;
  padding: 8px 35px;
  background-color: transparent;
  border: 1px solid #ff4337;
  color: #ff4337;
  text-transform: uppercase;
  font-size: 16px;
}
.page-template-page-books .learn-more:hover,
.page-template-page-books .learn-more-mobile:hover,
.page-template-page-books .learn-more:active,
.page-template-page-books .learn-more-mobile:active {
  color: #fff;
  background-color: #ff4337;
}
.page-template-page-books .learn-more-mobile {
  display: none;
}
@media (max-width: 1000px) {
  .page-template-page-books .container {
    padding-left: 10px;
    padding-right: 10px;
  }
  .page-template-page-books .btt-book-image-container img {
    position: relative;
    left: -15px;
  }
  .page-template-page-books .htlab-book-image-container img {
    position: relative;
    left: -15px;
  }
  .page-template-page-books .learn-more {
    display: none;
  }
  .page-template-page-books .learn-more-mobile {
    display: inline-block;
  }
}
.page-template-page-book-btt .section-title {
  font-family: "DINNextLTPro-Bold", Helvetica, Arial, sans-serif;
  font-size: 60px;
  margin-bottom: 1em;
}
.page-template-page-book-btt .buy-now-block {
  width: 285px;
  position: relative;
}
.page-template-page-book-btt .buy-now-block .btn.signed-copy {
  width: 100%;
  font-family: "DINNextLTPro-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #ed201a;
  background-image: none;
  border-radius: 0;
  text-shadow: none;
  font-size: 16px;
  line-height: 16px;
  font-style: normal;
  text-transform: uppercase;
  padding: 10px 0 9px 0;
}
.page-template-page-book-btt .buy-now-block .free-shipping {
  width: 100%;
  padding: 6px 0px;
  text-align: center;
  font-size: 14px;
  line-height: 1;
  color: #ed201a;
  margin-bottom: 0px;
  font-style: italic;
}
.page-template-page-book-btt .buy-now-block .modal {
  display: none;
  position: absolute;
  top: initial;
  margin-top: -5px;
  border-color: #ed201a;
}
.page-template-page-book-btt .buy-now-block .modal .modal-title {
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  color: #ed201a;
}
.page-template-page-book-btt .buy-now-block .modal .modal-body {
  font-weight: 100;
  font-family: "DINNextLTPro-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-style: normal;
}
@media (max-width: 1000px) {
  .page-template-page-book-btt .container {
    padding-left: 10px;
    padding-right: 10px;
  }
  .page-template-page-book-btt .section-title {
    text-align: center;
    font-size: 42px;
  }
  .page-template-page-book-btt .buy-now-block .modal {
    width: 90%;
    margin-left: 0px;
    left: 5%;
  }
}
#book-btt-top #book-btt-top-top {
  padding-top: 10em;
  background-color: #edeeee;
}
#book-btt-top .book-cover-wrapper {
  position: relative;
}
#book-btt-top .book-btt-cover {
  position: absolute;
  max-width: 155%;
  top: -20px;
  left: -129px;
}
#book-btt-top .section-title {
  white-space: nowrap;
  margin-top: 1.2em;
  margin-bottom: 0.75em;
}
#book-btt-top .section-title .highlight {
  font-style: italic;
  color: #ed201a;
}
#book-btt-top .subtitle {
  font-family: "DINNextLTPro-Medium", Helvetica, Arial, sans-serif;
  font-size: 28px;
  line-height: 1.2;
  margin-bottom: 1em;
}
#book-btt-top #book-btt-top-bottom {
  margin-top: 1.5em;
  margin-bottom: 7em;
  font-family: "DINNextLTPro-Medium", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-style: italic;
  line-height: 1.3;
}
#book-btt-top #book-btt-top-bottom .buy-now-block {
  margin-top: 25px;
}
#book-btt-top #book-btt-top-bottom .vendors {
  margin-top: .5em;
  text-align: center;
  line-height: 3;
}
#book-btt-top #book-btt-top-bottom .vendors img {
  margin-right: 0.65em;
}
#book-btt-top #book-btt-top-bottom .vendors img.down-shift {
  position: relative;
  top: 5px;
}
#book-btt-top #book-btt-top-bottom .vendors img.up-shift {
  position: relative;
  top: -2px;
}
#book-btt-top #book-btt-top-bottom .vendors a:last-child img {
  margin-right: 0;
}
@media (max-width: 1000px) {
  #book-btt-top #book-btt-top-top {
    padding-top: 6em;
  }
  #book-btt-top .book-cover-wrapper {
    text-align: center;
  }
  #book-btt-top .book-btt-cover {
    position: relative;
    max-width: 50%;
    top: 0;
    left: 0;
  }
  #book-btt-top .section-title {
    font-size: 40px;
    margin-top: 0;
    white-space: normal;
  }
  #book-btt-top .buy-now-block {
    margin-left: auto;
    margin-right: auto;
  }
  #book-btt-top #book-btt-top-bottom {
    margin-bottom: 4em;
  }
  #book-btt-top #book-btt-top-bottom .vendors {
    text-align: center;
  }
  #book-btt-top #book-btt-top-bottom .vendors img {
    display: block;
    margin: 30px auto !important;
  }
}
#book-btt-praises2 {
  background-color: #ed201a;
}
#book-btt-praises2 .praises {
  margin: 4em 0;
  height: 300px;
  overflow-y: scroll;
}
#book-btt-praises2 .praises::-webkit-scrollbar {
  width: 1.25em;
}
#book-btt-praises2 .praises::-webkit-scrollbar-track {
  background-color: #fff;
}
#book-btt-praises2 .praises::-webkit-scrollbar-thumb {
  background-color: #111;
}
#book-btt-praises2 .praises p {
  margin: 0 2em 2.5em;
  line-height: 1.5;
  color: #fff;
}
#book-btt-praises2 .praises q {
  display: block;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: 600;
  font-size: 23px;
}
#book-btt-praises2 .praises cite {
  font-size: 1.25em;
  font-weight: bold;
}
#book-btt-praises2 .praises cite b {
  color: #000;
  font-family: "DINNextLTPro-Medium", Helvetica, Arial, sans-serif;
  font-size: 1.65em;
  text-transform: uppercase;
}
#book-btt-about-video {
  height: 529px;
  background: #eeeeee url(../../images/book/btt-about-video-bg.png) center center;
  background-size: cover;
}
#book-btt-about-video #book-btt-play-video {
  width: 300px;
  margin: 210px auto 0;
  padding: 15px 0 10px;
  text-align: center;
  border: 2px solid #ed201a;
  color: #ed201a;
  font-size: 26px;
}
#book-btt-about-video #book-btt-play-video:hover,
#book-btt-about-video #book-btt-play-video:active {
  cursor: pointer;
  color: #fff;
  border-color: #fff;
}
#book-btt-about-video #book-btt-play-video i.fa {
  font-size: 52px;
  margin-top: -6px;
  margin-right: 12px;
  vertical-align: middle;
}
#book-btt-about-video iframe {
  display: none;
}
@media (max-width: 1000px) {
  #book-btt-about-video {
    height: auto;
    max-height: 300px;
  }
  #book-btt-about-video #book-btt-play-video {
    width: 250px;
    margin: 110px auto 0;
    font-size: 20px;
  }
  #book-btt-about-video #book-btt-play-video i.fa {
    font-size: 38px;
  }
  #book-btt-about-video iframe {
    width: 100%;
    height: 300px;
  }
}
#book-btt-preview {
  background-color: #ed201a;
  padding: 6em 0;
}
#book-btt-preview .section-title {
  text-align: center;
}
#book-btt-preview #book-btt-preview-slidehow .carousel-inner .item img {
  margin: 0 auto;
  width: 65%;
}
#book-btt-preview #book-btt-preview-slidehow .carousel-control {
  top: 50%;
  width: 48px;
  height: 48px;
  border: none;
  background: none;
  color: #fff;
  background: url(../../images/book/slide-arrow.png);
  border-radius: 0;
  text-indent: -99999em;
}
#book-btt-preview #book-btt-preview-slidehow .carousel-control.left {
  left: -6px;
  background-position: top left;
  opacity: 1;
}
#book-btt-preview #book-btt-preview-slidehow .carousel-control.left:hover {
  background-position: bottom left;
}
#book-btt-preview #book-btt-preview-slidehow .carousel-control.right {
  right: -6px;
  background-position: top right;
  padding-right: 0;
  opacity: 1;
}
#book-btt-preview #book-btt-preview-slidehow .carousel-control.right:hover {
  background-position: bottom right;
}
@media (max-width: 1000px) {
  #book-btt-preview {
    padding: 3em 0;
  }
}
#book-btt-quotes {
  padding: 6em 0;
}
#book-btt-quotes .quote {
  margin-bottom: 4em;
  padding-right: 2em;
}
#book-btt-quotes .quote .text {
  font-family: "DINNextLTPro-Bold", Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-style: italic;
  line-height: 1.5;
  margin-bottom: 0.75em;
}
#book-btt-quotes .quote .source {
  text-align: right;
  font-size: 18px;
}
#book-btt-quotes .quote .quotes-social-widgets {
  text-align: right;
}
@media (max-width: 1000px) {
  #book-btt-quotes {
    padding: 3em 0;
  }
}
#book-btt-get-copy {
  background-color: #f4f4f4;
  padding: 5em 0;
}
#book-btt-get-copy .buy-now-block {
  margin-top: 15px;
}
#book-btt-get-copy .section-title {
  text-align: center;
}
#book-btt-get-copy .location {
  margin-top: 6em;
}
#book-btt-get-copy .location-group {
  font-family: "DINNextLTPro-Medium", Helvetica, Arial, sans-serif;
  color: #ed201a;
  font-size: 34px;
  padding: 0 0.15em;
  border-left: 4px solid #000;
  border-right: 4px solid #000;
  margin-right: 00;
}
#book-btt-get-copy .vendors img {
  position: relative;
  top: -9px;
}
#book-btt-get-copy .countries {
  column-count: 3;
}
#book-btt-get-copy .countries a {
  display: inline-block;
  color: #000;
  font-size: 20px;
  margin-bottom: 1.2em;
}
@media (max-width: 1000px) {
  #book-btt-get-copy {
    padding: 3em 0;
  }
  #book-btt-get-copy .location {
    text-align: center;
  }
  #book-btt-get-copy .location ul {
    margin-top: 2em;
  }
  #book-btt-get-copy .location-group {
    margin-right: 0;
  }
  #book-btt-get-copy .vendors img {
    display: block;
    margin: 10px auto;
  }
  #book-btt-get-copy .countries {
    margin-top: 2em;
    column-count: 2;
  }
  #book-btt-get-copy .buy-now-block {
    margin-left: auto;
    margin-right: auto;
  }
  #book-btt-get-copy .buy-now-block .modal {
    text-align: left;
  }
}
#book-btt-sketchnotes {
  background-color: #ed201a;
  padding: 6em 0;
}
#book-btt-sketchnotes .section-title {
  text-align: center;
  color: #ffffff;
  margin-bottom: 30px;
}
#book-btt-sketchnotes .description {
  color: #ffffff;
  font-size: 24px;
  font-style: italic;
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.2em;
}
#book-btt-sketchnotes .sketch {
  width: 75%;
  margin: 0px auto;
}
#book-btt-sketchnotes .sketch img {
  width: 100%;
}
#book-btt-sketchnotes .book-btt-pdf-signup {
  width: 75%;
  margin: 0px auto;
  padding: 1.5em 0px;
}
#book-btt-sketchnotes .book-btt-pdf-signup .signup-form input,
#book-btt-sketchnotes .book-btt-pdf-signup .signup-form button {
  display: inline-block;
  font-size: 18px;
  height: 40px;
}
#book-btt-sketchnotes .book-btt-pdf-signup .signup-form input[type="email"] {
  width: 100%;
  margin-bottom: 0;
  border: 2px solid #ed201a;
  padding: 0px 6px;
  border: 2px solid #ffffff;
}
#book-btt-sketchnotes .book-btt-pdf-signup .signup-form .email {
  margin-right: 130px;
}
#book-btt-sketchnotes .book-btt-pdf-signup .signup-form .btn-download {
  float: right;
}
#book-btt-sketchnotes .book-btt-pdf-signup .signup-form .btn-download button {
  background-color: #ed201a;
  border: 2px solid #ffffff;
  color: #ffffff;
  width: 115px;
  padding: 4px 2px;
  height: 44px;
}
#book-btt-sketchnotes .book-btt-pdf-signup .signup-form .related-lists {
  color: #ffffff;
  font-style: italic;
  font-size: 16px;
}
#book-btt-sketchnotes .book-btt-pdf-signup .download {
  text-align: center;
  min-height: 104px;
}
#book-btt-sketchnotes .book-btt-pdf-signup .download .btn.pdf-download {
  position: relative;
  top: 40px;
  width: 75%;
  font-family: "DINNextLTPro-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #ed201a;
  background-image: none;
  border-radius: 0;
  text-shadow: none;
  font-size: 18px;
  line-height: 18px;
  font-style: normal;
  text-transform: uppercase;
  padding: 10px 0 9px 0;
}
#book-btt-sketchnotes .book-btt-pdf-download {
  background: #cccccc url('/wp-content/themes/finien/images/sketchnotes-form-background.jpg') 0 0 no-repeat;
  background-size: 100%;
  width: 75%;
  margin: 0px auto;
  padding: 12em 0px;
}
#book-btt-sketchnotes .book-btt-pdf-download .signup-form {
  width: 65%;
  margin: 0px auto;
}
#book-btt-sketchnotes .book-btt-pdf-download .signup-form input,
#book-btt-sketchnotes .book-btt-pdf-download .signup-form button {
  display: inline-block;
  font-size: 18px;
  height: 40px;
}
#book-btt-sketchnotes .book-btt-pdf-download .signup-form input[type="email"] {
  width: 100%;
  margin-bottom: 0;
  border: 2px solid #ed201a;
  padding: 0px 6px;
}
#book-btt-sketchnotes .book-btt-pdf-download .signup-form .email {
  margin-right: 130px;
}
#book-btt-sketchnotes .book-btt-pdf-download .signup-form .btn-download {
  float: right;
}
#book-btt-sketchnotes .book-btt-pdf-download .signup-form .btn-download button {
  background-color: #ed201a;
  border: 2px solid #ed201a;
  color: #ffffff;
  width: 115px;
  padding: 4px 2px;
  height: 44px;
}
#book-btt-sketchnotes .book-btt-pdf-download .signup-form .related-lists {
  color: #666666;
  font-style: italic;
  font-size: 16px;
}
#book-btt-sketchnotes .book-btt-pdf-download .download {
  text-align: center;
  min-height: 104px;
}
#book-btt-sketchnotes .book-btt-pdf-download .download .btn.pdf-download {
  position: relative;
  top: 40px;
  width: 75%;
  font-family: "DINNextLTPro-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #ed201a;
  background-image: none;
  border-radius: 0;
  text-shadow: none;
  font-size: 18px;
  line-height: 18px;
  font-style: normal;
  text-transform: uppercase;
  padding: 10px 0 9px 0;
}
#book-btt-sketchnotes .nav {
  text-align: center;
  padding-top: 15px;
}
#book-btt-sketchnotes .nav .btn.back {
  background-color: #ed201a;
  background-image: none;
  display: inline-block;
  margin-top: 10px;
  padding: 13px 13px 10px;
  font-family: "DINNextLTPro-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 21px;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 0;
}
@media (max-width: 1000px) {
  #book-btt-sketchnotes {
    /*.book-btt-pdf-signup {
        width: auto;
        padding: 8em 0px;
        .signup-form {
          width: 90%;
          max-width: 500px;
        }
      }*/
  
  }
  #book-btt-sketchnotes {
    padding: 3em 0;
  }
}
#book-btt-around-globe {
  margin: 4em 0;
}
#book-btt-around-globe .carousel-control {
  background: none;
  border: none;
  top: 50%;
  left: 0;
  font-size: 80px;
  opacity: 1;
  text-shadow: 0 0 10px #999;
}
#book-btt-around-globe .carousel-control:hover,
#book-btt-around-globe .carousel-control:active {
  color: #f3f3f3;
}
#book-btt-around-globe .carousel-control.right {
  left: auto;
  right: 0;
}
#book-btt-around-globe .section-title {
  text-align: center;
  margin-bottom: 20px;
}
#book-btt-around-globe h3 {
  text-align: center;
  font-size: 2em;
  margin-bottom: 40px;
}
#book-btt-around-globe .around-img {
  position: relative;
  width: 33.33%;
  float: left;
}
#book-btt-around-globe .around-img .caption {
  position: absolute;
  z-index: -1;
  bottom: 0;
  width: 100%;
  padding: 0.5em 0;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  background-color: #ef483e;
  opacity: 0.85;
}
#book-btt-around-globe .around-img .caption img {
  margin-left: 1em;
  margin-right: 0.5em;
}
#book-btt-around-globe .around-img:hover .caption {
  z-index: 1;
}
#book-btt-contact {
  margin: 5em 0;
}
#book-btt-contact .contact {
  background-color: #ed201a;
  text-align: center;
  padding: 2em 1em;
}
#book-btt-contact .contact h2 {
  font-family: "DINNextLTPro-Bold", Helvetica, Arial, sans-serif;
  color: #fff;
  font-size: 34px;
}
#book-btt-contact .contact a {
  display: inline-block;
  margin-top: 10px;
  padding: 13px 13px 10px;
  font-family: "DINNextLTPro-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 21px;
  color: #fff;
  border: 2px solid #fff;
}
#book-btt-contact .contact a:hover,
#book-btt-contact .contact a:active {
  color: #ed201a;
  background-color: #fff;
}
#book-btt-contact .foreign-rights {
  padding: 6px 0px;
  text-align: center;
  font-size: 14px;
  font-style: italic;
  font-weight: normal;
}
@media (max-width: 1000px) {
  #book-btt-contact {
    margin-bottom: 2em;
  }
  #book-btt-contact .contact {
    margin-bottom: 3em;
  }
  #book-btt-contact .contact.foreign {
    margin-bottom: 0;
  }
}
#book-btt-reviews {
  background-color: #f4f4f4;
  padding-top: 8em;
  padding-bottom: 8em;
}
#book-btt-reviews .section-title {
  text-align: center;
}
#book-btt-reviews .quote-wrapper {
  color: #ed201a;
  background-color: #fff;
  padding-top: 8em;
  padding-bottom: 2em;
}
#book-btt-reviews .quote {
  position: relative;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 21px;
  font-style: italic;
  font-weight: 300;
  line-height: 1.4;
  border-left-width: 2px;
  border-left-style: solid;
  padding-left: 1em;
  padding-right: 1em;
  margin-left: 4em;
  margin-bottom: 4em;
}
#book-btt-reviews .quote:before {
  content: '\201C';
  position: absolute;
  top: 50%;
  transform: translate(0, -40%);
  left: -60px;
  font-size: 75px;
  font-style: normal;
  line-height: 1;
  font-family: "Archivo Black", sans-serif;
}
#book-btt-reviews .quoted {
  text-align: right;
  font-size: 0.62em;
  font-weight: normal;
  font-style: normal;
  margin-top: 1.5em;
  margin-bottom: 0;
}
#book-btt-reviews #view-more-quotes {
  display: block;
  text-align: center;
  font-size: 16px;
  color: #666;
}
#book-btt-reviews #view-more-quotes:hover,
#book-btt-reviews #view-more-quotes:active {
  color: #aaa;
}
@media (max-width: 1000px) {
  #book-btt-reviews {
    padding-top: 4em;
    padding-bottom: 4em;
  }
  #book-btt-reviews .quote-wrapper {
    padding-top: 4em;
  }
  #book-btt-reviews .quote-wrapper .quote {
    margin-left: 10px;
  }
  #book-btt-reviews .quote-wrapper .quote:before {
    display: none;
  }
}
#book-btt-tour-contact {
  padding-top: 1em;
  padding-bottom: 1em;
  background-color: #111;
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  line-height: 1.5;
}
#book-btt-tour-contact a {
  color: #fff;
  border: 2px solid #fff;
  font-size: 0.8em;
  padding: 6px 16px;
  margin-left: 1em;
}
#book-btt-tour-contact a:hover,
#book-btt-tour-contact a:active {
  color: #111;
  background-color: #fff;
}
#book-btt-about-author {
  padding-top: 6em;
}
#book-btt-about-author .section-title {
  text-align: center;
}
#book-btt-about-author .fabian-picture {
  float: left;
  margin-right: 2em;
  margin-top: 0.5em;
  margin-bottom: 1em;
}
#book-btt-about-author .fabian-picture a {
  display: block;
  color: #ed201a;
  font-size: 21px;
  border: 2px solid #ed201a;
  text-align: center;
  padding: 1em 0 0.75em;
  margin-top: 1em;
  margin-bottom: 1em;
}
#book-btt-about-author .fabian-picture a:hover,
#book-btt-about-author .fabian-picture a:active {
  color: #fff;
  background-color: #ed201a;
}
#book-btt-about-author .fabian-profile {
  font-size: 20px;
  line-height: 1.5;
}
#book-btt-about-author .fabian-profile .name {
  font-family: "DINNextLTPro-Medium", Helvetica, Arial, sans-serif;
  font-size: 25px;
  color: #ed201a;
}
#book-btt-about-author .featured-in {
  margin-top: 4em;
  text-align: center;
}
#book-btt-about-author .featured-in h3 {
  font-size: 15px;
  font-weight: normal;
}
#book-btt-about-author .featured-in img {
  display: inline-block;
  margin: 0 1.5em;
}
#book-btt-about-author .featured-in img.down-shift {
  position: relative;
  top: 3px;
}
@media (max-width: 1000px) {
  #book-btt-about-author .featured-in img {
    display: block;
    margin: 15px auto;
  }
}
#book-btt-speaking {
  margin-top: 4em;
}
#book-btt-speaking #book-btt-play-speaking-video {
  position: relative;
  height: 258px;
  background: #eeeeee url(../../images/book/btt-speaking-video-bg.png) center center no-repeat;
}
#book-btt-speaking #book-btt-play-speaking-video img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#book-btt-speaking #book-btt-play-speaking-video img:hover {
  cursor: pointer;
  filter: opacity(50%);
}
#book-btt-speaking #book-btt-play-speaking-video iframe {
  display: none;
}
#book-btt-speaking .description {
  margin-top: 1.2em;
  font-size: 20px;
}
#book-btt-speaking .description .subtitle {
  font-size: 1.25em;
}
#book-btt-speaking .description a {
  font-style: italic;
}
#book-btt-speaking .description a:hover,
#book-btt-speaking .description a:active {
  text-decoration: underline;
}
#book-btt-speaking #book-btt-workshops {
  min-height: 258px;
  background: #f4f4f4 url(../../images/book/btt-speaking-workshop-resonaid.png) center center no-repeat;
  background-size: 90%;
}
@media (max-width: 1000px) {
  #book-btt-speaking .span6 {
    margin-bottom: 4em;
  }
  #book-btt-speaking iframe {
    width: 100%;
  }
}
#book-btt-newsletter {
  margin-top: 4em;
}
#book-btt-newsletter .book-btt-signup {
  position: relative;
  display: table;
  width: 100%;
  min-height: 137px;
  background-color: #ed201a;
}
#book-btt-newsletter .book-btt-signup .signup-form {
  position: relative;
  display: table-cell;
  width: 50%;
  margin: 0;
  padding: 20px;
}
#book-btt-newsletter .book-btt-signup .signup-form:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: -30px;
  width: 0;
  height: 0;
  border-color: transparent transparent transparent #ed201a;
  border-style: solid;
  border-width: 15px;
}
#book-btt-newsletter .book-btt-signup .signup-form .prompt {
  font-family: "DINNextLTPro-Medium", Helvetica, Arial, sans-serif;
  font-size: 20px;
  color: #fff;
}
#book-btt-newsletter .book-btt-signup .signup-form .prompt .highlight {
  font-family: "DINNextLTPro-Bold", Helvetica, Arial, sans-serif;
  font-size: 1.25em;
}
#book-btt-newsletter .book-btt-signup .signup-form form {
  margin-top: 1em;
}
#book-btt-newsletter .book-btt-signup .signup-form form input[type=text],
#book-btt-newsletter .book-btt-signup .signup-form form input[type=email] {
  vertical-align: top;
  margin: 0;
  padding: 0 6px;
  height: 40px;
  width: 65%;
  border: none;
  background-color: #fff;
  font-size: 20px;
}
#book-btt-newsletter .book-btt-signup .signup-form form input[type=submit],
#book-btt-newsletter .book-btt-signup .signup-form form button {
  vertical-align: top;
  margin: 0 4px;
  padding: 0 20px;
  height: 40px;
  border: 2px solid #fff;
  color: #fff;
  background-color: #f1002d;
  font-size: 20px;
  font-weight: bold;
}
#book-btt-newsletter .book-btt-signup .signup-form form input[type=submit]:hover,
#book-btt-newsletter .book-btt-signup .signup-form form button:hover {
  color: #f1002d;
  background-color: #fff;
}
#book-btt-newsletter .brand-post {
  display: table-cell;
  width: 50%;
  background: #f4f4f4 url(../../images/book/btt-newsletter-brand-post.png) center center no-repeat;
  background-size: 100%;
}
@media (max-width: 1000px) {
  #book-btt-newsletter .book-btt-signup .signup-form {
    display: block;
    width: auto;
    padding: 10px;
  }
  #book-btt-newsletter .book-btt-signup .signup-form:after {
    top: auto;
    right: auto;
    left: 50%;
    bottom: -28px;
    transform: translate(-50%, 0);
    border-color: #ef0025 transparent transparent transparent;
  }
  #book-btt-newsletter .book-btt-signup .signup-form form input[type=text] {
    width: 50%;
  }
  #book-btt-newsletter .book-btt-signup .signup-form form input[type=submit] {
    vertical-align: top;
    margin: 0 4px;
    padding: 0 10px;
    height: 40px;
  }
  #book-btt-newsletter .book-btt-signup .brand-post {
    display: block;
    width: auto;
    min-height: 150px;
  }
}
#book-btt-also-by-fabian {
  position: relative;
  margin-top: 14em;
  padding-bottom: 4em;
  background-color: #e6e7e8;
}
#book-btt-also-by-fabian .section-title {
  margin-top: 1.5em;
  margin-bottom: 1em;
}
#book-btt-also-by-fabian .book-cover-wrapper {
  position: relative;
}
#book-btt-also-by-fabian .book-cover-wrapper .book-btt-htlab-cover {
  position: absolute;
  max-width: 250%;
  top: -118px;
  left: -165px;
}
#book-btt-also-by-fabian .book-cover-wrapper a {
  position: absolute;
  color: #ed201a;
  font-size: 21px;
  border: 2px solid #ed201a;
  text-align: center;
  padding: 1em 0 0.75em;
  top: 360px;
  width: 250px;
}
#book-btt-also-by-fabian .book-cover-wrapper a:hover,
#book-btt-also-by-fabian .book-cover-wrapper a:active {
  color: #fff;
  background-color: #ed201a;
}
#book-btt-also-by-fabian .description {
  font-size: 20px;
  line-height: 1.5;
}
#book-btt-also-by-fabian .description .highlight {
  font-family: "DINNextLTPro-Medium", Helvetica, Arial, sans-serif;
  color: #ed201a;
  font-size: 1.25em;
}
@media (max-width: 1000px) {
  #book-btt-also-by-fabian {
    margin-top: 6em;
  }
  #book-btt-also-by-fabian .book-cover-wrapper {
    text-align: center;
    padding-top: 2em;
  }
  #book-btt-also-by-fabian .book-cover-wrapper .book-btt-htlab-cover {
    position: relative;
    max-width: 50%;
    top: 0;
    left: 0;
  }
  #book-btt-also-by-fabian .book-cover-wrapper a {
    position: relative;
    top: 0;
    padding: 0.5em 1em;
  }
}
#book-btt-footer {
  background-color: #ed201a;
  padding: 1.5em 0;
  color: #fff;
  font-family: "DINNextLTPro-Regular", Helvetica, Arial, sans-serif;
  font-size: 17px;
}
.page-template-page-book-btt footer {
  margin-top: 0;
}
.page-template-page-book-lab .section-title {
  font-family: "DINNextLTPro-Light", Helvetica, Arial, sans-serif;
  font-size: 44px;
  margin-bottom: 1em;
  color: #ff4337;
}
.page-template-page-book-lab .fabian-profile .name,
.page-template-page-book-lab .description .highlight,
.page-template-page-book-lab .quote-wrapper {
  color: #ff4337 !important;
}
.page-template-page-book-lab .buy-now-block {
  width: 285px;
  position: relative;
}
.page-template-page-book-lab .buy-now-block .btn.signed-copy {
  width: 100%;
  font-family: "DINNextLTPro-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #ff4337;
  background-image: none;
  border-radius: 0;
  text-shadow: none;
  font-size: 16px;
  line-height: 16px;
  font-style: normal;
  text-transform: uppercase;
  padding: 10px 0 9px 0;
}
.page-template-page-book-lab .buy-now-block .free-shipping {
  width: 100%;
  padding: 6px 0px;
  text-align: center;
  font-size: 14px;
  line-height: 1;
  color: #ff4337;
  margin-bottom: 0px;
  font-style: italic;
}
.page-template-page-book-lab .buy-now-block .modal {
  display: none;
  position: absolute;
  top: initial;
  margin-top: -5px;
  border-color: #ff4337;
}
.page-template-page-book-lab .buy-now-block .modal .modal-title {
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  color: #ff4337;
}
.page-template-page-book-lab .buy-now-block .modal .modal-body {
  font-weight: 100;
  font-family: "DINNextLTPro-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-style: normal;
}
.page-template-page-book-lab .buy-now-block {
  width: inherit;
}
@media (max-width: 1000px) {
  .page-template-page-book-lab .container {
    padding-left: 10px;
    padding-right: 10px;
  }
  .page-template-page-book-lab .section-title {
    text-align: center;
    font-size: 42px;
  }
  .page-template-page-book-lab .buy-now-block .btn.signed-copy {
    width: 50%;
    max-width: 225px;
  }
  .page-template-page-book-lab .buy-now-block .row.book-buttons > div {
    text-align: center;
  }
  .page-template-page-book-lab .buy-now-block .modal {
    width: 90%;
    margin-left: 0px;
    left: 5%;
  }
}
#book-lab-top #book-lab-top-top {
  padding-top: 10em;
  background-color: #edeeee;
}
#book-lab-top .book-cover-wrapper {
  position: relative;
}
#book-lab-top .book-lab-cover {
  position: absolute;
  max-width: 220%;
  top: -5px;
  left: -230px;
}
#book-lab-top .section-title {
  white-space: nowrap;
  margin-top: 1.2em;
  margin-bottom: 0.75em;
}
#book-lab-top .section-title .highlight {
  font-style: italic;
  color: #ee0024;
}
#book-lab-top .subtitle {
  font-family: "DINNextLTPro-Medium", Helvetica, Arial, sans-serif;
  font-size: 28px;
  line-height: 1.2;
  margin-bottom: 1em;
}
#book-lab-top #book-lab-top-bottom {
  margin-top: 1.5em;
  margin-bottom: 7em;
  font-family: "DINNextLTPro-Medium", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-style: italic;
  line-height: 1.3;
}
#book-lab-top #book-lab-top-bottom .vendors {
  position: relative;
  margin-top: 0.5em;
  white-space: nowrap;
}
#book-lab-top #book-lab-top-bottom .vendors img {
  margin-right: 1em;
}
#book-lab-top #book-lab-top-bottom .vendors img.down-shift {
  position: relative;
  top: 5px;
}
#book-lab-top #book-lab-top-bottom .vendors img.up-shift {
  position: relative;
  top: -2px;
}
#book-lab-top #book-lab-top-bottom .vendors a:last-child img {
  margin-right: 0;
}
@media (max-width: 1000px) {
  #book-lab-top #book-lab-top-bottom .buy-now-block .btn.signed-copy {
    margin-top: 10px;
  }
}
@media (max-width: 1000px) {
  #book-lab-top #book-lab-top-top {
    padding-top: 6em;
  }
  #book-lab-top .book-cover-wrapper {
    text-align: center;
  }
  #book-lab-top .book-lab-cover {
    position: relative;
    max-width: 50%;
    top: 0;
    left: 0;
  }
  #book-lab-top .section-title {
    font-size: 40px;
    margin-top: 0;
    white-space: normal;
  }
  #book-lab-top #book-lab-top-bottom {
    margin-bottom: 4em;
  }
  #book-lab-top #book-lab-top-bottom .vendors {
    text-align: center;
  }
  #book-lab-top #book-lab-top-bottom .vendors img {
    display: block;
    margin: 30px auto !important;
  }
}
#book-lab-praises {
  color: #ff4337;
}
#book-lab-praises .quote {
  position: relative;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 21px;
  font-style: italic;
  font-weight: 300;
  line-height: 1.5;
  border-left-width: 2px;
  border-left-style: solid;
  padding-left: 2em;
  margin-left: 100px;
}
#book-lab-praises .quote:before {
  content: '\201C';
  position: absolute;
  top: 50%;
  transform: translate(0, -40%);
  left: -86px;
  font-size: 75px;
  font-style: normal;
  line-height: 1;
  font-family: "Archivo Black", sans-serif;
}
#book-lab-praises .quoted-name {
  text-align: right;
  font-family: "DINNextLTPro-Medium", Helvetica, Arial, sans-serif;
  font-style: italic;
  margin-bottom: 0;
}
#book-lab-praises .quoted-company {
  font-family: "DINNextLTPro-Bold", Helvetica, Arial, sans-serif;
  text-align: right;
}
#book-lab-praises #quote-slideshow {
  position: relative;
  min-height: 200px;
}
#book-lab-praises #quote-slideshow .slide {
  position: absolute;
}
@media (max-width: 1000px) {
  #book-lab-praises .quote {
    margin-left: 10px;
    padding-left: 10px;
  }
  #book-lab-praises .quote:before {
    display: none;
  }
  #book-lab-praises #quote-slideshow {
    min-height: 400px;
  }
  #book-lab-praises #quote-slideshow .slide {
    right: 10px;
  }
}
#book-lab-about-video {
  margin-top: 4em;
  background-size: cover;
  background-color: #eeeeee;
}
#book-lab-about-video .container {
  height: 529px;
  background: #eeeeee url(../../images/book/lab-about-video-bg.png) center center;
}
#book-lab-about-video #book-lab-play-video {
  width: 300px;
  margin: 210px auto 0;
  padding: 15px 0 10px;
  text-align: center;
  border: 2px solid #ff4337;
  color: #ff4337;
  font-size: 26px;
}
#book-lab-about-video #book-lab-play-video:hover,
#book-lab-about-video #book-lab-play-video:active {
  cursor: pointer;
  color: #fff;
  border-color: #fff;
}
#book-lab-about-video #book-lab-play-video i.fa {
  font-size: 52px;
  margin-top: -6px;
  margin-right: 12px;
  vertical-align: middle;
}
#book-lab-about-video iframe {
  display: none;
}
@media (max-width: 1000px) {
  #book-lab-about-video {
    height: auto;
    max-height: 300px;
  }
  #book-lab-about-video #book-lab-play-video {
    width: 250px;
    margin: 110px auto 0;
    font-size: 20px;
  }
  #book-lab-about-video #book-lab-play-video i.fa {
    font-size: 38px;
  }
  #book-lab-about-video iframe {
    width: 100%;
    height: 300px;
  }
}
#book-lab-preview {
  background-color: #ff4337;
  padding: 6em 0;
}
#book-lab-preview .section-title {
  text-align: center;
  color: #fff;
}
#book-lab-preview #book-lab-preview-slidehow .carousel-inner .item img {
  margin: 0 auto;
  width: 65%;
}
#book-lab-preview #book-lab-preview-slidehow .carousel-control {
  top: 50%;
  width: 48px;
  height: 48px;
  border: none;
  background: none;
  color: #fff;
  background: url(../../images/book/slide-arrow.png);
  border-radius: 0;
  text-indent: -99999em;
}
#book-lab-preview #book-lab-preview-slidehow .carousel-control.left {
  left: -6px;
  background-position: top left;
  opacity: 1;
}
#book-lab-preview #book-lab-preview-slidehow .carousel-control.left:hover {
  background-position: bottom left;
}
#book-lab-preview #book-lab-preview-slidehow .carousel-control.right {
  right: -6px;
  background-position: top right;
  padding-right: 0;
  opacity: 1;
}
#book-lab-preview #book-lab-preview-slidehow .carousel-control.right:hover {
  background-position: bottom right;
}
@media (max-width: 1000px) {
  #book-lab-preview {
    padding: 3em 0;
  }
}
#book-lab-quotes {
  padding: 6em 0;
}
#book-lab-quotes .section-title {
  text-align: center;
}
#book-lab-quotes .quote {
  margin-bottom: 4em;
  padding-right: 2em;
}
#book-lab-quotes .quote .text {
  font-family: "DINNextLTPro-Bold", Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-style: italic;
  line-height: 1.5;
  margin-bottom: 0.75em;
}
#book-lab-quotes .quote .source {
  text-align: right;
  font-size: 18px;
}
#book-lab-quotes .quote .quotes-social-widgets {
  text-align: right;
}
@media (max-width: 1000px) {
  #book-lab-quotes {
    padding: 3em 0;
  }
}
#book-lab-get-copy {
  background-color: #f4f4f4;
  padding: 5em 0;
}
#book-lab-get-copy .section-title {
  text-align: center;
}
#book-lab-get-copy .buy-now-block {
  width: 228px;
}
#book-lab-get-copy .buy-now-block .btn.signed-copy {
  margin-top: 10px;
}
#book-lab-get-copy .location {
  margin-top: 3em;
}
#book-lab-get-copy .location .location:first-child {
  margin-top: 0;
}
#book-lab-get-copy .location .location-group {
  font-family: "DINNextLTPro-Light", Helvetica, Arial, sans-serif;
  color: #ff4337;
  font-size: 34px;
  padding: 0;
  margin-bottom: 0.5em;
}
#book-lab-get-copy .location.location.audible img {
  position: relative;
  top: -15px;
}
#book-lab-get-copy .vendors {
  margin-top: 0;
  /*img {
      position: relative;
      top: -9px;
    }*/

}
#book-lab-get-copy .countries {
  column-count: 3;
}
#book-lab-get-copy .countries a {
  display: inline-block;
  color: #000;
  font-size: 20px;
  margin-bottom: 1.2em;
}
@media (max-width: 1000px) {
  #book-lab-get-copy {
    padding: 3em 0;
  }
  #book-lab-get-copy .location {
    text-align: center;
  }
  #book-lab-get-copy .location ul {
    margin-top: 2em;
  }
  #book-lab-get-copy .location-group {
    margin-right: 0;
  }
  #book-lab-get-copy .vendors img {
    display: block;
    margin: 10px auto;
  }
  #book-lab-get-copy .countries {
    margin-top: 2em;
    column-count: 2;
  }
  #book-lab-get-copy .buy-now-block {
    width: inherit;
  }
  #book-lab-get-copy .buy-now-block .btn.signed-copy {
    margin-top: 10px;
  }
  #book-lab-get-copy .buy-now-block .modal {
    text-align: left;
  }
  #book-lab-get-copy .location .location:first-child {
    margin-top: 3em;
  }
}
#book-lab-contact {
  margin: 5em 0;
}
#book-lab-contact .contact {
  background-color: #ff4337;
  text-align: center;
  padding: 2em 1em;
}
#book-lab-contact .contact h2 {
  font-family: "DINNextLTPro-Regular", Helvetica, Arial, sans-serif;
  color: #fff;
  font-size: 34px;
}
#book-lab-contact .contact a {
  display: inline-block;
  margin-top: 10px;
  padding: 13px 13px 10px;
  font-family: "DINNextLTPro-Regular", Helvetica, Arial, sans-serif;
  font-size: 21px;
  color: #fff;
  border: 2px solid #fff;
}
#book-lab-contact .contact a:hover,
#book-lab-contact .contact a:active {
  color: #ff4337;
  background-color: #fff;
}
#book-lab-contact .foreign-rights {
  padding: 6px 0px;
  text-align: center;
  font-size: 14px;
  font-style: italic;
  font-weight: normal;
}
@media (max-width: 1000px) {
  #book-lab-contact {
    margin-bottom: 2em;
  }
  #book-lab-contact .contact {
    margin-bottom: 3em;
  }
  #book-lab-contact .contact.foreign {
    margin-bottom: 0;
  }
}
#book-lab-format {
  padding-top: 1em;
  padding-bottom: 1em;
  background-color: #ff4337;
  font-family: "DINNextLTPro-Regular", Helvetica, Arial, sans-serif;
  font-size: 26px;
  color: #fff;
}
#book-lab-format .section-title {
  display: inline-block;
  color: #fff;
  font-family: "DINNextLTPro-Light", Helvetica, Arial, sans-serif;
  font-size: 26px;
  margin: 0;
}
#book-lab-format a {
  font-family: "DINNextLTPro-Regular", Helvetica, Arial, sans-serif;
  font-size: 26px;
  color: #fff;
  margin-left: 0.25em;
  margin-right: 0.25em;
  line-height: 1.2;
}
#book-lab-format a:hover,
#book-lab-format a:active {
  text-decoration: underline;
}
#book-lab-newsletter {
  margin-top: 4em;
}
#book-lab-newsletter .book-lab-signup {
  position: relative;
  display: table;
  width: 100%;
  min-height: 137px;
  background-color: #ff4337;
}
#book-lab-newsletter .book-lab-signup .signup-form {
  position: relative;
  display: table-cell;
  width: 50%;
  margin: 0;
  padding: 20px;
}
#book-lab-newsletter .book-lab-signup .signup-form:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: -30px;
  width: 0;
  height: 0;
  border-color: transparent transparent transparent #ff4337;
  border-style: solid;
  border-width: 15px;
}
#book-lab-newsletter .book-lab-signup .signup-form .prompt {
  font-family: "DINNextLTPro-Medium", Helvetica, Arial, sans-serif;
  font-size: 20px;
  color: #fff;
}
#book-lab-newsletter .book-lab-signup .signup-form .prompt .highlight {
  font-family: "DINNextLTPro-Bold", Helvetica, Arial, sans-serif;
  font-size: 1.25em;
}
#book-lab-newsletter .book-lab-signup .signup-form form {
  margin-top: 1em;
}
#book-lab-newsletter .book-lab-signup .signup-form form input[type=text],
#book-lab-newsletter .book-lab-signup .signup-form form input[type=email] {
  vertical-align: top;
  margin: 0;
  padding: 0 6px;
  height: 40px;
  width: 65%;
  border: none;
  background-color: #fff;
  font-size: 20px;
}
#book-lab-newsletter .book-lab-signup .signup-form form input[type=submit],
#book-lab-newsletter .book-lab-signup .signup-form form button {
  vertical-align: top;
  margin: 0 4px;
  padding: 0 20px;
  height: 40px;
  border: 2px solid #fff;
  color: #fff;
  background-color: #ff4337;
  font-size: 20px;
  font-weight: bold;
}
#book-lab-newsletter .book-lab-signup .signup-form form input[type=submit]:hover,
#book-lab-newsletter .book-lab-signup .signup-form form button:hover {
  color: #ff4337;
  background-color: #fff;
}
#book-lab-newsletter .brand-post {
  display: table-cell;
  width: 50%;
  background: #f4f4f4 url(../../images/book/btt-newsletter-brand-post.png) center center no-repeat;
  background-size: 100%;
}
@media (max-width: 1000px) {
  #book-lab-newsletter .book-lab-signup .signup-form {
    display: block;
    width: auto;
    padding: 10px;
  }
  #book-lab-newsletter .book-lab-signup .signup-form:after {
    top: auto;
    right: auto;
    left: 50%;
    bottom: -28px;
    transform: translate(-50%, 0);
    border-color: #ff4337 transparent transparent transparent;
  }
  #book-lab-newsletter .book-lab-signup .signup-form form input[type=text] {
    width: 50%;
  }
  #book-lab-newsletter .book-lab-signup .signup-form form input[type=submit] {
    vertical-align: top;
    margin: 0 4px;
    padding: 0 10px;
    height: 40px;
  }
  #book-lab-newsletter .book-lab-signup .brand-post {
    display: block;
    width: auto;
    min-height: 150px;
  }
}
#book-lab-also-by-fabian {
  position: relative;
  margin-top: 14em;
  padding-bottom: 8em;
  background-color: #e6e7e8;
}
#book-lab-also-by-fabian .section-title {
  margin-top: 1.5em;
  margin-bottom: 1em;
}
#book-lab-also-by-fabian .book-cover-wrapper {
  position: relative;
}
#book-lab-also-by-fabian .book-cover-wrapper .book-lab-btt-cover {
  position: absolute;
  max-width: 250%;
  top: -118px;
  left: -165px;
}
#book-lab-also-by-fabian .book-cover-wrapper a {
  position: absolute;
  color: #ff4337;
  font-size: 21px;
  border: 2px solid #ff4337;
  text-align: center;
  padding: 1em 0 0.75em;
  top: 360px;
  width: 250px;
}
#book-lab-also-by-fabian .book-cover-wrapper a:hover,
#book-lab-also-by-fabian .book-cover-wrapper a:active {
  color: #fff;
  background-color: #ff4337;
}
#book-lab-also-by-fabian .description {
  font-size: 20px;
  line-height: 1.5;
}
#book-lab-also-by-fabian .description .highlight {
  font-family: "DINNextLTPro-Regular", Helvetica, Arial, sans-serif;
  color: #ed201a;
  font-size: 1.25em;
}
@media (max-width: 1000px) {
  #book-lab-also-by-fabian {
    margin-top: 6em;
  }
  #book-lab-also-by-fabian .book-cover-wrapper {
    text-align: center;
    padding-top: 2em;
  }
  #book-lab-also-by-fabian .book-cover-wrapper .book-lab-btt-cover {
    position: relative;
    max-width: 50%;
    top: 0;
    left: 0;
  }
  #book-lab-also-by-fabian .book-cover-wrapper a {
    position: relative;
    top: 0;
    padding: 0.5em 1em;
  }
}
.page-template-page-book-lab footer {
  margin-top: 0;
}
.page-template-page-expertise footer {
  margin-top: 0;
}
article.home-expertise {
  overflow-x: hidden;
}
article.home-expertise section {
  margin-top: 100px;
  margin-bottom: 100px;
}
@media screen and (max-width: 640px) {
  article.home-expertise section {
    margin-top: 75px;
    margin-bottom: 75px;
  }
}
article.home-expertise a {
  font-style: unset;
  font-family: "DINNextLTPro-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
}
article.home-expertise .brand-icon {
  margin: 0 auto 50px;
}
article.home-expertise h1 {
  text-align: center;
  margin-bottom: 38px;
}
article.home-expertise .description {
  margin-top: 42px;
}
article.home-expertise .description p {
  font-size: 20px;
  line-height: 36px;
  margin: 0 10px 50px 10px;
}
article.home-expertise .custom-breadcrumb {
  font-size: 18px;
  font-family: "DINNextLTPro-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #808080;
}
article.home-expertise .custom-breadcrumb span {
  color: #ff4337;
}
article.home-expertise .brand-engage {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #ff4337;
  color: #ffffff;
  height: 500px;
  height: 100vh;
}
article.home-expertise .brand-engage h2 {
  font-size: 27px;
  font-style: italic;
  text-align: center;
  margin: 0;
}
article.home-expertise .brand-engage h3 {
  opacity: 0;
  text-align: center;
  line-height: 1;
  margin: 0;
}
article.home-expertise .brand-engage h3 a {
  color: #ffffff;
  font-size: 32px;
  font-weight: 400;
  border-bottom: 2px solid #ffffff;
  display: inline-block;
  text-transform: uppercase;
  margin-bottom: 5px;
}
article.home-expertise .brand-engage h3 a:hover {
  border-bottom-color: transparent;
}
article.home-expertise .brand-engage h3 em {
  font-size: 35px;
}
article.home-expertise .brand-engage h3.fade-in {
  animation: fade-in 3s ease both;
}
@media screen and (min-width: 768px) {
  article.home-expertise .brand-engage {
    height: 1000px;
    height: 100vh;
  }
  article.home-expertise .brand-engage h2 {
    font-size: 41px;
  }
  article.home-expertise .brand-engage h3 {
    font-size: 48px;
  }
}
@media screen and (min-width: 1024px) {
  article.home-expertise .brand-engage {
    height: 1000px;
    height: 100vh;
  }
  article.home-expertise .brand-engage h2 {
    font-size: 55px;
  }
  article.home-expertise .brand-engage h3 > a {
    font-size: 65px;
  }
}
article.home-expertise .brand-package h2 {
  font-family: "DINNextLTPro-Light", Helvetica, Arial, sans-serif;
  font-size: 32px;
  font-weight: normal;
  color: #ff4337;
  text-transform: uppercase;
  margin-left: 35px;
  margin-right: 35px;
}
article.home-expertise .brand-package h2 em {
  font-size: 20px;
  color: #000000;
  margin-left: 15px;
  text-transform: lowercase;
}
article.home-expertise .brand-package .description {
  margin-bottom: 25px;
  margin-left: 35px;
  margin-right: 35px;
}
article.home-expertise .brand-package .description p {
  font-size: 18px;
  line-height: 1.7;
}
article.home-expertise .brand-package .description ul {
  margin: 25px 0;
  padding-left: 100px;
  padding-right: 100px;
}
@media screen and (max-width: 640px) {
  article.home-expertise .brand-package .description ul {
    padding-left: 25px;
    padding-right: 25px;
  }
}
article.home-expertise .brand-package .description ul li {
  opacity: 0;
  list-style: none;
  position: relative;
  margin-top: 10px;
  font-size: 15px;
  line-height: 1.3;
}
article.home-expertise .brand-package .description ul li:before {
  position: absolute;
  content: '+';
  color: #ff4337;
  margin-left: -35px;
}
article.home-expertise .brand-package .description ul li.fade-in {
  animation: fade-in 0.5s ease-in both 0.2s;
}
article.home-expertise .brand-package .description ul li:nth-child(2) {
  animation-delay: .5s;
}
article.home-expertise .brand-package .description ul li:nth-child(2) {
  animation-delay: .7s;
}
article.home-expertise .brand-package .description ul li:last-child {
  animation-delay: .9s;
}
article.home-expertise .brand-package .call-to-action {
  margin-top: 50px;
  text-align: center;
}
article.home-expertise .brand-package .call-to-action .btn-outline {
  position: relative;
  transform: translateX(-100px);
  opacity: 0;
  font-size: 18px;
}
article.home-expertise .brand-package .call-to-action .btn-outline.slide-right {
  animation: slight-right 0.7s ease-in both 0.7s;
}
article.home-expertise .brand-package .call-to-action .btn-outline.work-together {
  margin-right: 10px;
}
@media screen and (max-width: 640px) {
  article.home-expertise .brand-package .call-to-action .btn-outline.work-together {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
article.home-expertise .brand-package .arrow-right {
  position: absolute;
  left: 0;
  transform: translateX(-50px);
  opacity: 0;
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 25px solid #ff4337;
}
article.home-expertise .brand-package .arrow-right.slide-right {
  animation: slight-right 0.5s both 0.2s;
}
@media screen and (min-width: 768px) {
  article.home-expertise .brand-package h2 {
    font-size: 32px;
  }
  article.home-expertise .brand-package .description p {
    font-size: 18px;
  }
}
@media screen and (min-width: 1024px) {
  article.home-expertise .brand-package h2 {
    font-size: 65px;
    margin-left: 0;
    margin-right: 0;
  }
  article.home-expertise .brand-package h2 em {
    font-size: 40px;
  }
  article.home-expertise .brand-package .description {
    margin-left: 0;
    margin-right: 0;
  }
  article.home-expertise .brand-package .description p {
    font-size: 24px;
  }
  article.home-expertise .brand-package .description ul > li {
    font-size: 20px;
  }
}
article.home-expertise .testimonials {
  background-color: #f4f4f4;
}
article.home-expertise .testimonials .quote-carousel__wrapper {
  margin-top: 25px;
  margin-bottom: 25px;
}
article.home-expertise .testimonials .quote-carousel__text {
  color: #404040;
  font-size: 17px;
  color: black;
  text-align: left;
  line-height: 23px;
}
@media screen and (max-width: 1024px) {
  article.home-expertise .testimonials .quote-carousel__text {
    padding-left: 50px;
    padding-right: 50px;
  }
}
article.home-expertise .testimonials .quote-carousel__author {
  font-size: 15px;
  color: black;
  text-align: right;
  margin: inherit auto;
  max-width: 795px;
  padding: 0 26px;
}
article.home-expertise .testimonials .quote-carousel__counter {
  color: #8c8c8c;
  padding: 5px 0;
  font-family: din-2014, sans-serif;
  font-weight: 600;
  font-style: italic;
  font-size: 13px;
}
article.home-expertise .testimonials .flickity-prev-next-button.next:after {
  background-image: url(../../images/vector-right.png);
  height: 25px;
}
article.home-expertise .testimonials .flickity-prev-next-button.previous:after {
  background-image: url(../../images/vector-left.png);
  height: 25px;
}
@media screen and (max-width: 768px) {
  article.home-expertise .testimonials .flickity-prev-next-button.next,
  article.home-expertise .testimonials .flickity-prev-next-button.previous {
    display: none;
  }
}
article.home-expertise section:last-of-type {
  margin-bottom: 0;
}
.main-content-careers {
  width: 660px;
}
.career-box {
  background-color: #f4f4f4;
  padding: 24px;
  border-bottom: 2px solid #ff4337;
}
.career-box h5 {
  margin: 0 0 20px;
}
.career-box p {
  margin-bottom: 20px;
}
.career-box a.contact-toggle {
  display: block;
  text-align: right;
  font-size: 1em;
  color: #ff4337;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-style: italic;
}
.career-box a.contact-toggle i {
  margin-left: 4px;
  font-size: 1.2em;
  vertical-align: middle;
}
.sidebar-careers {
  width: 220px;
  margin-left: 60px;
}
.sidebar-careers .sidebar-content {
  position: relative;
  padding: 18px;
  background-color: #ff4337;
  color: #fff;
}
.sidebar-careers .sidebar-content:after {
  content: '';
  position: absolute;
  bottom: -16px;
  right: 0;
  width: 0;
  height: 0;
  border-color: #ff4337 #ff4337 transparent transparent;
  border-style: solid;
  border-width: 8px;
}
.sidebar-careers .sidebar-content q {
  display: block;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-size: 14px;
  margin-bottom: 10px;
}
.sidebar-careers .sidebar-content p {
  margin: 0;
  text-align: right;
  font-weight: bold;
  font-size: 13px;
  line-height: 1.4;
}
.main-content-clients h2 {
  position: relative;
  display: table-cell;
  width: 220px;
  margin: 0;
  padding: 0 40px;
  vertical-align: middle;
  text-align: right;
  color: #fff;
  font-family: "DINNextLTPro-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 30px;
  text-transform: uppercase;
}
.main-content-clients h2:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: -30px;
  width: 0;
  height: 0;
  border-color: transparent transparent transparent #ff4337;
  border-style: solid;
  border-width: 15px;
}
.main-content-clients .clientgroup {
  position: relative;
  display: table;
  width: 100%;
  background-color: #ff4337;
}
.main-content-clients .clientgroup .popover {
  max-width: 700px;
  border: none;
  border-radius: 0;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.main-content-clients .clientgroup .popover.bottom .arrow {
  border-bottom-color: #fff;
}
.main-content-clients .clientgroup .popover .popover-content {
  padding: 0;
}
.main-content-clients .clientgroup ul {
  list-style: none;
  margin: 0;
  padding: 30px 60px;
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
}
.main-content-clients .clientgroup ul li {
  line-height: 2.25;
}
@media (min-width: 1001px) {
  .main-content-clients .clientgroup:nth-child(odd) ul {
    background-color: #f4f4f4;
  }
  .main-content-clients .clientgroup:nth-child(even) ul {
    background-color: #e6e7e8;
    width: 520px;
  }
  .main-content-clients .clientgroup:nth-child(even) h2 {
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translate(0, -50%);
    text-align: left;
  }
  .main-content-clients .clientgroup:nth-child(even) h2:after {
    top: 45%;
    transform: translate(0, -50%);
    left: -30px;
    border-color: transparent #ff4337 transparent transparent;
  }
}
.page-template-page-connect footer {
  margin-top: 0;
}
#gmap {
  width: 100%;
  height: 435px;
}
#contact-info {
  background-color: #f4f4f4;
  padding: 50px 0 40px;
  margin-top: 70px;
}
#contact-info .span4 {
  width: 250px;
  margin-left: 70px;
}
#contact-info h1 {
  margin: 0 0 24px;
}
#contact-info h3 {
  margin: 28px 0 12px;
}
#contact-info p,
#contact-info address {
  line-height: 2;
}
#contact-info #get-in-touch {
  width: 400px;
}
.connect-inquiry .span7 {
  width: 480px;
  margin-left: 80px;
}
.connect-inquiry p {
  line-height: 2;
}
.connect-inquiry .customcontactform #recaptcha_widget {
  width: 366px;
}
.connect-inquiry .customcontactform #recaptcha_widget .right {
  width: 38px;
}
.connect-inquiry .customcontactform #recaptcha_widget .right .logo {
  display: none;
}
.career-box .customcontactform,
.connect-inquiry .customcontactform {
  width: auto;
  margin: 0;
  font-family: "DINNextLTPro-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.career-box .customcontactform h5,
.connect-inquiry .customcontactform h5 {
  clear: left;
  font-weight: normal;
  font-size: 18px;
  margin: 20px 0;
}
.career-box .customcontactform input,
.connect-inquiry .customcontactform input,
.career-box .customcontactform textarea,
.connect-inquiry .customcontactform textarea {
  box-sizing: border-box;
  border-radius: 0px;
  border: none;
  padding-left: 12px;
}
.career-box .customcontactform textarea,
.connect-inquiry .customcontactform textarea {
  width: 100%;
  height: 98px;
}
.career-box .customcontactform input[type="checkbox"],
.connect-inquiry .customcontactform input[type="checkbox"] {
  width: auto;
  border: 0 solid #fff;
}
.career-box .customcontactform input[type="radio"],
.connect-inquiry .customcontactform input[type="radio"] {
  margin: 0 0 0 10px;
  border: none;
}
.career-box .customcontactform .field-text,
.connect-inquiry .customcontactform .field-text {
  padding: 0;
  margin: 0 0 20px;
}
.career-box .customcontactform .field-text label,
.connect-inquiry .customcontactform .field-text label {
  display: none;
}
.career-box .customcontactform .field-text input,
.connect-inquiry .customcontactform .field-text input {
  width: 100%;
  height: 38px;
}
.career-box .customcontactform #recaptcha_widget,
.connect-inquiry .customcontactform #recaptcha_widget {
  margin: 25px 0 10px;
}
.career-box .customcontactform #recaptcha_widget a,
.connect-inquiry .customcontactform #recaptcha_widget a {
  background: none;
}
.career-box .customcontactform #recaptcha_widget #recaptcha_response_field,
.connect-inquiry .customcontactform #recaptcha_widget #recaptcha_response_field {
  height: auto;
  width: auto;
  margin-left: 0;
}
.career-box .customcontactform input[type="submit"],
.connect-inquiry .customcontactform input[type="submit"] {
  display: block;
  margin: 30px auto;
  padding: 11px 0;
  width: 100%;
  background-color: transparent;
  border: 1px solid #ff4337;
  color: #ff4337;
  text-transform: uppercase;
  font-size: 20px;
}
.career-box .customcontactform input[type="submit"]:hover,
.connect-inquiry .customcontactform input[type="submit"]:hover,
.career-box .customcontactform input[type="submit"]:active,
.connect-inquiry .customcontactform input[type="submit"]:active {
  color: #fff;
  background-color: #ff4337;
}
.career-box .customcontactform .warning,
.connect-inquiry .customcontactform .warning {
  text-align: center;
  color: #ff4337;
  font-weight: bold;
}
.career-box .customcontactform {
  display: none;
  margin: 20px 0;
  padding: 0px;
}
.career-box .customcontactform .wrapper-organization {
  display: none;
}
.career-box .customcontactform .wrapper-first-name,
.career-box .customcontactform .wrapper-email {
  float: left;
  width: 48%;
}
.career-box .customcontactform .wrapper-email {
  margin-bottom: 32px;
}
.career-box .customcontactform .wrapper-last-name {
  float: right;
  width: 48%;
}
.career-box .customcontactform input[type=file] {
  line-height: 1;
}
.career-box .customcontactform .wrapper-website {
  width: 48%;
}
.career-box .customcontactform input[type="submit"] {
  width: 168px;
}
.connect-inquiry .customcontactform {
  padding: 10px 46px;
  background-color: #f4f4f4;
}
.connect-inquiry .customcontactform .wrapper-first-name,
.connect-inquiry .customcontactform .wrapper-last-name,
.connect-inquiry .customcontactform .wrapper-phone,
.connect-inquiry .customcontactform .wrapper-email {
  float: left;
  width: 50%;
}
.connect-inquiry .customcontactform .wrapper-first-name input,
.connect-inquiry .customcontactform .wrapper-phone input {
  width: 188px;
  margin-right: 6px;
}
.connect-inquiry .customcontactform .wrapper-last-name input,
.connect-inquiry .customcontactform .wrapper-email input {
  width: 188px;
  margin-left: 6px;
}
.connect-inquiry .customcontactform .wrapper-company-name {
  clear: both;
}
.connect-inquiry .customcontactform .wrapper-contact-method {
  float: left;
  width: auto;
}
.connect-inquiry .customcontactform input.complete-date {
  width: 95px;
}
.page-template-default #ccf-form-success {
  border-radius: 0;
  border-color: #f4f4f4;
  border-left-width: 30px;
  border-right-width: 30px;
  border-bottom-width: 30px;
  height: auto;
}
.page-template-default #ccf-form-success div {
  height: auto;
  margin: 0;
  padding: 10px 0 12px;
  background-color: #f4f4f4;
}
.page-template-default #ccf-form-success div h5 {
  float: none;
  text-align: center;
  font-family: "DINNextLTPro-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: red;
  font-size: 28px;
  line-height: 1.2;
  font-weight: normal;
  text-transform: uppercase;
}
.page-template-default #ccf-form-success div a.close {
  position: absolute;
  top: 0px;
  right: -20px;
  font-size: 25px;
}
.page-template-default #ccf-form-success p {
  padding: 20px;
}
.page-template-page-insights h2 {
  font-family: "DINNextLTPro-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 22px;
  line-height: 1;
  font-weight: normal;
  text-transform: uppercase;
  color: #ff4337;
  margin-top: 60px;
}
.page-template-page-insights .section-book {
  background-color: #f4f4f4;
  padding: 50px 0;
}
.page-template-page-insights .section-book .span6 {
  width: 400px;
}
.page-template-page-insights .section-book h2 {
  margin-top: 16px;
}
.page-template-page-insights .section-book h3 {
  font-family: "DINNextLTPro-Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 25px;
  font-weight: normal;
  text-transform: uppercase;
  margin: 15px 0;
}
.page-template-page-insights .section-book h4 {
  font-size: 16px;
}
.heros .span4 {
  width: 290px;
}
.heros .span4:nth-child(3n+0),
.heros .span4:nth-child(3n+2) {
  margin-left: 35px;
}
.heros .hero {
  margin-bottom: 40px;
}
.heros .hero.hero-blog a {
  font-family: "DINNextLTPro-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 22px;
  color: #333;
}
.heros .hero.hero-blog a:hover,
.heros .hero.hero-blog a:active {
  color: #ff4337;
  text-decoration: none;
}
.heros .hero .hero-title {
  font-size: 16px;
  font-family: "DINNextLTPro-Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  padding: 0 0 20px 2px;
  height: 130px;
  margin: 0px;
  vertical-align: middle;
  display: table-cell;
}
.heros .hero .boxcaption .boxcaption-inner .subscribe-form input[type=text] {
  width: 210px;
}
.heros .hero .boxcaption .boxcaption-inner .subscribe-form input[type=submit] {
  border: none;
}
#insight-book-preview {
  position: relative;
  background: #f0efee;
  background: -webkit-linear-gradient(top, #fcfbfa, #f0efee);
  background: -moz-linear-gradient(top, #fcfbfa, #f0efee);
  background: -ms-linear-gradient(top, #fcfbfa, #f0efee);
  background: -o-linear-gradient(top, #fcfbfa, #f0efee);
  background: linear-gradient(top, #fcfbfa, #f0efee);
}
#insight-book-preview .container {
  height: 529px;
  background: #eeeeee url(../../images/insight-book-video-bg.png) center center;
}
#insight-book-preview #book-play-video {
  width: 310px;
  margin: 210px auto 0;
  padding: 15px 0 10px;
  text-align: center;
  border: 2px solid #ff4337;
  color: #ff4337;
  font-size: 26px;
}
#insight-book-preview #book-play-video .fa {
  font-size: 58px;
  margin-top: -6px;
  margin-right: 12px;
  vertical-align: middle;
}
#insight-book-preview #book-play-video:hover,
#insight-book-preview #book-play-video:active {
  cursor: pointer;
  color: #fff;
  border-color: #fff;
}
#insight-book-preview iframe {
  display: none;
}
.insight-book-likes {
  position: absolute;
  top: 690px;
  left: 2px;
  width: 70px;
  z-index: 9;
}
.insight-book-likes .study-print {
  background: url(../../images/insight-study-printicon.png) no-repeat 0 2px;
  padding-left: 20px;
}
.insight-book-likes .fb-tw {
  padding: 7px 7px 2px;
  margin-top: 10px;
  background-color: #ffffff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: 0px 0px 5px #d8d8d8;
  -webkit-box-shadow: 0px 0px 5px #d8d8d8;
  box-shadow: 0px 0px 5px #d8d8d8;
}
.insight-book-likes .fb-tw .fb-like {
  margin-bottom: 5px;
}
#insight-book-tagline {
  margin-bottom: 48px;
  padding: 30px 0;
  color: #fff;
  background-color: #ff4337;
  font-family: "DINMittelschriftStd", "DINNextLTPro-Regular", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}
#insight-book-tagline p {
  font-size: 42px;
  letter-spacing: 0.25em;
  line-height: 1;
}
#insight-book-tagline p + p {
  font-size: 37px;
}
#insight-book-tagline p + p + p {
  margin-bottom: 0;
  font-size: 23px;
  letter-spacing: 0.2em;
  padding-right: 0.25em;
}
.insight-book h1 {
  font-family: "DINNextLTPro-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 35px;
  margin-bottom: 15px;
  font-weight: normal;
}
.insight-book h2 {
  font-family: "DINNextLTPro-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 22px;
  color: #ff4337;
}
.insight-book h3 {
  font-size: 16px;
  margin: 0 0 18px;
}
.insight-book .subtitle {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-style: italic;
}
.insight-book table.purchase {
  margin: 32px 0 40px;
  width: 100%;
}
.insight-book table.purchase tr {
  border-top: 2px solid #f9f9f9;
  font-size: 16px;
  background-color: #fff;
}
.insight-book table.purchase tr td {
  vertical-align: middle;
}
.insight-book table.purchase tr td p {
  font-weight: normal;
  font-size: 14px;
}
.insight-book table.purchase tr th {
  text-align: left;
  font-family: "DINNextLTPro-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 10px 30px;
  font-size: 18px;
  font-weight: normal;
}
.insight-book table.purchase tr .amazon-image {
  padding: 5px 0 5px 20px;
}
.insight-book table.purchase tr .price {
  padding: 10px 0;
  font-weight: bold;
}
.insight-book table.purchase tr .price p {
  margin-bottom: 0;
}
.insight-book table.purchase tr .buy a {
  padding: 7px 16px 5px;
  border: 1px solid #ff4337;
  font-family: "DINNextLTPro-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
}
.insight-book table.purchase tr .buy a:hover,
.insight-book table.purchase tr .buy a:active {
  color: #fff;
  background-color: #ff4337;
}
.insight-book ul.purchase {
  list-style: none;
  margin: 0;
  padding: 0;
}
.insight-book ul.purchase li {
  position: relative;
  display: block;
  float: left;
  width: 145px;
  height: 275px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 20px 0 0;
  font-size: 16px;
  background-color: #fff;
  text-align: center;
}
.insight-book ul.purchase li:nth-child(4) {
  margin-right: 0;
}
.insight-book ul.purchase li .type {
  font-family: "DINNextLTPro-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 25px;
  line-height: 1.2;
  margin: 10px 0 10px;
}
.insight-book ul.purchase li .price {
  font-size: 14px;
  font-weight: bold;
}
.insight-book ul.purchase li .buy {
  position: absolute;
  left: 25px;
  bottom: 30px;
}
.insight-book ul.purchase li .buy a {
  padding: 7px 16px 5px;
  border: 1px solid #ff4337;
  font-family: "DINNextLTPro-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
}
.insight-book ul.purchase li .buy a:hover,
.insight-book ul.purchase li .buy a:active {
  color: #fff;
  background-color: #ff4337;
}
.insight-book .sidebar {
  margin-left: 35px;
}
.insight-book .sidebar h4.widget-title {
  position: relative;
  margin: 0;
  padding: 16px 0;
  text-align: center;
  font-family: "DINNextLTPro-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 22px;
  line-height: 1.2;
  font-weight: normal;
  color: #fff;
  background-color: #ff4337;
  text-transform: uppercase;
}
.insight-book .sidebar h4.widget-title:after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: -20px;
  width: 0;
  height: 0;
  border-color: #ff4337 transparent transparent transparent;
  border-style: solid;
  border-width: 10px;
}
.insight-book .sidebar > div {
  margin-bottom: 40px;
}
.insight-book .sidebar .preview-book {
  background-color: #fff;
  text-align: center;
}
.insight-book .sidebar .preview-book img {
  position: relative;
  top: -27px;
}
.insight-book .sidebar .preview-book h4 {
  margin: -18px 0 18px;
  font-family: "DINNextLTPro-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 22px;
  color: #ff4337;
}
.insight-book .sidebar .preview-book p {
  font-family: "DINNextLTPro-Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
}
.insight-book .sidebar #preview-book {
  display: block;
  margin-top: 18px;
  padding: 18px 0;
  font-family: "DINNextLTPro-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: normal;
  color: #fff;
  background-color: #ff4337;
  border: 1px solid #ff4337;
}
.insight-book .sidebar #preview-book:hover,
.insight-book .sidebar #preview-book:active {
  color: #ff4337;
  background-color: #fff;
}
.insight-book .sidebar .fabian {
  background-color: #f4f4f4;
  padding: 28px 45px 30px;
  text-align: center;
}
.insight-book .sidebar .fabian .listen-to {
  margin: 26px 0 30px;
  text-align: center;
}
.insight-book .sidebar .fabian .listen-to em {
  color: #ff4337;
}
.insight-book .sidebar .contact-us p {
  padding: 24px 28px;
  background-color: #fff;
}
#book-preview.modal {
  width: 840px;
  height: 620px;
  margin-left: -435px;
}
#book-preview.modal.in {
  top: 150px;
}
#book-preview .modal-header {
  border: none;
}
#book-preview .modal-header .close {
  position: absolute;
  top: 8px;
  right: 10px;
  font-size: 35px;
  font-weight: normal;
}
#book-preview .modal-header .close:hover,
#book-preview .modal-header .close:active {
  color: #ff4337;
}
#book-preview .modal-body {
  max-height: 595px;
}
#slideshow-preview .carousel-inner .item img {
  margin: 0 44px;
}
#slideshow-preview .carousel-control {
  top: 50%;
  border: none;
  background: none;
  color: #ccc;
  background: url(../../images/home-slide-arrow.png);
  border-radius: 0;
  text-indent: -99999em;
}
#slideshow-preview .carousel-control.left {
  left: -6px;
  background-position: top left;
}
#slideshow-preview .carousel-control.left:hover {
  opacity: 1;
  background-position: bottom left;
}
#slideshow-preview .carousel-control.right {
  right: -6px;
  background-position: top right;
  padding-right: 0;
}
#slideshow-preview .carousel-control.right:hover {
  opacity: 1;
  background-position: bottom right;
}
.modal {
  border-radius: 2px;
}
.modal-backdrop {
  opacity: 0.5;
}
.launch-promotion .countdown {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  background-color: #f4f4f4;
  width: 33%;
  padding: 20px 25px;
  margin-right: 1em;
  color: #ff4337;
  font-family: "DINMittelschriftStd", "DINNextLTPro-Light", Helvetica, Arial, sans-serif;
  line-height: 1.2;
}
.launch-promotion .countdown div {
  font-size: 16px;
}
.launch-promotion .countdown .clock {
  font-size: 65px;
}
.launch-promotion .countdown:after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -14px;
  right: -28px;
  width: 0;
  height: 0;
  border-color: transparent transparent transparent #f4f4f4;
  border-style: solid;
  border-width: 14px;
}
.launch-promotion .promotion-code {
  display: table-cell;
  padding: 30px 30px 0;
  background-color: #fff;
}
.launch-promotion .promotion-code .subscribe-form {
  margin-bottom: 0;
}
.launch-promotion .promotion-code .sale {
  font-family: "DINNextLTPro-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 25px;
  margin-bottom: 10px;
}
.launch-promotion .promotion-code input[type=text] {
  vertical-align: top;
  height: 48px;
  width: 285px;
  padding: 0 0 0 10px;
  background-color: #f4f4f4;
  font-size: 12px;
}
.launch-promotion .promotion-code input[type=submit] {
  vertical-align: top;
  height: 48px;
  width: auto;
  padding: 0 16px;
  border: 1px solid #ff4337;
  color: #fff;
  background: #ff4337;
  font-size: 20px;
}
.page-template-page-insights-v2 footer {
  margin-top: 0;
}
.insights.insights-v2 {
  margin-top: 60px;
}
.insights.insights-v2 #nav-below {
  display: none;
  transform: translateY(-200px);
}
.insights.insights-v2 #infscr-loading {
  position: absolute;
  text-align: center;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
}
.insights__filters {
  display: flex;
  align-items: center;
  font-size: 20px;
  line-height: 1;
  font-family: 'DINNextLTPro-Light';
  height: 27px;
  text-transform: uppercase;
  margin-bottom: 63px;
}
.insights__filters span {
  display: inline-block;
  padding-bottom: 10px;
}
.insights-cta {
  position: relative;
  display: flex;
  height: 75px;
  align-items: center;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.14);
  box-sizing: border-box;
}
.insights-cta__copy {
  font-size: 16px;
  font-family: 'DINNextLTPro-Regular';
  font-weight: normal;
  font-style: normal;
  color: #000000;
}
.insights-cta__copy span {
  font-family: 'DINNextLTPro-Bold';
  color: #ff4337;
  text-transform: uppercase;
}
.insights-cta--papers {
  padding-left: 117px;
}
.insights-cta--papers img {
  position: absolute;
  top: -33px;
  left: 6px;
  width: 94px;
}
.insights-cta__red-tag {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 100%;
  background: #ff4337;
  margin-right: 22px;
}
.insights-cta__red-tag:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -18px;
  width: 0;
  height: 0;
  border-color: transparent transparent transparent #ff4337;
  border-style: solid;
  border-width: 9px;
}
.insights-cta--insta span {
  text-transform: none;
}
.insights-cta--insta .fab {
  color: #ffffff;
  font-size: 38px;
  font-weight: normal;
}
.insights-cta--connect {
  padding: 0 20px;
}
.insights-dropdown {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../../images/dropdown-arrow.png);
  background-repeat: no-repeat;
  background-position: right 5px top 10px;
  border: solid 1px #ff4337;
  border-radius: 0;
  width: 135px;
  height: 100%;
  font-style: italic;
  font-size: 16px;
  color: #ff4337;
  margin-left: 5px;
  margin-right: 5px;
  line-height: 1;
}
.insights-dropdown:focus,
.insights-dropdown:active {
  outline: none;
}
.insights-grid__wrapper {
  margin-top: 45px;
  padding-top: 45px;
  padding-bottom: 45px;
  background: #f4f4f4;
  min-height: 50vh;
}
.insights-grid__wrapper > .container {
  width: 960px;
  transform: translateX(10px);
}
.insights-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0px 0px 25px 0px #ccc;
  margin-bottom: 25px;
  height: 450px;
  box-sizing: border-box;
  background: #ffffff;
}
.insights-card:hover {
  cursor: pointer;
}
.insights-card__action {
  display: block;
}
.insights-card__copy {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
  height: 250px;
  padding: 20px 22px 20px;
  color: #000000;
  font-weight: normal;
  font-style: normal;
  font-family: 'DINNextLTPro-Regular';
}
.insights-card__category-title {
  font-family: "DINNextLTPro-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #ff4337;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 15px;
  line-height: 1;
}
.insights-card__title {
  font-size: 16px;
  font-family: 'DINNextLTPro-Medium';
  margin-bottom: 13px;
}
.insights-card__description {
  overflow: hidden;
  max-height: 100%;
}
.insights-card__meta {
  font-size: 9px;
  font-style: italic;
  line-height: 9px;
}
.insights-card__date {
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.insights-card form {
  margin-bottom: 0;
}
.insights-card__categories {
  display: inline-block;
  font-weight: bold;
  color: #a6a6a6;
}
.insights-card__categories button {
  font-size: 9px;
  line-height: 9px;
  font-style: italic;
  font-weight: bold;
  background: none;
  box-shadow: none;
  border: none;
  padding: 0;
  color: #a6a6a6;
}
.insights-card__categories button:focus,
.insights-card__categories button:active {
  outline: none;
}
.insights-card__categories button:hover {
  color: #ff4337;
}
#breadcrumb + .container.main-content-showcases {
  margin-top: 0px;
}
.main-content-showcases {
  position: relative;
}
.main-content-showcases #showcase-filter {
  position: fixed;
  width: 240px;
  background-color: #fff;
}
.main-content-showcases #showcase-filter h2 {
  margin: 0;
  padding: 2px 24px;
  font-size: 18px;
  font-weight: normal;
  color: #fff;
  background-color: #ff4337;
}
.main-content-showcases #showcase-filter ul {
  list-style: none;
  margin: 0;
  padding: 20px;
}
.main-content-showcases #showcase-filter ul li {
  margin: 10px 0;
  line-height: 1;
}
.main-content-showcases #showcase-filter ul label {
  font-size: 14px;
}
.main-content-showcases #showcase-filter ul input {
  vertical-align: top;
}
.main-content-showcases #showcase-filter #get-in-touch {
  padding-top: 20px;
  background-color: #FCFBFA;
}
.main-content-showcases #showcase-filter #get-in-touch a {
  position: relative;
  top: 30px;
  display: block;
  margin: 0;
  padding: 8px 0;
  background-color: #FCFBFA;
  border: 1px solid #ff4337;
  color: #ff4337;
  text-transform: uppercase;
  text-align: center;
  font-size: 16px;
}
.main-content-showcases #showcase-filter #get-in-touch a:hover,
.main-content-showcases #showcase-filter #get-in-touch a:active {
  color: #fff;
  background-color: #ff4337;
}
.main-content-showcases li input[type='checkbox'] {
  opacity: 0;
  float: left;
  width: 18px;
}
.main-content-showcases li input[type='checkbox'] + label {
  margin: 0;
  clear: none;
  padding: 7px 0 4px 24px;
  cursor: pointer;
  background: url(../../images/form-checkbox-off.png) left center no-repeat;
}
.main-content-showcases li input[type='checkbox']:checked + label {
  background-image: url(../../images/form-checkbox-on.png);
}
.showcase-item {
  min-height: 0;
  background-color: #f9f9f9;
}
.showcase-item > div {
  clear: both;
}
.showcase-item h3 {
  text-transform: uppercase;
  font-weight: normal;
  font-size: 22px;
}
.showcase-item .showcase-logo {
  background-color: #fff;
}
.showcase-item .showcase-brand-strategy > div,
.showcase-item .showcase-naming > div,
.showcase-item .showcase-brand-identity > div {
  padding: 28px;
}
.showcase-item .image-left + div,
.showcase-item .image-right + div {
  position: relative;
  min-height: 254px;
}
.showcase-item .image-left + div .arrow,
.showcase-item .image-right + div .arrow {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 18px;
}
.showcase-item .image-left {
  float: left;
}
.showcase-item .image-left + div {
  margin-left: 310px;
}
.showcase-item .image-left + div .arrow {
  left: -36px;
}
.showcase-item .image-right {
  float: right;
}
.showcase-item .image-right + div {
  margin-right: 310px;
}
.showcase-item .image-right + div .arrow {
  right: -36px;
}
.showcase-item .carousel {
  margin-bottom: 0;
  border-bottom: 2px solid #ff4337;
}
.showcase-item .carousel .carousel-indicators {
  position: absolute;
  width: 100%;
  top: auto;
  right: auto;
  left: auto;
  bottom: 17px;
  text-align: center;
}
.showcase-item .carousel .carousel-indicators li {
  display: inline-block;
  float: none;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #eee;
  margin: 0 6px;
  -webkit-box-shadow: inset 0px 2px 2px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0px 2px 2px 0px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0px 2px 2px 0px rgba(0, 0, 0, 0.15);
}
.showcase-item .carousel .carousel-indicators li.active {
  background-color: #ff4337;
}
.showcase-item .carousel .carousel-control {
  top: 50%;
  border: none;
  color: #ccc;
  background: url(../../images/home-slide-arrow.png);
  border-radius: 0;
  text-indent: -99999em;
  opacity: 1;
}
.showcase-item .carousel .carousel-control:before {
  content: '';
  position: absolute;
  top: -19px;
  width: 50px;
  height: 77px;
  background-color: #fff;
  opacity: 0.2;
}
.showcase-item .carousel .carousel-control.left {
  left: 3px;
  background-position: top left;
}
.showcase-item .carousel .carousel-control.left:before {
  left: -3px;
}
.showcase-item .carousel .carousel-control.left:hover {
  opacity: 1;
  background-position: bottom left;
}
.showcase-item .carousel .carousel-control.right {
  right: 3px;
  background-position: top right;
  padding-right: 0;
}
.showcase-item .carousel .carousel-control.right:before {
  right: -3px;
}
.showcase-item .carousel .carousel-control.right:hover {
  opacity: 1;
  background-position: bottom right;
}
.showcase-quote {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  padding: 4em 3em 2em;
}
.showcase-quote .quote {
  position: relative;
  font-size: 21px;
  font-style: italic;
  font-weight: 300;
  line-height: 1.5;
  border-left-width: 1px;
  border-left-style: solid;
  padding-left: 2em;
  margin-left: 100px;
}
.showcase-quote .quote:before {
  content: '\201C';
  position: absolute;
  top: 50%;
  transform: translate(0, -40%);
  left: -86px;
  font-size: 75px;
  font-style: normal;
  line-height: 1;
  font-family: "Archivo Black", sans-serif;
}
.showcase-quote p:nth-child(2) {
  text-align: right;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.showcase-quote p:nth-child(3) {
  text-align: right;
  font-weight: 400;
  font-style: italic;
}
.sidebar-nav {
  background-color: #fcfbfa;
  border: none;
  border-radius: none;
  box-shadow: none;
  padding: 10px 0 10px 35px;
}
.sidebar-nav .widget {
  margin-bottom: 45px;
}
.sidebar-nav h4.widget-title,
.sidebar-nav h4.widget-title-nostub {
  position: relative;
  margin: 0;
  padding: 16px 0;
  text-align: center;
  font-family: "DINNextLTPro-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 22px;
  line-height: 1.2;
  font-weight: normal;
  color: #fff;
  background-color: #ff4337;
  text-transform: uppercase;
}
.sidebar-nav h4.widget-title:after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: -20px;
  width: 0;
  height: 0;
  border-color: #ff4337 transparent transparent transparent;
  border-style: solid;
  border-width: 10px;
}
.sidebar-nav .post-host {
  position: relative;
  text-align: center;
  background-color: #fcfbfa;
}
.sidebar-nav .post-host:after {
  content: '';
  position: absolute;
  right: 119px;
  top: -40px;
  width: 0;
  height: 0;
  border-color: #f4f4f4 transparent transparent transparent;
  border-style: solid;
  border-width: 12px;
}
.sidebar-nav .post-host h3 {
  font-size: 14px;
  color: #808080;
  text-transform: uppercase;
  margin: 20px 0;
}
.sidebar-nav .post-host p {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: italic;
  margin: 0 20px 5px;
}
.sidebar-nav .blog-side-social {
  margin: 15px 0;
  text-align: center;
}
.sidebar-nav .blog-side-social a {
  display: inline-block;
  width: 30px;
  height: 22px;
  background: url(../../images/blog-sidebar-social-icons.png) no-repeat 0 0;
}
.sidebar-nav .blog-side-social .linkedin {
  background-position: 2px -1px;
}
.sidebar-nav .blog-side-social .linkedin:hover,
.sidebar-nav .blog-side-social .linkedin:active {
  background-position: 2px -22px;
}
.sidebar-nav .blog-side-social .twitter {
  background-position: -35px -1px;
}
.sidebar-nav .blog-side-social .twitter:hover,
.sidebar-nav .blog-side-social .twitter:active {
  background-position: -35px -22px;
}
.sidebar-nav .blog-side-social .facebook {
  background-position: -68px -1px;
}
.sidebar-nav .blog-side-social .facebook:hover,
.sidebar-nav .blog-side-social .facebook:active {
  background-position: -68px -22px;
}
.sidebar-nav .blog-side-social .tsu {
  background-position: -104px -1px;
}
.sidebar-nav .blog-side-social .tsu:hover,
.sidebar-nav .blog-side-social .tsu:active {
  background-position: -104px -22px;
}
.sidebar-nav .blog-side-social .medium {
  background-position: -142px -1px;
}
.sidebar-nav .blog-side-social .medium:hover,
.sidebar-nav .blog-side-social .medium:active {
  background-position: -142px -22px;
}
.sidebar-nav .blog-side-social .google-plus {
  background-position: -180px -1px;
}
.sidebar-nav .blog-side-social .google-plus:hover,
.sidebar-nav .blog-side-social .google-plus:active {
  background-position: -180px -22px;
}
.sidebar-nav .blog-side-social .quora {
  background-position: -214px -1px;
}
.sidebar-nav .blog-side-social .quora:hover,
.sidebar-nav .blog-side-social .quora:active {
  background-position: -214px -22px;
}
.sidebar-nav .blog-side-social .youtube {
  background-position: -243px -1px;
}
.sidebar-nav .blog-side-social .youtube:hover,
.sidebar-nav .blog-side-social .youtube:active {
  background-position: -243px -22px;
}
.sidebar-nav .widget_categories,
.sidebar-nav .widget_recent_entries,
.sidebar-nav .popular-posts {
  background-color: #fff;
}
.sidebar-nav .widget_categories ul,
.sidebar-nav .widget_recent_entries ul,
.sidebar-nav .popular-posts ul {
  padding: 24px 28px;
}
.sidebar-nav .widget_categories ul a,
.sidebar-nav .widget_recent_entries ul a,
.sidebar-nav .popular-posts ul a {
  color: #000;
}
.sidebar-nav .widget_categories ul a:hover,
.sidebar-nav .widget_recent_entries ul a:hover,
.sidebar-nav .popular-posts ul a:hover,
.sidebar-nav .widget_categories ul a:active,
.sidebar-nav .widget_recent_entries ul a:active,
.sidebar-nav .popular-posts ul a:active {
  color: #000;
  text-decoration: none;
  background-color: #fcfbfa;
  text-shadow: none;
}
.sidebar-nav .subscribe-form {
  margin-bottom: 10px;
}
.sidebar-nav .subscribe-form input[type=text],
.sidebar-nav .subscribe-form input[type=email] {
  vertical-align: top;
  height: 48px;
  width: 194px;
  padding: 0 0 0 10px;
  background-color: #f4f4f4;
  font-size: 12px;
}
.sidebar-nav .subscribe-form input[type=submit],
.sidebar-nav .subscribe-form button {
  vertical-align: top;
  height: 48px;
  width: auto;
  padding: 0 16px;
  border: 1px solid #ff4337;
  color: #fff;
  background: #ff4337;
  font-size: 20px;
}
.sidebar-nav .whitepapers .boxgrid {
  height: auto;
  padding-top: 0;
  background-color: #fff;
  border-bottom: 4px solid #fcfbfa;
}
.sidebar-nav .whitepapers .boxgrid .hero-title {
  margin: 0;
  padding: 10px 20px;
  cursor: pointer;
}
.sidebar-nav .whitepapers .boxgrid .boxcaption {
  display: none;
  position: relative;
  top: auto;
  height: 220px;
  background-color: #ff4337;
}
.sidebar-nav .whitepapers .boxgrid .boxcaption .boxcaption-inner {
  padding: 25px 20px;
}
.sidebar-nav .whitepapers .boxgrid .boxcaption input[type=text],
.sidebar-nav .whitepapers .boxgrid .boxcaption input[type=email] {
  height: 27px;
  width: 175px;
  background-color: #fff;
}
.sidebar-nav .whitepapers .boxgrid .boxcaption input[type=submit],
.sidebar-nav .whitepapers .boxgrid .boxcaption button {
  height: 27px;
  border: none;
}
.sidebar-nav .events {
  margin-bottom: 40px;
}
.sidebar-nav .events--consultation {
  margin-bottom: 35px;
}
.sidebar-nav .events h3 {
  margin: 0;
  padding: 0.6em 1em;
  color: #fff;
  background-color: #ff4337;
  font-size: 1.4em;
  line-height: 1.1;
  text-transform: uppercase;
  font-weight: normal;
  text-align: center;
}
.sidebar-nav .events .widget {
  margin-bottom: 0;
}
.sidebar-nav .events table {
  border-collapse: separate;
  border-spacing: 0 2px;
  font-family: "DINNextLTPro-Regular", Helvetica, Arial, sans-serif;
}
.sidebar-nav .events table .event-date {
  position: relative;
  vertical-align: middle;
  background-color: #f4f4f4;
  color: #ff4337;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  width: 40px;
  height: 65px;
  border-right: 2px solid #fff;
}
.sidebar-nav .events table .event-date sup {
  display: block;
  top: 0;
  font-size: 14px;
  line-height: 1.2;
}
.sidebar-nav .events table .event-date:after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -7px;
  right: -14px;
  width: 0;
  height: 0;
  border-color: transparent transparent transparent #f4f4f4;
  border-style: solid;
  border-width: 7px;
}
.sidebar-nav .events table tr {
  margin-top: 2px;
}
.sidebar-nav .events table tr:hover {
  cursor: pointer;
}
.sidebar-nav .events table tr:hover td {
  background-color: #ff4337;
  color: #fff;
}
.sidebar-nav .events table tr:hover .event-date:before {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: -20px;
  width: 0;
  height: 0;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 10px;
}
.sidebar-nav .events table tr:hover .event-date:after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -7px;
  right: -14px;
  width: 0;
  height: 0;
  border-color: transparent transparent transparent #ff4337;
  border-style: solid;
  border-width: 7px;
}
.sidebar-nav .events table .event-title {
  background-color: #fff;
  padding: 2px 15px;
}
.sidebar-nav .btt-book,
.sidebar-nav .brand-book {
  background-color: #fff;
  text-align: center;
}
.sidebar-nav .btt-book img,
.sidebar-nav .brand-book img {
  position: relative;
  top: -16px;
}
.sidebar-nav .btt-book h4,
.sidebar-nav .brand-book h4 {
  margin: -18px 0 18px;
  font-family: "DINNextLTPro-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 22px;
  color: #ff4337;
}
.sidebar-nav .btt-book p,
.sidebar-nav .brand-book p {
  font-family: "DINNextLTPro-Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  padding-bottom: 20px;
}
.sidebar-nav .btt-book a.text-link,
.sidebar-nav .brand-book a.text-link {
  display: block;
  margin-top: 18px;
  padding: 18px 0;
  font-family: "DINNextLTPro-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 22px;
  color: #fff;
  background-color: #ff4337;
  border: 1px solid #ff4337;
}
.sidebar-nav .btt-book a.text-link:hover,
.sidebar-nav .brand-book a.text-link:hover,
.sidebar-nav .btt-book a.text-link:active,
.sidebar-nav .brand-book a.text-link:active {
  color: #ff4337;
  background-color: #fff;
}
.sidebar-nav .btt-book h4 {
  margin: 5px 0 18px;
}
.sidebar-nav .btt-book img {
  width: 100%;
  top: -16px;
}
.main-content-search_gcse .gsc-control-cse,
.main-content-search_gcse .gsc-webResult.gsc-result {
  border-color: #fcfbfa;
  background-color: #fcfbfa;
}
.main-content-search_gcse .gsc-search-box .gsc-input-box {
  border-color: #ccc;
  background-color: #fcfbfa;
  padding-top: 2px;
}
.main-content-search_gcse .gsc-search-box .gsc-input-box a {
  display: none;
}
.main-content-search_gcse .gsc-search-box input.gsc-input {
  background-color: #fcfbfa!important;
}
.main-content-search_gcse .gsc-search-box input.gsc-search-button {
  background-color: #ff4337;
  border-color: #ff4337;
  border-radius: 0;
  width: 16px;
  height: 16px;
}
.main-content-search_gcse .gsc-result .gsc-thumbnail-inside,
.main-content-search_gcse .gsc-result .gsc-url-top {
  padding: 0;
}
.main-content-search_gcse .gsc-result .gs-title {
  color: #1a0dab!important;
  text-decoration: none;
  font-style: normal!important;
}
.main-content-search_gcse .gsc-result .gs-title b {
  color: #1a0dab!important;
  font-style: italic;
  text-decoration: none;
}
.main-content-search_gcse .gsc-cursor-box {
  font-size: 16px;
}
.main-content-search_gcse .gsc-cursor-box .gsc-cursor-page {
  margin-right: 12px!important;
}
.main-content-search_gcse .gsc-wrapper .gsc-adBlock,
.main-content-search_gcse .gcsc-branding {
  display: none;
}
/* CUSTOM */
input,
textarea {
  -webkit-border-radius: 0;
}
@media (max-width: 1000px) {
  .container {
    width: auto;
  }
  body {
    padding: 0;
  }
  #header {
    padding: 10px;
  }
  #header #logo-banner .logo {
    background-size: 100px;
    width: 100px;
    height: 37px;
  }
  #header .navbar .btn-navbar {
    border: none;
    background: none;
    margin: 0 20px;
    padding: 0;
  }
  #header .navbar .btn-navbar .icon-bar {
    box-shadow: none;
    background: #ff4337;
    width: 36px;
    height: 1px;
    margin-top: 6px;
  }
  #header .navbar .navbar-inner .nav-collapse {
    top: 10px;
  }
  #header .navbar .navbar-inner .nav {
    float: none;
    margin: 0 20px 0 0;
    background-color: #fff;
    border-bottom: 2px solid #ccc;
    font-size: 16px;
  }
  #header .navbar .navbar-inner .nav > li {
    text-align: right;
    border-top: 1px solid #ccc;
  }
  #header .navbar .navbar-inner .nav > li:hover:before,
  #header .navbar .navbar-inner .nav > li:active:before {
    content: none;
  }
  #header .navbar .navbar-inner .nav .dropdown-menu {
    display: block;
    margin: 0;
    background: none;
    box-shadow: none;
  }
  #header .navbar .nav > li:last-child .dropdown-toggle {
    display: none;
  }
  #header .navbar .nav > li:last-child .dropdown-menu {
    width: auto;
  }
  #header .navbar .nav > li:last-child form#gcs-form {
    text-align: center;
  }
  #header .navbar .nav > li:last-child form#gcs-form .form-text {
    width: 75%;
  }
  #header .navbar .nav > li:last-child form#gcs-form input[type=text] {
    width: 100%;
  }
  #breadcrumb {
    height: 60px;
    min-width: 0;
  }
  #breadcrumb + .container {
    margin-top: 20px;
    padding: 0 10px;
  }
  footer {
    padding: 10px 10px 0;
  }
  footer .subscribe-form {
    margin-bottom: 30px;
  }
  footer h3 {
    margin: 20px 0;
  }
  footer h3.contact {
    margin-top: auto;
  }
  footer .span8 h3 {
    margin-bottom: 0;
  }
  footer .follow-sns {
    float: left;
    margin-top: 20px;
    margin-right: 10px;
  }
  footer .tweet,
  footer .fb-page {
    display: none;
  }
  #home-banner,
  .home-banner {
    height: auto;
    padding: 0px 20px 40px;
  }
  #home-banner__big,
  .home-banner__big {
    font-size: 36px;
    line-height: 1.1;
  }
  #home-banner__big span,
  .home-banner__big span {
    display: inline;
  }
  .home-cards {
    padding: 30px 10px 50px;
  }
  .home-cards .card {
    margin: 60px auto;
    max-width: 400px;
  }
  .home-cards .card--books {
    margin-top: 80px;
    margin-bottom: 30px;
  }
  .home-cards .card--books img {
    width: 100% !important;
  }
  .home-cards .card-event {
    margin-top: 30px;
  }
  .home-cards .card-event .event-details > div .date {
    display: block;
    font-size: 16px;
  }
  .home-cards .card-event .event-details > div .title {
    font-size: 14px;
  }
  .home-cards .red-tag {
    padding: 10px;
  }
  .home-new-brands .card {
    margin: 0 auto 20px;
    width: 300px;
  }
  .about-about {
    margin-bottom: 0;
    padding: 20px 0;
  }
  .about-about .finien-meaning {
    display: none;
  }
  .about-about .span9 {
    width: auto;
    padding: 0 10px;
  }
  .about-about div.about-engagements {
    display: none;
  }
  .about-about ul.about-engagements {
    display: block;
    font-weight: bold;
  }
  .about-about ul.about-engagements a {
    color: #000;
  }
  .about-about ul.about-engagements a:hover,
  .about-about ul.about-engagements a:active {
    color: #ff4337;
  }
  .about-fabian {
    padding: 30px 10px 0;
  }
  .about-fabian .fabian-picture-mobile {
    display: block;
    margin: 30px 0 40px;
    text-align: center;
  }
  .about-fabian .sidebar .fabian-picture,
  .about-fabian .sidebar .social-icons,
  .about-fabian .sidebar .social-icons-update,
  .about-fabian .sidebar .events,
  .about-fabian .sidebar .quote {
    display: none;
  }
  .about-fabian .span9 {
    padding: 0 10px;
    width: auto;
  }
  .about-fabian .span9 .about-downloads-title,
  .about-fabian .span9 .about-downloads {
    display: none;
  }
  .about-fabian #fabian-video {
    display: block;
    float: none;
    margin: 0 auto 20px;
  }
  .about-fabian .about-past-venues {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
  .about-fabian .about-downloads .overlink {
    display: block;
    margin: 20px 0;
    width: auto;
    text-align: center;
  }
  .main-content-careers {
    width: auto;
  }
  .main-content-careers .career-box {
    padding: 20px;
  }
  .sidebar-careers {
    display: none;
  }
  .page-template-default #ccf-form-success {
    left: auto;
    width: auto;
  }
  .customcontactform #recaptcha_widget {
    width: auto!important;
  }
  .customcontactform #recaptcha_widget .left,
  .customcontactform #recaptcha_widget .right {
    width: auto;
    float: none;
    margin-bottom: 10px;
  }
  .customcontactform #recaptcha_widget img.logo {
    display: none;
  }
  .sidebar-recognition {
    display: none;
  }
  .main-content-clients .clientgroup h2,
  .main-content-clients .clientgroup:nth-child(even) h2 {
    position: relative;
    display: block;
    width: auto;
    padding: 6px 0 4px;
    text-align: center;
  }
  .main-content-clients .clientgroup h2:after,
  .main-content-clients .clientgroup:nth-child(even) h2:after {
    content: '';
    position: absolute;
    top: auto;
    right: auto;
    transform: translate(-50%, 0);
    left: 50%;
    bottom: -30px;
    width: 0;
    height: 0;
    border-color: #ff4337 transparent transparent transparent;
    border-style: solid;
    border-width: 15px;
  }
  .main-content-clients .clientgroup ul,
  .main-content-clients .clientgroup:nth-child(even) ul {
    background-color: #f4f4f4;
    text-align: center;
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
  .main-content-showcase #showcase-filter,
  .main-content-showcases #showcase-filter {
    width: auto;
    left: 10px;
    right: 10px;
    z-index: 9;
  }
  .main-content-showcase #showcase-filter + div,
  .main-content-showcases #showcase-filter + div {
    margin-top: 150px;
  }
  .main-content-showcase #showcase-filter h2,
  .main-content-showcases #showcase-filter h2 {
    line-height: 1.8;
  }
  .main-content-showcase #showcase-filter ul,
  .main-content-showcases #showcase-filter ul {
    padding: 0 20px;
  }
  .main-content-showcase #showcase-filter #get-in-touch,
  .main-content-showcases #showcase-filter #get-in-touch {
    display: none;
  }
  .main-content-showcase .showcase-item .image-left,
  .main-content-showcases .showcase-item .image-left,
  .main-content-showcase .showcase-item .image-right,
  .main-content-showcases .showcase-item .image-right {
    float: none;
    width: 100%;
  }
  .main-content-showcase .showcase-item img + div,
  .main-content-showcases .showcase-item img + div {
    margin: 0;
    min-height: 0;
  }
  .main-content-showcase .showcase-item img + div .arrow,
  .main-content-showcases .showcase-item img + div .arrow {
    display: none;
  }
  .main-content-showcase .showcase-item .showcase-quote,
  .main-content-showcases .showcase-item .showcase-quote {
    padding: 75px 30px 30px;
  }
  .main-content-showcase .showcase-item .showcase-quote .quote,
  .main-content-showcases .showcase-item .showcase-quote .quote {
    border-left: none;
    border-top: 1px solid #ff4337;
    margin: 10px 0;
    padding: 20px 0;
  }
  .main-content-showcase .showcase-item .showcase-quote .quote:before,
  .main-content-showcases .showcase-item .showcase-quote .quote:before {
    top: -75px;
    left: 50%;
    transform: translate(-50%, 0);
  }
  #infscr-loading {
    margin: 20px 0;
  }
  .page-template-page-insights .heros .span4 {
    margin: 0 20px;
    width: auto;
  }
  .page-template-page-insights .white-papers {
    display: none;
  }
  .page-template-page-insights h2 {
    margin: 30px 0;
  }
  .insights.insights-v2 .insights-grid__wrapper > .container {
    padding: 0 10px;
    width: auto;
    transform: none;
  }
  .insights.insights-v2 .insights-card img {
    width: 100%;
  }
  .insights.insights-v2 .insights__filters {
    font-size: 12px;
    justify-content: center;
    height: 20px;
    margin-bottom: 30px;
  }
  .insights.insights-v2 .insights-dropdown {
    width: auto;
    font-size: 13px;
    background-position: right 5px top 6px;
  }
  .insights.insights-v2 .insights-header {
    padding: 0 10px;
  }
  .insights.insights-v2 .insights-cta {
    max-width: 300px;
    margin: 0 auto 10px;
  }
  .insights.insights-v2 .insights-grid__wrapper {
    margin-top: 30px;
    padding-top: 30px;
  }
  .insights.insights-v2 .insights-card {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  #insight-book-preview {
    height: 300px;
  }
  #insight-book-preview .container {
    height: 300px;
  }
  #insight-book-preview .container #book-play-video {
    margin-top: 110px;
  }
  #insight-book-preview .container iframe {
    width: 100%;
    height: 300px;
  }
  #insight-book-preview #preview-book {
    display: none;
  }
  #insight-book-preview + .container {
    padding: 0 10px;
  }
  #insight-book-preview + .container .insight-book table.purchase tr .amazon-image {
    padding: 23px 0 23px 0;
  }
  #insight-book-preview + .container .insight-book table.purchase tr .price {
    padding-left: 10px;
  }
  #insight-book-preview + .container .insight-book table.purchase tr .buy a {
    white-space: nowrap;
  }
  #insight-book-preview + .container .insight-book ul.purchase li {
    float: none;
    margin: 20px auto;
  }
  #insight-book-preview + .container .insight-book .sidebar {
    display: none;
  }
  #insight-book-preview + .container .purchase-desktop,
  #insight-book-preview + .container .purchase-cards {
    display: none;
  }
  #insight-book-preview + .container .amazon-reviews {
    display: none;
  }
  #insight-book-preview + .container .purchase-mobile {
    display: table;
  }
  #insight-book-tagline {
    padding: 2em;
    text-align: left;
    -webkit-text-align-last: left;
    -moz-text-align-last: left;
    -ms-text-align-last: left;
    -o-text-align-last: left;
    text-align-last: left;
  }
  #insight-book-tagline p {
    font-size: 2em;
    letter-spacing: 0.2em;
  }
  #insight-book-tagline p + p {
    font-size: 1.75em;
  }
  #insight-book-tagline p + p + p {
    font-size: 1.25em;
  }
  #book-preview.modal {
    margin-left: 0;
    width: 95%;
  }
  #book-preview.modal.in {
    top: 20px;
  }
  #book-preview.modal .carousel-inner .item img {
    margin: 0;
  }
  .launch-promotion {
    margin-bottom: 20px;
  }
  .launch-promotion .countdown {
    position: relative;
    display: block;
    vertical-align: middle;
    width: auto;
    padding: 20px 25px;
    margin-right: 0;
    text-align: center;
  }
  .launch-promotion .countdown:after {
    top: auto;
    margin-top: auto;
    right: auto;
    left: 50%;
    margin-left: -14px;
    bottom: -28px;
    border-color: #f4f4f4 transparent transparent transparent;
  }
  .launch-promotion .promotion-code {
    display: block;
    text-align: center;
    padding-bottom: 30px;
  }
  .launch-promotion .promotion-code input[type=text] {
    width: 230px;
  }
  #blog-header {
    min-width: 0;
    padding: 10px;
  }
  .blog-brandpost {
    width: auto;
  }
  div.blog {
    padding: 0 10px;
  }
  div.blog .date {
    width: 75px;
    margin: 0 auto 20px;
  }
  div.blog .date:after {
    top: auto;
    right: auto;
    left: 50%;
    bottom: -24px;
    margin-left: -8px;
    width: 0;
    height: 0;
    border-color: #f4f4f4 transparent transparent transparent;
    border-style: solid;
    border-width: 8px;
  }
  div.blog .blog-body div[id^=attachment] {
    width: auto !important;
  }
  div.blog .blog-body p > img {
    margin: 0 auto;
  }
  div.blog .blog-body iframe {
    display: block;
    margin: 0 auto;
  }
  div.blog .blog-body .sumome-share-client-wrapper div.sumome-share-client .sumome-share-client-share {
    width: 50px;
  }
  .sidebar-nav {
    display: none;
  }
  #gmap {
    height: 350px;
  }
  #contact-info {
    padding: 40px 10px;
  }
  #contact-info .span4 {
    width: auto;
    margin: 0;
  }
  #contact-info #get-in-touch {
    width: auto;
  }
  .connect-inquiry {
    padding: 0 10px;
  }
  .connect-inquiry .span7 {
    width: auto;
    margin: 0;
  }
  .connect-inquiry .customcontactform {
    padding: 20px;
  }
  .connect-inquiry .customcontactform .wrapper-first-name,
  .connect-inquiry .customcontactform .wrapper-last-name,
  .connect-inquiry .customcontactform .wrapper-phone,
  .connect-inquiry .customcontactform .wrapper-email {
    float: none;
    width: 100%;
  }
  .connect-inquiry .customcontactform .wrapper-first-name input,
  .connect-inquiry .customcontactform .wrapper-last-name input,
  .connect-inquiry .customcontactform .wrapper-phone input,
  .connect-inquiry .customcontactform .wrapper-email input {
    width: 100%;
    margin: 0;
  }
  .podcasts > .container {
    padding: 0 10px;
  }
  .podcasts .podcasts__header {
    margin-top: 20px;
  }
  .podcasts__header-image {
    text-align: center;
  }
  .podcasts__header-image img {
    max-width: 300px;
    margin-bottom: 10px;
  }
  .podcasts__header-copy {
    padding-left: 0;
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
  }
  .podcasts__header-copy p:first-child {
    font-size: 20px;
    line-height: 1.2;
  }
  .podcasts__header-copy p:last-child {
    font-size: 14px;
    line-height: 1.2;
  }
  .podcasts__item-left {
    display: none;
  }
  .podcasts__item-right {
    width: 100%;
  }
  .page-template-page-white-papers .span4 {
    float: none !important;
    margin: 0 auto !important;
  }
}





/* About pledge */
.page-template-page-about-pledge article.about .tooltip.requirements,
.page-template-page-about-pledge article.about .tooltip.awards {
  opacity: 1;
}
.page-template-page-about-pledge article.about .tooltip.requirements .tooltip-arrow,
.page-template-page-about-pledge article.about .tooltip.awards .tooltip-arrow {
  font-size: 20px;
  background-color: transparent;
  margin-left: -10px;
  margin-top: -18px;
  border-right: transparent;
  z-index: -1;
}
.page-template-page-about-pledge article.about .tooltip.requirements .tooltip-arrow:after,
.page-template-page-about-pledge article.about .tooltip.awards .tooltip-arrow:after {
  content: '◀';
  color: #ffffff;
  text-shadow: 0 5px 5px #d9d9d9;
}
.page-template-page-about-pledge article.about .tooltip.requirements .tooltip-inner,
.page-template-page-about-pledge article.about .tooltip.awards .tooltip-inner {
  padding: 16px;
  box-shadow: 5px 5px 5px #d9d9d9;
  font-size: 17px;
  text-align: left;
  background-color: #ffffff;
  border-radius: 0;
  color: #000000;
}
.page-template-page-about-pledge article.about .tooltip.requirements .tooltip-inner .fa,
.page-template-page-about-pledge article.about .tooltip.awards .tooltip-inner .fa {
  text-align: center;
  width: 25px;
  color: #ff4337;
}
.page-template-page-about-pledge article.about .tooltip.awards .tooltip-inner {
  max-width: 300px;
}
.page-template-page-about-pledge article.about .tooltip.requirements .tooltip-inner {
  font-family: "DINNextLTPro-Regular", Helvetica, Arial, sans-serif;
  max-width: 400px;
}
.page-template-page-about-pledge article.about .tooltip.requirements .tooltip-inner > h4 {
  color: #ff4337;
}
.page-template-page-about-pledge article.about .tooltip.requirements .tooltip-inner .footnote {
  font-style: italic;
}
.page-template-page-about-pledge article.about .tooltip-text {
  color: #ff4337;
}
.page-template-page-about-pledge article.about section {
  font-family: "DINNextLTPro-Light", Helvetica, Arial, sans-serif;
  font-weight: normal;
  margin-top: 100px;
  margin-bottom: 100px;
}
@media screen and (max-width: 640px) {
  .page-template-page-about-pledge article.about section {
    margin-top: 75px;
    margin-bottom: 75px;
  }
}
@media screen and (max-width: 1000px) {
  .page-template-page-about-pledge article.about section.container {
    margin-left: 40px;
    margin-right: 40px;
  }
}
.page-template-page-about-pledge article.about .intro {
  font-size: 30px;
}
.page-template-page-about-pledge article.about .intro p {
  position: relative;
  z-index: 1;
  line-height: 1.5;
  margin-bottom: 25px;
  max-width: 1500px;
}
.page-template-page-about-pledge article.about .intro p a {
  text-decoration: underline;
}
.page-template-page-about-pledge article.about .intro p a:hover {
  text-decoration: none;
}
@media screen and (max-width: 640px) {
  .page-template-page-about-pledge article.about .intro p {
    font-size: 75%;
  }
}
.page-template-page-about-pledge article.about .intro .cta {
  text-align: center;
}
.page-template-page-about-pledge article.about .intro .cta .btn-outline {
  margin-right: 10px;
}
@media screen and (max-width: 640px) {
  .page-template-page-about-pledge article.about .intro .cta .btn-outline {
    margin-top: 10px;
  }
}
.page-template-page-about-pledge article.about .panoramic-container > img {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .page-template-page-about-pledge article.about .panoramic-container {
    width: auto;
  }
}
.page-template-page-about-pledge article.about .video-reel {
  background-color: #eeeeee;
}
.page-template-page-about-pledge article.about .video-reel > img {
  width: 100%;
}
.page-template-page-about-pledge article.about .video-reel #player {
  display: none;
  max-height: 529px;
}
.page-template-page-about-pledge article.about .current-speeches h2 {
  font-family: "DINNextLTPro-Light", Helvetica, Arial, sans-serif;
  font-size: 32px;
  font-weight: normal;
  color: #ff4337;
  text-transform: uppercase;
  margin-left: 35px;
  margin-right: 35px;
}
.page-template-page-about-pledge article.about .current-speeches h2 em {
  font-size: 20px;
  color: #000000;
  margin-left: 15px;
  text-transform: lowercase;
}
.page-template-page-about-pledge article.about .current-speeches .description {
  font-family: "DINNextLTPro-Regular", Helvetica, Arial, sans-serif;
  margin-bottom: 25px;
  margin-left: 35px;
  margin-right: 35px;
}
.page-template-page-about-pledge article.about .current-speeches .description p {
  font-size: 18px;
  line-height: 1.7;
  margin-top: 15px;
  margin-bottom: 25px;
}
.page-template-page-about-pledge article.about .current-speeches .description ul {
  margin: 25px 0;
  padding-left: 100px;
  padding-right: 100px;
}
@media screen and (max-width: 640px) {
  .page-template-page-about-pledge article.about .current-speeches .description ul {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.page-template-page-about-pledge article.about .current-speeches .description ul li {
  opacity: 0;
  list-style: none;
  position: relative;
  margin-top: 10px;
  font-size: 15px;
  line-height: 1.3;
}
.page-template-page-about-pledge article.about .current-speeches .description ul li:before {
  position: absolute;
  content: '+';
  color: #ff4337;
  margin-left: -35px;
}
.page-template-page-about-pledge article.about .current-speeches .description ul li.fade-in {
  animation: fade-in 0.5s ease-in both 0.2s;
}
.page-template-page-about-pledge article.about .current-speeches .description ul li:nth-child(2) {
  animation-delay: .5s;
}
.page-template-page-about-pledge article.about .current-speeches .description ul li:nth-child(2) {
  animation-delay: .7s;
}
.page-template-page-about-pledge article.about .current-speeches .description ul li:last-child {
  animation-delay: .9s;
}
.page-template-page-about-pledge article.about .current-speeches .cta {
  margin-top: 50px;
  text-align: center;
}
.page-template-page-about-pledge article.about .current-speeches .cta .btn-outline {
  position: relative;
  transform: translateX(-100px);
  opacity: 0;
  font-size: 18px;
}
.page-template-page-about-pledge article.about .current-speeches .cta .btn-outline.slide-right {
  animation: slight-right 0.7s ease-in both 0.7s;
}
.page-template-page-about-pledge article.about .current-speeches .cta .btn-outline.work-together {
  margin-right: 10px;
}
@media screen and (max-width: 640px) {
  .page-template-page-about-pledge article.about .current-speeches .cta .btn-outline.work-together {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.page-template-page-about-pledge article.about .current-speeches .cta .speaking-requirements {
  margin-top: 38px;
}
.page-template-page-about-pledge article.about .current-speeches .cta .speaking-requirements .tooltip-text {
  font-size: 18px;
  text-transform: uppercase;
}
.page-template-page-about-pledge article.about .current-speeches .arrow-right {
  position: absolute;
  left: 0;
  transform: translateX(-50px);
  opacity: 0;
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 25px solid #ff4337;
}
.page-template-page-about-pledge article.about .current-speeches .arrow-right.slide-right {
  animation: slight-right 0.5s both 0.2s;
}
@media screen and (min-width: 768px) {
  .page-template-page-about-pledge article.about .current-speeches h2 {
    font-size: 32px;
  }
  .page-template-page-about-pledge article.about .current-speeches .description p {
    font-size: 18px;
  }
}
@media screen and (min-width: 1024px) {
  .page-template-page-about-pledge article.about .current-speeches h2 {
    font-size: 65px;
    margin-left: 0;
    margin-right: 0;
  }
  .page-template-page-about-pledge article.about .current-speeches h2 em {
    font-size: 40px;
  }
  .page-template-page-about-pledge article.about .current-speeches .description {
    margin-left: 0;
    margin-right: 0;
  }
  .page-template-page-about-pledge article.about .current-speeches .description p {
    font-size: 24px;
  }
  .page-template-page-about-pledge article.about .current-speeches .description ul > li {
    font-size: 20px;
  }
}
.page-template-page-about-pledge article.about .testimonials {
  background-color: #f4f4f4;
}
.page-template-page-about-pledge article.about .testimonials .quote-carousel__wrapper {
  margin-top: 25px;
  margin-bottom: 25px;
}
.page-template-page-about-pledge article.about .testimonials .quote-carousel__text {
  color: #404040;
  font-size: 17px;
  color: black;
  text-align: left;
  line-height: 23px;
}
@media screen and (max-width: 1024px) {
  .page-template-page-about-pledge article.about .testimonials .quote-carousel__text {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.page-template-page-about-pledge article.about .testimonials .quote-carousel__author {
  font-size: 15px;
  color: black;
  text-align: right;
  margin: inherit auto;
  max-width: 795px;
  padding: 0 26px;
}
.page-template-page-about-pledge article.about .testimonials .quote-carousel__counter {
  color: #8c8c8c;
  padding: 5px 0;
  font-family: din-2014, sans-serif;
  font-weight: 600;
  font-style: italic;
  font-size: 13px;
}
.page-template-page-about-pledge article.about .testimonials .flickity-prev-next-button.next:after {
  background-image: url(../../images/vector-right.png);
  height: 25px;
}
.page-template-page-about-pledge article.about .testimonials .flickity-prev-next-button.previous:after {
  background-image: url(../../images/vector-left.png);
  height: 25px;
}
@media screen and (max-width: 768px) {
  .page-template-page-about-pledge article.about .testimonials .flickity-prev-next-button.next,
  .page-template-page-about-pledge article.about .testimonials .flickity-prev-next-button.previous {
    display: none;
  }
}
.page-template-page-about-pledge article.about .events {
  background-color: #ffffff;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}
.page-template-page-about-pledge article.about .events h2 {
  font-family: "DINNextLTPro-Light", Helvetica, Arial, sans-serif;
  font-size: 65px;
  font-weight: normal;
  line-height: 1.2;
  color: #ff4337;
  text-align: left;
  text-transform: uppercase;
  margin-left: 0;
  margin-right: 0;
  margin-top: 10px;
}
.page-template-page-about-pledge article.about .events h2 em {
  font-size: 40px;
  color: #000000;
  margin-left: 15px;
  text-transform: initial;
}
.page-template-page-about-pledge article.about .events .card {
  background-color: transparent;
  box-shadow: none;
  overflow: hidden;
  margin-right: 10px;
  margin-bottom: 0px;
}
.page-template-page-about-pledge article.about .events .card .card-event {
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px #ddd;
  margin-bottom: 20px;
}
.page-template-page-about-pledge article.about .events .card .card-event .red-tag--small {
  padding: 35px 30px;
  font-size: 30px;
}
.page-template-page-about-pledge article.about .events .card .card-event .red-tag:after {
  border-color: transparent transparent transparent #ff4337;
  transform: translateX(-50px);
  opacity: 0;
}
.page-template-page-about-pledge article.about .events .card .card-event.slide-right .red-tag:after {
  animation: slight-right 0.5s both 0.2s;
}
.page-template-page-about-pledge article.about .events .card .card-event .event-details {
  font-size: 22px;
}
.page-template-page-about-pledge article.about .events .card .card-event .event-details div {
  margin-left: 0;
}
.page-template-page-about-pledge article.about .events .card .card-event .event-details .locale {
  font-weight: bold;
  margin-top: 5px;
}
@media screen and (max-width: 999px) {
  .page-template-page-about-pledge article.about .events .card {
    max-width: none;
    margin: 0;
    margin-right: 10px;
  }
}
.page-template-page-about-pledge article.about .events .view-all a,
.page-template-page-about-pledge article.about .events .watch-speaker-reel a {
  font-family: "open sans";
  font-size: 17px;
  font-style: italic;
  font-weight: 600;
}
.page-template-page-about-pledge article.about .events .watch-speaker-reel {
  margin-top: 20px;
  margin-bottom: 20px;
}
.page-template-page-about-pledge article.about .events .watch-speaker-reel img {
  vertical-align: -35%;
}
.page-template-page-about-pledge article.about .events .action {
  padding-top: 75px;
}
@media screen and (max-width: 640px) {
  .page-template-page-about-pledge article.about .events .card .card-event .event-details {
    font-size: 16px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 999px) {
  .page-template-page-about-pledge article.about .events {
    margin-left: 15px;
    margin-right: 15px;
  }
  .page-template-page-about-pledge article.about .events h2 {
    font-size: 32px;
    margin-bottom: 25px;
  }
  .page-template-page-about-pledge article.about .events h2 em {
    font-size: 20px;
  }
}
.page-template-page-about-pledge article.about .events {
  border-top: none;
}
.page-template-page-about-pledge article.about .events .action {
  display: none;
}
.page-template-page-about-pledge article.about .events:before {
  border-top: none;
}
.page-template-page-about-pledge article.about .events .watch-speaker-reel {
  display: none;
}
.page-template-page-about-pledge article.about .events .view-all {
  display: none;
}
.page-template-page-about-pledge article.about .past-events {
  background-color: #ff4337;
  margin-top: 0;
  margin-bottom: 0;
}
.page-template-page-about-pledge article.about .past-events .container.inner {
  margin-top: 100px;
  margin-bottom: 100px;
}
@media screen and (max-width: 640px) {
  .page-template-page-about-pledge article.about .past-events .container.inner {
    margin-top: 75px;
    margin-bottom: 75px;
  }
}
@media screen and (max-width: 1000px) {
  .page-template-page-about-pledge article.about .past-events .container.inner {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.page-template-page-about-pledge article.about .past-events h4 {
  font-size: 65px;
  font-weight: normal;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 50px;
}
@media screen and (max-width: 640px) {
  .page-template-page-about-pledge article.about .past-events h4 {
    font-size: 48px;
    margin-bottom: 38px;
  }
}
.page-template-page-about-pledge article.about .past-events ul {
  margin-left: 0;
}
.page-template-page-about-pledge article.about .past-events ul > li {
  opacity: 0;
  font-family: "DINNextLTPro-Regular", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #ffffff;
  line-height: 31px;
  list-style: none;
}
@media screen and (max-width: 640px) {
  .page-template-page-about-pledge article.about .past-events ul > li {
    font-size: 14px;
    line-height: 28px;
  }
}
.page-template-page-about-pledge footer {
  margin-top: 0;
}
