#slider .item {
    position: relative;
    text-align: center;
    margin: 0 !important;
    padding: 0 !important;
    max-height: 500px;
}

    #slider .item img {
        display: block;
        width: 100%;
        height: auto;
    }

    #slider .item .text {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 35%;
        z-index: 100;
        color: #fff;
        text-shadow: 5px 0px 6px #333;
    }
     

.welcome {
    padding-top: 25px;
    color: #1856A3;
   
    text-transform: uppercase;
    font-weight: 900;
     
}

    .welcome .line {
        display: block;
        margin-top: 10px;
        width: 40px;
        background-color: #1856A3;
        height: 2px;
        margin-left: auto;
        margin-right: auto;
    }

.title {
    padding-top: 10px;
    margin-bottom:20px;
    text-align: center;
}

    .title h2 {
        max-width: 800px;
         margin-left: auto;
        margin-right: auto;
    }

    .news {
          background-color: #EDEEED;
        padding-top:30px;
        padding-bottom:30px;
    }

.twitter {
    
      background-color: #1856A3;
    color: #fff;
     
    text-transform: uppercase;
  padding:30px 0;
    text-align:center;
}

 
  .iw-news .item {
      text-align:center;
         min-height:324px;
     } 
     .iw-news .thumb {
         width:100%;
         margin-bottom:10px;
     }
.iw-news .title {
         color: #000;
        font-size: 100%;
        font-weight: 900;
    }
     
.iw-news .blurb {
 font-size:90%;  
}

 
.sdg {
    background-color:#d9e4ec;
    padding-top: 50px;
    padding-bottom:50px;
}
.sdg h3 {
    text-align:center;
    margin-bottom:30px;
}

.sdg .column {
  padding:3%;
}
.sdg a.cover img {
  width:32%;height:auto;float:left;margin-right:30px;
}

 
.features {
    border-top:1px solid rgba(156, 195, 220, 0.64);
    padding-top: 50px;
    padding-bottom:50px;
}

.features .inner {
    display:block;
background-color:#fff;
 text-align:center;
 border:1px solid #fff;
}
.features .inner img {
    margin-bottom:5px;
}
 



.twitter {
    padding-top: 34px;
    padding-bottom: 34px;
    height: auto;
    background-color: #1050A6;
}

    .twitter * {
        font-weight: 400;
    }


.twitter {
    position: relative;
}

    .twitter * {
        font-weight: 400;
    }

    .twitter h3 {
        text-transform: uppercase;
        font-size: 12px;
        margin-bottom: 64px;
        font-weight: 900;
    }

    .twitter ul li {
        list-style: none;
    }

    .twitter a {
        color: #fff;
    }



    .twitter .user {
        float: left;
        width: 25%;
    }

.tweet {
    position: relative;
    float: left;
    width: 70%;
    margin-top: -30px;
    text-align: left;
    font-size: 25px;
    z-index: 10;
    text-transform: none;
}

    .tweet:before {
        content: '"';
        position: absolute;
        font-size: 192px;
        color: #749ED2;
        font-style: italic;
        left: -65px;
        top: -115px;
        font-family: Helvetica,Arial,cursive;
        z-index: 9;
        opacity: 0.4;
    }

@media (max-width:1110px) {
    .twitter h3 {
        font-size: 12px !important;
    }

    .tweet {
        font-size: 18px;
    }

    .timePosted {
        display: none;
    }
}

[data-scribe="element:hashtag"] {
    color: #fff;
    -webkit-transition: color .25s;
    -moz-transition: color .25s;
    -ms-transition: color .25s;
    -o-transition: color .25s;
}

    [data-scribe="element:hashtag"]:hover {
        color: #e7a95c;
    }

a[data-scribe="element:url"] {
    display: block;
    font-size: 15px;
    color: #fff;
    -webkit-transition: color .25s;
    -moz-transition: color .25s;
    -ms-transition: color .25s;
    -o-transition: color .25s;
    text-transform: lowercase;
}

[data-scribe="element:url"]:hover {
    color: #e7a95c;
}

.timePosted {
    float: right;
    margin-right: 110px;
}

    .timePosted a {
        font-family: 'Comic Sans MS',cursive;
        font-style: italic;
        font-size: 15px;
        font-weight: 900;
        -webkit-transition: color .25s;
        -moz-transition: color .25s;
        -ms-transition: color .25s;
        -o-transition: color .25s;
        color: #739ED2;
    }



[data-scribe="element:name"] {
    display:none;    
}

    [data-scribe="element:name"]:hover {
        color: #e7a95c;
    }

[data-scribe="element:avatar"] {
    margin-top: -30px;
    z-index: 10;
    height: 124px;
    width: 124px;
    border-radius: 50%;
    border: 6px solid #fff;
    padding: 6px;
    background-color: #fff;
}

[data-scribe="element:verified_badge"] {
    display: none;
}

[data-scribe="element:screen_name"] {
    display: none;
}

.interact {
    display: none;
}

.media img {
    display: none;
}

/* medium and large */
@media only screen and (min-width: 40.063em) {
}


/* large only */
@media only screen and (min-width: 1024px) {
    #slider .item .text h1 {
        font-size: 360%;
    }

    #slider .item .text h2 {
        font-size: 160%;
    }
}

/* medium and small*/
@media only screen and (max-width: 1023px) {

    #slider .item .text h1 {
        font-size: 280%;
    }

    #slider .item .text h2 {
        font-size: 120%;
    }
}
/* small only */
@media only screen and (max-width: 40em) {
    #slider .item .text h1 {

        font-size: 150%;
    }

    #slider .item .text h2 {
        font-size: 80%;
    }

}





