@charset "UTF-8";
/*Colors*/
/*Retina Images*/
/*Transition*/
/*RGBA Colors*/
/*Border Radius*/
/*Vertical Align Middle*/
/*Clearfix*/
/*Flexbox*/
/*Flexbox - Align Top*/
/*Flexbox - Align Middle*/
/*Flexbox - Align Bottom*/
/*Flexbox - Justify Left*/
/*Flexbox - Justify Center*/
/*Flexbox - Justify Right*/
/*Colors*/
/*Border Radius*/
/*Fonts*/
/*Navbar*/
/*Navbar - Links*/
/*Navbar - Toggle*/
/*Forms*/
/*Buttons*/
/*Placeholder text color*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

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

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #1A1919;
  text-decoration: none; }
  a:hover, a:focus {
    color: black;
    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; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 0px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 28px;
  margin-bottom: 28px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 28px;
  margin-bottom: 14px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 14px;
  margin-bottom: 14px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 52px; }

h2, .h2 {
  font-size: 43px; }

h3, .h3 {
  font-size: 34px; }

h4, .h4 {
  font-size: 25px; }

h5, .h5 {
  font-size: 20px; }

h6, .h6 {
  font-size: 17px; }

p {
  margin: 0 0 14px; }

.lead {
  margin-bottom: 28px;
  font-size: 23px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 30px; } }

small,
.small {
  font-size: 75%; }

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em; }

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

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

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

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

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase, .initialism {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #777777; }

.text-primary {
  color: #1A1919; }

a.text-primary:hover,
a.text-primary:focus {
  color: black; }

.text-success {
  color: #3c763d; }

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

.text-info {
  color: #31708f; }

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

.text-warning {
  color: #8a6d3b; }

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

.text-danger {
  color: #a94442; }

a.text-danger:hover,
a.text-danger:focus {
  color: #843534; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #1A1919; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: black; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 13px;
  margin: 56px 0 28px;
  border-bottom: 1px solid #eeeeee; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 14px; }
  ul ul,
  ul ol,
  ol ul,
  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: 28px; }

dt,
dd {
  line-height: 1.428571429; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }
.dl-horizontal dd:after {
  clear: both; }
@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 #777777; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 14px 28px;
  margin: 0 0 28px;
  font-size: 25px;
  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.428571429;
    color: #777777; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

address {
  margin-bottom: 28px;
  font-style: normal;
  line-height: 1.428571429; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.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-1 {
  width: 8.3333333333%; }

.col-xs-2 {
  width: 16.6666666667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.3333333333%; }

.col-xs-5 {
  width: 41.6666666667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.3333333333%; }

.col-xs-8 {
  width: 66.6666666667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.3333333333%; }

.col-xs-11 {
  width: 91.6666666667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.3333333333%; }

.col-xs-pull-2 {
  right: 16.6666666667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.3333333333%; }

.col-xs-pull-5 {
  right: 41.6666666667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.3333333333%; }

.col-xs-pull-8 {
  right: 66.6666666667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.3333333333%; }

.col-xs-pull-11 {
  right: 91.6666666667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.3333333333%; }

.col-xs-push-2 {
  left: 16.6666666667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.3333333333%; }

.col-xs-push-5 {
  left: 41.6666666667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.3333333333%; }

.col-xs-push-8 {
  left: 66.6666666667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.3333333333%; }

.col-xs-push-11 {
  left: 91.6666666667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.3333333333%; }

.col-xs-offset-2 {
  margin-left: 16.6666666667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.3333333333%; }

.col-xs-offset-5 {
  margin-left: 41.6666666667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.3333333333%; }

.col-xs-offset-8 {
  margin-left: 66.6666666667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.3333333333%; }

.col-xs-offset-11 {
  margin-left: 91.6666666667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@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-1 {
    width: 8.3333333333%; }

  .col-sm-2 {
    width: 16.6666666667%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-4 {
    width: 33.3333333333%; }

  .col-sm-5 {
    width: 41.6666666667%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-7 {
    width: 58.3333333333%; }

  .col-sm-8 {
    width: 66.6666666667%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-10 {
    width: 83.3333333333%; }

  .col-sm-11 {
    width: 91.6666666667%; }

  .col-sm-12 {
    width: 100%; }

  .col-sm-pull-0 {
    right: auto; }

  .col-sm-pull-1 {
    right: 8.3333333333%; }

  .col-sm-pull-2 {
    right: 16.6666666667%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-4 {
    right: 33.3333333333%; }

  .col-sm-pull-5 {
    right: 41.6666666667%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-7 {
    right: 58.3333333333%; }

  .col-sm-pull-8 {
    right: 66.6666666667%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-10 {
    right: 83.3333333333%; }

  .col-sm-pull-11 {
    right: 91.6666666667%; }

  .col-sm-pull-12 {
    right: 100%; }

  .col-sm-push-0 {
    left: auto; }

  .col-sm-push-1 {
    left: 8.3333333333%; }

  .col-sm-push-2 {
    left: 16.6666666667%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-4 {
    left: 33.3333333333%; }

  .col-sm-push-5 {
    left: 41.6666666667%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-7 {
    left: 58.3333333333%; }

  .col-sm-push-8 {
    left: 66.6666666667%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-10 {
    left: 83.3333333333%; }

  .col-sm-push-11 {
    left: 91.6666666667%; }

  .col-sm-push-12 {
    left: 100%; }

  .col-sm-offset-0 {
    margin-left: 0%; }

  .col-sm-offset-1 {
    margin-left: 8.3333333333%; }

  .col-sm-offset-2 {
    margin-left: 16.6666666667%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-4 {
    margin-left: 33.3333333333%; }

  .col-sm-offset-5 {
    margin-left: 41.6666666667%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-7 {
    margin-left: 58.3333333333%; }

  .col-sm-offset-8 {
    margin-left: 66.6666666667%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-10 {
    margin-left: 83.3333333333%; }

  .col-sm-offset-11 {
    margin-left: 91.6666666667%; }

  .col-sm-offset-12 {
    margin-left: 100%; } }
@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-1 {
    width: 8.3333333333%; }

  .col-md-2 {
    width: 16.6666666667%; }

  .col-md-3 {
    width: 25%; }

  .col-md-4 {
    width: 33.3333333333%; }

  .col-md-5 {
    width: 41.6666666667%; }

  .col-md-6 {
    width: 50%; }

  .col-md-7 {
    width: 58.3333333333%; }

  .col-md-8 {
    width: 66.6666666667%; }

  .col-md-9 {
    width: 75%; }

  .col-md-10 {
    width: 83.3333333333%; }

  .col-md-11 {
    width: 91.6666666667%; }

  .col-md-12 {
    width: 100%; }

  .col-md-pull-0 {
    right: auto; }

  .col-md-pull-1 {
    right: 8.3333333333%; }

  .col-md-pull-2 {
    right: 16.6666666667%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-4 {
    right: 33.3333333333%; }

  .col-md-pull-5 {
    right: 41.6666666667%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-7 {
    right: 58.3333333333%; }

  .col-md-pull-8 {
    right: 66.6666666667%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-10 {
    right: 83.3333333333%; }

  .col-md-pull-11 {
    right: 91.6666666667%; }

  .col-md-pull-12 {
    right: 100%; }

  .col-md-push-0 {
    left: auto; }

  .col-md-push-1 {
    left: 8.3333333333%; }

  .col-md-push-2 {
    left: 16.6666666667%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-4 {
    left: 33.3333333333%; }

  .col-md-push-5 {
    left: 41.6666666667%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-7 {
    left: 58.3333333333%; }

  .col-md-push-8 {
    left: 66.6666666667%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-10 {
    left: 83.3333333333%; }

  .col-md-push-11 {
    left: 91.6666666667%; }

  .col-md-push-12 {
    left: 100%; }

  .col-md-offset-0 {
    margin-left: 0%; }

  .col-md-offset-1 {
    margin-left: 8.3333333333%; }

  .col-md-offset-2 {
    margin-left: 16.6666666667%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-4 {
    margin-left: 33.3333333333%; }

  .col-md-offset-5 {
    margin-left: 41.6666666667%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-7 {
    margin-left: 58.3333333333%; }

  .col-md-offset-8 {
    margin-left: 66.6666666667%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-10 {
    margin-left: 83.3333333333%; }

  .col-md-offset-11 {
    margin-left: 91.6666666667%; }

  .col-md-offset-12 {
    margin-left: 100%; } }
@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-1 {
    width: 8.3333333333%; }

  .col-lg-2 {
    width: 16.6666666667%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-4 {
    width: 33.3333333333%; }

  .col-lg-5 {
    width: 41.6666666667%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-7 {
    width: 58.3333333333%; }

  .col-lg-8 {
    width: 66.6666666667%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-10 {
    width: 83.3333333333%; }

  .col-lg-11 {
    width: 91.6666666667%; }

  .col-lg-12 {
    width: 100%; }

  .col-lg-pull-0 {
    right: auto; }

  .col-lg-pull-1 {
    right: 8.3333333333%; }

  .col-lg-pull-2 {
    right: 16.6666666667%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-4 {
    right: 33.3333333333%; }

  .col-lg-pull-5 {
    right: 41.6666666667%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-7 {
    right: 58.3333333333%; }

  .col-lg-pull-8 {
    right: 66.6666666667%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-10 {
    right: 83.3333333333%; }

  .col-lg-pull-11 {
    right: 91.6666666667%; }

  .col-lg-pull-12 {
    right: 100%; }

  .col-lg-push-0 {
    left: auto; }

  .col-lg-push-1 {
    left: 8.3333333333%; }

  .col-lg-push-2 {
    left: 16.6666666667%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-push-4 {
    left: 33.3333333333%; }

  .col-lg-push-5 {
    left: 41.6666666667%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-7 {
    left: 58.3333333333%; }

  .col-lg-push-8 {
    left: 66.6666666667%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-10 {
    left: 83.3333333333%; }

  .col-lg-push-11 {
    left: 91.6666666667%; }

  .col-lg-push-12 {
    left: 100%; }

  .col-lg-offset-0 {
    margin-left: 0%; }

  .col-lg-offset-1 {
    margin-left: 8.3333333333%; }

  .col-lg-offset-2 {
    margin-left: 16.6666666667%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-4 {
    margin-left: 33.3333333333%; }

  .col-lg-offset-5 {
    margin-left: 41.6666666667%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-7 {
    margin-left: 58.3333333333%; }

  .col-lg-offset-8 {
    margin-left: 66.6666666667%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-10 {
    margin-left: 83.3333333333%; }

  .col-lg-offset-11 {
    margin-left: 91.6666666667%; }

  .col-lg-offset-12 {
    margin-left: 100%; } }
table {
  background-color: transparent; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 28px; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.428571429;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #ddd; }
  .table .table {
    background-color: #fff; }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }
  @media screen and (max-width: 767px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 21px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #ddd; }
      .table-responsive > .table {
        margin-bottom: 0; }
        .table-responsive > .table > thead > tr > th,
        .table-responsive > .table > thead > tr > td,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > .table > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > th,
        .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 > thead > tr > td:first-child,
        .table-responsive > .table-bordered > tbody > tr > th:first-child,
        .table-responsive > .table-bordered > tbody > tr > td:first-child,
        .table-responsive > .table-bordered > tfoot > tr > th: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 > thead > tr > td:last-child,
        .table-responsive > .table-bordered > tbody > tr > th:last-child,
        .table-responsive > .table-bordered > tbody > tr > td:last-child,
        .table-responsive > .table-bordered > tfoot > tr > th: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 > tbody > tr:last-child > td,
        .table-responsive > .table-bordered > tfoot > tr:last-child > th,
        .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: 28px;
  font-size: 30px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold; }

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 20px;
  line-height: 1.428571429;
  color: #555555; }

.form-control {
  display: block;
  width: 100%;
  height: 40px;
  padding: 6px 12px;
  font-size: 20px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0px;
  -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 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .form-control::-moz-placeholder {
    color: #1A1919;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #1A1919; }
  .form-control::-webkit-input-placeholder {
    color: #1A1919; }
  .form-control::-ms-expand {
    border: 0;
    background-color: transparent; }
  .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1; }
  .form-control[disabled], fieldset[disabled] .form-control {
    cursor: not-allowed; }

textarea.form-control {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 40px; }
  input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn, .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn,
  .input-group-sm input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-sm input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn,
  .input-group-sm input[type="month"] {
    line-height: 34px; }
  input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn, .input-group-lg input[type="date"], input[type="time"].input-lg, .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn, .input-group-lg input[type="time"], input[type="datetime-local"].input-lg, .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn, .input-group-lg input[type="datetime-local"], input[type="month"].input-lg, .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn, .input-group-lg input[type="month"] {
    line-height: 56px; } }
.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    min-height: 28px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 48px; }
  .form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-left: 0;
    padding-right: 0; }

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 34px;
  padding: 5px 10px;
  font-size: 15px;
  line-height: 1.5;
  border-radius: 0px; }

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 34px;
  line-height: 34px; }

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto; }

.form-group-sm .form-control {
  height: 34px;
  padding: 5px 10px;
  font-size: 15px;
  line-height: 1.5;
  border-radius: 0px; }
.form-group-sm select.form-control {
  height: 34px;
  line-height: 34px; }
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto; }
.form-group-sm .form-control-static {
  height: 34px;
  min-height: 43px;
  padding: 6px 10px;
  font-size: 15px;
  line-height: 1.5; }

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 56px;
  padding: 10px 16px;
  font-size: 25px;
  line-height: 1.3333333;
  border-radius: 0px; }

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 56px;
  line-height: 56px; }

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto; }

.form-group-lg .form-control {
  height: 56px;
  padding: 10px 16px;
  font-size: 25px;
  line-height: 1.3333333;
  border-radius: 0px; }
.form-group-lg select.form-control {
  height: 56px;
  line-height: 56px; }
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto; }
.form-group-lg .form-control-static {
  height: 56px;
  min-height: 53px;
  padding: 11px 16px;
  font-size: 25px;
  line-height: 1.3333333; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 50px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 56px;
  height: 56px;
  line-height: 56px; }

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 34px;
  height: 34px;
  line-height: 34px; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d; }
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  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, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b; }
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  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, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442; }
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  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; }

.has-feedback label ~ .form-control-feedback {
  top: 33px; }
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 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 .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
      width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 35px; }
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px; } }
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 25px; } }
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 15px; } }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 20px;
  line-height: 1.428571429;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none; }
  .btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: transparent; }
  .btn-default:focus, .btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: rgba(0, 0, 0, 0); }
  .btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: rgba(0, 0, 0, 0); }
  .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: rgba(0, 0, 0, 0); }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
      color: #333;
      background-color: #d4d4d4;
      border-color: rgba(0, 0, 0, 0); }
  .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: transparent; }
  .btn-default .badge {
    color: #fff;
    background-color: #333; }

.btn-primary {
  color: #fff;
  background-color: #1A1919;
  border-color: #0d0d0d; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: black;
    border-color: black; }
  .btn-primary:hover {
    color: #fff;
    background-color: black;
    border-color: black; }
  .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: black;
    border-color: black; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: black;
      border-color: black; }
  .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
    background-color: #1A1919;
    border-color: #0d0d0d; }
  .btn-primary .badge {
    color: #1A1919;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625; }
  .btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
  .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #398439;
      border-color: #255625; }
  .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c; }
  .btn-success .badge {
    color: #5cb85c;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1b6d85; }
  .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d; }
  .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #985f0d; }
  .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #ac2925;
      border-color: #761c19; }
  .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
  color: #1A1919;
  font-weight: normal;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: black;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 25px;
  line-height: 1.3333333;
  border-radius: 0px; }

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 15px;
  line-height: 1.5;
  border-radius: 0px; }

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 15px;
  line-height: 1.5;
  border-radius: 0px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px; }
  .badge:empty {
    display: none; }
  .btn .badge {
    position: relative;
    top: -1px; }
  .btn-xs .badge, .btn-group-xs > .btn .badge, .btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px; }
  .list-group-item.active > .badge, .nav-pills > .active > a > .badge {
    color: #1A1919;
    background-color: #fff; }
  .list-group-item > .badge {
    float: right; }
  .list-group-item > .badge + .badge {
    margin-right: 5px; }
  .nav-pills > li > a > .badge {
    margin-left: 3px; }

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }

.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 > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:hover,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 2; }

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px; }

.btn-toolbar {
  margin-left: -5px; }
  .btn-toolbar:before, .btn-toolbar:after {
    content: " ";
    display: table; }
  .btn-toolbar:after {
    clear: both; }
  .btn-toolbar .btn,
  .btn-toolbar .btn-group,
  .btn-toolbar .input-group {
    float: left; }
  .btn-toolbar > .btn,
  .btn-toolbar > .btn-group,
  .btn-toolbar > .input-group {
    margin-left: 5px; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child {
  margin-left: 0; }
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group > .btn-group {
  float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px; }

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .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, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .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:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table; }
.btn-group-vertical > .btn-group:after {
  clear: both; }
.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: 0px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }
  .btn-group-justified > .btn,
  .btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%; }
  .btn-group-justified > .btn-group .btn {
    width: 100%; }
  .btn-group-justified > .btn-group .dropdown-menu {
    left: auto; }

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0; }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }
    .input-group .form-control:focus {
      z-index: 3; }

.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: 20px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 0px; }
  .input-group-addon.input-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 15px;
    border-radius: 0px; }
  .input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 16px;
    font-size: 25px;
    border-radius: 0px; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.input-group-addon:first-child {
  border-right: 0; }

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn {
    position: relative; }
    .input-group-btn > .btn + .btn {
      margin-left: -1px; }
    .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
      z-index: 2; }
  .input-group-btn:first-child > .btn,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  .input-group-btn:last-child > .btn,
  .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px; }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before, .nav:after {
    content: " ";
    display: table; }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: #eeeeee; }
    .nav > li.disabled > a {
      color: #777777; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #777777;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #1A1919; }
  .nav .nav-divider {
    height: 1px;
    margin: 13px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.428571429;
      border: 1px solid transparent;
      border-radius: 0px 0px 0 0; }
      .nav-tabs > li > a:hover {
        border-color: #eeeeee #eeeeee #ddd; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #555555;
      background-color: #fff;
      border: 1px solid #ddd;
      border-bottom-color: transparent;
      cursor: default; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 0px; }
  .nav-pills > li + li {
    margin-left: 2px; }
  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #1A1919; }

.nav-stacked > li {
  float: none; }
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.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, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 0px; }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd; }
  @media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 0px 0px 0 0; }
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:focus {
      border-bottom-color: #fff; } }

.tab-content > .tab-pane {
  display: none; }
.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 0;
  border: 1px solid transparent; }
  .navbar:before, .navbar:after {
    content: " ";
    display: table; }
  .navbar:after {
    clear: both; }
  @media (min-width: 768px) {
    .navbar {
      border-radius: 0; } }

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table; }
.navbar-header:after {
  clear: both; }
@media (min-width: 768px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }
  .navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    display: table; }
  .navbar-collapse:after {
    clear: both; }
  .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; } }

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px; }
  @media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
      max-height: 200px; } }

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 768px) {
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .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: 11px 15px;
  font-size: 25px;
  line-height: 28px;
  height: 50px; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  .navbar-brand > img {
    display: block; }
  @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: 0px; }
  .navbar-toggle:focus {
    outline: 0; }
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px; }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px; }
  @media (min-width: 768px) {
    .navbar-toggle {
      display: none; } }

.navbar-nav {
  margin: 5.5px -15px; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 28px; }
  @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: 28px; }
        .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: 11px;
          padding-bottom: 11px; } }

.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: 5px;
  margin-bottom: 5px; }
  @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 .form-control-static {
      display: inline-block; }
    .navbar-form .input-group {
      display: inline-table;
      vertical-align: middle; }
      .navbar-form .input-group .input-group-addon,
      .navbar-form .input-group .input-group-btn,
      .navbar-form .input-group .form-control {
        width: auto; }
    .navbar-form .input-group > .form-control {
      width: 100%; }
    .navbar-form .control-label {
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .radio,
    .navbar-form .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle; }
      .navbar-form .radio label,
      .navbar-form .checkbox label {
        padding-left: 0; }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
      position: relative;
      margin-left: 0; }
    .navbar-form .has-feedback .form-control-feedback {
      top: 0; } }
  @media (max-width: 767px) {
    .navbar-form .form-group {
      margin-bottom: 5px; }
      .navbar-form .form-group:last-child {
        margin-bottom: 0; } }
  @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-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 5px;
  margin-bottom: 5px; }
  .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
    margin-top: 8px;
    margin-bottom: 8px; }
  .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
    margin-top: 14px;
    margin-bottom: 14px; }

.navbar-text {
  margin-top: 11px;
  margin-bottom: 11px; }
  @media (min-width: 768px) {
    .navbar-text {
      float: left;
      margin-left: 15px;
      margin-right: 15px; } }

@media (min-width: 768px) {
  .navbar-left {
    float: left !important; }

  .navbar-right {
    float: right !important;
    margin-right: -15px; }
    .navbar-right ~ .navbar-right {
      margin-right: 0; } }
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }
  .navbar-default .navbar-brand {
    color: #1A1919; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: black;
      background-color: transparent; }
  .navbar-default .navbar-text {
    color: #777; }
  .navbar-default .navbar-nav > li > a {
    color: #1A1919; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #FFF;
      background-color: transparent; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #FFF;
    background-color: transparent; }
  .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; }
  .navbar-default .navbar-toggle {
    border-color: transparent; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: transparent; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #1A1919; }
  .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: transparent;
    color: #FFF; }
  @media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #1A1919; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #FFF;
        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: #FFF;
      background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #ccc;
      background-color: transparent; } }
  .navbar-default .navbar-link {
    color: #1A1919; }
    .navbar-default .navbar-link:hover {
      color: #FFF; }
  .navbar-default .btn-link {
    color: #1A1919; }
    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
      color: #FFF; }
    .navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
      color: #ccc; }

.navbar-inverse {
  background-color: #222;
  border-color: #090909; }
  .navbar-inverse .navbar-brand {
    color: #9d9d9d; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: #9d9d9d; }
  .navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d; }
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #090909; }
  .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent; }
  .navbar-inverse .navbar-toggle {
    border-color: #333; }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color: #333; }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #fff; }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #101010; }
  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #090909;
    color: #fff; }
  @media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #9d9d9d; }
      .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #fff;
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #444;
      background-color: transparent; } }
  .navbar-inverse .navbar-link {
    color: #9d9d9d; }
    .navbar-inverse .navbar-link:hover {
      color: #fff; }
  .navbar-inverse .btn-link {
    color: #9d9d9d; }
    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
      color: #fff; }
    .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
      color: #444; }

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 28px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 0px; }
  .breadcrumb > li {
    display: inline-block; }
    .breadcrumb > li + li:before {
      content: "/ ";
      padding: 0 5px;
      color: #ccc; }
  .breadcrumb > .active {
    color: #777777; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 20px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0px;
  -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: 13px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333333;
    white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #1A1919; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777; }
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

.open > .dropdown-menu {
  display: block; }
.open > a {
  outline: 0; }

.dropdown-menu-right {
  left: auto;
  right: 0; }

.dropdown-menu-left {
  left: 0;
  right: auto; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 15px;
  line-height: 1.428571429;
  color: #777777;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: ""; }
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }
.media {
  margin-top: 15px; }
  .media:first-child {
    margin-top: 0; }

.media,
.media-body {
  zoom: 1;
  overflow: hidden; }

.media-body {
  width: 10000px; }

.media-object {
  display: block; }
  .media-object.img-thumbnail {
    max-width: none; }

.media-right,
.media > .pull-right {
  padding-left: 10px; }

.media-left,
.media > .pull-left {
  padding-right: 10px; }

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top; }

.media-middle {
  vertical-align: middle; }

.media-bottom {
  vertical-align: bottom; }

.media-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.media-list {
  padding-left: 0;
  list-style: none; }

.list-group {
  margin-bottom: 20px;
  padding-left: 0; }

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }
  .list-group-item:first-child {
    border-top-right-radius: 0px;
    border-top-left-radius: 0px; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px; }

a.list-group-item,
button.list-group-item {
  color: #555; }
  a.list-group-item .list-group-item-heading,
  button.list-group-item .list-group-item-heading {
    color: #333; }
  a.list-group-item:hover, a.list-group-item:focus,
  button.list-group-item:hover,
  button.list-group-item:focus {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5; }

button.list-group-item {
  width: 100%;
  text-align: left; }

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed; }
  .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
    color: inherit; }
  .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
    color: #777777; }
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #1A1919;
  border-color: #1A1919; }
  .list-group-item.active .list-group-item-heading,
  .list-group-item.active .list-group-item-heading > small,
  .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
  .list-group-item.active:hover .list-group-item-heading > small,
  .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
  .list-group-item.active:focus .list-group-item-heading > small,
  .list-group-item.active:focus .list-group-item-heading > .small {
    color: inherit; }
  .list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
    color: #827d7d; }

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8; }

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d; }
  a.list-group-item-success .list-group-item-heading,
  button.list-group-item-success .list-group-item-heading {
    color: inherit; }
  a.list-group-item-success:hover, a.list-group-item-success:focus,
  button.list-group-item-success:hover,
  button.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,
  button.list-group-item-success.active,
  button.list-group-item-success.active:hover,
  button.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d; }

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7; }

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f; }
  a.list-group-item-info .list-group-item-heading,
  button.list-group-item-info .list-group-item-heading {
    color: inherit; }
  a.list-group-item-info:hover, a.list-group-item-info:focus,
  button.list-group-item-info:hover,
  button.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,
  button.list-group-item-info.active,
  button.list-group-item-info.active:hover,
  button.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f; }

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3; }

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b; }
  a.list-group-item-warning .list-group-item-heading,
  button.list-group-item-warning .list-group-item-heading {
    color: inherit; }
  a.list-group-item-warning:hover, a.list-group-item-warning:focus,
  button.list-group-item-warning:hover,
  button.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,
  button.list-group-item-warning.active,
  button.list-group-item-warning.active:hover,
  button.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b; }

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede; }

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442; }
  a.list-group-item-danger .list-group-item-heading,
  button.list-group-item-danger .list-group-item-heading {
    color: inherit; }
  a.list-group-item-danger:hover, a.list-group-item-danger:focus,
  button.list-group-item-danger:hover,
  button.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,
  button.list-group-item-danger.active,
  button.list-group-item-danger.active:hover,
  button.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%; }
  .carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left; }
    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
      display: block;
      max-width: 100%;
      height: auto;
      line-height: 1; }
    @media all and (transform-3d), (-webkit-transform-3d) {
      .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -moz-transition: -moz-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        -moz-perspective: 1000px;
        perspective: 1000px; }
        .carousel-inner > .item.next, .carousel-inner > .item.active.right {
          -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
          -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
          left: 0; } }
  .carousel-inner > .active,
  .carousel-inner > .next,
  .carousel-inner > .prev {
    display: block; }
  .carousel-inner > .active {
    left: 0; }
  .carousel-inner > .next,
  .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%; }
  .carousel-inner > .next {
    left: 100%; }
  .carousel-inner > .prev {
    left: -100%; }
  .carousel-inner > .next.left,
  .carousel-inner > .prev.right {
    left: 0; }
  .carousel-inner > .active.left {
    left: -100%; }
  .carousel-inner > .active.right {
    left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0); }
  .carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }
  .carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }
  .carousel-control:hover, .carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .carousel-control .icon-prev,
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block; }
  .carousel-control .icon-prev,
  .carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px; }
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px; }
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family: serif; }
  .carousel-control .icon-prev:before {
    content: '\2039'; }
  .carousel-control .icon-next:before {
    content: '\203a'; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center; }
  .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    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: #fff; }

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .carousel-caption .btn {
    text-shadow: none; }

@media screen and (min-width: 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: -10px;
    font-size: 30px; }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px; }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px; }

  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px; }

  .carousel-indicators {
    bottom: 20px; } }
.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  -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: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .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; }
  .modal-header:before, .modal-header:after {
    content: " ";
    display: table; }
  .modal-header:after {
    clear: both; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.428571429; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@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; } }
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 20px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
  .popover.top {
    margin-top: -10px; }
  .popover.right {
    margin-left: 10px; }
  .popover.bottom {
    margin-top: 10px; }
  .popover.left {
    margin-left: -10px; }

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 20px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: -1px -1px 0 0; }

.popover-content {
  padding: 9px 14px; }

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover > .arrow {
  border-width: 11px; }

.popover > .arrow:after {
  border-width: 10px;
  content: ""; }

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px; }
  .popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff; }
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25); }
  .popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff; }
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px; }
  .popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff; }
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25); }
  .popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px; }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 15px;
  opacity: 0;
  filter: alpha(opacity=0); }
  .tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .tooltip.top {
    margin-top: -3px;
    padding: 5px 0; }
  .tooltip.right {
    margin-left: 3px;
    padding: 0 5px; }
  .tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0; }
  .tooltip.left {
    margin-left: -3px;
    padding: 0 5px; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000; }
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000; }
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }
.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }
.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }

  table.visible-xs {
    display: table !important; }

  tr.visible-xs {
    display: table-row !important; }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }

  table.visible-sm {
    display: table !important; }

  tr.visible-sm {
    display: table-row !important; }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }

  table.visible-md {
    display: table !important; }

  tr.visible-md {
    display: table-row !important; }

  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }

  table.visible-lg {
    display: table !important; }

  tr.visible-lg {
    display: table-row !important; }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 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 !important; }

  tr.visible-print {
    display: table-row !important; }

  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }
.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

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

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }
.col-ms-1,
.col-ms-2,
.col-ms-3,
.col-ms-4,
.col-ms-5,
.col-ms-6,
.col-ms-7,
.col-ms-8,
.col-ms-9,
.col-ms-10,
.col-ms-11,
.col-ms-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

@media (min-width: 480px) and (max-width: 767px) {
  .container {
    max-width: 748px; }

  .hidden-xs {
    display: block !important; } }
@media (min-width: 480px) and (max-width: 767px) {
  .col-ms-1, .col-ms-2, .col-ms-3, .col-ms-4, .col-ms-5, .col-ms-6, .col-ms-7, .col-ms-8, .col-ms-9, .col-ms-10, .col-ms-11, .col-ms-12 {
    float: left; }

  .col-ms-1 {
    width: 8.3333333333%; }

  .col-ms-2 {
    width: 16.6666666667%; }

  .col-ms-3 {
    width: 25%; }

  .col-ms-4 {
    width: 33.3333333333%; }

  .col-ms-5 {
    width: 41.6666666667%; }

  .col-ms-6 {
    width: 50%; }

  .col-ms-7 {
    width: 58.3333333333%; }

  .col-ms-8 {
    width: 66.6666666667%; }

  .col-ms-9 {
    width: 75%; }

  .col-ms-10 {
    width: 83.3333333333%; }

  .col-ms-11 {
    width: 91.6666666667%; }

  .col-ms-12 {
    width: 100%; }

  .col-ms-pull-0 {
    right: auto; }

  .col-ms-pull-1 {
    right: 8.3333333333%; }

  .col-ms-pull-2 {
    right: 16.6666666667%; }

  .col-ms-pull-3 {
    right: 25%; }

  .col-ms-pull-4 {
    right: 33.3333333333%; }

  .col-ms-pull-5 {
    right: 41.6666666667%; }

  .col-ms-pull-6 {
    right: 50%; }

  .col-ms-pull-7 {
    right: 58.3333333333%; }

  .col-ms-pull-8 {
    right: 66.6666666667%; }

  .col-ms-pull-9 {
    right: 75%; }

  .col-ms-pull-10 {
    right: 83.3333333333%; }

  .col-ms-pull-11 {
    right: 91.6666666667%; }

  .col-ms-pull-12 {
    right: 100%; }

  .col-ms-push-0 {
    left: auto; }

  .col-ms-push-1 {
    left: 8.3333333333%; }

  .col-ms-push-2 {
    left: 16.6666666667%; }

  .col-ms-push-3 {
    left: 25%; }

  .col-ms-push-4 {
    left: 33.3333333333%; }

  .col-ms-push-5 {
    left: 41.6666666667%; }

  .col-ms-push-6 {
    left: 50%; }

  .col-ms-push-7 {
    left: 58.3333333333%; }

  .col-ms-push-8 {
    left: 66.6666666667%; }

  .col-ms-push-9 {
    left: 75%; }

  .col-ms-push-10 {
    left: 83.3333333333%; }

  .col-ms-push-11 {
    left: 91.6666666667%; }

  .col-ms-push-12 {
    left: 100%; }

  .col-ms-offset-0 {
    margin-left: 0%; }

  .col-ms-offset-1 {
    margin-left: 8.3333333333%; }

  .col-ms-offset-2 {
    margin-left: 16.6666666667%; }

  .col-ms-offset-3 {
    margin-left: 25%; }

  .col-ms-offset-4 {
    margin-left: 33.3333333333%; }

  .col-ms-offset-5 {
    margin-left: 41.6666666667%; }

  .col-ms-offset-6 {
    margin-left: 50%; }

  .col-ms-offset-7 {
    margin-left: 58.3333333333%; }

  .col-ms-offset-8 {
    margin-left: 66.6666666667%; }

  .col-ms-offset-9 {
    margin-left: 75%; }

  .col-ms-offset-10 {
    margin-left: 83.3333333333%; }

  .col-ms-offset-11 {
    margin-left: 91.6666666667%; }

  .col-ms-offset-12 {
    margin-left: 100%; } }
.visible-xs, .visible-ms {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-ms-block,
.visible-ms-inline,
.visible-ms-inline-block {
  display: none !important; }

@media (max-width: 479px) {
  .visible-xs {
    display: block !important; }

  table.visible-xs {
    display: table !important; }

  tr.visible-xs {
    display: table-row !important; }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }
@media (max-width: 479px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 479px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 479px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 480px) and (max-width: 767px) {
  .visible-ms {
    display: block !important; }

  table.visible-ms {
    display: table !important; }

  tr.visible-ms {
    display: table-row !important; }

  th.visible-ms,
  td.visible-ms {
    display: table-cell !important; } }
@media (min-width: 480px) and (max-width: 767px) {
  .visible-ms-block {
    display: block !important; } }

@media (min-width: 480px) and (max-width: 767px) {
  .visible-ms-inline {
    display: inline !important; } }

@media (min-width: 480px) and (max-width: 767px) {
  .visible-ms-inline-block {
    display: inline-block !important; } }

@media (max-width: 479px) {
  .hidden-xs {
    display: none !important; } }
@media (min-width: 480px) and (max-width: 767px) {
  .hidden-ms {
    display: none !important; } }
/*
* Symbolset
* www.symbolset.com
* Copyright © 2012 Oak Studios LLC
*
*/
@font-face {
  font-family: 'SSStandard';
  src: url("/assets/fonts/ss-standard.eot");
  src: url("/assets/fonts/ss-standard.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/ss-standard.woff") format("woff"), url("/assets/fonts/ss-standard.ttf") format("truetype"), url("/assets/fonts/ss-standard.svg#SSStandard") format("svg");
  font-weight: normal;
  font-style: normal; }
