/*
Theme Name: DGETS
Version: 1.0
Theme URI: http://smartstudio.md
Description: Tema pentru ministere
Author: Smart Studio
Author URI: http://smartstudio.md
*/
@charset "utf-8";

@import "css/bootstrap.min.css";
@import "css/slick.css";
@import "css/slick-theme.css";
@import "css/font-awesome.min.css";
@import "css/animations.css";
@import "css/magnific-popup.css";

* {
  outline: none !important;
}
html,
body {
  font-family: 'Poppins', sans-serif;
  overflow-x: hidden;
  width: 100%;
  background: #f7f7f7;
}
a {
  color: inherit;
}
a:hover {
  text-decoration: none;
  color: #0087A9;
  /*text-decoration: underline;*/
}
ul {
  list-style: none;
  margin: 0;
  padding: 0
}
div, p {
  margin: 0;
}
h1, h2, h4 {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin: 0;
}
input {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
}
input:focus {
  box-shadow: 0 0 3px rgba(81, 203, 238, 1);
}
img {
  max-width: 100%;
}
.unset_position {
  position: unset;
}
.page_content {
  overflow: hidden;
}


.header_spacing {
  height: 170px;
  width: 100%;
}
.header {
  width: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  z-index: 99;
  box-shadow: 0px 1px 2px 0px rgba(0,0,0,.1);
  height: 170px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.header_top {
  width: 100%;
  background: #eee;
  padding: 10px 0;
  height: 80px;
  background: linear-gradient(90deg, rgba(238,238,238,1) 0%, rgba(250,250,250,1) 100%);
}
.header_logo {
  position: relative;
  display: flex;
  height: 100%;
  align-items: center;
  font-weight: 500;
  font-size: 1.4em;
  max-width: 1100px;
  margin: 0 auto;
 
  -webkit-transition: all .15s ease-in-out;
  -moz-transition: all .15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.header_logo:hover {
  opacity: 0.85;
}
.header_logo a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.header_logo_img img {
  max-width: 300px;
  max-height: 50px;
}
.header_logo_text {
  padding-left: 15px;
  color: rgb(14,36,57);
  line-height:1.2;
  font-weight: 600;
  font-size: 17px
}


.main_menu {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
}
.main_menu.default .menu-item-image {
  display: none;
}
.main_menu.default .menu-item-tagline {
  display: none;
}
.main_menu > ul > li {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 13px;
  position: relative;
}
.main_menu > ul > li > a {
  text-transform: uppercase;
  padding: 34px 0;
  color: rgb(14,36,57);
  font-weight: 500;
  font-size: 14px;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in;
}
.main_menu ul li:hover > a {
  color: #0087A9 !important;
}
.main_menu.default > ul > li ul {
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  z-index: 100;
  background: #fff;
}
.main_menu.default > ul > li > ul li a {
  display: block;
  cursor: pointer;
  color: #000;
  font-weight: 500;
  position: relative;
  text-overflow: ellipsis;
  width: 100%;
  text-overflow: unset;
  line-height: 1.4;
  white-space: unset;
  padding: 10px 15px;

  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.main_menu.default > ul > li > ul li a {
  align-items: center;
  justify-content: space-between;
}
.main_menu.default > ul > li > ul li:hover {
  background: #eee;
}
.main_menu.default > ul > li > ul li:hover a {
  background: none;
}
.main_menu.default > ul > li > ul > li .right_arrow {
  font-size: 14px;
}
.main_menu.default > ul > li:last-child > ul ul {
  left: unset !important;
  right: 100% !important;
}
.top-menu {
  background: #fff;
  display: flex !important;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
}
.menu_toggle {
  display: none;
  height: 21px;
  background: none;
  border: none;
}
.menu_toggle:focus {
  outline: thin dotted;
  outline-offset: -2px;
}
.icon_menu_toggle {
  display: inline-block;
  fill: #555;
  width: 1.9em;
  height: 1.9em;
  vertical-align: middle;
  position: relative;
  top: -0.0625em;
}
.icon_menu_toggle:hover {
  fill: #000;
}


.menu_buttons {
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
}
.search_btn {
  padding: 0;
  margin-left: 8px;
  cursor: pointer;
}
.search_btn g {
  -webkit-transition: all .15s ease-in-out;
  -moz-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}
.search_btn:hover g {
  fill: #000;
}
.search_btn.active g {
  fill: #000;
}
.menu_search_form {
  position: absolute;
  right: -20px;
  top: 100%;
  background: white;
  border: 1px solid #dfdede;
  border-radius: 2px;
  box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.2);
  z-index: 101;
  visibility: hidden;
  opacity: 0;

  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  -webkit-animation: search_pop 0.25s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
  animation: search_pop 0.25s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
}
.menu_search_form.open {
  visibility: visible;
  opacity: 1;
}
.menu_seach_form_arrow {
  width: 20px;
  height: 20px;
  position: absolute;
  top: -20px;
  right: 10px;
  margin-left: -10px;
  overflow: hidden;
}
.menu_seach_form_arrow span {
  height: 10px;
  width: 10px;
  position: absolute;
  left: 50%;
  margin-left: -5px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-width: 1px;
  border-style: solid;
  top: 15px;
  border-color: #e1e1e1;
  background: white;
}
.menu_search_form_content {
  display: flex;
  justify-content: center;
  margin: 16px;
  height: 40px;
  position: relative;
}
.menu_search_form_content input {
  padding: 9px 10px;
  border: 1px solid #e1e1e1;
  background-color: #f8f8f8;
  font-size: 14px;
  min-width: 260px;
}
.menu_search_form_content button {
  width: 40px;
  height: 100%;
  line-height: 40px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  margin: 0;
  min-width: 40px;
  background: #0087A9;
  border: none;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.menu_search_form_content button:hover {
  background: #dc3545;
}

.burger_menu_icon {
  width: 24px;
  height: 20px;
  position: relative;
  margin: 0px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}
.burger_menu_icon span {
  display: block;
  position: relative;
  height: 2px;
  width: 100%;
  border-radius: 1px;
  opacity: 1;
  left: 0;
  background: #666;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
/*.burger_menu_icon:hover span {*/
/*  background: #111;*/
/*}*/
.burger_menu_icon span:nth-child(1) {
  top: 1px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.burger_menu_icon span:nth-child(2) {
  top: 7px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.burger_menu_icon span:nth-child(3) {
  top: 13px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.burger_menu_icon.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0px;
  left: 8px;
}
.burger_menu_icon.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
.burger_menu_icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 13px;
  left: 8px;
}
.navbar-toggler {
  padding: 0;
}


/* mega menu begin */
.main_menu.mega > ul > li {
  position: unset;
}
.main_menu.mega > ul > li > ul {
  position: absolute;
  width: 100%;
  top: 90px;
  left: 0;
  right: 0;
  padding: 40px 50px;
  min-height: 500px;
  max-height: 900px;
  background: #00adec;
  display: block;
  overflow: hidden;

  visibility: hidden;
  opacity: 0;
  transition: opacity .3s ease-in-out, visibility .2s ease-in-out;
}
.main_menu.mega > ul > li > ul > li > ul {
  left: 25px;
}
.main_menu.mega .sub-menu .sub-menu {
  position: absolute;
  margin-top: 0;
  box-shadow: none;
  width: 100%;
  margin-left: calc(25% - 6.25px);;
  height: 100%;
  padding-top: 40px;
  background: linear-gradient(to left,transparent 0,rgba(0,0,0,.1) 100%)!important;
  top: 0;

  visibility: hidden;
  opacity: 0;
  transition: opacity .3s ease-in-out, visibility .2s ease-in-out;
}
.main_menu.mega .sub-menu li {
  border: none;
  background: none;
  width: calc(25% - 6.25px);;
  padding: 0;
}
.main_menu.mega .sub-menu li > a {
  display: block;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.25;
  color: #fff;
  width: 100%;
  padding: 8px 34px 7px;

  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.main_menu.mega .sub-menu li:hover > a {
  background: linear-gradient(to right,transparent 0,rgba(0,0,0,.1) 100%)!important;
}
.main_menu.mega .sub-menu li i {
  display: none;
}
.main_menu.mega .menu-item-image {
  display: block;
}
.main_menu.mega .sub-menu li > a .menu-item-tagline {
  opacity: .7;
  font-size: 12px;
  font-weight: 400!important;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.menu_section_back {
  position: absolute;
  top: 0;
  left: -100%;
  height: 100%;
  width: 60%;
  background: white;
  display: flex;
  align-items: center;
  padding: 0;
  padding-left: 30px;
  cursor: pointer;
  z-index: 99;
  opacity: 0;
  transition: all .2s ease-in-out;
}
.menu_section_back.active {
  opacity: 1;
  left: 0;
}
.menu_section_back img {
  max-height: 40px;
}
.menu_section_title {
  font-size: 18px;
  color: #666;
  padding-left: 5px;
}

.main_menu.mega li .menu-item-image {
  width: 90px;
  height: 90px;
  background-color: #fff;
  position: absolute;
  left: -40px;
  top: 25px;
  line-height: 90px;
  text-align: center;
  color: #777;
  font-size: 30px;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
}
.main_menu.mega li .menu-item-image img {
  width: 36px;
  height: auto;
  padding: 0;
}
.main_menu.mega > ul > li > ul > li > ul > li > a > .menu-item-image {
  left: calc(-25% - 58.5px);
}
.main_menu.mega > ul > li > ul > li > ul > li > ul > li > a > .menu-item-image {
  left: calc(-50% - 52px);
}
.main_menu.mega .sub-menu .sub-menu .sub-menu > li > a > .menu-item-image {
  left: calc(-50% - 52px);
}
.main_menu.mega .sub-menu .sub-menu .sub-menu .sub-menu > li > a > .menu-item-image {
  left: calc(-75% - 46px);
}
/* mega menu end */


.section {
  padding: 20px 0;
}
.section_heading {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  padding-bottom: 40px;
  color: rgb(14,36,57);
}


.home_banner {
  width: 100%;
  padding: 0 !important;
}
.home_banner_container {
  margin: 0 !important;
}
.banner_slide {
  background-position: center !important;
  background-size: cover !important;
}
.banner_slide > div {
  height: 100%;
}
.banner_content {
	height: 100%;
	min-height: 450px;
	color: #fff;
	position: relative
}
.banner_content a:hover {
  color: inherit;
}
.banner_content_title {
  font-weight: bold;
  margin: 0;
  font-size: 22px;
  line-height: 1.2em;
}
.banner_content_body {
  margin-top: 10px;
  margin-bottom: 30;
  font-size: 14px;
  padding-right: 10px;
  font-weight: 500;
	max-width: 800px
}
.banner_content .tap {
  width: 150px;
	display: none
}

.banner_entry {
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;
    background: rgba(0,0,0, .5);
    padding: 15px 30px;
    border-radius: 5px;
}
.tap {
  display: inline-block;
  text-transform: uppercase;
  background: #0087A9;
  border: none;
  color: #fff;
  font-weight: 600;
  min-width: 150px;
  max-width: 250px;
  line-height: 40px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  padding: 0 30px;
  font-size: 14px;
  border-radius: 3px;
  cursor: pointer;
  -webkit-transition: all .15s ease-in-out;
  -moz-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}
.tap:hover {
  color: #fff;
  background: #0087A9;
  opacity: .8;
}
.tap.cancel {
  background: #777;
}
.tap.cancel:hover {
  background: #666;
}

/*
.slick-dots {
  bottom: 20px;
}
.slick-dots li,
.slick-dots li button {
  width: 36px;
}
.slick-dots li button:before {
  -webkit-transition: all .15s ease-in-out;
  -moz-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}
.slick-dots li button:before {
  content: '';
  background: #fff;
  width: 36px;
  height: 3px;
  top: 8px;
}
*/

.section.resources {
  padding-top: 30px
}
.resources .post_card .post_title {
  font-size: 14px;
  max-height: 38px;
  overflow: hidden;
  margin-bottom: 10px;
}
.resources .post_card .post_img {
  height: 200px;
}
.resources .post_card .post_content {
  padding: 20px;
}
.resources .post_card .post_body {
  max-height: 66px;
  overflow: hidden;
}
.resources .post_bottom {
  padding: 0 20px;
}
.resources_heading {
  height: 30px;
  margin-bottom: 30px;
}
.resources_types {
  display: flex;
}
.resources_types li {
  margin-right: 24px;
  position: relative;
  cursor: pointer;
  color: #727171;
  font-size: 20px;
  font-weight: 600;
  max-width: max-content;
  border-bottom: 1px solid transparent;

  -webkit-transition: all .15s ease-in-out;
  -moz-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}
.resources_types li:hover {
  color: #444;
}
.resources_types li.active {
  color: #0087A9;
  border-bottom: 1px solid #0087A9;
}
.resources_more {
  text-align: center;
}
.resources_title {
  margin-bottom: 30px;
}
.resources_title.r_category {
  font-size: 24px;
  font-weight: 600;
}
.resources_title span {
  font-weight: 600;
}


.widget_categories  {
  margin-bottom: 16px;
}
.widget_categories label {
  display: none;
}
.widget .cat-item .children {
  padding-left: 8px;
}


.posts_categories > li {
  height: 0;
  visibility: hidden;
  opacity: 0;
  transform: scale(.9);
  transform-origin: top;

  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
}
.posts_categories > li.active {
  height: auto;
  transform: scale(1);
  visibility: visible;
  opacity: 1;
}


.post_card {
  margin-bottom: 30px;
  background: #fff;
}
.post_card .post_img {
  height: 270px;
  display: flex;
  justify-content: center;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  position: relative;

  -webkit-transition: all .15s ease-in-out;
  -moz-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}
.post_card .post_img:hover {
  opacity: 0.9;
}
.post_card .post_img > a {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.post_card .post_data {
  height: 230px;
  background: #fff;
  border: 1px solid #dfdede;
  position: relative;
}
.post_tag {
  margin-top: -14px;
  margin-left: 30px;
  position: absolute;
  background: #0087a9;
  color: #fff;
  padding: 4px 20px;
  border-radius: 20px;
  font-size: 13px;
}
.post_tag:hover {
  background: #017997;
  color: #fff;
}
.post_card .post_content {
  height: 170px;
  padding: 30px 20px 30px 30px;
  flex: auto;
  max-height: 100%;
  overflow: hidden;
}
.post_card .post_title {
  font-size: 19px;
  font-weight: 600;
  color: #10242b;

  -webkit-transition: all .15s ease-in-out;
  -moz-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}
.post_card .post_title:hover {
  color: #0087A9;
}
.post_card .post_body {
  margin-top: 4px;
  font-size: 14px;
  line-height: 1.5em;
  color: #5c666a;
}
.post_bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 58px;
  padding: 0 30px;
  border-top: 1px solid #dfdede;
  background: #fff;
}
.post_card .post_bottom {
  position: absolute;
  bottom: 0;
}
.post_date {
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  color: #444;
}
.post_more_btn {
  text-transform: uppercase;
  color: #0087A9;
  font-size: 14px;
  font-weight: 600;

  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.post_more_btn:hover {
  color: #444;
}
/* post card grid - 2 and 3 posts in a row*/
.posts_grid .post_card {
  height: auto;
}
.posts_grid .post_card .post_data {
  height: 200px;
}
.posts_grid .post_card .post_img {
  height: 180px;
}
.posts_grid .post_card .post_content {
  height: auto;
  padding: 20px;
  flex: auto;
  max-height: 100%;
  overflow: hidden;
}
.posts_grid .post_card .post_title {
  font-size: 14px;
}
.posts_grid .post_card .post_body {
  font-size: 13px;
}
.posts_grid .post_bottom {
  height: 50px;
  padding: 0 20px;
}
.posts_grid .post_bottom .post_more_btn,
.posts_grid .post_bottom .post_date {
  font-size: 13px;
}
/*Editor Styles*/
img.alignright {
  float: right;
}
img.alignleft {
  float: left;
  margin-right: 15px;
}
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.alignright {
  float: right;
  margin-left: 15px;
}
.alignleft {
  float: left;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/*default editor gallery*/
.gallery {
  margin: 0 -1.1666667% 1.75em;
}
.gallery-item {
  display: inline-block;
  max-width: 33.33%;
  padding: 0 1.1400652% 2.2801304%;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-1 .gallery-item {
  max-width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.gallery-icon img {
  margin: 0 auto;
}
.gallery-caption {
  color: #686868;
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  font-style: italic;
  line-height: 1.6153846154;
  padding-top: 0.5384615385em;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}


.navigation {
  width: 100%;
}
.navigation ul {
  display: flex;
  justify-content: center;
}
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
  color: #fff;
  text-decoration:none;
}

.navigation li {
  display: inline;
}

.navigation li a,
.navigation li.active a,
.navigation li.disabled {
  background-color: #fff;
  cursor: pointer;
  color: #222;
  border: 1px solid #aaa;
  height: 30px;
  width: 30px;
  border-radius: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 4px;
  font-size: 13px;
  transition: all .15s ease-in-out;
}
.navigation li.active a {
  background-color: #0087A9 !important;
  color: #fff;
  border-color: #fff;
  cursor: default;
}
.navigation li a:hover {
  background-color: rgba(0, 135, 169, .8);
  color: #fff;
  border-color: #fff;
}


.sidebar_home_container {
  margin-top: 60px;
}
.sidebar {
  padding: 24px;
  background: #fff;
  border: 1px solid #dfdede;
}
.sidebar .widget {
  margin-bottom: 24px;
}
.widget_search {
  margin-bottom: 0 !important;
}
.sidebar input,
.sidebar select {
  width: 100%;
  padding: 5px 10px;
  font-size: 12px;
  border: 1px solid #dfdede;
  color: #555;
  margin-bottom: 10px;
}
.sidebar input::placeholder,
.sidebar select::placeholder {
  color: #bebcbc;
}
.widget_search button {
  display: none;
}
.sidebar h3 {
  text-transform: uppercase;
  color: #0087A9;
  font-weight: 600;
  margin: 16px 0;
  font-size: 18px;
}
.sidebar .widget.widget_media_image {
    margin-bottom: 5px;
}
.sidebar .widget.widget_media_image img{
	max-height: 50px;
	width: auto;
}
/* calendar widget */
#wp-calendar {
  width: 100%;
}
#wp-calendar caption {
  text-align: right;
  color: #333;
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 15px;
}
#wp-calendar thead {
  font-size: 10px;
}
#wp-calendar thead th {
  padding-bottom: 10px;
  text-align: center;
}
#wp-calendar tbody {
  color: #aaa;
}
#wp-calendar tbody #today {
  background: #0087A9;
  color: white;
}
#wp-calendar tbody td {
  background: #f5f5f5;
  border: 1px solid #fff;
  text-align: center;
  padding:8px;
}
#wp-calendar tbody td:hover {
  background: #fff;
}
#wp-calendar tbody .pad {
  background: none;
}
#wp-calendar tfoot #next {
  font-size: 10px;
  text-transform: uppercase;
  text-align: right;
}
#wp-calendar tfoot #prev {
  font-size: 10px;
  text-transform: uppercase;
  padding-top: 10px;
}


