@charset "UTF-8";
/*! 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 {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

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

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

button {
  overflow: visible; }

button, select {
  text-transform: none; }

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

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

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

input {
  line-height: normal; }

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

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

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

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

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

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td, th {
  padding: 0; }

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

* {
  box-sizing: border-box; }

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

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

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333333;
  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 .2s ease-in-out;
  transition: all .2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

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

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

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

.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: 20px;
  margin-bottom: 10px; }
  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: 10px;
  margin-bottom: 10px; }
  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: 36px; }

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

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

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

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

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

p {
  margin: 0 0 10px; }

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

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

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: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee; }

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

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: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

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

.initialism {
  font-size: 90%; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee; }
  blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer, blockquote small, blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.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: 20px;
  font-style: normal;
  line-height: 1.42857; }

code, kbd, pre, samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px; }

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    box-shadow: none; }

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

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

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

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

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

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

table {
  background-color: transparent; }

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

th {
  text-align: left; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }
  @media screen and (max-width: 767px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 15px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #ddd; }
      .table-responsive > .table {
        margin-bottom: 0; }
        .table-responsive > .table > thead > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > tfoot > tr > td {
          white-space: nowrap; }
      .table-responsive > .table-bordered {
        border: 0; }
        .table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child {
          border-left: 0; }
        .table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child {
          border-right: 0; }
        .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > td {
          border-bottom: 0; } }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

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

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

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

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

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

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

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

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

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; }
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .form-control::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #999; }
  .form-control::-webkit-input-placeholder {
    color: #999; }
  .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1; }
  .form-control[disabled], fieldset[disabled] .form-control {
    cursor: false; }

textarea.form-control {
  height: auto; }

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

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] {
    line-height: 34px; }
    input[type="date"].input-sm, .input-group-sm input[type="date"], input[type="time"].input-sm, .input-group-sm input[type="time"], input[type="datetime-local"].input-sm, .input-group-sm input[type="datetime-local"], input[type="month"].input-sm, .input-group-sm input[type="month"] {
      line-height: 30px; }
    input[type="date"].input-lg, .input-group-lg input[type="date"], input[type="time"].input-lg, .input-group-lg input[type="time"], input[type="datetime-local"].input-lg, .input-group-lg input[type="datetime-local"], input[type="month"].input-lg, .input-group-lg input[type="month"] {
      line-height: 46px; } }

.form-group {
  margin-bottom: 15px; }

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

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

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

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

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

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

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

.radio.disabled label, fieldset[disabled] .radio label, .checkbox.disabled label, fieldset[disabled] .checkbox label {
  cursor: false; }

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

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm {
  height: 30px;
  line-height: 30px; }

textarea.input-sm, select[multiple].input-sm {
  height: auto; }

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px; }
.form-group-sm textarea.form-control, .form-group-sm select[multiple].form-control {
  height: auto; }
.form-group-sm .form-control-static {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  min-height: 32px; }

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

select.input-lg {
  height: 46px;
  line-height: 46px; }

textarea.input-lg, select[multiple].input-lg {
  height: auto; }

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px; }
.form-group-lg textarea.form-control, .form-group-lg select[multiple].form-control {
  height: auto; }
.form-group-lg .form-control-static {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  min-height: 38px; }

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

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

.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }

.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px; }

.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d; }
.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus {
    border-color: #2b542c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }
.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b; }
.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus {
    border-color: #66512c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }
.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442; }
.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus {
    border-color: #843534;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }
.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label ~ .form-control-feedback {
  top: 25px; }
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn, .form-inline .input-group .form-control {
      width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio, .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label, .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

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

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  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;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: false;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    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, .btn-secondary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4; }
  .btn-primary:hover, .btn-secondary:hover, .btn-primary:focus, .btn-secondary:focus, .btn-primary.focus, .focus.btn-secondary, .btn-primary:active, .btn-secondary:active, .btn-primary.active, .active.btn-secondary, .open > .btn-primary.dropdown-toggle, .open > .dropdown-toggle.btn-secondary {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
  .btn-primary:active, .btn-secondary:active, .btn-primary.active, .active.btn-secondary, .open > .btn-primary.dropdown-toggle, .open > .dropdown-toggle.btn-secondary {
    background-image: none; }
  .btn-primary.disabled, .disabled.btn-secondary, .btn-primary.disabled:hover, .disabled.btn-secondary:hover, .btn-primary.disabled:focus, .disabled.btn-secondary:focus, .btn-primary.disabled.focus, .disabled.focus.btn-secondary, .btn-primary.disabled:active, .disabled.btn-secondary:active, .btn-primary.disabled.active, .disabled.active.btn-secondary, .btn-primary[disabled], [disabled].btn-secondary, .btn-primary[disabled]:hover, [disabled].btn-secondary:hover, .btn-primary[disabled]:focus, [disabled].btn-secondary:focus, .btn-primary[disabled].focus, [disabled].focus.btn-secondary, .btn-primary[disabled]:active, [disabled].btn-secondary:active, .btn-primary[disabled].active, [disabled].active.btn-secondary, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-secondary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-secondary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-secondary:focus, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .focus.btn-secondary, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-secondary:active, fieldset[disabled] .btn-primary.active, fieldset[disabled] .active.btn-secondary {
    background-color: #337ab7;
    border-color: #2e6da4; }
  .btn-primary .badge, .btn-secondary .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;
    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: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

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

.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  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 .15s linear;
  transition: opacity .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: .35s;
  transition-duration: .35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px; }
  .pagination > li {
    display: inline; }
    .pagination > li > a, .pagination > li > span {
      position: relative;
      float: left;
      padding: 6px 12px;
      line-height: 1.42857;
      text-decoration: none;
      color: #337ab7;
      background-color: #fff;
      border: 1px solid #ddd;
      margin-left: -1px; }
    .pagination > li:first-child > a, .pagination > li:first-child > span {
      margin-left: 0;
      border-bottom-left-radius: 4px;
      border-top-left-radius: 4px; }
    .pagination > li:last-child > a, .pagination > li:last-child > span {
      border-bottom-right-radius: 4px;
      border-top-right-radius: 4px; }
  .pagination > li > a:hover, .pagination > li > a:focus, .pagination > li > span:hover, .pagination > li > span:focus {
    color: #23527c;
    background-color: #eeeeee;
    border-color: #ddd; }
  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus, .pagination > .active > span, .pagination > .active > span:hover, .pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
    cursor: default; }
  .pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
    color: #777777;
    background-color: #fff;
    border-color: #ddd;
    cursor: false; }

.pagination-lg > li > a, .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px; }
.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px; }
.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px; }

.pagination-sm > li > a, .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px; }
.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }
.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center; }
  .pager: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: #eeeeee; }
  .pager .next > a, .pager .next > span {
    float: right; }
  .pager .previous > a, .pager .previous > span {
    float: left; }
  .pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span {
    color: #777777;
    background-color: #fff;
    cursor: false; }

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

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

/*
$brandTan: #A0A08E;
$brandDarkBlue: #002D5B;
$brandLightBlue: #034F96;
*/
/*
.quick-panel-a { z-index: 5; }
.inner-content:before { z-index: 10; }
.inner-side-nav-col,.search-a label { z-index: 20; }
*/
/**************************************
*	breakPointer() - expose breakpoints
***************************************

Usage:
1. Edit the $breakPointer_breakpoints variable list below. These comma separated values should match your project's key breakpoints.

3. Drop JS in your project's main JS file and call the breakPointer() function when you need it.

*/
body.breakPointer:after {
  content: 'No media query';
  position: fixed;
  top: 3em;
  right: 0;
  background: #fff;
  padding: .2em .3em;
  color: #2b2b2b;
  font-size: 1em;
  opacity: .8;
  z-index: 9999; }
  @media (min-width: 320px) {
    body.breakPointer:after {
      content: 'babyBear'; } }
  @media (min-width: 600px) {
    body.breakPointer:after {
      content: 'toddlerBear'; } }
  @media (min-width: 768px) {
    body.breakPointer:after {
      content: 'mamaBear'; } }
  @media (min-width: 993px) {
    body.breakPointer:after {
      content: 'papaBear'; } }
  @media (min-width: 1200px) {
    body.breakPointer:after {
      content: 'grandpaBear'; } }

.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
  outline: 0; }

.slides, .flex-control-nav, .flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

@font-face {
  font-family: 'flexslider-icon';
  src: url('../fonts/flexslider-icon.eot');
  src: url('../fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('../fonts/flexslider-icon.woff') format('woff'), url('../fonts/flexslider-icon.ttf') format('truetype'), url('../fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal; }

.flexslider {
  margin: 0;
  padding: 0; }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden; }

.flexslider .slides img {
  width: 100%;
  display: block; }

.flex-pauseplay span {
  text-transform: capitalize; }

.slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .slides {
  display: block; }

* html .slides {
  height: 1%; }

.no-js .slides > li:first-child {
  display: block; }

.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  border-radius: 4px;
  -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  zoom: 1; }

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

.flexslider .slides {
  zoom: 1; }

.carousel li {
  margin-right: 5px; }

.flex-direction-nav {
  *height: 0; }

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 80px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 1;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all .3s ease;
  transition: all .3s ease; }

.flex-direction-nav .flex-next {
  right: 0;
  text-align: right; }

.flexslider:hover .flex-prev {
  opacity: .7;
  left: 10px; }

.flexslider:hover .flex-next {
  opacity: .7;
  right: 10px; }

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
  opacity: 1; }

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default; }

.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001'; }

.flex-direction-nav a.flex-next:before {
  content: '\f002'; }

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: .8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000; }

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004'; }

.flex-pauseplay a:hover {
  opacity: 1; }

.flex-pauseplay a.flex-play:before {
  content: '\f003'; }

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center; }

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  border-radius: 20px;
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3); }

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7); }

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0; }

.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer; }

.flex-control-thumbs img:hover {
  opacity: 1; }

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default; }

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px; }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px; } }

