html{
	overflow-x:hidden;
	font-size:1.25em;
	font-family:serif;
	line-height:1.15;
}
body{
	overflow-x:hidden;
	font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;	
}
.wrapper{
	width: 100%;
    margin: 0 auto;
    padding-top: 0 !important;
}
p{
	font-size: 18px;
    font-family: serif;
    line-height: 1.25;
}


.viv_tabs_wrapper.container {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
.viv_tabs_wrapper .viv_tab_title[data-float='left'] {
    float: left;
}
.viv_tabs_wrapper .viv_tab_title[data-float='right'] {
    float: right;
}
.viv_tabs_wrapper .viv_tab_title.active {
    color: #004684;
    background-color: #FFFFFF;
    border: 2px solid #aeabab;
    border-bottom: 0;
}
.viv_tabs_wrapper .viv_tab_title.viv_employers_tab {
    margin-left: 10px;
}
.viv_tabs_wrapper .viv_tab_title.viv_jobseekers_tab {
    margin-right: 10px;
}

.viv_tabs_wrapper .viv_tab_title {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
    height: 50px;
    text-align: center;
    color: #FFFFFF;
    background-color: #bebcbb;
    margin-top: 33px;
    margin-bottom: -2px !important;
    border-radius: 6px 6px 0 0;
    width: 46%;
}
.viv_tabs_wrapper .viv_tab_title.viv_employers_tab p{
	font-family: serif;
    font-weight: bold;
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 0;	
}

.viv_tabs_wrapper .viv_tab_co {
    display: none;
}

	
.viv_tabs_wrapper .tab-content {
    padding-top: 30px;
    border-top: 2px solid #aeabab;
}

.field-type-entity-reference {
    margin: 0 0 1.2em;
}

.viv_tabs_wrapper .viv_tab_title.viv_employers_tab p,
.viv_tabs_wrapper .viv_tab_title.viv_jobseekers_tab p{
	font-family:serif;
    font-weight: bold;
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 0;
}

.viv_carousel_steps {
    padding-top: 15px;
}
.viv_carousel_steps .row {
    border-bottom: 1px solid #cdd0d2;
}
.justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
}

.viv_tabs_wrapper {
    background-color: transparent;
    padding-bottom: 40px !important;
}

.viv_carousel_step {
    display: none;
	cursor:pointer;
}
.text-center {
    text-align: center!important;
}
.viv_carousel_step.active .viv_carousel_step_number {
    background-color: #004684;
    color: #FFFFFF;
    border: 1px solid #004684;
}

.viv_carousel_step_number {
    width: 50px;
    height: 50px;
    padding-top: 3px;
    display: inline-block;
    margin: 0 auto;
    border: 1px solid #382E2C;
    color: #382E2C;
    border-radius: 50%;
    font-size: 30px;
	
}
.viv_carousel_step_number, .viv_carousel_step_text{
	line-height:1.375;
}
.viv_carousel_step.active .viv_carousel_step_text {
    color: #004684;
    font-weight: bold;
}

.viv_carousel_step_text {
    font-weight: bold;
}

.viv_carousel_slide-container {
    display: flex;
    align-items: center;
}

#arrow-left {
    width: 10%;
    height: 60px;
    margin: 0;
    float: left;
    text-align: left;
}
.viv_carousel_arrows {
    font-size: 55px;
    cursor: pointer;
    color: #382E2C;
}

