/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
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,
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: 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 {
  -moz-box-sizing: content-box;
  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;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  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;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !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: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #428bca;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #2a6496;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
/*    max-width: 100%;*/
}

.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: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  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;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  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: #999999;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
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: 10px;
  margin-bottom: 10px;
}
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: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #428bca;
}
a.text-primary:hover {
  color: #3071a9;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #428bca;
}
a.bg-primary:hover {
  background-color: #3071a9;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
 
    
}
.ss-form  ul, .ss-form  ol {
       list-style: none;
}
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: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .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 #999999;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  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: #999999;
}
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';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 20px;
  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;
  white-space: nowrap;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  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: 768px) {
  .container {
/*    width: 750px;*/
      width: 820px;
  }
#primary-nav.container {
    width: auto;
/*    margin: auto 10px;*/
  }    
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
@media (max-width: 992px) {
#primary-nav.container {
/*width: auto;*/
margin: auto 10px;
}

header#masthead .navbar-default .navbar-nav a {
padding: 0;
padding-bottom: 5px;
margin: 0 11px !important;
}
}

.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: 0%;
}
.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: 0%;
}
.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: 768px) {
  .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: 0%;
  }
  .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: 0%;
  }
  .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: 0%;
  }
  .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: 0%;
  }
  .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: 0%;
  }
  .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: 0%;
  }
  .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 {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 20px;
}
.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 #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.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 #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.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 #dddddd;
}
.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 #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table 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.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.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.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.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.danger:hover > th {
  background-color: #ebcccc;
}
@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
    -webkit-overflow-scrolling: touch;
  }
  .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: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  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;
  /* IE8-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: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
 display: block;
width: 100%;
height: 34px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
color: #555;
background-color: #FFF;
background-image: none;
border: none;
border-radius: 0;
-webkit-box-shadow: none;
box-shadow: none;
-webkit-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);
  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: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"] {
  line-height: 34px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
}
.radio label,
.checkbox label {
  display: inline;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  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],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.has-feedback .form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-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;
  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 {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-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;
  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 {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-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;
  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;
}
.form-control-static {
  margin-bottom: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .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 .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;
    padding-left: 0;
    vertical-align: middle;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .control-label,
.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: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  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 {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333333;
  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);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.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: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: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-primary {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #3276b1;
  border-color: #285e8e;
}
.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: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: #428bca;
  border-color: #357ebd;
}
.btn-primary .badge {
  color: #428bca;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #47a447;
  border-color: #398439;
}
.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: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: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #39b3d7;
  border-color: #269abc;
}
.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: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: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.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: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: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.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: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: #ffffff;
}
.btn-link {
  color: #428bca;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-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: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.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;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('http://www.liveinthegrey.com/wp-content/themes/fonts/glyphicons-halflings-regular.eot');
  src: url('http://www.liveinthegrey.com/wp-content/themes/fonts/glyphicons-halflings-regular.eot#iefix') format('embedded-opentype'), url('http://www.liveinthegrey.com/wp-content/themes/fonts/glyphicons-halflings-regular.woff') format('woff'), url('http://www.liveinthegrey.com/wp-content/themes/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('http://www.liveinthegrey.com/wp-content/themes/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.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: 14px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-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: 9px 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: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}
.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: 12px;
  line-height: 1.42857143;
  color: #999999;
}
.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 solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .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:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}
.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-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 > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-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);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-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%;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: 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: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  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: 46px;
  line-height: 46px;
}
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: 30px;
  padding: 5px 10px;
  font-size: 12px;
  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: 30px;
  line-height: 30px;
}
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: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  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 {
  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: #999999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999;
  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: #428bca;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.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 #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  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: 768px) {
  .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 #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    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: #ffffff;
  }
}
.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: #ffffff;
  background-color: #428bca;
}
.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: 768px) {
  .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 #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    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: #ffffff;
  }
}
.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: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  max-height: 340px;
  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: 768px) {
  .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;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .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: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .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: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .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: none;
}
.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: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .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: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.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);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .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 .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;
    padding-left: 0;
    vertical-align: middle;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: -15px;
  }
}
.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 {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #777777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}
.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: #555555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    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: #555555;
    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: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #999999;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.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: #ffffff;
}
@media (max-width: 767px) {
  .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: #999999;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    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: #ffffff;
    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: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #999999;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}
.breadcrumb > .active {
  color: #999999;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 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: #428bca;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  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 {
  color: #2a6496;
  background-color: #eeeeee;
  border-color: #dddddd;
}
.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: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
  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: #999999;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.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: 12px;
}
.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: 20px 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: #ffffff;
  border: 1px solid #dddddd;
  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: #999999;
  background-color: #ffffff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.label[href]:hover,
.label[href]:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #999999;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}
.label-primary {
  background-color: #428bca;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #3071a9;
}
.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: 12px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #999999;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #428bca;
  background-color: #ffffff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.container .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #428bca;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  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 {
  padding-right: 35px;
}
.alert-dismissable .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;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  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: #ffffff;
  border: 1px solid #dddddd;
}
.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;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}
a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
  color: #e1edf7;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.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 {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.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 {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.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 {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.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: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-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: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.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: 3px;
}
.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: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.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: 3px;
}
.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: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #dddddd;
}
.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: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
  overflow: hidden;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #dddddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #428bca;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #428bca;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #428bca;
}
.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-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-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-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-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);
  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: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  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: auto;
  overflow-y: scroll;
  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%);
  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);
  transform: translate(0, 0);
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-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: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.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: 20px;
}
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  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;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-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: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  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: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  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: #ffffff;
}
.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: #ffffff;
}
.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: #ffffff;
}
.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: #ffffff;
  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;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(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, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(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: none;
  color: #ffffff;
  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%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  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 #ffffff;
  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: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  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: 768px) {
  .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;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix: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,
.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;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) 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;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
/* ==========================================================================
   Tags
   ========================================================================== */
body {
  background: #ffffff url("img/background.png") center 150px repeat;
  font-family: "proxima-nova", "Proxima Nova", Helvetica, "Helvetica Neue", Arial, Verdana, sans-serif;
}
a {
  color: black;
}
a:hover {
  text-decoration: none;
  color: #34b9af;
}
a:hover.fa {
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "proxima-nova", "Proxima Nova", Helvetica, "Helvetica Neue", Arial, Verdana, sans-serif;
  margin: 0;
    -webkit-font-smoothing: antialiased;
}
h1 {
  font-weight: bold;
  font-size: 3em;
  text-transform: uppercase;
}
h2 {
  color: black;
  font-size: 22px;
 
  font-weight: bold;
}
h4 {
  font-size: 18px;
  font-weight: bold;
}
.img-center {
  margin: 0 auto;
}
/* ==========================================================================
   Bootstrap Overrides
   ========================================================================== */
.container {
  max-width: 1040px;
}

#page-hiring .btn {
  width: 100%;
  border: 2px solid #34b9af;
  padding: 10px 16px;
  color: #ffffff;
  background-color: #34b9af;
}

#page-hiring .btn:hover, #page-hiring .btn:focus {
  width: 100%;
  border: 2px solid #000000;
  padding: 10px 16px;
  color: #000000;
  background-color: #ffffff;
}

.btn {
  border-radius: 0;
-webkit-font-smoothing: antialiased;
  -webkit-border-radius: 0;
  background: transparent;
  border: 2px solid black;
  color: black;
  font-family: "proxima-nova", "Proxima Nova", Helvetica, "Helvetica Neue", Arial, Verdana, sans-serif;
  font-weight: bold;
  font-size: 13px;
  width: 170px;
  margin: 0 auto;
  font-size: 16px;
  font-weight: bold;
}
.btn:hover {
  background-color: black;
  border-color: black;
  color: white;
}
.form-control {
  border-radius: 0;
}
.pagination {
  border-radius: 0;
  margin: 0;
}
ul.nav li.dropdown:hover ul.dropdown-menu {
  display: block;
  margin: 0;
}
a.menu:after,
.dropdown-toggle:after {
  content: none;
}
.pagination > li > a,
.pagination > li > span,
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus,
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  background: #f9f9f9;
  color: #a9a9a9;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-radius: 0;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  border-color: #34b9af;
}
.modal .modal-dialog .modal-content {
  background: transparent;
  border: none;
  border-radius: 0px;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.modal .modal-dialog .modal-content .modal-header {
  border: none;
  float: right;
}
.modal .modal-dialog .modal-content .modal-header button.close {
  position: relative;
  z-index: 100;
  left: 50px;
}
.modal .modal-dialog .modal-content .modal-body {
  height: 100%;
  text-align: center;
}
.modal .modal-dialog .modal-content .modal-body iframe {
  width: 100%;
  min-height: 400px;
}
@media screen and (max-width: screen-sm-max) {
  .modal .modal-dialog .modal-content .modal-body iframe {
    height: 40%;
  }
}
.modal .modal-dialog .modal-content .modal-body img {
  max-height: 100%;
  max-width: 100%;
}
@media (max-width: 991px) {
  .modal .modal-dialog {
    width: auto;
  }
  .modal .modal-dialog .modal-content .modal-header button.close {
    left: 0px;
    text-shadow: 1px 0 0 1;
  }
}
@media (max-width: 767px) {
  .modal .modal-dialog {
    margin: 0;
  }
  .modal .modal-dialog .modal-body {
    padding: 0;
  }
}
/* ==========================================================================
   Common Classes
   ========================================================================== */
ul.signup-bullets {
  margin-left: 1em;
  padding-left: 0;
}
ul.signup-bullets li {
  position: relative;
  list-style-type: none;
  margin: 0 0 0.4em 0;
}
ul.signup-bullets li:before {
  content: '';
  display: block;
  position: absolute;
  width: 4px;
  height: 4px;
  left: -11px;
  top: .5em;
  background-color: #34b9af;
}
.category-links a {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  color: #34b9af;
}
.close {
  font-size: 55px;
  text-shadow: none;
  opacity: 1;
  filter: alpha(opacity=100);
  font-family: none;
  font-weight: 100;
  color: white;
  padding-top: 11px;
  padding-right: 31px;
}
/* ==========================================================================
   Wordpress Wysiwyg
   ========================================================================== */
/* Alignment */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}
/* ==========================================================================
   Top Nav & Header Layout
   ========================================================================== */
#about-pushdown {
  background-color: #34b9af;
  color: #fffdfd;
  max-height: 0px;
  font-family: "Montserrat", Helvetica, "Helvetica Neue", Arial, Verdana, sans-serif;
  -webkit-transition: all 0.75s ease;
  transition: all 0.75s ease;
  overflow: hidden;
}
#about-pushdown.active {
  max-height: 800px;
  padding-bottom: 70px;
}
#about-pushdown h1 {
  font-family: "Roboto Slab", Georgia, "Times New Roman", serif;
  text-transform: none;
  text-align: justify;
  font-weight: 100;
  width: 100%;
  padding: 60px 0 52px 0;
}
#about-pushdown .description {
  padding-left: 0;
  line-height: 22px;
}
#about-pushdown .btn {
  color: white;
  border-color: white;
  padding: 14px 15px;
}
#about-pushdown .btn.more-about-litg {
  margin-top: 35px;
}
#about-pushdown .take-action {
  color: white;
  display: block;
  max-width: 195px;
  text-align: center;
  margin-top: 13px;
  text-transform: uppercase;
}
@media screen and (max-width: 991px) {
  #about-pushdown img {
    display: inline-block;
  }
  #about-pushdown .description {
    margin-bottom: 35px;
  }
  #about-pushdown .take-action {
    max-width: none;
  }
}
@media screen and (max-width: 768px) {
  #about-pushdown h1,
  #about-pushdown .description {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#head-wrap {
  height: 150px;
}
header#masthead {
  background: white;
  padding-top: 28px;
  padding-bottom: 28px;
}
header#masthead #primary-nav {
  position: relative;
}
header#masthead #logo {
  padding-left: 0;
  z-index: 200;
}
@media screen and (max-width: 767px) {
  header#masthead #logo {
    position: relative;
    left: 50%;
    margin-left: -50px;
  }
}
header#masthead #logo-static,
header#masthead #logo-sticky {
  width: 99px;
}
header#masthead #logo-sticky {
  display: none;
}
header#masthead #logo-static {
  display: block;
}
@media screen and (min-width: 767px) and (max-width: 768px) {
  header#masthead #logo-static {
    float: right;
  }
}
header#masthead #nav {
  float: right !important;
padding-top: 42px;
}
@media screen and (max-width: 767px) {
  header#masthead #nav {
    width: 100%;
    position: absolute;
    left: 0px;
    padding: 0;
/*    padding-top: 62px;*/
  }
header#masthead #nav-menu .navbar.navbar-default {
 float: initial;
 display: block; 
    }
header#masthead .navbar-default .navbar-nav > li > a {
text-align: left;
    padding-top: 1.5em;
}
}
@media screen and (min-width: 992px) {
  header#masthead #nav {
    padding-left: 0;
  }
}

.shorebanner {
width: 100%;
height: auto;
}

header#masthead #what-sharing {
/*
  background: url("img/nav-dots.png") bottom left repeat-x;
  height: 45px;
*/
}
@media screen and (max-width: 767px) {
  header#masthead #what-sharing {
    display: none;
  }
}
header#masthead #what-sharing #what-is-litg {
  padding-left: 0;
}
header#masthead #what-sharing #what-is-litg a {
  font-family: "Roboto Slab", Georgia, "Times New Roman", serif;
  font-size: 14px;
  color: black;
}
header#masthead #what-sharing #what-is-litg a:hover {
  color: #34b9af;
}
header#masthead #what-sharing #what-is-litg.active a {
  color: #34b9af;
}
header#masthead #what-sharing #sharing {
text-align: right;
padding-right: 78px;
position: absolute;
right: 0px;
margin-top: 42px;
z-index: 999;
}
header#masthead #what-sharing #sharing a {
  display: inline-block;
  padding-left: 13px;
  font-size: 20px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  header#masthead #what-sharing #sharing a {
    padding-left: 12px;
  }
}
header#masthead #what-sharing #sharing #newsletter {
  font-family: "Montserrat", Helvetica, "Helvetica Neue", Arial, Verdana, sans-serif;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
position: absolute;
margin-top: -27px;
    font-family: "Roboto Slab", Georgia, "Times New Roman", serif;
margin-left: 8px;
letter-spacing: 1px;
}
}
header#masthead #what-sharing #sharing #newsletter .fa-envelope {
  padding-left: 13px;
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  header#masthead #nav-menu,
  header#masthead #nav-search,
  header#masthead #nav-menu {
    padding-top: 0px;
  }
}
header#masthead #nav-menu {
  z-index: 100;
  background-color: white;
}
@media screen and (max-width: 767px) {
  header#masthead #nav-menu {
    padding: 0;
    width: 100%;
      text-align: left !important;
  }
 section.topic-split .container div a div.overlay {  
    height: 45vw !important;
  }
  
    
  header#masthead #nav-menu .navbar.navbar-default {
      display: block !important;
  }    
}
header#masthead #nav-menu .navbar.navbar-default .collapsing {
  -webkit-transition: none !important;
  transition: none !important;
  display: none;
}
@media screen and (max-width: 767px) {
  header#masthead #nav-menu .navbar.navbar-default button.navbar-toggle {
    margin: 25px 0 0 15px;
    background-color: transparent;
    border: none;
    position: absolute;
    left: 0;
  }
  header#masthead #nav-menu .navbar.navbar-default button.navbar-toggle .icon-bar {
    background-color: black;
    width: 42px;
    height: 8px;
  }
  header#masthead #nav-menu .navbar.navbar-default .navbar-collapse {
    max-height: none;
    margin-top: 120px;
    padding: 15px;
  }
}
@media screen and (max-width: 480px) {
  header#masthead #nav-menu .navbar.navbar-default button.navbar-toggle .icon-bar {
    width: 40px;
    height: 6px;
  }
}
header#masthead #nav-search {
  padding-right: 20px;
  margin-top: -50px;
  position: relative;
  z-index: 1000;
  height: 50px;
}
header#masthead #nav-search .close {
  display: none;
}
header#masthead #nav-search.active {
  width: 100%;
  background-color: black;
  position: absolute;
  padding: 30px 20px 18px;
  margin-top: 14px;
  margin-left: -28px;
  color: white;
  height: auto;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
}
header#masthead #nav-search.active:before {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 11.5px 13px 11.5px;
  border-color: transparent transparent #000000 transparent;
  content: '';
  display: block;
  top: -12px;
  right: 21px;
  position: absolute;
}
header#masthead #nav-search.active .close {
  display: block;
  color: black;
  position: absolute;
  top: -85px;
  right: 0;
  padding-right: 22px;
  font-size: 38px;
}
header#masthead #nav-search.active form.search-form .search-field {
  width: 92%;
  height: auto;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  header#masthead #nav-search.active {
    padding-bottom: 30px;
    margin-left: -15px;
  }
  header#masthead #nav-search.active:before {
    border-width: 0 35px 35px 35px;
    top: -33px;
    right: 32px;
  }
  header#masthead #nav-search.active form.search-form .search-field {
    font-size: inherit;
  }
  header#masthead #nav-search.active .fa-search {
    color: black;
    margin-top: -128px;
    margin-right: 25px;
  }
  header#masthead #nav-search.active .close {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  header#masthead #nav-search.active:before {
    right: 12px;
  }
  header#masthead #nav-search.active .fa-search {
    margin-top: -113px;
    margin-right: 15px;
  }
}
header#masthead #nav-search form.search-form label.search {
  width: 100%;
  height: 30px;
display: block;
}
header#masthead #nav-search form.search-form label.search span {
  padding-top: 0px;
}
header#masthead #nav-search form.search-form .search-field {
  background-color: transparent;
  border: none;
  cursor: pointer;
  height: 37px;
  position: relative;
  font-size: 20px;
  width: 0;
  height: 0;
  outline: 0;
}
header#masthead #nav-search form.search-form .search-field:focus {
  cursor: text;
}
header#masthead #nav-search form.search-form .search-submit {
  display: none;
}
@media screen and (max-width: 767px) {
  header#masthead #nav-search {
    font-size: 2em;
    margin-top: -70px;
    padding-right: 30px;
    padding-top: 0;
  }
  header#masthead #nav-search .fa-search {
    font-size: 2em;
  }
}
@media screen and (max-width: 480px) {
  header#masthead #nav-search {
    padding-right: 20px;
    margin-top: -55px;
  }
  header#masthead #nav-search .fa-search {
    font-size: 1em;
  }
}
header#masthead.affix {
  border-bottom: 1px solid #eaeaea;
  padding-top: 16px;
  padding-bottom: 18px;
  display: block;
  position: fixed;
  top: 0;
  z-index: 1030;
  width: 100%;
  height: 60px;
}
header#masthead.affix #logo-static {
  display: none;
}
header#masthead.affix #logo-sticky {
  display: block;
}
header#masthead.affix #what-sharing {
  display: none;
}
header#masthead.affix #nav-menu {
  padding-top: 4px;
}
@media screen and (max-width: 767px) {
  header#masthead.affix #nav-menu {
    padding: 0;
  }
  header#masthead.affix #nav-menu .navbar.navbar-default button.navbar-toggle {
    margin-top: -15px;
    padding-top: 15px;
  }
  header#masthead.affix #nav-menu .navbar.navbar-default .navbar-collapse {
    margin-top: 40px;
  }
}
header#masthead.affix #nav-menu .navbar.navbar-default button.navbar-toggle .icon-bar {
  width: 40px !important;
  height: 6px !important;
}
header#masthead.affix #nav-menu .navbar.navbar-default .dropdown-menu {
  margin-top: 20px;
}
header#masthead.affix #nav-search {
  padding-right: 20px;
  margin-top: -60px;
}
@media screen and (max-width: 768px) {
  header#masthead.affix #nav-search .fa-search {
    font-size: 1em;
  }
}
header#masthead.affix #nav-search.active {
  margin-top: 18px;
}
header#masthead.affix #nav-search.active .close {
  top: -64px;
}
@media screen and (max-width: 480px) {
  header#masthead.affix #nav-search.active .fa-search {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  header#masthead.affix #nav-search {
    margin-top: -30px;
  }
}
header#masthead #nav-menu .navbar.navbar-default {
  min-height: 0;
  margin-bottom: 0;
  font-family: "Montserrat", Helvetica, "Helvetica Neue", Arial, Verdana, sans-serif;
  font-size: 13px;
    float: none;
    display: inline-block;
}
header#masthead #nav-menu .navbar.navbar-default .caret {
  display: none;
}
header#masthead #nav-menu .navbar.navbar-default a {
  background-color: transparent !important;
}
header#masthead #nav-menu .navbar.navbar-default .dropdown-menu {
  background-color: black;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-top: -2px;
  padding: 11.5px 23px;
    text-align: left;
}
header#masthead #nav-menu .navbar.navbar-default .dropdown-menu li {
  padding: 7.5px 0;
}
header#masthead #nav-menu .navbar.navbar-default .dropdown-menu li a {
  color: white;
  text-decoration: none;
  padding-right: 0;
}
header#masthead #nav-menu .navbar.navbar-default .dropdown-menu li a:hover {
  color: #34b9af;
}
header#masthead .navbar-default .navbar-collapse,
header#masthead #nav-menu {
  padding-left: 0;
