@charset "UTF-8";
/* =Global
----------------------------------------------- */
body,
button,
input,
select,
textarea {
  color: #404040;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5; }

/* Headings */
h1, h2, h3, h4, h5, h6 {
  clear: both; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

/* Text elements */
p {
  margin-bottom: 1.5em; }

ul, ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

b, strong {
  font-weight: bold; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

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

sup {
  bottom: 1ex; }

sub {
  top: .5ex; }

small {
  font-size: 75%; }

big {
  font-size: 125%; }

figure {
  margin: 0; }

table {
  margin: 0 0 1.5em;
  width: 100%; }

th {
  font-weight: bold; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

button,
input,
select,
textarea {
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */
  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  vertical-align: baseline;
  /* Improves appearance and consistency in all browsers */
  *vertical-align: middle;
  /* Improves appearance and consistency in all browsers */ }

button,
input {
  line-height: normal;
  /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */ }

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid #ccc;
  border-color: #ccc #ccc #bbb #ccc;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  /* Improves usability and consistency of cursor style between image-type 'input' and others */
  -webkit-appearance: button;
  /* Corrects inability to style clickable 'input' types in iOS */
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  padding: .6em 1em .4em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); }

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa #bbb; }

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  border-color: #aaa #bbb #bbb #bbb; }

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* Addresses box sizing set to content-box in IE8/9 */
  padding: 0;
  /* Addresses excess padding in IE8/9 */ }

input[type="search"] {
  -webkit-appearance: textfield;
  /* Addresses appearance set to searchfield in S5, Chrome */
  -webkit-box-sizing: content-box;
  /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
  box-sizing: content-box; }

input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
  border: 0;
  padding: 0; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px; }

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  color: #111; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  padding: 3px; }

textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */
  padding-left: 3px;
  vertical-align: top;
  /* Improves readability and alignment in all browsers */
  width: 98%; }

/* Links */
a {
  color: royalblue; }

a:hover,
a:focus,
a:active {
  color: midnightblue; }

/* Alignment */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto; }

/* Text meant only for screen readers */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important; }

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar */ }

/* Clearing */
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: '';
  display: table; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/* =Menu
----------------------------------------------- */
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%; }

.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0; }

.main-navigation li {
  float: left;
  position: relative; }

.main-navigation a {
  display: block;
  text-decoration: none; }

.main-navigation ul ul {
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  display: none;
  float: left;
  left: 0;
  position: absolute;
  top: 1.5em;
  z-index: 99999; }

.main-navigation ul ul ul {
  left: 100%;
  top: 0; }

.main-navigation ul ul a {
  width: 200px; }

.main-navigation ul li:hover > ul {
  display: block; }

/* Small menu */
.menu-toggle {
  cursor: pointer;
  display: none; }

@media screen and (max-width: 600px) {
  .menu-toggle,
  .main-navigation.toggled .nav-menu {
    display: block; }
  .main-navigation ul {
    display: none; } }

/* =Content
----------------------------------------------- */
.byline,
.updated {
  display: none; }

.single .byline,
.group-blog .byline {
  display: inline; }

.page-content,
.entry-content,
.entry-summary {
  margin: .75em 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

/* =Asides
----------------------------------------------- */
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none; }

/* =Media
----------------------------------------------- */
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

.wp-caption {
  border: 1px solid #ccc;
  margin-bottom: 1.5em;
  max-width: 100%; }

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 1.2% auto 0;
  max-width: 98%; }

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

.wp-caption .wp-caption-text {
  margin: 0.8075em 0; }

.site-main .gallery {
  margin-bottom: 1.5em; }

.site-main .gallery a img {
  border: none;
  height: auto;
  max-width: 90%; }

.site-main .gallery dd {
  margin: 0; }

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
  max-width: 100%; }

/* =Navigation
----------------------------------------------- */
.site-main [class*="navigation"] {
  margin: 0 0 1.5em;
  overflow: hidden; }

[class*="navigation"] .nav-previous {
  float: left;
  width: 50%; }

[class*="navigation"] .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

/* =Comments
----------------------------------------------- */
.comment-content a {
  word-wrap: break-word; }

/* =Widgets
----------------------------------------------- */
.widget {
  margin: 0 0 1.5em; }

/* Make sure select elements fit in widgets */
.widget select {
  max-width: 100%; }

/* Search widget */
.widget_search .search-submit {
  display: none; }

/* =Infinite Scroll
----------------------------------------------- */
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
  display: block; }

/*!
 * Bootstrap v3.1.1
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @mdo and @fat.
 */
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

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

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

[hidden],
template {
  display: none; }

a {
  background: transparent; }

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

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

b, strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

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

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

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

pre {
  overflow: auto; }

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

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

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

input {
  line-height: normal; }

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

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

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

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

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

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

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

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

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

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

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

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

a {
  color: #428bca;
  text-decoration: none; }
  a:hover, a:focus {
    color: #2a6496;
    text-decoration: underline; }
  a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

p {
  margin: 0 0 10px; }

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

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

cite {
  font-style: normal; }

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

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

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

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

.text-muted {
  color: #999999; }

.text-primary {
  color: #428bca; }

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

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

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

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

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

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

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

.text-danger {
  color: #a94442; }

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

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #428bca; }

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

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

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

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

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

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

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

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

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

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee; }

ul, ol {
  margin-top: 0;
  margin-bottom: 10px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

.list-unstyled, .list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline {
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 20px; }

dt,
dd {
  line-height: 1.428571429; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; }
    .dl-horizontal dd:before, .dl-horizontal dd:after {
      content: " ";
      display: table; }
    .dl-horizontal dd:after {
      clear: both; } }

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

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.428571429;
    color: #999999; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

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

blockquote:before,
blockquote:after {
  content: ""; }

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

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

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

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

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

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

.container, section.content {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px; }
  .container:before, section.content:before, .container:after, section.content:after {
    content: " ";
    display: table; }
  .container:after, section.content:after {
    clear: both; }
  @media (min-width: 768px) {
    .container, section.content {
      width: 740px; } }
  @media (min-width: 980px) {
    .container, section.content {
      width: 960px; } }
  @media (min-width: 1200px) {
    .container, section.content {
      width: 1180px; } }

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

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

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

.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, .col-xs-13, .col-xs-14, .col-xs-15 {
  float: left; }

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

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

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

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

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

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

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

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

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

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

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

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

.col-xs-13 {
  width: 86.6666666667%; }

.col-xs-14 {
  width: 93.3333333333%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.col-xs-pull-13 {
  right: 86.6666666667%; }

.col-xs-pull-14 {
  right: 93.3333333333%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.col-xs-push-13 {
  left: 86.6666666667%; }

.col-xs-push-14 {
  left: 93.3333333333%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-13, .col-sm-14, .col-sm-15 {
    float: left; }
  .col-sm-1 {
    width: 6.6666666667%; }
  .col-sm-2 {
    width: 13.3333333333%; }
  .col-sm-3 {
    width: 20%; }
  .col-sm-4 {
    width: 26.6666666667%; }
  .col-sm-5 {
    width: 33.3333333333%; }
  .col-sm-6 {
    width: 40%; }
  .col-sm-7 {
    width: 46.6666666667%; }
  .col-sm-8 {
    width: 53.3333333333%; }
  .col-sm-9 {
    width: 60%; }
  .col-sm-10 {
    width: 66.6666666667%; }
  .col-sm-11 {
    width: 73.3333333333%; }
  .col-sm-12 {
    width: 80%; }
  .col-sm-13 {
    width: 86.6666666667%; }
  .col-sm-14 {
    width: 93.3333333333%; }
  .col-sm-15 {
    width: 100%; }
  .col-sm-pull-0 {
    right: 0%; }
  .col-sm-pull-1 {
    right: 6.6666666667%; }
  .col-sm-pull-2 {
    right: 13.3333333333%; }
  .col-sm-pull-3 {
    right: 20%; }
  .col-sm-pull-4 {
    right: 26.6666666667%; }
  .col-sm-pull-5 {
    right: 33.3333333333%; }
  .col-sm-pull-6 {
    right: 40%; }
  .col-sm-pull-7 {
    right: 46.6666666667%; }
  .col-sm-pull-8 {
    right: 53.3333333333%; }
  .col-sm-pull-9 {
    right: 60%; }
  .col-sm-pull-10 {
    right: 66.6666666667%; }
  .col-sm-pull-11 {
    right: 73.3333333333%; }
  .col-sm-pull-12 {
    right: 80%; }
  .col-sm-pull-13 {
    right: 86.6666666667%; }
  .col-sm-pull-14 {
    right: 93.3333333333%; }
  .col-sm-pull-15 {
    right: 100%; }
  .col-sm-push-0 {
    left: 0%; }
  .col-sm-push-1 {
    left: 6.6666666667%; }
  .col-sm-push-2 {
    left: 13.3333333333%; }
  .col-sm-push-3 {
    left: 20%; }
  .col-sm-push-4 {
    left: 26.6666666667%; }
  .col-sm-push-5 {
    left: 33.3333333333%; }
  .col-sm-push-6 {
    left: 40%; }
  .col-sm-push-7 {
    left: 46.6666666667%; }
  .col-sm-push-8 {
    left: 53.3333333333%; }
  .col-sm-push-9 {
    left: 60%; }
  .col-sm-push-10 {
    left: 66.6666666667%; }
  .col-sm-push-11 {
    left: 73.3333333333%; }
  .col-sm-push-12 {
    left: 80%; }
  .col-sm-push-13 {
    left: 86.6666666667%; }
  .col-sm-push-14 {
    left: 93.3333333333%; }
  .col-sm-push-15 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 6.6666666667%; }
  .col-sm-offset-2 {
    margin-left: 13.3333333333%; }
  .col-sm-offset-3 {
    margin-left: 20%; }
  .col-sm-offset-4 {
    margin-left: 26.6666666667%; }
  .col-sm-offset-5 {
    margin-left: 33.3333333333%; }
  .col-sm-offset-6 {
    margin-left: 40%; }
  .col-sm-offset-7 {
    margin-left: 46.6666666667%; }
  .col-sm-offset-8 {
    margin-left: 53.3333333333%; }
  .col-sm-offset-9 {
    margin-left: 60%; }
  .col-sm-offset-10 {
    margin-left: 66.6666666667%; }
  .col-sm-offset-11 {
    margin-left: 73.3333333333%; }
  .col-sm-offset-12 {
    margin-left: 80%; }
  .col-sm-offset-13 {
    margin-left: 86.6666666667%; }
  .col-sm-offset-14 {
    margin-left: 93.3333333333%; }
  .col-sm-offset-15 {
    margin-left: 100%; } }

@media (min-width: 980px) {
  .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, .col-md-13, .col-md-14, .col-md-15 {
    float: left; }
  .col-md-1 {
    width: 6.6666666667%; }
  .col-md-2 {
    width: 13.3333333333%; }
  .col-md-3 {
    width: 20%; }
  .col-md-4 {
    width: 26.6666666667%; }
  .col-md-5 {
    width: 33.3333333333%; }
  .col-md-6 {
    width: 40%; }
  .col-md-7 {
    width: 46.6666666667%; }
  .col-md-8 {
    width: 53.3333333333%; }
  .col-md-9 {
    width: 60%; }
  .col-md-10 {
    width: 66.6666666667%; }
  .col-md-11 {
    width: 73.3333333333%; }
  .col-md-12 {
    width: 80%; }
  .col-md-13 {
    width: 86.6666666667%; }
  .col-md-14 {
    width: 93.3333333333%; }
  .col-md-15 {
    width: 100%; }
  .col-md-pull-0 {
    right: 0%; }
  .col-md-pull-1 {
    right: 6.6666666667%; }
  .col-md-pull-2 {
    right: 13.3333333333%; }
  .col-md-pull-3 {
    right: 20%; }
  .col-md-pull-4 {
    right: 26.6666666667%; }
  .col-md-pull-5 {
    right: 33.3333333333%; }
  .col-md-pull-6 {
    right: 40%; }
  .col-md-pull-7 {
    right: 46.6666666667%; }
  .col-md-pull-8 {
    right: 53.3333333333%; }
  .col-md-pull-9 {
    right: 60%; }
  .col-md-pull-10 {
    right: 66.6666666667%; }
  .col-md-pull-11 {
    right: 73.3333333333%; }
  .col-md-pull-12 {
    right: 80%; }
  .col-md-pull-13 {
    right: 86.6666666667%; }
  .col-md-pull-14 {
    right: 93.3333333333%; }
  .col-md-pull-15 {
    right: 100%; }
  .col-md-push-0 {
    left: 0%; }
  .col-md-push-1 {
    left: 6.6666666667%; }
  .col-md-push-2 {
    left: 13.3333333333%; }
  .col-md-push-3 {
    left: 20%; }
  .col-md-push-4 {
    left: 26.6666666667%; }
  .col-md-push-5 {
    left: 33.3333333333%; }
  .col-md-push-6 {
    left: 40%; }
  .col-md-push-7 {
    left: 46.6666666667%; }
  .col-md-push-8 {
    left: 53.3333333333%; }
  .col-md-push-9 {
    left: 60%; }
  .col-md-push-10 {
    left: 66.6666666667%; }
  .col-md-push-11 {
    left: 73.3333333333%; }
  .col-md-push-12 {
    left: 80%; }
  .col-md-push-13 {
    left: 86.6666666667%; }
  .col-md-push-14 {
    left: 93.3333333333%; }
  .col-md-push-15 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 6.6666666667%; }
  .col-md-offset-2 {
    margin-left: 13.3333333333%; }
  .col-md-offset-3 {
    margin-left: 20%; }
  .col-md-offset-4 {
    margin-left: 26.6666666667%; }
  .col-md-offset-5 {
    margin-left: 33.3333333333%; }
  .col-md-offset-6 {
    margin-left: 40%; }
  .col-md-offset-7 {
    margin-left: 46.6666666667%; }
  .col-md-offset-8 {
    margin-left: 53.3333333333%; }
  .col-md-offset-9 {
    margin-left: 60%; }
  .col-md-offset-10 {
    margin-left: 66.6666666667%; }
  .col-md-offset-11 {
    margin-left: 73.3333333333%; }
  .col-md-offset-12 {
    margin-left: 80%; }
  .col-md-offset-13 {
    margin-left: 86.6666666667%; }
  .col-md-offset-14 {
    margin-left: 93.3333333333%; }
  .col-md-offset-15 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-13, .col-lg-14, .col-lg-15 {
    float: left; }
  .col-lg-1 {
    width: 6.6666666667%; }
  .col-lg-2 {
    width: 13.3333333333%; }
  .col-lg-3 {
    width: 20%; }
  .col-lg-4 {
    width: 26.6666666667%; }
  .col-lg-5 {
    width: 33.3333333333%; }
  .col-lg-6 {
    width: 40%; }
  .col-lg-7 {
    width: 46.6666666667%; }
  .col-lg-8 {
    width: 53.3333333333%; }
  .col-lg-9 {
    width: 60%; }
  .col-lg-10 {
    width: 66.6666666667%; }
  .col-lg-11 {
    width: 73.3333333333%; }
  .col-lg-12 {
    width: 80%; }
  .col-lg-13 {
    width: 86.6666666667%; }
  .col-lg-14 {
    width: 93.3333333333%; }
  .col-lg-15 {
    width: 100%; }
  .col-lg-pull-0 {
    right: 0%; }
  .col-lg-pull-1 {
    right: 6.6666666667%; }
  .col-lg-pull-2 {
    right: 13.3333333333%; }
  .col-lg-pull-3 {
    right: 20%; }
  .col-lg-pull-4 {
    right: 26.6666666667%; }
  .col-lg-pull-5 {
    right: 33.3333333333%; }
  .col-lg-pull-6 {
    right: 40%; }
  .col-lg-pull-7 {
    right: 46.6666666667%; }
  .col-lg-pull-8 {
    right: 53.3333333333%; }
  .col-lg-pull-9 {
    right: 60%; }
  .col-lg-pull-10 {
    right: 66.6666666667%; }
  .col-lg-pull-11 {
    right: 73.3333333333%; }
  .col-lg-pull-12 {
    right: 80%; }
  .col-lg-pull-13 {
    right: 86.6666666667%; }
  .col-lg-pull-14 {
    right: 93.3333333333%; }
  .col-lg-pull-15 {
    right: 100%; }
  .col-lg-push-0 {
    left: 0%; }
  .col-lg-push-1 {
    left: 6.6666666667%; }
  .col-lg-push-2 {
    left: 13.3333333333%; }
  .col-lg-push-3 {
    left: 20%; }
  .col-lg-push-4 {
    left: 26.6666666667%; }
  .col-lg-push-5 {
    left: 33.3333333333%; }
  .col-lg-push-6 {
    left: 40%; }
  .col-lg-push-7 {
    left: 46.6666666667%; }
  .col-lg-push-8 {
    left: 53.3333333333%; }
  .col-lg-push-9 {
    left: 60%; }
  .col-lg-push-10 {
    left: 66.6666666667%; }
  .col-lg-push-11 {
    left: 73.3333333333%; }
  .col-lg-push-12 {
    left: 80%; }
  .col-lg-push-13 {
    left: 86.6666666667%; }
  .col-lg-push-14 {
    left: 93.3333333333%; }
  .col-lg-push-15 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 6.6666666667%; }
  .col-lg-offset-2 {
    margin-left: 13.3333333333%; }
  .col-lg-offset-3 {
    margin-left: 20%; }
  .col-lg-offset-4 {
    margin-left: 26.6666666667%; }
  .col-lg-offset-5 {
    margin-left: 33.3333333333%; }
  .col-lg-offset-6 {
    margin-left: 40%; }
  .col-lg-offset-7 {
    margin-left: 46.6666666667%; }
  .col-lg-offset-8 {
    margin-left: 53.3333333333%; }
  .col-lg-offset-9 {
    margin-left: 60%; }
  .col-lg-offset-10 {
    margin-left: 66.6666666667%; }
  .col-lg-offset-11 {
    margin-left: 73.3333333333%; }
  .col-lg-offset-12 {
    margin-left: 80%; }
  .col-lg-offset-13 {
    margin-left: 86.6666666667%; }
  .col-lg-offset-14 {
    margin-left: 93.3333333333%; }
  .col-lg-offset-15 {
    margin-left: 100%; } }

table {
  max-width: 100%;
  background-color: transparent; }

th {
  text-align: left; }

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

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

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

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9; }

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    -webkit-overflow-scrolling: touch; }
    .table-responsive > .table, .table-responsive > table {
      margin-bottom: 0; }
      .table-responsive > .table > thead > tr > th, .table-responsive > table > thead > tr > th,
      .table-responsive > .table > thead > tr > td,
      .table-responsive > table > thead > tr > td,
      .table-responsive > .table > tbody > tr > th,
      .table-responsive > table > tbody > tr > th,
      .table-responsive > .table > tbody > tr > td,
      .table-responsive > table > tbody > tr > td,
      .table-responsive > .table > tfoot > tr > th,
      .table-responsive > table > tfoot > tr > th,
      .table-responsive > .table > tfoot > 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 > thead > tr > td:first-child,
      .table-responsive > .table-bordered > tbody > tr > th:first-child,
      .table-responsive > .table-bordered > tbody > tr > td:first-child,
      .table-responsive > .table-bordered > tfoot > tr > th:first-child,
      .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0; }
      .table-responsive > .table-bordered > thead > tr > th:last-child,
      .table-responsive > .table-bordered > thead > tr > td:last-child,
      .table-responsive > .table-bordered > tbody > tr > th:last-child,
      .table-responsive > .table-bordered > tbody > tr > td:last-child,
      .table-responsive > .table-bordered > tfoot > tr > th:last-child,
      .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0; }
      .table-responsive > .table-bordered > tbody > tr:last-child > th,
      .table-responsive > .table-bordered > tbody > tr:last-child > td,
      .table-responsive > .table-bordered > tfoot > tr:last-child > th,
      .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0; } }

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

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

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

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

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

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

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

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

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

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

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