.table-grid {
  overflow: hidden; }
  .table-grid [class*="tg-col"] {
    margin-bottom: 15px; }
  .table-grid .tg-col {
    width: 100%; }
  .table-grid[data-gutter="1"] [class*="tg-col"] {
    margin-bottom: 1px; }
  .table-grid[data-gutter="2"] [class*="tg-col"] {
    margin-bottom: 2px; }
  .table-grid[data-gutter="3"] [class*="tg-col"] {
    margin-bottom: 3px; }
  .table-grid[data-gutter="4"] [class*="tg-col"] {
    margin-bottom: 4px; }
  .table-grid[data-gutter="5"] [class*="tg-col"] {
    margin-bottom: 5px; }
  .table-grid[data-gutter="6"] [class*="tg-col"] {
    margin-bottom: 6px; }
  .table-grid[data-gutter="7"] [class*="tg-col"] {
    margin-bottom: 7px; }
  .table-grid[data-gutter="8"] [class*="tg-col"] {
    margin-bottom: 8px; }
  .table-grid[data-gutter="9"] [class*="tg-col"] {
    margin-bottom: 9px; }
  .table-grid[data-gutter="10"] [class*="tg-col"] {
    margin-bottom: 10px; }
  .table-grid[data-gutter="11"] [class*="tg-col"] {
    margin-bottom: 11px; }
  .table-grid[data-gutter="12"] [class*="tg-col"] {
    margin-bottom: 12px; }
  .table-grid[data-gutter="13"] [class*="tg-col"] {
    margin-bottom: 13px; }
  .table-grid[data-gutter="14"] [class*="tg-col"] {
    margin-bottom: 14px; }
  .table-grid[data-gutter="15"] [class*="tg-col"] {
    margin-bottom: 15px; }
  .table-grid[data-gutter="16"] [class*="tg-col"] {
    margin-bottom: 16px; }
  .table-grid[data-gutter="17"] [class*="tg-col"] {
    margin-bottom: 17px; }
  .table-grid[data-gutter="18"] [class*="tg-col"] {
    margin-bottom: 18px; }
  .table-grid[data-gutter="19"] [class*="tg-col"] {
    margin-bottom: 19px; }
  .table-grid[data-gutter="20"] [class*="tg-col"] {
    margin-bottom: 20px; }
  .table-grid[data-gutter="21"] [class*="tg-col"] {
    margin-bottom: 21px; }
  .table-grid[data-gutter="22"] [class*="tg-col"] {
    margin-bottom: 22px; }
  .table-grid[data-gutter="23"] [class*="tg-col"] {
    margin-bottom: 23px; }
  .table-grid[data-gutter="24"] [class*="tg-col"] {
    margin-bottom: 24px; }
  .table-grid[data-gutter="25"] [class*="tg-col"] {
    margin-bottom: 25px; }
  .table-grid[data-gutter="26"] [class*="tg-col"] {
    margin-bottom: 26px; }
  .table-grid[data-gutter="27"] [class*="tg-col"] {
    margin-bottom: 27px; }
  .table-grid[data-gutter="28"] [class*="tg-col"] {
    margin-bottom: 28px; }
  .table-grid[data-gutter="29"] [class*="tg-col"] {
    margin-bottom: 29px; }
  .table-grid[data-gutter="30"] [class*="tg-col"] {
    margin-bottom: 30px; }
  .table-grid[data-gutter="31"] [class*="tg-col"] {
    margin-bottom: 31px; }
  .table-grid[data-gutter="32"] [class*="tg-col"] {
    margin-bottom: 32px; }
  .table-grid[data-gutter="33"] [class*="tg-col"] {
    margin-bottom: 33px; }
  .table-grid[data-gutter="34"] [class*="tg-col"] {
    margin-bottom: 34px; }
  .table-grid[data-gutter="35"] [class*="tg-col"] {
    margin-bottom: 35px; }
  .table-grid[data-gutter="36"] [class*="tg-col"] {
    margin-bottom: 36px; }
  .table-grid[data-gutter="37"] [class*="tg-col"] {
    margin-bottom: 37px; }
  .table-grid[data-gutter="38"] [class*="tg-col"] {
    margin-bottom: 38px; }
  .table-grid[data-gutter="39"] [class*="tg-col"] {
    margin-bottom: 39px; }
  .table-grid[data-gutter="40"] [class*="tg-col"] {
    margin-bottom: 40px; }
  .table-grid[data-gutter="41"] [class*="tg-col"] {
    margin-bottom: 41px; }
  .table-grid[data-gutter="42"] [class*="tg-col"] {
    margin-bottom: 42px; }
  .table-grid[data-gutter="43"] [class*="tg-col"] {
    margin-bottom: 43px; }
  .table-grid[data-gutter="44"] [class*="tg-col"] {
    margin-bottom: 44px; }
  .table-grid[data-gutter="45"] [class*="tg-col"] {
    margin-bottom: 45px; }
  .table-grid[data-gutter="46"] [class*="tg-col"] {
    margin-bottom: 46px; }
  .table-grid[data-gutter="47"] [class*="tg-col"] {
    margin-bottom: 47px; }
  .table-grid[data-gutter="48"] [class*="tg-col"] {
    margin-bottom: 48px; }
  .table-grid[data-gutter="49"] [class*="tg-col"] {
    margin-bottom: 49px; }
  .table-grid[data-gutter="50"] [class*="tg-col"] {
    margin-bottom: 50px; }
  .table-grid[data-gutter="51"] [class*="tg-col"] {
    margin-bottom: 51px; }
  .table-grid[data-gutter="52"] [class*="tg-col"] {
    margin-bottom: 52px; }
  .table-grid[data-gutter="53"] [class*="tg-col"] {
    margin-bottom: 53px; }
  .table-grid[data-gutter="54"] [class*="tg-col"] {
    margin-bottom: 54px; }
  .table-grid[data-gutter="55"] [class*="tg-col"] {
    margin-bottom: 55px; }
  .table-grid[data-gutter="56"] [class*="tg-col"] {
    margin-bottom: 56px; }
  .table-grid[data-gutter="57"] [class*="tg-col"] {
    margin-bottom: 57px; }
  .table-grid[data-gutter="58"] [class*="tg-col"] {
    margin-bottom: 58px; }
  .table-grid[data-gutter="59"] [class*="tg-col"] {
    margin-bottom: 59px; }
  .table-grid[data-gutter="60"] [class*="tg-col"] {
    margin-bottom: 60px; }
  .table-grid[data-gutter="61"] [class*="tg-col"] {
    margin-bottom: 61px; }
  .table-grid[data-gutter="62"] [class*="tg-col"] {
    margin-bottom: 62px; }
  .table-grid[data-gutter="63"] [class*="tg-col"] {
    margin-bottom: 63px; }
  .table-grid[data-gutter="64"] [class*="tg-col"] {
    margin-bottom: 64px; }
  .table-grid[data-gutter="65"] [class*="tg-col"] {
    margin-bottom: 65px; }
  .table-grid[data-gutter="66"] [class*="tg-col"] {
    margin-bottom: 66px; }
  .table-grid[data-gutter="67"] [class*="tg-col"] {
    margin-bottom: 67px; }
  .table-grid[data-gutter="68"] [class*="tg-col"] {
    margin-bottom: 68px; }
  .table-grid[data-gutter="69"] [class*="tg-col"] {
    margin-bottom: 69px; }
  .table-grid[data-gutter="70"] [class*="tg-col"] {
    margin-bottom: 70px; }
  .table-grid[data-gutter="71"] [class*="tg-col"] {
    margin-bottom: 71px; }
  .table-grid[data-gutter="72"] [class*="tg-col"] {
    margin-bottom: 72px; }
  .table-grid[data-gutter="73"] [class*="tg-col"] {
    margin-bottom: 73px; }
  .table-grid[data-gutter="74"] [class*="tg-col"] {
    margin-bottom: 74px; }
  .table-grid[data-gutter="75"] [class*="tg-col"] {
    margin-bottom: 75px; }
  .table-grid[data-gutter="76"] [class*="tg-col"] {
    margin-bottom: 76px; }
  .table-grid[data-gutter="77"] [class*="tg-col"] {
    margin-bottom: 77px; }
  .table-grid[data-gutter="78"] [class*="tg-col"] {
    margin-bottom: 78px; }
  .table-grid[data-gutter="79"] [class*="tg-col"] {
    margin-bottom: 79px; }
  .table-grid[data-gutter="80"] [class*="tg-col"] {
    margin-bottom: 80px; }
  .table-grid[data-gutter="81"] [class*="tg-col"] {
    margin-bottom: 81px; }
  .table-grid[data-gutter="82"] [class*="tg-col"] {
    margin-bottom: 82px; }
  .table-grid[data-gutter="83"] [class*="tg-col"] {
    margin-bottom: 83px; }
  .table-grid[data-gutter="84"] [class*="tg-col"] {
    margin-bottom: 84px; }
  .table-grid[data-gutter="85"] [class*="tg-col"] {
    margin-bottom: 85px; }
  .table-grid[data-gutter="86"] [class*="tg-col"] {
    margin-bottom: 86px; }
  .table-grid[data-gutter="87"] [class*="tg-col"] {
    margin-bottom: 87px; }
  .table-grid[data-gutter="88"] [class*="tg-col"] {
    margin-bottom: 88px; }
  .table-grid[data-gutter="89"] [class*="tg-col"] {
    margin-bottom: 89px; }
  .table-grid[data-gutter="90"] [class*="tg-col"] {
    margin-bottom: 90px; }
  .table-grid[data-gutter="91"] [class*="tg-col"] {
    margin-bottom: 91px; }
  .table-grid[data-gutter="92"] [class*="tg-col"] {
    margin-bottom: 92px; }
  .table-grid[data-gutter="93"] [class*="tg-col"] {
    margin-bottom: 93px; }
  .table-grid[data-gutter="94"] [class*="tg-col"] {
    margin-bottom: 94px; }
  .table-grid[data-gutter="95"] [class*="tg-col"] {
    margin-bottom: 95px; }
  .table-grid[data-gutter="96"] [class*="tg-col"] {
    margin-bottom: 96px; }
  .table-grid[data-gutter="97"] [class*="tg-col"] {
    margin-bottom: 97px; }
  .table-grid[data-gutter="98"] [class*="tg-col"] {
    margin-bottom: 98px; }
  .table-grid[data-gutter="99"] [class*="tg-col"] {
    margin-bottom: 99px; }
  .table-grid[data-gutter="100"] [class*="tg-col"] {
    margin-bottom: 100px; }
  @media (min-width: 768px) {
    .table-grid .table-grid--container {
      margin: 0 -15px; }
    .table-grid .table-grid--row {
      display: table;
      border-collapse: separate;
      border-spacing: 15px 0;
      width: 100%; }
    .table-grid [class*="tg-col"] {
      display: table-cell;
      vertical-align: top; }
    .table-grid .tg-col {
      width: auto; }
    .table-grid .tg-col-1 {
      width: 8.33333%; }
    .table-grid .tg-col-2 {
      width: 16.66667%; }
    .table-grid .tg-col-3 {
      width: 25%; }
    .table-grid .tg-col-4 {
      width: 33.33333%; }
    .table-grid .tg-col-5 {
      width: 41.66667%; }
    .table-grid .tg-col-6 {
      width: 50%; }
    .table-grid .tg-col-7 {
      width: 58.33333%; }
    .table-grid .tg-col-8 {
      width: 66.66667%; }
    .table-grid .tg-col-9 {
      width: 75%; }
    .table-grid .tg-col-10 {
      width: 83.33333%; }
    .table-grid .tg-col-11 {
      width: 91.66667%; }
    .table-grid .tg-col-12 {
      width: 100%; }
    .table-grid [data-vertical-align="top"] {
      vertical-align: top; }
    .table-grid [data-vertical-align="middle"] {
      vertical-align: middle; }
    .table-grid [data-vertical-align="bottom"] {
      vertical-align: bottom; }
    .table-grid .tg-col[data-width="1"] {
      width: 1%; }
    .table-grid[data-gutter="1"] .table-grid--container {
      margin: 0 -1px; }
    .table-grid[data-gutter="1"] .table-grid--row {
      border-spacing: 1px 0; }
    .table-grid .tg-col[data-width="2"] {
      width: 2%; }
    .table-grid[data-gutter="2"] .table-grid--container {
      margin: 0 -2px; }
    .table-grid[data-gutter="2"] .table-grid--row {
      border-spacing: 2px 0; }
    .table-grid .tg-col[data-width="3"] {
      width: 3%; }
    .table-grid[data-gutter="3"] .table-grid--container {
      margin: 0 -3px; }
    .table-grid[data-gutter="3"] .table-grid--row {
      border-spacing: 3px 0; }
    .table-grid .tg-col[data-width="4"] {
      width: 4%; }
    .table-grid[data-gutter="4"] .table-grid--container {
      margin: 0 -4px; }
    .table-grid[data-gutter="4"] .table-grid--row {
      border-spacing: 4px 0; }
    .table-grid .tg-col[data-width="5"] {
      width: 5%; }
    .table-grid[data-gutter="5"] .table-grid--container {
      margin: 0 -5px; }
    .table-grid[data-gutter="5"] .table-grid--row {
      border-spacing: 5px 0; }
    .table-grid .tg-col[data-width="6"] {
      width: 6%; }
    .table-grid[data-gutter="6"] .table-grid--container {
      margin: 0 -6px; }
    .table-grid[data-gutter="6"] .table-grid--row {
      border-spacing: 6px 0; }
    .table-grid .tg-col[data-width="7"] {
      width: 7%; }
    .table-grid[data-gutter="7"] .table-grid--container {
      margin: 0 -7px; }
    .table-grid[data-gutter="7"] .table-grid--row {
      border-spacing: 7px 0; }
    .table-grid .tg-col[data-width="8"] {
      width: 8%; }
    .table-grid[data-gutter="8"] .table-grid--container {
      margin: 0 -8px; }
    .table-grid[data-gutter="8"] .table-grid--row {
      border-spacing: 8px 0; }
    .table-grid .tg-col[data-width="9"] {
      width: 9%; }
    .table-grid[data-gutter="9"] .table-grid--container {
      margin: 0 -9px; }
    .table-grid[data-gutter="9"] .table-grid--row {
      border-spacing: 9px 0; }
    .table-grid .tg-col[data-width="10"] {
      width: 10%; }
    .table-grid[data-gutter="10"] .table-grid--container {
      margin: 0 -10px; }
    .table-grid[data-gutter="10"] .table-grid--row {
      border-spacing: 10px 0; }
    .table-grid .tg-col[data-width="11"] {
      width: 11%; }
    .table-grid[data-gutter="11"] .table-grid--container {
      margin: 0 -11px; }
    .table-grid[data-gutter="11"] .table-grid--row {
      border-spacing: 11px 0; }
    .table-grid .tg-col[data-width="12"] {
      width: 12%; }
    .table-grid[data-gutter="12"] .table-grid--container {
      margin: 0 -12px; }
    .table-grid[data-gutter="12"] .table-grid--row {
      border-spacing: 12px 0; }
    .table-grid .tg-col[data-width="13"] {
      width: 13%; }
    .table-grid[data-gutter="13"] .table-grid--container {
      margin: 0 -13px; }
    .table-grid[data-gutter="13"] .table-grid--row {
      border-spacing: 13px 0; }
    .table-grid .tg-col[data-width="14"] {
      width: 14%; }
    .table-grid[data-gutter="14"] .table-grid--container {
      margin: 0 -14px; }
    .table-grid[data-gutter="14"] .table-grid--row {
      border-spacing: 14px 0; }
    .table-grid .tg-col[data-width="15"] {
      width: 15%; }
    .table-grid[data-gutter="15"] .table-grid--container {
      margin: 0 -15px; }
    .table-grid[data-gutter="15"] .table-grid--row {
      border-spacing: 15px 0; }
    .table-grid .tg-col[data-width="16"] {
      width: 16%; }
    .table-grid[data-gutter="16"] .table-grid--container {
      margin: 0 -16px; }
    .table-grid[data-gutter="16"] .table-grid--row {
      border-spacing: 16px 0; }
    .table-grid .tg-col[data-width="17"] {
      width: 17%; }
    .table-grid[data-gutter="17"] .table-grid--container {
      margin: 0 -17px; }
    .table-grid[data-gutter="17"] .table-grid--row {
      border-spacing: 17px 0; }
    .table-grid .tg-col[data-width="18"] {
      width: 18%; }
    .table-grid[data-gutter="18"] .table-grid--container {
      margin: 0 -18px; }
    .table-grid[data-gutter="18"] .table-grid--row {
      border-spacing: 18px 0; }
    .table-grid .tg-col[data-width="19"] {
      width: 19%; }
    .table-grid[data-gutter="19"] .table-grid--container {
      margin: 0 -19px; }
    .table-grid[data-gutter="19"] .table-grid--row {
      border-spacing: 19px 0; }
    .table-grid .tg-col[data-width="20"] {
      width: 20%; }
    .table-grid[data-gutter="20"] .table-grid--container {
      margin: 0 -20px; }
    .table-grid[data-gutter="20"] .table-grid--row {
      border-spacing: 20px 0; }
    .table-grid .tg-col[data-width="21"] {
      width: 21%; }
    .table-grid[data-gutter="21"] .table-grid--container {
      margin: 0 -21px; }
    .table-grid[data-gutter="21"] .table-grid--row {
      border-spacing: 21px 0; }
    .table-grid .tg-col[data-width="22"] {
      width: 22%; }
    .table-grid[data-gutter="22"] .table-grid--container {
      margin: 0 -22px; }
    .table-grid[data-gutter="22"] .table-grid--row {
      border-spacing: 22px 0; }
    .table-grid .tg-col[data-width="23"] {
      width: 23%; }
    .table-grid[data-gutter="23"] .table-grid--container {
      margin: 0 -23px; }
    .table-grid[data-gutter="23"] .table-grid--row {
      border-spacing: 23px 0; }
    .table-grid .tg-col[data-width="24"] {
      width: 24%; }
    .table-grid[data-gutter="24"] .table-grid--container {
      margin: 0 -24px; }
    .table-grid[data-gutter="24"] .table-grid--row {
      border-spacing: 24px 0; }
    .table-grid .tg-col[data-width="25"] {
      width: 25%; }
    .table-grid[data-gutter="25"] .table-grid--container {
      margin: 0 -25px; }
    .table-grid[data-gutter="25"] .table-grid--row {
      border-spacing: 25px 0; }
    .table-grid .tg-col[data-width="26"] {
      width: 26%; }
    .table-grid[data-gutter="26"] .table-grid--container {
      margin: 0 -26px; }
    .table-grid[data-gutter="26"] .table-grid--row {
      border-spacing: 26px 0; }
    .table-grid .tg-col[data-width="27"] {
      width: 27%; }
    .table-grid[data-gutter="27"] .table-grid--container {
      margin: 0 -27px; }
    .table-grid[data-gutter="27"] .table-grid--row {
      border-spacing: 27px 0; }
    .table-grid .tg-col[data-width="28"] {
      width: 28%; }
    .table-grid[data-gutter="28"] .table-grid--container {
      margin: 0 -28px; }
    .table-grid[data-gutter="28"] .table-grid--row {
      border-spacing: 28px 0; }
    .table-grid .tg-col[data-width="29"] {
      width: 29%; }
    .table-grid[data-gutter="29"] .table-grid--container {
      margin: 0 -29px; }
    .table-grid[data-gutter="29"] .table-grid--row {
      border-spacing: 29px 0; }
    .table-grid .tg-col[data-width="30"] {
      width: 30%; }
    .table-grid[data-gutter="30"] .table-grid--container {
      margin: 0 -30px; }
    .table-grid[data-gutter="30"] .table-grid--row {
      border-spacing: 30px 0; }
    .table-grid .tg-col[data-width="31"] {
      width: 31%; }
    .table-grid[data-gutter="31"] .table-grid--container {
      margin: 0 -31px; }
    .table-grid[data-gutter="31"] .table-grid--row {
      border-spacing: 31px 0; }
    .table-grid .tg-col[data-width="32"] {
      width: 32%; }
    .table-grid[data-gutter="32"] .table-grid--container {
      margin: 0 -32px; }
    .table-grid[data-gutter="32"] .table-grid--row {
      border-spacing: 32px 0; }
    .table-grid .tg-col[data-width="33"] {
      width: 33%; }
    .table-grid[data-gutter="33"] .table-grid--container {
      margin: 0 -33px; }
    .table-grid[data-gutter="33"] .table-grid--row {
      border-spacing: 33px 0; }
    .table-grid .tg-col[data-width="34"] {
      width: 34%; }
    .table-grid[data-gutter="34"] .table-grid--container {
      margin: 0 -34px; }
    .table-grid[data-gutter="34"] .table-grid--row {
      border-spacing: 34px 0; }
    .table-grid .tg-col[data-width="35"] {
      width: 35%; }
    .table-grid[data-gutter="35"] .table-grid--container {
      margin: 0 -35px; }
    .table-grid[data-gutter="35"] .table-grid--row {
      border-spacing: 35px 0; }
    .table-grid .tg-col[data-width="36"] {
      width: 36%; }
    .table-grid[data-gutter="36"] .table-grid--container {
      margin: 0 -36px; }
    .table-grid[data-gutter="36"] .table-grid--row {
      border-spacing: 36px 0; }
    .table-grid .tg-col[data-width="37"] {
      width: 37%; }
    .table-grid[data-gutter="37"] .table-grid--container {
      margin: 0 -37px; }
    .table-grid[data-gutter="37"] .table-grid--row {
      border-spacing: 37px 0; }
    .table-grid .tg-col[data-width="38"] {
      width: 38%; }
    .table-grid[data-gutter="38"] .table-grid--container {
      margin: 0 -38px; }
    .table-grid[data-gutter="38"] .table-grid--row {
      border-spacing: 38px 0; }
    .table-grid .tg-col[data-width="39"] {
      width: 39%; }
    .table-grid[data-gutter="39"] .table-grid--container {
      margin: 0 -39px; }
    .table-grid[data-gutter="39"] .table-grid--row {
      border-spacing: 39px 0; }
    .table-grid .tg-col[data-width="40"] {
      width: 40%; }
    .table-grid[data-gutter="40"] .table-grid--container {
      margin: 0 -40px; }
    .table-grid[data-gutter="40"] .table-grid--row {
      border-spacing: 40px 0; }
    .table-grid .tg-col[data-width="41"] {
      width: 41%; }
    .table-grid[data-gutter="41"] .table-grid--container {
      margin: 0 -41px; }
    .table-grid[data-gutter="41"] .table-grid--row {
      border-spacing: 41px 0; }
    .table-grid .tg-col[data-width="42"] {
      width: 42%; }
    .table-grid[data-gutter="42"] .table-grid--container {
      margin: 0 -42px; }
    .table-grid[data-gutter="42"] .table-grid--row {
      border-spacing: 42px 0; }
    .table-grid .tg-col[data-width="43"] {
      width: 43%; }
    .table-grid[data-gutter="43"] .table-grid--container {
      margin: 0 -43px; }
    .table-grid[data-gutter="43"] .table-grid--row {
      border-spacing: 43px 0; }
    .table-grid .tg-col[data-width="44"] {
      width: 44%; }
    .table-grid[data-gutter="44"] .table-grid--container {
      margin: 0 -44px; }
    .table-grid[data-gutter="44"] .table-grid--row {
      border-spacing: 44px 0; }
    .table-grid .tg-col[data-width="45"] {
      width: 45%; }
    .table-grid[data-gutter="45"] .table-grid--container {
      margin: 0 -45px; }
    .table-grid[data-gutter="45"] .table-grid--row {
      border-spacing: 45px 0; }
    .table-grid .tg-col[data-width="46"] {
      width: 46%; }
    .table-grid[data-gutter="46"] .table-grid--container {
      margin: 0 -46px; }
    .table-grid[data-gutter="46"] .table-grid--row {
      border-spacing: 46px 0; }
    .table-grid .tg-col[data-width="47"] {
      width: 47%; }
    .table-grid[data-gutter="47"] .table-grid--container {
      margin: 0 -47px; }
    .table-grid[data-gutter="47"] .table-grid--row {
      border-spacing: 47px 0; }
    .table-grid .tg-col[data-width="48"] {
      width: 48%; }
    .table-grid[data-gutter="48"] .table-grid--container {
      margin: 0 -48px; }
    .table-grid[data-gutter="48"] .table-grid--row {
      border-spacing: 48px 0; }
    .table-grid .tg-col[data-width="49"] {
      width: 49%; }
    .table-grid[data-gutter="49"] .table-grid--container {
      margin: 0 -49px; }
    .table-grid[data-gutter="49"] .table-grid--row {
      border-spacing: 49px 0; }
    .table-grid .tg-col[data-width="50"] {
      width: 50%; }
    .table-grid[data-gutter="50"] .table-grid--container {
      margin: 0 -50px; }
    .table-grid[data-gutter="50"] .table-grid--row {
      border-spacing: 50px 0; }
    .table-grid .tg-col[data-width="51"] {
      width: 51%; }
    .table-grid[data-gutter="51"] .table-grid--container {
      margin: 0 -51px; }
    .table-grid[data-gutter="51"] .table-grid--row {
      border-spacing: 51px 0; }
    .table-grid .tg-col[data-width="52"] {
      width: 52%; }
    .table-grid[data-gutter="52"] .table-grid--container {
      margin: 0 -52px; }
    .table-grid[data-gutter="52"] .table-grid--row {
      border-spacing: 52px 0; }
    .table-grid .tg-col[data-width="53"] {
      width: 53%; }
    .table-grid[data-gutter="53"] .table-grid--container {
      margin: 0 -53px; }
    .table-grid[data-gutter="53"] .table-grid--row {
      border-spacing: 53px 0; }
    .table-grid .tg-col[data-width="54"] {
      width: 54%; }
    .table-grid[data-gutter="54"] .table-grid--container {
      margin: 0 -54px; }
    .table-grid[data-gutter="54"] .table-grid--row {
      border-spacing: 54px 0; }
    .table-grid .tg-col[data-width="55"] {
      width: 55%; }
    .table-grid[data-gutter="55"] .table-grid--container {
      margin: 0 -55px; }
    .table-grid[data-gutter="55"] .table-grid--row {
      border-spacing: 55px 0; }
    .table-grid .tg-col[data-width="56"] {
      width: 56%; }
    .table-grid[data-gutter="56"] .table-grid--container {
      margin: 0 -56px; }
    .table-grid[data-gutter="56"] .table-grid--row {
      border-spacing: 56px 0; }
    .table-grid .tg-col[data-width="57"] {
      width: 57%; }
    .table-grid[data-gutter="57"] .table-grid--container {
      margin: 0 -57px; }
    .table-grid[data-gutter="57"] .table-grid--row {
      border-spacing: 57px 0; }
    .table-grid .tg-col[data-width="58"] {
      width: 58%; }
    .table-grid[data-gutter="58"] .table-grid--container {
      margin: 0 -58px; }
    .table-grid[data-gutter="58"] .table-grid--row {
      border-spacing: 58px 0; }
    .table-grid .tg-col[data-width="59"] {
      width: 59%; }
    .table-grid[data-gutter="59"] .table-grid--container {
      margin: 0 -59px; }
    .table-grid[data-gutter="59"] .table-grid--row {
      border-spacing: 59px 0; }
    .table-grid .tg-col[data-width="60"] {
      width: 60%; }
    .table-grid[data-gutter="60"] .table-grid--container {
      margin: 0 -60px; }
    .table-grid[data-gutter="60"] .table-grid--row {
      border-spacing: 60px 0; }
    .table-grid .tg-col[data-width="61"] {
      width: 61%; }
    .table-grid[data-gutter="61"] .table-grid--container {
      margin: 0 -61px; }
    .table-grid[data-gutter="61"] .table-grid--row {
      border-spacing: 61px 0; }
    .table-grid .tg-col[data-width="62"] {
      width: 62%; }
    .table-grid[data-gutter="62"] .table-grid--container {
      margin: 0 -62px; }
    .table-grid[data-gutter="62"] .table-grid--row {
      border-spacing: 62px 0; }
    .table-grid .tg-col[data-width="63"] {
      width: 63%; }
    .table-grid[data-gutter="63"] .table-grid--container {
      margin: 0 -63px; }
    .table-grid[data-gutter="63"] .table-grid--row {
      border-spacing: 63px 0; }
    .table-grid .tg-col[data-width="64"] {
      width: 64%; }
    .table-grid[data-gutter="64"] .table-grid--container {
      margin: 0 -64px; }
    .table-grid[data-gutter="64"] .table-grid--row {
      border-spacing: 64px 0; }
    .table-grid .tg-col[data-width="65"] {
      width: 65%; }
    .table-grid[data-gutter="65"] .table-grid--container {
      margin: 0 -65px; }
    .table-grid[data-gutter="65"] .table-grid--row {
      border-spacing: 65px 0; }
    .table-grid .tg-col[data-width="66"] {
      width: 66%; }
    .table-grid[data-gutter="66"] .table-grid--container {
      margin: 0 -66px; }
    .table-grid[data-gutter="66"] .table-grid--row {
      border-spacing: 66px 0; }
    .table-grid .tg-col[data-width="67"] {
      width: 67%; }
    .table-grid[data-gutter="67"] .table-grid--container {
      margin: 0 -67px; }
    .table-grid[data-gutter="67"] .table-grid--row {
      border-spacing: 67px 0; }
    .table-grid .tg-col[data-width="68"] {
      width: 68%; }
    .table-grid[data-gutter="68"] .table-grid--container {
      margin: 0 -68px; }
    .table-grid[data-gutter="68"] .table-grid--row {
      border-spacing: 68px 0; }
    .table-grid .tg-col[data-width="69"] {
      width: 69%; }
    .table-grid[data-gutter="69"] .table-grid--container {
      margin: 0 -69px; }
    .table-grid[data-gutter="69"] .table-grid--row {
      border-spacing: 69px 0; }
    .table-grid .tg-col[data-width="70"] {
      width: 70%; }
    .table-grid[data-gutter="70"] .table-grid--container {
      margin: 0 -70px; }
    .table-grid[data-gutter="70"] .table-grid--row {
      border-spacing: 70px 0; }
    .table-grid .tg-col[data-width="71"] {
      width: 71%; }
    .table-grid[data-gutter="71"] .table-grid--container {
      margin: 0 -71px; }
    .table-grid[data-gutter="71"] .table-grid--row {
      border-spacing: 71px 0; }
    .table-grid .tg-col[data-width="72"] {
      width: 72%; }
    .table-grid[data-gutter="72"] .table-grid--container {
      margin: 0 -72px; }
    .table-grid[data-gutter="72"] .table-grid--row {
      border-spacing: 72px 0; }
    .table-grid .tg-col[data-width="73"] {
      width: 73%; }
    .table-grid[data-gutter="73"] .table-grid--container {
      margin: 0 -73px; }
    .table-grid[data-gutter="73"] .table-grid--row {
      border-spacing: 73px 0; }
    .table-grid .tg-col[data-width="74"] {
      width: 74%; }
    .table-grid[data-gutter="74"] .table-grid--container {
      margin: 0 -74px; }
    .table-grid[data-gutter="74"] .table-grid--row {
      border-spacing: 74px 0; }
    .table-grid .tg-col[data-width="75"] {
      width: 75%; }
    .table-grid[data-gutter="75"] .table-grid--container {
      margin: 0 -75px; }
    .table-grid[data-gutter="75"] .table-grid--row {
      border-spacing: 75px 0; }
    .table-grid .tg-col[data-width="76"] {
      width: 76%; }
    .table-grid[data-gutter="76"] .table-grid--container {
      margin: 0 -76px; }
    .table-grid[data-gutter="76"] .table-grid--row {
      border-spacing: 76px 0; }
    .table-grid .tg-col[data-width="77"] {
      width: 77%; }
    .table-grid[data-gutter="77"] .table-grid--container {
      margin: 0 -77px; }
    .table-grid[data-gutter="77"] .table-grid--row {
      border-spacing: 77px 0; }
    .table-grid .tg-col[data-width="78"] {
      width: 78%; }
    .table-grid[data-gutter="78"] .table-grid--container {
      margin: 0 -78px; }
    .table-grid[data-gutter="78"] .table-grid--row {
      border-spacing: 78px 0; }
    .table-grid .tg-col[data-width="79"] {
      width: 79%; }
    .table-grid[data-gutter="79"] .table-grid--container {
      margin: 0 -79px; }
    .table-grid[data-gutter="79"] .table-grid--row {
      border-spacing: 79px 0; }
    .table-grid .tg-col[data-width="80"] {
      width: 80%; }
    .table-grid[data-gutter="80"] .table-grid--container {
      margin: 0 -80px; }
    .table-grid[data-gutter="80"] .table-grid--row {
      border-spacing: 80px 0; }
    .table-grid .tg-col[data-width="81"] {
      width: 81%; }
    .table-grid[data-gutter="81"] .table-grid--container {
      margin: 0 -81px; }
    .table-grid[data-gutter="81"] .table-grid--row {
      border-spacing: 81px 0; }
    .table-grid .tg-col[data-width="82"] {
      width: 82%; }
    .table-grid[data-gutter="82"] .table-grid--container {
      margin: 0 -82px; }
    .table-grid[data-gutter="82"] .table-grid--row {
      border-spacing: 82px 0; }
    .table-grid .tg-col[data-width="83"] {
      width: 83%; }
    .table-grid[data-gutter="83"] .table-grid--container {
      margin: 0 -83px; }
    .table-grid[data-gutter="83"] .table-grid--row {
      border-spacing: 83px 0; }
    .table-grid .tg-col[data-width="84"] {
      width: 84%; }
    .table-grid[data-gutter="84"] .table-grid--container {
      margin: 0 -84px; }
    .table-grid[data-gutter="84"] .table-grid--row {
      border-spacing: 84px 0; }
    .table-grid .tg-col[data-width="85"] {
      width: 85%; }
    .table-grid[data-gutter="85"] .table-grid--container {
      margin: 0 -85px; }
    .table-grid[data-gutter="85"] .table-grid--row {
      border-spacing: 85px 0; }
    .table-grid .tg-col[data-width="86"] {
      width: 86%; }
    .table-grid[data-gutter="86"] .table-grid--container {
      margin: 0 -86px; }
    .table-grid[data-gutter="86"] .table-grid--row {
      border-spacing: 86px 0; }
    .table-grid .tg-col[data-width="87"] {
      width: 87%; }
    .table-grid[data-gutter="87"] .table-grid--container {
      margin: 0 -87px; }
    .table-grid[data-gutter="87"] .table-grid--row {
      border-spacing: 87px 0; }
    .table-grid .tg-col[data-width="88"] {
      width: 88%; }
    .table-grid[data-gutter="88"] .table-grid--container {
      margin: 0 -88px; }
    .table-grid[data-gutter="88"] .table-grid--row {
      border-spacing: 88px 0; }
    .table-grid .tg-col[data-width="89"] {
      width: 89%; }
    .table-grid[data-gutter="89"] .table-grid--container {
      margin: 0 -89px; }
    .table-grid[data-gutter="89"] .table-grid--row {
      border-spacing: 89px 0; }
    .table-grid .tg-col[data-width="90"] {
      width: 90%; }
    .table-grid[data-gutter="90"] .table-grid--container {
      margin: 0 -90px; }
    .table-grid[data-gutter="90"] .table-grid--row {
      border-spacing: 90px 0; }
    .table-grid .tg-col[data-width="91"] {
      width: 91%; }
    .table-grid[data-gutter="91"] .table-grid--container {
      margin: 0 -91px; }
    .table-grid[data-gutter="91"] .table-grid--row {
      border-spacing: 91px 0; }
    .table-grid .tg-col[data-width="92"] {
      width: 92%; }
    .table-grid[data-gutter="92"] .table-grid--container {
      margin: 0 -92px; }
    .table-grid[data-gutter="92"] .table-grid--row {
      border-spacing: 92px 0; }
    .table-grid .tg-col[data-width="93"] {
      width: 93%; }
    .table-grid[data-gutter="93"] .table-grid--container {
      margin: 0 -93px; }
    .table-grid[data-gutter="93"] .table-grid--row {
      border-spacing: 93px 0; }
    .table-grid .tg-col[data-width="94"] {
      width: 94%; }
    .table-grid[data-gutter="94"] .table-grid--container {
      margin: 0 -94px; }
    .table-grid[data-gutter="94"] .table-grid--row {
      border-spacing: 94px 0; }
    .table-grid .tg-col[data-width="95"] {
      width: 95%; }
    .table-grid[data-gutter="95"] .table-grid--container {
      margin: 0 -95px; }
    .table-grid[data-gutter="95"] .table-grid--row {
      border-spacing: 95px 0; }
    .table-grid .tg-col[data-width="96"] {
      width: 96%; }
    .table-grid[data-gutter="96"] .table-grid--container {
      margin: 0 -96px; }
    .table-grid[data-gutter="96"] .table-grid--row {
      border-spacing: 96px 0; }
    .table-grid .tg-col[data-width="97"] {
      width: 97%; }
    .table-grid[data-gutter="97"] .table-grid--container {
      margin: 0 -97px; }
    .table-grid[data-gutter="97"] .table-grid--row {
      border-spacing: 97px 0; }
    .table-grid .tg-col[data-width="98"] {
      width: 98%; }
    .table-grid[data-gutter="98"] .table-grid--container {
      margin: 0 -98px; }
    .table-grid[data-gutter="98"] .table-grid--row {
      border-spacing: 98px 0; }
    .table-grid .tg-col[data-width="99"] {
      width: 99%; }
    .table-grid[data-gutter="99"] .table-grid--container {
      margin: 0 -99px; }
    .table-grid[data-gutter="99"] .table-grid--row {
      border-spacing: 99px 0; }
    .table-grid .tg-col[data-width="100"] {
      width: 100%; }
    .table-grid[data-gutter="100"] .table-grid--container {
      margin: 0 -100px; }
    .table-grid[data-gutter="100"] .table-grid--row {
      border-spacing: 100px 0; } }