.law {
  height: 48px;
  margin-bottom: 14px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.law_content {
  padding-left: 16px;
}
.law_img {
  min-width: 30px;
  padding-top: 3px;
}
.law_title {
  min-height: 22px;
  font-size: 13px;
  line-height: 1.3em;
  font-weight: 500;
  cursor: pointer;
  color: #10242b;

  -webkit-transition: all 0.05s ease-in-out;
  -moz-transition: all 0.05s ease-in-out;
  transition: all 0.05s ease-in-out;
}
.law_title:hover {
  color: #0087A9;
}
.law_link {
  font-size: 11px;
  font-weight: 500;
  color: #aba8a8;
  padding-top: 2px;
  cursor: pointer;
  max-width: 160px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;

  -webkit-transition: all 0.05s ease-in-out;
  -moz-transition: all 0.05s ease-in-out;
  transition: all 0.05s ease-in-out;
}
.law_link:hover {
  color: #0087A9;
  text-decoration: underline;
}
.sidebar li {
  font-size: 14px;
}
.sidebar a {
  /*color: #10242b;*/
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}


.fb_sociale_widget {
  margin-top: 30px;
}
.fb_sociale_widget_container {
  height: 500px;
  background: #fff;
  border: 1px solid #dfdede;
}


.numbers {
  display: flex;
  align-items: center;
  min-height: 560px;
  background: url("images/numbers-bg.png");
  background-size: cover;
  padding: 50px 0;
}
.numbers_box {
  padding: 0 20px;
}
.numbers_content {
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.75);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  -webkit-box-shadow: 0px 10px 15px rgba(0,0,0,0.05);
  -moz-box-shadow: 0px 10px 15px rgba(0,0,0,0.05);
  box-shadow: 0px 10px 15px rgba(0,0,0,0.05);
}
.numbers_title {
  text-transform: uppercase;
  color: #10242b;
  font-weight: 500;
  font-size: 24px;
}
.numbers_value {
  text-transform: uppercase;
  color: #0087A9;
  font-weight: 500;
  font-size: 24px;
  margin-top: 5px;
}