textarea.form-control {
  height: auto; }

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

input[type="date"] {
  line-height: 34px; }

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

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

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px; }

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

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

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

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

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

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

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

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 10px; }

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

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

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 42.5px; }
  .has-feedback .form-control-feedback {
    position: absolute;
    top: 25px;
    right: 0;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d; }

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }

.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b; }

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }

.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442; }

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }

.has-error .form-control-feedback {
  color: #a94442; }

.form-control-static {
  margin-bottom: 0; }

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

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

.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px; }

.form-horizontal .form-group {
  margin-left: -10px;
  margin-right: -10px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }

.form-horizontal .form-control-static {
  padding-top: 7px; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right; } }

.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 10px; }

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

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

.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
    color: #fff;
    background-color: #3276b1;
    border-color: #285e8e; }
  .open .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #3276b1;
    border-color: #285e8e; }
  .btn-primary:active, .btn-primary.active {
    background-image: none; }
  .open .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary[disabled].active,
  fieldset[disabled] .btn-primary,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary:active,
  fieldset[disabled] .btn-primary.active {
    background-color: #428bca;
    border-color: #357ebd; }
  .btn-primary .badge {
    color: #428bca;
    background-color: #fff; }

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

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

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

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

.btn-link {
  color: #428bca;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link[disabled],
  fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #2a6496;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus,
  fieldset[disabled] .btn-link:hover,
  fieldset[disabled] .btn-link:focus {
    color: #999999;
    text-decoration: none; }

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

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

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

.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0; }

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

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

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

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

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease; }

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

.dropdown {
  position: relative; }

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

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333333;
    white-space: nowrap; }

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

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

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #999999; }

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

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

.open > a {
  outline: 0; }

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

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

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #999999; }

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

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

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: ""; }

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

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

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    float: left; }
    .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:hover,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 2; }
    .btn-group > .btn:focus,
    .btn-group-vertical > .btn:focus {
      outline: none; }

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

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

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

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

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

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

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

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

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

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

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

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

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn .caret {
  margin-left: 0; }

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px; }

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }

.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table; }

.btn-group-vertical > .btn-group:after {
  clear: both; }

.btn-group-vertical > .btn-group > .btn {
  float: none; }

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

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

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

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

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

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

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

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

[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none; }

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

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell; }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0; }

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 10px; }
  .input-group-addon.input-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 10px; }
  .input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 10px; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

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

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

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

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

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

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

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

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

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

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
      text-align: center;
      margin-bottom: 5px; }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

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

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

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

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

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

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table; }

.navbar-header:after {
  clear: both; }

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

.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 10px;
  padding-left: 10px;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }
  .navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    display: table; }
  .navbar-collapse:after {
    clear: both; }
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 768px) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
      -webkit-box-shadow: none;
              box-shadow: none; }
      .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important; }
      .navbar-collapse.in {
        overflow-y: visible; }
      .navbar-fixed-top .navbar-collapse,
      .navbar-static-top .navbar-collapse,
      .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0; } }

.container > .navbar-header, section.content > .navbar-header,
.container > .navbar-collapse,
section.content > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -10px;
  margin-left: -10px; }
  @media (min-width: 768px) {
    .container > .navbar-header, section.content > .navbar-header,
    .container > .navbar-collapse,
    section.content > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
      margin-right: 0;
      margin-left: 0; } }

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }
  @media (min-width: 768px) {
    .navbar-static-top {
      border-radius: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  @media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.navbar-brand {
  float: left;
  padding: 15px 10px;
  font-size: 18px;
  line-height: 20px;
  height: 50px; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  @media (min-width: 768px) {
    .navbar > .container .navbar-brand, .navbar > section.content .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
      margin-left: -10px; } }

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 10px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 10px; }
  .navbar-toggle:focus {
    outline: none; }
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px; }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px; }
  @media (min-width: 768px) {
    .navbar-toggle {
      display: none; } }

.navbar-nav {
  margin: 7.5px -10px; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px; }
  @media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      -webkit-box-shadow: none;
              box-shadow: none; }
      .navbar-nav .open .dropdown-menu > li > a,
      .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px; }
      .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px; }
        .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
          background-image: none; } }
  @media (min-width: 768px) {
    .navbar-nav {
      float: left;
      margin: 0; }
      .navbar-nav > li {
        float: left; }
        .navbar-nav > li > a {
          padding-top: 15px;
          padding-bottom: 15px; }
      .navbar-nav.navbar-right:last-child {
        margin-right: -10px; } }

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

.navbar-form {
  margin-left: -10px;
  margin-right: -10px;
  padding: 10px 10px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px; }
  @media (max-width: 767px) {
    .navbar-form .form-group {
      margin-bottom: 5px; } }
  @media (min-width: 768px) {
    .navbar-form {
      width: auto;
      border: 0;
      margin-left: 0;
      margin-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      -webkit-box-shadow: none;
      box-shadow: none; }
      .navbar-form.navbar-right:last-child {
        margin-right: -10px; } }

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

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

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

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

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }
  .navbar-default .navbar-brand {
    color: #777; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #5e5d5d;
      background-color: transparent; }
  .navbar-default .navbar-text {
    color: #777; }
  .navbar-default .navbar-nav > li > a {
    color: #777; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #333;
      background-color: transparent; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7; }
  .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; }
  .navbar-default .navbar-toggle {
    border-color: #ddd; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: #ddd; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #888; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #e7e7e7; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #e7e7e7;
    color: #555; }
  @media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #777; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #555;
      background-color: #e7e7e7; }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #ccc;
      background-color: transparent; } }
  .navbar-default .navbar-link {
    color: #777; }
    .navbar-default .navbar-link:hover {
      color: #333; }

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

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

.pagination, .page-numbers {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 10px; }
  .pagination > li, .page-numbers > li {
    display: inline; }
    .pagination > li > a, .page-numbers > li > a,
    .pagination > li > span,
    .page-numbers > li > span {
      position: relative;
      float: left;
      padding: 6px 12px;
      line-height: 1.428571429;
      text-decoration: none;
      color: #428bca;
      background-color: #fff;
      border: 1px solid #ddd;
      margin-left: -1px; }
    .pagination > li:first-child > a, .page-numbers > li:first-child > a,
    .pagination > li:first-child > span,
    .page-numbers > li:first-child > span {
      margin-left: 0;
      border-bottom-left-radius: 10px;
      border-top-left-radius: 10px; }
    .pagination > li:last-child > a, .page-numbers > li:last-child > a,
    .pagination > li:last-child > span,
    .page-numbers > li:last-child > span {
      border-bottom-right-radius: 10px;
      border-top-right-radius: 10px; }
  .pagination > li > a:hover, .page-numbers > li > a:hover, .pagination > li > a:focus, .page-numbers > li > a:focus,
  .pagination > li > span:hover,
  .page-numbers > li > span:hover,
  .pagination > li > span:focus,
  .page-numbers > li > span:focus {
    color: #2a6496;
    background-color: #eeeeee;
    border-color: #ddd; }
  .pagination > .active > a, .page-numbers > .active > a, .pagination > .active > a:hover, .page-numbers > .active > a:hover, .pagination > .active > a:focus, .page-numbers > .active > a:focus,
  .pagination > .active > span,
  .page-numbers > .active > span,
  .pagination > .active > span:hover,
  .page-numbers > .active > span:hover,
  .pagination > .active > span:focus,
  .page-numbers > .active > span:focus {
    z-index: 2;
    color: #fff;
    background-color: #428bca;
    border-color: #428bca;
    cursor: default; }
  .pagination > .disabled > span, .page-numbers > .disabled > span,
  .pagination > .disabled > span:hover,
  .page-numbers > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .page-numbers > .disabled > span:focus,
  .pagination > .disabled > a,
  .page-numbers > .disabled > a,
  .pagination > .disabled > a:hover,
  .page-numbers > .disabled > a:hover,
  .pagination > .disabled > a:focus,
  .page-numbers > .disabled > a:focus {
    color: #999999;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px; }

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px; }

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px; }

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px; }

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px; }

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px; }

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

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }
  .label[href]:hover, .label[href]:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer; }
  .label:empty {
    display: none; }
  .btn .label {
    position: relative;
    top: -1px; }

