.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.alert > p,
.alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

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

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #843534;
}

form {
  margin: 0;
}

select {
  width: 100%;
}

input[type=text], input[type=email], input[type=number], input[type=password], textarea {
  padding: 10px;
  font-size: 14px;
  font-family: "Cabin", Helvetica, Arial, sans-serif;
  width: 100%; /* Safari/Chrome, other WebKit */ /* Firefox, other Gecko */
  box-sizing: border-box; /* Opera/IE 8+ */
}

input[type=submit], input[type=button], button[type=submit] {
  padding: 10px;
  font-size: 14px;
  font-family: "Cabin", Helvetica, Arial, sans-serif;
  background-color: #3C5ABE;
  border: none;
  color: white;
  text-transform: uppercase;
}
input[type=submit]:disabled, input[type=button]:disabled, button[type=submit]:disabled {
  opacity: 0.5;
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-kitroom .tooltipster-box {
  background-color: #617A85;
  border-radius: 6px;
  border: 0;
}
.tooltipster-sidetip.tooltipster-borderless.tooltipster-kitroom .tooltipster-content {
  color: #fff;
  padding: 8px;
}
.tooltipster-sidetip.tooltipster-borderless.tooltipster-kitroom.tooltipster-bottom .tooltipster-arrow .tooltipster-arrow-border {
  border-bottom-color: #617A85;
}
.tooltipster-sidetip.tooltipster-borderless.tooltipster-kitroom.tooltipster-top .tooltipster-arrow .tooltipster-arrow-border {
  border-top-color: #617A85;
}
.tooltipster-sidetip.tooltipster-borderless.tooltipster-kitroom.tooltipster-left .tooltipster-arrow .tooltipster-arrow-border {
  border-left-color: #617A85;
}
.tooltipster-sidetip.tooltipster-borderless.tooltipster-kitroom.tooltipster-right .tooltipster-arrow .tooltipster-arrow-border {
  border-right-color: #617A85;
}
.tooltipster-sidetip.tooltipster-borderless.tooltipster-kitroom.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #617A85;
}

.content-wrap.header {
  z-index: 2000;
  position: relative;
}
@media only screen and (max-width: 800px) {
  .content-wrap.header {
    display: none;
  }
}

.header header {
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 800px) {
  .header header {
    display: none;
  }
}

header .top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 20px;
}
header .top .side {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
header .top .side .email {
  font-size: 20px;
  color: #666;
  margin-bottom: 10px;
}
header .top .side .search input[type=text] {
  width: auto;
}
header .top .side .search button {
  color: #000;
  padding: 0;
  border: 0;
}
header .top .side .search button:hover {
  color: #3C5ABE;
}
header .top .side .search button i {
  font-size: 28px;
  margin-left: 10px;
}

#general-information-navigation {
  display: none;
}

body.general-information #header-navigation {
  display: none;
}
body.general-information #general-information-navigation {
  display: block;
}

header nav {
  background-color: #3C5ABE;
  min-height: 50px;
  font-size: 14px;
}
header ul {
  list-style: none;
  margin: 0 auto;
  padding-left: 0;
  text-align: center;
}
header li {
  color: #fff;
  display: inline-block;
  /*
  float: left;
  position: relative;
  */
  text-decoration: none;
  transition-duration: 0.5s;
  text-transform: uppercase;
}
header li a {
  color: #fff;
  padding: 1rem 0.5rem;
  display: inline-block;
  font-size: 13px;
}
header li a:hover {
  color: #FF9A0E;
}
header li:hover {
  background-color: #000;
  cursor: pointer;
}
header li.current a, header li.has_current a {
  color: #FF9A0E;
}
header li.current a:hover, header li.has_current a:hover {
  color: #FF9A0E;
}
header ul li ul li {
  float: none;
  text-transform: none;
}
header ul li ul {
  background-color: black;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  transition: all 0.5s ease;
  left: 0;
  display: none;
  min-width: 5rem;
}
header ul li ul a {
  padding: 1rem 0.5rem;
}
header ul li:hover > ul,
header ul li ul:hover {
  visibility: visible;
  opacity: 1;
  display: block;
  min-width: 5rem;
  z-index: 2000;
}
header ul li ul li {
  clear: both;
  min-width: 5rem;
}
header ul li ul li a {
  min-width: 5rem;
}

