@charset "UTF-8";
@import "fonts/fonts.css";
body {
  font-family: "HelveticaNeue";
}

body.inside {
  background-color: #F4F7F9;
}

h1, h2, h3, h4 {
  font-family: "HelveticaNeue-Bold";
}

header {
  background-color: #00434F;
}
header .header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0;
}
header .header-top .logo {
  max-width: 356px;
  width: 100%;
  display: block;
}
header .header-top .language-select .btn-secondary {
  width: 175px;
  height: 51px;
  font-family: "HelveticaNeue-Bold";
  font-size: 12px;
  text-align: left;
  border: 1px solid #00BABA;
  border-radius: 0;
  background-color: transparent;
}
header .header-top .language-select .btn-secondary:after {
  color: #00BABA;
  font-size: 20px;
  margin-top: 5px;
  float: right;
}
header .custom-navbar {
  border-top: 0.5px solid #D8D8D8;
}
header .custom-navbar .nav-item {
  border-top: 4px solid transparent;
  margin-top: -0.5px;
  padding-top: 20px;
  padding-bottom: 15px;
  margin-right: 30px;
}
header .custom-navbar .nav-item:hover {
  border-top: 4px solid #00BABA;
}
header .custom-navbar .nav-item .nav-link {
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
  color: #fff;
}
header .custom-navbar .nav-item .nav-link:after {
  color: #00BABA;
}
header .custom-navbar .active {
  border-top: 4px solid #00BABA;
}
header .custom-navbar .active .nav-link {
  font-family: "HelveticaNeue-Bold";
}
header .custom-navbar .dropdown-menu {
  margin-top: 7px;
}
header .search {
  padding: 5px 0;
  width: 230px;
  height: 30px;
  position: relative;
  float: left;
  line-height: 22px;
}
header .search button {
  background-color: #00434F;
  border: 0;
}
header .search button:hover, header .search button:focus {
  border: 0;
  background-color: #00434F;
}
header .search button i {
  font-size: 20px;
}
header .search input {
  position: absolute;
  width: 0px;
  float: left;
  margin-left: 210px;
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
  height: 30px;
  line-height: 18px;
  border: 0;
  padding: 0;
}
header .search:hover input, header .search input:focus {
  width: 200px;
  margin-left: 0px;
  padding: 0 2px 0 2px;
  border: 1px solid #00BABA;
  padding-left: 15px;
}
header .btn {
  height: 30px;
  position: absolute;
  right: 0;
  top: 5px;
  border-radius: 1px;
}

.navbar-nav .dropdown-menu {
  min-width: 300px;
  padding-bottom: 40px;  
}

.navbar-nav .dropdown-menu .dropdown-item {
  padding-top: 15px;
  white-space:normal;
}

.dropdown-menu {
  background-color: #F4F7F9;
  border-radius: 0;
  width: 100%;
  border-bottom: 3px solid #00BABA;
  padding-bottom: 30px;
}

.dropdown-menu a {
  color: #818181;
  font-size: 14px;
}

.dropdown-menu a:hover {
  color: #222325;
  text-decoration: underline;
  background-color: #F4F7F9;
} 

.top-news {
  width: 100%;
  background-color: #F4F7F9;
}
.top-news .top-news-inside {
  padding: 30px 0;
  justify-content: space-between;
}
.top-news .top-news-inside p {
  max-width: 924px;
  font-size: 14px;
  line-height: 24px;
}

.slider-news .news-item-big {
  height: 546px;
}
.slider-news .news-item-small {
  height: 273px;
}

.information-section {
  background-color: #F4F7F9;
  margin-top: 30px;
  padding: 25px 0;
}
.information-section .information-section-item {
  margin: 15px 0;
}
.information-section .information-section-item-inside {
  height: 150px;
  border: 1px solid #E5EBEF;
  align-items: center;
}