.fast_navigation {
  padding-bottom: 20px;
  /*background: url("images/fast_nav_bg.jpg");*/
  /*background-size: cover;*/
  /*background-position: center;*/
}
.fast_nav_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
  padding: 25px;
  border-radius: 6px;
  color: #777;
  -webkit-box-shadow: 0px 10px 15px rgba(0,0,0,0.06);
  -moz-box-shadow: 0px 10px 15px rgba(0,0,0,0.06);
  box-shadow: 0px 10px 15px rgba(0,0,0,0.06);
  margin-bottom: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.fast_nav_title {
  text-transform: uppercase;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.fast_nav_icon {
  text-align: center;
}
.fast_nav_item:hover {
  -webkit-box-shadow: 0px 15px 20px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 15px 20px rgba(0,0,0,0.1);
  box-shadow: 0px 15px 20px rgba(0,0,0,0.1);
}
.fast_nav_item:hover .fast_nav_title {
  color: #0087A9;
}
.fast_nav_title > h4 {
  height: 40px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4em;
  margin-top: 16px;
  overflow: hidden;
}
.fast_nav_item i {
  color: #0087A9
}
.fast_nav_icon img {
  max-width: 120px
}
.homebox-icon {
  font-size: 40px;
  height: 60px;
}


.partners {
  background-color: #fff;
  padding-top: 30px;
  padding: 0;
  box-shadow: rgba(0,0,0, .03) 0 0 20px
}
.partners_content {
  padding: 15px 0;
}
.partners .section_heading {
  text-transform: capitalize;
  padding-bottom: 0px;
}
.partners_list {
  background: #fff;
  padding: 0;
}
.partners_list .slick-prev,
.partners_list .slick-next {
  width: 20px;
  transition: all .15s ease-in-out;
  opacity: .6;
}
.partners_list .slick-prev:hover,
.partners_list .slick-next:hover {
  opacity: 1;
}
.partner_box {
  padding: 0 12px;
  height: auto!important;
}
.partner_logo {
  height: 40px;
  filter: grayscale(100%);
  transform: scale(1);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all .2s ease-in-out;
}
.partner_logo > a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.partner_logo:hover {
  opacity: .9;
  transform: scale(1.03);
  filter: grayscale(0%);
}
.partner_logo img {
  max-height: 100%;
  max-width: 100%;
}
.partners_list .slick-next:before,
.partners_list .slick-prev:before{
  content: none;
}
.partners_list .slick-prev,
.partners_list .slick-next {
  height: 90px;
}
.partners_list .slick-next img {
  transform: rotateZ(180deg);
}


.newsletter {
  padding: 100px 0;
}
.newsletter_wrapper {
  width: 100%;
  display: flex;
  background: white;
  padding: 40px 80px;
  -webkit-box-shadow: 0px 10px 15px rgba(0,0,0,0.06);
  -moz-box-shadow: 0px 10px 15px rgba(0,0,0,0.06);
  box-shadow: 0px 10px 15px rgba(0,0,0,0.06);
}
.newsletter_content {
  flex-grow: 1;
}
.newsletter_form {
  flex-grow: 1;
}
.newsletter_title {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 2rem;
  line-height: 2.4rem;
}
.newsletter_descr {
  color: #222;
  font-weight: 300;
}
.newsletter_form form {
  height: 100%;
}
.newsletter_form_container {
  display: flex;
  justify-content: flex-end;
  height: 100%;
  align-items: center;
  margin-bottom: 20px;
}
.newsletter_form_container input {
  width: 60%;
  height: 40px;
  background: #f5f5f5;
  border: 1px solid #aaa;
  padding: 0 10px;
  margin-right: 10px;
  font-size: 14px;
}
.newsletter_alert {
  display: none;
  font-size: 13px;
  color: #333;
  text-align: right;
}


.cform_wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  background: white;
  padding: 40px 50px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 10px 15px rgba(0,0,0,0.06);
  -moz-box-shadow: 0px 10px 15px rgba(0,0,0,0.06);
  box-shadow: 0px 10px 15px rgba(0,0,0,0.06);
}
.cform_content {
  margin-bottom: 20px;
}
.cform_form {
  flex-grow: 1;
}
.cform_title {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 2rem;
  line-height: 2.4rem;
}
.cform_descr {
  color: #222;
  font-weight: 300;
  margin-bottom: 20px;
}
.cform_form form {
  height: 100%;
}
.cform_form_container {
  display: flex;
  justify-content: flex-end;
  height: 100%;
  align-items: center;
  margin-bottom: 20px;
}
.cform_form input,
.cform_form textarea {
  width: 100%;
  height: 40px;
  background: #f5f5f5;
  border: 1px solid #aaa;
  padding: 6px 10px;
  margin-bottom: 10px;
  font-size: 14px;
}
.cform_form textarea {
  height: 80px;
}
.cform_row {
  display: flex;
  justify-content: space-between;
}
.cform_row input:first-child {
  margin-right: 10px;
}


