﻿.arrow-banner-container {
    height: 60px;
    position: relative;
    width: 100%;
}

.arrow-banner {
    background-color: #f39662;
    text-align: center;
    font-size: 18px;
    line-height: 60px;
    color: #FFFFFF;
    font-weight: 600;
}

.arrow-banner::after {
     content: "";
     border-top: 60px solid transparent;
     border-left: 50px solid #f39662;
     position: absolute;
}

.arrow-banner a {
     color:#FFFFFF;
}

.arrow-banner a:focus {
     color: #3E5E6F;
}

.arrow-banner a:hover {
     color: #3E5E6F;
}

.arrow-banner > div > a {
    background-color: #f5ab81;
    text-align: center;
    font-size: 18px;
    line-height: 60px;
    color: #FFFFFF;
    font-weight: 600;
}

.arrow-banner::after > div > a {
    content: "";
    border-top: 60px solid transparent;
    border-left: 50px solid #f5ab81;
    position: absolute;
}

.arrow-banner > .active > a,
.arrow-banner > .active > a:hover,
.arrow-banner > .active > a:focus {
    background-color: #f39662;
    text-align: center;
    font-size: 18px;
    line-height: 60px;
    color: #FFFFFF;
    font-weight: 600;
}

.arrow-banner::after > .active > a,
.arrow-banner::after > .active > a:hover,
.arrow-banner::after > .active > a:focus {
   content: "";
   border-top: 60px solid transparent;
   border-left: 50px solid #f39662;
   position: absolute;
}

.arrow-banner-content {
    color: #FFFFFF;
    background-color: #3E5E6F;
    font-size: 17px;
    line-height: 20px;
    padding:30px;
}
