@charset "UTF-8";
/*!
 * Bootstrap v2.3.1
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
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: "ff-enzo-web", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 24px;
  color: #748598;
  background-color: #e7eaee;
}

a {
  color: #3780cb;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #255a90;
  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-fixed-bottom .container {
  width: 940px;
}

.span1 {
  width: 60px;
}

.span2 {
  width: 140px;
}

.span3 {
  width: 220px;
}

.span4 {
  width: 300px;
}

.span5 {
  width: 380px;
}

.span6 {
  width: 460px;
}

.span7 {
  width: 540px;
}

.span8 {
  width: 620px;
}

.span9 {
  width: 700px;
}

.span10 {
  width: 780px;
}

.span11 {
  width: 860px;
}

.span12 {
  width: 940px;
}

.offset1 {
  margin-left: 100px;
}

.offset2 {
  margin-left: 180px;
}

.offset3 {
  margin-left: 260px;
}

.offset4 {
  margin-left: 340px;
}

.offset5 {
  margin-left: 420px;
}

.offset6 {
  margin-left: 500px;
}

.offset7 {
  margin-left: 580px;
}

.offset8 {
  margin-left: 660px;
}

.offset9 {
  margin-left: 740px;
}

.offset10 {
  margin-left: 820px;
}

.offset11 {
  margin-left: 900px;
}

.offset12 {
  margin-left: 980px;
}

.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: 34px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 2.12766%;
  *margin-left: 2.07447%;
}
.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
.row-fluid .controls-row [class*="span"] + [class*="span"] {
  margin-left: 2.12766%;
}
.row-fluid .span1 {
  width: 6.38298%;
  *width: 6.32979%;
}
.row-fluid .span2 {
  width: 14.89362%;
  *width: 14.84043%;
}
.row-fluid .span3 {
  width: 23.40426%;
  *width: 23.35106%;
}
.row-fluid .span4 {
  width: 31.91489%;
  *width: 31.8617%;
}
.row-fluid .span5 {
  width: 40.42553%;
  *width: 40.37234%;
}
.row-fluid .span6 {
  width: 48.93617%;
  *width: 48.88298%;
}
.row-fluid .span7 {
  width: 57.44681%;
  *width: 57.39362%;
}
.row-fluid .span8 {
  width: 65.95745%;
  *width: 65.90426%;
}
.row-fluid .span9 {
  width: 74.46809%;
  *width: 74.41489%;
}
.row-fluid .span10 {
  width: 82.97872%;
  *width: 82.92553%;
}
.row-fluid .span11 {
  width: 91.48936%;
  *width: 91.43617%;
}
.row-fluid .span12 {
  width: 100%;
  *width: 99.94681%;
}
.row-fluid .offset1 {
  margin-left: 10.6383%;
  *margin-left: 10.53191%;
}
.row-fluid .offset1:first-child {
  margin-left: 8.51064%;
  *margin-left: 8.40426%;
}
.row-fluid .offset2 {
  margin-left: 19.14894%;
  *margin-left: 19.04255%;
}
.row-fluid .offset2:first-child {
  margin-left: 17.02128%;
  *margin-left: 16.91489%;
}
.row-fluid .offset3 {
  margin-left: 27.65957%;
  *margin-left: 27.55319%;
}
.row-fluid .offset3:first-child {
  margin-left: 25.53191%;
  *margin-left: 25.42553%;
}
.row-fluid .offset4 {
  margin-left: 36.17021%;
  *margin-left: 36.06383%;
}
.row-fluid .offset4:first-child {
  margin-left: 34.04255%;
  *margin-left: 33.93617%;
}
.row-fluid .offset5 {
  margin-left: 44.68085%;
  *margin-left: 44.57447%;
}
.row-fluid .offset5:first-child {
  margin-left: 42.55319%;
  *margin-left: 42.44681%;
}
.row-fluid .offset6 {
  margin-left: 53.19149%;
  *margin-left: 53.08511%;
}
.row-fluid .offset6:first-child {
  margin-left: 51.06383%;
  *margin-left: 50.95745%;
}
.row-fluid .offset7 {
  margin-left: 61.70213%;
  *margin-left: 61.59574%;
}
.row-fluid .offset7:first-child {
  margin-left: 59.57447%;
  *margin-left: 59.46809%;
}
.row-fluid .offset8 {
  margin-left: 70.21277%;
  *margin-left: 70.10638%;
}
.row-fluid .offset8:first-child {
  margin-left: 68.08511%;
  *margin-left: 67.97872%;
}
.row-fluid .offset9 {
  margin-left: 78.7234%;
  *margin-left: 78.61702%;
}
.row-fluid .offset9:first-child {
  margin-left: 76.59574%;
  *margin-left: 76.48936%;
}
.row-fluid .offset10 {
  margin-left: 87.23404%;
  *margin-left: 87.12766%;
}
.row-fluid .offset10:first-child {
  margin-left: 85.10638%;
  *margin-left: 85%;
}
.row-fluid .offset11 {
  margin-left: 95.74468%;
  *margin-left: 95.6383%;
}
.row-fluid .offset11:first-child {
  margin-left: 93.61702%;
  *margin-left: 93.51064%;
}
.row-fluid .offset12 {
  margin-left: 104.25532%;
  *margin-left: 104.14894%;
}
.row-fluid .offset12:first-child {
  margin-left: 102.12766%;
  *margin-left: 102.02128%;
}

[class*="span"].hide,
.row-fluid [class*="span"].hide {
  display: none;
}

[class*="span"].pull-right, [class*="span"].alignright, .jumbotron-mini [class*="span"].action,
.row-fluid [class*="span"].pull-right,
.row-fluid [class*="span"].alignright,
.row-fluid .jumbotron-mini [class*="span"].action,
.jumbotron-mini .row-fluid [class*="span"].action {
  float: right;
}

p {
  margin: 0 0 12px;
}

.lead {
  margin-bottom: 24px;
  font-size: 22.5px;
  font-weight: 200;
  line-height: 36px;
}

small {
  font-size: 85%;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

cite {
  font-style: normal;
}

.muted {
  color: #999;
}

a.muted:hover,
a.muted:focus {
  color: gray;
}

.text-warning {
  color: #c09853;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #a47e3c;
}

.text-error {
  color: #b94a48;
}

a.text-error:hover,
a.text-error:focus {
  color: #953b39;
}

.text-info {
  color: #3a87ad;
}

a.text-info:hover,
a.text-info:focus {
  color: #2d6987;
}

.text-success {
  color: #468847;
}

a.text-success:hover,
a.text-success:focus {
  color: #356635;
}

.text-left {
  text-align: left;
}

.text-right, .jumbotron-mini .action {
  text-align: right;
}

.text-center {
  text-align: center;
}

h1, h2, h3, h4, h5, h6 {
  margin: 12px 0;
  font-family: inherit;
  font-weight: 400;
  line-height: 24px;
  color: #173c5c;
  text-rendering: optimizelegibility;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999;
}

h1,
h2,
h3 {
  line-height: 48px;
}

h1 {
  font-size: 41.25px;
}

h2 {
  font-size: 33.75px;
}

h3 {
  font-size: 26.25px;
}

h4 {
  font-size: 18.75px;
}

h5 {
  font-size: 15px;
}

h6 {
  font-size: 12.75px;
}

h1 small {
  font-size: 26.25px;
}

h2 small {
  font-size: 18.75px;
}

h3 small {
  font-size: 15px;
}

h4 small {
  font-size: 15px;
}

.page-header {
  padding-bottom: 11px;
  margin: 24px 0 36px;
  border-bottom: 1px solid #eee;
}

ul, ol {
  padding: 0;
  margin: 0 0 12px 25px;
}

ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}

li {
  line-height: 24px;
}

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;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-bottom: 24px;
}

dt,
dd {
  line-height: 24px;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 12px;
}

.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: 24px 0;
  border: 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #fff;
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999;
}

abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 24px;
  border-left: 5px solid #eee;
}
blockquote p {
  margin-bottom: 0;
  font-size: 18.75px;
  font-weight: 300;
  line-height: 1.25;
}
blockquote small {
  display: block;
  line-height: 24px;
  color: #999;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right, blockquote.alignright, .jumbotron-mini blockquote.action {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eee;
  border-left: 0;
}
blockquote.pull-right p, blockquote.alignright p, .jumbotron-mini blockquote.action p,
blockquote.pull-right small,
blockquote.alignright small,
.jumbotron-mini blockquote.action small {
  text-align: right;
}
blockquote.pull-right small:before, blockquote.alignright small:before, .jumbotron-mini blockquote.action small:before {
  content: '';
}
blockquote.pull-right small:after, blockquote.alignright small:after, .jumbotron-mini blockquote.action small:after {
  content: '\00A0 \2014';
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}

address {
  display: block;
  margin-bottom: 24px;
  font-style: normal;
  line-height: 24px;
}

form {
  margin: 0 0 24px;
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 24px;
  font-size: 22.5px;
  line-height: 48px;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
legend small {
  font-size: 18px;
  color: #999;
}

label,
input,
button,
select,
textarea {
  font-size: 15px;
  font-weight: normal;
  line-height: 24px;
}

input,
button,
select,
textarea {
  font-family: "ff-enzo-web", "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: 24px;
  padding: 4px 6px;
  margin-bottom: 12px;
  font-size: 15px;
  line-height: 24px;
  color: #555;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  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 {
  background-color: #fff;
  border: 1px solid #ccc;
  -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);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.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 {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

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: 34px;
  /* 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: 34px;
}

select {
  width: 220px;
  border: 1px solid #ccc;
  background-color: #fff;
}

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: #999;
  background-color: #fcfcfc;
  border-color: #ccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  cursor: not-allowed;
}

.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}

.uneditable-textarea {
  width: auto;
  height: auto;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999;
}

.radio,
.checkbox {
  min-height: 24px;
  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.span1,
textarea.span1,
.uneditable-input.span1 {
  width: 46px;
}

input.span2,
textarea.span2,
.uneditable-input.span2 {
  width: 126px;
}

input.span3,
textarea.span3,
.uneditable-input.span3 {
  width: 206px;
}

input.span4,
textarea.span4,
.uneditable-input.span4 {
  width: 286px;
}

input.span5,
textarea.span5,
.uneditable-input.span5 {
  width: 366px;
}

input.span6,
textarea.span6,
.uneditable-input.span6 {
  width: 446px;
}

input.span7,
textarea.span7,
.uneditable-input.span7 {
  width: 526px;
}

input.span8,
textarea.span8,
.uneditable-input.span8 {
  width: 606px;
}

input.span9,
textarea.span9,
.uneditable-input.span9 {
  width: 686px;
}

input.span10,
textarea.span10,
.uneditable-input.span10 {
  width: 766px;
}

input.span11,
textarea.span11,
.uneditable-input.span11 {
  width: 846px;
}

input.span12,
textarea.span12,
.uneditable-input.span12 {
  width: 926px;
}

.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: #eee;
}

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: 23px 20px 24px;
  margin-top: 24px;
  margin-bottom: 24px;
  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: #a0acb9;
}

.help-block {
  display: block;
  margin-bottom: 12px;
}

.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: 12px;
  vertical-align: middle;
  font-size: 0;
  white-space: nowrap;
}
.input-append input,
.input-append select,
.input-append .uneditable-input,
.input-append .dropdown-menu,
.input-append .popover,
.input-prepend input,
.input-prepend select,
.input-prepend .uneditable-input,
.input-prepend .dropdown-menu,
.input-prepend .popover {
  font-size: 15px;
}
.input-append input,
.input-append select,
.input-append .uneditable-input,
.input-prepend input,
.input-prepend select,
.input-prepend .uneditable-input {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  vertical-align: top;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-append input:focus,
.input-append select:focus,
.input-append .uneditable-input:focus,
.input-prepend input:focus,
.input-prepend select:focus,
.input-prepend .uneditable-input:focus {
  z-index: 2;
}
.input-append .add-on,
.input-prepend .add-on {
  display: inline-block;
  width: auto;
  height: 24px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 15px;
  font-weight: normal;
  line-height: 24px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  background-color: #eee;
  border: 1px solid #ccc;
}
.input-append .add-on,
.input-append .btn,
.input-append .btn-group > .dropdown-toggle,
.input-prepend .add-on,
.input-prepend .btn,
.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: white;
  border-color: #9af9bf;
}

.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-search textarea,
.form-search select,
.form-search .help-inline,
.form-search .uneditable-input,
.form-search .input-prepend,
.form-search .input-append,
.form-inline input,
.form-inline textarea,
.form-inline select,
.form-inline .help-inline,
.form-inline .uneditable-input,
.form-inline .input-prepend,
.form-inline .input-append,
.form-horizontal input,
.form-horizontal textarea,
.form-horizontal select,
.form-horizontal .help-inline,
.form-horizontal .uneditable-input,
.form-horizontal .input-prepend,
.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: 12px;
}

legend + .control-group {
  margin-top: 24px;
  -webkit-margin-top-collapse: separate;
}

.form-horizontal .control-group {
  margin-bottom: 24px;
  *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: 12px;
}
.form-horizontal .form-actions {
  padding-left: 180px;
}

.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: 24px;
  color: #000;
  text-shadow: 0 1px 0 white;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover, .close:focus {
  color: #000;
  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;
}

.btn {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 24px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: whitesmoke;
  background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
  background-image: -o-linear-gradient(top, #fff, #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 #ccc;
  *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, 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);
}
.btn:hover, .btn:focus, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
  color: #333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.btn:active, .btn.active {
  background-color: #cccccc \9;
}
.btn:first-child {
  *margin-left: 0;
}
.btn:hover, .btn:focus {
  color: #333;
  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, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 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: 18.75px;
  -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: 12.75px;
  -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: 0px 6px;
  font-size: 11.25px;
  -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: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #376ccb;
  background-image: -moz-linear-gradient(top, #3780cb, #374fcb);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3780cb), to(#374fcb));
  background-image: -webkit-linear-gradient(top, #3780cb, #374fcb);
  background-image: -o-linear-gradient(top, #3780cb, #374fcb);
  background-image: linear-gradient(to bottom, #3780cb, #374fcb);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF3780CB', endColorstr='#FF374FCB', GradientType=0);
  border-color: #374fcb #374fcb #253690;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #374fcb;
  /* 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:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
  color: #fff;
  background-color: #374fcb;
  *background-color: #3046b9;
}
.btn-primary:active, .btn-primary.active {
  background-color: #2b3ea4 \9;
}

.btn-warning {
  color: #fff;
  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:focus, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
  color: #fff;
  background-color: #f89406;
  *background-color: #df8505;
}
.btn-warning:active, .btn-warning.active {
  background-color: #c67605 \9;
}

.btn-danger {
  color: #fff;
  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:focus, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
  color: #fff;
  background-color: #bd362f;
  *background-color: #a9302a;
}
.btn-danger:active, .btn-danger.active {
  background-color: #942a25 \9;
}

.btn-success {
  color: #fff;
  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:focus, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
  color: #fff;
  background-color: #51a351;
  *background-color: #499249;
}
.btn-success:active, .btn-success.active {
  background-color: #408140 \9;
}

.btn-info {
  color: #fff;
  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:focus, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
  color: #fff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}
.btn-info:active, .btn-info.active {
  background-color: #24748c \9;
}

.btn-inverse {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background-image: -moz-linear-gradient(top, #444, #222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444), to(#222));
  background-image: -webkit-linear-gradient(top, #444, #222);
  background-image: -o-linear-gradient(top, #444, #222);
  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: #222 #222 black;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #222;
  /* 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:focus, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
  color: #fff;
  background-color: #222;
  *background-color: #151515;
}
.btn-inverse:active, .btn-inverse.active {
  background-color: #090909 \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: #3780cb;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.btn-link:hover,
.btn-link:focus {
  color: #255a90;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover,
.btn-link[disabled]:focus {
  color: #333;
  text-decoration: none;
}

.nav {
  margin-left: 0;
  margin-bottom: 24px;
  list-style: none;
}

.nav > li > a {
  display: block;
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}

.nav > li > a > img {
  max-width: none;
}

.nav > .pull-right, .nav > .alignright, .jumbotron-mini .nav > .action {
  float: right;
}

.nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 24px;
  color: #999;
  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,
.nav-list > .active > a:focus {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #3780cb;
}

.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  margin-right: 2px;
}

.nav-list .divider {
  *width: 100%;
  height: 1px;
  margin: 11px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #fff;
}

.nav-tabs,
.nav-pills {
  *zoom: 1;
}
.nav-tabs:before, .nav-tabs:after,
.nav-pills:before,
.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: 24px;
  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, .nav-tabs > li > a:focus {
  border-color: #eee #eee #ddd;
}

.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  color: #555;
  background-color: #e7eaee;
  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,
.nav-pills > .active > a:focus {
  color: #fff;
  background-color: #3780cb;
}

.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,
.nav-tabs.nav-stacked > li > a:focus {
  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: #3780cb;
  border-bottom-color: #3780cb;
  margin-top: 6px;
}

.nav .dropdown-toggle:hover .caret,
.nav .dropdown-toggle:focus .caret {
  border-top-color: #255a90;
  border-bottom-color: #255a90;
}

/* 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: #555;
  border-bottom-color: #555;
}

.nav > .dropdown.active > a:hover,
.nav > .dropdown.active > a:focus {
  cursor: pointer;
}

.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover,
.nav > li.dropdown.open.active > a:focus {
  color: #fff;
  background-color: #999;
  border-color: #999;
}

.nav li.dropdown.open .caret,
.nav li.dropdown.open.active .caret,
.nav li.dropdown.open a:hover .caret,
.nav li.dropdown.open a:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}

.tabs-stacked .open > a:hover,
.tabs-stacked .open > a:focus {
  border-color: #999;
}

.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, .tabs-below > .nav-tabs > li > a:focus {
  border-bottom-color: transparent;
  border-top-color: #ddd;
}

.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  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,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eee #ddd #eee #eee;
}

.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #fff;
}

.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,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #eee #eee #eee #ddd;
}

.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #fff;
}

.nav > .disabled > a {
  color: #999;
}

.nav > .disabled > a:hover,
.nav > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  cursor: default;
}

.navbar {
  overflow: visible;
  margin-bottom: 24px;
  *position: relative;
  *z-index: 2;
}

.navbar-inner {
  min-height: 100px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #1b425b;
  background-image: -moz-linear-gradient(top, #1f475c, #163a59);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1f475c), to(#163a59));
  background-image: -webkit-linear-gradient(top, #1f475c, #163a59);
  background-image: -o-linear-gradient(top, #1f475c, #163a59);
  background-image: linear-gradient(to bottom, #1f475c, #163a59);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF1F475C', endColorstr='#FF163A59', GradientType=0);
  border: 1px solid none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  *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: 38px 20px 38px;
  margin-left: -20px;
  font-size: 20px;
  font-weight: 200;
  color: #f4f6f8;
  text-shadow: 0 1px 0 #1f475c;
}
.navbar .brand:hover, .navbar .brand:focus {
  text-decoration: none;
}

.navbar-text {
  margin-bottom: 0;
  line-height: 100px;
  color: #f4f6f8;
}

.navbar-link {
  color: #a8bbcd;
}
.navbar-link:hover, .navbar-link:focus {
  color: #c8d4e0;
}

.navbar .divider-vertical {
  height: 100px;
  margin: 0 9px;
  border-left: 1px solid #163a59;
  border-right: 1px solid #1f475c;
}

.navbar .btn,
.navbar .btn-group {
  margin-top: 35px;
}

.navbar .btn-group .btn,
.navbar .input-prepend .btn,
.navbar .input-append .btn,
.navbar .input-prepend .btn-group,
.navbar .input-append .btn-group {
  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: 35px;
}
.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: 35px;
  margin-bottom: 0;
}
.navbar-search .search-query {
  margin-bottom: 0;
  padding: 4px 14px;
  font-family: "ff-enzo-web", "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, 0.1);
  -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}

.navbar-fixed-bottom {
  bottom: 0;
}
.navbar-fixed-bottom .navbar-inner {
  -webkit-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
}

.navbar .nav {
  position: relative;
  left: 0;
  display: block;
  float: left;
  margin: 0 10px 0 0;
}

.navbar .nav.pull-right, .navbar .nav.alignright, .navbar .jumbotron-mini .nav.action, .jumbotron-mini .navbar .nav.action {
  float: right;
  margin-right: 0;
}

.navbar .nav > li {
  float: left;
}

.navbar .nav > li > a {
  float: none;
  padding: 38px 15px 38px;
  color: #a8bbcd;
  text-decoration: none;
  text-shadow: 0 1px 0 #1f475c;
}

.navbar .nav .dropdown-toggle .caret {
  margin-top: 8px;
}

.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  background-color: transparent;
  color: #c8d4e0;
  text-decoration: none;
}

.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  color: #555;
  text-decoration: none;
  background-color: #305a68;
  -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: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #163447;
  background-image: -moz-linear-gradient(top, #193849, #112d45);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#193849), to(#112d45));
  background-image: -webkit-linear-gradient(top, #193849, #112d45);
  background-image: -o-linear-gradient(top, #193849, #112d45);
  background-image: linear-gradient(to bottom, #193849, #112d45);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF193849', endColorstr='#FF112D45', GradientType=0);
  border-color: #112d45 #112d45 #020507;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #112d45;
  /* 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, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
}
.navbar .btn-navbar:hover, .navbar .btn-navbar:focus, .navbar .btn-navbar:active, .navbar .btn-navbar.active, .navbar .btn-navbar.disabled, .navbar .btn-navbar[disabled] {
  color: #fff;
  background-color: #112d45;
  *background-color: #0c1f30;
}
.navbar .btn-navbar:active, .navbar .btn-navbar.active {
  background-color: #07121c \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 #fff;
  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 #fff;
  border-bottom: 0;
  bottom: -6px;
  top: auto;
}

.navbar .nav li.dropdown > a:hover .caret,
.navbar .nav li.dropdown > a:focus .caret {
  border-top-color: #555;
  border-bottom-color: #555;
}

.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #305a68;
  color: #555;
}

.navbar .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #a8bbcd;
  border-bottom-color: #a8bbcd;
}

.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: #555;
  border-bottom-color: #555;
}

.navbar .pull-right > li > .dropdown-menu, .navbar .alignright > li > .dropdown-menu, .navbar .jumbotron-mini .action > li > .dropdown-menu, .jumbotron-mini .navbar .action > li > .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right,
.navbar .nav > li > .dropdown-menu.alignright,
.navbar .jumbotron-mini .nav > li > .dropdown-menu.action,
.jumbotron-mini .navbar .nav > li > .dropdown-menu.action {
  left: auto;
  right: 0;
}
.navbar .pull-right > li > .dropdown-menu:before, .navbar .alignright > li > .dropdown-menu:before, .navbar .jumbotron-mini .action > li > .dropdown-menu:before, .jumbotron-mini .navbar .action > li > .dropdown-menu:before,
.navbar .nav > li > .dropdown-menu.pull-right:before,
.navbar .nav > li > .dropdown-menu.alignright:before,
.navbar .jumbotron-mini .nav > li > .dropdown-menu.action:before,
.jumbotron-mini .navbar .nav > li > .dropdown-menu.action:before {
  left: auto;
  right: 12px;
}
.navbar .pull-right > li > .dropdown-menu:after, .navbar .alignright > li > .dropdown-menu:after, .navbar .jumbotron-mini .action > li > .dropdown-menu:after, .jumbotron-mini .navbar .action > li > .dropdown-menu:after,
.navbar .nav > li > .dropdown-menu.pull-right:after,
.navbar .nav > li > .dropdown-menu.alignright:after,
.navbar .jumbotron-mini .nav > li > .dropdown-menu.action:after,
.jumbotron-mini .navbar .nav > li > .dropdown-menu.action:after {
  left: auto;
  right: 13px;
}
.navbar .pull-right > li > .dropdown-menu .dropdown-menu, .navbar .alignright > li > .dropdown-menu .dropdown-menu, .navbar .jumbotron-mini .action > li > .dropdown-menu .dropdown-menu, .jumbotron-mini .navbar .action > li > .dropdown-menu .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu,
.navbar .nav > li > .dropdown-menu.alignright .dropdown-menu,
.navbar .jumbotron-mini .nav > li > .dropdown-menu.action .dropdown-menu,
.jumbotron-mini .navbar .nav > li > .dropdown-menu.action .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: #999;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar-inverse .brand:hover, .navbar-inverse .brand:focus,
.navbar-inverse .nav > li > a:hover,
.navbar-inverse .nav > li > a:focus {
  color: #fff;
}
.navbar-inverse .brand {
  color: #999;
}
.navbar-inverse .navbar-text {
  color: #999;
}
.navbar-inverse .nav > li > a:focus,
.navbar-inverse .nav > li > a:hover {
  background-color: transparent;
  color: #fff;
}
.navbar-inverse .nav .active > a,
.navbar-inverse .nav .active > a:hover,
.navbar-inverse .nav .active > a:focus {
  color: #fff;
  background-color: #111111;
}
.navbar-inverse .navbar-link {
  color: #999;
}
.navbar-inverse .navbar-link:hover, .navbar-inverse .navbar-link:focus {
  color: #fff;
}
.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: #fff;
}
.navbar-inverse .nav li.dropdown > a:hover .caret,
.navbar-inverse .nav li.dropdown > a:focus .caret {
  border-top-color: #fff;
  color: #fff;
}
.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #999;
  border-bottom-color: #999;
}
.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: #fff;
  border-bottom-color: #fff;
}
.navbar-inverse .navbar-search .search-query {
  color: #fff;
  background-color: #515151;
  border-color: #111111;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.navbar-inverse .navbar-search .search-query:-moz-placeholder {
  color: #ccc;
}
.navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
  color: #ccc;
}
.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
  color: #ccc;
}
.navbar-inverse .navbar-search .search-query:focus, .navbar-inverse .navbar-search .search-query.focused {
  padding: 5px 15px;
  color: #333;
  text-shadow: 0 1px 0 #fff;
  background-color: #fff;
  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: #fff;
  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 black;
  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:focus, .navbar-inverse .btn-navbar:active, .navbar-inverse .btn-navbar.active, .navbar-inverse .btn-navbar.disabled, .navbar-inverse .btn-navbar[disabled] {
  color: #fff;
  background-color: #040404;
  *background-color: black;
}
.navbar-inverse .btn-navbar:active, .navbar-inverse .btn-navbar.active {
  background-color: black \9;
}

.breadcrumb {
  padding: 8px 15px;
  margin: 0 0 24px;
  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 #fff;
}
.breadcrumb > li > .divider {
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb .active {
  color: #999;
}

.pagination {
  margin: 24px 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: 24px;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-left-width: 0;
}

.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #f5f5f5;
}

.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #999;
  cursor: default;
}

.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
  color: #999;
  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: 18.75px;
}
.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-mini ul > li:first-child > span,
.pagination-small ul > li:first-child > a,
.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-mini ul > li:last-child > span,
.pagination-small ul > li:last-child > a,
.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: 12.75px;
}

.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
  padding: 0px 6px;
  font-size: 11.25px;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.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: #fff;
  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 0.3s linear, top 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
  -o-transition: opacity 0.3s linear, top 0.3s ease-out;
  transition: opacity 0.3s linear, top 0.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 #fff;
  -moz-box-shadow: inset 0 1px 0 #fff;
  box-shadow: inset 0 1px 0 #fff;
  *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;
}

.carousel {
  position: relative;
  margin-bottom: 24px;
  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,
.carousel-inner > .item > a > 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: #fff;
  text-align: center;
  background: #222;
  border: 3px solid #fff;
  -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, .carousel-control:focus {
  color: #fff;
  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: #333;
  background: rgba(0, 0, 0, 0.75);
}

.carousel-caption h4,
.carousel-caption p {
  color: #fff;
  line-height: 24px;
}

.carousel-caption h4 {
  margin: 0 0 5px;
}

.carousel-caption p {
  margin-bottom: 0;
}

.pull-right, .alignright, .jumbotron-mini .action {
  float: right;
}

.pull-left, .alignleft {
  float: left;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.affix {
  position: fixed;
}

.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: 34px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*!
 * Bootstrap Responsive v2.3.1
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
@-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;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: inherit !important;
  }

  .hidden-print {
    display: none !important;
  }
}
.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: 34px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media (min-width: 1200px) {
  .row {
    margin-left: -30px;
    *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: 30px;
  }

  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 1170px;
  }

  .span1 {
    width: 70px;
  }

  .span2 {
    width: 170px;
  }

  .span3 {
    width: 270px;
  }

  .span4 {
    width: 370px;
  }

  .span5 {
    width: 470px;
  }

  .span6 {
    width: 570px;
  }

  .span7 {
    width: 670px;
  }

  .span8 {
    width: 770px;
  }

  .span9 {
    width: 870px;
  }

  .span10 {
    width: 970px;
  }

  .span11 {
    width: 1070px;
  }

  .span12 {
    width: 1170px;
  }

  .offset1 {
    margin-left: 130px;
  }

  .offset2 {
    margin-left: 230px;
  }

  .offset3 {
    margin-left: 330px;
  }

  .offset4 {
    margin-left: 430px;
  }

  .offset5 {
    margin-left: 530px;
  }

  .offset6 {
    margin-left: 630px;
  }

  .offset7 {
    margin-left: 730px;
  }

  .offset8 {
    margin-left: 830px;
  }

  .offset9 {
    margin-left: 930px;
  }

  .offset10 {
    margin-left: 1030px;
  }

  .offset11 {
    margin-left: 1130px;
  }

  .offset12 {
    margin-left: 1230px;
  }

  .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: 34px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.5641%;
    *margin-left: 2.51091%;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.5641%;
  }
  .row-fluid .span1 {
    width: 5.98291%;
    *width: 5.92971%;
  }
  .row-fluid .span2 {
    width: 14.52991%;
    *width: 14.47672%;
  }
  .row-fluid .span3 {
    width: 23.07692%;
    *width: 23.02373%;
  }
  .row-fluid .span4 {
    width: 31.62393%;
    *width: 31.57074%;
  }
  .row-fluid .span5 {
    width: 40.17094%;
    *width: 40.11775%;
  }
  .row-fluid .span6 {
    width: 48.71795%;
    *width: 48.66476%;
  }
  .row-fluid .span7 {
    width: 57.26496%;
    *width: 57.21177%;
  }
  .row-fluid .span8 {
    width: 65.81197%;
    *width: 65.75877%;
  }
  .row-fluid .span9 {
    width: 74.35897%;
    *width: 74.30578%;
  }
  .row-fluid .span10 {
    width: 82.90598%;
    *width: 82.85279%;
  }
  .row-fluid .span11 {
    width: 91.45299%;
    *width: 91.3998%;
  }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.94681%;
  }
  .row-fluid .offset1 {
    margin-left: 11.11111%;
    *margin-left: 11.00473%;
  }
  .row-fluid .offset1:first-child {
    margin-left: 8.54701%;
    *margin-left: 8.44063%;
  }
  .row-fluid .offset2 {
    margin-left: 19.65812%;
    *margin-left: 19.55174%;
  }
  .row-fluid .offset2:first-child {
    margin-left: 17.09402%;
    *margin-left: 16.98763%;
  }
  .row-fluid .offset3 {
    margin-left: 28.20513%;
    *margin-left: 28.09875%;
  }
  .row-fluid .offset3:first-child {
    margin-left: 25.64103%;
    *margin-left: 25.53464%;
  }
  .row-fluid .offset4 {
    margin-left: 36.75214%;
    *margin-left: 36.64575%;
  }
  .row-fluid .offset4:first-child {
    margin-left: 34.18803%;
    *margin-left: 34.08165%;
  }
  .row-fluid .offset5 {
    margin-left: 45.29915%;
    *margin-left: 45.19276%;
  }
  .row-fluid .offset5:first-child {
    margin-left: 42.73504%;
    *margin-left: 42.62866%;
  }
  .row-fluid .offset6 {
    margin-left: 53.84615%;
    *margin-left: 53.73977%;
  }
  .row-fluid .offset6:first-child {
    margin-left: 51.28205%;
    *margin-left: 51.17567%;
  }
  .row-fluid .offset7 {
    margin-left: 62.39316%;
    *margin-left: 62.28678%;
  }
  .row-fluid .offset7:first-child {
    margin-left: 59.82906%;
    *margin-left: 59.72268%;
  }
  .row-fluid .offset8 {
    margin-left: 70.94017%;
    *margin-left: 70.83379%;
  }
  .row-fluid .offset8:first-child {
    margin-left: 68.37607%;
    *margin-left: 68.26969%;
  }
  .row-fluid .offset9 {
    margin-left: 79.48718%;
    *margin-left: 79.3808%;
  }
  .row-fluid .offset9:first-child {
    margin-left: 76.92308%;
    *margin-left: 76.81669%;
  }
  .row-fluid .offset10 {
    margin-left: 88.03419%;
    *margin-left: 87.92781%;
  }
  .row-fluid .offset10:first-child {
    margin-left: 85.47009%;
    *margin-left: 85.3637%;
  }
  .row-fluid .offset11 {
    margin-left: 96.5812%;
    *margin-left: 96.47481%;
  }
  .row-fluid .offset11:first-child {
    margin-left: 94.01709%;
    *margin-left: 93.91071%;
  }
  .row-fluid .offset12 {
    margin-left: 105.12821%;
    *margin-left: 105.02182%;
  }
  .row-fluid .offset12:first-child {
    margin-left: 102.5641%;
    *margin-left: 102.45772%;
  }

  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }

  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 30px;
  }

  input.span1,
  textarea.span1,
  .uneditable-input.span1 {
    width: 56px;
  }

  input.span2,
  textarea.span2,
  .uneditable-input.span2 {
    width: 156px;
  }

  input.span3,
  textarea.span3,
  .uneditable-input.span3 {
    width: 256px;
  }

  input.span4,
  textarea.span4,
  .uneditable-input.span4 {
    width: 356px;
  }

  input.span5,
  textarea.span5,
  .uneditable-input.span5 {
    width: 456px;
  }

  input.span6,
  textarea.span6,
  .uneditable-input.span6 {
    width: 556px;
  }

  input.span7,
  textarea.span7,
  .uneditable-input.span7 {
    width: 656px;
  }

  input.span8,
  textarea.span8,
  .uneditable-input.span8 {
    width: 756px;
  }

  input.span9,
  textarea.span9,
  .uneditable-input.span9 {
    width: 856px;
  }

  input.span10,
  textarea.span10,
  .uneditable-input.span10 {
    width: 956px;
  }

  input.span11,
  textarea.span11,
  .uneditable-input.span11 {
    width: 1056px;
  }

  input.span12,
  textarea.span12,
  .uneditable-input.span12 {
    width: 1156px;
  }

  .thumbnails {
    margin-left: -30px;
  }

  .thumbnails > li {
    margin-left: 30px;
  }

  .row-fluid .thumbnails {
    margin-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .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-fixed-bottom .container {
    width: 724px;
  }

  .span1 {
    width: 42px;
  }

  .span2 {
    width: 104px;
  }

  .span3 {
    width: 166px;
  }

  .span4 {
    width: 228px;
  }

  .span5 {
    width: 290px;
  }

  .span6 {
    width: 352px;
  }

  .span7 {
    width: 414px;
  }

  .span8 {
    width: 476px;
  }

  .span9 {
    width: 538px;
  }

  .span10 {
    width: 600px;
  }

  .span11 {
    width: 662px;
  }

  .span12 {
    width: 724px;
  }

  .offset1 {
    margin-left: 82px;
  }

  .offset2 {
    margin-left: 144px;
  }

  .offset3 {
    margin-left: 206px;
  }

  .offset4 {
    margin-left: 268px;
  }

  .offset5 {
    margin-left: 330px;
  }

  .offset6 {
    margin-left: 392px;
  }

  .offset7 {
    margin-left: 454px;
  }

  .offset8 {
    margin-left: 516px;
  }

  .offset9 {
    margin-left: 578px;
  }

  .offset10 {
    margin-left: 640px;
  }

  .offset11 {
    margin-left: 702px;
  }

  .offset12 {
    margin-left: 764px;
  }

  .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: 34px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.76243%;
    *margin-left: 2.70924%;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.76243%;
  }
  .row-fluid .span1 {
    width: 5.8011%;
    *width: 5.74791%;
  }
  .row-fluid .span2 {
    width: 14.36464%;
    *width: 14.31145%;
  }
  .row-fluid .span3 {
    width: 22.92818%;
    *width: 22.87499%;
  }
  .row-fluid .span4 {
    width: 31.49171%;
    *width: 31.43852%;
  }
  .row-fluid .span5 {
    width: 40.05525%;
    *width: 40.00206%;
  }
  .row-fluid .span6 {
    width: 48.61878%;
    *width: 48.56559%;
  }
  .row-fluid .span7 {
    width: 57.18232%;
    *width: 57.12913%;
  }
  .row-fluid .span8 {
    width: 65.74586%;
    *width: 65.69266%;
  }
  .row-fluid .span9 {
    width: 74.30939%;
    *width: 74.2562%;
  }
  .row-fluid .span10 {
    width: 82.87293%;
    *width: 82.81974%;
  }
  .row-fluid .span11 {
    width: 91.43646%;
    *width: 91.38327%;
  }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.94681%;
  }
  .row-fluid .offset1 {
    margin-left: 11.32597%;
    *margin-left: 11.21958%;
  }
  .row-fluid .offset1:first-child {
    margin-left: 8.56354%;
    *margin-left: 8.45715%;
  }
  .row-fluid .offset2 {
    margin-left: 19.8895%;
    *margin-left: 19.78312%;
  }
  .row-fluid .offset2:first-child {
    margin-left: 17.12707%;
    *margin-left: 17.02069%;
  }
  .row-fluid .offset3 {
    margin-left: 28.45304%;
    *margin-left: 28.34666%;
  }
  .row-fluid .offset3:first-child {
    margin-left: 25.69061%;
    *margin-left: 25.58422%;
  }
  .row-fluid .offset4 {
    margin-left: 37.01657%;
    *margin-left: 36.91019%;
  }
  .row-fluid .offset4:first-child {
    margin-left: 34.25414%;
    *margin-left: 34.14776%;
  }
  .row-fluid .offset5 {
    margin-left: 45.58011%;
    *margin-left: 45.47373%;
  }
  .row-fluid .offset5:first-child {
    margin-left: 42.81768%;
    *margin-left: 42.7113%;
  }
  .row-fluid .offset6 {
    margin-left: 54.14365%;
    *margin-left: 54.03726%;
  }
  .row-fluid .offset6:first-child {
    margin-left: 51.38122%;
    *margin-left: 51.27483%;
  }
  .row-fluid .offset7 {
    margin-left: 62.70718%;
    *margin-left: 62.6008%;
  }
  .row-fluid .offset7:first-child {
    margin-left: 59.94475%;
    *margin-left: 59.83837%;
  }
  .row-fluid .offset8 {
    margin-left: 71.27072%;
    *margin-left: 71.16434%;
  }
  .row-fluid .offset8:first-child {
    margin-left: 68.50829%;
    *margin-left: 68.4019%;
  }
  .row-fluid .offset9 {
    margin-left: 79.83425%;
    *margin-left: 79.72787%;
  }
  .row-fluid .offset9:first-child {
    margin-left: 77.07182%;
    *margin-left: 76.96544%;
  }
  .row-fluid .offset10 {
    margin-left: 88.39779%;
    *margin-left: 88.29141%;
  }
  .row-fluid .offset10:first-child {
    margin-left: 85.63536%;
    *margin-left: 85.52898%;
  }
  .row-fluid .offset11 {
    margin-left: 96.96133%;
    *margin-left: 96.85494%;
  }
  .row-fluid .offset11:first-child {
    margin-left: 94.1989%;
    *margin-left: 94.09251%;
  }
  .row-fluid .offset12 {
    margin-left: 105.52486%;
    *margin-left: 105.41848%;
  }
  .row-fluid .offset12:first-child {
    margin-left: 102.76243%;
    *margin-left: 102.65605%;
  }

  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }

  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 20px;
  }

  input.span1,
  textarea.span1,
  .uneditable-input.span1 {
    width: 28px;
  }

  input.span2,
  textarea.span2,
  .uneditable-input.span2 {
    width: 90px;
  }

  input.span3,
  textarea.span3,
  .uneditable-input.span3 {
    width: 152px;
  }

  input.span4,
  textarea.span4,
  .uneditable-input.span4 {
    width: 214px;
  }

  input.span5,
  textarea.span5,
  .uneditable-input.span5 {
    width: 276px;
  }

  input.span6,
  textarea.span6,
  .uneditable-input.span6 {
    width: 338px;
  }

  input.span7,
  textarea.span7,
  .uneditable-input.span7 {
    width: 400px;
  }

  input.span8,
  textarea.span8,
  .uneditable-input.span8 {
    width: 462px;
  }

  input.span9,
  textarea.span9,
  .uneditable-input.span9 {
    width: 524px;
  }

  input.span10,
  textarea.span10,
  .uneditable-input.span10 {
    width: 586px;
  }

  input.span11,
  textarea.span11,
  .uneditable-input.span11 {
    width: 648px;
  }

  input.span12,
  textarea.span12,
  .uneditable-input.span12 {
    width: 710px;
  }
}
@media (max-width: 767px) {
  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;
  }
  .dl-horizontal dd {
    margin-left: 0;
  }

  .container {
    width: auto;
  }

  .row-fluid {
    width: 100%;
  }

  .row,
  .thumbnails {
    margin-left: 0;
  }

  .thumbnails > li {
    float: none;
    margin-left: 0;
  }

  [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%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    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 {
    display: block;
    width: 100%;
    min-height: 34px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .input-prepend input,
  .input-append input,
  .input-prepend input[class*="span"],
  .input-append input[class*="span"] {
    display: inline-block;
    width: auto;
  }

  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 0;
  }

  .modal {
    position: fixed;
    top: 20px;
    left: 20px;
    right: 20px;
    width: auto;
    margin: 0;
  }
  .modal.fade {
    top: -100px;
  }
  .modal.fade.in {
    top: 20px;
  }
}
@media (max-width: 480px) {
  .nav-collapse {
    -webkit-transform: translate3d(0, 0, 0);
  }

  .page-header h1 small {
    display: block;
    line-height: 24px;
  }

  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 .alignleft,
  .media .pull-right,
  .media .alignright,
  .media .jumbotron-mini .action,
  .jumbotron-mini .media .action {
    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: 880px) {
  body {
    padding-top: 0;
  }

  .navbar-fixed-top,
  .navbar-fixed-bottom {
    position: static;
  }

  .navbar-fixed-top {
    margin-bottom: 24px;
  }

  .navbar-fixed-bottom {
    margin-top: 24px;
  }

  .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 12px;
  }

  .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: #f4f6f8;
    text-shadow: none;
  }

  .nav-collapse .nav > li > a,
  .nav-collapse .dropdown-menu a {
    padding: 9px 15px;
    font-weight: bold;
    color: #a8bbcd;
    -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 .nav > li > a:focus,
  .nav-collapse .dropdown-menu a:hover,
  .nav-collapse .dropdown-menu a:focus {
    background-color: #163a59;
  }

  .navbar-inverse .nav-collapse .nav > li > a,
  .navbar-inverse .nav-collapse .dropdown-menu a {
    color: #999;
  }

  .navbar-inverse .nav-collapse .nav > li > a:hover,
  .navbar-inverse .nav-collapse .nav > li > a:focus,
  .navbar-inverse .nav-collapse .dropdown-menu a:hover,
  .navbar-inverse .nav-collapse .dropdown-menu a:focus {
    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: 12px 15px;
    margin: 12px 0;
    border-top: 1px solid #163a59;
    border-bottom: 1px solid #163a59;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.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, .navbar .nav-collapse .nav.alignright, .navbar .nav-collapse .jumbotron-mini .nav.action, .jumbotron-mini .navbar .nav-collapse .nav.action {
    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: 881px) {
  .nav-collapse.collapse {
    height: auto !important;
    overflow: visible !important;
  }
}
@-ms-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
@font-face {
  font-family: "lockup";
  src: url('/assets/fonts/lockup.eot?1457622136');
  src: url('/assets/fonts/lockup.eot?&1457622136#iefix') format("embedded-opentype"), url('/assets/fonts/lockup.woff?1457622136') format("woff"), url('/assets/fonts/lockup.ttf?1457622136') format("truetype"), url('/assets/fonts/lockup.svg?1457622136#lockup') format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-lockup"]:before, [class*=" icon-lockup"]:before {
  font-family: "lockup";
}

@font-face {
  font-family: "calendar";
  src: url('/assets/fonts/calendar.eot?1457622136');
  src: url('/assets/fonts/calendar.eot?&1457622136#iefix') format("embedded-opentype"), url('/assets/fonts/calendar.woff?1457622136') format("woff"), url('/assets/fonts/calendar.ttf?1457622136') format("truetype"), url('/assets/fonts/calendar.svg?1457622136#calendar') format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-calendar"]:before, [class*=" icon-calendar"]:before {
  font-family: "calendar";
}

@font-face {
  font-family: "logos";
  src: url('/assets/fonts/logos.eot?1457622136');
  src: url('/assets/fonts/logos.eot?&1457622136#iefix') format("embedded-opentype"), url('/assets/fonts/logos.woff?1457622136') format("woff"), url('/assets/fonts/logos.ttf?1457622136') format("truetype"), url('/assets/fonts/logos.svg?1457622136#logos') format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-logos"]:before, [class*=" icon-logos"]:before {
  font-family: "logos";
}

@font-face {
  font-family: "misc";
  src: url('/assets/fonts/misc.eot?1457622136');
  src: url('/assets/fonts/misc.eot?&1457622136#iefix') format("embedded-opentype"), url('/assets/fonts/misc.woff?1457622136') format("woff"), url('/assets/fonts/misc.ttf?1457622136') format("truetype"), url('/assets/fonts/misc.svg?1457622136#misc') format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-misc"]:before, [class*=" icon-misc"]:before {
  font-family: "misc";
}

@font-face {
  font-family: "social";
  src: url('/assets/fonts/social.eot?1457622136');
  src: url('/assets/fonts/social.eot?&1457622136#iefix') format("embedded-opentype"), url('/assets/fonts/social.woff?1457622136') format("woff"), url('/assets/fonts/social.ttf?1457622136') format("truetype"), url('/assets/fonts/social.svg?1457622136#social') format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-social"]:before, [class*=" icon-social"]:before {
  font-family: "social";
}

@font-face {
  font-family: "ui";
  src: url('/assets/fonts/ui.eot?1457622136');
  src: url('/assets/fonts/ui.eot?&1457622136#iefix') format("embedded-opentype"), url('/assets/fonts/ui.woff?1457622136') format("woff"), url('/assets/fonts/ui.ttf?1457622136') format("truetype"), url('/assets/fonts/ui.svg?1457622136#ui') format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-ui"]:before, [class*=" icon-ui"]:before {
  font-family: "ui";
}

@font-face {
  font-family: "news";
  src: url('/assets/fonts/news.eot?1457622136');
  src: url('/assets/fonts/news.eot?&1457622136#iefix') format("embedded-opentype"), url('/assets/fonts/news.woff?1457622136') format("woff"), url('/assets/fonts/news.ttf?1457622136') format("truetype"), url('/assets/fonts/news.svg?1457622136#news') format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-news"]:before, [class*=" icon-news"]:before {
  font-family: "news";
}

[class*="icon-"] {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
}
[class*="icon-"]:before {
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  text-decoration: inherit;
}

a [class*="icon-"] {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

.btn [class*="icon-"], .nav [class*="icon-"] {
  display: inline;
}
.btn [class*="icon-"].icon-large, .nav [class*="icon-"].icon-large {
  line-height: .9em;
}

.nav-tabs [class*="icon-"], .nav-tabs [class*="icon-"].icon-large, .nav-pills [class*="icon-"], .nav-pills [class*="icon-"].icon-large {
  line-height: .9em;
}

li [class*="icon-"], .nav li [class*="icon-"] {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  text-align: center;
}
li [class*="icon-"].icon-large, .nav li [class*="icon-"].icon-large {
  width: 1.5625em;
}

ul.icons {
  list-style-type: none;
  text-indent: -.75em;
}
ul.icons li [class*="icon-"] {
  width: .75em;
}

.icon-2x, .icon-3x, .icon-4x, .icon-5x {
  line-height: 1em;
}

.icon-2x {
  font-size: 2em;
  margin-right: .2em;
}

.icon-3x {
  font-size: 3em;
  margin-right: .3em;
}

.icon-4x {
  font-size: 4em;
  margin-right: .4em;
}

.icon-5x {
  font-size: 5em;
  margin-right: .5em;
}

.icon-right.icon-2x, .icon-right.icon-3x, .icon-right.icon-4x, .icon-right.icon-5x {
  margin-right: 0;
}
.icon-right.icon-2x {
  margin-left: .4em;
}

[class*="icon-"].pull-left, [class*="icon-"].alignleft {
  margin-right: .3em;
}
[class*="icon-"].pull-right, [class*="icon-"].alignright, .jumbotron-mini [class*="icon-"].action {
  margin-left: .3em;
}

.btn [class*="icon-"].pull-left.icon-2x, .btn [class*="icon-"].icon-2x.alignleft, .btn [class*="icon-"].pull-right.icon-2x, .btn [class*="icon-"].icon-2x.alignright, .btn .jumbotron-mini [class*="icon-"].icon-2x.action, .jumbotron-mini .btn [class*="icon-"].icon-2x.action {
  margin-top: .18em;
}

.btn.btn-small [class*="icon-"].pull-left.icon-2x, .btn.btn-small [class*="icon-"].icon-2x.alignleft, .btn.btn-small [class*="icon-"].pull-right.icon-2x, .btn.btn-small [class*="icon-"].icon-2x.alignright, .btn.btn-small .jumbotron-mini [class*="icon-"].icon-2x.action, .jumbotron-mini .btn.btn-small [class*="icon-"].icon-2x.action {
  margin-top: .25em;
}

.btn.btn-large [class*="icon-"] {
  margin-top: 0;
}
.btn.btn-large [class*="icon-"].pull-left.icon-2x, .btn.btn-large [class*="icon-"].icon-2x.alignleft, .btn.btn-large [class*="icon-"].pull-right.icon-2x, .btn.btn-large [class*="icon-"].icon-2x.alignright, .btn.btn-large .jumbotron-mini [class*="icon-"].icon-2x.action, .jumbotron-mini .btn.btn-large [class*="icon-"].icon-2x.action {
  margin-top: .05em;
}
.btn.btn-large [class*="icon-"].pull-left.icon-2x, .btn.btn-large [class*="icon-"].icon-2x.alignleft {
  margin-right: .2em;
}
.btn.btn-large [class*="icon-"].pull-right.icon-2x, .btn.btn-large [class*="icon-"].icon-2x.alignright, .btn.btn-large .jumbotron-mini [class*="icon-"].icon-2x.action, .jumbotron-mini .btn.btn-large [class*="icon-"].icon-2x.action {
  margin-left: .2em;
}

.icon-lockup-en:before {
  content: "\e600";
}

.icon-lockup-es:before {
  content: "\e601";
}

.icon-lockup-fr:before {
  content: "\e602";
}

.icon-lockup-years-en:before {
  content: "\e603";
}

.icon-lockup-years-es:before {
  content: "\e604";
}

.icon-lockup-years-fr:before {
  content: "\e605";
}

.icon-calendar-cal-pound:before {
  content: "\e600";
}

.icon-calendar-cal-dollar:before {
  content: "\e601";
}

.icon-calendar-cal-euro:before {
  content: "\e602";
}

.icon-logos-bbb:before {
  content: "\e000";
}

.icon-logos-dsa:before {
  content: "\e001";
}

.icon-logos-dsef:before {
  content: "\e002";
}

.icon-logos-dsa-canada:before {
  content: "\e003";
}

.icon-logos-dsa-french:before {
  content: "\e004";
}

.icon-logos-dsa-code:before {
  content: "";
}

.icon-misc-icongroup:before {
  content: "\e000";
}

.icon-misc-globe:before {
  content: "\e001";
}

.icon-misc-trifold:before {
  content: "\e002";
}

.icon-misc-pin:before {
  content: "\e003";
}

.icon-misc-money:before {
  content: "\e004";
}

.icon-misc-geoburst:before {
  content: "\e005";
}

.icon-social-youtube:before {
  content: "\25ba";
}

.icon-social-twitter:before {
  content: "\54";
}

.icon-social-facebook:before {
  content: "\46";
}

.icon-social-googleplus:before {
  content: "\47";
}

.icon-social-linkedin:before {
  content: "\4c";
}

.icon-ui-events-tips:before {
  content: "\6e";
}

.icon-ui-events-register:before {
  content: "\72";
}

.icon-ui-events-hotel:before {
  content: "\68";
}

.icon-ui-events-flights:before {
  content: "\66";
}

.icon-ui-events-confirm:before {
  content: "\63";
}

.icon-ui-close:before {
  content: "\78";
}

.icon-ui-search:before {
  content: "\25ce";
}

.icon-ui-rss:before {
  content: "\21d7";
}

.icon-ui-play:before {
  content: "\25ba";
}

.icon-ui-circle-arrow:before {
  content: "\43";
}

.icon-ui-arrow-up:before {
  content: "\2191";
}

.icon-ui-arrow-right:before {
  content: "\2192";
}

.icon-ui-arrow-main:before {
  content: "\21aa";
}

.icon-ui-arrow-left:before {
  content: "\2190";
}

.icon-ui-arrow-down:before {
  content: "\2193";
}

.icon-news-trump:before {
  content: "\e000";
}

.icon-news-press:before {
  content: "\e001";
}

.icon-news-president:before {
  content: "\e002";
}

.icon-news-media:before {
  content: "\e003";
}

.icon-news-legal:before {
  content: "\e004";
}

.icon-news-company:before {
  content: "\e005";
}

[class*="icon-calendar-cal"] {
  position: relative;
}
[class*="icon-calendar-cal"] .month-abbr {
  color: #27537a;
  display: block;
  font-family: "ff-enzo-web", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: .15em;
  height: 25%;
  left: 0;
  line-height: 1;
  position: absolute;
  text-transform: uppercase;
  top: 12%;
  width: 100%;
}

.flag {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background-image: url('/assets/img/flags/sprite2_28px.png?1471283589');
  background-repeat: no-repeat;
  width: 28px;
  height: 26.92px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .flag {
    -webkit-background-size: 28px 703px;
    -moz-background-size: 28px 703px;
    -o-background-size: 28px 703px;
    background-size: 28px 703px;
    background-image: url('/assets/img/flags/sprite2_28px.png?1471283589');
  }
}
.flag.small {
  background-image: url('/assets/img/flags/sprite_22px.png?1457622136');
  width: 22px;
  height: 21.16px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .flag.small {
    -webkit-background-size: 22px 529px;
    -moz-background-size: 22px 529px;
    -o-background-size: 22px 529px;
    background-size: 22px 529px;
    background-image: url('/assets/img/flags/sprite_28px.png?1457622136');
  }
}
.flag.united-states {
  background-position: 0px 0px;
}
.flag.canada {
  background-position: 0 -28px;
}
.flag.canada.small {
  background-position: 0 -22px;
}
.flag.south-korea {
  background-position: 0 -56px;
}
.flag.south-korea.small {
  background-position: 0 -44px;
}
.flag.australia {
  background-position: 0 -84px;
}
.flag.australia.small {
  background-position: 0 -66px;
}
.flag.new-zealand {
  background-position: 0 -112px;
}
.flag.new-zealand.small {
  background-position: 0 -88px;
}
.flag.austria {
  background-position: 0 -140px;
}
.flag.austria.small {
  background-position: 0 -110px;
}
.flag.belgium {
  background-position: 0 -168px;
}
.flag.belgium.small {
  background-position: 0 -132px;
}
.flag.czech-republic {
  background-position: 0 -196px;
}
.flag.czech-republic.small {
  background-position: 0 -154px;
}
.flag.denmark {
  background-position: 0 -224px;
}
.flag.denmark.small {
  background-position: 0 -176px;
}
.flag.finland {
  background-position: 0 -252px;
}
.flag.finland.small {
  background-position: 0 -198px;
}
.flag.france {
  background-position: 0 -280px;
}
.flag.france.small {
  background-position: 0 -219px;
}
.flag.germany {
  background-position: 0 -308px;
}
.flag.germany.small {
  background-position: 0 -242px;
}
.flag.hungary {
  background-position: 0 -336px;
}
.flag.hungary.small {
  background-position: 0 -264px;
}
.flag.ireland {
  background-position: 0 -364px;
}
.flag.ireland.small {
  background-position: 0 -286px;
}
.flag.italy {
  background-position: 0 -392px;
}
.flag.italy.small {
  background-position: 0 -308px;
}
.flag.netherlands {
  background-position: 0 -420px;
}
.flag.netherlands.small {
  background-position: 0 -330px;
}
.flag.norway {
  background-position: 0 -448px;
}
.flag.norway.small {
  background-position: 0 -352px;
}
.flag.poland {
  background-position: 0 -476px;
}
.flag.poland.small {
  background-position: 0 -374px;
}
.flag.portugal {
  background-position: 0 -504px;
}
.flag.portugal.small {
  background-position: 0 -396px;
}
.flag.spain {
  background-position: 0 -532px;
}
.flag.spain.small {
  background-position: 0 -418px;
}
.flag.sweden {
  background-position: 0 -560px;
}
.flag.sweden.small {
  background-position: 0 -440px;
}
.flag.switzerland {
  background-position: 0 -588px;
}
.flag.switzerland.small {
  background-position: 0 -462px;
}
.flag.united-kingdom {
  background-position: 0 -616px;
}
.flag.united-kingdom.small {
  background-position: 0 -484px;
}
.flag.mexico {
  background-position: 0 -644px;
}
.flag.mexico.small {
  background-position: 0 -506px;
}
.flag.japan {
  background-position: 0 -672px;
}
.flag.japan.small {
  background-position: 0 -528px;
}

.exit {
  font-family: ui;
  line-height: 1em;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  text-shadow: none;
  -moz-transition: color 250ms linear;
  -o-transition: color 250ms linear;
  -webkit-transition: color 250ms linear;
  transition: color 250ms linear;
}
.exit:hover, .exit:focus {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.dark .btn-link, .blue-dark .btn-link, .black .btn-link {
  text-shadow: none;
}

.btn.btn-link {
  padding-left: 0 !important;
}

.btn-link {
  padding-left: 0;
}
.btn-link:hover, .btn-link:focus {
  text-decoration: none !important;
}

.btn-blue {
  background-color: #3780cb;
  color: #fff;
  -moz-border-radius: 1.66667em;
  -webkit-border-radius: 1.66667em;
  border-radius: 1.66667em;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.btn-blue:hover {
  color: #fff;
}

.btn-rounded {
  font-size: 1.06667em;
  padding: .5em .6em .4em 1.1em;
}

.btn-padded {
  margin: 2em 0 0;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
@media only screen and (max-width: 31.93333em) {
  .btn-padded {
    margin: 0;
  }
}

.btn-animated-arrow {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  line-height: 1em;
}
.btn-animated-arrow [class^="icon-"] {
  position: relative;
  -moz-transition: left 250ms ease-out;
  -o-transition: left 250ms ease-out;
  -webkit-transition: left 250ms ease-out;
  transition: left 250ms ease-out;
}
.btn-animated-arrow .icon-2x {
  margin-right: .4em;
}
.btn-animated-arrow .icon-3x {
  margin-right: .3em;
}
.btn-animated-arrow .icon-4x {
  margin-right: .2em;
}
.btn-animated-arrow .icon-5x {
  margin-right: .2em;
}
.btn-animated-arrow .icon-right.icon-2x, .btn-animated-arrow .icon-right.icon-3x, .btn-animated-arrow .icon-right.icon-4x, .btn-animated-arrow .icon-right.icon-5x {
  margin-right: 0;
}
.btn-animated-arrow:hover .icon-2x {
  left: .15em;
}
.btn-animated-arrow:hover .icon-3x {
  left: .15em;
}
.btn-animated-arrow:hover .icon-5x {
  left: .15em;
}
.btn-animated-arrow.btn-blue {
  -moz-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  -webkit-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}
.btn-animated-arrow.btn-blue:hover {
  padding-right: .95em;
}

body.modalBlur > :not(.site-modals) {
  -moz-transition-delay: 0;
  -o-transition-delay: 0;
  -webkit-transition-delay: 0;
  transition-delay: 0;
  -moz-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -moz-transition-property: filter;
  -o-transition-property: filter;
  -webkit-transition-property: filter;
  transition-property: filter;
  -moz-transition-property: -moz-filter;
  -o-transition-property: -moz-filter;
  -webkit-transition-property: -moz-filter;
  transition-property: -moz-filter;
  -moz-transition-property: -webkit-filter;
  -o-transition-property: -webkit-filter;
  -webkit-transition-property: -webkit-filter;
  transition-property: -webkit-filter;
  -webkit-filter: blur(6px);
  filter: blur(6px);
}

.modal-backdrop, .modal-backdrop.fade.in {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}

.modal .modal-header {
  border-bottom: none;
  overflow: hidden;
}
.modal .close {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  text-shadow: none;
  color: #3780cb;
}
.modal .close i {
  font-size: 1.33333em;
  line-height: 1.33333em;
}
.modal .modal-body {
  padding: 15px 35px 35px;
}
.modal .modal-body .ajax {
  display: block;
  margin: 0 auto;
}
.modal .nav-header {
  font-size: 1.2em;
  color: #748598;
  text-transform: none;
  font-weight: 600;
}

.earnings-statement .modal-header h2, .request-form .modal-header h2 {
  margin-top: 0;
}
.earnings-statement .modal-body h2, .request-form .modal-body h2 {
  display: none;
}

.start-today .modal-body {
  overflow: hidden;
  text-align: center;
}
.start-today .btn-rounded {
  font-size: 1em;
}
.start-today .languages {
  clear: both;
  padding: 4em 0 0;
}
.start-today .languages a {
  font-size: .9em;
  padding: 0 .5em;
}
:lang(cs) .start-today .btn-rounded, :lang(de-CH) .start-today .btn-rounded, :lang(fr-CH) .start-today .btn-rounded, :lang(it-CH) .start-today .btn-rounded, :lang(fr-BE) .start-today .btn-rounded, :lang(nl-BE) .start-today .btn-rounded {
  display: none;
}

.request-form .modal-body {
  overflow: hidden;
  max-height: 500px;
}

.select-country.modal {
  min-width: 710px;
  left: 45%;
}
.select-country .modal-header {
  padding-bottom: 0;
  text-align: center;
}
.select-country .modal-header img {
  padding-top: 1.66667em;
  padding-bottom: 0.66667em;
}
.select-country .modal-body {
  max-height: 700px;
  padding-top: 0;
  padding-bottom: 40px;
}
.select-country .heading {
  clear: both;
  color: #173c5c;
  font-size: 1.5em;
  padding-bottom: 1em;
  text-align: center;
}
.select-country .heading .worldmap {
  background-image: url('/assets/img/maps/worldmap.png?1457622136');
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 115px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .select-country .heading .worldmap {
    background-image: url('/assets/img/maps/worldmap@2x.png?1457622136');
    background-size: 176px 104px;
  }
}
.select-country .col {
  float: left;
}
.select-country .nav-list {
  margin-top: 25px;
}
.select-country .nav-list:first-child {
  margin-top: 0;
}
.select-country .nav-list a {
  color: #748598;
}
.select-country .nav-list a:hover {
  color: #255a90;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.centered, .masthead, .navbar, .jumbotron-mini .testimonial-short, .residual-income .figure [class*="icon-"] {
  margin-right: auto !important;
  margin-left: auto !important;
}

@media only screen and (min-width: 64em) {
  .increased-gutter-right {
    padding-right: 5%;
  }
}

@media only screen and (min-width: 64em) {
  .increased-gutter-left {
    padding-left: 5%;
  }
}

.overflow-visible {
  overflow: visible !important;
}

.wp-caption {
  padding: 20px;
}

.wp-caption-text {
  font-size: 0.6em;
}

.fade-animations.backgroundsize .fadeIn {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.fade-animations.backgroundsize .fadeInUp {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.fade-animations.backgroundsize .fadeInDown {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.fade-animations.backgroundsize .fadeInLeft {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.fade-animations.backgroundsize .fadeInRight {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.fade-animations.backgroundsize .fadeInUpBig {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.fade-animations.backgroundsize .fadeInDownBig {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.fade-animations.backgroundsize .fadeInLeftBig {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.fade-animations.backgroundsize .fadeInRightBig {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.fade-animations.backgroundsize .fadeOut {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.fade-animations.backgroundsize .fadeOutUp {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.fade-animations.backgroundsize .fadeOutDown {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.fade-animations.backgroundsize .fadeOutLeft {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.fade-animations.backgroundsize .fadeOutRight {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.fade-animations.backgroundsize .fadeOutUpBig {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.fade-animations.backgroundsize .fadeOutDownBig {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.fade-animations.backgroundsize .fadeOutLeftBig {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.fade-animations.backgroundsize .fadeOutRightBig {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

.animated {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}

.fade-animations.backgroundsize .fadeIn {
  -moz-animation-name: fadeIn;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -moz-transition: opacity 1s linear;
  -o-transition: opacity 1s linear;
  -webkit-transition: opacity 1s linear;
  transition: opacity 1s linear;
}
.fade-animations.backgroundsize .fadeIn.animated {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

@-moz-keyframes fadeInLeft {
  0% {
    -moz-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.fade-animations.backgroundsize .fadeInLeft {
  -moz-animation-name: fadeInLeft;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -moz-transition: opacity 1s linear;
  -o-transition: opacity 1s linear;
  -webkit-transition: opacity 1s linear;
  transition: opacity 1s linear;
}
.fade-animations.backgroundsize .fadeInLeft.animated {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

@-moz-keyframes fadeInRight {
  0% {
    -moz-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.fade-animations.backgroundsize .fadeInRight {
  -moz-animation-name: fadeInRight;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
  -moz-transition: opacity 1s linear;
  -o-transition: opacity 1s linear;
  -webkit-transition: opacity 1s linear;
  transition: opacity 1s linear;
}
.fade-animations.backgroundsize .fadeInRight.animated {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

@-moz-keyframes fadeInDown {
  0% {
    -moz-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.fade-animations.backgroundsize .fadeInDown {
  -moz-animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -moz-transition: opacity 1s linear;
  -o-transition: opacity 1s linear;
  -webkit-transition: opacity 1s linear;
  transition: opacity 1s linear;
}
.fade-animations.backgroundsize .fadeInDown.animated {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

@-moz-keyframes fadeInUp {
  0% {
    -moz-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.fade-animations.backgroundsize .fadeInUp {
  -moz-animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -moz-transition: opacity 1s linear;
  -o-transition: opacity 1s linear;
  -webkit-transition: opacity 1s linear;
  transition: opacity 1s linear;
}
.fade-animations.backgroundsize .fadeInUp.animated {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

@-moz-keyframes rotate {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
    -moz-transform-origin: center center 50%;
    transform-origin: center center 50%;
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
    -moz-transform-origin: center center 50%;
    transform-origin: center center 50%;
  }
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: center center 50%;
    transform-origin: center center 50%;
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transform-origin: center center 50%;
    transform-origin: center center 50%;
  }
}
@keyframes rotate {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -moz-transform-origin: center center 50%;
    -ms-transform-origin: center center 50%;
    -webkit-transform-origin: center center 50%;
    transform-origin: center center 50%;
  }
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    -moz-transform-origin: center center 50%;
    -ms-transform-origin: center center 50%;
    -webkit-transform-origin: center center 50%;
    transform-origin: center center 50%;
  }
}
.rotate {
  -moz-animation-name: rotate;
  -webkit-animation-name: rotate;
  animation-name: rotate;
  -moz-transition: opacity 1s linear;
  -o-transition: opacity 1s linear;
  -webkit-transition: opacity 1s linear;
  transition: opacity 1s linear;
}
.rotate.animated {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

/**
 * Language Specific Quotes
 */
