#top .link-size18 a,
#top .link-size20 a{
    font-size: 1rem;
    font-weight: bold;
    color: #000;
    position: relative;
    letter-spacing: 0.727273px;
}

#top .link-size18 a:hover,
#top .link-size18 a:focus,
#top .link-size18 a:active,
#top .link-size20 a:hover,
#top .link-size20 a:focus,
#top .link-size20 a:active {
    text-decoration: none;
}

#top .link-size18 a:before,
#top .link-size20 a:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    bottom: -.25rem;
    border-bottom: 1px solid #98C220;
}

#top .link-size20 a {
	font-size: 20px;
}

#top .link-arrow a{
    color: #000;
    position: relative;
}

#top .link-arrow a:before{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    content: "\f063";
    color: #98C220;
    margin-right: .5em;
    transform: scaleX(.75);
}

#top .link-arrow a:hover,
#top .link-arrow a:focus,
#top .link-arrow a:active {
    text-decoration: none;
}

#top .link-arrow a:hover:after,
#top .link-arrow a:focus:after,
#top .link-arrow a:active:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -.25rem;
    background: #98C220;
    height: 1px;
    left: 1.5em;
    right: 0;
}

.title-padding {
    padding: 30px 30px 1px 30px !important;
}

#top .avia-section:not(.iggh_has_background) .box-white {
    background-color: #fff;
    padding: 30px;
}

#top .title-small-black,
#top .title-small-black p,
#top .title-small-black strong{
    font-size: 11px;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
    letter-spacing: calc(2.05em / 11);
}

