@charset "UTF-8";

/*@import url("//hello.myfonts.net/count/324887");@import url("//hello.myfonts.net/count/32488f");@import url("//hello.myfonts.net/count/37b3c3"); @font-face {font-family: 'MuseoSansRounded-900'; font-display: auto; src: url('webfonts/324887_0_0.woff') format('woff');}@font-face {font-family: 'MuseoSansRounded-300'; font-display: auto; src: url('webfonts/32488F_0_0.woff') format('woff');}@font-face {font-family: 'BrushUpToo';font-display: auto; src: url('webfonts/37B3C3_0_0.woff') format('woff');}@font-face {font-family: 'BrushUp'; font-display: auto; src: url('webfonts/37B3C3_1_0.woff') format('woff');}*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap");

h1, h2, h3, h4, h5 {
	font-family: "Noto Sans";
	font-weight: normal;
	font-style: normal;
}

h1.regular-font, h2.regular-font, h3.regular-font, h4.regular-font, h5.regular-font {
  font-family: "Open Sans",Helvetica,Arial,sans-serif;
}

/* Slider */
.slick-list {
  padding-bottom: .5rem;
}
.slick-loading .slick-list {
  /*background: #fff url("./ajax-loader.gif") center center no-repeat;*/
}

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 40px;
  width: 40px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  z-index: 100;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-size: 40px;
  line-height: 1;
  color: #df0000;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-large-nav .slick-prev,
.slick-large-nav .slick-next {
  height: 80px;
  width: 80px;
}
.slick-large-nav .slick-prev:before,
.slick-large-nav .slick-next:before {
  font-size: 80px;
}

.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "";
}
[dir="rtl"] .slick-prev:before {
  content: "";
}

.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "";
}
[dir="rtl"] .slick-next:before {
  content: "";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: static;
  top: 25px;
  list-style: none;
  display: block;
  text-align: right;
  padding: 0;
  margin: 0;
  width: 100%;
  padding-right:25px;
  height: 30px;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
  overflow:hidden;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 20px;
  height: 20px;
  font-family: "Font Awesome 5 Pro";
  font-size: 10px;
  line-height: 20px;
  text-align: center;
  color: #5B67AB;
  opacity: 0.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #5B67AB;
  opacity: 1;
}

#banner .slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 20px;
  height: 20px;
  font-family: "Font Awesome 5 Pro";
  font-size: 10px;
  line-height: 20px;
  text-align: center;
  color: #FFFFFF;
  opacity: 0.3;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#banner .slick-dots li.slick-active button:before {
  color: #df0000;
  opacity: 0.75;
}

