@font-face {
  font-family: 'TaubSansSuper';
  src: url("../assets/fonts/TaubSans-Super.woff2") format('woff2'),
       url("../assets/fonts/TaubSans-Super.woff") format('woff'),
	   url("../assets/fonts/TaubSans-Super.svg") format('svg');
}

@font-face {
  font-family: 'TaubSansBold';
  src: url("../assets/fonts/TaubSans-Bold.woff2") format('woff2'),
       url("../assets/fonts/TaubSans-Bold.woff") format('woff'),
	   url("../assets/fonts/TaubSans-Bold.svg") format('svg');
}

@font-face {
  font-family: 'TaubSansMedium';
  src: url("../assets/fonts/TaubSans-Medium.woff2") format('woff2'),
       url("../assets/fonts/TaubSans-Medium.woff") format('woff'),
	   url("../assets/fonts/TaubSans-Medium.svg") format('svg');
}

@font-face {
  font-family: 'TaubSansHeavy';
  src: url("../assets/fonts/TaubSans-Heavy.woff2") format('woff2'),
       url("../assets/fonts/TaubSans-Heavy.woff") format('woff'),
	   url("../assets/fonts/TaubSans-heavy.svg") format('svg');
}

@font-face {
  font-family: 'TaubSansLight';
  src: url("../assets/fonts/TaubSans-Light.woff2") format('woff2'),
       url("../assets/fonts/TaubSans-Light.woff") format('woff'),
	   url("../assets/fonts/TaubSans-Light.svg") format('svg');
}

@font-face {
  font-family: 'TaubDisplay-20';
  src: url("../assets/fonts/TaubDisplay-20.woff2") format('woff2'),
       url("../assets/fonts/TaubDisplay-20.woff") format('woff'),
	   url("../assets/fonts/TaubDisplay-20.svg") format('svg');
}

@font-face {
  font-family: 'TaubSansDisplayBold';
  src: url("../assets/fonts/TaubDisplay-30.woff2") format('woff2'),
       url("../assets/fonts/TaubDisplay-30.woff") format('woff'),
	   url("../assets/fonts/TaubDisplay-30.svg") format('svg');
}

/*Variables*/

:root {
    /*Orange rose */
    --primary: #f2635d;

    /*Blue Footer and Menu*/
    --secondary: #121c4e;

    /*White*/
    --third: #FFFFFF;

    /*Black for Text*/
    --fourth: #222222;
    
}

body {
    height: 100vh;
}

footer {
    position: fixed!important;
    bottom: 0;
    width: 100%;
    color: white;
    background-color: var(--secondary);
    font-size: 12px;
    transition: color .5s linear;
    transition: background .5s linear;

}

.navbar {
    padding: 0;
}

.white {
    color: var(--secondary);
    background-color: white;
}

h1 {
    text-align: center;
    font-family: 'TaubSansMedium';
    font-size: 1.5rem;
}


h2 {
    text-align: center;
    font-family: 'TaubSansBold';
    font-size: 4.9vw;
    color: var(--secondary);
    margin-bottom: 15px;
}

h3 {
    text-align: center;
    font-family: 'TaubSansBold';
    font-size: 16px;
    color: var(--secondary);
}

p {
    text-align: center;
    font-family: 'TaubSansLight';
    font-size: 4vw;
}


p>span {
    color: var(--primary);
}

.icon-red-text {
    font-family: 'TaubDisplay-20';
    font-size: 3vw;
}

.icon-blue-text {
    font-family: 'TaubSansBold';
    color: #274291;
    font-size: 3vw;
}


.menu {
    font-family: 'TaubSansRegular';
    color: white;
}

.featuresMenu,
.verticalsMenu,
.resourcesMenu {
    display: none;
}

.menuOpen {
    /*background: #1f347f;*/
    background: var(--secondary);
    width: 44px;
    position: relative;
    height: 40px;
    display: block;
    padding: 0px;
    cursor: pointer;
    float: right;
}
.open {
        cursor: pointer;
    position: relative;
    top: 18px;
    display: block;
    background: #fff;
    width: 30px;
    height: .4vh;
    /* position: absolute; */
    /* margin-left: 1.57vw; */
    left: 7px;
    border-radius: .2vh;
    transition: all .4s;
    -webkit-transition: .4s;
}
.open:before {
    content: "";
    top: -8px;
    display: block;
    background: #fff;
    width: 30px;
    height: .4vh;
    position: absolute;
    /*margin-left: 1.57vw;*/
    left: 0;
    border-radius: .2vh;
    transition: all .4s;
    -webkit-transition: .4s;
}
.open:after {
    content: "";
    top: 8px;
        display: block;
    background: #fff;
    width: 30px;
    height: .4vh;
    position: absolute;
    /*margin-left: 1.57vw;*/
    left: 0;
    border-radius: .2vh;
    transition: all .4s;
    -webkit-transition: .4s;
}


/*ADP Logo Format*/

.adp-logo {
    /*max-width: 3.5rem;*/
    width: 23vw;
    margin: 0px;
}
.adp-logo-anim{
    margin-left: 4vw;
    margin-top: 4vw;   
}
/*Removing Hyperlink Format*/

a {
    text-decoration: none;
    color: none;
}

/*Divs Background Color*/

.grey {
    background-color: #fafafa;
    /*height: 100vw;*/
    margin-bottom: 10px;
    /*margin-left: 5px;*/
    /*margin-right: 5px;*/
}

/**/

.grey {
    /*height: 100vw;*/
}

/*Button Effect and format*/

