.hoverBorderAnimation {
    width: 100%;
    max-width: 1000px;
    margin: 30px auto;
    padding: 40px 30px;
    position: relative;
    transition: .33s all ease;
    float: none;
    display: inline-block;
}

.hoverBorderAnimation:before, .hoverBorderAnimation:after {
    content: '';
    position: absolute;
    width: calc(100% - 35px);
    height: calc(100% - 35px);
    border: 1px solid #ccc;
    pointer-events: none;
    transition: .33s all ease;
}
.hoverBorderAnimation .imgWrapper{
    display:table-cell;
    vertical-align:top;
    padding-top: 15px;
    width: 60px;
    text-align: left;
    float: left;
}
.hoverBorderAnimation p a {
	color:#000;
	    transition: .33s all ease;
	border-bottom: 1px solid ;
}
.hoverBorderAnimation:hover p a {
	color:#fff;
}
.hoverBorderAnimation p a:hover {
	   transition: .33s all ease;
	color:#c6a210;
}
.hoverBorderAnimation .imgWrapper img{
    width: 60px !important;
}
.hoverBorderAnimation .textWrapper{
    display:table-cell; 
    vertical-align:top;
    padding-left: 30px;
    width: calc(100% - 90px);
    float: left;
}

.hoverBorderAnimation .textWrapper a{
    transition: .33s all ease;
}
.hoverBorderAnimation .textWrapper a:hover{
    color: #fff;
    text-decoration: underline;
}
.hoverBorderAnimation .textWrapper h3, .hoverBorderAnimation.blockCenter h3{
    color: #20385a;
    transition: .33s all ease;
    text-transform: uppercase;  
}
.hoverBorderAnimation .divider {
    max-width: 100%;
    /*margin: 13px 0 20px 0;*/
    margin: 0 auto 7px auto;
    transition: .33s all ease;
    /*float: left;*/
}
.hoverBorderAnimation.blockCenter .divider{
    float: none;
    margin: 0 auto 7px auto;
}
.divider {
    width: 60px;
    height: 2px;
    background: #20385a;
}
.hoverBorderAnimation:hover .divider {
    width: 168px;
    clear: both;
    background-color: #c6a210;
}

.hoverBorderAnimation p{
    float: left;
    width: 100%;
}
.hoverBorderAnimation:before {
    top: 0;
    left: 0;
    border-width: 1px 0 0 1px;
}
.hoverBorderAnimation:after {
    bottom: 0;
    right: 0;
    border-width: 0 1px 1px 0;
}
.hoverBorderAnimation:hover {
    background-color: #20385a;
}
.hoverBorderAnimation:hover h3, .hoverBorderAnimation:hover p{
    color: #fff !important;

}
.hoverBorderAnimation h3, .hoverBorderAnimation .imgWrapper img, .hoverBorderAnimation p{
    position: relative;
    will-change: transform;
    transition: .33s all ease;
    -webkit-filter: blur(0);
}
.hoverBorderAnimation.hover:before, .hoverBorderAnimation.hover:after, .hoverBorderAnimation:hover:before, .hoverBorderAnimation:hover:after {
    width: 100%;
    height: 100%;
    border-color: #ca970b;
}
.hoverBorderAnimation:hover h3 , .hoverBorderAnimation:hover  .imgWrapper img {
    -webkit-transform: translateY(-9px);
    transform: translateY(-9px);
}
.hoverBorderAnimation:hover p {
    -webkit-transform: translateY(9px);
    transform: translateY(9px);
}

/* CENTER ANIMATION*/
.hoverBorderAnimation2col.bigBlock
{
    margin: 0 auto;
    float: none;
}
.hoverBorderAnimation2col p a {
	color:#000;
	border-bottom: 1px solid ;
	transition: .33s all ease;
}
.hoverBorderAnimation2col:hover p a {
	color:#fff;
	transition: .33s all ease;
}
.hoverBorderAnimation2col p a:hover {
	color:#c7a110;
	transition: .33s all ease;
}
.hoverBorderAnimation2col > div {
    width: 100%;
    margin: 30px auto;
    padding: 60px 40px;
    position: relative;
    transition: .33s all ease;
    float: none;
    display: inline-block;
    box-sizing: border-box;
}
.hoverBorderAnimation2col > div.anmCenter {
    width: auto;
    box-sizing: border-box;
}
.hoverBorderAnimation2col > div:before, .hoverBorderAnimation2col > div:after {
    content: '';
    position: absolute;
    width: calc(100% - 35px);
    height: calc(100% - 35px);
    border: 1px solid #ccc;
    pointer-events: none;
    transition: .33s all ease;
}
.hoverBorderAnimation2col > div .imgWrapper{
    display:table-cell;
    vertical-align:top;
    padding-top: 15px;
    width: 60px;
}
.hoverBorderAnimation2col > div .imgWrapper img{
    width: 60px !important;
}
.hoverBorderAnimation2col > div .textWrapper{
    display:table-cell; 
    vertical-align:top;
    padding-left: 30px
}
.hoverBorderAnimation2col > div a{
    transition: .33s all ease;
}
.hoverBorderAnimation2col > div h3{
    color: #20385a;
    transition: .33s all ease;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
}
.hoverBorderAnimation2col > div .divider {
    max-width: 100%;
    margin: 9px auto 16px auto;
    transition: .33s all ease;
    float: none;
}
.hoverBorderAnimation2col .divider {
    width: 60px;
    height: 2px;
    background: #c6a210;
}
.hoverBorderAnimation2col > div:hover .divider {
    width: 168px;
    clear: both;
    background-color: #c6a210;
}
.hoverBorderAnimation2col.homeBlock > .typo-body-secondary:hover .divider {
    width: 100%;
}
.hoverBorderAnimation2col.homeBlock > .typo-body-secondary:hover h3{
    color: #c6a210 !important;
}
.hoverBorderAnimation2col > div p{
    float: left;
    width: 100%;
    text-align: center;
}
.hoverBorderAnimation2col > div:before {
    top: 0;
    left: 0;
    border-width: 1px 0 0 1px;
}
.hoverBorderAnimation2col > div:after {
    bottom: 0;
    right: 0;
    border-width: 0 1px 1px 0;
}
.hoverBorderAnimation2col > div:hover {
    background-color: #20385a;
}
.hoverBorderAnimation2col > div:hover h3, .hoverBorderAnimation2col > div:hover p{
    color: #fff !important;

}
.hoverBorderAnimation2col > div h3, .hoverBorderAnimation2col > div .imgWrapper img, .hoverBorderAnimation2col > div p{
    position: relative;
    will-change: transform;
    transition: .33s all ease;
    -webkit-filter: blur(0);
}
.hoverBorderAnimation2col > div.hover:before, .hoverBorderAnimation2col > div.hover:after, .hoverBorderAnimation2col > div:hover:before, .hoverBorderAnimation2col > div:hover:after {
    width: 100%;
    height: 100%;
    border-color: #ca970b;
}
.hoverBorderAnimation2col > div:hover h3 , .hoverBorderAnimation2col > div:hover  .imgWrapper img {
    -webkit-transform: translateY(-9px);
    transform: translateY(-9px);
}
.hoverBorderAnimation2col > div:hover p {
    -webkit-transform: translateY(9px);
    transform: translateY(9px);
}
.hoverBorderAnimation.topHomepage:hover p{
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}