html {
  height: 100%;
  min-height: 100%;
}

body {
  padding: 0;
  margin: 0;
  height: 100%;
  min-height: 100%;
  font-family: Arial;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  box-sizing: border-box;
}

h2 {
  font-size: 23px;
  font-family: arial;
  color: #333;
}

  h2.imghead {
    margin-bottom: 20px;
  }

h3 {
  font-size: 18px;
  font-family: arial;
  color: #2780c2;
}

h4 {
  font-size: 14px;
  font-weight: 600;
}

.green {
  color: #83C231;
}

.blue {
  color: #0083CA;
}

.header-top,
header,
.section,
footer,
.footer-bottom {
  padding-left: 65px;
  padding-right: 65px;
}

.header-top {
  border-bottom: 1px solid #d4d4d4;
  font-weight: 500;
  font-size: 12px;
  color: #686868;
}

header .navbar-default {
  padding-top: 5px;
  padding-bottom: 5px;
  border: 0;
  background: transparent;
  margin-bottom: 0;
}

header .navbar-right {
  margin-top: 10px;
}

.top-row-inn {
  padding-top: 5px;
}

.top-right {
  float: right;
  margin-left: 10px;
}

  .top-right i {
    border-right: 1px solid #dadada;
    color: #aaaaaa;
    padding: 10px 14px 10px 14px;
  }

  .top-right:first-child {
    border-left: 1px solid #dadada;
  }

  .top-right a {
    color: #686868;
    text-decoration: none;
  }

    .top-right a:hover {
      color: #3e92d1;
      text-decoration: none;
    }

.navbar-default .navbar-nav > li > a {
  border-bottom: 2px solid #fff;
  font-family: roboto;
  font-weight: 500;
  font-size: 14px;
}

  .navbar-default .navbar-nav > li > a:hover,
  .navbar-default .navbar-nav > li > a:focus,
  .navbar-default .navbar-nav > li > a:active {
    border-bottom: 2px solid #fff;
    color: #3e92d1;
  }

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  background: transparent;
  color: #3e92d1;
  border-bottom: 2px solid #3e92d1;
}

.section {
  padding-top: 30px;
  padding-bottom: 30px;
}

  .section ul {
    margin-left: 0;
    padding-left: 0;
    list-style: outside;
    padding-left: 12px;
  }

  .section p {
    font-weight: 500;
  }