.fa, .fas {    
	font-family: "FontAwesome";
    font-weight: 900;
}
.fa, .fas, .far, .fal, .fab {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
.fas {
    display: inline-block;
    
	font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fa-chevron-left:before {   
	 content: "\f053";
}





.viv_carousel_container {
    display: inline-block;
    position: relative;
    width: 80%;
    height: auto;
    overflow: hidden;
}

.viv_carousel_wrapper {
    transform: translate3d(0,0,0);
    transition: transform .7s ease-in-out;
}
.viv_carousel_wrapper .field-type-entity-reference {
    margin: 0;
}

.viv_carousel_item, .viv_gen_carousel_item {
    padding: 0 25px 0 25px;
    float: left;
    width: 25%;
    height: auto;
    white-space: normal;
    background-repeat: no-repeat;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    align-items: center;
}
.viv_carousel_item_image {
    padding: 0;
}



.viv_carousel_item img{
    display: none;
    width: 50%;
    height: auto;
    margin: 0 auto;
    border-radius: 50%;
}
.viv_carousel_item_text {
    margin-top: 15px;
}

#arrow-right {
    width: 10%;
    height: 60px;
    margin: 0;
    float: right;
    text-align: right;
}
.fa-chevron-right:before {   
	 content: "\f054";
}
.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.viv_rich-text-paragraph {
    margin-top: 25px;
    margin-bottom: 25px;
}

.viv_item {
    display: block;
    min-height: 25px;
    margin-bottom: 25px;
}
.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.viv_home-page__content .viv_rich-text-paragraph__text {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0 !important;
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    max-width: 100%;
}
.viv_rich-text-paragraph__text {
    width: 100%;
}
.pt-2, .py-2 {
    padding-top: .5rem!important;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.viv_button-normal{
	padding: 15px 45px;
    font-size: 18px;
    width: auto;
    height: auto;
}
.viv_button-normal{
	display: inline-block;
    color: #FFFFFF !important;
    font-family: serif;
    white-space: normal;
    margin: 15px auto;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    line-height: 1.25;
    text-transform: uppercase;
    transition: all .2s ease-in-out;
    border-radius: 0.3rem;
    background-color: #004684;
    border: 1px solid #004684;
}
a {
    text-decoration: none;
}

@media only screen and (max-width:480px){
	div.container.p-0.viv_tabs_wrapper > div.tab-content.active > div > div:nth-child(1) {
		border: 1px solid;
	}
	div.container.p-0.viv_tabs_wrapper > div.tab-content.active > div > div:nth-child(1) > div > div.viv_carousel_steps > div {
		display: none !important;
	}
	.viv_carousel_steps .row {
		display: none !important;
	}
	.viv_carousel_container {
		width: 90%!important;
	}
	#arrow-left {
		width: 5%!important;
		transform: translateX(3px) translateY(175%);
		font-size: 30px!important;
	}
	#arrow-right {
		width: 5%!important;
		transform: translateX(-75%) translateY(175%);
		font-size: 30px!important;
	}
}


@media only screen and (min-width: 576px){	
	.viv_tabs_wrapper .viv_tab_title {
		height: 70px;
	}
}

@media only screen and (min-width: 768px){	
	.viv_tabs_wrapper {
		padding-bottom: 30px !important;
	}
	
	.viv_tabs_wrapper .viv_tab_title.viv_employers_tab {
		margin-left: 5.5%;
	}
	.viv_tabs_wrapper .viv_tab_title.viv_jobseekers_tab {
    	margin-right: 5.5%;
	}
	.viv_tabs_wrapper .viv_tab_title {
		margin-top: 30px;
		width: 42%;
	}
	.viv_carousel_step {
		display: inline;
	}
	viv_carousel_item, .viv_gen_carousel_item {
   	 	padding-top: 25px;
	}
	.viv_carousel_item img {
   		display: block;
	}
	.viv_button-normal{
		padding: 20px 65px;
	}
}

@media only screen and (min-width: 850px){
	.viv_tabs_wrapper .viv_tab_title.viv_employers_tab p{
		font-size:24px;
	}
	.viv_tabs_wrapper .viv_tab_title.viv_jobseekers_tab p{
		font-size:24px;
	}
}

@media only screen and (min-width: 1024px){
	
	.viv_tabs_wrapper .viv_tab_title {
		margin-top: 30px;
		width: 44%;
	}
	.viv_carousel_item, .viv_gen_carousel_item {
   	 	padding: 25px 25px 0 25px;
	}
	
	.viv_carousel_item img {
   		width: 100%;
	}
	.viv_carousel_item_text {
		margin-top: 0;
	}
}