.label-default {
  background-color: #999999; }
  .label-default[href]:hover, .label-default[href]:focus {
    background-color: #807f7f; }

.label-primary {
  background-color: #428bca; }
  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #3071a9; }

.label-success {
  background-color: #5cb85c; }
  .label-success[href]:hover, .label-success[href]:focus {
    background-color: #449d44; }

.label-info {
  background-color: #5bc0de; }
  .label-info[href]:hover, .label-info[href]:focus {
    background-color: #31b0d5; }

.label-warning {
  background-color: #f0ad4e; }
  .label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #ec971f; }

.label-danger {
  background-color: #d9534f; }
  .label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #c9302c; }

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #999999;
  border-radius: 10px; }
  .badge:empty {
    display: none; }
  .btn .badge {
    position: relative;
    top: -1px; }
  .btn-xs .badge, .btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px; }

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

a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #428bca;
  background-color: #fff; }

.nav-pills > li > a > .badge {
  margin-left: 3px; }

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .thumbnail > img,
  .thumbnail a > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto; }
  .thumbnail .caption {
    padding: 9px;
    color: #333333; }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #428bca; }

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 10px; }
  .alert h4 {
    margin-top: 0;
    color: inherit; }
  .alert .alert-link {
    font-weight: bold; }
  .alert > p,
  .alert > ul {
    margin-bottom: 0; }
  .alert > p + p {
    margin-top: 5px; }

.alert-dismissable {
  padding-right: 35px; }
  .alert-dismissable .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d; }
  .alert-success hr {
    border-top-color: #c9e2b3; }
  .alert-success .alert-link {
    color: #2b542c; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f; }
  .alert-info hr {
    border-top-color: #a6e1ec; }
  .alert-info .alert-link {
    color: #245269; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b; }
  .alert-warning hr {
    border-top-color: #f7e1b5; }
  .alert-warning .alert-link {
    color: #66512c; }

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442; }
  .alert-danger hr {
    border-top-color: #e4b9c0; }
  .alert-danger .alert-link {
    color: #843534; }

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

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

.media:first-child {
  margin-top: 0; }

.media-object {
  display: block; }

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

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

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

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

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

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

a.list-group-item {
  color: #555; }
  a.list-group-item .list-group-item-heading {
    color: #333; }
  a.list-group-item:hover, a.list-group-item:focus {
    text-decoration: none;
    background-color: #f5f5f5; }
  a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #428bca;
    border-color: #428bca; }
    a.list-group-item.active .list-group-item-heading, a.list-group-item.active:hover .list-group-item-heading, a.list-group-item.active:focus .list-group-item-heading {
      color: inherit; }
    a.list-group-item.active .list-group-item-text, a.list-group-item.active:hover .list-group-item-text, a.list-group-item.active:focus .list-group-item-text {
      color: #e1edf7; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.panel-group {
  margin-bottom: 20px; }
  .panel-group .panel {
    margin-bottom: 0;
    border-radius: 10px;
    overflow: hidden; }
    .panel-group .panel + .panel {
      margin-top: 5px; }
  .panel-group .panel-heading {
    border-bottom: 0; }
    .panel-group .panel-heading + .panel-collapse .panel-body {
      border-top: 1px solid #ddd; }
  .panel-group .panel-footer {
    border-top: 0; }
    .panel-group .panel-footer + .panel-collapse .panel-body {
      border-bottom: 1px solid #ddd; }

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

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

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

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

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

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

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

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

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

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

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

.modal-open {
  overflow: hidden; }

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

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

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

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

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

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

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

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

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; } }

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

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

.clearfix:after {
  clear: both; }

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

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

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

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

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

.hidden {
  display: none !important;
  visibility: hidden !important; }

.affix {
  position: fixed; }

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

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

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

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

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

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

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

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

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

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

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

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

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

img,
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  height: auto;
  max-width: 100%;
  width: inherit; }

.page-numbers:empty {
  margin: 0; }

.sticky {
  position: static; }

.bypostauthor {
  position: static; }

img.alignright {
  margin: .6125em 0 0.6125em 0.75em; }

img.alignleft {
  margin: 0.6125em 0.75em 0.6125em 0; }

img.aligncenter {
  margin: 0.6125em 0; }

@media (max-width: 47.9375em) {
  html {
    margin-top: 0 !important; } }

body {
  padding-top: 122px;
  font-size: 13px;
  font-size: 1.3rem;
  background-color: #b9d5eb;
  background-repeat: no-repeat;
  background-position: center 122px;
  color: #696969;
  font-family: 'Signika', sans-serif;
  font-weight: 300; }
  @media (min-width: 0px) and (max-width: 768px) {
    body {
      background-position: 0 0; } }
  @media (min-width: 48em) and (max-width: 61.1875em) {
    body {
      padding-top: 112px; } }
  @media (max-width: 47.9375em) {
    body {
      padding-top: 112px; } }

nav ul {
  list-style: none; }

h1, h2, h3, h4, h5, h6 {
  color: #333539;
  font-weight: 300;
  clear: none; }

h1 {
  font-size: 24px;
  font-size: 2.4rem; }

h2 {
  font-size: 20px;
  font-size: 2rem; }

h3 {
  font-size: 16px;
  font-size: 1.6rem; }

h4 {
  font-size: 14px;
  font-size: 1.4rem; }

h5 {
  font-size: 13px;
  font-size: 1.3rem; }

h6 {
  font-size: 12px;
  font-size: 1.2rem; }

strong, b {
  color: #333539; }

code {
  white-space: normal; }

ul {
  padding: 0; }

a {
  color: #0095d2; }
  a:hover {
    color: #00719f; }

iframe {
  max-width: 100%; }

.btn-default {
  background-color: #ebf6fc;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ebf6fc));
  background-image: linear-gradient(to bottom, #fff 0%, #ebf6fc 100%);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  border: 0px none; }
  .input-group .btn-default {
    -webkit-box-shadow: none;
    box-shadow: none; }

.input-group {
  border-radius: 10px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25); }

.filter {
  margin-top: 20px; }
  .filter label {
    font-size: 18px;
    font-size: 1.8rem;
    color: #94a3b6;
    font-weight: 300;
    line-height: 1;
    margin: 0 10px 0;
    vertical-align: middle; }

.image-square-container > * {
  display: block;
  margin: auto;
  max-width: 100%; }

.image-square-container.aspect-vertical,
#gallery .image-square-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #ccc;
  background-position: top left;
  background-repeat: repeat; }
  .no-flexbox .image-square-container.aspect-vertical, .no-flexbox
  #gallery .image-square-container {
    display: table-cell;
    width: 100%;
    vertical-align: middle; }
  .image-square-container.aspect-vertical > *,
  #gallery .image-square-container > * {
    max-height: 100%;
    -o-object-fit: contain;
       object-fit: contain; }

.image-square-wrap {
  display: table;
  width: 100%; }

body header {
  background: transparent; }

/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none; }

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

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0; }

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

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block; }

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

/* Clearfix for the .slides element */
.slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

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

* html .slides {
  height: 1%; }

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block; }

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

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

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

.flexslider .slides {
  zoom: 1; }

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

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

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

.flex-direction-nav .flex-prev {
  left: -50px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*!
 * bootstrap-select v1.5.4
 * http://silviomoreto.github.io/bootstrap-select/
 *
 * Copyright 2013 bootstrap-select
 * Licensed under the MIT license
 */
.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*="span"] {
  float: none;
  display: inline-block;
  margin-bottom: 0;
  margin-left: 0; }

.form-search .bootstrap-select.btn-group,
.form-inline .bootstrap-select.btn-group,
.navbar-form .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group {
  margin-bottom: 0; }

.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none; }

.bootstrap-select.btn-group.pull-right,
.bootstrap-select.btn-group[class*="span"].pull-right,
.row-fluid .bootstrap-select.btn-group[class*="span"].pull-right {
  float: right; }

.input-append .bootstrap-select.btn-group {
  margin-left: -1px; }

.input-prepend .bootstrap-select.btn-group {
  margin-right: -1px; }

.bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 220px; }

.bootstrap-select {
  /*width: 220px\9; IE8 and below*/
  width: 220px\0;
  /*IE9 and below*/ }

.bootstrap-select.form-control:not([class*="span"]) {
  width: 100%; }

.bootstrap-select > .btn {
  width: 100%;
  padding-right: 25px; }

.error .bootstrap-select .btn {
  border: 1px solid #b94a48; }

.bootstrap-select.show-menu-arrow.open > .btn {
  z-index: 2051; }

.bootstrap-select .btn:focus,
.bootstrap-select a:focus {
  outline: none; }

.bootstrap-select.btn-group .btn .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  float: left;
  text-align: left; }

.bootstrap-select.btn-group .btn .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle; }

.bootstrap-select.btn-group > .disabled,
.bootstrap-select.btn-group .dropdown-menu li.disabled > a {
  cursor: not-allowed; }

.bootstrap-select.btn-group > .disabled:focus {
  outline: none !important; }

.bootstrap-select.btn-group[class*="span"] .btn {
  width: 100%; }

.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  z-index: 2000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }

.bootstrap-select.btn-group .dropdown-menu dt {
  display: block;
  padding: 3px 20px;
  cursor: default; }

.bootstrap-select.btn-group .div-contain {
  overflow: hidden; }

.bootstrap-select.btn-group .dropdown-menu li {
  position: relative; }

.bootstrap-select.btn-group .dropdown-menu li > a.opt {
  position: relative;
  padding-left: 35px; }

.bootstrap-select.btn-group .dropdown-menu li > a {
  cursor: pointer; }

.bootstrap-select.btn-group .dropdown-menu li > dt small {
  font-weight: normal; }

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a i.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 2.5px; }

.bootstrap-select.btn-group .dropdown-menu li a i.check-mark {
  display: none; }

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px; }

.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em; }

.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) > a:hover small,
.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) > a:focus small,
.bootstrap-select.btn-group .dropdown-menu li.active:not(.disabled) > a small {
  color: #64b1d8;
  color: rgba(255, 255, 255, 0.4); }

.bootstrap-select.btn-group .dropdown-menu li > dt small {
  font-weight: normal; }

.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #CCC;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none; }

.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none; }

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid #ccc;
  border-bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.2); }

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid #ffffff;
  border-bottom: 0; }

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto; }

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto; }

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block; }

.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px; }

.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.mobile-device {
  position: absolute;
  top: 0;
  left: 0;
  display: block !important;
  width: 100%;
  height: 100% !important;
  opacity: 0; }

.bootstrap-select.fit-width {
  width: auto !important; }

.bootstrap-select.btn-group.fit-width .btn .filter-option {
  position: static; }

.bootstrap-select.btn-group.fit-width .btn .caret {
  position: static;
  top: auto;
  margin-top: -1px; }

.control-group.error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48; }

.bootstrap-select-searchbox,
.bootstrap-select .bs-actionsbox {
  padding: 4px 8px; }

.bootstrap-select .bs-actionsbox {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.bootstrap-select-searchbox + .bs-actionsbox {
  padding: 0 8px 4px; }

.bootstrap-select-searchbox input {
  margin-bottom: 0; }

.bootstrap-select .bs-actionsbox .btn-group button {
  width: 50%; }

@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%); }
  100% {
    -webkit-transform: translateY(0); } }

@keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(0); }
  100% {
    -webkit-transform: translateY(-100%); } }

@keyframes slideUp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); } }

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

.animated.slideUp {
  -webkit-animation-name: slideUp;
  animation-name: slideUp; }

.animated.slideDown {
  -webkit-animation-name: slideDown;
  animation-name: slideDown; }

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

