.header-wrapper *,
.header-wrapper *:before,
.header-wrapper *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}
.header-wrapper ul {
  list-style: none;
}
.page-taxonomy-term #page-title:before {
    content: "Tag: ";
}
.node-type-endnote-blog-article .inwrap {
  position: relative;
}
.field-content p img {
max-width: 100%;
height: auto;
}
span.page-share {
  position: absolute;
  top:140px;
  right: 20px;
  z-index: 50;
}
.node-teaser .title, .blog_teaser_title, .blog_teaser_title a, .node-type-endnote-blog-article h2.title {
  color:#333;
  font-family:KnowledgeBold;
  font-size:40px;
  font-weight:400;
  line-height: 100%;
  width: 100% !important;
  margin-bottom: 2px;
}
.node-type-endnote-blog-article .submitted, .node-teaser .submitted{
  background-color: #FFF;
  margin-bottom: 18px;
  padding-left: 0;
}
.view-endnote-blog .views-field.views-field-created {
margin-bottom: 18px;
}
.view-endnote-blog .views-row {
padding-bottom: 28px;
border-bottom: 2px #ddd solid;
margin-bottom: 28px;
}
#main {
	margin-right: 40px;
}
.view-endnote-blog .pager-current {
  display: none !important;
}
.view-endnote-blog .pager-next>a {
  background-color: #ddd !important; 
  padding: 12px 86px !important;
}
#block-views-endnote-blog-block-2 > h3, #block-views-endnote-blog-block-1 > h3 {
  color: #333;
  font-size: 14px;
  padding-bottom: 12px;
  border-bottom: 2px #ddd solid;
}
.region-sidebar-second ul {
  list-style-type: none;
  padding-left: 0;
}
.clear {
  content: '';
  display: block;
  clear: both;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.clearfix,
.container,
.container-fluid,
.row {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: "";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table .visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 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: 992px) and (max-width: 1229px) {
  .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: 1230px) {
  .visible-lg {
    display: block !important;
  }
  table .visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1229px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1230px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table .visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;

  /* @media (min-width: @screen-sm-min) {
		width: @container-sm;
	}
	@media (min-width: @screen-md-min) {
		width: @container-md;
	}
	@media (min-width: @screen-lg-min) {
		width: @container-lg;
	} */
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.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: 0%;
}
.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: 0%;
}
.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: 0%;
  }
  .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: 0%;
  }
  .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: 0%;
  }
  .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: 0%;
  }
  .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: 1230px) {
  .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: 0%;
  }
  .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: 0%;
  }
  .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%;
  }
}
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.2);
  font-size: 62.5%;
  height: 100%;
  width: 100%;
}
/*
body {
  margin: 0;
  padding: 0;
  min-width: 320px;
  width: 100%;
  height: 100%;
  color: #555555;
  font-size: 16px;
  font-family: Arial, sans-serif;
  line-height: 1.375;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
a {
  color: #0072a8;
  text-decoration: none;
  outline: none;
  cursor: pointer;
}
a:hover {
  color: #005885;
  text-decoration: underline;
}
a:visited {
  color: #0099c4;
}
*/
::-moz-selection {
  background: #ff8000;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #ff8000;
  color: #fff;
  text-shadow: none;
}
#cookie-banner {
  display: none; 
  background-color: #eee;
  color: #333;
  font-size: 12px;
  line-height: 16px;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 25px;
}
#cookie-banner h4 {
  margin: 0 0 5px;
  font-size: 13px;
  line-height: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
#cookie-banner p {
  margin-bottom: 0;
}
#cookie-banner a {
  color: #ff8000;
  font-weight: 700;
}
#cookie-banner .cookie-buttons {
  margin-top: 13px;
}
#cookie-banner .cookie-buttons a {
  display: inline-block;
  line-height: 20px;
  margin-top: 8px;
  font-size: 14px;
}
#cookie-banner .icon {
  background-image: url("images/sprite.png");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 720px 440px;
  display: inline-block;
  font-size: 40px;
  width: 20px;
  height: 20px;
  margin-right: 6px;
  vertical-align: top;
}
#bottom-wrap {
    background-color:#444;
}
#bottom-wrap p {
    color: #fff;
    font-size:14px;
    font-weight: bold;
    font-weight: bold;
    letter-spacing:1px;
}
#bottom-wrap .box {
    width:210px;
    float: left;
    padding: 30px 20px;
}
#bottom-wrap .box ol {
    list-style: none;
    padding: 0;
}
#bottom-wrap .box ol a {
    color: #DDD;
    font-size: 14px;
    letter-spacing:1px;
}
#bottom-wrap .box ol a:hover {
    color: #FFF;
}
#bottom-wrap .box ol.social-icon li {
    display: inline-block;
}
#bottom-wrap .box ol.social-icon li a {
    margin-right: 10px;
}