/* Contact form right sidebar */
#contact_us_button{
	display: table;
	margin: 40px auto 0 auto;
}
#w_contact_form{
	display: none;
	padding: 0 30px;
	margin: 30px 0 0 0;
	box-shadow: none!important
}
#w_contact_form.active{
	display: block;
}
.cform_row input:first-child {
    margin-right: 0px;
}
#w_contact_form{
	width: 100%
}
.cform_row{
	flex-wrap: wrap
}
.cform_row p{
	width: 100%
}

.section.cform{
	display: none
}


#footer {
  background: url(http://smartgrup.md/wp-content/uploads/2020/06/plan.jpg) 100% 50% / cover no-repeat !important;
  background-size: cover;
  background-position: center;
  padding-top: 60px;
  padding-bottom: 20px;
  position: relative;
  z-index: 1;
}
#footer:before{
  content: '';
  display: block;
  position:absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width:100%;
  height: 100%;
  background: rgba(0,0,0, .5);
}
#footer > .container{
  position: relative;
  z-index: 3
}
.footer_col_title {
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  white-space: nowrap;
  margin-bottom: 20px;
}
.footer_col_content {
  color: #fff;
  font-size: 14px;
  line-height: 1.6;
  padding: 0 20px;
}
.footer_contacts {
  margin-top: 50px;
}
.footer_contacts span {
  color: #c5c5c5;
}
.footer_contacts p {
  margin-bottom: 10px;
}
.footer_contacts a:hover {
  color: #0087A9;
}
.footer_links ul > li {
  margin-bottom: 10px;
}
.footer_links ul > li a {
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.footer_links ul > li a:hover {
  color: #0087A9 !important;
}
.footer .widget {
  margin-bottom: 40px;
}
.footer input,
.footer textarea {
  background: rgba(239, 239, 249, 0.3);
  border: none;
  margin-bottom: 10px;
  padding: 0 16px;
  color: #fff;
  font-size: 11px;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all .15s ease-in-out;
}
.footer form input::placeholder,
.footer form textarea::placeholder{
  color: #fff;
}
/* Footer newsletter form */
.footer_newsletter_form,
.newsletter_form_container {
  display: block;
}
#footer_newsletter_form input[name="email"],
#footer_newsletter_form button{
  width: 100%;
}
.footer .tap{
  font-size: 12px
}
.footer .newsletter_alert{
  color: #fff;
  background: rgba(255,255,255, .2);
  border-radius: 5px;
  padding: 10px;
  font-size: 12px;
  line-height:1.4;
  text-align: center
}
.footer a:hover {
  color: #fff;
  text-decoration: underline;
}


