/* Global veriables */
/* width*/
/* Extra Colors */
/*paddings*/
@-webkit-keyframes spinAround {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes spinAround {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
/* besic layout for site*/
/* Color variables */





/*--- SETTINGS ---*/
/*--- SETTINGS ---*//*--- SETTINGS ---*//*--- top position ---*/

.container {
  position: relative;
  margin: 0 auto;
  display: block;
  max-width: 1366px; }
  .container:before {
    display: table;
    line-height: 0;
    content: ""; }
  .container:after {
    display: table;
    line-height: 0;
    content: "";
    clear: both; }






    


/*============ forms bulma==========*/



/*=== form buttons ==*/

      


.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.fancybox-opened {
  z-index: 8030; }
  .fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

.fancybox-outer {
  position: relative; }

.fancybox-inner {
  position: relative;
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("fancybox_sprite.png"); }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }
  #fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url("fancybox_loading.gif") center center no-repeat; }

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040; }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

.fancybox-nav:hover span {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto; }
  .fancybox-lock body {
    overflow: hidden !important; }

.fancybox-lock-test {
  overflow-y: hidden !important; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("fancybox_overlay.png"); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }
  .fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent;
    /* Fallback for web browsers that doesn't support RGBa */
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("fancybox_sprite%402x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/ }

  #fancybox-loading div {
    background-image: url("fancybox_loading%402x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/ } }
/* Stature elements for site */
/* Header Set 1 Start */
.menuToggle {
  display: none; }

.header-container {
  padding: 8px 0px;
  max-width: 1210px; }

.logo {
  float: left;
  font-size: 160%;
  line-height: 105%;
  min-height: 103px;
  padding: 14px 0 0 85px;
  text-transform: uppercase;
  position: relative; }
  .logo .emblem {
    position: absolute;
    left: 10px;
    top: 0px; }
  .logo a {
    color: #000;
    padding-top: 5px;
    display: block;
    text-align: left; }
    .logo a strong {
      font-weight: 600;
      display: block;
      font-size: 95%; }
    .logo a span {
      display: block;
      font-weight: 900;
      font-size: 120%;
      padding-top: 10px; }

.header-right {
  float: right; }

.float-element {
  float: left;
  margin-left: 12px; }

.sw-logo {
  display: inline-block; }

@media (max-width: 640px) {
  .float-element {
    display: none; }

  .logo {
    float: none;
    font-size: 150%; } }
.menuToggle {
  position: absolute;
  top: 30px;
  right: 10px;
  color: #000;
  display: none; }
  .menuToggle span {
    display: block;
    text-align: center; }
    .menuToggle span.icon-menu {
      font-size: 35px; }
    .menuToggle span.menu-text {
      font-size: 11px;
      text-transform: uppercase; }

@media (max-width: 500px) {
  .logo {
    padding-top: 8px;
    min-height: 83px; }
    .logo a {
      width: 160px;
      padding-top: 0; }
    .logo span {
      font-size: 107%;
      padding-top: 5px; }

  .logo .emblem {
    width: 50px; }
    logo .emblem img {
      width: 100%; } }
@media (max-width: 400px) {
  .logo {
    padding-top: 8px; }
    .logo a {
      width: 180px; } }
body, #mainHeader {
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s; }

.fixedHeader {
  position: fixed;
  background: #fff;
  width: 100%;
  left: 0px;
  top: 0;
  z-index: 9999;
  -webkit-box-shadow: 0px 0px 6px 0px black;
  -moz-box-shadow: 0px 0px 6px 0px black;
  box-shadow: 0px 0px 6px 0px black; }
  .fixedHeader .header-wrapper {
    display: none; }
  .fixedHeader .appendeddpName {
    border-left: 1px solid #d8d8d8; }
  .fixedHeader .appendedemblem {
    position: absolute;
    height: 85%;
    margin-top: 3px;
    left: -70px; }
  .fixedHeader .govBranding ul li a {
    padding: 6px 10px; }
  .fixedHeader #accessibility ul li a {
    font-size: 1.4em;
    padding: 1px 8px; }
  .fixedHeader #accessibility ul li .textSizing {
    padding: 2px 12px; }
  .fixedHeader #accessibility ul li select {
    margin-top: 3px;
    height: 22px; }
  .fixedHeader .main-menu > ul > li > a {
    padding: 14px 19px; }
  .fixedHeader .megamenu-wraper {
    border-bottom: 1px solid #d8d8d8;
    border-top: 0px; }

@media (max-width: 640px) {
  .fixedHeader .header-wrapper {
    display: block; } }