.background-image-homepage-banner h2, .background-image-homepage-banner h3 {
  background-color: rgba(62,76,156,0.85);
  padding-left:10px;
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.slick-initialized .slick-slide.card {
  display: flex;
}

.slick-vertical {
  max-width: 100%;
}
/********************************************
 * OVERRIDES
 ******************************************** */
body{
  margin: 0px;
  padding: 0px;
}
/* HEADER */

/* MAIN */

/* LISTING */
/* HERO */
/* FRONT-PAGE */
/* LAYOUT */
/* Global layout styling */
html {
  /* background-color: #f8f9fa; */
  background-color: white;
}

body {
  background-color: #fff;
  /*box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.05);*/
}

.marker-font
{
  font-family: 'Permanent Marker', cursive;
}

footer .s-fa-circle{
  height: 40px;
  width: 40px;
  border-radius: 40px;
  border: 1px solid white;
  text-align: center !important;
  padding-top:7px;
}
footer .s-fa-circle .fa{
  font-size:18px;
}

.cms-content p a, .cms-content li a
{
  color: #3E4C9C;
}
.cms-content .team-profile a
{
  color: #333;
}
a:hover{
  color: #e55925 !important;
  text-decoration: none;
}

header .nav-link{
  font-weight: 500;
}

/*
header .nav-item:nth-child(1) a{
  color: #1f9084 !important;
}

header .nav-item:nth-child(2) a{
  color: #207ea6 !important;
}

header .nav-item:nth-child(3) a{
  color: #4b2566 !important;
}

header .nav-item:nth-child(4) a{
  color: #ad497f !important;
}

header .nav-item:nth-child(5) a{
  color: #eb5b27 !important;
}

header .nav-item:nth-child(6) a{
  color: #d5db2f !important;
}

header .nav-item:nth-child(7) a{
  color: #231f20 !important;
}

header .nav-item:nth-child(8) a{
  color: #cb5190 !important;
}
*/

/* about - orange */
header .nav-item a:before{
  content: "";
  width: 13px;
  height: 13px;
  background-image: url("/assets/dist/img/1.svg");
  background-repeat: no-repeat;
  background-position: auto;
  background-size: 13px 13px;
  display: inline-block;
  transform: rotate(30deg);
}


/* young people - pink */

header .nav-item:nth-child(2) a:before{
background-image: url("/assets/dist/img/5.svg");
}
header .nav-item:nth-child(2) a:hover{
color: #DB4F93 !important;
}

/* local authority - blue */

header .nav-item:nth-child(3) a:before{
background-image: url("/assets/dist/img/6.svg");
}
header .nav-item:nth-child(3) a:hover{
color: #3E4C9C !important;
}

/* CLNM - purple */

header .nav-item:nth-child(4) a:before{
background-image: url("/assets/dist/img/4.svg");
}
header .nav-item:nth-child(4) a:hover{
color: #5b2f7a !important;
}

/* support us - green */

header .nav-item:nth-child(5) a:before{
background-image: url("/assets/dist/img/3.svg");
}
header .nav-item:nth-child(5) a:hover{
color: #149186 !important;
}
  
/* news - orange */

/* - no change */

/* contact - pink */

header .nav-item:nth-child(7) a:before{
background-image: url("/assets/dist/img/5.svg");
}
header .nav-item:nth-child(7) a:hover{
color: #DB4F93 !important;
}


.header-side-links{
  padding-top: 10px;
}

.header-side-links a{
  display: block;
  margin-bottom: 12px;
  color: #231f20;
}

.header-side-links a:hover{
  color: #2aa2d6;
}

.header-side-links a:after{
  content: "";
  width: 15px;
  height: 15px;
  background-image: url("/assets/dist/img/1.svg");
  background-repeat: no-repeat;
  background-position: auto;
  background-size: 15px 15px;
  display: inline-block;
  transform: rotate(30deg);
  margin-left: 10px;
  padding-top: 6px;
  position:relative;
  top: 4px;
}

.header-side-links a:nth-child(2):after{
  background-image: url("/assets/dist/img/2.svg");
}

.header-side-links a:nth-child(3):after{
  background-image: url("/assets/dist/img/3.svg");
}

.dropdown-item.active, .dropdown-item:active {
	color: #e55925 !important;
	text-decoration: none !important;
	background-color: #ffffff !important;
}

.mt-5 
{
  margin-top: 2em !important;
}

.banner-left
{
  background-color: #333333;
  padding: 30px;
  color: white;
}

.banner-left h1
{
  font-weight: bold;
  text-transform: uppercase;
}

.image-holder {
  height: 100%;
  width: 100%;
  position:relative; 
}    
.image-overlay {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: all .3s linear;
}

.image-holder .image-overlay:hover
{
  background: none;
}

.bg-tint-green
{
  background: rgba(19, 148, 137, 0.5);
}

.bg-tint-yellow
{
  background: rgba(212, 218, 43, 0.5);
}

.bg-tint-orange
{
  background: rgba(231, 90, 37, 0.5);
}

.bg-tint-green
{
  background: rgba(19, 148, 137, 0.5);
}

.bg-tint-blue
{
  background: rgba(42, 164, 217, 0.5);
}

.bg-tint-purple
{
  background: rgba(95, 46, 129, 0.7);
}

.bg-tint-pink
{
  background: rgba(219, 79, 147, 0.5);
}

.bg-solid-green
{
  background: rgba(19, 148, 137, 1);
}

.bg-solid-yellow
{
  background: rgba(212, 218, 43, 1);
}

.bg-solid-orange
{
  background: rgba(231, 90, 37, 1);
}

.bg-solid-green
{
  background: rgba(19, 148, 137, 1);
}

.bg-solid-blue
{
  background: rgba(42, 164, 217, 1);
}

.bg-solid-purple
{
  background: rgba(95, 46, 129, 1);
}

.bg-solid-pink
{
  background: rgba(219, 79, 147, 1);
}

.bg-blue-dark
{
  background-color: #3E4C9C !important;
}

.bg-blue-dark.nav-link.active
{
  color: white !important;
}


/* buttons */
.arrow-button
{
  padding: 8px;
  color: #333 !important;
  border-style: solid;
  border-color: #333;
  border-width: 1px;
  border-right-style: none;
  text-transform: uppercase;
  position: relative;
}

.arrow-button::after
{
  content: "";
  width: 13px;
  height: 39px;
  background-image: url("/assets/dist/img/arrow-button-right.svg");
  background-repeat: no-repeat;
  background-position: auto;
  background-size: 12px 39px;
  top: -1px;
  right: -12px;
  position: absolute;
  display: inline-block;
}

.arrow-button:hover
{
  background-color: #333;
  color: white !important;
  text-decoration: none;
}

.arrow-button:hover::after
{
	background-image: url("/assets/dist/img/arrow-button-solid-right.svg");
}

.arrow-button-solid
{
  background-color: #333;
  color: white !important;
}

.arrow-button-dark-bg
{
  border-color: white;
  background-color: #333;
  color: white !important;
}

.arrow-button-dark-bg::after
{
  content: "";
  width: 13px;
  height: 39px;
  background-image: url("/assets/dist/img/arrow-button-right-white.svg");
  background-repeat: no-repeat;
  background-position: auto;
  background-size: 13px 39px;
  top: -1px;
  right: -12px;
  position: absolute;
  display: inline-block;
}

.arrow-button-dark-bg:hover::after
{
  background-image: url("/assets/dist/img/arrow-button-right-white.svg") !important;
}

.arrow-button-dark-bg:hover
{
  color: #e55925 !important;
}

.arrow-button-solid::after
{
  content: "";
  width: 15px;
  height: 40px;
  background-image: url("/assets/dist/img/arrow-button-solid-right.svg");
  background-repeat: no-repeat;
  background-position: auto;
  background-size: 15px 40px;
  top: -0px;
  right: -13px;
  position: absolute;
  display: inline-block;
}

.arrow-button-solid:hover
{
  background-color: white;
  color: #333 !important;
  text-decoration: none;
}

.arrow-button-solid:hover::after
{
  background-image: url("/assets/dist/img/arrow-button-right.svg");
}

.banner-left::after
{
  content: "";
  width: 54px;
  height: 154px;
  background-image: url("/assets/dist/img/arrow-button-solid-right.svg");
  background-repeat: no-repeat;
  background-position: auto;
  background-size: 54px 154px;
  top: -1px;
  right: -49px;
  position: absolute;
  display: inline-block;
  z-index: 99;
}

.tooltip .tooltip-inner {
  background-color: #149186;
}

.banner-left-blue-dark::after
{
  background-image: url("/assets/dist/img/arrow-button-solid-right-blue-dark.svg");
}

.banner-left-orange::after
{
  background-image: url("/assets/dist/img/arrow-button-solid-right-orange.svg");
}

.banner-left-yellow::after
{
  background-image: url("/assets/dist/img/arrow-button-solid-right-yellow.svg");
}

.banner-left-green::after
{
  background-image: url("/assets/dist/img/arrow-button-solid-right-green.svg");
}

.banner-left-blue::after
{
  background-image: url("/assets/dist/img/arrow-button-solid-right-blue.svg");
}

.banner-left-purple::after
{
  background-image: url("/assets/dist/img/arrow-button-solid-right-purple.svg");
}

.banner-left-pink::after
{
  background-image: url("/assets/dist/img/arrow-button-solid-right-pink.svg");
}

.latest-news-icon
{
  position: absolute; 
  top: -36px; 
  left: -40px; 
  width: 120px;
}

.latest-news
{
  clear: both;
}

.latest-news p
{
  font-size: 13px;
}


.pink-links a:hover
{
  color: #DB4F93 !important;
}

.pink-text
{
  color: #DB4F93 !important;
}

.green-text
{
  color: #149186;
}

.blue-text
{
  color: #2aa2d6;
}

.blue-dark-text
{
  color: #3E4C9C;
}

.orange-text
{
  color: #e55925;
}

.purple-text
{
  color: #5b2f7a;
}

.yellow-text
{
  color: #d3d92b;
}

/* news */

.news .row
{
  margin-bottom: 15px;
  background-color: #c1c2c4;
}

.news .row .col-lg-5{
  background-size: cover;
  background-position: center;
  cursor:pointer;
}

.news .row:nth-child(even){
  background-color: #e1e2e4;
}

.news .row:last-child
{
	margin-bottom: 0px;
}


.news figure
{
  margin: 0px;
  padding: 0px;
}

.news-search
{
	margin-top: 20px;
	margin-bottom: 20px;
}

.news-archives
{
	margin-top: 30px;
}

.news-archives ul
{
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
}

.news-archives ul li {
  border-bottom: 1px dashed #d9d9d9;
  padding: 10px 0 10px 0px;
  width: 100%;
}

.news-categories .list-group-item.active {
	z-index: 2;
	color: #fff;
	background-color: #BBBBBB;
	border-color: #BBBBBB;
}

/* blockquotes included within news from external site */
blockquote:not([class]) p {
  margin: 0 !important;
  padding: 1px 0 1px 20px;
  border-left: 4px solid #e6e6e6;
  font-weight: bold;
}

/* gallery */
.single-image {
  float: left;
  margin-bottom: 20px;
  margin-left: 10px;
  width: 330px;
}

/* homepage */

.banner-left-homepage {
	background-color: #3E4C9C;
  padding: 30px;
  color: white;
}

.banner-left-homepage .arrow-button {
  background-color: white;
  color: #3E4C9C !important;
}

.banner-left-homepage .arrow-button::after
{
	background-image: url("/assets/dist/img/arrow-button-right-white-solid-right.svg");
}

.banner-left-homepage .arrow-button:active {
  background-color: #000000 !important;
}

.banner-left-homepage .arrow-button:active::after
{
	background-image: url("/assets/dist/img/arrow-button-right-solid-right.svg");
}

.banner-left-homepage::after {
	content: "";
	width: 73px;
	height: 248px;
	background-image: url("/assets/dist/img/arrow-button-solid-right-blue-dark.svg");
	background-repeat: no-repeat;
	background-position: auto;
	background-size: 73px 248px;
	top: -1px;
	right: -73px;
	position: absolute;
	display: inline-block;
  z-index: 99;
}

#banner .slick-dots {
  position: absolute;
  bottom: 20px;
}

