/* #Fonts
================================================== */

@font-face {
    font-family: Brandon;
    src: url(../fonts/Brandon/Brandon_reg.otf);
}
@font-face {
    font-family: Brandon_bold;
    src: url(../fonts/Brandon/Brandon_bld.otf);
}

/* #General
================================================== */

body {
    font-family: 'Roboto',  sans-serif;
    color: #7F7F7F;
}

.circle {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.social-icons ul {
    margin-left: 0 !important;
}
.social-icons ul li {
    display: inline-block;
    padding-right: 5px;
    padding-top: 0;
    list-style: none;
}
.social-icons ul li a i {
    font-size: 1rem;
    border: #7a7a7a solid 1px;
    color: #7a7a7a;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    text-align: center;
    padding-top: 8px;
}
.social-icons ul li a i:hover {
    background: #191919;
    color: #EDBF1C;
    border-color: #b2b2b;
}
.rounded-corner-xs {
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

/*--backgrounds--*/

.dark-grey-bg {
    background: #3A3A3A;
}
.yellow-bg {
    background: #EDBF1C;
}
/*Colours*/

.yellow {
    color: #EDBF1C;
}
.orange {
    color: #f7941e;
}
.green {
    color: #8dc63f;
}
.consumers-colour {
    background-color: #D36A64;
}
.consumers-colour-text {
    color: #D36A64;
}
.organizations-colour {
    background-color: #AC6AA8;
}
.organizations-colour-text {
    color: #AC6AA8;
}
.creators-colour {
    background-color: #79A745;
}
.creators-colour-text {
    color: #79A745;
}
.agents-colour {
    background-color: #62A0D0;
}
.agents-colour-text {
    color: #62A0D0;
}
.light-header {
    color: #E1E1E1;
}
/*--Buttons--*/

.rounded-button {
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}

.button-group-left{
  border-top-left-radius: 100px; 
  border-bottom-left-radius: 100px; 
}

.button-group-right{
  border-top-right-radius: 100px; 
  border-bottom-right-radius: 100px; 
}

.stretch {
    padding: 0.85em 3em 0.75em;
}
.yellow-button {
    background-color: #EDBF1C;
    color: #222 !important;
}
.yellow-button:hover,
.yellow-button:focus {
    background-color: #3A3A3A;
    color: #fff !important;
}
.dark-grey-button {
    background: #686868;
    color: #fff !important;
}
.dark-grey-button:hover,
.dark-grey-button:focus {
    background: #fcd432;
    color: #000 !important;
}
.darker-grey-button {
    background: #232323;
    color: #EDBF1C !important;
}
.darker-grey-button:hover,
.darker-grey-button:focus {
    background: #EDBF1C;
    color: #000!important;
}
.white-button {
    background: #fff;
    color: #333;
}
.white-button:hover,
.white-button:focus {
    background: #EDBF1C;
    color: #333;
}
/* #Typography
================================================== */

h1,
h2 {
    font-family: 'Brandon_bold', Arial;
    color: #383838;
}
h3,
h4,
h5,
h6 {
    font-family: 'Brandon', Arial;
    color: #383838;
}
/* #Header
================================================== */

header {
    background-color: #232323;
}
header .top-bar,
.top-bar ul {
    background: inherit;
}
header .top-logo {
    float: left;
    padding-top: 0;
    padding-right: 1.5em;
    padding-left: 0.5em;
}
header .top-logo span {
    display: inline-block;
    float: left;
    margin-right: 4px;
}
header .top-logo span.symbol img {
    height: auto;
    width: 20px;
}
header .top-logo span.type img {
    height: auto;
    width: 40px;
}
header .top-bar .top-nav {
    float: left;
    font-size: 11px;
    color: #fff;
}
header .top-bar .menu > li > a {
    display: block;
    padding: 0.4rem 1rem;
    line-height: 0;
    margin-top: 0.5rem;
    margin-bottom: 0.48rem;
}
header .top-bar li a {
    color: #ccc;
}

header .top-bar li a:hover {
    color: #EDBF1C;
}
header .top-bar-left li.current_page_item a {
    color: #EDBF1C;
}
header .top-bar-left li:nth-of-type(2).current_page_item a {
    color: #D36A64;
}
header .top-bar-left li:nth-of-type(3).current_page_item a {
    color: #AC6AA8;
}
header .top-bar-left li:nth-of-type(4).current_page_item a {
    color: #79A745;
}
header .top-bar-left li:nth-of-type(5).current_page_item a {
    color: #62A0D0;
}

header .top-bar li.current-page-ancestor a {
    color: #fff;
}
header .top-bar .top-bar-right {
    font-size: 0.6rem;
}
header .top-bar .top-bar-right li:first-child a {
    border-right: 1px dotted #7F7F7F;
}
/* Mobile header */

header .title-bar a.symbol img {
    height: 20px;
    width: 20px;
    position: relative;
    left: -15px;
    top: -2px;
}
header .title-bar .menu-icon {
    margin-top: 0.2em;
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
    header .top-logo {
        padding-right: 0.4em;
        padding-left: 0.5em;
    }
    header .top-bar .top-nav {
      font-size: 10px;
    }
}
@media only screen and (max-width: 40em) {
    header .top-bar {
        padding-left: 0;
    }
    header .top-bar .top-bar-right ul {
         border-top:1px dotted #555;
         margin-left:1rem;
         margin-right:0.5rem;
         margin-top: 0.3rem;
         padding-top: 0.2rem;
    }
    header .top-bar .top-bar-right li {
        display: block;
    }
    header .top-bar .top-bar-right li:first-child a {
        border-right: none;
    }
    header .top-bar .top-bar-right li a{
        padding-left:0rem;
    }
}
/* Sub Navigation */

.sub-nav {
    background-color: #232323;
}
.sub-nav a:hover {
    color: #EDBF1C;
}
.sub-nav .sub-nav-row {
    border-top: #555 solid 1px;
}
.sub-nav.is-at-top.is-stuck .sub-nav-row {
    border-top: none;
}
.sub-nav .sub-nav-row .title-bar-left {
    display: none;
}
.sub-nav.is-at-top.is-stuck .sub-nav-row .title-bar-left {
    padding-top: 0.45em;
    display: inline-block;
}
.is-at-top.is-stuck .go-to-top i {
    font-size: 1.8em;
    line-height: 0.5;
}
.sub-nav .sub-nav-row .title-bar-left a {
    color: #fff;
}
.sub-nav .sub-nav-row .title-bar-left .symbol img {
    height: 20px;
    width: 20px;
    float: left;
    margin-right: 0.5em;
    position: relative;
    top: 3px;
}
.sub-nav ul {
    float: right;
    margin-top: -0.05em;
    margin-bottom: 0.3em;
}
.sub-nav ul li {
    display: inline-block;
    font-size: 0.6em;
    padding: 0.5em 0.5em 0.3em;
}
.sub-nav ul li a {
    padding-left: 0.6em;
    padding-right: 0.6em;
}
/*.sub-nav li.active{
   border-top: 1px #eee solid;
  }

.sub-nav li.active a{
    color: #EDBF1C;
}*/

.sub-nav li.current_page_item {
    border-top: 1px #eee solid;
}
.sub-nav li.current_page_item a {
    color: #EDBF1C;
}
.sub-nav li.current_menu_item {
    border-top: 1px #eee solid;
}
.sub-nav li.current_menu_item a {
    color: #EDBF1C;
}
/* Secondary Nav  */

.secondary-nav .title-bar-left {
    padding-top: .5em;
}
.secondary-nav a:hover {
    color: #EDBF1C;
}
.secondary-nav a.symbol {
    color: #fff;
    font-size: 1.25em;
}
.secondary-nav a.active,
a:focus {
    color: #fcd432;
}
.secondary-nav a.symbol img {
    height: 20px;
    width: 20px;
    margin-left: 1em;
    margin-right: .5em;
    float: left;
    margin-top: 0.07em;
}
.secondary-nav {
    font-size: 0.8rem;
}
.secondary-nav .title-bar-left {
    display: none;
}
.secondary-nav.is-at-top.is-stuck .title-bar-left {
    display: inline-block;
}
.is-anchored.is-at-top .go-to-top {
    display: none;
}
.is-at-top.is-stuck .go-to-top {
    display: inline-block;
    color: #fff;
}
.is-at-top.is-stuck .go-to-top i {
    font-size: 1.8em;
    line-height: 0.5;
    position: relative;
    top: -2px;
}
/* #Content
================================================== */
/* Hero */

.hero-home {
    background: #000 url(../img/content/hero-home.jpg) no-repeat center center;
    background-size: cover;
    min-height: 530px;
    text-align: center;
}
.hero-home img {
    width: 40px;
    height: auto;
    margin-top: 4em;
}
.hero-home h1 {
    color: #EDBF1C;
    margin: 0.3em 0 0;
    padding: 0px;
    font-size: 50px;
    font-weight: normal;
    letter-spacing: 0.05em;
    line-height: 1.1em;
}
.hero-home h2 {
    font-family: 'Brandon';
    color: #fff;
    letter-spacing: 0.4em;
    margin: 0px;
    padding: 0px;
    font-weight: normal;
    font-size: 1.7em;
}
.hero-home p {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.5em;
    padding-top: 6.8em;
}
.hero-product-small {
    min-height: 210px;
    padding-top: 2em;
}
.hero-product-small span {
    border-left: rgba(255, 255, 255, 0.4) solid 2px;
    margin-left: 0.7em;
    padding-left: 0.7em;
    color: #fff;
    font: 1.7em 'Brandon';
    position: relative;
    top: 2px;
}
.hero-product-small .hero-logo {
    width: 130px;
    height: auto;
}
.hero-consumers {
    background: #D36A64;
    background: -moz-linear-gradient(-45deg, rgba(211, 106, 100, 1) 0%, rgba(237, 191, 28, 1) 100%);
    /* FF3.6-15 */
    
    background: -webkit-linear-gradient(-45deg, rgba(211, 106, 100, 1) 0%, rgba(237, 191, 28, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    
    background: linear-gradient(135deg, rgba(211, 106, 100, 1) 0%, rgba(237, 191, 28, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.hero-creators {
    background: #79A745;
    background: -moz-linear-gradient(-45deg, rgba(121, 167, 69, 1) 0%, rgba(237, 191, 28, 1) 100%);
    /* FF3.6-15 */
    
    background: -webkit-linear-gradient(-45deg, rgba(121, 167, 69, 1) 0%, rgba(237, 191, 28, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    
    background: linear-gradient(135deg, rgba(121, 167, 69, 1) 0%, rgba(237, 191, 28, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.hero-organizations {
    background: #AC6AA8;
    background: -moz-linear-gradient(-45deg, rgba(172, 106, 168, 1) 0%, rgba(237, 191, 28, 1) 100%);
    /* FF3.6-15 */
    
    background: -webkit-linear-gradient(-45deg, rgba(172, 106, 168, 1) 0%, rgba(237, 191, 28, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    
    background: linear-gradient(135deg, rgba(172, 106, 168, 1) 0%, rgba(237, 191, 28, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.hero-agents {
    background: #62A0D0;
    background: -moz-linear-gradient(-45deg, rgba(98, 160, 208, 1) 0%, rgba(237, 191, 28, 1) 100%);
    /* FF3.6-15 */
    
    background: -webkit-linear-gradient(-45deg, rgba(98, 160, 208, 1) 0%, rgba(237, 191, 28, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    
    background: linear-gradient(135deg, rgba(98, 160, 208, 1) 0%, rgba(237, 191, 28, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.hero-full-image {
    min-height: 450px;
    margin-left: auto;
    margin-right: auto;
}
.hero-full-image-smaller {
    min-height: 250px;
    margin-left: auto;
    margin-right: auto;
}
.hero-full-image small {
    color: #fff;
    padding-top: 28.9em;
    display: block;
    font-size: 0.7em !important;
}
.hero-about {
    background: #000 url(../img/content/hero-story.jpg) no-repeat center center;
    background-size: cover;
}
.hero-careers {
    background: #000 url(../img/content/hero-careers.jpg) no-repeat center center;
    background-size: cover;
}
.hero-team {
    background: #000 url(../img/content/hero-team.jpg) no-repeat center top;
    background-size: cover;
}

.hero-contact{
  background-position: center 10%;
}

.random-hero-blog {
    background-size: cover;
	background-position: center ;
}

.hero-press {
    background: #000 url(../img/content/hero-press.jpg) no-repeat center center;
    background-size: cover;
}
.hero-connectivity {
    background: #000 url(../img/content/hero-connectivity.jpg) no-repeat center center;
    background-size: cover;
}

.hero-iot {
    background: #000 url(../img/content/hero-iot.jpg) no-repeat center center;
    background-size: cover;
}
.hero-education {
    background: #000 url(../img/content/hero-education-bg.jpg) no-repeat center center;
    background-size: cover;
}
.hero-crisisstack {
    background: #000 url(../img/crisisstack/hero-bg.jpg) no-repeat center center;
    background-size: cover;
    padding-top: 3em;
}
.hero-crisisstack h2 {
    font-size: 3em;
    color: #fff;
}
.hero-crisisstack a {
    background-color: rgba(0, 0, 0, 0.5);
    border: solid 1px #fff;
    color: #fff;
    font-size: 1.1em !important;
    margin-top: 2em;
}
.hero-crisisstack a.button:hover {
    background-color: rgba(0, 0, 0, 0.8);
    border: solid 1px rgba(255, 255, 255, 0.4);
    color: #fff;
}
.hero-product {
    min-height: 550px;
    max-width: 2000px;
    margin-left: auto;
    margin-right: auto;
}
.hero-product-content {
    padding-top: 6.5em;
}
.hero-product-content h2 {
    color: #fff;
    line-height: 1.2;
}
.hero-product-content h3 {
    color: #fff;
    line-height: 1.2;
}
.hero-product-content .play-button a {
    display: inline-block;
    font-size: 4em;
    float: left;
    color: #fff;
}
.hero-product-content .play-button a:hover {
    color: #fdd431;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.hero-product-content .play-button span {
    line-height: 7em;
    margin-left: 10px;
    font-size: 13px;
    color: #fcd432;
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
    .hero-full-image {
        min-height: 300px;
    }
    .hero-home {
        min-height: 450px;
    }
    .hero-home img {
        width: 30px;
        height: auto;
    }
    .hero-home h1 {
        font-size: 43px;
        letter-spacing: 0.05em;
    }
    .hero-home h2 {
        letter-spacing: 0.4em;
        font-size: 1.4em;
    }
    .hero-home p {
        padding-top: 5.8em;
    }

    .hero-product-small {
        min-height: 200px;
        padding-top: 1.8em;
    }
    .hero-product-small span {
        font-size: 1.3em
    }
    .hero-product-small .hero-logo {
        width: 100px;
    }
}
@media only screen and (max-width: 40em) {
    .hero-home {
        min-height: 330px;
    }
    .hero-home img {
        display: none;
    }
    .hero-home h1 {
        margin-top: 1.4em;
        font-size: 36px;
        letter-spacing: 0.04em;
    }
    .hero-home h2 {
        letter-spacing: 0.4em;
        font-size: 1.15em;
    }
    .hero-home p {
        font-size: 0.9em;
        line-height: 1.5em;
        padding-top: 3em;
    }
    .hero-full-image {
        min-height: 270px;
    }
    .hero-product {
        min-height: 200px;
    }
    .hero-product-content {
        padding-top: 1em;
    }
    .hero-product-content h3 {
        font-size: 1.3em;
    }
    .hero-product-content .play-button a {
        font-size: 2.5em;
    }
    .hero-product-content .play-button span {
        line-height: 5em;
        font-size: 12px;
    }
    .hero-full-image small {
        padding-top: 13em;
        font-size: 0.7em !important;
    }
    .hero-product-small {
        min-height: 170px;
        padding-top: 1.1em;
    }
    .hero-product-small span {
        margin-left: 0.5em;
        padding-left: 0.5em;
        line-height: 0.8;
        font-size: 1.2em
    }
    .hero-product-small .hero-logo {
        width: 90px;
        height: auto;
    }
}
.home-moja-categories {
    text-align: center;
    font-size: 1.3em;
}
.home-moja-categories span {
    font-size: 1em;
    position: relative;
    top: -80px;
    font-family: 'Brandon_bold';
    display: block;
}
.medium-outer-circle {
    position: relative;
    background: #333;
    height: 200px;
    width: 200px;
    z-index: 0;
    top: -100px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}
.medium-outer-circle:hover {
    background: #222;
}
.smaller-inner-circle {
    position: absolute;
    height: 100px;
    width: 100px;
    top: 50%;
    left: 50%;
    margin: -50px 0px 0px -50px;
}
.smaller-inner-circle::before {
    content: '';
    position: absolute;
    opacity: 0.2;
    background: #000;
    border-radius: 50%;
    height: 100px;
    width: 100px;
    top: 50%;
    left: 50%;
    margin: -50px 0px 0px -50px;
}
.smaller-inner-circle::after {
    content: '';
    position: absolute;
    opacity: 0.5;
    height: 100px;
    width: 100px;
    top: 40%;
    left: 40%;
    transform: rotate(135deg);
    z-index: -1;
    background: #000;
    background: -moz-linear-gradient(20deg, rgba(0, 0, 0, 0.65) -7%, rgba(0, 0, 0, 0) 100%);
    /* FF3.6-15 */
    
    background: -webkit-linear-gradient(20deg, rgba(0, 0, 0, 0.65) -7%, rgba(0, 0, 0, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    
    background: linear-gradient(20deg, rgba(0, 0, 0, 0.65) -7%, rgba(0, 0, 0, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.consumers-colour-circle {
    border: solid 5px #D36A64;
}
.organizations-colour-circle {
    border: solid 5px #AC6AA8;
}
.creators-colour-circle {
    border: solid 5px #79A745;
}
.agents-colour-circle {
    border: solid 5px #62A0D0;
}
.consumer-phone {
    width: 26px;
    margin-top: 24px;
}
.creator-mic {
    width: 33px;
    margin-top: 24px;
}
.agents-pin {
    width: 33px;
    margin-top: 24px;
}
.organization-chart {
    width: 47px;
    margin-top: 32px;
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
    .home-moja-categories span {
        font-size: 0.8em;
        top: -55px;
        margin-bottom: 20px;
    }
    .medium-outer-circle {
        height: 150px;
        width: 150px;
        top: -70px;
    }
    .smaller-inner-circle {
        height: 75px;
        width: 75px;
        margin: -38px 0px 0px -37px;
    }
    .smaller-inner-circle::before {
        height: 75px;
        width: 75px;
        margin: -38px 0px 0px -38px;
    }
    .smaller-inner-circle::after {
        height: 75px;
        width: 75px;
    }
    .consumer-phone {
        width: 22px;
        margin-top: 20px;
    }
    .creator-mic {
        width: 29px;
        margin-top: 20px;
    }
    .agents-pin {
        width: 29px;
        margin-top: 20px;
    }
    .organization-chart {
        width: 44px;
        margin-top: 20px;
    }
}
@media only screen and (max-width: 40em) {
    .home-moja-categories span {
        font-size: 0.8em;
        top: -60px;
        margin-bottom: 20px;
    }
    .medium-outer-circle {
        height: 150px;
        width: 150px;
        top: -70px;
    }
    .smaller-inner-circle {
        height: 75px;
        width: 75px;
        margin: -38px 0px 0px -37px;
    }
    .smaller-inner-circle::before {
        height: 75px;
        width: 75px;
        margin: -38px 0px 0px -38px;
    }
    .smaller-inner-circle::after {
        height: 75px;
        width: 75px;
    }
    .consumer-phone {
        width: 22px;
        margin-top: 20px;
    }
    .creator-mic {
        width: 29px;
        margin-top: 20px;
    }
    .agents-pin {
        width: 29px;
        margin-top: 20px;
    }
    .organization-chart {
        width: 44px;
        margin-top: 23px;
    }
}
.border-title {
    border-top: #DADADA solid 1px;
    margin-top: 1.5rem;
}
.moja-border-title {
    margin-bottom: -6rem;
    margin-top: 8.5rem;
}
.border-title h1 {
    background-color: #fff;
    padding: 1em;
    position: relative;
    top: -60px;
    line-height: 0.5;
}
.border-title h1 small {
    font-size: 40%;
}
.border-title img {
    width: 200px;
    height: auto;
    position: relative;
    top: -30px;
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
   .border-title h1 {
       font-size: 2.5em;
       margin-top:0;
   }
}

@media only screen and (max-width: 40em) {
    .border-title {
        border-top: #DADADA solid 1px;
        margin-top: 0rem;
    }
    .moja-border-title {
        margin-bottom: -2.7rem;
        margin-top: 3.5rem;
    }
    .border-title h1 {
        padding: 1em;
        top: -30px;
        line-height: 0.6;
    }
    .border-title h1 small {
        font-size: 45%;
    }
    .moja-intro-title {
        margin-top: 0rem;
    }
    .moja-intro-text {
        font-size: 1em;
    }
    .moja-intro-title img {
        width: 180px;
        top: -30px;
    }
}

.home-video-container {
    background: linear-gradient(to bottom, white 0%, white 50%, #FFFFFF 50%, #EEEEEE 50%, #EEEEEE 100%); /* W3C */
    margin-top:1rem;
}
.home-video {
    padding: 0px;
    background: #333 url(../img/content/home-video-bg.jpg) center no-repeat;
    text-align: center;
    margin-top: 1em;
    border: solid 1px #333;
    border-radius: 10px;
    background-size: cover;
    height: 400px;
}
.home-video a img {
    width: 80px;
    padding-top: 160px;
}
.home-video-container button.close-button {
    position: relative;
    top: -30px;
}
.home-pop-up.reveal {
    padding: 5px;
    border: solid 1px #333;
    border-radius: 5px;
}
.home-pop-up.reveal button.close-button {
    background: #000;
    top: 0px;
    border-radius: 50%;
    text-align: center;
    padding: 5px 10px;
    opacity: 0.9;
    color: #fff;
    right: 0;
    font-size: 1.1em;
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
    .home-video {
        height: 330px;
        border-radius: 7px;
    }
    .home-video a img {
        width: 60px;
        padding-top: 135px;
    }
}
@media only screen and (max-width: 40em) {
    .home-video {
        height: 250px;
        border-radius: 7px;
    }
    .home-video a img {
        width: 60px;
        padding-top: 93px;
    }
    .home-pop-up.reveal {
    padding: 5px;
    border: solid 1px #333;
    border-radius: 5px;
    height:auto !important;
  }
}
.experience-container {
    background: linear-gradient(to bottom, #EEEEEE 0%, #EEEEEE 45%, #333333 45%, #333333 100%);
}
.experience-container p {
    color: #fff;
    margin-top: 5em;
    margin-bottom: 2em;
}
.experience-container a.button {
    margin-bottom: 4em;
}

.experience-container  img.android-download {
    width: 150px ;
		margin-bottom: 1em;
}

.experience-phone {
    background: url(../img/content/phone-bg.png) no-repeat;
    width: 600px;
    height: 650px;
    margin: 0 auto;
    background-size: 100% auto;
}
.experience-phone .slick-slide {
    margin: 0;
    padding: 0;
}
.experience-phone .slick-slide img {
    position: relative;
    top: 87px;
    left: 166px;
    height: 560px;
    width: 264px;
}
.experience-phone .slick-dots {
    bottom: -15px;
}
.experience-phone .slick-dots li {
    margin: 0;
    width: 17px;
    height: 17px;
}
.experience-phone .slick-dots li button::before {
    color: #888;
    font-size: 20px;
    opacity: 0.8;
}
.experience-phone .slick-dots li.slick-active {
    margin: 0 2px;
}
.experience-phone .slick-dots li.slick-active button::before {
    opacity: 1;
    color: #EDBF1C;
    font-size: 20px;
    text-shadow: 0px 0px 10px #fcd334;
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
    .experience-phone {
        max-width: 450px;
        height: 500px;
    }
    .experience-phone .slick-slide img {
        top: 65px;
        left: 124px;
        height: 420px;
        width: 200px;
    }
}
@media only screen and (max-width: 40em) {
    .experience-phone {
        max-width: 400px;
        height: 450px;
    }
    .experience-phone .slick-slide img {
        top: 59px;
        left: 110px;
        height: 380px;
        width: 180px;
    }
    .experience-container p {
        color: #fff;
        margin-top: 3em;
        margin-bottom: 2em;
    }
    .experience-container h2 {
        font-size: 1.8rem;
    }
}

.content.home-supa-brck {
  padding-bottom:8rem;
}
.home-supa-brck .content {
    padding-top: 6rem;
    padding-left: 3rem;
}
.home-supa-brck h2 {
    font-size: 3em;
}
.intro-supa-logo {
    width: 110px;
    height: auto;
    margin-bottom: 1.5rem;
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
   .content.home-supa-brck {
      padding-bottom:6rem;
    }

    .home-supa-brck .content {
      padding-top: 3rem;
    }
}

@media only screen and (max-width: 40em) {
    .content.home-supa-brck {
        padding-bottom:4rem;
    }
    .home-supa-brck {
        margin-bottom: 1.1rem;
    }
    .home-supa-brck .content {
        padding-top: 2rem;
        padding-left: 0.8rem;
    }
    .home-supa-brck h2 {
        font-size: 2.5em;
    }
    .intro-supa-logo {
    height: 60px;
    margin-bottom: 1em;
   }
}
.hot-spot {
    background: #E5E5E5;
    margin-top: 0px;
    padding-top: 2rem;
    padding-bottom: 3rem;
    color: #5E5E5E;
}
.hot-spot h2 {
    margin-bottom: 0;
    line-height: 1;
    color: #5E5E5E;
}
.hot-spot span {
    font-size: 0.8em;
}
.hot-spot .circle {
    border: solid 8px #e5e5e5;
    position: relative;
    top: -30px;
    left: 50%;
    height: 100px;
    width: 100px;
    color: #EDBF1C;
    margin: -50px 0px 0px -50px;
    font-size: 1.6em;
    font-weight: bold;
    padding-top: 1.4rem;
}
#map {
    width: 100%;
    height: 420px;
    background-color: grey;
    position: fixed;
    z-index: 1;
    overflow: auto;
}
section.content {
    padding: 6rem 0;
}
section.content-small {
    padding: 3rem 0;
}
.content .main-header {
    font-size: 3.5em;
    line-height: 1;
    margin-bottom: 1em;
}
.content .main-header small {
    font-size: 0.7em;
    color: #5E5E5E;
}
.content-panel {
    padding: 3em 4em;
}
.content-panel-right {
    padding: 4em 2.5em;
}
.content-panel-small {
    padding: 1em 2em;
}
.top-content-panel {
    margin-top: -100px;
    margin-bottom: 100px;
}
@media only screen and (max-width: 40em) {
    section.content {
        padding: 3rem 0;
    }
    section.content-small {
        padding: 1.5rem 0;
    }
    .content .main-header {
        font-size: 2.4rem;
        line-height: 0.8;
    }
    .content .main-header small {
        font-size: 0.6em;
    }
    .content-panel {
        padding: 1em 1.5em;
    }
    .top-content-panel {
        margin-bottom: 50px;
    }
}
.white-panel {
    background: #fff;
    webkit-box-shadow: 0px 0px 13px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 13px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 13px 5px rgba(0, 0, 0, 0.1);
}
.about-awards {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    padding-top: 2em;
    margin-top: 2em;
}
.about-awards .all {
    margin-bottom: 2em;
}
.about-awards .row {
    margin-top: 1em;
}
.about-awards h4 {
    margin-bottom: 0;
	  font-family: 'Roboto',  sans-serif;
	  font-size: 1.36rem;
}
.about-awards p {
    margin-bottom: 0.2em;
    font-size: 0.9em;
    line-height: 1.4;
}
.about-awards span {
    font-size: 0.8em;
    font-style: italic;
}
.mission p {
    margin-bottom: 0.5rem;
}
.about-timeline {
    border-top: solid 1px rgba(0, 0, 0, 0.2);
    padding-top: 2em;
    margin-top: 2em;
}
.about-timeline .row {
    margin-bottom: 0.7em;
}
.about-timeline h6 {
    margin-bottom: 0;
    line-height: 1.2;
    margin-top: 0.8em;
}
.about-timeline span {
    font-size: 0.75em;
}
.about-timeline p {
    font-size: 0.8em;
}
@media only screen and (max-width: 40em) {
    .about-awards {
        text-align: center;
    }
    .about-awards h4 {
        margin-top: 1em;
    }
    .about-awards img.circle {
        height: 150px;
        width: auto;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    .about-timeline {
        margin-bottom: 5em; 
    }
}
.team-row h5 {
    color: #707070;
    padding-top: 0.3em;
    margin-bottom: 0;
    position: relative;
}
.team-row p {
    font-size: 0.8em;
    font-weight: bold;
    color: #232323;
}
.press-section h3{
  font-size:1.65rem;
}
.press-row {
    border-top: solid 1px rgba(0, 0, 0, 0.2);
    padding-top: 2em;
    margin-top: 2em;
}
.press-links {
    background: #E2E2E2;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
}
.press-links i {
    padding-left: 0.5em;
    color: #333;
}
.press-links a {
    padding-right: 0.5em;
    font-size: 0.8em;
    color: #333;
}
.press-image-border {
    border: #E2E2E2 solid 1px;
    margin-bottom: 1em;
}
.press-photos .row {
    margin-bottom: 0.5em;
}

@media only screen and (max-width: 40em) {
   .press-section h3{
        font-size:1.2rem;
    }
}
.moja-content-container {
    padding-bottom: 7.5rem;
}
.inner-moja-intro-section {
    padding-top: 250px;
    padding-bottom: 50px;
    margin-top: 10px;
}
.inner-moja-intro-section h2 {
    color: #EDBF1C;
    line-height: 1.1;
}
.inner-moja-intro-section p {
    color: #fff;
    /*font-size:0.8em;*/
}
.top-consumers-bg {
    background: #333 url(../img/content/top-consumers-bg.jpg) no-repeat;
    background-size: cover;
}
.top-organizations-bg {
    background: #333 url(../img/content/top-organizations-bg.jpg) no-repeat;
    background-size: cover;
}
.top-creators-bg {
    background: #333 url(../img/content/top-creators-bg.jpg) no-repeat;
    background-size: cover;
}
.top-agents-bg {
    background: #333 url(../img/content/top-agents-bg.jpg) no-repeat;
    background-size: cover;
}
.moja-bottom-section:before {
    position: absolute;
    width: 100%;
    height: 290px;
    bottom: 0;
    content: '';
    z-index: -99;
    background: url(../img/content/bottom-section-pattern.png) repeat;
}
.moja-bottom-section {
    position: relative;
    padding-bottom: 2.5rem;
}
.moja-bottom-section h3 {
    color: #fff;
    margin-top: -50px;
    font-family: 'Brandon_bold', arial;
}
.moja-bottom-section-consumers:before {
    background-color: #D36A64;
}
.moja-bottom-section-organizations:before {
    background-color: #AC6AA8;
}
.moja-bottom-section-creators:before {
    background-color: #79A745;
}
.moja-bottom-section-agents:before {
    background-color: #62A0D0;
}
.moja-bottom-section a {
    padding: 0.85em 2em 0.75em;
}
.moja-panel {
    margin: 4em -4em;
}
.moja-panel h3 {
    margin-bottom: .5em;
    padding-top: 1em;
    font-size: 1.4rem;
    font-family: 'Brandon_bold';
}
.moja-panel p {
    font-size: 0.85rem;
}
.moja-panel p.lead {
    font-size: 1.15rem;
    font-weight: bold;
}
.moja-panel hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #fcd432;
    margin-bottom: 0.7em;
    margin-top: 0.1em;
    padding: 0;
    position: relative;
    left: -140px;
    width: 130%;
}
.moja-panel-content-left hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #fcd432;
    margin-bottom: 0.7em;
    margin-top: 0.1em;
    padding: 0;
    position: relative;
    left: 0;
    width: 135%;
}
.moja-panel-bg {
    height: 350px;
}
.moja-panel-content {
    padding-right: 3em;
    padding-left: 1em;
}
.moja-panel-content-left {
    padding-right: 2em;
    padding-left: 3em;
}
.consumer-panel-bg-1 {
    background: #ccc url(../img/content/consumer-panel-bg-1.jpg);
    background-repeat: no-repeat, no-repeat;
    background-position: center center, bottom left;
    ;
    background-size: cover;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}
.consumer-panel-bg-2 {
    background: #ccc url(../img/content/consumer-panel-bg-2.jpg);
    background-repeat: no-repeat, no-repeat;
    background-position: center center, bottom left;
    ;
    background-size: cover;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}
.consumer-panel-bg-3 {
    background: #ccc url(../img/content/consumer-panel-bg-3.jpg);
    background-repeat: no-repeat, no-repeat;
    background-position: center center, bottom left;
    ;
    background-size: cover;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}
.organization-panel-bg {
    background: #ccc url(../img/content/organization-panel-bg.jpg);
    background-repeat: no-repeat, no-repeat;
    background-position: center center, bottom left;
    background-size: cover;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}
.organization-panel-bg-2 {
    background: #ccc url(../img/content/organization-panel-bg-2.jpg);
    background-repeat: no-repeat, no-repeat;
    background-position: center center, bottom left;
    background-size: cover;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}
.creators-panel-bg-1 {
    background: #ccc url(../img/content/creators-panel-bg-1.jpg);
    background-repeat: no-repeat, no-repeat;
    background-position: center center, bottom left;
    background-size: cover;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}
.creators-panel-bg-2 {
    background: #ccc url(../img/content/creators-panel-bg-2.jpg);
    background-repeat: no-repeat, no-repeat;
    background-position: center center, bottom left;
    background-size: cover;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}
.creators-panel-bg-3 {
    background: #ccc url(../img/content/creators-panel-bg-3.jpg);
    background-repeat: no-repeat, no-repeat;
    background-position: center center, bottom left;
    background-size: cover;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}
.agents-panel-bg-1 {
    background: #ccc url(../img/content/agents-panel-bg-1.jpg);
    background-repeat: no-repeat, no-repeat;
    background-position: center center, bottom left;
    background-size: cover;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}
.agents-panel-bg-2 {
    background: #ccc url(../img/content/agents-panel-bg-2.jpg);
    background-repeat: no-repeat, no-repeat;
    background-position: center center, bottom left;
    background-size: cover;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
    .inner-moja-intro-section {
        padding-top: 200px;
        padding-bottom: 50px;
        margin-top: 10px;
    }    
    .moja-panel-bg {
        height: 300px;
    }
    .moja-panel hr {
         width: 143%;
    }
    .moja-panel-content-left hr {
        width: 150%;
    }
    .moja-bottom-section:before {
        height: 235px;
    }
     .moja-bottom-section {
        padding-bottom: 1.2rem;
    }
    .moja-bottom-section h3 {
        margin-top: -70px;
        font-size: 1.7rem;
    }
    .moja-bottom-section a {
        padding: 0.8em 2em 0.75em;
        font-size: 13px;
    }
}
@media only screen and (max-width: 40em) {
    .moja-content-container {
        padding-bottom: 5.3rem;
    }
    .inner-moja-intro-section {
        padding-top: 50px;
        padding-bottom: 50px;
        margin-top: 10px;
    }
    .moja-bottom-section:before {
        position: absolute;
        width: 100%;
        height: 200px;
    }
    .moja-bottom-section {
        padding-bottom: 1.2rem;
    }
    .moja-bottom-section h3 {
        margin-top: -20px;
    }
    .moja-bottom-section a {
        padding: 0.6em 2em 0.55em;
        font-size: 13px;
    }
    .moja-panel-bg {
        height: 200px;
    }
    .moja-panel {
        margin: 1em -1.5em;
    }
    .moja-panel h3 {
        padding-top: 1.5em;
        font-size: 1.2rem;
    }
    .moja-panel p {
        font-size: 0.85rem;
    }
    .moja-panel p.lead {
        font-size: 1.15rem;
        font-weight: bold;
    }
    .moja-panel hr {
        left: 0;
        width: 100%;
    }
    .moja-panel-content-left hr {
        left: 0;
        width: 100%;
    }
    .moja-panel-bg {
        height: 200px;
    }
    .moja-panel-bg-left {
        margin-right: 1em;
    }
    .moja-panel-bg-right {
        margin-left: 1em;
    }
    .moja-panel-content {
        padding-right: 1em;
    }
    .moja-panel-content-left {
        padding-right: 1em;
        padding-left: 1em;
    }
}
.product-logo {
    width: auto;
    height: 70px;
    margin: 2em 0 2em;
}
@media only screen and (max-width: 40em) {
    .product-logo {
        height: 45px;
        margin-top: 1.2em;
        margin-bottom: 1em;
    }
    .reveal.video-reveal {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    .press-links a {
        padding-left: 0.7em;
    }
}
.product-panel-container {
    margin-bottom: 1em;
}
.product-panel {
    margin-top: 2em;
    margin-bottom: 2em;
}
.product-panel h3 {
    margin-bottom: .1em;
    padding-top: 1em;
}
.product-panel p{
  font-size:0.85rem;
}
.product-panel hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #fcd432;
    margin-bottom: 0.7em;
    margin-top: 0.1em;
    padding: 0;
    position: relative;
    left: -140px;
    width: 130%;
}
.product-panel-content-left hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #fcd432;
    margin-bottom: 0.7em;
    margin-top: 0.1em;
    padding: 0;
    position: relative;
    left: 0;
    width: 135%;
}
.product-panel-bg {
    height: 550px;
}
.product-panel-content {
    padding-left: 2em;
}
.product-panel-content-left {
    padding-right: 2em;
}
.product-panel .lead {
    font-size: 110%;
}
.supabrck-business-panel-bg {
    background: #ccc url(../img/content/connectivity-bg.jpg) center no-repeat;
    background-size: cover;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.supabrck-education-panel-bg {
    background-color: #ccc;
    background-image: url(../img/logos/brck-edu-yellow-logo.svg), url(../img/content/kids-kio.jpg);
    background-repeat: no-repeat, no-repeat;
    background-position: left 20px bottom 20px, center;
    background-size: 100px, cover;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.supabrck-moja-panel-bg {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: #ccc;
    background-image: url(../img/logos/moja-logo.svg), url(assets/img/content/moja.jpg);
    background-repeat: no-repeat, no-repeat;
    background-position: right 20px bottom 20px, center;
    background-size: 100px, cover;
}
.education-kiokit-panel-bg {
    background: #ccc url(../img/content/education-kiokit-panel.jpg) no-repeat center;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background-size: cover;
}
.education-kio-panel-bg {
    background: #ccc url(../img/content/kids-kio2.jpg) no-repeat center;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    background-size: cover;
}
.education-supa-panel-bg {
    background: #ccc url(assets/img/content/supa-edu.jpg) no-repeat center;
    border-bottom-right-radius: 10px;
    border: 1px solid #fff;
    border-top-right-radius: 10px;
    background-size: cover;
    border-left: none;
}
.pico-agri-panel-bg {
  background: #000 url(../img/content/pico-agri-bg.jpg) no-repeat;
  background-size: cover;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.pico-water-panel-bg {
  background: #000 url(../img/content/pico-water-bg.jpg) no-repeat;
  background-size: cover;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.pico-transport-panel-bg {
  background: #000 url(../img/content/pico-transport-bg.jpg) no-repeat center;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  background-size: cover;
}

.pico-oem-panel-bg {
  background: #000 url(../img/content/pico-oem-bg2.jpg) no-repeat center;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  background-size: cover;
}

.dark-detailed-section {
    padding-bottom: 3em;
    margin-top: -1px;
}
.dark-detailed-section p {
    color: #DBDBDB;
}
.dark-detailed-section a {
    color: #fcd432;
}
.dark-detailed-section hr {
    width: 30%;
    margin-left: auto;
    margin-right: auto;
    border-color: rgba(255, 255, 255, 0.3);
}
.dark-detailed-section .line-image {
    opacity: 0.5;
    margin-bottom: 4em;
}
.dark-detailed-section .icon {
    height: 60px;
}
.dark-feature-list {
    margin-top: 2em;
}
.dark-feature-list .row {
    margin-bottom: 0.6em;
}
.dark-feature-list .row p {
    padding-top: 1.2em;
    color: #9A9A9A;
}
.small-symbol {
    height: 35px;
    width: auto;
    margin-bottom: 1em;
}
@media only screen and (max-width: 40em) {
    .product-panel {
        margin-top: 1em;
        margin-bottom: 1em;
    }
    .product-panel h3 {
        padding-top: 0.5em;
    }
    .product-panel-bg {
        height: 200px;
    }
    .product-panel hr {
        left: 0px;
        width: 100%;
    }
    .product-panel-bg-left {
        margin-right: 1em;
    }
    .product-panel-bg-right {
        margin-left: 1em;
    }
    .product-panel-content {
        padding-left: 1.5em;
        padding-right: 1.5em;
        padding-top: 0em;
    }
    .product-panel-content-left {
        padding-left: 1.5em;
        padding-right: 1.5em;
    }
    .dark-detailed-section .line-image {
        margin-bottom: 2em;
    }
    .dark-feature-list .row {
        margin-bottom: 0.5em;
    }
    .dark-feature-list .float-right {
        float: none !important;
    }
}
.specs-table {
    color: #555;
    border-collapse: collapse;
    text-align: left;
    margin-top: 1.5rem;
}
.specs-table tbody th {
    width: 18%;
    border-bottom: solid #ccc 1px;
    border-left: solid #fff 1px;
    border-top: solid #fff 1px;
}
.specs-table tbody td {
    padding: 0.1rem 0.625rem 0.125rem;
    border-bottom: solid #ccc 1px;
    border-right: solid #fff 1px;
    text-align: left;
    border-top: solid #fff 1px;
}
.specs-table ul {
    padding-top: 1.1rem;
}
.specs-table li {
    list-style: none;
}
@media only screen and (max-width: 40em) {
    .specs-table {
        margin-top: 0;
    }
    .specs-table tbody th {
        width: auto;
    }
}
.interested h3{
	font-family: 'Roboto',  sans-serif;
	letter-spacing: -1px;
	color:#444;
}

.contact-form .button{
    background: #232323;
    color: #EDBF1C !important;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    padding: .85em 2.3em 0.7em;
}
.contact-form .button:hover,
.contact-form .button:focus {
    background: #EDBF1C;
    color: #000!important;
}

.contact-form ::-webkit-input-placeholder { /* WebKit browsers */
color: #999 !important;
opacity: 1;
}
.contact-form ::-moz-placeholder { /* Mozilla Firefox 19+ */
color: #999 !important;
opacity: 1;
}
.contact-form :-ms-input-placeholder { /* Internet Explorer 10+ */
color: #999 !important;
opacity: 1;
}
.contact-info p{
  font-size: 0.8rem;
}

.job-entry-excerpt p{
	margin-bottom: 0.2rem;
}

.job-entry-excerpt .excerpt-button{
	margin-bottom: 1.91rem ;
}



.careers-list{
  border-bottom: #dedede solid 1px;
	margin-bottom: 0.9em;
}

.post:last-child .careers-list {
  border-bottom: none;
	margin-top: 0;
}

.careers-list h3,
.careers-list h4,
.careers-list h5, 
.careers-list h6{
	font-family: 'Roboto',  sans-serif;
}

.careers-list h3{
  line-height: 1.4;
  margin-bottom:0;	
}

.careers-list h4{
  line-height: 1em;
  padding-top: 0.7em;	
	font-size: 1.4rem;
}

.careers-list h5{
  line-height: 1em;
  font-size: 1.2rem;
	padding-top: 0.5em;

}

.careers-list p{
  font-size: 0.95rem;
}

.careers-list ul,
.careers-list ol 
{
  
  padding-top: 0.5rem;
}

.careers-list ul li,
.careers-list ol li
{
  font-size: 0.95rem;
  padding-top: 5px;
}

.careers-list a{
  text-decoration: underline;
}

.careers-list a.button{
  margin-top: 0.5rem;
  padding: 0.65em 3em 0.75em;
  text-decoration: none;
}
.careers-list span{
    color: #999;
    font-size: 14px;
  }
.careers-list .single-entry{
    padding-top: 0.6em;
  }
 .no-job-container{
    padding-top: 0.5rem;
    padding-bottom: 1rem;
  }

  .no-job-container h4{
    font-size: 1.4rem;
    font-family: 'Brandon_bold',arial;
  }

@media only screen and (max-width: 40em) {
}

/*----- Blog -------*/

.blog-container {
    padding-top: 3em;
    padding-bottom: 3em;
    max-width: 770px;
}
.blog-container {
    padding-top: 3em;
    padding-bottom: 3em;
    max-width: 770px;
}
.blog-container h1 {
    padding-left: 1.3em;
}
.blog-container .blog-header {
    margin-left: 4em;
    padding-top: 1em;
}
.blog-container .blog-header h3 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	  font-family: 'Roboto',  sans-serif;
	  font-size: 1.8rem;
	  letter-spacing: -1px;
	  line-height: 1.3;
	  padding-bottom:0.8rem;
}
.blog-container h3 a {
    color: #383838;
}
.blog-container .blog-header .author {
    font-size: 12px;
    margin-top: 15px;
    color: #383838;
}
.blog-container .blog-header .author img {
    padding: 0px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
}
.blog-container .blog-header .avatar {
    width: 35px;
    height: 35px;
}
.blog-container .date {
    background: #EDBF1C;
    color: #353535;
    margin-right: -10px;
    margin-left: 25px;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    text-align: center;
}
.blog-container .date .month {
    font-size: 1em;
}
.blog-container .date .day {
    font-size: 2em;
    line-height: 0.8;
    font-weight: bold;
}
.blog-container .date.year {
    font-size: 0.9em;
    line-height: 0.1;
}
.blog-container .blog-content {
    clear: both;
}


.blog-content h1,
.blog-content h2,
.blog-content h3,
.blog-content h4,
.blog-content h5,
.blog-content h6 {
	  font-family: 'Roboto',  sans-serif;
    padding-top: 1em;
	  letter-spacing: -1px;
}

.blog-content h1{
	  padding-left: 1.3em;
}
.blog-content h2{
	  padding-left: 1.55em;
}
.blog-content h3{
	  padding-left: 2.4em;
	  
	  font-size: 1.6rem;
}
.blog-content h4{
	  padding-left: 2.6em;
	  font-size: 1.5rem;
}
.blog-content h5{
	  padding-left: 3em;
}
.blog-content h6{
	  padding-left: 3.8em;
}
.blog-content p,
.blog-content ul,
.blog-content ol,
.blog-content hr {
    padding-left: 4em;
    padding-right: 4em;
}
.blog-content hr {
	margin-left: 4em;
  margin-right: 4em;
}

.blog-content blockquote {
    margin-top: 1em;
    margin-left: 3em;
    position: relative;
    border-left: none;
    color: #707070;
    font-weight: bold;
    padding-left: 2em;
}
.blog-content blockquote p {
    font-size: 0.95em;
    line-height: 1.4;
}
.blog-content blockquote::before {
    content: "\201C";
    font-size: 8em;
    font-family: helvetica;
    position: absolute;
    left: 10px;
    top: -20px;
    color: #333;
    letter-spacing: -2px;
}
.blog-content blockquote::after {
    content: '';
}
.blog-content blockquote span {
    display: block;
    color: #A0A0A0;
    font-size: 0.7em;
    font-weight: normal;
    font-style: italic;
}
.blog-content .blog-share {
    margin-left: 4em;
    margin-right: 4em;
    margin-top: 1.5em;
    border-top: rgba(0, 0, 0, 0.2) dashed 1px;
    padding-top: 0.5em;
    padding-bottom: 0.8em;
}
.blog-content .blog-share span {
    font-size: 0.8em;
    padding-top: 2em;
    display: block;
}
.blog-content .blog-share ul {
    padding-left: 0;
}
.blog-container .blog-content p {
    margin-top: 1em;
    margin-bottom: 0rem;
}
.blog-container .blog-content p a,
.blog-container .blog-content li a{
    text-decoration: underline;
    color: #444;
}
.blog-container .blog-content p.wp-caption-text{
    margin-top: 0.4em;
	  margin-bottom: 0.4em;
    font-size: 0.85em !important;
}
.blog-container .blog-content img {
    max-width: 770px;
}
.blog-container .blog-content p img.size-large,
.blog-container .blog-content p img.alignnone {
    max-width: 645px;
}
.blog-container .blog-content p img.size-full {
    position: relative;
    left: -4em;
    right: -4em;
}
.blog-container .blog-content img.aligncenter {
    margin-left: auto;
    margin-right: auto;
}
.blog-container .blog-content ol,
.blog-content ul {
    margin-top: 1em;
}
.blog-container .blog-content ul li {
    list-style: decimal;
}
.blog-container .blog-content ul li {
    list-style: disc;
}
.blog-container .entry-meta {
    background-color: #E2E2E2;
    padding: 1.5em 3em 1.5em 4em;
    margin-bottom: 3em;
}
.blog-container .entry-meta .categories,
.blog-container .entry-meta .tags {
    font-size: 0.9em;
    font-weight: bold;
}
.blog-container .entry-meta .categories a,
.blog-container .entry-meta .tags a {
    color: #707070;
    font-weight: normal;
}


.comments-container {
    padding-left: 4em;
    padding-right: 4em;
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
    .blog-container .blog-content {
        width: 100% !important;
    }
    .blog-container .blog-content .wp-caption {
        width: 100% !important;
    }
    .blog-container .blog-content img,
    .blog-container .blog-content p img.size-large,
    .blog-container .blog-content p img.alignnone {
        max-width: 100%;
    }   
    .blog-container .blog-content iframe {
        width: 100% !important;
    }
}
@media only screen and (max-width: 40em) {
    .blog-container {
        padding-top: 1em;
        padding-bottom: 1em;
    }
    .blog-container .blog-header {
        margin-left: 2em;
    }
    .blog-container h1 {
        padding-left: 1em;
    }
    .blog-container .date {
        margin-left: 0;
        margin-right: -0.4em;
        padding-bottom: 0.1em;
    }
    .blog-container .date .month {
        font-size: 0.9em;
    }
    .blog-container .date .day {
        font-size: 1.6em;
  
    }
    .blog-container .date .year {
        font-size: 0.8em;

    }
	
	.blog-content h1{
	      padding-left: 1.3em;
		    padding-right: 1.3em;
   }
  .blog-content h2{
	      padding-left: 1.55em;
   }
   .blog-content h3{
	      padding-left: 1.3em;
	      padding-right: 1em;
	      font-size: 1.6rem;
   }
   .blog-content h4{
	      padding-left: 1.4em;
	      font-size: 1.5rem;
   }
   .blog-content h5{
	      padding-left: 2em;
	      padding-right: 1.6em;
   }
   .blog-content h6{
	      padding-left: 2em;
    }
	  .blog-content hr{
         margin-left: 2em;
         margin-right: 2em;
    }
    .blog-content p,
    .blog-content ul,
    .blog-content ol,
    .blog-content blockquote {
        padding-left: 2em;
        padding-right: 2em;
    }
    .blog-content blockquote {
        margin-left: 1.5em;
    }
    .blog-content blockquote p {
        font-size: 0.7em;
        padding-left: 0.5em;
    }
    .blog-content blockquote::before {
        font-size: 4em;
        left: 0;
        top: 0px;
    }
    .blog-content .blog-share {
        margin-left: 2.5em;
        padding-left: 0 !important;
    }
    .blog-content .blog-share ul {
        padding-left: 0;
        padding-right: 0;
    }
    .blog-content .blog-share span {
        font-size: 0.75em;
        padding-top: 2em;
        display: block;
    }
    .blog-container .blog-content {
        width: 100% !important;
    }
    .blog-container .blog-content .wp-caption {
        width: 100% !important;
    }
    .blog-container .blog-content img,
    .blog-container .blog-content p img.size-large,
    .blog-container .blog-content p img.alignnone {
        max-width: 100%;
    }
    .blog-container .blog-content iframe {
        width: 100% !important;
    }
    .blog-container .blog-content p img.size-full {
        left: 0em;
        right: -2em;
    }
    .blog-container .blog-content img.size-large {
        left: 0em;
        right: -2em;
        max-width: 100%;
    }
    .blog-content .blog-share li {
        margin-bottom: 0.3em;
    }
    .blog-container .entry-meta {
        padding-left: 1.5em;
        padding-right: 1.5em;
    }
    .blog-container .entry-meta .tags {
        padding-top: 0.3em;
    }
    .comments-container {
        padding-left: 2em;
        padding-right: 2em;
    }
}
.sidebar-search-container {
    margin-bottom: 1.8em;
}
.sidebar-search {
    width: 80%;
    vertical-align: middle;
    white-space: nowrap;
    position: relative;
}
.sidebar-search input.sidebar-input {
    width: 80%;
    height: 40px;
    background: #E2E2E2;
    border: none;
    font-size: 1em;
    color: #262626;
    padding-left: 3em;
    -webkit-transition: background .55s ease;
    -moz-transition: background .55s ease;
    -ms-transition: background .55s ease;
    -o-transition: background .55s ease;
    transition: background .55s ease;
}
.sidebar-search input.sidebar-input::-webkit-input-placeholder {
    color: #65737e;
}
.sidebar-search input.sidebar-input:-moz-placeholder {
    /* Firefox 18- */
    
    color: #65737e;
}
.sidebar-search input.sidebar-input::-moz-placeholder {
    /* Firefox 19+ */
    
    color: #65737e;
}
.sidebar-search input.sidebar-input:-ms-input-placeholder {
    color: #65737e;
}
.sidebar-search .icon {
    position: absolute;
    top: 20%;
    margin-left: 1em;
    z-index: 1;
    color: #7F7F7F;
    left: 0;
}
.sidebar-search input.sidebar-input:hover,
.sidebar-search input.sidebar-input:focus,
.sidebar-search input.sidebar-input:active {
    outline: none;
    background: #ffffff;
    border: 1px #ccc solid;
}
.sidebar h4 {
    font-size: 1em;
    margin-top: 0.8em;
    color: #7F7F7F;
}
.sidebar .screen-reader-text {
    display: none;
}
.sidebar select {
    background: #E2E2E2;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
    background-position: 100% center;
    background-repeat: no-repeat;
    background-size: 45px;
    color: #7F7F7F;
}
.sidebar ul {
    margin-left: 0;
}
.sidebar .cat-item {
    list-style: none;
    display: inline-block;
    background: #E2E2E2;
    font-size: 0.75em;
    margin-right: 1em;
    padding: 0.25em 0.8em 0.15em 0.8em;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    margin-bottom: 0.8em;
}
.sidebar .cat-item:hover {
    background: #000;
}
.search-results-container {
    padding-top: 1em;
}
.search-results-container h3 a {
    color: #383838;
}
.search-results-container h3 a:hover {
    color: #EDBF1C;
}
.search-results-container a.button {
    margin-top: 1em;
}
.error-page {
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.error-page h1 {
    font-size: 6.5rem;
    font-weight: 200;
    line-height: 1em;
}
.error-page p {
    font-size: 1.4rem;
    color: #383838;
}
@media only screen and (max-width: 40em) {
    .error-page {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    .error-page h1 {
        font-size: 3.5rem;
    }
    .error-page p {
        font-size: 1.2rem;
    }
}
div.pagination span.current {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background-color: #E2E2E2 !important;
    color: #707070;
    text-shadow: none !important;
    border-radius: 0 !important;
}
div.pagination a,
div.pagination span.pages,
div.pagination span.dots {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background-color: none !important;
    color: #333;
    text-shadow: none !important;
}
div.pagination a.next,
div.pagination a.last,
div.pagination a.previous {
    font-size: 1.7em !important;
    position: relative;
    top: 0.15em;
    color: #555;
}
/*CrisisStack */

.git-buttons {
    text-align: center;
}
.git-buttons span {
    padding: 0 0.5rem;
}
.git-buttons span a {
    color: #fff;
}
section.logos.white {
    background-color: #fff;
    text-align: center;
    padding: 3rem 0;
}
section.logos.white a {
    display: inline-block;
    padding-left: 30px;
    padding-right: 30px;
}
section.logos.white a img {
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
}
section.logos.white a:hover img {
    -webkit-opacity: 0.8;
    -moz-opacity: 0.8;
    opacity: 0.8;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
section.grey {
    background-color: #efefef;
}
section.grey h2 {
    color: #ba1f44;
}
section.grey p {
    font-size: 1.1em;
    color: #444;
}
section.grey hr {
    border-color: #ba1f44;
    margin: 2em auto;
    width: 20%;
    border-top-width: 3px !important;
}
section.logos.white a {
    display: inline-block;
    padding: 15px 20px 15px 20px;
}
section.logos.white {
    padding: 1rem 0;
}
section.image_grid {
    background-color: #fff;
}
section.image_grid ul {
    margin: 0px;
    padding: 0px;
}
section.image_grid ul li {
    margin: 0px;
    padding: 0px;
}
section.image_grid ul li a img {
    width: 100%;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
section.image_grid ul li:last-child a img {
    border-right: 0px solid #fff;
}
/* #Footer
================================================== */

footer .top-footer {
    background: #232323;
    padding-top: 2.7rem;
    padding-bottom: 2rem;
    font-size: 0.74rem;
}
footer .top-footer h4,
footer .top-footer h5,
footer .top-footer h6 {
    color: #e7e7e7;
}
footer .top-footer h4 {
    font-size: 1.4rem;
}
footer .top-footer h5 {
    font-size: 1.1em;
    padding-bottom: 0.3em;
}
footer .top-footer h6 {
    font-size: 1em;
}
footer .top-footer i {
    color: #595959;
}
footer .top-footer p,
a {
    color: #8e8e8e;
}
footer .top-footer a:hover {
    color: #EDBF1C;
}
footer .top-footer .contacts,
.footer-info {
    width: 22.5%;
}
footer .top-footer .contacts {
    border-right: #3a3a3a solid 2px;
}
footer .top-footer .contacts a {
    color: #dedede;
}
footer .top-footer .social-icons {
    padding-top: 1em;
    border-top: #3a3a3a solid 1px;
}
footer .top-footer .social-icons p {
    font-size: 0.9em;
    margin-bottom: 0.5rem;
}
footer .top-footer .link-column {
    margin-left: 2em;
    margin-right: 2em;
}
footer .top-footer .link-column h5 {
    border-bottom: #3a3a3a dashed 1px;
}
footer .top-footer .link-column ul {
    margin-left: 0;
}
footer .top-footer .link-column li {
    list-style: none;
}
footer .top-footer .footer-info {
    border-left: #3a3a3a solid 2px;
    padding-left: 2rem;
    height: 350px;
}
footer .top-footer .footer-info h4 {
    line-height: 1.2;
    margin-bottom: 0.8em;
}
/*footer .top-footer .footer-info p {
    font-size: 0.8rem;
    padding-bottom: 0.4em;
}*/

footer .top-footer .footer-info a {
    padding: 0.85em 2em 0.75em;
}

footer  .footer-google-play{
	width: 145px;
	height: auto;
	display: block;
}

@media only screen and (max-width: 40em) {
    footer .top-footer .contacts,
    .footer-info {
        width: 100%;
        text-align: center;
        padding-bottom: 2em;
    }
    footer .top-footer .footer-info {
        padding-top: 2em;
    }
    footer .top-footer .contacts {
        border-right: none;
    }
    footer .top-footer .link-column {
        margin-left: 0;
        margin-right: 0;
        padding-left: 2.3em;
    }
    footer .top-footer .footer-info {
        border-left: none;
        padding-left: 1em;
        height: 100%;
    }
}
footer .bottom-footer {
    background: #161616;
    padding: 1.5rem 0 0.6rem;
}
footer .bottom-footer .footer-logo {
    opacity: 0.3;
}
footer .bottom-footer ul {
    float: left;
}
footer .bottom-footer ul li {
    list-style: none;
    display: inline-block;
    border-right: 1px #666 solid;
    padding-right: 0.8rem;
    padding-left: 0.5rem;
    line-height: 0.7;
}
footer .bottom-footer ul li:last-child {
    border-right: none;
}
footer .bottom-footer ul li a {
    color: #666;
    font-size: 0.7rem;
}
footer .bottom-footer ul li:last-child {
    border-right: none;
}
footer .bottom-footer ul li a:hover {
    color: #EDBF1C;
}
footer .bottom-footer p {
    font-size: 0.7rem;
    padding-top: 0.3rem;
    color: #8e8e8e;
    float: left;
}
footer .bottom-footer .kenya-icon {
    height: 20px;
    padding-left: 7px;
    padding-top: 5px;
    position: relative;
    top: -3px;
}
@media only screen and (max-width: 40em) {
    footer .bottom-footer {
        text-align: center;
    }
    footer .bottom-footer .footer-logo {
        margin-bottom: 0.3rem;
    }
    footer .bottom-footer ul {
        float: none;
        margin-bottom: 0;
    }
    footer .bottom-footer p {
        float: none;
        margin-bottom: 0;
    }
	  footer .top-footer .footer-info a {
	      padding: 0.85em 3em 0.75em;
			  display: inline-block;
    }
    footer .bottom-footer .kenya-icon {
        height: 20px;
        padding-left: 7px;
        padding-top: 0;
        margin-top: 0.3rem;
    }
	  
	  footer  .footer-google-play{
	      margin-left: auto;
	      margin-right: auto;
			  padding-left: 0;
    }
}