.sub-nav {
  background-color: #333;
}
.sub-nav ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.sub-nav li {
  color: #ccc;
  display: inline-block;
  text-transform: none;
}
.sub-nav li a {
  color: #ccc;
  padding: 0.7rem 1rem;
  display: inline-block;
}
.sub-nav li a:hover {
  color: #fff;
}
.sub-nav li.current a {
  color: #fff;
}

/*
 * Made by Erik Terwan
 * 24th of November 2015
 * MIT License
 *
 *
 * If you are thinking of using this in
 * production code, beware of the browser
 * prefixes.
 */
.mobile_nav_wrap {
  display: none;
}
@media only screen and (max-width: 800px) {
  .mobile_nav_wrap {
    display: flex;
    justify-content: space-between;
    background-color: #eee;
    padding-bottom: 10px;
  }
}
.mobile_nav_wrap .logo {
  margin-top: 20px;
  margin-right: 20px;
}
.mobile_nav_wrap .logo img {
  height: 50px;
  width: auto;
}

.mobile_nav {
  margin: 0;
  padding: 0;
  /* make it look decent enough */
  background: transparent;
  color: #cdcdcd;
  z-index: 100;
  /*
   * Just a quick hamburger
   */
  /* 
   * Transform all the slices of hamburger
   * into a crossmark.
   */
  /*
   * But let's hide the middle one.
   */
  /*
   * Ohyeah and the last one should go the other direction
   */
  /*
   * Make this absolute positioned
   * at the top left of the screen
   */
  /*
   * And let's slide it in from the left
   */
}
.mobile_nav a {
  text-decoration: none;
  color: #fff;
  transition: color 0.3s ease;
}
.mobile_nav #menuToggle {
  display: block;
  width: 75%;
  position: relative;
  top: 27px;
  left: 27px;
  z-index: 100;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}
.mobile_nav #menuToggle input {
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  cursor: pointer;
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */
  -webkit-touch-callout: none;
}
.mobile_nav #menuToggle span {
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  background: #3C5ABE;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}
.mobile_nav #menuToggle span:first-child {
  transform-origin: 0% 0%;
}
.mobile_nav #menuToggle span:nth-last-child(2) {
  transform-origin: 0% 100%;
}
.mobile_nav #menuToggle input:checked ~ span {
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #fff;
}
.mobile_nav #menuToggle input:checked ~ span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}
.mobile_nav #menuToggle input:checked ~ span:nth-last-child(2) {
  transform: rotate(-45deg) translate(0, -1px);
}
.mobile_nav #menu {
  position: absolute;
  width: 250px;
  margin: -100px 0 0 -50px;
  padding: 115px 40px 25px 48px;
  background-color: rgba(60, 89, 188, 0.9);
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */
  transform-origin: 0% 0%;
  transform: translate(-100%, 0);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.mobile_nav #menu li {
  padding: 0.5em 0;
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
}
.mobile_nav #menu li a {
  color: #fff;
}
.mobile_nav #menu li a:hover {
  color: #fff;
}
.mobile_nav #menu li .dropdown {
  margin-top: 0.5em;
  margin-left: 1.5em;
  padding-left: 0;
  list-style: none;
}
.mobile_nav #menu li .dropdown li {
  text-transform: none;
  font-size: 15px;
}
.mobile_nav #menuToggle input:checked ~ ul {
  transform: none;
}

