/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
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 {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

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

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

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

input {
  line-height: normal; }

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

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

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

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

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

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  select {
    background: #fff !important; }
  .navbar {
    display: none; }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

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

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: proxima-nova, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.42857;
  color: #333;
  background-color: #fff; }

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

a {
  color: #337ab7;
  text-decoration: none; }
  a:hover, a:focus {
    color: #23527c;
    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: 6px; }

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

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

hr {
  margin-top: 21px;
  margin-bottom: 21px;
  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: 21px;
  margin-bottom: 10.5px; }
  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: 10.5px;
  margin-bottom: 10.5px; }
  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: 39px; }

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

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

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

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

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

p {
  margin: 0 0 10.5px; }

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

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

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: #337ab7; }

a.text-primary:hover {
  color: #286090; }

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

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

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

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

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

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

.text-danger {
  color: #a94442; }

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

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #337ab7; }

a.bg-primary:hover {
  background-color: #286090; }

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

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

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

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

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

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

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

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

.page-header {
  padding-bottom: 9.5px;
  margin: 42px 0 21px;
  border-bottom: 1px solid #eeeeee; }

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

dt,
dd {
  line-height: 1.42857; }

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: 992px) {
  .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: 10.5px 21px;
  margin: 0 0 21px;
  font-size: 18.75px;
  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.42857;
    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: 21px;
  font-style: normal;
  line-height: 1.42857; }

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

.container-fluid, .template-home-page {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .template-home-page:before, .container-fluid:after, .template-home-page:after {
    content: " ";
    display: table; }
  .container-fluid:after, .template-home-page: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.33333%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .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.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .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.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

.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: 15px;
  line-height: 1.42857;
  border-radius: 4px;
  -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;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  .btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled].active,
  fieldset[disabled] .btn-default,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .btn-default.focus,
  fieldset[disabled] .btn-default:active,
  fieldset[disabled] .btn-default.active {
    background-color: #fff;
    border-color: #ccc; }
  .btn-default .badge {
    color: #fff;
    background-color: #333; }

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active,
  fieldset[disabled] .btn-primary,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary.focus,
  fieldset[disabled] .btn-primary:active,
  fieldset[disabled] .btn-primary.active {
    background-color: #337ab7;
    border-color: #2e6da4; }
  .btn-primary .badge {
    color: #337ab7;
    background-color: #fff; }

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

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

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

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

.btn-link {
  color: #337ab7;
  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: #23527c;
    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 {
  padding: 10px 16px;
  font-size: 19px;
  line-height: 1.33333;
  border-radius: 6px; }

.btn-sm {
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs {
  padding: 1px 5px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px; }

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

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

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

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

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

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

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

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

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-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: 15px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  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: 9.5px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    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: #337ab7; }

.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: 13px;
  line-height: 1.42857;
  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 solid;
  content: ""; }

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 992px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }

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

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

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

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

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

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

.pager {
  padding-left: 0;
  margin: 21px 0;
  list-style: none;
  text-align: center; }
  .pager:before, .pager:after {
    content: " ";
    display: table; }
  .pager:after {
    clear: both; }
  .pager li {
    display: inline; }
    .pager li > a,
    .pager li > span {
      display: inline-block;
      padding: 5px 14px;
      background-color: #fff;
      border: 1px solid #ddd;
      border-radius: 15px; }
    .pager li > a:hover,
    .pager li > a:focus {
      text-decoration: none;
      background-color: #000000; }
  .pager .next > a,
  .pager .next > span {
    float: right; }
  .pager .previous > a,
  .pager .previous > span {
    float: left; }
  .pager .disabled > a,
  .pager .disabled > a:hover,
  .pager .disabled > a:focus,
  .pager .disabled > span {
    color: #777777;
    background-color: #fff;
    cursor: not-allowed; }

.jumbotron {
  padding: 30px 15px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee; }
  .jumbotron h1,
  .jumbotron .h1 {
    color: inherit; }
  .jumbotron p {
    margin-bottom: 15px;
    font-size: 23px;
    font-weight: 200; }
  .jumbotron > hr {
    border-top-color: #d5d5d5; }
  .container .jumbotron,
  .container-fluid .jumbotron, .template-home-page .jumbotron {
    border-radius: 6px; }
  .jumbotron .container {
    max-width: 100%; }
  @media screen and (min-width: 768px) {
    .jumbotron {
      padding: 48px 0; }
      .container .jumbotron,
      .container-fluid .jumbotron, .template-home-page .jumbotron {
        padding-left: 60px;
        padding-right: 60px; }
      .jumbotron h1,
      .jumbotron .h1 {
        font-size: 67.5px; } }

.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-right,
.media > .pull-right {
  padding-left: 10px; }

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

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

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

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

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

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

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

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

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

.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: #337ab7;
  border-color: #337ab7; }
  .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: #c7ddef; }

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

a.list-group-item-success {
  color: #3c763d; }
  a.list-group-item-success .list-group-item-heading {
    color: inherit; }
  a.list-group-item-success:hover, a.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6; }
  a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d; }

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

a.list-group-item-info {
  color: #31708f; }
  a.list-group-item-info .list-group-item-heading {
    color: inherit; }
  a.list-group-item-info:hover, a.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3; }
  a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f; }

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

a.list-group-item-warning {
  color: #8a6d3b; }
  a.list-group-item-warning .list-group-item-heading {
    color: inherit; }
  a.list-group-item-warning:hover, a.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc; }
  a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b; }

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

a.list-group-item-danger {
  color: #a94442; }
  a.list-group-item-danger .list-group-item-heading {
    color: inherit; }
  a.list-group-item-danger:hover, a.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc; }
  a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442; }

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

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

.panel {
  margin-bottom: 21px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 15px; }
  .panel-body:before, .panel-body:after {
    content: " ";
    display: table; }
  .panel-body:after {
    clear: both; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }
  .panel-heading > .dropdown .dropdown-toggle {
    color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 17px;
  color: inherit; }
  .panel-title > a,
  .panel-title > small,
  .panel-title > .small,
  .panel-title > small > a,
  .panel-title > .small > a {
    color: inherit; }

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0; }
  .panel > .list-group .list-group-item,
  .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0; }
  .panel > .list-group:first-child .list-group-item:first-child,
  .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px; }
  .panel > .list-group:last-child .list-group-item:last-child,
  .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.list-group + .panel-footer {
  border-top-width: 0; }

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0; }
  .panel > .table caption,
  .panel > .table-responsive > .table caption,
  .panel > .panel-collapse > .table caption {
    padding-left: 15px;
    padding-right: 15px; }

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }
  .panel > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
      border-top-left-radius: 3px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
      border-top-right-radius: 3px; }

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }
  .panel > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
      border-bottom-left-radius: 3px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
      border-bottom-right-radius: 3px; }

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd; }

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0; }

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0; }
  .panel > .table-bordered > thead > tr > th:first-child,
  .panel > .table-bordered > thead > tr > td:first-child,
  .panel > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-bordered > tfoot > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }
  .panel > .table-bordered > thead > tr > th:last-child,
  .panel > .table-bordered > thead > tr > td:last-child,
  .panel > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-bordered > tfoot > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }
  .panel > .table-bordered > thead > tr:first-child > td,
  .panel > .table-bordered > thead > tr:first-child > th,
  .panel > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-bordered > tbody > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0; }
  .panel > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0; }

.panel > .table-responsive {
  border: 0;
  margin-bottom: 0; }

.panel-group {
  margin-bottom: 21px; }
  .panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px; }
    .panel-group .panel + .panel {
      margin-top: 5px; }
  .panel-group .panel-heading {
    border-bottom: 0; }
    .panel-group .panel-heading + .panel-collapse > .panel-body,
    .panel-group .panel-heading + .panel-collapse > .list-group {
      border-top: 1px solid #ddd; }
  .panel-group .panel-footer {
    border-top: 0; }
    .panel-group .panel-footer + .panel-collapse .panel-body {
      border-bottom: 1px solid #ddd; }

.panel-default {
  border-color: #ddd; }
  .panel-default > .panel-heading {
    color: #333333;
    background-color: #f5f5f5;
    border-color: #ddd; }
    .panel-default > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ddd; }
    .panel-default > .panel-heading .badge {
      color: #f5f5f5;
      background-color: #333333; }
  .panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd; }

.panel-primary {
  border-color: #337ab7; }
  .panel-primary > .panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7; }
    .panel-primary > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #337ab7; }
    .panel-primary > .panel-heading .badge {
      color: #337ab7;
      background-color: #fff; }
  .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #337ab7; }

.panel-success {
  border-color: #d6e9c6; }
  .panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6; }
    .panel-success > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #d6e9c6; }
    .panel-success > .panel-heading .badge {
      color: #dff0d8;
      background-color: #3c763d; }
  .panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6; }

.panel-info {
  border-color: #bce8f1; }
  .panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1; }
    .panel-info > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #bce8f1; }
    .panel-info > .panel-heading .badge {
      color: #d9edf7;
      background-color: #31708f; }
  .panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1; }

.panel-warning {
  border-color: #faebcc; }
  .panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc; }
    .panel-warning > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #faebcc; }
    .panel-warning > .panel-heading .badge {
      color: #fcf8e3;
      background-color: #8a6d3b; }
  .panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc; }

.panel-danger {
  border-color: #ebccd1; }
  .panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1; }
    .panel-danger > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ebccd1; }
    .panel-danger > .panel-heading .badge {
      color: #f2dede;
      background-color: #a94442; }
  .panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1; }

.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%; }

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
  .well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15); }

.well-lg {
  padding: 24px;
  border-radius: 6px; }

.well-sm {
  padding: 9px;
  border-radius: 3px; }

.close {
  float: right;
  font-size: 22.5px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20); }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50); }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }

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

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

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

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  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;
  min-height: 16.42857px; }

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

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

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

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

/**************   General Styles  **************/
html {
  position: relative;
  min-height: 100%; }

body {
  background: #fff;
  color: #333;
  font-family: "Libre Baskerville", Georgia, serif;
  font-weight: 300;
  line-height: 165%;
  height: auto;
  padding-top: 50px; }