#banner .slick-dots li.slick-active button::before
{
  color: white;
}

#banner .slick-dotted.slick-slider
{
  margin-bottom: 0px;
}

/* mobile overrides */

@media (max-width: 767px) {
  
  .latest-news-icon
  {
    position: static;
    text-align: center;
    left: 0px;
    top: 0px;
  }

  .latest-news .news-article
  {
    padding-top: 10px;
  }

  .single-image
  {
    width: 100%;
  }

  .list-group-horizontal
  {
    padding-left: 0px;
  }

  #banner h4
  {
    font-size: 16px;
  }

  #banner .banner-left::after
  {
    display: none;
  }
  #banner .banner-left-homepage::after
  {
    display: none;
  }

  .slick-dots {
    position: absolute;
    bottom: 20px;
    left: 0px;
  }

}

@media (max-width: 1200px) {
  .single-image
  {
    width: 100%;
  }
}

footer{
  border-top: solid 1px #3e4c9c !important;
}

footer a{
  text-transform: uppercase;
  font-size: 13px;
}


.grunge-font{
  font-family: BrushUp,Helvetica,Arial,sans-serif;
}

.nav.nav-justified{
  font-size: 22px;
}

.challenge{
  background-color: #eee;
}
.challenge-title{
  padding-left:10px;
  padding-right:10px;
  padding-top: 6px;
  padding-bottom: 4px;
}