.information-section .information-section-item-inside img{
  height: 150px;
}
.information-section .information-section-item-inside:hover {
  background-color: #EBF2F7;
}
.information-section .information-section-item-inside .info-section-content {
  display: flex;
  flex-direction: column;
  margin-left: 20px;
}
.information-section .information-section-item-inside .info-section-content h2 {
  font-family: "HelveticaNeue-Bold";
  font-size: 20px;
  margin-bottom: 0;
  color: #222325;
}
.information-section .information-section-item-inside .info-section-content span {
  font-size: 12px;
  color: #00BABA;
}
.information-section .information-section-item-inside .info-section-content p {
  font-size: 13px;
  line-height: 19px;
  margin-top: 10px;
  font-family: "HelveticaNeue-Light";
}

.gov-sites-section {
  margin-top: 50px;
  margin-bottom: 50px;
}
.gov-sites-section h2 {
  font-family: "HelveticaNeue-Bold";
  font-size: 20px;
  border-bottom: 1px solid #D8D8D8;
  padding-bottom: 25px;
  margin-bottom: 30px;
}
.gov-sites-section .gov-section-item {
  margin: 15px 0;
}
.gov-sites-section .gov-section-item .gov-section-item-inside {
  height: 105px;
  background-color: #F4F7F9;
  font-size: 14px;
  align-items: center;
}
.gov-sites-section .gov-section-item .gov-section-item-inside:hover {
  background-color: #00BABA;
}
.gov-sites-section .gov-section-item .gov-section-item-inside:hover p {
  color: #fff;
}
.gov-sites-section .gov-section-item .gov-section-item-inside:hover span {
  color: #fff;
}
.gov-sites-section .gov-section-item .gov-section-item-inside:hover span:after {
  color: #fff;
}
.gov-sites-section .gov-section-item .gov-section-item-inside a {
  text-decoration: none;
  padding-left: 15px;
  padding-right: 15px;
}
.gov-sites-section .gov-section-item .gov-section-item-inside p {
  font-size: 14px;
  color: #222325;
  line-height: 14px;
  font-family: "HelveticaNeue-Bold";
}
.gov-sites-section .gov-section-item .gov-section-item-inside span {
  color: #00BABA;
}
.gov-sites-section .gov-section-item .gov-section-item-inside span:after {
  font-family: FontAwesome;
  content: "";
  margin-left: 5px;
  color: #F4F7F9;
}

.news-inside {
  max-width: 947px;
  margin: 0 auto;
  padding-top: 30px;
}
.news-inside .news-inside-image {
  margin-bottom: 30px;
}
.news-inside .date {
  width: 126px;
  height: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #EAF1F6;
  color: #00BABA;
  font-size: 10px;
  font-family: "HelveticaNeue-Bold";
  margin-bottom: 30px;
}
.news-inside .news-inside-content {
  width: 100%;
  max-width: 848px;
}
.news-inside .news-inside-content h2 {
  font-size: 30px;
  margin-bottom: 30px;
  font-family: "HelveticaNeue-Bold";
}
.news-inside .news-inside-content p {
  font-size: 16px;
  line-height: 25px;
}
.page .news-inside-share {
  margin-top: 20px;
  padding: 30px 0 60px 0;
  border-top: 1px solid #D8D8D8;
}
.page .news-inside-share span {
  float: left;
  font-size: 14px;
}
.page .news-inside-share ul {
  float: left;
  padding-left: 15px;
  display: flex;
}
.page .news-inside-share ul li {
  display: inline-block;
  margin-right: 15px;
}
.page .news-inside-share ul li a i {
  color: #002930;
  font-size: 19px;
}
.page .news-inside-share ul li a:hover i {
  color: #00BABA;
}
.page .news-inside-share ul .print {
  margin-left: 20px;
}
.page .news-inside-share ul .print span {
  text-decoration: underline;
  color: #222325;
  margin-right: 10px;
}
.page .news-inside-share ul .print i {
  color: #00BABA;
  font-size: 30px;
  margin-top: -5px;
}