/* This triggers a redraw in IE to Fix IE8's :before content rendering. */
html:hover [class^="ss-"] {
  -ms-zoom: 1; }

.ss-icon, .ss-icon.ss-standard,
[class^="ss-"]:before, [class*=" ss-"]:before,
[class^="ss-"].ss-standard:before, [class*=" ss-"].ss-standard:before,
[class^="ss-"].right:after, [class*=" ss-"].right:after,
[class^="ss-"].ss-standard.right:after, [class*=" ss-"].ss-standard.right:after {
  font-family: "SSStandard";
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  text-rendering: optimizeLegibility;
  white-space: nowrap;
  /*-webkit-font-feature-settings: "liga"; Currently broken in Chrome >= v22. Falls back to text-rendering. Safari is unaffected. */
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  vertical-align: middle; }

[class^="ss-"].right:before,
[class*=" ss-"].right:before {
  display: none;
  content: ''; }

.ss-cursor:before, .ss-cursor.right:after {
  content: ''; }

.ss-crosshair:before, .ss-crosshair.right:after {
  content: '⌖'; }

.ss-search:before, .ss-search.right:after {
  content: '🔎'; }

.ss-zoomin:before, .ss-zoomin.right:after {
  content: ''; }

.ss-zoomout:before, .ss-zoomout.right:after {
  content: ''; }

.ss-view:before, .ss-view.right:after {
  content: '👀'; }

.ss-attach:before, .ss-attach.right:after {
  content: '📎'; }

.ss-link:before, .ss-link.right:after {
  content: '🔗'; }

.ss-move:before, .ss-move.right:after {
  content: ''; }

.ss-write:before, .ss-write.right:after {
  content: '✎'; }

.ss-writingdisabled:before, .ss-writingdisabled.right:after {
  content: ''; }

.ss-erase:before, .ss-erase.right:after {
  content: '✐'; }

.ss-compose:before, .ss-compose.right:after {
  content: '📝'; }

.ss-lock:before, .ss-lock.right:after {
  content: '🔒'; }

.ss-unlock:before, .ss-unlock.right:after {
  content: '🔓'; }

.ss-key:before, .ss-key.right:after {
  content: '🔑'; }

.ss-backspace:before, .ss-backspace.right:after {
  content: '⌫'; }

.ss-ban:before, .ss-ban.right:after {
  content: '🚫'; }

.ss-trash:before, .ss-trash.right:after {
  content: ''; }

.ss-target:before, .ss-target.right:after {
  content: '◎'; }

.ss-tag:before, .ss-tag.right:after {
  content: ''; }

.ss-bookmark:before, .ss-bookmark.right:after {
  content: '🔖'; }

.ss-flag:before, .ss-flag.right:after {
  content: '⚑'; }

.ss-like:before, .ss-like.right:after {
  content: '👍'; }

.ss-dislike:before, .ss-dislike.right:after {
  content: '👎'; }

.ss-heart:before, .ss-heart.right:after {
  content: '♥'; }

.ss-halfheart:before, .ss-halfheart.right:after {
  content: ''; }

.ss-star:before, .ss-star.right:after {
  content: '⋆'; }

.ss-halfstar:before, .ss-halfstar.right:after {
  content: ''; }

.ss-sample:before, .ss-sample.right:after {
  content: ''; }

.ss-crop:before, .ss-crop.right:after {
  content: ''; }

.ss-layers:before, .ss-layers.right:after {
  content: ''; }

.ss-fill:before, .ss-fill.right:after {
  content: ''; }

.ss-stroke:before, .ss-stroke.right:after {
  content: ''; }

.ss-phone:before, .ss-phone.right:after {
  content: '📞'; }

.ss-phonedisabled:before, .ss-phonedisabled.right:after {
  content: ''; }

.ss-rss:before, .ss-rss.right:after {
  content: ''; }

.ss-facetime:before, .ss-facetime.right:after {
  content: ''; }

.ss-reply:before, .ss-reply.right:after {
  content: '↩'; }

.ss-send:before, .ss-send.right:after {
  content: ''; }

.ss-mail:before, .ss-mail.right:after {
  content: '✉'; }

.ss-inbox:before, .ss-inbox.right:after {
  content: '📥'; }

.ss-chat:before, .ss-chat.right:after {
  content: '💬'; }

.ss-ellipsischat:before, .ss-ellipsischat.right:after {
  content: ''; }

.ss-ellipsis:before, .ss-ellipsis.right:after {
  content: '…'; }

.ss-user:before, .ss-user.right:after {
  content: '👤'; }

.ss-femaleuser:before, .ss-femaleuser.right:after {
  content: '👧'; }

.ss-users:before, .ss-users.right:after {
  content: '👥'; }

.ss-cart:before, .ss-cart.right:after {
  content: ''; }

.ss-creditcard:before, .ss-creditcard.right:after {
  content: '💳'; }