text-align: center;

}
@media screen and (min-width: 768px) {
  header#masthead .navbar-nav > li:first-of-type a {
    padding-left: 0;
    margin-left: 0;
  }
}
header#masthead .navbar-default .navbar-nav a {
  padding: 0;
padding-bottom: 5px;
  margin: 0 21px;
}
header#masthead .navbar-default .navbar-nav > .active > a,
header#masthead .navbar-default .navbar-nav > .active > a:hover,
header#masthead .navbar-default .navbar-nav > .active > a:focus {
  background: none;
  color: black;
   

}
header#masthead .navbar-default .navbar-nav > .active.menu-item-4077 a {
     border-bottom: 2px solid #D45858 !important;
}

header#masthead .navbar-default .navbar-nav > .active.menu-item-4081 a {
     border-bottom: 2px solid #00a89c;
}
header#masthead .navbar-default .navbar-nav > li:hover a {
  border-bottom: 2px solid black;
/*  margin-bottom: -2px;*/
}
header#masthead .navbar-default .navbar-nav > li.active a {
  border-bottom: 2px solid black;
/*  margin-bottom: -2px;*/
}
header#masthead .navbar-default .navbar-nav > li > a {
  font-family: "Montserrat", Helvetica, "Helvetica Neue", Arial, Verdana, sans-serif;
  color: black;
  font-size: 15px;
    text-align: center;
}
header#masthead .fa-facebook:hover {
  color: #4b7eca;
}
header#masthead .fa-twitter:hover {
  color: #4cb7e8;
}
header#masthead .fa-pinterest:hover {
  color: #dc2e2e;
}
header#masthead .fa-instagram:hover {
  color: #968b5e;
}
header#masthead a#newsletter:hover,
header#masthead .fa-envelope:hover {
  color: #c03c85;
}
header#masthead .fa-search:hover {
  color: #93c450;
}
header#masthead #social-links a {
  color: black;
}
form.search-form .search-field {
  border: none;
  cursor: pointer;
  height: 37px;
  margin: 3px 0;
  position: relative;
  -webkit-transition: width 400ms ease, background 400ms ease;
  transition: width 400ms ease, background 400ms ease;
  width: 0;
  margin-top: -12px;
}
form.search-form .search-field:focus {
  background-color: #fff;
  border: 2px solid black;
  cursor: text;
  outline: 0;
  max-width: 230px;
  width: 85%;
}
form.search-form .search-submit {
  display: none;
}
.navbar-default {
  background: transparent;
  border: 0;
}
/* ==========================================================================
   Layout
   ========================================================================== */
section.primary-heading .container {
  padding: 45px 28px 54px 0;
}
@media screen and (max-width: 991px) {
  section.primary-heading .container {
    padding: 28px 28px 28px 15px;
  }
  section.primary-heading .container h1 {
    font-size: 34px;
  }
}
@media screen and (max-width: 767px) {
  section.primary-heading .container {
    padding: 28px;
  }
  section.primary-heading .container h1 {
    text-align: center;
  }
}
section.featured {
  margin-bottom: 50px;
}
section.featured .container {
  background: white;
}
section.post-content,
section.blog-content {
  margin-bottom: 50px;
}
section.post-content .container,
section.blog-content .container {
  background: white;
}
@media screen and (max-width: 991px) {
  section.post-content .container,
  section.blog-content .container {
    max-width: 100%;
    width: 100%;
  }
}
section.post-content .heading,
section.blog-content .heading {
  padding: 28px 28px 0 28px;
}
section.post-content .heading h2,
section.blog-content .heading h2 {
  padding-bottom: 23px;
  border-bottom: 1px solid #eaeaea;
}
@media screen and (max-width: 767px) {
  section.post-content .heading h2,
  section.blog-content .heading h2 {
    text-align: center;
  }
}
section.post-content .posts article,
section.blog-content .posts article,
section.post-content .post article,
section.blog-content .post article {
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 30px;
  margin: 0 0 30px;
}
section.post-content .posts article .thumb,
section.blog-content .posts article .thumb,
section.post-content .post article .thumb,
section.blog-content .post article .thumb {
  padding-left: 0;
  padding-right: 60px;
}
@media screen and (max-width: 767px) {
  section.post-content .posts article .thumb,
  section.blog-content .posts article .thumb,
  section.post-content .post article .thumb,
  section.blog-content .post article .thumb {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }
  section.post-content .posts article .thumb img,
  section.blog-content .posts article .thumb img,
  section.post-content .post article .thumb img,
  section.blog-content .post article .thumb img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
section.post-content .posts,
section.blog-content .posts {
  padding: 28px;
}
section.post-content {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  section.post-content {
    margin-top: 22px;
  }
}
section.post-content .entry-top {
  border-bottom: 1px solid #eaeaea;
}
@media screen and (max-width: 767px) {
  section.post-content .entry-top {
    border-bottom: 0;
  }
}
section.post-content .featured-image {
  padding-left: 0;
}
section.post-content .featured-image img {
  width: 400px;
  height: auto;
}
section.post-content .main-heading-byline {
  padding: 28px;
  float: right !important;
}
@media screen and (max-width: 767px) {
  section.post-content .main-heading-byline {
    padding: 20px 5% 0;
  }
}
section.post-content .main-heading-byline h1 {
  font-family: "Oswald", Helvetica, "Helvetica Neue", Arial, Verdana, sans-serif;
  text-transform: none;
  font-size: 46px;
  line-height: 1.3;
  margin-bottom: 20px;
  font-weight: normal;
}
@media screen and (max-width: 991px) {
  section.post-content .main-heading-byline h1 {
    font-size: 30px;
  }
}
section.post-content .main-heading-byline .excerpt {
  font-size: 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  color: #333;
}
section.post-content .main-heading-byline .byline {
  font-size: 13px;
}
section.post-content .entry-content {
  padding: 50px;
  font-size: 16px;
}
@media screen and (max-width: 991px) {
  section.post-content .entry-content {
    padding: 5%;
  }
}
section.post-content .entry-content a {
  color: black;
  border-bottom: 1px dashed black;
  padding-bottom: 0.08em;
}
section.post-content .entry-content a:hover {
  color: #34b9af;
  text-decoration: none;
  border-color: #34b9af;
}
section.post-content .entry-content blockquote {
  font-family: "Roboto Slab", Georgia, "Times New Roman", serif;
  font-size: 22px;
  font-weight: 100;
  color: #34b9af;
  border: 0;
  background: url("img/blockquote-dots.png") bottom left repeat-x;
  padding: 30px 12px;
  text-align: justify;
  position: relative;
  margin: 26px 0;
}
section.post-content .entry-content blockquote p:last-of-type,
section.post-content .entry-content blockquote p:last-child {
  margin-bottom: 0 !important;
}
section.post-content ul li {
/*      list-style-type: disc;*/
      margin-bottom: 5px;
 
}
section.post-content .entry-content blockquote::before {
  background: url("img/blockquote-dots.png") top left repeat-x;
  display: block;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 991px) {
  section.post-content .entry-content blockquote {
    font-size: 18px;
  }
}
section.post-content .guest-author .thumb {
  width: 100px;
  height: 100px;
}
@media screen and (max-width: 991px) {
  section.blog-content .posts .thumb {
    padding-top: 4%;
  }
  section.blog-content .posts img {
    display: block;
    max-width: 100%;
    height: auto;
    min-width: 110px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  section.blog-content .posts img {
    display: block;
    max-width: 100%;
    height: auto;
    min-width: 156px;
  }
}
section.blog-content .posts .article-summary h3 {
  font-family: "Oswald", Helvetica, "Helvetica Neue", Arial, Verdana, sans-serif;
  font-size: 30px;
  padding-bottom: 15px;
}
@media screen and (max-width: 991px) {
  section.blog-content .posts .article-summary h3 {
    font-size: 22px;
  }
}
section.blog-content .posts .article-summary .excerpt p {
  font-size: 15px;
}
.event h3 {
  font-family: "Oswald", Helvetica, "Helvetica Neue", Arial, Verdana, sans-serif;
}
.event.upcoming .date {
  font-size: 40px;
  font-family: "Oswald", Helvetica, "Helvetica Neue", Arial, Verdana, sans-serif;
  padding-bottom: 8px;
  color: #333;
  margin: 0;
  line-height: 1;
}
.event.upcoming .location {
  text-transform: uppercase;
  font-size: 14px;
  padding-bottom: 22px;
}
.event.upcoming h3 {
  font-size: 40px;
  padding-bottom: 16px;
}
.event.upcoming p {
  font-size: 16px;
}
.event.upcoming .btn.attend {
  border-color: #93c450;
  font-weight: normal;
  margin-top: 40px;
  padding-right: 34px;
  padding-left: 34px;
}
@media screen and (max-width: 767px) {
  .event.upcoming h3,
  .event.upcoming .date {
    font-size: 30px;
  }
  .event.upcoming .thumb {
    margin-bottom: 20px;
  }
}
.event.past h3 {
  font-size: 30px;
  padding-bottom: 10px;
}
.event.past h3 a:hover {
  color: black;
}
.event.past p {
  font-size: 15px;
}
.event.past .date-location {
  color: #93c450;
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 10px;
}
.event.past .date-location span {
  color: #ccc;
  font-weight: normal;
}
#litg-sidebar-widgets {
  border-left: 1px solid #eaeaea;
  padding-right: 0;
}
#litg-sidebar-widgets aside {
  max-width: 330px;
  min-width: 300px;
  margin: 30px -15px 30px;
  padding: 0;
}
#litg-sidebar-widgets aside h2 {
  background: url("img/widget-diagonal-bar.png") top left no-repeat;
  padding-top: 26px;
  margin-bottom: 15px;
  padding-bottom: 12px;
  border-bottom: 1px solid #eaeaea;
}
@media screen and (max-width: 991px) {
  #litg-sidebar-widgets aside {
    max-width: 100%;
  }
  #litg-sidebar-widgets aside img {
    display: block;
    max-width: 100%;
    height: auto;
  }
  #litg-sidebar-widgets aside h2 {
    text-align: center;
    background-repeat: repeat-x;
    background-position: left -4px;
    padding-top: 20px;
  }
}
#litg-sidebar-widgets aside.widget_litg_rp_widget h2 {
  margin-bottom: 0;
}
#litg-sidebar-widgets aside.widget_litg_rp_widget .row.rp {
  padding-top: 10px;
  padding-bottom: 16px;
  border-top: 1px solid #eaeaea;
  margin: 0;
}
#litg-sidebar-widgets aside.widget_litg_rp_widget .row.rp img {
  max-width: 190px;
}
#litg-sidebar-widgets aside.widget_litg_rp_widget .row.rp:nth-of-type(2) {
  border-top: 0;
}
#litg-sidebar-widgets aside.widget_litg_rp_widget .row.rp .thumb {
  padding-left: 0;
}
#litg-sidebar-widgets aside.widget_litg_rp_widget .row.rp h3 {
  font-family: "Oswald", Helvetica, "Helvetica Neue", Arial, Verdana, sans-serif;
  font-size: 15px;
  line-height: 1.2;
}
@media (max-width: 767px) {
  #litg-sidebar-widgets aside.widget_litg_signup_widget {
    display: none !important;
  }
}
#litg-sidebar-widgets aside.widget_litg_signup_widget .form-control {
  width: 200px;
  display: inline-block;
}
#litg-sidebar-widgets aside.widget_litg_signup_widget .btn {
  display: inline-block;
  background: black;
  color: white;
}
#litg-sidebar-widgets aside.widget_litg_signup_widget .btn:hover {
  color: black;
  background: white;
}
#litg-sidebar-widgets aside.widget_categories ul,
#litg-sidebar-widgets aside.widget_nav_menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#litg-sidebar-widgets aside.widget_categories ul li,
#litg-sidebar-widgets aside.widget_nav_menu ul li {
  margin: 0 0 15px;
  padding: 0;
}
#litg-sidebar-widgets aside.widget_categories ul li a,
#litg-sidebar-widgets aside.widget_nav_menu ul li a {
  text-transform: uppercase;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #litg-sidebar-widgets aside.widget_categories,
  #litg-sidebar-widgets aside.widget_nav_menu {
    text-align: center;
  }
  #litg-sidebar-widgets aside.widget_categories ul,
  #litg-sidebar-widgets aside.widget_nav_menu ul {
    margin: 0;
    padding: 0;
  }
  #litg-sidebar-widgets aside.widget_categories ul li,
  #litg-sidebar-widgets aside.widget_nav_menu ul li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    float: left;
  }
  #litg-sidebar-widgets aside.widget_categories ul li,
  #litg-sidebar-widgets aside.widget_nav_menu ul li {
    padding: 0 3%;
    display: inline;
    line-height: 2;
  }
  #litg-sidebar-widgets aside.widget_categories ul li a,
  #litg-sidebar-widgets aside.widget_nav_menu ul li a {
    color: #999999;
  }
}
@media (max-width: 767px) {
  #litg-sidebar-widgets aside.AdWidget_ImageWidget {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  #litg-sidebar-widgets aside.AdWidget_HTMLWidget {
    width: 300px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
footer {
  color: white;
}
footer h4 {
  margin: 0 0 30px;
}
@media screen and (max-width: 768px) {
  footer h4 {
    text-align: center;
  }
}
footer #newsletter-press {
  background: #242424;
  padding: 85px;
}
@media screen and (max-width: 767px) {
  footer #newsletter-press .row {
    padding: 0 4%;
    margin: 0;
  }
}
footer #newsletter-press #footer-email-signup ul.signup-bullets li {
  color: #999;
}
@media screen and (max-width: 768px) {
  footer #newsletter-press #footer-email-signup ul.signup-bullets {
    font-size: 1.3em;
  }
}
footer #newsletter-press #footer-email-signup #footer-mc-form {
  margin-top: 26px;
}
footer #newsletter-press #footer-email-signup #footer-mc-form .form-group {
  padding-left: 0;
}
footer #newsletter-press #footer-email-signup #footer-mc-form .form-group.sign-up {
  padding: 0;
}
@media screen and (min-width: 767px) and (max-width: 768px) {
  footer #newsletter-press #footer-email-signup #footer-mc-form .form-group {
    padding: 0;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  footer #newsletter-press #footer-email-signup #footer-mc-form .email-field {
    padding-right: 0;
  }
}
footer #newsletter-press #footer-email-signup #footer-mc-form input.email {
  width: 100%;
  display: inline-block;
  height: 32px;
  border: 0;
  float: left;
}
footer #newsletter-press #footer-email-signup #footer-mc-form .btn {
  border-color: #34b9af;
  color: white;
}
@media screen and (max-width: 767px) {
  footer #newsletter-press #footer-email-signup #footer-mc-form .btn {
    width: 100%;
  }
}
footer #newsletter-press #footer-email-signup #footer-mc-form .btn:hover {
  background-color: #34b9af;
}
footer #newsletter-press #footer-press ul {
  margin: 0;
  padding: 0;
}
footer #newsletter-press #footer-press ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  float: left;
}
footer #newsletter-press #footer-press ul li {
  margin-right: 29px;
  margin-bottom: 32px;
}
@media screen and (max-width: 991px) {
  footer #newsletter-press #footer-press ul li {
    margin: auto;
    width: 50%;
    height: 80px;
    display: table;
  }
  footer #newsletter-press #footer-press ul li a {
    display: table-cell;
    vertical-align: middle;
    padding-right: 15%;
  }
  footer #newsletter-press #footer-press ul li a img {
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  footer #newsletter-press #footer-press {
    padding-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  footer #newsletter-press {
    padding: 85px 0;
  }
}
footer #footer-nav {
  background: black;
  padding-top: 26px;
  padding-bottom: 22px;
}
footer #footer-nav .disclaimer {
  color: #666;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  footer #footer-nav .disclaimer {
    font-size: 20px;
    margin-top: 60px;
    text-align: center;
  }
}
footer #footer-nav ul {
  margin: 0;
  padding: 0;
}
footer #footer-nav ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  float: left;
}
footer #footer-nav ul li {
  display: inline-block;
  padding-right: 26px;
}
footer #footer-nav ul li:last-of-type {
  padding-right: 0;
}
footer #footer-nav ul li a {
  text-transform: uppercase;
  color: #666;
  font-weight: bold;
}
footer #footer-nav ul li a:hover {
  color: white;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  footer #footer-nav ul {
    font-size: 1.25em;
  }
  footer #footer-nav ul li {
    width: 100%;
    padding: 0;
    text-align: center;
    margin-bottom: 25px;
  }
}
footer #footer-nav #footer-social-links a {
  color: #999;
  display: block;
  float: left;
  margin-right: 20px;
}
footer #footer-nav #footer-social-links a:last-of-type {
  margin-right: 0;
}
footer #footer-nav #footer-social-links a:hover {
  color: white;
}
@media screen and (max-width: 767px) {
  footer #footer-nav #footer-social-links {
    font-size: 3em;
    margin: 0 auto;
    max-width: 310px;
    margin-top: 40px;
  }
  footer #footer-nav #footer-social-links a {
    margin-right: 40px;
  }
}
@media screen and (max-width: 320px) {
  footer #footer-nav #footer-social-links a {
    margin-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  footer #footer-nav {
    padding-top: 65px;
  }
}
#lean_overlay {
  position: fixed;
  z-index: 9000;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.55);
  display: none;
}
#email-signup-modal {
  display: none;
  max-width: 700px;
  max-height: 500px;
  width: 100%;
  height: 100%;
  font-size: 17px;
  background: url(img/newsletter-modal-background.png) no-repeat;
  background-size: contain;
  position: absolute !important;
}
#email-signup-modal .modal-close, #business-join .modal-close {
  position: absolute;
  right: 30px;
  top: 30px;
  height: 40px;
  width: 40px;
  cursor: pointer;
  z-index: 200;
}
#email-signup-modal .content, #business-join .content {
  position: absolute;
  z-index: 100;
  padding: 75px 85px 35px;
  width: 100%;
  height: 100%;
  
}
#email-signup-modal .content h2 {
  font-size: 2.7em;
  text-transform: uppercase;
}
#email-signup-modal .content h3 {
  margin-top: 25px;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 1.333em;
}
#email-signup-modal .content ul {
  list-style: none;
  position: relative;
  padding-left: 20px;
  margin-bottom: 40px;
  margin-bottom: 15px;
}
#email-signup-modal .content ul li:before {
  content: '';
  width: 7px;
  height: 7px;
  background-color: #34b9af;
  position: absolute;
  left: 0;
  margin-top: 8px;
}

#email-signup-modal .btn {
    width: auto;
}

#email-signup-modal input.email {
  border: 1px solid #CCC;
  -webkit-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;
}

@media screen and screen and (max-width: 991px) {
  #email-signup-modal .btn.sign-up {
    margin-top: 10px;
  }