#cookie-banner .icon.cookieaccept {
  background-position: -17em -6em;
}
#cookie-banner .icon.cookieinfo {
  background-position: -17em -7em;
}
.wrapper,
.header-wrapper,
.footer-wrapper {
  margin: 0 auto;
  background-color: #ffffff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
}
.wrapper .wrapper,
.header-wrapper .wrapper,
.footer-wrapper .wrapper {
  border-left: 1px solid #eaeaea\9;
  border-right: 1px solid #eaeaea\9;
  border-bottom: 1px solid #eaeaea\9;
}
.header-wrapper {
  width: 1000px;
}
.container {
  padding-left: 10px;
  padding-right: 10px;
}
.global-footer .container {padding-left:20px;}
.tr-sprite, .tr-icon, .tr-icon-social, .global-footer-logo, .global-footer-search .search-submit {
    background-image: url("../images/tr-sprite.png");
    background-repeat: no-repeat;
    background-size: 400px 35px;
}

.global-header {
  background-color: #333;
  color: #b9b9b9;
  font-size: 11px;
  line-height: 32px;
}
@media (max-width: 767px) {
  .global-header {
    display: none;
  }
}
.global-header .chev:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-left: 6px;
  margin-bottom: 2px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 3px 0 3px;
  border-color: #666 transparent transparent transparent;
  border-color: #666666 rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
}
.global-header .chev:hover:after,
.global-header .chev:focus:after {
  content: ' ';
  border-top-color: #fff;
}
.global-header .chev.toggled:after {
  content: '  ';
  border-width: 0 3px 4px 3px;
  border-color: transparent transparent #fff transparent;
  border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) #ffffff rgba(255, 255, 255, 0);
}
.global-header .nav {
  display: block;
  text-align: right;
  list-style: none;
  margin: 0;
  padding: 0;
}
.global-header .nav > li {
  float: none;
  margin: 0 15px;
  text-align: left;
  display: inline-block;
}
.global-header .nav > li:first-child {
  float: left;
  margin-left: 0;
  display: inline-block;
  padding-left: 10px;
}
.global-header .nav > li:last-child {
  margin-right: 0;
  padding-right: 10px;
}
.global-header .nav > li a {
  color: #b9b9b9;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
}
.global-header .nav > li a:hover,
.global-header .nav > li a:focus,
.global-header .nav > li a.toggled {
  color: #fff;
}
.global-header .nav > li a > span {
  font-weight: 600;
}
.tr-icon {
  height: 15px;
  width: 15px;
  vertical-align: middle;
  margin-bottom: 3px;
  background-repeat: no-repeat;
  margin-left: 2px;
  margin-right: 2px;
  display: inline-block;
}
.tr-icon.globe {
  background-position: -240px 0;
}
a:hover .tr-icon.globe {
  background-position: -240px -20px;
}
.tr-icon.newtab {
  background-position: -260px 0;
}
a:hover .tr-icon.newtab {
  background-position: -260px -20px;
}

