/**
 * Variable Overrides.
 *
 * Modify this file to override the Bootstrap Framework variables. You can copy
 * these variables directly from ../bootstrap/less/variables.less to this file.
 */
/*! normalize.css v3.0.1 | 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 {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !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 th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url(/sites/all/themes/theme/bootstrap/fonts/glyphicons-halflings-regular.eot);
  src: url(/sites/all/themes/theme/bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'), url(/sites/all/themes/theme/bootstrap/fonts/glyphicons-halflings-regular.woff) format('woff'), url(/sites/all/themes/theme/bootstrap/fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(/sites/all/themes/theme/bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #005694;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #002a48;
  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,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 0px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 0px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
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,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #005694;
}
a.text-primary:hover {
  color: #003861;
}
.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;
  background-color: #005694;
}
a.bg-primary:hover {
  background-color: #003861;
}
.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,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
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;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.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.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .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.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 0px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 0px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 0px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .container {
    width: 740px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1160px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.row {
  margin-left: -10px;
  margin-right: -10px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 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 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.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 > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > 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:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > 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:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > 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:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > 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:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > 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:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-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 .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #777777;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #777777;
}
.form-control::-webkit-input-placeholder {
  color: #777777;
}
.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"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  line-height: 34px;
  line-height: 1.42857143 \0;
}
input[type="date"].input-sm,
input[type="time"].input-sm,
input[type="datetime-local"].input-sm,
input[type="month"].input-sm {
  line-height: 30px;
}
input[type="date"].input-lg,
input[type="time"].input-lg,
input[type="datetime-local"].input-lg,
input[type="month"].input-lg {
  line-height: 46px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm,
.form-horizontal .form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg,
.form-horizontal .form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 0px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}
.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-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;
  -moz-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);
  -moz-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;
  -moz-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);
  -moz-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;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -10px;
  margin-right: -10px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 10px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 0px;
  -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: #333333;
  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);
  -moz-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;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-primary {
  color: #ffffff;
  background-color: #005694;
  border-color: #00477b;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #003861;
  border-color: #00243d;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #005694;
  border-color: #00477b;
}
.btn-primary .badge {
  color: #005694;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-link {
  color: #005694;
  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;
  -moz-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: #002a48;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 0px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-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;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -moz-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.42857143;
  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: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #005694;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .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-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: 0;
}
.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 .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 {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-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;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .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 > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0px;
  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%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  filter: alpha(opacity=0);
}
.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-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: 0px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.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: 0px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.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 #cccccc;
  border-radius: 0px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 0px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 0px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #005694;
}
.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 #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 0px 0px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 0px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 0px 0px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 0px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #005694;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.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 {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 0px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 0px 0px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.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;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 0px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 10px;
  padding-left: 10px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -10px;
  margin-left: -10px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .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;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@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 > .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: 0px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 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;
    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);
  -moz-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 (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@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;
    -moz-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 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  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: #005694;
  border-color: #005694;
}
.navbar-default .navbar-brand {
  color: #005694;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #003861;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #005694;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: transparent;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #003861;
  background-color: transparent;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #005694;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #005694;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #005694;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #003861;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #005694;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: transparent;
    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: #003861;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #005694;
}
.navbar-default .navbar-link:hover {
  color: transparent;
}
.navbar-default .btn-link {
  color: #005694;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: transparent;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #cccccc;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #777777;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #777777;
}
.navbar-inverse .navbar-nav > li > a {
  color: #777777;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.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: #080808;
  color: #ffffff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    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: #ffffff;
    background-color: #080808;
  }
  .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: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #777777;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.navbar-inverse .btn-link {
  color: #777777;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #ffffff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 0px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}
.breadcrumb > .active {
  color: #777777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 0px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #005694;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #002a48;
  background-color: #eeeeee;
  border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #005694;
  border-color: #005694;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #ffffff;
  border-color: #dddddd;
  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: 0px;
  border-top-left-radius: 0px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
.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: 0px;
  border-top-left-radius: 0px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #ffffff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #005694;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #003861;
}
.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: #ffffff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #005694;
  background-color: #ffffff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron {
  border-radius: 0px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 0px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #005694;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 0px;
}
.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,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .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;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #005694;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar[aria-valuenow="1"],
.progress-bar[aria-valuenow="2"] {
  min-width: 30px;
}
.progress-bar[aria-valuenow="0"] {
  color: #777777;
  min-width: 30px;
  background-color: transparent;
  background-image: none;
  box-shadow: none;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.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: #ffffff;
  border: 1px solid #dddddd;
}
.list-group-item:first-child {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  color: #555555;
  background-color: #f5f5f5;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #005694;
  border-color: #005694;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #61bdff;
}
.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: #ffffff;
  border: 1px solid transparent;
  border-radius: 0px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-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-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
}
.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 #dddddd;
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}
.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: -1px;
  border-top-left-radius: -1px;
}
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
}
.panel > .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: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: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: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: -1px;
}
.panel > .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: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: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: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: -1px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}
.panel > .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: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: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: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: -1px;
}
.panel > .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: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: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: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: -1px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #dddddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td: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-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td: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-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.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: 0px;
}
.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 #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #dddddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #005694;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #005694;
  border-color: #005694;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #005694;
}
.panel-primary > .panel-heading .badge {
  color: #005694;
  background-color: #ffffff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #005694;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-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: 0px;
}
.well-sm {
  padding: 9px;
  border-radius: 0px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate3d(0, -25%, 0);
  transform: translate3d(0, -25%, 0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 0px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: -1px -1px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 1;
  filter: alpha(opacity=100);
  font-size: 40px;
  color: #005694;
  text-align: center;
  text-shadow: none;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #005694;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #005694;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: none;
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer: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;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.browseevents form,
.browsepublications form {
  padding-top: 110px;
}
.browseevents form#views-exposed-form-events-page-1 input.form-control.form-text,
.browsepublications form#views-exposed-form-events-page-1 input.form-control.form-text {
  background: #ffffff;
  border-color: #dcdede;
}
.browseevents form#views-exposed-form-recently-added-publication-allpublications input.form-control.form-text,
.browsepublications form#views-exposed-form-recently-added-publication-allpublications input.form-control.form-text {
  background: #eceff1;
  border-color: #dcdede;
}
.browseevents form input.btn,
.browsepublications form input.btn {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
  background: #005694;
  letter-spacing: 2px;
  margin-top: 0px !important;
  padding: 10px;
}
.browseevents form input.btn:hover,
.browsepublications form input.btn:hover {
  background: #46535b;
}
html.overlay-open .navbar-fixed-top {
  z-index: 400;
}
html.js fieldset.collapsed {
  border-left-width: 1px;
  border-right-width: 1px;
  height: auto;
}
html.js input.form-autocomplete {
  background-image: none;
}
html.js input.form-autocomplete {
  background-image: none;
}
html.js .autocomplete-throbber {
  background-position: 100% 2px;
  background-repeat: no-repeat;
  display: inline-block;
  height: 15px;
  margin: 2px 0 0 2px;
  width: 15px;
}
html.js .autocomplete-throbber.throbbing {
  background-position: 100% -18px;
}
body {
  position: relative;
}
body.admin-expanded.admin-vertical.admin-nw .navbar,
body.admin-expanded.admin-vertical.admin-sw .navbar {
  margin-left: 260px;
}
body.navbar-is-fixed-top {
  padding-top: 64px;
}
body.navbar-is-fixed-bottom {
  padding-bottom: 64px !important;
}
body.toolbar {
  padding-top: 30px !important;
}
body.toolbar .navbar-fixed-top {
  top: 30px;
}
body.toolbar.navbar-is-fixed-top {
  padding-top: 94px !important;
}
body.toolbar-drawer {
  padding-top: 64px !important;
}
body.toolbar-drawer .navbar-fixed-top {
  top: 64px;
}
body.toolbar-drawer.navbar-is-fixed-top {
  padding-top: 128px !important;
}
body.admin-menu .navbar-fixed-top {
  top: 29px;
}
body.admin-menu.navbar-is-fixed-top {
  padding-top: 93px;
}
body div#admin-toolbar {
  z-index: 1600;
}
body #toolbar,
body #admin-menu,
body #admin-toolbar {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
body #admin-menu {
  margin: 0;
  padding: 0;
  position: fixed;
  z-index: 1600;
}
body #admin-menu .dropdown li {
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .navbar.container {
    max-width: 720px;
  }
}
@media screen and (min-width: 992px) {
  .navbar.container {
    max-width: 940px;
  }
}
@media screen and (min-width: 1200px) {
  .navbar.container {
    max-width: 1140px;
  }
}
.navbar.container,
.navbar.container-fluid {
  margin-top: 20px;
}
.navbar.container > .container,
.navbar.container-fluid > .container-fluid {
  margin: 0;
  padding: 0;
  width: auto;
}
#overlay-container,
.overlay-modal-background,
.overlay-element {
  z-index: 1500;
}
#toolbar {
  z-index: 1600;
}
.modal {
  z-index: 1620;
}
.modal-dialog {
  z-index: 1630;
}
.ctools-modal-dialog .modal-body {
  width: 100% !important;
  overflow: auto;
}
.modal-backdrop {
  z-index: 1610;
}
.footer {
  margin-top: 45px;
  padding-top: 35px;
  padding-bottom: 36px;
  border-top: 1px solid #E5E5E5;
}
.element-invisible {
  margin: 0;
  padding: 0;
  width: 1px;
}
.navbar .logo {
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 768px) {
  .navbar .logo {
    margin-right: 0;
    padding-left: 0;
  }
}
ul.secondary {
  float: left;
}
@media screen and (min-width: 768px) {
  ul.secondary {
    float: right;
  }
}
.page-header {
  margin-top: 0;
}
.region-sidebar-first .block:first-child h2.block-title,
.region-sidebar-second .block:first-child h2.block-title {
  margin-top: 0;
}
p:last-child {
  margin-bottom: 0;
}
.region-help > .glyphicon {
  font-size: 18px;
  float: left;
  margin: -0.05em 0.5em 0 0;
}
.region-help .block {
  overflow: hidden;
}
form#search-block-form {
  margin: 0;
}
.navbar #block-search-form {
  float: none;
  margin: 5px 0 5px 5px;
}
@media screen and (min-width: 992px) {
  .navbar #block-search-form {
    float: right;
  }
}
.navbar #block-search-form .input-group-btn {
  width: auto;
}
ul.action-links {
  margin: 12px 0;
  padding: 0;
}
ul.action-links li {
  display: inline;
  margin: 0;
  padding: 0 6px 0 0;
}
ul.action-links .glyphicon {
  padding-right: 0.5em;
}
input,
textarea,
select,
.uneditable-input {
  max-width: 100%;
  width: auto;
}
input.error {
  color: #a94442;
  border-color: #ebccd1;
}
fieldset legend.panel-heading {
  float: left;
  line-height: 1em;
  margin: 0;
}
fieldset .panel-body {
  clear: both;
  display: inherit;
}
fieldset .panel-heading a.panel-title {
  color: inherit;
  display: block;
  margin: -10px -15px;
  padding: 10px 15px;
}
fieldset .panel-heading a.panel-title:hover {
  text-decoration: none;
}
.form-group:last-child,
.panel:last-child {
  margin-bottom: 0;
}
.form-horizontal .form-group {
  margin-left: 0;
  margin-right: 0;
}
.form-actions {
  clear: both;
}
.managed-files.table td:first-child {
  width: 100%;
}
div.image-widget-data {
  float: none;
  overflow: hidden;
}
table.sticky-header {
  z-index: 1;
}
.resizable-textarea textarea {
  border-radius: 0px 0px 0 0;
}
.text-format-wrapper {
  margin-bottom: 15px;
}
.text-format-wrapper > .form-type-textarea,
.text-format-wrapper .filter-wrapper {
  margin-bottom: 0;
}
.filter-wrapper {
  border-radius: 0 0 0px 0px;
}
.filter-wrapper .panel-body {
  padding: 7px;
}
.filter-wrapper .form-type-select {
  min-width: 30%;
}
.filter-wrapper .form-type-select .filter-list {
  width: 100%;
}
.filter-help {
  margin-top: 5px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .filter-help {
    float: right;
  }
}
.filter-help .glyphicon {
  margin: 0 5px 0 0;
  vertical-align: text-top;
}
.radio:first-child,
.checkbox:first-child {
  margin-top: 0;
}
.radio:last-child,
.checkbox:last-child {
  margin-bottom: 0;
}
.help-block,
.control-group .help-inline {
  color: #777777;
  font-size: 12px;
  margin: 5px 0 10px;
  padding: 0;
}
.panel-heading {
  display: block;
}
a.tabledrag-handle .handle {
  height: auto;
  width: auto;
}
.error {
  color: #a94442;
}
div.error,
table tr.error {
  background-color: #f2dede;
  color: #a94442;
}
.form-group.error,
.form-group.has-error {
  background: none;
}
.form-group.error label,
.form-group.has-error label,
.form-group.error .control-label,
.form-group.has-error .control-label {
  color: #a94442;
  font-weight: 600;
}
.form-group.error input,
.form-group.has-error input,
.form-group.error textarea,
.form-group.has-error textarea,
.form-group.error select,
.form-group.has-error select,
.form-group.error .uneditable-input,
.form-group.has-error .uneditable-input {
  color: #555555;
}
.form-group.error .help-block,
.form-group.has-error .help-block,
.form-group.error .help-inline,
.form-group.has-error .help-inline {
  color: #777777;
}
.nav-tabs {
  margin-bottom: 10px;
}
ul li.collapsed,
ul li.expanded,
ul li.leaf {
  list-style: none;
  list-style-image: none;
}
.tabs--secondary {
  margin: 0 0 10px;
}
.submitted {
  margin-bottom: 1em;
  font-style: italic;
  font-weight: normal;
  color: #777;
}
.form-type-password-confirm {
  position: relative;
}
.form-type-password-confirm label {
  display: block;
}
.form-type-password-confirm label .label {
  float: right;
}
.form-type-password-confirm .password-help {
  padding-left: 2em;
}
@media (min-width: 768px) {
  .form-type-password-confirm .password-help {
    border-left: 1px solid #dddddd;
    left: 50%;
    margin-left: 10px;
    position: absolute;
  }
}
@media (min-width: 992px) {
  .form-type-password-confirm .password-help {
    left: 33.33333333%;
  }
}
.form-type-password-confirm .progress {
  background: transparent;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  height: 4px;
  margin: -5px 0px 0;
}
.form-type-password-confirm .form-type-password {
  clear: left;
}
.form-type-password-confirm .form-control-feedback {
  right: 15px;
}
.form-type-password-confirm .help-block {
  clear: both;
}
ul.pagination li > a.progress-disabled {
  float: left;
}
.form-autocomplete .glyphicon {
  color: #777777;
  font-size: 120%;
}
.form-autocomplete .glyphicon.glyphicon-spin {
  color: #005694;
}
.form-autocomplete .input-group-addon {
  background-color: #ffffff;
}
.form-autocomplete .dropdown a {
  white-space: normal;
}
.ajax-progress-bar {
  border-radius: 0 0 0px 0px;
  border: 1px solid #cccccc;
  margin: -1px 0 0;
  padding: 6px 12px;
  width: 100%;
}
.ajax-progress-bar .progress {
  height: 8px;
  margin: 0;
}
.ajax-progress-bar .percentage,
.ajax-progress-bar .message {
  color: #777777;
  font-size: 12px;
  line-height: 1em;
  margin: 5px 0 0;
  padding: 0;
}
.glyphicon-spin {
  display: inline-block;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  -webkit-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
a .glyphicon-spin {
  display: inline-block;
  text-decoration: none;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
/**
 * Missing Bootstrap 2 tab styling.
 * @see http://stackoverflow.com/questions/18432577/stacked-tabs-in-bootstrap-3
 * @see http://bootply.com/74926
 */
.tabbable {
  margin-bottom: 20px;
}
.tabs-below > .nav-tabs,
.tabs-left > .nav-tabs,
.tabs-right > .nav-tabs {
  border-bottom: 0;
}
.tabs-below > .nav-tabs .summary,
.tabs-left > .nav-tabs .summary,
.tabs-right > .nav-tabs .summary {
  color: #777777;
  font-size: 12px;
}
.tab-pane > .panel-heading {
  display: none;
}
.tab-content > .active {
  display: block;
}
.tabs-below > .nav-tabs {
  border-top: 1px solid #dddddd;
}
.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}
.tabs-below > .nav-tabs > li > a {
  border-radius: 0 0 0px 0px;
}
.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
  border-top-color: #dddddd;
  border-bottom-color: transparent;
}
.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #dddddd #dddddd #dddddd;
}
.tabs-left > .nav-tabs,
.tabs-right > .nav-tabs {
  padding-bottom: 20px;
  width: 220px;
}
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}
.tabs-left > .nav-tabs > li:focus,
.tabs-right > .nav-tabs > li:focus {
  outline: 0;
}
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  margin-right: 0;
  margin-bottom: 3px;
}
.tabs-left > .nav-tabs > li > a:focus,
.tabs-right > .nav-tabs > li > a:focus {
  outline: 0;
}
.tabs-left > .tab-content,
.tabs-right > .tab-content {
  border-radius: 0 0px 0px 0px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  border: 1px solid #dddddd;
  overflow: hidden;
  padding: 10px 15px;
}
.tabs-left > .nav-tabs {
  float: left;
  margin-right: -1px;
}
.tabs-left > .nav-tabs > li > a {
  border-radius: 0px 0 0 0px;
}
.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}
.tabs-left > .nav-tabs > .active > a,
.tabs-left > .nav-tabs > .active > a:hover,
.tabs-left > .nav-tabs > .active > a:focus {
  border-color: #dddddd transparent #dddddd #dddddd;
  -webkit-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.05);
}
.tabs-right > .nav-tabs {
  float: right;
  margin-left: -1px;
}
.tabs-right > .nav-tabs > li > a {
  border-radius: 0 0px 0px 0;
}
.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
}
.tabs-right > .nav-tabs > .active > a,
.tabs-right > .nav-tabs > .active > a:hover,
.tabs-right > .nav-tabs > .active > a:focus {
  border-color: #dddddd #dddddd #dddddd transparent;
}
th.checkbox,
td.checkbox,
th.radio,
td.radio {
  display: table-cell;
}
.views-display-settings .label {
  font-size: 100%;
  color: #666666;
}
.views-display-settings .footer {
  padding: 0;
  margin: 4px 0 0 0;
}
.views-exposed-form .views-exposed-widget .btn {
  margin-top: 1.8em;
}
table .radio input[type="radio"],
table .checkbox input[type="checkbox"] {
  max-width: inherit;
}
.form-horizontal .form-group label {
  position: relative;
  min-height: 1px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: right;
}
@media (min-width: 768px) {
  .form-horizontal .form-group label {
    float: left;
    width: 16.66666667%;
  }
}
.alert a {
  font-weight: bold;
}
.alert-success a,
.alert-success a:hover,
.alert-success a:focus {
  color: #2b542c;
}
.alert-info a,
.alert-info a:hover,
.alert-info a:focus {
  color: #245269;
}
.alert-warning a,
.alert-warning a:hover,
.alert-warning a:focus {
  color: #66512c;
}
.alert-danger a,
.alert-danger a:hover,
.alert-danger a:focus {
  color: #843534;
}
div.image-style-new,
div.image-style-new div {
  display: block;
}
div.image-style-new div.input-group {
  display: table;
}
td.module,
.table-striped > tbody > tr:nth-child(odd) > td.module,
.table > tbody > tr > td.module {
  background: #dddddd;
  font-weight: 700;
}
.book-toc > .dropdown-menu {
  overflow: hidden;
}
.book-toc > .dropdown-menu > .dropdown-header {
  white-space: nowrap;
}
.book-toc > .dropdown-menu > li:nth-child(1) > a {
  font-weight: bold;
}
.book-toc > .dropdown-menu .dropdown-menu {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 0;
  display: block;
  font-size: 12px;
  margin: 0;
  padding: 0;
  position: static;
  width: 100%;
}
.book-toc > .dropdown-menu .dropdown-menu > li {
  padding-left: 20px;
}
.book-toc > .dropdown-menu .dropdown-menu > li > a {
  margin-left: -40px;
  padding-left: 60px;
}
#features-filter .form-item.form-type-checkbox {
  padding-left: 20px;
}
fieldset.features-export-component {
  font-size: 12px;
}
html.js #features-export-form fieldset.features-export-component,
fieldset.features-export-component {
  margin: 0 0 10px;
}
fieldset.features-export-component .panel-heading {
  padding: 5px 10px;
}
fieldset.features-export-component .panel-heading a.panel-title {
  font-size: 12px;
  font-weight: 500;
  margin: -5px -10px;
  padding: 5px 10px;
}
fieldset.features-export-component .panel-body {
  padding: 0 10px;
}
div.features-export-list {
  margin: -11px 0 10px;
  padding: 0 10px;
}
fieldset.features-export-component .component-select .form-type-checkbox,
div.features-export-list .form-type-checkbox {
  line-height: 1em;
  margin: 5px 5px 5px 0 !important;
  min-height: 0;
  padding: 3px 3px 3px 25px!important;
}
fieldset.features-export-component .component-select .form-type-checkbox input[type=checkbox],
div.features-export-list .form-type-checkbox input[type=checkbox] {
  margin-top: 0;
}
body.navbar-is-fixed-top.navbar-administration.navbar-horizontal.navbar-tray-open .navbar-fixed-top {
  top: 79px;
}
body.navbar-is-fixed-top.navbar-administration .navbar-fixed-top {
  top: 39px;
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  body.navbar-is-fixed-top.navbar-administration.navbar-vertical.navbar-tray-open .navbar-fixed-top {
    left: 240px;
    left: 24rem;
  }
}
.navbar-administration #navbar-administration.navbar-oriented .navbar-bar {
  z-index: 1032;
}
.navbar-administration #navbar-administration .navbar-tray {
  z-index: 1031;
}
body.navbar-is-fixed-top.navbar-administration {
  padding-top: 103px !important;
}
body.navbar-is-fixed-top.navbar-administration.navbar-horizontal.navbar-tray-open {
  padding-top: 143px !important;
}
body.navbar-tray-open.navbar-vertical.navbar-fixed {
  margin-left: 240px;
  margin-left: 24rem;
}
#navbar-administration.navbar-oriented .navbar-tray-vertical {
  width: 24rem;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 1;
  filter: alpha(opacity=100);
  font-size: 40px;
  color: #005694;
  text-align: center;
  text-shadow: none;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-image: -webkit-linear-gradient(left, transparent 0%, transparent 100%);
  background-image: -o-linear-gradient(left, transparent 0%, transparent 100%);
  background-image: linear-gradient(to right, transparent 0%, transparent 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, transparent 0%, transparent 100%);
  background-image: -o-linear-gradient(left, transparent 0%, transparent 100%);
  background-image: linear-gradient(to right, transparent 0%, transparent 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #005694;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #005694;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: left;
  text-shadow: 1px 1px 5px #005694;
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 40px;
    height: 40px;
    margin-top: -15px;
    font-size: 40px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.navbar-default {
  background-color: transparent;
  border: none;
}
.top-slider.col-sm-12.col-md-12 {
  padding: 0;
  overflow: hidden;
}
.top-slider.col-sm-12.col-md-12 {
  padding: 0;
}
body.page-node-4913 .bradcrumb-wrapper.container,
body.page-node-4914 .bradcrumb-wrapper.container {
  display: none;
}
body.page-node-4913 h1.page-header,
body.page-node-4914 h1.page-header {
  display: none;
}
body.page-node-4913 .coundowncounter,
body.page-node-4914 .coundowncounter {
  padding-top: 3rem;
  display: flex;
  justify-content: center;
}
body.page-node-4913 article#node-4913 .field-name-field-slider-image,
body.page-node-4914 article#node-4913 .field-name-field-slider-image,
body.page-node-4913 article#node-4914 .field-name-field-slider-image,
body.page-node-4914 article#node-4914 .field-name-field-slider-image {
  display: none;
}
body.page-node-4913 #block-views-events-block-8,
body.page-node-4914 #block-views-events-block-8 {
  width: 100%;
}
body.page-node-4913 #block-views-events-block-8 .view-events .eventrows,
body.page-node-4914 #block-views-events-block-8 .view-events .eventrows {
  margin: 0;
  border: none;
}
body.page-node-4913 #block-views-events-block-8 .view-events .eventrows .fieldwrapper,
body.page-node-4914 #block-views-events-block-8 .view-events .eventrows .fieldwrapper {
  width: 100%;
}
body.page-node-4913 #block-views-events-block-8 .view-events .eventrows .fieldwrapper .maineventtitle,
body.page-node-4914 #block-views-events-block-8 .view-events .eventrows .fieldwrapper .maineventtitle {
  text-align: center;
  font-size: 5rem;
  margin: 1em 0;
  border: none;
  line-height: 1.2;
  font-weight: 600;
}
body.page-node-4913 .top-slider.col-sm-12.col-md-12 .topcontent,
body.page-node-4914 .top-slider.col-sm-12.col-md-12 .topcontent {
  padding: 0;
}
#block-views-slider-block-4 {
  width: 100%;
}
#block-views-slider-block-4 .view-slider .carousel-caption {
  display: none;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.9), 60%, rgba(255, 255, 255, 0.5));
}
#block-views-slider-block-4 .view-slider .carousel-caption h3 {
  padding: 0 20px;
  float: left;
  width: 100%;
  background: none;
}
#block-views-slider-block-4 .view-slider .carousel-caption h3 a {
  font-size: 20px;
  letter-spacing: 1px;
  transition: all 0.25s ease;
  line-height: 1.3;
  margin-bottom: 0;
  text-shadow: none;
  text-align: left;
  color: #c94916;
}
#block-views-slider-block-4 .view-slider .carousel-caption h3 a:hover {
  color: #005694;
}
#block-views-slider-block-4 .view-slider .carousel-caption p {
  font-size: 15px;
  color: #343434;
  text-shadow: none;
  min-height: 56px;
  font-weight: 400;
  letter-spacing: 0;
  padding: 20px;
}
#block-views-slider-block-4 .view-slider .carousel-control span {
  font-family: 'FontAwesome';
  color: #005694;
  font-size: 25px;
  font-weight: 700;
}
#block-views-slider-block-4 .view-slider .carousel-control span.icon-prev:before {
  content: "\f104";
}
#block-views-slider-block-4 .view-slider .carousel-control span.icon-next:before {
  content: "\f105";
}
#block-views-slider-block-4 .view-slider .carousel-inner img {
  width: 100%;
}
#block-views-slider-block-4 .view-slider .carousel-indicators {
  left: 85%;
}
#block-views-slider-block-4 .view-slider .carousel-indicators li {
  border: none;
  border-radius: 50%;
  margin: 0;
  background-color: #005694;
  width: 16px;
  height: 16px;
}
#block-views-slider-block-4 .view-slider .carousel-indicators li.active {
  background-color: #c94916;
}
#block-views-podcast-block-1 {
  display: flex;
  flex-direction: column;
}
.view-podcast {
  display: flex;
  flex-direction: column;
}
.view-podcast .podrow .fieldwrapper .podcastitem iframe {
  border: 0;
}
.view-podcast .podrow .fieldwrapper .podtitle {
  font-size: 20px;
  line-height: 1.2;
  overflow: hidden;
  font-weight: bold;
}
.view-podcast .podrow .fieldwrapper .date-display-single {
  font-weight: bold;
}
.view-podcast .podrow .fieldwrapper .podduration {
  display: flex;
  gap: 1em;
  align-items: center;
}
.view-podcast .podrow .fieldwrapper .podduration .val {
  font-style: italic;
  color: #c94916;
  line-height: 1.2;
  padding: 10px;
}
.view-podcast .view-footer .viewmore a {
  background: #005694;
  color: #ffffff;
  padding: 10px 15px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  float: left;
  margin-top: 10px;
}
.view-podcast .view-footer .viewmore a:hover {
  background: #c94916;
}
.topcontent .region-top-content .programmaticcluster {
  display: flex;
  flex-direction: column;
}
.not-front .view-programmatic-clusters .view-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(33.33333%, 1fr));
}
.not-front .view-programmatic-clusters .programmaticclustersrow {
  padding: 10px;
}
.not-front .view-programmatic-clusters .programmaticclustersrow .fieldwrapper {
  background-color: #eceff1;
  float: left;
  width: 100%;
  min-height: 120px;
}
.not-front .view-programmatic-clusters .programmaticclustersrow .fieldwrapper .subsitetitle {
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 13px;
}
.view-ir-api-recently-added-publications .latestirpublication .relatedpublicationsrow {
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}
.view-ir-api-recently-added-publications .latestirpublication .relatedpublicationsrow:hover {
  -webkit-transform: translateY(-15px);
  transform: translateY(-15px);
}
.view-ir-api-recently-added-publications .latestirpublication .relatedpublicationsrow .publicationcover img {
  width: 160px;
  height: auto;
}
.view-ir-api-recently-added-publications .latestirpublication .relatedpublicationsrow .publicationtitle {
  font-size: 20px;
  line-height: 1.2;
  overflow: hidden;
  font-weight: bold;
}
.view-ir-api-recently-added-publications .latestirpublication .relatedpublicationsrow .publicationtitle a {
  color: #343434;
}
.view-ir-api-recently-added-publications .irapireadmore {
  width: 100%;
  float: right;
  padding-top: 30px;
}
.view-ir-api-recently-added-publications .irapireadmore a {
  font-size: 17px;
  padding: 15px 10px;
  text-transform: uppercase;
  font-weight: bold;
  float: right;
}
.view-ir-api-recently-added-publications .irapireadmore a:after {
  font-family: 'FontAwesome';
  color: #c94916;
  font-size: 21px;
  font-weight: 700;
  padding: 0 15px;
  content: "\f105";
  transition: 0.5s ease-in-out;
}
.view-ir-api-recently-added-publications .irapireadmore a:hover:after {
  padding: 0 0 0 30px;
}
.view-former-ess .formeresrow {
  padding: 20px 0;
}
.view-former-ess .formeresrow .fieldwrapper .formeresdetail .fullname {
  font-size: 17px;
  font-weight: 600;
}
.view-former-ess .formeresrow .fieldwrapper .formeresdetail .country {
  font-weight: 600;
}
.view-former-ess .formeresrow .fieldwrapper .formeresdetail .year {
  font-style: italic;
  font-weight: 300;
}
.view-former-ess .formeresrow .fieldwrapper .formeresbio {
  font-size: 14px;
  color: #777;
}
.view-former-ess .formeresrow .fieldwrapper .formeresreadmore a {
  background: #005694;
  color: #ffffff;
  padding: 10px 15px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  float: left;
  margin-top: 10px;
}
.view-former-ess .formeresrow .fieldwrapper .formeresreadmore a:hover {
  background: #c94916;
}
.view-primary-contact-details h3 {
  width: 100%;
  float: left;
  padding: 20px 0;
  font-size: 30px;
  color: #005694;
  text-transform: uppercase;
}
.view-primary-contact-details .contactdetailrow {
  padding: 20px 10px;
}
.view-primary-contact-details .contactdetailrow .fieldwrapper {
  border: solid 1px #f7f7f7;
  padding: 30px;
}
.view-primary-contact-details .contactdetailrow .fieldwrapper .contactdetailtitle {
  padding: 5px 0;
  font-weight: 600;
  font-size: 20px;
}
.view-primary-contact-details .contactdetailrow .fieldwrapper .contactdetailitem {
  padding: 5px 0;
}
.view-primary-contact-details .contactdetailrow .fieldwrapper .contactdetailitem .field-collection-view {
  padding: 30px 0;
}
.view-primary-contact-details .contactdetailrow .fieldwrapper .contactdetailitem .field-name-field-contact-name {
  padding: 5px 0;
  font-weight: 600;
}
.view-primary-contact-details .contactdetailrow .fieldwrapper .contactdetailitem .field-name-field-telephone,
.view-primary-contact-details .contactdetailrow .fieldwrapper .contactdetailitem .field-name-field-fax {
  padding: 5px 0;
}
.view-primary-contact-details .contactdetailrow .fieldwrapper .contactdetailitem .field-name-field-contact-url {
  padding: 5px 0;
}
.view-primary-contact-details .contactdetailrow .fieldwrapper .contactdetailitem .field-name-field-contact-url a {
  padding: 5px 15px;
  float: left;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  background: #eceff1;
  color: #46535b;
}
.view-primary-contact-details .contactdetailrow .fieldwrapper .contactdetailitem .field-name-field-contact-url a:hover {
  background: #46535b;
  color: #ffffff;
}
#block-views-sros-block {
  float: left;
}
.view-sros {
  float: left;
}
.view-sros .srosrow,
.view-sros .othersrosrow {
  padding: 10px;
}
.view-sros .srosrow.col-md-2,
.view-sros .othersrosrow.col-md-2 {
  width: 20%;
}
.view-sros .srosrow .fieldwrapper,
.view-sros .othersrosrow .fieldwrapper {
  background-color: #eceff1;
  float: left;
  width: 100%;
}
.view-sros .srosrow .fieldwrapper .subsiteiconimg img,
.view-sros .othersrosrow .fieldwrapper .subsiteiconimg img {
  margin: 0 auto;
}
.view-sros .srosrow .fieldwrapper .subsitetitle,
.view-sros .othersrosrow .fieldwrapper .subsitetitle {
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 13px;
}
.view-strategic-directions .otherstrategicdirectionsrow,
.view-strategic-directions .strategicdirectioninfosrow {
  padding: 10px;
}
.view-strategic-directions .otherstrategicdirectionsrow .fieldwrapper,
.view-strategic-directions .strategicdirectioninfosrow .fieldwrapper {
  background: #eceff1;
  float: left;
  width: 100%;
  padding: 10px;
  min-height: 350px;
}
.view-strategic-directions .otherstrategicdirectionsrow .fieldwrapper .strdirtitle,
.view-strategic-directions .strategicdirectioninfosrow .fieldwrapper .strdirtitle {
  padding-top: 45px;
  font-size: 17px;
  font-weight: bold;
  text-transform: uppercase;
}
.view-strategic-directions .otherstrategicdirectionsrow .fieldwrapper .strdirsubtitle,
.view-strategic-directions .strategicdirectioninfosrow .fieldwrapper .strdirsubtitle {
  font-weight: bold;
}
.view-strategic-directions .otherstrategicdirectionsrow .fieldwrapper .strdircallout,
.view-strategic-directions .strategicdirectioninfosrow .fieldwrapper .strdircallout {
  text-align: justify;
  font-size: 13px;
}
.view-strategic-directions .allstrategicdirectionsrow.col-md-2 {
  width: 20%;
  border-bottom: 10px solid #e0e0dc;
  padding: 0px;
}
.view-strategic-directions .allstrategicdirectionsrow:nth-child(1) .strdirsliderimg {
  background: url(/sites/all/themes/theme/images/bg/build_bg.png) no-repeat center;
}
.view-strategic-directions .allstrategicdirectionsrow:nth-child(1) .strdircallout,
.view-strategic-directions .allstrategicdirectionsrow:nth-child(1) .strdirbody {
  border-left: 10px solid #e0e0dc;
}
.view-strategic-directions .allstrategicdirectionsrow:nth-child(2) .strdirsliderimg {
  background: url(/sites/all/themes/theme/images/bg/formulate_bg.png) no-repeat center;
}
.view-strategic-directions .allstrategicdirectionsrow:nth-child(3) .strdirsliderimg {
  background: url(/sites/all/themes/theme/images/bg/design_bg.png) no-repeat center;
}
.view-strategic-directions .allstrategicdirectionsrow:nth-child(4) .strdirsliderimg {
  background: url(/sites/all/themes/theme/images/bg/support_bg.png) no-repeat center;
}
.view-strategic-directions .allstrategicdirectionsrow:nth-child(5) .strdirsliderimg {
  background: url(/sites/all/themes/theme/images/bg/advocate_bg.png) no-repeat center;
}
.view-strategic-directions .allstrategicdirectionsrow:nth-child(5) .strdircallout,
.view-strategic-directions .allstrategicdirectionsrow:nth-child(5) .strdirbody {
  border-right: 10px solid #e0e0dc;
}
.view-strategic-directions .allstrategicdirectionsrow:nth-child(5) .strdirbody {
  padding-right: 10px;
}
.view-strategic-directions .allstrategicdirectionsrow .strdircovimg img {
  margin: 0 auto;
}
.view-strategic-directions .allstrategicdirectionsrow .strdirtitle {
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}
.view-strategic-directions .allstrategicdirectionsrow .strdirsubtitle {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  min-height: 90px;
}
.view-strategic-directions .allstrategicdirectionsrow .strdirsliderimg {
  padding: 50px 0;
  min-height: 175px;
}
.view-strategic-directions .allstrategicdirectionsrow .strdirsliderimg img {
  margin: 0 auto;
  border-radius: 100%;
}
.view-strategic-directions .allstrategicdirectionsrow .strdircallout {
  text-align: center;
  font-weight: bold;
  font-size: 13px;
  min-height: 210px;
}
.view-strategic-directions .allstrategicdirectionsrow .strdirbody {
  padding: 0;
  min-height: 880px;
}
.view-subsite-information .subsitesubtitle {
  font-size: 20px;
  font-weight: bold;
}
.publicationinfo {
  width: 100%;
  float: left;
}
.publicationinfo .publicationsubtitle {
  width: 100%;
  float: left;
  font-size: 25px;
  font-style: italic;
  color: #46535b;
  padding: 10px 0;
}
.publicationinfo .publicartionreleasedate {
  width: 100%;
  float: left;
  padding: 10px 0;
}
.publicationinfo .publicartionreleasedate .publicartionreleasedatelabel {
  font-weight: bold;
  float: left;
  padding-right: 20px;
  padding-top: 5px;
}
.publicationinfo .publicartionreleasedate .publicartionreleasedateval {
  color: #005694;
  text-transform: uppercase;
  font-size: 20px;
}
.publicationinfo .publicationcoverimg img {
  border: solid 1px #eceff1;
}
.publicationinfo .publicationtext {
  text-align: justify;
}
.publicationinfo .publicationfiledownload {
  float: left;
  margin: 20px 0;
}
.publicationinfo .publicationfiledownload a {
  background: #005694;
  color: #ffffff;
  padding: 10px 15px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  float: left;
  font-size: 11px;
}
.publicationinfo .publicationfiledownload a:hover {
  background: #c94916;
}
.publicationinfo .publicationedit {
  float: left;
  margin: 20px 0;
}
.publicationinfo .publicationedit a {
  background: #005694;
  color: #ffffff;
  padding: 6px 8px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  float: left;
  font-size: 11px;
  background: #eceff1;
  color: #005694;
}
.publicationinfo .publicationedit a:hover {
  background: #c94916;
}
.publicationinfo .publicationedit a:hover {
  background: #46535b;
  color: #ffffff;
}
.coundowncounter {
  float: left;
  width: 100%;
}
.view-events.eventcountdown .eventrows {
  border: none;
}
.view-events.eventcountdown .eventrows .fieldwrapper {
  width: 100%;
}
.view-events.eventcountdown .eventrows .countdownHolder {
  font-size: 40px;
}
.view-events.eventcountdown .eventrows div[id*="field-countdown-timer-note"] {
  font-size: 20px;
  text-align: center;
}
.view-events.view-display-id-block_1.view-events .highlightedeventrows,
.view-events.view-display-id-block_5.view-events .highlightedeventrows,
.view-events.view-display-id-block_6.view-events .highlightedeventrows,
.view-events.view-display-id-block_7.view-events .highlightedeventrows,
.view-events.view-display-id-block_14.view-events .highlightedeventrows,
.view-events.view-display-id-block_15.view-events .highlightedeventrows,
.view-events.view-display-id-block_16.view-events .highlightedeventrows {
  padding: 10px;
}
.view-events.view-display-id-block_1.view-events .highlightedeventrows .fieldwrapper,
.view-events.view-display-id-block_5.view-events .highlightedeventrows .fieldwrapper,
.view-events.view-display-id-block_6.view-events .highlightedeventrows .fieldwrapper,
.view-events.view-display-id-block_7.view-events .highlightedeventrows .fieldwrapper,
.view-events.view-display-id-block_14.view-events .highlightedeventrows .fieldwrapper,
.view-events.view-display-id-block_15.view-events .highlightedeventrows .fieldwrapper,
.view-events.view-display-id-block_16.view-events .highlightedeventrows .fieldwrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}
.view-events.view-display-id-block_1.view-events .highlightedeventrows .fieldwrapper:hover,
.view-events.view-display-id-block_5.view-events .highlightedeventrows .fieldwrapper:hover,
.view-events.view-display-id-block_6.view-events .highlightedeventrows .fieldwrapper:hover,
.view-events.view-display-id-block_7.view-events .highlightedeventrows .fieldwrapper:hover,
.view-events.view-display-id-block_14.view-events .highlightedeventrows .fieldwrapper:hover,
.view-events.view-display-id-block_15.view-events .highlightedeventrows .fieldwrapper:hover,
.view-events.view-display-id-block_16.view-events .highlightedeventrows .fieldwrapper:hover {
  -webkit-transform: translateY(-15px);
  transform: translateY(-15px);
}
.view-events.view-display-id-block_1.view-events .highlightedeventrows .fieldwrapper .eventtitle,
.view-events.view-display-id-block_5.view-events .highlightedeventrows .fieldwrapper .eventtitle,
.view-events.view-display-id-block_6.view-events .highlightedeventrows .fieldwrapper .eventtitle,
.view-events.view-display-id-block_7.view-events .highlightedeventrows .fieldwrapper .eventtitle,
.view-events.view-display-id-block_14.view-events .highlightedeventrows .fieldwrapper .eventtitle,
.view-events.view-display-id-block_15.view-events .highlightedeventrows .fieldwrapper .eventtitle,
.view-events.view-display-id-block_16.view-events .highlightedeventrows .fieldwrapper .eventtitle {
  font-size: 20px;
  line-height: 1.2;
  overflow: hidden;
  font-weight: bold;
}
.view-events.view-display-id-block_1.view-events .highlightedeventrows .fieldwrapper .eventtitle a,
.view-events.view-display-id-block_5.view-events .highlightedeventrows .fieldwrapper .eventtitle a,
.view-events.view-display-id-block_6.view-events .highlightedeventrows .fieldwrapper .eventtitle a,
.view-events.view-display-id-block_7.view-events .highlightedeventrows .fieldwrapper .eventtitle a,
.view-events.view-display-id-block_14.view-events .highlightedeventrows .fieldwrapper .eventtitle a,
.view-events.view-display-id-block_15.view-events .highlightedeventrows .fieldwrapper .eventtitle a,
.view-events.view-display-id-block_16.view-events .highlightedeventrows .fieldwrapper .eventtitle a {
  color: #343434;
}
.view-events.view-display-id-block_1.view-events .highlightedeventrows .fieldwrapper .eventtitle a:hover,
.view-events.view-display-id-block_5.view-events .highlightedeventrows .fieldwrapper .eventtitle a:hover,
.view-events.view-display-id-block_6.view-events .highlightedeventrows .fieldwrapper .eventtitle a:hover,
.view-events.view-display-id-block_7.view-events .highlightedeventrows .fieldwrapper .eventtitle a:hover,
.view-events.view-display-id-block_14.view-events .highlightedeventrows .fieldwrapper .eventtitle a:hover,
.view-events.view-display-id-block_15.view-events .highlightedeventrows .fieldwrapper .eventtitle a:hover,
.view-events.view-display-id-block_16.view-events .highlightedeventrows .fieldwrapper .eventtitle a:hover {
  color: #c94916;
}
.view-events.view-display-id-block_1.view-events .highlightedeventrows .fieldwrapper .eventdate,
.view-events.view-display-id-block_5.view-events .highlightedeventrows .fieldwrapper .eventdate,
.view-events.view-display-id-block_6.view-events .highlightedeventrows .fieldwrapper .eventdate,
.view-events.view-display-id-block_7.view-events .highlightedeventrows .fieldwrapper .eventdate,
.view-events.view-display-id-block_14.view-events .highlightedeventrows .fieldwrapper .eventdate,
.view-events.view-display-id-block_15.view-events .highlightedeventrows .fieldwrapper .eventdate,
.view-events.view-display-id-block_16.view-events .highlightedeventrows .fieldwrapper .eventdate {
  padding: 10px;
}
.view-events.view-display-id-block_1.view-events .highlightedeventrows .fieldwrapper .eventdate .startdate,
.view-events.view-display-id-block_5.view-events .highlightedeventrows .fieldwrapper .eventdate .startdate,
.view-events.view-display-id-block_6.view-events .highlightedeventrows .fieldwrapper .eventdate .startdate,
.view-events.view-display-id-block_7.view-events .highlightedeventrows .fieldwrapper .eventdate .startdate,
.view-events.view-display-id-block_14.view-events .highlightedeventrows .fieldwrapper .eventdate .startdate,
.view-events.view-display-id-block_15.view-events .highlightedeventrows .fieldwrapper .eventdate .startdate,
.view-events.view-display-id-block_16.view-events .highlightedeventrows .fieldwrapper .eventdate .startdate {
  float: left;
}
.view-events.view-display-id-block_1.view-events .highlightedeventrows .fieldwrapper .eventdate .startdate:after,
.view-events.view-display-id-block_5.view-events .highlightedeventrows .fieldwrapper .eventdate .startdate:after,
.view-events.view-display-id-block_6.view-events .highlightedeventrows .fieldwrapper .eventdate .startdate:after,
.view-events.view-display-id-block_7.view-events .highlightedeventrows .fieldwrapper .eventdate .startdate:after,
.view-events.view-display-id-block_14.view-events .highlightedeventrows .fieldwrapper .eventdate .startdate:after,
.view-events.view-display-id-block_15.view-events .highlightedeventrows .fieldwrapper .eventdate .startdate:after,
.view-events.view-display-id-block_16.view-events .highlightedeventrows .fieldwrapper .eventdate .startdate:after {
  font-family: 'FontAwesome';
  color: #c94916;
  font-weight: 700;
  padding: 0 15px;
  content: "\f105";
}
.view-events.view-display-id-block_1.view-events .highlightedeventrows .fieldwrapper .eventdate .enddate,
.view-events.view-display-id-block_5.view-events .highlightedeventrows .fieldwrapper .eventdate .enddate,
.view-events.view-display-id-block_6.view-events .highlightedeventrows .fieldwrapper .eventdate .enddate,
.view-events.view-display-id-block_7.view-events .highlightedeventrows .fieldwrapper .eventdate .enddate,
.view-events.view-display-id-block_14.view-events .highlightedeventrows .fieldwrapper .eventdate .enddate,
.view-events.view-display-id-block_15.view-events .highlightedeventrows .fieldwrapper .eventdate .enddate,
.view-events.view-display-id-block_16.view-events .highlightedeventrows .fieldwrapper .eventdate .enddate {
  float: left;
}
.view-events.view-display-id-block_1.view-events .highlightedeventrows .fieldwrapper .eventlocation,
.view-events.view-display-id-block_5.view-events .highlightedeventrows .fieldwrapper .eventlocation,
.view-events.view-display-id-block_6.view-events .highlightedeventrows .fieldwrapper .eventlocation,
.view-events.view-display-id-block_7.view-events .highlightedeventrows .fieldwrapper .eventlocation,
.view-events.view-display-id-block_14.view-events .highlightedeventrows .fieldwrapper .eventlocation,
.view-events.view-display-id-block_15.view-events .highlightedeventrows .fieldwrapper .eventlocation,
.view-events.view-display-id-block_16.view-events .highlightedeventrows .fieldwrapper .eventlocation {
  font-weight: 300;
}
.view-events.view-display-id-block_1.view-events .view-footer,
.view-events.view-display-id-block_5.view-events .view-footer,
.view-events.view-display-id-block_6.view-events .view-footer,
.view-events.view-display-id-block_7.view-events .view-footer,
.view-events.view-display-id-block_14.view-events .view-footer,
.view-events.view-display-id-block_15.view-events .view-footer,
.view-events.view-display-id-block_16.view-events .view-footer {
  width: 100%;
  float: left;
  padding-top: 30px;
}
.view-events.view-display-id-block_1.view-events .view-footer .viewmore,
.view-events.view-display-id-block_5.view-events .view-footer .viewmore,
.view-events.view-display-id-block_6.view-events .view-footer .viewmore,
.view-events.view-display-id-block_7.view-events .view-footer .viewmore,
.view-events.view-display-id-block_14.view-events .view-footer .viewmore,
.view-events.view-display-id-block_15.view-events .view-footer .viewmore,
.view-events.view-display-id-block_16.view-events .view-footer .viewmore {
  float: right;
}
.view-events.view-display-id-block_1.view-events .view-footer .viewmore a,
.view-events.view-display-id-block_5.view-events .view-footer .viewmore a,
.view-events.view-display-id-block_6.view-events .view-footer .viewmore a,
.view-events.view-display-id-block_7.view-events .view-footer .viewmore a,
.view-events.view-display-id-block_14.view-events .view-footer .viewmore a,
.view-events.view-display-id-block_15.view-events .view-footer .viewmore a,
.view-events.view-display-id-block_16.view-events .view-footer .viewmore a {
  font-size: 17px;
  padding: 15px 10px;
  text-transform: uppercase;
  font-weight: bold;
}
.view-events.view-display-id-block_1.view-events .view-footer .viewmore a:after,
.view-events.view-display-id-block_5.view-events .view-footer .viewmore a:after,
.view-events.view-display-id-block_6.view-events .view-footer .viewmore a:after,
.view-events.view-display-id-block_7.view-events .view-footer .viewmore a:after,
.view-events.view-display-id-block_14.view-events .view-footer .viewmore a:after,
.view-events.view-display-id-block_15.view-events .view-footer .viewmore a:after,
.view-events.view-display-id-block_16.view-events .view-footer .viewmore a:after {
  font-family: 'FontAwesome';
  color: #c94916;
  font-size: 21px;
  font-weight: 700;
  padding: 0 15px;
  content: "\f105";
  transition: 0.5s ease-in-out;
}
.view-events.view-display-id-block_1.view-events .view-footer .viewmore a:hover,
.view-events.view-display-id-block_5.view-events .view-footer .viewmore a:hover,
.view-events.view-display-id-block_6.view-events .view-footer .viewmore a:hover,
.view-events.view-display-id-block_7.view-events .view-footer .viewmore a:hover,
.view-events.view-display-id-block_14.view-events .view-footer .viewmore a:hover,
.view-events.view-display-id-block_15.view-events .view-footer .viewmore a:hover,
.view-events.view-display-id-block_16.view-events .view-footer .viewmore a:hover {
  color: #c94916;
}
.view-events.view-display-id-block_1.view-events .view-footer .viewmore a:hover:after,
.view-events.view-display-id-block_5.view-events .view-footer .viewmore a:hover:after,
.view-events.view-display-id-block_6.view-events .view-footer .viewmore a:hover:after,
.view-events.view-display-id-block_7.view-events .view-footer .viewmore a:hover:after,
.view-events.view-display-id-block_14.view-events .view-footer .viewmore a:hover:after,
.view-events.view-display-id-block_15.view-events .view-footer .viewmore a:hover:after,
.view-events.view-display-id-block_16.view-events .view-footer .viewmore a:hover:after {
  padding: 0 0 0 30px;
}
.view-events.view-display-id-block_1.view-events .highlightedeventrows .fieldwrapper .eventstartdateasimg .datecontainer,
.view-events.view-display-id-block_5.view-events .highlightedeventrows .fieldwrapper .eventstartdateasimg .datecontainer,
.view-events.view-display-id-block_6.view-events .highlightedeventrows .fieldwrapper .eventstartdateasimg .datecontainer,
.view-events.view-display-id-block_7.view-events .highlightedeventrows .fieldwrapper .eventstartdateasimg .datecontainer,
.view-events.view-display-id-block_14.view-events .highlightedeventrows .fieldwrapper .eventstartdateasimg .datecontainer,
.view-events.view-display-id-block_15.view-events .highlightedeventrows .fieldwrapper .eventstartdateasimg .datecontainer,
.view-events.view-display-id-block_16.view-events .highlightedeventrows .fieldwrapper .eventstartdateasimg .datecontainer {
  position: absolute;
  border: 1px solid #0d73d6;
  color: #0d73d6;
  height: 5em;
  width: 5em;
  align-items: center;
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  padding: .125em 0;
  text-align: center;
  text-transform: uppercase;
  float: left;
}
.view-events.view-display-id-block_1.view-events .highlightedeventrows .fieldwrapper .eventstartdateasimg .year,
.view-events.view-display-id-block_5.view-events .highlightedeventrows .fieldwrapper .eventstartdateasimg .year,
.view-events.view-display-id-block_6.view-events .highlightedeventrows .fieldwrapper .eventstartdateasimg .year,
.view-events.view-display-id-block_7.view-events .highlightedeventrows .fieldwrapper .eventstartdateasimg .year,
.view-events.view-display-id-block_14.view-events .highlightedeventrows .fieldwrapper .eventstartdateasimg .year,
.view-events.view-display-id-block_15.view-events .highlightedeventrows .fieldwrapper .eventstartdateasimg .year,
.view-events.view-display-id-block_16.view-events .highlightedeventrows .fieldwrapper .eventstartdateasimg .year {
  padding: 0 !important;
  font-size: 12px;
}
.view-events.view-display-id-block_1.view-events .highlightedeventrows .fieldwrapper .eventstartdateasimg .month,
.view-events.view-display-id-block_5.view-events .highlightedeventrows .fieldwrapper .eventstartdateasimg .month,
.view-events.view-display-id-block_6.view-events .highlightedeventrows .fieldwrapper .eventstartdateasimg .month,
.view-events.view-display-id-block_7.view-events .highlightedeventrows .fieldwrapper .eventstartdateasimg .month,
.view-events.view-display-id-block_14.view-events .highlightedeventrows .fieldwrapper .eventstartdateasimg .month,
.view-events.view-display-id-block_15.view-events .highlightedeventrows .fieldwrapper .eventstartdateasimg .month,
.view-events.view-display-id-block_16.view-events .highlightedeventrows .fieldwrapper .eventstartdateasimg .month {
  font-weight: 700;
  line-height: 1.14286;
  font-size: 15px;
}
.view-events.view-display-id-block_1.view-events .highlightedeventrows .fieldwrapper .eventstartdateasimg .day,
.view-events.view-display-id-block_5.view-events .highlightedeventrows .fieldwrapper .eventstartdateasimg .day,
.view-events.view-display-id-block_6.view-events .highlightedeventrows .fieldwrapper .eventstartdateasimg .day,
.view-events.view-display-id-block_7.view-events .highlightedeventrows .fieldwrapper .eventstartdateasimg .day,
.view-events.view-display-id-block_14.view-events .highlightedeventrows .fieldwrapper .eventstartdateasimg .day,
.view-events.view-display-id-block_15.view-events .highlightedeventrows .fieldwrapper .eventstartdateasimg .day,
.view-events.view-display-id-block_16.view-events .highlightedeventrows .fieldwrapper .eventstartdateasimg .day {
  font-weight: 700;
  font-size: 2em;
  line-height: 0.8125;
  font-family: franklin-gothic-urw, helvetica, sans-serif;
  padding: 0;
}
.view-events.view-display-id-block_1.view-events .highlightedeventrows .fieldwrapper .eventstartdateasimg .datecontainer:hover,
.view-events.view-display-id-block_5.view-events .highlightedeventrows .fieldwrapper .eventstartdateasimg .datecontainer:hover,
.view-events.view-display-id-block_6.view-events .highlightedeventrows .fieldwrapper .eventstartdateasimg .datecontainer:hover,
.view-events.view-display-id-block_7.view-events .highlightedeventrows .fieldwrapper .eventstartdateasimg .datecontainer:hover,
.view-events.view-display-id-block_14.view-events .highlightedeventrows .fieldwrapper .eventstartdateasimg .datecontainer:hover,
.view-events.view-display-id-block_15.view-events .highlightedeventrows .fieldwrapper .eventstartdateasimg .datecontainer:hover,
.view-events.view-display-id-block_16.view-events .highlightedeventrows .fieldwrapper .eventstartdateasimg .datecontainer:hover {
  background-color: #0d73d6;
}
.view-events.view-display-id-block_1.view-events .highlightedeventrows .fieldwrapper .eventstartdateasimg .datecontainer:hover .day span,
.view-events.view-display-id-block_5.view-events .highlightedeventrows .fieldwrapper .eventstartdateasimg .datecontainer:hover .day span,
.view-events.view-display-id-block_6.view-events .highlightedeventrows .fieldwrapper .eventstartdateasimg .datecontainer:hover .day span,
.view-events.view-display-id-block_7.view-events .highlightedeventrows .fieldwrapper .eventstartdateasimg .datecontainer:hover .day span,
.view-events.view-display-id-block_14.view-events .highlightedeventrows .fieldwrapper .eventstartdateasimg .datecontainer:hover .day span,
.view-events.view-display-id-block_15.view-events .highlightedeventrows .fieldwrapper .eventstartdateasimg .datecontainer:hover .day span,
.view-events.view-display-id-block_16.view-events .highlightedeventrows .fieldwrapper .eventstartdateasimg .datecontainer:hover .day span,
.view-events.view-display-id-block_1.view-events .highlightedeventrows .fieldwrapper .eventstartdateasimg .datecontainer:hover .month span,
.view-events.view-display-id-block_5.view-events .highlightedeventrows .fieldwrapper .eventstartdateasimg .datecontainer:hover .month span,
.view-events.view-display-id-block_6.view-events .highlightedeventrows .fieldwrapper .eventstartdateasimg .datecontainer:hover .month span,
.view-events.view-display-id-block_7.view-events .highlightedeventrows .fieldwrapper .eventstartdateasimg .datecontainer:hover .month span,
.view-events.view-display-id-block_14.view-events .highlightedeventrows .fieldwrapper .eventstartdateasimg .datecontainer:hover .month span,
.view-events.view-display-id-block_15.view-events .highlightedeventrows .fieldwrapper .eventstartdateasimg .datecontainer:hover .month span,
.view-events.view-display-id-block_16.view-events .highlightedeventrows .fieldwrapper .eventstartdateasimg .datecontainer:hover .month span,
.view-events.view-display-id-block_1.view-events .highlightedeventrows .fieldwrapper .eventstartdateasimg .datecontainer:hover .year span,
.view-events.view-display-id-block_5.view-events .highlightedeventrows .fieldwrapper .eventstartdateasimg .datecontainer:hover .year span,
.view-events.view-display-id-block_6.view-events .highlightedeventrows .fieldwrapper .eventstartdateasimg .datecontainer:hover .year span,
.view-events.view-display-id-block_7.view-events .highlightedeventrows .fieldwrapper .eventstartdateasimg .datecontainer:hover .year span,
.view-events.view-display-id-block_14.view-events .highlightedeventrows .fieldwrapper .eventstartdateasimg .datecontainer:hover .year span,
.view-events.view-display-id-block_15.view-events .highlightedeventrows .fieldwrapper .eventstartdateasimg .datecontainer:hover .year span,
.view-events.view-display-id-block_16.view-events .highlightedeventrows .fieldwrapper .eventstartdateasimg .datecontainer:hover .year span {
  color: #ffffff;
}
.view-events.view-display-id-block_1.view-events .highlightedeventrows .fieldwrapper .eventtitle,
.view-events.view-display-id-block_5.view-events .highlightedeventrows .fieldwrapper .eventtitle,
.view-events.view-display-id-block_6.view-events .highlightedeventrows .fieldwrapper .eventtitle,
.view-events.view-display-id-block_7.view-events .highlightedeventrows .fieldwrapper .eventtitle,
.view-events.view-display-id-block_14.view-events .highlightedeventrows .fieldwrapper .eventtitle,
.view-events.view-display-id-block_15.view-events .highlightedeventrows .fieldwrapper .eventtitle,
.view-events.view-display-id-block_16.view-events .highlightedeventrows .fieldwrapper .eventtitle {
  text-transform: uppercase;
}
.view-events.view-display-id-fronteventhighlight .view-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.view-events.view-display-id-fronteventhighlight .highlightedeventrows {
  margin: 10px 0;
}
.view-events.view-display-id-fronteventhighlight .highlightedeventrows .fieldwrapper {
  float: left;
  background: #ffffff;
  width: 100%;
  height: 100%;
  padding-bottom: 10px;
}
.view-events.view-display-id-fronteventhighlight .highlightedeventrows .fieldwrapper .eventlogo {
  padding: 0;
}
.view-events.view-display-id-fronteventhighlight .highlightedeventrows .fieldwrapper .eventlogo img {
  width: 100%;
  height: 120px;
  margin: 0 auto;
  border-bottom: solid 1px #eceff1;
}
.view-events.view-display-id-fronteventhighlight .highlightedeventrows .fieldwrapper .eventtitle {
  font-weight: bold;
  padding: 10px;
  font-size: 13px;
  letter-spacing: 1px;
}
.view-events.view-display-id-fronteventhighlight .highlightedeventrows .fieldwrapper .eventdate {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px;
}
.view-events.view-display-id-fronteventhighlight .highlightedeventrows .fieldwrapper .eventdate .startdate {
  float: left;
  padding: 0;
}
.view-events.view-display-id-fronteventhighlight .highlightedeventrows .fieldwrapper .eventdate .startdate span.date-display-single {
  float: left;
}
.view-events.view-display-id-fronteventhighlight .highlightedeventrows .fieldwrapper .eventdate .enddate {
  float: right;
  padding: 0;
}
.view-events.view-display-id-fronteventhighlight .highlightedeventrows .fieldwrapper .eventdate .enddate span.date-display-single {
  float: right;
}
.view-events.view-display-id-fronteventhighlight .highlightedeventrows .fieldwrapper .eventdate .enddate span.date-display-single:before {
  font-family: 'FontAwesome';
  content: "\f101";
  padding-right: 30px;
  color: #c94916;
}
.view-events.view-display-id-fronteventhighlight .highlightedeventrows .fieldwrapper .eventlocation {
  font-size: 13px;
  font-style: italic;
}
.view-events .featuredeventrows .fieldwrapper {
  float: left;
}
.view-events .featuredeventrows .fieldwrapper .eventlogo {
  padding: 0;
}
.view-events .featuredeventrows .fieldwrapper .eventlogo img {
  width: 150px;
  margin: 0 50px;
  float: right;
  border: 1px #eceff1 solid;
}
.view-events .featuredeventrows .fieldwrapper .eventtitle,
.view-events .featuredeventrows .fieldwrapper .eventsubtitle {
  padding: 10px 0;
  font-size: 20px;
  line-height: 1.2;
  font-weight: bold;
  letter-spacing: 1px;
}
.view-events .featuredeventrows .fieldwrapper .eventsubtitle {
  font-size: 17px;
  color: #777777;
  font-style: italic;
}
.view-events .featuredeventrows .fieldwrapper .eventlocation,
.view-events .featuredeventrows .fieldwrapper .eventdate {
  padding: 5px 0;
  text-transform: uppercase;
}
.view-events .eventrows {
  margin: 10px 0;
  border-bottom: solid 1px #eceff1;
}
.view-events .eventrows .fieldwrapper {
  float: left;
}
.view-events .eventrows .fieldwrapper .eventdate {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px;
}
.view-events .eventrows .fieldwrapper .eventdate span.date-display-single {
  background: #eceff1;
  padding: 5px 10px;
  margin-bottom: 10px;
  float: left;
}
.view-events .eventrows .fieldwrapper .eventdate .startdate {
  float: left;
}
.view-events .eventrows .fieldwrapper .eventdate .enddate {
  float: right;
}
.view-events .eventrows .fieldwrapper .eventdate .enddate span.date-display-single {
  float: right;
}
.view-events .eventrows .fieldwrapper .eventdate .enddate span.date-display-single:before {
  font-family: 'FontAwesome';
  content: "\f101";
  padding-right: 30px;
  color: #c94916;
}
.view-events .eventrows .fieldwrapper .eventlogo img {
  width: 150px;
  margin: 0 auto;
}
.view-events .eventrows .fieldwrapper .eventtitle {
  font-weight: bold;
}
.view-events .eventrows .fieldwrapper .eventlocation {
  font-size: 13px;
  font-weight: bold;
}
.view-events .relatedeventrows {
  border-bottom: solid 1px #eceff1;
  margin: 10px 0;
  padding: 0;
}
.view-events .relatedeventrows .eventlogo {
  padding: 10px 10px 10px 0px;
}
.view-events .relatedeventrows .eventlogo img {
  border: solid 1px #eceff1;
}
.view-events .relatedeventrows .eventdate {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px;
}
.view-events .relatedeventrows .eventdate span.date-display-single {
  padding: 0px;
  float: left;
}
.view-events .relatedeventrows .eventdate .startdate {
  float: left;
}
.view-events .relatedeventrows .eventdate .enddate {
  float: left;
}
.view-events .relatedeventrows .eventdate .enddate span.date-display-single {
  float: left;
}
.view-events .relatedeventrows .eventdate .enddate span.date-display-single:before {
  font-family: 'FontAwesome';
  content: "\f101";
  padding: 0 30px;
  color: #c94916;
}
.view-events .relatedeventrows .eventlocation {
  padding: 10px 0;
  font-style: italic;
  color: #c94916;
}
.view-events .relatedeventrows .eventtitle {
  font-weight: bold;
  min-height: 80px;
}
.keymessages .keymessagerow,
.relateddocuments .keymessagerow,
.keymessages .relateddocumentsrow,
.relateddocuments .relateddocumentsrow {
  padding: 20px 10px;
}
.keymessages .keymessagerow .keymessagetitle,
.relateddocuments .keymessagerow .keymessagetitle,
.keymessages .relateddocumentsrow .keymessagetitle,
.relateddocuments .relateddocumentsrow .keymessagetitle {
  width: 100%;
  float: left;
  font-weight: bold;
  padding-bottom: 10px;
}
.keymessages .keymessagerow .keymessagedownload a,
.relateddocuments .keymessagerow .keymessagedownload a,
.keymessages .relateddocumentsrow .keymessagedownload a,
.relateddocuments .relateddocumentsrow .keymessagedownload a {
  background: #005694;
  color: #ffffff;
  padding: 6px 8px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  float: left;
  font-size: 11px;
  background: #eceff1;
  color: #005694;
}
.keymessages .keymessagerow .keymessagedownload a:hover,
.relateddocuments .keymessagerow .keymessagedownload a:hover,
.keymessages .relateddocumentsrow .keymessagedownload a:hover,
.relateddocuments .relateddocumentsrow .keymessagedownload a:hover {
  background: #c94916;
}
.keymessages .keymessagerow .keymessagedownload a:hover,
.relateddocuments .keymessagerow .keymessagedownload a:hover,
.keymessages .relateddocumentsrow .keymessagedownload a:hover,
.relateddocuments .relateddocumentsrow .keymessagedownload a:hover {
  background: #46535b;
  color: #ffffff;
}
.front .view-recently-added-publication .pubrow:nth-child(4) {
  clear: left;
}
.front .view-recently-added-publication .pubrow .fieldwrapper {
  float: left;
  margin-bottom: 30px;
  padding: 0 10%;
}
.front .view-recently-added-publication .pubrow .fieldwrapper .pubcov {
  padding: 0;
}
.front .view-recently-added-publication .pubrow .fieldwrapper .pubcov img {
  margin: 0 auto;
  border: 1px #eceff1 solid;
}
.front .view-recently-added-publication .pubrow .fieldwrapper .pubtitle,
.front .view-recently-added-publication .pubrow .fieldwrapper .pubsubtitle {
  padding: 10px 0;
  font-weight: bold;
  min-height: 80px;
  letter-spacing: 1px;
  text-align: center;
}
.front .view-recently-added-publication .pubrow .fieldwrapper .pubsubtitle {
  font-size: 13px;
  color: #c94916;
}
.front .view-recently-added-publication .pubrow .fieldwrapper .publicationseries {
  width: 100%;
  float: left;
  padding: 10px 0;
}
.front .view-recently-added-publication .pubrow .fieldwrapper .publicationseries a {
  width: 100%;
  float: left;
  text-align: center;
  text-transform: uppercase;
  font-size: 13px;
}
.chapters,
.keyfigures {
  /*
	.view-id-publication_chapters{
		border-right: solid 1px @brand-primary-grey;
		float: left;
	}
*/
}
.chapters .publicationchapterrow,
.keyfigures .publicationchapterrow,
.chapters .keyfiguresrow,
.keyfigures .keyfiguresrow {
  width: 100%;
  float: left;
  margin: 10px 0;
}
.chapters .publicationchapterrow .fieldwrapper,
.keyfigures .publicationchapterrow .fieldwrapper,
.chapters .keyfiguresrow .fieldwrapper,
.keyfigures .keyfiguresrow .fieldwrapper {
  background: #d7eaf7;
  padding: 10px;
  float: left;
  width: 100%;
}
.chapters .chapterimg img,
.keyfigures .chapterimg img,
.chapters .keyfigureimg img,
.keyfigures .keyfigureimg img {
  border: solid 1px #eceff1;
}
.chapters .chaptertitle,
.keyfigures .chaptertitle,
.chapters .keyfigurestitle,
.keyfigures .keyfigurestitle {
  font-weight: bold;
  padding-bottom: 20px;
}
.chapters .chapterfile a,
.keyfigures .chapterfile a {
  background: #005694;
  color: #ffffff;
  padding: 6px 8px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  float: left;
  font-size: 11px;
  background: #eceff1;
  color: #005694;
}
.chapters .chapterfile a:hover,
.keyfigures .chapterfile a:hover {
  background: #c94916;
}
.chapters .chapterfile a:hover,
.keyfigures .chapterfile a:hover {
  background: #46535b;
  color: #ffffff;
}
.chapters#block-views-publication-key-figures-block,
.keyfigures#block-views-publication-key-figures-block {
  padding-left: 20px;
}
#block-views-stories-block-8,
#block-views-blogs-block {
  width: 100%;
}
#block-views-stories-block-8 .view-stories .views-row-1 .viewmore,
#block-views-blogs-block .view-stories .views-row-1 .viewmore,
#block-views-stories-block-8 .view-blogs .views-row-1 .viewmore,
#block-views-blogs-block .view-blogs .views-row-1 .viewmore,
#block-views-stories-block-8 .view-stories .views-row-2 .viewmore,
#block-views-blogs-block .view-stories .views-row-2 .viewmore,
#block-views-stories-block-8 .view-blogs .views-row-2 .viewmore,
#block-views-blogs-block .view-blogs .views-row-2 .viewmore,
#block-views-stories-block-8 .view-stories .views-row-3 .viewmore,
#block-views-blogs-block .view-stories .views-row-3 .viewmore,
#block-views-stories-block-8 .view-blogs .views-row-3 .viewmore,
#block-views-blogs-block .view-blogs .views-row-3 .viewmore {
  display: none;
}
#block-views-stories-block-8 .view-stories .views-row-4 .viewmore,
#block-views-blogs-block .view-stories .views-row-4 .viewmore,
#block-views-stories-block-8 .view-blogs .views-row-4 .viewmore,
#block-views-blogs-block .view-blogs .views-row-4 .viewmore {
  float: right;
}
#block-views-stories-block-8 .view-stories .views-row-4 .viewmore a,
#block-views-blogs-block .view-stories .views-row-4 .viewmore a,
#block-views-stories-block-8 .view-blogs .views-row-4 .viewmore a,
#block-views-blogs-block .view-blogs .views-row-4 .viewmore a {
  font-size: 17px;
  color: #428bca;
  padding: 15px 10px;
  text-transform: uppercase;
  font-weight: bold;
}
#block-views-stories-block-8 .view-stories .views-row-4 .viewmore a:after,
#block-views-blogs-block .view-stories .views-row-4 .viewmore a:after,
#block-views-stories-block-8 .view-blogs .views-row-4 .viewmore a:after,
#block-views-blogs-block .view-blogs .views-row-4 .viewmore a:after {
  font-family: 'FontAwesome';
  color: #c94916;
  font-size: 21px;
  font-weight: 700;
  padding: 0 15px;
  content: "\f105";
  transition: 0.5s ease-in-out;
}
#block-views-stories-block-8 .view-stories .views-row-4 .viewmore a:hover,
#block-views-blogs-block .view-stories .views-row-4 .viewmore a:hover,
#block-views-stories-block-8 .view-blogs .views-row-4 .viewmore a:hover,
#block-views-blogs-block .view-blogs .views-row-4 .viewmore a:hover {
  color: #c94916;
}
#block-views-stories-block-8 .view-stories .views-row-4 .viewmore a:hover:after,
#block-views-blogs-block .view-stories .views-row-4 .viewmore a:hover:after,
#block-views-stories-block-8 .view-blogs .views-row-4 .viewmore a:hover:after,
#block-views-blogs-block .view-blogs .views-row-4 .viewmore a:hover:after {
  padding: 0 0 0 30px;
}
#block-views-stories-block-8 .view-stories.view-id-blogs .blogtitle,
#block-views-blogs-block .view-stories.view-id-blogs .blogtitle,
#block-views-stories-block-8 .view-blogs.view-id-blogs .blogtitle,
#block-views-blogs-block .view-blogs.view-id-blogs .blogtitle {
  color: #343434;
  font-weight: bold;
  text-transform: uppercase;
}
#block-views-stories-block-8 .view-stories.view-id-stories .storytitle,
#block-views-blogs-block .view-stories.view-id-stories .storytitle,
#block-views-stories-block-8 .view-blogs.view-id-stories .storytitle,
#block-views-blogs-block .view-blogs.view-id-stories .storytitle,
#block-views-stories-block-8 .view-stories.view-id-blogs .storytitle,
#block-views-blogs-block .view-stories.view-id-blogs .storytitle,
#block-views-stories-block-8 .view-blogs.view-id-blogs .storytitle,
#block-views-blogs-block .view-blogs.view-id-blogs .storytitle,
#block-views-stories-block-8 .view-stories.view-id-stories .blogtitle,
#block-views-blogs-block .view-stories.view-id-stories .blogtitle,
#block-views-stories-block-8 .view-blogs.view-id-stories .blogtitle,
#block-views-blogs-block .view-blogs.view-id-stories .blogtitle,
#block-views-stories-block-8 .view-stories.view-id-blogs .blogtitle,
#block-views-blogs-block .view-stories.view-id-blogs .blogtitle,
#block-views-stories-block-8 .view-blogs.view-id-blogs .blogtitle,
#block-views-blogs-block .view-blogs.view-id-blogs .blogtitle {
  line-height: 1.5;
  min-height: 100px;
  overflow: hidden;
}
#block-views-stories-block-8 .view-stories.view-id-stories .storytitle a:after,
#block-views-blogs-block .view-stories.view-id-stories .storytitle a:after,
#block-views-stories-block-8 .view-blogs.view-id-stories .storytitle a:after,
#block-views-blogs-block .view-blogs.view-id-stories .storytitle a:after,
#block-views-stories-block-8 .view-stories.view-id-blogs .storytitle a:after,
#block-views-blogs-block .view-stories.view-id-blogs .storytitle a:after,
#block-views-stories-block-8 .view-blogs.view-id-blogs .storytitle a:after,
#block-views-blogs-block .view-blogs.view-id-blogs .storytitle a:after,
#block-views-stories-block-8 .view-stories.view-id-stories .blogtitle a:after,
#block-views-blogs-block .view-stories.view-id-stories .blogtitle a:after,
#block-views-stories-block-8 .view-blogs.view-id-stories .blogtitle a:after,
#block-views-blogs-block .view-blogs.view-id-stories .blogtitle a:after,
#block-views-stories-block-8 .view-stories.view-id-blogs .blogtitle a:after,
#block-views-blogs-block .view-stories.view-id-blogs .blogtitle a:after,
#block-views-stories-block-8 .view-blogs.view-id-blogs .blogtitle a:after,
#block-views-blogs-block .view-blogs.view-id-blogs .blogtitle a:after {
  content: '';
  position: absolute;
  left: 0;
  display: inline-block;
  height: 30px;
  width: 100%;
  border-bottom: 1px solid;
  margin-top: 10px;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
#block-views-stories-block-8 .view-stories.view-id-stories .storytitle a:hover:after,
#block-views-blogs-block .view-stories.view-id-stories .storytitle a:hover:after,
#block-views-stories-block-8 .view-blogs.view-id-stories .storytitle a:hover:after,
#block-views-blogs-block .view-blogs.view-id-stories .storytitle a:hover:after,
#block-views-stories-block-8 .view-stories.view-id-blogs .storytitle a:hover:after,
#block-views-blogs-block .view-stories.view-id-blogs .storytitle a:hover:after,
#block-views-stories-block-8 .view-blogs.view-id-blogs .storytitle a:hover:after,
#block-views-blogs-block .view-blogs.view-id-blogs .storytitle a:hover:after,
#block-views-stories-block-8 .view-stories.view-id-stories .blogtitle a:hover:after,
#block-views-blogs-block .view-stories.view-id-stories .blogtitle a:hover:after,
#block-views-stories-block-8 .view-blogs.view-id-stories .blogtitle a:hover:after,
#block-views-blogs-block .view-blogs.view-id-stories .blogtitle a:hover:after,
#block-views-stories-block-8 .view-stories.view-id-blogs .blogtitle a:hover:after,
#block-views-blogs-block .view-stories.view-id-blogs .blogtitle a:hover:after,
#block-views-stories-block-8 .view-blogs.view-id-blogs .blogtitle a:hover:after,
#block-views-blogs-block .view-blogs.view-id-blogs .blogtitle a:hover:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
#block-views-stories-block-8 .view-stories.view-id-stories .storydate,
#block-views-blogs-block .view-stories.view-id-stories .storydate,
#block-views-stories-block-8 .view-blogs.view-id-stories .storydate,
#block-views-blogs-block .view-blogs.view-id-stories .storydate,
#block-views-stories-block-8 .view-stories.view-id-blogs .storydate,
#block-views-blogs-block .view-stories.view-id-blogs .storydate,
#block-views-stories-block-8 .view-blogs.view-id-blogs .storydate,
#block-views-blogs-block .view-blogs.view-id-blogs .storydate,
#block-views-stories-block-8 .view-stories.view-id-stories .blogdate,
#block-views-blogs-block .view-stories.view-id-stories .blogdate,
#block-views-stories-block-8 .view-blogs.view-id-stories .blogdate,
#block-views-blogs-block .view-blogs.view-id-stories .blogdate,
#block-views-stories-block-8 .view-stories.view-id-blogs .blogdate,
#block-views-blogs-block .view-stories.view-id-blogs .blogdate,
#block-views-stories-block-8 .view-blogs.view-id-blogs .blogdate,
#block-views-blogs-block .view-blogs.view-id-blogs .blogdate {
  font-weight: bold;
  padding: 10px;
}
#block-views-stories-block-8 .view-stories.view-id-stories .fieldwrapper .storyimage img,
#block-views-blogs-block .view-stories.view-id-stories .fieldwrapper .storyimage img,
#block-views-stories-block-8 .view-blogs.view-id-stories .fieldwrapper .storyimage img,
#block-views-blogs-block .view-blogs.view-id-stories .fieldwrapper .storyimage img,
#block-views-stories-block-8 .view-stories.view-id-blogs .fieldwrapper .storyimage img,
#block-views-blogs-block .view-stories.view-id-blogs .fieldwrapper .storyimage img,
#block-views-stories-block-8 .view-blogs.view-id-blogs .fieldwrapper .storyimage img,
#block-views-blogs-block .view-blogs.view-id-blogs .fieldwrapper .storyimage img,
#block-views-stories-block-8 .view-stories.view-id-stories .fieldwrapper .blogimg img,
#block-views-blogs-block .view-stories.view-id-stories .fieldwrapper .blogimg img,
#block-views-stories-block-8 .view-blogs.view-id-stories .fieldwrapper .blogimg img,
#block-views-blogs-block .view-blogs.view-id-stories .fieldwrapper .blogimg img,
#block-views-stories-block-8 .view-stories.view-id-blogs .fieldwrapper .blogimg img,
#block-views-blogs-block .view-stories.view-id-blogs .fieldwrapper .blogimg img,
#block-views-stories-block-8 .view-blogs.view-id-blogs .fieldwrapper .blogimg img,
#block-views-blogs-block .view-blogs.view-id-blogs .fieldwrapper .blogimg img {
  display: block;
  position: relative;
  max-width: none;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
}
#block-views-stories-block-8 .view-stories.view-id-stories .fieldwrapper .storyimage:hover img,
#block-views-blogs-block .view-stories.view-id-stories .fieldwrapper .storyimage:hover img,
#block-views-stories-block-8 .view-blogs.view-id-stories .fieldwrapper .storyimage:hover img,
#block-views-blogs-block .view-blogs.view-id-stories .fieldwrapper .storyimage:hover img,
#block-views-stories-block-8 .view-stories.view-id-blogs .fieldwrapper .storyimage:hover img,
#block-views-blogs-block .view-stories.view-id-blogs .fieldwrapper .storyimage:hover img,
#block-views-stories-block-8 .view-blogs.view-id-blogs .fieldwrapper .storyimage:hover img,
#block-views-blogs-block .view-blogs.view-id-blogs .fieldwrapper .storyimage:hover img,
#block-views-stories-block-8 .view-stories.view-id-stories .fieldwrapper .blogimg:hover img,
#block-views-blogs-block .view-stories.view-id-stories .fieldwrapper .blogimg:hover img,
#block-views-stories-block-8 .view-blogs.view-id-stories .fieldwrapper .blogimg:hover img,
#block-views-blogs-block .view-blogs.view-id-stories .fieldwrapper .blogimg:hover img,
#block-views-stories-block-8 .view-stories.view-id-blogs .fieldwrapper .blogimg:hover img,
#block-views-blogs-block .view-stories.view-id-blogs .fieldwrapper .blogimg:hover img,
#block-views-stories-block-8 .view-blogs.view-id-blogs .fieldwrapper .blogimg:hover img,
#block-views-blogs-block .view-blogs.view-id-blogs .fieldwrapper .blogimg:hover img {
  opacity: 0.4;
  filter: alpha(opacity=40);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#block-views-stories-block-8 .view-stories.view-id-stories .fieldwrapper .storyreadmore,
#block-views-blogs-block .view-stories.view-id-stories .fieldwrapper .storyreadmore,
#block-views-stories-block-8 .view-blogs.view-id-stories .fieldwrapper .storyreadmore,
#block-views-blogs-block .view-blogs.view-id-stories .fieldwrapper .storyreadmore,
#block-views-stories-block-8 .view-stories.view-id-blogs .fieldwrapper .storyreadmore,
#block-views-blogs-block .view-stories.view-id-blogs .fieldwrapper .storyreadmore,
#block-views-stories-block-8 .view-blogs.view-id-blogs .fieldwrapper .storyreadmore,
#block-views-blogs-block .view-blogs.view-id-blogs .fieldwrapper .storyreadmore {
  position: absolute;
  bottom: 80px;
  left: 0;
  overflow: hidden;
}
#block-views-stories-block-8 .view-stories.view-id-stories .fieldwrapper .storyreadmore a,
#block-views-blogs-block .view-stories.view-id-stories .fieldwrapper .storyreadmore a,
#block-views-stories-block-8 .view-blogs.view-id-stories .fieldwrapper .storyreadmore a,
#block-views-blogs-block .view-blogs.view-id-stories .fieldwrapper .storyreadmore a,
#block-views-stories-block-8 .view-stories.view-id-blogs .fieldwrapper .storyreadmore a,
#block-views-blogs-block .view-stories.view-id-blogs .fieldwrapper .storyreadmore a,
#block-views-stories-block-8 .view-blogs.view-id-blogs .fieldwrapper .storyreadmore a,
#block-views-blogs-block .view-blogs.view-id-blogs .fieldwrapper .storyreadmore a {
  color: #ffffff;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  font-size: 24px;
  width: 100%;
  float: left;
}
#block-views-stories-block-8 .view-stories.view-id-stories .fieldwrapper .storyreadmore:hover a,
#block-views-blogs-block .view-stories.view-id-stories .fieldwrapper .storyreadmore:hover a,
#block-views-stories-block-8 .view-blogs.view-id-stories .fieldwrapper .storyreadmore:hover a,
#block-views-blogs-block .view-blogs.view-id-stories .fieldwrapper .storyreadmore:hover a,
#block-views-stories-block-8 .view-stories.view-id-blogs .fieldwrapper .storyreadmore:hover a,
#block-views-blogs-block .view-stories.view-id-blogs .fieldwrapper .storyreadmore:hover a,
#block-views-stories-block-8 .view-blogs.view-id-blogs .fieldwrapper .storyreadmore:hover a,
#block-views-blogs-block .view-blogs.view-id-blogs .fieldwrapper .storyreadmore:hover a {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(32%, 0, 0);
  transform: translate3d(32%, 0, 0);
}
.view-stories .col-md-9.latestnewslist {
  padding: 0;
}
.view-stories .mcrecentstoriesrow {
  border-bottom: solid 1px #eceff1;
  margin: 10px 0;
  padding: 0;
}
.view-stories .mcrecentstoriesrow .storyimg {
  padding-left: 0;
}
.view-stories .mcrecentstoriesrow .storydate {
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
}
.view-stories .mcrecentstoriesrow .storylocation {
  font-weight: bold;
}
.view-stories .mcrecentstoriesrow .storytype {
  font-style: italic;
  color: #c94916;
}
.view-stories .mcrecentstoriesrow .storytitle {
  font-weight: bold;
}
.view-stories .mcrecentstoriesrow.esrelated {
  padding: 0;
}
.view-stories .mcrecentstoriesrow.esrelated .storyimg {
  padding: 15px 0;
}
.view-stories .mcrecentstoriesrow.esrelated .storytype {
  padding: 10px 0;
}
.view-stories .mcrecentstoriesrow.esrelated .storytitle {
  padding: 0 10px;
}
.engagewithus .socialmediarow {
  margin: 5px 0;
  padding: 5px 10px;
}
.engagewithus .socialmediarow .engagewithus i {
  font-size: 21px;
}
.engagewithus .socialmediarow::nth-child(1) i {
  color: #3b5998;
}
.engagewithus .socialmediarow::nth-child(2) i {
  color: #1da1f2;
}
.engagewithus .socialmediarow::nth-child(3) i {
  color: #e60023;
}
.engagewithus .socialmediarow::nth-child(4) i {
  color: #f700c0;
}
.engagewithus .socialmediarow::nth-child(5) i {
  color: #c94916;
}
.engagewithus .socialmediarow::nth-child(6) i {
  color: #777777;
}
.view-media-inquiries .contactinforow {
  margin: 10px 0;
}
.view-media-inquiries .contactinforow .fieldwrapper {
  float: left;
  width: 100%;
  background: #eceff1;
  padding: 10px 20px;
}
.view-media-inquiries .contactinforow .fieldwrapper .contactname {
  font-weight: bold;
}
.view-media-inquiries .contactinforow .fieldwrapper .contactdesc {
  font-size: 13px;
  padding-bottom: 20px;
}
.view-media-inquiries .contactinforow .fieldwrapper .contactbyemail a {
  background: #005694;
  color: #ffffff;
  padding: 10px 15px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  font-size: 13px;
  width: 100%;
  float: left;
}
.view-media-inquiries .contactinforow .fieldwrapper .contactbyemail a:hover {
  background: #c94916;
}
.view-news-feed-list .esnewsfeedrow {
  margin: 10px 0;
}
.view-news-feed-list .esnewsfeedrow .fieldwrapper {
  float: left;
  width: 100%;
  background: #eceff1;
  padding: 15px;
}
.view-news-feed-list .esnewsfeedrow .fieldwrapper .storydate {
  font-weight: bold;
  font-size: 13px;
  text-transform: uppercase;
}
.view-news-feed-list .esnewsfeedrow .fieldwrapper .newsfeedlink {
  font-weight: bold;
  min-height: 60px;
}
.view-news-feed-list .esnewsfeedrow .fieldwrapper .storysource {
  font-style: italic;
  font-size: 13px;
}
.view-es-bio .esbiorow {
  padding: 0;
}
.view-es-bio .esbiorow .fieldwrapper {
  float: left;
  width: 100%;
  background: #eceff1;
}
.view-es-bio .esbiorow .fieldwrapper .esphoto {
  padding-left: 0;
}
.view-es-bio .esbiorow .fieldwrapper .esphoto img {
  width: 100%;
}
.view-es-bio .esbiorow .fieldwrapper .esname {
  font-weight: bold;
  font-size: 20px;
  padding-bottom: 10px;
}
.view-es-bio .esbiorow .fieldwrapper .esbio a.views-more-link {
  background: #005694;
  color: #ffffff;
  padding: 10px 15px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  margin-top: 10px;
  float: left;
}
.view-es-bio .esbiorow .fieldwrapper .esbio a.views-more-link:hover {
  background: #c94916;
}
.view-related-documents .documentsrow {
  margin-bottom: 10px;
}
.view-related-documents .documentsrow .fieldwrapper {
  background: #eceff1;
  width: 100%;
  float: left;
}
.view-related-documents .documentsrow .fieldwrapper .documenttitle {
  font-weight: bold;
}
.view-related-documents .documentsrow .fieldwrapper .documentowner {
  font-size: 13px;
  font-style: italic;
}
.view-related-documents .documentsrow .fieldwrapper .downloadlink a {
  background: #005694;
  color: #ffffff;
  padding: 10px 15px;
  font-weight: bold;
  text-align: center;
  float: left;
  text-transform: uppercase;
}
.view-related-documents .documentsrow .fieldwrapper .downloadlink a:hover {
  background: #c94916;
}
.view-related-documents .documentsrow .fieldwrapper .documentedit a {
  background: #46535b;
  color: #ffffff;
  padding: 5px 10px;
  text-transform: uppercase;
  font-size: 13px;
}
.view-related-documents .documentsrow .fieldwrapper .documentedit a:hover {
  background: #ffffff;
  color: #46535b;
}
.relatedstoriesblock .publicationstoriesrow {
  padding: 10px;
}
.relatedstoriesblock .publicationstoriesrow .relatedstorylink {
  float: left;
  width: 100%;
}
.relatedstoriesblock .publicationstoriesrow .storydate .date-display-single,
.relatedstoriesblock .publicationstoriesrow .storydate .date-display-range {
  float: left;
  padding: 0 10px;
  background-color: #eceff1;
  font-weight: bold;
}
.relatedstoriesblock .view-footer {
  width: 100%;
  float: left;
}
.relatedstoriesblock .publicationstories {
  padding-top: 30px;
  padding-left: 10px;
}
.relatedstoriesblock .publicationstories a {
  background: #005694;
  color: #ffffff;
  padding: 10px 15px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}
.relatedstoriesblock .publicationstories a:hover {
  background: #c94916;
}
.node-type-chapter .chapterinfo .chapternumber {
  float: right;
}
.node-type-chapter .chapterinfo .chapternumber .chapternumbertxt {
  font-size: 60px;
  float: right;
}
.node-type-chapter .chapterinfo .chapternumber .chapternum {
  font-size: 100px;
  float: right;
  line-height: 110px;
  padding: 0 30px;
}
.node-type-chapter .chapterinfo .chaptertitle {
  font-size: 30px;
}
.node-type-chapter .chapterinfo .chaptertext {
  font-size: 15px;
  text-align: justify;
}
.node-type-chapter .chapterinfo .chapterpublication {
  padding-top: 15px;
  font-weight: bold;
}
.node-type-chapter .chapterinfo .chapterpublication a {
  padding-left: 30px;
}
.node-type-chapter .chapterinfo .publicationfiledownload {
  padding-top: 15px;
}
.node-type-chapter .chapterinfo .publicationfiledownload a {
  background: #005694;
  color: #ffffff;
  padding: 10px 15px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  float: left;
  font-size: 12px;
}
.node-type-chapter .chapterinfo .publicationfiledownload a:hover {
  background: #c94916;
}
.node-type-chapter .chapterinfo .publicationedit {
  float: left;
  margin: 20px 0;
}
.node-type-chapter .chapterinfo .publicationedit a {
  background: #005694;
  color: #ffffff;
  padding: 6px 8px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  float: left;
  font-size: 11px;
  background: #eceff1;
  color: #005694;
}
.node-type-chapter .chapterinfo .publicationedit a:hover {
  background: #c94916;
}
.node-type-chapter .chapterinfo .publicationedit a:hover {
  background: #46535b;
  color: #ffffff;
}
.keyfiguresinchapter {
  padding: 40px 0;
}
.keyfiguresinchapter .keyfiguredesc {
  font-size: 40px;
  text-align: center;
  padding: 30px;
  text-transform: uppercase;
}
.keyfiguresinchapter .chapterkeyfiguresrow .keyfigureimg a {
  float: left;
  padding: 10px 0;
}
.keyfiguresinchapter .chapterkeyfiguresrow .keyfigureimg img {
  overflow: hidden;
  border: 10px solid #eceff1;
  -webkit-box-shadow: 5px 5px 5px #b7b7b7;
  box-shadow: 5px 5px 5px #b7b7b7;
}
.keyfiguresinchapter .chapterkeyfiguresrow .keyfigureimg img:hover {
  overflow: hidden;
  border: 10px solid #eceff1;
  -webkit-box-shadow: 5px 5px 5px #d7eaf7;
  box-shadow: 5px 5px 5px #d7eaf7;
}
.aboutsys {
  width: 100%;
  float: left;
}
.aboutsys .freatpubrow .fieldwrapper {
  float: left;
}
.aboutsys .freatpubrow .fieldwrapper .pubcov {
  padding: 0;
}
.aboutsys .freatpubrow .fieldwrapper .pubcov img {
  width: 350px;
  margin: 0 auto;
  border: 1px #eceff1 solid;
}
.aboutsys .freatpubrow .fieldwrapper .pubtitle,
.aboutsys .freatpubrow .fieldwrapper .pubsubtitle {
  padding: 10px 0;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 1px;
}
.aboutsys .freatpubrow .fieldwrapper .pubsubtitle {
  font-size: 30px;
  color: #777777;
  font-style: italic;
}
.aboutsys .freatpubrow .fieldwrapper .publicationseries {
  padding: 10px 0;
}
.aboutsys .freatpubrow .fieldwrapper .publicationseries a {
  text-align: center;
  text-transform: uppercase;
}
.view-list-of-publication-series .view-content {
  padding: 0;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
}
.view-list-of-publication-series .view-content .seriesrow {
  padding: 10px 0;
  border-bottom: solid 1px #d7d9da;
}
.view-list-of-publication-series .view-content .seriesrow:before {
  /*content : ">>";*/
}
.view-list-of-publication-series .view-content .seriesrow.active.active-trail a {
  color: #c94916;
}
.view-recently-added-publication .subsiterelatedpubrow {
  width: calc(22%);
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  padding: 0;
  float: left;
}
.view-recently-added-publication .subsiterelatedpubrow .fieldwrapper {
  float: left;
  width: 100%;
  height: 100%;
  padding-bottom: 10px;
}
.view-recently-added-publication .subsiterelatedpubrow .fieldwrapper .pubcover {
  padding: 0;
}
.view-recently-added-publication .subsiterelatedpubrow .fieldwrapper .pubcover img {
  width: 200px;
  height: auto;
  margin: 0 auto;
  border: solid 1px #eceff1;
}
.view-recently-added-publication .subsiterelatedpubrow .fieldwrapper .pubtitle {
  font-weight: normal;
  padding: 10px;
  font-size: 17px;
  letter-spacing: 1px;
}
.view-recently-added-publication .subsiterelatedpubrow .fieldwrapper .pubsubtitle {
  font-size: 15px;
  font-style: italic;
  color: #c94916;
  padding: 10px;
}
.view-experts .expertsrow {
  padding: 30px;
}
.view-experts .expertsrow .expertphoto img {
  margin: 0 auto;
  border-radius: 50%;
  border: solid 4px #eceff1;
}
.view-experts .expertsrow .expertname {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  padding: 10px;
}
.view-experts .expertsrow .expertexperties {
  text-align: center;
  font-size: 17px;
  padding: 5px;
}
.view-experts .expertsrow .expertbio {
  text-align: center;
  font-size: 14px;
  padding: 5px;
}
.view-experts .expertsrow .expertprofile {
  float: left;
  text-align: center;
  padding: 20px 0;
}
.view-experts .expertsrow .expertprofile a {
  background: #005694;
  color: #ffffff;
  padding: 10px 15px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}
.view-experts .expertsrow .expertprofile a:hover {
  background: #c94916;
}
.view-recently-added-publication.view-display-id-frontessentialreadings .view-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.view-recently-added-publication .highlightedpubrow {
  margin: 10px 0;
}
.view-recently-added-publication .highlightedpubrow .fieldwrapper {
  float: left;
  width: 100%;
  height: 100%;
  padding-bottom: 10px;
}
.view-recently-added-publication .highlightedpubrow .fieldwrapper .pubcover {
  padding: 0;
}
.view-recently-added-publication .highlightedpubrow .fieldwrapper .pubcover img {
  width: 200px;
  height: auto;
  margin: 0 auto;
  border: solid 1px #eceff1;
}
.view-recently-added-publication .highlightedpubrow .fieldwrapper .pubtitle {
  font-weight: bold;
  padding: 10px;
  font-size: 13px;
  letter-spacing: 1px;
}
.view-recently-added-publication .highlightedpubrow .fieldwrapper .pubsubtitle {
  font-size: 13px;
  font-style: italic;
  color: #c94916;
  padding: 10px;
}
.view-recently-added-publication .pubrow:nth-child(3n + 1) {
  clear: both;
}
.view-recently-added-publication .pubrow .fieldwrapper {
  float: left;
  margin-bottom: 10px;
  padding: 0 10px;
}
.view-recently-added-publication .pubrow .fieldwrapper .pubcov {
  padding: 0;
}
.view-recently-added-publication .pubrow .fieldwrapper .pubcov img {
  margin: 0 auto;
  border: 1px #eceff1 solid;
}
.view-recently-added-publication .pubrow .fieldwrapper .pubtitle,
.view-recently-added-publication .pubrow .fieldwrapper .pubsubtitle {
  padding: 10px 0;
  font-weight: bold;
  min-height: 80px;
  letter-spacing: 1px;
  text-align: center;
}
.view-recently-added-publication .pubrow .fieldwrapper .pubsubtitle {
  font-size: 13px;
  color: #c94916;
}
.view-recently-added-publication .pubrow .fieldwrapper .publicationseries {
  width: 100%;
  float: left;
  padding: 10px 0;
}
.view-recently-added-publication .pubrow .fieldwrapper .publicationseries a {
  text-align: center;
  text-transform: uppercase;
  font-size: 13px;
}
.view-publication-videos .publicationvideorow {
  padding: 20px 10px;
}
.view-publication-videos .publicationvideorow:nth-child(4) {
  clear: left;
}
.view-publication-videos .publicationvideorow .publicationvideo {
  padding-bottom: 10px;
}
.view-publication-videos .publicationvideorow .publicationvideotitle {
  padding: 0;
  letter-spacing: 3px;
  float: left;
  width: 100%;
  font-weight: bold;
}
.view-publication-videos .more-link {
  width: 100%;
  float: left;
  text-align: center;
}
.view-publication-videos .more-link a {
  background: #005694;
  color: #ffffff;
  padding: 10px 15px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}
.view-publication-videos .more-link a:hover {
  background: #c94916;
}
.view-publication-videos .pubmultimediarow:nth-child(3n) {
  clear: left;
}
.view-publication-videos .pubmultimediarow .fieldwrapper {
  position: relative;
}
.view-publication-videos .pubmultimediarow .publicationvideotitle {
  padding: 20px 0;
  text-align: center;
}
.view-publication-videos .pubmultimediarow .pubtype {
  position: absolute;
  top: 0;
  left: 0;
  background: #c94916;
  padding: 5px 10px;
  color: #ffffff;
  font-size: 13px;
  font-weight: bold;
}
.view-publication-videos .pubmultimediarow .pubalbumcoverimg img {
  width: 100%;
}
.view-news-coverages.view-display-id-block .coveragerow {
  float: left;
  background: #ffffff;
  border: 1px solid #E2E2E2;
}
.view-news-coverages.view-display-id-block .coveragerow:hover {
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
}
.view-news-coverages.view-display-id-block .coveragerow .coveragedate {
  padding-top: 10px;
  color: #005694;
  text-transform: uppercase;
  font-size: 20px;
}
.view-news-coverages.view-display-id-block .coveragerow .coveragetitle {
  padding-top: 10px;
  font-weight: 700;
  min-height: 80px;
}
.view-news-coverages.view-display-id-block .coveragerow .coveragebody {
  padding-top: 10px;
  font-style: italic;
  color: #999;
}
.view-news-coverages.view-display-id-block .coveragerow .coveragesourcelogo {
  padding-top: 10px;
}
.view-news-coverages.view-display-id-block .coveragerow .coveragesourcelogo img {
  width: 100px;
  border: solid 1px #e2e2e2;
  margin: 0 auto;
}
.view-news-coverages.view-display-id-block .coveragerow .coveragesource {
  padding-top: 10px;
  text-align: center;
}
.view-news-coverages.view-display-id-block .coveragerow .coveragelink {
  float: left;
  margin: 20px 0;
  padding: 0;
  text-align: center;
}
.view-news-coverages.view-display-id-block .coveragerow .coveragelink a {
  background: #005694;
  color: #ffffff;
  padding: 10px 15px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}
.view-news-coverages.view-display-id-block .coveragerow .coveragelink a:hover {
  background: #c94916;
}
.view-news-coverages .newscoveragepagerow {
  min-height: 400px;
}
.view-news-coverages .newscoveragepagerow .coverageimg img {
  margin: 0 auto;
}
.view-news-coverages .newscoveragepagerow .coveragedate .date-display-single,
.view-news-coverages .newscoveragepagerow .coveragedate .date-display-range {
  float: left;
  padding: 0 10px;
  background-color: #eceff1;
  font-weight: bold;
}
.view-news-coverages .newscoveragepagerow .coveragetitle {
  letter-spacing: 3px;
  float: left;
  width: 100%;
}
.view-news-coverages .newscoveragepagerow .coveragesource {
  font-size: 12px;
}
.view-client-list.view-display-id-block .clientlogo img {
  margin: 0 auto;
}
.view-client-list.view-display-id-block .partnername a {
  letter-spacing: 3px;
  float: left;
  width: 100%;
  text-align: center;
}
.view-client-list.view-display-id-block_1 .partnerspagerow {
  min-height: 240px;
}
.view-client-list.view-display-id-block_1 .partnerspagerow .partnerlogo img {
  margin: 0 auto;
}
.view-client-list.view-display-id-block_1 .partnerspagerow .partnername {
  letter-spacing: 3px;
  float: left;
  width: 100%;
  text-align: center;
}
/* common css for view block pages */
.view-announcements .announcementpagerow {
  min-height: 340px;
  margin-bottom: 20px;
}
.view-announcements .announcementpagerow .announcementimg img {
  margin: 0 auto;
}
.view-announcements .announcementpagerow .announcementtitle a {
  letter-spacing: 3px;
  float: left;
  width: 100%;
}
.view-announcements .announcementpagerow .announcementdate .date-display-single,
.view-announcements .announcementpagerow .announcementdate .date-display-range {
  float: left;
  padding: 0 10px;
  background-color: #eceff1;
  font-weight: bold;
}
.view-gallery .galleryalbumrow {
  min-height: 340px;
  margin-bottom: 20px;
}
.view-gallery .galleryalbumrow .albumimg {
  padding: 0;
}
.view-gallery .galleryalbumrow .albumimg img {
  margin: 0 auto;
  width: 100%;
  height: auto;
}
.view-gallery .galleryalbumrow .albumtitle {
  padding: 0;
  letter-spacing: 3px;
  float: left;
  width: 100%;
  font-weight: bold;
}
.view-gallery .galleryalbumrow .albumdesc {
  padding: 0;
  text-align: justify;
}
.view-gallery .galleryalbumrow .aboutreadmore {
  float: left;
  margin: 20px 0;
}
.view-gallery .galleryalbumrow .aboutreadmore a {
  background: #005694;
  color: #ffffff;
  padding: 10px 15px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}
.view-gallery .galleryalbumrow .aboutreadmore a:hover {
  background: #c94916;
}
.view-gallery .galleryalbumrow .albumdate {
  padding: 10px 0;
}
.view-gallery .galleryalbumrow .albumdate .date-display-single,
.view-gallery .galleryalbumrow .albumdate .date-display-range {
  float: left;
  padding: 0 10px;
  background-color: #eceff1;
  font-weight: bold;
}
.view-gallery .latestalbumrow {
  padding: 0;
}
.view-gallery .latestalbumrow .albumimg ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.view-gallery .latestalbumrow .albumimg ul li {
  float: left;
}
.view-gallery .latestalbumrow .albumimg ul li a img {
  margin: 0 auto;
}
.view-gallery .latestalbumrow .albumimg ul li.first {
  padding-right: 10px;
  float: left;
  width: 50%;
}
.view-gallery .latestalbumrow .albumimg ul li.last {
  padding-left: 10px;
  float: left;
  width: 50%;
}
.view-gallery .latestalbumrow .albumdate .date-display-single,
.view-gallery .latestalbumrow .albumdate .date-display-range {
  float: left;
  padding: 0 10px;
  background-color: #eceff1;
  font-weight: bold;
}
.view-gallery .latestalbumrow .albumtitle a {
  letter-spacing: 3px;
  float: left;
  width: 100%;
}
.view-accreditations .accreditationrow {
  min-height: 340px;
}
.view-accreditations .accreditationrow .accreditationimg img {
  margin: 0 auto;
}
.view-accreditations .accreditationrow .accreditationtitle a {
  letter-spacing: 3px;
  text-align: center;
  float: left;
  width: 100%;
}
.view-video .videospagerow,
.view-video .videosrow {
  min-height: 340px;
}
.view-video .videospagerow .videoimg img,
.view-video .videosrow .videoimg img {
  margin: 0 auto;
}
.view-video .videospagerow .videodate .date-display-single,
.view-video .videosrow .videodate .date-display-single,
.view-video .videospagerow .videodate .date-display-range,
.view-video .videosrow .videodate .date-display-range {
  float: left;
  padding: 0 10px;
  background-color: #eceff1;
  font-weight: bold;
}
.view-video .videospagerow .videotitle a,
.view-video .videosrow .videotitle a {
  letter-spacing: 3px;
  float: left;
  width: 100%;
}
.view-video .latestvideosrow {
  padding: 0;
}
.view-video .latestvideosrow .videodate .date-display-single,
.view-video .latestvideosrow .videodate .date-display-range {
  float: left;
  padding: 0 10px;
  background-color: #eceff1;
  font-weight: bold;
}
.view-video .latestvideosrow .videotitle a {
  letter-spacing: 3px;
  float: left;
  width: 100%;
  color: #d7eaf7;
}
.view-video .latestvideosrow .videotitle a:hover {
  color: #ffffff;
}
.view-featured-content .featuredcontentrow .featuredimg {
  padding: 0;
}
.view-featured-content .featuredcontentrow .featuredimg img {
  margin: 0 auto;
}
.view-featured-content .featuredcontentrow .featuredtitle {
  padding: 10px 0;
  font-size: 17px;
  letter-spacing: 1px;
  text-align: center;
}
.view-services-products {
  margin-top: 30px;
}
.view-services-products .saprow {
  background: #ffffff;
  width: 24%;
  margin: 0.5%;
  padding: 0 0 20px;
}
.view-services-products .saprow .sapimg {
  padding: 0;
  overflow: hidden;
}
.view-services-products .saprow .sapimg img {
  width: 100%;
  -webkit-transform: rotate(0) scale(1);
  transform: rotate(0) scale(1);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  margin: 0 auto;
}
.view-services-products .saprow .sapimg img:hover {
  -webkit-transform: rotate(15deg) scale(1.5);
  transform: rotate(15deg) scale(1.5);
}
.view-services-products .saprow .saptitle a {
  letter-spacing: 3px;
  font-size: 25px;
  text-align: center;
  float: left;
  width: 100%;
}
.view-services-products .saprow .sapcallout {
  text-align: justify;
}
.view-services-products .saprow .sapreadmore {
  text-align: center;
}
.view-services-products .saprow .sapreadmore a {
  background: #005694;
  color: #ffffff;
  padding: 10px 15px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}
.view-services-products .saprow .sapreadmore a:hover {
  background: #c94916;
}
.view-event-and-stories .eventandstories .eveimg {
  padding: 0;
  overflow: hidden;
  margin-top: 15px;
}
.view-event-and-stories .eventandstories .eveimg img {
  overflow: hidden;
  border: 10px solid #ffffff;
  -webkit-box-shadow: 5px 5px 5px #073569;
  box-shadow: 5px 5px 5px #073569;
  -webkit-transform: rotate(0) scale(1);
  transform: rotate(0) scale(1);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  margin: 0 auto;
}
.view-event-and-stories .eventandstories .eveimg img:hover {
  -webkit-transform: rotate(15deg) scale(1.5);
  transform: rotate(15deg) scale(1.5);
}
.view-event-and-stories .eventandstories .evetitle {
  padding: 0;
}
.view-event-and-stories .eventandstories .evetitle a {
  margin: 10px 0;
  letter-spacing: 3px;
  font-size: 25px;
  color: #d7eaf7;
}
.view-event-and-stories .eventandstories .evetitle a:hover {
  color: #eceff1;
}
.view-event-and-stories .eventandstories .evedate .date-display-single,
.view-event-and-stories .eventandstories .evedate .date-display-start,
.view-event-and-stories .eventandstories .evedate .date-display-end {
  padding: 5px 10px;
  background-color: #eceff1;
  font-weight: bold;
  color: #555;
}
.view-event-and-stories .eventandstories .evedate .date-display-range {
  color: #eceff1;
}
.view-event-and-stories .eventandstories .evetype {
  text-transform: uppercase;
  color: #d7eaf7;
  font-weight: bold;
  letter-spacing: 4px;
}
.view-event-and-stories .eventandstories .evedesc {
  text-align: justify;
  color: #eceff1;
}
.view-event-and-stories .eventandstories .evereadmore a {
  background: #005694;
  color: #ffffff;
  padding: 10px 15px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  color: #005694;
  background: #d7eaf7;
}
.view-event-and-stories .eventandstories .evereadmore a:hover {
  background: #c94916;
}
.view-event-and-stories .eventandstories .evereadmore a:hover {
  color: #005694;
  background: #eceff1;
}
.front .slider {
  padding: 0;
}
.front .slider .carousel .carousel-inner .item {
  transition-property: opacity;
}
.front .slider .carousel .carousel-inner .item,
.front .slider .carousel .carousel-inner .active.left,
.front .slider .carousel .carousel-inner .active.right {
  opacity: 0;
}
.front .slider .carousel .carousel-inner .active,
.front .slider .carousel .carousel-inner .next.left,
.front .slider .carousel .carousel-inner .prev.right {
  opacity: 1;
}
.front .slider .carousel .carousel-inner .next,
.front .slider .carousel .carousel-inner .prev,
.front .slider .carousel .carousel-inner .active.left,
.front .slider .carousel .carousel-inner .active.right {
  left: 0;
  transform: translate3d(0, 0, 0);
}
.front .slider .carousel .carousel-control {
  z-index: 2;
}
.front .slider .imageslider {
  padding: 0;
}
.front .slider .item img {
  width: 100%;
  height: auto;
}
.front .slider .carousel-caption {
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0;
}
.front .slider .carousel-caption h3 {
  padding: 20px;
  margin: 0;
  float: left;
  background: rgba(66, 148, 209, 0.6899999999999999);
  width: 50%;
}
.front .slider .carousel-caption h3 a {
  font-size: 54px;
  margin-bottom: 1.5em;
  border: none;
  line-height: 1.2;
  font-weight: 600;
  margin: 0;
  font-size: 40px;
  letter-spacing: -0.025em;
  text-shadow: none;
  text-align: left;
  color: #ffffff;
  width: 100%;
  float: left;
}
.front .slider .carousel-caption h3 a:hover {
  color: #d7eaf7;
}
.front .slider .carousel-caption p {
  font-size: 17px;
  color: #eceff1;
  text-shadow: 1px 1px 5px #46535b;
  min-height: 56px;
}
.front .slider .carousel-control span {
  font-family: 'FontAwesome';
  color: #005694;
  font-size: 25px;
  font-weight: 700;
}
.front .slider .carousel-control span.icon-prev:before {
  content: "\f104";
}
.front .slider .carousel-control span.icon-next:before {
  content: "\f105";
}
.front .slider .carousel-indicators {
  left: 95%;
}
.front .slider .carousel-indicators li {
  border: none;
  border-radius: 50%;
  margin: 0;
  background-color: #005694;
  width: 16px;
  height: 16px;
}
.front .slider .carousel-indicators li.active {
  background-color: #c94916;
}
.front .view-stories.view-id-stories .storytitle {
  font-size: 21px;
  line-height: 1.2;
  height: 110px;
  overflow: hidden;
}
.front .view-stories.view-id-stories .storytitle a {
  color: #ffffff;
}
.front .view-stories.view-id-stories .storytitle a:after {
  content: '';
  position: absolute;
  left: 0;
  display: inline-block;
  height: 30px;
  width: 100%;
  border-bottom: 1px solid;
  margin-top: 10px;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.front .view-stories.view-id-stories .storytitle a:hover:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.front .view-stories.view-id-stories .storydate {
  font-weight: bold;
  padding: 10px;
}
.front .view-stories.view-id-stories .storydate span.date-display-single {
  color: #d7eaf7;
}
.front .view-stories.view-id-stories .fieldwrapper .storyimage img {
  display: block;
  position: relative;
  max-width: none;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
}
.front .view-stories.view-id-stories .fieldwrapper .storyreadmore {
  position: absolute;
  bottom: 80px;
  left: 0;
  overflow: hidden;
}
.front .view-stories.view-id-stories .fieldwrapper .storyreadmore a {
  color: #ffffff;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  font-size: 24px;
  width: 100%;
  float: left;
}
.front .view-stories.view-id-stories .fieldwrapper:hover .storyimage img {
  opacity: 0.4;
  filter: alpha(opacity=40);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.front .view-stories.view-id-stories .fieldwrapper:hover .storyreadmore a {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(32%, 0, 0);
  transform: translate3d(32%, 0, 0);
}
.front .view-stories.view-id-stories .view-footer {
  width: 100%;
  float: left;
}
.front .view-stories.view-id-stories .view-footer .viewmore {
  float: right;
}
.front .view-stories.view-id-stories .view-footer .viewmore a {
  font-size: 17px;
  color: #d7eaf7;
  padding: 15px 10px;
  text-transform: uppercase;
  font-weight: bold;
}
.front .view-stories.view-id-stories .view-footer .viewmore a:after {
  font-family: 'FontAwesome';
  color: #c94916;
  font-size: 21px;
  font-weight: 700;
  padding: 0 15px;
  content: "\f105";
  transition: 0.5s ease-in-out;
}
.front .view-stories.view-id-stories .view-footer .viewmore a:hover {
  color: #ffffff;
}
.front .view-stories.view-id-stories .view-footer .viewmore a:hover:after {
  padding: 0 0 0 30px;
}
.front .view-events .highlightedeventrows .fieldwrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}
.front .view-events .highlightedeventrows .fieldwrapper:hover {
  -webkit-transform: translateY(-15px);
  transform: translateY(-15px);
}
.front .view-events .highlightedeventrows .fieldwrapper .eventstartdateasimg {
  padding-top: 25%;
  /* 1:1 Aspect Ratio */
  position: relative;
  /* If you want text inside of it */
  /*

					.month {
						color: @brand-primary-white;
						background: @brand-primary-bergendy;
						float: left;
						width: 100%;
						padding-bottom: 7px;
						font-size: 30px;
						font-weight: bold;
						letter-spacing: 2px;
					
					}

					.day {
						font-size: 45px;
						font-weight: bold;
						color: @brand-primary-orange;
					}

					.year {
						float: left;
						text-align: center;
						width: 100%;
						font-size: 30px;
					}

					*/
}
.front .view-events .highlightedeventrows .fieldwrapper .eventstartdateasimg .datecontainer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border: 1px solid #005694;
  padding: 0;
  border-radius: 50px;
}
.front .view-events .highlightedeventrows .fieldwrapper .eventstartdateasimg span {
  line-height: 1;
  text-align: center;
  width: 100%;
  float: left;
  height: 100%;
  text-transform: uppercase;
}
.front .view-events .highlightedeventrows .fieldwrapper .eventstartdateasimg .day,
.front .view-events .highlightedeventrows .fieldwrapper .eventstartdateasimg .month,
.front .view-events .highlightedeventrows .fieldwrapper .eventstartdateasimg .year {
  width: 100%;
  float: left;
  text-align: center;
  color: #005694;
}
.front .view-events .highlightedeventrows .fieldwrapper .eventstartdateasimg .year {
  padding: 10px 0;
  font-size: 13px;
}
.front .view-events .highlightedeventrows .fieldwrapper .eventstartdateasimg .month {
  font-weight: bold;
  font-size: 20px;
}
.front .view-events .highlightedeventrows .fieldwrapper .eventstartdateasimg .day {
  font-weight: bold;
  font-size: 35px;
  padding-top: 5px;
}
.front .view-events .highlightedeventrows .fieldwrapper .eventtype {
  font-size: 13px;
  font-weight: bold;
  color: #005694;
}
.front .view-events .highlightedeventrows .fieldwrapper .eventtitle {
  font-size: 20px;
  line-height: 1.2;
  overflow: hidden;
  font-weight: bold;
}
.front .view-events .highlightedeventrows .fieldwrapper .eventtitle a {
  color: #343434;
  /*
	
						&:after {
							content: '';
							position: absolute;
							left: 0;
							display: inline-block;
							height: 2em;
							width: 100%;
							border-bottom: 1px solid;
							margin-top: 10px;
							opacity: 0;
							-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
							transition: opacity 0.35s, transform 0.35s;
							-webkit-transform: scale(0,1);
							transform: scale(0,1);
						}
						
						&:hover:after {
							opacity: 1;
							-webkit-transform: scale(.9);
							transform: scale(.9);
						}
						*/
}
.front .view-events .highlightedeventrows .fieldwrapper .eventtitle a:hover {
  color: #c94916;
}
.front .view-events .highlightedeventrows .fieldwrapper .eventdate {
  padding: 10px;
}
.front .view-events .highlightedeventrows .fieldwrapper .eventdate .startdate {
  float: left;
}
.front .view-events .highlightedeventrows .fieldwrapper .eventdate .startdate:after {
  font-family: 'FontAwesome';
  color: #c94916;
  font-weight: 700;
  padding: 0 15px;
  content: "\f105";
}
.front .view-events .highlightedeventrows .fieldwrapper .eventdate .enddate {
  float: left;
}
.front .view-events .highlightedeventrows .fieldwrapper .eventlocation {
  font-weight: 300;
}
.front .view-events .view-footer {
  width: 100%;
  float: left;
  padding-top: 30px;
}
.front .view-events .view-footer .viewmore {
  float: right;
}
.front .view-events .view-footer .viewmore a {
  font-size: 17px;
  padding: 15px 10px;
  text-transform: uppercase;
  font-weight: bold;
}
.front .view-events .view-footer .viewmore a:after {
  font-family: 'FontAwesome';
  color: #c94916;
  font-size: 21px;
  font-weight: 700;
  padding: 0 15px;
  content: "\f105";
  transition: 0.5s ease-in-out;
}
.front .view-events .view-footer .viewmore a:hover {
  color: #c94916;
}
.front .view-events .view-footer .viewmore a:hover:after {
  padding: 0 0 0 30px;
}
.front .view-slider.didyouknow .carousel .carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
  text-align: center;
  font-size: 35px;
  line-height: 1.2;
  font-family: 'Times New Roman', Times, serif;
  font-style: italic;
}
.front .view-slider.didyouknow .carousel .carousel-inner .item {
  transition-property: opacity;
}
.front .view-slider.didyouknow .carousel .carousel-inner .item span.quote:before {
  font-family: 'FontAwesome';
  content: "\f10d";
  font-size: 50px;
  padding-right: 30px;
}
.front .view-slider.didyouknow .carousel .carousel-inner .item span.quote:after {
  font-family: 'FontAwesome';
  content: "\f10e";
  font-size: 50px;
  padding-left: 30px;
}
.front .view-slider.didyouknow .carousel .carousel-inner .item,
.front .view-slider.didyouknow .carousel .carousel-inner .active.left,
.front .view-slider.didyouknow .carousel .carousel-inner .active.right {
  opacity: 0;
}
.front .view-slider.didyouknow .carousel .carousel-inner .active,
.front .view-slider.didyouknow .carousel .carousel-inner .next.left,
.front .view-slider.didyouknow .carousel .carousel-inner .prev.right {
  opacity: 1;
}
.front .view-slider.didyouknow .carousel .carousel-inner .next,
.front .view-slider.didyouknow .carousel .carousel-inner .prev,
.front .view-slider.didyouknow .carousel .carousel-inner .active.left,
.front .view-slider.didyouknow .carousel .carousel-inner .active.right {
  left: 0;
  transform: translate3d(0, 0, 0);
}
.front .view-slider.didyouknow .carousel-caption {
  position: relative;
  width: 100%;
  float: left;
  font-family: Montserrat,sans-serif;
  left: 0;
  right: 0;
}
.front .view-slider.didyouknow .carousel-caption h3 {
  padding: 20px;
  float: left;
  width: 100%;
  text-shadow: none;
  text-align: right;
  color: #c94916;
  font-style: normal;
}
.front .view-slider.didyouknow .carousel-control {
  display: none;
}
.front .view-slider.didyouknow .carousel-indicators {
  left: 0;
  width: 100%;
  margin-left: 0;
}
.front .view-slider.didyouknow .carousel-indicators li {
  border: none;
  border-radius: 0;
  margin: 0;
  background-color: #46535b;
  width: 10px;
  height: 10px;
}
.front .view-slider.didyouknow .carousel-indicators li.active {
  background-color: #c94916;
}
.front .latesttweets iframe {
  height: 400px !important;
  width: 100% !important;
}
.front .view-publication-series .fieldwrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}
.front .view-publication-series .fieldwrapper:hover {
  -webkit-transform: translateY(-15px);
  transform: translateY(-15px);
}
.front .view-publication-series .pubtitle {
  font-size: 20px;
  line-height: 1.2;
  overflow: hidden;
  font-weight: bold;
}
.front .view-publication-series .pubtitle a {
  color: #343434;
}
.front .view-publication-series .pubtitle a:hover {
  color: #c94916;
}
.front .view-publication-series .pubsubtitle {
  font-style: italic;
  color: #c94916;
  line-height: 1.2;
  padding: 10px;
}
.front .view-publication-series .pubdesc {
  font-weight: 300;
  line-height: 1.5;
  text-align: justify;
}
.front .view-publication-series .view-footer {
  width: 100%;
  float: left;
  padding-top: 30px;
}
.front .view-publication-series .view-footer .viewmore {
  float: right;
}
.front .view-publication-series .view-footer .viewmore a {
  font-size: 17px;
  padding: 15px 10px;
  text-transform: uppercase;
  font-weight: bold;
}
.front .view-publication-series .view-footer .viewmore a:after {
  font-family: 'FontAwesome';
  color: #c94916;
  font-size: 21px;
  font-weight: 700;
  padding: 0 15px;
  content: "\f105";
  transition: 0.5s ease-in-out;
}
.front .view-publication-series .view-footer .viewmore a:hover {
  color: #c94916;
}
.front .view-publication-series .view-footer .viewmore a:hover:after {
  padding: 0 0 0 30px;
}
.front .view-eca-knowledge-gateway .fieldwrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}
.front .view-eca-knowledge-gateway .fieldwrapper:hover {
  -webkit-transform: translateY(-15px);
  transform: translateY(-15px);
}
.front .view-eca-knowledge-gateway .knowledgetitle {
  font-size: 20px;
  line-height: 1.2;
  overflow: hidden;
  font-weight: bold;
}
.front .view-eca-knowledge-gateway .knowledgetitle a {
  color: #343434;
}
.front .view-eca-knowledge-gateway .knowledgetitle a:hover {
  color: #c94916;
}
.front .view-eca-knowledge-gateway .knowledgedesc {
  font-weight: 300;
  line-height: 1.5;
  text-align: justify;
  padding-top: 30px;
}
.front #block-views-programmatic-clusters-block-2 {
  height: 0px;
  float: left;
  width: 100%;
}
.front #block-views-programmatic-clusters-block-2.open {
  height: 800px;
  transition: all .1s;
}
.front #block-views-programmatic-clusters-block-2 .view-programmatic-clusters {
  /*position: absolute;
		left: 40%;
		top: 25%;
		transition: all .1s;*/
  position: relative;
  transition: all .1s;
  float: left;
  width: 100%;
  height: 100%;
}
.front #block-views-programmatic-clusters-block-2 .view-programmatic-clusters.clustersviewtext .view-content {
  position: absolute;
  top: 250px;
  left: 22%;
}
.front #block-views-programmatic-clusters-block-2 .view-programmatic-clusters.clustersviewtext .view-header .view-content {
  position: absolute;
  left: 955px;
  top: 140px;
}
.front #block-views-programmatic-clusters-block-2 .calloutprogclust {
  position: absolute;
  top: 60px;
  left: -75px;
  width: 400px;
  height: 360px;
  opacity: 0;
  transition: all 0.8s ease-in-out;
  border-radius: 15px;
}
.front #block-views-programmatic-clusters-block-2 .calloutprogclust .fieldwrapper {
  border-radius: 16px;
}
.front #block-views-programmatic-clusters-block-2 button {
  position: absolute;
  top: -120px;
  left: 45%;
  width: 140px;
  padding: 4px 10px;
  background: #428bca;
  border: 0;
  color: white;
  font-size: 20px;
  cursor: pointer;
  transition: all .1s;
}
.front #block-views-programmatic-clusters-block-2 button .less {
  display: none;
  transition: all 0.8s ease-in-out;
}
.front #block-views-programmatic-clusters-block-2 button .more {
  display: block;
  transition: all 0.8s ease-in-out;
}
.front #block-views-programmatic-clusters-block-2 button:hover {
  background: #3071a9;
}
.front #block-views-programmatic-clusters-block-2 button:focus {
  outline: none;
}
.front #block-views-programmatic-clusters-block-2 ul {
  position: absolute;
  list-style: none;
  padding: 0;
  margin: 0;
  top: 0px;
  left: 0px;
}
.front #block-views-programmatic-clusters-block-2 ul li.frontoneclusterrow {
  position: absolute;
  width: 250px;
  height: 0;
  margin: 0 auto;
  transform: rotate(-360deg);
  opacity: 0;
  transition: all 0.8s ease-in-out;
}
.front #block-views-programmatic-clusters-block-2 ul li.frontoneclusterrow.inactive .fieldwrapper {
  background: #ffffff;
}
.front #block-views-programmatic-clusters-block-2 ul li.frontoneclusterrow .fieldwrapper {
  position: absolute;
  left: 50%;
  bottom: 100%;
  width: 250px;
  height: 250px;
  line-height: 1.7px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  box-shadow: none;
  cursor: pointer;
  transition: all 0.8s ease-in-out, color 0.1s;
}
.front #block-views-programmatic-clusters-block-2 ul li.frontoneclusterrow .fieldwrapper:hover {
  background: #adafb1;
  transition: all 0.8s ease-in-out;
}
.front #block-views-programmatic-clusters-block-2 ul li.frontoneclusterrow .fieldwrapper .subsiteiconimg img {
  margin: 0 auto;
  filter: brightness(1) invert(0);
}
.front #block-views-programmatic-clusters-block-2 ul li.frontoneclusterrow .fieldwrapper .subsitetitle {
  line-height: 1.7;
  font-weight: bold;
}
.front #block-views-programmatic-clusters-block-2.open button {
  top: -120px;
  left: 45%;
}
.front #block-views-programmatic-clusters-block-2.open button .less {
  display: block;
  transition: all 0.8s ease-in-out;
}
.front #block-views-programmatic-clusters-block-2.open button .more {
  display: none;
  transition: all 0.8s ease-in-out;
}
.front #block-views-programmatic-clusters-block-2.open .frontoneclusterrow.active {
  transition: all 0.8s ease-in-out;
  z-index: 999;
  /*
	
				&:nth-child(1){
	
						.fieldwrapper{
							background: #c1a265;
						}
				}
		
				&:nth-child(2){
						
						.fieldwrapper{
							background: #4d78b5;
						}
				}
				&:nth-child(3){
						
						.fieldwrapper{
							background: #655a87;
						}
				}
		
				&:nth-child(4){
						
					.fieldwrapper{
						background: #6a4561;
					}
				}
				&:nth-child(5){
						
					.fieldwrapper{
						background: #1a2c4e;
					}
				}
				&:nth-child(6){
						
					.fieldwrapper{
						background: #1cbaaf;
					}
				}
				&:nth-child(7){
						
					.fieldwrapper{
						background: #85c240;
					}
				}
		
				&:nth-child(8){
						
					.fieldwrapper{
						background: #faa918;
					}
				}
				&:nth-child(9){
						
					.fieldwrapper{
						background: #df4848;
					}
				}
				*/
}
.front #block-views-programmatic-clusters-block-2.open .frontoneclusterrow.active .fieldwrapper {
  background: #ffffff !important;
}
.front #block-views-programmatic-clusters-block-2.open .frontoneclusterrow.active .fieldwrapper .subsiteiconimg img {
  filter: none;
}
.front #block-views-programmatic-clusters-block-2.open .frontoneclusterrow.active .fieldwrapper .subsitetitle {
  color: #46535b;
}
.front #block-views-programmatic-clusters-block-2.open .frontoneclusterrow.active:nth-child(1) figcaption {
  background: #c1a265;
}
.front #block-views-programmatic-clusters-block-2.open .frontoneclusterrow.active:nth-child(1) .fieldwrapper {
  border: solid 10px #c1a265;
}
.front #block-views-programmatic-clusters-block-2.open .frontoneclusterrow.active:nth-child(2) figcaption {
  background: #4d78b5;
}
.front #block-views-programmatic-clusters-block-2.open .frontoneclusterrow.active:nth-child(2) .fieldwrapper {
  border: solid 10px #4d78b5;
}
.front #block-views-programmatic-clusters-block-2.open .frontoneclusterrow.active:nth-child(3) figcaption {
  background: #655a87;
}
.front #block-views-programmatic-clusters-block-2.open .frontoneclusterrow.active:nth-child(3) .fieldwrapper {
  border: solid 10px #655a87;
}
.front #block-views-programmatic-clusters-block-2.open .frontoneclusterrow.active:nth-child(4) figcaption {
  background: #6a4561;
}
.front #block-views-programmatic-clusters-block-2.open .frontoneclusterrow.active:nth-child(4) .fieldwrapper {
  border: solid 10px #6a4561;
}
.front #block-views-programmatic-clusters-block-2.open .frontoneclusterrow.active:nth-child(5) figcaption {
  background: #1a2c4e;
}
.front #block-views-programmatic-clusters-block-2.open .frontoneclusterrow.active:nth-child(5) .fieldwrapper {
  border: solid 10px #1a2c4e;
}
.front #block-views-programmatic-clusters-block-2.open .frontoneclusterrow.active:nth-child(6) figcaption {
  background: #1cbaaf;
}
.front #block-views-programmatic-clusters-block-2.open .frontoneclusterrow.active:nth-child(6) .fieldwrapper {
  border: solid 10px #1cbaaf;
}
.front #block-views-programmatic-clusters-block-2.open .frontoneclusterrow.active:nth-child(7) figcaption {
  background: #85c240;
}
.front #block-views-programmatic-clusters-block-2.open .frontoneclusterrow.active:nth-child(7) .fieldwrapper {
  border: solid 10px #85c240;
}
.front #block-views-programmatic-clusters-block-2.open .frontoneclusterrow.active:nth-child(8) figcaption {
  background: #faa918;
}
.front #block-views-programmatic-clusters-block-2.open .frontoneclusterrow.active:nth-child(8) .fieldwrapper {
  border: solid 10px #faa918;
}
.front #block-views-programmatic-clusters-block-2.open .frontoneclusterrow.active:nth-child(9) figcaption {
  background: #df4848;
}
.front #block-views-programmatic-clusters-block-2.open .frontoneclusterrow.active:nth-child(9) .fieldwrapper {
  border: solid 10px #df4848;
}
.front #block-views-programmatic-clusters-block-2.open .calloutprogclust {
  opacity: 1;
  transition: all 0.8s ease-in-out;
}
.front #block-views-programmatic-clusters-block-2.open .calloutprogclust.active {
  z-index: 10;
}
.front #block-views-programmatic-clusters-block-2.open .calloutprogclust.inactive {
  z-index: 0;
}
.front #block-views-programmatic-clusters-block-2.open .calloutprogclust .fieldwrapper .subsiteiconimg img {
  filter: brightness(0) invert(1);
}
.front #block-views-programmatic-clusters-block-2.open .calloutprogclust .fieldwrapper .subsitetitle {
  color: #fff;
}
.front #block-views-programmatic-clusters-block-2.open .calloutprogclust .fieldwrapper .readmorelink {
  text-align: center;
  padding: 20px 0;
}
.front #block-views-programmatic-clusters-block-2.open .calloutprogclust .fieldwrapper .readmorelink a {
  color: #ffffff;
  background: #46535b;
  padding: 10px 20px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
}
.front #block-views-programmatic-clusters-block-2.open .calloutprogclust:nth-child(1) {
  background: #c1a265;
}
.front #block-views-programmatic-clusters-block-2.open .calloutprogclust:nth-child(1) .fieldwrapper {
  background: #c1a265;
}
.front #block-views-programmatic-clusters-block-2.open .calloutprogclust:nth-child(2) {
  background: #4d78b5;
}
.front #block-views-programmatic-clusters-block-2.open .calloutprogclust:nth-child(2) .fieldwrapper {
  background: #4d78b5;
}
.front #block-views-programmatic-clusters-block-2.open .calloutprogclust:nth-child(3) {
  background: #655a87;
}
.front #block-views-programmatic-clusters-block-2.open .calloutprogclust:nth-child(3) .fieldwrapper {
  background: #655a87;
}
.front #block-views-programmatic-clusters-block-2.open .calloutprogclust:nth-child(4) {
  background: #6a4561;
}
.front #block-views-programmatic-clusters-block-2.open .calloutprogclust:nth-child(5) {
  background: #1a2c4e;
}
.front #block-views-programmatic-clusters-block-2.open .calloutprogclust:nth-child(6) {
  background: #1cbaaf;
}
.front #block-views-programmatic-clusters-block-2.open .calloutprogclust:nth-child(7) {
  background: #85c240;
}
.front #block-views-programmatic-clusters-block-2.open .calloutprogclust:nth-child(8) {
  background: #faa918;
}
.front #block-views-programmatic-clusters-block-2.open .calloutprogclust:nth-child(9) {
  background: #df4848;
}
.front #block-views-programmatic-clusters-block-2.open .calloutprogclust .subsitetitle {
  font-size: 20px;
  color: #fff;
  text-align: center;
  padding: 20px;
}
.front #block-views-programmatic-clusters-block-2.open .calloutprogclust .subsitecallout {
  padding: 20px;
  text-align: center;
  color: #fff;
}
.front #block-views-programmatic-clusters-block-2.open .frontoneclusterrow {
  width: 250px;
  height: 275px;
  line-height: 1.7;
  margin: 0 auto;
  opacity: 1;
  /*
			&:nth-child(1){
				figcaption{
					background: #c1a265;
				}
	
				.fieldwrapper{
					border: solid 10px #c1a265;
				}
			}
	
			&:nth-child(2){
				figcaption{
					background: #4d78b5;
				}
	
				.fieldwrapper{
					border: solid 10px #4d78b5;
				}
			}
			&:nth-child(3){
				figcaption{
					background: #655a87;
				}
	
				.fieldwrapper{
					border: solid 10px #655a87;
				}
			}
	
			&:nth-child(4){
				figcaption{
					background: #6a4561;
				}
	
				.fieldwrapper{
					border: solid 10px #6a4561;
				}
			}
			&:nth-child(5){
				figcaption{
					background: #1a2c4e;
				}
	
				.fieldwrapper{
					border: solid 10px #1a2c4e;
				}
			}
			&:nth-child(6){
				figcaption{
					background: #1cbaaf;
				}
	
				.fieldwrapper{
					border: solid 10px #1cbaaf;
				}
			}
			&:nth-child(7){
				figcaption{
					background: #85c240;
				}
	
				.fieldwrapper{
					border: solid 10px #85c240;
				}
			}
	
			&:nth-child(8){
				figcaption{
					background: #faa918;
				}
	
				.fieldwrapper{
					border: solid 10px #faa918;
				}
			}
			&:nth-child(9){
				figcaption{
					background: #df4848;
				}
	
				.fieldwrapper{
					border: solid 10px #df4848;
				}
			}
			*/
}
.front #block-views-programmatic-clusters-block-2.open .frontoneclusterrow .fieldwrapper .subsiteiconimg img {
  filter: brightness(0) invert(1);
}
.front #block-views-programmatic-clusters-block-2.open .frontoneclusterrow .fieldwrapper .subsitetitle {
  color: #fff;
}
.front #block-views-programmatic-clusters-block-2.open .frontoneclusterrow:nth-child(1) .fieldwrapper {
  background: #c1a265;
}
.front #block-views-programmatic-clusters-block-2.open .frontoneclusterrow:nth-child(2) .fieldwrapper {
  background: #4d78b5;
}
.front #block-views-programmatic-clusters-block-2.open .frontoneclusterrow:nth-child(3) .fieldwrapper {
  background: #655a87;
}
.front #block-views-programmatic-clusters-block-2.open .frontoneclusterrow:nth-child(4) .fieldwrapper {
  background: #6a4561;
}
.front #block-views-programmatic-clusters-block-2.open .frontoneclusterrow:nth-child(5) .fieldwrapper {
  background: #1a2c4e;
}
.front #block-views-programmatic-clusters-block-2.open .frontoneclusterrow:nth-child(6) .fieldwrapper {
  background: #1cbaaf;
}
.front #block-views-programmatic-clusters-block-2.open .frontoneclusterrow:nth-child(7) .fieldwrapper {
  background: #85c240;
}
.front #block-views-programmatic-clusters-block-2.open .frontoneclusterrow:nth-child(8) .fieldwrapper {
  background: #faa918;
}
.front #block-views-programmatic-clusters-block-2.open .frontoneclusterrow:nth-child(9) .fieldwrapper {
  background: #df4848;
}
.front .view-strategic-directions .frontoneallstrategicdirectionsrow {
  width: 20%;
  float: left;
  padding: 0px 0 10px;
  margin: 10px 0;
  text-align: center;
  height: 270px;
}
.front .view-strategic-directions .frontoneallstrategicdirectionsrow .fieldwrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}
.front .view-strategic-directions .frontoneallstrategicdirectionsrow .fieldwrapper:hover {
  -webkit-transform: translateY(-15px);
  transform: translateY(-15px);
}
.front .view-strategic-directions .frontoneallstrategicdirectionsrow .strdircovimg img {
  margin: 0 auto;
}
.front .view-strategic-directions .frontoneallstrategicdirectionsrow .strdirtitle {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 17px;
}
.front .view-strategic-directions .frontoneallstrategicdirectionsrow .strdirtitle a {
  color: #ffffff;
}
.front .view-strategic-directions .frontoneallstrategicdirectionsrow .strdirtitle a:hover {
  color: #46535b;
}
.front .view-strategic-directions .frontoneallstrategicdirectionsrow .strdirsubtitle {
  font-size: 13px;
  font-style: italic;
  color: #f1f1f1;
  padding: 10px;
}
.front .view-strategic-directions .frontoneallstrategicdirectionsrow.views-row.views-row-1 {
  background: #904c85;
}
.front .view-strategic-directions .frontoneallstrategicdirectionsrow.views-row.views-row-1 .fieldwrapper {
  background: #904c85;
}
.front .view-strategic-directions .frontoneallstrategicdirectionsrow.views-row.views-row-2 {
  background: #5ca049;
}
.front .view-strategic-directions .frontoneallstrategicdirectionsrow.views-row.views-row-2 .fieldwrapper {
  background: #5ca049;
}
.front .view-strategic-directions .frontoneallstrategicdirectionsrow.views-row.views-row-3 {
  background: #1692a1;
}
.front .view-strategic-directions .frontoneallstrategicdirectionsrow.views-row.views-row-3 .fieldwrapper {
  background: #1692a1;
}
.front .view-strategic-directions .frontoneallstrategicdirectionsrow.views-row.views-row-4 {
  background: #dc2d28;
}
.front .view-strategic-directions .frontoneallstrategicdirectionsrow.views-row.views-row-4 .fieldwrapper {
  background: #dc2d28;
}
.front .view-strategic-directions .frontoneallstrategicdirectionsrow.views-row.views-row-5 {
  background: #0b629f;
}
.front .view-strategic-directions .frontoneallstrategicdirectionsrow.views-row.views-row-5 .fieldwrapper {
  background: #0b629f;
}
.front .verasongwetweets {
  max-height: 420px;
  overflow: hidden;
  background: #eceff1;
  padding-right: 40px;
}
.front .verasongwetweets iframe {
  max-height: 420px;
}
.front .featuredcontentfront {
  padding: 0;
}
.front .view-featured-content .fieldwrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}
.front .view-featured-content .fieldwrapper:hover {
  -webkit-transform: translateY(-15px);
  transform: translateY(-15px);
}
.front .view-featured-content .featuredcontentrow .featuredimg {
  padding: 0;
}
.front .view-featured-content .featuredcontentrow .featuredimg img {
  margin: 0 auto;
  width: 100%;
}
.front .view-featured-content .featuredcontentrow .featuredtitle {
  font-size: 20px;
  line-height: 1.2;
  overflow: hidden;
  font-weight: bold;
}
.front .view-featured-content .featuredcontentrow .featuredtitle a {
  color: #343434;
}
.front .view-featured-content .featuredcontentrow .featuredtitle a:hover {
  color: #c94916;
}
.front .frontlatestvideos {
  padding: 0;
}
.front .view-video .fieldwrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}
.front .view-video .fieldwrapper:hover {
  -webkit-transform: translateY(-15px);
  transform: translateY(-15px);
}
.front .view-video .highlightedvideorow {
  padding: 0;
}
.front .view-video .highlightedvideorow .videoitem {
  padding: 0;
}
.front .view-video .highlightedvideorow .videoitem img {
  width: 100%;
  margin: 0 auto;
}
.front .view-video .highlightedvideorow .higlightedvideotitle {
  font-size: 20px;
  line-height: 1.2;
  overflow: hidden;
  font-weight: bold;
  text-align: center;
  min-height: 68px;
  height: 68px;
}
.front .view-video .highlightedvideorow .higlightedvideotitle a {
  color: #343434;
}
.front .view-video .highlightedvideorow .higlightedvideotitle a:hover {
  color: #c94916;
}
.front .view-video .highlightedalbumrow {
  padding: 0;
}
.front .view-video .highlightedalbumrow .albumimage {
  padding: 0;
  min-height: 224px;
}
.front .view-video .highlightedalbumrow .albumimage .albumimgitem {
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 10px;
}
.front .view-video .highlightedalbumrow .albumimage .albumimgitem a:nth-child(1) {
  grid-row: span 2;
  grid-column: span 1;
  overflow: hidden;
}
.front .view-video .highlightedalbumrow .albumimage .albumimgitem a:nth-child(1) img {
  max-width: 211%;
  width: 211%;
}
.front .view-video .highlightedalbumrow .albumimage .albumimgitem a:nth-child(2) {
  grid-row: span 2;
  grid-column: span 2;
}
.front .view-video .highlightedalbumrow .albumimage .albumimgitem a:nth-child(3) {
  grid-row: span 2;
  grid-column: span 1;
  overflow: hidden;
}
.front .view-video .highlightedalbumrow .albumimage .albumimgitem a:nth-child(3) img {
  max-width: 211%;
  width: 211%;
}
.front .view-video .highlightedalbumrow .albumimage .albumimgitem a:nth-child(4) {
  grid-row: span 2;
  grid-column: span 2;
}
.front .view-video .highlightedalbumrow .albumimage .albumimgitem a:nth-child(5) {
  grid-row: span 2;
  grid-column: span 2;
}
.front .view-video .highlightedalbumrow .higlightedalbumtitle {
  font-size: 20px;
  line-height: 1.2;
  overflow: hidden;
  font-weight: bold;
  text-align: center;
  min-height: 68px;
}
.front .view-video .highlightedalbumrow .higlightedalbumtitle a {
  color: #343434;
}
.front .view-video .highlightedalbumrow .higlightedalbumtitle a:hover {
  color: #c94916;
}
.front .view-video .view-footer {
  width: 100%;
  float: left;
  padding-top: 30px;
}
.front .view-video .view-footer .viewmore {
  float: right;
}
.front .view-video .view-footer .viewmore a {
  font-size: 17px;
  padding: 15px 10px;
  text-transform: uppercase;
  font-weight: bold;
}
.front .view-video .view-footer .viewmore a:after {
  font-family: 'FontAwesome';
  color: #c94916;
  font-size: 21px;
  font-weight: 700;
  padding: 0 15px;
  content: "\f105";
  transition: 0.5s ease-in-out;
}
.front .view-video .view-footer .viewmore a:hover {
  color: #c94916;
}
.front .view-video .view-footer .viewmore a:hover:after {
  padding: 0 0 0 30px;
}
.front .view-sdg-wheel .view-header {
  width: 100%;
  float: left;
  text-align: center;
  padding: 40px 0;
}
.front .view-sdg-wheel .view-header .ourworkdesc {
  width: 100%;
  float: left;
}
.front .view-sdg-wheel .view-header .ourworkdesc .subtitle {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 2px;
  padding-bottom: 20px;
}
.front .view-sdg-wheel .view-header .ourworkdesc .vision {
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 3px;
  padding-bottom: 20px;
}
.front .view-sdg-wheel .view-header .ourworkdesc .moreless button {
  background: #005694;
  color: #ffffff;
  padding: 10px 15px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  border: none;
}
.front .view-sdg-wheel .view-header .ourworkdesc .moreless button:hover {
  background: #c94916;
}
.front .view-sdg-wheel .view-header .ourworkdesc .moreless:after {
  font-family: 'FontAwesome';
  content: "\f107";
  font-size: 50px;
  width: 100%;
  float: left;
  padding: 0;
}
.front .view-sdg-wheel .view-header .ourworkdesc .moreless.opened:after {
  content: "\f106";
}
.front .view-sdg-wheel .sdgwheel img#sdgwheel,
.front .view-sdg-wheel .ourworkwheel img#sdgwheel,
.front .view-sdg-wheel .sdgwheel img#ourworkwheel,
.front .view-sdg-wheel .ourworkwheel img#ourworkwheel {
  /*width: 100%;
				height: auto; */
}
.front .view-sdg-wheel .sdgdesc {
  position: relative;
  float: left;
}
.front .view-sdg-wheel .sdgdesc .sdgbox {
  position: absolute;
  top: 100px;
  left: 0;
  -webkit-transition: opacity 0.8s ease-in-out;
  transition: opacity 0.8s ease-in-out;
}
.front .view-sdg-wheel .sdgdesc .sdgbox.active {
  opacity: 1;
}
.front .view-sdg-wheel .sdgdesc .sdgbox.inactive {
  opacity: 0;
}
.front .view-sdg-wheel .sdgbox .fieldwrapper {
  float: left;
  width: 100%;
  border-radius: 10px;
}
.front .view-sdg-wheel .sdgbox .fieldwrapper .sdgtitle {
  font-size: 25px;
  text-transform: uppercase;
  font-weight: bold;
}
.front .view-sdg-wheel .sdgbox .fieldwrapper .sdgtitle a {
  color: #ffffff;
}
.front .view-sdg-wheel .sdgbox .fieldwrapper .sdgtitle a:after {
  content: '';
  position: absolute;
  left: 0;
  display: inline-block;
  height: 30px;
  width: 100%;
  border-bottom: 1px solid;
  margin-top: 10px;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.front .view-sdg-wheel .sdgbox .fieldwrapper .sdgtitle a:hover:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.front .view-sdg-wheel .sdgbox .fieldwrapper .sdgsub {
  font-size: 23px;
  color: #fff;
  border-bottom: solid 2px #fff;
  padding-bottom: 20px;
}
.front .view-sdg-wheel .sdgbox .fieldwrapper .sdgtar,
.front .view-sdg-wheel .sdgbox .fieldwrapper .sdgpart,
.front .view-sdg-wheel .sdgbox .fieldwrapper .sdgpub,
.front .view-sdg-wheel .sdgbox .fieldwrapper .sdgdoc {
  color: #fff;
  text-align: center;
}
.front .view-sdg-wheel .sdgbox .fieldwrapper .sdgtar .val,
.front .view-sdg-wheel .sdgbox .fieldwrapper .sdgpart .val,
.front .view-sdg-wheel .sdgbox .fieldwrapper .sdgpub .val,
.front .view-sdg-wheel .sdgbox .fieldwrapper .sdgdoc .val {
  font-size: 25px;
  padding: 10px 0;
  font-weight: bold;
}
.front .view-sdg-wheel .sdgbox .fieldwrapper .sdgtar .lab,
.front .view-sdg-wheel .sdgbox .fieldwrapper .sdgpart .lab,
.front .view-sdg-wheel .sdgbox .fieldwrapper .sdgpub .lab,
.front .view-sdg-wheel .sdgbox .fieldwrapper .sdgdoc .lab {
  font-size: 23px;
}
.front .view-sdg-wheel .sdgbox.views-row-2 .fieldwrapper {
  padding: 20px;
  background-color: #d3a029;
}
.front .view-sdg-wheel .sdgbox.views-row-3 .fieldwrapper {
  padding: 20px;
  background-color: #279b48;
}
.front .view-sdg-wheel .sdgbox.views-row-4 .fieldwrapper {
  padding: 20px;
  background-color: #c31f33;
}
.front .view-sdg-wheel .sdgbox.views-row-5 .fieldwrapper {
  padding: 20px;
  background-color: #ef402b;
}
.front .view-sdg-wheel .sdgbox.views-row-6 .fieldwrapper {
  padding: 20px;
  background-color: #00aed9;
}
.front .view-sdg-wheel .sdgbox.views-row-7 .fieldwrapper {
  padding: 20px;
  background-color: #fdb713;
}
.front .view-sdg-wheel .sdgbox.views-row-8 .fieldwrapper {
  padding: 20px;
  background-color: #8f1838;
}
.front .view-sdg-wheel .sdgbox.views-row-9 .fieldwrapper {
  padding: 20px;
  background-color: #f36d25;
}
.front .view-sdg-wheel .sdgbox.views-row-10 .fieldwrapper {
  padding: 20px;
  background-color: #e11484;
}
.front .view-sdg-wheel .sdgbox.views-row-11 .fieldwrapper {
  padding: 20px;
  background-color: #f99d26;
}
.front .view-sdg-wheel .sdgbox.views-row-12 .fieldwrapper {
  padding: 20px;
  background-color: #cf8d2a;
}
.front .view-sdg-wheel .sdgbox.views-row-13 .fieldwrapper {
  padding: 20px;
  background-color: #48773e;
}
.front .view-sdg-wheel .sdgbox.views-row-14 .fieldwrapper {
  padding: 20px;
  background-color: #007dbc;
}
.front .view-sdg-wheel .sdgbox.views-row-15 .fieldwrapper {
  padding: 20px;
  background-color: #5dbb46;
}
.front .view-sdg-wheel .sdgbox.views-row-16 .fieldwrapper {
  padding: 20px;
  background-color: #02558b;
}
.front .view-sdg-wheel .sdgbox.views-row-17 .fieldwrapper {
  padding: 20px;
  background-color: #183668;
}
.front .view-sdg-wheel .sdgbox.views-row-1 .fieldwrapper {
  padding: 20px;
  background-color: #eb1c2d;
}
.front .view-sdg-wheel .owinfoheight {
  height: 0;
  overflow: hidden;
  transition: all .9s;
}
.front .view-sdg-wheel .owinfoheight.opened {
  height: 520px;
  overflow: visible;
  transition: all .9s;
}
.front .view-sdg-wheel .ourworkdesc {
  position: relative;
  float: left;
}
.front .view-sdg-wheel .ourworkdesc .ourworkbox {
  position: absolute;
  top: 100px;
  left: 0;
  -webkit-transition: opacity 0.8s ease-in-out;
  transition: opacity 0.8s ease-in-out;
}
.front .view-sdg-wheel .ourworkdesc .ourworkbox.active {
  opacity: 1;
}
.front .view-sdg-wheel .ourworkdesc .ourworkbox.inactive {
  opacity: 0;
}
.front .view-sdg-wheel .ourworkbox .fieldwrapper {
  float: left;
  width: 100%;
  border-radius: 10px;
}
.front .view-sdg-wheel .ourworkbox .fieldwrapper .ourworktitle {
  font-size: 25px;
  text-transform: capitalize;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
}
.front .view-sdg-wheel .ourworkbox .fieldwrapper .ourworkcallout {
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  padding-bottom: 20px;
}
.front .view-sdg-wheel .ourworkbox .fieldwrapper .ourworkreadmore {
  text-align: center;
  padding: 20px 0;
  z-index: 999;
}
.front .view-sdg-wheel .ourworkbox .fieldwrapper .ourworkreadmore a {
  color: #ffffff;
  background: #46535b;
  padding: 10px 20px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
}
.front .view-sdg-wheel .ourworkbox.views-row-1 .fieldwrapper {
  padding: 20px;
  background-color: #df4848;
}
.front .view-sdg-wheel .ourworkbox.views-row-2 .fieldwrapper {
  padding: 20px;
  background-color: #faa918;
}
.front .view-sdg-wheel .ourworkbox.views-row-3 .fieldwrapper {
  padding: 20px;
  background-color: #85c240;
}
.front .view-sdg-wheel .ourworkbox.views-row-4 .fieldwrapper {
  padding: 20px;
  background-color: #1cbaaf;
}
.front .view-sdg-wheel .ourworkbox.views-row-5 .fieldwrapper {
  padding: 20px;
  background-color: #1a2c4e;
}
.front .view-sdg-wheel .ourworkbox.views-row-6 .fieldwrapper {
  padding: 20px;
  background-color: #6a4561;
}
.front .view-sdg-wheel .ourworkbox.views-row-7 .fieldwrapper {
  padding: 20px;
  background-color: #655a87;
}
.front .view-sdg-wheel .ourworkbox.views-row-8 .fieldwrapper {
  padding: 20px;
  background-color: #4d78b5;
}
.front .view-sdg-wheel .ourworkbox.views-row-9 .fieldwrapper {
  padding: 20px;
  background-color: #c1a265;
}
.view-trending {
  padding-top: 2px;
}
.view-trending .view-header .trendingbox {
  float: left;
  text-transform: uppercase;
  font-size: 13px;
  padding: 0px 10px;
  background: #c94916;
  color: #ffffff;
  font-weight: bold;
}
.view-trending .view-content {
  padding: 0;
}
body.page-podcasts .main-container .col-sm-12.col-md-8 {
  width: 100%;
}
.field-name-body {
  text-align: justify;
  padding-bottom: 30px;
}
body.front .sidebarblock {
  padding: 0;
}
body.front .sidebarblock .sysfield {
  padding: 10px 0;
}
body.front .fronteventmenu,
body.front .frontpublicationsmenu {
  padding-top: 50px;
}
body.front .fronteventmenu ul.menu,
body.front .frontpublicationsmenu ul.menu {
  padding: 0;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
}
body.front .fronteventmenu ul.menu li,
body.front .frontpublicationsmenu ul.menu li {
  padding: 10px 0;
}
body.front .fronteventmenu ul.menu li.active.active-trail a,
body.front .frontpublicationsmenu ul.menu li.active.active-trail a {
  color: #c94916;
}
body.front .ourworkcontainer {
  width: 100%;
  float: left;
  background: #005694;
  color: #ffffff;
  min-height: 300px;
  text-align: center;
  margin-top: 40px;
}
body.front .ourworkcontainer .maintitle {
  font-size: 45px;
  font-weight: bold;
  padding: 20px 0;
}
body.front .ourworkcontainer .subtitle {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 2px;
}
body.front .ourworkcontainer .vision {
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 3px;
  padding-bottom: 20px;
}
body.front .ourworkcontainer .readmorelink {
  float: left;
  width: 100%;
  padding-bottom: 50px;
}
body.front .ourworkcontainer .readmorelink a.readmore {
  color: #ffffff;
  background: #46535b;
  padding: 10px 20px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
}
body.front .ourworkcontainer .readmorelink a.readmore:hover {
  color: #c94916;
  background: #ffffff;
}
body.front .main-container {
  background: url(/sites/all/themes/theme/images/arrow.png) no-repeat center top transparent;
}
body.front .main-container .region.region-content {
  padding-top: 30px;
}
.node-type-landing-pages h1.page-header {
  font-size: 54px;
  margin-bottom: 1.5em;
  border: none;
  line-height: 1.2;
  font-weight: 600;
  background: rgba(201, 73, 22, 0.6);
}
.node-type-landing-pages .subsiteheroarea {
  position: relative;
}
.node-type-landing-pages h1.page-header {
  position: absolute;
  bottom: 0;
  font-size: 54px;
  margin-bottom: 1.5em;
  border: none;
  line-height: 1.2;
  font-weight: 600;
  padding: 20px;
  margin: 0;
  color: #ffffff;
  width: 50%;
}
.node-type-landing-pages .subsiteheroimg img {
  width: 100%;
}
.node-type-landing-pages.page-node-187 #block-menu-menu-og-188,
.node-type-landing-pages.page-node-188 #block-menu-menu-og-188,
.node-type-landing-pages.page-node-187 .publicationpagemenu,
.node-type-landing-pages.page-node-188 .publicationpagemenu {
  width: 33.3333%;
  float: left;
}
.node-type-landing-pages.page-node-187 #block-menu-menu-og-188 ul.menu,
.node-type-landing-pages.page-node-188 #block-menu-menu-og-188 ul.menu,
.node-type-landing-pages.page-node-187 .publicationpagemenu ul.menu,
.node-type-landing-pages.page-node-188 .publicationpagemenu ul.menu {
  padding: 0;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
}
.node-type-landing-pages.page-node-187 #block-menu-menu-og-188 ul.menu li,
.node-type-landing-pages.page-node-188 #block-menu-menu-og-188 ul.menu li,
.node-type-landing-pages.page-node-187 .publicationpagemenu ul.menu li,
.node-type-landing-pages.page-node-188 .publicationpagemenu ul.menu li {
  padding: 10px 0;
}
.node-type-landing-pages.page-node-187 #block-menu-menu-og-188 ul.menu li.expanded ul.menu,
.node-type-landing-pages.page-node-188 #block-menu-menu-og-188 ul.menu li.expanded ul.menu,
.node-type-landing-pages.page-node-187 .publicationpagemenu ul.menu li.expanded ul.menu,
.node-type-landing-pages.page-node-188 .publicationpagemenu ul.menu li.expanded ul.menu {
  padding-left: 30px;
}
.node-type-landing-pages.page-node-187 #block-menu-menu-og-188 ul.menu li.active.active-trail a,
.node-type-landing-pages.page-node-188 #block-menu-menu-og-188 ul.menu li.active.active-trail a,
.node-type-landing-pages.page-node-187 .publicationpagemenu ul.menu li.active.active-trail a,
.node-type-landing-pages.page-node-188 .publicationpagemenu ul.menu li.active.active-trail a {
  color: #c94916;
}
.node-type-landing-pages.page-node-187 .pagemiddle,
.node-type-landing-pages.page-node-188 .pagemiddle {
  display: none;
  background: #005694;
  padding: 30px 0;
  width: 100%;
  float: left;
  min-height: 500px;
  margin-bottom: 40px;
}
.node-type-landing-pages.page-node-187 .pagemiddle h2,
.node-type-landing-pages.page-node-188 .pagemiddle h2 {
  font-size: 50px;
  text-transform: uppercase;
  font-weight: bold;
  width: 100%;
  letter-spacing: 2px;
  margin: 0;
  color: #ffffff;
  float: left;
  text-align: center;
  padding-top: 40px;
}
.node-type-landing-pages.page-node-187 .pagemiddle h2::before,
.node-type-landing-pages.page-node-188 .pagemiddle h2::before {
  display: none;
}
.node-type-landing-pages.page-node-261 .latestesnews {
  padding: 0;
}
.node-type-landing-pages.page-node-201 h1.page-header,
.node-type-landing-pages.page-node-203 h1.page-header {
  display: block;
}
.node-type-landing-pages.page-node-201 .region-content,
.node-type-landing-pages.page-node-203 .region-content {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-gap: 10px;
}
.node-type-landing-pages.page-node-201 .region-content section:nth-child(1) ul.menu,
.node-type-landing-pages.page-node-203 .region-content section:nth-child(1) ul.menu {
  padding: 0;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
}
.node-type-landing-pages.page-node-201 .region-content section:nth-child(1) ul.menu li,
.node-type-landing-pages.page-node-203 .region-content section:nth-child(1) ul.menu li {
  padding: 10px 0;
}
.node-type-landing-pages.page-node-201 .region-content section:nth-child(1) ul.menu li.expanded ul.menu,
.node-type-landing-pages.page-node-203 .region-content section:nth-child(1) ul.menu li.expanded ul.menu {
  padding-left: 30px;
}
.node-type-landing-pages.page-node-201 .region-content section:nth-child(1) ul.menu li.active.active-trail a,
.node-type-landing-pages.page-node-203 .region-content section:nth-child(1) ul.menu li.active.active-trail a {
  color: #c94916;
}
.node-type-subsite.page-node-428 .calloutwrapper.container {
  display: none;
}
.node-type-subsite.subsite-data h1.page-header,
.node-type-subsite.subsite-data .calloutwrapper {
  background: rgba(133, 194, 64, 0.6);
}
.node-type-subsite.subsite-macroeconomics h1.page-header,
.node-type-subsite.subsite-macroeconomics .calloutwrapper {
  background: rgba(223, 72, 72, 0.6);
}
.node-type-subsite.subsite-private h1.page-header,
.node-type-subsite.subsite-private .calloutwrapper {
  background: rgba(250, 169, 24, 0.6);
}
.node-type-subsite.subsite-economic h1.page-header,
.node-type-subsite.subsite-economic .calloutwrapper {
  background: rgba(106, 69, 97, 0.6);
}
.node-type-subsite.inequality.and.social.policy h1.page-header,
.node-type-subsite.inequality.and.social.policy .calloutwrapper {
  background: rgba(26, 44, 78, 0.6);
}
.node-type-subsite.subsite-subregional h1.page-header,
.node-type-subsite.subsite-subregional .calloutwrapper {
  background: rgba(101, 90, 135, 0.6);
}
.node-type-subsite.subsite-gender h1.page-header,
.node-type-subsite.subsite-gender .calloutwrapper {
  background: rgba(77, 120, 181, 0.6);
}
.node-type-subsite.subsite-regional h1.page-header,
.node-type-subsite.subsite-regional .calloutwrapper {
  background: rgba(193, 162, 101, 0.6);
}
.node-type-subsite.climate.change.and.natural.resource.management h1.page-header,
.node-type-subsite.climate.change.and.natural.resource.management .calloutwrapper {
  background: rgba(28, 186, 175, 0.6);
}
.node-type-subsite .subsiteheroarea {
  position: relative;
}
.node-type-subsite h1.page-header {
  position: absolute;
  bottom: 0;
  font-size: 54px;
  margin-bottom: 1.5em;
  border: none;
  line-height: 1.2;
  font-weight: 600;
  padding: 20px;
  margin: 0;
  color: #ffffff;
  width: 50%;
  background: rgba(0, 0, 0, 0.2);
}
.node-type-subsite .subsiteheroimg img {
  width: 100%;
}
.node-type-subsite .calloutwrapper {
  padding: 5px 0;
  background-color: #eceff1;
  margin-top: 20px;
}
.node-type-subsite .calloutwrapper .callout.col-sm-12 .icon {
  float: left;
  padding: 0 5px;
}
.node-type-subsite .calloutwrapper .callout.col-sm-12 .callout {
  font-size: 20px;
}
.node-type-subsite .region-sidebar-second {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 48px;
}
.node-type-subsite .region-sidebar-second section:nth-child(3),
.node-type-subsite .region-sidebar-second section:nth-child(4) {
  grid-row: 1 span;
  grid-column: 2 span;
}
.node-type-publication .sectionrow {
  background: #eceff1;
  padding: 50px;
}
.node-type-publication h1.page-header {
  font-size: 54px;
  margin-bottom: 1.5em;
  border: none;
  line-height: 1.2;
  font-weight: 600;
}
.node-type-publication .publicationmenu {
  padding-top: 20px;
}
.node-type-publication .publicationmenu ul.menu {
  padding: 0;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
}
.node-type-publication .publicationmenu ul.menu li {
  padding: 10px 0;
  border-bottom: solid 1px #d7d9da;
}
.node-type-publication .publicationmenu ul.menu li.active.active-trail a {
  color: #c94916;
}
.node-type-publication .keymessages,
.node-type-publication .chapters,
.node-type-publication .keyfigures,
.node-type-publication .relatedvideos,
.node-type-publication .relateddocuments {
  padding: 40px 0;
}
.node-type-chapter .sectionrow {
  background: #eceff1;
  padding: 50px;
}
.node-type-chapter .chaptermenu {
  padding-top: 20px;
}
.node-type-chapter .chaptermenu ul.menu {
  padding: 0;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
}
.node-type-chapter .chaptermenu ul.menu li {
  padding: 10px 0;
  border-bottom: solid 1px #d7d9da;
}
.node-type-chapter .chaptermenu ul.menu li:before {
  /*content : ">>";*/
}
.node-type-chapter .chaptermenu ul.menu li.active.active-trail a {
  color: #c94916;
}
.page-all #block-menu-block-1 {
  padding: 0 50px 0 30px;
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}
.page-all #block-menu-block-1 ul.menu {
  padding: 0;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
}
.page-all #block-menu-block-1 ul.menu li {
  padding: 10px 0;
  border-bottom: solid 1px #d7d9da;
}
.page-all #block-menu-block-1 ul.menu li:before {
  /*content : ">>";*/
}
.page-all #block-menu-block-1 ul.menu li.active.active-trail a {
  color: #c94916;
}
.node-type-key-figures h1.page-header {
  font-size: 54px;
  margin-bottom: 1.5em;
  border: none;
  line-height: 1.2;
  font-weight: 600;
}
.node-type-key-figures .field-name-body {
  text-align: justify;
}
.node-type-key-figures .field-name-og-group-ref {
  padding: 15px 0;
}
.node-type-key-figures .field-name-og-group-ref .field-items {
  font-weight: bold;
  padding-left: 30px;
}
.node-type-key-figures .field-name-field-chapter-ref {
  padding: 15px 0;
}
.node-type-key-figures .field-name-field-chapter-ref .field-items {
  font-weight: bold;
  padding-left: 30px;
}
.node-type-key-figures .field-name-field-key-figures {
  float: left;
  width: 100%;
  padding: 40px 0;
}
.node-type-key-figures .field-name-field-key-figures .field-label {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  width: 100%;
  letter-spacing: 2px;
  margin: 0;
  color: #005694;
  float: left;
}
.node-type-key-figures .field-name-field-key-figures .field-label:after {
  content: '';
  width: 40px;
  height: 5px;
  background-color: #c94916;
  display: block;
  margin: 10px 0 0;
}
.node-type-key-figures .field-name-field-key-figures a {
  width: 33%;
  float: left;
  position: relative;
  min-height: 1px;
  padding: 10px;
}
.node-type-key-figures .field-name-field-key-figures img {
  width: 100%;
  height: auto;
  overflow: hidden;
  border: 10px solid #eceff1;
  -webkit-box-shadow: 5px 5px 5px #b7b7b7;
  box-shadow: 5px 5px 5px #b7b7b7;
}
.node-type-key-figures .field-name-field-key-figures img:hover {
  overflow: hidden;
  border: 10px solid #eceff1;
  -webkit-box-shadow: 5px 5px 5px #d7eaf7;
  box-shadow: 5px 5px 5px #d7eaf7;
}
.node-type-key-figures #block-menu-block-2 {
  padding: 0 50px 0 30px;
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}
.node-type-key-figures #block-menu-block-2 ul.menu {
  padding: 0;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
}
.node-type-key-figures #block-menu-block-2 ul.menu li {
  padding: 10px 0;
  border-bottom: solid 1px #d7d9da;
}
.node-type-key-figures #block-menu-block-2 ul.menu li:before {
  /*content : ">>";*/
}
.node-type-key-figures #block-menu-block-2 ul.menu li.active.active-trail a {
  color: #c94916;
}
.node-type-key-figures .field-name-og-group-ref,
.node-type-key-figures .field-name-field-chapter-ref,
.node-type-key-figures .field-name-body {
  float: left;
  width: 100%;
  padding: 10px 0;
  position: relative;
}
.node-type-event h1.page-header {
  font-size: 54px;
  margin-bottom: 1.5em;
  border: none;
  line-height: 1.2;
  font-weight: 600;
}
.node-type-event .highlighted.jumbotron {
  background-color: transparent;
}
.node-type-event article {
  /*
		.field-name-field-cover-picture, .field-name-field-sub-title, .field-name-field-event-date, .field-name-field-social-media-url {
			width: 100%;
			float: left;
		}
		*/
}
.node-type-event article .field-name-field-cover-picture,
.node-type-event article .field-name-field-sub-title,
.node-type-event article .field-name-field-event-date,
.node-type-event article .field-name-field-social-media-url {
  width: 100%;
  float: left;
  text-align: center;
}
.node-type-event article .field-name-field-slider-image {
  padding: 20px 0;
}
.node-type-event article .field-name-field-slider-image img {
  width: 100%;
  border: solid 1px #eceff1;
}
.node-type-event article .field-name-field-cover-picture {
  float: right;
}
.node-type-event article .field-name-field-sub-title {
  font-size: 25px;
  line-height: 1.5;
  color: #dc4e41;
  font-style: italic;
}
.node-type-event article .field-name-field-event-date {
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px 0;
}
.node-type-event article .field-name-field-social-media-url {
  font-style: italic;
  font-weight: bold;
  font-size: 13px;
}
.node-type-event article .field-name-body {
  text-align: justify;
  padding: 30px 0;
  float: left;
  width: 100%;
}
.node-type-event article .field-name-body p {
  font-size: 20px;
  margin-bottom: 2.25rem;
}
.node-type-eca-ess-and-deputy-ess .field-name-field-slider-image {
  float: left;
  padding-right: 20px;
  padding-top: 10px;
}
.node-type-story h1.page-header,
.node-type-blog-post h1.page-header {
  font-size: 54px;
  margin-bottom: 1.5em;
  border: none;
  line-height: 1.2;
  font-weight: 600;
}
.node-type-story .field-name-field-slider-image,
.node-type-blog-post .field-name-field-slider-image {
  border-top: 1px solid #d6d6d6;
  padding: 50px 0;
}
.node-type-story .field-name-field-slider-image img,
.node-type-blog-post .field-name-field-slider-image img {
  width: 100%;
  height: auto;
}
.node-type-story .field-name-field-date,
.node-type-blog-post .field-name-field-date {
  font-size: 18px;
  margin-bottom: 0.75rem;
  color: #666;
}
.node-type-story .field-name-field-sub-title,
.node-type-blog-post .field-name-field-sub-title {
  font-size: 24px;
  margin-bottom: 2.25rem;
  line-height: 1.6;
}
.node-type-story .field-name-body,
.node-type-blog-post .field-name-body {
  text-align: justify;
  padding: 30px 0;
  float: left;
}
.node-type-story .field-name-body p,
.node-type-blog-post .field-name-body p {
  font-size: 20px;
  margin-bottom: 2.25rem;
}
.page-multimedia h1.page-header {
  font-size: 54px;
  margin-bottom: 1.5em;
  border: none;
  line-height: 1.2;
  font-weight: 600;
}
.page-multimedia #block-menu-block-1 {
  padding: 0 50px 0 30px;
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}
.page-multimedia #block-menu-block-1 ul.menu {
  padding: 0;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
}
.page-multimedia #block-menu-block-1 ul.menu li {
  padding: 10px 0;
  border-bottom: solid 1px #eceff1;
}
.page-multimedia #block-menu-block-1 ul.menu li.active.active-trail a {
  color: #c94916;
}
.page-multimedia .pubseries {
  width: 100%;
  float: left;
}
.node-type-related-stories h1.page-header {
  font-size: 54px;
  margin-bottom: 1.5em;
  border: none;
  line-height: 1.2;
  font-weight: 600;
}
.node-type-related-stories .block-og-menu {
  padding: 0 50px 0 30px;
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}
.node-type-related-stories .block-og-menu ul.menu {
  padding: 0;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
}
.node-type-related-stories .block-og-menu ul.menu li {
  padding: 10px 0;
  border-bottom: solid 1px #d7d9da;
}
.node-type-related-stories .block-og-menu ul.menu li:before {
  /*content : ">>";*/
}
.node-type-related-stories .block-og-menu ul.menu li.active.active-trail a {
  color: #c94916;
}
.node-type-related-stories .field-name-og-group-ref {
  padding: 15px 0;
}
.node-type-related-stories .field-name-og-group-ref .field-items {
  font-weight: bold;
  padding-left: 30px;
}
.node-type-related-stories .field-name-field-related-story .date-display-single {
  float: left;
  padding: 0 10px;
  background-color: #eceff1;
  font-weight: bold;
}
.node-type-related-stories .field-name-field-related-story .field-item {
  float: left;
  width: 100%;
  padding: 10px 0;
  margin-bottom: 20px;
  border-bottom: solid 1px #eceff1;
}
.node-type-related-stories #block-menu-block-1 {
  padding: 0 50px 0 30px;
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}
.node-type-related-stories #block-menu-block-1 ul.menu {
  padding: 0;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
}
.node-type-related-stories #block-menu-block-1 ul.menu li {
  padding: 10px 0;
  border-bottom: solid 1px #eceff1;
}
.node-type-related-stories #block-menu-block-1 ul.menu li.active.active-trail a {
  color: #c94916;
}
.node-type-related-stories .pubseries {
  width: 100%;
  float: left;
}
.node-type-related-video h1.page-header {
  font-size: 54px;
  margin-bottom: 1.5em;
  border: none;
  line-height: 1.2;
  font-weight: 600;
}
.node-type-related-video .block-og-menu {
  padding: 0 50px 0 30px;
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}
.node-type-related-video .block-og-menu ul.menu {
  padding: 0;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
}
.node-type-related-video .block-og-menu ul.menu li {
  padding: 10px 0;
  border-bottom: solid 1px #d7d9da;
}
.node-type-related-video .block-og-menu ul.menu li:before {
  /*content : ">>";*/
}
.node-type-related-video .block-og-menu ul.menu li.active.active-trail a {
  color: #c94916;
}
.node-type-related-video .field-name-field-video-link iframe {
  width: 100%;
  height: 500px;
}
.node-type-related-video .field-name-og-group-ref {
  padding: 15px 0;
}
.node-type-related-video .field-name-og-group-ref .field-items {
  font-weight: bold;
  padding-left: 30px;
}
.node-type-related-video .block-og-menu {
  padding: 0 50px 0 30px;
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}
.node-type-related-video .block-og-menu ul.menu {
  padding: 0;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
}
.node-type-related-video .block-og-menu ul.menu li {
  padding: 10px 0;
  border-bottom: solid 1px #eceff1;
}
.node-type-related-video .block-og-menu ul.menu li.active.active-trail a {
  color: #c94916;
}
.node-type-related-video .pubseries {
  width: 100%;
  float: left;
}
.node-type-page .servicespagerow {
  margin: 10px 0;
}
.node-type-page h1.page-header {
  font-size: 54px;
  margin-bottom: 1.5em;
  border: none;
  line-height: 1.2;
  font-weight: 600;
}
.node-type-page .field-name-field-call-out {
  float: left;
  margin-bottom: 50px;
  width: 100%;
}
.node-type-page .field-name-body {
  padding-top: 50px;
  text-align: justify;
}
.node-type-page .field-name-field-featured-images {
  float: right;
  padding: 0px 0px 50px 50px;
}
.node-type-service h1.page-header {
  font-size: 54px;
  margin-bottom: 1.5em;
  border: none;
  line-height: 1.2;
  font-weight: 600;
}
.node-type-service .field-name-field-call-out {
  float: left;
  margin-bottom: 50px;
  width: 100%;
}
.node-type-service .field-name-body {
  padding-top: 50px;
  text-align: justify;
}
.node-type-service .field-name-field-services-icon {
  float: right;
  padding: 0px 0px 50px 50px;
}
.node-type-service .field-name-field-featured-images {
  float: left;
  width: 100%;
}
.node-type-service .field-name-field-featured-images .field-label {
  padding: 10px 0px;
  font-weight: 700;
  text-transform: uppercase;
  color: #005694;
}
.node-type-service .field-name-field-featured-images a {
  width: 23%;
  margin: 1%;
  float: left;
  overflow: hidden;
  padding: 10px 0;
}
.node-type-service .field-name-field-featured-images img {
  overflow: hidden;
  border: 10px solid #eceff1;
  -webkit-box-shadow: 5px 5px 5px #b7b7b7;
  box-shadow: 5px 5px 5px #b7b7b7;
  -webkit-transform: rotate(0) scale(1);
  transform: rotate(0) scale(1);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  margin: 0 auto;
}
.node-type-service .field-name-field-featured-images img:hover {
  -webkit-transform: rotate(15deg) scale(1.5);
  transform: rotate(15deg) scale(1.5);
}
.node-type-album h1.page-header {
  font-size: 54px;
  margin-bottom: 1.5em;
  border: none;
  line-height: 1.2;
  font-weight: 600;
}
.node-type-album #block-menu-block-1 {
  padding: 0 50px 0 30px;
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}
.node-type-album #block-menu-block-1 ul.menu {
  padding: 0;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
}
.node-type-album #block-menu-block-1 ul.menu li {
  padding: 10px 0;
  border-bottom: solid 1px #d7d9da;
}
.node-type-album #block-menu-block-1 ul.menu li:before {
  /*content : ">>";*/
}
.node-type-album #block-menu-block-1 ul.menu li.active.active-trail a {
  color: #c94916;
}
.node-type-album .field-name-og-group-ref {
  padding: 10px;
  width: 100%;
  float: left;
}
.node-type-album .field-name-og-group-ref .field-items {
  font-weight: bold;
  padding-left: 30px;
}
.node-type-album .field-name-body {
  float: left;
  width: 100%;
  text-align: justify;
  margin-bottom: 30px;
  padding: 10px;
}
.node-type-album .field-name-field-date {
  text-transform: uppercase;
  margin-bottom: 30px;
}
.node-type-album .field-name-field-date .date-display-single {
  float: left;
  padding: 10px;
  font-weight: 700;
  color: #c94916;
}
.node-type-album .field-name-field-featured-images {
  float: left;
  width: 100%;
}
.node-type-album .field-name-field-featured-images a {
  width: 33%;
  float: left;
  position: relative;
  min-height: 1px;
  padding: 10px;
}
.node-type-album .field-name-field-featured-images img {
  overflow: hidden;
  border: 10px solid #eceff1;
  -webkit-box-shadow: 5px 5px 5px #b7b7b7;
  box-shadow: 5px 5px 5px #b7b7b7;
}
.node-type-album .field-name-field-featured-images img:hover {
  overflow: hidden;
  border: 10px solid #eceff1;
  -webkit-box-shadow: 5px 5px 5px #d7eaf7;
  box-shadow: 5px 5px 5px #d7eaf7;
}
.node-type-partner-profile h1.page-header {
  font-size: 54px;
  margin-bottom: 1.5em;
  border: none;
  line-height: 1.2;
  font-weight: 600;
}
.node-type-partner-profile .field-name-body {
  padding-top: 50px;
  text-align: justify;
}
.node-type-partner-profile .field-name-field-image {
  float: left;
  padding: 0px 0px 50px 50px;
}
.page-contact h1.page-header {
  font-size: 54px;
  margin-bottom: 1.5em;
  border: none;
  line-height: 1.2;
  font-weight: 600;
}
.page-contact .location {
  margin-top: 130px;
}
.page-contact .location h2.block-title {
  padding-left: 50px;
}
.page-contact .location .addresslocationrow {
  padding-left: 100px;
  border: none;
}
.page-contact .location .addresslocationrow .addresstitle {
  font-size: 20px;
  letter-spacing: 3px;
}
.page-contact .location .addresslocationrow .addressdesc {
  padding-left: 50px;
}
.page-contact label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 2px;
}
.page-contact .form-item {
  margin-bottom: 20px;
}
.page-contact form {
  width: 50%;
  margin-left: 25%;
}
.page-contact form .btn.form-submit {
  background: #005694;
  color: #ffffff;
  text-transform: uppercase;
  border: none;
}
.page-contact form .btn.form-submit:hover {
  background: #c94916;
  color: #ffffff;
}
.node-type-news-coverage h1.page-header {
  font-size: 54px;
  margin-bottom: 1.5em;
  border: none;
  line-height: 1.2;
  font-weight: 600;
}
.node-type-news-coverage .field-name-body {
  text-align: justify;
  float: left;
}
.node-type-news-coverage .field-name-field-date {
  text-transform: uppercase;
  margin-bottom: 30px;
  width: 100%;
}
.node-type-news-coverage .field-name-field-date .date-display-single {
  float: left;
  padding: 10px 0px;
  font-weight: 700;
  color: #d7eaf7;
}
.node-type-news-coverage .field-name-field-image {
  float: left;
  width: 100%;
}
.node-type-news-coverage .field-name-field-image img {
  width: 100%;
}
.node-type-news-coverage .field-name-field-news-source,
.node-type-news-coverage .field-name-field-social-media-url {
  width: 50%;
  float: left;
}
.node-type-announcement h1.page-header {
  font-size: 54px;
  margin-bottom: 1.5em;
  border: none;
  line-height: 1.2;
  font-weight: 600;
}
.node-type-announcement .field-name-body {
  text-align: justify;
}
.node-type-announcement .field-name-field-date-announcement {
  text-transform: uppercase;
  margin-bottom: 30px;
  width: 100%;
}
.node-type-announcement .field-name-field-date-announcement .date-display-single,
.node-type-announcement .field-name-field-date-announcement .date-display-start,
.node-type-announcement .field-name-field-date-announcement .date-display-end {
  padding: 10px 0px;
  font-weight: 700;
  color: #d7eaf7;
}
.node-type-announcement .field-name-field-image {
  float: left;
  padding-right: 20px;
}
.node-type-announcement .field-name-field-image img {
  width: 100%;
}
/* page Not found & Access Denied Pages */
.page-node-31 .breadcrumb,
.page-node-32 .breadcrumb,
.page-node-31 .rrssb,
.page-node-32 .rrssb {
  display: none;
}
.page-node-31 h1.page-header,
.page-node-32 h1.page-header {
  text-align: center;
  color: #c33a2c;
}
.page-node-31 .errorpage,
.page-node-32 .errorpage {
  color: #c33a2c;
  text-align: center;
}
.page-node-31 .errorpage .errormessage,
.page-node-32 .errorpage .errormessage {
  font-size: 34px;
  margin: 20px 0;
}
.page-node-31 .errorpage .errornumber span,
.page-node-32 .errorpage .errornumber span {
  font-size: 150px;
  margin: 20px 0;
}
.page-node-31 .errorpage .errorlogo,
.page-node-32 .errorpage .errorlogo {
  width: 100%;
  float: left;
}
.page-node-31 .errorpage .errorlogoimg,
.page-node-32 .errorpage .errorlogoimg {
  background: url(/sites/all/themes/theme/images/footer_logo.png?v=1) no-repeat center #c33a2c;
  width: 100%;
  height: 110px;
  margin: 20px auto;
}
.page-node-31 .errorpage .errordesc,
.page-node-32 .errorpage .errordesc {
  font-size: 25px;
  margin: 20px 0;
}
/* page Not found & Access Denied Pages */
/*node add pages /forms */
.page-node-add h1.page-header,
.page-node-edit h1.page-header {
  font-size: 54px;
  margin-bottom: 1.5em;
  border: none;
  line-height: 1.2;
  font-weight: 600;
}
.page-node-add form .form-item,
.page-node-edit form .form-item {
  padding-bottom: 40px;
}
.page-node-add form .form-item label,
.page-node-edit form .form-item label {
  text-transform: uppercase;
  letter-spacing: 4px;
  color: #005694;
}
.page-node-add form .form-item input.btn,
.page-node-edit form .form-item input.btn {
  background: #005694;
  color: #ffffff;
  padding: 10px 15px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}
.page-node-add form .form-item input.btn:hover,
.page-node-edit form .form-item input.btn:hover {
  background: #c94916;
}
.page-node-add form .form-actions,
.page-node-edit form .form-actions {
  margin: 20px 0;
}
.page-node-add form .form-actions input.btn,
.page-node-edit form .form-actions input.btn {
  width: 100px;
  margin-right: 20px;
}
.page-node-add form .field-name-field-sister-company .form-type-checkbox,
.page-node-edit form .field-name-field-sister-company .form-type-checkbox {
  padding-bottom: 10px;
}
.page-node-edit form .form-wrapper {
  width: 100%;
  float: left;
}
.topcontent,
.pagemiddle,
.main-container,
.footer,
.footertop,
.copyright-section,
.events,
.ourworkcontainer,
.publications {
  width: 100%;
  float: left;
}
.youtube-container--responsive {
  width: 100%;
}
.not-front section {
  float: left;
}
.region.region-header section {
  float: none;
}
em {
  font-style: normal;
}
.full-row {
  padding: 0 !important;
}
.morelink {
  float: left;
  text-align: center;
  padding: 20px 0;
}
.morelink a {
  background: #005694;
  color: #ffffff;
  padding: 10px 15px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}
.morelink a:hover {
  background: #c94916;
}
.morelink a:hover {
  color: #ffffff;
}
body.front #first-time {
  display: none;
}
body.front h2.block-title {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  width: 100%;
  letter-spacing: 2px;
  margin: 0;
  color: #c94916;
  float: left;
  text-align: center;
  padding: 40px 20px;
}
body.front h2.block-title:after {
  content: '';
  width: 40px;
  height: 5px;
  background-color: #005694;
  display: block;
  margin: 10px 0 0;
  margin: 10px auto;
}
body.front .highlighted {
  background-color: #030814;
}
body.front .main-container {
  padding: 30px 0 0;
}
body.front .pagemiddle {
  padding: 0px 0;
  width: 100%;
  float: left;
}
body.front .pagemiddle h2 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  width: 100%;
  letter-spacing: 2px;
  margin: 0;
  color: #c94916;
  float: left;
  text-align: center;
  padding-top: 40px;
}
body.front .pagemiddle h2::before {
  display: none;
}
body.not-front:not(.region-footer) h2.block-title {
  padding: 30px 0 20px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  width: 100%;
  letter-spacing: 2px;
  margin: 0;
  color: #005694;
  float: left;
}
body.not-front:not(.region-footer) h2.block-title:after {
  content: '';
  width: 40px;
  height: 5px;
  background-color: #c94916;
  display: block;
  margin: 10px 0 0;
}
a:hover {
  text-decoration: none;
  color: #c94916;
}
.breadcrumb {
  margin: 30px 0;
  padding: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #46535b;
  background: transparent;
  font-size: 13px;
  float: left;
  width: 100%;
}
.breadcrumb a {
  color: #005694;
}
.breadcrumb a:hover {
  color: #c94916;
}
ul.tabs.primary {
  list-style: none;
  width: 100%;
  float: left;
  padding: 0;
}
ul.tabs.primary li {
  padding: 10px 15px;
  float: left;
}
ul.tabs.primary li a {
  background: #005694;
  color: #ffffff;
  padding: 10px 15px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}
ul.tabs.primary li a:hover {
  background: #c94916;
}
.region-sidebar-first ul.menu {
  padding: 0;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
}
.region-sidebar-first ul.menu li {
  padding: 10px 0;
}
.region-sidebar-first ul.menu li.expanded ul.menu {
  padding-left: 30px;
}
.region-sidebar-first ul.menu li.active.active-trail a {
  color: #c94916;
}
.not-logged-in .messages.error,
.not-logged-in .messages.warning {
  display: none;
}
aside .latesttweets {
  width: 100%;
}
.main-container article header {
  display: none;
}
.main-container footer {
  width: 100%;
  float: left;
  background: none;
}
.main-container footer li.nodequeue-ajax-toggle {
  padding: 10px 5px;
  float: left;
  width: 50%;
}
.main-container footer li.nodequeue-ajax-toggle a {
  background: #005694;
  color: #ffffff;
  padding: 10px 15px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  float: left;
  font-size: 13px;
}
.main-container footer li.nodequeue-ajax-toggle a:hover {
  background: #c94916;
}
.main-container footer li.nodequeue-ajax-toggle a.toggle-add {
  background: #5cb85c;
}
.main-container footer li.nodequeue-ajax-toggle a.toggle-add:hover {
  color: #d9534f;
  background: #f0ad4e;
}
.main-container footer li.nodequeue-ajax-toggle a.toggle-remove {
  background: #d9534f;
}
.main-container footer li.nodequeue-ajax-toggle a.toggle-remove:hover {
  color: #d9534f;
  background: #f0ad4e;
}
.rrssb {
  float: left;
  margin: 0 0 40px;
  width: 100%;
}
.rrssb li {
  width: 50px !important;
}
.rrssb li .rrssb-icon svg {
  height: 40px !important;
  padding: 8px;
}
.rrssb li .rrssb-icon path {
  fill: #d7eaf7;
}
.rrssb li .rrssb-text {
  display: none;
}
.rrssb li.rrssb-facebook .rrssb-icon path {
  fill: #3b5998;
}
.rrssb li.rrssb-facebook .rrssb-icon:hover path {
  fill: #46535b;
}
.rrssb li.rrssb-twitter .rrssb-icon path {
  fill: #1da1f2;
}
.rrssb li.rrssb-twitter .rrssb-icon:hover path {
  fill: #46535b;
}
.rrssb li.rrssb-googleplus .rrssb-icon path {
  fill: #dc4e41;
}
.rrssb li.rrssb-googleplus .rrssb-icon:hover path {
  fill: #46535b;
}
.rrssb li.rrssb-pinterest .rrssb-icon path {
  fill: #e60023;
}
.rrssb li.rrssb-pinterest .rrssb-icon:hover path {
  fill: #46535b;
}
.rrssb li.rrssb-linkedin .rrssb-icon path {
  fill: #0077b5;
}
.rrssb li.rrssb-linkedin .rrssb-icon:hover path {
  fill: #46535b;
}
.rrssb li.rrssb-email .rrssb-icon path {
  fill: #c94916;
}
.rrssb li.rrssb-email .rrssb-icon:hover path {
  fill: #46535b;
}
.rrssb li.rrssb-print .rrssb-icon path {
  fill: #d7eaf7;
}
.rrssb li.rrssb-print .rrssb-icon:hover path {
  fill: #46535b;
}
.rrssb .rrssb-prefix {
  padding-top: 30px;
  text-transform: uppercase;
  line-height: 1.5 !important;
}
ul.pager {
  float: left;
  width: 100%;
}
ul.pager li.pager-current {
  display: inline-block;
  padding: 3px 14px;
  margin: 0 5px;
  background-color: #d7eaf7;
  color: #ffffff;
  border: 1px solid #ddd;
  border-radius: 0;
  text-transform: uppercase;
}
ul.pager li a {
  padding: 3px 14px;
  margin: 0 5px;
  background-color: #eceff1;
  border: 1px solid #ddd;
  border-radius: 0;
  text-transform: uppercase;
}
.topfooter {
  padding: 0;
}
footer {
  background: #202020;
  fill: #202020;
  color: #828282;
}
footer .container .region-footer {
  width: 100%;
  float: left;
}
footer section {
  padding-left: 120px !important;
}
footer section:nth-child(5),
footer section:nth-child(6) {
  border: none;
}
footer a {
  color: #d7eaf7;
}
footer a:hover {
  color: #c94916;
}
footer h2.block-title {
  font-size: 13px !important;
  font-weight: bold !important;
  color: #eceff1 !important;
  text-transform: none !important;
  text-align: left !important;
  padding-left: 10px !important;
}
footer h2.block-title:after,
footer h2.block-title:before {
  display: none !important;
}
footer .view-social-media-outlets .socialmediarow {
  float: left;
  padding: 20px;
  font-size: 20px;
}
footer .block-menu ul {
  display: inline-block;
  text-align: initial;
  padding: 0;
}
footer .block-menu ul li {
  float: left;
  width: 100%;
  padding: 5px 0;
}
footer .block-menu ul li a {
  font-size: 13px;
  padding: 0 10px;
}
footer .block-tb-megamenu {
  text-align: center;
}
footer .block-tb-megamenu ul {
  display: inline-block;
  text-align: initial;
  padding: 0;
}
footer .block-tb-megamenu ul li {
  float: left;
}
footer .block-tb-megamenu ul li a {
  font-size: 13px;
  padding: 0 10px;
}
footer #block-menu-menu-about-eca li:nth-child(3) a {
  padding-bottom: 30px;
  border-bottom: solid 1px #eceff1;
}
footer #block-menu-menu-about-eca li:nth-child(4) {
  padding-top: 30px;
}
.copyright-section {
  background: #0c0c0c;
  fill: #0c0c0c;
}
.copyright-section .copyright {
  color: #ffffff;
  padding: 15px 0;
  text-align: left;
  width: 100%;
  float: left;
  font-size: 13px;
  text-align: center;
}
.copyright-section .designedby {
  color: #828282;
  padding-bottom: 15px;
  text-align: center;
  width: 100%;
  float: left;
}
.copyright-section .designedby a {
  color: #d7eaf7;
}
.copyright-section .designedby a:hover {
  color: #005694;
}
.sysfield {
  float: left;
  padding-top: 10px;
  padding-bottom: 10px;
}
.syshead {
  background: #eceff1;
}
.syshead ul.language-switcher-locale-url {
  list-style: none;
  padding: 0;
}
.syshead ul.language-switcher-locale-url li {
  float: left;
  padding: 0 .2em 0 0;
}
.syshead ul.language-switcher-locale-url li a.language-link {
  font-size: 13px;
}
.syshead ul.language-switcher-locale-url li a.language-link.active {
  color: #46535b;
}
.address {
  padding: 0;
  /*background: @brand-primary-orange;*/
}
.address .addressinfo .addresslocationrow.topbar {
  float: left;
  font-size: 12px;
  padding-right: 20px;
  padding-top: 5px;
}
.address .addressinfo .addresslocationrow.topbar i {
  float: left;
  padding: 3px 10px;
  font-size: 17px;
  color: #d7eaf7;
}
.address .addressinfo .addresslocationrow.topbar .addressdesc {
  float: left;
  color: #ffffff;
}
.address .searchicon {
  float: right;
}
.address .searchicon a {
  color: #005694;
  float: left;
}
.address .searchicon a i {
  padding: 10px 10px 0;
}
.address .searchicon a:hover {
  color: #ffffff;
}
.address .socialmediaicons {
  float: right;
}
.address .socialmediaicons ul.socialnetwork li {
  margin: 8px 5px;
}
.address .socialmediaicons ul.socialnetwork li a {
  font-size: 25px;
  border-radius: 60px;
}
.address .socialmediarow {
  float: left;
}
.address .socialmediarow a {
  color: #005694;
  float: left;
}
.address .socialmediarow a i {
  padding: 10px 10px 0;
}
.address .socialmediarow a:hover {
  color: #ffffff;
}
h2.block-title {
  margin-left: 1.5rem;
}
.region-footer h2.block-title {
  margin-left: 0;
}
.footertop {
  padding-bottom: 100px;
}
.footer {
  margin-top: 0;
}
.logo {
  padding: 0;
}
.logoimg img {
  width: 200px;
  height: auto;
}
.footertop {
  background: url(/sites/all/themes/theme/images/bg/ifa_en.png?v=1) no-repeat bottom center #ffffff;
}
header.mainmenubar {
  background: url(/sites/all/themes/theme/images/bg/sdgbg.jpg?v=1) repeat-x bottom left #ffffff;
}
header.mainmenubar .sdgline {
  width: 100%;
  float: left;
}
header.mainmenubar .container .decadeofaction {
  background: url(/sites/all/themes/theme/images/header_bg.png?v=1) no-repeat top left transparent;
  padding: 0px;
  background-size: contain;
}
header.mainmenubar .container .decadeofactionfr {
  background: url(/sites/all/themes/theme/images/Dacede_fr.jpg?v=1) no-repeat top left transparent;
  padding: 0px;
  background-size: contain;
}
header.mainmenubar.mainmenubar .tbmainmenu {
  padding-right: 0px;
  padding-top: 20px;
  text-align: center;
}
header.mainmenubar.mainmenubar .tbmainmenu ul.tb-megamenu-nav li a::before {
  margin-right: 0;
}
header.mainmenubar.mainmenubar .tbmainmenu ul.tb-megamenu-nav li a::after {
  margin-left: 0;
}
header.mainmenubar.mainmenubar .tbmainmenu ul.tb-megamenu-nav li a .caret {
  border-top-color: #fff !important;
  border-bottom-color: #fff !important;
}
header.mainmenubar.mainmenubar .tbmainmenu ul.tb-megamenu-nav li a .caret:before {
  content: '';
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 25px;
  content: '\f107';
  position: absolute;
  bottom: 0;
  color: #c94916;
  font-weight: bold;
  right: 5px;
}
.logoandslogan {
  padding: 0px 0 30px;
}
/*
.siteslogan{
	p.lead{
	    color: @brand-primary-orange;
    	font-size: 20px;
    	padding: 10px 0;
    	letter-spacing: 2px;
		text-transform: uppercase;
		font-weight: bold;
		text-align: right;
	}
}
*/
.mainmenubar {
  position: relative;
  /*
	

	.logoandslogan{
		padding:10px 0;
		float: left;
	}
	*/
}
.mainmenubar.sticky {
  position: fixed !important;
  top: 0px;
  z-index: 20;
  width: 100%;
  padding-top: 5px;
  z-index: 1000;
}
.mainmenubar .tbmainmenu {
  padding: 0;
  text-align: center;
}
.mainmenubar .tbmainmenu .navbar-collapse {
  padding: 0;
}
.mainmenubar .tbmainmenu ul.tb-megamenu-nav {
  display: inline-block;
  text-align: initial;
}
.mainmenubar .tbmainmenu ul.tb-megamenu-nav li a::before,
.mainmenubar .tbmainmenu ul.tb-megamenu-nav li a::after {
  display: inline-block;
  opacity: 0;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
  -moz-transition: -moz-transform 0.3s, opacity 0.2s;
  transition: transform 0.3s, opacity 0.2s;
}
.mainmenubar .tbmainmenu ul.tb-megamenu-nav li a::before {
  margin-right: 10px;
  content: '[';
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  transform: translateX(20px);
}
.mainmenubar .tbmainmenu ul.tb-megamenu-nav li a::after {
  margin-left: 10px;
  content: ']';
  -webkit-transform: translateX(-20px);
  -moz-transform: translateX(-20px);
  transform: translateX(-20px);
}
.mainmenubar .tbmainmenu ul.tb-megamenu-nav li a:hover::before,
.mainmenubar .tbmainmenu ul.tb-megamenu-nav li a:hover::after,
.mainmenubar .tbmainmenu ul.tb-megamenu-nav li a:focus::before,
.mainmenubar .tbmainmenu ul.tb-megamenu-nav li a:focus::after {
  opacity: 1;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  transform: translateX(0px);
}
h2.pane-title {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  width: 100%;
  letter-spacing: 2px;
  margin: 0;
  color: #005694;
  float: left;
}
h2.pane-title:after {
  content: '';
  width: 5px;
  height: 25px;
  background-color: #d7eaf7;
  display: block;
  margin: 10px 0 0;
}
.verasongwetweets .timeline-Tweet-author {
  padding-left: 65px !important;
}
.verasongwetweets .timeline-Tweet-text {
  padding-top: 20px !important;
  margin-left: 0 !important;
}
.verasongwetweets .TweetAuthor-avatar {
  width: 100px !important;
  height: 100px !important;
}
.verasongwetweets .SandboxRoot.env-bp-430 .timeline-Tweet-text {
  font-size: 15px !important;
}
.multi-item-carousel .carousel-inner {
  /*  @media all and (transform-3d), (-webkit-transform-3d) {
      > .item{
        // use your favourite prefixer here
        transition: 500ms ease-in-out left;
        transition: 500ms ease-in-out all;
        backface-visibility: visible;
        transform: none!important;
      }
    } 
  }/**/
}
.multi-item-carousel .carousel-inner > .item {
  transition: 500ms ease-in-out left;
  transition: 500ms ease-in-out all;
}
.multi-item-carousel .carousel-inner .active.left {
  left: -50%;
}
.multi-item-carousel .carousel-inner .active.right {
  left: 50%;
}
.multi-item-carousel .carousel-inner .next {
  left: 50%;
}
.multi-item-carousel .carousel-inner .prev {
  left: -50%;
}
.multi-item-carousel .carousel-inner .carouse-control.left,
.multi-item-carousel .carousel-inner .carouse-control.right {
  background-image: none;
}
.block-search {
  width: 0%;
}
.block-search #search {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 20;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translate(0px, -100%) scale(0, 0);
  -moz-transform: translate(0px, -100%) scale(0, 0);
  -o-transform: translate(0px, -100%) scale(0, 0);
  -ms-transform: translate(0px, -100%) scale(0, 0);
  transform: translate(0px, -100%) scale(0, 0);
  opacity: 0;
}
.block-search #search .innerbtn {
  padding-top: 20%;
  display: flex;
  justify-content: center;
}
.block-search #search .innerbtn .container {
  display: flex;
  justify-content: center;
}
.block-search #search.open {
  -webkit-transform: translate(0px, 0px) scale(1, 1);
  -moz-transform: translate(0px, 0px) scale(1, 1);
  -o-transform: translate(0px, 0px) scale(1, 1);
  -ms-transform: translate(0px, 0px) scale(1, 1);
  transform: translate(0px, 0px) scale(1, 1);
  opacity: 1;
}
.block-search #search input[type="text"] {
  display: inline-block;
  background: rgba(0, 0, 0, 0);
  font-size: 2rem;
  font-weight: 300;
  text-align: center;
  border-top: none;
  border-right: none;
  border-left: none;
  margin: 0px auto;
  padding: 40px;
  outline: none;
  color: #d7eaf7;
  box-shadow: none;
  width: 500px;
}
.block-search #search input[type="text"]:focus {
  box-shadow: none;
}
.block-search #search button[type="submit"] {
  display: inline-block;
  padding: 15px;
  border: none;
  color: #d7eaf7;
  background-color: #005694;
  height: 50px;
  width: 50px;
}
.block-search #search .close {
  position: fixed;
  top: 15px;
  right: 15px;
  color: #d7eaf7;
  background-color: #005694;
  border-color: #005694;
  opacity: 1;
  padding: 10px 17px;
  font-size: 27px;
}
.topcontent {
  padding: 10px 0;
}
.topcontent .owl-buttons div {
  color: #d7eaf7 !important;
  background: #005694 !important;
  position: relative;
  bottom: 125px;
  border-radius: 0 !important;
  opacity: 1 !important;
}
.topcontent .owl-buttons div.disabled {
  color: #b7b7b7 !important;
  background: #eceff1 !important;
}
.topcontent .owl-buttons div.owl-prev {
  float: left;
}
.topcontent .owl-buttons div.owl-next {
  float: right;
}
.pagebanner .bannerimg img {
  width: 100%;
  height: auto;
}
[data-scroll] {
  transition: opacity 1s;
}
[data-scroll="in"] {
  opacity: 1;
}
[data-scroll="out"] {
  opacity: 0;
}
body.page-node-302.node-type-custom-front {
  /*
.view-programmatic-clusters{

	&.view-display-id-frontpageclusters{

		.item-list{
			
				list-style: none;
				text-align: center;
			
			
			 li {
				display: inline-block;
				margin: 0;
				text-align: left;
				position: relative;    
				padding: 10px;
			}

			.fieldwrapper {
				float: left;
				width: 100%;
				background: @brand-primary-grey;
			}
			
			 figure {
				margin: 0;
				position: relative;
				min-height: 300px;
			}
			
			img {
				max-width: 100%;
				display: block;
				position: relative;    
				margin: 0 auto;
				padding-top: 40px;
			}

			.mainclustertitle {
				font-weight: bold;
				text-align: center;
				padding: 20px;
				font-size: 18px;
				letter-spacing: 1px;
			}
			
			figcaption{
				position: absolute;
				top: 0;
				left: 0;
				padding: 20px;
				overflow: hidden;
				background: @brand-primary-darkgray;
				color: @brand-primary-white;
				border: solid 1px @brand-primary-grey;
				display: block;
				
			}

			.frontclusterrow{

				&:nth-child(1){
					figcaption{
						background: #c1a265;
					}

					.fieldwrapper{
						border: solid 10px #c1a265;
					}
				}

				&:nth-child(2){
					figcaption{
						background: #4d78b5;
					}

					.fieldwrapper{
						border: solid 10px #4d78b5;
					}
				}
				&:nth-child(3){
					figcaption{
						background: #655a87;
					}

					.fieldwrapper{
						border: solid 10px #655a87;
					}
				}

				&:nth-child(4){
					figcaption{
						background: #6a4561;
					}

					.fieldwrapper{
						border: solid 10px #6a4561;
					}
				}
				&:nth-child(5){
					figcaption{
						background: #1a2c4e;
					}

					.fieldwrapper{
						border: solid 10px #1a2c4e;
					}
				}
				&:nth-child(6){
					figcaption{
						background: #1cbaaf;
					}

					.fieldwrapper{
						border: solid 10px #1cbaaf;
					}
				}
				&:nth-child(7){
					figcaption{
						background: #85c240;
					}

					.fieldwrapper{
						border: solid 10px #85c240;
					}
				}

				&:nth-child(8){
					figcaption{
						background: #faa918;
					}

					.fieldwrapper{
						border: solid 10px #faa918;
					}
				}
				&:nth-child(9){
					figcaption{
						background: #df4848;
					}

					.fieldwrapper{
						border: solid 10px #df4848;
					}
				}

				
			}
			
			.miniclustertitle {
				font-size: 14px;
				font-weight: bold;
				padding: 5px 0;
				text-transform: uppercase;
				color: @brand-primary-purple;
			}
			
		
		}


		figcaption {
			height: 100%;
			width: 100%;
			opacity: 0;
			text-align: center;
			-webkit-backface-visibility: hidden;
			-moz-backface-visibility: hidden;
			backface-visibility: hidden;
			-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
			-moz-transition: -moz-transform 0.3s, opacity 0.3s;
			transition: transform 0.3s, opacity 0.3s;
		}
		
		.no-touch figure:hover figcaption,
		 figure:hover figcaption {
			opacity: 1;
			-webkit-transform: translate(15px, 15px);
			-moz-transform: translate(15px, 15px);
			-ms-transform: translate(15px, 15px);
			transform: translate(15px, 15px);
		}
		
	}


	.allprogrammaticclustersrow {
		padding: 10px;
		.fieldwrapper {
			background: @brand-primary-grey;
			float: left;
			width: 100%;
			min-height: 300px;
			padding: 20px;

			.subsitetitle{
				font-weight: bold;
				text-align: left;
			}

			.subsitecallout{
				font-size: 13px;
				text-align: justify;
			}
		}
	}
	.programmaticclustersrow{

		padding:10px;

		.fieldwrapper{
			background-color: @brand-primary-grey;
			float: left;
			width: 100%;
			min-height: 120px;

			.subsitetitle{
				text-align: center;
				font-weight: bold;
				text-transform: uppercase;
				font-size: 13px;
			}
		}
	}
}
*/
  /*
.frontstrdir{
	padding:30px 0 0 0;
	width: calc(33.33% - 3rem);
	margin-left: 1.5rem;
	margin-right: 1.5rem;
	float: left;

	img{
		border: none;
	}
}
*/
  /* common css for view block pages */
}
body.page-node-302.node-type-custom-front #block-twitter-block-1 .timeline-TweetList .timeline-TweetList-tweet .timeline-Tweet-brand {
  display: none;
}
body.page-node-302.node-type-custom-front .region-highlighted {
  display: grid;
  grid-template-columns: 852px 1fr;
  grid-gap: 48px;
}
body.page-node-302.node-type-custom-front .node.node-custom-front.node-promoted {
  display: none;
}
body.page-node-302.node-type-custom-front .view-footer {
  width: 100%;
  float: left;
}
body.page-node-302.node-type-custom-front .view-footer .viewmore {
  float: right;
}
body.page-node-302.node-type-custom-front .view-footer .viewmore a {
  color: #c94916;
}
body.page-node-302.node-type-custom-front .view-footer .viewmore a:hover {
  color: #46535b;
}
body.page-node-302.node-type-custom-front .slider {
  padding: 24px 0 0;
}
body.page-node-302.node-type-custom-front .slider #block-views-slider-block-3 h2.block-title {
  margin-left: 0;
}
body.page-node-302.node-type-custom-front .slider .frontoneslider {
  /*padding: 0;
		width: calc(66.66% - 3rem);
		margin-left: 1.5rem;
		margin-right: 1.5rem;
		float: left;*/
}
body.page-node-302.node-type-custom-front .slider .frontoneslider .carousel .carousel-inner .item {
  transition-property: opacity;
}
body.page-node-302.node-type-custom-front .slider .frontoneslider .carousel .carousel-inner .item,
body.page-node-302.node-type-custom-front .slider .frontoneslider .carousel .carousel-inner .active.left,
body.page-node-302.node-type-custom-front .slider .frontoneslider .carousel .carousel-inner .active.right {
  opacity: 0;
}
body.page-node-302.node-type-custom-front .slider .frontoneslider .carousel .carousel-inner .active,
body.page-node-302.node-type-custom-front .slider .frontoneslider .carousel .carousel-inner .next.left,
body.page-node-302.node-type-custom-front .slider .frontoneslider .carousel .carousel-inner .prev.right {
  opacity: 1;
}
body.page-node-302.node-type-custom-front .slider .frontoneslider .carousel .carousel-inner .next,
body.page-node-302.node-type-custom-front .slider .frontoneslider .carousel .carousel-inner .prev,
body.page-node-302.node-type-custom-front .slider .frontoneslider .carousel .carousel-inner .active.left,
body.page-node-302.node-type-custom-front .slider .frontoneslider .carousel .carousel-inner .active.right {
  left: 0;
  transform: translate3d(0, 0, 0);
}
body.page-node-302.node-type-custom-front .slider .frontoneslider .carousel .carousel-control {
  z-index: 2;
}
body.page-node-302.node-type-custom-front .slider .frontoneslider .imageslider {
  padding: 0;
}
body.page-node-302.node-type-custom-front .slider .frontoneslider img {
  /*width: 100%;
			height: auto;
			border: solid 1px @brand-primary-grey;*/
}
body.page-node-302.node-type-custom-front .slider .frontoneslider .carousel-caption {
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.9), 60%, rgba(255, 255, 255, 0.5));
}
body.page-node-302.node-type-custom-front .slider .frontoneslider .carousel-caption h3 {
  padding: 0 20px;
  float: left;
  width: 100%;
  background: none;
}
body.page-node-302.node-type-custom-front .slider .frontoneslider .carousel-caption h3 a {
  font-size: 20px;
  letter-spacing: 1px;
  transition: all 0.25s ease;
  line-height: 1.3;
  margin-bottom: 0;
  text-shadow: none;
  text-align: left;
  color: #c94916;
}
body.page-node-302.node-type-custom-front .slider .frontoneslider .carousel-caption h3 a:hover {
  color: #005694;
}
body.page-node-302.node-type-custom-front .slider .frontoneslider .carousel-caption p {
  font-size: 15px;
  color: #343434;
  text-shadow: none;
  min-height: 56px;
  font-weight: 400;
  letter-spacing: 0;
  padding: 20px;
}
body.page-node-302.node-type-custom-front .slider .frontoneslider .carousel-control span {
  font-family: 'FontAwesome';
  color: #005694;
  font-size: 25px;
  font-weight: 700;
}
body.page-node-302.node-type-custom-front .slider .frontoneslider .carousel-control span.icon-prev:before {
  content: "\f104";
}
body.page-node-302.node-type-custom-front .slider .frontoneslider .carousel-control span.icon-next:before {
  content: "\f105";
}
body.page-node-302.node-type-custom-front .slider .frontoneslider .carousel-indicators {
  left: 95%;
}
body.page-node-302.node-type-custom-front .slider .frontoneslider .carousel-indicators li {
  border: none;
  border-radius: 50%;
  margin: 0;
  background-color: #005694;
  width: 16px;
  height: 16px;
}
body.page-node-302.node-type-custom-front .slider .frontoneslider .carousel-indicators li.active {
  background-color: #c94916;
}
body.page-node-302.node-type-custom-front .pagemiddle #block-views-strategic-directions-block-3 h2.block-title {
  margin-left: 0;
}
body.page-node-302.node-type-custom-front .pagemiddle #block-views-slider-block-1 {
  background: #005694;
}
body.page-node-302.node-type-custom-front .view-strategic-directions .frontoneallstrategicdirectionsrow {
  width: 20%;
  float: left;
  padding: 0px 0 10px;
  margin: 10px 0;
  text-align: center;
  height: 270px;
}
body.page-node-302.node-type-custom-front .view-strategic-directions .frontoneallstrategicdirectionsrow .strdircovimg img {
  margin: 0 auto;
}
body.page-node-302.node-type-custom-front .view-strategic-directions .frontoneallstrategicdirectionsrow .strdirtitle {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 17px;
}
body.page-node-302.node-type-custom-front .view-strategic-directions .frontoneallstrategicdirectionsrow .strdirtitle a {
  color: #ffffff;
}
body.page-node-302.node-type-custom-front .view-strategic-directions .frontoneallstrategicdirectionsrow .strdirtitle a:hover {
  color: #46535b;
}
body.page-node-302.node-type-custom-front .view-strategic-directions .frontoneallstrategicdirectionsrow .strdirsubtitle {
  font-size: 13px;
  font-style: italic;
  color: #f1f1f1;
  padding: 10px;
}
body.page-node-302.node-type-custom-front .view-strategic-directions .frontoneallstrategicdirectionsrow.views-row.views-row-1 {
  background: #904c85;
}
body.page-node-302.node-type-custom-front .view-strategic-directions .frontoneallstrategicdirectionsrow.views-row.views-row-2 {
  background: #5ca049;
}
body.page-node-302.node-type-custom-front .view-strategic-directions .frontoneallstrategicdirectionsrow.views-row.views-row-3 {
  background: #1792a1;
}
body.page-node-302.node-type-custom-front .view-strategic-directions .frontoneallstrategicdirectionsrow.views-row.views-row-4 {
  background: #dc2d28;
}
body.page-node-302.node-type-custom-front .view-strategic-directions .frontoneallstrategicdirectionsrow.views-row.views-row-5 {
  background: #0c629f;
}
body.page-node-302.node-type-custom-front .view-sros .srosrow,
body.page-node-302.node-type-custom-front .view-sros .othersrosrow {
  padding: 10px;
}
body.page-node-302.node-type-custom-front .view-sros .srosrow.col-md-2,
body.page-node-302.node-type-custom-front .view-sros .othersrosrow.col-md-2 {
  width: 20%;
}
body.page-node-302.node-type-custom-front .view-sros .srosrow .fieldwrapper,
body.page-node-302.node-type-custom-front .view-sros .othersrosrow .fieldwrapper {
  background-color: #eceff1;
  float: left;
  width: 100%;
}
body.page-node-302.node-type-custom-front .view-sros .srosrow .fieldwrapper .subsiteiconimg img,
body.page-node-302.node-type-custom-front .view-sros .othersrosrow .fieldwrapper .subsiteiconimg img {
  margin: 0 auto;
}
body.page-node-302.node-type-custom-front .view-sros .srosrow .fieldwrapper .subsitetitle,
body.page-node-302.node-type-custom-front .view-sros .othersrosrow .fieldwrapper .subsitetitle {
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 13px;
}
body.page-node-302.node-type-custom-front .view-strategic-directions .otherstrategicdirectionsrow,
body.page-node-302.node-type-custom-front .view-strategic-directions .strategicdirectioninfosrow {
  padding: 10px;
}
body.page-node-302.node-type-custom-front .view-strategic-directions .otherstrategicdirectionsrow .fieldwrapper,
body.page-node-302.node-type-custom-front .view-strategic-directions .strategicdirectioninfosrow .fieldwrapper {
  background: #eceff1;
  float: left;
  width: 100%;
  padding: 10px;
  min-height: 350px;
}
body.page-node-302.node-type-custom-front .view-strategic-directions .otherstrategicdirectionsrow .fieldwrapper .strdirtitle,
body.page-node-302.node-type-custom-front .view-strategic-directions .strategicdirectioninfosrow .fieldwrapper .strdirtitle {
  padding-top: 45px;
  font-size: 17px;
  font-weight: bold;
  text-transform: uppercase;
}
body.page-node-302.node-type-custom-front .view-strategic-directions .otherstrategicdirectionsrow .fieldwrapper .strdirsubtitle,
body.page-node-302.node-type-custom-front .view-strategic-directions .strategicdirectioninfosrow .fieldwrapper .strdirsubtitle {
  font-weight: bold;
}
body.page-node-302.node-type-custom-front .view-strategic-directions .otherstrategicdirectionsrow .fieldwrapper .strdircallout,
body.page-node-302.node-type-custom-front .view-strategic-directions .strategicdirectioninfosrow .fieldwrapper .strdircallout {
  text-align: justify;
  font-size: 13px;
}
body.page-node-302.node-type-custom-front .view-strategic-directions .allstrategicdirectionsrow.col-md-2 {
  width: 20%;
  border-bottom: 10px solid #e0e0dc;
  padding: 0px;
}
body.page-node-302.node-type-custom-front .view-strategic-directions .allstrategicdirectionsrow:nth-child(1) .strdirsliderimg {
  background: url(/sites/all/themes/theme/images/bg/build_bg.png) no-repeat center;
}
body.page-node-302.node-type-custom-front .view-strategic-directions .allstrategicdirectionsrow:nth-child(1) .strdircallout,
body.page-node-302.node-type-custom-front .view-strategic-directions .allstrategicdirectionsrow:nth-child(1) .strdirbody {
  border-left: 10px solid #e0e0dc;
}
body.page-node-302.node-type-custom-front .view-strategic-directions .allstrategicdirectionsrow:nth-child(2) .strdirsliderimg {
  background: url(/sites/all/themes/theme/images/bg/formulate_bg.png) no-repeat center;
}
body.page-node-302.node-type-custom-front .view-strategic-directions .allstrategicdirectionsrow:nth-child(3) .strdirsliderimg {
  background: url(/sites/all/themes/theme/images/bg/design_bg.png) no-repeat center;
}
body.page-node-302.node-type-custom-front .view-strategic-directions .allstrategicdirectionsrow:nth-child(4) .strdirsliderimg {
  background: url(/sites/all/themes/theme/images/bg/support_bg.png) no-repeat center;
}
body.page-node-302.node-type-custom-front .view-strategic-directions .allstrategicdirectionsrow:nth-child(5) .strdirsliderimg {
  background: url(/sites/all/themes/theme/images/bg/advocate_bg.png) no-repeat center;
}
body.page-node-302.node-type-custom-front .view-strategic-directions .allstrategicdirectionsrow:nth-child(5) .strdircallout,
body.page-node-302.node-type-custom-front .view-strategic-directions .allstrategicdirectionsrow:nth-child(5) .strdirbody {
  border-right: 10px solid #e0e0dc;
}
body.page-node-302.node-type-custom-front .view-strategic-directions .allstrategicdirectionsrow:nth-child(5) .strdirbody {
  padding-right: 10px;
}
body.page-node-302.node-type-custom-front .view-strategic-directions .allstrategicdirectionsrow .strdircovimg img {
  margin: 0 auto;
}
body.page-node-302.node-type-custom-front .view-strategic-directions .allstrategicdirectionsrow .strdirtitle {
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}
body.page-node-302.node-type-custom-front .view-strategic-directions .allstrategicdirectionsrow .strdirsubtitle {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  min-height: 90px;
}
body.page-node-302.node-type-custom-front .view-strategic-directions .allstrategicdirectionsrow .strdirsliderimg {
  padding: 50px 0;
  min-height: 175px;
}
body.page-node-302.node-type-custom-front .view-strategic-directions .allstrategicdirectionsrow .strdirsliderimg img {
  margin: 0 auto;
  border-radius: 100%;
}
body.page-node-302.node-type-custom-front .view-strategic-directions .allstrategicdirectionsrow .strdircallout {
  text-align: center;
  font-weight: bold;
  font-size: 13px;
  min-height: 210px;
}
body.page-node-302.node-type-custom-front .view-strategic-directions .allstrategicdirectionsrow .strdirbody {
  padding: 0;
  min-height: 880px;
}
body.page-node-302.node-type-custom-front .view-subsite-information .subsitesubtitle {
  font-size: 20px;
  font-weight: bold;
}
body.page-node-302.node-type-custom-front .publicationinfo {
  width: 100%;
  float: left;
}
body.page-node-302.node-type-custom-front .publicationinfo .publicationsubtitle {
  width: 100%;
  float: left;
  font-size: 25px;
  font-style: italic;
  color: #46535b;
  padding: 10px 0;
}
body.page-node-302.node-type-custom-front .publicationinfo .publicartionreleasedate {
  width: 100%;
  float: left;
  padding: 10px 0;
}
body.page-node-302.node-type-custom-front .publicationinfo .publicartionreleasedate .publicartionreleasedatelabel {
  font-weight: bold;
  float: left;
  padding-right: 20px;
  padding-top: 5px;
}
body.page-node-302.node-type-custom-front .publicationinfo .publicartionreleasedate .publicartionreleasedateval {
  color: #005694;
  text-transform: uppercase;
  font-size: 20px;
}
body.page-node-302.node-type-custom-front .publicationinfo .publicationcoverimg img {
  border: solid 1px #eceff1;
}
body.page-node-302.node-type-custom-front .publicationinfo .publicationtext {
  text-align: justify;
}
body.page-node-302.node-type-custom-front .publicationinfo .publicationfiledownload {
  float: left;
  margin: 20px 0;
}
body.page-node-302.node-type-custom-front .publicationinfo .publicationfiledownload a {
  background: #005694;
  color: #ffffff;
  padding: 10px 15px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  float: left;
  font-size: 11px;
}
body.page-node-302.node-type-custom-front .publicationinfo .publicationfiledownload a:hover {
  background: #c94916;
}
body.page-node-302.node-type-custom-front .publicationinfo .publicationedit {
  float: left;
  margin: 20px 0;
}
body.page-node-302.node-type-custom-front .publicationinfo .publicationedit a {
  background: #005694;
  color: #ffffff;
  padding: 6px 8px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  float: left;
  font-size: 11px;
  background: #eceff1;
  color: #005694;
}
body.page-node-302.node-type-custom-front .publicationinfo .publicationedit a:hover {
  background: #c94916;
}
body.page-node-302.node-type-custom-front .publicationinfo .publicationedit a:hover {
  background: #46535b;
  color: #ffffff;
}
body.page-node-302.node-type-custom-front .view-events.view-display-id-block_10 .highlightedeventrows {
  width: calc(22%);
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  padding: 0;
}
body.page-node-302.node-type-custom-front .view-events.view-display-id-block_10 .highlightedeventrows .fieldwrapper {
  float: left;
  width: 100%;
  height: 100%;
  padding-bottom: 10px;
}
body.page-node-302.node-type-custom-front .view-events.view-display-id-block_10 .highlightedeventrows .fieldwrapper .eventlogo {
  padding: 10px 0;
}
body.page-node-302.node-type-custom-front .view-events.view-display-id-block_10 .highlightedeventrows .fieldwrapper .eventlogo img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  border: solid 1px #0669af;
  background: #ffffff;
}
body.page-node-302.node-type-custom-front .view-events.view-display-id-block_10 .highlightedeventrows .fieldwrapper .eventtitle {
  padding: 10px 0;
  font-size: 20px;
  line-height: 1.3;
  overflow: hidden;
  font-weight: normal;
  text-align: center;
}
body.page-node-302.node-type-custom-front .view-events.view-display-id-block_10 .highlightedeventrows .fieldwrapper .eventtitle a {
  color: #ffffff;
}
body.page-node-302.node-type-custom-front .view-events.view-display-id-block_10 .highlightedeventrows .fieldwrapper .eventdate {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px 0;
  overflow: hidden;
  color: #bbb;
}
body.page-node-302.node-type-custom-front .view-events.view-display-id-block_10 .highlightedeventrows .fieldwrapper .eventdate .startdate {
  float: left;
  padding: 0;
}
body.page-node-302.node-type-custom-front .view-events.view-display-id-block_10 .highlightedeventrows .fieldwrapper .eventdate .startdate span.date-display-single {
  float: left;
}
body.page-node-302.node-type-custom-front .view-events.view-display-id-block_10 .highlightedeventrows .fieldwrapper .eventdate .enddate {
  float: right;
  padding: 0;
}
body.page-node-302.node-type-custom-front .view-events.view-display-id-block_10 .highlightedeventrows .fieldwrapper .eventdate .enddate span.date-display-single {
  float: right;
}
body.page-node-302.node-type-custom-front .view-events.view-display-id-block_10 .highlightedeventrows .fieldwrapper .eventdate .enddate span.date-display-single:before {
  font-family: 'FontAwesome';
  content: "\f101";
  padding-right: 30px;
  color: #c94916;
}
body.page-node-302.node-type-custom-front .view-events.view-display-id-block_10 .highlightedeventrows .fieldwrapper .eventlocation {
  font-size: 13px;
  font-style: italic;
  padding: 0px;
  color: #eceff1;
}
body.page-node-302.node-type-custom-front .view-events .featuredeventrows .fieldwrapper {
  float: left;
}
body.page-node-302.node-type-custom-front .view-events .featuredeventrows .fieldwrapper .eventlogo {
  padding: 0;
}
body.page-node-302.node-type-custom-front .view-events .featuredeventrows .fieldwrapper .eventlogo img {
  width: 350px;
  margin: 0 auto;
  border: 1px #eceff1 solid;
}
body.page-node-302.node-type-custom-front .view-events .featuredeventrows .fieldwrapper .eventtitle,
body.page-node-302.node-type-custom-front .view-events .featuredeventrows .fieldwrapper .eventsubtitle {
  padding: 10px 0;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 1px;
}
body.page-node-302.node-type-custom-front .view-events .featuredeventrows .fieldwrapper .eventsubtitle {
  font-size: 30px;
  color: #777777;
  font-style: italic;
}
body.page-node-302.node-type-custom-front .view-events .featuredeventrows .fieldwrapper .eventlocation,
body.page-node-302.node-type-custom-front .view-events .featuredeventrows .fieldwrapper .eventdate {
  padding: 10px 0;
  text-transform: uppercase;
}
body.page-node-302.node-type-custom-front .view-events .eventrows {
  margin: 10px 0;
  border-bottom: solid 1px #eceff1;
}
body.page-node-302.node-type-custom-front .view-events .eventrows .fieldwrapper {
  float: left;
}
body.page-node-302.node-type-custom-front .view-events .eventrows .fieldwrapper .eventdate {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px;
}
body.page-node-302.node-type-custom-front .view-events .eventrows .fieldwrapper .eventdate span.date-display-single {
  background: #eceff1;
  padding: 5px 10px;
  margin-bottom: 10px;
  float: left;
}
body.page-node-302.node-type-custom-front .view-events .eventrows .fieldwrapper .eventdate .startdate {
  float: left;
}
body.page-node-302.node-type-custom-front .view-events .eventrows .fieldwrapper .eventdate .enddate {
  float: right;
}
body.page-node-302.node-type-custom-front .view-events .eventrows .fieldwrapper .eventdate .enddate span.date-display-single {
  float: right;
}
body.page-node-302.node-type-custom-front .view-events .eventrows .fieldwrapper .eventdate .enddate span.date-display-single:before {
  font-family: 'FontAwesome';
  content: "\f101";
  padding-right: 30px;
  color: #c94916;
}
body.page-node-302.node-type-custom-front .view-events .eventrows .fieldwrapper .eventlogo img {
  width: 150px;
  margin: 0 auto;
}
body.page-node-302.node-type-custom-front .view-events .eventrows .fieldwrapper .eventtitle {
  font-weight: bold;
}
body.page-node-302.node-type-custom-front .view-events .eventrows .fieldwrapper .eventlocation {
  font-size: 13px;
  font-weight: bold;
}
body.page-node-302.node-type-custom-front .keymessages .keymessagerow,
body.page-node-302.node-type-custom-front .relateddocuments .keymessagerow,
body.page-node-302.node-type-custom-front .keymessages .relateddocumentsrow,
body.page-node-302.node-type-custom-front .relateddocuments .relateddocumentsrow {
  padding: 20px 10px;
}
body.page-node-302.node-type-custom-front .keymessages .keymessagerow .keymessagetitle,
body.page-node-302.node-type-custom-front .relateddocuments .keymessagerow .keymessagetitle,
body.page-node-302.node-type-custom-front .keymessages .relateddocumentsrow .keymessagetitle,
body.page-node-302.node-type-custom-front .relateddocuments .relateddocumentsrow .keymessagetitle {
  width: 100%;
  float: left;
  font-weight: bold;
  padding-bottom: 10px;
}
body.page-node-302.node-type-custom-front .keymessages .keymessagerow .keymessagedownload a,
body.page-node-302.node-type-custom-front .relateddocuments .keymessagerow .keymessagedownload a,
body.page-node-302.node-type-custom-front .keymessages .relateddocumentsrow .keymessagedownload a,
body.page-node-302.node-type-custom-front .relateddocuments .relateddocumentsrow .keymessagedownload a {
  background: #005694;
  color: #ffffff;
  padding: 6px 8px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  float: left;
  font-size: 11px;
  background: #eceff1;
  color: #005694;
}
body.page-node-302.node-type-custom-front .keymessages .keymessagerow .keymessagedownload a:hover,
body.page-node-302.node-type-custom-front .relateddocuments .keymessagerow .keymessagedownload a:hover,
body.page-node-302.node-type-custom-front .keymessages .relateddocumentsrow .keymessagedownload a:hover,
body.page-node-302.node-type-custom-front .relateddocuments .relateddocumentsrow .keymessagedownload a:hover {
  background: #c94916;
}
body.page-node-302.node-type-custom-front .keymessages .keymessagerow .keymessagedownload a:hover,
body.page-node-302.node-type-custom-front .relateddocuments .keymessagerow .keymessagedownload a:hover,
body.page-node-302.node-type-custom-front .keymessages .relateddocumentsrow .keymessagedownload a:hover,
body.page-node-302.node-type-custom-front .relateddocuments .relateddocumentsrow .keymessagedownload a:hover {
  background: #46535b;
  color: #ffffff;
}
body.page-node-302.node-type-custom-front .ourworkcontainer {
  width: 100%;
  float: left;
  background: #005694;
  color: #ffffff;
  min-height: 300px;
  text-align: center;
  margin-top: 40px;
}
body.page-node-302.node-type-custom-front .ourworkcontainer .maintitle {
  font-size: 45px;
  font-weight: bold;
  padding: 20px 0;
}
body.page-node-302.node-type-custom-front .ourworkcontainer .subtitle {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 2px;
}
body.page-node-302.node-type-custom-front .ourworkcontainer .vision {
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 3px;
  padding-bottom: 20px;
}
body.page-node-302.node-type-custom-front .ourworkcontainer .readmorelink {
  float: left;
  width: 100%;
  padding-bottom: 50px;
}
body.page-node-302.node-type-custom-front .ourworkcontainer .readmorelink a {
  color: #ffffff;
  background: #46535b;
  padding: 10px 20px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
}
body.page-node-302.node-type-custom-front .front .view-recently-added-publication .pubrow:nth-child(4) {
  clear: left;
}
body.page-node-302.node-type-custom-front .front .view-recently-added-publication .pubrow .fieldwrapper {
  float: left;
  margin-bottom: 30px;
  padding: 0 10%;
}
body.page-node-302.node-type-custom-front .front .view-recently-added-publication .pubrow .fieldwrapper .pubcov {
  padding: 0;
}
body.page-node-302.node-type-custom-front .front .view-recently-added-publication .pubrow .fieldwrapper .pubcov img {
  margin: 0 auto;
  border: 1px #eceff1 solid;
}
body.page-node-302.node-type-custom-front .front .view-recently-added-publication .pubrow .fieldwrapper .pubtitle,
body.page-node-302.node-type-custom-front .front .view-recently-added-publication .pubrow .fieldwrapper .pubsubtitle {
  padding: 10px 0;
  font-weight: bold;
  min-height: 80px;
  letter-spacing: 1px;
  text-align: center;
}
body.page-node-302.node-type-custom-front .front .view-recently-added-publication .pubrow .fieldwrapper .pubsubtitle {
  font-size: 13px;
  color: #c94916;
}
body.page-node-302.node-type-custom-front .front .view-recently-added-publication .pubrow .fieldwrapper .publicationseries {
  width: 100%;
  float: left;
  padding: 10px 0;
}
body.page-node-302.node-type-custom-front .front .view-recently-added-publication .pubrow .fieldwrapper .publicationseries a {
  width: 100%;
  float: left;
  text-align: center;
  text-transform: uppercase;
  font-size: 13px;
}
body.page-node-302.node-type-custom-front .chapters,
body.page-node-302.node-type-custom-front .keyfigures {
  /*
	.view-id-publication_chapters{
		border-right: solid 1px @brand-primary-grey;
		float: left;
	}
*/
}
body.page-node-302.node-type-custom-front .chapters .publicationchapterrow,
body.page-node-302.node-type-custom-front .keyfigures .publicationchapterrow,
body.page-node-302.node-type-custom-front .chapters .keyfiguresrow,
body.page-node-302.node-type-custom-front .keyfigures .keyfiguresrow {
  width: 100%;
  float: left;
  margin: 10px 0;
}
body.page-node-302.node-type-custom-front .chapters .publicationchapterrow .fieldwrapper,
body.page-node-302.node-type-custom-front .keyfigures .publicationchapterrow .fieldwrapper,
body.page-node-302.node-type-custom-front .chapters .keyfiguresrow .fieldwrapper,
body.page-node-302.node-type-custom-front .keyfigures .keyfiguresrow .fieldwrapper {
  background: #d7eaf7;
  padding: 10px;
  float: left;
  width: 100%;
}
body.page-node-302.node-type-custom-front .chapters .chapterimg img,
body.page-node-302.node-type-custom-front .keyfigures .chapterimg img,
body.page-node-302.node-type-custom-front .chapters .keyfigureimg img,
body.page-node-302.node-type-custom-front .keyfigures .keyfigureimg img {
  border: solid 1px #eceff1;
}
body.page-node-302.node-type-custom-front .chapters .chaptertitle,
body.page-node-302.node-type-custom-front .keyfigures .chaptertitle,
body.page-node-302.node-type-custom-front .chapters .keyfigurestitle,
body.page-node-302.node-type-custom-front .keyfigures .keyfigurestitle {
  font-weight: bold;
  padding-bottom: 20px;
}
body.page-node-302.node-type-custom-front .chapters .chapterfile a,
body.page-node-302.node-type-custom-front .keyfigures .chapterfile a {
  background: #005694;
  color: #ffffff;
  padding: 6px 8px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  float: left;
  font-size: 11px;
  background: #eceff1;
  color: #005694;
}
body.page-node-302.node-type-custom-front .chapters .chapterfile a:hover,
body.page-node-302.node-type-custom-front .keyfigures .chapterfile a:hover {
  background: #c94916;
}
body.page-node-302.node-type-custom-front .chapters .chapterfile a:hover,
body.page-node-302.node-type-custom-front .keyfigures .chapterfile a:hover {
  background: #46535b;
  color: #ffffff;
}
body.page-node-302.node-type-custom-front .chapters#block-views-publication-key-figures-block,
body.page-node-302.node-type-custom-front .keyfigures#block-views-publication-key-figures-block {
  padding-left: 20px;
}
body.page-node-302.node-type-custom-front .latesttweets {
  /*padding: 0;
	width: calc(33.33%);
	float: left;*/
  background: #eceff1;
  max-height: 510px;
  padding-right: 40px;
}
body.page-node-302.node-type-custom-front .latesttweets iframe {
  max-height: 400px;
}
body.page-node-302.node-type-custom-front .frontonestories {
  padding: 0;
  /*width: calc(66.66%);*/
  float: left;
}
body.page-node-302.node-type-custom-front .frontonestories .view-stories .view-content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 48px;
}
body.page-node-302.node-type-custom-front .frontonestories .view-stories .recentstoriesrow {
  /*width: calc(46%);
			margin-left: 1.5rem;
			margin-right: 1.5rem;
			padding:0;*/
}
body.page-node-302.node-type-custom-front .frontonestories .view-stories .recentstoriesrow .storyimage {
  padding: 0 0 10px 0;
}
body.page-node-302.node-type-custom-front .frontonestories .view-stories .recentstoriesrow .storyimage img {
  width: 100%;
  border-bottom: 5px solid #c94916;
}
body.page-node-302.node-type-custom-front .frontonestories .view-stories .recentstoriesrow .storytitle {
  font-size: 20px;
  line-height: 1.3;
  padding: 10px 0;
}
body.page-node-302.node-type-custom-front .frontonestories .view-stories .recentstoriesrow .storytxt {
  padding: 10px 0;
}
body.page-node-302.node-type-custom-front .frontonestories .view-stories .recentstoriesrow .storydate {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px 0;
}
body.page-node-302.node-type-custom-front .frontonestories .view-stories .recentstoriesrow .storydate span.date-display-single {
  padding: 10px;
  background: #eceff1;
}
body.page-node-302.node-type-custom-front .view-stories.view-display-id-frontstories .storytitle {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
}
body.page-node-302.node-type-custom-front .view-stories.view-display-id-frontstories .storydate {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px;
}
body.page-node-302.node-type-custom-front .view-stories.view-display-id-frontstories .storydate span.date-display-single {
  padding: 10px;
  background: #eceff1;
}
body.page-node-302.node-type-custom-front .view-stories .col-md-9.latestnewslist {
  padding: 0;
}
body.page-node-302.node-type-custom-front .view-stories .mcrecentstoriesrow {
  border-bottom: solid 1px #eceff1;
  margin: 10px 0;
  padding: 0;
}
body.page-node-302.node-type-custom-front .view-stories .mcrecentstoriesrow .storyimg {
  padding-left: 0;
}
body.page-node-302.node-type-custom-front .view-stories .mcrecentstoriesrow .storydate {
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
}
body.page-node-302.node-type-custom-front .view-stories .mcrecentstoriesrow .storylocation {
  font-weight: bold;
}
body.page-node-302.node-type-custom-front .view-stories .mcrecentstoriesrow .storytype {
  font-style: italic;
  color: #c94916;
}
body.page-node-302.node-type-custom-front .view-stories .mcrecentstoriesrow .storytitle {
  font-weight: bold;
}
body.page-node-302.node-type-custom-front .view-stories .mcrecentstoriesrow.esrelated {
  padding: 0;
}
body.page-node-302.node-type-custom-front .view-stories .mcrecentstoriesrow.esrelated .storyimg {
  padding: 15px 0;
}
body.page-node-302.node-type-custom-front .view-stories .mcrecentstoriesrow.esrelated .storytype {
  padding: 10px 0;
}
body.page-node-302.node-type-custom-front .view-stories .mcrecentstoriesrow.esrelated .storytitle {
  padding: 0 10px;
}
body.page-node-302.node-type-custom-front #block-views-programmatic-clusters-block-2 {
  height: 0px;
  float: left;
  width: 100%;
}
body.page-node-302.node-type-custom-front #block-views-programmatic-clusters-block-2.open {
  height: 800px;
  transition: all .1s;
}
body.page-node-302.node-type-custom-front #block-views-programmatic-clusters-block-2 .view-programmatic-clusters {
  /*position: absolute;
		left: 40%;
		top: 25%;
		transition: all .1s;*/
  position: relative;
  transition: all .1s;
  float: left;
  width: 100%;
  height: 100%;
}
body.page-node-302.node-type-custom-front #block-views-programmatic-clusters-block-2 .view-programmatic-clusters.clustersviewtext .view-content {
  position: absolute;
  top: 250px;
  left: 22%;
}
body.page-node-302.node-type-custom-front #block-views-programmatic-clusters-block-2 .view-programmatic-clusters.clustersviewtext .view-header .view-content {
  position: absolute;
  left: 955px;
  top: 140px;
}
body.page-node-302.node-type-custom-front #block-views-programmatic-clusters-block-2 .calloutprogclust {
  position: absolute;
  top: 60px;
  left: -75px;
  width: 400px;
  height: 360px;
  opacity: 0;
  transition: all 0.8s ease-in-out;
}
body.page-node-302.node-type-custom-front #block-views-programmatic-clusters-block-2 button {
  position: absolute;
  top: -120px;
  left: 45%;
  width: 140px;
  padding: 4px 10px;
  background: #428bca;
  border: 0;
  color: white;
  font-size: 20px;
  cursor: pointer;
  transition: all .1s;
}
body.page-node-302.node-type-custom-front #block-views-programmatic-clusters-block-2 button .less {
  display: none;
  transition: all 0.8s ease-in-out;
}
body.page-node-302.node-type-custom-front #block-views-programmatic-clusters-block-2 button .more {
  display: block;
  transition: all 0.8s ease-in-out;
}
body.page-node-302.node-type-custom-front #block-views-programmatic-clusters-block-2 button:hover {
  background: #3071a9;
}
body.page-node-302.node-type-custom-front #block-views-programmatic-clusters-block-2 button:focus {
  outline: none;
}
body.page-node-302.node-type-custom-front #block-views-programmatic-clusters-block-2 ul {
  position: absolute;
  list-style: none;
  padding: 0;
  margin: 0;
  top: 0px;
  left: 0px;
}
body.page-node-302.node-type-custom-front #block-views-programmatic-clusters-block-2 ul li.frontoneclusterrow {
  position: absolute;
  width: 250px;
  height: 0;
  margin: 0 auto;
  transform: rotate(-360deg);
  opacity: 0;
  transition: all 0.8s ease-in-out;
}
body.page-node-302.node-type-custom-front #block-views-programmatic-clusters-block-2 ul li.frontoneclusterrow.inactive .fieldwrapper {
  background: #ffffff;
}
body.page-node-302.node-type-custom-front #block-views-programmatic-clusters-block-2 ul li.frontoneclusterrow .fieldwrapper {
  position: absolute;
  left: 50%;
  bottom: 100%;
  width: 250px;
  height: 250px;
  line-height: 1.7px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  box-shadow: none;
  cursor: pointer;
  transition: all 0.8s ease-in-out, color 0.1s;
}
body.page-node-302.node-type-custom-front #block-views-programmatic-clusters-block-2 ul li.frontoneclusterrow .fieldwrapper:hover {
  background: #adafb1;
  transition: all 0.8s ease-in-out;
}
body.page-node-302.node-type-custom-front #block-views-programmatic-clusters-block-2 ul li.frontoneclusterrow .fieldwrapper .subsiteiconimg img {
  margin: 0 auto;
  filter: brightness(1) invert(0);
}
body.page-node-302.node-type-custom-front #block-views-programmatic-clusters-block-2 ul li.frontoneclusterrow .fieldwrapper .subsitetitle {
  line-height: 1.7;
}
body.page-node-302.node-type-custom-front #block-views-programmatic-clusters-block-2.open button {
  top: -120px;
  left: 45%;
}
body.page-node-302.node-type-custom-front #block-views-programmatic-clusters-block-2.open button .less {
  display: block;
  transition: all 0.8s ease-in-out;
}
body.page-node-302.node-type-custom-front #block-views-programmatic-clusters-block-2.open button .more {
  display: none;
  transition: all 0.8s ease-in-out;
}
body.page-node-302.node-type-custom-front #block-views-programmatic-clusters-block-2.open .frontoneclusterrow.active {
  transition: all 0.8s ease-in-out;
  z-index: 999;
}
body.page-node-302.node-type-custom-front #block-views-programmatic-clusters-block-2.open .frontoneclusterrow.active .fieldwrapper .subsiteiconimg img {
  filter: brightness(0) invert(1);
}
body.page-node-302.node-type-custom-front #block-views-programmatic-clusters-block-2.open .frontoneclusterrow.active .fieldwrapper .subsitetitle {
  color: #fff;
}
body.page-node-302.node-type-custom-front #block-views-programmatic-clusters-block-2.open .frontoneclusterrow.active:nth-child(1) .fieldwrapper {
  background: #c1a265;
}
body.page-node-302.node-type-custom-front #block-views-programmatic-clusters-block-2.open .frontoneclusterrow.active:nth-child(2) .fieldwrapper {
  background: #4d78b5;
}
body.page-node-302.node-type-custom-front #block-views-programmatic-clusters-block-2.open .frontoneclusterrow.active:nth-child(3) .fieldwrapper {
  background: #655a87;
}
body.page-node-302.node-type-custom-front #block-views-programmatic-clusters-block-2.open .frontoneclusterrow.active:nth-child(4) .fieldwrapper {
  background: #6a4561;
}
body.page-node-302.node-type-custom-front #block-views-programmatic-clusters-block-2.open .frontoneclusterrow.active:nth-child(5) .fieldwrapper {
  background: #1a2c4e;
}
body.page-node-302.node-type-custom-front #block-views-programmatic-clusters-block-2.open .frontoneclusterrow.active:nth-child(6) .fieldwrapper {
  background: #1cbaaf;
}
body.page-node-302.node-type-custom-front #block-views-programmatic-clusters-block-2.open .frontoneclusterrow.active:nth-child(7) .fieldwrapper {
  background: #85c240;
}
body.page-node-302.node-type-custom-front #block-views-programmatic-clusters-block-2.open .frontoneclusterrow.active:nth-child(8) .fieldwrapper {
  background: #faa918;
}
body.page-node-302.node-type-custom-front #block-views-programmatic-clusters-block-2.open .frontoneclusterrow.active:nth-child(9) .fieldwrapper {
  background: #df4848;
}
body.page-node-302.node-type-custom-front #block-views-programmatic-clusters-block-2.open .calloutprogclust {
  opacity: 1;
  transition: all 0.8s ease-in-out;
}
body.page-node-302.node-type-custom-front #block-views-programmatic-clusters-block-2.open .calloutprogclust.active {
  z-index: 10;
}
body.page-node-302.node-type-custom-front #block-views-programmatic-clusters-block-2.open .calloutprogclust.inactive {
  z-index: 0;
}
body.page-node-302.node-type-custom-front #block-views-programmatic-clusters-block-2.open .calloutprogclust .fieldwrapper .subsiteiconimg img {
  filter: brightness(0) invert(1);
}
body.page-node-302.node-type-custom-front #block-views-programmatic-clusters-block-2.open .calloutprogclust .fieldwrapper .subsitetitle {
  color: #fff;
}
body.page-node-302.node-type-custom-front #block-views-programmatic-clusters-block-2.open .calloutprogclust .fieldwrapper .readmorelink {
  text-align: center;
  padding: 20px 0;
}
body.page-node-302.node-type-custom-front #block-views-programmatic-clusters-block-2.open .calloutprogclust .fieldwrapper .readmorelink a {
  color: #ffffff;
  background: #46535b;
  padding: 10px 20px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
}
body.page-node-302.node-type-custom-front #block-views-programmatic-clusters-block-2.open .calloutprogclust:nth-child(1) {
  background: #c1a265;
}
body.page-node-302.node-type-custom-front #block-views-programmatic-clusters-block-2.open .calloutprogclust:nth-child(1) .fieldwrapper {
  background: #c1a265;
}
body.page-node-302.node-type-custom-front #block-views-programmatic-clusters-block-2.open .calloutprogclust:nth-child(2) {
  background: #4d78b5;
}
body.page-node-302.node-type-custom-front #block-views-programmatic-clusters-block-2.open .calloutprogclust:nth-child(2) .fieldwrapper {
  background: #4d78b5;
}
body.page-node-302.node-type-custom-front #block-views-programmatic-clusters-block-2.open .calloutprogclust:nth-child(3) {
  background: #655a87;
}
body.page-node-302.node-type-custom-front #block-views-programmatic-clusters-block-2.open .calloutprogclust:nth-child(3) .fieldwrapper {
  background: #655a87;
}
body.page-node-302.node-type-custom-front #block-views-programmatic-clusters-block-2.open .calloutprogclust:nth-child(4) {
  background: #6a4561;
}
body.page-node-302.node-type-custom-front #block-views-programmatic-clusters-block-2.open .calloutprogclust:nth-child(5) {
  background: #1a2c4e;
}
body.page-node-302.node-type-custom-front #block-views-programmatic-clusters-block-2.open .calloutprogclust:nth-child(6) {
  background: #1cbaaf;
}
body.page-node-302.node-type-custom-front #block-views-programmatic-clusters-block-2.open .calloutprogclust:nth-child(7) {
  background: #85c240;
}
body.page-node-302.node-type-custom-front #block-views-programmatic-clusters-block-2.open .calloutprogclust:nth-child(8) {
  background: #faa918;
}
body.page-node-302.node-type-custom-front #block-views-programmatic-clusters-block-2.open .calloutprogclust:nth-child(9) {
  background: #df4848;
}
body.page-node-302.node-type-custom-front #block-views-programmatic-clusters-block-2.open .calloutprogclust .subsitetitle {
  font-size: 20px;
  color: #fff;
  text-align: center;
  padding: 20px;
}
body.page-node-302.node-type-custom-front #block-views-programmatic-clusters-block-2.open .calloutprogclust .subsitecallout {
  padding: 20px;
  text-align: center;
  color: #fff;
}
body.page-node-302.node-type-custom-front #block-views-programmatic-clusters-block-2.open .frontoneclusterrow {
  width: 250px;
  height: 275px;
  line-height: 1.7;
  margin: 0 auto;
  opacity: 1;
}
body.page-node-302.node-type-custom-front #block-views-programmatic-clusters-block-2.open .frontoneclusterrow:nth-child(1) figcaption {
  background: #c1a265;
}
body.page-node-302.node-type-custom-front #block-views-programmatic-clusters-block-2.open .frontoneclusterrow:nth-child(1) .fieldwrapper {
  border: solid 10px #c1a265;
}
body.page-node-302.node-type-custom-front #block-views-programmatic-clusters-block-2.open .frontoneclusterrow:nth-child(2) figcaption {
  background: #4d78b5;
}
body.page-node-302.node-type-custom-front #block-views-programmatic-clusters-block-2.open .frontoneclusterrow:nth-child(2) .fieldwrapper {
  border: solid 10px #4d78b5;
}
body.page-node-302.node-type-custom-front #block-views-programmatic-clusters-block-2.open .frontoneclusterrow:nth-child(3) figcaption {
  background: #655a87;
}
body.page-node-302.node-type-custom-front #block-views-programmatic-clusters-block-2.open .frontoneclusterrow:nth-child(3) .fieldwrapper {
  border: solid 10px #655a87;
}
body.page-node-302.node-type-custom-front #block-views-programmatic-clusters-block-2.open .frontoneclusterrow:nth-child(4) figcaption {
  background: #6a4561;
}
body.page-node-302.node-type-custom-front #block-views-programmatic-clusters-block-2.open .frontoneclusterrow:nth-child(4) .fieldwrapper {
  border: solid 10px #6a4561;
}
body.page-node-302.node-type-custom-front #block-views-programmatic-clusters-block-2.open .frontoneclusterrow:nth-child(5) figcaption {
  background: #1a2c4e;
}
body.page-node-302.node-type-custom-front #block-views-programmatic-clusters-block-2.open .frontoneclusterrow:nth-child(5) .fieldwrapper {
  border: solid 10px #1a2c4e;
}
body.page-node-302.node-type-custom-front #block-views-programmatic-clusters-block-2.open .frontoneclusterrow:nth-child(6) figcaption {
  background: #1cbaaf;
}
body.page-node-302.node-type-custom-front #block-views-programmatic-clusters-block-2.open .frontoneclusterrow:nth-child(6) .fieldwrapper {
  border: solid 10px #1cbaaf;
}
body.page-node-302.node-type-custom-front #block-views-programmatic-clusters-block-2.open .frontoneclusterrow:nth-child(7) figcaption {
  background: #85c240;
}
body.page-node-302.node-type-custom-front #block-views-programmatic-clusters-block-2.open .frontoneclusterrow:nth-child(7) .fieldwrapper {
  border: solid 10px #85c240;
}
body.page-node-302.node-type-custom-front #block-views-programmatic-clusters-block-2.open .frontoneclusterrow:nth-child(8) figcaption {
  background: #faa918;
}
body.page-node-302.node-type-custom-front #block-views-programmatic-clusters-block-2.open .frontoneclusterrow:nth-child(8) .fieldwrapper {
  border: solid 10px #faa918;
}
body.page-node-302.node-type-custom-front #block-views-programmatic-clusters-block-2.open .frontoneclusterrow:nth-child(9) figcaption {
  background: #df4848;
}
body.page-node-302.node-type-custom-front #block-views-programmatic-clusters-block-2.open .frontoneclusterrow:nth-child(9) .fieldwrapper {
  border: solid 10px #df4848;
}
body.page-node-302.node-type-custom-front .engagewithus .socialmediarow {
  margin: 5px 0;
  padding: 5px 10px;
}
body.page-node-302.node-type-custom-front .engagewithus .socialmediarow .engagewithus i {
  font-size: 21px;
}
body.page-node-302.node-type-custom-front .engagewithus .socialmediarow::nth-child(1) i {
  color: #3b5998;
}
body.page-node-302.node-type-custom-front .engagewithus .socialmediarow::nth-child(2) i {
  color: #1da1f2;
}
body.page-node-302.node-type-custom-front .engagewithus .socialmediarow::nth-child(3) i {
  color: #e60023;
}
body.page-node-302.node-type-custom-front .engagewithus .socialmediarow::nth-child(4) i {
  color: #f700c0;
}
body.page-node-302.node-type-custom-front .engagewithus .socialmediarow::nth-child(5) i {
  color: #c94916;
}
body.page-node-302.node-type-custom-front .engagewithus .socialmediarow::nth-child(6) i {
  color: #777777;
}
body.page-node-302.node-type-custom-front .view-media-inquiries .contactinforow {
  margin: 10px 0;
}
body.page-node-302.node-type-custom-front .view-media-inquiries .contactinforow .fieldwrapper {
  float: left;
  width: 100%;
  background: #eceff1;
  padding: 10px 20px;
}
body.page-node-302.node-type-custom-front .view-media-inquiries .contactinforow .fieldwrapper .contactname {
  font-weight: bold;
}
body.page-node-302.node-type-custom-front .view-media-inquiries .contactinforow .fieldwrapper .contactdesc {
  font-size: 13px;
  padding-bottom: 20px;
}
body.page-node-302.node-type-custom-front .view-media-inquiries .contactinforow .fieldwrapper .contactbyemail a {
  background: #005694;
  color: #ffffff;
  padding: 10px 15px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  font-size: 13px;
  width: 100%;
  float: left;
}
body.page-node-302.node-type-custom-front .view-media-inquiries .contactinforow .fieldwrapper .contactbyemail a:hover {
  background: #c94916;
}
body.page-node-302.node-type-custom-front .view-news-feed-list .esnewsfeedrow {
  margin: 10px 0;
}
body.page-node-302.node-type-custom-front .view-news-feed-list .esnewsfeedrow .fieldwrapper {
  float: left;
  width: 100%;
  background: #eceff1;
  padding: 15px;
}
body.page-node-302.node-type-custom-front .view-news-feed-list .esnewsfeedrow .fieldwrapper .storydate {
  font-weight: bold;
  font-size: 13px;
  text-transform: uppercase;
}
body.page-node-302.node-type-custom-front .view-news-feed-list .esnewsfeedrow .fieldwrapper .newsfeedlink {
  font-weight: bold;
  min-height: 60px;
}
body.page-node-302.node-type-custom-front .view-news-feed-list .esnewsfeedrow .fieldwrapper .storysource {
  font-style: italic;
  font-size: 13px;
}
body.page-node-302.node-type-custom-front .view-es-bio .esbiorow {
  padding: 0;
}
body.page-node-302.node-type-custom-front .view-es-bio .esbiorow .fieldwrapper {
  float: left;
  width: 100%;
  background: #eceff1;
}
body.page-node-302.node-type-custom-front .view-es-bio .esbiorow .fieldwrapper .esphoto {
  padding-left: 0;
}
body.page-node-302.node-type-custom-front .view-es-bio .esbiorow .fieldwrapper .esname {
  font-weight: bold;
  font-size: 20px;
  padding-bottom: 10px;
}
body.page-node-302.node-type-custom-front .view-es-bio .esbiorow .fieldwrapper .esbio a.views-more-link {
  background: #005694;
  color: #ffffff;
  padding: 10px 15px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  margin-top: 10px;
  float: left;
}
body.page-node-302.node-type-custom-front .view-es-bio .esbiorow .fieldwrapper .esbio a.views-more-link:hover {
  background: #c94916;
}
body.page-node-302.node-type-custom-front .view-related-documents .documentsrow {
  margin-bottom: 10px;
}
body.page-node-302.node-type-custom-front .view-related-documents .documentsrow .fieldwrapper {
  background: #eceff1;
  width: 100%;
  float: left;
}
body.page-node-302.node-type-custom-front .view-related-documents .documentsrow .fieldwrapper .documenttitle {
  font-weight: bold;
}
body.page-node-302.node-type-custom-front .view-related-documents .documentsrow .fieldwrapper .documentowner {
  font-size: 13px;
  font-style: italic;
}
body.page-node-302.node-type-custom-front .view-related-documents .documentsrow .fieldwrapper .downloadlink a {
  background: #005694;
  color: #ffffff;
  padding: 10px 15px;
  font-weight: bold;
  text-align: center;
  float: left;
  text-transform: uppercase;
}
body.page-node-302.node-type-custom-front .view-related-documents .documentsrow .fieldwrapper .downloadlink a:hover {
  background: #c94916;
}
body.page-node-302.node-type-custom-front .view-related-documents .documentsrow .fieldwrapper .documentedit a {
  background: #46535b;
  color: #ffffff;
  padding: 5px 10px;
  text-transform: uppercase;
  font-size: 13px;
}
body.page-node-302.node-type-custom-front .view-related-documents .documentsrow .fieldwrapper .documentedit a:hover {
  background: #ffffff;
  color: #46535b;
}
body.page-node-302.node-type-custom-front .relatedstoriesblock .publicationstoriesrow {
  padding: 10px;
}
body.page-node-302.node-type-custom-front .relatedstoriesblock .publicationstoriesrow .relatedstorylink {
  float: left;
  width: 100%;
}
body.page-node-302.node-type-custom-front .relatedstoriesblock .publicationstoriesrow .storydate .date-display-single,
body.page-node-302.node-type-custom-front .relatedstoriesblock .publicationstoriesrow .storydate .date-display-range {
  float: left;
  padding: 0 10px;
  background-color: #eceff1;
  font-weight: bold;
}
body.page-node-302.node-type-custom-front .relatedstoriesblock .view-footer {
  width: 100%;
  float: left;
}
body.page-node-302.node-type-custom-front .relatedstoriesblock .publicationstories {
  padding-top: 30px;
  padding-left: 10px;
}
body.page-node-302.node-type-custom-front .relatedstoriesblock .publicationstories a {
  background: #005694;
  color: #ffffff;
  padding: 10px 15px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}
body.page-node-302.node-type-custom-front .relatedstoriesblock .publicationstories a:hover {
  background: #c94916;
}
body.page-node-302.node-type-custom-front .node-type-chapter .chapterinfo .chapternumber {
  float: right;
}
body.page-node-302.node-type-custom-front .node-type-chapter .chapterinfo .chapternumber .chapternumbertxt {
  font-size: 60px;
  float: right;
}
body.page-node-302.node-type-custom-front .node-type-chapter .chapterinfo .chapternumber .chapternum {
  font-size: 100px;
  float: right;
  line-height: 110px;
  padding: 0 30px;
}
body.page-node-302.node-type-custom-front .node-type-chapter .chapterinfo .chaptertitle {
  font-size: 30px;
}
body.page-node-302.node-type-custom-front .node-type-chapter .chapterinfo .chaptertext {
  font-size: 15px;
  text-align: justify;
}
body.page-node-302.node-type-custom-front .node-type-chapter .chapterinfo .chapterpublication {
  padding-top: 15px;
  font-weight: bold;
}
body.page-node-302.node-type-custom-front .node-type-chapter .chapterinfo .chapterpublication a {
  padding-left: 30px;
}
body.page-node-302.node-type-custom-front .node-type-chapter .chapterinfo .publicationfiledownload {
  padding-top: 15px;
}
body.page-node-302.node-type-custom-front .node-type-chapter .chapterinfo .publicationfiledownload a {
  background: #005694;
  color: #ffffff;
  padding: 10px 15px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  float: left;
  font-size: 12px;
}
body.page-node-302.node-type-custom-front .node-type-chapter .chapterinfo .publicationfiledownload a:hover {
  background: #c94916;
}
body.page-node-302.node-type-custom-front .node-type-chapter .chapterinfo .publicationedit {
  float: left;
  margin: 20px 0;
}
body.page-node-302.node-type-custom-front .node-type-chapter .chapterinfo .publicationedit a {
  background: #005694;
  color: #ffffff;
  padding: 6px 8px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  float: left;
  font-size: 11px;
  background: #eceff1;
  color: #005694;
}
body.page-node-302.node-type-custom-front .node-type-chapter .chapterinfo .publicationedit a:hover {
  background: #c94916;
}
body.page-node-302.node-type-custom-front .node-type-chapter .chapterinfo .publicationedit a:hover {
  background: #46535b;
  color: #ffffff;
}
body.page-node-302.node-type-custom-front .keyfiguresinchapter {
  padding: 40px 0;
}
body.page-node-302.node-type-custom-front .keyfiguresinchapter .keyfiguredesc {
  font-size: 40px;
  text-align: center;
  padding: 30px;
  text-transform: uppercase;
}
body.page-node-302.node-type-custom-front .keyfiguresinchapter .chapterkeyfiguresrow .keyfigureimg a {
  float: left;
  padding: 10px 0;
}
body.page-node-302.node-type-custom-front .keyfiguresinchapter .chapterkeyfiguresrow .keyfigureimg img {
  overflow: hidden;
  border: 10px solid #eceff1;
  -webkit-box-shadow: 5px 5px 5px #b7b7b7;
  box-shadow: 5px 5px 5px #b7b7b7;
}
body.page-node-302.node-type-custom-front .keyfiguresinchapter .chapterkeyfiguresrow .keyfigureimg img:hover {
  overflow: hidden;
  border: 10px solid #eceff1;
  -webkit-box-shadow: 5px 5px 5px #d7eaf7;
  box-shadow: 5px 5px 5px #d7eaf7;
}
body.page-node-302.node-type-custom-front .aboutsys {
  width: 100%;
  float: left;
  padding: 48px 0;
}
body.page-node-302.node-type-custom-front .aboutsys .freatpubrow .fieldwrapper {
  float: left;
}
body.page-node-302.node-type-custom-front .aboutsys .freatpubrow .fieldwrapper .pubcov {
  padding: 0;
}
body.page-node-302.node-type-custom-front .aboutsys .freatpubrow .fieldwrapper .pubcov img {
  width: 350px;
  margin: 0 auto;
  border: 1px #eceff1 solid;
}
body.page-node-302.node-type-custom-front .aboutsys .freatpubrow .fieldwrapper .pubtitle,
body.page-node-302.node-type-custom-front .aboutsys .freatpubrow .fieldwrapper .pubsubtitle {
  padding: 10px 0;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 1px;
}
body.page-node-302.node-type-custom-front .aboutsys .freatpubrow .fieldwrapper .pubsubtitle {
  font-size: 30px;
  color: #777777;
  font-style: italic;
}
body.page-node-302.node-type-custom-front .aboutsys .freatpubrow .fieldwrapper .publicationseries {
  padding: 10px 0;
}
body.page-node-302.node-type-custom-front .aboutsys .freatpubrow .fieldwrapper .publicationseries a {
  text-align: center;
  text-transform: uppercase;
}
body.page-node-302.node-type-custom-front .view-list-of-publication-series .view-content {
  padding: 0;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
}
body.page-node-302.node-type-custom-front .view-list-of-publication-series .view-content .seriesrow {
  padding: 10px 0;
  border-bottom: solid 1px #d7d9da;
}
body.page-node-302.node-type-custom-front .view-list-of-publication-series .view-content .seriesrow:before {
  /*content : ">>";*/
}
body.page-node-302.node-type-custom-front .view-list-of-publication-series .view-content .seriesrow.active.active-trail a {
  color: #c94916;
}
body.page-node-302.node-type-custom-front .view-publication-series .highlightedpubrow,
body.page-node-302.node-type-custom-front .view-recently-added-publication .highlightedpubrow {
  width: calc(22%);
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  padding: 0;
  float: left;
}
body.page-node-302.node-type-custom-front .view-publication-series .highlightedpubrow .fieldwrapper,
body.page-node-302.node-type-custom-front .view-recently-added-publication .highlightedpubrow .fieldwrapper {
  float: left;
  width: 100%;
  height: 100%;
  padding-bottom: 10px;
}
body.page-node-302.node-type-custom-front .view-publication-series .highlightedpubrow .fieldwrapper .pubcover,
body.page-node-302.node-type-custom-front .view-recently-added-publication .highlightedpubrow .fieldwrapper .pubcover {
  padding: 0;
}
body.page-node-302.node-type-custom-front .view-publication-series .highlightedpubrow .fieldwrapper .pubcover img,
body.page-node-302.node-type-custom-front .view-recently-added-publication .highlightedpubrow .fieldwrapper .pubcover img {
  width: 200px;
  height: auto;
  margin: 0 auto;
  border: solid 1px #eceff1;
}
body.page-node-302.node-type-custom-front .view-publication-series .highlightedpubrow .fieldwrapper .pubtitle,
body.page-node-302.node-type-custom-front .view-recently-added-publication .highlightedpubrow .fieldwrapper .pubtitle {
  font-weight: normal;
  padding: 10px;
  font-size: 20px;
  letter-spacing: 0px;
  text-align: center;
}
body.page-node-302.node-type-custom-front .view-publication-series .highlightedpubrow .fieldwrapper .pubsubtitle,
body.page-node-302.node-type-custom-front .view-recently-added-publication .highlightedpubrow .fieldwrapper .pubsubtitle {
  font-size: 15px;
  font-style: italic;
  color: #c94916;
  padding: 10px;
  text-align: center;
}
body.page-node-302.node-type-custom-front .view-publication-series .pubrow:nth-child(3n + 1),
body.page-node-302.node-type-custom-front .view-recently-added-publication .pubrow:nth-child(3n + 1) {
  clear: both;
}
body.page-node-302.node-type-custom-front .view-publication-series .pubrow .fieldwrapper,
body.page-node-302.node-type-custom-front .view-recently-added-publication .pubrow .fieldwrapper {
  float: left;
  margin-bottom: 10px;
  padding: 0 10px;
}
body.page-node-302.node-type-custom-front .view-publication-series .pubrow .fieldwrapper .pubcov,
body.page-node-302.node-type-custom-front .view-recently-added-publication .pubrow .fieldwrapper .pubcov {
  padding: 0;
}
body.page-node-302.node-type-custom-front .view-publication-series .pubrow .fieldwrapper .pubcov img,
body.page-node-302.node-type-custom-front .view-recently-added-publication .pubrow .fieldwrapper .pubcov img {
  margin: 0 auto;
  border: 1px #eceff1 solid;
}
body.page-node-302.node-type-custom-front .view-publication-series .pubrow .fieldwrapper .pubtitle,
body.page-node-302.node-type-custom-front .view-recently-added-publication .pubrow .fieldwrapper .pubtitle,
body.page-node-302.node-type-custom-front .view-publication-series .pubrow .fieldwrapper .pubsubtitle,
body.page-node-302.node-type-custom-front .view-recently-added-publication .pubrow .fieldwrapper .pubsubtitle {
  padding: 10px 0;
  font-weight: bold;
  min-height: 80px;
  letter-spacing: 1px;
  text-align: center;
}
body.page-node-302.node-type-custom-front .view-publication-series .pubrow .fieldwrapper .pubsubtitle,
body.page-node-302.node-type-custom-front .view-recently-added-publication .pubrow .fieldwrapper .pubsubtitle {
  font-size: 13px;
  color: #c94916;
}
body.page-node-302.node-type-custom-front .view-publication-series .pubrow .fieldwrapper .publicationseries,
body.page-node-302.node-type-custom-front .view-recently-added-publication .pubrow .fieldwrapper .publicationseries {
  width: 100%;
  float: left;
  padding: 10px 0;
}
body.page-node-302.node-type-custom-front .view-publication-series .pubrow .fieldwrapper .publicationseries a,
body.page-node-302.node-type-custom-front .view-recently-added-publication .pubrow .fieldwrapper .publicationseries a {
  text-align: center;
  text-transform: uppercase;
  font-size: 13px;
}
body.page-node-302.node-type-custom-front .view-publication-videos .publicationvideorow {
  padding: 20px 10px;
}
body.page-node-302.node-type-custom-front .view-publication-videos .publicationvideorow:nth-child(4) {
  clear: left;
}
body.page-node-302.node-type-custom-front .view-publication-videos .publicationvideorow .publicationvideo {
  padding-bottom: 10px;
}
body.page-node-302.node-type-custom-front .view-publication-videos .publicationvideorow .publicationvideotitle {
  padding: 0;
  letter-spacing: 3px;
  float: left;
  width: 100%;
  font-weight: bold;
}
body.page-node-302.node-type-custom-front .view-publication-videos .more-link {
  width: 100%;
  float: left;
  text-align: center;
}
body.page-node-302.node-type-custom-front .view-publication-videos .more-link a {
  background: #005694;
  color: #ffffff;
  padding: 10px 15px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}
body.page-node-302.node-type-custom-front .view-publication-videos .more-link a:hover {
  background: #c94916;
}
body.page-node-302.node-type-custom-front .view-publication-videos .pubmultimediarow:nth-child(3n) {
  clear: left;
}
body.page-node-302.node-type-custom-front .view-publication-videos .pubmultimediarow .fieldwrapper {
  position: relative;
}
body.page-node-302.node-type-custom-front .view-publication-videos .pubmultimediarow .publicationvideotitle {
  padding: 20px 0;
  text-align: center;
}
body.page-node-302.node-type-custom-front .view-publication-videos .pubmultimediarow .pubtype {
  position: absolute;
  top: 0;
  left: 0;
  background: #c94916;
  padding: 5px 10px;
  color: #ffffff;
  font-size: 13px;
  font-weight: bold;
}
body.page-node-302.node-type-custom-front .view-publication-videos .pubmultimediarow .pubalbumcoverimg img {
  width: 100%;
}
body.page-node-302.node-type-custom-front .view-news-coverages.view-display-id-block .coveragerow {
  float: left;
  background: #ffffff;
  border: 1px solid #E2E2E2;
}
body.page-node-302.node-type-custom-front .view-news-coverages.view-display-id-block .coveragerow:hover {
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
}
body.page-node-302.node-type-custom-front .view-news-coverages.view-display-id-block .coveragerow .coveragedate {
  padding-top: 10px;
  color: #005694;
  text-transform: uppercase;
  font-size: 20px;
}
body.page-node-302.node-type-custom-front .view-news-coverages.view-display-id-block .coveragerow .coveragetitle {
  padding-top: 10px;
  font-weight: 700;
  min-height: 80px;
}
body.page-node-302.node-type-custom-front .view-news-coverages.view-display-id-block .coveragerow .coveragebody {
  padding-top: 10px;
  font-style: italic;
  color: #999;
}
body.page-node-302.node-type-custom-front .view-news-coverages.view-display-id-block .coveragerow .coveragesourcelogo {
  padding-top: 10px;
}
body.page-node-302.node-type-custom-front .view-news-coverages.view-display-id-block .coveragerow .coveragesourcelogo img {
  width: 100px;
  border: solid 1px #e2e2e2;
  margin: 0 auto;
}
body.page-node-302.node-type-custom-front .view-news-coverages.view-display-id-block .coveragerow .coveragesource {
  padding-top: 10px;
  text-align: center;
}
body.page-node-302.node-type-custom-front .view-news-coverages.view-display-id-block .coveragerow .coveragelink {
  float: left;
  margin: 20px 0;
  padding: 0;
  text-align: center;
}
body.page-node-302.node-type-custom-front .view-news-coverages.view-display-id-block .coveragerow .coveragelink a {
  background: #005694;
  color: #ffffff;
  padding: 10px 15px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}
body.page-node-302.node-type-custom-front .view-news-coverages.view-display-id-block .coveragerow .coveragelink a:hover {
  background: #c94916;
}
body.page-node-302.node-type-custom-front .view-news-coverages .newscoveragepagerow {
  min-height: 400px;
}
body.page-node-302.node-type-custom-front .view-news-coverages .newscoveragepagerow .coverageimg img {
  margin: 0 auto;
}
body.page-node-302.node-type-custom-front .view-news-coverages .newscoveragepagerow .coveragedate .date-display-single,
body.page-node-302.node-type-custom-front .view-news-coverages .newscoveragepagerow .coveragedate .date-display-range {
  float: left;
  padding: 0 10px;
  background-color: #eceff1;
  font-weight: bold;
}
body.page-node-302.node-type-custom-front .view-news-coverages .newscoveragepagerow .coveragetitle {
  letter-spacing: 3px;
  float: left;
  width: 100%;
}
body.page-node-302.node-type-custom-front .view-news-coverages .newscoveragepagerow .coveragesource {
  font-size: 12px;
}
body.page-node-302.node-type-custom-front .view-client-list.view-display-id-block .clientlogo img {
  margin: 0 auto;
}
body.page-node-302.node-type-custom-front .view-client-list.view-display-id-block .partnername a {
  letter-spacing: 3px;
  float: left;
  width: 100%;
  text-align: center;
}
body.page-node-302.node-type-custom-front .view-client-list.view-display-id-block_1 .partnerspagerow {
  min-height: 240px;
}
body.page-node-302.node-type-custom-front .view-client-list.view-display-id-block_1 .partnerspagerow .partnerlogo img {
  margin: 0 auto;
}
body.page-node-302.node-type-custom-front .view-client-list.view-display-id-block_1 .partnerspagerow .partnername {
  letter-spacing: 3px;
  float: left;
  width: 100%;
  text-align: center;
}
body.page-node-302.node-type-custom-front .view-announcements .announcementpagerow {
  min-height: 340px;
  margin-bottom: 20px;
}
body.page-node-302.node-type-custom-front .view-announcements .announcementpagerow .announcementimg img {
  margin: 0 auto;
}
body.page-node-302.node-type-custom-front .view-announcements .announcementpagerow .announcementtitle a {
  letter-spacing: 3px;
  float: left;
  width: 100%;
}
body.page-node-302.node-type-custom-front .view-announcements .announcementpagerow .announcementdate .date-display-single,
body.page-node-302.node-type-custom-front .view-announcements .announcementpagerow .announcementdate .date-display-range {
  float: left;
  padding: 0 10px;
  background-color: #eceff1;
  font-weight: bold;
}
body.page-node-302.node-type-custom-front .view-gallery .galleryalbumrow {
  min-height: 340px;
  margin-bottom: 20px;
}
body.page-node-302.node-type-custom-front .view-gallery .galleryalbumrow .albumimg {
  padding: 0;
}
body.page-node-302.node-type-custom-front .view-gallery .galleryalbumrow .albumimg img {
  margin: 0 auto;
  width: 100%;
  height: auto;
}
body.page-node-302.node-type-custom-front .view-gallery .galleryalbumrow .albumtitle {
  padding: 0;
  letter-spacing: 3px;
  float: left;
  width: 100%;
  font-weight: bold;
}
body.page-node-302.node-type-custom-front .view-gallery .galleryalbumrow .albumdesc {
  padding: 0;
  text-align: justify;
}
body.page-node-302.node-type-custom-front .view-gallery .galleryalbumrow .aboutreadmore {
  float: left;
  margin: 20px 0;
}
body.page-node-302.node-type-custom-front .view-gallery .galleryalbumrow .aboutreadmore a {
  background: #005694;
  color: #ffffff;
  padding: 10px 15px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}
body.page-node-302.node-type-custom-front .view-gallery .galleryalbumrow .aboutreadmore a:hover {
  background: #c94916;
}
body.page-node-302.node-type-custom-front .view-gallery .galleryalbumrow .albumdate {
  padding: 10px 0;
}
body.page-node-302.node-type-custom-front .view-gallery .galleryalbumrow .albumdate .date-display-single,
body.page-node-302.node-type-custom-front .view-gallery .galleryalbumrow .albumdate .date-display-range {
  float: left;
  padding: 0 10px;
  background-color: #eceff1;
  font-weight: bold;
}
body.page-node-302.node-type-custom-front .view-gallery .latestalbumrow {
  padding: 0;
}
body.page-node-302.node-type-custom-front .view-gallery .latestalbumrow .albumimg ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
body.page-node-302.node-type-custom-front .view-gallery .latestalbumrow .albumimg ul li {
  float: left;
}
body.page-node-302.node-type-custom-front .view-gallery .latestalbumrow .albumimg ul li a img {
  margin: 0 auto;
}
body.page-node-302.node-type-custom-front .view-gallery .latestalbumrow .albumimg ul li.first {
  padding-right: 10px;
  float: left;
  width: 50%;
}
body.page-node-302.node-type-custom-front .view-gallery .latestalbumrow .albumimg ul li.last {
  padding-left: 10px;
  float: left;
  width: 50%;
}
body.page-node-302.node-type-custom-front .view-gallery .latestalbumrow .albumdate .date-display-single,
body.page-node-302.node-type-custom-front .view-gallery .latestalbumrow .albumdate .date-display-range {
  float: left;
  padding: 0 10px;
  background-color: #eceff1;
  font-weight: bold;
}
body.page-node-302.node-type-custom-front .view-gallery .latestalbumrow .albumtitle a {
  letter-spacing: 3px;
  float: left;
  width: 100%;
}
body.page-node-302.node-type-custom-front .view-accreditations .accreditationrow {
  min-height: 340px;
}
body.page-node-302.node-type-custom-front .view-accreditations .accreditationrow .accreditationimg img {
  margin: 0 auto;
}
body.page-node-302.node-type-custom-front .view-accreditations .accreditationrow .accreditationtitle a {
  letter-spacing: 3px;
  text-align: center;
  float: left;
  width: 100%;
}
body.page-node-302.node-type-custom-front .view-video .videospagerow,
body.page-node-302.node-type-custom-front .view-video .videosrow {
  min-height: 340px;
}
body.page-node-302.node-type-custom-front .view-video .videospagerow .videoimg img,
body.page-node-302.node-type-custom-front .view-video .videosrow .videoimg img {
  margin: 0 auto;
}
body.page-node-302.node-type-custom-front .view-video .videospagerow .videodate .date-display-single,
body.page-node-302.node-type-custom-front .view-video .videosrow .videodate .date-display-single,
body.page-node-302.node-type-custom-front .view-video .videospagerow .videodate .date-display-range,
body.page-node-302.node-type-custom-front .view-video .videosrow .videodate .date-display-range {
  float: left;
  padding: 0 10px;
  background-color: #eceff1;
  font-weight: bold;
}
body.page-node-302.node-type-custom-front .view-video .videospagerow .videotitle a,
body.page-node-302.node-type-custom-front .view-video .videosrow .videotitle a {
  letter-spacing: 3px;
  float: left;
  width: 100%;
}
body.page-node-302.node-type-custom-front .view-video .latestvideosrow {
  padding: 0;
}
body.page-node-302.node-type-custom-front .view-video .latestvideosrow .videodate .date-display-single,
body.page-node-302.node-type-custom-front .view-video .latestvideosrow .videodate .date-display-range {
  float: left;
  padding: 0 10px;
  background-color: #eceff1;
  font-weight: bold;
}
body.page-node-302.node-type-custom-front .view-video .latestvideosrow .videotitle a {
  letter-spacing: 3px;
  float: left;
  width: 100%;
  color: #d7eaf7;
}
body.page-node-302.node-type-custom-front .view-video .latestvideosrow .videotitle a:hover {
  color: #ffffff;
}
body.page-node-302.node-type-custom-front .view-services-products {
  margin-top: 30px;
}
body.page-node-302.node-type-custom-front .view-services-products .saprow {
  background: #ffffff;
  width: 24%;
  margin: 0.5%;
  padding: 0 0 20px;
}
body.page-node-302.node-type-custom-front .view-services-products .saprow .sapimg {
  padding: 0;
  overflow: hidden;
}
body.page-node-302.node-type-custom-front .view-services-products .saprow .sapimg img {
  width: 100%;
  -webkit-transform: rotate(0) scale(1);
  transform: rotate(0) scale(1);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  margin: 0 auto;
}
body.page-node-302.node-type-custom-front .view-services-products .saprow .sapimg img:hover {
  -webkit-transform: rotate(15deg) scale(1.5);
  transform: rotate(15deg) scale(1.5);
}
body.page-node-302.node-type-custom-front .view-services-products .saprow .saptitle a {
  letter-spacing: 3px;
  font-size: 25px;
  text-align: center;
  float: left;
  width: 100%;
}
body.page-node-302.node-type-custom-front .view-services-products .saprow .sapcallout {
  text-align: justify;
}
body.page-node-302.node-type-custom-front .view-services-products .saprow .sapreadmore {
  text-align: center;
}
body.page-node-302.node-type-custom-front .view-services-products .saprow .sapreadmore a {
  background: #005694;
  color: #ffffff;
  padding: 10px 15px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}
body.page-node-302.node-type-custom-front .view-services-products .saprow .sapreadmore a:hover {
  background: #c94916;
}
body.page-node-302.node-type-custom-front .view-event-and-stories .eventandstories .eveimg {
  padding: 0;
  overflow: hidden;
  margin-top: 15px;
}
body.page-node-302.node-type-custom-front .view-event-and-stories .eventandstories .eveimg img {
  overflow: hidden;
  border: 10px solid #ffffff;
  -webkit-box-shadow: 5px 5px 5px #073569;
  box-shadow: 5px 5px 5px #073569;
  -webkit-transform: rotate(0) scale(1);
  transform: rotate(0) scale(1);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  margin: 0 auto;
}
body.page-node-302.node-type-custom-front .view-event-and-stories .eventandstories .eveimg img:hover {
  -webkit-transform: rotate(15deg) scale(1.5);
  transform: rotate(15deg) scale(1.5);
}
body.page-node-302.node-type-custom-front .view-event-and-stories .eventandstories .evetitle {
  padding: 0;
}
body.page-node-302.node-type-custom-front .view-event-and-stories .eventandstories .evetitle a {
  margin: 10px 0;
  letter-spacing: 3px;
  font-size: 25px;
  color: #d7eaf7;
}
body.page-node-302.node-type-custom-front .view-event-and-stories .eventandstories .evetitle a:hover {
  color: #eceff1;
}
body.page-node-302.node-type-custom-front .view-event-and-stories .eventandstories .evedate .date-display-single,
body.page-node-302.node-type-custom-front .view-event-and-stories .eventandstories .evedate .date-display-start,
body.page-node-302.node-type-custom-front .view-event-and-stories .eventandstories .evedate .date-display-end {
  padding: 5px 10px;
  background-color: #eceff1;
  font-weight: bold;
  color: #555;
}
body.page-node-302.node-type-custom-front .view-event-and-stories .eventandstories .evedate .date-display-range {
  color: #eceff1;
}
body.page-node-302.node-type-custom-front .view-event-and-stories .eventandstories .evetype {
  text-transform: uppercase;
  color: #d7eaf7;
  font-weight: bold;
  letter-spacing: 4px;
}
body.page-node-302.node-type-custom-front .view-event-and-stories .eventandstories .evedesc {
  text-align: justify;
  color: #eceff1;
}
body.page-node-302.node-type-custom-front .view-event-and-stories .eventandstories .evereadmore a {
  background: #005694;
  color: #ffffff;
  padding: 10px 15px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  color: #005694;
  background: #d7eaf7;
}
body.page-node-302.node-type-custom-front .view-event-and-stories .eventandstories .evereadmore a:hover {
  background: #c94916;
}
body.page-node-302.node-type-custom-front .view-event-and-stories .eventandstories .evereadmore a:hover {
  color: #005694;
  background: #eceff1;
}
#block-views-publication-series-block-1 .view-publication-series .highlightedpubrow .pubdesc {
  font-size: 20px;
  color: red;
}
#block-views-video-block-3 {
  float: left;
}
.front .view-stories.view-id-stories .storytitle a:hover {
  color: #3973a2;
}
.front .view-events .highlightedeventrows .fieldwrapper .eventstartdateasimg .datecontainer {
  position: absolute;
  border: 1px solid #0d73d6;
  color: #0d73d6;
  height: 5em;
  width: 5em;
  align-items: center;
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  padding: .125em 0;
  text-align: center;
  text-transform: uppercase;
  float: left;
}
.front .view-events .highlightedeventrows .fieldwrapper .eventstartdateasimg .year {
  padding: 0 !important;
  font-size: 12px;
}
.front .view-events .highlightedeventrows .fieldwrapper .eventstartdateasimg .month {
  font-weight: 700;
  line-height: 1.14286;
  font-size: 15px;
}
.front .view-events .highlightedeventrows .fieldwrapper .eventstartdateasimg .day {
  font-weight: 700;
  font-size: 2em;
  line-height: 0.8125;
  font-family: franklin-gothic-urw, helvetica, sans-serif;
  padding: 0;
}
.front .view-events .highlightedeventrows .fieldwrapper .eventstartdateasimg .datecontainer:hover {
  background-color: #0d73d6;
}
.front .view-events .highlightedeventrows .fieldwrapper .eventstartdateasimg .datecontainer:hover .day span,
.front .view-events .highlightedeventrows .fieldwrapper .eventstartdateasimg .datecontainer:hover .month span,
.front .view-events .highlightedeventrows .fieldwrapper .eventstartdateasimg .datecontainer:hover .year span {
  color: #ffffff;
}
.front .view-events .highlightedeventrows .fieldwrapper .eventtitle {
  text-transform: uppercase;
}
.front .view.view-events .eventtype.col-sm-9 {
  color: #0d73d6;
}
#node-414 h4 strong {
  font-size: 1.5em !important;
}
#node-428 h4 strong {
  font-size: 1.5em !important;
}
.page-node-424 .page-header {
  font-size: 35px !important;
  text-align: center;
}
.page-node-511 td {
  padding-right: 4%;
}
.og-context-node-499 .page-header {
  font-size: 32px !important;
}
.og-context-node-428 .page-header {
  font-size: 32px !important;
}
.subsite-dite.for.africa h2 {
  font-size: 22px;
}
.node-type-subsite .view-events .highlightedeventrows .fieldwrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}
.node-type-subsite .view-events .highlightedeventrows .fieldwrapper:hover {
  -webkit-transform: translateY(-15px);
  transform: translateY(-15px);
}
.node-type-subsite .view-events .highlightedeventrows .fieldwrapper .eventstartdateasimg {
  padding-top: 25%;
  /* 1:1 Aspect Ratio */
  position: relative;
  /* If you want text inside of it */
  /*

					.month {
						color: @brand-primary-white;
						background: @brand-primary-bergendy;
						float: left;
						width: 100%;
						padding-bottom: 7px;
						font-size: 30px;
						font-weight: bold;
						letter-spacing: 2px;
					
					}

					.day {
						font-size: 45px;
						font-weight: bold;
						color: @brand-primary-orange;
					}

					.year {
						float: left;
						text-align: center;
						width: 100%;
						font-size: 30px;
					}

					*/
}
.node-type-subsite .view-events .highlightedeventrows .fieldwrapper .eventstartdateasimg .datecontainer {
  position: absolute;
  border: 1px solid #0d73d6;
  color: #0d73d6;
  height: 5em;
  width: 5em;
  align-items: center;
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  padding: .125em 0;
  text-align: center;
  text-transform: uppercase;
  float: left;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.node-type-subsite .view-events .highlightedeventrows .fieldwrapper .eventstartdateasimg span {
  line-height: 1;
  text-align: center;
  width: 100%;
  float: left;
  height: 100%;
  text-transform: uppercase;
}
.node-type-subsite .view-events .highlightedeventrows .fieldwrapper .eventstartdateasimg .day,
.node-type-subsite .view-events .highlightedeventrows .fieldwrapper .eventstartdateasimg .month,
.node-type-subsite .view-events .highlightedeventrows .fieldwrapper .eventstartdateasimg .year {
  width: 100%;
  float: left;
  text-align: center;
  color: #005694;
}
.node-type-subsite .view-events .highlightedeventrows .fieldwrapper .eventstartdateasimg .year {
  padding: 0 !important;
  font-size: 12px;
}
.node-type-subsite .view-events .highlightedeventrows .fieldwrapper .eventstartdateasimg .month {
  font-weight: 700;
  line-height: 1.14286;
  font-size: 15px;
}
.node-type-subsite .view-events .highlightedeventrows .fieldwrapper .eventstartdateasimg .day {
  font-weight: 700;
  font-size: 2em;
  line-height: 0.8125;
  font-family: franklin-gothic-urw, helvetica, sans-serif;
  padding: 0;
}
.node-type-subsite .view-events .highlightedeventrows .fieldwrapper .eventstartdateasimg .datecontainer:hover {
  background-color: #0d73d6;
}
.node-type-subsite .view-events .highlightedeventrows .fieldwrapper .eventstartdateasimg .datecontainer:hover .day span,
.node-type-subsite .view-events .highlightedeventrows .fieldwrapper .eventstartdateasimg .datecontainer:hover .month span,
.node-type-subsite .view-events .highlightedeventrows .fieldwrapper .eventstartdateasimg .datecontainer:hover .year span {
  color: #ffffff;
}
.node-type-subsite .view-events .highlightedeventrows .fieldwrapper .eventtype {
  font-size: 13px;
  font-weight: bold;
  color: #005694;
}
.node-type-subsite .view-events .highlightedeventrows .fieldwrapper .eventtitle {
  font-size: 20px;
  line-height: 1.2;
  overflow: hidden;
  font-weight: bold;
  text-transform: uppercase;
}
.node-type-subsite .view-events .highlightedeventrows .fieldwrapper .eventtitle a {
  color: #343434;
  /*
	
						&:after {
							content: '';
							position: absolute;
							left: 0;
							display: inline-block;
							height: 2em;
							width: 100%;
							border-bottom: 1px solid;
							margin-top: 10px;
							opacity: 0;
							-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
							transition: opacity 0.35s, transform 0.35s;
							-webkit-transform: scale(0,1);
							transform: scale(0,1);
						}
						
						&:hover:after {
							opacity: 1;
							-webkit-transform: scale(.9);
							transform: scale(.9);
						}
						*/
}
.node-type-subsite .view-events .highlightedeventrows .fieldwrapper .eventtitle a:hover {
  color: #c94916;
}
.node-type-subsite .view-events .highlightedeventrows .fieldwrapper .eventdate {
  padding: 10px;
}
.node-type-subsite .view-events .highlightedeventrows .fieldwrapper .eventdate .startdate {
  float: left;
}
.node-type-subsite .view-events .highlightedeventrows .fieldwrapper .eventdate .startdate:after {
  font-family: 'FontAwesome';
  color: #c94916;
  font-weight: 700;
  padding: 0 15px;
  content: "\f105";
}
.node-type-subsite .view-events .highlightedeventrows .fieldwrapper .eventdate .enddate {
  float: left;
}
.node-type-subsite .view-events .highlightedeventrows .fieldwrapper .eventlocation {
  font-weight: 300;
}
.node-type-subsite .view-footer {
  width: 100%;
  float: left;
  padding-top: 30px;
}
.node-type-subsite .view-footer .viewmore {
  float: right;
}
.node-type-subsite .view-footer .viewmore a {
  font-size: 17px;
  padding: 15px 10px;
  text-transform: uppercase;
  font-weight: bold;
}
.node-type-subsite .view-footer .viewmore a:after {
  font-family: 'FontAwesome';
  color: #c94916;
  font-size: 21px;
  font-weight: 700;
  padding: 0 15px;
  content: "\f105";
  transition: 0.5s ease-in-out;
}
.node-type-subsite .view-footer .viewmore a:hover {
  color: #c94916;
}
.node-type-subsite .view-footer .viewmore a:hover:after {
  padding: 0 0 0 30px;
}
.node-type-subsite h2.block-title {
  text-align: center;
}
.node-type-subsite h2.block-title:after {
  margin: 10px auto !important;
}
.node-type-subsite .storytitle.col-sm-12.sysfield a {
  color: #343434;
  font-weight: bold;
  text-transform: uppercase;
}
.node-type-subsite .view-publication-series .fieldwrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}
.node-type-subsite .view-publication-series .fieldwrapper:hover {
  -webkit-transform: translateY(-15px);
  transform: translateY(-15px);
}
.node-type-subsite .view-publication-series .pubtitle {
  font-size: 20px;
  line-height: 1.2;
  overflow: hidden;
  font-weight: bold;
}
.node-type-subsite .view-publication-series .pubtitle a {
  color: #343434;
}
.node-type-subsite .view-publication-series .pubtitle a:hover {
  color: #c94916;
}
.node-type-subsite .view-publication-series .pubsubtitle {
  font-style: italic;
  color: #c94916;
  line-height: 1.2;
  padding: 10px;
}
.node-type-subsite .view-publication-series .pubdesc {
  font-weight: 300;
  line-height: 1.5;
  text-align: justify;
}
.node-type-subsite .view-publication-series .view-footer {
  width: 100%;
  float: left;
  padding-top: 30px;
}
.node-type-subsite .view-publication-series .view-footer .viewmore {
  float: right;
}
.node-type-subsite .view-publication-series .view-footer .viewmore a {
  font-size: 17px;
  padding: 15px 10px;
  text-transform: uppercase;
  font-weight: bold;
}
.node-type-subsite .view-publication-series .view-footer .viewmore a:after {
  font-family: 'FontAwesome';
  color: #c94916;
  font-size: 21px;
  font-weight: 700;
  padding: 0 15px;
  content: "\f105";
  transition: 0.5s ease-in-out;
}
.node-type-subsite .view-publication-series .view-footer .viewmore a:hover {
  color: #c94916;
}
.node-type-subsite .view-publication-series .view-footer .viewmore a:hover:after {
  padding: 0 0 0 30px;
}
.node-type-subsite .view-stories.view-id-stories .storytitle {
  min-height: 110px;
}
.node-type-subsite .view-stories.view-id-stories .storytitle a:after {
  content: '';
  position: absolute;
  left: 0;
  display: inline-block;
  height: 30px;
  width: 100%;
  border-bottom: 1px solid;
  margin-top: 10px;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.node-type-subsite .view-stories.view-id-stories .storytitle a:hover {
  color: #3973a2;
}
.node-type-subsite .view-stories.view-id-stories .storytitle a:hover:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.node-type-subsite .view-stories.view-id-stories .fieldwrapper .storyimage img {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.node-type-subsite .view-stories.view-id-stories .fieldwrapper .storyreadmore {
  position: absolute;
  bottom: 60px;
  text-align: center;
  overflow: hidden;
  font-weight: bolder;
  font-size: 20px;
}
.node-type-subsite .view-stories.view-id-stories .fieldwrapper .storyreadmore a {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  color: #ffffff;
}
.node-type-subsite .view-stories.view-id-stories .fieldwrapper:hover .storyimage img {
  opacity: 0.7;
  filter: alpha(opacity=40);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.node-type-subsite .view-stories.view-id-stories .fieldwrapper:hover .storyreadmore a {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(32%, 0, 0);
  transform: translate3d(32%, 0, 0);
}
.node-type-subsite .view-stories.view-id-stories .views-row-1 .viewmore,
.node-type-subsite .view-stories.view-id-stories .views-row-2 .viewmore,
.node-type-subsite .view-stories.view-id-stories .views-row-3 .viewmore {
  display: none;
}
.node-type-subsite .view-stories.view-id-stories .views-row-4 .viewmore {
  float: right;
}
.node-type-subsite .view-stories.view-id-stories .views-row-4 .viewmore a {
  font-size: 17px;
  padding: 15px 10px;
  text-transform: uppercase;
  font-weight: bold;
}
.node-type-subsite .view-stories.view-id-stories .views-row-4 .viewmore a:after {
  font-family: 'FontAwesome';
  color: #c94916;
  font-size: 21px;
  font-weight: 700;
  padding: 0 15px;
  content: "\f105";
  transition: 0.5s ease-in-out;
}
.node-type-subsite .view-stories.view-id-stories .views-row-4 .viewmore a:hover {
  color: #c94916;
}
.node-type-subsite .view-stories.view-id-stories .views-row-4 .viewmore a:hover:after {
  padding: 0 0 0 30px;
}
.node-type-subsite .expertsrow .fieldwrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}
.node-type-subsite .expertsrow .fieldwrapper:hover {
  -webkit-transform: translateY(-15px);
  transform: translateY(-15px);
}
.node-type-subsite .view-stories.view-id-stories .view-footer .viewmore a:hover {
  color: #c94916;
}
td.topleftcell {
  padding-bottom: 4%;
  padding-right: 6%;
}
td.toprightcell {
  padding-bottom: 4%;
}
td.bottomleftcell {
  padding-right: 6%;
}
td.leftcell {
  padding-right: 4%;
}
/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/
@media (min-width: 320px) and (max-width: 480px) {
  header {
    display: flex;
    flex-direction: column;
    padding-top: 10px;
  }
  header.mainmenubar.sticky {
    display: none;
  }
  header .syshead {
    order: 2;
  }
  header .syshead .container {
    display: flex;
    flex-direction: column;
  }
  header .syshead .container .addressinfo {
    padding: 10px 0;
  }
  header .syshead .container .addressinfo .view-trending {
    display: grid;
    grid-template-columns: 1fr 5fr;
  }
  header .syshead .container .address {
    grid-column-start: 1;
    grid-column-end: 4;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  header .syshead .container .address ul.language-switcher-locale-url li {
    padding: 0 10px 0 0;
  }
  header .sysmenu {
    order: 1;
  }
  header .sysmenu .container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
  header .sysmenu .container .eca.logo {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 2;
    padding-bottom: 10px;
  }
  header .sysmenu .container .tbmainmenu {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 3;
    display: flex;
    align-items: center;
  }
  header .sysmenu .container .tbmainmenu .navbar-collapse {
    padding: 40px;
    width: 100%;
  }
  header .sysmenu .container .tbmainmenu .navbar-header {
    display: none;
  }
  header .sysmenu .container .tbmainmenu .navbar-header span.icon-bar {
    background-color: #005694;
  }
  header .sysmenu .container .tbmainmenu .toggle.responsive-menu-toggle-icon:after,
  header .sysmenu .container .tbmainmenu .toggle.responsive-menu-toggle-icon:before,
  header .sysmenu .container .tbmainmenu .toggle.responsive-menu-toggle-icon span.icon {
    background-color: #005694;
  }
  header .sysmenu .container .tbmainmenu .toggle.responsive-menu-toggle-icon span.label {
    color: #005694;
  }
  header .sysmenu .container .decadeofaction {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .front .slider .carousel-inner {
    overflow: visible;
  }
  .front .slider .carousel-caption {
    top: 100%;
  }
  .front .slider .carousel-caption h3 {
    width: 100%;
  }
  .front .slider .carousel-caption h3 a {
    font-size: 25px;
  }
  .front .view-stories {
    padding-top: 150px;
  }
  .front .view-stories .recentstoriesrow .fieldwrapper {
    display: grid;
    grid-template-rows: repeat(3, auto);
  }
  .front .view-stories .recentstoriesrow .fieldwrapper .storydate {
    grid-row-start: 1;
    grid-row-end: 2;
  }
  .front .view-stories .recentstoriesrow .fieldwrapper .storyimage {
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .front .view-stories .recentstoriesrow .fieldwrapper .storytitle {
    grid-row-start: 3;
    grid-row-end: 4;
    font-size: 20px;
  }
  .front .view-stories .recentstoriesrow .fieldwrapper .storyreadmore {
    display: none;
  }
  .front .view-events .highlightedeventrows {
    padding: 10px;
  }
  .front .view-events .highlightedeventrows .fieldwrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .front .view-events .highlightedeventrows .fieldwrapper .eventstartdateasimg {
    padding-top: 40px;
    position: relative;
    padding-right: 65px;
    padding-bottom: 40px;
  }
  .front .view-publication-series .fieldwrapper {
    display: flex;
    flex-direction: column;
  }
  .front .view-publication-series .fieldwrapper .pubcover {
    display: flex;
    justify-content: center;
  }
  .front .view-publication-series .fieldwrapper .pubtitle,
  .front .view-publication-series .fieldwrapper .pubsubtitle,
  .front .view-publication-series .fieldwrapper .pubdesc {
    text-align: center;
  }
  .front #block-views-slider-block-1 .carousel-caption h3 {
    font-size: 20px;
  }
  .front .latesttweets iframe {
    height: 400px !important;
    width: 100% !important;
  }
  .front .view-sdg-wheel .ourworkwheel.owinfoheight.opened {
    height: 300px;
  }
  .front .view-sdg-wheel .ourworkdesc.owinfoheight.opened {
    height: 550px;
  }
  .front .view-sdg-wheel .sdgwheel,
  .front .view-sdg-wheel .sdgdesc,
  .front .view-sdg-wheel .ourworkwheel,
  .front .view-sdg-wheel .ourworkdesc {
    width: 100%;
    float: left;
  }
  .front .view-sdg-wheel .sdgwheel .sdgbox,
  .front .view-sdg-wheel .sdgdesc .sdgbox,
  .front .view-sdg-wheel .ourworkwheel .sdgbox,
  .front .view-sdg-wheel .ourworkdesc .sdgbox {
    width: 100%;
    float: left;
  }
  .front .view-sdg-wheel .sdgwheel .sdgbox .sdgtar,
  .front .view-sdg-wheel .sdgdesc .sdgbox .sdgtar,
  .front .view-sdg-wheel .ourworkwheel .sdgbox .sdgtar,
  .front .view-sdg-wheel .ourworkdesc .sdgbox .sdgtar,
  .front .view-sdg-wheel .sdgwheel .sdgbox .sdgpart,
  .front .view-sdg-wheel .sdgdesc .sdgbox .sdgpart,
  .front .view-sdg-wheel .ourworkwheel .sdgbox .sdgpart,
  .front .view-sdg-wheel .ourworkdesc .sdgbox .sdgpart,
  .front .view-sdg-wheel .sdgwheel .sdgbox .sdgpub,
  .front .view-sdg-wheel .sdgdesc .sdgbox .sdgpub,
  .front .view-sdg-wheel .ourworkwheel .sdgbox .sdgpub,
  .front .view-sdg-wheel .ourworkdesc .sdgbox .sdgpub,
  .front .view-sdg-wheel .sdgwheel .sdgbox .sdgdoc,
  .front .view-sdg-wheel .sdgdesc .sdgbox .sdgdoc,
  .front .view-sdg-wheel .ourworkwheel .sdgbox .sdgdoc,
  .front .view-sdg-wheel .ourworkdesc .sdgbox .sdgdoc {
    width: 50%;
    float: left;
  }
  .front .view-sdg-wheel .sdgwheel .ourworkbox,
  .front .view-sdg-wheel .sdgdesc .ourworkbox,
  .front .view-sdg-wheel .ourworkwheel .ourworkbox,
  .front .view-sdg-wheel .ourworkdesc .ourworkbox {
    top: 135px;
  }
  .front .view-sdg-wheel .sdgwheel .ourworkbox .ourworkreadmore,
  .front .view-sdg-wheel .sdgdesc .ourworkbox .ourworkreadmore,
  .front .view-sdg-wheel .ourworkwheel .ourworkbox .ourworkreadmore,
  .front .view-sdg-wheel .ourworkdesc .ourworkbox .ourworkreadmore {
    width: 100%;
  }
  .front #block-views-sdg-wheel-block-1 {
    padding-top: 650px;
  }
  .front .view-strategic-directions .frontoneallstrategicdirectionsrow {
    width: 100%;
    height: 120px;
    padding: 0;
  }
  .front .view-strategic-directions .frontoneallstrategicdirectionsrow .fieldwrapper {
    display: flex;
    flex-direction: row;
  }
  .front .view-strategic-directions .frontoneallstrategicdirectionsrow .fieldwrapper .strdirtitle,
  .front .view-strategic-directions .frontoneallstrategicdirectionsrow .fieldwrapper .strdirsubtitle {
    justify-content: center;
    display: flex;
    flex-direction: column;
  }
  .front .pagemiddle {
    padding-top: 30px;
  }
  .front .view-video .highlightedvideorow .fieldwrapper .videoitem {
    text-align: center;
  }
}
/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/
@media (min-width: 481px) and (max-width: 767px) {
  h1.page-header {
    font-size: 24px !important;
  }
  header {
    display: grid;
    grid-template-rows: 80px 60px;
    padding-top: 10px;
  }
  header.mainmenubar.sticky {
    display: none;
  }
  header .syshead {
    grid-row-start: 2;
    grid-row-end: 3;
  }
  header .syshead .container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr 1fr;
  }
  header .syshead .container .addressinfo {
    grid-column-start: 1;
    grid-column-end: 4;
    grid-row-start: 1;
    grid-row-end: 2;
  }
  header .syshead .container .addressinfo .view-trending {
    display: grid;
    grid-template-columns: 1fr 5fr;
  }
  header .syshead .container .address {
    grid-column-start: 1;
    grid-column-end: 4;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  header .sysmenu {
    grid-row-start: 1;
    grid-row-end: 2;
  }
  header .sysmenu .container {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }
  header .sysmenu .container .eca.logo {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
    padding-bottom: 10px;
  }
  header .sysmenu .container .tbmainmenu {
    grid-column-start: 5;
    grid-column-end: 6;
    grid-row-start: 1;
    grid-row-end: 2;
  }
  header .sysmenu .container .tbmainmenu .navbar-header {
    display: none;
  }
  header .sysmenu .container .tbmainmenu .navbar-header span.icon-bar {
    background-color: #005694;
  }
  header .sysmenu .container .tbmainmenu .toggle.responsive-menu-toggle-icon:after,
  header .sysmenu .container .tbmainmenu .toggle.responsive-menu-toggle-icon:before,
  header .sysmenu .container .tbmainmenu .toggle.responsive-menu-toggle-icon span.icon {
    background-color: #005694;
  }
  header .sysmenu .container .tbmainmenu .toggle.responsive-menu-toggle-icon span.label {
    color: #005694;
  }
  header .sysmenu .container .decadeofaction {
    grid-column-start: 3;
    grid-column-end: 5;
    grid-row-start: 1;
    grid-row-end: 2;
  }
  .front .slider .carousel-inner {
    overflow: visible;
  }
  .front .slider .carousel-caption {
    top: 100%;
  }
  .front .slider .carousel-caption h3 {
    width: 100%;
  }
  .front .slider .carousel-caption h3 a {
    font-size: 25px;
  }
  .front .view-stories {
    padding-top: 100px;
  }
  .front .view-stories .view-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .front .view-stories .recentstoriesrow .fieldwrapper {
    display: grid;
    grid-template-rows: repeat(3, auto);
  }
  .front .view-stories .recentstoriesrow .fieldwrapper .storydate {
    grid-row-start: 1;
    grid-row-end: 2;
  }
  .front .view-stories .recentstoriesrow .fieldwrapper .storyimage {
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .front .view-stories .recentstoriesrow .fieldwrapper .storytitle {
    grid-row-start: 3;
    grid-row-end: 4;
  }
  .front .view-stories .recentstoriesrow .fieldwrapper .storyreadmore {
    display: none;
  }
  .front .view-events .highlightedeventrows {
    padding: 10px;
  }
  .front .view-events .highlightedeventrows .fieldwrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .front .view-events .highlightedeventrows .fieldwrapper .eventstartdateasimg {
    padding-top: 40px;
    position: relative;
    padding-right: 65px;
    padding-bottom: 40px;
  }
  .front .view-publication-series .fieldwrapper {
    display: flex;
    flex-direction: column;
  }
  .front .view-publication-series .fieldwrapper .pubcover {
    display: flex;
    justify-content: center;
  }
  .front .view-publication-series .fieldwrapper .pubtitle,
  .front .view-publication-series .fieldwrapper .pubsubtitle,
  .front .view-publication-series .fieldwrapper .pubdesc {
    text-align: center;
  }
  .front #block-views-slider-block-1 .carousel-caption h3 {
    font-size: 20px;
  }
  .front .latesttweets iframe {
    height: 400px !important;
    width: 100% !important;
  }
  .front .view-sdg-wheel .sdgwheel,
  .front .view-sdg-wheel .sdgdesc,
  .front .view-sdg-wheel .ourworkwheel,
  .front .view-sdg-wheel .ourworkdesc {
    width: 100%;
    float: left;
  }
  .front .view-sdg-wheel .sdgwheel .sdgbox,
  .front .view-sdg-wheel .sdgdesc .sdgbox,
  .front .view-sdg-wheel .ourworkwheel .sdgbox,
  .front .view-sdg-wheel .ourworkdesc .sdgbox {
    width: 100%;
    float: left;
  }
  .front .view-sdg-wheel .sdgwheel .sdgbox .sdgtar,
  .front .view-sdg-wheel .sdgdesc .sdgbox .sdgtar,
  .front .view-sdg-wheel .ourworkwheel .sdgbox .sdgtar,
  .front .view-sdg-wheel .ourworkdesc .sdgbox .sdgtar,
  .front .view-sdg-wheel .sdgwheel .sdgbox .sdgpart,
  .front .view-sdg-wheel .sdgdesc .sdgbox .sdgpart,
  .front .view-sdg-wheel .ourworkwheel .sdgbox .sdgpart,
  .front .view-sdg-wheel .ourworkdesc .sdgbox .sdgpart,
  .front .view-sdg-wheel .sdgwheel .sdgbox .sdgpub,
  .front .view-sdg-wheel .sdgdesc .sdgbox .sdgpub,
  .front .view-sdg-wheel .ourworkwheel .sdgbox .sdgpub,
  .front .view-sdg-wheel .ourworkdesc .sdgbox .sdgpub,
  .front .view-sdg-wheel .sdgwheel .sdgbox .sdgdoc,
  .front .view-sdg-wheel .sdgdesc .sdgbox .sdgdoc,
  .front .view-sdg-wheel .ourworkwheel .sdgbox .sdgdoc,
  .front .view-sdg-wheel .ourworkdesc .sdgbox .sdgdoc {
    width: 25%;
    float: left;
  }
  .front .view-sdg-wheel .sdgwheel .ourworkbox,
  .front .view-sdg-wheel .sdgdesc .ourworkbox,
  .front .view-sdg-wheel .ourworkwheel .ourworkbox,
  .front .view-sdg-wheel .ourworkdesc .ourworkbox {
    top: 135px;
  }
  .front .view-sdg-wheel .sdgwheel .ourworkbox .ourworkreadmore,
  .front .view-sdg-wheel .sdgdesc .ourworkbox .ourworkreadmore,
  .front .view-sdg-wheel .ourworkwheel .ourworkbox .ourworkreadmore,
  .front .view-sdg-wheel .ourworkdesc .ourworkbox .ourworkreadmore {
    width: 100%;
  }
  .front #block-views-sdg-wheel-block-1 {
    padding-top: 400px;
  }
  .front .view-strategic-directions .frontoneallstrategicdirectionsrow {
    width: 100%;
    height: 100px;
  }
  .front .view-strategic-directions .frontoneallstrategicdirectionsrow .fieldwrapper {
    display: flex;
    flex-direction: row;
  }
  .front .view-strategic-directions .frontoneallstrategicdirectionsrow .fieldwrapper .strdirtitle,
  .front .view-strategic-directions .frontoneallstrategicdirectionsrow .fieldwrapper .strdirsubtitle {
    justify-content: center;
    display: flex;
    flex-direction: column;
  }
  .front .pagemiddle {
    padding-top: 30px;
  }
  .front .view-video .highlightedvideorow .fieldwrapper .videoitem {
    text-align: center;
  }
}
/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/
@media (min-width: 768px) and (max-width: 1024px) {
  header {
    display: grid;
    grid-template-rows: 80px 60px;
    padding-top: 10px;
  }
  header.mainmenubar.sticky {
    display: none;
  }
  header .syshead {
    grid-row-start: 2;
    grid-row-end: 3;
  }
  header .syshead .container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr 1fr;
  }
  header .syshead .container .addressinfo {
    grid-column-start: 1;
    grid-column-end: 4;
    grid-row-start: 1;
    grid-row-end: 2;
  }
  header .syshead .container .addressinfo .view-trending {
    display: grid;
    grid-template-columns: 1fr 5fr;
  }
  header .syshead .container .address {
    grid-column-start: 1;
    grid-column-end: 4;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  header .sysmenu {
    grid-row-start: 1;
    grid-row-end: 2;
  }
  header .sysmenu .container {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }
  header .sysmenu .container .eca.logo {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
    padding-bottom: 10px;
  }
  header .sysmenu .container .tbmainmenu {
    grid-column-start: 5;
    grid-column-end: 6;
    grid-row-start: 1;
    grid-row-end: 2;
  }
  header .sysmenu .container .tbmainmenu .navbar-header {
    display: none;
  }
  header .sysmenu .container .tbmainmenu .navbar-header span.icon-bar {
    background-color: #005694;
  }
  header .sysmenu .container .tbmainmenu .toggle.responsive-menu-toggle-icon:after,
  header .sysmenu .container .tbmainmenu .toggle.responsive-menu-toggle-icon:before,
  header .sysmenu .container .tbmainmenu .toggle.responsive-menu-toggle-icon span.icon {
    background-color: #005694;
  }
  header .sysmenu .container .tbmainmenu .toggle.responsive-menu-toggle-icon span.label {
    color: #005694;
  }
  header .sysmenu .container .decadeofaction {
    grid-column-start: 3;
    grid-column-end: 5;
    grid-row-start: 1;
    grid-row-end: 2;
  }
  .front .slider .carousel-inner {
    overflow: visible;
  }
  .front .slider .carousel-caption {
    top: 100%;
  }
  .front .slider .carousel-caption h3 {
    width: 100%;
  }
  .front .slider .carousel-caption h3 a {
    font-size: 25px;
  }
  .front .view-stories {
    padding-top: 100px;
  }
  .front .view-stories .view-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .front .view-stories .recentstoriesrow .fieldwrapper {
    display: grid;
    grid-template-rows: repeat(3, auto);
  }
  .front .view-stories .recentstoriesrow .fieldwrapper .storydate {
    grid-row-start: 1;
    grid-row-end: 2;
  }
  .front .view-stories .recentstoriesrow .fieldwrapper .storyimage {
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .front .view-stories .recentstoriesrow .fieldwrapper .storytitle {
    grid-row-start: 3;
    grid-row-end: 4;
  }
  .front .view-stories .recentstoriesrow .fieldwrapper .storyreadmore {
    display: none;
  }
  .front .view-events .highlightedeventrows {
    padding: 10px;
  }
  .front .view-events .highlightedeventrows .fieldwrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .front .view-events .highlightedeventrows .fieldwrapper .col-sm-9 {
    width: 100%;
  }
  .front .view-events .highlightedeventrows .fieldwrapper .eventstartdateasimg {
    padding-top: 40px;
    position: relative;
    padding-right: 65px;
    padding-bottom: 40px;
  }
  .front .view-publication-series .view-content {
    display: flex;
  }
  .front .view-publication-series .fieldwrapper {
    display: flex;
    flex-direction: column;
  }
  .front .view-publication-series .fieldwrapper .pubcover {
    display: flex;
    justify-content: center;
  }
  .front .view-publication-series .fieldwrapper .pubtitle,
  .front .view-publication-series .fieldwrapper .pubsubtitle,
  .front .view-publication-series .fieldwrapper .pubdesc {
    text-align: center;
  }
  .front #block-views-slider-block-1 .carousel-caption h3 {
    font-size: 20px;
  }
  .front .latesttweets iframe {
    height: 400px !important;
    width: 100% !important;
  }
  .front .view-sdg-wheel .sdgwheel,
  .front .view-sdg-wheel .sdgdesc,
  .front .view-sdg-wheel .ourworkwheel,
  .front .view-sdg-wheel .ourworkdesc {
    width: 100%;
    float: left;
  }
  .front .view-sdg-wheel .sdgwheel .sdgbox,
  .front .view-sdg-wheel .sdgdesc .sdgbox,
  .front .view-sdg-wheel .ourworkwheel .sdgbox,
  .front .view-sdg-wheel .ourworkdesc .sdgbox {
    width: 100%;
    float: left;
  }
  .front .view-sdg-wheel .sdgwheel .sdgbox .sdgtar,
  .front .view-sdg-wheel .sdgdesc .sdgbox .sdgtar,
  .front .view-sdg-wheel .ourworkwheel .sdgbox .sdgtar,
  .front .view-sdg-wheel .ourworkdesc .sdgbox .sdgtar,
  .front .view-sdg-wheel .sdgwheel .sdgbox .sdgpart,
  .front .view-sdg-wheel .sdgdesc .sdgbox .sdgpart,
  .front .view-sdg-wheel .ourworkwheel .sdgbox .sdgpart,
  .front .view-sdg-wheel .ourworkdesc .sdgbox .sdgpart,
  .front .view-sdg-wheel .sdgwheel .sdgbox .sdgpub,
  .front .view-sdg-wheel .sdgdesc .sdgbox .sdgpub,
  .front .view-sdg-wheel .ourworkwheel .sdgbox .sdgpub,
  .front .view-sdg-wheel .ourworkdesc .sdgbox .sdgpub,
  .front .view-sdg-wheel .sdgwheel .sdgbox .sdgdoc,
  .front .view-sdg-wheel .sdgdesc .sdgbox .sdgdoc,
  .front .view-sdg-wheel .ourworkwheel .sdgbox .sdgdoc,
  .front .view-sdg-wheel .ourworkdesc .sdgbox .sdgdoc {
    width: 25%;
    float: left;
  }
  .front .view-sdg-wheel .sdgwheel .ourworkbox,
  .front .view-sdg-wheel .sdgdesc .ourworkbox,
  .front .view-sdg-wheel .ourworkwheel .ourworkbox,
  .front .view-sdg-wheel .ourworkdesc .ourworkbox {
    top: 135px;
  }
  .front .view-sdg-wheel .sdgwheel .ourworkbox .ourworkreadmore,
  .front .view-sdg-wheel .sdgdesc .ourworkbox .ourworkreadmore,
  .front .view-sdg-wheel .ourworkwheel .ourworkbox .ourworkreadmore,
  .front .view-sdg-wheel .ourworkdesc .ourworkbox .ourworkreadmore {
    width: 100%;
  }
  .front #block-views-sdg-wheel-block-1 {
    padding-top: 400px;
  }
  .front .view-strategic-directions .frontoneallstrategicdirectionsrow {
    width: 100%;
    height: 100px;
  }
  .front .view-strategic-directions .frontoneallstrategicdirectionsrow .fieldwrapper {
    display: flex;
    flex-direction: row;
  }
  .front .view-strategic-directions .frontoneallstrategicdirectionsrow .fieldwrapper .strdirtitle,
  .front .view-strategic-directions .frontoneallstrategicdirectionsrow .fieldwrapper .strdirsubtitle {
    justify-content: center;
    display: flex;
    flex-direction: column;
  }
  .front .pagemiddle {
    padding-top: 30px;
  }
  .front .view-video .highlightedvideorow .fieldwrapper .videoitem {
    text-align: center;
  }
  .front footer.footer .region.region-footer {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  header {
    display: grid;
    grid-template-rows: repeat(3, min-content);
    padding-top: 10px;
  }
  header.mainmenubar.sticky {
    display: none;
  }
  header .syshead {
    grid-row-start: 2;
    grid-row-end: 3;
  }
  header .syshead .container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, min-content);
  }
  header .syshead .container .addressinfo {
    grid-column-start: 1;
    grid-column-end: 4;
    grid-row-start: 1;
    grid-row-end: 2;
  }
  header .syshead .container .addressinfo .view-trending {
    display: grid;
    grid-template-columns: 1fr 5fr;
  }
  header .syshead .container .address {
    grid-column-start: 1;
    grid-column-end: 4;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  header .sysmenu {
    grid-row-start: 1;
    grid-row-end: 2;
  }
  header .sysmenu .container {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }
  header .sysmenu .container .eca.logo {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
    padding-bottom: 10px;
  }
  header .sysmenu .container .tbmainmenu {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  header .sysmenu .container .tbmainmenu .navbar-header {
    display: none;
  }
  header .sysmenu .container .tbmainmenu .navbar-header span.icon-bar {
    background-color: #005694;
  }
  header .sysmenu .container .tbmainmenu .toggle.responsive-menu-toggle-icon:after,
  header .sysmenu .container .tbmainmenu .toggle.responsive-menu-toggle-icon:before,
  header .sysmenu .container .tbmainmenu .toggle.responsive-menu-toggle-icon span.icon {
    background-color: #005694;
  }
  header .sysmenu .container .tbmainmenu .toggle.responsive-menu-toggle-icon span.label {
    color: #005694;
  }
  header .sysmenu .container .decadeofaction {
    grid-column-start: 3;
    grid-column-end: 5;
    grid-row-start: 1;
    grid-row-end: 2;
  }
  .front .slider .carousel-inner {
    overflow: visible;
  }
  .front .slider .carousel-caption {
    top: 100%;
  }
  .front .slider .carousel-caption h3 {
    width: 100%;
  }
  .front .slider .carousel-caption h3 a {
    font-size: 25px;
  }
  .front .view-stories {
    padding-top: 100px;
  }
  .front .view-stories .view-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .front .view-stories .recentstoriesrow {
    width: 100%;
  }
  .front .view-stories .recentstoriesrow .fieldwrapper {
    display: grid;
    grid-template-rows: repeat(3, min-content);
  }
  .front .view-stories .recentstoriesrow .fieldwrapper .storydate {
    grid-row-start: 1;
    grid-row-end: 2;
  }
  .front .view-stories .recentstoriesrow .fieldwrapper .storyimage {
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .front .view-stories .recentstoriesrow .fieldwrapper .storytitle {
    grid-row-start: 3;
    grid-row-end: 4;
  }
  .front .view-stories .recentstoriesrow .fieldwrapper .storyreadmore {
    display: none;
  }
  .front .view-events .highlightedeventrows {
    padding: 10px;
  }
  .front .view-events .highlightedeventrows .fieldwrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .front .view-events .highlightedeventrows .fieldwrapper .col-sm-9 {
    width: 100%;
  }
  .front .view-events .highlightedeventrows .fieldwrapper .eventstartdateasimg {
    padding-top: 40px;
    position: relative;
    padding-right: 65px;
    padding-bottom: 40px;
  }
  .front .view-publication-series .view-content {
    display: flex;
  }
  .front .view-publication-series .fieldwrapper {
    display: flex;
    flex-direction: column;
  }
  .front .view-publication-series .fieldwrapper .pubcover {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .front .view-publication-series .fieldwrapper .pubtitle,
  .front .view-publication-series .fieldwrapper .pubsubtitle,
  .front .view-publication-series .fieldwrapper .pubdesc {
    text-align: center;
    width: 100%;
  }
  .front #block-views-slider-block-1 .carousel-caption h3 {
    font-size: 20px;
  }
  .front .latesttweets {
    width: 33.33333333%;
    float: left;
  }
  .front .latesttweets iframe {
    height: 400px !important;
    width: 100% !important;
  }
  .front .view-sdg-wheel .sdgwheel,
  .front .view-sdg-wheel .sdgdesc,
  .front .view-sdg-wheel .ourworkwheel,
  .front .view-sdg-wheel .ourworkdesc {
    width: 100%;
    float: left;
  }
  .front .view-sdg-wheel .sdgwheel .sdgbox,
  .front .view-sdg-wheel .sdgdesc .sdgbox,
  .front .view-sdg-wheel .ourworkwheel .sdgbox,
  .front .view-sdg-wheel .ourworkdesc .sdgbox {
    width: 100%;
    float: left;
  }
  .front .view-sdg-wheel .sdgwheel .sdgbox .sdgtar,
  .front .view-sdg-wheel .sdgdesc .sdgbox .sdgtar,
  .front .view-sdg-wheel .ourworkwheel .sdgbox .sdgtar,
  .front .view-sdg-wheel .ourworkdesc .sdgbox .sdgtar,
  .front .view-sdg-wheel .sdgwheel .sdgbox .sdgpart,
  .front .view-sdg-wheel .sdgdesc .sdgbox .sdgpart,
  .front .view-sdg-wheel .ourworkwheel .sdgbox .sdgpart,
  .front .view-sdg-wheel .ourworkdesc .sdgbox .sdgpart,
  .front .view-sdg-wheel .sdgwheel .sdgbox .sdgpub,
  .front .view-sdg-wheel .sdgdesc .sdgbox .sdgpub,
  .front .view-sdg-wheel .ourworkwheel .sdgbox .sdgpub,
  .front .view-sdg-wheel .ourworkdesc .sdgbox .sdgpub,
  .front .view-sdg-wheel .sdgwheel .sdgbox .sdgdoc,
  .front .view-sdg-wheel .sdgdesc .sdgbox .sdgdoc,
  .front .view-sdg-wheel .ourworkwheel .sdgbox .sdgdoc,
  .front .view-sdg-wheel .ourworkdesc .sdgbox .sdgdoc {
    width: 25%;
    float: left;
  }
  .front .view-sdg-wheel .sdgwheel .ourworkbox,
  .front .view-sdg-wheel .sdgdesc .ourworkbox,
  .front .view-sdg-wheel .ourworkwheel .ourworkbox,
  .front .view-sdg-wheel .ourworkdesc .ourworkbox {
    top: 135px;
  }
  .front .view-sdg-wheel .sdgwheel .ourworkbox .ourworkreadmore,
  .front .view-sdg-wheel .sdgdesc .ourworkbox .ourworkreadmore,
  .front .view-sdg-wheel .ourworkwheel .ourworkbox .ourworkreadmore,
  .front .view-sdg-wheel .ourworkdesc .ourworkbox .ourworkreadmore {
    width: 100%;
  }
  .front #block-views-sdg-wheel-block-1 {
    padding-top: 400px;
  }
  .front .view-strategic-directions .frontoneallstrategicdirectionsrow {
    width: 100%;
    height: 100px;
  }
  .front .view-strategic-directions .frontoneallstrategicdirectionsrow .fieldwrapper {
    display: flex;
    flex-direction: row;
  }
  .front .view-strategic-directions .frontoneallstrategicdirectionsrow .fieldwrapper .strdirtitle,
  .front .view-strategic-directions .frontoneallstrategicdirectionsrow .fieldwrapper .strdirsubtitle {
    justify-content: center;
    display: flex;
    flex-direction: column;
  }
  .front .pagemiddle {
    padding-top: 30px;
  }
  .front .view-video .highlightedvideorow .fieldwrapper .videoitem {
    text-align: center;
  }
  .front footer.footer .region.region-footer {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .front footer.footer .region.region-footer section {
    width: 100%;
  }
}
/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/
@media (min-width: 1025px) and (max-width: 1280px) {
  /*
    .mainmenubar{
        nav{
            .horizontal-menu{
                li{
                    a{
                        padding-right: 0px;
                    }
                }

            }
        }
    }

    .syshead ul.language-switcher-locale-url li{
        padding:0 15px 0 0;
    }

    .address .socialmediarow a i {
        padding: 10px 8px 0;
    }
    */
  header {
    display: grid;
    grid-template-rows: 32px 120px;
  }
  header .syshead {
    grid-row-start: 1;
    grid-row-end: 2;
  }
  header .syshead .container {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
  }
  header .syshead .container .addressinfo {
    grid-column-start: 1;
    grid-column-end: 9;
  }
  header .syshead .container .address {
    grid-column-start: 9;
    grid-column-end: 13;
  }
  header .sysmenu {
    padding-top: 20px;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  header .sysmenu .container {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
  }
  header .sysmenu .container .eca.logo {
    grid-column-start: 1;
    grid-column-end: 3;
  }
  header .sysmenu .container .tbmainmenu {
    grid-column-start: 3;
    grid-column-end: 11;
  }
  header .sysmenu .container .decadeofaction {
    grid-column-start: 11;
    grid-column-end: 13;
  }
}
/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/
@media (min-width: 1281px) {
  .container {
    width: 1300px;
  }
  header {
    display: grid;
    grid-template-rows: 32px 120px;
  }
  header .syshead {
    grid-row-start: 1;
    grid-row-end: 2;
  }
  header .syshead .container {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
  }
  header .syshead .container .addressinfo {
    grid-column-start: 1;
    grid-column-end: 9;
  }
  header .syshead .container .address {
    grid-column-start: 9;
    grid-column-end: 13;
  }
  header .sysmenu {
    padding-top: 20px;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  header .sysmenu .container {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
  }
  header .sysmenu .container .eca.logo {
    grid-column-start: 1;
    grid-column-end: 3;
  }
  header .sysmenu .container .tbmainmenu {
    grid-column-start: 3;
    grid-column-end: 11;
  }
  header .sysmenu .container .decadeofaction,
  header .sysmenu .container .decadeofactionfr {
    grid-column-start: 11;
    grid-column-end: 13;
  }
  .front .latesttweets {
    width: 33.33333333%;
    float: left;
  }
  .front .latesttweets iframe {
    height: 400px !important;
    width: 100% !important;
  }
}
body {
  font-family: 'Lato', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-style: normal;
  color: #343434;
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0px;
}
/* Small devices (tablets, 768px and up) */
/* Medium devices (desktops, 992px and up) */
/* Large devices (large desktops, 1200px and up) */