header#masthead #logo-static {

  margin: 0 auto;
}
}
@media screen and screen and (max-width: 680px) {
  #email-signup-modal {
    background: url(img/newsletter-modal-background-mobile.png) no-repeat;
    background-size: contain;
    max-width: 550px;
    min-height: 687px;
  }
  #email-signup-modal .modal-close, #business-join .modal-close {
    top: 20px;
    right: 20px;
  }
  #email-signup-modal .content h1 {
    font-size: 2.5em;
  }
  #email-signup-modal .content h3 {
    font-size: 1em;
  }
}
@media screen and screen and (max-width: 475px) {
  #email-signup-modal, #business-join {
    font-size: 14px;
  }
  #email-signup-modal .content {
    padding: 60px;
  }
  #email-signup-modal .content h1 {
    font-size: 2em;
  }
  #email-signup-modal .content h3 {
    font-size: 0.9em;
  }
}
@media screen and screen and (max-width: 350px) {
  #email-signup-modal .content, #business-join .content {
    padding: 30px;
  }
}
.slider {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.slider ul.slides {
/*  height: 100%;*/
  overflow: hidden;
  *zoom: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  list-style: none;
    
padding-left: 0;    
}
.slider ul.slides li.slide {
/*  height: 100%;*/
  float: left;
  clear: none;
}
.slider ul.slides li.slide .padding {
  padding: 0 40px;
}
.slider .slider-arrow {
  position: absolute;
  display: block;
  margin-bottom: -40px;
  padding: 20px;
  color: #E0E0E0;
    margin-top: 205px;
}
.slider .slider-arrow > span{
    font-size: 4em;
    
}
.slider .slider-arrow.slider-arrow--right {
  bottom: 50%;
  right: 0px;
}
.slider .slider-arrow.slider-arrow--left {
  bottom: 50%;
  left: 0px;
}
.home-supporters .slider .slider-arrow.slider-arrow--right {
  bottom: 50%;
  right: 0px;
}
.home-supporters .slider .slider-arrow.slider-arrow--left {
  bottom: 50%;
  left: 0px;
}
.slider .slider-arrow:hover {
  color: black;
}
.slider .slider-nav {
  position: absolute;
  bottom: 30px;
}
.slider .slider-nav__item {
  width: 12px;
  height: 12px;
  float: left;
  clear: none;
  display: block;
  margin: 0 5px;
 background: rgba(255, 255, 255, 0.22);
    border-radius: 5px;
}
.team .slider .slider-arrow {
    color: black;
}
.team .slider .slider-arrow:hover {
      color: #E0E0E0;
}
.slider .slider-nav__item:hover {
 background: #fff;
}
.slider .slider-nav__item--current {
  
     background: #fff;
}

.bgcover {
background-size: cover;
}

section.topic-split {
-webkit-font-smoothing: antialiased;
  overflow: hidden;
}

section.topic-split .container {
width: 100%;
max-width: 100%
}

section.topic-split .container .home-for-ind {
    padding: 0px;
    
}
section.topic-split .container .home-for-company {
padding: 0px;
    
}

section.topic-split .container div a div.overlay {
display: block;
width: 100%;
background: rgba(0, 0, 0, 0.3);
/*position: absolute;*/
height: 25vw;
margin: auto 0;
    -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s  ease-in-out;
  transition: all .2s ease-in-out
}

section.topic-split .container  .home-for-ind .overlay {
  background-color: rgba(194, 56, 134, 0.8);

}
section.topic-split .container  .home-for-ind .overlay:hover {
   background-color: rgba(194, 56, 134, 0.9);

}
section.topic-split .container  .home-for-company .overlay {
  background-color: rgba(41, 185, 176, 0.8);

}
section.topic-split .container  .home-for-company .overlay:hover {
  background-color: rgba(41, 185, 176, 0.9);
}


section a .half_holder {
color: #FFF;
font-size: 18px;
font-weight: bold;
text-align: center;
-ms-transform: translateY(-50%);
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
top: 50%;
position: relative;
/* width: 25%; */
margin: 0 auto;
}
section .video a h2.half_holder {
    margin-top: 80px;
}
section.home-ind .home-copy h2::first-word {
    color: #c23887;
}

section.topic-split .container div a .overlay .half_holder h2 {
    color: white;
    text-transform: initial;
    font-family: "Oswald", Helvetica, "Helvetica Neue", Arial, Verdana, sans-serif;
font-weight: 100;
    padding-bottom: 30px;

}

/*
 .home-halfcopy a {
  color: white;
}
*/

section .container div a div.overlay .btget {
padding: 8px 0px;
width: 170px;
margin: 0 auto;
color: #FFF;
font-size: 16px;
font-weight: bold;
text-align: center;
border: 2px solid #FFF
}
section .container .home-for-ind a .overlay:hover .btget {
    background-color: white;
    color: #c23887;
}
section .container .home-for-company a .overlay:hover .btget {
    background-color: white;
    color: #2ab9af;
}

section.topic-split .container .home-for-ind a div.overlay .btget {

}
section.home-ind .btn-lg{
    
}

.home-ind .btn-lg {
    border: 2px solid #c23887;
    color: #c23887;
    margin-bottom: 60px;
}
.home-ind .btn-lg:hover{
    background-color: #c23887;
    color: white;
}
.home-company .btn-lg{
    border: 2px solid #2ab9af;
    color: #2ab9af;
      margin-bottom: 60px;
}
#page-home .home-company .home-halfcopy .btn-lg:hover{
    background-color: #2ab9af;
    color: white;
}
#page-home .home-ind  .home-list a:hover {
    color: initial;
}
#page-home .home-ind  .home-list_right a:hover {
    color: initial;
}

#page-home .home-company  a:hover {
    color: initial;
}
#page-home .home-ind  .bullet:hover {
    cursor: pointer;
}
#page-home .home-ind  .bullet:hover h2 {
    color: #fec254;
}
#page-home .home-company .bullet:hover {
    cursor: pointer;
}
#page-home .home-company .bullet:hover h2 {
    color: #fec254;
}


section.home-ind .bullet, section.home-company .bullet {
    height: 150px;
}

section.home-ind {
padding-top: 120px;
padding-bottom: 80px;
    background-color: white;
border-bottom: 2px dotted #000;
}

section.home-ind h3 {
    font-weight: 700;
font-size: larger;
line-height: 2em;
 
}
section.home-ind .container, section.home-company .container {
    width: 100%;
}

section.home-ind .home-halfcopy {
    padding-top: 100px;

}
#page-home section .home-halfcopy h2 {
font-size: 49px;
margin-top: 20px;
}
#page-home section.home-ind .home-halfcopy strong {
color: #c23887;
}

#page-home section.home-company .home-halfcopy h2 strong {
    color: #2ab9af;
}

#page-home section.home-company .home-halfcopy {
/*margin-top: 25px;*/
}
    



#page-home section .home-list {
/*     padding-top: 50px;*/

}
#page-home section .home-list img {
  float: left;
padding: 10px 0px;
max-width: 125px;
margin-right: 30px;
}

#page-home  section .home-list_right {
    padding: 10px;
    vertical-align: middle;

position: relative;
padding-top: 30px;
padding-bottom: 50px;
}
#page-home  section.home-ind .home-list  .bullet {
/*    height: 175px;*/
/*    margin-left: 36px;*/
    
}
#page-home  section.home-company .home-halfcopy div {
/*    height: 175px;*/
/*    margin-left: 36px;*/
    
}
section.home-company {
    padding-top: 80px;
    padding-bottom: 50px;
    background-color: #F0F0F0;
    
}
section p.entry-content {
    margin-top: 25px;
margin-bottom: 90px;
    font-family: "Roboto Slab", Georgia, "Times New Roman", serif;
font-size: 18px;
font-weight: 300;
}
.container .header h2 {
     font-size: 35px;
    text-transform: initial;
    padding-bottom: 9px;
    text-align: center;
    margin-top: 90px;
}



#page-personal section.featured-content-grid2 {
    background-color: rgba(0, 0, 0, 0);
}
section.featured-content-grid2 {
  padding-bottom: 140px;
  overflow: hidden;
    background-color: white;
    padding-top: 45px;
}

section.featured-content-grid2 .feature_wrapper{
    padding-top: 60px;
    
}

section.featured-content-grid2 .btn{
    display: block !important;
    text-align: center;
    margin: 0 auto; 
    width: 220px;
/*    color: black;*/
margin-top: 10px;
}



section.featured-content-grid2 .container {
/*  max-width: 900px;*/
  width: 100%;
}

section.featured-content-grid2 article {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  
}

section.featured-content-grid2 article .thumb {
    height: 151px;
    overflow:hidden;
    position: relative;
    
}

section.featured-content-grid2 article .thumb > img {
      text-align: center;
/*
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  position: absolute;
*/
      /* -webkit-transform: translateY(-50%); */   -ms-transform: translateY(-50%);   
      /* transform: translateY(-50%); */   
      /* top: 50%; */   
      /* position: absolute; */
      width: 100%;
}

section.featured-content-grid2 article.feature-lg .thumb {
max-height: 390px;
  overflow: hidden;
  height: 100%;
}
@media screen and (max-width: 767px) {
section.home-ind {
padding-top: 20px;
    text-align: center;
}
    section.home-company {
padding-top: 20px;
    text-align: center;
}
  section.featured-content-grid2 article {
    margin-bottom: 20px;
  }
 section.featured-content-grid2 article img {
     width: 100%;
 
     vertical-align: middle;
     display: table-cell;
     /* margin-top: -50%; */
     -webkit-transform: translateY(-50%);   -ms-transform: translateY(-50%);   transform: translateY(-50%);   top: 50%;   position: absolute;
}
}

section.featured-content-grid2 article .article-content {
/*  position: absolute;*/
 margin-bottom: 30px;
margin-top: 20px;
  z-index: 1;
}

section.featured-content-grid2 article .article-content h3 {
  font-family: "Oswald", Helvetica, "Helvetica Neue", Arial, Verdana, sans-serif;
  font-size: 18px;
   
}

@media screen and (max-width: 767px) {
  section.featured-content-grid2 article .article-content h3 {
    font-size: 15px;
  }
    #page-home section .home-list .bullet {
    text-align: center;
    }
}

    
#page-home section .home-list .bullet {

height: initial;
margin-left: 0px;

}
#page-home section .home-list img {
float: initial;
    margin-right: initial;
    
}
}
section.featured-content-grid2 article.feature-lg .thumb {
  top: 0;
}

section.featured-content-grid2 article.feature-lg .article-content h3 {
  font-size: 28px;
      margin-bottom: 10px;
}
@media screen and (min-width: 1200px) {
  section.featured-content-grid2 article.feature-lg .article-content h3 {
    font-size: 36px;
  
    margin-bottom: 10px;
}
}
@media screen and (max-width: 767px) {
  section.featured-content-grid2 article.feature-lg .article-content h3 {
    font-size: 1.9em;
  }
}

/*

Old Css for articles
*/


