/*!* Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */
/* line 19, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
@font-face {
    font-family:'Nunito-Light';
    src: url("/Nunito-Light.ttf");
}
@font-face {
   font-family: 'Nunito-Bold';
    src: url("/Nunito-Bold.ttf");
}
@font-face {
   font-family: 'Nunito-Regular';
    src: url("/Nunito-Regular.ttf");
} 
@font-face {
   font-family: 'Nunito-Black';
    src: url("/Nunito-Regular.ttf");
}
@font-face {
   font-family: 'Nunito-Italic';
    src: url("/Nunito-Italic.ttf");
}
@font-face{
     font-family:'Nunito-BlackItalic';
     src:url("/Nunito-BlackItalic.ttf");        
}
@font-face{
     font-family:'Nunito-BoldItalic';
     src:url("/Nunito-BoldItalic.ttf");        
}
@font-face{
     font-family:'Nunito-ExtraBold';
     src:url("/Nunito-ExtraBold.ttf");        
}
@font-face{
     font-family:'Nunito-ExtraBoldItalic';
     src:url("/Nunito-ExtraBoldItalic.ttf");        
}
@font-face{
     font-family:'Nunito-ExtraLight';
     src:url("/Nunito-ExtraLight.ttf");        
}
@font-face{
     font-family:'Nunito-ExtraLightItalic';
     src:url("/Nunito-ExtraLightItalic.ttf");        
}
@font-face{
     font-family:'Nunito-LightItalic';
     src:url("/Nunito-LightItalic.ttf");        
}
@font-face{
     font-family:'Nunito-Medium';
     src:url("/Nunito-Medium.ttf");        
}
@font-face{
     font-family:'Nunito-MediumItalic';
     src:url("/Nunito-MediumItalic.ttf");        
}
@font-face{
     font-family:'Nunito-SemiBold';
     src:url("/Nunito-SemiBold.ttf");        
}
@font-face{
     font-family:'Nunito-SemiBoldItalic';
     src:url("/Nunito-SemiBoldItalic.ttf");        
}
body {
  font-family: 'Nunito-Regular', sans-serif;
  color: #292929;
  background-color: #f5f5f5;
  color: #343434;
}

body.govt-tas {
  font-family: 'Inter', sans-serif;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{font-family: 'Nunito-Regular', sans-serif;}
h1.underline, h4.underline {
  border-bottom: 1px solid #bcbcbc;
  padding-bottom: 21px; }

/* line 24, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
div {
  word-break: break-word; }

/* line 27, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.navbar-brand {
  height: fit-content !important; }

/* line 30, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.input-group-btn {
  vertical-align: top; }

@media (max-width: 767px) {
  /* line 36, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .text_center-mobile {
    text-align: center; } }

/* line 42, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.btn-lg-home {
  padding: 20px 40px;
  font-size: 15px; }

/* line 47, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.btn-info-home {
  color: #fff;
  border-color: #fff;
  background: transparent; }
  /* line 52, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .btn-info-home:hover {
    color: #000;
    border-color: #000;
    background: #fff; }
  /* line 57, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .btn-info-home:active {
    color: #000;
    border-color: #000;
    background: #fff; }
  /* line 62, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .btn-info-home:focus {
    color: #000;
    border-color: #000;
    background: #fff; }
.page-header {
    padding-bottom: 15px;
    margin: 0px 0 60px;
    border-bottom: none;
    display: inline-block;
}
.page-header h1{
  font-size:30px;
  color:#fff;
  font-family: 'Nunito-Bold';
  font-weight: 500;
}
input, button, select, textarea {font-family: 'Nunito-Regular', sans-serif;}
/* line 75, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.breadcrumb > li a, .breadcrumb > li a:hover {
  text-decoration: none;
  color: #666666; }

/* line 81, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.breadcrumb > .active {
  font-weight: normal;
  color:#fff;
  font-family: 'Nunito-Regular';
  font-size: 14px;
}

/* line 93, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.pagination > li > a,
.pagination > li > span {
  background-color: transparent;
  border: 0px;
  margin-left: 10px;
  width: 40px;
  height: 40px;
  text-align: center; }

/* line 104, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.pagination > li:first-child > a:hover,
.pagination > li:first-child > span:hover {
  background: none; }

/* line 111, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.pagination > li:last-child > a:hover,
.pagination > li:last-child > span:hover {
  background: none; }

/* line 120, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  background-color: transparent;
  border-color: transparent; }

/* line 130, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  border-color: transparent;
  border-radius: 50%;
  border: solid 1px; }

/* line 141, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.navbar-fixed-top {
  border-width: 0; }

/* line 145, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.navbar-static-top {
  border-width: 0;
  margin-bottom: 0; }

/* line 149, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.navbar-default {
  border-color: transparent; }

/* line 153, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.homelink, a.homelink:hover, a.homelink:focus {
  color: #fff;
  text-decoration: none;
  }

/* line 158, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.register-bar {
  clear: both; }

/* line 162, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.navbar-fixed-top.navbar {
  min-height: 67px; }
  /* line 165, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .navbar-fixed-top.navbar .navbar-collapse {
    max-height: 510px;
    box-shadow: none;
    border-top: none;
    padding-top: 8px; }
  /* line 172, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .navbar-fixed-top.navbar .navbar-form {
    border: none;
    margin-left: 0;
    margin-right: 0; }
    /* line 177, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    .navbar-fixed-top.navbar .navbar-form .form-control {
      font-size: 1em; }

/* line 184, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.navbar-static-top.navbar .navbar-collapse {
  max-height: 510px !important;
  box-shadow: none;
  border-top: none;
  }

/* line 190, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.navbar-static-top.navbar .navbar-form {
  border: none;
  margin-left: 0;
  margin-right: 0; }
  /* line 195, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .navbar-static-top.navbar .navbar-form .form-control {
    font-size: 1em; }

@media (min-width: 992px) {
  /* line 200, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .fix-navbar .register-bar {
    display: none; } }

/* line 206, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.navbar-fixed-top.navbar > .container > .row > div {
  float: none !important;
  display: inline-block;
  vertical-align: bottom; }

/* line 211, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.navbar-static-top.navbar > .container > .row > div {
  float: none !important;
  display: inline-block;
  vertical-align: bottom; }

/* line 220, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.navbar-fixed-top.navbar .menu-bar > .navbar-nav > li > a {
  font-family:'Nunito-Regular', sans-serif;
  font-size: 1em;
  font-weight: bold; }

/* line 227, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.navbar-fixed-top.navbar .menu-bar > .navbar-nav > .divider-vertical {
  height: 21px;
  margin: 0 4px;
  margin-top: 14.5px;
  border-right: 1px solid #fff;
  border-left: 1px solid #666; }

/* line 239, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.navbar-static-top.navbar .menu-bar > .navbar-nav > li > a {
  font-family: 'Nunito-SemiBold';
  font-size: 16px;
  font-weight: 600;
  padding: 15px 15px;
  text-decoration: none;
  }

/* line 246, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.navbar-static-top.navbar .menu-bar > .navbar-nav > .divider-vertical {
  height: 21px;
  margin: 0 4px;
  margin-top: 14.5px;
  border-right: 1px solid #fff;
  border-left: 1px solid #666;
  display: none;
  }

/* line 256, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.navbar-fixed-top .navbar-brand {
  font-size: 2.11em;
  font-family:'Nunito-Regular', sans-serif;
  color: #232222;
  position: relative; }
  @media (max-width: 1200px) {
    /* line 256, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    .navbar-fixed-top .navbar-brand {
      position: initial;
      height: 42px; } }

/* line 268, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.navbar-fixed-top .navbar-header {
  padding-top: 8px; }

/* line 273, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.navbar-static-top .navbar-brand {
  font-size: 2.11em;
  font-family:'Nunito-Regular', sans-serif;
  color: #232222;
  position: relative;
  padding: 20px 15px;
  }
  @media (max-width: 1200px) {
    /* line 273, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    .navbar-static-top .navbar-brand {
      position: initial;
      height: 42px; } }

/* line 293, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.navbar-fixed-top.navbar-inverse {
  background-color: #232222;
  border-color: transparent; }
  /* line 297, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .navbar-fixed-top.navbar-inverse .navbar-brand {
    color: #fff; }
  /* line 300, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .navbar-fixed-top.navbar-inverse .divider-vertical {
    border-right-color: #fff;
    border-left-color: #111; }

/* line 305, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.navbar-static-top.navbar-inverse {
  background-color: #ffffff;
  border-color: transparent;
  }
  /* line 309, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .navbar-static-top.navbar-inverse .navbar-brand {
    color: #fff; }
  /* line 313, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .navbar-static-top.navbar-inverse .divider-vertical {
    border-right-color: #fff;
    border-left-color: #111; }

/* line 320, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.navbar-inverse .navbar-nav > li > a {
  color: #4d4d4d;
  outline: none;
  }

.navbar-inverse .navbar-nav > li > a > span.message_count{
  background-color: #098851;
    color: #fff;
    width: 24px;
    display: inline-block;
    text-align: center;
    height: 23px;
    border-radius: 25px;
    font-size: 13px;
    font-weight: 700;
    font-family: 'Nunito-Bold';
    padding-top: 3px;
    margin-left: 2px;
}
@-moz-document url-prefix() {
  .navbar-inverse .navbar-nav > li > a > span.message_count {
    padding-top: 2px;
  }
}
  /* line 323, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .navbar-inverse .navbar-nav > li > a:hover {
    color: #267151;
    background-color: #ffffff;
    border-bottom: 0px solid #2F5FEF;
    padding-bottom: 10px;
    /* font-family: 'Nunito-Bold'!important; */
    }
  /* line 329, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .navbar-inverse .navbar-nav > li > a:focus {
    color: #267151;
    background-color: transparent;
    outline: 1px dashed #FFFFFF;
    }

@media (max-width: 1199px) {
  /* line 340, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .navbar-inverse .navbar-nav > li > a:hover {
    color: #4d4d4d;
    background-color: #ffffff;
    border-bottom: 0px solid #2F5FEF;
    padding-bottom: 6px;
    padding-left: 15px!important;
    } }

/* line 351, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.menu-bar .shopping_link {
  position: relative; }
  /* line 354, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .menu-bar .shopping_link .cart_amount {
    border-radius: 100%;
    height: 17px;
    width: 17px;
    position: absolute;
    bottom: 6px;
    right: -6px;
    background-color: #2f5fef;
    text-align: -webkit-center;
    line-height: 17px;
    font-size: 9px;
    padding-left: 1.9px;
    color: #fff; }
    /* line 368, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    .menu-bar .shopping_link .cart_amount:hover {
      color: #fff; }

@media (max-width: 1199px) {
  /* line 376, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .navbar-fixed-top .navbar-collapse .nav > .divider-vertical {
    display: none; } }

@media (max-width: 1199px) {
  /* line 381, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .navbar-static-top .navbar-collapse .nav > .divider-vertical {
    display: none; } }

@media (max-width: 767px) {
  /* line 386, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .navbar-fixed-top.navbar > .container > .row > div {
    display: block; }
  /* line 390, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .navbar-header {
    position: relative; } }

@media (max-width: 767px) {

.page-heading{
      padding-left: 15px;
      padding-right: 15px;
}
  
  /* line 395, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .navbar-static-top.navbar > .container > .row > div {
    display: block; }
  /* line 399, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .navbar-header {
    position: relative; } }

/* line 406, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.panel {
  -webkit-box-shadow: 0 0px 0px transparent;
  box-shadow: 0 0px 0px transparent; }

/* line 413, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.panel-group {
  margin-bottom: 21px; }
  /* line 416, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .panel-group.border-bottom {
    border-bottom: 1px solid #bcbcbc;
    padding-bottom: 84px; }
  /* line 421, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .panel-group .panel {
    border-radius: 0px;
    border: none;
    box-shadow: none; }
    /* line 426, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    .panel-group .panel + .panel {
      margin-top: 5px; }
  /* line 431, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .panel-group .panel-heading {
    border-bottom: 0; }
    /* line 435, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    .panel-group .panel-heading .panel-title a {
      text-decoration: none; }
      /* line 438, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
      .panel-group .panel-heading .panel-title a:hover {
        color: #2f5fef; }
      /* line 442, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
      .panel-group .panel-heading .panel-title a:before {
        content: ' ';
        background-repeat: no-repeat;
        display: inline-block;
        width: 22px;
        height: 12px;
        background-position: -92px -5px;
        margin-right: 10.5px; }
      /* line 453, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
      .panel-group .panel-heading .panel-title a.collapsed:before {
        background-position: -5px -126px; }
    /* line 461, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    .panel-group .panel-heading + .panel-collapse > .panel-body,
    .panel-group .panel-heading + .panel-collapse > .list-group {
      border-top: none; }
  /* line 466, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .panel-group .panel-footer {
    border-top: 0; }
    /* line 469, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    .panel-group .panel-footer + .panel-collapse .panel-body {
      border-bottom: none; }
  /* line 474, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .panel-group .panel-default {
    border-color: none; }
    /* line 6, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/mixins/panels.scss */
    .panel-group .panel-default > .panel-heading {
      color: #333333;
      background-color: transparent;
      border-color: none; }
      /* line 11, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/mixins/panels.scss */
      .panel-group .panel-default > .panel-heading + .panel-collapse > .panel-body {
        border-top-color: none; }
      /* line 14, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/mixins/panels.scss */
      .panel-group .panel-default > .panel-heading .badge {
        color: transparent;
        background-color: #333333; }
    /* line 20, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/mixins/panels.scss */
    .panel-group .panel-default > .panel-footer + .panel-collapse > .panel-body {
      border-bottom-color: none; }

/* line 482, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
body {
  padding-top: 0px;
  font-family:'Nunito-Regular', sans-serif;
  }
  @media (max-width: 767px) {
    /* line 482, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    body {
      padding-top: 0px; } }

/* line 491, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.layer_down {
  height: 50px;
  background: url("layer_down.png") no-repeat bottom center;
  position: absolute;
  bottom: 0;
  z-index: 900;
  width: 100%; }

/* line 500, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.layer_up {
  height: 40px;
  background: url("layer_up.png") no-repeat bottom center;
  position: relative;
  z-index: 20; }

/* line 507, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.section-margin {
  margin: 21px 0; }

/* line 511, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.color-inverse {
  color: #fff; }
  /* line 514, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .color-inverse h1, .color-inverse h2, .color-inverse h3 {
    color: #fff; }

/* line 522, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.section-inline-search {
  background: url("helpdesk.png") no-repeat;
  background-size: cover; }
  /* line 527, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .section-inline-search .row > div {
    margin-top: 100px; }
    /* line 530, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    .section-inline-search .row > div h1 {
      color: #fff; }
      @media screen and (max-width: 600px) {
        /* line 530, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
        .section-inline-search .row > div h1 {
          font-size: 16vw; } }
    /* line 540, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    .section-inline-search .row > div .form-inline .form-group .input-group {
      margin-right: 21px; }
      /* line 543, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
      .section-inline-search .row > div .form-inline .form-group .input-group .input-group-addon {
        background-color: #fff;
        border-right: none; }
      /* line 548, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
      .section-inline-search .row > div .form-inline .form-group .input-group .form-control {
        height: 60px;
        border-left: none;
        box-shadow: none; }
        /* line 553, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
        .section-inline-search .row > div .form-inline .form-group .input-group .form-control:focus {
          box-shadow: none;
          border-right: none;
          border-color: #ccc; }

/* line 566, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.wrapper {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  -moz-transition: width 0.3s ease-out;
  -o-transition: width 0.3s ease-out;
  -webkit-transition: width 0.3s ease-out;
  transition: width 0.3s ease-out; }

/* line 576, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.wrapper .contained {
  position: relative;
  height: 400px;
  padding-bottom: 56.25%; }

/* line 582, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.wrapper .contained > svg {
  margin-top: -100px;
  position: absolute;
  display: block; }

/* line 588, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.contained .row {
  margin-top: 80px; }

/* line 592, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
footer {
  position: relative;
  color: #AAAAAA; }
  /* line 596, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  footer .footer-top {
    width: 100%;
    min-height: 130px;
    background-color: #232222;
    display: flex;
    align-items: center; }
    /* line 603, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    footer .footer-top h3, footer .footer-top h4 {
      color: #fff; }
    /* line 607, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    footer .footer-top .list-social-links {
      margin-top: 25px;
      margin-bottom: 12.5px; }
    @media screen and (max-width: 991px) {
      /* line 614, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
      footer .footer-top h3,
      footer .footer-top .list-social-links {
        text-align: center; } }
  /* line 620, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  footer .footer-bottom {
    width: 100%;
    min-height: 36px;
    background-color: #000;
    font-size: 12px;
    display: flex;
    align-items: center; }
    /* line 628, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    footer .footer-bottom p {
      margin: 0; }
    /* line 632, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    footer .footer-bottom h4 {
      margin-top: 0;
      color: #fff; }
    /* line 637, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    footer .footer-bottom ul {
      list-style-type: none;
      margin: 0; }
      /* line 647, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
      footer .footer-bottom ul li a,
      footer .footer-bottom ul li a:hover,
      footer .footer-bottom ul li a:focus,
      footer .footer-bottom ul li a:active,
      footer .footer-bottom ul li a.active {
        font-size: 15px;
        color: #fff; }

/* line 657, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.list-social-links {
  list-style-type: none;
  padding-left: 0; }
  /* line 661, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .list-social-links li {
    display: inline-block;
    margin: 0 10px; }
    /* line 670, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    .list-social-links li a,
    .list-social-links li a:hover,
    .list-social-links li a:focus,
    .list-social-links li a:active,
    .list-social-links li a.active {
      color: #fff; }

@media screen and (max-width: 993px) {
  /* line 678, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .section-landing h1 {
    font-size: 65px; }
  /* line 682, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .section-landing h2 {
    letter-spacing: normal;
    margin-left: -3px; } }

/* line 688, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.user-icon {
  width: 16px;
  height: 16px;
  background-image: url("register_icon.png");
  display: inline-block;
  margin-right: 7px; }

/* line 696, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.article-title-container {
  border-top: solid 1px #bcbcbc;
  border-bottom: solid 1px #bcbcbc;
  padding-left: 15px;
  padding-top: 28px;
  padding-bottom: 28px; }

/* line 704, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.article-title {
  margin-left: -35px; }
  /* line 707, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .article-title > span {
    margin-left: 3px; }
    /* line 710, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    .article-title > span .article-author {
      font-weight: bold;
      color: #2f5fef; }

/* line 717, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.article-content {
  margin-top: 15px; }
  /* line 720, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .article-content > p {
    text-align: justify; }

@media screen and (max-width: 993px) {
  /* line 726, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .article-title {
    margin-left: 0;
    text-align: center; }
  /* line 731, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .article-author {
    text-align: center; } }

/* line 737, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.section-search .header-search {
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 40px;
  background-color: #eeeeee; }
  /* line 743, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .section-search .header-search img {
    max-width: 350px; }
  @media screen and (max-width: 600px) {
    /* line 747, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    .section-search .header-search h1 {
      font-size: 13vw; } }

/* line 754, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.section-search .title-search {
  font-size: 26px;
  font-weight: bold; }

/* line 759, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.section-search input {
  border-style: none;
  padding-left: 10px;
  height: 60px; }

/* line 767, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.section-search .media .media-left > img {
  max-width: 240px; }

/* line 772, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.section-search .media .media-body {
  padding-left: 20px; }
  /* line 775, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .section-search .media .media-body > a {
    text-decoration: none;
    font-weight: bold; }
  /* line 780, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .section-search .media .media-body .media-heading {
    margin-top: 5px;
    margin-bottom: 20px; }

/* line 789, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.cards-container {
  margin-top: 84px;
  display: flex;
  justify-content: center; }
  @media screen and (max-width: 991px) {
    /* line 789, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    .cards-container {
      flex-direction: column; } }

/* line 804, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.carousel-custom .carousel-inner > .item {
  margin-right: auto;
  margin-left: auto; }
  /* line 808, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .carousel-custom .carousel-inner > .item .carousel-caption {
    display: flex;
    align-items: center;
    top: 5%;
    left: 5%;
    right: 5%; }
    @media screen and (min-width: 768px) {
      /* line 808, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
      .carousel-custom .carousel-inner > .item .carousel-caption {
        left: 5%;
        right: 5%; } }

/* line 824, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.carousel-custom .carousel-indicators li {
  border-color: #232222; }

/* line 833, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.table.table-forms td {
  padding: 15px 8px; }

/* line 839, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.table.table-forms tbody tr:first-child td {
  border-top: none; }

/* line 848, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.poll {
  background-color: #eeeeee;
  border-top: 7px solid #0b80d0;
  position: relative;
  padding-left: 15px;
  padding-right: 15px; }
  /* line 855, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .poll .poll-header {
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #bcbcbc;
    padding-bottom: 5px; }
    /* line 865, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    .poll .poll-header h4 {
      font-weight: bold;
      display: inline-block; }
  /* line 871, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .poll .poll-content {
    padding-top: 25px; }
    /* line 874, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    .poll .poll-content p {
      font-size: 14px; }
    /* line 878, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    .poll .poll-content form {
      border-bottom: 1px solid #bcbcbc;
      padding-bottom: 10px; }
    /* line 883, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    .poll .poll-content .poll-buttons {
      padding-top: 20px;
      padding-left: 11px; }
      /* line 887, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
      .poll .poll-content .poll-buttons .btn {
        padding: 4px 14px;
        font-size: 14px; }
      /* line 892, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
      .poll .poll-content .poll-buttons .btn-default {
        color: #000;
        border-color: #000; }
        /* line 896, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
        .poll .poll-content .poll-buttons .btn-default:hover {
          color: #000;
          border-color: #000; }
  /* line 904, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .poll .poll-tags {
    padding-top: 10px; }
    /* line 907, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    .poll .poll-tags h4 {
      border-bottom: 1px solid #bcbcbc;
      padding-bottom: 10px; }
    /* line 912, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    .poll .poll-tags .tag {
      display: inline-block;
      background-color: #e1e1e1;
      color: #232222;
      padding: 5px 14px;
      margin: 5px 0px;
      text-transform: uppercase;
      font-size: 13px; }

/* line 924, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.nav-sidebar {
  padding-left: 20px;
  margin-top: 20px;
  margin-bottom: 20px; }
  /* line 931, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .nav-sidebar .nav > li > a {
    padding: 4px 20px;
    color: #2f5fef;
    border-right: 2px solid #eeeeee; }
    /* line 937, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    .nav-sidebar .nav > li > a:hover,
    .nav-sidebar .nav > li > a:focus {
      color: #232222;
      text-decoration: none;
      background-color: transparent;
      border-right: 2px solid #555555; }
    /* line 944, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    .nav-sidebar .nav > li > a:before {
      position: relative;
      top: 1px;
      display: inline-block;
      font-family: 'Glyphicons Halflings';
      font-style: normal;
      font-weight: normal;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "\e250";
      margin-right: 7px; }
  /* line 961, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .nav-sidebar .nav > .active > a {
    color: #232222;
    text-decoration: none;
    background-color: transparent;
    border-right: 2px solid #555555;
    font-weight: bold; }
    /* line 968, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    .nav-sidebar .nav > .active > a:before {
      content: "\e252"; }
  /* line 975, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .nav-sidebar .nav > .active:hover > a,
  .nav-sidebar .nav > .activefocus > a {
    font-weight: bold; }
  /* line 981, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .nav-sidebar .nav > .active > ul.nav {
    display: block; }
  /* line 988, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .nav-sidebar .nav ul.nav {
    display: none; }
  /* line 995, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .nav-sidebar .nav .nav > li > a {
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 30px; }
  /* line 1005, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .nav-sidebar .nav .nav > .active,
  .nav-sidebar .nav .nav > .active:hover,
  .nav-sidebar .nav .nav > .active:focus {
    font-weight: bold; }
  /* line 1012, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .nav-sidebar .nav .nav .nav > li > a {
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 60px; }
    /* line 1017, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    .nav-sidebar .nav .nav .nav > li > a:before {
      content: ""; }
  /* line 1026, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .nav-sidebar .nav .nav .nav > .active,
  .nav-sidebar .nav .nav .nav > .active:hover,
  .nav-sidebar .nav .nav .nav > .active:focus {
    font-weight: bold; }

/* line 1037, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
#navbar .dropdown-menu {
  margin-top: 8px; }

/* line 1041, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
#navbar .dropdown-search {
  padding-top: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  margin: 9px; }
  /* line 1048, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  #navbar .dropdown-search #q {
    min-width: 200px; }
  /* line 1052, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  #navbar .dropdown-search #q_id {
    min-width: 200px; }
  @media (max-width: 1199px) {
    /* line 1057, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    #navbar .dropdown-search .input-group-btn {
      vertical-align: top; }
    /* line 1060, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    #navbar .dropdown-search #search-filter {
      width: 100%;
      text-align: left;
      padding-left: 25px; }
    /* line 1065, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    #navbar .dropdown-search.dropdown-menu > li:hover, #navbar .dropdown-search .dropdown-menu > li:hover {
      color: white;
      background-color: transparent; } }

/* line 1073, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.tabs-header {
  padding-bottom: 9.5px;
  margin: 42px 0 21px; }

/* line 1086, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.help-block.error,
label.control-label.required:before,
.crmEntityFormView .cell div.info.required label:after,
.crmEntityFormView .cell div.info div.validators,
.crmEntityFormView .validator-text,
.crmEntityFormView .rank-order-cell .validator-text,
.crmEntityFormView .constant-sum-cell .validator-text,
.crmEntityFormView .stack-rank-cell .validator-text {
  color: #a94442; }

@media screen and (-ms-high-contrast: active) {
  /* line 1091, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #888; }
  /* line 1095, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff; } }

/* line 9, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
.no-lr-margins {
  margin-left: 0;
  margin-right: 0; }

/* line 14, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
.btn-default-black {
  color: black;
  border-color: black; }
  /* line 18, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
  .btn-default-black:hover {
    color: black;
    border-color: black;
    background: #2f5fef; }

/* line 25, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
.blue_border {
  padding-bottom: 10px;
  border-bottom: 7px solid #0b80d0; }

/* line 30, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
.page_section {
  position: relative;
  background-size: cover;
  color: #000; }
  /* line 35, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
  .page_section .row {
    padding-top: 25px;
    padding-bottom: 100px; }
  /* line 40, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
  .page_section .row.sidebar-home {
    padding-bottom: 0; }
  /* line 44, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
  .page_section h1 {
    font-size: 71px; }
  /* line 48, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
  .page_section h2 {
    color: #666666;
    font-size: 40px; }
  /* line 53, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
  .page_section h3 {
    font-family: Nunito-Bold;
    font-size: 30px;
    margin-bottom: 25px;
    color: #232222;
    }
  /* line 58, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
  .page_section p {
    /* border-top: solid #666666 1px; */
    padding-top: 5px;
    }
  /* line 63, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
  .page_section .btn {
    margin-top: 50px; }
  /* line 67, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
  .page_section .form-search .btn {
    margin-top: 0; }
  /* line 73, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
  .page_section .section-landing-heading p,
  .page_section .section-landing-sub-heading p {
    border-top: 0; }

/* line 80, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
.form-search .btn {
  border: 1px solid #ccc; }

/* line 83, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
.form-search .btn-default:hover {
  border-color: #ccc; }

/* line 87, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
.form-search .dropdown-submenu {
  right: -2px; }

/* line 91, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
.form-search .dropdown-menu {
  margin-top: 0px; }

/* line 96, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
.dropdown-search.dropdown-menu > li:hover {
  background-color: transparent; }

/* line 100, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
#navbar .form-search .dropdown-menu {
  margin-top: 0px; }

/* line 104, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
.section-diagonal-left {
  -webkit-transform: skew(0deg, -1.3deg);
  -ms-transform: skew(0deg, -1.3deg);
  transform: skew(0deg, -1.3deg);
  overflow: hidden;
  margin-top: -60px;
  margin-bottom: -20px; }
  /* line 112, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
  .section-diagonal-left .section-diagonal-left-content {
    -webkit-transform: skew(0deg, 1.3deg);
    -ms-transform: skew(0deg, 1.3deg);
    transform: skew(0deg, 1.3deg);
    background: url("homethumbnail2.jpg") no-repeat 0 20%;
    background-size: cover;
    margin-top: -70px; }
    /* line 120, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
    .section-diagonal-left .section-diagonal-left-content:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0.2;
      z-index: -1;
      background-color: #fff; }

/* line 134, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
.section-diagonal-right {
  -webkit-transform: skew(0deg, 1.3deg);
  -ms-transform: skew(0deg, 1.3deg);
  transform: skew(0deg, 1.3deg);
  overflow: hidden;
  margin-top: 60px;
  margin-bottom: -20px; }
  /* line 142, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
  .section-diagonal-right.home-section {
    margin-top: -60px; }
  /* line 146, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
  .section-diagonal-right .section-diagonal-right-content {
    -webkit-transform: skew(0deg, -1.3deg);
    -ms-transform: skew(0deg, -1.3deg);
    transform: skew(0deg, -1.3deg);
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("homethumbnail4.jpg") no-repeat;
    background-size: cover;
    margin-top: -70px; }
    /* line 155, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
    .section-diagonal-right .section-diagonal-right-content:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0.8;
      z-index: -1;
      background-color: #2f5fef; }

/* line 171, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
.section-diagonal-left .row,
.section-diagonal-right .row {
  padding-top: 125px; }

/* line 175, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
.section-diagonal-left .col-md-5,
.section-diagonal-right .col-md-5 {
  float: none;
  margin: 0 auto; }

/* line 180, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
.section-diagonal-left p,
.section-diagonal-right p {
  border-top: none; }

/* line 185, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
.section-landing {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("homehero.jpg") no-repeat center;
  background-size: cover; }
  /* line 191, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
  .section-landing .row > div {
    margin-top: 80px; }
    /* line 194, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
    .section-landing .row > div .section-landing-heading {
      font-size: 8rem;
      color: #fff;
      text-transform: uppercase; }
      @media screen and (max-width: 600px) {
        /* line 194, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
        .section-landing .row > div .section-landing-heading {
          font-size: 16vw; } }
    /* line 204, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
    .section-landing .row > div .section-landing-sub-heading {
      margin-top: 0;
      margin-bottom: 50px;
      font-size: 4.3rem;
      color: #fff;
      letter-spacing: 19px;
      text-transform: uppercase; }
      @media screen and (max-width: 600px) {
        /* line 204, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
        .section-landing .row > div .section-landing-sub-heading {
          font-size: 4vw; } }

/* line 220, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
.section-sub-landing {
  background: linear-gradient(rgba(0, 0, 0, 0.5), #07aaf6), url("homethumbnail1.jpg") no-repeat center;
  background-size: cover; }

/* line 226, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
.section-default {
  background: url("homethumbnail3.jpg") no-repeat center;
  background-size: cover; }
  @media screen and (max-width: 767px) {
    /* line 231, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
    .section-default:before {
      content: " ";
      width: 100%;
      height: 100%;
      position: absolute;
      z-index: 0;
      top: 0;
      left: 0;
      background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.59) 41%, rgba(0, 0, 0, 0.62) 43%, black 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.59) 41%, rgba(0, 0, 0, 0.62) 43%, black 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.59) 41%, rgba(0, 0, 0, 0.62) 43%, black 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
      /* IE6-9 */ } }
  /* line 264, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
  .section-default .row {
    padding-bottom: 150px; }

/* line 269, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
.section-knowledge {
  margin-bottom: 40px; }

/* line 274, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
.content-home .btn {
  margin-top: 0; }

/* line 278, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
.content-home .panel {
  background-color: transparent;
  border: 0;
  box-shadow: none; }
  /* line 283, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
  .content-home .panel p {
    border: 0; }

/* line 288, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
.content-home .panel-heading {
  display: none; }

/* line 292, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
.content-home .list-group-item {
  padding: 20px 0;
  font-size: 20px;
  background-color: transparent;
  border: 0;
  border-top: 1px solid #ddd; }
  /* line 299, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
  .content-home .list-group-item img {
    margin-right: 25px; }

/* line 305, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
.content-home a.list-group-item,
.content-home .list-group-item a.title {
  color: #232222; }
  /* line 309, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
  .content-home a.list-group-item:hover,
  .content-home a.list-group-item:focus,
  .content-home .list-group-item a.title:hover,
  .content-home .list-group-item a.title:focus {
    color: #232222;
    text-decoration: underline;
    background-color: transparent; }

/* line 317, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
.content-home .title,
.content-home .description {
  display: block; }

/* line 321, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
.content-home .title {
  font-size: 24px;
  font-family:'Nunito-Regular', sans-serif; }

/* line 326, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
.content-home .description {
  display: block;
  font-size: 14px; }

/* line 332, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
.sidebar-home {
  background-color: #eeeeee;
  border-top: 7px solid #0b80d0;
  margin-top: 36px;
  position: relative; }
  /* line 338, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
  .sidebar-home h3 {
    font-size: 18px; }
  /* line 342, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
  .sidebar-home .panel {
    background-color: transparent;
    border: 0;
    box-shadow: none; }
  /* line 348, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
  .sidebar-home .panel-heading {
    padding-left: 0;
    background-color: transparent;
    border: 0; }
  /* line 354, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
  .sidebar-home .panel-title {
    font-size: 14px;
    color: #2f5fef;
    font-family:'Nunito-Regular', sans-serif; }
  /* line 360, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
  .sidebar-home .list-group-item {
    padding-left: 0;
    font-size: 14px;
    background-color: transparent;
    border: 0; }
    /* line 367, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
    .sidebar-home .list-group-item:hover,
    .sidebar-home .list-group-item:focus {
      text-decoration: underline;
      background-color: transparent; }
    /* line 372, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
    .sidebar-home .list-group-item .date {
      visibility: hidden; }

/* line 378, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
.section-landing-search {
  min-height: 250px;
  background: url(searchhero.jpg) no-repeat 0 25%;
  background-size: cover; }

/* line 384, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
.section-landing-forums {
  min-height: 250px;
  background: url(forumhero.jpg) no-repeat center;
  background-size: cover; }

/* line 391, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
.table.forums th:first-child,
.table.forums tr td:first-child {
  padding-left: 0px; }

/* line 397, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
.section-knowledge .list-group a.list-group-item {
  color: #2f5fef; }

/* line 400, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
.section-knowledge .panel-title {
  color: #000; }

/* line 405, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
.page_section.section-landing .row {
  padding-bottom: 60px; }

/* line 408, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
.page_section.section-landing .row > div {
  margin-top: 0px; }

/* line 411, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
.list-group-item p {
  margin-bottom: 0px; }

/* line 415, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
.page_section.section-sub-landing .row .btn-lg-home p {
  border-top: none; }

/* line 419, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
.skip-to-content a {
  padding: 10px 20px;
  position: absolute;
  top: -43px;
  left: 0px;
  color: #ffffff;
  border-radius: 2px;
  background: #742774;
  -webkit-transition: top 1s ease-out;
  transition: top 1s ease-out;
  z-index: 100;
  font-family:'Nunito-Regular', sans-serif;
  font-size: 14px;}

/* line 434, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
.skip-to-content a:focus {
  position: absolute;
  left: 0px;
  top: 0px;
  outline: none;
  color: #ffffff;
  -webkit-transition: top 0.1s ease-in;
  transition: top 0.1s ease-in;
  border: 1px dashed; }


.header-top{
      background-color: #404041;
      /* padding: 12px 15px; */
      justify-content: right;
      display: block;
      clear: both;
      height: 40px;
}
.header-top .d-flex a:nth-child(2){
      position: relative;
      top: 5px;
      display: inline-block;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      padding-left: 26px;
}
.header-top .d-flex a:nth-child(2):before{
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: bold;
  content: "\e008";
  border-radius: 25px;
  color: #404041;
  background-color: #fff;
  font-size: 9px;
  padding: 3px 4px 3px 3px;
  left: 0px;
  /* height: 11px; */
  /* width: 10px; */
  border: #fff solid 1px;
  position: absolute;
  top: -2px;
}