.inner-page {
  margin-top: 30px;
}
.inner-page .inner-page-breadcrumb {
  margin-top: 40px;
}
.inner-page .inner-page-content {
  margin-top: 30px;
  width: 100%;
  max-width: 960px;
}
.inner-page .inner-page-content h2 {
  font-size: 30px;
  margin-bottom: 20px;
}
.inner-page .inner-page-content h4 {
  font-size: 16px;
  color: #8f9091;
  line-height: 25px;
}
.inner-page .inner-page-content .structure-list {
  display: flex;
  margin-top: 60px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.inner-page .inner-page-content .structure-list .structure-list-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 48%;
  height: 100px;
  margin-bottom: 5%;
  padding-left: 30px;
}
.inner-page .inner-page-content .structure-list .structure-list-item span {
  color: #a5a5a5;
  font-size: 12px;
  font-family: "HelveticaNeue-Bold";
  margin-bottom: 15px;
  display: block;
}
.inner-page .inner-page-content .structure-list .structure-list-item p {
  font-size: 21px;
  font-family: "HelveticaNeue-Bold";
  margin-bottom: 5px;
}
.inner-page .inner-page-content .structure-list .structure-list-item .description {
  font-size: 14px;
  font-family: "HelveticaNeue";
}
.inner-page .inner-page-content .structure-list .structure-list-item:first-child {
  width: 100%;
}
.inner-page .inner-page-content .structure-list .structure-list-item:before {
  font-family: FontAwesome;
  content: "";
  position: absolute;
  float: left;
  color: #00BABA;
  font-size: 10px;
  margin-left: -30px;
}
.inner-page .inner-page-content .about-list {
  margin: 50px 0;
}
.inner-page .inner-page-content .about-list p {
  font-size: 14px;
  font-family: "HelveticaNeue-Bold";
  color: #222325;
  margin-bottom: 30px;
}
.inner-page .inner-page-content .about-list li {
  font-size: 14px;
  line-height: 25px;
  margin-bottom: 20px;
  background-image: url("../images/list-icon.png");
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 30px;
  list-style: none;
}

.custom-footer {
  background-color: #002930;
  padding: 30px 0;
}
.custom-footer .container {
  display: flex;
  justify-content: space-between;
}
.custom-footer .container .footer-logo img {
  max-width: 228px;
}
.custom-footer .container .footer-nav {
  margin-top: 20px;
}
.custom-footer .container .footer-nav li {
  display: inline-block;
}
.custom-footer .container .footer-nav li a {
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  font-family: "HelveticaNeue-Light";
  margin-left: 15px;
}

.custom-breadcrumb {
  width: 300px;
  height: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #EAF1F6;
  color: #00BABA;
  font-size: 16px;
  font-family: "HelveticaNeue-Bold";
  margin-bottom: 30px;
}

.read-more {
  font-size: 12px;
  font-family: "HelveticaNeue-Bold";
  color: #fff;
  width: 125px;
  height: 40px;
  background-color: #002930;
  text-decoration: none;
  justify-content: center;
  align-items: center;
}
.read-more i {
  margin-left: 5px;
}
.read-more:hover {
  text-decoration: none;
  color: #fff;
}

.bottom-news-section {
  margin: 30px 0;
}

.general-news-item .general-news-item-inside {
  height: 100%;
  background-size: cover;
  align-items: flex-end;
}
.general-news-item .general-news-item-inside .general-news-content {
  margin: 0 15px 20px 15px;
}
.general-news-item .general-news-item-inside .general-news-content a {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  line-height: 22px;
  font-family: "HelveticaNeue-Bold";
}
.general-news-item .general-news-item-inside .general-news-content span {
  font-size: 12px;
  font-family: "HelveticaNeue-Light";
  display: block;
  color: #fff;
  margin-top: 5px;
}

.item-small-height {
  height: 261px;
}

.item-big-height {
  height: 546px;
}

.slider-news {
  margin-top: 30px;
}
.slider-news .item-big-height .big-news-content {
  max-width: 590px;
  margin-left: 30px;
  margin-bottom: 30px;
}
.slider-news .item-big-height .big-news-content span {
  font-size: 12px;
  font-family: "HelveticaNeue-Light";
  display: block;
  color: #fff;
}
.slider-news .item-big-height .big-news-content a.slider-title {
  color: #fff;
  font-size: 25px;
  font-family: "HelveticaNeue-Bold";
  text-decoration: underline;
  line-height: 34px;
  margin: 10px 0;
  display: block;
}
.slider-news .item-big-height .big-news-content p {
  font-size: 14px;
  font-family: "HelveticaNeue-Light";
  color: #fff;
}
.slider-news .item-big-height .big-news-content .read-more {
  background-color: #fff !important;
  color: #222325 !important;
  margin-top: 30px;
}
.slider-news .second-item {
  margin-top: 23px;
}

