body,
html {
    color: #242424;
    font-size: 18px;
    font-family: "Noah", Sans-serif;
    font-weight: normal;
    font-style: normal;
    line-height: 1.3587;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -webkit-text-rendering: optimizelegibility;
    padding: 0px;
    margin: 0px;
}

p {
    margin: 0 !important;
}


h1,
h2,
h3,
h4,
h5,
h6{
    padding: 0;
    margin: 0;
    line-height: 1.0854 !important;
    font-weight: bold;
}

h1 {
    font-size: 34px;
}

h2
 {
    font-size: 26px;
    padding-top: 10px;
}
h3 {
	font-size: 22px;
    padding-top: 10px;
}

.home_v4 h2 {
    font-size: 22px;
}


a {
    color: #242424;
    text-decoration: none;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;

}


a img {
    background-image: none;
}



p a {
    background-image: linear-gradient(to bottom, #06bafd 0, #06bafd 100%);
    background-position: 0px 96%;
    background-repeat: no-repeat;
    background-size: 100% 2px;
    border-bottom: 0;
    text-decoration: none;
    padding-bottom: 0px;
}



p a:hover {

    -webkit-transition: all .8s ease;
    -webkit-animation-name: link-hover;
    -webkit-animation-duration: 0.8s;
    -webkit-animation-timing-function: ease;
    -webkit-animation-delay: 0s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-direction: normal;
    -webkit-animation-fill-mode: none;
    -webkit-animation-play-state: running;

    transition: all .8s ease;
    animation-name: link-hover;
    animation-duration: 0.8s;
    animation-timing-function: ease;
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-play-state: running;
}

@-webkit-keyframes link-hover {
    0% {
        background-position: 0px 96%;
    }

    50% {
        background-position: 300px 96%;
    }

    50.01% {
        background-position: -300px 96%;
    }

    to {
        background-position: 0px 96%;
    }
}

@keyframes link-hover {
    0% {
        background-position: 0px 96%;
    }

    50% {
        background-position: 300px 96%;
    }

    50.01% {
        background-position: -300px 96%;
    }

    to {
        background-position: 0px 96%;
    }
}

.right_side_v4 {
    margin-top: 120px;
}
.section_v4 {
    padding: 0 60px 60px 60px;
}

.column_half_v4 {
    padding: 0px 20px;
    margin: 60px 0 20px 0;
}

.border_right_v4 {
    border-right: 1px #000 solid;
}