.header-top .d-flex a:nth-child(3){
      position: relative;
      top: 5px;
      display: inline-block;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      padding-left: 24px;
}
.header-top .d-flex a:nth-child(3):before{
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  content: "\e008";
  border-radius: 25px;
  color: #ffffff;
  /* background-color: #fff; */
  font-size: 15px;
  padding: 3px 4px 3px 3px;
  left: 0px;
  /* height: 11px; */
  /* width: 10px; */
  /* border: #fff solid 1px; */
  position: absolute;
  top: -3px;
  content: "\e163";
}
.d-flex{
  display: flex;
  justify-content: right;
  /* float: right; */
}
.d-flex a{
  margin-left: 20px;
  color:#fff;
  text-decoration: none;
  cursor: pointer;
}

.d-flex li a {
    margin-left: 0px!important;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
.d-flex li a:hover, .d-flex li a:focus {
    margin-left: 0px;
    color: #fff;
}

.d-flex a:hover, .d-flex a:focus{
  margin-left: 20px;
  color:#fff;
}

.navbar-nav{
  margin-top: 21px;
}


.footer__top {
    background-color: #404041;
    padding: 5rem 0rem;
}

.footer * {
    color: #fff;
    font-size: 18px;
    line-height: 1.875rem;
    letter-spacing: 0;
    text-align: left;
    -webkit-text-decoration-color: #fff;
    text-decoration-color: #fff;
}

.footer .cointainer{
      padding: 5rem 4rem;
}
.footer__heading {
    color: #fff;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 800;
    line-height: 2.1875rem;
    letter-spacing: -0.02em;
    margin: 0;
}

@media screen and (min-width: 769px){
  .footer__bottom-links li {
    display: inline-block;
    margin-right: 1.25rem;
}
  .footer__bottom {
    padding: 3.75rem 0 4.0625rem;
}
.footer-panels {
    flex-direction: row;
    justify-content: space-between;
    margin-top: 3.4375rem;
}
  .footer-panel {
    margin-left: 2rem;
    margin-top: 0;
}
.footer-panel__content a {
    display: inline;
    font-weight: 800;
}
  .footer-recognition {
    padding: 1.5625rem 5.625rem;
}
}
.footer-panels {
    display: flex;
    flex-direction: column;
    margin-top: 2.1875rem;
}
.footer-panels {
    flex-direction: row;
    justify-content: space-between;
    margin-top: 2rem;
}
.footer-panel {
    align-items: center;
    background: #4f4f4f;
    box-shadow: 0px 0.25rem 2.5rem 0px rgba(0,0,0,.1490196078);
    display: flex;
    margin-top: 1.25rem;
    padding: 25px;
    width: 100%;
}
.footer-panel img {
    margin-right: 1.5625rem;
    width: 36px;
}
.footer-panel:last-child img {
    margin-right: 1.8rem;
    width: 36px;
}
.footer-panel__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    width: 100%;
}
.footer-wysiwyg {
    margin-top: 3.125rem;
}
.footer-wysiwyg a:hover, .footer-wysiwyg a:focus{
      color: #fff;
}
.footer-panel p {
    margin-bottom: 0;
}
.footer-panel__content a:hover, .footer-panel__content a:focus {
    color: #fff;
}
.align-items-center {
    align-items: center !important;
}
.me-2 {
    margin-right: 1rem !important;
}
.mb-2{
  text-align: left;
  justify-content: left;
}
.footer-social {
    margin-top: 1.875rem;
}
.footer-social .footer-social-icons {
    display: flex;
}
.footer-social .footer-social-icon {
    align-items: center;
    border: 0.0625rem solid #fff;
    border-radius: 50%;
    display: flex;
    height: 30px;
    justify-content: center;
    margin-right: 0.9375rem;
    width: 30px;
}
.footer-recognition {
    border: 1px solid #fff;
    margin-top: 2.8125rem;
    padding: 25px 15px;
}
.footer-recognition p {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0;
    margin-bottom: 0;
    font-family: 'Nunito-SemiBold';
    text-align: center;
}
.footer__heading {
    font-size: 35px;
    font-family: 'Nunito-Bold';
}
.footer__bottom {
    background-color: #333;
    padding: 4rem 0rem;
}
.footer__bottom-links {
    list-style-type: none;
    margin-bottom: 0;
    padding: 0;
    font-size: 18px;
}
.footer__bottom-links a {
    font-size: 1rem;
    font-weight: 700;
    text-decoration: none;
    font-size: 18px;
}