.footer .contact_form form button {
  margin-top: 5px;
  font-size: 12px;
  width: 100%;
  height: 32px;
  line-height: 32px;
  background: #272a39;
}
.contact_form input,
.contact_form textarea {
  width: 100%;
}
.contact_form .alert {
  font-size: 12px;
  line-height: 1.2em;
  padding: 10px;
  width: 100%;
  margin-top: 0;
}
.contact_form .g-recaptcha {
  width: 100%;
}
.sidebar .contact_form {
  display: none;
  padding: 0 30px;
  margin: 30px 0 0 0;
  box-shadow: none!important;
}
.sidebar .widget_widget_contact_form .widget-title {
  display: none;
}
.sidebar .contact_form.active {
  display: block;
}
.sidebar .contact_form input, 
.sidebar .contact_form textarea {
    width: 100%;
    background: #f5f5f5;
    border: 1px solid #aaa;
    padding: 6px 10px;
    margin-bottom: 10px;
    font-size: 14px;
}
.sidebar .contact_form input {
    height: 40px;
}


.footer textarea {
  min-height: 60px;
  padding: 8px 16px;
}
.footer input {
  height: 32px;
}
.footer input:hover,
.footer textarea:hover,
.footer input:focus,
.footer textarea:focus {
  background: rgba(239, 239, 249, 0.45);
}
.footer input::placeholder,
.contact_form form textarea::placeholder {
  text-transform: uppercase;
  color: #e1dfdf;
}
.footer_bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid rgba(255, 255,255, .2);
  margin-top: 20px;
  padding: 20px 0;
  padding-bottom: 0;
}
.footer_copyright {
  color: #fff;
  font-size: 12px;
  padding-right: 15px;
}
.socials {
  display: flex;
}
.socials .social_icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  margin: 0 3px;
  color: #fff;
  font-size: 13px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all .2s ease-in-out;
}
.socials .social_icon:hover {
  opacity: 0.85;
}
.footer .socials .social_icon {
  background: rgba(255,255,255, .2);
  color: #fff;
}
.footer .socials .social_icon:hover {
  opacity: 1;
}
.fb,
.footer .fb:hover {
  background: #3b5998;
}
.twitter,
.footer .twitter:hover {
  background: #55acee;
}
.gplus,
.footer .gplus:hover {
  background: #dd4b39;
}
.odnoklassniki,
.footer .odnoklassniki:hover {
  background: #f99400;
}
.vk,
.footer .vk:hover {
  background: #4a76a8;
}
.instagram,
.footer .instagram:hover {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}
.youtube,
.footer .youtube:hover {
  background: #f00;
}


.contact_form .g-recaptcha {
  transform:scale(0.7);
  -webkit-transform:scale(0.7);
  transform-origin:0 0;
  -webkit-transform-origin:0 0;
}