/* Header Set 1 end */
#topBar {
  border-bottom: 1px solid #d8d8d8; }
  #topBar .govBranding ul li {
    display: inline-block; }
    #topBar .govBranding ul li a {
      display: block;
      font-size: 0.78em;
      font-weight: 400;
      text-transform: uppercase;
      padding: 15px 10px; }
    #topBar .govBranding ul li:first-child {
      border-right: 1px solid #d8d8d8; }
  #topBar #accessibility ul li {
    display: inline-block;
    vertical-align: top;
    position: relative; }
    #topBar #accessibility ul li a {
      color: #333333;
      font-size: 2em;
      padding: 4px 8px;
      border-left: 1px solid #d8d8d8;
      vertical-align: top;
      display: block; }
      #topBar #accessibility ul li a:hover {
        background: #333333;
        color: #fff; }
      #topBar #accessibility ul li a:focus {
        outline: none; }
    #topBar #accessibility ul li.highContrast.dark a {
      background: #333333;
      color: #fff; }
    #topBar #accessibility ul li .textSizing {
      padding: 10px 12px;
      border-left: 1px solid #d8d8d8;
      border-right: 1px solid #d8d8d8; }
      #topBar #accessibility ul li .textSizing ul li a {
        font-size: 0.8em;
        border: 1px solid #d8d8d8;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        padding: 4px 6px;
        font-weight: 700; }
    #topBar #accessibility ul li select {
      width: 80px;
      padding: 2px;
      margin-top: 10px;
      font-size: 0.8em;
      margin-left: 8px;
      height: 25px;
      border-radius: 4px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      -o-border-radius: 4px; }
    #topBar #accessibility ul li .goiSearch {
      position: absolute;
      width: 209px;
      z-index: 1;
      left: 0px;
      overflow: hidden;
      visibility: hidden; }
      #topBar #accessibility ul li .goiSearch input[type=text],
      #topBar #accessibility ul li .goiSearch input[type=search] {
        display: inline-block;
        width: 160px;
        border: 1px solid #d8d8d8; }
      #topBar #accessibility ul li .goiSearch button {
        display: inline-block;
        width: 40px;
        height:32px;
        font-size: 20px;
        padding: 3px 0px;
        text-align: center;
        float: right;
        background: #d8d8d8; }
    #topBar #accessibility ul li .socialIcons {
      position: absolute;
      width: 45px;
      z-index: 1;
      left: 0px;
      overflow: hidden;
      visibility: hidden;
      border: 1px solid #d8d8d8;
      border-top: 0px;
      border-left: 0px; }
      #topBar #accessibility ul li .socialIcons ul li {
        display: block;
        text-align: center; }
        #topBar #accessibility ul li .socialIcons ul li a {
          font-size: 1.3em; }
          #topBar #accessibility ul li .socialIcons ul li a span {
            background: #f26522;
            color: #fff;
            display: inline-block;
            padding: 5px 6px; }
            #topBar #accessibility ul li .socialIcons ul li a span.icon-facebook {
              background: #5375a7; }
            #topBar #accessibility ul li .socialIcons ul li a span.icon-twitter {
              background: #64baeb; }
            #topBar #accessibility ul li .socialIcons ul li a span.icon-youtube {
              background: #e02f2f; }
        #topBar #accessibility ul li .socialIcons ul li a:hover, #topBar #accessibility ul li .socialIcons ul li a:focus, #topBar #accessibility ul li .socialIcons ul li.focus {
          background: #d8d8d8; }
    #topBar #accessibility ul li.mFocus .socialIcons,
    #topBar #accessibility ul li.mFocus .goiSearch,
    #topBar #accessibility ul li a:hover .goiSearch,
    #topBar #accessibility ul li .goiSearch.visible,
    #topBar #accessibility ul li a:focus + .socialIcons,
    #topBar #accessibility ul li:hover a + .socialIcons {
      visibility: visible; }

/* responsive codes */
@media (max-width: 940px) {
  #topBar .govBranding {
    display: none; } }
@media (max-width: 500px) {
  #topBar #accessibility ul li a {
    font-size: 1.7em;
    padding: 4px; }
  #topBar #accessibility ul li .textSizing {
    padding: 7px 6px; }
  #topBar #accessibility ul li .socialIcons {
    width: 37px; }
  #topBar #accessibility ul li select {
    margin-top: 6px; } }
@media (max-width: 400px) {
  #topBar #accessibility ul li a {
    font-size: 1.5em;
    padding: 4px 2px; }
  #topBar #accessibility ul li .textSizing {
    padding: 6px 4px; }
  #topBar #accessibility ul li .socialIcons {
    width: 37px; }
  #topBar #accessibility ul li select {
    margin-top: 6px;
    margin-left: 0px;
    width: 46px;
    padding: 0px;
    height: 22px; } }