h1, h2, h3, h4 {
  font-family: proxima-nova, Helvetica, sans-serif;
  margin-top: 0px;
  margin-bottom: 5px; }
  h1 a, h2 a, h3 a, h4 a {
    color: #000; }

h1 h1, h1 h1.medium, .main-feature h1 h1, .main-feature h1 h1.medium {
  font-size: 50px;
  font-weight: 800;
  line-height: 1.0em;
  margin-bottom: 0.25em; }
  h1 h1.small, h1 h1.medium.small, .main-feature h1 h1.small, .main-feature h1 h1.medium.small {
    font-size: 40px; }
  h1 h1.large, h1 h1.medium.large, .main-feature h1 h1.large, .main-feature h1 h1.medium.large {
    font-size: 65px; }

@media (max-width: 992px) {
  h1 h1, h1 h1.medium, .main-feature h1 h1, .main-feature h1 h1.medium {
    font-size: 40px; }
    h1 h1.small, h1 h1.medium.small, .main-feature h1 h1.small, .main-feature h1 h1.medium.small {
      font-size: 30px; }
    h1 h1.large, h1 h1.medium.large, .main-feature h1 h1.large, .main-feature h1 h1.medium.large {
      font-size: 50px; }
  h1 .feature-line, .main-feature h1 .feature-line {
    font-size: 16px; } }

@media (max-width: 768px) {
  h1 h1, h1 h1.small, h1 h1.medium, h1 h1.large, .main-feature h1 h1, .main-feature h1 h1.small, .main-feature h1 h1.medium, .main-feature h1 h1.large {
    font-size: 30px; } }

@media (max-width: 480px) {
  h1 h1, h1 h1.small, h1 h1.medium, h1 h1.large, .main-feature h1 h1, .main-feature h1 h1.small, .main-feature h1 h1.medium, .main-feature h1 h1.large {
    font-size: 24px; } }

h1.subheading {
  color: #999999;
  font-family: proxima-nova, Helvetica, sans-serif;
  font-weight: 800;
  font-size: 22px;
  text-transform: uppercase;
  border-bottom: solid 1px #a5a5a5;
  margin-top: 0px;
  margin-bottom: 20px; }

h2 {
  font-size: 22px;
  font-weight: 900;
  color: #000; }
  h2 a {
    color: #000; }
    h2 a:hover {
      color: #a5a5a5; }

h3 {
  font-size: 22px;
  font-weight: 900;
  color: #000; }
  h3 a {
    color: #000; }
    h3 a:hover {
      color: #a5a5a5; }

h4 {
  font-family: proxima-nova, Helvetica, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  color: 14px; }
  h4.modal-title {
    display: inline; }

p {
  margin-bottom: 20px; }

.teaser .block-Paragraph p {
  margin-bottom: 10px; }

a {
  color: #bf1e2e;
  text-decoration: none;
  transition: color 0.25s; }
  a:hover {
    color: #333;
    text-decoration: none;
    transition: color 0.25s; }
  a:focus {
    color: #333;
    outline: none;
    text-decoration: none; }

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

button {
  border: none;
  background: none; }

button:focus {
  outline: 0; }

.pager li {
  font-family: proxima-nova, Helvetica, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  color: #666; }

.pager li > a, .pager li > span {
  font-family: proxima-nova, Helvetica, sans-serif;
  background: #bf1e2e;
  font-size: 12px;
  border-radius: 3px;
  padding: 7px 14px;
  border: none;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 0.4s ease;
  line-height: 12px; }
  .pager li > a:hover, .pager li > span:hover {
    background: #000000;
    transition: background 0.4s ease; }

.pager li > a:hover, .pager li > span:hover {
  color: white;
  background: #000000; }

.clear {
  clear: both; }

.image-credit {
  margin-top: 5px;
  font-size: 10px;
  line-height: 125%;
  font-family: proxima-nova, Helvetica, sans-serif;
  color: #929191; }

.date {
  display: inline-block; }

/**************   Main  **************/
main {
  padding-bottom: 60px;
  padding-top: 60px; }
  @media (max-width: 768px) {
    main {
      padding-bottom: 20px;
      padding-top: 20px; } }

.container-clear-none {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 768px) {
    .container-clear-none {
      width: 750px; } }
  @media (min-width: 992px) {
    .container-clear-none {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container-clear-none {
      width: 940px; } }

.block-Overflow {
  margin-bottom: 20px; }

/**************   HEADER  **************/
header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 500;
  min-height: 49px;
  color: #fff;
  background: #bf1e2e;
  transition: height 0.3s, background 1s; }
  header.scrolled {
    background: #000;
    transition: background 1s; }
  header.notscrolled {
    background: #bf1e2e;
    transition: background 1s; }
  header .search {
    text-align: right;
    font-size: 18px;
    line-height: 1em;
    width: 10%;
    padding: 0; }
    header .search #search-box-toggle {
      width: 25px;
      float: right;
      cursor: pointer;
      padding-right: 15px;
      box-sizing: content-box; }
  header .menu {
    text-align: left;
    font-size: 18px;
    line-height: 1em;
    width: 10%;
    padding: 0; }
    header .menu #toggle-mobile {
      width: 25px;
      cursor: pointer;
      padding-left: 15px;
      box-sizing: content-box; }
      header .menu #toggle-mobile.open .fa-bars:before {
        content: "\f00d"; }
  header .logo {
    width: 80%;
    text-align: center;
    padding: 0 20px; }
    header .logo .wordmark {
      line-height: 1em; }
      header .logo .wordmark img {
        max-height: 18px;
        width: auto;
        display: inline; }
    header .logo .tagline img {
      max-height: 17px;
      width: auto;
      display: inline; }
  header .banner {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-left: 0;
    margin-right: 0; }
  header .tagline, header .article-title {
    display: none; }
  .template-home-page header .tagline {
    font-size: 16px;
    font-weight: 100; }
    .template-home-page header .tagline .menu, .template-home-page header .tagline .search {
      padding-top: 10px;
      padding-bottom: 10px; }
  header #main-menu {
    position: fixed;
    top: 54px;
    left: -400px;
    z-index: 300;
    height: 100%;
    width: 200px;
    padding: 25px;
    margin-top: 0px;
    background: #000;
    text-align: left;
    visibility: hidden;
    opacity: 0;
    transition: left 0.5s, visibility 0.5s, opacity 0.5s;
    display: none; }
    header #main-menu.noAnimation {
      transition: left 0s !important; }
    header #main-menu.open {
      left: 0;
      opacity: 1;
      visibility: visible;
      transition: left 0.5s, visibility 0.5s, opacity 0.5s; }
    header #main-menu ul.social {
      border-top: solid 1px #ffffff;
      margin-top: 10px;
      padding-top: 10px; }
      header #main-menu ul.social li a {
        font-size: 14px; }
      header #main-menu ul.social i {
        width: 20px; }
    header #main-menu ul {
      margin: 0;
      padding: 0; }
      header #main-menu ul li {
        display: block;
        padding: 5px; }
        header #main-menu ul li a {
          color: #fff;
          font-family: proxima-nova, Helvetica, sans-serif;
          font-weight: 300;
          outline: none;
          font-size: 14px;
          text-transform: uppercase; }
  @media (min-width: 1000px) {
    header #main-menu {
      display: block;
      position: relative;
      top: 0;
      left: 0;
      width: auto;
      padding: 0px;
      background: transparent;
      transition: left 0s, visibility 0s, opacity 0s;
      visibility: visible;
      opacity: 1; }
      header #main-menu ul {
        margin: 0px;
        padding: 0px; }
        header #main-menu ul li {
          color: #fff;
          display: inline-block;
          list-style: none;
          padding: 0px;
          margin: 0px; }
      header #main-menu ul li a {
        font-family: proxima-nova, Helvetica, sans-serif;
        font-size: 12px;
        text-transform: uppercase;
        color: #fff; }
      header #main-menu ul li a:hover,
      header #main-menu ul li a:active {
        text-decoration: none; }
      header #main-menu ul li a:after {
        padding-left: 10px;
        padding-right: 5px;
        content: '/';
        color: #fff; }
      header #main-menu ul li:last-child a:after {
        content: ''; }
      header #main-menu ul li:first-child {
        display: none; }
    header .menu, header .search {
      width: 32%; }
    header .logo {
      width: 36%; }
    header.collapsed #toggle-mobile {
      display: block; }
    header.collapsed #main-menu {
      position: fixed;
      top: 49px;
      left: -400px;
      height: 100%;
      width: 200px;
      padding: 25px;
      background: #000;
      visibility: hidden;
      transition: left 0.5s, visibility 0.5s; }
      header.collapsed #main-menu.open {
        left: 0;
        visibility: visible; }
      header.collapsed #main-menu ul li {
        display: block;
        padding: 3px 5px; }
    header.collapsed .menu, header.collapsed .search {
      padding-top: 0px; }
    header #toggle-mobile {
      display: none; }
    header .banner {
      padding-top: 20px;
      padding-bottom: 20px;
      margin-left: 10%;
      margin-right: 10%; }
    header .social {
      display: none; }
    header.collapsed .menu, header.collapsed .search {
      width: 5%; }
    header.collapsed .logo {
      width: 90%; }
    header.collapsed .banner {
      padding-top: 15px;
      padding-bottom: 15px; }
    header.collapsed .social {
      display: block; }
    header.collapsed #main-menu ul li a:after {
      content: ""; }
    header.collapsed.article-scroll .article-title {
      display: block; }
    header.collapsed .wordmark {
      display: none; }
    header.collapsed.keep-wordmark .wordmark {
      display: block; } }

.template-home-page .tagline {
  display: none; }

@media (min-width: 1000px) {
  .template-home-page .tagline {
    display: block; }
  .template-home-page header .menu, .template-home-page header .search {
    padding-top: 11px; }
  .template-home-page header .search {
    transition: padding 0.3s; }
  .template-home-page header.collapsed .tagline {
    display: none; }
  .template-home-page header.collapsed.article-scroll.article-title {
    display: none; }
  .template-home-page header.collapsed .wordmark {
    display: block; }
  .template-home-page header.collapsed .menu, .template-home-page header.collapsed .search {
    padding-top: 0px; }
  .template-home-page header.collapsed .search {
    transition: padding 0.3s; } }