.inner-content--2-col {
  margin-bottom: 0 !important; }
  .inner-content--2-col .column-side--constrict {
    max-width: 345px;
    margin: 0 auto; }
  .inner-content--2-col .column-main {
    margin-bottom: 20px !important; }
  .inner-content--2-col .column-side {
    background: #EEF6F8;
    margin-bottom: 0 !important; }
    .inner-content--2-col .column-side.no-padding {
      padding: 0; }
    .inner-content--2-col .column-side.standard-padding {
      padding: 15px; }
  .inner-content--2-col .ajax-content.inner {
    padding: 0 !important; }
  @media (min-width: 768px) {
    .inner-content--2-col {
      margin-top: 40px; }
      .inner-content--2-col.negative-margin-25 {
        margin-left: -25px;
        margin-right: -25px; }
      .inner-content--2-col .column-main {
        padding-left: 2%;
        margin-bottom: 0 !important; }
      .inner-content--2-col .column-side {
        padding: 62px 0; }
        .inner-content--2-col .column-side.standard-padding {
          padding: 25px; } }

@media (min-width: 768px) {
  .node-type-static-pages .inner-content--2-col .column-main {
    padding-left: 25px; } }

.column-side iframe {
  padding-bottom: 20px; }
.column-side .sidebar-widget {
  margin-bottom: 40px; }
.column-side img {
  width: 100%;
  height: auto; }
.column-side.no-screen {
  background: transparent; }

/* Slidebars 0.10.3 (http://plugins.adchsm.me/slidebars/) written by Adam Smith (http://www.adchsm.me/) released under MIT License (http://plugins.adchsm.me/slidebars/license.txt) */
#sb-site, .sb-site-container, .sb-slidebar, body, html {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

body, html {
  width: 100%; }

html {
  height: 100%; }

body {
  min-height: 100%;
  height: auto;
  position: relative; }

html.sb-scroll-lock.sb-active:not(.sb-static) {
  overflow: hidden; }

#sb-site, .sb-site-container {
  width: 100%;
  min-height: 100vh;
  position: relative;
  z-index: 1;
  background-color: #fff; }

#sb-site:after, #sb-site:before, .sb-site-container:after, .sb-site-container:before {
  content: ' ';
  display: table;
  clear: both; }

.sb-slidebar {
  height: 100%;
  overflow-y: auto;
  position: fixed;
  top: 0;
  z-index: 0;
  display: none;
  background-color: #222; }

.sb-slidebar {
  -webkit-transform: translateZ(0px); }

.sb-left {
  left: 0; }

.sb-right {
  right: 0; }

.sb-slidebar.sb-static, html.sb-static .sb-slidebar {
  position: absolute; }

.sb-slidebar.sb-active {
  display: block; }

.sb-style-overlay {
  z-index: 9999; }

.sb-momentum-scrolling {
  -webkit-overflow-scrolling: touch; }

.sb-slidebar {
  width: 30%; }

.sb-width-thin {
  width: 15%; }

.sb-width-wide {
  width: 45%; }

@media (max-width: 480px) {
  .sb-slidebar {
    width: 70%; }
  .sb-width-thin {
    width: 55%; }
  .sb-width-wide {
    width: 85%; } }

@media (min-width: 481px) {
  .sb-slidebar {
    width: 55%; }
  .sb-width-thin {
    width: 40%; }
  .sb-width-wide {
    width: 70%; } }

@media (min-width: 768px) {
  .sb-slidebar {
    width: 40%; }
  .sb-width-thin {
    width: 25%; }
  .sb-width-wide {
    width: 55%; } }

@media (min-width: 992px) {
  .sb-slidebar {
    width: 30%; }
  .sb-width-thin {
    width: 15%; }
  .sb-width-wide {
    width: 45%; } }

@media (min-width: 1200px) {
  .sb-slidebar {
    width: 20%; }
  .sb-width-thin {
    width: 5%; }
  .sb-width-wide {
    width: 35%; } }

#sb-site, .sb-site-container, .sb-slide, .sb-slidebar {
  -webkit-transform: translate(0px);
  -ms-transform: translate(0px);
      transform: translate(0px);
  -webkit-transition: -webkit-transform 400ms ease;
  transition: transform 400ms ease;
  -webkit-transition-property: -webkit-transform, left, right;
  -webkit-backface-visibility: hidden; }

.sb-hide {
  display: none; }

.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
  outline: 0; }

.slides, .flex-control-nav, .flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

@font-face {
  font-family: 'flexslider-icon';
  src: url('../fonts/flexslider-icon.eot');
  src: url('../fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('../fonts/flexslider-icon.woff') format('woff'), url('../fonts/flexslider-icon.ttf') format('truetype'), url('../fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal; }

.flexslider {
  margin: 0;
  padding: 0; }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden; }

.flexslider .slides img {
  width: 100%;
  display: block; }

.flex-pauseplay span {
  text-transform: capitalize; }

.slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .slides {
  display: block; }

* html .slides {
  height: 1%; }

.no-js .slides > li:first-child {
  display: block; }

.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  border-radius: 4px;
  -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  zoom: 1; }

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

.flexslider .slides {
  zoom: 1; }

.carousel li {
  margin-right: 5px; }

.flex-direction-nav {
  *height: 0; }

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 80px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 1;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all .3s ease;
  transition: all .3s ease; }

.flex-direction-nav .flex-next {
  right: 0;
  text-align: right; }

.flexslider:hover .flex-prev {
  opacity: .7;
  left: 10px; }

.flexslider:hover .flex-next {
  opacity: .7;
  right: 10px; }

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
  opacity: 1; }

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default; }

.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001'; }

.flex-direction-nav a.flex-next:before {
  content: '\f002'; }

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: .8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000; }

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004'; }

.flex-pauseplay a:hover {
  opacity: 1; }

.flex-pauseplay a.flex-play:before {
  content: '\f003'; }

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center; }

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  border-radius: 20px;
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3); }

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7); }

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0; }

.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer; }

.flex-control-thumbs img:hover {
  opacity: 1; }

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default; }

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px; }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px; } }

.svg-icon {
  width: 40px;
  height: 40px; }

#main-content {
  padding: 0 15px;
  margin-bottom: 55px; }
  @media (min-width: 680px) {
    #main-content {
      padding: 0 25px; } }

#main-content:focus {
  outline: none; }

@media (min-width: 680px) {
  .ajax-content.inner {
    padding: 0 40px; } }

@media (min-width: 680px) {
  .ajax-content.inner.sub-page {
    padding: 0; } }

@media (min-width: 680px) {
  #main-content {
    padding: 0 50px; } }

.site-wrapper {
  overflow-x: hidden; }

