.row {
    position: relative;
}

.off-canvas-content {
    overflow: hidden;    
}

.off-canvas-wrapper {
    background-color: #333;
}

.js-off-canvas-exit {
    z-index: 101;
}

.float-center {
    text-align: center;
}

.off-canvas-wrapper-inner {
    background-color: #fff;
}

.active {
  background-color: #b4b4b4 !important;
}

.header {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 30px 0;
    font-weight: bold;
    font-size: 14px;
    z-index: 100;
    height: 115px;
}

.header.standard {
    position: relative;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 30px 0;
    font-weight: bold;
    font-size: 14px;
    z-index: 100;
    height: 115px;
}

.header ul a {
    margin: 0;
    padding: 12px 20px;
    color: #ffffff;
    text-decoration: none;
}

.header a:hover {
    background-color: rgba(0, 0, 0, 0.11);
}

.header img.logo {
    position: relative;
    left: 6%;
    float: left;
    max-width: 158px;
}

.header ul {
    list-style: none;
    padding: 0;
    margin-right: 6%;
    float: right;
    margin-top: 17px;
}

.header ul li {
	float: left;
}

.alert {
    color: #fff !important;
    display: inline;
    border: none;
    font-weight: bold;
    font-size: inherit;
}

.close-button {
    z-index: 1000;
}

.header .menu-icon {
    margin: 15px 6% 0 0; 
}

.banner {
    position: relative;
    z-index: 1;
    width: 100%;
    min-height: 150px;
}

.vertical a {
    color: #233947;
}

.vertical .alert {
    color: #fff !important;
    display: block;
    border: none;
    text-align: left;
}

.bannerblock {
    position: absolute;
    top: 25%;
    right: 6%;
    z-index: 5;
    width: 70%;
}

.banner img.chat {
    position: relative;
    top: 0;
    right: -18px;
    z-index: 5;
    width: 60%;
    float: right;
}

.banner h2 {
    margin: 0;
    color: #ffffff;
    font-size: 32px;
    line-height: 1.2em;
    font-weight: 100;
    position: relative;
    text-align: right;
    right: 0;
    width: 100%;
    clear: both;
    white-space: nowrap;
}

.banner-contact {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 23px 0 23px 3rem;
    background-color: rgba(34, 57, 71, 0.95);
    color: #fff;
    font-weight: 700;
    font-size: 1.1rem;
    line-height: 1.6rem;
    z-index: 100;
    min-height: 380px;
    font-family: 'Nunito', Helvetica, Arial, sans-serif;
    font-weight: normal;
    white-space: nowrap;
}

.banner-contact p {
	padding: 0;
    margin: 0;
}

.banner-contact div {
    margin-bottom: .3rem;
}

.banner-contact img {
    width: 40%;
    float: right;
    margin-top: .2rem;   
}

.banner-contact b {
    display: block;   
}

.banner-contact i {
    font-size: .7rem;   
}

.banner-contact div {
    margin-bottom: 15px;   
}

.intro {
    background-color: #e9ebeb !important;
    padding: 2em 3em 1.5em 3em;
    text-align: center;
    font-size: 1rem;
    margin-bottom: 2em;
}

h2 i {
	font-size: .8em;
    font-style: normal;
}

.light {
    font-weight: 100 !important;
    font-size: 1.8rem !important;
}

h1 {
    font-size: 1.5rem;
}

.content {
    margin-top: 2em;
    padding: 0 2em;
}

.content .columns {
    padding-bottom: 2em;
}

.content ul {
    list-style: circle;
}

.voalogo {
    margin-top: 2em;
    padding: 1em 3em;
    background-color: rgba(245, 248, 248, 1);   
}

.footer {
    background-color: #fe4949;
    padding: 1em 3em 1.2em 3em;
    color: #ffffff;
    font-weight: 600;
    font-size: .8rem;
    margin-top: 0;
    margin-bottom: 3rem;
}

.content a {
    border-bottom: 1px dotted #fe4949;
}

.content a:hover {
    border-bottom: 1px solid #fe4949;   
}

.footer a {
    color: #ffffff;
    border-bottom: 1px dotted #ffffff;
    float: none;
}

.footer a:hover {
    border-bottom: 1px solid #ffffff;   
}

.entry {
    border-bottom: 1px solid #ccc;
	margin-bottom: 2rem;
}

.entry h2 {
    border-bottom: 1px dotted #ccc;
    margin-bottom: 1.5rem;
}

.entry:last-child {
    border-bottom: none;
}

.archive {
	padding: 1rem;
    background-color: #efefef;
}

.archive a {
	margin-bottom: .3rem;
    font-size: .9rem;
	display: block;
}

.paginate {
	border-top: 1px solid #ccc;
    margin: 2em 0;
    padding: 1em 0;
}

.paginate a {
	border: none;
    display: inline;
    font-weight: bold;
}


@media screen and (min-width: 40em){

    .bannerblock {
        top: 15%;
        width: 70%;
    }

    .banner img.chat {
        width: 45%;
    }

    .banner-contact {
        position: absolute;
        min-height: 95px;
        padding: 23px .5rem;
    }

    .header {
        position: absolute;
        background-color: rgba(0, 0, 0, 0.3);
    }

    .light {
        font-size: 2.8rem !important; 
    }

    .intro {
        font-size: 1.4rem;
        padding: 2em 3em 1.5em 3em;
    }

    h1 {
        font-size: 2rem;
    }
    
    .footer a {
        float: right;
    }

    .content {
        padding: 0 3em;
    }
}

@media screen and (min-width: 64em){

    .bannerblock {
        top: 30%;
        width: 70%;
    }
    
    .light {
        font-size: 4rem !important; 
    }

    .intro {
        padding: 2em 5em 1.5em 5em;
    }
}