section.featured-content-grid {
  margin-bottom: 50px;
  overflow: hidden;
}
section.featured-content-grid:before,
section.featured-content-grid:after {
  content: " ";
  display: table;
}
section.featured-content-grid:after {
  clear: both;
}
section.featured-content-grid:before,
section.featured-content-grid:after {
  content: " ";
  display: table;
}
section.featured-content-grid:after {
  clear: both;
}
section.featured-content-grid .container {
  max-width: 900px;
  width: 100%;
}
section.featured-content-grid .container.loading {
  min-height: 400px;
  background: rgba(255, 255, 255, 0.8) url("img/spiffygif_32x32.gif") center center no-repeat;
  width: 100%;
}
@media screen and (min-width: 992px) {
  section.featured-content-grid .container {
    padding: 0;
  }

  section.featured-content-grid .container .grid-col .col-xs-12 {
    padding: 0;
  }
}
@media screen and (min-width: 1200px) {
  section.featured-content-grid .container {
    min-width: 900px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  section.featured-content-grid .grid-col {
    padding-left: 0;
    padding-right: 0;
  }
}
section.featured-content-grid article {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  section.featured-content-grid article {
    margin-bottom: 20px;
  }
img[class*="wp-image-"] {
  max-width: 100%;
  height: auto;
    
}    
}
@media screen and (min-width: 1200px) {
  section.featured-content-grid article {
    width: 520px;
  }
}
section.featured-content-grid article .thumb {
  position: absolute;
  z-index: 0;
  right: 0;
}
section.featured-content-grid article .thumb img {
  width: 100%;
  height: 100%;
}
section.featured-content-grid article .article-content {
  position: absolute;
  background: white;
  padding: 0;
  left: 0;
  top: 0;
  z-index: 1;
}
section.featured-content-grid article .article-content .article-inner {
  background: white;
  padding: 25px 30px;
}
@media screen and (max-width: 1199px) {
  section.featured-content-grid article .article-content .article-inner {
    padding: 5% 10%;
  }
}
section.featured-content-grid article .article-content h3 {
  font-family: "Oswald", Helvetica, "Helvetica Neue", Arial, Verdana, sans-serif;
  font-size: 20px;
}
@media screen and (min-width: 1200px) {
  section.featured-content-grid article .article-content h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  section.featured-content-grid article .article-content h3 {
    font-size: 15px;
  }
}
section.featured-content-grid article .article-content .excerpt {
  display: none;
  margin-top: 12px;
  font-size: 14px;
  font-family: "proxima-nova", "Proxima Nova", Helvetica, "Helvetica Neue", Arial, Verdana, sans-serif;
}
@media screen and (max-width: 767px) {
  section.featured-content-grid article .article-content .category-links a {
    font-size: 10px;
  }
}
section.featured-content-grid article.feature-lg .thumb {
  top: 0;
}
section.featured-content-grid article.feature-lg .article-content {
  top: auto;
  bottom: 0;
  width: 100%;
  padding: 0;
}
section.featured-content-grid article.feature-lg .article-content::before {
  display: block;
  width: 100%;
  height: 25px;
  content: "";
  margin-top: -25px;
  background: url("img/arrow-door-sprite.png") top left no-repeat;
  background-position: -220px 0;
}
section.featured-content-grid article.feature-lg .article-content h3 {
  font-size: 28px;
}
@media screen and (min-width: 1200px) {
  section.featured-content-grid article.feature-lg .article-content h3 {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  section.featured-content-grid article.feature-lg .article-content h3 {
    font-size: 1.9em;
  }
}
section.featured-content-grid article.feature-sm,
section.featured-content-grid article.da-break {
  width: 100%;
}
section.featured-content-grid article.feature-sm .thumb,
section.featured-content-grid article.feature-wide .thumb {
  right: 0;
  left: auto;
  width: 50%;
}
section.featured-content-grid article.feature-sm .article-content,
section.featured-content-grid article.feature-wide .article-content {
  width: 50%;
  font-size: 25px;
  height: 100%;
  left: 0;
  text-align: right;
}
section.featured-content-grid article.feature-sm .article-content::before,
section.featured-content-grid article.feature-wide .article-content::before {
  display: block;
  width: 25px;
  height: 100%;
  content: "";
  background: url("img/arrow-door-sprite.png") top left no-repeat;
  float: right;
  margin-right: -25px;
  background-position: -947px -119px;
}
@media screen and (min-width: 768px) {
  section.featured-content-grid article.feature-sm.content-right .thumb,
  section.featured-content-grid article.feature-wide.content-right .thumb {
    left: 0;
    right: auto;
  }
  section.featured-content-grid article.feature-sm.content-right .article-content,
  section.featured-content-grid article.feature-wide.content-right .article-content {
    right: 0;
    left: auto;
    text-align: left;
  }
  section.featured-content-grid article.feature-sm.content-right .article-content::before,
  section.featured-content-grid article.feature-wide.content-right .article-content::before {
    float: left;
    margin-left: -25px;
    background-position: 0px -119px;
    margin-right: 0;
  }
}
section.featured-content-grid article.feature-wide {
  width: 100%;
}
section.featured-content-grid article.feature-wide .article-content {
  background-color: #93c450;
}
section.featured-content-grid article.feature-wide .article-content .article-inner {
  background-color: #93c450;
}
section.featured-content-grid article.feature-wide .article-content::before {
  display: block;
  width: 25px;
  height: 100%;
  content: "";
  background-image: url("img/arrow-door-sprite-green.png");
}
section.featured-content-grid article.feature-wide .article-content p.category-links a {
  color: black;
}
section.featured-content-grid article.feature-wide .article-content h3 a {
  color: white;
}

/* Biography of a Career Specific

This is ported from the original site template that did not use Bootstrap or LESS.
May have some workarounds
*/
@font-face {
  font-family: 'universregular';
  src: url("fonts/univeligultcon-webfont.eot");
  src: url("fonts/univeligultcon-webfont.eot#iefix") format('embedded-opentype'), url("fonts/univeligultcon-webfont.woff") format('woff'), url("fonts/univeligultcon-webfont.ttf") format('truetype'), url("fonts/univeligultcon-webfont.svg") format('svg');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'rokkittregular';
  src: url("http://www.liveinthegrey.com/wp-content/themes/litg-2014/fonts/Rokkitt.otf");
  font-weight: 100;
  font-style: normal;
  
  /*
      src: url('fonts/rokkitt-webfont.eot');
    src: url('fonts/rokkitt-webfont.eot#iefix') format('embedded-opentype'),
         url('fonts/rokkitt-webfont.woff') format('woff'),
         url('fonts/rokkitt-webfont.ttf') format('truetype'),
         url('fonts/rokkitt-webfont.svg') format('svg');
*/
}
#page-boac {
  line-height: 1;
  /* Password protection form */
  /* BOAC Timeline Chart */
}
#page-boac .container {
  background: white;
}
#page-boac h1,
#page-boac h2,
#page-boac h3,
#page-boac h4,
#page-boac h5,
#page-boac p {
  text-transform: none;
  font-weight: normal;
  margin: 10px 0;
}
#page-boac h2 {
  margin: 10px 0;
  font-weight: normal;
}
#page-boac p {
  font-size: 12px;
}
#page-boac #content-head {
  margin-top: 20px;
  line-height: 1;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  text-transform: uppercase;
  background: #000;
  text-align: center;
  color: #fff;
  font-family: 'universregular';
  font-size: 34px;
  padding: 13px 0;
  letter-spacing: 1px;
  margin-bottom: 16px;
}
#page-boac .single-boac #prev-next {
  margin-bottom: 16px;
}
#page-boac .boac article {
  float: none;
}
#page-boac .boac article section {
  width: 100%;
  margin: 0 auto 30px;
  padding: 0;
  float: none;
  clear: both;
  max-width: 960px;
}
#page-boac .boac article section:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#page-boac .boac article section a {
  color: #66b5c0;
}
#page-boac .boac article section h1,
#page-boac .boac article section h2,
#page-boac .boac article section h3 {
  font-family: 'universregular', Verdana, Arial, sans-serif;
}
#page-boac .boac article section h2 {
  margin-top: 0;
  font-size: 32px;
}
#page-boac #top-graphic {
  width: 475px;
  float: left;
}
@media (max-width: 991px) {
  #page-boac {
    float: none;
  }
}
#page-boac #top-graphic .top-graphic-left {
  float: left;
  width: 145px;
  margin-right: 17px;
}
#page-boac #top-graphic .top-graphic-right {
  float: right;
  width: 310px;
}
#page-boac #bio-content {
  float: right;
  width: 470px;
}
@media (max-width: 991px) {
  #page-boac {
    float: none;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
  }
}
#page-boac #bio-content h1 {
  margin-top: 0;
  font-family: 'universregular', Verdana, Arial, sans-serif;
  font-size: 32px;
}
#page-boac #bio-content p {
  font-family: Georgia, serif;
  font-size: 12px;
}
#page-boac #bio-content .profession,
#page-boac #bio-content .one-liner p {
  font-family: 'rokkittregular', Georgia, serif;
  font-size: 15px;
  margin: 0;
  padding: 0;
}
#page-boac #bio-content .profession {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
}
#page-boac #bio-content ul.links {
  display: block;
  float: right;
  width: 200px;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#page-boac #bio-content ul.links li {
  list-style-type: none;
  font-family: 'rokkittregular';
  text-align: right;
  font-size: 14px;
  padding-bottom: 4px;
}
#page-boac .section-head {
  height: 40px;
  padding-bottom: 12px;
  border-bottom: 2px solid #9e9e9e;
}
#page-boac .section-head#ditl-head {
  margin-bottom: 11px;
}
#page-boac .section-head#timeline-head h2 {
  display: block;
  width: 170px;
  float: left;
}
#page-boac .section-head#timeline-head #timeline-tabs {
  width: 780px;
  float: right;
}
#page-boac #timeline-keypoints {
  width: 100%;
  height: 376px;
  background: #ffffff url("img/slide-bg-1.jpg") top left no-repeat;
}
#page-boac .keypoint {
  margin: 0 auto;
  width: 815px;
  height: 342px;
  border: 8px solid #22bcb9;
  background: #fff;
  clear: both;
  overflow: hidden;
  display: none;
}
#page-boac .keypoint.active {
  display: block;
}
#page-boac .keypoint .video {
  width: 604px;
  height: 344px;
}
#page-boac .keypoint .video-still {
  display: none;
}
#page-boac .keypoint .content {
  width: 191px;
  float: left;
  padding: 15px 10px;
}
#page-boac .keypoint .content h3 {
  /* font-weight: bold; */
  font-size: 22px;
  color: #000;
  margin: 13px 0 0 0;
  letter-spacing: .04em;
}
#page-boac .keypoint .content .kp-note {
  color: #999;
  font-size: 12px;
  font-family: Verdana, Arial, sans-serif;
  margin: 0 0 4px 0;
}
#page-boac .keypoint .media {
  width: 603px;
  float: right;
  margin-top: 0;
}
#page-boac .factors,
#page-boac #bio-content p.factors {
  text-transform: uppercase;
  font-family: 'universregular', Verdana, Arial, sans-serif;
  font-size: 13px;
  letter-spacing: .08em;
  margin: 0;
  padding: 0;
}
#page-boac .ftab span,
#page-boac .ftab li {
  color: #fff;
  display: inline-block;
  padding: 8px 8px 6px;
  width: 81px;
  text-align: center;
  margin-right: 3px;
}
#page-boac .ftab li:last-of-type {
  margin-right: 0;
}
#page-boac .factor-security {
  color: #cf1654;
}
#page-boac .ftab .factor-security {
  background-color: #cf1654;
  color: #fff;
}
#page-boac .keypoint.factor-security {
  border-color: #cf1654;
}
#page-boac .factor-development {
  color: #fd8c22;
}
#page-boac .ftab .factor-development {
  background-color: #fd8c22;
  color: #fff;
}
#page-boac .factor-failure {
  color: #009447;
}
#page-boac .ftab .factor-failure {
  background-color: #009447;
  color: #fff;
}
#page-boac .factor-serendipity {
  color: #ef4135;
}
#page-boac .ftab .factor-serendipity {
  background-color: #ef4135;
  color: #fff;
}
#page-boac .factor-epiphany {
  color: #96cf67;
}
#page-boac .ftab .factor-epiphany {
  background-color: #96cf67;
  color: #fff;
}
#page-boac .factor-achievement {
  color: #22bcb9;
}
#page-boac .ftab .factor-achievement {
  background-color: #22bcb9;
  color: #fff;
}
#page-boac .factor-grit {
  color: #c41188;
}
#page-boac .ftab .factor-grit {
  background-color: #c41188;
  color: #fff;
}
#page-boac .factor-relationships {
  color: #fdbb30;
}
#page-boac .ftab .factor-relationships {
  background-color: #fdbb30;
  color: #fff;
}
#page-boac .factor-risk-taking {
  color: #54075b;
}
#page-boac .ftab .factor-risk-taking {
  background-color: #54075b;
  color: #fff;
}
#page-boac #ditl-gallery {
  width: 960px;
}
#page-boac #ditl-gallery .item {
  margin-bottom: 10px;
}
#page-boac #ditl-gallery .item img {
  width: 230px;
}
#page-boac #related {
  border-top: 7px solid #000;
  padding-top: 14px;
}
#page-boac #related-head {
  border-color: #000;
  margin-bottom: 16px;
}
#page-boac #related-posts-footer {
  padding: 0;
}
#page-boac #related-posts-footer li {
  list-style-type: none;
  float: left;
  font-size: 20px;
  font-family: 'universregular', Verdana, Arial, sans-serif;
  color: black;
  display: block;
  width: 226px;
  margin-right: 17px;
}
#page-boac #related-posts-footer li:nth-of-type(4) {
  margin-right: 0;
}
#page-boac #related-posts-footer li a {
  color: #000;
}
#page-boac #related-posts-footer li .title {
  display: block;
  margin: 3px 0;
  border-top: 2px solid #9d9d9d;
  padding-top: 8px;
}
#page-boac #related-posts-footer li img {
  width: 226px;
  height: 226px;
}
#page-boac #boac-prev-next {
  width: 100%;
  margin: 80px 0 30px;
  padding: 0;
  clear: both;
}
#page-boac #boac-prev-next a {
  color: #000;
}
#page-boac #boac-prev-next h6 {
  text-transform: uppercase;
  font-family: 'universregular', Verdana, Arial, sans-serif;
  font-size: 24px;
  letter-spacing: 0.04em;
  margin-bottom: 6px;
  font-weight: normal;
}
#page-boac #boac-prev-next div.prev {
  float: left;
  text-align: left;
  width: 390px;
}
#page-boac #boac-prev-next .prev img {
  float: left;
  margin-right: 8px;
}
#page-boac #boac-prev-next div.next {
  width: 390px;
  text-align: right;
  float: right;
}
#page-boac #boac-prev-next .next img {
  float: right;
  margin-left: 8px;
}
#page-boac #boac-prev-next .details {
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
  padding: 7px 0;
  color: #000;
}
#page-boac #boac-prev-next .details:before,
#page-boac #boac-prev-next .details:after {
  content: " ";
  display: table;
}
#page-boac #boac-prev-next .details:after {
  clear: both;
}
#page-boac #boac-prev-next .details:before,
#page-boac #boac-prev-next .details:after {
  content: " ";
  display: table;
}
#page-boac #boac-prev-next .details:after {
  clear: both;
}
#page-boac #boac-prev-next .details img {
  width: 64px;
  height: 64px;
}
#page-boac #boac-prev-next .name {
  font-family: 'universregular', Verdana, Arial, sans-serif;
  letter-spacing: 0.04em;
  font-size: 20px;
  display: block;
}
#page-boac #boac-prev-next .profession {
  font-family: 'rokkitregular', Georgia, serif;
  text-transform: uppercase;
  padding-top: 2px;
  font-size: 12px;
  display: block;
  font-weight: normal;
  color: #989898;
}
#page-boac #password-form {
  width: 325px;
  margin: 20px auto;
}
#page-boac #password-form label {
  margin: 4px 0;
  clear: both;
}
#page-boac #password-form input {
  height: 20px;
  margin-right: 10px;
}
#page-boac #password-form input[type="submit"] {
  font-size: 16px;
  height: auto;
  margin-top: 10px;
}
#page-boac #timeline {
  position: relative;
  margin-bottom: 14px;
}
#page-boac #litgchart {
  width: 100%;
  height: 300px;
}
#page-boac .axis line {
  fill: none;
  stroke: rgba(0, 0, 0, 0.15);
  shape-rendering: crispedges;
  stroke-width: 1;
}
#page-boac .axis text {
  font-size: 13px;
  font-weight: bold;
  font-family: 'universregular', Verdana, Arial, sans-serif;
  fill: rgba(0, 0, 0, 0.25);
}
#page-boac path {
  stroke-width: 2;
  fill: none;
}
#page-boac .litg-keypoint-text {
  position: absolute;
  background: white;
  font-family: 'universregular', Verdana, Arial, sans-serif;
  font-size: 18px;
  padding: 6px;
}
@media (max-width: 991px) {
  #page-boac {
    /* BOAC iPhone */
  }
  #page-boac .boac article {
    width: 95%;
    margin: 0 auto;
    float: none;
    clear: both;
  }
  #page-boac #top-graphic {
    width: 100%;
  }
  #page-boac #top-graphic .top-graphic-right {
    width: 66%;
  }
  #page-boac #top-graphic .top-graphic-left {
    width: 31%;
    margin-right: 0;
  }
  #page-boac #top-graphic div img {
    width: 100%;
  }
  #page-boac #bio-content {
    width: 100%;
    float: none;
    padding-top: 20px;
    clear: both;
  }
  #page-boac #bio-content h1 {
    font-size: 3.6em;
  }
  #page-boac #bio-content ul.links li {
    font-size: 1.6em;
  }
  #page-boac #bio-content .profession,
  #page-boac #bio-content .one-liner p {
    font-size: 1.7em;
  }
  #page-boac .section-head#timeline-head {
    border-bottom: 0;
    padding-bottom: 0;
    height: auto;
    clear: both;
  }
  #page-boac .section-head#timeline-head h2 {
    border-bottom: 2px solid #9e9e9e;
    padding-bottom: 12px;
    width: 100%;
  }
  #page-boac .section-head#timeline-head #timeline-tabs {
    width: 100%;
    clear: both;
    margin-bottom: 10px;
  }
  #page-boac .section-head#timeline-head #timeline-tabs li {
    margin-top: 10px;
  }
  #page-boac .ftab span,
  #page-boac .ftab li {
    width: auto;
    font-size: 1.6em;
    font-weight: bold;
    letter-spacing: 0;
  }
  #page-boac #timeline {
    width: 99%;
    border: 1px solid #999;
    overflow: hidden;
    margin-bottom: 10px;
    clear: both;
  }
  #page-boac #timeline-keypoints {
    height: 455px;
    margin-bottom: 6px;
  }
  #page-boac .keypoint {
    width: auto;
    height: 450px;
  }
  #page-boac .keypoint .content {
    width: auto;
    float: none;
  }
  #page-boac .keypoint .content .qualities.ftab {
    float: right;
    margin-right: 15px;
  }
  #page-boac .keypoint .media {
    width: 100%;
    margin-top: 0;
  }
  #page-boac .keypoint .content h3 {
    font-size: 2.5em;
  }
  #page-boac .keypoint .video {
    width: 100%;
    height: 300px;
  }
  #page-boac #ditl-gallery {
    width: 100%;
  }
  #page-boac #ditl-gallery .item img {
    width: 220px;
  }
  #page-boac #related-posts-footer li {
    width: 210px;
    margin-bottom: 15px;
  }
  #page-boac #related-posts-footer li img {
    width: 210px;
  }
  #page-boac #boac-prev-next {
    width: 95%;
  }
  #page-boac #boac-prev-next div.prev,
  #page-boac #boac-prev-next div.next {
    width: 45%;
  }
}
/* Custom Fancybox styles.
Doing all Fancybox styling here */
.fancybox-litg .fancybox-skin {
  background: #fff;
  border-radius: 0;
  padding: 60px;
}
.fancybox-litg .fancybox-close {
  background-image: url(http://www.liveinthegrey.com/wp-content/themes/litg-2014/images/fancybox_slices.png);
  background-color: transparent;
  background-repeat: no-repeat;
  position: absolute;
  width: 33px;
  height: 32px;
  background-position: -600px 0;
  cursor: pointer;
  z-index: 110003;
  right: 15px !important;
  top: 15px !important;
}
.fancybox-litg .fancybox-outer {
  padding-bottom: 26px;
}
.fancybox-litg .fancybox-nav span {
  position: absolute;
  top: auto;
  bottom: 0;
  visibility: visible;
}
.fancybox-litg .fancybox-nav.fancybox-prev span {
  width: 65px;
  height: 13px;
  background-position: 0 0px;
  background-image: url(http://www.liveinthegrey.com/wp-content/themes/litg-2014/images/fancybox_next_prev.png);
  background-color: transparent;
  background-repeat: no-repeat;
  left: 0;
}
.fancybox-litg .fancybox-prev:hover span {
  width: 65px;
  height: 13px;
  background-position: -135px 0px;
  background-image: url(http://www.liveinthegrey.com/wp-content/themes/litg-2014/images/fancybox_next_prev.png);
  background-color: transparent;
  background-repeat: no-repeat;
}
.fancybox-litg .fancybox-nav.fancybox-next span {
  background-image: url(http://www.liveinthegrey.com/wp-content/themes/litg-2014/images/fancybox_next_prev.png);
  background-color: transparent;
  background-repeat: no-repeat;
  width: 68px;
  height: 13px;
  background-position: -192px 0px;
  right: 0;
}
.fancybox-litg .fancybox-next:hover span {
  background-image: url(http://www.liveinthegrey.com/wp-content/themes/litg-2014/images/fancybox_next_prev.png);
  background-color: transparent;
  background-repeat: no-repeat;
  width: 68px;
  height: 13px;
  background-position: -57px 0px;
}
.fancybox-litg .fancybox-title-inside-wrap {
  width: 90%;
  padding: 0 0 10px 0;
  font-size: 12px;
  font-weight: bold;
}
/* ==========================================================================
   Home Page
   ========================================================================== */

.greyscale {
-webkit-animation: grayscale-anim 3s ease-in-out;
-webkit-transition: -webkit-filter 1.4s ease-in-out;
/*
-webkit-animation-direction: alternate;
-webkit-animation-iteration-count: infinite;
*/
     -webkit-filter:grayscale(0) !important;
/*     -webkit-transition: -webkit-filter 2s linear;*/
}

#page-home .home-headline {

background: url("img/about-headline-parallax-colors.jpg");
max-width: 1517px;
margin: 0 auto;

}
other.overview {
background: #FFF;
/*padding-bottom: 178px;*/
/*padding-top: 100px;*/
padding-bottom: 100px;
}
.overview {
  background: #FFF;  
}

#page-home .home-headline .container {
  padding: 80px 48px 63px;
}
#page-home .home-headline h1 {
  font-family: "Roboto Slab", Georgia, "Times New Roman", serif;
  font-size: 57px;
  font-weight: normal;
  text-transform: none;
}

#page-home .header{
padding-left: 11%;
padding-right: 11%;
text-align: center;
/*padding-bottom: 55px;*/
}
#page-home .header h2 {
 font-size: 30px;
margin-bottom: 30px;
}

#page-home .home-headline h2{
font-family: "proxima-nova", "Proxima Nova", Helvetica, "Helvetica Neue", Arial, Verdana, sans-serif;
font-weight: bold;
/* font-size: 28px; */
margin-bottom: 36px;
    text-transform: initial; 
}

.downarrow {
/*    background-image: url("img/downarrow.png"); */
/*
 width: 45px;
height: 45px;
margin: 0 auto;
margin-top: 100px;
    margin-bottom: 26px;
*/
    
    position: absolute;
bottom: 3vw;
text-align: center;
width: 100%;
background-repeat: no-repeat;
background-position: center;
min-height: 12px;
/*height: 4vw;*/
background-size: contain;
max-height: 45px;

}
#page-home .header .downarrow {
    position: initial;
    margin-top: 45px;
margin-bottom: 10px;
}



#page-home  p, section.overview .header p, section.about-overview .header p,  {
font-family: "Roboto Slab", Georgia, "Times New Roman", serif;
font-size: 16px;
font-weight: 600;
line-height: 1.6em;
color: #333;

}

@media screen and (max-width: 991px) {
  #page-home .home-headline .container {
    padding-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  #page-home .home-headline .container {
    padding: 10%;
  }
  #page-home .home-headline h1 {
    font-size: 30px;
  }
}
#page-personal section.featured-events {
  background: #92c749;
    padding-bottom: 100px;
/*
  padding-bottom: 178px;
  padding-top: 100px;
  padding-bottom: 90px;
  padding-top: 70px;
*/
}
#page-personal section.featured-events .header {
  text-align: center;
/*  padding-bottom: 50px;*/
}
#page-personal section.featured-events .header h2 {
  font-family: "proxima-nova", "Proxima Nova", Helvetica, "Helvetica Neue", Arial, Verdana, sans-serif;
  font-weight: bold;
  font-size: 28px;
  margin-bottom: 36px;
margin-bottom: 36px;
}
#page-personal section.featured-events .header p a {
  font-size: 14px;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  #page-personal section.featured-events {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #page-personal section.featured-events .header {
    padding-bottom: 10px;
  }
  #page-personal section.featured-events .header h2 {
    font-size: 25px;
  }
}
#page-personal section.featured-events .event {
  text-align: center;
/*
  padding-left: 75px;
  padding-right: 75px;
*/
}
#page-personal section.featured-events .event img {
/*    width: 330px;*/
    height: auto;
    max-height: 250px;
    width: 100%;
}
#page-personal section.featured-events .event .date {
 font-size: 14px;
font-family: "Roboto Slab", Georgia, "Times New Roman", serif;
text-align: left;
margin-top: 30px;
margin-bottom: 10px;
}
#page-personal section.featured-events .event .location {
 
}
#page-personal section.featured-events .event h2 {

float: left;
font-family: "Oswald", Helvetica, "Helvetica Neue", Arial, Verdana, sans-serif;
font-size: 20px;
color: white;
    font-weight: 300;
}
#page-personal section.featured-events .event h3 {
  font-size: 14px;
display: inline-block;
font-family: "Roboto Slab", Georgia, "Times New Roman", serif;
float: left;
}

#page-personal section.featured-events .event .entry-content {
  margin-top: 14px;
  margin-bottom: 50px;
}
#page-personal section.featured-events .event .entry-content p {
  font-family: "proxima-nova", "Proxima Nova", Helvetica, "Helvetica Neue", Arial, Verdana, sans-serif;
  font-size: 16px;
  line-height: 1.4;
}

#page-personal section.featured-events .btn, section.community-content .btn  {
display: block ;
text-align: center;
margin: 0 auto;
width: 220px;
/* color: #000; */
margin-top: 55px;
}


@media screen and (max-width: 767px) {
  #page-personal section.featured-events .event {
    padding: 37px 28px;
    border-bottom: 1px solid #eaeaea;
  }
  #page-personal section.featured-events .event:last-of-type {
    border-bottom: 0;
  }
  #page-personal section.featured-events .event h3 {
    font-size: 14px;
  }
  #page-personal section.featured-events .event .date {
    font-size: 36px;
  }
}
#page-home section.community {
  position: relative;
}
section.community img {
  width: 100%;
}

section.headline {
    position: relative;
}

#page-personal section.headline, #page-business section.headline {

}

section .headline_wrap {
    text-align: center;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);

top: 50%;
position: absolute;
width: 100%;
margin: 0 auto;

display: block;
z-index: 1;
}

.header h3{
   
    text-align: center;
    padding-top: 0px;
font-size: 18px;
font-weight: bold;

}

section.headline h1 {
    color: white;
}
#page-personal section.headline h1, #page-business section.headline h1 {
font-weight: bold;
text-align: center;

margin: 0 auto;
font-family: "Roboto Slab", Georgia, "Times New Roman", serif;   

  
font-size: 45px;
}

.btn.whiteclear {
    border-color: white;
    color: white;
/*    margin-top: 55px;*/
    margin-top: 45px;
    width: 220px;
    
}
.btn.whiteclear:hover {
    border-color: white;
    color: black;
    background-color: white;
    
}

#page-business section.grey_solution {
    background-size: cover;
    padding-bottom: 50px;
    
}
#page-business section.grey_solution.get_started {
    padding-bottom: 0px;
}

#page-business section.grey_solution .header {
font-weight: bold;
margin-bottom: 15px;
text-align: center;
-webkit-font-smoothing: subpixel-antialiased;
font-family: "Roboto Slab", Georgia, "Times New Roman", serif;
font-size: 18px;
line-height: 1.5em;
padding: 0px 15px;
color: #FFF;
margin-bottom: 50px;
/* margin: 0 auto; */
float: none;
    
}
#page-business section.grey_solution .header h1 {
font-size: 50px;
font-weight: bold;
color: #FFF;
margin-top: 40px;
margin-bottom: 20px;
text-transform: initial;
}

#page-business section.grey_solution .header h2 {
    color: white;
}
#page-business section.grey_solution .downarrow {
    position: relative;
    bottom:auto;
}

section.infographic_company {
    padding-top: 35px;
    padding-bottom: 90px;
    background-color: white;
}
section.infographic_company .row {
   margin-top: 55px;
    margin-bottom: 70px;
    
}

section.infographic_company .infog_image img {
    display: block;
    margin: 0 auto;
}
section.infographic_company .infog_text{
    margin-top: 30px;
    
}
section.infographic_company .infog_text h2 {
    font-size: 46px;
    margin-bottom: 35px;
}

section.infographic_company .infog_text p {
font-weight: bold;
margin-bottom: 15px;
text-align: center;
-webkit-font-smoothing: subpixel-antialiased;
font-family: "Roboto Slab", Georgia, "Times New Roman", serif;
font-size: 17px;
line-height: 1.5em;
text-align: left;
}

#page-business section.press_cert {
    background-color: transparent;
    color: black;
    height: auto;
    padding-top: 70px;
    padding-bottom: 70px;
    
}

#page-business section.press_cert h2 {
    margin-top: 0;
    color: black;
    padding-bottom: 30px;
}

#page-business section.press_cert ul#press li img {
 -webkit-filter: none; 
filter: none !important;
}
#page-business section.press_cert blockquote {
    color: black !important;
}

#page-business section.press_cert  .slider .slider-arrow {
color: black;

}
#page-business section.press_cert  .slider .slider-arrow:hover {
    color: #999;
}


/*FORM*/
#business-join {

display: none;
max-width: 620px;
max-height: 740px;
width: 100%;
height: 100%;
font-size: 17px;
background-size: contain;
/*position: absolute !important;*/
-webkit-box-shadow: 10px 10px 0px 0px rgba(0, 0, 0, 0.45);
-moz-box-shadow: 10px 10px 0px 0px rgba(0, 0, 0, 0.45);
box-shadow: 10px 10px 0px 0px rgba(0, 0, 0, 0.45);
background: #F5F5F6;
  max-height: 80%;
  overflow: scroll;    
    
}
#business-join .modal-close {
    background: url('img/xclose.png') 0 0 no-repeat;
    height: 26px !important;