#topBar1 {
  background: #f0f0f0; }
  #topBar1 .govBranding ul li {
    display: inline-block; }
    #topBar1 .govBranding ul li a {
      display: block;
      font-size: 0.78em;
      font-weight: 400;
      text-transform: uppercase;
      padding: 8px 10px; }
    #topBar1 .govBranding ul li:first-child {
      border-right: 1px solid #d8d8d8; }
  #topBar1 #accessibility ul li {
    display: inline-block;
    vertical-align: top;
    position: relative; }
    #topBar1 #accessibility ul li a {
      color: #333333;
      font-size: 1.3em;
      padding: 4px 8px;
      vertical-align: top;
      display: block; }
      #topBar1 #accessibility ul li a:hover, #topBar1 #accessibility ul li a:focus {
        background: #333333;
        color: #fff; }
      #topBar1 #accessibility ul li a:focus {
        outline: none; }
    #topBar1 #accessibility ul li.highContrast.dark a {
      background: #333333;
      color: #fff; }
    #topBar1 #accessibility ul li .textSizing {
      padding: 3px 12px; }
      #topBar1 #accessibility ul li .textSizing ul li a {
        font-size: 0.8em;
        border: 1px solid #d8d8d8;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        padding: 4px 6px;
        font-weight: 700; }
    #topBar1 #accessibility ul li select {
      width: 80px;
      padding: 2px;
      margin-top: 4px;
      font-size: 0.8em;
      margin-left: 8px;
      height: 23px;
      border-radius: 4px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      -o-border-radius: 4px; }
    #topBar1 #accessibility ul li .goiSearch {
      position: absolute;
      width: 200px;
      z-index: 1;
      left: 0px;
      overflow: hidden;
      visibility: hidden; }
      #topBar1 #accessibility ul li .goiSearch input[type=text] {
        display: inline-block;
        width: 160px;
        border: 1px solid #d8d8d8; }
      #topBar1 #accessibility ul li .goiSearch button {
        display: inline-block;
        width: 40px;
        font-size: 20px;
        padding: 3px 0px;
        text-align: center;
        float: right;
        background: #d8d8d8; }
    #topBar1 #accessibility ul li .socialIcons {
      position: absolute;
      width: 45px;
      z-index: 1;
      left: 0px;
      overflow: hidden;
      visibility: hidden;
      border: 1px solid #d8d8d8;
      border-top: 0px;
      border-left: 0px; }
      #topBar1 #accessibility ul li .socialIcons ul li {
        display: block;
        text-align: center; }
        #topBar1 #accessibility ul li .socialIcons ul li a:hover, #topBar1 #accessibility ul li .socialIcons ul li a:focus {
          background: #d8d8d8; }
    #topBar1 #accessibility ul li.mFocus .socialIcons, #topBar1 #accessibility ul li.mFocus .goiSearch, #topBar1 #accessibility ul li a:focus + .goiSearch, #topBar1 #accessibility ul li:hover a + .goiSearch, #topBar1 #accessibility ul li a:focus + .socialIcons, #topBar1 #accessibility ul li:hover a + .socialIcons {
      visibility: visible; }



/* responsive codes */
@media (max-width: 940px) {
  #topBar1 .govBranding {
    display: none; } }
@media (max-width: 500px) {
  #topBar1 #accessibility ul li a {
    font-size: 1.7em;
    padding: 4px; }
  #topBar1 #accessibility ul li .textSizing {
    padding: 7px 6px; }
  #topBar1 #accessibility ul li .socialIcons {
    width: 37px; }
  #topBar1 #accessibility ul li select {
    margin-top: 6px; } }
@media (max-width: 400px) {
  #topBar1 #accessibility ul li a {
    font-size: 1.5em;
    padding: 4px 2px; }
  #topBar1 #accessibility ul li .textSizing {
    padding: 6px 4px; }
  #topBar1 #accessibility ul li .socialIcons {
    width: 37px; }
  #topBar1 #accessibility ul li select {
    margin-top: 6px;
    margin-left: 0px;
    width: 46px;
    padding: 0px;
    height: 22px; } }
