html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none; }

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  /*  font-size: 2em;
  margin: 0.67em 0;*/ }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

html, body {
  height: 100%; }

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

img {
  max-width: 100%; }

/*Typography---------------------------------------------------------*/
body {
  font-family: "Sentinel SSm A", "Sentinel SSm B", Georgia, serif;
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  color: #222;
  font-size: 16px;
  line-height: 1.8;
  margin: 0 0; }

h1 {
  font-family: 'Fira Sans', "Helvetica-Neue", arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  font-size: 2.4em;
  line-height: 1.2;
  margin-bottom: 20px; }

h1 p {
  font-size: 42px; }

h2 {
  font-family: "Sentinel SSm A", "Sentinel SSm B", Georgia, serif;
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  color: #f15a29;
  font-size: 2em;
  line-height: 1.4;
  padding-bottom: 10px; }

h3 {
  font-family: 'Fira Sans', "Helvetica-Neue", arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  font-size: 1.4em;
  line-height: 1.6;
  padding-bottom: 10px; }

h4 {
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  font-family: 'Fira Sans', "Helvetica-Neue", arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  margin: 80px 0 60px 0; }

h5 {
  margin-bottom: 1em;
  font-size: 1em;
  text-transform: uppercase; }

p {
  margin: 0 0 1.4em 0;
  font-size: 16px; }

ul, ol {
  margin-left: 0;
  padding: 0; }

li {
  margin-bottom: 10px;
  text-align: left;
  margin-left: 1em; }