/** Mozilla Firefox */
@-moz-document url-prefix() {
.footer__bottom-links a {
font-weight:500;
}
}

@media not all and (min-resolution: 0.001dpcm) {
.footer__bottom-links a {
font-weight:500;
}
}

.footer__bottom-logos {
    margin-top: 1.875rem;
}
.footer__bottom-logos .footer__bottom-logo {
    display: inline-block;
    margin-right: 0.9375rem;
    position: relative;
    text-decoration: none;
}
.footer__bottom-links a:focus, .footer__bottom-links a:hover {
    color: #fff;
    text-decoration: underline;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: #fff;
}
.collapsed .icon-bar{
  /* display: none; */
}

.footer-panel:first-child {
    margin-left: 0;
}
.page-heading{
    background-color: #098851;
    padding-top: 50px;   
}
.breadcrumb {
    padding: 0 0;
    margin-bottom: 0px;
    list-style: none;
    background-color:transparent;
    border-radius: 0;
}
.breadcrumb > li a, .breadcrumb > li a {
    text-decoration: underline;
    color: #fff;
}
.breadcrumb > li a, .breadcrumb > li a:hover {
    text-decoration: underline;
    color: #fff;
    font-family: 'Nunito-SemiBold';
    font-size: 14px;
}
.breadcrumb>li+li:before {
    content: "/ ";
    padding: 0 5px;
    color: #fff;
}
.no_space{
      padding: 0px 0px;
      margin-top: -34px;
      background-color: #fff;
}
.no_space h3{font-family: 'Nunito-Bold';font-size: 30px;/* margin-bottom: 25px; */color: #232222;font-weight: 800;}
.crmEntityFormView .tab-title {
    font-family: Nunito-Bold;
    font-size: 30px;
    margin-bottom: 30px;
    border-bottom: none;
}
#mainContent .container{
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 14px;
  background-color: #fff;
  padding-bottom: 30px;
  width: 614px;
}
.crmEntityFormView .cell {
    padding: 0 0px 20px;
}

input.form-control {
    border: 1px solid #cbcbcb;
    height: 45px;
    margin: 10px 0 8px 0;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #f5f5f5;
    opacity: 1;
}

#accountb2cdetails > div{
  margin-bottom: 10px;
  border-bottom: 1px #e7e7e7 solid;
  padding-bottom: 29px;
}
input[type=text]{
  height: 45px!important;
}
select{
  height: 45px!important;
}
.form-control:focus {
    border-color: #098851;
    outline: 0;
    box-shadow:none;
}

textarea.form-control {
    min-height: 100px;
}

a {
    color: #267151;
    font-weight: 500;
    text-decoration: underline;
    font-family: 'Nunito-semibold';
    cursor: pointer;
}
a:hover, a:focus {
    color: #267151;
    text-decoration: underline;
    outline: none;
}

@media (max-width: 1279px){
  .footer-panels {
    flex-direction: column;
    justify-content: space-between;
    margin-top: 2rem;
    gap: 1.25rem;
}
  .footer__bottom-links li{
    padding-bottom: 10px;
  }
   .footer-panel {
    margin-left: 0rem;
    margin-top: 0;
}

  .footer-panel:first-child{
    margin-top: 1.25rem;
  }
}

.navbar-nav li:last-child{
    /* display:none; */
  }

@media (max-width: 1199px){

  .header-top .d-flex a:nth-child(3){
    display:none;
  }

  .navbar-nav li:nth-child(3){
    display:block;
  }

  .navbar-nav li:last-child a {
    position: relative;
    top: 5px;
    display: inline-block;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-left: 35px!important;
    color: #A30000;
}
  
  .navbar-nav li:last-child a:hover {
    position: relative;
    top: 5px;
    display: inline-block;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-left: 35px!important;
    color: #A30000;
}

  .navbar-nav li:last-child a:before {
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    content: "\e008";
    border-radius: 25px;
    color: #A30000;
    /* background-color: #fff; */
    font-size: 15px;
    padding: 15px 4px 3px 15px;
    left: 0px;
    /* height: 11px; */
    /* width: 10px; */
    /* border: #fff solid 1px; */
    position: absolute;
    top: 0px;
    content: "\e163";
}

.navbar-toggle .icon-bar {
  visibility:hidden;
}
  .collapsed .icon-bar {
  visibility:visible;
}
.navbar-toggle {
    background-image: url(../navigation-close);
    margin-top: 31px!important;
    border: none;
    background-size: 20px;
    margin-right: 20px;
    background-repeat: no-repeat;
    background-position: 11px;
}
}
@media screen and (max-width: 767px){

.header-top .d-flex a:first-child{
  position: absolute;
  left: 15px;
}
  
  .navbar-toggle {    
    margin-top: 23px!important;
}
  
  .footer-panels {
    flex-direction: column;
    justify-content: space-between;
    margin-top: 2rem;
    gap: 1.25rem;
}
  .footer__bottom-links li{
    padding-bottom: 10px;
  }
}

.collapsed {
    border-color: #fff;
    background-color:#fff;
    margin-top: 20px;
    background-size: 20px 18px;
    border: none;
    background-image: none;
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #414042;
    border: 1px solid #414042;
    /* display: none; */
}
.profile_field_readonly {
    font-family: 'Nunito-Bold';
    width: 100%;
    height: 45px!important;
    font-weight: 500;
    font-size: 15px;
    border: 0;
    outline: none;
    background-color: #fff !important;
}
.profile_tbl{
  /* width:100%; */
  margin-bottom:25px;
  table-layout: fixed;
}
.profile_tbl th{
  font-weight:normal;
  font-family: 'Nunito-Regular';
  padding: 0px 20px 0px 0px;
}
.profile_tbl td{
  font-family: 'Nunito-Bold';
  font-weight: 500;
  padding-top: 5px;
  min-width: 220px;
  padding: 0px 20px 0px 0px;
  font-size: 16px;
}

.lbl_notadded{
  color:#343534;
  opacity: 0.7;
  font-weight: 500;
}

#accountb2cdetails .label_tooltip, #telephone3_label .label_tooltip{
  font-weight: normal;
}
.label_tooltip{
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Nunito-Light';
  font-style: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 6px 10px 4px 29px;
  cursor:pointer;
  margin-left: 17px;
  background-color: #f5f5f5;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
}
.label_tooltip:before {
    content: "\e086";
    font-family: 'Glyphicons Halflings';
    position:absolute;
    left: 8px;
    font-weight: 600;
    font-size: 16px;
    top: 5px;
}
.btn_div{
  margin-bottom: 25px;
}
.btn_div button{
  background-color: #267151;
  border: none;
  color: #fff;
  font-family: 'Nunito-SemiBold';
  font-size: 16px;
  padding:8px 20px;
  min-width: 139px;
  text-align: center;
  cursor: pointer;
}
.btn_div button:hover{
  opacity:0.8;
}

input[type="button"], input[type="reset"], input[type="submit"]{
  /* background-color: #267151; */
  /* border: none; */
  /* color: #fff; */
  /* font-family: 'Nunito-Bold'; */
  /* font-size: 15px; */
  /* padding: 8px 20px; */
  /* margin-top: 5px; */
  /* min-width: 139px; */
  /* text-align: center; */
  /* position: relative; */
  /* margin-right: 10px; */
  /* display: inline-block; */
  /* cursor: pointer; */
}
.btn-primary:active, .btn-primary.active, .open>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #267151;
    border-color: #267151;
}
input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover{
  background-color: #267151!important;
  opacity:0.8;
}
input[type="button" i]:focus-visible {
    outline-offset:none;
  outline:none;
}

.cancel_btn{
  background-color: #fff!important;
  border: none;
  color: #267151!important;
  font-family: 'Nunito-Bold';
  font-size: 15px;
  padding: 8px 20px 9px 20px;
  /* margin-top: 5px; */
  /* min-width: 100px; */
  text-align: center;
  position: relative;
  margin-right: 10px;
  cursor: pointer;
  font-weight: bold;
}
.cancel_btn:hover{
  background-color: #267151!important;
  opacity: 1!important;
  color: #fff!important;
}
.btn-primary{
  background-color: #267151;
  border: none;
  color: #fff;
  font-family: 'Nunito-SemiBold';
  font-size: 16px;
  padding: 8px 20px;
  min-width: 139px;
  text-align: center;
  cursor: pointer;
}
.btn-primary:hover, .btn-primary[disabled]:hover{
  background-color: #267151;
  /* opacity:0.8; */
}
.btn-primary:focus, .btn-primary.focus {
    color: #fff!important;
    background-color: #267151!important;
    border: none;
    outline: none!important;
}

.alert-danger{
  background-color: #ffffff;
  border-color: #ffffff;
  box-shadow: 2px 6px 17px -7px #666;
  border-radius: 10px;
  font-weight: 600;
  padding: 18px 25px;
}
.alert-danger .fa-lock:before{
  color: #246a4c;
  padding-right:10px;
  border-radius:0px;
}

.alert-block{
  background-color:#fbecec;
  border-radius: 0px;
  box-shadow: none;
}

.alert-block .validation-header{
  color:rgb(169, 68, 66)!important
}

.alert-warning {
    background-color: #fbecec;
    border-color: #fbecec;
    /* box-shadow: 3px 2px 8px -1px #666; */
    border-radius: 10px;
    color: #ff0000;
    font-weight: 500;
    padding: 18px 25px;
}
.boolean-radio{
  margin-top:5px;
  display: inline-block;
}
.boolean-radio label, .picklist label{
  padding-right:25px;
}
input[type="checkbox"], input[type="radio"] {
    flex-shrink: 0;
    --chkbg: var(
    --bc);
    height: 18px;
    width: 18px;
    cursor: pointer;
    appearance: none;
    border-radius: 9999px;
    background-color: #fff;
    border: #098851 solid 2px;    
    --tw-border-opacity: .2;
    margin: 0px 5px 5px 0px!important;
    outline:none;
}
input[type="radio"]:checked, input[type="radio"][aria-checked=true] {
    --tw-bg-opacity: 1;
    background-color: #fff;
    border: #098851 solid 6px;
    animation: radiomark var(--animation-input,.2s) ease-in-out;
    box-shadow: 0 0 0 4px hsl(var(--b1)) inset,0 0 0 4px hsl(var(--b1)) inset;
}
input[type="checkbox"]:checked, .input[type="checkbox"][aria-checked=true] {
    --tw-bg-opacity: 1;
    background-color: #fff;
    /* border: #098851 solid 4px; */
    animation: radiomark var(--animation-input,.2s) ease-in-out;
    box-shadow: 0 0 0 4px hsl(var(--b1)) inset,0 0 0 4px hsl(var(--b1)) inset;
}
input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
    outline: thin dotted;
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.control .checkbox  input[type="checkbox"] {
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  /* Remove most all native input styles */
  appearance: none;
  /* For iOS < 15 */
  background-color: var(--form-background);
  /* Not removed via appearance */
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 20px;
  height: 20px;
  /* width: 30px; */
  /* height: 30px; */
  border: #098851 solid 2px;
  border-radius: 0.15em;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
  margin-right: 10px!important;
  position: relative!important;
  float: left;
}

input[type="checkbox"]::before {
  content: "";
  width:12px;
  height: 11px;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  transform: scale(0);
  transform-origin: bottom left;
  transition: 120ms transform ease-in-out;
  box-shadow: inset 9px 5px #098851;
  /* Windows High Contrast Mode */
  /* background-color: CanvasText; */
}

input[type="checkbox"]:checked::before {
  transform: scale(1);
}

input[type="checkbox"]:focus {
  outline: max(0px,0em) solid currentColor;
  outline-offset: max(0px, 0em);
}

input[type="checkbox"]:disabled {
  --form-control-color: var(--form-control-disabled);

  color: var(--form-control-disabled);
  cursor: not-allowed;
}
.crmEntityFormView .cell.checkbox-cell div.info {
    padding-left: 0px!important;
    margin-bottom: 12px;
}

.form-action-container-left {
    float: left;
    display: flex;
}

/* Power Virtual Agent styles */
.pva-floating-style {
  position: fixed;
  bottom: 0px;
  right: 0px;
  margin-right: 16px;
  margin-bottom: 18px;
  z-index: 9999;
}

html[dir="rtl"] .pva-floating-style {
  position: fixed;
  bottom: 0px;
  left: 0px;
  margin-left: 16px;
  margin-bottom: 18px;
  z-index: 9999;
}
/* Power Virtual Agent styles ends */
.btn-success, .btn-danger{
  margin-right:10px;
}

.btn-success:active:hover, btn-danger:active:focus, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open>.btn-success.dropdown-toggle:hover, .open>.btn-success.dropdown-toggle:focus, .open>.btn-success.dropdown-toggle.focus {
    color: #fff;
    background-color: #1f3d1f;
    border-color: #112111;
    outline: none;
}
.btn-success:focus, .btn-success.focus, btn-danger:focus, btn-danger.focus {
    color: #fff;
    background-color: #2b542c;
    border-color: #112111;
    outline: none;
}
.btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #843534;
    border-color: #4d1f1e;
    outline: none;
}
@media screen and (min-width: 769px){
  .home_services a {
    display: inline;
    /* padding: 20px 25px; */
    /* border: #ebebeb solid 1px; */
}
.home_services {
    flex-direction: row;
    justify-content: space-between;
    margin-top: 3.4375rem;
}
  .homeservice_btn {
    margin-left: 2rem;
    margin-top: 0;
}
  }

.homeservice_btn:first-child {
    margin-left: 0;
}
.licence_box{
  margin-bottom: 20px!important;
}
.homeservice_btn {
    align-items: center;
    /* background: #ffffff; */
    /* box-shadow: 0px 0px 4px 0px rgba(0,0,0,.1490196078); */
    display: flex;
    margin-top: 1.25rem;
    margin-bottom: 1.5rem;
    padding: 0;
    width: 100%;
    max-width: 413px;
}
.home_services {
    flex-direction: row;
    justify-content: space-between;
    margin-top: 2rem;
    margin-bottom: 2rem;
    display: flex;
}
.home_services a {
    text-decoration: none;
    display: inline;
    /* padding: 20px 20px; */
    /* border: #e7e7eb solid 1px; */
    color: #292929;
    font-weight: bold;
    font-size: 16px;
}

.home_services a:hover, .home_services a:focus {
  color: #fff;
  text-decoration:none;
  /* background-color: #267151; */
}
.home_services a:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.home_services a::after {
    border: 0.200rem solid #333;
    border-bottom: 0;
    border-right: 0;
    content: "";
    display: block;
    height: 0.8rem;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    transition: .2s transform ease-in;
    width: 0.8rem;
    float: right;
    margin-top: 7px;
}
.home_services a:hover::after {
    /* border: 0.200rem solid #fff; */
    border-bottom: 0;
    border-right: 0;
}
.home_panel{
  margin-bottom: 50px;
  /* margin-top: 50px; */
}
.find_services{
  margin-top: 50px;
  display: flex;
  position: relative;
}
.findsevice_nature_img{
  /* width:50%; */
  float:left;
  position: relative;
}
.findsevice_nature_img img{
  width: 600px;
}
.findservice_text h3 {
    font-family: Nunito-ExtraBold;
    font-size: 25px;
    margin-bottom: 15px;
    color: #232222;
    margin-top: 15px;
}
.findservice_text{
 position:absolute;
 float:right;
 /* width: 55%; */
 right:0px;
 padding: 25px 35px;
 background-color: #fff;
 margin: 0;
 position: absolute;
 top: 50%;
 transform: translateY(-50%);
 left: 400px;
}

@media screen and (max-width: 900px){
  .find_services {
    margin-top:35px;
    display: inline;
    position: relative;
}
  .findsevice_nature_img {
    width: 100%;
    float: none;
    position: relative;
    display: block;
}
  .findsevice_nature_img img {
    width: 100%;
}
.findservice_text {
    float: none;
    width: 100%;
    /* right: unset; */
    padding: 25px 35px 25px 35px;
    background-color: #fff;
    margin: 0;
    position: relative;
    /* top: unset; */
    transform: none;
    left: 0px;
}
}

@media screen and (max-width: 768px){

  .find_services {
    margin-top: 35px;
    display: inline;
    position: relative;
}
  .findsevice_nature_img {
    width:100%;
    float: none;
    position: relative;
    display: block;
}
  .findservice_text {
    float: none;
    width: 100%;
    /* right: unset; */
    padding: 25px 35px 25px 35px;
    background-color: #fff;
    margin: 0;
    position: relative;
    /* top: unset; */
    transform: none;
    left: 0px;
}
  .findsevice_nature_img img {
    width:100%;
}
  .find_services {
    margin-top:35px;
    display: inline;
    position: relative;
}
.home_services {
    flex-direction: column;
    justify-content: space-between;
    margin-top: 2rem;
}
  .homeservice_btn {
    align-items: center;
    background: #ffffff;
    /* box-shadow: 0px 0 15px -5px rgba(0,0,0,.1490196078); */
    display: flex;
    margin-top:2rem;
    padding: 0;
    width: 100%;
    border: #e7e7eb solid 1px;
}
  .tble_overflow{
  /* overflow:auto; */
}
}

h4, .h4 {
    font-size: 18px;
}
.myac_slotbg {
  margin-bottom: 50px;
  /* background-color: #fff; */
  padding-bottom: 10px;
}

.myac_tab_gap{
  margin-bottom: 50px;
  /* background-color: #fff; */
  padding-bottom: 10px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 14px;
  background-color: #fff;
  padding-bottom: 30px;
}

.myac_tab_gap>h6{
  padding-bottom:15px;
}
.myac_tab_gap:last-child{
  margin-bottom:0px;
}
.back_profile{
  margin-top: 22px;
  margin-bottom: 38px;
}
.back_profile a{
  font-weight: bold;
  text-decoration: none;
  font-family: 'Nunito-bold';
  position: relative;
  top: 0px;
  display: inline-block;  
  -webkit-font-smoothing: antialiased;
  padding-left:22px;
}
.back_profile a:before{
  font-family: 'Glyphicons Halflings';
   content: "\e257";
  position:absolute;
  left:0px;
  font-weight: normal;
  font-size:13px;
  top:1px;
}
iframe.quickform {
    display: block;
    border: none;
    height:410px!important;
    width: 100%;
    overflow: hidden;
}
iframe.quickform > html > body{
  overflow: hidden;
}
.quickform{
  width:100%;
}