.tr-icon-social {
  width: 24px;
  height: 24px;
  display: inline-block;
}
.tr-icon-social.facebook {
  background-color: #3b5999;
  background-position: -285px 0;
}
.tr-icon-social.twitter {
  background-color: #67add1;
  background-position: -315px 0;
}
.tr-icon-social.linkedin {
  background-color: #1385c3;
  background-position: -345px 0;
}
.tr-icon-social.googleplus {
  background-color: #ce3a19;
  background-position: -375px 0;
}
.global-header-menu {
  display: none;
  background-color: #333;
  font-size: 14px;
  padding: 0 25px;
}
.global-header-menu a {
  color: #fff;
  text-decoration: none;
}
.global-header-menu a:hover,
.global-header-menu a:focus {
  color: #ff8000;
}
.global-header-menu h3 {
  margin-top: 43px;
  font-size: 14px;
  font-weight: 700;
  line-height: 30px;
  border-bottom: 2px solid #555;
  color: #fff;
  margin-bottom: 0;
}
.global-header-menu .large {
  font-family: Knowledge, Arial, sans-serif;
  font-weight: 400;
  font-size: 20px;
}
.global-header-menu .large li {
  margin-bottom: 6px;
}
.global-header-menu ul {
  margin-top: 20px;
  margin-bottom: 40px;
}
.global-header-menu ul > li:first-child {
  margin-top: -9px;
}
.global-header-menu ul > li:last-child {
  margin-bottom: 0;
}
.global-header-menu ul > li.active a {
  color: #ff8000;
}
.global-header-menu ul.global-header-menu-discover-social-links > li {
  margin-bottom: 2px;
}
.global-header-menu ul.global-header-menu-discover-social-links > li:first-child {
  margin-top: -9px;
}
.global-header-menu ul.global-header-menu-discover-social-links > li a {
  line-height: 24px;
  display: inline-block;
}
.global-header-menu ul.global-header-menu-discover-social-links > li a .tr-icon-social {
  margin-right: 8px;
  vertical-align: top;
}
.global-header-menu ul.global-header-menu-discover-social-links > li a span {
  vertical-align: top;
}
.global-footer {
  background-color: #333;
  color: #808080;
  padding: 16px 0;
  height: 25px;
  position: relative;
}
.global-footer-logo-wrapper {
  float: left;
}
.global-footer-logo {
  display: block;
  text-indent: -100%;
  overflow: hidden;
  background-position: 0 0;
  width: 207px;
  height: 28px;
}
.global-footer-logo:focus {
  opacity: .5;
}
.global-footer-nav-toggle {
  display: none;
  float: right;
  height: 36px;
  width: 36px;
  position: relative;
  margin-top: -4px;
  margin-bottom: -4px;
  margin-right: -10px;
  transition: all 0.15s ease-in-out;
}
.global-footer-nav-toggle:before,
.global-footer-nav-toggle:after {
  content: '';
  display: block;
  background-color: #666;
  position: absolute;
}
.global-footer-nav-toggle:before {
  height: 3px;
  width: 17px;
  top: 16px;
  left: 3px;
}
.global-footer-nav-toggle:after {
  height: 17px;
  width: 3px;
  top: 9px;
  left: 10px;
}
.global-footer-nav-toggle {
  display: none;
  float: right;
  height: 36px;
  width: 36px;
  position: relative;
  margin-top: -4px;
  margin-bottom: -4px;
  margin-right: -10px;
  transition: all 0.15s ease-in-out;
}
@media (max-width: 767px) {
  .global-footer-nav-toggle {
    display: block;
  }
}
.global-footer-nav-toggle:before,
.global-footer-nav-toggle:after {
  content: '';
  display: block;
  background-color: #666;
  position: absolute;
}
.global-footer-nav-toggle:before {
  height: 3px;
  width: 17px;
  top: 16px;
  left: 3px;
}
.global-footer-nav-toggle:after {
  height: 17px;
  width: 3px;
  top: 9px;
  left: 10px;
}
.global-footer-nav-toggle.toggled:before {
  background-color: #fff;
  content: ' ';
}
.global-footer-nav-toggle.toggled:after {
  display: none;
  content: ' ';
}
.global-footer-nav {
  display: block;
  padding-top: 18px;
  width: 660px;
  position: absolute;
  right: 0;
  top: -5px;
}
@media (max-width: 767px) {
  .global-footer-nav {
    display: none;
  }
}
.global-footer-nav .nav {
  display: block;
  margin: 0;
  margin-bottom: 19px;
  padding: 0;
  list-style: none;
  font-size: 12px;
  line-height: 32px;
}
.global-footer-nav .nav > li {
  float: left;
  display: block;
  padding: 0 10px;
}
.global-footer-nav .nav > li > a {
  display: block;
  color: #808080;
  text-decoration: none;
}
.global-footer-nav .nav > li > a:hover {
  color: #fff;
}
.global-footer-nav .global-footer-search .search-wrapper {
  position: relative;
  border: 1px solid #444;
  background-color: #333;
}
.global-footer-nav .global-footer-search .search-wrapper .search-input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 16px 30px 16px 8px;
  max-height: 48px;
  width: 100%;
  outline: none;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  color: #fff;
  font-size: 14px;
  line-height: normal;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-font-smoothing: antialiased;
}
.global-footer-nav .global-footer-search .search-wrapper .search-input::-webkit-input-placeholder {
  color: #fff;
  line-height: normal;
}
.global-footer-nav .global-footer-search .search-wrapper .search-input:-moz-input-placeholder {
  color: #fff;
  line-height: normal;
}
.global-footer-nav .global-footer-search .search-wrapper .search-input::-moz-input-placeholder {
  color: #fff;
  line-height: normal;
}
.global-footer-nav .global-footer-search .search-wrapper .search-input:-ms-input-placeholder {
  color: #fff;
  line-height: normal;
}
.global-footer-nav .global-footer-search .search-wrapper .search-input:focus {
  background-color: #fff;
  color: #333;
}
.global-footer-nav .global-footer-search .search-wrapper .search-input:focus + .search-submit {
  background-position: -220px -20px;
}
.global-footer-nav .global-footer-search .search-wrapper .search-submit {
  position: absolute;
  top: 50%;
  right: 13px;
  overflow: hidden;
  margin: 0;
  margin-top: -7px;
  width: 14px;
  height: 14px;
  outline: none;
  border: 0;
  background-color: transparent;
  background-position: -220px -20px;
  text-indent: 100%;
  white-space: nowrap;
  font-size: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
@media (min-width: 767px) {
    .footer-wrapper {
        width:1000px;
    }
}
@media (max-width: 765px) {
    .global-footer-nav .nav {
        float:right;
    }
    .global-footer-nav .nav > li {
        float:none;
    }
    .global-footer-nav {
        width: 100%;
        background-color: #333;
        margin-top: 50px;
    }
}