.column-main {
  background: #fff; }

.table-grid {
  background: #fff; }

/*************************************
/  Helpers
/************************************/
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

.skip-to-content {
  padding: 1em;
  position: absolute;
  top: -40px;
  left: 1em;
  z-index: 1000;
  color: #fff !important;
  text-decoration: none !important; }
  @media (min-width: 680px) {
    .skip-to-content.small-screen-only {
      display: none; } }
  .skip-to-content.large-screen-only {
    display: none; }
    @media (min-width: 680px) {
      .skip-to-content.large-screen-only {
        display: block; } }

.skip-to-content:focus {
  position: absolute;
  top: 0;
  background: #4593ff; }

.row-no-padding [class*="col-"] {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.margin-top-15 {
  margin-top: 15px; }

.margin-top-30 {
  margin-top: 30px; }

.admin-menu .skip-to-content {
  display: none; }

@media (max-width: 680px) {
  .large-screen-only {
    display: none !important; } }

/*************************************
/  Typography
/************************************/
@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.eot?-4bds7c');
  src: url('../fonts/icomoon/fonts/icomoon.eot?#iefix-4bds7c') format('embedded-opentype'), url('../fonts/icomoon/fonts/icomoon.ttf?-4bds7c') format('truetype'), url('../fonts/icomoon/fonts/icomoon.woff?-4bds7c') format('woff'), url('../fonts/icomoon/fonts/icomoon.svg?-4bds7c#icomoon') format('svg');
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-arrow-large:before {
  content: "\e600"; }

.icon-external-link:before {
  content: "\e601"; }

body {
  font-family: 'Roboto Condensed', sans-serif;
  -webkit-font-smoothing: antialiased; }

h1 {
  font-family: "NexaLightRegular", sans-serif;
  font-size: 24px;
  color: #636262;
  letter-spacing: 3.67px;
  line-height: 22px;
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-top: 0; }
  .column-main h1 {
    margin-bottom: 50px; }

h2 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  color: #636262;
  letter-spacing: 2.45px;
  line-height: 22px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 30px; }
  h2.section-header {
    border: 1px solid #DBDBDB;
    border-right: 0;
    border-left: 0;
    padding: 24px 0;
    margin-bottom: 37px; }

#block-mailchimp-signup-research-digest h2 {
  position: relative;
  text-align: center; }

h3 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 24px;
  color: #636262;
  letter-spacing: 2.22px;
  line-height: 34px;
  position: relative; }
  h3 a {
    text-decoration: none;
    color: #0098DB; }
    h3 a:hover, h3 a:focus {
      color: #4E4E4E; }
  h3.headline {
    font-size: 24px;
    color: #0098DB;
    letter-spacing: 1.41px;
    line-height: 27px;
    margin-bottom: 27px; }
  h3.with-lines:before, h3.with-lines:after {
    width: 20%;
    height: 1px;
    background: #DBDBDB;
    position: absolute;
    top: 50%;
    left: 0;
    content: " "; }
  h3.with-lines:after {
    left: auto;
    right: 0; }

p {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 15px;
  color: #585858;
  line-height: 21px;
  margin-bottom: 30px; }

a {
  text-decoration: none;
  color: #0098DB; }
  a:hover, a:focus {
    color: #4E4E4E;
    text-decoration: none; }
    a:hover:before, a:hover:after, a:focus:before, a:focus:after {
      text-decoration: none; }
  a:focus {
    outline: 1px dotted #26313A; }
  a.with-arrow, a.with-external {
    position: relative;
    display: block; }
    a.with-arrow:after, a.with-external:after {
      content: "\e600";
      padding-left: 10px;
      font-family: 'icomoon';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      font-size: 80%;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
  a.with-external:after {
    content: "\e601"; }
  a.more-details {
    padding-left: 25px;
    background: url("../images/icon-carot-up.svg") no-repeat 0 55%; }
    a.more-details.collapsed {
      background: url("../images/icon-carot-down.svg") no-repeat 0 55%; }

blockquote {
  margin: 40px 20px 40px 70px;
  padding-left: 0;
  border-left: 0;
  font-style: italic;
  line-height: 21px;
  font-size: 15px; }
  blockquote strong {
    font-style: normal; }

hr {
  border: 1px solid #DBDBDB;
  border-width: 0 0 1px 0;
  margin: 40px 0; }

.column-main ul {
  margin: 20px 0 40px; }

.column-main li {
  margin-bottom: 1em; }

/*
.column-main {
	ul {
		margin: 35px 0;
		padding: 0;
	}

	li {
		list-style: none;
		position: relative;
		padding-left: 19px;
		margin-bottom: 2em;
		font-size: $baseTypeSize;
		&:before {
			content: "• ";
			color: #D2C295;
			font-size: 32px;
			position: absolute;
			top: -13px;
			left: 0;
		}
	}
}
*/
.lead {
  font-size: 16px;
  color: #636262;
  letter-spacing: 2.44px;
  line-height: 22px;
  font-weight: 200;
  font-family: "NexaLightRegular", sans-serif; }

@font-face {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  font-style: normal;
  src: url('../fonts/Roboto-Condensed-300/Roboto-Condensed-300.eot');
  src: url('../fonts/Roboto-Condensed-300/Roboto-Condensed-300.eot?#iefix') format('embedded-opentype'), local('Roboto Condensed Light'), local('Roboto-Condensed-300'), url('../fonts/Roboto-Condensed-300/Roboto-Condensed-300.woff2') format('woff2'), url('../fonts/Roboto-Condensed-300/Roboto-Condensed-300.woff') format('woff'), url('../fonts/Roboto-Condensed-300/Roboto-Condensed-300.ttf') format('truetype'), url('../fonts/Roboto-Condensed-300/Roboto-Condensed-300.svg#RobotoCondensed') format('svg'); }

@font-face {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  font-style: normal;
  src: url('../fonts/Roboto-Condensed-regular/Roboto-Condensed-regular.eot');
  src: url('../fonts/Roboto-Condensed-regular/Roboto-Condensed-regular.eot?#iefix') format('embedded-opentype'), local('Roboto Condensed', sans-serif), local('Roboto-Condensed-regular'), url('../fonts/Roboto-Condensed-regular/Roboto-Condensed-regular.woff2') format('woff2'), url('../fonts/Roboto-Condensed-regular/Roboto-Condensed-regular.woff') format('woff'), url('../fonts/Roboto-Condensed-regular/Roboto-Condensed-regular.ttf') format('truetype'), url('../fonts/Roboto-Condensed-regular/Roboto-Condensed-regular.svg#RobotoCondensed') format('svg'); }

@font-face {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-style: normal;
  src: url('../fonts/Roboto-Condensed-700/Roboto-Condensed-700.eot');
  src: url('../fonts/Roboto-Condensed-700/Roboto-Condensed-700.eot?#iefix') format('embedded-opentype'), local('Roboto Condensed Bold'), local('Roboto-Condensed-700'), url('../fonts/Roboto-Condensed-700/Roboto-Condensed-700.woff2') format('woff2'), url('../fonts/Roboto-Condensed-700/Roboto-Condensed-700.woff') format('woff'), url('../fonts/Roboto-Condensed-700/Roboto-Condensed-700.ttf') format('truetype'), url('../fonts/Roboto-Condensed-700/Roboto-Condensed-700.svg#RobotoCondensed') format('svg'); }

@font-face {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  font-style: italic;
  src: url('../fonts/Roboto-Condensed-300italic/Roboto-Condensed-300italic.eot');
  src: url('../fonts/Roboto-Condensed-300italic/Roboto-Condensed-300italic.eot?#iefix') format('embedded-opentype'), local('Roboto Condensed Light Italic'), local('Roboto-Condensed-300italic'), url('../fonts/Roboto-Condensed-300italic/Roboto-Condensed-300italic.woff2') format('woff2'), url('../fonts/Roboto-Condensed-300italic/Roboto-Condensed-300italic.woff') format('woff'), url('../fonts/Roboto-Condensed-300italic/Roboto-Condensed-300italic.ttf') format('truetype'), url('../fonts/Roboto-Condensed-300italic/Roboto-Condensed-300italic.svg#RobotoCondensed') format('svg'); }

@font-face {
  font-family: 'NexaBoldRegular';
  src: url('../fonts/nexafree_bold_macroman/Nexa_Free_Bold-webfont.eot');
  src: url('../fonts/nexafree_bold_macroman/Nexa_Free_Bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/nexafree_bold_macroman/Nexa_Free_Bold-webfont.woff2') format('woff2'), url('../fonts/nexafree_bold_macroman/Nexa_Free_Bold-webfont.woff') format('woff'), url('../fonts/nexafree_bold_macroman/Nexa_Free_Bold-webfont.ttf') format('truetype'), url('../fonts/nexafree_bold_macroman/Nexa_Free_Bold-webfont.svg#nexa_boldregular') format('svg');
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'NexaLightRegular';
  src: url('../fonts/nexafree_light_macroman/Nexa_Free_Light-webfont.eot');
  src: url('../fonts/nexafree_light_macroman/Nexa_Free_Light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/nexafree_light_macroman/Nexa_Free_Light-webfont.woff2') format('woff2'), url('../fonts/nexafree_light_macroman/Nexa_Free_Light-webfont.woff') format('woff'), url('../fonts/nexafree_light_macroman/Nexa_Free_Light-webfont.ttf') format('truetype'), url('../fonts/nexafree_light_macroman/Nexa_Free_Light-webfont.svg#nexa_lightregular') format('svg');
  font-weight: normal;
  font-style: normal; }

/*************************************
/  Header
/************************************/
#header {
  position: relative;
  margin-bottom: 40px; }
  @media (min-width: 680px) {
    #header {
      margin-bottom: 35px; } }

.logo-tools {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-top: 10px; }
  @media (min-width: 1200px) {
    .logo-tools {
      margin-top: 20px; } }
  @media (min-width: 680px) {
    .logo-tools .logo-area {
      max-width: none;
      width: 40%;
      float: left; } }
  @media (min-width: 993px) {
    .logo-tools .logo-area {
      width: 60%; } }
  @media (min-width: 1310px) {
    .logo-tools .logo-area {
      max-width: none;
      width: 50%;
      float: left; } }
  .logo-tools .logo-mark {
    padding-left: 15px;
    max-width: 200px; }
    .logo-tools .logo-mark a {
      display: block; }
    .logo-tools .logo-mark img {
      width: 100%;
      height: auto; }
    @media (min-width: 680px) {
      .logo-tools .logo-mark {
        max-width: 300px; } }
    @media (min-width: 993px) {
      .logo-tools .logo-mark {
        width: 50%;
        float: left;
        max-width: none; } }
    @media (min-width: 1200px) {
      .logo-tools .logo-mark {
        padding-left: 30px;
        width: 50%; } }
  .logo-tools .logo-text {
    margin-left: 5%;
    padding-top: 20px;
    display: none; }
    .logo-tools .logo-text img {
      width: 100%;
      height: auto; }
    @media (min-width: 993px) {
      .logo-tools .logo-text {
        width: 45%;
        float: left;
        display: block; } }
    @media (min-width: 1200px) {
      .logo-tools .logo-text {
        width: 45%; } }
  .logo-tools .tools-area {
    display: none; }
    @media (min-width: 680px) {
      .logo-tools .tools-area {
        width: 60%;
        float: left;
        display: block; } }
    @media (min-width: 993px) {
      .logo-tools .tools-area {
        width: 40%; } }
    @media (min-width: 1310px) {
      .logo-tools .tools-area {
        width: 50%; } }
  @media (min-width: 680px) {
    .logo-tools .search-area {
      width: 70%;
      float: left; } }
  @media (min-width: 1310px) {
    .logo-tools .search-area {
      width: 50%; } }
  .logo-tools .small-screen-search-trigger {
    width: 60px; }
    .logo-tools .small-screen-search-trigger img {
      width: 100%;
      height: auto; }
  @media (min-width: 680px) {
    .logo-tools .utils-area {
      width: 30%;
      float: left; } }
  @media (min-width: 1310px) {
    .logo-tools .utils-area {
      width: 50%; } }

.nav--trigger {
  width: 29px;
  height: 29px;
  display: block;
  position: absolute;
  top: 5px;
  right: 20px;
  z-index: 9999;
  line-height: 29px; }
  .nav--trigger img {
    width: 100%;
    height: auto; }
  @media (min-width: 680px) {
    .nav--trigger {
      display: none; } }

.icon-burger {
  width: 29px;
  height: 29px;
  z-index: 9999;
  fill: #26313a; }

#sticky-wrapper {
  display: none; }
  @media (min-width: 680px) {
    #sticky-wrapper {
      display: block; } }

/**************************
/	Map Header
/**************************/
.map-header {
  padding: 15px 0; }
  .map-header h1 {
    font-family: "NexaLightRegular", sans-serif;
    font-size: 24px;
    color: #636262;
    letter-spacing: 3.67px;
    line-height: 26px;
    margin-bottom: 5px;
    padding-top: 22px; }
  .map-header .logo img {
    width: 100%;
    height: auto;
    max-width: 305px; }
  .map-header .back-to {
    margin-top: 10px; }

/*************************************
/  Main Nav
/************************************/
.nav-wrapper {
  position: relative;
  width: 98%;
  margin: 0 auto;
  display: none;
  background: #fff;
  z-index: 9000;
  min-height: 125px; }
  .is-sticky .nav-wrapper {
    min-height: 140px;
    margin: 0 auto;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); }
  @media (min-width: 680px) {
    .nav-wrapper {
      display: block;
      margin-bottom: 15px; } }

.progress-a {
  background: #fff;
  z-index: 2000;
  position: absolute;
  top: 25px;
  width: 100%;
  left: 0;
  padding: 5px 0; }
  .is-sticky .progress-a {
    top: 40px; }
  .progress-a .inner {
    height: 1px;
    background: #cdcbcd; }
  .progress-a .status {
    background: maroon;
    height: 3px;
    width: 0;
    -webkit-transition: width .3s ease-in-out;
            transition: width .3s ease-in-out;
    -webkit-transform: translateY(-1px);
        -ms-transform: translateY(-1px);
            transform: translateY(-1px); }

.home-link {
  position: absolute;
  top: 27px;
  left: 0;
  z-index: 9999;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #cdcbcd;
  text-indent: -999em; }
  .home-link.active {
    background: #921530; }

#main-navigation {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin: 1em 0 0; }
  #main-navigation:focus {
    outline: none; }
  #main-navigation ul {
    margin: 0;
    padding: 0; }
  #main-navigation li {
    list-style: none; }
  #main-navigation ul {
    z-index: 100; }
  #main-navigation li {
    float: left;
    width: 20%;
    text-align: center;
    letter-spacing: 1.75px;
    position: relative; }
    #main-navigation li.parent {
      font-family: "NexaBoldRegular", sans-serif; }
  #main-navigation li a {
    display: block;
    background: #fff;
    text-decoration: none;
    padding: 5px 0;
    color: #8d1931;
    text-transform: uppercase;
    font-size: 12px;
    position: relative; }
    #main-navigation li a:after, #main-navigation li a:before {
      width: 8px;
      height: 8px;
      border-radius: 100%;
      background: #AEAEAE;
      content: " ";
      position: absolute;
      left: 50%;
      bottom: -8px;
      margin-left: -4px;
      z-index: 2050; }
    #main-navigation li a:before {
      width: 2px;
      height: 0px;
      border-radius: 0;
      margin-left: -1px;
      opacity: 0;
      top: 34px;
      -webkit-transition: height .2s ease-in-out;
              transition: height .2s ease-in-out; }
    #main-navigation li a.click-focus {
      outline: none; }
  #main-navigation ul ul {
    width: 800%;
    height: 60px;
    display: block;
    z-index: -1;
    position: relative;
    -webkit-transform: translate(-50%, -100%);
        -ms-transform: translate(-50%, -100%);
            transform: translate(-50%, -100%);
    will-change: transform;
    -webkit-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;
    line-height: 60px;
    opacity: 0;
    background: transparent; }
    #main-navigation ul ul:before {
      position: absolute;
      top: 36px;
      left: 50%;
      -webkit-transform: translate(-50%, 0);
          -ms-transform: translate(-50%, 0);
              transform: translate(-50%, 0);
      width: 0%;
      height: 1px;
      content: " ";
      background: #921530;
      -webkit-transition: width .3s ease-in-out;
              transition: width .3s ease-in-out; }
  #main-navigation li li {
    width: auto;
    font-family: "Roboto Condensed", sans-serif;
    text-transform: none; }
    #main-navigation li li a {
      text-transform: none;
      color: #878586;
      font-size: 14px;
      padding: 0 15px; }
      #main-navigation li li a:hover, #main-navigation li li a:focus {
        color: #222; }
  #main-navigation li li a {
    background: transparent; }
    #main-navigation li li a:after, #main-navigation li li a:before {
      display: none; }
  #main-navigation .parent.active a:after, #main-navigation .parent.active a:before, #main-navigation .parent.on-the-way a:after {
    background: #8d1931; }
  #main-navigation .parent.active ul {
    position: absolute;
    top: auto;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    padding-top: 20px;
    opacity: 1;
    background: #ffffff !important; }
  #main-navigation .parent.active[data-child-align="left"] ul {
    left: 100%;
    -webkit-transform: translateX(-23%);
        -ms-transform: translateX(-23%);
            transform: translateX(-23%); }
    @media (min-width: 800px) {
      #main-navigation .parent.active[data-child-align="left"] ul {
        -webkit-transform: translateX(-29%);
            -ms-transform: translateX(-29%);
                transform: translateX(-29%); } }
    @media (min-width: 1000px) {
      #main-navigation .parent.active[data-child-align="left"] ul {
        -webkit-transform: translateX(-36%);
            -ms-transform: translateX(-36%);
                transform: translateX(-36%); } }
    @media (min-width: 1300px) {
      #main-navigation .parent.active[data-child-align="left"] ul {
        -webkit-transform: translateX(-46%);
            -ms-transform: translateX(-46%);
                transform: translateX(-46%); } }
    @media (min-width: 1700px) {
      #main-navigation .parent.active[data-child-align="left"] ul {
        -webkit-transform: translateX(-56%);
            -ms-transform: translateX(-56%);
                transform: translateX(-56%); } }
    .ie #main-navigation .parent.active[data-child-align="left"] ul {
      left: 106%; }
  .ie #main-navigation .parent.active[data-child-align="right"] ul {
    margin-left: -50px; }
  #main-navigation .parent.active .child-zindex {
    z-index: 1000; }
  #main-navigation .parent.active ul:before {
    width: 100%; }
  #main-navigation .parent.active a:before {
    opacity: 1;
    height: 30px; }
  #main-navigation .parent.active li.active a {
    color: #921530; }
    #main-navigation .parent.active li.active a:before {
      position: absolute;
      top: 16px;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      content: '';
      border: 6px solid #fff;
      display: block;
      font-size: 0;
      line-height: 0;
      width: 0;
      height: 0;
      border-bottom-color: #fff;
      border-right-color: #fff;
      border-top-color: #921530;
      border-left-color: #fff;
      z-index: -1; }

/*************************************
/  Buttons
/************************************/
.btn {
  background: green; }

.btn-primary, .btn-secondary, input[type="submit"] {
  background: #fff;
  border: solid 1px #3C97DB;
  border-radius: 4px;
  font-size: 16px;
  color: #3C97DA;
  letter-spacing: 0.41px;
  line-height: 34px;
  text-transform: uppercase; }
  .btn-primary:hover, .btn-secondary:hover, .btn-primary:focus, .btn-secondary:focus, input[type="submit"]:hover, input[type="submit"]:focus {
    background: #921530;
    color: #fff;
    border-color: #921530; }

.form-actions input[type="submit"] {
  background: #3C97DB;
  border: 1px solid #3C97DB;
  color: #fff; }
  .form-actions input[type="submit"]:hover, .form-actions input[type="submit"]:focus {
    background: #921530;
    color: #fff;
    border-color: #921530; }

.btn-secondary {
  background: #3C97DB;
  border: 1px solid #3C97DB;
  color: #fff; }

.subscribe-a [type="text"], .block-mailchimp-signup [type="text"] {
  background: #EAEAEA;
  border: 1px solid #FFFFFF;
  border-radius: 6px;
  padding: 1em;
  width: 80%;
  display: block;
  margin: 0 auto 15px;
  text-align: center; }

.form-item {
  position: relative; }

label {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  color: #585858;
  letter-spacing: 0.77px;
  line-height: 21px;
  text-transform: uppercase;
  font-weight: 200; }

[type="text"], [type="email"], [type="number"], [type="password"], textarea {
  background-color: #fff;
  color: #0098DB;
  font-size: inherit;
  padding: 1em !important;
  border: 0;
  margin: 0;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #b6d5e8; }

::-webkit-input-placeholder {
  color: #0098DB; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #0098DB; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #0098DB; }

:-ms-input-placeholder {
  color: #0098DB; }

#user-login {
  max-width: 400px; }
  #user-login label {
    font-weight: bold; }

.form-actions {
  margin-top: 20px; }

.form-item {
  margin-bottom: 20px; }

/*************************************
/  Footer
/************************************/
#footer {
  border-bottom: 6px solid #921530;
  overflow: hidden; }
  #footer a:hover, #footer:focus {
    opacity: .8; }
  #footer .affiliates {
    text-align: center; }
    #footer .affiliates li {
      margin: 0 10px;
      width: 25%;
      max-width: 112px; }
    #footer .affiliates li img {
      width: 100%;
      height: auto; }
    @media (min-width: 520px) {
      #footer .affiliates li {
        width: auto; } }
    @media (min-width: 768px) {
      #footer .affiliates {
        margin-left: 60px;
        text-align: left; }
        #footer .affiliates li {
          margin: 0 15px; } }
    @media (min-width: 1200px) {
      #footer .affiliates li {
        margin-right: 80px; } }
  #footer .social--footer {
    margin: 2em 0 0 -17px;
    width: 100%;
    text-align: center; }
    #footer .social--footer ul {
      margin: 0;
      padding: 0; }
    #footer .social--footer li {
      list-style: none;
      padding: 0;
      margin-left: 0; }
      #footer .social--footer li:before {
        display: none; }
    #footer .social--footer li {
      position: relative;
      width: 25%;
      float: left;
      padding-right: 10px; }
      #footer .social--footer li:after {
        position: absolute;
        top: 0;
        right: 0;
        content: "";
        background: #DEDEDE;
        width: 1px;
        height: 47px; }
      #footer .social--footer li:last-of-type {
        padding-right: 0; }
        #footer .social--footer li:last-of-type:after {
          display: none; }
    @media (min-width: 768px) {
      #footer .social--footer {
        float: right;
        margin: 0;
        padding: 0; }
        #footer .social--footer li {
          float: left;
          line-height: 50px;
          padding: 0 20px; } }