width: 26px !important;
}
.company_form input[type=text],
.company_form input[type=submit],
.company_form input[type=email],
		.company_form select,
        .company_form #company_form-optin-name,
        .company_form #company_form-optin-email {
margin: 0 auto 25px;
outline: none;
vertical-align: middle;
float: left;
margin-right: 4%;
/* -webkit-appearance: none; */
height: 40px;
padding: 10px 12px;
width: 100%;
margin-left: 0px;
margin-bottom: 20px;
line-height: 1.42857143;
color: #555;
background-color: #FFF;
background-image: none;
border: 1px solid #939393;
/* border-radius: 4px; */
-webkit-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;
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
-webkit-appearance: none;
        
display: block;
}

.company_form input::-webkit-input-placeholder, input:-moz-placeholder, input::-moz-placeholder, input:-ms-input-placeholder, input[placeholder] {
    color: grey;
      
}
.company_form input::-webkit-input-placeholder {
    color: grey;
      
}

        
        .company_form input#mce-FNAME {
			
            width: 48%;
		}
		.company_form input#mce-LNAME {
			margin-right: 0px;
            width: 48%;
		}
		.company_form input#MERGE0  {
		
		}
        
        label#intkeep {
display: block;

color: grey !important;
padding-left: 10px;

}
.company_form label {
/* display: none; */
display: block;
/* float: left; */
font-weight: 400;
font-size: .8em;
text-align: left;
margin-left: 0px;
font-family: "proxima-nova", "Proxima Nova", Helvetica, "Helvetica Neue", Arial, Verdana, sans-serif;
font-weight: 600;
}

		.company_form select {
			margin-right: 0px;
		
            -webkit-appearance: none;
  -webkit-border-radius: 0px;

		width: 70.5%;
		}
  
        .hidden-from-view {
left: -5000px;
position: absolute;
}
.company_form li {
list-style: none;

}
.field-group {

}

.company_form ul {
list-style: none;
position: relative;
padding-left: 20px;

margin-bottom: 15px;
}

.company_form ul li:before {
content: "";
width: 7px;
height: 7px;
background-color: #34B9AF;
position: absolute;
left: 0;
margin-top: 8px;
}

.company_form .button:hover {
background-color: #000;
border-color: #000;
color: #FFF;
}

.company_form input[type=submit],
        .company_form button,
        .company_form .button,
        .submit_container input[name^="submit-om"]{
        display: block;
margin: 0 auto;
/* width: 130px !important; */
margin-left: 24px;
float: right;
border-radius: 0;
-webkit-border-radius: 0;
background: rgba(0, 0, 0, 0);
border: 1px solid #000;
color: #FFF;
font-family: "proxima-nova", "Proxima Nova", Helvetica, "Helvetica Neue", Arial, Verdana, sans-serif;
font-weight: bold;
font-size: 13px;

margin-top: 18px;
background-color: #34B9AF;
border: none;
        }
input#mc-embedded-subscribea {
  margin-bottom: 40px;
}

#business-join .content {
    padding: 58px 86px 60px;
    text-align: center;
    
}
.thankmsg h3 {
  margin-top: 20px;
}

#business-join p {
font-weight: bold;
margin-bottom: 15px;
text-align: center;
-webkit-font-smoothing: subpixel-antialiased;
font-family: "Roboto Slab", Georgia, "Times New Roman", serif;
font-size: 13px;
line-height: 1.6em;
padding: 0px 70px;
color: #8F8F90;
margin-bottom: 50px;
}

#business-join h1 {
font-size: 33px;
/* font-weight: bold; */
/* color: #000; */
margin-bottom: 20px;
text-transform: initial;
/* text-shadow: #000 0px 10px; */
/* -webkit-font-smoothing: subpixel-antialiased; */
font-family: "Montserrat";
}

@media screen and (max-width: 768px) {
#business-join {
  padding-bottom: 30px;
}
 #business-join p {
 padding: 0px;
 }
 #business-join .content {
  padding: 25px;
  text-align: center;
       display: block;
  position: relative;
 }  
 .company_form input#mce-FNAME {
  width: 100%;
}
    .company_form input#mce-LNAME {
  margin-right: 0px;
  width: 100%;
}

#page-personal section.headline, #page-business section.headline {
  min-height: 200px;
  overflow: hidden;
}
section.headline .img-responsive {
      display: block;
  max-width: 200%;
  height: auto;
} 
section.infographic_company .infog_text {
  margin-top: 30px;
  margin-bottom: 30px;
}
    
}

/*

Form END
*/

section.get_started {
    padding-top: 20px;
    
}

#page-personal .slider {    
/*
bottom: 0;
right: 0;
height: 30%;
font: italic 25px/30px Georgia, "Times New Roman", serif;
letter-spacing: 1px;
*/
/*color: #FFF;*/
text-align: center;
}
#page-personal .community .team-members {
margin: 0 auto;
max-width: 1000px;
}
#page-personal .community .card {
max-width: 100%;
margin: 0 auto;
width: 100%;
}

section.home-supporters .container {
max-width: 1100px;
width: auto !important;
}
section.home-supporters .card{
max-width: 1100px;
width: 100%;
margin: 0 auto;

}
section.home-supporters .members {
margin: 0 auto;
max-width: 978px;
/*    max-width: 1100px;*/
}
section.home-supporters .header h3 {
    padding-top: 0px;
    font-size: 18px;
    font-weight: bold;
}
section.home-supporters .members .person {
width: 244px;
text-align: center;
display: block;
cursor: pointer;
float: left;
height: 146px;

}
.thumb-wrap {
display: table-cell;
 vertical-align: middle; 
float: none;
/*
height: 132px;
width: 224px;
*/
}

.home-supporters .thumb-wrap, .members .thumb-wrap {
max-height: 132px;
    height: 132px;
max-width: 224px; 
width: auto \9;
width: 224px; 
     
}

.home-supporters .thumb-wrap, .members .thumb-wrap img {
   max-height: 132px;
    height: auto \9;
}
.members a {
display: block;
}
.members img {
width: auto \9;
max-width: 100%;
max-height: 100%;

}
.home-we-featured .members .thumb-wrap {
 max-width: 134px;
 width: auto;
}

#page-personal .community {
    padding-top: 30px;
    padding-bottom: 65px;
}
#page-personal .community .team-members .person2 {
width: 250px;
text-align: center;
display: block;
cursor: pointer;
float: left;
    height: 250px;
}
#page-personal .community .team-members .person2 .thumb-wrap {
display: block;
position: relative;
width: 140px;
height: 140px;
margin-bottom: 20px;
}
#page-personal .community .team-members .person2 a {
    position: relative;
    
}
#page-personal .community .team-members .person2 a:hover {
   
}
#page-personal .community .team-members .person2 .colorblock {
   position: absolute;
opacity: 0;
width: 250px;
height: 250px;
background: rgba(52, 185, 175, 0.9);
z-index: 9999;
}

#page-personal  section.community .team-members .person2 .colorblock:hover {
    display: block;
    opacity: 1;
}

section.community .instagram_hover {
   width: 250px;
padding: 20px;
position: absolute;
z-index: 999;
 color: #FFF;
font-family: "Roboto Slab", Georgia, "Times New Roman", serif;
/*font-size: 18px;*/
font-size: 13px;
font-weight: 300;
line-height: normal;
vertical-align: middle;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
 -webkit-transform: translate(-50%,-50%); 
    
}


section.community  .slider .slider-arrow > span {
font-size: 3em;
-webkit-font-smoothing: none;
    color: rgba(0, 0, 0, 0.23);
}

#page-personal .community .indtweet{
    padding: 10px 20px;
    border-right: 1px solid #DCDCDC;
}
#page-personal .community .indtweet .borderwrapper div {
/* text-align: center; */
font-weight: bold;
display: inline-block;
margin: 0 20px;
font-family: "rokkittregular", Georgia, "Times New Roman", serif;
font-weight: 100;
font-size: 1.1em;
}
.borderwrapper {
      /* border-right: 2px solid black; */
  display: block;
  padding: 20px;
      text-align: center;
}
#page-personal .community .indtweet .tw_screenname {
color: #999;
}

#page-personal .community .indtweet p {
  font-size: 18px;
  margin: 0 auto;
  min-height: 90px;
  display: block;
  text-align: center;   
  font-family: "proxima-nova", "Proxima Nova", Helvetica, "Helvetica Neue", Arial, Verdana, sans-serif;
  font-weight: 600;
}
.tw_screenname:before {
    /* content: "-"; */
}

.tw_nameholder:before {
    content: "- ";
}

#page-personal .community .indtweet:last-child {
    border-right: none;
}

#page-personal .community .indtweet .tw_nameholder {
/*margin-top: 40px;*/
}

#page-personal .community .fa-twitter{
font-size: 30px;
    margin-top: 80px;

}

#page-personal .community .overview .header{
    padding-bottom: 30px;
}

#page-personal .community .indtweet img{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    behavior: url(http://www.liveinthegrey.com/wp-content/themes/litg-2014/PIE.htc); /* remove if you don't care about IE8 */
}

.c_q_display.overview{ 
padding-bottom: 80px;
}


.c_q_display img {
margin: 0 auto;
display: block;
}
.c_q_display h3{ 
    
  font-family: "proxima-nova", "Proxima Nova", Helvetica, "Helvetica Neue", Arial, Verdana, sans-serif;
  font-weight: bold;
  font-size: 22px;
margin-bottom: 21px;
text-align: center;
margin-top: 42px;
    -webkit-font-smoothing: subpixel-antialiased;
}



 section.community .text-content {
  text-align: center;
}
 section.community .text-content h2 {
  color: white;
  font-family: "proxima-nova", "Proxima Nova", Helvetica, "Helvetica Neue", Arial, Verdana, sans-serif;
  margin-bottom: 30px;
  font-size: 28px;
}
#page-home section.community .text-content p {
  color: black;
  font-family: "Roboto Slab", Georgia, "Times New Roman", serif;
  font-weight: 100;
  font-size: 18px;
}
#page-home section.community .text-content .padding {
  width: 100%;
  height: 100%;
  padding: 23% 13% 0;
}
@media screen and (min-width: 768px) {
  #page-home section.community .text-content {
    position: absolute;
    top: 0;
    width: 33.3333%;
    left: 33.3333%;
    height: 50%;
  }

}
@media screen and (max-width: 991px) {
  #page-home section.community .text-content {
    background-color: #fbbd54;
  }
  #page-home section.community .text-content:before,
  #page-home section.community .text-content:after {
    content: " ";
    display: table;
  }
  #page-home section.community .text-content:after {
    clear: both;
  }
  #page-home section.community .text-content:before,
  #page-home section.community .text-content:after {
    content: " ";
    display: table;
  }
  #page-home section.community .text-content:after {
    clear: both;
  }
  #page-home section.community .text-content .padding {
    padding: 10%;
  }
  #page-home section.community .text-content h2 {
    font-size: 20px;
  }
  #page-home section.community .text-content p {
    font-size: 14px;
  }
}
section.newsletter-cta {
 
  padding: 43px 0;
    background: url("img/newsletter-bg.jpg") 0 0 no-repeat;
    background-size: cover;
}

section.community .container {
    width: 100%;
    max-width: 100%;
}
 section.newsletter-cta .container h2,
 section.newsletter-cta .container p,
 section.newsletter-cta .container label {
  color: #ffffff;
}
 section.newsletter-cta .container .heading {
  text-align: right;
}
 section.newsletter-cta .container .heading h2 {
 font-weight: normal;
font-size: 15px;
text-transform: uppercase;
letter-spacing: 0.1em;
padding-top: 9px;
font-family: "Roboto Slab", Georgia, "Times New Roman", serif;
-webkit-font-smoothing: inherit;
letter-spacing: 2px;
}

section.newsletter-cta .form-group {
    margin-bottom: 0;
}
 section.newsletter-cta .container .form-control {
  max-width: 325px;
  float:left;
  height: 37px;
}
 section.newsletter-cta .container input[type="submit"] {
 background-color: black;
  display: inline-block;

  color: #ffffff;
     width: 100px;
}
 section.newsletter-cta .container input[type="submit"]:hover {
/*  border: 1px solid #fbbd54;*/
 background-color: #FFF;
color: #000;
}
@media screen and (max-width: 991px) {
  section.newsletter-cta .container .heading,
  section.newsletter-cta .container .form {
    text-align: center;
    margin: 5px 0;
  }
   section.newsletter-cta .container .form-control {
    max-width: 60%;
  }
}
@media screen and (max-width: 767px) {
  section.newsletter-cta .container .form-control {
    max-width: 95%;
    height: 37px;
display: inline-block;
    float:none;
  }
   section.newsletter-cta .container input[type="submit"] {
    width: 95%;
    margin-top: 5px;
  }
   #page-personal .community .indtweet {
  border: none;
   }
}

#page-business {
    
    
}
#page-business .overview .header {
    padding-bottom: 25px;
   
}
#page-business .company_overview .container .header h2 {
margin-top: 130px;
}

#page-business .bullet {
   border-right: 1px solid #DBDBDB; 
}
#page-business .bullet:last-child {
   border-right: none; 
}
#page-business .bullet img {
    padding-top: 0px;
    margin: 0 auto;
display: block;
/*width: 100%;*/
padding: 15px;
}

#page-business .bullet h3 {

font-weight: bold;
/* font-size: 25px; */
margin-bottom: 45px;
text-align: center;
/* margin-top: 42px; */
-webkit-font-smoothing: subpixel-antialiased;
font-family: "Roboto Slab", Georgia, "Times New Roman", serif;
font-size: 18px;
/* font-weight: 600; */
line-height: 1.5em;
padding: 0px 15px;

}

/*The company form*/
.mc-field-group2 span
{
	display: inline-block;
	position: relative;
	overflow: hidden;
    margin-right: 20px;
}
.mc-field-group2 span:last-child {
    margin-right: 0px;
}
.mc-field-group2 input[type=text],
.mc-field-group2 input[type=email]
{
	border: 1px solid #ccc;
	line-height: 20px;
	padding: 3px;
	width: 200px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.mc-field-group2 input:focus, .mc-field-group input:focus {
    border-color: #34B9AF;
}

.mc-field-group2 label + span,
.mc-field-group2 input + span
{
	margin-top: 0px;
}

.mc-field-group2 span > input
{
	padding: 0;
	margin: 0;
	height: 40px;
	width: 80px;
	float: left;
	position: absolute;
	left: 0;
	opacity: 0;
	cursor: pointer;
}
.mc-field-group2 span > label 
{ 
	line-height: 40px; 
	color: #727272; 
/*	padding: 6px 10px;*/

	width: 70px;
	display: block;
	text-align: center;
}
.mc-field-group2[dir=rtl] span > label {
	padding: 0 18px 0 0;
}
span:not(#foo) > input:hover + label, span:not(#foo) > input:focus + label,
span:not(#foo) > input + label:hover, span:not(#foo) > input:focus + label			{  /* color: #FFFFFF; */ }

.mc-field-group2 span:not(#foo) > input + label
{

	height: 40px;
	border: 1px solid #8C8C8C;

}
span:not(#foo) > input[type=radio] + label									{ background-position: 0 -161px; }

/* Checked styles */
span:not(#foo) > input[type=radio]:checked + label 							{ background-color: #34b9af; color:  white;}
/*End*/


 section.home-supporters {
  background: #29BAB0;
padding-top: 72px;
padding-bottom: 70px;
}
 section.home-supporters .header {
  text-align: center;
  padding-bottom: 40px;
color: #FFF;
}
 section.home-supporters .header h2 {
  font-family: "proxima-nova", "Proxima Nova", Helvetica, "Helvetica Neue", Arial, Verdana, sans-serif;
  font-weight: bold;
  font-size: 28px;
  margin-bottom: 36px;
}
 section.home-supporters .header p a {
  font-size: 14px;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
 section.home-supporters {
    padding-top: 50px;
    padding-bottom: 50px;
/*          background-color: #888;*/
  }
   section.home-supporters .header {
/*    padding-bottom: 10px;*/
  }
   section.home-supporters .header h2 {
    font-size: 25px;
  }
}
 section.home-supporters p {
  font-family: "Roboto Slab", Georgia, "Times New Roman", serif;
  font-size: 18px;
  font-weight: 100;
}

#page-home section.home-we-featured {
    padding-top: 65px;
padding-bottom: 55px;
    background-color: white;

}
#page-home section.home-we-featured img{

display: block;
  max-width: 100%;
  max-height: 100px;
margin: 0 auto;   
}

.home-we-featured li.slide {
    display: table-cell;   vertical-align: middle;   
    float: none;   
    padding: 0 20px;
    max-width: 188px;
}

.home-we-featured ul {
    margin: 0;   padding: 0;   margin: 0 auto;   max-width: 900px;   height: 100px;   display: table;   position: relative;   z-index: 100;
}

#page-home section.home-we-featured .featuredslider {
margin-top: 45px;
}

/*delete*/
#page-home section.home-consulting {
  background-color: #c03c85;
}
#page-home section.home-consulting .container {
  width: 100%;
  max-width: 100%;
}
@media screen and (min-width: 767px) and (max-width: 991px) {
  #page-home section.home-consulting .container .col-xs-12.col-sm-6 {
    width: 100%;
  }
}
#page-home section.home-consulting .container .fact-graphic {
  padding: 0;
  max-width: 775px;
  position: relative;
}
#page-home section.home-consulting .container .fact-graphic img {
  width: 100%;
  max-width: 775px;
}
#page-home section.home-consulting .container .fact-graphic .facts-container {
  position: absolute;
  top: 0;
  width: 100%;
  font-family: "proxima-nova", "Proxima Nova", Helvetica, "Helvetica Neue", Arial, Verdana, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: white;
  text-align: center;
  margin-top: 17%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#page-home section.home-consulting .container .fact-graphic .facts-container .slides {
  padding: 0;
  margin: 0;
}
#page-home section.home-consulting .container .fact-graphic .facts-container .slides .stat {
  font-size: 100px;
  line-height: 90px;
}
#page-home section.home-consulting .container .fact-graphic .facts-container .slides .format1 {
  font-size: 30px;
  letter-spacing: -1px;
}
#page-home section.home-consulting .container .fact-graphic .facts-container .slides .format2 {
  font-size: 17px;
  letter-spacing: 3px;
}
@media screen and (max-width: 480px) {
  #page-home section.home-consulting .container .fact-graphic .facts-container .slides .stat {
    font-size: 60px;
    line-height: 45px;
  }
  #page-home section.home-consulting .container .fact-graphic .facts-container .slides .format1 {
    font-size: 22px;
    letter-spacing: -1px;
  }
  #page-home section.home-consulting .container .fact-graphic .facts-container .slides .format2 {
    font-size: 14px;
    letter-spacing: 2px;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px), (max-width: 480px) {
  #page-home section.home-consulting .container .fact-graphic .facts-container {
    margin-top: 10%;
  }
    #page-personal section.headline h1, #page-business section.headline h1 {
font-size: 25px;
}
}
#page-home section.home-consulting .container .info {
  color: white;
  text-align: center;
  padding: 3% 4% 1% 4%;
}
@media (max-width: 767px) {
  #page-home section.home-consulting .container .info {
    padding: 6%;
  }
}
#page-home section.home-consulting .container .info h2,
#page-home section.home-consulting .container .info p {
  color: white;
}
#page-home section.home-consulting .container .info h2 {
  margin-bottom: 28px;
  font-family: "proxima-nova", "Proxima Nova", Helvetica, "Helvetica Neue", Arial, Verdana, sans-serif;
  font-weight: bold;
}
#page-home section.home-consulting .container .info p {
  font-family: "Roboto Slab", Georgia, "Times New Roman", serif;
  font-size: 14px;
  margin-bottom: 30px;
}
@media screen and (min-width: 1200px) {
  #page-home section.home-consulting .container .info p {
    font-size: 17px;
    font-weight: 100;
  }
}
#page-home section.home-consulting .container .info h4 {
  font-family: "proxima-nova", "Proxima Nova", Helvetica, "Helvetica Neue", Arial, Verdana, sans-serif;
  font-weight: bold;
  font-weight: normal;
  font-size: 16px;
}
#page-home section.home-consulting .container .info .btn {
  margin-top: 30px;
  border-color: white;
  color: white;
}
#page-home section.home-consulting .container .info .btn:hover {
  background: white;
  color: #c03c85;
}
/* ==========================================================================
   About Page
   ========================================================================== */