.challenge-body{
  padding-left:14px;
  padding-right:14px;
  padding-top: 10px;
  padding-bottom: 6px;
  font-size:14px;
}

.challenge-completed{
  background-image: url("assets/dist/img/challenge_success.png");
  background-repeat: no-repeat;
}

.nav-link
{
  color: #333 !important;
}

.nav-link.active
{
  color: #2aa2d6 !important;
}

.cms-content fieldset
{
  border-style: solid;
  border-width: 3px;
  border-color: grey;
  border-radius: 10px;
  padding: 20px;
}

.cms-content fieldset legend
{
  width: auto;
  padding-left: 10px;
  padding-right: 10px;
  font-family: "Nato Sans",Helvetica,Arial,sans-serif;
}

.cms-content .submit-message-form fieldset
{
  border-color:#d5db2f;
}

.cms-content .submit-message-form fieldset legend
{
  color:#d5db2f;
}

.cms-content .challenge-support-form fieldset
{
  border-color:#ad497f;
}

.cms-content .challenge-support-form fieldset legend
{
  color:#ad497f;
}

.cms-content .contact-form fieldset
{
  border-color:#cb5190;
}

.cms-content .contact-form fieldset legend
{
  color:#cb5190;
}

.cms-content .submit-pledge-form fieldset
{
  border-color:#eb5b27;
}