/*************************************
/  Icomoon
/************************************/
/*
@font-face {
  font-family: 'icomoon';
  src:url('fonts/icomoon.eot?-o9xrfz');
  src:url('fonts/icomoon.eot?#iefix-o9xrfz') format('embedded-opentype'),
    url('fonts/icomoon.woff?-o9xrfz') format('woff'),
    url('fonts/icomoon.ttf?-o9xrfz') format('truetype'),
    url('fonts/icomoon.svg?-o9xrfz#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  text-decoration:none !important;
  @include fontSmoothing();
}

.icon-search-results-beaker:before {
	content: "\e616";
}

*/
.sb-right {
  padding: 1em;
  background: #26313a; }
  .sb-right .inner-wrap {
    position: relative; }
  .sb-right .sb-close {
    position: absolute;
    top: -15px;
    right: 0; }
  .sb-right p, .sb-right h3 {
    color: #fff; }

.scrollable-content {
  overflow-y: auto;
  padding: 0 !important; }

.post-list-a ul {
  margin: 0;
  padding: 0; }
.post-list-a li {
  list-style: none;
  padding: 0;
  margin-left: 0; }
  .post-list-a li:before {
    display: none; }
.post-list-a .info {
  padding-left: 0; }
.post-list-a .image {
  padding-right: 0; }
  .post-list-a .image img {
    width: 100%;
    height: auto; }
.post-list-a li {
  margin-bottom: 25px; }
.post-list-a h3 {
  margin-top: 0; }
.post-list-a figcaption {
  font-size: 12px;
  color: #8F979A;
  line-height: 14px;
  margin-top: 5px;
  font-style: italic; }
@media (min-width: 768px) {
  .post-list-a {
    padding-left: 25px; }
    .post-list-a li {
      margin-bottom: 25px; } }

.post-list-b {
  padding: 1em; }
  .post-list-b ul {
    margin: 0;
    padding: 0; }
  .post-list-b li {
    list-style: none;
    padding: 0;
    margin-left: 0; }
    .post-list-b li:before {
      display: none; }
  .post-list-b li {
    margin-bottom: 50px; }
    .post-list-b li:before {
      display: none; }
  .post-list-b time {
    font-size: 11px;
    color: #868D92;
    letter-spacing: 0.65px;
    line-height: 20px;
    display: block; }
  .post-list-b h3 {
    font-size: 18px;
    color: #0098DB;
    letter-spacing: 1.07px;
    line-height: 22px;
    margin-top: 0;
    margin-bottom: 15px; }
  .post-list-b .more-details {
    font-size: 13px; }
  .post-list-b .type {
    font-size: 12px;
    color: #3B5D6E;
    letter-spacing: 1.11px;
    position: relative;
    margin-left: 30px;
    margin-bottom: 15px; }
    .post-list-b .type p {
      display: inline-block;
      margin-bottom: 0;
      padding-bottom: 0; }
    .post-list-b .type:before {
      content: attr(data-type);
      text-transform: uppercase;
      font-family: "NexaBoldRegular", sans-serif;
      color: #fff;
      background: #D2C295;
      text-align: center;
      font-size: 17px;
      width: 20px;
      height: 20px;
      display: inline-block;
      margin-right: 5px;
      line-height: 22px;
      margin-left: -30px;
      vertical-align: top; }
  .post-list-b a.more-details ~ div p {
    font-size: 12px;
    color: #3B5D6E;
    letter-spacing: 1.11px; }
  @media (min-width: 768px) {
    .post-list-b {
      margin: 0 15px; }
      .column-side .post-list-b {
        margin: 0;
        padding: 0; } }
  .post-list-b.publications .type {
    margin-left: 38px; }
  .post-list-b.publications .type:before {
    background: none;
    position: absolute;
    top: 0;
    left: -8px;
    width: 35px;
    height: 41px; }
  .post-list-b.publications .type span {
    display: block;
    font-size: 12px;
    line-height: 19px; }
  .post-list-b.publications .type.faculty:before {
    background: url("../images/icon-filter-badge-faculty.svg") no-repeat 0% 0%; }
  .post-list-b.publications .type.affiliated:before {
    background: url("../images/icon-filter-badge-affiliated.svg") no-repeat 0% 0%; }
  .post-list-b.publications .type.pubmed:before {
    background: url("../images/icon-filter-badge-pubmed.svg") no-repeat 0% 0%; }

.no-js .search-a input[type="search"] {
  width: 100%; }
.no-js .search-a button[type="submit"] {
  opacity: 1;
  visibility: visible; }
.no-js .sidebar-panel {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  height: auto !important; }
  .no-js .sidebar-panel .parent ul {
    display: block !important; }
  @media (min-width: 680px) {
    .no-js .sidebar-panel {
      display: none !important; } }
.no-js .site-wrapper {
  overflow-x: hidden; }
.no-js #main-navigation ul ul, .no-js .table-grid {
  width: 100%; }
.no-js #main-navigation li {
  max-height: 60px; }

.eq-ie8 .search-a label {
  position: relative;
  left: auto;
  top: auto; }
.eq-ie8 .search-a input[type="search"] {
  width: 100%;
  padding: 10px !important;
  height: 35px; }
.eq-ie8 .search-a button[type="submit"] {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  background: #921530;
  text-indent: 0;
  width: auto;
  color: #fff;
  top: 28px;
  right: 5px; }

.ie #main-navigation ul ul {
  -webkit-transform: translateY(-109%);
      -ms-transform: translateY(-109%);
          transform: translateY(-109%); }

.search-filters-a #edit-field-event-type-tid-wrapper {
  float: none !important;
  padding: 0px !important; }

.date, .location {
  font-size: 14px;
  color: #585858;
  line-height: 21px;
  font-family: "Roboto Condensed",sans-serif; }

.author-div {
  position: relative;
  margin-bottom: 10px;
  font-size: 14px;
  color: #585858;
  line-height: 21px;
  font-family: "Roboto Condensed",sans-serif; }
  .author-div .by {
    position: relative;
    display: inline; }
  .author-div .clearfix:after, .author-div .clearfix:before {
    display: inline; }
  .author-div .entity-field-collection-item {
    position: relative;
    display: inline; }
    .author-div .entity-field-collection-item .content {
      position: relative;
      display: inline-block; }

.fieldset-wrapper {
  position: relative; }

.webform-component--organization, .webform-component--prefix, .webform-component--message {
  margin-top: 50px; }

#edit-submitted-phone-number-num1-error-message, #edit-submitted-phone-number-num2-error-message, #edit-submitted-phone-number-num3-error-message {
  position: absolute;
  bottom: -37px;
  display: none !important; }

#edit-submitted-phone-number-num2-error-message {
  left: 20.5%; }

#edit-submitted-phone-number-num3-error-message {
  left: 41%; }

#phone-error-message {
  display: none; }

#latest-publication-authors {
  margin-bottom: 0px;
  font-size: 12px;
  line-height: 19px; }
  #latest-publication-authors ul {
    margin: 0px !important; }
    #latest-publication-authors ul li {
      margin: 0px !important; }

.latest-publication-content {
  position: relative;
  padding-left: 25px;
  margin-top: 15px; }
  .latest-publication-content .author-div ul {
    margin: 0px !important; }
    .latest-publication-content .author-div ul li {
      margin: 0px !important; }
  .latest-publication-content p {
    margin-bottom: 10px !important; }
  .latest-publication-content .source-info-content {
    margin: 0px !important;
    padding-left: 25px !important;
    margin-bottom: 10px !important; }
    .latest-publication-content .source-info-content li {
      margin: 0px !important;
      position: relative;
      font-size: 14px;
      color: #585858;
      line-height: 21px;
      font-family: "Roboto Condensed",sans-serif; }

.latest-publication-focus-area {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 19px;
  display: block; }

.featured-date {
  margin-bottom: 0px;
  width: 100%;
  position: relative; }

.item-list ul {
  margin-bottom: 20px !important;
  margin-top: 20px !important; }

.pov-teaser {
  font-size: 14px;
  color: #585858;
  line-height: 21px;
  font-family: "Roboto Condensed",sans-serif; }
  .pov-teaser h2, .pov-teaser .submitted, .pov-teaser em {
    display: none !important; }

.page-resources-publications .form-type-date-text label {
  display: none !important; }

.contact-select-type {
  position: relative; }
  .contact-select-type select {
    position: relative;
    background-color: #fff;
    color: #0098DB;
    font-size: inherit;
    padding: 1em;
    padding-right: 3.5em;
    border: 0;
    margin: 0;
    -webkit-appearance: button;
    -moz-appearance: none;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #b6d5e8;
    cursor: pointer; }
  .contact-select-type:before, .contact-select-type:after {
    content: "";
    position: absolute;
    pointer-events: none; }
  .contact-select-type:after {
    position: absolute;
    top: 48px;
    right: 18px;
    border: 7px solid #0098DB;
    border-bottom-color: transparent;
    border-right-color: transparent;
    border-top-color: #0098DB;
    border-left-color: transparent; }

.webform-component-fieldset legend {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  color: #585858;
  letter-spacing: 0.77px;
  line-height: 21px;
  text-transform: uppercase;
  font-weight: 200;
  margin-bottom: 5px;
  border-bottom: 0px; }
.webform-component-fieldset .fieldset-wrapper .contact-text-box {
  margin-top: 0px; }

#edit-field-person-type-value-1-wrapper {
  width: 300px; }

.page-resources-events .form-item-field-focus-area-tid, .page-resources-events .form-item-field-region-tid, .page-resources-events .form-item-field-publication-type-tid, .page-resources-events .form-item-field-event-type-tid, .page-resources-events .form-item-field-blog-type-tid, .page-resources-events .form-type-select, .page-resources-events-archive .form-item-field-focus-area-tid, .page-resources-events-archive .form-item-field-region-tid, .page-resources-events-archive .form-item-field-publication-type-tid, .page-resources-events-archive .form-item-field-event-type-tid, .page-resources-events-archive .form-item-field-blog-type-tid, .page-resources-events-archive .form-type-select, .page-resources-publications .form-item-field-focus-area-tid, .page-resources-publications .form-item-field-region-tid, .page-resources-publications .form-item-field-publication-type-tid, .page-resources-publications .form-item-field-event-type-tid, .page-resources-publications .form-item-field-blog-type-tid, .page-resources-publications .form-type-select, .page-resources-metrics-pov .form-item-field-focus-area-tid, .page-resources-metrics-pov .form-item-field-region-tid, .page-resources-metrics-pov .form-item-field-publication-type-tid, .page-resources-metrics-pov .form-item-field-event-type-tid, .page-resources-metrics-pov .form-item-field-blog-type-tid, .page-resources-metrics-pov .form-type-select, .page-about-us-our-team .form-item-field-focus-area-tid, .page-about-us-our-team .form-item-field-region-tid, .page-about-us-our-team .form-item-field-publication-type-tid, .page-about-us-our-team .form-item-field-event-type-tid, .page-about-us-our-team .form-item-field-blog-type-tid, .page-about-us-our-team .form-type-select {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0; }
  .page-resources-events .form-item-field-focus-area-tid select, .page-resources-events .form-item-field-region-tid select, .page-resources-events .form-item-field-publication-type-tid select, .page-resources-events .form-item-field-event-type-tid select, .page-resources-events .form-item-field-blog-type-tid select, .page-resources-events .form-type-select select, .page-resources-events-archive .form-item-field-focus-area-tid select, .page-resources-events-archive .form-item-field-region-tid select, .page-resources-events-archive .form-item-field-publication-type-tid select, .page-resources-events-archive .form-item-field-event-type-tid select, .page-resources-events-archive .form-item-field-blog-type-tid select, .page-resources-events-archive .form-type-select select, .page-resources-publications .form-item-field-focus-area-tid select, .page-resources-publications .form-item-field-region-tid select, .page-resources-publications .form-item-field-publication-type-tid select, .page-resources-publications .form-item-field-event-type-tid select, .page-resources-publications .form-item-field-blog-type-tid select, .page-resources-publications .form-type-select select, .page-resources-metrics-pov .form-item-field-focus-area-tid select, .page-resources-metrics-pov .form-item-field-region-tid select, .page-resources-metrics-pov .form-item-field-publication-type-tid select, .page-resources-metrics-pov .form-item-field-event-type-tid select, .page-resources-metrics-pov .form-item-field-blog-type-tid select, .page-resources-metrics-pov .form-type-select select, .page-about-us-our-team .form-item-field-focus-area-tid select, .page-about-us-our-team .form-item-field-region-tid select, .page-about-us-our-team .form-item-field-publication-type-tid select, .page-about-us-our-team .form-item-field-event-type-tid select, .page-about-us-our-team .form-item-field-blog-type-tid select, .page-about-us-our-team .form-type-select select {
    background-color: #fff;
    color: #0098DB;
    font-size: inherit;
    padding: 1em;
    padding-right: 3.5em;
    border: 0;
    margin: 0;
    -webkit-appearance: button;
    -moz-appearance: none;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #b6d5e8;
    cursor: pointer; }
  .page-resources-events .form-item-field-focus-area-tid:before, .page-resources-events .form-item-field-focus-area-tid:after, .page-resources-events .form-item-field-region-tid:before, .page-resources-events .form-item-field-region-tid:after, .page-resources-events .form-item-field-publication-type-tid:before, .page-resources-events .form-item-field-publication-type-tid:after, .page-resources-events .form-item-field-event-type-tid:before, .page-resources-events .form-item-field-event-type-tid:after, .page-resources-events .form-item-field-blog-type-tid:before, .page-resources-events .form-item-field-blog-type-tid:after, .page-resources-events .form-type-select:before, .page-resources-events .form-type-select:after, .page-resources-events-archive .form-item-field-focus-area-tid:before, .page-resources-events-archive .form-item-field-focus-area-tid:after, .page-resources-events-archive .form-item-field-region-tid:before, .page-resources-events-archive .form-item-field-region-tid:after, .page-resources-events-archive .form-item-field-publication-type-tid:before, .page-resources-events-archive .form-item-field-publication-type-tid:after, .page-resources-events-archive .form-item-field-event-type-tid:before, .page-resources-events-archive .form-item-field-event-type-tid:after, .page-resources-events-archive .form-item-field-blog-type-tid:before, .page-resources-events-archive .form-item-field-blog-type-tid:after, .page-resources-events-archive .form-type-select:before, .page-resources-events-archive .form-type-select:after, .page-resources-publications .form-item-field-focus-area-tid:before, .page-resources-publications .form-item-field-focus-area-tid:after, .page-resources-publications .form-item-field-region-tid:before, .page-resources-publications .form-item-field-region-tid:after, .page-resources-publications .form-item-field-publication-type-tid:before, .page-resources-publications .form-item-field-publication-type-tid:after, .page-resources-publications .form-item-field-event-type-tid:before, .page-resources-publications .form-item-field-event-type-tid:after, .page-resources-publications .form-item-field-blog-type-tid:before, .page-resources-publications .form-item-field-blog-type-tid:after, .page-resources-publications .form-type-select:before, .page-resources-publications .form-type-select:after, .page-resources-metrics-pov .form-item-field-focus-area-tid:before, .page-resources-metrics-pov .form-item-field-focus-area-tid:after, .page-resources-metrics-pov .form-item-field-region-tid:before, .page-resources-metrics-pov .form-item-field-region-tid:after, .page-resources-metrics-pov .form-item-field-publication-type-tid:before, .page-resources-metrics-pov .form-item-field-publication-type-tid:after, .page-resources-metrics-pov .form-item-field-event-type-tid:before, .page-resources-metrics-pov .form-item-field-event-type-tid:after, .page-resources-metrics-pov .form-item-field-blog-type-tid:before, .page-resources-metrics-pov .form-item-field-blog-type-tid:after, .page-resources-metrics-pov .form-type-select:before, .page-resources-metrics-pov .form-type-select:after, .page-about-us-our-team .form-item-field-focus-area-tid:before, .page-about-us-our-team .form-item-field-focus-area-tid:after, .page-about-us-our-team .form-item-field-region-tid:before, .page-about-us-our-team .form-item-field-region-tid:after, .page-about-us-our-team .form-item-field-publication-type-tid:before, .page-about-us-our-team .form-item-field-publication-type-tid:after, .page-about-us-our-team .form-item-field-event-type-tid:before, .page-about-us-our-team .form-item-field-event-type-tid:after, .page-about-us-our-team .form-item-field-blog-type-tid:before, .page-about-us-our-team .form-item-field-blog-type-tid:after, .page-about-us-our-team .form-type-select:before, .page-about-us-our-team .form-type-select:after {
    content: "";
    position: absolute;
    pointer-events: none; }
  .page-resources-events .form-item-field-focus-area-tid:after, .page-resources-events .form-item-field-region-tid:after, .page-resources-events .form-item-field-publication-type-tid:after, .page-resources-events .form-item-field-event-type-tid:after, .page-resources-events .form-item-field-blog-type-tid:after, .page-resources-events .form-type-select:after, .page-resources-events-archive .form-item-field-focus-area-tid:after, .page-resources-events-archive .form-item-field-region-tid:after, .page-resources-events-archive .form-item-field-publication-type-tid:after, .page-resources-events-archive .form-item-field-event-type-tid:after, .page-resources-events-archive .form-item-field-blog-type-tid:after, .page-resources-events-archive .form-type-select:after, .page-resources-publications .form-item-field-focus-area-tid:after, .page-resources-publications .form-item-field-region-tid:after, .page-resources-publications .form-item-field-publication-type-tid:after, .page-resources-publications .form-item-field-event-type-tid:after, .page-resources-publications .form-item-field-blog-type-tid:after, .page-resources-publications .form-type-select:after, .page-resources-metrics-pov .form-item-field-focus-area-tid:after, .page-resources-metrics-pov .form-item-field-region-tid:after, .page-resources-metrics-pov .form-item-field-publication-type-tid:after, .page-resources-metrics-pov .form-item-field-event-type-tid:after, .page-resources-metrics-pov .form-item-field-blog-type-tid:after, .page-resources-metrics-pov .form-type-select:after, .page-about-us-our-team .form-item-field-focus-area-tid:after, .page-about-us-our-team .form-item-field-region-tid:after, .page-about-us-our-team .form-item-field-publication-type-tid:after, .page-about-us-our-team .form-item-field-event-type-tid:after, .page-about-us-our-team .form-item-field-blog-type-tid:after, .page-about-us-our-team .form-type-select:after {
    position: absolute;
    top: 22px;
    right: 18px;
    border: 7px solid #0098DB;
    border-bottom-color: transparent;
    border-right-color: transparent;
    border-top-color: #0098DB;
    border-left-color: transparent; }

.form-textarea-wrapper .grippie {
  display: none; }
.form-textarea-wrapper #edit-submitted-message_counter {
  margin-top: 10px;
  text-align: right;
  color: #878586; }
.form-textarea-wrapper #edit-submitted-subscribe {
  display: inline-block; }

.metrics-office {
  margin-top: 30px;
  margin-bottom: 50px; }

.thank-you-message {
  text-align: center;
  position: relative; }
  .thank-you-message h1 {
    margin-bottom: 20px; }

.contact-check-box .description {
  display: inline-block !important;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  color: #585858;
  letter-spacing: 0.77px;
  line-height: 21px;
  text-transform: uppercase;
  font-weight: 200;
  width: 80%; }
.contact-check-box #edit-submitted-subscribe {
  display: inline-block;
  vertical-align: top; }
.contact-check-box input {
  margin-top: 4px; }

