﻿.arrow {
    height: 37px;
    width: 100%;
    padding: 0px;
    margin: -37px 0;
    background-image: url('../assets/images/arrowup.png');
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 1;
}

.ca-hover:hover .av1 {
    background: url(../assets/images/teamsprite.png) no-repeat;
    background-position:  0px -88px;

}

.ca-hover:hover .av2 {
    background: url(../assets/images/teamsprite.png) no-repeat;
    background-position:  -88px -88px;
}

.ca-hover:hover .av3 {
    background: url(../assets/images/teamsprite.png) no-repeat;
    background-position:  -176px -88px;
}

.ca-hover:hover .av4 {
    background: url(../assets/images/teamsprite.png) no-repeat;
    background-position:  -264px -88px;
}

.ca-hover:hover .carousel-content h3 {
    color: #63c6ae;
}
.ca-hover:hover .carousel-content p {
    color: #63c6ae;
}

.carousel
{
    text-align:center;
    margin-top:40px;
    position:relative;
}

.carousel-img img {
    width: 100%;
}

.carousel-content {
    text-align: left;
    padding: 10px 25px;
    border-left: solid 1px #dbe1e7;
}
.carousel-content h3, .text-inter h3 {
    color: #737c85;
    font-size: 21px;
    padding-top: 40px;
}
.carousel-content p, .text-inter p {
    color: #929da5;
    font-size: 14px;
    word-spacing: 2px;
}


.av1 {
    height: 88px;
    width: 88px;
    background: url(../assets/images/teamsprite.png) no-repeat;
    background-position:  0px 0px;
    margin: -55px auto;
    position: relative;
}

.av2 {
    height: 88px;
    width: 88px;
    background: url(../assets/images/teamsprite.png) no-repeat;
    background-position:  -88px 0px;
    margin: -55px auto;
    position: relative;
}

.av3 {
    height: 88px;
    width: 88px;
    background: url(../assets/images/teamsprite.png) no-repeat;
    background-position:  -176px 0px;
    margin: -55px auto;
    position: relative;
}

.av4 {
    height: 88px;
    width: 88px;
    background: url(../assets/images/teamsprite.png) no-repeat;
    background-position:  -264px 0px;
    margin: -55px auto;
    position: relative;
}

.overlay_1 {
    height: 100%;
    position: absolute;
    left: 15px;
    right: 15px;
    top: 0px;
    opacity: 0;
    border: solid 5px #63c6ae;
}

.article-overlay_1 {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    background-color: #000;
    opacity: 0.5;
    transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    cursor: pointer;
}
.article-overlay_1:hover {
    opacity: 0;

}

.controls {
    margin: 20px;
    text-align: center;
}
.controls li {
    list-style: none;
    display: inline;
}
.pagination.active {
    background-color: #929da5;
    border-color: #fff;
    height: 15px;
    width: 15px;
}
.pagination {
    border: 3px solid #c3c9ce;
    border-radius: 10px;
    display: inline-block;
    height: 15px;
    width: 15px;
    margin-right: 4px;
    cursor: pointer;
    transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
}
.pagination:hover {
    border-color: #929da5;
}

.quote-container {
    background-color: #63c6ae;
    padding: 5px 0px 15px 0px;
}

.quote-slideshow {
    height: auto;
}

.quote-slideshow h2 {
    color: #fff;
    font-size: 30px;
    font-weight: 200;
    font-style: italic;
}

.slideshow, .quote-slideshow {
    position: relative;
    display: block;
    overflow: hidden;
}

.next, .prev, .quote-next, .quote-prev{
    color: #fff;
    position: absolute;
    padding-top:1%;
    z-index: 1;
    margin-top: -5%;
    user-select: none;
    transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
}
.next:hover, .prev:hover, .quote-next:hover, .quote-prev:hover{
    cursor: pointer;
    color: #6dbeaa;
}
.next, .quote-next {
    right: 65px;
}
.prev, .quote-prev{
    left: 45px;
}


.circle {
    background-color: rgba(0,0,0,0.1);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
}

footer {
    background-color: #242a2c;
    padding: 30px 0 10px 0;
    color: #454e51;
}

footer h2 {
    font-size: 24px;
}

.footer-links li {
    list-style: none;
}

.footer-links li a{
    color: #454e51;
    margin-bottom: 15px;
    display: block;
    font-weight: 600;
}

.footer-links li a:hover {
    color: #687579;
    text-decoration: none;
}

figure{
    position: absolute;
    opacity: 0;
    transition: 1s opacity;
    width: 100%;
}

figure.show {
    opacity: 1;
    position: absolute;
    position: static;
    transition: 1s opacity;
}

figcaption{
    font-size: 18px;
    color: #fff;
    text-align: center;
}

figcaption a{
color: #fff;
}

.show
{
    display:block!important;
}