.crmEntityFormView .form-control.readonly, .crmEntityFormView .form-control[readonly][disabled], .form-readonly .form-control {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    cursor: auto;
    border: 1px solid #C4C4C4;
    height: 45px;
    margin: 10px 0 8px 0;
    padding: 6px 12px;
    color: rgba(0,0,0,0.5);
    background-color: #f5f5f5;
}
.crmEntityFormView .cell.checkbox-cell label {
    clear: none;
    float: none!important;
    display: inline;
  font-weight:normal;
}
.control a{
  font-weight:bold;
  font-family: 'Nunito-ExtraBold';
}
.search_clear_body{
  padding:0px;
}
.search_clear_body .case-deflection{
  margin-top: 0px;
}

.search_clear_body .search-clear, .search_clear_body .search-apply{
  height:45px;
  border: 1px solid #cbcbcb;
  color:#267151;
}
.search_clear_body .search-clear:active, .search_clear_body .search-apply:active,
.search_clear_body .search-clear:hover, .search_clear_body .search-apply:hover,
.search_clear_body .search-clear:focus, .search_clear_body .search-apply:focus{
  height:45px;
  border: 1px solid #267151;
  background-color:#267151;
  color:#fff;
  outline:none;
}


.label_tooltip {
  position: relative;
  display: inline-block;
}

.label_tooltip .tooltiptext {
  /* visibility: hidden; */
  width: 230px;
  background-color: #343534;
  color: #fff;
  font-family: 'Nunito-semiBold';
  text-align: center;
  border-radius: 8px;
  padding: 9px 10px;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -115px;
  font-weight: 500;
  font-size: 14px;
  z-index: 9999;
}

.label_tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -4px;
  border-width: 8px;
  border-style: solid;
  border-color: #343534 transparent transparent transparent;
}

.label_tooltip:hover .tooltiptext {
  /* visibility: visible; */
}

div.message.success {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #323130;
    -ms-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    margin-bottom: 18px;
    -ms-text-shadow: 0 1px 0 rgba(255,255,255,.5);
    text-shadow: none;
    box-shadow: 0px 0px 7px -2px #626262;
    border-radius: 10px;
    padding: 18px 20px 20px 30px!important;
    position: relative;
}

.success #MessageLabel{
  position: relative;
  top: 1px;
  display: inline-block;
  /* font-family: 'Glyphicons Halflings'; */
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  padding-left: 21px;
  outline: none;
}
.success #MessageLabel:before{
  content: "\e084";
  font-family: 'Glyphicons Halflings';
  position: absolute;
  left: 0px;
  font-size: 16px;
  color: #098851;
  font-weight: 300;
}
.success .close{
  min-width: auto;
  padding: 0px;
  font-weight: 100;
  background-color: transparent;
  color: #323130!important;
  font-size: 24px;
  font-family: 'Nunito-Regular';
  top: 10px;
  right: 12px;
  position: absolute;
  opacity: 1;
}
.success .close:hover {
    min-width: auto;
    padding: 0px;
    font-weight: 100;
    background-color: transparent;
    color: #323130!important;
    font-size: 24px;
    font-family: 'Nunito-Regular';
    top: 10px;
    right: 12px;
    position: absolute;
    opacity: 0.7;
    background-color: transparent!important;
}

.tbl_title_res{
  display:none;
}

@media (max-width: 1100px){
  .profile_tbl th{
    display:none;
  }
  span.tbl_title_res{
  display:block;
  font-weight:normal;
  font-family: 'Nunito-Regular';
  font-size: 14px;
}
  .profile_tbl td{
    float:left;
    width:100%;
    padding-bottom: 25px;
  }
  .label_tooltip{
    position:relative;
    /* width: 100%; */
    margin-left: 0px;
  }
  .label_tooltip .tooltiptext {
    width: 230px;
    background-color: #343534;
    color: #fff;
    font-family: 'Nunito-semiBold';
    text-align: center;
    border-radius: 8px;
    padding: 9px 10px;
    position: absolute;
    z-index: 1;
    bottom: 134%;
    left: 0;
    margin-left: 0px;
    font-weight: 500;
    font-size: 14px;
}
}


@media (min-width: 1200px){

  .navbar-nav li:last-child {
    display: none;
}

.container {
    width: 100%;
}
}

@media (min-width: 1280px){
.container {
    width: 1280px;
    padding: 0px;
}
}
@media (max-width: 1280px){
.container {
    width: 100%;
    padding: 0px 15px;
}
}
@media (max-width: 768px){
.container {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}
  .myac_tab_gap {
    margin-bottom:15px;
  }
}
@media (max-width: 768px){

  .myac_tab_gap {
    margin-bottom:15px;
  }
  .footer__heading {
    font-size:24px;
    font-weight: 800;
}
  .myac_tab_gap {
    margin-bottom:15px;
    /* background-color: #fff; */
    padding-bottom: 10px;
    padding-left:15px;
    padding-right:15px;
    padding-top: 14px;
    background-color: #fff;
    padding-bottom: 30px;
}
  .home_services {
    flex-direction: column;
    justify-content: space-between;
    margin-top:0rem;
}
  .homeservice_btn {
    margin-top:15px;
    margin-bottom:0px
}
  .myac_tab_gap{
    padding-bottom:15px
  }
  #mainContent .container {
    padding-left:15px;
    padding-right: 15px;
    padding-top: 14px;
    background-color: #fff;
    padding-bottom: 30px;
    width: 100%;
}
}
.crmEntityFormView fieldset {
    margin: 0;
    margin-bottom:0px;
    padding: 0;
    border: 0 none;
}

.message_noitfication{
  background-color:#fff;
  /* height:70px; */
  border-radius:10px;
  padding: 22px 25px!important;
  position: relative;
  width: 100%;
  box-shadow: 5px 5px 16px -14px #000;
  top: -6px!important;
  left: 0px;
  margin-bottom: 25px;
  display: inline-block;
  width: 100%!important;
  display: block;
  position: relative;
}
.message_noitfication:last-child{
  margin-bottom:0px;
}
.message_noitfication svg{
  float:left;
  margin-top: -1px;
  
}
.linkaccount_success{
  top: -0px;
}

.message_noitfication label{float: left;margin-top: 0px;margin-left: 10px;font-weight: normal;font-size: 16px;display: contents;margin-left: 33px;/* display: flow-root; *//* margin-right: 43px; *//* position: absolute; */line-height: 18px;}
.message_noitfication a{font-weight:700;font-family: 'Nunito-Black';}

.fieldvalidation, a.formvalidation{
  color: rgb(169, 68, 66)!important;
  font-weight:bold;
  text-decoration: underline;
  font-family: 'Nunito-bold';
  margin-top: 5px;
  position: relative;
}
.fieldvalidation:before, a.formvalidation:before{
  content: "\e209";
  font-family: 'Glyphicons Halflings';
  top: 2px;
  display: inline-block;
  margin-right: 8px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  position: relative;
}

.modal-dialog {
    width: 750px;
    margin: 120px auto;
    width: 750px;
    margin: 120px auto;
    width: 100%;
    margin: 0px;
    overflow: auto;
    z-index: 9999;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 100%;
}
.modal-dialog svg{
  /* margin-top: 15%!important; */
}
.modal-title {
    margin: 0;
    line-height: 1.42857;
    font-size:30px
}
.modal-unlinktitle{
  margin: 0;
    line-height: 30px!important;
    font-size:30px!important;
  margin-bottom:25px!important;
}
  .modal-unlinkcontent{
  margin-bottom:0px;
}
.modal-unlinkfooter{
  padding-top:20px!important;
}
.modalunlinkpopup .modal-content{
  /* max-height: 298px; */
  height: 300px;
}
.modal-header {
    padding:30px 30px 15px 30px;
    border-bottom: none;
}
.modal-body{
  padding:0px 30px;
}

.modal-footer {
    padding: 30px;
    text-align: left;
    border-top:none;
}
.modal-dialog a{
  font-weight: bold!important;
  font-family: 'Nunito-bold';
}
.bottom_space{
  margin-bottom:30px;
}
.needbox{
      border: #75BD43 solid 1px;
    padding: 15px;
    padding-top: 6px;
    padding-bottom: 6px;
}

.needbox h6{
  font-family: 'Nunito-bold';
}

.needbox span{
  font-family: 'Nunito-bold';
}

.bottom_space>h6:first-child{
  margin-bottom:10px;
}
.bottom_space h6{
  margin-bottom:5px;
}
.modal{
  background-color:rgba(0,0,0,0.5)
}
.modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
    box-shadow: 0 0 10px -14px rgba(0,0,0,.5);
    max-height: 587px;
    overflow: auto;
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
    box-shadow: 0 0 10px -14px rgba(0,0,0,.5);
    max-height: 100%;
    overflow: auto;
    position: absolute;
    z-index: 9999;
    top: 100px;
    /* bottom: 100px; */
    max-height: 850px;
    margin: 0 auto;
    width: 700px;
    left: calc(50% - 350px);
}

@media (max-width: 1024px){
  .modal-content {  
  top:10px;
  }
}
.mrslink_lbl label{
  font-weight:100;
  vertical-align:top;
  padding-right: 35px;
}
.mrslink_lbl input[type="radio"]{
  margin-right: 0px!important;
}
#driverlicencecarddetailslink span, #vehicleregistrationvindetailslink span{
  color: #5D5D5D;
  font-weight: normal;
  font-size: 11px;
  margin-left: 5px;
}
#driverlicencecarddetailslink span:before, #vehicleregistrationvindetailslink span:before{
      padding-top: 2px;
      position: relative;
}
#driverlicencecarddetailslink, #vehicleregistrationvindetailslink{
      color: #5D5D5D;
      text-decoration: none;
      margin-bottom: 15px;
      display: block;
}
.vehicleregistration_info {
    background-color: #f5f5f5!important;
    font-size: 15px!important;
    padding: 0px!important;
    margin: 0px!important;
    padding: 20px!important;
    margin: 20px 0px!important;
}

@media (max-width: 768px){
  .modal-dialog {
    width: 100%;
    margin: 0px;
    overflow: scroll;
    z-index: 9999;
    position: absolute;
    top: 0px;
    bottom: 0px;
}
  .modal-content{
  overflow: auto;
  position: absolute;
  z-index: 9999;
  top: 0px;
  bottom: 0px;
  max-height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  }
}

#unabletolink a{
  font-family: 'Nunito-bold';
  font-weight: bold;
}

#contactusingalternatenumber{
      clear: both;
      font-family: 'Nunito-Regular', sans-serif;
      font-weight: normal;
      margin-top: 15px;
}
#contactusingalternatenumber input:last-child{
  margin-left: 30px!important;
  font-weight: normal;
}


@media (max-width:768px){
.reg_details_check{
  display:block;
}
  #driverlicencecarddetails img{
    width:100%;
  }
}


.btn-secondary{
  background-color: #fff!important;
  border: none;
  color: #267151!important;
  font-family: 'Nunito-Bold';
  font-size: 15px;
  padding: 8px 20px 9px 20px;
  margin-top: 0px;
  /* min-width: 100px; */
  text-align: center;
  position: relative;
  margin-right: 10px;
  cursor: pointer;
  font-weight: bold;
}
.btn-secondary:hover{
  background-color: #267151!important;
  opacity: 1!important;
  color: #fff!important;
}
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: thin dotted;
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: 0px;
}

.f1g2ihwp {
    background-color: rgb(255, 233, 233)!important;
    /* height: 70px; */
    border-radius: 10px;
    padding: 22px 25px!important;
    position: relative;
    width: 100%;
    box-shadow: 5px 5px 16px -14px #000;
    top: -13px;
    left: 0px;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
}
#divViewmessage{
}
#payusingcreditcard iframe{
  height:400px;
}

.datetimepicker{
  /* height: 45px; */
  /* overflow: hidden; */
  width: 100%;
}

.datetimepicker .input-group-addon{
  /* position:absolute; */
}

.datetimepicker input{
  width: calc( 100% - 50px )!important;
}
.datetimepicker .input-group-addon{
      display: inline-table;
      height: 45px;
      padding-top: 15px;
      margin-top: 10px;
}
.datetimepicker .input-group-addon:focus-visible{
  outline:none;
}
@media (max-width:768px){
#payusingcreditcard iframe {
    height: 430px;
}
}

.clearfix{
        width: 100%;
}
@media screen and (max-width:530px){
.form-action-container-left {
    float: left;
    display: inline-block;
}
.form-action-container-left input, .form-action-container-left button{
    width:100%;
}
}/*!* Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */
/* line 19, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
@font-face {
    font-family:'Nunito-Light';
    src: url("/Nunito-Light.ttf");
}
@font-face {
   font-family: 'Nunito-Bold';
    src: url("/Nunito-Bold.ttf");
}
@font-face {
   font-family: 'Nunito-Regular';
    src: url("/Nunito-Regular.ttf");
} 
@font-face {
   font-family: 'Nunito-Black';
    src: url("/Nunito-Regular.ttf");
}
@font-face {
   font-family: 'Nunito-Italic';
    src: url("/Nunito-Italic.ttf");
}
@font-face{
     font-family:'Nunito-BlackItalic';
     src:url("/Nunito-BlackItalic.ttf");        
}
@font-face{
     font-family:'Nunito-BoldItalic';
     src:url("/Nunito-BoldItalic.ttf");        
}
@font-face{
     font-family:'Nunito-ExtraBold';
     src:url("/Nunito-ExtraBold.ttf");        
}
@font-face{
     font-family:'Nunito-ExtraBoldItalic';
     src:url("/Nunito-ExtraBoldItalic.ttf");        
}
@font-face{
     font-family:'Nunito-ExtraLight';
     src:url("/Nunito-ExtraLight.ttf");        
}
@font-face{
     font-family:'Nunito-ExtraLightItalic';
     src:url("/Nunito-ExtraLightItalic.ttf");        
}
@font-face{
     font-family:'Nunito-LightItalic';
     src:url("/Nunito-LightItalic.ttf");        
}
@font-face{
     font-family:'Nunito-Medium';
     src:url("/Nunito-Medium.ttf");        
}
@font-face{
     font-family:'Nunito-MediumItalic';
     src:url("/Nunito-MediumItalic.ttf");        
}
@font-face{
     font-family:'Nunito-SemiBold';
     src:url("/Nunito-SemiBold.ttf");        
}
@font-face{
     font-family:'Nunito-SemiBoldItalic';
     src:url("/Nunito-SemiBoldItalic.ttf");        
}
body {
  font-family: 'Nunito-Regular', sans-serif;
  color: #292929;
  background-color: #f5f5f5;
  color: #343434;
}

body.govt-tas {
  font-family: 'Inter', sans-serif;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{font-family: 'Nunito-Regular', sans-serif;}
h1.underline, h4.underline {
  border-bottom: 1px solid #bcbcbc;
  padding-bottom: 21px; }

/* line 24, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
div {
  word-break: break-word; }

/* line 27, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.navbar-brand {
  height: fit-content !important; }

/* line 30, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.input-group-btn {
  vertical-align: top; }

@media (max-width: 767px) {
  /* line 36, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .text_center-mobile {
    text-align: center; } }

/* line 42, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.btn-lg-home {
  padding: 20px 40px;
  font-size: 15px; }

/* line 47, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.btn-info-home {
  color: #fff;
  border-color: #fff;
  background: transparent; }
  /* line 52, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .btn-info-home:hover {
    color: #000;
    border-color: #000;
    background: #fff; }
  /* line 57, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .btn-info-home:active {
    color: #000;
    border-color: #000;
    background: #fff; }
  /* line 62, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .btn-info-home:focus {
    color: #000;
    border-color: #000;
    background: #fff; }
.page-header {
    padding-bottom: 15px;
    margin: 0px 0 60px;
    border-bottom: none;
    display: inline-block;
}
.page-header h1{
  font-size:30px;
  color:#fff;
  font-family: 'Nunito-Bold';
  font-weight: 500;
}
input, button, select, textarea {font-family: 'Nunito-Regular', sans-serif;}
/* line 75, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.breadcrumb > li a, .breadcrumb > li a:hover {
  text-decoration: none;
  color: #666666; }

/* line 81, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.breadcrumb > .active {
  font-weight: normal;
  color:#fff;
  font-family: 'Nunito-Regular';
  font-size: 14px;
}

/* line 93, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.pagination > li > a,
.pagination > li > span {
  background-color: transparent;
  border: 0px;
  margin-left: 10px;
  width: 40px;
  height: 40px;
  text-align: center; }

/* line 104, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.pagination > li:first-child > a:hover,
.pagination > li:first-child > span:hover {
  background: none; }

/* line 111, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.pagination > li:last-child > a:hover,
.pagination > li:last-child > span:hover {
  background: none; }

/* line 120, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  background-color: transparent;
  border-color: transparent; }

/* line 130, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  border-color: transparent;
  border-radius: 50%;
  border: solid 1px; }

/* line 141, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.navbar-fixed-top {
  border-width: 0; }

/* line 145, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.navbar-static-top {
  border-width: 0;
  margin-bottom: 0; }

/* line 149, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.navbar-default {
  border-color: transparent; }

/* line 153, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.homelink, a.homelink:hover, a.homelink:focus {
  color: #fff;
  text-decoration: none;
  }

/* line 158, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.register-bar {
  clear: both; }

/* line 162, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.navbar-fixed-top.navbar {
  min-height: 67px; }
  /* line 165, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .navbar-fixed-top.navbar .navbar-collapse {
    max-height: 510px;
    box-shadow: none;
    border-top: none;
    padding-top: 8px; }
  /* line 172, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .navbar-fixed-top.navbar .navbar-form {
    border: none;
    margin-left: 0;
    margin-right: 0; }
    /* line 177, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    .navbar-fixed-top.navbar .navbar-form .form-control {
      font-size: 1em; }

/* line 184, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.navbar-static-top.navbar .navbar-collapse {
  max-height: 510px !important;
  box-shadow: none;
  border-top: none;
  }

/* line 190, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.navbar-static-top.navbar .navbar-form {
  border: none;
  margin-left: 0;
  margin-right: 0; }
  /* line 195, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .navbar-static-top.navbar .navbar-form .form-control {
    font-size: 1em; }

@media (min-width: 992px) {
  /* line 200, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .fix-navbar .register-bar {
    display: none; } }

/* line 206, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.navbar-fixed-top.navbar > .container > .row > div {
  float: none !important;
  display: inline-block;
  vertical-align: bottom; }

/* line 211, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.navbar-static-top.navbar > .container > .row > div {
  float: none !important;
  display: inline-block;
  vertical-align: bottom; }

/* line 220, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.navbar-fixed-top.navbar .menu-bar > .navbar-nav > li > a {
  font-family:'Nunito-Regular', sans-serif;
  font-size: 1em;
  font-weight: bold; }

/* line 227, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.navbar-fixed-top.navbar .menu-bar > .navbar-nav > .divider-vertical {
  height: 21px;
  margin: 0 4px;
  margin-top: 14.5px;
  border-right: 1px solid #fff;
  border-left: 1px solid #666; }

/* line 239, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.navbar-static-top.navbar .menu-bar > .navbar-nav > li > a {
  font-family: 'Nunito-SemiBold';
  font-size: 16px;
  font-weight: 600;
  padding: 15px 15px;
  text-decoration: none;
  }


/** Mozilla Firefox */
@-moz-document url-prefix() {
  .navbar-static-top.navbar .menu-bar > .navbar-nav > li > a{
font-weight: 400;
}
}