footer {
  text-align: center;
  background-color: black;
  color: #fff;
}
footer a {
  color: #fff;
  font-weight: bold;
}
footer .top {
  background-color: black;
  padding: 20px 0;
}
@media only screen and (max-width: 1140px) {
  footer .top {
    padding: 20px;
  }
}
footer .top .logos {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 500px) {
  footer .top .logos {
    flex-direction: column;
  }
}
footer .top .logos a {
  margin: 5px;
}
footer .top .logos a img {
  width: auto;
  height: 80px;
}
footer .bottom {
  background-color: #222;
  padding: 20px 0;
}
@media only screen and (max-width: 1140px) {
  footer .bottom {
    padding: 20px;
  }
}

main.content.homepage {
  background-color: #ECECFA;
  margin-top: -20px;
  text-align: left;
}
@media only screen and (max-width: 1140px) {
  main.content.homepage {
    background-color: #fff;
    margin-top: 0;
  }
}
main.content.homepage h2 {
  margin: 0;
  font-size: 15px;
  text-transform: uppercase;
}
main.content.homepage .inner {
  display: flex;
}
@media only screen and (max-width: 800px) {
  main.content.homepage .inner {
    flex-direction: column;
  }
}
main.content.homepage .inner .copy {
  padding: 40px 0;
  width: 50%;
}
main.content.homepage .inner .copy .copy-inner {
  padding-right: 40px;
}
main.content.homepage .inner .copy .copy-inner .sub-heading {
  font-size: 1.2em;
}
@media only screen and (max-width: 800px) {
  main.content.homepage .inner .copy .copy-inner {
    padding: 0;
  }
}
@media only screen and (max-width: 800px) {
  main.content.homepage .inner .copy {
    width: auto;
    padding: 20px;
  }
}
main.content.homepage .inner .graphic {
  width: 50%;
  background: url(../../images/video_background.jpg) center center no-repeat transparent;
  background-size: cover;
}
@media only screen and (max-width: 800px) {
  main.content.homepage .inner .graphic {
    width: 100%;
    min-height: 300px;
  }
}
main.content.homepage .inner .graphic a {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  font-size: 60px;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
main.content.homepage .inner .graphic a:hover {
  color: #3C5ABE;
}
@media only screen and (max-width: 800px) {
  main.content.homepage .inner .graphic a {
    min-height: 300px;
  }
}

.blocks {
  margin: 20px 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
@media only screen and (max-width: 800px) {
  .blocks {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 500px) {
  .blocks {
    grid-template-columns: 1fr;
  }
}
.blocks .item {
  background-color: #3C5ABE;
  position: relative;
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.3);
}
.blocks .item.about {
  background: url(../../images/fluoro.jpg) center center no-repeat transparent;
  background-size: cover;
}
.blocks .item.expression {
  background: url(../../images/grid-item-light.jpg) center center no-repeat transparent;
  background-size: cover;
}
.blocks .item.downloads {
  background: url(../../images/yellow-orange-scan.jpg) center center no-repeat transparent;
  background-size: cover;
}
.blocks .item.logos {
  background-color: #000;
}
.blocks .item.logos .logo-grid {
  text-align: center;
}
.blocks .item.logos .logo-grid img {
  display: inline-block;
  height: 70px;
  width: auto;
}
.blocks .item .inner {
  padding: 3em 2em;
}
.blocks .item .inner h4 {
  font-size: 15px;
  margin: 0 0 0.5em 0;
  text-transform: uppercase;
  color: #fff;
}
.blocks .item .inner p {
  margin: 0;
  padding: 1em;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background-color: rgba(0, 0, 0, 0.8);
  font-size: 13px;
  line-height: 150%;
  color: #fff;
}
.blocks .item .inner .downloads a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #fff;
  font-weight: bold;
  padding: 10px;
  margin-bottom: 10px;
}
.blocks .item .inner .downloads a:hover {
  background-color: #3C5ABE;
  border-color: #fff;
}
.blocks .item .more-icon {
  position: absolute;
  bottom: 0;
  right: 0;
}
.blocks .item .more-icon a {
  display: block;
  background-color: #000;
  color: #fff;
  font-size: 20px;
  padding: 7.5px 12.5px;
}
.blocks .item .more-icon a:hover {
  background-color: #3C5ABE;
}
.blocks .item.light .inner h4, .blocks .item.light .inner p {
  color: #000;
}
.blocks .item.light .inner p {
  border: 1px solid rgba(0, 0, 0, 0.4);
  background-color: rgba(255, 255, 255, 0.8);
}

/*
.sidebar .blocks {
	grid-template-columns: 1fr;
}
*/
.page-template {
  background-color: #ECECFA;
  margin-top: -20px;
}
@media only screen and (max-width: 1140px) {
  .page-template {
    background-color: white;
    margin-top: 0;
  }
}
.page-template .page {
  display: flex;
}
@media only screen and (max-width: 800px) {
  .page-template .page {
    flex-direction: column;
    padding: 0 30px;
  }
}
.page-template .page .content {
  width: 100%;
  padding: 30px 0;
  margin-right: 60px;
}
@media only screen and (max-width: 1140px) {
  .page-template .page .content {
    margin-right: 0;
    padding: 0;
  }
}
.page-template .page .sidebar {
  width: 350px;
  flex: none;
  background-color: #fff;
  padding: 30px;
}
@media only screen and (max-width: 800px) {
  .page-template .page .sidebar {
    width: 100%;
    padding: 0;
    background-color: transparent;
  }
}

.downloads {
  max-width: 450px;
}
.downloads a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #000;
  color: #fff;
  font-weight: bold;
  margin: 20px 0;
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.3);
}
.downloads a:hover {
  background-color: #3C5ABE;
  color: #fff;
}
.downloads a .info {
  padding: 10px;
}
.downloads a span.title {
  display: block;
}
.downloads a span.description {
  display: block;
  font-weight: 300;
  font-size: 13px;
}
.downloads a .icon {
  display: block;
  height: 100%;
  padding: 10px 20px;
  font-size: 20px;
}

