body {
  color: #000;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  /*-webkit-column-break-inside:avoid;*/
}
body.microsite {
  display: none;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
  li {
  -webkit-column-break-inside: avoid;
            page-break-inside: avoid;
                 break-inside: avoid;
  }
}
.layout-content ul {
  margin-bottom: 25px;
}
.layout-content li {
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 10px;
}
a:hover,
a:active,
a:focus,
button:focus {
  text-decoration: none;
  outline: none;
}
h1,
h2,
h3,
.collapse-title {
  /* color: #0f182d; */
  line-height: inherit;
  font-family: 'Graphik Web', Lato, sans-serif;
}
h1 {
  font-size: 36px;
  line-height: 40px;
  font-weight: 500;
}
h2 {
  font-size: 24px;
  font-weight: 500;
}
h3,
.collapse-title {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  margin: 0;
}
h4 {
  font-size: 18px;
}
span.ext {
  display: none;
}
p {
  font-size: 20px;
  line-height: 30px;
  margin: 0 0 20px;
  font-weight: 400;
}
.alert>p+p {
  margin-top: 0;
}
.alert>p, .alert>ul {
  margin-bottom: 20px;
}
p:last-child {
  margin: 0;
}
.views-field-body .field-content {
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
}
a {
  color: #1b7ec7;
}
hr {
  border-top: 1px solid #b3b3b3;
}
details summary {
  cursor: pointer;
  outline: none;
}
details div.pre-content {
  padding: 0 !important;
}

/* Main */
.layout-container.front {
  /* display: none; */
}
.layout-container {
  float: left;
  /*max-width: 1680px;*/
  /*position: absolute;*/
  width: 100%;
}
.front .layout-content {
  clear: both;
  width: 100%;
  margin: 0;
}
.front .layout-content .content {
  padding: 0;
}
.front #block-usporg-page-title h1 {
  display: none;
}
a.mailto span.mailto {
  display: none;
}

/* Header */
.layout-container > header {
  background: #535f67;
  display: block;
  float: left;
  height: 175px;
  position: relative;
  width: 100%;
  z-index: 99999;
}
.front > header,
.home-page > header {
  display: block;
  height: inherit;
  border-bottom: none;
  margin-bottom: inherit;
  height: 700px;
  /* background: url(../images/loader.gif) no-repeat 50% 50% #8ca3bd; */
}
#block-usporg-branding,
#block-usporg-main-menu,
.search-box {
  position: relative;
}
.header-scroll-background {
  /*position: absolute;
  top: 0;
  height: 225px;
  width: 100%;
  background: transparent;
  transition: 0.3s ease;
  z-index: 150;*/
  display: none;
}
.header-scroll-background .perm-block-title,
.header-scroll-background .perm-block-content-title {
  display: none;
}
.scrolling .header-scroll-background {
  background: rgba(255,255,255,.9);
  height: 150px;
  position: fixed;
}
.layout-container > header:after {
  content: "";
  background: #939aa0;
  display: block;
  height: 1px;
  position: absolute;
  top: 55px;
  transition: 0.3s ease;
  width: 100%;
}
.front.layout-container > header:after {
  background: rgba(255,255,255,.5);
}

/* Global Presence */
#block-globalpresence {
  position: absolute;
  top: 2px;
  left: 5%;
  transition: 0.3s ease;
  z-index: 250;
}
.scrolling #block-globalpresence {
  position: fixed;
  top: -3px;
}
#block-globalpresence h2,
.scrolling #block-globalpresence h2 {
  color: #ffffff;
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  font-weight: 400;
  margin: 0;
  padding: 10px 0;
  display: inline-block;
}
#block-globalpresence ul {
  display: none;
}
#block-globalpresence select {
  /*float: left;*/
  font-size: 16px;
  margin: 12px 6px;
  display: inline-block;
}

/* Top Menu */
#block-topmenu {
  position: absolute;
  top: 8px;
  right: 17%;
  transition: 0.3s ease;
  z-index: 250;
}
.scrolling #block-topmenu {
  position: fixed;
  top: -2px;
}
#block-topmenu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#block-topmenu ul li {
  float: left;
}
.front #block-topmenu ul li a {
  color: #ffffff;
}
#block-topmenu ul li a,
.scrolling .front #block-topmenu ul li a {
  color: #ffffff;
  display: block;
  font-size: 15px;
  font-weight: 400;
  padding: 2px 10px;
}
#block-topmenu ul li a:hover {
  color: #f4c35d;
}
.front #block-topmenu ul li a:hover {
  color: #f4c35d;
}


/* Login Dropdown */
#block-useraccountsmenu {
  position: absolute;
  right: 6%;
  top: 5px;
  transition: 0.3s ease;
  z-index: 500;
}
.scrolling #block-useraccountsmenu {
  position: fixed;
  top: -2px;
}
#block-useraccountsmenu span {
  padding: 8px 15px;
  display: inline-block;
}
#block-useraccountsmenu span.login {
  padding: 8px 28px 8px 32px;
  position: relative;
  top: -2px;
  transition: 0.3s ease;
}
.scrolling #block-useraccountsmenu span.login {
  padding: 4px 28px 4px 32px;
}
#block-useraccountsmenu span.glyphicon {
  border-left: 1px solid #b7841c;
  position: inherit;
  top: inherit;
  line-height: 24px;
  transition: 0.3s ease;
}
.scrolling #block-useraccountsmenu span.glyphicon {
  line-height: 16px;
}
#block-useraccountsmenu span.glyphicon:before {
  position: relative;
  top: 2px;
}
#block-useraccountsmenu .dropdown-menu {
  background: #ffffff;
  border-radius: 0;
  border: 2px solid #f9aa07;
  left: inherit;
  right: 0;
  padding: 0;
}
#block-useraccountsmenu a {
  background: #f9aa07;
  border-radius: 0;
  color: #ffffff;
  font-family: 'Graphik Web', Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  padding: 0;
  border: none;
  transition: .3s ease;
}
#block-useraccountsmenu ul a {
  background: transparent;
  color: #000000;
  font-size: 16px;
  padding: 10px 15px;
  transition: none;
}
#block-useraccountsmenu ul a:hover {
  background: #f9aa07;
  color: #ffffff;
}
#block-useraccountsmenu a:hover,
#block-useraccountsmenu a:active {
  background: #e59a01;
}
#block-useraccountsmenu a:hover span.glyphicon,
#block-useraccountsmenu a:active span.glyphicon {
  border-left: 1px solid #95690f;
}
#block-useraccountsmenu a.dropdown-item {
  background: none;
  color: #222222;
  font-size: 14px;
  line-height: 20px;
  padding: 5px 10px;
  white-space: nowrap;
  display: block;
  transition: .3s ease;
}
#block-useraccountsmenu a.dropdown-item:hover {
  background: #f9aa07;
  color: #ffffff;
}

/* Carousel */
.carousel {
  /*float: left;*/
}
#front-page-slider .item {
  max-height: 700px;
}
#front-page-slider .item img {
  height: auto;
  width: 100%;
}
#front-page-slider .carousel-caption {
  right: inherit;
  padding: 0;
  top: 52%;
  font-size: 60px;
  font-weight: 400;
  text-shadow: none;
  width: 45%;
  text-align: left;
  line-height: 66px;
  bottom: inherit;
  transform: translateY(-20%);
}
#front-page-slider .carousel-caption div {
  margin-top: 20px;
}
#front-page-slider .carousel-caption p {
  font-size: 20px;
  line-height: 30px;
}
#front-page-slider .carousel-caption.Left {
  left: 9%;
  right: auto;
}
#front-page-slider .carousel-caption.Right {
  left: auto;
  right: 10%;
  text-align: right;
}
#front-page-slider .carousel-caption h2 {
  color: #ffffff;
  font-family: 'Graphik Web', Lato, sans-serif;
  font-size: 58px;
  font-weight: 500;
  line-height: 64px;
  margin: 0 0 30px 0;
  display: block;
}
/* Keyframes for the fade-in */
@-webkit-keyframes fadeIn { from { opacity:0;margin-top:70px } to { opacity:1;margin-top:0; } }
@-moz-keyframes fadeIn { from { opacity:0;margin-top:70px } to { opacity:1;margin-top:0; } }
@keyframes fadeIn { from { opacity:0;margin-top:70px } to { opacity:1;margin-top:0; } }

#front-page-slider .carousel-caption h2 {
  opacity: 0;
  opacity: 1 \9; /*just in case ie*/
  -webkit-animation:fadeIn ease 1;
  -moz-animation:fadeIn ease 1;
  animation:fadeIn ease 1;

  -webkit-animation-fill-mode:forwards;
  -moz-animation-fill-mode:forwards;
  animation-fill-mode:forwards;

  -webkit-animation-duration:1s;
  -moz-animation-duration:1s;
  animation-duration:1s;
}
#front-page-slider .carousel-caption p {
  opacity: 0;
  opacity: 1 \9; /*just in case ie*/
  -webkit-animation:fadeIn ease 1;
  -moz-animation:fadeIn ease 1;
  animation:fadeIn ease 1;

  -webkit-animation-fill-mode:forwards;
  -moz-animation-fill-mode:forwards;
  animation-fill-mode:forwards;

  -webkit-animation-duration:1.5s;
  -moz-animation-duration:1.5s;
  animation-duration:1.5s;

  animation-delay: .5s;
}
#front-page-slider .carousel-caption h2 {
  -webkit-animation-delay: .25s;
  -moz-animation-delay: .25s;
  animation-delay: .25s;
}
#front-page-slider .carousel-caption p {
  -webkit-animation-delay: .5s;
  -moz-animation-delay: .5s;
  animation-delay: .5s;
}
/* end fadein */

.carousel-control {
  height: 50px;
  width: 50px;
  top: 38%;
  left: 2.5%;
  opacity: 1;
  display: none;
}
.carousel-control.left {
  background: url(../images/carousel-arrow-up.png) no-repeat 0 0 transparent;
  top: 50%;
}
.carousel-control.right {
  background: url(../images/carousel-arrow-down.png) no-repeat 0 0 transparent;
  right: initial;
  top: 58%;
}
#front-page-slider .carousel-control.right {
  left: 2.5%;
  top: 60%;
}
.carousel-control.left:hover,
.carousel-control.right:hover {
  background-position: -70px 0;
}
#front-page-slider .carousel-caption a {
  margin: 0;
  /* color: #ffffff;
  padding: 20px 20px 20px 0;
  display: inline-block;
  line-height: 24px;
  -webkit-transition: .6s ease;
  -o-transition: .6s ease;
  transition: .6s ease; */
}
#front-page-slider .carousel-caption.Right a {
  padding: 20px 0 20px 20px;
}
#front-page-slider .carousel-caption a:hover {
  /* color: #f9aa07; */
}
/* #front-page-slider .carousel-caption.Left a:after,
#front-page-slider .carousel-caption.Right a:before, */
#block-views-block-events-and-training-usp-upcoming-events-block .views-field-field-custom-link-and-text a:after {
  content: "";
  display: block;
  width: 30px;
  height: 15px;
  position: relative;
  top: 5px;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}
/* #front-page-slider .carousel-caption.Left a:after, */
#block-views-block-events-and-training-usp-upcoming-events-block .views-field-field-custom-link-and-text a:after {
  background: url(../images/arrow-right.png) no-repeat 0 0 transparent;
  float: right;
  left: 5px;
}
#front-page-slider .carousel-caption.Left a:hover:after {
  background: url(../images/arrow-right.png) no-repeat 0 -30px transparent;
}
#front-page-slider .carousel-caption.Right a:before {
  background: url(../images/arrow-left.png) no-repeat 0 0 transparent;
  float: left;
  right: 5px;
}
#front-page-slider .carousel-caption.Right a:hover:before {
  background: url(../images/arrow-left.png) no-repeat 0 -30px transparent;
}
.video-url,
.poster-image {
  display: none;
}
.poster-image {
  /* display: block;
  width: 100%; */
}
.video-box {
  /* position: absolute;
  top: 0; */
}
.video-overlay {
  height: 100%;
  width: 100%;
  background: url(../images/video_texture.png);
  position: absolute;
  top: 0;
}
.button-link {
  font-weight: 400;
}
.button-link {
  color: #fff !important;
}
#front-page-slider .carousel-caption h2,
.home-page #landing-page-slider .carousel-caption h2 {
  /* font-size: 46px;
  line-height: 50px; */
  margin: 0 0 20px 0;
  font-size: 50px;
  line-height: 56px;
}
#front-page-slider .carousel-caption h2,
.home-page #landing-page-slider .carousel-caption h2 {
  margin: 0 0 20px 0;
  font-size: 50px;
  line-height: 56px;
  font-weight: 700;
}


/* modal style */
.modal {
  z-index: 999999;
  background: rgba(0,0,0,.5);
}
.modal-content {
  border: none;
  border-radius: 0;
}
.modal-header {
  border: none;
  background: #eee;
  padding: 10px 25px;
}
.modal-header .close {
  margin-top: 0px;
  opacity: .4;
}
.modal-dialog {
  margin: 10% auto;
}
.modal-body {
  padding: 25px 25px 5px;
}
.modal-backdrop.in {
  opacity: .6;
}


/* Video modal style */
#videoModal .modal-dialog,
#pdfModal .modal-dialog {
  height: 90%;
  margin: 0;
  width: 100%;
}
#videoModal .modal-header,
#pdfModal .modal-header {
  background: none;
  padding: 0;
  border: none;
}
#videoModal .modal-header .close,
#pdfModal .modal-header .close {
  margin: 0 25px 0 0;
  color: #ffffff;
  opacity: 1;
  text-shadow: none;
  font-size: 50px;
  line-height: 34px;
}
#videoModal .modal-content,
#pdfModal .modal-content {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  border: none;
  border-radius: 0;
  height: 100%;
}
#videoModal .modal-body,
#pdfModal .modal-body {
  padding: 0;
  width: 1152px;
  height: 648px;
  margin: 0 auto;
}
#videoModal .modal-body video {
  height: 100%;
  width: 100%;
}
#pdfModal #pdfContainer {
  height: 100%;
}

/* PDF share icons */
#share-icons {
  width: 15px;
  position: absolute;
  top: 0;
  right: -25px;
}
#share-icons path {
  fill: #ddd;
}
#share-icons .a2a_kit a:hover path {
  fill: #8075ff;
}
#share-icons a {
  color: #ddd;
}
#share-icons a:hover {
  color: #4cd4ff;
}
#share-icons .button_copy_link {
  width: 28px !important;
  line-height: 30px !important;
  height: 30px !important;
  background-size: 30px !important;
  display: inline-block;
  position: relative;
  right: 5px;
  top: 2px;
  cursor: pointer;
}
#share-icons .socicon-mail {
  cursor: pointer;
}


/* Vertical Slide */
#front-page-slider .carousel-inner.vertical {
  height: 100%;
}
#front-page-slider .carousel-inner.vertical > .item {
  -webkit-transition: .6s ease-in-out top;
  -o-transition: .6s ease-in-out top;
  -ms-transition: .6s ease-in-out top;
  transition: .6s ease-in-out top;
}
@media all and (transform-3d), (-webkit-transform-3d) {

  #front-page-slider .carousel-inner.vertical > .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
    -o-transition: -o-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;

    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
  }
  #front-page-slider .carousel-inner.vertical > .item.next,
  #front-page-slider .carousel-inner.vertical > .item.active.right {
    top: 0;
    transform: translateY(100%);
  }
  #front-page-slider .carousel-inner.vertical > .item.prev,
  #front-page-slider .carousel-inner.vertical > .item.active.left {
    top: 0;
    transform: translateY(-100%);
  }
  #front-page-slider .carousel-inner.vertical > .item.next.left,
  #front-page-slider .carousel-inner.vertical > .item.prev.right,
  #front-page-slider .carousel-inner.vertical > .item.active {
    top: 0;
    transform: translateY(0);
  }

}

#front-page-slider .carousel-inner.vertical > .active {
  top: 0;
}
#front-page-slider .carousel-inner.vertical {
  height: 100%;
}
#front-page-slider .carousel-inner.vertical > .item {
  /*-webkit-transition: .6s ease-in-out top;
  -o-transition: .6s ease-in-out top;
  transition: .6s ease-in-out top;*/
}


/* Rule */
#block-rule {
  height: 1px;
  background: rgba(255,255,255,.5);
  position: absolute;
  top: 50px;
  width: 100%;
}
.front #block-rule {
  background: #e3e4e3;
}

/* Branding */
#block-usporg-branding {
  left: 4%;
  position: absolute;
  top: 75px;
  transition: 0.3s ease;
  z-index: 200;
}
/* .front #block-usporg-branding {
  top: 74px;
} */
.scrolling #block-usporg-branding {
  position: fixed;
  top: 54px;
}
#block-usporg-branding a {
  background: url(../images/usp-logo-2018-reg-w.png) no-repeat 0 0 transparent;
  background-size: auto 100%;
  background-position: 0;
}
.front #block-usporg-branding a {
  background-size: auto 100%;
  background-position: 20px 0;
}
#block-usporg-branding a {
  width: 175px;
  height: 80px;
  display: block;
  transition: 0.3s ease;
}
.front #block-usporg-branding a {
  /* background-size: auto 100%;
  width: 269px;
  height: 90px; */
}
.scrolling #block-usporg-branding a {
  /* width: 320px;
  height: 55px; */
}
#block-usporg-branding img {
  display: none;
}

/* Social Media */
header .social-media-menu {
  position: absolute;
  top: 80px;
  margin: 0 auto;
  right: 25%;
  transition: 0.3s ease;
  z-index: 250;
}
.scrolling header .social-media-menu {
  position: fixed;
  top: 56px;
}
header .social-media-menu > ul,
footer .social-media-menu > ul,
footer .bottom-menu > ul {
  display: inline-block;
  padding: 0;
  margin: 0;
  height: 20px;
  list-style: none;
  width: auto;
}
header .social-media-menu li,
footer .social-media-menu li {
  float: left;
}
.front > header .social-media-menu li a,
.home-page > header .social-media-menu li a {
  color: #eef1ee;
}
header .social-media-menu li a,
.scrolling .front > header .social-media-menu li a,
.scrolling .home-page > header .social-media-menu li a,
footer .social-media-menu li a {
  display: block;
  margin: 0 4px;
  height: 20px;
  color: #faf3e2;
  text-indent: -9999px;
  overflow: hidden;
  width: 28px;
  font-size: 20px;
  text-align: left;
}
footer .social-media-menu li a {
  color: #eef1ee;
}
header .social-media-menu li a:hover {
  color: #f4c35d;
}
.front > header .social-media-menu li a:hover,
.home-page > header .social-media-menu li a:hover {
  color: #f9b220;
}
.social-media-menu .socicon:before {
  text-indent: 0;
  display: block;
}
.social-media-menu .socicon-googleplus {
  margin-right: 12px !important;
}
.social-media-menu .socicon-googleplus:before {
  font-size: 28px;
  position: relative;
  top: -3px;
  left: 1px;
}
.social-media-menu .socicon-twitter {
  width: 22px !important;
}
.social-media-menu .socicon-facebook {
  margin-right: 6px;
  width: 20px !important;
}
.social-media-menu .socicon-youtube {
  margin-right: 13px !important;
}
.social-media-menu .socicon-youtube:before {
  font-size: 25px;
  position: relative;
  top: -2px;
  left: 1px;
}
.front .social-media-menu li a.qmblog {
  background-image: url(../images/blog-icon.png);
  transition: inherit;
}
.social-media-menu li a.qmblog,
.scrolling .front > header .social-media-menu li a.qmblog,
.scrolling .home-page > header .social-media-menu li a.qmblog {
  background: url(../images/blog-icon-inside.png) no-repeat 0 0 transparent;
  background-size: auto 107px;
  width: 25px;
  margin: 0;
}
footer .social-media-menu li a.qmblog {
  background: url(../images/blog-icon.png) no-repeat 0 0 transparent;
  background-size: auto 107px;
}
.social-media-menu li a.qmblog:hover {
  background-position: 0 -85px;
}
.front .social-media-menu li a.qmblog:hover {
  background-position: 0 -85px;
}

/* Search */
.search-box {
  right: 6%;
  position: absolute;
  top: 75px;
  transition: 0.3s ease;
  width: 18%;
  z-index: 200;
}
.search-box label {
  display: none;
}
.scrolling .search-box {
  position: fixed;
  top: 50px;
}
.front .search-box .form-text {
  background: none;
  border: 1px solid #ffffff;
  color: #ffffff;
  outline: none;
}
.search-box .form-text,
.scrolling .front .search-box .form-text {
  background: none;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  height: 34px;
  width: 100%;
  padding: 5px 0 5px 10px;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px rgba(0, 0, 0, 0) inset;
}
.front input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px rgba(0, 0, 0, 0.2) inset;
}
header input:-webkit-autofill,
header input:-webkit-autofill:hover,
header input:-webkit-autofill:focus,
header input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: #5e6a71 !important;
  -webkit-text-fill-color: #ffffff !important;
}
.front > header input:-webkit-autofill,
.front > header input:-webkit-autofill:hover,
.front > header input:-webkit-autofill:focus,
.front > header input:-webkit-autofill:active,
.home-page > header input:-webkit-autofill,
.home-page > header input:-webkit-autofill:hover,
.home-page > header input:-webkit-autofill:focus,
.home-page > header input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: #ffffff !important;
}
.search-box #edit-keys:focus {
  outline: none;
}
.search-box .form-actions {
  position: absolute;
  top: 6px;
  right: 1px;
  height: 32px;
}
.front .search-box .form-actions .form-submit {
  color: #ffffff;
}
.search-box .form-actions .form-submit,
.scrolling .front .search-box .form-actions .form-submit {
  border: 0;
  background: none;
  color: #5e6a71;
  font-size: 18px;
  height: 30px;
  padding: 0;
  text-indent: -9999px;
  width: 40px;
}
.front .search-box .form-actions:before {
  color: #ffffff;
}
.search-box .form-actions:before,
.scrolling .front .search-box .form-actions:before {
  font-family: "Glyphicons Halflings";
  content: "\e003";
  color: #ffffff;
  position: absolute;
  right: 9px;
  top: -3px;
  font-size: 21px;
  opacity: .9;
  pointer-events: none;
}
.pager li>a,
.pager li>span {
  border: none;
  border-radius: 0;
}

/* Main Menu */
#block-ultimenumainnavigation {
  position: absolute;
  text-align: center;
  /* right: 0; */
  top: 130px;
  transition: 0.3s ease;
  /* width: 80%; */
  z-index: 450;
  right: 4%;
  width: 73%;
}
.front #block-ultimenumainnavigation {
  /* top: 250px; */
}
.scrolling #block-ultimenumainnavigation {
  position: fixed;
  top: 111px;
}
.front #block-ultimenumainnavigation:before {
  background: rgba(255,255,255,.5);
}
#block-ultimenumainnavigation:before {
  /* content: "";
  background: #939aa0;
  display: block;
  height: 1px;
  position: absolute;
  top: -75px;
  transition: 0.3s ease;
  width: 100%; */
}
.front #block-ultimenumainnavigation {
}
.front #block-ultimenumainnavigation:before {
  /* top: -175px; */
  top: -125px;
}
.scrolling #block-ultimenumainnavigation:before,
.scrolling .front #block-ultimenumainnavigation:before {
  background: #dcdcdc;
  top: -68px;
}
#block-ultimenumainnavigation:after {
  /* content: "";
  background: #b3b3b3;
  display: block;
  height: 1px;
  position: absolute;
  top: 52px;
  transition: 0.3s ease;
  width: 100%; */
}
.front #block-ultimenumainnavigation:after {
  background: transparent;
}
.scrolling #block-ultimenumainnavigation:after {
  background: #d2d4d2;
  top: 39px;
}
.scrolling .front #block-ultimenumainnavigation:after {
  top: 39px;
}
#block-ultimenumainnavigation > ul li {
  flex-grow: 1;
}
#block-ultimenumainnavigation ul li {
  display: block;
  float: left;
  /* width: 16%; */
}
.front #block-ultimenumainnavigation ul li a.ultimenu__link {
  color: #ffffff;
}
#block-ultimenumainnavigation ul li a.ultimenu__link {
  background: transparent;
  /* navigation title block link 'fix'
  height: 80px;
  z-index: 500;
  */
}
#block-ultimenumainnavigation ul li a,
.scrolling .front #block-ultimenumainnavigation ul li a {
  color: #ffffff;
  display: block;
  font-size: 18px;
  font-weight: 400;
  padding: 5px 0;
  /*white-space: nowrap;*/
}
#block-ultimenumainnavigation ul li a.ultimenu__link:hover {
  color: #f4c35d;
}
.has-ultimenu .ultimenu__link .caret {
  display: inline-block;
  margin-left: 6px;
}
#block-ultimenumainnavigation ul li a.our-work:active,
.footer-site-menu-block ul li a.our-work:active {
  color: #f9b220;
  pointer-events: none;
}
.footer-site-menu-block ul li a.our-work:hover {
  color: inherit;
}

/* Ultimenu Flyout */
.ultimenu__flyout {
  border-radius: 0;
  /*-moz-transition: none;
  -webkit-transition: none;
  transition: none;*/
  -moz-transition: visibility 0s linear 0.15s, opacity .15s linear, margin .15s ease;
  -ms-transition: visibility 0s linear 0.15s, opacity .15s linear, margin .15s ease;
  -o-transition: visibility 0s linear 0.15s, opacity .15s linear, margin .15s ease;
  -webkit-transition: visibility 0s linear 0.15s, opacity .15s linear, margin .15s ease;
  transition: visibility 0s linear 0.15s, opacity .15s linear, margin .15s ease;
}
.ultimenu__flyout {
  left: inherit;
  margin: 5px 0;
  padding: 10px 0;
  width: auto;
}
#block-ultimenumainnavigation ul li:first-child .ultimenu__flyout {
  left: 20px;
}
#block-ultimenumainnavigation ul li:last-child .ultimenu__flyout,
#block-ultimenumainnavigation ul li:nth-child(4) .ultimenu__flyout,
#block-ultimenumainnavigation ul li:nth-child(5) .ultimenu__flyout {
  right: 20px;
}
.ultimenu__region {
  background: #ffffff;
  border: 1px solid #ccc;
  border-radius: 0;
  padding: 15px 20px;
}
.ultimenu__flyout,
.ultimenu__region {
  display: flex;
  float: left;
  text-align: left;
}
#block-ultimenumainnavigation > ul {
  display: flex;
}
#block-ultimenumainnavigation ul,
#block-ultimenumain ul {
  list-style: none;
  padding: 0;
  width: 100%;
  margin: 0 auto;
}
#block-ultimenumainnavigation ul > ul,
#block-ultimenumainnavigation ul > ul ul {
  display: block;
  margin: inherit;
  min-height: inherit;
}
#block-ultimenumainnavigation nav > ul {
  display: flex;
}
/*#block-ultimenumainnavigation .our-work-menu-block > ul,
#block-ultimenumainnavigation .about-usp-menu-block > ul {
  display: block;
  max-width: 250px;
}*/
#block-ultimenumainnavigation nav > ul {
  display: flex;
  min-width: 250px;
}
@-moz-document url-prefix() {
  #block-ultimenumainnavigation li:nth-child(1) nav > ul {
    height: 180px;
  }
}
#block-ultimenumainnavigation li:nth-child(2) nav > ul,
#block-ultimenumainnavigation li:nth-child(5) nav > ul {
  display: block;
  /* width: 250px; */
}
#block-ultimenumainnavigation nav > ul.columns-2 {
  display: block;
  width: 520px;
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  -webkit-column-gap: 40px; /* Chrome, Safari, Opera */
  -moz-column-gap: 40px; /* Firefox */
  column-gap: 40px;
  -webkit-column-rule: 1px solid #c3c7c9; /* Chrome, Safari, Opera */
  -moz-column-rule: 1px solid #c3c7c9; /* Firefox */
  column-rule: 1px solid #c3c7c9;
}
#block-ultimenumainnavigation nav > ul.columns-3 {
  display: block;
  width: 780px;
  columns: 3;
  -webkit-columns: 3;
  -moz-columns: 3;
  -webkit-column-gap: 40px; /* Chrome, Safari, Opera */
  -moz-column-gap: 40px; /* Firefox */
  column-gap: 40px;
  -webkit-column-rule: 1px outset #c3c7c9; /* Chrome, Safari, Opera */
  -moz-column-rule: 1px outset #c3c7c9; /* Firefox */
  column-rule: 1px outset #c3c7c9;
}
@-moz-document url-prefix() {
  /*#block-ultimenumainnavigation nav > ul.columns-2 ul li {
    -webkit-column-break-inside: auto;
    page-break-inside: auto;
    break-inside: auto;
  }*/
}
#block-ultimenumainnavigation ul li .ultimenu__region > div,
#block-ultimenumainnavigation ul li .ultimenu__region li.submenus {
  float: left;
  margin: 0 20px 0 0;
  padding-right: 20px;
  border-right: 1px solid #c3c7c9;
  align-items: stretch;
  min-width: 200px;
  max-width: 250px;
}
#block-ultimenumainnavigation ul li .ultimenu__region li.submenus:only-child,
#block-ultimenumainnavigation ul li .ultimenu__region div:only-child,
#block-ultimenumainnavigation ul li .ultimenu__region li.submenus:last-child,
#block-ultimenumainnavigation ul li .ultimenu__region div:last-child,
#block-ultimenumainnavigation ul li .ultimenu__region div div {
  margin: 0;
  padding-right: 0;
  border-right: none;
}
#block-ultimenumainnavigation ul li .ultimenu__region h2 {
  margin-top: 0;
  font-size: 20px;
  font-weight: 400;
  color: #a4a5a7;
  padding-left: 6px;
}
#block-ultimenumainnavigation ul li .ultimenu__region li {
  width: 100%;
}
#block-ultimenumainnavigation ul li .ultimenu__region li a,
#block-ultimenumain ul li .ultimenu__region li a {
  color: #5e6a71;
  font-size: 18px;
  font-weight: 300;
  text-align: left;
  white-space: normal;
  display: block;
  width: 100%;
  padding-left: 6px;
}
#block-ultimenumainnavigation ul li .ultimenu__region li ul li a,
#block-ultimenumain ul li .ultimenu__region li ul li a {
  font-size: 16px;
  padding-left: 16px;
}
#block-ultimenumainnavigation ul li .ultimenu__region li a:hover,
#block-ultimenumainnavigation ul li .ultimenu__region li ul li a:hover {
  background: #f0f4f7;
  color: #174471;
}

/* Text shadow for header elements */
.front #block-globalpresence h2,
.front #block-topmenu ul li a,
.front #block-ultimenumainnavigation ul li a,
.front #front-page-slider .carousel-caption {
    /*text-shadow: 1px 1px 1px rgba(0,0,0,.5);*/
}
#block-ultimenumainnavigation ul li .ultimenu__region a {
  text-shadow: none;
}


/* Front Page - Main */

/* Featured Blocks */
#block-frontpagefeaturedblocktop {
  padding: 0 5%;
}
#block-frontpagefeaturedblockbottom {
  /* padding: 40px 0; */
}
#block-frontpagefeaturedblocktop,
#block-frontpagefeaturedblockbottom {
  background: #ffffff;
  clear: both;
  float: left;
}
#block-frontpagefeaturedblocktop h2,
#block-frontpagefeaturedblockbottom h2 {
  display: none;
}
#block-frontpagefeaturedblocktop .perm-block-image img,
#block-frontpagefeaturedblockbottom .perm-block-image img {
  height: auto;
  width: 100%;
  margin: 0 0 30px;
}
#block-frontpagefeaturedblocktop .perm-block-image,
#block-frontpagefeaturedblockbottom .perm-block-image {
  float: right;
  width: 50%;
}
#block-frontpagefeaturedblocktop .perm-block-image {
  /* margin: -40px 0; */
}
.front-embed-video {
  display: none;
}
#block-frontpagefeaturedblocktop .perm-block-title,
#block-frontpagefeaturedblockbottom .perm-block-title {
  float: left;
  font-family: 'Graphik Web', Lato, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 48px;
  margin: 40px 0 30px 0;
  width: 48%;
}
#block-frontpagefeaturedblocktop .perm-block-content-title,
#block-frontpagefeaturedblockbottom .perm-block-content-title {
  float: left;
  margin-bottom: 25px;
  color: #5e6a71;
  font-size: 18px;
}
#block-frontpagefeaturedblocktop .perm-block-text,
#block-frontpagefeaturedblockbottom .perm-block-text {
  float: left;
  margin: 0 0 25px 0;
  width: 38%;
}
#block-frontpagefeaturedblocktop .perm-block-text p,
#block-frontpagefeaturedblockbottom .perm-block-text p {
  font-size: 20px;
  line-height: 32px;
}
#block-frontpagefeaturedblocktop .perm-block-button-link,
#block-frontpagefeaturedblockbottom .perm-block-button-link {
  margin-bottom: 30px;
  width: 38%;
}
#block-frontpagefeaturedblocktop .perm-block-button-link a,
#block-frontpagefeaturedblockbottom .perm-block-button-link a {
  background: #fb6142;
  color: #ffffff;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  padding: 10px 20px;
  white-space: nowrap;
  transition: .3s ease;
  font-family: "Graphik Web";
  border-radius: 25px;
}
#block-frontpagefeaturedblocktop .perm-block-button-link a:hover,
#block-frontpagefeaturedblockbottom .perm-block-button-link a:hover {
  background: #cb4025;
}
#block-frontpagefeaturedblocktop .perm-block-button-link a .ext,
#block-frontpagefeaturedblockbottom .perm-block-button-link a .ext {
  display: none;
}
#block-frontpagefeaturedblockbottom .perm-block-image {
  float: left;
  margin: -40px 5% -40px 0;
  width: 60%;
}
#block-frontpagefeaturedblockbottom .perm-block-title,
#block-frontpagefeaturedblockbottom .perm-block-content-title,
#block-frontpagefeaturedblockbottom .perm-block-text,
#block-frontpagefeaturedblockbottom .perm-block-button-link {
  float: right;
  margin-right: 5%;
  width: 30%;
}
#block-frontpagefeaturedblockbottom .perm-block-button-link {
  clear: both;
}

/* USP - Reference Standards blocks */
#block-lateststandardsupdates {
  /* border-top: 1px solid #d6d6d4; */
  float: left;
  margin: 30px 0 10px;
  /* padding: 40px 0 0; */
  width: 100%;
  text-align: center;
}
.front #block-lateststandardsupdates {
  background: #f6f6f6;
  border: none;
  margin: 0;
  padding: 20px 0 10px;
}
#block-lateststandardsupdates h2 {
  font-family: 'Graphik Web', Lato, sans-serif;
  font-size: 44px;
  font-weight: bold;
  line-height: 40px;
  /* margin: 0 0 40px; */
  margin: 0;
}
.front #block-uspnf,
.front #block-referencestandards {
  background: #f6f6f6;
  float: left;
  margin: 0;
  /* min-height: 500px; */
  width: 50%;
  padding: 50px 100px;
}
.front #block-uspnf {
  padding: 0 2% 30px 5%;
}
.front #block-referencestandards {
  padding: 0 5% 30px 2%;
}
#block-uspnf h2,
#block-referencestandards h2 {
  /* border-bottom: 4px solid #b3b3b3; */
  color: #0f182d;
  font-family: 'Graphik Web', Lato, sans-serif;
  font-size: 40px;
  font-weight: 500;
  letter-spacing: -.75px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  position: relative;
  line-height: 38px;
}
#block-uspnf a,
#block-referencestandards a {
  color: #36424a;
  font-size: 20px;
  font-weight: 700;
}
#block-uspnf h2 a,
#block-referencestandards h2 a {
  background: #fb6142;
  color: #ffffff;
  display: inline-block;
  font-family: "Graphik Web";
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 20px;
  padding: 10px 20px;
  transition: .3s ease;
  position: absolute;
  right: 0;
  border-radius: 25px;
}
#block-uspnf p,
#block-referencestandards p {
  line-height: 24px;
  margin: 0 0 10px;
}
#block-uspnf hr,
#block-referencestandards hr {
  /* border-top: 1px solid #b3b3b3; */
  border-top: 1px solid transparent;
  margin: 1px 0;
}

/* Secondary Feature Blocks Carousel */
#block-views-block-secondary-sliders-block-1 {
  background: #486686;
  float: left;
  padding: 2% 5% 50px;
  text-align: center;
  width: 100%;
}
#block-views-block-secondary-sliders-block-1 h2 {
  color: #ffffff;
  font-size: 44px;
  line-height: 55px;
  margin: 0 0 2%;
}
#block-views-block-secondary-sliders-block-1 #secondary-slider .carousel-inner > .item.prev.right > div:nth-child(2),
#block-views-block-secondary-sliders-block-1 #secondary-slider .carousel-inner > .item.prev.right > div:nth-child(3){
  display: none;
}
#block-views-block-secondary-sliders-block-1 #secondary-slider .carousel-inner > .item.active.left > div:nth-child(2),
#block-views-block-secondary-sliders-block-1 #secondary-slider .carousel-inner > .item.active.left > div:nth-child(3){
  display: none;
}

.carousel-inner .active.left { left: -33%; }
.carousel-inner .next        { left:  33%; }
.carousel-inner .prev        { left: -33%; }

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    left: 0;
    -webkit-transform: translate3d(33%, 0, 0);
    transform: translate3d(33%, 0, 0);
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    left: 0;
    -webkit-transform: translate3d(-33%, 0, 0);
    transform: translate3d(-33%, 0, 0);
  }
}
#secondary-slider .carousel-inner {
  display: flex;
}
#secondary-slider .item {
  height: 100%;
  height: 600px;
  text-align: left;
}
#secondary-slider .item img {
  height: auto;
  width: 100%;
}
#secondary-slider .item .sld-img {
  max-height: 215px;
  overflow: hidden;
}
#secondary-slider .sld-title {
  background: #ffffff;
  color: #0f182d;
  font-family: 'Graphik Web', Lato, sans-serif;
  font-weight: 500;
  font-size: 26px;
  line-height: 30px;
  padding: 5% 6% 2%;
}
#secondary-slider .sld-body {
  background: #ffffff;
  color: #0f182d;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
  padding: 0 6% 25px;
}
#secondary-slider .sld-button {
  background: #ffffff;
  padding: 0 6%;
}
#secondary-slider .sld-button a {
  background: #fb6142;
  color: #ffffff;
  font-family: 'Graphik Web', Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  padding: 10px 20px;
  transition: .3s ease;
  border-radius: 25px;
}
#secondary-slider .sld-button a:hover {
  background: #cb4025;
}
#secondary-slider .carousel-control {
  top: 50%;
  left: -5% !important;
}
#secondary-slider .carousel-control.left {
  background: url(../images/carousel-arrow-left.png) no-repeat 0 0 transparent;
}
#secondary-slider .carousel-control.right {
  background: url(../images/carousel-arrow-right.png) no-repeat 0 0 transparent;
  left: inherit !important;
  right: -5% !important;
  top: 50%;
}
#secondary-slider .carousel-control.left:hover,
#secondary-slider .carousel-control.right:hover {
  background-position: 0 -70px;
}
#secondary-slider .col-xs-4 {
  padding-right: 0;
  padding-left: 0;
  margin: 0 1%;
  background: #fff;
  width: 31%;

  height: 100%;
}

/* Training */
#block-views-block-events-and-training-usp-upcoming-events-block {
  float: left;
}

/* Twitter and Training */
.twitter-feed-block,
#block-views-block-events-and-training-usp-upcoming-events-block {
  float: left;
  width: 50%;
}
.twitter-feed-block {
  padding: 0 8% 10px 10%;
  margin: 50px 0;
  overflow: hidden;
}
.twitter-feed-block h2,
#block-views-block-events-and-training-usp-upcoming-events-block h2 {
  font-family: 'Graphik Web', Lato, sans-serif;
  font-size: 34px;
  line-height: 40px;
  margin: 0 0 36px 0;
}
#block-views-block-events-and-training-usp-upcoming-events-block {
  background: #5eb1d0;
  min-height: 715px;
  padding: 30px 5% 30px 50px;
  /* position: relative;
  top: -80px; */
  width: 40%;
}
#block-views-block-events-and-training-usp-upcoming-events-block h2 {
  color: #ffffff;
}
#block-views-block-events-and-training-usp-upcoming-events-block .views-row {
  color: #ffffff;
  margin-bottom: 40px;
}
#block-views-block-events-and-training-usp-upcoming-events-block .views-field {
  font-size: 20px;
  line-height: 26px;
  margin: 0 0 5px;
}
#block-views-block-events-and-training-usp-upcoming-events-block .views-field-title span a {
  color: #0f182d;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}
#block-views-block-events-and-training-usp-upcoming-events-block .views-field-field-event-start-date-time,
#block-views-block-events-and-training-usp-upcoming-events-block .views-field-field-event-location,
#block-views-block-events-and-training-usp-upcoming-events-block .views-field-field-custom-link-and-text a {
  color: #ffffff;
  font-size: 18px;
  line-height: 22px;
}
#block-views-block-events-and-training-usp-upcoming-events-block .views-field-field-custom-link-and-text {
  display: inline-block;
}
#block-views-block-events-and-training-usp-upcoming-events-block .views-field-field-event-start-date-time {
  margin-right: 10px;
}
#block-views-block-events-and-training-usp-upcoming-events-block .views-field-field-event-location {
  white-space: nowrap;
  overflow: hidden;
  margin-left: 10px;
}
#block-views-block-events-and-training-usp-upcoming-events-block .more-link a {
  border: 2px solid #ffffff;
  color: #ffffff;
  display: inline-block;
  font-family: 'Graphik Web', Lato, sans-serif;
  font-weight: 400;
  line-height: 20px;
  padding: 20px 40px;
  transition: .3s ease;
}
#block-views-block-events-and-training-usp-upcoming-events-block .more-link a:hover {
  background: rgba(0,0,0,.3);
}
#block-buttonviewalluspharmacopeiatweets {
  display: none;
}


/* Promotion */
.cta {
  float: left;
  margin: 0 0 30px;
  position: relative;
  width: 100%;
}
.cta .cta-image img {
  height: auto;
  width: 100%;
}
.cta .cta-text {
  position: absolute;
  color: #ffffff;
  padding: 0 5%;
  bottom: 40px;
  text-align: center;
  width: 100%;
}
.cta .cta-title {
  font-family: 'Graphik Web', Lato, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 60px;
  margin-bottom: 50px;
}
.cta .cta-title {
  margin-bottom: 30px;
}
.cta .cta-body {
  font-size: 22px;
  font-weight: 400;
  line-height: 36px;
  margin-bottom: 50px;
}
.cta .cta-button a {
  display: inline-block;
  padding: 10px 20px;
  color: #ffffff;
  border: 2px solid #ffffff;
  line-height: 20px;
  font-family: 'Graphik Web', Lato, sans-serif;
  font-size: 18px;
  transition: .3s ease;
  border-radius: 25px;
  font-weight: 400;
}
.cta .cta-button a:hover {
  background: rgba(0,0,0,.4);
}
/* Left text */
.cta #cta-block.text-left .cta-text {
  position: absolute;
  color: #000;
  padding: 0;
  text-align: left;
  width: 34%;
  left: 100px;
  font-family: 'Graphik Web', Lato, sans-serif;
  margin: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  bottom: inherit;
}
.cta #cta-block.text-left .cta-title {
  margin: 0 0 16px;
  font-size: 24px;
  line-height: 30px;
}
.cta #cta-block.text-left .cta-image a {
  display: block;
}
.cta #cta-block.text-left .cta-body {
  /* margin-bottom: 40px; */
  margin-bottom: 0;
}
.cta #cta-block.text-left .cta-body p {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    margin: 0 0 10px;
}
.cta #cta-block.text-left .cta-button {
  margin-top: 20px;
}
.cta #cta-block.text-left .cta-button a {
  border: none;
  transition: .3s ease;
  background: #FF6A39;
}
.cta #cta-block.text-left .cta-button a:hover {
  background: #cb4025;
}

/* Footer */
footer[role="contentinfo"] {
  background: #5e6a71;
  color: #ffffff;
  float: left;
  padding: 50px 5% 20px;
  width: 100%;
  text-align: center;
}
footer[role="contentinfo"] a {
  color: #ffffff;
}
footer[role="contentinfo"] .bottom-menu {
  /*margin-bottom: 50px;*/
}
footer[role="contentinfo"] nav.footer-site-menu-block {
  text-align: left;
}
footer[role="contentinfo"] nav.footer-site-menu-block > ul {
  /* for all in one row */
  display: flex;
  /* flex-wrap: wrap; */
}
footer[role="contentinfo"] nav.footer-site-menu-block ul,
footer[role="contentinfo"] .bottom-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer[role="contentinfo"] > div > nav.footer-site-menu-block > ul > li {
  /* float: left; */
  /* for all in one row *
  width: 25%;
  margin: 0 25px 5% 0; */

  /* for two rows */
  /* width: 33.33%; */
  flex: 1;
  /* margin: 0 0 20px 0; */
  padding: 0 4% 0 0;
}
footer[role="contentinfo"] > div >  nav.footer-site-menu-block > ul li.group-75 {
  /*width: 72%;*/
  margin: 0 25px 5% 0;
}
footer[role="contentinfo"] > div > nav.footer-site-menu-block > ul > li:last-child {
  /* for all in one row *
  margin-right: 0; */

  /* for two rows */
  padding-right: 0;
}
footer[role="contentinfo"] nav.footer-site-menu-block .submenus {
  display: block;
  /*float: left;*/
  margin: 0;
  /*width: 33%;*/
}
footer[role="contentinfo"] nav.footer-site-menu-block ul li > a {
  font-size: 18px;
  font-weight: 400;
  display: block;
  line-height: 26px;
  margin: 0 0 5px;
}
footer[role="contentinfo"] nav.footer-site-menu-block ul li ul li > a {
  border: none;
  font-size: 16px;
  font-weight: 300;
  display: inline-block;
  margin: 0 0 10px;
  padding: 0;
  line-height: 22px;
}
footer[role="contentinfo"] nav.footer-site-menu-block ul li ul li ul {
  margin: 0 5px 5px 20px;
}
footer[role="contentinfo"] nav.footer-site-menu-block ul li ul li ul a {
  margin: 0 0 5px;
}
footer[role="contentinfo"] a:hover {
  color: #f4c35d;
}
footer[role="contentinfo"] nav.footer-site-menu-block ul li ul li a.is-active {
  border-bottom: 2px solid #f4c35d;
  color: #f4c35d;
  transition: none;
}
footer[role="contentinfo"] .social-media-menu li a.qmblog:hover {
  background-position: 0 -85px;
}
footer[role="contentinfo"] .social-media-menu {
  margin: 0 0 30px 0;
}
footer[role="contentinfo"] .bottom-menu,
footer[role="contentinfo"] .social-media-menu,
#block-switchuser {
  clear: both;
  width: 100%;
  text-align: center;
}
footer[role="contentinfo"] .bottom-menu li {
  border-right: 1px solid #ffffff;
  float: left;
}
footer[role="contentinfo"] .bottom-menu li:last-child {
  border-right: none;
}
footer[role="contentinfo"] .bottom-menu a {
  font-size: 16px;
  line-height: 16px;
  height: 16px;
  display: block;
  padding: 0 20px;
}
footer[role="contentinfo"] .bottom-menu a.copyright {
  pointer-events: none;
}
#block-switchuser {
  text-align: left;
  font-size: 16px;
  background: #ffffff;
  border-radius: 10px;
  color: #444444;
  padding: 20px;
  display: inline-block;
  width: auto;
  margin: 40px 0 0;
}
#block-switchuser ul {
  padding: 10px 20px;
}
#block-switchuser h2 {
  font-size: 22px;
  margin: 0;
  padding: 0;
}
#block-switchuser li {
  line-height: 22px;
}
#block-switchuser a {
  color: #444444;
}


/* Interior Pages */
main,
.layout-content,
#block-usporg-content,
.layout-sidebar-first {
  float: left;
  width: 100%
}
main {
  /* padding: 0 5% 5%; */
  /* padding: 0 5%; */
  padding: 0;
  position: relative;
  overflow: hidden;
}
.front main {
  padding: 0;
}
#block-usporg-page-title h1 {
  font-family: 'Graphik Web', Lato, sans-serif;
  font-weight:  500;
  font-style:   normal;
  font-stretch: normal;
  font-size: 36px;
  line-height: 40px;
  margin: 0;
  position: relative;
  top: -5px;
}
#block-usporg-content article {
  margin: 0 0 30px;
  float: left;
  width: 100%;
}
#block-usporg-content article h2 {
  margin-bottom: 5px;
}
#block-usporg-content article h1:first-of-type,
#block-usporg-content article h2:first-of-type,
#block-usporg-content article h3:first-of-type {
  margin: 0 0 10px;
}
#block-addtoanybuttons {
  position: fixed;
  right: 0;
  width: 45px;
  z-index: 1;
  top: 120px;
}
/* #block-addtoanybuttons {
  position: fixed;
  right: 0;
  width: 230px;
  top: 260px;
  background: white;
  border-radius: 5px 0 0 5px;
  box-shadow: 0 0 5px #aaa;
  height: 42px;
  padding-left: 5px;
} */
#block-purgethispage {
  /* float: left;
  width: 100%; */
  position: fixed;
  left: 0;
  top: 200px;
  z-index: 250;
}
#block-purgethispage .contextual,
.side-menu .contextual {
  display: none !important;
}
main #block-purgethispage form input.button {
  /* margin: 0 0 20px; */
  margin: 0;
  width: 40px;
  border-radius: 0 5px 5px 0;
  background: #8075ff;
  height: 40px;
  padding: 0;
  font-size: 12px;
  font-weight: bold;
  text-indent: -9999px;
}
main #block-purgethispage form input.button:hover {
  background: #6c63db;
}
main #block-purgethispage:after {
  content: "\e031";
  font-family: "Glyphicons Halflings";
  color: #ffffff;
  position: absolute;
  right: 11px;
  top: 5px;
  font-size: 21px;
  pointer-events: none;
}
#toolbar {
  position: static !important;
}

body.toolbar, body.toolbar-drawer {
  padding-top: 0 !important;
}

/* Breadcrumbs */
.breadcrumb {
  float: left;
  width: 100%;
  padding: 0 4%;
  background: none;
  margin: 40px 0 0 0;
  border-radius: 0;
}
#block-usporg-breadcrumbs,
.longform-breadcrumbs {
  margin: 0;
  padding: 0;
}
#block-usporg-local-tasks {
  margin: 0 4%;
  float: left;
  width: 90%;
  padding: 2% 0;
}
#block-usporg-local-tasks {
  padding: 0 0 20px;
}
#block-usporg-breadcrumbs ol,
.longform-breadcrumbs ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
#block-usporg-breadcrumbs li,
.longform-breadcrumbs li {
  color: #333333;
  float: left;
  font-size: 18px;
  line-height: 18px;
}
#block-usporg-breadcrumbs li:after,
.longform-breadcrumbs li:after {
  content: "/";
  display: block;
  float: right;
  margin: 0 15px;
}
#block-usporg-breadcrumbs li:last-child:after,
.longform-breadcrumbs li:last-child:after {
  content: "";
  display: none;
  float: none;
}
#block-usporg-breadcrumbs li a,
.longform-breadcrumbs li a {
  color: #1c7fc7;
}


/* Sidebar First */
.layout-sidebar-first {
  color: #fff;
  left: -1000px;
  margin: 0;
  position: fixed;
  /* left: 0; */
  transition: .5s ease;
  z-index: 999999;
  background: #73808e;
  padding: 40px 25px;
  width: 20%;
  /* height: 100%; */
  overflow-y: auto;

  bottom: 0;
  top: 50px;
}
.layout-sidebar-first.show-hide-sidebar {
  left: 0;
}
.side-menu {
  color: rgba(255,255,255,1);
  font-size: 20px;
  position: fixed;
  width: 40px;
  z-index: 250;
  background: #fb6142;
  cursor: pointer;
  right: inherit;
  left: 0;
  top: 132px;
  height: 42px;
  border-radius: 0 5px 5px 0;
  padding: 6px 8px;
  transition: .5s ease;
}
.side-menu:hover {
  background: #cb4025;
}
.side-menu-close {
  position: absolute;
  top: 6px;
  right: 10px;
  color: #4cd4ff;
  cursor: pointer;
  transition: .5s ease;
}
.side-menu-close:hover {
  color: #fff;
}
#expand-menu {
  background: #6A6DCD;
  padding: 5px 12px 7px;
  width: 115px;
  border-radius: 4px;
  white-space: nowrap;
  line-height: 18px;
  font-size: 16px;
  position: relative;
  top: 25px;
  left: 0px;
  display: none;
}
#expand-menu:after {
  content: ' ';
  height: 0;
  position: absolute;
  width: 0;
  border: 6px solid transparent;
  border-bottom-color: #6A6DCD;
  bottom: 100%;
  left: 10px;
}
.layout-sidebar-first h2 {
  font-family: 'Graphik Web', Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  margin: 3px 0 20px;
  line-height: 28px;
  color: #ffffff;
}
.layout-sidebar-first ul {
  list-style: none;
  padding-left: 0;
}
.layout-sidebar-first ul li {
  /*margin: 0 0 10px;*/
}
.layout-sidebar-first li a {
  border-bottom: 3px solid transparent;
  color: #5e6a71;
  display: inline-block;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 10px;
}
.layout-sidebar-first li a:hover,
.layout-sidebar-first li a.is-active {
  /* color: #174471; */
  color: #f4c35d;
}
.layout-sidebar-first .tree li a.is-active {
  /* border-bottom: 3px solid #174471; */
  border-bottom: 3px solid #f4c35d;
  font-weight: 400;
  margin-bottom: 10px;
}
.layout-sidebar-first ul li ul li {
  /*margin: 0 0 10px;*/
}
.layout-sidebar-first ul li ul li a {
  border: none;
  /*padding-left: 20px;*/
  line-height: 26px;
}
.layout-sidebar-first ul li ul li a:hover,
.layout-sidebar-first ul li ul li a.is-active {
  /*border: none;
  text-decoration: underline;*/
}


/* Treeview */
.tree, .tree ul {
    margin:0;
    padding:0;
    list-style:none;
}
.tree ul {
    float: left;
    margin-left:1em;
    position:relative;
    top: 10px;
}
.tree ul ul {
    margin-left: 18px;
}
/*.tree ul:before {
    content:"";
    display:block;
    width:0;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    border-left:1px solid
}*/
.tree li {
  float: left;
  width: 100%;

    margin: 0 0 12px 0;
    /*padding:0 1em;*/
    line-height:24px;
    color:#369;
    color: #fb6142;
    font-weight:700;
    position:relative
}
/*.tree ul li:before {
    content:"";
    display:block;
    width:10px;
    height:0;
    border-top:1px solid;
    margin-top:-1px;
    position:absolute;
    top:1em;
    left:0
}
.tree ul li:last-child:before {
    background:#fff;
    height:auto;
    top:1em;
    bottom:0
}*/
.indicator {
  display: table-cell;
  padding-right: 4px;
  cursor: pointer;
  font-size: 14px;
  top: 0;
}
.tree li a {
  line-height: 26px;
  text-decoration: none;
  color:#ffffff;
}
.tree li a:hover {
  color: #f4c35d;
}
.layout-sidebar-first .tree li a {
  display: table-cell;
}
.tree li button, .tree li button:active, .tree li button:focus {
  text-decoration: none;
  color:#369;
  border:none;
  background:transparent;
  margin:0px 0px 0px 0px;
  padding:0px 0px 0px 0px;
  outline: 0;
}


/* Sidebar second */
.layout-sidebar-second {
  float: right;
  width: 28%;
}


/* Content section */
.layout-content {
  float: left;
  /* width: 71%; */
  margin: 0 6% 0 0;
}
.front .layout-content > div {
  display: flex;
  flex-wrap: wrap;
  float: left;
}
.layout-content #block-usporg-content table {
  border: 1px solid #ddd;
  width: 100%;
}
.layout-content #block-usporg-content table th {
  background: #fbf5e6;
}
.layout-content #block-usporg-content table td,
.layout-content #block-usporg-content table th {
  border: 1px solid #ccc;
  padding: 8px 12px;
  font-size: 20px;
}
.layout-content #block-usporg-content table td {
  font-weight: 400;
}

/*.layout-content article h2,
.layout-content article h3,
.layout-content article h4,
.layout-content article ul,
.layout-content article ol,
.layout-content article h1,
.layout-content article .collapse-title {
  float: left;
  width: 100%;
}
.layout-content article ul,
.layout-content article ol {
  padding-left: 50px;
}
.layout-content article p {
  margin: 0 0 15px;
}
.layout-content article li {
  list-style-position: inside;
  text-indent: -25px;
}*/

/* Newsroom */
.contact-info {
  background: #73808e;
  color: #ffffff;
  float: left;
  font-size: 18px;
  line-height: 24px;
  margin: 40px 0 0;
  padding: 0;
  width: 100%;
  min-height: 140px;
}
.contact-info .perm-block-title,
.contact-info h2 {
  color: #ffffff;
  font-family: 'Graphik Web', Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  margin: 0 0 20px 0;
}
.contact-info p {
  font-size: 18px;
  line-height: 26px;
  margin: 0 0 20px;
}
.contact-info p strong {
  font-weight: 500;
}
.contact-info p:last-child {
  margin: 0;
}
.contact-info a {
  color: #fff;
  display: inline-block;
}
.contact-info a:hover {
  color: #f4c35d;
}
.twitter-feed-newsroom {
  /*border: 1px solid #ddd;
  box-shadow: 0 0 5px #000;*/
  /* padding: 0 0 40px 2%;
  float: right;
  width: 32%; */
  /* clear: both; */
}
iframe.twitter-timeline {
  box-shadow: 0 0 10px #ccc, 0 0 1px #bbb;
}
.twitter-feed-newsroom h2 {
  font-size: 20px;
  margin: 0 0 15px 0;
  text-align: center;
}
#block-usporg-page-title {
  width: 100%;
  padding: 20px 4%;
  margin: 0;
  float: left;
  /* display: none; */
}
.usp-in-the-news,
#block-views-block-newsroom-press-releases-block {
  float: left;
  margin-right: 0;
  width: 100%;
  padding: 0 0 30px;
}
.usp-in-the-news,
#block-views-block-newsroom-press-releases-block {
  /* margin-bottom: 50px; */
  position: relative;
  top: -175px;
}
.usp-in-the-news,
#block-views-block-newsroom-press-releases-block {
  width: 70%;
  /* padding: 0 4%; */
}
.cta.newsroom,
.newsroom-featured-resources-block,
.newsroom-featured-videos-block,
.custom-qm-blog {
  float: left;
  width: 100%;
}
.section > h2,
.second-featured-block-layout .views-field-info span,
.featured-blocks-in-a-row > div > div > h3,
.featured-content.second-featured-block-layout .views-field-title .field-content h2,
.latest-posts .views-field-title .field-content {
  color: #0f182d;
  font-family: 'Graphik Web', Lato, sans-serif;
  display: block;
  font-size: 34px;
  font-weight: 500;
  line-height: 38px;
  margin: 0 0 24px 0;
  padding: 0 0 14px 0;
  border-bottom: 4px solid #b3b3b3;
}
.layout-content {
  margin: 0;
  /* width: 56%; */
}
/* .newsroom-block {
  float: left !important;
  margin: 0 0 40px;
  width: 33% !important;
} */

/* USP in the News */
/* .usp-in-the-news {
  display: none;
} */
.usp-in-the-news > h2 {
  /*border-bottom: none;
  padding: 0;*/
}
.newsroom-featured-videos-block > h2 {
  /*border-bottom: none;
  padding: 0;*/
}
.usp-in-the-news > div > div {
  display: flex;
}
.usp-in-the-news .views-row {
  align-items: stretch;
  border: 1px solid #d7d7d7;
  float: left;
  font-family: 'Graphik Web', Lato, sans-serif;
  font-size: 18px;
  /*min-height: 700px;*/
  line-height: 24px;
  margin-right: 4%;
  position: relative;
  width: 48%;
}
.usp-in-the-news .views-row .views-field {
  background: #ffffff;
  padding: 0 10% 15%;
  position: relative;
  transition: top 0.1s linear;
  top: 0;
}
.usp-in-the-news .views-row:last-child {
  margin-right: 0;
}
.usp-in-the-news .views-row .views-field-field-page-image,
.usp-in-the-news .views-row .views-field.views-field-field-optional-image {
  padding: 0;
}
.usp-in-the-news .views-row .views-field-field-page-image img,
.usp-in-the-news .views-row .views-field.views-field-field-optional-image img {
  height: auto;
  width: 100%;
}
.usp-in-the-news .views-row .views-field.views-field-title,
.usp-in-the-news .views-row .views-field.views-field-field-optional-block-title {
  color: #36424a;
  padding-bottom: 0;
  font-size: 22px;
  font-weight: 400;
  line-height: 26px;
}
.usp-in-the-news .views-row .views-field.views-field-field-news-source,
.usp-in-the-news .views-row .views-field.views-field-field-generic-text {
  color: #fb6142;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  padding: 10% 10% 5%;
  text-transform: uppercase;
}
.usp-in-the-news .views-row .views-field.views-field-field-generic-text .field-content {
  padding: 0;
}
.usp-in-the-news .views-row .views-field.views-field-field-news-date,
.usp-in-the-news .views-row .views-field.views-field-field-generic-date {
  color: #36424a;
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
  padding: 2% 10% 6%;
}
.usp-in-the-news .views-row .views-field.views-field-body {
  font-family: 'Lato', sans-serif;
  padding: 0 10% 2%;
}
.usp-in-the-news .views-row .views-field.views-field-body p {
  margin: 0;
}
.usp-in-the-news .views-row .views-field-field-custom-link-and-text,
.usp-in-the-news .views-row .views-field.views-field-field-optional-button-link {
  padding: 0 10%;
  width: 100%;
  opacity: 0;
  top: -25px;
  transition: opacity .1s linear;
}
.usp-in-the-news .views-row .views-field-field-custom-link-and-text a,
.usp-in-the-news .views-row .views-field.views-field-field-optional-button-link a {
  background: #fb6142;
  color: #ffffff;
  display: inline-block;
  padding: 10px 20px;
  text-align: center;
  transition: .3s ease;
  border-radius: 25px;
  line-height: 20px;
  font-size: 16px;
  font-family: "Graphik Web";
  font-weight: 400;
}
.usp-in-the-news .views-row .views-field-field-custom-link-and-text a:hover,
.usp-in-the-news .views-row .views-field.views-field-field-optional-button-link a:hover {
  background: #cb4025;
}
.usp-in-the-news .views-row:hover .views-field.views-field-title,
.usp-in-the-news .views-row:hover .views-field.views-field-field-optional-block-title,
.usp-in-the-news .views-row:hover .views-field.views-field-field-news-source,
.usp-in-the-news .views-row:hover .views-field.views-field-field-generic-text,
.usp-in-the-news .views-row:hover .views-field.views-field-field-news-date,
.usp-in-the-news .views-row:hover .views-field.views-field-field-generic-date,
.usp-in-the-news .views-row:hover .views-field.views-field-body {
  top: -50px;
}
.usp-in-the-news .views-row:hover .views-field-field-custom-link-and-text,
.usp-in-the-news .views-row:hover .views-field.views-field-field-optional-button-link {
  opacity: 1;
}

/* Press Releases */
.news-list .views-exposed-form {
  margin: 0 0 50px;
}
.news-list h2 {
  padding: 0 0 15px 0;
  border-bottom: 4px solid #b3b3b3;
}
.news-list a {
  color: #36424a;
}
.course-list a {
  color: #000;
}
.news-list a:hover,
.search-results a:hover,
.course-list a:hover {
  text-decoration: underline;
}
.news-list .views-row,
.search-results .views-row,
.course-list .views-row {
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #ccc;
}
.news-list .views-row:last-child,
.search-results .views-row:last-child,
.course-list .views-row:last-child {
  margin: 0 0 50px 0;
  padding: 0;
  border-bottom: none;
}
.news-list .views-row .views-field.views-field-title,
.news-list .views-row .views-field-field-optional-button-link a,
.search-results .views-row .views-field.views-field-search-by-title a,
.news-list .views-row a,
.search-results .views-field-title,
.search-results .views-field-title-main-fulltext,
.search-results .views-field-title-main-string,
.featured-content.second-featured-block-layout .views-field-title .field-content,
.course-list .views-field-title a {
  font-family: 'Graphik Web', Lato, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 26px;
}
.search-results .views-row .views-field.views-field-search-by-title,
.news-list .views-row .views-field-field-optional-button-link a {
  /*margin-bottom: 5px;*/
}
.news-list .views-row .views-field.views-field-field-news-date,
.search-results .views-row .views-field.views-field-body {
  color: #36424a;
  font-weight: 300;
}
.course-list .views-row .views-field.views-field-body .field-content {
  color: #000;
  font-weight: 300;
}
.news-list .views-row .views-field-field-generic-text .field-content {
  font-style: italic;
}

/* Search page */
.layout-content .views-exposed-form {
  margin: 0 0 50px;
}
.search-results header {
  margin: 0 0 20px;
}
.facets h2 {
  margin: 0 0 5px;
}
.facets label,
.facet label {
  /* color: #1b7ec7; */
  color: #fff;
  font-weight: 300;
  width: 85%;
  line-height: 22px;
  vertical-align: top;
  margin-bottom: 10px;
}
.facets input[type=checkbox],
.facet input[type=checkbox] {
  margin: 0 10px 0 0;
  position: relative;
  top: -5px;
}
.facets-soft-limit-link,
.facets-soft-limit-link.open,
.facets-soft-limit-link:focus {
  background: #fb6142;
  color: #ffffff;
  font-size: 16px;
  display: inline-block;
  margin: 0 0 40px;
  padding: 5px 10px;
  line-height: 20px;
}
.facets-soft-limit-link:hover {
  background: #cb4025;
  color: #ffffff;
}


/* Search filter - Top and bottom */
.search-sort-by,
.facet-filter-button {
  float: left;
  position: relative;
  width: 100%;
}
.search-sort-by,
.facet-filter-button {
  float: left;
  padding: 0 4%;
}
.search-sort-by {
  margin: 0;
  padding: 50px 4% 0;
  position: relative;
}
.facet-filter-button {
  min-height: 70px;
}
.search-sort-by h2,
.facet-filter-button h2 {
  font-size: 18px;
  color: #333;
  padding: 0 0 6px;
  margin: 0 0 10px;
  border-bottom: 4px solid #ccc;
}
.facet-filter-button h2 {
  border-bottom: none;
  margin: 0;
  padding: 0;
}
.search-sort-by > ul,
.facet-filter-button > ul {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 90%;
  position: absolute;
  top: 50px;
  left: 150px;
}
.facet-filter-button > ul {
  position: relative;
  top: -30px;
}
.search-sort-by > ul li,
.facet-filter-button > ul li {
  float: left;
}
.search-sort-by > ul li {
  margin: 0 5% 0 0;
}
.facet-filter-button > ul li {
  margin: 0 5px 8px 0;
}
.search-sort-by > ul li a,
.facet-filter-button > ul li:first-child a {
  font-size: 16px;
  font-weight: 400;
}
.facet-filter-button > ul li:first-child {
  position: absolute;
  top: -49px;
  right: 0;
}
.facet-filter-button > ul li a {
  background: #fb6142;
  display: block;
  color: #ffffff;
  padding: 0 14px 0 8px;
  border-radius: 15px;
  font-size: 14px;
  text-transform: capitalize;
}
.facet-filter-button > ul li:nth-child(3n+2) a {
  background: #fb6142;
}
.facet-filter-button > ul li:nth-child(3n+3) a {
  background: #8075ff;
}
.facet-filter-button > ul li:nth-child(3n+4) a {
  background: #3496bb;
}
.facet-filter-button > ul li:first-child a {
  background: none;
  color: #337ab7;
}
.facet-filter-button > ul li a span.js-facet-deactivate {
  display: inline-block;
  text-indent: -9999px;
  width: 0;
}
.facet-filter-button > ul li a span.facet-item__value:after {
  content: "\d7";
  position: relative;
  left: 5px;
}
.facet-filter-button .source-summary-empty {
  display: block;
  position: absolute;
  top: 4px;
  left: 175px;
}
.block-facet--checkbox {
  margin: 0 0 20px;
}
.source-summary-empty p {
  color: #777;
  font-style: italic;
  font-size: 16px;
  margin: 0;
}
.search-results {
  /*margin-top: 20px;*/
}
.search-results .views-field-changed span.field-content {
  font-size: 16px;
}
.search-results a {
  color: #1b7ec7;
}
.search-results .views-field-field-event-types,
.search-results .views-field-field-csod-course-type {
  font-size: 16px;
  font-weight: 500;
  color: #fb6142;
}

/* Search results - Events and Training */
.search-results.training-events .views-field-field-event-type {
  color: #fb6142;
  font-family: 'Graphik Web', Lato, sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}
.search-results.training-events .views-field-field-event-start-date-time,
.search-results.training-events .views-field-field-event-end-date-time {
  font-family: 'Graphik Web', Lato, sans-serif;
  font-size: 16px;
  font-weight: 500;
}
.search-results.training-events .views-row .views-field.views-field-search-by-title {
  font-family: 'Graphik Web', Lato, sans-serif;
  font-size: 22px;
  font-weight: 500;
}
ul.pager__items {
  margin: 0;
  padding: 0;
}
.search-results .pager__item.is-active {
  font-weight: 700;
}
.past-upcoming-events-and-training {
  float: left;
  /* position: relative;
  top: -15px;
  right: 0; */
  width: 100%;
  padding: 2% 4% 0;
}
.past-upcoming-events-and-training a {
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
  background: #a6bcc3;
  color: #fff;
  padding: 5px 10px;
  line-height: 14px;
  border-radius: 14px;
  margin: 0 0 15px;
  transition: .3s ease;
}
.past-upcoming-events-and-training a:hover {
  background: #869fa7;
}

/* Event page */
.event-start-date,
.event-end-date {
  display: inline-block;
  font-weight: 400;
  font-size: 20px;
}
.event-start-date date:first-child,
.event-end-date date:first-child {
  /* display: none; */
}
.event-end-date {
  padding-left: 12px;
  margin-left: 8px;
  border-left: 1px solid #000;
  line-height: 22px;
  margin-bottom: 20px;
}
.event-image img {
  width: 100%;
  height: auto;
}

/* Using Sidebar Second */
.layout-content {
  margin: 0 2% 0 0;
  /* width: 54%; */
}
.layout-sidebar-second {
  float: right;
  /*height: 1200px;*/
  /*margin-right: 5%;*/
  /*overflow: hidden;*/
  width: 20%;
}
.contact-info {
  /* float: inherit;
  width: auto; */
}
.twitter-feed-newsroom {
  /* clear: inherit;
  float: inherit;
  overflow: hidden;
  width: auto; */
  float: right;
  width: 28%;
  margin: 0 0 30px;
  padding: 0;
}
#block-usporg-page-title,
.usp-in-the-news,
#block-views-block-newsroom-press-releases-block {
  /* margin-right: 2%;
  width: 98%; */
}
.usp-in-the-news,
#block-views-block-newsroom-press-releases-block {
  position: inherit;
  top: inherit;
}
.usp-in-the-news {
  position: relative;
}
.usp-in-the-news .more-link {
  position: absolute;
  top: 0;
  right: 0;
}
.cta.newsroom,
.newsroom-featured-resources-block,
.newsroom-featured-videos-block,
.custom-qm-blog {
  margin-bottom: 8%;
  width: 100%;
  /* padding: 0 4%; */
  /* width: 141%; */
}
.custom-qm-blog {
  margin-bottom: 20px;
}
.cta.newsroom {
  padding: 0;
  width: 100%;
  margin: 30px 0;
}

/* Quality matters feed block */
.custom-qm-blog .views-row,
.featured-blocks-in-a-row .views-row,
.featured-products-services .views-row {
  border: 1px solid #d7d7d7;
  float: left;
  width: 31%;
  margin-right: 3.33%;
  padding-bottom: 20px;
}
.featured-blocks-in-a-row .views-row {
  /*min-height: 712px;*/
  padding-bottom: 0;
}
.custom-qm-blog .views-row:last-child,
.featured-blocks-in-a-row .views-row:last-child,
.featured-products-services .views-row:last-child {
  margin-right: 0;
}
.custom-qm-blog .views-row .views-field-field-optional-image img,
.featured-blocks-in-a-row .views-row .views-field-field-optional-image img,
.featured-products-services .views-row .views-field-field-optional-image img {
  width: 100%;
  height: auto;
}
.custom-qm-blog .views-row .views-field-field-optional-block-title,
.featured-blocks-in-a-row .views-row .views-field-field-optional-block-title,
.featured-products-services .views-row .views-field-field-optional-block-title {
  font-family: 'Graphik Web', Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
  color: #36424a;
  margin: 30px 0 20px;
  padding: 0 32px;
}
.custom-qm-blog .views-row .views-field-body p,
.featured-blocks-in-a-row .views-row .views-field-body p,
.featured-blocks-in-a-row .views-row .views-field-body h3,
.featured-products-services .views-row .views-field-body p {
  font-size: 18px;
  line-height: 24px;
  padding: 0 32px;
}
.featured-blocks-in-a-row .views-row .views-field-field-optional-button-link a,
.featured-products-services .views-row .views-field-field-optional-button-link a {
  background: #fb6142;
  color: #ffffff;
  display: inline-block;
  font-size: 18px;
  line-height: 20px;
  margin: 20px 32px 30px;
  padding: 10px 20px;
  transition: .3s ease;
}
.featured-blocks-in-a-row .views-row .views-field-field-optional-button-link a:hover,
.featured-products-services .views-row .views-field-field-optional-button-link a:hover {
  background: #cb4025;
}
.custom-qm-blog > div > div {
  display: flex;
}
.custom-qm-blog .views-row {
  background: #fff;
  align-items: stretch;
  position: relative;
}
.custom-qm-blog .views-row .views-field-field-optional-button-link a {
  background: rgba(255,255,255,0);
  text-indent: -9999px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: .2s ease;
}
.custom-qm-blog .views-row .views-field-field-optional-button-link a:hover {
  background: rgba(255,255,255,.3);
}
#block-buttonviewallblogposts,
#block-buttonviewallvideos {
  float: left;
  /* width: 141%; */
  width: 100%;
  margin: 0 0 30px;
  text-align: center;
}
.featured-blocks-in-a-row > div > div,
.featured-products-services > div > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.featured-blocks-in-a-row > div > div > h3,
.featured-products-services > div > div > h3 {
  flex: 0 0 100%;
}


/* Newsroom Videos */
.newsroom-featured-videos-block .video-text {
  float: left;
  margin-right: 5%;
  width: 35%;
}
.newsroom-featured-videos-block .video-text h2 {
  font-size: 24px;
  margin-top: 0;
}
.newsroom-featured-videos-block .video-text p {
  font-size: 18px;
  line-height: 26px;
}
.newsroom-featured-videos-block .views-field-field-optional-video {
  float: left;
  width: 60%;
}
.newsroom-featured-videos-block .views-element-container {
  float: left;
  width: 100%;
}
.newsroom-featured-videos-block .views-element-container .views-row {
  display: block;
  float: left;
  margin: 40px 4% 0 0;
  width: 48%;
}
.newsroom-featured-videos-block .views-element-container .views-row:last-of-type {
  margin: 40px 0 0 0;
}
.newsroom-featured-videos-block .views-element-container .views-row a img {
  width: 100%;
}
.newsroom-featured-videos-block .views-element-container .views-row .views-field-field-optional-block-title h2 {
  color: #0f182d;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  margin: 15px 0 20px 5px;
}

/* Embed video */
.video-embed-field-responsive-video {
  /* margin-bottom: 20px; */
  margin-bottom: 10px;
  transform: translateZ(0);
}
video {
  object-fit: cover;
  display: block;
  cursor: pointer;
}


/* Featured Resources */
.newsroom-featured-resources-block,
.newsroom-featured-videos-block,
.related-content,
.tri-block {
  /* color: #36424a; */
  margin-bottom: 0;
}
.related-content {
  /* padding: 0 0 2%; */
  padding: 0;
  margin: 0 0 30px;
}
.newsroom-featured-resources-block > div > div,
.related-content > div > div,
.tri-block .tri-block-wrapper {
  display: flex;
}
.newsroom-featured-resources-block .views-row,
.related-content .views-row,
.tri-block .views-row {
  background: #ffffff;
  border: 1px solid #b3b3b3;
  align-items: stretch;
  /* float: left;
  margin-right: 3.33%;
  width: 31%; */
  flex-basis: 20%;
  flex-grow: 1;
  margin: 0 2% 0 0;
}
.newsroom-featured-resources-block .views-row:last-child,
.related-content .views-row:last-child,
.tri-block .views-row:last-child {
  margin-right: 0;
}
.newsroom-featured-resources-block .views-field-field-optional-image img,
.related-content .views-field-field-optional-image img,
.tri-block .views-field-field-optionsl-image img {
  height: auto;
  width: 100%;
}
.newsroom-featured-resources-block .views-field-field-optional-block-title,
.related-content .views-field-field-optional-block-title,
.tri-block .views-field-field-optional-block-title {
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  margin: 25px 15px 15px;
}
.newsroom-featured-resources-block .views-field-body,
.related-content .views-field-body,
.tri-block .views-field-body {
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  margin: 0 15px 25px;
}
.newsroom-featured-resources-block .views-field-field-optional-button-link a,
.related-content .views-field-field-optional-button-link a,
.tri-block .views-field-field-optional-button-link a {
  margin: 0 15px 25px;
}


/* Global Presence pages */
.layout-content.width-75 {
  margin: 0;
  /* width: 76%; */
  width: 100%;
}
#landing-page-slider {
  z-index: 100;
}
#landing-page-slider,
#thumbnail-slider {
  float: left;
  margin: 0;
  width: 100%;
}
#landing-page-slider img,
#thumbnail-slider img {
  width: 100%;
  height: auto;
}
#landing-page-slider .item {
  margin: 0;
}
@media all and (transform-3d),
(-webkit-transform-3d) {
  #landing-page-slider .carousel-inner > .item,
  #thumbnail-slider .carousel-inner > .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
    -o-transition: -o-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
  }
  #landing-page-slider .carousel-inner > .item.next,
  #landing-page-slider .carousel-inner > .item.active.right,
  #thumbnail-slider .carousel-inner > .item.next,
  #thumbnail-slider .carousel-inner > .item.active.right {
    transform: translate3d(100%, 0, 0);
  }
  #landing-page-slider .carousel-inner > .item.prev,
  #landing-page-slider .carousel-inner > .item.active.left,
  #thumbnail-slider .carousel-inner > .item.prev,
  #thumbnail-slider .carousel-inner > .item.active.left {
    transform: translate3d(-100%, 0, 0);
  }
  #landing-page-slider .carousel-inner > .item.next.left,
  #landing-page-slider .carousel-inner > .item.prev.right,
  #landing-page-slider .carousel-inner > .item.active,
  #thumbnail-slider .carousel-inner > .item.next.left,
  #thumbnail-slider .carousel-inner > .item.prev.right,
  #thumbnail-slider .carousel-inner > .item.active {
    transform: translate3d(0, 0, 0);
  }
}
#landing-page-slider .carousel-caption,
#thumbnail-page-slider .carousel-caption {
  font-size: 26px;
  font-weight: 700;
  text-shadow: none;
  bottom: 8%;
  padding: 0;
}
#landing-page-slider .carousel-caption br {
  display: none;
}
#landing-page-slider .carousel-caption p {
  /* font-size: 24px; */
  font-weight: 300;
  /* line-height: 28px; */
}
#landing-page-slider .carousel-caption p:last-of-type {
  margin: 0;
}
#thumbnail-slider .carousel-caption p {
  font-size: 14px;
  line-height: 20px;
}
#landing-page-slider h1 {
  color: #ffffff;
  /* font-size: 48px;
  line-height: 52px;
  margin: 0 0 20px; */
  font-size: calc(1em + 1vw);
  line-height: calc(.8em + 1vw);
  margin: 0 0 1vw;
}
#landing-page-slider .carousel-caption p:first-of-type {
  font-size: 24px;
  margin: 0 0 3%;
  font-size: calc(.25vw + 1vh + 1vmin);
  line-height: calc(.7em + 1vw);
}
#landing-page-slider h1.black,
#landing-page-slider p.black {
  color: #000000;
}
#landing-page-slider p.black {
  font-weight: 400;
}
#landing-page-slider .orange-link {
  font-weight: 400;
  margin: 0;
  padding: 10px 20px;
}
#landing-page-slider .orange-link:hover {
  background: #cb4025;
}
#landing-page-slider .carousel-caption {
  left: 8%;
  right: auto;
  text-align: left;
  width: 40%;
  bottom: inherit;
  top: 50%;
  transform: translateY(-50%);
}
#landing-page-slider .carousel-caption.Center {
  left: 8%;
  right: 8%;
  text-align: center;
  width: auto;
}
#landing-page-slider .carousel-caption.Left {
  left: 8%;
  right: auto;
  text-align: left;
}
#landing-page-slider .carousel-caption.Right {
  text-align: right;
  right: 8%;
  left: auto;
}
#landing-page-slider .carousel-control,
#thumbnail-slider .carousel-control {
  left: 1%;
  margin-top: -40px;
  top: 50%;
  z-index: 250;
}
.landing-page-slider-block .carousel-control {
  display: none;
}
#landing-page-slider .carousel-control.left,
#thumbnail-slider .carousel-control.left {
  background: url(../images/carousel-arrow-left.png) no-repeat 0 0 transparent;
}
#landing-page-slider .carousel-control.right,
#thumbnail-slider .carousel-control.right {
  background: url(../images/carousel-arrow-right.png) no-repeat 0 0 transparent;
  left: inherit !important;
  right: 1%;
}
#landing-page-slider .carousel-control.left:hover,
#landing-page-slider .carousel-control.right:hover,
#thumbnail-slider .carousel-control.left:hover,
#thumbnail-slider .carousel-control.right:hover {
  background-position: 0 -70px;
}
#landing-page-slider .item > a,
#thumbnail-slider .item > a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 100;
  top: 0;
  text-indent: -9999px;
}
.layout-content.width-75 #block-usporg-content {
  /* margin: 0 0 10px;
  padding: 0 4% 1%; */
  margin: 0;
  padding: 0 4%;
}
.layout-content.width-75 #block-usporg-content.landing-page,
.layout-content.width-75 #block-usporg-page-title.interior-secondary,
.layout-content.width-75 #block-usporg-content.interior-secondary {
  /* width: 65%; */
}
.interior-secondary article {
  /* columns: 2;
  column-gap: 50px;
  padding: 0 4%; */
}
.layout-content.width-75 .contact-info,
.layout-content.width-75 .connect-with {
  float: right;
  width: 30%;
}
.layout-content.width-75 .connect-with {
  clear: both;
}
.connect-with h2 {
  border-bottom: 4px solid #b3b3b3;
  color: #36424a;
  font-size: 22px;
  margin: 0 0 20px 0;
  padding: 0 0 10px 0;
}
.connect-with ul {
  height: 140px;
  margin: 0;
  padding: 0;
}
.connect-with li {
  list-style: none;
  margin-right: 25px;
  float: left;
}
.connect-with li:last-child {
  margin-right: 0;
}
.connect-with a {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
}
.connect-with a:hover {
  opacity: .8;
}
.connect-with .socicon-wechat:before {
  color: #7bb32e;
}
.connect-with .socicon-weibo:before {
  color: #e6162d;
}
.connect-with .socicon-twitter:before {
  color: #1DA1F2;
}
.connect-with .socicon-youtube:before {
  color: #CD201F;
}
.connect-with .socicon:before {
  display: block;
  font-size: 50px;
  height: 45px;
  text-align: center;
}
.layout-content.width-75 .featured-blocks-in-a-row,
.layout-content.width-75 .first-featured-block-layout,
.layout-content.width-75 .second-featured-block-layout,
.layout-content.width-75 .third-featured-block-layout {
  float: left;
  width: 100%;
}
.featured-blocks-in-a-row,
.first-featured-block-layout,
.second-featured-block-layout,
.third-featured-block-layout,
.latest-posts.featured-content {
  margin: 0 0 20px;
}
.tabbed-content {
  margin: 0 0 30px;
}
.first-featured-block-layout .views-field-field-optional-image,
.layout-content.width-75 .upcoming-training,
.layout-content.width-75 .latest-posts {
  float: right;
  width: 48%;
}
.layout-content.width-75 .upcoming-training,
.layout-content.width-75 .latest-posts {
  margin-right: 0;
}
.latest-posts .views-field-field-optional-image img {
  width: 100%;
  height: auto;
  margin: 0 0 20px;
}
.first-featured-block-layout .views-field-field-optional-image img {
  height: auto;
  width: 100%;
}
.first-featured-block-layout .views-field-field-optional-block-title,
.first-featured-block-layout .views-field-body,
.first-featured-block-layout .views-field-field-optional-button-link {
  float: left;
  margin: 0 5% 0 0;
  width: 50%;
}
.first-featured-block-layout .views-field-field-optional-block-title,
.second-featured-block-layout .views-field-field-optional-block-title,
.third-featured-block-layout .views-field-field-optional-block-title {
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  margin: 0 0 20px;
}
.first-featured-block-layout .views-field-body {
  font-size: 20px;
  line-height: 30px;
  margin: 0 0 20px;
}
.first-featured-block-layout .views-field-field-optional-button-link a,
.second-featured-block-layout .views-field-field-optional-button-link a,
.upcoming-training .more-link a,
.third-featured-block-layout .views-field-field-optional-button-link a,
#block-buttonviewallblogposts a,
#block-buttonviewallvideos a,
footer.timeline-Footer a.u-floatRight,
.usp-in-the-news .more-link a,
.news-list .more-link a,
.related-content .views-field-field-optional-button-link a,
.tri-block .views-field-field-optional-button-link a,
.orange-button {
  background: #fb6142;
  color: #ffffff;
  display: inline-block;
  font-family: 'Graphik Web', Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  padding: 10px 20px;
  transition: .3s ease;
  border-radius: 25px;
}
.first-featured-block-layout .views-field-field-optional-button-link a:hover,
.second-featured-block-layout .views-field-field-optional-button-link a:hover,
.upcoming-training .more-link a:hover,
.third-featured-block-layout .views-field-field-optional-button-link a:hover,
#block-buttonviewallblogposts a:hover,
#block-buttonviewallvideos a:hover,
.news-list .more-link a:hover,
footer.timeline-Footer a.u-floatRight:hover,
.related-content .views-field-field-optional-button-link a:hover,
.tri-block .views-field-field-optional-button-link a:hover {
  background: #cb4025;
  text-decoration: none;
}
.layout-content.width-75 .second-featured-block-layout {
  width: 48%;
  /* margin: 0; */
  margin: 0 2% 0 0;
}
.layout-content.width-75 .second-featured-block-layout .views-field-field-optional-image img {
  height: auto;
  margin: 0 0 20px;
  width: 100%;
}
.layout-content.width-75 .second-featured-block-layout .views-field-body h3,
.layout-content.width-75 .second-featured-block-layout .views-field-body p,
.layout-content.width-75 .upcoming-training .views-row,
.layout-content.width-75 .third-featured-block-layout .views-field-body h3,
.layout-content.width-75 .third-featured-block-layout .views-field-body p,
.layout-content.width-75 .latest-posts .views-field-body p {
  font-size: 20px;
  font-weight: 300;
  line-height: 26px;
  margin: 0 0 20px;
}
.upcoming-training .views-row {
  border-bottom: 1px solid #b3b3b3;
  padding: 0 0 20px;
}
.upcoming-training .views-field-title {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  margin: 0 0 10px;
}
.upcoming-training .views-field-field-custom-link-and-text {
  margin: 10px 0 0;
}
.upcoming-training .views-field-field-event-start-date-time {
  margin: 0 10px 0 0;
}
.upcoming-training .views-field-field-event-location {
  margin: 0 0 0 10px;
}
.upcoming-training .views-field-field-custom-link-and-text a {
  color: #127ecc;
}
.upcoming-training .views-field-field-custom-link-and-text a:hover {
  color: #23527c;
}
.upcoming-training .views-field-field-custom-link-and-text a:after {
  background: url(../images/arrow-details.png) 0 0 no-repeat transparent;
  content: "";
  display: inline-block;
  left: 8px;
  position: relative;
  top: 2px;
  width: 22px;
  height: 14px;
}
.upcoming-training .views-field-field-custom-link-and-text a:hover:after {
  background-position: 0 -30px;
}
.layout-content.width-75 .third-featured-block-layout .views-row {
  float: left;
  margin: 0 5% 0 0;
  width: 60%;
}
.layout-content.width-75 .third-featured-block-layout .views-field-field-optional-image {
  float: right;
  margin: 0 0 10px 20px;
}
.layout-content.width-75 .third-featured-block-layout .views-element-container {
  float: left;
  width: 35%;
}
.layout-content.width-75 .third-featured-block-layout .views-element-container .views-row {
  margin: 0;
  width: 100%;
}
.featured-content.second-featured-block-layout {
  float: left;
  margin-right: 10%;
  width: 45%;
}
.featured-content.second-featured-block-layout:nth-child(2) {
  margin-right: 0;
  margin-left: 4%;
  margin: 0;
}
.featured-content.second-featured-block-layout .views-row {
  /* border-bottom: 1px solid #b3b3b3; */
  margin: 0 0 30px;
  /* padding: 0 0 20px; */
}
.featured-content.second-featured-block-layout .views-field-title .field-content {
  /*font-size: 22px;
  font-weight: 400;*/
}
.featured-content.second-featured-block-layout .views-field-field-event-start-date-time .field-content {
  font-size: 18px;
}


/* Calendar Events Page */
.layout-content.width-75.calendar-page #block-usporg-content {
  margin: 0 0 20px;
  width: 100%;
}
.layout-content.width-75.calendar-page .calendar {
  float: left;
  margin: 40px 0 60px;
  width: 100%;
}
.layout-content.width-75.calendar-page .calendar > nav {
    display: none;
}
#block-views-block-events-and-training-calendar-block-1 h2 {
  display: none;
}
.calendar header {
  display: inherit;
  float: inherit;
  height: inherit;
  transition: inherit;
  width: 100%;
  position: relative;
  margin: 0 0 35px;
}
.calendar h3 {
  font-size: 28px;
  font-weight: 500;
  margin: 0;
  text-align: center;
}
.calendar ul {
  margin: 0;
  padding: 0;
}
.calendar .pager {
  margin: 0;
  position: absolute;
  top: -2px;
  width: 100%;
}
.calendar .pager__item--previous {
  float: left;
}
.calendar .pager__item--next {
  float: right;
}
.calendar .pager li a {
  background-color: transparent;
  border: none;
  border-radius: 0;
  display: block;
  height: 35px;
  padding: 10px;
  text-indent: -9999px;
  width: 35px;
}
.calendar .pager li {
  display: block;
  height: 34px;
  margin: 0 0 0 5%;
}
.calendar .pager li:last-child {
  margin: 0 5% 0 0;
}
.calendar .pager li.pager__item--previous:after,
.calendar .pager li.pager__item--next:after {
  font-family: "Glyphicons Halflings";
  content: "\e257";
  color: #5e6a71;
  font-size: 21px;
  opacity: .9;
  pointer-events: none;
  position: relative;
  top: -32px;
}
.calendar .pager li.pager__item--next:after {
  content: "\e258";
}
.calendar .pager li.pager__item--current {
  display: inline-block;
}
.calendar-calendar th.days,
.calendar-calendar td,
.calendar-calendar .month-view .full tr td.single-day.today {
  background: transparent;
  border: none;
  font-weight: normal;
}
.calendar-calendar .month-view .full td.single-day .calendar-empty,
.calendar-calendar .month-view .full td.single-day.empty,
.calendar-calendar .month-view .full td.date-box.empty {
    background: transparent;
}
.calendar-calendar .month-view .full tr td.single-day,
.calendar-calendar .month-view .full tr td.single-day .inner {
  display: none;
}
.calendar-calendar .month-view .full td .inner div.day {
  background: none;
  color: #444;
  font-size: 20px;
  float: none;
  margin: 0 auto;
  padding: 16px;
  width: 65%;
}
.calendar-calendar .month-view .full td.date-box.empty {
  background: none;
  padding: 0;
}
.calendar-calendar .month-view .full td.empty .inner div.day {
  color: #c2c0bf;
  font-size: 20px;
}
.calendar .more-link {
  margin: 20px 0 40px;
  text-align: center;
}
.calendar .more-link a,
.second-featured-block-layout .more-link a {
  background: #fb6142;
  color: #ffffff;
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
  padding: 10px 20px;
  transition: .3s ease;
  border-radius: 25px;
  font-family: 'Graphik Web', Lato, sans-serif;
  font-weight: 400;
}
.calendar .more-link a:hover,
.second-featured-block-layout .more-link a:hover {
  background: #cb4025;
}
.calendar-calendar .month-view .full td.date-box.today {
  border: none;
}
.calendar-calendar .month-view .full td.date-box.today .month.day,
.calendar-calendar .month-view .full td.date-box.event .month.day {
  position: relative;
  width: 62px;
  height: 62px;
}
.calendar-calendar .month-view .full td.date-box.event {
  position: relative;
}
.calendar-calendar .month-view .full td.date-box.today .month.day:after,
.calendar-calendar .month-view .full td.date-box.event .month.day:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #acb5c0;
  border-radius: 32px;
}
.calendar-calendar .month-view .full td.date-box.event .month.day:after {
  border-color: #5eb1d0;
  background: #5eb1d0;
  z-index: -1;
}
.calendar-calendar .month-view .full td.date-box.today.event .month.day:after {
  border-color: #5eb1d0;
  border-width: 4px;
  background: transparent;
}
.calendar-calendar .month-view .full td.date-box.event .month.day {
  color: #ffffff;
  cursor: pointer;
  z-index: 0;
}
.calendar-calendar .month-view .full td.date-box.today.event .month.day {
  color: #3596ba;
}
.calendar-calendar .month-view .full td.date-box.today.event .month.day:hover {
  color: #ffffff;
}
.calendar-calendar .month-view .full td.date-box.today.event .month.day:hover:after,
.calendar-calendar .month-view .full td.date-box.event .month.day:hover:after {
  border-color: #3596ba;
  background: #3596ba;
  color: #ffffff;
}


/* Products and Services */
.featured-products-services {
  float: left;
  width: 100%;
}
.featured-products-services h3 {
  display: none;
}
.featured-products-services .views-row {
  background: #177295;
  border: none;
  color: #ffffff;
  font-size: 18px;
  line-height: 24px;
}
.featured-products-services .views-row:first-of-type,
.logged-in .featured-products-services .views-row:nth-of-type(2) {
  background: #42a9d0;
}
.featured-products-services .views-row:last-of-type {
  background: #174471;
}
.featured-products-services .views-row .views-field-field-optional-block-title {
  color: #ffffff;
  font-size: 24px;
}
.featured-products-services .views-field-body a {
  color: #fff;
  text-decoration: underline;
}
.featured-products-services .views-row .views-field-field-optional-button-link a {
  background: transparent;
  border: 1px solid #ffffff;
  display: block;
  text-align: center;
  margin: 30px 30px 20px;
  padding: 15px;
}
.featured-products-services .views-row .views-field-field-optional-button-link a:hover {
  background: #ffffff;
  color: #000000;
}
#block-lateststandardsupdatestitleblock h2 {
  font-size: 42px;
  font-weight: 700;
  float: left;
  width: 100%;
  text-align: center;
  margin: 70px 0;
  padding: 60px 0 0 0;
  border-top: 1px solid #333;
}
#block-lateststandardsupdatestitleblock a {
  font-size: 48px;
  font-weight: 700;
  color: #0f182d;
}
.uspnf-permanent-block,
.rs-permanent-block {
  float: left;
  margin-bottom: 30px;
  margin-right: 4%;
  width: 48%;
}
.rs-permanent-block {
  margin-right: 0;
}
.uspnf-permanent-block p,
.rs-permanent-block p {
  color: #36424a;
  font-size: 18px;
  font-weight: 300;
}
.uspnf-permanent-block a,
.rs-permanent-block a {
  color: #36424a;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

/* Interior Secondary pages */
.tabbed-content,
.related-content,
.tri-block,
.latest-posts,
.featured-content {
  float: left;
  width: 100%;
}
.tabbed-content {
  /* padding: 0 4%; */
}
.tabbed-content > div > div {
  display: flex;
}
.nav-tabs {
  border: none;
  float: left;
  width: 33%;
  background: #f5f5f5;
}
.nav-tabs ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.nav-tabs ul li {
  border-bottom: 1px solid #d7d7d7;
  display: block;
  position: relative;
  z-index: 99;
}
.nav-tabs ul.vertical-tab li {
  margin: 0;
}
.nav-tabs ul li a {
  color: #5e6a71;
  font-size: 20px;
  line-height: 24px;
  display: block;
  padding: 35px 30px;
}
.nav-tabs ul li.active a {
  color: #ffffff;
  background: #42a9d0;
  position: relative;
}
/*.nav-tabs ul li:first-child:after {
	content: '';
	display: block;
	position: absolute;
	left: 100%;
	top: 0;
	width: 0;
	height: 0;
	border-top: 100px solid transparent;
	border-right: 100px solid transparent;
	border-bottom: 100px solid transparent;
	border-left: 100px solid #42a9d0;
}*/
.nav-tabs ul li.active a:before,
.nav-tabs ul li.active a:after {
  width: 20px;
  height: 50%;
  position: absolute;
  left: 100%;
  content: "";
}
.nav-tabs ul li.active a:before {
  top: 0px;
  background: -webkit-linear-gradient(left bottom, #42a9d0 48%, rgba(0, 0, 0, 0) 50%);
  background: linear-gradient(to right top, #42a9d0 48%, rgba(0, 0, 0, 0) 50%);
}
.nav-tabs ul li.active a:after {
  top: 50%;
  background: -webkit-linear-gradient(left top, #42a9d0 48%, rgba(0, 0, 0, 0) 50%);
  background: linear-gradient(to right bottom, #42a9d0 48%, rgba(0, 0, 0, 0) 50%);
}
.tabbed-content .views-row .views-field img {
  height: auto;
  width: 100%;
}
.tabbed-content .views-element-container {
  background: #011c3e;
  height: 480px;
  overflow: hidden;
  position: relative;
  width: 67%;
}
.tab-pane .tab-text .tab-link a {
  background: none;
  border: 1px solid #ffffff;
  color: #ffffff;
  display: inline-block;
  font-size: 18px;
  line-height: 20px;
  padding: 10px 40px;
  transition: .3s ease;
}
.tab-pane .tab-text .tab-link a:hover {
  background: #ffffff;
  color: #000000;
}
.tab-pane,
.nav-tabs {
  max-height: 480px;
}
.tab-pane {
  /*position: relative;
  padding: 50px 80px;*/
}
.tab-pane .tab-image {
  background: #011c3e;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.tab-pane .tab-image img {
  height: auto;
  /*opacity: .5;*/
  width: 100%;
}
.tab-pane .tab-text {
  bottom: 10%;
  color: #ffffff;
  font-size: 20px;
  left: 10%;
  line-height: 30px;
  position: absolute;
  right: 10%;
  top: 12%;
}
.tab-pane .tab-text .tab-title {
  font-size: 22px;
  font-weight: 400;
  line-height: 36px;
  margin: 0 0 25px;
}
.tab-pane .tab-text .tab-body {
  margin: 0 0 30px;
}
.tab-pane .tab-text .tab-body a {
  color: #ffffff;
  font-size: 18px;
  text-decoration: underline;
}
.tab-pane .tab-text .tab-body h3 {
  color: #ffffff;
  margin-bottom: 10px;
}

/* Secondary page updates - SXT - 04/19/18 */
.two-blue-white,
.two-white-blue,
.single-text-image,
.single-image-text,
.two-right-left {
  float: left;
  width: 100%;
}
.row-combo {
  display: flex;
  float: left;
  width: 100%;
  /* padding: 0 4%; */
}
.two-blue-white .row-combo .views-row,
.two-white-blue .row-combo .views-row,
.two-right-left .row-combo .views-row,
.two-white-blog .row-combo .views-row,
.two-blog-white .row-combo .views-row {
  flex-grow: 1;
  align-items: stretch;
  margin-bottom: 30px;
}
.two-right-left .row-combo .views-row {
  width: 47.5%;
}
.row-combo .video-embed-field-responsive-video video {
  position: absolute;
}
.row-combo .views-field-field-block-combination {
  display: none;
}
.two-blue-white .row-combo .views-row:nth-last-child(2),
.two-white-blue .row-combo .views-row:last-child {
  background: #1a6786;
  color: #ffffff;
  padding: 0 3% 50px;
  width: 42%;
}
.two-blue-white .row-combo .views-row:last-child,
.two-white-blue .row-combo .views-row:nth-last-child(2),
.two-blog-white .row-combo .views-row:last-child,
.two-white-blog .row-combo .views-row:nth-last-child(2) {
  width: 55%;
}
.row-combo .views-row:nth-last-child(2) {
  margin-right: 3%;
}
.row-combo .views-row .views-field-field-optional-block-title {
  font-size: 32px;
  font-weight: 400;
  line-height: 38px;
  margin: 0;
}
.combo-title {
  margin: 25px 0 15px;
}
.two-blue-white .row-combo .views-row:nth-last-child(2) h1,
.two-white-blue .row-combo .views-row:last-child h1,
.two-blue-white .row-combo .views-row:nth-last-child(2) h2,
.two-white-blue .row-combo .views-row:last-child h2,
.two-blue-white .row-combo .views-row:nth-last-child(2) h3,
.two-white-blue .row-combo .views-row:last-child h3,
.two-blue-white .row-combo .views-row:nth-last-child(2) h4,
.two-white-blue .row-combo .views-row:last-child h4 {
  color: #ffffff;
  font-family: "Lato", sans-serif;
  margin: 0 0 5px;
}
.two-blue-white .row-combo .views-row:nth-last-child(2) .views-field-body h1,
.two-white-blue .row-combo .views-row:last-child .views-field-body h1 {
  font-size: 17px;
  font-weight: 300;
}
.two-blue-white .row-combo .views-row:nth-last-child(2) .views-field-body h2,
.two-white-blue .row-combo .views-row:last-child .views-field-body h2 {
  font-size: 24px;
  font-weight: 400;
}
.two-blue-white .row-combo .views-row:nth-last-child(2) .views-field-body h3,
.two-white-blue .row-combo .views-row:last-child .views-field-body h3 {
  font-size: 20px;
  font-weight: 300;
}
.two-blue-white .row-combo .views-row:nth-last-child(2) .views-field-body h4,
.two-white-blue .row-combo .views-row:last-child .views-field-body h4 {
  font-size: 20px;
  font-weight: 300;
}
.two-blue-white .row-combo .views-row:nth-last-child(2) .views-field-body h4 a,
.two-white-blue .row-combo .views-row:last-child .views-field-body h4 a {
  display: inline-block;
}
.two-blue-white .row-combo .views-row:nth-last-child(2) .views-field-body h4 a:after,
.two-white-blue .row-combo .views-row:last-child .views-field-body h4 a:after {
  content: "";
  display: block;
  width: 30px;
  height: 15px;
  position: relative;
  top: 5px;
  background: url(../images/arrow-right.png) no-repeat 0 0 transparent;
  float: right;
  left: 5px;
}
.two-blue-white .row-combo .views-row:nth-last-child(2) .views-field-body p,
.two-white-blue .row-combo .views-row:last-child .views-field-body p {
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 10px;
}
.two-blue-white .row-combo .views-row:nth-last-child(2) .views-field-body a,
.two-white-blue .row-combo .views-row:last-child .views-field-body a {
  color: #ffffff;
}
.two-blue-white .row-combo .views-row:nth-last-child(2) .views-field-body a:hover,
.two-white-blue .row-combo .views-row:last-child .views-field-body a:hover {
  text-decoration: underline;
}
.two-blue-white .row-combo .views-row:nth-last-child(2) .views-field-body h4 a:hover,
.two-white-blue .row-combo .views-row:last-child .views-field-body h4 a:hover {
  color: #f9aa07;
  text-decoration: none;
}
.two-blue-white .row-combo .views-row:nth-last-child(2) .views-field-body h4 a:hover:after,
.two-white-blue .row-combo .views-row:last-child .views-field-body h4 a:hover:after {
  background: url(../images/arrow-right.png) no-repeat 0 -30px transparent;
}
.two-blue-white .row-combo .views-row:nth-last-child(2) .views-field-body hr,
.two-white-blue .row-combo .views-row:last-child .views-field-body hr {
  border-top: 1px solid #ffffff;
}
.row-combo .views-row .views-field-field-optional-image img {
  height: auto;
  width: 100%;
  margin-bottom: 10px;
}
.single-text-image .row-combo,
.single-image-text .row-combo {
  display: block;
  /* float: none; */
}
.single-text-image .row-combo .views-row,
.single-image-text .row-combo .views-row {
  margin-bottom: 0;
}
.single-text-image .row-combo .views-row,
.single-image-text .row-combo .views-row {
  float: left;
}
.single-text-image .row-combo .views-row .views-field-field-optional-block-title,
.single-text-image .row-combo .views-row .views-field-body,
.single-text-image .row-combo .views-row .poster-image,
.single-text-image .row-combo .views-row .combo-button {
  float: left;
  width: 42%;
}
.single-text-image .row-combo .views-row .views-field-field-optional-image,
.single-text-image .row-combo .views-row .video-embed-field-responsive-video {
  width: 55%;
  float: right;
}
.single-image-text .row-combo .views-row .views-field-field-optional-block-title,
.single-image-text .row-combo .views-row .views-field-body,
.single-image-text .row-combo .views-row .poster-image,
.single-image-text .row-combo .views-row .combo-button {
  float: right;
  width: 42%;
}
.single-image-text .row-combo .views-row .views-field-field-optional-image,
.single-image-text .row-combo .views-row .video-embed-field-responsive-video {
  float: left;
  width: 55%;
}
.single-image-text .row-combo .views-row .video-embed-field-responsive-video .video-embed-field-responsive-video,
.single-text-image .row-combo .views-row .video-embed-field-responsive-video .video-embed-field-responsive-video {
  margin-bottom: 0;
}
.single-text-image .row-combo .views-row .views-field-field-optional-block-title,
.single-image-text .row-combo .views-row .views-field-field-optional-block-title {
  margin: 0;
}
.combo-button {
  /* margin: 15px 0; */
}
.single-text-image,
.single-image-text {
  margin: 0 0 20px;
}
.row-combo .views-row .combo-button a,
.feed-more a {
  background: #fb6142;
  color: #ffffff;
  display: inline-block;
  font-family: 'Graphik Web',Lato,sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  padding: 10px 20px;
  transition: .3s ease;
  border-radius: 25px;
  margin: 15px 0 0;
}
.feed-more {
  margin: 20px 0 0 20px;
}
.row-combo .views-row .combo-button a:hover {
    background: #cb4025;
}
.row-combo .views-row a.button-link {
  margin: 0;
}
.combo-title {
  margin: 20px 0 15px;
}
.two-right-left .combo-title {
    margin-top: 0;
}

/* Blog design */
.two-white-blog .row-combo .views-row:last-child,
.two-blog-white .row-combo .views-row:nth-last-child(2) {
  background: #f8f9fa;
  padding: 25px;
  border: 1px solid #d3d8de;
  box-shadow: 0 0 8px rgba(0,0,0,.15);
  width: 40%;
  position: relative;
}
.two-white-blog .row-combo .views-row:last-child .views-field-field-optional-block-title .combo-title,
.two-blog-white .row-combo .views-row:nth-last-child(2) .views-field-field-optional-block-title .combo-title {
  font-size: 32px;
  font-weight: 400;
  line-height: 38px;
  margin: 0;
  background: url(../images/blog-icon.png) no-repeat 0 0 transparent;
  background-position: right 9px bottom -57px;
  background-size: 35px;
  color: #24497e;
  padding: 0 15px 20px;
  border-bottom: 1px solid #a4b1c3;
  white-space: nowrap;
}
.two-white-blog .row-combo .views-row:last-child .views-field-body p,
.two-blog-white .row-combo .views-row:nth-last-child(2) .views-field-body p {
  display: none;
}
.two-white-blog .row-combo .views-row:last-child .views-field-body .feed-title a,
.two-blog-white .row-combo .views-row:nth-last-child(2) .views-field-body .feed-title a {
  font-size: 24px;
  margin: 0;
  padding: 20px;
  display: block;
  border-bottom: 1px solid #d3d8de;
  color: #24497e;
}
.two-white-blog .row-combo .views-row:last-child .views-field-body .feed-title a:hover,
.two-blog-white .row-combo .views-row:nth-last-child(2) .views-field-body .feed-title a:hover {
  background: #ecf0f7;
}
.two-white-blog .row-combo .views-row:last-child .views-field-body .feed-title:last-child a,
.two-blog-white .row-combo .views-row:nth-last-child(2) .views-field-body .feed-title:last-child a {
  margin: 0;
  border-bottom: none;
}
.blog-link {
  position: absolute;
  top: 20px;
  right: 29px;
}
.blog-link a {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.blog-link a:hover {
  background: #24497e;
  opacity: .15;
}

/* Animate content */
.come-in {
  opacity: 0;
  transform: translateY(350px);
  animation: come-in 1s ease forwards;
}
.come-in.already-visible {
  opacity: 1;
  transform: none;
  animation: none;
}
/* So they look staggered */
/* .come-in:nth-child(1) {
  animation-duration: 1s;
}
.come-in:nth-child(2) {
  animation-duration: 1.5s;
}
.come-in:nth-child(3) {
  animation-duration: 2s;
} */

@keyframes come-in {
  to {
    transform: translateY(0);
    opacity: 1;
  }
}


/* Thumbnail slider */
#block-usporg-content.width-25 {
  /*width: 25%;*/
}
.thumbnail-slider {
  clear: both;
  width: 100%;
  padding: 0 4% 40px;
}
.thumbnail-slider .carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: block;
}
.thumbnail-slider .carousel-inner:after {
  padding-top: 56.25%;
  /* 16:9 ratio */
  display: block;
  content: '';
}
.thumbnail-slider .thumbnails {
  background: none;
  width: 100%;
  border-top: 1px solid #d7d7d7;
  display: table;
  overflow: hidden;
}
.thumbnail-container {
  border-right: 4px solid #fff;
  display: table-cell;
  vertical-align: top;
}
.thumbnail-container:last-child {
  border-right: none;
}
.thumbnail-slider .thumbnails a {
  background: #ffffff;
  display: block;
  border: none;
  height: 120px;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  padding: 0;
  overflow: hidden;
}
.thumbnail-slider .thumbnails a.active {
  background: none;
}
.thumbnail-slider .thumbnails a img {
  width: 235px;
  height: auto;
}
.thumbnail-slider .thumbnails a.active {
  border-bottom: 5px solid #fb6142;
}
.thumbnail-slider .views-element-container,
.thumbnail-slider .tab-pane .tab-image {
  background: none;
  width: 100%;
  overflow: hidden;
}
.thumbnail-slider .views-element-container {
  background: #eee;
  height: auto;
  position: relative;
}
.thumbnail-slider .thumbnails ul li.active a:before,
.thumbnail-slider .thumbnails ul li.active a:after {
  background: none;
  width: inherit;
  height: inherit;
  position: inherit;
  left: inherit;
  content: inherit;
  top: inherit;
}
.thumbnail-slider iframe {
  background: #000;
  /* height: 657px; */
  height: 100%;
  width: 100%;
}
.thumbnail-slider .item {
  background: #eee;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.thumbnail-slider .item .slider-image {
  max-height: 665px;
  overflow: hidden;
}
.thumbnail-slider .item .slider-image img {
  height: auto;
  width: 100%;
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.thumbnail-slider .item .body-text {
  background: rgba(0,0,0,.5);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: auto;
  padding: 10px 20px;
  transition: .3s ease;
  opacity: 0;
  -webkit-animation: fade 6s;
  -webkit-animation-fill-mode: both;
  animation: fade 6s;
}
.thumbnail-slider .item:hover .body-text {
  opacity: 1;
}
.thumbnail-slider .item .body-text p {
  color: #ffffff;
  font-size: 14px;
  margin: 0;
  text-shadow: 1px 1px 1px #000;
}
.thumbnail-control-left,
.thumbnail-control-right {
  color: #ffffff;
  font-size: 24px;
  position: absolute;
  top: 50px;
  display: block;
  width: 30px;
  height: 30px;
  left: 5px;
  cursor: pointer;
}
.thumbnail-control-left span,
.thumbnail-control-right span {
  opacity: 0;
  transition: opacity .3s linear;
}
.thumbnail-control-right {
  content: "\e258";
  left: inherit;
  right: 5px;
}
.thumbnails:hover .thumbnail-control-left span,
.thumbnails:hover .thumbnail-control-right span {
  opacity: 1;
}


/* Collapse content */
.collapse-title {
  cursor: pointer;
  display: block;
  line-height: 26px;
  margin: 0 0 15px;
  padding: 0;
  width: 100%
}
.collapse-title h3 {
  display: inline-block;
}
.front .collapse-title {
  color: #4193d0;
  font-size: 18px;
  font-weight: 300;
  float: left;
  margin: 0;
}
.icon-minus,
.icon-plus {
  display: inline-block;
  height: 20px;
  margin: 0 0 0 10px;
  position: relative;
  top: 3px;
  width: 20px;
}
.front .icon-minus,
.front .icon-plus {
  top: 4px;
}
.icon-plus {
  background: url(../images/icon-plus.png);
}
.icon-minus {
  background: url(../images/icon-minus.png);
}
.collapse-content {
  display: none;
  float: left;
  padding: 0;
  width: 100%;
}
.collapse-content p:last-child {
  margin: 0 0 15px;
}
.collapse-content.expanded {
  display: block;
}
.collapse-content.expanded h2 {
  /* margin: 0 0 10px; */
}

/* Back to Top */
#back-top {
  position: fixed;
  bottom: 10px;
  margin: 0;
  z-index: 150;
  right: 1%;
}
#back-top a,
#back-top-prev a {
  /*color: #7f7f7f;*/
  font-size: 16px;
  text-transform: inherit;
  width: auto;
}
#back-top span#button,
#back-top-prev span#button-prev {
  width: 60px;
  height: 60px;
  margin: 0 auto 10px;
  border-radius: 100px;
  /*border: 2px solid #7f7f7f;
  background-color: transparent;*/
  opacity: 1;
  background-size: 40%;
}
#back-top span#button:hover {
  /*background-color: transparent;
  border: 2px solid #333;*/
}


/* Language switcher */
#block-languageswitcher {
  position: absolute;
  right: 6%;
  top: -58px;
}
#block-languageswitcher h2 {
  font-size: 18px;
  font-weight: 400;
  color: #5e6a71;
  display: inline-block;
  margin: 0;
}


/* Site Map */
.sitemap .content {
  padding: 0;
}
.sitemap-box-menu h2 {
	font-size: 24px;
	margin: 40px 0 10px 0;
}
.sitemap-box-menu ul {
  list-style: none;
  margin: 0;
	padding: 0;
}
.sitemap .sitemap-box .content > ul {
  padding: 0;
}
.sitemap-box-menu ul ul {
	padding-left: 20px
}
.sitemap-box-menu li a {
	border-bottom: 1px dotted #ccc;
	display: block;
	font-size: 20px;
  padding: 10px 8px;
  cursor: pointer;
}
.sitemap-box-menu li a:hover {
    background: #f1f1f1;
    color: #333;
    text-decoration: none;
}
.sitemap-box-menu li li a {
	font-size: 18px;
}
.sitemap-box-menu li li li a {
	font-size: 16px;
}


/* Contextual Region admin menus */
.contextual-region .contextual {
  border-right: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.contextual-region .contextual ul.contextual-links {
  padding: 10px 5px !important;
  margin: inherit !important;
  min-height: inherit !important;
  height: inherit !important;
  list-style: inherit !important;
  width: inherit !important;
}
.contextual-region .contextual ul.contextual-links li {
  float: none !important;
  width: inherit !important;
  padding: 5px 10px;
}
.contextual-region .contextual ul.contextual-links a {
  background: transparent !important;
  color: #000000 !important;
  margin: inherit !important;
  height: inherit !important;
  text-indent: inherit !important;
  overflow: inherit !important;
  width: inherit !important;
  font-size: 14px !important;
  font-weight: 300 !important;
}
#block-usporg-local-tasks {
  /*float: left;
  width: 100%;
  display: block;
  height: 50px;*/
}
#block-usporg-local-tasks > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#block-usporg-local-tasks > ul li {
  float: left;
  margin: 0 5px 0 0;
}
#block-usporg-local-tasks > ul li a {
  color: #222;
  display: block;
  padding: 5px 20px;
  border: 1px solid #ccc;
  line-height: 20px;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  background: #e9e9e9;
}
#block-usporg-local-tasks > ul li a:hover {
  background: #aaa;
  border: 1px solid #aaa;
  color: #ffffff;
}
.form-item h4 {
  color: #333333;
  display: inline-block;
}


/* LHT - 7 March 2017 */
div.timeline-Tweet-media,
.twitter-feed-block .u-floatLeft {
  display: none;
}
div.timeline-Tweet-media .TweetAuthor-avatar,
.twitter-feed-block .TweetAuthor-avatar {
  top: 8px;
}
div.timeline-Tweet-media .Icon,
.twitter-feed-block .Icon {
  height: .8em;
}
footer.timeline-Footer {
  text-align: center;
}
footer.timeline-Footer a.u-floatLeft {
  display: none;
}
footer.timeline-Footer a.u-floatRight {
  float: none !important;
  margin-bottom: 10px;
}

/* Webforms */
main form {
  width: 75%;
}
main form .form-item {
  margin: 0 0 15px 0;
  clear: both;
}
main form fieldset.form-item {
  margin: 20px 0;
}
main form .form-item label,
main article iframe label {
  display: block;
  font-weight: 400;
  margin: 0 0 0 4px;
  color: #555;
  font-size: 20px;
}
main form .form-item label.option {
  display: inline;
}
main form .form-item input,
main form .form-item select,
main form .form-item textarea {
  border: 1px solid #aaa;
  color: #555;
  font-size: 18px;
  font-weight: 300;
  padding: 2px 6px;
  width: 75%;
}
main form input.form-radio,
main form input.form-checkbox {
  position: relative;
  top: -2px;
  width: auto;
}
main form input.form-file {
  font-size: 16px;
  line-height: 16px;
  color: #999;
}
main form input.button {
  background: #fb6142;
  border: none;
  border-radius: 25px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  margin: 15px 5px 30px 0;
  padding: 10px 20px;
  transition: .3s ease;
  width: auto;
}
main form input.button:hover {
  background-color: #cb4025;
}
main form .form-item input.small-field {
  width: 15% !important;
}
main form div#participant {
  border-bottom: 1px solid #e5e5e5;
  padding: 5px 0;
  margin-bottom: 20px;
  font-size: 21px;
}
main form div#participant span.red-star {
  color: red;
}
/* Alert styles */
.alert,
.layout-container div[role="contentinfo"] {
  float: left;
  width: 100%;
  margin: 0;
  padding: 20px;
  font-size: 18px;
  font-weight: 400;
  background: #e6eef0;
  border-radius: 0;
  border: none;
}
/* Green color
.layout-container div[role="contentinfo"] {
  border: 1px solid transparent;
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
  padding: 15px;
  margin-bottom: 20px;
  border-radius: 4px;
}*/
.alert-dismissible .close {
  top: 4px;
  right: 0px;
}

/* Custom alert box */
#block-views-block-alert-block-1 {
  bottom: 20px;
  position: fixed;
  right: 20px;
  z-index: 200;
}

/* Alerty box style */
#alert-box {
  background: rgba(255,255,255,.9);
  border: 1px solid #b17c36;
  padding: 15px;
  min-width: 315px;
  position: relative;
}
#alert-title-main {
  line-height: 24px;
  margin: 0 0px 8px;
  border-bottom: 1px solid #878787;
  padding: 0 30px 5px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  color: #9e5b04;
  background: url(../images/icon-alert.png) 0 0 no-repeat transparent;
}
#alert-title-content {
  font-weight: 400;
  padding: 0 30px;
}
#alert-close {
  display: block;
  float: right;
  width: 20px;
  height: 20px;
  background: url(../images/icon-close.png) 0 0 no-repeat transparent;
  position: absolute;
  top: 16px;
  right: 16px;
  cursor: pointer;
}
#alert-body {
  padding: 0 30px;
}
#alert-body p {
  font-size: 18px;
  line-height: 24px;
  margin: 0 0 5px 0;
}

/* New orange alert box style */
#alert-box {
  background: #fb6142;
  border: 2px solid #ffffff;
}
#alert-title-main {
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
  background: url(../images/icon-alert-white.png) 0 0 no-repeat transparent;
}
#alert-body a {
  color: #ffffff;
}
#alert-close {
  background: url(../images/icon-close-white.png) 0 0 no-repeat transparent;
}

/* Newsletter form */
main form .description {
  font-size: 16px;
  font-weight: 300;
  color: #777;
  font-style: italic;
  font-family: inherit;
  padding: 2px 5px;
  line-height: 20px;
}
main form legend {
  padding: 5px 0;
}
main form.usp-newsletter-form .form-item:nth-child(-n+9) {
  background: #e6eff3;
  /*border-radius: 5px;
  border: 1px solid #d2dee1;*/
  padding: 15px;
}
main form.usp-newsletter-form legend {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 10px;
  left: 20px;
}
main form.usp-newsletter-form fieldset .form-item {
  background: none;
  padding: 0;
  margin: 0;
}
main form.usp-newsletter-form .description {
  padding: 2px 0;
}
main form.usp-newsletter-form fieldset .fieldset-wrapper,
main form.usp-newsletter-form fieldset .fieldset-wrapper .form-item {
  border: none;
}
main form.usp-newsletter-form fieldset.form-item:nth-child(-n+9) {
  padding: 50px 0 20px 20px;
  position: relative;
}
main form.usp-newsletter-form .form-item:nth-child(-n+9) .form-item {
  padding: 0;
}
main form.usp-newsletter-form .form-item.form-item-fname {
  margin-top: 50px;
}
main form.usp-newsletter-form .form-item label {
  margin: 0;
}
main article iframe {
  border: none;
}
.form-required:after {
  content: '*';
  margin: 0 4px;
  color: red;
}
.form h2 {
  float: left;
  width: 100%;
  margin: 25px 0 15px;
}
.newsletter-and-information .layout-content .breadcrumb div[role="contentinfo"] ul {
  margin: 0;
}
.newsletter-and-information .layout-content .breadcrumb div[role="contentinfo"] ul li:last-child {
  list-style: none;
  display: none;
}

/* RXR - 11/6/17 - Hide preview and form type */
#contact-message-feedback-form #edit-preview ,
#contact-message-feedback-form #edit-field-form-type-wrapper {
  display: none;
}

/* SXT - 12/13/17 - Leadership page */
.leadership {
  margin: 0 0 30px;
}
.leadership .col-xs-12 {
  width: 100%;
}
@media (min-width: 768px) {
  .leadership .col-sm-6 {
    width: 50%;
  }
}
@media (min-width: 769px) {
  .leadership .col-md-4 {
    width: 33.33333333%;
  }
}
@media (min-width: 1000px) {
  .leadership .col-md-3 {
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .leadership .col-lg-2 {
    width: 20%;
  }
}
.leadership img {
  height: auto;
  width: 100%;
}
.leadership .photo {
  margin: 0;
  padding: 0;
}
.leadership .views-field-field-leaders-color-thumbnail {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.leadership .photo .nametag {
  font-size: 15px;
  color: #ffffff;
  padding: 5px;
  position: absolute;
  bottom: 0;
  background: rgba(251, 97, 66, .6);
  width: 100%;
  line-height: 17px;
  text-align: center;
  pointer-events: none;
  display: none;
}
.leadership .photo .nametag .leadership-name {
  font-weight: bold;
}
.leadership .photo:hover .views-field-field-leaders-color-thumbnail,
.leadership .photo:hover .nametag  {
  display: block;
}
.leadership-portrait {
  float: right;
  margin: 0 0 30px 30px;
}
.leadership-bio-position {
  font-size: 22px;
  font-weight: 600;
  margin: 0 0 10px;
}
.leadership-bio-dept {
  font-weight: 400;
  margin: 0 0 10px;
}
.leadership_biography #block-usporg-page-title {
  padding-bottom: 5px;
}

/* Gallery */
.gallery {
  margin: 0 0 30px;
}
.gallery .views-field-field-leaders-bw-thumbnail img {
  width: 100%;
  height: auto;
}
.gallery-row {
}
.gallery-item {
  margin: 0;
  padding: 0;
  transition: ease .3s;
  z-index: inherit;
}
.gallery-item:hover {
  /* transform: matrix(1.15,0,0,1.15,-10,-10); */
  transform: scale(1.1,1.1) translate(-1%,-1%);
  z-index: 200;
}
.gallery-item-link a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* background: #7995ad; */
  mix-blend-mode: color;
}
.gallery-item-text-wrapper {
  position: absolute;
  top: 35px;
  left: 38px;
  right: 40px;
  cursor: pointer;
}
.gallery-item-title,
.gallery-item-subtitle {
  position: relative;
  font-weight: bold;
  font-size: 19px;
  line-height: 23px;
  margin: 0 0 6px;
}
.gallery-item-subtitle {
  font-weight: 300;
}
.gallery-item-title a,
.gallery-item-subtitle a {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
}
.gallery-item-social {
  display: inline-block;
}
.gallery-item-social a,
.gallery-item-page-twitter a,
.gallery-item-page-linkedin a {
  font-family: 'Socicon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 5px 0 0;
  text-indent: -9999px;
  overflow: hidden;
  color: #fff4e2;
  font-size: 18px;
}
.gallery-item-page-linkedin a:before {
  font-size: 16px;
}
.gallery-item-social a:before,
.gallery-item-page-twitter a:before,
.gallery-item-page-linkedin a:before {
  text-indent: 0;
  display: block;
}
.gallery-item-social a:hover:before,
.gallery-item-page-twitter a:hover:before,
.gallery-item-page-linkedin a:hover:before {
  /* color: #0c1a25; */
}
.gallery-item-social.twitter a:before,
.gallery-item-page-twitter a:before {
  content: "\e08d";
}
.gallery-item-social.linkedin a:before,
.gallery-item-page-linkedin a:before {
  content: "\e04c";
  font-size: 16px;
}
.gallery-item:nth-child(2n+0) .gallery-item-link a {
  /* background: #285780;  navy blue */
}
.gallery-item:nth-child(2n+0) .gallery-item-link a {
  /* background: #b7dfd7;  light green */
  /* background: #c2d4d0; */
}
.gallery-item:nth-child(3n+0) .gallery-item-link a {
  /* background: #875053;  maroon */
  /* background: #b59395; */
}
.gallery-item:nth-child(4n+0) .gallery-item-link a {
  /* background: #ded7cf;  light brown */
  /* background: #e8ddcf; */
}
.gallery-row:nth-child(2n+0) .gallery-item:nth-child(1n+0) .gallery-item-link a {
  /* background: #598b8a;  dark green */
  /* background: #d5d6ef;  purple */
}
.gallery-row:nth-child(2n+0) .gallery-item:nth-child(2n+0) .gallery-item-link a {
  /* background: #d1d2d4;  light gray */
}
.gallery-row:nth-child(2n+0) .gallery-item:nth-child(3n+0) .gallery-item-link a {
  /* background: #fbf5e6;  off white */
  /* background: #f7f3ea; */
}
.gallery-row:nth-child(2n+0) .gallery-item:nth-child(4n+0) .gallery-item-link a {
  /* background: #7C878E;  dark gray */
}

/* modal form style */
.ui-widget-overlay {
  z-index: 99999 !important;
}
.ui-dialog.ui-widget.ui-widget-content {
  z-index: 999999 !important;
  padding: 0;
  border-radius: 0;
  border: none;
}
.ui-dialog .ui-dialog-content {
  padding-top: 20px;
}
.ui-dialog .ui-dialog-titlebar {
  background: #285780;
  border-radius: 0;
  border: none;
}
.ui-dialog .ui-dialog-title {
  color: #fff;
}
.ui-dialog .ui-dialog-titlebar-close {
  border-radius: 0;
  border: none;
  right: 14px;
  background: transparent;
}
.ui-button .ui-icon {
  background-image: url(/core/assets/vendor/jquery.ui/themes/base/images/ui-icons_ffffff_256x240.png);
}
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url(/core/assets/vendor/jquery.ui/themes/base/images/ui-icons_ffffff_256x240.png);
}
.ui-dialog.ui-widget.ui-widget-content form .form-item {
  margin: 0 0 20px;
}
.ui-dialog.ui-widget.ui-widget-content form .form-item label {
  display: block;
  font-weight: 400;
  margin: 0 0 2px 4px;
  color: #555;
  font-size: 18px;
  line-height: 20px;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: none;
  margin: 0 0 0 10px;
}
.ui-dialog .ui-dialog-buttonpane button {
  border: none;
  background: #FF6A39;
  color: #fff;
  border-radius: 0;
}
.ui-dialog .intro-text {
  display: none;
}


@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .gallery-item-link a {
    background: rgba(75,142,185,.4);
  }
  .gallery-item:nth-child(2n+0) .gallery-item-link a {
    background: rgba(183,223,215,.4);
  }

  /* IE colors */
  .gallery-item:nth-child(2n+0) .gallery-item-link a {
    /* background: rgba(121,149,173,.4); navy blue */
  }
  .gallery-item:nth-child(2n+0) .gallery-item-link a {
    /* background: rgba(194,212,208,.4); light green */
  }
  .gallery-item:nth-child(3n+0) .gallery-item-link a {
    /* background: rgba(181,147,149,.4); maroon */
  }
  .gallery-item:nth-child(4n+0) .gallery-item-link a {
    /* background: rgba(232,221,207,.4); light brown */
  }
  .gallery-row:nth-child(2n+0) .gallery-item:nth-child(1n+0) .gallery-item-link a {
    /* background: rgba(213,214,239,.4); purple */
  }
  .gallery-row:nth-child(2n+0) .gallery-item:nth-child(2n+0) .gallery-item-link a {
    /* background: rgba(209,211,212,.4); light gray */
  }
  .gallery-row:nth-child(2n+0) .gallery-item:nth-child(3n+0) .gallery-item-link a {
    /* background: rgba(247,243,234,.4); off white */
  }
  .gallery-row:nth-child(2n+0) .gallery-item:nth-child(4n+0) .gallery-item-link a {
    /* background: rgba(154,165,175,.4); dark gray */
  }
}
.gallery-item:nth-child(2n+0) .gallery-item-text-wrapper {
  /* color: #0c1a25; */
  color: #fff;
}
.gallery-item:nth-child(2n+0) .gallery-item-social a {
  /* color: #4e4a4b; */
}
.gallery-item:nth-child(odd) .gallery-item-text-wrapper {
  color: #fff;
}
.gallery-item:nth-child(odd) .gallery-item-social a {
  color: #fff4e2;
}


/* Gallery item page */
.gallery_item #block-usporg-page-title {
  padding-bottom: 5px;
}
.gallery-item-page-subtitle {
  font-size: 22px;
  margin: 0 0 30px;
}
.gallery-item-page-image {
  float: left;
  margin: 0 2% 30px 0;
  width: 38%;
}
.gallery-item-page-image img {
  height: auto;
  width: 100%;
}
.gallery-item-page-body-social {
  float: left;
  width: 58%;
}
.gallery-item-page-body p:last-child {
  margin: 0 0 30px;
}
.gallery-item-page-twitter {
}
.gallery-item-page-twitter a,
.gallery-item-page-linkedin a {
  color: #494949;
  font-size: 22px;
  float: left;
  margin: 0 20px 30px 0;
}
.gallery-item-page-twitter a,
.gallery-item-page-linkedin a {
  width: 22px;
  height: 22px;
}
.gallery-item-page-linkedin a:before {
  font-size: 19px;
}
@media (min-width: 0) and (max-width: 767px) {
  .gallery-item-page-body-social {
    float: none;
    width: 100%;
  }
  .gallery-item-page-image {
    float: none;
    margin: 0 0 20px;
    width: 100%;
  }
  .gallery-item-page-twitter {
    float: none;
    margin: 0;
  }
  #block-usporg-page-title {
    width: 100%;
    padding: 20px 4% 10px;
    margin: 0;
    float: left;
  }
  .button-link {
    margin-bottom: 10px;
  }
  .twitter-feed-newsroom {
    width: 100%;
  }
  .usp-in-the-news,
  #block-views-block-newsroom-press-releases-block {
    margin: 0 0 20px;
    width: 100%;
  }
}

/* New round orange button */
.round-orange,
.back-button a {
  /* background: #f98800;
  background: linear-gradient(to right, #f98800 0%,#f17000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f98800', endColorstr='#f17000',GradientType=1 ); /* IE6-9 */
  display: inline-block;
  background: #fb6142;
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  padding: 12px 20px 12px 48px;
  border-radius: 30px;
  line-height: 20px;
  transition: ease .3s;
  position: relative;
}
.round-orange:hover,
.round-orange:focus,
.back-button a:hover,
.back-button a:focus {
  /* background: #d86400;
  background: linear-gradient(to right, #d86400 0%,#d86400 100%); */
  background: #cb4025;
  color: #fff;
}
.back-button {
  float: right;
  position: relative;
  top: -50px;
  right: 20px;
}
.round-orange:before,
.back-button a:before {
  font-family: "Glyphicons Halflings";
  color: #ffffff;
  position: absolute;
  left: 16px;
  top: 12px;
  font-size: 20px;
}
.round-orange:before {
  content: "\e092";
}
.back-button a:before {
  content: "\e091";
}

/* Blank HTML page */
.blank_html_template header,
.blank_html_template #block-usporg-breadcrumbs,
.blank_html_template footer {
  display: none;
}
.blank_html_template main {
  padding: 3% 5%;
}
.blank_html_template .layout-content.width-75 #block-usporg-content {
  margin: 0;
}
.blank_html_template article p:last-child {
  margin: 0;
}

/* iframe content form */
iframe[title="media-list-form"] {
  height: 1000px;
  width: 100% !important;
}
@media (min-width: 0px) and (max-width: 1190px) {
  iframe[title="media-list-form"] {
    height: 1500px;
    width: 100% !important;
  }
}

/* Microsite */
.microsite main {
  padding: 0;
}
.microsite .layout-content,
.microsite .layout-content.width-75 {
  margin: 0;
  width: 100%;
}
.microsite #block-usporg-content article {
  margin: 0;
}
.microsite .side-menu,
.microsite .side-menu-close,
.microsite .breadcrumb {
  /* display: none; */
}
.microsite #block-usporg-local-tasks {
  margin: 20px 8%;
}
.microsite .page_title {
  display: none;
}
.microsite #landing-page-slider .item {
  margin: 0;
}
.microsite .main_content_contact {
  /* float: left;
  padding: 2% 4% 50px; */
}
.microsite #block-usporg-content article > div > div {
  padding: 20px 8%;
}
.microsite .content {
  float: left;
  padding: 0;
  width: 100%;
}
.content {
  float: left;
  padding: 0 4%;
  width: 100%;
}
.microsite .row-combo {
  padding: 0 8% 40px;
}
.microsite .cta,
.microsite .tri-block,
.microsite .photo-grid {
  margin: 0;
}
.microsite .breadcrumb {
  margin: 20px 0 0 0;
  padding: 0 8%;
}
.microsite .section-nav {
  float: left;
  margin: 0 0 40px;
  width: 100%;
}
.microsite .section-nav > ul {
  background: #afc3ca;
  display: flex;
  padding: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
.microsite .section-nav > ul li {
  /* flex: 1 1 0; */
  flex-grow: 1;
  margin: 0;
  text-align: center;
}
.microsite .section-nav > ul li a {
  color: #565d5f;
  display: block;
  font-size: 17px;
  font-weight: bold;
  padding: 10px;
  line-height: 18px;
}
.microsite .section-nav > ul li a:hover,
.microsite .section-nav > ul li a.is-active {
  background: #98b1b9;
  color: #fff;
}
.microsite h1 {
  margin: 0 0 20px;
  color: #000;
}
.microsite h2 {
  margin: 0 0 10px;
  color: #000;
}
.microsite .layout-content #block-usporg-content article p:last-of-type {
  margin-bottom: 0;
}
.microsite #block-addtoanybuttons {
  /* background: rgba(255,255,255,.7);
  border-radius: 5px 0 0 5px;
  border: 1px solid rgba(0,0,0,.2);
  border-right: none; */
  /* padding: 5px 5px 10px;
  top: 100px;
  width: 50px;
  z-index: 50; */
}
.microsite-3up {
  float: left;
  width: 31%;
  margin-right: 3.33%;
  margin-bottom: 30px;
}
.microsite-3up.last-item {
  margin-right: 0;
}
.microsite-3up > h2 {
  margin-bottom: 20px;
}
.microsite #block-usporg-breadcrumbs li {
  color: #7C878E;
  font-size: 22px;
  line-height: 22px;
}


/* Tri-block */
.tri-block,
.photo-grid {
  margin: 0 0 30px;
  padding: 30px 40px;
  background: #eeeeef;
}
.tri-block.block-two {
  background: #fbf5e6;
}
.tri-block-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.tri-block-wrapper header {
  flex-basis: 100%;
  margin: 0 0 10px;
  /* text-align: center; */
}
.tri-block-wrapper header h1,
.photo-grid-wrapper header h1,
.tri-block-wrapper header h2,
.photo-grid-wrapper header h2 {
  margin: 0 0 15px;
}
.tri-block .views-field-field-optional-image img {
  width: 100%;
  height: auto;
}

/* Photo grid */
.photo-grid {
  background: none;
  float: left;
  width: 100%;
  /* padding: 0 0 20px; */
  padding: 0;
  margin: 0;
}
.photo-grid-wrapper {
  /* display: flex;
  flex-wrap: wrap;
  justify-content: space-around; */
}
.photo-grid-wrapper .contextual {
  flex-basis: 100%;
}
.photo-grid-wrapper header {
  /* margin: 0 0 20px; */
  margin: 0;
  flex-basis: 100%;
  float: left;
  width: 100%;
}
.photo-grid-wrapper header h1,
.photo-grid-wrapper header h2,
.photo-grid-wrapper header h3,
.photo-grid-wrapper header p {
  margin: 0 0 15px;
}
.photo-grid-wrapper .views-row {
  float: left;
  margin: 0 2% 30px 0;
  position: relative;
  transition: .8s ease;
  perspective: 1000px;
  width: 32%;
}
.photo-grid-wrapper .views-row:nth-of-type(3n+0) {
  margin-right: 0;
}
.toolbar-fixed .photo-grid-wrapper .views-row:nth-of-type(3n+0) {
  margin-right: 2%;
}
.toolbar-fixed .photo-grid-wrapper .views-row:nth-of-type(3n+1) {
  margin-right: 0;
}
.photo-grid-wrapper .views-row .views-field-field-optional-image {
  transition: transform 0.8s;
  transform-style: preserve-3d;
}
.photo-grid-wrapper .views-row .views-field-field-optional-image img {
  height: auto;
  opacity: 1;
  transition: .8s ease;
  width: 100%;
}
.photo-grid .views-row .views-field-field-optional-block-title {
  font-weight: 600;
  position: absolute;
  top: 35%;
  color: #fff;
  padding: 0 35% 0 5%;
  width: 100%;
  opacity: 1;
  transition: transform .8s ease, opacity 1.5s ease;
  transform-style: preserve-3d;
  text-shadow: 1px 1px 2px rgba(0,0,0,1);
  line-height: 26px;
  font-size: 20px;
}
.photo-grid .views-row .views-field-body {
  color: #fff;
  padding: 20px;
  width: 100%;
  position: absolute;
  top: 0;
  opacity: 0;
  transform: rotateY(-180deg);
  font-weight: normal;
  transition: transform .8s ease, opacity .4s ease;
  cursor: default;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.photo-grid .views-row .views-field-body h2 {
  color: #fff;
}
.photo-grid .views-row .views-field-body p {
  font-weight: 500;
  font-size: 16px;
}
.photo-grid .views-row .views-field-body a {
    color: #4cd4ff;
}
.photo-grid .views-row .views-field-body .button-link {
  margin: 0;
  padding: 10px 20px;
  font-size: 16px;
  border-radius: 25px;
  line-height: 20px;
}
.photo-grid-wrapper.flip .views-row:hover .views-field-field-optional-image {
  transform: rotateY(180deg);
}
.photo-grid-wrapper.flip .views-row:hover .views-field-field-optional-image img {
  opacity: .4;
}
.photo-grid-wrapper.flip .views-row:hover .views-field-field-optional-block-title {
  opacity: 0;
  transform: rotateY(180deg);
  transition: transform .8s ease, opacity .4s ease;
}
.photo-grid-wrapper.flip .views-row:hover .views-field-body {
  opacity: 1;
  display: block;
  transition: transform .8s ease, opacity .8s ease-in;
  transform: rotateY(0);
}
.photo-grid .photo-grid-wrapper.flip .views-row .views-field-field-optional-button-link {
  display: none;
}
.photo-grid .photo-grid-wrapper.normal .views-row .views-field-field-optional-block-title {
  padding: 20px;
  top: 0;
  display: none;
}
.photo-grid .photo-grid-wrapper.normal .views-row .views-field-body {
  opacity: 1;
  transform: inherit;
  background: none;
  overflow: hidden;
  transition: none;
  transform: none;
  padding: 5% 30% 5% 5%;
}
.photo-grid .photo-grid-wrapper.normal .views-row .views-field-body h1,
.photo-grid .photo-grid-wrapper.normal .views-row .views-field-body h2 {
  color: #fff;
  font-size: 24px;
  margin: 0 0 10px;
  line-height: 30px;
}
.photo-grid .photo-grid-wrapper.normal .views-row .views-field-body h2 {
  font-size: 24px;
  line-height: 30px;
}
.photo-grid .photo-grid-wrapper.normal .views-row:hover {
  transform: scale(1.05,1.05) translate(-1%,-1%);
  z-index: 200;
}
.photo-grid .photo-grid-wrapper.normal .views-row .views-field-field-optional-button-link a {
  background: none !important;
  text-indent: -99999px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.photo-grid .photo-grid-wrapper.normal .views-row .views-field-body h1.black,
.photo-grid .photo-grid-wrapper.normal .views-row .views-field-body h2.black,
.photo-grid .photo-grid-wrapper.normal .views-row .views-field-body p.black {
  color: #000000;
}
.photo-grid .photo-grid-wrapper.normal .views-row .views-field-body p.black a {
  color: #1b7ec7;
}
.photo-grid .photo-grid-wrapper.normal .views-row .views-field-body p {
  line-height: 24px;
}

/* Photo grid normal */
.photo-grid-wrapper.normal .views-row {
  transition: .3s ease;
}

/* Photo grid normal - 1 across */
.photo-grid-wrapper.normal .views-row.One {
  width: 100%;
  margin: 0 0 2%;
}
.photo-grid .photo-grid-wrapper.normal .views-row.One .views-field-body {
  padding: 5% 50% 5% 5%;
}
.photo-grid .photo-grid-wrapper.normal .views-row.One .views-field-body p {
  font-size: 18px;
  line-height: 28px;
}
.photo-grid .photo-grid-wrapper.normal .views-row.One:hover,
.photo-grid .photo-grid-wrapper.normal .views-row.Two:hover {
  transform: inherit;
  z-index: inherit;
}

/* Photo grid normal - 2 across */
.photo-grid-wrapper.normal .views-row.Two {
  width: 49%;
  margin: 0 2% 2% 0;
}
.photo-grid-wrapper.normal .views-row.Two:nth-of-type(2n+0) {
  margin-right: 0;
}
.toolbar-fixed .photo-grid-wrapper.normal .views-row.Two:nth-of-type(2n+0) {
  margin-right: 2%;
}
.toolbar-fixed .photo-grid-wrapper.normal .views-row.Two:nth-of-type(2n+1) {
  margin-right: 0;
}

/* Photo grid normal - 3 across */
.photo-grid-wrapper.normal .views-row.Three {
  width: 32%;
  margin: 0 2% 2% 0;
}
.photo-grid-wrapper.normal .views-row.Three:nth-of-type(3n+0) {
  margin-right: 0;
}
.toolbar-fixed .photo-grid-wrapper.normal .views-row.Three:nth-of-type(3n+0) {
  margin-right: 2%;
}
.toolbar-fixed .photo-grid-wrapper.normal .views-row.Three:nth-of-type(3n+1) {
  margin-right: 0;
}

/* Photo grid normal - 4 across */
.photo-grid-wrapper.normal .views-row.Four {
  width: 24.2%;
  margin: 0 1% 1% 0;
}
.photo-grid-wrapper.normal .views-row.Four:nth-of-type(4n+0) {
  margin-right: 0;
}
.toolbar-fixed .photo-grid-wrapper.normal .views-row.Four:nth-of-type(4n+0) {
  margin-right: 1%;
}
.toolbar-fixed .photo-grid-wrapper.normal .views-row.Four:nth-of-type(4n+1) {
  margin-right: 0;
}

/* Photo grid normal - 5 across */
.photo-grid-wrapper.normal .views-row.Five {
  width: 19%;
  margin: 0 1.25% 1.25% 0;
}
.photo-grid-wrapper.normal .views-row.Five:nth-of-type(5n+0) {
  margin-right: 0;
}
.toolbar-fixed .photo-grid-wrapper.normal .views-row.Five:nth-of-type(5n+0) {
  margin-right: 1%;
}
.toolbar-fixed .photo-grid-wrapper.normal .views-row.Five:nth-of-type(5n+1) {
  margin-right: 0;
}
.photo-grid .photo-grid-wrapper.normal .views-row.Five .views-field-body h1,
.photo-grid .photo-grid-wrapper.normal .views-row.Five .views-field-body h2 {
  line-height: 24px;
  font-size: 18px;
}
@media (max-width: 1600px) and (min-width: 0) {
}
@media (max-width: 1200px) and (min-width: 0) {
  .photo-grid .photo-grid-wrapper.normal .views-row.Three .views-field-body h1,
  .photo-grid .photo-grid-wrapper.normal .views-row.Four .views-field-body h1,
  .photo-grid .photo-grid-wrapper.normal .views-row.Five .views-field-body h1,
  .photo-grid .photo-grid-wrapper.normal .views-row.Three .views-field-body h2,
  .photo-grid .photo-grid-wrapper.normal .views-row.Four .views-field-body h2,
  .photo-grid .photo-grid-wrapper.normal .views-row.Five .views-field-body h2 {
    line-height: 24px;
    font-size: 18px;
  }
}
@media (max-width: 1024px) and (min-width: 0) {
  .photo-grid .photo-grid-wrapper.normal .views-row.Three .views-field-body,
  .photo-grid .photo-grid-wrapper.normal .views-row.Four .views-field-body,
  .photo-grid .photo-grid-wrapper.normal .views-row.Five .views-field-body {
    padding: 5%;
  }
  .photo-grid .photo-grid-wrapper.normal .views-row.Three .views-field-body h2,
  .photo-grid .photo-grid-wrapper.normal .views-row.Four .views-field-body h2,
  .photo-grid .photo-grid-wrapper.normal .views-row.Five .views-field-body h2 {
    line-height: 22px;
    font-size: 16px;
  }
  .photo-grid .photo-grid-wrapper.normal .views-row.Three .views-field-body p,
  .photo-grid .photo-grid-wrapper.normal .views-row.Four .views-field-body p,
  .photo-grid .photo-grid-wrapper.normal .views-row.Five .views-field-body p {
    /* display: none; */
  }
}
@media (max-width: 950px) and (min-width: 0) {
  .photo-grid .photo-grid-wrapper.normal .views-row.Three .views-field-body p,
  .photo-grid .photo-grid-wrapper.normal .views-row.Four .views-field-body p,
  .photo-grid .photo-grid-wrapper.normal .views-row.Five .views-field-body p {
    display: none;
  }
}
@media (max-width: 767px) and (min-width: 0) {
  .photo-grid .photo-grid-wrapper.normal .views-row.One,
  .photo-grid .photo-grid-wrapper.normal .views-row.Two,
  .photo-grid .photo-grid-wrapper.normal .views-row.Three,
  .photo-grid .photo-grid-wrapper.normal .views-row.Four,
  .photo-grid .photo-grid-wrapper.normal .views-row.Five {
    width: 100%;
    margin: 0 0 4%;
  }
  .photo-grid .photo-grid-wrapper.normal .views-row.One .views-field-body p,
  .photo-grid .photo-grid-wrapper.normal .views-row.Two .views-field-body p,
  .photo-grid .photo-grid-wrapper.normal .views-row.Three .views-field-body p,
  .photo-grid .photo-grid-wrapper.normal .views-row.Four .views-field-body p,
  .photo-grid .photo-grid-wrapper.normal .views-row.Five .views-field-body p {
    display: block;
    line-height: 24px;
    font-size: 16px;
  }
  .photo-grid .photo-grid-wrapper.normal .views-row.One .views-field-body,
  .photo-grid .photo-grid-wrapper.normal .views-row.Two .views-field-body,
  .photo-grid .photo-grid-wrapper.normal .views-row.Three .views-field-body,
  .photo-grid .photo-grid-wrapper.normal .views-row.Four .views-field-body,
  .photo-grid .photo-grid-wrapper.normal .views-row.Five .views-field-body {
    padding: 5% 30% 5% 5%;
  }
  .photo-grid .photo-grid-wrapper.normal .views-row.One .views-field-body h1,
  .photo-grid .photo-grid-wrapper.normal .views-row.Two .views-field-body h1,
  .photo-grid .photo-grid-wrapper.normal .views-row.Three .views-field-body h1,
  .photo-grid .photo-grid-wrapper.normal .views-row.Four .views-field-body h1,
  .photo-grid .photo-grid-wrapper.normal .views-row.Five .views-field-body h1,
  .photo-grid .photo-grid-wrapper.normal .views-row.One .views-field-body h2,
  .photo-grid .photo-grid-wrapper.normal .views-row.Two .views-field-body h2,
  .photo-grid .photo-grid-wrapper.normal .views-row.Three .views-field-body h2,
  .photo-grid .photo-grid-wrapper.normal .views-row.Four .views-field-body h2,
  .photo-grid .photo-grid-wrapper.normal .views-row.Five .views-field-body h2 {
    line-height: 28px;
    font-size: 22px;
  }
}

/* Color style */

/* Color box */
.color-box.blue-gray .views-field-field-optional-image .field-content {
  background: #a5bbc8;
}
.color-box.dark-gray .views-field-field-optional-image .field-content {
  background: #768693;
}
.color-box.light-brown .views-field-field-optional-image .field-content {
  background: #cbc4bc;
}
.color-box.light-gray .views-field-field-optional-image .field-content {
  background: #cfd3d4;
}
.color-box.light-green .views-field-field-optional-image .field-content {
  background: #b6d0d1;
}
.color-box.teal .views-field-field-optional-image .field-content {
  background: #6bbbae;
}
.color-box.dark-green .views-field-field-optional-image .field-content {
  background: #598b8a;
}
.color-box.navy .views-field-field-optional-image .field-content {
  background: #285780;
}
.color-box.maroon .views-field-field-optional-image .field-content {
  background: #875053;
}
.color-box.off-white .views-field-field-optional-image .field-content {
  background: #fbf5e6;
}
.color-box.orange .views-field-field-optional-image .field-content {
  background: #FF6A39;
}
.color-box.purple .views-field-field-optional-image .field-content {
  background: #6A6DCD;
}
.color-box.blue .views-field-field-optional-image .field-content {
  background: #4cd4ff;
}
.color-box.yellow .views-field-field-optional-image .field-content {
  background: #e7e155;
}
.color-box.black .views-field-field-optional-image .field-content {
  background: #000;
}
.color-box.white .views-field-field-optional-image .field-content {
  background: #fff;
}
.photo-grid .photo-grid-wrapper.normal .views-row.color-box .views-field-body {
  padding: 5%;
}

/* Color overlay */
.photo-grid .photo-grid-wrapper.normal .views-row.color-overlay .views-field.views-field-body .field-content {
  position: absolute;
  bottom: 0;
  padding: 2% 4%;
  left: 0;
  right: 0;
}
.photo-grid .photo-grid-wrapper.normal .views-row.color-overlay .views-field.views-field-body .field-content p {
  margin: 0 0 10px;
}
.photo-grid .photo-grid-wrapper.normal .views-row.color-overlay .views-field.views-field-body .field-content p:last-child {
  margin: 0 0 5px;
}
.photo-grid .photo-grid-wrapper.normal .views-row.color-overlay .views-field.views-field-body .field-content.blue-gray,
.photo-grid.blue-gray {
  background: rgba(175, 195, 202, .7);
}
.photo-grid .photo-grid-wrapper.normal .views-row.color-overlay .views-field.views-field-body .field-content.dark-gray,
.photo-grid.dark-gray {
  background: rgba(124, 135, 142, .7);
}
.photo-grid .photo-grid-wrapper.normal .views-row.color-overlay .views-field.views-field-body .field-content.light-brown,
.photo-grid.light-brown {
  background: rgba(222, 215, 207, .7);
}
.photo-grid .photo-grid-wrapper.normal .views-row.color-overlay .views-field.views-field-body .field-content.light-gray,
.photo-grid.light-gray {
  background: rgba(209, 211, 212, .7);
}
.photo-grid .photo-grid-wrapper.normal .views-row.color-overlay .views-field.views-field-body .field-content.light-green,
.photo-grid.light-green {
  background: rgba(183, 223, 215, .7);
}
.photo-grid .photo-grid-wrapper.normal .views-row.color-overlay .views-field.views-field-body .field-content.teal,
.photo-grid.teal {
  background: rgba(91, 213, 190, .7);
}
.photo-grid .photo-grid-wrapper.normal .views-row.color-overlay .views-field.views-field-body .field-content.dark-green,
.photo-grid.dark-green {
  background: rgba(89, 139, 138, .7);
}
.photo-grid .photo-grid-wrapper.normal .views-row.color-overlay .views-field.views-field-body .field-content.navy,
.photo-grid.navy {
  background: rgba(81, 106, 135, .7);
}
.photo-grid .photo-grid-wrapper.normal .views-row.color-overlay .views-field.views-field-body .field-content.maroon,
.photo-grid.maroon {
  background: rgba(135, 80, 83, .7);
}
.photo-grid .photo-grid-wrapper.normal .views-row.color-overlay .views-field.views-field-body .field-content.off-white,
.photo-grid.off-white {
  background: rgba(251, 245, 230, .7);
}
.photo-grid .photo-grid-wrapper.normal .views-row.color-overlay .views-field.views-field-body .field-content.orange,
.photo-grid.orange {
  background: rgba(255, 106, 57, .7);
}
.photo-grid .photo-grid-wrapper.normal .views-row.color-overlay .views-field.views-field-body .field-content.purple,
.photo-grid.purple {
  background: rgba(106, 109, 205, .7);
}
.photo-grid .photo-grid-wrapper.normal .views-row.color-overlay .views-field.views-field-body .field-content.blue,
.photo-grid.blue {
  background: rgba(76, 212, 255, .7);
}
.photo-grid .photo-grid-wrapper.normal .views-row.color-overlay .views-field.views-field-body .field-content.yellow,
.photo-grid.yellow {
  background: rgba(231, 225, 85, .7);
}
.photo-grid .photo-grid-wrapper.normal .views-row.color-overlay .views-field.views-field-body .field-content.black,
.photo-grid.black {
  background: rgba(0, 0, 0, .7);
}
.photo-grid .photo-grid-wrapper.normal .views-row.color-overlay .views-field.views-field-body .field-content.white,
.photo-grid.white {
  background: rgba(255, 255, 255, .7);
}
@media (max-width: 950px) and (min-width: 0) {
  .photo-grid .photo-grid-wrapper.normal .views-row.Three.color-overlay:hover .views-field-body p,
  .photo-grid .photo-grid-wrapper.normal .views-row.Four.color-overlay:hover .views-field-body p,
  .photo-grid .photo-grid-wrapper.normal .views-row.Five.color-overlay:hover .views-field-body p {
    display: block;
  }
}

/* Color content */
.photo-grid .photo-grid-wrapper.normal .views-row.color-content .views-field-body {
  padding: 30px 40px;
  position: relative;
  color: #fff;
}
.photo-grid .photo-grid-wrapper.normal .views-row.color-content .views-field-body ul.black {
  color: #000;
}
.photo-grid .photo-grid-wrapper.normal .views-row.color-content .views-field-field-optional-image img {
  display: none;
}
.photo-grid .photo-grid-wrapper.normal .views-row.color-content .views-field-body a {
  color: #fff;
  text-decoration: underline;
}
.photo-grid .photo-grid-wrapper.normal .views-row.color-content .views-field-body .black a {
  color: #000;
}
.photo-grid .photo-grid-wrapper.normal .views-row.color-content.blue-gray .views-field-body {
  background: #a5bbc8;
}
.photo-grid .photo-grid-wrapper.normal .views-row.color-content.dark-gray .views-field-body {
  background: #768693;
}
.photo-grid .photo-grid-wrapper.normal .views-row.color-content.light-brown .views-field-body {
  background: #cbc4bc;
}
.photo-grid .photo-grid-wrapper.normal .views-row.color-content.light-gray .views-field-body {
  background: #cfd3d4;
}
.photo-grid .photo-grid-wrapper.normal .views-row.color-content.light-green .views-field-body {
  background: #b6d0d1;
}
.photo-grid .photo-grid-wrapper.normal .views-row.color-content.teal .views-field-body {
  background: #6bbbae;
}
.photo-grid .photo-grid-wrapper.normal .views-row.color-content.dark-green .views-field-body {
  background: #598b8a;
}
.photo-grid .photo-grid-wrapper.normal .views-row.color-content.navy .views-field-body {
  background: #285780;
}
.photo-grid .photo-grid-wrapper.normal .views-row.color-content.maroon .views-field-body {
  background: #875053;
}
.photo-grid .photo-grid-wrapper.normal .views-row.color-content.off-white .views-field-body {
  background: #fbf5e6;
}
.photo-grid .photo-grid-wrapper.normal .views-row.color-content.orange .views-field-body {
  background: #FF6A39;
}
.photo-grid .photo-grid-wrapper.normal .views-row.color-content.purple .views-field-body {
  background: #6A6DCD;
}
.photo-grid .photo-grid-wrapper.normal .views-row.color-content.blue .views-field-body {
  background: #4cd4ff;
}
.photo-grid .photo-grid-wrapper.normal .views-row.color-content.yellow .views-field-body {
  background: #e7e155;
}
.photo-grid .photo-grid-wrapper.normal .views-row.color-content.black .views-field-body {
  background: #000;
}
.photo-grid .photo-grid-wrapper.normal .views-row.color-content.white .views-field-body {
  background: #fff;
}

/* Photo grid - Front page */
.front .breadcrumb,
.home .breadcrumb {
  display: none;
}
.home .photo-grid-wrapper.normal,
.front .photo-grid-wrapper.normal,
.home-page .photo-grid-wrapper.normal,
.microsite .photo-grid-wrapper.normal {
  padding: 30px 5%;
  float: left;
}
.home .photo-grid-wrapper header h2,
.front .photo-grid-wrapper header h2 {
  font-size: 44px;
  font-weight: 500;
  line-height: 55px;
  margin: 0 0 30px;
}
.pgbgcolor {
  display: none;
}
body.home {
  display: none;
}

/* Front page image video */
.front-page-image-video {
  float: right;
  width: 52%;
  margin: 50px 0;
  padding: 0 6% 0 0;
}
.front-page-image-video .views-field-field-optional-image img {
  width: 100%;
  height: auto;
}
.front-page-image-video .views-field-body {
  margin-top: 20px;
}
.front-page-image-video .views-field-field-optional-block-title {
  font-family: 'Graphik Web', Lato, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 44px;
  margin: 30px 0 20px;
}
.front-page-image-video .views-field-field-video-placeholder-image {
  display: none;
}
.twitter-feed-block {
  padding: 0 5% 10px 8%;
  margin: 50px 0;
  overflow: hidden;
  width: 48%;
}
@media (max-width: 768px) and (min-width: 0) {
  .front-page-image-video {
    float: none;
    width: 100%;
    margin: 20px 0;
    padding: 0 5%;
  }
}

/* Front page slider text size */
#front-page-slider .carousel-caption h2 {
  font-size: 50px;
  line-height: 56px;
}
#front-page-slider .carousel-caption {
  width: 42%;
}

/* Front page blue headers */
.home .photo-grid-wrapper header h2, 
.front .photo-grid-wrapper header h2,
#block-lateststandardsupdates h2 {
  font-weight: bold;
  color: #004B87;
  font-size: 48px;
  line-height: 54px;
}
@media (max-width: 768px) and (min-width: 0) {
  .home .photo-grid-wrapper header h2, .
  front .photo-grid-wrapper header h2, 
  #block-lateststandardsupdates h2 {
    font-size: 36px;
    line-height: 42px;
  }
}

/* Front page USPNF/RS dark gray background */
.front #block-lateststandardsupdates,
.front #block-uspnf,
.front #block-referencestandards {
    background: #ececec;
}
.front #block-lateststandardsupdates {
  box-shadow: 0 80px 0 #ececec, 0 160px 0 #ececec, 0 240px 0 #ececec;
}
.front #block-referencestandards {
  background: url(../images/molecule-gray.png) no-repeat 100% 100% #ececec;
}
@media (max-width: 1024px) and (min-width: 0) {
  .front #block-referencestandards {
    background-size: contain;
  }
}
@media (max-width: 768px) and (min-width: 0) {
  .front #block-referencestandards {
    background-image: none;
  }
}

/* Front page image video full width color */
.front-page-image-video.full-width-color {
  width: 100%;
  background: #004B87;
  padding: 0;
  margin: 0;
  float: left;
  clear: both;
}
.front-page-image-video .views-row {
  float: left;
}
.front-page-image-video.full-width-color .views-field-body {
  float: left;
  width: 50%;
  padding: 50px 0 50px 10%;
}
.front-page-image-video.full-width-color .views-field-field-optional-video video,
.front-page-image-video.full-width-color .views-field-field-optional-image img {
  float: right;
  width: 50%;
  padding: 50px 0 50px 4%;
}
.front-page-image-video.full-width-color .views-field-body h2 {
  font-size: 48px;
  font-weight: bold;
  line-height: 54px;
  margin-top: 0;
}
.front-page-image-video.full-width-color .views-field-field-optional-video video:focus {
  outline: none;
}
.front-page-image-video.full-width-color .views-field-body {
margin-top:0;
}
@media (max-width: 768px) and (min-width: 0) {
  .front-page-image-video.full-width-color .views-field-field-optional-video video,
  .front-page-image-video.full-width-color .views-field-field-optional-image img {
    float: none;
    width: 100%;
    padding: 0;
  }
  .front-page-image-video.full-width-color .views-field-body {
    float: none;
    width: 100%;
    padding: 20px 8%;
  }
  .front-page-image-video.full-width-color .views-field-body h2 {
    font-size: 36px;
    line-height: 44px;
  }
}

/* Front page image video full width #1 layout */
.front-page-image-video.first-row.full-width-color .views-field-field-optional-video video, 
.front-page-image-video.first-row.full-width-color .views-field-field-optional-image img {
  float: left;
  width: 50%;
  padding: 50px 4% 50px 0;
}
.front-page-image-video.first-row.full-width-color .views-field-body {
  float: right;
  width: 50%;
  padding: 50px 8% 50px 2%;
}
.front-page-image-video {
  opacity: 0;
}


/* Front page image video full width color select */
.front-page-image-video.full-width-color.blue-gray { background: #a5bbc8; }
.front-page-image-video.full-width-color.dark-gray { background: #768693; }
.front-page-image-video.full-width-color.light-brown { background: #cbc4bc; }
.front-page-image-video.full-width-color.light-gray { background: #cfd3d4; }
.front-page-image-video.full-width-color.light-green { background: #b6d0d1; }
.front-page-image-video.full-width-color.teal { background: #6bbbae; }
.front-page-image-video.full-width-color.dark-green { background: #598b8a; }
.front-page-image-video.full-width-color.navy { background: #285780; }
.front-page-image-video.full-width-color.maroon { background: #875053; }
.front-page-image-video.full-width-color.off-white { background: #fbf5e6; }
.front-page-image-video.full-width-color.orange { background: #FF6A39; }
.front-page-image-video.full-width-color.purple { background: #6A6DCD; }
.front-page-image-video.full-width-color.blue { background: #4cd4ff; }
.front-page-image-video.full-width-color.yellow { background: #e7e155; }

/* Home page Twitter title with icon */
.home .twitter-feed-block h2 {
  color: #004B87;
  font-size: 48px;
  font-weight: 700;
  line-height: 70px;
  margin: 0 0 10px;
}
.home .twitter-feed-block h2:before {
  content: "\e08d";
  color: #4CD4FF;
  font-family: 'Socicon' !important;
  line-height: 1;
  font-size: 38px;
  margin: 0 10px;
}
@media (max-width: 450px) and (min-width: 0) {
  .home .twitter-feed-block h2 {
    font-size: 36px;
    line-height: 44px;
  }
  .home .twitter-feed-block h2:before {
    font-size: 30px;
  }
}

/* Home page QM Blog title with icon */
.front-page-image-video .views-field-field-optional-block-title {
  margin: 0 0 12px;
}
.front-page-image-video .views-field-field-optional-block-title .field-content {
  margin: 0;
  font-weight: bold;
  color: #004B87;
  font-size: 48px;
  line-height: 68px;
  background: url(/themes/usporg/images/blog-icon-qm.png) no-repeat 5px 15px / 40px transparent;
  padding-left: 55px;
  display: inline-block;
}
@media (max-width: 768px) and (min-width: 0) {
  .front-page-image-video .views-field-field-optional-block-title {
    margin: 0;
    text-align: center;
    line-height: 34px;
    margin: 0 0 10px;
  }
}
@media (max-width: 450px) and (min-width: 0) {
  .front-page-image-video .views-field-field-optional-block-title .field-content {
    font-size: 28px;
    line-height: 34px;
    background: url(/themes/usporg/images/blog-icon-qm.png) no-repeat 5px 4px / 25px transparent;
    padding-left: 36px;
    display: inline-block;
  }
}
@media (max-width: 767px) and (min-width: 451px) {
  .front-page-image-video .views-field-field-optional-block-title {
    font-size: 34px;
    line-height: 44px;
  }
  .front-page-image-video .views-field-field-optional-block-title .field-content {
    font-size: 34px;
    line-height: 44px;
    background: url(/themes/usporg/images/blog-icon-qm.png) no-repeat 0 5px / 32px transparent;
    padding-left: 36px;
    display: inline-block;
  }
}

/* Animate homepage content */
.from-right.in-view {
  opacity: 0;
  transform: translateX(350px);
  animation: in-view 1s ease forwards;
}
.from-left.in-view {
  opacity: 0;
  transform: translateX(-350px);
  animation: in-view 1s ease forwards;
}
.in-view.seen {
  opacity: 1;
  transform: none;
  animation: none;
}
@keyframes in-view {
  to {
    transform: translateX(0);
    transform: translateY(0);
    opacity: 1;
  }
}

/* Front photo grid animation */
.front .photo-grid-wrapper .views-row {
  opacity: 0;
}
.front .photo-grid.fully-in-view .views-row:nth-child(2) {
  transform: translateX(-350px);
  animation: in-view 1s ease forwards;
}
.front .photo-grid.fully-in-view .views-row:nth-child(3) {
  transform: translateY(350px);
  animation: in-view .75s ease forwards;
}
.front .photo-grid.fully-in-view .views-row:nth-child(4) {
  transform: translateX(350px);
  animation: in-view .75s ease forwards;
}


/* Feed button */
.feed-more {
  margin: 20px 0 0 20px;
}

/* Subscribe newsletter */
.subscribe-newsletter {
  float: left;
  background: #285f75;
  width: 100%;
  margin: 0 0 40px;
  padding: 20px 40px 32px;
}
.subscribe-newsletter h1 {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  margin: 0 0 15px;
}
.subscribe-newsletter .email-icon {
  float: left;
  width: 10%;
  text-align: center;
  height: 36px;
  color: #000;
  background: #eee;
  padding: 8px;
  line-height: 22px;
  font-size: 18px;
}
.newsletter-email {
  float: left;
  width: 75%;
}
.newsletter-email input,
.newsletter-email input:hover,
.newsletter-email input:focus {
  -webkit-text-fill-color: #777 !important;
}
.newsletter-email-submit {
  float: left;
  width: 15%;
}
.subscribe-newsletter input {
  width: 100%;
  border: none;
  height: 36px;
  padding: 0 10px;
  outline: none;
}
.newsletter-email-submit input {
  background: #5abbff;
  color: #09455d;
  font-weight: 400;
}
.newsletter-email-submit input:hover {
  background: #76c6ff;
}


/* Countdown clock (old) ***
.countdown {
  float: left;
  width: 27%;
  background: #eaeaea;
  padding: 20px 25px 15px;
  margin: 0 3% 30px 0;
}
.countdown .countdown-clock {
  display: flex;
  padding: 0;
}
.countdown .time-box-wrapper {
  flex: 1 1 0;
}
.countdown .time-box {
  background: #000;
  border-radius: 5px;
  color: #4cd4ff;
  text-align: center;
}
.countdown .time-box-label {
  font-size: 12px;
  line-height: 22px;
  text-transform: uppercase;
  text-align: center;
}
.countdown .time-box-divider {
  font-size: 28px;
  font-weight: bold;
  margin: 0 10px;
  line-height: 22px;
}*/

/* Countdown clock (new) */
.countdown {
  float: left;
  width: 100%;
  background: #eaeaea;
  padding: 20px 25px 15px;
  margin: 0 3% 30px 0;
}
.countdown .countdown-clock {
  display: flex;
  padding: 0;
}
.countdown .time-box-wrapper {
  flex: 1 1 0;
}
.countdown .time-box {
  background: #000;
  border-radius: 5px;
  color: #4cd4ff;
  text-align: center;
}
.countdown .time-box-label {
  font-size: 12px;
  line-height: 22px;
  text-transform: uppercase;
  text-align: center;
}
.countdown .time-box-divider {
  font-size: 28px;
  font-weight: bold;
  margin: 0 10px;
  line-height: 22px;
}
.countdown p {
  display: none;
}

/* Highlight */
.highlight {
  float: left;
  margin: 0 0 30px;
  width: 70%;
}
.highlight .views-field-body,
.highlight .views-field-field-link {
  width: 48%;
}
.highlight .highlight-image-left {
  float: left;
  margin: 0 20px 0 0;
  width: 50%;
}
.highlight .highlight-image-right {
  float: right;
  margin: 0 0 0 20px;
  width: 50%;
}
.highlight .views-field-field-image img {
  height: auto;
  width: 100%;
}
.highlight .views-field-field-video {
  width: 50%;
  float: right;
  margin: 0 0 0 20px;
}
.highlight .views-field-field-link a,
.photo-grid .views-row .views-field-field-optional-button-link a {
  background: #fb6142;
  color: #ffffff;
  display: inline-block;
  font-family: 'Graphik Web',Lato,sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  padding: 10px 20px;
  transition: .3s ease;
  border-radius: 25px;
  margin: 15px 0 0;
}
.highlight .views-field-field-link a:hover,
.photo-grid .views-row .views-field-field-optional-button-link a:hover {
  background: #cb4025;
}

/* News block */
.image-text-list div p.responsive-img-25-left {
  margin: 0 10px 25px 0 !important;
  width: 25%;
}
.image-text-list div h2 {
  font-size: 18px;
  line-height: 14px;
  margin: 0 0 5px;
  float: left;
  width: 65%;
}
.image-text-list div p {
  font-size: 16px;
  line-height: 22px;
  width: 70%;
  float: left;
  /* min-height: 115px; */
}

/* Testimonial */
.image-text-list.testimonial div p.responsive-img-25-left {
  width: 100px;
  overflow: hidden;
  border-radius: 50%;
  height: 100px;
  position: relative;
  margin-right: 60px !important;
  min-height: inherit;
}
.testimonial .responsive-img-25-left img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 150%;
}
.testimonial .quote {
  margin-bottom: 50px;
  position: relative;
  width: 50%;
}
.testimonial .quote:before,
.testimonial .quote:after {
  content: '\201C';
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  font-size: 120px;
  color: #afc3ca;
  left: -42px;
  top: 30px;
  font-family: arial;
  z-index: -1;
}
.testimonial .quote:after {
  content: '\201D';
  left: inherit;
  right: -18px;
  top: inherit;
  bottom: -20px;
}


/* USP 2020 Convention - microsite */
.usp-2020-convention .page_title {
  display: none;
}
.usp-2020-convention .countdown {
  margin: 0 5% 0 0;
  width: 30%;
}
.usp-2020-convention .highlight {
  width: 65%;
}

/* USP 2020 Convention - official */
.page-node-17156 .layout-content .content {
  padding: 0;
}
.page-node-17156 .single-image-text,
.page-node-17156 .single-text-image,
.page-node-17156 .row-combo .views-row .views-field-field-optional-image img {
  margin: 0;
}

/* USP 2020 Convention - Hide breadcrumbs and title */
.page-node-17156 .breadcrumb,
.page-node-17156 .page_title {
  display: none;
}

/* USP 2020 Convention - Slider
.page-node-17156 #landing-page-slider .carousel-caption.Center h1,
.page-node-17156 #landing-page-slider .carousel-caption.Center h2 {
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  margin: 0 0 1.75vw;
  letter-spacing: -1px;
}
.page-node-17156 #landing-page-slider .carousel-caption.Center h1 {
  font-size: 100px;
  line-height: 64px;
  text-transform: uppercase;
}
.page-node-17156 #landing-page-slider .carousel-caption.Center h2 {
  font-size: 45px;
  font-weight: 700;
  line-height: 55px;
}*/

/* USP 2020 Convention - All rows */
.page-node-17156 .row-combo {
  /* font-family: 'Roboto', sans-serif; */
}

/* USP 2020 Convention - Submenu */
.page-node-17156 .main_content_contact {
  display: none;
}
.usp-2020-submenu {
  background: url(../images/usp200-logo.png) no-repeat 94% 6px #ddd;
  background-size: auto 50px;
  padding: 0 5%;
  text-align: center;
  height: 60px;
  clear: both;
}
.usp-2020-submenu {
  background: url(../images/usp200-logo.png) no-repeat 94% 15px transparent;
  background-size: auto 75px;
  padding: 20px 6% 10px;
  text-align: left;
  height: 100px;
}
.usp-2020-submenu ul {
  font-size: 0;
  margin: 0;
  padding: 0;
}
.usp-2020-submenu li {
  display: inline-block;
  margin: 0;
}
.usp-2020-submenu li a {
  display: block;
  height: 60px;
  padding: 16px 40px;
  color: #7C878E;
  font-size: 22px;
  line-height: 25px;
}
.usp-2020-submenu li a {
  font-size: 24px;
  padding: 16px 30px;
}
.usp-2020-submenu li a:hover {
  background: #FF6A39;
  color: #fff;
}
@media (max-width: 1200px) and (min-width: 768px) {
  .usp-2020-submenu {
    background: url(../images/usp200-logo.png) no-repeat 96% 30px transparent;
    background-size: auto 40px;
    padding: 20px 4% 10px;
  }
  .usp-2020-submenu li a {
    font-size: 18px;
    padding: 16px 20px;
    white-space: nowrap;
  }
}
@media (max-width: 767px) and (min-width: 0) {
  .usp-2020-submenu {
    height: auto;
    background: #ddd;
    padding: 0;
  }
  .layout-content .usp-2020-submenu li {
    display: block;
    font-size: 18px;
    line-height: 24px;
    margin: 0;
    border-bottom: 1px solid #bbb;
  }
  .usp-2020-submenu li a {
    display: block;
    height: auto;
    padding: 10px 40px;
    font-size: 18px;
    line-height: 20px;
    text-align: left;
  }
}

/* USP 2020 Convention - Third row */
.page-node-17156 .single-text-image .row-combo .views-row .views-field-field-optional-block-title, 
.page-node-17156 .single-text-image .row-combo .views-row .views-field-body, 
.page-node-17156 .single-text-image .row-combo .views-row .poster-image, 
.page-node-17156 .single-text-image .row-combo .views-row .combo-button,
.page-node-17156 .single-text-image .row-combo .views-row .views-field-field-optional-image,
.page-node-17156 .single-text-image .row-combo .views-row .video-embed-field-responsive-video {
  width: 50%;
}
.page-node-17156 #block-views-block-interior-pages-row-combinations-3rd-row-qblock .row-combo {
  background: url(../images/molecules.png) 0 -200px no-repeat transparent;
  background-size: cover;
  padding: 0 8%;
}
.page-node-17156 #block-views-block-interior-pages-row-combinations-3rd-row-qblock .row-combo .views-row {
  position: relative;
}
.page-node-17156 #block-views-block-interior-pages-row-combinations-3rd-row-qblock .row-combo .views-field-field-optional-block-title {
  /* width: 100%; */
}
.page-node-17156 #block-views-block-interior-pages-row-combinations-3rd-row-qblock .row-combo .combo-title {
  /* width: 50%; */
}
.page-node-17156 #block-views-block-interior-pages-row-combinations-3rd-row-qblock .row-combo .views-row .views-field-field-optional-image {
  /* position: absolute;
  bottom: 0;
  right: 0; */
}
.page-node-17156 #block-views-block-interior-pages-row-combinations-3rd-row-qblock .row-combo .combo-title,
.page-node-17156 #block-views-block-interior-pages-row-combinations-5th-row-qblock .row-combo .combo-title,
.page-node-17156 .cta #cta-block .cta-text .cta-title {
  font-size: 72px;
  font-weight: 900;
  line-height: 79px;
  margin: 30px 0 20px;
  letter-spacing: -1px;
  font-family: 'Graphik Web', Lato, sans-serif;
  /* font-family: 'Roboto', sans-serif; */
}
.page-node-17156 #block-views-block-interior-pages-row-combinations-3rd-row-qblock .row-combo .combo-title {
  margin-top: 50px;
}
.page-node-17156 #block-views-block-interior-pages-row-combinations-3rd-row-qblock .row-combo .views-field-body h2,
.page-node-17156 #block-views-block-interior-pages-row-combinations-5th-row-qblock .row-combo .views-field-body h2,
.page-node-17156 .cta #cta-block .cta-text .cta-body h2  {
  font-size: 26px;
  font-weight: 600;
  line-height: 33px;
  margin: 0 0 1.5vw;
  color: #000;
  letter-spacing: -1px;
  font-family: 'Graphik Web', Lato, sans-serif;
  /* font-family: 'Roboto', sans-serif; */
}
.page-node-17156 #block-views-block-interior-pages-row-combinations-3rd-row-qblock .row-combo .views-field-body p,
.page-node-17156 #block-views-block-interior-pages-row-combinations-5th-row-qblock .row-combo .views-field-body p,
.page-node-17156 .cta #cta-block .cta-text .cta-body p {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  margin: 0 0 1vw;
  font-family: 'Lato', sans-serif;
}
.page-node-17156 #block-views-block-interior-pages-row-combinations-3rd-row-qblock .row-combo .views-field-body p:last-child .button-link,
.page-node-17156 .cta.cta1 #cta-block .cta-text .cta-body p:last-child .button-link {
  margin: 1vw 0 0;
}
.page-node-17156 #block-views-block-interior-pages-row-combinations-3rd-row-qblock .row-combo .views-field-body p:last-child {
  margin: 0 0 2vw;
}
/* @media (min-width: 1551px) {
  .page-node-17156 #block-views-block-interior-pages-row-combinations-3rd-row-qblock .row-combo .combo-title, 
  .page-node-17156 #block-views-block-interior-pages-row-combinations-3rd-row-qblock.single-text-image .row-combo .views-row .views-field-body, 
  .page-node-17156 #block-views-block-interior-pages-row-combinations-3rd-row-qblock.single-text-image .row-combo .views-row .combo-button {
    width: 60%;
  }
  .page-node-17156 #block-views-block-interior-pages-row-combinations-3rd-row-qblock.single-text-image .row-combo .views-row .views-field-field-optional-image {
    width: 40%;
  }
}
@media (min-width: 1651px) {
  .page-node-17156 #block-views-block-interior-pages-row-combinations-3rd-row-qblock .row-combo .combo-title, 
  .page-node-17156 #block-views-block-interior-pages-row-combinations-3rd-row-qblock.single-text-image .row-combo .views-row .views-field-body, 
  .page-node-17156 #block-views-block-interior-pages-row-combinations-3rd-row-qblock.single-text-image .row-combo .views-row .combo-button {
    width: 65%;
  }
  .page-node-17156 #block-views-block-interior-pages-row-combinations-3rd-row-qblock.single-text-image .row-combo .views-row .views-field-field-optional-image {
    width: 35%;
  }
}
@media (min-width: 1851px) {
  .page-node-17156 #block-views-block-interior-pages-row-combinations-3rd-row-qblock .row-combo .combo-title, 
  .page-node-17156 #block-views-block-interior-pages-row-combinations-3rd-row-qblock.single-text-image .row-combo .views-row .views-field-body, 
  .page-node-17156 #block-views-block-interior-pages-row-combinations-3rd-row-qblock.single-text-image .row-combo .views-row .combo-button {
    width: 75%;
  }
  .page-node-17156 #block-views-block-interior-pages-row-combinations-3rd-row-qblock.single-text-image .row-combo .views-row .views-field-field-optional-image {
    width: 25%;
  }
} */
@media (max-width: 1900px) and (min-width: 0) {
  .page-node-17156 #block-views-block-interior-pages-row-combinations-3rd-row-qblock .row-combo .views-row .views-field-field-optional-image {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .page-node-17156 #block-views-block-interior-pages-row-combinations-3rd-row-qblock .row-combo .views-row {
    position: relative;
  }
  .page-node-17156 #block-views-block-interior-pages-row-combinations-3rd-row-qblock .row-combo .views-field-field-optional-block-title {
    width: 100%;
  }
  .page-node-17156 #block-views-block-interior-pages-row-combinations-3rd-row-qblock .row-combo .combo-title {
    width: 50%;
  }
}
@media (max-width: 950px) and (min-width: 0) {
  .page-node-17156 #block-views-block-interior-pages-row-combinations-3rd-row-qblock .row-combo {
    background: url(../images/molecules.png) 100% 100% no-repeat transparent;
    background-size: inherit;
    padding: 0 5%;
  }
  .page-node-17156 .single-text-image {
    margin: 0 0 30px;
  }
  .page-node-17156 #block-views-block-interior-pages-row-combinations-3rd-row-qblock .row-combo .combo-title {
    font-size: 60px;
    line-height: 70px;
    width: 100%;
  }
  .page-node-17156 .single-text-image .row-combo .views-row .views-field-body {
    width: 100%;
  }
  .page-node-17156 #block-views-block-interior-pages-row-combinations-3rd-row-qblock .row-combo .views-row .views-field-field-optional-image {
    margin-bottom: 20px;
    width: 100%;
    position: inherit;
  }
}

/* USP 2020 Convention - Countdown */
.page-node-17156 .countdown {
  width: 92%;
  background: #004B87;
  padding: 0;
  margin: 0 4%;
}
.page-node-17156 .countdown h2 {
  /* font-family: 'Roboto', sans-serif; */
  font-family: 'Graphik Web', Lato, sans-serif;
  color: #fff;
  text-align: center;
  font-size: 51px;
  line-height: 66px;
  letter-spacing: -1px;
  font-weight: 700;
  margin: 0;
  padding: 22px;
}
.page-node-17156 .countdown .time-box {
  /* font-family: 'Roboto', sans-serif; */
  font-family: 'Graphik Web', Lato, sans-serif;
  background: none;
  border-radius: 0;
  color: #fff;
  font-weight: 900;
  font-size: 100px;
  line-height: 120px;
}
.page-node-17156 .countdown .time-box-label {
  /* font-family: 'Roboto', sans-serif; */
  font-family: 'Graphik Web', Lato, sans-serif;
  color: #fff;
  font-weight: 900;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.page-node-17156 .countdown .time-box-wrapper {
  padding: 25px;
}
.page-node-17156 .countdown .time-box-wrapper:nth-child(odd) {
  background: rgba(255,255,255,.1);
}
.page-node-17156 .countdown .time-box-wrapper:nth-child(even) {
  background: rgba(255,255,255,.2);
}
@media (max-width: 1200px) and (min-width: 0) {
  .page-node-17156 .countdown .time-box {
    font-size: 80px;
    line-height: 100px;
  }
  .page-node-17156 .countdown .time-box-label {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 1024px) and (min-width: 0) {
  .page-node-17156 .countdown .time-box {
    font-size: 70px;
    line-height: 90px;
  }
  .page-node-17156 .countdown .time-box-label {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 950px) and (min-width: 0) {
  .page-node-17156 .countdown {
    width: 100%;
    padding: 0;
    margin: 0 0 30px;
  }
  .countdown .countdown-clock {
    display: block;
  }
  .page-node-17156 .countdown h2 {
    font-size: 48px;
    line-height: 60px;
  }
  .page-node-17156 .countdown .time-box {
    font-size: 100px;
    line-height: 120px;
  }
  .page-node-17156 .countdown .time-box-label {
    font-size: 20px;
    line-height: 24px;
  }
}

/* USP 2020 Convention - CTA1 */
.page-node-17156 .cta.cta1 {
  margin: 0;
}
.page-node-17156 .cta.cta1 #cta-block .cta-text {
  /* font-family: 'Roboto', sans-serif; */
  font-family: 'Graphik Web', Lato, sans-serif;
  width: 40%;
  left: inherit;
  right: 8%;
  top: 50%;
}
.page-node-17156 .cta.cta1 #cta-block .cta-text .cta-title {
  margin-top: 0;
}
@media (max-width: 1250px) and (min-width: 0) {
  .page-node-17156 .cta.cta1 #cta-block .cta-image {
    opacity: .25;
  }
  .page-node-17156 .cta.cta1 #cta-block .cta-text {
    width: 90%;
    left: 5%;
    right: 5%;
  }
}
@media (max-width: 768px) and (min-width: 768px) {
  .page-node-17156 .cta.cta1 #cta-block .cta-text .cta-title {
    font-size: 50px;
    line-height: 54px;
  }
  .page-node-17156 .cta #cta-block .cta-text .cta-body h2 {
    font-size: 24px;
    line-height: 28px;
  }
}
@media (max-width: 767px) and (min-width: 0) {
  .page-node-17156 .cta.cta1 #cta-block .cta-text .cta-title {
    font-size: 48px;
    line-height: 60px;
  }
  .page-node-17156 .cta.cta1 #cta-block .cta-image {
    opacity: 1;
  }
  .page-node-17156 .cta.cta1 #cta-block .cta-text {
    position: inherit;
    margin: 0;
    padding: 5%;
    top: inherit;
    right: inherit;
    left: inherit;
    bottom: inherit;
    width: 100%;
    transform: none;
  }
}

/* USP 2020 Convention - Fifth row */
.page-node-17156 #block-views-block-interior-pages-row-combinations-5th-row-qblock .row-combo {
  background: #F0F0F0;
  padding: 0 0 0 6%;
}
.page-node-17156 #block-views-block-interior-pages-row-combinations-5th-row-qblock .row-combo .combo-title {
  background: url(../images/TEDMED2020-logo-gray.png) 0 0 no-repeat transparent;
  background-blend-mode: multiply;
  padding: 60px 0 0 0;
  margin: 4vw 0 1vw;
}
@media (max-width: 1250px) and (min-width: 0) {
  .page-node-17156 #block-views-block-interior-pages-row-combinations-5th-row-qblock.single-text-image .row-combo .views-row .views-field-field-optional-block-title,
  .page-node-17156 #block-views-block-interior-pages-row-combinations-5th-row-qblock.single-text-image .row-combo .views-row .views-field-body,
  .page-node-17156 #block-views-block-interior-pages-row-combinations-5th-row-qblock.single-text-image .row-combo .views-row .views-field-field-optional-image {
    width: 50%;
  }
  .page-node-17156 #block-views-block-interior-pages-row-combinations-5th-row-qblock .row-combo .combo-title {
    font-size: 50px;
    line-height: 60px;
  }
}
@media (max-width: 1024px) and (min-width: 0) {
  .page-node-17156 #block-views-block-interior-pages-row-combinations-5th-row-qblock.single-text-image .row-combo .views-row .views-field-field-optional-block-title,
  .page-node-17156 #block-views-block-interior-pages-row-combinations-5th-row-qblock.single-text-image .row-combo .views-row .views-field-body {
    width: 40%;
  }
  .page-node-17156 #block-views-block-interior-pages-row-combinations-5th-row-qblock.single-text-image .row-combo .views-row .views-field-field-optional-image {
    width: 60%;
  }
  .page-node-17156 #block-views-block-interior-pages-row-combinations-5th-row-qblock .row-combo .combo-title {
    font-size: 50px;
    line-height: 60px;
  }
}
@media (max-width: 950px) and (min-width: 0) {
  .page-node-17156 #block-views-block-interior-pages-row-combinations-5th-row-qblock {
    margin: 0;
  }
  .page-node-17156 #block-views-block-interior-pages-row-combinations-5th-row-qblock .row-combo {
    padding: 0;
  }
  .page-node-17156 #block-views-block-interior-pages-row-combinations-5th-row-qblock .row-combo .combo-title {
    margin: 40px 5% 20px;
  }
  .page-node-17156 #block-views-block-interior-pages-row-combinations-5th-row-qblock.single-text-image .row-combo .views-row .views-field-field-optional-block-title,
  .page-node-17156 #block-views-block-interior-pages-row-combinations-5th-row-qblock.single-text-image .row-combo .views-row .views-field-body,
  .page-node-17156 #block-views-block-interior-pages-row-combinations-5th-row-qblock.single-text-image .row-combo .views-row .views-field-field-optional-image {
    width: 100%;
  }
  .page-node-17156 #block-views-block-interior-pages-row-combinations-5th-row-qblock .row-combo .views-row .views-field-body {
    padding: 0 5%;
  }
  .page-node-17156 #block-views-block-interior-pages-row-combinations-5th-row-qblock .row-combo .views-field-body p {
    margin: 0 0 10px;
  }
  .page-node-17156 #block-views-block-interior-pages-row-combinations-5th-row-qblock .row-combo .views-field-body p:last-child {
    margin: 0 0 20px;
  }
}

/* USP 2020 Convention - CTA2 */
.page-node-17156 .cta.cta2  {
  margin: 0;
}
.page-node-17156 .cta.cta2 #cta-block .cta-text .cta-body h2  {
  font-family: 'Graphik Web', Lato, sans-serif;
  color: #fff;
}
.page-node-17156 .cta.cta2 #cta-block .cta-text .cta-body h2.information {
  font-family: 'Graphik Web', Lato, sans-serif;
  border: 1px solid #fff;
  padding: 20px;
  line-height: 45px;
  margin: 2vw auto;
  display: inline-block;
}
.page-node-17156 .cta.cta2 #cta-block .cta-text {
  padding: 0 18%;
  top: 50%;
  margin: 0;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  bottom: inherit;
}

/* USP 2020 Convention - Quote slider */
.quote-slider {
  clear: both;
  padding: 40px 8%;
}
.quote-slider header h1 {
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
  margin: 0;
  padding: 0 12% .25vw;
  font-family: 'Graphik Web', Lato, sans-serif;
}
.quote-slider header h2 {
  font-size: 26px;
  font-weight: 700;
  line-height: 33px;
  margin: 0 0 50px;
  letter-spacing: -1px;
  font-family: 'Graphik Web', Lato, sans-serif;
}
.quote-slider #secondary-slider .carousel-control {
  transform: translateY(-50%);
  top: 50%;
  left: -5% !important;
  width: 30px;
  height: 50px;
}
.quote-slider #secondary-slider .carousel-control.right {
  background: url(../images/arrow_next_quote.png) no-repeat 0 50% transparent;
  left: inherit !important;
  right: -5% !important;
}
.quote-slider #secondary-slider .carousel-control.left {
  background: url(../images/arrow_prev_quote.png) no-repeat 0 50% transparent;
}
.quote-slider #secondary-slider .item {
  min-height: 680px;
  height: 680px;
}
.quote-slider #secondary-slider .col-xs-6 {
  padding: 0 8%;
  margin: 0;
  background: #fff;
  width: 50%;
  left: 0 !important;
}
.quote-slider #secondary-slider .sld-body {
  background: transparent;
  color: #000;
  padding: 0;
  position: relative;
}
.quote-slider #secondary-slider .sld-body:before {
  background: url(../images/quotes.png) 0 0 no-repeat transparent;
  content: "";
  display: block;
  left: -95px;
  position: absolute;
  top: -25px;
  width: 89px;
  height: 58px;
}
.quote-slider #secondary-slider .sld-body p {
  font-weight: 600;
  font-size: 28px;
  line-height: 36px;
}
.quote-slider .blue-border-top,
.quote-slider .blue-border-bottom {
  height: 50px;
  border: 10px solid #A2DFF6;
}
.quote-slider .blue-border-top {
  border-bottom: none;
  margin: 0 0 10px;
}
.quote-slider .blue-border-bottom {
  border-top: none;
  margin: 10px 0 0;
}

.quote-slider .carousel-inner .active.left { left: -50%; }
.quote-slider .carousel-inner .next        { left: -50%; }
.quote-slider .carousel-inner .prev        { left: -50%; }

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
}
@media (min-width: 1901px) {
  .quote-slider #secondary-slider .item {
    min-height: 525px;
    height: 525px;
  }
}
@media (max-width: 1250px) {
  .quote-slider #secondary-slider .item {
    min-height: 720px;
    height: 720px;
  }
}
@media (max-width: 1150px) {
  .quote-slider #secondary-slider .item {
    min-height: 890px;
    height: 890px;
  }
}
@media (max-width: 1024px) {
  .quote-slider #secondary-slider .item {
    min-height: 950px;
    height: 950px;
  }
}
@media (min-width: 0px) and (max-width: 950px) {
  .quote-slider #secondary-slider .sld-body:before {
    left: -23px;
    top: -24px;
    width: 40px;
    height: 40px;
    background-size: 100%;
  }
  .quote-slider #secondary-slider .item {
    min-height: 500px;
    height: 500px;
  }
  .quote-slider #secondary-slider .col-xs-6.item-inside {
    width: 100%;
    display: none !important;
  }
  .quote-slider #secondary-slider .col-xs-6.item-inside:first-child {
    display: block !important;
  }
  .quote-slider .carousel-control.left:hover, 
  .quote-slider .carousel-control.right:hover, 
  .quote-slider #secondary-slider .carousel-control.left:hover, 
  .quote-slider #secondary-slider .carousel-control.right:hover {
    background-position: 0 50%;
  }
  .quote-slider .carousel-inner .active.left { left: -100%; }
  .quote-slider .carousel-inner .next        { left:  100%; }
  .quote-slider .carousel-inner .prev        { left: -100%; }

  @media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-inner > .item.next,
    .carousel-inner > .item.active.right {
      left: 0;
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0);
    }
    .carousel-inner > .item.prev,
    .carousel-inner > .item.active.left {
      left: 0;
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
    }
  }
}
@media (max-width: 767px) {
  .quote-slider #secondary-slider .item {
    min-height: auto;
    height: auto;
  }
  .quote-slider {
    float: left;
    padding: 40px 8% 60px;
  }
  .quote-slider header h1 {
    padding: 0;
  }
}
@media (max-width: 768px) and (min-width: 768px) {
  .quote-slider #secondary-slider .item {
    min-height: 580px;
    height: 580px;
  }
}

/* USP 2020 Convention - Agenda */
.agenda {
  padding: 0 2%;
}
.agenda-header {
  padding: 0 10% 40px;
  text-align: center;
}
.agenda .col-md-6 {
  padding: 0 4%;
}
.agenda .agenda-day-wrapper {
  margin: 0 0 30px;
}
.agenda .col-md-12.agenda-day {
  background: #004B87;
  color: #fff;
  font-weight: 700;
  font-size: 32px;
  line-height: 36px;
  padding: 20px;
}
.agenda .event.row {
  background: #F2F2F2;
  font-size: 20px;
  line-height: 28px;
  font-weight: bold;
}
.agenda .event.row:nth-child(even) {
  background: #E0E0E0;
}
.agenda .event.row .col-md-8 {
  padding: 20px 5px 20px 20px;
}
.agenda .event.row .col-md-4 {
  padding: 20px 20px 20px 5px;
}
@media (min-width: 0px) and (max-width: 991px) {
  .agenda .event.row .col-md-8 {
    padding: 20px 20px 5px 20px;
  }
  .agenda .event.row .col-md-4 {
    padding: 5px 20px 20px 20px;
  }
}

/* USP 2020 - Special */
[aria-label="Status message"] {
  margin: 0;
}
#landing-page-slider .carousel-caption.Special {
  left: 11%;
}
#landing-page-slider .carousel-caption.Special h2 {
  font-weight: 600;
  font-size: 38px;
  margin: 0 0 10px;
}
#landing-page-slider .carousel-caption.Special h3 {
  font-weight: 600;
  font-size: 28px;
  margin: 0px 0 15px;
}
#landing-page-slider .carousel-caption.Special p {
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  margin: 0 0 5px;
}
#landing-page-slider .carousel-caption.Special .giant {
  font-weight: 700;
  font-size: 195px;
  line-height: 165px;
  font-family: "Graphik web";
  letter-spacing: -5px;
  margin: 0 0 20px;
}
#landing-page-slider .carousel-caption.Special .button-link {
  margin: 20px 0 0;
}
@media (min-width: 0px) and (max-width: 950px) {
  .microsite .layout-content .breadcrumb {
    margin: 10px 0;
    padding: 0 5%;
  }
  .usp-2020-submenu li a {
    /* padding: 10px 5%; */
  }
  #landing-page-slider .carousel-caption.Special {
    left: 5%;
    width: 90%;
  }
  #landing-page-slider .carousel-caption.Special h2 {
    font-size: 16px;
    margin: 0 0 5px;
    line-height: 20px;
  }
  #landing-page-slider .carousel-caption.Special h3 {
    font-size: 14px;
    line-height: 18px;
    margin: 0px 0 5px;
  }
  #landing-page-slider .carousel-caption.Special p {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    margin: 0 0 5px;
    display: none;
  }
  #landing-page-slider .carousel-caption.Special .giant {
    font-size: 48px;
    line-height: 48px;
    letter-spacing: -.04em;
    margin: 0 0 5px;
    display: block;
  }
  #landing-page-slider .carousel-caption.Special p:last-of-type {
    display: block;
  }
  #landing-page-slider .carousel-caption.Special .button-link {
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 950px) {
  #landing-page-slider .carousel-caption.Special .giant {
    font-size: 100px;
    line-height: 90px;
  }
  #landing-page-slider .carousel-caption.Special h2 {
    font-size: 20px;
    margin: 0 0 5px;
    line-height: 20px;
  }
  #landing-page-slider .carousel-caption.Special h3 {
    font-size: 18px;
    line-height: 18px;
    margin: 0px 0 14px;
  }
}
@media (min-width: 951px) and (max-width: 1365px) {
  #landing-page-slider .carousel-caption.Special .giant {
    font-size: 120px;
    line-height: 100px;
  }
  #landing-page-slider .carousel-caption.Special h2 {
    font-size: 28px;
    margin: 0 0 5px;
    line-height: 34px;
  }
  #landing-page-slider .carousel-caption.Special h3 {
    font-size: 24px;
    line-height: 30px;
    margin: 0px 0 14px;
  }
}

/* Video Full */
.video-full .views-field-field-video-placeholder-image {
  display: none;
}
.video-full video:focus {
  outline: none;
}

/* Side by side magazine */
.side-magazine-wrapper {
  display: flex;
  justify-content: space-between;
}
.side-magazine .views-row {
  width: 48.5%;
  position: relative;
  padding: 40px 0 0 0;
}
.side-magazine img,
.large-image-img img,
.longform-blocks .large-image-block .views-field-field-optional-image img {
  width: 100%;
  height: auto;
}
.maga-text {
  background: #fff;
  padding: 40px 5% 40px 18%;
  width: 90%;
  position: relative;
  top: -200px;
  margin: 0 0 -200px;
}
.views-row:last-child .maga-text {
  padding: 40px 5%;
}
.maga-text .maga-title,
.maga-text .maga-body h2 {
  letter-spacing: -.03em;
  font-size: 70px;
  font-weight: 700;
  line-height: 80px;
  font-family: "Graphik web";
  margin: 0 0 20px;
}
.maga-text .maga-body h2 {
  letter-spacing: -.04em;
  font-size: 28px;
  line-height: 38px;
  font-weight: 500;
  margin: 0 0 30px;
}
.maga-body p {
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
}
@media (min-width: 0px) and (max-width: 950px) {
  .side-magazine-wrapper {
    display: block;
  }
  .side-magazine .views-row {
    padding: 0;
    width: 100%;
  }
  .maga-text {
    padding: 20px 4%;
    width: 100%;
    position: relative;
    top: 0;
    margin: 0;
  }
  .views-row:last-child .maga-text {
    padding: 20px 4%;
  }
  .maga-text .maga-title,
  .magazine-top-content .views-field-body p.giant {
    font-size: 40px;
    line-height: 46px;
    margin: 0 0 10px;
  }
  .maga-text .maga-body h2 {
    font-size: 24px;
    line-height: 34px;
    margin: 0 0 20px;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .maga-text {
    padding: 40px 4% 40px 18%;
    top: -100px;
    margin: 0 0 -100px;
  }
  .maga-text .maga-title {
    font-size: 60px;
    line-height: 70px;
  }
  .maga-text .maga-body h2 {
    font-size: 40px;
    line-height: 50px;
  }
}


/* Large image block */
.large-image-block .views-row,
.longform-blocks .large-image-block {
  position: relative;
}
.large-image-block .views-row .large-image-text,
.longform-blocks .large-image-block .views-field-body {
  position: absolute;
  top: 15%;
  width: 35%;
  left: 10%;
}
.large-image-block .views-row .large-image-text .views-field-body p,
.longform-blocks .large-image-block .views-field-body p {
  font-size: 24px;
  line-height: 34px;
}
.large-image-block .views-row .large-image-text .views-field-body p.giant,
.longform-blocks .large-image-block .views-field-body p.giant {
  font-family: "Graphik web";
  font-weight: 700;
  font-size: 95px;
  line-height: 95px;
}
@media (min-width: 0px) and (max-width: 950px) {
  .large-image-block .views-row .large-image-text, 
  .longform-blocks .large-image-block .views-field-body {
    position: absolute;
    top: 5%;
    width: 90%;
    left: 5%;
  }
  .large-image-block .views-row .large-image-text .views-field-body p.giant,
  .longform-blocks .large-image-block .views-field-body p.giant {
    font-size: 32px;
    line-height: 38px;
    margin: 0 0 10px;
  }
  .large-image-block .views-row .large-image-text .views-field-body p, 
  .longform-blocks .large-image-block .views-field-body p {
    font-size: 18px;
    line-height: 24px;
  }
  .large-image-img, 
  .longform-blocks .large-image-block .views-field-field-optional-image {
    position: relative;
    left: 50%;
    transform: translateX(-75%);
  }
  .large-image-img img, 
  .longform-blocks .large-image-block .views-field-field-optional-image img {
    width: 150%;
  }
}

/* Magazine top content */
.magazine-top-content {
  float: left;
  position: relative;
  width: 100%;
}
.microsite .magazine-top-content .breadcrumb,
.microsite .landing-page.longform-blocks-page .breadcrumb {
  padding: 0;
  margin: 0 0 10px;
}
.microsite .magazine-top-content .breadcrumb li a,
.microsite .landing-page.longform-blocks-page .breadcrumb li a {
  font-size: 18px;
}
.microsite .magazine-top-content .breadcrumb li:after,
.microsite .landing-page.longform-blocks-page .breadcrumb li:after {
  margin: 0 10px;
  font-size: 18px;
}
.microsite .landing-page {
  position: relative;
  float: left;
  width: 100%;
}
.microsite .landing-page.longform-blocks-page .breadcrumb {
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: 50%;
  background: #fff;
  margin: 0;
  padding: 20px 20px 0 8%;
}
.magazine-top-content .views-field-field-optional-block-title,
.magazine-top-content .views-field-body {
  float: left;
  width: 50%;
  background: #fff;
  position: absolute;
  bottom: 0;
  padding: 40px 40px 20px 8%;
}
.magazine-top-content .views-field-body p.giant {
  font-size: 80px;
  line-height: 90px;
  font-family: "Graphik web";
  font-weight: bold;
  letter-spacing: -.02em;
}
.magazine-top-content .views-field-field-image-thumbnail {
  float: right;
  width: 50%;
  margin: -40px 0 0 0;
}
.magazine-top-content .views-field-field-optional-image img,
.magazine-top-content .views-field-field-image-thumbnail img,
.responsive-image img {
  height: auto;
  width: 100%;
}
@media (min-width: 0px) and (max-width: 950px) {
  .magazine-top-content .views-field-field-image-thumbnail {
    float: none;
    width: 100%;
    margin: 0;
  }
  .magazine-top-content .views-field-field-optional-block-title, 
  .magazine-top-content .views-field-body {
    float: none;
    width: 100%;
    position: inherit;
    bottom: inherit;
    padding: 20px 5%;
  }
  .magazine-top-content .views-field-body p.giant {
    font-size: 40px;
    line-height: 46px;
    margin: 0 0 10px;
  }
  .microsite #block-usporg-content article > div > div {
    padding: 0 4% 20px;
  }
  #block-usporg-breadcrumbs li:after, 
  .longform-breadcrumbs li:after {
    margin: 0 5px;
    font-size: 14px;
  }
  .microsite #block-usporg-breadcrumbs li {
    font-size: 14px;
    line-height: 20px;
    margin: 0;
  }
  .microsite .magazine-top-content .breadcrumb li a, 
  .microsite .landing-page.longform-blocks-page .breadcrumb li a {
    font-size: 14px;
  }
}
@media (min-width: 951px) and (max-width: 1023px) {
  .magazine-top-content .views-field-body p.giant {
    font-size: 48px;
    line-height: 58px;
  }
}
@media (min-width: 1024px) and (max-width: 1150px) {
  .magazine-top-content .views-field-body p.giant {
    font-size: 54px;
    line-height: 64px;
  }
}
@media (min-width: 1151px) and (max-width: 1280px) {
  .magazine-top-content .views-field-body p.giant {
    font-size: 70px;
    line-height: 80px;
  }
}
@media (min-width: 1367px) and (max-width: 1440px) {
  .magazine-top-content .views-field-body p.giant {
    font-size: 80px;
    line-height: 90px;
  }
}
@media (min-width: 1441px) and (max-width: 1536px) {
  .magazine-top-content .views-field-body p.giant {
    font-size: 90px;
    line-height: 100px;
  }
}
@media (min-width: 1537px) and (max-width: 1799px) {
  .magazine-top-content .views-field-body p.giant {
    font-size: 100px;
    line-height: 110px;
  }
}
@media (min-width: 1800px) {
  .magazine-top-content .views-field-body p.giant {
    font-size: 125px;
    line-height: 135px;
  }
}


/* Longform block styles */
/* magazine banner */
.microsite .breadcrumb {
  margin: 20px 0;
  padding: 0 8%;
}
.microsite.longform-article .breadcrumb {
  margin: 20px 0 -72px;
  padding: 20px 8% 0;
  width: 50%;
  position: relative;
  top: -72px;
  background: #fff;
}
.microsite .landing_page_slider {
  float: left;
  width: 100%;
  position: relative;
}
.microsite .longform-breadcrumbs {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #ffffff;
  padding: 20px 20px 0 10%;
  min-width: 50%;
}
.magazine-top-content .magazine-banner .views-field-body {
  float: inherit;
  width: 48%;
  background: none;
  position: absolute;
  bottom: inherit;
  left: 5%;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
}
.magazine-top-content .magazine-banner .views-field-body p.giant {
  font-size: 80px;
  line-height: 90px;
  font-family: "Graphik web";
  font-weight: bold;
  letter-spacing: -.02em;
  margin: 0 0 25px;
  padding: 0;
}
.magazine-top-content .magazine-banner .views-field-body h2 {
  font-size: 22px;
  line-height: 28px;
  margin: 0 0 5px;
}
.magazine-top-content .magazine-banner .views-field-body h2:last-child {
  margin: 0 0 20px;
}
@media (min-width: 1366px) and (max-width: 1440px) {
  .magazine-top-content .magazine-banner .views-field-body p.giant {
    font-size: 70px;
    line-height: 80px;
    margin: 0 0 10px;
  }
}
@media (min-width: 1101px) and (max-width: 1365px) {
  .magazine-top-content .magazine-banner .views-field-body p.giant {
    font-size: 60px;
    line-height: 70px;
    margin: 0 0 10px;
  }
}
@media (min-width: 951px) and (max-width: 1100px) {
  .magazine-top-content .magazine-banner .views-field-body p.giant {
    font-size: 50px;
    line-height: 60px;
    margin: 0 0 10px;
  }
}


/* content block */
.longform-blocks .content-block {
  padding: 0;
}
.longform-blocks .content-block .views-field-body h2 {
  font-size: 50px;
  margin: 0 0 20px;
  line-height: 60px;
  padding: 20px 8% 0;
  letter-spacing: -.04em;
}
.longform-blocks .content-block .views-field-body h2.text-align-right {
  padding: 40px 8% 0 0;
}
.longform-blocks .content-block .views-field-body p {
  padding: 0 8%;
}
.longform-blocks .content-block {
  margin: 0 0 40px;
}
.longform-blocks .content-block .views-field-body p.responsive-img-50-left,
.longform-blocks .content-block .views-field-body p.responsive-img-50-right {
  padding: 0;
}

/* large image block */
.longform-blocks .large-image-block .views-field-body h2 {
  font-size: 30px;
  margin: 0 0 20px;
}


/* microsite tri-block */
.microsite .tri-block {
  background: none;
  padding: 40px 4%;
}
.microsite .tri-block header h1 {
  margin: 0 0 40px;
  font-size: 58px;
  line-height: 70px;
  letter-spacing: -.04em;
}
.microsite .tri-block .views-row {
  background: none;
  border: none;
  margin: 0 4% 0 0;
}
.microsite .tri-block .views-row:last-child {
  margin: 0;
}
.microsite .tri-block .views-field-field-optional-block-title {
  font-size: 42px;
  line-height: 50px;
  font-weight: 700;
  color: #444;
}
.responsive-image img,
.large-image-img-responsive img {
  width: 100%;
  height: auto;
}
@media (min-width: 0px) and (max-width: 767px) {
  .magazine-top-content .magazine-banner .views-field-body p.giant {
    font-size: 32px;
    line-height: 38px;
    margin: 0 0 10px;
  }
  .magazine-top-content .magazine-banner .views-field-body h2 {
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 5px;
  }
  .longform-blocks .content-block .views-field-body h2 {
    font-size: 36px;
    margin: 0 0 10px;
    line-height: 42px;
    padding: 20px 5% 0;
  }
  .longform-blocks .content-block .views-field-body p {
    padding: 0 5%;
  }
  .longform-blocks .large-image-block .views-field-body h2 {
    font-size: 20px;
    margin: 0 0 10px;
    line-height: 26px;
  }
  .longform-blocks .content-block {
    margin: 0;
  }
  .microsite .tri-block header h1 {
    margin: 0 0 20px;
    font-size: 48px;
    line-height: 54px;
  }
  .microsite .tri-block .views-field-field-optional-block-title {
    font-size: 36px;
    line-height: 42px;
  }
  .magazine-top-content .magazine-banner .views-field-body {
    width: 48%;
  }
}
@media (min-width: 768px) and (max-width: 950px) {
  .magazine-top-content .magazine-banner .views-field-body p.giant {
    font-size: 40px;
    line-height: 50px;
    margin: 0 0 10px;
  }
  .magazine-top-content .magazine-banner .views-field-body h2 {
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 10px;
  }
}
@media (min-width: 0px) and (max-width: 450px) {
  .magazine-top-content .magazine-banner .views-field-body p.giant {
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 10px;
  }
}
@media (min-width: 0px) and (max-width: 450px) {
  .microsite .tri-block .views-row {
    margin: 0;
  }
}

/* Responsive substitute image */
.responsive-image,
.large-image-img-responsive {
  display: none;
}
/* @media (min-width: 0px) and (max-width: 950px) {
  .responsive-image,
  .large-image-img-responsive {
    display: block;
  }
  .default-image,
  .large-image-img {
    display: none;
  }
} */


/* Media carousel */
.media-carousel {
  display: none;
}
.media-carousel {
  margin: 30px -5%;
  padding: 20px 0;
  clear: both;
}
.microsite .media-carousel {
  margin: 0;
}
.mcbgcolor {
  display: none;
}
.media-carousel header {
  padding: 0 15% 30px;
}
.media-carousel .slick-list {
  overflow: visible;
}
.media-carousel .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.media-carousel .slick-slide:focus {
  outline: none;
}
.media-carousel .slick-slide img {
  width: 100%;
  height: auto;
}
.media-carousel .slick-slide .media-carousel-item {
  margin: 0 5%;
  padding: 2% 0;
  opacity: .8;
  position: relative;
  text-align: center;
  transform: scale(.8);
  cursor: grab;
}
/* No scale 
.media-carousel .slick-slide .media-carousel-item {
  margin: 0;
  padding: 0;
  opacity: 1;
  transform: scale(1);
} */
.media-carousel .slick-slide .media-carousel-item h2 {
  margin: 20px 0 0;
}
.media-carousel .slick-slide .media-carousel-item p {
  margin: 5px 5%;
}
.media-carousel .slick-slide .media-carousel-item h2,
.media-carousel .slick-slide .media-carousel-item p {
  opacity: 0;
  transition: all 600ms ease;
}
.media-carousel .slick-slide.slick-center .media-carousel-item {
  opacity: 1;
  transform: scale(1);
  margin: 0;
  padding: 0;
}
.media-carousel .slick-slide.slick-center .media-carousel-item h2,
.media-carousel .slick-slide.slick-center .media-carousel-item p {
  opacity: 1;
}
.media-carousel .slick-slide .media-carousel-item {
  transition: all 800ms ease;
}
.media-carousel .slick-prev {
  left: 4%;
  z-index: 100;
}
.media-carousel .slick-next {
  right: 4%;
  z-index: 100;
}
.media-carousel .slick-prev:before, 
.media-carousel .slick-next:before {
  font-family: 'Glyphicons Halflings';
  font-size: 24px;
  line-height: 1;
  color: #888;
  transition: all 300ms ease;
  position: relative;
  opacity: 1;
}
.media-carousel .slick-prev:before {
  content: "\e079";
  content: "\e251";
  right: 1px;
}
.media-carousel .slick-next:before {
  content: "\e080";
  content: "\e250";
  left: 1px;
}
.media-carousel .slick-prev, 
.media-carousel .slick-next,
.media-carousel .slick-arrow:focus, 
.media-carousel .slick-arrow:focus {
  background: #fff;
  width: 40px;
  height: 40px;
  padding: 0;
  border-radius: 2px;
  top: 40%;
  transition: all 300ms ease;
  opacity: 1;
}
.media-carousel .slick-arrow:hover {
  background: #fff;
  opacity: 1;
}
.media-carousel .slick-arrow:hover:before {
  color: #fb6142;
}
.media-carousel .slick-dots {
  position: static;
  bottom: inherit;
  margin: 20px 0 0;
}
.media-carousel .slick-dots li button {
  padding: 0;
  cursor: pointer;
  color: #fff;
  border: 2px solid #000;
  outline: none;
  background: transparent;
  border-radius: 50%;
  height: 12px;
  width: 12px;
  /* mix-blend-mode: overlay; */
}
.media-carousel .slick-dots li.slick-active button {
  background: rgb(0,0,0);
  /* mix-blend-mode: overlay; */
}
.media-carousel .slick-dots li button:before {
  content: '';
}
.media-carousel .slick-track {
  display: flex !important;
}
.media-carousel .slick-slide {
  height: inherit !important;
}
.media-carousel.blue-gray { background: #a5bbc8; }
.media-carousel.dark-gray { background: #768693; }
.media-carousel.light-brown { background: #cbc4bc; }
.media-carousel.light-gray { background: #cfd3d4; }
.media-carousel.light-green { background: #b6d0d1; }
.media-carousel.teal { background: #6bbbae; }
.media-carousel.dark-green { background: #598b8a; }
.media-carousel.navy { background: #285780; }
.media-carousel.maroon { background: #875053; }
.media-carousel.off-white { background: #fbf5e6; }
.media-carousel.orange { background: #FF6A39; }
.media-carousel.purple { background: #6A6DCD; }
.media-carousel.blue { background: #4cd4ff; }
.media-carousel.yellow { background: #e7e155; }
h2.white-text, p.white-text { color: #fff; }

@media (min-width: 0px) and (max-width: 768px) {
  .media-carousel .slick-slide {
    margin: 0;
  }
  .media-carousel .slick-slide .media-carousel-item {
    margin: 0;
    padding: 0;
    opacity: 1;
    transform: scale(1);
  }
}

/* Webform block */
.webform-block {
  float: left;
  width: 50%;
  background: #eaeaea;
  padding: 40px 5%;
  height: 394px;
}
.webform-block h2 {
  color: #464646;
}
main .webform-block form .form-item label {
  margin: 0 0 2px 4px;
  font-size: 16px;
  line-height: 20px;
}
main .webform-block form,
main .webform-block form .form-item input,
main .webform-block form .form-item select,
main .webform-block form .form-item textarea {
  width: 100%;
}
main .webform-block form input.button {
  border-radius: 0;
}
main .webform-block form input.button:hover {
  color: #fff;
}

/* Search and buy RS block */
.search-and-buy-rs {
  float: left;
  height: 394px;
  width: 50%;
  padding: 40px 5%;
  background: #d3d3d3;
}
.search-and-buy-rs h2 {
  color: #464646;
}

@media (min-width: 0px) and (max-width: 767px) {
  .webform-block,
  .search-and-buy-rs {
    clear: both;
    float: none;
    width: 100%;
  }
  .search-and-buy-rs {
    height: 250px;
  }
}

/* Form blocks */
.form-blocks {
  float: left;
  /* margin: 0 0 40px; */
  margin: 0;
  width: 100%;
}
.form-blocks > div > div {
  display: flex;
}
.form-blocks .views-row {
  background: #eaeaea;
  padding: 40px 5%;
  flex-basis: 50%;
}
.form-blocks .views-row:last-child {
  background: #d3d3d3;
}
.form-blocks .views-field-field-optional-block-title {
  color: #464646;
  font-family: 'Graphik Web',Lato,sans-serif;
  margin: 0 0 5px;
  font-size: 24px;
  font-weight: 500;
}
.form-blocks .views-row:last-child .views-field-field-optional-block-title {
  margin: 0 0 20px;
}

/* Popup form */
.popup-form {
  display: none;
}
#popupForm .modal-body .popup-form {
  display: block;
}
#popupForm .modal-header .field-content,
#popupForm .views-field-field-optional-block-title .field-content {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 10px;
}
#popupForm .modal-body {
  background: #fbf5e6;
  padding: 30px 40px;
}
#popupForm .close {
  font-size: 35px;
  color: #ada49b;
  opacity: 1;
  margin: 0 10px 0 0;
  position: absolute;
  top: 0;
  right: 0;
}

/* Volunteer Recruitment Form */
#block-uspvolunteerrecruitment {
  float: left;
  width: 100%;
  padding: 0 4%;
}
#volunteer-registration-form #edit-interest--wrapper #edit-interest {
  column-count: 2;
}
@media (min-width: 0px) and (max-width: 767px) {
  #volunteer-registration-form #edit-interest--wrapper #edit-interest {
      column-count: 1;
  }
}

/* Web page */
.web_page {
  display: none;
}
.web_page #block-usporg-page-title {
  display: none;
}
.web_page #block-usporg-local-tasks {
  margin: 0;
  padding: 20px 4%;
  width: 100%;
}
.web_page #content-moderation-entity-moderation-form {
  width: 100%;
  margin: 0 0 30px;
}
.web_page .entity-moderation-form {
  width: 100%;
  margin: 0;
}
.web_page .entity-moderation-form .form-item label {
  margin: 0;
}
.web_page .entity-moderation-form .form-item select {
  width: 100%;
}
.web_page #block-usporg-content article h2 {
  font-family: 'Graphik Web',Lato,sans-serif;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-size: 36px;
  line-height: 40px;
}
.web_page .content {
  padding: 0;
}

/* Design blocks */
.design-blocks {
  float: left;
  display: flex;
  flex-wrap: wrap;
  /* for pages with margins
  margin: 0 -10% 50px; */
}
.content_page .design-blocks {
  margin: 0 -10% 50px;
}
.design-blocks.cut-in {
  display: block;
}
.design-blocks header {
  flex-basis: 100%;
}
.design-blocks header h2 {
  margin: 20px 0 10px;
  font-weight: bold;
  font-size: 48px;
  line-height: 54px;
}
.design-blocks header p {
  margin: 0 0 20px;
}
.design-blocks .views-row,
.design-blocks .views-row .views-field-body {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}
.design-blocks .views-field-field-image img {
  width: 100%;
  height: auto;
}
.design-blocks .width-50-50 {
  float: left;
  width: 50%;
  flex-basis: 50%;
}
.design-blocks .width-50-50 .views-field-body,
.design-blocks .width-60-40 .views-field-body,
.design-blocks .width-40-60 .views-field-body {
  padding: 40px 5% 40px 15%;
}
.design-blocks .width-50-50:last-child .views-field-body,
.design-blocks .width-60-40:last-child .views-field-body,
.design-blocks .width-40-60:last-child .views-field-body {
  padding: 40px 15% 40px 5%;
}
.design-blocks .width-60-40 {
  width: 60%;
  flex-basis: 50%;
}
.design-blocks .width-60-40:last-child {
  width: 40%;
  flex-basis: 50%;
}
.design-blocks .width-40-60 {
  width: 40%;
  flex-basis: 50%;
}
.design-blocks .width-40-60:last-child {
  width: 60%;
  flex-basis: 50%;
}
.design-blocks .width-100 {
  width: 100%;
  flex-basis: 100%;
}
.design-blocks .width-100 .views-field-body {
  padding: 40px 5%;
}
.design-blocks .views-field-field-image.bg-img {
  display: none;
}
.design-blocks .views-row.bg-img.transparent-25,
.design-blocks.cut-in .views-row.bg-img.transparent-25 .views-field-body {
  box-shadow: inset 1px 2000px rgba(255, 255, 255, 0.75);
}
.design-blocks .views-row.bg-img.transparent-50,
.design-blocks.cut-in .views-row.bg-img.transparent-50 .views-field-body {
  box-shadow: inset 1px 2000px rgba(255, 255, 255, 0.5);
}
.design-blocks .views-row.bg-img.transparent-75,
.design-blocks.cut-in .views-row.bg-img.transparent-75 .views-field-body {
  box-shadow: inset 1px 2000px rgba(255, 255, 255, 0.25);
}
.design-blocks-bg-color {
  display: none;
}
.design-blocks .views-row.blue-gray,
.design-blocks.blue-gray { background-color: #a5bbc8; }
.design-blocks .views-row.dark-gray,
.design-blocks.dark-gray { background-color: #768693; }
.design-blocks .views-row.light-brown,
.design-blocks.light-brown { background-color: #cbc4bc; }
.design-blocks .views-row.light-gray,
.design-blocks.light-gray { background-color: #cfd3d4; }
.design-blocks .views-row.light-green,
.design-blocks.light-green { background-color: #b6d0d1; }
.design-blocks .views-row.teal,
.design-blocks.teal { background-color: #6bbbae; }
.design-blocks .views-row.dark-green,
.design-blocks.dark-green { background-color: #598b8a; }
.design-blocks .views-row.navy,
.design-blocks.navy { background-color: #285780; }
.design-blocks .views-row.maroon,
.design-blocks.maroon { background-color: #875053; }
.design-blocks .views-row.off-white,
.design-blocks.off-white { background-color: #fbf5e6; }
.design-blocks .views-row.orange,
.design-blocks.orange { background-color: #FF6A39; }
.design-blocks .views-row.purple,
.design-blocks.purple { background-color: #6A6DCD; }
.design-blocks .views-row.blue,
.design-blocks.blue { background-color: #4cd4ff; }
.design-blocks .views-row.yellow,
.design-blocks.yellow { background-color: #e7e155; }

/* cut in right side */
.cut-in .cut-in-right .views-field-body {
  padding: 40px 15% 40px 25%;
}
.cut-in .cut-in-right:last-child {
  margin: 5% 0 0 -5%;
}
.cut-in .cut-in-right:last-child .views-field-body {
  padding: 40px 5%;
}

/* cut in right side */
.cut-in .cut-in-left .views-field-body {
  padding: 40px 5% 40px 15%;
}
.cut-in .cut-in-left:nth-last-child(2) .views-field-body {
  padding: 40px 5%;
  z-index: 9999;
}
.cut-in .cut-in-left:nth-last-child(2) {
  margin: 5% -5% 0 5%;
  z-index: 9999;
}
.cut-in .cut-in-left:last-child .views-field-body {
  padding: 40px 25% 40px 15%;
}

/* remove blue outline from video focus */
video:focus {
  outline: none;
}

/* Text color */
.views-element-container header .blue-gray { color: #a5bbc8; }
.views-element-container header .dark-gray { color: #768693; }
.views-element-container header .light-brown { color: #cbc4bc; }
.views-element-container header .light-gray { color: #cfd3d4; }
.views-element-container header .light-green { color: #b6d0d1; }
.views-element-container header .teal { color: #6bbbae; }
.views-element-container header .dark-green { color: #598b8a; }
.views-element-container header .navy { color: #285780; }
.views-element-container header .maroon { color: #875053; }
.views-element-container header .off-white { color: #fbf5e6; }
.views-element-container header .orange { color: #FF6A39; }
.views-element-container header .purple { color: #6A6DCD; }
.views-element-container header .blue { color: #4cd4ff; }
.views-element-container header .yellow { color: #e7e155; }

/* Responsive */
@media (min-width: 0px) and (max-width: 1600px) {
  .photo-grid-wrapper .views-row {
    margin: 0 2% 30px 0;
    width: 32%;
  }
  .photo-grid-wrapper .views-row:nth-of-type(3n) {
    /* margin-right: 0; */
  }
  .photo-grid-wrapper .views-row:nth-of-type(4n) {
    /* margin-right: 2%; */
  }
  .photo-grid .views-row .views-field-body p {
    font-size: 15px;
    line-height: 22px;
  }
}

/* Small Desktop */
@media (min-width: 0px) and (max-width: 1440px) {
  #block-ultimenumainnavigation ul li:nth-child(4) .ultimenu__flyout {
    right: 20px;
  }
  #block-globalpresence {
    left: 2%;
  }
  #block-usporg-branding {
    left: 1%;
  }
  #block-topmenu {
    right: 15%;
  }
  #block-useraccountsmenu,
  .search-box,
  #block-languageswitcher {
    right: 2%;
  }
  #block-usporg-branding a {
    /* width: 350px; */
    /*height: 110px;*/
    background-size: auto 100%;
    background-position: 20px 0;
  }
  header .social-media-menu {
    /*right: 26%;*/
  }
  .search-box {
    width: 22%;
  }
  .search-box .form-text {
    width: 100%;
  }
  #block-ultimenumainnavigation {
    right: 1%;
    width: 76%;
  }
  #block-ultimenumainnavigation:before {
    /*top: -150px;*/
  }
  #block-ultimenumainnavigation ul li {
    /* width: 16.9%; */
  }
  /* main {
    padding: 0 2% 5%;
  } */
  main {
    padding: 0;
    /* padding: 0 5% 5% 2%; */
    /* padding: 0 5% 0 2%; */
  }
  #block-usporg-local-tasks,
  .layout-container div[role="contentinfo"] {
    /* margin: 0 2%; */
  }
  #block-usporg-local-tasks {
    margin: 0 4%;
  }
  #front-page-slider .carousel-caption h2 {
    /* font-size: 46px;
    line-height: 50px; */
    margin: 0 0 20px 0;
    font-size: 50px;
    line-height: 56px;
  }
  #front-page-slider .carousel-caption {
    font-size: 22px;
    line-height: 28px;
  }
  .carousel-control {
    top: 50%;
  }
  .carousel-control.right {
    top: 60%;
  }
  #block-frontpagefeaturedblocktop .perm-block-title,
  #block-frontpagefeaturedblockbottom .perm-block-title {
    font-size: 34px;
    /* margin: 0 0 10px 0; */
    line-height: 38px;
  }
  #block-frontpagefeaturedblockbottom .perm-block-title {
    margin-right: 5%;
  }
  #block-frontpagefeaturedblocktop .perm-block-content-title,
  #block-frontpagefeaturedblockbottom .perm-block-title {
    margin-bottom: 15px;
  }
  #block-frontpagefeaturedblocktop .perm-block-text,
  #block-frontpagefeaturedblockbottom .perm-block-text {
    line-height: 28px;
  }
  #block-frontpagefeaturedblockbottom .perm-block-button-link {
    float: right;
    clear: both;
    width: 30%;
    margin-right: 5%;
  }
  #secondary-slider .item {
    height: 600px;
  }
  #secondary-slider .col-xs-4 {
    padding-right: 0;
    padding-left: 0;
    margin: 0 1%;
    background: #fff;
    width: 31.333%;
  }
  .twitter-feed-block h2,
  #block-views-block-events-and-training-usp-upcoming-events-block h2 {
    font-size: 34px;
    margin: 0 0 25px 0;
  }
  .cta .cta-title {
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 15px;
  }
  .cta .cta-text {
  }
  .cta .cta-body {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 25px;
  }
  .cta .cta-button a {
    /* padding: 12px 50px; */
  }
  .contact-info {
    font-size: 14px;
    line-height: 18px;
  }
  .contact-info p {
    font-size: 16px;
    line-height: 22px;
  }
  #landing-page-slider .carousel-caption {
  }
  #landing-page-slider .carousel-caption p {
  }
  #landing-page-slider h1 {
    margin: 0 0 10px;
  }
  #landing-page-slider .orange-link {
    padding: 10px 20px;
    font-size: 16px;
  }
  footer[role="contentinfo"] {
    padding: 2% 5%;
  }
  footer[role="contentinfo"] .bottom-menu a {
    font-size: 14px;
    padding: 0 10px;
  }
}

@media (min-width: 0px) and (max-width: 1365px) {
  #pdfModal .modal-body {
    width: 90%;
    height: 100%;
  }
  #pdfModal .modal-header .close {
    margin: 10px;
  }
}

@media (min-width: 0px) and (max-width: 1200px) {
  .front #block-usporg-branding a {
    /* height: 100px; */
  }
  #block-topmenu {
    right: 18%;
  }
  #block-ultimenumainnavigation ul li a {
    font-size: 16px;
  }
  .front #block-ultimenumainnavigation {
    /* top: 190px; */
  }
  .front #block-ultimenumainnavigation:before {
    top: -140px;
  }
  #block-ultimenumainnavigation ul li:last-child .ultimenu__flyout,
  #block-ultimenumainnavigation ul li:nth-child(4) .ultimenu__flyout {
    right: 10px;
  }
  footer[role="contentinfo"] .bottom-menu a {
    font-size: 14px;
    padding: 0 6px;
    line-height: 14px;
    height: 14px;
  }
  #front-page-slider .carousel-caption {
    width: 45%;
  }
  #front-page-slider .carousel-caption h2 {
    font-size: 44px;
    line-height: 50px;
    margin: 0 0 20px;
  }
  #secondary-slider .item {
    height: 600px;
  }
  .layout-sidebar-first {
    margin: 0 40px 0 0;
    width: 35%;
    /* height: 85%; */
  }
  .layout-content {
    width: 52%;
  }
  .layout-content.width-75 {
    /* width: 75%; */
  }
  #block-uspnf h2,
  #block-referencestandards h2 {
    font-size: 28px;
    padding-bottom: 14px;
    margin-bottom: 20px;
  }
  .tab-pane .tab-image img {
    width: auto;
  }
  #videoModal .modal-body {
    /*width: 1024px;
    height: 576px;*/
    width: calc(100%);
    height: calc((100vw) * 0.55);
  }
  #landing-page-slider .carousel-caption {
    width: 55%;
  }
  #landing-page-slider .carousel-caption p {
    /* font-size: 18px;
    line-height: 22px; */
  }
  #landing-page-slider h1 {
    /* font-size: 30px;
    line-height: 34px; */
  }
  #landing-page-slider .orange-link {
    padding: 3px 12px;
    font-size: 14px;
  }
  .single-image-text .row-combo .views-row .views-field-field-optional-image img,
  .single-image-text .row-combo .views-row .video-embed-field-responsive-video video {
    margin-bottom: 50px;
  }
  footer[role="contentinfo"] nav.footer-site-menu-block > ul {
    display: flex;
    flex-wrap: wrap;
  }
  footer[role="contentinfo"] > div > nav.footer-site-menu-block > ul > li {
    flex-grow: 1;
    flex: inherit;
    width: 33.33%;
  }
  /* .photo-grid-wrapper .views-row {
    margin: 0 2% 20px 0;
    width: 49%;
  }
  .photo-grid-wrapper .views-row:nth-of-type(1n+0) {
    margin-right: 2%;
  }
  .photo-grid-wrapper .views-row:nth-of-type(2n+0) {
    margin-right: 0;
  }
  .toolbar-fixed .photo-grid-wrapper .views-row:nth-of-type(1n+1) {
    margin-right: 2%;
  }
  .toolbar-fixed .photo-grid-wrapper .views-row:nth-of-type(2n+1) {
    margin-right: 0;
  } */
  .cta #cta-block.text-left .cta-text {
    left: 40px;
    width: 42%;
  }
  .two-white-blog .row-combo .views-row:last-child .views-field-field-optional-block-title .combo-title,
  .two-blog-white .row-combo .views-row:nth-last-child(2) .views-field-field-optional-block-title .combo-title {
    font-size: 28px;
  }
}
@media (min-width: 0px) and (max-width: 1100px) {
  #front-page-slider .carousel-caption h2 {
    font-size: 40px;
    line-height: 46px;
  }
  .front #block-uspnf {
    padding: 10px 20px 50px 40px;
  }
  .front #block-referencestandards {
    padding: 10px 40px 50px 20px;
  }
  #block-views-block-secondary-sliders-block-1 {
    padding: 25px 5% 50px;
  }
  #secondary-slider .item {
    height: 600px;
  }
  .twitter-feed-block {
    padding: 0 5%;
    margin: 20px 0 0;
    overflow: hidden;
  }
  #block-views-block-events-and-training-usp-upcoming-events-block {
    padding: 20px 5%;
    top: 0;
    width: 50%;
  }
  .single-image-text .row-combo .views-row .views-field-field-optional-image img,
  .single-image-text .row-combo .views-row .video-embed-field-responsive-video video {
    margin-bottom: 75px;
  }
  .photo-grid .views-row .views-field-field-optional-block-title {
    line-height: 24px;
    font-size: 18px;
  }
  .cta #cta-block.text-left .cta-text {
    left: 40px;
    width: 42%;
  }
  .cta #cta-block.text-left .cta-body p {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    margin: 0 0 10px;
  }
}
@media (min-width: 0px) and (max-width: 1024px) {
  #block-globalpresence select {
    background: #fff;
  }
  .search-box {
    width: 22%;
  }
  .front #block-usporg-branding {
    /* top: 65px; */
  }
  .front #block-usporg-branding a {
    /* height: 90px; */
  }
  .front #block-ultimenumainnavigation {
    /* top: 165px; */
  }
  .front #block-ultimenumainnavigation:before {
    top: -115px;
  }
  #block-ultimenumainnavigation ul li:nth-child(n+4) .ultimenu__flyout {
    /*right: 20px;*/
  }
  .has-ultimenu .ultimenu__link .caret {
    /*display: none;*/
  }
  #block-frontpagefeaturedblocktop {
    padding: 0 5%;
  }
  #front-page-slider .carousel-caption {
    /* width: 75%; */
  }
  #front-page-slider .carousel-caption h2 {
    font-size: 44px;
    line-height: 50px;
    margin: 0 0 10px 0;
  }
  #front-page-slider .carousel-caption p {
    font-size: 18px;
    line-height: 26px;
    margin: 0 0 15px;
  }
  #block-frontpagefeaturedblockbottom .perm-block-image {
    width: 55%;
  }
  #block-frontpagefeaturedblockbottom .perm-block-title,
  #block-frontpagefeaturedblockbottom .perm-block-text {
    width: 35%;
  }
  #secondary-slider .item {
    height: 590px;
  }
  #block-lateststandardsupdates h2,
  .home .photo-grid-wrapper header h2, 
  .front .photo-grid-wrapper header h2 {
    font-size: 40px;
    font-weight: bold;
    margin: 0 0 20px;
  }
  #block-lateststandardsupdates h2 {
    margin: 0;
  }
  .front #block-uspnf {
    padding: 10px 20px 50px 40px;
  }
  .front #block-referencestandards {
    padding: 10px 40px 50px 20px;
  }
  .front #block-uspnf,
  .front #block-referencestandards {
    min-height: 500px;
  }
  #block-views-block-secondary-sliders-block-1 {
    padding: 25px 5% 50px;
  }
  #block-views-block-secondary-sliders-block-1 h2 {
    font-size: 36px;
    margin: 10px 0 40px 0;
  }
  .twitter-feed-block,
  #block-views-block-events-and-training-usp-upcoming-events-block {
    min-height: 765px;
  }
  .twitter-feed-block h2,
  #block-views-block-events-and-training-usp-upcoming-events-block h2 {
    font-size: 28px;
    margin: 10px 0 20px 0;
  }
  .twitter-feed-block {
    padding: 0 5%;
    margin: 20px 0 0;
    overflow: hidden;
  }
  #block-views-block-events-and-training-usp-upcoming-events-block {
    padding: 20px 5%;
    top: 0;
    width: 50%;
  }
  .contact-info {
    margin: 0 0 20px;
  }
  .contact-info .perm-block-title,
  .contact-info h2 {
    font-size: 20px;
    line-height: 24px;
  }
  .twitter-feed-newsroom h2 {
    font-size: 18px;
    line-height: 22px;
  }
  .usp-in-the-news,
  #block-views-block-newsroom-press-releases-block {
    margin-bottom: 50px;
  }
  #block-uspnf h2,
  #block-referencestandards h2 {
    font-size: 28px;
    padding-bottom: 14px;
    margin-bottom: 20px;
  }
  #block-lateststandardsupdates {
    margin: 50px 0 0;
    padding: 40px 0 0;
  }
  .single-image-text .row-combo .views-row .views-field-field-optional-image img,
  .single-image-text .row-combo .views-row .video-embed-field-responsive-video video {
    margin-bottom: 150px;
  }
  #block-addtoanybuttons {
    width: 45px;
  }
  footer.timeline-Footer a.u-floatRight {
    font-size: 16px;
    padding: 10px 24px;
  }
  footer[role="contentinfo"] {
    padding: 5%;
  }
  footer[role="contentinfo"] .bottom-menu {
    margin-bottom: 0;
  }
  #videoModal .modal-body {
    /*width: 896px;
    height: 504px;*/
  }
  .secondary-page-content-row .views-row .views-field-field-optional-block-title {
    font-size: 26px;
    font-weight: 400;
    line-height: 32px;
    margin: 20px 0 10px;
  }
  .carousel-control.left,
  .carousel-control.right {
    background-size: auto 100%;
  }
  #landing-page-slider .carousel-control.left,
  #landing-page-slider .carousel-control.right {
    background-size: 100% auto;
    margin-top: -30px;
  }
  #thumbnail-slider .carousel-control.left,
  #thumbnail-slider .carousel-control.right {
    background-size: 100% auto;
    margin-top: -15px;
  }
  .carousel-control,
  #landing-page-slider .carousel-control,
  #thumbnail-slider .carousel-control,
  #front-page-slider .carousel-control.right {
    height: 30px;
    width: 30px;
    /* left: 10px; */
  }
  /* #front-page-slider .carousel-control.right {
    left: 2.5%;
    top: 60%;
  } */
  .carousel-control.left:hover,
  .carousel-control.right:hover,
  #landing-page-slider .carousel-control.left:hover,
  #landing-page-slider .carousel-control.right:hover,
  #secondary-slider .carousel-control.left:hover,
  #secondary-slider .carousel-control.right:hover,
  #thumbnail-slider .carousel-control.left:hover,
  #thumbnail-slider .carousel-control.right:hover {
    background-position: 0 0;
  }
  .photo-grid .views-row .views-field-field-optional-block-title {
    line-height: 22px;
    font-size: 18px;
    top: 40%;
  }
  .photo-grid .views-row .views-field-body h2 {
    font-size: 18px;
    line-height: 22px;
    margin: 0 0 5px;
  }
  .photo-grid .views-row .views-field-body p {
    margin: 0 0 10px;
    font-size: 14px;
    line-height: 18px;
  }
  .cta #cta-block.text-left .cta-text {
    left: 30px;
    width: 40%;
  }
  .cta #cta-block.text-left .cta-title {
    margin: 0 0 10px;
    font-size: 20px;
    line-height: 26px;
  }
  .cta #cta-block.text-left .cta-body p {
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 5px;
  }
  .back-button {
    right: 40px;
    top: 40px;
    position: absolute;
  }
  .back-button a {
    font-size: 14px;
    padding: 6px 14px 6px 48px;
  }
  .back-button a:before {
    left: 15px;
    top: 7px;
    font-size: 18px;
  }
  .two-white-blog .row-combo .views-row:last-child .views-field-field-optional-block-title .combo-title,
  .two-blog-white .row-combo .views-row:nth-last-child(2) .views-field-field-optional-block-title .combo-title {
    background-position: right 0 bottom -57px;
    padding: 0 0 20px;
  }
  .blog-link {
    position: absolute;
    top: 20px;
    right: 20px;
  }
  .feed-more {
    margin: 15px 0 5px 10px;
  }
}
/* very small monitor - tablet */
@media (min-width: 0) and (max-width: 950px) {
  .layout-container > header {
    height: 150px;
  }
  .layout-container.front > header {
    height: inherit;
  }
  .layout-container > header:after {
    content: none;
  }
  .front-page-carousel-block {
    position: relative;
    top: 26px;
  }
  #block-ultimenumainnavigation:after {
    top: 55px;
  }
  #block-globalpresence {
    position: absolute;
    top: 36px;
    right: 75px;
    transition: 0.3s ease;
    z-index: 250;
    display: block;
    left: inherit;
  }
  #block-globalpresence h2 {
    font-size: 14px;
  }
  #block-topmenu {
    background: #486686;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    padding: 0 2%;
  }
  #block-topmenu > ul {
    /* display: flex; */
  }
  #block-topmenu > ul li {
    /* flex-grow: 1;
    white-space: nowrap;
    text-align: center; */
  }
  #block-topmenu > ul li a,
  #block-topmenu > ul li a:hover {
    color: rgba(255,255,255,.9);
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    padding: 2px 4px;
  }
  #block-useraccountsmenu {
    position: absolute;
    right: 6%;
    top: 5px;
    transition: 0.3s ease;
    z-index: 260;
    display: none;
  }
  .search-box {
    right: 3%;
    position: absolute;
    top: 90px;
    transition: 0.3s ease;
    width: 40%;
    z-index: 200;
    display: block;
  }
  header .social-media-menu {
    position: absolute;
    top: 84px;
    margin: 0 auto;
    right: 26%;
    transition: 0.3s ease;
    z-index: 250;
    display: none;
  }
  #block-ultimenumainnavigation {
    right: 0;
    top: 85px;
    width: 100%;
  }
  #block-ultimenumainnavigation > ul {
    /* display: block; */
  }
  #block-ultimenumainnavigation:before {
    /* content: "";
    background: #e3e4e3;
    display: block;
    height: 1px;
    position: absolute;
    top: -122px;
    transition: 0.3s ease;
    width: 100%;
    display: none; */
  }
  #block-usporg-branding {
    left: 0;
    top: 50px;
  }
  .front #block-usporg-branding {
    top: 50px;
  }
  #block-usporg-branding a {
    height: 75px;
  }
  .front #block-usporg-branding a {
    height: 75px;
  }
  .button.button--ultimenu {
    background: #000;
    border: none;
    border-radius: 0;
    height: 32px;
    margin: 0;
    padding: 0;
    right: 25px;
    text-align: center;
    top: 45px;
    width: 42px;
  }
  .button--ultimenu .bars {
    top: -4px;
    width: 21px;
  }
  .button--ultimenu.js-ultimenu-button-active .bars {
    /* -webkit-box-shadow: 0 12px 0 2px #f36246, 0 20px 0 2px #f36246, 0 28px 0 2px #f36246;
    -moz-box-shadow: 0 12px 0 2px #f36246, 0 20px 0 2px #f36246, 0 28px 0 2px #f36246;
    -ms-box-shadow: 0 12px 0 2px #f36246, 0 20px 0 2px #f36246, 0 28px 0 2px #f36246;
    -o-box-shadow: 0 12px 0 2px #f36246, 0 20px 0 2px #f36246, 0 28px 0 2px #f36246;
    box-shadow: 0 12px 0 2px #f36246, 0 20px 0 2px #f36246, 0 28px 0 2px #f36246; */
  }
  .button--ultimenu.js-ultimenu-button-active:hover,
  .button--ultimenu.js-ultimenu-button-active:active,
  .button--ultimenu.js-ultimenu-button-active:focus {
    background: none;
    border-color: none;
  }
  #block-ultimenumainnavigation ul li a.our-work,
  .footer-site-menu-block ul li a.our-work {
    pointer-events: none;
  }
  #block-ultimenumainnavigation ul li a.our-work .caret,
  .footer-site-menu-block ul li a.our-work .caret {
    pointer-events: all;
  }
  #block-ultimenumainnavigation nav > ul.columns-2 {
    columns: inherit;
    -webkit-columns: inherit;
    -moz-columns: inherit;
  }
  #block-ultimenumainnavigation ul li .ultimenu__region div,
  #block-ultimenumainnavigation ul li .ultimenu__region li.submenus {
    float: none;
    margin: 0;
    padding-right: 0;
    border-right: none;
    align-items: inherit;
    min-width: inherit;
    max-width: 100%;
  }
  #block-ultimenumainnavigation nav > ul {
    display: block;
    min-width: inherit;
  }
  #block-ultimenumainnavigation li:nth-child(5) nav > ul {
    display: block;
    width: inherit;
  }
  #block-ultimenumainnavigation ul li a.ultimenu__link {
    color: #e7eaeb;
    font-weight: 400;
  }
  #block-ultimenumainnavigation ul li a.ultimenu__link:hover {
    background: #111;
  }
  .ultimenu .caret {
    border-top: none;
  }
  .ultimenu__flyout, .ultimenu__region {
    width: 100%;
  }
  .carousel-inner>.item>a>img,
  .carousel-inner>.item>img {
    /*max-width: 200%;*/
  }
  #front-page-slider .carousel-caption h2 {
    font-size: 36px;
    line-height: 42px;
    margin: 0 0 15px 0;
  }
  .carousel-control {
    top: 45%;
  }
  .carousel-control.left {
    top: 45%;
  }
  .carousel-control.right {
    top: 55%;
  }
  #front-page-slider .carousel-control.left {
    top: 42%;
    left: 1%;
  }
  #front-page-slider .carousel-control.right {
    top: 52%;
    left: 1%;
  }
  #front-page-slider .carousel-caption {
  }
  #front-page-slider .carousel-caption.Left {
    left: 6%;
    width: 60%;
  }
  #front-page-slider .carousel-caption a,
  #front-page-slider .carousel-caption.Right a {
    /* padding: 0; */
  }
  #block-frontpagefeaturedblocktop .perm-block-title,
  #block-frontpagefeaturedblockbottom .perm-block-title {
    margin: 20px 0;
  }
  #block-frontpagefeaturedblocktop .perm-block-title,
  #block-frontpagefeaturedblockbottom .perm-block-title {
    font-size: 22px;
    line-height: 28px;
    /* width: 43%; */
  }
  #block-frontpagefeaturedblocktop .perm-block-text {
    margin-top: 20px;
    width: 100%;
  }
  #block-frontpagefeaturedblockbottom .perm-block-text,
  #block-frontpagefeaturedblockbottom .perm-block-content-title {
    /* width: 38%; */
  }
  #block-frontpagefeaturedblocktop .perm-block-text p,
  #block-frontpagefeaturedblockbottom .perm-block-text p {
    font-size: 18px;
    line-height: 28px;
  }
  #block-frontpagefeaturedblocktop .perm-block-image {
    float: none;
    width: 100%;
  }
  #block-frontpagefeaturedblockbottom .perm-block-image {
    margin: 0 3% 0 0;
    /* width: 54%; */
  }
  .front #block-uspnf,
  .front #block-referencestandards {
    min-height: 475px;
  }
  .front #block-uspnf h2,
  .front #block-referencestandards h2 {
    font-size: 24px;
    font-weight: 400;
    padding-bottom: 14px;
    margin-bottom: 22px;
    margin-top: 0;
    clear: both;
  }
  .front #block-uspnf p,
  .front #block-referencestandards p {
    line-height: 18px;
    margin: 0 0 10px 0;
  }
  .front #block-uspnf a,
  .front #block-referencestandards a {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
  }
  #block-views-block-secondary-sliders-block-1 h2 {
    font-size: 28px;
    margin: 0 0 30px 0;
  }
  /* #block-views-block-secondary-sliders-block-1 {
    padding: 25px 8% 50px;
  } */
  #secondary-slider .item {
    height: 550px;
  }
  #secondary-slider .carousel-control {
    left: -8% !important;
  }
  #secondary-slider .carousel-control.right {
    right: -8% !important;
  }
  #secondary-slider .sld-title {
    font-size: 18px;
    line-height: 24px;
    padding: 8% 8% 4%;
  }
  #secondary-slider .sld-body {
    padding: 0 8%;
  }
  #secondary-slider .sld-button {
    padding: 0 8%;
  }
  #secondary-slider .sld-body p {
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 25px;
  }
  .twitter-feed-block {
    margin: 25px 0 0;
    padding: 0 5%;
  }
  .twitter-feed-block h2,
  #block-views-block-events-and-training-usp-upcoming-events-block h2 {
    font-size: 24px;
    margin: 0 0 15px 0;
  }
  #block-views-block-events-and-training-usp-upcoming-events-block {
    padding: 25px 4% 4%;
  }
  #block-views-block-events-and-training-usp-upcoming-events-block .more-link a {
    font-family: 'Graphik Web', Lato, sans-serif;
    padding: 10px 20px;
    font-size: 16px;
  }
  .cta .cta-text {
    bottom: 20px;
  }
  .cta .cta-title {
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 10px;
  }
  .cta .cta-body p {
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 25px;
    font-weight: 300;
  }
  #block-usporg-breadcrumbs li {
    font-size: 16px;
  }
  #block-usporg-page-title h1 {
    font-size: 30px;
    line-height: 36px;
  }
  .search-sort-by > ul li a,
  .facet-filter-button > ul li:first-child a {
    font-size: 14px;
    font-weight: 400;
  }
  .facet-filter-button > ul li:first-child {
    right: 40px;
  }
  .layout-sidebar-first li a {
    font-size: 18px;
    line-height: 22px;
  }
  .layout-sidebar-first ul li ul li a {
    font-size: 16px;
    line-height: 20px;
  }
  .layout-sidebar-first h2 {
    font-size: 18px;
    margin: 3px 0 20px;
    line-height: 24px;
  }
  .indicator {
    padding-right: 2px;
    font-size: 12px;
  }
  .tree ul {
    margin-left: 14px;
  }
  .facet-filter-button > ul li:first-child {
    top: -45px;
  }
  .facet-filter-button > ul li:first-child {
    right: 0;
  }
  .facets input[type=checkbox],
  .facet input[type=checkbox] {
    margin: 0 2px 0 0;
  }
  .facets label,
  .facet label,
  .facet-empty,
  .facet-empty p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 20px;
  }
  #landing-page-slider .carousel-caption,
  #landing-page-slider .carousel-caption.Left {
    width: 50%;
  }
  #landing-page-slider .carousel-caption p {
    /* font-size: 16px;
    line-height: 20px; */
  }
  #landing-page-slider .carousel-caption p:first-of-type {
    display: none;
  }
  #landing-page-slider h1 {
    /* font-size: 26px;
    line-height: 30px; */
    margin: 0 0 3%;
  }
  #landing-page-slider .orange-link {
    padding: 5px 12px;
    font-size: 12px;
    margin: 2px 0;
  }
  .interior-secondary article {
    /* columns: inherit;
    column-gap: inherit; */
  }
  #block-addtoanybuttons {
    bottom: 20px;
    width: 40px;
  }
  #block-addtoanybuttons {
    /* width: 45px;
    bottom: 25px;
    background: #ffffff;
    box-shadow: 0 0 5px #aaa;
    padding: 4px;
    border-radius: 5px 0 0 5px;
    top: inherit;
    width: 85%; */
    width: 100%;
    bottom: 0;
    background: #5d6a72;
    box-shadow: none;
    padding: 3px 10px;
    border-radius: 0;
    text-align: right;
    top: inherit;
    height: 42px;
    z-index: 249;
  }
  #block-addtoanybuttons path {
    fill: #fff;
  }
  #block-addtoanybuttons a:hover path {
    fill: #4cd4ff;
  }
  .a2a_kit .a2a_svg {
    width: 30px !important;
  }
  .side-menu {
    bottom: 0;
    top: inherit;
    border-radius: 0;
    width: 15%;
    padding-left: 15px;
  }
  .layout-sidebar-first {
    bottom: 42px;
    top: 150px;
  }
  footer[role="contentinfo"] {
    padding: 5% 5% 80px;
  }
  footer[role="contentinfo"] > div > nav.footer-site-menu-block > ul > li {
    padding: 0;
    width: 100%;
    text-align: center;
  }
  footer[role="contentinfo"] .bottom-menu li {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid rgba(255,255,255,.25);
    padding: 0 0 20px;
    margin: 0 0 20px;
    float: none;
  }
  footer[role="contentinfo"] .bottom-menu li:last-child {
    border-bottom: none;
    padding: 0;
    margin: 0;
  }
  footer[role="contentinfo"] .bottom-menu a {
    font-size: 18px;
    padding: 0;
    line-height: 24px;
    height: auto;
  }
  #back-top {
    bottom: 40px;
    right: 50%;
    margin-right: -20px;
  }
  #back-top span#button {
    width: 40px;
    height: 40px;
  }
  .section > h2,
  .second-featured-block-layout .views-field-info span,
  .featured-blocks-in-a-row > div > div > h3,
  .featured-content.second-featured-block-layout > h2 {
    font-size: 28px;
    line-height: 34px;
    margin: 0 0 15px 0;
    padding: 0 0 10px 0;
  }
  .layout-sidebar-second {
    width: 23.25%;
  }
  .layout-content {
    margin: 0;
    width: 50%;
  }
  .cta.newsroom,
  .newsroom-featured-resources-block,
  .newsroom-featured-videos-block,
  .custom-qm-blog {
    width: 100%;
  }
  .cta.newsroom {
    margin: 0;
  }
  .usp-in-the-news,
  #block-views-block-newsroom-press-releases-block {
    margin-bottom: 75px;
  }
  .featured-products-services .views-row .views-field-field-optional-block-title {
    font-size: 18px;
    line-height: 24px;
  }
  .layout-content.width-75 {
    /* width: 74%; */
  }
  #block-uspnf h2, #block-referencestandards h2 {
    font-size: 20px;
    padding-bottom: 5px;
    margin-bottom: 15px;
  }
  #block-uspnf h2 a,
  #block-referencestandards h2 a,
  .front #block-uspnf h2 a,
  .front #block-referencestandards h2 a {
    font-size: 14px;
    line-height: 14px;
  }
  .uspnf-permanent-block,
  .rs-permanent-block,
  .layout-content.width-75 .second-featured-block-layout {
    /* margin-right: 3%; */
    /* width: 48%; */
  }
  .layout-content.width-75 .second-featured-block-layout:nth-child(2) {
    margin-right: 0;
  }
  .tab-pane,
  .nav-tabs {
    max-height: inherit;
  }
  .tabbed-content .views-element-container {
    min-height: 480px;
  }
  .tab-pane .tab-text {
    bottom: 5%;
    top: 5%;
  }
  .tab-pane .tab-text .tab-body br {
    display: none;
  }
  .first-featured-block-layout .views-field-field-optional-button-link a,
  .second-featured-block-layout .views-field-field-optional-button-link a,
  .upcoming-training .more-link a,
  .third-featured-block-layout .views-field-field-optional-button-link a,
  #block-buttonviewallblogposts a,
  #block-buttonviewallvideos a,
  footer.timeline-Footer a.u-floatRight,
  .news-list .more-link a,
  .related-content .views-field-field-optional-button-link a,
  .tri-block .views-field-field-optional-button-link a,
  .button-link {
    font-size: 16px;
    line-height: 20px;
    padding: 10px 20px;
    font-weight: 400;
    border-radius: 25px;
  }
  .calendar-calendar .month-view .full td .inner div.day {
    font-size: 18px;
    padding: 0;
    width: auto;
  }
  .calendar-calendar .month-view .full td.date-box.empty {
    padding: inherit;
  }
  .calendar-calendar .month-view .full td.date-box.today .month.day,
  .calendar-calendar .month-view .full td.date-box.event .month.day {
    height: auto;
    width: 100%;
    font-size: 18px;
  }
  .calendar-calendar .month-view .full td.date-box.today .month.day:after,
  .calendar-calendar .month-view .full td.date-box.event .month.day:after {
    border: 1px solid #acb5c0;
    border-radius: 0;
  }
  .calendar-calendar .month-view .full td.date-box.event .month.day:after {
    border-color: #5eb1d0;
  }
  main form {
    width: 100%;
  }
  main form .form-item input,
  main form .form-item select,
  main form .form-item textarea {
    width: 100%;
  }
  main form input.form-radio,
  main form input.form-checkbox {
    width: auto;
  }
  #videoModal .modal-body {
    /*width: 768px;
    height: 432px;*/
  }
  .leadership-portrait {
    width: 50%;
  }
  .leadership-portrait img {
    height: auto;
    width: 100%;
  }
  .layout-content {
    width: 48%;
  }
  .row-combo {
    display: block;
  }
  .two-blue-white .row-combo .views-row:nth-last-child(2),
  .two-white-blue .row-combo .views-row:last-child {
    float: left;
    width: 100%;
  }
  .two-blue-white .row-combo .views-row:last-child,
  .two-white-blue .row-combo .views-row:nth-last-child(2),
  .two-blog-white .row-combo .views-row:last-child,
  .two-white-blog .row-combo .views-row:nth-last-child(2),
  .two-white-blog .row-combo .views-row:last-child,
  .two-blog-white .row-combo .views-row:nth-last-child(2) {
    width: 100%;
  }
  .single-text-image .row-combo .views-row,
  .single-image-text .row-combo .views-row {
    display: block;
    grid-column-gap: inherit;
    grid-row-gap: inherit;
    grid-template-rows: inherit;
  }
  .single-text-image .row-combo .views-row .views-field-field-optional-image,
  .single-text-image .row-combo .views-row .video-embed-field-responsive-video,
  .single-image-text .row-combo .views-row .views-field-field-optional-image,
  .single-image-text .row-combo .views-row .video-embed-field-responsive-video {
    grid-column: inherit;
    grid-row: inherit;
    margin-bottom: 20px;
  }
  .newsroom-featured-resources-block > div > div,
  .related-content > div > div {
    display: block;
  }
  .single-text-image .row-combo .views-row .views-field-field-optional-block-title,
  .single-text-image .row-combo .views-row .views-field-body,
  .single-text-image .row-combo .views-row .poster-image,
  .single-text-image .row-combo .views-row .combo-button,
  .single-image-text .row-combo .views-row .views-field-field-optional-block-title,
  .single-image-text .row-combo .views-row .views-field-body,
  .single-image-text .row-combo .views-row .poster-image,
  .single-image-text .row-combo .views-row .combo-button {
    float: none;
    width: 100%;
  }
  .single-text-image .row-combo .views-row .views-field-field-optional-image,
  .single-text-image .row-combo .views-row .video-embed-field-responsive-video,
  .single-image-text .row-combo .views-row .views-field-field-optional-image,
  .single-image-text .row-combo .views-row .video-embed-field-responsive-video {
    width: 100%;
    float: none;
  }
  .single-image-text .row-combo .views-row .views-field-field-optional-image img,
  .single-image-text .row-combo .views-row .video-embed-field-responsive-video video {
    margin-bottom: 0;
  }
  .two-right-left .row-combo .views-row {
    width: 100%;
  }
  .two-right-left .row-combo .views-row:nth-last-child(2) {
    margin-right: 0;
  }
  .photo-grid-wrapper .views-row {
    margin: 0 auto 20px 0;
    width: 100%;
    flex-basis: 100%;
  }
  .photo-grid-wrapper .views-row:nth-of-type(2n),
  .photo-grid-wrapper .views-row:nth-of-type(3n),
  .photo-grid-wrapper .views-row:nth-of-type(4n) {
    /* margin-right: 0; */
  }
  .microsite #block-addtoanybuttons {
    top: inherit;
    /* z-index: 1000; */
  }
  .microsite .main_content_contact {
    padding: 2% 2% 4%;
  }
  .microsite .content {
    padding: 0;
  }
  .microsite #block-usporg-content {
    padding: 0;
  }
  .newsletter-email-submit input {
    font-size: 14px;
  }
  .tri-block, .photo-grid {
    /* padding: 30px 20px; */
    padding: 0;
  }
  .tri-block .views-field-field-optional-block-title {
    font-size: 18px;
  }
  .tri-block .views-field-body p {
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 20px;
  }
  .usp-2020-convention .countdown {
    margin: 0 4% 0 2%;
    width: 40%;
  }
  .usp-2020-convention .highlight {
    width: 50%;
  }
  #expand-menu {
    top: -80px;
  }
  #expand-menu:after {
    border-top-color: #6A6DCD;
    top: 100%;
    border-bottom: none;
    bottom: inherit;
  }
  .form-blocks > div > div {
    display: block;
  }
  .related-content .views-row {
    margin: 0 0 40px;
  }
  .two-white-blog .row-combo .views-row:last-child,
  .two-blog-white .row-combo .views-row:nth-last-child(2) {
    padding: 15px;
  }
  .two-white-blog .row-combo .views-row:last-child .views-field-field-optional-block-title .combo-title,
  .two-blog-white .row-combo .views-row:nth-last-child(2) .views-field-field-optional-block-title .combo-title {
    font-size: 26px;
  }
  .two-white-blog .row-combo .views-row:last-child .views-field-body .feed-title a,
  .two-blog-white .row-combo .views-row:nth-last-child(2) .views-field-body .feed-title a {
    padding: 20px 10px;
  }
  .blog-link {
    top: 11px;
    right: 10px;
  }
}


/* phones */
@media (min-width: 0) and (max-width: 767px) {
  p {
    font-size: 18px;
  }
  .layout-content li {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 6px;
  }
  footer[role="contentinfo"] nav.footer-site-menu-block ul li ul li > a {
    font-size: 18px;
  }
  .layout-container > header {
    height: 210px;
    z-index: 9999999;
  }
  .front.layout-container > header {
    height: inherit;
    margin-bottom: 42%;
  }
  .search-box {
    right: 2%;
    top: 100px;
    width: inherit;
    display: block;
    left: 2%;
  }
  .front .search-box {
    top: 125%;
  }
  .front .search-box .form-text {
    border: 1px solid #5e6a71;
    color: #5e6a71;
    outline: none;
  }
  .front .search-box .form-actions:before {
    color: #5e6a71;
  }
  #block-globalpresence {
    top: 135px;
    left: 3%;
    display: block;
    width: 150px;
  }
  #block-globalpresence h2 {
    padding: 10px 0 0;
    line-height: 25px;
  }
  .front #block-globalpresence h2 {
    color: #5e6a71;
    display: inherit;
    padding: 0;
    line-height: 14px;
    margin-bottom: 4px;
  }
  #block-globalpresence select {
    display: inherit;
    margin: 0;
  }
  #block-useraccountsmenu {
    right: 2%;
    top: 152px;
    display: block;
    z-index: 250;
  }
  .front.layout-container #block-globalpresence,
  .front.layout-container #block-useraccountsmenu {
    top: 155%;
  }
  #block-usporg-branding,
  .front #block-usporg-branding {
    left: 0px;
    top: 40px;
    width: 200px;
    height: 40px;
  }
  .front #block-usporg-branding {
    /* top: 35px; */
  }
  #block-usporg-branding a {
    width: 100%;
    height: 100%;
  }
  #block-usporg-branding a {
    height: 50px;
  }
  .front #block-usporg-branding a {
    background-position: 5px 0;
    height: 35px;
  }
  .button.button--ultimenu {
    right: 2%;
    top: 40px;
  }
  #block-ultimenumainnavigation {
    top: 80px;
  }
  .front #block-ultimenumainnavigation {
    /* top: 85px; */
  }
  .ultimenu--main .ultimenu__link.is-active {
    background: inherit;
  }
  #block-ultimenumainnavigation:after {
    content: inherit;
    background: inherit;
    display: inherit;
    height: inherit;
    position: inherit;
    top: inherit;
    transition: inherit;
    width: inherit;
  }
  .breadcrumb {
    margin: 20px 0;
  }
  .front .breadcrumb {
    display: none;
  }
  .front-page-carousel-block {
    position: relative;
    top: 26px;
  }
  #front-page-slider .carousel-caption {
    left: 12%;
    /* width: 60%; */
  }
  #front-page-slider img,
  .landing-page-slider-block img {
    width: auto;
  }
  .carousel-control.left {
    top: 40%;
  }
  .landing-page-slider-block {
    float: none;
    margin-bottom: 20px;
  }
  .carousel-inner>.item>a>img,
  .carousel-inner>.item>img {
    max-width: 100%;
  }
  #front-page-slider .carousel-caption h2 {
    font-size: 40px;
    line-height: 46px;
  }
  #front-page-slider .carousel-caption h2 {
    font-size: 40px;
    line-height: 46px;
  }
  #landing-page-slider .carousel-control.left,
  #landing-page-slider .carousel-control.right {
    /*bottom: 5%;
    top: inherit;*/
    /* margin-top: 0; */
  }
  #landing-page-slider .carousel-control.right,
  #thumbnail-slider .carousel-control.right {
    /* right: 5px !important; */
  }
  #landing-page-slider .carousel-control,
  #thumbnail-slider .carousel-control {
    margin-top: -15px;
  }
  .landing-page-slider-block h1 {
    font-size: 24px;
  }
  #landing-page-slider .carousel-caption,
  #landing-page-slider .carousel-caption.Left,
  #landing-page-slider .carousel-caption.Right,
  #thumbnail-slider .carousel-caption,
  #thumbnail-slider .carousel-caption.Left,
  #thumbnail-slider .carousel-caption.Right {
    /* bottom: 5%; */
    width: 50%;
    left: 15%;
  }
  #landing-page-slider .carousel-caption p,
  #thumbnail-slider .carousel-caption p {
    font-size: 18px;
    line-height: 22px;
  }
  #front-page-slider .carousel-caption div {
    margin-top: 0;
  }
  #front-page-slider .carousel-caption h2 {
    margin: 0 0 10px;
  }
  #front-page-slider .carousel-caption a {
    /* padding: 0; */
  }
  #front-page-slider .carousel-caption.Left h2 strong {
    font-weight: 400;
  }
  .front .layout-content > div {
    display: block;
    flex-wrap: wrap;
    float: none;
  }
  #block-frontpagefeaturedblocktop,
  #block-frontpagefeaturedblockbottom {
    float: none;
  }
  #block-frontpagefeaturedblocktop {
    padding: 0;
  }
  #block-frontpagefeaturedblocktop .perm-block-image,
  #block-frontpagefeaturedblockbottom .perm-block-image {
    margin: 20px 0 0;
    width: 100%;
    overflow: hidden;
  }
  #block-frontpagefeaturedblockbottom .perm-block-image {
    max-height: 200px;
  }
  #block-frontpagefeaturedblocktop .perm-block-text,
  #block-frontpagefeaturedblockbottom .perm-block-text {
    margin: 0;
    width: 100%;
    padding: 5%;
  }
  #block-frontpagefeaturedblocktop .perm-block-button-link,
  #block-frontpagefeaturedblockbottom .perm-block-button-link {
    margin: 0 5% 5%;
    /* text-align: center;
    width: 100%; */
  }
  #block-frontpagefeaturedblocktop .perm-block-button-link a,
  #block-frontpagefeaturedblockbottom .perm-block-button-link a {
    /* width: 100%; */
  }
  #block-frontpagefeaturedblockbottom {
    padding: 0;
  }
  #block-frontpagefeaturedblocktop .perm-block-title,
  #block-frontpagefeaturedblocktop .perm-block-content-title,
  #block-frontpagefeaturedblockbottom .perm-block-title,
  #block-frontpagefeaturedblockbottom .perm-block-content-title {
    width: 100%;
    padding: 5% 5% 0;
    margin: 0;
  }
  #block-frontpagefeaturedblocktop .perm-block-title {
    margin: 0 0 20px;
  }
  .front #block-uspnf,
  .front #block-referencestandards,
  #block-uspnf,
  #block-referencestandards {
    float: none;
    min-height: inherit;
    padding: 5%;
    width: 100%;
  }
  #block-uspnf,
  #block-referencestandards {
    float: left;
    min-height: inherit;
    padding: 0;
    width: 100%;
  }
  .front #block-uspnf h2,
  .front #block-referencestandards h2,
  #block-uspnf h2,
  #block-referencestandards h2 {
    font-size: 22px;
    font-weight: 400;
    padding-bottom: 5px;
    margin-bottom: 22px;
    clear: both;
  }
  #block-lateststandardsupdates h2,
  #block-views-block-secondary-sliders-block-1 h2 {
    font-size: 26px;
    line-height: 34px;
  }
  .twitter-feed-block h2 {
    text-align: center;
  }
  #secondary-slider .col-xs-4 {
    display: none;
    width: 100%;
    margin-bottom: 10px;
  }
  #secondary-slider .col-xs-4:first-child {
    display: block;
  }
  .carousel-inner .active.left {
    left: -100%;
  }
  .carousel-inner .active.right {
    left: 100%;
  }
  .carousel-inner .next {
    left: 100%;
  }
  .carousel-inner .prev {
    left: -100%;
  }
  .carousel-inner > .item {
    left: 0;
    -webkit-transition: 500ms ease-in-out left;
    transition: 500ms ease-in-out left;
    -webkit-transition: 500ms ease-in-out all;
    transition: 500ms ease-in-out all;
    -webkit-backface-visibility: visible;
            backface-visibility: visible;
    -webkit-transform: none;
            transform: none;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  #block-views-block-secondary-sliders-block-1 {
    padding: 25px 12% 50px;
  }
  #secondary-slider .carousel-control {
    left: -12% !important;
  }
  #secondary-slider .carousel-control.right {
    right: -12% !important;
  }
  #secondary-slider .carousel-control.left,
  #secondary-slider .carousel-control.right {
    background-size: 100%;
  }
  #secondary-slider .carousel-control {
    height: 25px;
    width: 25px;
  }
  .twitter-feed-block,
  #block-views-block-events-and-training-usp-upcoming-events-block {
    min-height: inherit;
    width: 100%;
    float: none;
    padding: 5%;
  }
  .twitter-feed-block {
    text-align: center;
  }
  /* .cta-title,
  .cta-body {
    display: none;
  }
  .cta .cta-text {
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    padding: 0;
  }
  .cta .cta-button {
    width: 100%;
    height: 100%;
  }
  .cta .cta-button a {
    display: block;
    border: none;
    line-height: 18px;
    font-size: 22px;
    color: #ffffff;
    height: 100%;
    padding: 15%;
    text-indent: -9999px;
  } */
  .cta .cta-text {
    bottom: inherit;
    top: 50%;
    transform: translateY(-50%);
  }
  .cta .cta-title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 5px;
  }
  .cta .cta-body,
  .cta .cta-body p {
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 10px;
  }
  .cta .cta-button a {
    padding: 5px 20px;
    font-size: 14px;
  }
  .cta #cta-block.text-left .cta-image {
    overflow: hidden;
  }
  .cta #cta-block.text-left .cta-image img {
    height: auto;
    width: 200%;
  }
  .cta #cta-block.text-left .cta-text {
    left: 4%;
    right: 4%;
    width: 92%;
  }
  #block-views-block-alert-block-1 {
    left: inherit;
    right: inherit;
    width: 100%;
    bottom: 0;
  }
  main {
    /* padding: 5%; */
  }
  .layout-content,
  .layout-content.width-75 {
    width: 100%;
  }
  .layout-sidebar-first {
    margin: 0;
    width: 100%;
    height: auto;
    bottom: 42px;
    top: 210px;
  }
  .layout-sidebar-first li a {
    font-size: 18px;
    line-height: 26px;
  }
  .layout-sidebar-first ul li ul li a {
    line-height: 24px;
  }
  .layout-sidebar-first h2 {
    font-size: 18px;
    margin: 3px 0 20px;
    line-height: 28px;
  }
  .newsroom-featured-resources-block .views-row,
  .related-content .views-row,
  .tri-block .views-row {
    margin: 0 0 20px;
    width: 100%;
    flex-basis: 100%;
  }
  .newsroom-featured-resources-block .views-row:last-child,
  .related-content .views-row:last-child,
  .tri-block .views-row:last-child {
    margin-bottom: 0;
  }
  .landing-page {
    /* margin: 0 -6%; */
  }
  .layout-content.width-75 #block-usporg-content.landing-page,
  .layout-content.width-75 #block-usporg-page-title.interior-secondary,
  .layout-content.width-75 #block-usporg-content.interior-secondary {
    float: none;
    margin: 0;
    width: 100%;
  }
  .layout-content.width-75 .contact-info,
  .layout-content.width-75 .connect-with {
    float: none;
    width: 100%;
  }
  .tabbed-content > div > div {
    display: block;
  }
  .nav-tabs,
  .tabbed-content .views-element-container {
    width: 100%;
  }
  .nav-tabs ul li a {
    padding: 15px 30px;
  }
  .nav-tabs ul li.active a:before,
  .nav-tabs ul li.active a:after {
    background: none;
  }
  .tab-pane .tab-image img {
    width: inherit;
  }
  .layout-sidebar-second {
    float: none;
    clear: both;
    width: 100%;
    margin: 0 0 40px;
  }
  .usp-in-the-news > div > div {
    display: block;
  }
  .usp-in-the-news .views-row {
    float: none;
    margin: 0 0 20px;
    width: 100%;
  }
  .usp-in-the-news,
  #block-views-block-newsroom-press-releases-block {
    margin: 0 0 20px;
    padding: 0;
  }
  .custom-qm-blog > div > div {
    display: block;
  }
  .cta.newsroom,
  .newsroom-featured-resources-block,
  .newsroom-featured-videos-block,
  .custom-qm-blog {
    margin: 0;
    width: 100%;
  }
  .cta,
  .cta.newsroom {
    /* margin: 0 -5%;
    width: 110%; */
    margin-bottom: 20px;
  }
  .front .cta {
    margin: 0;
    width: 100%;
  }
  .custom-qm-blog .views-row,
  .featured-blocks-in-a-row .views-row,
  .featured-products-services .views-row {
    float: none;
    width: 100%;
    margin: 0 0 20px;
  }
  #block-buttonviewallblogposts, #block-buttonviewallvideos {
    float: none;
    width: 100%;
    margin: 0 0 40px;
  }
  .newsroom-featured-videos-block .video-text {
    float: none;
    margin-right: 0;
    width: 100%;
  }
  .newsroom-featured-videos-block .views-field-field-optional-video {
    float: none;
    width: 110%;
    margin: 0 -5%;
  }
  .layout-content.width-75.calendar-page .calendar {
    float: left;
    margin-top: 20px;
    width: 100%;
  }
  .layout-content.width-75 .second-featured-block-layout {
    margin: 0;
    width: 100%;
  }
  .pager li>a,
  .pager li>span {
    padding: 5px 10px;
  }
  .facet-filter-button {
    margin: 25px 0;
  }
  .search-sort-by {
    padding: 0 5%;
  }
  .facet-filter-button {
    margin: 25px 0;
    padding: 0 5%;
  }
  .search-sort-by h2,
  .facet-filter-button h2 {
    border-bottom: 4px solid #ccc;
    padding: 0 0 4px;
    margin: 0;
  }
  .facet-filter-button h2 {
    margin: 0 0 10px;
  }
  .search-sort-by > ul,
  .facet-filter-button > ul {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
    width: inherit;
    position: inherit;
    top: inherit;
    left: inherit;
  }
  .first-featured-block-layout .views-field-field-optional-image,
  .layout-content.width-75 .upcoming-training,
  .layout-content.width-75 .latest-posts {
    float: none;
    width: 100%;
  }
  .contact-info,
  .layout-content.width-75 .contact-info {
    width: 110%;
    margin: 0 -5% 40px;
  }
  .first-featured-block-layout .views-field-field-optional-block-title,
  .first-featured-block-layout .views-field-body,
  .first-featured-block-layout .views-field-field-optional-button-link {
    float: none;
    width: 100%;
    margin: 10px 0;
  }
  .first-featured-block-layout .views-field-body,
  .first-featured-block-layout .views-field-field-optional-button-link {
    margin: 0 0 10px;
  }
  .featured-blocks-in-a-row,
  .first-featured-block-layout,
  .second-featured-block-layout,
  .third-featured-block-layout,
  .tabbed-content {
    margin: 0 0 20px;
  }
  .layout-content.width-75 .third-featured-block-layout .views-row,
  .layout-content.width-75 .third-featured-block-layout .views-element-container {
    float: none;
    margin: 0 0 40px;
    width: 100%;
  }
  #block-usporg-page-title h1 {
    /*display: none;*/
  }
  .layout-sidebar-first h2 {
    /*font-weight: 500;
    font-size: 30px;
    line-height: 36px;*/
  }
  #block-languageswitcher {
    margin-bottom: 20px;
    position: inherit;
    right: inherit;
    top: inherit;
  }
  #videoModal .modal-body {
    /*width: calc(100%);
    height: calc((100vw) * 0.55);*/
  }
  .newsroom-featured-videos-block .views-field-field-optional-video {
    width: 100%;
    margin: 0 0 20px;
  }
  .secondary-page-content-row .views-row .views-field-field-optional-button-link {
    margin: 20px 0;
  }
  .tri-block {
    background: none;
    margin-bottom: 20px;
  }
  .tri-block-wrapper header h1,
  .photo-grid-wrapper header h1,
  .tri-block-wrapper header h2,
  .photo-grid-wrapper header h2 {
    margin: 0;
  }
  .newsroom-featured-resources-block .views-field-body,
  .related-content .views-field-body,
  .tri-block .views-field-body {
    margin: 0 15px 15px;
  }
  .tri-block-wrapper header {
    margin: 0;
  }
  #block-lateststandardsupdates {
    margin: 10px 0 0;
    padding: 0;
  }
}

/* phones - small */
@media (min-width: 0px) and (max-width: 449px) {
  #front-page-slider .carousel-control.left,
  #front-page-slider .carousel-control.right {
    left: 5px !important;
  }
  #front-page-slider .carousel-control.right {
    top: 65%;
    height: 25px;
    width: 25px;
  }
  #front-page-slider .carousel-caption h2 {
    font-size: 14px !important;
    line-height: 18px !important;
  }
  #front-page-slider .carousel-caption p {
    font-size: 14px;
    line-height: 18px;
    font-weight: 300;
    display: none;
  }
  #front-page-slider .carousel-caption p:last-of-type {
    display: block;
  }
  #front-page-slider .carousel-caption a {
    padding: 4px 8px;
    font-size: 12px;
    font-weight: 400;
    margin: 0;
  }
  .carousel-control,
  #landing-page-slider .carousel-control {
    /* left: 5px !important;
    top: 42%; */
    /* left: 25px !important; */
  }
  #landing-page-slider .carousel-control.right {
    /* right: 25px !important; */
  }
  #thumbnail-slider .carousel-control {
    left: 5px !important;
    top: 50%;
  }
  #front-page-slider .carousel-caption.Left {
    left: 12%;
    top: 50%;
    width: 80%;
  }
  .carousel-control.right {
    top: 60%;
  }
  .carousel-control {
    height: 25px;
    width: 25px;
  }
  #landing-page-slider .carousel-control.left,
  #landing-page-slider .carousel-control.right,
  #thumbnail-slider .carousel-control.left,
  #thumbnail-slider .carousel-control.right {
    margin-top: -20px;
  }
  .leadership-portrait {
    width: 100%;
  }
}

/* phones - landscape */
@media (min-width: 450px) and (max-width: 767px) {
  .front .search-box {
    top: 115%;
  }
  .front.layout-container #block-globalpresence,
  .front.layout-container #block-useraccountsmenu {
    top: 132%;
  }
  .front.layout-container > header {
    margin-bottom: 20%;
  }
  .carousel-inner>.item>a>img,
  .carousel-inner>.item>img {
    max-width: 100%;
  }
  #front-page-slider .carousel-caption.Left {
    left: 8%;
    top: 40%;
  }
  #front-page-slider .carousel-caption h2 {
    font-size: 24px;
    line-height: 28px;
    margin: 0 0 10px;
  }
  #front-page-slider .carousel-caption a {
    padding: 8px 12px;
    font-size: 14px;
  }
  .carousel-control.left {
    /* top: 44%; */
  }
  .carousel-control.right {
    top: 58%;
  }
  #secondary-slider .carousel-control {
    height: 40px;
    width: 40px;
  }
  #secondary-slider .carousel-control {
    left: -13% !important;
  }
  #secondary-slider .carousel-control.right {
    right: -13% !important;
  }
  .carousel-control,
  #landing-page-slider .carousel-control {
    /* left: 5px !important;
    top: 42%; */
    /* left: 40px; */
  }
  #landing-page-slider .carousel-control.right {
    /* right: 40px; */
  }
  #front-page-slider .carousel-control.left,
  #front-page-slider .carousel-control.right {
    left: 10px;
  }
  #front-page-slider .carousel-control.right {
    top: 60%;
  }
  #block-frontpagefeaturedblocktop .perm-block-image,
  #block-frontpagefeaturedblockbottom .perm-block-image {
    margin: 20px 0 0;
    width: 100%;
    overflow: hidden;
  }
  #block-frontpagefeaturedblockbottom .perm-block-image {
    max-height: 300px;
  }
  .leadership .col-sm-6 {
    width: 50%;
  }
}

@media (min-width: 650px) and (max-width: 767px) {
  #secondary-slider .item {
    height: 550px;
  }
}

@media (min-width: 550px) and (max-width: 649px) {
  #secondary-slider .item {
    height: 550px;
  }
}

@media (min-width: 450px) and (max-width: 549px) {
  #secondary-slider .item {
    height: 550px;
  }
}

/* phones - landscape */
@media (min-width: 0px) and (max-width: 449px) {
  #secondary-slider .item {
    height: 530px;
  }
}

/* phones - landscape */
@media (min-width: 0px) and (max-width: 450px) {
  #landing-page-slider .carousel-caption,
  #landing-page-slider .carousel-caption.Left,
  #landing-page-slider .carousel-caption.Right,
  #thumbnail-slider .carousel-caption,
  #thumbnail-slider .carousel-caption.Left,
  #thumbnail-slider .carousel-caption.Right {
    /* bottom: 10px; */
    /* left: 14%; */
    right: 10%;
    width: 50%;
    /* top: initial; */
  }
  #landing-page-slider .carousel-caption p,
  #thumbnail-slider .carousel-caption p {
    /* display: none; */
    font-size: 14px;
    line-height: 18px;
  }
  #landing-page-slider h1 {
    /* display: none; */
    font-size: calc(.7em + 1vw);
    line-height: calc(1em + 1vw);
    margin: 0 0 1vh;
  }
  #landing-page-slider .orange-link {
    padding: 5px 10px;
    font-size: 12px;
    margin: 0 0 2px;
    white-space: nowrap;
  }
  .cta #cta-block.text-left .cta-text {
    left: 4%;
    width: 88%;
  }
  .cta #cta-block.text-left .cta-title {
    margin: 0 0 5px;
    font-size: 18px;
    line-height: 22px;
  }
  .cta #cta-block.text-left .cta-body p {
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 5px;
  }
}

@media (min-width: 0px) and (max-width: 350px) {
  #landing-page-slider h1 {
    font-size: calc(.6em + 1vw);
    line-height: calc(1em + 1vw);
    margin: 0 0 1vh;
  }
  #landing-page-slider .carousel-control {
    /* left: 5px !important;
    top: 42%; */
    left: 20px !important;
  }
  #landing-page-slider .carousel-control.right {
    right: 20px !important;
  }
  .cta #cta-block.text-left .cta-title {
    font-size: 16px;
    line-height: 20px;
  }
  .cta #cta-block.text-left .cta-body p {
    font-size: 12px;
    line-height: 18px;
    margin: 0 0 5px;
  }
  .cta .cta-button a {
    padding: 2px 10px;
    font-size: 12px;
  }
}


@media (min-width: 951px) and (max-width: 1024px) {
  .layout-sidebar-first h2 {
    font-size: 18px;
  }
  .facets input[type=checkbox],
  .facet input[type=checkbox] {
    margin: 0 5px 0 0;
    top: -4px;
  }
  .facets label,
  .facet label {
    font-size: 14px;
  }
  #block-usporg-page-title h1 {
    font-size: 28px;
  }
  .facet-filter-button > ul li:first-child {
    right: 20px;
  }
  .facet-filter-button > ul li:first-child a {
    font-size: 12px;
  }
  .facet-filter-button > ul li:first-child {
    top: -42px;
    right: 25px;
    line-height: 18px;
    margin: 0;
  }
  #front-page-slider .carousel-caption {
    width: 70%;
  }
  #front-page-slider .carousel-caption.Left {
    left: 6%;
    width: 50%
  }
  #front-page-slider .carousel-caption a {
    padding: 8px 25px;
  }
  .carousel-control.right {
    top: 62%;
  }
  #videoModal .modal-header .close,
  #pdfModal .modal-header .close {
    font-size: 40px;
    line-height: 40px;
  }
  .custom-qm-blog .views-row .views-field-field-optional-block-title,
  .featured-blocks-in-a-row .views-row .views-field-field-optional-block-title,
  .featured-products-services .views-row .views-field-field-optional-block-title {
    font-size: 20px;
    line-height: 26px;
    margin: 20px 0 20px;
    padding: 0 20px;
  }
  .custom-qm-blog .views-row .views-field-body p,
  .featured-blocks-in-a-row .views-row .views-field-body p,
  .featured-blocks-in-a-row .views-row .views-field-body h3,
  .featured-products-services .views-row .views-field-body p {
    padding: 0 20px;
  }
  #block-usporg-breadcrumbs li {
    color: #333333;
    float: left;
    font-size: 14px;
    line-height: 18px;
  }
  .nav-tabs ul li a {
    font-size: 18px;
    line-height: 24px;
    padding: 20px 30px;
  }
  .newsroom-featured-resources-block .views-field-field-optional-block-title,
  .related-content .views-field-field-optional-block-title,
  .tri-block .views-field-field-optional-block-title {
    font-size: 20px;
    line-height: 24px;
  }
  .featured-products-services .views-row .views-field-field-optional-block-title {
    font-size: 20px;
  }
  .featured-products-services .views-row .views-field-field-optional-button-link a {
    margin: 30px 20px 20px;
    font-size: 16px;
    padding: 12px;
  }
  #block-uspnf h2,
  #block-referencestandards h2 {
    font-size: 24px;
    padding-bottom: 8px;
    margin-bottom: 12px;
    line-height: 30px;
  }
  #block-uspnf h2 a,
  #block-referencestandards h2 a {
    font-size: 16px;
    line-height: 20px;
    padding: 5px 10px;
  }
}


/* tablet only */
@media (min-width: 768px) and (max-width: 768px) {
  p {
    font-size: 18px;
  }
  .layout-content li {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 6px;
  }
  .carousel-control.left {
    top: 42%;
  }
  .carousel-control.right {
    top: 52%;
  }
  #front-page-slider .carousel-caption.Left {
  }
  #front-page-slider .carousel-caption.Right {
    right: 5%;
    left: auto;
    top: 140px;
  }
  #front-page-slider .carousel-caption h2 {
    font-size: 30px;
    line-height: 36px;
    margin: 0 0 10px 0;
  }
  .front main {
    padding: 40px 0px;
  }
  #block-frontpagefeaturedblocktop .perm-block-title,
  #block-frontpagefeaturedblockbottom .perm-block-title {
    font-size: 28px;
    width: 100%;
  }
  #secondary-slider .item {
    height: 550px;
  }
  .contact-info {
    font-size: 12px;
    line-height: 18px;
    padding: 14px;
  }
  .contact-info .perm-block-title,
  .contact-info h2 {
    font-size: 14px;
    line-height: 20px;
  }
  .contact-info p {
    font-size: 12px;
    line-height: 18px;
  }
  .newsroom-featured-resources-block .views-field-field-optional-block-title,
  .related-content .views-field-field-optional-block-title,
  .tri-block .views-field-field-optional-block-title {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    /* margin: 25px 0 10px; */
  }
  .newsroom-featured-resources-block .views-field-body,
  .related-content .views-field-body,
  .tri-block .views-field-body {
    font-size: 16px;
    line-height: 24px;
  }
  .newsroom-featured-resources-block .views-field-body ul,
  .related-content .views-field-body ul,
  .tri-block .views-field-body ul {
    padding-left: 30px;
  }
  .featured-products-services .views-row .views-field-field-optional-block-title {
    padding: 0 10px;
  }
  .featured-products-services .views-row .views-field-body p {
    padding: 0 10px;
  }
  .featured-products-services .views-row .views-field-field-optional-button-link a {
    font-size: 16px;
    margin: 10px;
    padding: 10px;
  }
  .uspnf-permanent-block,
  .rs-permanent-block {
    margin-right: 20px;
    width: 47%;
  }
  .rs-permanent-block {
    margin-right: 0;
  }
  #block-uspnf h2,
  #block-referencestandards h2 {
    font-size: 18px;
  }
  .layout-sidebar-first .tree li a {
    font-size: 16px;
    line-height: 18px;
  }
  .tab-pane,
  .nav-tabs {
    min-height: 475px;
  }
  .tabbed-content .views-element-container {
    height: auto;
  }
  .section > h2,
  .second-featured-block-layout .views-field-info span,
  .featured-blocks-in-a-row > div > div > h3,
  .featured-content.second-featured-block-layout > h2 {
    font-size: 24px;
    line-height: 28px;
  }
  .tab-pane .tab-image img {
    height: 100%;
  }
  .search-sort-by {
    padding: 4% 4% 0;
  }
  .search-sort-by > ul, .facet-filter-button > ul {
    top: 35px;
  }
  .facet-filter-button {
    margin: 0;
    padding: 0 4%;
  }
  .facet-filter-button > ul li:first-child {
    right: 0;
  }
  .facet-filter-button > ul {
    width: 450px;
    min-height: 30px;
  }
  .layout-sidebar-first {
    overflow: hidden;
  }
  .facet-filter-button > ul li:first-child {
    top: -48px;
  }
  .search-results header {
    margin: 0 0 10px;
    font-size: 14px;
  }
  .layout-sidebar-first h2 {
    margin: 3px 0 10px;
  }
  .layout-sidebar-first {
    overflow: hidden;
  }
  .custom-qm-blog .views-row .views-field-field-optional-block-title,
  .featured-blocks-in-a-row .views-row .views-field-field-optional-block-title,
  .featured-products-services .views-row .views-field-field-optional-block-title {
    font-size: 18px;
    line-height: 24px;
    margin: 20px 0;
    padding: 0 14px;
  }
  .custom-qm-blog .views-row .views-field-body p,
  .featured-blocks-in-a-row .views-row .views-field-body p,
  .featured-blocks-in-a-row .views-row .views-field-body h3,
  .featured-products-services .views-row .views-field-body p {
    font-size: 18px;
    line-height: 24px;
    padding: 0 14px;
  }
  #block-buttonviewallblogposts,
  #block-buttonviewallvideos {
    margin: 0px 0 40px;
    padding: 0;
  }
  .usp-in-the-news .views-row .views-field.views-field-field-news-source {
    font-size: 14px;
    padding: 10px 10px 5px;
  }
  .usp-in-the-news .views-row .views-field.views-field-title {
    padding: 5px 10px 10px;
    font-size: 18px;
    line-height: 22px;
  }
  .usp-in-the-news .views-row .views-field.views-field-field-news-date {
    font-size: 16px;
    line-height: 22px;
    padding: 0 10px 15px;
  }
  .usp-in-the-news .views-row .views-field.views-field-body {
    padding: 5px 10px;
  }
  .usp-in-the-news .views-row .views-field-field-custom-link-and-text a {
    font-size: 16px;
    padding: 5px;
  }
  .usp-in-the-news .views-row .views-field-field-custom-link-and-text {
    padding: 0 10px;
  }
  #block-addtoanybuttons {
    /* top: 190px; */
    /* background: #ffffff;
    box-shadow: 0 0 5px #aaa;
    padding: 4px;
    border-radius: 5px 0 0 5px;
    bottom: 20px;
    width: 45px; */
  }
  #landing-page-slider .carousel-caption p:first-of-type {
    /* display: block; */
  }
  .newsroom-featured-resources-block .views-row, .related-content .views-row, .tri-block .views-row {
    margin: 0 0 40px;
    width: 100%;
  }
  .cta #cta-block.text-left .cta-text {
    left: 20px;
    width: 42%;
  }
  .cta #cta-block.text-left .cta-title {
    margin: 0 0 10px;
    font-size: 20px;
    line-height: 26px;
  }
  .cta #cta-block.text-left .cta-body p {
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 5px;
  }
  .twitter-feed-block,
  #block-views-block-events-and-training-usp-upcoming-events-block {
    min-height: inherit;
    width: 100%;
    float: none;
    padding: 5%;
  }
  .twitter-feed-block {
    text-align: center;
  }
  .front #block-uspnf,
  .front #block-referencestandards,
  #block-uspnf,
  #block-referencestandards {
    float: none;
    min-height: inherit;
    padding: 5%;
    width: 100%;
  }
  #block-uspnf,
  #block-referencestandards {
    float: left;
    min-height: inherit;
    padding: 0;
    width: 100%;
  }
  .front #block-uspnf h2,
  .front #block-referencestandards h2,
  #block-uspnf h2,
  #block-referencestandards h2 {
    font-size: 22px;
    font-weight: 400;
    padding-bottom: 5px;
    margin-bottom: 22px;
    clear: both;
  }
}

/**
 * Basic skins.
 * Based on bartik if region navigation is replacing theme_links()
 */
.ultimenu__flyout {
  color: #777;
}

/**
 * Ugly arrows to support special_menu_items module that stripped out A classes.
 * If you don't have special_menu_items, reference it by .ultimenu__link.
 */
.ultimenu .ultimenu__link {
  -moz-transition: background-color .5s, color .5s;
  -ms-transition: background-color .5s, color .5s;
  -o-transition: background-color .5s, color .5s;
  -webkit-transition: background-color .5s, color .5s;
  display: block;
  padding: .5em 1.25em;
  position: relative; /* To hold arrows for small device */
  transition: background-color .5s, color .5s;
  text-decoration: none;
}

.ultimenu--vertical .ultimenu__link {
  padding: .5em 0;
}

/**
 * Menu description.
 */
.ultimenu .ultimenu__link small {
  display: block;
  font-size: 70%;
  line-height: 1;
}

/**
 * Core bartik do not have clearfix for region, add support for floating blocks
 * with micro clearfix.
 */
.ultimenu__flyout::after,
.ultimenu .region::after {
  clear: both;
  content: " ";
  display: table;
}

/** Ultimenu responsive size
 *
 * Smaller medium.
 */
@media all and (max-width: 950px) {
  /* Ultimenu flyout. Mobile version has no :hover, so safe to display: none,
  and relies on click events via jQuery. */
  .ultimenu {
    overflow: hidden;
  }

  .ultimenu__flyout {
    display: none;
  }

  .ultimenu > li,
  .ultimenu .ultimenu__link {
    min-width: 100%;
    width: 100%;
  }

  .ultimenu--main {
    background: #222;
    display: none; /* We use jQuery to toggle this on smaller device */
  }

  /* Mobile needs a handler for click event. */
  .ultimenu--main  .ultimenu__link {
    color: #fff;
    padding: 1em 1.75em;
    min-height: 42px;
  }

  .ultimenu--main  .ultimenu__link:hover,
  .ultimenu--main  .ultimenu__link:active {
    background: #000;
  }
  /* @todo is-active https://www.drupal.org/node/2281785 */
  .ultimenu--main  .ultimenu__link.is-active {
    background: #111;
  }

  .has-ultimenu .caret {
    background-color: transparent;
    display: block;
    height: 100%;
    min-height: 34px;
    position: absolute;
    right: 10px; /* LTR */
    top: 0;
    width: 42px;
  }

  [dir="rtl"] .has-ultimenu .caret {
    left: 10px;
    right: auto;
  }

  .has-ultimenu .caret::before {
    border: 8px solid transparent;
    border-top: 12px solid #fff;
    content: '';
    display: block;
    height: 0;
    margin-top: -6px;
    position: absolute;
    right: 10px; /* LTR */
    top: 50%;
    width: 0;
    z-index: 2;
  }

  .has-ultimenu  .js-ultimenu-active .caret::before {
    border-bottom: 12px solid #fff;
    border-top: 0;
  }

  [dir="rtl"] .has-ultimenu .caret::before {
    left: 10px;
    right: auto;
  }

  .ultimenu__flyout,
  .ultimenu--vtl .ultimenu__flyout,
  .ultimenu--vtr .ultimenu__flyout,
  .ultimenu--htt .ultimenu__flyout {
    bottom: auto;
    height: auto;
    left: auto;
    margin: 0;
    right: auto;
    top: auto;
    width: 100%;
  }

  /* Button for main menu. */
  .button.button--ultimenu {
    cursor: pointer;
    display: block;
    z-index: 99999999;
    /* background: #6A6DCD !important;
    border-color: #6A6DCD !important; */
  }
  .ultimenu-display-important {
    display: block !important;
  }
}

/**
 * Larger medium ~ 944px
 */
@media all and (min-width: 951px) {
  .ultimenu .ultimenu__link {
    line-height: 1.4;
  }

  /* Ultimenu flyout: Never display: none, bad for animation. */
  .ultimenu__flyout {
    border-radius: 5px;
    /* -moz-transition: visibility 0s linear 0.5s, opacity .5s linear, margin .5s ease;
    -ms-transition: visibility 0s linear 0.5s, opacity .5s linear, margin .5s ease;
    -o-transition: visibility 0s linear 0.5s, opacity .5s linear, margin .5s ease;
    -webkit-transition: visibility 0s linear 0.5s, opacity .5s linear, margin .5s ease; */
    display: block !important; /* Intentional !important to avoid overrides */
    margin: 0;
    opacity: 0;
    position: absolute;
    top: 35px;
    /* transition: visibility 0s linear 0.5s, opacity .5s linear, margin .3s ease; */
    transition: .2s;
    visibility: hidden;
  }

  .ultimenu > li {
    display: inline-block;
    margin: 0 -4px 0 0; /* LTR */
  }

  [dir="rtl"] .ultimenu > li {
    margin: 0 0 0 -4px;
  }

  .ultimenu--vertical > li {
    display: block;
    margin-right: 0;
  }

  [dir="rtl"] .ultimenu--vertical > li {
    margin-left: 0;
  }

  .ultimenu li:hover > .ultimenu__flyout {
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    -webkit-transition-delay: 0s;
    display: block;
    margin-top: 0;
    opacity: 1;
    transition-delay: 0s;
    visibility: visible;
  }

  .ultimenu--vertical .ultimenu__flyout {
    margin-top: 0;
  }

  .ultimenu--vtl .ultimenu__flyout {
    margin-right: 20px; /* LTR */
  }

  [dir="rtl"] .ultimenu--vtl .ultimenu__flyout {
    margin-left: 20px;
    margin-right: auto;
  }

  .ultimenu--vtr .ultimenu__flyout {
    margin-left: 20px; /* LTR */
  }

  [dir="rtl"] .ultimenu--vtr .ultimenu__flyout {
    margin-left: auto;
    margin-right: 20px;
  }

  .ultimenu--vtl li:hover .ultimenu__flyout {
    margin-right: 10px; /* LTR */
  }

  [dir="rtl"] .ultimenu--vtl li:hover .ultimenu__flyout {
    margin-left: 10px;
    margin-right: auto;
  }

  .ultimenu--vtr li:hover .ultimenu__flyout {
    margin-left: 10px; /* LTR */
  }

  [dir="rtl"] .ultimenu--vtr li:hover .ultimenu__flyout {
    margin-left: auto;
    margin-right: 10px;
  }

  .ultimenu--htt li:hover .ultimenu__flyout {
    margin-bottom: 10px;
  }

  .ultimenu__link .caret {
    display: none;
  }

  .button.button--ultimenu {
    display: none;
  }

  #header .ultimenu__flyout,
  #footer .ultimenu__flyout {
    min-width: 600px;
  }

  .sidebar .ultimenu__flyout {
    min-width: 500px;
  }
}

/* IE fixes */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .layout-container > header,
  #block-globalpresence,
  #block-topmenu,
  #block-useraccountsmenu,
  #block-usporg-branding,
  #block-usporg-branding a,
  header .social-media-menu,
  .search-box,
  #block-ultimenumainnavigation,
  #block-ultimenumainnavigation:after {
    transition: none;
  }
  /* carousel fix */
  #front-page-slider .carousel-inner.vertical > .item {
    -ms-transition: transform 6s ease-in-out;
    transition: transform .6s ease-in-out;
  }
  #front-page-slider .carousel-inner.vertical > .item.next,
  #front-page-slider .carousel-inner.vertical > .item.active.right {
    top: 0;
    transform: translateY(100%);
  }
  #front-page-slider .carousel-inner.vertical > .item.prev,
  #front-page-slider .carousel-inner.vertical > .item.active.left {
    top: 0;
    transform: translateY(-100%);
  }
  #front-page-slider .carousel-inner.vertical > .item.next.left,
  #front-page-slider .carousel-inner.vertical > .item.prev.right,
  #front-page-slider .carousel-inner.vertical > .item.active {
    top: 0;
    transform: translateY(0);
    left: 0;
  }
  #landing-page-slider .carousel-inner > .item,
  #thumbnail-slider .carousel-inner > .item {
    -ms-transition: transform 6s ease-in-out;
    transition: transform .6s ease-in-out;
  }
  #landing-page-slider .carousel-inner > .item.next,
  #landing-page-slider .carousel-inner > .item.active.right,
  #thumbnail-slider .carousel-inner > .item.next,
  #thumbnail-slider .carousel-inner > .item.active.right {
    transform: translateX(100%);
  }
  #landing-page-slider .carousel-inner > .item.prev,
  #landing-page-slider .carousel-inner > .item.active.left,
  #thumbnail-slider .carousel-inner > .item.prev,
  #thumbnail-slider .carousel-inner > .item.active.left {
    transform: translateX(-100%);
  }
  #landing-page-slider .carousel-inner > .item.next.left,
  #landing-page-slider .carousel-inner > .item.prev.right,
  #landing-page-slider .carousel-inner > .item.active,
  #thumbnail-slider .carousel-inner > .item.next.left,
  #thumbnail-slider .carousel-inner > .item.prev.right,
  #thumbnail-slider .carousel-inner > .item.active {
    transform: translateX(0);
    left: 0;
  }
}

@media screen and (min-width: 951px) {
  /* Interior header collapse */
  .search-box,
  #block-globalpresence,
  #block-useraccountsmenu,
  header .social-media-menu,
  #block-topmenu,
  #block-ultimenumainnavigation,
  .layout-container > header:after {
    visibility: hidden;
    opacity: 0;
    transition: .30s all;
    transition-delay: 1s;
  }
  .layout-container > header {
    height: 50px;
    transition: .30s all;
    transition-delay: 1s;
  }
  .layout-container > header:before {
    font-family: "Glyphicons Halflings";
    content: "\e236";
    color: white;
    font-size: 20px;
    position: absolute;
    top: 10px;
    display: block;
    right: 12px;
    width: 30px;
    height: 30px;
    opacity: .8;
    transition: .30s all;
    transition-delay: 1s;
  }
  #block-usporg-branding {
    top: 5px;
    transition: .30s all;
    transition-delay: 1s;
  }
  #block-usporg-branding a {
    height: 40px;
    transition: .30s all;
    transition-delay: 1s;
  }
  .layout-container > header:hover,
  .front.layout-container > header {
    height: 175px;
    opacity: 1;
    transition-delay: 0.25s;
  }
  .front.layout-container > header {
    height: inherit;
  }
  .layout-container > header:hover #block-usporg-branding,
  .front.layout-container > header #block-usporg-branding {
    opacity: 1;
    top: 75px;
    transition-delay: 0.25s;
  }
  .layout-container > header:hover #block-usporg-branding a,
  .front.layout-container > header #block-usporg-branding a {
    height: 80px;
    opacity: 1;
    transition-delay: 0.25s;
  }
  .layout-container > header:hover .search-box,
  .layout-container > header:hover #block-globalpresence,
  .layout-container > header:hover #block-useraccountsmenu,
  .layout-container > header:hover .social-media-menu,
  .layout-container > header:hover #block-topmenu,
  .layout-container > header:hover #block-ultimenumainnavigation,
  .layout-container > header:hover:after,
  .front.layout-container > header .search-box,
  .front.layout-container > header #block-globalpresence,
  .front.layout-container > header #block-useraccountsmenu,
  .front.layout-container > header .social-media-menu,
  .front.layout-container > header #block-topmenu,
  .front.layout-container > header #block-ultimenumainnavigation,
  .front.layout-container > header:after {
    opacity: 1;
    transition-delay: 0.25s;
    visibility: visible;
  }
  .layout-container > header:hover:before,
  .front.layout-container > header:before {
    opacity: 0;
    transition-delay: 0.25s;
  }
  .scroll50 .layout-container > header {
    position: fixed;
    top: 0;
    /* z-index: 500; */
    /* z-index: 9999999; */
  }
  .scroll50 .layout-container {
    margin: 50px 0 0;
  }
  .scroll50 .front.layout-container > header {
    position: inherit;
    top: inherit;
    z-index: inherit;
  }
  .scroll50 .front.layout-container {
    margin: 0;
  }
  .front.layout-container > header {
    height: inherit;
  }
}
@media (min-width: 0) and (max-width: 768px) {
  .first-featured-block-layout .views-field-field-optional-image,
  .layout-content.width-75 .upcoming-training,
  .layout-content.width-75 .latest-posts,
  .layout-content.width-75 .second-featured-block-layout {
      float: left;
      /* width: 92%;
      margin: 0 4%; */
  }
}
@media (min-width: 650px) and (max-width: 767px) {
  .tab-pane .tab-image img {
      width: 100%;
  }
}
@media (min-width: 981px) and (max-width: 1200px) {
  .tab-pane .tab-image img {
      width: 100%;
  }
}

/* Mobile navigation */
footer[role="contentinfo"] .footer .resources-menu-block {
  display: none;
}
#block-ultimenumainnavigation ul li.ultimenu__item.uitem.has-ultimenu:last-child,
footer[role="contentinfo"] .footer-site-menu-block ul li:last-child {
  display: none;
}
#block-ultimenumainnavigation ul li.ultimenu__item.uitem.has-ultimenu:last-child .ultimenu__region {
  background: #1a4265;
  padding: 15px 35px;
}
footer[role="contentinfo"] .footer-site-menu-block ul li:nth-last-child(2) {
  padding-right: 0;
}
footer[role="contentinfo"] .footer #block-ultimenumain #ultimenu-main {
  display: none !important;
}
footer[role="contentinfo"] .footer .footer-site-menu-block {
  margin: 0 0 30px;
}
#block-ultimenumainnavigation ul li:nth-last-child(2) .ultimenu__flyout {
  right: 20px;
}
#block-socialmedia-2 {
  display: none;
}
@media (min-width: 0) and (max-width: 950px) {
  #block-ultimenumainnavigation {
    top: 50px;
  }
  footer[role="contentinfo"] .footer #block-ultimenu-main {
    display: block !important;
    margin-bottom: 30px;
  }
  footer[role="contentinfo"] nav.footer-site-menu-block {
    display: none;
    margin-bottom: 30px;
  }
  .ultimenu--main,
  #block-ultimenumainnavigation ul li a.ultimenu__link:hover,
  footer[role="contentinfo"] .footer ul li a.ultimenu__link:hover,
  footer[role="contentinfo"] .footer ul li a.ultimenu__link:active {
    background: #1a4265;
    color: #fff;
  }
  #block-ultimenumainnavigation > ul,
  footer[role="contentinfo"] .footer #block-ultimenumain > ul {
    display: none;
    text-align: left;
  }
  footer[role="contentinfo"] .footer #block-ultimenumain #ultimenu-main {
    display: block !important;
  }
  .ultimenu__item.uitem.has-ultimenu:last-child,
  .ultimenu__item.uitem.has-ultimenu:last-child .ultimenu__flyout {
    display: block !important;
  }
  #block-ultimenumainnavigation ul li .ultimenu__flyout,
  footer[role="contentinfo"] .footer ul li .ultimenu__flyout {
    padding: 0;
  }
  #block-ultimenumainnavigation ul li.ultimenu__item.uitem.has-ultimenu:last-child a.ultimenu__link,
  footer[role="contentinfo"] .footer ul li.ultimenu__item.uitem.has-ultimenu:last-child a.ultimenu__link {
    display: none;
  }
  #block-ultimenumainnavigation ul li.ultimenu__item,
  .global-presence-menu a,
  #block-useraccountsmenu ul.dropdown-menu a,
  footer[role="contentinfo"] .footer ul li.ultimenu__item {
    border-bottom: 1px solid rgba(255,255,255,.25);
  }
  footer[role="contentinfo"] .footer ul li.ultimenu__item:last-child {
    border-bottom: none;
  }
  footer[role="contentinfo"] .footer ul li.ultimenu__item {
    float: left;
  }
  #block-ultimenumain #ultimenu-main > li:first-child {
    border-top: 1px solid rgba(255,255,255,.25);
  }
  .ultimenu__region {
    padding: 10px 25px;
    border: none;
  }
  #block-ultimenumainnavigation ul li a.ultimenu__link,
  footer[role="contentinfo"] .footer ul li a.ultimenu__link {
    padding: 8px 25px;
    min-height: auto;
    /* background: #1a4265; */
  }
  .ultimenu--main .ultimenu__link.is-active {
    background: transparent;
  }
  #block-ultimenumain .ultimenu__region {
    padding: 10px 25px;
  }
  #block-ultimenumainnavigation ul li .ultimenu__region li a,
  #block-ultimenumain ul li .ultimenu__region li a {
    color: #000000;
    padding: 5px 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
  }
  #block-ultimenumain ul li .ultimenu__region .resources-menu-block li a {
    color: #fff;
  }
  #block-ultimenumain .ultimenu__item.uitem.has-ultimenu:last-child .ultimenu__flyout .ultimenu__region {
    background: #1a4265;
    border: none;
    padding: 15px 35px;
  }
  #block-ultimenumainnavigation ul li.ultimenu__item.uitem.has-ultimenu:last-child .ultimenu__region li a,
  footer[role="contentinfo"] .footer ul li.ultimenu__item.uitem.has-ultimenu:last-child .ultimenu__region li a {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    padding: 6px 0;
  }
  #block-ultimenumainnavigation ul li.ultimenu__item.uitem.has-ultimenu:last-child .ultimenu__region li a:hover,
  footer[role="contentinfo"] .footer ul li.ultimenu__item.uitem.has-ultimenu:last-child .ultimenu__region li a:hover {
    background: transparent;
    color: #f4c35d;
  }
  #block-topmenu {
    display: none;
  }
  .button.button--ultimenu {
    top: 10px;
  }
  #block-usporg-branding, 
  .front #block-usporg-branding {
    left: 15px;
    top: 8px;
    width: 58px;
    height: 30px;
  }
  #block-usporg-branding a,
  .front #block-usporg-branding a {
    height: 30px;
    background-position: 0;
  }
  .front-page-carousel-block {
    position: relative;
    top: 50px;
    margin: 0 0 20px;
  }
  .layout-container > header {
    background: #285780;
    height: 50px;
    /* border-bottom: 1px solid rgba(255,255,255,.25); */
  }
  .button.button--ultimenu,
  .button.button--ultimenu:hover, 
  .button.button--ultimenu:active, 
  .button.button--ultimenu:focus {
    background: none;
    border-color: transparent;
    border: none;
    height: 50px;
    width: 60px;
    top: 0px;
    right: 0;
  }
  .button--ultimenu .bars {
    top: 5px;
    right: 20px;
  }
  #block-globalpresence select {
    display: none;
  }
  #block-globalpresence {
    top: 0;
    left: 0;
    width: 100%;
  }
  #block-globalpresence h2 {
    background: url(../images/icon-global-white.png) no-repeat 7px 6px transparent;
    padding: 0;
    background-size: 40px;
    display: block;
    height: 50px;
    width: 50px;
    margin: 0;
    text-indent: -99999px;
    left: 25%;
    top: 0;
    position: absolute;
  }
  #block-globalpresence ul {
    /* display: block; */
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 50px;
    width: 100%;
  }
  .global-presence-menu a,
  #block-useraccountsmenu ul.dropdown-menu a {
    display: block;
    background: #1a4265;
    color: #fff;
    padding: 8px 25px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
  }
  .search-box {
    top: 50px;
    width: 100%;
    display: block;
    left: 0;
    right: 0;
    /* background: #285780;
    height: 74px;
    border-top: 1px solid rgba(255,255,255,.25); */
  }
  .search-box label {
    background: url(../images/icon-search-white.png) no-repeat 7px 5px / 40px transparent;
    display: block;
    position: absolute;
    left: 45%;
    top: -50px;
    width: 50px;
    height: 50px;
    margin: 0;
    text-indent: -999999px;
  }
  #block-globalpresence h2.active-menu,
  .search-box label.active-menu,
  #block-useraccountsmenu a.dropdown-toggle.active-menu,
  .button.button--ultimenu.active-menu {
    background-color: #1a4265;
  }
  /* .search-box label:after {
    font-family: "Glyphicons Halflings";
    content: "\e003";
    color: #ffffff;
    font-size: 26px;
    opacity: .8;
    pointer-events: none;
  } */
  .search-box .form-text,
  .front .search-box .form-text {
    position: absolute;
    top: 20px;
    background: #fff;
    color: #646f79;
    box-shadow: 0 0 0px 20px #1a4265;
    padding: 0 35px 0 5px;
    outline: none;
    display: none;
    width: 92%;
    margin: 0 4%;
    border: none;
  }
  .search-box .form-actions {
    position: absolute;
    top: 25px;
    right: 4%;
    display: none;
  }
  .search-box .form-actions:before,
  .front .search-box .form-actions:before {
    color: #9AA5AF;
    position: absolute;
    font-size: 24px;
  }
  .user-account-menu .login {
    display: none;
  }
  #block-useraccountsmenu {
    right: 0;
    top: 0;
    left: 0;
    display: block;
  }
  #block-useraccountsmenu a.dropdown-toggle {
    background: url(../images/icon-login-white.png) no-repeat 6px 4px / 40px transparent;
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 65%;
    transition: inherit;
    box-shadow: none;
  }
  #block-useraccountsmenu span.glyphicon {
    display: none;
  }
  #block-useraccountsmenu span.login,
  #block-useraccountsmenu span.glyphicon {
    display: none;
  }
  #block-useraccountsmenu .dropdown-menu {
    top: 48px;
    border: none;
    left: 0;
  }
  #block-useraccountsmenu .dropdown-backdrop {
    display: none;
  }
  .front.layout-container > header {
    height: 50px;
    margin-bottom: 20px;
  }
  .front.layout-container > header {
    height: inherit;
    margin-bottom: inherit;
    min-height: 50px;
  }
  .front .breadcrumb {
    display: block;
  }
  .front.layout-container #block-globalpresence, 
  .front.layout-container #block-useraccountsmenu {
    top: 0;
  }
  .front .search-box {
    top: 50px;
  }
  .front .search-box label {
    top: -50px;
  }
  .breadcrumb {
    margin: 20px 0 0;
  }
  #block-socialmedia-2 {
    display: block;
  }
  #block-socialmedia-3 {
    display: none;
  }
  footer[role="contentinfo"] .social-media-menu {
    margin: 20px 0 30px;
  }
  footer .social-media-menu li a {
    margin: 0 4px;
    height: 30px;
    width: 30px;
    font-size: 28px;
  }
  .social-media-menu .socicon-linkedin {
    margin-right: 10px;
  }
  .social-media-menu .socicon-twitter {
    width: 30px !important;
    margin-right: 0;
  }
  .social-media-menu .socicon-facebook {
    margin-right: 4px;
    width: 28px !important;
  }
  .social-media-menu .socicon-youtube {
    margin-right: 10px !important;
    width: 35px;
  }
  .social-media-menu .socicon-youtube:before {
    font-size: 30px;
  }
  footer .social-media-menu li a.qmblog {
    background: url(../images/blog-icon.png) no-repeat 0 0 transparent;
    background-size: auto 150px;
    width: 30px;
  }
  footer[role="contentinfo"] .footer .resources-menu-block {
    display: block;
  }
  footer[role="contentinfo"] {
    background: #1a4265;
    padding: 0 0 80px;
  }
  footer[role="contentinfo"] .bottom-menu a.copyright {
    font-size: 12px;
    padding: 5px 15px;
  }
  footer[role="contentinfo"] .bottom-menu {
    text-align: left;
    margin-bottom: 20px;
    padding: 0 18px;
  }
  footer[role="contentinfo"] .bottom-menu ul,
  footer[role="contentinfo"] .resources-menu-block ul {
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  footer[role="contentinfo"] .bottom-menu li {
    border: none;
    padding: 0 18px;
    margin: 0;
  }
  footer[role="contentinfo"] .bottom-menu li a,
  footer[role="contentinfo"] .resources-menu-block li a {
    display: block;
    padding: 6px 0;
    height: auto;
    font-size: 17px;
  }
  footer[role="contentinfo"] .bottom-menu li:first-child {
    border-top: 1px solid rgba(255,255,255,.25);
    padding: 15px 18px 0 18px;
  }
  footer[role="contentinfo"] .bottom-menu li:nth-last-child(2) {
    border-bottom: 1px solid rgba(255,255,255,.25);
    padding: 0 18px 15px 18px;
  }
  footer[role="contentinfo"] .footer-site-menu-block ul li:last-child {
    display: none;
  }
  #block-ultimenumain ul {
    list-style: none;
    padding: 0;
    width: 100%;
    margin: 0 auto;
  }
  .ultimenu-display-important {
    display: block !important;
  }
  .ultimenu-hide-important {
    display: none !important;
  }
}