/** Safari */
@media not all and (min-resolution: 0.001dpcm) {
 .navbar-static-top.navbar .menu-bar > .navbar-nav > li > a{
font-weight: 400;
}
}


/* line 246, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.navbar-static-top.navbar .menu-bar > .navbar-nav > .divider-vertical {
  height: 21px;
  margin: 0 4px;
  margin-top: 14.5px;
  border-right: 1px solid #fff;
  border-left: 1px solid #666;
  display: none;
  }

/* line 256, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.navbar-fixed-top .navbar-brand {
  font-size: 2.11em;
  font-family:'Nunito-Regular', sans-serif;
  color: #232222;
  position: relative; }
  @media (max-width: 1200px) {
    /* line 256, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    .navbar-fixed-top .navbar-brand {
      position: initial;
      height: 42px; } }

/* line 268, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.navbar-fixed-top .navbar-header {
  padding-top: 8px; }

/* line 273, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.navbar-static-top .navbar-brand {
  font-size: 2.11em;
  font-family:'Nunito-Regular', sans-serif;
  color: #232222;
  position: relative;
  padding: 20px 15px;
  }
  @media (max-width: 1200px) {
    /* line 273, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    .navbar-static-top .navbar-brand {
      position: initial;
      height: 42px; } }

/* line 293, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.navbar-fixed-top.navbar-inverse {
  background-color: #232222;
  border-color: transparent; }
  /* line 297, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .navbar-fixed-top.navbar-inverse .navbar-brand {
    color: #fff; }
  /* line 300, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .navbar-fixed-top.navbar-inverse .divider-vertical {
    border-right-color: #fff;
    border-left-color: #111; }

/* line 305, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.navbar-static-top.navbar-inverse {
  background-color: #ffffff;
  border-color: transparent;
  }
  /* line 309, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .navbar-static-top.navbar-inverse .navbar-brand {
    color: #fff; }
  /* line 313, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .navbar-static-top.navbar-inverse .divider-vertical {
    border-right-color: #fff;
    border-left-color: #111; }

/* line 320, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.navbar-inverse .navbar-nav > li > a {
  color: #4d4d4d;
  outline: none;
  }

.navbar-inverse .navbar-nav > li > a > span.message_count{
  background-color: #098851;
  color: #fff;
  width: auto;
  display: inline-block;
  text-align: center;
  height: 23px;
  border-radius: 25px;
  font-size: 13px;
  font-weight: 700;
  font-family: 'Nunito-Bold';
  padding-top: 2px;
  margin-left: 2px;
  padding: 2px 7px;
}
@-moz-document url-prefix() {
  .navbar-inverse .navbar-nav > li > a > span.message_count {
    padding-top: 1px;
  }
}
  /* line 323, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .navbar-inverse .navbar-nav > li > a:hover {
    color: #267151;
    background-color: #ffffff;
    border-bottom: 0px solid #2F5FEF;
    padding-bottom: 10px;
    /* font-family: 'Nunito-Bold'!important; */
    }
  /* line 329, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .navbar-inverse .navbar-nav > li > a:focus {
    color: #267151;
    background-color: transparent;
    outline: 1px dashed #FFFFFF;
    }

@media (max-width: 1199px) {
  /* line 340, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .navbar-inverse .navbar-nav > li > a:hover {
    color: #4d4d4d;
    background-color: #ffffff;
    border-bottom: 0px solid #2F5FEF;
    padding-bottom: 6px;
    padding-left: 15px!important;
    } }

/* line 351, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.menu-bar .shopping_link {
  position: relative; }
  /* line 354, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .menu-bar .shopping_link .cart_amount {
    border-radius: 100%;
    height: 17px;
    width: 17px;
    position: absolute;
    bottom: 6px;
    right: -6px;
    background-color: #2f5fef;
    text-align: -webkit-center;
    line-height: 17px;
    font-size: 9px;
    padding-left: 1.9px;
    color: #fff; }
    /* line 368, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    .menu-bar .shopping_link .cart_amount:hover {
      color: #fff; }

@media (max-width: 1199px) {
  /* line 376, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .navbar-fixed-top .navbar-collapse .nav > .divider-vertical {
    display: none; } }

@media (max-width: 1199px) {
  /* line 381, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .navbar-static-top .navbar-collapse .nav > .divider-vertical {
    display: none; } }

@media (max-width: 767px) {
  /* line 386, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .navbar-fixed-top.navbar > .container > .row > div {
    display: block; }
  /* line 390, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .navbar-header {
    position: relative; } }

@media (max-width: 767px) {

.page-heading{
      padding-left: 15px;
      padding-right: 15px;
}
  
  /* line 395, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .navbar-static-top.navbar > .container > .row > div {
    display: block; }
  /* line 399, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .navbar-header {
    position: relative; } }

/* line 406, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.panel {
  -webkit-box-shadow: 0 0px 0px transparent;
  box-shadow: 0 0px 0px transparent; }

/* line 413, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.panel-group {
  margin-bottom: 21px; }
  /* line 416, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .panel-group.border-bottom {
    border-bottom: 1px solid #bcbcbc;
    padding-bottom: 84px; }
  /* line 421, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .panel-group .panel {
    border-radius: 0px;
    border: none;
    box-shadow: none; }
    /* line 426, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    .panel-group .panel + .panel {
      margin-top: 5px; }
  /* line 431, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .panel-group .panel-heading {
    border-bottom: 0; }
    /* line 435, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    .panel-group .panel-heading .panel-title a {
      text-decoration: none; }
      /* line 438, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
      .panel-group .panel-heading .panel-title a:hover {
        color: #2f5fef; }
      /* line 442, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
      .panel-group .panel-heading .panel-title a:before {
        content: ' ';
        background-repeat: no-repeat;
        display: inline-block;
        width: 22px;
        height: 12px;
        background-position: -92px -5px;
        margin-right: 10.5px; }
      /* line 453, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
      .panel-group .panel-heading .panel-title a.collapsed:before {
        background-position: -5px -126px; }
    /* line 461, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    .panel-group .panel-heading + .panel-collapse > .panel-body,
    .panel-group .panel-heading + .panel-collapse > .list-group {
      border-top: none; }
  /* line 466, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .panel-group .panel-footer {
    border-top: 0; }
    /* line 469, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    .panel-group .panel-footer + .panel-collapse .panel-body {
      border-bottom: none; }
  /* line 474, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .panel-group .panel-default {
    border-color: none; }
    /* line 6, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/mixins/panels.scss */
    .panel-group .panel-default > .panel-heading {
      color: #333333;
      background-color: transparent;
      border-color: none; }
      /* line 11, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/mixins/panels.scss */
      .panel-group .panel-default > .panel-heading + .panel-collapse > .panel-body {
        border-top-color: none; }
      /* line 14, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/mixins/panels.scss */
      .panel-group .panel-default > .panel-heading .badge {
        color: transparent;
        background-color: #333333; }
    /* line 20, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/mixins/panels.scss */
    .panel-group .panel-default > .panel-footer + .panel-collapse > .panel-body {
      border-bottom-color: none; }

/* line 482, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
body {
  padding-top: 0px;
  font-family:'Nunito-Regular', sans-serif;
  }
  @media (max-width: 767px) {
    /* line 482, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    body {
      padding-top: 0px; } }

/* line 491, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.layer_down {
  height: 50px;
  background: url("layer_down.png") no-repeat bottom center;
  position: absolute;
  bottom: 0;
  z-index: 900;
  width: 100%; }

/* line 500, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.layer_up {
  height: 40px;
  background: url("layer_up.png") no-repeat bottom center;
  position: relative;
  z-index: 20; }

/* line 507, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.section-margin {
  margin: 21px 0; }

/* line 511, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.color-inverse {
  color: #fff; }
  /* line 514, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .color-inverse h1, .color-inverse h2, .color-inverse h3 {
    color: #fff; }

/* line 522, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.section-inline-search {
  background: url("helpdesk.png") no-repeat;
  background-size: cover; }
  /* line 527, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .section-inline-search .row > div {
    margin-top: 100px; }
    /* line 530, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    .section-inline-search .row > div h1 {
      color: #fff; }
      @media screen and (max-width: 600px) {
        /* line 530, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
        .section-inline-search .row > div h1 {
          font-size: 16vw; } }
    /* line 540, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    .section-inline-search .row > div .form-inline .form-group .input-group {
      margin-right: 21px; }
      /* line 543, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
      .section-inline-search .row > div .form-inline .form-group .input-group .input-group-addon {
        background-color: #fff;
        border-right: none; }
      /* line 548, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
      .section-inline-search .row > div .form-inline .form-group .input-group .form-control {
        height: 60px;
        border-left: none;
        box-shadow: none; }
        /* line 553, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
        .section-inline-search .row > div .form-inline .form-group .input-group .form-control:focus {
          box-shadow: none;
          border-right: none;
          border-color: #ccc; }

/* line 566, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.wrapper {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  -moz-transition: width 0.3s ease-out;
  -o-transition: width 0.3s ease-out;
  -webkit-transition: width 0.3s ease-out;
  transition: width 0.3s ease-out; }

/* line 576, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.wrapper .contained {
  position: relative;
  height: 400px;
  padding-bottom: 56.25%; }

/* line 582, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.wrapper .contained > svg {
  margin-top: -100px;
  position: absolute;
  display: block; }

/* line 588, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.contained .row {
  margin-top: 80px; }

/* line 592, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
footer {
  position: relative;
  color: #AAAAAA; }
  /* line 596, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  footer .footer-top {
    width: 100%;
    min-height: 130px;
    background-color: #232222;
    display: flex;
    align-items: center; }
    /* line 603, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    footer .footer-top h3, footer .footer-top h4 {
      color: #fff; }
    /* line 607, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    footer .footer-top .list-social-links {
      margin-top: 25px;
      margin-bottom: 12.5px; }
    @media screen and (max-width: 991px) {
      /* line 614, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
      footer .footer-top h3,
      footer .footer-top .list-social-links {
        text-align: center; } }
  /* line 620, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  footer .footer-bottom {
    width: 100%;
    min-height: 36px;
    background-color: #000;
    font-size: 12px;
    display: flex;
    align-items: center; }
    /* line 628, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    footer .footer-bottom p {
      margin: 0; }
    /* line 632, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    footer .footer-bottom h4 {
      margin-top: 0;
      color: #fff; }
    /* line 637, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    footer .footer-bottom ul {
      list-style-type: none;
      margin: 0; }
      /* line 647, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
      footer .footer-bottom ul li a,
      footer .footer-bottom ul li a:hover,
      footer .footer-bottom ul li a:focus,
      footer .footer-bottom ul li a:active,
      footer .footer-bottom ul li a.active {
        font-size: 15px;
        color: #fff; }

/* line 657, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.list-social-links {
  list-style-type: none;
  padding-left: 0; }
  /* line 661, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .list-social-links li {
    display: inline-block;
    margin: 0 10px; }
    /* line 670, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    .list-social-links li a,
    .list-social-links li a:hover,
    .list-social-links li a:focus,
    .list-social-links li a:active,
    .list-social-links li a.active {
      color: #fff; }

@media screen and (max-width: 993px) {
  /* line 678, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .section-landing h1 {
    font-size: 65px; }
  /* line 682, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .section-landing h2 {
    letter-spacing: normal;
    margin-left: -3px; } }

/* line 688, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.user-icon {
  width: 16px;
  height: 16px;
  background-image: url("register_icon.png");
  display: inline-block;
  margin-right: 7px; }

/* line 696, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.article-title-container {
  border-top: solid 1px #bcbcbc;
  border-bottom: solid 1px #bcbcbc;
  padding-left: 15px;
  padding-top: 28px;
  padding-bottom: 28px; }

/* line 704, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.article-title {
  margin-left: -35px; }
  /* line 707, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .article-title > span {
    margin-left: 3px; }
    /* line 710, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    .article-title > span .article-author {
      font-weight: bold;
      color: #2f5fef; }

/* line 717, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.article-content {
  margin-top: 15px; }
  /* line 720, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .article-content > p {
    text-align: justify; }

@media screen and (max-width: 993px) {
  /* line 726, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .article-title {
    margin-left: 0;
    text-align: center; }
  /* line 731, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .article-author {
    text-align: center; } }

/* line 737, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.section-search .header-search {
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 40px;
  background-color: #eeeeee; }
  /* line 743, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .section-search .header-search img {
    max-width: 350px; }
  @media screen and (max-width: 600px) {
    /* line 747, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    .section-search .header-search h1 {
      font-size: 13vw; } }

/* line 754, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.section-search .title-search {
  font-size: 26px;
  font-weight: bold; }

/* line 759, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.section-search input {
  border-style: none;
  padding-left: 10px;
  height: 60px; }

/* line 767, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.section-search .media .media-left > img {
  max-width: 240px; }

/* line 772, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.section-search .media .media-body {
  padding-left: 20px; }
  /* line 775, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .section-search .media .media-body > a {
    text-decoration: none;
    font-weight: bold; }
  /* line 780, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .section-search .media .media-body .media-heading {
    margin-top: 5px;
    margin-bottom: 20px; }

/* line 789, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.cards-container {
  margin-top: 84px;
  display: flex;
  justify-content: center; }
  @media screen and (max-width: 991px) {
    /* line 789, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    .cards-container {
      flex-direction: column; } }

/* line 804, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.carousel-custom .carousel-inner > .item {
  margin-right: auto;
  margin-left: auto; }
  /* line 808, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .carousel-custom .carousel-inner > .item .carousel-caption {
    display: flex;
    align-items: center;
    top: 5%;
    left: 5%;
    right: 5%; }
    @media screen and (min-width: 768px) {
      /* line 808, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
      .carousel-custom .carousel-inner > .item .carousel-caption {
        left: 5%;
        right: 5%; } }

/* line 824, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.carousel-custom .carousel-indicators li {
  border-color: #232222; }

/* line 833, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.table.table-forms td {
  padding: 15px 8px; }

/* line 839, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.table.table-forms tbody tr:first-child td {
  border-top: none; }

/* line 848, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.poll {
  background-color: #eeeeee;
  border-top: 7px solid #0b80d0;
  position: relative;
  padding-left: 15px;
  padding-right: 15px; }
  /* line 855, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .poll .poll-header {
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #bcbcbc;
    padding-bottom: 5px; }
    /* line 865, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    .poll .poll-header h4 {
      font-weight: bold;
      display: inline-block; }
  /* line 871, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .poll .poll-content {
    padding-top: 25px; }
    /* line 874, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    .poll .poll-content p {
      font-size: 14px; }
    /* line 878, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    .poll .poll-content form {
      border-bottom: 1px solid #bcbcbc;
      padding-bottom: 10px; }
    /* line 883, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    .poll .poll-content .poll-buttons {
      padding-top: 20px;
      padding-left: 11px; }
      /* line 887, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
      .poll .poll-content .poll-buttons .btn {
        padding: 4px 14px;
        font-size: 14px; }
      /* line 892, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
      .poll .poll-content .poll-buttons .btn-default {
        color: #000;
        border-color: #000; }
        /* line 896, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
        .poll .poll-content .poll-buttons .btn-default:hover {
          color: #000;
          border-color: #000; }
  /* line 904, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .poll .poll-tags {
    padding-top: 10px; }
    /* line 907, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    .poll .poll-tags h4 {
      border-bottom: 1px solid #bcbcbc;
      padding-bottom: 10px; }
    /* line 912, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    .poll .poll-tags .tag {
      display: inline-block;
      background-color: #e1e1e1;
      color: #232222;
      padding: 5px 14px;
      margin: 5px 0px;
      text-transform: uppercase;
      font-size: 13px; }

/* line 924, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.nav-sidebar {
  padding-left: 20px;
  margin-top: 20px;
  margin-bottom: 20px; }
  /* line 931, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .nav-sidebar .nav > li > a {
    padding: 4px 20px;
    color: #2f5fef;
    border-right: 2px solid #eeeeee; }
    /* line 937, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    .nav-sidebar .nav > li > a:hover,
    .nav-sidebar .nav > li > a:focus {
      color: #232222;
      text-decoration: none;
      background-color: transparent;
      border-right: 2px solid #555555; }
    /* line 944, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    .nav-sidebar .nav > li > a:before {
      position: relative;
      top: 1px;
      display: inline-block;
      font-family: 'Glyphicons Halflings';
      font-style: normal;
      font-weight: normal;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "\e250";
      margin-right: 7px; }
  /* line 961, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .nav-sidebar .nav > .active > a {
    color: #232222;
    text-decoration: none;
    background-color: transparent;
    border-right: 2px solid #555555;
    font-weight: bold; }
    /* line 968, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    .nav-sidebar .nav > .active > a:before {
      content: "\e252"; }
  /* line 975, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .nav-sidebar .nav > .active:hover > a,
  .nav-sidebar .nav > .activefocus > a {
    font-weight: bold; }
  /* line 981, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .nav-sidebar .nav > .active > ul.nav {
    display: block; }
  /* line 988, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .nav-sidebar .nav ul.nav {
    display: none; }
  /* line 995, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .nav-sidebar .nav .nav > li > a {
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 30px; }
  /* line 1005, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .nav-sidebar .nav .nav > .active,
  .nav-sidebar .nav .nav > .active:hover,
  .nav-sidebar .nav .nav > .active:focus {
    font-weight: bold; }
  /* line 1012, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .nav-sidebar .nav .nav .nav > li > a {
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 60px; }
    /* line 1017, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    .nav-sidebar .nav .nav .nav > li > a:before {
      content: ""; }
  /* line 1026, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .nav-sidebar .nav .nav .nav > .active,
  .nav-sidebar .nav .nav .nav > .active:hover,
  .nav-sidebar .nav .nav .nav > .active:focus {
    font-weight: bold; }

/* line 1037, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
#navbar .dropdown-menu {
  margin-top: 8px; }

/* line 1041, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
#navbar .dropdown-search {
  padding-top: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  margin: 9px; }
  /* line 1048, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  #navbar .dropdown-search #q {
    min-width: 200px; }
  /* line 1052, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  #navbar .dropdown-search #q_id {
    min-width: 200px; }
  @media (max-width: 1199px) {
    /* line 1057, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    #navbar .dropdown-search .input-group-btn {
      vertical-align: top; }
    /* line 1060, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    #navbar .dropdown-search #search-filter {
      width: 100%;
      text-align: left;
      padding-left: 25px; }
    /* line 1065, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    #navbar .dropdown-search.dropdown-menu > li:hover, #navbar .dropdown-search .dropdown-menu > li:hover {
      color: white;
      background-color: transparent; } }

/* line 1073, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.tabs-header {
  padding-bottom: 9.5px;
  margin: 42px 0 21px; }

/* line 1086, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.help-block.error,
label.control-label.required:before,
.crmEntityFormView .cell div.info.required label:after,
.crmEntityFormView .cell div.info div.validators,
.crmEntityFormView .validator-text,
.crmEntityFormView .rank-order-cell .validator-text,
.crmEntityFormView .constant-sum-cell .validator-text,
.crmEntityFormView .stack-rank-cell .validator-text {
  color: #a94442; }

@media screen and (-ms-high-contrast: active) {
  /* line 1091, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #888; }
  /* line 1095, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff; } }

/* line 9, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
.no-lr-margins {
  margin-left: 0;
  margin-right: 0; }

/* line 14, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
.btn-default-black {
  color: black;
  border-color: black; }
  /* line 18, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
  .btn-default-black:hover {
    color: black;
    border-color: black;
    background: #2f5fef; }

/* line 25, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
.blue_border {
  padding-bottom: 10px;
  border-bottom: 7px solid #0b80d0; }

/* line 30, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
.page_section {
  position: relative;
  background-size: cover;
  color: #000; }
  /* line 35, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
  .page_section .row {
    padding-top: 25px;
    padding-bottom: 100px; }
  /* line 40, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
  .page_section .row.sidebar-home {
    padding-bottom: 0; }
  /* line 44, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
  .page_section h1 {
    font-size: 71px; }
  /* line 48, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
  .page_section h2 {
    color: #666666;
    font-size: 40px; }
  /* line 53, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
  .page_section h3 {
    font-family: Nunito-Bold;
    font-size: 30px;
    margin-bottom: 25px;
    color: #232222;
    }
  /* line 58, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
  .page_section p {
    /* border-top: solid #666666 1px; */
    padding-top: 5px;
    }
  /* line 63, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
  .page_section .btn {
    margin-top: 50px; }
  /* line 67, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
  .page_section .form-search .btn {
    margin-top: 0; }
  /* line 73, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
  .page_section .section-landing-heading p,
  .page_section .section-landing-sub-heading p {
    border-top: 0; }

/* line 80, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
.form-search .btn {
  border: 1px solid #ccc; }

/* line 83, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
.form-search .btn-default:hover {
  border-color: #ccc; }

/* line 87, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
.form-search .dropdown-submenu {
  right: -2px; }

/* line 91, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
.form-search .dropdown-menu {
  margin-top: 0px; }

/* line 96, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
.dropdown-search.dropdown-menu > li:hover {
  background-color: transparent; }

/* line 100, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
#navbar .form-search .dropdown-menu {
  margin-top: 0px; }

/* line 104, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
.section-diagonal-left {
  -webkit-transform: skew(0deg, -1.3deg);
  -ms-transform: skew(0deg, -1.3deg);
  transform: skew(0deg, -1.3deg);
  overflow: hidden;
  margin-top: -60px;
  margin-bottom: -20px; }
  /* line 112, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
  .section-diagonal-left .section-diagonal-left-content {
    -webkit-transform: skew(0deg, 1.3deg);
    -ms-transform: skew(0deg, 1.3deg);
    transform: skew(0deg, 1.3deg);
    background: url("homethumbnail2.jpg") no-repeat 0 20%;
    background-size: cover;
    margin-top: -70px; }
    /* line 120, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
    .section-diagonal-left .section-diagonal-left-content:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0.2;
      z-index: -1;
      background-color: #fff; }

/* line 134, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
.section-diagonal-right {
  -webkit-transform: skew(0deg, 1.3deg);
  -ms-transform: skew(0deg, 1.3deg);
  transform: skew(0deg, 1.3deg);
  overflow: hidden;
  margin-top: 60px;
  margin-bottom: -20px; }
  /* line 142, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
  .section-diagonal-right.home-section {
    margin-top: -60px; }
  /* line 146, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
  .section-diagonal-right .section-diagonal-right-content {
    -webkit-transform: skew(0deg, -1.3deg);
    -ms-transform: skew(0deg, -1.3deg);
    transform: skew(0deg, -1.3deg);
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("homethumbnail4.jpg") no-repeat;
    background-size: cover;
    margin-top: -70px; }
    /* line 155, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
    .section-diagonal-right .section-diagonal-right-content:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0.8;
      z-index: -1;
      background-color: #2f5fef; }

/* line 171, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
.section-diagonal-left .row,
.section-diagonal-right .row {
  padding-top: 125px; }

/* line 175, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
.section-diagonal-left .col-md-5,
.section-diagonal-right .col-md-5 {
  float: none;
  margin: 0 auto; }

/* line 180, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
.section-diagonal-left p,
.section-diagonal-right p {
  border-top: none; }

/* line 185, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
.section-landing {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("homehero.jpg") no-repeat center;
  background-size: cover; }
  /* line 191, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
  .section-landing .row > div {
    margin-top: 80px; }
    /* line 194, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
    .section-landing .row > div .section-landing-heading {
      font-size: 8rem;
      color: #fff;
      text-transform: uppercase; }
      @media screen and (max-width: 600px) {
        /* line 194, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
        .section-landing .row > div .section-landing-heading {
          font-size: 16vw; } }
    /* line 204, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
    .section-landing .row > div .section-landing-sub-heading {
      margin-top: 0;
      margin-bottom: 50px;
      font-size: 4.3rem;
      color: #fff;
      letter-spacing: 19px;
      text-transform: uppercase; }
      @media screen and (max-width: 600px) {
        /* line 204, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
        .section-landing .row > div .section-landing-sub-heading {
          font-size: 4vw; } }

/* line 220, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
.section-sub-landing {
  background: linear-gradient(rgba(0, 0, 0, 0.5), #07aaf6), url("homethumbnail1.jpg") no-repeat center;
  background-size: cover; }

/* line 226, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
.section-default {
  background: url("homethumbnail3.jpg") no-repeat center;
  background-size: cover; }
  @media screen and (max-width: 767px) {
    /* line 231, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
    .section-default:before {
      content: " ";
      width: 100%;
      height: 100%;
      position: absolute;
      z-index: 0;
      top: 0;
      left: 0;
      background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.59) 41%, rgba(0, 0, 0, 0.62) 43%, black 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.59) 41%, rgba(0, 0, 0, 0.62) 43%, black 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.59) 41%, rgba(0, 0, 0, 0.62) 43%, black 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
      /* IE6-9 */ } }
  /* line 264, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
  .section-default .row {
    padding-bottom: 150px; }

/* line 269, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
.section-knowledge {
  margin-bottom: 40px; }

/* line 274, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
.content-home .btn {
  margin-top: 0; }

/* line 278, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
.content-home .panel {
  background-color: transparent;
  border: 0;
  box-shadow: none; }
  /* line 283, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
  .content-home .panel p {
    border: 0; }

/* line 288, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
.content-home .panel-heading {
  display: none; }

/* line 292, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
.content-home .list-group-item {
  padding: 20px 0;
  font-size: 20px;
  background-color: transparent;
  border: 0;
  border-top: 1px solid #ddd; }
  /* line 299, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
  .content-home .list-group-item img {
    margin-right: 25px; }

/* line 305, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
.content-home a.list-group-item,
.content-home .list-group-item a.title {
  color: #232222; }
  /* line 309, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
  .content-home a.list-group-item:hover,
  .content-home a.list-group-item:focus,
  .content-home .list-group-item a.title:hover,
  .content-home .list-group-item a.title:focus {
    color: #232222;
    text-decoration: underline;
    background-color: transparent; }

/* line 317, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
.content-home .title,
.content-home .description {
  display: block; }

/* line 321, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
.content-home .title {
  font-size: 24px;
  font-family:'Nunito-Regular', sans-serif; }

/* line 326, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
.content-home .description {
  display: block;
  font-size: 14px; }

/* line 332, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
.sidebar-home {
  background-color: #eeeeee;
  border-top: 7px solid #0b80d0;
  margin-top: 36px;
  position: relative; }
  /* line 338, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
  .sidebar-home h3 {
    font-size: 18px; }
  /* line 342, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
  .sidebar-home .panel {
    background-color: transparent;
    border: 0;
    box-shadow: none; }
  /* line 348, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
  .sidebar-home .panel-heading {
    padding-left: 0;
    background-color: transparent;
    border: 0; }
  /* line 354, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
  .sidebar-home .panel-title {
    font-size: 14px;
    color: #2f5fef;
    font-family:'Nunito-Regular', sans-serif; }
  /* line 360, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
  .sidebar-home .list-group-item {
    padding-left: 0;
    font-size: 14px;
    background-color: transparent;
    border: 0; }
    /* line 367, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
    .sidebar-home .list-group-item:hover,
    .sidebar-home .list-group-item:focus {
      text-decoration: underline;
      background-color: transparent; }
    /* line 372, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
    .sidebar-home .list-group-item .date {
      visibility: hidden; }

/* line 378, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
.section-landing-search {
  min-height: 250px;
  background: url(searchhero.jpg) no-repeat 0 25%;
  background-size: cover; }

/* line 384, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
.section-landing-forums {
  min-height: 250px;
  background: url(forumhero.jpg) no-repeat center;
  background-size: cover; }

/* line 391, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
.table.forums th:first-child,
.table.forums tr td:first-child {
  padding-left: 0px; }

/* line 397, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
.section-knowledge .list-group a.list-group-item {
  color: #2f5fef; }

/* line 400, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
.section-knowledge .panel-title {
  color: #000; }

/* line 405, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
.page_section.section-landing .row {
  padding-bottom: 60px; }

/* line 408, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
.page_section.section-landing .row > div {
  margin-top: 0px; }

/* line 411, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
.list-group-item p {
  margin-bottom: 0px; }

/* line 415, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
.page_section.section-sub-landing .row .btn-lg-home p {
  border-top: none; }

/* line 419, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
.skip-to-content a {
  padding: 10px 20px;
  position: absolute;
  top: -43px;
  left: 0px;
  color: #ffffff;
  border-radius: 2px;
  background: #742774;
  -webkit-transition: top 1s ease-out;
  transition: top 1s ease-out;
  z-index: 100;
  font-family:'Nunito-Regular', sans-serif;
  font-size: 14px;}

/* line 434, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
.skip-to-content a:focus {
  position: absolute;
  left: 0px;
  top: 0px;
  outline: none;
  color: #ffffff;
  -webkit-transition: top 0.1s ease-in;
  transition: top 0.1s ease-in;
  border: 1px dashed; }


.header-top{
      background-color: #404041;
      /* padding: 12px 15px; */
      justify-content: right;
      display: block;
      clear: both;
      height: 40px;
}
.header-top .d-flex a:nth-child(2){
      position: relative;
      top: 5px;
      display: inline-block;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      padding-left: 26px;
}
.header-top .d-flex a:nth-child(2):before{
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: bold;
  content: "\e008";
  border-radius: 25px;
  color: #404041;
  background-color: #fff;
  font-size: 9px;
  padding: 3px 4px 3px 3px;
  left: 0px;
  /* height: 11px; */
  /* width: 10px; */
  border: #fff solid 1px;
  position: absolute;
  top: -2px;
}
@-moz-document url-prefix() {
  .header-top .d-flex a:nth-child(2):before{
    padding: 3px 4px 3px 4px;
  }
}
.header-top .d-flex a:nth-child(3){
      position: relative;
      top: 5px;
      display: inline-block;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      padding-left: 24px;
}
.header-top .d-flex a:nth-child(3):before{
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  content: "\e008";
  border-radius: 25px;
  color: #ffffff;
  /* background-color: #fff; */
  font-size: 15px;
  padding: 3px 4px 3px 3px;
  left: 0px;
  /* height: 11px; */
  /* width: 10px; */
  /* border: #fff solid 1px; */
  position: absolute;
  top: -3px;
  content: "\e163";
}
.d-flex{
  display: flex;
  justify-content: right;
  /* float: right; */
}
.d-flex a{
  margin-left: 20px;
  color:#fff;
  text-decoration: none;
  cursor: pointer;
}