a:hover {
    color: white;
    text-decoration: none;
}

.btnCTA,
a.btnCTA:not([href]):not([tabindex]) {
    transition: color .5s linear;
    transition: background .5s linear;
    border-radius: 3px;
    text-align: center;
    /*display: block;*/
    display: flex;
    margin: 0 auto;
    padding: 1vw;
    /*font-size: 3.5vw;*/
    /*width: 35%;*/
    width: auto;
    height: 40px;
    margin: 0 auto;
    text-transform: uppercase;
    background-color: var(--primary);
    color: white;
    font-family: 'TaubSansBold';
    /*max-width: 50vw;*/
    min-width: 120px;
    max-width: 150px;
    -webkit-box-pack: center;
    justify-content: center;
    font-size: 14px;
    -webkit-box-align: center;
    align-items: center;
    
}

.btnCTA:hover,
a.btnCTA:not([href]):not([tabindex]):hover {
    background-color: white;
    border: 1px solid var(--primary);
    color: var(--primary);
}

.btnRight,
a.btnRight:not([href]):not([tabindex]) {
    transition: all .5s linear;
    border-radius: 4px;
    border: 1px solid var(--primary);
    text-align: center;
    display: block;
    padding: 1vw;
    margin-right: auto;
    font-size: 3.5vw;
    width: 75%;
    text-transform: uppercase;
    background-color: var(--primary);
    color: white;
    font-family: 'TaubSansMedium';
    max-width: 50vw;
}

.btnRight:hover,
a.btnRight:not([href]):not([tabindex]):hover {
    background-color: white;
    color: var(--primary);
}

.btnLeft,
a.btnLeft:not([href]):not([tabindex]) {
    transition: all .5s linear;
    border-radius: 4px;
    border-color: #bfbebf;
    border: 1px solid var(--primary);
    text-align: center;
    display: block;
    padding: 1vw;
    margin-left: auto;
    font-size: 3.5vw;
    width: 75%;
    max-width: 50vw;
    text-transform: uppercase;
    background-color: white;
    color: var(--primary);
    font-family: 'TaubSansMedium';
}

.btnLeft:hover,
a.btnLeft:not([href]):not([tabindex]):hover {
    color: var(--primary);
}

/*End of Button Animation*/

/*Sizing images*/

img {
    width: 100%;
    margin: 15px auto;
}

.grey img {
    width: 80%;
    display: block;
}

.menu-image img{
    width:80%;
}

.celphone img {
    width: 80%;
}

/*Boxing images on home page*/

.menu-image {
    display: flex;
    height: 75%;
}

.menu-image>img {
    margin: auto;
}


.icon {
    margin: 0 auto;
}

/*Font Family for all paragraphs inside carousel*/

.carousel-inner p {
    font-family: TaubSansMedium;
}

/*Styling for Bootstrap Carousel*/

.carousel-item img {
    margin: 0 auto;
}

/*Carousel Slide Text*/

.slider-text {
    margin: 10px auto;
}

/*Form Styling*/

.close {
    position: absolute;
    top: 20px;
    right: 20px;
}

.form2,
.form3 {
    display: none;
}

.modal-dialog {
    position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-52%, -50%) !important;
    width: 90%;
}

.modal-title {
    text-align: center;
    font-family: TaubSansBold;
    font-size: 28px;
}

.modal-content {
    background: #f1f1f1;
}

.modal-header {
    border-bottom: none !important;
}


.modal-content {
    font-family: 'TaubSansMedium';
}