.webform-submit {
  background: #fff;
  border: solid 1px #3C97DB;
  border-radius: 4px;
  font-size: 16px;
  color: #3C97DA;
  letter-spacing: 0.41px;
  line-height: 34px;
  padding: 5px 40px;
  margin-top: 20px;
  text-transform: uppercase; }
  .webform-submit:focus, .webform-submit:hover {
    background: #921530;
    color: #fff;
    border-color: #921530; }

#edit-field-source-publication-date-value-min-date, #edit-field-source-publication-date-value-max-date {
  width: 100%;
  margin: 0px; }

.news-type {
  text-transform: uppercase; }

.event-type {
  text-transform: uppercase; }

.next-event-author {
  display: inline;
  font-size: 12px !important;
  color: #3B5D6E !important; }

#edit-field-source-publication-date-value-wrapper {
  padding: 0px 15px !important; }
  #edit-field-source-publication-date-value-wrapper .description {
    display: none !important; }

.page-resources-publications .views-exposed-form .views-exposed-widget {
  padding: 0px 15px 0px 0px !important; }
.page-resources-publications .views-exposed-form label {
  font-weight: 200 !important; }
.page-resources-publications .start {
  padding-right: 0px !important; }
.page-resources-publications .end {
  padding-left: 0px !important; }
.page-resources-publications #edit-combine-wrapper {
  padding-left: 15px !important; }

.views-exposed-form .form-item, .views-exposed-form .form-submit {
  margin: 0px !important; }

#submit-button {
  padding: 26px 15px 0px 0px !important; }
  #submit-button .submit {
    width: 100%;
    position: relative;
    padding: 0px !important; }

.publication-filter-button {
  display: none !important; }

#edit-field-publication-type-tid-wrapper {
  padding-left: 15px !important; }

#edit-field-source-publication-date-value-min-wrapper, #edit-field-source-publication-date-value-max-wrapper {
  float: left;
  width: 41.66667%; }

.form-type-radio.form-item-field-pubmedid-value input {
  margin: 0px;
  margin-top: -5px; }
.form-type-radio.form-item-field-pubmedid-value label {
  text-transform: none !important;
  cursor: pointer; }

#edit-field-source-publication-date-value-min-wrapper {
  padding-left: 15px;
  padding-right: 0px; }

#edit-field-source-publication-date-value-max-wrapper {
  padding-left: 0px;
  padding-right: 15px; }

.filter {
  margin: 0px; }

#edit-field-metrics-affiliated-publica-value-wrapper > label, #edit-field-pubmedid-value-wrapper > label {
  opacity: 0;
  margin-bottom: 15px; }

#edit-field-metrics-affiliated-publica-value-wrapper > label, #edit-field-pubmedid-value-wrapper > label, #edit-field-faculty-publication-value-wrapper > label {
  margin-bottom: 15px; }
#edit-field-metrics-affiliated-publica-value-wrapper label img, #edit-field-pubmedid-value-wrapper label img, #edit-field-faculty-publication-value-wrapper label img {
  width: 28px; }

.page-resources-publications .filter-container {
  opacity: 0; }

#edit-field-faculty-publication-value-wrapper .form-item-edit-field-faculty-publication-value-1 label, #edit-field-metrics-affiliated-publica-value-wrapper .form-item-edit-field-metrics-affiliated-publica-value-1 label {
  text-transform: none;
  cursor: pointer; }

.mobile-submit {
  display: none; }

.webform-component--phone-number .form-item {
  width: 20%;
  display: inline-block; }

@media (min-width: 1200px) {
  .search-filters-a .submit .btn {
    float: right; } }

@media screen and (max-width: 1200px) {
  .mobile-submit {
    display: block; }
  .desktop-submit {
    display: none; }
  #edit-field-region-tid-wrapper, #edit-field-publication-type-tid-wrapper {
    width: 50%; }
  #submit-button.mobile-submit {
    padding: 0px !important; } }

@media screen and (max-width: 992px) {
  #edit-field-faculty-publication-value-wrapper, #edit-field-metrics-affiliated-publica-value-wrapper, #edit-field-pubmedid-value-wrapper {
    width: 100%;
    margin-bottom: 5px; }
  #edit-field-source-publication-date-value-wrapper {
    padding: 0px !important; }
  #edit-field-metrics-affiliated-publica-value-wrapper > label, #edit-field-pubmedid-value-wrapper > label {
    display: none; }
  #edit-field-faculty-publication-value-wrapper {
    margin-top: 20px; } }

@media screen and (max-width: 768px) {
  #edit-field-focus-area-tid-wrapper, #edit-combine-wrapper, #edit-field-region-tid-wrapper, #edit-field-publication-type-tid-wrapper {
    width: 100% !important;
    padding: 0px !important; }
  .page-resources-publications #edit-combine-wrapper {
    padding-left: 0px !important; } }

#admin-menu, #admin-menu .dropdown {
  z-index: 9999; }

.table-grid .table-grid--row .orphan {
  display: block !important; }

.form-item-field-faculty-publication-value:after, .form-item-field-metrics-affiliated-publica-value:after, .form-item-field-pubmedid-value:after {
  display: none !important; }

#search-form {
  max-width: 600px;
  padding-bottom: 20px; }
  #search-form .form-item {
    display: block;
    padding-bottom: 0; }
  #search-form #edit-basic {
    margin-bottom: 20px; }

ol.search-results {
  padding: 0; }
  ol.search-results li {
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
    padding-bottom: 15px; }
  ol.search-results .search-snippet-info {
    padding-left: 0; }
  ol.search-results .search-snippet-info p {
    margin-bottom: 5px; }

html, body {
  height: 100%; }

.flexslider {
  height: 100%;
  margin: 0;
  padding: 0;
  background: none;
  border: 0;
  overflow: hidden;
  box-shadow: none; }
  .flexslider .flex-viewport {
    height: 100%; }
  .flexslider .flex-control-nav {
    bottom: 20px; }
  .flexslider .slides {
    height: 100%; }
    .flexslider .slides li {
      height: 100%; }

.flex-control-nav li:before {
  display: none !important; }

.centers-programs--slider .flex-viewport {
  width: 85%;
  margin: 0 auto; }
.centers-programs--slider .flex-control-nav {
  bottom: 40px; }
  @media (min-width: 993px) {
    .centers-programs--slider .flex-control-nav {
      display: none; } }
.centers-programs--slider .flex-direction-nav a {
  display: none !important; }
  @media (min-width: 993px) {
    .centers-programs--slider .flex-direction-nav a {
      display: block !important; } }
.centers-programs--slider .flex-prev {
  background: url("../images/icon-chevron-left.svg") no-repeat 50% 50%;
  left: -9px;
  background-color: #fff;
  padding: 5px; }
  @media (min-width: 993px) {
    .centers-programs--slider .flex-prev {
      left: 0; } }
.centers-programs--slider .flex-next {
  background: url("../images/icon-chevron-right.svg") no-repeat 50% 50%;
  background-color: #fff;
  padding: 5px;
  right: -9px; }
  @media (min-width: 993px) {
    .centers-programs--slider .flex-next {
      right: 10px; } }
.centers-programs--slider .flex-prev:before, .centers-programs--slider .flex-next:before {
  content: " " !important; }

#map-drawer .flexslider .flex-viewport {
  height: 100%; }
#map-drawer .flexslider .flex-control-nav {
  bottom: 20px; }
#map-drawer .flexslider .flex-direction-nav a {
  height: 92px;
  color: #fff;
  opacity: 1 !important;
  overflow: inherit; }
#map-drawer .flexslider .flex-direction-nav a span {
  font-size: 11px;
  color: #868D92;
  letter-spacing: 0.65px;
  line-height: 15px;
  text-shadow: none;
  margin: 80px 0 0 10px;
  text-transform: uppercase;
  display: block;
  text-indent: 0; }
  #map-drawer .flexslider .flex-direction-nav a span:hover, #map-drawer .flexslider .flex-direction-nav a span:focus {
    color: #000; }
#map-drawer .flexslider .slides {
  height: 100%; }
  #map-drawer .flexslider .slides li {
    height: 100%; }
#map-drawer .flexslider .flex-direction-nav a:before {
  content: " "; }
#map-drawer .flex-direction-nav a {
  width: 35px;
  height: 92px;
  margin: -20px 0 0;
  display: block;
  position: absolute;
  top: 125px;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: all .3s ease; }
#map-drawer .flex-direction-nav .flex-next {
  background: url("..//images/fallbacks/map-pager-right.png");
  right: 0;
  text-indent: 9999px; }
#map-drawer .flex-direction-nav .flex-next span {
  text-align: right;
  margin-left: 0 !important;
  -webkit-transform: translateX(-10px);
      -ms-transform: translateX(-10px);
          transform: translateX(-10px); }
#map-drawer .flex-direction-nav .flex-prev {
  background: url("..//images/fallbacks/map-pager-left.png");
  left: 0; }
#map-drawer .flex-direction-nav .flex-disabled {
  opacity: .3 !important;
  filter: alpha(opacity=30);
  cursor: default; }

@media (min-width: 600px) {
  [data-anchor-link="true"]:target {
    outline: none;
    padding-top: 140px;
    margin-top: -140px; } }