.cms-content .submit-pledge-form fieldset legend
{
  color:#eb5b27;
}

.cms-content .about-quotes fieldset
{
  border-color:#5B2F7A;
}

.cms-content .about-quotes fieldset legend
{
  color:#5B2F7A;
}

.cms-content .fb-instruct
{
  font-size: 11px;
  margin-bottom: 6px;
}

.greyscale
{
  filter: grayscale(100%);
}

.greyscale:hover
{
  filter: none;
}

.resources-list h2 a
{
  color: #212529;
}

.message{
  color: white;
  float: left;
	margin-bottom: 10px;
	margin-right: 10px;
	width: 32%;
}
.message-title{
  padding-left:10px;
  padding-right:10px;
  padding-top: 6px;
}
.message-body{
  padding-left:14px;
  padding-right:14px;
  padding-top: 10px;
  padding-bottom: 6px;
  font-size:14px;
}
.message-footer{
  padding-left:14px;
  padding-right:14px;
  padding-top: 10px;
  padding-bottom: 1px;
  font-size:12px;
}
  
@media (max-width: 760px) {
.message
  {
    width: 100%;
  }
}

.story-category{
  display:block;
  padding-left: 12px;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-right: 10px;
  color: #212529;
  background-color: #c1c2c4;
  /*text-transform: uppercase;
  font-weight: 700;*/
}

.story-category:nth-child(odd){
  background-color: #e1e2e4;
}

.pledges h3, .pledges h3 a, .pledges a, .pledge-article a
{
  color: #eb5b27 !important;
}
.pledges a.text-dark
{
  color: #343a40 !important;
}

.pledges h3 a:hover, .pledges a:hover
{
  color: #666666 !important;
}

.pledges-feed h5, .pledges-feed h5 a
{
  color: #eb5b27;
}

.pledges-feed h5 a:hover
{
  color: #666666;
}

