.vac-btns-cont {
    width: 400px;
    float: right;
    margin-top: -85px;
    text-align: right;
}

.vac-btn:active,
.vac-btn:hover,
.vac-btn:visited,
.vac-btn {
    display: inline-block;
    box-sizing: border-box;
    padding: 11px 15px 11px 70px;    
    line-height: 55px;
    text-decoration: none;
    text-transform: uppercase;
    font: 14px/24px 'proxima_nova_bold';
    color: #092d5f;
    background: url(spritesheet.png) no-repeat -72px -2635px;
}

.vac-btn span {
    border-bottom: 1px dotted #129be6;
}

.vac-p {
    margin-top: 45px;
    font-size: 24px;
    line-height: 25px;
    color: #092d5f;
}

.h3.vac-h3 {
    margin-top: 50px;
}

.vac-link:active,
.vac-link:hover,
.vac-link:visited,
.vac-link {
    margin-bottom: -40px;
    position: relative;
    padding-right: 15px;
    display: inline-block;
    text-decoration: none;
    font: 18px/24px 'proxima_nova_bold';
    color: #092d5f;
	    background: #fff;
	width: 200px;
    padding: 5px 5px 5px 7px;
}

.vac-link:after {
    position: absolute;
    display: block;
    content: '';
    width: 15px;
    height: 15px;
       top: 10px;
    right: 9px;
    background: url(spritesheet.png) no-repeat -90px -2859px;
}

.vac-link.open {
    color: #129be6;
}

.vac-link.open span {
    border: none;
}

.vac-link.open:after {
    background-position: -90px -2916px;
}

.vac-link span {
    border-bottom: 1px dotted #129be6;
	color: #000;
}

.vac-print:active,
.vac-print:hover,
.vac-print:visited,
.vac-print {
    position: relative;
    display: block;
    float: right;
    width: 140px;
    padding: 2px 2px 2px 20px;    
    line-height: 20px;
    text-decoration: none;
    font: 14px/19px 'proxima_nova_regular';
    color: #092d5f;
    background: url(spritesheet.png) no-repeat -90px -2809px;
}

.vac-print span {
    border-bottom: 1px solid #129be6;
}

.vac-text {
    margin: 20px 0 30px;
    padding: 0 30px 0 30px;
    background: transparent;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out;
}

.vac-text.open {
    max-height: 900px;
   
    padding: 30px 30px 0 30px;
}

.vac-text .h6 {
    margin: 24px 0 10px;
}

.vac-text .page-list {
    margin: 0 0 0 30px;
}

.vac-text-foot {
    margin: 0 -30px;
    padding: 30px 30px 40px;
    background: url(/assets/templates/site/images/pic/pic_vac_foot_bg.jpg) no-repeat center 0;
    -webkit-background-size: cover;
    background-size: cover;
    color: #fff;
}

.vac-text-right {
    width: 40%;
    float: left;
    text-align: left;
    font-size: 18px;
}

.vac-foot-name {
    font: 14px/22px 'proxima_nova_bold';
    color: #fff;
    text-transform: uppercase;
}

.vac-foot-phone {
    margin: 9px 0;
    padding-left: 23px;
    background: url(spritesheet.png) no-repeat -90px -2977px;
}

.vac-foot-mail {
    padding-left: 23px;
    background: url(spritesheet.png) no-repeat -88px -3046px;
}

.vac-foot-link:active,
.vac-foot-link:hover,
.vac-foot-link:visited,
.vac-foot-link {
    display: block;
    float: right;
    font: 14px/22px 'proxima_nova_bold';
    color: #fff;
    width: 220px;
    margin-top: 10px;
    padding: 0 23px 0 70px;
    line-height: 64px;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    border: 2px solid #fff;
    background: url(spritesheet.png) no-repeat -69px -2715px;
}

.vac-foot-link:hover {
    background-color: rgba(255,255,255,0.1);
}

.vac-foot-link span {
    border-bottom: 1px dotted #fff;
}