.breadcrumbs {
  background: #0d233a;
  color: #fff;
}
.breadcrumbs_heading {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.02em;
}
.breadcrumbs_links {
  padding: 0;
  margin: 0;
  display: flex;
  flex-flow: wrap;
  font-size: 11px;
  text-transform: uppercase;
  color: #a5a2a2;
  white-space: nowrap;
}
.breadcrumbs_links > span {
  list-style: none;
  transition: all .15s linear;
  padding: 0 2px;
}
.breadcrumbs_links > span:hover {
  color: #eee;
}
.breadcrumbs_links > span:first-child {
  padding-left: 0;
}
.breadcrumbs_links > span:last-child {
  color: #fff;
  background: none;
  border: none;
  cursor: default !important;
}
.breadcrumb_delimiter {
  padding: 0 4px;
}

/* post page begin */
.post {
  background: #fff;
  border: 1px solid #dfdede;
}
.post .post_content {
  width: 100%;
  padding: 40px 30px 40px 30px;
}
.post .post_content .post_title {
  font-size: 24px;
  font-weight: 500;
  padding-bottom: 20px;
}
.post .post_content .post_image {
  max-height: 470px;
  overflow: hidden;
  margin-bottom: 20px;
}
.post .post_content .post_image img {
  width: 100%;
}
.post .post_content .post_body {
  font-size: 15px;
  font-weight: 400;
  color: #333;
  line-height: 1.6;
}
.post .post_content .post_body img {
  margin-bottom: 15px;
  max-width: 100%;
  height: auto;
}
.post .post_content .post_body_heading {
  color: #dc3545;
  margin-bottom: 20px;
  font-weight: 500;
}
.post .post_content .post_body p {
  margin-bottom: 15px;
  letter-spacing: 0.03em;
}
.post .post_content .post_body p:last-child {
  margin-bottom: 0;
}
.post .post_bottom .social_icon {
  width: 26px;
  height: 26px;
  font-size: 10px;
}
.post .post_content .post_body h1 {
  font-size: 30px;
}
.post .post_content .post_body h2 {
  font-size: 24px;
}
.post .post_content .post_body h3 {
  font-size: 20px;
}
.post .post_content .post_body h4 {
  font-size: 18px;
  padding-top: 16px;
}
.post .post_content .post_body h5 {
  font-size: 17px;
  padding-top: 16px;
}
.post .post_content .post_body h6 {
  font-size: 16px;
  padding-top: 16px;
}
.post .post_content .post_body h1,
.post .post_content .post_body h2,
.post .post_content .post_body h3,
.post .post_content .post_body h4,
.post .post_content .post_body h5,
.post .post_content .post_body h6 {
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 20px;
}
.post .post_content .post_body ul {
  list-style: unset;
  padding-left: 15px;
  margin-bottom: 10px;
}
.post .post_content .post_body ol {
  padding-left: 15px;
  margin-bottom: 10px;
}
.post .post_content .post_body li {
  margin-bottom: 15px;
}
.post .post_content .post_body q {
  padding-left: 20px;
  padding-bottom: 4px;
  display: block;
  font-weight: 500;
}
.post .post_content .post_body q ~ small {
  display: block;
  padding-left: 20px;
  margin-bottom: 10px;
  font-size: 1em;
  font-style: italic;
}
.post .post_content .post_body q ~ small:before {
  content: "~ ";
}
.post .post_content .post_body strong {
  color: #0087A9;
}
.post_body table tr{
	text-align: unset
}
.post_body table tr:first-child td strong{
	color: #fff!important
}


.post_body table {
  width: 100%;
}
.post_body table tr:first-child {
  background: #017795;
  height: 34px;
}
.post_body table tr:first-child td {
  color: #fff;
}
.post_body table tr {
  /* text-align: center; */
  font-size: 12px;
}
.post_body table td {
  border: 1px solid #017795;
  padding: 7px 14px;
  font-weight: 500;
  color: #212121;
}
.post_body table td a {
  color: #0087A9;
  transition: all .15s ease-in-out;
}
.post_body table td a:hover {
  text-decoration: underline;
  color: #bf050e;
}
.post_body table td img {
  max-width: 40px;
}
/* post page end*/

.sidebar .menu-item img,
.footer .menu-item img {
  display: none;
}
.sidebar .sub-menu,
.footer .sub-menu {
  padding-left: 8px;
}

/* scroll top button */
#scroll {
  position: fixed;
  right: 16px;
  bottom: 16px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: rgba(0, 0, 0, .5);
  text-indent: -9999px;
  display: none;
  -webkit-border-radius:60px;
  -moz-border-radius:60px;
  border-radius:60px;
  z-index: 9999;
  transition: all .2s ease-in-out;
}
#scroll span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -12px;
  height: 0;
  width: 0;
  border: 8px solid transparent;
  border-bottom-color: #ffffff;
}
#scroll:hover {
  background-color: #000;
}

/* visits widget */
.range_visits {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.range_visits_value {
  font-weight: 500;
}


.unsubscribe_page {
  background: #f7f7f7;
}
.unsubscribe_wrapper {
  width: 80%;
  background: #fff;
  display: block;
  margin: 0 auto;
  padding: 40px 60px;
  -webkit-box-shadow: 0px 10px 15px rgba(0,0,0,0.06);
  -moz-box-shadow: 0px 10px 15px rgba(0,0,0,0.06);
}
.unsubscribe_wrapper .tap {
  font-size: 13px !important;
  min-width: 120px;
}
.unsubscribe_page_title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}
.unsubscribe_message {
  margin-bottom: 20px;
}
.unsubscribe_wrapper .tap.confirm {
  margin-right: 10px;
}
.unsubscribe_home_url {
  text-decoration: underline;
}