.search-a {
  position: relative;
  padding-left: 5%;
  margin-top: 5px; }
  .search-a label {
    position: absolute;
    top: -999em;
    left: -999em; }
  .search-a input[type="search"], .search-a input[type="text"] {
    height: 60px;
    width: 60px;
    border-radius: 60px;
    border: 1px solid #921530;
    color: transparent;
    cursor: pointer;
    background: url("../images/fallbacks/icon-search.png") 17px 50% no-repeat;
    background: url("../images/icon-search.svg") 17px 50% no-repeat;
    -webkit-transition: all .3s;
            transition: all .3s;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    padding-right: 60px; }
    .ios .search-a input[type="search"], .ios .search-a input[type="text"] {
      padding-right: 50px; }
    .search-a input[type="search"]:focus, .search-a input[type="search"].always-on, .search-a input[type="text"]:focus, .search-a input[type="text"].always-on {
      width: 100%;
      padding-left: 52px !important;
      color: #000;
      background-color: #fff;
      cursor: auto;
      outline: none; }
      .search-a input[type="search"]:focus::-webkit-input-placeholder, .search-a input[type="search"].always-on::-webkit-input-placeholder, .search-a input[type="text"]:focus::-webkit-input-placeholder, .search-a input[type="text"].always-on::-webkit-input-placeholder {
        color: #636262; }
      .search-a input[type="search"]:focus:-moz-placeholder, .search-a input[type="search"].always-on:-moz-placeholder, .search-a input[type="text"]:focus:-moz-placeholder, .search-a input[type="text"].always-on:-moz-placeholder {
        color: #636262; }
      .search-a input[type="search"]:focus::-moz-placeholder, .search-a input[type="search"].always-on::-moz-placeholder, .search-a input[type="text"]:focus::-moz-placeholder, .search-a input[type="text"].always-on::-moz-placeholder {
        color: #636262; }
      .search-a input[type="search"]:focus:-ms-input-placeholder, .search-a input[type="search"].always-on:-ms-input-placeholder, .search-a input[type="text"]:focus:-ms-input-placeholder, .search-a input[type="text"].always-on:-ms-input-placeholder {
        color: #636262; }
  .search-a ::-webkit-input-placeholder {
    color: transparent; }
  .search-a :-moz-placeholder {
    color: transparent; }
  .search-a ::-moz-placeholder {
    color: transparent; }
  .search-a :-ms-input-placeholder {
    color: transparent; }
  .search-a button {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 47%;
    right: 15px;
    text-indent: -9999em;
    opacity: 0;
    background: url("../images/icon-arrow-right-maroon.png") no-repeat 50% 50%;
    background: url("../images/icon-arrow-right-maroon.svg") no-repeat 50% 50%;
    border: 0;
    width: 30px;
    height: 30px;
    -webkit-transform: translate(0%, -50%);
        -ms-transform: translate(0%, -50%);
            transform: translate(0%, -50%); }
    .search-a button:focus {
      outline: 1px dotted #26313A; }
  .search-a.open input[type="search"], .search-a.open input[type="text"] {
    width: 100%;
    padding-left: 52px !important; }
  .search-a.open button {
    -webkit-animation: buttonFadeIn 2s ease forwards;
            animation: buttonFadeIn 2s ease forwards;
    visibility: visible; }

@-webkit-keyframes buttonFadeIn {
  to {
    opacity: 1; } }

@keyframes buttonFadeIn {
  to {
    opacity: 1; } }

.peer-network-tools {
  width: 100%;
  position: relative; }
  .peer-network-tools ul {
    margin: 0;
    padding: 0; }
  .peer-network-tools li {
    list-style: none;
    padding: 0;
    margin-left: 0; }
    .peer-network-tools li:before {
      display: none; }
  .peer-network-tools ul {
    position: relative;
    margin-top: 20px; }
    .peer-network-tools ul:after {
      position: absolute;
      top: -7px;
      right: 0;
      content: " ";
      width: 10px;
      height: 36px;
      background: #26313A; }
  .peer-network-tools li {
    display: inline-block;
    position: relative; }
  .peer-network-tools .join {
    font-family: "NexaLightRegular", sans-serif;
    position: relative;
    padding-right: 20px;
    margin-right: 20px;
    font-size: 13px;
    letter-spacing: 1.4px;
    line-height: 2;
    display: none; }
    .peer-network-tools .join:after {
      position: absolute;
      top: 0;
      right: 0;
      content: " ";
      width: 1px;
      height: 27px;
      background: #C7C7C7; }
    @media (min-width: 1310px) {
      .peer-network-tools .join {
        display: inline-block; } }
  .peer-network-tools .log-in {
    font-family: "NexaBoldRegular", sans-serif;
    letter-spacing: 1.4px;
    line-height: 14px; }
    .peer-network-tools .log-in a {
      padding-right: 30px;
      margin-right: 25px;
      background: url("../images/fallbacks/icon-human.png") no-repeat 100% 0;
      background: url("../images/icon-human.svg") no-repeat 100% 0; }
  .peer-network-tools .join, .peer-network-tools .log-in {
    text-transform: uppercase; }
    .peer-network-tools .join a, .peer-network-tools .log-in a {
      color: #26313A; }

.custom-dropdown {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 100%; }
  .custom-dropdown label {
    font-weight: 200 !important; }
  .custom-dropdown select {
    background-color: #fff;
    color: #0098DB;
    font-size: inherit;
    padding: 1em;
    padding-right: 3.5em;
    border: 0;
    margin: 0;
    -webkit-appearance: button;
    -moz-appearance: none;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #b6d5e8;
    cursor: pointer; }
  .custom-dropdown:before, .custom-dropdown:after {
    content: "";
    position: absolute;
    pointer-events: none; }
  .custom-dropdown:after {
    position: absolute;
    top: 22px;
    right: 18px;
    border: 7px solid #0098DB;
    border-bottom-color: transparent;
    border-right-color: transparent;
    border-top-color: #0098DB;
    border-left-color: transparent; }
  .ie .custom-dropdown:before, .ie .custom-dropdown:after, .ff30 .custom-dropdown:before, .ff30 .custom-dropdown:after {
    display: none !important;
    opacity: 0; }
  .ie .custom-dropdown select, .ff30 .custom-dropdown select {
    padding-right: 1em; }
  .eq-ie9 .custom-dropdown :after {
    display: none; }

.page-pager {
  width: 35px;
  height: 92px;
  background: url("../images/arrow-tab-left.svg") no-repeat;
  position: fixed;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  left: 0;
  text-indent: -9999em;
  z-index: 9999;
  display: none; }
  @media (min-width: 680px) {
    .page-pager {
      display: block; } }
  .page-pager.show-pager {
    display: block; }
  .node-type-static-pages .page-pager {
    display: none; }

#btn-page-prev {
  display: none; }

#btn-page-next {
  left: auto;
  right: 0;
  background: url("../images/arrow-tab-right.svg") no-repeat; }

.springy-a {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 15px; }
  @media (min-width: 1000px) {
    .springy-a {
      padding: 40px 15px 0; } }
  .springy-a ul {
    margin: 0;
    padding: 0; }
  .springy-a li {
    list-style: none; }
  .springy-a .trigger {
    position: absolute;
    top: 10px;
    left: 15px;
    font-size: 20px;
    text-decoration: none;
    border: 0;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 24px;
    border-radius: 100%;
    color: #555;
    background: url("../images/icon-plus-round.svg");
    background-size: 100%;
    display: none; }
    .ios .springy-a .trigger {
      height: 40px; }
    .js .springy-a .trigger:focus {
      outline: none; }
    .springy-a .trigger.tab-focus {
      outline: 1px dotted #666 !important; }
    @media (min-width: 1000px) {
      .springy-a .trigger {
        display: block; } }
  .springy-a .items {
    margin-top: 30px; }
    @media (min-width: 1000px) {
      .springy-a .items {
        margin-top: 0;
        width: 350px;
        margin: 0 auto; } }
  .springy-a .item {
    position: relative;
    margin-bottom: 30px; }
    @media (min-width: 1000px) {
      .springy-a .item {
        width: 45%;
        height: 70px;
        margin-bottom: 0; } }
    .springy-a .item:before {
      content: " ";
      width: 7px;
      height: 7px;
      background: #d9c390;
      position: absolute;
      top: 3px;
      right: -13px;
      border-radius: 100%;
      z-index: 100; }
    .springy-a .item:after {
      content: " ";
      width: 1px;
      height: 100%;
      background: #e6e7e8;
      position: absolute;
      top: 6px;
      right: 0;
      -webkit-transform: rotate(15deg);
          -ms-transform: rotate(15deg);
              transform: rotate(15deg);
      z-index: 50; }
    .springy-a .item:before, .springy-a .item:after {
      display: none; }
      @media (min-width: 1000px) {
        .springy-a .item:before, .springy-a .item:after {
          display: block; } }
    @media (min-width: 1000px) {
      .springy-a .item:nth-child(odd) {
        text-align: right;
        margin-left: 5%; } }
    .springy-a .item:nth-child(even) .info {
      padding: 0 10px 0 0; }
    .springy-a .item:nth-child(even):before {
      left: -12px; }
    .springy-a .item:nth-child(even):after {
      left: 0;
      -webkit-transform: rotate(-15deg);
          -ms-transform: rotate(-15deg);
              transform: rotate(-15deg); }
    .springy-a .item:nth-child(even):before, .springy-a .item:nth-child(even):after {
      display: none; }
    @media (min-width: 1000px) {
      .springy-a .item:nth-child(even) {
        margin-left: 50%; }
        .springy-a .item:nth-child(even):before, .springy-a .item:nth-child(even):after {
          display: block; } }
    .springy-a .item:last-of-type:after {
      display: none; }
    .springy-a .item h4 {
      margin: 0;
      padding: 0;
      color: #1a99d8;
      font-size: 13px;
      text-transform: uppercase;
      padding-bottom: 2px;
      border-bottom: 1px solid #e6e7e8;
      font-family: "NexaBoldRegular", sans-serif;
      letter-spacing: 1.18px; }
    .springy-a .item .info {
      -webkit-transition: opacity .2s ease-in-out;
              transition: opacity .2s ease-in-out;
      text-align: left;
      font-size: 13px;
      color: #555;
      padding-top: 10px; }
      @media (min-width: 1000px) {
        .springy-a .item .info {
          opacity: 0;
          visibility: hidden;
          padding: 0 10px 0 10px; } }
  .springy-a.active .trigger {
    background: url("../images/icon-minus-round.svg");
    background-size: 100%; }
  .springy-a.active .trigger .collapse {
    display: inline-block; }
  .springy-a.active .trigger .expand {
    display: none; }
  .springy-a.active .item {
    height: auto;
    margin-left: 0; }
    .springy-a.active .item:before {
      right: -15px; }
    .springy-a.active .item:after {
      -webkit-transform: rotate(0);
          -ms-transform: rotate(0);
              transform: rotate(0);
      right: -12px;
      height: 120%; }
  .springy-a.active .item:nth-child(even) {
    margin-left: 53%; }
    .springy-a.active .item:nth-child(even):before {
      left: -20px; }
    .springy-a.active .item:nth-child(even):after {
      -webkit-transform: rotate(0);
          -ms-transform: rotate(0);
              transform: rotate(0);
      left: -17px;
      height: 120%; }
  .springy-a.active .item .info {
    opacity: 1;
    visibility: visible;
    padding-top: 10px; }

.subscribe-a, .block-mailchimp-signup {
  text-align: center;
  margin-bottom: 80px; }
  .subscribe-a h3, .block-mailchimp-signup h3 {
    font-size: 16px;
    color: #3B5D6E;
    letter-spacing: 2.44px;
    line-height: 21px;
    text-transform: uppercase;
    margin-bottom: 15px;
    position: relative; }
  .subscribe-a p, .subscribe-a .mailchimp-signup-subscribe-form-description, .block-mailchimp-signup p, .block-mailchimp-signup .mailchimp-signup-subscribe-form-description {
    padding: 0 50px;
    margin-bottom: 30px; }
  .subscribe-a [type="text"], .block-mailchimp-signup [type="text"] {
    margin-bottom: 30px; }
  .subscribe-a label, .block-mailchimp-signup label {
    font-size: 14px;
    color: #3B5D6E;
    letter-spacing: 0.91px;
    line-height: 21px;
    font-style: italic;
    text-align: center;
    font-weight: normal;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .subscribe-a .el-wrap, .block-mailchimp-signup .el-wrap {
    position: relative; }

.download-brochure-a {
  text-align: center;
  margin-bottom: 60px; }
  .download-brochure-a h3 {
    font-family: "NexaBoldRegular", sans-serif;
    font-size: 14px;
    color: #3C98DB;
    letter-spacing: 1.94px;
    line-height: 21px;
    text-transform: uppercase; }
  .download-brochure-a a:hover h3 {
    color: #005175; }
  .download-brochure-a img {
    width: auto; }

/*****************************************
/  Search Filters - Publications - Events
/****************************************/
.search-filters-a {
  margin-bottom: 25px; }
  .search-filters-a h1 {
    margin-bottom: 40px;
    margin-top: 10px; }
  .search-filters-a h3 {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 14px;
    color: #585858;
    letter-spacing: 0.77px;
    line-height: 21px;
    text-transform: uppercase;
    font-weight: 200;
    margin-bottom: 0; }
  .search-filters-a .row {
    margin-bottom: 15px; }
  .search-filters-a .start-end .start {
    padding-right: 0; }
  .search-filters-a .start-end .end {
    padding-left: 0; }
  .search-filters-a .affiliated-col {
    padding-top: 3px; }
  @media (min-width: 1200px) {
    .search-filters-a .submit {
      padding-top: 26px; }
      .search-filters-a .submit button {
        float: right; } }
  .search-filters-a .separator {
    position: relative;
    height: 50px; }
    .search-filters-a .separator span {
      width: 30%;
      height: 1px;
      background: #BDDAEC;
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      margin-left: -15%; }
  .search-filters-a .checkbox-filters label {
    margin-left: 45px;
    text-transform: none;
    line-height: .5;
    display: block;
    cursor: pointer; }
    .lt-ie10 .search-filters-a .checkbox-filters label {
      margin-left: 0; }
    .search-filters-a .checkbox-filters label img {
      margin-left: -45px;
      width: 28px; }
      .lt-ie10 .search-filters-a .checkbox-filters label img {
        display: none; }
  .search-filters-a .checkbox-filters [type="checkbox"] {
    margin-right: 3px; }
  @media (min-width: 768px) {
    .search-filters-a {
      max-width: 75%; } }

.view-all-news {
  margin-top: 9px; }

/*****************************************
/  Search Filters - Publications - Events
/****************************************/
.search-results-a ul, .search-results-b ul {
  margin: 0;
  padding: 0; }
.search-results-a li, .search-results-b li {
  list-style: none;
  padding: 0;
  margin-left: 0; }
  .search-results-a li:before, .search-results-b li:before {
    display: none; }
.search-results-a h2, .search-results-b h2 {
  margin-bottom: 30px; }
.search-results-a .item, .search-results-b .item {
  border-top: 1px solid #DBDBDB;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 15px; }
  @media (min-width: 768px) {
    .search-results-a .item, .search-results-b .item {
      margin-bottom: 50px; } }
.search-results-a .details, .search-results-b .details {
  padding: 15px; }
  .search-results-a .details h3, .search-results-b .details h3 {
    margin-bottom: 15px; }
  @media (min-width: 768px) {
    .search-results-a .details, .search-results-b .details {
      padding: 30px 55px 30px 30px; } }
.search-results-a .pov, .search-results-b .pov {
  padding: 30px 15px; }
  .search-results-a .pov .pov-badge, .search-results-b .pov .pov-badge {
    margin-bottom: 15px; }
    @media (min-width: 768px) {
      .search-results-a .pov .pov-badge, .search-results-b .pov .pov-badge {
        margin: -30px 0 30px; } }

/*****************************************
/  Search Filters - Publications - Events
/****************************************/
.search-result-featured-a, .search-result-featured-b {
  background: #EEF6F8;
  padding: 25px; }
  .search-result-featured-a h2, .search-result-featured-b h2 {
    font-size: 18px; }
  .search-result-featured-a h3, .search-result-featured-b h3 {
    font-size: 24px;
    color: #0098DB;
    letter-spacing: 1.41px;
    line-height: 27px;
    margin-bottom: 20px; }
  .search-result-featured-a .sub-title, .search-result-featured-b .sub-title {
    display: block;
    text-transform: none;
    font-weight: 200;
    font-family: "NexaLightRegular", sans-serif;
    font-size: 18px; }
  .search-result-featured-a .type, .search-result-featured-b .type {
    position: relative; }
  .search-result-featured-a .type:before, .search-result-featured-b .type:before {
    background: none;
    position: absolute;
    top: 65px;
    left: -50px;
    width: 28px;
    height: 41px;
    content: " ";
    background-size: 100%;
    display: none; }
  .search-result-featured-a .type.faculty:before, .search-result-featured-b .type.faculty:before {
    background: url("../images/icon-filter-badge-faculty.svg") no-repeat 0% 0%;
    background-size: 100%; }
  .search-result-featured-a .type.affiliated:before, .search-result-featured-b .type.affiliated:before {
    background: url("../images/icon-filter-badge-affiliated.svg") no-repeat 0% 0%;
    background-size: 100%; }
  .search-result-featured-a .type.pubmed:before, .search-result-featured-b .type.pubmed:before {
    background: url("../images/icon-filter-badge-pubmed.svg") no-repeat 0% 0%;
    background-size: 100%; }
  @media (min-width: 768px) {
    .search-result-featured-a, .search-result-featured-b {
      padding: 25px 100px 65px;
      margin-bottom: 68px; }
      .search-result-featured-a .type:before, .search-result-featured-b .type:before {
        display: block; } }
  @media (min-width: 1200px) {
    .search-result-featured-a, .search-result-featured-b {
      max-width: 75%; } }

.search-result-featured-b .type {
  font-size: 12px;
  color: #3B5D6E;
  letter-spacing: 1.11px;
  position: relative;
  margin-left: 30px; }
  .search-result-featured-b .type p {
    display: inline-block; }
  .search-result-featured-b .type:before {
    content: attr(data-type);
    text-transform: uppercase;
    font-family: "NexaBoldRegular", sans-serif;
    color: #fff;
    background: #d9c390;
    text-align: center;
    font-size: 30px;
    width: 40px;
    height: 40px;
    display: inline-block;
    margin-right: 5px;
    line-height: 40px;
    margin-left: -30px;
    top: 45px; }
.search-result-featured-b .abstract {
  padding: 30px; }

/*****************************************
/  Pagination
/****************************************/
.pagination-a {
  border: 1px solid #DBDBDB;
  border-width: 1px 0 1px 0; }
  .pagination-a .pager {
    text-align: left; }
  .pagination-a li a, .pagination-a li.pager-current {
    border: 0;
    border-radius: 0;
    font-family: "NexaBoldRegular", sans-serif;
    font-size: 16px;
    color: #0098DB;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .pagination-a li a, .pagination-a li.pager-current {
        font-size: 24px;
        line-height: 34px;
        letter-spacing: 2.22px; } }
  .pagination-a li a:hover, .pagination-a li a:focus {
    background: none;
    color: #005175; }
  .pagination-a li.pager-current {
    padding: 5px 14px;
    color: #A0A6A8; }

/*****************************************
/  Experts List View
/****************************************/
.experts-a {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-bottom: 25px; }
  .experts-a ul {
    margin: 0;
    padding: 0; }
  .experts-a li {
    list-style: none;
    padding: 0;
    margin-left: 0; }
    .experts-a li:before {
      display: none; }
  .experts-a li {
    position: relative;
    padding-left: 130px;
    padding-bottom: 60px;
    display: block; }
  .experts-a figure {
    position: absolute;
    top: 0;
    left: 0; }
  .experts-a figure img {
    width: 120px; }
  .experts-a h4 {
    margin-top: 0; }
  .experts-a h4 a {
    font-family: "NexaBoldRegular", sans-serif;
    font-size: 16px;
    letter-spacing: 0.95px;
    line-height: 20px; }
  .experts-a p {
    font-size: 12px; }
    .experts-a p.type {
      text-transform: uppercase;
      padding-top: 5px;
      margin-top: 5px;
      border-top: 1px solid #DBDBDB; }
  .experts-a.affiliates li {
    border-bottom: 1px solid #DBDBDB;
    margin-bottom: 70px;
    padding-bottom: 25px;
    padding-left: 0; }
  .experts-a.affiliates .info, .experts-a.affiliates .excerpt {
    width: 100%;
    position: relative;
    overflow: hidden;
    display: block; }
  .experts-a.affiliates .info {
    padding-left: 130px;
    min-height: 140px; }
  .experts-a.affiliates .excerpt {
    margin-top: 23px;
    font-style: italic;
    min-height: 100px; }
  @media (min-width: 1200px) {
    .experts-a li {
      float: left;
      width: 45%;
      margin-right: 5%; }
    .experts-a.affiliates li {
      padding-left: 0; }
    .experts-a.affiliates .info {
      padding-left: 130px; } }

.expert-detail h1 {
  margin: 30px 0 10px; }
.expert-detail > p a {
  color: #921530; }
.expert-detail .row {
  margin: 0; }
.expert-detail .title {
  font-family: "NexaBoldRegular", sans-serif;
  font-size: 18px;
  color: #636262;
  letter-spacing: 1.07px;
  line-height: 24px;
  margin-bottom: 20px; }
.expert-detail .info, .expert-detail .contacts {
  background: #EEF6F8;
  padding: 15px; }
.expert-detail .info {
  margin-bottom: 5px; }
.expert-detail .image {
  margin-bottom: 1em; }
  .expert-detail .image img {
    width: 100%;
    height: auto;
    max-width: 330px; }
.expert-detail .contacts {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-bottom: 36px;
  padding-bottom: 5px;
  /*
		icon-contact-envelope.svg

		*/ }
  .expert-detail .contacts ul {
    margin: 0;
    padding: 0; }
  .expert-detail .contacts li {
    list-style: none;
    padding: 0;
    margin-left: 0; }
    .expert-detail .contacts li:before {
      display: none; }
  .expert-detail .contacts h2 {
    margin-top: 0; }
  .expert-detail .contacts li a {
    padding-left: 25px;
    background-repeat: no-repeat; }
  .expert-detail .contacts li.email a {
    background: url("..//images/icon-contact-envelope.svg");
    background-repeat: no-repeat;
    padding-left: 35px; }
  .expert-detail .contacts li.twitter a {
    background: url("..//images/icon-contact-twitter.svg");
    background-repeat: no-repeat; }
  .expert-detail .contacts li.facebook a {
    background: url("..//images/icon-contact-facebook.svg");
    background-repeat: no-repeat; }
  .expert-detail .contacts li.blog a {
    background: url("..//images/icon-contact-blog.svg");
    background-repeat: no-repeat; }
  .expert-detail .contacts li.website a {
    background: url("..//images/icon-external-link.svg");
    background-repeat: no-repeat;
    background-size: 16px; }
  @media (min-width: 1200px) {
    .expert-detail .contacts h2 {
      float: left;
      margin-right: 15px;
      vertical-align: middle; }
    .expert-detail .contacts li {
      margin-right: 2em;
      float: left; } }
.expert-detail .publications-list {
  background: #EEF6F8;
  margin-bottom: 40px; }
  .expert-detail .publications-list .item {
    margin-bottom: 50px; }

.areas-of-interest {
  width: 100%;
  overflow: hidden;
  position: relative; }
  .areas-of-interest ul {
    margin: 0;
    padding: 0; }
  .areas-of-interest li {
    list-style: none;
    padding: 0;
    margin-left: 0; }
    .areas-of-interest li:before {
      display: none; }
  .areas-of-interest li {
    font-family: "NexaBoldRegular", sans-serif;
    font-size: 14px;
    color: #0098DB;
    letter-spacing: 1.07px;
    line-height: 24px; }
  @media (min-width: 1200px) {
    .areas-of-interest li {
      float: left;
      margin-right: 25px;
      padding-right: 25px;
      position: relative; }
      .areas-of-interest li:after {
        position: absolute;
        right: 0;
        content: "|";
        color: #B9BDBF; }
      .areas-of-interest li:last-of-type:after {
        display: none; } }

.blog-post-detail h1 {
  margin: 40px 0 10px;
  text-transform: none; }
.blog-post-detail > p a {
  color: #921530; }
.blog-post-detail .date-row {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin: 25px 0 0; }
  .blog-post-detail .date-row .col-left, .blog-post-detail .date-row .col-right {
    float: left; }
  .blog-post-detail .date-row .col-left {
    width: 40px; }
  .blog-post-detail .date-row .featured-text p {
    font-family: "NexaBoldRegular", sans-serif;
    font-size: 16px;
    color: #D2C295;
    letter-spacing: 1.6px;
    line-height: 19px;
    margin-bottom: 0; }
  .blog-post-detail .date-row .featured-text .date {
    font-size: 11px;
    color: #868D92;
    letter-spacing: 0.65px;
    line-height: 27px;
    font-weight: 200; }
.blog-post-detail h1 {
  font-size: 36px;
  color: #636262;
  letter-spacing: 5.51px;
  line-height: 51px;
  margin: 10px 0 25px; }
.blog-post-detail .post-meta {
  border-top: 1px solid #DBDBDB; }
  .blog-post-detail .post-meta p {
    font-size: 12px;
    color: #9CA1A4;
    letter-spacing: 1.1px;
    line-height: 34px; }
@media (min-width: 1200px) {
  .blog-post-detail {
    max-width: 80%; } }

#ajax-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: #000;
  background: rgba(255, 255, 255, 0.7);
  display: none; }
  #ajax-loader img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }

.media-list-a {
  max-width: 1300px;
  overflow: hidden; }
  .media-list-a ul {
    margin: 0;
    padding: 0; }
  .media-list-a li {
    list-style: none;
    padding: 0;
    margin-left: 0; }
    .media-list-a li:before {
      display: none; }
  .media-list-a ul {
    width: 100%;
    position: relative;
    overflow: hidden; }
  .media-list-a .item {
    background: #F9F9F9;
    margin: 0 1em 2em 0;
    padding: 1em; }
  .media-list-a h2 {
    margin: 50px 0 25px 0;
    border-bottom: 1px solid #DBDBDB;
    padding-bottom: 25px; }
  .media-list-a h3 {
    font-size: 110%;
    font-weight: bold;
    margin-top: 0; }
  .media-list-a .embed-responsive {
    margin-bottom: 20px; }
  .media-list-a .meta span {
    display: block; }
  @media (min-width: 768px) {
    .media-list-a .item {
      width: calc(50% - 1em);
      float: left; }
    .media-list-a .meta span {
      display: inline-block; } }

.sidebar-panel {
  background: #EEF6F8; }
  .sidebar-panel .small-screen-logo {
    width: 100%;
    height: auto;
    margin-bottom: 12px; }
  .sidebar-panel .search-a {
    padding: 0;
    margin-bottom: 20px; }
  .sidebar-panel .small-screen-navigation ul {
    margin: 0;
    padding: 0; }
  .sidebar-panel .small-screen-navigation li {
    list-style: none;
    padding: 0;
    margin-left: 0; }
    .sidebar-panel .small-screen-navigation li:before {
      display: none; }
  .sidebar-panel .small-screen-navigation .parent {
    font-family: "NexaBoldRegular", sans-serif;
    font-size: 13px;
    letter-spacing: 1.75px;
    line-height: 16px;
    text-transform: uppercase;
    border-bottom: 1px solid #DBDBDB; }
    .sidebar-panel .small-screen-navigation .parent > a {
      position: relative;
      width: 100%;
      display: block;
      color: #921530;
      padding: 25px 18px; }
      .sidebar-panel .small-screen-navigation .parent > a:before {
        content: '';
        border: 8px solid #BBC2C4;
        display: block;
        font-size: 0;
        line-height: 0;
        width: 0;
        height: 0;
        position: absolute;
        top: 55%;
        right: 0;
        -webkit-transform: translate(0, -55%);
            -ms-transform: translate(0, -55%);
                transform: translate(0, -55%);
        border-top-color: #BBC2C4;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent; }
    .sidebar-panel .small-screen-navigation .parent ul {
      display: none;
      position: relative;
      z-index: 999; }
    .sidebar-panel .small-screen-navigation .parent.ios-active ul {
      display: block; }
    .sidebar-panel .small-screen-navigation .parent.active > a:before {
      border-top-color: transparent;
      border-right-color: transparent;
      border-bottom-color: #BBC2C4;
      border-left-color: transparent;
      top: 40%; }
  .sidebar-panel .small-screen-navigation .parent ul {
    margin: 0 0 30px 15px; }
  .sidebar-panel .small-screen-navigation .parent ul li {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 16px;
    line-height: 43px;
    text-transform: none; }
    .sidebar-panel .small-screen-navigation .parent ul li a {
      color: #9B9B9B; }
      .sidebar-panel .small-screen-navigation .parent ul li a:hover, .sidebar-panel .small-screen-navigation .parent ul li a:focus {
        color: #000; }

.col-highlights h1 {
  margin-top: 0; }
@media (min-width: 768px) {
  .col-highlights .scrollable-content {
    padding: 0 10px; } }

.col-latest-news {
  background: #EEF6F8; }

.col-areas-of-research {
  background: #EEF6F8; }

.research-around-the-world {
  margin: 25px 0;
  position: relative; }
  .research-around-the-world img {
    width: 100%;
    height: auto;
    margin-bottom: 1em; }
  .research-around-the-world .map-link a {
    font-size: 18px;
    letter-spacing: 1.07px;
    line-height: 22px;
    display: inline-block; }
  @media (min-width: 1200px) {
    .research-around-the-world img {
      width: 98%; }
    .research-around-the-world .map-link {
      padding-top: 6%; }
    .research-around-the-world .map-link a {
      max-width: 150px;
      white-space: inherit; }
      .research-around-the-world .map-link a:after {
        top: 73%; } }

.home-col-intro-header, .inner-col-intro-header {
  padding: 6px 0 10px 14px;
  border-bottom: 1px solid #DBDBDB;
  position: relative;
  margin-bottom: 15px; }
  .home-col-intro-header h2, .inner-col-intro-header h2 {
    margin-top: 0;
    margin-bottom: 10px; }
  .home-col-intro-header .see-all, .inner-col-intro-header .see-all {
    font-size: 12px;
    color: #3499DB;
    letter-spacing: 0.28px;
    line-height: 17px; }
    .home-col-intro-header .see-all:hover, .inner-col-intro-header .see-all:hover {
      color: #4E4E4E; }
  @media (min-width: 868px) {
    .home-col-intro-header .see-all, .inner-col-intro-header .see-all {
      position: absolute;
      top: 10px;
      right: 14px; } }
  @media (min-width: 768px) {
    .home-col-intro-header.long-header .see-all, #block-views-610b71b156a1f16f6b9bfade4c6c8f50 .home-col-intro-header .see-all, .inner-col-intro-header.long-header .see-all, #block-views-610b71b156a1f16f6b9bfade4c6c8f50 .inner-col-intro-header .see-all {
      position: relative;
      top: auto;
      right: auto; } }
  @media (min-width: 1400px) {
    .home-col-intro-header.long-header .see-all, #block-views-610b71b156a1f16f6b9bfade4c6c8f50 .home-col-intro-header .see-all, .inner-col-intro-header.long-header .see-all, #block-views-610b71b156a1f16f6b9bfade4c6c8f50 .inner-col-intro-header .see-all {
      position: absolute;
      top: 10px;
      right: 14px; } }

@media (min-width: 768px) {
  .inner-col-intro-header {
    margin-left: -25px;
    margin-right: -25px; } }
.front .inner-col-intro-header {
  margin-left: 0;
  margin-right: 0; }

.col-areas-of-research .content-inner-wrap {
  padding: 15px 15px 0; }

@media (min-width: 680px) {
  .table-grid.home {
    margin-left: -25px;
    margin-right: -25px; } }

.site-top-banner {
  background: #921530;
  height: 30px;
  padding-left: 15px;
  line-height: 30px; }
  @media (min-width: 993px) {
    .site-top-banner {
      padding-left: 30px; } }
  .site-top-banner .logo-header-stanford {
    width: 158px;
    height: 19px;
    margin: 5px 0 0 0; }
    @media (min-width: 768px) {
      .site-top-banner .logo-header-stanford {
        margin: 5px 0 0 0; } }
  .site-top-banner a {
    display: block;
    width: 158px; }
    .site-top-banner a:focus {
      outline: 1px dotted #fff; }

.smart-panels {
  position: relative;
  height: 100%; }

.smart-panel {
  width: 100%;
  height: 100%;
  outline: none;
  min-height: 700px; }
  @media (min-width: 680px) {
    .smart-panel {
      -webkit-transition: -webkit-transform .5s ease;
              transition: transform .5s ease;
      will-change: transform; } }
  .smart-panel.on-deck {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    width: 0; }
    .smart-panel.on-deck.right {
      -webkit-transform: translateX(100%);
          -ms-transform: translateX(100%);
              transform: translateX(100%); }
    .smart-panel.on-deck.left {
      -webkit-transform: translateX(-100%);
          -ms-transform: translateX(-100%);
              transform: translateX(-100%);
      right: auto;
      left: 0; }
    .show-on-deck .smart-panel.on-deck {
      -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
              transform: translateX(0);
      width: 100%;
      opacity: 1; }
  .show-on-deck-left .smart-panel.on-deck.left {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    width: 100%;
    opacity: 1; }
  .show-on-deck-left .smart-panel.active-panel {
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%); }
  .show-on-deck-right .smart-panel.on-deck.right {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    width: 100%;
    opacity: 1; }
  .show-on-deck-right .smart-panel.active-panel {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0); }

.animating-content {
  overflow: hidden; }

/*************************************
/  Publications
/************************************/
.publications-a .separator span {
  width: 100%;
  height: 1px;
  background: #BDDAEC; }

/*****************************************
/  SVG Map Feature
/****************************************/
.svg-map-feature {
  display: inline-block;
  position: relative;
  width: 100%;
  padding-bottom: 52%;
  vertical-align: middle;
  overflow: hidden; }
  .svg-map-feature svg {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0; }
    .svg-map-feature svg:focus {
      outline: none; }
  .svg-map-feature .map-region text {
    font-family: "Roboto Condensed", sans-serif; }
  .svg-map-feature [font-family="RobotoCondensed-Regular"] {
    font-family: "Roboto Condensed", sans-serif; }
  .svg-map-feature [font-family="RobotoCondensed-Bold"] {
    font-weight: bold; }
  .inlinesvg .svg-map-feature .svg-map-fallback {
    display: none; }
  .cssanimations .svg-map-feature svg {
    opacity: 0;
    -webkit-transform: translateX(-10%);
        -ms-transform: translateX(-10%);
            transform: translateX(-10%);
    -webkit-animation: slideIn .4s cubic-bezier(.7, .11, .83, .67) forwards, fadeIn 1s ease-in forwards;
            animation: slideIn .4s cubic-bezier(.7, .11, .83, .67) forwards, fadeIn 1s ease-in forwards; }
  .svg-map-feature a:hover .map-region-screen, .svg-map-feature a:focus .map-region-screen {
    fill: #EEF6F8; }
  .svg-map-feature .map-region {
    cursor: pointer; }
    .cssanimations .svg-map-feature .map-region {
      opacity: 0; }
    .svg-map-feature .map-region#data-north-america {
      -webkit-transform: translateY(10%);
          -ms-transform: translateY(10%);
              transform: translateY(10%);
      -webkit-animation: slideIn .2s 0.5s cubic-bezier(.7, .11, .83, .67) forwards, fadeIn .3s 0.5s ease-in forwards;
              animation: slideIn .2s 0.5s cubic-bezier(.7, .11, .83, .67) forwards, fadeIn .3s 0.5s ease-in forwards; }
    .svg-map-feature .map-region#data-south-america {
      -webkit-transform: translateY(10%);
          -ms-transform: translateY(10%);
              transform: translateY(10%);
      -webkit-animation: slideIn .2s 0.75s cubic-bezier(.7, .11, .83, .67) forwards, fadeIn .3s 0.75s ease-in forwards;
              animation: slideIn .2s 0.75s cubic-bezier(.7, .11, .83, .67) forwards, fadeIn .3s 0.75s ease-in forwards; }
    .svg-map-feature .map-region#data-europe {
      -webkit-transform: translateY(10%);
          -ms-transform: translateY(10%);
              transform: translateY(10%);
      -webkit-animation: slideIn .2s 1s cubic-bezier(.7, .11, .83, .67) forwards, fadeIn .3s 1s ease-in forwards;
              animation: slideIn .2s 1s cubic-bezier(.7, .11, .83, .67) forwards, fadeIn .3s 1s ease-in forwards; }
    .svg-map-feature .map-region#data-africa {
      -webkit-transform: translateY(10%);
          -ms-transform: translateY(10%);
              transform: translateY(10%);
      -webkit-animation: slideIn .2s 1.25s cubic-bezier(.7, .11, .83, .67) forwards, fadeIn .3s 1.25s ease-in forwards;
              animation: slideIn .2s 1.25s cubic-bezier(.7, .11, .83, .67) forwards, fadeIn .3s 1.25s ease-in forwards; }
    .svg-map-feature .map-region#data-asia {
      -webkit-transform: translateY(10%);
          -ms-transform: translateY(10%);
              transform: translateY(10%);
      -webkit-animation: slideIn .2s 1.5s cubic-bezier(.7, .11, .83, .67) forwards, fadeIn .3s 1.5s ease-in forwards;
              animation: slideIn .2s 1.5s cubic-bezier(.7, .11, .83, .67) forwards, fadeIn .3s 1.5s ease-in forwards; }
    .svg-map-feature .map-region#data-oceania {
      -webkit-transform: translateY(10%);
          -ms-transform: translateY(10%);
              transform: translateY(10%);
      -webkit-animation: slideIn .2s 1.75s cubic-bezier(.7, .11, .83, .67) forwards, fadeIn .3s 1.75s ease-in forwards;
              animation: slideIn .2s 1.75s cubic-bezier(.7, .11, .83, .67) forwards, fadeIn .3s 1.75s ease-in forwards; }

#map-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none; }
  .show-map-drawer #map-overlay {
    display: block; }

/*****************************************
/  Map Drawer Slider
/****************************************/
#map-drawer {
  position: fixed;
  top: 0;
  right: 0;
  width: 74%;
  height: 100%;
  background: #fff;
  -webkit-transform: translateX(102%) translateZ(0);
          transform: translateX(102%) translateZ(0);
  -ms-transform: translateX(102%);
  -webkit-transition: -webkit-transform .3s ease-in;
          transition: transform .3s ease-in;
  box-shadow: -2px 0px 11px 0px rgba(0, 0, 0, 0.33);
  overflow-y: auto; }
  .show-map-drawer #map-drawer {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0); }
  #map-drawer button {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 25px;
    height: 26px;
    background: url("..//images/btn-close-blue.svg") no-repeat;
    border: 0;
    z-index: 9999; }
    #map-drawer button:focus, #map-drawer button:hover {
      outline: 1px dotted #ddd; }
  #map-drawer .flex-active-slide .item {
    opacity: 1 !important; }
  #map-drawer .item {
    padding: 25px 119px;
    opacity: 0;
    -webkit-transition: opacity 500ms ease-in;
            transition: opacity 500ms ease-in; }
    #map-drawer .item ul {
      margin: 0;
      padding: 0; }
    #map-drawer .item li {
      list-style: none;
      padding: 0;
      margin-left: 0; }
      #map-drawer .item li:before {
        display: none; }
    #map-drawer .item h2 {
      font-family: "NexaBoldRegular", sans-serif;
      font-size: 48px;
      color: #D2C295;
      letter-spacing: 7.35px;
      line-height: 26px;
      border: 1px solid #DBDBDB;
      border-width: 0 0 1px 0;
      padding-bottom: 25px;
      margin-bottom: 25px; }
    #map-drawer .item .total-publications {
      border: 1px solid #DBDBDB;
      border-width: 0 0 1px 0;
      padding-bottom: 25px;
      margin-bottom: 25px; }
      #map-drawer .item .total-publications span {
        display: inline-block; }
      #map-drawer .item .total-publications span.total-publications--amount {
        font-size: 48px;
        color: #726262;
        line-height: 57px; }
      #map-drawer .item .total-publications span.total-publications--label {
        font-size: 14px;
        color: #666666;
        letter-spacing: 0.8px;
        line-height: 21px;
        text-transform: uppercase; }
    #map-drawer .item .areas {
      width: 90%;
      min-width: 660px;
      margin-top: 50px; }
      #map-drawer .item .areas li {
        border: 1px solid rgba(148, 197, 225, 0.5);
        border-width: 0 2px 0 0;
        width: 33.33%;
        float: left;
        text-align: center;
        margin-bottom: 40px; }
        #map-drawer .item .areas li:first-of-type, #map-drawer .item .areas li:nth-child(4n+4) {
          border-width: 0 2px 0 2px; }
      #map-drawer .item .areas a {
        display: block; }
      #map-drawer .item .areas a:focus, #map-drawer .item .areas a:hover {
        background: #EEF6F8; }
        #map-drawer .item .areas a:focus h4, #map-drawer .item .areas a:focus span, #map-drawer .item .areas a:hover h4, #map-drawer .item .areas a:hover span {
          color: #005175; }
      #map-drawer .item .areas h4 {
        font-family: "NexaBoldRegular", sans-serif;
        font-size: 16px;
        color: #3398DA;
        letter-spacing: 2.45px;
        line-height: 22px;
        text-transform: uppercase;
        margin: 0 0 15px; }
      #map-drawer .item .areas span {
        display: block; }
      #map-drawer .item .areas span.num {
        font-size: 70px;
        color: #3398DA;
        line-height: 82px; }
      #map-drawer .item .areas span.areas--label {
        font-size: 12px;
        color: #3398DA;
        letter-spacing: 1.1px;
        line-height: 18px;
        font-weight: 200;
        text-transform: uppercase;
        padding-bottom: 10px; }