.inner-banner {
  width: 100%;
  min-height: 240px;
  background: #dadada;
  background-image: url(../image/banner.jpg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
  position: relative;
}

.banner-text-inn {
  color:#fff;
  font-size:26px;
  font-family: roboto;
  text-align: center;
  width: auto;
  font-weight: 600;
  position: absolute;
  bottom: 0;
  right: 0;
  /*transform: translate(-50%,-50%);*/
  line-height: 32px;
  background:rgba(0,0,0,0.6);
  padding:10px 20px;
}

.section-b {
  padding-top: 30px;
  padding-bottom: 30px;
  min-height: 400px;
  background: url(image/mid-banner2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.section-inn {
  z-index: 2;
  position: relative;
}

.section-b:before {
  content: "";
  display: block;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

h1 {
  font-family: roboto;
  font-weight: bold;
  color: #02365e;
  font-size: 30px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  position: relative;
}

  h1 span {
    color: #3e92d1;
  }

.dropdown-menu > li > a {
  font-family: roboto;
  padding: 6px 20px;
  font-size: 14px;
}

  .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background: #3e92d1;
    color: #fff;
  }

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background: #3e92d1;
  color: #fff;
}

.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}

.section-b h1 {
  border-bottom: 0;
}

  .section-b h1:after {
    content: "";
    border-bottom: 1px solid #3e92d1;
    display: block;
    width: 15%;
    margin: 0 auto;
    margin-top: 15px;
    position: relative;
  }

.featured-block {
  min-height: 212px;
  width: 90%;
  background: #727c89;
  color: #fff;
  position: relative;
  padding: 15px 15px 15px 80px;
}

  .featured-block h3 {
    color: #fff;
  }

  .featured-block li {
    font-size: 13px;
    line-height: 15px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 15px;
  }

    .featured-block li:before {
      content: '\002d';
      position: absolute;
      margin-left: -15px;
    }

.featured-block-circle {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border-radius: 50%;
  background: #e8e8e8;
  position: absolute;
  left: -46px;
  top: 50%;
  transform: translate(0, -50%);
  background-image: url(image/featured.png);
  background-repeat: no-repeat;
  background-position: center 5px;
}

h3 {
  font-weight: bold;
  font-size: 18px;
}

.section-c {
  background: #10384c;
  min-height: 400px;
  position: relative;
  color: #fff;
  line-height: 30px;
}

  .section-c .side-image {
    position: absolute;
    bottom: 0;
    right: 40px;
  }

  .section-c h1 {
    color: #fff;
  }

input[type="submit"],
input[type="button"] {
  min-width: 125px;
  min-height: 40px;
  font-size: 14px;
  font-weight: 500;
  font-family: roboto;
  margin-right: 8px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.btn-primary {
  background-color: #1a7fc5;
  border-color: #4693d0;
}

.btn-small {
  padding-top: 4px;
  text-transform: uppercase;
  padding-bottom: 4px;
  min-height: 20px !important;
}

footer {
  background: #292828;
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 10px solid #e5e8ec;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
}

.fcontact {
  margin-top: 15px;
  position: relative;
}

  .fcontact .fcinn {
    display: inline-block;
    margin-right: 40px;
    position: relative;
  }

  .fcontact .fcinn2 {
    display: inline-block;
    margin-right: 10px;
    position: relative;
  }

  .fcontact .social {
    display: inline-block;
  }

footer a {
  color: #fff;
  text-decoration: none;
}

  footer a:hover {
    color: #3e92d1;
    text-decoration: none;
  }

footer h2 {
  font-size: 18px;
  font-family: arial;
  color: #2780c2;
  display: inline-block;
}

.footer-bottom {
  background: #363636;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 12px;
  color: #fff;
}

  .footer-bottom a {
    color: #fff;
    text-decoration: none;
  }

    .footer-bottom a:hover {
      color: #3e92d1;
      text-decoration: none;
    }

.fc {
  padding-left: 20px;
}

.isize_1 {
  margin-right: 5px;
  font-size: 18px;
  top: 2px;
  position: relative;
  color: #aaaaaa;
}

.isize_2 {
  margin-right: 5px;
  font-size: 13px;
  top: 0;
  position: relative;
  color: #aaaaaa;
}

.isize_3 {
  margin-right: 5px;
  font-size: 13px;
  top: 5px;
  position: absolute;
  color: #aaaaaa;
  left: -19px;
}

.isize_4 {
  margin-right: 5px;
  font-size: 13px;
  top: 5px;
  position: absolute;
  color: #aaaaaa;
  left: 0;
}

.bbb {
  top: -19px;
  position: relative;
}

.top-right a:hover i.fa {
  color: #3e92d1 !important;
}

.copyright {
  margin-top: 14px;
}

.footerbtn2 a {
  color: #fff;
}

  .footerbtn2 a:hover {
    color: #3e92d1;
  }

.seca {
  border-left: 1px solid #dadada;
  padding-left: 50px;
}

.secab {
  padding-right: 50px;
}

.sidebar-right {
  border-left: 1px solid #dadada;
}

  .sidebar-right h3 {
    color: #fff;
    background: #337ab7;
    padding: 8px 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: roboto;
    font-weight: 500;
  }

    .sidebar-right h3 a {
      color: #fff;
    }

.sideblock {
  border-bottom: 1px solid #dadada;
  padding-bottom: 10px;
  margin-bottom: 15px;
  padding-left: 10px;
}

  .sideblock h3 {
    margin-left: -10px;
  }

.sidelink_btn {
  font-family: roboto;
}

.display_liststyle {
  list-style: outside !important;
  padding-left: 12px !important;
  font-size: 13px;
  font-weight: 500;
}

.notopmargin {
  margin-top: 0;
}

.col-block {
  min-height: 48px;
  line-height 18px !important;
  margin-bottom: 5px;
}

.col-block2 {
  min-height: 36px;
  line-height 18px !important;
  margin-bottom: 5px;
}

.quotblock {
  box-shadow: 1px 1px 4px #dadada;
  border: 1px solid #dadada;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  min-height: 55px;
}

.panel .blue.hblock {
  min-height: 50px;
}

.panel .hbody {
  min-height: 74px;
  font-size: 12px;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 0px;
  font-weight: 500;
  margin-top: 10px;
  font-family: Arial;
}

.seca hr {
  margin-top: 10px;
  margin-bottom: 10px;
}

blockquote {
  padding: 0px 20px;
  margin: 0 0 20px;
  font-size: 14px;
  border-left: 5px solid #3e92d1;
  font-weight: 500;
  color: #02365e;
}

.checkBox {
  width: 24%;
  display: block;
  float: left;
  font-weight: 400;
}

  .checkBox input {
    width: 14px;
    float: left;
    position: relative;
    top: 2px;
  }

  .checkBox label {
    float: left;
    width: 84%;
    margin-left: 5px;
    margin-top: 0px;
    font-weight: 500;
    font-size: 13px;
  }

.clearcb {
  clear: both;
}

.headerImageAboutUs {
  background-image: url(../../images/header-img-about-us.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.headerImageCompliance {
  background-image: url(../../images/header-img-compliance.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.headerImageContactUs {
  background-image: url(../../images/header-img-contact-us.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.headerImageNextSteps {
  background-image: url(../../images/header-img-next-steps.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.headerImageOnDemandWebinars {
  background-image: url(../../images/header-img-on-demand-webinars.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.headerImageSignUpNow {
  background-image: url(../../images/header-img-sign-up-now.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.headerImageSitemap {
  background-image: url(../../images/header-img-sitemap.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.headerImageFaq {
  background-image: url(../../images/header-img-faq.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.headerImageFedStateReq {
  background-image: url(../../images/header-img-fed-state-requirements.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.headerImageFeedback {
  background-image: url(../../images/header-img-feedback.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.headerImageFormI9Management {
  background-image: url(../../images/header-img-form-i9-management.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}


.comply {
  background-image: url(../../images/header-img-why-comply.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.feedback {
  background-image: url(../../images/header-img-feedback.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.WhyChooseUs {
  background-image: url(../../images/header-img-why-choose-us.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.Home {
  background-image: url(../../images/header-img-home.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.Technology {
  background-image: url(../../images/header-img-technology.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.ContactUs {
  background-image: url(../../images/header-img-contact-us.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

#popOutPosition {
  /*width: 935px;*/
  width: auto;
  height: 1px;
  margin: 0px auto;
  _overflow: auto; /* IE6 */
  z-index: -1;
  display:block;
}

#wrapperPopOut {
  width: 250px;
  z-index: 100;
  position: fixed;
  top: 40%;
  right: 0;
  overflow: auto;
}

#popOutTabDidYouKnow {
  float: right;
  _clear: left; /* IE6 */
  width: 30px;
  height: 179px;
  background: url('../../images/pop-out-tab-did-you-know.gif') no-repeat top;
  cursor: hand;
}

#popOutTabFreeI9Services {
  float: right;
  _clear: left; /* IE6 */
  width: 30px;
  height: 179px;
  background: url('../../images/pop-out-tab-free-i9-services.gif') no-repeat top;
  cursor: hand;
}

#popOutTabDoMoreWithLess {
  float: right;
  _clear: left; /* IE6 */
  width: 30px;
  height: 179px;
  background: url('../../images/pop-out-tab-do-more-with-less.gif') no-repeat top;
  cursor: hand;
}

#popOutBox {
  float: right;
  width: 220px;
  border: solid 1px #D0D0D0;
  background-color: White;
  padding: 10px;
  min-height: 250px;
  _height: 250px; /* IE6 */
  text-align: left;
  margin-bottom:: 10px;
}

ul.popOutUL {
  padding-left: 10px;
  margin: auto;
  font-size: 10px;
  font-family: Verdana;
  line-height: 12px;
}

.popOutImgGraph {
  width: 163px;
  height: 147px;
  background: url('../../images/pop-out-img-graph.gif') no-repeat bottom;
}

#ctl00_MasterPagePlaceHolder_SupportForm_div_support_form .errorMessage {
  font-size: 14px;
  position: relative;
  top: 0;
}

#ctl00_MasterPagePlaceHolder_SupportForm_div_support_form .star {
  font-size: 28px;
  position: relative;
  top: 7px;
  display: inline-block !important;
  font-weight: 600;
}

.alignRight {
  text-align: right;
}

.checkBox label::after {
  float: none;
  content: "";
}

.SubscribePanel {
  display: block;
  margin: 0 auto;
  max-width: 450px;
  width: 100%;
}

  .SubscribePanel label {
    width: 80px;
  }

  .SubscribePanel .form-control {
    display: inline-block;
    margin-bottom: 15px;
  }

.panel h3 {
  margin-top: 0;
  margin-bottom: 0;
  color: #fff;
}

#cboxClose {
  border: none;
}

.content-img {
  float: left !important;
}

li{
font-family:calibri;
font-size:16px;
}
.nlist{padding-left:20px;}
.nlist:before{
   content:"• ";
  position: absolute;
  top:1px; 
 left:15px;
}

/*.inner-banner::before {
    content: "";
    width: 100%;
    background: rgba(0,0,0,0.1);
    display: block;
    height: 60%;
}*/

/* MEDIA SCREEN  */
@media screen and (max-width:1200px) {
  .header-top,
  header,
  .section,
  footer,
  .footer-bottom {
    padding-left: 15px;
    padding-right: 15px;
  }

  .featured-block {
    float: right;
  }
}

@media screen and (max-width:1024px) {
  h1 {
    font-size: 26px;
  }

  .featured-block {
    padding: 15px 15px 15px 50px;
  }

  .section-c {
    background-position: right 0px bottom;
  }

  .featured-block-circle {
    width: 80px;
    height: 80px;
    left: -40px;
    background-position: center 3px;
    background-size: contain;
  }
}


@media screen and (max-width:991px) {
  .seca {
    border-left: 0;
    padding-left: 15px;
  }

  .secab {
    padding-right: 15px;
  }

  .seca hr {
    width: 60%;
    text-align: left;
    margin-left: 0;
  }

  .header-top, header, .section, footer, .footer-bottom {
    padding-left: 0;
    padding-right: 0;
  }
}



@media screen and (max-width:768px) {

  .featured-block {
    padding: 15px 15px 15px 170px;
    width: 100%;
    float: none;
    background: rgba(0,0,0,0.4);
    margin-bottom: 10px;
  }

  .featured-block-circle {
    width: 100px;
    height: 100px;
    left: 34px;
  }

  .section-c {
    background-size: 48%;
  }

  .bbtext {
    width: 68%;
    line-height: 14px;
    font-size: 11px;
  }

  .bbb {
    top: -25px;
  }

  .copyright {
    margin-top: 0;
  }
}

@media screen and (max-width:767px) {
  .header-top,
  header,
  .section,
  footer,
  .footer-bottom {
    padding-left: 0;
    padding-right: 0;
  }

  .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
    width: 100%;
    position: relative;
    box-shadow: none;
    border: none;
  }

  .navbar-toggle {
    margin-top: 20px;
  }

  h1 {
    font-size: 20px;
  }

  li {
    font-size: 13px;
  }

  body {
    font-size: 12px;
  }

  .seca h1 {
    display: inline-block;
    width: 40%;
  }

  .seca-btn {
    text-align: left;
  }

  .bbtext {
    line-height: inherit;
  }

  .section-c:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    z-index: 2;
  }

  .side-image img {
    position: relative;
    z-index: 1;
    width: 80%;
    opacity: 0.5;
    filter: alpha(opacity=50);
  }

  .section-c .side-image {
    right: 0;
  }

  .secc {
    z-index: 3;
  }
}

@media screen and (max-width:640px) {
  #popOutPosition {
    display: none !important;
  }

  .section ul{margin-left: 15px;}

  .secc {
    width: 100%;
  }

  .section-c {
    position: relative;
    background-size: contain;
  }

  .image_linebreak {
    float: none !important;
  }

  .list_adjust {
    padding-left: 15px;
    margin-top: 15px;
  }

  .checkBox {
    width: 50%;
  }

  .content-img {
    float: none !important;
  }

  .contentul {
    padding-left: 15px !important;
    margin-top: 10px;
  }
}

@media screen and (max-width:480px) {
  .seca h1 {
    display: block;
    width: 100%;
  }

  .f2, .f3, .f1 {
    width: 100%;
  }
}

@media screen and (max-width:360px) {
  .f1, .f2, .f3 {
    width: 100%;
  }

  .featured-block {
    padding: 45px 15px 45px 15px;
  }

  .featured-block-circle {
    top: 0;
    left: 50%;
    transform: translate(-50%,-50%);
  }

  .checkBox {
    width: 50%;
  }
}