.registration-forms .form-block {
  padding: 20px;
  background-color: white;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1140px) {
  .registration-forms .form-block {
    border: 1px solid #ccc;
  }
}
.registration-forms .form-block .buttons {
  display: flex;
}
@media only screen and (max-width: 500px) {
  .registration-forms .form-block .buttons {
    flex-direction: column;
  }
}
.registration-forms .form-block .buttons a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #000;
  color: #fff;
  font-weight: bold;
  padding: 15px 20px;
  font-size: 16px;
  margin: 10px 10px 10px 0;
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.3);
  width: 100%;
}
.registration-forms .form-block .buttons a:hover {
  background-color: #3C5ABE;
}
.registration-forms .form-block .buttons a i {
  font-size: 30px;
}
@media only screen and (max-width: 500px) {
  .registration-forms .form-block .buttons a {
    width: auto;
    margin: 10px 0;
  }
}

.toggle-wrap-information {
  text-align: left;
}
.toggle-wrap-information h2 a {
  font-size: 21px;
  text-decoration: none;
}
.toggle-wrap-information a {
  color: #203D78;
}
.toggle-wrap-information .toggle-content {
  display: none;
}

/*
.lity .lity-close {
	position: absolute;
	color: #000;
	top: 5px;
	right: 5px;
	text-shadow: none;
	&:hover {
		color: $brand;
	}
}
*/
#splash_lightbox {
  background-color: white;
  padding: 2em;
}
@media only screen and (max-width: 600px) {
  #splash_lightbox .logo img {
    width: 100%;
    height: auto;
  }
}
#splash_lightbox h4 {
  color: #878787;
  font-size: 16px;
}
#splash_lightbox .logos {
  background-color: black;
  margin-top: 25px;
}
#splash_lightbox .logos .logo-grid {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 600px) {
  #splash_lightbox .logos .logo-grid {
    flex-wrap: wrap;
  }
}
#splash_lightbox .logos .logo-grid a {
  display: block;
  margin: 10px;
}
#splash_lightbox .logos .logo-grid a img {
  display: inline-block;
  height: 50px;
  width: auto;
}
#splash_lightbox .buttons {
  display: flex;
  width: 100%;
  margin-top: 20px;
}
@media only screen and (max-width: 600px) {
  #splash_lightbox .buttons {
    flex-direction: column;
  }
}
#splash_lightbox .buttons a {
  display: block;
  background-color: #3C5ABE;
  color: #fff;
  padding: 1em;
  font-size: 20px;
}
@media only screen and (max-width: 600px) {
  #splash_lightbox .buttons a {
    font-size: 15px;
  }
}
#splash_lightbox .buttons a:hover {
  background-color: black;
}
#splash_lightbox .buttons a:first-child {
  margin: 0 2px 0 0;
}
@media only screen and (max-width: 600px) {
  #splash_lightbox .buttons a:first-child {
    margin: 0 0 2px 0;
  }
}