.navbar-toggler {
  border-radius: 0;
  border-color: #00BABA !important;
}

.news-item {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}


.news-item-content .news-item-content-title {
  font-size: 20px;
  font-family: "HelveticaNeue-Bold";
  color: #222325;
  text-decoration: none;
}

.news-item-content p {
  color: #222325;
  font-size: 14px;
  font-family: "HelveticaNeue-Light";
  line-height: 25px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.news-item-content-bottom {
  display: flex;
  align-items: center;
}

.news-item-content-bottom .read-more {
  visibility: hidden;
}
 
.news-item-content-bottom span {
  margin-right: 20px;
  color: #a5a5a5;
  font-size: 14px;
  font-family: "HelveticaNeue-Light";
}

.news-item:hover .news-item-content-bottom .read-more {
  visibility: visible;
}

@media (max-width: 992px) {
  header .custom-navbar .active,
header .custom-navbar .nav-item:hover {
    border: 0;
  }

  header .custom-navbar .nav-item {
    padding: 0;
  }

  .navbar > .container, .navbar > .container-fluid {
    justify-content: flex-end !important;
  }

  .top-news .top-news-inside {
    flex-direction: column;
  }

  .slider-news .item-big-height {
    flex: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }

  .slider-news .item-big-height div {
    background-position: center;
  }

  .general-news-item .general-news-item-inside {
    background-position: center;
  }

  .slider-news .col-4 {
    flex: 100%;
    max-width: 100%;
  }

  .slider-news .col-4 .item-small-height {
    padding-left: 0;
    padding-right: 0;
  }

  header .header-top .logo {
    max-width: 200px;
  }

  .custom-footer .container {
    flex-direction: column;
  } 
  .navbar-nav .dropdown-menu {
    width: 100%;
  }
  .information-section .information-section-item-inside {
    height: 100%;
    border: 1px solid #E5EBEF;
    align-items: center;
    flex-direction: column;
  }
  .information-section .information-section-item-inside img {
    padding: 15px;
  }
  .navbar-dark .navbar-toggler {
    margin-top: -110px;
  }
  .slider-news .item-big-height .big-news-content {
    margin-left: 15px;
    margin-right: 15px;
  }
  .news-item {
    flex-direction: column;
  }
  .news-item-content p {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 700px) {
  header .header-top {
    display: block;
  }

  header .header-top .language-select .btn-secondary {
    margin-top: 20px;
  }
  .navbar-nav .dropdown-menu {
    min-width: 100%;
  }
  .inner-page .inner-page-content .structure-list .structure-list-item {
    width: 100%;
  }
  .slider-news .item-big-height div {
    background-position: center right;
}
}

/*# sourceMappingURL=style.css.map */


.inner-page-content h3{
    font-size: 20px;
}

#popupBox {
  border-radius: 10px;
  /*font-family: Calibri;*/
  padding: 5px 15px;
}
#popupBox h3 {
  color: #414141;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 20px;
}
#popupBox .errorbox {
  background: none repeat scroll 0 0 #f4dddd;
  border-radius: 5px;
  color: #d60000;
  font-size: 15px;
  padding: 10px 20px 13px;
}
#popupBox .errorbox p {
  line-height: 17px;
}
#popupBox form {
  padding-top: 30px;
}
#popupBox dl {
  position: relative;
  width: 100%;
}
#popupBox dt, #popupBox dd {
  margin-bottom: 8px;
  min-height: 35px;
  position: relative;
}
#popupBox dt {
  clear: left;
  color: #757474;
  float: left;
  font-size: 14px;
  text-align: right;
  width: 180px;
  font-weight: normal;
}
#popupBox dt label {
  display: block;
  padding: 3px 0 5px;
}
#popupBox dd {
  margin-left: 200px;
  overflow: auto;
}
#popupBox .inboxFrame {
  background: none repeat scroll 0 0 #fff;
  border-color: #e2e2e2;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  height: 36px;
  width: 320px;
}
#popupBox .inboxFrame span {
  background: none repeat scroll 0 0 #f6f6f6;
  float: left;
  /*font-family: Arial,Helvetica,sans-serif;*/
  font-size: 11px;
  font-weight: normal;
  padding: 10px 8px;
}
#popupBox .inboxFrame input[type="text"] {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: none repeat scroll 0 0 #fff;
  border-color: -moz-use-text-color -moz-use-text-color -moz-use-text-color #e9e9e9;
  border-image: none;
  border-radius: 0 3px 3px 0;
  border-style: none none none solid;
  border-width: medium medium medium 1px;
  float: left;
  padding: 6px 10px 7px;
  width: 245px;
}
#popupBox .inboxFrame input[type="text"]:focus {
  background: none repeat scroll 0 0 #f9fafd;
}
#popupBox dd .inbox {
  background: none repeat scroll 0 0 #fff;
  border-color: #e2e2e2;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  display: block;
  font-size: 15px;
  font-weight: bold;
  padding: 6px 10px 7px;
  width: 300px;
}
#popupBox dd .select {
  background: none repeat scroll 0 0 #fff;
  border-color: #e2e2e2;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  display: block;
  font-weight: bold;
  padding: 6px 2px 7px;
}
#popupBox dd .inbox:focus {
  background: none repeat scroll 0 0 #f9fafd;
  border-color: #2d7bb8;
}
#popupBox dd textarea.inbox {
  height: 120px;
  width: 400px;
}
#popupBox dd .submit {
  background: none repeat scroll 0 0 #1373cf;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  padding: 5px 0;
  text-align: center;
  width: 84px;
}
#popupBox dd .tooltip {
  background: none repeat scroll 0 0 #eee;
  border: 1px solid #d6d6d6;
  border-radius: 5px;
  color: #000;
  font-size: 13px;
  font-style: italic;
  left: 335px;
  line-height: 17px;
  padding: 10px;
  position: absolute;
  top: 17px;
  width: 196px;
  z-index: 5500;
}
#popupBox dd .tooltip span {
  text-decoration: underline;
}
#popupBox dd .tooltip img {
  height: 13px;
  left: -11px;
  position: absolute;
  top: 48%;
  width: 11px;
}
#popupBox .selectBox {
  height: 35px;
  position: relative;
  width: 300px;
}
#popupBox .mobileCarrierDiv .newListSelected {
  background: url("../images/select_gray_arrow.png") no-repeat scroll right top #f7f7f7;
  border: 1px solid #d6d6d6;
  border-radius: 3px;
  height: 35px;
  width: 300px;
}
#popupBox .mobileCarrierDiv ul.newList {
  border-radius: 3px;
  height: 120px;
  top: 38px !important;
  width: 100%;
}
#popupBox .mobileCarrierDiv .selectedTxt {
  height: 33px;
  padding: 6px 0;
}
#popupBox .mobileCarrierDiv ul.newList li {
  float: none;
}
#popupBox .mobileCarrierDiv ul.newList li a {
  padding: 2px 8px 4px;
}
#popupBox .ui-spinner {
  background: none repeat scroll 0 0 #f7f7f7;
  margin-right: 3px;
}
#popupBox .spinner {
  background: none repeat scroll 0 0 #f7f7f7;
  border-color: #d6d6d6;
  border-radius: 3px;
  /*font-family: Arial,Helvetica,sans-serif;*/
  font-size: 18px;
  margin: 0;
  padding: 5px 10px;
}
#popupBox #spinnerdate, #popupBox #spinnermonth {
  width: 84px;
}
#popupBox #spinneryear {
  width: 114px;
}
#popupBox .width84, #popupBox .width110 {
  float: left;
  height: 35px;
  margin-right: 8px;
  position: relative;
}
#popupBox .width84, #popupBox .width84 .mobileCarrierDiv .newListSelected {
  width: 84px;
}
#popupBox .width110, #popupBox .width110 .mobileCarrierDiv .newListSelected {
  width: 115px;
}