#page-about .no-padding {
  padding: 0;
}
#page-about section.about-headline {

    display:block;
  max-width: 1517px;
  margin: 0 auto;
}
#page-about section.about-headline video {
    width: 100%;
    display: block;
}
#page-about section.about-headline video a {
    display: block;
    position: relative;
    
}

#page-about section.about-headline video a h2 {
margin: 0 auto;
color: #FFF;
/* position: absolute; */
padding-top: 35%;
/* left: 50%; */
text-align: center;
}
.overlayshow {
    display:block;
}
#trailer-video {
    width: 100%;
    height: 100%;
}


#page-about section.about-overview {
  background: #34b9af;
/*  padding-bottom: 178px;*/
  padding-top: 80px;
  padding-bottom: 100px;
}
#page-about section.about-overview .header, .overview .header {
  text-align: center;
  padding-bottom: 55px;
  padding-right: 15%;
padding-left: 15%;
}

#page-personal .c_q_display.overview .header {
    padding-bottom: 100px;
}
#page-personal .instagram .header {
    padding-bottom: 46px;
}

#page-about section.about-overview .header h2, .overview h2 {
  font-family: "proxima-nova", "Proxima Nova", Helvetica, "Helvetica Neue", Arial, Verdana, sans-serif;
  font-weight: bold;
 
margin-bottom: 29px;
/*    margin-bottom: 13px;*/
font-size: 46px;
margin-top: 34px;
-webkit-font-smoothing: subpixel-antialiased;
}

#page-personal .overview h2 {
     margin-bottom: 13px;
}

#page-about section.about-overview .header p a {
  font-size: 14px;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  #page-about section.about-overview {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #page-about section.about-overview .header {
    padding-bottom: 10px;
  }
  #page-about section.about-overview .header h2 {
    font-size: 25px;
  }
}
#page-about section.about-overview .container {
  max-width: 860px;
}
#page-about section.about-overview .container .header {
  padding: 0 55px 60px;
}
#page-about section.about-overview .container .header h2 {
/*  font-family: "Roboto Slab", Georgia, "Times New Roman", serif;*/
  font-weight: bold;
/*  font-size: 31px;*/
  line-height: 1.1;
  text-transform: none;
color: white;
}
#page-about section.about-overview .container .header p, section.overview .header p {
  font-family: "Roboto Slab", Georgia, "Times New Roman", serif;
  font-size: 18px;
  font-weight: 300;
}
#page-about section.about-overview .container .header p {
    color: white;
}
@media (max-width: 767px) {
  #page-about section.about-overview .container .header {
    text-align: center;
    padding: 5% 10%;
  }
  #page-about section.about-overview .container .header h2 {
    font-size: 26px;
  }
  #page-about section.about-overview .container .header p {
    font-size: 16px;
  }
}


#page-about section.about-media {
  background: white;
}
#page-about section.about-media .container {
  width: 100%;
  max-width: 100%;
}
#page-about section.about-media .video,
#page-about section.about-media .philosophy {
  padding: 0;
  position: relative;
background-size: cover;
/*    max-height: 400px;*/
}
#page-about section.about-media .philosophy {
    height: 494px;
}
#page-about section.about-media .philosophy .overlay{
    width: 100%;
    height: 100%;
    transition: background-color 0.5s ease;

}
#page-about section.about-media .philosophy .overlay:hover {
       background-color: rgba(251, 189, 84, 0.37);
}

section.about-media .philosophy .btget.btwhite{
   
     background: #fbbd54;
    color: #000;

/* font-weight: bold; */
text-align: center;
width: 220px;
    border: none;
 -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#page-about section.about-media .philosophy .overlay:hover .btget.btwhite {
/*
    background: black;
color: white;
*/
}

#page-about section.about-media .video a span.overlay,
#page-about section.about-media .philosophy a span.overlay {
  display: block;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  height: 100%;
}
#page-about section.about-media .video a span.overlay span,
#page-about section.about-media .philosophy a span.overlay span {
  display: block;
}
/*
html.no-touch #page-about section.about-media .video a span.overlay,
html.no-touch #page-about section.about-media .philosophy a span.overlay {
  display: none;
}
html.no-touch #page-about section.about-media .video a span.overlay span,
html.no-touch #page-about section.about-media .philosophy a span.overlay span {
  display: none;
}
html.no-touch #page-about section.about-media .video a:hover span.overlay,
html.no-touch #page-about section.about-media .philosophy a:hover span.overlay {
  display: block;
}
html.no-touch #page-about section.about-media .video a:hover span.overlay span,
html.no-touch #page-about section.about-media .philosophy a:hover span.overlay span {
  display: block;
}
*/
#page-about section.about-media .video a span.overlay {
  background-image: url("img/play-overlay.png");
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  #page-about section.about-media .video a span.overlay {
    background-size: 20%;
  }
}
#page-about section.about-media .philosophy a span.overlay span {
  padding: 18px 0px;
  width: 48%;
  margin: 25% auto 0;
  background: #fff;
  color: black;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  #page-about section.about-media .philosophy a span.overlay span {
    width: 75%;
  }
}
#page-about section.about-community {
  background: white;
  padding-bottom: 178px;
  padding-top: 50px;
  padding-bottom: 170px;
  position: relative;
  overflow: auto;
}
#page-about section.about-community .header {
  text-align: center;
  padding-bottom: 55px;
}
#page-about section.about-community .header h2 {
  font-family: "proxima-nova", "Proxima Nova", Helvetica, "Helvetica Neue", Arial, Verdana, sans-serif;
  font-weight: bold;
  font-size: 28px;
  margin-bottom: 36px;
}
#page-about section.about-community .header p a {
  font-size: 14px;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  #page-about section.about-community {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #page-about section.about-community .header {
    padding-bottom: 10px;
  }
  #page-about section.about-community .header h2 {
    font-size: 25px;
  }
}
#page-about section.about-community .header {
  padding-left: 15%;
  padding-right: 15%;
}
#page-about section.about-community .header p {
  font-family: "Roboto Slab", Georgia, "Times New Roman", serif;
  font-size: 22px;
  font-weight: 100;
}
@media (max-width: 767px) {
  #page-about section.about-community .header {
    padding-bottom: 10%;
  }
  #page-about section.about-community .header p {
    font-size: 16px;
    font-weight: normal;
  }
}
#page-about section.about-community .community-content {
  position: relative;
}
@media screen and (max-width: 480px) {
  #page-about section.about-community .community-content .extend-for-mobile {
    padding-bottom: 150px;
    background-color: #39c2bb;
  }
}
#page-about section.about-community .community-content .text-content-1 {
  position: absolute;
  top: 0;
  width: 50%;
  right: 0;
  color: white;
  font: 28px/45px "Oswald", Helvetica, "Helvetica Neue", Arial, Verdana, sans-serif;
  text-align: center;
  height: 30%;
}
#page-about section.about-community .community-content .text-content-1 .padding {
  padding: 15%;
  width: 100%;
  height: 100%;
  position: absolute;
  display: table;
}
#page-about section.about-community .community-content .text-content-1 .padding p {
  display: table-cell;
  vertical-align: middle;
}
@media screen and (max-width: 1550px) {
  #page-about section.about-community .community-content .text-content-1 {
    font-size: 25px;
  }
}
@media screen and (max-width: 1400px) {
  #page-about section.about-community .community-content .text-content-1 .padding {
    padding-top: 10%;
  }
}
@media screen and (max-width: 1160px) {
  #page-about section.about-community .community-content .text-content-1 {
    font-size: 21px;
    line-height: 35px;
  }
}
@media screen and (max-width: 992px) {
  #page-about section.about-community .community-content .text-content-1 {
    font-size: 30px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 768px) {
  #page-about section.about-community .community-content .text-content-1 {
    font-size: 25px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 480px) {
  #page-about section.about-community .community-content .text-content-1 {
    font-size: 15px;
    line-height: 1.4;
    padding-top: 0;
    height: auto;
    font-weight: normal;
    font-family: "proxima-nova", "Proxima Nova", Helvetica, "Helvetica Neue", Arial, Verdana, sans-serif;
  }
}
#page-about section.about-community .community-content .text-content-2 {
  position: absolute;
  top: 40%;
  right: 0;
  width: 50%;
  font: 28px/50px "Oswald", Helvetica, "Helvetica Neue", Arial, Verdana, sans-serif;
  text-align: center;
  height: 30%;
}
#page-about section.about-community .community-content .text-content-2 .padding {
  padding: 10%;
  width: 100%;
  height: 100%;
  position: absolute;
  display: table;
}
#page-about section.about-community .community-content .text-content-2 .padding p {
  display: table-cell;
  vertical-align: middle;
}
@media screen and (max-width: 1550px) {
  #page-about section.about-community .community-content .text-content-2 {
    font-size: 23px;
  }
}
@media screen and (max-width: 1400px) {
  #page-about section.about-community .community-content .text-content-2 {
    font-size: 21px;
    line-height: 35px;
  }
}
@media screen and (max-width: 1050px) {
  #page-about section.about-community .community-content .text-content-2 {
    font-size: 18px;
    line-height: 26px;
  }
}
@media screen and (max-width: 992px) {
  #page-about section.about-community .community-content .text-content-2 {
    font-size: 27px;
    line-height: 50px;
  }
}
@media screen and (max-width: 768px) {
  #page-about section.about-community .community-content .text-content-2 {
    font-size: 22px;
    line-height: 35px;
  }
}
@media screen and (max-width: 480px) {
  #page-about section.about-community .community-content .text-content-2 {
    font-size: 14px;
    font-size: 15px;
    line-height: 1.4;
    padding-top: 0;
    height: auto;
    font-weight: normal;
    font-family: "proxima-nova", "Proxima Nova", Helvetica, "Helvetica Neue", Arial, Verdana, sans-serif;
  }
}
.community-content {
    background-color: #C23887;
    padding-bottom: 90px;
}
.community-content .container {
    width: 100%;
    max-width: 100%;
    
}
.community-content h2 {
    color: white;
}
.community-content .text-content-3 {
 
    
  width: 100%;
 

  font: italic 25px/30px Georgia, "Times New Roman", serif;
  letter-spacing: 1px;
  color: white;
  text-align: center;
}
.community-content .text-content-3 .padding {
  padding: 9% 15% 7% 18%;
}
.community-content .text-content-3 p {
    color: white;
}
.community-content .text-content-3 .padding .name {
  margin-top: 20px;
    color: white;
}
.community-content .text-content-3 ul.slides {
  padding: 0;
  position: relative;
}
.community-content .text-content-3 ul.slides li.slide {
  display: table;
}
.community-content .text-content-3 ul.slides li.slide .padding {
  display: table-cell;
  vertical-align: middle;
    padding: 50px 100px;
font-family: "Roboto Slab", Georgia, "Times New Roman", serif;
font-size: 17px;
font-weight: 600;
    color: black;
    padding-left: 15%;
padding-right: 15%;
    font-style:normal;
}
.community-content .text-content-3 .slider-nav {
  bottom: 0px;
}
.community-content .text-content-3 .slider-nav__item {
  border-radius: 50%;
}
.community-content .text-content-3 .slider-arrow {
  color: white;
  opacity: 0.6;
}
.community-content .text-content-3 .slider-arrow.slider-arrow--right,
.community-content .text-content-3 .slider-arrow.slider-arrow--left {

}
.community-content .text-content-3 .slider-arrow:hover {
  opacity: 1;
}

section.community-content .btn.thoughts {
    border-color: white;
    color: white;
    margin-top: 45px;
}
section.community-content .btn.thoughts:hover {
    background-color: white;
    color: black;
    
}
@media screen and (max-width: 1350px) {
  .community-content .text-content-3 {
    font-size: 15px;
  }
}
@media screen and (max-width: 1250px) {
  .community-content .text-content-3 {
    line-height: 22px;
  }
}
@media screen and (max-width: 992px) {
  .community-content .text-content-3 {
    font-size: 25px;
    line-height: 30px;
  }
}
@media screen and (max-width: 768px) {
  .community-content .text-content-3 {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (max-width: 480px) {
  .community-content .text-content-3 {
    height: auto;
    font-size: 14px;
    line-height: 18px;
  }
  .community-content .text-content-3 .padding {
    padding: 15% 8% 7%;
  }
  .community-content .text-content-3 .slider-arrow {
    display: none;
  }
}
#page-about section.newsletter-cta {
  background-color: #c03c85;
  padding: 55px 0;
}
#page-about section.newsletter-cta .container h2,
#page-about section.newsletter-cta .container p,
#page-about section.newsletter-cta .container label {
  color: #ffffff;
}
#page-about section.newsletter-cta .container .heading {
  text-align: right;
}
#page-about section.newsletter-cta .container .heading h2 {
  font-weight: normal;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding-top: 6px;
}
#page-about section.newsletter-cta .container .form-control {
  max-width: 325px;
  display: inline-block;
  height: 33px;
}
#page-about section.newsletter-cta .container input[type="submit"] {
  background-color: #c03c85;
  display: inline-block;
  border: 1px solid #ffffff;
  color: #ffffff;
}
#page-about section.newsletter-cta .container input[type="submit"]:hover {
  border: 1px solid #ffffff;
  background-color: #ffffff;
  color: #c03c85;
}
@media screen and (max-width: 991px) {
  #page-about section.newsletter-cta .container .heading,
  #page-about section.newsletter-cta .container .form {
    text-align: center;
    margin: 5px 0;
  }
  #page-about section.newsletter-cta .container .form-control {
    max-width: 60%;
  }
}
@media screen and (max-width: 767px) {
  #page-about section.newsletter-cta .container .form-control {
    max-width: 95%;
  }
  #page-about section.newsletter-cta .container input[type="submit"] {
    width: 95%;
    margin-top: 5px;
  }
}
section.team {
  background: white;
  padding-bottom: 144px;
/*  padding-top: 100px;*/
  position: relative;
}
section.team .header {
  text-align: center;
  padding-bottom: 55px;
}
section.team .header h2 {
  font-family: "proxima-nova", "Proxima Nova", Helvetica, "Helvetica Neue", Arial, Verdana, sans-serif;
  font-weight: bold;
  font-size: 28px;
  margin-bottom: 36px;
}
section.team .header p a {
  font-size: 14px;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  section.team {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  section.team .header {
    padding-bottom: 10px;
  }
  section.team .header h2 {
    font-size: 25px;
  }
}
@media screen and (max-width: 480px) {
  section.team.visible {
    padding-bottom: 350px;
  }
  section.team.visible .profiles .padding {
    padding: 0% 15% 7% 0%;
  }
  section.team.visible .profiles .slider .slider-arrows .slider-arrow--right {
    right: 10px;
  }
  section.team.visible .profiles .slider .slider-arrows .slider-arrow--left {
    left: 10px;
  }
}
@media screen and (max-width: 480px) {
  section.team.visible {
    padding-bottom: 350px;
  }
  section.team.visible .profiles .padding {
    padding: 0% 22% 7% 0%;
  }
  section.team.visible .profiles .slider .slider-arrows .slider-arrow--right {
    right: 0px;
  }
  section.team.visible .profiles .slider .slider-arrows .slider-arrow--left {
    left: 0px;
  }
}





section.team .profiles {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background-color: white;
  visibility: hidden;
}
section.team .profiles.visible {
  visibility: visible;
}
section.team .profiles .close {
  color: #ccc;
  font-weight: bold;
}
section.team .profiles .height100 {
  height: 100%;
}
section.team .profiles h3 {
  font-size: 40px;
  padding-bottom: 16px;
  font-family: "Oswald", Helvetica, "Helvetica Neue", Arial, Verdana, sans-serif;
}
section.team .profiles .padding {
  padding: 4% 12% 7% 10%;
}
section.team .profiles .picture-wrapper {
  height: 100%;
}
section.team .profiles .picture-wrapper .thumb-wrap {
  max-width: 313px;
  max-height: 313px;
  display: block;
  position: relative;
  margin-bottom: 20px;
}
section.team .profiles .picture-wrapper .thumb-wrap .mask {
  background: url("img/team-big-mask.png") top left no-repeat;
  max-width: 313px;
  max-height: 313px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: 100% 100%;
}
section.team .profiles .picture-wrapper .thumb-wrap img.picture {
  max-width: 313px;
  max-height: 313px;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  section.team .profiles .picture-wrapper {
    height: auto;
  }
  section.team .profiles .picture-wrapper .picture {
    margin: 0 auto;
    padding-bottom: 25px;
  }
}
section.team .profiles .bio {
  font-size: 15px;
color: black;
}
section.team .profiles .bio .title {
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  font-size: 20px;
  margin-bottom: 30px;
}
#page-personal .team .person p.smalltext {
font-size: 10px;
color: #000;
line-height: 1.6em;
font-style: normal;
text-transform: inherit;
font-family: sans-serif;
}
section.team .profiles .slider-nav {
  display: none;
}
section.team .container {
  width: 100%;
  max-width: 100%;
}
section.team .header h2 {
  margin-bottom: 0;
    margin-top: 90px;
}
.card.default ul.slides {
  padding-left: 0;
}
.card.default .team-members {
  margin: 0 auto;
  max-width: 850px;
}
@media (max-width: 991px) {
  .card.default .team-members {
    max-width: 420px;
  }
   #page-personal .community .card.default .team-members {
    max-width: 500px;
  }
#page-home section .slide .members {
    max-width: 550px;
  }

}
.card.default .team-members .person {
  width: 140px;
  margin-left: 40px;
  margin-right: 30px;
  text-align: center;
  display: block;
  cursor: pointer;
  float: left;
}
@media (max-width: 767px) {
    
  .card.default .team-members .person, section.home-supporters .members .person {
    float: none;
    margin: 0 auto 20px;
  }
    
  #page-personal section.ambassadors .card.default .ambass .person3{
      float: none !important;
      margin:0 auto !important;
  }
    
.home-we-featured li.slide {
  padding: 0 5px;
      display: block;
}
.home-we-featured .members .thumb-wrap {
display: block;
}
#page-personal .community .team-members .person2 {

  cursor: pointer;
   float: none; 
  height: 250px;
  margin: 0 auto;    
    
}
    .btn.whiteclear {
 
  margin-top: 5px;
    }
.header .btn.whiteclear {
    margin-top: 15px;
}
.container .header h2 {

  margin-top: 30px;
}
}
.card.default .team-members .person .thumb-wrap {
  display: block;
  position: relative;
  width: 140px;
  height: 140px;
  margin-bottom: 20px;
}
.card.default .team-members .person .thumb-wrap .mask {
  background: url("img/team-thumb-mask.png") top left no-repeat;
  width: 140px;
  height: 140px;
  position: absolute;
  top: 0;
  left: 0;
}
.card.default .team-members .person .thumb-wrap img.thumb {
  width: 140px;
  height: 140px;
}
.card.default .team-members .person:hover .thumb-wrap .mask {
  background-position: -150px 0;
}
.card.default .team-members .person h3 {
  font-size: 25px;
  font-family: "Oswald", Helvetica, "Helvetica Neue", Arial, Verdana, sans-serif;
  text-transform: uppercase;
  margin-bottom: 10px;
  text-align: center;
}
.card.default .team-members .person p {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
  font-style: italic;
  text-align: center;
}
.card.default .slider-nav {
  display: none;
}
/*

AMBASSADORS
*/
.amb_form {
    
}


label.ss-q-item-label {
  display: inherit;
}

label > div label {
    display: none;
}

label.ss-q-item-label div label {
    display: none;
}

span.ss-required-asterisk {
    display: none;
}

.ss-form ul, .ss-form ol {
    margin-left: 0px;
  
    /* padding-top: 10px; */
      margin-bottom: 0px;
  list-style: none;
  padding-left: 0px;
}
img.ss-image {
    display: none;
}

textarea#entry_1211037731 {
  clear: both;
  display: block;
  width: 50%;
}

.ss-q-title {
    margin-bottom: 5px;
    font-size: 18px;
}

.required-message {
    display: none;
}

.ss-form-question {
    margin-bottom: 20px;
}

.ss-required-asterisk {
  display: none;
}
#page-personal section.ambassadors {
    padding-bottom: 110px;
    
    
}

section.ambassadors .slider .slider-arrow {
color: black;
}
    
    
#page-personal section.ambassadors .card.default .ambass .person3 {
width: 250px;
margin-left: 10px;
margin-right: 20px;
text-align: center;
display: block;
cursor: pointer;
float: left;
}

#page-personal section.ambassadors .card.default .ambass .person3 .thumb-wrap {
    display: block;
position: relative;
width: 165px;
height: 165px;
margin: 0 auto;
margin-bottom: 37px;
}

#page-personal section.ambassadors .card.default .ambass .person3 .thumb-wrap img.thumb {
    
    width: 165px;
