* {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    font-family: "Droid Serif", sans-serif;
}
#sidr {
    display: none;
}
body {
    background: #ffffff;
}
.centerAlign {
    display: block;
    margin: 0 auto;
    width: 90%;
}
.boxedLayoutContainer {
    width: 1100px;
    margin: 0 auto 0 auto;
    display: block;
    /*border: 1px solid #e2e2e2;
    border-radius: 0 0 5px 5px;*/
	background: #fff;
    overflow: hidden;
}
.headerContainer {
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 0 0 12px 0 rgba(133, 63, 35, 0.45);
    -moz-box-shadow: 0 0 12px 0 rgba(133, 63, 35, 0.45);
    -o-box-shadow: 0 0 12px 0 rgba(133, 63, 35, 0.45);
    box-shadow: 0 0 12px 0 rgba(133, 63, 35, 0.45);
    height: 60px;
    position: relative;
    z-index: 95;
}
.headerMainWrapper {
    margin: 0 auto;
    display: table;
    padding-left: 31px;
}
.navCont {
    float: left;
    width: 320px;
    text-align: center;
}
.navCont1 {
    width: 270px;
}
.navCont > li {
    display: inline-block;
    margin: 0 20px;
    height: 60px;
    line-height: 61px;
}
.navCont1 > li {
    margin: 0 40px;
}
.navCont > li > a {
    text-align: center;
    text-transform: uppercase;
    display: block;
    color: #787878;
    font-size: 16px;
    height: 60px;
    font-weight: 400;
    font-family: "Brandon Medium", "Droid Sans", sans-serif;
}
.hasSub > a {
    padding-right: 30px;
    background: url(../images/subDdArrow.png) 100% 53% no-repeat;
}
.navCont > li.hasSub > ul {
    position: absolute;
    z-index: 15px;
    background: #fff;
    border-top: 2px solid #a7214d;
    line-height: normal;
    -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.3);
    visibility: hidden;
    opacity: 0;
    text-align: left;
    -webkit-transform: perspective(500px) rotateX(-10deg) translateY(15px);
    -moz-transform: perspective(500px) rotateX(-10deg) translateY(15px);
    -o-transform: perspective(500px) rotateX(-10deg) translateY(15px);
    transform: perspective(500px) rotateX(-10deg) translateY(15px);
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
    border-radius: 0 0 5px 5px;
    overflow: hidden;
}
.navCont > li.hasSub:hover > ul {
    visibility: visible;
    opacity: 1;
    -webkit-transform: perspective(500px) rotateX(0) translateY(0);
    -moz-transform: perspective(500px) rotateX(0) translateY(0);
    -o-transform: perspective(500px) rotateX(0) translateY(0);
    transform: perspective(500px) rotateX(0) translateY(0);
}
.navCont > li.hasSub > ul:before {
    left: 10px;
    top: -8px;
    content: "";
    display: none;
    position: absolute;
    border-bottom: 8px solid #ccc;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}
.navCont > li.hasSub > ul > li > a {
    display: block;
    color: #787878;
    font-size: 12px;
    font-family: "Brandon Medium", "Droid Sans", sans-serif;
    padding: 11px 30px 10px 15px;
    border-bottom: 1px solid #e1e1e1;
    text-transform: uppercase;
}
.navCont > li.hasSub > ul > li > a:hover {
    background: #f5f5f5;
}
.navCont > li.hasSub > ul > li:last-child > a {
    border-bottom: none;
}
.logoWrap {
    float: left;
    position: relative;
    width: 260px;
}
.logoResp {
    display: none;
}
.shapeWrap {
    background: url(../images/logoShape.png) center top no-repeat;
    width: 100%;
    position: absolute;
    bottom: -35px;
    left: 0;
    z-index: 0;
    height: 70px;
    display: block;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
}
.logoWrap a {
    display: table;
    position: relative;
    z-index: 5;
    margin: 6px auto 0 auto;
}
.logoWrap a img {
    display: block;
    width: 185px;
}
.headerContactInfo {
    float: left;
    margin-left: -118px;
    padding: 8px 0;
}
.officeTimeInfo,
.phoneNumberInfo {
    display: block;
    font-family: "Brandon Medium", "Droid Sans", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    padding-left: 28px;
    color: #787878;
    background: url(../images/contactInfoSprite.png) left 0 no-repeat;
}
.phoneNumberInfo {
    background-position: left -3px;
    margin-bottom: 5px;
}
.officeTimeInfo {
    background-position: left -29px;
}
.sliderContainer {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 650px;
}
.slideImg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: url(../images/slideImg.jpg) 50% -20px no-repeat;
}
.sliderContainer .centerAlign {
    position: relative;
    z-index: 5;
}
.slideImg img {
    width: 100%;
    display: block;
}
.homeTagContainer {
    position: absolute;
    width: 100%;
    top: 27%;
    left: 0;
}
.homePassAppContainer {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}
.homePassAppContainer p {
    color: #9b8c88;
    font-size: 11px;
    line-height: 16px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    background: #f2edeb none repeat scroll 0 0;
    margin-top: 25px;
    padding: 15px 30px;
    font-family: Arial, sans-serif;
}
.homePassAppContainer p a {
    color: #9b8c88;
    font-family: Arial, sans-serif;
    text-decoration: underline;
}
.homePassAppContainer p a:hover {
    color: #000;
}
.homeTagLineWrap h1 {
    font-family: "Droid Sans", sans-serif;
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
    font-size: 32px;
    line-height: 40px;
    padding-bottom: 14px;
}
.homeTagLineWrap a {
    margin: 0 auto;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
    display: table;
    border: 2px solid #fff;
    background: rgba(216, 178, 153, 0.5);
    font-weight: 400;
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
    padding: 7px 20px;
    border-radius: 3px;
    font-family: "Brandon Bold", "Droid Sans", sans-serif;
    letter-spacing: 0.8px;
}
.homeTagLineWrap a:hover {
    background: rgba(216, 178, 153, 0.8);
}
.homePassAppType {
    display: block;
}
.homePassAppType h2 {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    padding: 6px 20px 6px 20px;
    display: table;
    margin: 0 auto;
    font-family: "Brandon Medium", "Droid Sans", sans-serif;
    border-radius: 5px 5px 0 0;
    letter-spacing: 0.8px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-bottom: none;
    font-weight: 400;
    position: relative;
    z-index: 5;
    margin-bottom: -1px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    background: url(../images/blurred.jpg) -346px -496px no-repeat;
}
.homePassList {
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 5px;
    padding: 14px 16px 12px 16px;
    display: table;
    margin: 0 auto 0 auto;
    position: relative;
    background: url(../images/blurred.jpg) -164px -528px no-repeat;
}
.homePassList a {
    background: #fff;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZmRmZGYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0, rgba(223, 223, 223, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 1)), color-stop(100%, rgba(223, 223, 223, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0, rgba(223, 223, 223, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0, rgba(223, 223, 223, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0, rgba(223, 223, 223, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0, rgba(223, 223, 223, 1) 100%);
    display: block;
    float: left;
    border: 2px solid #ede8e6;
    padding: 7px 22px 5px 22px;
    border-radius: 4px;
    margin: 0 5px;
    text-transform: uppercase;
    color: #636363;
    font-size: 12px;
    font-family: "Brandon Medium", "Droid Sans", sans-serif;
}
.homePassList a:hover {
    background: #ae1447;
    border-color: #ae1447;
    color: #fff;
    border-bottom-color: #9a0033;
}
.centerWrap {
    display: table;
    margin: 0 auto;
}
.benefitsContainer .centerAlign,
.howItWorksContainer .centerAlign {
    padding: 30px 0 25px 0;
    overflow: hidden;
}
.howItWorksWrap {
    display: table;
    margin: 25px auto 0 auto;
}
.howItWorkBlock {
    float: left;
    width: 25%;
}
.mainTitle {
    margin: 0 auto;
    display: table;
    padding: 0 90px;
    text-align: center;
    color: #616161;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 26px;
    font-family: "Droid Serif", sans-serif;
    background: url(../images/titleBgRight.png) center right no-repeat, url(../images/titleBgLeft.png) center left no-repeat;
}
.mainTitlesame {
    margin: 0 auto;
    display: table;
    padding: 0 90px;
    text-align: center;
    color: #616161;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 26px;
    font-family: "Droid Serif", sans-serif;
    background: url(../images/titleBgRight.png) center right no-repeat, url(../images/titleBgLeft.png) center left no-repeat;
    margin-bottom: 40px;
}
.howItWorkBlock i {
    display: block;
    margin: 0 auto;
    width: 180px;
    height: 180px;
    background: url(../images/howItSprites.png) center top no-repeat;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
}
.howItWorkBlock i.appTypeIcon {
    background-position: 0 0;
}
.howItWorkBlock i.orderIcon {
    background-position: 0 -180px;
}
.howItWorkBlock i.documentIcon {
    background-position: 0 -360px;
}
.howItWorkBlock i.travelIcon {
    background-position: 0 -540px;
}
.howItWorkBlock span {
    display: table;
    margin: 0 auto;
    background: #ae1447;
    width: 30px;
    color: #fff;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    height: 30px;
    position: relative;
    z-index: 5;
    border-radius: 50%;
    font-family: "Brandon Medium", "Droid Sans", sans-serif;
    font-weight: 400;
    margin-top: 20px;
}
.howItWorkBlock h4 {
    text-align: center;
    font-family: "Brandon Medium", "Droid Sans", sans-serif;
    font-size: 14px;
    color: #676767;
    letter-spacing: 0.8px;
    margin-top: -15px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 24px 20px 0 20px;
    border-top: 1px dashed #c8c8c8;
}
.benefitsContainer {
    background: #f9f9f9;
}
.benefitsBlock {
    float: left;
    width: 48%;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding: 25px 20px;
    margin-top: 70px;
}
.benefitsBlock:nth-child(2n + 2) {
    margin-left: 2%;
}
.benefitsBlock i {
    width: 90px;
    height: 90px;
    display: table;
    margin: -70px auto 0 auto;
    border-radius: 50%;
    background: url(../images/benefitSprites.png) center top no-repeat #fff;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
}
.benefitsBlock i.icon1 {
    background-position: 0 0;
}
.benefitsBlock i.icon2 {
    background-position: 1px -100px;
}
.benefitsBlock i.icon3 {
    background-position: 2px -180px;
}
.benefitsBlock i.icon4 {
    background-position: 2px -270px;
}
.benefitsBlock h3 {
    text-align: center;
    font-family: Raleway, sans-serif;
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 1px;
    color: #616161;
    margin-bottom: 10px;
}
.benefitsBlock p {
    text-align: center;
    font-size: 14px;
    line-height: 21px;
    color: #929292;
    padding-left: 10px;
    padding-right: 10px;
    height: 55px;
}
.aboutContainer {
    background: url(../images/parallaxImg.jpg) center center fixed no-repeat;
    background-size: cover;
}
.aboutContainer .centerAlign {
    padding: 50px 0;
}
.aboutContainer h1 {
    color: #fff;
    background-image: url(../images/titleBgRightWhite.png), url(../images/titleBgLeftWhite.png);
}
.aboutContainer p {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 22px;
    margin-top: 25px;
    text-align: center;
}
.aboutContainer p a {
    color: #fff;
    text-decoration: underline;
}
.aboutContainer p a:hover {
    color: #000;
}
.learnMore {
    display: table;
    margin: 30px auto 0 auto;
    padding: 7px 28px;
    font-size: 13px;
    text-transform: uppercase;
    border-radius: 3px;
    border: 2px solid #fff;
    color: #fff;
    letter-spacing: 1.5px;
    font-family: "Brandon Regular", sans-serif;
}
.learnMore:hover {
    background: rgba(255, 255, 255, 0.1);
}
.testimonialsContainer {
    background: #f9f9f9;
}
.testimonialsContainer .centerAlign {
    padding: 35px 0;
    display: block;
}
.testimonialsWrap {
    margin-top: 30px;
}
.testimonialsWrap li {
    float: left;
    width: 100%;
    border-bottom: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 400px;
}
.testimonialsWrap li h5 {
    font-family: Raleway, sans-serif;
    text-align: center;
    font-size: 22px;
    font-weight: 400;
    color: #646363;
    height: 45px;
}
.testimonialsWrap li img {
    display: block;
    margin: 8px auto;
}
.testimonialsWrap li h6 {
    color: #7c7c7c;
    font-size: 14px;
    font-weight: 400;
    height: 220px;
    max-height: 100%;
    line-height: 22px;
    text-align: center;
}
.testimonialsWrap li span {
    font-family: "Brandon Medium", sans-serif;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: table;
    color: #b72d4c;
    text-align: center;
    margin: 0 auto;
    height: 30px;
}
.testimonialsWrap li span:before {
    content: "";
    width: 25px;
    height: 1px;
    background: #dbdbdb;
    display: block;
    margin-top: 8px;
    margin-left: -30px;
    float: left;
}
.logoShowcaseContainer {
    background: #fff;
    padding: 35px 0 40px 0;
    overflow: hidden;
}
.logoShowcaseContainer h4 {
    display: block;
    margin-bottom: 20px;
    text-align: center;
    font-size: 18px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    color: #797979;
    font-family: "Brandon Medium", sans-serif;
    font-weight: 400;
}
.seoh2 {
    display: block;
    margin-bottom: 20px;
    text-align: center;
    font-size: 18px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    color: #000;
    font-family: "Brandon Medium", sans-serif;
    font-weight: 400;
}
.logoShowCaseImg {
    display: block;
    margin: 0 auto;
    overflow: hidden;
    padding: 0 40px;
    width: 100%;
    height: 60px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.logoShowCaseImg:before {
    content: "";
    right: 38px;
    z-index: 5;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100px;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UyZTJlMiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left, rgba(226, 226, 226, 0) 0, rgba(255, 255, 255, 1) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(226, 226, 226, 0)), color-stop(100%, rgba(255, 255, 255, 1)));
    background: -webkit-linear-gradient(left, rgba(226, 226, 226, 0) 0, rgba(255, 255, 255, 1) 100%);
    background: -o-linear-gradient(left, rgba(226, 226, 226, 0) 0, rgba(255, 255, 255, 1) 100%);
    background: -ms-linear-gradient(left, rgba(226, 226, 226, 0) 0, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to right, rgba(226, 226, 226, 0) 0, rgba(255, 255, 255, 1) 100%);
}
.logoShowCaseImg img {
    float: left;
    display: block;
    margin: 0 25px;
    width: auto !important;
    height: 60px;
}
.appTypeDataLinksContainer {
    background: #ae1447;
    padding: 50px 0;
}
.appTypeDataLinksContainer h4 {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
    text-align: center;
    margin-bottom: 20px;
    font-family: "Brandon Medium", sans-serif;
}
.appTypeDataLinksWrap {
    display: table;
    margin: 0 auto;
}
.appTypeDataLinksContainer p {
    color: #fff;
    font-size: 12px;
    text-align: center;
    margin-top: 15px;
    line-height: 20px;
}
.appTypeDataLinksContainer p a {
    color: #fff;
    text-decoration: underline;
}
.appTypeDataLinksContainer p a:hover {
    color: #000;
}
.appTypeDataLinksWrap a {
    display: block;
    float: left;
    padding: 9px 16px 7px;
    color: #fbbed2;
    font-size: 12px;
    text-transform: uppercase;
    border-radius: 4px;
    font-weight: 400;
    border: 1px solid #fbbed2;
    margin: 0 15px;
    font-family: "Brandon Medium", sans-serif;
    letter-spacing: 1.5px;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.appTypeDataLinksWrap a:hover {
    color: #ae1447;
    background: #e4e4e4;
    border-color: #e4e4e4;
}
.appTypeDataLinksWrap.appType2Col a {
    -webkit-box-shadow: inset 0 0 0 0 #ff3a7c;
    -moz-box-shadow: inset 0 0 0 0 #ff3a7c;
    -o-box-shadow: inset 0 0 0 0 #ff3a7c;
    box-shadow: inset 0 0 0 0 #ff3a7c;
}
.appTypeDataLinksWrap.appType2Col a:hover {
    color: #fff;
    -webkit-box-shadow: inset 0 0 0 70px #ff3a7c;
    -moz-box-shadow: inset 0 0 0 70px #ff3a7c;
    -o-box-shadow: inset 0 0 0 70px #ff3a7c;
    box-shadow: inset 0 0 0 70px #ff3a7c;
    border-color: #ff3a7c;
}
.fcoTypeDataLinksContainer {
    background: #ae1447;
    padding: 50px 0;
    margin-top: 35px;
}
.fcoTypeDataLinksContainer h4 {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
    text-align: center;
    margin-bottom: 20px;
    font-family: "Brandon Medium", sans-serif;
}
.fcoTypeDataLinksWrap {
    display: table;
    margin: 0 auto;
}
.fcoTypeDataLinksContainer p {
    color: #fff;
    font-size: 12px;
    text-align: center;
    margin-top: 15px;
    line-height: 20px;
}
.fcoTypeDataLinksContainer p a {
    color: #fff;
    text-decoration: underline;
}
.fcoTypeDataLinksContainer p a:hover {
    color: #000;
}
.fcoTypeDataLinksWrap a {
    display: block;
    float: left;
    padding: 9px 15px 7px;
    color: #fbbed2;
    font-size: 12px;
    text-transform: uppercase;
    border-radius: 4px;
    font-weight: 400;
    border: 1px solid #fbbed2;
    margin: 0 8px;
    font-family: "Brandon Medium", sans-serif;
    letter-spacing: 1.5px;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.fcoTypeDataLinksWrap a:hover {
    color: #ae1447;
    background: #e4e4e4;
    border-color: #e4e4e4;
}
.fcoTypeDataLinksWrap.appType2Col a {
    -webkit-box-shadow: inset 0 0 0 0 #ff3a7c;
    -moz-box-shadow: inset 0 0 0 0 #ff3a7c;
    -o-box-shadow: inset 0 0 0 0 #ff3a7c;
    box-shadow: inset 0 0 0 0 #ff3a7c;
}
.fcoTypeDataLinksWrap.appType2Col a:hover {
    color: #fff;
    -webkit-box-shadow: inset 0 0 0 70px #ff3a7c;
    -moz-box-shadow: inset 0 0 0 70px #ff3a7c;
    -o-box-shadow: inset 0 0 0 70px #ff3a7c;
    box-shadow: inset 0 0 0 70px #ff3a7c;
    border-color: #ff3a7c;
}
.footerContainer {
    clear: both;
    width: 100%;
    margin-top: 1em;
    margin-bottom: 1em;
    position: relative;
}
.footerContainer .centerAlign {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 80%;
}
.footerContainer .footerLogo{
	width: 40%;
	display:flex;
}
.footerContainer .menuArea{
	width: 20%;
	display:flex;
}


.footerNav li a {
    font-size: 13px;
    font-family: "Brandon Medium", sans-serif;
    color: #656565;
    text-transform: uppercase;
}
.footerNav li a:hover {
    color: #ae1447;
}
.footerContainer p {
    display: block;
    text-align: center;
    color: #797878;
    font-family: "Brandon Medium", sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    margin-top: 10px;
}
.owl-controls {
    width: 100%;
    top: 0;
    left: 0;
    z-index: 5;
    height: 100%;
    position: absolute;
}
.owl-nav {
    width: 100%;
    position: absolute;
    top: 50%;
}
.owl-nav .owl-next,
.owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    text-indent: 80000px;
    width: 40px;
    margin-top: -20px;
    height: 40px;
    background: url(../images/nextPrevIcon.png) 0 0 no-repeat;
}
.owl-nav .owl-prev {
    left: 20px;
}
.owl-nav .owl-next {
    right: 20px;
    background-position: 0 -40px;
}
.testimonialsWrap .owl-controls {
    display: block;
    position: static;
    margin-top: 20px;
}
.testimonialsWrap .owl-stage-outer {
    margin-left: 2px;
}
.testimonialsWrap .owl-dots {
    display: table !important;
    margin: 0 auto 0 auto;
}
.owl-dots div {
    display: block;
    width: 14px;
    height: 14px;
    border-radius: 50px;
    border: 2px solid #a4a4a4;
    float: left;
    margin: 0 8px;
}
.owl-dots div.active {
    border-color: #bb2d58;
}
.innerContentContainer {
    padding: 135px 0 0 0;
    background: #f2f2f2;
    width: 1100px;
    margin: 0 auto;
}
.pagesNavLlinksWrap {
    overflow: hidden;
    display: table;
    margin: 0 auto;
}
.pagesNavLlinksWrap h1 {
    font-size: 18px;
    color: #ae1447;
    font-family: Raleway, sans-serif;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
.pagesNavLinks li {
    float: left;
    margin-right: 15px;
    padding-bottom: 30px;
    background: url(../images/boxShadow.png) center 95% no-repeat;
    -webkit-transition: background-position ease 0.5s;
    -moz-transition: background-position ease 0.5s;
    -o-transition: background-position ease 0.5s;
    transition: background-position ease 0.5s;
}
.pagesNavLinks li a.pageLink {
    display: block;
    width: 110px;
    height: 145px;
    background: #fff;
    border: 2px solid #ededed;
    text-transform: uppercase;
    font-family: "Brandon Medium", sans-serif;
    padding: 15px 13px 5px 13px;
    text-transform: uppercase;
    color: #636262;
    line-height: 18px;
    font-size: 12px;
    text-align: center;
    position: relative;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
.pagesNavLinks li a.pageLink:before {
    position: absolute;
    width: 20px;
    height: 10px;
    background: url(../images/passLinksBottomArrow.png) center top no-repeat;
    margin-left: -10px;
    left: 50%;
    bottom: -10px;
    content: "";
    display: none;
}
.pagesNavLinks li a.pageLink:hover,
.pagesNavLinks li.activeLink a.pageLink {
    border-color: #d8d8d8;
    background: #e2e2e2;
}
.pagesNavLinks li:hover a.pageLink {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
}
.pagesNavLinks li:hover {
    background-position: center 100%;
}
.pagesNavLinks li a.pageLink:hover:before,
.pagesNavLinks li.activeLink a.pageLink:before {
    display: block;
}
.pagesNavLinks li a.pageLink span {
    display: block;
    margin: 0 auto 10px auto;
    width: 80px;
    height: 80px;
    background: url(../images/allApplicationFormSeviceIconsSprite.png) top center no-repeat #fff;
    border: 2px solid #e6e6e6;
    border-radius: 50%;
    -webkit-transition: border-color ease 0.5s;
    -moz-transition: border-color ease 0.5s;
    -o-transition: border-color ease 0.5s;
    transition: border-color ease 0.5s;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
}
.pagesNavLinks li a.appFormIcon span {
    background-position: 0 -80px;
}
.pagesNavLinks li a.empoSupIcon span {
    background-position: 0 -160px;
}
.pagesNavLinks li a.twoPassIcon span {
    background-position: 0 -240px;
}
.pagesNavLinks li a.countSigIcon span {
    background-position: 0 -320px;
}
.pagesNavLinks li a.authoLetIcon span {
    background-position: 0 -400px;
}
.pagesNavLinks li a.otherDocsIcon span {
    background-position: 0 -480px;
}
.pagesNavLinks li a.las01 span {
    background-position: 0 -560px;
}
.pagesNavLinks li a.pageLink:hover span,
.pagesNavLinks li.activeLink a.pageLink span {
    border-color: #9f9f9f;
}
.pagesNavLinks li:last-child {
    margin-right: 0;
    background: 0 0;
}
.newPageLink {
    display: block;
    width: 110px;
    height: 110px;
    text-align: center;
    border-radius: 50%;
    background: #787878;
    color: #fff;
    margin: 30px auto 0 auto;
    font-family: "Brandon Medium", sans-serif;
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
    padding-top: 30px;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.newPageLink:hover {
    color: #ae1447;
    background: #e4e4e4;
    border-color: #e4e4e4;
}
.innerContentWrapper {
    display: block;
    margin-top: 20px;
    background: #fff;
    border: 2px solid #ededed;
}
.innerContentWrapCon {
    padding: 30px;
}
.splitDivs {
    overflow: hidden;
    width: 100%;
}
.leftDiv {
    float: left;
    width: 48%;
}
.rightDiv {
    float: right;
    width: 48%;
}
.innerTitle {
    display: block;
    text-align: center;
    background: #fff1f6;
    font-size: 18px;
    text-transform: uppercase;
    color: #846d75;
    border: 1px solid #ffe5ee;
    line-height: 28px;
    padding: 8px 10px;
    font-family: Raleway, sans-serif;
    font-weight: 400;
    letter-spacing: 1.5px;
}
.innerTitleDesc {
    display: block;
    padding: 25px;
    border: 1px solid #ffe5ee;
    border-top: none;
    margin-bottom: 30px;
}
.innerTitleDesc h4 {
    color: #646464;
    font-family: Raleway, sans-serif;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}
.innerTitleDesc h3 {
    color: #646464;
    font-family: Raleway, sans-serif;
    font-size: 17px;
    font-weight: 800;
    margin-bottom: 5px;
}
.innerTitleDesc h2 {
    font-size: 18px;
    color: #ae1447;
    font-family: Raleway, sans-serif;
    margin-bottom: 20px;
}
.innerTitleDesc p {
    color: #848484;
    margin-bottom: 18px;
    font-size: 15px;
    line-height: 25px;
}
.innerTitleDesc img.innerImage {
    display: block;
    width: 100%;
    max-width: 100%;
}
.innerTitleDesc p > a {
    color: #884c5a;
    text-decoration: underline;
}
.defultListStyle {
    padding-bottom: 10px;
}
.defultListStyle li {
    color: #848484;
    margin-bottom: 12px;
    padding-left: 20px;
    position: relative;
    font-size: 15px;
    line-height: 22px;
}
.defultListStyle li a {
    color: #846d75;
    text-decoration: underline;
}
.defultListStyle li:before {
    content: "";
    display: block;
    left: 1px;
    position: absolute;
    top: 4px;
    width: 13px;
    height: 13px;
    background: url(../images/defaultListBullet.png);
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
}
.innerTitleDesc .innerrequestli li {
    color: #000;
    margin-bottom: 12px;
    padding-left: 20px;
    position: relative;
    font-size: 15px;
    line-height: 22px;
}
.innerTitleDesc .innerrequestli li a {
    color: #000;
    text-decoration: underline;
}
.innerTitleDesc .break {
    margin-bottom: 10px;
}
.vidPlace {
    width: 100%;
}
.centerDefualtList {
    text-align: center;
}
.centerDefualtList.defultListStyle li {
    padding-left: 0;
}
.centerDefualtList.defultListStyle li:before {
    display: inline-block;
    position: static;
    margin-right: 5px;
    margin-top: -5px;
    vertical-align: middle;
}
.accordianWrap {
    width: 800px;
    margin: 0 auto;
}
.accordianWrap h3 {
    display: block;
    background: #f2f2f2;
    border: 1px solid #e4e4e4;
    border-radius: 4px;
    color: #929292;
    font-family: Raleway, sans-serif;
    font-weight: 400;
    padding: 10px 60px 10px 14px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    margin-top: 11px;
    font-size: 17px;
}
.accordianWraprequest h3 {
    display: block;
    background: #f2f2f2;
    border: 1px solid #e4e4e4;
    border-radius: 4px;
    color: #ae1447;
    font-family: Raleway, sans-serif;
    font-weight: 400;
    padding: 10px 60px 10px 14px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    margin-top: 11px;
    font-size: 17px;
}
.accordianWrap h3:first-child {
    margin-top: 0;
}
.accordianWrap h3:before {
    position: absolute;
    right: 0;
    top: 0;
    background: url(../images/accordianArrow.png) 5px center no-repeat;
    width: 50px;
    height: 100%;
    content: "";
    border-left: 1px solid #e4e4e4;
}
.accordianWraprequest h3:before {
    position: absolute;
    right: 0;
    top: 0;
    background: url(../images/accordianArrow.png) 5px center no-repeat;
    width: 50px;
    height: 100%;
    content: "";
    border-left: 1px solid #e4e4e4;
}
.accordianWrap h3.activeAccord:before {
    background-position: -35px center;
    background-color: #ae1447;
}
.accordianWraprequest h3.activeAccord:before {
    background-position: -35px center;
    background-color: #ae1447;
}
.accordianWraprequest h3.activeAccord {
    border-radius: 4px 4px 0 0;
}
.accordianWraprequest h3.activeAccord {
    border-radius: 4px 4px 0 0;
}
.accordianWrap h3 span {
    font-family: "Droid Serif", sans-serif;
}
.accordianData {
    padding: 15px 25px;
    border: 1px solid #e4e4e4;
    border-top: none;
    border-radius: 0 0 5px 5px;
    background: #fffcfd;
    display: none;
}
.accordianData.showThis {
    display: block;
}
.applyForPassBanContainer {
    background: #ae1447;
    padding: 35px 0;
}
.applyForPassBanContainer h4 {
    font-family: Raleway, sans-serif;
    font-size: 18px;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 400;
    text-align: center;
}
.applyForPassBanContainer a {
    display: table;
    margin: 0 auto;
    padding: 10px 20px;
    border: 2px solid #ffeef4;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-family: "Brandon Medium", sans-serif;
    border-radius: 5px;
    margin-top: 20px;
    font-weight: lighter;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
    -webkit-box-shadow: inset 0 0 0 0 #fbbed2;
    -moz-box-shadow: inset 0 0 0 0 #fbbed2;
    -o-box-shadow: inset 0 0 0 0 #fbbed2;
    box-shadow: inset 0 0 0 0 #fbbed2;
}
.applyForPassBanContainer a:hover {
    color: #ae1447;
    background: #e4e4e4;
    border-color: #e4e4e4;
}
.innerFooterCont {
    background-color: #eaeaea;
}
.bottomContactContainer {
    overflow: hidden;
    padding-bottom: 40px;
    padding-top: 30px;
}
.bottomContactContainer h3 {
    text-align: center;
    font-family: "Brandon Medium", sans-serif;
    color: #606060;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 26px;
}
.bcInfoWrap {
    width: 90%;
    margin: 0 auto;
}
.bcInfoWrap h4 {
    color: #7c7979;
    font-size: 24px;
    padding-left: 50px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 54px;
}
.bcForm {
    width: 45%;
    float: left;
}
.bcForm h4 {
    background: url(../images/footerContactIcons.png) -9px -8px no-repeat;
    margin-bottom: 10px;
    line-height: 50px;
}
.bcForm input[type="email"],
.bcForm input[type="text"],
.bcForm select,
.bcForm textarea {
    display: block;
    clear: both;
    font-family: Raleway, sans-serif;
    margin-bottom: 10px;
    font-size: 14px;
    width: 100%;
    color: #000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 10px;
    border: 1px solid #e7e7e7;
    border-radius: 3px;
}
.bcForm input[type="text"]::-webkit-input-placeholder {
    color: #000;
}
.bcForm input[type="text"]:-moz-placeholder {
    color: #000;
}
.bcForm input[type="text"]::-moz-placeholder {
    color: #000;
}
.bcForm input[type="text"]:-ms-input-placeholder {
    color: #000;
}
.bcForm input[type="email"]::-webkit-input-placeholder {
    color: #000;
}
.bcForm input[type="email"]:-moz-placeholder {
    color: #000;
}
.bcForm input[type="email"]::-moz-placeholder {
    color: #000;
}
.bcForm input[type="email"]:-ms-input-placeholder {
    color: #000;
}
.bcForm textarea::-webkit-input-placeholder {
    color: #000;
}
.bcForm textarea:-moz-placeholder {
    color: #000;
}
.bcForm textarea::-moz-placeholder {
    color: #000;
}
.bcForm textarea:-ms-input-placeholder {
    color: #000;
}
.bcForm select {
    padding: 0 10px 0 10px;
    -webkit-padding-before: 9px;
    -webkit-padding-after: 9px;
}
.bcForm select option {
    padding: 9px 10px 9px 10px;
}
.bcForm textarea {
    resize: none;
    height: 80px;
}
.bcForm input[type="submit"] {
    display: block;
    clear: both;
    width: 100%;
    background: #ae1447;
    color: #fff;
    font-family: "Brandon Medium", sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 3px;
    padding: 7px 0 6px 0;
    border: none;
    cursor: pointer;
    -webkit-appearance: none;
}
.bcForm input[type="submit"]:hover {
    background: #000;
}
.bcDetail {
    width: 50%;
    float: right;
    margin-top: 70px;
}
.bcDetail h4 {
    margin-bottom: 0;
}
.bcDetail p {
    color: #5f5f5f;
    font-size: 16px;
    line-height: 26px;
    margin-top: 5px;
}
.bcDetail p a {
    color: #5f5f5f;
}
.bcDetail p a:hover {
    color: #ae1447;
    text-decoration: underline;
}
.bcDetail p span {
    font-weight: 700;
}
.sepLine {
    width: 100%;
    height: 1px;
    background: #d1d1d1;
    display: block;
    margin: 15px auto;
}
.callIcon {
    background: url(../images/footerContactIcons.png) -9px -68px no-repeat;
}
.innerContentWrapper .mainTitle {
    margin-bottom: 20px;
}
.mailIcon {
    background: url(../images/footerContactIcons.png) -9px -128px no-repeat;
}
.mailContainer {
    overflow: hidden;
    margin-bottom: 20px;
    padding: 25px 0;
    background: #fff1f6;
    border: 2px solid #eccbd7;
}
.demoMail {
    background: #fff;
}
.demo2Mail .mailWrapInputWrap {
    background: #fff;
}
.mailWrap {
    display: block;
    width: 100%;
}
.innerContentWrapper .mainTitle {
    margin-bottom: 20px;
}
.mailWrap label {
    float: none;
    font-family: Raleway, sans-serif;
    font-size: 14px;
    letter-spacing: 0.7px;
    color: #846d75;
    font-weight: 600;
    margin-right: 15px;
    display: block;
    padding: 0 25px;
    margin-bottom: 17px;
    line-height: 19px;
    margin-left: 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.mailWrapInputWrap {
    padding: 5px 0;
    overflow: hidden;
    border-bottom: 1px solid #eccbd7;
    border-top: 1px solid #eccbd7;
    background: #fff;
}
.ribbonTitle {
    line-height: 44px;
    height: 44px;
    font-size: 15px;
    font-family: Raleway, sans-serif;
    font-weight: 600;
    color: #fff;
    float: left;
    background: #ae1447;
    padding: 0 25px;
    position: relative;
    margin-right: 50px;
}
.ribbonTitle:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: -25px;
    top: 0;
    border-bottom: 22px solid transparent;
    border-left: 25px solid #ae1447;
    border-top: 22px solid transparent;
    outline: 1px solid transparent;
}
.mailWrap input[type="text"] {
    font-size: 13px;
    font-family: Raleway, sans-serif;
    padding: 0 14px 0 14px;
    width: 250px;
    border: 1px solid #e7e6e6;
    float: left;
    line-height: 38px;
    height: 38px;
    outline: 0;
    margin-right: 20px;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 3px;
}
.mailWrap input[type="text"]:focus {
    border-color: #ababab;
}
.mailWrap .quickInqIcon,
.mailWrap input[type="submit"] {
    font-size: 13px;
    font-weight: 600;
    font-family: Raleway, sans-serif;
    padding: 0 30px 0 30px;
    background: #ae1447;
    float: left;
    margin-left: 0;
    line-height: 39px;
    height: 38px;
    border: none;
    text-transform: uppercase;
    color: #fff;
    display: block;
    cursor: pointer;
    margin-top: 3px;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
    -webkit-box-shadow: inset 0 0 0 0 #fbbed2;
    -moz-box-shadow: inset 0 0 0 0 #fbbed2;
    -o-box-shadow: inset 0 0 0 0 #fbbed2;
    box-shadow: inset 0 0 0 0 #fbbed2;
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}
.mailWrap .quickInqIcon:hover,
.mailWrap input[type="submit"]:hover {
    background: #333;
}
.contentWithIcon {
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}
.contentWithIcon .innerTitleDesc {
    position: relative;
    margin-bottom: 0;
}
.cwiIcon {
    position: absolute;
    right: 0;
    top: 0;
    width: 340px;
    border-left: 1px solid #ffe5ee;
    height: 100%;
}
.cwiIcon:before {
    content: "";
    border-bottom: 10px solid transparent;
    border-top: 10px solid transparent;
    border-right: 10px solid #ffe5ee;
    position: absolute;
    top: 50%;
    left: -10px;
    margin-top: -5px;
}
.cwiContent {
    padding-right: 370px;
    min-height: 250px;
}
.cwiIcon span {
    left: 50%;
    top: 50%;
    position: absolute;
    margin-top: -107px;
    margin-left: -107px;
    height: 215px;
    width: 215px;
    background: url(../images/seviceBigIconsSprites.png) top left no-repeat;
    border: 3px solid #e6e6e6;
    border-radius: 50%;
}
.cwiIcon span.appFormBigIcon {
    background-position: 0 0;
}
.cwiIcon span.passPhotoBigIcon {
    background-position: 0 -215px;
}
.contentWithIcon .innerTitleDesc:nth-child(even) .cwiIcon {
    right: auto;
    left: 0;
    border-right: 1px solid #ffe5ee;
    border-left: none;
}
.contentWithIcon .innerTitleDesc:nth-child(even) .cwiIcon:before {
    left: auto;
    border-right: none;
    right: -10px;
    border-left: 10px solid #ffe5ee;
}
.contentWithIcon .innerTitleDesc:nth-child(even) .cwiContent {
    padding-left: 370px;
    padding-right: 0;
}
.bannerContainer {
    display: block;
    position: relative;
    height: 65px;
}
.bannerContainer img {
    width: 100%;
    display: block;
}
.innerWithBanner {
    padding-top: 0;
}
.bannerWrap {
    position: absolute;
    bottom: 10%;
    left: 0;
    width: 100%;
}
.bannerWrap h1 {
    font-size: 36px;
    color: #616161;
    font-weight: lighter;
    text-align: center;
    font-family: Raleway, sans-serif;
}
.innerWithBanner {
    background: #fff;
}
.innerWithBanner .mainTitle {
    margin-bottom: 35px;
}
.innerTitle.doubleLineheight {
    line-height: 56px;
}
.clear {
    clear: both;
}
.reqDataContainer {
    display: block;
    padding: 50px 30px;
    background: #f7f7f7;
}
.reqDataContainer .centerAlign {
    width: 100%;
}
.reqDataCircleLinks {
    text-align: center;
    margin-top: -10px;
}
.reqDataContainer .mainTitle {
    margin-bottom: 10px;
}
.reqDataCircleLinks li {
    width: 190px;
    display: inline-block;
    margin-top: 45px;
    vertical-align: top;
}
.reqDataCircleLinks li.clear {
    display: block;
    width: 0;
    margin: 0;
    padding: 0;
}
.reqDataCircleLinks li.serviceNote {
    position: relative;
}
.reqDataCircleLinks li.serviceNote img {
    position: absolute;
    right: 180px;
    top: 32%;
    height: 44px;
    width: auto;
    display: block;
}
.reqDataCircleLinks li.serviceNote img.rightAlignNote {
    left: 180px;
    right: auto;
}
.reqDataCircleLinks li a.reqDataIcon {
    display: block;
    width: 135px;
    height: 135px;
    margin: 0 auto;
    background: url(../images/reqDocIcons.png) top center no-repeat #fff;
    border: 3px solid #e6e6e6;
    border-radius: 50%;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
}
.reqDataCircleLinks li a.reqDataText {
    display: block;
    text-align: center;
    font-family: Raleway, sans-serif;
    font-weight: 600;
    color: #626566;
    margin-top: 10px;
    font-size: 16px;
    letter-spacing: 0.7px;
    line-height: 20px;
}
.reqDataCircleLinks li a.reqCurPass {
    background-position: 0 0;
}
.reqDataCircleLinks li a.reqAppForm {
    background-position: 0 -135px;
}
.reqDataCircleLinks li a.reqls01Form {
    background-position: 0 -945px;
}
.reqDataCircleLinks li a.reqPassPhoto {
    background-position: 0 -270px;
}
.reqDataCircleLinks li a.reqEmpSup {
    background-position: 0 -404px;
}
.reqDataCircleLinks li a.reqCounter {
    background-position: 0 -540px;
}
.reqDataCircleLinks li a.reqAuthLet {
    background-position: 0 -675px;
}
.reqDataCircleLinks li a.reqOtherDoc {
    background-position: 0 -810px;
}
.reqDataCircleLinks li:hover a.reqDataIcon {
    border-color: #d6d6d6;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.leftGreySplit .innerTitle {
    text-align: left;
    font-size: 19px;
    line-height: 30px;
    padding: 12px 30px;
    background: #ededed;
    border-color: #ededed;
    color: #696969;
    text-transform: none;
}
.leftGreySplit .innerTitleDesc {
    border-color: #ededed;
    background: #fff;
}
.splitBlockFTLine {
    display: table;
    margin: 15px auto 15px auto;
}
.serviceFeeBlockContainer {
    display: block;
    margin-top: 40px;
}
.serviceFeeBlockWrap {
    text-align: center;
}
.serviceFeeBlocks {
    display: inline-block;
    width: 250px;
    margin: 0 15px;
    border: 2px solid #e6e6e6;
    border-radius: 5px;
    vertical-align: top;
    -webkit-transition: -webkit-transform ease 0.5s;
    -moz-transition: -moz-transform ease 0.5s;
    -o-transition: -o-transform ease 0.5s;
    transition: transform ease 0.5s;
}
.serviceFeeBlocks h5 {
    font-size: 19px;
    color: #626566;
    padding: 10px 0;
    font-weight: 600;
    display: block;
    text-align: center;
    border-bottom: 2px solid #e6e6e6;
    font-family: Raleway, sans-serif;
}
.serviceFeeData span {
    display: block;
    width: 120px;
    height: 120px;
    margin: 25px auto;
    border: 3px solid #e7e7e7;
    background: url(../images/serviceFeeIcons.png) center top no-repeat #fff;
    -webkit-background-size: 120px auto;
    -moz-background-size: 120px auto;
    -o-background-size: 120px auto;
    background-size: 120px auto;
    border-radius: 50%;
}
.serviceFeeData span.preCheckServiceIcon {
    background-position: 0 -120px;
}
.serviceFeeData span.sameDayIcon {
    background-position: 0 -240px;
}
.serviceFeeData span.nextDayIcon {
    background-position: 0 -360px;
}
.serviceFeeData span.oneWeekIcon {
    background-position: 0 0;
}
.serviceFeeData h6 {
    color: #ae1447;
    padding: 0 0 15px 0;
    font-size: 24px;
    font-weight: 400;
}
.serviceFeeData {
    padding: 0 20px;
}
.serviceFeeData p {
    color: #848484;
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 20px;
}
.serviceNote {
    font-size: 15px;
    text-align: center;
    margin-top: 30px;
    line-height: 27px;
    margin-bottom: 10px;
    color: #848484;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.serviceFeeLinks {
    display: table;
    margin: 20px auto 35px auto;
}
.serviceFeeLinks a {
    margin: 0 15px;
    display: block;
    float: left;
    border: 3px solid #c2c1c1;
    color: #525252;
    padding: 10px 22px 8px;
    border: 2px solid #c2c1c1;
    font-size: 14px;
    font-family: "Brandon Medium", sans-serif;
    text-transform: uppercase;
    border-radius: 3px;
}
.serviceFeeLinks a:hover {
    color: #ae1447;
    border-color: #ae1447;
}
.serviceFeeLinks a.colButton {
    background: #ae1447;
    border-color: #ae1447;
    color: #fff;
}
.serviceFeeLinks a.colButton:hover {
    background: #333;
    border-color: #333;
}
.impHead {
    color: #884c5a;
    font-family: "Droid Serif", sans-serif;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 22px;
}
.innerImgBlock {
    display: table;
    width: auto;
    padding: 10px 0;
    margin: 0 auto;
    overflow: hidden;
    clear: both;
}
.innerImgBlock img {
    display: block;
    width: 100%;
}
.defultListStyle li span.highLight {
    color: #884c5a;
}
.contactPageWrap {
    background: #fff;
    padding-bottom: 60px;
}
.contactPageWrap .bcDetail,
.contactPageWrap .bcForm {
    width: 100%;
}
.contactPageWrap .centerAlign {
    width: 84%;
}
.contactPageWrap .bcInfoWrap {
    width: 45%;
    float: left;
}
.contactPageWrap .bcDetail {
    margin-top: 0;
}
.contactPageWrap .bcForm {
    margin-top: 35px;
}
.contactInfoBlocks h4 {
    color: #7c7979;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 1.5px;
    line-height: 54px;
}
.contactInfoBlocks h4 i {
    width: 40px;
    height: 40px;
    display: inline-block;
    background: url(../images/contactIcons.png) top center no-repeat;
    vertical-align: middle;
    margin-right: 10px;
    margin-top: -7px;
}
.contactInfoBlocks h4.contAppIcon i {
    background-position: 0 0;
}
.contactInfoBlocks h4.contAddIcon i {
    background-position: 0 -40px;
}
.contactInfoBlocks h4.contOfficeIcon i {
    background-position: 0 -80px;
}
.contactRightWrap {
    width: 45%;
    float: right;
}
.contactRightWrap p {
    font-size: 15px;
    color: #5f5f5f;
    line-height: 23px;
    padding-left: 15px;
}
.contactInfoBlocks {
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    margin-bottom: 5px;
}
.contactPageWrap .mainTitle {
    margin-bottom: 40px;
}
.mapWrap {
    width: 100%;
    height: 250px;
    border: 1px solid #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 20px;
}
.extraPad {
    padding-top: 250px;
}
.topPad {
    padding-top: 65px;
}
.noMargBottom {
    margin-bottom: 0 !important;
}
.fastTrackTableContainer {
    padding: 50px 0;
    margin-top: 20px;
    background: #f7f7f7;
    overflow: hidden;
}
.fastTrackTableContainer .mainTitle {
    margin-bottom: 25px;
}
.fastTrackTableWrap {
    border: 1px solid #f6cbda;
    background: #fff;
    border-collapse: collapse;
    border-spacing: 0;
    width: 96%;
    margin: 0 auto;
}
.fastTrackTableWrap tr th {
    border: 1px solid #f6cbda;
    padding: 10px 20px;
    font-family: Raleway, sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #846d75;
    text-align: center;
    text-transform: uppercase;
    background: #fff1f6;
    line-height: 28px;
}
.fastTrackTableWrap tr td {
    padding: 12px 15px;
    border: 1px solid #f6cbda;
}
.fastTrackTableWrap tr td h4 {
    font-size: 15px;
    line-height: 21px;
    color: #884c5a;
    margin-bottom: 0;
    font-weight: 400;
}
.fastTrackTableWrap tr td a {
    font-size: 14px;
    color: #ae1447;
    text-decoration: underline;
    text-align: center;
    margin-bottom: 0;
}
.fastTrackTableWrap tr td a:hover {
    font-size: 14px;
    color: #ae1447;
    text-align: center;
    text-decoration: underline;
    margin-bottom: 0;
}
.fastTrackTableWrap tr td p {
    font-size: 14px;
    line-height: 22px;
    color: #848484;
    text-align: center;
    margin-bottom: 0;
}
.fastTrackTableWrap tr td p span {
    color: #ae1447;
    font-weight: 700;
}
.fastTrackTableWrap tr.tableSubHead td {
    font-size: 15px;
    color: #fff;
    background: #ae1447;
    border: 1px solid #f6cbda;
    font-family: Raleway, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    padding: 11px 0;
    line-height: 20px;
}
.innerWithBanner .aboutContainer .mainTitle,
.innerWithBanner .benefitsContainer .mainTitle {
    margin-bottom: 0;
}
.respIcon {
    display: none;
    width: 40px;
    height: 40px;
    background: url(../images/navIcon.png) center center no-repeat #9a0033;
    border-radius: 50%;
    float: right;
    margin-top: 17px;
    margin-right: 15px;
}
.requireDocumentDescription {
    width: 80%;
    margin: 50px auto 0 auto;
    background: #fff;
}
.requireDocumentDescription .innerTitleDesc {
    padding: 15px 20px 10px 20px;
}
.innerTitleDesc .quoteParaWrap,
.quoteParaWrap {
    padding: 10px 20px;
    background: url(../images/quoteInnerLeft.png) 2% 2% no-repeat #fff8fb;
    border: 1px solid #fcdae6;
    color: #b34e72;
    line-height: 30px;
}
.innerAppLinks {
    overflow: hidden;
}
.innerAppLinks a {
    float: left;
    font-family: Raleway, sans-serif;
    color: #9a0033;
    border: 1px solid #e3b8c6;
    margin: 0 10px 0 0;
    border-radius: 3px;
    padding: 8px 23px;
    text-transform: uppercase;
    font-size: 12px;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
    -webkit-box-shadow: inset 0 0 0 0 #a92752;
    -moz-box-shadow: inset 0 0 0 0 #a92752;
    -o-box-shadow: inset 0 0 0 0 #a92752;
    box-shadow: inset 0 0 0 0 #a92752;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.innerAppLinks a:hover {
    -webkit-box-shadow: inset 0 0 0 70px #a92752;
    -moz-box-shadow: inset 0 0 0 70px #a92752;
    -o-box-shadow: inset 0 0 0 70px #a92752;
    box-shadow: inset 0 0 0 70px #a92752;
    border-color: #a92752;
    color: #fff;
}
.benefitsInner {
    overflow: hidden;
}
.sitemapLinks {
    margin-bottom: 40px;
}
.sitemapLinks li {
    display: block;
    margin-bottom: 15px;
}
.sitemapLinks li a {
    color: #c31e4b;
    font-family: Raleway, sans-serif;
}
.sitemapLinks > li > a {
    font-size: 22px;
    font-weight: 600;
}
.sitemapLinks > li > ul {
    margin-left: 20px;
    margin-top: 10px;
}
.sitemapLinks > li > ul > li {
    margin-bottom: 10px;
    background: url(../images/siteMapArrow.png) 0 4px no-repeat;
    padding-left: 15px;
}
.sitemapLinks > li > ul > li > a {
    font-size: 16px;
    color: #333;
    letter-spacing: 0.5px;
}
.sitemapLinks > li > ul > li > ul {
    margin-top: 10px;
    margin-left: 20px;
}
.sitemapLinks > li > ul > li > ul > li {
    margin-bottom: 5px;
    background: url(../images/siteMapArrow.png) 0 4px no-repeat;
    padding-left: 15px;
}
.sitemapLinks > li > ul > li.smHasSub {
    background-image: url(../images/sitemapArrowDown.png);
}
.sitemapLinks > li > ul > li.smHasSub.collapsed {
    background-image: url(../images/siteMapArrow.png);
}
.sitemapLinks > li > ul > li > ul > li > a {
    font-size: 14px;
    color: #333;
}
#quickInquiry {
    display: none;
}
.formWrapper {
    width: 320px;
    padding: 15px 20px;
    display: none;
    overflow: hidden;
    background: #fff;
}
.formWrapper * {
    font-family: Raleway, sans-serif;
}
.formWrapper h2 {
    text-align: center;
    color: #ae1447;
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 15px;
}
.formWrapper form input[type="email"],
.formWrapper form input[type="text"],
.formWrapper form select,
.formWrapper form textarea {
    background: #fff;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    border-radius: 2px;
    padding: 6px 0 6px 10px;
    font-size: 15px;
    color: #8a8683;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    resize: none;
}
.formWrapper form select {
    padding: 0 0 0 7px;
    -webkit-padding-before: 6px;
    -webkit-padding-after: 6px;
}
.formWrapper form select option {
    padding: 6px 0 6px 10px;
}
.formWrapper form textarea {
    height: 100px;
}
.formWrapper form input[type="text"]:hover,
.formWrapper form textarea:hover {
    border-color: #858585;
}
.formWrapper form input[type="text"]:focus,
.formWrapper form textarea:focus {
    background-image: url(../images/formIconSpriteHvr.png);
    border-color: #ae1447;
    color: #242424;
}
.formWrapper form .capchaWrap input[type="text"] {
    width: 46%;
    font-size: 14px;
    float: left;
    background: 0 0;
    border: none;
    border-bottom: 1px solid #a0a0a0;
    border-radius: 0;
    padding-left: 2px;
}
.formWrapper form a.reloadIcon {
    display: block;
    float: left;
    margin: 10px 0 0 20px;
}
.formWrapper form a.refreshIcon {
    float: left;
    margin: 9px 5px;
}
.formWrapper form img.capchaImg {
    float: right;
}
.formWrapper form input[type="submit"] {
    background: #ae1447;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    border: none;
    padding: 5px 25px;
    cursor: pointer;
    border-radius: 5px;
    display: table;
    margin: 0 auto;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.formWrapper form input[type="submit"]:hover {
    background-color: #222;
}
.formWrapper form input[type="submit"]:focus {
    background-color: #000;
}
.lessPad {
    padding-top: 21px;
}
.headerContactContainer {
    position: relative;
}
.headerContactInfoA .officeTimeInfo,
.headerContactInfoA .phoneNumberInfo {
    font-family: "Times New Roman";
    font-weight: 600;
}
.headerContactInfoA .phoneNumberInfo {
    color: #b72d4c;
}
.breadcrumb {
    font-family: "Droid Serif", sans-serif;
    font-size: 15px;
    color: #2a00ff;
    margin-bottom: 15px;
}
.breadcrumb a {
    font-family: "Droid Serif", sans-serif;
    font-size: 15px;
    color: #2a00ff;
    margin-bottom: 15px;
    text-decoration: underline;
}
.breadcrumb a:hover {
    font-family: "Droid Serif", sans-serif;
    font-size: 15px;
    color: #2a00ff;
    margin-bottom: 15px;
    text-decoration: underline;
}
.innerTitlePack p {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 18px;
    color: #848484;
    font-family: Raleway, sans-serif;
}
.innerTitlePack p > a {
    color: #616161;
    font-size: 15px;
    text-decoration: underline;
}
.innerTitleDescsame {
    display: block;
    border: 1px solid #e1e1e1;
    border-top: none;
    padding: 25px;
}
.innerTitleDescsame p {
    color: #000;
    margin-bottom: 18px;
    font-size: 15px;
    line-height: 25px;
    font-style: "Droid Serif", sans-serif;
}
.impHeadsame {
    color: #ae1447;
    font-family: "Droid Serif", sans-serif;
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 15px;
    line-height: 22px;
}
.defultListStylesame li {
    color: #848484;
    margin-bottom: 12px;
    padding-left: 20px;
    position: relative;
    font-size: 15px;
    line-height: 22px;
}
.defultListStylesame li a {
    color: #ae1447;
    text-decoration: underline;
}
.defultListStylesame li:before {
    content: "";
    display: block;
    left: 1px;
    position: absolute;
    top: 4px;
    width: 13px;
    height: 13px;
    background: url(../images/defaultListBullet.png);
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
}
.for-outsidersame {
    background: #ae1447 url(../images/icon-globe.png) no-repeat 120px 40px;
    color: #fff;
    padding: 50px 120px 50px 240px;
    margin-bottom: 40px;
}
.mid-content {
    color: #616161;
}
.mid-content p {
    margin: 0 0 20px 0;
}
.mid-content table {
    border: 1px solid #f6cbda;
    width: 100%;
    border-bottom: 0;
}
.mid-content table tr td {
    padding: 15px 20px;
    border-left: 1px solid #f6cbda;
    border-bottom: 1px solid #f6cbda;
}
.mid-content table tr td:first-child {
    border-left: 0;
    border-right: 0;
    width: 25%;
}
.mid-content table tr td strong {
    color: #ae1447;
}
@media (max-width: 767px) {
    .mid-content {
        font-size: 13px;
    }
    .mid-content table tr td {
        padding: 5px 10px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .mid-content {
        font-size: 13px;
    }
    .mid-content table tr td {
        padding: 10px 15px;
    }
}
.discH2 {
    color: #ae1447;
    font: normal 25px "Brandon Medium", "Droid Sans", sans-serif;
    padding-bottom: 15px;
}
.listStyleNew li {
    color: #000;
    margin-bottom: 12px;
    padding-left: 20px;
    position: relative;
    font-size: 15px;
    line-height: 22px;
}
.disc p {
    padding-bottom: 15px;
}
iframe [name="google_conversion_frame"] {
    display: none;
}
.badge-review {
    position: fixed;
    bottom: 0;
    right: 0;
}

/* 2019-09-15 */

.form-area .fserv-form-name,
.form-area .fserv-form-description,
.bcForm .fserv-form-name,
.bcForm .fserv-form-description {
    display: none;
}

.fserv-button-submit,
.fserv-container button[type="submit"].fserv-button-submit {
    width: 100%;
}

.fserv-container .fserv-label {
    display: none;
}

button[type="submit"].fserv-button-submit {
    background-color: #ae1447 !important;
    text-transform: uppercase;
}

.corona_warning {
    margin-bottom: 15px;
}