.d-flex li a {
    margin-left: 0px!important;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
.d-flex li a:hover, .d-flex li a:focus {
    margin-left: 0px;
    color: #fff;
}

.d-flex a:hover, .d-flex a:focus{
  margin-left: 20px;
  color:#fff;
}

.navbar-nav{
  margin-top: 21px;
}


.footer__top {
    background-color: #404041;
    padding: 5.5rem 0rem;
}

.footer * {
    color: #fff;
    font-size: 18px;
    line-height: 1.875rem;
    letter-spacing: 0;
    text-align: left;
    -webkit-text-decoration-color: #fff;
    text-decoration-color: #fff;
}

.footer .cointainer{
      padding: 5rem 4rem;
}
.footer__heading {
    color: #fff;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 800;
    line-height: 2.1875rem;
    letter-spacing: -0.02em;
    margin: 0;
}

@media screen and (min-width: 769px){
  .footer__bottom-links li {
    display: inline-block;
    margin-right: 1.25rem;
}
  .footer__bottom {
    padding: 3.75rem 0 4.0625rem;
}
.footer-panels {
    flex-direction: row;
    justify-content: space-between;
    margin-top: 3.4375rem;
}
  .footer-panel {
    margin-left: 2rem;
    margin-top: 0;
}
.footer-panel__content a {
    display: inline;
    font-weight: 800;
}
  
  /** Mozilla Firefox */
@-moz-document url-prefix() {
.footer-panel__content a {
    display: inline;
    font-weight: 500;
}
}
  .footer-recognition {
    padding: 1.5625rem 5.625rem;
}
}
.footer-panels {
    display: flex;
    flex-direction: column;
    margin-top: 2.1875rem;
}
.footer-panels {
    flex-direction: row;
    justify-content: space-between;
    margin-top: 3rem;
}
.footer-panel {
    align-items: center;
    background: #4f4f4f;
    box-shadow: 0px 0.25rem 2.5rem 0px rgba(0,0,0,.1490196078);
    display: flex;
    margin-top: 1.25rem;
    padding: 15px;
    width: 100%;
}
.footer-panel img {
    margin-right: 1.5625rem;
    width: 36px;
}
.footer-panel:nth-child(2) img{
  margin-right: 1.8rem;
    width: 36px;
  margin-right: 20px;
}
.footer-panel:last-child img {
    margin-right: 1.9rem;
    width: 36px;
    margin-right: 22px;
}
.homeservice_btn .footer-panel__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    width: 100%;
    padding: 0px 10px 0px 20px;
    background-color: #fff;
    min-height: 65.69px;
    border: #e7e7eb solid 1px;
    position: relative;
}
.homeservice_btn .footer-panel__content:hover{
  color: #fff;
  text-decoration: none;
  background-color: #267151; 
  cursor: pointer;
}
.homeservice_btn .footer-panel__content:focus, .homeservice_btn .footer-panel__content:focus-visible, .homeservice_btn .footer-panel__content:focus-within{
  color: #fff;
  text-decoration: none;
  background-color: #267151; 
  cursor: pointer;
}

.home_services a:focus, .home_services a:focus-visible, .home_services a:focus-within{
      color: #fff;
} 

.homeservice_btn .footer-panel__content:hover a{
  color: #fff;
}

.homeservice_btn .footer-panel__content:focus a, .homeservice_btn .footer-panel__content:focus-visible a, .homeservice_btn .footer-panel__content:focus-within a{
  color: #fff;
}

.homeservice_btn .footer-panel__content:hover svg{
  fill: #fff;
}

.homeservice_btn .footer-panel__content:focus svg, .homeservice_btn .footer-panel__content:focus-visible svg, .homeservice_btn .footer-panel__content:focus-within svg{
  fill: #fff;
}

.homeservice_btn .footer-panel__content:hover a::after{
  /* border: 0.2rem solid #fff; */
  border-color: #fff;
}
.homeservice_btn .footer-panel__content:focus a::after, .homeservice_btn .footer-panel__content:focus-visible a::after, .homeservice_btn .footer-panel__content:focus-within a::after{
   border-color: #fff;
}

.footer-wysiwyg {
    margin-top: 3.50rem;
}
.footer-wysiwyg a:hover, .footer-wysiwyg a:focus{
      color: #fff;
}
.footer-panel p {
    margin-bottom: 0;
}
.footer-panel__content a:hover, .footer-panel__content a:focus {
    color: #fff;
}
.align-items-center {
    align-items: center !important;
}
.me-2 {
    margin-right: 1rem !important;
}
.mb-2{
  text-align: left;
  justify-content: left;
}
.footer-social {
    margin-top: 20px;
    margin-bottom: 50px;
}
.footer-social .footer-social-icons {
    display: flex;
}
.footer-social .footer-social-icon {
    align-items: center;
    border: 0.0625rem solid #fff;
    border-radius: 50%;
    display: flex;
    height: 30px;
    justify-content: center;
    margin-right: 0.9375rem;
    width: 30px;
}
.footer-recognition {
    border: 1px solid #fff;
    margin-top: 2.8125rem;
    padding: 25px 15px;
}
.footer-recognition p {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0;
    margin-bottom: 0;
    font-family: 'Nunito-SemiBold';
    text-align: center;
}
.footer__heading {
    font-size: 32px;
    font-family: 'Nunito-Bold';
}
.footer__bottom {
    background-color: #333;
    padding: 4rem 0rem;
    padding-bottom: 40px;
    padding-top: 5rem;
}
.footer__bottom-links {
    list-style-type: none;
    margin-bottom: 0;
    padding: 0;
    font-size: 18px;
}
.footer__bottom-links a {
    font-size: 1rem;
    font-weight: 00;
    text-decoration: none;
    font-size: 18px;
}
.footer__bottom-logos {
    margin-top: 1.875rem;
}
.footer__bottom-logos .footer__bottom-logo {
    display: inline-block;
    margin-right: 0.9375rem;
    position: relative;
    text-decoration: none;
}
.footer__bottom-links a:focus, .footer__bottom-links a:hover {
    color: #fff;
    text-decoration: underline;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: #fff;
}
.collapsed .icon-bar{
  /* display: none; */
}

.footer-panel:first-child {
    margin-left: 0;
}
.page-heading{
    background-color: #098851;
    padding-top: 50px;   
}
.breadcrumb {
    padding: 0 0;
    margin-bottom: 0px;
    list-style: none;
    background-color:transparent;
    border-radius: 0;
}
.breadcrumb > li a, .breadcrumb > li a {
    text-decoration: underline;
    color: #fff;
}
.breadcrumb > li a, .breadcrumb > li a:hover {
    text-decoration: underline;
    color: #fff;
    font-family: 'Nunito-SemiBold';
    font-size: 14px;
}
.breadcrumb>li+li:before {
    content: "/ ";
    padding: 0 5px;
    color: #fff;
}
.no_space{
      padding: 0px 0px;
      margin-top: -42px!important;
      background-color: #fff;
}
.no_space h3{font-family: 'Nunito-Bold';font-size: 30px;margin-bottom: 25px;color: #232222;font-weight: 800;}
.crmEntityFormView .tab-title {
    font-family: Nunito-Bold;
    font-size: 30px;
    margin-bottom: 30px;
    border-bottom: none;
}
#mainContent .container{
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 14px;
  background-color: #fff;
  padding-bottom: 30px;
  width: 614px;
}
.crmEntityFormView .cell {
    padding: 0 0px 20px;
}
input.form-control {
    border: 1px solid #cbcbcb;
    height: 45px;
    margin: 10px 0 8px 0;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #f5f5f5;
    opacity: 1;
}

#accountb2cdetails > div{
  margin-bottom: 10px;
  border-bottom: 1px #e7e7e7 solid;
  padding-bottom: 29px;
}
input[type=text]{
  height: 45px!important;
}
select{
  height: 45px!important;
}
.form-control:focus {
    border-color: #098851;
    outline: 0;
    box-shadow:none;
}

textarea.form-control {
    min-height: 100px;
}

a {
    color: #267151;
    font-weight: 500;
    text-decoration: underline;
    font-family: 'Nunito-semibold';
    cursor: pointer;
}
a:hover, a:focus {
    color: #267151;
    text-decoration: underline;
    outline: none;
}