.homepage-grid-item{
  min-height: 298px;
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
  cursor:pointer;
  color:white;
  overflow: hidden;
  position: relative;
  /*background-color: #231f20;*/
  margin-bottom: 15px;
}
.grid-item-content{
  position: absolute;
  min-height: 160px;
  bottom: 0px;
  /*background-color: #231f20;*/
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 6px;
  padding-bottom: 4px;
  overflow: hidden; 
}
.grid-item-content a{
  font-family: "Nato Sans",Helvetica,Arial,sans-serif;
  font-size: 22px;
  color: white;
}
.grid-item-content h3, .grid-item-content p
{
  color: white !important;
}

.dropdown-menu{
  z-index:100000;
  left: auto;
}

.cms-content a.btn-primary, .cms-content p a.btn-primary
{
  color: white !important;
}

header .nav-link {
  padding-right: 6px !important;
  padding-left: 6px !important;
}

a{
  color: #3e4c9c
}
.grey-back{
  background-color: #eceffb;
}
.quote-item{
  overflow:hidden;
}
.quote-mark-container{
  float:left;
  font-size:32px;
  width:10%;
  padding-top:20px;
}
.quote-item-wrapper{
  float:left;
  width:80%;
  padding-top:20px;
  font-size:20px;
}
.clip-hexagon{
  clip-path: polygon(25% 8%, 75% 8%, 100% 50%, 75% 92%, 25% 92%, 0% 50%);
}

[data-toggle="collapse"] .fa:before {   
  content: "\f139";
}

[data-toggle="collapse"].collapsed .fa:before {
  content: "\f13a";
}

.card-header{
  background-color: #f9f9f9;
  border: none 0px white;
}
.card{
  border-radius: 0%;
}


.feature-coloured-box
{
  background-color: #3E4C9C;
  color: white;
}

.feature-coloured-box a
{
  color: white;
  text-decoration: underline;
}
.section-swirl{
  background-image:url("/Media/nhp-swirls.png");
  background-repeat: none;
  background-position: center;
}

.section-swirl-vert{
  background-image:url("/Media/nhp-swirls-vert.png");
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
}

/*
.banner-section-overlay{
  position:absolute;
  top: 420px;
  width: 80%;
  margin-left: 10%;
  background-color: white;
  box-shadow:0px 0px 25px rgba(0,0,0,0.15);
}

.banner-section-box{
  width:50%;
  float:left;
}

.banner-section-box .small{
  line-height: 0px;;
}

.banner-section-overlay .banner-section-box:nth-child(2){
	box-shadow:0px 0px 25px rgba(0,0,0,0.15);
}
.first-homepage-section{
  margin-top: 280px;
}
.banner-section-small{
  font-size:12px;
  line-height: 16px;
  padding-top:5px;
}


@media (max-width: 992px) {
  .banner-section-overlay{
    top: 420px;
    width: 96%;
    margin-left: 2%;
  }
}

@media (max-width: 767px) {

  .first-homepage-section{
    margin-top: inherit;
  }

  .banner-section-overlay{
    position:relative;    
    width:100%;
    top: inherit;
    margin-left:auto;
    box-shadow: inherit;
  }
  .banner-section-box{
    float:none;
    box-shadow: inherit;
    width:100%;
  }
  .banner-section-overlay .banner-section-box:nth-child(2){
    box-shadow: inherit;
    margin-bottom:15px;
  }

}
*/

.card{
  box-shadow:0px 0px 15px rgba(0,0,0,0.15);
}
p.artificial-space{
  padding:0px;
  margin:0px;
  display: none;
}

.news-article .alignright{
  float:right;
  margin-left:10px;
  margin-right:10px;
  margin-top:10px;
}

.news-article .alignleft{
  float:left;
  margin-right:10px;
  margin-right:10px;
  margin-top:10px;
}

.news-article .size-full{
  max-width: 100%;
  height: auto;
  margin-top:10px;
  margin-bottom:10px;
}

.news-article iframe{
  max-width: 100%;
  margin-top:10px;
  margin-bottom:10px;
}

@media (max-width: 767px) {

  .banner-left h1{
    font-size:1.5em;
  }

}

body.mac-os .navbar-nav li a{
   font-size: 0.95em;
}