/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
@import '../css/font-awesome.min.css';
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]: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;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Roboto-Regular", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.42857143;
  color: #3f444b;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #993366;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #ff0099;
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "RobotoSlab";
  font-weight: normal;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 22px;
  margin-bottom: 11px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 11px;
  margin-bottom: 11px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 41px;
}
h2,
.h2 {
  font-size: 33px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 20px;
}
h5,
.h5 {
  font-size: 16px;
}
h6,
.h6 {
  font-size: 14px;
}
p {
  margin: 0 0 11px;
}
.lead {
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 769px) {
  .lead {
    font-size: 24px;
  }
}
small,
.small {
  font-size: 87%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #ff0099;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #cc007a;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #ff0099;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #cc007a;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 11px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 22px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 769px) {
  .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;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 11px 22px;
  margin: 0 0 22px;
  font-size: 20px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 22px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 10.5px;
  margin: 0 0 11px;
  font-size: 15px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 769px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 769px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 22px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 768px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 16.5px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 22px;
  font-size: 24px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -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-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 36px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 33px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 49px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 22px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 38px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 33px;
  line-height: 33px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 33px;
  line-height: 33px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 33px;
  min-height: 36px;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.5;
}
.input-lg {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 49px;
  line-height: 49px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 49px;
  line-height: 49px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 49px;
  min-height: 42px;
  padding: 11px 16px;
  font-size: 20px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 45px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 49px;
  height: 49px;
  line-height: 49px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 33px;
  height: 33px;
  line-height: 33px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -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);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -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);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -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);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 27px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #7a838f;
}
@media (min-width: 769px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 29px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 769px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 769px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
    font-size: 20px;
  }
}
@media (min-width: 769px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 14px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #ff0099;
  border-color: #e6008a;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #cc007a;
  border-color: #66003d;
}
.btn-primary:hover {
  color: #fff;
  background-color: #cc007a;
  border-color: #a80065;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #cc007a;
  border-color: #a80065;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #a80065;
  border-color: #66003d;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #ff0099;
  border-color: #e6008a;
}
.btn-primary .badge {
  color: #ff0099;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  color: #993366;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #ff0099;
  text-decoration: none;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 16px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #ff0099;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 769px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 49px;
  line-height: 49px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 33px;
  line-height: 33px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 20px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #993366;
}
.nav .nav-divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 769px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 769px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #ff0099;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 769px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 769px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 22px;
  border: 1px solid transparent;
}
@media (min-width: 769px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 769px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 769px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 769px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 769px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 769px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 14px 15px;
  font-size: 20px;
  line-height: 22px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 769px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 769px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 22px;
}
@media (max-width: 768px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 22px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 769px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -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);
  margin-top: 7px;
  margin-bottom: 7px;
}
@media (min-width: 769px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 768px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 769px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 7px;
  margin-bottom: 7px;
}
.navbar-btn.btn-sm {
  margin-top: 8.5px;
  margin-bottom: 8.5px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 14px;
  margin-bottom: 14px;
}
@media (min-width: 769px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 769px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 768px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #fff;
}
@media (max-width: 768px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 22px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #777777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 22px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #993366;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 3;
  color: #ff0099;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #ff0099;
  border-color: #ff0099;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 22px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #ff0099;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #cc007a;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #993366;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 769px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 72px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 22px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #993366;
}
.thumbnail .caption {
  padding: 9px;
  color: #3f444b;
}
.alert {
  padding: 15px;
  margin-bottom: 22px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #ff0099;
  border-color: #ff0099;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #ffcceb;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 22px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: -1;
  border-top-right-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: -1;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: -1;
  border-bottom-right-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: -1;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 22px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #ff0099;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #ff0099;
  border-color: #ff0099;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ff0099;
}
.panel-primary > .panel-heading .badge {
  color: #ff0099;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ff0099;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  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-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #fff;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.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;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 769px) {
  .modal-dialog {
    width: 700px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Roboto-Regular", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Roboto-Regular", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 16px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 16px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-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 {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.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: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ff0099;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ff0099;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 769px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 768px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 768px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 768px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 768px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 768px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
@font-face {
  font-family: 'RobotoSlab';
  src: url('../fonts/RobotoSlab-Regular.eot');
  src: url('../fonts/RobotoSlab-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/RobotoSlab-Regular.woff') format('woff'), url('../fonts/RobotoSlab-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'RobotoSlab-Bold';
  src: url('../fonts/RobotoSlab-Bold.eot');
  src: url('../fonts/RobotoSlab-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/RobotoSlab-Bold.woff') format('woff'), url('../fonts/RobotoSlab-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto-Light';
  src: url('../fonts/Roboto-Light.eot');
  src: url('../fonts/Roboto-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Light.woff') format('woff'), url('../fonts/Roboto-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto-Regular';
  src: url('../fonts/Roboto-Regular.eot');
  src: url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Regular.woff') format('woff'), url('../fonts/Roboto-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto-Bold';
  src: url('../fonts/Roboto-Bold.eot');
  src: url('../fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Bold.woff') format('woff'), url('../fonts/Roboto-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-ThinItalic.eot');
  src: url('../fonts/Roboto-ThinItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-ThinItalic.woff') format('woff'), url('../fonts/Roboto-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Italic.eot');
  src: url('../fonts/Roboto-Italic.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Italic.woff') format('woff'), url('../fonts/Roboto-Italic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-MediumItalic.eot');
  src: url('../fonts/Roboto-MediumItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-MediumItalic.woff') format('woff'), url('../fonts/Roboto-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-BlackItalic.eot');
  src: url('../fonts/Roboto-BlackItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-BlackItalic.woff') format('woff'), url('../fonts/Roboto-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-LightItalic.eot');
  src: url('../fonts/Roboto-LightItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-LightItalic.woff') format('woff'), url('../fonts/Roboto-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-BoldItalic.eot');
  src: url('../fonts/Roboto-BoldItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-BoldItalic.woff') format('woff'), url('../fonts/Roboto-BoldItalic.ttf') format('truetype');
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: 'RobotoSlab';
  src: url('../fonts/RobotoSlab-Light.eot');
  src: url('../fonts/RobotoSlab-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/RobotoSlab-Light.woff') format('woff'), url('../fonts/RobotoSlab-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Medium.eot');
  src: url('../fonts/Roboto-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Medium.woff') format('woff'), url('../fonts/Roboto-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'RobotoSlab';
  src: url('../fonts/RobotoSlab-Thin.eot');
  src: url('../fonts/RobotoSlab-Thin.eot?#iefix') format('embedded-opentype'), url('../fonts/RobotoSlab-Thin.woff') format('woff'), url('../fonts/RobotoSlab-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Black.eot');
  src: url('../fonts/Roboto-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Black.woff') format('woff'), url('../fonts/Roboto-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Thin.eot');
  src: url('../fonts/Roboto-Thin.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Thin.woff') format('woff'), url('../fonts/Roboto-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}
.gradient-pink-purple {
  background: -moz-linear-gradient(359deg, #e8008f 0%, #e8008f 51%, #68023a 100%);
  /* ff3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #e8008f), color-stop(51%, #e8008f), color-stop(100%, #68023a));
  /* safari4+,chrome */
  background: -webkit-linear-gradient(359deg, #e8008f 0%, #e8008f 51%, #68023a 100%);
  /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(359deg, #e8008f 0%, #e8008f 51%, #68023a 100%);
  /* opera 11.10+ */
  background: -ms-linear-gradient(359deg, #e8008f 0%, #e8008f 51%, #68023a 100%);
  /* ie10+ */
  background: linear-gradient(91deg, #e8008f 0%, #e8008f 51%, #68023a 100%);
  /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E8008F', endColorstr='#68023A', GradientType=1);
  /* ie6-9 */
}
.gradient-pink-purple-2 {
  background: -moz-linear-gradient(45deg, #c70071 0%, #66033c 100%);
  /* ff3.6+ */
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #c70071), color-stop(100%, #66033c));
  /* safari4+,chrome */
  background: -webkit-linear-gradient(45deg, #c70071 0%, #66033c 100%);
  /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(45deg, #c70071 0%, #66033c 100%);
  /* opera 11.10+ */
  background: -ms-linear-gradient(45deg, #c70071 0%, #66033c 100%);
  /* ie10+ */
  background: linear-gradient(45deg, #c70071 0%, #66033c 100%);
  /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66033C', endColorstr='#C70071', GradientType=1);
  /* ie6-9 */
}
.gradient-purple-diagonal {
  background: -moz-linear-gradient(315deg, #69013c 0%, #69013c 31%, #b80070 71%, #69013c 100%);
  /* ff3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #69013c), color-stop(31%, #69013c), color-stop(71%, #b80070), color-stop(100%, #69013c));
  /* safari4+,chrome */
  background: -webkit-linear-gradient(315deg, #69013c 0%, #69013c 31%, #b80070 71%, #69013c 100%);
  /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(315deg, #69013c 0%, #69013c 31%, #b80070 71%, #69013c 100%);
  /* opera 11.10+ */
  background: -ms-linear-gradient(315deg, #69013c 0%, #69013c 31%, #b80070 71%, #69013c 100%);
  /* ie10+ */
  background: linear-gradient(135deg, #69013c 0%, #69013c 31%, #b80070 71%, #69013c 100%);
  /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#69013c', endColorstr='#69013c', GradientType=1);
  /* ie6-9 */
}
.gradient-diagonal-button {
  background: -moz-linear-gradient(225deg, #e90090 0%, #69013c 99%, #69013c 100%);
  /* ff3.6+ */
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #69013c), color-stop(1%, #69013c), color-stop(100%, #e90090));
  /* safari4+,chrome */
  background: -webkit-linear-gradient(225deg, #e90090 0%, #69013c 99%, #69013c 100%);
  /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(225deg, #e90090 0%, #69013c 99%, #69013c 100%);
  /* opera 11.10+ */
  background: -ms-linear-gradient(225deg, #e90090 0%, #69013c 99%, #69013c 100%);
  /* ie10+ */
  background: linear-gradient(225deg, #e90090 0%, #69013c 99%, #69013c 100%);
  /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e90090', endColorstr='#69013c', GradientType=1);
  /* ie6-9 */
}
@font-face {
  font-family: 'Bitter';
  font-style: italic;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/bitter/v17/raxjHiqOu8IVPmn7epZnDMyKBvHf5D6c4Pz-X3B3.ttf) format('truetype');
}
@font-face {
  font-family: 'Bitter';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/bitter/v17/raxhHiqOu8IVPmnRc6SY1KXhnF_Y8fbfOLjOWA.ttf) format('truetype');
}
@font-face {
  font-family: 'Bitter';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/bitter/v17/raxhHiqOu8IVPmnRc6SY1KXhnF_Y8RHYOLjOWA.ttf) format('truetype');
}
body {
  padding-top: 0;
  text-rendering: optimizeLegibility;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
}
p {
  margin: 0 0 1.2em;
  letter-spacing: 0.02em;
}
p img.left {
  float: left;
  margin: 1.5em 1.5em 1.5em 0;
  padding: 0;
}
p img.right {
  float: right;
  margin: 1.5em 0 1.5em 1.5em;
}
a:focus,
a:hover {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
a {
  text-decoration: none;
}
p.lead,
p.lead.sm {
  color: #333333;
}
h1 {
  color: #ff0099;
}
h2 {
  font-family: "Roboto-Light";
  color: #333333;
}
h3 {
  color: #993366;
}
h4 {
  color: #666;
}
p.lead-sm {
  font-size: 18px;
  line-height: 26px;
}
.text-uppercase {
  text-transform: uppercase;
}
.ml-5 {
  margin-right: 5px !important;
}
.mr-20 {
  margin-right: 20px;
}
.pb-20 {
  padding-bottom: 20px;
}
.brown-header-h2 {
  font-family: "RobotoSlab-Bold";
  font-size: 33px;
  line-height: 38px;
  color: #68023a;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-left: 8%;
  padding-right: 8%;
}
hr {
  background-color: #FFF;
  border-top: 2px dotted #dddddd;
  padding-bottom: 15px;
}
.pink {
  color: #ff0099;
}
.pink a {
  color: #ff0099;
}
.pink a:hover,
.pink a:focus {
  color: #d71184;
}
h1.pink {
  font-size: 34px;
  line-height: 36px;
}
.text-purple {
  color: #982074 !important;
}
img {
  max-width: 100%;
}
img.alignright {
  float: right;
  margin: 0 0 1em 1em;
  display: block;
  max-width: 100%;
  height: auto;
}
img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
  display: block;
  max-width: 100%;
  height: auto;
}
img.aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: 100%;
  height: auto;
}
.alignright {
  float: right;
}
.alignleft {
  float: left;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.height-full {
  height: 100%;
}
.sans-serif {
  font-family: "Roboto-Bold";
  color: #666;
}
.sans-serif a {
  color: #666;
}
.sans-serif a:hover {
  color: #4d4d4d;
}
i[class^="icon-"]:after {
  display: inline-block;
  text-decoration: none;
}
.form-control {
  border: 1px solid #eeeeee;
  border-radius: 0px;
}
.btn {
  background-color: transparent;
  border: 0;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 1px auto -webkit-focus-ring-color;
  outline-offset: 0px;
}
.btn:active,
.btn.active {
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
}
.btn.btn-primary {
  border-radius: 0;
  -webkit-box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.57);
  -moz-box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.57);
  box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.57);
  background-image: -webkit-linear-gradient(top, #ff0099 30%, #ad0068 100%);
  background-image: -o-linear-gradient(top, #ff0099 30%, #ad0068 100%);
  background-image: linear-gradient(to bottom, #ff0099 30%, #ad0068 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff0099', endColorstr='#ffad0068', GradientType=0);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.btn.btn-primary:hover {
  background-image: -webkit-linear-gradient(top, #d71184 30%, #8b0b56 100%);
  background-image: -o-linear-gradient(top, #d71184 30%, #8b0b56 100%);
  background-image: linear-gradient(to bottom, #d71184 30%, #8b0b56 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd71184', endColorstr='#ff8b0b56', GradientType=0);
}
.btn.btn-primary--no-gradient {
  border-radius: 0;
  color: #FFF;
  -webkit-box-shadow: -1px 7px 20px rgba(0, 0, 0, 0.27);
  -moz-box-shadow: -1px 7px 20px rgba(0, 0, 0, 0.27);
  box-shadow: -1px 7px 20px rgba(0, 0, 0, 0.27);
  background: #fa0096;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.btn.btn-primary--no-gradient:hover,
.btn.btn-primary--no-gradient:active,
.btn.btn-primary--no-gradient:focus {
  background: #ad0068 !important;
  text-decoration: none !important;
}
.btn.btn-primary--no-gradient--sub-item {
  background: #ffffff;
}
.btn.btn-secondary {
  border-radius: 0;
  -webkit-box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.57);
  -moz-box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.57);
  box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.57);
  background-image: -webkit-linear-gradient(top, #399BA8 30%, #24636b 100%);
  background-image: -o-linear-gradient(top, #399BA8 30%, #24636b 100%);
  background-image: linear-gradient(to bottom, #399BA8 30%, #24636b 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff399ba8', endColorstr='#ff24636b', GradientType=0);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.btn.btn-secondary:hover {
  background-image: -webkit-linear-gradient(top, #d71184 30%, #8b0b56 100%);
  background-image: -o-linear-gradient(top, #d71184 30%, #8b0b56 100%);
  background-image: linear-gradient(to bottom, #d71184 30%, #8b0b56 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd71184', endColorstr='#ff8b0b56', GradientType=0);
}
.btn.btn-white {
  background-color: #FFF;
  color: #982074;
  font-family: "Roboto-Regular";
  font-size: 20px;
  border-radius: 0;
  padding: 5px 20px;
  border: 1px solid #FFF;
  -webkit-transition: all 0.1 ease-out;
  -moz-transition: all 0.1 ease-out;
  -o-transition: all 0.1 ease-out;
  transition: all 0.1 ease-out;
  -webkit-box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.57);
  -moz-box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.57);
  box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.57);
}
.btn.btn-white:hover,
.btn.btn-white:focus {
  background-color: transparent;
  color: #FFF;
  -webkit-box-shadow: 1px 0px 1px rgba(0, 0, 0, 0.57);
  -moz-box-shadow: 1px 0px 1px rgba(0, 0, 0, 0.57);
  box-shadow: 1px 0px 1px rgba(0, 0, 0, 0.57);
}
.btn.btn-modal {
  font-family: Roboto-Light;
  font-size: 20px;
  color: #FFF;
  border-radius: 0;
  padding: 7px 20px;
  border: 1px solid transparent;
  background: -moz-linear-gradient(225deg, #e90090 0%, #69013c 99%, #69013c 100%);
  /* ff3.6+ */
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #69013c), color-stop(1%, #69013c), color-stop(100%, #e90090));
  /* safari4+,chrome */
  background: -webkit-linear-gradient(225deg, #e90090 0%, #69013c 99%, #69013c 100%);
  /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(225deg, #e90090 0%, #69013c 99%, #69013c 100%);
  /* opera 11.10+ */
  background: -ms-linear-gradient(225deg, #e90090 0%, #69013c 99%, #69013c 100%);
  /* ie10+ */
  background: linear-gradient(225deg, #e90090 0%, #69013c 99%, #69013c 100%);
  /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e90090', endColorstr='#69013c', GradientType=1);
  /* ie6-9 */
}
.btn.btn-modal:hover,
.btn.btn-modal:focus {
  background: transparent;
  color: #68023a;
  /* .box-shadow (1px 0px 1px rgba(0,0,0,.57)); */
  border: 1px solid #68023a;
}
.wpcf7-form .form-group {
  text-align: left;
}
.wpcf7-form input[type=submit] {
  float: left;
}
.wpcf7-form span[role=alert] {
  color: #982074;
}
.wpcf7-form div.wpcf7-validation-errors {
  border: 2px solid #005667;
}
.wpcf7-form div.wpcf7-mail-sent-ok {
  border: 2px solid #399BA8;
}
.wpcf7-form .wpcf7-recaptcha {
  margin-bottom: 15px;
}
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.625em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.625em;
}
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
.col-xs-15 {
  width: 20%;
  float: left;
}
.nav.nav-pills > li > a,
.nav.nav-pills > li > .button-anchor {
  border-radius: 0;
  padding: 10px 14px;
  font-size: 15px;
}
.nav.nav-pills > li > a:hover,
.nav.nav-pills > li > .button-anchor:hover {
  background-color: transparent;
  text-decoration: underline;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.nav.nav-pills .social-search-wrapper {
  margin-top: 10px;
  margin-bottom: 10px;
}
.nav.nav-pills .social-search-wrapper li a.icons {
  padding: 9px 9px 10px;
  font-size: 20px;
  line-height: 20px;
  display: block;
}
.nav.nav-pills > li > a:hover,
.nav.nav-pills > li > a:focus,
.nav.nav-pills .open > a,
.nav.nav-pills .open > a:hover,
.nav.nav-pills .open > a:focus,
.nav.nav-pills .open > a:active {
  background-color: transparent;
}
.nav > li > a:hover,
.nav > li > a:focus,
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: transparent;
}
.panel {
  border: 0;
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
  background-color: transparent;
}
.panel h4 {
  font-size: 29px;
  line-height: 32px;
  margin-top: 0;
  margin-bottom: 15px;
}
.panel h4 a {
  color: #ff0099;
}
.panel h4 a:hover {
  color: #d71184;
}
.panel h2 a {
  color: #ff0099;
}
.panel h2 a:hover {
  color: #d71184;
}
.panel h5 {
  font-size: 22px;
  line-height: 24px;
}
.panel .image {
  margin-top: 20px;
}
.panel .image img {
  width: 100%;
}
.panel .category {
  font-size: 14px;
  padding-top: 15px;
  padding-bottom: 15px;
  text-transform: uppercase;
}
.panel .category span {
  color: #333333;
  text-transform: capitalize;
}
.panel .category .fa {
  padding-right: 9px;
}
.panel.narrow {
  padding-right: 15px;
  padding-left: 20px;
}
.panel.circle-vertical {
  background-image: -webkit-linear-gradient(top, #ff0099 30%, #ad0068 100%);
  background-image: -o-linear-gradient(top, #ff0099 30%, #ad0068 100%);
  background-image: linear-gradient(to bottom, #ff0099 30%, #ad0068 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff0099', endColorstr='#ffad0068', GradientType=0);
  border-radius: 50%;
  display: block;
  width: 240px;
  height: 240px;
  padding-top: 55px;
}
.panel.circle-diagonal {
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(45deg, #4d002e, #ff0099);
  background-image: -o-linear-gradient(45deg, #4d002e, #ff0099);
  background-image: linear-gradient(45deg, #4d002e, #ff0099);
  border-radius: 50%;
  display: block;
  width: 240px;
  height: 240px;
  padding-top: 35px;
}
.join {
  background: url("../img/sprites.png") center -231px repeat-y;
  display: block;
  height: 110px;
}
.mark {
  background: url("../img/sprites.png") 65px -336px repeat-y;
  display: block;
  height: 156px;
}
.no-border {
  border: none !important;
}
.navbar {
  padding-top: 35px;
  font-family: "Roboto-Regular";
  margin-bottom: 0;
  border-bottom: 0;
}
.navbar > .container .navbar-brand {
  background: url('../img/BITC-new-logo_w117px.png');
  width: 195px;
  height: 120px;
  padding: 0;
  margin: 5px 0 25px 0px;
  background-size: 56%;
  background-repeat: no-repeat;
}
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover,
.navbar .nav > .active > a:focus {
  /* text-decoration: underline; */
  color: #00cccc;
}
.navbar .nav-pills > li.active > a,
.navbar .nav-pills > li.active > a:focus,
.navbar .nav-pills > li.active > a:hover {
  background-color: transparent;
}
.navbar .caret-wrapper {
  display: none;
}
.navbar .navbar-toggle {
  background-color: #eeeeee;
}
.navbar .navbar-toggle .icon-bar {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #555555;
}
.navbar .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 3px;
}
.navbar .navbar .navbar-nav > li > a:hover {
  /* color: #fff; */
  text-decoration: none;
}
.navbar .nav.nav-pills > li > a.icons:hover {
  color: #ff0099;
}
.navbar .nav.nav-pills li:nth-of-type(-n+5) a {
  padding-left: 8px;
  padding-right: 8px;
}
.navbar .nav.nav-pills li:nth-of-type(-n+5) a .fa {
  padding-right: 6px;
}
.navbar .nav.nav-pills li:nth-of-type(-n+5) a:hover {
  color: #333333;
}
.navbar .nav.nav-pills li.search a {
  padding-left: 15px;
}
.navbar .nav.nav-pills li a.home {
  color: #ff0099;
}
.navbar .nav.nav-pills li a.home .fa {
  font-size: 17px;
}
.navbar .nav.nav-pills li a.newsroom {
  /*color:@brand-primary*/
}
.navbar .nav.nav-pills li a.events {
  color: #993366;
}
.navbar .nav.nav-pills li a.contact-us-link {
  color: #982074;
}
.navbar .nav.nav-pills li:nth-child(5) a.btn-primary {
  margin-right: 3px;
  /*color     :@brand-li-blue;*/
}
.navbar .nav.nav-pills li:nth-child(6) a.btn {
  margin-right: 5px;
  /*color     :@brand-tw-blue;*/
}
.navbar .nav.nav-pills li:nth-child(7) a {
  color: #3b5998;
}
.navbar .nav.nav-pills li:nth-child(8) a {
  color: #a71948;
  padding-right: 12px;
}
.navbar .nav.nav-pills > li > a.btn {
  color: #FFF;
  background: #e6008a;
  padding: 4px 16px;
  margin-top: 6px;
  margin-right: 16px;
}
.navbar .nav.nav-pills > li > a.btn:hover,
.navbar .nav.nav-pills > li > a.btn:focus {
  text-decoration: none;
  background: #6e1754;
  color: #FFF;
  outline: 0;
}
.navbar .nav.nav-pills > li > a.btn .fa {
  padding-right: 6px;
}
.navbar .nav.nav-pills > li > a.btn.btn-primary {
  background: #982074;
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
}
.navbar .nav.nav-pills > li > a.btn.btn-primary:hover {
  background: #6e1754;
}
.navbar .nav.nav-pills .search {
  clear: both;
  float: right;
}
.navbar .nav.nav-pills .search a {
  font-size: 26px;
  color: #000;
  padding: 7px 14px;
}
.navbar .nav.nav-pills .search a:hover,
.navbar .nav.nav-pills .search a:active {
  color: #ff0099;
}
.navbar .nav.nav-pills .search .dropdown-menu {
  top: 0;
  left: auto;
  right: 0;
  width: 230px;
  -webkit-box-shadow: 0 0px 2px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 0 0px 2px rgba(0, 0, 0, 0.17);
  box-shadow: 0 0px 2px rgba(0, 0, 0, 0.17);
  border-radius: 3px;
}
.navbar .nav.nav-pills .search .dropdown-menu .form-control {
  display: inline;
  width: 187px;
  outline: 0;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 0px 0 0;
  -moz-box-shadow: 0 0px 0 0;
  box-shadow: 0 0px 0 0;
}
.navbar .nav.nav-pills .search .dropdown-menu .btn {
  color: #ff0099;
  font-size: 26px;
  padding: 0;
}
.navbar .nav.nav-pills .search .dropdown-menu .btn:focus,
.navbar .nav.nav-pills .search .dropdown-menu .btn:active:focus {
  outline: 0;
}
.navbar .nav.nav-pills.logged-in > li > a {
  /*&.home {padding-right: 4px;}*/
}
.navbar .nav.nav-pills.logged-in > li > a.home,
.navbar .nav.nav-pills.logged-in > li > a.newsroom,
.navbar .nav.nav-pills.logged-in > li > a.events,
.navbar .nav.nav-pills.logged-in > li > a.contact-us-link {
  padding-left: 9px;
  padding-right: 9px;
}
.navbar .nav.nav-pills.logged-in > li > a.members-area {
  margin-right: 1px;
}
.navbar .nav.nav-pills.logged-in > li > a.log-out {
  margin-right: 5px;
}
.navbar .nav.nav-pills.logged-in > li > a.newsletter {
  margin-right: 4px;
}
.navbar .navbar-gradient {
  background-color: #006376;
  background-image: -webkit-linear-gradient(#00819a, #006376 55%, #0b6d74);
  background-image: -o-linear-gradient(#00819a, #006376 55%, #0b6d74);
  background-image: linear-gradient(#00819a, #006376 55%, #0b6d74);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00819a', endColorstr='#ff0b6d74', GradientType=0);
}
.navbar .navbar-nav > li.current-menu-ancestor > a {
  color: #00cccc;
}
.navbar .navbar-nav > li > a {
  color: #FFF;
  font-size: 17px;
  line-height: 21px;
  padding: 17px 9px;
}
.navbar .navbar-nav > li > a:hover {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  color: #00cccc;
  text-decoration: underline;
}
.navbar .navbar-nav > li > a .fa {
  margin-left: 6px;
}
.navbar .navbar-nav > li > a:hover > .fa {
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.navbar .navbar-nav > li.menu-item-15230 .dropdown-menu {
  width: 190px;
}
.navbar .navbar-nav > li:first-of-type > a {
  padding-left: 0;
}
.navbar .navbar-nav > li:last-of-type > a {
  padding-right: 0;
}
.navbar .navbar-nav .dropdown-menu > .active > a,
.navbar .navbar-nav .dropdown-menu > .active > a:focus,
.navbar .navbar-nav .dropdown-menu > .active > a:hover {
  color: #00cccc;
  background-color: transparent;
}
.navbar .navbar-nav .dropdown-menu {
  border-radius: 0;
  padding-top: 10px;
  padding-bottom: 15px;
  padding-left: 22px;
  padding-right: 22px;
  width: 280px;
  border: 0;
}
.navbar .navbar-nav .dropdown-menu > li > a {
  padding: 9px 0px;
  color: #333333;
  font-size: 16px;
  line-height: 19px;
  font-family: "Roboto-Bold";
  white-space: normal;
}
.navbar .navbar-nav .dropdown-menu > li > a:hover,
.navbar .navbar-nav .dropdown-menu > li > a:focus {
  color: #00cccc;
  background-color: transparent;
}
.navbar .navbar-nav .dropdown-menu li.dropdown-submenu {
  border-top: dotted 1px #777777;
}
.navbar .navbar-nav .dropdown-menu li:nth-child(1).dropdown-submenu {
  border-top: 0;
}
.navbar .navbar-nav .dropdown-menu .dropdown-menu {
  padding-top: 0;
  padding-bottom: 9px;
}
.navbar .navbar-nav .dropdown-menu .dropdown-menu > li > a {
  padding: 9px 0px 9px 10px;
  color: #555555;
  font-family: "Roboto-Regular";
  font-size: 15px;
  line-height: 17px;
}
.navbar .navbar-nav .dropdown-menu .dropdown-menu > li > a:hover {
  color: #00cccc;
  background-color: transparent;
  text-decoration: underline;
}
.navbar .navbar-nav .dropdown-menu .dropdown-menu > .active > a,
.navbar .navbar-nav .dropdown-menu .dropdown-menu > .active > a:focus,
.navbar .navbar-nav .dropdown-menu .dropdown-menu > .active > a:hover {
  color: #00cccc;
  background-color: transparent;
  text-decoration: underline;
}
.navbar .navbar-nav .dropdown-submenu {
  position: static;
  display: inline-block;
}
.navbar .navbar-nav .dropdown:hover > .dropdown-menu {
  display: block;
}
.navbar .navbar-nav .dropdown-submenu > .dropdown-menu {
  display: block;
  position: static;
  width: 100%;
  border: 0;
  -webkit-box-shadow: 0 0 0 0;
  -moz-box-shadow: 0 0 0 0;
  box-shadow: 0 0 0 0;
}
.navbar .navbar-nav .dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.navbar .navbar-nav .dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}
.navbar .navbar-nav .dropdown-submenu.pull-left {
  float: none;
}
.navbar .navbar-nav .dropdown-submenu.pull-left > .dropdown-menu {
  margin-left: 10px;
}
.navbar #menu-main-menu.nav > li {
  float: left;
}
.to-down {
  position: fixed;
  bottom: 0px;
  z-index: 1000;
  margin: 0 0 0px -23px;
  left: 50%;
  width: 70px;
}
.to-down a {
  z-index: 1000;
  background: rgba(255, 255, 255, 0.55);
  color: #ff0099;
  border-radius: 6px;
  margin-top: 0;
  padding: 5px 15px 35px 15px;
  font-size: 44px;
  line-height: 44px;
  border-radius: 35px;
}
.to-down a:hover {
  text-decoration: none;
  color: #993366;
}
aside.unstyled ul {
  margin-left: 0;
  list-style: none;
}
.list-group {
  margin-top: 30px;
}
.list-group .documents {
  border-width: 0;
  padding-left: 0px;
  font-size: 22px;
  font-family: "Roboto-Bold";
  color: #005667;
}
.list-group .documents a {
  color: #005667;
}
.list-group .documents a:hover,
.list-group .documents a:focus {
  color: #ff0099;
}
.list-group .documents a:hover .download-button,
.list-group .documents a:focus .download-button {
  background-image: -webkit-linear-gradient(top, #d71184 30%, #8b0b56 100%);
  background-image: -o-linear-gradient(top, #d71184 30%, #8b0b56 100%);
  background-image: linear-gradient(to bottom, #d71184 30%, #8b0b56 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd71184', endColorstr='#ff8b0b56', GradientType=0);
}
.list-group .documents .download-button {
  margin-right: 30px;
  padding-top: 0px;
  padding-bottom: 0;
  line-height: 32px;
  width: 163px;
  display: inline-block;
  color: #FFF;
  margin-top: -6px;
  white-space: normal;
}
.list-group .documents .download-button .fa {
  float: right;
  padding-top: 7px;
}
.list-news {
  margin-top: 65px;
}
.list-news img {
  margin-bottom: 18px;
  box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.57);
}
.list-news .event-date {
  margin-top: 0px;
}
.list-news .list-news-title {
  font-family: "Roboto-Bold";
  color: #982074;
  margin-top: 0px;
}
.list-news .event-venue,
.list-news .event-time {
  margin-bottom: 7px;
}
.list-news .event-venue span,
.list-news .event-time span {
  font-weight: bold;
}
.list-news .category-date {
  font-size: 14px;
  padding-top: 15px;
  padding-bottom: 15px;
  text-transform: uppercase;
}
.list-news .category-date a {
  color: #666;
  display: inline-block;
}
.list-news .category-date a:hover,
.list-news .category-date a:focus {
  color: #333333;
}
.list-news .category-date .cat-news a {
  color: #cc6633;
}
.list-news .category-date .cat-events a {
  color: #982074;
}
.list-news .category-date .cat-members-news a {
  color: #ff0099;
}
.list-news .category-date .cat-members-news-only a {
  color: #005667;
}
.list-news .category-date .cat-news a:hover,
.list-news .category-date .cat-events a:hover,
.list-news .category-date .cat-members-news a:hover,
.list-news .category-date .cat-news a:focus,
.list-news .category-date .cat-events a:focus,
.list-news .category-date .cat-members-news a:focus {
  color: #333333;
}
.list-news .category-date span.date {
  text-transform: initial;
}
.list-news a:hover .list-news-title,
.list-news a:focus .list-news-title {
  color: #ff0099;
}
.list-news .members-only {
  font-size: 17px;
  padding-right: 5px;
  color: #005667;
}
.author-name {
  margin-top: 5px;
  margin-bottom: 5px;
}
.author-name span {
  text-transform: initial;
}
.tax-document .list-news .portrait img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pagination {
  float: right;
}
.pagination > li > a,
.pagination > li > span {
  border: none;
  background-color: transparent;
  color: #666;
  font-size: 20px;
  font-family: "RobotoSlab";
}
.pagination > li > a.current,
.pagination > li > span.current {
  color: #ff0099;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: transparent;
}
.pagination > li > span.dots:hover,
.pagination > li > span.dots:focus {
  color: #666;
}
.pagination > li > a.next,
.pagination > li > a.prev {
  font-size: 21px;
}
.pagination > li > a.next {
  padding-right: 0;
}
.related-posts-list hr {
  margin-bottom: 20px;
}
.related-posts-list hr.related-news {
  margin-top: 12px;
}
.related-posts-list .extra-header {
  margin-top: 20px;
  margin-bottom: 35px;
}
.related-posts-list .category-date {
  font-size: 14px;
  padding-top: 20px;
  padding-bottom: 5px;
}
.related-posts-list .category-date a {
  color: #666;
  display: inline-block;
  text-transform: uppercase;
}
.related-posts-list .category-date a:hover,
.related-posts-list .category-date a:focus {
  color: #333333;
}
.related-posts-list .category-date a .fa {
  margin-right: 5px;
}
.related-posts-list .category-date .cat-news a {
  color: #cc6633;
}
.related-posts-list .category-date .cat-events a {
  color: #982074;
}
.related-posts-list .category-date .cat-members-news a {
  color: #ff0099;
}
.related-posts-list .category-date .cat-members-news-only a {
  color: #005667;
}
.related-posts-list .category-date .uncategorized {
  text-transform: uppercase;
}
.related-posts-list .category-date .cat-news a:hover,
.related-posts-list .category-date .cat-events a:hover,
.related-posts-list .category-date .cat-members-news a:hover,
.related-posts-list .category-date .cat-news a:focus,
.related-posts-list .category-date .cat-events a:focus,
.related-posts-list .category-date .cat-members-news a:focus {
  color: #333333;
}
.related-posts-list h5 a {
  color: #982074;
}
.related-posts-list h5 a:hover,
.related-posts-list h5 a:focus {
  color: #ff0099;
}
aside {
  margin-top: 42px;
}
aside ul.nav,
aside ul.nav ul.awDatesUL {
  list-style: none;
  margin: 0;
  padding: 0 0 0 0;
  border-bottom: 4px solid #399BA8;
  font-family: "Roboto-Regular";
}
aside ul.nav li a,
aside ul.nav ul.awDatesUL li a {
  display: block;
  padding: 11px 10px;
  font-size: 18px;
  color: #666;
}
aside ul.nav > li:first-of-type,
aside ul.nav ul.awDatesUL > li:first-of-type {
  background-color: transparent;
}
aside ul.nav > li:first-of-type.active > a,
aside ul.nav ul.awDatesUL > li:first-of-type.active > a,
aside ul.nav > li:first-of-type.current-cat > a,
aside ul.nav ul.awDatesUL > li:first-of-type.current-cat > a {
  text-decoration: none;
  color: #FFF;
  background-color: #00cccc;
}
aside ul.nav > li:first-of-type > a,
aside ul.nav ul.awDatesUL > li:first-of-type > a {
  color: #399BA8;
  font-family: "Roboto-Bold";
  border-bottom: 4px solid #399BA8;
}
aside ul.nav > li:first-of-type > a:hover,
aside ul.nav ul.awDatesUL > li:first-of-type > a:hover,
aside ul.nav > li:first-of-type > a:focus,
aside ul.nav ul.awDatesUL > li:first-of-type > a:focus {
  text-decoration: none;
  color: #FFF;
  background-color: #00cccc;
}
aside ul.nav > li:not(:first-of-type),
aside ul.nav ul.awDatesUL > li:not(:first-of-type) {
  border-bottom: 1px solid lightgray;
  margin-top: 0px;
}
aside ul.nav > li:not(:first-of-type) + li,
aside ul.nav ul.awDatesUL > li:not(:first-of-type) + li {
  margin-top: 0px;
}
aside ul.nav > li:not(:first-of-type).active > a,
aside ul.nav ul.awDatesUL > li:not(:first-of-type).active > a,
aside ul.nav > li:not(:first-of-type).current-cat > a,
aside ul.nav ul.awDatesUL > li:not(:first-of-type).current-cat > a {
  color: #FFF;
  background-color: #00cccc;
  text-decoration: none;
}
aside ul.nav > li:not(:first-of-type).active > a:hover,
aside ul.nav ul.awDatesUL > li:not(:first-of-type).active > a:hover,
aside ul.nav > li:not(:first-of-type).current-cat > a:hover,
aside ul.nav ul.awDatesUL > li:not(:first-of-type).current-cat > a:hover,
aside ul.nav > li:not(:first-of-type).active > a:focus,
aside ul.nav ul.awDatesUL > li:not(:first-of-type).active > a:focus,
aside ul.nav > li:not(:first-of-type).current-cat > a:focus,
aside ul.nav ul.awDatesUL > li:not(:first-of-type).current-cat > a:focus {
  text-decoration: none;
  color: #FFF;
  background-color: #00cccc;
}
aside ul.nav > li:not(:first-of-type).menu-item-has-children.active ul.dropdown-menu,
aside ul.nav ul.awDatesUL > li:not(:first-of-type).menu-item-has-children.active ul.dropdown-menu {
  display: block;
}
aside ul.nav > li:not(:first-of-type).current-menu-parent ul.dropdown-menu,
aside ul.nav ul.awDatesUL > li:not(:first-of-type).current-menu-parent ul.dropdown-menu {
  display: block;
}
aside ul.nav > li:not(:first-of-type).current-page-ancestor a,
aside ul.nav ul.awDatesUL > li:not(:first-of-type).current-page-ancestor a {
  color: #005667;
}
aside ul.nav > li:not(:first-of-type).open .caret-wrapper,
aside ul.nav ul.awDatesUL > li:not(:first-of-type).open .caret-wrapper {
  border-left-width: 0;
}
aside ul.nav > li:not(:first-of-type) > a,
aside ul.nav ul.awDatesUL > li:not(:first-of-type) > a {
  font-family: "Roboto-Bold";
}
aside ul.nav > li:not(:first-of-type) > a.dropdown-toggle,
aside ul.nav ul.awDatesUL > li:not(:first-of-type) > a.dropdown-toggle {
  width: 82%;
  display: inline-block;
}
aside ul.nav > li:not(:first-of-type) > a:hover,
aside ul.nav ul.awDatesUL > li:not(:first-of-type) > a:hover,
aside ul.nav > li:not(:first-of-type) > a:focus,
aside ul.nav ul.awDatesUL > li:not(:first-of-type) > a:focus {
  text-decoration: none;
  color: #FFF;
  background-color: #00cccc;
}
aside ul.nav > li:not(:first-of-type) .caret-wrapper,
aside ul.nav ul.awDatesUL > li:not(:first-of-type) .caret-wrapper {
  cursor: pointer;
  padding: 4px 10px;
  display: block;
  float: right;
  width: 18%;
  text-align: center;
  font-size: 30px;
}
aside ul.nav > li:not(:first-of-type) ul.dropdown-menu,
aside ul.nav ul.awDatesUL > li:not(:first-of-type) ul.dropdown-menu {
  list-style: none;
  position: relative;
  z-index: 900;
  border: 0;
  box-shadow: none;
  float: none;
  width: auto;
  margin: 0;
  padding: 0;
  display: block;
}
aside ul.nav > li:not(:first-of-type) ul.dropdown-menu > li,
aside ul.nav ul.awDatesUL > li:not(:first-of-type) ul.dropdown-menu > li {
  border-bottom: 1px dotted lightgray;
}
aside ul.nav > li:not(:first-of-type) ul.dropdown-menu > li:first-of-type,
aside ul.nav ul.awDatesUL > li:not(:first-of-type) ul.dropdown-menu > li:first-of-type {
  border-top: 1px solid lightgray;
}
aside ul.nav > li:not(:first-of-type) ul.dropdown-menu > li.active a,
aside ul.nav ul.awDatesUL > li:not(:first-of-type) ul.dropdown-menu > li.active a {
  color: #FFF;
  background-color: #00cccc;
  text-decoration: none;
}
aside ul.nav > li:not(:first-of-type) ul.dropdown-menu > li.active a:hover,
aside ul.nav ul.awDatesUL > li:not(:first-of-type) ul.dropdown-menu > li.active a:hover,
aside ul.nav > li:not(:first-of-type) ul.dropdown-menu > li.active a:focus,
aside ul.nav ul.awDatesUL > li:not(:first-of-type) ul.dropdown-menu > li.active a:focus {
  text-decoration: none;
  color: #FFF;
  background-color: #00cccc;
}
aside ul.nav > li:not(:first-of-type) ul.dropdown-menu > li > a,
aside ul.nav ul.awDatesUL > li:not(:first-of-type) ul.dropdown-menu > li > a {
  font-family: "Roboto-Regular";
  color: #666;
  font-size: 17px;
  padding-left: 30px;
}
aside ul.nav > li:not(:first-of-type) ul.dropdown-menu > li > a:hover,
aside ul.nav ul.awDatesUL > li:not(:first-of-type) ul.dropdown-menu > li > a:hover,
aside ul.nav > li:not(:first-of-type) ul.dropdown-menu > li > a:focus,
aside ul.nav ul.awDatesUL > li:not(:first-of-type) ul.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #FFF;
  background-color: #00cccc;
}
aside .widget-title {
  font-family: "Roboto-Bold";
  font-size: 18px;
  line-height: 26px;
  color: #399BA8;
  background-color: transparent;
  border-bottom: 4px solid #399BA8;
  margin: 0;
  padding: 11px 10px;
}
aside ul#menu-archives,
aside ul#menu-archives ul.awDatesUL {
  list-style: none;
  padding-left: 0;
}
aside ul#menu-archives > li:first-of-type,
aside ul#menu-archives ul.awDatesUL > li:first-of-type {
  background-color: transparent;
  border-bottom: 1px solid lightgray;
}
aside ul#menu-archives > li:first-of-type > a,
aside ul#menu-archives ul.awDatesUL > li:first-of-type > a {
  color: #666;
  font-family: "Roboto-Bold";
  border-width: 0;
}
aside ul#menu-archives > li:first-of-type > a:hover,
aside ul#menu-archives ul.awDatesUL > li:first-of-type > a:hover,
aside ul#menu-archives > li:first-of-type > a:focus,
aside ul#menu-archives ul.awDatesUL > li:first-of-type > a:focus {
  text-decoration: none;
  color: #FFF;
  background-color: #00cccc;
}
aside ul#menu-archives > li.current a,
aside ul#menu-archives ul.awDatesUL > li.current a {
  text-decoration: none;
  color: #FFF;
  background-color: #00cccc;
}
aside ul#menu-archives ul.awDatesUL {
  border-bottom: 0;
}
aside#archives-dropdown {
  border-bottom: 4px solid #399BA8;
}
aside#archives-dropdown select {
  margin: 10px 0;
  width: 100%;
}
.container-fluid {
  padding: 0;
}
.header-img-certified {
  color: #FFF;
  font-family: "Roboto-Light";
  font-size: 30px;
  line-height: 38px;
  height: 370px;
}
.header-img-certified .text-wrapper {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  max-width: 720px;
}
.header-img-certified .text-wrapper p:last-of-type {
  font-family: "Roboto-Bold";
  margin-bottom: 0;
}
.header-img-certified .text-wrapper a[href^="tel:"] {
  color: #FFF;
  text-decoration: none;
  border-bottom: 4px solid #FFF;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  white-space: nowrap;
}
.header-img-certified .text-wrapper a[href^="tel:"]:hover {
  color: #982074;
  background-color: #FFF;
}
.header-img-container {
  position: relative;
}
.header-img-container:before {
  content: "";
  position: absolute;
  height: 100%;
  background-color: #00000040;
  width: 100%;
}
.header-img-container .page-title-container {
  position: absolute;
  top: 0;
  width: 100%;
}
.header-img-container .page-title-container .col-sm-9.col-narrow,
.header-img-container .page-title-container .col-sm-12 {
  display: table;
}
.header-img-container .page-title-container .page-title {
  color: #FFF;
  height: 145px;
  display: table-cell;
  vertical-align: middle;
}
.jtn-no-header-img h2 {
  text-align: center;
  font-family: "Roboto-Light";
  font-size: 28px;
  margin-top: 40px;
  margin-bottom: 20px;
  line-height: 40px;
}
.jtn-no-header-img .brown-header-h2 {
  font-family: "RobotoSlab-Bold";
  font-size: 33px;
  line-height: 38px;
  margin-top: 50px;
  margin-bottom: 50px;
}
.jtn-no-header-img .grid-people {
  margin-top: 50px;
}
.featured-img-content {
  margin-right: 15px;
}
.page-title {
  margin-top: 46px;
  margin-bottom: 18px;
}
h4 {
  font-size: 24px;
  line-height: 31px;
  margin-top: 30px;
  margin-bottom: 15px;
  color: #982074;
}
h4.extra-header {
  font-size: 36px;
  color: #f09;
  margin-top: 30px;
  margin-bottom: 40px;
}
.text-pink {
  color: #ff0099;
}
.intro,
h2.intro {
  font-size: 32px;
  font-family: "Roboto-Light";
  text-align: center;
  margin-bottom: 25px;
  margin-top: 49px;
}
.intro-image {
  margin-bottom: 50px;
}
.text-highlight {
  font-size: 26px;
  line-height: 35px;
  color: #6e6e6e;
}
.text-highlight-background {
  background-color: #e6eff4;
  padding: 15px 20px;
  font-size: 18px;
}
.btn-primary.call-to-action {
  margin-bottom: 20px;
}
.btn-primary.call-to-action a {
  color: #FFF;
}
.btn-primary.call-to-action a:hover,
.btn-primary.call-to-action a:focus {
  color: #FFF;
}
.wp-caption {
  max-width: 100%;
  background: #EEE;
  padding: 8px;
  width: auto;
}
.document-download {
  border-width: 0;
  padding-left: 0px;
  font-size: 22px;
  font-family: "Roboto-Bold";
  color: #005667;
  clear: both;
}
.document-download a {
  color: #005667;
}
.document-download a:hover,
.document-download a:focus {
  color: #ff0099;
}
.document-download a:hover .download-button,
.document-download a:focus .download-button {
  background-image: -webkit-linear-gradient(top, #d71184 30%, #8b0b56 100%);
  background-image: -o-linear-gradient(top, #d71184 30%, #8b0b56 100%);
  background-image: linear-gradient(to bottom, #d71184 30%, #8b0b56 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd71184', endColorstr='#ff8b0b56', GradientType=0);
}
.document-download .download-button {
  margin-right: 30px;
  padding-top: 0px;
  padding-bottom: 0;
  line-height: 32px;
  width: 163px;
  display: inline-block;
  color: #FFF;
  margin-top: 15px;
  white-space: normal;
}
.document-download .download-button .fa {
  float: right;
  padding-top: 7px;
}
.dash {
  border: 0 none;
  border-top: 1px dashed #eeeeee;
  background: none;
  height: 0;
}
.share-buttons {
  margin-top: 10px;
}
.single .post-single .event-venue,
.single .post-single .event-time {
  margin-bottom: 7px;
}
.single .post-single .event-venue span,
.single .post-single .event-time span {
  font-weight: bold;
}
.single .post-single .btn-upcoming-events {
  color: #FFF;
  text-transform: capitalize;
}
.single .post-single .btn-upcoming-events:hover,
.single .post-single .btn-upcoming-events:focus {
  color: #FFF;
}
.single .post-single .ssba {
  margin-bottom: 0px;
}
.ssba {
  padding-top: 10px;
  clear: both;
}
.ssba a {
  margin-right: 3px;
  margin-right: 4px;
}
.ssba span {
  margin-right: 6px;
}
.people-single .ssba,
.single-publication-research .ssba {
  display: none;
}
.people-single .share-buttons .ssba,
.single-publication-research .share-buttons .ssba {
  display: block;
}
.embed-container {
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.embed-container.list-type {
  position: relative;
  padding-bottom: 27.25%;
  height: 0;
  overflow: hidden;
  max-width: 50%;
  height: auto;
}
ul.ul-ticks {
  list-style-type: none;
  margin-top: 25px;
  margin-bottom: 30px;
  padding-left: 20px;
}
ul.ul-ticks li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}
ul.ul-ticks li:before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: FontAwesome;
  content: "\f00c";
  color: #399BA8;
}
.call-to-action {
  text-align: center;
  margin-bottom: 30px;
}
.call-to-action hr {
  margin-top: 50px;
  margin-bottom: 50px;
}
.call-to-action h4 {
  font-size: 32px;
  margin-bottom: 40px;
}
.call-to-action a {
  color: #982074;
}
.call-to-action a:hover,
.call-to-action a:focus {
  color: #ff0099;
}
.call-to-action .cta-contact-details {
  font-family: "Roboto-Light";
  font-size: 26px;
  line-height: 32px;
  margin-top: 15px;
}
.call-to-action .cta-contact-details .fa {
  color: #ff0099;
  margin-right: 8px;
}
.call-to-action .cta-contact-details p {
  margin-bottom: 5px;
}
.call-to-action .cta-email {
  word-wrap: break-word;
}
.call-to-action-brochure {
  text-align: center;
  margin-bottom: 30px;
}
.call-to-action-brochure form {
  /*background-color: #f9f9f9; 
      padding: 15px; 
      border-top: 1px solid #ddd; 
      margin-top: 50px; 
      margin-bottom: 50px;*/
}
.call-to-action-brochure input[type=checkbox],
.call-to-action-brochure input[type=radio] {
  margin-left: -8px;
}
.call-to-action-brochure input[type='submit'] {
  font-size: 15px;
  font-family: "Roboto-Light";
}
.call-to-action-brochure hr {
  margin-top: 50px;
  margin-bottom: 50px;
}
.call-to-action-brochure h4 {
  font-size: 32px;
  margin-bottom: 40px;
}
.call-to-action-brochure a {
  color: #982074;
}
.call-to-action-brochure a:hover,
.call-to-action-brochure a:focus {
  color: #ff0099;
}
.call-to-action-brochure .cta-contact-details {
  font-family: "Roboto-Light";
  font-size: 24px;
  line-height: 30px;
  margin-top: 15px;
}
.call-to-action-brochure .cta-contact-details .fa {
  color: #ff0099;
  margin-right: 8px;
}
.call-to-action-brochure .cta-contact-details p {
  margin-bottom: 5px;
}
.call-to-action-brochure .cta-email {
  word-wrap: break-word;
}
img.map,
map area {
  outline: none;
}
.jumbotron {
  background: white;
}
.panel.image img {
  margin-right: 22px;
  margin-bottom: 22px;
}
.hp-video {
  margin-top: 0px;
  position: relative;
  padding-bottom: 0px;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
#myCarousel {
  background-color: #FFF;
  margin-bottom: 30px;
  filter: none;
}
#myCarousel #carousel-wrapper {
  position: relative;
}
#myCarousel #carousel-wrapper .carousel-inner a:hover .carousel-caption h2 {
  color: #FFF;
}
#myCarousel #carousel-wrapper .carousel-inner img {
  display: block;
  max-width: 100%;
  height: auto;
  float: right;
  margin-right: 16px;
}
#myCarousel #carousel-wrapper .carousel-inner .container {
  position: relative;
}
#myCarousel #carousel-wrapper .carousel-inner .carousel-caption {
  position: absolute;
  right: 0px;
  left: 115px;
  top: 45px;
  text-shadow: none;
  text-align: left;
  width: 710px;
  height: 422px;
  background-color: transparent;
  padding-left: 15px;
  padding-right: 30px;
  margin-left: 10px;
  border: 0;
  font-family: "RobotoSlab";
}
#myCarousel #carousel-wrapper .carousel-inner .carousel-caption.color-background .color-wrapper {
  background-color: rgba(121, 41, 90, 0.8);
  padding: 3px 70px 0px;
}
#myCarousel #carousel-wrapper .carousel-inner .carousel-caption a {
  color: #FFF;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#myCarousel #carousel-wrapper .carousel-inner .carousel-caption h2 {
  font-size: 32px;
  line-height: 41px;
  font-family: "RobotoSlab-Bold";
  color: #FFF;
}
#myCarousel #carousel-wrapper .carousel-inner .carousel-caption h3 {
  font-size: 29px;
  font-family: "RobotoSlab";
  margin-top: 10px;
  color: #FFF;
}
#myCarousel #carousel-wrapper .carousel-inner .carousel-caption .carousel-description {
  font-size: 20px;
  line-height: 34px;
}
#myCarousel #carousel-wrapper .carousel-inner .carousel-caption .carousel-description p,
#myCarousel #carousel-wrapper .carousel-inner .carousel-caption .carousel-description span {
  /*float: left;*/
  display: inline;
}
#myCarousel #carousel-wrapper .carousel-inner .carousel-caption a.carousel-button {
  text-align: center;
  margin: 15px 0;
  font-family: "Roboto-Bold";
}
#myCarousel #carousel-wrapper .carousel-inner .carousel-caption.testimonial {
  left: 95px;
  width: 600px;
  padding: 0;
  margin: 0;
  font-family: "Roboto-Regular";
}
#myCarousel #carousel-wrapper .carousel-inner .carousel-caption.testimonial .panel {
  background: rgba(255, 255, 255, 0.85);
  color: #333333;
  padding: 24px 24px 24px 22px;
}
#myCarousel #carousel-wrapper .carousel-inner .carousel-caption.testimonial p.lead {
  font-size: 22px;
  line-height: 30px;
}
#myCarousel #carousel-wrapper .carousel-inner .carousel-caption.testimonial a {
  color: #333333;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#myCarousel #carousel-wrapper .carousel-inner .carousel-caption.testimonial a.carousel-button {
  color: #FFF;
  margin: 0 0 0 15px;
}
#myCarousel #carousel-wrapper .carousel-inner .carousel-caption.testimonial .carousel-description {
  font-size: 16px;
  line-height: 22px;
  font-family: "Roboto-Bold";
}
#myCarousel #carousel-wrapper .carousel-inner .carousel-caption.testimonial .carousel-description p {
  margin-bottom: 4px;
}
#myCarousel #carousel-wrapper .carousel-inner .carousel-caption.testimonial .fa {
  font-size: 32px;
  color: #ff0099;
}
#myCarousel .carousel-control {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-image: none;
  background: rgba(0, 0, 0, 0.55);
  opacity: 1;
  top: auto;
  font-size: 35px;
  line-height: 49px;
}
#myCarousel .carousel-control:hover {
  background-color: #000;
  color: #FFF;
}
#myCarousel .carousel-control.left {
  left: 40px;
  top: 39%;
  filter: none;
}
#myCarousel .carousel-control.right {
  right: 40px;
  top: 39%;
  background-image: none;
  filter: none;
}
#myCarousel .carousel-indicators {
  bottom: 0px;
}
#myCarousel .carousel-indicators .active {
  background-color: #ff0099;
  border-color: #ff0099;
}
#myCarousel .carousel-indicators li {
  width: 20px;
  height: 20px;
  border-color: #FFF;
  background: #FFF;
}
.panel.homepage {
  text-align: center;
  padding-left: 105px;
  padding-right: 105px;
  margin-bottom: 35px;
}
.panel.homepage h2 {
  font-size: 30px;
  line-height: 42px;
}
.panel.homepage a {
  color: #ff0099;
}
/*.events {
  .category {
    a {text-transform: uppercase;
      color: @brand-purple;
      &:hover {
        color: @brand-gray;
        .fa {color: @brand-gray;}
      }
    }
  }
}*/
.news {
  /*.category {
    a{text-transform: uppercase;
      color: @brand-yellow;
      &:hover {
        color: @brand-gray;
        .fa {color: @brand-gray;}
      }
    }
  }*/
}
.news .category-date {
  font-size: 14px;
  padding-top: 23px;
  padding-bottom: 18px;
}
.news .category-date a {
  color: #666;
  display: inline-block;
  text-transform: uppercase;
}
.news .category-date a:hover,
.news .category-date a:focus {
  color: #333333;
}
.news .category-date .cat-news a {
  color: #cc6633;
}
.news .category-date .cat-events a {
  color: #982074;
}
.news .category-date .cat-members-news a {
  color: #ff0099;
}
.news .category-date .uncategorized {
  text-transform: uppercase;
}
.news .category-date .cat-news a:hover,
.news .category-date .cat-events a:hover,
.news .category-date .cat-members-news a:hover,
.news .category-date .cat-news a:focus,
.news .category-date .cat-events a:focus,
.news .category-date .cat-members-news a:focus {
  color: #333333;
}
/*.members {
  .category {
    a {text-transform: uppercase;
      color: @brand-primary;
      &:hover {
        color: @brand-gray;
        .fa {color: @brand-gray;}
      }
    }
  }
}*/
.sidebar .nav > li {
  position: static;
}
.sidebar .nav > li > a {
  position: static;
  padding: 10px 8px;
}
.sidebar .current-menu-item .dropdown-menu,
.sidebar .current-menu-ancestor .dropdown-menu {
  display: block;
}
.sidebar .dropdown-menu,
.sidebar .sub-menu {
  position: static;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  height: auto;
  width: 100%;
  float: left;
  border: 0;
  padding: 0;
  margin: 0 0 6px 0;
  border-radius: 0;
}
.sidebar .dropdown-menu > li,
.sidebar .sub-menu > li {
  list-style: none;
}
.how-we-work > h4 {
  font-size: 34px;
  color: #ff0099;
  margin-top: 11px;
  margin-bottom: 50px;
}
.how-we-work .how-we-work-img {
  text-align: center;
  margin-bottom: 30px;
}
.how-we-work .how-we-work-text {
  margin-bottom: 20px;
}
.how-we-work .how-we-work-text h4 {
  margin-top: 0;
}
.page-id-15208 hr {
  margin-top: 5px;
  margin-bottom: 0px;
}
.page-id-15208 .csr-practices-section-header {
  font-size: 17px;
  font-family: "Roboto-Bold";
  text-align: center;
  padding-left: 5%;
  padding-right: 5%;
  line-height: 17px;
  margin-top: 0px;
}
.page-id-15208 .csr-practices-wrapper {
  padding-left: 15px;
  padding-right: 15px;
  color: #FFF;
  font-size: 12px;
  font-family: "RobotoSlab";
}
.page-id-15208 .csr-practices-wrapper .csr-practice-panel {
  padding: 0;
  background-color: #096c71;
}
.page-id-15208 .csr-practices-wrapper .csr-practice-panel .csr-practice-text .csr-practice-text-box {
  border-right: 1px dotted #FFF;
  margin-top: 10px;
  margin-bottom: 15px;
  height: 420px;
}
.page-id-15208 .csr-practices-wrapper .csr-practice-panel .csr-practice-text .csr-practice-text-box.last {
  border-right: 0;
}
.page-id-15208 .csr-practices-wrapper .csr-practice-panel .csr-practice-text .csr-practice-header {
  font-size: 15px;
  font-family: "RobotoSlab-Bold";
  margin-top: 14px;
  margin-bottom: 9px;
  min-height: 42px;
}
.page-id-15208 .csr-practices-wrapper .csr-practice-panel .csr-practice-text p {
  margin: 10px;
}
.page-id-164 .reasons-to-join > div > div:nth-of-type(3n+4) {
  clear: both;
}
.page-id-164 .reasons-to-join h4 {
  font-size: 34px;
  color: #ff0099;
  margin-top: 11px;
}
.page-id-164 .reasons-to-join .jtn-reason-panel {
  margin-top: 45px;
}
.page-id-164 .reasons-to-join .jtn-img img {
  display: block;
  margin: 0 auto 20px;
  padding-right: 20px;
}
.page-id-164 .reasons-to-join .jtn-reason {
  padding-right: 20px;
  font-size: 19px;
}
.page-id-164 .reasons-to-join hr:last-of-type {
  margin-top: 35px;
}
.page-id-164 .jtn-streams h2 {
  font-size: 28px;
  font-family: "RobotoSlab";
  color: #ff0099;
  margin-top: 11px;
}
.page-id-164 .jtn-streams .jtn-streams-panel-wrapper {
  display: flex;
  flex-flow: row wrap;
  margin-top: 30px;
}
.page-id-164 .jtn-streams .jtn-stream-panel {
  min-height: 400px;
  display: flex;
  flex-flow: column wrap;
  align-items: stretch;
  justify-content: space-around;
}
.page-id-164 .jtn-streams .jtn-stream-panel .jtn-stream-img {
  height: 160px;
  display: flex;
  margin-bottom: 8px;
}
.page-id-164 .jtn-streams .jtn-stream-panel .jtn-stream-img img {
  margin: auto;
}
.page-id-164 .jtn-streams .jtn-stream-panel .jtn-stream-header {
  height: 90px;
  font-size: 18px;
  line-height: 23px;
}
.page-id-164 .jtn-streams .jtn-stream-panel .jtn-stream-header.color-1 {
  color: #ff0099;
}
.page-id-164 .jtn-streams .jtn-stream-panel .jtn-stream-header.color-2 {
  color: #399BA8;
}
.page-id-164 .jtn-streams .jtn-stream-panel .jtn-stream-header.color-3 {
  color: #0077b5;
}
.page-id-164 .jtn-streams .jtn-stream-panel .jtn-stream-content {
  flex: 1 0 auto;
  font-size: 18px;
  line-height: 23px;
}
.page-id-164 .jtn-streams .jtn-stream-panel .jtn-stream-cta {
  color: white;
  font-size: 15px;
  font-family: "Roboto-Light";
  padding: 8px 15px;
  margin: auto;
  border: 1px solid transparent;
  background-origin: border-box;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  width: 100%;
  max-width: 250px;
  margin-top: 15px;
  margin-bottom: 20px;
}
#myCarousel.testimonial-carousel {
  margin-bottom: 20px;
}
#myCarousel.testimonial-carousel #carousel-wrapper .carousel-inner .carousel-caption.testimonial {
  top: 0;
}
#myCarousel.testimonial-carousel #carousel-wrapper .carousel-inner .carousel-caption.testimonial .carousel-description p {
  display: inline-block;
  margin-right: -3.4px;
}
#myCarousel.testimonial-carousel #carousel-wrapper .carousel-inner .item {
  height: 260px;
}
#myCarousel.testimonial-carousel #carousel-wrapper .carousel-inner h4 {
  font-size: 26px;
  margin-top: 0;
}
#myCarousel.testimonial-carousel #carousel-wrapper .carousel-inner .img-container {
  width: 180px;
  height: 50px;
  position: absolute;
  right: 0;
  top: 0;
}
#myCarousel.testimonial-carousel #carousel-wrapper .carousel-inner .img-container img {
  position: relative;
  z-index: 13;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  float: right;
}
.page-id-237 .dropdown-menu,
.page-id-365 .dropdown-menu {
  border-radius: 0;
  margin: 5px 0 0;
}
.page-id-237 #filters,
.page-id-365 #filters {
  margin-bottom: 20px;
}
.page-id-237 #filters li a,
.page-id-365 #filters li a {
  text-transform: uppercase;
  font-family: "Roboto-Regular";
  font-size: 15px;
  line-height: 20px;
  text-align: left;
  height: 41px;
  padding: 15px 25px;
  color: #737373;
}
.page-id-237 #filters li a:hover,
.page-id-365 #filters li a:hover,
.page-id-237 #filters li a:focus,
.page-id-365 #filters li a:focus {
  text-decoration: none;
  color: #cc007a;
  background: #FFF;
}
.page-id-237 #filters li a.selected,
.page-id-365 #filters li a.selected {
  color: #cc007a;
}
.page-id-237 #filters.nav-pills li + li,
.page-id-365 #filters.nav-pills li + li {
  margin-left: 0px;
}
.page-id-237 .certified-info,
.page-id-365 .certified-info {
  margin-bottom: 60px;
  margin-top: 30px;
  text-transform: capitalize;
}
.page-id-237 .certified-info .certified-icon,
.page-id-365 .certified-info .certified-icon {
  background: url("../img/sprites.png") 0px -504px no-repeat;
  display: block;
  width: 34px;
  height: 34px;
  float: left;
  position: relative;
  top: -5px;
  margin-right: 10px;
}
.page-id-237 #isotope-list,
.page-id-365 #isotope-list {
  width: 100%;
  margin-top: 60px;
}
.page-id-237 #isotope-list .media,
.page-id-365 #isotope-list .media {
  margin-top: 0px;
}
.page-id-237 #isotope-list .grid-item img,
.page-id-365 #isotope-list .grid-item img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding: 33px;
  height: auto;
  width: auto;
  max-height: 100%;
}
.page-id-237 #isotope-list .grid-item .certified-icon,
.page-id-365 #isotope-list .grid-item .certified-icon {
  background: url("../img/sprites.png") 0px -504px no-repeat;
  display: block;
  width: 34px;
  height: 34px;
  margin-right: 10px;
  float: right;
  position: relative;
  right: -10px;
}
.page-id-237 #isotope-list .grid-item .hover-overlay,
.page-id-365 #isotope-list .grid-item .hover-overlay {
  position: absolute;
  width: 100%;
  overflow-y: hidden;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  height: 100%;
  background-color: #982074;
  border: 1px solid white;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
}
.page-id-237 #isotope-list .grid-item .hover-overlay:hover,
.page-id-365 #isotope-list .grid-item .hover-overlay:hover,
.page-id-237 #isotope-list .grid-item .hover-overlay :focus,
.page-id-365 #isotope-list .grid-item .hover-overlay :focus {
  cursor: pointer;
  opacity: 0.9;
  z-index: 1;
}
.page-id-237 #isotope-list .grid-item .hover-overlay .profile-wrapper,
.page-id-365 #isotope-list .grid-item .hover-overlay .profile-wrapper {
  position: absolute;
  left: 50%;
  margin-left: -50px;
  top: 53%;
  margin-top: -20%;
  color: #FFF;
  text-align: center;
  font-family: "Roboto-Bold";
}
.page-id-237 #isotope-list .grid-item .hover-overlay p,
.page-id-365 #isotope-list .grid-item .hover-overlay p {
  margin-bottom: 15px;
}
.page-id-237 #isotope-list .grid-item .hover-overlay .fa,
.page-id-365 #isotope-list .grid-item .hover-overlay .fa {
  font-size: 24px;
}
.page-id-237 #isotope-list .isotop-item,
.page-id-365 #isotope-list .isotop-item {
  background: transparent;
}
/* Start: Recommended Isotope styles */
.grid-item {
  float: left;
  width: 25%;
  height: 140px;
  /*background : #e6e5e4;
  border       : 2px solid #b6b5b4;*/
}
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
  /*background:#efefef*/
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
/* End: Recommended Isotope styles */
.grid-certified-container h1 {
  text-align: center;
  font-family: "RobotoSlab-Bold";
  font-size: 38px;
  line-height: 46px;
  color: #68023a;
  margin-top: 50px;
  margin-bottom: 50px;
  padding-left: 8%;
  padding-right: 8%;
}
.grid-certified-container .grid-wrapper {
  padding-left: 8.33333%;
}
.certified-grid {
  margin-top: 10px;
  margin-bottom: 75px;
}
.certified-grid .col:not(:first-child, :last-child) {
  padding-right: 7px;
  padding-left: 7px;
}
.certified-grid .media {
  margin-top: 0px;
}
.certified-grid.row {
  margin-left: -10px;
  margin-right: -10px;
}
.certified-grid [class*="col-"] {
  padding: 0 10px;
}
.certified-grid .item {
  height: 394px;
  margin-bottom: 15px;
  outline: none;
  -webkit-box-shadow: 0px 0px 16px rgba(50, 50, 50, 0.27);
  -moz-box-shadow: 0px 0px 16px rgba(50, 50, 50, 0.27);
  box-shadow: 0px 0px 16px rgba(50, 50, 50, 0.27);
}
.certified-grid .item.testimonial-exists:hover {
  -webkit-box-shadow: 0px 0px 20px rgba(50, 50, 50, 0.57);
  -moz-box-shadow: 0px 0px 20px rgba(50, 50, 50, 0.57);
  box-shadow: 0px 0px 20px rgba(50, 50, 50, 0.57);
}
.certified-grid .item.testimonial-exists:hover span.btn {
  background-color: transparent;
  color: #FFF;
  -webkit-box-shadow: 1px 0px 1px rgba(0, 0, 0, 0.57);
  -moz-box-shadow: 1px 0px 1px rgba(0, 0, 0, 0.57);
  box-shadow: 1px 0px 1px rgba(0, 0, 0, 0.57);
}
.certified-grid .item a:focus {
  outline: none;
}
.certified-grid .item .image {
  position: relative;
  height: 197px;
}
.certified-grid .item .image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 83%;
}
.certified-grid .item .content {
  background: -moz-linear-gradient(315deg, #69013c 0%, #69013c 31%, #b80070 71%, #69013c 100%);
  /* ff3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #69013c), color-stop(31%, #69013c), color-stop(71%, #b80070), color-stop(100%, #69013c));
  /* safari4+,chrome */
  background: -webkit-linear-gradient(315deg, #69013c 0%, #69013c 31%, #b80070 71%, #69013c 100%);
  /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(315deg, #69013c 0%, #69013c 31%, #b80070 71%, #69013c 100%);
  /* opera 11.10+ */
  background: -ms-linear-gradient(315deg, #69013c 0%, #69013c 31%, #b80070 71%, #69013c 100%);
  /* ie10+ */
  background: linear-gradient(135deg, #69013c 0%, #69013c 31%, #b80070 71%, #69013c 100%);
  /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#69013c', endColorstr='#69013c', GradientType=1);
  /* ie6-9 */
  height: 197px;
  overflow: hidden;
  position: relative;
  color: #FFF;
  font-size: 14px;
}
.certified-grid .item .content .wrapper {
  padding: 12px 20px;
  height: 100%;
}
.certified-grid .item .content span.btn {
  width: 82%;
  max-width: 188px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.certified-modal .modal-content {
  border-radius: 0;
  border: 2px solid #68023a;
  padding: 40px 30px 50px;
}
.certified-modal button.close {
  opacity: 1;
  color: #68023a;
  font-size: 30px;
  position: absolute;
  top: 20px;
  right: 25px;
  z-index: 1000;
}
.certified-modal .modal-body {
  color: #982074;
}
.certified-modal .modal-body .name {
  font-family: "Roboto-Bold";
  margin-top: 25px;
}
.certified-modal .modal-body .name,
.certified-modal .modal-body .role,
.certified-modal .modal-body .company {
  font-size: 18px;
  margin-bottom: 5px;
}
.certified-modal .modal-body .modal-testimonial {
  font-size: 26px;
  line-height: 34px;
  font-family: "Roboto-Light";
}
.certified-modal .modal-body a.btn-modal {
  margin-top: 10px;
  padding: 5px 18px;
}
.certified-modal .modal-body a.btn-modal--no-image {
  margin-top: 30px;
}
.certified-modal .modal-body .modal-logo {
  margin-bottom: 18px;
  max-width: 150px;
  width: auto;
  max-height: 55px;
}
.certified-info-panel {
  min-height: 270px;
  background: -moz-linear-gradient(359deg, #e8008f 0%, #e8008f 51%, #68023a 100%);
  /* ff3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #e8008f), color-stop(51%, #e8008f), color-stop(100%, #68023a));
  /* safari4+,chrome */
  background: -webkit-linear-gradient(359deg, #e8008f 0%, #e8008f 51%, #68023a 100%);
  /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(359deg, #e8008f 0%, #e8008f 51%, #68023a 100%);
  /* opera 11.10+ */
  background: -ms-linear-gradient(359deg, #e8008f 0%, #e8008f 51%, #68023a 100%);
  /* ie10+ */
  background: linear-gradient(91deg, #e8008f 0%, #e8008f 51%, #68023a 100%);
  /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E8008F', endColorstr='#68023A', GradientType=1);
  /* ie6-9 */
  color: #FFF;
  font-size: 24px;
  line-height: 34px;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: 30px;
}
.certified-info-panel p {
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
}
aside.certified-menu .logged-in {
  display: none;
}
aside.certified-menu ul.nav {
  border-bottom: 4px solid #666;
}
aside.certified-menu ul.nav li a {
  color: #666;
}
aside.certified-menu ul.nav li:first-of-type > a {
  color: #666;
  border-bottom: 0;
  border-top: 4px solid #666;
}
.certified-contact-details {
  color: #68023a;
  padding-top: 40px;
  margin-bottom: 30px;
}
.certified-contact-details .header {
  border-bottom: 4px solid #666;
  font-family: "RobotoSlab-Bold";
  font-size: 30px;
  line-height: 38px;
  padding-bottom: 20px;
}
.certified-contact-details .name {
  font-size: 24px;
  font-family: "Roboto-Bold";
  margin-bottom: 5px;
  margin-top: 40px;
}
.certified-contact-details a[href^="tel:"],
.certified-contact-details a[href^="mailto:"] {
  font-size: 22px;
  display: inline-block;
  margin-bottom: 5px;
  text-decoration: underline;
}
.certified-contact-details span {
  font-size: 22px;
  font-family: "Roboto-Bold";
  padding-right: 5px;
}
.jtn-table {
  margin-bottom: 30px;
}
.jtn-table .col-table-narrow,
.jtn-table .col-table-wide {
  padding-left: 3px;
  padding-right: 3px;
}
.jtn-table .col-table-wide .column-wrapper {
  padding-left: 5px;
}
.jtn-table .col-table-narrow {
  text-align: center;
}
.jtn-table .col-table-narrow.tick p {
  font-size: 21px;
}
.jtn-table .col-table-wide {
  width: 45.66666667%;
}
.jtn-table .col-table-empty {
  width: 4.33333333%;
}
.jtn-table .col-engage p {
  color: #ff0099;
}
.jtn-table .col-strategist p {
  color: #e170bf;
}
.jtn-table .col-leader p {
  color: #982074;
}
.jtn-table .columns-wrapper {
  margin-top: 3px;
  margin-bottom: 3px;
  overflow: hidden;
}
.jtn-table div {
  min-height: 50px;
}
.jtn-table > div.row {
  margin-left: 0px;
  margin-right: 0px;
}
.jtn-table > div:nth-of-type(even) div .column-wrapper {
  background-color: #ede7f3;
}
.jtn-table > div:not(:first-of-type):nth-of-type(odd) div .column-wrapper {
  background-color: #e7d0e4;
}
.jtn-table a.jtn-table-header {
  display: block;
  height: 50px;
  font-family: "Roboto-Bold";
  font-size: 17px;
  color: #FFF;
  text-transform: uppercase;
  line-height: 50px;
  text-align: center;
}
.jtn-table .col-table-wide a {
  color: #993366;
}
.jtn-table .col-table-wide a:hover,
.jtn-table .col-table-wide a:focus {
  color: #ff0099;
}
.jtn-table p {
  font-size: 18px;
  color: black;
  padding-top: 12px;
  padding-right: 14px;
  padding-bottom: 12px;
  margin-bottom: 0px;
}
.jtn-table .jtn-table-header-engage {
  background-color: #ff0099;
}
.jtn-table .jtn-table-header-engage:hover,
.jtn-table .jtn-table-header-engage:focus {
  background-color: #cc007a;
}
.jtn-table .jtn-table-header-strategist {
  background-color: #e170bf;
}
.jtn-table .jtn-table-header-strategist:hover,
.jtn-table .jtn-table-header-strategist:focus {
  background-color: #c22994;
}
.jtn-table .jtn-table-header-leader {
  background-color: #982074;
}
.jtn-table .jtn-table-header-leader:hover,
.jtn-table .jtn-table-header-leader:focus {
  background-color: #831c64;
}
.single-members .member-profile .meber-profile-logo {
  margin-top: 50px;
}
.single-members .member-profile .meber-profile-logo .profile-logo {
  margin-bottom: 20px;
}
.single-members .member-profile .meber-profile-logo img.map-link {
  margin-top: 10px;
}
.single-members .member-profile .meber-profile-logo img.map-link:hover {
  -webkit-filter: grayscale(0.1);
  /* Google Chrome, Safari 6+ & Opera 15+ */
  filter: grayscale(0.1);
  /* Firefox 35+ */
  filter: gray;
  /* IE6-9 */
}
.single-members .member-cta {
  color: #FFF;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  white-space: normal;
  background-image: -webkit-linear-gradient(top, #399BA8 25%, #24636b 100%);
  background-image: -o-linear-gradient(top, #399BA8 25%, #24636b 100%);
  background-image: linear-gradient(to bottom, #399BA8 25%, #24636b 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff399ba8', endColorstr='#ff24636b', GradientType=0);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.single-members .member-cta:hover {
  background-image: -webkit-linear-gradient(top, #399BA8 25%, #24636b 100%);
  background-image: -o-linear-gradient(top, #399BA8 25%, #24636b 100%);
  background-image: linear-gradient(to bottom, #399BA8 25%, #24636b 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff399ba8', endColorstr='#ff24636b', GradientType=0);
}
.esl-figures {
  overflow: hidden;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 20px 10px;
  background-color: #ffe0f3;
  color: #982074;
  font-family: "Roboto-Bold";
  text-align: center;
}
.esl-figures .esl-figure {
  padding-left: 20px;
  padding-right: 20px;
}
.esl-figures .esl-figure-header {
  font-size: 43px;
  color: #cc007a;
  font-family: "Roboto-Regular";
  /* margin-bottom: 0px;*/
  line-height: 45px;
}
.esl-figures .esl-figure-header.equal-header {
  min-height: 45px;
}
.esl-figures .esl-figure-source {
  font-size: 13px;
  font-family: "Roboto-Regular";
}
.esl-figures p {
  margin-bottom: 0px;
}
.esl-facts {
  margin-bottom: 20px;
}
.esl-facts .esl-facts-img {
  margin-bottom: 20px;
}
.esl-facts .esl-facts-text {
  margin-bottom: 20px;
  padding-left: 0px;
  height: 137px;
  position: relative;
}
.esl-facts .esl-facts-text .text-wrapper {
  font-family: "Roboto-Regular";
  position: absolute;
  top: 50%;
  height: 100px;
  margin-top: -35px;
  /* account for padding and border if not using box-sizing: border-box; */
}
.esl-facts .esl-facts-text .text-wrapper b {
  color: #ff0099;
}
.esl-facts .esl-facts-text a {
  font-family: "Roboto-Bold";
  color: #ff0099;
}
.esl-facts .esl-facts-text a:hover,
.esl-facts .esl-facts-text a:focus {
  color: #982074;
}
.esl-facts .esl-facts-text p {
  margin-bottom: 0px;
  font-family: "Roboto-Regular";
}
.page-id-359 iframe {
  display: block;
  margin: 0 auto;
}
.page-id-359 .csr-cert-panel .csr-cert-panel-title {
  margin-top: 0;
}
.term-best-in-class-in-csr .list-news {
  margin-top: 15px;
}
#accordion {
  clear: both;
}
#accordion .panel {
  margin-top: 0;
}
#accordion .panel-heading {
  padding: 0;
  background-image: -webkit-linear-gradient(top, #399BA8 25%, #24636b 100%);
  background-image: -o-linear-gradient(top, #399BA8 25%, #24636b 100%);
  background-image: linear-gradient(to bottom, #399BA8 25%, #24636b 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff399ba8', endColorstr='#ff24636b', GradientType=0);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#accordion .panel-heading:hover {
  background-image: -webkit-linear-gradient(top, #399BA8 25%, #24636b 100%);
  background-image: -o-linear-gradient(top, #399BA8 25%, #24636b 100%);
  background-image: linear-gradient(to bottom, #399BA8 25%, #24636b 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff399ba8', endColorstr='#ff24636b', GradientType=0);
}
#accordion .panel-heading .panel-title a {
  display: block;
  padding: 18px 24px;
  color: #FFF;
  font-family: "Roboto-Regular";
  font-size: 19px;
}
#accordion .panel-heading .panel-title a.collapsed i {
  margin-left: 10px;
  -o-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
#accordion .panel-heading .panel-title a i {
  margin-left: 10px;
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
#accordion .panel-collapse {
  background-color: #f9f9f9;
}
#accordion .panel-collapse .panel-body {
  /*font-family: @roboto-light;*/
}
.content-under-accordion {
  overflow: hidden;
}
.content-under-accordion .btn-primary.call-to-action {
  display: inline-block;
  margin-right: 13px;
}
.social-widget-heading {
  text-align: center;
  margin-bottom: 15px;
}
.fts-jal-fb-group-display {
  border: 1px solid #e8e8e8;
  border-radius: 5px;
}
.fts-jal-fb-group-header-desc {
  display: none;
}
.fts-jal-fb-header h1 {
  margin-bottom: 12px !important;
  font-size: 1.5em !important;
}
.csr-database-header {
  font-size: 28px;
  text-align: center;
  margin-top: 55px;
}
form.searchandfilter {
  background: #005667;
  position: relative;
  padding: 25px 12px 19px;
  padding-left: 135px;
}
form.searchandfilter:before {
  content: '';
  background: url("../img/sprites.png") 0 -553px no-repeat;
  width: 70px;
  height: 90px;
  margin-left: 14px;
  position: absolute;
  left: 16px;
  top: 43px;
}
form.searchandfilter ul {
  margin-left: 0;
  padding-left: 0;
  width: 100%;
  overflow: hidden;
}
form.searchandfilter ul li {
  padding-right: 0;
  position: relative;
}
form.searchandfilter ul li.item1 {
  padding-right: 27px;
  margin-bottom: 25px;
  /*width      : 398px;*/
  width: 60%;
}
form.searchandfilter ul li.item1:after {
  content: "\f107";
  font-family: FontAwesome;
  font-size: 16px;
  right: 40px;
  top: 6px;
  padding: 0 0 2px;
  position: absolute;
  pointer-events: none;
  color: #FFF;
  font-size: 22px;
}
form.searchandfilter ul li.item1 select {
  width: 100%;
  position: relative;
}
form.searchandfilter ul li.item2 {
  margin-bottom: 25px;
  position: relative;
  /*width      : 229px;*/
  width: 36%;
}
form.searchandfilter ul li.item2:after {
  content: "\f107";
  font-family: FontAwesome;
  font-size: 16px;
  right: 15px;
  top: 6px;
  padding: 0 0 2px;
  position: absolute;
  pointer-events: none;
  color: #FFF;
  font-size: 22px;
}
form.searchandfilter .search-wrapper {
  position: relative;
  background-color: #FFF;
  width: 96%;
}
form.searchandfilter .search-wrapper li.item3 {
  width: 100%;
  max-width: 576px;
}
form.searchandfilter .search-wrapper li.item3 input {
  width: 100%;
  height: 41px;
}
form.searchandfilter .search-wrapper li.item3 input:focus {
  outline: 0;
}
form.searchandfilter .search-wrapper li.item4 {
  position: absolute;
  width: 8%;
}
form.searchandfilter .search-wrapper li.item4 input {
  width: 45px;
  background-color: transparent;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 41px;
  z-index: 10;
}
form.searchandfilter .search-wrapper li.item4 input:focus {
  outline: 0;
}
form.searchandfilter .search-wrapper li.item4 .fa-search {
  font-size: 25px;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  height: 41px;
  width: 100%;
  padding-top: 7px;
  padding-left: 10px;
  z-index: 8;
  background-color: #FFF;
}
form.searchandfilter select {
  background-color: #982074;
  color: #FFF;
  font-size: 18px;
  font-family: "Roboto-Light";
  border: none;
  padding: 9px 10px 9px 5px;
  height: 41px;
  max-width: 100%;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
}
form.searchandfilter select::-ms-expand {
  display: none;
}
form.searchandfilter input {
  font-size: 18px;
  font-family: "Roboto-Light";
  border: none;
  padding: 7px 10px 7px 9px;
  height: 41px;
}
.list-case-studies .list-news-title {
  color: #005667;
}
.grid-people {
  margin-top: 80px;
}
.grid-people > div.row > div.people-panel {
  margin-bottom: 15px;
  position: relative;
}
.grid-people > div.row > div:nth-of-type(11n+1) {
  padding-right: 34px;
}
.grid-people > div.row > div:nth-of-type(11n+2) {
  padding-left: 24px;
  padding-right: 24px;
}
.grid-people > div.row > div:nth-of-type(11n+4) {
  padding-left: 34px;
}
.grid-people > div.row > div:nth-of-type(11n+6) {
  padding-right: 34px;
}
.grid-people > div.row > div:nth-of-type(11n+8) {
  padding-left: 24px;
  padding-right: 24px;
}
.grid-people > div.row > div:nth-of-type(11n+9) {
  padding-left: 34px;
}
.grid-people .thumbnail {
  margin-bottom: 7px;
  padding: 0;
  border-radius: 0;
}
.grid-people .thumbnail img {
  width: 100%;
  -webkit-filter: grayscale(1);
  /* Google Chrome, Safari 6+ & Opera 15+ */
  filter: grayscale(1);
  /* Firefox 35+ */
  filter: gray;
  /* IE6-9 */
}
.grid-people .nav.nav-pills.people-social-media {
  border-bottom: 2px solid #ff0099;
  padding-bottom: 7px;
}
.grid-people .nav.nav-pills.people-social-media > li:first-of-type > a {
  padding-left: 0;
}
.grid-people .nav.nav-pills.people-social-media > li > a {
  color: #666;
  padding: 10px 10px 5px;
}
.grid-people .nav.nav-pills.people-social-media > li > a .fa-envelope {
  font-size: 21px;
}
.grid-people .nav.nav-pills.people-social-media > li > a .fa-linkedin {
  font-size: 22px;
}
.grid-people .nav.nav-pills.people-social-media > li > a .fa-twitter {
  font-size: 23px;
}
.grid-people .nav.nav-pills.people-social-media > li > a:hover,
.grid-people .nav.nav-pills.people-social-media > li > a:focus {
  color: #ff0099;
}
.grid-people .nav.nav-pills.people-social-media.empty {
  height: 51px;
}
.grid-people .fake-social-box {
  height: 20px;
}
.grid-people .people-name {
  font-size: 20px;
  font-family: "RobotoSlab-Bold";
  display: block;
  padding-top: 10px;
  padding-bottom: 8px;
}
.grid-people .people-read-more {
  position: absolute;
  bottom: 0;
}
.grid-people .people-read-more:hover,
.grid-people .people-read-more:focus {
  text-decoration: underline;
}
.grid-people .fake-read-more {
  height: 10px;
}
.grid-people hr.hr-people {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 9px;
}
.people-single .people-single-image-social {
  margin-top: 50px;
  position: relative;
}
.people-single .people-single-image-social img.thumbnail {
  padding: 0;
  border-radius: 0;
  margin-bottom: 0px;
  -webkit-filter: grayscale(1);
  /* Google Chrome, Safari 6+ & Opera 15+ */
  filter: grayscale(1);
  /* Firefox 35+ */
  filter: gray;
  /* IE6-9 */
}
.people-single .people-single-image-social .nav.nav-pills.people-social-media {
  text-align: center;
}
.people-single .people-single-image-social .nav.nav-pills.people-social-media > li {
  float: none;
  display: inline-block;
}
.people-single .people-single-image-social .nav.nav-pills.people-social-media > li:first-of-type > a {
  padding-left: 0;
}
.people-single .people-single-image-social .nav.nav-pills.people-social-media > li > a {
  color: #666;
  padding: 10px 10px 5px;
}
.people-single .people-single-image-social .nav.nav-pills.people-social-media > li > a .fa-envelope {
  font-size: 21px;
}
.people-single .people-single-image-social .nav.nav-pills.people-social-media > li > a .fa-linkedin {
  font-size: 22px;
}
.people-single .people-single-image-social .nav.nav-pills.people-social-media > li > a .fa-twitter {
  font-size: 23px;
}
.people-single .people-single-image-social .nav.nav-pills.people-social-media > li > a:hover,
.people-single .people-single-image-social .nav.nav-pills.people-social-media > li > a:focus {
  color: #ff0099;
}
.people-single .people-single-role {
  font-size: 20px;
  margin-top: 3px;
}
.people-single .area-of-ex {
  font-size: 17px;
  font-family: "Roboto-Bold";
  margin-top: 22px;
  margin-bottom: 10px;
}
.single .page-title {
  margin-bottom: 23px;
}
.single .post-single img {
  margin-bottom: 10px;
  display: block;
  max-width: 100%;
  height: auto;
}
.single .category-date {
  font-size: 14px;
  padding-top: 0;
  padding-bottom: 18px;
}
.single .category-date a {
  color: #666;
  display: inline-block;
  text-transform: uppercase;
}
.single .category-date a:hover,
.single .category-date a:focus {
  color: #333333;
}
.single .category-date .cat-news a {
  color: #cc6633;
}
.single .category-date .cat-events a {
  color: #982074;
}
.single .category-date .cat-members-news a {
  color: #ff0099;
}
.single .category-date .uncategorized {
  text-transform: uppercase;
}
.single .category-date .cat-news a:hover,
.single .category-date .cat-events a:hover,
.single .category-date .cat-members-news a:hover,
.single .category-date .cat-news a:focus,
.single .category-date .cat-events a:focus,
.single .category-date .cat-members-news a:focus {
  color: #333333;
}
.featured-case-study {
  overflow: hidden;
}
.featured-case-study .featured-cs-image-wrapper {
  position: relative;
  color: #FFF;
  font-size: 15px;
}
.featured-case-study .featured-cs-image-wrapper img {
  margin-bottom: 20px;
  -webkit-box-shadow: 2px 3px 8px rgba(50, 50, 50, 0.57);
  -moz-box-shadow: 2px 3px 8px rgba(50, 50, 50, 0.57);
  box-shadow: 2px 3px 8px rgba(50, 50, 50, 0.57);
  max-width: 100%;
  height: auto;
}
.featured-case-study .featured-cs-image-wrapper .featured-cs-label {
  width: 215px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  background: #ff0099;
  line-height: 40px;
  font-family: "Roboto-Bold";
  letter-spacing: 0.1px;
}
.featured-case-study .featured-cs-image-wrapper .featured-cs-label .certified-icon {
  background: url("../img/sprites.png") -121px -503px no-repeat;
  width: 26px;
  height: 31px;
  margin-left: 14px;
  margin-right: 11px;
  float: left;
}
.featured-case-study .featured-cs-date {
  font-size: 15px;
}
.featured-case-study .featured-cs-title {
  font-family: "Roboto-Bold";
  color: #005667;
  margin-top: 8px;
  font-size: 26px;
  text-align: left;
}
.header-leaders-hub {
  color: #FFF;
  font-family: "Roboto-Light";
  font-size: 30px;
  line-height: 38px;
  height: 220px;
}
.header-leaders-hub .container,
.header-leaders-hub [class*="col-"] {
  height: 100%;
}
.header-leaders-hub .col-sm-12 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-leaders-hub .text-wrapper {
  max-width: 800px;
}
.header-leaders-hub .text-wrapper h1 {
  font-family: inherit;
  color: #FFF;
  font-size: 32px;
  line-height: 38px;
  margin-top: 0;
  margin-bottom: 19px;
}
.header-leaders-hub .text-wrapper p {
  font-size: 18px;
  line-height: 29px;
}
.header-leaders-hub .text-wrapper p:last-of-type {
  margin-bottom: 0;
}
.leaders-hub-middle-section {
  padding-top: 80px;
  padding-bottom: 40px;
}
.leaders-hub-middle-section .leaders-hub-middle-section--text {
  margin: 50px 100px 0 90px;
}
.leaders-hub-middle-section .leaders-hub-middle-section--text .header {
  font-size: 34px;
  line-height: 45px;
  font-family: "RobotoSlab";
  color: #982074;
  padding-bottom: 9px;
}
.leaders-hub-middle-section .leaders-hub-middle-section--text .sub-header {
  font-size: 24px;
  line-height: 34px;
  font-family: "Roboto-Light";
  margin-bottom: 17px;
}
.leaders-hub-middle-section .leaders-hub-middle-section--text .header-pink {
  color: #ff0099;
  font-family: "Roboto-Bold";
  font-size: 18px;
  margin-bottom: 13px;
}
.leaders-hub-middle-section .leaders-hub-middle-section--text .dash {
  margin-top: 25px;
  margin-bottom: 18px;
}
.leaders-hub-middle-section .leaders-hub-middle-section--text p {
  font-size: 14px;
}
.leaders-hub-middle-section .leaders-hub-middle-section--image {
  margin-right: 98px;
}
.leaders-hub-middle-section .leaders-hub-middle-section--image img:hover {
  box-shadow: 0px 0px 10px rgba(238, 238, 238, 0.6);
}
.leaders-hub-panels-section {
  overflow: hidden;
  padding-top: 16px;
}
.leaders-hub-panels-section .header {
  font-size: 28px;
  line-height: 34px;
  font-family: "RobotoSlab";
  color: #982074;
  padding-bottom: 49px;
}
.leaders-hub-panels-section .image-container {
  height: 307px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 20px;
  text-align: center;
}
.leaders-hub-panels-section .image-container h2 {
  font-family: "Roboto-Regular";
  font-size: 32px;
  line-height: 38px;
  color: #FFF;
  position: relative;
  z-index: 5;
  margin: 0;
}
.leaders-hub-panels-section .image-container:after {
  content: '';
  background-color: rgba(0, 0, 0, 0.55);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.leaders-hub-panels-section .image-container:hover:after {
  background-color: rgba(255, 0, 153, 0.55);
}
.leaders-hub-panels-section .row.panels {
  margin-left: -1.5px;
  margin-right: -1.5px;
}
.leaders-hub-panels-section .row.panels .panel {
  margin-bottom: 0;
}
.leaders-hub-panels-section .row.panels [class*='col-']:not(:first-child),
.leaders-hub-panels-section .row.panels [class*='col-']:not(:last-child) {
  padding-right: 1.5px;
  padding-left: 1.5px;
}
.list-news .event-past img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.4;
  filter: alpha(opacity=40);
  zoom: 1;
  /* needed to trigger "hasLayout" in IE if no width or height is set */
}
.list-news .event-past * {
  color: lightgray;
}
.page-id-13757 #mc_embed_signup {
  background-color: transparent;
  display: block;
  width: 410px;
  margin: 0 auto 20px;
}
.page-id-13757 #mc_embed_signup .mc-field-group {
  padding-bottom: 20px;
}
.page-id-13757 #mc_embed_signup .mc-field-group .asterisk {
  position: relative;
  top: 0px;
  left: 5px;
  color: #ff0099;
  font-size: 25px;
}
.page-id-13757 #mc_embed_signup #mce-success-response {
  color: #005667;
  margin-top: 0;
  font-size: 18px;
  font-family: "Roboto-Regular";
  line-height: 28px;
  letter-spacing: 0.3px;
}
.page-id-13757 #mc_embed_signup div#mce-responses {
  margin-left: 0;
  padding-left: 0px;
}
.page-id-13757 #mc_embed_signup div.mce_inline_error {
  margin: 0 0 1em 0;
  padding: 5px 10px 0 0;
  background-color: transparent;
  color: #982074;
  margin-bottom: 0;
}
.page-id-13757 #mc_embed_signup form {
  padding-left: 0px;
  margin-top: -15px;
}
.page-id-13757 #mc_embed_signup form .required {
  color: #333333;
}
.page-id-13757 #mc_embed_signup form label {
  font-size: 18px;
  margin-bottom: 15px;
  font-family: "Roboto-Regular";
  font-weight: normal;
}
.page-id-13757 #mc_embed_signup form input {
  padding: 10px;
  width: 400px;
  background-color: transparent;
  border: 1px solid #777777;
  line-height: 18px;
}
.page-id-13757 #mc_embed_signup form input[type=submit] {
  position: static;
  margin-top: 0px;
  margin-bottom: 15px;
  padding: 10px 25px;
  width: 150px;
  display: inline-block;
  border-radius: 0;
  background-color: #005667;
  border: none;
  color: #333333;
  height: auto;
  color: #fff;
  background-color: #ff0099;
  border-color: #e6008a;
}
.page-id-13757 #mc_embed_signup form input[type=submit]:focus,
.page-id-13757 #mc_embed_signup form input[type=submit].focus {
  color: #fff;
  background-color: #cc007a;
  border-color: #66003d;
}
.page-id-13757 #mc_embed_signup form input[type=submit]:hover {
  color: #fff;
  background-color: #cc007a;
  border-color: #a80065;
}
.page-id-13757 #mc_embed_signup form input[type=submit]:active,
.page-id-13757 #mc_embed_signup form input[type=submit].active,
.open > .dropdown-toggle.page-id-13757 #mc_embed_signup form input[type=submit] {
  color: #fff;
  background-color: #cc007a;
  border-color: #a80065;
}
.page-id-13757 #mc_embed_signup form input[type=submit]:active:hover,
.page-id-13757 #mc_embed_signup form input[type=submit].active:hover,
.open > .dropdown-toggle.page-id-13757 #mc_embed_signup form input[type=submit]:hover,
.page-id-13757 #mc_embed_signup form input[type=submit]:active:focus,
.page-id-13757 #mc_embed_signup form input[type=submit].active:focus,
.open > .dropdown-toggle.page-id-13757 #mc_embed_signup form input[type=submit]:focus,
.page-id-13757 #mc_embed_signup form input[type=submit]:active.focus,
.page-id-13757 #mc_embed_signup form input[type=submit].active.focus,
.open > .dropdown-toggle.page-id-13757 #mc_embed_signup form input[type=submit].focus {
  color: #fff;
  background-color: #a80065;
  border-color: #66003d;
}
.page-id-13757 #mc_embed_signup form input[type=submit]:active,
.page-id-13757 #mc_embed_signup form input[type=submit].active,
.open > .dropdown-toggle.page-id-13757 #mc_embed_signup form input[type=submit] {
  background-image: none;
}
.page-id-13757 #mc_embed_signup form input[type=submit].disabled,
.page-id-13757 #mc_embed_signup form input[type=submit][disabled],
fieldset[disabled] .page-id-13757 #mc_embed_signup form input[type=submit],
.page-id-13757 #mc_embed_signup form input[type=submit].disabled:hover,
.page-id-13757 #mc_embed_signup form input[type=submit][disabled]:hover,
fieldset[disabled] .page-id-13757 #mc_embed_signup form input[type=submit]:hover,
.page-id-13757 #mc_embed_signup form input[type=submit].disabled:focus,
.page-id-13757 #mc_embed_signup form input[type=submit][disabled]:focus,
fieldset[disabled] .page-id-13757 #mc_embed_signup form input[type=submit]:focus,
.page-id-13757 #mc_embed_signup form input[type=submit].disabled.focus,
.page-id-13757 #mc_embed_signup form input[type=submit][disabled].focus,
fieldset[disabled] .page-id-13757 #mc_embed_signup form input[type=submit].focus,
.page-id-13757 #mc_embed_signup form input[type=submit].disabled:active,
.page-id-13757 #mc_embed_signup form input[type=submit][disabled]:active,
fieldset[disabled] .page-id-13757 #mc_embed_signup form input[type=submit]:active,
.page-id-13757 #mc_embed_signup form input[type=submit].disabled.active,
.page-id-13757 #mc_embed_signup form input[type=submit][disabled].active,
fieldset[disabled] .page-id-13757 #mc_embed_signup form input[type=submit].active {
  background-color: #ff0099;
  border-color: #e6008a;
}
.page-id-13757 #mc_embed_signup form input[type=submit] .badge {
  color: #ff0099;
  background-color: #fff;
}
.page-id-16943 form input[type=submit] {
  position: static;
  margin-top: 0px;
  margin-bottom: 15px;
  padding: 8px 25px;
  width: 150px;
  display: inline-block;
  border-radius: 0;
  background-color: #005667;
  border: none;
  color: #333333;
  height: auto;
  color: #fff;
  background-color: #ff0099;
  border-color: #e6008a;
  margin-top: 10px;
}
.page-id-16943 form input[type=submit]:focus,
.page-id-16943 form input[type=submit].focus {
  color: #fff;
  background-color: #cc007a;
  border-color: #66003d;
}
.page-id-16943 form input[type=submit]:hover {
  color: #fff;
  background-color: #cc007a;
  border-color: #a80065;
}
.page-id-16943 form input[type=submit]:active,
.page-id-16943 form input[type=submit].active,
.open > .dropdown-toggle.page-id-16943 form input[type=submit] {
  color: #fff;
  background-color: #cc007a;
  border-color: #a80065;
}
.page-id-16943 form input[type=submit]:active:hover,
.page-id-16943 form input[type=submit].active:hover,
.open > .dropdown-toggle.page-id-16943 form input[type=submit]:hover,
.page-id-16943 form input[type=submit]:active:focus,
.page-id-16943 form input[type=submit].active:focus,
.open > .dropdown-toggle.page-id-16943 form input[type=submit]:focus,
.page-id-16943 form input[type=submit]:active.focus,
.page-id-16943 form input[type=submit].active.focus,
.open > .dropdown-toggle.page-id-16943 form input[type=submit].focus {
  color: #fff;
  background-color: #a80065;
  border-color: #66003d;
}
.page-id-16943 form input[type=submit]:active,
.page-id-16943 form input[type=submit].active,
.open > .dropdown-toggle.page-id-16943 form input[type=submit] {
  background-image: none;
}
.page-id-16943 form input[type=submit].disabled,
.page-id-16943 form input[type=submit][disabled],
fieldset[disabled] .page-id-16943 form input[type=submit],
.page-id-16943 form input[type=submit].disabled:hover,
.page-id-16943 form input[type=submit][disabled]:hover,
fieldset[disabled] .page-id-16943 form input[type=submit]:hover,
.page-id-16943 form input[type=submit].disabled:focus,
.page-id-16943 form input[type=submit][disabled]:focus,
fieldset[disabled] .page-id-16943 form input[type=submit]:focus,
.page-id-16943 form input[type=submit].disabled.focus,
.page-id-16943 form input[type=submit][disabled].focus,
fieldset[disabled] .page-id-16943 form input[type=submit].focus,
.page-id-16943 form input[type=submit].disabled:active,
.page-id-16943 form input[type=submit][disabled]:active,
fieldset[disabled] .page-id-16943 form input[type=submit]:active,
.page-id-16943 form input[type=submit].disabled.active,
.page-id-16943 form input[type=submit][disabled].active,
fieldset[disabled] .page-id-16943 form input[type=submit].active {
  background-color: #ff0099;
  border-color: #e6008a;
}
.page-id-16943 form input[type=submit] .badge {
  color: #ff0099;
  background-color: #fff;
}
.contact-us .contact-details {
  padding-right: 30px;
}
.contact-us #map_canvas,
.contact-us .contact-details {
  margin-top: 50px;
}
.contact-us #map_canvas {
  box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.57);
}
.contact-us .media-left i {
  width: 50px;
}
.contact-us .fa {
  margin-bottom: 18px;
}
.contact-us .fa-map-marker {
  font-size: 39px;
}
.contact-us .fa-phone {
  color: #ff0099;
}
.contact-us .fa-envelope {
  font-size: 29px;
  position: relative;
  top: -1px;
  color: #ff0099;
}
.contact-us .social-links .fa {
  margin-bottom: 0;
}
.contact-us .social-links p:first-of-type {
  margin-bottom: 5px;
}
.contact-us .social-links .icons {
  margin-bottom: 10px;
}
.contact-us .social-links .icons li:first-of-type a {
  padding-left: 0;
}
.contact-us .social-links .icons .fa {
  font-size: 30px;
}
.contact-us .btn-primary {
  width: 205px;
  height: 40px;
  line-height: 25px;
  margin-bottom: 5px;
  display: block;
  margin-right: auto;
  margin-left: auto;
  color: #FFF;
  font-family: "Roboto-Bold";
}
.contact-us .btn-primary:hover,
.contact-us .btn-primary:focus {
  color: #FFF;
}
.contact-us hr {
  margin-top: 5px;
  margin-bottom: 5px;
}
.contact-us a {
  color: #3f444b;
}
.contact-us a:hover,
.contact-us a:focus {
  color: #ff0099;
}
.cs_module-wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  margin-left: -10px;
  margin-right: -10px;
  margin-top: 50px;
  margin-bottom: 50px;
}
.cs_module-wrapper [class*="col-"] {
  padding: 0 10px;
}
.cs_module-item {
  -webkit-box-shadow: 0px 0px 16px rgba(50, 50, 50, 0.27);
  -moz-box-shadow: 0px 0px 16px rgba(50, 50, 50, 0.27);
  box-shadow: 0px 0px 16px rgba(50, 50, 50, 0.27);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  margin-bottom: 20px;
}
.cs_module-item:hover {
  -webkit-box-shadow: 0px 0px 20px rgba(50, 50, 50, 0.57);
  -moz-box-shadow: 0px 0px 20px rgba(50, 50, 50, 0.57);
  box-shadow: 0px 0px 20px rgba(50, 50, 50, 0.57);
}
.cs_module-item:hover .file .link {
  background: transparent;
  border: 1px solid #FFF;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.cs_module-item .image {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  height: 180px;
}
.cs_module-item .image img {
  width: auto;
  height: auto;
  margin: auto;
  max-width: 85%;
  max-height: 65%;
}
.cs_module-item .file {
  background: -moz-linear-gradient(315deg, #69013c 0%, #69013c 31%, #b80070 71%, #69013c 100%);
  /* ff3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #69013c), color-stop(31%, #69013c), color-stop(71%, #b80070), color-stop(100%, #69013c));
  /* safari4+,chrome */
  background: -webkit-linear-gradient(315deg, #69013c 0%, #69013c 31%, #b80070 71%, #69013c 100%);
  /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(315deg, #69013c 0%, #69013c 31%, #b80070 71%, #69013c 100%);
  /* opera 11.10+ */
  background: -ms-linear-gradient(315deg, #69013c 0%, #69013c 31%, #b80070 71%, #69013c 100%);
  /* ie10+ */
  background: linear-gradient(135deg, #69013c 0%, #69013c 31%, #b80070 71%, #69013c 100%);
  /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#69013c', endColorstr='#69013c', GradientType=1);
  /* ie6-9 */
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  min-height: 80px;
}
.cs_module-item .file .link {
  color: white;
  font-size: 15px;
  font-family: "Roboto-Light";
  padding: 8px 15px;
  margin: auto;
  border: 1px solid transparent;
  background-origin: border-box;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.post-type-archive-members .table-responsive {
  border: none;
}
.post-type-archive-members .members-directory-table {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  border-collapse: separate;
  /* border: 1px solid @brand-boston-green;*/
}
.post-type-archive-members .members-directory-table tr td:first-of-type {
  font-family: "Roboto-Bold";
}
.post-type-archive-members .members-directory-table td,
.post-type-archive-members .members-directory-table th {
  padding: 10px;
  border: 2px solid #FFF;
  font-size: 14px;
}
.post-type-archive-members .members-directory-table th {
  font-family: "Roboto-Bold";
  font-size: 16px;
  background-color: #982074;
  color: #FFF;
}
.post-type-archive-members .members-directory-table tr:nth-of-type(even) td {
  background-color: #ede7f3;
}
.post-type-archive-members .members-directory-table tr:nth-of-type(odd) td {
  background-color: #e7d0e4;
}
.page-template-template-logged-in {
  /*.um_field_container {display: inline-block;}*/
}
.page-template-template-logged-in form {
  padding-left: 0px;
  margin-top: -15px;
}
.page-template-template-logged-in form label {
  font-size: 18px;
  margin-bottom: 15px;
  font-family: "Roboto-Regular";
  font-weight: normal;
}
.page-template-template-logged-in form input {
  padding: 10px;
  width: 400px;
  background-color: transparent;
  border: 1px solid #777777;
  line-height: 18px;
}
.page-template-template-logged-in form input[type=submit] {
  position: static;
  margin-top: 11px;
  margin-bottom: 15px;
  padding: 10px 25px;
  width: auto;
  min-width: 150px;
  display: inline-block;
  border-radius: 0;
  background-color: #005667;
  border: none;
  color: #333333;
  height: auto;
  color: #fff;
  background-color: #ff0099;
  border-color: #e6008a;
}
.page-template-template-logged-in form input[type=submit]:focus,
.page-template-template-logged-in form input[type=submit].focus {
  color: #fff;
  background-color: #cc007a;
  border-color: #66003d;
}
.page-template-template-logged-in form input[type=submit]:hover {
  color: #fff;
  background-color: #cc007a;
  border-color: #a80065;
}
.page-template-template-logged-in form input[type=submit]:active,
.page-template-template-logged-in form input[type=submit].active,
.open > .dropdown-toggle.page-template-template-logged-in form input[type=submit] {
  color: #fff;
  background-color: #cc007a;
  border-color: #a80065;
}
.page-template-template-logged-in form input[type=submit]:active:hover,
.page-template-template-logged-in form input[type=submit].active:hover,
.open > .dropdown-toggle.page-template-template-logged-in form input[type=submit]:hover,
.page-template-template-logged-in form input[type=submit]:active:focus,
.page-template-template-logged-in form input[type=submit].active:focus,
.open > .dropdown-toggle.page-template-template-logged-in form input[type=submit]:focus,
.page-template-template-logged-in form input[type=submit]:active.focus,
.page-template-template-logged-in form input[type=submit].active.focus,
.open > .dropdown-toggle.page-template-template-logged-in form input[type=submit].focus {
  color: #fff;
  background-color: #a80065;
  border-color: #66003d;
}
.page-template-template-logged-in form input[type=submit]:active,
.page-template-template-logged-in form input[type=submit].active,
.open > .dropdown-toggle.page-template-template-logged-in form input[type=submit] {
  background-image: none;
}
.page-template-template-logged-in form input[type=submit].disabled,
.page-template-template-logged-in form input[type=submit][disabled],
fieldset[disabled] .page-template-template-logged-in form input[type=submit],
.page-template-template-logged-in form input[type=submit].disabled:hover,
.page-template-template-logged-in form input[type=submit][disabled]:hover,
fieldset[disabled] .page-template-template-logged-in form input[type=submit]:hover,
.page-template-template-logged-in form input[type=submit].disabled:focus,
.page-template-template-logged-in form input[type=submit][disabled]:focus,
fieldset[disabled] .page-template-template-logged-in form input[type=submit]:focus,
.page-template-template-logged-in form input[type=submit].disabled.focus,
.page-template-template-logged-in form input[type=submit][disabled].focus,
fieldset[disabled] .page-template-template-logged-in form input[type=submit].focus,
.page-template-template-logged-in form input[type=submit].disabled:active,
.page-template-template-logged-in form input[type=submit][disabled]:active,
fieldset[disabled] .page-template-template-logged-in form input[type=submit]:active,
.page-template-template-logged-in form input[type=submit].disabled.active,
.page-template-template-logged-in form input[type=submit][disabled].active,
fieldset[disabled] .page-template-template-logged-in form input[type=submit].active {
  background-color: #ff0099;
  border-color: #e6008a;
}
.page-template-template-logged-in form input[type=submit] .badge {
  color: #ff0099;
  background-color: #fff;
}
.page-template-template-logged-in .logged-out .loginform {
  width: 410px;
  margin-left: auto;
  margin-right: auto;
}
.page-template-template-logged-in .login-intro {
  font-size: 32px;
  font-family: Roboto-Light;
  margin-bottom: 25px;
}
.page-template-template-logged-in .col-md-6 {
  width: 100%;
}
.page-template-template-logged-in .um_lostpass_form {
  margin-top: 20px;
}
a.btn.btn-primary.logged-in {
  width: 100%;
  text-align: left;
  box-shadow: 0 0 0 0;
  background: #982074;
}
a.btn.btn-primary.logged-in .fa {
  margin-right: 13px;
}
a.btn.btn-primary.btn-leaders-hub {
  margin-top: 20px;
  border-radius: 3px;
  background-color: #ff0099;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.57);
  width: 100%;
  height: 60px;
  line-height: 49px;
  text-transform: uppercase;
  background-image: none;
}
a.btn.btn-primary.btn-leaders-hub:hover {
  background-color: #d71184;
}
.search .page-title {
  margin-bottom: 30px;
}
.to-top {
  position: fixed;
  bottom: 0px;
  z-index: 4;
  margin: 0 0 0px -23px;
  left: 50%;
  width: 70px;
}
.to-top a {
  z-index: 1000;
  background: rgba(255, 255, 255, 0.55);
  color: #ff0099;
  border-radius: 6px;
  margin-top: 0;
  padding: 5px 15px 35px 15px;
  font-size: 44px;
  line-height: 44px;
  border-radius: 35px;
}
.to-top a:hover {
  text-decoration: none;
  color: #993366;
}
.to-top .show {
  display: block;
}
footer {
  font-family: "Roboto-Regular";
  background-color: #005667;
  color: #FFF;
  font-size: 14px;
  line-height: 17px;
  margin-top: 70px;
  padding-top: 35px;
  padding-bottom: 100px;
  box-shadow: 0 1500px 0 1500px #005667;
}
footer .nav-pills > li.active > a,
footer .nav-pills > li.active > a:focus,
footer .nav-pills > li.active > a:hover {
  text-decoration: underline;
  background-color: transparent;
}
footer .panel {
  padding-left: 20px;
}
footer .panel h4 {
  color: #00cccc;
  margin-top: 0;
  font-size: 21px;
  line-height: 24px;
}
footer p.lead {
  color: #FFF;
  font-size: 17px;
  line-height: 20px;
  padding-bottom: 20px;
  padding-top: 15px;
}
footer small {
  line-height: 10px;
}
footer a {
  color: #FFF;
}
footer p .fa {
  color: #ff0099;
}
footer span.email {
  padding-left: 10px;
}
footer .nav.nav-pills > li > a {
  padding: 10px;
}
footer .nav.nav-pills > li > a.icons {
  color: #ff0099;
  padding-top: 0;
  padding: 0px 10px;
}
footer .nav.nav-pills > li > a.icons:hover {
  color: #00cccc;
}
footer .nav.nav-pills.nav-stacked {
  margin-top: -2px;
}
footer .nav.nav-pills.nav-stacked > li > a {
  color: #FFF;
  padding-left: 0;
  padding-right: 0;
}
.business-impact-banner-section {
  padding-top: 62px;
  padding-bottom: 44px;
}
.business-impact-banner-section h1 {
  font-family: 'Bitter', serif;
  font-weight: 400;
  color: #68023a;
  font-size: 36px;
  line-height: 44px;
  margin: 0 0 37px 0;
}
.business-impact-banner-section img {
  max-width: 100%;
}
.business-impact-banner-section .business-impact-banner-image {
  margin-bottom: 40px;
}
.business-impact-banner-section p {
  font-size: 16px;
  line-height: 19px;
  color: #333333;
}
.discover-section {
  padding: 36px 0 48px;
  border-radius: 4px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-image: linear-gradient(to right, #ce007a, #ec008c 51%, #ce007a);
  text-align: center;
}
.discover-section h2 {
  font-family: 'Bitter', serif;
  font-size: 36px;
  line-height: 44px;
  color: #ffffff;
  margin: 0 0 16px 0;
}
.discover-section p {
  font-size: 18px;
  line-height: 21px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 24px;
}
.discover-section select {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.87);
  letter-spacing: 0.2px;
  width: 100%;
  height: 40px;
  line-height: 41px;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  background-image: url("../img/impact-arrow.jpg");
  background-position: 93% center;
  background-repeat: no-repeat;
  background-color: #ffffff;
  border: none;
  padding-left: 9px;
  padding-right: 10px;
  max-width: 198px;
  -webkit-appearance: none !important;
}
.read-impact-action-section {
  padding-top: 64px;
}
.read-impact-action-section h2 {
  font-family: 'Bitter', serif;
  font-size: 36px;
  line-height: 44px;
  color: #68023a;
  margin: 0 0 21px 0;
  text-align: center;
}
.read-impact-action-section .item {
  margin-bottom: 29px;
}
.read-impact-action-section .item a {
  font-size: 16px;
  line-height: 19px;
  color: #68023a;
  font-weight: 500;
}
.read-impact-action-section .item a:hover {
  color: #ff0099;
}
.read-impact-action-section .image {
  margin-bottom: 7px;
}
.read-impact-action-section .read-impact-action-section-inner .row {
  margin-left: -10px;
  margin-right: -10px;
}
.read-impact-action-section .read-impact-action-section-inner .col-md-3 {
  padding-left: 10px;
  padding-right: 10px;
}
.read-impact-action-section .read-impact-action-section-inner .item img {
  max-height: 141px;
}
.read-impact-action-section .read-impact-action-section-inner .item .content {
  min-height: 40px;
}
.read-impact-action-section .pagination {
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 2px;
  clear: both;
}
.read-impact-action-section .pagination li span,
.read-impact-action-section .pagination li a {
  font-size: 13px;
  padding: 0 8px;
}
.join-network-section {
  float: left;
  width: 100%;
  padding-top: 64px;
}
.join-network-section aside {
  margin-top: 0;
}
.join-network-section h2 {
  text-align: left;
  font-weight: 700;
}
.join-network-section .join-now {
  background: #ec008c;
  height: 60px;
  line-height: 60px;
  border-radius: 4px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  max-width: 150px;
  width: 100%;
  font-weight: 700;
  font-size: 24px;
  padding: 0 5px;
}
.header-img-container .page-title-container .Our-Area-of-Expertis {
  font-family: "RobotoSlab-Bold";
  font-size: 41px;
  text-align: center;
  color: #FFF;
  height: 270px;
}
.expertise-section {
  padding: 77px 0 0 0;
}
.expertise-section .first-title {
  font-size: 32px;
  font-weight: 300;
  text-align: center;
  color: #333333;
  width: 70%;
  margin: auto;
}
.expertise-section p {
  letter-spacing: 0;
}
.expertise-section .content {
  width: 80%;
  margin: auto;
  padding: 8px 0;
  word-break: break-word;
}
.expertise-section .top-section {
  padding-bottom: 60px;
}
.expertise-section .rectangle-wrap-content {
  padding: 15px;
  box-shadow: 3px 2px 7px 1px rgba(0, 0, 0, 0.32);
  background-image: linear-gradient(155deg, rgba(240, 240, 240, 0.6) 20%, rgba(196, 196, 196, 0.6) 106%);
  height: 251px;
  position: relative;
}
.expertise-section .rectangle-wrap-content h3 {
  font-family: "RobotoSlab-Bold";
  font-size: 24px;
  line-height: 1.25;
  letter-spacing: normal;
  margin: 0;
}
.expertise-section .rectangle-wrap-content .main-img-content {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 15px;
  width: 85px;
  height: auto;
}
.expertise-section .rectangle-wrap-content .img-wrap-hover {
  display: none;
}
.expertise-section .rectangle-wrap-content:hover {
  background-image: linear-gradient(157deg, #fb46b4 8%, #9a2176 90%);
  transition: 0.5s all;
}
.expertise-section .rectangle-wrap-content:hover h3 {
  color: #FFF !important;
  transition: 0.5s all;
}
.expertise-section .rectangle-wrap-content:hover .img-wrap {
  display: none;
}
.expertise-section .rectangle-wrap-content:hover .img-wrap-hover {
  display: block;
}
.expertise-section .rectangle-wrap-content .img-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 15px;
}
.expertise-section .team-listing {
  background-color: rgba(216, 216, 216, 0.16);
  padding: 72px 0;
  margin: 80px 0;
}
.expertise-section .team-listing h2 {
  font-family: "RobotoSlab";
  font-size: 41px;
  font-weight: normal;
  text-align: center;
  color: #ff0099;
  padding-bottom: 70px;
}
.expertise-section .team-listing h3 {
  font-size: 20px;
  font-family: "RobotoSlab-Bold";
  line-height: 1.3;
  letter-spacing: normal;
  color: #982074;
  word-break: break-word;
}
.expertise-section .team-listing span {
  font-family: "Roboto-Regular";
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: normal;
  color: #3f444b;
}
.expertise-section .team-listing .team-member-wrap {
  display: flex;
  flex-wrap: wrap;
}
.expertise-section .team-listing .team-members {
  width: 20%;
  height: auto;
  padding: 15px;
}
.expertise-section .team-listing .member-img {
  width: 100%;
  height: auto;
  padding: 0;
  border-radius: 0;
  margin-bottom: 0px;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  filter: gray;
}
.expertise-section .Access-our-expertise {
  margin-top: 42px;
  padding-left: 100px;
}
.expertise-section .Access-our-expertise h3 {
  margin: 0;
  font-family: "RobotoSlab-Bold";
  font-size: 36px;
  line-height: 1.22;
}
.expertise-section .Access-our-expertise button {
  font-family: "Roboto-Bold";
  font-size: 25px;
  padding: 18px 28px;
  line-height: 0.96;
  color: #FFF;
  border-radius: 4px;
  box-shadow: 0 2px 8px 1px rgba(0, 0, 0, 0.26);
  background-color: #ff0099;
  border-color: transparent;
  margin: 15px 0 30px 0;
}
.expertise-section .Access-our-expertise span {
  font-family: "Roboto-Regular";
  font-size: 26px;
  line-height: 1.31;
  display: inherit;
}
.expertise-section .Access-our-expertise span a {
  color: #333333;
}
.expertise-section .Access-our-expertise span i {
  color: #ff0099;
  padding-right: 10px;
}
.header-img-container .page-title-container .Sustainability-Strat {
  font-family: "RobotoSlab-Bold";
  font-size: 41px;
  text-align: center;
  color: #FFF;
  height: 270px;
}
.single-expertise-section .top-section {
  border-bottom: 1px solid #979797;
  margin-bottom: 68px;
}
.single-expertise-section .offer-section {
  display: inline-block;
  padding-bottom: 40px;
}
.single-expertise-section .offer-section h2 {
  font-family: "Roboto-Regular";
  font-size: 32px;
  color: #666;
}
.single-expertise-section .offer-section li {
  color: #3f444b;
  font-family: "Roboto-Regular";
  line-height: 1.5;
  font-size: 16px;
}
.single-expertise-section .title {
  font-family: "RobotoSlab";
  font-size: 41px;
  text-align: center;
  font-weight: normal;
  color: #ff0099;
  padding-bottom: 40px;
}
.single-expertise-section .middle-section {
  background-color: rgba(216, 216, 216, 0.16);
  padding: 65px 0;
}
.single-expertise-section .middle-section .middle-img {
  padding: 30px 0 50px 0;
  text-align: center;
}
.single-expertise-section .middle-button {
  text-align: center;
}
.single-expertise-section .middle-button button {
  background-color: #982074;
  font-size: 19px;
  font-weight: bold;
  line-height: 1.68;
  text-align: center;
  color: #FFF;
  padding: 10px 35px;
  border: 0;
}
.single-expertise-section .case-studies {
  padding: 68px 0;
}
.single-expertise-section .case-studies .listing-wrap h3 {
  font-family: "Roboto-Regular";
  font-size: 24px;
  font-weight: bold;
  color: #982074;
  border-bottom: 1px solid rgba(153, 153, 153, 0.5);
  padding: 15px 0;
  margin: 0;
}
.single-expertise-section .case-studies .listing-wrap h3 button {
  border: none;
  background-color: transparent;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.single-expertise-section .case-studies .listing-wrap h3 button:focus {
  outline: none;
}
.single-expertise-section .case-studies .listing-wrap h3 button i {
  color: #545454;
  font-size: 19px;
  font-weight: normal;
  line-height: 1.42;
}
.single-expertise-section .case-studies .listing-wrap p {
  font-family: "Roboto-Regular";
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #3f444b;
}
.single-expertise-section .insight {
  margin-bottom: 80px;
  background-color: rgba(216, 216, 216, 0.16);
  padding: 70px 0;
}
.single-expertise-section .insight .insight-wrap {
  display: inline-block;
  padding-bottom: 50px;
}
.single-expertise-section .insight .insight-wrap h3 {
  font-family: "Roboto-Bold";
  font-size: 22px;
  line-height: 1.09;
  letter-spacing: normal;
  font-weight: bold;
  color: #982074;
}
.single-expertise-section .insight .insight-wrap p {
  line-height: 1.5;
  color: #3f444b;
  font-family: "Roboto-Regular";
  font-weight: normal;
}
.content {
  word-break: initial !important;
}
@media (max-width: 1400px) {
  .navbar .navbar-nav > li.menu-item-15230 > a {
    padding-right: 0;
  }
  .navbar .navbar-nav > li.menu-item-15230 .dropdown-menu {
    left: auto;
    right: 0;
  }
  .header-img-certified.header-img-certified--desktop {
    background-position: center bottom !important;
  }
}
@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left;
  }
  .navbar .navbar-nav > li > a {
    padding: 17px 16px;
    font-size: 18px;
  }
}
@media (max-width: 1200px) {
  .navbar .nav.nav-pills > li > a.icons {
    padding-left: 4px;
    padding-right: 4px;
  }
  .navbar .nav.nav-pills li:nth-child(8) a {
    padding-right: 4px;
  }
  .navbar .nav.nav-pills li:nth-child(1) a {
    padding-left: 0px;
  }
  .navbar .nav.nav-pills > li > a {
    font-size: 14px;
  }
  .navbar .nav.nav-pills > li > a.btn {
    margin-right: 5px;
    padding: 4px 16px;
  }
  .navbar .nav.nav-pills .social-search-wrapper li a.icons {
    font-size: 18px;
  }
  .navbar .nav.nav-pills.logged-in > li > a.btn {
    padding: 4px 9px;
  }
  .navbar .nav.nav-pills.logged-in > li > a.home,
  .navbar .nav.nav-pills.logged-in > li > a.newsroom,
  .navbar .nav.nav-pills.logged-in > li > a.events,
  .navbar .nav.nav-pills.logged-in > li > a.contact-us-link {
    padding-left: 6px;
    padding-right: 6px;
  }
  .panel.circle-vertical {
    width: 200px;
    height: 200px;
    padding-top: 40px;
  }
  .panel.circle-diagonal {
    width: 200px;
    height: 200px;
    padding-top: 20px;
  }
  .mark {
    background: url("../img/sprites.png") 49px -336px repeat-y;
  }
  .nav.nav-pills > li > a {
    padding: 10px 6px;
  }
  .nav.nav-pills > li > a.icons {
    padding: 10px 7px;
  }
  .navbar .navbar-gradient .container {
    padding-left: 0;
    padding-right: 0;
  }
  .navbar .navbar-nav > li > a {
    padding: 17px 8px;
    font-size: 15px;
    line-height: 21px;
  }
  .navbar .navbar-nav > li > a .fa {
    margin-left: 2px;
  }
  #myCarousel #carousel-wrapper .carousel-inner .carousel-caption {
    width: 610px;
  }
  #myCarousel #carousel-wrapper .carousel-inner .carousel-caption .testimonial {
    left: 25px;
    top: 15px;
    width: 450px;
  }
  .h1,
  h1,
  .page-title {
    font-size: 34px;
  }
  .header-img-container .header-img {
    height: 140px !important;
  }
  .header-img-container .page-title-container .page-title {
    height: 135px;
  }
  .list-group .documents {
    font-size: 16px;
    font-family: "Roboto-Regular";
  }
  .list-group .documents .download-button {
    margin-right: 10px;
  }
  .page-id-15208 .csr-practices-wrapper .csr-practice-panel .csr-practice-text .csr-practice-text-box {
    height: 480px;
  }
  .page-id-15208 .csr-practices-wrapper .csr-practice-panel .csr-practice-text .csr-practice-header {
    font-size: 14px;
  }
  #myCarousel.testimonial-carousel .carousel-control.left {
    left: 0;
  }
  #myCarousel.testimonial-carousel .carousel-control.right {
    right: 0;
  }
  .jtn-table .col-table-wide {
    width: 44.66666667%;
  }
  .certified-grid .item .content .wrapper {
    font-size: 13px;
  }
  form.searchandfilter ul .search-wrapper li.item3 {
    width: 89%;
  }
  footer .panel {
    padding-left: 0;
  }
  .header-img-container .page-title-container .page-title.Our-Area-of-Expertis {
    height: 135px;
  }
}
@media (max-width: 1024px) {
  .navbar .navbar-nav > li > a {
    font-size: 14px;
    /* font-size: 16px; */
  }
  .navbar .navbar-nav > li > a .fa {
    margin-left: 6px;
  }
  .navbar .navbar-nav .dropdown-menu {
    width: 240px;
  }
  #myCarousel #carousel-wrapper .carousel-inner .carousel-caption.testimonial {
    left: 15px;
    width: 530px;
  }
  #myCarousel #carousel-wrapper .carousel-inner .carousel-caption.testimonial p.lead {
    font-size: 17px;
  }
  #myCarousel #carousel-wrapper .carousel-inner .carousel-caption.testimonial .carousel-description {
    font-size: 18px;
  }
  #myCarousel .carousel-control.left {
    left: 5px;
  }
  #myCarousel .carousel-control.right {
    right: 5px;
  }
  .intro,
  h2.intro {
    font-size: 25px;
    line-height: 33px;
  }
  .text-highlight {
    font-size: 21px;
    line-height: 31px;
  }
  .header-img-certified {
    font-size: 24px;
    line-height: 32px;
  }
  .page-id-237 #filters li a,
  .page-id-365 #filters li a {
    text-transform: uppercase;
    font-family: Roboto-Bold;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    height: 37px;
    margin: 0 10px 11px 0;
    padding-left: 7px;
    padding-right: 7px;
  }
}
@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left;
  }
}
@media (max-width: 991px) {
  .col-narrow {
    padding-left: 15px;
  }
  .navbar .nav.nav-pills {
    float: left !important;
  }
  .navbar .nav.nav-pills > li > a i {
    display: none;
  }
  .navbar .nav.nav-pills .search {
    clear: none;
  }
  .navbar .nav.nav-pills.logged-in > li > a {
    /*&.newsroom, &.events, &.contact-us-link {padding-left: 3px; padding-right: 3px;}*/
    padding-left: 5px;
    padding-right: 5px;
  }
  #myCarousel #carousel-wrapper .carousel-inner .carousel-caption {
    width: 515px;
  }
  .page-id-15208 .csr-practices-wrapper .csr-practice-panel .csr-practice-text .csr-practice-text-box {
    height: 420px;
  }
  .grid-certified-container .grid-wrapper {
    padding-left: 15px;
  }
  .certified-grid .item .content .wrapper {
    font-size: 14px;
  }
  .certified-modal .modal-body .modal-logo {
    margin-top: 18px;
    margin-bottom: 18px;
  }
  .certified-modal a.btn-modal {
    margin-top: 10px;
  }
  .leaders-hub-middle-section .leaders-hub-middle-section--image {
    margin-right: 0;
  }
  .leaders-hub-middle-section .leaders-hub-middle-section--text {
    margin: 50px 50px 0 0px;
  }
  .expertise-section h2 {
    width: 75%;
  }
  .expertise-section .content {
    width: 100%;
  }
  .expertise-section .rectangle-wrap-content {
    margin: 15px 0;
  }
  .expertise-section .top-section {
    padding-bottom: 25px;
  }
}
@media (min-width: 769px) {
  .col-sm-15 {
    width: 20%;
    float: left;
  }
}
@media (max-width: 769px) {
  .navbar .navbar-gradient .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .navbar .navbar-toggle {
    float: left;
    margin-right: 0;
    background-color: transparent;
  }
  .navbar .navbar-toggle .icon-bar {
    width: 35px;
    background-color: #328784;
    height: 3px;
  }
  .navbar .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 5px;
  }
  .navbar .navbar-toggle .title {
    color: #328784;
    text-transform: uppercase;
    font-size: 13px;
    padding-top: 6px;
  }
  .navbar .search-button {
    font-size: 26px;
  }
  .navbar .search-button:hover,
  .navbar .search-button:focus {
    outline: 0;
  }
  .navbar .search-form-wrapper {
    margin: 0 -15px;
  }
  .navbar form#searchform {
    border: 1px solid #005667;
  }
  .navbar form#searchform input:not([type=submit]) {
    height: 40px;
    width: 84%;
    border: none;
    padding: 1px 10px;
  }
  .navbar form#searchform button {
    width: 16%;
    height: 41px;
    background-color: #005667;
    border-radius: 0px;
    color: #FFF;
  }
  .navbar > .container .navbar-header {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
  }
  .navbar > .container .navbar-brand {
    background: url('../img/BITC-new-logo_w152px.png');
    width: 195px;
    height: 92px;
    margin: 0;
    float: none;
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 15px;
    margin-top: -15px;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .navbar .nav.nav-pills li:nth-child(1) a {
    color: #000;
  }
  .navbar .nav.nav-pills .search a {
    padding-left: 5px;
  }
  .navbar .navbar-collapse {
    border-top: 0;
    -webkit-box-shadow: inset 0 0px 0 rgba(255, 255, 255, 0);
    -moz-box-shadow: inset 0 0px 0 rgba(255, 255, 255, 0);
    box-shadow: inset 0 0px 0 rgba(255, 255, 255, 0);
  }
  .navbar .navbar-collapse #menu-main-menu.nav > li {
    width: 100%;
  }
  .navbar .navbar-nav {
    margin-top: 0;
    margin-bottom: 0;
  }
  .navbar .navbar-nav .dropdown:hover > .dropdown-menu {
    display: none;
  }
  .navbar .navbar-nav .dropdown.open > .dropdown-menu {
    display: inline-block;
  }
  .navbar .navbar-nav .dropdown-menu {
    background-color: #FFF;
    width: 100%;
  }
  .navbar .navbar-nav .caret-wrapper {
    padding: 17px 7px 14px;
    display: block;
    width: 20%;
    float: left;
    /*border-left      : solid 1px @white;
        border-bottom      : solid 1px @white;*/
    color: #FFF;
    font-size: 24px;
    text-align: center;
  }
  .navbar .navbar-nav > li.open .fa {
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .navbar .navbar-nav > li {
    border-bottom: solid 1px #FFF;
  }
  .navbar .navbar-nav > li > a {
    padding: 17px 7px 17px 15px;
    width: 80%;
    float: left;
    /*border-bottom: solid 1px @white;*/
  }
  .navbar .navbar-nav > li > a.text-link {
    border-right: 1px solid #FFF;
  }
  .navbar .navbar-nav > li.mobile-links > a {
    width: 100%;
    background-image: -webkit-linear-gradient(#00abcd, #00abcd 55%, #0096b3);
    background-image: -o-linear-gradient(#00abcd, #00abcd 55%, #0096b3);
    background-image: linear-gradient(#00abcd, #00abcd 55%, #0096b3);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00abcd', endColorstr='#ff0096b3', GradientType=0);
  }
  .navbar .navbar-nav > li.menu-item-15230 .dropdown-menu {
    width: 100%;
  }
  .navbar .navbar-nav > li.menu-item-60 > a:before {
    content: "\f095";
    font-family: "FontAwesome";
    padding-right: 6px;
  }
  .navbar .navbar-nav > li.menu-item-62 > a:before {
    content: "\f007";
    font-family: "FontAwesome";
    padding-right: 6px;
  }
  .navbar .navbar-nav > li.menu-item-63 > a:before {
    content: "\f0f6";
    font-family: "FontAwesome";
    padding-right: 6px;
  }
  .navbar .navbar-nav > li.menu-item-64 > a:before {
    content: "\f133";
    font-family: "FontAwesome";
    padding-right: 6px;
  }
  .navbar .navbar-nav > li:first-of-type > a {
    padding-left: 15px;
  }
  .navbar .navbar-nav > li:last-of-type > a {
    padding-right: 15px;
  }
  .btn.btn-white {
    font-size: 14px;
    padding: 5px 16px 4px;
  }
  .header-img-certified {
    font-size: 14px;
    line-height: 20px;
    height: 300px;
    background-position: center top -10px;
  }
  .header-img-certified .text-wrapper {
    top: auto;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    bottom: 10px;
  }
  .header-img-certified .text-wrapper p:last-of-type {
    margin-bottom: 1.2em;
  }
  .header-img-certified .text-wrapper br {
    display: none;
  }
  .brown-header-h2 {
    font-family: "RobotoSlab-Bold";
    font-size: 28px;
    line-height: 36px;
  }
  .g-recaptcha {
    transform: scale(0.75);
    transform-origin: 0 0 0;
  }
  .mobile-contact .btn.btn-primary {
    width: 100%;
    -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.57);
    -moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.57);
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.57);
    background-image: -webkit-linear-gradient(top, #0b6d74 30%, #09575d 100%);
    background-image: -o-linear-gradient(top, #0b6d74 30%, #09575d 100%);
    background-image: linear-gradient(to bottom, #0b6d74 30%, #09575d 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0b6d74', endColorstr='#ff09575d', GradientType=0);
  }
  .mobile-contact .btn.btn-primary:hover {
    background-image: -webkit-linear-gradient(top, #005667 30%, #00414e 100%);
    background-image: -o-linear-gradient(top, #005667 30%, #00414e 100%);
    background-image: linear-gradient(to bottom, #005667 30%, #00414e 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff005667', endColorstr='#ff00414e', GradientType=0);
  }
  .mobile-contact .btn.btn-primary .fa {
    padding-right: 9px;
  }
  .panel.image img {
    margin-left: auto;
    margin-right: auto;
  }
  #myCarousel .carousel-control {
    display: none;
  }
  #myCarousel #carousel-wrapper .carousel-inner .container {
    padding-left: 0;
    padding-right: 0;
  }
  #myCarousel #carousel-wrapper .carousel-inner .carousel-caption {
    left: 0;
    width: 83%;
    top: 15px;
    height: auto;
  }
  #myCarousel #carousel-wrapper .carousel-inner .carousel-caption.testimonial {
    left: 0;
    width: 40%;
    top: 0;
    height: auto;
  }
  #myCarousel #carousel-wrapper .carousel-inner .carousel-caption.testimonial .fa {
    font-size: 21px;
  }
  #myCarousel #carousel-wrapper .carousel-inner .carousel-caption.testimonial p.lead {
    font-size: 17px;
    line-height: 21px;
  }
  #myCarousel .carousel-indicators li {
    display: none;
  }
  .list-group .documents {
    padding-right: 0;
  }
  .list-group .documents a {
    font-size: 17px;
  }
  .list-group .documents .download-button {
    display: block;
    width: 290px;
    max-width: 100%;
    text-align: left;
    margin-bottom: 3px;
  }
  .panel.homepage {
    padding-left: 0px;
    padding-right: 0px;
  }
  .panel.homepage h2 {
    font-size: 22px;
    line-height: 29px;
  }
  .panel.circle-vertical,
  .panel.circle-diagonal {
    margin: 0 auto 25px auto;
  }
  .panel .image {
    margin-top: 30px;
  }
  .panel.narrow {
    padding-right: 0px;
    padding-left: 0px;
  }
  .page-title {
    margin-top: 30px;
    font-size: 28px;
  }
  .page-title + h2 {
    font-size: 28px;
  }
  .single .page-title {
    margin-bottom: 30px;
  }
  .header-img-container .header-img {
    height: auto !important;
    min-height: 120px;
  }
  .header-img-container .page-title-container {
    position: static;
  }
  .header-img-container .page-title-container .col-sm-9.col-narrow,
  .header-img-container .page-title-container .col-sm-12 {
    width: 100%;
  }
  .header-img-container .page-title-container .page-title {
    margin-top: 40px;
    height: 115px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .page-title.text-center + h2 {
    font-size: 24px;
    margin-bottom: 30px;
    line-height: 34px;
  }
  .intro {
    font-size: 24px;
  }
  .embed-container.list-type {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto;
  }
  .call-to-action h4 {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .call-to-action .cta-contact-details {
    font-size: 23px;
  }
  .jtn-no-header-img .brown-header-h2 {
    font-size: 28px;
    line-height: 36px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .page-id-15208 .csr-practices-wrapper .csr-practice-panel .csr-pracitice-img img {
    margin-bottom: 30px;
    margin-top: 17px;
    margin-left: 15px;
  }
  .page-id-15208 .csr-practices-wrapper .csr-practice-panel .csr-practice-text .csr-practice-header {
    min-height: 0;
  }
  .page-id-15208 .csr-practices-wrapper .csr-practice-panel .csr-practice-text .csr-practice-text-box {
    height: auto;
    border-right-width: 0;
  }
  .page-id-164 .reasons-to-join > div > div:nth-of-type(3n+4) {
    clear: none;
  }
  .page-id-164 .reasons-to-join > div > div:nth-of-type(2n+3) {
    clear: both;
  }
  .page-id-164 .jtn-table .col-table-wide {
    width: 100%;
    margin-bottom: 3px;
  }
  .page-id-164 .jtn-table .col-table-wide .column-wrapper {
    padding-left: 15px;
    font-family: "Roboto-Bold";
  }
  .page-id-164 .jtn-table a {
    font-size: 15px;
  }
  .page-id-164 .jtn-table p {
    padding-top: 9px;
    padding-bottom: 9px;
    padding-right: 10px;
  }
  .page-id-164 .jtn-table > div:nth-of-type(even) div .column-wrapper {
    background-color: #ede7f3;
    height: auto;
  }
  .page-id-164 .jtn-table > div:nth-of-type(even) div .column-wrapper {
    background-color: #ede7f3;
    height: auto;
  }
  .page-id-164 .jtn-table .col-table-narrow.tick .column-wrapper p {
    margin-top: 3px;
    margin-bottom: 3px;
    font-size: 23px;
  }
  #myCarousel.testimonial-carousel {
    height: auto;
  }
  #myCarousel.testimonial-carousel #carousel-wrapper .carousel-inner .item {
    height: auto;
  }
  #myCarousel.testimonial-carousel #carousel-wrapper .carousel-inner .carousel-caption.testimonial {
    width: 100%;
    position: static;
  }
  .page-id-237 .intro,
  .page-id-237 h2.intro {
    font-size: 19px;
  }
  .jtn-table .col-table-wide {
    width: 100%;
    margin-bottom: 3px;
  }
  .jtn-table .col-table-wide .column-wrapper {
    padding-left: 15px;
    font-family: "Roboto-Bold";
  }
  .jtn-table .jtn-table a.jtn-table-header {
    font-size: 15px;
  }
  .jtn-table p {
    padding-top: 9px;
    padding-bottom: 9px;
    padding-right: 10px;
  }
  .jtn-table > div:nth-of-type(even) div .column-wrapper {
    background-color: #ede7f3;
    height: auto;
  }
  .jtn-table > div:nth-of-type(even) div .column-wrapper {
    background-color: #ede7f3;
    height: auto;
  }
  .jtn-table .col-table-narrow.tick .column-wrapper p {
    margin-top: 3px;
    margin-bottom: 3px;
    font-size: 23px;
  }
  .page-id-237 #isotope-list .grid-item,
  .page-id-365 #isotope-list .grid-item {
    /*width: 33%;*/
  }
  .esl-facts .esl-facts-text {
    /*padding-left: 15px;*/
    height: auto;
  }
  .esl-facts .esl-facts-text .text-wrapper {
    top: 0;
    margin-top: 0;
    position: static;
    height: auto;
  }
  .esl-figures .esl-figure {
    margin-bottom: 15px;
  }
  .grid-people {
    margin-top: 40px;
  }
  .grid-people > div.row > div.people-panel {
    margin-bottom: 15px;
  }
  .grid-people > div.row > div:nth-of-type(11n+1) {
    padding-right: 15px;
  }
  .grid-people > div.row > div:nth-of-type(11n+2) {
    padding-left: 15px;
    padding-right: 15px;
  }
  .grid-people > div.row > div:nth-of-type(11n+4) {
    padding-left: 15px;
  }
  .grid-people > div.row > div:nth-of-type(11n+6) {
    padding-right: 15px;
  }
  .grid-people > div.row > div:nth-of-type(11n+8) {
    padding-left: 15px;
    padding-right: 15px;
  }
  .grid-people > div.row > div:nth-of-type(11n+9) {
    padding-left: 15px;
  }
  .grid-people .people-name {
    font-size: 20px;
  }
  .people-single img {
    max-width: 200px;
  }
  .people-single .people-single-image-social {
    margin-top: 35px;
  }
  .people-single .people-single-image-social .nav.nav-pills.people-social-media {
    text-align: left;
    margin-bottom: 10px;
  }
  .people-single .people-single-role {
    font-size: 18px;
    margin-top: -7px;
  }
  form.searchandfilter {
    padding-right: 25px;
  }
  form.searchandfilter ul li select {
    padding-right: 35px;
  }
  form.searchandfilter ul li.item1 {
    width: 100%;
    padding-right: 0px;
  }
  form.searchandfilter ul li.item1:after {
    right: 15px;
  }
  form.searchandfilter ul li.item2 {
    width: 100%;
  }
  form.searchandfilter ul .search-wrapper {
    width: 100%;
    background-color: #FFF;
  }
  form.searchandfilter ul .search-wrapper li.item4 {
    width: 15%;
  }
  .grid-certified-container h1 {
    font-size: 18px;
    line-height: 26px;
    color: #68023a;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-left: 4%;
    padding-right: 4%;
  }
  .certified-grid .item {
    height: 380px;
  }
  .certified-grid .item .image,
  .certified-grid .item .content {
    height: 190px;
  }
  .certified-modal {
    padding: 0 !important;
  }
  .certified-modal .modal-dialog {
    margin: 0;
  }
  .certified-modal .modal-content {
    padding: 0px 10px 10px;
  }
  .certified-modal button.close {
    top: 10px;
    right: 20px;
  }
  .certified-modal .modal-body .name {
    font-family: "Roboto-Bold";
    margin-top: 15px;
  }
  .certified-modal .modal-body .name,
  .certified-modal .modal-body .role,
  .certified-modal .modal-body .company {
    font-size: 14px;
    margin-bottom: 3px;
  }
  .certified-modal .modal-body .modal-testimonial {
    font-size: 18px;
    line-height: 24px;
    font-family: Roboto-Regular;
    margin-top: 15px;
  }
  .certified-modal .modal-body a.btn-modal {
    margin-top: 15px;
    padding: 4px 18px;
    font-size: 14px;
  }
  .certified-info-panel {
    font-size: 14px;
    line-height: 22px;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 10px;
    min-height: 0;
  }
  aside.certified-menu ul.nav li > a {
    font-size: 16px;
    padding: 8px 10px;
  }
  .certified-contact-details {
    margin-bottom: 0;
  }
  .certified-contact-details .header {
    font-size: 18px;
    line-height: 28px;
    padding-bottom: 15px;
  }
  .certified-contact-details .name {
    font-size: 16px;
    margin-bottom: 2px;
    margin-top: 20px;
  }
  .certified-contact-details a[href^="tel:"],
  .certified-contact-details a[href^="mailto:"] {
    font-size: 14px;
    margin-bottom: 3px;
  }
  .certified-contact-details span {
    font-size: 14px;
  }
  .header-leaders-hub {
    height: 300px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .header-leaders-hub .text-wrapper h1 {
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 15px;
  }
  .header-leaders-hub p {
    font-size: 16px;
    line-height: 22px;
  }
  .leaders-hub-middle-section .leaders-hub-middle-section--text {
    margin: 0;
  }
  .leaders-hub-middle-section .leaders-hub-middle-section--text .header {
    font-size: 32px;
    line-height: 42px;
    padding-bottom: 5px;
  }
  .leaders-hub-middle-section .leaders-hub-middle-section--text .sub-header {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 14px;
  }
  .leaders-hub-middle-section .leaders-hub-middle-section--image a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .leaders-hub-middle-section .leaders-hub-middle-section--image img {
    max-width: 60%;
  }
  .leaders-hub-middle-section {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .leaders-hub-panels-section {
    padding-top: 0;
  }
  .leaders-hub-panels-section .header {
    font-size: 24px;
    line-height: 29px;
    margin-top: 40px;
    padding-bottom: 30px;
  }
  .leaders-hub-panels-section .image-container h2 {
    font-size: 28px;
    line-height: 34px;
  }
  .leaders-hub-panels-section .row.panels {
    margin-left: 0;
    margin-right: 0;
  }
  .leaders-hub-panels-section .row.panels .panel {
    margin-bottom: 3px;
  }
  .leaders-hub-panels-section .row.panels [class*='col-']:not(:first-child),
  .leaders-hub-panels-section .row.panels [class*='col-']:not(:last-child) {
    padding-right: 0;
    padding-left: 0;
  }
  .contact-us #map_canvas {
    margin-top: 30px;
    height: 490px !important;
  }
  .contact-us .contact-details {
    padding-right: 15px;
  }
  .page-id-16105 #searchform div {
    text-align: center;
  }
  .page-id-16105 #searchform label {
    display: none;
  }
  .page-id-16105 #searchform input[type=text] {
    height: 39px;
    margin-bottom: 15px;
    display: inline-block;
    min-width: 290px;
  }
  .page-id-16105 #searchform input[type=submit] {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 0;
    color: #fff;
    background-color: #ff0099;
    border-color: #e6008a;
    height: 39px;
  }
  .page-id-16105 #searchform input[type=submit]:focus,
  .page-id-16105 #searchform input[type=submit]:active:focus,
  .page-id-16105 #searchform input[type=submit].active:focus,
  .page-id-16105 #searchform input[type=submit].focus,
  .page-id-16105 #searchform input[type=submit]:active.focus,
  .page-id-16105 #searchform input[type=submit].active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
  }
  .page-id-16105 #searchform input[type=submit]:hover,
  .page-id-16105 #searchform input[type=submit]:focus,
  .page-id-16105 #searchform input[type=submit].focus {
    color: #333;
    text-decoration: none;
  }
  .page-id-16105 #searchform input[type=submit]:active,
  .page-id-16105 #searchform input[type=submit].active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  }
  .page-id-16105 #searchform input[type=submit].disabled,
  .page-id-16105 #searchform input[type=submit][disabled],
  fieldset[disabled] .page-id-16105 #searchform input[type=submit] {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  a.page-id-16105 #searchform input[type=submit].disabled,
  fieldset[disabled] a.page-id-16105 #searchform input[type=submit] {
    pointer-events: none;
  }
  .page-id-16105 #searchform input[type=submit]:focus,
  .page-id-16105 #searchform input[type=submit].focus {
    color: #fff;
    background-color: #cc007a;
    border-color: #66003d;
  }
  .page-id-16105 #searchform input[type=submit]:hover {
    color: #fff;
    background-color: #cc007a;
    border-color: #a80065;
  }
  .page-id-16105 #searchform input[type=submit]:active,
  .page-id-16105 #searchform input[type=submit].active,
  .open > .dropdown-toggle.page-id-16105 #searchform input[type=submit] {
    color: #fff;
    background-color: #cc007a;
    border-color: #a80065;
  }
  .page-id-16105 #searchform input[type=submit]:active:hover,
  .page-id-16105 #searchform input[type=submit].active:hover,
  .open > .dropdown-toggle.page-id-16105 #searchform input[type=submit]:hover,
  .page-id-16105 #searchform input[type=submit]:active:focus,
  .page-id-16105 #searchform input[type=submit].active:focus,
  .open > .dropdown-toggle.page-id-16105 #searchform input[type=submit]:focus,
  .page-id-16105 #searchform input[type=submit]:active.focus,
  .page-id-16105 #searchform input[type=submit].active.focus,
  .open > .dropdown-toggle.page-id-16105 #searchform input[type=submit].focus {
    color: #fff;
    background-color: #a80065;
    border-color: #66003d;
  }
  .page-id-16105 #searchform input[type=submit]:active,
  .page-id-16105 #searchform input[type=submit].active,
  .open > .dropdown-toggle.page-id-16105 #searchform input[type=submit] {
    background-image: none;
  }
  .page-id-16105 #searchform input[type=submit].disabled,
  .page-id-16105 #searchform input[type=submit][disabled],
  fieldset[disabled] .page-id-16105 #searchform input[type=submit],
  .page-id-16105 #searchform input[type=submit].disabled:hover,
  .page-id-16105 #searchform input[type=submit][disabled]:hover,
  fieldset[disabled] .page-id-16105 #searchform input[type=submit]:hover,
  .page-id-16105 #searchform input[type=submit].disabled:focus,
  .page-id-16105 #searchform input[type=submit][disabled]:focus,
  fieldset[disabled] .page-id-16105 #searchform input[type=submit]:focus,
  .page-id-16105 #searchform input[type=submit].disabled.focus,
  .page-id-16105 #searchform input[type=submit][disabled].focus,
  fieldset[disabled] .page-id-16105 #searchform input[type=submit].focus,
  .page-id-16105 #searchform input[type=submit].disabled:active,
  .page-id-16105 #searchform input[type=submit][disabled]:active,
  fieldset[disabled] .page-id-16105 #searchform input[type=submit]:active,
  .page-id-16105 #searchform input[type=submit].disabled.active,
  .page-id-16105 #searchform input[type=submit][disabled].active,
  fieldset[disabled] .page-id-16105 #searchform input[type=submit].active {
    background-color: #ff0099;
    border-color: #e6008a;
  }
  .page-id-16105 #searchform input[type=submit] .badge {
    color: #ff0099;
    background-color: #fff;
  }
  footer span.email {
    padding-left: 0px;
  }
  footer .pull-right {
    float: none !important;
  }
  footer .phone,
  footer .email {
    font-size: 16px;
    padding-bottom: 9px;
    display: block;
  }
  footer .phone .fa,
  footer .email .fa {
    padding-right: 7px;
  }
  footer p.lead {
    padding-left: 10px;
    padding-right: 10px;
  }
  footer .centered-pills {
    text-align: center;
  }
  footer .centered-pills ul.nav-pills {
    display: inline-block;
  }
  footer .centered-pills li {
    display: inline;
  }
  footer .centered-pills a {
    float: left;
  }
  footer .centered-pills .fa {
    font-size: 39px;
    line-height: 41px;
  }
  footer .nav.nav-pills > li > a.icons {
    padding: 35px 10px 45px 10px;
  }
  footer .panel {
    text-align: center;
    padding-bottom: 25px;
  }
}
@media (min-width: 768px) and (max-width: 769px) {
  /* my css */
}
.header-img-certified.header-img-certified-mobile {
  background-position: center top -10px !important;
}
.header-img-certified.header-img-certified-mobile .text-wrapper p {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  /*Join the Network*/
  .page-id-164 .jtn-streams .jtn-stream-panel .jtn-stream-header {
    height: auto;
    margin-bottom: 15px;
  }
  .page-id-164 .jtn-streams .jtn-stream-panel .jtn-stream-content {
    text-align: center;
    flex: 0 0 auto;
  }
  .expertise-section .content {
    width: 95%;
  }
  .expertise-section .rectangle-wrap-content {
    margin: 30px auto;
    width: 70%;
    height: 200px;
  }
  .expertise-section .team-listing {
    padding: 29px 0;
    margin: 20px 0;
  }
  .expertise-section .team-listing span {
    font-size: 14px;
  }
  .expertise-section .team-listing .team-members {
    width: 33.33%;
  }
}
@media (max-width: 600px) {
  .expertise-section .rectangle-wrap-content {
    width: 90%;
  }
  .expertise-section .content {
    padding: 10px 0 0 0;
  }
}
@media (max-width: 480px) {
  #myCarousel {
    height: 400px;
  }
  #myCarousel #carousel-wrapper .carousel-inner .carousel-caption {
    width: 100%;
  }
  #myCarousel #carousel-wrapper .carousel-inner .carousel-caption.testimonial {
    width: 100%;
  }
  #myCarousel #carousel-wrapper .carousel-inner .carousel-caption.testimonial .panel {
    background: rgba(253, 183, 224, 0.4);
    margin: 15px;
  }
  #myCarousel #carousel-wrapper img.attachment-carousel {
    display: none;
  }
  .panel.homepage h2 {
    font-size: 21px;
    line-height: 28px;
  }
  .list-group .documents .download-button {
    float: none;
    margin-top: 5px;
  }
  .header-img-certified.header-img-certified-mobile {
    background-position: center top !important;
  }
  .header-img-certified.header-img-certified-mobile .text-wrapper {
    bottom: 15px;
  }
  .how-we-work .how-we-work-img,
  .how-we-work .how-we-work-text {
    width: 100%;
  }
  .page-id-15208 .csr-practices-wrapper .csr-practice-panel .csr-pracitice-img img {
    min-width: 80px;
  }
  .page-id-164 .reasons-to-join .jtn-reason-panel {
    width: 100%;
  }
  .page-id-164 .reasons-to-join .jtn-reason-panel .jtn-img {
    width: 40%;
    float: left;
  }
  .page-id-164 .reasons-to-join .jtn-reason-panel .jtn-img img {
    min-width: 120px;
  }
  .page-id-164 .reasons-to-join .jtn-reason-panel .jtn-reason {
    width: 60%;
    float: left;
  }
  #myCarousel.testimonial-carousel #carousel-wrapper .carousel-inner .img-container {
    position: static;
  }
  #myCarousel.testimonial-carousel #carousel-wrapper .carousel-inner .carousel-caption.testimonial .panel {
    background-color: transparent !important;
  }
  .page-id-237 #isotope-list .grid-item,
  .page-id-365 #isotope-list .grid-item {
    width: 33%;
  }
  form.searchandfilter {
    padding-top: 95px;
    padding-left: 25px;
  }
  form.searchandfilter:before {
    background: url("../img/sprites.png") -100px -553px no-repeat;
    width: 50px;
    height: 50px;
    margin-left: 14px;
    position: absolute;
    left: 16px;
    top: 33px;
  }
  form.searchandfilter ul .search-wrapper li.item3 {
    width: 80%;
  }
  form.searchandfilter ul .search-wrapper li.item4 {
    width: 20%;
  }
  .certified-grid {
    margin-bottom: 35px;
  }
  .certified-grid > div {
    width: 100%;
  }
  .certified-grid .item .content .wrapper {
    font-size: 16px;
  }
  .leaders-hub-middle-section .leaders-hub-middle-section--image img {
    max-width: 80%;
  }
  .contact-us .btn-primary {
    margin-left: 0;
    margin-right: 0;
  }
  .page-template-template-logged-in .logged-out .loginform {
    width: auto;
  }
  .page-template-template-logged-in .logged-out .loginform form {
    /*input[type=text],input[type=password] {width: 100%;}*/
  }
  .page-template-template-logged-in .logged-out .loginform form input:not([type=submit]) {
    width: 100%;
  }
  .page-id-13757 #mc_embed_signup {
    width: auto;
  }
  .page-id-13757 #mc_embed_signup form input {
    width: 100%;
  }
  .expertise-section {
    padding: 35px 0 0 0;
  }
  .expertise-section h2 {
    width: 100%;
  }
  .expertise-section .rectangle-wrap-content {
    height: 250px;
  }
  .expertise-section .team-listing h2 {
    padding-bottom: 30px;
  }
}
@media (max-width: 360px) {
  .page-id-237 #isotope-list .grid-item,
  .page-id-365 #isotope-list .grid-item {
    width: 50%;
  }
  .expertise-section .team-listing {
    margin: 0;
  }
  .expertise-section .team-listing .team-members {
    width: 50%;
  }
  .expertise-section .rectangle-wrap-content {
    width: 90%;
  }
}
.low-carbon-pledge-header.header-img-container::before {
  background-color: transparent;
}
@media screen and (max-width: 769px) {
  .low-carbon-pledge-header .header-img {
    min-height: 140px;
  }
}
@media screen and (max-width: 769px) {
  .low-carbon-pledge-header .header-img .page-title-container {
    position: absolute;
    z-index: 99;
  }
}
.low-carbon-pledge-header .header-img .page-title-container .page-title {
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  font-size: 41px;
  font-weight: bold;
  font-family: "RobotoSlab";
}
@media screen and (max-width: 1200px) {
  .low-carbon-pledge-header .header-img .page-title-container .page-title {
    height: 140px;
  }
}
@media screen and (max-width: 767px) {
  .low-carbon-pledge-header .header-img .page-title-container .page-title {
    font-size: 28px;
  }
}
.low-carbon-pledge-section .main-content {
  padding: 40px 0;
  max-width: 751px;
  margin: 0 auto;
  word-break: break-word;
}
@media screen and (max-width: 991px) {
  .low-carbon-pledge-section .main-content {
    padding: 30px 0;
  }
}
.low-carbon-pledge-section .main-content p {
  font-size: 16px;
  line-height: 24px;
  font-family: Helvetica;
}
.low-carbon-pledge-section .main-content p.information {
  color: #0287bf;
  letter-spacing: -0.1px;
}
.low-carbon-pledge-section .company-section {
  text-align: center;
  border: 2px solid #0287bf;
}
.low-carbon-pledge-section .company-section .company-heading h2 {
  margin: 0;
  padding: 41px 10px 27px 10px;
  background: #0287bf;
  color: #FFF;
  font-family: "Roboto-Regular";
  font-size: 32px;
}
@media screen and (max-width: 991px) {
  .low-carbon-pledge-section .company-section .company-heading h2 {
    font-size: 20px;
  }
}
.low-carbon-pledge-section .company-section .company-heading h2 span {
  font-size: 60px;
  font-weight: 500;
  letter-spacing: -2.25px;
}
@media screen and (max-width: 991px) {
  .low-carbon-pledge-section .company-section .company-heading h2 span {
    font-size: 34px;
  }
}
.low-carbon-pledge-section .company-section .company-content .company-wrapper .company-inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 30px 30px 30px 30px;
}
.low-carbon-pledge-section .company-section .company-content .company-wrapper .company-inner .company-box {
  padding: 25px;
  width: 16.66%;
}
@media screen and (max-width: 991px) {
  .low-carbon-pledge-section .company-section .company-content .company-wrapper .company-inner .company-box {
    padding: 10px 25px;
    width: 33.33%;
  }
}
@media screen and (max-width: 767px) {
  .low-carbon-pledge-section .company-section .company-content .company-wrapper .company-inner .company-box {
    padding: 25px;
    width: 50%;
  }
}
.low-carbon-pledge-section .company-section .company-content .company-wrapper .company-inner .view-more-company {
  padding: 25px;
  width: 16.66%;
  display: none;
}
@media screen and (max-width: 991px) {
  .low-carbon-pledge-section .company-section .company-content .company-wrapper .company-inner .view-more-company {
    padding: 10px 25px;
    width: 33.33%;
  }
}
@media screen and (max-width: 767px) {
  .low-carbon-pledge-section .company-section .company-content .company-wrapper .company-inner .view-more-company {
    padding: 25px;
    width: 50%;
  }
}
.low-carbon-pledge-section .company-section .company-content .company-wrapper .company-inner .view-more-company .company-box {
  width: 100%;
  padding: 0;
}
.low-carbon-pledge-section .signatory-company-section {
  margin-bottom: 95px;
}
@media screen and (max-width: 991px) {
  .low-carbon-pledge-section .signatory-company-section {
    margin-bottom: 30px;
  }
}
.low-carbon-pledge-section .signatory-company-section .signatory-company-inner {
  text-align: center;
}
.low-carbon-pledge-section .signatory-company-section .signatory-company-inner .signatory-button {
  background: #0287bf;
  display: inline-block;
  max-width: 410px;
  width: 100%;
  margin-bottom: 82px;
  transition: all 0.5s;
}
@media screen and (max-width: 991px) {
  .low-carbon-pledge-section .signatory-company-section .signatory-company-inner .signatory-button {
    margin-bottom: 20px;
  }
}
.low-carbon-pledge-section .signatory-company-section .signatory-company-inner .signatory-button .btn-signatory {
  color: #FFF;
  font-size: 24px;
}
.low-carbon-pledge-section .signatory-company-section .signatory-company-inner .signatory-button .btn-signatory::after {
  content: "\f107";
  display: inline-block;
  font-family: "FontAwesome";
  margin-left: 27px;
  font-size: 28px;
  line-height: 1;
  vertical-align: middle;
  font-weight: normal;
}
@media screen and (max-width: 420px) {
  .low-carbon-pledge-section .signatory-company-section .signatory-company-inner .signatory-button .btn-signatory {
    font-size: 16px;
  }
}
.low-carbon-pledge-section .signatory-company-section .signatory-company-inner .signatory-button:hover {
  background: #982074;
}
.low-carbon-pledge-section .signatory-company-section .signatory-company-inner .signatory-content {
  max-width: 950px;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
.low-carbon-pledge-section .signatory-company-section .signatory-company-inner .signatory-content p {
  font-size: 20px;
  line-height: 26px;
  color: #0287bf;
  font-weight: bold;
  font-family: "RobotoSlab";
}
.low-carbon-pledge-section .signing-up-section {
  padding: 50px 0 100px 0;
  background-image: linear-gradient(to bottom, #f4f8fa 10%, #e6eff4 87%);
}
@media screen and (max-width: 991px) {
  .low-carbon-pledge-section .signing-up-section {
    padding: 40px 20px;
  }
}
.low-carbon-pledge-section .signing-up-section .signing-up-inner {
  max-width: 560px;
  width: 100%;
  margin: 0 auto;
}
.low-carbon-pledge-section .signing-up-section .signing-up-inner .image-container {
  text-align: center;
  max-width: 180px;
  width: 100%;
  margin: 0 auto 30px auto;
}
.low-carbon-pledge-section .signing-up-section .signing-up-inner h2 {
  text-align: center;
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 60px;
}
.low-carbon-pledge-section .signing-up-section .signing-up-inner .signing-up-content ul {
  list-style-type: none;
  padding-left: 0;
}
.low-carbon-pledge-section .signing-up-section .signing-up-inner .signing-up-content ul li {
  font-size: 18px;
  letter-spacing: 1.44;
  line-height: 26px;
  padding-bottom: 30px;
  position: relative;
  padding-left: 50px;
}
.low-carbon-pledge-section .signing-up-section .signing-up-inner .signing-up-content ul li::before {
  content: "";
  display: inline-block;
  background: url(../img/carbon_tick.png);
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  top: 0;
}
.low-carbon-pledge-section .support-section .support-inner {
  padding: 90px 0;
  display: inline-block;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .low-carbon-pledge-section .support-section .support-inner {
    text-align: center;
    padding: 30px 0;
  }
}
.low-carbon-pledge-section .support-section .support-inner .support-title h2 {
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .low-carbon-pledge-section .support-section .support-inner .support-contant .support-text {
    margin-top: 30px;
  }
}
.low-carbon-pledge-section .support-section .support-inner .support-contant .support-text p {
  font-size: 16px;
  line-height: 24px;
}
.low-carbon-pledge-section .support-section .support-inner .support-contant .support-text a {
  font-size: 19px;
  line-height: 32px;
  max-width: 267px;
  width: 100%;
  text-transform: uppercase;
  background: #0287bf;
  color: #FFF;
  padding: 10px;
  display: inline-block;
  text-align: center;
  margin: 40px 0 10px;
  transition: all 0.5s;
}
.low-carbon-pledge-section .support-section .support-inner .support-contant .support-text a:hover {
  background: #982074;
}
@media screen and (max-width: 991px) {
  .low-carbon-pledge-section .support-section .support-inner .support-contant .support-text a {
    margin: 10px 0;
  }
}
.low-carbon-pledge-section .report-section {
  background: rgba(216, 216, 216, 0.16);
  padding: 80px 0;
  margin-bottom: 0px;
}
@media screen and (max-width: 991px) {
  .low-carbon-pledge-section .report-section {
    padding: 40px 0;
    margin-bottom: 10px;
  }
}
.low-carbon-pledge-section .report-section .report-section-inner .report-title {
  max-width: 360px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 40px;
}
.low-carbon-pledge-section .report-section .report-section-inner .report-title h2 {
  font-size: 32px;
  font-weight: 300;
}
.low-carbon-pledge-section .report-section .report-section-inner .accordion .card .card-header h3 {
  font-size: 24px;
  color: #0287bf;
  font-family: "Roboto-Bold";
  margin: 0;
  transition: all 0.5s;
  padding: 5px 0;
}
.low-carbon-pledge-section .report-section .report-section-inner .accordion .card .card-header h3:hover {
  color: #982074;
}
.low-carbon-pledge-section .report-section .report-section-inner .accordion .card .card-header h3 button {
  width: 100%;
  display: flex;
  justify-content: space-between;
  border: 0;
  border-bottom: 1px solid rgba(153, 153, 153, 0.5);
  background: transparent;
  padding: 8px 0;
}
.low-carbon-pledge-section .report-section .report-section-inner .accordion .card .card-header h3 button i {
  font-size: 14px;
  font-weight: normal;
  line-height: 27px;
  color: #545454;
}
.low-carbon-pledge-section .report-section .report-section-inner .accordion .card .card-header h3 button:focus {
  outline: none;
}
.low-carbon-pledge-section .contact-section .contact-inner .contact-title {
  max-width: 751px;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
.low-carbon-pledge-section .contact-section .contact-inner .contact-title h2 {
  font-size: 36px;
  line-height: 44px;
  color: #0287bf;
  font-family: "RobotoSlab-Bold";
}
@media screen and (max-width: 991px) {
  .low-carbon-pledge-section .contact-section .contact-inner .contact-title h2 {
    font-size: 24px;
    line-height: 30px;
  }
}
.low-carbon-pledge-section .contact-section .contact-inner .contact-title h3 {
  font-size: 26px;
  font-family: "Roboto-Light";
  line-height: 32px;
  color: #3f444b;
  margin-bottom: 13px;
}
@media screen and (max-width: 991px) {
  .low-carbon-pledge-section .contact-section .contact-inner .contact-title h3 {
    font-size: 22px;
  }
}
.low-carbon-pledge-section .contact-section .contact-inner .contact-title p {
  font-size: 16px;
  line-height: 24px;
}
.low-carbon-pledge-section .contact-section .contact-inner .contact-details {
  margin-top: 45px;
  max-width: 875px;
  width: 100%;
  margin: 45px auto 0;
}
.low-carbon-pledge-section .Access-our-expertise {
  font-size: 26px;
  line-height: 34px;
  font-family: "Roboto-Light";
  text-align: center;
}
.low-carbon-pledge-section .Access-our-expertise .cta-contact-details {
  margin-top: 50px;
}
.low-carbon-pledge-section .Access-our-expertise .cta-contact-details .cta-phone,
.low-carbon-pledge-section .Access-our-expertise .cta-contact-details .cta-email {
  margin-bottom: 0;
}
.low-carbon-pledge-section .Access-our-expertise .cta-contact-details .cta-phone a,
.low-carbon-pledge-section .Access-our-expertise .cta-contact-details .cta-email a {
  color: #3f444b;
}
.low-carbon-pledge-section .Access-our-expertise .cta-contact-details .cta-phone i,
.low-carbon-pledge-section .Access-our-expertise .cta-contact-details .cta-email i {
  color: #ff0099;
}
.listing-wrap .accordion_wrap {
  margin-bottom: 22px;
}
.listing-wrap .accordion_wrap form {
  padding: 15px;
}
.listing-wrap .accordion_wrap .accordion h3 {
  font-family: "Roboto-Regular";
  font-size: 24px;
  font-weight: bold;
  color: #982074;
  border-bottom: 1px solid rgba(153, 153, 153, 0.5);
  padding: 15px 0;
  margin: 0;
}
.listing-wrap .accordion_wrap .accordion h3 button {
  border: none;
  background-color: transparent;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.listing-wrap .accordion_wrap .accordion h3 button:focus {
  outline: none;
}
.listing-wrap .accordion_wrap .accordion h3 button i {
  color: #545454;
  font-size: 19px;
  font-weight: normal;
  line-height: 1.42;
}
.listing-wrap .accordion_wrap .accordion p {
  font-family: "Roboto-Regular";
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #3f444b;
}
.listing-wrap .accordion_wrap form {
  padding: 15px;
}
.upper-content {
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 60px;
}
.upper-content h2 {
  padding-top: 19px;
  font-size: 28px;
  color: #ff0099;
  font-family: RobotoSlab;
}
.upper-content p {
  font-family: Helvetica;
}
.info .accorodiant-content {
  background-color: #fff;
}
.info .accorodiant-content .accordiant-data {
  padding: 84px 0px 84px 183px;
  max-width: 933px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .info .accorodiant-content .accordiant-data {
    padding: 30px 0px;
  }
}
.info .accorodiant-content .accordiant-data .jtn-stream-img {
  position: absolute;
  top: 86px;
  left: -13px;
  max-width: 166px;
}
@media screen and (max-width: 769px) {
  .info .accorodiant-content .accordiant-data .jtn-stream-img {
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .info .accorodiant-content .accordiant-data .jtn-stream-img {
    position: static;
    margin: 0 auto 30px auto;
  }
}
.info .accorodiant-content .accordiant-data .jtn-stream-img img {
  padding-left: 13px;
}
.info .accorodiant-content .accordiant-data .jtn-stream-img h3 {
  font-size: 18px;
  color: #ff0099;
  line-height: 23px;
  font-weight: 400;
  font-family: 'Roboto-Regular';
  text-align: center;
  margin: 20px 29px 0 0;
  width: 166px;
}
@media screen and (max-width: 767px) {
  .info .accorodiant-content .accordiant-data .jtn-stream-img h3 {
    height: auto;
  }
}
.info .accorodiant-content .accordiant-data .right-image label {
  font-weight: 300;
  color: #ff0099;
  font-size: 32px;
  line-height: 52px;
  font-family: 'Roboto-Light';
}
@media screen and (max-width: 479px) {
  .info .accorodiant-content .accordiant-data .right-image label {
    font-size: 23px;
    line-height: 40px;
  }
}
.info .accorodiant-content .accordiant-data .right-image span {
  display: block;
  font-size: 19px;
  color: #434343;
  line-height: 25px;
  padding: 5px 0px 15px 0px;
  font-family: Roboto;
  font-weight: 500;
  padding-top: 10px;
}
.info .accorodiant-content .accordiant-data .right-image p {
  font-size: 16px;
  color: #3f444b;
  line-height: 24px;
  padding-bottom: 20px;
  margin: 0px;
  padding-top: 10px;
  font-family: Helvetica;
}
.info .accorodiant-content .accordiant-data .right-image .accordiant-box {
  margin-top: 10px;
}
.info .accorodiant-content .accordiant-data .right-image .accordiant-box .main-box .name {
  font-size: 19px;
  color: #434343;
  line-height: 25px;
  border-bottom: solid 1px rgba(153, 153, 153, 0.5);
  font-weight: 500;
  position: relative;
  margin-bottom: 20px;
  line-height: 35px;
  font-family: Roboto;
  cursor: pointer;
}
.info .accorodiant-content .accordiant-data .right-image .accordiant-box .main-box .name span {
  position: absolute;
  right: 0;
  top: 13px;
  color: #545454;
}
.info .accorodiant-content .accordiant-data .right-image .accordiant-box .main-box .name span:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 9px;
  content: "";
  background-color: #434343;
}
.info .accorodiant-content .accordiant-data .right-image .accordiant-box .main-box .name span:before {
  position: absolute;
  top: 3.5px;
  right: -4px;
  width: 10px;
  height: 2px;
  content: "";
  background-color: #434343;
}
@media screen and (max-width: 479px) {
  .info .accorodiant-content .accordiant-data .right-image .accordiant-box .main-box .name {
    font-size: 15px;
  }
}
.info .accorodiant-content .accordiant-data .right-image .accordiant-box .main-box .name.active span::after {
  display: none;
}
.info .accorodiant-content .accordiant-data .right-image .accordiant-box .main-box .inner-detail {
  display: none;
}
.info .accorodiant-content .accordiant-data .right-image .accordiant-box .main-box .inner-detail .ul-ticks {
  padding: 0px 0px 15px 0px;
  margin: 0px;
}
.info .accorodiant-content .accordiant-data .right-image .accordiant-box .main-box .inner-detail .ul-ticks li {
  font-family: Helvetica;
  font-size: 16px;
}
@media screen and (max-width: 479px) {
  .info .accorodiant-content .accordiant-data .right-image .accordiant-box .main-box .inner-detail .ul-ticks li {
    font-size: 15px;
  }
}
.info .accorodiant-content.stream_2 .jtn-stream-img h3 {
  color: #399BA8;
}
.info .accorodiant-content.stream_2 .right-image label {
  color: #399BA8;
}
.info .accorodiant-content.stream_3 .jtn-stream-img h3 {
  color: #0077b5;
}
.info .accorodiant-content.stream_3 .right-image label {
  color: #0077b5;
}
.team-info {
  padding: 60px 0px 60px 0px;
}
.team-info .container {
  max-width: 847px;
  margin: 0 auto;
}
.team-info .container .text-purple {
  font-size: 25px;
  font-family: "RobotoSlab";
  color: #ff0099;
  margin-top: 11px;
  text-align: center;
}
@media screen and (max-width: 479px) {
  .team-info .container .text-purple {
    font-size: 22px;
  }
}
.team-info .container p {
  display: block;
  font-size: 18px;
  color: #434343;
  line-height: 25px;
  padding: 5px 0px 0px 0px;
}
.team-info .container ul {
  padding: 0px;
  margin: 0px;
}
.team-info .container ul li {
  list-style: none;
  position: relative;
  padding-left: 18px;
  font-size: 18px;
  color: #982074 !important;
  font-family: "RobotoSlab";
}
@media screen and (max-width: 479px) {
  .team-info .container ul li {
    font-size: 15px;
  }
}
.team-info .container ul li:after {
  position: absolute;
  top: 12px;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #434343;
  border-radius: 50%;
  content: "";
}
@media screen and (max-width: 479px) {
  .team-info .container ul li:after {
    top: 9px;
  }
}
.team-info .container h3 {
  text-align: center;
  padding-top: 40px;
}
.network-form {
  max-width: 847px;
  margin: 0 auto;
  margin-bottom: 50px;
}
.network-form h2 {
  text-align: center;
}
.network-form .wpcf7-form .wpcf7-form-control {
  margin-top: 25px;
}
.info .accorodiant-content:nth-child(odd) {
  background-color: #f9f9f9;
}
.mystyletest {
  background-color: #000;
  padding: 90px;
}
@media screen and (max-width: 479px) {
  .elevate_first_section {
    overflow: hidden;
  }
}
.elevate_first_section .upper-content {
  position: relative;
  padding-bottom: 10px;
}
@media screen and (max-width: 479px) {
  .elevate_first_section .upper-content {
    padding-top: 28px;
  }
}
.elevate_first_section .upper-content::after {
  position: absolute;
  top: -14px;
  left: 0;
  background-image: url(../img/_Path_.png);
  content: "";
  width: 96px;
  height: 173px;
}
@media screen and (max-width: 767px) {
  .elevate_first_section .upper-content::after {
    top: -54px;
    left: -26px;
  }
}
@media screen and (max-width: 479px) {
  .elevate_first_section .upper-content::after {
    width: 84px;
  }
}
.elevate_first_section .upper-content::before {
  position: absolute;
  top: -56px;
  right: 0;
  background-image: url(../img/path-2.png);
  content: "";
  width: 308px;
  height: 278px;
}
@media screen and (max-width: 1199px) {
  .elevate_first_section .upper-content::before {
    width: 262px;
    height: 260px;
  }
}
@media screen and (max-width: 991px) {
  .elevate_first_section .upper-content::before {
    top: -28px;
    width: 170px;
    height: 320px;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 767px) {
  .elevate_first_section .upper-content::before {
    width: 126px;
    height: 275px;
  }
}
@media screen and (max-width: 479px) {
  .elevate_first_section .upper-content::before {
    right: 0;
    width: 50px;
    top: -77px;
  }
}
.elevate_first_section .upper-content .first_img_wrapper {
  display: flex;
  justify-content: center;
}
.elevate_first_section .upper-content .first_img_wrapper img {
  width: 320px;
}
@media screen and (max-width: 767px) {
  .elevate_first_section .upper-content .first_img_wrapper img {
    width: 200px;
  }
}
@media screen and (max-width: 479px) {
  .elevate_first_section .upper-content .first_img_wrapper img {
    width: 170px;
  }
}
.elevate_first_section .upper-content .first_content_wrapper {
  max-width: 883px;
  margin: 0 auto;
  padding-top: 115px;
}
@media screen and (max-width: 991px) {
  .elevate_first_section .upper-content .first_content_wrapper {
    max-width: 560px;
    padding-top: 60px;
  }
}
@media screen and (max-width: 479px) {
  .elevate_first_section .upper-content .first_content_wrapper {
    padding-top: 46px;
  }
}
.elevate_first_section .upper-content .first_content_wrapper p {
  color: #58595b;
  font-family: 'Roboto-Regular';
}
.companies-section .container {
  padding: 0px 40px;
}
@media screen and (max-width: 767px) {
  .companies-section .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 992px) {
  .companies-section .container .col-md-3 {
    width: 33.33%;
    display: flex;
    justify-content: center;
    float: left;
  }
}
.companies-section .container h2 {
  font-size: 16px;
  font-family: 'Roboto-Regular';
  color: #fff;
  background-color: #3006b7;
  text-align: center;
  font-size: 32px;
  padding: 41px 10px 27px 10px;
  margin-bottom: 0px;
}
.companies-section .container h2 span {
  font-size: 60px;
  font-weight: 500;
  letter-spacing: -2.25px;
}
@media screen and (max-width: 767px) {
  .companies-section .container h2 span {
    font-size: 34px;
  }
}
@media screen and (max-width: 1199px) {
  .companies-section .container h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 991px) {
  .companies-section .container h2 {
    font-size: 19px;
    padding: 15px 10px 10px 10px;
  }
}
@media screen and (max-width: 479px) {
  .companies-section .container h2 {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
    padding-bottom: 20px;
  }
}
.companies-section .container .logo-inner {
  padding: 20px 0px 30px 0px;
}
@media screen and (max-width: 991px) {
  .companies-section .container .logo-inner {
    padding: 0px;
  }
}
.companies-section .container .btn-link {
  max-width: 260px;
  margin: 0 auto;
}
.companies-section .container .btn-link a span {
  background-color: #3006b7;
  color: #fff;
  font-family: 'Roboto-Regular';
  line-height: 30px;
  display: inline-block;
  text-align: center;
  padding: 0 17px 0px 6px;
  width: 100%;
  position: relative;
  border-left: 2px solid #3006b7;
  border-bottom: 2px solid #3006b7;
  border-right: 2px solid #3006b7;
  border-top: 1px solid #3006b7;
}
.companies-section .container .btn-link a span:after {
  width: 10px;
  height: 10px;
  content: ">";
  position: absolute;
  right: 4px;
  top: 10px;
  transform: rotate(90deg);
}
@media screen and (max-width: 1199px) {
  .companies-section .container .btn-link a span:after {
    top: 11px;
  }
}
.companies-section .container .btn-link a span:hover {
  background-color: transparent;
  color: #3006b7;
  border-top: unset;
}
.companies-section .company-inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 30px 30px 30px 30px;
  border: 2px solid #3006b7;
}
.companies-section .company-inner .logo-image {
  margin: 20px 0px;
}
@media screen and (max-width: 991px) {
  .companies-section .company-inner .logo-image {
    margin: 0px;
  }
}
.companies-section .company-inner .company-box {
  padding: 25px;
  width: 16.66%;
}
@media screen and (max-width: 991px) {
  .companies-section .company-inner .company-box {
    padding: 30px 25px;
    width: 33.33%;
  }
}
@media screen and (max-width: 767px) {
  .companies-section .company-inner .company-box {
    padding: 25px;
    width: 50%;
  }
}
.companies-section .company-inner .view-more-company {
  display: none;
  padding: 25px;
  width: 16.66%;
}
.companies-section .company-inner .view-more-company .company-box {
  width: 100%;
  padding: 0;
}
@media screen and (max-width: 991px) {
  .companies-section .company-inner .view-more-company {
    padding: 30px 25px;
    width: 33.33%;
  }
}
@media screen and (max-width: 767px) {
  .companies-section .company-inner .view-more-company {
    padding: 25px;
    width: 50%;
  }
}
.pledge_details_section {
  background-color: #fbf2ff;
}
.pledge_details_section .container {
  margin-top: 70px;
  position: relative;
  overflow: hidden;
}
.pledge_details_section .container::after {
  position: absolute;
  top: -18px;
  left: -22px;
  content: "";
  background-image: url(../img/icon-1.svg);
  width: 150px;
  height: 150px;
  overflow: hidden;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .pledge_details_section .container::after {
    width: 63px;
  }
}
.pledge_details_section .container::before {
  position: absolute;
  bottom: -45px;
  right: -22px;
  content: "";
  background-image: url(../img/icon-2.svg);
  width: 150px;
  height: 150px;
  overflow: hidden;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .pledge_details_section .container::before {
    height: 114px;
    right: -53px;
  }
}
.pledge_details_section .container .upper-content {
  padding-top: 25px;
  padding-bottom: 50px;
}
.pledge_details_section .container .upper-content h2 {
  font-size: 24px;
  color: #3006b7;
  font-family: 'Roboto-Light';
  max-width: 424px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 45px;
}
@media screen and (max-width: 479px) {
  .pledge_details_section .container .upper-content h2 {
    padding-top: 45px;
  }
}
.pledge_details_section .container .upper-content p {
  color: #3106b7;
  font-family: 'Roboto-Regular';
  line-height: 24px;
  margin-bottom: 10px;
  max-width: 857px;
  margin: 0 auto 15px auto;
}
@media screen and (max-width: 991px) {
  .pledge_details_section .container .upper-content p {
    max-width: 560px;
  }
}
.pledge_details_section .container .upper-content ul {
  padding: 0px 0px 0px 15px;
  margin: 0px;
  max-width: 862px;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .pledge_details_section .container .upper-content ul {
    max-width: 560px;
  }
}
.pledge_details_section .container .upper-content ul li {
  color: #3106b7;
  font-family: 'Roboto-Regular';
  line-height: 24px;
  list-style: none;
  position: relative;
}
.pledge_details_section .container .upper-content ul li:after {
  position: absolute;
  top: 9px;
  left: -13px;
  width: 4px;
  background-color: #fff;
  border: 3px solid #dc88ff;
  border-radius: 50%;
  content: "";
}
.download_doc_section .container {
  position: relative;
  overflow: hidden;
}
.download_doc_section .container::after {
  position: absolute;
  top: -56px;
  left: -27px;
  content: "";
  background-image: url(../img/icon-2.svg);
  width: 150px;
  height: 151px;
  overflow: hidden;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .download_doc_section .container::after {
    height: 100px;
    left: -27px;
  }
}
.download_doc_section .container::before {
  position: absolute;
  bottom: 0;
  right: -105px;
  content: "";
  background-image: url(../img/icon-3.svg);
  width: 190px;
  height: 150px;
  overflow: hidden;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .download_doc_section .container::before {
    height: 110px;
    right: -130px;
  }
}
.download_doc_section .container .upper-content {
  padding-top: 10px;
  padding-bottom: 45px;
}
.download_doc_section .container .upper-content h2 {
  font-size: 24px;
  color: #3006b7;
  font-family: 'Roboto-Light';
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 0px;
}
.download_doc_section .container .upper-content p {
  font-size: 16px;
  color: #3006b7;
  font-family: 'Roboto';
  font-weight: 500;
  margin-bottom: 10px;
}
.download_doc_section .container .upper-content a {
  display: flex;
  justify-content: center;
  color: #3106b7;
  text-decoration: underline;
  font-family: 'Roboto-Bold';
}
.support_form_section {
  position: relative;
  overflow: hidden;
}
.support_form_section::after {
  position: absolute;
  top: 30px;
  left: -75px;
  content: "";
  background-image: url(../img/icon-1.svg);
  width: 150px;
  height: 151px;
  overflow: hidden;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .support_form_section::after {
    width: 110px;
    top: -54px;
  }
}
@media screen and (max-width: 479px) {
  .support_form_section::after {
    width: 90px;
    top: -76px;
  }
}
.support_form_section .container h1 {
  font-size: 32px;
  color: #3006b7;
  font-family: 'Roboto-Light';
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 0px;
}
.support_form_section .container p {
  color: #58595b;
  font-family: 'Roboto-Regular';
  line-height: 24px;
  margin-bottom: 10px;
  max-width: 852px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 991px) and (max-width: 1199px) {
  .support_form_section .container p {
    max-width: 720px;
  }
}
@media screen and (max-width: 991px) {
  .support_form_section .container p {
    max-width: 560px;
  }
}
.support_form_section .container .form_section {
  max-width: 852px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 991px) and (max-width: 1199px) {
  .support_form_section .container .form_section {
    max-width: 720px;
  }
}
@media screen and (max-width: 991px) {
  .support_form_section .container .form_section {
    max-width: 560px;
  }
}
.support_form_section .container .form_section .form_section_title {
  font-size: 14px;
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: 'Roboto-Bold';
  color: #3006b7;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .support_form_section .container .form_section .form-group {
    width: 100%;
    display: inline-block;
  }
}
.support_form_section .container .form_section .form-group label {
  color: #3006b7;
  font-family: 'Roboto-Light';
}
.support_form_section .container .form_section .form-group input {
  border: 1px solid #ccc;
}
@media screen and (max-width: 991px) {
  .support_form_section .container .form_section .form-group .wpcf7-checkbox .wpcf7-list-item {
    margin-left: 5px;
  }
}
@media screen and (max-width: 767px) {
  .support_form_section .container .form_section .form-group .wpcf7-checkbox .wpcf7-list-item {
    margin: 0px;
    width: 50%;
    float: left;
  }
}
.support_form_section .container .form_section .form-group .wpcf7-checkbox .wpcf7-list-item.first {
  margin-left: 0px;
}
.support_form_section .container .form_section .form-group .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label {
  color: #3006b7;
}
.support_form_section .container .form_section .form-group p .checkbox-gdpr .wpcf7-list-item-label {
  font-family: 'Roboto-Regular';
}
.support_form_section .container .form_section .form-group a {
  color: #3006b7;
  font-family: 'Roboto-Regular';
}
@media screen and (max-width: 767px) {
  .support_form_section {
    overflow: visible;
  }
}
.contact_section .upper-content {
  padding-top: 0px;
  padding-bottom: 0px;
}
@media screen and (max-width: 991px) {
  .contact_section .upper-content {
    padding-bottom: 0px;
  }
}
.contact_section .upper-content h2 {
  color: #58595b;
  font-family: 'Roboto-Light';
  max-width: 852px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 991px) and (max-width: 1199px) {
  .contact_section .upper-content h2 {
    max-width: 720px;
  }
}
@media screen and (max-width: 991px) {
  .contact_section .upper-content h2 {
    max-width: 560px;
  }
}
.contact_section .upper-content p {
  color: #58595b;
  font-family: 'Roboto-Regular';
  line-height: 24px;
  margin-bottom: 0px;
  max-width: 852px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 991px) and (max-width: 1199px) {
  .contact_section .upper-content p {
    max-width: 720px;
  }
}
@media screen and (max-width: 991px) {
  .contact_section .upper-content p {
    max-width: 560px;
  }
}
.contact_section .upper-content p a {
  color: #58595b;
}
.inclusive-workplace-pledge-section .Access-our-expertise {
  font-size: 26px;
  line-height: 34px;
  font-family: "Roboto-Light";
  text-align: center;
}
.inclusive-workplace-pledge-section .Access-our-expertise .cta-contact-details {
  margin-top: 50px;
}
.inclusive-workplace-pledge-section .Access-our-expertise .cta-contact-details p {
  font-size: 15px;
  color: #000;
  font-family: 'Roboto-Regular';
  margin-bottom: 10px;
  line-height: 25px;
  margin-top: 10px;
}
.inclusive-workplace-pledge-section .Access-our-expertise .cta-contact-details p a {
  color: #000;
}
.inclusive-workplace-pledge-section .Access-our-expertise .cta-contact-details .cta-phone {
  font-size: 26px;
  line-height: 34px;
  font-family: "Roboto-Light";
}
.inclusive-workplace-pledge-section .Access-our-expertise .cta-contact-details .cta-phone .fa {
  color: #ff0099;
}
.inclusive-workplace-pledge-section .Access-our-expertise .cta-contact-details .cta-email {
  font-size: 26px;
  line-height: 34px;
  font-family: "Roboto-Light";
}
.inclusive-workplace-pledge-section .Access-our-expertise .cta-contact-details .cta-email .fa {
  color: #ff0099;
}
.page-template-template-inclusive-workplace-pledge .support_form_section .form_section .btn-primary {
  background-image: linear-gradient(to bottom, #350ab8 30%, #4363cf 100%);
}