hr {
  border: 0;
  height: 1px;
  background: #e2e2e2; }

/*Links*/
a {
  color: #0d99cc;
  text-decoration: none; }

a:hover {
  color: #0a759c;
  cursor: pointer;
  text-decoration: underline; }

/* Buttons */
.btn {
  text-decoration: none;
  background-color: #fff;
  border-radius: 4px;
  display: inline-block;
  margin: 10px 10px 10px 0;
  font-weight: 500;
  padding: 8px 20px;
  border: 1px solid #004265;
  color: #004265;
  text-align: center !important; }

.btn:hover {
  border: 1px solid #333;
  cursor: pointer;
  color: #333;
  text-decoration: none;
  transition: all 0.3s ease 0s; }

.btn-lg {
  padding: 3px 36px 0 36px;
  font-size: 18px;
  line-height: 2.4; }

.btn-sm {
  font-size: 14px;
  padding: 5px 10px 6px 10px;
  line-height: 1;
  margin: 0; }

.btn-primary, .btn-primary:hover {
  color: #fff;
  background-color: #004265;
  border-color: black;
  border: none; }

.btn-primary:hover {
  background: #001019;
  text-decoration: none;
  transition: all 0.3s ease 0s; }

.btn-orange {
  border-color: #FF4136;
  color: white;
  background-color: #FF4136; }

.btn-green {
  border-color: #3D9970;
  color: white;
  background-color: #3D9970; }

.btn-orange:hover {
  background: #fff;
  color: #d1530c;
  text-decoration: none;
  border: 1px solid #d1530c;
  transition: all 0.3s ease 0s; }

.btn-reverse {
  border: 1px solid #fff !important;
  color: white;
  background-color: transparent; }

.btn-reverse:hover {
  border: 1px solid #fff;
  color: #004265;
  background-color: #fff; }

.btn-group .btn {
  margin-right: 0;
  border: 1px solid #e8e8e8;
  color: #333; }

.btn-group .btn:hover {
  color: #bcd7da; }

.btn-group .btn.active {
  background-color: #bcd7da;
  border-color: #bcd7da;
  color: #fff; }

/*Quotes*/
blockquote {
  text-align: center;
  margin: 30px auto; }
  blockquote p {
    font-size: 24px; }

.quote-attribute {
  font-size: 14px;
  margin-top: 20px;
  font-family: 'Fira Sans', "Helvetica-Neue", arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-stretch: normal; }

.matrix-quote {
  padding-top: 30px;
  margin-bottom: 30px; }

.small-rule {
  width: 100px;
  background: #ffc600;
  border: 0;
  height: 1px;
  margin: 20px auto; }

/*Forms---------------------------------------------------------*/
label {
  margin-bottom: 0;
  font-weight: normal; }

::-webkit-input-placeholder {
  color: #afadad; }

:-moz-placeholder {
  color: #cecece; }

::-moz-placeholder {
  color: #cecece; }

:-ms-input-placeholder {
  color: #cecece; }

input[type="text"],
input[type="password"],
input[type="time"],
select {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline: none;
  padding: 7px 15px;
  background: #fff;
  border-radius: 4px; }

input[type="text"],
input[type="password"],
input[type="time"] {
  border: 1px solid #ceced0; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid #ceced0 !important;
  border-radius: 4px;
  color: #666;
  cursor: pointer;
  font-size: 16px;
  line-height: 1.5;
  padding: 5px 25px 5px 10px !important;
  background: #fff url(img/drop-down-arrow.png) no-repeat right center;
  background-size: 20px 18px;
  /*for retina */ }

select.reverse-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid #a2bca6 !important;
  border-radius: 3px;
  color: #a2bca6;
  cursor: pointer;
  font-size: 16px;
  line-height: 1.5;
  padding: 5px 10px;
  width: 230px;
  background: transparent url(img/drop-down-arrow.png) no-repeat right center;
  background-size: 32px 30px;
  /*for retina */ }

textarea {
  border: 1px solid #cdcdd0;
  padding: 20px;
  width: 100%; }

.form-container {
  background: #fff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
  padding: 30px;
  margin-top: 20px; }

.form-group {
  margin: 30px 0; }

.form-group label {
  text-align: right;
  display: inline-block;
  padding-top: 8px;
  ont-size: 18px; }

.form-group .btn-group label {
  padding-top: inherit; }

.text-area label {
  margin-bottom: 10px;
  text-align: left; }

.form-group input {
  vertical-align: middle; }

input[disabled=disabled][type=submit] {
  opacity: .4; }

.form-action {
  padding: 20px 5px 0 0;
  margin: 60px 0 -5px 0;
  border-top: 1px solid #333;
  border-color: #ccccd0; }

.form-action .btn-primary {
  min-width: 200px; }

.form-action .btn-cancel {
  padding: 15px; }

.highlight-box {
  border: 1px solid #cee4f6;
  background: #fff;
  padding: 20px; }

/*Tables---------------------------------------------------------*/
table {
  font-family: 'Fira Sans', "Helvetica-Neue", arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  background: #fff;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100% !important; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  border: none; }

.table-container {
  margin-top: 28px;
  margin-bottom: 42px; }

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd; }

.table > tbody > tr:last-child > td {
  border-bottom: 1px solid #dddddd; }

.table > thead > tr > th {
  vertical-align: bottom; }

.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0; }

.table .table {
  background-color: #ffffff; }

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-responsive {
  overflow-x: auto;
  min-height: 0.01%; }

.table tr.even {
  /*  background-color: #f8f9f8;*/ }

.no-stripes tr.even {
  background-color: #fff; }

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

/*Table Customization---------------------------------------------------------*/
.table-action {
  padding: 10px 10px 10px 5px;
  text-align: right;
  font-size: 14px; }

#pagination-table td:nth-child(1) {
  line-height: 1; }

#no-pagination-table td:nth-child(n+3), #no-pagination-table th:nth-child(n+3), #pagination-table td:nth-child(n+3), #pagination-table th:nth-child(n+3) {
  /*  text-align: right;*/ }

#no-pagination-table th:nth-child(n+3), #pagination-table th:nth-child(n+3) {
  padding-right: 20px; }

td a.dropdown-toggle {
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  display: inline-block;
  color: #adaead; }

td a.dropdown-toggle:hover {
  border: 1px solid #139fe4;
  color: #139fe4; }

td.open a.dropdown-toggle {
  background: #139fe4;
  border: 1px solid #139fe4;
  color: #fff; }

table ul {
  margin: 0; }

table li {
  margin-bottom: 10px; }

td.dropdown.navbar-right {
  text-align: right; }

/*Breadcrumbs---------------------------------------------------------*/
.breadcrumb {
  color: #888;
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 10px; }

.breadcrumb a {
  color: #888;
  text-decoration: underline; }

.breadcrumb a:hover {
  color: #222; }

/*Navigation---------------------------------------------------------*/
header {
  border-bottom: 1px solid #e8e8e8; }

body.home header {
  border-bottom: none; }

header nav {
  padding: 10px 0;
  position: relative; }

header nav .container {
  position: relative; }

.nav-brand {
  float: left; }

.nav-brand img {
  max-width: 350px;
  position: relative;
  left: 0px;
  top: 5px; }

.primary-nav {
  font-family: 'Fira Sans', "Helvetica-Neue", arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: .01em; }
  .primary-nav > div {
    position: absolute;
    right: 30px;
    bottom: 20%; }
  .primary-nav ul.first-level-nav > li > a {
    margin-left: 40px;
    padding-bottom: 5px; }
  .primary-nav ul.first-level-nav > li > a:hover {
    text-decoration: none;
    border-bottom: 3px solid #026c87; }
  .primary-nav ul.first-level-nav > li.focus-nav > a:hover {
    text-decoration: none;
    border-bottom: none; }

.active-nav {
  text-decoration: none;
  border-bottom: 3px solid #026c87; }

body.about ul.first-level-nav > li.about-nav > a {
  text-decoration: none;
  border-bottom: 3px solid #0d99cc; }

body.focus ul.first-level-nav > li.focus-nav > a {
  text-decoration: none;
  border-bottom: 3px solid #0d99cc; }

body.syringe-access ul.first-level-nav > li.grants-nav > a {
  text-decoration: none;
  border-bottom: 3px solid #0d99cc; }

body.news-and-press ul.first-level-nav > li.news-nav > a {
  text-decoration: none;
  border-bottom: 3px solid #0d99cc; }

.primary-nav .focus-nav .halflings {
  font-size: 12px;
  padding-left: 3px; }

.primary-nav ul {
  list-style: none;
  position: relative;
  margin: 0;
  padding: 0;
  padding-left: 40px; }

.primary-nav ul li {
  position: relative;
  float: left;
  margin: 0;
  padding: 0; }

.primary-nav > ul > li {
  margin: 0 15px; }

/*Primary nav submenu---------------------------------------------------------*/
.primary-nav ul ul {
  border: 1px solid #bcd7da;
  display: none;
  position: absolute;
  top: 30px;
  left: 40px;
  background: #fff;
  padding: 15px; }

.primary-nav ul ul li {
  float: none; }

.primary-nav ul ul a {
  display: inline-block;
  border-bottom: 3px solid transparent;
  line-height: 1.2; }

.primary-nav ul ul a:hover {
  text-decoration: none;
  border-bottom: 3px solid #026c87; }

.primary-nav ul ul ul {
  top: 0;
  left: 100%; }

.primary-nav ul li:hover > ul {
  display: block;
  z-index: 1000; }

/*Responsive Nav---------------------------------------------------------*/
.responsive-nav {
  display: none;
  font-family: 'Fira Sans', "Helvetica-Neue", arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-stretch: normal; }

.responsive-nav-content {
  background: url("img/bg-90-w.png");
  padding: 0;
  font-family: 'Fira Sans', "Helvetica-Neue", arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  position: absolute;
  width: 100%;
  z-index: 1000; }
  .responsive-nav-content li {
    margin-bottom: 0; }
  .responsive-nav-content ul li a {
    padding: 10px 40px;
    border-bottom: 1px solid #e8e8e8;
    font-size: 16px;
    display: block;
    position: relative; }
  .responsive-nav-content ul li a:hover {
    color: #fff;
    background: #0d99cc;
    text-decoration: none; }
  .responsive-nav-content span.halflings-menu-right {
    position: absolute;
    left: 15px;
    top: 15px; }

body.responsive-fix .banner,
.employment.landing.responsive-fix .banner {
  height: 100%; }

.responsive-nav-label {
  position: relative;
  bottom: 5px; }

@media (max-width: 479px) {
  .responsive-nav-label {
    display: none; } }

@media (max-width: 991px) {
  nav > .container {
    width: 100%; }
  .primary-nav {
    display: none; }
  .responsive-nav {
    display: block;
    position: absolute;
    right: 15px; }
  .banner,
  .home .banner {
    background-attachment: scroll !important; } }

@media (max-width: 479px) {
  .nav-brand img {
    width: 275px;
    left: -15px;
    top: 12px;
    right: 10px; }
  .responsive-nav {
    top: 15px;
    right: 5px; }
  .banner,
  .home .banner {
    background-attachment: scroll !important; } }

/*Content Columns---------------------------------------------------------*/
.image-column {
  width: 100%; }

/*Type Elements---------------------------------------------------------*/
.header-rule {
  width: 20%;
  height: 10px;
  border: none; }

.sub-title, .sub-title a {
  color: #f1f1f1;
  font-size: 12px;
  margin: 0;
  text-transform: uppercase;
  padding: 0; }

/*Media Elements---------------------------------------------------------*/
video {
  width: 100%    !important;
  height: auto   !important; }

/*Footer---------------------------------------------------------*/
footer {
  font-family: 'Fira Sans', "Helvetica-Neue", arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  background: #222;
  color: #999;
  padding: 30px 0 30px 0;
  font-size: 12px;
  line-height: 2; }
  footer ul {
    padding: 0;
    margin: 0; }
  footer p {
    font-size: 14px; }
  footer .no-bullets li {
    line-height: 1.2;
    list-style-type: none;
    margin-bottom: 0;
    margin-left: 0;
    line-height: 2;
    font-size: 12px; }
  footer li > ul {
    margin-left: 10px; }
  footer li a {
    font-size: 12px;
    padding: 2px 0;
    display: inline-block;
    color: #222;
    color: #999; }
  footer .no-bullets li a:hover {
    text-decoration: underline;
    color: #fff; }
  footer .pipe {
    display: inline-block;
    padding: 0 15px;
    color: #f1f1f1;
    font-size: 14px; }
  footer h4 {
    text-align: left;
    margin-bottom: 16px;
    margin-top: 14px; }

.footer-logo img {
  max-width: 325px; }

.footer-links {
  padding-left: 30px;
  border-left: 1px solid #555; }

.footer-legal {
  margin-top: 20px; }

.linkedin-logo {
  width: 20px;
  position: relative;
  bottom: -5px;
  opacity: .7; }

.footer-address {
  margin-top: 20px; }
  .footer-address .footer-linkedin {
    margin-top: -5px; }

.footer-category {
  text-transform: uppercase;
  color: #f1f1f1; }

footer .footer-connect {
  border-bottom: 1px solid #555;
  padding-bottom: 30px;
  margin-left: 0;
  margin-right: 0; }
  footer .footer-connect h4 {
    text-align: center; }

.mc-field-group {
  text-align: center; }

.footer-links, .footer-id {
  margin-top: 40px; }

@media (max-width: 991px) {
  .footer-links {
    border-left: none;
    padding-left: 0;
    margin-top: 15px; }
  .footer-address li {
    display: inline-block;
    margin-right: 15px; } }

.footer-newsletter input[type="email"] {
  box-sizing: border-box;
  background: #fdfdfd;
  line-height: 1.5;
  margin: 0 auto 5px auto;
  font-size: 16px;
  border: 1px solid #fdfdfd;
  color: #222222;
  padding: 12px 0 12px 0;
  text-align: center;
  width: 70%; }

.footer-newsletter input[type="submit"] {
  border-radius: 0;
  line-height: 1.5;
  font-size: 16px;
  padding: 12px;
  text-align: center;
  border: 1px solid #fdfdfd;
  color: #0d99cc; }

.footer-newsletter input[type="submit"]:hover {
  background: #0a759c;
  color: #fff; }

.social-icons {
  text-align: center; }
  .social-icons img {
    max-width: 50px;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 7px; }
  .social-icons img:hover {
    opacity: .7; }

/*Page Alerts---------------------------------------------------------*/
.error-message {
  padding: 10px 5px;
  background-color: #fb3767;
  color: #fff;
  margin: 2px 0px;
  font-size: 1em;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
  position: fixed;
  top: -2px;
  z-index: 1001;
  -moz-animation-name: dropHeader;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease-out;
  -moz-animation-duration: 0.6s;
  -webkit-animation-name: dropHeader;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-duration: 0.6s;
  animation-name: dropHeader;
  animation-iteration-count: 1;
  animation-timing-function: ease-out;
  animation-duration: 0.6s; }

.error-message-modal {
  padding: 10px 5px;
  background-color: #fb3767;
  color: #fff;
  margin: 2px 0px;
  font-size: 1em;
  width: 100%;
  text-align: center; }

@-webkit-keyframes dropHeader {
  0% {
    -webkit-transform: translateY(-80px); }
  100% {
    -webkit-transform: translateY(0); } }

@keyframes dropHeader {
  0% {
    transform: translateY(-80px); }
  100% {
    transform: translateY(0); } }

.valid-message {
  padding: 10px 5px;
  background-color: #599e50;
  color: #fff;
  margin: 2px 0px;
  font-size: 1em;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
  position: fixed;
  top: -2px;
  z-index: 1001;
  -moz-animation-name: dropHeader;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease-out;
  -moz-animation-duration: 0.6s;
  -webkit-animation-name: dropHeader;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-duration: 0.6s;
  animation-name: dropHeader;
  animation-iteration-count: 1;
  animation-timing-function: ease-out;
  animation-duration: 0.6s; }

#terms-conditions ul, #terms-conditions ol, #privacy-policy ul, #privacy-policy ol {
  margin: 20px auto;
  padding-left: 2em; }

#terms-conditions h4, #privacy-policy h4 {
  margin-top: 2em;
  margin-bottom: 1em;
  font-weight: 800; }

/*Banners---------------------------------------------------------*/
.banner-image img {
  width: 100%; }

.banner-container {
  margin-bottom: 60px; }

.home .banner-container {
  margin-bottom: 0; }

.banner-container {
  height: 58%; }

.home .banner-container {
  height: 85%; }

.banner {
  background: #bcd7da;
  background-repeat: none;
  background-position-y: center;
  background-position-x: center;
  background-size: cover;
  height: 100%;
  position: relative; }

.home .banner {
  margin-left: 0;
  margin-right: 0; }

@media (max-width: 479px) {
  .home .banner-container {
    height: 100%; }
  .banner.align-right {
    background-position-x: right; }
  .banner.align-left {
    background-position-x: left; } }

.banner-header h1 {
  margin-top: 0; }

@media (max-width: 991px) {
  .syringe-access .banner-header {
    width: 80%;
    text-align: center; } }

@media (max-width: 479px) {
  .banner-header.landing-header {
    width: 90%;
    text-align: center; }
  .article-wrapper .banner-header, .news-wrapper .banner-header {
    width: 100%; } }

@media (max-width: 479px) {
  #entry3471 .banner {
    background-position-x: 40% !important; } }

body.article .banner-image {
  height: 100%; }

body.article .banner-container {
  height: 90%;
  position: relative; }

body.article .article-banner-header {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto; }

body.article .article-banner-header.show-xs {
  position: static; }

.show-xs {
  display: none; }

.homepage-alert {
  text-align: center;
  background-color: #e3eff0;
  color: #222;
  padding: 10px; }

.homepage-alert, .homepage-alert p {
  font-size: 12px;
  line-height: 1.2; }
  .homepage-alert .glyphicons, .homepage-alert p .glyphicons {
    display: none; }
  .homepage-alert p, .homepage-alert p p {
    display: inline-block;
    margin-bottom: 0;
    padding-right: .5rem; }

.banner-container {
  position: relative; }

@media (max-width: 479px) {
  .hide-xs {
    display: none; }
  .show-xs {
    display: block; } }

.custom-row-links a {
  text-align: center;
  display: block;
  padding: 40px 15px 20px 15px;
  border: 1px solid #0d99cc;
  position: relative;
  line-height: 1.2;
  min-height: 101px;
  margin-bottom: 30px; }
  .custom-row-links a:hover {
    border: 1px solid #0a759c;
    text-decoration: none;
    background: #bcd7da;
    color: #0a759c; }
  .custom-row-links a img {
    margin: 0 auto 10px auto;
    max-width: 50px;
    display: block;
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%); }

body.article .header-text-wrapper {
  background: #fff;
  overflow: auto;
  display: block;
  padding: 10px 30px 0 30px; }

@media (max-width: 479px) {
  body.article .header-text-wrapper {
    padding: 0; } }

.banner-container .banner-header {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%); }
  .banner-container .banner-header h1 {
    font-family: "Sentinel SSm A", "Sentinel SSm B", Georgia, serif;
    font-style: normal;
    font-weight: 400;
    font-stretch: normal;
    background: #ffc600;
    display: inline-block;
    padding: 15px 30px;
    font-size: 32px;
    margin: 0;
    text-align: center; }

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

/*Awardees ---------------------------------------------------------*/
.awardee-list-container {
  -webkit-columns: 300px 3;
  -moz-columns: 300px 3;
  columns: 300px 3;
  padding-top: 60px;
  padding-bottom: 60px; }

.awardee-listing p {
  margin: 0;
  line-height: 1.2; }

.awardee-listing a {
  display: inline-block;
  padding: 15px 10px;
  background: #f6f6f6;
  width: 100%; }

.awardee-listing a:hover {
  background: #ffc600;
  color: #222; }

/*Articles ---------------------------------------------------------*/
.article-wrapper {
  padding: 0 0 60px 0; }

body.news.article .article-wrapper {
  padding-top: 60px; }

.content-section {
  margin-top: 30px;
  margin-bottom: 30px; }

.content-section.double-padding {
  margin-top: 60px;
  margin-bottom: 60px; }

@media (max-width: 767px) {
  .article .text-inset {
    padding-left: 0; } }

.article-attributes {
  margin-top: 50px; }

body.article h1 {
  margin-bottom: 30px;
  margin-top: 0px; }

.feature-sidebar h3 {
  font-family: "Sentinel SSm A", "Sentinel SSm B", Georgia, serif;
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  font-size: 18px;
  line-height: 1.2;
  margin: 0; }

.feature-sidebar li {
  margin: 5px 0; }

.sidebar-feature-image {
  line-height: 0; }

.sidebar-feature-content {
  padding: 5px; }

.feature-links {
  padding: 15px; }

@media (max-width: 991px) {
  .feature-links {
    padding-left: 0; } }

@media (max-width: 479px) {
  .feature-links {
    margin-left: 15px; } }

.textLeftImageRight h3 {
  margin-top: 0; }

.simple-quote .small-rule {
  display: none; }

.simple-quote blockquote {
  color: #969b9b; }

.notopmargin {
  margin-top: -80px; }

@media (max-width: 479px) {
  .notopmargin {
    margin-top: 30px; } }

.yellow-divider .sidebar-text {
  border-left: 1px solid #ffc600;
  padding-left: 20px;
  margin-left: 20px; }

.textLeftImageAndTextRight .image-column .image-caption {
  margin-bottom: 15px; }

.textLeftImageAndTextRight .image-column .sidebar-text p {
  font-family: 'Fira Sans', "Helvetica-Neue", arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  color: #6f6f6f;
  font-size: 14px; }

.image-embed,
.quote-embed {
  float: right;
  margin-right: -550px;
  padding-left: 20px;
  margin-bottom: 10px; }

.quote-embed {
  width: 400px;
  font-size: 20px;
  line-height: 2;
  width: 400px;
  font-style: italic;
  font-weight: 400; }

.full-quote {
  font-style: italic;
  font-weight: 400;
  font-size: 20px;
  line-height: 2;
  text-align: center; }

.sidebar-callout {
  text-align: left;
  border-left: 5px solid #ffc600;
  margin-left: 30px;
  font-size: 20px;
  font-family: 'Fira Sans', "Helvetica-Neue", arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-stretch: normal; }
  .sidebar-callout a {
    font-family: 'Fira Sans', "Helvetica-Neue", arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-stretch: normal;
    font-size: 16px; }

.centeredBoldCallout {
  margin-bottom: 60px; }
  .centeredBoldCallout .text-inset {
    padding-left: 50px; }

.fullWidth .text-inset p:last-of-type {
  margin-bottom: 0; }

.inline-quote .centeredBoldCallout {
  margin-top: 0;
  margin-bottom: 0; }
  .inline-quote .centeredBoldCallout .sidebar-callout {
    font-family: "Sentinel SSm A", "Sentinel SSm B", Georgia, serif;
    font-style: normal;
    font-weight: 400;
    font-stretch: normal;
    color: #222;
    font-size: 16px;
    line-height: 1.8;
    border-width: 1px; }
  .inline-quote .centeredBoldCallout .text-inset {
    padding-left: 15px; }

.learn-more-lead-in {
  font-weight: 700; }

.drop-cap-paragraph p:first-of-type:first-letter {
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-size: 48px;
  color: #0d99cc;
  display: inline;
  float: left;
  font-size: 5.4em;
  line-height: 0.8em;
  margin: 0.08em 0.07em 0 0;
  text-transform: uppercase; }

.landing-body h3 {
  margin-top: 0;
  margin-bottom: 0; }

.learn-more-sidebar h4 {
  text-align: left;
  margin-bottom: 15px;
  border-bottom: 1px solid #e8e8e8;
  margin-top: 0; }

.learn-more-sidebar ul {
  padding: 0;
  margin: 0; }

.learn-more-sidebar li {
  list-style-type: none;
  padding: 0;
  margin: 0; }

.learn-more-link p {
  line-height: 1.4; }

.fullImage {
  margin-top: 60px;
  margin-bottom: 60px; }

.image-caption, .caption {
  text-align: left;
  font-size: 12px;
  font-family: 'Fira Sans', "Helvetica-Neue", arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  line-height: 1.4;
  margin-bottom: 0; }

.landing-featured-stories h4 {
  margin-top: 20px; }

.social-links {
  font-size: 14px;
  font-family: 'Fira Sans', "Helvetica-Neue", arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-stretch: normal; }
  .social-links li {
    display: inline-block;
    margin-right: 5px; }
  .social-links .small-label {
    position: relative;
    bottom: 8px; }
  .social-links img {
    width: 25px;
    height: 25px;
    background: #222;
    padding: 3px; }
  .social-links a:hover img {
    background: #f15a29; }

.callOutBox .excerpt {
  padding: 30px 30px 15px 30px;
  background: #f1f1f1;
  margin: 30px 0 30px 30px; }

.callOutBox p, .callOutBox ul {
  font-family: 'Fira Sans', "Helvetica-Neue", arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-stretch: normal; }

.callOutBox .callout-header {
  border-bottom: 1px solid #cacdcd;
  margin-bottom: 30px; }

.callOutBox .callout-header p {
  font-size: 14px; }

@media (max-width: 767px) {
  .callOutBox .excerpt {
    margin: 0; } }

.imageLeftLargeQuoteRight .quote,
.imageLeftLargeQuoteLeft .quote {
  font-family: "Sentinel SSm A", "Sentinel SSm B", Georgia, serif;
  font-style: italic;
  font-weight: 400;
  font-stretch: normal;
  color: #969b9b;
  font-size: 20px; }

.imageLeftLargeQuoteLeft .quote,
.imageLeftLargeQuoteLeft .quote-attribute {
  text-align: right; }

.content-section .content-header.subhead h4, .content-section .content-header.subhead h2, .content-section .page-lead-in h2, .content-section h2 {
  padding-bottom: 0;
  margin-bottom: 0; }

.questionandanswer h2 {
  color: #f15a29;
  font-size: 110px;
  font-family: "Sentinel SSm A", "Sentinel SSm B", Georgia, serif;
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  line-height: 1;
  margin-top: 30px; }

.questionandanswer p.quote-attribute {
  margin-top: 0; }

.questionandanswer .questionText {
  font-size: 28px;
  font-family: "Sentinel SSm A", "Sentinel SSm B", Georgia, serif;
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  color: #000;
  width: 50%;
  line-height: 1.4;
  padding-right: 120px;
  float: left;
  padding-right: 15px; }

.questionandanswer img {
  width: 100%; }

.questionandanswer .answer-callout {
  font-family: "Sentinel SSm A", "Sentinel SSm B", Georgia, serif;
  font-style: italic;
  font-weight: 400;
  font-stretch: normal;
  font-size: 20px;
  padding-left: 15px;
  text-align: right;
  margin-top: 30px;
  margin-bottom: 0; }

.questionPhoto, .answerPhoto {
  float: right;
  width: 50%;
  padding: 0 0 15px 15px;
  margin-top: -100px; }

@media (max-width: 479px) {
  .questionandanswer .questionPhoto, .questionandanswer .answerPhoto, .questionandanswer .questionText {
    float: none;
    width: 100%;
    margin-top: 0;
    padding: 0; }
  .questionandanswer .answer-callout {
    text-align: left;
    margin-top: 15px;
    margin-bottom: 30px;
    padding-left: 0; } }

/*Quote Grid and Masonry sections ---------------------------------------------------------*/
.quote-block {
  padding: 120px 60px;
  font-size: 18px;
  text-align: center;
  background: #EBEBEB;
  color: #222;
  border: 5px solid #fff; }

@media (max-width: 479px) {
  .grid-wrapper {
    max-width: 100% !important; }
  .quote-block {
    padding: 20px 30px; }
  .article .text-inset {
    padding-left: 0; }
  .content-section.double-padding {
    margin-top: 30px;
    margin-bottom: 30px; }
  .callOutBox .excerpt {
    margin-right: 0;
    margin-left: 0; } }

.masonry-gallery {
  margin: 100px 0; }

.quoteGrid {
  background: #ffc600;
  padding: 100px 0;
  margin: 60px 0; }
  .quoteGrid .quote-entry {
    margin-bottom: 30px; }
  .quoteGrid p {
    font-size: 14px;
    font-family: 'Fira Sans', "Helvetica-Neue", arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-stretch: normal;
    line-height: 1.6;
    margin-bottom: 8px; }

/*Homepage ---------------------------------------------------------*/
.positioned-header {
  position: absolute;
  top: 0;
  width: 100%; }

.reversed-header .primary-nav ul.first-level-nav > li > a {
  color: #fff; }
  .reversed-header .primary-nav ul.first-level-nav > li > a:hover {
    border-color: #fff; }

.homepage-featured-stories {
  margin-bottom: 60px; }
  .homepage-featured-stories h4 {
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Fira Sans', "Helvetica-Neue", arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-stretch: normal; }
  .homepage-featured-stories h3 {
    font-family: "Sentinel SSm A", "Sentinel SSm B", Georgia, serif;
    font-style: normal;
    font-weight: 400;
    font-stretch: normal;
    margin-top: 0;
    line-height: 1.2; }

.homepage-story {
  height: 300px;
  margin-bottom: 30px; }
  .homepage-story > .row {
    height: 100%;
    margin: 0; }

@media (max-width: 991px) {
  .homepage-story {
    height: 300px;
    margin-bottom: 30px;
    border: 5px solid #fff; } }

@media (max-width: 767px) {
  .homepage-story {
    height: auto;
    margin-bottom: 30px;
    border: 5px solid #fff; } }

.home-article-thumb {
  background: #bcd7da no-repeat center center;
  background-size: cover; }

@media (max-width: 767px) {
  .home-article-thumb {
    border-top: 5px solid #fff; } }

.home-article-thumb, .home-article-title {
  height: 100%; }

.home-article-title {
  padding: 15px 30px !important;
  position: relative; }

@media (max-width: 767px) {
  .home-article-thumb {
    height: 300px; }
  .home-article-title {
    min-height: 200px; } }

.article-category {
  font-family: 'Fira Sans', "Helvetica-Neue", arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1.2;
  display: block;
  margin-bottom: 8px; }
  .article-category li {
    display: inline-block; }
  .article-category li.article-date {
    padding-left: 1rem;
    color: #026c87; }

.article-prompt {
  font-family: 'Fira Sans', "Helvetica-Neue", arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  font-size: 14px;
  position: absolute;
  bottom: 20px;
  padding-right: 20px;
  color: #fff; }

.yellow-wedge {
  position: absolute;
  bottom: 0;
  width: 100%; }

.homepage-header {
  background: #ffc600;
  text-align: center;
  padding: 0 0 80px 0;
  margin-top: -1px; }
  .homepage-header h1 {
    margin: 0; }

@media (max-width: 479px) {
  .homepage-header {
    background: #ffc600;
    text-align: center;
    padding: 30px 0 30px 0; }
    .homepage-header h1 {
      margin-bottom: 15px; } }

.header-underline {
  background-size: 100% 100%;
  background-image: linear-gradient(180deg, transparent 55%, #fff726 0);
  background-repeat: no-repeat; }

.banner-caption {
  width: 25%;
  background: #000;
  position: absolute;
  right: 0;
  bottom: 10%;
  padding: 20px;
  opacity: .5; }
  .banner-caption p {
    font-size: 12px;
    line-height: 1.2;
    color: #fff;
    font-family: 'Fira Sans', "Helvetica-Neue", arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-stretch: normal;
    margin-bottom: 0; }
  .banner-caption a {
    color: #fff; }
  .banner-caption a:hover {
    color: #0d99cc; }

@media (max-width: 767px) {
  .banner-caption {
    width: 45%; } }

@media (max-width: 479px) {
  .banner-caption {
    width: 85%; } }

.home-lead-in {
  font-family: "Sentinel SSm A", "Sentinel SSm B", Georgia, serif;
  font-style: italic;
  font-weight: 400;
  font-stretch: normal;
  font-size: 22px; }

.feature-banner-card {
  position: absolute;
  color: #fff;
  width: 45%;
  left: 30px;
  bottom: 15%;
  padding: 15px 15px 15px 30px;
  background: url("img/bg-80-w.png");
  border: 1px solid #ffc600; }
  .feature-banner-card h2 {
    margin-top: 10px;
    margin-bottom: 0;
    line-height: 1; }
  .feature-banner-card h2 p {
    color: #222;
    margin: 0;
    font-size: 32px; }
  .feature-banner-card .article-category {
    color: #222; }
  .feature-banner-card .feature-description {
    color: #222; }
  .feature-banner-card .feature-link-text {
    font-family: 'Fira Sans', "Helvetica-Neue", arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-stretch: normal;
    color: #0d99cc; }

a.main-feature-link:hover .feature-banner-card {
  background: url("img/bg-90-w.png"); }
  a.main-feature-link:hover .feature-banner-card .feature-link-text {
    text-decoration: underline; }

@media (max-width: 991px) {
  .feature-banner-card {
    width: 55%; } }

@media (max-width: 767px) {
  .feature-banner-card {
    width: 90%;
    bottom: 10%;
    left: 5%;
    padding: 12px 15px; }
    .feature-banner-card h2 {
      font-size: 24px;
      line-height: 1;
      margin: 0; }
    .feature-banner-card h2 p {
      font-size: 24px;
      line-height: 1;
      margin: 0; }
    .feature-banner-card p {
      font-size: 14px;
      line-height: 1;
      font-size: 24px; }
  .feature-link-text p {
    font-size: 14px;
    margin-bottom: 5px;
    line-height: 1.4; } }

.homepage-news {
  background: #edf4f5;
  padding-bottom: 100px; }
  .homepage-news p {
    font-family: 'Fira Sans', "Helvetica-Neue", arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-stretch: normal; }
  .homepage-news .container {
    padding-bottom: 10px; }

.homepage-news-entry {
  min-height: 200px !important;
  border-left: 1px solid #accdd1;
  padding-top: 30px; }

@media (max-width: 991px) {
  .homepage-news-entry {
    min-height: auto  !important; } }

.home-instagram {
  margin: 150px 0; }
  .home-instagram .container-fluid {
    padding-left: 30px;
    padding-right: 30px; }
  .home-instagram .home-instagram-intro {
    text-align: center;
    text-transform: uppercase;
    background: #ffc600; }
    .home-instagram .home-instagram-intro img {
      width: 50px;
      margin: 35px 0 10px 0;
      opacity: .9; }
    .home-instagram .home-instagram-intro a {
      display: inline-block;
      color: #fff; }
  .home-instagram .home-instagram-entries, .home-instagram .home-instagram-intro {
    padding: 1px; }
  .home-instagram .col-xs-6, .home-instagram .col-md-3, .home-instagram .col-lg-2 {
    padding: 0; }
  .home-instagram .instagram-image {
    background-size: cover;
    width: 100%;
    height: 200px;
    background-position: center center; }
  .home-instagram .instagram-image:hover {
    transition: all 0.3s ease 0s; }
  .home-instagram .row {
    margin-right: 0;
    margin-left: 0; }

@media (max-width: 767px) {
  .home-instagram .instagram-image {
    min-height: 300px; } }

@media (max-width: 479px) {
  .home-instagram .container-fluid {
    padding-left: 15px;
    padding-right: 15px; }
  .home-instagram .instagram-image {
    min-height: 150px; } }

/*Landing Pages---------------------------------------------------------*/
.feature-sidebar {
  margin-top: 15px;
  margin-bottom: 60px; }

.landing-featured-stories {
  background: #f2f7f8;
  padding: 60px 0;
  margin-top: 30px; }

.landing-story {
  background: #fff;
  height: 300px;
  margin-bottom: 30px; }
  .landing-story p {
    font-size: 14px;
    padding: 15px;
    line-height: 1.6; }

.landing-story-thumbnail {
  background: #bcd7da no-repeat center center;
  background-size: cover;
  height: 150px; }

@media (max-width: 767px) {
  .landing-story {
    height: 350px; }
  .landing-story-thumbnail {
    height: 250px; }
  .landing-story-text p {
    font-size: 18px;
    line-height: 1.4; } }

/*About---------------------------------------------------------*/
.timeline {
  background: #edf4f5;
  padding-bottom: 60px;
  margin-top: 60px; }

.date-column, .detail-column {
  background: #fff; }

.timeline-date {
  color: #f15a29;
  padding: 10px; }

@media (max-width: 479px) {
  .timeline-date {
    padding-right: 0;
    padding-left: 0; } }

.date-column {
  margin-top: 60px; }
  .date-column:first-of-type {
    margin-top: 15px; }

.timeline-detail {
  font-family: 'Fira Sans', "Helvetica-Neue", arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  padding: 60px 15px 0 15px; }
  .timeline-detail:first-of-type {
    padding-top: 15px; }

.detail-column {
  border-left: 1px solid #f15a29; }

/*Fellows---------------------------------------------------------*/
.fellow-listings {
  padding-bottom: 60px; }

.fellow-listing {
  min-height: 365px !important;
  border: 1px solid #e8e8e8; }
  .fellow-listing p {
    line-height: 1.4;
    margin-bottom: 0; }

.fellow-name {
  font-size: 18px; }

.fellow-institution {
  font-size: 12px;
  text-transform: uppercase; }

.fellow-title {
  font-family: 'Fira Sans', "Helvetica-Neue", arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  font-size: 14px; }

.changeling-icon {
  color: #ffc600;
  position: relative;
  bottom: 2px;
  font-size: 12px; }

.founding-mentor-tag {
  margin-top: 10px;
  border-left: 2px solid #ffc600;
  padding-left: 5px; }
  .founding-mentor-tag span {
    display: block; }
  .founding-mentor-tag .mentor-date {
    font-family: "Sentinel SSm A", "Sentinel SSm B", Georgia, serif;
    font-style: normal;
    font-weight: 400;
    font-stretch: normal;
    line-height: 1.2;
    font-size: 12px; }
  .founding-mentor-tag .mentor-title {
    font-family: 'Fira Sans', "Helvetica-Neue", arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-stretch: normal;
    text-transform: uppercase;
    line-height: 1; }

.portrait-placeholder {
  width: 170px;
  height: 170px;
  margin-bottom: .5rem; }

.fellow-details .fellow-institution, .fellow-details .fellow-title {
  display: block;
  margin-bottom: .5rem; }

@media (max-width: 479px) {
  .fellow-listing {
    min-height: none !important;
    padding: 10px 0; } }

/*Papers---------------------------------------------------------*/
#papersTable th {
  font-weight: 700px;
  border-bottom: 1px solid #969b9b;
  padding: 10px; }

#papersTable td {
  padding: 10px;
  min-width: 100px;
  border-bottom: 1px solid #d3e4e6;
  line-height: 1.4; }

ul.pagination li {
  display: inline-block;
  list-style-type: none; }

.paginate_button.active a {
  color: #f15a29;
  border-bottom: 1px solid #f15a29; }

/*News---------------------------------------------------------*/
.news-wrapper {
  padding-top: 60px;
  padding-bottom: 60px; }

.news-entry {
  margin-bottom: 10px; }

.news-entry h3 {
  margin: 0;
  border: none;
  padding: 0;
  margin-bottom: 10px;
  line-height: 1.4; }

.news-entry-page h2 {
  margin: 0;
  border-bottom: none; }

.news-entry-source {
  font-size: 14px;
  margin: 0; }

.news-entry-body {
  margin-top: 40px; }

.news-entry-summary {
  margin-bottom: 5px; }

.super-head {
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 5px; }

.news .small-label {
  display: inline-block;
  padding-right: 5px; }

.press-credit {
  margin-bottom: 30px; }

body.news-and-press .banner-header {
  margin-bottom: 30px; }

body.news-and-press .article-listing {
  padding: 15px 0;
  border-bottom: 1px solid #e8e8e8;
  line-height: 1.4; }

body.news-and-press .news-wrapper a {
  color: #222; }

body.news-and-press .news-wrapper a:hover {
  color: #0a759c; }

body.news-and-press .article-listing-category, body.news-and-press .article-listing-date {
  font-size: 14px;
  font-family: 'Fira Sans', "Helvetica-Neue", arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  text-transform: uppercase;
  padding-top: 5px; }

.article-listing-category {
  text-align: right; }

@media (max-width: 479px) {
  .article-listing-category {
    text-align: left; } }

.blog-post-nav {
  padding-top: 40px;
  margin-top: 60px;
  border-top: 1px solid #e8e8e8;
  font-size: 14px;
  line-height: 1.2; }
  .blog-post-nav p {
    display: inline-block; }
  .blog-post-nav .blog-post-nav-left {
    border-right: 1px solid #e8e8e8;
    text-align: left;
    position: relative;
    padding-left: 60px; }
    .blog-post-nav .blog-post-nav-left span {
      position: absolute;
      left: 0;
      top: -10px; }
  .blog-post-nav .blog-post-nav-right {
    text-align: right;
    position: relative;
    padding-right: 60px; }
    .blog-post-nav .blog-post-nav-right span {
      position: absolute;
      right: 0;
      top: -10px; }

@media (max-width: 991px) {
  .blog-post-nav-left {
    margin-bottom: 20px; } }

/*Conference Schedule ---------------------------------------------------------*/
.schedule-list {
  font-family: 'Fira Sans', "Helvetica-Neue", arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-stretch: normal; }

.schedule-time {
  line-height: 1.4; }

.schedule-description p {
  margin-bottom: 0px; }

.schedule-list {
  border-top: 1px solid #dddddd;
  padding-top: 10px;
  padding-bottom: 5px; }

.schedule-topic {
  line-height: 1.4;
  font-family: "Sentinel SSm A", "Sentinel SSm B", Georgia, serif;
  font-style: normal;
  font-weight: 700;
  font-stretch: normal; }

.schedule-speaker {
  font-family: "Sentinel SSm A", "Sentinel SSm B", Georgia, serif;
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  color: #888; }

.google-calendar-link a {
  padding: 10px 0 10px 30px;
  background: url(img/gcal.png) no-repeat 0 center;
  background-size: 25px; }

.schdule-topic {
  display: inline-block; }

.schedule-day + .schedule-topic h5 {
  margin-top: 0; }

.schedule-list + .schedule-day {
  margin-top: 60px; }

.schedule-break {
  padding: 5px 10px;
  display: inline-block;
  margin-bottom: 60px;
  margin-top: 30px;
  font-family: 'Fira Sans', "Helvetica-Neue", arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  border-left: 3px solid #02384d; }

table {
  font-family: 'Fira Sans', "Helvetica-Neue", arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  background: #fff;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100% !important; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  border: none; }

.table-container {
  margin-top: 28px;
  margin-bottom: 42px; }

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd; }

.table > tbody > tr:last-child > td {
  border-bottom: 1px solid #dddddd; }

@media print {
  body.schedule {
    font-size: 14px; }
    body.schedule p {
      margin: 0;
      font-size: 14px; }
    body.schedule .table {
      margin: 0; } }

/*Remote Conference Home ---------------------------------------------------------*/
.ccc-banner {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  padding: 60px 0; }
  .ccc-banner .conference-logo {
    max-width: 250px;
    margin: 0 auto; }
    .ccc-banner .conference-logo img {
      display: block;
      margin-bottom: 60px; }
  .ccc-banner .banner-welcome {
    background: url("img/bg-75.png");
    padding: 30px;
    color: #fff; }
    .ccc-banner .banner-welcome h1 {
      margin-top: 0; }
  .ccc-banner .conference-sidebar {
    background: #fff;
    padding: 20px;
    border-top: 5px solid #ffc600; }
    .ccc-banner .conference-sidebar h3 {
      margin: 0 0 15px 0;
      line-height: 1.2;
      padding-bottom: 0; }
    .ccc-banner .conference-sidebar p {
      line-height: 1.4;
      margin-bottom: 8px; }
    .ccc-banner .conference-sidebar p.info-text {
      line-height: 1.2;
      font-size: 14px; }
  .ccc-banner .conference-sidebar:first-of-type {
    margin-bottom: 30px; }
  .ccc-banner p.conference-links {
    line-height: 1.8;
    margin-top: 5px; }

.conference-video {
  background: #edf4f5;
  padding: 50px 0; }
  .conference-video p {
    color: #222; }

body.ccc-home .home-article-title {
  padding: 20px 20px !important; }

body.ccc-home .homepage-website-callout {
  padding-top: 60px;
  background-size: cover !important;
  background-repeat: no-repeat !important; }

body.ccc-home .homepage-featured-stories {
  margin-bottom: 90px;
  padding: 90px 0;
  margin-top: 5px; }

body.ccc-home h2 {
  margin-top: 0;
  padding-bottom: 0; }

.white-bg {
  background: url("img/bg-80-w.png");
  padding: 30px; }

.ccc-subpage .login-form {
  max-width: 500px;
  margin: 100px auto 300px auto;
  background-color: #fff;
  padding: 30px;
  border-top: 5px solid #ffc600; }
  .ccc-subpage .login-form h2 {
    margin-top: 0;
    margin-bottom: 15px; }

.ccc-subpage .fellow-listing {
  min-height: 50px !important;
  border: none;
  margin-bottom: 30px;
  border-top: 1px solid #bcd7da;
  line-height: 1.4;
  padding-top: 30px; }

.ccc-subpage h3.fellow-name {
  margin-bottom: 0;
  font-family: 'Fira Sans', "Helvetica-Neue", arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  font-size: 20px;
  padding-bottom: 4px;
  margin-top: 0; }

.ccc-subpage .schedule-speaker {
  margin-bottom: 0;
  font-family: 'Fira Sans', "Helvetica-Neue", arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-stretch: normal; }

.ccc-subpage .fellow-description {
  margin-top: 15px; }

.ccc-subpage .conference-schedule {
  background: #edf4f5;
  padding-bottom: 60px;
  padding-top: 30px;
  margin-bottom: 60px; }
  .ccc-subpage .conference-schedule h2 {
    padding-bottom: 0; }

ul.fellow-links {
  margin-top: 15px !important; }
  ul.fellow-links li {
    margin-bottom: 0;
    line-height: 1.6;
    padding: 0 0 0 24px;
    background: url("/assets/img/paper.png") no-repeat left 3px;
    background-size: 14px;
    font-size: 16px;
    line-height: 1.2;
    padding-bottom: 1rem; }
    ul.fellow-links li a {
      color: #222; }
    ul.fellow-links li a:hover {
      color: #0a759c; }

ul.fellows-social-links li {
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  padding-left: 18px;
  margin-left: 0;
  margin-right: 24px; }

ul.fellows-social-links a {
  color: #222; }

ul.fellows-social-links a:hover {
  color: #0a759c; }

ul.fellows-social-links li.profile {
  background: url("/assets/img/profile.png") no-repeat left top;
  background-size: 12px;
  padding-left: 16px; }

ul.fellows-social-links li.email {
  background: url("/assets/img/address.png") no-repeat left 3px;
  background-size: 14px; }

ul.fellows-social-links li.instagram {
  background: url("/assets/img/instagram-d.png") no-repeat left 3px;
  background-size: 14px; }

ul.fellows-social-links li.twitter {
  background: url("/assets/img/twitter-d.png") no-repeat left 3px;
  background-size: 14px; }

ul.fellows-social-links li.linkedin {
  background: url("/assets/img/linkedin-d.png") no-repeat left 3px;
  background-size: 14px; }

ul.fellows-social-links li.genericLink {
  background: url("/assets/img/icon-external-link.png") no-repeat left 3px;
  background-size: 12px; }

.pill {
  font-family: 'Fira Sans', "Helvetica-Neue", arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  font-size: 12px;
  text-transform: uppercase;
  padding: 5px 10px;
  border-radius: 16px;
  margin-left: 10px;
  background: #edf4f5;
  position: relative;
  bottom: 3px; }

.fellow-name-header .fellow-name {
  display: inline-block; }

/*Video ---------------------------------------------------------*/
.home .video-link {
  text-align: center; }

.video-icon {
  max-width: 24px;
  position: relative;
  bottom: -1px;
  margin-right: 5px; }

/*Video with Background ---------------------------------------------------------*/
.videoBackground {
  background: #edf4f5;
  padding: 50px 0;
  margin: 100px auto; }
  .videoBackground p {
    color: #222; }

/*Search  ---------------------------------------------------------*/
.search-results-wrapper .search-results {
  padding-bottom: 60px; }
  .search-results-wrapper .search-results li a {
    background: #fff;
    display: block;
    margin-bottom: 1px;
    padding: 10px 15px;
    font-size: 18px;
    border-bottom: 1px solid #e8e8e8; }
  .search-results-wrapper .search-results li a:hover {
    text-decoration: none; }
  .search-results-wrapper .search-results span {
    float: right;
    position: relative;
    top: 4px; }

#search, #newsletter {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  transition: all 0.5s ease-in-out;
  transform: translate(0px, -100%) scale(0, 0);
  opacity: 0; }

.page-not-found-search #search {
  position: relative;
  opacity: 1;
  transform: none;
  background: #fff; }

#search.open, #newsletter.open {
  transform: translate(0px, 0px) scale(1, 1);
  opacity: 1; }

#search #search-field {
  position: absolute;
  top: 40%;
  width: 100%;
  text-align: center; }

.page-not-found-search #search #search-field {
  position: relative;
  top: 0; }

#search input[type="search"] {
  border: 0px;
  margin: 0px auto;
  margin-top: -51px;
  padding-left: 30px;
  padding-right: 30px;
  outline: none;
  font-size: 60px;
  font-weight: 300;
  color: white;
  background: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #fff; }

.page-not-found-search #search input[type="search"] {
  font-size: 24px;
  background: #fff;
  color: #222;
  border-bottom: 1px solid #0d99cc;
  padding-left: 0; }

.page-not-found-search #search input[type="search"]:focus {
  border-bottom: 1px solid #f15a29; }

#search .btn.btn-lg {
  border: none;
  background: none;
  padding: 0;
  font-size: 32px;
  position: relative;
  bottom: -15px;
  color: #bcd7da; }

#search .btn.btn-lg:hover {
  color: #9bc3c8; }

#search .close {
  position: fixed;
  top: 15px;
  right: 15px;
  opacity: 1;
  text-shadow: none; }

#newsletter .newsletter-close {
  position: absolute;
  top: 0px;
  right: -5px;
  opacity: 1;
  text-shadow: none; }

#search .close span, #newsletter .newsletter-close span {
  color: #bcd7da;
  padding: 10px 17px;
  font-size: 42px; }

#search .close span:hover, #newsletter .newsletter-close span:hover {
  color: #9bc3c8; }

#newsletter-body {
  width: 50%; }

@media (max-width: 767px) {
  #newsletter-body {
    width: 100%; }
  #newsletter .newsletter-close {
    right: -10px; } }

/*responsive nav ---------------------------------------------------------*/
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }

.hamburger:hover {
  opacity: 0.7; }

.hamburger:active {
  outline: none;
  border: none; }

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #000;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease; }

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block; }

.hamburger-inner::before {
  top: -10px; }

.hamburger-inner::after {
  bottom: -10px; }

/* Spin */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in; }

.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.14s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out; }

.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
* {
  box-sizing: border-box; }

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

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

@media (min-width: 768px) {
  .container {
    width: 90%; } }

@media (min-width: 992px) {
  .container {
    width: 90%; } }

@media (min-width: 1200px) {
  .container {
    width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 30px;
  padding-right: 30px; }

.row {
  margin-left: -15px;
  margin-right: -15px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.col-xs-1 {
  width: 8.33333333%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-11 {
    width: 91.66666667%; }
  .col-sm-10 {
    width: 83.33333333%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-8 {
    width: 66.66666667%; }
  .col-sm-7 {
    width: 58.33333333%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-5 {
    width: 41.66666667%; }
  .col-sm-4 {
    width: 33.33333333%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-2 {
    width: 16.66666667%; }
  .col-sm-1 {
    width: 8.33333333%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-pull-11 {
    right: 91.66666667%; }
  .col-sm-pull-10 {
    right: 83.33333333%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-8 {
    right: 66.66666667%; }
  .col-sm-pull-7 {
    right: 58.33333333%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-5 {
    right: 41.66666667%; }
  .col-sm-pull-4 {
    right: 33.33333333%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-2 {
    right: 16.66666667%; }
  .col-sm-pull-1 {
    right: 8.33333333%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-push-11 {
    left: 91.66666667%; }
  .col-sm-push-10 {
    left: 83.33333333%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-8 {
    left: 66.66666667%; }
  .col-sm-push-7 {
    left: 58.33333333%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-5 {
    left: 41.66666667%; }
  .col-sm-push-4 {
    left: 33.33333333%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-2 {
    left: 16.66666667%; }
  .col-sm-push-1 {
    left: 8.33333333%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-offset-12 {
    margin-left: 100%; }
  .col-sm-offset-11 {
    margin-left: 91.66666667%; }
  .col-sm-offset-10 {
    margin-left: 83.33333333%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-8 {
    margin-left: 66.66666667%; }
  .col-sm-offset-7 {
    margin-left: 58.33333333%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-5 {
    margin-left: 41.66666667%; }
  .col-sm-offset-4 {
    margin-left: 33.33333333%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-2 {
    margin-left: 16.66666667%; }
  .col-sm-offset-1 {
    margin-left: 8.33333333%; }
  .col-sm-offset-0 {
    margin-left: 0%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-12 {
    width: 100%; }
  .col-md-11 {
    width: 91.66666667%; }
  .col-md-10 {
    width: 83.33333333%; }
  .col-md-9 {
    width: 75%; }
  .col-md-8 {
    width: 66.66666667%; }
  .col-md-7 {
    width: 58.33333333%; }
  .col-md-6 {
    width: 50%; }
  .col-md-5 {
    width: 41.66666667%; }
  .col-md-4 {
    width: 33.33333333%; }
  .col-md-3 {
    width: 25%; }
  .col-md-2 {
    width: 16.66666667%; }
  .col-md-1 {
    width: 8.33333333%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-pull-11 {
    right: 91.66666667%; }
  .col-md-pull-10 {
    right: 83.33333333%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-8 {
    right: 66.66666667%; }
  .col-md-pull-7 {
    right: 58.33333333%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-5 {
    right: 41.66666667%; }
  .col-md-pull-4 {
    right: 33.33333333%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-2 {
    right: 16.66666667%; }
  .col-md-pull-1 {
    right: 8.33333333%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-push-11 {
    left: 91.66666667%; }
  .col-md-push-10 {
    left: 83.33333333%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-8 {
    left: 66.66666667%; }
  .col-md-push-7 {
    left: 58.33333333%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-5 {
    left: 41.66666667%; }
  .col-md-push-4 {
    left: 33.33333333%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-2 {
    left: 16.66666667%; }
  .col-md-push-1 {
    left: 8.33333333%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-offset-12 {
    margin-left: 100%; }
  .col-md-offset-11 {
    margin-left: 91.66666667%; }
  .col-md-offset-10 {
    margin-left: 83.33333333%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-8 {
    margin-left: 66.66666667%; }
  .col-md-offset-7 {
    margin-left: 58.33333333%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-5 {
    margin-left: 41.66666667%; }
  .col-md-offset-4 {
    margin-left: 33.33333333%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-2 {
    margin-left: 16.66666667%; }
  .col-md-offset-1 {
    margin-left: 8.33333333%; }
  .col-md-offset-0 {
    margin-left: 0%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-11 {
    width: 91.66666667%; }
  .col-lg-10 {
    width: 83.33333333%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-8 {
    width: 66.66666667%; }
  .col-lg-7 {
    width: 58.33333333%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-5 {
    width: 41.66666667%; }
  .col-lg-4 {
    width: 33.33333333%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-2 {
    width: 16.66666667%; }
  .col-lg-1 {
    width: 8.33333333%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-pull-11 {
    right: 91.66666667%; }
  .col-lg-pull-10 {
    right: 83.33333333%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-8 {
    right: 66.66666667%; }
  .col-lg-pull-7 {
    right: 58.33333333%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-5 {
    right: 41.66666667%; }
  .col-lg-pull-4 {
    right: 33.33333333%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-2 {
    right: 16.66666667%; }
  .col-lg-pull-1 {
    right: 8.33333333%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-push-11 {
    left: 91.66666667%; }
  .col-lg-push-10 {
    left: 83.33333333%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-8 {
    left: 66.66666667%; }
  .col-lg-push-7 {
    left: 58.33333333%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-5 {
    left: 41.66666667%; }
  .col-lg-push-4 {
    left: 33.33333333%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-2 {
    left: 16.66666667%; }
  .col-lg-push-1 {
    left: 8.33333333%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-offset-12 {
    margin-left: 100%; }
  .col-lg-offset-11 {
    margin-left: 91.66666667%; }
  .col-lg-offset-10 {
    margin-left: 83.33333333%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-8 {
    margin-left: 66.66666667%; }
  .col-lg-offset-7 {
    margin-left: 58.33333333%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-5 {
    margin-left: 41.66666667%; }
  .col-lg-offset-4 {
    margin-left: 33.33333333%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-2 {
    margin-left: 16.66666667%; }
  .col-lg-offset-1 {
    margin-left: 8.33333333%; }
  .col-lg-offset-0 {
    margin-left: 0%; } }

.container.main {
  min-height: 500px; }

/*helper classes---------------------------------------------------------*/
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table; }

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both; }

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

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

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

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

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

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

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

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*responsive tweaks---------------------------------------------------------*/
.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important; }

.padding-top {
  padding-top: 60px !important; }

.padding-bottom {
  padding-bottom: 60px !important; }

body.publication-list h1, body.fellow-list h1, body.grant-list h1 {
  margin-top: 60px; }

body.city2000.artist .banner-header {
  margin-top: 30px; }

table.dataTable {
  background: #f4f8f9; }

footer .no-bullets li.footer-credit {
  color: #555; }
  footer .no-bullets li.footer-credit a {
    color: #555; }
  footer .no-bullets li.footer-credit a:hover {
    color: #fff; }

body.home .banner.contain {
  background-size: contain !important;
  background-repeat: no-repeat;
  background-color: #fff;
  background-position-y: -50px; }
  body.home .banner.contain .feature-banner-card {
    padding: 15px 15px 0 15px;
    background: none;
    border: none; }
    body.home .banner.contain .feature-banner-card p {
      line-height: 1.2; }
  body.home .banner.contain p {
    margin-bottom: 0; }

/*temp tweaks*/
.home .banner-container {
  height: 100% !important; }

.feature-banner-card h2 {
  margin-top: 0; }

@media (max-width: 767px) {
  body.home .banner.contain {
    background-position-y: 75px; }
  .article-wrapper {
    padding-top: 30px !important;
    padding-bottom: 15px !important; }
    .article-wrapper h1 {
      margin-bottom: 0;
      font-size: 2rem;
      line-height: 1; } }

.feature-banner-card {
  bottom: 8%; }

/*Entry-level tweaks ---------------------------------------------------------*/
body.climate-conference .imageLeftLargeQuoteRight .quote,
body.climate-conference .imageLeftLargeQuoteLeft .quote {
  font-style: normal;
  font-size: 16px;
  color: #222; }

/*Color groups---------------------------------------------------------*/
.homepage-story a:hover .article-prompt {
  text-decoration: underline; }

.color1 .home-article-title,
.feature-sidebar.color1 {
  background: #0d99cc; }
  .color1 .home-article-title h3,
  .feature-sidebar.color1 h3 {
    color: #fff; }
  .color1 .home-article-title .article-category, .color1 .home-article-title a, .color1 .home-article-title a:hover,
  .feature-sidebar.color1 .article-category,
  .feature-sidebar.color1 a,
  .feature-sidebar.color1 a:hover {
    color: #fff; }
  .color1 .home-article-title:hover,
  .feature-sidebar.color1:hover {
    background: #0a759c; }

.color2 .home-article-title,
.feature-sidebar.color2 {
  background: #bcd7da; }
  .color2 .home-article-title h3,
  .feature-sidebar.color2 h3 {
    color: #02384d; }
  .color2 .home-article-title .article-category, .color2 .home-article-title a, .color2 .home-article-title a:hover,
  .feature-sidebar.color2 .article-category,
  .feature-sidebar.color2 a,
  .feature-sidebar.color2 a:hover {
    color: #fff; }
  .color2 .home-article-title:hover,
  .feature-sidebar.color2:hover {
    background: #9bc3c8; }

.color3 .home-article-title,
.feature-sidebar.color3 {
  background: #026c87; }
  .color3 .home-article-title h3,
  .feature-sidebar.color3 h3 {
    color: #bcd7da; }
  .color3 .home-article-title .article-category, .color3 .home-article-title a, .color3 .home-article-title a:hover,
  .feature-sidebar.color3 .article-category,
  .feature-sidebar.color3 a,
  .feature-sidebar.color3 a:hover {
    color: #fff; }
  .color3 .home-article-title:hover,
  .feature-sidebar.color3:hover {
    background: #014455; }

.color4 .home-article-title,
.feature-sidebar.color4 {
  background: #02384d;
  color: #bcd7da; }
  .color4 .home-article-title:hover,
  .feature-sidebar.color4:hover {
    background: #01141b; }

.color5 .home-article-title,
.feature-sidebar.color5 {
  background: #f15a29; }
  .color5 .home-article-title h3,
  .feature-sidebar.color5 h3 {
    color: #ffc600; }
  .color5 .home-article-title .article-category, .color5 .home-article-title a, .color5 .home-article-title a:hover,
  .feature-sidebar.color5 .article-category,
  .feature-sidebar.color5 a,
  .feature-sidebar.color5 a:hover {
    color: #fff; }
  .color5 .home-article-title:hover,
  .feature-sidebar.color5:hover {
    background: #d9400e; }

.color6 .home-article-title,
.feature-sidebar.color6 {
  background: #ffc600; }
  .color6 .home-article-title h3,
  .feature-sidebar.color6 h3 {
    color: #f15a29; }
  .color6 .home-article-title .article-category, .color6 .home-article-title a, .color6 .home-article-title a:hover,
  .feature-sidebar.color6 .article-category,
  .feature-sidebar.color6 a,
  .feature-sidebar.color6 a:hover {
    color: #fff; }
  .color6 .home-article-title:hover,
  .feature-sidebar.color6:hover {
    background: #f0ba00; }

.color7 .home-article-title,
.feature-sidebar.color7 {
  background: #49494a; }
  .color7 .home-article-title h3,
  .feature-sidebar.color7 h3 {
    color: #ffc600; }
  .color7 .home-article-title .article-category, .color7 .home-article-title a, .color7 .home-article-title a:hover,
  .feature-sidebar.color7 .article-category,
  .feature-sidebar.color7 a,
  .feature-sidebar.color7 a:hover {
    color: #fff; }
  .color7 .home-article-title:hover,
  .feature-sidebar.color7:hover {
    background: #303030; }

.blank-sidebar-callout {
  padding: 5px 20px;
  background: #ddebec; }

/*Typography---------------------------------------------------------*/
.green-header {
  color: #026c87;
  border-color: #026c87; }

.small-text {
  font-size: 12px; }

sup {
  font-size: 50%;
  position: relative; }

.small-label {
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 0;
  color: #888;
  display: inline-block; }

.small-label-inline {
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 0;
  color: #888;
  display: inline-block; }

h1 .small-label {
  display: block;
  font-size: 16px;
  margin-bottom: 10px; }

.header-reversed .small-label {
  color: #e0e1e0; }

.white-container {
  background-color: #fff !important;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 50px;
  padding: 20px; }

.rule-above {
  border-top: 2px solid #888;
  padding-top: 15px; }

.reverse-text {
  background-color: #666;
  color: #fff;
  padding: 10px; }

.reverse-text .reverse-green {
  background-color: #70ba4b;
  border-right: 1px solid #fff;
  font-size: 32px;
  font-weight: 500;
  color: #fff;
  padding: 7px 15px;
  margin: -15px 10px -15px -10px;
  margin-right: 10px; }

.code-link {
  padding: 10px 0;
  display: inline-block; }

code, pre {
  word-wrap: normal; }

.small-hr {
  border-bottom: 1px solid #888;
  margin: 20px 0;
  width: 20%;
  display: block; }

.quote-slider {
  padding: 40px 60px; }

.quote-slider .quote {
  color: #0d99cc;
  font-family: 'Merriweather', serif;
  font-size: 1.8em;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 10px;
  text-align: center;
  padding: 10px 60px;
  hanging-punctuation: first; }

.quote {
  hanging-punctuation: first; }

.quote-cite, .quote-slider .quote-cite {
  font-size: 14px;
  color: #fff; }

.quote-slider .quote-cite {
  text-align: center; }

.link-arrow {
  width: 12px;
  display: inline-block;
  margin-left: 3px; }

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

@media (max-width: 767px) {
  .align-right {
    text-align: left; } }

/*Article modifiers---------------------------------------------------------*/
.byline > .content-section {
  margin-top: -15px; }
  .byline > .content-section p {
    font-size: 14px; }

.grey-background.byline {
  padding-top: 15px;
  margin-bottom: 0;
  padding-bottom: 0; }

.big-quote-block > div > div > div {
  padding: 5px 30px;
  background: #edf4f5; }

.big-question-header .article-banner-header {
  display: none; }

.big-question-header .banner {
  background-size: contain;
  background-color: #fff; }

.grey-background {
  background: #f6f6f6;
  padding-top: 30px;
  padding-bottom: 30px; }
  .grey-background .content-section {
    margin-top: 0;
    margin-bottom: 0; }

.neg-bottom-30 {
  margin-bottom: -30px; }

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

.neg-bottom-60 {
  margin-bottom: -60px; }

.neg-top-60 {
  margin-top: -60px; }

@media (max-width: 767px) {
  .neg-bottom-30 {
    margin-bottom: 0; }
  .neg-top-30 {
    margin-top: 0; }
  .neg-bottom-60 {
    margin-bottom: 0; }
  .neg-top-60 {
    margin-top: 0; } }

body.grant-applicants .content-section {
  font-size: 16px; }
  body.grant-applicants .content-section p, body.grant-applicants .content-section li {
    font-size: 16px;
    line-height: 1.6; }

.grant-applicants .banner-header {
  width: 80%;
  text-align: center;
  bottom: -30px; }

.article-credits .small-label {
  min-width: 130px; }

h4.alert {
  text-align: left;
  margin: 15px 0 30px 0;
  padding: 10px 20px;
  border: 1px solid #f15a29;
  color: #f15a29;
  display: inline-block; }

.textLeftImageRight h2 {
  margin-top: 0; }

.textLeftImageRight .image-column {
  margin-top: 5px; }

.center-500px .text-inset {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto; }

/*Reversed elements---------------------------------------------------------*/
.reversed-logo {
  display: none; }

.reversed-header .color-logo {
  display: none; }

.reversed-header .reversed-logo {
  display: block; }

/*Lists---------------------------------------------------------*/
.no-bullets li {
  list-style-type: none;
  margin-left: 0;
  line-height: 2; }

ul.no-bullets {
  margin: 0; }

ul.inline-list {
  list-style-type: none;
  margin: 0;
  padding: 0; }

ul.inline-list li {
  display: inline-block; }

ul.bold-list li {
  font-weight: 800;
  line-height: 1.4;
  margin-bottom: 1em; }

/*animations ---------------------------------------------------------*/
.animated {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated-fast {
  -webkit-animation-duration: .20s;
  animation-duration: .20s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

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

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

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -20%, 0); }
  to {
    opacity: 1;
    transform: none; } }

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -20%, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    transform: none; } }

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    transform: none; } }

@-webkit-keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

@-webkit-keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0); } }

@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0); } }

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

@-webkit-keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0); } }

@keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0); } }

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

/*modals---------------------------------------------------------*/
.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }

.modal.fade .modal-dialog {
  transform: translate(0, -25%);
  transition: transform 0.3s ease-out; }

.modal.in .modal-dialog {
  transform: translate(0, 0); }

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

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

.modal-content {
  position: relative;
  background-color: #fff !important;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000; }

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0); }

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }

.modal-header .modal-close {
  background: none;
  border: none;
  margin-top: -10px;
  font-size: 48px;
  float: right;
  opacity: .6; }

.modal-header .modal-close:hover {
  opacity: 1;
  cursor: pointer; }

.modal-title {
  margin: 0;
  line-height: 1.42857143;
  color: #0d99cc; }

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

.modal-body h5 {
  margin-top: 0; }

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

.modal-full .modal-dialog {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0; }

.modal-full .modal-content {
  height: 100%;
  min-height: 100%;
  height: auto;
  border-radius: 0; }

/*responsive*/
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 0px auto; }
  .modal-full .modal-dialog {
    width: 100%; }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.header--fixed {
  position: fixed;
  z-index: 10;
  right: 0;
  left: 0;
  top: 0; }

.headroom {
  will-change: transform;
  transition: transform 200ms linear; }

.headroom--pinned {
  transform: translateY(0%); }

.headroom--unpinned {
  transform: translateY(-100%); }

/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/* 
 *  Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/**
 * Owl Carousel v2.1.6
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
/*
 *  Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-nav [class*='owl-'] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px; }

.owl-theme .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none; }

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline; }

.owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px; }

.owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791; }

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
  margin-bottom: 30px; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot,
.owl-dots .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel .owl-refresh .owl-item {
  display: none; }

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-item img {
  display: block;
  width: auto;
  -webkit-transform-style: preserve-3d;
  max-height: 700px;
  margin-left: auto;
  margin-right: auto; }

.slide-image-container {
  margin-bottom: 5px;
  background: #f1f1f1; }

.content-section.slideshow {
  margin-top: 0; }

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto; }

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/* 
 *  Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img {
  transform-style: preserve-3d; }

/* 
 *  Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: scale 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  transition: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1; }

/*
*   Owl Carousel Owl Demo Theme 
* v1.3.3
*/
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center; }

/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  border-radius: 30px;
  background: #869791;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5; }

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none; }

/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */ }

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
  border-radius: 20px;
  background: #869791; }

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1; }

/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  border-radius: 30px; }

/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(img/AjaxLoader.gif) no-repeat center center; }

.customnavigation {
  display: none; }

.owl-nav {
  padding-top: 15px;
  padding-bottom: 30px;
  position: relative; }

.owl-dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0; }

.owl-prev {
  position: absolute;
  left: 15px; }
  .owl-prev:hover {
    cursor: pointer;
    text-decoration: underline; }

.owl-next {
  position: absolute;
  right: 15px; }
  .owl-next:hover {
    cursor: pointer;
    text-decoration: underline; }

/*Slideshow  ---------------------------------------------------------*/
.slideshow.container-fluid {
  background: #f1f1f1;
  padding: 60px 0;
  margin-top: 40px; }

.slide-navigation {
  margin: 10px 0 40px 0; }

.slide-navigation-left, .slide-navigation-right, .blog-post-nav-left, .blog-post-nav-right, .pager, .owl-prev, .owl-next {
  text-align: center; }
  .slide-navigation-left span, .slide-navigation-right span, .blog-post-nav-left span, .blog-post-nav-right span, .pager span, .owl-prev span, .owl-next span {
    background: #fff;
    padding: 5px;
    border: 1px solid #999;
    border-radius: 50%;
    opacity: .8; }
  .slide-navigation-left span:hover, .slide-navigation-right span:hover, .blog-post-nav-left span:hover, .blog-post-nav-right span:hover, .pager span:hover, .owl-prev span:hover, .owl-next span:hover {
    opacity: 1; }

.slide-navigation-center {
  padding: 5px;
  text-align: center; }

.slide-navigation-center {
  padding: 5px;
  text-align: center; }

.slide-image {
  position: relative; }

.slide-caption {
  position: absolute;
  bottom: 0;
  padding: 5px 10px;
  background: url("/assets/css/img/bg-75.png");
  color: #fff; }

@media (max-width: 991px) {
  body.home .slide-navigation {
    display: block; } }

/* Masonry */
/* ---- grid ---- */
.grid-wrapper {
  max-width: 80%;
  margin-right: auto;
  margin-left: auto; }

/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both; }

/* ---- .grid-item ---- */
.grid-sizer,
.grid-item {
  width: 50%; }

@media (max-width: 479px) {
  .grid-sizer,
  .grid-item,
  .grid-item .grid-item--width2 {
    width: 100%; } }

#news-list .grid-sizer,
#news-list .grid-item {
  width: 25%; }

@media (max-width: 991px) {
  #news-list .grid-sizer,
  #news-list .grid-item {
    width: 33%; } }

@media (max-width: 767px) {
  #news-list .grid-sizer,
  #news-list .grid-item {
    width: 50%; } }

@media (max-width: 479px) {
  #news-list .grid-sizer,
  #news-list .grid-item {
    width: 100%; } }

.education .grid-sizer,
.education .grid-item {
  width: 50%; }

.grid-item.grid-item--width2 {
  width: 100%; }

.grid-item {
  float: left; }

.grid-item img {
  display: block;
  width: 100%;
  padding: 5px; }

@font-face {
  font-family: 'Glyphicons Regular';
  src: url("fonts/glyphicons-regular.eot");
  src: url("fonts/glyphicons-regular.eot?#iefix") format("embedded-opentype"), url("fonts/glyphicons-regular.woff2") format("woff2"), url("fonts/glyphicons-regular.woff") format("woff"), url("fonts/glyphicons-regular.ttf") format("truetype"), url("fonts/glyphicons-regular.svg#glyphiconsregular") format("svg"); }

.glyphicons {
  display: inline-block;
  font-family: 'Glyphicons Regular';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.glyphicons:before {
  display: inline-block;
  padding: 6px 8px; }

.glyphicons.x05 {
  font-size: 12px; }

.glyphicons.x2 {
  font-size: 48px; }

.glyphicons.x2:before {
  padding: 8px 12px; }

.glyphicons.x3 {
  font-size: 72px; }

.glyphicons.x3:before {
  padding: 16px 20px; }

.glyphicons.x4 {
  font-size: 96px; }

.glyphicons.x4:before {
  padding: 20px 28px; }

.glyphicons.x5 {
  font-size: 120px; }

.glyphicons.x5:before {
  padding: 28px 36px; }

.glyphicons.light:before {
  color: #f2f2f2; }

.glyphicons.drop:before {
  text-shadow: -1px 1px 3px rgba(0, 0, 0, 0.3); }

.glyphicons.flip {
  transform: scaleX(-1);
  -webkit-filter: FlipH;
          filter: FlipH;
  -ms-filter: "FlipH"; }

.glyphicons.flipv {
  transform: scaleY(-1);
  -webkit-filter: FlipV;
          filter: FlipV;
  -ms-filter: "FlipV"; }

.glyphicons.rotate90 {
  transform: rotate(90deg); }

.glyphicons.rotate180 {
  transform: rotate(180deg); }

.glyphicons.rotate270 {
  transform: rotate(270deg); }

.glyphicons-glass:before {
  content: "\E001"; }

.glyphicons-leaf:before {
  content: "\E002"; }

.glyphicons-dog:before {
  content: "\E003"; }

.glyphicons-user:before {
  content: "\E004"; }

.glyphicons-girl:before {
  content: "\E005"; }

.glyphicons-car:before {
  content: "\E006"; }

.glyphicons-user-add:before {
  content: "\E007"; }

.glyphicons-user-remove:before {
  content: "\E008"; }

.glyphicons-film:before {
  content: "\E009"; }

.glyphicons-magic:before {
  content: "\E010"; }

.glyphicons-envelope:before {
  content: "\E011"; }

.glyphicons-camera:before {
  content: "\E012"; }

.glyphicons-heart:before {
  content: "\E013"; }

.glyphicons-beach-umbrella:before {
  content: "\E014"; }

.glyphicons-train:before {
  content: "\E015"; }

.glyphicons-print:before {
  content: "\E016"; }

.glyphicons-bin:before {
  content: "\E017"; }

.glyphicons-music:before {
  content: "\E018"; }

.glyphicons-music-alt:before {
  content: "\E019"; }

.glyphicons-heart-empty:before {
  content: "\E020"; }

.glyphicons-home:before {
  content: "\E021"; }

.glyphicons-snowflake:before {
  content: "\E022"; }

.glyphicons-fire:before {
  content: "\E023"; }

.glyphicons-magnet:before {
  content: "\E024"; }

.glyphicons-parents:before {
  content: "\E025"; }

.glyphicons-binoculars:before {
  content: "\E026"; }

.glyphicons-road:before {
  content: "\E027"; }

.glyphicons-search:before {
  content: "\E028"; }

.glyphicons-cars:before {
  content: "\E029"; }

.glyphicons-notes-2:before {
  content: "\E030"; }

.glyphicons-pencil:before {
  content: "\E031"; }

.glyphicons-bus:before {
  content: "\E032"; }

.glyphicons-wifi-alt:before {
  content: "\E033"; }

.glyphicons-luggage:before {
  content: "\E034"; }

.glyphicons-old-man:before {
  content: "\E035"; }

.glyphicons-woman:before {
  content: "\E036"; }

.glyphicons-file:before {
  content: "\E037"; }

.glyphicons-coins:before {
  content: "\E038"; }

.glyphicons-plane:before {
  content: "\E039"; }

.glyphicons-notes:before {
  content: "\E040"; }

.glyphicons-stats:before {
  content: "\E041"; }

.glyphicons-charts:before {
  content: "\E042"; }

.glyphicons-pie-chart:before {
  content: "\E043"; }

.glyphicons-group:before {
  content: "\E044"; }

.glyphicons-keys:before {
  content: "\E045"; }

.glyphicons-calendar:before {
  content: "\E046"; }

.glyphicons-router:before {
  content: "\E047"; }

.glyphicons-camera-small:before {
  content: "\E048"; }

.glyphicons-star-empty:before {
  content: "\E049"; }

.glyphicons-star:before {
  content: "\E050"; }

.glyphicons-link:before {
  content: "\E051"; }

.glyphicons-eye-open:before {
  content: "\E052"; }

.glyphicons-eye-close:before {
  content: "\E053"; }

.glyphicons-alarm:before {
  content: "\E054"; }

.glyphicons-clock:before {
  content: "\E055"; }

.glyphicons-stopwatch:before {
  content: "\E056"; }

.glyphicons-projector:before {
  content: "\E057"; }

.glyphicons-history:before {
  content: "\E058"; }

.glyphicons-truck:before {
  content: "\E059"; }

.glyphicons-cargo:before {
  content: "\E060"; }

.glyphicons-compass:before {
  content: "\E061"; }

.glyphicons-keynote:before {
  content: "\E062"; }

.glyphicons-paperclip:before {
  content: "\E063"; }

.glyphicons-power:before {
  content: "\E064"; }

.glyphicons-lightbulb:before {
  content: "\E065"; }

.glyphicons-tag:before {
  content: "\E066"; }

.glyphicons-tags:before {
  content: "\E067"; }

.glyphicons-cleaning:before {
  content: "\E068"; }

.glyphicons-ruler:before {
  content: "\E069"; }

.glyphicons-gift:before {
  content: "\E070"; }

.glyphicons-umbrella:before {
  content: "\E071"; }

.glyphicons-book:before {
  content: "\E072"; }

.glyphicons-bookmark:before {
  content: "\E073"; }

.glyphicons-wifi:before {
  content: "\E074"; }

.glyphicons-cup:before {
  content: "\E075"; }

.glyphicons-stroller:before {
  content: "\E076"; }

.glyphicons-headphones:before {
  content: "\E077"; }

.glyphicons-headset:before {
  content: "\E078"; }

.glyphicons-warning-sign:before {
  content: "\E079"; }

.glyphicons-signal:before {
  content: "\E080"; }

.glyphicons-retweet:before {
  content: "\E081"; }

.glyphicons-refresh:before {
  content: "\E082"; }

.glyphicons-roundabout:before {
  content: "\E083"; }

.glyphicons-random:before {
  content: "\E084"; }

.glyphicons-heat:before {
  content: "\E085"; }

.glyphicons-repeat:before {
  content: "\E086"; }

.glyphicons-display:before {
  content: "\E087"; }

.glyphicons-log-book:before {
  content: "\E088"; }

.glyphicons-address-book:before {
  content: "\E089"; }

.glyphicons-building:before {
  content: "\E090"; }

.glyphicons-eyedropper:before {
  content: "\E091"; }

.glyphicons-adjust:before {
  content: "\E092"; }

.glyphicons-tint:before {
  content: "\E093"; }

.glyphicons-crop:before {
  content: "\E094"; }

.glyphicons-vector-path-square:before {
  content: "\E095"; }

.glyphicons-vector-path-circle:before {
  content: "\E096"; }

.glyphicons-vector-path-polygon:before {
  content: "\E097"; }

.glyphicons-vector-path-line:before {
  content: "\E098"; }

.glyphicons-vector-path-curve:before {
  content: "\E099"; }

.glyphicons-vector-path-all:before {
  content: "\E100"; }

.glyphicons-font:before {
  content: "\E101"; }

.glyphicons-italic:before {
  content: "\E102"; }

.glyphicons-bold:before {
  content: "\E103"; }

.glyphicons-text-underline:before {
  content: "\E104"; }

.glyphicons-text-strike:before {
  content: "\E105"; }

.glyphicons-text-height:before {
  content: "\E106"; }

.glyphicons-text-width:before {
  content: "\E107"; }

.glyphicons-text-resize:before {
  content: "\E108"; }

.glyphicons-left-indent:before {
  content: "\E109"; }

.glyphicons-right-indent:before {
  content: "\E110"; }

.glyphicons-align-left:before {
  content: "\E111"; }

.glyphicons-align-center:before {
  content: "\E112"; }

.glyphicons-align-right:before {
  content: "\E113"; }

.glyphicons-justify:before {
  content: "\E114"; }

.glyphicons-list:before {
  content: "\E115"; }

.glyphicons-text-smaller:before {
  content: "\E116"; }

.glyphicons-text-bigger:before {
  content: "\E117"; }

.glyphicons-embed:before {
  content: "\E118"; }

.glyphicons-embed-close:before {
  content: "\E119"; }

.glyphicons-table:before {
  content: "\E120"; }

.glyphicons-message-full:before {
  content: "\E121"; }

.glyphicons-message-empty:before {
  content: "\E122"; }

.glyphicons-message-in:before {
  content: "\E123"; }

.glyphicons-message-out:before {
  content: "\E124"; }

.glyphicons-message-plus:before {
  content: "\E125"; }

.glyphicons-message-minus:before {
  content: "\E126"; }

.glyphicons-message-ban:before {
  content: "\E127"; }

.glyphicons-message-flag:before {
  content: "\E128"; }

.glyphicons-message-lock:before {
  content: "\E129"; }

.glyphicons-message-new:before {
  content: "\E130"; }

.glyphicons-inbox:before {
  content: "\E131"; }

.glyphicons-inbox-plus:before {
  content: "\E132"; }

.glyphicons-inbox-minus:before {
  content: "\E133"; }

.glyphicons-inbox-lock:before {
  content: "\E134"; }

.glyphicons-inbox-in:before {
  content: "\E135"; }

.glyphicons-inbox-out:before {
  content: "\E136"; }

.glyphicons-cogwheel:before {
  content: "\E137"; }

.glyphicons-cogwheels:before {
  content: "\E138"; }

.glyphicons-picture:before {
  content: "\E139"; }

.glyphicons-adjust-alt:before {
  content: "\E140"; }

.glyphicons-database-lock:before {
  content: "\E141"; }

.glyphicons-database-plus:before {
  content: "\E142"; }

.glyphicons-database-minus:before {
  content: "\E143"; }

.glyphicons-database-ban:before {
  content: "\E144"; }

.glyphicons-folder-open:before {
  content: "\E145"; }

.glyphicons-folder-plus:before {
  content: "\E146"; }

.glyphicons-folder-minus:before {
  content: "\E147"; }

.glyphicons-folder-lock:before {
  content: "\E148"; }

.glyphicons-folder-flag:before {
  content: "\E149"; }

.glyphicons-folder-new:before {
  content: "\E150"; }

.glyphicons-edit:before {
  content: "\E151"; }

.glyphicons-new-window:before {
  content: "\E152"; }

.glyphicons-check:before {
  content: "\E153"; }

.glyphicons-unchecked:before {
  content: "\E154"; }

.glyphicons-more-windows:before {
  content: "\E155"; }

.glyphicons-show-big-thumbnails:before {
  content: "\E156"; }

.glyphicons-show-thumbnails:before {
  content: "\E157"; }

.glyphicons-show-thumbnails-with-lines:before {
  content: "\E158"; }

.glyphicons-show-lines:before {
  content: "\E159"; }

.glyphicons-playlist:before {
  content: "\E160"; }

.glyphicons-imac:before {
  content: "\E161"; }

.glyphicons-macbook:before {
  content: "\E162"; }

.glyphicons-ipad:before {
  content: "\E163"; }

.glyphicons-iphone:before {
  content: "\E164"; }

.glyphicons-iphone-transfer:before {
  content: "\E165"; }

.glyphicons-iphone-exchange:before {
  content: "\E166"; }

.glyphicons-ipod:before {
  content: "\E167"; }

.glyphicons-ipod-shuffle:before {
  content: "\E168"; }

.glyphicons-ear-plugs:before {
  content: "\E169"; }

.glyphicons-record:before {
  content: "\E170"; }

.glyphicons-step-backward:before {
  content: "\E171"; }

.glyphicons-fast-backward:before {
  content: "\E172"; }

.glyphicons-rewind:before {
  content: "\E173"; }

.glyphicons-play:before {
  content: "\E174"; }

.glyphicons-pause:before {
  content: "\E175"; }

.glyphicons-stop:before {
  content: "\E176"; }

.glyphicons-forward:before {
  content: "\E177"; }

.glyphicons-fast-forward:before {
  content: "\E178"; }

.glyphicons-step-forward:before {
  content: "\E179"; }

.glyphicons-eject:before {
  content: "\E180"; }

.glyphicons-facetime-video:before {
  content: "\E181"; }

.glyphicons-download-alt:before {
  content: "\E182"; }

.glyphicons-mute:before {
  content: "\E183"; }

.glyphicons-volume-down:before {
  content: "\E184"; }

.glyphicons-volume-up:before {
  content: "\E185"; }

.glyphicons-screenshot:before {
  content: "\E186"; }

.glyphicons-move:before {
  content: "\E187"; }

.glyphicons-more:before {
  content: "\E188"; }

.glyphicons-brightness-reduce:before {
  content: "\E189"; }

.glyphicons-brightness-increase:before {
  content: "\E190"; }

.glyphicons-plus-sign:before {
  content: "\E191"; }

.glyphicons-minus-sign:before {
  content: "\E192"; }

.glyphicons-remove-sign:before {
  content: "\E193"; }

.glyphicons-ok-sign:before {
  content: "\E194"; }

.glyphicons-question-sign:before {
  content: "\E195"; }

.glyphicons-info-sign:before {
  content: "\E196"; }

.glyphicons-exclamation-sign:before {
  content: "\E197"; }

.glyphicons-remove-circle:before {
  content: "\E198"; }

.glyphicons-ok-circle:before {
  content: "\E199"; }

.glyphicons-ban-circle:before {
  content: "\E200"; }

.glyphicons-download:before {
  content: "\E201"; }

.glyphicons-upload:before {
  content: "\E202"; }

.glyphicons-shopping-cart:before {
  content: "\E203"; }

.glyphicons-lock:before {
  content: "\E204"; }

.glyphicons-unlock:before {
  content: "\E205"; }

.glyphicons-electricity:before {
  content: "\E206"; }

.glyphicons-ok:before {
  content: "\E207"; }

.glyphicons-remove:before {
  content: "\E208"; }

.glyphicons-cart-in:before {
  content: "\E209"; }

.glyphicons-cart-out:before {
  content: "\E210"; }

.glyphicons-arrow-left:before {
  content: "\E211"; }

.glyphicons-arrow-right:before {
  content: "\E212"; }

.glyphicons-arrow-down:before {
  content: "\E213"; }

.glyphicons-arrow-up:before {
  content: "\E214"; }

.glyphicons-resize-small:before {
  content: "\E215"; }

.glyphicons-resize-full:before {
  content: "\E216"; }

.glyphicons-circle-arrow-left:before {
  content: "\E217"; }

.glyphicons-circle-arrow-right:before {
  content: "\E218"; }

.glyphicons-circle-arrow-top:before {
  content: "\E219"; }

.glyphicons-circle-arrow-down:before {
  content: "\E220"; }

.glyphicons-play-button:before {
  content: "\E221"; }

.glyphicons-unshare:before {
  content: "\E222"; }

.glyphicons-share:before {
  content: "\E223"; }

.glyphicons-chevron-right:before {
  content: "\E224"; }

.glyphicons-chevron-left:before {
  content: "\E225"; }

.glyphicons-bluetooth:before {
  content: "\E226"; }

.glyphicons-euro:before {
  content: "\E227"; }

.glyphicons-usd:before {
  content: "\E228"; }

.glyphicons-gbp:before {
  content: "\E229"; }

.glyphicons-retweet-2:before {
  content: "\E230"; }

.glyphicons-moon:before {
  content: "\E231"; }

.glyphicons-sun:before {
  content: "\E232"; }

.glyphicons-cloud:before {
  content: "\E233"; }

.glyphicons-direction:before {
  content: "\E234"; }

.glyphicons-brush:before {
  content: "\E235"; }

.glyphicons-pen:before {
  content: "\E236"; }

.glyphicons-zoom-in:before {
  content: "\E237"; }

.glyphicons-zoom-out:before {
  content: "\E238"; }

.glyphicons-pin:before {
  content: "\E239"; }

.glyphicons-albums:before {
  content: "\E240"; }

.glyphicons-rotation-lock:before {
  content: "\E241"; }

.glyphicons-flash:before {
  content: "\E242"; }

.glyphicons-map-marker:before {
  content: "\E243"; }

.glyphicons-anchor:before {
  content: "\E244"; }

.glyphicons-conversation:before {
  content: "\E245"; }

.glyphicons-chat:before {
  content: "\E246"; }

.glyphicons-note-empty:before {
  content: "\E247"; }

.glyphicons-note:before {
  content: "\E248"; }

.glyphicons-asterisk:before {
  content: "\E249"; }

.glyphicons-divide:before {
  content: "\E250"; }

.glyphicons-snorkel-diving:before {
  content: "\E251"; }

.glyphicons-scuba-diving:before {
  content: "\E252"; }

.glyphicons-oxygen-bottle:before {
  content: "\E253"; }

.glyphicons-fins:before {
  content: "\E254"; }

.glyphicons-fishes:before {
  content: "\E255"; }

.glyphicons-boat:before {
  content: "\E256"; }

.glyphicons-delete:before {
  content: "\E257"; }

.glyphicons-sheriffs-star:before {
  content: "\E258"; }

.glyphicons-qrcode:before {
  content: "\E259"; }

.glyphicons-barcode:before {
  content: "\E260"; }

.glyphicons-pool:before {
  content: "\E261"; }

.glyphicons-buoy:before {
  content: "\E262"; }

.glyphicons-spade:before {
  content: "\E263"; }

.glyphicons-bank:before {
  content: "\E264"; }

.glyphicons-vcard:before {
  content: "\E265"; }

.glyphicons-electrical-plug:before {
  content: "\E266"; }

.glyphicons-flag:before {
  content: "\E267"; }

.glyphicons-credit-card:before {
  content: "\E268"; }

.glyphicons-keyboard-wireless:before {
  content: "\E269"; }

.glyphicons-keyboard-wired:before {
  content: "\E270"; }

.glyphicons-shield:before {
  content: "\E271"; }

.glyphicons-ring:before {
  content: "\E272"; }

.glyphicons-cake:before {
  content: "\E273"; }

.glyphicons-drink:before {
  content: "\E274"; }

.glyphicons-beer:before {
  content: "\E275"; }

.glyphicons-fast-food:before {
  content: "\E276"; }

.glyphicons-cutlery:before {
  content: "\E277"; }

.glyphicons-pizza:before {
  content: "\E278"; }

.glyphicons-birthday-cake:before {
  content: "\E279"; }

.glyphicons-tablet:before {
  content: "\E280"; }

.glyphicons-settings:before {
  content: "\E281"; }

.glyphicons-bullets:before {
  content: "\E282"; }

.glyphicons-cardio:before {
  content: "\E283"; }

.glyphicons-t-shirt:before {
  content: "\E284"; }

.glyphicons-pants:before {
  content: "\E285"; }

.glyphicons-sweater:before {
  content: "\E286"; }

.glyphicons-fabric:before {
  content: "\E287"; }

.glyphicons-leather:before {
  content: "\E288"; }

.glyphicons-scissors:before {
  content: "\E289"; }

.glyphicons-bomb:before {
  content: "\E290"; }

.glyphicons-skull:before {
  content: "\E291"; }

.glyphicons-celebration:before {
  content: "\E292"; }

.glyphicons-tea-kettle:before {
  content: "\E293"; }

.glyphicons-french-press:before {
  content: "\E294"; }

.glyphicons-coffee-cup:before {
  content: "\E295"; }

.glyphicons-pot:before {
  content: "\E296"; }

.glyphicons-grater:before {
  content: "\E297"; }

.glyphicons-kettle:before {
  content: "\E298"; }

.glyphicons-hospital:before {
  content: "\E299"; }

.glyphicons-hospital-h:before {
  content: "\E300"; }

.glyphicons-microphone:before {
  content: "\E301"; }

.glyphicons-webcam:before {
  content: "\E302"; }

.glyphicons-temple-christianity-church:before {
  content: "\E303"; }

.glyphicons-temple-islam:before {
  content: "\E304"; }

.glyphicons-temple-hindu:before {
  content: "\E305"; }

.glyphicons-temple-buddhist:before {
  content: "\E306"; }

.glyphicons-bicycle:before {
  content: "\E307"; }

.glyphicons-life-preserver:before {
  content: "\E308"; }

.glyphicons-share-alt:before {
  content: "\E309"; }

.glyphicons-comments:before {
  content: "\E310"; }

.glyphicons-flower:before {
  content: "\E311"; }

.glyphicons-baseball:before {
  content: "\E312"; }

.glyphicons-rugby:before {
  content: "\E313"; }

.glyphicons-ax:before {
  content: "\E314"; }

.glyphicons-table-tennis:before {
  content: "\E315"; }

.glyphicons-bowling:before {
  content: "\E316"; }

.glyphicons-tree-conifer:before {
  content: "\E317"; }

.glyphicons-tree-deciduous:before {
  content: "\E318"; }

.glyphicons-more-items:before {
  content: "\E319"; }

.glyphicons-sort:before {
  content: "\E320"; }

.glyphicons-filter:before {
  content: "\E321"; }

.glyphicons-gamepad:before {
  content: "\E322"; }

.glyphicons-playing-dices:before {
  content: "\E323"; }

.glyphicons-calculator:before {
  content: "\E324"; }

.glyphicons-tie:before {
  content: "\E325"; }

.glyphicons-wallet:before {
  content: "\E326"; }

.glyphicons-piano:before {
  content: "\E327"; }

.glyphicons-sampler:before {
  content: "\E328"; }

.glyphicons-podium:before {
  content: "\E329"; }

.glyphicons-soccer-ball:before {
  content: "\E330"; }

.glyphicons-blog:before {
  content: "\E331"; }

.glyphicons-dashboard:before {
  content: "\E332"; }

.glyphicons-certificate:before {
  content: "\E333"; }

.glyphicons-bell:before {
  content: "\E334"; }

.glyphicons-candle:before {
  content: "\E335"; }

.glyphicons-pushpin:before {
  content: "\E336"; }

.glyphicons-iphone-shake:before {
  content: "\E337"; }

.glyphicons-pin-flag:before {
  content: "\E338"; }

.glyphicons-turtle:before {
  content: "\E339"; }

.glyphicons-rabbit:before {
  content: "\E340"; }

.glyphicons-globe:before {
  content: "\E341"; }

.glyphicons-briefcase:before {
  content: "\E342"; }

.glyphicons-hdd:before {
  content: "\E343"; }

.glyphicons-thumbs-up:before {
  content: "\E344"; }

.glyphicons-thumbs-down:before {
  content: "\E345"; }

.glyphicons-hand-right:before {
  content: "\E346"; }

.glyphicons-hand-left:before {
  content: "\E347"; }

.glyphicons-hand-up:before {
  content: "\E348"; }

.glyphicons-hand-down:before {
  content: "\E349"; }

.glyphicons-fullscreen:before {
  content: "\E350"; }

.glyphicons-shopping-bag:before {
  content: "\E351"; }

.glyphicons-book-open:before {
  content: "\E352"; }

.glyphicons-nameplate:before {
  content: "\E353"; }

.glyphicons-nameplate-alt:before {
  content: "\E354"; }

.glyphicons-vases:before {
  content: "\E355"; }

.glyphicons-bullhorn:before {
  content: "\E356"; }

.glyphicons-dumbbell:before {
  content: "\E357"; }

.glyphicons-suitcase:before {
  content: "\E358"; }

.glyphicons-file-import:before {
  content: "\E359"; }

.glyphicons-file-export:before {
  content: "\E360"; }

.glyphicons-bug:before {
  content: "\E361"; }

.glyphicons-crown:before {
  content: "\E362"; }

.glyphicons-smoking:before {
  content: "\E363"; }

.glyphicons-cloud-upload:before {
  content: "\E364"; }

.glyphicons-cloud-download:before {
  content: "\E365"; }

.glyphicons-restart:before {
  content: "\E366"; }

.glyphicons-security-camera:before {
  content: "\E367"; }

.glyphicons-expand:before {
  content: "\E368"; }

.glyphicons-collapse:before {
  content: "\E369"; }

.glyphicons-collapse-top:before {
  content: "\E370"; }

.glyphicons-globe-af:before {
  content: "\E371"; }

.glyphicons-global:before {
  content: "\E372"; }

.glyphicons-spray:before {
  content: "\E373"; }

.glyphicons-nails:before {
  content: "\E374"; }

.glyphicons-claw-hammer:before {
  content: "\E375"; }

.glyphicons-classic-hammer:before {
  content: "\E376"; }

.glyphicons-hand-saw:before {
  content: "\E377"; }

.glyphicons-riflescope:before {
  content: "\E378"; }

.glyphicons-electrical-socket-eu:before {
  content: "\E379"; }

.glyphicons-electrical-socket-us:before {
  content: "\E380"; }

.glyphicons-message-forward:before {
  content: "\E381"; }

.glyphicons-coat-hanger:before {
  content: "\E382"; }

.glyphicons-dress:before {
  content: "\E383"; }

.glyphicons-bathrobe:before {
  content: "\E384"; }

.glyphicons-shirt:before {
  content: "\E385"; }

.glyphicons-underwear:before {
  content: "\E386"; }

.glyphicons-log-in:before {
  content: "\E387"; }

.glyphicons-log-out:before {
  content: "\E388"; }

.glyphicons-exit:before {
  content: "\E389"; }

.glyphicons-new-window-alt:before {
  content: "\E390"; }

.glyphicons-video-sd:before {
  content: "\E391"; }

.glyphicons-video-hd:before {
  content: "\E392"; }

.glyphicons-subtitles:before {
  content: "\E393"; }

.glyphicons-sound-stereo:before {
  content: "\E394"; }

.glyphicons-sound-dolby:before {
  content: "\E395"; }

.glyphicons-sound-5-1:before {
  content: "\E396"; }

.glyphicons-sound-6-1:before {
  content: "\E397"; }

.glyphicons-sound-7-1:before {
  content: "\E398"; }

.glyphicons-copyright-mark:before {
  content: "\E399"; }

.glyphicons-registration-mark:before {
  content: "\E400"; }

.glyphicons-radar:before {
  content: "\E401"; }

.glyphicons-skateboard:before {
  content: "\E402"; }

.glyphicons-golf-course:before {
  content: "\E403"; }

.glyphicons-sorting:before {
  content: "\E404"; }

.glyphicons-sort-by-alphabet:before {
  content: "\E405"; }

.glyphicons-sort-by-alphabet-alt:before {
  content: "\E406"; }

.glyphicons-sort-by-order:before {
  content: "\E407"; }

.glyphicons-sort-by-order-alt:before {
  content: "\E408"; }

.glyphicons-sort-by-attributes:before {
  content: "\E409"; }

.glyphicons-sort-by-attributes-alt:before {
  content: "\E410"; }

.glyphicons-compressed:before {
  content: "\E411"; }

.glyphicons-package:before {
  content: "\E412"; }

.glyphicons-cloud-plus:before {
  content: "\E413"; }

.glyphicons-cloud-minus:before {
  content: "\E414"; }

.glyphicons-disk-save:before {
  content: "\E415"; }

.glyphicons-disk-open:before {
  content: "\E416"; }

.glyphicons-disk-saved:before {
  content: "\E417"; }

.glyphicons-disk-remove:before {
  content: "\E418"; }

.glyphicons-disk-import:before {
  content: "\E419"; }

.glyphicons-disk-export:before {
  content: "\E420"; }

.glyphicons-tower:before {
  content: "\E421"; }

.glyphicons-send:before {
  content: "\E422"; }

.glyphicons-git-branch:before {
  content: "\E423"; }

.glyphicons-git-create:before {
  content: "\E424"; }

.glyphicons-git-private:before {
  content: "\E425"; }

.glyphicons-git-delete:before {
  content: "\E426"; }

.glyphicons-git-merge:before {
  content: "\E427"; }

.glyphicons-git-pull-request:before {
  content: "\E428"; }

.glyphicons-git-compare:before {
  content: "\E429"; }

.glyphicons-git-commit:before {
  content: "\E430"; }

.glyphicons-construction-cone:before {
  content: "\E431"; }

.glyphicons-shoe-steps:before {
  content: "\E432"; }

.glyphicons-plus:before {
  content: "\E433"; }

.glyphicons-minus:before {
  content: "\E434"; }

.glyphicons-redo:before {
  content: "\E435"; }

.glyphicons-undo:before {
  content: "\E436"; }

.glyphicons-golf:before {
  content: "\E437"; }

.glyphicons-hockey:before {
  content: "\E438"; }

.glyphicons-pipe:before {
  content: "\E439"; }

.glyphicons-wrench:before {
  content: "\E440"; }

.glyphicons-folder-closed:before {
  content: "\E441"; }

.glyphicons-phone-alt:before {
  content: "\E442"; }

.glyphicons-earphone:before {
  content: "\E443"; }

.glyphicons-floppy-disk:before {
  content: "\E444"; }

.glyphicons-floppy-saved:before {
  content: "\E445"; }

.glyphicons-floppy-remove:before {
  content: "\E446"; }

.glyphicons-floppy-save:before {
  content: "\E447"; }

.glyphicons-floppy-open:before {
  content: "\E448"; }

.glyphicons-translate:before {
  content: "\E449"; }

.glyphicons-fax:before {
  content: "\E450"; }

.glyphicons-factory:before {
  content: "\E451"; }

.glyphicons-shop-window:before {
  content: "\E452"; }

.glyphicons-shop:before {
  content: "\E453"; }

.glyphicons-kiosk:before {
  content: "\E454"; }

.glyphicons-kiosk-wheels:before {
  content: "\E455"; }

.glyphicons-kiosk-light:before {
  content: "\E456"; }

.glyphicons-kiosk-food:before {
  content: "\E457"; }

.glyphicons-transfer:before {
  content: "\E458"; }

.glyphicons-money:before {
  content: "\E459"; }

.glyphicons-header:before {
  content: "\E460"; }

.glyphicons-blacksmith:before {
  content: "\E461"; }

.glyphicons-saw-blade:before {
  content: "\E462"; }

.glyphicons-basketball:before {
  content: "\E463"; }

.glyphicons-server:before {
  content: "\E464"; }

.glyphicons-server-plus:before {
  content: "\E465"; }

.glyphicons-server-minus:before {
  content: "\E466"; }

.glyphicons-server-ban:before {
  content: "\E467"; }

.glyphicons-server-flag:before {
  content: "\E468"; }

.glyphicons-server-lock:before {
  content: "\E469"; }

.glyphicons-server-new:before {
  content: "\E470"; }

.glyphicons-charging-station:before {
  content: "\E471"; }

.glyphicons-gas-station:before {
  content: "\E472"; }

.glyphicons-target:before {
  content: "\E473"; }

.glyphicons-bed:before {
  content: "\E474"; }

.glyphicons-mosquito:before {
  content: "\E475"; }

.glyphicons-dining-set:before {
  content: "\E476"; }

.glyphicons-plate-of-food:before {
  content: "\E477"; }

.glyphicons-hygiene-kit:before {
  content: "\E478"; }

.glyphicons-blackboard:before {
  content: "\E479"; }

.glyphicons-marriage:before {
  content: "\E480"; }

.glyphicons-bucket:before {
  content: "\E481"; }

.glyphicons-none-color-swatch:before {
  content: "\E482"; }

.glyphicons-bring-forward:before {
  content: "\E483"; }

.glyphicons-bring-to-front:before {
  content: "\E484"; }

.glyphicons-send-backward:before {
  content: "\E485"; }

.glyphicons-send-to-back:before {
  content: "\E486"; }

.glyphicons-fit-frame-to-image:before {
  content: "\E487"; }

.glyphicons-fit-image-to-frame:before {
  content: "\E488"; }

.glyphicons-multiple-displays:before {
  content: "\E489"; }

.glyphicons-handshake:before {
  content: "\E490"; }

.glyphicons-child:before {
  content: "\E491"; }

.glyphicons-baby-formula:before {
  content: "\E492"; }

.glyphicons-medicine:before {
  content: "\E493"; }

.glyphicons-atv-vehicle:before {
  content: "\E494"; }

.glyphicons-motorcycle:before {
  content: "\E495"; }

.glyphicons-bed-alt:before {
  content: "\E496"; }

.glyphicons-tent:before {
  content: "\E497"; }

.glyphicons-glasses:before {
  content: "\E498"; }

.glyphicons-sunglasses:before {
  content: "\E499"; }

.glyphicons-family:before {
  content: "\E500"; }

.glyphicons-education:before {
  content: "\E501"; }

.glyphicons-shoes:before {
  content: "\E502"; }

.glyphicons-map:before {
  content: "\E503"; }

.glyphicons-cd:before {
  content: "\E504"; }

.glyphicons-alert:before {
  content: "\E505"; }

.glyphicons-piggy-bank:before {
  content: "\E506"; }

.glyphicons-star-half:before {
  content: "\E507"; }

.glyphicons-cluster:before {
  content: "\E508"; }

.glyphicons-flowchart:before {
  content: "\E509"; }

.glyphicons-commodities:before {
  content: "\E510"; }

.glyphicons-duplicate:before {
  content: "\E511"; }

.glyphicons-copy:before {
  content: "\E512"; }

.glyphicons-paste:before {
  content: "\E513"; }

.glyphicons-bath-bathtub:before {
  content: "\E514"; }

.glyphicons-bath-shower:before {
  content: "\E515"; }

.glyphicons-shower:before {
  content: "\E516"; }

.glyphicons-menu-hamburger:before {
  content: "\E517"; }

.glyphicons-option-vertical:before {
  content: "\E518"; }

.glyphicons-option-horizontal:before {
  content: "\E519"; }

.glyphicons-currency-conversion:before {
  content: "\E520"; }

.glyphicons-user-ban:before {
  content: "\E521"; }

.glyphicons-user-lock:before {
  content: "\E522"; }

.glyphicons-user-flag:before {
  content: "\E523"; }

.glyphicons-user-asterisk:before {
  content: "\E524"; }

.glyphicons-user-alert:before {
  content: "\E525"; }

.glyphicons-user-key:before {
  content: "\E526"; }

.glyphicons-user-conversation:before {
  content: "\E527"; }

.glyphicons-database:before {
  content: "\E528"; }

.glyphicons-database-search:before {
  content: "\E529"; }

.glyphicons-list-alt:before {
  content: "\E530"; }

.glyphicons-hazard-sign:before {
  content: "\E531"; }

.glyphicons-hazard:before {
  content: "\E532"; }

.glyphicons-stop-sign:before {
  content: "\E533"; }

.glyphicons-lab:before {
  content: "\E534"; }

.glyphicons-lab-alt:before {
  content: "\E535"; }

.glyphicons-ice-cream:before {
  content: "\E536"; }

.glyphicons-ice-lolly:before {
  content: "\E537"; }

.glyphicons-ice-lolly-tasted:before {
  content: "\E538"; }

.glyphicons-invoice:before {
  content: "\E539"; }

.glyphicons-cart-tick:before {
  content: "\E540"; }

.glyphicons-hourglass:before {
  content: "\E541"; }

.glyphicons-cat:before {
  content: "\E542"; }

.glyphicons-lamp:before {
  content: "\E543"; }

.glyphicons-scale-classic:before {
  content: "\E544"; }

.glyphicons-eye-plus:before {
  content: "\E545"; }

.glyphicons-eye-minus:before {
  content: "\E546"; }

.glyphicons-quote:before {
  content: "\E547"; }

.glyphicons-bitcoin:before {
  content: "\E548"; }

.glyphicons-yen:before {
  content: "\E549"; }

.glyphicons-ruble:before {
  content: "\E550"; }

.glyphicons-erase:before {
  content: "\E551"; }

.glyphicons-podcast:before {
  content: "\E552"; }

.glyphicons-firework:before {
  content: "\E553"; }

.glyphicons-scale:before {
  content: "\E554"; }

.glyphicons-king:before {
  content: "\E555"; }

.glyphicons-queen:before {
  content: "\E556"; }

.glyphicons-pawn:before {
  content: "\E557"; }

.glyphicons-bishop:before {
  content: "\E558"; }

.glyphicons-knight:before {
  content: "\E559"; }

.glyphicons-mic-mute:before {
  content: "\E560"; }

.glyphicons-voicemail:before {
  content: "\E561"; }

.glyphicons-paragraph-alt:before {
  content: "\E562"; }

.glyphicons-person-walking:before {
  content: "\E563"; }

.glyphicons-person-wheelchair:before {
  content: "\E564"; }

.glyphicons-underground:before {
  content: "\E565"; }

.glyphicons-car-hov:before {
  content: "\E566"; }

.glyphicons-car-rental:before {
  content: "\E567"; }

.glyphicons-transport:before {
  content: "\E568"; }

.glyphicons-taxi:before {
  content: "\E569"; }

.glyphicons-ice-cream-no:before {
  content: "\E570"; }

.glyphicons-uk-rat-u:before {
  content: "\E571"; }

.glyphicons-uk-rat-pg:before {
  content: "\E572"; }

.glyphicons-uk-rat-12a:before {
  content: "\E573"; }

.glyphicons-uk-rat-12:before {
  content: "\E574"; }

.glyphicons-uk-rat-15:before {
  content: "\E575"; }

.glyphicons-uk-rat-18:before {
  content: "\E576"; }

.glyphicons-uk-rat-r18:before {
  content: "\E577"; }

.glyphicons-tv:before {
  content: "\E578"; }

.glyphicons-sms:before {
  content: "\E579"; }

.glyphicons-mms:before {
  content: "\E580"; }

.glyphicons-us-rat-g:before {
  content: "\E581"; }

.glyphicons-us-rat-pg:before {
  content: "\E582"; }

.glyphicons-us-rat-pg-13:before {
  content: "\E583"; }

.glyphicons-us-rat-restricted:before {
  content: "\E584"; }

.glyphicons-us-rat-no-one-17:before {
  content: "\E585"; }

.glyphicons-equalizer:before {
  content: "\E586"; }

.glyphicons-speakers:before {
  content: "\E587"; }

.glyphicons-remote-control:before {
  content: "\E588"; }

.glyphicons-remote-control-tv:before {
  content: "\E589"; }

.glyphicons-shredder:before {
  content: "\E590"; }

.glyphicons-folder-heart:before {
  content: "\E591"; }

.glyphicons-person-running:before {
  content: "\E592"; }

.glyphicons-person:before {
  content: "\E593"; }

.glyphicons-voice:before {
  content: "\E594"; }

.glyphicons-stethoscope:before {
  content: "\E595"; }

.glyphicons-paired:before {
  content: "\E596"; }

.glyphicons-activity:before {
  content: "\E597"; }

.glyphicons-watch:before {
  content: "\E598"; }

.glyphicons-scissors-alt:before {
  content: "\E599"; }

.glyphicons-car-wheel:before {
  content: "\E600"; }

.glyphicons-chevron-up:before {
  content: "\E601"; }

.glyphicons-chevron-down:before {
  content: "\E602"; }

.glyphicons-superscript:before {
  content: "\E603"; }

.glyphicons-subscript:before {
  content: "\E604"; }

.glyphicons-text-size:before {
  content: "\E605"; }

.glyphicons-text-color:before {
  content: "\E606"; }

.glyphicons-text-background:before {
  content: "\E607"; }

.glyphicons-modal-window:before {
  content: "\E608"; }

.glyphicons-newspaper:before {
  content: "\E609"; }

.glyphicons-tractor:before {
  content: "\E610"; }

.glyphicons-camping:before {
  content: "\E611"; }

.glyphicons-camping-benches:before {
  content: "\E612"; }

.glyphicons-forest:before {
  content: "\E613"; }

.glyphicons-park:before {
  content: "\E614"; }

.glyphicons-field:before {
  content: "\E615"; }

.glyphicons-mountains:before {
  content: "\E616"; }

.glyphicons-fees-payments:before {
  content: "\E617"; }

.glyphicons-small-payments:before {
  content: "\E618"; }

.glyphicons-mixed-buildings:before {
  content: "\E619"; }

.glyphicons-industrial-zone:before {
  content: "\E620"; }

.glyphicons-visitor-tag:before {
  content: "\E621"; }

.glyphicons-businessman:before {
  content: "\E622"; }

.glyphicons-meditation:before {
  content: "\E623"; }

.glyphicons-bath:before {
  content: "\E624"; }

.glyphicons-donate:before {
  content: "\E625"; }

.glyphicons-sauna:before {
  content: "\E626"; }

.glyphicons-bedroom-nightstand:before {
  content: "\E627"; }

.glyphicons-bedroom-lamp:before {
  content: "\E628"; }

.glyphicons-doctor:before {
  content: "\E629"; }

.glyphicons-engineering-networks:before {
  content: "\E630"; }

.glyphicons-washing-machine:before {
  content: "\E631"; }

.glyphicons-dryer:before {
  content: "\E632"; }

.glyphicons-dishwasher:before {
  content: "\E633"; }

.glyphicons-luggage-group:before {
  content: "\E634"; }

.glyphicons-teenager:before {
  content: "\E635"; }

.glyphicons-person-stick:before {
  content: "\E636"; }

.glyphicons-person-stick-old:before {
  content: "\E637"; }

.glyphicons-traveler:before {
  content: "\E638"; }

.glyphicons-veteran:before {
  content: "\E639"; }

.glyphicons-group-chat:before {
  content: "\E640"; }

.glyphicons-elections:before {
  content: "\E641"; }

.glyphicons-law-justice:before {
  content: "\E642"; }

.glyphicons-judiciary:before {
  content: "\E643"; }

.glyphicons-house-fire:before {
  content: "\E644"; }

.glyphicons-firefighters:before {
  content: "\E645"; }

.glyphicons-police:before {
  content: "\E646"; }

.glyphicons-ambulance:before {
  content: "\E647"; }

.glyphicons-light-beacon:before {
  content: "\E648"; }

.glyphicons-important-day:before {
  content: "\E649"; }

.glyphicons-bike-park:before {
  content: "\E650"; }

.glyphicons-object-align-top:before {
  content: "\E651"; }

.glyphicons-object-align-bottom:before {
  content: "\E652"; }

.glyphicons-object-align-horizontal:before {
  content: "\E653"; }

.glyphicons-object-align-left:before {
  content: "\E654"; }

.glyphicons-object-align-vertical:before {
  content: "\E655"; }

.glyphicons-object-align-right:before {
  content: "\E656"; }

.glyphicons-reflect-y:before {
  content: "\E657"; }

.glyphicons-reflect-x:before {
  content: "\E658"; }

.glyphicons-tick:before {
  content: "\E659"; }

.glyphicons-lawnmower:before {
  content: "\E660"; }

.glyphicons-call-redirect:before {
  content: "\E661"; }

.glyphicons-call-ip:before {
  content: "\E662"; }

.glyphicons-call-record:before {
  content: "\E663"; }

.glyphicons-call-ringtone:before {
  content: "\E664"; }

.glyphicons-call-traffic:before {
  content: "\E665"; }

.glyphicons-call-hold:before {
  content: "\E666"; }

.glyphicons-call-incoming:before {
  content: "\E667"; }

.glyphicons-call-outgoing:before {
  content: "\E668"; }

.glyphicons-call-video:before {
  content: "\E669"; }

.glyphicons-call-missed:before {
  content: "\E670"; }

.glyphicons-theater:before {
  content: "\E671"; }

.glyphicons-heartbeat:before {
  content: "\E672"; }

.glyphicons-kettlebell:before {
  content: "\E673"; }

.glyphicons-fireplace:before {
  content: "\E674"; }

.glyphicons-street-lights:before {
  content: "\E675"; }

.glyphicons-pedestrian:before {
  content: "\E676"; }

.glyphicons-flood:before {
  content: "\E677"; }

.glyphicons-open-water:before {
  content: "\E678"; }

.glyphicons-for-sale:before {
  content: "\E679"; }

.glyphicons-dustbin:before {
  content: "\E680"; }

.glyphicons-door:before {
  content: "\E681"; }

.glyphicons-camp-fire:before {
  content: "\E682"; }

.glyphicons-fleur-de-lis:before {
  content: "\E683"; }

.glyphicons-temperature-settings:before {
  content: "\E684"; }

.glyphicons-article:before {
  content: "\E685"; }

.glyphicons-sunbath:before {
  content: "\E686"; }

.glyphicons-balanced-diet:before {
  content: "\E687"; }

.glyphicons-ticket:before {
  content: "\E688"; }

.glyphicons-parking-ticket:before {
  content: "\E689"; }

.glyphicons-parking-meter:before {
  content: "\E690"; }

.glyphicons-laptop:before {
  content: "\E691"; }

.glyphicons-tree-structure:before {
  content: "\E692"; }

.glyphicons-weather-warning:before {
  content: "\E693"; }

.glyphicons-temperature-low:before {
  content: "\E694"; }

.glyphicons-temperature-high:before {
  content: "\E695"; }

.glyphicons-temperature-low-warning:before {
  content: "\E696"; }

.glyphicons-temperature-high-warning:before {
  content: "\E697"; }

.glyphicons-hurricane:before {
  content: "\E698"; }

.glyphicons-storm:before {
  content: "\E699"; }

.glyphicons-sorted-waste:before {
  content: "\E700"; }

.glyphicons-ear:before {
  content: "\E701"; }

.glyphicons-ear-deaf:before {
  content: "\E702"; }

.glyphicons-file-plus:before {
  content: "\E703"; }

.glyphicons-file-minus:before {
  content: "\E704"; }

.glyphicons-file-lock:before {
  content: "\E705"; }

.glyphicons-file-cloud:before {
  content: "\E706"; }

.glyphicons-file-cloud-download:before {
  content: "\E707"; }

.glyphicons-file-cloud-upload:before {
  content: "\E708"; }

.glyphicons-paragraph:before {
  content: "\E709"; }

.glyphicons-list-numbered:before {
  content: "\E710"; }

.glyphicons-donate-heart:before {
  content: "\E711"; }

.glyphicons-government:before {
  content: "\E712"; }

.glyphicons-maze:before {
  content: "\E713"; }

.glyphicons-chronicle:before {
  content: "\E714"; }

.glyphicons-user-structure:before {
  content: "\E715"; }

.glyphicons-recycle:before {
  content: "\E716"; }

.glyphicons-gas:before {
  content: "\E717"; }

.glyphicons-waste-pipe:before {
  content: "\E718"; }

.glyphicons-water-pipe:before {
  content: "\E719"; }

.glyphicons-parking:before {
  content: "\E720"; }

.glyphicons-closed:before {
  content: "\E721"; }

.glyphicons-mouse:before {
  content: "\E722"; }

.glyphicons-mouse-double-click:before {
  content: "\E723"; }

.glyphicons-mouse-left-click:before {
  content: "\E724"; }

.glyphicons-mouse-right-click:before {
  content: "\E725"; }

.glyphicons-mouse-middle-click:before {
  content: "\E726"; }

.glyphicons-mouse-scroll:before {
  content: "\E727"; }

.glyphicons-resize-vertical:before {
  content: "\E728"; }

.glyphicons-resize-horizontal:before {
  content: "\E729"; }

.glyphicons-temperature:before {
  content: "\E730"; }

.glyphicons-puzzle:before {
  content: "\E731"; }

.glyphicons-puzzle-2:before {
  content: "\E732"; }

.glyphicons-puzzle-3:before {
  content: "\E733"; }

.glyphicons-nearby-square:before {
  content: "\E734"; }

.glyphicons-nearby-circle:before {
  content: "\E735"; }

.glyphicons-rotate-right:before {
  content: "\E736"; }

.glyphicons-rotate-left:before {
  content: "\E737"; }

.glyphicons-pictures:before {
  content: "\E738"; }

.glyphicons-photo-album:before {
  content: "\E739"; }

.glyphicons-cadastral-map:before {
  content: "\E740"; }

.glyphicons-fingerprint-scan:before {
  content: "\E741"; }

.glyphicons-fingerprint:before {
  content: "\E742"; }

.glyphicons-fingerprint-lock:before {
  content: "\E743"; }

.glyphicons-fingerprint-ok:before {
  content: "\E744"; }

.glyphicons-fingerprint-remove:before {
  content: "\E745"; }

.glyphicons-fingerprint-reload:before {
  content: "\E746"; }

.glyphicons-pending-notifications:before {
  content: "\E747"; }

.glyphicons-synchronization:before {
  content: "\E748"; }

.glyphicons-synchronization-ban:before {
  content: "\E749"; }

.glyphicons-hash:before {
  content: "\E750"; }

.glyphicons-gender-male:before {
  content: "\E751"; }

.glyphicons-gender-female:before {
  content: "\E752"; }

.glyphicons-gender-virgin-female:before {
  content: "\E753"; }

.glyphicons-gender-intersex:before {
  content: "\E754"; }

.glyphicons-gender-transgender:before {
  content: "\E755"; }

.glyphicons-gender-ori-lesbian:before {
  content: "\E756"; }

.glyphicons-gender-ori-gay:before {
  content: "\E757"; }

.glyphicons-gender-ori-hetero:before {
  content: "\E758"; }

.glyphicons-gender-other:before {
  content: "\E759"; }

.glyphicons-gender-unknown:before {
  content: "\E760"; }

.glyphicons-scanner:before {
  content: "\E761"; }

.glyphicons-multifunction-printer:before {
  content: "\E762"; }

.glyphicons-lasso:before {
  content: "\E763"; }

.glyphicons-view-360:before {
  content: "\E764"; }

.glyphicons-battery-charging:before {
  content: "\E765"; }

.glyphicons-battery-full:before {
  content: "\E766"; }

.glyphicons-battery-75:before {
  content: "\E767"; }

.glyphicons-battery-50:before {
  content: "\E768"; }

.glyphicons-battery-25:before {
  content: "\E769"; }

.glyphicons-battery-10:before {
  content: "\E770"; }

.glyphicons-satellite:before {
  content: "\E771"; }

.glyphicons-satellite-dish:before {
  content: "\E772"; }

.glyphicons-satellite-dish-alt:before {
  content: "\E773"; }

.glyphicons-auction:before {
  content: "\E774"; }

.glyphicons-directions:before {
  content: "\E775"; }

.glyphicons-race:before {
  content: "\E776"; }

.glyphicons-robot:before {
  content: "\E777"; }

.glyphicons-ruler-alt:before {
  content: "\E778"; }

.glyphicons-cube-empty:before {
  content: "\E779"; }

.glyphicons-cube-black:before {
  content: "\E780"; }

.glyphicons-move-square:before {
  content: "\E781"; }

.glyphicons-drop:before {
  content: "\E782"; }

.glyphicons-vr-headset:before {
  content: "\E783"; }

.glyphicons-vr-charging:before {
  content: "\E784"; }

.glyphicons-vr-low-battery:before {
  content: "\E785"; }

.glyphicons-vr-paired:before {
  content: "\E786"; }

.glyphicons-vr-settings:before {
  content: "\E787"; }

.glyphicons-vr-maintenance:before {
  content: "\E788"; }

.glyphicons-filter-remove:before {
  content: "\E789"; }

.glyphicons-filter-applied:before {
  content: "\E790"; }

.glyphicons-one-day:before {
  content: "\E791"; }

.glyphicons-user-vr:before {
  content: "\E792"; }

.glyphicons-user-vr-add:before {
  content: "\E793"; }

.glyphicons-user-vr-remove:before {
  content: "\E794"; }

.glyphicons-dice-1:before {
  content: "\E795"; }

.glyphicons-dice-2:before {
  content: "\E796"; }

.glyphicons-dice-3:before {
  content: "\E797"; }

.glyphicons-dice-4:before {
  content: "\E798"; }

.glyphicons-dice-5:before {
  content: "\E799"; }

.glyphicons-dice-6:before {
  content: "\E800"; }

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("fonts/glyphicons-halflings-regular.eot");
  src: url("fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("fonts/glyphicons-halflings-regular.woff") format("woff"), url("fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg"); }

.halflings {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.halflings.x05 {
  font-size: 6px; }

.halflings.x2 {
  font-size: 24px; }

.halflings.x3 {
  font-size: 36px; }

.halflings.x4 {
  font-size: 48px; }

.halflings.x5 {
  font-size: 60px; }

.halflings.x6 {
  font-size: 72px; }

.halflings.x7 {
  font-size: 84px; }

.halflings.x8 {
  font-size: 96px; }

.halflings.light:before {
  color: #f2f2f2; }

.halflings.drop:before {
  text-shadow: -1px 1px 3px rgba(0, 0, 0, 0.3); }

.halflings.flip {
  transform: scaleX(-1);
  -webkit-filter: FlipH;
          filter: FlipH;
  -ms-filter: "FlipH"; }

.halflings.flipv {
  transform: scaleY(-1);
  -webkit-filter: FlipV;
          filter: FlipV;
  -ms-filter: "FlipV"; }

.halflings.rotate90 {
  transform: rotate(90deg); }

.halflings.rotate180 {
  transform: rotate(180deg); }

.halflings.rotate270 {
  transform: rotate(270deg); }

.halflings-glass:before {
  content: "\E001"; }

.halflings-music:before {
  content: "\E002"; }

.halflings-search:before {
  content: "\E003"; }

.halflings-envelope:before {
  content: "\E004"; }

.halflings-heart:before {
  content: "\E005"; }

.halflings-star:before {
  content: "\E006"; }

.halflings-star-empty:before {
  content: "\E007"; }

.halflings-user:before {
  content: "\E008"; }

.halflings-film:before {
  content: "\E009"; }

.halflings-th-large:before {
  content: "\E010"; }

.halflings-th:before {
  content: "\E011"; }

.halflings-th-list:before {
  content: "\E012"; }

.halflings-ok:before {
  content: "\E013"; }

.halflings-remove:before {
  content: "\E014"; }

.halflings-zoom-in:before {
  content: "\E015"; }

.halflings-zoom-out:before {
  content: "\E016"; }

.halflings-off:before {
  content: "\E017"; }

.halflings-signal:before {
  content: "\E018"; }

.halflings-cog:before {
  content: "\E019"; }

.halflings-trash:before {
  content: "\E020"; }

.halflings-home:before {
  content: "\E021"; }

.halflings-file:before {
  content: "\E022"; }

.halflings-time:before {
  content: "\E023"; }

.halflings-road:before {
  content: "\E024"; }

.halflings-download-alt:before {
  content: "\E025"; }

.halflings-download:before {
  content: "\E026"; }

.halflings-upload:before {
  content: "\E027"; }

.halflings-inbox:before {
  content: "\E028"; }

.halflings-play-circle:before {
  content: "\E029"; }

.halflings-repeat:before {
  content: "\E030"; }

.halflings-refresh:before {
  content: "\E031"; }

.halflings-list-alt:before {
  content: "\E032"; }

.halflings-lock:before {
  content: "\E033"; }

.halflings-flag:before {
  content: "\E034"; }

.halflings-headphones:before {
  content: "\E035"; }

.halflings-volume-off:before {
  content: "\E036"; }

.halflings-volume-down:before {
  content: "\E037"; }

.halflings-volume-up:before {
  content: "\E038"; }

.halflings-qrcode:before {
  content: "\E039"; }

.halflings-barcode:before {
  content: "\E040"; }

.halflings-tag:before {
  content: "\E041"; }

.halflings-tags:before {
  content: "\E042"; }

.halflings-book:before {
  content: "\E043"; }

.halflings-bookmark:before {
  content: "\E044"; }

.halflings-print:before {
  content: "\E045"; }

.halflings-camera:before {
  content: "\E046"; }

.halflings-font:before {
  content: "\E047"; }

.halflings-bold:before {
  content: "\E048"; }

.halflings-italic:before {
  content: "\E049"; }

.halflings-text-height:before {
  content: "\E050"; }

.halflings-text-width:before {
  content: "\E051"; }

.halflings-align-left:before {
  content: "\E052"; }

.halflings-align-center:before {
  content: "\E053"; }

.halflings-align-right:before {
  content: "\E054"; }

.halflings-align-justify:before {
  content: "\E055"; }

.halflings-list:before {
  content: "\E056"; }

.halflings-indent-left:before {
  content: "\E057"; }

.halflings-indent-right:before {
  content: "\E058"; }

.halflings-facetime-video:before {
  content: "\E059"; }

.halflings-picture:before {
  content: "\E060"; }

.halflings-pencil:before {
  content: "\E061"; }

.halflings-map-marker:before {
  content: "\E062"; }

.halflings-adjust:before {
  content: "\E063"; }

.halflings-tint:before {
  content: "\E064"; }

.halflings-edit:before {
  content: "\E065"; }

.halflings-share:before {
  content: "\E066"; }

.halflings-check:before {
  content: "\E067"; }

.halflings-move:before {
  content: "\E068"; }

.halflings-step-backward:before {
  content: "\E069"; }

.halflings-fast-backward:before {
  content: "\E070"; }

.halflings-backward:before {
  content: "\E071"; }

.halflings-play:before {
  content: "\E072"; }

.halflings-pause:before {
  content: "\E073"; }

.halflings-stop:before {
  content: "\E074"; }

.halflings-forward:before {
  content: "\E075"; }

.halflings-fast-forward:before {
  content: "\E076"; }

.halflings-step-forward:before {
  content: "\E077"; }

.halflings-eject:before {
  content: "\E078"; }

.halflings-chevron-left:before {
  content: "\E079"; }

.halflings-chevron-right:before {
  content: "\E080"; }

.halflings-plus-sign:before {
  content: "\E081"; }

.halflings-minus-sign:before {
  content: "\E082"; }

.halflings-remove-sign:before {
  content: "\E083"; }

.halflings-ok-sign:before {
  content: "\E084"; }

.halflings-question-sign:before {
  content: "\E085"; }

.halflings-info-sign:before {
  content: "\E086"; }

.halflings-screenshot:before {
  content: "\E087"; }

.halflings-remove-circle:before {
  content: "\E088"; }

.halflings-ok-circle:before {
  content: "\E089"; }

.halflings-ban-circle:before {
  content: "\E090"; }

.halflings-arrow-left:before {
  content: "\E091"; }

.halflings-arrow-right:before {
  content: "\E092"; }

.halflings-arrow-up:before {
  content: "\E093"; }

.halflings-arrow-down:before {
  content: "\E094"; }

.halflings-share-alt:before {
  content: "\E095"; }

.halflings-resize-full:before {
  content: "\E096"; }

.halflings-resize-small:before {
  content: "\E097"; }

.halflings-plus:before {
  content: "\E098"; }

.halflings-minus:before {
  content: "\E099"; }

.halflings-asterisk:before {
  content: "\E100"; }

.halflings-exclamation-sign:before {
  content: "\E101"; }

.halflings-gift:before {
  content: "\E102"; }

.halflings-leaf:before {
  content: "\E103"; }

.halflings-fire:before {
  content: "\E104"; }

.halflings-eye-open:before {
  content: "\E105"; }

.halflings-eye-close:before {
  content: "\E106"; }

.halflings-warning-sign:before {
  content: "\E107"; }

.halflings-plane:before {
  content: "\E108"; }

.halflings-calendar:before {
  content: "\E109"; }

.halflings-random:before {
  content: "\E110"; }

.halflings-comments:before {
  content: "\E111"; }

.halflings-magnet:before {
  content: "\E112"; }

.halflings-chevron-up:before {
  content: "\E113"; }

.halflings-chevron-down:before {
  content: "\E114"; }

.halflings-retweet:before {
  content: "\E115"; }

.halflings-shopping-cart:before {
  content: "\E116"; }

.halflings-folder-close:before {
  content: "\E117"; }

.halflings-folder-open:before {
  content: "\E118"; }

.halflings-resize-vertical:before {
  content: "\E119"; }

.halflings-resize-horizontal:before {
  content: "\E120"; }

.halflings-hdd:before {
  content: "\E121"; }

.halflings-bullhorn:before {
  content: "\E122"; }

.halflings-bell:before {
  content: "\E123"; }

.halflings-certificate:before {
  content: "\E124"; }

.halflings-thumbs-up:before {
  content: "\E125"; }

.halflings-thumbs-down:before {
  content: "\E126"; }

.halflings-hand-right:before {
  content: "\E127"; }

.halflings-hand-left:before {
  content: "\E128"; }

.halflings-hand-top:before {
  content: "\E129"; }

.halflings-hand-down:before {
  content: "\E130"; }

.halflings-circle-arrow-right:before {
  content: "\E131"; }

.halflings-circle-arrow-left:before {
  content: "\E132"; }

.halflings-circle-arrow-top:before {
  content: "\E133"; }

.halflings-circle-arrow-down:before {
  content: "\E134"; }

.halflings-globe:before {
  content: "\E135"; }

.halflings-wrench:before {
  content: "\E136"; }

.halflings-tasks:before {
  content: "\E137"; }

.halflings-filter:before {
  content: "\E138"; }

.halflings-briefcase:before {
  content: "\E139"; }

.halflings-fullscreen:before {
  content: "\E140"; }

.halflings-dashboard:before {
  content: "\E141"; }

.halflings-paperclip:before {
  content: "\E142"; }

.halflings-heart-empty:before {
  content: "\E143"; }

.halflings-link:before {
  content: "\E144"; }

.halflings-phone:before {
  content: "\E145"; }

.halflings-pushpin:before {
  content: "\E146"; }

.halflings-euro:before {
  content: "\E147"; }

.halflings-usd:before {
  content: "\E148"; }

.halflings-gbp:before {
  content: "\E149"; }

.halflings-sort:before {
  content: "\E150"; }

.halflings-sort-by-alphabet:before {
  content: "\E151"; }

.halflings-sort-by-alphabet-alt:before {
  content: "\E152"; }

.halflings-sort-by-order:before {
  content: "\E153"; }

.halflings-sort-by-order-alt:before {
  content: "\E154"; }

.halflings-sort-by-attributes:before {
  content: "\E155"; }

.halflings-sort-by-attributes-alt:before {
  content: "\E156"; }

.halflings-unchecked:before {
  content: "\E157"; }

.halflings-expand:before {
  content: "\E158"; }

.halflings-collapse:before {
  content: "\E159"; }

.halflings-collapse-top:before {
  content: "\E160"; }

.halflings-log-in:before {
  content: "\E161"; }

.halflings-flash:before {
  content: "\E162"; }

.halflings-log-out:before {
  content: "\E163"; }

.halflings-new-window:before {
  content: "\E164"; }

.halflings-record:before {
  content: "\E165"; }

.halflings-save:before {
  content: "\E166"; }

.halflings-open:before {
  content: "\E167"; }

.halflings-saved:before {
  content: "\E168"; }

.halflings-import:before {
  content: "\E169"; }

.halflings-export:before {
  content: "\E170"; }

.halflings-send:before {
  content: "\E171"; }

.halflings-floppy-disk:before {
  content: "\E172"; }

.halflings-floppy-saved:before {
  content: "\E173"; }

.halflings-floppy-remove:before {
  content: "\E174"; }

.halflings-floppy-save:before {
  content: "\E175"; }

.halflings-floppy-open:before {
  content: "\E176"; }

.halflings-credit-card:before {
  content: "\E177"; }

.halflings-transfer:before {
  content: "\E178"; }

.halflings-cutlery:before {
  content: "\E179"; }

.halflings-header:before {
  content: "\E180"; }

.halflings-compressed:before {
  content: "\E181"; }

.halflings-earphone:before {
  content: "\E182"; }

.halflings-phone-alt:before {
  content: "\E183"; }

.halflings-tower:before {
  content: "\E184"; }

.halflings-stats:before {
  content: "\E185"; }

.halflings-sd-video:before {
  content: "\E186"; }

.halflings-hd-video:before {
  content: "\E187"; }

.halflings-subtitles:before {
  content: "\E188"; }

.halflings-sound-stereo:before {
  content: "\E189"; }

.halflings-sound-dolby:before {
  content: "\E190"; }

.halflings-sound-5-1:before {
  content: "\E191"; }

.halflings-sound-6-1:before {
  content: "\E192"; }

.halflings-sound-7-1:before {
  content: "\E193"; }

.halflings-copyright-mark:before {
  content: "\E194"; }

.halflings-registration-mark:before {
  content: "\E195"; }

.halflings-cloud:before {
  content: "\E196"; }

.halflings-cloud-download:before {
  content: "\E197"; }

.halflings-cloud-upload:before {
  content: "\E198"; }

.halflings-tree-conifer:before {
  content: "\E199"; }

.halflings-tree-deciduous:before {
  content: "\E200"; }

.halflings-cd:before {
  content: "\E201"; }

.halflings-save-file:before {
  content: "\E202"; }

.halflings-open-file:before {
  content: "\E203"; }

.halflings-level-up:before {
  content: "\E204"; }

.halflings-copy:before {
  content: "\E205"; }

.halflings-paste:before {
  content: "\E206"; }

.halflings-door:before {
  content: "\E207"; }

.halflings-key:before {
  content: "\E208"; }

.halflings-alert:before {
  content: "\E209"; }

.halflings-equalizer:before {
  content: "\E210"; }

.halflings-king:before {
  content: "\E211"; }

.halflings-queen:before {
  content: "\E212"; }

.halflings-pawn:before {
  content: "\E213"; }

.halflings-bishop:before {
  content: "\E214"; }

.halflings-knight:before {
  content: "\E215"; }

.halflings-baby-formula:before {
  content: "\E216"; }

.halflings-tent:before {
  content: "\E217"; }

.halflings-blackboard:before {
  content: "\E218"; }

.halflings-bed:before {
  content: "\E219"; }

.halflings-apple:before {
  content: "\E220"; }

.halflings-erase:before {
  content: "\E221"; }

.halflings-hourglass:before {
  content: "\E222"; }

.halflings-lamp:before {
  content: "\E223"; }

.halflings-duplicate:before {
  content: "\E224"; }

.halflings-piggy-bank:before {
  content: "\E225"; }

.halflings-scissors:before {
  content: "\E226"; }

.halflings-bitcoin:before {
  content: "\E227"; }

.halflings-yen:before {
  content: "\E228"; }

.halflings-ruble:before {
  content: "\E229"; }

.halflings-scale:before {
  content: "\E230"; }

.halflings-ice-lolly:before {
  content: "\E231"; }

.halflings-ice-lolly-tasted:before {
  content: "\E232"; }

.halflings-education:before {
  content: "\E233"; }

.halflings-option-horizontal:before {
  content: "\E234"; }

.halflings-option-vertical:before {
  content: "\E235"; }

.halflings-menu-hamburger:before {
  content: "\E236"; }

.halflings-modal-window:before {
  content: "\E237"; }

.halflings-oil:before {
  content: "\E238"; }

.halflings-grain:before {
  content: "\E239"; }

.halflings-sunglasses:before {
  content: "\E240"; }

.halflings-text-size:before {
  content: "\E241"; }

.halflings-text-color:before {
  content: "\E242"; }

.halflings-text-background:before {
  content: "\E243"; }

.halflings-object-align-top:before {
  content: "\E244"; }

.halflings-object-align-bottom:before {
  content: "\E245"; }

.halflings-object-align-horizontal:before {
  content: "\E246"; }

.halflings-object-align-left:before {
  content: "\E247"; }

.halflings-object-align-vertical:before {
  content: "\E248"; }

.halflings-object-align-right:before {
  content: "\E249"; }

.halflings-triangle-right:before {
  content: "\E250"; }

.halflings-triangle-left:before {
  content: "\E251"; }

.halflings-triangle-bottom:before {
  content: "\E252"; }

.halflings-triangle-top:before {
  content: "\E253"; }

.halflings-terminal:before {
  content: "\E254"; }

.halflings-superscript:before {
  content: "\E255"; }

.halflings-subscript:before {
  content: "\E256"; }

.halflings-menu-left:before {
  content: "\E257"; }

.halflings-menu-right:before {
  content: "\E258"; }

.halflings-menu-down:before {
  content: "\E259"; }

.halflings-menu-up:before {
  content: "\E260"; }

.halflings-building:before {
  content: "\E261"; }

.halflings-tick:before {
  content: "\E262"; }

.halflings-star-half:before {
  content: "\E263"; }

.halflings-hash:before {
  content: "\E264"; }

.halflings-directions:before {
  content: "\E265"; }

.halflings-gas:before {
  content: "\E266"; }

.halflings-snowflake:before {
  content: "\E267"; }

.halflings-sunlight:before {
  content: "\E268"; }

.halflings-selectbox:before {
  content: "\E269"; }

.halflings-sortable:before {
  content: "\E270"; }

.halflings-note-empty:before {
  content: "\E271"; }

.halflings-note:before {
  content: "\E272"; }

.halflings-direction-right:before {
  content: "\E273"; }

.halflings-direction-left:before {
  content: "\E274"; }

.halflings-direction-down:before {
  content: "\E275"; }

.halflings-direction-up:before {
  content: "\E276"; }

.halflings-parking:before {
  content: "\E277"; }

.halflings-coffee-cup:before {
  content: "\E278"; }

.halflings-record-empty:before {
  content: "\E279"; }

.halflings-move-square:before {
  content: "\E280"; }

.halflings-bug:before {
  content: "\E281"; }

.halflings-display:before {
  content: "\E282"; }

.halflings-direction:before {
  content: "\E283"; }

.halflings-group:before {
  content: "\E284"; }

.halflings-reflect-y:before {
  content: "\E285"; }

.halflings-reflect-x:before {
  content: "\E286"; }

.halflings-battery-charging:before {
  content: "\E287"; }

.halflings-battery-full:before {
  content: "\E288"; }

.halflings-battery-75:before {
  content: "\E289"; }

.halflings-battery-50:before {
  content: "\E290"; }

.halflings-battery-25:before {
  content: "\E291"; }

.halflings-battery-10:before {
  content: "\E292"; }

.halflings-paired:before {
  content: "\E293"; }

.halflings-rotate-right:before {
  content: "\E294"; }

.halflings-rotate-left:before {
  content: "\E295"; }

.halflings-list-numbered:before {
  content: "\E296"; }

.halflings-paragraph:before {
  content: "\E297"; }

.halflings-list-plus:before {
  content: "\E298"; }

.halflings-synchronization:before {
  content: "\E299"; }

.halflings-cube-black:before {
  content: "\E300"; }

@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important; }
  nav {
    display: none; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
  .table td,
  .table th {
    background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; }
  h1 {
    font-size: 24px; }
  textarea {
    border: none;
    padding: 0;
    font-size: 14px;
    color: #000; }
  .educator-header-details {
    padding-bottom: 20px; }
  .status-bar {
    float: none;
    font-size: 12px;
    width: 100%; }
  .educator-header-details div > p.small-label {
    font-size: 10px; }
  .form-action, .table-action {
    display: none; }
  footer {
    display: none; } }
/*# sourceMappingURL=stylesheet.css.map */