.ss-dollarsign:before, .ss-dollarsign.right:after {
  content: '💲'; }

.ss-barchart:before, .ss-barchart.right:after {
  content: '📊'; }

.ss-piechart:before, .ss-piechart.right:after {
  content: ''; }

.ss-box:before, .ss-box.right:after {
  content: '📦'; }

.ss-home:before, .ss-home.right:after {
  content: '⌂'; }

.ss-buildings:before, .ss-buildings.right:after {
  content: '🏢'; }

.ss-warehouse:before, .ss-warehouse.right:after {
  content: ''; }

.ss-globe:before, .ss-globe.right:after {
  content: '🌎'; }

.ss-navigate:before, .ss-navigate.right:after {
  content: ''; }

.ss-compass:before, .ss-compass.right:after {
  content: ''; }

.ss-signpost:before, .ss-signpost.right:after {
  content: ''; }

.ss-map:before, .ss-map.right:after {
  content: ''; }

.ss-location:before, .ss-location.right:after {
  content: ''; }

.ss-pin:before, .ss-pin.right:after {
  content: '📍'; }

.ss-database:before, .ss-database.right:after {
  content: ''; }

.ss-hdd:before, .ss-hdd.right:after {
  content: ''; }

.ss-music:before, .ss-music.right:after {
  content: '♫'; }

.ss-mic:before, .ss-mic.right:after {
  content: '🎤'; }

.ss-volume:before, .ss-volume.right:after {
  content: '🔈'; }

.ss-lowvolume:before, .ss-lowvolume.right:after {
  content: '🔉'; }

.ss-highvolume:before, .ss-highvolume.right:after {
  content: '🔊'; }

.ss-airplay:before, .ss-airplay.right:after {
  content: ''; }

.ss-camera:before, .ss-camera.right:after {
  content: '📷'; }

.ss-picture:before, .ss-picture.right:after {
  content: '🌄'; }

.ss-video:before, .ss-video.right:after {
  content: '📹'; }

.ss-play:before, .ss-play.right:after {
  content: '▶'; }

.ss-pause:before, .ss-pause.right:after {
  content: ''; }

.ss-stop:before, .ss-stop.right:after {
  content: '■'; }

.ss-record:before, .ss-record.right:after {
  content: '●'; }

.ss-rewind:before, .ss-rewind.right:after {
  content: '⏪'; }

.ss-fastforward:before, .ss-fastforward.right:after {
  content: '⏩'; }

.ss-skipback:before, .ss-skipback.right:after {
  content: '⏮'; }

.ss-skipforward:before, .ss-skipforward.right:after {
  content: '⏭'; }

.ss-eject:before, .ss-eject.right:after {
  content: '⏏'; }

.ss-repeat:before, .ss-repeat.right:after {
  content: '🔁'; }

.ss-replay:before, .ss-replay.right:after {
  content: '↺'; }

.ss-shuffle:before, .ss-shuffle.right:after {
  content: '🔀'; }

.ss-book:before, .ss-book.right:after {
  content: '📕'; }

.ss-openbook:before, .ss-openbook.right:after {
  content: '📖'; }

.ss-notebook:before, .ss-notebook.right:after {
  content: '📓'; }

.ss-newspaper:before, .ss-newspaper.right:after {
  content: '📰'; }

.ss-grid:before, .ss-grid.right:after {
  content: ''; }

.ss-rows:before, .ss-rows.right:after {
  content: ''; }

.ss-columns:before, .ss-columns.right:after {
  content: ''; }

.ss-thumbnails:before, .ss-thumbnails.right:after {
  content: ''; }

.ss-filter:before, .ss-filter.right:after {
  content: ''; }

.ss-desktop:before, .ss-desktop.right:after {
  content: '💻'; }

.ss-laptop:before, .ss-laptop.right:after {
  content: ''; }

.ss-tablet:before, .ss-tablet.right:after {
  content: ''; }

.ss-cell:before, .ss-cell.right:after {
  content: '📱'; }

.ss-battery:before, .ss-battery.right:after {
  content: '🔋'; }

.ss-highbattery:before, .ss-highbattery.right:after {
  content: ''; }

.ss-mediumbattery:before, .ss-mediumbattery.right:after {
  content: ''; }

.ss-lowbattery:before, .ss-lowbattery.right:after {
  content: ''; }

.ss-emptybattery:before, .ss-emptybattery.right:after {
  content: ''; }

.ss-lightbulb:before, .ss-lightbulb.right:after {
  content: '💡'; }

.ss-downloadcloud:before, .ss-downloadcloud.right:after {
  content: ''; }

.ss-download:before, .ss-download.right:after {
  content: ''; }

.ss-uploadcloud:before, .ss-uploadcloud.right:after {
  content: ''; }

.ss-upload:before, .ss-upload.right:after {
  content: ''; }

.ss-fork:before, .ss-fork.right:after {
  content: ''; }

.ss-merge:before, .ss-merge.right:after {
  content: ''; }

.ss-transfer:before, .ss-transfer.right:after {
  content: '⇆'; }

.ss-refresh:before, .ss-refresh.right:after {
  content: '↻'; }

.ss-sync:before, .ss-sync.right:after {
  content: ''; }

.ss-loading:before, .ss-loading.right:after {
  content: ''; }

.ss-wifi:before, .ss-wifi.right:after {
  content: ''; }

.ss-connection:before, .ss-connection.right:after {
  content: ''; }

.ss-file:before, .ss-file.right:after {
  content: '📄'; }

.ss-folder:before, .ss-folder.right:after {
  content: '📁'; }

.ss-quote:before, .ss-quote.right:after {
  content: '“'; }

.ss-text:before, .ss-text.right:after {
  content: ''; }

.ss-font:before, .ss-font.right:after {
  content: ''; }

.ss-print:before, .ss-print.right:after {
  content: '⎙'; }

.ss-fax:before, .ss-fax.right:after {
  content: '📠'; }

.ss-list:before, .ss-list.right:after {
  content: ''; }

.ss-layout:before, .ss-layout.right:after {
  content: ''; }

.ss-action:before, .ss-action.right:after {
  content: ''; }

.ss-redirect:before, .ss-redirect.right:after {
  content: '↪'; }

.ss-expand:before, .ss-expand.right:after {
  content: '⤢'; }

.ss-contract:before, .ss-contract.right:after {
  content: ''; }

.ss-help:before, .ss-help.right:after {
  content: '❓'; }

.ss-info:before, .ss-info.right:after {
  content: 'ℹ'; }

.ss-alert:before, .ss-alert.right:after {
  content: '⚠'; }

.ss-caution:before, .ss-caution.right:after {
  content: '⛔'; }

.ss-logout:before, .ss-logout.right:after {
  content: ''; }

.ss-plus:before, .ss-plus.right:after {
  content: '+'; }

.ss-hyphen:before, .ss-hyphen.right:after {
  content: '-'; }

.ss-check:before, .ss-check.right:after {
  content: '✓'; }

.ss-delete:before, .ss-delete.right:after {
  content: '␡'; }

.ss-settings:before, .ss-settings.right:after {
  content: '⚙'; }

.ss-dashboard:before, .ss-dashboard.right:after {
  content: ''; }

.ss-notifications:before, .ss-notifications.right:after {
  content: '🔔'; }

.ss-notificationsdisabled:before, .ss-notificationsdisabled.right:after {
  content: '🔕'; }

.ss-clock:before, .ss-clock.right:after {
  content: '⏲'; }

.ss-stopwatch:before, .ss-stopwatch.right:after {
  content: '⏱'; }

.ss-calendar:before, .ss-calendar.right:after {
  content: '📅'; }

.ss-addcalendar:before, .ss-addcalendar.right:after {
  content: ''; }

.ss-removecalendar:before, .ss-removecalendar.right:after {
  content: ''; }

.ss-checkcalendar:before, .ss-checkcalendar.right:after {
  content: ''; }

.ss-deletecalendar:before, .ss-deletecalendar.right:after {
  content: ''; }

.ss-plane:before, .ss-plane.right:after {
  content: '✈'; }

.ss-briefcase:before, .ss-briefcase.right:after {
  content: '💼'; }

.ss-cloud:before, .ss-cloud.right:after {
  content: '☁'; }

.ss-droplet:before, .ss-droplet.right:after {
  content: '💧'; }

.ss-flask:before, .ss-flask.right:after {
  content: ''; }

.ss-up:before, .ss-up.right:after {
  content: '⬆'; }

.ss-upright:before, .ss-upright.right:after {
  content: '⬈'; }

.ss-right:before, .ss-right.right:after {
  content: '➡'; }

.ss-downright:before, .ss-downright.right:after {
  content: '⬊'; }

.ss-down:before, .ss-down.right:after {
  content: '⬇'; }

.ss-downleft:before, .ss-downleft.right:after {
  content: '⬋'; }

.ss-left:before, .ss-left.right:after {
  content: '⬅'; }

.ss-upleft:before, .ss-upleft.right:after {
  content: '⬉'; }

.ss-navigateup:before, .ss-navigateup.right:after {
  content: ''; }

.ss-navigateright:before, .ss-navigateright.right:after {
  content: '▻'; }

.ss-navigatedown:before, .ss-navigatedown.right:after {
  content: ''; }

.ss-navigateleft:before, .ss-navigateleft.right:after {
  content: '◅'; }

.ss-directup:before, .ss-directup.right:after {
  content: '▴'; }

.ss-directright:before, .ss-directright.right:after {
  content: '▹'; }

.ss-dropdown:before, .ss-dropdown.right:after {
  content: '▾'; }

.ss-directleft:before, .ss-directleft.right:after {
  content: '◃'; }

.ss-retweet:before, .ss-retweet.right:after {
  content: ''; }

/* Legacy classes */
.ss-volumelow:before, .ss-volumelow.right:after {
  content: '🔉'; }

.ss-volumehigh:before, .ss-volumehigh.right:after {
  content: '🔊'; }

.ss-batteryhigh:before, .ss-batteryhigh.right:after {
  content: ''; }

.ss-batterymedium:before, .ss-batterymedium.right:after {
  content: ''; }

.ss-batterylow:before, .ss-batterylow.right:after {
  content: ''; }

.ss-batteryempty:before, .ss-batteryempty.right:after {
  content: ''; }

.ss-clouddownload:before, .ss-clouddownload.right:after {
  content: ''; }

.ss-cloudupload:before, .ss-cloudupload.right:after {
  content: ''; }

.ss-calendaradd:before, .ss-calendaradd.right:after {
  content: ''; }

.ss-calendarremove:before, .ss-calendarremove.right:after {
  content: ''; }

.ss-calendarcheck:before, .ss-calendarcheck.right:after {
  content: ''; }

.ss-calendardelete:before, .ss-calendardelete.right:after {
  content: ''; }

/*SS Social*/
@font-face {
  font-family: 'SSSocialCircle';
  src: url("/assets/fonts/ss-social-circle.eot");
  src: url("/assets/fonts/ss-social-circle.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/ss-social-circle.woff") format("woff"), url("/assets/fonts/ss-social-circle.ttf") format("truetype"), url("/assets/fonts/ss-social-circle.svg#SSSocialCircle") format("svg");
  font-weight: normal;
  font-style: normal; }
.ss-social-circle:before {
  font-family: 'SSSocialCircle'; }

.ss-twitter:before, .ss-twitter.right:after {
  content: ''; }

.ss-facebook:before, .ss-facebook.right:after {
  content: ''; }

.ss-instagram:before, .ss-instagram.right:after {
  content: ''; }

.ss-youtube:before, .ss-youtube.right:after {
  content: ''; }

.ss-pinterest:before, .ss-pinterest.right:after {
  content: ''; }

/*Web Fonts*/
@font-face {
  font-family: 'NeuzeitOffice-Regular';
  src: url("/assets/fonts/NeuzeitOffice-Regular.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/NeuzeitOffice-Regular.woff") format("woff"), url("/assets/fonts/NeuzeitOffice-Regular.ttf") format("truetype"), url("/assets/fonts/NeuzeitOffice-Regular.svg#NeuzeitOffice-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'NeuzeitOffice-Bold';
  src: url("/assets/fonts/NeuzeitOffice-Bold.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/NeuzeitOffice-Bold.woff") format("woff"), url("/assets/fonts/NeuzeitOffice-Bold.ttf") format("truetype"), url("/assets/fonts/NeuzeitOffice-Bold.svg#NeuzeitOffice-Bold") format("svg");
  font-weight: normal;
  font-style: normal; }
/*Font Mixins*/
/*Body*/
html {
  overflow-x: hidden; }

body {
  background: #FFF;
  color: #1A1919;
  line-height: 28px;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'NeuzeitOffice-Regular';
  transition: 0.4s cubic-bezier(0.57, -0.1, 0.29, 1.1);
  left: 0;
  position: relative; }

html, body {
  width: 100%; }

a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none; }
  a:hover, a:focus {
    text-decoration: none; }

h1, h2, h3, h4, h5, h6, blockquote, cite, p {
  -webkit-text-shadow: none;
  text-shadow: none; }

p {
  margin-bottom: 20px; }
  p:last-of-type {
    margin: 0; }

strong {
  font-family: 'NeuzeitOffice-Bold'; }

picture {
  display: block; }

body.mobileOpen {
  left: 260px; }

.mobileOpen .toggle-button .tog_line .line {
  transition: top .3s, transform .3s .3s !important; }
.mobileOpen .toggle-button .tog_line:first-of-type .dot {
  top: 12px !important;
  transition: top .3s !important; }
.mobileOpen .toggle-button .tog_line:first-of-type .line {
  transform: rotate(50deg);
  top: 12px; }
.mobileOpen .toggle-button .tog_line:nth-of-type(2) .line {
  opacity: 0 !important;
  transition: .01s .3s !important; }
.mobileOpen .toggle-button .tog_line:nth-of-type(3) .dot {
  top: -12px !important;
  transition: top .3s !important; }
.mobileOpen .toggle-button .tog_line:nth-of-type(3) .line {
  transform: rotate(-50deg);
  top: -12px !important; }

.side-bar-menu {
  overflow-y: auto;
  display: none;
  position: fixed;
  background: #333;
  top: 0;
  left: 0;
  height: 100vh;
  padding: 25px 0;
  z-index: 100;
  width: 260px; }

