/* 10-11-2020 CSS */
header .navigation-dropdown .navigation-content .nav-content ul li.drop-down a{padding-right: 15px;}
header .navigation-dropdown .navigation-content .nav-content ul li.drop-down > ul.sub-sub-menu li a::after{display: none;}
header .navigation-dropdown .navigation-content .nav-content ul li.drop-down{position: relative;}
header .navigation-dropdown .navigation-content .nav-content ul li.drop-down span.arrow-subli, header .navigation-dropdown .navigation-content .nav-content ul li.drop-down span.arrow-mobileli{    content: "";
    background-image: url(../images/nav-arrow.svg);
    position: absolute;
    z-index: 1;
    background-repeat: no-repeat;
    right: 0;
    top: 50%;
    margin-top: -8px;
    height: 16px;
    background-size: 10px;
    width: 10px;}
header .navigation-dropdown .navigation-content .nav-content ul li.drop-down span.arrow-mobileli{display: none;}
header .navigation-dropdown .navigation-content .nav-content ul li.drop-down > ul.sub-sub-menu {
    position: relative;
    left: 0;
    display: none !important;
    top: 0;
    padding: 0 0 0 40px;
    list-style: none;
    width: 100%;
    height: auto;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    background: transparent;
    -webkit-transition: opacity 600ms, visibility 600ms;
    transition: opacity 600ms, visibility 600ms;
}
header .navigation-dropdown .navigation-content .nav-content ul li.drop-down:hover > ul.sub-sub-menu {
    visibility: visible;
    opacity: 1;
    display: block !important;
}
header .navigation-dropdown .navigation-content .nav-content ul li.drop-down > ul.sub-sub-menu li:hover a, header .navigation-dropdown .navigation-content .nav-content ul li.drop-down > ul.sub-sub-menu li.active a{color: #bf9931;}

.general-page .above-footer .links .content ul#menu-siblings li.sub-sub-li a{font-family: "myriad pro", sans-serif;}


.college-tour-event-wrap{max-width: 1060px; margin: 100px auto 0;}
.college-tour-event-wrap .tourevent-boxdiv:last-child{border-bottom: none; margin-bottom: 0;}
.tourevent-boxdiv{width: 100%;  margin-bottom: 30px;  padding-bottom: 30px;  border-bottom: rgba(12,27,81,0.55) 1px solid;    position: relative;}
.tourevent-boxdiv .event-date { height: 260px;  width: 260px;  text-align: center;  color: #fff;  padding: 30px;   background: #211b64;  float: left;}
.tourevent-boxdiv.bg-light-blue .event-date{background: #009490;}
.tourevent-boxdiv.bg-yellow .event-date{background: #bf9931;}
.tourevent-boxdiv.bg-maroon .event-date{background: #961741;}
.tourevent-boxdiv.bg-maroon .event-date{background: #961741;}
.tourevent-boxdiv.bg-dark-blue .list-content h3 a{color: #bf9931;}
/*.tourevent-boxdiv.bg-light-blue .list-content h3 a{color: #009490;}*/
.tourevent-boxdiv.bg-light-blue .event-date .date::after{background:#7fcbbf;}
.tourevent-boxdiv .event-date .day, .tourevent-boxdiv .event-date .month {font-size: 22px;  font-family: 'myriad pro bold';  color: #fff; line-height: 1; display: block;}
.tourevent-boxdiv.bg-light-blue .event-date .day, .tourevent-boxdiv.bg-light-blue .event-date .month, .tourevent-boxdiv.bg-light-blue .event-date .date{ color: #FFF; }
.tourevent-boxdiv .event-date .date { font-size: 100px; font-family: 'myriad pro bold'; line-height: 1.55; position: relative;}
.tourevent-boxdiv .event-date .date::after { content: "";  height: 3px;  width: 80px;  left: 50%;  bottom:22px;  transform:translate(-50%,0);  position:absolute;  background: #bf9931;}
.tourevent-boxdiv.bg-yellow .event-date .date::after, .tourevent-boxdiv.bg-maroon .event-date .date::after{ background: #211b64;}
.tourevent-boxdiv .list-content {  width: calc(100% - 260px);  padding-left: 65px; padding-top: 20px; padding-bottom: 0px; float: left;}
.tourevent-boxdiv .list-content h3 {  font-size: 40px;  margin: 0 0 40px 0;  font-family: 'myriad pro bold';}
.tourevent-boxdiv .list-content h3 a {  color: #211b64;}
.tourevent-boxdiv.dark-blue .list-content h3 a {color: rgba(12,27,81,0.42);  }
.tourevent-boxdiv .list-content .event-info {  width: 100%;  display: flex;   margin-bottom: 60px;}
.tourevent-boxdiv .list-content .event-info div {  font-size: 16px;  color: #211b64;  margin: 0;   width: calc(100% - 230px);  padding-left: 30px;  position: relative;}
.tourevent-boxdiv.dark-blue .list-content .event-info div {color: rgba(12,27,81,0.42); }
.tourevent-boxdiv .list-content .event-info div.time {  width: 230px; padding-right: 15px;}
.tourevent-boxdiv .list-content .event-info div i {width: 20px; position: absolute; left: 0;  top: -2px; }
.tourevent-boxdiv .list-content .event-info div.time i{top: -3px;}
.tourevent-boxdiv .list-content .event-info div i img {height: 17px;  width: 17px;}
.tourevent-boxdiv .list-content .btn {/* font-size: 22px; */ font-size: 20px; font-family: 'myriad pro bold'; line-height: 1;  border-radius: 0px; border: #211b64 1px solid; color: #211b64; min-width: 110px; text-align:center;  padding: 14px 25px 10px;}
.tourevent-boxdiv .list-content .btn.fill-yellow {  background: #bf9931;  border-color: #bf9931;  color: #fff;}  
.tourevent-boxdiv .list-content .btn.fill-blue {  background: #1a2750;  border-color: #1a2750;  color: #fff;}
.tourevent-boxdiv .list-content .btn:hover {  background: #211b64;  color: #fff;  border-color: #211b64;}
.tourevent-boxdiv .list-content .right {  float: right;}
.tourevent-boxdiv .list-content .right a {  margin-left: 35px;  font-family: "myriad pro", sans-serif;}

body.modal-open {
  overflow: hidden !important;
}

.modal {  background: rgba(33, 27, 100 ,0.9);}
#event-list-info-detail.modal .close { opacity: 1; position: absolute; right: 75px; top: 90px; height: 23px; width: 23px;  background: transparent;}
#event-list-info-detail .modal-dialog { max-width: 1150px;   }
.modal-dialog .modal-content { border-radius: 0; background: #fff;  width: 100%;}
.event-info-modal { text-align: left;  width: 100%;  display:flex;  padding: 55px;}
.event-info-modal .event-left-sec { width: 260px;  text-align: center;}
.event-info-modal .event-date { padding: 30px;  height: 260px;  width: 100%;  text-align: center;  color: #fff;  background: #211b64; margin-left: 0;}
.event-info-modal .event-left-sec.bg-yellow .event-date{ background: #bf9931; }
.event-info-modal .event-left-sec.bg-light-blue .event-date{background: #cddcf7;}
.event-info-modal .event-left-sec.bg-maroon .event-date{background: #961741;}

.event-info-modal .event-date .day, .event-info-modal .event-date .month { font-size: 22px;  font-family: 'myriad pro bold';  color: #fff; line-height: 1; display: block;}
.event-info-modal .event-date .date { font-size: 100px; font-family: 'myriad pro bold'; line-height: 1.55; position: relative;}
.event-info-modal .event-date .date::after {content: "";  height: 3px;  width: 80px;  left: 50%;  bottom:22px;  transform:translate(-50%,0);  position:absolute;  background: #bf9931;}
.event-info-modal .event-left-sec.bg-yellow .event-date .date::after, .event-info-modal .event-left-sec.bg-maroon .event-date .date::after{ background: #211b64;}

.event-info-modal .event-info-content { padding-top: 25px; padding-right: 40px; width: calc(100% - 260px); padding-left: 70px;}
.event-info-modal .event-info-content h3 {  font-size: 40px;  margin: 0 0 40px 0;  font-family: 'myriad pro bold';}
.event-info-modal .event-info-content .event-info { width: 100%; display: flex; align-items: center; margin-bottom: 25px;} 
.event-info-modal .event-info-content .event-info div { font-size: 16px;  color: #211b64;  margin: 0;   width: calc(100% - 230px);  padding-left: 30px;  position: relative;} 
.event-info-modal .event-info-content .event-info div.time { width: 230px; margin-left: 0 !important; padding-right: 15px;}
.event-info-modal .event-info-content .event-info div i {width: 20px; position: absolute; left: 0;  top: -2px; }
.event-info-modal .event-info-content .event-info div.time i{top: -3px;}
.event-info-modal .event-info-content .event-info div i img {height: 17px;  width: 17px;}
.event-info-modal .event-info-content p {color: #211b64 !important;}
.event-info-modal .event-info-content .web-formdiv{margin-top: 40px;}
.event-info-modal .event-info-content .web-formdiv .form-group{margin-bottom: 25px;}
.event-info-modal .event-info-content .web-formdiv .form-control{margin-bottom: 0px; padding: 6px 15px;  height: 42px; border-radius: 0; border-color: #211b64; max-width: 560px;  color: #211b64; }
.event-info-modal .event-info-content .web-formdiv select.form-control{max-width: 340px; -webkit-appearance: none;  -moz-appearance: none;  appearance: none; background: url('../images/form-select-arrow.png') no-repeat right 15px center;}
.event-info-modal .event-info-content .web-formdiv label{font-size: 16px; line-height: 24px; color: rgba(12,27,81,0.8);}
.event-info-modal .event-info-content .web-formdiv button[type="button"], .event-info-modal .event-info-content .web-formdiv input[type="submit"], .event-info-modal .event-info-content .web-formdiv button[type="submit"]{    background: #211b64;  border-radius: 0;  color: #fff; font-family: 'myriad pro bold'; min-width: 146px; font-size: 18px; padding: 8px 15px; margin-top: 10px;}

/* 18- aug 2022  */
footer{
    background-color: #fff;
    border-top: 10px solid #009490;
}
footer p,
footer .footer-links li a,
footer .sitemap-links h2,
footer .sitemap-links address,
header.sticky nav.navbar li a, .contact-open header nav.navbar li a, .search-open header nav.navbar li a, .portal-open header nav.navbar li a, .quicklinks-open header nav.navbar li a,p,.general-page .general-content ul li, .general-page .general-content ol li, .general-page .history-section ul li, .general-page .history-section ol li, .general-page .history-detail-right ul li, .general-page .history-detail-right ol li,.general-page .general-content .download-link a,.left-sidebar .event-list .events .single-event .event-date .year,
.general-page .general-content table tbody td a,.fc-calendar .fc-row > div > span.fc-date,.left-sidebar .event-list .events .single-event .event-date .date,.left-sidebar .event-list .events .single-event .event-date .month,
.general-page .history-section h1,.tourevent-boxdiv .list-content .btn,.tourevent-boxdiv .list-content .event-info div,
#event-calendar-page .right-section .section-title,.fc-calendar .fc-head > div,
#event-calendar-page .right-section .events-container .event-item .date,#event-calendar-page .left-section .links a,
#event-calendar-page .right-section .events-container .event-item .event-name,.custom-header h2, .custom-header h3,
#newsletter-page.v2 .section-title,#newsletter-page.v2 .newsletter-calendar .view-calendar,
#newsletter-page .right-section .border-bottom.content-section ul li a,
#newsletter-page.v2 .newsletter-calendar .view-calendar .text{
    color: #211b64;
}
footer .footer-links li a:hover,
.left-sidebar .facebook-container h3,#previous-editions-page .right-section .previous-editions-container .edition .sub-title{
    color: #009490;
}
footer .footer-links li:first-child{
    border-right-color: #211b64;
}
footer .sitemap-links h2,
.home-banner .slider-item .text h1,
header .navigation-dropdown .nav-drop-container .social-icons h2,
.general-page .slider h1,#event-calendar-page .banner h2,
.general-page .history-section h1,#newsletter-page.v2 .pageTitle h2,
.general-page .general-content h1,#previous-editions-page .right-section .section-title,
#previous-editions-page .banner h2,#newsletter-page .banner h2,.general-page .general-content h2,
#newsletter-page.v2 .section-title,#newsletter-page.v2 .newsletter-calendar h1,header .drop-down-menu h2{
    font-family: 'Superior Title';
    font-weight: 700;
}
footer .social-icon a i{
    background-color: #7fcbbf;
}
header.sticky nav.navbar li:last-child, .contact-open header nav.navbar li:last-child, .search-open header nav.navbar li:last-child, .portal-open header nav.navbar li:last-child, .quicklinks-open header nav.navbar li:last-child,
header nav.navbar li:last-child,
h1::before,.tourevent-boxdiv .event-date .date::after,
.general-page .above-footer .links .content ul li:hover::before,
.tourevent-boxdiv .list-content .btn.fill-yellow,#newsletter-page .right-section .border-bottom.content-section ul li a span::after,
.tourevent-boxdiv.bg-green .event-date .date::after,.home-page .latest-news .card .card-body h5::before,
.event-info-modal .event-left-sec.bg-green .event-date .date::after{
    background: #009490;
}
.tourevent-boxdiv .list-content .btn.fill-yellow,
.tourevent-boxdiv.bg-green .event-date,
.event-info-modal .event-left-sec.bg-green .event-date,
.event-info-modal .event-date .date::after{
    border-color: #009490;
}
header.sticky nav.navbar, .contact-open header nav.navbar, .search-open header nav.navbar, .portal-open header nav.navbar, .quicklinks-open header nav.navbar,
header{
    background: #fff;
}
header.sticky nav.navbar li:last-child a svg path, .contact-open header nav.navbar li:last-child a svg path, .search-open header nav.navbar li:last-child a svg path, .portal-open header nav.navbar li:last-child a svg path, .quicklinks-open header nav.navbar li:last-child a svg path {
    fill: #fff;
}
header.white nav.navbar li a.nav-link,
#newsletter-page.v2 .section-title .prev-edition-link .text{
    color: #fff;
}
header.sticky nav.navbar li:last-child::before, .contact-open header nav.navbar li:last-child::before, .search-open header nav.navbar li:last-child::before, .portal-open header nav.navbar li:last-child::before, .quicklinks-open header nav.navbar li:last-child::before,
header nav.navbar li:last-child::before,
#newsletter-page .right-section .border-bottom.content-section ul li a{
    border-bottom-color: #009490;
}
header.sticky nav.navbar li:last-child a, .contact-open header nav.navbar li:last-child a, .search-open header nav.navbar li:last-child a, .portal-open header nav.navbar li:last-child a, .quicklinks-open header nav.navbar li:last-child a,header nav.navbar li:last-child a {
    color: #fff !important;
}
header .footer-logo .footer-image img {
    max-width: 300px;
    width: 100%;
}
header{border-bottom: 0;}
header nav.navbar li a.nav-link{font-size: 14px;}
header nav.navbar li svg,
header.sticky nav.navbar li a svg, .contact-open header nav.navbar li a svg, .search-open header nav.navbar li a svg, .portal-open header nav.navbar li a svg, .quicklinks-open header nav.navbar li a svg{
    fill: #211b64;
}
header nav.navbar li:first-child:hover::before, header nav.navbar li:nth-child(2):hover::before{
    background: #bf9931;
}
.home-banner .slider-item .text h1{
    filter: drop-shadow(1.928px 2.298px 3.5px rgba(0,0,0,0.3));
    color: #ffffff;
    font-weight: bold;
}
#loader,body.navigation-open header nav.navbar,
.general-page .general-content table tbody tr:nth-child(odd){
    background-color: #fff;
}
header nav.navbar li:nth-child(3)::before,header.sticky nav.navbar li:nth-child(3)::before,
.home-page .latest-news,
#event-calendar-page .left-section,
.tourevent-boxdiv .list-content .btn.fill-yellow:hover,
.tourevent-boxdiv .event-date,.left-sidebar{
    background-color: #211b63;
}
header #google-translate-btn p.google-translate,
header .navigation-dropdown .navigation-content .nav-content ul li.drop-down > ul.sub-sub-menu li:hover a, header .navigation-dropdown .navigation-content .nav-content ul li.drop-down > ul.sub-sub-menu li.active a,
.general-page .general-content p a,.general-page .general-content h4 a, .general-page .general-content h3 a, .general-page .general-content h5 a,
.general-page .general-content table tbody td a:hover,
.general-page .general-content .download-link a:hover,
#event-calendar-page .left-section .links a:hover{
    color: #c09a32;
}
header .navigation-dropdown .navigation-content:hover h2 a{
    color: #c09a32 !important;
}
header .contact-form h5::after{
    background: #c09a32;
}
header .navigation-dropdown .navigation-content .nav-content ul li.drop-down span.arrow-subli, header .navigation-dropdown .navigation-content .nav-content ul li.drop-down span.arrow-mobileli{
    background-image: url(../images/nav-arrow.svg);
}
header .navigation-dropdown .navigation-content .nav-content ul li a::after,
header .drop-down-menu ul li::after,
header .navigation-dropdown .nav-drop-container .social-icons a i,
.general-page .testimonial #text::before,
#event-calendar-page .right-section .events-container .event-item .date .underline{
    background-color: #c09a32;
}
header .contact-form #openContactForm h5::before{
    border-right-color: #c09a32;
    border-top-color: #c09a32;
}
.fc-calendar .fc-row .fc-content .fc-date{
    border-color: #c09a32 !important;
}
.fc-calendar .fc-row .fc-content.fc-today .fc-date{
    background-color: #c09a32 !important;
}
.general-page .general-content table tbody th, .general-page .general-content table tbody td{
    border-top-color: #c09a32;
    border-bottom-color: #c09a32;
    padding: 19px 30px;
}
.feature-text{
    border-left-color: #009490;
}
header .navigation-dropdown .nav-drop-container::before{
    content: "";
    position: absolute;
    left: 0;
    height: 40%;
    width: 100%;
    background: rgb(12,27,81);
    background: linear-gradient(180deg, rgba(12,27,81,0.84) 0%, rgba(255,255,255,0) 100%);
    z-index: -1;
}
.general-page .above-footer .links{
    background: #ebebeb;
}
.general-page .testimonial #text p{
    font-family: "myriad pro", sans-serif;
    font-size: 22px;
    font-weight: 400;
}
.general-page .general-content table tbody tr:nth-child(even) {
    background: #f1f0f1;
}
.general-page .general-content .download-link a {
    font-size: 20px;
    font-family: "myriad pro", sans-serif;
}
#newsletter-page.v2 .newsletter-calendar .view-calendar .text{
    font-family: "myriad pro", sans-serif;
    font-weight: 400;
}
.general-page .history-section h1::before {
    top: 50px;
}
#event-calendar-page .right-section .events-container .event-item .event-name{
    font-size: 23px;
}
#event-calendar-page .right-section .events-container .event-item,
#event-calendar-page .left-section .links a,
.quick-links .col, #newsletter-page.v2 .pageTitle .prev-edition-link,
#newsletter-page.v2 .newsletter-calendar .view-calendar{
    background-color: #ebebeb;
}
body .ui-tooltip{
    filter: drop-shadow(3.277px 2.294px 3px rgba(0,0,0,0.42)) !important;
    background-color: #009490 !important;
    border: 0 !important;
    font-weight: 400 !important;
    box-shadow: none !important;
}
body .ui-tooltip .ui-tooltip-content{font-size: 14px;font-family: "myriad pro bold", sans-serif;font-weight: 400;}
#event-calendar-page .left-section{ border: 0;}
.tourevent-boxdiv .list-content .btn.fill-yellow:hover,
.tourevent-boxdiv .list-content .btn.fill-blue,
.tourevent-boxdiv .list-content .btn,
.tourevent-boxdiv .list-content .btn:hover{
    border-color: #211b63;
}
.tourevent-boxdiv .list-content .btn.fill-blue,
.tourevent-boxdiv .list-content .btn:hover{
    background: #211b63;
}
.left-sidebar .event-list .title .underline,#previous-editions-page .right-section .previous-editions-container .edition .title .line,#newsletter-page.v2 .section-title::before,#newsletter-page.v2 .newsletter-calendar h1::before,
#newsletter-page.v2 .section-title .prev-edition-link{
    background-color: #009490;
}
#previous-editions-page .right-section .previous-editions-container .edition .bottom-section{display: none;}
.left-sidebar .facebook-container h3 span {font-size: inherit;}
#previous-editions-page .banner h2,#newsletter-page .banner h2,
#event-calendar-page .banner h2 {font-size: 55px;}

#newsletter-page.v2 .section-title .prev-edition-link img{
    filter: brightness(0) invert(1);
}
#newsletter-page.v2 .section-title .prev-edition-link{
    display: inline-block !important;
    float: none;
}
footer .footer-logo .footer-image img{
    width: 100%;
	max-width: 80%;
    margin-left: 60px;
}
.fitler-events-container{margin-bottom:10px;max-width:333px;}
.fitler-events-container .filter-item{
	font-size:24px;
	color:#FFF;
	background:#009490;
	font-weight:300;
	font-family:"myriad pro", sans-serif;
	padding:8px 10px;
	border:1px solid #009490;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
} 
.fitler-events-container .filter-item:hover,
.fitler-events-container .filter-item.active{
	background:#FFF;
	color:#211b64;
}
footer .footer-left .footer-logo .footer-image{width:100%;}

/* 2024  */
/* emloyess page css start  */
.emp-module {
    margin-bottom: 100px;
}
.emp-module .container {
    padding: 0 15px;
    max-width: 1460px;
    width: 100%;
    margin: 0 auto;
}
.emp-module .row{
    row-gap: 54px;
    margin: 0 -27px;
}
.emp-module .row>div{
    padding: 0 27px;
}
.emp-module .emp-block {
    background-color: #EBEBEB;
    background-image: url(../images/em-bg-dark.png);
    background-position: left top;
    background-repeat: no-repeat;
    height: 100%;
}
.emp-module .emp-bottom {
    padding: 13px 10px 17px;
}
.emp-module .bottom-desc {
    padding: 25px 10px 0;
}
.emp-module .bottom-desc p{
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}
.emp-module .emp-bottom .date{
    font-size: 18px;
    line-height: normal;
}
.emp-module .emp-bottom .date span{
    color: #009490;
}
.emp-module .emp-bottom .btn-arrow {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-color: #009490;
    border-radius: 100%;
    text-align: center;
    line-height: 30px;
    padding: 0px 0px 0px 2px;
}
.emp-module .emp-wrp{
    padding: 15px;
    min-height: 304px;
}
.emp-module .emp-wrp .vacancy {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    background-color: #009490;
    padding: 11px 10px 8px;
    display: inline-block;
}
.emp-module .emp-block.gray{
    background-image: url(../images/emp-bg-gray.png);
    background-position: right 5px;
}
.emp-module .emp-block.blue{
    background-image: none;
}
.emp-module .emp-block.gray .emp-wrp .title,
.emp-module .emp-block.gray .emp-wrp p{
    color: #009490;
}
.emp-module .emp-block.blue .emp-wrp{
    background-image: url(../images/emp-bg-dark.png);
    background-position: 0% 75%;
    background-repeat: no-repeat;
    background-color: #211B64;
}
.emp-module .emp-block.green .emp-wrp{
    background-image: url(../images/emp-bg-green.png);   
    background-position: 100% 85%;
    background-repeat: no-repeat;
    background-color: #009490;
}
.emp-module .emp-block.green .emp-wrp .vacancy{
    background-color: #211B64;
}
.emp-module .emp-wrp .title {
    color: #FFF;
    font-size: 42px;
    font-weight: 700;
    line-height: normal;
    margin: 35px 0 15px;
    letter-spacing: 1px;
}
.emp-module .emp-wrp p{
    color: #FFF;
    font-size: 22px;
    font-weight: 400;
    line-height: normal;
    min-height: 81px;
}
.emp-module .emp-wrp>:last-child,
.emp-module .bottom-desc>:last-child{
    margin-bottom: 0;
}
/* emloyess page css end  */

/* emloyement detail page css start*/
.emp-detail .container{
    max-width: 1920px;
    padding: 0 55px;
}
.emp-detail .col-left{
    padding: 100px 80px 50px 15px;
}
.emp-detail .col-right{
    padding: 84px 15px 150px 80px;
}
.emp-detail .emp-detail-wrp{
   /* max-width: 846px; */
}
.emp-detail .col-left:before {
    z-index: -1;
    content: "";
    position: absolute;
    right: 0;
    width: 100vw;
    height: 100%;
    top: 0;
    background-color: #EBEBEB;
}
.emp-detail .emp-date p,
.emp-detail .emp-date ul li a{
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 25px;
}
.emp-detail .emp-date ul li a {
    color: #211B64;
    padding-left: 58px;
    background-image: url(../images/pdf-icon.svg);
    background-repeat: no-repeat;
    background-position: left center;
    min-height: 45px;
    display: flex;
    align-items: center;
    line-height: normal;
}
.emp-detail .emp-date {
    max-width: 410px;
}
.emp-detail .emp-date ul li a:hover{
    color: #c09a32;
}
.emp-detail .emp-date ul{
    list-style: none;
    padding: 0;
}
.emp-detail .pdf-list {
    margin-bottom: 40px;
}
.emp-form .row{
    margin: 0 -15px;
}
.emp-form .group-filed .placeholder {
    color: #009490;
    font-size: 16px;
    font-weight: 500;
    line-height: 184.237%;
    font-family: "myriad pro", sans-serif;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    padding: 0 15px;
}
.emp-form div[data-field-type="dropdown"] .group-filed .placeholder,
.emp-form div[data-field-container="jobTitle"] .group-filed .placeholder{
	top: 4px;
    transform: unset;
    font-weight: 300;
    font-size: 14px;
} 
.emp-form .group-filed {
    border-radius: 8px;
    background: #EAE8EC;
    padding: 19px 0;
    height: 64px;
    margin-bottom: 24px;
}
.emp-form .form-control{
    border: 0;
    font-weight: 500;
    line-height: 184.237%;
    color: #211B64;
    font-family: "myriad pro", sans-serif;
    position: absolute;
    background-color: transparent;
    padding: 0 15px;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    z-index: 1;
}
.emp-form .group-filed.active textarea.form-control{
	padding-top:20px;
}
.emp-form select.form-control{
    appearance: none;
    background-image: url(../images/down-arrow.svg);
    background-repeat: no-repeat;
    background-position: 95% 54%;
    padding: 5px 35px 0 15px;
}
.emp-form .group-filed.active .placeholder{
    top: 4px;
    transform: unset;
    font-weight: 300;
    font-size: 14px;
}
.emp-form .form-control:focus{
    box-shadow: none;
}
.emp-form h5 {
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 12px;
    margin-top: 20px;
}
.emp-form h6 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
}
.emp-form .add-link {
    color: #009490;
    font-family: "myriad pro", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 184.237%;
    display: block;
    margin-bottom: 24px;
}
.emp-detail-wrp .general-page .general-content p a{
    color: #009490;
}
.emp-form .add-link:hover,
.emp-detail-wrp .general-page .general-content p a:hover{
    color: #c09a32;
}
.emp-form #file-upload,
.emp-form .file-box input[type="file"]{
    display: none;
}
.emp-form .drag-drop, .emp-form .input-file-filed {
    border-radius: 8px;
    border: 1px dashed #009490;
    padding: 63px 10px 10px;
    text-align: center;
    background-image: url(../images/upload-cloud.svg);
    background-repeat: no-repeat;
    background-position: 50% 8px;
    min-height: 118px;
}
.emp-form .drag-drop  input[type="file"] {
    display: none;
}
.emp-form .drag-drop label {
    display: block;
    cursor: pointer;
    color: #009490;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.2;
    margin: 0;
    font-family: "myriad pro", sans-serif;
}
.emp-form .drag-drop label b{
    font-weight: 500;
}
.emp-form .file-box {
    padding: 12px 10px;
    border-radius: 8px;
    background-color: #F5F4F7;
    margin-bottom: 24px;
}
.emp-form .input-file-filed label {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 184.237%;
    font-family: "myriad pro", sans-serif;
    margin: 5px 0 0;
}
.emp-form h4{
    font-size: 28px;
    margin: 25px 0 15px;
}
.emp-form .form-check-label {
    font-size: 16px;
    font-family: "myriad pro", sans-serif;
    margin: 8px 0;
    cursor: pointer;
	color:#211B64;
}
.emp-form .form-check {
    margin-bottom: 22px;
}
.emp-form .form-check-input {
    appearance: none;
    border: 1px solid #009490;
    background-color: #F5F4F7;
    width: 32px;
    height: 32px;
    margin-left: 0;
    left: 0;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
}
.emp-form .form-check-input.align-top{top:30px;}
.emp-form .form-check {
    margin-bottom: 12px;
    padding-left: 45px;
}
.emp-form .form-check-input[type="checkbox"]:checked{
    background-color: #009490;
    background-image: url(../images/checked.svg);
    background-position: center;
    background-repeat: no-repeat;
}
.emp-form .checklist-box{
    margin-bottom: 15px;
}
.emp-form div[data-field-type="checkbox"]{padding-bottom:0;}
.emp-form div[data-field-type="checkbox"] .checklist-box{
    margin-bottom: 0;
}
.emp-form .form-lable {
   font-family: "myriad pro", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 184.237%;
    margin-bottom: 15px;
	color:#211B64;
}
.emp-form .form-check-input[type="radio"]{
    border-radius: 100%;
}
.emp-detail .emp-detail-wrp >.general-page>.general-content {
    margin-top: 0;
}
.emp-form .form-check-input[type="radio"]:checked{
    box-shadow: inset 0 0 0 7px #009490;
}
.emp-form input[type="submit"], .emp-form button[data-freeform-action="submit"],
.emp-form button{
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    font-family: "myriad pro", sans-serif;
    border-radius: 8px;
    background-color: #009490;
    border: 1px solid #009490;
    padding: 19px 30px;
    transition: all 0.4s;
    margin-top: 30px;
}
.emp-form input[type="submit"]:hover{
    color: #009490;
    background-color: transparent;
}
.emp-form ul.freeform-errors{
	/*position: absolute;*/
	bottom: -50px;
	left: 0;
	padding-left: 20px;
	color: #FF0000;
}
.emp-form .freeform-fieldtype-radios{
	position:relative;
}
.emp-form .freeform-fieldtype-radios ul.freeform-errors{
	bottom:0;
}
.emp-form button[data-signature-clear]{
	width: auto;
    height: auto;
    position: relative;
    display: block;
    margin: 15px 0 0 !important;
    background: #CCC;
}
.loading{
	display:none;
	background-image:url(/images/dark-loader.gif);
	background-position:center;
	background-repeat:no-repeat;
	background-size:50px;
	background-color:rgba(255,255,255,0.8);
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	z-index:99;
}
.prev-employer2, .prev-employer3,
.qualification2, .qualification3,
.interest2, .interest3, .referee-3{
	display:none;
}
/* emloyement detail page css end*/

#gtranslate-btn-mobile{display:none;}
.gtanslate-cont{
position: absolute;
z-index:2;
display:none;
} 
#gtranslate-btn-newsletter{
display:none;
padding-top: 10px;
padding-bottom: 9px;
padding-right: 12px;
padding-left: 12px;
font-family: "Poppins", sans-serif;
color: #211b64;
text-transform: uppercase;
text-align:center;
}
#gtranslate-btn-newsletter svg{
height: 24px;
margin-bottom: 6px;
}
#gtranslate-btn-newsletter span{
float: left;
width: 100%;
display: block;
}
header.newsletter #gtranslate-btn-newsletter{display:inline-block;}
header.newsletter nav.navbar > a:first-child{margin-right:auto;}
header.newsletter .gtanslate-cont{
	top: 80px;
    right: 350px;
}
@media only screen and (max-width: 1400px){
   footer .footer-links, footer .footer-left p { margin-left: 95px; }
    .emp-detail .col-right {
        padding: 84px 15px 90px 70px;
    }
}
@media only screen and (max-width: 1366px){
    .emp-module .row>div {
        padding: 0 10px;
    }
    .emp-module .row {
        row-gap: 20px;
        margin: 0 -10px;
    }
}
@media only screen and (max-width: 1199.98px){
  header.newsletter .gtanslate-cont{top: 60px;right: 280px;}
  .college-tour-event-wrap {  max-width: 960px;}
  .tourevent-boxdiv .list-content {  padding-left:40px;  padding-top: 15px;}
  .tourevent-boxdiv .list-content h3 {  margin: 0 0 35px 0;}
  .tourevent-boxdiv .list-content .event-info{margin-bottom: 50px;}
  .tourevent-boxdiv .list-content .btn{font-size: 18px;}
  .tourevent-boxdiv .list-content .right a {  margin-left: 18px;}
  #event-list-info-detail .modal-dialog {   max-width: 90%;}
  .event-info-modal .event-info-content{padding-right: 0; padding-left: 50px;}
  header .footer-logo .footer-image img{
    max-width: 190px;
  }
  footer .footer-left .footer-logo .footer-image img{width:auto;max-width:80%;}
  footer .footer-links, footer .footer-left p{margin-left:95px;}
    .emp-module .emp-wrp .title{
        font-size: 30px;
    }
    .emp-module .emp-wrp p{
        min-height: 72px;
        font-size: 20px;
    }
    .emp-module .emp-wrp{
        min-height: 261px;
    }
    .emp-detail .container{
        padding: 0 20px;
    }
    .emp-detail .col-left {
        padding: 40px 20px 30px 15px;
    }
    .emp-detail .col-right {
        padding: 15px 15px 30px 30px;
    }
    .emp-form input[type="submit"]{
        margin-top: 10px;
    }
}
@media only screen and (max-width: 1024px){		
	footer .footer-left .footer-logo .footer-image img{max-width:90%;margin-left:0;}
	footer .footer-links, footer .footer-left p{margin-left:15px;}
    .college-tour-event-wrap {  max-width: 940px;}
    .tourevent-boxdiv .event-date {  height: 240px;   width: 240px; padding: 25px;}
    .event-info-modal .event-date{height: 240px;}
    .event-info-modal .event-left-sec{width: 240px;}
    .tourevent-boxdiv .list-content {  width: calc(100% - 240px);}
    .tourevent-boxdiv .event-date .date{font-size: 92px;}
    .tourevent-boxdiv .list-content {  padding-left: 40px; }
    .event-info-modal{padding: 40px;}
    .event-info-modal .event-info-content h3{font-size: 36px;}
    #event-list-info-detail.modal .close{top: 30px; right: 30px;}
    .event-info-modal .event-date .date{font-size: 90px;}
}

@media only screen and (max-width: 991.98px){
    header .navigation-dropdown .navigation-content.show-submenu .top-menu h4{color: #bf9931;}
    header .navigation-dropdown .navigation-content .nav-content ul li.drop-down span.arrow-mobileli{display: block;top: 4px; margin-top: 0;}
    header .navigation-dropdown .navigation-content .nav-content ul li.drop-down span.arrow-subli{display: none;}
    header .navigation-dropdown .navigation-content .nav-content ul li.drop-down{padding-right: 30px;}
    header .navigation-dropdown .navigation-content .nav-content ul li.drop-down a{padding-right: 0px;}

    .tourevent-boxdiv .event-date {  height: 200px;   width: 200px; padding: 20px;}
    .tourevent-boxdiv .list-content {  width: calc(100% - 200px);}
    .tourevent-boxdiv .event-date .date{font-size: 84px;     line-height: 1.4;}
    .tourevent-boxdiv .event-date .date::after{bottom: 15px;}
    .tourevent-boxdiv .list-content {  padding-left: 30px;  }
    .tourevent-boxdiv .list-content h3{font-size: 36px;}
    .tourevent-boxdiv .event-date .day, .tourevent-boxdiv .event-date .month{font-size: 20px;}
    .tourevent-boxdiv .list-content .btn { font-size: 18px; padding: 14px 20px 10px;}
    .tourevent-boxdiv .list-content h3 {   margin: 0 0 25px 0px;}
    .tourevent-boxdiv .list-content .event-info {   margin-bottom: 35px;}
    .tourevent-boxdiv .list-content .right {   float: none;   margin-top: 15px;}
    .tourevent-boxdiv .list-content .right a {   margin-left: 0px; margin-right: 18px;}
    .tourevent-boxdiv .list-content .right a:last-child {   margin-left: 0px; margin-right: 0px;}
    .event-info-modal .event-date{height: 210px; padding: 20px;}
    .event-info-modal .event-left-sec{width: 210px;}
    .event-info-modal .event-date .date{font-size: 84px;     line-height: 1.5;}
    .event-info-modal .event-date .date::after{bottom: 15px;}
    .event-info-modal .event-date .day, .event-info-modal .event-date .month{font-size: 20px;}
    .event-info-modal {   padding: 30px;}
    .event-info-modal .event-info-content {  padding-top: 15px; padding-right: 0;   padding-left: 35px;   width: calc(100% - 210px);}
    .event-info-modal .event-info-content .event-info{display: block;     margin-bottom: 15px;}
    .event-info-modal .event-info-content .event-info div{width: 100%;}
    .event-info-modal .event-info-content .event-info div.time{padding-right: 0; margin-bottom: 15px; width: 100%;}
    .event-info-modal .event-info-content h3{font-size: 32px;     margin: 0 0 30px 0;}
    .event-info-modal .event-info-content p {   font-size: 14px;    line-height: 24px;}
    .event-info-modal .event-info-content .web-formdiv .form-control{height: 36px;}
    .event-info-modal .event-info-content .web-formdiv .form-group {   margin-bottom: 20px;}
    .event-info-modal .event-info-content .web-formdiv input[type="submit"], .event-info-modal .event-info-content .web-formdiv button[type="submit"] {    min-width: 130px;    font-size: 16px;    padding: 7px 15px;}
    header .navigation-dropdown .navigation-content.show-submenu .top-menu h4{
        color: #c09a32;
    }
    .emp-detail .container {
        padding: 0 15px;
    }
    .emp-detail .emp-date ul li a{
        background-size: 30px;
        padding-left: 40px;
    }
    .emp-detail .col-left:before{
        left: -15px;
        right: auto;
    }
    .emp-detail .col-right {
        padding: 15px 15px 30px 15px;
    }
}
@media only screen and (max-width: 769px){
    .emp-module {
        margin-bottom: 70px;
    }
}
@media only screen and (max-width: 767px){
   #gtranslate-btn-mobile{display:block;margin-right:20px;}
   header.newsletter #gtranslate-btn-newsletter{display:none;}
   .gtanslate-cont {
		left: auto !important;
		right: 20px !important;
		top: 60px !important;
	}
	 header.newsletter .gtanslate-cont{    
	 top: 60px !important;
    right: 110px !important;
	}
  .college-tour-event-wrap{margin: 60px auto 0;}
  .tourevent-boxdiv .event-date{width: 100%; float: none;}
  .tourevent-boxdiv .list-content {  width: 100%;  padding-left: 0;   float: none; padding-top: 20px;}
  .tourevent-boxdiv .list-content .right {   float: right;   margin-top: 0px;}
  .tourevent-boxdiv .list-content .right a {   margin-left: 10px; margin-right: 0px;}
  .tourevent-boxdiv .list-content .right a:last-child {   margin-left: 10px; margin-right: 0px;}
  .tourevent-boxdiv .list-content .btn{min-width: 100px;}
  .event-info-modal{display: block;}
  .event-info-modal .event-left-sec{width: 100%;}
  .event-info-modal .event-info-content{width: 100%; padding-left: 0; padding-top: 20px;}
  #event-list-info-detail.modal .close {   top: 10px;    right: 10px;}
  #event-list-info-detail .modal-dialog {   max-width: 100%;    margin: 25px;}
  header nav.navbar{
    background: #fff;
  }
  header nav.navbar > a:first-child{margin-right:auto;}
  header nav.navbar .navbar-toggler .cls-1,
  header.sticky nav.navbar .navbar-toggler .cls-1, .contact-open header nav.navbar .navbar-toggler .cls-1, .search-open header nav.navbar .navbar-toggler .cls-1, .portal-open header nav.navbar .navbar-toggler .cls-1, .quicklinks-open header nav.navbar .navbar-toggler .cls-1{
      fill: #211b64;
  }
  #previous-editions-page .banner h2 {
    font-size: 42px;
    margin-bottom: 60px;
  }
  #event-calendar-page .banner h2{
    font-size: 42px;
  }
  footer .footer-links, footer .footer-left p{margin-left:0;}
    .emp-module {
        margin: 45px 0;
    }
    .emp-module .emp-wrp .title{
        margin: 25px 0 10px;
    }
    .emp-module .emp-wrp .title {
        font-size: 38px;
    }
    .emp-module .emp-wrp p {
        min-height: auto;
        font-size: 18px;
    }
    .emp-module .bottom-desc {
        padding: 10px 10px 0;
    }
    .emp-module .emp-wrp {
        min-height: 234px;
    }
    .emp-detail .col-left {
        padding: 30px 5px 0px 5px;
    }
    .emp-detail .emp-detail-wrp .general-page {
        padding-top: 0;
    }
    .emp-detail .emp-detail-wrp .general-page .general-content {
        background-color: transparent;
        padding-top: 15px;
    }
    .emp-detail .col-right {
        padding: 15px 5px 50px 5px;
    }
    .emp-form .checklist-box {
        margin-bottom: 25px;
    }
    .emp-form .general-content h1 {
        margin: 0 0 10px !important;
        padding-top: 20px;
    }
    .emp-form .general-content h1::before{
        top: 0 !important;
        height: 3px;
    }
}
@media only screen and (max-width: 600px){
    .tourevent-boxdiv .list-content .right {   float: none;   margin-top: 15px;}
    .tourevent-boxdiv .list-content .right a {   margin-left: 0px; margin-right: 18px;}
    .tourevent-boxdiv .list-content .right a:last-child {   margin-left: 0px; margin-right: 0px;}
}
@media only screen and (max-width: 480px){
    .tourevent-boxdiv .list-content h3{font-size: 32px;}
    .tourevent-boxdiv .list-content .event-info{display: block;}
    .tourevent-boxdiv .list-content .event-info div{width: 100%;}
    .tourevent-boxdiv .list-content .event-info div.time{padding-right: 0; width: 100%; margin-bottom: 15px;}
    .tourevent-boxdiv .list-content .right{margin-top: 0;}
    .tourevent-boxdiv .list-content .right a{margin: 15px 0 0 0 !important;}
    .tourevent-boxdiv .list-content .btn{font-size: 16px;}
    #event-list-info-detail .modal-dialog {   max-width: 100%;    margin: 15px;}
    .event-info-modal{padding: 25px;}
    .event-info-modal .event-info-content h3{font-size: 28px;    margin: 0 0 25px 0;}
}
@media only screen and (max-width: 360px){
    .event-info-modal{padding: 20px;}
    .tourevent-boxdiv .list-content h3{font-size: 28px;}
    .event-info-modal .event-info-content h3{font-size: 24px;}
    .emp-module .emp-wrp .title {
        font-size: 28px;
    }
    .emp-module .emp-wrp p{
        font-size: 16px;
    }
}