@media (max-width: 1200px) {
  .resources_types li {
    font-size: 18px;
  }
  .post_card .post_content {
    padding-top: 30px;
  }
  .posts_grid .post_card .post_data {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .posts_grid .post_card .post_title {
    font-size: 14px;
  }
}
@media (max-width: 990px) {
  .noscroll {
    overflow: hidden;
  }


  .section {
    padding: 40px 0;
  }


  .search_btn {
    margin: 0 10px;
  }
  .search_btn svg {
    width: 26px;
    height: 26px;
  }
  .search_btn svg g {
    fill: #555;
  }
  .menu_toggle {
    display: block;
  }
  .top-menu {
    border-top: 1px solid #eaeaea;
    flex-direction: column;
    position: absolute;
    background: #fff;
    z-index: 99;
    width: 100%;
    top: 90px;
    left: 0;
    margin-left: -100vw;
    height: calc(100vh - 70px);
    overflow-y: scroll;
    overflow-x: hidden;

    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    transition: all .15s linear;
  }
  .top-menu.active {
    margin-left: 0;
  }
  .main_menu {
    justify-content: flex-end;
  }
  .main_menu > ul {
    overflow-y: auto;
    overflow-x: hidden;
  }
  .main_menu ul li {
    padding: 0;
    height: auto;
    display: block;
  }
  .main_menu.default > ul > li ul {
    position: relative;
    top: 0;
    height: 0;
    opacity: 0;
    overflow-x: hidden;
  }
  .main_menu.default > ul li.submenu_open > ul {
    height: auto;
    opacity: 1;
  }
  .main_menu > ul > li > a {
    padding: 0 20px;
    width: 100%;
    height: 60px;
  }
  .main_menu.mega > ul > li > a {
    display: flex;
    justify-content: space-between;
  }
  .main_menu.mega > ul > li > a .fa-caret-down {
    transform: rotate(-90deg);
    font-size: 20px;
  }
  .menu_section_back {
    height: 80px;
  }
  .main_menu.default > ul > li > ul > li a {
    padding: 0 36px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
  }
  .main_menu > ul ul ul > li > a {
    padding: 0 50px;
    line-height: 42px;
    height: 42px;
    font-weight: 400;
  }
  .main_menu li {
    height: 60px;
    line-height: 60px;
    padding: 0 30px;
    border-bottom: 1px solid #eee;
    font-size: 15px;
  }
  .menu_buttons {
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .top-menu {
    justify-content: flex-start;
    top: 80px
  }
  .main_menu.mega .sub-menu {
    padding: 0 !important;
    left: -100%;
    height: 100%;
    /*overflow: hidden;*/
    transition: all .2s ease-in-out !important;
  }
  .main_menu.mega .sub-menu li {
    width: 100%;
  }
  .main_menu.mega .sub-menu li > a {
    height: 60px;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    border-bottom: 1px solid #39bae9;
  }
  .main_menu.mega .sub-menu > li > .sub-menu {
    background: #00adec !important;
    width: 100%;
    height: auto;
    min-height: 100%;
  }
  .main_menu.mega .submenu_open > .sub-menu {
    visibility: visible;
    opacity: 1;
    left: 0;
    z-index: 100;
  }
  .main_menu.mega > ul > li > ul {
    top: 0;
  }
  .main_menu.mega .sub-menu .sub-menu {
    margin: 0;
  }


  .resources_heading {
    height: auto;
  }
  .resources_container {
    margin-top: 10px;
  }
  .resources_types {
    flex-direction: column;
  }
  .resources_types li {
    margin-bottom: 6px;
    font-size: 16px;
    margin-right: 0;
    max-width: unset;
    width: 100%;
    padding: 10px;
    background: #eee;
    border-bottom: 2px solid transparent;
  }
  .resources_types li.active {
    border-bottom: 2px solid #0087A9;
  }


  .numbers_box {
    padding: 0;
  }


  .fast_nav_title > h4 {
    font-size: 16px;
  }


  .post {
    margin-bottom: 40px;
  }


  .newsletter_wrapper {
    display: block;
    text-align: center;
    padding: 40px 30px;
  }
  .newsletter_content {
    margin-bottom: 20px;
  }
  .newsletter_form_container {
    justify-content: center;
  }
  .newsletter_alert {
    text-align: center;
  }


  .cform_wrapper {
    display: block;
    text-align: center;
    padding: 40px 30px;
  }
  .cform_content {
    margin-bottom: 20px;
  }
}
@media(min-width: 1024px){
  #header .header_wrapper > .row > .col-lg-3{
    flex: 0 0 30%;
    max-width: 30%;
  }
  #header .header_wrapper > .row > .col-lg-9{
    flex: 0 0 70%;
    max-width: 70%
  }
}
@media (min-width: 990px) and (max-width: 1200px) {
  .footer .g-recaptcha {
    transform:scale(0.6);
    -webkit-transform:scale(0.6);
    transform-origin:0 0;
    -webkit-transform-origin:0 0;
  }
}
@media (min-width: 990px) {
  .header_wrapper {
    position: relative;
    width: 100%;
  }
  .menu_section_back {
    display: none;
  }
  .main_menu.mega > ul > li > ul > li {
    width: calc(25% - 6.25px); !important;
  }
  .main_menu.mega > ul > li:hover > ul {
    visibility: visible;
    opacity: 1;
  }
  .main_menu.mega .sub-menu li:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
  }
  .main_menu.mega .sub-menu li > a:hover .menu-item-image {
    visibility: visible;
    opacity: 1;
    z-index: 2;
  }
  .main_menu.mega:hover > ul > li > ul > li:first-child > a .menu-item-image {
    transition: all .1s ease-in-out;
    visibility: visible;
    opacity: 1;
    z-index: 1;
  }
  .footer_links {
    padding: 0 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .main_menu > ul > li {
    font-weight: 500;
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  .customize-support .header {
    top: 32px;
  }
  .main_menu > ul > li {
    padding-right: 10px;
  }
  .main_menu.default ul li {
    position: relative;
  }
  .main_menu.default > ul > li > ul {
    width: 200px;
    left: -5px;
    top: 100%;
    border: 1px solid transparent;

    visibility: hidden;
    -webkit-transition: visibility 0.2s linear;
    -moz-transition: visibility 0.2s linear;
    transition: visibility 0.2s linear;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
  }
  .main_menu.default ul li ul li {
    height: auto;
    line-height: 40px;
  }
  .main_menu.default ul > li:hover > ul {
    border-color: #aaa;
    border-top: 0;
    border-bottom: 0;
    box-shadow: rgba(0,0,0, .1) 3px 3px 2px;
    visibility: visible;

    -webkit-animation-duration: .4s;
    animation-duration: .4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
  }
  .main_menu.default > ul > li > ul ul {
    position: absolute;
    top: 0;
    left: 100%;
    background: white;
    min-width: 190px;
    border: 1px solid transparent;
    visibility: hidden;

    -webkit-transition: visibility 0.2s linear;
    -moz-transition: visibility 0.2s linear;
    transition: visibility 0.2s linear;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
  }
  .main_menu.default > ul > li > ul li:hover > ul {
    border-color: #eee;
    box-shadow: rgba(0,0,0, .1) 3px 3px 2px;
    visibility: visible;

    -webkit-animation-duration: .4s;
    animation-duration: .4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
  }


  .resources .post_card .post_data {
    height: 200px;
  }
}
@media (max-width: 768px) {
  .customize-support .header {
    top: 46px;
  }
  .customize-support .header.scrolled {
    top: 0;
  }
  .main_menu ul li i {
    transform: rotate(-90deg);
    position: absolute;
    right: 20px;
    font-size: 20px;
    line-height: 60px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
  }
  /*level 2 submenu*/
  .main_menu.default li.submenu_open i {
    transform: rotate(0deg);
  }
  .main_menu.default > ul > li > ul {
    transform: scaleY(0);
    transform-origin: top;
    border-top: 1px solid #eee;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
  }
  .main_menu.default ul li > ul li i {
    line-height: 50px;
  }
  .main_menu.default > ul li.submenu_open > ul {
    transform: scaleY(1);
  }
  /*level 3+ submenu*/
  .main_menu.default > ul > li > ul ul {
    transform: scaleY(0);
    transform-origin: top;
    border-top: 1px solid #eee;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    border: 0;
  }
  .main_menu.default > ul > li > ul > li .right_arrow {
    position: absolute;
    top: 0;
    right: 16px;
  }
  .main_menu.default li.submenu_open > a >.right_arrow i {
    transform: rotate(90deg);
  }
  .menu_toggle {
    display: block;
  }


  .banner_content {
    min-height: 400px;
    text-align: center;
    align-items: center;
  }
  .banner_content_title {
    font-size: 24px;
    line-height: 26px;
    font-weight: 600;
  }


  .post_card {
    height: auto;
  }
  .post_card .post_content {
    height: auto;
    padding-top: 20px;
  }
  .post_card .post_title {
    font-size: 16px;
  }
  .posts_grid .post_card .post_data {
    height: 220px;
  }
  .posts_grid .post_card .post_img {
    height: 150px;
  }


  .resources .post_card .post_body {
    max-height: 90px;
  }


  .numbers_box {
    margin-bottom: 30px;
  }


  .fast_navigation {
    padding-bottom: 40px;
  }


  .partners {
    padding: 20px 0 !important;
  }



  .footer_col_title {
    margin-top: 30px;
  }
  .footer {
    padding: 40px 15px;
  }
  .contact_form form input,
  .contact_form form textarea {
    width: 100%;
  }
}
@media (min-width: 575px) and (max-width: 768px) {
  .contact_form .g-recaptcha {
    transform:scale(0.6);
    -webkit-transform:scale(0.6);
    transform-origin:0 0;
    -webkit-transform-origin:0 0;
  }
}
@media (max-width: 575px)  {
  .posts_grid .post_card .post_data,
  .resources .post_card .post_data {
    height: auto;
    padding-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .header {
    height: 150px;
  }
  .header_spacing {
    height: 150px;
  }
  .section {
    padding: 40px 0;
  }
  .menu_section_back {
    height: 70px;
  }
  .menu_section_title {
    font-size: 13px;
  }
  .burger_menu_icon.open span:nth-child(3) {
    top: 14px;
  }


  .menu_search_form {
    right: 24px;
  }
  .top-menu {
    top: 150px;
  }


  .section_heading {
    font-size: 24px;
  }


  .post_card .post_img {
    height: 160px;
  }
  .post_card .post_content {
    padding-bottom: 20px;
  }
  .post_card .post_title {
    font-size: 16px;
    line-height: 22px;
  }
  .post_card .post_body {
    font-size: 13px;
    line-height: 19px;
  }
  .post_bottom {
    height: 50px;
    padding: 15px 30px;
  }
  .post_date {
    font-size: 13px;
  }
  .post_more_btn {
    font-size: 13px;
  }
  .post .post_content {
    padding: 20px;
  }
  .post_tag {
    margin-left: 20px;
  }
  .post .post_content .post_title {
    padding-bottom: 15px;
  }
  .posts_grid .post_card .post_data {
    height: auto;
  }
  .breadcrumbs_heading {
    font-size: 26px;
  }


  .resources_types {
    font-size: 13px;
  }
  .header_logo_img {
    height: 56px;
  }
  .header_container > div {
    padding: 0;
  }


  .tap {
    font-size: 12px;
    width: 140px;
    height: 38px;
  }


  .sidebar_home_container {
    margin-top: 40px;
  }


  .numbers {
    padding-bottom: 10px;
    background-position: center;
    min-height: 360px;
  }
  .numbers_title {
    font-size: 18px;
  }
  .numbers_value {
    font-size: 16px;
    margin-top: 0;
  }

  .partners_list .slick-prev,
  .partners_list .slick-next {
    width: 30px;
  }


  .post_content.post_table .post_title {
    padding: 30px;
  }
  .post_content.post_table {
    padding: 0;
    min-height: auto;
  }
  .post_content.post_table .post_body {
    padding: 0;
  }
  .post_body table td img {
    max-width: 20px;
  }


  .fast_nav_item {
    padding: 16px;
  }
  .fast_nav_title > h4 {
    font-size: 14px;
    height: 40px;
    margin-top: 14px;
  }


  .partners_list {
    padding: 20px;
  }
  .partners_list .slick-prev {
    left: -12px;
  }
  .partners_list .slick-next {
    right: -12px;
  }


  .newsletter_form_container {
    flex-direction: column;
  }
  .newsletter_form_container input {
    height: 36px;
    width: 100%;
    margin-bottom: 20px;
  }
  .newsletter_form_container button {
    height: 36px;
    line-height: 36px;
  }


  .cform_form_container {
    flex-direction: column;
    justify-content: center;
  }
  .cform_form_container input {
    height: 36px;
    width: 100%;
    margin-bottom: 20px;
  }
  .cform_form_container button {
    height: 36px;
    line-height: 36px;
  }
  .cform_row {
    flex-direction: column;
  }


  .footer {
    padding: 20px 15px;
  }
  .contact_form form input,
  .contact_form form button{
    height: 36px;
  }
  .footer_bottom {
    flex-direction: column;
    align-items: flex-start;
  }
  .footer .socials {
    margin-top: 20px;
  }
}
@media (max-width: 360px) {
  .header_tagline {
    width: 150px;
  }

  .header_logo_text {
    padding-left: 10px;
  }

  .menu_search_form_content input {
    min-width: 240px;
  }

  .banner_content_title {
    font-size: 20px;
    line-height: 24px;
  }

  .banner_content_body {
    font-size: 14px;
    line-height: 20px;
  }

  .law_title {
    max-height: 34px;
    overflow: hidden;
  }

  .resources_types li {
    padding: 8px 10px;
    font-size: 14px;
  }
}