.side-navigation-widget {
  position: relative;
  display: block;
  padding: 0 10%; }
  .side-navigation-widget:last-of-type {
    width: 100%; }
    .side-navigation-widget:last-of-type .social-icons {
      position: relative;
      top: 0;
      right: 0;
      text-align: center; }
      .side-navigation-widget:last-of-type .social-icons ul li {
        background: white;
        color: #333;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        margin: 0 2.5px;
        opacity: .65;
        transition: .3s; }
        .side-navigation-widget:last-of-type .social-icons ul li:hover {
          opacity: 1;
          transform: translateY(-15px); }
        .side-navigation-widget:last-of-type .social-icons ul li a {
          width: 100%;
          height: 100%;
          display: inline-flex;
          flex-direction: column;
          justify-content: space-around; }
          .side-navigation-widget:last-of-type .social-icons ul li a i {
            font-size: 3rem; }
        .side-navigation-widget:last-of-type .social-icons ul li #subscribe {
          margin-left: 0; }
  .side-navigation-widget .textwidget {
    padding: 30px 0 0 0; }
    @media (max-width: 986px) {
      .side-navigation-widget .textwidget {
        padding-top: 10px; } }
    .side-navigation-widget .textwidget p {
      color: white; }
  .side-navigation-widget form {
    position: relative; }
    .side-navigation-widget form label {
      width: 100%; }
      .side-navigation-widget form label:after {
        content: '';
        width: 45px;
        height: 44px;
        background-image: url("/assets/img/mag_white.svg");
        background-position: 50% 50%;
        background-size: 75%;
        background-repeat: no-repeat;
        display: inline-block;
        position: absolute;
        top: 0px;
        background-color: #333;
        right: 0px; }
      .side-navigation-widget form label .screen-reader-text {
        display: none; }
      .side-navigation-widget form label input {
        width: 100%;
        height: 45px;
        border: none;
        background: transparent;
        border-bottom: 1px solid rgba(255, 255, 255, 0.65);
        padding-left: 10px;
        color: white; }
        .side-navigation-widget form label input::-webkit-autofill {
          background-color: transparent !important;
          color: green !important; }
        .side-navigation-widget form label input:focus {
          outline: none;
          background: transparent !important; }
        .side-navigation-widget form label input::placeholder {
          text-transform: uppercase;
          color: rgba(255, 255, 255, 0.65); }
    .side-navigation-widget form input[type="submit"] {
      position: absolute;
      top: 0;
      right: 0;
      background: transparent;
      border: none;
      text-indent: -9999px;
      width: 50px;
      height: 45px; }
  .side-navigation-widget .menu-sidebar-one-container {
    margin-top: 30px;
    padding-bottom: 30px;
    border-bottom: 3px solid white;
    margin-bottom: 40px; }
    @media (max-width: 986px) {
      .side-navigation-widget .menu-sidebar-one-container {
        margin-top: 10px;
        padding-bottom: 10px;
        margin-bottom: 10px; } }
    .side-navigation-widget .menu-sidebar-one-container ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      .side-navigation-widget .menu-sidebar-one-container ul li {
        padding: 10px 0;
        position: relative; }
        @media (max-width: 986px) {
          .side-navigation-widget .menu-sidebar-one-container ul li {
            padding: 5px 0; } }
        .side-navigation-widget .menu-sidebar-one-container ul li a {
          font-weight: bold;
          font-size: 14pt;
          color: white;
          text-transform: uppercase;
          line-height: 30px;
          font-family: "HelveticaNeue-CondensedBold", "Roboto Condensed", sans-serif; }
          .side-navigation-widget .menu-sidebar-one-container ul li a:hover {
            color: #F4B743; }
  .side-navigation-widget .menu-primary-navigation-container {
    border-bottom: 3px solid white;
    padding-bottom: 30px;
    margin-bottom: 30px;
    display: none; }
    @media (max-width: 986px) {
      .side-navigation-widget .menu-primary-navigation-container {
        display: block;
        padding-bottom: 10px;
        margin-bottom: 10px; }
        .side-navigation-widget .menu-primary-navigation-container ul li a:focus {
          background-color: transparent !important; } }
    .side-navigation-widget .menu-primary-navigation-container ul {
      list-style: none;
      padding: 0;
      margin: 0; }
      .side-navigation-widget .menu-primary-navigation-container ul li a {
        font-weight: bold;
        font-size: 14pt;
        color: #F4B743;
        text-transform: uppercase;
        line-height: 30px;
        font-family: "HelveticaNeue-CondensedBold", "Roboto Condensed", sans-serif; }
        .side-navigation-widget .menu-primary-navigation-container ul li a:focus {
          background-color: #F4B743; }
  .side-navigation-widget .menu-secondary-menu-container ul {
    list-style: none;
    margin: 0 0 0 50px;
    padding: 0; }
    @media (max-width: 986px) {
      .side-navigation-widget .menu-secondary-menu-container ul {
        margin: 0; }
        .side-navigation-widget .menu-secondary-menu-container ul li {
          padding: 5px 0 !important; }
          .side-navigation-widget .menu-secondary-menu-container ul li:before {
            display: none !important; } }
    .side-navigation-widget .menu-secondary-menu-container ul li {
      padding: 10px 0;
      position: relative; }
      .side-navigation-widget .menu-secondary-menu-container ul li:before {
        transform: translateX(-10px);
        opacity: 0;
        transition: .3s; }
      .side-navigation-widget .menu-secondary-menu-container ul li:hover:before {
        opacity: 1;
        transform: translateX(0); }
      .side-navigation-widget .menu-secondary-menu-container ul li:hover a {
        padding-left: 0;
        color: #F4B743; }
      .side-navigation-widget .menu-secondary-menu-container ul li:nth-of-type(1):before {
        content: '';
        width: 30px;
        height: 30px;
        background-image: url("/assets/img/video.svg");
        display: inline-block;
        position: absolute;
        top: 7px;
        left: -45px; }
      .side-navigation-widget .menu-secondary-menu-container ul li:nth-of-type(2):before {
        content: '';
        width: 30px;
        height: 30px;
        background-image: url("/assets/img/interview.svg");
        display: inline-block;
        position: absolute;
        top: 7px;
        left: -45px; }
      .side-navigation-widget .menu-secondary-menu-container ul li:nth-of-type(3):before {
        content: '';
        width: 30px;
        height: 30px;
        background-image: url("/assets/img/slide.svg");
        display: inline-block;
        position: absolute;
        top: 7px;
        left: -45px; }
      .side-navigation-widget .menu-secondary-menu-container ul li:nth-of-type(4):before {
        content: '';
        width: 30px;
        height: 30px;
        background-image: url("/assets/img/audio.svg");
        display: inline-block;
        position: absolute;
        top: 7px;
        left: -45px; }
      .side-navigation-widget .menu-secondary-menu-container ul li a {
        font-weight: normal;
        font-size: 12pt;
        color: white;
        text-transform: uppercase;
        line-height: 30px;
        font-weight: bold;
        padding-left: 10px;
        transition: .3s;
        font-family: "HelveticaNeue-CondensedBold", "Roboto Condensed", sans-serif; }

@media (max-width: 986px) {
  .single-post header.site-header {
    margin-bottom: -50px; } }

header.site-header {
  width: 100%;
  left: 0;
  position: relative; }
  header.site-header .toggle-button {
    position: absolute;
    height: 50px;
    width: 50px;
    top: 45px;
    left: 0;
    cursor: pointer; }
    header.site-header .toggle-button .tog_line:nth-of-type(1) {
      position: absolute;
      top: 0;
      left: 0; }
    header.site-header .toggle-button .tog_line:nth-of-type(2) {
      position: absolute;
      top: 12px;
      left: 0; }
      header.site-header .toggle-button .tog_line:nth-of-type(2) .line {
        transition: opacity .3s .3s; }
    header.site-header .toggle-button .tog_line:nth-of-type(3) {
      position: absolute;
      top: 24px;
      left: 0; }
    header.site-header .toggle-button .tog_line .dot {
      width: 7px;
      height: 7px;
      background: black;
      border-radius: 50%;
      position: relative;
      display: inline-block;
      transition: .3s .3s;
      top: 0; }
    header.site-header .toggle-button .tog_line .line {
      width: 30px;
      margin-left: 5px;
      height: 7px;
      background: black;
      border-radius: 20px;
      position: relative;
      display: inline-block;
      transition: transform .3s, top .3s .3s;
      top: 0;
      opacity: 1; }
  header.site-header .social-icons {
    position: absolute;
    top: 55px;
    right: 20px; }
    header.site-header .social-icons ul {
      padding: 0;
      margin: 0;
      list-style-type: none; }
      header.site-header .social-icons ul li {
        display: inline-block; }
        header.site-header .social-icons ul li #subscribe {
          margin-left: 10px; }
        header.site-header .social-icons ul li a {
          display: inline-block;
          padding: 5px; }
          header.site-header .social-icons ul li a span {
            font-weight: bold;
            text-transform: uppercase;
            font-family: 'NeuzeitOffice-Bold';
            font-size: 18px; }

/*Navigation*/
.main-nav {
  background: white;
  border: none;
  min-height: auto;
  width: 100%;
  max-width: 1205px;
  margin: 0 auto;
  /*Navbar - Brand*/ }
  @media (min-width: 768px) {
    .main-nav {
      display: block;
      padding-bottom: 20px;
      padding-top: 20px; }
      .main-nav .container {
        display: table-cell;
        vertical-align: middle; } }
  .main-nav .container-fluid {
    display: block;
    position: relative;
    border-bottom: 20px solid #F4B743;
    width: 75%;
    max-width: 915px;
    padding: 0;
    height: 105px; }
    .main-nav .container-fluid .navbar-nav {
      display: block;
      width: 100%;
      text-align: left;
      position: relative;
      z-index: 10;
      text-transform: uppercase;
      top: 25px; }
      .main-nav .container-fluid .navbar-nav .menu-wrap {
        width: 100%; }
        .main-nav .container-fluid .navbar-nav .menu-wrap ul {
          top: 15px;
          position: relative;
          width: 100%; }
          .main-nav .container-fluid .navbar-nav .menu-wrap ul li {
            width: 20%; }
            .main-nav .container-fluid .navbar-nav .menu-wrap ul li:nth-of-type(2) {
              width: 30%; }
            .main-nav .container-fluid .navbar-nav .menu-wrap ul li:nth-of-type(3) {
              text-align: right;
              width: 30%; }
            .main-nav .container-fluid .navbar-nav .menu-wrap ul li:nth-of-type(4) {
              text-align: right; }
            .main-nav .container-fluid .navbar-nav .menu-wrap ul li.active a {
              color: #F4B743; }
            .main-nav .container-fluid .navbar-nav .menu-wrap ul li a {
              padding: 0;
              font-size: 20px;
              font-family: "HelveticaNeue-CondensedBold", "Roboto Condensed", sans-serif;
              font-weight: 700; }
              .main-nav .container-fluid .navbar-nav .menu-wrap ul li a:hover {
                color: #F4B743; }
  .main-nav .navbar-header {
    position: absolute;
    left: 30%;
    right: 30%;
    top: -8px;
    z-index: 100;
    cursor: pointer; }
    .main-nav .navbar-header .navbar-brand {
      width: 100%;
      height: auto;
      margin: 0; }
      .main-nav .navbar-header .navbar-brand .logo {
        height: auto;
        width: 100%;
        display: block; }
        .main-nav .navbar-header .navbar-brand .logo img {
          width: 100%;
          height: auto; }
        @media (max-width: 767px) {
          .main-nav .navbar-header .navbar-brand .logo {
            float: none;
            left: 0;
            margin: 5px auto 0;
            position: absolute;
            right: 0; } }
        @media (min-width: 768px) {
          .main-nav .navbar-header .navbar-brand .logo {
            margin-top: 3px; } }

/*University Menu*/
@media (max-width: 767px) {
  .university-menu .dropdown-menu {
    padding: 0 15px !important; } }
@media (min-width: 768px) {
  .university-menu .dropdown-menu {
    max-height: 300px;
    overflow: hidden;
    overflow-y: auto; } }

/*Menu Wrap*/
@media (min-width: 768px) {
  .menu-wrap {
    display: inline-block; } }

/*Mobile Menu*/
.mobile-footer-menu {
  position: fixed;
  bottom: 0;
  z-index: 1000;
  background: #333333;
  width: 100%;
  text-align: center;
  display: none; }
  .mobile-footer-menu ul li {
    display: inline-block;
    border-bottom: none !important; }
    .mobile-footer-menu ul li a {
      color: white;
      border-bottom: none;
      text-transform: uppercase;
      line-height: 15px;
      padding: 25px 8px 20px;
      font-size: 11pt !important; }
      .mobile-footer-menu ul li a:hover {
        color: black; }
      .mobile-footer-menu ul li a:focus {
        background-color: #F4B743; }

/*Navbar - Nav*/
.navbar-nav {
  margin: 0;
  padding: 0; }
  @media (max-width: 767px) {
    .navbar-nav.menu-primary li {
      border-bottom: solid 1px #f6c260; } }
  .navbar-nav.menu-primary li a {
    font-size: 18px;
    font-family: 'NeuzeitOffice-Bold'; }
    @media (max-width: 767px) {
      .navbar-nav.menu-primary li a:after {
        float: right; } }
    @media (min-width: 1200px) {
      .navbar-nav.menu-primary li a {
        font-size: 20px; } }
  @media (min-width: 768px) {
    .navbar-nav.menu-primary li:first-child a {
      padding-left: 0; } }
  .navbar-nav.menu-primary .dropdown-menu {
    border: none;
    padding: 0; }
    @media (max-width: 767px) {
      .navbar-nav.menu-primary .dropdown-menu {
        margin-bottom: 30px; } }
    @media (min-width: 768px) {
      .navbar-nav.menu-primary .dropdown-menu {
        background-clip: border-box;
        border-bottom: solid 10px #F4B743; } }
    .navbar-nav.menu-primary .dropdown-menu li a {
      font-size: 15px;
      padding: 5px 15px; }
      .navbar-nav.menu-primary .dropdown-menu li a:before {
        display: none !important; }
  .navbar-nav.menu-secondary {
    padding: 0; }
    @media (max-width: 1320px) {
      .navbar-nav.menu-secondary {
        clear: both; } }
    @media (min-width: 1200px) {
      .navbar-nav.menu-secondary {
        margin-left: 20px; } }
    @media (max-width: 767px) {
      .navbar-nav.menu-secondary li {
        border-bottom: solid 1px #f6c260; }
        .navbar-nav.menu-secondary li:last-child {
          border: none; } }
    .navbar-nav.menu-secondary li a {
      display: block;
      font-size: 15px; }
      @media (min-width: 768px) {
        .navbar-nav.menu-secondary li a {
          display: inline-block;
          padding: 10px; } }
    @media (min-width: 768px) {
      .navbar-nav.menu-secondary li:first-child a {
        padding-left: 0; } }
    @media (min-width: 768px) {
      .navbar-nav.menu-secondary li:last-child:before {
        content: "|";
        display: inline-block;
        font-size: 15px;
        margin-left: 10px;
        margin-right: 10px; } }
    .navbar-nav.menu-secondary .dropdown-toggle:after {
      display: none; }
    .navbar-nav.menu-secondary .dropdown-menu li a {
      padding: 5px 15px;
      width: 100%; }
    .navbar-nav.menu-secondary .dropdown-menu li:before {
      display: none; }

/*Dropdown*/
.dropdown .dropdown-toggle:after {
  color: rgba(26, 25, 25, 0.5);
  content: '▾';
  display: inline-block;
  font-family: 'SSStandard';
  font-size: 9px;
  margin-left: 6px; }

/*Navbar - Form*/
.navbar-form {
  border: none;
  box-shadow: none; }
  @media (max-width: 767px) {
    .navbar-form {
      margin: 0;
      padding-left: 0;
      padding-right: 0; } }
  .navbar-form .form-control {
    background: #F9DBA1 url("/assets/img/icon-search.svg") 15px 50% no-repeat;
    border: none;
    box-shadow: none;
    font-size: 15px;
    height: 40px;
    padding-left: 40px;
    padding-right: 15px; }
    @media (min-width: 768px) {
      .navbar-form .form-control {
        width: 130px; } }
    @media (min-width: 991px) {
      .navbar-form .form-control {
        width: auto; } }

/*Navbar - Toggle*/
.navbar-toggle {
  border: none;
  float: left;
  padding: 10px 15px; }
  .navbar-toggle .icon-bar {
    background: #1A1919;
    border-radius: 0;
    width: 22px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
  .navbar-toggle .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%; }
  .navbar-toggle .middle-bar {
    opacity: 0; }
  .navbar-toggle .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 90%; }
  .navbar-toggle.collapsed .top-bar {
    transform: rotate(0); }
  .navbar-toggle.collapsed .middle-bar {
    opacity: 1; }
  .navbar-toggle.collapsed .bottom-bar {
    transform: rotate(0); }

/*Search -Toggle*/
.search-toggle {
  background: url("/assets/img/icon-search.svg") 50% no-repeat;
  border: none;
  float: right;
  padding: 15px; }
  @media (min-width: 768px) {
    .search-toggle {
      display: none; } }

/*Navbar - Collapse*/
.navbar-collapse {
  border: none;
  box-shadow: none; }

.ss-social-circle a:before {
  font-family: "SSSocialCircle";
  display: inline-block;
  margin-right: 6px;
  vertical-align: middle; }

.ss-twitter a:before {
  content: ''; }

.ss-facebook a:before {
  content: ''; }

.ss-googleplus a:before {
  content: ''; }

.ss-mail a:before {
  content: '✉'; }

.searchOpen {
  transform: translateY(100px); }

.mobile-search-button {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  background: transparent;
  border: none;
  width: 50px;
  display: block; }
  @media (min-width: 986px) {
    .mobile-search-button {
      display: none; } }
  @media (min-width: 767px) {
    .mobile-search-button {
      height: 75%; } }
  .mobile-search-button:after {
    content: '';
    width: 100%;
    height: 100%;
    background-image: url(/assets/img/mag.svg);
    background-size: 65%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
    top: -2px;
    right: 0; }

#mobile-search {
  position: fixed;
  background: #333;
  z-index: 1000;
  top: -100px;
  height: 100px;
  padding: 35px 0;
  width: 100%;
  display: block;
  transition: .3s; }

#mobile-search form {
  position: relative;
  width: 90%;
  display: block;
  margin: 0 auto; }

#mobile-search form input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  background: transparent;
  border: none;
  text-indent: -9999px;
  width: 50px;
  height: 30px; }

#mobile-search form label {
  width: 100%; }
  #mobile-search form label:after {
    content: '';
    width: 30px;
    height: 30px;
    background-image: url("/assets/img/mag_white.svg");
    display: inline-block;
    position: absolute;
    top: -7px;
    right: 5px; }

#mobile-search input {
  width: 100%;
  border: none;
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.65);
  padding-left: 10px;
  color: white; }
  #mobile-search input:focus {
    outline: none;
    background: transparent; }
  #mobile-search input::placeholder {
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.65); }

#mobile-search .screen-reader-text {
  display: none; }

/*Main*/
main h1, main h2, main h3, main h4, main h5, main h6 {
  margin-top: 0; }
main .btn:focus {
  outline: none; }
main .section {
  padding-bottom: 35px;
  padding-top: 35px; }
main img {
  height: auto;
  width: 100%; }

.wp-post-image {
  height: auto;
  width: 100%; }

.message {
  padding-bottom: 30px; }

@media (max-width: 625px) {
  .signup_open .signup-section {
    height: 750px; } }

#gform_confirmation_message_3 {
  color: white !important; }

.signup-section {
  background: #333;
  padding: 75px 0;
  display: inline-block;
  width: 100%;
  margin-bottom: 40px; }
  @media (max-width: 625px) {
    .signup-section {
      height: 210px;
      overflow: hidden; } }
  @media (max-width: 525px) {
    .signup-section {
      height: 275px; } }
  .signup-section .signup-inner {
    width: 95%;
    display: block;
    margin: 0 auto;
    max-width: 1205px; }
    @media (max-width: 998px) {
      .signup-section .signup-inner {
        width: 90%; } }
    .signup-section .signup-inner h2 {
      color: white;
      font-weight: 700;
      font-family: "HelveticaNeue-CondensedBold", "Roboto Condensed", sans-serif;
      letter-spacing: 0;
      font-size: 25pt; }
    .signup-section .signup-inner p {
      color: white; }
    .signup-section .signup-inner .signup_button {
      display: none;
      position: relative;
      margin: 20px 0 50px 0;
      padding: 3px 20px 3px;
      background: transparent;
      border: 5px solid white;
      color: white;
      font-size: 12pt;
      font-weight: 900;
      font-family: "HelveticaNeue-CondensedBold", "Roboto Condensed", sans-serif;
      letter-spacing: 0;
      width: 100%;
      text-align: center;
      cursor: pointer; }
      .signup-section .signup-inner .signup_button:hover {
        background: white;
        color: #333; }
      @media (max-width: 625px) {
        .signup-section .signup-inner .signup_button {
          display: block; } }
    .signup-section .signup-inner #gform_confirmation_message_3 {
      color: white;
      font-size: 12pt;
      margin-top: 30px;
      font-weight: bold; }
    .signup-section .signup-inner #gform_wrapper_3 .validation_error {
      background: white; }
    .signup-section .signup-inner #gform_wrapper_3 .gfield.gfield_error {
      background-color: transparent !important;
      border-top: 1px solid #9c0000 !important;
      border-bottom: 1px solid #9c0000 !important;
      padding-top: 1px !important;
      box-sizing: border-box !important;
      margin-top: 0 !important; }
      .signup-section .signup-inner #gform_wrapper_3 .gfield.gfield_error .validation_message {
        color: #ff5757; }
    .signup-section .signup-inner #gform_wrapper_3 form .gform_body {
      display: inline-block;
      width: 88%;
      vertical-align: top; }
    .signup-section .signup-inner #gform_wrapper_3 form .gform_footer {
      width: 10%;
      display: inline-block;
      padding: 0; }
      .signup-section .signup-inner #gform_wrapper_3 form .gform_footer input {
        position: relative;
        margin-top: 29%;
        padding: 3px 20px 3px;
        background: transparent;
        border: 5px solid white;
        color: white;
        font-size: 12pt;
        font-weight: 900;
        font-family: "HelveticaNeue-CondensedBold", "Roboto Condensed", sans-serif;
        letter-spacing: 0;
        width: 100%; }
        .signup-section .signup-inner #gform_wrapper_3 form .gform_footer input:hover {
          background-color: white;
          color: #333; }
        @media (max-width: 1060px) {
          .signup-section .signup-inner #gform_wrapper_3 form .gform_footer input {
            margin-top: 30%; } }
        @media (max-width: 885px) {
          .signup-section .signup-inner #gform_wrapper_3 form .gform_footer input {
            margin-top: 41%;
            text-align: center;
            padding: 3px 0; } }
    .signup-section .signup-inner #gform_wrapper_3 form #gform_fields_3 {
      display: flex;
      justify-content: space-around;
      flex-direction: row; }
      .signup-section .signup-inner #gform_wrapper_3 form #gform_fields_3 li {
        display: inline-flex;
        width: 33%;
        flex-direction: column; }
        .signup-section .signup-inner #gform_wrapper_3 form #gform_fields_3 li label {
          color: white;
          font-weight: 300;
          font-size: 13pt;
          font-family: Courier New, Courier, Lucida Sans Typewriter, Lucida Typewriter, monospace;
          font-weight: bold; }

/*Headings*/
.heading-primary {
  font-size: 24px;
  letter-spacing: -0.75px;
  line-height: 28px;
  margin-bottom: 20px;
  font-family: 'NeuzeitOffice-Bold'; }
  @media (min-width: 992px) {
    .heading-primary {
      font-size: 35px;
      letter-spacing: -1.64px;
      line-height: 46px; } }
  @media (min-width: 1200px) {
    .heading-primary {
      font-size: 48px;
      letter-spacing: -1.64px;
      line-height: 52px; } }

.heading-secondary {
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 10px;
  margin-top: 0;
  font-family: 'NeuzeitOffice-Bold'; }
  @media (min-width: 768px) {
    .heading-secondary {
      font-size: 30px;
      line-height: 32px;
      margin-bottom: 20px; } }

.heading-tertiary {
  font-size: 20px;
  line-height: 24px;
  margin-top: 0;
  font-family: 'NeuzeitOffice-Bold'; }