height: 165px;
border-radius: 85px;
}

#page-personal section.ambassadors .card.default .ambass .person3 h3 {
    font-size: 23px;
font-family: "Oswald", Helvetica, "Helvetica Neue", Arial, Verdana, sans-serif;
text-transform: none;
margin-bottom: 30px;
text-align: center;

}

#page-personal section.ambassadors .card.default .ambass .person3 p.smalltext {
    font-size: 15px;
color: #000;
/* line-height: 1.6em; */
font-style: normal;
text-transform: inherit;
font-family: sans-serif;
font-weight: 100;
}

#ambass_btn {
    margin: 0 auto;
text-align: center;
}

#page-personal section.ambassadors .btn {
    display: inline-block;
    text-align: center;
margin: 0 auto;
width: 220px;
/* color: #000; */
margin-top: 55px;
margin-left:10px;
margin-right: 10px;
}

/*

ABOUT PAGE
*/

.about-headline .modal {
    position: absolute;
}
.about-headline .modal.in .modal-dialog{
    width: 100%;
        margin:0px;
}

.about-headline .modal .modal-dialog .modal-content .modal-header button.close {
    position: initial;
}


.about-headline .modal-header {
  border: none;
  float: right;
  position: absolute;
  right: 10px;
  z-index: 9999;
}
.about-headline .modal-body {
    padding: 0px;
}

section.press {
 min-height: 570px;
background: #d45858;
padding-top: 30px;
color: #FFF;
  max-height: 800px;
height: auto;
}
section.press .container {
  width: 100%;
  max-width: 100%;
}
section.press h2 {
  color: white;
  text-align: center;
  margin-top: 100px;
  margin-bottom: 10px;
}
section.press ul#press {
  margin: 0;
  padding: 0;
  margin: 0 auto;
  max-width: 900px;
  height: 100px;
  display: table;
  position: relative;
  z-index: 100;
}
section.press ul#press li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  float: left;
}
section.press ul#press li {
  display: table-cell;
  vertical-align: middle;
  float: none;
  padding: 0 20px;
  cursor: pointer;
}
section.press ul#press li img {

-webkit-filter: invert(100%);
filter: invert(100%);
    opacity: 0.4;
}
section.press ul#press li.active img {
  opacity: 1;
}
@media screen and (max-width: 480px) {
  section.press ul#press li {
    width: 0;
    padding: 0;
  }
  section.press ul#press li.active {
    width: 100%;
  }
  section.press ul#press li.active img {
    margin: 0 auto;
  }
}
@media screen and (min-width: 480px + 1) {
  section.press ul#press #press-1 {
    width: 9%;
  }
  section.press ul#press #press-2 {
    width: 17%;
  }
  section.press ul#press #press-3 {
    width: 10%;
  }
  section.press ul#press #press-4 {
    width: 26%;
  }
  section.press ul#press #press-5 {
    width: 15.5%;
  }
}
section.press blockquote {
  
  text-align: center;
  padding: 0;
  border: none;
  max-width: 800px;
  margin: 0px auto;
  padding: 0 60px;
  font-family: "Roboto Slab", Georgia, "Times New Roman", serif;
font-size: 18px;
font-weight: 300;
padding-bottom: 35px;
}
.press .slider-nav {
    bottom: 0px;
}

section.press blockquote i {
    font-style: normal;
}
@media screen and (max-width: 768px) {
  section.press blockquote {
   
    margin: 25px auto;
  }
.press .col-xs-10 {
      width: 100%;
  padding: 0px;
    margin-left: 0px;
}     
}
@media screen and (max-width: 480px) {
  section.press blockquote {
    font-size: 14px;
    line-height: 35px;
  }
}
@media screen and (max-width: 480px) {
  section.press blockquote {
    font-size: 14px;
    line-height: 25px;
  }
}
section.press .slider {
  padding-top: 30px;
  position: relative;
 
}
section.press .slider .slides {
  padding: 0;
}
section.press .slider .slider-arrow {
/*  color: #fabd5f;*/
    color: rgba(250, 250, 250, 0.4);    
}
section.press .slider .slider-arrow:hover {
  color: white;
}
section.press .slider .slider-arrow > span {
    font-size: 2em;
}
section.press .slider .slider-nav {
/*  display: none;*/
}
section.press .slider .slider-arrow.slider-arrow--left,
section.press .slider .slider-arrow.slider-arrow--right {
/*
  top: 0;
  bottom: auto;
*/
margin-bottom: 0px;
  padding-top: 5px;
  font-size: 1.5em;
    
    left: 0px;
bottom: 50%;

}
@media screen and (max-width: 480px) {
  section.press .slider .slider-arrow.slider-arrow--left {
    left: 0;
  }
  section.press .slider .slider-arrow.slider-arrow--right {
    right: 0;
  }
}
#page-about section.contact {
  background-color: white;
  /*        background-image: url("@{img-root}/about-map.png");
        background-position: 50% center;
        background-repeat: no-repeat;*/
}
#page-about section.contact .container {
  width: 100%;
  max-width: 100%;
}

#page-about section.contact .map {
  /*display: table-cell;
        background-image: url("@{img-root}/about-map.png");
        background-position: left center;
        background-repeat: no-repeat;
        //height: 100%;*/
padding:0px;
}

.acf-map {
	width: 100%;
	height: 410px;
	
	
}

#page-about section.contact .map img {
  width: 100%;
}
#page-about section.contact .info {
  padding: 62px 6%;
text-align: left;
}
#page-about section.contact .info h2 {
  font-size: 42px;
  margin-bottom: 16px;
}
#page-about section.contact .info .phone-email {
width: 410px;
display: block;

margin-right: auto;
margin-bottom: 28px;
 
}
#page-about section.contact .info .phone-email .contact-copy {
    font-size: 13px;
    -webkit-font-smoothing: antialiased;
}

#page-about section.contact .info .phone-email p {
margin: 0;
font-family: "Roboto Slab", Georgia, "Times New Roman", serif;
font-size: 17px;
line-height: 1.5em;
font-weight: 700;
-webkit-font-smoothing: antialiased;
}

.info hr {
    width: 80px;
border-color: #d45858;
text-align: left;
left: 0px;
margin: 0px;
}

#page-about section.contact .info address {
  margin-top: 29px;
margin-bottom: 16px;
font-family: "Roboto Slab", Georgia, "Times New Roman", serif;
font-size: 18px;
font-weight: 900;
text-transform: Capitalize;
}
/* ==========================================================================
   Blog Home Page
   ========================================================================== */
/* ==========================================================================
   Generic & Article Page
   ========================================================================== */
#page-article .entry-content p,
#page-generic .entry-content p {
  line-height: 1.5;
  margin: 0 0 1.5em;
}
#page-article .entry-content h3,
#page-generic .entry-content h3,
#page-article .entry-content h4,
#page-generic .entry-content h4,
#page-article .entry-content h5,
#page-generic .entry-content h5,
#page-article .entry-content h6,
#page-generic .entry-content h6 {
  margin: 1em 0 0.8em;
  line-height: 1.3;
  text-transform: none;
  font-weight: bold;
  font-family: "proxima-nova", "Proxima Nova", Helvetica, "Helvetica Neue", Arial, Verdana, sans-serif;
}
#page-article .entry-content h1,
#page-generic .entry-content h1,
#page-article .entry-content h2,
#page-generic .entry-content h2 {
  margin: 0.2em 0 1em;
}
#page-article .entry-content h3,
#page-generic .entry-content h3 {
  font-size: 21px;
}
#page-article .entry-content h4,
#page-generic .entry-content h4,
#page-article .entry-content h5,
#page-generic .entry-content h5,
#page-article .entry-content h6,
#page-generic .entry-content h6 {
  font-size: 20px;
}
#page-article .entry-content ul,
#page-generic .entry-content ul {
  margin-bottom: 2.1em;
}
#page-article #litg-sidebar-widgets {
  padding-top: 19px;
}
#page-article .entry-content:first-letter {
  float: left;
  font-size: 100px;
  color: #34b9af;
  margin-right: 5px;
  line-height: 80%;
  font-weight: bold;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  #page-article .entry-content:first-letter {
    font-size: 4em;
  }
}
#page-article .author-bio {
  border-top: 1px solid #eaeaea;
}
@media (min-width: 768px) {
  #page-article .author-bio {
    margin-left: 35px;
    padding-top: 28px;
    margin-bottom: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 767px) {
  #page-article .author-bio {
    padding: 5%;
    text-align: center;
  }
}
#page-article .author-bio .thumb {
  padding-left: 0;
}
#page-article .author-bio .thumb img.avatar {
  width: 95px;
  height: 95px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  #page-article .author-bio .thumb {
    padding-bottom: 20px;
  }
}
#page-article .author-bio h4 {
  font-size: 22px;
}
#page-article .author-bio .archives-link {
  font-size: 12px;
  font-weight: bold;
}
@media (min-width: 992px) {
  #page-article .author-bio .archives-link {
    text-align: right;
    font-size: 14px;
  }
}
#page-article .author-bio .bio {
  text-align: justify;
  font-size: 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  margin-top: 15px;
}
#page-article .author-bio .bio a {
  color: #34b9af;
}
@media (min-width: 992px) {
  #page-article .sticky-share {
    width: 31px;
    float: left;
    margin-left: -46px;
    height: 135px;
  }
  #page-article .sticky-share.affix-top {
    position: static;
  }
  #page-article .sticky-share.affix {
    position: fixed;
  }
  #page-article .sticky-share .share-tools {
    margin: 0;
    width: 31px;
    background: black;
    padding: 10px 3px;
    z-index: 2;
    max-width: 31px;
    height: 135px;
  }
  #page-article .sticky-share .share-tools.affix {
    position: fixed;
  }
  #page-article .sticky-share .share-tools ul {
    margin: 0;
    padding: 0;
  }
  #page-article .sticky-share .share-tools ul li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    float: left;
  }
  #page-article .sticky-share .share-tools ul li a {
    font-size: 19px;
    color: white;
    padding-bottom: 5px;
  }
  #page-article .sticky-share .share-tools ul li a:hover {
    color: #34b9af;
  }
}
#page-article .share-article h2 {
  text-align: center;
  margin-bottom: 10px;
}
#page-article .share-article .share-tools {
  margin: 20px auto 60px;
  width: 220px;
}
#page-article .share-article .share-tools:before,
#page-article .share-article .share-tools:after {
  content: " ";
  display: table;
}
#page-article .share-article .share-tools:after {
  clear: both;
}
#page-article .share-article .share-tools:before,
#page-article .share-article .share-tools:after {
  content: " ";
  display: table;
}
#page-article .share-article .share-tools:after {
  clear: both;
}
#page-article .share-article .share-tools ul {
  margin: 0;
  padding: 0;
}
#page-article .share-article .share-tools ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  float: left;
}
#page-article .share-article .share-tools ul li {
  margin: 0 4px;
}
#page-article .post-navigation .prev,
#page-article .post-navigation .next {
  width: 30%;
  height: 40px;
  top: 400px;
  position: absolute;
  right: 0;
}
#page-article .post-navigation .prev a,
#page-article .post-navigation .next a {
  display: block;
  z-index: 2;
  font-family: "Oswald", Helvetica, "Helvetica Neue", Arial, Verdana, sans-serif;
  font-weight: normal;
  font-size: 18px;
  text-transform: uppercase;
}
#page-article .post-navigation .prev a span,
#page-article .post-navigation .next a span {
  padding: 12px;
  display: inline-block;
  color: white;
}
#page-article .post-navigation .prev a span.nav-label,
#page-article .post-navigation .next a span.nav-label {
  background: transparent;
  color: transparent;
  display: none;
}
html.no-touch #page-article .post-navigation .prev a span.nav-label,
html.no-touch #page-article .post-navigation .next a span.nav-label {
  display: inline-block;
}
#page-article .post-navigation .prev a span.icon,
#page-article .post-navigation .next a span.icon {
  width: 34px;
  background: #dbdbdb;
}
#page-article .post-navigation .prev a span .fa-lg,
#page-article .post-navigation .next a span .fa-lg,
#page-article .post-navigation .prev a span .fa-2x,
#page-article .post-navigation .next a span .fa-2x {
  vertical-align: 0;
}
html.no-touch #page-article .post-navigation .prev a:hover,
html.no-touch #page-article .post-navigation .next a:hover {
  text-decoration: none;
  background: #262626;
}
html.no-touch #page-article .post-navigation .prev a:hover span,
html.no-touch #page-article .post-navigation .next a:hover span {
  text-decoration: none;
}
html.no-touch #page-article .post-navigation .prev a:hover span.icon,
html.no-touch #page-article .post-navigation .next a:hover span.icon {
  color: #34b9af;
  background: #262626;
}
html.no-touch #page-article .post-navigation .prev a:hover span.nav-label,
html.no-touch #page-article .post-navigation .next a:hover span.nav-label {
  display: inline-block;
  color: white;
  text-decoration: none;
}
#page-article .post-navigation .prev {
  left: 0;
}
#page-article .post-navigation .prev a {
  float: left;
}
#page-article .post-navigation .prev a .icon {
  padding-right: 9px;
}
#page-article .post-navigation .next {
  right: 0;
}
#page-article .post-navigation .next a {
  float: right;
}
#page-article .post-navigation .next a .icon {
  padding-left: 12px;
}
/* ==========================================================================
   Challenges Page
   ========================================================================== */
#page-challenges h3 {
  font-size: 40px;
  padding-bottom: 16px;
  font-family: "Oswald", Helvetica, "Helvetica Neue", Arial, Verdana, sans-serif;
}
#page-challenges p {
  font-size: 16px;
}
#page-challenges .challenges-header h1 {
  color: #fabd5f;
}
#page-challenges .challenges-header p {
  font: italic 20px/24px Georia, serif;
  margin-top: 10px;
}
#page-challenges .challenge {
  padding: 45px 30px 30px;
}
#page-challenges .quiz {
  padding: 45px 45px 30px;
}
#page-challenges .challenge img {
  margin-bottom: 10px;
}
#page-challenges .challenge .challenge-cta {
  width: 95%;
}
#page-challenges .challenge .challenge-cta .get-started {
  font: italic 18px/20px Georgia, "Times New Roman", serif;
  padding: 10px 0 0;
  margin-bottom: 10px;
}
#page-challenges .challenge .challenge-cta .col-md-3 {
  max-width: 225px;
  padding: 0 5px;
}
#page-challenges .challenge .challenge-cta input[type="text"],
#page-challenges .challenge .challenge-cta input[type="email"] {
  width: 100%;
  max-width: 400px;
  border: 1px solid #fabd5f;
  margin-bottom: 10px;
  padding: 10px;
}
#page-challenges .challenge .challenge-cta .btn {
  width: 105px;
  background-color: #fabd5f;
  color: white;
  border: none;
  padding: 12px;
  margin-bottom: 10px;
}
#page-challenges .challenge .challenge-cta .btn:hover {
  background: white;
  color: #fabd5f;
  border: 1px solid #fabd5f;
}
@media screen and (max-width: 767px) {
  #page-challenges .challenge .challenge-cta .btn {
    width: 100%;
    max-width: 400px;
  }
}
@media screen and (max-width: 767px) {
  #page-challenges .challenge article .col-xs-4 {
    width: 100%;
  }
  #page-challenges .challenge .challenge-cta .col-xs-12 {
    margin-top: 6px;
  }
}
/* ==========================================================================
   Consulting Page
   ========================================================================== */
#page-consulting {
  font-size: 19px;
}
#page-consulting .no-bottom-padding {
  padding-bottom: 0;
}
#page-consulting h1 {
  margin-left: 15px;
  margin-bottom: 45px;
}
#page-consulting .header {
  position: relative;
}
#page-consulting .header img {
  max-width: none;
  width: 100%;
  position: relative;
}
#page-consulting .header h2 {
  color: white;
  text-transform: none;
  font-size: 48px;
  text-align: center;
  text-shadow: 0px 0px 6px #333;
  position: absolute;
  top: 36%;
  margin: 0 auto;
  width: 100%;
}
#page-consulting .header .description {
  background-color: #34b9af;
  color: white;
  position: relative;
  top: 100%;
  width: 100%;
  padding: 3% 22%;
  font: 20px/26px "proxima-nova", "Proxima Nova", Helvetica, "Helvetica Neue", Arial, Verdana, sans-serif;
  text-align: center;
}
#page-consulting section.consulting-overview {
  background: white;
  padding-bottom: 178px;
  padding-top: 100px;
  padding-bottom: 20px;
}
#page-consulting section.consulting-overview .header {
  text-align: center;
  padding-bottom: 55px;
}
#page-consulting section.consulting-overview .header h2 {
  font-family: "proxima-nova", "Proxima Nova", Helvetica, "Helvetica Neue", Arial, Verdana, sans-serif;
  font-weight: bold;
  font-size: 28px;
  margin-bottom: 36px;
}
#page-consulting section.consulting-overview .header p a {
  font-size: 14px;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  #page-consulting section.consulting-overview {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #page-consulting section.consulting-overview .header {
    padding-bottom: 10px;
  }
  #page-consulting section.consulting-overview .header h2 {
    font-size: 25px;
  }
}
#page-consulting section.consulting-overview h3 {
  font-weight: bold;
  margin-bottom: 45px;
  text-transform: uppercase;
}
#page-consulting section.consulting-overview .stats {
  margin-bottom: 85px;
}
#page-consulting section.consulting-overview .stats .stat {
  color: #c03c85;
  font-family: "Roboto Slab", Georgia, "Times New Roman", serif;
  font-size: 61px;
}
#page-consulting section.consulting-overview .stats p.stat-text {
  font-weight: bold;
  letter-spacing: 0.5px;
  padding: 0 25px;
}
#page-consulting section.consulting-overview ul {
  list-style: none;
  position: relative;
  padding-left: 20px;
  margin-bottom: 40px;
  font-weight: bold;
}
#page-consulting section.consulting-overview ul li:before {
  content: '';
  width: 7px;
  height: 7px;
  background-color: #34b9af;
  position: absolute;
  left: 0;
  margin-top: 8px;
}
#page-consulting section.contact {
  background-color: white;
  padding-bottom: 100px;
}
#page-consulting section.contact .container {
  border-top: 2px dotted #e5e5e5;
  padding-top: 60px;
}
#page-consulting section.contact .container h2 {
  margin: 0;
  text-align: center;
  color: #fabd5f;
  line-height: 40px;
  font-size: 62px;
  text-transform: uppercase;
}
#page-consulting section.contact .container h3 {
  color: #fabd5f;
  text-align: center;
  font-size: 35px;
  text-transform: uppercase;
  font-weight: bold;
}
#page-consulting section.contact .container .lets-talk p {
  padding: 2% 15% 5%;
  text-align: center;
}
#page-consulting section.contact .container .lets-talk input,
#page-consulting section.contact .container .lets-talk textarea {
  width: 100%;
  margin: 6px 1%;
  background-color: white;
  border: 1px solid #707174;
  padding: 10px;
  font-size: 16px;
}
#page-consulting section.contact .container .lets-talk textarea {
  margin-top: 12px;
}
#page-consulting section.contact .container .lets-talk .gform_wrapper .gform_footer {
  padding: 0;
  margin: 0;
  text-align: center;
}
#page-consulting section.contact .container .lets-talk #gform_submit_button_1 {
  font-weight: bold;
  border: 1px solid #fabd5f;
  max-width: 195px;
  width: 100%;
}
#page-consulting section.contact .container .lets-talk #gform_submit_button_1:hover {
  background-color: #fabd5f;
  color: white;
}
@media screen and (max-width: 768px) {
  #page-consulting .header h1 {
    top: 24%;
  }
  #page-consulting .header .description {
    padding: 3% 10%;
  }
}
@media screen and (max-width: 480px) {
  #page-consulting h1,
  #page-consulting section.contact .container h1 {
    font-size: 40px;
  }
  #page-consulting h2,
  #page-consulting section.contact .container h2 {
    font-size: 22px;
  }
  #page-consulting .header .description {
    font-size: 15px;
    line-height: 18px;
  }
  #page-consulting section.contact .container .lets-talk p {
    font-size: 16px;
    padding: 2% 0% 5%;
  }
}
/* ==========================================================================
   Events Page
   ========================================================================== */
#page-events h1 {
  color: #93c450;
}
#page-events #bring-litg {
  display: block;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  background: url("img/bring-litg-to-your-city.png") top left no-repeat;
  width: 198px;
  height: 56px;
}
@media screen and (max-width: 767px) {
  #page-events #bring-litg {
    margin: 10px auto;
  }
}
@media screen and (min-width: 768px) {
  #page-events #bring-litg {
    float: right !important;
  }
}
/* ==========================================================================
   Search Results Page
   ========================================================================== */
