/*!
 * Start Bootstrap - Simple Sidebar HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Toggle Styles */

body {
    font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
    font-size: 14px;
    line-height: 1.42857;
    color: #333;
    }
    /*
    h1 { font-family: Oswald; font-size: 24px; font-style: normal; font-variant: normal; font-weight: 700; line-height: 26.4px; }
     h3 { font-family: Oswald; font-size: 20px; font-style: normal; font-variant: normal; font-weight: 200; line-height: 15.4px; }
      p { font-family: Oswald; font-size: 16px; font-style: normal; font-variant: normal; font-weight: 100; line-height: 30px; } 
      blockquote { font-family: Oswald; font-size: 21px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 30px; } 
      pre { font-family: Oswald; font-size: 13px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 18.566px; } */
  
  b, strong {
	  font-weight: 700;
	  
  }
    
    h1 {
  font-size: 42px;

  line-height: 48px;
  line-height: 30px;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  margin-bottom: 72px;
  margin-bottom: 4.5rem;
  margin-top: 24px;
  margin-top: 1.5rem; }

h2 {
  font-size: 30px;

  line-height: 36px;
  line-height: 2.25rem;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
  margin-bottom: 48px;
  margin-bottom: 3rem;
  margin-top: 24px;
  margin-top: 1.5rem; }
  h2 + .chapo {
    margin-top: 0px;
    margin-top: 0;
    margin-bottom: 24px;
    margin-bottom: 1.5rem; }

p + h2 {
  margin-top: 48px;
  margin-top: 3rem; }

h3 {
  font-size: 20px;
 
  line-height: 36px;
  line-height: 2.25rem;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  margin-top: 24px;
  margin-top: 1.5rem; }
    
.sidebar-brand2  {
	height="145px"
	width="160px"
}    
    
#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper-pages {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled {
    padding-left: 300px;
}

#wrapper-pages.toggled {
    padding-left: 300px;
}

ul{
       list-style:none;
       }
       
.banner {
		max-width:100% !important;
} 
 
 
.resp-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}

.resp-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
} 
 
       
.logopages{
	float: left;
	
}

.container-fluid {
    padding-right: 15px;
    padding-left: 30px;
    margin-right: auto;
    margin-left: auto;
}
       
.atoz > ul > a{
color:black;
	
}

label {
	width: 140px;	
	padding: 4px;
	margin-bottom: 30px;
}

input {
	width: 140px;	
	padding: 4px;
	margin-top: 5px;	
	margin-bottom: 5px;
}

#formulario_compositores {
	width: 800px;
	margin: 0 auto;
	background-color:#F0EFEF;
	padding: 10px 30px;
	border-radius: 6px;
	border:thin #C1C1C1;
}

#formulario_interpretes {
	width: 900px;
	margin: 0 auto;
	background-color:#F0EFEF;
	padding: 10px 30px;
	border-radius: 6px;
	border:thin #C1C1C1;
}
#formulario {
	width: 400px;
	margin: 0 auto;
	background-color:#F0EFEF;
	padding: 10px 30px;
	border-radius: 6px;
	border:thin #C1C1C1;
}

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: 250px;
    width: 250px;
    height: 100%;
    margin-left: -250px;
    overflow-y: auto;
    background: #d56c2c;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#sidebar-wrapper-pages{
    z-index: 1000;
    position: fixed;
    left: 250px;
    width: 0;
    height: 100%;
    margin-left: -250px;
    overflow-y: auto;
    overflow-x: hidden;
    background: #000 none repeat scroll 0% 0%;
    background-color: #d56c2c;
    background-image: none;
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: 0% 0%;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    transition: all 0.5s ease 0s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: ease;
    transition-delay: 0s;
}


#wrapper.toggled #sidebar-wrapper {
    width: 250px;
}

#wrapper-pages.toggled #sidebar-wrapper-pages {
    width: 250px;
}

#page-content-wrapper {
    width: 100%;
    position: absolute;
    padding: 15px;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -250px;
}

#wrapper-pages.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -250px;
}

#sidebarpages{
	border-color: aqua;
}

.nav > li a .active{
	color: #FFF;
cursor: default;
background-color: #337AB7;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 2px 5px;
  font-size: 12px;
}