:lang(cs) {
  quotes: '\201E' '\201C' '\201A' '\2018';
}

:lang(da) {
  quotes: '\00BB' '\00AB' '\203A' '\2039';
}

:lang(de) {
  quotes: '\201E' '\201C' '\201A' '\2018';
}

:lang(en-GB) {
  quotes: '\2018' '\2019' '\201C' '\201D';
}

:lang(es) {
  quotes: '\00AB' '\00BB' '\2039' '\203A';
}

:lang(fr) {
  quotes: '\ab\2005' '\2005\bb' '\2039\2005' '\2005\203a';
}

:lang(nl) {
  quotes: '\201E' '\201D' '\201A' '\2019';
}

:lang(pl) {
  quotes: '\201E' '\201D' '\201A' '\2019';
}

:lang(sv) {
  quotes: '\201D' '\201D' '\2019' '\2019';
}

:focus, a:focus {
  -moz-outline-style: none;
  outline: none !important;
}

::-moz-selection {
  text-shadow: none;
  background: #3780cb;
  color: #fff;
}

::selection {
  text-shadow: none;
  background: #3780cb;
  color: #fff;
}

.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
  text-align: center;
  z-index: 100000000;
}

body {
  padding: 0;
  margin: 0;
  /* Needed for full-width carousel */
  overflow-x: hidden;
  /* Addresses a small issue in webkit: http://bit.ly/NEdoDq */
  -webkit-backface-visibility: hidden;
}