#page-search mark {
  background: #fbbd54;
}
/* ==========================================================================
   Full Width Generic Page Template
   ========================================================================== */
#page-fullwidth section.post-content {
  margin-top: 0;
}
#page-fullwidth section.post-content img {
max-width: 100%;
}
#post-comments {
  border-top: 1px solid #eaeaea;
  padding-top: 28px;
  padding-right: 50px;
  /* ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' /   Comments   */
  /* ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' /   Comment forms  */
  /*  Red   */
}
@media (min-width: 768px) {
  #post-comments {
    margin-left: 35px;
  }
}
#post-comments .comments-col {
  padding-right: 0;
}
#post-comments #commentform input[type=submit] {
  background-color: #000;
  border: none;
  color: #fff;
  padding: 8px 10px;
}
#post-comments #commentform a {
  color: #000;
}
#post-comments .commentlist a {
  color: #000;
}
#post-comments .iphone-home-image {
  width: 300px !important;
}
#post-comments h3.comments-title,
#post-comments h3#reply-title {
  display: block;
  font-size: 22px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 28px;
  margin-bottom: 28px;
  padding: 0;
  text-decoration: none;
}
#post-comments .comments-title {
  margin-bottom: 40px;
}
#post-comments .commentlist {
  list-style: none;
  padding-left: 0;
  margin-bottom: 70px;
}
#post-comments .commentlist li {
  display: list-item;
  list-style-type: none;
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 40px;
}
#post-comments .commentlist li ul li {
  list-style-type: none;
}
#post-comments .comments {
  padding-top: 40px;
  border-top: 1px solid #eee;
}
#post-comments .commentlist #respond {
  padding: 0;
  border: none;
}
#post-comments .comment-body p {
  font-size: 13px;
  color: #555555;
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.6em;
  margin: 0 0 25px 0;
}
#post-comments .comment-wrap {
  margin-left: 90px;
}
#post-comments .commentlist {
  margin-bottom: 70px;
}
#post-comments .comment .avatar {
  float: left;
}
#post-comments .comment p {
  margin-bottom: 0;
}
#post-comments .comment-author {
  font-family: "proxima-nova", "Proxima Nova", Helvetica, "Helvetica Neue", Arial, Verdana, sans-serif;
}
#post-comments .comment-author cite {
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  font-style: normal;
  text-transform: uppercase;
}
#post-comments .comment-author .author-tag {
  color: #e1e1e1;
  font-weight: normal;
}
#post-comments .comment .comment-meta {
  font-family: "proxima-nova", "Proxima Nova", Helvetica, "Helvetica Neue", Arial, Verdana, sans-serif;
  font-size: 11px;
  margin: 2px 0 10px;
  color: #bbb;
  font-weight: normal;
}
#post-comments .comment .comment-meta a {
  font-size: 11px;
  color: #bbb;
  font-weight: normal;
}
#post-comments .cancel-comment-reply,
#post-comments .log-comment {
  margin-bottom: 20px;
}
#post-comments .comment .children {
  margin-top: 40px;
  margin-left: 80px;
}
#post-comments .comment .avatar {
  border-radius: 50%;
}
#post-comments #commentform form,
#post-comments #commentform fieldset {
  margin-bottom: 20px;
}
#post-comments #respond {
  margin-bottom: 80px;
}
#post-comments .commentlist #respond {
  margin-top: 50px;
}
#post-comments #reply-title {
  margin-bottom: 40px;
}
#post-comments #respond label {
  width: 70px;
  font-family: "proxima-nova", "Proxima Nova", Helvetica, "Helvetica Neue", Arial, Verdana, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  display: inline-block;
  color: #bbb;
}
#post-comments #commentform textarea {
  height: 180px;
  vertical-align: bottom;
  width: 96%;
  max-width: 96%;
  padding: 14px 2%;
}
#post-comments #commentform p.textarea {
  margin-bottom: 8px;
}
#post-comments #commentform p {
  margin-bottom: 20px;
}
#post-comments #reply-title small {
  margin-left: 4px;
  letter-spacing: 0;
  font-size: 11px;
}
#post-comments .commentlist #reply-title small {
  display: inline;
}
#post-comments #cancel-comment-reply-link small a,
#post-comments #reply-title small a {
  color: #a94442;
  font-weight: bold;
}
a#post-comments #cancel-comment-reply-link small a:hover,
a#post-comments #reply-title small a:hover {
  color: #843534;
}
#post-comments .log-comment {
  font-size: 13px;
}
#post-comments #commentform input#author,
#post-comments #commentform input#email,
#post-comments #commentform input#url,
#post-comments #commentform input#contactName {
  margin-left: -4px;
}
#post-comments #commentform input[type="text"],
#post-comments #commentform input[type="password"],
#post-comments #commentform input[type="email"],
#post-comments #commentform input[type="url"],
#post-comments #commentform textarea,
#post-comments #commentform select {
  border: none;
  padding: 9px 14px;
  font-size: 16px;
  border: 1px solid #eee;
  background-color: #eee;
  margin: 0;
  outline: 0;
  -webkit-appearance: none;
}
@media (max-width: 767px) {
  #post-comments #commentform input[type="text"],
  #post-comments #commentform input[type="password"],
  #post-comments #commentform input[type="email"],
  #post-comments #commentform input[type="url"],
  #post-comments #commentform textarea,
  #post-comments #commentform select {
    width: 95%;
  }
}
#post-comments #commentform input[type="text"]:focus,
#post-comments #commentform input[type="password"]:focus,
#post-comments #commentform input[type="url"]:focus,
#post-comments #commentform input[type="email"]:focus,
#post-comments #commentform textarea:focus {
  border-color: #ccc;
}
#post-comments #commentform select {
  padding: 0;
}
#post-comments #commentform textarea {
  min-height: 60px;
}
#post-comments #commentform select {
  width: 220px;
}
#post-comments #commentform input[type="checkbox"] {
  display: inline;
}
#post-comments #commentform p.comment-notes,
#post-comments #commentform p.form-allowed-tags {
  display: none;
}
#post-comments #commentform button,
#post-comments #commentform #submit,
#post-comments #commentform input[type="submit"] {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  background: transparent;
  border: 1px solid black;
  color: black;
  font-family: "proxima-nova", "Proxima Nova", Helvetica, "Helvetica Neue", Arial, Verdana, sans-serif;
  font-weight: bold;
  font-size: 13px;
  text-transform: uppercase;
}
#post-comments #commentform button:focus,
#post-comments #commentform #submit:focus,
#post-comments #commentform input[type="submit"]:focus,
#post-comments #commentform button:active:focus,
#post-comments #commentform #submit:active:focus,
#post-comments #commentform input[type="submit"]:active:focus,
#post-comments #commentform button.active:focus,
#post-comments #commentform #submit.active:focus,
#post-comments #commentform input[type="submit"].active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
#post-comments #commentform button:hover,
#post-comments #commentform #submit:hover,
#post-comments #commentform input[type="submit"]:hover,
#post-comments #commentform button:focus,
#post-comments #commentform #submit:focus,
#post-comments #commentform input[type="submit"]:focus {
  color: #333333;
  text-decoration: none;
}
#post-comments #commentform button:active,
#post-comments #commentform #submit:active,
#post-comments #commentform input[type="submit"]:active,
#post-comments #commentform button.active,
#post-comments #commentform #submit.active,
#post-comments #commentform input[type="submit"].active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
#post-comments #commentform button.disabled,
#post-comments #commentform #submit.disabled,
#post-comments #commentform input[type="submit"].disabled,
#post-comments #commentform button[disabled],
#post-comments #commentform #submit[disabled],
#post-comments #commentform input[type="submit"][disabled],
fieldset[disabled] #post-comments #commentform button,
fieldset[disabled] #post-comments #commentform #submit,
fieldset[disabled] #post-comments #commentform input[type="submit"] {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
#post-comments #commentform button:hover,
#post-comments #commentform #submit:hover,
#post-comments #commentform input[type="submit"]:hover {
  background-color: black;
  border-color: black;
  color: white;
}
#post-comments #respond .comment-form-comment label {
  display: none;
}
#post-comments .required,
#post-comments .moderation,
#post-comments .contactform label.error {
  color: #a94442;
}
a#post-comments .required:hover,
a#post-comments .moderation:hover,
a#post-comments .contactform label.error:hover {
  color: #843534;
}
#page-home.special-event-landing h2 {
  font-size: 1.79em;
  font-weight: normal;
}
#page-home.special-event-landing section h2 {
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  #page-home.special-event-landing section h2 {
    text-align: center;
  }
}
#page-home.special-event-landing section .container {
  background-color: white;
  border-bottom: 2px solid #eaeaea;
  padding-bottom: 45px;
  padding-top: 40px;
}
@media (max-width: 768px) {
  #page-home.special-event-landing section .container {
    padding: 40px 15px;
  }
}
@media (max-width: 991px) {
  #page-home.special-event-landing section .container {
    width: auto;
  }
}
#page-home.special-event-landing section.newsletter-cta {
  padding: 30px 0 13px;
}
#page-home.special-event-landing section.newsletter-cta .heading {
  text-align: center;
}
#page-home.special-event-landing section.newsletter-cta .heading h2 {
  font-size: 1.29em;
  letter-spacing: 0;
  margin: 0;
  padding-top: 14px;
}
@media (max-width: 768px) {
  #page-home.special-event-landing section.newsletter-cta .heading h2 {
    font-size: 1.15em;
  }
  #page-home.special-event-landing section.newsletter-cta .heading h2 span {
    display: none;
  }
}
#page-home.special-event-landing section.newsletter-cta .container {
  background-color: transparent;
  border-bottom: none;
  padding: 0;
}
#page-home.special-event-landing section.newsletter-cta .container .form-control,
#page-home.special-event-landing section.newsletter-cta .container .btn.button.sign-up {
  font-size: 1.29em;
  height: 42px;
}
#page-home.special-event-landing section.newsletter-cta .container .btn.button.sign-up {
  margin-left: 5px;
  position: relative;
  top: -2px;
}
@media (max-width: 767px) {
  #page-home.special-event-landing section.newsletter-cta .container .btn.button.sign-up {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  #page-home.special-event-landing section.newsletter-cta {
    padding-top: 25px;
  }
  #page-home.special-event-landing section.newsletter-cta .heading {
    margin: 0 0 10px 0;
  }
  #page-home.special-event-landing section.newsletter-cta .heading h2 {
    padding-top: 0;
  }
  #page-home.special-event-landing section.newsletter-cta .form-control {
    text-align: center;
  }
  #page-home.special-event-landing section.newsletter-cta .btn.button.sign-up {
    margin-top: 10px;
    top: 0;
  }
}
#page-home.special-event-landing .header {
  background-color: white;
  overflow: hidden;
}
section#special-event-header {
  max-width: 1300px;
  position: relative;
}
section#special-event-header img {
  height: auto;
  width: 100%;
}
section#special-event-header .bottom {
  bottom: 5%;
  left: 23%;
  position: absolute;
  width: 55%;
}
section#special-event-header .bottom h1,
section#special-event-header .bottom p.caption {
  font-size: 2.7em;
  text-align: center;
  margin: 0 0 10px;
  font-weight: normal;
  text-transform: none;
}
@media (max-width: 480px) {
  section#special-event-header .bottom h1,
  section#special-event-header .bottom p.caption {
    left: 20%;
    line-height: 30px;
    position: absolute;
    top: -5px;
    width: 60%;
  }
}
@media (max-width: 480px) {
  section#special-event-header .bottom h1,
  section#special-event-header .bottom p.caption {
    font-size: 2.25em;
  }
}
@media (max-width: 320px) {
  section#special-event-header .bottom h1,
  section#special-event-header .bottom p.caption {
    font-size: 1.5em;
  }
}
section#special-event-header .bottom .center {
  float: left;
  font-size: 1.57em;
  line-height: 24px;
  margin: 0 auto;
  padding-right: 3%;
  width: 67%;
}
section#special-event-header .bottom .center a {
  font-weight: bold;
  margin-left: 5px;
}
section#special-event-header .bottom .center a .fa {
  margin-left: 5px;
}
@media (max-width: 768px) {
  section#special-event-header .bottom .center {
    text-align: center;
  }
}
@media (max-width: 480px) {
  section#special-event-header .bottom .center {
    clear: both;
    float: none;
    padding-top: 20px;
    width: 100%;
  }
  section#special-event-header .bottom .center a {
    display: none;
  }
}
section#special-event-header .bottom .pull-left,
section#special-event-header .bottom .pull-right {
  width: 15%;
}
section#special-event-header .bottom .pull-left {
  text-align: center;
}
section#special-event-header .bottom .pull-left img {
  height: 60px;
  width: 60px;
}
@media (max-width: 480px) {
  section#special-event-header .bottom .pull-left img {
    height: 45px;
    width: 45px;
  }
}
section#special-event-header .bottom .pull-right img {
  max-height: 70px;
  max-width: 70px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  section#special-event-header .bottom {
    left: 12.5%;
    width: 75%;
  }
}
@media (max-width: 991px) {
  section#special-event-header .bottom {
    bottom: auto;
    left: 0;
    position: relative;
    top: -75px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  section#special-event-header .bottom {
    font-size: 0.8em;
  }
}
@media (max-width: 480px) {
  section#special-event-header .bottom {
    top: -10px;
  }
}
section#event-posts .container {
  padding: 0 90px;
  padding-bottom: 5px;
}
section#event-posts .blog-post {
  margin-bottom: 40px;
  min-height: 186px;
}
@media (min-width: 767px) and (max-width: 768px) {
  section#event-posts .blog-post {
    height: 180px;
  }
}
@media (max-width: 767px) {
  section#event-posts .blog-post {
    margin: 40px 25px;
  }
}
section#event-posts .featured-image {
  float: left;
  padding: 0 15px 0 10px;
  width: 50%;
}
section#event-posts .featured-image img {
  height: auto;
  width: 100%;
}
section#event-posts .read-more-artcles a {
  color: #34b9af;
  font-size: 1.14em;
  font-weight: bold;
  text-transform: uppercase;
}
section#event-posts .read-more-artcles a i.fa {
  float: right;
  margin-top: 3px;
}
@media (min-width: 480px) {
  section#event-posts .read-more-artcles {
    display: none;
  }
}
section#event-posts .title {
  float: left;
  font-size: 1.25em;
  font-weight: bold;
  width: 50%;
  line-height: 1.2;
}
section#event-posts .title .author {
  font-weight: normal;
}
section#event-posts .title .read-more {
  margin-top: 20px;
}
section#event-posts .title .read-more a {
  color: #c03c85;
  text-transform: uppercase;
}
section#event-posts .title .read-more a i.fa {
  margin-left: 15px;
}
section#attend-an-event .event {
  clear: both;
  overflow: auto;
}
section#attend-an-event .event.first .featured-image {
  float: left;
  width: 38%;
}
@media (max-width: 767px) {
  section#attend-an-event .event.first .featured-image {
    float: none;
    width: 100%;
  }
}
section#attend-an-event .event.first .event-info {
  background-color: #34b9af;
  width: 62%;
}
section#attend-an-event .event.first .event-info:before {
  border-color: transparent #34b9af transparent transparent;
  border-style: solid;
  border-width: 27.5px 25px 27.5px 0;
  content: '';
  left: -25px;
  position: absolute;
  top: 20%;
  width: 0;
}
@media (max-width: 767px) {
  section#attend-an-event .event.first .event-info {
    float: none;
    height: auto;
    width: 100%;
  }
  section#attend-an-event .event.first .event-info:before {
    border-color: transparent transparent #34b9af transparent;
    border-width: 0 27.5px 25px 27.5px;
    left: 50%;
    margin-left: -27.5px;
    top: -25px;
  }
}
section#attend-an-event .event.last .featured-image {
  float: right;
  width: 50%;
}
@media (max-width: 767px) {
  section#attend-an-event .event.last .featured-image {
    float: none;
    width: 100%;
  }
}
section#attend-an-event .event.last .event-info {
  background-color: #c03c85;
  width: 50%;
}
section#attend-an-event .event.last .event-info:after {
  border-color: transparent transparent transparent #c03c85;
  border-style: solid;
  border-width: 27.5px 0 27.5px 25px;
  content: '';
  height: 0;
  position: absolute;
  right: -25px;
  top: 20%;
  width: 0;
}
@media (min-width: 767px) {
  section#attend-an-event .event.last .event-info p.info {
    display: none;
  }
}
@media (max-width: 767px) {
  section#attend-an-event .event.last .event-info {
    float: none;
    height: auto;
    width: 100%;
  }
  section#attend-an-event .event.last .event-info:after {
    border-color: transparent transparent #c03c85 transparent;
    border-width: 0 27.5px 25px 27.5px;
    left: 50%;
    margin-left: -27.5px;
    top: -25px;
  }
}
section#attend-an-event .featured-image {
  background-size: cover;
  min-height: 275px;
}
section#attend-an-event .event-info {
  float: left;
  height: 275px;
  padding: 35px 50px;
  position: relative;
}
section#attend-an-event .event-info h2 {
  color: white;
  font-family: "Oswald", Helvetica, "Helvetica Neue", Arial, Verdana, sans-serif;
  font-size: 2.43em;
  font-weight: bold;
  margin-bottom: 22px;
  margin-top: 18px;
  padding: 0;
  text-transform: none;
}
section#attend-an-event .event-info h5 {
  font-weight: bold;
  letter-spacing: -1px;
  text-transform: uppercase;
}
section#attend-an-event .event-info p {
  font-weight: 100;
}
section#attend-an-event .event-info p a {
  color: white;
  text-transform: uppercase;
}
section#attend-an-event .event-info p:first-of-type {
  font-weight: 600;
}
@media (max-width: 768px) {
  section#attend-an-event .event-info .more-info {
    display: none;
  }
}
@media (min-width: 767px) and (max-width: 768px) {
  section#attend-an-event .event-info {
    padding: 35px 20px;
  }
}
@media (max-width: 767px) {
  section#attend-an-event .event-info {
    padding: 15px 20px;
  }
  section#attend-an-event .event-info h2 {
    font-size: 2.15em;
    margin-bottom: 10px;
    text-align: left;
  }
  section#attend-an-event .event-info h5 {
    display: none;
  }
  section#attend-an-event .event-info p {
    font-size: 1.43em;
  }
  section#attend-an-event .event-info p.info span {
    border-right: none;
    display: block;
    font-size: 1.43em;
  }
  section#attend-an-event .event-info p.info span i.fa {
    display: inline-block;
    margin-left: 10px;
  }
}
@media (min-width: 992px) {
  section#attend-an-event h2 {
    padding: 0 75px;
  }
}
section#tweet h2 {
  font-size: 1.14em !important;
  font-weight: bold !important;
  margin-bottom: 30px !important;
  text-align: center;
}
section#tweet form.form-inline {
  padding: 0 80px;
}
section#tweet form.form-inline .form-group {
  width: 100%;
}
section#tweet form.form-inline textarea {
  height: 45px;
  padding-top: 12px;
  resize: none;
  width: 87%;
}
section#tweet form.form-inline input[type="button"] {
  background-color: #4cb7e7;
  border: none;
  color: white;
  font-size: 1.29em;
  height: 45px;
  padding: 0;
  margin-left: 1%;
  width: 11%;
}
@media (min-width: 768px) and (max-width: 991px) {
  section#tweet form.form-inline textarea {
    width: 80%;
  }
  section#tweet form.form-inline input[type="button"] {
    width: 18%;
  }
}
@media (max-width: 767px) {
  section#tweet form.form-inline {
    padding: 0 15px;
  }
  section#tweet form.form-inline input[type="button"] {
    margin: 20px 0 0 0;
    width: 100%;
  }
  section#tweet form.form-inline textarea {
    height: 200px;
    width: 100%;
  }
}
section#tweet .container {
  padding-bottom: 65px !important;
}
@media (max-width: 767px) {
  section#tweet h2 span {
    display: block;
  }
#footer-social-links {
    float:none !important;
}
}
section#share-links {
  text-align: center;
}
section#share-links .container {
  padding-top: 0 !important;
}
section#share-links .share {
  background-color: white;
  display: inline-block;
  padding-right: 15px;
  position: relative;
  top: -27px;
}
section#share-links .share a {
  margin: 0 15px;
}
footer {
  background-color: #242424;
  height: 50px;
}

#footer-social-links {
    text-align: right;
float: right;
}
}