.map-drawer--slider .region-north-america {
  background: url("..//images/map-region-north-america.png") 50% 100% no-repeat;
  background-size: 80%; }
.map-drawer--slider .region-south-america {
  background: url("..//images/map-region-south-america.png") 50% 100% no-repeat;
  background-size: 45%; }
.map-drawer--slider .region-europe {
  background: url("..//images/map-region-europe.png") 50% 100% no-repeat;
  background-size: 100%; }
.map-drawer--slider .region-europe {
  background: url("..//images/map-region-europe.png") 50% 100% no-repeat;
  background-size: 80%; }
.map-drawer--slider .region-africa {
  background: url("..//images/map-region-africa.png") 50% 100% no-repeat;
  background-size: 40%; }
.map-drawer--slider .region-asia {
  background: url("..//images/map-region-asia.png") 50% 100% no-repeat;
  background-size: 100%; }
.map-drawer--slider .region-oceania {
  background: url("..//images/map-region-oceania.png") 50% 100% no-repeat;
  background-size: 80%; }

html.show-map-drawer {
  overflow: hidden; }

@-webkit-keyframes slideIn {
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@keyframes slideIn {
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@-webkit-keyframes fadeIn {
  to {
    opacity: 1; } }

@keyframes fadeIn {
  to {
    opacity: 1; } }

.related-projects-a {
  max-width: 600px; }
  @media (min-width: 768px) {
    .related-projects-a .project-list {
      margin-bottom: 80px; } }
  .related-projects-a .project-list figure {
    position: relative;
    margin-top: 20px; }
    .related-projects-a .project-list figure img {
      width: 100%;
      height: auto; }
  .related-projects-a .project-list figcaption {
    position: absolute;
    bottom: 0;
    padding: 1em;
    background: #fff;
    background: rgba(255, 255, 255, 0.8);
    width: 100%; }
    @media (min-width: 768px) {
      .related-projects-a .project-list figcaption a {
        font-size: 24px;
        letter-spacing: 1.41px;
        line-height: 27px; } }

.affiliated-centers-programs-a {
  width: 100%;
  position: relative;
  overflow: hidden; }

.centers-programs--slider {
  position: relative; }
  .centers-programs--slider h3 {
    margin-top: 0; }
  .centers-programs--slider .slides li {
    width: 230px;
    float: left;
    margin-right: 15px; }

/*****************************************
/  Seed grants page section - focus detail
/****************************************/
.seed-grants-a {
  margin-bottom: 80px; }
  .seed-grants-a ul {
    margin: 0;
    padding: 0; }
  .seed-grants-a li {
    list-style: none;
    padding: 0;
    margin-left: 0; }
    .seed-grants-a li:before {
      display: none; }
  .seed-grants-a .lead {
    margin-top: 40px; }
  .seed-grants-a li {
    margin-bottom: 40px; }
  @media (min-width: 768px) {
    .seed-grants-a .item p {
      width: 60%;
      margin: 10px 0; }
    .seed-grants-a .item .lead {
      width: 100%; } }

/*****************************************
/  Working Group - focus detail
/****************************************/
.working-groups-a ul {
  margin: 0;
  padding: 0; }
.working-groups-a li {
  list-style: none;
  padding: 0;
  margin-left: 0; }
  .working-groups-a li:before {
    display: none; }
.working-groups-a ul {
  margin-top: 40px; }
.working-groups-a li {
  margin-bottom: 20px; }
.working-groups-a h4 {
  margin-bottom: 15px;
  text-transform: uppercase;
  font-size: 14px; }
@media (min-width: 768px) {
  .working-groups-a .item p {
    width: 60%; } }

.blog-list {
  max-width: 1500px; }
  .blog-list h1 {
    background: url("..//images/icon-blog-marker.svg");
    background-repeat: no-repeat;
    padding-left: 35px;
    margin-bottom: 35px; }
  .blog-list #blog-grid {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-right: -10px;
    opacity: 0;
    -webkit-transition: opacity .5s ease-in;
            transition: opacity .5s ease-in;
    margin-top: 50px; }
    .no-js .blog-list #blog-grid {
      opacity: 1; }
    .blog-list #blog-grid[data-columns] {
      opacity: 1; }
    .blog-list #blog-grid .size-1of1 {
      width: 100%; }
    .blog-list #blog-grid .size-1of2 {
      width: 50%; }
    .blog-list #blog-grid .size-1of3 {
      width: 33.33333%; }
    .blog-list #blog-grid .size-1of4 {
      width: 25%; }
    @media (min-width: 993px) {
      .blog-list #blog-grid {
        margin-left: -50px; }
        .blog-list #blog-grid .column {
          float: left;
          padding: 50px;
          box-sizing: border-box; } }
  .blog-list .item {
    border-bottom: 1px solid #DBDBDB;
    padding: 20px;
    margin-bottom: 50px; }
    .blog-list .item .title {
      width: 100%;
      position: relative;
      overflow: hidden; }
    @media (min-width: 993px) {
      .blog-list .item {
        padding: 50px;
        margin-bottom: 100px; } }
  .blog-list .item.featured {
    background: #EEF6F8;
    position: relative;
    border-bottom: 0; }
    .blog-list .item.featured:before {
      position: absolute;
      top: 0;
      left: 0;
      padding: 5px 10px;
      background: #fff;
      color: #d9c390;
      font-family: "NexaBoldRegular", sans-serif;
      content: attr(data-count) ": Featured"; }
    .blog-list .item.featured .title {
      margin-bottom: 25px;
      padding-bottom: 15px;
      border-bottom: 1px solid #DBDBDB; }
  .blog-list .item.with-image .title, .blog-list .item.featured .title {
    margin-left: 0;
    margin-right: 0; }
  .blog-list .item.with-image .image img, .blog-list .item.featured .image img {
    width: 100%;
    height: auto; }

.courses-a ul {
  margin: 0;
  padding: 0; }
.courses-a li {
  list-style: none;
  padding: 0;
  margin-left: 0; }
  .courses-a li:before {
    display: none; }
@media (min-width: 1200px) {
  .courses-a .intro {
    width: 50%; } }
.courses-a .courses-list {
  border-top: 1px solid #DBDBDB;
  margin-top: 20px;
  padding-top: 40px; }
.courses-a .item {
  margin: 0 0 75px 20px; }
  .courses-a .item h3 {
    font-size: 18px;
    color: #636262;
    letter-spacing: 1.04px;
    line-height: 22px;
    margin-top: 0; }
  .courses-a .item .pre-reqs {
    font-size: 12px;
    font-weight: 200;
    color: #3B5D6E;
    letter-spacing: 1.11px;
    line-height: 34px; }
  .courses-a .item .btn-primary, .courses-a .item .btn-secondary {
    margin-top: 20px; }
    @media (min-width: 768px) {
      .courses-a .item .btn-primary, .courses-a .item .btn-secondary {
        margin-top: 0; } }


/*# sourceMappingURL=main.min.css.map */