article, aside, details, div, figcaption, figure, footer, header, hgroup, nav, section {
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
}

audio, canvas, video {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

audio:not([controls]) {
  display: none;
}

[hidden] {
  display: none;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 1.5em;
  line-height: 1.6em;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
  margin-top: 0;
}

h2 {
  font-size: 1.5em;
}

h3 {
  font-size: 1.2em;
}
.page-home h3 {
  font-size: 1.5em;
}

.subhead {
  margin-top: -.5em;
  margin-bottom: 1.5em;
}

a:hover, a:focus {
  text-decoration: none;
}
a[href^=callto] {
  color: #748598;
  cursor: default;
}

blockquote {
  border-left: none;
  color: #566b82;
  margin: 0 0 2em;
  padding: 0;
}
blockquote p {
  font-size: 120%;
  line-height: 28px;
  margin: 0 0 1em;
}
blockquote p:before {
  content: open-quote;
}
blockquote p:after {
  content: close-quote;
}
blockquote cite {
  color: #002b57;
  font-size: 100%;
  font-weight: 600;
  text-transform: uppercase;
}
.jumbotron-mini blockquote {
  margin-bottom: 0;
}
.jumbotron-mini blockquote p {
  color: #fff;
  margin-bottom: .3em;
}
.jumbotron-mini blockquote cite {
  color: #a8bbcd;
}
.trump-video blockquote {
  color: #fff;
}
.trump-video blockquote p {
  font-size: 1.6em;
  line-height: 1.3em;
}
.trump-video blockquote cite {
  color: #a8bbcd;
  font-size: 1.2em;
  text-transform: none;
}
.aside blockquote p {
  font-size: 115%;
  line-height: 1.4em;
}
.aside blockquote cite {
  color: #173c5c;
  text-transform: none;
}

img {
  vertical-align: middle;
}

textarea {
  resize: vertical;
}

.ttable {
  display: table !important;
}

.ttable-fixed {
  display: table !important;
  table-layout: fixed;
}

.trow {
  display: table-row !important;
}

.tcell {
  display: table-cell !important;
}

.wf-loading .nav-collapse, .wf-loading .container-fluid {
  visibility: hidden;
}
.wf-active .nav-collapse, .wf-active .container-fluid {
  visibility: visible;
}
.ie8 .nav-collapse [class*="icon-"], .ie8 .container-fluid [class*="icon-"] {
  visibility: visible !important;
}

.container-fluid {
  padding: 0;
  margin: 0;
  overflow-y: hidden;
  z-index: 5;
}
.container-fluid > .row-fluid > .module {
  max-width: 940px;
  padding: 100px 30px;
}
.container-fluid > .row-fluid > .module.products {
  padding-bottom: 70px;
}
.container-fluid > .row-fluid > .module.fauxdal-video {
  padding: 0 30px !important;
}
.container-fluid > .row-fluid > .module.featured-stories {
  max-width: 940px;
  padding-bottom: 0;
}
.container-fluid > .row-fluid > .module.events {
  padding-top: 0 !important;
}
.container-fluid > .row-fluid > .module.sorry {
  padding-bottom: 60px;
}
.container-fluid > .row-fluid > .module.suggestions {
  padding-top: 60px;
}
.container-fluid > .row-fluid > .module.golf-tournament {
  padding-bottom: 150px;
}
.container-fluid > .row-fluid > .module.ankle {
  padding-top: 75px;
  padding-bottom: 75px;
}
@media only screen and (max-width: 31.93333em) {
  .container-fluid > .row-fluid > .module.ankle {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
@media only screen and (max-width: 51.13333em) {
  .site-header .container-fluid > .row-fluid > .module {
    padding-bottom: 75px;
  }
}
.site-header .container-fluid > .row-fluid > .module.testimonial-short {
  padding-top: 172px;
  padding-bottom: 85px;
}
@media (max-width: 880px) {
  .site-header .container-fluid > .row-fluid > .module.testimonial-short {
    padding-top: 137px;
    padding-bottom: 50px;
  }
}
.site-header .container-fluid.jumbotron > .row-fluid > .module {
  max-height: 590px;
  max-width: none !important;
  padding-top: 14%;
  padding-bottom: 14%;
}
@media only screen and (max-width: 51.13333em) {
  .site-header .container-fluid.jumbotron > .row-fluid > .module {
    min-height: 340px;
    padding-top: 100px;
    padding-bottom: 15%;
  }
}
@media only screen and (max-width: 31.93333em) {
  .site-header .container-fluid.jumbotron > .row-fluid > .module {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 51.13333em) {
  .site-content .container-fluid > .row-fluid > .module {
    padding: 30px 30px 50px;
  }
}
.site-content .container-fluid.trump-events > .row-fluid > .module {
  padding-top: 0;
  padding-bottom: 0;
}
.site-content .container-fluid.co-founders > .row-fluid > .module {
  padding-bottom: 4em;
}
.site-content .container-fluid.partner-logos > .row-fluid > .module {
  max-width: 100%;
  padding: 0;
}
.site-content .container-fluid.trump-video > .row-fluid > .module {
  padding-top: 15%;
  padding-bottom: 15%;
}
.site-footer .container-fluid > .row-fluid > .module {
  padding-top: 38px;
  padding-bottom: 38px;
}
@media only screen and (max-width: 51.13333em) {
  .site-footer .container-fluid > .row-fluid > .module {
    padding: 50px 30px;
  }
}
@media only screen and (max-width: 31.93333em) {
  .site-footer .container-fluid > .row-fluid > .module {
    padding: 25px 15px;
  }
}

.module {
  overflow: hidden;
}

.aside {
  padding-top: .5em;
}
@media screen and (max-width: 767px) {
  .aside {
    padding-top: 2em;
  }
}
.advisory-committee .aside {
  padding-top: 3.5em;
}

.callout {
  font-size: 1.2em;
  line-height: 1.4em;
  padding: 100px 10% 0;
  text-align: center;
}
@media only screen and (max-width: 31.93333em) {
  .callout {
    padding-top: 0;
  }
}

.black {
  background-color: #000;
  color: #a8bbcd;
}
.black h1, .black h2, .black h3, .black h4, .black h5, .black h6 {
  color: #fff;
}
.black a {
  color: #3780cb;
}

.dark, .blue-dark {
  background-color: #345281;
  color: #a8bbcd;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM0NTI4MSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzI2M2I1ZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #345281), color-stop(100%, #263b5d));
  background-image: -moz-linear-gradient(#345281, #263b5d);
  background-image: -webkit-linear-gradient(#345281, #263b5d);
  background-image: linear-gradient(#345281, #263b5d);
}
.dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6, .blue-dark h1, .blue-dark h2, .blue-dark h3, .blue-dark h4, .blue-dark h5, .blue-dark h6 {
  color: #fff;
}
.dark a, .blue-dark a {
  color: #fff;
}
.dark a[href^=callto], .blue-dark a[href^=callto] {
  color: #a8bbcd;
  cursor: default;
}
.page-success_stories .dark a, .page-training_events .dark a, .page-success_stories .blue-dark a, .page-training_events .blue-dark a {
  color: #3780cb;
}

.light, .blue-light {
  background-color: #e7eaee;
}
.light.light-up, .blue-light.light-up {
  background-color: #f8fafb;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y4ZmFmYiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2QwZDllMyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f8fafb), color-stop(100%, #d0d9e3));
  background-image: -moz-linear-gradient(#f8fafb, #d0d9e3);
  background-image: -webkit-linear-gradient(#f8fafb, #d0d9e3);
  background-image: linear-gradient(#f8fafb, #d0d9e3);
}
.light.light-up h2, .blue-light.light-up h2 {
  margin: 0 0 10px;
}
.light.light-down, .blue-light.light-down {
  background-color: #d5dde5;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JkYzhkNSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y2ZjdmOSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #bdc8d5), color-stop(100%, #f6f7f9));
  background-image: -moz-linear-gradient(#bdc8d5, #f6f7f9);
  background-image: -webkit-linear-gradient(#bdc8d5, #f6f7f9);
  background-image: linear-gradient(#bdc8d5, #f6f7f9);
}

.lightest {
  background-color: #f4f4f5;
}

.js [data-bg-src] {
  background-repeat: no-repeat;
  background-position: center bottom;
}
.js [data-bg-src][data-bg-dir="top"] {
  background-position: center top;
}
.js [data-bg-src][data-bg-dir="left"] {
  background-position: right bottom;
}
.js [data-bg-src][data-bg-dir="right"] {
  background-position: right bottom;
}
.js [data-bg-src][data-bg-dir="center"] {
  background-position: center center;
}
.js [data-bg-src][data-bg-size="cover"] {
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
@media only screen and (min-width: 767px) and (max-width: 1499px) {
  .js [data-bg-src][data-bg-dir="left"] .module > .text, .js [data-bg-src][data-bg-dir="right"] .module > .text {
    width: 50%;
  }
}
@media only screen and (max-width: 766px) {
  .js [data-bg-src].bg-img-enabled {
    background-position: -9999em 0 !important;
  }
}
@media only screen and (min-width: 767px) {
  .js [data-bg-src].bg-img-enabled.start-today > .module {
    padding-bottom: 300px;
  }
}
@media only screen and (min-width: 64em) {
  .js [data-bg-src].bg-img-enabled.start-today > .module {
    padding-bottom: 500px;
  }
}
.js [data-bg-src].co-founders {
  background-position: left 40%;
}
.js [data-bg-src].global-charities {
  background-position: 72% center;
}
.js.no-backgroundsize .module {
  z-index: 10;
}
.js.no-backgroundsize .bg-cover {
  height: auto;
  min-height: 100%;
  min-width: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: auto;
  z-index: 1;
}
@media only screen and (max-width: 766px) {
  .js.no-backgroundsize .bg-cover {
    visibility: hidden;
  }
}

.carousel.carousel-enabled .carousel-list, .carousel.carousel-enabled .unstyled {
  margin-bottom: 0;
}
.carousel.carousel-enabled .carousel-list .item, .carousel.carousel-enabled .unstyled .item {
  margin: 0;
}
.carousel.carousel-enabled .bx-wrapper {
  margin-bottom: 0;
}
.carousel.carousel-enabled .bx-viewport {
  background-color: transparent;
  border: none;
  left: auto;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.carousel.carousel-enabled .bx-controls {
  height: 3.25em;
  width: 100%;
}
.carousel.carousel-enabled .bx-controls-direction a {
  background: none;
  font-family: ui;
  font-size: 3em;
  height: auto;
  line-height: 1.1em;
  margin-top: 0;
  text-indent: 0;
  width: auto;
}

.js [data-toggle="fauxdal-video"] {
  display: none;
}
[data-toggle="fauxdal-video"]:before {
  content: '';
  display: block;
}

.fauxdal-video {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.fauxdal-video .fitvids {
  z-index: 1;
}
.fauxdal-video .wrapper {
  height: 40px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 30px;
  width: 40px;
  z-index: 10;
}
.fauxdal-video .exit {
  color: #c5ced7;
  font-size: 2.5em;
}
.fauxdal-video .exit:hover, .fauxdal-video .exit:focus {
  color: #fff;
}

@media only screen and (max-width: 51.13333em) {
  .page-contact .figure {
    display: none;
  }
}
@media (max-width: 480px) {
  .page-contact .social-container {
    display: none;
  }
}
.page-contact .module.centered.social-wrap, .page-contact .module.social-wrap.masthead, .page-contact .module.social-wrap.navbar, .page-contact .jumbotron-mini .module.social-wrap.testimonial-short, .jumbotron-mini .page-contact .module.social-wrap.testimonial-short, .page-contact .residual-income .figure .module.social-wrap[class*="icon-"], .residual-income .figure .page-contact .module.social-wrap[class*="icon-"] {
  padding-top: 75px;
}
@media (max-width: 1020px) {
  .page-contact .module.centered.social-wrap, .page-contact .module.social-wrap.masthead, .page-contact .module.social-wrap.navbar, .page-contact .jumbotron-mini .module.social-wrap.testimonial-short, .jumbotron-mini .page-contact .module.social-wrap.testimonial-short, .page-contact .residual-income .figure .module.social-wrap[class*="icon-"], .residual-income .figure .page-contact .module.social-wrap[class*="icon-"] {
    padding-top: 35px;
  }
}
.page-contact .module.centered .social-widgets, .page-contact .module.masthead .social-widgets, .page-contact .module.navbar .social-widgets, .page-contact .jumbotron-mini .module.testimonial-short .social-widgets, .jumbotron-mini .page-contact .module.testimonial-short .social-widgets, .page-contact .residual-income .figure .module[class*="icon-"] .social-widgets, .residual-income .figure .page-contact .module[class*="icon-"] .social-widgets {
  overflow: hidden;
  *zoom: 1;
}
@media (max-width: 1020px) {
  .page-contact .module.centered .social-widgets, .page-contact .module.masthead .social-widgets, .page-contact .module.navbar .social-widgets, .page-contact .jumbotron-mini .module.testimonial-short .social-widgets, .jumbotron-mini .page-contact .module.testimonial-short .social-widgets, .page-contact .residual-income .figure .module[class*="icon-"] .social-widgets, .residual-income .figure .page-contact .module[class*="icon-"] .social-widgets {
    margin: auto;
    width: 460px;
  }
}
.page-contact .facebook-social-widget,
.page-contact .twitter-social-widget {
  width: 460px;
  margin: 0;
}
@media (max-width: 1020px) {
  .page-contact .facebook-social-widget,
  .page-contact .twitter-social-widget {
    float: none;
  }
}
@media (max-width: 1020px) {
  .page-contact .facebook-social-widget {
    margin-bottom: 50px;
  }
}
.page-contact .facebook-social-widget .fb-like-box {
  background: white;
  border: 1px white solid;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  min-width: 455px;
}
.page-contact .social-connect {
  margin-top: 75px;
  text-align: center;
}
.page-contact .social-connect .social-connect-text {
  position: relative;
  top: -3px;
}
.page-contact .social-connect a, .page-contact .social-connect a:visited {
  font-size: 25px;
  line-height: 25px;
  color: #879bb0;
  display: inline-block;
  padding-left: 15px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
.page-contact .social-connect a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.page-contact .social-connect .icon-social-linkedin {
  font-size: 22px;
  position: relative;
  top: -3px;
}

.page-privacy section:last-child h2 {
  margin-top: 2.5em;
}
.page-privacy h3 {
  color: #3780cb;
  margin-bottom: 0;
}
.page-privacy h3 + p {
  margin-top: 0;
}

.ankle {
  text-align: center;
}
.ankle .tagline, .ankle .btn-animated-arrow {
  display: block;
  float: none;
}
.ankle .tagline {
  font-size: 1.3em;
  line-height: 2.8em;
  margin-bottom: 0;
}
@media only screen and (min-width: 64em) {
  .ankle .tagline, .ankle .btn-animated-arrow {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
  }
  .ankle .tagline {
    padding-right: 2em;
  }
}

.sorry {
  border-bottom: 1px solid #d4dce5;
}

#scrollDown, #scrollUp {
  color: #748598;
  text-align: center;
  position: fixed;
  z-index: 1039;
  bottom: 40px;
  right: 40px;
  height: 67px;
  width: 66px;
  background: url('/assets/img/top.png?1457622136') no-repeat;
}
@media only screen and (max-width: 51.13333em) {
  #scrollDown, #scrollUp {
    display: none !important;
  }
}
:lang(nl) #scrollDown, :lang(hu) #scrollDown, :lang(fr) #scrollDown, :lang(nl) #scrollUp, :lang(hu) #scrollUp, :lang(fr) #scrollUp {
  font-size: 0.8em;
}

#scrollDown {
  cursor: default;
  line-height: 55px;
  background: url('/assets/img/scroll.png?1457622136') no-repeat;
}

#scrollUp {
  cursor: pointer;
  line-height: 92px;
  display: none;
}

.masthead-wrapper {
  background-color: #1a3347;
  border-bottom: 1px solid #305678;
  height: 35px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1000;
}
@media only screen and (max-width: 51.13333em) {
  .masthead-wrapper {
    display: none;
  }
}

.masthead {
  font-size: .8em;
  max-width: 940px;
  padding: 0 30px 0;
}
.masthead a {
  color: #738ba4;
  -moz-transition: color 250ms linear;
  -o-transition: color 250ms linear;
  -webkit-transition: color 250ms linear;
  transition: color 250ms linear;
}
.masthead a:hover, .masthead a:focus {
  color: #fff;
}
.masthead .selected-country {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  font-size: 1.15em;
  line-height: 35px;
}
.masthead .selected-country a {
  color: #8aa1b7;
}
.masthead .lang {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  font-size: 1.15em;
  line-height: 35px;
  padding-left: 1.5em;
}
.masthead .lang a {
  color: #627990;
  padding: 0 .5em;
}
.masthead .lang a:hover {
  color: #8aa1b7;
}

@media only screen and (max-width: 51.13333em) {
  .site-footer .social {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}
.social .tagline {
  color: #738ba4;
  font-weight: normal;
}
.socialbar .social .tagline {
  padding-right: 10px;
}
.site-footer .social .tagline {
  display: block;
}
@media only screen and (max-width: 51.13333em) {
  .social .tagline {
    padding-top: 1.5em;
    padding-bottom: .5em;
  }
  .socialbar .social .tagline {
    display: none;
  }
}
.site-footer .social .services {
  display: block;
  margin: 1.7em 0 0;
}
@media only screen and (max-width: 51.13333em) {
  .social .services {
    margin: 0 auto;
  }
}
.social .services li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.social .services li:first-child a {
  padding-left: 0;
}
.social .services li.active a {
  color: #3780cb;
}
.social a {
  color: #738ba4;
  -moz-transition: color 250ms linear;
  -o-transition: color 250ms linear;
  -webkit-transition: color 250ms linear;
  transition: color 250ms linear;
}
.social a:hover, .social a:focus {
  color: #3780cb;
}
.social [class^="icon-social"]:before {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  font-size: 1.15em;
  height: 35px;
  line-height: 35px;
  text-align: center;
  width: 25px;
}
.site-footer .social [class^="icon-social"]:before {
  font-size: 1.25em;
  height: 44px;
  line-height: 44px;
  width: 44px;
}
@media (min-width: 880px) {
  .site-footer .social [class^="icon-social"]:before {
    height: 30px;
    line-height: 30px;
    width: 30px;
  }
}
.social .icon-social-youtube:before {
  vertical-align: text-bottom;
}
.socialbar .social .icon-social-youtube:before {
  font-size: 1.3em;
}

.navbar-wrapper {
  height: 100px;
  left: 0;
  position: absolute;
  top: 65px;
  width: 100%;
  z-index: 1000;
}
@media only screen and (max-width: 51.13333em) {
  .navbar-wrapper {
    top: 30px;
  }
}
:lang(cs) .navbar-wrapper, :lang(nl) .navbar-wrapper, :lang(hu) .navbar-wrapper, :lang(fr) .navbar-wrapper, :lang(de) .navbar-wrapper, :lang(sv) .navbar-wrapper {
  font-size: 88%;
}

.navbar {
  margin-bottom: 0;
  max-width: 940px;
  padding: 0 30px 0;
}
@media (max-width: 820px) {
  .navbar .nav-collapse.in {
    background-color: rgba(0, 0, 0, 0.35);
  }
}
.navbar .navbar-inner {
  background-color: transparent;
  background-image: none;
  border: 0;
  filter: none;
  min-height: auto;
  padding: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.navbar .brand {
  margin-left: 0;
  min-height: 40px;
  min-width: 125px;
  padding: 6px 0 0;
}
.navbar .anniversary {
  float: left;
  min-height: 40px;
  min-width: 44px;
  padding-top: 7px;
}
.navbar .anniversary img {
  padding-left: 5px;
  -moz-transition: opacity 250ms ease-in;
  -o-transition: opacity 250ms ease-in;
  -webkit-transition: opacity 250ms ease-in;
  transition: opacity 250ms ease-in;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.navbar .brand:hover + .anniversary img {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.navbar .nav {
  float: right;
}
.navbar .nav li a {
  background-color: transparent;
  padding: 15px 11px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media (min-width: 880px) and (max-width: 979px) {
  .navbar .nav li a {
    padding: 15px 6px;
  }
}
.navbar .nav li a:hover, .navbar .nav li a:focus {
  color: #fff;
}
.navbar .nav li .ibo {
  padding-right: 0;
}
.navbar .nav li.active a {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  color: #fff;
}
.navbar .nav li.active a:hover, .navbar .nav li.active a:focus {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  color: #fff;
}
.navbar .btn-navbar {
  background: none;
  border: none;
  margin: 0;
  position: absolute;
  right: 0;
  top: .7em;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.navbar .btn-navbar .icon-bar {
  height: 4px;
  width: 25px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.navbar .icon-misc-globe {
  font-size: 1.3em;
}

@media (max-width: 880px) {
  .nav-collapse .nav {
    float: none;
    margin-bottom: 0;
  }
  .nav-collapse .nav > li > a {
    font-size: 1em;
    margin-bottom: 0;
    padding-top: .4em;
    padding-bottom: .4em;
    padding-left: .4em;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  .nav-collapse .nav > li > a:hover, .nav-collapse .nav-collapse .nav > li > a:focus, .nav-collapse .nav-collapse .dropdown-menu a:hover, .nav-collapse .nav-collapse .dropdown-menu a:focus {
    background-color: rgba(229, 234, 239, 0.1);
  }
  .nav-collapse.in {
    top: 10px;
  }
  .nav-collapse.in .nav > li > a {
    border-top: 1px solid #a8bbcd;
  }
  .nav-collapse.in .nav > li:first-child a {
    border-top: none;
  }
}
@media (min-width: 880px) {
  .location-indicator {
    display: none;
  }
}
.site-header {
  background-color: #274a6b;
  padding-top: 100px;
}
@media (min-width: 880px) {
  .site-header {
    padding-top: 120px;
  }
}

.jumbotron, .jumbotron-mini {
  margin-top: -100px;
}

.jumbotron {
  border-bottom: 10px solid #dde3ea;
}
.jumbotron .row-fluid {
  background-position: center center;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
.jumbotron .tagline {
  color: #fff;
  font-size: 1.65em;
  margin-bottom: .8em;
}
@media only screen and (max-width: 51.13333em) {
  .jumbotron .tagline {
    font-size: 1.5em;
    margin-top: 3.5em;
  }
}
.jumbotron .btn-animated-arrow {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  color: #9af9bf;
  font-size: 1.1em;
}
.jumbotron .btn-animated-arrow:hover {
  color: #9af9bf;
}
@media only screen and (max-width: 51.13333em) {
  .jumbotron .icon-ui-arrow-right {
    font-size: 3.5em;
  }
}

.jumbotron-mini .action {
  padding-right: 20px;
}
@media only screen and (max-width: 51.13333em) {
  .jumbotron-mini .action {
    padding-top: 1.3em;
    text-align: center;
  }
}
.jumbotron-mini .btn-animated-arrow {
  color: #9af9bf;
  float: right;
}
.jumbotron-mini .btn-animated-arrow:hover {
  color: #9af9bf;
  text-decoration: none;
}
@media only screen and (max-width: 51.13333em) {
  .jumbotron-mini .btn-animated-arrow {
    float: none;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
  }
}

@-moz-keyframes animate-strip-euro {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1887px 0;
  }
}
@-webkit-keyframes animate-strip-euro {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1887px 0;
  }
}
@-o-keyframes animate-strip-euro {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1887px 0;
  }
}
@-ms-keyframes animate-strip-euro {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1887px 0;
  }
}
@keyframes animate-strip-euro {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1887px 0;
  }
}
.product-strip {
  opacity: 0;
  background: transparent url('/assets/img/product_strip.png?1457622136') 0 0 repeat-x;
  height: 122px;
  width: 100%;
  z-index: 100;
}
.no-cssanimations .product-strip {
  width: 3200px;
}
.product-strip.animate {
  -moz-transition-property: background-position, opacity;
  -o-transition-property: background-position, opacity;
  -webkit-transition-property: background-position, opacity;
  transition-property: background-position, opacity;
  -moz-transition-duration: 2s, 1s;
  -o-transition-duration: 2s, 1s;
  -webkit-transition-duration: 2s, 1s;
  transition-duration: 2s, 1s;
  -moz-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94), ease-in;
  -o-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94), ease-in;
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94), ease-in;
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94), ease-in;
  background-position: -25% 0;
  opacity: 0.9999;
}
.page-home .product-strip {
  margin-top: -68px;
}
@media only screen and (max-width: 31.93333em) {
  .page-home .product-strip {
    background-size: 250%;
    height: 90px;
    margin-top: -50px;
  }
}
.page-services .product-strip {
  margin-top: -81.33333px;
  margin-bottom: -48.8px;
}
@media only screen and (max-width: 51.13333em) {
  .page-services .product-strip {
    margin-top: -40.66667px;
    margin-bottom: -81.33333px;
  }
  .page-services .product-strip + .container-fluid .module {
    padding-top: 122px;
  }
}

.product-strip-canada {
  background-image: url('/assets/img/product_strip_canada.png?1457622136');
  height: 122px;
}
.no-cssanimations .product-strip-canada {
  width: 2784px;
}

.product-strip-euro {
  background-image: url('/assets/img/product_strip_euro_new.png?1457622136');
  height: 162px;
}
.no-cssanimations .product-strip-euro {
  width: 2490px;
}
.product-strip-euro.animate {
  -webkit-animation: animate-strip-euro 25s linear infinite;
  -moz-animation: animate-strip-euro 25s linear infinite;
  -ms-animation: animate-strip-euro 25s linear infinite;
  -o-animation: animate-strip-euro 25s linear infinite;
  animation: animate-strip-euro 25s linear infinite;
}

.no-js .carousel-full-width.no-captions .item {
  margin-left: 4%;
  width: 48%;
}
.no-js .carousel-full-width.no-captions .item:nth-child(odd) {
  margin-left: 0;
}

.carousel-full-width .carousel-list .item {
  float: left;
  margin-bottom: 1.5em;
  position: relative;
}
@media only screen and (max-width: 51.13333em) {
  .carousel-full-width .carousel-list .item {
    margin-left: 0;
    width: 100%;
  }
}
.carousel-full-width .carousel-list .caption {
  color: #fff;
  font-size: .8em;
  padding-top: .5em;
}
@media screen and (min-width: 600px) {
  .carousel-full-width .carousel-list .caption {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjMiLz4KICAgIDxzdG9wIG9mZnNldD0iNzAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuOCIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuOCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.3) 20%, rgba(0, 0, 0, 0.8) 70%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(20%, rgba(0, 0, 0, 0.3)), color-stop(70%, rgba(0, 0, 0, 0.8)), color-stop(100%, rgba(0, 0, 0, 0.8)));
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.3) 20%, rgba(0, 0, 0, 0.8) 70%, rgba(0, 0, 0, 0.8) 100%);
    background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.3) 20%, rgba(0, 0, 0, 0.8) 70%, rgba(0, 0, 0, 0.8) 100%);
    background: -ms-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.3) 20%, rgba(0, 0, 0, 0.8) 70%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 20%, rgba(0, 0, 0, 0.8) 70%, rgba(0, 0, 0, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 );
    bottom: 0;
    box-sizing: border-box;
    font-size: 1em;
    left: 0;
    padding: 8% 10% 45px;
    position: absolute;
    width: 100%;
    z-index: 100;
  }
}
.carousel-full-width.carousel-enabled .bx-wrapper {
  padding: 0 4%;
}
.carousel-full-width.carousel-enabled .bx-viewport {
  overflow: visible !important;
}
.carousel-full-width.carousel-enabled .item .screen {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10);
  opacity: 0.1;
}
.carousel-full-width.carousel-enabled .item.active .screen {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.carousel-full-width.carousel-enabled .bx-controls {
  left: 0;
  margin: 1.5em 0 2em;
  position: relative;
  top: 0;
}
@media only screen and (min-width: 64em) {
  .carousel-full-width.carousel-enabled .bx-controls {
    margin-top: 0;
    left: 0;
    position: absolute;
    top: 46%;
  }
}
.carousel-full-width.carousel-enabled .bx-controls-direction a {
  padding: 0 1px;
  position: absolute;
  top: 0;
}
.carousel-full-width.carousel-enabled .bx-controls-direction a.bx-prev {
  left: 3%;
}
@media screen and (min-width: 1100px) {
  .carousel-full-width.carousel-enabled .bx-controls-direction a.bx-prev {
    left: 8%;
  }
}
@media screen and (min-width: 1500px) {
  .carousel-full-width.carousel-enabled .bx-controls-direction a.bx-prev {
    left: 11%;
  }
}
.carousel-full-width.carousel-enabled .bx-controls-direction a.bx-next {
  right: 3%;
}
@media screen and (min-width: 1100px) {
  .carousel-full-width.carousel-enabled .bx-controls-direction a.bx-next {
    right: 8%;
  }
}
@media screen and (min-width: 1500px) {
  .carousel-full-width.carousel-enabled .bx-controls-direction a.bx-next {
    right: 11%;
  }
}

.news-feed {
  background-color: #e7eaee;
}
@media (min-width: 979px) {
  .news-feed {
    margin: 0 auto;
    width: 940px;
  }
}
.news-feed .carousel-list {
  border-bottom: 1px solid #d4dce5;
}
.news-feed .item {
  overflow: hidden;
}
@media (min-width: 767px) {
  .news-feed .item {
    float: left;
    width: 33%;
  }
}
@media (max-width: 767px) {
  .news-feed .figure {
    float: left;
    width: 30%;
  }
}
.news-feed .news-caption {
  border-top: 1px solid #d4dce5;
  border-right: 1px solid #d4dce5;
  border-left: 1px solid #d4dce5;
  color: #92a4b8;
  font-size: .9em;
  height: 300px;
  /* This is a guess */
  line-height: 20px;
  padding: 40px 45px 48px;
}
@media (max-width: 767px) {
  .news-feed .news-caption {
    border: none;
    float: left;
    padding: 0 5% 35px;
    width: 60%;
  }
}
@media only screen and (max-width: 51.13333em) {
  .news-feed .news-caption {
    font-size: 0.75em;
  }
}
.news-feed h5 {
  color: #002b57;
  margin-top: 0;
}
@media only screen and (max-width: 51.13333em) {
  .news-feed h5 {
    font-size: 1.1em;
  }
}
.news-feed.carousel-enabled {
  border-bottom: 1px solid #d4dce5;
}
@media (min-width: 979px) {
  .news-feed.carousel-enabled {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .news-feed.carousel-enabled .figure {
    float: none;
    width: auto;
  }
}
@media (max-width: 767px) {
  .news-feed.carousel-enabled .caption {
    border-top: 1px solid #d4dce5;
    border-right: 1px solid #d4dce5;
    border-left: 1px solid #d4dce5;
    padding: 5% 8% 35px;
    width: auto;
  }
}
.news-feed.carousel-enabled .bx-controls {
  display: none !important;
}
.news-feed.carousel-enabled .controls {
  font-size: 1.6em;
  height: 1.6em;
  left: 44%;
  position: absolute;
  top: 44%;
  width: 1.6em;
}
.news-feed.carousel-enabled .controls .prev,
.news-feed.carousel-enabled .controls .next {
  display: none;
  left: 0;
  position: absolute;
  top: 0;
}
.news-feed.carousel-enabled .show-prev:hover .prev,
.news-feed.carousel-enabled .show-next:hover .next {
  display: block;
}
.no-js .news-feed .carousel-list .item {
  display: none;
}
.no-js .news-feed .carousel-list .item:nth-child(-n+3) {
  display: block;
}

.partnerlogo-feed {
  background-color: #e7eaee;
}
.partnerlogo-feed #slider-prev {
  position: absolute;
  left: 10%;
  padding-top: 35px;
  z-index: 1;
}
@media (max-width: 1235px) {
  .partnerlogo-feed #slider-prev {
    left: 20px;
  }
}
@media (max-width: 1000px) {
  .partnerlogo-feed #slider-prev {
    left: 2px;
  }
}
@media (max-width: 960px) {
  .partnerlogo-feed #slider-prev {
    padding-top: 100px;
    left: 35%;
  }
}
@media (max-width: 640px) {
  .partnerlogo-feed #slider-prev {
    left: 25%;
  }
}
.partnerlogo-feed #slider-next {
  position: absolute;
  right: 10%;
  padding-top: 35px;
  z-index: 1;
}
@media (max-width: 1235px) {
  .partnerlogo-feed #slider-next {
    right: 20px;
  }
}
@media (max-width: 1000px) {
  .partnerlogo-feed #slider-next {
    right: -8px;
  }
}
@media (max-width: 960px) {
  .partnerlogo-feed #slider-next {
    padding-top: 100px;
    right: 35%;
  }
}
@media (max-width: 640px) {
  .partnerlogo-feed #slider-next {
    right: 25%;
  }
}
@media (min-width: 979px) {
  .partnerlogo-feed {
    margin: 0 auto;
    width: 940px;
  }
}
.partnerlogo-feed .carousel-list {
  border-bottom: none;
}
.partnerlogo-feed .item {
  overflow: hidden;
  text-align: center;
}
@media (min-width: 767px) {
  .partnerlogo-feed .item {
    float: left;
  }
}
@media (max-width: 767px) {
  .partnerlogo-feed .figure {
    float: left;
    width: 30%;
  }
}
.partnerlogo-feed.carousel-enabled {
  border-bottom: none;
}
@media (min-width: 979px) {
  .partnerlogo-feed.carousel-enabled {
    width: 100%;
  }
}
.partnerlogo-feed.carousel-enabled .bx-wrapper img {
  overflow: hidden;
  display: inline-block;
  padding: 10px;
}