#alpha #iamhere a, 
#alpha #iamhere a:hover {
	text-decoration: none;
    color: #fff;
    background: rgba(255,255,255,0.2);
  
}


/* Sidebar Styles */

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0px;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
}

.sidebar-nav li a

 {
    display: block;
    text-decoration: none;
    color: #22223a;
}

li.active {
	text-decoration: none;
	color: #fff;
	background: rgba(255,255,255,0.2);
	
}

.sidebar-nav li > .active a:active,
.sidebar-nav li a:hover

 {
    text-decoration: none;
    color: #fff;
    background: rgba(255,255,255,0.2);
}

#sidebar-wrapper-pages #iamhere a, 
#sidebar-wrapper-pages #iamhere a:hover {
	text-decoration: none;
    color: #fff;
    background: rgba(255,255,255,0.2);
  
}

#sidebar-wrapper #iamhere a, 
#sidebar-wrapper #iamhere a:hover {
	text-decoration: none;
    color: #fff;
    background: rgba(255,255,255,0.2);
  
}

#sidebarpages #iamhere a, 
#sidebarpages #iamhere a:hover {
	color: #FFF;
cursor: default;
background-color: #d56c2c;
  
}

.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 200px;
    margin-top: 10px;
    font-size: 18px;
    line-height: 60px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999999;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fe8d00;
    background: none;
}


.sidebar-nav-pages {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0px;
    list-style: none;
}

.sidebar-nav-pages li {
    text-indent: 20px;
    line-height: 40px;
}

.sidebar-nav-pages li a

 {
    display: block;
    text-decoration: none;
    color: #22223a;
}



.sidebar-nav-pages li a:hover,
.sidebar-nav-pages li a:active
 {
    text-decoration: none;
    color: #fff;
    background: rgba(255,255,255,0.2);
}


.sidebar-nav-pages li a:focus {
    text-decoration: none;
}

.sidebar-nav-pages > .sidebar-brand {
    height: 150px;
    margin-top: 30px;
    font-size: 18px;
    line-height: 60px;
}

.sidebar-nav-pages > .sidebar-brand a {
    color: #999999;
}

.sidebar-nav-pages > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

.thumbnail {
    display: block;
    padding: 4px;
        padding-top: 4px;
        padding-right: 4px;
        padding-bottom: 4px;
        padding-left: 4px;
    margin-bottom: 20px;
    line-height: 1.42857;
    background-color: #FFF;
    border: 0px solid #DDD;
        border-top-width: 0px;
        border-right-width: 0px;
        border-bottom-width: 0px;
        border-left-width: 0px;
        border-top-style: solid;
        border-right-style: solid;
        border-bottom-style: solid;
        border-left-style: solid;
        border-top-color: #DDD;
        border-right-color: #DDD;
        border-bottom-color: #DDD;
        border-left-color: #DDD;
        -moz-border-top-colors: none;
        -moz-border-right-colors: none;
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        border-image-source: none;
        border-image-slice: 100% 100% 100% 100%;
        border-image-width: 1 1 1 1;
        border-image-outset: 0 0 0 0;
        border-image-repeat: stretch stretch;
    border-radius: 0;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
    transition: border 0.2s ease-in-out 0s;
        transition-property: border;
        transition-duration: 0.2s;
        transition-timing-function: ease-in-out;
        transition-delay: 0s;
}


@media screen and (max-width: 768px) {

    .home2 {display:none;}
     #home2 {display:none;}

}

@media(min-width:768px) {
    #wrapper {
        padding-left:120px;
    }
    
    #wrapper-pages {
        padding-left:150px;
    }

    #wrapper.toggled {
        padding-left: 0;
    }
    #wrapper-pages.toggled {
        padding-left: 0;
    }

    #sidebar-wrapper {
        width: 250px;
    }
 #sidebar-wrapper-pages {
        width: 210px;
    }
    #wrapper.toggled #sidebar-wrapper {
        width: 0;
    }

    #page-content-wrapper {
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 70px;
    padding-left: 70px;
        position: relative;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }
}

.alert-box {
	
	

padding: 24px;

padding: 1.5rem;

margin-bottom: 24px;

margin-bottom: 1.5rem;

text-align: center;

background: #2E223A;
}
.alert-box {
    font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;

font-size: 14px;

line-height: 1.42857;

color: #fff;
}
.alert-boxyellow {
	position: relative;

padding: 24px;

padding: 1.5rem;

margin-bottom: 24px;

margin-bottom: 1.5rem;

text-align: center;

background: #d56c2c;
}