/*Carousel Controls*/

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MC42NCA4OC4zOCI+PGRlZnM+PHN0eWxlPi5iNjM2MTcwMS01Nzk4LTQwOGYtOTNiMi02NWQ1ZGY2NWMxMGN7ZmlsbDojZmZmO308L3N0eWxlPjwvZGVmcz48dGl0bGU+bGVmdEFycm93PC90aXRsZT48ZyBpZD0iYWM3YjgxODktNDdkMS00ZGNiLTg0OTktZTk1ZWQwM2ZjMzNiIiBkYXRhLW5hbWU9IkxheWVyIDIiPjxnIGlkPSJhMzIxOTg3ZC1jMzBlLTQ1M2ItOGY2OC0xZjJhM2IyZTBmOTkiIGRhdGEtbmFtZT0iQmVuY2htYXJraW5nXyZhbXA7X1Jlc291cmNlcyI+PHBhdGggY2xhc3M9ImI2MzYxNzAxLTU3OTgtNDA4Zi05M2IyLTY1ZDVkZjY1YzEwYyIgZD0iTTUwLjU4LDgyYzAtMS4yNS0uOTEtMi0xLjctMi44TDE4LjQzLDQ4LjdjLTEuMDUtMS4wNS0yLTIuMTctMy4xNS0zLjEycy0xLTEuNzcsMC0yLjg0UTMyLDI2LjE3LDQ4LjU0LDkuNTJjMi44MS0yLjgxLDIuODEtMy40OCwwLTYuMzRDNDcuNzQsMi40Myw0NywxLjY1LDQ2LjIyLjk0Yy0xLjQtMS4yOC0yLjYzLTEuMjUtNC4wNiwwLS4yNi4yNC0uNTEuNS0uNzYuNzVMMS43OCw0MS4zNWMtMi4zOCwyLjM5LTIuMzgsMy4yOCwwLDUuN0w0MS40NCw4Ni42N0M0My43Myw4OSw0NC43MSw4OSw0Nyw4Ni42NGwyLjc1LTIuNzZBMi40MiwyLjQyLDAsMCwwLDUwLjU4LDgyWiIvPjwvZz48L2c+PC9zdmc+")!important;
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MC42NCA4OC4zOCI+PGRlZnM+PHN0eWxlPi5hZjA2YmVmMS1hZWI2LTQzOWYtYWEwZi01NGMxMjQwMGRlOTl7ZmlsbDojZmZmO308L3N0eWxlPjwvZGVmcz48dGl0bGU+cmlnaHRBcnJvdzwvdGl0bGU+PGcgaWQ9ImYxYjBiOWJjLWMzMjYtNDkxMS1iNzVkLTAzZTcwYmM5NjY3OSIgZGF0YS1uYW1lPSJMYXllciAyIj48ZyBpZD0iYmM4MDc4YzctODZhNS00OWU5LThiZjktYmFmNzc5OGFmMjI3IiBkYXRhLW5hbWU9IkJlbmNobWFya2luZ18mYW1wO19SZXNvdXJjZXMiPjxwYXRoIGNsYXNzPSJhZjA2YmVmMS1hZWI2LTQzOWYtYWEwZi01NGMxMjQwMGRlOTkiIGQ9Ik0uMDYsODJjMC0xLjI1LjkxLTIsMS43LTIuOEwzMi4yMSw0OC43YzEtMS4wNSwyLTIuMTcsMy4xNS0zLjEyczEtMS43NywwLTIuODRRMTguNjcsMjYuMTcsMi4xLDkuNTJDLS43MSw2LjcxLS43LDYsMi4xNSwzLjE4LDIuOSwyLjQzLDMuNjMsMS42NSw0LjQyLjk0LDUuODItLjM0LDcuMDYtLjMxLDguNDgsMWMuMjYuMjQuNTEuNS43Ni43NUw0OC44Niw0MS4zNWMyLjM5LDIuMzksMi4zOCwzLjI4LDAsNS43UTI5LDY2Ljg2LDkuMiw4Ni42N0M2LjkxLDg5LDUuOTMsODksMy42MSw4Ni42NEwuODYsODMuODhBMi40MiwyLjQyLDAsMCwxLC4wNiw4MloiLz48L2c+PC9nPjwvc3ZnPg==") !important;
}

.carousel-control-prev,
.carousel-control-next {
    z-index: 0!important;
}

/*success_story_tourism.html styling*/

.success-container h1,
.success-container h2,
.success-container h3,
.success-container p {
    text-align: left;
}

.success-section.red {
    background-color: var(--primary);
}

.success-section.blue {
    background-color: rgba(18, 28, 78, 1);
    margin-bottom: -3px
}

.blue-text-section {
    color: white;
    padding: 10%;
}

.blue-text-section p {
    font-size: 6vw;
    text-align: center
}

.chart img {
    margin-bottom: auto 0;

}

.red-text-section h2,
.red-text-section h3,
.red-text-section p {
    color: white;
}

.red-text-section p {
    font-size: 6vw;
}

.red-text-section h2 {
    font-size: 6vw
}

.map-text-section h2,
.map-text-section h3 {
    color: var(--primary);
}

.map-text-section h3 {
    font-family: 'TaubSansMedium';
    font-size: 6vw;
    text-align: center;
}

.map-text-section p {
    font-size: 6vw;
}

.map-text-section h2 {
    font-size: 6vw;
}

.map-text-section {
    padding: 10%;
    margin-top: 5%;
}

.red-text-section {
    padding: 10%;
    font-size: 20px;
}

.map img {
    padding: 10%;
    margin: auto 0;
}

.slick-dots li.slick-active button:before {
    opacity: 1 !important;
    color: var(--primary) !important;
}

.slick-dots li button:before {
    line-height: auto !important;
    width: initial !important;
    font-size: 20px !important;
    height: initial !important;
    opacity: 1 !important;
    color: white !important;
}

.map {
    margin-bottom: 10%;
    margin-top: 15%;
}

.success-text-center p,
.success-text-center h1 {
    text-align: center;
}

.success-text-center p {
    font-size: 6vw;
}

.success-text-center h1 {
    font-size: 5.5vw;
}

.success-text-center {
    padding-bottom: 5%;
    padding-top: 5%;
}

.success-title {
    padding: 0;
}

/*End success_story_tourism.html styling*/

/*Svg Animation*/

/*path {
    stroke-dasharray: 100;
}
*/
/*Fading Slider*/

.slider {
    max-width: 300px;
    height: 200px;
    margin: 20px auto;
    position: relative;
}

.slider {
    max-width: 300px;
    height: 200px;
    margin: 20px auto;
    position: relative;
}

.slide1,
.slide2,
.slide3,
.slide4,
.slide5,
.slide6{
    position: absolute;
    width: 100%;
    height: 100%;
}

.slide1 {
    background-color:#fafafa;
    background: url("/assets/images/png/test1.png")no-repeat center;
    background-size: cover;
    animation: fade 20s infinite;
    -webkit-animation: fade 20s infinite;

}

.slide2 {
    background-color:#fafafa;
    background: url("./assets/images/png/test2.png")no-repeat center;
    background-size: cover;
    animation: fade2 20s infinite;
    -webkit-animation: fade2 20s infinite;
}

.slide3 {
    background-color:#fafafa;
    background: url("./assets/images/png/test3.png")no-repeat center;
    background-size: cover;
    animation: fade3 20s infinite;
    -webkit-animation: fade3 20s infinite;
}