.links-list .link {
  background-color: white;
  padding: 1em;
  margin-bottom: 1em;
}
.links-list .link h3 {
  margin-top: 0;
  font-size: 17px;
}
.links-list .link h4 {
  margin-bottom: 0;
  color: #999;
  text-transform: uppercase;
  font-size: 12px;
}
.links-list .link .text-block p {
  margin-top: 0;
}

.projects-list .project {
  background-color: white;
  padding: 1em;
  margin-bottom: 1em;
}
@media only screen and (max-width: 800px) {
  .projects-list .project {
    padding: 0;
  }
}
.projects-list .project h3 {
  margin: 0;
  font-size: 17px;
}
.projects-list .project h4 {
  margin-bottom: 0;
  color: #999;
  text-transform: uppercase;
  font-size: 12px;
}
.projects-list .project .text-block p {
  margin: 0;
}

.factsheets-template .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 800px) {
  .factsheets-template .header {
    flex-direction: column;
  }
}
@media only screen and (max-width: 800px) {
  .factsheets-template .header .order_options {
    margin-bottom: 1em;
  }
}
.factsheets-template .header .order_options span {
  display: inline-block;
  margin-left: 1em;
  color: #666;
}
.factsheets-template .header .order_options span a.active {
  color: black;
}

.project-files p {
  display: flex;
}
.project-files p a {
  margin: 2px;
  display: block;
}

.project_files_access_wrap form {
  display: flex;
  align-items: center;
}
.project_files_access_wrap form input[type=password] {
  width: 50%;
  margin-right: 1em;
}
@media only screen and (max-width: 800px) {
  .project_files_access_wrap form input[type=password] {
    flex: 2;
  }
}
@media only screen and (max-width: 800px) {
  .project_files_access_wrap form input[type=submit] {
    flex: 1;
  }
}

.page-template.news .content {
  margin: 0;
}

.news-listings .article {
  background-color: #fff;
  margin-bottom: 30px;
}
.news-listings .article .inner {
  display: flex;
}
@media only screen and (max-width: 500px) {
  .news-listings .article .inner {
    flex-direction: column;
  }
}
.news-listings .article .inner .inner-content {
  width: 60%;
  padding: 20px;
}
@media only screen and (max-width: 500px) {
  .news-listings .article .inner .inner-content {
    width: 100%;
    padding: 20px 0;
  }
}
.news-listings .article .inner .inner-content h3 {
  margin: 0;
}
.news-listings .article .inner .inner-content h4 {
  font-weight: normal;
}
.news-listings .article .inner .image {
  width: 40%;
  line-height: 100%;
}
@media only screen and (max-width: 500px) {
  .news-listings .article .inner .image {
    width: 100%;
  }
}
.news-listings .article .inner .image img {
  width: 100%;
  height: auto;
  line-height: 100%;
}