/*Titles*/
.title-primary {
  color: #F4B743;
  display: inline-block;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 5px;
  margin-right: 15px;
  text-transform: uppercase;
  font-family: 'NeuzeitOffice-Bold'; }
  @media (max-width: 480px) {
    .title-primary {
      display: block;
      margin: 0; } }
  .title-primary a {
    color: #F4B743; }

.title-secondary {
  color: #8C8C8C;
  display: inline-block;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-family: 'NeuzeitOffice-Bold'; }
  .title-secondary a {
    color: #8C8C8C; }

.title-tertiary {
  display: inline-block;
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 5px;
  font-family: 'NeuzeitOffice-Bold'; }

/*Colors*/
.color-white {
  color: #FFF; }

.color-black {
  color: #1A1919; }

/*Equal Height*/
@media (min-width: 768px) {
  .eq-height {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; } }

/*Ellipsis*/
.ellipsis {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }

/*Resonpisive Video*/
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden; }

.video-container iframe, .video-container object, .video-container embed, .video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/*Vertical Align - Middle*/
@media (min-width: 768px) {
  .middle {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center; } }

/*Wrapper*/
.wrapper {
  margin: 0 auto;
  padding: 0;
  position: relative;
  max-width: 1205px; }
  @media (max-width: 1205px) {
    .wrapper {
      width: 95%; } }

/*WordPress*/
img.alignright {
  float: right;
  margin: 0 0 1em 1em; }

img.alignleft {
  float: left;
  margin: 0 1em 1em 0; }

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.alignright {
  margin: 30px auto; }
  @media (min-width: 992px) {
    .alignright {
      float: right;
      margin-left: 30px;
      margin-right: -95px; } }

.alignleft {
  margin: 30px auto; }
  @media (min-width: 992px) {
    .alignleft {
      float: left;
      margin-left: -95px;
      margin-right: 30px; } }

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  margin-bottom: 30px;
  width: 100% !important; }
  .wp-caption figcaption {
    font-size: 14px;
    line-height: 18px; }
  .wp-caption img {
    margin-bottom: 10px; }
  .wp-caption.alignnone {
    margin-left: auto;
    margin-right: auto; }

/*Flexbox*/
@media (min-width: 768px) {
  .flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; } }

.load-more-wrap {
  margin-top: 30px; }

/*Footer*/
.site-footer {
  background: white;
  border: none;
  min-height: auto;
  padding-bottom: 20px;
  padding-top: 40px;
  width: 100%;
  /*Navbar - Brand*/
  /*Navbar - Nav*/
  /*Navbar - Form*/
  /*Menu Secondary*/
  /*Copyright*/ }
  @media (min-width: 768px) {
    .site-footer {
      display: table;
      padding-top: 20px; }
      .site-footer .container {
        display: table-cell;
        vertical-align: middle; } }
  .site-footer .logo {
    background: url("/assets/img/logo-2018.svg") 0 0 no-repeat;
    height: 60px;
    width: 190px;
    display: block;
    margin: 0 auto;
    float: none; }
  .site-footer .social-icons {
    text-align: center;
    list-style: none;
    margin: 15px 0 0 -5px;
    padding: 0; }
    .site-footer .social-icons li {
      display: inline-block;
      width: 30px;
      height: 30px;
      margin: 0 3px; }
      .site-footer .social-icons li a {
        display: inline-block;
        width: 100%;
        height: 100%; }
        .site-footer .social-icons li a:before {
          font-size: 22pt;
          line-height: 39px;
          width: 100%;
          height: 100%; }
  @media (max-width: 767px) {
    .site-footer .navbar-nav {
      clear: both;
      margin: 0;
      text-align: center; } }
  .site-footer .navbar-nav li {
    border: none; }
    @media (max-width: 767px) {
      .site-footer .navbar-nav li {
        display: inline-block; } }
    .site-footer .navbar-nav li a {
      color: #8C8C8C; }
  .site-footer .navbar-nav .current-menu-item:after {
    display: none; }
  @media (max-width: 767px) {
    .site-footer .navbar-right {
      display: none; } }
  .site-footer .navbar-right .navbar-form .form-control {
    background-color: #8C8C8C; }
  @media (min-width: 768px) {
    .site-footer .menu-secondary li:last-child:before {
      color: #8C8C8C;
      content: "|";
      display: inline-block;
      font-size: 15px;
      margin-left: 10px;
      margin-right: 10px; } }
  .site-footer .copyright {
    color: #525252;
    font-size: 15px;
    padding-top: 20px;
    clear: both; }
    .site-footer .copyright a {
      color: #525252;
      text-decoration: underline; }
      .site-footer .copyright a:hover {
        color: #D2D1D1; }
    .site-footer .copyright .site-credits {
      text-align: center; }
      @media (min-width: 768px) {
        .site-footer .copyright .site-credits {
          text-align: right; } }
      .site-footer .copyright .site-credits a {
        text-decoration: none; }

.main-featured-post {
  display: inline-block;
  width: 70%;
  overflow: hidden; }
  .main-featured-post picture {
    display: inline-block;
    width: 100%;
    overflow: hidden;
    background-color: #333; }
    .main-featured-post picture:hover img {
      transform: scale(1.2);
      opacity: .85; }
    .main-featured-post picture img {
      width: 100%;
      transform: scale(1.1);
      height: auto;
      transition: 0.3s cubic-bezier(0.46, -0.3, 0.58, 1.5); }
  .main-featured-post .information {
    margin-top: 10px; }
    .main-featured-post .information .hero-caption .article-link .title-secondary, .main-featured-post .information .hero-caption .article-link .title-primary {
      font-family: Courier New, Courier, Lucida Sans Typewriter, Lucida Typewriter, monospace;
      font-weight: bold; }
      .main-featured-post .information .hero-caption .article-link .title-secondary:hover, .main-featured-post .information .hero-caption .article-link .title-primary:hover {
        text-decoration: underline; }
    .main-featured-post .information .hero-caption .article-link .heading-primary {
      display: block;
      text-transform: uppercase;
      font-size: 30pt;
      margin-top: 15px;
      position: relative;
      transition: .3s; }
      .main-featured-post .information .hero-caption .article-link .heading-primary:hover .art-title {
        background: #333;
        box-shadow: 10px 0 0 #333, -10px 0 0 #333;
        color: #F4B743; }
@-moz-document url-prefix() {
  .main-featured-post .information .hero-caption .article-link .heading-primary:after {
    content: '';
    width: 10px;
    height: 51px;
    background: #F4B743;
    position: absolute;
    left: -10px;
    bottom: 7px; } }
      .main-featured-post .information .hero-caption .article-link .heading-primary .art-title {
        background: #F4B743;
        display: inline;
        padding: 10px 0 0 0px;
        line-height: 56px;
        box-shadow: 10px 0 0 #F4B743, -10px 0 0 #F4B743;
        position: relative;
        transition: .3s; }
@-moz-document url-prefix() {
  .main-featured-post .information .hero-caption .article-link .heading-primary .art-title:after {
    content: '';
    width: 10px;
    height: 51px;
    background: #F4B743;
    position: absolute;
    right: -10px;
    top: 0px; } }
.featured-post-right {
  display: inline-block;
  width: 28%;
  vertical-align: top;
  margin-left: 1%; }
  .featured-post-right .main-featured-post-sm {
    margin-bottom: 0px;
    display: inline-block; }
    .featured-post-right .main-featured-post-sm .image-link {
      display: none; }
    .featured-post-right .main-featured-post-sm .information .hero-caption .article-link .title-primary {
      display: block;
      margin-bottom: 0;
      font-size: 10pt;
      font-family: Courier New, Courier, Lucida Sans Typewriter, Lucida Typewriter, monospace;
      font-weight: bold; }
      .featured-post-right .main-featured-post-sm .information .hero-caption .article-link .title-primary:hover {
        text-decoration: underline; }
    .featured-post-right .main-featured-post-sm .information .hero-caption .article-link .title-secondary {
      display: block;
      font-size: 10pt;
      font-family: Courier New, Courier, Lucida Sans Typewriter, Lucida Typewriter, monospace;
      font-weight: bold; }
      .featured-post-right .main-featured-post-sm .information .hero-caption .article-link .title-secondary:hover {
        text-decoration: underline; }
    .featured-post-right .main-featured-post-sm .information .hero-caption .article-link .heading-primary {
      display: block;
      font-size: 18pt;
      text-transform: uppercase;
      line-height: 28px;
      margin-bottom: 10px;
      font-family: "HelveticaNeue-CondensedBold", "Roboto Condensed", sans-serif;
      letter-spacing: 0; }
      .featured-post-right .main-featured-post-sm .information .hero-caption .article-link .heading-primary:hover {
        color: #F4B743; }

.home-popular {
  padding: 0;
  margin: 50px 0;
  display: flex;
  justify-content: space-around;
  flex-direction: row; }
  @media (max-width: 985px) {
    .home-popular {
      margin-bottom: 100px; } }
  @media (max-width: 885px) {
    .home-popular {
      flex-wrap: wrap;
      margin-bottom: 50px; }
      .home-popular picture {
        width: 98% !important; } }
  @media (max-width: 625px) {
    .home-popular li {
      margin-bottom: 30px; }
      .home-popular li picture {
        width: 100% !important; } }
  .home-popular li {
    display: inline-flex;
    width: 24.5%;
    position: relative;
    flex-direction: column; }
    @media (max-width: 885px) {
      .home-popular li {
        width: 50%; } }
    .home-popular li picture {
      position: relative;
      top: 0;
      left: 0;
      height: auto;
      overflow: hidden;
      width: 100%;
      background: #333; }
      .home-popular li picture:hover img {
        transform: scale(1.15);
        opacity: .85; }
      .home-popular li picture img {
        width: 100%;
        height: auto;
        position: relative;
        transition: 0.3s cubic-bezier(0.46, -0.3, 0.58, 1.5);
        left: 0; }
        @media (max-width: 885px) {
          .home-popular li picture img {
            width: 100%;
            height: auto;
            left: 0; } }
    .home-popular li .title-section {
      position: relative;
      width: 95%;
      left: 2.5%;
      display: inline-flex;
      padding-top: 10px; }
      .home-popular li .title-section .post-number {
        color: #808080;
        font-size: 40pt;
        position: relative;
        top: 15px;
        font-family: Courier New, Courier, Lucida Sans Typewriter, Lucida Typewriter, monospace;
        font-weight: bold; }
      .home-popular li .title-section .article-link {
        width: 90%;
        padding-left: 15px; }
        .home-popular li .title-section .article-link .heading-primary {
          font-size: 16pt;
          line-height: 28px;
          text-transform: uppercase;
          font-family: "HelveticaNeue-CondensedBold", "Roboto Condensed", sans-serif;
          letter-spacing: 0;
          transition: .2s; }
          .home-popular li .title-section .article-link .heading-primary:hover {
            color: #F4B743; }

.featured-vids {
  margin-bottom: 80px; }
  .featured-vids .article-lg .img {
    overflow: hidden;
    background: #333; }
    .featured-vids .article-lg .img:hover img {
      transform: scale(1.2);
      opacity: .85; }
    .featured-vids .article-lg .img img {
      width: 100%;
      transition: 0.3s cubic-bezier(0.46, -0.3, 0.58, 1.5);
      transform: scale(1.1); }
  .featured-vids .article-lg a .heading-tertiary {
    text-transform: uppercase;
    display: block;
    margin: 10px 0 10px;
    font-size: 15pt;
    line-height: 24px;
    width: 60%;
    font-family: "HelveticaNeue-CondensedBold", "Roboto Condensed", sans-serif;
    transition: .2s; }
    .featured-vids .article-lg a .heading-tertiary:hover {
      color: #F4B743; }
  .featured-vids .article-lg .tags {
    position: absolute;
    bottom: 10px;
    right: 20px; }
    .featured-vids .article-lg .tags span {
      display: block;
      margin: 0;
      text-align: right;
      font-family: Courier New, Courier, Lucida Sans Typewriter, Lucida Typewriter, monospace;
      font-weight: bold; }
      .featured-vids .article-lg .tags span:hover {
        text-decoration: underline; }

.home-loop .main-posts {
  width: 65%;
  display: block;
  flex-direction: row;
  justify-content: space-between;
  position: relative;
  left: -1%; }
  .home-loop .main-posts .alm-reveal:first-of-type li:first-of-type {
    width: 100%; }
    .home-loop .main-posts .alm-reveal:first-of-type li:first-of-type a {
      width: 97%; }
      .home-loop .main-posts .alm-reveal:first-of-type li:first-of-type a figure {
        top: 0;
        max-height: 450px;
        overflow: hidden;
        margin-bottom: 15px; }
    .home-loop .main-posts .alm-reveal:first-of-type li:first-of-type .tags {
      position: relative;
      left: .5%; }
      .home-loop .main-posts .alm-reveal:first-of-type li:first-of-type .tags a {
        display: inline-block;
        width: auto; }
      .home-loop .main-posts .alm-reveal:first-of-type li:first-of-type .tags .title-secondary {
        display: inline-block; }
    .home-loop .main-posts .alm-reveal:first-of-type li:first-of-type .heading-secondary {
      font-size: 20pt; }
  .home-loop .main-posts .alm-reveal:first-of-type li:nth-of-type(6) {
    width: 100%; }
    .home-loop .main-posts .alm-reveal:first-of-type li:nth-of-type(6) a {
      width: 97%; }
      .home-loop .main-posts .alm-reveal:first-of-type li:nth-of-type(6) a figure {
        top: 0;
        max-height: 450px;
        overflow: hidden;
        margin-bottom: 15px; }
    .home-loop .main-posts .alm-reveal:first-of-type li:nth-of-type(6) .tags {
      position: relative;
      left: .5%; }
      .home-loop .main-posts .alm-reveal:first-of-type li:nth-of-type(6) .tags a {
        display: inline-block;
        width: auto; }
      .home-loop .main-posts .alm-reveal:first-of-type li:nth-of-type(6) .tags .title-secondary {
        display: inline-block; }
    .home-loop .main-posts .alm-reveal:first-of-type li:nth-of-type(6) .heading-secondary {
      font-size: 20pt; }
  .home-loop .main-posts .alm-reveal:first-of-type li {
    display: inline-block;
    width: 50%; }
    .home-loop .main-posts .alm-reveal:first-of-type li .heading-secondary {
      font-size: 17pt;
      letter-spacing: .15px;
      line-height: 30px;
      width: 95%; }
    .home-loop .main-posts .alm-reveal:first-of-type li p {
      display: block;
      font-size: 13pt; }
  .home-loop .main-posts .alm-reveal li {
    display: inline-block;
    width: 33.3%;
    padding: 0 !important;
    margin: 0 -3px 50px -3px;
    vertical-align: top; }
    .home-loop .main-posts .alm-reveal li a {
      position: relative;
      top: 0;
      left: 0 !important;
      display: block;
      width: 95%;
      margin: 0 auto; }
      .home-loop .main-posts .alm-reveal li a figure {
        position: relative;
        top: 60px;
        background-color: #333;
        margin-bottom: 70px;
        overflow: hidden; }
        .home-loop .main-posts .alm-reveal li a figure:hover img {
          transform: scale(1.15);
          opacity: .85; }
        .home-loop .main-posts .alm-reveal li a figure img {
          width: 100%;
          height: auto;
          position: relative;
          transition: 0.3s cubic-bezier(0.46, -0.3, 0.58, 1.5);
          transform: scale(1.1); }
    .home-loop .main-posts .alm-reveal li .tags {
      position: absolute;
      top: 0;
      font-size: 12pt;
      left: 0;
      padding-left: 3%;
      background: white; }
      .home-loop .main-posts .alm-reveal li .tags a {
        display: inline-block;
        width: auto; }
        .home-loop .main-posts .alm-reveal li .tags a:hover {
          text-decoration: underline; }
      .home-loop .main-posts .alm-reveal li .tags .title-primary {
        display: block;
        font-family: Courier New, Courier, Lucida Sans Typewriter, Lucida Typewriter, monospace;
        font-weight: bold; }
      .home-loop .main-posts .alm-reveal li .tags .title-secondary {
        display: block;
        font-family: Courier New, Courier, Lucida Sans Typewriter, Lucida Typewriter, monospace;
        font-weight: bold;
        line-height: 16px; }
    .home-loop .main-posts .alm-reveal li .heading-secondary {
      text-transform: uppercase;
      display: block;
      margin: 10px 0 10px;
      font-size: 15pt;
      line-height: 24px;
      width: 100%;
      font-family: "HelveticaNeue-CondensedBold", "Roboto Condensed", sans-serif;
      transition: .2s; }
      .home-loop .main-posts .alm-reveal li .heading-secondary:hover {
        color: #F4B743; }
    .home-loop .main-posts .alm-reveal li p {
      display: none;
      width: 97%;
      margin: 0 auto; }

.latest {
  position: relative; }
  @media (max-width: 998px) {
    .latest {
      margin-top: 20px !important; } }
  .latest .selector_section {
    position: absolute;
    top: 0;
    right: 0;
    width: 32%; }
    .latest .selector_section.shrink {
      position: fixed;
      right: auto;
      left: auto;
      width: 1200px;
      height: 1000px; }
      .latest .selector_section.shrink .search-form-section {
        position: absolute;
        width: 32%;
        right: 0; }
    .latest .selector_section h3 {
      font-weight: bold;
      font-size: 18pt;
      text-transform: uppercase;
      margin-top: 0; }
    .latest .selector_section .searchandfilter h4 {
      font-weight: bold;
      text-transform: uppercase;
      margin: 20px 0 5px 0;
      font-size: 10pt;
      cursor: pointer; }
      .latest .selector_section .searchandfilter h4:after {
        content: "+";
        position: absolute;
        top: 18px;
        right: 15px; }
    .latest .selector_section .searchandfilter ul {
      padding: 0; }
      .latest .selector_section .searchandfilter ul li {
        display: block;
        height: 50px;
        overflow: hidden;
        margin: 5px 0;
        padding: 0 0 0 15px;
        max-height: 175px;
        background: #f2f2f2;
        position: relative;
        transition: .2s; }
        .latest .selector_section .searchandfilter ul li.expand {
          height: 175px;
          overflow: scroll; }
        .latest .selector_section .searchandfilter ul li:first-child {
          padding-left: 0;
          border: none; }
        .latest .selector_section .searchandfilter ul li:nth-last-of-type(2), .latest .selector_section .searchandfilter ul li:nth-last-of-type(3) {
          display: inline-block;
          width: 50%;
          background: transparent;
          padding: 0;
          height: auto;
          overflow: visible;
          border: none;
          margin: 10px 0 0 0;
          vertical-align: bottom; }
          .latest .selector_section .searchandfilter ul li:nth-last-of-type(2) input, .latest .selector_section .searchandfilter ul li:nth-last-of-type(3) input {
            float: left; }
          .latest .selector_section .searchandfilter ul li:nth-last-of-type(2) h4, .latest .selector_section .searchandfilter ul li:nth-last-of-type(3) h4 {
            margin-top: 0;
            border: none; }
            .latest .selector_section .searchandfilter ul li:nth-last-of-type(2) h4:after, .latest .selector_section .searchandfilter ul li:nth-last-of-type(3) h4:after {
              display: none; }
        .latest .selector_section .searchandfilter ul li:nth-last-of-type(2) input {
          float: right; }
        .latest .selector_section .searchandfilter ul li:last-of-type {
          border: none;
          padding: 0;
          overflow: visible;
          height: auto;
          background: transparent; }
        .latest .selector_section .searchandfilter ul li input {
          width: 100%; }
          .latest .selector_section .searchandfilter ul li input[name="ofsearch"] {
            margin-bottom: 20px;
            height: 50px;
            padding-left: 10px; }
          .latest .selector_section .searchandfilter ul li input[name="ofpost_date[]"] {
            width: 98%;
            display: inline-block;
            height: 40px;
            padding-left: 10px;
            font-size: 11pt; }
          .latest .selector_section .searchandfilter ul li input[type="submit"] {
            margin-top: 20px;
            border: 3px solid #F4B743;
            text-transform: uppercase;
            padding: 15px 0 10px 0;
            font-weight: bold;
            background: transparent;
            color: #F4B743; }
            .latest .selector_section .searchandfilter ul li input[type="submit"]:hover {
              background: #F4B743;
              color: black; }
        .latest .selector_section .searchandfilter ul li ul {
          width: 100%;
          padding: 10px; }
          .latest .selector_section .searchandfilter ul li ul .cat-item-1, .latest .selector_section .searchandfilter ul li ul .cat-item-13 {
            display: none !important; }
          .latest .selector_section .searchandfilter ul li ul .cat-item-15436 label {
            text-indent: -9999px; }
            .latest .selector_section .searchandfilter ul li ul .cat-item-15436 label input {
              position: absolute;
              left: 0; }
            .latest .selector_section .searchandfilter ul li ul .cat-item-15436 label:before {
              content: 'Audio';
              position: absolute;
              left: 20px;
              top: -3px;
              display: inline-block;
              height: 30px;
              color: black;
              text-indent: 0;
              width: 100px; }
          .latest .selector_section .searchandfilter ul li ul .cat-item-15426 label {
            text-indent: -9999px; }
            .latest .selector_section .searchandfilter ul li ul .cat-item-15426 label input {
              position: absolute;
              left: 0; }
            .latest .selector_section .searchandfilter ul li ul .cat-item-15426 label:before {
              content: 'Slideshow';
              position: absolute;
              left: 20px;
              top: -3px;
              display: inline-block;
              height: 30px;
              color: black;
              text-indent: 0;
              width: 100px; }
          .latest .selector_section .searchandfilter ul li ul .cat-item-15446 label {
            text-indent: -9999px; }
            .latest .selector_section .searchandfilter ul li ul .cat-item-15446 label input {
              position: absolute;
              left: 0; }
            .latest .selector_section .searchandfilter ul li ul .cat-item-15446 label:before {
              content: 'Interview';
              position: absolute;
              left: 20px;
              top: -3px;
              display: inline-block;
              height: 30px;
              color: black;
              text-indent: 0;
              width: 100px; }
          .latest .selector_section .searchandfilter ul li ul li {
            width: 100% !important;
            height: auto !important;
            margin: 0 !important;
            padding: 0 !important;
            border: none !important;
            background: transparent !important;
            display: block !important;
            position: relative; }
            .latest .selector_section .searchandfilter ul li ul li label {
              font-size: 11pt;
              font-weight: normal;
              margin-bottom: 0; }
              .latest .selector_section .searchandfilter ul li ul li label input {
                margin-right: 5px;
                display: inline-block;
                width: auto;
                float: none !important; }

.video a picture, .video a figure {
  position: relative; }
  .video a picture:before, .video a figure:before {
    content: "";
    background-image: url(/assets/img/video-black.svg);
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 1;
    width: 50px;
    height: 50px;
    background-color: #F4B743;
    background-size: 80% 80%;
    background-repeat: no-repeat;
    background-position: 50%; }

.interview a picture, .interview a figure {
  position: relative; }
  .interview a picture:before, .interview a figure:before {
    content: "";
    background-image: url(/assets/img/interview-black.svg);
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 1;
    width: 50px;
    height: 50px;
    background-color: #F4B743;
    background-size: 80% 80%;
    background-repeat: no-repeat;
    background-position: 50%; }

.slideshow a picture, .slideshow a figure {
  position: relative; }
  .slideshow a picture:before, .slideshow a figure:before {
    content: "";
    background-image: url(/assets/img/slide-black.svg);
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 1;
    width: 50px;
    height: 50px;
    background-color: #F4B743;
    background-size: 80% 80%;
    background-repeat: no-repeat;
    background-position: 50%; }

.audio a picture, .audio a figure {
  position: relative; }
  .audio a picture:before, .audio a figure:before {
    content: "";
    background-image: url(/assets/img/audio-black.svg);
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 1;
    width: 50px;
    height: 50px;
    background-color: #F4B743;
    background-size: 80% 80%;
    background-repeat: no-repeat;
    background-position: 50%; }

h2 {
  font-family: "HelveticaNeue-CondensedBold", "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  font-size: 35px; }

h3 {
  font-family: "HelveticaNeue-CondensedBold", "Roboto Condensed", sans-serif;
  text-transform: uppercase; }

.category-page .title-secondary, .type-page .title-secondary {
  background: white; }
.category-page .page-details .container .middle .heading-primary, .type-page .page-details .container .middle .heading-primary {
  text-align: center;
  display: block;
  margin: 0 auto;
  background-color: #F4B743;
  text-transform: uppercase;
  padding: 13px 0;
  line-height: 40px;
  width: 90%;
  max-width: 750px;
  font-family: "HelveticaNeue-CondensedBold", "Roboto Condensed", sans-serif; }
.category-page .bottom-margin, .type-page .bottom-margin {
  margin-bottom: 50px; }
.category-page .main-featured-post, .type-page .main-featured-post {
  position: relative; }
  .category-page .main-featured-post:nth-of-type(1), .type-page .main-featured-post:nth-of-type(1) {
    width: 70%;
    display: inline-block; }
    @media (max-width: 998px) {
      .category-page .main-featured-post:nth-of-type(1), .type-page .main-featured-post:nth-of-type(1) {
        width: 100%; } }
    .category-page .main-featured-post:nth-of-type(1) picture, .type-page .main-featured-post:nth-of-type(1) picture {
      margin-top: 0; }
    .category-page .main-featured-post:nth-of-type(1) .tags, .type-page .main-featured-post:nth-of-type(1) .tags {
      position: relative;
      display: block;
      margin: 10px auto;
      width: 97%; }
      @media (max-width: 998px) {
        .category-page .main-featured-post:nth-of-type(1) .tags, .type-page .main-featured-post:nth-of-type(1) .tags {
          display: block;
          margin: 10px auto;
          width: 95%; } }
      .category-page .main-featured-post:nth-of-type(1) .tags span, .type-page .main-featured-post:nth-of-type(1) .tags span {
        display: inline-block;
        font-family: Courier New, Courier, Lucida Sans Typewriter, Lucida Typewriter, monospace;
        font-weight: bold;
        background: white; }
        .category-page .main-featured-post:nth-of-type(1) .tags span:hover, .type-page .main-featured-post:nth-of-type(1) .tags span:hover {
          text-decoration: underline; }
    @media (max-width: 998px) {
      .category-page .main-featured-post:nth-of-type(1) .caption-wrap, .type-page .main-featured-post:nth-of-type(1) .caption-wrap {
        display: block;
        margin: 10px auto;
        width: 97%; } }
    @media (max-width: 998px) {
      .category-page .main-featured-post:nth-of-type(1) .caption-wrap .container, .type-page .main-featured-post:nth-of-type(1) .caption-wrap .container {
        width: 100%; } }
    .category-page .main-featured-post:nth-of-type(1) .caption-wrap .information, .type-page .main-featured-post:nth-of-type(1) .caption-wrap .information {
      margin-top: 0; }
      .category-page .main-featured-post:nth-of-type(1) .caption-wrap .information .hero-caption .article-link .heading-primary, .type-page .main-featured-post:nth-of-type(1) .caption-wrap .information .hero-caption .article-link .heading-primary {
        width: 100%;
        margin-top: 0; }
        .category-page .main-featured-post:nth-of-type(1) .caption-wrap .information .hero-caption .article-link .heading-primary:hover .art-title, .type-page .main-featured-post:nth-of-type(1) .caption-wrap .information .hero-caption .article-link .heading-primary:hover .art-title {
          background-color: #333;
          box-shadow: 10px 0 0 #333, -10px 0 0 #333; }
        .category-page .main-featured-post:nth-of-type(1) .caption-wrap .information .hero-caption .article-link .heading-primary .art-title, .type-page .main-featured-post:nth-of-type(1) .caption-wrap .information .hero-caption .article-link .heading-primary .art-title {
          background: #F4B743;
          display: inline;
          padding: 5px 0 0 0;
          line-height: 56px;
          box-shadow: 10px 0 0 #F4B743, -10px 0 0 #F4B743;
          font-size: 30pt;
          font-family: "HelveticaNeue-CondensedBold", "Roboto Condensed", sans-serif; }
.category-page .side, .type-page .side {
  width: 28%;
  margin-left: 1.5%;
  display: inline-block;
  vertical-align: top; }
  @media (max-width: 998px) {
    .category-page .side, .type-page .side {
      width: 98%;
      display: block;
      margin: 0 auto; } }
  .category-page .side .category-post, .type-page .side .category-post {
    width: 100%;
    margin-bottom: 10px;
    margin-top: 0; }
    @media (max-width: 998px) {
      .category-page .side .category-post, .type-page .side .category-post {
        width: 50%;
        margin: 0 -3px; } }
    @media (max-width: 650px) {
      .category-page .side .category-post, .type-page .side .category-post {
        width: 100%; } }
    .category-page .side .category-post .inner, .type-page .side .category-post .inner {
      display: block;
      width: 98%;
      margin: 0 auto; }
      @media (max-width: 998px) {
        .category-page .side .category-post .inner, .type-page .side .category-post .inner {
          width: 95%; } }
    .category-page .side .category-post picture, .type-page .side .category-post picture {
      margin-top: 0;
      background: #333;
      overflow: hidden; }
      .category-page .side .category-post picture:hover img, .type-page .side .category-post picture:hover img {
        transform: scale(1.15);
        opacity: .85; }
      .category-page .side .category-post picture img, .type-page .side .category-post picture img {
        position: relative;
        transition: 0.3s cubic-bezier(0.46, -0.3, 0.58, 1.5);
        transform: scale(1.1); }
    .category-page .side .category-post .tags, .type-page .side .category-post .tags {
      position: relative;
      right: 0px;
      top: 0;
      text-align: left;
      margin: 15px 0 10px;
      display: block; }
      .category-page .side .category-post .tags .tag-location, .type-page .side .category-post .tags .tag-location {
        margin-right: 0; }
      .category-page .side .category-post .tags span, .type-page .side .category-post .tags span {
        display: block;
        font-size: 9pt;
        line-height: 12px;
        font-family: Courier New, Courier, Lucida Sans Typewriter, Lucida Typewriter, monospace;
        font-weight: bold;
        padding: 5px 0; }
        .category-page .side .category-post .tags span:hover, .type-page .side .category-post .tags span:hover {
          text-decoration: underline; }
    .category-page .side .category-post .caption-wrap, .type-page .side .category-post .caption-wrap {
      position: relative; }
      .category-page .side .category-post .caption-wrap .information .hero-caption .article-link .heading-primary, .type-page .side .category-post .caption-wrap .information .hero-caption .article-link .heading-primary {
        width: 60%; }
        .category-page .side .category-post .caption-wrap .information .hero-caption .article-link .heading-primary:hover .art-title, .type-page .side .category-post .caption-wrap .information .hero-caption .article-link .heading-primary:hover .art-title {
          color: #F4B743; }
        .category-page .side .category-post .caption-wrap .information .hero-caption .article-link .heading-primary .art-title, .type-page .side .category-post .caption-wrap .information .hero-caption .article-link .heading-primary .art-title {
          background: transparent;
          display: inline-block;
          padding: 0;
          line-height: 30px;
          box-shadow: none;
          font-size: 16pt;
          margin-right: 10px;
          text-transform: uppercase;
          margin: 0px 0 30px;
          font-family: "HelveticaNeue-CondensedBold", "Roboto Condensed", sans-serif;
          letter-spacing: 0px; }
          @media (max-width: 998px) {
            .category-page .side .category-post .caption-wrap .information .hero-caption .article-link .heading-primary .art-title, .type-page .side .category-post .caption-wrap .information .hero-caption .article-link .heading-primary .art-title {
              width: 75%; } }
.category-page .category-post, .type-page .category-post {
  width: 33%;
  vertical-align: top;
  display: inline-block;
  position: relative;
  margin-top: 30px; }
  @media (max-width: 998px) {
    .category-page .category-post, .type-page .category-post {
      margin: 20px -3px 0; } }
  @media (max-width: 650px) {
    .category-page .category-post, .type-page .category-post {
      width: 95%;
      margin: 0 auto;
      display: block; } }
  .category-page .category-post .inner, .type-page .category-post .inner {
    display: block;
    width: 98%;
    margin: 0 auto; }
  .category-page .category-post picture, .type-page .category-post picture {
    margin-top: 60px;
    background: #333;
    overflow: hidden; }
    .category-page .category-post picture:hover img, .type-page .category-post picture:hover img {
      transform: scale(1.15);
      opacity: .85; }
    .category-page .category-post picture img, .type-page .category-post picture img {
      position: relative;
      transition: 0.3s cubic-bezier(0.46, -0.3, 0.58, 1.5);
      transform: scale(1.1); }
  .category-page .category-post .tags, .type-page .category-post .tags {
    position: absolute;
    top: 0; }
    @media (max-width: 650px) {
      .category-page .category-post .tags, .type-page .category-post .tags {
        width: 100%;
        background: white; } }
    .category-page .category-post .tags span, .type-page .category-post .tags span {
      display: block;
      font-family: Courier New, Courier, Lucida Sans Typewriter, Lucida Typewriter, monospace;
      font-weight: bold; }
      .category-page .category-post .tags span:hover, .type-page .category-post .tags span:hover {
        text-decoration: underline; }
  .category-page .category-post .caption-wrap .information .hero-caption .article-link .heading-primary, .type-page .category-post .caption-wrap .information .hero-caption .article-link .heading-primary {
    width: 100%; }
    .category-page .category-post .caption-wrap .information .hero-caption .article-link .heading-primary:hover .art-title, .type-page .category-post .caption-wrap .information .hero-caption .article-link .heading-primary:hover .art-title {
      color: #F4B743; }
    .category-page .category-post .caption-wrap .information .hero-caption .article-link .heading-primary .art-title, .type-page .category-post .caption-wrap .information .hero-caption .article-link .heading-primary .art-title {
      text-transform: uppercase;
      display: block;
      margin: 15px 0 10px;
      font-size: 15pt;
      line-height: 24px;
      width: 100%;
      font-family: "HelveticaNeue-CondensedBold", "Roboto Condensed", sans-serif;
      letter-spacing: 0px; }
.category-page .main-posts, .type-page .main-posts {
  width: 100%;
  margin-top: 50px; }
  .category-page .main-posts .alm-reveal li, .type-page .main-posts .alm-reveal li {
    display: inline-block;
    width: 33.3%;
    padding: 0 !important;
    margin: 0 -3px 50px -3px;
    vertical-align: top; }
    @media (max-width: 650px) {
      .category-page .main-posts .alm-reveal li, .type-page .main-posts .alm-reveal li {
        width: 95%;
        margin: 0 auto;
        display: block; } }
    .category-page .main-posts .alm-reveal li a, .type-page .main-posts .alm-reveal li a {
      position: relative;
      top: 0;
      left: 0 !important;
      display: block;
      width: 95%;
      margin: 0 auto; }
      .category-page .main-posts .alm-reveal li a figure, .type-page .main-posts .alm-reveal li a figure {
        position: relative;
        top: 60px;
        margin-bottom: 70px;
        background: #333;
        overflow: hidden; }
        .category-page .main-posts .alm-reveal li a figure:hover img, .type-page .main-posts .alm-reveal li a figure:hover img {
          transform: scale(1.15);
          opacity: .85; }
        .category-page .main-posts .alm-reveal li a figure img, .type-page .main-posts .alm-reveal li a figure img {
          position: relative;
          transition: 0.3s cubic-bezier(0.46, -0.3, 0.58, 1.5);
          transform: scale(1.1); }
      .category-page .main-posts .alm-reveal li a .heading-secondary, .type-page .main-posts .alm-reveal li a .heading-secondary {
        text-transform: uppercase;
        display: block;
        margin: 10px 0 10px;
        font-size: 15pt;
        line-height: 24px;
        width: 100%;
        font-family: "HelveticaNeue-CondensedBold", "Roboto Condensed", sans-serif;
        letter-spacing: 0px; }
    .category-page .main-posts .alm-reveal li p, .type-page .main-posts .alm-reveal li p {
      display: none; }
    .category-page .main-posts .alm-reveal li .tags, .type-page .main-posts .alm-reveal li .tags {
      position: absolute;
      top: 0;
      width: 100%;
      font-size: 12pt; }
      .category-page .main-posts .alm-reveal li .tags .title-primary, .type-page .main-posts .alm-reveal li .tags .title-primary {
        display: block;
        font-family: Courier New, Courier, Lucida Sans Typewriter, Lucida Typewriter, monospace;
        font-weight: bold; }
        .category-page .main-posts .alm-reveal li .tags .title-primary:hover, .type-page .main-posts .alm-reveal li .tags .title-primary:hover {
          text-decoration: underline; }
      .category-page .main-posts .alm-reveal li .tags .title-secondary, .type-page .main-posts .alm-reveal li .tags .title-secondary {
        display: block;
        width: 95%;
        background: white;
        margin: 0 auto;
        font-family: Courier New, Courier, Lucida Sans Typewriter, Lucida Typewriter, monospace;
        font-weight: bold; }
        .category-page .main-posts .alm-reveal li .tags .title-secondary a, .type-page .main-posts .alm-reveal li .tags .title-secondary a {
          display: inline-block;
          width: auto; }
          .category-page .main-posts .alm-reveal li .tags .title-secondary a:hover, .type-page .main-posts .alm-reveal li .tags .title-secondary a:hover {
            text-decoration: underline; }
    .category-page .main-posts .alm-reveal li .article-link:hover, .type-page .main-posts .alm-reveal li .article-link:hover {
      color: #F4B743; }

#ajax-load-more .alm-load-more-btn {
  display: none; }

.article {
  width: 100%;
  max-width: 1225px;
  display: block;
  margin: 0 auto; }
  .article .article-hero {
    position: relative;
    z-index: 2; }
    @media (max-width: 880px) {
      .article .article-hero picture {
        width: 100% !important; }
      .article .article-hero .article-header {
        width: 100% !important;
        top: -55px !important;
        margin-bottom: -70px;
        position: relative !important; }
        .article .article-hero .article-header .article-date {
          left: 0 !important;
          margin-top: 10px !important; }
        .article .article-hero .article-header .article-author {
          left: 0 !important; }
      .article .article-hero .hero-img-caption {
        position: relative;
        top: 0;
        width: 100% !important; } }
    .article .article-hero .video-wrapper {
      position: absolute;
      top: 0;
      width: 100%;
      height: 100%;
      display: flex;
      justify-content: space-around;
      align-items: center; }
      .article .article-hero .video-wrapper .play-btn {
        bottom: auto;
        transform: none;
        position: relative;
        left: auto; }
    .article .article-hero picture {
      position: relative;
      width: 65%; }
      .article .article-hero picture img {
        height: auto;
        width: 100%;
        position: relative; }
    .article .article-hero .article-header {
      position: absolute;
      top: 0;
      right: 0;
      height: 100%;
      display: flex;
      flex-direction: row;
      align-items: center;
      width: 40%;
      background: transparent;
      text-align: left; }
      .article .article-hero .article-header .article-title h1 {
        background: #F4B743;
        display: inline;
        padding: 5px 0 5px 0;
        line-height: 70px;
        box-shadow: 10px 0 0 #F4B743, -10px 0 0 #F4B743;
        font-size: 34pt;
        text-transform: uppercase;
        font-family: "HelveticaNeue-CondensedBold", "Roboto Condensed", sans-serif;
        letter-spacing: 0px; }
        @media (max-width: 998px) {
          .article .article-hero .article-header .article-title h1 {
            line-height: 65px;
            font-size: 30pt; } }
      .article .article-hero .article-header .article-date {
        position: relative;
        left: 15%;
        display: block;
        font-weight: bold;
        text-transform: uppercase;
        margin-top: 30px;
        font-family: Courier New, Courier, Lucida Sans Typewriter, Lucida Typewriter, monospace;
        font-weight: bold; }
      .article .article-hero .article-header .article-author {
        position: relative;
        left: 15%;
        display: block;
        font-weight: bold;
        text-transform: uppercase;
        font-family: Courier New, Courier, Lucida Sans Typewriter, Lucida Typewriter, monospace;
        font-weight: bold; }
        .article .article-hero .article-header .article-author a {
          color: #F4B743;
          font-family: Courier New, Courier, Lucida Sans Typewriter, Lucida Typewriter, monospace;
          font-weight: bold; }
        .article .article-hero .article-header .article-author:after {
          display: none; }
    .article .article-hero .hero-img-caption {
      text-align: left;
      width: 60%;
      font-family: Courier New, Courier, Lucida Sans Typewriter, Lucida Typewriter, monospace;
      font-weight: bold; }
  .article .article-content {
    padding: 20px 50px; }
    @media (min-width: 1231px) {
      .article .article-content {
        min-height: 660px; } }
    .article .article-content ul, .article .article-content ol {
      padding: 0px 0px 40px 60px;
      font-size: 12pt; }
      .article .article-content ul li, .article .article-content ol li {
        margin-bottom: 20px; }
    .article .article-content .stickem-container .sticy-share-block {
      position: absolute;
      right: -150px;
      top: 0;
      width: 150px; }
      @media (max-width: 998px) {
        .article .article-content .stickem-container .sticy-share-block {
          position: relative;
          right: -5% !important;
          width: 95%;
          right: 0; }
          .article .article-content .stickem-container .sticy-share-block .topic {
            margin: 5px 0 !important; }
            .article .article-content .stickem-container .sticy-share-block .topic .title {
              display: inline-block;
              padding-right: 15px; }
          .article .article-content .stickem-container .sticy-share-block .tags {
            margin: 5px 0 !important; }
            .article .article-content .stickem-container .sticy-share-block .tags .title {
              display: inline-block;
              padding-right: 15px; }
            .article .article-content .stickem-container .sticy-share-block .tags ul {
              display: inline-block; }
              .article .article-content .stickem-container .sticy-share-block .tags ul li {
                display: inline-block;
                padding-right: 10px; }
          .article .article-content .stickem-container .sticy-share-block .university {
            margin: 5px 0 !important; }
            .article .article-content .stickem-container .sticy-share-block .university .title {
              display: inline-block;
              padding-right: 15px; } }
      @media (max-width: 490px) {
        .article .article-content .stickem-container .sticy-share-block {
          right: 0 !important; } }
      .article .article-content .stickem-container .sticy-share-block .title {
        font-size: 11pt;
        line-height: 20px;
        text-transform: uppercase;
        font-family: Courier New, Courier, Lucida Sans Typewriter, Lucida Typewriter, monospace;
        font-weight: bold; }
      .article .article-content .stickem-container .sticy-share-block .social {
        margin: 20px 0;
        padding: 0; }
        .article .article-content .stickem-container .sticy-share-block .social li {
          padding-left: 0;
          padding-right: 5px; }
          .article .article-content .stickem-container .sticy-share-block .social li a {
            color: #F4B743;
            font-family: Courier New, Courier, Lucida Sans Typewriter, Lucida Typewriter, monospace;
            font-weight: bold; }
            .article .article-content .stickem-container .sticy-share-block .social li a:before {
              font-size: 40px; }
      .article .article-content .stickem-container .sticy-share-block .social-copyright p {
        font-size: 8pt;
        line-height: 15px;
        font-weight: normal;
        padding: 0;
        border: none;
        margin: 0; }
      .article .article-content .stickem-container .sticy-share-block .share-section {
        display: block;
        margin: 35px 0; }
        .article .article-content .stickem-container .sticy-share-block .share-section .title {
          margin-bottom: 10px;
          font-family: Courier New, Courier, Lucida Sans Typewriter, Lucida Typewriter, monospace;
          font-weight: bold; }
        .article .article-content .stickem-container .sticy-share-block .share-section a {
          text-transform: uppercase;
          font-family: Courier New, Courier, Lucida Sans Typewriter, Lucida Typewriter, monospace;
          font-weight: bold; }
        .article .article-content .stickem-container .sticy-share-block .share-section ul {
          list-style: none;
          margin: 0;
          padding: 0; }
          .article .article-content .stickem-container .sticy-share-block .share-section ul li {
            margin: 0; }
            .article .article-content .stickem-container .sticy-share-block .share-section ul li a {
              font-size: 12pt;
              font-family: Courier New, Courier, Lucida Sans Typewriter, Lucida Typewriter, monospace;
              font-weight: bold; }
        .article .article-content .stickem-container .sticy-share-block .share-section.university a {
          font-size: 12pt;
          line-height: 22px;
          display: inline-block;
          font-family: Courier New, Courier, Lucida Sans Typewriter, Lucida Typewriter, monospace;
          font-weight: bold; }
    .article .article-content blockquote {
      position: relative; }
      @media (max-width: 880px) {
        .article .article-content blockquote:before {
          left: 0 !important; } }
      .article .article-content blockquote p {
        padding-bottom: 0 !important;
        margin-bottom: 0 !important;
        border-bottom: none !important;
        position: relative;
        z-index: 1;
        text-transform: uppercase;
        padding-top: 10px;
        margin-left: 0 !important; }
      .article .article-content blockquote:before {
        content: '';
        width: 50px;
        height: 100%;
        position: absolute;
        top: 0;
        left: 10%;
        background: #F4B743;
        z-index: 0; }
    .article .article-content .qa-block {
      border: none;
      margin-top: 20px;
      background: #FAFAFA;
      padding: 40px 30px; }
      .article .article-content .qa-block .media-body {
        vertical-align: middle; }
        .article .article-content .qa-block .media-body .heading-secondary p {
          margin-bottom: 0 !important; }
      .article .article-content .qa-block .media-object.question {
        background: transparent;
        color: black; }
      .article .article-content .qa-block .media-object.answer {
        color: #F4B743;
        background: transparent; }
      .article .article-content .qa-block p {
        font-size: initial !important;
        font-weight: normal !important;
        color: black !important;
        line-height: inherit !important;
        border-bottom: none !important;
        padding-bottom: 0 !important;
        margin-bottom: 20px !important; }
    .article .article-content p {
      padding: 0 40px;
      font-size: 12pt; }
      .article .article-content p:first-of-type {
        font-size: 16pt;
        font-weight: bold;
        color: #696969;
        line-height: 32px;
        border-bottom: 10px solid #696969;
        padding-bottom: 30px;
        margin-bottom: 40px; }
    .article .article-content h3 {
      padding: 0 40px; }
      @media (max-width: 668px) {
        .article .article-content h3 {
          padding: 0; } }
    .article .article-content h5 {
      display: none; }
    .article .article-content .lower-content p {
      border-bottom: none !important;
      margin-bottom: 0;
      padding-bottom: 0; }
    .article .article-content footer p {
      border-bottom: none !important; }

@media (max-width: 1230px) {
  .article-wrap {
    width: 95% !important;
    max-width: 900px !important;
    left: -10%; }
    .article-wrap .article-content .stickem-container .sticy-share-block {
      right: -200px; } }
@media (max-width: 1170px) {
  .article-wrap .article-content {
    padding: 0; } }
@media (max-width: 998px) {
  .article-wrap {
    width: 100% !important;
    left: 0%; } }
@media (max-width: 650px) {
  .article-wrap .article-content p {
    padding: 0; } }

.related-articles {
  position: absolute;
  left: -165px;
  width: 190px;
  bottom: 0;
  z-index: 1; }
  @media (max-width: 1300px) {
    .related-articles {
      left: -135px; } }
  @media (max-width: 1230px) {
    .related-articles {
      position: relative;
      left: 5%;
      width: 100%;
      margin-top: 30px;
      padding-top: 30px; }
      .related-articles:after {
        width: 100% !important;
        height: 20px !important;
        right: 0 !important;
        top: 0 !important; }
      .related-articles .article-sm {
        width: 33%; } }
  @media (max-width: 769px) {
    .related-articles .article-sm {
      width: 100%; } }
  @media (max-width: 769px) {
    .related-articles .shim {
      width: 95%;
      margin: 0 auto; } }
  .related-articles:after {
    content: '';
    width: 35px;
    height: 100%;
    background: #F4B743;
    position: absolute;
    right: -20px;
    top: -20px;
    z-index: -1; }
  .related-articles .heading-article .heading-tertiary {
    text-transform: uppercase;
    margin-bottom: 15px;
    font-family: "HelveticaNeue-CondensedBold", "Roboto Condensed", sans-serif;
    letter-spacing: 0; }
  .related-articles .article-sm {
    margin-bottom: 20px; }
    .related-articles .article-sm a {
      color: black;
      text-decoration: none;
      font-size: 16pt; }
      .related-articles .article-sm a h2 {
        font-size: 11pt;
        width: 90%;
        padding-top: 10px;
        line-height: 18px;
        margin-bottom: 0;
        text-transform: uppercase;
        font-family: "HelveticaNeue-CondensedBold", "Roboto Condensed", sans-serif;
        letter-spacing: 0; }

.single-format-standard .alm-reveal {
  margin-top: 50px; }

.shares {
  padding: 0 40px;
  font-size: 12pt;
  margin-top: 0px; }
  .shares .topic, .shares .tags {
    margin-bottom: 20px;
    text-transform: uppercase;
    font-family: Courier New, Courier, Lucida Sans Typewriter, Lucida Typewriter, monospace;
    font-weight: bold; }
    .shares .topic a, .shares .tags a {
      font-family: Courier New, Courier, Lucida Sans Typewriter, Lucida Typewriter, monospace;
      font-weight: bold; }
    .shares .topic .title, .shares .tags .title {
      display: inline-block; }

.carousel {
  margin-bottom: 40px; }
  .carousel .carousel-indicators {
    padding: 7px 15px !important; }
    .carousel .carousel-indicators li {
      margin: 0 !important; }

@media (max-width: 625px) {
  .signup-section.article-signup {
    margin-bottom: -60px !important; } }
.signup-section.article-signup .signup-inner .signup_button {
  display: inline-block;
  max-width: 25%;
  margin-bottom: 0;
  cursor: pointer;
  min-width: 250px; }
  .signup-section.article-signup .signup-inner .signup_button:hover {
    background: white;
    color: #333; }

.signup_open .signup-section.article-signup {
  height: 275px !important; }
.signup_open .signup-modal {
  transform: translateY(100vh); }

.signup-modal {
  position: fixed;
  top: -100vh;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: row;
  align-items: center;
  background: rgba(0, 0, 0, 0.65);
  z-index: 100;
  transition: .3s; }
  .signup-modal .inner {
    display: inline-flex;
    align-self: center;
    padding: 50px;
    flex-direction: row;
    margin: 0 auto;
    background: #333;
    position: relative; }
    .signup-modal .inner .close {
      position: absolute;
      top: -20px;
      right: -20px;
      padding: 12px 16px 5px;
      background: white;
      border-radius: 50%;
      cursor: pointer; }
    .signup-modal .inner .gform_wrapper ul li.gfield {
      width: 100%;
      padding: 0; }
      .signup-modal .inner .gform_wrapper ul li.gfield .gfield_label {
        color: white;
        font-family: "HelveticaNeue-CondensedBold", "Roboto Condensed", sans-serif; }
    .signup-modal .inner .gform_wrapper .gform_footer {
      width: 100%;
      display: inline-block;
      padding: 0; }
      .signup-modal .inner .gform_wrapper .gform_footer input {
        position: relative;
        margin: 20px 0 0 50%;
        padding: 3px 20px 3px;
        background: transparent;
        border: 5px solid white;
        color: white;
        font-size: 12pt;
        font-weight: 900;
        font-family: "HelveticaNeue-CondensedBold", "Roboto Condensed", sans-serif;
        letter-spacing: 0;
        width: 50%; }

@media screen and (max-width: 1345px) {
  body .site-header .social-icons ul li a#subscribe {
    margin-left: 0; }
  body .site-header .social-icons ul li a span {
    display: none; } }
@media screen and (max-width: 1205px) {
  body .site-header .toggle-button {
    left: 20px; }
  body .site-header .social-icons {
    right: 0; }
  body .site-header .main-nav .container-fluid {
    min-width: 750px;
    width: 65%; }
    body .site-header .main-nav .container-fluid .navbar-nav .menu-wrap ul li a {
      font-size: 17px; } }
@media screen and (max-width: 986px) {
  body .site-header .side-bar-menu .search-form {
    display: none; }
  body .site-header .main-nav {
    padding-top: 0; }
    body .site-header .main-nav .toggle-button {
      z-index: 1;
      top: 4px; }
    body .site-header .main-nav .container-fluid {
      width: 100%;
      min-width: initial;
      max-width: initial;
      border-bottom: none;
      background: #F4B743;
      height: auto; }
      body .site-header .main-nav .container-fluid .navbar-nav {
        display: none !important; }
      body .site-header .main-nav .container-fluid .navbar-header {
        display: block;
        margin: 0 auto;
        float: none;
        width: 150px;
        left: 0;
        position: relative;
        right: 0;
        top: 0; }
        body .site-header .main-nav .container-fluid .navbar-header .navbar-brand {
          padding: 5px 0; }
          body .site-header .main-nav .container-fluid .navbar-header .navbar-brand a {
            position: relative; }
  body .wrapper {
    width: 95%; }
    body .wrapper .main-featured-post {
      width: 65%; }
    body .wrapper .featured-post-right {
      width: 33%; }
      body .wrapper .featured-post-right .main-featured-post-sm .information .hero-caption .article-link .heading-primary {
        font-size: 15pt;
        line-height: 22px;
        margin-bottom: 0; }
    body .wrapper .latest {
      width: 95%;
      margin: 0 auto; }
      body .wrapper .latest .selector_section {
        position: relative !important;
        width: 100%;
        height: auto;
        top: 0;
        left: 0;
        right: 0; }
        body .wrapper .latest .selector_section .searchandfilter ul {
          width: 100%; }
          body .wrapper .latest .selector_section .searchandfilter ul li input[name="ofsearch"] {
            border: 1px solid #c1c1c1; }
          body .wrapper .latest .selector_section .searchandfilter ul li input[name="ofpost_date[]"] {
            border: 1px solid #c1c1c1; }
          body .wrapper .latest .selector_section .searchandfilter ul li input[type="submit"] {
            background: white; }
        body .wrapper .latest .selector_section.shrink .search-form-section {
          position: relative !important;
          width: 100% !important;
          right: 0; }
      body .wrapper .latest .home-loop .main-posts {
        width: 100%;
        left: 0; }
        body .wrapper .latest .home-loop .main-posts .alm-reveal li {
          width: 100% !important; }
          body .wrapper .latest .home-loop .main-posts .alm-reveal li a {
            width: 100%; }

  .category-page .page-details .container .middle .heading-primary {
    max-width: inherit;
    width: 100%;
    padding: 5px 0 5px; }
  .category-page .main-featured-post:nth-of-type(1) {
    width: 100%; } }
@media screen and (max-width: 625px) {
  body .mobile-footer-menu {
    display: inline-block; }
  body .wrapper {
    width: 100%; }
    body .wrapper h2 {
      width: 95%;
      margin: 0 auto; }
    body .wrapper .main-featured-post {
      width: 100%; }
      body .wrapper .main-featured-post .information {
        width: 95%;
        display: block;
        margin: 10px auto; }
        body .wrapper .main-featured-post .information .hero-caption .article-link .title-primary {
          display: inline-block !important; }
        body .wrapper .main-featured-post .information .hero-caption .article-link .heading-primary {
          margin-top: 5px;
          font-size: 24pt; }
          body .wrapper .main-featured-post .information .hero-caption .article-link .heading-primary .art-title {
            line-height: 46px; }
    body .wrapper .featured-post-right {
      width: 92%;
      margin: 0 auto;
      display: block; }
      body .wrapper .featured-post-right .main-featured-post-sm {
        margin-bottom: 15px; }
        body .wrapper .featured-post-right .main-featured-post-sm .image-link {
          display: inline-block;
          width: 30%;
          overflow: hidden; }
          body .wrapper .featured-post-right .main-featured-post-sm .image-link img {
            width: 150%;
            left: -25%;
            position: relative; }
        body .wrapper .featured-post-right .main-featured-post-sm .caption-wrap {
          width: 68%;
          display: inline-block;
          vertical-align: top; }
          body .wrapper .featured-post-right .main-featured-post-sm .caption-wrap .hero-caption .article-link .title-secondary {
            line-height: 18px; }
          body .wrapper .featured-post-right .main-featured-post-sm .caption-wrap .hero-caption .article-link .heading-primary {
            font-size: 14pt;
            line-height: 20px; }
    body .wrapper .home-popular {
      flex-direction: column; }
      body .wrapper .home-popular li {
        width: 100%; }
        body .wrapper .home-popular li img {
          height: auto;
          width: 100%;
          left: 0; }
  body .signup-section {
    padding: 50px 0; }
    body .signup-section .signup-inner h2 {
      margin-top: 0;
      font-size: 22px; }
    body .signup-section .signup-inner #gform_wrapper_3 form .gform_body {
      width: 100%; }
      body .signup-section .signup-inner #gform_wrapper_3 form .gform_body #gform_fields_3 {
        flex-direction: column; }
        body .signup-section .signup-inner #gform_wrapper_3 form .gform_body #gform_fields_3 li {
          width: 100%; }
    body .signup-section .signup-inner #gform_wrapper_3 form .gform_footer {
      width: 100%; }
      body .signup-section .signup-inner #gform_wrapper_3 form .gform_footer input {
        margin-top: 0; }
  body .featured-vids {
    width: 95%;
    margin: 20px auto 0 auto; }
    body .featured-vids .article-lg {
      margin-bottom: 20px; }
      body .featured-vids .article-lg a .heading-tertiary {
        width: 100%; }
      body .featured-vids .article-lg .tags {
        position: relative;
        right: inherit;
        top: 0; }
        body .featured-vids .article-lg .tags span {
          text-align: left; } }
/*Full Width*/
.full-width {
  margin-bottom: 30px;
  max-height: 550px;
  overflow: hidden;
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .full-width img {
    height: auto;
    width: 100%; }
  .full-width .article-link {
    display: block; }
  .full-width a {
    display: inline; }
  .full-width .caption-wrap {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999; }
  .full-width .container {
    height: 100%; }
    .full-width .container .row {
      height: 100%;
      position: relative; }
  .full-width .hero-caption {
    background: #FFF;
    padding: 20px; }
  .full-width .heading-primary {
    display: block;
    margin: 0;
    width: 100%; }
  .full-width.post-popular .hero-caption {
    position: relative; }
    @media (min-width: 768px) {
      .full-width.post-popular .hero-caption {
        margin-left: 100px; } }
  .full-width.post-popular .post-number {
    background: #F4B743;
    font-size: 15px;
    height: 40px;
    left: 0;
    padding: 10px 0;
    position: absolute;
    text-align: center;
    top: -40px;
    width: 40px;
    font-family: 'NeuzeitOffice-Bold'; }
    @media (min-width: 768px) {
      .full-width.post-popular .post-number {
        font-size: 64px;
        height: 100px;
        left: -100px;
        padding: 40px 0;
        top: 0;
        width: 100px; } }

/*Overlay Position*/
.overlay-wrap {
  bottom: 30px;
  left: 0;
  opacity: .8;
  position: absolute; }

.bl {
  bottom: 30px;
  left: 0; }

.br {
  bottom: 30px;
  right: 0; }

.tl {
  left: 0;
  top: 30px; }

.tr {
  right: 0;
  top: 30px; }

/*Buttons*/
.btn-link {
  display: inline-block;
  font-size: 20px;
  line-height: 24px;
  margin-top: 20px;
  text-decoration: none;
  font-family: 'NeuzeitOffice-Bold'; }
  .btn-link:after {
    color: #F4B743;
    content: '➡';
    display: inline-block;
    font-family: 'SSStandard';
    font-size: 15px;
    margin-left: 10px; }
  .btn-link:hover {
    text-decoration: none; }
  .btn-link.btn-large {
    font-size: 30px;
    line-height: 28px; }

/*Button - Full*/
.btn-full {
  background: #F4B743;
  border: none;
  display: block;
  font-size: 20px;
  line-height: 48px;
  margin-bottom: 50px;
  padding: 30px 0;
  text-align: center;
  width: 100%;
  font-family: 'NeuzeitOffice-Bold';
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  @media (min-width: 768px) {
    .btn-full {
      font-size: 30px; } }
  .btn-full:hover {
    background: #F9DBA1; }
  .btn-full:before {
    color: rgba(26, 25, 25, 0.5);
    font-size: 20px;
    margin-right: 10px; }
    @media (min-width: 768px) {
      .btn-full:before {
        font-size: 30px;
        margin-right: 15px; } }

/*Forms*/
.form-control {
  box-shadow: none;
  font-weight: normal;
  line-height: 28px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .form-control:focus {
    box-shadow: none;
    outline: 0; }

/*Placeholders*/
::-webkit-input-placeholder {
  color: #1A1919;
  font-size: 15px;
  font-family: 'NeuzeitOffice-Regular'; }

:-moz-placeholder {
  color: #1A1919;
  font-size: 15px;
  font-family: 'NeuzeitOffice-Regular'; }

::-moz-placeholder {
  color: #1A1919;
  font-size: 15px;
  font-family: 'NeuzeitOffice-Regular'; }

:-ms-input-placeholder {
  color: #1A1919;
  font-size: 15px;
  font-family: 'NeuzeitOffice-Regular'; }

/*Custom Select*/
/*Article Block*/
.article-block {
  margin-bottom: 50px;
  /*Tagline*/
  /*Article - Large*/
  /*Article - Hover*/
  /*Article - Small*/
  /*Video*/ }
  .article-block .shim {
    margin-bottom: 50px; }
  .article-block h3 {
    text-transform: capitalize; }
  .article-block .heading-article {
    margin-bottom: 20px;
    position: relative;
    text-align: center;
    z-index: 1; }
    .article-block .heading-article:after {
      border-top: 1px solid #D2D1D1;
      content: '';
      display: inline-block;
      height: 1px;
      width: 100%; }
    .article-block .heading-article .heading-tertiary {
      color: #8C8C8C;
      display: inline-block;
      left: 0;
      margin: 0 auto;
      position: absolute;
      right: 0;
      top: 8px;
      width: auto; }
      .article-block .heading-article .heading-tertiary span {
        background: #FFF;
        padding: 0 15px; }
    .article-block .heading-article .heading-topics {
      background: #FFF;
      display: inline-block;
      font-size: 15px;
      padding: 0 15px;
      position: absolute;
      right: 0;
      top: 4px; }
      @media (max-width: 767px) {
        .article-block .heading-article .heading-topics {
          display: none; } }
      .article-block .heading-article .heading-topics strong {
        color: #F4B743;
        font-family: 'NeuzeitOffice-Bold'; }
  .article-block .tagline {
    font-size: 15px;
    margin-bottom: 20px; }
    .article-block .tagline .tagline-explore {
      text-align: right; }
      .article-block .tagline .tagline-explore strong {
        color: #F4B743;
        font-family: 'NeuzeitOffice-Bold'; }
  @media (max-width: 767px) {
    .article-block .article-lg {
      margin-bottom: 50px; } }
  .article-block .article-lg figure {
    margin-bottom: 20px;
    position: relative; }
    .article-block .article-lg figure img {
      display: block;
      position: relative; }
  .article-block .article-link {
    display: block;
    height: 100%;
    width: 100%; }
    .article-block .article-link:hover .btn-link {
      text-decoration: none; }
  .article-block .article-sm {
    margin-bottom: 50px; }
    @media (min-width: 768px) {
      .article-block .article-sm {
        margin-bottom: 30px; } }
    @media (min-width: 768px) {
      .article-block .article-sm:last-child {
        margin-bottom: 0; } }
    .article-block .article-sm .heading-tertiary {
      margin-top: 0; }
    .article-block .article-sm p {
      font-size: 15px;
      line-height: 20px; }
  .article-block .caption-sm {
    background: #FFF;
    padding-top: 15px; }
    @media (min-width: 992px) {
      .article-block .caption-sm {
        left: 15px;
        opacity: .8;
        padding: 15px;
        position: absolute;
        top: 0; } }
    .article-block .caption-sm h2 {
      margin: 0; }
  .article-block .icon-play:before {
    background: url("/assets/img/icon-play.svg");
    bottom: 25px;
    content: '';
    display: block;
    height: 60px;
    left: 25px;
    position: absolute;
    width: 60px;
    z-index: 999; }
  .article-block .icon-play.play-sm {
    position: relative; }
    .article-block .icon-play.play-sm:before {
      background-size: 30px;
      bottom: 10px;
      height: 30px;
      left: 10px;
      width: 30px; }

/*List - Article*/
.list-article {
  list-style: none;
  padding: 0; }
  .list-article li {
    border-top: solid 1px #D2D1D1; }
    .list-article li:last-child {
      border-bottom: solid 1px #D2D1D1; }
    .list-article li a {
      display: block;
      font-size: 18px;
      overflow: hidden;
      padding: 10px 0 8px;
      text-overflow: ellipsis;
      white-space: nowrap; }
      .list-article li a:hover {
        color: #F4B743; }

/*Tabs*/
.nav-pills {
  margin-bottom: 20px; }
  .nav-pills li {
    margin-right: 30px; }
    @media (max-width: 480px) {
      .nav-pills li {
        width: 100%; } }
    .nav-pills li:last-child {
      margin: 0; }
    .nav-pills li a {
      border-bottom: solid 3px transparent;
      font-size: 15px;
      line-height: 18px;
      padding: 0;
      transition: none; }
      @media (max-width: 480px) {
        .nav-pills li a {
          border-bottom: solid 2px #D2D1D1;
          line-height: 30px;
          margin-bottom: 15px;
          text-align: center; } }
      .nav-pills li a:hover, .nav-pills li a:focus, .nav-pills li a:active {
        background: transparent;
        color: #1A1919; }
        @media (min-width: 480px) {
          .nav-pills li a:hover, .nav-pills li a:focus, .nav-pills li a:active {
            border-color: #D2D1D1; } }
    .nav-pills li.active a {
      background: transparent;
      color: #1A1919;
      font-size: 20px;
      font-family: 'NeuzeitOffice-Bold'; }
      @media (min-width: 768px) {
        .nav-pills li.active a {
          border-color: #D2D1D1; } }
      .nav-pills li.active a:hover, .nav-pills li.active a:focus {
        background: transparent;
        color: #1A1919; }

/*Q&A Block*/
.qa-block {
  border-bottom: solid 1px #D2D1D1;
  border-top: solid 1px #D2D1D1;
  margin-bottom: 50px;
  padding: 50px 0; }
  .qa-block .media {
    margin: 0 0 30px; }
    .qa-block .media:last-child {
      margin: 0; }
  .qa-block .heading-secondary {
    margin: 0; }
  .qa-block .media-object {
    font-size: 48px;
    height: 60px;
    margin-right: 10px;
    padding-top: 22px;
    text-align: center;
    width: 60px;
    font-family: 'NeuzeitOffice-Bold'; }
    .qa-block .media-object.question {
      background: #1A1919;
      color: #FFF; }
    .qa-block .media-object.answer {
      background: #F4B743; }

/*Audio*/
.wp-audio-shortcode {
  margin-bottom: 20px;
  visibility: visible !important; }

/*Single*/
.single .article-content {
  position: relative; }
  .single .article-content h5 {
    background: #808080;
    margin-bottom: 30px;
    padding: 23px 30px 20px;
    text-align: left !important; }
    .single .article-content h5 a:before {
      content: 'Related: ';
      color: #8C8C8C;
      display: inline-block;
      margin-right: 10px;
      font-family: 'NeuzeitOffice-Bold'; }
    .single .article-content h5 em {
      font-style: normal; }
  .single .article-content blockquote {
    border: none;
    color: #F4B743;
    float: right;
    font-size: 36px;
    letter-spacing: -1.12px;
    line-height: 41px;
    font-family: 'NeuzeitOffice-Bold'; }
    @media (min-width: 992px) {
      .single .article-content blockquote {
        width: 50%; } }

/*Article - Wrap*/
.article-wrap {
  margin-bottom: 100px;
  max-width: 970px;
  position: relative; }

/*Article Header*/
.article-header-wrap {
  position: relative; }
  .article-header-wrap .article-tag-slideshow {
    background: #F4B743;
    display: inline-block;
    font-size: 15px;
    letter-spacing: 0.83px;
    margin: 0 auto;
    padding: 2px 10px; }
  .article-header-wrap .article-tag {
    background: #F4B743;
    display: inline-block;
    font-size: 15px;
    letter-spacing: 0.83px;
    margin: 0 auto;
    padding: 2px 10px;
    position: absolute;
    left: 50%;
    -ms-transform: translate(-50%);
    -webkit-transform: translate(-50%);
    transform: translate(-50%); }
    .article-header-wrap .article-tag.video {
      top: -50px; }
    .article-header-wrap .article-tag.qa {
      font-size: 18px;
      height: 36px;
      top: -60px;
      font-family: 'NeuzeitOffice-Bold';
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      -webkit-flex-pack: center;
      -ms-flex-pack: center;
      -moz-justify-content: center;
      -webkit-justify-content: center;
      justify-content: center; }
      @media (min-width: 768px) {
        .article-header-wrap .article-tag.qa {
          font-size: 24px;
          height: 66px;
          top: -100px; } }
      @media (min-width: 992px) {
        .article-header-wrap .article-tag.qa {
          height: 96px;
          top: -180px;
          width: 96px; } }
  .article-header-wrap .play-btn {
    bottom: 20%;
    font-size: 18px;
    left: 50%;
    position: absolute;
    -ms-transform: translate(-50%);
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    font-family: 'NeuzeitOffice-Bold'; }
    .article-header-wrap .play-btn:before {
      background: url("/assets/img/icon-play-lg.svg") 0 0 no-repeat;
      content: '';
      display: block;
      height: 71px;
      margin: 0 auto 7px auto;
      width: 71px; }
    .article-header-wrap .play-btn:focus {
      outline: none; }
    .article-header-wrap .play-btn:hover {
      opacity: .7; }

.article-header {
  background: #FFF;
  padding: 20px;
  text-align: center; }
  @media (min-width: 768px) {
    .article-header.overlay {
      background: rgba(255, 255, 255, 0.9);
      position: absolute;
      top: 100px;
      left: 0;
      width: 100%; } }
  .article-header .heading-primary {
    margin-bottom: 0; }
  .article-header .title-primary a {
    text-decoration: none; }
  .article-header .title-secondary a {
    color: #8C8C8C;
    text-decoration: none;
    font-family: 'NeuzeitOffice-Bold'; }
  .article-header .article-author {
    color: #8C8C8C;
    display: inline-block;
    font-size: 15px; }
    @media (max-width: 480px) {
      .article-header .article-author {
        display: block;
        margin: 0; } }
    .article-header .article-author a {
      color: #8C8C8C;
      font-family: 'NeuzeitOffice-Regular'; }
    @media (min-width: 480px) {
      .article-header .article-author:after {
        color: #8C8C8C;
        content: "|";
        display: inline-block;
        margin-left: 10px;
        margin-right: 6px;
        font-family: 'NeuzeitOffice-Regular'; } }
  .article-header .article-date {
    color: #8C8C8C;
    display: inline-block;
    font-size: 15px; }
  .article-header .qa-title-wrap {
    border-bottom: solid 1px #D2D1D1;
    border-top: solid 1px #D2D1D1;
    margin: 20px 0 10px;
    padding: 15px 0; }
    .article-header .qa-title-wrap .heading-secondary {
      color: #F4B743; }

/*Slideshow*/
.carousel {
  /*Carousel - Controls*/
  /*Carousel - Indicators*/
  /*Carousel Caption*/ }
  .carousel .carousel-indicators li {
    background: #FFF; }
  .carousel .carousel-indicators .active {
    background: #F4B743;
    border-color: #F4B743; }
  .carousel .carousel-control:before, .carousel .carousel-control:after {
    text-decoration: none; }
  .carousel .carousel-control .control {
    background: #1A1919;
    bottom: 50%;
    display: table;
    padding: 12px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -ms-transform: translateY(-50%); }
  .carousel .left .control {
    left: 15px; }
  .carousel .right .control {
    right: 15px; }
  .carousel .carousel-indicators {
    background: rgba(26, 25, 25, 0.8);
    bottom: auto;
    left: auto;
    margin: 0;
    padding: 7px 15px;
    right: 15px;
    top: 15px;
    width: auto; }
    @media (max-width: 767px) {
      .carousel .carousel-indicators {
        display: none; } }
    .carousel .carousel-indicators li {
      background: #D2D1D1;
      border: none;
      margin: 0 5px 0 0;
      vertical-align: middle; }
      .carousel .carousel-indicators li:last-child {
        margin-right: 0; }
      .carousel .carousel-indicators li.active {
        background: #F4B743;
        border: none; }
  .carousel .carousel-caption {
    background: rgba(26, 25, 25, 0.5);
    bottom: 0;
    font-size: 14px;
    left: 0;
    line-height: 20px;
    padding: 15px;
    right: 0;
    text-align: left;
    text-shadow: none;
    width: 100%; }
    @media (max-width: 767px) {
      .carousel .carousel-caption {
        display: none; } }
    .carousel .carousel-caption a {
      color: #F4B743; }

/*Page Details*/
.page-details {
  padding-bottom: 30px;
  padding-top: 30px; }
  .page-details .heading-primary {
    margin: 0; }
    @media (max-width: 767px) {
      .page-details .heading-primary {
        display: inline-block;
        widows: 70%; } }
  .page-details .heading-tertiary {
    margin: 0; }
    @media (min-width: 768px) {
      .page-details .heading-tertiary {
        text-align: right; } }
    .page-details .heading-tertiary a {
      color: #F4B743; }
  .page-details .dropdown {
    display: inline-block; }
    .page-details .dropdown .dropdown-toggle {
      color: #F4B743;
      padding: 0;
      text-transform: capitalize;
      vertical-align: inherit; }
      .page-details .dropdown .dropdown-toggle:active, .page-details .dropdown .dropdown-toggle:focus, .page-details .dropdown .dropdown-toggle:hover {
        background: transparent;
        box-shadow: none;
        color: #F4B743;
        outline: none; }
    .page-details .dropdown.open .dropdown-toggle {
      background: transparent; }
    .page-details .dropdown .dropdown-menu {
      left: auto;
      right: 0;
      text-transform: capitalize; }
      .page-details .dropdown .dropdown-menu a {
        color: #1A1919;
        font-size: 15px;
        padding: 5px 15px; }
  .page-details .navbar-toggle {
    display: inline-block;
    margin: 0;
    padding: 0;
    text-align: right;
    width: 30%; }
    .page-details .navbar-toggle span:after {
      margin-left: 5px; }
  .page-details .navbar-collapse {
    padding: 10px 0 0;
    width: 100%; }

/*Page - Menu*/
@media (min-width: 768px) {
  .page-menu-wrap {
    float: right; } }
.page-menu-wrap .title-secondary {
  margin: 0; }

.page-menu {
  margin: 0;
  width: auto; }
  @media (max-width: 767px) {
    .page-menu li {
      border-bottom: solid 1px #808080;
      padding: 0;
      width: 100%; } }
  .page-menu li a {
    color: #1A1919;
    font-size: 14px;
    text-transform: capitalize;
    font-family: 'NeuzeitOffice-Bold'; }
    @media (max-width: 767px) {
      .page-menu li a {
        display: block;
        height: 100%;
        width: 100%; } }
    @media (min-width: 768px) {
      .page-menu li a {
        font-size: 20px; } }
    .page-menu li a:hover {
      color: #F4B743; }
  .page-menu li:first-child {
    padding-left: 0; }
  .page-menu li:last-child {
    padding-right: 0; }
  @media (min-width: 768px) {
    .page-menu li:after {
      color: #8C8C8C;
      content: '|';
      display: inline-block;
      font-size: 18px;
      margin-left: 8px;
      padding-right: 0;
      margin-left: 15px; } }
  .page-menu li:last-child:after {
    display: none; }
  .page-menu li.active a {
    border-bottom: solid 3px #F4B743;
    color: #F4B743; }

/*Article - Content*/
.article-content {
  background: #FFF;
  padding: 20px 0; }
  @media (min-width: 992px) {
    .article-content {
      padding: 20px 100px; } }
  .article-content h2 {
    font-size: 30px;
    line-height: 28px;
    padding-top: 30px;
    font-family: 'NeuzeitOffice-Bold'; }
  .article-content h3 {
    font-size: 24px;
    line-height: 24px;
    font-family: 'NeuzeitOffice-Bold'; }
  .article-content a {
    color: #F4B743;
    text-decoration: underline;
    font-family: 'NeuzeitOffice-Bold'; }

/*Article Share*/
.article-share {
  margin-bottom: 50px; }
  @media (min-width: 768px) {
    .article-share {
      display: table;
      margin-top: 20px; }
      .article-share:before, .article-share:after {
        content: " ";
        display: table; }
      .article-share:after {
        clear: both; } }
  .article-share a {
    text-decoration: none; }
  .article-share .heading-tertiary {
    margin-bottom: 20px; }
  .article-share .share {
    background: #F4B743;
    padding: 20px; }
    @media (min-width: 768px) {
      .article-share .share {
        display: table-cell;
        width: 175px; } }
    .article-share .share li {
      display: inline-block; }
  .article-share .follow {
    background: #1A1919;
    color: #FFF;
    padding: 20px; }
    @media (min-width: 768px) {
      .article-share .follow {
        display: table-cell;
        margin: 0;
        width: 320px; }
        .article-share .follow li {
          display: inline-block;
          margin-right: 12px; }
          .article-share .follow li:last-child {
            margin-right: 0; } }
    .article-share .follow .social li a:before {
      vertical-align: baseline; }
  .article-share .cc {
    background: #808080;
    margin: 0;
    padding: 25px; }
    @media (min-width: 768px) {
      .article-share .cc {
        display: table-cell;
        vertical-align: middle; } }
    .article-share .cc img {
      width: auto; }
    .article-share .cc p {
      color: #8C8C8C;
      font-size: 13px;
      line-height: 17px; }

/*Social*/
.social {
  list-style: none;
  margin: 0;
  padding: 0; }
  .social li a {
    color: #FFF;
    display: block;
    font-size: 15px;
    line-height: 30px; }
    .social li a:hover {
      color: #fae0ad; }
    .social li a:before {
      font-size: 30px;
      vertical-align: middle; }
    .social li a.icon-rss:before {
      background: url("/assets/img/icon-rss.svg") 0 0 no-repeat;
      content: '';
      display: inline-block;
      height: 30px;
      width: 30px; }

/*Share Block*/
.share-block {
  display: none; }
  @media (min-width: 768px) {
    .share-block {
      display: block; } }

.share-xs {
  display: block;
  margin-top: 30px; }
  @media (min-width: 768px) {
    .share-xs {
      display: none; } }

/*Media*/
.media-block .heading-media {
  margin-bottom: 40px;
  position: relative;
  text-align: center;
  z-index: 1; }
  .media-block .heading-media:after {
    border-top: 1px solid #D2D1D1;
    content: '';
    display: inline-block;
    height: 1px;
    width: 100%; }
.media-block .nav {
  background: #FFF;
  display: inline-block;
  font-size: 15px;
  padding: 0 15px;
  position: absolute;
  left: 0;
  top: 8px;
  width: auto; }
  @media (min-width: 992px) {
    .media-block .nav {
      left: 50%;
      -ms-transform: translate(-50%);
      -webkit-transform: translate(-50%);
      transform: translate(-50%); } }
.media-block .title-secondary {
  margin-top: 15px; }

/*List Columns*/
.list-col {
  line-height: 32px;
  list-style: none;
  margin-bottom: 60px;
  -moz-column-gap: 20px;
  -webkit-column-gap: 20px;
  column-gap: 20px; }
  @media (min-width: 768px) {
    .list-col {
      -moz-column-count: 3;
      -webkit-column-count: 3;
      column-count: 3; } }
  @media (min-width: 1200px) {
    .list-col {
      -moz-column-count: 4;
      -webkit-column-count: 4;
      column-count: 4; } }
  .list-col li a {
    color: #1A1919;
    font-size: 15px;
    text-decoration: none;
    font-family: 'NeuzeitOffice-Regular'; }

/*Article*/
.article .header-bg {
  background: #808080;
  height: 150px; }
  @media (max-width: 767px) {
    .article .header-bg {
      display: none; } }

@media (min-width: 768px) {
  .page .article-content {
    padding-top: 60px; } }

/*Article Meta Footer*/
.article-meta {
  margin-top: 20px; }
  .article-meta .source-link {
    margin-right: 20px; }

/*Single - Hero*/
.hero-default {
  background: #808080;
  height: 200px; }

.default-placeholder {
  background: #808080;
  min-height: 487px; }

/*Hero Caption*/
.hero-img-caption {
  color: #8C8C8C;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 30px;
  margin-top: 15px;
  text-align: center; }
  .hero-img-caption a {
    color: #F4B743; }

/*# sourceMappingURL=style.css.map */