.alert-boxorange {
	position: relative;

padding: 28px;

padding: 1.5rem;

margin-bottom: 24px;

margin-bottom: 1.5rem;

text-align: center;

background: #d56c2c;
}

figure {
  margin: 0; }
  figure figcaption {
    text-align: center;
    width: 300px;
    margin: 0 auto;
    display: block;
    margin-top: 6px;
    margin-top: 0.375rem;
    font-size: 18px;
    /*&:font-size: 0.75rem;*/
    line-height: 18px;
    line-height: 1.125rem;
    font-family: "Merriweather", serif;
    font-weight: 300; }
  figure img {
    display: block; }

.article-box {
  position: relative;
  background: #22223a;
  display: block;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  transition: all 0.25s ease-in-out; }
  .article-box:hover {
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.17); }
    .article-box:hover .article-box__image img {
      -webkit-transform: scale(1.1);
      transform: scale(1.1); }
    .article-box:hover .article-box__image:after {
      border-width: 12px; }
  .article-box__header {
    position: relative; }
  .article-box__image {
    margin: 0;
    padding: 0;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-bottom: 66.9789227166%;
    position: relative; }
    .article-box__image > :first-child {
      left: 0;
      height: 100%;
      position: absolute;
      top: 0;
      width: 100%; }
    .article-box__image img {
      display: block;
      width: 100%;
      max-width: 100%;
      height: auto;
      transition: all 0.3s ease-in-out; }
    .article-box__image:after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border-width: 0px;
      border-color: #d56c2c;
      border-style: solid;
      transition: all 0.25s ease-in-out; }
  .article-box__placeholder {
    background: #F8E71C; }
    .article-box__placeholder.recherche, .article-box__placeholder.research {
      background-color: #F8E71C;
      background-image: url(../img/patterns/squares.png);
      opacity: 0.4; }
    .article-box__placeholder.creation {
      background-color: white;
      background-image: url(../img/patterns/circles.png);
      opacity: 0.2; }
    .article-box__placeholder.transmission {
      background-color: white;
      background-image: url(../img/patterns/stripes.png);
      opacity: 0.4; }
    .article-box__placeholder.innovation, .article-box__placeholder.innovations {
      background-color: white;
      background-image: url(../img/patterns/triangles.png);
      opacity: 0.2; }
  .article-box__tags {
    position: absolute;
    bottom: 0;
    left: 0;
    margin-bottom: 13.2px;
    margin-bottom: 0.825rem; }
  .article-box__btn {
    position: absolute;
    bottom: 0;
    right: 0;
    margin-bottom: 12px;
    margin-bottom: 0.75rem;
    margin-right: 12px;
    margin-right: 0.75rem; }
  .article-box__content {
    padding: 6px 6px 24px 6px;
    padding: 0.375rem 0.375rem 1.5rem 0.375rem;
    position: relative;
    overflow: hidden;
    /*&:after {

            @include mq($until: xs) {
                display: none;
            }

            content: "";
            display: block;
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            height: 100px;
            background-color: rgba(255,255,255,0);
            @include filter-gradient(#ffffff, #ffffff, vertical);
            @include background-image(linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%));
        }*/ }
    @media (max-width: 46.99em) {
      .article-box__content {
        height: auto; } }
  .article-box__title {
    font-size: 25px;
   
    line-height: 30px;
    line-height: 1.875rem;
    font-family: "Oswald", sans-serif;
    margin: 0px 0px 6px 0px;
    margin: 0 0 0.375rem 0; }
  .article-box__subtitle {
    font-size: 14px;
    
    line-height: 18px;

    font-family: "Merriweather", serif;
    margin-top: 6px;
    margin-top: 0.375rem;
    font-weight: 400; }
    .slider-home .article-box__subtitle {
      font-size: 16px;
    
      line-height: 24px;
      line-height: 1.5rem;
      font-family: "Oswald", sans-serif;
      margin-top: 6px;
      margin-top: 0.375rem;
      font-weight: 400; }
  .article-box__desc {
    font-size: 14px;
        line-height: 18px;
    line-height: 1.125rem;
    font-family: "Merriweather", serif;
    margin: 24px 0px 6px 0px;
    margin: 1.5rem 0 0.375rem 0;
    font-weight: 300; }
  .article-box--small .article-box__content {
    height: auto; }
    .article-box--small .article-box__content:after {
      display: none; }
  .article-box--small .article-box__btn {
    display: none; }
  .slider-home .article-box {
    display: inline-block;
    max-width: 450px;
    background: transparent; }
    .slider-home .article-box__content {
      background: white;
      margin-top: 1px; }
  .article-box--person {
    margin-top: 48px;
    margin-top: 3rem;
    position: relative; }
    .article-box--person:after {
      content: "";
      display: block;
      height: 1px;
      width: 100%;
      background: #979797;
      position: absolute;
      bottom: -24px;
      left: 0;
      right: 0; }
    .article-box--person .article-box__title {
      font-size: 25px;
     
      line-height: 30px;
      line-height: 1.875rem;
      font-family: "Oswald", sans-serif;
      margin: 6px 0px 6px 0px;
      margin: 0.375rem 0 0.375rem 0;
      font-weight: 900; }
    .article-box--person .article-box__image {
      padding-bottom: 117.096018735%;
      position: relative; }
      .article-box--person .article-box__image > :first-child {
        left: 0;
        height: 100%;
        position: absolute;
        top: 0;
        width: 100%; }
    .article-box--person .article-box__desc {
      line-height: 24px;
      line-height: 1.5rem; }
    .article-box--person .article-box__content {
      height: 350px; }
      @media (max-width: 46.99em) {
        .article-box--person .article-box__content {
          height: auto; } }
      .article-box--person .article-box__content:after {
        content: "";
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100px;
        background-color: rgba(255, 255, 255, 0);
        *zoom: 1;
        filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFFFFFF', endColorstr='#FFFFFFFF');
        background-image: -owg-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 50%);
        background-image: linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 50%); }
        @media (max-width: 46.99em) {
          .article-box--person .article-box__content:after {
            display: none; } }
            
            
            
            
  .page__block--yellow {
      background-color: #F8E71C;
      padding-top: 48px;
      padding-top: 3rem;
      padding-bottom: 48px;
      padding-bottom: 3rem;
      margin: 48px 0px 0px 0px;
      margin: 3rem 0 0 0; }
      .page__block--yellow h2:first-child {
        margin-top: 0; }
      .page__block--yellow + hr {
        margin-top: 1px; }
      .page__block--yellow + .page__block {
        margin-top: 48px;
        margin-top: 3rem; }
      .page__block--yellow a:not(.button):not(.wys-button):not(.wys-button-small):not(.wys-button-xsmall):not(.wys-button-black):not(.wys-button-black-small):not(.wys-button-black-xsmall):not(.wys-button-white):not(.wys-button-white-small):not(.wys-button-white-xsmall):not(.brief-box__button) {
        position: relative;
        z-index: 1;
        text-decoration: none;
        border-color: #1D1D1B;
        border-bottom: 1px solid #1D1D1B;
        transition: all 0.15s ease-in-out; }
        .page__block--yellow a:not(.button):not(.wys-button):not(.wys-button-small):not(.wys-button-xsmall):not(.wys-button-black):not(.wys-button-black-small):not(.wys-button-black-xsmall):not(.wys-button-white):not(.wys-button-white-small):not(.wys-button-white-xsmall):not(.brief-box__button):hover {
          box-shadow: inset 0 -30px #1D1D1B;
          color: #F8E71C; }
    .page__block--black {
      background-color: #1D1D1B;
      color: white;
      padding-top: 48px;
      padding-top: 3rem;
      padding-bottom: 48px;
      padding-bottom: 3rem;
      margin: 48px 0px 0px 0px;
      margin: 3rem 0 0 0; }
      .page__block--black a:not(.button):not(.wys-button):not(.wys-button-small):not(.wys-button-xsmall):not(.wys-button-black):not(.wys-button-black-small):not(.wys-button-black-xsmall):not(.wys-button-white):not(.wys-button-white-small):not(.wys-button-white-xsmall):not(.brief-box__button) {
        color: white;
        position: relative;
        z-index: 1;
        text-decoration: none;
        border-color: #F8E71C; }
        .page__block--black a:not(.button):not(.wys-button):not(.wys-button-small):not(.wys-button-xsmall):not(.wys-button-black):not(.wys-button-black-small):not(.wys-button-black-xsmall):not(.wys-button-white):not(.wys-button-white-small):not(.wys-button-white-xsmall):not(.brief-box__button):hover {
          box-shadow: none;
          color: #F8E71C; }
      .page__block--black h2:first-child {
        margin-top: 0; }
      .page__block--black + hr {
        margin-top: 1px; }
      .page__block--black + .page__block {
        margin-top: 48px;
        margin-top: 3rem; }
    .page__block--red {
      background-color: red;
      color: white;
      padding-top: 48px;
      padding-top: 3rem;
      padding-bottom: 48px;
      padding-bottom: 3rem;
      margin: 48px 0px;
      margin: 3rem 0; }
      .page__block--red h2:first-child {
        margin-top: 0; }
    .page__block p:last-child {
      margin-bottom: 0; }
  .page--organization {
    margin-top: -327px; }
    @media (max-width: 46.99em) {
      .page--organization {
        margin-top: -123px; } }
    .page--organization .map {
      width: 100%;
      height: 900px; }
  .page .hal_container {
    position: relative;
    height: 800px; }
  .page .hal_container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }



.brief-box {
  position: relative;
  padding: 24px;
  padding: 1.5rem;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  text-align: center;
  background: #5F5F5E; }
  .brief-box__head {
    text-transform: uppercase;
    display: inline-block;
    background: #868686;
    color: #000000;
    padding: 0px 24px;
    padding: 0 1.5rem;
    font-size: 16px;
    font-size: 1rem;
    line-height: 30px;
    line-height: 1.875rem;
    font-family: "Oswald", sans-serif;
    font-weight: 400; }
  .brief-box__title {
    display: block;
    margin: 0 auto;
    color: #FFFFFF;
    margin-top: 96px;
    margin-top: 6rem;
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 30px;
    line-height: 1.875rem;
    font-family: "Merriweather", serif;
    font-weight: 900; }
    @media (max-width: 85.74em) {
      .brief-box__title {
        margin-top: 48px;
        margin-top: 3rem; } }
  .brief-box__desc {
    display: block;
    margin: 0 auto;
    color: #FFFFFF;
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 30px;
    line-height: 1.875rem;
    font-family: "Merriweather", serif;
    font-weight: 300; }
  .brief-box__button {
    margin-bottom: 96px;
    margin-bottom: 6rem;
    margin-right: 0; }
    @media (max-width: 85.74em) {
      .brief-box__button {
        margin-bottom: 48px;
        margin-bottom: 3rem; } }
  .brief-box--black {
    background: #1D1D1B; }
    .brief-box--black .brief-box__title {
      color: white; }
    .brief-box--black .brief-box__desc {
      color: white; }
  .brief-box--yellow {
    background: #F8E71C; }
    .brief-box--yellow .brief-box__title {
      color: #1D1D1B; }
    .brief-box--yellow .brief-box__desc {
      color: #1D1D1B; }
      
      .tag {
  display: inline-block;
  background: white;
  font-size: 20px;
 /*& +font-size: 1.25rem;*/
  line-height: 33.6px;
  line-height: 2.1rem;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  /*& + .tag {
        margin-left: -0.25em;
    }*/ }
  .tag--small {
    font-size: 14px;
    /*& +font-size: 0.875rem;*/
    line-height: 24px;
    line-height: 1.5rem;
    padding-right: 12px;
    padding-right: 0.75rem; }
  .tag--xsmall {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 24px;
    line-height: 1.5rem;
    padding-right: 6px;
    padding-right: 0.375rem; }
  .tag--category {
    background: #22223a;
    color: white;
    padding-left: 12px;
    padding-left: 0.75rem;
    padding-right: 12px;
    padding-right: 0.75rem; }

.share-links {
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-top: 48px;
  margin-top: 3rem; }
  .share-links__item {
    display: inline-block;
    font-size: 1.25rem;
    margin-right: 12px;
    margin-right: 0.75rem; }

.partners-list {
  list-style-type: none;
  padding: 0;
  margin: 0; }
  .partners-list__item {
    display: inline-block;
    width: 150px;
    height: 100px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 24px 48px 0px 0px;
    margin: 1.5rem 3rem 0 0; }
    .partners-list__item img {
      display: none; }
    .partners-list__item a {
      display: inline-block;
      width: 100%;
      height: 100%; }

.banner {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 350px;
  position: relative;
  margin-top: 48px;
  margin-top: 3rem; }
  @media (max-width: 85.74em) {
    .banner {
      height: 250px; } }
  @media (max-width: 60.74em) {
    .banner {
      height: 250px; } }
  @media (max-width: 46.99em) {
    .banner {
      height: auto; } }
  .banner:hover .banner__title:after {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  .banner--colored:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
  .banner--blue:after {
    background: #009DD2;
    opacity: 0.7;
    background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, #000000 100%); }
  .banner--green:after {
    background: #0D9570;
    opacity: 0.69;
    background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, #000000 100%); }
  .banner--orange:after {
    background: #FDA618;
    opacity: 0.5; }
  .banner--light {
    color: white; }
  .banner--dark {
    color: #1D1D1B; }
  .banner--sidebar {
    margin-top: 0;
    margin-bottom: 48px;
    margin-bottom: 3rem;
    height: 150px; }
    .banner--sidebar .banner__title {
      line-height: 48px;
      line-height: 3rem; }
    .banner--sidebar .banner__content {
      padding: 24px;
      padding: 1.5rem; }
  .banner__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    padding: 24px;
    padding: 1.5rem;
    padding-top: 120px;
    text-align: center; }
    @media (max-width: 60.74em) {
      .banner__content {
        height: auto;
        position: relative; } }
    @media (max-width: 85.74em) {
      .banner__content {
        padding-top: 36px; } }
    @media (max-width: 66.99em) {
      .banner__content {
        padding-top: 25px; } }
    @media (max-width: 60.74em) {
      .banner__content {
        padding-top: 75px;
        padding-bottom: 75px; } }
  .banner__title {
    line-height: 28.8px;
    line-height: 1.8rem;
    font-family: "Oswald", sans-serif;
    font-weight: 700;
    display: inline-block;
    position: relative;
    margin: 0px 0px 24px 0px;
    margin: 0 0 1.5rem 0; }
    .banner__title:after {
      content: "";
      display: block;
      position: absolute;
      top: 50%;
      height: 10px;
      left: -10px;
      right: -10px;
      background: white;
      z-index: -1;
      opacity: 0;
      -webkit-transform: scaleX(0);
      transform: scaleX(0);
      transition: all 0.25s ease-in-out; }
      .banner--light .banner__title:after {
        background: #1D1D1B; }
      .banner--dark .banner__title:after {
        background: white; }
  .banner__desc {
    line-height: 24px;
    line-height: 1.5rem;
    font-family: "Merriweather", serif;
    font-weight: 700; }

.messages {
  padding: 0;
  margin: 0;
  list-style-type: none; }
  .messages__item {
    background: #F8E71C;
    color: #1D1D1B;
    padding: 12px 24px;
    padding: 0.75rem 1.5rem;
    font-weight: 700; }
    .messages__item.info {
      background: #F8E71C;
      color: #1D1D1B; }

.project-details__title {
  text-align: left;
  padding-left: 48px;
  padding-left: 3rem;
  margin-left: 72px;
  margin-top: 0px;
  margin-top: 0; }
  @media (max-width: 85.74em) {
    .project-details__title {
      margin-left: 72px; } }
  @media (max-width: 66.99em) {
    .project-details__title {
      margin-left: 72px; } }
  @media (max-width: 60.74em) {
    .project-details__title {
      margin-left: 0;
      padding-left: 0; } }

.project-details__item {
  overflow: hidden;
  *zoom: 1;
  margin: 0px 0px 12px 0px;
  margin: 0 0 0.75rem 0; }

.project-details__item-title {
  font-weight: 700;
  float: left;
  clear: both;
  width: 100px;
  text-align: right;
  margin-right: 18px; }
  @media (max-width: 85.74em) {
    .project-details__item-title {
      width: 100px; } }
  @media (max-width: 66.99em) {
    .project-details__item-title {
      width: 100px; } }
  @media (max-width: 60.74em) {
    .project-details__item-title {
      float: none;
      text-align: left; } }

.project-details__item-desc {
  float: left;
  width: 380px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300; }
  @media (max-width: 85.74em) {
    .project-details__item-desc {
      width: 360px; } }
  @media (max-width: 66.99em) {
    .project-details__item-desc {
      width: 330px; } }
  @media (max-width: 60.74em) {
    .project-details__item-desc {
      float: none; } }

.project-details__logo {
  clear: both;
  padding-left: 0px;
  padding-left: 0;
  margin-left: 200px;
  text-align: left; }
  @media (max-width: 85.74em) {
    .project-details__logo {
      margin-left: 150px; } }
  @media (max-width: 66.99em) {
    .project-details__logo {
      margin-left: 150px; } }
  @media (max-width: 60.74em) {
    .project-details__logo {
      margin-left: 0;
      margin-bottom: 48px;
      margin-bottom: 3rem; } }

.map-infowindow {
  padding: 24px;
  padding: 1.5rem;
  overflow: hidden;
  *zoom: 1; }
  .map-infowindow__content {
    margin-left: 24px;
    margin-left: 1.5rem; }
  .map-infowindow__title {
    font-size: 16px;
    font-size: 1rem;
    line-height: 18px;
    line-height: 1.125rem;
    font-family: "Oswald", sans-serif;
    font-weight: 700; }
  .map-infowindow__subtitle {
    margin-top: 6px;
    margin-top: 0.375rem;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 12px;
    line-height: 0.75rem;
    font-family: "Merriweather", serif;
    font-weight: 700; }
  .map-infowindow__image {
    width: 140px;
    margin: 0 auto;
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
    text-align: center; }
    .map-infowindow__image img {
      width: 140px;
      height: auto; }

.map-legend {
  padding: 24px;
  padding: 1.5rem;
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 10;
  background: white; }
  @media (max-width: 46.99em) {
    .map-legend {
      display: none; } }
  .map-legend__item {
    text-transform: uppercase;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 12px;
    line-height: 0.75rem;
    margin-bottom: 6px;
    margin-bottom: 0.375rem;
    color: #1D1D1B; }
    .map-legend__item:last-child {
      margin-bottom: 0px;
      margin-bottom: 0; }
    .map-legend__item:before {
      content: "";
      display: inline-block;
      width: 8px;
      height: 8px;
      margin-right: 12px;
      margin-right: 0.75rem; }
    .map-legend__item--red:before {
      background: #e7413c; }
    .map-legend__item--blue:before {
      background: #3c7be7; }
    .map-legend__item--green:before {
      background: #70e73c; }

.linked-organizations {
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-top: -45px !important; }
  .linked-organizations__item {
    display: inline-block;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0px 24px 0px 0px;
    margin: 0 1.5rem 0 0; }
    .linked-organizations__item a {
      display: inline-block; }

.dashed {
  position: relative;
  display: inline-block;
  z-index: 1;
  padding-right: 48px;
  padding-right: 3rem;
  /*&:after {
        position: absolute;
        height: 40%;
        width: 100%;
        display: block;
        top: 30%;
        left: 0;
        content: "";
        background: $color-main;
        z-index: -1;
    }*/
  background-image: linear-gradient(transparent 14px, #d56c2c 14px, #d56c2c 34px, transparent 34px);
  background-repeat: repeat;
  background-size: 16px 48px; }
  .dashed:before {
    content: '.'; }
  .dashed.tag {
    background-image: linear-gradient(transparent 10px, #d56c2c 10px, #d56c2c 23px, transparent 23px);
    background-repeat: repeat;
    background-size: 16px 33px; }
  .dashed--gray:after {
    background: #C3C3C3; }
  .dashed--center {
    padding: 0px 12px;
    padding: 0 0.75rem; }
    .dashed--center:before {
      display: none; }
  .dashed--small {
    padding-right: 12px;
    padding-right: 0.75rem;
    background-image: linear-gradient(transparent 7px, #d56c2c 7px, #d56c2c 16px, transparent 16px);
    background-repeat: repeat;
    background-size: 16px 24px; }
  .dashed.tag--small {
    background-image: linear-gradient(transparent 7px, #d56c2c 7px, #d56c2c 16px, transparent 16px);
    background-repeat: repeat;
    background-size: 16px 24px; }