.news-article-inner {
  display: flex;
}
@media only screen and (max-width: 500px) {
  .news-article-inner {
    flex-direction: column;
  }
}
.news-article-inner .news-article-inner-content {
  width: 60%;
  padding-right: 20px;
}
@media only screen and (max-width: 500px) {
  .news-article-inner .news-article-inner-content {
    width: 100%;
    padding: 20px 0;
  }
}
.news-article-inner .news-article-inner-content h3 {
  margin: 0;
}
.news-article-inner .news-article-inner-content h4 {
  font-weight: normal;
}
.news-article-inner .news-article-inner-content p:first-child {
  margin-top: 0;
}
.news-article-inner .image {
  width: 40%;
  line-height: 100%;
}
@media only screen and (max-width: 500px) {
  .news-article-inner .image {
    width: 100%;
  }
}
.news-article-inner .image img {
  width: 100%;
  height: auto;
  line-height: 100%;
}

.news_ticker {
  max-width: 1140px;
  margin: 20px auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media only screen and (max-width: 800px) {
  .news_ticker {
    margin: 20px;
  }
}
@media only screen and (max-width: 500px) {
  .news_ticker {
    flex-direction: column;
  }
}
.news_ticker .news_ticker_header {
  flex-shrink: 0;
  text-transform: uppercase;
  padding-right: 20px;
}
.news_ticker .news_ticker_items {
  flex-grow: 1;
}
.news_ticker .news_ticker_items .date {
  color: #999;
  display: inline-block;
  padding-left: 10px;
}
@media only screen and (max-width: 800px) {
  .news_ticker .news_ticker_items .date {
    display: block;
    padding-left: 0;
  }
}

.testimonials .testimonial {
  margin: 1em 0 2em 0;
}
.testimonials .testimonial .quote {
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 10px;
  color: #666;
}
.testimonials .testimonial .quote div {
  background-color: white;
  padding: 1em;
  display: inline-block;
}
.testimonials .testimonial .meta .organisation {
  color: #999;
  font-size: 13px;
}

body {
  background-color: white;
  margin: 0;
  color: #333;
  font-family: "Cabin", Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 130%;
  -webkit-font-smoothing: antialiased; /* Safari/Chrome, other WebKit */ /* Firefox, other Gecko */
  box-sizing: border-box; /* Opera/IE 8+ */
}
@media only screen and (max-width: 1140px) {
  body {
    padding: 20px;
  }
}
@media only screen and (max-width: 800px) {
  body {
    padding: 0;
  }
}

p, li, td {
  line-height: 130%;
}

a {
  color: #3C5ABE;
  text-decoration: none;
  transition: color 0.2s ease-in-out;
}
a:hover {
  color: #000;
}
a:focus {
  outline: none;
}
a img {
  border: none;
}

.content-wrap {
  width: 1140px;
  margin: 0 auto;
  text-align: left;
}
@media only screen and (max-width: 1140px) {
  .content-wrap {
    width: 100%;
  }
}

h1, h2, h3, h4, h5 {
  color: #000;
  font-family: "Cabin", Helvetica, Arial, sans-serif;
  margin: 0.5em 0;
  line-height: 130%;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 25px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 15px;
}

.btn {
  display: inline-block;
  padding: 0.6em 1em;
  color: #fff;
  background-color: #000;
  /*
     box-shadow: $glow;
     */
}
.btn:hover {
  color: white;
  background-color: #3C5ABE;
}
.btn .label {
  display: inline-block;
  margin-right: 10px;
}
.btn .icon {
  display: inline-block;
}

.body {
  background-color: #fff;
  padding: 50px 200px;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  .body {
    padding: 50px;
  }
}

address {
  font-style: normal;
}

hr {
  border: 0;
  height: 1px;
  background: #333;
  background-image: linear-gradient(to right, #ccc, #333, #ccc);
}

.slides_wrapper {
  margin-top: 30px;
}
.slides_wrapper .slides .slide {
  background-color: white;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 350px;
}

.note {
  color: #666;
  font-style: italic;
}

.pagination {
  margin: 1.5em 0;
}
.pagination ul {
  margin: 1em 0;
  padding: 0;
}
.pagination ul li {
  display: inline-block;
  padding: 5px 10px;
}
.pagination ul li.active {
  background-color: white;
}