@media (max-width: 1279px){
  .footer-panels {
    flex-direction: column;
    justify-content: space-between;
    margin-top: 2rem;
    gap: 1.25rem;
}
  .footer__bottom-links li{
    padding-bottom: 10px;
  }
   .footer-panel {
    margin-left: 0rem;
    margin-top: 0;
}

  .footer-panel:first-child{
    margin-top: 1.25rem;
  }
}

.navbar-nav li:last-child{
    /* display:none; */
  }

@media (max-width: 1199px){

  .header-top .d-flex a:nth-child(3){
    display:none;
  }

  .navbar-nav li:nth-child(3){
    display:block;
  }

  .navbar-nav li:last-child a {
    position: relative;
    top: 5px;
    display: inline-block;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-left: 35px!important;
    color: #A30000;
}
  
  .navbar-nav li:last-child a:hover {
    position: relative;
    top: 5px;
    display: inline-block;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-left: 35px!important;
    color: #A30000;
}

  .navbar-nav li:last-child a:before {
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    content: "\e008";
    border-radius: 25px;
    color: #A30000;
    /* background-color: #fff; */
    font-size: 15px;
    padding: 15px 4px 3px 15px;
    left: 0px;
    /* height: 11px; */
    /* width: 10px; */
    /* border: #fff solid 1px; */
    position: absolute;
    top: 0px;
    content: "\e163";
}

.navbar-toggle .icon-bar {
  visibility:hidden;
}
  .collapsed .icon-bar {
  visibility:visible;
}
.navbar-toggle {
    background-image: url(../navigation-close);
    margin-top: 31px!important;
    border: none;
    background-size: 20px;
    margin-right: 20px;
    background-repeat: no-repeat;
    background-position: 11px;
}
}
@media screen and (max-width: 767px){

.header-top .d-flex a:first-child{
  position: absolute;
  left: 15px;
}
  
  .navbar-toggle {    
    margin-top: 23px!important;
}
  
  .footer-panels {
    flex-direction: column;
    justify-content: space-between;
    margin-top: 2rem;
    gap: 1.25rem;
}
  .footer__bottom-links li{
    padding-bottom: 10px;
  }
}

.collapsed {
    border-color: #fff;
    background-color:#fff;
    margin-top: 20px;
    background-size: 20px 18px;
    border: none;
    background-image: none;
    min-width: 40px;
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #414042;
    border: 1px solid #414042;
    /* display: none; */
}
.profile_field_readonly {
    font-family: 'Nunito-Bold';
    width: 100%;
    height: 45px!important;
    font-weight: 500;
    font-size: 15px;
    border: 0;
    outline: none;
    background-color: #fff !important;
}
.profile_tbl{
  /* width:100%; */
  margin-bottom:25px;
  table-layout: fixed;
}
.profile_tbl th{
  font-weight:normal;
  font-family: 'Nunito-Regular';
  padding: 0px 20px 0px 0px;
}
.profile_tbl td{
  font-family: 'Nunito-Bold';
  font-weight: 500;
  padding-top: 5px;
  min-width: 220px;
  padding: 0px 20px 0px 0px;
  font-size: 16px;
}

.lbl_notadded{
  color:#343534;
  opacity: 0.7;
  font-weight: 500;
}

#accountb2cdetails .label_tooltip, #telephone3_label .label_tooltip{
  font-weight: normal;
}
.label_tooltip{
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Nunito-bold';
  font-style: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 6px 10px 4px 29px;
  cursor:pointer;
  margin-left: 17px;
  background-color: #f5f5f5;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
}
.label_tooltip:before {
    content: "\e086";
    font-family: 'Glyphicons Halflings';
    position:absolute;
    left: 8px;
    font-weight: 600;
    font-size: 16px;
    top: 5px;
}
@media screen and (max-width:500px){
  .label_tooltip:before {
    left:0px;
  }
}
.btn_div{
  margin-bottom: 25px;
}
.btn_div button{
  background-color: #267151;
  border: none;
  color: #fff;
  font-family: 'Nunito-SemiBold';
  font-size: 16px;
  padding:8px 20px;
  min-width: 139px;
  text-align: center;
  cursor: pointer;
}
.btn_div button:hover{
  opacity:0.8;
}

input[type="button"], input[type="reset"], input[type="submit"]{
  /* background-color: #267151; */
  /* border: none; */
  /* color: #fff; */
  /* font-family: 'Nunito-Bold'; */
  /* font-size: 15px; */
  /* padding: 8px 20px; */
  /* margin-top: 5px; */
  /* min-width: 139px; */
  /* text-align: center; */
  /* position: relative; */
  margin-right: 10px;
  /* display: inline-block; */
  /* cursor: pointer; */
  /* width: 100%; */
  /* text-wrap: wrap; */
}
.btn-primary:active, .btn-primary.active, .open>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #267151;
    border-color: #267151;
}
input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover{
  background-color: #267151!important;
  opacity:0.8;
}
input[type="button" i]:focus-visible {
    outline-offset:none;
  outline:none;
}

.cancel_btn{
  background-color: #fff!important;
  border: none;
  color: #267151!important;
  font-family: 'Nunito-Bold';
  font-size: 15px;
  padding: 8px 20px 8px 20px;
  margin-top: 0px;
  /* min-width: 100px; */
  text-align: center;
  position: relative;
  margin-right: 10px;
  cursor: pointer;
  font-weight: bold;
  min-height: 38.84px;
}
.cancel_btn:hover{
  background-color: #267151!important;
  opacity: 1!important;
  color: #fff!important;
}
.btn-primary{
  background-color: #267151;
  border: none;
  color: #fff;
  font-family: 'Nunito-SemiBold';
  font-size: 16px;
  padding: 8px 20px;
  min-width: 139px;
  text-align: center;
  cursor: pointer;
}
.btn-primary:hover, .btn-primary[disabled]:hover{
  background-color: #267151;
  /* opacity:0.8; */
}
.btn-primary:focus, .btn-primary.focus {
    color: #fff!important;
    background-color: #267151!important;
    border: none;
    outline: none!important;
}

.alert-danger{
  background-color: #ffffff;
  border-color: #ffffff;
  box-shadow: 2px 6px 17px -7px #666;
  border-radius: 10px;
  font-weight: 600;
  padding: 18px 25px;
}
.alert-danger .fa-lock:before{
  color: #246a4c;
  padding-right:10px;
  border-radius:0px;
}

.alert-block{
  background-color:#fbecec;
  border-radius: 0px;
  box-shadow: none;
}

.alert-block .validation-header{
  color:rgb(169, 68, 66)!important
}

.alert-warning {
    background-color: #fbecec;
    border-color: #fbecec;
    /* box-shadow: 3px 2px 8px -1px #666; */
    border-radius: 10px;
    color: #ff0000;
    font-weight: 500;
    padding: 18px 25px;
}
.boolean-radio{
  margin-top:5px;
  display: inline-block;
}
.boolean-radio label, .picklist label{
  padding-right:25px;
}
input[type="checkbox"], input[type="radio"] {
    flex-shrink: 0;
    --chkbg: var(
    --bc);
    height:20px;
    width: 20px;
    cursor: pointer;
    appearance: none;
    border-radius: 9999px;
    background-color: #fff;
    border: #098851 solid 2px;    
    --tw-border-opacity: .2;
    margin: 0px 5px 5px 0px!important;
    outline:none;
}
input[type="radio"]:checked, input[type="radio"][aria-checked=true] {
  --tw-bg-opacity: 1;
  background-color: #fff;
  border: #256f50 solid 7px;
  animation: radiomark var(--animation-input,.2s) ease-in-out;
  box-shadow: 0 0 0 4px hsl(var(--b1)) inset,0 0 0 4px hsl(var(--b1)) inset;
}
input[type="checkbox"]:checked, .input[type="checkbox"][aria-checked=true] {
    --tw-bg-opacity: 1;
    background-color: #fff;
    /* border: #098851 solid 4px; */
    animation: radiomark var(--animation-input,.2s) ease-in-out;
    box-shadow: 0 0 0 4px hsl(var(--b1)) inset,0 0 0 4px hsl(var(--b1)) inset;
}
input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
    outline: thin dotted;
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.control .checkbox  input[type="checkbox"] {
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  /* Remove most all native input styles */
  appearance: none;
  /* For iOS < 15 */
  background-color: var(--form-background);
  /* Not removed via appearance */
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 20px;
  height: 20px;
  /* width: 30px; */
  /* height: 30px; */
  border: #098851 solid 2px;
  border-radius: 0.15em;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
  margin-right: 10px!important;
  position: relative!important;
  float: left;
}

input[type="checkbox"]::before {
  content: "";
  width:12px;
  height: 11px;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  transform: scale(0);
  transform-origin: bottom left;
  transition: 120ms transform ease-in-out;
  box-shadow: inset 9px 5px #098851;
  /* Windows High Contrast Mode */
  /* background-color: CanvasText; */
}

input[type="checkbox"]:checked::before {
  transform: scale(1);
}

input[type="checkbox"]:focus {
  outline: max(0px,0em) solid currentColor;
  outline-offset: max(0px, 0em);
}

input[type="checkbox"]:disabled {
  --form-control-color: var(--form-control-disabled);

  color: var(--form-control-disabled);
  cursor: not-allowed;
}
.crmEntityFormView .cell.checkbox-cell div.info {
    padding-left: 0px!important;
    margin-bottom: 12px;
}

.form-action-container-left {
    float: left;
    display: flex;
}

/* Power Virtual Agent styles */
.pva-floating-style {
  position: fixed;
  bottom: 0px;
  right: 0px;
  margin-right: 16px;
  margin-bottom: 18px;
  z-index: 9999;
}

html[dir="rtl"] .pva-floating-style {
  position: fixed;
  bottom: 0px;
  left: 0px;
  margin-left: 16px;
  margin-bottom: 18px;
  z-index: 9999;
}
/* Power Virtual Agent styles ends */
.btn-success, .btn-danger{
  margin-right:10px;
}

.btn-success:active:hover, btn-danger:active:focus, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open>.btn-success.dropdown-toggle:hover, .open>.btn-success.dropdown-toggle:focus, .open>.btn-success.dropdown-toggle.focus {
    color: #fff;
    background-color: #1f3d1f;
    border-color: #112111;
    outline: none;
}
.btn-success:focus, .btn-success.focus, btn-danger:focus, btn-danger.focus {
    color: #fff;
    background-color: #2b542c;
    border-color: #112111;
    outline: none;
}
.btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #843534;
    border-color: #4d1f1e;
    outline: none;
}

@media screen and (max-width: 769px){
    .footer-recognition p {
        font-size: 18px;
        font-weight: 600;
        letter-spacing: 0;
        margin-bottom: 0;
        font-family: 'Nunito-SemiBold';
        text-align: left;
        line-height: 24px;
    }

  input[type="button"], input[type="reset"], input[type="submit"]{
  background-color: #267151;
  border: none;
  color: #fff;
  font-family: 'Nunito-Bold';
  font-size: 15px;
  padding: 8px 20px;
  margin-top: 5px;
  min-width: 139px;
  text-align: center;
  position: relative;
  margin-right: 10px;
  display: inline-block;
  cursor: pointer;
  width: 100%;
  text-wrap: wrap;
  white-space: pre-wrap;
  text-overflow: unset;
}

}

@media screen and (min-width: 769px){

  

  .home_services a {
    display: inline;
    /* padding: 20px 25px; */
    /* border: #ebebeb solid 1px; */
}
.home_services {
    flex-direction: row;
    justify-content: space-between;
    margin-top: 3.4375rem;
}
  .homeservice_btn {
    margin-left: 2rem;
    margin-top: 0;
}
  }

.homeservice_btn:first-child {
    margin-left: 0;
}
.licence_box{
  margin-bottom: 20px!important;
}
.homeservice_btn {
    align-items: center;
    /* background: #ffffff; */
    /* box-shadow: 0px 0px 4px 0px rgba(0,0,0,.1490196078); */
    display: flex;
    margin-top: 1.25rem;
    margin-bottom: 1.5rem;
    padding: 0;
    width: 100%;
    max-width: 403.33px;
}
.home_services {
    flex-direction: row;
    justify-content: space-between;
    margin-top: 2rem;
    margin-bottom: 2rem;
    display: flex;
}
.home_services a {
    text-decoration: none;
    display: inline;
    /* padding: 20px 50px 20px 20px; */
    /* border: #e7e7eb solid 1px; */
    color: #292929;
    font-weight: bold;
    font-size: 16px;
    /* white-space: nowrap; */
    overflow: hidden;
    position: relative;
    text-overflow: ellipsis;
    /* background-color: #fff; */
    padding-right: 29px;
}


/** Mozilla Firefox */
@-moz-document url-prefix() {
  .home_services a{
font-weight: 400;
}
}

/** Safari */
@media not all and (min-resolution: 0.001dpcm) {
  .home_services a{
font-weight: 400;
}
}


.home_services a:hover {
  color: #fff;
  text-decoration:none;
  /* background-color: #267151; */
}

 .home_services a:focus {
  color: #292929;
  text-decoration:none;
  /* background-color: #267151; */
}

.home_services a:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.home_services a::after {
    /* border: 0.200rem solid #333; */
    border-bottom: 0;
    border-right: 0;
    content: "";
    display: block;
    height: 0.8rem;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    transition: .2s transform ease-in;
    width: 0.8rem;
    float: right;
    margin-top: -14px;
    position: absolute;
    right: 0px;
    margin-right: 15px;
}
.home_services a:hover::after {
    /* border: 0.200rem solid #fff; */
    border-bottom: 0;
    border-right: 0;
}
.home_panel{
  margin-bottom: 50px;
  /* margin-top: 50px; */
}
.find_services{
  margin-top: 50px;
  display: flex;
  position: relative;
}
.findsevice_nature_img{
  /* width:50%; */
  float:left;
  position: relative;
}
.findsevice_nature_img img{
  width: 600px;
}
.findservice_text h3 {
    font-family: Nunito-ExtraBold;
    font-size: 25px;
    margin-bottom: 15px;
    color: #232222;
    margin-top: 15px;
}
.findservice_text{
 position:absolute;
 float:right;
 /* width: 55%; */
 right:0px;
 padding: 25px 35px;
 background-color: #fff;
 margin: 0;
 position: absolute;
 top: 50%;
 transform: translateY(-50%);
 left: 400px;
}

@media screen and (max-width: 900px){
  .find_services {
    margin-top:35px;
    display: inline;
    position: relative;
}
  .findsevice_nature_img {
    width: 100%;
    float: none;
    position: relative;
    display: block;
}
  .findsevice_nature_img img {
    width: 100%;
}
.findservice_text {
    float: none;
    width: 100%;
    /* right: unset; */
    padding: 25px 35px 25px 35px;
    background-color: #fff;
    margin: 0;
    position: relative;
    /* top: unset; */
    transform: none;
    left: 0px;
}
}

@media screen and (max-width: 768px){

  .find_services {
    margin-top: 35px;
    display: inline;
    position: relative;
}
  .findsevice_nature_img {
    width:100%;
    float: none;
    position: relative;
    display: block;
}
  .findservice_text {
    float: none;
    width: 100%;
    /* right: unset; */
    padding: 25px 35px 25px 35px;
    background-color: #fff;
    margin: 0;
    position: relative;
    /* top: unset; */
    transform: none;
    left: 0px;
}
  .findsevice_nature_img img {
    width:100%;
}
  .find_services {
    margin-top:35px;
    display: inline;
    position: relative;
}
.home_services {
    flex-direction: column;
    justify-content: space-between;
    margin-top: 2rem;
}
  .homeservice_btn {
    align-items: center;
    background: #ffffff;
    /* box-shadow: 0px 0 15px -5px rgba(0,0,0,.1490196078); */
    display: flex;
    margin-top:2rem;
    padding: 0;
    width: 100%;
    border: #e7e7eb solid 1px;
}
  .tble_overflow{
  /* overflow:auto; */
}
}

h4, .h4 {
    font-size: 18px;
}
.myac_slotbg {
  margin-bottom: 50px;
  /* background-color: #fff; */
  padding-bottom: 10px;
}

.myac_tab_gap{
  margin-bottom: 50px;
  /* background-color: #fff; */
  padding-bottom: 10px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 14px;
  background-color: #fff;
  padding-bottom: 30px;
}

.myac_tab_gap>h6{
  padding-bottom:15px;
}
.myac_tab_gap:last-child{
  margin-bottom:0px;
}
.back_profile{
  margin-top: 22px;
  margin-bottom: 38px;
}
.back_profile a{
  font-weight: bold;
  text-decoration: none;
  font-family: 'Nunito-bold';
  position: relative;
  top: 0px;
  display: inline-block;  
  -webkit-font-smoothing: antialiased;
  padding-left:22px;
}
.back_profile a:before{
  font-family: 'Glyphicons Halflings';
   content: "\e257";
  position:absolute;
  left:0px;
  font-weight: normal;
  font-size:13px;
  top:1px;
}
iframe.quickform {
    display: block;
    border: none;
    height:410px!important;
    width: 100%;
    overflow: hidden;
}
iframe.quickform > html > body{
  overflow: hidden;
}
.quickform{
  width:100%;
}

.crmEntityFormView .form-control.readonly, .crmEntityFormView .form-control[readonly][disabled], .form-readonly .form-control {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    cursor: auto;
    border: 1px solid #C4C4C4;
    height: 45px;
    margin: 10px 0 8px 0;
    padding: 6px 12px;
    color: rgba(0,0,0,0.5);
    background-color: #f5f5f5;
}
.crmEntityFormView .cell.checkbox-cell label {
    clear: none;
    float: none!important;
    display: inline;
  font-weight:normal;
}
.control a{
  font-weight:bold;
  font-family: 'Nunito-ExtraBold';
}
.search_clear_body{
  padding:0px;
}
.search_clear_body .case-deflection{
  margin-top: 0px;
}

.search_clear_body .search-clear, .search_clear_body .search-apply{
  height:45px;
  border: 1px solid #cbcbcb;
  color:#267151;
}
.search_clear_body .search-clear:active, .search_clear_body .search-apply:active,
.search_clear_body .search-clear:hover, .search_clear_body .search-apply:hover,
.search_clear_body .search-clear:focus, .search_clear_body .search-apply:focus{
  height:45px;
  border: 1px solid #267151;
  background-color:#267151;
  color:#fff;
  outline:none;
}


.label_tooltip {
  position: relative;
  display: inline-block;
  border: none;
}

.label_tooltip .tooltiptext {
  /*visibility: hidden;*/
  width: 230px;
  background-color: #343534;
  color: #fff;
  font-family: 'Nunito-semiBold';
  text-align: center;
  border-radius: 8px;
  padding: 9px 10px;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -115px;
  font-weight: 500;
  font-size: 14px;
  /* z-index: 1; */
}

.label_tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -4px;
  border-width: 8px;
  border-style: solid;
  border-color: #343534 transparent transparent transparent;
}

.label_tooltip:hover .tooltiptext {
  visibility: visible;
}

div.message.success {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #323130;
    -ms-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    margin-bottom: 18px;
    -ms-text-shadow: 0 1px 0 rgba(255,255,255,.5);
    text-shadow: none;
    box-shadow: 0px 0px 7px -2px #626262;
    border-radius: 10px;
    padding: 18px 20px 20px 30px!important;
    position: relative;
}

