@font-face {
  font-family: GothamBold;
  src: url(/fonts/Gotham-Bold.otf);
}
.checkcaption {
    text-align: center;
    margin-top: 10px;
  }
  
  .check {
    width: 60px;
    height: 30px;
    border: #222 solid 2px;
    position: relative;
    margin: 10px auto;
    border-radius: 15px;
  }
  .check input {
    visibility: hidden;
    height: 30px;
    width: 60px;
  }
  .check label {
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #e74c3c;
    cursor: pointer;
    position: absolute;
    top: 18%;
    left: 12%;
    transition: all 0.3s ease;
  }
  .check input:checked + label {
    left: 55%;
    background-color: #7b3;
  }
  
  div#timeline {
    background-color: #6ab0de;
    margin-top: 65px;
    height: 10px;
    width: 75%;
    position: relative;
    margin-bottom: 51px;
    left: 20px;
  }
  div#timeline .inside {
    position: absolute;
    height: 4px;
    background-color: #fff;
    width: 0%;
    top: 3px;
    left: 0;
  }
  div#timeline .dot {
    z-index: 99;
    transition: 0.3s ease-in-out;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    top: -15px;
    text-align: center;
    cursor: pointer;
  }
  div#timeline .dot:nth-child(1) {
    left: 20%;
    background-color: #2c3e50;
  }
  div#timeline .dot:nth-child(2) {
    left: 40%;
    background-color: #2c3e50;
  }
  div#timeline .dot:nth-child(3) {
    left: 60%;
    background-color: #2c3e50;
  }
  div#timeline .dot:nth-child(4) {
    left: 80%;
    background-color: #2c3e50;
  }
  div#timeline .dot:hover {
    transform: scale(1.2);
  }
  div#timeline .dot date {
    font-family: roboto;
    font-size: 1.1rem;
    display: block;
    position: relative;
    top: -60px;
    text-align: center;
  }
  div#timeline .dot span {
    display: inline-block;
    margin-bottom: 3px;
    width: 20px;
    height: 20px;
    background-color: #fff;
    position: relative;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  }
  
  article {
    display: none;
    position: relative;
    top: 30px;
    max-width: 960px;
    background-color: #fff;
    padding: 20px;
    margin: auto;
  }
  article date {
    display: block;
    text-align: right;
  }
  article h2 {
    font-family: merriweather, sans-serif;
    font-size: 5rem;
    padding: 10px 0;
    border-bottom: solid #111 2px;
    margin-bottom: 20px;
  }
  article p {
    line-height: 130%;
  }
  
  div.mask {
    display: none;
    left: 0;
    top: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 99999;
  }
  div.mask article {
    position: relative;
    top: -100%;
    margin-top: 50px;
    max-width: 960px;
    background-color: #fff;
    padding: 20px;
    margin: auto;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
  }
  div.mask article date {
    display: block;
    text-align: right;
  }
  div.mask article h2 {
    font-family: merriweather, sans-serif;
    font-size: 5rem;
    padding: 10px 0;
    border-bottom: solid #111 2px;
    margin-bottom: 20px;
  }
  div.mask article p {
    line-height: 130%;
  }
  .policy__card--background{
    background: #d23262; /* Old browsers */
    background: -moz-linear-gradient(top, #d23262 0%, #8f174c 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #d23262 0%,#8f174c 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #d23262 0%,#8f174c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d23262', endColorstr='#8f174c',GradientType=0 ); /* IE6-9 */
    margin: 0 auto;
  }

  .policy__card--title{
    color: white;
    font-family: 'GothamBold';
    width:70%;
  }
  .policy__container--width{
    width:100%
  }
  .policy__division--positioning{
    width: 100%;
  }
  .solar-bg{
    background-color: #fdbf2c!important;
  }
  .wind-bg{
    background-color: #1796cd!important;
  }
  .other-bg{
    background-color: #bada55!important;
  }
  .waste-bg{
    background-color: #c7721f!important;
  }
  .bio-bg{
    background-color: #3d6325!important;
  }
  .hydro-bg{
    background-color: #179ba3!important;
  }

  .bd-solar {
    background-color: #fdbf2c;
    color: #ffffff;
    text-transform: uppercase;
    padding: 40px 20px 20px 20px !important;
    font-weight: 100;
    background-image: url('/img/solar-p.png');
    background-repeat: no-repeat;
    background-position: 50% 10px;
    background-size: 18px 20px;
    background-origin: padding-box;
}

.bd-wind {
    background-color: #1796cd;
    color: #ffffff;
    text-transform: uppercase;
    padding: 40px 20px 20px 20px !important;
    font-weight: 100;
    background-image: url('/img/wind-e.png');
    background-repeat: no-repeat;
    background-position: 50% 10px;
    background-size: 18px 20px !important;
    background-origin: padding-box;

}

.bd-bmp {
    background-color: #3d6325;
    color: #ffffff;
    text-transform: uppercase;
    padding: 40px 20px 20px 20px !important;
    font-weight: 100;
    background-image: url('/img/bmp.png');
    background-repeat: no-repeat;
    background-position: 50% 10px;
    background-size: 18px 20px;
    background-origin: padding-box;
}

.bd-gas {
    background-color: #516a9e;
    color: #ffffff;
    text-transform: uppercase;
    padding: 40px 20px 20px 20px !important;
    font-weight: 100;
    background-image: url('/img/gas.png');
    background-repeat: no-repeat;
    background-position: 50% 10px;
    background-size: 18px 20px;
    background-origin: padding-box;
}

.bd-bgp {
    background-color: #88a339;
    color: #ffffff;
    text-transform: uppercase;
    padding: 40px 20px 20px 20px !important;
    font-weight: 100;
    background-image: url('/img/bgp.png');
    background-repeat: no-repeat;
    background-position: 50% 10px;
    background-size: 18px 20px;
    background-origin: padding-box;
}

.bd-hydro {
    background-color: #179ba3;
    color: #ffffff;
    text-transform: uppercase;
    padding: 40px 20px 20px 20px !important;
    font-weight: 100;
    background-image: url('/img/hydro.png');
    background-repeat: no-repeat;
    background-position: 50% 10px;
    background-size: 18px 20px;
    background-origin: padding-box;
}

.bd-we {
    background-color: #c7721f;
    color: #ffffff;
    text-transform: uppercase;
    padding: 40px 20px 20px 20px !important;
    font-weight: 100;
    background-image: url('/img/we.png');
    background-repeat: no-repeat;
    background-position: 50% 10px;
    background-size: 18px 20px;
    background-origin: padding-box;

}

.border_orage_tabs{
  border-bottom: 9px #fdbf2c solid;
}


.policy__item--text-color{
  color:#CB2B5F;
  font-size:14px;
}


.policy__item-icon--font{
  font-size:1.2rem
}
@media only screen and (min-width:1350px){
  .policy__icon--sizing{
    max-width:60%;
  }
  .policy__image--positioning{
    position:absolute;
    max-width:90%
  }
  .policy__carousel--positioning{
    position: absolute;
top: 15rem;
left: 1%;
  }
  .policy__item-description--positioning{
    width:50%;
    margin:0 auto;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1350px) {
  .policy__icon--sizing{
    max-width:60%;
  }
  .policy__image--positioning{
    position:absolute;
    max-width:85%
  }
  .policy__carousel--positioning{
    position: absolute;
    top:15rem;
    left:-1%;
  }
  .policy__item-description--positioning{
    width:70%;
    margin:0 auto;
  }
}