.charity-logos {
  background-color: #e7eaee;
}
@media (min-width: 979px) {
  .charity-logos {
    margin: 0 auto;
    width: 940px;
  }
}
.charity-logos .carousel-list {
  border-bottom: none;
}
.charity-logos .item {
  overflow: hidden;
  text-align: center;
}
@media (min-width: 767px) {
  .charity-logos .item {
    float: left;
  }
}
.charity-logos .item a {
  display: block;
}
.charity-logos .item img {
  height: 100px;
  width: 160px;
}
.charity-logos.carousel-enabled {
  border-bottom: none;
}
@media (min-width: 979px) {
  .charity-logos.carousel-enabled {
    width: 100%;
  }
}
.charity-logos.carousel-enabled .bx-wrapper img {
  overflow: hidden;
  display: inline-block;
}
.charity-logos.carousel-enabled .bx-controls {
  top: 25%;
}
@media only screen and (min-width: 64em) {
  .charity-logos.carousel-enabled .bx-controls {
    height: 0;
  }
}
.charity-logos.carousel-enabled .bx-controls-direction a.bx-prev {
  left: 3%;
}
.charity-logos.carousel-enabled .bx-controls-direction a.bx-next {
  right: 3%;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.centered, .masthead, .navbar, .jumbotron-mini .testimonial-short, .residual-income .figure [class*="icon-"] {
  margin-right: auto !important;
  margin-left: auto !important;
}

@media only screen and (min-width: 64em) {
  .increased-gutter-right {
    padding-right: 5%;
  }
}

@media only screen and (min-width: 64em) {
  .increased-gutter-left {
    padding-left: 5%;
  }
}

.overflow-visible {
  overflow: visible !important;
}

.wp-caption {
  padding: 20px;
}

.wp-caption-text {
  font-size: 0.6em;
}

.container.testimonials {
  padding: 0;
  margin: 0;
  overflow-y: hidden;
  width: auto;
  z-index: 5;
}
.container.testimonials > .row {
  margin: 0;
}
.container.testimonials > .row > .module {
  max-width: 940px;
  padding: 100px 30px;
}

.headshot {
  float: left;
  max-width: 360px;
  padding: .5em 20px 10px 0;
  width: 40%;
}

@media only screen and (max-width: 51.13333em) {
  .jumbotron-mini .testimonial-short .quotation {
    text-align: center;
  }
}

.testimonials-medium blockquote p:before, .testimonials-medium blockquote p:after {
  color: #3780cb;
  font-family: serif;
  line-height: .8em;
  display: inline;
  font-size: 1.5em;
}
:lang(en) .testimonials-medium blockquote p:before, :lang(en) .testimonials-medium blockquote p:after {
  display: block;
  font-size: 3em;
}
:lang(en) .testimonials-medium blockquote p:before {
  margin-bottom: -.3em;
  text-align: left;
}
:lang(en) .testimonials-medium blockquote p:after {
  margin-bottom: -.7em;
  padding-top: .3em;
  padding-right: 1px;
  text-align: right;
}
:lang(fr) .testimonials-medium blockquote p:before {
  margin-bottom: 0;
}
:lang(fr) .testimonials-medium blockquote p:after {
  margin-bottom: 0;
  padding-top: 0;
}
.testimonials-medium .link-wrap {
  text-align: center;
}
.testimonials-medium .link-wrap .more-link {
  border: 3px solid #fff;
  height: 60px;
  line-height: 60px;
  text-align: center;
  width: 60px;
  -moz-border-radius: 200px;
  -webkit-border-radius: 200px;
  border-radius: 200px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.testimonials-medium .link-wrap .more-link:hover {
  background: #fff;
}
.testimonials-medium .byline {
  color: #173c5c;
}

.testimonials-long p {
  color: #748598;
  font-size: 100%;
}
.testimonials-long .byline,
.testimonials-long .title {
  display: block;
}
.testimonials-long .byline {
  color: #3780cb;
}
.testimonials-long .title {
  color: #173c5c;
  text-transform: none;
}

.testimonials.carousel-enabled .bx-controls {
  margin-top: 0;
}
.page-home .testimonials.carousel-enabled .bx-controls {
  margin-top: -4.5em;
}
.testimonials.carousel-enabled.testimonials-medium blockquote {
  text-align: center;
}
.testimonials.carousel-enabled.testimonial-long blockquote {
  margin-bottom: 0;
}
.testimonials.carousel-enabled .text-content {
  float: left;
  width: 100%;
}
.testimonials.carousel-enabled .text-content .bx-controls {
  padding: 40px 0 0;
}
.testimonials.carousel-enabled .text-content .bx-prev {
  left: 0;
}
.testimonials.carousel-enabled .text-content .bx-next {
  right: 0;
}

.img-carousel-enabled.testimonials .image-content {
  float: left;
  width: 50%;
}
@media screen and (max-width: 880px) {
  .img-carousel-enabled.testimonials .image-content {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
}
.img-carousel-enabled.testimonials .image-content li {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  opacity: 0.2;
}
.img-carousel-enabled.testimonials .image-content li.active {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.img-carousel-enabled.testimonials .image-content .bx-controls,
.img-carousel-enabled.testimonials .image-content .bx-controls-direction {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.img-carousel-enabled.testimonials .image-content .bx-controls {
  margin-top: 0;
}
.img-carousel-enabled.testimonials .image-content .bx-controls a {
  color: #fff;
}
.img-carousel-enabled.testimonials .image-content .bx-controls a:hover {
  color: #3780cb;
}
.img-carousel-enabled.testimonials .image-content .bx-prev {
  bottom: auto;
  left: 155px;
}
.img-carousel-enabled.testimonials .image-content .bx-next {
  left: 155px;
  top: auto;
}
@media screen and (min-width: 880px) {
  .img-carousel-enabled.testimonials .text-content {
    width: 50%;
  }
}
.img-carousel-enabled.testimonials .text-content h2 {
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 880px) {
  .img-carousel-enabled.testimonials .text-content .headshot {
    display: none;
  }
}
@media screen and (min-width: 880px) {
  .img-carousel-enabled.testimonials .text-content .bx-controls {
    display: none;
  }
}
@media screen and (min-width: 821px) {
  .img-carousel-enabled.testimonials-medium .module {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
.img-carousel-enabled.testimonials-medium .image-content .bx-prev {
  top: 100px;
}
.img-carousel-enabled.testimonials-medium .image-content .bx-next {
  bottom: 335px;
}
@media screen and (min-width: 821px) {
  .img-carousel-enabled.testimonials-medium .text-content {
    padding-top: 24%;
  }
}
@media screen and (min-width: 821px) {
  .img-carousel-enabled.testimonials-long .module {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
.img-carousel-enabled.testimonials-long .image-content .bx-prev {
  top: 215px;
}
.img-carousel-enabled.testimonials-long .image-content .bx-next {
  bottom: 570px;
}
@media screen and (min-width: 821px) {
  .img-carousel-enabled.testimonials-long .text-content {
    padding-top: 24%;
  }
}

.site-footer {
  border-top: 1px solid #d4dce5;
}
@media only screen and (max-width: 51.13333em) {
  .site-footer {
    text-align: center;
  }
}
@media only screen and (max-width: 51.13333em) {
  .site-footer .row-fluid .navigation {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}
.site-footer li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.site-footer li.active a {
  color: #3780cb;
}
.site-footer a {
  color: #738ba4;
  -moz-transition: color 250ms linear;
  -o-transition: color 250ms linear;
  -webkit-transition: color 250ms linear;
  transition: color 250ms linear;
}
.site-footer a:hover, .site-footer a:focus {
  color: #3780cb;
}
.site-footer .nav {
  margin-top: -2px;
  margin-bottom: 1em;
  margin-left: -10px;
  overflow: hidden;
}
.site-footer .nav li {
  display: block;
  float: left;
}
.site-footer .nav a {
  font-size: 14px;
  padding: 0 10px;
}
.site-footer .nav a:hover, .site-footer .nav a:focus {
  color: #3780cb;
  background-color: transparent;
}
@media (min-width: 880px) and (max-width: 979px) {
  .site-footer .nav a {
    padding: 0 4px;
  }
}
@media (max-width: 880px) {
  .site-footer .nav {
    margin-left: auto;
    margin-right: auto;
    padding: .25em 0;
  }
  .site-footer .nav li {
    float: none;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
  }
  .site-footer .nav a {
    color: #a8bbcd;
    display: block;
    line-height: 2.25em;
  }
  .site-footer .nav a:hover, .site-footer .nav a:focus {
    background-color: none;
  }
}
.site-footer .organizations,
.site-footer .copyright {
  float: left;
}
@media only screen and (max-width: 51.13333em) {
  .site-footer .organizations,
  .site-footer .copyright {
    float: none;
  }
}
.site-footer .organizations {
  border-right: 1px solid #d4dce5;
  padding-right: 1em;
}
@media only screen and (max-width: 51.13333em) {
  .site-footer .organizations {
    border-right: 0;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
  }
}
.site-footer .organizations [class^="icon-logos"]:before {
  font-size: 2em;
  padding: 0 .15em;
}
.site-footer .organizations .icon-logos-dsef:before,
.site-footer .organizations .icon-logos-dsa-canada:before,
.site-footer .organizations .icon-logos-dsa-french:before {
  font-size: 3em;
}
.site-footer .copyright {
  color: #adbbc9;
  font-family: Arial, sans-serif;
  font-size: 73%;
  padding-top: .2em;
  padding-left: 2em;
  max-width: 700px;
  width: 60%;
}
@media only screen and (max-width: 51.13333em) {
  .site-footer .copyright {
    padding-left: 0;
    width: auto;
  }
}
@media screen and (min-width: 925px) {
  .site-footer .copyright {
    width: 70%;
  }
}
.site-footer .copyright p {
  margin-bottom: 0;
}
.site-footer .copyright .lang {
  padding-left: 1em;
}
@media only screen and (max-width: 51.13333em) {
  .site-footer .copyright .lang {
    float: none;
    margin: 0 auto;
  }
}
.site-footer .copyright .lang a {
  color: #3780cb;
}
.site-footer .copyright .lang a:hover {
  color: #3780cb;
  text-decoration: underline;
}
.site-footer .copyright .legal {
  line-height: 1em;
}
.site-footer .copyright .legal li {
  line-height: 1.5em;
}
.site-footer .copyright .legal a {
  padding: 0 4px;
}

#cookieBanner {
  display: none;
  font-size: 12px;
  width: 100%;
  margin: 0 auto;
  padding: 1.2em;
  background-color: #eee;
  border-bottom: solid 1px #305678;
  text-align: center;
}
#cookieBanner p {
  max-width: 1000px;
  margin: 0 auto;
}

#cookieBannerActions {
  margin-top: 1em;
}
#cookieBannerActions .btn-rounded {
  padding-right: 1.1em;
}

#cookieBannerClose {
  float: right;
  font-weight: bold;
  padding: 4px;
  position: absolute;
  right: 5%;
}

.copyright p.cdata {
  display: inline-block;
}

.site-credit {
  margin-left: 12px;
  display: inline-block;
  font-size: 10px;
  line-height: 1;
}

.site-credit a {
  text-decoration: none;
  text-transform: uppercase;
}

.site-credit .bolt em {
  font-size: 0;
}

.site-credit .bolt svg {
  display: inline-block;
  vertical-align: text-top;
  width: 1.25em;
  height: 1.25em;
  margin: 0 0.2em;
}

.site-credit .bolt svg * {
  fill: #3780cb;
}

.page-home .play {
  margin-left: 10px;
}
.page-home .play img {
  width: 20%;
}
.page-home .products {
  text-align: center;
}
.page-home .products h2 {
  margin-bottom: .5em;
}
.page-home .products h2, .page-home .products p {
  margin-right: auto;
  margin-left: auto;
  max-width: 650px;
}
.page-home .products a {
  font-weight: 600;
}
.page-home .products a:hover {
  text-decoration: none;
}
@media only screen and (max-width: 51.13333em) {
  .page-home .relationship-marketing .text {
    text-align: center;
  }
}
.page-home .relationship-marketing .infographic {
  text-align: center;
}
.page-home .relationship-marketing .infographic .figure {
  height: 290px;
  margin: 0 auto;
  width: 320px;
}
@media only screen and (max-width: 51.13333em) {
  .page-home .relationship-marketing .infographic .figure {
    margin-top: 3em;
  }
}
@media only screen and (max-width: 31.93333em) {
  .page-home .relationship-marketing .infographic .figure {
    width: 224px;
  }
}
.page-home .relationship-marketing .infographic .figure-item {
  position: absolute;
}
.page-home .relationship-marketing .infographic .figure-text {
  color: #f4f5f7;
  display: block;
  font-size: .9em;
  text-align: center;
}
.page-home .relationship-marketing .infographic .acn {
  left: 0;
  top: 130px;
}
@media only screen and (max-width: 31.93333em) {
  .page-home .relationship-marketing .infographic .acn {
    left: -15px;
    top: 109px;
  }
}
.page-home .relationship-marketing .infographic .acn.animated {
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -ms-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.page-home .relationship-marketing .infographic .you {
  left: 140px;
  top: 0;
}
@media only screen and (max-width: 31.93333em) {
  .page-home .relationship-marketing .infographic .you {
    left: 91px;
  }
}
.page-home .relationship-marketing .infographic .you.animated {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -ms-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}
.page-home .relationship-marketing .infographic .customer {
  right: 0;
  top: 120px;
}
@media only screen and (max-width: 31.93333em) {
  .page-home .relationship-marketing .infographic .customer {
    right: -15px;
    top: 101px;
  }
}
.page-home .relationship-marketing .infographic .customer.animated {
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  -ms-animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.page-home .relationship-marketing .infographic .bg {
  left: 82px;
  top: 72px;
}
@media only screen and (max-width: 31.93333em) {
  .page-home .relationship-marketing .infographic .bg {
    left: 55px;
    width: 115px;
  }
}
.page-home .relationship-marketing .infographic .bg.animated {
  -webkit-animation-delay: 2.5s;
  -moz-animation-delay: 2.5s;
  -ms-animation-delay: 2.5s;
  -o-animation-delay: 2.5s;
  animation-delay: 2.5s;
}
.page-home .relationship-marketing .infographic .arrow {
  left: 28px;
  top: 10px;
}
@media only screen and (max-width: 31.93333em) {
  .page-home .relationship-marketing .infographic .arrow {
    left: 0;
    width: 224px;
  }
}
.page-home .relationship-marketing .infographic .arrow.animated {
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  -ms-animation-delay: 2s;
  -o-animation-delay: 2s;
  animation-delay: 2s;
}

.trump-events .col {
  padding-top: 10%;
}
@media only screen and (min-width: 768px) {
  .trump-events .col {
    padding-top: 27%;
  }
}
@media only screen and (min-width: 960px) {
  .trump-events .col {
    padding-top: 40%;
  }
}
.trump-events .trump {
  padding-bottom: 10%;
}
@media only screen and (min-width: 768px) {
  .trump-events .trump {
    padding-right: 50px;
    padding-bottom: 15%;
  }
}
.trump-events .events {
  padding-bottom: 15%;
  padding-left: 0;
}
@media only screen and (min-width: 768px) {
  .trump-events .events {
    padding-left: 65px;
  }
}
.trump-events p {
  min-height: 72px;
}
.trump-events a {
  whitespace: nowrap;
}

.unlimited-potential .row-fluid {
  background-image: url('/assets/img/backgrounds/handheld-tablet.png?1457622136');
  background-position: bottom right;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 960px) {
  .unlimited-potential .row-fluid {
    background-position: -9999em 0 !important;
  }
}
.unlimited-potential .text {
  width: 80%;
}
@media only screen and (max-width: 1550px) {
  .unlimited-potential .text {
    width: 60%;
  }
}
@media only screen and (max-width: 1250px) {
  .unlimited-potential .text {
    width: 45%;
  }
}
@media only screen and (max-width: 960px) {
  .unlimited-potential .text {
    width: auto;
  }
}
.unlimited-potential.unlimited-potential-uk .row-fluid {
  background-image: url('/assets/img/backgrounds/handheld-tablet-uk.png?1457622136');
}

.residual-income.container {
  padding: 0;
  margin: 0;
  overflow-y: hidden;
  width: auto;
  z-index: 5;
}
.residual-income.container > .row {
  margin: 0;
}
.residual-income.container > .row > .module {
  max-width: 940px;
  padding: 100px 30px;
}
@media only screen and (max-width: 51.13333em) {
  .residual-income.container > .row > .module {
    padding: 30px 30px 50px;
  }
}
.residual-income .icons-group, .residual-income .text {
  float: left;
  width: 50%;
}
@media only screen and (max-width: 51.13333em) {
  .residual-income .icons-group, .residual-income .text {
    float: none;
    width: 100%;
  }
}
.residual-income .figure {
  max-height: 300px;
  width: 80%;
  padding-top: 4em;
}
@media only screen and (max-width: 51.13333em) {
  .residual-income .figure {
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 20%;
    width: 55%;
  }
}
@media only screen and (max-width: 31.93333em) {
  .residual-income .figure {
    display: none;
  }
}
.residual-income .figure [class*="icon-"] {
  display: block;
  color: #fff;
  height: 100%;
  line-height: 1em;
  position: relative;
  text-align: center;
  width: 100%;
}
.js .residual-income .figure [class*="icon-"] {
  font-size: inherit;
}
.residual-income .figure .icon-ui-circle-arrow {
  color: #3780cb;
  font-family: ui;
  font-size: 20em;
  width: 100%;
}
.residual-income .figure .icon-misc-icongroup {
  font-family: misc;
  font-size: 13em;
  top: -1.26em;
}
.js .residual-income .figure .icon-misc-icongroup {
  top: -1.45em;
  width: 52%;
}

.calendar.carousel {
  height: 27%;
  margin-top: -26em;
  margin-right: auto;
  margin-left: auto;
  width: 25%;
}
.calendar.carousel .currency {
  font-size: 60px;
  position: absolute;
  line-height: 120px;
  text-align: center;
  width: 94px;
}
.calendar.carousel .icons {
  height: 100%;
  width: 100%;
}
.calendar.carousel [class*="icon-calendar-cal-"] {
  display: none;
  font-family: calendar;
  font-size: 6em;
  height: 120px;
}
.calendar.carousel [class*="icon-calendar-cal-"].currentMonth {
  display: block;
}
.calendar.carousel.carousel-enabled {
  margin-top: -116%;
}

.ethics-organizations {
  border-bottom: 1px solid #fff;
  margin-bottom: 1.2em;
  padding-bottom: 1.2em;
}
.ethics-organizations [class^="icon-"]:before {
  color: #748598;
  font-size: 2.2em;
  padding-right: .3em;
}

.reputation {
  background-image: url('/assets/img/backgrounds/columns.png?1457622136');
  background-position: bottom right;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 850px) {
  .reputation {
    background-position: -9999em 0 !important;
  }
}
.reputation .text {
  width: 80%;
}
@media only screen and (max-width: 1550px) {
  .reputation .text {
    width: 60%;
  }
}
@media only screen and (max-width: 1250px) {
  .reputation .text {
    width: 45%;
  }
}
@media only screen and (max-width: 850px) {
  .reputation .text {
    width: auto;
  }
}

.partnerlogo-feed #slider-prev {
  position: absolute;
  left: 10%;
  padding-top: 30px;
  z-index: 1;
}

.partnerlogo-feed #slider-next {
  position: absolute;
  right: 10%;
  padding-top: 30px;
  z-index: 1;
}

.partnerlogo-feed.carousel-enabled .bx-wrapper img {
  vertical-align: middle;
}

.anniversary-lockup {
  color: #173c5c;
  float: right;
  font-size: 6.5em;
  padding-top: .35em;
  padding-bottom: .6em;
  padding-left: .6em;
}
:lang(fr) .anniversary-lockup {
  font-size: 8.5em;
  margin-top: -.2em;
  padding-top: 0;
  padding-bottom: .2em;
  padding-left: .5em;
}
:lang(es-US) .anniversary-lockup, :lang(fr-CA) .anniversary-lockup {
  font-size: 9.5em;
  margin-top: 0;
  padding: 0.25em 0 0.2em 0.25em;
}
.anniversary-lockup .playLogo {
  width: 65%;
}

.module-acn-reach .tcell {
  vertical-align: middle;
  width: 50%;
}
.module-acn-reach .fadeInRight {
  text-align: center;
}
.module-acn-reach .fadeInRight img {
  display: inline-block;
  margin-top: -15px;
}

.co-founders {
  background-color: #181d22;
}
@media screen and (min-width: 767px) {
  .co-founders {
    color: #748598;
  }
}
.co-founders .bio .name {
  color: #fff;
}
.co-founders .bio .title {
  color: #9af9bf;
  display: block;
  font-size: .9em;
  line-height: 1em;
}
.co-founders .thumbnail-row {
  overflow: hidden;
  z-index: 1000;
}
.co-founders .thumbnails {
  display: block;
  float: right;
  margin: 0;
}
@media only screen and (max-width: 51.13333em) {
  .co-founders .thumbnails {
    padding-right: 30px;
    padding-left: 30px;
  }
}
.co-founders .thumbnails li {
  display: block;
  float: left;
  margin-left: 0;
}
@media only screen and (max-width: 51.13333em) {
  .co-founders .thumbnails li {
    float: left;
    width: 25%;
  }
}
.co-founders .thumbnails .thumbnail {
  background-color: #000;
  display: block;
}
.js .co-founders {
  max-height: 730px;
}
@media only screen and (min-width: 64em) {
  .js .co-founders > .row-fluid > .module {
    min-height: 350px;
  }
}
.js .co-founders .bio {
  display: none;
}
@media screen and (min-width: 767px) {
  .js .co-founders .bio {
    padding-top: 115px;
  }
}
.js .co-founders .bio.active {
  display: block;
}
.js .co-founders .thumbnails a img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
  -moz-transition: opacity 250ms ease-in;
  -o-transition: opacity 250ms ease-in;
  -webkit-transition: opacity 250ms ease-in;
  transition: opacity 250ms ease-in;
}
.js .co-founders .thumbnails a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.js .co-founders .thumbnails .active img {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.honorable-mention-listing {
  color: #eee;
}
.honorable-mention-listing h3 {
  color: #84a6c5;
  margin-top: .25em;
}

.integrity .icon-logos-bbb {
  display: block;
  font-size: 30px;
}
@media only screen and (min-width: 768px) {
  .integrity .icon-logos-bbb {
    display: inline-block;
    vertical-align: baseline;
  }
}

.featured-stories {
  padding-top: 40px;
}
.featured-stories .thumbnails .item.span4 {
  width: 33.33%;
  margin-left: 0;
}
@media only screen and (max-width: 51.13333em) {
  .featured-stories .thumbnails .item {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 51.13333em) {
  .featured-stories .thumbnails .item:nth-child(2) .caption {
    border: none !important;
  }
}
.featured-stories .thumbnails img {
  margin-bottom: 0;
  width: 100%;
}
@media only screen and (max-width: 51.13333em) {
  .featured-stories .thumbnails img {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
  }
}
.featured-stories .thumbnails .caption {
  color: #92a4b8;
  line-height: 20px;
  padding: 30px 40px;
}
.featured-stories .thumbnails h3 {
  font-size: 1.06667em;
  font-weight: 600;
  line-height: 1.46667em;
  margin-top: 0;
  margin-bottom: .5em;
}
.featured-stories .thumbnails p {
  font-size: 0.93333em;
  margin-bottom: 0;
}

.charity-blocks {
  padding-top: 1px;
}
.charity-blocks .thumbnails .item {
  margin-left: 0;
  width: 33.33%;
}
@media only screen and (max-width: 51.13333em) {
  .charity-blocks .thumbnails .item {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 51.13333em) {
  .charity-blocks .thumbnails .item:nth-child(2) .caption {
    border: none !important;
  }
}
.charity-blocks .thumbnails img {
  margin-bottom: 0;
  width: 100%;
}
@media only screen and (max-width: 51.13333em) {
  .charity-blocks .thumbnails img {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
  }
}
.charity-blocks .thumbnails .caption {
  color: #92a4b8;
  line-height: 20px;
  padding: 30px 40px;
}
.charity-blocks .thumbnails h3 {
  font-size: 1.06667em;
  font-weight: 600;
  line-height: 1.46667em;
  margin-top: 0;
  margin-bottom: .5em;
}
.charity-blocks .thumbnails p {
  font-size: 0.93333em;
  margin-bottom: 0;
}

.page-news .jumbotron-mini h2 {
  color: #fff;
}
.page-news .jumbotron-mini h2 small {
  display: block;
  color: #a8bbcd;
}
.page-news .container {
  max-width: 940px;
  padding: 50px 30px 100px;
}
@media only screen and (max-width: 51.13333em) {
  .page-news .container {
    padding: 30px 30px 50px;
  }
}
.page-news .container > .row {
  margin-top: 0.66667em;
}
.page-news .btn-link {
  padding-right: 0 !important;
}
.page-news h2 {
  margin-top: 0;
}
.page-news h2 a {
  color: #173c5c;
}
.page-news .article-container {
  border-right: 1px solid #d1dae4;
  padding-right: 30px;
  width: 669px;
}
@media (min-width: 1200px) {
  .page-news .article-container {
    width: 669px;
  }
}
@media (max-width: 979px) and (min-width: 768px) {
  .page-news .article-container {
    width: 517px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .page-news .article-container {
    width: 100%;
    padding-right: 0;
    border-right: 0;
  }
}
.page-news .article-list > a > img {
  width: 100%;
  margin-bottom: 2em;
}
.page-news .article {
  padding-right: 50px;
}
@media only screen and (max-width: 31.93333em) {
  .page-news .article {
    padding-right: 0;
  }
}
.page-news .entry-content {
  overflow: hidden;
  padding-top: 1em;
}
.page-news .article-footer {
  color: #a8b9cb;
  font-size: .9em;
  text-align: left;
}
.page-news .article-social {
  margin-bottom: 5em;
}
.page-news .article-social ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
}
.page-news .article-social li {
  display: inline-block;
  font-size: 14px;
}
.page-news .article-social li + li {
  margin-left: 1em;
}
.page-news .sidebar .article-social {
  margin-bottom: 2em;
}
.page-news .sidebar .article-social li {
  font-size: 20px;
}
@media (min-width: 1200px) {
  .page-news .sidebar-container {
    width: 210px;
  }
}
@media (max-width: 767px) {
  .page-news .sidebar-container .affix {
    top: auto;
    position: static;
  }
  .page-news .sidebar-container .sidebar {
    max-width: none;
  }
  .page-news .sidebar-container .nav-list.search, .page-news .sidebar-container .twitter-feed {
    display: none;
  }
}
.page-news .sidebar {
  max-width: 270px;
}
.page-news .affix {
  top: 0.66667em;
}
.page-news .nav-list {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.page-news .nav-list a {
  color: #738ba4;
  -moz-transition: color 250ms linear;
  -o-transition: color 250ms linear;
  -webkit-transition: color 250ms linear;
  transition: color 250ms linear;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.page-news .nav-list a:hover, .page-news .nav-list a:focus {
  background-color: transparent;
  color: #3780cb;
  -moz-transition: color 500ms linear;
  -o-transition: color 500ms linear;
  -webkit-transition: color 500ms linear;
  transition: color 500ms linear;
}
.page-news .nav-list a:hover i, .page-news .nav-list a:focus i {
  color: #3780cb;
}
.page-news .nav-list a i {
  color: #3780cb;
  font-size: 150%;
  vertical-align: middle;
  margin-right: 0.33333em !important;
}
.page-news .nav {
  margin-bottom: 1.66667em;
}
.page-news .nav .nav-header {
  color: #173c5c;
  font-size: 1.2em;
  text-transform: none;
  font-weight: 600;
}
.page-news .nav .nav {
  display: none;
  margin-bottom: 0;
  padding-left: 34px !important;
}
@media (max-width: 767px) {
  .page-news .nav .nav {
    padding-left: 0 !important;
  }
}
.page-news .nav .active {
  background: none;
}
.page-news .nav .active > a {
  background: none;
  text-shadow: none;
  color: #173c5c;
}
.page-news .nav .active .nav, .page-news .nav .child-active .nav {
  display: block;
}
.page-news .nav .search-form {
  margin: 5px 0 10px 0;
  display: none;
}
.page-news .nav .search-form label {
  display: none;
}
.page-news .nav .search-form form {
  margin: 0;
}
.page-news .twitter-feed {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.page-news .twitter-feed ul {
  list-style: none;
  margin: 0;
  margin-bottom: 1.66667em;
}
.page-news .twitter-feed ul li {
  display: none;
}
.page-news .twitter-feed ul li:first-child {
  display: block;
}
.page-news .twitter-feed h4 {
  color: #173c5c;
  font-size: 1.2em;
  text-transform: none;
  font-weight: 600;
}
.page-news .twitter-feed p {
  font-weight: 600;
  font-size: 0.93333em;
  color: #748598;
}
.page-news .twitter-feed p small {
  display: block;
  font-size: 0.8em;
  color: #3780cb;
}
.page-news .twitter-feed p a {
  -moz-transition: color 250ms linear;
  -o-transition: color 250ms linear;
  -webkit-transition: color 250ms linear;
  transition: color 250ms linear;
  color: #3780cb;
}
.page-news .twitter-feed p a:hover, .page-news .twitter-feed p a:focus {
  -moz-transition: color 250ms linear;
  -o-transition: color 250ms linear;
  -webkit-transition: color 250ms linear;
  transition: color 250ms linear;
  color: #255a90;
}
.page-news #nav-below h3 {
  display: none;
}
@media (max-width: 767px) {
  .page-news .categories {
    margin-top: 50px;
    text-align: center;
    width: 100%;
  }
}
.page-news .categories a i {
  color: #173c5c;
  display: none;
}
.page-news .categories .active a i, .page-news .categories .child-active a i {
  display: inline;
}
.page-news .categories .active a:hover i, .page-news .categories .child-active a:hover i {
  color: #173c5c;
}

.carousel-inner .item {
  text-align: center;
}
.carousel-inner .item img {
  width: 100%;
}

.comments-title {
  margin-top: -2px;
  color: #a8b9cb;
}
.comments-title span {
  font-style: italic;
}

.icon-comments {
  color: #3780cb !important;
  font-size: 140%;
  padding-right: 5px;
}

#infscr-loading {
  margin-bottom: 4em;
  text-align: center;
}
#infscr-loading em {
  font-style: normal;
  font-size: 0.9em;
}

#nav-below .nav-previous {
  max-width: 65%;
  margin: 0 auto;
  text-align: center;
}

@media only screen and (max-width: 31.93333em) {
  .residential-services, .business-services {
    margin: 2em 0;
  }
}

@media screen and (min-width: 767px) {
  .business-services:before {
    border-left: 1px solid #fff;
    bottom: 0;
    content: '';
    display: block;
    height: 100%;
    left: -25%;
    position: absolute;
    width: 1px;
  }
}

.partner-logos .item {
  float: left;
  line-height: 150px;
  min-height: 150px;
  padding: 1%;
  text-align: center;
  width: 31.33%;
}
@media only screen and (min-width: 51.2em) and (max-width: 63.93333em) {
  .partner-logos .item {
    height: 175px;
    line-height: 175px;
  }
}
@media only screen and (min-width: 64em) {
  .partner-logos .item {
    height: 200px;
    line-height: 200px;
    width: 14.666666667%;
  }
}
.partner-logos img {
  max-height: 100%;
}

.page-services-index .top-content-section .row-fluid {
  margin-bottom: 50px;
}
.page-services-index .top-content-section .module {
  margin-bottom: 50px;
}
.page-services-index .top-content-section .module p:first-child {
  margin-bottom: 30px;
}
.page-services-index .top-content-section .module .sub-head {
  margin-bottom: 7px;
}

.page-services .partnerlogo-feed img {
  height: 100px;
  width: 160px;
}
.page-services iframe {
  height: 215px;
}
@media only screen and (min-width: 550px) {
  .page-services-video {
    margin: 30px 0;
    text-align: center;
  }
  .page-services-video iframe {
    height: 317px;
    width: 60%;
  }
}

.Product {
  padding-top: 45px !important;
}
.Product-image {
  flex-basis: 35%;
  margin-top: 15px;
}
.Product-image img {
  width: 100%;
}
.Product-text {
  flex-basis: 49%;
}
@media only screen and (min-width: 760px) {
  .Product {
    margin-bottom: 30px;
  }
  .Product-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .Product-image {
    margin-top: 0;
  }
}

/* Reset */
.flip-clock-wrapper * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-clock-wrapper a {
  cursor: pointer;
  text-decoration: none;
  color: #173c5c;
}

.flip-clock-wrapper ul {
  list-style: none;
}

.flip-clock-wrapper.clearfix:before, .flip-clock-wrapper.clearfix:after {
  content: " ";
  display: table;
}

.flip-clock-wrapper.clearfix:after {
  clear: both;
}

.flip-clock-wrapper.clearfix {
  *zoom: 1;
}

/* Main */
.flip-clock-wrapper {
  -webkit-user-select: none;
}

.flip-clock-meridium {
  background: none !important;
  box-shadow: 0 0 0 !important;
  font-size: 36px !important;
}
.flip-clock-meridium a {
  color: #313333;
}

.flip-clock-wrapper {
  text-align: center;
  position: relative;
  width: 100%;
  margin: 0;
}

.flip-clock-wrapper:before,
.flip-clock-wrapper:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.flip-clock-wrapper:after {
  clear: both;
}

/* Skeleton */
.flip-clock-wrapper ul {
  position: relative;
  float: left;
  margin: 2px;
  width: 50px;
  height: 70px;
  line-height: 70px;
  border-radius: 6px;
}

.flip-clock-wrapper ul li {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  line-height: 70px;
  text-decoration: none !important;
}

.flip-clock-wrapper ul li:first-child {
  z-index: 2;
}

.flip-clock-wrapper ul li a {
  display: block;
  height: 100%;
  -webkit-perspective: 200px;
  -moz-perspective: 200px;
  perspective: 200px;
  margin: 0 !important;
  overflow: visible !important;
  cursor: default !important;
}

.flip-clock-wrapper ul li a div {
  z-index: 1;
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
  font-size: 36px;
  overflow: hidden;
}

.flip-clock-wrapper ul li a div .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.flip-clock-wrapper ul li a div.up {
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  top: 0;
}

.flip-clock-wrapper ul li a div.up:after {
  content: "";
  position: absolute;
  top: 44px;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 3px;
}

.flip-clock-wrapper ul li a div.down {
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  -o-transform-origin: 50% 0;
  transform-origin: 50% 0;
  bottom: 0;
}

.flip-clock-wrapper ul li a div div.inn {
  position: absolute;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 200%;
  color: #173c5c;
  text-align: center;
  background-color: #EDEDED;
  border-radius: 6px;
  font-size: 0.6em;
  font-weight: normal;
}

.flip-clock-wrapper ul li a div.up div.inn {
  top: 0;
}

.flip-clock-wrapper ul li a div.down div.inn {
  bottom: 0;
}

/* PLAY */
.flip-clock-wrapper ul.play li.flip-clock-before {
  z-index: 3;
}

.flip-clock-wrapper ul.play li.flip-clock-active {
  -webkit-animation: asd 0.5s 0.5s linear both;
  -moz-animation: asd 0.5s 0.5s linear both;
  animation: asd 0.5s 0.5s linear both;
  z-index: 5;
}

.flip-clock-divider {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  float: left;
  position: relative;
  width: 8px;
  height: 100px;
}
.flip-clock-divider .flip-clock-label {
  width: 112px;
  text-align: center;
  position: absolute;
  bottom: -0.25em;
  color: #173c5c;
  text-shadow: none;
  text-transform: uppercase;
  font-size: 0.9em;
}
.flip-clock-divider.hours .flip-clock-label, .flip-clock-divider.minutes .flip-clock-label {
  width: 116px;
}

.flip-clock-divider:first-child {
  width: 0;
}

.flip-clock-dot {
  display: none;
  background: #323434;
  width: 10px;
  height: 10px;
  position: absolute;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  left: 5px;
}
.flip-clock-dot.top {
  top: 30px;
}
.flip-clock-dot.bottom {
  bottom: 30px;
}

@-webkit-keyframes asd {
  0% {
    z-index: 2;
  }
  20% {
    z-index: 4;
  }
  100% {
    z-index: 4;
  }
}
@-moz-keyframes asd {
  0% {
    z-index: 2;
  }
  20% {
    z-index: 4;
  }
  100% {
    z-index: 4;
  }
}
@-o-keyframes asd {
  0% {
    z-index: 2;
  }
  20% {
    z-index: 4;
  }
  100% {
    z-index: 4;
  }
}
@keyframes asd {
  0% {
    z-index: 2;
  }
  20% {
    z-index: 4;
  }
  100% {
    z-index: 4;
  }
}
.flip-clock-wrapper ul.play li.flip-clock-active .down {
  z-index: 2;
  -webkit-animation: turn 0.5s 0.5s linear both;
  -moz-animation: turn 0.5s 0.5s linear both;
  animation: turn 0.5s 0.5s linear both;
}

@-webkit-keyframes turn {
  0% {
    -webkit-transform: rotateX(90deg);
  }
  100% {
    -webkit-transform: rotateX(0deg);
  }
}
@-moz-keyframes turn {
  0% {
    -moz-transform: rotateX(90deg);
  }
  100% {
    -moz-transform: rotateX(0deg);
  }
}
@-o-keyframes turn {
  0% {
    -o-transform: rotateX(90deg);
  }
  100% {
    -o-transform: rotateX(0deg);
  }
}
@keyframes turn {
  0% {
    transform: rotateX(90deg);
  }
  100% {
    transform: rotateX(0deg);
  }
}
.flip-clock-wrapper ul.play li.flip-clock-before .up {
  z-index: 2;
  -webkit-animation: turn2 0.5s linear both;
  -moz-animation: turn2 0.5s linear both;
  animation: turn2 0.5s linear both;
}

@-webkit-keyframes turn2 {
  0% {
    -webkit-transform: rotateX(0deg);
  }
  100% {
    -webkit-transform: rotateX(-90deg);
  }
}
@-moz-keyframes turn2 {
  0% {
    -moz-transform: rotateX(0deg);
  }
  100% {
    -moz-transform: rotateX(-90deg);
  }
}
@-o-keyframes turn2 {
  0% {
    -o-transform: rotateX(0deg);
  }
  100% {
    -o-transform: rotateX(-90deg);
  }
}
@keyframes turn2 {
  0% {
    transform: rotateX(0deg);
  }
  100% {
    transform: rotateX(-90deg);
  }
}
.flip-clock-wrapper ul li.flip-clock-active {
  z-index: 3;
}

/* SHADOW */
.flip-clock-wrapper ul.play li.flip-clock-before .up .shadow {
  -webkit-animation: flipclockshow 0.5s linear both;
  -moz-animation: flipclockshow 0.5s linear both;
  animation: flipclockshow 0.5s linear both;
}

.flip-clock-wrapper ul.play li.flip-clock-active .up .shadow {
  -webkit-animation: flipclockhide 0.5s 0.3s linear both;
  -moz-animation: flipclockhide 0.5s 0.3s linear both;
  animation: flipclockhide 0.5s 0.3s linear both;
}

/*DOWN*/
.flip-clock-wrapper ul.play li.flip-clock-before .down .shadow {
  -webkit-animation: flipclockshow 0.5s linear both;
  -moz-animation: flipclockshow 0.5s linear both;
  animation: flipclockshow 0.5s linear both;
}

.flip-clock-wrapper ul.play li.flip-clock-active .down .shadow {
  -webkit-animation: flipclockhide 0.5s 0.3s linear both;
  -moz-animation: flipclockhide 0.5s 0.3s linear both;
  animation: flipclockhide 0.5s 0.2s linear both;
}

@-webkit-keyframes flipclockshow {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes flipclockshow {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes flipclockshow {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flipclockshow {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes flipclockhide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes flipclockhide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes flipclockhide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes flipclockhide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.ui-tabs .ui-tabs-nav {
  border-bottom: 1px solid #d4dce5;
  overflow: hidden;
  padding: 0;
  text-align: center;
}
.ui-tabs .ui-tabs-nav li {
  border-left: 1px solid #d4dce5;
  float: none !important;
  padding: 0 1.5%;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.ui-tabs .ui-tabs-nav li:first-child {
  border-left: none;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: none;
  padding: 50px 0;
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
@media only screen and (max-width: 31.93333em) {
  .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    font-size: .8em;
    padding: 25px 0;
  }
}

.ui-tabs.count-2 .ui-tabs-nav li {
  max-width: 470px;
  width: 44%;
}

.ui-tabs.count-3 .ui-tabs-nav li {
  max-width: 300px;
  width: 26.7%;
}

.ui-tabs.count-4 .ui-tabs-nav li {
  max-width: 240px;
  padding: 0;
  width: 24%;
}

.ui-tab-content {
  max-width: 940px;
  padding: 75px 30px 100px;
}
@media only screen and (max-width: 31.93333em) {
  .ui-tab-content {
    padding: 30px 30px;
  }
}

.region:before {
  background-image: url('/assets/img/maps/training-event-maps.png?1457622136');
  background-repeat: no-repeat;
  content: '';
  display: block;
  height: 80px;
  margin: 0 auto;
  width: 80px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .region:before {
    -moz-background-size: 160px 640px;
    -o-background-size: 160px 640px;
    -webkit-background-size: 160px 640px;
    background-size: 160px 640px;
  }
}

.international:before, .north-america:before {
  background-position: 0 -10px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .international:before, .north-america:before {
    background-position: -80px -1px;
  }
}
.international:hover:before, .ui-state-active .international:before, .north-america:hover:before, .ui-state-active .north-america:before {
  background-position: 0 -166px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .international:hover:before, .ui-state-active .international:before, .north-america:hover:before, .ui-state-active .north-america:before {
    background-position: -80px -80px;
  }
}

.europe:before {
  background-position: 0 -325px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .europe:before {
    background-position: -80px -161px;
  }
}
.europe:hover:before, .ui-state-active .europe:before {
  background-position: 0 -484px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .europe:hover:before, .ui-state-active .europe:before {
    background-position: -80px -240px;
  }
}

.asia-pacific:before {
  background-position: 0 -650px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .asia-pacific:before {
    background-position: -80px -321px;
  }
}
.asia-pacific:hover:before, .ui-state-active .asia-pacific:before {
  background-position: 0 -809px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .asia-pacific:hover:before, .ui-state-active .asia-pacific:before {
    background-position: -80px -400px;
  }
}

.south-korea:before {
  background-position: 0 -975px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .south-korea:before {
    background-position: -80px -482px;
  }
}
.south-korea:hover:before, .ui-state-active .south-korea:before {
  background-position: 0 -1134px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .south-korea:hover:before, .ui-state-active .south-korea:before {
    background-position: -80px -562px;
  }
}

.event-details .location, .event-details .date {
  color: #173c5c;
  display: block;
}
.event-details .location {
  font-size: 1.5em;
}
.event-details .figure {
  margin: 1.5em 0;
}
.event-details .figure img {
  width: 100%;
}

.event-links {
  margin-top: 3em;
}
@media only screen and (max-width: 51.13333em) {
  .event-links {
    margin-top: 1em;
    margin-bottom: 30px;
  }
}
.event-links .item {
  margin-bottom: .5em;
  position: relative;
}
.event-links [class^="icon-"] {
  left: 0;
  position: absolute;
  top: .2em;
}
.event-links .link {
  left: 1.5em;
  position: relative;
}

.trump-video {
  background-image: url('/assets/img/trump/trump.jpg?1457622136');
  background-position: 72% center;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
.trump-video .text {
  max-width: 400px;
  width: 50%;
}
.trump-video .btn-animated-arrow {
  color: #fff;
}
.trump-video .btn-animated-arrow .icon-ui-play {
  color: #3780cb;
}

.celebrityapprentice {
  float: right;
  margin-top: 1em;
  width: 200px;
}

.global-charities .text {
  max-width: 400px;
  width: 50%;
}
.global-charities .btn-animated-arrow {
  color: #3780cb;
}
.global-charities .btn-animated-arrow .icon-ui-play {
  color: #3780cb;
}

.community-involvement .logo-reach {
  padding-top: 50px;
  padding-bottom: 50px;
}

.ronald-golf {
  background-image: url('/assets/img/ronald/golfin.jpg?1457622136');
  background-position: 100% center;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
.ronald-golf .text {
  max-width: 400px;
  width: 50%;
}
.ronald-golf .btn-animated-arrow {
  color: #3780cb;
}
.ronald-golf .btn-animated-arrow .icon-ui-play {
  color: #3780cb;
}

.golf-tournament .links .logo {
  padding-top: 100px;
}

.nurturing-roots .logo-reach {
  padding-top: 50px;
}

.charity-item {
  padding-bottom: 2em;
}

.charity-logo {
  text-align: center;
}

.charity-logo img {
  height: auto;
  max-width: 250px;
  width: 85%;
}

.charity-item .charity-description .charity-title {
  margin-bottom: 15px;
}

.page-reviews .container-fluid cite {
  color: #a8bbcd;
}
.page-reviews .container-fluid iframe {
  width: 100%;
  height: 265px;
}
.page-reviews .container-fluid img {
  margin-bottom: 20px;
  margin-top: 8px;
}
.page-reviews .container-fluid li {
  color: #fff;
  margin-bottom: 10px;
}
.page-reviews .container-fluid p {
  color: #fff;
}
.page-reviews .container-fluid .product-img {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}
.page-reviews .container-fluid .product-img img {
  width: 30%;
}
.page-reviews .container-fluid .quotation {
  margin-top: 40px;
}
.page-reviews .container-fluid .quotation p {
  margin-bottom: 0.5em;
}
.page-reviews .container-fluid .Reviews a {
  color: #a8bbcd;
}
.page-reviews .container-fluid .Reviews a:hover {
  color: #88a2ba;
}
@media only screen and (min-width: 760px) {
  .page-reviews .container-fluid .Reviews {
    display: flex;
    justify-content: space-between;
  }
  .page-reviews .container-fluid .Reviews-content {
    flex-basis: 45%;
  }
}
@media (max-width: 320px) {
  .page-reviews .container-fluid iframe {
    height: 155px !important;
  }
}
@media only screen and (max-width: 31.93333em) {
  .page-reviews .container-fluid iframe {
    height: 215px;
  }
}