#overflowMenu {
  position: fixed;
  right: -300px;
  top: 0;
  background: #333333;
  min-width: 300px;
  height: 100%;
  z-index: 99; }
  #overflowMenu * {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s; }
  #overflowMenu .closeMenu {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #fff;
    display: inline-block;
    padding: 4px; }
    #overflowMenu .closeMenu span {
      color: #fff;
      font-size: 1.6em;
      font-weight: 400;
      display: inline-block;
      vertical-align: middle;
      padding-right: 3px; }
    #overflowMenu .closeMenu:hover, #overflowMenu .closeMenu:focus {
      background: rgba(255, 255, 255, 0.2); }
  #overflowMenu .ofMenu {
    margin-top: 5vh;
    padding-top: 20px; }
    #overflowMenu .ofMenu ul li:hover > a {
      background: rgba(0, 0, 0, 0.4);
      color: #f57f34; }
    #overflowMenu .ofMenu ul li ul {
      -webkit-transition: none;
      -moz-transition: none;
      -ms-transition: none;
      -o-transition: none;
      transition: none;
      display: none; }
    #overflowMenu .ofMenu ul li a {
      padding: 10px 20px;
      color: #fff;
      text-transform: uppercase;
      display: block; }
      #overflowMenu .ofMenu ul li a:hover, #overflowMenu .ofMenu ul li a:focus, #overflowMenu .ofMenu ul li a.focus, #overflowMenu .ofMenu ul li.active > a {
        background: rgba(0, 0, 0, 0.4);
        color: #f57f34; }
    #overflowMenu .ofMenu ul li ul {
      background: rgba(0, 0, 0, 0.4);
      padding: 10px 0px; }
      #overflowMenu .ofMenu ul li ul li a {
        font-size: 0.9em;
        padding-left: 25px;
        text-transform: capitalize; }
      #overflowMenu .ofMenu ul li ul li ul li {
        display: block; }
        #overflowMenu .ofMenu ul li ul li ul li a {
          padding-left: 30px; }
  #overflowMenu .ofMenu > ul > li a:after {
    padding-left: 4px;
    font-family: 'icomoon' !important;
    
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 0.8em;
    vertical-align: middle;
    display: inline-block;
    margin-left: 5px;
    margin-top: -2px;
    content: "\e903";
    transition: all 0.3s; }
  #overflowMenu .ofMenu > ul > li a:hover:after, #overflowMenu .ofMenu > ul > li a:focus:after {
    transform: rotate(90deg);
    margin-top: -6px; }
  #overflowMenu .ofMenu > ul > li a:only-child:after {
    content: ''; }

