h2.tab-title a::before, h2.tab-title span::before {
    border-bottom-width: 35px;
}

h2.tab-title a::before, h2.tab-title span::before {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: -54px;
    width: 0;
    height: 0;
    border-bottom: 36px solid #254267;
    border-left: 55px solid transparent;
    transition: all 0.25scubic-bezier(0.25, 0.8, 0.25, 1);
}

h2.tab-title {
    display: block;
    position: relative;
    text-align: right;
    overflow: hidden;
    font-family: "Oswald", Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 24px;
    margin: 0;
    padding: 0 0 2px;
    font-weight: 400;
    letter-spacing: 1px;
    text-shadow: none;
    color: #717171;
    border-bottom: none;
    height: auto;
}

h2.tab-title::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    z-index: 1px;
    background-color: #254267;
}

h2.tab-title span {
    padding-right: 15px;
    margin-bottom: 0 !important;
}

h2.tab-title a, h2.tab-title span {
    display: inline-block;
    position: relative;
    background-color: #254267;
    color: #fff;
    padding: 3px 5px 2px 5px;
    border-radius: 0;
    height: 100%;
    transition: all 0.3scubic-bezier(0.25, 0.8, 0.25, 1);
}

.sidebar-section .sidebar-section-inner {
    padding: 22px 30px 25px;
    background: #ebeff5;
    border: 1px solid #355e93;
    border-top: none;
}

#social .subscribe-section {
    text-align: center;
    margin-bottom: 20px;
}

.btn-primary, .btn-primary:visited {
    background-color: #355e93;
    color: #fff;
    border-color: #355e93;
}

.btn, .btn:visited {
    border-radius: 0;
    border-width: 1px;
    box-shadow: none;
    font-family: "Lato", sans-serif;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0;
    padding: 12px 30px;
    text-transform: none;
    transition: 0.15s all;
    white-space: normal;
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


h2.tab-title a, h2.tab-title span {
    display: inline-block;
    position: relative;
    background-color: #254267;
    color: #fff;
    padding: 3px 5px 2px 5px;
    border-radius: 0;
    height: 100%;
    transition: all 0.3scubic-bezier(0.25, 0.8, 0.25, 1);
}

h2.tab-title a::before, h2.tab-title span::before {
    border-bottom-width: 35px;
}

h2.tab-title a::before, h2.tab-title span::before {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: -54px;
    width: 0;
    height: 0;
    border-bottom: 36px solid #254267;
    border-left: 55px solid transparent;
    transition: all 0.25scubic-bezier(0.25, 0.8, 0.25, 1);
}

h2.tab-title a .fas {
    position: relative;
    top: -2px;
    margin: 0 10px 0 5px;
    font-size: 0.8em;
    transition: all 0.25scubic-bezier(0.25, 0.8, 0.25, 1);
}

.fa-chevron-right:before {
    content: "\f054";
}

h2.tab-title a:hover {
    text-decoration: none;
    background: #15263b;
}

h2.tab-title a:hover::before {
    border-bottom-color: #15263b;
}

h2.tab-title a:hover .fas {
    margin: 0 5px 0 10px;
}