.success #MessageLabel{
  position: relative;
  top: 1px;
  display: inline-block;
  /* font-family: 'Glyphicons Halflings'; */
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  padding-left: 21px;
  outline: none;
}
.success #MessageLabel:before{
  content: "\e084";
  font-family: 'Glyphicons Halflings';
  position: absolute;
  left: 0px;
  font-size: 16px;
  color: #098851;
  font-weight: 300;
}
.success .close{
  min-width: auto;
  padding: 0px;
  font-weight: 100;
  background-color: transparent;
  color: #323130!important;
  font-size: 24px;
  font-family: 'Nunito-Regular';
  top: 10px;
  right: 12px;
  position: absolute;
  opacity: 1;
}
.success .close:hover {
    min-width: auto;
    padding: 0px;
    font-weight: 100;
    background-color: transparent;
    color: #323130!important;
    font-size: 24px;
    font-family: 'Nunito-Regular';
    top: 10px;
    right: 12px;
    position: absolute;
    opacity: 0.7;
    background-color: transparent!important;
}

.tbl_title_res{
  display:none;
}

@media (max-width: 1100px){
  .profile_tbl th{
    display:none;
  }
  span.tbl_title_res{
  display:block;
  font-weight:normal;
  font-family: 'Nunito-Regular';
  font-size: 14px;
}
  .profile_tbl td{
    float:left;
    width:100%;
    padding-bottom: 25px;
  }
  .label_tooltip{
    position:relative;
    /* width: 100%; */
    margin-left: 0px;
  }
  .label_tooltip .tooltiptext {
    width: 230px;
    background-color: #343534;
    color: #fff;
    font-family: 'Nunito-semiBold';
    text-align: center;
    border-radius: 8px;
    padding: 9px 10px;
    position: absolute;
    z-index: 1;
    bottom: 134%;
    left: 0;
    margin-left: 0px;
    font-weight: 500;
    font-size: 14px;
}
}


@media (min-width: 1200px){

  .navbar-nav li:last-child {
    display: none;
}

.container {
    width: 100%;
}
}

@media (min-width: 1280px){
.container {
    width: 1280px;
    /* padding:15px; */
}
}
@media (max-width: 1280px){
.container {
    width: 100%;
    padding: 0px 15px;
}
}
@media (max-width: 768px){
.container {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}
  .myac_tab_gap {
    margin-bottom:15px;
  }
}
@media (max-width: 768px){

  .myac_tab_gap {
    margin-bottom:15px;
  }
  .footer__heading {
    font-size:24px;
    font-weight: 800;
}
  .myac_tab_gap {
    margin-bottom:15px;
    /* background-color: #fff; */
    padding-bottom: 10px;
    padding-left:15px;
    padding-right:15px;
    padding-top: 14px;
    background-color: #fff;
    padding-bottom: 30px;
}
  .home_services {
    flex-direction: column;
    justify-content: space-between;
    margin-top:0rem;
}
  .homeservice_btn {
    margin-top:15px;
    margin-bottom:0px
    max-width:100%;
}
  .myac_tab_gap{
    padding-bottom:15px
  }
  #mainContent .container {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 14px;
    background-color: #fff;
    padding-bottom: 30px;
    width: 100%;
}
}
.crmEntityFormView fieldset {
    margin: 0;
    margin-bottom:0px;
    padding: 0;
    border: 0 none;
}

.message_noitfication{
  background-color:#fff;
  /* height:70px; */
  border-radius:10px;
  padding: 22px 25px!important;
  position: relative;
  width: 100%;
  box-shadow: 5px 5px 16px -14px #000;
  top: -6px!important;
  left: 0px;
  margin-bottom: 25px;
  display: inline-block;
  width: 100%!important;
  display: block;
  position: relative;
}
.message_noitfication:last-child{
  margin-bottom:0px;
}
.message_noitfication svg{
  float: left;
  margin-top: -3px;
  width: 43px;
  min-width: 43px;
  margin-left:-15px;
}
.linkaccount_success{
  top: -0px;
}

.message_noitfication label{float: left;margin-top: 0px;margin-left: 10px;font-weight: normal;font-size: 16px;display: contents;margin-left: 33px;/* display: flow-root; *//* margin-right: 43px; *//* position: absolute; */line-height: 18px;}
.message_noitfication a{font-weight:700;font-family: 'Nunito-Black';}

.fieldvalidation, a.formvalidation{
  color: rgb(169, 68, 66)!important;
  font-weight:bold;
  text-decoration: underline;
  font-family: 'Nunito-bold';
  margin-top: 5px;
  position: relative;
}
.fieldvalidation:before, a.formvalidation:before{
  content: "\e209";
  font-family: 'Glyphicons Halflings';
  top: 2px;
  display: inline-block;
  margin-right: 8px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  position: relative;
}

.modal-dialog {
    width: 750px;
    margin: 120px auto;
    width: 750px;
    margin: 120px auto;
    width: 100%;
    margin: 0px;
    overflow: auto;
    z-index: 9999;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 100%;
}
#loadingpanel svg{
   margin-top: 15%!important;
}
.modal-title {
    margin: 0;
    line-height: 1.42857;
    font-size:30px;
    margin-bottom: 0px!important;
}
.modal-header .close {
    margin-top: -2px;
    position: absolute;
    right: 25px;
    top: 42px;
    width:auto;
}
.modal-unlinktitle{
  margin: 0;
    line-height: 30px!important;
    font-size:30px!important;
  margin-bottom:25px!important;
}
  .modal-unlinkcontent{
  margin-bottom:0px;
}
.modal-unlinkfooter{
  padding-top:20px!important;
}
.modalunlinkpopup .modal-content {
    /* max-height: 298px; */
    height: auto;
    top: calc(15% - 25px);
    bottom: auto;
}
.modal-header {
    padding:30px 30px 15px 30px;
    border-bottom: none;
}
.modal-body{
  padding:0px 30px;
}

.modal-footer {
    padding: 30px;
    text-align: left;
    border-top:none;
}
.modal-dialog a{
  font-weight: bold!important;
  font-family: 'Nunito-bold';
}
.bottom_space{
  margin-bottom:30px;
}
.needbox{
      border: #75BD43 solid 1px;
      padding: 15px;
      padding-top: 6px;
      padding-bottom: 6px;
}

.needbox h6{
  font-family: 'Nunito-bold';
}

.needbox span{
  font-family: 'Nunito-bold';
}

.bottom_space>h6:first-child{
  margin-bottom:10px;
}
.bottom_space h6{
  margin-bottom:5px;
  line-height: 20px;
}
.modal{
  background-color:rgba(0,0,0,0.5)
}
.modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
    box-shadow: 0 0 10px -14px rgba(0,0,0,.5);
    max-height: 587px;
    overflow: auto;
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
    box-shadow: 0 0 10px -14px rgba(0,0,0,.5);
    max-height: 100%;
    overflow: auto;
    position: absolute;
    z-index: 9999;
    top: 100px;
    /* bottom: 100px; */
    max-height: 850px;
    margin: 0 auto;
    width: 700px;
    left: calc(50% - 350px);
}

@media (max-width: 1024px){
  .modal-content {  
  top:10px;
  }
}
.mrslink_lbl label{
  font-weight:100;
  vertical-align:top;
  padding-right: 35px;
}
.mrslink_lbl input[type="radio"]{
  margin-right: 0px!important;
}
#driverlicencecarddetailslink span, #vehicleregistrationvindetailslink span{
  color: #5D5D5D;
  font-weight: normal;
  font-size: 11px;
  margin-left: 5px;
}
#driverlicencecarddetailslink span:before, #vehicleregistrationvindetailslink span:before{
      padding-top: 2px;
      position: relative;
}
#driverlicencecarddetailslink, #vehicleregistrationvindetailslink{
      color: #5D5D5D;
      text-decoration: none;
      margin-bottom: 15px;
      display: block;
}
.vehicleregistration_info {
    background-color: #f5f5f5!important;
    font-size: 15px!important;
    padding: 0px!important;
    margin: 0px!important;
    padding: 20px!important;
    margin: 20px 0px!important;
}

@media (max-width: 768px){

.modal-footer {
    padding: 30px;
    text-align: left;
    border-top: none;
    position: sticky;
    bottom: 0px;
    /* background-color: red; */
    background-image: linear-gradient(0deg, #fff 60%, transparent);
}

  
  .modal-dialog {
    width: 100%;
    margin: 0px;
    overflow: scroll;
    z-index: 9999;
    position: absolute;
    top: 0px;
    bottom: 0px;
}
  .modal-content{
  overflow: auto;
  position: absolute;
  z-index: 9999;
  top: 0px;
  bottom: 0px;
  max-height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  }
}

#unabletolink a{
  font-family: 'Nunito-bold';
  font-weight: bold;
}

#contactusingalternatenumber{
      clear: both;
      font-family: 'Nunito-Regular', sans-serif;
      font-weight: normal;
      margin-top: 15px;
}
#contactusingalternatenumber input:last-child{
  margin-left: 0px!important;
  font-weight: normal;
  top: 0px!important;
  /* float: left; */
}
#passporttooltip{
  width: 320px!important;
  z-index: 9999!important;
  background-color: #343534;
  color: #fff;
  font-family: 'Nunito-semiBold';
  text-align: center;
  border-radius: 8px;
  padding: 9px 10px;
  position: absolute;
  z-index: 1;
  bottom: 134%;
  left: 0;
  margin-left: -142px;
  font-weight: 500;
  font-size: 14px;
  right: 0;
}
@media (max-width:450px){
  #passporttooltip{
  margin-left: 0px;
  }
}
@media (max-width:768px){
.reg_details_check{
  display:block;
  float: left;
}
  #driverlicencecarddetails img{
    width:100%;
  }
  
}


.btn-secondary{
  background-color: #fff!important;
  border: none;
  color: #267151!important;
  font-family: 'Nunito-Bold';
  font-size: 15px;
  padding: 8px 20px 9px 20px;
  margin-top: 0px;
  /* min-width: 100px; */
  text-align: center;
  position: relative;
  margin-right: 10px;
  cursor: pointer;
  font-weight: bold;
}
.btn-secondary:hover{
  background-color: #267151!important;
  opacity: 1!important;
  color: #fff!important;
}
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: thin dotted;
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: 0px;
}

.f1g2ihwp {
    background-color: rgb(255, 233, 233)!important;
    /* height: 70px; */
    border-radius: 10px;
    padding: 22px 25px!important;
    position: relative;
    width: 100%;
    box-shadow: 5px 5px 16px -14px #000;
    top: -13px;
    left: 0px;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
}
#divViewmessage{
}
#payusingcreditcard iframe{
  height: 450px;
}

.datetimepicker{
  /* height: 45px; */
  /* overflow: hidden; */
  width: 100%;
}

.datetimepicker .input-group-addon{
  /* position:absolute; */
}

.datetimepicker input{
  width: calc( 100% - 50px )!important;
}
.datetimepicker .input-group-addon{
      display: inline-table;
      height: 45px;
      padding-top: 15px;
      margin-top: 10px;
}
.datetimepicker .input-group-addon:focus-visible{
  outline:none;
}
@media (max-width:465px){
#payusingcreditcard iframe {
    height: 457px;
}
}

.clearfix{
        width: 100%;
}
@media screen and (max-width:530px){
.form-action-container-left {
    float: left;
    display: inline-block;
}
.form-action-container-left input, .form-action-container-left button{
    width:100%;
}
  }

  @media screen and (max-width:1199px){
    #search{
    display: none;
    }
    .dropdown-search{
    display: block;
        position: relative;
        margin: 0px 15px;
        padding: 0px;
        overflow: hidden;
    }
    
    .dropdown-search div.btn-group {
    display: none;
    }
    .dropdown-search input.form-control{
    margin: 0px;
    }
    .dropdown-search button.btn-default{
        padding: 11px 15px;
        color: #098851;
    }
    }
    .navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus {
      background-color: #fff;
  }
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus {
    
    color: #098851;
}
#divinternationalpassportguide ul{
  padding:0px;
  padding-left: 29px;
}
#divinternationalpassportguide ul li{
  padding-bottom:10px
}
#divinternationalpassportguide label{
  padding-bottom:10px;
  padding-top:10px;
}
#divinternationalpassportguide ul li:last-child{
  padding-bottom:4px
}

/*************short term unregistered permit*********/

#divshortpermitbeforeyoustart label{
  padding-bottom:10px;
}

#divshortpermitbeforeyoustart .control{
  padding-bottom:10px;
}

#unregisteredvehicle, #viewjourneydetailsexample{
	font-family: 'Nunito-Bold';
    padding-bottom: 10px;
    display: block;
} 

#lnkunregisteredvehicle span, #viewjourneydetailsexample span{
	padding-left: 10px;
	padding-top: 2px;
	position: relative;
	font-size: 11px;
}

#divunregisteredvehicle ul, .icon_listitem ul{
	    /*font-family: 'Nunito-SemiBold';*/
}
#divunregisteredvehicle ul li, .icon_listitem ul li{
	 padding-bottom: 5px;
	list-style-type: disc;
}

.reg_details_check label{
    /* padding-left:7px; */
  }
  
  .reg_details_check span{
    padding-left:28px;
  }
  #lbljourneypurposeerr{
    padding-bottom: 20px;
  }
  .reg_details_check span{
    display:block;
  }
    
.reg_details_check span {
    padding-left: 28px;
    margin-bottom: 19px;
    display: block;
  }
  #diveventfields .control{
    margin-bottom: 25px;
 }
 #diveventfields .control input, .input-group-addon{
   margin-top: 4px;
 }
/**********************************************************************/

#diveventfields{
  margin-bottom:25px;
}

.divaddjourney{
    background-color: #F5F5F5;
    padding: 30px;
}
.divaddjourney h3{
    font-weight: bold;
font-family: 'Nunito-Black';
font-size: 18px;
}
.notetext_space{
  padding-left:45px;
}

#contactusingalternatenumber label{
      float: left;
    padding-right: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1295px)  {
  .homeservice_btn {
    align-items: center;
    /*background: #ffffff;
     box-shadow: 0px 0px 4px 0px rgba(0,0,0,.1490196078); */
    display: flex;
    margin-top: 1.25rem;
    margin-bottom: 1.5rem;
    padding: 0;
    width: 100%;
    max-width: 375px;
}
}

@media only screen and (min-width: 1100px) and (max-width: 1200px)  {
  .homeservice_btn {
    align-items: center;
    /*background: #ffffff;
     box-shadow: 0px 0px 4px 0px rgba(0,0,0,.1490196078); */
    display: flex;
    margin-top: 1.25rem;
    margin-bottom: 1.5rem;
    padding: 0;
    width: 100%;
    max-width: 346px;
}
}

@media only screen and (min-width: 1024px) and (max-width: 1100px)  {
  .homeservice_btn {
    align-items: center;
    /*background: #ffffff;
     box-shadow: 0px 0px 4px 0px rgba(0,0,0,.1490196078); */
    display: flex;
    margin-top: 1.25rem;
    margin-bottom: 1.5rem;
    padding: 0;
    width: 100%;
    max-width: 316px;
}
}
@media (max-width: 1024px){
.homeservice_btn {
    align-items: center;
    background: #ffffff;
    /* box-shadow: 0px 0 15px -5px rgba(0,0,0,.1490196078); */
    display: flex;
    margin-top:0rem;
    padding: 0;
    width: 100%;
    border: #e7e7eb solid 1px;
    max-width:100%;
    margin-left: 0px;
}

  .home_services {
    flex-direction: column;
    justify-content: space-between;
    margin-top: 0rem;
    margin-bottom: 0px;
}
}
@media (max-width:900px){
.findsevice_nature_img img{
    margin-top: 35px;
}
}
@media (max-width:430px){
    .home_services a{
        white-space: normal;
        /* padding: 20px 50px 20px 0px; */
    }
    }

@media (max-width:600px){
.mobilebreadcrumb{
    display:block!important;
    }
  .mobilebreadcrumb > li a{
    text-decoration:none!important;
  }
 
  .breadcrumb {

    display:none;

  }
}

.f1wswcu8 {
    /* min-width: 768px!important; */
}

.btn_container{
    margin: 0px;
      background-color: #fff;
    width: 101%;
    border-radius: 12px;
}

/*************************02-02-2024*************************/
@media (max-width: 767px){
/*.crmEntityFormView .cell {
    margin-bottom:0px;
    padding: 0;
    width: 100%;
}
*/
}
#tas_contactusingalternatenumber_label {
    float: none!important;
}

a.homepage_tab2{
      /* padding: 10px 50px 10px 20px; */
}

a.homepage_tab2::after{
  margin-top: -25px;
}
@media only screen and (min-width: 1025px) and (max-width: 1295px)  {
  a.homepage_tab1{
      /* padding: 10px 50px 10px 20px; */
}
  a.homepage_tab1::after {
    margin-top: -25px;
}
  a.homepage_tab2{
     /* padding: 10px 50px 10px 20px;*/
}
}
@media (max-width: 1024px){
   a.homepage_tab1{
      /* padding: 20px 50px 20px 0px; */
}
  a.homepage_tab2{
      /* padding: 20px 50px 20px 0px; */
}
  a.homepage_tab2::after {
    margin-top: -15px;
}
}
a.homepage_tab3::after, a.homepage_tab1::after {
    margin-top: -25px;
  display:none;
}
a.homepage_tab1::after {
    margin-top: -25px;
}
@media only screen and (min-width: 1025px) and (max-width: 1100px)  {
  a.homepage_tab3{
     /* padding: 10px 50px 10px 20px;*/
}
  a.homepage_tab3::after {
    margin-top: -25px;
}
}
@media (max-width: 471px){
   a.homepage_tab2::after {
    margin-top: -26px;
}
}
@media (max-width: 417px){
   a.homepage_tab1::after {
    margin-top: -26px;
}
}

@media (max-width: 357px){
   a.homepage_tab3::after {
    margin-top: -26px;
}
}

/***************************Changes on 6-2-24*****************************/
#tblpermitLineItems tr td:first-child,  #tblpaymentterms tr td:first-child, #tblpaymentterms tr td:first-child{
  padding-right:10px;
  padding-bottom:10px;
  vertical-align: top;
}

#tblpermitLineItems tr:last-child td {
        padding-bottom: 20px;
        border-bottom: #e0e0e0 solid 1px;
        /* text-align:right; */
    }

#tblpermitLineItems tr td:last-child {
        padding-bottom: 20px;
        text-align:right;
        vertical-align: top;
    }
#tblpermitLineItems{
  margin-bottom:30px;
}
@media (max-width: 500px){
  
  
  #tblpermitLineItems tr td:first-child{
  padding-right:10px;
  padding-bottom: 20px;
  vertical-align: top;
}
#tblpermitLineItems tr td:last-child{
  min-width: 100px;
}
}
/***************************Changes on 6-2-24*****************************/


.fui-DialogSurface{
  border-radius: 0px!important;
  border:#444 solid 1px!important;
}
.fui-DialogBody{
  display: inline!important;
}
.fui-DialogContent {
    /* margin-bottom: 30px!important; */
    width: 100%!important;
}
.fui-DialogTitle{
  font-size:24px!important;
}

.fui-DialogActions{
  margin-top: 30px!important;
}
@media screen and (max-width: 630px){
.fui-DialogSurface {
    margin: auto 0px!important;
}
}


#lnkunregisteredvehicle, #lnkviewjourneydetailsexample, #lnknodocuments{
      color: #444;
    text-decoration: none;
    margin-bottom: 10px;
    display: inline-block;
}
#lnkunregisteredvehicle span, #lnkviewjourneydetailsexample span ,#lnknodocuments span{
  font-size:11px;
  margin-left:10px
}

.f1734hy {
   border-radius: 8px!important;
}