/**************   FOOTER  **************/
footer {
  color: #000000;
  font-family: proxima-nova, Helvetica, sans-serif;
  background: #ffffff;
  font-size: 14px;
  line-height: 120%; }
  footer a {
    color: #000000; }
    footer a:hover {
      color: #a5a5a5; }
  footer h3 {
    font-family: proxima-nova, Helvetica, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 700;
    letter-spacing: 0.06em;
    padding-bottom: 1em;
    margin-bottom: 0; }
  footer .featured-topics .label {
    float: left;
    margin-right: 20px;
    padding: 3px 0px;
    font-family: proxima-nova, Helvetica, sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    color: white; }
  footer .featured-topics ul {
    margin: 0px;
    padding: 0px; }
    footer .featured-topics ul li {
      color: #bf1e2e;
      display: inline-block;
      list-style: none;
      padding: 0px;
      margin: 0px; }
  footer .featured-topics ul li a {
    font-family: proxima-nova, Helvetica, sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    color: #bf1e2e; }
  footer .featured-topics ul li a:hover,
  footer .featured-topics ul li a:active {
    text-decoration: none; }
  footer .featured-topics ul li a:after {
    padding-left: 10px;
    padding-right: 5px;
    content: '/';
    color: #bf1e2e; }
  footer .featured-topics ul li:last-child a:after {
    content: ''; }
  footer .featured-topics ul li a:hover {
    text-decoration: underline; }
  footer .row .col-sm-4, footer .row .col-xs-4, footer .row .col-xs-12 {
    padding-top: 20px;
    padding-bottom: 20px; }
    footer .row .col-sm-4 p, footer .row .col-xs-4 p, footer .row .col-xs-12 p {
      margin-bottom: 0; }
    footer .row .col-sm-4 a, footer .row .col-xs-4 a, footer .row .col-xs-12 a {
      margin-bottom: 5px;
      display: inline-block;
      max-width: 100%; }
  footer .contact {
    padding: 20px;
    text-transform: uppercase; }
  footer .row.infobar {
    display: table;
    border-top: solid 3px #bf1e2e; }
    footer .row.infobar .col-sm-4 {
      border-right: solid 1px #d6d6d6;
      display: table-cell;
      float: none; }
      footer .row.infobar .col-sm-4:last-child {
        border-right: none; }
  footer .partner {
    text-align: center; }
    footer .partner img {
      display: inline;
      max-height: 67px;
      width: auto; }
  footer .supporter {
    text-align: center; }
    footer .supporter img {
      display: inline;
      max-height: 25px;
      width: auto;
      margin-top: 10px; }
  footer .row.partner-row {
    border-top: solid 1px #d6d6d6; }
  footer .partners, footer .contact {
    margin: 0 auto;
    max-width: 550px;
    text-align: center; }
  @media (max-width: 767px) {
    footer .row.infobar {
      display: block; }
    footer .row.infobar .col-sm-4 {
      display: block;
      border-top: solid 1px #d6d6d6;
      border-right: none; }
      footer .row.infobar .col-sm-4:first-child {
        border-top: 0; } }
  footer .social-links ul {
    margin: 0px;
    padding: 0px; }
    footer .social-links ul li {
      color: #bf1e2e;
      display: inline-block;
      list-style: none;
      padding: 0px;
      margin: 0px; }
  footer .social-links ul li a {
    font-family: proxima-nova, Helvetica, sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    color: #bf1e2e; }
  footer .social-links ul li a:hover,
  footer .social-links ul li a:active {
    text-decoration: none; }
  footer .social-links ul {
    display: inline-block;
    padding-left: 1em; }
    footer .social-links ul li {
      margin-right: 30px; }
    @media (min-width: 768px) {
      footer .social-links ul {
        padding-left: 0; } }
  @media (max-width: 768px) {
    footer .follow h3 {
      float: left;
      margin: 5px 10px 0 0; } }
  @media (min-width: 480px) and (max-width: 767px) {
    footer .row.infobar .col-sm-4:last-child .newsletter-form, footer .row.infobar .col-sm-4:last-child .follow {
      display: block;
      float: left;
      width: 50%;
      padding-right: 20px; }
    footer .row.infobar .col-sm-4:last-child .follow {
      padding-right: 0;
      padding-left: 20px; }
      footer .row.infobar .col-sm-4:last-child .follow h3 {
        float: none;
        margin: 0; }
      footer .row.infobar .col-sm-4:last-child .follow ul {
        display: block;
        padding-left: 0; } }
  @media (min-width: 768px) {
    footer {
      padding-bottom: 60px; }
      footer .row.infobar {
        padding: 20px 0; } }

/**************  Search  **************/
#search-box {
  font-family: proxima-nova, Helvetica, sans-serif;
  display: none;
  opacity: 0;
  width: 100%;
  top: -100px;
  position: fixed;
  overflow-y: hidden;
  z-index: 200;
  padding: 20px 0;
  background-color: rgba(0, 0, 0, 0.8);
  transform: translate(0, -100%);
  -webkit-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  transition: transform 0.4s ease, opacity 0.4s ease;
  -webkit-transition: -webkit-transform 0.4s ease, opacity 0.4s ease; }
  #search-box button {
    font-family: proxima-nova, Helvetica, sans-serif;
    background: #bf1e2e;
    font-size: proxima-nova, Helvetica, sans-serif;
    border-radius: 3px;
    padding: 7px 14px;
    border: none;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    transition: background 0.4s ease;
    padding: 3px 6px;
    width: 26%;
    float: left;
    border: 1px solid #bf1e2e; }
    #search-box button:hover {
      background: #000000;
      transition: background 0.4s ease; }
  #search-box input {
    margin-right: 3%;
    margin-bottom: 0px;
    border: solid 1px #a5a5a5;
    float: left;
    padding: 3px 5px;
    height: 33px;
    color: black;
    width: 71%; }
    #search-box input::-ms-clear {
      display: none; }
  #search-box input:focus {
    outline: none; }
  #search-box .input-group {
    width: 100%;
    margin: 0 auto; }
  #search-box .clear-button {
    background: none;
    border: none;
    position: absolute;
    right: 31%;
    top: 6px;
    font-size: 20px;
    z-index: 500;
    color: black;
    display: none;
    cursor: pointer; }
  @media (max-width: 360px) {
    #search-box input {
      width: 65%;
      margin-bottom: 10px; }
    #search-box button {
      width: 32%;
      float: right; }
    #search-box .clear-button {
      right: 37%; } }
  @media (max-width: 768px) {
    #search-box input {
      font-size: 16px; } }
  #search-box.open {
    opacity: 1;
    top: 57px;
    overflow-y: visible;
    transform: translate(0, 0%);
    -webkit-transform: translate(0, 0%);
    -ms-transform: translate(0, 0); }
  #search-box .container {
    padding: 0px 20px;
    margin: 0 auto;
    max-width: 580px; }
  #search-box .search-suggestions {
    display: none; }

.search-results-page ul li {
  list-style: none; }