[class^="newsroomicons-"], [class*=" newsroomicons-"], .caret, .glyphicon, .related-media .icon, .type-video .entry-content .icon, .sidebar .widget .icon, .featured-videos .icon, .multimedia-kit .videos .icon, .post-type-archive-photo .card-list .icon, .post-type-archive-photo .slides .icon, .post-type-archive-video .icon, .search-results .icon, .page-media-folder .icon, .related-media .thumb:before, .type-video .entry-content .thumb:before, .sidebar .widget .thumb:before, .featured-videos .thumb:before, .multimedia-kit .videos .thumb:before, .post-type-archive-photo .card-list .thumb:before, .post-type-archive-photo .slides .thumb:before, .post-type-archive-video .thumb:before, .search-results .thumb:before, .page-media-folder .thumb:before, .type-video .entry-content .video-container:before, .search .widget_search_filter .widget-body .check,
.search .widget_search_type .widget-body .check, .search .widget_search_filter .widget-body .show-hide .icon,
.search .widget_search_type .widget-body .show-hide .icon {
  font-family: 'newsroomicons';
  position: relative;
  top: 1px;
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  overflow: hidden;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.newsroomicons-instagram:before {
  content: "\e622"; }

.newsroomicons-youtube:before {
  color: #c01d25 !important;
  content: "\e623"; }

.newsroomicons-menu:before {
  content: "\e600"; }

.newsroomicons-search:before {
  content: "\e601"; }

.newsroomicons-release:before, .related-media .type-release .icon:before, .type-video .entry-content .type-release .icon:before, .sidebar .widget .type-release .icon:before, .featured-videos .type-release .icon:before, .multimedia-kit .videos .type-release .icon:before, .post-type-archive-photo .card-list .type-release .icon:before, .post-type-archive-photo .slides .type-release .icon:before, .post-type-archive-video .type-release .icon:before, .search-results .type-release .icon:before, .page-media-folder .type-release .icon:before,
.related-media .type-release .thumb:before,
.type-video .entry-content .type-release .thumb:before,
.sidebar .widget .type-release .thumb:before,
.featured-videos .type-release .thumb:before,
.multimedia-kit .videos .type-release .thumb:before,
.post-type-archive-photo .card-list .type-release .thumb:before,
.post-type-archive-photo .slides .type-release .thumb:before,
.post-type-archive-video .type-release .thumb:before,
.search-results .type-release .thumb:before,
.page-media-folder .type-release .thumb:before,
.related-media .type-post .icon:before,
.type-video .entry-content .type-post .icon:before,
.sidebar .widget .type-post .icon:before,
.featured-videos .type-post .icon:before,
.multimedia-kit .videos .type-post .icon:before,
.post-type-archive-photo .card-list .type-post .icon:before,
.post-type-archive-photo .slides .type-post .icon:before,
.post-type-archive-video .type-post .icon:before,
.search-results .type-post .icon:before,
.page-media-folder .type-post .icon:before,
.related-media .type-post .thumb:before,
.type-video .entry-content .type-post .thumb:before,
.sidebar .widget .type-post .thumb:before,
.featured-videos .type-post .thumb:before,
.multimedia-kit .videos .type-post .thumb:before,
.post-type-archive-photo .card-list .type-post .thumb:before,
.post-type-archive-photo .slides .type-post .thumb:before,
.post-type-archive-video .type-post .thumb:before,
.search-results .type-post .thumb:before,
.page-media-folder .type-post .thumb:before {
  content: "\e602"; }

.newsroomicons-photo:before, .related-media .type-photo .icon:before, .type-video .entry-content .type-photo .icon:before, .sidebar .widget .type-photo .icon:before, .featured-videos .type-photo .icon:before, .multimedia-kit .videos .type-photo .icon:before, .post-type-archive-photo .card-list .type-photo .icon:before, .post-type-archive-photo .slides .type-photo .icon:before, .post-type-archive-video .type-photo .icon:before, .search-results .type-photo .icon:before, .page-media-folder .type-photo .icon:before,
.related-media .type-photo .thumb:before,
.type-video .entry-content .type-photo .thumb:before,
.sidebar .widget .type-photo .thumb:before,
.featured-videos .type-photo .thumb:before,
.multimedia-kit .videos .type-photo .thumb:before,
.post-type-archive-photo .card-list .type-photo .thumb:before,
.post-type-archive-photo .slides .type-photo .thumb:before,
.post-type-archive-video .type-photo .thumb:before,
.search-results .type-photo .thumb:before,
.page-media-folder .type-photo .thumb:before,
.related-media .type-attachment .icon:before,
.type-video .entry-content .type-attachment .icon:before,
.sidebar .widget .type-attachment .icon:before,
.featured-videos .type-attachment .icon:before,
.multimedia-kit .videos .type-attachment .icon:before,
.post-type-archive-photo .card-list .type-attachment .icon:before,
.post-type-archive-photo .slides .type-attachment .icon:before,
.post-type-archive-video .type-attachment .icon:before,
.search-results .type-attachment .icon:before,
.page-media-folder .type-attachment .icon:before,
.related-media .type-attachment .thumb:before,
.type-video .entry-content .type-attachment .thumb:before,
.sidebar .widget .type-attachment .thumb:before,
.featured-videos .type-attachment .thumb:before,
.multimedia-kit .videos .type-attachment .thumb:before,
.post-type-archive-photo .card-list .type-attachment .thumb:before,
.post-type-archive-photo .slides .type-attachment .thumb:before,
.post-type-archive-video .type-attachment .thumb:before,
.search-results .type-attachment .thumb:before,
.page-media-folder .type-attachment .thumb:before {
  content: "\e603"; }

.newsroomicons-gallery:before, .related-media .type-gallery .icon:before, .type-video .entry-content .type-gallery .icon:before, .sidebar .widget .type-gallery .icon:before, .featured-videos .type-gallery .icon:before, .multimedia-kit .videos .type-gallery .icon:before, .post-type-archive-photo .card-list .type-gallery .icon:before, .post-type-archive-photo .slides .type-gallery .icon:before, .post-type-archive-video .type-gallery .icon:before, .search-results .type-gallery .icon:before, .page-media-folder .type-gallery .icon:before,
.related-media .type-gallery .thumb:before,
.type-video .entry-content .type-gallery .thumb:before,
.sidebar .widget .type-gallery .thumb:before,
.featured-videos .type-gallery .thumb:before,
.multimedia-kit .videos .type-gallery .thumb:before,
.post-type-archive-photo .card-list .type-gallery .thumb:before,
.post-type-archive-photo .slides .type-gallery .thumb:before,
.post-type-archive-video .type-gallery .thumb:before,
.search-results .type-gallery .thumb:before,
.page-media-folder .type-gallery .thumb:before {
  content: "\e604"; }

.newsroomicons-video:before, .related-media .type-video .icon:before, .type-video .entry-content .type-video .icon:before, .sidebar .widget .type-video .icon:before, .featured-videos .type-video .icon:before, .multimedia-kit .videos .type-video .icon:before, .post-type-archive-photo .card-list .type-video .icon:before, .post-type-archive-photo .slides .type-video .icon:before, .post-type-archive-video .type-video .icon:before, .search-results .type-video .icon:before, .page-media-folder .type-video .icon:before, .type-video .entry-content .video-container:before {
  content: "\e605"; }

.newsroomicons-event:before {
  content: "\e606"; }

.newsroomicons-factsheet:before, .related-media .type-fact-sheet .icon:before, .type-video .entry-content .type-fact-sheet .icon:before, .sidebar .widget .type-fact-sheet .icon:before, .featured-videos .type-fact-sheet .icon:before, .multimedia-kit .videos .type-fact-sheet .icon:before, .post-type-archive-photo .card-list .type-fact-sheet .icon:before, .post-type-archive-photo .slides .type-fact-sheet .icon:before, .post-type-archive-video .type-fact-sheet .icon:before, .search-results .type-fact-sheet .icon:before, .page-media-folder .type-fact-sheet .icon:before,
.related-media .type-fact-sheet .thumb:before,
.type-video .entry-content .type-fact-sheet .thumb:before,
.sidebar .widget .type-fact-sheet .thumb:before,
.featured-videos .type-fact-sheet .thumb:before,
.multimedia-kit .videos .type-fact-sheet .thumb:before,
.post-type-archive-photo .card-list .type-fact-sheet .thumb:before,
.post-type-archive-photo .slides .type-fact-sheet .thumb:before,
.post-type-archive-video .type-fact-sheet .thumb:before,
.search-results .type-fact-sheet .thumb:before,
.page-media-folder .type-fact-sheet .thumb:before {
  content: "\e607"; }

.newsroomicons-multimediakit:before, .related-media .type-multimedia_kit .icon:before, .type-video .entry-content .type-multimedia_kit .icon:before, .sidebar .widget .type-multimedia_kit .icon:before, .featured-videos .type-multimedia_kit .icon:before, .multimedia-kit .videos .type-multimedia_kit .icon:before, .post-type-archive-photo .card-list .type-multimedia_kit .icon:before, .post-type-archive-photo .slides .type-multimedia_kit .icon:before, .post-type-archive-video .type-multimedia_kit .icon:before, .search-results .type-multimedia_kit .icon:before, .page-media-folder .type-multimedia_kit .icon:before,
.related-media .type-multimedia_kit .thumb:before,
.type-video .entry-content .type-multimedia_kit .thumb:before,
.sidebar .widget .type-multimedia_kit .thumb:before,
.featured-videos .type-multimedia_kit .thumb:before,
.multimedia-kit .videos .type-multimedia_kit .thumb:before,
.post-type-archive-photo .card-list .type-multimedia_kit .thumb:before,
.post-type-archive-photo .slides .type-multimedia_kit .thumb:before,
.post-type-archive-video .type-multimedia_kit .thumb:before,
.search-results .type-multimedia_kit .thumb:before,
.page-media-folder .type-multimedia_kit .thumb:before {
  content: "\e608"; }

.newsroomicons-mediafolder:before {
  content: "\e609"; }

.newsroomicons-plus:before, .search .widget_search_filter .widget-body .show-hide.collapsed .icon:before,
.search .widget_search_type .widget-body .show-hide.collapsed .icon:before {
  content: "\e60a"; }

.newsroomicons-minus:before, .search .widget_search_filter .widget-body .show-hide .icon:before,
.search .widget_search_type .widget-body .show-hide .icon:before {
  content: "\e61d"; }

.newsroomicons-download:before {
  content: "\e60b"; }

.newsroomicons-print:before {
  content: "\e60c"; }

.newsroomicons-delete:before {
  content: "\e60d"; }

.newsroomicons-share:before {
  content: "\e60e"; }

.newsroomicons-play:before, .related-media .type-video .thumb:before, .type-video .entry-content .type-video .thumb:before, .sidebar .widget .type-video .thumb:before, .featured-videos .type-video .thumb:before, .multimedia-kit .videos .type-video .thumb:before, .post-type-archive-photo .card-list .type-video .thumb:before, .post-type-archive-photo .slides .type-video .thumb:before, .post-type-archive-video .type-video .thumb:before, .search-results .type-video .thumb:before, .page-media-folder .type-video .thumb:before {
  content: "\e60f"; }

.newsroomicons-facebook:before {
  content: "\e610"; }

.newsroomicons-twitter:before {
  content: "\e611"; }

.newsroomicons-rss:before {
  content: "\e612"; }

.newsroomicons-checkbox:before {
  content: "\e613"; }

.newsroomicons-checkbox-checked:before {
  content: "\e614"; }

.newsroomicons-checkmark:before, .search .widget_search_filter .widget-body input[type=checkbox]:checked + .check:before,
.search .widget_search_type .widget-body input[type=checkbox]:checked + .check:before {
  content: "\e61e"; }

.newsroomicons-arrow-down:before, .caret:before {
  content: "\e615"; }

.newsroomicons-arrow-up:before {
  content: "\e616"; }

.newsroomicons-arrow-right:before {
  content: "\e617"; }

.newsroomicons-arrow-left:before {
  content: "\e618"; }

.newsroomicons-chevron-down:before, .search .widget_search_filter h3.collapsed .icon:before,
.search .widget_search_type h3.collapsed .icon:before {
  content: "\e619"; }

.newsroomicons-chevron-up:before, .search .widget_search_filter h3 .icon:before,
.search .widget_search_type h3 .icon:before {
  content: "\e61a"; }

.newsroomicons-chevron-right:before {
  content: "\e61b"; }

.newsroomicons-chevron-left:before {
  content: "\e61c"; }

.newsroomicons-remove:before {
  content: "\e61f"; }

.newsroomicons-filter:before {
  content: "\e620"; }

.newsroomicons-translate:before {
  content: "\e621"; }

.newsroomicons-warning:before {
  content: "\e900"; }

.caret {
  border: none;
  height: 14px;
  font-size: 12px;
  width: 14px; }
  .bootstrap-select.btn-group .btn .caret {
    position: relative;
    top: 0;
    left: 0;
    margin: 0; }

.related-media .thumb:before, .type-video .entry-content .thumb:before, .sidebar .widget .thumb:before, .featured-videos .thumb:before, .multimedia-kit .videos .thumb:before, .post-type-archive-photo .card-list .thumb:before, .post-type-archive-photo .slides .thumb:before, .post-type-archive-video .thumb:before, .search-results .thumb:before, .page-media-folder .thumb:before, .type-video .entry-content .video-container:before {
  border-radius: 50%;
  font-size: 16px;
  font-size: 1.6rem;
  background-color: #999;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  height: 30px;
  left: 10px;
  line-height: 30px;
  position: absolute;
  text-align: center;
  top: 10px;
  width: 30px; }

#masthead {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  background: #fff;
  padding: 12px 0 30px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 112px;
  z-index: 1000; }
  @media (min-width: 61.25em) {
    #masthead {
      height: 122px; }
      #masthead .navbar-nav {
        margin-top: 10px; } }
  .admin-bar #masthead {
    top: 32px; }
  #masthead .container, #masthead section.content {
    position: relative; }
  #masthead h1 {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    bottom: -3px;
    height: 39px;
    margin: 0;
    position: absolute;
    width: 259px;
    background-image: url('../img/logo.png'); }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      #masthead h1 {
        background-image: url('../img/logo@2x.png');
        background-size: 259px 39px; } }
  @media (min-width: 0) and (max-width: 979px) {
    #masthead li.current_page_item a,
    #masthead li.current-menu-item a {
      font-weight: bold; } }
  @media (min-width: 980px) {
    #masthead li.current_page_item a,
    #masthead li.current-menu-item a {
      color: #0095d2; } }
  #masthead a {
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    color: #333539; }
    #masthead a:hover {
      background: transparent;
      color: #0095d2; }
    #masthead a:focus {
      outline: none; }
  #masthead #desktop-search {
    max-width: 25%;
    margin-left: 15px;
    display: none; }
    @media (min-width: 768px) {
      #masthead #desktop-search {
        display: block; } }
  @media (min-width: 768px) {
    #masthead #tablet-search {
      display: none !important; }
      #masthead #tablet-search.in {
        display: block !important; } }
  @media (min-width: 48em) and (max-width: 61.1875em) {
    #masthead #topnav-menu {
      display: none !important; }
      #masthead #topnav-menu.in {
        display: block !important; } }
  #masthead .search-form input[type=search] {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0px none;
    border-left: 1px solid #ebebeb;
    font-size: 16px; }
    @media (min-width: 61.25em) {
      #masthead .search-form input[type=search] {
        font-size: 12px; } }
  #masthead .search-form .bootstrap-select.form-control {
    height: 100%; }
    #masthead .search-form .bootstrap-select.form-control .selectpicker {
      width: auto; }
      #masthead .search-form .bootstrap-select.form-control .selectpicker .filter-option {
        width: auto; }
  #masthead .search-form .newsroomicons-search {
    vertical-align: middle; }
  #masthead .search-form .input-group-sm .btn {
    height: 30px; }
  #masthead .navbar {
    border-radius: 0;
    border: 0px none;
    margin: 0;
    min-height: 0; }
    @media (min-width: 48em) and (max-width: 61.1875em) {
      #masthead .navbar {
        min-height: 30px; } }
    #masthead .navbar a.profile-link {
      padding: 0;
      display: inline-block; }
  #masthead .navbar-toggle {
    border-radius: 5px 5px 0 0;
    background: #1b7395;
    border: 0px none;
    color: #fff;
    margin-bottom: 0;
    margin-top: -5px;
    min-height: 45px;
    text-shadow: none;
    width: 44px; }
    @media (min-width: 980px) {
      #masthead .navbar-toggle {
        margin-top: 8px; } }
    #masthead .navbar-toggle .icon-bar {
      background: #fff;
      height: 4px; }
      #masthead .navbar-toggle .icon-bar.top-bar {
        margin-top: -5px; }
    #masthead .navbar-toggle .newsroomicons-search {
      font-size: 18px;
      font-size: 1.8rem;
      font-weight: 700; }
    #masthead .navbar-toggle.collapsed {
      border-radius: 5px;
      background: #6d7c8a;
      padding: 8px 10px;
      margin-bottom: 5px;
      min-height: 40px; }
      #masthead .navbar-toggle.collapsed .top-bar {
        margin-top: 0; }
    @media (min-width: 48em) and (max-width: 61.1875em) {
      #masthead .navbar-toggle {
        display: block; } }
  #masthead .navbar-collapse {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-top: 0px none; }
    #masthead .navbar-collapse.collapse {
      overflow: hidden; }
      #masthead .navbar-collapse.collapse.in {
        overflow: visible; }
  #masthead .navbar-brand {
    font-size: 12px;
    font-size: 1.2rem;
    color: #696969;
    font-weight: 300;
    padding-left: 0;
    padding-top: 3px; }
  #masthead .navbar-login {
    margin: 7px 40px 5px 40px; }
    #masthead .navbar-login li {
      border-left: 1px solid #333539; }
      #masthead .navbar-login li:first-child {
        border-left: 0px none; }
    #masthead .navbar-login a {
      margin-top: -1px;
      padding: 0 5px; }
  #masthead #topnav-menu {
    font-size: 18px;
    font-size: 1.8rem;
    clear: right;
    float: right; }
    #masthead #topnav-menu a {
      padding: 5px 15px; }
  #masthead .media-folder-link {
    display: inline-block;
    padding: 0; }
  #masthead .newsroomicons-mediafolder {
    font-size: 16px;
    font-size: 1.6rem;
    color: #0095d2;
    vertical-align: top; }
  #masthead .media-folder-count {
    display: inline-block;
    border-radius: 8px;
    background-color: #333539;
    color: #fff;
    height: 16px;
    line-height: 16px;
    text-align: center;
    vertical-align: baseline;
    width: auto;
    padding: 0 5px; }
  @media (min-width: 48em) and (max-width: 61.1875em) {
    #masthead {
      height: 112px; }
      #masthead h1 {
        bottom: 3px; }
      #masthead .other-newsrooms {
        margin-left: 45px; }
      #masthead .container-fluid {
        padding-left: 0;
        padding-right: 0; }
      #masthead .container, #masthead section.content {
        width: 100%; }
      #masthead .navbar-brand {
        margin-left: 0; }
      #masthead .navbar:before, #masthead .navbar:after {
        content: " ";
        display: table; }
      #masthead .navbar:after {
        clear: both; } }
  @media (max-width: 47.9375em) {
    #masthead h1 {
      width: 175px;
      height: 28px;
      background-size: 100%;
      bottom: 10px;
      background-image: url('../img/logo.png'); } }
  @media only screen and (max-width: 47.9375em) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 47.9375em) and (min--moz-device-pixel-ratio: 2), only screen and (max-width: 47.9375em) and (min-device-pixel-ratio: 2), only screen and (max-width: 47.9375em) and (min-resolution: 192dpi), only screen and (max-width: 47.9375em) and (min-resolution: 2dppx) {
    #masthead h1 {
      background-image: url('../img/logo@2x.png');
      background-size: 175px 28px; } }
  @media (max-width: 47.9375em) {
    .admin-bar #masthead {
      top: 0; } }
  @media (min-width: 0px) and (max-width: 979px) {
    #masthead .container-fluid {
      margin-left: 0;
      margin-right: 0;
      padding-right: 0; }
    #masthead .navbar-toggle:first-child {
      margin-right: 0; }
    #masthead .navbar-collapse {
      -webkit-box-sizing: content-box;
      box-sizing: content-box;
      background: #1b7395;
      position: absolute;
      margin-left: -10px;
      top: 100%;
      left: 0;
      width: 100%;
      z-index: 1999; }
      #masthead .navbar-collapse > ul,
      #masthead .navbar-collapse > form {
        padding: 10px; }
      #masthead .navbar-collapse a {
        color: #fff; }
      #masthead .navbar-collapse .dropdown-menu a {
        color: #333539; }
    #masthead .navbar-header {
      float: left; }
    #masthead .navbar-login {
      float: right;
      margin-right: 0; }
      #masthead .navbar-login li {
        float: left; } }

#theme-banner {
  overflow: hidden; }
  #theme-banner img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto; }

@media (max-width: 47.9375em) {
  #wpadminbar {
    display: none; } }