.slide4 {
    background-color:#fafafa;
    background: url("./assets/images/png/test4.png")no-repeat center;
    background-size: cover;
    animation: fade4 20s infinite;
    -webkit-animation: fade4 20s infinite;
}

.slide5 {
    background-color:#fafafa;
    background: url("./assets/images/png/test5.png")no-repeat center;
    background-size: cover;
    animation: fade5 20s infinite;
    -webkit-animation: fade5 20s infinite;
}

.slide6 {
    background-color:#fafafa;
    background: url("./assets/images/png/test6.png")no-repeat center;
    background-size: cover;
    animation: fade6 20s infinite;
    -webkit-animation: fade6 20s infinite;
}



@keyframes fade {
    0% {
        opacity: 1
    }
    16.66% {
        opacity: 0
    }
    32.2% {
        opacity: 0
    }
    49.8%{
        opacity: 0
    }
    66.4%{
        opacity: 0
    }
    83%{
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes fade2 {
    0% {
        opacity: 0
    }
     16.66% {
        opacity: 1
    }
    32.2% {
        opacity: 0
    }
    49.8%{
        opacity: 0
    }
    66.4%{
        opacity: 0
    }
    83%{
        opacity: 0
    }
    100% {
        opacity: 0
    }
}

@keyframes fade3 {
    0% {
        opacity: 0
    }
      16.66% {
        opacity: 0
    }
    32.2% {
        opacity: 1
    }
    49.8%{
        opacity: 0
    }
    66.4%{
        opacity: 0
    }
    83%{
        opacity: 0
    }
    100% {
        opacity: 0
    }
}

@keyframes fade4 {
    0% {
        opacity: 0
    }
      16.66% {
        opacity: 0
    }
    32.2% {
        opacity: 0
    }
    49.8%{
        opacity: 1
    }
    66.4%{
        opacity: 0
    }
    83%{
        opacity: 0
    }
    100% {
        opacity: 0
    }
}

@keyframes fade5 {
    0% {
        opacity: 0
    }
      16.66% {
        opacity: 0
    }
    32.2% {
        opacity: 0
    }
    49.8%{
        opacity: 0
    }
    66.4%{
        opacity: 1
    }
    83%{
        opacity: 0
    }
    100% {
        opacity: 0
    }
}

@keyframes fade6 {
    0% {
        opacity: 0
    }
      16.66% {
        opacity: 0
    }
    32.2% {
        opacity: 0
    }
    49.8%{
        opacity: 0
    }
    66.4%{
        opacity: 0
    }
    83%{
        opacity: 1
    }
    100% {
        opacity: 0
    }
}




/*End of fading Slider*/


/*Page Load Animation*/

/*.grey h1{
    animation-delay:0.2;
    animation-duration: 1.6s;
}
.grey p{
    animation-delay:0.2;
    animation-duration: 1.6s;
}
.grey a{
    animation-delay:0.2;
    animation-duration: 1.6s;
}
.grey img{
    animation-delay:0.2;
    animation-duration: 1.6s;
}*/

/*.grey h1 {
  animation-delay: 0.3s;
  opacity: 0;
  transition: opacity;
}


.grey p {
  animation-delay: 0.5s;
}
.grey a{
  animation-delay: 0.7s;
}
.grey img{
  animation-delay: 0.9s;
}

@keyframes fadeIn
  to { 
     opacity: 1; }

.fade-in {
  animation: fadeIn 1.0s ease forwards;
}*/

/*End of Page Load Animation*/

/*Media Queries Section*/

/*For Phone Only*/

@media only screen and (max-width:599px) {}

/*For Tablet Portrait Up */

@media only screen and (min-width:600px) {}

/*For Tablet Landscape Up*/

@media only screen and (min-width:900px) {}

/*For Desktop Up*/

@media only screen and (min-width:1200px) {}

/*For Big Desktop Up*/

@media only screen and (min-width:1800px) {}

/*ADP Form*/

/* START SYLING SPECIFIC TO AND REQUIRED FOR FORM FIELDS  */
.formfieldshellpadding {} /* 20px; */
.submitbuttonshell {padding:  20px!important; }
.submitbuttonshell input {margin:0 auto!important; }	
.selectlist {color:#A9A9A9 !important;}
.adpbutton {
	border: 0px solid #000;
	background: var(--secondary) !important;
	cursor: pointer;
	display: block;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff !important;
	text-decoration: none !important;
	line-height: 28px;
	text-align: center;
	text-decoration: none;
	border-radius: 0;
}
.adpbutton:hover {background: var(--secondary) !important;text-decoration: none !important;}
#btnpadding {padding:10px 30px}
.verticalspacing {height:20px !important;}
.formfieldspacing {height:5px !important;}
body {margin: 0 auto;padding: 0px; box-sizing: content-box; -moz-box-sizing: content-box;box-sizing: content-box; -moz-box-sizing: content-box; font-family: 'ADP Taub','Segoe UI',Arial, Helvetica, sans-serif;}
	
/*START FORM STYLES*/	
.form-background {background-color:#f3f3f3;}
.adp-form header {display: block; padding: 20px 30px;	border-bottom: 1px solid rgba(0,0,0,.1); background: rgba(248,248,248,.9); font-size: 25px; font-weight: 300; color: #232323;}
.adp-form fieldset {border:0px; /* Removes border from around each fieldset */}
.adp-form fieldset + fieldset {border-top: 1px solid rgba(0,0,0,.1);}
.adp-form section {margin-bottom: 40px;}
.adp-form footer {padding: 0px; border: 0px;}
.adp-form footer:after {content: ''; display: table; clear: both;}
.adp-form a {color: var(--secondary);}
.adp-form .label {font-size:14px !important; color:#333333 !important; font-weight:bold; display:block; -webkit-font-smoothing:antialiased; text-shadow:1px 1px 1px rgba(0,0,0,0.004) !important; padding-top:; padding-bottom:; padding-left:0px; padding-right:;}
.adp-form .label.col {margin: 0; padding-top: 10px;}
.adp-form .note {margin-top: 6px; padding: 0 1px; font-size: 11px; line-height: 15px; color: #999;}
.adp-form .input, .adp-form .select, .adp-form .textarea, .adp-form .radio, .adp-form .checkbox, .adp-form .toggle, .adp-form .button {position: relative; display: block;}
.adp-form .input input,.adp-form .select select, .adp-form .textarea textarea {display: block; box-sizing: border-box; -moz-box-sizing: border-box; width: 100%;height: 39px;
    padding-top:8px; /* Controls padding inside each respective form field */
	padding-right:1px; /* Controls padding inside each respective form field */
	padding-left:8px; /* Controls padding inside each respective form field */
	padding-bottom:8px; /* Controls padding inside each respective form field */
	outline: none;
	border-width: 2px; /* Form Field Border */
	border-style: solid;
	border-radius: 0;
	background: #fff;
	font: 14px/19px  'ADP Taub','Segoe UI',sans-serif; !important; /* Controls the font size of each form field */
	color: #333!important; /* Controls font color of each form field */
	appearance: normal;
	-moz-appearance: none; /* Removes Default Firefox style*/
	-webkit-appearance: none; /*Removes default chrome and safari style*/}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */color: #A9A9A9!important; opacity: 1!important; /* Firefox */}
:-ms-input-placeholder { /* Internet Explorer 10-11 */color: #A9A9A9!important;}
::-ms-input-placeholder { /* Microsoft Edge */color: #A9A9A9!important;}
.inputcapitalize {text-transform: capitalize !important;}  /* This line of code is associated with id="input".  It handles capitalizing the first letter of each word */
.adp-form .progress {float: right; margin-top: 10px; line-height: 39px; color: #232323;}
/* captcha inputs */
.adp-form .input-captcha img {position: absolute; top: 2px; right: 2px; border-left: 1px solid #e5e5e5;}
/* file inputs */
.adp-form .input-file .button {position: absolute; top: 4px; right: 4px; float: none; height: 31px; margin: 0; padding: 0 20px; font-size: 13px; line-height: 31px;}
.adp-form .input-file .button:hover {box-shadow: none;}
.adp-form .input-file .button input {position: absolute; top: 0; right: 0; padding: 0; font-size: 30px; cursor: pointer; opacity: 0;}
/* selects */
.adp-form .select i {position: absolute; top: 14px; right: 7px; width: 8px; height: 11px; background:#fff; box-shadow: 0 0 0 12px #fff; pointer-events: none;}
.adp-form .select i:after, .adp-form .select i:before {content: ''; position: absolute; right: 0; border-right: 4px solid transparent; border-left: 4px solid transparent;}
.adp-form .select i:after {bottom: 0; border-top: 4px solid #404040;}
.adp-form .select i:before {top: 0; border-bottom: 4px solid #404040;}
.adp-form .select-multiple select {height: auto;}
/* textareas */
.adp-form .textarea textarea {height: auto; resize: none;}
.adp-form .textarea-resizable textarea {resize: vertical;}
.adp-form .textarea-expandable textarea {height: 39px;}
.adp-form .textarea-expandable textarea:focus {height: auto;}
/* radios and checkboxes */
.adp-form .radio, .adp-form .checkbox {margin-bottom: 4px; padding-left: 27px; font-size: 15px; line-height: 27px; color: #404040; cursor: pointer;}
.adp-form .radio:last-child, .adp-form .checkbox:last-child {margin-bottom: 0;}
.adp-form .radio input, .adp-form .checkbox input {position: absolute; left: -9999px;}
.adp-form .radio i, .adp-form .checkbox i {position: absolute; top: 5px; left: 0; display: block; width: 13px; height: 13px; outline: none; border-width: 2px; border-style: solid; background: #fff;}
.adp-form .radio i {border-radius: 50%;}
.adp-form .radio input + i:after, .adp-form .checkbox input + i:after {position: absolute; opacity: 0; -ms-transition: opacity 0.1s; -moz-transition: opacity 0.1s; -webkit-transition: opacity 0.1s;}
.adp-form .radio input + i:after {content: ''; top: 4px; left: 4px; width: 5px; height: 5px; border-radius: 50%;}
.adp-form .checkbox input + i:after {content: '\f00c'; top: -1px; left: -1px; width: 15px; height: 15px; font: normal 12px/16px FontAwesome; text-align: center;}
.adp-form .radio input:checked + i:after, .adp-form .checkbox input:checked + i:after {opacity: 1;}
.adp-form .inline-group {position: relative; margin: 0 -30px -4px 0;}
.adp-form .inline-group:after {content: ''; display: table; clear: both;}
.adp-form .inline-group .radio, .adp-form .inline-group .checkbox {float: left; margin-right: 30px;}
.adp-form .inline-group .radio:last-child, .adp-form .inline-group .checkbox:last-child {margin-bottom: 4px;}
.adp-form .inline-group .state-error {margin-bottom: 15px;}
.adp-form .inline-group em.invalid {position: absolute; top: 100%; left: 0; margin: -15px 0 0 0;}
/* toggles */
.adp-form .toggle {margin-bottom: 4px; padding-right: 61px; font-size: 15px; line-height: 27px; color: #404040; cursor: pointer;}
.adp-form .toggle:last-child {margin-bottom: 0;}
.adp-form .toggle input {position: absolute; left: -9999px;}
.adp-form .toggle i {content: ''; position: absolute; top: 4px; right: 0; display: block; width: 49px; height: 17px; border-width: 2px; border-style: solid; border-radius: 12px; background: #fff;}
.adp-form .toggle i:after {content: 'OFF'; position: absolute; top: 2px; right: 8px; left: 8px; font-style: normal; font-size: 9px; line-height: 13px; font-weight: 700; text-align: left; color: #5f5f5f;}
.adp-form .toggle i:before {content: ''; position: absolute; z-index: 1; top: 4px; right: 4px; display: block; width: 9px; height: 9px; border-radius: 50%; opacity: 1; -ms-transition: right 0.2s; -moz-transition: right 0.2s; -webkit-transition: right 0.2s;}
.adp-form .toggle input:checked + i:after {content: 'ON'; text-align: right;}
.adp-form .toggle input:checked + i:before {right: 36px;}

/* grid */
.adp-form .row {margin: 0 -15px;}
.adp-form .row:after {content: ''; display: table; clear: both;}
.adp-form .col {float: left; min-height: 1px; padding-right: 15px; padding-left: 15px; box-sizing: border-box; -moz-box-sizing: border-box;}
.adp-form .col-1 {width: 8.33%;}
.adp-form .col-2 {width: 16.66%;}
.adp-form .col-3 {width: 25%;}
.adp-form .col-4 {width: 33.33%;}
.adp-form .col-5 {width: 41.66%;}
.adp-form .col-6 {width: 50%;}
.adp-form .col-7 {width: 58.33%;}
.adp-form .col-8 {width: 66.67%;}
.adp-form .col-9 {width: 75%;}
.adp-form .col-10 {width: 83.33%;}
.adp-form .col-11 {width: 91.66%;}

@media screen and (max-width: 600px) {
	.body-s {margin:0!important;}	
.adp-form .col {float: none; width: 100%;}
}
/* normal state */
.adp-form .input input, .adp-form .select select, .adp-form .textarea textarea, .adp-form .radio i, .adp-form .checkbox i, .adp-form .toggle i, .adp-form .icon-append, .adp-form .icon-prepend {border-color: #e5e5e5; -ms-transition: border-color 0.3s; -moz-transition: border-color 0.3s; -webkit-transition: border-color 0.3s;}
.adp-form .toggle i:before {background-color: var(--secondary);}
.adp-form .rating label {color: #ccc; -ms-transition: color 0.3s; -moz-transition: color 0.3s; -webkit-transition: color 0.3s;}
.adp-form .button {background-color: var(--secondary); opacity: 0.8; -ms-transition: opacity 0.2s; -moz-transition: opacity 0.2s; -webkit-transition: opacity 0.2s;}
.adp-form .button.button-secondary {background-color: #b3b3b3;}
.adp-form .icon-append, .adp-form .icon-prepend {color: #ccc;}

/* hover state */
.adp-form .input:hover input, .adp-form .select:hover select, .adp-form .textarea:hover textarea, .adp-form .radio:hover i, .adp-form .checkbox:hover i, .adp-form .toggle:hover i, .adp-form .ui-slider-handle:hover {border-color: var(--secondary);}
.adp-form .rating input + label:hover, .adp-form .rating input + label:hover ~ label {color: var(--secondary);}
.adp-form .button:hover {opacity: 1;}

/* focus state */
.adp-form .input input:focus, .adp-form .select select:focus, .adp-form .textarea textarea:focus, .adp-form .radio input:focus + i, .adp-form .checkbox input:focus + i, .adp-form .toggle input:focus + i {border-color: var(--secondary);}

/* checked state */
.adp-form .radio input + i:after {background-color: var(--secondary);}
.adp-form .checkbox input + i:after {color: var(--secondary);}
.adp-form .radio input:checked + i, .adp-form .checkbox input:checked + i, .adp-form .toggle input:checked + i {border-color: var(--secondary);}
.adp-form .rating input:checked ~ label {color: var(--secondary);}

/* error state */
.adp-form .state-error input, .adp-form .state-error select, .adp-form .state-error textarea, .adp-form .radio.state-error i, .adp-form .checkbox.state-error i, .adp-form .toggle.state-error i {background: #ffffff; border:1px #dc1e34 solid;background-image: url(https://img.en25.com/EloquaImages/clients/ADPEmployerServices/%7B8d6ac639-4589-4149-abcf-9458b95dfbbf%7D_adpform-error-icon.png);background-repeat:no-repeat;background-position: 98% 50%;} /* fff0f0; */
.adp-form .state-error select + i {background: #fff0f0;	box-shadow: 0 0 0 12px #fff0f0;}
.adp-form .toggle.state-error input:checked + i {background: #fff0f0;}
.adp-form .state-error + em {
	display: block;
	margin-top: 0px; /* margin-top: 6px; */
	/* padding: 0 1px; */
	padding:5px; /* Controls padding for form field input errors / form field validation */
	font-style: normal;
	font-size: 11px;
	line-height: 15px;
	color: #fff; /* ee9393 */
	background-color:#dc1e34;
}

select::-ms-expand { display: none !important;} /* This line of code removes the arrow completely from single select lists in MSIE 11 and Google Chrome */

.adp-form .rating.state-error + em {margin-top: -4px; margin-bottom: 4px;}

/* success state */
.adp-form .state-success input, .adp-form .state-success select, .adp-form .state-success textarea, .adp-form .radio.state-success i, .adp-form .checkbox.state-success i, .adp-form .toggle.state-success i { background-image: url(https://img.en25.com/EloquaImages/clients/ADPEmployerServices/%7Bf614c601-12e5-4296-beba-8bd15a0eccda%7D_adpform-success-icon.png);background-repeat:no-repeat;background-position: 98% 50%;}
.adp-form .state-success select + i {background: #f3f3f3; box-shadow: 0 0 0 12px #f3f3f3;}
.adp-form .toggle.state-success input:checked + i {background: #f3f3f3;}
.adp-form .state-success + em {display: block; margin-top: 6px; padding: 0 1px; font-style: normal; font-size: 11px; line-height: 15px; color:#529800;}
.adp-form .note-success {color: #6fb679;}

/* disabled state */
.adp-form .input.state-disabled input, .adp-form .select.state-disabled, .adp-form .textarea.state-disabled, .adp-form .radio.state-disabled, .adp-form .checkbox.state-disabled, .adp-form .toggle.state-disabled, .adp-form .button.state-disabled {cursor: default; opacity: 0.5;}
.adp-form .input.state-disabled:hover input, .adp-form .select.state-disabled:hover select, .adp-form .textarea.state-disabled:hover textarea, .adp-form .radio.state-disabled:hover i, .adp-form .checkbox.state-disabled:hover i, .adp-form .toggle.state-disabled:hover i {border-color: #e5e5e5;}

/* submited state */
.adp-form .message {display: none; color: #6fb679;}
.adp-form .message i {display: block; margin: 0 auto 20px; width: 81px; height: 81px; border: 1px solid #6fb679; border-radius: 50%; font-size: 30px; line-height: 81px;}

.adp-form.submited fieldset, .adp-form.submited footer {display: none;}
.adp-form.submited .message {display: block; padding: 25px 30px; background: rgba(255,255,255,.9); font: 300 18px/27px 'ADP Taub','Segoe UI', Helvetica, Arial, sans-serif; text-align: center;}
/* modal */
.adp-form-modal {position: fixed; z-index: 1; display: none; width: 400px;}
.adp-form-modal-overlay {position: fixed; top: 0; left: 0; display: none; width: 100%; height: 100%; background: rgba(0,0,0,0.7);}
/* bootstrap compatibility */
.adp-form *, .adp-form *:after, .adp-form *:before {margin: 0; padding: 0; box-sizing: content-box; -moz-box-sizing: content-box;}
.adp-form .label {border-radius: 0; font-size: 100%; text-align: left; white-space: normal; color: inherit;}
.adp-form .radio, .adp-form .checkbox {font-weight: 400;}
.adp-form .radio + .radio, .adp-form .checkbox + .checkbox {margin-top: 0;}
.scrollup {width:40px; height:40px; opacity:0.3; position:fixed; bottom:50px; right:25px; display:none; text-indent:-9999px; background: url('https://img.en25.com/Web/ADPEmployerServices/{666c3246-f9e4-42ed-a2aa-650afba03d6b}_icon_top.png') no-repeat;}
.formvisuallyhidden {border: 0;clip:rect(0 0 0 0);height: 1px;margin: -1px;overflow: hidden;padding: 0;position: absolute;width: 1px;}
.progres-bar {
	margin: 10px 0px;
}
.multi-steps > li.is-active:before, .multi-steps > li.is-active ~ li:before {
  content: counter(stepNum);
  font-family: inherit;
  font-weight: 700;
}
.multi-steps > li.is-active:after, .multi-steps > li.is-active ~ li:after {
  background-color: #ededed;
}

.multi-steps {
  display: table;
  table-layout: fixed;
  width: 80%;
  padding-left:10%;
}
.multi-steps > li {
  counter-increment: stepNum;
  text-align: center;
  display: table-cell;
  position: relative;
  color: var(--secondary);
  font-size:0.9em;
}
.multi-steps > li:before {
  content: '\f00c';
  content: '\2713;';
  content: '\10003';
  content: '\10004';
  content: '\2713';
  display: block;
  margin: 0 auto 4px;
  background-color: #fff;
  width: 36px;
  height: 36px;
  line-height: 32px;
  text-align: center;
  font-weight: bold;
  border-width: 2px;
  border-style: solid;
  border-color: var(--secondary);
  background-color: var(--secondary);
  color:white;
  border-radius: 50%;
  z-index: 1;
  position: relative;
}
.multi-steps > li:after {
  content: '';
  height: 2px;
  width: 100%;
  background-color: var(--secondary);
  position: absolute;
  top: 16px;
  left: 50%;
  z-index: 0;
}
.multi-steps > li:last-child:after {
  display: none;
}
.multi-steps > li.is-active:before {
  background-color: #fff;
  border-color: var(--secondary);
  background-color: var(--secondary);
  color: #fff;
  position: relative;
  z-index:1;
}
.multi-steps > li.is-active ~ li {
  color: #808080;
}
.multi-steps > li.is-active ~ li:before {
  background-color: #ededed;
  border-color: #ededed;
}

.adp-form .row {
    margin-left: -15px!important;
}
div div.input input {
	color: #333!important;
}
.adpbutton.next {
	border: 2px solid var(--secondary);
}
.adpbutton-white {
	background: white!important;
	color: var(--secondary)!important;
	border: 2px solid var(--secondary);
	font-weight: normal;
}
.adpbutton-white:hover {
	color: white!important;
}
.hide {
	display: none!important;
}
.adpbutton {
    margin: 0 auto;
    display: inline;
}
em.invalid {
	text-align: left;
	padding: 10px;
}
.privacy {margin-bottom:30px;}
.modal-backdrop.fade.show {display:none;}
.btnpadding {
	padding: 5px 20px;
}

.adp-form{
  text-align: center;
}

.btnyn{
  width: 100%;
}

h4{font-family: 'ADP Taub','Segoe UI',Arial, Helvetica, sans-serif!important;color: var(--fourth)!important;}

.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,.4);
}

.quote-form .middle {
  text-align: center;
  width: 100%;
  max-width: 810px;
  margin-left: auto;
  margin-right: auto;
}

.quote-form {
  background-color: #f3f3f3;
  text-align: center;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-6 {
  width: 50%; 
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.adp-form .row {
  margin-left: -15px;
  margin-top: 30px;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(34, 34, 34, 0.2);
  outline: 0;
}

.adp-form p{
    font-size: 3.1vw;
}
.adp-form h4{
    font-size:5vw;
}

.chart-title{
    font-family:'TaubSansLight';
    font-size:3vw;
    text-align:center
}

.nav-bar{
    position: relative;
    z-index: 1;
    background-color: transparent;
}

.container{
    /*padding-top: 96px;*/
}

#lottie svg {
    position: absolute;
    width: 180vw!important;
    height: auto!important;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%)!important;
    transform: translate(-50%,-50%)!important;
}
.Main-Content{
    padding-left: 0;
    padding-right: 0;
}
.app-section{
     background-color: #fafafa;
    display: -webkit-box;
    display: flex;
    -webkit-box-flex: 1;
    flex: 1;
    text-align: center;
    padding: 3.5vw;
    margin-top: 10px;   
}
.demo-content h1{
    font-family: 'TaubSansBold';
    font-size: 7vw;
}
.demo-content h2{
    font-family: 'TaubSansBold';
    text-align: left;
    font-size: 6.4vw;
    margin-top: 1rem;
}
.demo-content p{
    text-align: left;
}

.d-none{
    display: none;    
}
.equalizer-bar{
    width: 15px;
    margin: 0 3px;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    opacity: .6;
}
.equalizer_Container{
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    width: 25px;
    height: 0;
    display: none;
    margin: auto;
    -webkit-transform: scale(.3);
    transform: scale(.3);
    line-height: 0!important;
}
.equalizer-bar span{
    display:block;
    height:6px;
    border-radius:0;
    width:100%;
    margin:3px 5px;
    padding:.5px;
    background-color:#fff;
    -webkit-transition:.2s;
    transition:.2s ease all;
    opacity:1;
}
.menu ul li{
    padding: 10px 0px;
}
.menu ul li a h3{
    display: block;
    color: white;
    text-decoration: none;
    transition: color 0.2s;
    font-family: TaubDisplay-20;
    font-size: 6vw;
    text-transform: uppercase;
    padding: 0;
    margin-bottom: 15px;
}

.menu ul li a h3:hover ~ .equalizer_Container{
    display: flex!important;   
}
.adp-logo-white{
    margin-left: 4vw;
    margin-top: 4vw;
}
/*testing*/
.logoHomeMobile {
    display:none;
    position:absolute;
    /*width: 50vw;*/
    /*top: 46%;*/
    /*left: 49%;*/
    /*transform: translate(-50%, -50%);*/
}
.logoHomeAnim {
    animation-name:logoanimv2;
    animation-duration: .75s;
    animation-fill-mode: forwards;
    animation-timing-function: ease;
}
@keyframes logoanimv2{
	from {
	}
	to {
		width: 23vw;
		top: 0;
		left: 0;
		transform: translate(8vw, 8vw);
	}
}
@media only screen and (min-width: 320px) and (max-width: 480px) and (max-height: 675px) {
    .featurePage{
        padding-bottom: 80px;
    }
}
@media only screen and (min-width: 481px) and (max-width: 820px) and (max-height: 480px) {
    .demo-content h1 {
        font-family: 'TaubSansBold';
        font-size: 5vw;
        text-align: center;
    }
    .demo-content h2 {
        font-family: 'TaubSansBold';
        font-size: 5vw;
        text-align: center;
    }
    .demo-content p{
        text-align: center;
    }
    p {
        font-size: 2.5vw;
        text-align: center;
    }
    .adp-logo {
        width: 70px;
        margin: 0px;
        
    }
    .adp-logo-anim{
        margin-left: 30px;
        margin-top: 33px;
    }
    .adp-logo-white{
        width: 70px;
        margin-left: 30px;
        margin-top: 33px;
    }
    .menu ul li a h3 {
        font-size: 26px;
    }
    .demo-content{
        margin-bottom: 70px;
    }
    .logoHomeMobile {
        width: 28vw;
        top: 41%;
        left: 49.5%;
        animation-name:logoanim_mobile;
    }
    #lottie svg{
        width: 100vw!important;
    }
}
@keyframes logoanim_mobile {
    from {}
    to {width:70px;top:33px;left:30px;transform:translate(0,0)}
}


.pl-15px{
    padding-left: 15px;
}
.pl-30px{
    padding-left: 30px;
}
.mt-7px{
    margin-top: 7px;
}

#menuToggle {
    opacity:0!important;
    visibility: hidden;
    display: none!important;
}