.search-results-page .searchbox {
  font-family: proxima-nova, Helvetica, sans-serif;
  padding: 20px 0 40px 0; }
  .search-results-page .searchbox button {
    font-family: proxima-nova, Helvetica, sans-serif;
    background: #bf1e2e;
    font-size: proxima-nova, Helvetica, sans-serif;
    border-radius: 3px;
    padding: 7px 14px;
    border: none;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    transition: background 0.4s ease;
    padding: 3px 6px;
    width: 26%;
    float: left;
    border: 1px solid #bf1e2e; }
    .search-results-page .searchbox button:hover {
      background: #000000;
      transition: background 0.4s ease; }
  .search-results-page .searchbox input {
    margin-right: 3%;
    margin-bottom: 0px;
    border: solid 1px #a5a5a5;
    float: left;
    padding: 3px 5px;
    height: 33px;
    color: black;
    width: 71%; }
    .search-results-page .searchbox input::-ms-clear {
      display: none; }
  .search-results-page .searchbox input:focus {
    outline: none; }
  .search-results-page .searchbox .input-group {
    width: 100%;
    margin: 0 auto; }
  .search-results-page .searchbox .clear-button {
    background: none;
    border: none;
    position: absolute;
    right: 31%;
    top: 6px;
    font-size: 20px;
    z-index: 500;
    color: black;
    display: none;
    cursor: pointer; }
  @media (max-width: 360px) {
    .search-results-page .searchbox input {
      width: 65%;
      margin-bottom: 10px; }
    .search-results-page .searchbox button {
      width: 32%;
      float: right; }
    .search-results-page .searchbox .clear-button {
      right: 37%; } }
  @media (max-width: 768px) {
    .search-results-page .searchbox input {
      font-size: 16px; } }
  @media (min-width: 992px) {
    .search-results-page .searchbox input {
      width: 80%; }
    .search-results-page .searchbox button {
      width: 17%; }
    .search-results-page .searchbox .clear-button {
      right: 21%; } }

.search-results-page h1 {
  color: #999999;
  font-family: proxima-nova, Helvetica, sans-serif;
  font-weight: 800;
  font-size: 22px;
  text-transform: uppercase;
  border-bottom: solid 1px #a5a5a5;
  margin-top: 0px;
  margin-bottom: 20px; }

.search-results-page h2 {
  font-family: proxima-nova, Helvetica, sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  color: black;
  font-weight: 300;
  margin-bottom: 20px;
  border-bottom: solid 1px #a5a5a5; }

/**************   Homepage  **************/
.template-home-page .main-feature {
  min-height: 400px;
  position: relative;
  font-family: proxima-nova, Helvetica, sans-serif;
  /* Chrome, Safari, Opera */ }
  .template-home-page .main-feature a {
    display: block;
    color: #fff; }
    .template-home-page .main-feature a:hover, .template-home-page .main-feature a:focus {
      color: #fff; }
      .template-home-page .main-feature a:hover h3, .template-home-page .main-feature a:hover h1, .template-home-page .main-feature a:focus h3, .template-home-page .main-feature a:focus h1 {
        color: #a5a5a5;
        transition: color 0.5s; }
  .template-home-page .main-feature .feature-image {
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    width: 100%;
    height: 100%; }
  .template-home-page .main-feature .feature-image-overlay {
    position: absolute;
    z-index: 2;
    display: block;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5); }
  .template-home-page .main-feature .feature-wrapper {
    position: absolute;
    z-index: 10;
    top: 10%;
    width: 100%; }
    .template-home-page .main-feature .feature-wrapper .feature-line {
      font-size: 18px;
      line-height: 125%; }
    .template-home-page .main-feature .feature-wrapper .feature-text {
      padding-left: 40px;
      padding-right: 40px;
      padding-top: 60px;
      position: relative;
      max-width: 940px;
      margin: 0 auto; }
  .template-home-page .main-feature .contributors {
    margin-top: 5%;
    font-size: 12px;
    color: #fff; }
    .template-home-page .main-feature .contributors .contributor-list {
      margin-left: 25px; }
    .template-home-page .main-feature .contributors .contributor-label {
      color: #fff; }
    .template-home-page .main-feature .contributors.series .contributor-list {
      margin-left: 160px; }
  .template-home-page .main-feature .fa-camera {
    position: absolute;
    z-index: 10;
    right: 0;
    bottom: 0;
    padding: 10px 13px;
    font-size: 16px;
    color: #fff; }
    .template-home-page .main-feature .fa-camera.highlighted, .template-home-page .main-feature .fa-camera:hover {
      cursor: pointer;
      color: #bf1e2e; }
  @media (max-width: 992px) {
    .template-home-page .main-feature .feature-wrapper {
      top: 10%; } }
  @media (max-width: 768px) {
    .template-home-page .main-feature .feature-wrapper {
      top: 0%; }
      .template-home-page .main-feature .feature-wrapper .feature-text {
        padding-left: 20px;
        padding-right: 20px; } }
  .template-home-page .main-feature h1, .template-home-page .main-feature h1.medium {
    font-size: 58px;
    font-weight: 700;
    line-height: 1.0em;
    margin-bottom: 0.25em; }
    .template-home-page .main-feature h1.small, .template-home-page .main-feature h1.medium.small {
      font-size: 40px; }
    .template-home-page .main-feature h1.large, .template-home-page .main-feature h1.medium.large {
      font-size: 65px; }
  @media (max-width: 992px) {
    .template-home-page .main-feature h1, .template-home-page .main-feature h1.medium {
      font-size: 40px; }
      .template-home-page .main-feature h1.small, .template-home-page .main-feature h1.medium.small {
        font-size: 30px; }
      .template-home-page .main-feature h1.large, .template-home-page .main-feature h1.medium.large {
        font-size: 50px; }
    .template-home-page .main-feature .feature-line {
      font-size: 16px; } }
  @media (max-width: 768px) {
    .template-home-page .main-feature h1, .template-home-page .main-feature h1.small, .template-home-page .main-feature h1.medium, .template-home-page .main-feature h1.large {
      font-size: 30px; } }
  @media (max-width: 480px) {
    .template-home-page .main-feature h1, .template-home-page .main-feature h1.small, .template-home-page .main-feature h1.medium, .template-home-page .main-feature h1.large {
      font-size: 24px; } }
  .template-home-page .main-feature .feature-line, .template-home-page .main-feature h2 {
    font-size: 18px;
    line-height: 125%; }
  .template-home-page .main-feature .scroll {
    position: absolute;
    z-index: 10;
    bottom: -5px;
    left: 50%;
    margin-left: -25px;
    border-radius: 25px;
    width: 50px;
    height: 50px; }
    .template-home-page .main-feature .scroll a {
      color: #fff;
      text-decoration: none;
      display: block;
      text-align: center;
      -webkit-animation: bounce 2s infinite;
      -moz-animation: bounce 2s infinite;
      -o-animation: bounce 2s infinite;
      animation: bounce 2s infinite; }
      .template-home-page .main-feature .scroll a i {
        font-size: 50px; }

@keyframes bounce {
  0%, 25%, 75%, 100% {
    transform: translateY(0); }
  50% {
    transform: translateY(0.4em); } }

@-webkit-keyframes bounce {
  0%, 25%, 75%, 100% {
    -webkit-transform: translateY(0); }
  50% {
    -webkit-transform: translateY(0.4em); } }
  @media (max-width: 768px) {
    .template-home-page .main-feature .scroll {
      display: none; } }

.template-home-page {
  padding-left: 0px;
  padding-right: 0px; }
  .template-home-page .rowheight-1 {
    height: 380px; }
  .template-home-page .rowheight-2 {
    height: 570px; }
  .template-home-page .rowheight-3 {
    height: 760px; }
  .template-home-page section {
    margin-bottom: 50px; }
    @media (max-width: 768px) {
      .template-home-page section {
        margin-bottom: 25px; } }
  .template-home-page section:last-child {
    margin-bottom: 0px; }
  .template-home-page h2 {
    color: #999999;
    font-family: proxima-nova, Helvetica, sans-serif;
    font-weight: 800;
    font-size: 22px;
    text-transform: uppercase;
    border-bottom: solid 1px #a5a5a5;
    margin-top: 0px;
    margin-bottom: 20px; }

.features h3, .related-articles h3, .fullbleed-section h3, .external-feature-section h3, .simple-feature-section h3 {
  font-size: 22px;
  font-weight: 900;
  color: #000; }
  .features h3 a, .related-articles h3 a, .fullbleed-section h3 a, .external-feature-section h3 a, .simple-feature-section h3 a {
    color: #000; }
    .features h3 a:hover, .related-articles h3 a:hover, .fullbleed-section h3 a:hover, .external-feature-section h3 a:hover, .simple-feature-section h3 a:hover {
      color: #a5a5a5; }

.features a, .related-articles a, .fullbleed-section a, .external-feature-section a, .simple-feature-section a {
  display: block;
  color: #333; }
  .features a:hover, .features a:focus, .related-articles a:hover, .related-articles a:focus, .fullbleed-section a:hover, .fullbleed-section a:focus, .external-feature-section a:hover, .external-feature-section a:focus, .simple-feature-section a:hover, .simple-feature-section a:focus {
    color: #333; }
    .features a:hover h3, .features a:focus h3, .related-articles a:hover h3, .related-articles a:focus h3, .fullbleed-section a:hover h3, .fullbleed-section a:focus h3, .external-feature-section a:hover h3, .external-feature-section a:focus h3, .simple-feature-section a:hover h3, .simple-feature-section a:focus h3 {
      color: #a5a5a5;
      transition: color 0.5s; }

.features a.read-more, .related-articles a.read-more, .fullbleed-section a.read-more, .external-feature-section a.read-more, .simple-feature-section a.read-more {
  color: #a5a5a5; }
  .features a.read-more i, .related-articles a.read-more i, .fullbleed-section a.read-more i, .external-feature-section a.read-more i, .simple-feature-section a.read-more i {
    color: #bf1e2e;
    padding-left: 3px; }
  .features a.read-more:hover, .related-articles a.read-more:hover, .fullbleed-section a.read-more:hover, .external-feature-section a.read-more:hover, .simple-feature-section a.read-more:hover {
    color: #bf1e2e; }

.features .row, .related-articles .row, .fullbleed-section .row, .external-feature-section .row, .simple-feature-section .row {
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 25px; }
  .features .row > [class*='col-'], .related-articles .row > [class*='col-'], .fullbleed-section .row > [class*='col-'], .external-feature-section .row > [class*='col-'], .simple-feature-section .row > [class*='col-'] {
    padding-right: 0;
    padding-left: 0; }
  .features .row.last, .related-articles .row.last, .fullbleed-section .row.last, .external-feature-section .row.last, .simple-feature-section .row.last {
    margin-bottom: 0px; }

.features .container.full-width + .container.full-width .row, .related-articles .container.full-width + .container.full-width .row, .fullbleed-section .container.full-width + .container.full-width .row, .external-feature-section .container.full-width + .container.full-width .row, .simple-feature-section .container.full-width + .container.full-width .row {
  padding-top: 25px;
  border-top: solid 1px #a5a5a5; }

.features .multi-block .row > [class*='col-'], .related-articles .multi-block .row > [class*='col-'], .fullbleed-section .multi-block .row > [class*='col-'], .external-feature-section .multi-block .row > [class*='col-'], .simple-feature-section .multi-block .row > [class*='col-'] {
  padding-left: 4px;
  padding-right: 4px; }

.features .multi-block .row > [class*='col-']:first-child, .related-articles .multi-block .row > [class*='col-']:first-child, .fullbleed-section .multi-block .row > [class*='col-']:first-child, .external-feature-section .multi-block .row > [class*='col-']:first-child, .simple-feature-section .multi-block .row > [class*='col-']:first-child {
  padding-left: 0px;
  padding-right: 8px; }

.features .multi-block .row > [class*='col-']:last-child, .related-articles .multi-block .row > [class*='col-']:last-child, .fullbleed-section .multi-block .row > [class*='col-']:last-child, .external-feature-section .multi-block .row > [class*='col-']:last-child, .simple-feature-section .multi-block .row > [class*='col-']:last-child {
  padding-left: 8px;
  padding-right: 0px; }

.features .multi-block .feature-content, .related-articles .multi-block .feature-content, .fullbleed-section .multi-block .feature-content, .external-feature-section .multi-block .feature-content, .simple-feature-section .multi-block .feature-content {
  padding: 10px; }

.features .multi-block .feature-box, .related-articles .multi-block .feature-box, .fullbleed-section .multi-block .feature-box, .external-feature-section .multi-block .feature-box, .simple-feature-section .multi-block .feature-box {
  position: relative;
  border: solid 1px #a5a5a5; }

.features .multi-block .image-feature .feature-box, .features .multi-block .simple-feature .feature-box, .related-articles .multi-block .image-feature .feature-box, .related-articles .multi-block .simple-feature .feature-box, .fullbleed-section .multi-block .image-feature .feature-box, .fullbleed-section .multi-block .simple-feature .feature-box, .external-feature-section .multi-block .image-feature .feature-box, .external-feature-section .multi-block .simple-feature .feature-box, .simple-feature-section .multi-block .image-feature .feature-box, .simple-feature-section .multi-block .simple-feature .feature-box {
  height: 350px; }

.features .multi-block .simple-feature h3, .related-articles .multi-block .simple-feature h3, .fullbleed-section .multi-block .simple-feature h3, .external-feature-section .multi-block .simple-feature h3, .simple-feature-section .multi-block .simple-feature h3 {
  font-size: 32px; }

.features .multi-block .graphics-feature .feature-box, .related-articles .multi-block .graphics-feature .feature-box, .fullbleed-section .multi-block .graphics-feature .feature-box, .external-feature-section .multi-block .graphics-feature .feature-box, .simple-feature-section .multi-block .graphics-feature .feature-box {
  height: 325px; }

.features .multi-block .external-feature .feature-box, .related-articles .multi-block .external-feature .feature-box, .fullbleed-section .multi-block .external-feature .feature-box, .external-feature-section .multi-block .external-feature .feature-box, .simple-feature-section .multi-block .external-feature .feature-box {
  height: 380px;
  font-size: 12px;
  line-height: 165%; }

.features .multi-block .external-feature figure, .related-articles .multi-block .external-feature figure, .fullbleed-section .multi-block .external-feature figure, .external-feature-section .multi-block .external-feature figure, .simple-feature-section .multi-block .external-feature figure {
  position: absolute;
  bottom: 0;
  padding-bottom: 10px; }
  .features .multi-block .external-feature figure img, .related-articles .multi-block .external-feature figure img, .fullbleed-section .multi-block .external-feature figure img, .external-feature-section .multi-block .external-feature figure img, .simple-feature-section .multi-block .external-feature figure img {
    width: 35px;
    height: 35px; }

.features .multi-block .contributors, .related-articles .multi-block .contributors, .fullbleed-section .multi-block .contributors, .external-feature-section .multi-block .contributors, .simple-feature-section .multi-block .contributors {
  position: absolute;
  bottom: 0; }

@media (max-width: 768px) {
  .features .multi-block .image-feature .feature-box, .features .multi-block .simple-feature .feature-box, .related-articles .multi-block .image-feature .feature-box, .related-articles .multi-block .simple-feature .feature-box, .fullbleed-section .multi-block .image-feature .feature-box, .fullbleed-section .multi-block .simple-feature .feature-box, .external-feature-section .multi-block .image-feature .feature-box, .external-feature-section .multi-block .simple-feature .feature-box, .simple-feature-section .multi-block .image-feature .feature-box, .simple-feature-section .multi-block .simple-feature .feature-box {
    height: 450px; } }

@media (max-width: 767px) {
  .features .multi-block .row > [class*='col-'], .related-articles .multi-block .row > [class*='col-'], .fullbleed-section .multi-block .row > [class*='col-'], .external-feature-section .multi-block .row > [class*='col-'], .simple-feature-section .multi-block .row > [class*='col-'] {
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 25px; }
  .features .multi-block .row > [class*='col-']:first-child, .related-articles .multi-block .row > [class*='col-']:first-child, .fullbleed-section .multi-block .row > [class*='col-']:first-child, .external-feature-section .multi-block .row > [class*='col-']:first-child, .simple-feature-section .multi-block .row > [class*='col-']:first-child {
    padding-left: 0px;
    padding-right: 0px; }
  .features .multi-block .row > [class*='col-']:last-child, .related-articles .multi-block .row > [class*='col-']:last-child, .fullbleed-section .multi-block .row > [class*='col-']:last-child, .external-feature-section .multi-block .row > [class*='col-']:last-child, .simple-feature-section .multi-block .row > [class*='col-']:last-child {
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 0px; }
  .features .multi-block .simple-feature .feature-box, .features .multi-block .image-feature .feature-box, .features .multi-block .graphics-feature .feature-box, .related-articles .multi-block .simple-feature .feature-box, .related-articles .multi-block .image-feature .feature-box, .related-articles .multi-block .graphics-feature .feature-box, .fullbleed-section .multi-block .simple-feature .feature-box, .fullbleed-section .multi-block .image-feature .feature-box, .fullbleed-section .multi-block .graphics-feature .feature-box, .external-feature-section .multi-block .simple-feature .feature-box, .external-feature-section .multi-block .image-feature .feature-box, .external-feature-section .multi-block .graphics-feature .feature-box, .simple-feature-section .multi-block .simple-feature .feature-box, .simple-feature-section .multi-block .image-feature .feature-box, .simple-feature-section .multi-block .graphics-feature .feature-box {
    height: auto; }
  .features .multi-block .contributors, .related-articles .multi-block .contributors, .fullbleed-section .multi-block .contributors, .external-feature-section .multi-block .contributors, .simple-feature-section .multi-block .contributors {
    position: relative; } }

@media (max-width: 991px) {
  .external-feature-section .multi-block .row > [class*='col-']:first-child,
  .external-feature-section .multi-block .row > [class*='col-']:nth-child(3) {
    padding-left: 0px;
    padding-right: 7.5px; }
  .external-feature-section .multi-block .row > [class*='col-']:last-child,
  .external-feature-section .multi-block .row > [class*='col-']:nth-child(2) {
    padding-left: 7.5px;
    padding-right: 0px; }
  .external-feature-section .multi-block .row .external-feature {
    margin-bottom: 25px; }
    .external-feature-section .multi-block .row .external-feature .feature-box {
      height: 250px; } }

@media (max-width: 767px) {
  .external-feature-section .multi-block .row > [class*='col-']:first-child,
  .external-feature-section .multi-block .row > [class*='col-']:nth-child(3) {
    padding-left: 0px;
    padding-right: 0px; }
  .external-feature-section .multi-block .row > [class*='col-']:last-child,
  .external-feature-section .multi-block .row > [class*='col-']:nth-child(2) {
    padding-left: 0px;
    padding-right: 0px; }
  .external-feature-section .multi-block .row .external-feature {
    margin-bottom: 0px; } }

.external-feature-section figure img {
  border-radius: 50%; }

.external-feature-section figure.with-border img {
  border: solid 1px #cccccc; }

.editors-pick-link, .most-popular {
  display: block;
  position: absolute;
  top: 5%;
  right: 20px;
  font-size: 10px;
  z-index: 11;
  width: 50px;
  height: 50px;
  border-radius: 30px;
  background: #0098FD; }
  .editors-pick-link .table, .most-popular .table {
    display: table;
    margin-bottom: 0;
    height: 100%; }
    .editors-pick-link .table .table-cell, .most-popular .table .table-cell {
      display: table-cell;
      vertical-align: middle;
      height: 100%;
      text-align: center;
      padding: 0px; }
      .editors-pick-link .table .table-cell a, .most-popular .table .table-cell a {
        display: inherit;
        height: 100%;
        width: 100%;
        padding: 15px 0px;
        line-height: 1em;
        color: #fff;
        font-family: proxima-nova, Helvetica, sans-serif;
        outline: none;
        border-radius: 30px;
        background: #0098FD;
        transition: background 0.25s; }
        .editors-pick-link .table .table-cell a:hover, .most-popular .table .table-cell a:hover {
          color: #000000;
          background: #a5a5a5;
          transition: background 0.25s; }

.most-popular .table .table-cell a {
  background: #bf1e2e; }

.overlay-feature {
  min-height: 400px;
  position: relative;
  font-family: proxima-nova, Helvetica, sans-serif; }
  .overlay-feature a {
    display: block;
    color: #fff; }
    .overlay-feature a:hover, .overlay-feature a:focus {
      color: #fff; }
      .overlay-feature a:hover h3, .overlay-feature a:hover h1, .overlay-feature a:focus h3, .overlay-feature a:focus h1 {
        color: #a5a5a5;
        transition: color 0.5s; }
  .overlay-feature .feature-image {
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    width: 100%;
    height: 100%; }
  .overlay-feature .feature-image-overlay {
    position: absolute;
    z-index: 2;
    display: block;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5); }
  .overlay-feature .feature-wrapper {
    position: absolute;
    z-index: 10;
    top: 10%;
    width: 100%; }
    .overlay-feature .feature-wrapper .feature-line {
      font-size: 18px;
      line-height: 125%; }
    .overlay-feature .feature-wrapper .feature-text {
      padding-left: 40px;
      padding-right: 40px;
      padding-top: 60px;
      position: relative;
      max-width: 940px;
      margin: 0 auto; }
  .overlay-feature .contributors {
    margin-top: 5%;
    font-size: 12px;
    color: #fff; }
    .overlay-feature .contributors .contributor-list {
      margin-left: 25px; }
    .overlay-feature .contributors .contributor-label {
      color: #fff; }
    .overlay-feature .contributors.series .contributor-list {
      margin-left: 160px; }
  .overlay-feature .fa-camera {
    position: absolute;
    z-index: 10;
    right: 0;
    bottom: 0;
    padding: 10px 13px;
    font-size: 16px;
    color: #fff; }
    .overlay-feature .fa-camera.highlighted, .overlay-feature .fa-camera:hover {
      cursor: pointer;
      color: #bf1e2e; }
  @media (max-width: 992px) {
    .overlay-feature .feature-wrapper {
      top: 10%; } }
  @media (max-width: 768px) {
    .overlay-feature .feature-wrapper {
      top: 0%; }
      .overlay-feature .feature-wrapper .feature-text {
        padding-left: 20px;
        padding-right: 20px; } }
  .overlay-feature h3 {
    font-size: 45px;
    font-weight: 700;
    color: #fff; }
    @media (max-width: 991px) {
      .overlay-feature h3 {
        font-size: 32px; } }
  .overlay-feature a {
    color: #fff; }
    .overlay-feature a:hover, .overlay-feature a:focus {
      color: #fff; }
      .overlay-feature a:hover h3, .overlay-feature a:focus h3 {
        color: #a5a5a5;
        transition: color 0.5s; }
  @media (max-width: 767px) {
    .overlay-feature {
      margin-left: -15px;
      margin-right: -15px;
      border-bottom: 0; } }
  @media (max-width: 767px) {
    .container-full-bleed .overlay-feature {
      margin-left: 0px;
      margin-right: 0px;
      border-bottom: 0; } }

.fullscreen-bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: -100; }

.fullscreen-bg__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: auto; }

/**************  Article  **************/
.template-article-page h1, .template-article-page h1.medium, .template-series-page h1, .template-series-page h1.medium {
  font-size: 50px;
  font-weight: 800;
  line-height: 1.0em;
  margin-bottom: 0.25em; }
  .template-article-page h1.small, .template-article-page h1.medium.small, .template-series-page h1.small, .template-series-page h1.medium.small {
    font-size: 40px; }
  .template-article-page h1.large, .template-article-page h1.medium.large, .template-series-page h1.large, .template-series-page h1.medium.large {
    font-size: 65px; }

@media (max-width: 992px) {
  .template-article-page h1, .template-article-page h1.medium, .template-series-page h1, .template-series-page h1.medium {
    font-size: 40px; }
    .template-article-page h1.small, .template-article-page h1.medium.small, .template-series-page h1.small, .template-series-page h1.medium.small {
      font-size: 30px; }
    .template-article-page h1.large, .template-article-page h1.medium.large, .template-series-page h1.large, .template-series-page h1.medium.large {
      font-size: 50px; }
  .template-article-page .feature-line, .template-series-page .feature-line {
    font-size: 16px; } }

@media (max-width: 768px) {
  .template-article-page h1, .template-article-page h1.small, .template-article-page h1.medium, .template-article-page h1.large, .template-series-page h1, .template-series-page h1.small, .template-series-page h1.medium, .template-series-page h1.large {
    font-size: 30px; } }

@media (max-width: 480px) {
  .template-article-page h1, .template-article-page h1.small, .template-article-page h1.medium, .template-article-page h1.large, .template-series-page h1, .template-series-page h1.small, .template-series-page h1.medium, .template-series-page h1.large {
    font-size: 24px; } }

.template-article-page .main-feature, .template-series-page .main-feature {
  min-height: 400px;
  position: relative;
  font-family: proxima-nova, Helvetica, sans-serif;
  color: #fff; }
  .template-article-page .main-feature a, .template-series-page .main-feature a {
    display: block;
    color: #fff; }
    .template-article-page .main-feature a:hover, .template-article-page .main-feature a:focus, .template-series-page .main-feature a:hover, .template-series-page .main-feature a:focus {
      color: #fff; }
      .template-article-page .main-feature a:hover h3, .template-article-page .main-feature a:hover h1, .template-article-page .main-feature a:focus h3, .template-article-page .main-feature a:focus h1, .template-series-page .main-feature a:hover h3, .template-series-page .main-feature a:hover h1, .template-series-page .main-feature a:focus h3, .template-series-page .main-feature a:focus h1 {
        color: #a5a5a5;
        transition: color 0.5s; }
  .template-article-page .main-feature .feature-image, .template-series-page .main-feature .feature-image {
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    width: 100%;
    height: 100%; }
  .template-article-page .main-feature .feature-image-overlay, .template-series-page .main-feature .feature-image-overlay {
    position: absolute;
    z-index: 2;
    display: block;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5); }
  .template-article-page .main-feature .feature-wrapper, .template-series-page .main-feature .feature-wrapper {
    position: absolute;
    z-index: 10;
    top: 10%;
    width: 100%; }
    .template-article-page .main-feature .feature-wrapper .feature-line, .template-series-page .main-feature .feature-wrapper .feature-line {
      font-size: 18px;
      line-height: 125%; }
    .template-article-page .main-feature .feature-wrapper .feature-text, .template-series-page .main-feature .feature-wrapper .feature-text {
      padding-left: 40px;
      padding-right: 40px;
      padding-top: 60px;
      position: relative;
      max-width: 940px;
      margin: 0 auto; }
  .template-article-page .main-feature .contributors, .template-series-page .main-feature .contributors {
    margin-top: 5%;
    font-size: 12px;
    color: #fff; }
    .template-article-page .main-feature .contributors .contributor-list, .template-series-page .main-feature .contributors .contributor-list {
      margin-left: 25px; }
    .template-article-page .main-feature .contributors .contributor-label, .template-series-page .main-feature .contributors .contributor-label {
      color: #fff; }
    .template-article-page .main-feature .contributors.series .contributor-list, .template-series-page .main-feature .contributors.series .contributor-list {
      margin-left: 160px; }
  .template-article-page .main-feature .fa-camera, .template-series-page .main-feature .fa-camera {
    position: absolute;
    z-index: 10;
    right: 0;
    bottom: 0;
    padding: 10px 13px;
    font-size: 16px;
    color: #fff; }
    .template-article-page .main-feature .fa-camera.highlighted, .template-article-page .main-feature .fa-camera:hover, .template-series-page .main-feature .fa-camera.highlighted, .template-series-page .main-feature .fa-camera:hover {
      cursor: pointer;
      color: #bf1e2e; }
  @media (max-width: 992px) {
    .template-article-page .main-feature .feature-wrapper, .template-series-page .main-feature .feature-wrapper {
      top: 10%; } }
  @media (max-width: 768px) {
    .template-article-page .main-feature .feature-wrapper, .template-series-page .main-feature .feature-wrapper {
      top: 0%; }
      .template-article-page .main-feature .feature-wrapper .feature-text, .template-series-page .main-feature .feature-wrapper .feature-text {
        padding-left: 20px;
        padding-right: 20px; } }
  .template-article-page .main-feature h1, .template-article-page .main-feature h1.medium, .template-series-page .main-feature h1, .template-series-page .main-feature h1.medium {
    font-size: 58px;
    font-weight: 800;
    line-height: 1.0em;
    margin-bottom: 0.25em; }
    .template-article-page .main-feature h1.small, .template-article-page .main-feature h1.medium.small, .template-series-page .main-feature h1.small, .template-series-page .main-feature h1.medium.small {
      font-size: 40px; }
    .template-article-page .main-feature h1.large, .template-article-page .main-feature h1.medium.large, .template-series-page .main-feature h1.large, .template-series-page .main-feature h1.medium.large {
      font-size: 65px; }
  @media (max-width: 992px) {
    .template-article-page .main-feature h1, .template-article-page .main-feature h1.medium, .template-series-page .main-feature h1, .template-series-page .main-feature h1.medium {
      font-size: 40px; }
      .template-article-page .main-feature h1.small, .template-article-page .main-feature h1.medium.small, .template-series-page .main-feature h1.small, .template-series-page .main-feature h1.medium.small {
        font-size: 30px; }
      .template-article-page .main-feature h1.large, .template-article-page .main-feature h1.medium.large, .template-series-page .main-feature h1.large, .template-series-page .main-feature h1.medium.large {
        font-size: 50px; }
    .template-article-page .main-feature .feature-line, .template-series-page .main-feature .feature-line {
      font-size: 16px; } }
  @media (max-width: 768px) {
    .template-article-page .main-feature h1, .template-article-page .main-feature h1.small, .template-article-page .main-feature h1.medium, .template-article-page .main-feature h1.large, .template-series-page .main-feature h1, .template-series-page .main-feature h1.small, .template-series-page .main-feature h1.medium, .template-series-page .main-feature h1.large {
      font-size: 30px; } }
  @media (max-width: 480px) {
    .template-article-page .main-feature h1, .template-article-page .main-feature h1.small, .template-article-page .main-feature h1.medium, .template-article-page .main-feature h1.large, .template-series-page .main-feature h1, .template-series-page .main-feature h1.small, .template-series-page .main-feature h1.medium, .template-series-page .main-feature h1.large {
      font-size: 24px; } }
  .template-article-page .main-feature .feature-line, .template-article-page .main-feature h2, .template-series-page .main-feature .feature-line, .template-series-page .main-feature h2 {
    font-size: 18px;
    line-height: 125%; }
  .template-article-page .main-feature a, .template-series-page .main-feature a {
    display: inline-block; }
    .template-article-page .main-feature a:hover, .template-series-page .main-feature a:hover {
      color: #a5a5a5; }
  .template-article-page .main-feature h2, .template-series-page .main-feature h2 {
    color: #fff; }
  .template-article-page .main-feature .date, .template-series-page .main-feature .date {
    color: #fff;
    font-size: 12px; }
  .template-article-page .main-feature .primary-topic, .template-series-page .main-feature .primary-topic {
    font-family: proxima-nova, Helvetica, sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    margin-bottom: 10px;
    border-bottom: solid 1px #ffffff; }
    .template-article-page .main-feature .primary-topic a, .template-series-page .main-feature .primary-topic a {
      padding-left: 0.5em;
      color: #fff; }
      .template-article-page .main-feature .primary-topic a:hover, .template-series-page .main-feature .primary-topic a:hover {
        color: #bf1e2e; }
  .template-article-page .main-feature .type, .template-series-page .main-feature .type {
    font-family: proxima-nova, Helvetica, sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    margin-bottom: 10px;
    border-bottom: solid 1px #ffffff; }
    .template-article-page .main-feature .type a, .template-series-page .main-feature .type a {
      padding-left: 0;
      padding-right: 0;
      color: #fff; }
  .template-article-page .main-feature .contributor a, .template-series-page .main-feature .contributor a {
    padding-left: 0px;
    padding-right: 0px; }

.template-article-page .feature-caption, .template-series-page .feature-caption {
  font-family: proxima-nova, Helvetica, sans-serif;
  font-size: 10px;
  color: #929191;
  float: right;
  margin: 5px 10px;
  line-height: 1.2em; }
  .template-article-page .feature-caption .fa-camera:hover, .template-article-page .feature-caption .fa-camera.highlighted, .template-series-page .feature-caption .fa-camera:hover, .template-series-page .feature-caption .fa-camera.highlighted {
    color: #fff;
    cursor: pointer; }
  @media (max-width: 768px) {
    .template-article-page .feature-caption .fa-camera, .template-series-page .feature-caption .fa-camera {
      display: none; } }

.template-article-page .subtitle, .template-series-page .subtitle {
  font-weight: normal;
  font-family: proxima-nova, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 125%; }

.template-article-page .block-Paragraph ul li, .template-series-page .block-Paragraph ul li {
  margin-bottom: 0.5em; }

.article-scroll .article-title {
  text-align: center;
  font-size: 15px;
  line-height: 18px; }

.date {
  font-family: proxima-nova, Helvetica, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  color: #333; }

.topics,
.series-articles,
.search-results-page,
.narrow-content {
  margin-left: 10%;
  margin-right: 10%; }
  @media (max-width: 480px) {
    .topics,
    .series-articles,
    .search-results-page,
    .narrow-content {
      margin-left: 0;
      margin-right: 0; } }

.series-teaser .block-Paragraph {
  margin-left: 0;
  margin-right: 0; }

.block-Embed .responsive-object {
  position: relative; }

.block-Embed .responsive-object iframe,
.block-Embed .responsive-object object,
.block-Embed .responsive-object embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto; }

.block-Embed.json-include .article-json-embed {
  padding-bottom: 40px; }

.block-Interactive {
  margin-top: 20px;
  margin-bottom: 20px; }

.block-RelatedItems {
  margin: 20px 15%; }
  .block-RelatedItems .heading {
    text-transform: uppercase;
    font-family: proxima-nova, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 12px; }
  .block-RelatedItems ul.item_list {
    border-top: solid 1px #a5a5a5;
    border-bottom: solid 1px #a5a5a5;
    list-style: none;
    padding: 10px 0; }
    .block-RelatedItems ul.item_list li .item_content {
      margin-left: auto;
      margin-right: auto;
      width: 75%;
      padding: 5px 0; }
      @media (max-width: 768px) {
        .block-RelatedItems ul.item_list li .item_content {
          width: 100%; } }
      .block-RelatedItems ul.item_list li .item_content a {
        color: #bf1e2e; }
        .block-RelatedItems ul.item_list li .item_content a:hover {
          color: #333; }
      .block-RelatedItems ul.item_list li .item_content .contributors {
        display: block;
        color: #a5a5a5;
        margin-bottom: 0; }
        .block-RelatedItems ul.item_list li .item_content .contributors .contributor-label {
          color: #a5a5a5; }
        .block-RelatedItems ul.item_list li .item_content .contributors a {
          color: #a5a5a5; }
          .block-RelatedItems ul.item_list li .item_content .contributors a:hover {
            color: #333; }

.block-Image .image {
  margin: 0 0 10px 0; }

.block-Image .left-aligned {
  float: left;
  margin: 5px 20px 0px 0;
  width: 350px; }

.block-Image .right-aligned {
  float: right;
  margin: 5px 0px 0px 20px;
  width: 350px; }

.block-Image .image-wrapper {
  clear: both;
  max-width: 100%; }
  .block-Image .image-wrapper.full-width {
    margin-bottom: 10px; }
    .block-Image .image-wrapper.full-width .image {
      margin-bottom: 0; }
      .block-Image .image-wrapper.full-width .image img {
        width: 100%;
        border: 0;
        margin: 0 auto; }
    .block-Image .image-wrapper.full-width .credit {
      text-align: center; }
    .block-Image .image-wrapper.full-width .image-label {
      color: #929191;
      text-transform: none;
      font-size: 10px;
      margin-bottom: 0; }

.block-Image .image {
  position: relative; }
  .block-Image .image img {
    margin-bottom: 10px; }
  .block-Image .image .bordered {
    border: solid 3px #e0e0e0; }
  .block-Image .image .photo-zoom {
    color: #bf1e2e;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 18px;
    cursor: pointer; }

.block-Image .image-label {
  float: right;
  margin-bottom: 20px;
  color: #bf1e2e;
  font-family: proxima-nova, Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 0.9em; }
  .block-Image .image-label.clickable:after {
    content: "\f08e";
    font-family: "FontAwesome";
    padding-left: 0.4em; }

.block-FullBleed .block-Image .image img {
  border: none; }

.block-FullBleed .block-Image .image-label {
  margin-right: 10px; }

.block-FullBleed div:nth-child(1) {
  margin-left: 0px;
  margin-right: 0px; }

.block-FullBleed .container-fluid, .block-FullBleed .template-home-page {
  padding-left: 0px;
  padding-right: 0px; }

article {
  position: relative; }
  article.row {
    border-bottom: solid 1px #a5a5a5;
    margin-bottom: 25px;
    padding-bottom: 25px; }
    @media (max-width: 767px) {
      article.row {
        padding-bottom: 15px;
        margin-bottom: 15px; } }
  article .feature-line p {
    margin-bottom: 0px; }
  article.row.teaser {
    margin-left: 0px;
    margin-right: 0px; }
    article.row.teaser .col-xs-12 {
      padding-left: 0px;
      padding-right: 0px; }
    article.row.teaser .col-xs-2 {
      padding-left: 0px; }
    article.row.teaser .col-xs-10 {
      padding-right: 0px; }
    @media (max-width: 767px) {
      article.row.teaser .col-sm-2 {
        display: none; } }
  article .topics, article .story {
    margin-top: 20px;
    margin-bottom: 20px; }
  article h4, article h5, article h6 {
    margin: 10px 0 5px 0; }
  article .main-image img {
    margin: 0 auto; }
  article .top-link {
    color: #bf1e2e;
    text-align: right;
    display: block;
    margin-right: 10%;
    font-family: proxima-nova, Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 0.8em;
    outline: none; }
    article .top-link:after {
      content: "\f106";
      font-family: "FontAwesome";
      padding-left: 0.25em; }
  article .topics {
    display: block;
    font-family: proxima-nova, Helvetica, sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    color: #333; }
    article .topics .topic-label {
      display: block;
      float: left; }
    article .topics ul {
      margin: 0px;
      padding: 0px; }
      article .topics ul li {
        color: #bf1e2e;
        display: inline-block;
        list-style: none;
        padding: 0px;
        margin: 0px; }
    article .topics ul li a {
      font-family: proxima-nova, Helvetica, sans-serif;
      font-size: 12px;
      text-transform: uppercase;
      color: #bf1e2e; }
    article .topics ul li a:hover,
    article .topics ul li a:active {
      text-decoration: none; }
    article .topics ul li a:after {
      padding-left: 10px;
      padding-right: 5px;
      content: '/';
      color: #bf1e2e; }
    article .topics ul li:last-child a:after {
      content: ''; }
    article .topics ul.list-inline {
      padding-left: 68px;
      display: block;
      width: 100%; }
      article .topics ul.list-inline li {
        display: inline; }
  article .type {
    font-family: proxima-nova, Helvetica, sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    color: #bf1e2e;
    color: #999999;
    font-family: proxima-nova, Helvetica, sans-serif;
    font-weight: 800;
    font-size: 14px;
    text-transform: uppercase;
    border-bottom: solid 1px #a5a5a5;
    margin-top: 0px;
    margin-bottom: 20px; }
  article .primary-topic {
    color: #999999;
    font-family: proxima-nova, Helvetica, sans-serif;
    font-weight: 800;
    font-size: 14px;
    text-transform: uppercase;
    border-bottom: solid 1px #a5a5a5;
    margin-top: 0px;
    margin-bottom: 20px;
    font-family: proxima-nova, Helvetica, sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    color: #bf1e2e;
    margin-top: 0px; }
    article .primary-topic i {
      color: #333; }
  article ul.share-links {
    position: absolute;
    padding: 0 0 20px 0;
    margin: 3px 0 0 0;
    top: 0px; }
    @media (max-width: 768px) {
      article ul.share-links {
        position: relative;
        margin: 0px 10% 0;
        padding-bottom: 0px; }
        article ul.share-links li {
          display: inline-block;
          margin-right: 5px; }
          article ul.share-links li div {
            width: auto;
            text-align: left;
            margin: 0px;
            padding: 10px 10px 0 10px; }
          article ul.share-links li i {
            font-size: 20px; }
        article ul.share-links li.facebook div {
          padding-left: 0px; }
        article ul.share-links .count {
          display: none; } }
    @media (max-width: 480px) {
      article ul.share-links {
        margin-left: 0px;
        margin-right: 0; } }
    article ul.share-links.below-feature {
      padding-top: 20px; }
    article ul.share-links div {
      width: 20px;
      margin-left: 5px;
      display: inline-block;
      color: #bf1e2e; }
      article ul.share-links div span:hover {
        color: #333; }
      article ul.share-links div a {
        color: #bf1e2e; }
        article ul.share-links div a:hover {
          color: #333; }
    article ul.share-links i {
      cursor: pointer; }
    article ul.share-links .count {
      color: #a5a5a5;
      font-family: proxima-nova, Helvetica, sans-serif; }
    article ul.share-links li {
      list-style: none;
      text-align: right; }
  article .block-ColumnedContent .col-lg-6 {
    width: 50%;
    float: left; }
  @media (max-width: 480px) {
    article .block-ColumnedContent .col-lg-4 {
      max-width: 350px;
      margin: 0 auto;
      float: none; } }
  @media (min-width: 481px) {
    article .block-ColumnedContent .col-lg-4 {
      width: 33.3333%;
      float: left; } }
  article .block-Document {
    margin: 40px 0;
    text-align: center; }
    article .block-Document .download {
      display: inline-block;
      border: solid 1px #a5a5a5;
      padding: 5px 10px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px; }
      article .block-Document .download a {
        font-family: proxima-nova, Helvetica, sans-serif;
        font-weight: bold; }
      article .block-Document .download a[href$=".pdf"]:after {
        content: " (PDF)"; }
      article .block-Document .download a, article .block-Document .download i {
        color: #bf1e2e; }
      article .block-Document .download i {
        margin-right: 10px; }
      article .block-Document .download:hover a, article .block-Document .download:hover i {
        color: #a5a5a5; }
  article .block-PullQuote {
    display: inline-block;
    width: 33%;
    float: right;
    font-size: 26px;
    line-height: 130%;
    padding: 20px;
    margin: 10px;
    color: #333;
    background: transparent;
    border-left: 3px solid #bf1e2e; }
    @media (max-width: 991px) {
      article .block-PullQuote {
        width: auto;
        margin-left: 15%;
        margin-right: 15%;
        font-size: 18px;
        float: none; } }
  article .block-Sharable, article .block-Quote {
    margin-left: 15%;
    margin-right: 15%;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 10px;
    border-left: solid 3px #bf1e2e; }
    article .block-Sharable .quote, article .block-Quote .quote {
      padding-left: 10px; }
      article .block-Sharable .quote p, article .block-Quote .quote p {
        margin: 0px; }
  article .block-Quote {
    color: #a5a5a5; }
  article .block-Sharable {
    display: table;
    color: #bf1e2e; }
    article .block-Sharable .quote, article .block-Sharable .tweet {
      display: table-cell;
      vertical-align: middle; }
    article .block-Sharable .quote {
      font-size: 24px;
      line-height: 120%;
      width: 95%; }
    article .block-Sharable .tweet {
      font-size: 20px;
      text-align: right; }
  @media (max-width: 480px) {
    article .block-Sharable, article .block-Quote, article .block-PullQuote {
      margin-left: 0;
      margin-right: 0; } }
  article .block-SectionBreak hr {
    padding: 10px 0;
    border: none;
    text-align: center;
    font-family: FontAwesome; }
    article .block-SectionBreak hr:after {
      content: "* * *";
      display: inline-block;
      position: relative;
      top: -0.6em;
      font-size: 1em; }
  article .blurb-content {
    float: right;
    font-family: proxima-nova, Helvetica, sans-serif; }
    article .blurb-content .individual {
      width: 250px;
      padding: 5px 15px;
      margin: 10px 0 20px 15px;
      border-left: 1px solid #666; }
      article .blurb-content .individual img {
        border-radius: 50%;
        margin: 0 auto 20px;
        max-height: 80px;
        width: auto; }
    article .blurb-content .author {
      font-family: proxima-nova, Helvetica, sans-serif;
      font-size: 12px;
      text-transform: uppercase;
      color: #333; }
    article .blurb-content a {
      color: #333; }
      article .blurb-content a:hover {
        color: #bf1e2e; }
    article .blurb-content .short-bio {
      font-size: 12px;
      line-height: 120%;
      color: #666; }
    article .blurb-content ul {
      padding: 5px 0 0 0;
      margin-bottom: 0px; }
      article .blurb-content ul li {
        padding-top: 5px;
        padding-bottom: 5px;
        list-style: none;
        line-height: 120%; }
        article .blurb-content ul li a {
          color: #333; }
    @media (max-width: 768px) {
      article .blurb-content {
        display: none; } }
  article .home-link {
    text-align: center; }
    article .home-link img {
      display: inline-block;
      max-height: 16px; }
  article .clickable {
    cursor: pointer; }
  article .end-notes {
    color: #a5a5a5;
    padding-left: 0; }
    article .end-notes li {
      list-style: none;
      line-height: 1.5em;
      padding-bottom: 0.5em;
      position: relative; }
      article .end-notes li .identifier {
        float: left;
        text-align: right;
        width: 1em;
        direction: rtl;
        position: absolute;
        top: 0;
        left: 0;
        font-size: 10.5px; }
      article .end-notes li .note {
        padding-left: 2em;
        display: block; }
  article .citation {
    color: #a5a5a5;
    margin-bottom: 10px;
    word-wrap: break-word; }
  article .toc {
    font-family: proxima-nova, Helvetica, sans-serif; }
    article .toc ul {
      background-color: transparent;
      border-top: 1px solid #a5a5a5;
      border-bottom: 1px solid #a5a5a5;
      margin-left: 0;
      margin-top: 15px;
      padding: 10px 40px;
      line-height: 150%; }
      article .toc ul li a {
        color: #bf1e2e; }
        article .toc ul li a:hover {
          color: #333;
          text-decoration: none; }
      article .toc ul li i {
        color: #666;
        font-size: 0.75em;
        padding: 5px 5px 0 0; }
  article .modal-link {
    color: #bf1e2e; }

.in-depth-page article .story {
  border-bottom: solid 1px #a5a5a5; }

.story .dropcap-start p:first-child:first-letter {
  font-weight: 800;
  font-size: 72px;
  line-height: 60px;
  margin-right: 10px;
  margin-top: 11px;
  float: left;
  text-transform: uppercase; }

.story h2 {
  font-size: 22px;
  font-weight: 900;
  color: #000;
  margin-top: 50px; }
  .story h2 a {
    color: #000; }
    .story h2 a:hover {
      color: #a5a5a5; }
  .story h2.chapter-heading {
    margin-top: 10px; }

.story h3 {
  font-weight: 700;
  font-size: 20px;
  margin-top: 50px;
  font-family: sans-serif; }

.story .share-chapter {
  text-align: center;
  font-size: 1.5em; }
  .story .share-chapter a {
    color: #bf1e2e; }
    .story .share-chapter a:hover {
      color: #333; }

.story .chapterblock {
  margin-top: 40px; }

.in-the-series, .related-articles, .newsletter-list {
  color: #333; }
  .in-the-series h2, .related-articles h2, .newsletter-list h2 {
    color: #999999;
    font-family: proxima-nova, Helvetica, sans-serif;
    font-weight: 800;
    font-size: 22px;
    text-transform: uppercase;
    border-bottom: solid 1px #a5a5a5;
    margin-top: 0px;
    margin-bottom: 20px; }
  .in-the-series h3, .related-articles h3, .newsletter-list h3 {
    margin: 0 0 5px 0;
    font-size: 21px;
    font-weight: 900; }
  .in-the-series .series-teaser, .related-articles .series-teaser, .newsletter-list .series-teaser {
    padding-bottom: 20px; }

.in-the-series .row {
  padding-bottom: 20px; }

.in-the-series .series-title {
  display: inline-block;
  margin: 0 0 5px 0;
  font-size: 21px;
  font-weight: 900;
  font-family: proxima-nova, Helvetica, sans-serif; }
  .in-the-series .series-title a {
    color: #000; }
    .in-the-series .series-title a:hover {
      color: #a5a5a5; }
  .in-the-series .series-title p {
    margin-bottom: 0px; }
  .in-the-series .series-title .rich-text {
    display: inline-block; }

.in-the-series .col-xs-2 {
  padding-right: 0px; }

@media (max-width: 767px) {
  .related-articles figure {
    display: block;
    margin: 0 auto; } }

.article-list-page .narrow-content {
  position: relative; }
  .article-list-page .narrow-content .editors-pick-link {
    top: -38px; }

.article-json-embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto; }

/**************  People/Contributor pages  **************/
.contributors {
  margin-bottom: 5px;
  display: inline-block;
  line-height: 130%;
  font-family: proxima-nova, Helvetica, sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  color: #333; }
  .contributors .contributor-label {
    color: #929191;
    margin-right: 3px; }
  .contributors a {
    color: #333; }
  .contributors a:hover {
    color: #bf1e2e; }
  .contributors .contributor {
    display: inline-block; }

.contributor-profile h1, .contributor-profile .short-bio {
  text-align: center;
  font-family: proxima-nova, Helvetica, sans-serif; }
  .contributor-profile h1 a, .contributor-profile .short-bio a {
    color: black; }

.contributor-profile .headshot img {
  border-radius: 50%;
  margin: 0 auto 20px;
  max-height: 140px;
  width: auto; }

.contributor-profile h1 {
  font-weight: 700;
  font-size: 30px; }

.contributor-profile .short-bio {
  line-height: 135%; }

.contributor-profile .bio {
  margin: 40px 0;
  line-height: 165%; }
  @media (max-width: 768px) {
    .contributor-profile .bio {
      margin: 20px 0 40px 0; } }

.contributor-profile h2 {
  color: #999999;
  font-family: proxima-nova, Helvetica, sans-serif;
  font-weight: 800;
  font-size: 22px;
  text-transform: uppercase;
  border-bottom: solid 1px #a5a5a5;
  margin-top: 0px;
  margin-bottom: 20px; }

.contributor-profile h3 {
  font-size: 22px;
  font-weight: 900;
  color: #000; }
  .contributor-profile h3 a {
    color: #000; }
    .contributor-profile h3 a:hover {
      color: #a5a5a5; }
  .contributor-profile h3.editors-pick {
    padding-right: 65px; }

.contributor-profile .editors-pick-link {
  right: 0; }

.contributor-listing h1 {
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important; }

.contributor-listing h2 {
  color: #999999;
  font-family: proxima-nova, Helvetica, sans-serif;
  font-weight: 800;
  font-size: 22px;
  text-transform: uppercase;
  border-bottom: solid 1px #a5a5a5;
  margin-top: 0px;
  margin-bottom: 20px; }

.featured-contributors {
  margin-bottom: 20px;
  font-family: proxima-nova, Helvetica, sans-serif; }
  .featured-contributors .row {
    margin-top: 20px;
    margin-bottom: 20px; }
  .featured-contributors img {
    border-radius: 50%;
    margin: 0 auto; }
  .featured-contributors .name {
    padding-top: 10px;
    font-weight: 700;
    text-align: center; }
    .featured-contributors .name a {
      color: black; }
  .featured-contributors .title {
    font-size: 11px;
    line-height: 130%; }
  .featured-contributors .contributor {
    max-width: 250px;
    margin: 0 auto 20px;
    padding-bottom: 20px;
    border-bottom: solid 1px #a5a5a5; }
    @media (min-width: 480px) {
      .featured-contributors .contributor {
        border-bottom: 0;
        padding-bottom: 10px; } }
  @media (min-width: 480px) and (max-width: 768px) {
    .featured-contributors .col-sm-3 {
      display: block;
      float: left;
      width: 50%; } }

.nonfeatured-contributors {
  font-family: proxima-nova, Helvetica, sans-serif; }
  .nonfeatured-contributors a {
    color: black;
    padding: 5px 0;
    display: block; }

/**************  External Article pages  **************/
#external-article-page .source {
  float: left; }

#external-article-list-page h1 {
  color: #999999;
  font-family: proxima-nova, Helvetica, sans-serif;
  font-weight: 800;
  font-size: 22px;
  text-transform: uppercase;
  border-bottom: solid 1px #a5a5a5;
  margin-top: 0px;
  margin-bottom: 20px; }

#external-article-list-page img {
  border: solid 1px #cccccc;
  border-radius: 50%; }

/**************  Newsletter  **************/
.newsletter-form ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #333; }

.newsletter-form :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #333;
  opacity: 1; }

.newsletter-form ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #333;
  opacity: 1; }

.newsletter-form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #333; }

.newsletter-form #mc_embed_signup {
  font-family: proxima-nova, Helvetica, sans-serif;
  background: #d6d6d6;
  padding: 5px;
  margin-bottom: 2em; }
  .newsletter-form #mc_embed_signup form {
    padding: 0px; }
  .newsletter-form #mc_embed_signup label {
    font-style: italic;
    text-align: center;
    font-weight: normal; }
  .newsletter-form #mc_embed_signup input {
    display: inline-block;
    text-transform: uppercase; }
    .newsletter-form #mc_embed_signup input::-ms-clear {
      display: none; }
    .newsletter-form #mc_embed_signup input.email {
      color: #333;
      border-radius: none;
      border: none;
      background: none;
      width: 74%;
      padding: 2px 5px 0 0;
      box-sizing: border-box;
      margin: 0;
      font-size: 12px;
      height: 28px;
      outline: none;
      float: left; }
    .newsletter-form #mc_embed_signup input.button {
      font-family: proxima-nova, Helvetica, sans-serif;
      background: #bf1e2e;
      font-size: 12px;
      border-radius: 3px;
      padding: 7px 14px;
      border: none;
      color: #ffffff;
      text-transform: uppercase;
      text-decoration: none;
      transition: background 0.4s ease;
      width: 26%;
      min-width: 0;
      display: inline-block;
      margin: 0px;
      font-weight: 300;
      font-size: 12px;
      padding: 0px;
      height: 28px;
      line-height: 28px; }
      .newsletter-form #mc_embed_signup input.button:hover {
        background: #000000;
        transition: background 0.4s ease; }

.newsletter-list h1 {
  color: #999999;
  font-family: proxima-nova, Helvetica, sans-serif;
  font-weight: 800;
  font-size: 22px;
  text-transform: uppercase;
  border-bottom: solid 1px #a5a5a5;
  margin-top: 0px;
  margin-bottom: 20px; }

/**************  About us Page / Stream Pages  **************/
.template-stream-page .block-Paragraph, .template-stream-page .block-Image, .template-stream-page .block-Heading, .template-project-page .block-Paragraph, .template-project-page .block-Image, .template-project-page .block-Heading, .template-project-list-page .block-Paragraph, .template-project-list-page .block-Image, .template-project-list-page .block-Heading {
  margin-left: 0;
  margin-right: 0; }

.template-stream-page .block-Image, .template-project-page .block-Image, .template-project-list-page .block-Image {
  margin-bottom: 10px; }

.template-stream-page h1, .template-project-page h1, .template-project-list-page h1 {
  color: #999999;
  font-family: proxima-nova, Helvetica, sans-serif;
  font-weight: 800;
  font-size: 22px;
  text-transform: uppercase;
  border-bottom: solid 1px #a5a5a5;
  margin-top: 0px;
  margin-bottom: 20px; }

.template-stream-page h2, .template-project-page h2, .template-project-list-page h2 {
  color: #999999;
  font-family: proxima-nova, Helvetica, sans-serif;
  font-weight: 800;
  font-size: 18px;
  text-transform: uppercase;
  border-bottom: solid 1px #a5a5a5;
  margin-top: 0px;
  margin-bottom: 20px; }

/**************  Job Pages  **************/
.template-job-posting-page h1 {
  color: #999999;
  font-family: proxima-nova, Helvetica, sans-serif;
  font-weight: 800;
  font-size: 22px;
  text-transform: uppercase;
  border-bottom: solid 1px #a5a5a5;
  margin-top: 0px;
  margin-bottom: 20px; }