section.content {
  background: #fff;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px; }
  section.content h2 {
    font-weight: 500; }
    section.content h2 small a {
      color: #94a3b6;
      font-weight: 500; }
    section.content h2:first-child {
      margin-bottom: 30px; }
  section.content .page-title {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 400; }
    section.content .page-title .glyphicon, section.content .page-title .related-media .icon, .related-media section.content .page-title .icon, section.content .page-title .type-video .entry-content .icon, .type-video .entry-content section.content .page-title .icon, section.content .page-title .sidebar .widget .icon, .sidebar .widget section.content .page-title .icon, section.content .page-title .featured-videos .icon, .featured-videos section.content .page-title .icon, section.content .page-title .multimedia-kit .videos .icon, .multimedia-kit .videos section.content .page-title .icon, section.content .page-title .post-type-archive-photo .card-list .icon, .post-type-archive-photo .card-list section.content .page-title .icon, section.content .page-title .post-type-archive-photo .slides .icon, .post-type-archive-photo .slides section.content .page-title .icon, section.content .page-title .post-type-archive-video .icon, .post-type-archive-video section.content .page-title .icon, section.content .page-title .search-results .icon, .search-results section.content .page-title .icon, section.content .page-title .page-media-folder .icon, .page-media-folder section.content .page-title .icon, section.content .page-title .related-media .thumb:before, .related-media section.content .page-title .thumb:before, section.content .page-title .type-video .entry-content .thumb:before, .type-video .entry-content section.content .page-title .thumb:before, section.content .page-title .sidebar .widget .thumb:before, .sidebar .widget section.content .page-title .thumb:before, section.content .page-title .featured-videos .thumb:before, .featured-videos section.content .page-title .thumb:before, section.content .page-title .multimedia-kit .videos .thumb:before, .multimedia-kit .videos section.content .page-title .thumb:before, section.content .page-title .post-type-archive-photo .card-list .thumb:before, .post-type-archive-photo .card-list section.content .page-title .thumb:before, section.content .page-title .post-type-archive-photo .slides .thumb:before, .post-type-archive-photo .slides section.content .page-title .thumb:before, section.content .page-title .post-type-archive-video .thumb:before, .post-type-archive-video section.content .page-title .thumb:before, section.content .page-title .search-results .thumb:before, .search-results section.content .page-title .thumb:before, section.content .page-title .page-media-folder .thumb:before, .page-media-folder section.content .page-title .thumb:before, section.content .page-title .type-video .entry-content .video-container:before, .type-video .entry-content section.content .page-title .video-container:before, section.content .page-title .search .widget_search_filter .widget-body .check, .search .widget_search_filter .widget-body section.content .page-title .check,
    section.content .page-title .search .widget_search_type .widget-body .check, .search .widget_search_type .widget-body section.content .page-title .check, section.content .page-title .search .widget_search_filter .widget-body .show-hide .icon, .search .widget_search_filter .widget-body .show-hide section.content .page-title .icon,
    section.content .page-title .search .widget_search_type .widget-body .show-hide .icon, .search .widget_search_type .widget-body .show-hide section.content .page-title .icon {
      color: #1b7395; }
  @media (min-width: 768px) {
    section.content {
      border-radius: 10px;
      margin: 20px auto; } }

.has-error .form-control {
  background: #f2dede; }

.card-list {
  list-style: none;
  margin: 0;
  padding: 0; }
  .card-list li {
    display: inline-block; }

.card {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  background-color: #fff;
  word-break: break-word;
  margin: 0 18px 10px 2px;
  position: relative; }
  .card a {
    color: #333539; }
    .card a:hover {
      text-decoration: none; }
  .card .details {
    padding: 15px;
    position: relative; }
    .card .details h3, .card .details h4 {
      font-size: 13px;
      font-size: 1.3rem;
      line-height: 16px;
      font-weight: 600;
      margin: 0;
      max-height: 47px;
      overflow: hidden; }
      .headlines .card .details h3, .headlines .card .details h4 {
        font-size: 17px;
        font-size: 1.7rem;
        line-height: 18px;
        max-height: 54px; }
    .card .details p {
      font-size: 15px;
      font-size: 1.5rem;
      color: #696969;
      font-weight: 300;
      line-height: 21px;
      margin: 10px 0 0;
      max-height: 63px;
      overflow: hidden; }
      .card .details p a {
        color: #696969; }

.headlines .flexslider .card.has-excerpt:after, .featured.slideshow-container .flexslider .slide .card.has-excerpt:after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(85%, white));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 85%);
  bottom: 15px;
  content: '';
  height: 25px;
  left: 0;
  position: absolute;
  width: 100%; }

.carousel-row {
  margin-right: -20px;
  margin-left: -20px;
  overflow: hidden; }

.slideshow-container {
  padding: 10px 20px 30px; }
  .slideshow-container:before, .slideshow-container:after {
    content: " ";
    display: table; }
  .slideshow-container:after {
    clear: both; }
  [class*=col-] .slideshow-container {
    padding: 10px 10px 30px; }
  .slideshow-container h2 {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 20px;
    margin-left: -10px; }

body .flexslider {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
  border: 0px none;
  margin: 0; }
  body .flexslider a:hover {
    text-decoration: none; }
  body .flexslider .caption {
    background: #777;
    background: rgba(0, 0, 0, 0.5);
    bottom: 0;
    color: #fff;
    padding: 20px 20px 50px;
    position: absolute;
    text-align: center;
    width: 100%; }
    body .flexslider .caption h3 {
      font-size: 19px;
      font-size: 1.9rem;
      color: #fff; }
    body .flexslider .caption p {
      margin: 0; }
    @media (max-width: 47.9375em) {
      body .flexslider .caption {
        background: #000;
        padding: 15px 20px 10px;
        position: static; }
        body .flexslider .caption p {
          display: none; } }
  body .flexslider .flex-control-nav {
    bottom: 15px;
    z-index: 100; }
    body .flexslider .flex-control-nav li {
      vertical-align: middle; }
      body .flexslider .flex-control-nav li a {
        border-radius: 50%;
        background: transparent;
        border: 1px solid #fff; }
        body .flexslider .flex-control-nav li a.flex-active {
          -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
          box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
          background: #80ae46;
          border: 2px solid #fff;
          height: 24px;
          width: 24px; }
    @media (max-width: 47.9375em) {
      body .flexslider .flex-control-nav {
        background: #000;
        padding: 0 0 10px;
        position: static; } }
  body .flexslider .flex-viewport {
    margin: 0 60px; }
    @media (max-width: 47.9375em) {
      body .flexslider .flex-viewport {
        margin: 0 10px; } }
    body .flexslider .flex-viewport:after {
      background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(80%, white));
      background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 80%);
      content: '';
      height: 100%;
      position: absolute;
      right: 0;
      top: 0;
      width: 20px; }
  body .flexslider .flex-direction-nav a {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ebf6fc));
    background-image: linear-gradient(to bottom, #fff 0%, #ebf6fc 100%);
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    color: transparent;
    font: 0/0 a;
    height: 100px;
    margin: -50px 0 0;
    opacity: 1;
    text-align: center;
    top: 50%;
    width: 24px; }
    body .flexslider .flex-direction-nav a:before {
      font-size: 16px;
      font-size: 1.6rem;
      color: #94a3b6;
      line-height: 1;
      position: relative;
      top: 42px; }
  body .flexslider .flex-direction-nav .flex-prev {
    left: 0; }
    @media (min-width: 0) and (max-width: 980px) {
      body .flexslider .flex-direction-nav .flex-prev {
        left: -22px; } }
  body .flexslider .flex-direction-nav .flex-next {
    right: 0; }
    @media (min-width: 0) and (max-width: 980px) {
      body .flexslider .flex-direction-nav .flex-next {
        right: -22px; } }

.featured .flexslider .flex-viewport:after {
  background-image: none; }
  @media (min-width: 0) and (max-width: 1199px) {
    .featured .flexslider .flex-viewport:after {
      background-image: -webkit-gradient(linear, left top, right top, from(rgba(235, 246, 252, 0)), color-stop(80%, #ebf6fc));
      background-image: linear-gradient(to right, rgba(235, 246, 252, 0) 0%, #ebf6fc 80%); } }

.headlines h2 {
  margin-left: 0; }

.headlines .flexslider .flex-direction-nav {
  display: none; }
  .headlines .flexslider .flex-direction-nav a {
    background: #fff; }
  .headlines .flexslider .flex-direction-nav .flex-prev {
    left: 15px; }
  .headlines .flexslider .flex-direction-nav .flex-next {
    right: 15px; }
  @media (min-width: 980px) {
    .headlines .flexslider .flex-direction-nav {
      display: block; } }

.headlines .flexslider .card.has-excerpt {
  max-height: 304px;
  overflow: hidden; }
  .headlines .flexslider .card.has-excerpt:after {
    bottom: 0; }

.headlines .flexslider .flex-viewport:after {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(235, 246, 252, 0)), color-stop(80%, #ebf6fc));
  background-image: linear-gradient(to right, rgba(235, 246, 252, 0) 0%, #ebf6fc 80%); }

@media (max-width: 47.9375em) {
  .headlines .flexslider .flex-viewport {
    margin: 0; } }

@media (min-width: 61.25em) {
  .feature-slideshow .flexslider img {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px; } }

.feature-slideshow .flexslider .slides li {
  max-height: 500px; }

@media (max-width: 47.9375em) {
  .feature-slideshow .flexslider .slides {
    background: #000; } }

.feature-slideshow .flexslider .flex-direction-nav a {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: rgba(0, 0, 0, 0.5);
  height: 50px;
  margin: -25px 10px 0;
  top: 50%;
  width: 50px; }
  .feature-slideshow .flexslider .flex-direction-nav a:before {
    font-size: 28px;
    font-size: 2.8rem;
    text-shadow: none;
    color: #fff;
    top: 11px; }

@media (max-width: 47.9375em) {
  .feature-slideshow .flexslider .flex-direction-nav {
    display: none; } }

.featured .flex-direction-nav {
  height: 30px;
  position: relative;
  text-align: center; }
  .featured .flex-direction-nav li {
    display: inline-block; }
    .featured .flex-direction-nav li a {
      height: auto;
      margin-top: 10px;
      padding: 5px 40px;
      position: static;
      width: auto; }
      .featured .flex-direction-nav li a:before {
        position: static; }
    .featured .flex-direction-nav li .flex-prev {
      margin-right: 10px; }

.featured.slideshow-container .flexslider .flex-viewport {
  margin: 20px 0 0; }

.featured.slideshow-container .flexslider .slide {
  margin-bottom: 5px;
  margin-right: 20px; }

.featured .tab-pane .flexslider .flex-viewport {
  margin: 20px 0 0; }

.featured .tab-pane .flexslider .slide {
  margin-bottom: 5px;
  margin-right: 10px; }

body .gallery .entry-content,
body .multimedia-kit-album .entry-content {
  border-radius: 10px;
  background: #000;
  color: #fff;
  padding: 20px; }
  body .gallery .entry-content .slides li,
  body .multimedia-kit-album .entry-content .slides li {
    position: relative; }
  body .gallery .entry-content .gallery-count,
  body .multimedia-kit-album .entry-content .gallery-count {
    margin: 0 0 10px 60px; }
  body .gallery .entry-content .flex-viewport:after,
  body .multimedia-kit-album .entry-content .flex-viewport:after {
    display: none; }
  body .gallery .entry-content .flex-direction-nav a,
  body .multimedia-kit-album .entry-content .flex-direction-nav a {
    background: transparent;
    height: 100%;
    top: 0;
    margin-top: 0; }
    body .gallery .entry-content .flex-direction-nav a:before,
    body .multimedia-kit-album .entry-content .flex-direction-nav a:before {
      font-size: 30px;
      font-size: 3rem;
      color: #fff;
      margin-top: -15px;
      text-shadow: none;
      top: 50%; }
  body .gallery .entry-content #gallery .title,
  body .multimedia-kit-album .entry-content #gallery .title {
    background-color: #333;
    bottom: 0;
    padding: 10px;
    text-align: center;
    width: 100%; }
    body .gallery .entry-content #gallery .title h3,
    body .multimedia-kit-album .entry-content #gallery .title h3 {
      font-size: 12px;
      font-size: 1.2rem;
      color: #fff;
      font-weight: 400;
      margin: 0; }
    @media (min-width: 1200px) {
      body .gallery .entry-content #gallery .title,
      body .multimedia-kit-album .entry-content #gallery .title {
        position: absolute;
        background-color: rgba(0, 0, 0, 0.8); } }
  body .gallery .entry-content #gallery iframe + .title,
  body .multimedia-kit-album .entry-content #gallery iframe + .title {
    display: none; }
  body .gallery .entry-content #gallery .tools,
  body .multimedia-kit-album .entry-content #gallery .tools {
    border-radius: 0;
    margin: 0; }
  @media (min-width: 1200px) {
    body .gallery .entry-content #gallery .tools,
    body .multimedia-kit-album .entry-content #gallery .tools {
      border-radius: 10px;
      -webkit-transition: all 0.5s;
      transition: all 0.5s;
      background: rgba(0, 149, 210, 0.75);
      opacity: 0;
      margin: -20px 15% 0;
      position: absolute;
      top: 50%;
      width: 70%; }
    body .gallery .entry-content #gallery li:hover .tools,
    body .multimedia-kit-album .entry-content #gallery li:hover .tools {
      opacity: .999; } }
  body .gallery .entry-content #thumbnails,
  body .multimedia-kit-album .entry-content #thumbnails {
    padding-top: 15px; }
    body .gallery .entry-content #thumbnails li,
    body .multimedia-kit-album .entry-content #thumbnails li {
      -webkit-box-shadow: inset 0 0 0 -1px rgba(0, 0, 0, 0.25);
      box-shadow: inset 0 0 0 -1px rgba(0, 0, 0, 0.25);
      border: 4px solid transparent;
      width: 53px !important; }
    body .gallery .entry-content #thumbnails .flex-active-slide,
    body .multimedia-kit-album .entry-content #thumbnails .flex-active-slide {
      border-color: #0095d2; }
  body .gallery .entry-content #cutlines li,
  body .multimedia-kit-album .entry-content #cutlines li {
    padding: 0 10px 10px; }
  @media (min-width: 0) and (max-width: 980px) {
    body .gallery .entry-content .gallery-count,
    body .multimedia-kit-album .entry-content .gallery-count {
      margin: 0 0 0 10px; }
    body .gallery .entry-content .flexslider .flex-viewport,
    body .multimedia-kit-album .entry-content .flexslider .flex-viewport {
      margin: 0 10px; }
    body .gallery .entry-content .flex-direction-nav a,
    body .multimedia-kit-album .entry-content .flex-direction-nav a {
      -webkit-box-shadow: none;
      box-shadow: none; } }
  @media (max-width: 47.9375em) {
    body .gallery .entry-content,
    body .multimedia-kit-album .entry-content {
      margin-left: -20px;
      margin-right: -20px;
      padding: 0;
      border-radius: 0; }
      body .gallery .entry-content .gallery-count,
      body .multimedia-kit-album .entry-content .gallery-count {
        background: #333;
        padding: 10px 20px;
        margin: 0;
        margin-left: 0; }
      body .gallery .entry-content .flex-direction-nav a,
      body .multimedia-kit-album .entry-content .flex-direction-nav a {
        -webkit-box-shadow: none;
        box-shadow: none; } }

@media (max-width: 47.9375em) {
  .post-type-gallery {
    overflow: hidden; } }

article {
  margin: 0 10px 0 15px; }
  @media (max-width: 47.9375em) {
    article {
      margin: 0; } }
  article header {
    margin-top: 30px; }
  article h2, article h3, article h4, article h5, article h6 {
    clear: none;
    font-weight: 400;
    margin: 25px 0; }
  article .entry-categories {
    font-size: 14px;
    font-size: 1.4rem;
    color: #c6c6c6;
    font-style: italic; }
    article .entry-categories a {
      color: #c6c6c6; }
  article .attachment-container {
    margin-bottom: 20px; }
  article .entry-content {
    margin: 25px 0 10px; }
    article .entry-content .related-media {
      float: right;
      width: 160px; }
    @media (max-width: 47.9375em) {
      article .entry-content .related-media {
        float: none;
        width: 100%; } }

.tools {
  border-radius: 10px;
  font-size: 14px;
  font-size: 1.4rem;
  display: block;
  background-color: #0095d2;
  color: #fff;
  line-height: 1;
  margin: 20px -10px 0 -15px;
  padding: 12px 15px;
  text-align: center; }
  .tools:before, .tools:after {
    content: " ";
    display: table; }
  .tools:after {
    clear: both; }
  .tools ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .tools ul:before, .tools ul:after {
      content: " ";
      display: table; }
    .tools ul:after {
      clear: both; }
  .tools li {
    display: inline-block; }
  .tools a {
    color: #fff;
    display: block;
    padding: 5px; }
    .tools a:hover {
      color: #fff;
      text-decoration: underline; }
  .tools .dropdown-menu {
    padding: 8px 0;
    min-width: 100px; }
    .tools .dropdown-menu li {
      text-align: center;
      display: block;
      padding: 6px 8px; }
    .tools .dropdown-menu.share span {
      min-height: 22px; }
    .tools .dropdown-menu.translations {
      left: 22px;
      margin-top: 12px; }
      .tools .dropdown-menu.translations li {
        padding: 0px 8px; }
  .tools .glyphicon, .tools .related-media .icon, .related-media .tools .icon, .tools .type-video .entry-content .icon, .type-video .entry-content .tools .icon, .tools .sidebar .widget .icon, .sidebar .widget .tools .icon, .tools .featured-videos .icon, .featured-videos .tools .icon, .tools .multimedia-kit .videos .icon, .multimedia-kit .videos .tools .icon, .tools .post-type-archive-photo .card-list .icon, .post-type-archive-photo .card-list .tools .icon, .tools .post-type-archive-photo .slides .icon, .post-type-archive-photo .slides .tools .icon, .tools .post-type-archive-video .icon, .post-type-archive-video .tools .icon, .tools .search-results .icon, .search-results .tools .icon, .tools .page-media-folder .icon, .page-media-folder .tools .icon, .tools .related-media .thumb:before, .related-media .tools .thumb:before, .tools .type-video .entry-content .thumb:before, .type-video .entry-content .tools .thumb:before, .tools .sidebar .widget .thumb:before, .sidebar .widget .tools .thumb:before, .tools .featured-videos .thumb:before, .featured-videos .tools .thumb:before, .tools .multimedia-kit .videos .thumb:before, .multimedia-kit .videos .tools .thumb:before, .tools .post-type-archive-photo .card-list .thumb:before, .post-type-archive-photo .card-list .tools .thumb:before, .tools .post-type-archive-photo .slides .thumb:before, .post-type-archive-photo .slides .tools .thumb:before, .tools .post-type-archive-video .thumb:before, .post-type-archive-video .tools .thumb:before, .tools .search-results .thumb:before, .search-results .tools .thumb:before, .tools .page-media-folder .thumb:before, .page-media-folder .tools .thumb:before, .tools .type-video .entry-content .video-container:before, .type-video .entry-content .tools .video-container:before, .tools .search .widget_search_filter .widget-body .check, .search .widget_search_filter .widget-body .tools .check,
  .tools .search .widget_search_type .widget-body .check, .search .widget_search_type .widget-body .tools .check, .tools .search .widget_search_filter .widget-body .show-hide .icon, .search .widget_search_filter .widget-body .show-hide .tools .icon,
  .tools .search .widget_search_type .widget-body .show-hide .icon, .search .widget_search_type .widget-body .show-hide .tools .icon, .tools [class*='newsroomicon'] {
    font-size: 16px;
    font-size: 1.6rem;
    margin-right: 10px;
    vertical-align: text-top; }
  @media (min-width: 980px) {
    .tools {
      text-align: left; }
      .tools > ul > li {
        border-left: 1px solid rgba(255, 255, 255, 0.5); }
        .tools > ul > li:first-child, .tools > ul > li:last-child {
          border-left: 0px none; }
        .tools > ul > li:first-child a {
          padding-left: 0; }
        .tools > ul > li:last-child a {
          padding-right: 0; }
      .tools a {
        padding: 0 18px; } }
  @media (min-width: 768px) and (max-width: 980px) {
    .tools .dropdown-menu {
      right: auto;
      left: 0; } }
  @media (min-width: 0) and (max-width: 980px) {
    .tools li {
      text-align: left;
      float: none;
      display: block; }
    .tools .navbar-right {
      float: none !important; }
    .tools .dropdown-menu.translations {
      margin-top: 0; } }
  .modal-body .tools {
    margin: 10px 0 0 0; }
    @media (min-width: 61.25em) {
      .modal-body .tools > ul > li:last-child {
        border-left: 1px solid #fff;
        border-left: 1px solid rgba(255, 255, 255, 0.5); } }

.page-media-folder .tools.error-bar {
  background: #f8941d;
  margin-bottom: 0; }
  .page-media-folder .tools.error-bar strong {
    color: #fff;
    font-weight: 600; }
  .page-media-folder .tools.error-bar + .tools {
    background: #48525b;
    margin-top: 9px; }

.page-media-folder .tools .hide-me {
  display: none; }

.related-media {
  border-radius: 10px 10px 0 0;
  background-color: #ebf6fc;
  margin: 0 0 20px;
  padding-bottom: 10px; }
  .related-media > h3 {
    border-radius: 10px 10px 0 0;
    background-color: #c1def0;
    font-weight: 300;
    margin: 0;
    padding: 15px 10px; }
  .related-media ul {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0; }
  .related-media li {
    float: left;
    width: 50%; }
    .related-media li:nth-child(2n+1) {
      clear: left; }
  .related-media .card {
    margin: 15px 10px; }
  @media (min-width: 768px) {
    .related-media {
      float: right;
      margin: 0 0 10px 20px;
      max-width: 160px; }
      .related-media li {
        float: none;
        width: auto; } }

.type-video .entry-content .video-container {
  height: 0;
  margin-bottom: 25px;
  padding-bottom: 56.25%;
  position: relative;
  width: 100%; }
  .type-video .entry-content .video-container:before {
    right: 40px;
    top: 40px;
    left: unset;
    -webkit-transform: scale(2);
            transform: scale(2); }
  .type-video .entry-content .video-container iframe {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%; }

.paging {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 30px 0; }
  .paging p {
    color: #94a3b6; }
  .paging .page_nav .page-numbers {
    display: inline-block;
    color: #000;
    margin: 0 0 0 5px;
    vertical-align: middle; }
    .paging .page_nav .page-numbers:first-child {
      margin-left: 0; }
  .paging .page_nav .current {
    color: #0095d2;
    font-weight: 400; }
  .paging .page_nav .prev,
  .paging .page_nav .next {
    color: transparent;
    font: 0/0 a;
    width: 10px; }
    .paging .page_nav .prev:before,
    .paging .page_nav .next:before {
      display: inline-block;
      border-color: transparent;
      border-style: solid;
      border-width: 7px 10px;
      content: '';
      line-height: 1;
      position: relative; }
  .paging .page_nav .prev:before {
    border-right-color: #0095d2;
    left: -8px; }
  .paging .page_nav .next:before {
    border-left-color: #0095d2; }
  @media (min-width: 980px) {
    .paging .page_nav {
      text-align: right; } }

.sidebar {
  margin-top: 30px;
  padding: 0 30px; }
  @media (max-width: 47.9375em) {
    .sidebar {
      padding: 0; } }
  .sidebar h1, .sidebar h3 {
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 400; }
  .sidebar .widget {
    margin-bottom: 30px; }
    .sidebar .widget ul {
      list-style: none;
      margin: 0;
      padding: 0; }
    .sidebar .widget li {
      font-size: 16px;
      font-size: 1.6rem;
      font-weight: 400; }
      .sidebar .widget li a {
        color: #333539;
        line-height: 1.5;
        display: block;
        padding: 5px 10px; }
    .sidebar .widget a.view-all {
      font-size: 16px;
      font-size: 1.6rem;
      clear: both;
      color: #94a3b6;
      display: block;
      padding: 10px 10px 20px; }
      .sidebar .widget a.view-all:hover {
        text-decoration: none; }
        .sidebar .widget a.view-all:hover span {
          text-decoration: underline; }
      .sidebar .widget a.view-all:after {
        content: '\e61b';
        font-family: 'newsroomicons';
        padding-left: 10px; }
  .sidebar #archives li a, .sidebar .show-borders li a {
    border-bottom: 2px solid rgba(0, 0, 0, 0.05); }
  .sidebar .widget_featured_media .nav-tabs {
    border-radius: 10px 10px 0 0;
    background: #0095d2;
    border: 0px none;
    padding: 7px 10px 0;
    width: 100%; }
    .sidebar .widget_featured_media .nav-tabs li {
      width: 50%; }
      .sidebar .widget_featured_media .nav-tabs li a {
        width: 100%;
        text-align: center;
        font-size: 18px;
        font-size: 1.8rem;
        background: transparent;
        border: 0px none;
        color: #fff;
        line-height: 1;
        padding: 10px 0; }
      .sidebar .widget_featured_media .nav-tabs li.active a {
        background: #fff;
        color: #333539; }
  .sidebar .widget_featured_media .tab-pane ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .sidebar .widget_featured_media .tab-pane li {
    float: left;
    padding: 10px;
    width: 50%; }
    .sidebar .widget_featured_media .tab-pane li a {
      padding: 0; }
  .sidebar .widget_featured_media .card {
    margin: 0; }

.sidebar .widget_related_links li a:hover, .sidebar .show-arrows li a:hover {
  text-decoration: none; }
  .sidebar .widget_related_links li a:hover span, .sidebar .show-arrows li a:hover span {
    text-decoration: underline; }

.sidebar .widget_related_links li a:after, .sidebar .show-arrows li a:after {
  color: #94a3b6;
  content: '\e61b';
  font-family: 'newsroomicons';
  font-size: 1.2rem;
  padding-left: 10px; }

.sidebar .widget_featured_media .contents, .search .widget_search_filter,
.search .widget_search_type {
  border-radius: 10px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25); }

footer[role=contentinfo] {
  background: #fff;
  color: #000;
  padding-top: 40px; }
  footer[role=contentinfo] .parks-logo {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    background-image: url('../img/disney-parks.png');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    display: inline-block;
    height: 36px;
    width: 148px; }
    @media (min--moz-device-pixel-ratio: 1.3), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
      footer[role=contentinfo] .parks-logo {
        background-image: url('../img/disney-parks@2x.png');
        background-size: 148px 36px; } }
  footer[role=contentinfo] .navbar-nav li ul {
    display: none; }
  footer[role=contentinfo] h3 {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    margin: 35px 0 25px; }
  footer[role=contentinfo] ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  footer[role=contentinfo] li {
    font-size: 12px;
    font-size: 1.2rem; }
  footer[role=contentinfo] p {
    padding: 15px 0; }
  footer[role=contentinfo] a {
    color: #000; }
    footer[role=contentinfo] a:hover {
      background: none; }
  footer[role=contentinfo] .legal {
    margin: 60px 0; }
    footer[role=contentinfo] .legal li {
      display: inline-block;
      border-left: 1px solid #333539;
      padding: 0 8px; }
      footer[role=contentinfo] .legal li:first-child {
        border-left: 0px none; }
  @media (max-width: 47.9375em) {
    footer[role=contentinfo] {
      border-top: 1px solid #c6c6c6;
      padding-left: 10px;
      padding-right: 10px;
      padding-top: 20px; }
      footer[role=contentinfo] .text-right {
        text-align: left; } }
  @media (min-width: 48em) and (max-width: 61.1875em) {
    footer[role=contentinfo] .text-right {
      text-align: left; } }

footer [class^="newsroomicons-"], footer [class*=" newsroomicons-"] {
  display: block;
  line-height: 17px; }
  footer [class^="newsroomicons-"]:before, footer [class*=" newsroomicons-"]:before {
    color: #0095d2;
    float: left;
    margin-right: 6px;
    font-size: 16px;
    font-size: 1.6rem; }
  footer [class^="newsroomicons-"] a, footer [class*=" newsroomicons-"] a {
    font-size: 12px;
    font-size: 1.2rem;
    font-family: 'Signika', sans-serif;
    font-weight: 300; }

footer .newsroomicons-facebook:before {
  color: #3c5b9a; }

footer .newsroomicons-twitter:before {
  color: #21adec; }

.headlines {
  background-color: #ebf6fc;
  margin: 0 -20px; }

.flexslider-news .slides img {
  max-width: 100%; }

.multimedia-kit-overview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #ebf6fc;
  padding: 15px;
  border-radius: 15px;
  margin-bottom: 10px; }
  .multimedia-kit-overview:before, .multimedia-kit-overview:after {
    content: " ";
    display: table; }
  .multimedia-kit-overview:after {
    clear: both; }
  @media (min-width: 980px) {
    .multimedia-kit-overview {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }
  .multimedia-kit-overview h3 {
    margin-top: 15px;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 500; }
    .multimedia-kit-overview h3 a {
      color: #333539; }
  .multimedia-kit-overview ul {
    margin: 13px 10px 0 40px;
    list-style: none; }
  .multimedia-kit-overview li {
    font-size: 15px;
    font-size: 1.5rem;
    margin-bottom: 15px;
    position: relative; }
    .multimedia-kit-overview li a {
      color: #333539;
      font-weight: 400; }
  @media (min-width: 980px) {
    .multimedia-kit-overview .thumb {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 150px;
              flex: 0 0 150px;
      padding-right: 10px; } }
  @media (min-width: 980px) {
    .multimedia-kit-overview .details {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      padding-left: 10px; } }
  .multimedia-kit-overview .child-kits {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 20px 0 0 15px; }
    @media (min-width: 61.25em) {
      .multimedia-kit-overview .child-kits {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; } }
    .multimedia-kit-overview .child-kits li {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
      @media (min-width: 61.25em) {
        .multimedia-kit-overview .child-kits li {
          -webkit-box-flex: 0;
              -ms-flex: 0 1 48%;
                  flex: 0 1 48%; } }
    .multimedia-kit-overview .child-kits .media-left img {
      border-radius: 50%;
      border: 1px solid #bfbfbf;
      width: 75px;
      height: auto; }
  .multimedia-kit-overview .child-kit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .multimedia-kit-overview .media-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .multimedia-kit-overview .media-body {
    margin: auto 0 auto 10px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    .multimedia-kit-overview .media-body h4 {
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 1.25; }

.multimedia-kit .multimedia-kit-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media (min-width: 980px) {
    .multimedia-kit .multimedia-kit-detail {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }
  @media (min-width: 980px) {
    .multimedia-kit .multimedia-kit-detail .thumb {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 260px;
              flex: 0 0 260px;
      padding-right: 20px; } }
  .multimedia-kit .multimedia-kit-detail .filter-column {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  .multimedia-kit .multimedia-kit-detail .filter {
    margin-top: 20px;
    float: right; }
  .multimedia-kit .multimedia-kit-detail .dropdown-toggle {
    max-width: 165px;
    padding-right: 25px;
    overflow: hidden;
    text-overflow: ellipsis; }
    .multimedia-kit .multimedia-kit-detail .dropdown-toggle .caret {
      position: absolute;
      right: 5px;
      top: 50%;
      margin-top: -5px; }
  .multimedia-kit .multimedia-kit-detail .dropdown-menu {
    margin: 2px 0 0;
    left: auto;
    right: 0; }
    .multimedia-kit .multimedia-kit-detail .dropdown-menu li {
      margin: 0;
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 20px; }
    .multimedia-kit .multimedia-kit-detail .dropdown-menu a {
      white-space: nowrap;
      max-width: calc(100vw - 60px);
      overflow: hidden;
      text-overflow: ellipsis; }
      @media (min-width: 768px) {
        .multimedia-kit .multimedia-kit-detail .dropdown-menu a {
          max-width: 400px; } }
  .multimedia-kit .multimedia-kit-detail .filter-by-topic {
    clear: both;
    padding-top: 15px; }
    .multimedia-kit .multimedia-kit-detail .filter-by-topic h3 {
      font-size: 18px;
      font-size: 1.8rem;
      color: #94a3b6;
      font-weight: 300;
      line-height: 1;
      vertical-align: middle; }
    .multimedia-kit .multimedia-kit-detail .filter-by-topic ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin: 8px 0 0 8px; }
      @media (min-width: 980px) {
        .multimedia-kit .multimedia-kit-detail .filter-by-topic ul {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row; } }
      .multimedia-kit .multimedia-kit-detail .filter-by-topic ul li {
        list-style: none; }
        @media (min-width: 980px) {
          .multimedia-kit .multimedia-kit-detail .filter-by-topic ul li {
            -webkit-box-flex: 0;
                -ms-flex: 0 1 48%;
                    flex: 0 1 48%; } }
        .multimedia-kit .multimedia-kit-detail .filter-by-topic ul li label {
          font-size: 16px;
          font-size: 1.6rem;
          font-weight: 300;
          display: block;
          cursor: pointer; }
        .multimedia-kit .multimedia-kit-detail .filter-by-topic ul li span {
          position: relative;
          display: block;
          padding: 5px 5px 5px 25px;
          border-radius: 10px;
          position: relative;
          z-index: 3; }
          .multimedia-kit .multimedia-kit-detail .filter-by-topic ul li span:before {
            content: '';
            position: absolute;
            visibility: visible; }
          .multimedia-kit .multimedia-kit-detail .filter-by-topic ul li span:before {
            z-index: 2;
            top: 12px;
            left: 10px;
            width: 10px;
            height: 10px;
            border: 4px solid #c1def0;
            border-radius: 50%; }
      .multimedia-kit .multimedia-kit-detail .filter-by-topic ul input {
        display: none; }
        .multimedia-kit .multimedia-kit-detail .filter-by-topic ul input:checked + span:before {
          border-color: #0095d2; }
        .multimedia-kit .multimedia-kit-detail .filter-by-topic ul input:checked + span {
          background: #ebf6fc; }
  @media (min-width: 980px) {
    .multimedia-kit .multimedia-kit-detail.child-kit-detail .thumb {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 220px;
              flex: 0 0 220px; } }
  .multimedia-kit .multimedia-kit-detail.child-kit-detail .thumb img {
    width: 170px;
    height: auto;
    border-radius: 50%;
    border: 1px solid #bfbfbf; }

.multimedia-kit .press-release {
  border-top: 2px solid #ebebeb; }
  .multimedia-kit .press-release:first-of-type {
    border-top: 0px none; }

.multimedia-kit .multimedia-kit-group {
  margin-top: 30px; }
  .multimedia-kit .multimedia-kit-group:before, .multimedia-kit .multimedia-kit-group:after {
    content: " ";
    display: table; }
  .multimedia-kit .multimedia-kit-group:after {
    clear: both; }
  .multimedia-kit .multimedia-kit-group h3 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1; }
  .multimedia-kit .multimedia-kit-group .media img {
    max-width: 90px; }
  .multimedia-kit .multimedia-kit-group .media-heading {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400; }

.multimedia-kit .more-button {
  clear: both;
  text-align: center;
  margin: 20px 0; }

.multimedia-kit .load-more {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  padding: 6px 50px; }
  .multimedia-kit .load-more.loading:before {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    border-width: 3px;
    border-style: solid;
    border-top-color: transparent;
    border-right-color: rgba(0, 149, 210, 0.25);
    border-bottom-color: rgba(0, 149, 210, 0.5);
    border-left-color: rgba(0, 149, 210, 0.75);
    border-radius: 50%;
    margin: 0 10px 0 -24px;
    -webkit-animation: spin 0.5s linear infinite;
            animation: spin 0.5s linear infinite; }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.multimedia-kit .card-list {
  margin: 15px 5px; }
  .multimedia-kit .card-list li {
    float: left;
    padding: 10px;
    width: 50%; }
    @media (min-width: 980px) {
      .multimedia-kit .card-list li {
        width: 25%; } }
    .multimedia-kit .card-list li .card {
      margin: 0; }

.multimedia-kit .media {
  border-bottom: 2px solid #ebebeb; }

section.content .multimedia-kit .page-title {
  font-size: 1.4rem;
  color: #787878; }

.multimedia-kit h2.multimedia-title {
  font-size: 2.4rem;
  color: #393939; }

.multimedia-kit .nav-tabs {
  border-bottom-color: #cbcbcb;
  margin: 30px -30px 25px;
  text-align: center;
  width: 100vw; }
  @media (min-width: 768px) {
    .multimedia-kit .nav-tabs {
      text-align: left;
      margin: 30px -15px 25px;
      width: 100%;
      display: block; } }
  .multimedia-kit .nav-tabs > li {
    float: none;
    display: inline-block; }
    .multimedia-kit .nav-tabs > li:first-child {
      margin-left: 0 !important; }
    .multimedia-kit .nav-tabs > li:first-child:nth-last-child(4),
    .multimedia-kit .nav-tabs > li:first-child:nth-last-child(4) ~ li, .multimedia-kit .nav-tabs > li:first-child:nth-last-child(5),
    .multimedia-kit .nav-tabs > li:first-child:nth-last-child(5) ~ li {
      margin-left: -15px; }
    @media (min-width: 768px) {
      .multimedia-kit .nav-tabs > li {
        min-width: 145px;
        margin-left: 0; }
        .multimedia-kit .nav-tabs > li:first-child:nth-last-child(4),
        .multimedia-kit .nav-tabs > li:first-child:nth-last-child(4) ~ li, .multimedia-kit .nav-tabs > li:first-child:nth-last-child(5),
        .multimedia-kit .nav-tabs > li:first-child:nth-last-child(5) ~ li {
          margin-left: 0; } }
    .multimedia-kit .nav-tabs > li > a {
      background-color: #f2f2f2;
      border-color: #cbcbcb;
      color: #333539;
      text-align: center;
      font-size: 12px;
      font-size: 1.2rem;
      padding: 10px 12px;
      white-space: nowrap; }
      @media (min-width: 768px) {
        .multimedia-kit .nav-tabs > li > a {
          border-color: #f2f2f2 #f2f2f2 #cbcbcb;
          font-size: 16px;
          font-size: 1.6rem;
          padding: 10px 15px; } }
    .multimedia-kit .nav-tabs > li.active > a {
      background-color: #fff;
      border: 1px solid #cbcbcb;
      border-bottom-color: transparent; }

.multimedia-kit .media-list {
  margin: 0; }
  .multimedia-kit .media-list .media {
    color: #696969;
    margin: 0;
    padding: 15px; }
  .multimedia-kit .media-list .wp-post-image {
    max-width: 140px; }
  .multimedia-kit .media-list .thumb {
    position: relative; }
  .multimedia-kit .media-list .media-heading {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 600; }
    .multimedia-kit .media-list .media-heading a {
      color: #333539; }
  @media (min-width: 0) and (max-width: 979px) {
    .post-type-archive-post .content .multimedia-kit .media-list .thumb {
      float: none !important; }
      .post-type-archive-post .content .multimedia-kit .media-list .thumb img {
        margin-bottom: 10px; } }
  @media (max-width: 47.9375em) {
    .multimedia-kit .media-list .thumb {
      display: block;
      float: none !important; }
    .multimedia-kit .media-list .media-body {
      margin-top: 10px; } }

#errorModal {
  text-align: center;
  top: 66px; }
  #errorModal h1 {
    font-weight: 700; }
  #errorModal .modal-footer {
    text-align: center; }
  #errorModal .btn-primary {
    background: #333539;
    padding-left: 45px;
    padding-right: 45px;
    color: #fff; }

.post-type-archive-photo .featured, .featured.slideshow-container, .archive.category .featured, .post-type-archive-fact-sheet .featured, .post-type-archive-video .featured,
.post-type-archive-post .featured {
  background-color: #ebf6fc;
  padding: 10px 20px; }
  .post-type-archive-photo .featured h1, .featured.slideshow-container h1, .archive.category .featured h1, .post-type-archive-fact-sheet .featured h1, .post-type-archive-video .featured h1, .post-type-archive-post .featured h1 {
    margin: 0; }
  .post-type-archive-photo .featured .filter, .featured.slideshow-container .filter, .archive.category .featured .filter, .post-type-archive-fact-sheet .featured .filter, .post-type-archive-video .featured .filter, .post-type-archive-post .featured .filter {
    margin-top: 0; }

.post-type-archive-photo .featured, .featured.slideshow-container {
  border-radius: 10px 10px 0 0;
  margin: 0 -20px;
  padding: 30px 20px 20px; }

.post-type-archive-fact-sheet .featured .card-list, .post-type-archive-video .featured .card-list,
.post-type-archive-post .featured .card-list, .post-type-archive-photo .card-list {
  clear: both;
  overflow: hidden; }
  .post-type-archive-fact-sheet .featured .card-list img, .post-type-archive-video .featured .card-list img, .post-type-archive-post .featured .card-list img, .post-type-archive-photo .card-list img {
    width: 100%; }
  .post-type-archive-fact-sheet .featured .card-list li, .post-type-archive-video .featured .card-list li, .post-type-archive-post .featured .card-list li, .post-type-archive-photo .card-list li {
    padding: 0 10px 10px; }

.media ul.action-buttons {
  list-style: none;
  margin: 0 0 14px; }

.archive.category .media {
  border-bottom: 2px solid #ebebeb; }
  .archive.category .media:last-of-type {
    border-bottom: 0px none; }

.post-type-archive-fact-sheet .featured .card-list, .post-type-archive-video .featured .card-list,
.post-type-archive-post .featured .card-list,
.post-type-archive-video .featured .card-list {
  padding-top: 30px; }
  @media (min-width: 480px) {
    .post-type-archive-fact-sheet .featured .card-list li, .post-type-archive-video .featured .card-list li,
    .post-type-archive-post .featured .card-list li,
    .post-type-archive-video .featured .card-list li {
      float: left;
      width: 50%; } }
  @media (min-width: 768px) {
    .post-type-archive-fact-sheet .featured .card-list li, .post-type-archive-video .featured .card-list li,
    .post-type-archive-post .featured .card-list li,
    .post-type-archive-video .featured .card-list li {
      width: 33.33%; } }

.post-type-archive-fact-sheet .featured .card, .post-type-archive-video .featured .card,
.post-type-archive-post .featured .card,
.post-type-archive-video .featured .card {
  margin: 0 2px; }
  .post-type-archive-fact-sheet .featured .card h3, .post-type-archive-video .featured .card h3,
  .post-type-archive-post .featured .card h3,
  .post-type-archive-video .featured .card h3 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 20px;
    max-height: 60px; }
  .post-type-archive-fact-sheet .featured .card p, .post-type-archive-video .featured .card p,
  .post-type-archive-post .featured .card p,
  .post-type-archive-video .featured .card p {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 18px;
    max-height: 54px; }

.post-type-archive-fact-sheet .media, .post-type-archive-video .media,
.post-type-archive-post .media,
.post-type-archive-video .media {
  border-bottom: 2px solid #ebebeb; }

.post-type-archive-fact-sheet .categories, .post-type-archive-video .categories,
.post-type-archive-post .categories,
.post-type-archive-video .categories {
  font-size: 14px;
  font-size: 1.4rem;
  color: #1b7395; }
  .post-type-archive-fact-sheet .categories a, .post-type-archive-video .categories a,
  .post-type-archive-post .categories a,
  .post-type-archive-video .categories a {
    color: #1b7395;
    font-style: italic; }

.post-type-archive-photo .featured .card-list {
  margin: 0 -10px; }
  @media (min-width: 768px) {
    .post-type-archive-photo .featured .card-list li {
      width: 20%; } }
  @media (min-width: 980px) {
    .post-type-archive-photo .featured .card-list li {
      width: 20%; } }

.post-type-archive-photo .featured .card h3 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 17px;
  max-height: 51px; }

.post-type-archive-photo .card {
  margin: 0; }

.post-type-archive-photo .nav-tabs {
  margin: 20px -20px 0;
  padding-left: 50px; }
  .post-type-archive-photo .nav-tabs a {
    font-size: 18px;
    font-size: 1.8rem;
    color: #94a3b6;
    font-weight: 400;
    padding: 14px 50px; }
    .post-type-archive-photo .nav-tabs a:hover {
      background-color: #c1def0;
      color: #696969; }
    @media (max-width: 47.9375em) {
      .post-type-archive-photo .nav-tabs a {
        padding-left: 20px;
        padding-right: 20px; } }
  .post-type-archive-photo .nav-tabs .active a,
  .post-type-archive-photo .nav-tabs .active a:focus {
    background-color: #ebf6fc;
    color: #0095d2; }
    .post-type-archive-photo .nav-tabs .active a:hover,
    .post-type-archive-photo .nav-tabs .active a:focus:hover {
      background-color: #ebf6fc;
      color: #0095d2; }
  @media (max-width: 47.9375em) {
    .post-type-archive-photo .nav-tabs {
      clear: both;
      padding-left: 20px; } }

.post-type-archive-photo .card-list li {
  float: left;
  margin-bottom: 10px;
  width: 50%; }

@media (min-width: 980px) {
  .post-type-archive-photo .card-list li {
    margin-bottom: 20px;
    width: 25%; } }

.post-type-archive-photo .card-list .type-attachment .thumb:before,
.post-type-archive-photo .slides .type-attachment .thumb:before {
  display: none; }

.post-type-archive-video .media .pull-left {
  position: relative; }

.post-type-archive-video .card.type-video > a:before {
  font-size: 30px;
  font-size: 3rem;
  height: 65px;
  line-height: 65px;
  top: 10px;
  width: 65px; }

.post-type-archive-attachment .card.type-gallery > a {
  display: block;
  position: relative; }

.category-filter .dropdown-menu {
  left: auto;
  right: 0; }
  .category-filter .dropdown-menu li {
    padding: 3px 10px; }
    .category-filter .dropdown-menu li a {
      white-space: pre-wrap;
      color: #333;
      display: block;
      width: 100%;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      font-weight: 400;
      padding: 3px 20px; }
  @media (min-width: 768px) {
    .category-filter .dropdown-menu ul {
      float: left;
      list-style: none;
      margin: 0;
      width: 33%; } }
  @media (min-width: 48em) and (max-width: 61.1875em) {
    .category-filter .dropdown-menu {
      width: 700px; }
      .category-filter .dropdown-menu li a {
        padding: 3px 10px; } }
  @media (min-width: 61.25em) {
    .category-filter .dropdown-menu {
      width: 920px; } }
  @media (min-width: 75em) {
    .category-filter .dropdown-menu {
      width: 1140px; } }

.search-results .results-count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  font-size: 2rem;
  color: #1b7395;
  font-weight: 600; }
  .search-results .results-count .icon {
    color: #1b7395;
    margin-right: 10px; }

.search-results .search-back {
  font-size: 14px;
  color: #000; }

.search-results .single-results-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem 0;
  margin-bottom: 30px;
  border-bottom: 1px solid #c6c6c6; }
  .search-results .single-results-container .results-count {
    margin-bottom: 0; }

.search-results .media {
  list-style-type: none; }
  .search-results .media:last-child {
    margin-bottom: 25px; }
  .search-results .media .categories {
    font-size: 14px;
    font-size: 1.4rem;
    color: #94a3b6; }
    .search-results .media .categories a {
      color: #80ae46;
      font-size: 13px;
      font-weight: 400;
      font-style: normal; }
  .search-results .media .media-heading {
    font-size: 18px;
    font-weight: 600;
    position: relative; }
    .search-results .media .media-heading a {
      color: #1b7395; }
    @media (max-width: 47.9375em) {
      .search-results .media .media-heading {
        font-size: 14px; } }
  .search-results .media .icon {
    font-size: 16px;
    font-size: 1.6rem;
    color: #1b7395;
    margin-right: 10px;
    vertical-align: top; }
  .search-results .media .thumb:before {
    display: none; }

.search-results-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 30px;
  font-weight: 600; }
  .search-results-heading .search-query {
    color: #1b7395; }
  .search-results-heading .pull-right {
    position: absolute;
    top: 0;
    right: 0; }
  .search-results-heading .result-wrap {
    max-width: 90%; }

#search-results-inner-container .media-list {
  margin-left: 0; }

#search-results-inner-container .card-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  #search-results-inner-container .card-list li {
    width: calc( 25% - 12px);
    margin-right: 12px; }
    @media (min-width: 48em) and (max-width: 61.1875em) {
      #search-results-inner-container .card-list li {
        width: calc( 50% - 12px); } }
    @media (max-width: 47.9375em) {
      #search-results-inner-container .card-list li {
        width: calc( 50% - 12px); } }
    #search-results-inner-container .card-list li .thumb:before {
      display: none; }
    #search-results-inner-container .card-list li img {
      width: 100%; }
    #search-results-inner-container .card-list li.gallery-grid-item .thumb {
      position: relative;
      padding: 0 1px 1px 0;
      -webkit-box-shadow: 6px 5px 0 0 #c9c9c9;
              box-shadow: 6px 5px 0 0 #c9c9c9;
      margin-bottom: 30px;
      margin-right: 25px; }
      #search-results-inner-container .card-list li.gallery-grid-item .thumb img {
        height: 93px;
        -o-object-fit: cover;
           object-fit: cover; }
      #search-results-inner-container .card-list li.gallery-grid-item .thumb:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 7px;
        left: 8px;
        -webkit-box-shadow: 4px 4px 0 0 #c9c9c9;
                box-shadow: 4px 4px 0 0 #c9c9c9; }
      #search-results-inner-container .card-list li.gallery-grid-item .thumb .thumb-shadow {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%; }
        #search-results-inner-container .card-list li.gallery-grid-item .thumb .thumb-shadow:after {
          content: "";
          position: absolute;
          width: 100%;
          height: 100%;
          left: 14px;
          top: 13px;
          -webkit-box-shadow: 4px 4px 0 0 #c9c9c9;
                  box-shadow: 4px 4px 0 0 #c9c9c9; }
    #search-results-inner-container .card-list li.video-grid-item .thumb {
      position: relative; }
      #search-results-inner-container .card-list li.video-grid-item .thumb:after {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        border-radius: 50%;
        font-size: 1.6rem;
        background-color: rgba(0, 0, 0, 0.5);
        color: #fff;
        content: "\e60f";
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        height: 30px;
        width: 30px;
        margin-left: -15px;
        text-align: center;
        font-family: 'newsroomicons'; }
  #search-results-inner-container .card-list .search-results-card {
    padding: 12px; }
    #search-results-inner-container .card-list .search-results-card:first-child {
      padding: 12px 12px 12px 0; }
    #search-results-inner-container .card-list .search-results-card:last-child {
      padding: 12px 0 12px 12px; }
  #search-results-inner-container .card-list .details h3 {
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    color: #1b7395;
    margin-top: 10px; }

.mobile-filter-button {
  border-radius: 5px 5px 0 0;
  font-size: 20px;
  font-size: 2rem;
  background: #1b7395;
  border: 0px none;
  color: #fff;
  line-height: 1;
  padding: 4px 10px 10px;
  position: relative;
  text-shadow: none;
  top: 0px; }
  .mobile-filter-button:hover, .mobile-filter-button:focus {
    color: #fff;
    outline: 0px none; }
  .mobile-filter-button.collapsed {
    border-radius: 5px;
    background: #6d7c8a;
    padding: 4px 10px; }

.mobile-filter-container {
  position: absolute;
  top: 42px;
  right: 0;
  width: 100%; }
  .mobile-filter-container #mobile-filters {
    border-radius: 5px 0 5px 5px;
    background: #1b7395;
    color: #fff;
    left: 0;
    position: absolute;
    top: -5px;
    width: 100%;
    z-index: 2; }
  .mobile-filter-container #mobile-search-filters {
    padding: 15px; }
    .mobile-filter-container #mobile-search-filters h2 {
      font-size: 14px;
      font-size: 1.4rem;
      color: #fff;
      font-weight: 600;
      margin: 0 22px 10px 0; }
      @media (max-width: 47.9375em) {
        .mobile-filter-container #mobile-search-filters h2 {
          color: #000; } }
      .mobile-filter-container #mobile-search-filters h2 small {
        font-size: 14px;
        font-size: 1.4rem;
        float: right; }
        .mobile-filter-container #mobile-search-filters h2 small a {
          color: #fff;
          font-weight: 300; }
    @media (max-width: 47.9375em) {
      .mobile-filter-container #mobile-search-filters .refine-search {
        color: #fff; } }

.search .widget_search_filter,
.search .widget_search_type {
  background: #fff;
  color: #333539; }
  .search .widget_search_filter h3,
  .search .widget_search_type h3 {
    font-size: 14px;
    font-size: 1.4rem;
    cursor: pointer;
    margin: 0;
    padding: 15px;
    position: relative; }
    .search .widget_search_filter h3 .icon,
    .search .widget_search_type h3 .icon {
      color: #c6c6c6;
      position: absolute;
      right: 15px;
      top: 18px; }
  .search .widget_search_filter .widget-body,
  .search .widget_search_type .widget-body {
    border-top: 1px solid rgba(0, 0, 0, 0.1); }
    .search .widget_search_filter .widget-body ul,
    .search .widget_search_type .widget-body ul {
      margin: 0;
      padding: 15px;
      list-style: none; }
    .search .widget_search_filter .widget-body li,
    .search .widget_search_type .widget-body li {
      padding: 0 0 5px 0; }
    .search .widget_search_filter .widget-body a,
    .search .widget_search_type .widget-body a {
      color: #65778a; }
    .search .widget_search_filter .widget-body label,
    .search .widget_search_type .widget-body label {
      cursor: pointer;
      font-weight: 300; }
    .search .widget_search_filter .widget-body input[type=checkbox],
    .search .widget_search_type .widget-body input[type=checkbox] {
      display: none; }
      .search .widget_search_filter .widget-body input[type=checkbox]:checked + .check,
      .search .widget_search_type .widget-body input[type=checkbox]:checked + .check {
        background: #80ae46; }
    .search .widget_search_filter .widget-body .check,
    .search .widget_search_type .widget-body .check {
      border-radius: 3px;
      border: 1px solid #65778a;
      float: left;
      height: 16px;
      margin-right: 10px;
      width: 16px; }
      .search .widget_search_filter .widget-body .check:before,
      .search .widget_search_type .widget-body .check:before {
        color: #fff;
        content: '';
        line-height: 1;
        font-size: 14px;
        font-size: 1.4rem;
        vertical-align: text-top; }
    .search .widget_search_filter .widget-body .active a,
    .search .widget_search_type .widget-body .active a {
      color: #0095d2;
      font-weight: 400; }
    .search .widget_search_filter .widget-body .icon,
    .search .widget_search_type .widget-body .icon {
      font-size: 16px;
      font-size: 1.6rem;
      color: #65778a;
      margin-left: 5px; }
      .search .widget_search_filter .widget-body .icon.icon-video:before,
      .search .widget_search_type .widget-body .icon.icon-video:before {
        content: "\e605"; }
      .search .widget_search_filter .widget-body .icon.icon-attachment:before,
      .search .widget_search_type .widget-body .icon.icon-attachment:before {
        content: "\e603"; }
      .search .widget_search_filter .widget-body .icon.icon-multimedia_kit:before,
      .search .widget_search_type .widget-body .icon.icon-multimedia_kit:before {
        content: "\e608"; }
      .search .widget_search_filter .widget-body .icon.icon-fact-sheet:before,
      .search .widget_search_type .widget-body .icon.icon-fact-sheet:before {
        content: "\e607"; }
      .search .widget_search_filter .widget-body .icon.icon-gallery:before,
      .search .widget_search_type .widget-body .icon.icon-gallery:before {
        content: "\e604"; }
    .search .widget_search_filter .widget-body .show-hide,
    .search .widget_search_type .widget-body .show-hide {
      font-size: 14px;
      font-size: 1.4rem;
      color: #0095d2;
      display: block;
      font-weight: 400;
      padding-bottom: 15px;
      position: relative;
      text-align: center;
      top: -2px; }
      .search .widget_search_filter .widget-body .show-hide .icon,
      .search .widget_search_type .widget-body .show-hide .icon {
        border-radius: 50%;
        color: #fff;
        height: 20px;
        margin-right: 5px;
        vertical-align: middle;
        width: 20px; }
        .search .widget_search_filter .widget-body .show-hide .icon:before,
        .search .widget_search_type .widget-body .show-hide .icon:before {
          font-size: 20px;
          font-size: 2rem;
          line-height: 1;
          color: #0095d2; }
      .search .widget_search_filter .widget-body .show-hide:after,
      .search .widget_search_type .widget-body .show-hide:after {
        content: 'Hide additional';
        vertical-align: middle; }
      .search .widget_search_filter .widget-body .show-hide:hover,
      .search .widget_search_type .widget-body .show-hide:hover {
        text-decoration: none; }
      .search .widget_search_filter .widget-body .show-hide.collapsed .icon:before,
      .search .widget_search_type .widget-body .show-hide.collapsed .icon:before {
        margin-top: -2px; }
      .search .widget_search_filter .widget-body .show-hide.collapsed:after,
      .search .widget_search_type .widget-body .show-hide.collapsed:after {
        content: 'Show all'; }

.language-toggle:hover {
  text-decoration: none; }

.language-dropdown {
  display: none;
  margin: 0; }
  .language-dropdown li {
    display: inline-block;
    margin: 0 5px 0 0;
    list-style-type: none; }
  .language-dropdown a {
    color: #0095d2;
    text-decoration: none; }

.language-notice {
  color: #0095d2;
  font-size: 13px;
  margin: 4px 0; }
  .language-notice .newsroomicons-arrow-down, .language-notice .caret {
    display: none; }

.search .widget_search_type {
  padding: 20px; }
  @media (max-width: 47.9375em) {
    .search .widget_search_type {
      background-color: #fff;
      padding: 0 0 10px 0; } }
  .search .widget_search_type .view-type {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 15px;
    margin-top: 0;
    margin-bottom: 0; }
  .search .widget_search_type .main-search-link {
    padding: 10px 0 0 0; }
  .search .widget_search_type li {
    list-style-type: none; }
    .search .widget_search_type li a {
      font-size: 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      background-color: #1b7395;
      color: #fff;
      padding: 10px 8px;
      margin-bottom: 4px; }
      @media (max-width: 47.9375em) {
        .search .widget_search_type li a {
          font-size: 13px;
          color: #000;
          background-color: #fff;
          padding: 6px 10px; } }
      .search .widget_search_type li a .icon {
        margin-right: 6px; }
        @media (max-width: 47.9375em) {
          .search .widget_search_type li a .icon {
            color: #65778b;
            font-size: 15px; } }
      .search .widget_search_type li a:hover {
        text-decoration: none; }
  .search .widget_search_type .icon {
    color: #fff; }
  .search .widget_search_type .view-results {
    font-size: 2rem;
    font-weight: 500;
    color: #1b7395;
    margin-top: 4px;
    margin-bottom: 15px; }
    .search .widget_search_type .view-results:first-child {
      margin: 0 0 12px 0; }

.cpt-search-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 15px;
  margin-bottom: 30px;
  border-bottom: 1px solid #c6c6c6; }
  .cpt-search-container .post-type-heading {
    color: #8b8b8b;
    font-size: 20px; }
    .cpt-search-container .post-type-heading:first-child {
      margin-top: 1rem;
      margin-bottom: 1rem; }
  .cpt-search-container .view-all-type-results {
    color: #1b7395;
    font-size: 16px;
    font-weight: 600; }
    @media (max-width: 47.9375em) {
      .cpt-search-container .view-all-type-results {
        font-size: 14px; } }
  .cpt-search-container .icon {
    color: #8b8b8b;
    margin-right: 6px; }

.cpt-search-container .icon,
.widget_search_type .icon,
.results-count .icon {
  margin-left: 5px; }
  .cpt-search-container .icon.icon-post:before,
  .widget_search_type .icon.icon-post:before,
  .results-count .icon.icon-post:before {
    content: "\e602"; }
  .cpt-search-container .icon.icon-video:before,
  .widget_search_type .icon.icon-video:before,
  .results-count .icon.icon-video:before {
    content: "\e605"; }
  .cpt-search-container .icon.icon-attachment:before,
  .widget_search_type .icon.icon-attachment:before,
  .results-count .icon.icon-attachment:before {
    content: "\e603"; }
  .cpt-search-container .icon.icon-multimedia_kit:before,
  .widget_search_type .icon.icon-multimedia_kit:before,
  .results-count .icon.icon-multimedia_kit:before {
    font-family: 'dashicons';
    content: "\f161"; }
  .cpt-search-container .icon.icon-fact-sheet:before,
  .widget_search_type .icon.icon-fact-sheet:before,
  .results-count .icon.icon-fact-sheet:before {
    content: "\e607"; }
  .cpt-search-container .icon.icon-gallery:before,
  .widget_search_type .icon.icon-gallery:before,
  .results-count .icon.icon-gallery:before {
    content: "\e604"; }
  .cpt-search-container .icon.icon-corporate-citizen:before,
  .widget_search_type .icon.icon-corporate-citizen:before,
  .results-count .icon.icon-corporate-citizen:before {
    font-family: 'dashicons';
    content: "\f116"; }

.page-media-folder h1 {
  margin: 30px 0 20px 15px; }

.page-media-folder .icon {
  font-size: 16px;
  font-size: 1.6rem;
  color: #1b7395;
  vertical-align: top; }

.page-media-folder .tools {
  margin: 20px 0 30px; }
  .page-media-folder .tools li {
    border: 0px none; }
    .page-media-folder .tools li:last-child {
      margin-right: 30px; }

.page-media-folder .media {
  border-bottom: 2px solid #ebebeb;
  position: relative; }

.page-media-folder .media-heading {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700; }

.page-media-folder .categories {
  color: #c6c6c6; }
  .page-media-folder .categories a {
    font-size: 14px;
    font-size: 1.4rem;
    color: #c6c6c6;
    font-style: italic; }

.page-media-folder .newsroomicons-remove {
  font-size: 24px;
  font-size: 2.4rem; }

.page-media-folder .sidebar .info {
  border-radius: 10px;
  background: #ebf6fc;
  padding: 15px; }
  .page-media-folder .sidebar .info p {
    margin-bottom: 2em; }

.page-registration h1,
.page-profile h1 {
  margin: 30px 0; }

.page-registration .form-horizontal,
.page-profile .form-horizontal {
  margin: 30px 0; }
  .page-registration .form-horizontal label,
  .page-profile .form-horizontal label {
    font-size: 18px;
    font-size: 1.8rem;
    text-align: left;
    font-weight: 300; }
  .page-registration .form-horizontal small,
  .page-profile .form-horizontal small {
    color: #c6c6c6;
    font-style: italic; }

.page-registration #primary,
.page-profile #primary {
  padding-bottom: 30px; }

/*# sourceMappingURL=maps/default.css.map */