/*------------ New Menu ----------*/
.indicator1 {
  padding-left: 4px;
  font-family: 'icomoon' !important;
  
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 0.8em;
  vertical-align: middle;
  display: inline-block;
  margin-top: -3px;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.menuWrapper {
  background: #ffffff;
  color: #000;
  border-top: 1px solid rgba(0, 0, 0, 0.3); }
  .menuWrapper .container {
    max-width: 1210px; }

.nav {
  margin: 20px 0;
  display: block;
  list-style: outside none none;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 15; }
  .nav ul {
    position: absolute;
    top: 3em;
    left: -9999px;
    opacity: 0;
    transition: 0.1s linear opacity;
    width: 250px;
    z-index: 99;
    background: #ffffff;
    border: 1px solid #ffffff; }
    .nav ul li:hover ul {
      left: 248px; }
    .nav ul.show-menu {
      left: 0;
      opacity: 0.99; }
  .nav li {
    float: left;
    position: relative;
    display: inline-block;
    list-style: outside none none;
    margin: 0;
    padding: 0; }
    .nav li > a,  .nav li .accessible-menu a{
      float: left;
      padding: 12px 19px;
      text-decoration: none;
      display: inline-block;
      position: relative;
      color: #000;
      font-weight: 700;
      text-transform: uppercase;
      outline: medium none;
      transition: all 0.4s ease 0s; }
	  .mva7-thc-activetheme-district-theme .nav li.active .accessible-menu > a, .mva7-thc-activetheme-district-theme .nav li .accessible-menu > a:hover, .mva7-thc-activetheme-district-theme .nav li .accessible-menu > a:focus, .mva7-thc-activetheme-district-theme .nav li:hover .accessible-menu > a, .home-1 .nav li.active .accessible-menu > a, .home-1 .nav li .accessible-menu > a:hover, .home-1 .nav li .accessible-menu > a:focus, .home-1 .nav li:hover .accessible-menu > a {
	background: #1bdf4e;
}
      .nav li > a:hover, .nav li > a:focus {
        background: #1bdf4e;
        color: #ffffff; }
    .nav li:focus > a {
      background: #1bdf4e;
      color: #ffffff;
      outline: 0; }
    .nav li.active > a {
      background: #1bdf4e;
      color: #ffffff;
      outline: 0; }
    .nav li:hover > a, .nav li:hover .accessible-menu > a {
      background: #1bdf4e;
      color: #ffffff;
      outline: 0; }
    .nav li:hover > ul {
      left: 0;
      opacity: 0.99; }
    .nav li:focus ul {
      left: 0;
      opacity: 0.99; }
    .nav li ul li ul {
      top: 0; }
      .nav li ul li ul.show-menu {
        left: 249px;
        opacity: 1;
        width: 100%;
        border: 1px solid #ffffff;
        top: 0px; }
    .nav li.has-sub > a .indicator1:after {
      content: "\e901"; }
    .nav li.has-sub li > a .indicator1 {
      margin-top: 0px; }
      .nav li.has-sub li > a .indicator1:after {
        content: "\e903"; }
  .nav .moreNav a {
    padding: 6px 19px; }
  .nav .moreNav span {
    display: inline-block;
    font-size: 30px;
    margin-right: 8px;
    vertical-align: middle; }

.nav ul li {
  float: none;
  position: relative;
  width: 100%; }
  .nav ul li a:hover {
    background: #000; }
.nav ul a {
  float: none;
  display: block;
  font-size: 12px;
  text-shadow: none;
  transition: 0.1s linear all; }
  .nav ul a:hover, .nav ul a:focus {
    text-shadow: none; }

@media (min-width: 640px) {
  .nav ul li:last-child:hover ul.show-menu, .nav ul li:nth-last-child(2):hover ul.show-menu {
    left: auto;
    right: 248px; } }
.contrast .menuWrapper {
  background: #000;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff; }
.contrast .nav li > a:hover {
  background: #fff;
  color: #000 !important; }
.contrast .nav li > a:focus > a {
  background: #000;
  color: #fff;
  outline: 0; }
.contrast .nav li.active > a {
  background: #000;
  color: #fff !important; }
.contrast .nav ul {
  background: #000;
  border: 1px solid #fff; }

@media (max-width: 640px) {
  .megamenu-wraper .container {
    width: 100%; }

  .menuToggle {
    display: inline-block; }

  .main-menu {
    background: #212121;
    display: none;
    max-height: 80vh;
    overflow-y: scroll; }
    .main-menu .nav-menu li {
      border-right: 0px; }
    .main-menu .nav-menu li, .main-menu .nav-menu .nav-item {
      display: block;
      float: none; }
      .main-menu .nav-menu li a, .main-menu .nav-menu .nav-item a {
        color: #fff !important;
        display: block;
        padding: 10px 15px !important;
        border: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
      .main-menu .nav-menu li a:focus, .main-menu .nav-menu li a:hover, .main-menu .nav-menu li:hover a, .main-menu .nav-menu li a.focus, .main-menu .nav-menu li a.open, .main-menu .nav-menu .nav-item a:focus, .main-menu .nav-menu .nav-item a:hover, .main-menu .nav-menu .nav-item:hover a, .main-menu .nav-menu .nav-item a.focus, .main-menu .nav-menu .nav-item a.open {
        background: rgba(255, 255, 255, 0.1); }
    .main-menu .nav-menu .sub-nav {
      position: relative;
      display: none;
      top: 0;
      max-width: none;
      background: rgba(0, 0, 0, 0.6);
      border: none; }
      .main-menu .nav-menu .sub-nav ul {
        display: block; }

  .fixedHeader .header-wrapper .logo {
    min-height: 40px;
    padding: 0px 0 0 50px; }
    .fixedHeader .header-wrapper .logo a strong {
      display: none; }
    .fixedHeader .header-wrapper .logo a span {
      padding-top: 4px;
      font-size: 95%; }
    .fixedHeader .header-wrapper .logo .emblem {
      width: 25px; }
      .fixedHeader .header-wrapper .logo .emblem img {
        width: 100%; }
  .fixedHeader .menuToggle {
    top: 4px; }

  .menuWrapper {
    max-height: 80vh;
    overflow-y: scroll;
    border-top: 0px; }

  .menuWrapper .container {
    width: 100%; }
    .menuWrapper .container ul li {
      width: 100%;
      display: block; }
      .menuWrapper .container ul li a {
        display: block;
        width: 100%;
        float: none; }

  .menuWrapper {
    display: none; }

  .nav ul, .nav ul.show-menu {
    left: 0;
    position: static;
    top: 0;
    width: 100%;
    opacity: 1;
    background: none; }
    .nav ul li, .nav ul.show-menu li {
      width: 100%;
      display: block; }
      .nav ul li a, .nav ul.show-menu li a {
        display: block; }
      .nav ul li > a, .nav ul.show-menu li > a {
        width: 100%;
        font-weight: 600; }
      .nav ul li .active > a, .nav ul.show-menu li .active > a {
        background: rgba(0, 0, 0, 0.6); } }

  


/* Modules to include in site*/
h2.resp-accordion {
  cursor: pointer;
  padding: 5px;
  display: none; }

h2.resp-accordion {
  font-size: 13px;
  border: 1px solid #c1c1c1;
  border-top: 0px solid #c1c1c1;
  margin: 0px;
  padding: 10px 15px; }

h2.resp-tab-active {
  border-bottom: 0px solid #c1c1c1 !important;
  margin-bottom: 0px !important;
  padding: 10px 15px !important; }

h2.resp-tab-title:last-child {
  border-bottom: 12px solid #c1c1c1 !important;
  background: blue; }

.resp-tabs-container .resp-tab-content {
  display: none; }

.resp-tabs-list .resp-tab-item {
  cursor: pointer;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none; }

/*.resp-tabs-list, .resp-tabs-list *, .resp-tabs-container, .resp-tabs-container *{
    -webkit-transition: all .4s;
       -moz-transition: all .4s;
        -ms-transition: all .4s;
         -o-transition: all .4s;
            transition: all .4s;
}*/
/*-----------Accordion styles-----------*/
/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
.resp-easy-accordion h2.resp-accordion {
  display: block; }
.resp-easy-accordion .resp-tab-content {
  border: 1px solid #d8d8d8; }
  .resp-easy-accordion .resp-tab-content:last-child {
    border-bottom: 1px solid #d8d8d8; }

.resp-jfit {
  width: 100%;
  margin: 0px; }

.resp-tab-content-active {
  display: block; }

h2.resp-accordion:first-child {
  border-top: 1px solid #c1c1c1; }

#infotab ul.list-style {
  padding-left: 25px; }
  #infotab ul.list-style li {
    padding-left: 0px;
    font-weight: 300; }
#infotab .resp-tabs-container {
  min-height: 367px; }
#infotab .resp-tabs-list li {
  font-weight: 600;
  font-size: 13px;
  display: inline-block;
  padding: 13px 15px;
  margin: 0 4px 0 0;
  list-style: none;
  cursor: pointer;
  float: left;
  text-transform: uppercase;}
#infotab .resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  clear: left; }
#infotab .resp-tab-content {
  display: none;
  padding: 15px; }
#infotab .resp-tab-active {
  border-bottom: none;
  margin-bottom: -1px !important;
  padding: 12px 14px 14px 14px !important;
  color: #1bdf4e; }
#infotab .resp-content-active, #infotab .resp-accordion-active {
  display: block; }


 /****
---------------------------------menu design-----------------------------------------*/   

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/****
--------------------------------------------------------------------------*/
.icon-download:before {
  content: "\e999"; }


.icon-menu-2:before {
  content: "\e9a0"; }





.icon-menu:before {
  content: "\e937"; }


/*---------------------------------------------------------------------------*/
@media (max-width: 1100px) 
  .serviceSearchContainer {
    width: 54%; }
    .serviceSearchContainer label {
      width: 18%; }
    .serviceSearchContainer .selectsearchContainer {
      width: 80%; }
    .serviceSearchContainer .selectsearchContainer .control .select select {
      width: 100%; } }
@media (max-width: 940px) {
  .serviceHeadingCont {
    width: 100%; }
    .serviceHeadingCont::after {
      display: none; }

  .serviceSearchContainer {
    width: 100%; }
    .serviceSearchContainer .selectsearchContainer .control .select select {
      width: 250px; } }
@media (max-width: 500px) {
  .serviceSearchContainer .selectsearchContainer .control .select select {
    width: 100%; } }
@media (max-width: 400px) {
  .serviceSearchContainer label {
    margin-bottom: 0.5em;
    width: 100%; }
  .serviceSearchContainer .selectsearchContainer {
    width: 100%; } }
.contrast .serviceMainContainer {
  background: #000;
  border: 1px solid #fff; }

.contrast .serviceHeadingCont {
  background: #000;
  border-right: 1px solid  #fff; }
  .contrast .serviceHeadingCont::after {
    border-left: 10px solid #fff; }

.searchResult {
  margin-top: 30px; }
  .searchResult .searchResultCount {
    text-align: left;
    font-size: 0.9em;
    font-weight: 300; }
  .searchResult .searchItem {
    padding: 10px 0px;
    border-bottom: 1px solid #d8d8d8; }
    .searchResult .searchItem:last-child {
      border-bottom: 0px solid #d8d8d8; }
    .searchResult .searchItem h3 {
      font-size: 1.2em;
      padding-bottom: 5px;
      font-weight: 600; }
    .searchResult .searchItem a {
      color: #3f4db8;
      text-decoration: underline; }
    .searchResult .searchItem:hover a, .searchResult .searchItem:focus a {
      color: #f85556; }
    .searchResult .searchItem p {
      padding-bottom: 2px; }

@media (max-width: 640px) {
  .serviceMainContainer {
    display: block; }

  .serviceSearchContainer .selectsearchContainer {
    width: 100%; }

  .serviceSearchContainer .selectsearchContainer .field.has-addons {
    margin: 0 auto;
    width: 100%; }

  .serviceSearchContainer {
    padding: 25px 3%; } }
.box-list-wrapper {
  margin-top: 4px; }

.contrast .box-list-wrapper {
  background: #000;
  color: #fff;
  border: 1px solid #3b3b3b; }

.scheme ul.list-style-arrow {
  padding-top: 10px; }

.scheme a:hover {
  color: #f26522; }

.schemeMeta a {
  color: #f26522; }
  .schemeMeta a:hover {
    color: #f26522; }

.award .awardItems {
  width: 23%;
  margin: 14px 1%;
  float: left;
  padding: 15px 15px;
  border: 1px solid #d8d8d8;
  min-height: 195px;
  padding-bottom: 40px;
  position: relative;
  overflow: hidden; }
  .award .awardItems .btn {
    position: absolute;
    bottom: 10px;
    left: 10px; }
  .award .awardItems:hover {
    background: #f26522;
    color: #ffffff; }
    .award .awardItems:hover .btn-default {
      background: #0c0c0c;
      color: #ffffff; }
      .award .awardItems > h2 {
        padding-top: 15px;
      }
      .award.list-view .awardItems > img {
        float: left; width: 30%; padding-right: 15px;
      }

@media (max-width: 1400px) {
  .award .awardItems {
    width: 31%; } }
@media (max-width: 1024px) {
  .award .awardItems {
    width: 48%; } }
@media (max-width: 640px) {
  .award .awardItems {
    width: 100%;
    float: none;
    min-height: 0px; } }
.award.list-view .awardItems {
  width: 100%;
  margin: 14px 1%;
  float: none;
  padding: 15px 15px;
  border: 1px solid #d8d8d8;
  min-height: 0px;
  padding-bottom: 15px;
  position: relative;
  overflow: hidden; }
  .award.list-view .awardItems .btn {
    position: static; }

.servepublic {
  border: 1px solid #d8d8d8;
  border-radius: 0;
  box-shadow: none; }
  .servepublic h2 {
    font-weight: 500; }

.addutilityContainer {
  width: 100%;
  text-align: center; }
  .addutilityContainer p {
    padding-bottom: 0; }

.fileUpload {
  position: relative;
  overflow: hidden;
  margin: 10px; }
  .fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0); }

.award .awardItems h2 {
	padding-top: 15px;
}

.award .awardItems:hover h2 a{ color:#ffffff; text-decoration:underline;}

.cityzenCont {
  width: 100%; }
  .cityzenCont h3 {
    padding: 15px 25px;
    text-transform: uppercase;
    background: #f26522;
    color: #ffffff; }

.impLikContainer {
  width: 100%; }
  .impLikContainer h3 {
    padding: 15px 25px;
    text-transform: uppercase;
    background: #333333;
    color: #ffffff; }

.contrast #tab6 .resp-tabs-container {
  background-color: #000; }
.contrast #tab6 .resp-tabs-list li {
  background-color: #000 !important;
  border: 1px solid #ffff00;
  color: #ffff00;
  border-bottom: none !important; }
  .contrast #tab6 .resp-tabs-list li span {
    color: #ffff00; }
.contrast .impLikContainer {
  background: #000;
  border: 1px solid #fff; }
  .contrast .impLikContainer h3 {
    background: #000;
    border-bottom: 1px solid #fff;
    color: #fff; }
.contrast .cityzenCont {
  background: #000;
  border: 1px solid #fff; }
  .contrast .cityzenCont h3 {
    background: #000;
    border-bottom: 1px solid #fff;
    color: #fff; }

@media (max-width: 940px) {
  .addutilityContainer .fileUpload {
    margin: 0;
    padding: 6px 5px; } }
@media (max-width: 767px) {
  .addutilityContainer {
    text-align: left; }
    .addutilityContainer .fileUpload {
      margin: 10px 0;
      padding: 6px 12px; } }
.utilityTabContainer {
  width: 100%;
  margin-top: 2em; }

.ngoMainCintainer {
  width: 100%; }
  .ngoMainCintainer .ngoMainCintent {
    width: 50%;
    float: left;
    display: inline-block;
    vertical-align: top;
    margin: 1em 0; }

@media (max-width: 1100px) {
  .ngoMainCintainer .ngoMainCintent {
    min-height: 205px; } }
@media (max-width: 940px) {
  .ngoMainCintainer .ngoMainCintent {
    min-height: inherit;
    width: 100%;
    float: none; } }
.placeSocialContainer {
  width: 100%; }
  .placeSocialContainer .shareContentItem {
    display: inline-block;
    margin: 0.4em;
    cursor: pointer; }

@media only screen and (max-width: 640px) {
  #tab6.resp-vtabs .resp-tabs-container {
    width: 100%; } }

@media (max-width: 1400px) {
  .container {
    width: 95%; } }
@media (max-width: 1100px) {
  .container {
    width: 95%; } }
	
@media (max-width: 639px){
.mva7-thc-activetheme-district-theme .nav li .menu-toggle.open,
.mva7-thc-activetheme-district-theme .nav li .menu-toggle:hover,
.mva7-thc-activetheme-district-theme .nav li .menu-select,
.mva7-thc-activetheme-district-theme .nav li .menu-toggle.open:focus,
.mva7-thc-activetheme-district-theme .nav li .menu-toggle.open:hover,
.mva7-thc-activetheme-district-theme .nav li.active > a.menu-toggle,
.mva7-thc-activetheme-district-theme .nav li.active > a.menu-toggle:focus,
.mva7-thc-activetheme-district-theme .nav li.current-menu-parent > a.menu-toggle:focus,
.mva7-thc-activetheme-district-theme .nav li > a.menu-toggle:hover,
.mva7-thc-activetheme-district-theme .nav li:hover > a.menu-toggle {	background: #1bdf4e !important;	color: #fff !important;}
.mva7-thc-activetheme-district-theme .nav li > a:focus{ background:transparent !important; color:#000 !important;}
}

        @media print {
            #topBar, #topBar1, .banner-wrapper, .menuToggle, .printShare, .cd-top, .nav ul, .sub-menu {
              display: none; }
              .logo .emblem img, .logo .logo-text { float:left !important;}
              .logo .logo-text { margin: 20px 0 0 10px !important;}
            .box2_5 {
              display: block;
              width: 100%;
              float: none; }

              .menuWrapper{ display: inline-block; width: 110%; max-height: inherit !important; overflow: hidden;}
              .menuWrapper .container ul li{ float: left; width: auto;}
              .nav li.moreNav{ float: left !important}
              #footer .footerMenu ul{ column-count: inherit !important;}
              #footer .footerMenu ul li{ width: auto !important; display: inline-block;}
              .singlebox.office-barier .box-1, .gen-list.statistics-list ul li{ width: 50% !important;}
              .vc_tta-tabs li{ list-style-type: none !important;}

            * {
              border: none;
              float: none; }

            body, #content, #container, .container {
              width: 100%;
              margin: 0;
              float: none;
              background: #fff; }

            #topnav, #navbar, #nav, #sidebar, .ad, .noprint {
              display: none; }

            body h1, body h2, body h3, body h4, body h5, body h6 {
              color: #000; }

            body h1 {
              font-size: 250%; }

            body h2 {
              font-size: 175%; }

            body h3 {
              font-size: 135%; }

            body h4 {
              font-size: 100%;
              font-variant: small-caps; }

            body h5 {
              font-size: 100%; }

            body h6 {
              font-size: 90%;
              font-style: italic; }

            body a:link, body a:visited {
              color: #00c;
              font-weight: bold;
              text-decoration: underline; }
            body img {
              border: 0; }

            body header {
              margin-bottom: 40px; }

            body p, body a {
              word-wrap: break-word; }

            body .emblem img {
              display: inline; }

            .logo .emblem img { height: auto !important; max-width: 65px;}

            body .icon {
              display: none; }
            .logo a h1{ font-size: 100% !important;}
            /*@page {
              size: A4 landscape; max-height:100%; max-width:100%;
            }*/
            .wpb_column.vc_column_container{ width: 100% !important;}
            @media (max-width: 940px){
              .gen-tab.tab-vertical .resp-tabs-container { width: 66% !important;}
              .gen-tab.tab-vertical .resp-tabs-list { width: 33% !important;}
            }
          }
          .logo{ position: inherit !important;}
		  .rd-pad{padding:0; margin:0;}





      .wrapper {
    display: block;
    margin: 0 auto 20px;
    text-align: center;
    word-wrap: break-word;
}

.footer {
    display: block;
}

.row5, .row5 a {
  display: block;
    margin: 0 auto 20px;
    
    word-wrap: break-word;
    color: #55ABDA;
    background-color: #06213F;

}

.row5, .row5 p {
    display: block;
    margin: 0 auto 20px;
}