@charset "UTF-8";
/* ====== FONTS ====== */
/* Montserrat */
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.eot");
  src: url("../fonts/Montserrat-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Montserrat-Regular.woff2") format("woff2"),
    url("../fonts/Montserrat-Regular.woff") format("woff"),
    url("../fonts/Montserrat-Regular.ttf") format("truetype"),
    url("../fonts/Montserrat-Regular.svg#Montserrat-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Bold.eot");
  src: url("../fonts/Montserrat-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Montserrat-Bold.woff2") format("woff2"),
    url("../fonts/Montserrat-Bold.woff") format("woff"),
    url("../fonts/Montserrat-Bold.ttf") format("truetype"),
    url("../fonts/Montserrat-Bold.svg#Montserrat-Bold") format("svg");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Light.eot");
  src: url("../fonts/Montserrat-Light.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Montserrat-Light.woff2") format("woff2"),
    url("../fonts/Montserrat-Light.woff") format("woff"),
    url("../fonts/Montserrat-Light.ttf") format("truetype"),
    url("../fonts/Montserrat-Light.svg#Montserrat-Light") format("svg");
  font-weight: 100;
  font-style: normal;
}
/* ====== MIXINS ====== */
/* ====== / MIXINS ====== */
.text-lightblue {
  color: #8db9e0;
}

.text-blue {
  color: #014890;
}

.text-brown {
  color: #5d3e2a;
}

.bg-white {
  background: #ffffff;
}

header {
  position: relative;
}
header a {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
header .bootstrap-select {
  font-size: 12px;
}
header .bootstrap-select:focus,
header .bootstrap-select:active,
header .bootstrap-select:hover {
  outline: none !important;
  color: #8db9e0;
  box-shadow: none;
}
header .bootstrap-select > .btn {
  height: 36px;
  background: transparent;
  color: #ffffff;
  padding: 6px 10px;
  margin: 0;
  border: none;
  cursor: pointer;
}
header .bootstrap-select > .btn:focus,
header .bootstrap-select > .btn:active,
header .bootstrap-select > .btn:hover {
  outline: none !important;
  color: #8db9e0;
  box-shadow: none;
}
header .bootstrap-select > .btn:before {
  right: 0;
  border-color: #ffffff;
}
header .bootstrap-select > .btn .filter-option {
  text-align: right !important;
  text-transform: uppercase;
  width: 25px !important;
  font-size: 15px;
}
header .bootstrap-select .dropdown-menu {
  margin: 0;
  border-radius: 0;
  background: #8db9e0;
  color: #014890;
  padding: 0;
}
header .bootstrap-select .dropdown-menu li {
  border-bottom: 1px solid #ffffff;
}
header .bootstrap-select .dropdown-menu li:last-child {
  border-bottom: none;
}
header .bootstrap-select .dropdown-menu li > a {
  display: block;
  width: 100%;
  color: #014890;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  padding: 2px 0;
}
header .bootstrap-select .dropdown-menu li > a:hover,
header .bootstrap-select .dropdown-menu li > a:active,
header .bootstrap-select .dropdown-menu li > a:focus {
  background: #014890;
  color: #ffffff;
  outline: none;
  text-decoration: none;
}
header .bootstrap-select .dropdown-menu.show .dropdown-menu.inner {
  display: block;
}
header .bootstrap-select .dropdown-toggle::before {
  background: transparent;
  border-left: none;
  border-right: 1px solid #ffffff;
  border-radius: 0;
  top: 20%;
  right: 0;
  height: 60%;
}
header .bootstrap-select .dropdown-toggle::after {
  vertical-align: 0.4em;
  position: relative;
  top: 0;
  left: 0;
}

.do-header-top {
  display: table;
  width: 100%;
  height: 35px;
  background: #014890;
}

.do-contact {
  display: block;
  float: left;
  height: 36px;
  width: 50px;
  background: #8db9e0;
  color: #014890;
  text-align: center;
  padding: 6px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.do-contact:hover {
  background: #014890;
  color: #ffffff;
}
.do-contact:hover img {
  filter: brightness(6);
}
.do-contact img {
  height: 22px;
}

.do-contact-popup {
  position: absolute;
  top: 0;
  left: -360px;
  width: auto;
  background: #014890f0;
  z-index: 99;
  width: 100%;
  max-width: 300px;
  padding: 15px;
  color: #ffffff;
  text-align: left;
  font-size: 12px;
  -webkit-transition: all 0.6s cubic-bezier(0.7, 0.01, 0.3, 1);
  -moz-transition: all 0.6s cubic-bezier(0.7, 0.01, 0.3, 1);
  -o-transition: all 0.6s cubic-bezier(0.7, 0.01, 0.3, 1);
  transition: all 0.6s cubic-bezier(0.7, 0.01, 0.3, 1);
  /* .list-item{
  	margin-left: 25px;
    margin-top: -20px;
    padding-bottom: 0px;
    } */
}
.do-contact-popup .fa-flip-horizontal {
  transform: rotate(110deg);
  display: inline-block;
}
.do-contact-popup .list {
  margin-left: 25px;
  margin-top: -28px;
  padding-bottom: 9px;
}
.do-contact-popup h4 {
  font-size: 16px;
  font-weight: bold;
  margin: 5px 0 3px 0;
  margin-bottom: -2px;
}
.do-contact-popup h1 {
  font-size: 22px;
  font-weight: bold;
}
.do-contact-popup hr {
  border-top: 2px solid #ffffff;
}
.do-contact-popup span {
  display: block;
  padding: 2px 0;
}
.do-contact-popup a {
  color: #ffffff;
  font-weight: bold;
  font-size: 15px;
}
.do-contact-popup a:hover,
.do-contact-popup a:active {
  color: #cacaca;
  text-decoration: none;
}
.do-contact-popup.open {
  left: 0;
}

.do-lang-menu {
  display: block;
  float: left;
  height: 36px;
}

.do-top-menu {
  position: absolute;
  top: 0;
  left: 60px;
  color: #fff;
}
.do-top-menu ul li {
  padding: 6px 10px;
}
.do-top-menu ul a {
  color: #ffffff;
  font-size: 12px;
  text-transform: uppercase;
}
.do-top-menu ul a:active,
.do-top-menu ul a:hover {
  text-decoration: none;
  color: #8db9e0;
}

.do-user-menu {
  float: right;
  height: 36px;
  background: #8db9e0;
  color: #014890;
  font-weight: bold;
  padding: 0;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.do-user-menu:hover {
  background: #014890;
  color: #ffffff;
}
.do-user-menu:hover .do-avatar img {
  filter: brightness(6);
}
.do-user-menu .do-avatar {
  float: left;
  padding: 6px 5px 0px 10px;
}
.do-user-menu .do-avatar img {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.do-user-menu .do-login-btn {
  display: inline-block;
  text-decoration: none;
  padding: 10px 15px 4px 2px;
  font-size: 14px;
}
.do-user-menu a {
  color: #3a5d9d;
  text-decoration: none;
}

.do-social-menu {
  float: right;
}
.do-social-menu ul {
  font-size: 20px;
  padding: 0 10px;
}
.do-social-menu ul li {
  padding: 6px 8px;
}
.do-social-menu ul a {
  color: #ffffff;
}
.do-social-menu ul a:hover {
  color: #8db9e0;
}

.do-header-bottom {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  justify-content: space-between;
  -ms-justify-content: space-between;
  align-content: center;
  align-items: center;
  -ms-flex-align: center;
  flex-direction: row;
  -ms-flex-direction: row;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  background: #ffffff;
  height: 130px;
  padding: 30px 15px;
  background: white;
  border: 1px solid #eeeeee;
  border-width: 0px 1px;
}
.do-header-bottom .do-logo {
  float: left;
}
.do-header-bottom .do-logo img {
  height: 90px;
}

.do-main-menu {
  font-size: 14px;
  font-family: "Montserrat" !important;
  font-weight: bold;
}
.do-main-menu ul {
  display: table;
  max-width: 100%;
  margin: 0 auto;
}
.do-main-menu ul li {
  position: relative;
  display: inline-block;
  margin-left: -1px;
  padding: 0;
  text-align: center;
  min-width: 120px;
}
.do-main-menu ul li::after {
  content: "";
  position: absolute;
  right: 0;
  top: 5%;
  height: 90%;
  width: 1px;
  background: #014890;
}
.do-main-menu ul li:last-child::after {
  content: none;
}
.do-main-menu ul li.active a {
  text-decoration: none;
  background: #014890;
  color: #ffffff;
}
.do-main-menu ul li.active a img {
  filter: brightness(6);
}
.do-main-menu ul span {
  display: block;
}
.do-main-menu ul img {
  margin-bottom: 3px;
  height: 40px;
  width: 40px;
}
.do-main-menu ul a {
  display: block;
  color: #3a5d9d;
  text-transform: uppercase;
  padding: 15px;
}
.do-main-menu ul a:hover,
.do-main-menu ul a:active {
  text-decoration: none;
  background: #014890;
  color: #ffffff;
}
.do-main-menu ul a:hover .text-brown,
.do-main-menu ul a:active .text-brown {
  color: #ffffff;
}
.do-main-menu ul a:hover img,
.do-main-menu ul a:active img {
  filter: brightness(6);
}
.do-main-menu .do-secondary {
  display: none;
}

#menuTrigger {
  position: relative;
  display: none;
  float: right;
  color: #014890;
  top: 10px;
  right: 0px;
  font-size: 30px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#menuTrigger:hover,
#menuTrigger:active {
  color: #ffffff;
}

#submenuTrigger {
  position: relative;
  display: none;
  height: 36px;
  float: left;
  padding: 4px 15px;
  color: white;
  font-size: 23px;
  background: #8db9e0;
  color: #014890;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin-right: 1px;
  z-index: 9;
}
#submenuTrigger:hover {
  background: #014890;
  color: #ffffff;
}

#menuClose {
  position: absolute;
  top: 0;
  right: 0;
  color: white;
  display: none;
  width: 40px;
  height: 40px;
  font-size: 30px;
  padding: 5px;
  opacity: 0;
  cursor: pointer;
  z-index: 11;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#menuClose:hover,
#menuClose:active {
  color: #cacaca;
}

#contactClose {
  position: absolute;
  top: 0;
  right: 0;
  color: white;
  width: 30px;
  height: 30px;
  font-size: 20px;
  padding: 5px;
  cursor: pointer;
  z-index: 11;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#contactClose:hover,
#contactClose:active {
  color: #cacaca;
}

@media all and (max-width: 1400px) {
  .do-main-menu {
    font-size: 12px;
  }
  .do-main-menu ul a {
    padding: 8px;
  }
  .do-main-menu ul img {
    max-height: 25px;
  }

  .do-header-bottom .do-logo img {
    height: 50px;
  }

  .do-top-menu ul a {
    font-size: 11px;
  }
}
@media all and (max-width: 1180px) {
  .do-header-top,
  .do-contact,
  .do-lang-menu,
  .do-social-menu {
    position: relative;
    z-index: 9;
  }

  .do-user-menu .do-login-btn {
    display: none;
  }
  .do-user-menu .do-avatar {
    padding: 5px 10px;
  }

  .do-menu-drawer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    margin-top: 0;
    padding-top: 0px;
    background: none;
    z-index: 10;
    overflow: hidden;
    overflow-y: auto;
    backface-visibility: hidden;
    -webkit-transition: all 0.4s cubic-bezier(0.7, 0.01, 0.3, 1);
    -moz-transition: all 0.4s cubic-bezier(0.7, 0.01, 0.3, 1);
    -o-transition: all 0.4s cubic-bezier(0.7, 0.01, 0.3, 1);
    transition: all 0.4s cubic-bezier(0.7, 0.01, 0.3, 1);
  }
  .do-menu-drawer .do-menu-wrap {
    z-index: -1;
    position: absolute;
    top: 0px;
    width: 100%;
    min-height: 100%;
    background: none;
    display: block;
    -webkit-transition: background-color 0.6s cubic-bezier(0.7, 0.01, 0.3, 1);
    -moz-transition: background-color 0.6s cubic-bezier(0.7, 0.01, 0.3, 1);
    -o-transition: background-color 0.6s cubic-bezier(0.7, 0.01, 0.3, 1);
    transition: background-color 0.6s cubic-bezier(0.7, 0.01, 0.3, 1);
    color: #fff;
    font-size: 58px;
    padding-top: 40px;
  }
  .do-menu-drawer .do-menu-box {
    z-index: 9;
    visibility: hidden;
    top: -10%;
    width: 100%;
    padding: 0;
    opacity: 0;
    display: block;
    text-align: center;
    margin: 0px auto 40px auto;
    transform: perspective(600px) rotateX(10deg);
    -moz-transform: perspective(600px) rotateX(10deg);
    -webkit-transform: perspective(600px) rotateX(10deg);
    -webkit-transition: all 0.5s cubic-bezier(0.7, 0, 0.36, 0.63);
    -moz-transition: all 0.5s cubic-bezier(0.7, 0, 0.36, 0.63);
    -o-transition: all 0.5s cubic-bezier(0.7, 0, 0.36, 0.63);
    transition: all 0.5s cubic-bezier(0.7, 0, 0.36, 0.63);
  }
  .do-menu-drawer ul {
    display: block;
    width: 100%;
  }
  .do-menu-drawer ul li {
    display: block;
    padding: 10px 15px;
    text-align: center;
  }
  .do-menu-drawer ul a {
    display: block;
    color: #ffffff;
    font-size: 23px;
  }
  .do-menu-drawer ul a:hover,
  .do-menu-drawer ul a:active {
    color: #cacaca;
  }
  .do-menu-drawer.open {
    transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
    min-height: 100%;
  }
  .do-menu-drawer.open #submenuClose,
  .do-menu-drawer.open #menuClose {
    display: block;
    opacity: 1;
  }
  .do-menu-drawer.open .do-menu-wrap {
    background: rgba(54, 95, 160, 0.9);
    z-index: 10;
  }
  .do-menu-drawer.open .do-menu-box {
    top: 0;
    visibility: visible;
    opacity: 1;
    margin-top: 0;
    transform: perspective(600px) rotateX(0deg);
    -moz-transform: perspective(600px) rotateX(0deg);
    -webkit-transform: perspective(600px) rotateX(0deg);
  }

  .do-main-menu {
    overflow: auto;
    font-family: "Montserrat" !important;
  }
  .do-main-menu .do-menu-wrap {
    padding: 150px 30px 30px 30px;
    overflow: auto;
  }
  .do-main-menu ul {
    padding: 0;
    margin: 0;
    -webkit-transition: all 0.6s cubic-bezier(0.7, 0.01, 0.3, 1);
    -moz-transition: all 0.6s cubic-bezier(0.7, 0.01, 0.3, 1);
    -o-transition: all 0.6s cubic-bezier(0.7, 0.01, 0.3, 1);
    transition: all 0.6s cubic-bezier(0.7, 0.01, 0.3, 1);
  }
  .do-main-menu ul ul {
    max-height: 0;
    overflow: hidden;
  }
  .do-main-menu ul ul.show {
    max-height: none;
  }
  .do-main-menu ul li {
    padding: 0;
  }
  .do-main-menu ul li.parent > a::after {
    content: "\f0dd";
    position: relative;
    display: inline-block;
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    padding: 0 10px;
    top: -5px;
    font-size: inherit;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .do-main-menu ul li.parent > a.expand::after {
    transform: translate(0, 12px) rotate(180deg);
    -moz-transform: translate(0, 12px) rotate(180deg);
    -webkit-transform: translate(0, 12px) rotate(180deg);
  }
  .do-main-menu ul a {
    font-size: 26px;
    padding: 10px 15px;
    font-weight: 100;
    text-transform: none;
    border-bottom: 1px solid #cacaca;
  }
  .do-main-menu ul a img {
    display: none;
  }
  .do-main-menu ul a span {
    display: inline-block;
  }
  .do-main-menu ul a:hover {
    color: #014890;
    background: #8db9e0;
  }
  .do-main-menu .do-secondary {
    display: block;
    overflow: hidden;
  }
  .do-main-menu .do-secondary a {
    font-size: 22px;
    font-weight: bold;
  }
  .do-main-menu .do-secondary ul a {
    font-size: 20px;
    font-weight: 100;
  }

  .do-top-menu {
    position: relative;
    display: block;
    left: 0;
    border-bottom: 1px solid #ededed;
    padding-bottom: 20px;
  }
  .do-top-menu ul.nav {
    display: block;
    width: 100%;
  }
  .do-top-menu ul.nav li {
    display: block;
    padding: 5px 15px;
  }
  .do-top-menu ul.nav a {
    font-size: 24px;
    text-transform: none;
    font-weight: 100;
  }

  .do-header-bottom .do-logo img {
    height: 54px;
  }

  #submenuTrigger,
  #menuTrigger {
    display: block;
  }
}
@media all and (max-width: 560px) {
  #menuTrigger {
    top: 0;
  }

  .do-header-bottom {
    padding: 15px;
    height: 90px;
  }
  .do-header-bottom .do-logo {
    width: 360px;
  }
  .do-header-bottom .do-logo img {
    height: auto;
    width: 100%;
  }

  .do-social-menu ul {
    font-size: 16px;
  }
  .do-social-menu ul li {
    padding: 8px 6px;
  }
}
@media all and (max-width: 460px) {
  .do-header-bottom .do-logo {
    max-width: 360px;
    width: 85%;
  }
}
footer {
  background: #014890;
  color: #ffffff;
  margin-top: 50px;
  font-weight: 100;
}

.do-footer-top {
  padding: 20px 15px;
}
.do-footer-top img {
  margin: 40px auto;
  padding: 0 10px 10px 10px;
  max-width: 160px;
}
.do-footer-top .do-footer-wrap {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  justify-content: center;
  -ms-justify-content: center;
  align-content: center;
  align-items: flex-start;
  -ms-flex-align: flex-start;
  flex-direction: row;
  -ms-flex-direction: row;
  flex-wrap: no-wrap;
  -ms-flex-wrap: no-wrap;
}
.do-footer-top .do-footer-menu {
  margin: 0 auto;
}
.do-footer-top .do-footer-menu {
  font-size: 14px;
  padding: 0 20px;
}
.do-footer-top .do-footer-menu .do-menu-block {
  margin-bottom: 20px;
}
.do-footer-top .do-footer-menu h4 {
  font-size: 16px;
  font-weight: bold;
}
.do-footer-top .do-footer-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.do-footer-top .do-footer-menu li {
  padding: 3px 0;
}
.do-footer-top .do-footer-menu a {
  color: #ffffff;
}

.do-footer-bottom {
  background: #8db9e0;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  justify-content: center;
  -ms-justify-content: center;
  align-content: center;
  align-items: center;
  -ms-flex-align: center;
  flex-direction: row;
  -ms-flex-direction: row;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.do-footer-bottom a {
  display: block;
  padding: 20px;
}

@media all and (max-width: 990px) {
  footer {
    margin-top: 20px;
  }
}
@media all and (max-width: 460px) {
  .do-footer-top img {
    margin: 0 auto;
    padding: 0 5px 20px 15px;
    width: 135px;
  }
}
@media all and (min-width: 992px) {
  .do-menu-block {
    width: 100%;
  }
}
.do-banner-wrap {
  position: relative;
  color: #ffffff;
  height: 35vw;
  max-height: 400px;
  background-position: top !important;
  background-size: cover !important;
}
.do-banner-wrap a {
  color: #ffffff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.do-banner-wrap a:hover {
  text-decoration: none;
  color: #014890;
}
.do-banner-wrap img {
  position: relative;
  width: 100%;
}
.do-banner-wrap .blur-image {
  background-size: cover !important;
  overflow: hidden;
  /*   	@include vendor-prefix('filter', 'blur(10px)'); */
  width: 100%;
  height: 100%;
  display: none;
}
.do-banner-wrap .inline-content {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.do-banner-wrap .inline-content iframe {
  transform: translateX(-50%);
  left: 50%;
}
.do-banner-wrap i.fa-play-circle {
  font-family: "Font Awesome 5 Free";
  font-size: 6rem;
  position: absolute;
  top: 50%;
  color: #fff;
  transform: translate(-50%, -50%);
  left: 50%;
}
.do-banner-wrap i.fa-play-circle.play:hover {
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 50px;
}
.do-banner-wrap .do-caption-wrap {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 50%;
  transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
}
.do-banner-wrap .do-banner-caption {
  position: absolute;
  font-size: 24px;
  text-shadow: 1px 1px #59595a;
  font-weight: 600;
}
.do-banner-wrap .do-banner-caption.dark {
  color: #59595a;
}
.do-banner-wrap .do-banner-caption.top {
  top: 40px;
}
.do-banner-wrap .do-banner-caption.bottom {
  bottom: 40px;
}
.do-banner-wrap .do-banner-caption.left {
  left: 0px;
  text-align: left;
}
.do-banner-wrap .do-banner-caption.right {
  right: 0px;
  text-align: right;
}
.do-banner-wrap .do-banner-caption h3 {
  margin: 0;
  font-size: 40px;
  font-weight: bold;
}

@media all and (max-width: 990px) {
  .do-banner-wrap .do-banner-caption {
    font-size: 18px;
    padding: 0 15px;
  }
  .do-banner-wrap .do-banner-caption h3 {
    font-size: 28px;
  }
  .do-banner-wrap .do-banner-caption.bottom {
    bottom: 10px;
  }
  .do-banner-wrap .do-banner-caption.right {
    right: 10px;
  }
  .do-banner-wrap .do-banner-caption.left {
    left: 10px;
  }
}
@media all and (max-width: 500px) {
  .do-banner-wrap .do-banner-caption {
    font-size: 18px;
    padding: 0 15px;
  }
  .do-banner-wrap .do-banner-caption h3 {
    font-size: 20px;
  }
}
@media all and (max-width: 400px) {
  .do-banner-wrap .do-banner-caption {
    font-size: 16px;
    padding: 0 10px;
  }
  .do-banner-wrap .do-banner-caption h3 {
    font-size: 18px;
  }
}
.do-filter-panel {
  position: relative;
  background: #014890;
  padding: 5px 0 5px 0;
  font-size: 16px;
  font-weight: normal;
  color: #ffffff;
}
.do-filter-panel.right {
  padding: 0;
}
.do-filter-panel.right > .container {
  padding: 0;
}
.do-filter-panel.right .form-group {
  max-width: 100%;
  padding: 15px;
  margin: 0;
}
.do-filter-panel.right .form-group:after {
  content: "";
  display: block;
  width: 100%;
  border-bottom: 1px solid #fff;
  margin-top: 15px;
  margin-bottom: -15px;
}
.do-filter-panel.light {
  background: #8db9e0;
}
.do-filter-panel.light .form-group {
  background: #014890;
}
.do-filter-panel.plain {
  background: transparent;
  color: #014890;
}
.do-filter-panel .form-group {
  max-width: 340px;
  margin: 10px auto 10px auto;
}
.do-filter-panel .form-group.full {
  max-width: 100%;
}
.do-filter-panel .form-group label {
  display: table;
  width: 100%;
  margin: 2px 0px 10px;
  font-weight: lighter;
}
.do-filter-panel .form-group span[data-toggle="tooltip"] {
  float: right;
  margin: 3px 5px 3px 5px;
  font-size: 18px;
  cursor: pointer;
}
.do-filter-panel .form-group .input-group input {
  border-right-color: #014890;
}
.do-filter-panel .form-group .input-group input:focus,
.do-filter-panel .form-group .input-group input:active {
  outline: none;
}
.do-filter-panel .form-group .input-group-addon {
  padding: 0;
}
.do-filter-panel .form-group .input-group-addon button {
  display: block;
  width: 100%;
  height: 100%;
  box-shadow: none;
  outline: none;
  border: 0;
  color: #014890;
  cursor: pointer;
  border-radius: 0 12px 12px 0;
  padding: 0 15px;
  background: #ffffff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid #59595a;
}
.do-filter-panel .form-group .input-group-addon button.lightblue {
  background: #ffffff;
}
.do-filter-panel .form-group .input-group-addon button.lightgreen {
  background: #ffffff;
}
.do-filter-panel .form-group .dropdown {
  width: 100%;
  background: #fff;
  border-radius: 12px;
}
.do-filter-panel .form-group .dropdown button {
  width: 100%;
  font-weight: 100;
  height: 38px;
  text-align: left;
  padding-right: 55px;
  background: #fff;
  color: #014890;
  font-size: 0.93rem;
}
.do-filter-panel .form-group .dropdown button::after {
  position: absolute;
  top: 18px;
  right: 17px;
  font-size: 20px;
  margin-right: 0;
}
.do-filter-panel .form-group .dropdown button::before {
  content: "";
  position: absolute;
  top: 0px;
  right: -1px;
  height: 100%;
  width: 49px;
  border-left: 2px solid #014890;
  border-left-color: #014890;
  background: #ffffff;
  border-radius: 0 12px 12px 0;
}
.do-filter-panel .form-group .dropdown .dropdown-menu {
  width: 100%;
}
.do-filter-panel .form-group .dropdown .dropdown-item {
  font-weight: lighter;
  color: #014890;
  padding: 5px 12px;
  font-size: 0.93rem;
}
.do-filter-panel .form-group .dropdown .dropdown-item:hover {
  color: #fff;
  background-color: #3a5c9d;
}
.do-filter-panel .do-accordion-menu {
  background: #014890;
}
.do-filter-panel .do-accordion-menu ul {
  list-style: none;
  font-size: 20px;
  padding: 0;
  margin: 0 0;
}
.do-filter-panel .do-accordion-menu ul a {
  position: relative;
  display: block;
  padding: 8px 15px;
  color: #ffffff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.do-filter-panel .do-accordion-menu ul a:hover,
.do-filter-panel .do-accordion-menu ul a:active {
  text-decoration: none;
  color: #8db9e0;
}
.do-filter-panel .do-accordion-menu ul a[data-toggle="collapse"]::after {
  position: relative;
  content: "\f078";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-size: 14px;
  float: right;
  padding: 5px 0;
}
.do-filter-panel
  .do-accordion-menu
  ul
  a[data-toggle="collapse"][aria-expanded="true"] {
  border-bottom-color: transparent;
}
.do-filter-panel
  .do-accordion-menu
  ul
  a[data-toggle="collapse"][aria-expanded="true"]::after {
  content: "\f077";
}
.do-filter-panel .do-accordion-menu ul ul {
  padding: 5px 15px;
  font-size: 16px;
  background: #8db9e0;
}
.do-filter-panel .do-accordion-menu ul ul a {
  color: #014890;
  font-weight: normal;
  padding: 4px 0;
  border: none;
}
.do-filter-panel .do-accordion-menu ul ul a:hover,
.do-filter-panel .do-accordion-menu ul ul a:active {
  color: #ffffff;
}
.do-filter-panel
  .do-accordion-menu
  .item-menu-principal:not([aria-expanded="true"]):not(:last-child):after {
  content: "";
  display: block;
  width: 91%;
  border-bottom: 1px solid #fff;
  margin: 0 auto;
}
.do-filter-panel .do-maps-menu {
  padding: 15px 20px;
  color: #014890;
}
.do-filter-panel .do-maps-menu h3 {
  margin: 0 0 10px 0;
  font-size: 22px;
  font-weight: 600;
}
.do-filter-panel .do-maps-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 16px;
  font-weight: 500;
}
.do-filter-panel .do-maps-menu ul li {
  position: relative;
  padding: 5px 0;
}
.do-filter-panel .do-maps-menu ul li::after {
  content: "";
  position: relative;
  width: 40px;
  height: 2px;
  background: #014890;
  display: block;
  margin: 5px 0;
}
.do-filter-panel .do-maps-menu h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 2px 0;
}
.do-filter-panel .do-maps-menu a {
  display: block;
  color: #014890;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.do-filter-panel .do-maps-menu a:hover,
.do-filter-panel .do-maps-menu a:active {
  color: #ffffff;
  text-decoration: none;
}
.do-filter-panel .do-maps-menu span {
  display: block;
  padding: 2px 0;
}

@media all and (max-width: 990px) {
  .do-filter-panel {
    margin-top: 15px;
  }
}
@media all and (max-width: 768px) {
  .do-filter-panel label {
    font-size: 16px;
  }
  .do-filter-panel .form-group span[data-toggle="tooltip"] {
    font-size: 18px;
  }
}
.card .do-card-content .do-share {
  display: table;
  float: right;
  list-style: none;
}
.card .do-card-content .do-share li {
  display: inline-block;
  padding: 0 4px;
}
.card .do-card-content .do-share a,
.card .do-card-content .do-share span {
  color: #cacaca;
}
.card .do-card-content .do-share.blue a {
  color: #014890;
}

@media all and (min-width: 768px) {
  .listing .do-plain-card {
    position: relative;
    height: 100%;
    width: 100%;
    border-radius: 0;
    border: 0;
  }
  .listing .do-plain-card.card-lg {
    height: 100%;
  }
  .listing .do-plain-card a {
    display: block;
    width: 100%;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .listing .do-plain-card .do-card-content {
    padding: 15px;
  }
  .listing .do-plain-card .do-card-img {
    position: relative;
    width: 100%;
    text-align: center;
    overflow: hidden;
    background-position: center !important;
    background-size: cover !important;
    overflow: hidden;
  }
  .listing .do-plain-card .do-card-img img {
    position: relative;
    width: 100%;
  }
  .listing .do-plain-card .do-card-img .blur-image {
    background-size: cover !important;
    overflow: hidden;
    /* 	  	@include vendor-prefix('filter', 'blur(10px)'); */
    width: 100%;
    height: 100%;
    display: none;
    min-height: 275px;
  }
  .listing .do-plain-card .do-card-img .inline-content {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .listing .do-plain-card .do-card-img .inline-content iframe {
    transform: translateX(-50%);
    left: 50%;
  }
  .listing .do-plain-card .do-card-img i.fa-play-circle {
    font-family: "Font Awesome 5 Free";
    font-size: 6rem;
    position: absolute;
    top: 50%;
    color: #fff;
    transform: translate(-50%, -50%);
    left: 50%;
  }
  .listing .do-plain-card .do-card-img i.fa-play-circle.play:hover {
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 50px;
  }
  .listing .do-plain-card .do-tag {
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
  }
  .listing .do-plain-card .do-tag a {
    padding: 3px 10px;
    color: #ffffff;
    background: #35b0be;
    border-radius: 5px;
  }
  .listing .do-plain-card .do-tag a:active,
  .listing .do-plain-card .do-tag a:hover {
    text-decoration: none;
    background: #014890;
    color: #ffffff;
  }
  .listing .do-plain-card .do-card-details {
    padding: 20px 0 10px 0;
    font-size: 16px;
  }
  .listing .do-plain-card .do-card-details a {
    color: #014890;
    font-size: inherit;
  }
  .listing .do-plain-card .do-card-details a:active,
  .listing .do-plain-card .do-card-details a:hover {
    color: #0099cc;
    text-decoration: none;
  }
  .listing .do-plain-card .do-card-details span {
    color: #53585f;
    font-size: inherit;
  }
  .listing .do-plain-card .do-card-details h3 {
    color: #014890;
    font-size: 20px;
    font-weight: 600;
  }
  .listing .do-plain-card .do-card-details p {
    margin-bottom: 0;
  }
  .listing .do-plain-card .do-card-details h5 {
    color: #014890;
    font-size: inherit;
    cursor: default;
  }
  .listing .do-plain-card.horizontal {
    display: block;
    margin-bottom: 20px;
    padding-left: 220px;
    max-height: 235px;
    height: 220px;
  }
  .listing .do-plain-card.horizontal:last-child {
    margin-bottom: 0;
  }
  .listing .do-plain-card.horizontal .do-card-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 220px;
    height: 100%;
  }
  .listing .do-plain-card.horizontal .do-card-img img {
    width: 200px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
  }
  .listing .do-plain-card.horizontal .do-card-img .blur-image {
    background-size: cover !important;
    overflow: hidden;
    /* 	  	@include vendor-prefix('filter', 'blur(10px)'); */
    width: 100%;
    height: 100%;
    display: none;
    min-height: 275px;
  }
  .listing .do-plain-card.horizontal .do-card-img .inline-content {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .listing .do-plain-card.horizontal .do-card-img .inline-content iframe {
    transform: translateX(-50%);
    left: 50%;
  }
  .listing .do-plain-card.horizontal .do-card-img i.fa-play-circle {
    font-family: "Font Awesome 5 Free";
    font-size: 6rem;
    position: absolute;
    top: 50%;
    color: #fff;
    transform: translate(-50%, -50%);
    left: 50%;
  }
  .listing .do-plain-card.horizontal .do-card-img i.fa-play-circle.play:hover {
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 50px;
  }
  .listing .do-plain-card.horizontal .do-card-content {
    width: auto;
  }
}
.do-plain-card {
  position: relative;
  height: 100%;
  width: 100%;
  border-radius: 0;
  border: 0;
}
.do-plain-card.card-lg {
  height: 100%;
}
.do-plain-card a {
  display: block;
  width: 100%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.do-plain-card .do-card-content {
  padding: 15px;
}
.do-plain-card .do-card-img {
  position: relative;
  width: 100%;
  text-align: center;
  overflow: hidden;
  background-position: center !important;
  background-size: cover !important;
  overflow: hidden;
}
.do-plain-card .do-card-img img {
  position: relative;
  width: 100%;
}
.do-plain-card .do-card-img .blur-image {
  background-size: cover !important;
  overflow: hidden;
  /* 	  	@include vendor-prefix('filter', 'blur(10px)'); */
  width: 100%;
  height: 100%;
  display: none;
  min-height: 275px;
}
.do-plain-card .do-card-img .inline-content {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.do-plain-card .do-card-img .inline-content iframe {
  transform: translateX(-50%);
  left: 50%;
}
.do-plain-card .do-card-img i.fa-play-circle {
  font-family: "Font Awesome 5 Free";
  font-size: 6rem;
  position: absolute;
  top: 50%;
  color: #fff;
  transform: translate(-50%, -50%);
  left: 50%;
}
.do-plain-card .do-card-img i.fa-play-circle.play:hover {
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 50px;
}
.do-plain-card .do-tag {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 15px;
}
.do-plain-card .do-tag a {
  padding: 3px 10px;
  color: #ffffff;
  background: #35afbd;
  border-radius: 5px;
}
.do-plain-card .do-tag a:active,
.do-plain-card .do-tag a:hover {
  text-decoration: none;
  background: #014890;
  color: #ffffff;
}
.do-plain-card .do-card-details {
  padding: 20px 0 10px 0;
  font-size: 16px;
}
.do-plain-card .do-card-details a {
  color: #014890;
}
.do-plain-card .do-card-details a:active,
.do-plain-card .do-card-details a:hover {
  color: #35afbd;
  text-decoration: none;
}
.do-plain-card .do-card-details span {
  color: #53585f;
}
.do-plain-card .do-card-details h3 {
  color: #014890;
  font-size: 20px;
  font-weight: 600;
}
.do-plain-card .do-card-details p {
  margin-bottom: 0;
}
.do-plain-card.horizontal {
  display: block;
  margin-bottom: 20px;
  padding-left: 220px;
  max-height: 235px;
  height: auto;
}
.do-plain-card.horizontal:last-child {
  margin-bottom: 0;
}
.do-plain-card.horizontal .do-card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 220px;
  height: 100%;
}
.do-plain-card.horizontal .do-card-img img {
  width: 200px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
.do-plain-card.horizontal .do-card-img .blur-image {
  background-size: cover !important;
  overflow: hidden;
  /* 	  	@include vendor-prefix('filter', 'blur(10px)'); */
  width: 100%;
  height: 100%;
  display: none;
  min-height: 275px;
}
.do-plain-card.horizontal .do-card-img .inline-content {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.do-plain-card.horizontal .do-card-img .inline-content iframe {
  transform: translateX(-50%);
  left: 50%;
}
.do-plain-card.horizontal .do-card-img i.fa-play-circle {
  font-family: "Font Awesome 5 Free";
  font-size: 6rem;
  position: absolute;
  top: 50%;
  color: #fff;
  transform: translate(-50%, -50%);
  left: 50%;
}
.do-plain-card.horizontal .do-card-img i.fa-play-circle.play:hover {
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 50px;
}
.do-plain-card.horizontal .do-card-content {
  width: auto;
}

.do-simple-card {
  border-radius: 0;
  border: 0;
}
.do-simple-card .do-card-content {
  padding: 20px;
  color: #014890;
}
.do-simple-card a {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #014890;
}
.do-simple-card a:active,
.do-simple-card a:hover {
  color: #cacaca;
  text-decoration: none;
}
.do-simple-card .do-tag {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 15px;
}
.do-simple-card .do-tag a {
  padding: 3px 10px;
  color: #ffffff;
  background: #014890;
}
.do-simple-card .do-tag a:active,
.do-simple-card .do-tag a:hover {
  text-decoration: none;
  background: #cacaca;
  color: #014890;
}
.do-simple-card .do-card-details {
  padding: 15px 0 0 0;
  font-size: 20px;
  max-width: 340px;
}
.do-simple-card .do-card-details h3 {
  font-size: 35px;
  font-weight: 600;
}
.do-simple-card .do-card-details p {
  margin-bottom: 0;
}
.do-simple-card.blue {
  background: #014890;
}
.do-simple-card.blue .do-card-content {
  color: #ffffff;
}
.do-simple-card.blue a {
  color: #ffffff;
}
.do-simple-card.blue a:active,
.do-simple-card.blue a:hover {
  color: #cacaca;
}
.do-simple-card.blue .do-tag a {
  background: #ffffff;
  color: #014890;
}
.do-simple-card.blue .do-tag a:hover,
.do-simple-card.blue .do-tag a:active {
  background: #cacaca;
}
.do-simple-card.light {
  background: rgba(160, 191, 226, 0.5);
}
.do-simple-card.light .do-card-content {
  color: #014890;
}
.do-simple-card.light a {
  color: #014890;
}
.do-simple-card.light a:active,
.do-simple-card.light a:hover {
  color: #59595a;
}
.do-simple-card.light .do-tag a {
  background: #014890;
  color: #ffffff;
}
.do-simple-card.light .do-tag a:hover,
.do-simple-card.light .do-tag a:active {
  background: #59595a;
}
.do-simple-card.red {
  background: #d82e5b;
}
.do-simple-card.red .do-card-content {
  color: #ffffff;
}
.do-simple-card.red a {
  color: #ffffff;
}
.do-simple-card.red a:active,
.do-simple-card.red a:hover {
  color: #cacaca;
}
.do-simple-card.red .do-tag a {
  background: #ffffff;
  color: #d82e5b;
}
.do-simple-card.red .do-tag a:hover,
.do-simple-card.red .do-tag a:active {
  background: #cacaca;
}

.do-transparent-card {
  border-radius: 0;
  border: 0;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
.do-transparent-card:not(.do-ad) {
  height: 215px;
}
.do-transparent-card:not(.do-ad) .do-card-content {
  height: 100%;
}
.do-transparent-card .summary-sidebar {
  cursor: default;
}
.do-transparent-card .summary-sidebar:hover {
  color: #ffffff;
}
.do-transparent-card .do-card-content {
  padding: 20px;
  color: #014890;
}
.do-transparent-card a,
.do-transparent-card h5 {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #ffffff;
}
.do-transparent-card a:active,
.do-transparent-card a:hover,
.do-transparent-card h5:active,
.do-transparent-card h5:hover {
  color: #ededed;
  text-decoration: none;
}
.do-transparent-card a.no-summary,
.do-transparent-card h5.no-summary {
  line-height: 4;
}
.do-transparent-card .do-tag {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 15px;
}
.do-transparent-card .do-tag a {
  padding: 3px 10px;
  color: #35afbd;
  background: #ffffff;
  border-radius: 5px;
}
.do-transparent-card .do-card-details {
  padding: 15px 0 0 0;
  font-size: 20px;
  max-width: 90%;
}
.do-transparent-card .do-card-details h3 {
  font-size: 1.8rem;
  font-weight: 600;
  text-shadow: 1px 1px #000;
}
.do-transparent-card .do-card-details p {
  margin-bottom: 0;
}
.do-transparent-card.light .do-card-content {
  color: #014890;
  height: 190px;
}
.do-transparent-card.light a,
.do-transparent-card.light h5 {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #ffffff;
}
.do-transparent-card.light a:active,
.do-transparent-card.light a:hover,
.do-transparent-card.light h5:active,
.do-transparent-card.light h5:hover {
  color: #014890;
}
.do-transparent-card.light .do-tag a {
  color: #014890;
  background: #ffffff;
}
.do-transparent-card.light .do-tag a:active,
.do-transparent-card.light .do-tag a:hover {
  background: #014890;
  color: #ffffff;
}
.do-transparent-card.blue .do-card-content {
  background: rgba(54, 95, 160, 0.7);
}
.do-transparent-card.red .do-card-content {
  background: rgba(216, 46, 91, 0.7);
}
.do-transparent-card.green .do-card-content {
  background: rgba(37, 183, 95, 0.7);
}
.do-transparent-card.orange .do-card-content {
  background: rgba(244, 155, 66, 0.7);
}
.do-transparent-card .do-card-content .do-card-details h5 {
  color: #ffffff !important;
  font-size: inherit;
  cursor: default !important;
  text-decoration: none;
  font-weight: 100;
  font-size: 17px;
}

.do-publication-card {
  background: #014890;
  border-radius: 0;
  border: 0;
  padding: 0 20px;
  font-size: 16px;
}
.do-publication-card .list-items-magazine {
  margin-left: 2px;
}
.do-publication-card .more-magazine {
  border-bottom: 1px solid white;
  color: white;
  margin-top: 20px;
  text-transform: uppercase;
}
.do-publication-card .do-card-content {
  padding: 20px 0;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  justify-content: space-between;
  -ms-justify-content: space-between;
  align-content: flex-start;
  align-items: flex-start;
  -ms-flex-align: flex-start;
  flex-direction: column;
  -ms-flex-direction: column;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.do-publication-card > * {
  color: #ffffff;
}
.do-publication-card a {
  color: #ffffff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.do-publication-card a:hover,
.do-publication-card a:active {
  text-decoration: none;
  color: #35afbd;
}
.do-publication-card .do-card-details {
  width: 90%;
}
.do-publication-card .do-card-details h4 {
  margin: 15px 0 5px 0;
  font-size: 1.8rem;
}
.do-publication-card .do-card-img {
  padding: 20px 0;
}
.do-publication-card .do-card-img img {
  width: 100%;
}
.do-publication-card .do-tag {
  display: inherit;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 15px;
}
.do-publication-card .do-tag a {
  padding: 3px 10px;
  color: #014890;
  background: #ffffff;
  border-radius: 5px;
}
.do-publication-card .do-tag a:active,
.do-publication-card .do-tag a:hover {
  text-decoration: none;
  background: #cacaca;
  color: #014890;
}
.do-publication-card ul {
  position: relative;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  justify-content: flex-end;
  -ms-justify-content: flex-end;
  align-content: flex-start;
  align-items: unset;
  -ms-flex-align: unset;
  flex-direction: column;
  -ms-flex-direction: column;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  color: #ffffff;
  height: 100%;
  padding: 0px;
}
.do-publication-card ul li {
  padding: 4px 0;
  font-size: 14px;
}

.do-video-card {
  position: relative;
  width: 100%;
  border-radius: 0;
  border: 0;
  margin-bottom: 20px;
}
.do-video-card.card-lg {
  height: 100%;
}
.do-video-card a {
  display: block;
  width: 100%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.do-video-card .do-card-video {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.do-video-card .do-card-video img {
  min-width: 545px;
  width: 100%;
}
.do-video-card .do-card-video .blur-image {
  background-size: cover !important;
  overflow: hidden;
  /* 	  	@include vendor-prefix('filter', 'blur(10px)'); */
  width: 100%;
  height: 100%;
  display: none;
  min-height: 275px;
  height: 410px;
}
.do-video-card .do-card-video .inline-content {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.do-video-card .do-card-video .inline-content iframe {
  transform: translateX(-50%);
  left: 50%;
}
.do-video-card .do-card-video i.fa-play-circle {
  font-family: "Font Awesome 5 Free";
  font-size: 6rem;
  position: absolute;
  top: 50%;
  color: #fff;
  transform: translate(-50%, -50%);
  left: 50%;
}
.do-video-card .do-card-video i.fa-play-circle.play:hover {
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 50px;
}
.do-video-card .do-card-video-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  padding: 15px 30px 20px 15px;
  font-size: 14px;
}
.do-video-card .do-card-video-info h5 {
  font-size: 15px;
  font-weight: bold;
  margin: 0;
}
.do-video-card .do-card-video-info p {
  margin: 0;
}
.do-video-card .do-card-video-info a {
  color: inherit;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.do-video-card .do-card-video-info a:hover {
  color: #cacaca;
  text-decoration: none;
}
.do-video-card .do-card-video-info .do-share {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: auto;
  color: #fff;
  font-size: 22px;
}
.do-video-card .do-card-content {
  padding: 15px;
}
.do-video-card .do-tag {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 15px;
}
.do-video-card .do-tag a {
  padding: 3px 10px;
  color: #ffffff;
  background: #35b0be;
  border-radius: 5px;
}
.do-video-card .do-tag a:active,
.do-video-card .do-tag a:hover {
  text-decoration: none;
  background: #014890;
  color: #ffffff;
}
.do-video-card .do-card-details {
  padding: 20px 0 10px 0;
  font-size: 16px;
  max-width: 80%;
}
.do-video-card .do-card-details a {
  color: #014890;
}
.do-video-card .do-card-details a:hover {
  text-decoration: none;
  color: #0099cc;
}
.do-video-card .do-card-details span {
  color: #014890;
}
.do-video-card .do-card-details h3 {
  color: #014890;
  font-size: 26px;
  font-weight: 600;
}
.do-video-card .do-card-details p {
  margin-bottom: 0;
}
.do-video-card.horizontal {
  display: block;
  margin-bottom: 20px;
  padding-left: 550px;
  min-height: 305px;
  height: auto;
}
.do-video-card.horizontal:last-child {
  margin-bottom: 0;
}
.do-video-card.horizontal .do-card-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 545px;
  height: 100%;
  overflow: hidden;
}
.do-video-card.horizontal .do-card-video img {
  min-width: 545px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 100%;
}
.do-video-card.horizontal .do-card-content {
  width: auto;
}

.do-appointment-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.do-appointment-list li {
  margin-bottom: 15px;
}
.do-appointment-list li:last-child {
  margin: 0;
}

.do-appointment-card {
  border: none;
  border-radius: 12px;
}
.do-appointment-card .card-header {
  color: #000;
  border-radius: 12px 12px 0 0;
}
.do-appointment-card .card-header span[data-toggle="tooltip"] {
  float: right;
}
.do-appointment-card .card-body {
  border: 1px solid #59595a;
  border-radius: 0 0 12px 12px;
  color: #014890;
}
.do-appointment-card .card-body span {
  display: block;
}
.do-appointment-card .card-body .btn {
  margin-bottom: 10px;
  border-radius: 20px;
  width: 100%;
  max-width: 300px;
}
.do-appointment-card .card-body .btn:last-child {
  margin-bottom: 0;
}
.do-appointment-card .do-appointment-actions {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  justify-content: flex-end;
  -ms-justify-content: flex-end;
  align-content: flex-end;
  align-items: flex-end;
  -ms-flex-align: flex-end;
  flex-direction: column;
  -ms-flex-direction: column;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  height: 100%;
}
.do-appointment-card.complete .card-header {
  background: #25b75f;
  color: #ffffff;
}
.do-appointment-card.incomplete .card-header {
  background: #f49b42;
}

@media all and (max-width: 1124px) {
  .do-plain-card .do-card-img {
    height: auto;
  }
  .do-plain-card .do-card-img img {
    width: 100%;
  }
}
@media all and (max-width: 990px) {
  .do-plain-card {
    max-width: 800px;
    margin: 0 auto 20px auto;
  }

  .do-video-card.horizontal {
    padding: 0;
  }
  .do-video-card.horizontal .do-card-video {
    position: relative;
    width: 100%;
  }
  .do-video-card.horizontal .do-card-video img {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 0;
    transform: none;
    -moz-transform: none;
    -webkit-transform: none;
  }
}
@media all and (max-width: 768px) {
  .do-publication-card .do-card-img,
  .do-publication-card .do-card-content {
    padding: 20px 0 0 0;
  }
  .do-publication-card ul {
    padding: 0px 15px 15px 15px;
  }
  .do-publication-card .list-items-magazine {
    margin: 0px;
  }

  .do-appointment-card .do-appointment-actions {
    display: block;
    margin: 15px 0 0 0;
    text-align: center;
  }
  .do-appointment-card .card-header {
    position: relative;
    padding-right: 30px;
  }
  .do-appointment-card .card-header span[data-toggle="tooltip"] {
    position: absolute;
    top: 10px;
    right: 15px;
  }
  .do-appointment-card .card-body .btn {
    font-size: 16px;
  }
}
@media all and (max-width: 520px) {
  .do-plain-card.horizontal {
    padding-left: 0;
    min-height: 235px;
    max-height: unset;
  }
  .do-plain-card.horizontal .do-card-img {
    position: relative;
    width: 100%;
    height: auto;
  }
  .do-plain-card.horizontal .do-card-img img {
    transform: none;
    -moz-transform: none;
    -webkit-transform: none;
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
  }
}
/* #calendar {
  position: relative;
  display: table;
  width: 100%;
  height: 400px;
  font-family: "Arial, sans-serif";
  padding: 0 40px;
  background: #ffffff;
  color: #59595a;
  border-radius: 12px;
} */
#calendar .fc-header-toolbar {
  margin: 0;
  height: 0;
}
#calendar .fc-button-group {
  position: absolute;
  top: 8px;
  z-index: 10;
  width: 100%;
  left: 0;
}
#calendar .fc-button-group .fc-prev-button,
#calendar .fc-button-group .fc-next-button {
  background: transparent;
  color: #014890;
  width: 40px;
  border: none;
  box-shadow: none;
  padding: 0;
  outline: none;
}
#calendar .fc-button-group .fc-prev-button:active,
#calendar .fc-button-group .fc-prev-button:focus,
#calendar .fc-button-group .fc-next-button:active,
#calendar .fc-button-group .fc-next-button:focus {
  outline: none;
  color: #8db9e0;
}
#calendar .fc-button-group .fc-prev-button {
  float: left;
}
#calendar .fc-button-group .fc-prev-button .fc-icon {
  width: 0;
  height: 0;
  border: 12px solid transparent;
  border-right-color: #014890;
}
#calendar .fc-button-group .fc-prev-button:hover .fc-icon,
#calendar .fc-button-group .fc-prev-button:active .fc-icon {
  border-right-color: #8db9e0;
}
#calendar .fc-button-group .fc-next-button {
  float: right;
}
#calendar .fc-button-group .fc-next-button .fc-icon {
  width: 0;
  height: 0;
  border: 12px solid transparent;
  border-left-color: #014890;
}
#calendar .fc-button-group .fc-next-button:hover .fc-icon,
#calendar .fc-button-group .fc-next-button:active .fc-icon {
  border-left-color: #8db9e0;
}

.fc-unthemed td.fc-today {
  background: #ffffff;
}

.fc td,
.fc th {
  border-width: 0;
}

.fc-head {
  background: #ffffff;
}
.fc-head .fc-day-header {
  padding: 5px 5px;
  font-size: 15px;
  background: #ffffff;
}
.fc-head .fc-day-header span {
  display: block;
  padding: 10px 0;
  background: #daeff9;
}

.do-app-frame {
  padding: 2px;
}
.do-app-frame.selected .fc-content {
  background: #daeff9;
  border-color: #8db9e0;
}
.do-app-frame .fc-content {
  border: 2px solid #014890;
  padding: 5px;
  text-align: center;
  cursor: pointer;
}
.do-app-frame .fc-content:hover {
  background: #daeff9;
}
.do-app-frame .fc-content .fc-time {
  display: block;
}
.do-app-frame .fc-content .fc-title,
.do-app-frame .fc-content .fc-appointment {
  display: none;
}

.do-tab-menu {
  border-bottom: 4px solid #014890;
}
.do-tab-menu .nav-link {
  color: #59595a;
  background: none;
  border-radius: 0;
  margin: 0 1px 0 0;
}
.do-tab-menu .nav-link.active {
  background: #014890;
  color: #ffffff;
  border-color: #014890;
}
.do-tab-menu .nav-link:hover {
  background: #8db9e0;
  border-color: transparent transparent #014890 transparent;
}

.do-tab-content {
  padding: 20px 0;
}

input,
select,
textarea {
  font-family: "Montserrat" !important;
}

input.form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #014890;
  font-size: 0.93rem;
  font-weight: 100;
  text-transform: none;
  line-height: 1.2;
  font-family: "Montserrat";
}
input.form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #014890;
  font-size: 0.93rem;
  font-weight: 100;
  text-transform: none;
  line-height: 1.2;
  font-family: "Montserrat";
}
input.form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #014890;
  font-size: 0.93rem;
  font-weight: 100;
  text-transform: none;
  line-height: 1.2;
  font-family: "Montserrat";
}
input.form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #014890;
  font-size: 0.93rem;
  font-weight: 100;
  text-transform: none;
  line-height: 1.2;
  font-family: "Montserrat";
}

label {
  font-size: 18px;
}

.form-control {
  background: #ffffff;
  color: #014890;
  border: 1px solid #59595a;
  border-radius: 12px;
  font-size: 16px;
}

.bootstrap-select {
  display: block !important;
}
.bootstrap-select .selectpicker {
  width: 100%;
  padding: 0.375rem 0.75rem;
  padding-right: 55px;
  font-size: 1rem;
  line-height: 1.5;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  background: #ffffff;
  color: #014890;
  border: 1px solid #59595a;
  border-radius: 12px;
  font-size: 0;
}
.bootstrap-select .dropdown-toggle::after {
  position: absolute;
  top: 15px;
  right: 17px;
  font-size: 20px;
}
.bootstrap-select .dropdown-toggle::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 48px;
  border-left: 1px solid #59595a;
  background: #8db9e0;
  border-radius: 0 12px 12px 0;
}
.bootstrap-select .btn .filter-option {
  font-size: 16px;
}
.bootstrap-select .dropdown-menu {
  font-size: 16px;
  padding: 0;
}
.bootstrap-select .dropdown-menu.show {
  display: block;
}
.bootstrap-select .dropdown-menu.show .dropdown-menu.inner {
  display: block;
}
.bootstrap-select .dropdown-menu li {
  border-bottom: 1px solid #ededed;
}
.bootstrap-select .dropdown-menu li.selected a {
  background: #8db9e0;
  color: #ffffff;
  border: 0;
  outline: 0;
}
.bootstrap-select .dropdown-menu li a {
  display: block;
  width: 100%;
  padding: 5px 15px;
  color: #59595a;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.bootstrap-select .dropdown-menu li a:hover,
.bootstrap-select .dropdown-menu li a:focus {
  background: #8db9e0;
  color: #ffffff;
  border: 0;
  outline: 0;
}

.btn {
  border-radius: 12px;
  font-size: 18px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.btn-plain {
  border-radius: 12px;
  color: #59595a;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #cacaca;
  *background-color: #cacaca;
  background-image: -moz-linear-gradient(top, #ffffff, #cacaca);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#ffffff),
    to(#cacaca)
  );
  background-image: -webkit-linear-gradient(top, #ffffff, #cacaca);
  background-image: -o-linear-gradient(top, #ffffff, #cacaca);
  background-image: linear-gradient(to bottom, #ffffff, #cacaca);
  background-repeat: repeat-x;
  border-color: #ffffff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=$white, endColorstr=$gray, GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-plain:hover,
.btn-plain:focus,
.btn-plain:active,
.btn-plain.active {
  color: #ffffff;
  background-color: #014890;
  *background-color: #014890;
  background-image: none;
}
.btn-plain.disabled,
.btn-plain[disabled] {
  color: #59595a;
  background-color: #cacaca;
  *background-color: #cacaca;
  background-image: none;
}

.custom-control.custom-radio {
  margin: 5px 0;
}
.custom-control.custom-radio .custom-control-label::before {
  background: #ffffff;
  border: 2px solid #59595a;
}
.custom-control.custom-radio .custom-control-label::after {
  top: 0.35rem;
  left: -1.4rem;
  width: 0.8rem;
  height: 0.8rem;
  border-color: 2px solid #59595a;
  background-image: none !important;
  border-color: #ffffff;
  border-radius: 50%;
  border: 2px solid #ffffff;
}
.custom-control.custom-radio
  .custom-control-input:checked
  ~ .custom-control-label::before {
  background: #59595a;
}
.custom-control.custom-checkbox .custom-control-label {
  text-align: left;
  color: #000;
  padding-left: 2rem;
}
.custom-control.custom-checkbox .custom-control-label::before {
  background: #ffffff;
  border: 1px solid #000;
  border-radius: 0;
  width: 1.5rem;
  height: 1.5rem;
  left: 0;
}
.custom-control.custom-checkbox .custom-control-label::after {
  content: "";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  color: #000;
  background: transparent;
  background-image: none !important;
  left: 0.3rem;
  top: 0.5rem;
  font-size: 16px;
}
.custom-control.custom-checkbox
  .custom-control-input:checked
  ~ .custom-control-label::before {
  background: #ffffff;
}
.custom-control.custom-checkbox
  .custom-control-input:checked
  ~ .custom-control-label::after {
  content: "\f00c";
}

.input-group-append .input-group-text {
  background: #ffffff;
  border-color: #59595a;
  border-radius: 0 12px 12px 0;
  color: #59595a;
}

.do-search-form {
  padding: 0 0 15px 0;
}
.do-search-form .form-group {
  max-width: 340px;
  margin: 15px auto 5px auto;
}
.do-search-form .form-group.full {
  max-width: 100%;
}
.do-search-form .form-group label {
  display: table;
  width: 100%;
}
.do-search-form .form-group span[data-toggle="tooltip"] {
  float: right;
  margin: 3px 5px 3px 5px;
  font-size: 18px;
  cursor: pointer;
}
.do-search-form .form-group .input-group input {
  background: #ffffff;
  color: #014890;
  border: 1px solid #59595a;
  font-size: 16px;
  border-right-color: transparent;
}
.do-search-form .form-group .input-group input:focus,
.do-search-form .form-group .input-group input:active {
  outline: none;
  box-shadow: none;
}
.do-search-form .form-group .input-group-addon {
  padding: 0;
}
.do-search-form .form-group .input-group-addon button {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: none;
  border: 0;
  color: #ffffff;
  cursor: pointer;
  border-radius: 0 12px 12px 0;
  padding: 0 15px;
  background: #ffffff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid #59595a;
  background: #35b0be;
}
.do-search-form .form-group .input-group-addon button.lightblue {
  background: #35b0be;
}

@media all and (max-width: 768px) {
  .custom-control.custom-radio .custom-control-label::before {
    top: 2px;
    left: -25px;
    width: 15px;
    height: 15px;
  }
  .custom-control.custom-radio .custom-control-label::after {
    top: 4px;
    left: -23px;
    width: 11px;
    height: 11px;
  }
}
.do-wizard-form .tab-pane.success {
  display: block !important;
}
.do-wizard-form .tab-pane.success .do-step {
  background: #25b75f;
  color: #ffffff;
  border-color: #25b75f;
  border-radius: 0;
}
.do-wizard-form .tab-pane.success .do-step .do-step-details .do-step-count {
  position: relative;
}
.do-wizard-form
  .tab-pane.success
  .do-step
  .do-step-details
  .do-step-count::after {
  position: relative;
  content: "\f00c";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  padding: 0 5px;
}
.do-wizard-form .tab-pane.success .do-step .btn-next {
  display: none;
}
.do-wizard-form .tab-pane.success .do-step .btn-change {
  display: inline-block;
}
.do-wizard-form .tab-pane.success .do-step .do-instructions {
  color: #ffffff;
}
.do-wizard-form
  .tab-pane.success
  .do-step
  .custom-control.custom-checkbox
  .custom-control-label {
  color: #ffffff;
}
.do-wizard-form .btn-finish {
  min-width: 230px;
  margin-top: 15px;
}

.do-wizard-nav {
  height: 0;
  overflow: hidden;
  padding: 0;
}

.do-step {
  width: 100%;
  position: relative;
  border: 2px solid #59595a;
  border-radius: 20px;
  padding: 15px 15px 20px 15px;
  background: #ffffff;
  margin: 0 0 15px 0;
  font-size: 16px;
}
.do-step .form-group {
  max-width: 360px;
  margin: 0 auto 15px auto;
  text-align: center;
}
.do-step .form-group.form-group-lg {
  max-width: 900px;
}
.do-step .btn-next,
.do-step .btn-change,
.do-step .btn-finish {
  min-width: 230px;
  margin-top: 15px;
}
.do-step .btn-change {
  display: none;
}
.do-step .do-calendar {
  width: 100%;
}
.do-step .do-step-error {
  display: none;
  margin-left: -15px;
  margin-right: -15px;
  background: #d82e5b;
  color: #fff;
  padding: 8px 15px;
  font-size: 12px;
  text-align: center;
  margin-bottom: 20px;
}
.do-step .do-step-error p {
  margin: 0 auto;
  text-align: center;
}
.do-step .do-step-error.show {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  justify-content: initial;
  -ms-justify-content: initial;
  align-content: initial;
  align-items: initial;
  -ms-flex-align: initial;
  flex-direction: row;
  -ms-flex-direction: row;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

.do-step-details {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  justify-content: space-between;
  -ms-justify-content: space-between;
  align-content: center;
  align-items: center;
  -ms-flex-align: center;
  flex-direction: row;
  -ms-flex-direction: row;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  padding-bottom: 30px;
}
.do-step-details .do-step-title {
  font-size: 18px;
}
.do-step-details .btn-accordion {
  position: absolute;
  display: inline-block;
  bottom: 2px;
  right: 8px;
  padding: 3px 8px;
  background: transparent;
  border: none;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.do-step-details .btn-accordion::before {
  content: "\f078";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.do-step-details .btn-accordion[aria-expanded="true"]::before {
  content: "\f077";
}

.do-instructions {
  color: #014890;
  font-size: 14px;
  margin-top: 15px;
}
.do-instructions p {
  margin: 5px 0;
  max-width: 450px;
}
.do-instructions img {
  max-width: 100%;
}

.do-map-wrap {
  margin: 15px 0;
  padding: 20px;
  background: #ededed;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  border: 1px solid #59595a;
}
.do-map-wrap span {
  display: block;
  padding: 2px 0;
}
.do-map-wrap .do-map {
  width: 100%;
  height: 300px;
  background: #ffffff;
  margin-top: 10px;
}

.do-step-progress {
  padding: 15px;
  color: #014890;
  background: #8db9e0;
}
.do-step-progress h4 {
  font-size: 18px;
  font-weight: bold;
}
.do-step-progress .do-step-data {
  list-style: none;
  padding: 0 0 0 1.5rem;
  margin: 0;
  font-size: 15px;
}
.do-step-progress .do-step-data li {
  padding: 2px 0;
}
.do-step-progress .do-step-data li.passed a::after {
  background: #014890;
}
.do-step-progress .do-step-data a {
  position: relative;
  display: block;
  padding: 3px 0;
  color: #014890;
  font-size: 15px;
  font-weight: bold;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.do-step-progress .do-step-data a:hover,
.do-step-progress .do-step-data a:active {
  color: #ffffff;
  text-decoration: none;
}
.do-step-progress .do-step-data a::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: transparent;
  border: 2px solid #014890;
  border-radius: 50%;
}
.do-step-progress .do-step-data a::after {
  content: "";
  position: absolute;
  top: 0.5rem;
  left: -1.2rem;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: transparent;
}
.do-step-progress .do-step-data .do-step-val {
  font-weight: normal;
}

@media all and (max-width: 768px) {
  .do-step {
    font-size: 14px;
  }
  .do-step label {
    font-size: 14px;
  }

  .do-step-details .do-step-title {
    font-size: 16px;
  }
}
@media all and (max-width: 580px) {
  .do-step-details {
    display: block;
    text-align: center;
    padding: 20px 15px 10px 15px;
  }
  .do-step-details .do-step-count {
    position: absolute;
    top: 10px;
    left: 15px;
  }
  .do-step-details span[data-toggle="tooltip"] {
    position: absolute;
    top: 10px;
    right: 15px;
  }
}
.do-profile-wrap {
  line-height: 1.4;
  margin-bottom: 20px;
  padding: 10px 20px;
}

.do-profile-head {
  display: table;
  width: 100%;
  margin-bottom: 20px;
}
.do-profile-head .do-profile-info {
  float: left;
  min-height: 100px;
  padding: 10px;
}
.do-profile-head .do-profile-info .do-profile-name {
  color: #014890;
}
.do-profile-head .do-profile-info .do-profile-name h3 {
  font-weight: bold;
  font-size: 20px;
  margin: 0;
}
.do-profile-head .do-profile-info .do-profile-contact {
  margin-top: 5px;
  padding: 0 5px;
}
.do-profile-head .do-profile-info .do-profile-contact span {
  display: block;
}
.do-profile-head .do-profile-info .do-profile-contact a {
  color: #59595a;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  line-height: 1;
}
.do-profile-head .do-profile-info .do-profile-contact a i {
  display: inline-block;
  vertical-align: -3px;
  color: #8db9e0;
  font-size: 23px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.do-profile-head .do-profile-info .do-profile-contact a:hover {
  color: #014890;
  text-decoration: none;
}
.do-profile-head .do-profile-info .do-profile-contact a:hover i {
  color: #014890;
}
.do-profile-head .do-profile-img {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  justify-content: center;
  -ms-justify-content: center;
  align-content: center;
  align-items: center;
  -ms-flex-align: center;
  flex-direction: row;
  -ms-flex-direction: row;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 1px solid #8db9e0;
  float: left;
  margin-right: 20px;
}
.do-profile-head .do-profile-img img {
  width: 100%;
  border-radius: 50%;
}
.do-profile-head .do-profile-img img.do-generic {
  max-width: 55px;
}

.do-profile-body ul {
  list-style: none;
  padding: 0;
}
.do-profile-body ul li {
  position: relative;
  padding: 2px 0;
}
.do-profile-body ul li::before {
  content: "-";
}

.do-content-group {
  margin: 0;
  padding: 10px 20px;
}
.do-content-group .do-title {
  color: #014890;
  padding: 5px 0;
  border-bottom: 1px solid #ededed;
  margin-bottom: 20px;
}
.do-content-group .do-title.blue {
  border-bottom-color: #8db9e0;
}
.do-content-group .do-title h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 0;
}
.do-content-group .do-title h2 {
  font-size: 38px;
  font-weight: bold;
}

.do-members .do-member {
  display: table;
  width: 100%;
  margin: 10px auto;
  color: #59595a;
  padding: 0 10px;
}
.do-members .do-member .do-member-info {
  float: left;
  padding: 10px 0;
  font-size: 14px;
}
.do-members .do-member .do-member-info .do-member-name {
  font-size: 14px;
  color: #014890;
  margin: 0;
}
.do-members .do-member .do-member-info .do-member-contact {
  margin-top: 5px;
}
.do-members .do-member .do-member-info .do-member-contact a {
  color: #59595a;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  line-height: 1;
}
.do-members .do-member .do-member-info .do-member-contact a i {
  display: inline-block;
  vertical-align: -3px;
  color: #8db9e0;
  font-size: 23px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.do-members .do-member .do-member-info .do-member-contact a:hover {
  color: #014890;
  text-decoration: none;
}
.do-members .do-member .do-member-info .do-member-contact a:hover i {
  color: #014890;
}
.do-members .do-member .do-member-img {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  justify-content: center;
  -ms-justify-content: center;
  align-content: center;
  align-items: center;
  -ms-flex-align: center;
  flex-direction: row;
  -ms-flex-direction: row;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 1px solid #8db9e0;
  float: left;
  margin-right: 20px;
}
.do-members .do-member .do-member-img img {
  width: 100%;
  border-radius: 50%;
}
.do-members .do-member .do-member-img img.do-generic {
  max-width: 50px;
}

@media all and (max-width: 768px) {
  .do-profile-wrap {
    font-size: 14px;
  }

  .do-profile-head .do-profile-info {
    font-size: 16px;
  }
  .do-profile-head .do-profile-info .do-profile-name h3 {
    font-size: 18px;
  }
  .do-profile-head .do-profile-contact {
    font-size: 14px;
  }
}
.do-icon-accordion .do-acc-item {
  margin: 15px 0;
  padding: 5px 15px;
}
.do-icon-accordion .do-acc-head {
  position: relative;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  justify-content: flex-start;
  -ms-justify-content: flex-start;
  align-content: center;
  align-items: cetner;
  -ms-flex-align: cetner;
  flex-direction: row;
  -ms-flex-direction: row;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  cursor: pointer;
}
.do-icon-accordion .do-acc-head:hover .do-acc-title h4 {
  color: #59595a;
}
.do-icon-accordion .do-acc-head::after {
  position: absolute;
  content: "\f078";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  line-height: 1;
  font-size: 14px;
  padding: 5px 0;
  right: 0;
  top: 50%;
  transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
}
.do-icon-accordion .do-acc-head[aria-expanded="true"]::after {
  content: "\f077";
}
.do-icon-accordion .do-acc-img {
  width: 20%;
  max-width: 80px;
  margin: 0 auto;
}
.do-icon-accordion .do-acc-img img {
  width: 100%;
}
.do-icon-accordion .do-acc-title {
  width: 100%;
  margin: auto 0;
  padding: 0 15px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
}
.do-icon-accordion .do-acc-title h4 {
  color: #014890;
  font-weight: bold;
  font-size: 16px;
}
.do-icon-accordion .do-acc-body {
  padding: 5px 10px 10px 95px;
  font-size: 14px;
}
.do-icon-accordion .do-acc-body span {
  display: block;
  padding: 3px 0;
}

@media all and (max-width: 768px) {
  .do-icon-accordion .do-acc-img {
    width: auto;
  }
  .do-icon-accordion .do-acc-img img {
    width: 40px;
  }
  .do-icon-accordion .do-acc-body {
    padding: 10px 15px;
  }
}
.do-media-types {
  padding: 0 0 15px 0;
}
.do-media-types .do-media-type {
  position: relative;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.8);
  text-decoration: none;
  display: block;
}
.do-media-types .do-media-type h3 {
  position: absolute;
  bottom: 15px;
  left: 15px;
  font-size: 35px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
}
.do-media-types .do-media-type img {
  width: 100%;
}

.do-media-wrap {
  padding: 0 0 15px 0;
  max-width: 800px;
  margin: 0 auto;
}
.do-media-wrap .do-media-title {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin: 20px auto;
}

.do-media-item {
  max-width: 300px;
  margin: 15px auto;
  text-align: center;
}
.do-media-item .do-preview {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  justify-content: center;
  -ms-justify-content: center;
  align-content: initial;
  align-items: initial;
  -ms-flex-align: initial;
  flex-direction: row;
  -ms-flex-direction: row;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  max-width: 300px;
  max-height: 280px;
  min-height: 160px;
  background: #fff;
  margin: 0 auto 8px auto;
  padding: 20px;
}
.do-media-item .do-preview img {
  width: 100%;
}
.do-media-item h5 {
  font-size: 14px;
  margin: 0;
}
.do-media-item a {
  font-size: 12px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #014890;
}
.do-media-item a:hover {
  color: #8db9e0;
  text-decoration: none;
}

@media all and (max-width: 990px) {
  .do-media-types .row {
    margin-left: -5px;
    margin-right: -5px;
  }
  .do-media-types .row > div {
    padding: 0 5px;
  }
  .do-media-types .do-media-type h3 {
    font-size: 24px;
  }
}
@media all and (max-width: 768px) {
  .do-media-types .do-media-type h3 {
    font-size: 20px;
  }
}
@media all and (max-width: 580px) {
  .do-media-types .do-media-type {
    max-width: 300px;
    margin: 5px auto;
  }
  .do-media-types .do-media-type h3 {
    font-size: 24px;
  }
}
.do-article-head .do-article-share,
.miniWebSite .do-article-content .do-article-share {
  list-style: none;
  padding: 0;
  margin: -5px 0;
  float: right;
}
.do-article-head .do-article-share li,
.miniWebSite .do-article-content .do-article-share li {
  display: inline-block;
  margin: 0 5px 0 0;
}
.do-article-head .do-article-share a,
.miniWebSite .do-article-content .do-article-share a {
  display: block;
  padding: 3px 5px;
  color: #014890;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-size: 20px;
}
.do-article-head .do-article-share a:hover,
.miniWebSite .do-article-content .do-article-share a:hover {
  color: #014890;
}

.do-article-head {
  padding: 15px;
}
.do-article-head h2,
.do-article-head h1 {
  color: #014890;
  font-size: 32px;
  font-weight: 600;
}
.do-article-head .do-article-details {
  position: relative;
  width: 100%;
  padding: 0 0 25px 0;
}
.do-article-head .do-article-details::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #ededed;
  margin-top: 15px;
}
.do-article-head .do-article-date {
  font-size: 18px;
  display: inline-block;
}
.do-article-head .do-article-tag {
  display: inline-block;
  color: #ffffff;
  letter-spacing: 0.5px;
  padding: 4px 8px;
  margin: 0 10px;
  text-transform: uppercase;
  border-radius: 8px;
  line-height: 1;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  vertical-align: top;
  background: #35b0be;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
}
.do-article-head .do-article-tag:hover {
  text-decoration: none;
  background: #ffffff;
  color: #35b0be;
}
.do-article-head .do-article-excerpt {
  position: relative;
  padding: 5px 0;
  font-size: 16px;
  line-height: 1.6;
}
.do-article-head .do-article-excerpt h3 {
  font-size: 20px;
  font-weight: 300;
}
.do-article-head .do-article-excerpt h2 {
  color: inherit;
  font-size: 20px;
  font-weight: 300;
}

.do-article-wrap {
  padding: 0 20px 10px 20px;
}
.do-article-wrap .do-article-content {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 300;
}
.do-article-wrap .do-article-content h4 {
  font-size: 18px;
  margin: 15px 0;
  font-weight: bold;
}
.do-article-wrap .do-article-content img {
  width: 100%;
}
.do-article-wrap .do-article-content .element-image-master-article {
  border-bottom: 1px solid gray;
  border-left: 1px solid gray;
  border-right: 1px solid gray;
  font-size: 14px;
  padding: 5px;
}
.do-article-wrap .do-article-content .element-image-master-article ul {
  list-style: none;
  padding: 0px;
  margin-bottom: 0px;
}
.do-article-wrap .do-article-content .element-image-master-article .dida-left {
  margin-bottom: 5px;
}
.do-article-wrap
  .do-article-content
  .element-image-master-article
  .credits-right {
  font-style: italic;
  margin-bottom: 0px;
}
.do-article-wrap .do-article-content #accordion .card {
  border: inherit;
}
.do-article-wrap .do-article-content #accordion .card:not(:last-child) {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.125);
}
.do-article-wrap .do-article-content #accordion .card .card-header {
  border-bottom: inherit;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}
.do-article-wrap
  .do-article-content
  #accordion
  [data-toggle="collapse"].collapsed {
  color: #53585f;
  font-weight: normal;
}
.do-article-wrap
  .do-article-content
  #accordion
  [data-toggle="collapse"].collapsed
  .fa:after {
  content: "\f078";
}
.do-article-wrap .do-article-content #accordion [data-toggle="collapse"] {
  color: #000;
  font-weight: bolder;
}
.do-article-wrap
  .do-article-content
  #accordion
  [data-toggle="collapse"]
  .fa:after {
  content: "\f077";
}
.do-article-wrap .do-article-content #accordion .btn-link {
  width: 100%;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
}
.do-article-wrap .do-article-content #accordion .btn-link:hover {
  color: inherit;
}
.do-article-wrap .do-article-content #accordion .btn-link i {
  float: right;
}
.do-article-wrap .do-article-content #accordion .btn-link em {
  float: right;
}
.do-article-wrap .do-article-tags {
  padding: 10px 0;
  margin: 10px 0;
  color: #014890;
}
.do-article-wrap .do-article-tags h5 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
}
.do-article-wrap .do-article-tags a {
  display: inline-block;
  color: #35b0be;
  border: 1px solid #35b0be;
  letter-spacing: 0.5px;
  padding: 4px 8px;
  margin: 0 10px;
  text-transform: uppercase;
  border-radius: 8px;
  line-height: 1;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  vertical-align: top;
  background: #ffffff;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 600;
  margin-left: 0px !important;
  margin-right: 8px !important;
}
.do-article-wrap .do-article-tags a:hover {
  text-decoration: none;
  background: #35b0be;
  color: #ffffff;
}
.do-article-wrap .do-article-tags .do-article-authors {
  color: #ffffff;
}
.do-article-wrap .do-article-tags .do-article-authors h5 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
}
.do-article-wrap .do-article-tags .do-article-authors a {
  display: inline-block;
  background: #014890 !important;
  color: #ffffff;
  font-size: 15px;
  margin: 0 1px;
  letter-spacing: 0.5px;
  padding: 4px 6px;
  text-transform: uppercase;
  border-radius: 5px;
  line-height: 1;
  border: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.do-article-wrap .do-article-tags .do-article-authors a:hover {
  text-decoration: none;
  background: #ffffff !important;
  color: #014890 !important;
}

@media all and (max-width: 768px) {
  .do-article-head h2 {
    font-size: 28px;
  }
  .do-article-head .do-article-excerpt h3 {
    font-size: 20px;
  }
  .do-article-head .do-article-excerpt h2 {
    font-size: 20px;
  }
}
@media all and (max-width: 480px) {
  .do-article-head h2 {
    font-size: 24px;
  }
  .do-article-head .do-article-share {
    float: none;
    display: inline-block;
  }
  .do-article-head .do-article-excerpt h3 {
    font-size: 18px;
  }
  .do-article-head .do-article-excerpt h2 {
    font-size: 18px;
  }
}
.related-article-container-inner {
  min-height: 132px;
}
.related-article-container-inner > div {
  float: left;
}
.related-article-container-inner .related-article-title-container {
  padding-left: 10px;
}

.miniWebSite .do-page-title .container {
  padding-left: 35px;
  padding-right: 35px;
}
.miniWebSite .do-page-title .do-title-wrap {
  flex-flow: column;
}
.miniWebSite .do-page-title .do-title-wrap .do-article-details {
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: bold;
}
.miniWebSite .do-page-title .do-title-wrap .do-article-details a {
  color: #a0bfe2;
}
.miniWebSite .do-page-title .do-title-wrap h2 {
  font-weight: bold;
}
.miniWebSite section.bg-white > .row > .col-lg-12 {
  display: none;
}
.miniWebSite .do-article-content .do-article-share {
  float: left;
}

.do-results-wrap {
  padding: 15px;
}
.do-results-wrap:not(.listing) .do-plain-card {
  margin: 0 !important;
}

.do-section-more {
  background: #014890;
}

.do-title {
  color: #014890;
}

.do-search-box .form-control {
  border: 1px solid #014890;
}

.do-search-box .input-group-addon {
  border: 1px solid #014890;
  background-color: #ffffff;
  color: #014890;
}

.do-result-tags {
  padding: 0px 0 15px 0;
}
.do-result-tags .do-tag {
  margin: 3px 2px;
  padding: 5px 0;
  display: inline-block;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 14px;
}
.do-result-tags .do-tag a {
  padding: 5px 15px;
  color: #ffffff;
  background: #014890;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.do-result-tags .do-tag a:active,
.do-result-tags .do-tag a:hover {
  text-decoration: none;
  background: #cacaca;
  color: #014890;
}

.do-result-list {
  list-style: none;
  background: #ffffff;
  font-size: 16px;
}
.do-result-list li {
  position: relative;
  padding: 15px 0;
  margin-bottom: 10px;
}
.do-result-list li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 35%;
  border-bottom: 1px solid #014890;
}
.do-result-list img {
  float: left;
  width: 100%;
  padding-right: 15px;
  padding-bottom: 15px;
}
.do-result-list a {
  color: #014890;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.do-result-list a:active,
.do-result-list a:hover {
  color: #cacaca;
  text-decoration: none;
}
.do-result-list h3 {
  color: #014890;
  font-size: 20px;
  font-weight: 600;
}
.do-result-list p {
  margin-bottom: 0;
}
.do-result-list .do-date {
  display: block;
  margin: 8px 0;
  color: #014890;
}
.do-result-list .do-tag {
  font-weight: 600;
  font-size: 14px;
  margin: 15px auto;
  padding-left: 15px;
  display: block;
  text-align: center;
  font-weight: normal;
}
.do-result-list .do-tag a {
  padding: 3px 15px;
  color: #ffffff;
  background: #014890;
}
.do-result-list .do-tag a:active,
.do-result-list .do-tag a:hover {
  text-decoration: none;
  background: #cacaca;
  color: #014890;
}

.do-tooltip {
  margin-left: auto;
  color: #014890;
}

.do-pagination-wrap .page-item {
  background-color: #fff;
  color: #014890;
}
.do-pagination-wrap .page-item:first-child .page-link {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  width: auto;
}
.do-pagination-wrap .page-item:last-child .page-link {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  width: auto;
}
.do-pagination-wrap .active .page-link {
  background-color: #014890;
  color: white;
  background-size: contain;
  /* width: 50px; */
  /* margin-right: 5px; */
}
.page-item .do-pagination-wrap .page-link:focus {
  box-shadow: none;
}

.do-table-press {
  margin-top: 10px;
}
.do-table-press thead > tr {
  background: #8db9e0;
  border-bottom: 3px solid #59595a;
}
.do-table-press tbody > tr > td {
  border-bottom: 1px solid #59595a;
  vertical-align: middle;
}
.do-table-press img {
  display: block;
  margin: 0 auto;
  width: 50px;
  height: 50px;
}

@media all and (max-width: 990px) {
  .do-result-list .do-tag {
    text-align: left;
  }
}
@media all and (max-width: 580px) {
  .do-table-press {
    font-size: 14px;
  }
  .do-table-press td,
  .do-table-press th {
    padding: 0.55rem;
  }
  .do-table-press img {
    width: 40px;
    height: 40px;
  }

  .do-result-list {
    font-size: 14px;
  }
  .do-result-list h3 {
    font-size: 18px;
  }
}
@media all and (max-width: 480px) {
  .do-table-press {
    font-size: 12px;
  }
  .do-table-press td,
  .do-table-press th {
    padding: 0.35rem;
  }
  .do-table-press img {
    width: 30px;
    height: 30px;
  }

  .do-result-list .do-tag {
    font-size: 12px;
  }

  .do-result-tags .do-tag {
    font-size: 12px;
  }
}
.ui-autocomplete {
  list-style: none;
  background: #ffffff;
  border: 1px solid #014890;
  border-radius: 0px 0 15px 15px;
  max-width: 340px;
  padding: 0;
}
.ui-autocomplete li {
  padding: 8px 15px;
  border-bottom: 1px solid #ededed;
}
.ui-autocomplete li a {
  display: block;
  color: #014890;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.ui-autocomplete li a:hover,
.ui-autocomplete li a:active {
  color: #8db9e0;
  text-decoration: none;
}

.medical-search hr {
  border: 2px dotted #e5e3e3;
  border-style: none none dotted;
}
/* .medical-search .btn-primary {
  font-family: Arial;
  font-weight: bold;
  margin: 0 auto;
  display: block;
  Â margin-left: 33px;
  border-radius: 7px;
  color: white;
  background-color: #365fa0;
  padding: 0.25rem 2.6rem;
} */
.medical-search .verticalLine {
  margin-left: 10px;
  border-left: 2px dotted #e5e3e3;
  padding-left: 27px;
  display: relative;
}
.medical-search .bg-white {
  padding-top: 9px;
}
.medical-search .img-doc {
  -moz-border-radius: 180px;
  -webkit-border-radius: 180px;
  border-radius: 180px;
  padding-bottom: 0px;
  margin: 10px auto;
  display: block;
}
.medical-search .span-doc {
  font-family: Montserrat;
  font-size: 18pt;
  text-align: -webkit-center;
  float: left;
  margin: 0px 0 25px auto;
  display: block;
}
.medical-search .do-result-list img {
  text-align: center;
}
.medical-search .do-content-wrap {
  margin-left: 6.5em;
  margin-right: 6.5em;
}
@media (max-width: 580px) {
  .medical-search .do-content-wrap {
    margin-left: 5px;
    margin-right: 5px;
  }
}
@media (max-width: 767px) {
  .medical-search .verticalLine {
    border-left: 0px;
  }
}
@media (max-width: 950px) {
  .medical-search .verticalLine {
    margin: 0 auto;
    display: block;
    padding-left: 27px;
  }
}
@media (max-width: 800px) {
  .medical-search .btn-primary {
    margin: 0 auto;
    display: block;
    padding: 0.25rem 1.6rem;
  }
}
@media (max-width: 767px) {
  .medical-search .span-doc {
    margin: 0 auto;
    display: block;
    padding: 33px;
  }
}
@media (max-width: 767px) {
  .medical-search .col-lg-3 {
    margin-bottom: -5em;
  }
}
.medical-search .col-lg-3 {
  margin: 0 auto;
  display: block;
  padding-bottom: 7%;
}
.medical-search p {
  margin-top: 22px;
}
@media (min-width: 768px) {
  .medical-search .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 39.666667%;
    max-width: 41.666667%;
  }
}

.miniWebSite .container-Items {
  margin-left: 8em;
}
.miniWebSite div .header-image-international {
  background-image: url("../images/header.jpg");
}
.miniWebSite div[class*="header-image"] {
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  margin-left: -1px;
  margin-right: -1px;
}
.miniWebSite .containerItem {
  color: white;
  top: 84%;
  left: auto;
  right: 8%;
  position: absolute;
  display: block;
  width: 50%;
}
.miniWebSite .do-main-menu {
  font-size: 0.9em;
  color: white;
  font-family: "Montserrat" !important;
  font-weight: normal !important;
  top: 8.4em;
  right: 0;
  position: absolute;
}
.miniWebSite .do-main-menu .menuList {
  text-transform: uppercase;
  font-family: Montserrat;
  list-style-type: none;
  margin: 1em;
}
.miniWebSite .do-main-menu ul {
  float: left;
  display: flex;
}
.miniWebSite .do-main-menu ul a {
  text-transform: uppercase;
  display: unset;
  transition: 0s;
  color: white;
  padding: 10px;
}
.miniWebSite .do-main-menu ul li::after {
  display: none;
}
@media (max-width: 1160px) {
  .miniWebSite .do-main-menu li {
    border-bottom: 1px solid #cacaca;
  }
}
.miniWebSite .do-menu-box {
  float: left;
}
@media (max-width: 1180px) {
  .miniWebSite .do-top-menu ul.nav a {
    font-family: Montserrat;
    font-weight: 100;
  }
  .miniWebSite .do-main-menu ul a {
    font-size: 26px;
    padding: 10px 15px;
    font-weight: 100;
    text-transform: none;
    border-bottom: 0;
    text-transform: capitalize;
  }
}
@media (max-width: 1600px) {
  .miniWebSite .do-main-menu ul {
    background-color: #29639d;
  }
}
@media (max-width: 460px) {
  .miniWebSite .containerItem {
    top: 6.5em;
    margin-top: 0;
    margin-left: 0;
  }
}
@media (max-width: 1110px) {
  .miniWebSite .do-main-menu {
    text-transform: capitalize;
    font-size: large;
    margin-top: auto;
    position: relative;
    top: 0;
  }
}
@media (min-width: 769px) {
  .miniWebSite .do-main-menu {
    min-width: 50vw;
    background-color: #29639d;
  }
}

.login {
  max-width: 100%;
}

.title-page {
  width: 100%;
  line-height: 1.2;
  margin-left: 22%;
}
.title-page span {
  color: #a0bfe2;
}

input.placeholder {
  text-align: center;
}

.login-form {
  margin-left: auto;
  margin-right: auto;
  width: 70%;
}

container-login {
  background-color: #59595a;
  max-width: 100%;
}

.login-form {
  max-width: 80%;
  background-color: white;
}

form-control {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  font-size: 16px;
  height: auto;
  padding: 10px;
}

.info {
  max-width: 80%;
  list-style: none;
  margin: 0 auto;
  line-height: 2;
}

.password-reset {
  font-size: 14px;
  color: #3c619b;
  margin-top: -3%;
}
.password-reset a {
  margin: 16px auto;
  max-width: 50%;
  display: block;
  text-align: right;
  color: #3c619b;
}

.registrati-button a {
  color: #3c619b;
  margin-bottom: 2px;
}

.info-form {
  font-weight: bold;
  font-size: 20px;
  color: #3c619b;
  max-width: 50%;
  padding: 2%;
  margin-left: 3%;
}

.info-popup {
  font-size: 12px;
  max-width: 100%;
  padding: 2%;
  margin-left: 5%;
  margin-right: 5%;
  margin-bottom: 2%;
  background-color: #d8edf9;
  border: 1px solid #639ddc;
  border-radius: 10px;
}

.form-control input-lg {
  background-color: #f6f7f8;
  border: 1px solid #d5eafa;
}

.btn-registrati {
  color: #3c619b;
  border-radius: 12px;
  font-size: 18px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background-color: #f6f7f8;
  border: 2px solid #d5eafa;
  display: block;
  width: 100%;
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 10px;
}

.btn-login {
  color: white;
  border-radius: 12px;
  font-size: 18px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background-color: #3c619b;
  border: 2px solid #d5eafa;
  display: block;
  width: 100%;
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 10px;
}

form[role="login"] {
  padding: 26px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

form[role="login"] img {
  display: block;
  margin: 0 auto;
  margin-bottom: 35px;
}

form[role="login"] input,
form[role="login"] button {
  font-size: 18px;
  margin: 16px auto;
  max-width: 50%;
  text-align: center;
  margin-top: 0px;
}

form[role="login"] > div {
  text-align: center;
}

.form-links {
  text-align: center;
  margin-top: 1em;
}

.register form[role="register"] {
  padding: 26px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
.register form[role="register"] img {
  display: block;
  margin: 0 auto;
  margin-bottom: 35px;
}
.register form[role="register"] input,
.register form[role="register"] button {
  font-size: 18px;
  margin: 16px auto;
  margin-top: 0px;
}
.register form[role="register"] > div {
  text-align: center;
}
.register .form-links {
  text-align: center;
  margin-top: 1em;
}
.register label {
  display: block;
  border-bottom: 2px solid #d5eafa;
  text-align: left;
  color: #3c619b;
}
.register label span {
  float: right;
}
.register select {
  margin-bottom: 16px;
}
.register .list-group {
  position: relative;
  border: none;
  background-color: #fff;
}
.register .btn-familiari {
  width: 100%;
  background-color: #3c619b;
  text-align: left;
}
.register .btn-familiari .icon-fam {
  padding-right: 5px;
  margin-right: 5px;
  border-right: 1px solid #fff;
}

.detail-pill .menu-detail {
  display: none;
}

.new-article-pill .do-article-tag {
  max-width: max-content;
  margin-left: 0px;
}
.new-article-pill .do-article-date {
  margin-top: 15px;
  display: block;
  font-weight: lighter;
}
.new-article-pill .do-article-head .do-article-details {
  position: unset;
}
@media (min-width: 320px) and (max-width: 480px) {
  .new-article-pill .do-article-tag {
    margin-top: 10px;
  }
}
.new-article-pill .related-document {
  color: #014890;
}
.new-article-pill .related-document h5 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
}
.new-article-pill .download-file {
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%;
  background: #ececec;
  padding: 8px;
}
.new-article-pill .download-file a {
  font-size: 15px;
  color: black;
  text-decoration: none;
  font-weight: 300;
}
.new-article-pill .download-file .img-download {
  width: 50px;
  margin-bottom: 0px;
}
.new-article-pill .breadcrumb {
  display: flow-root;
  width: max-content;
  font-size: 14px;
  background: none;
  border-radius: unset;
  padding: 3px;
  font-weight: lighter;
  bottom: 35px;
}
.new-article-pill .breadcrumb ul {
  list-style: none;
  margin-left: -45px;
}
.new-article-pill .breadcrumb li {
  display: block;
  float: left;
}
.new-article-pill .breadcrumb a {
  color: #8db9e0;
}
.new-article-pill .breadcrumb a:before {
  content: ">";
  letter-spacing: 3px;
  margin-left: 4px;
}
.new-article-pill .breadcrumb a:hover {
  text-decoration: none;
}
.new-article-pill .breadcrumb a span:hover {
  border-bottom: 1px solid #8db9e0;
  font-weight: bold;
}
.new-article-pill .do-article-head .do-article-share li a {
  color: #c3c3c3;
}
.new-article-pill .do-title-wrap {
  flex-wrap: nowrap !important;
  margin-top: 15px;
}
.new-article-pill .do-title-wrap span {
  text-transform: uppercase;
  color: #8db9e0;
}
.new-article-pill section:first-of-type {
  padding-top: 0px;
}
.new-article-pill .author-pillola {
  border-bottom: 2px dotted #c2c2c2;
  padding-bottom: 30px;
  font-size: 14px;
}
.new-article-pill .author-pillola ul {
  list-style: none;
  margin: 0px;
  padding: 0;
}
.new-article-pill .author-pillola ul li {
  font-weight: lighter;
}
.new-article-pill .author-pillola ul li span {
  font-weight: 500;
}
.new-article-pill .do-article-content .do-article-tags a {
  margin-right: 10px;
  margin-bottom: 10px;
}

.search-a-z {
  /* Style the tab */
  /* Style the buttons inside the tab */
  /* Change background color of buttons on hover */
  /* Create an active/current tablink class */
  /* Style the tab content */
}
.search-a-z .tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #ccc;
  width: 274px;
  margin-left: 15px;
}
.search-a-z .tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}
.search-a-z .tab button:hover {
  background-color: #ddd;
}
.search-a-z .tab button.active {
  background-color: #3cb0bc;
}
.search-a-z .tabcontent {
  display: none;
  margin-left: 15px;
}
.search-a-z .tabcontent .alphabet-list {
  padding-inline-start: 0px;
}
.search-a-z .tabcontent .alphabet-list li {
  display: inline-block;
  padding: 12px;
  width: 37px;
  height: 43px;
  background-color: #b1e0e8;
  margin-top: 5px;
  text-align: center;
  margin-right: -5px;
}
.search-a-z .tabcontent .alphabet-list li a {
  color: #f4f4f4;
}
.search-a-z .tabcontent .alphabet-list li:hover {
  background-color: white;
  color: #65acb7;
}
.search-a-z .tabcontent .alphabet-list li.active {
  color: #65acb7;
  background-color: white;
}
.search-a-z .tabcontent .alphabet-list li.active a {
  color: #65acb7;
}
.search-a-z .tabcontent .number-results {
  padding-bottom: 10px;
}
.search-a-z .break {
  background-color: #f4f4f4;
  height: 20px;
  margin-left: -25px;
}
.search-a-z .restult-pill {
  display: flex;
  padding-bottom: 20px;
  padding-top: 20px;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
}
.search-a-z .restult-pill ul {
  flex: 0 1 100%;
  list-style: none;
  margin: 0 auto;
  align-self: auto;
  padding-inline-start: 10px;
}
.search-a-z .restult-pill ul li {
  padding: 7px;
}
.search-a-z .restult-pill ul:nth-child(1) {
  border-right: 2px solid #f4f4f4;
}
.search-a-z .do-banner-wrap .do-caption-wrap .do-banner-caption {
  font-size: 40px;
}

.organization .do-title {
  border: none;
  background-color: #35b0be;
  color: #fff;
  padding: 5px;
}
.organization .do-title h3 {
  margin-left: 10px;
}
.organization .form-control::placeholder {
  text-align: left;
  color: #5f626a;
  font-size: 20px;
}
.organization .do-search-form .form-group {
  margin: none;
}
.organization .do-search-form .form-group .input-group input {
  background: #efefef;
}
.organization .do-search-form .input-group-addon button {
  color: #fff;
  background-color: #35b0be;
}
.organization .do-acc-item h4 {
  font-size: 20px;
}
.organization .do-acc-item span {
  text-align: center;
}
.organization .do-acc-head:after {
  content: "";
}
.organization .do-acc-head[aria-expanded="true"]:after {
  content: "";
}
.organization .do-acc-img {
  width: 20%;
  max-width: 80px;
  margin: 0 auto;
  border: 15px solid #acdbe2;
  border-radius: 50%;
  background: #acdbe2;
}
.organization .do-acc-title:after {
  content: url(../images/icons/icon_accordion_botton.png);
}
.organization .do-icon-accordion .do-acc-body {
  padding: 0px;
  font-size: unset;
}
.organization .border-dotted:after {
  content: "";
  border-bottom: 5px dotted #d9d9d9;
  width: 80%;
  display: block;
  margin: 0 auto;
  margin-bottom: 24px;
}
.organization .do-icon-accordion .border-dotted:nth-child(1) {
  border-right: 2px solid #d9d9d9;
}
@media (max-width: 768px) {
  .organization .do-icon-accordion .do-acc-img img {
    width: 100%;
  }
}

@media print {
  .do-filter-panel,
  .do-header-top,
  .do-page-title,
  .breadcrumb,
  .do-article-tag,
  .do-article-details,
  .do-article-share,
  footer,
  .download-file,
  #menuTrigger,
  iframe,
  .related-document,
  .do-article-tags,
  .fa,
  br {
    display: none !important;
  }

  .do-header-bottom {
    border: none !important;
  }

  .do-article-content img:not(.a-cura-di) {
    width: 50px;
    height: auto;
  }

  .card-header {
    border-bottom: none !important;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
    padding: 0 !important;
  }

  .card-body {
    padding: 0px !important;
  }

  .container {
    max-width: 100%;
    background: #fff;
  }

  .main-wrapper {
    background: #fff;
  }

  #menuDrawer {
    display: none;
  }

  .card-lg {
    max-width: 50vw;
  }
  .card-lg .do-card-img {
    width: 50vw;
    height: 25vw;
  }

  @page {
    margin: 2cm;
  }
  body {
    line-height: 1.3;
    background: #fff !important;
    color: #000;
    display: inline-block;
  }

  h1 {
    font-size: 24pt;
  }

  h2,
  h3,
  h4 {
    font-size: 14pt;
  }

  a {
    page-break-inside: avoid;
  }

  blockquote {
    page-break-inside: avoid;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    page-break-after: avoid;
    page-break-inside: avoid;
  }

  img {
    page-break-inside: avoid;
    page-break-after: avoid;
  }

  table,
  pre {
    page-break-inside: avoid;
  }

  ul,
  ol,
  dl {
    page-break-before: avoid;
  }

  a:link,
  a:visited,
  a {
    background: transparent;
    color: #520;
    font-weight: bold;
    text-align: left;
  }

  a {
    page-break-inside: avoid;
  }

  .embed-youtube,
  .embed-responsive {
    position: absolute;
    height: 0;
    overflow: hidden;
  }

  #header-widgets,
  nav,
  aside.mashsb-container,
  .sidebar,
  .mashshare-top,
  .mashshare-bottom,
  .content-ads,
  .make-comment,
  .author-bio,
  .heading,
  .related-posts,
  #decomments-form-add-comment,
  #breadcrumbs,
  #footer,
  .post-byline,
  .meta-single,
  .site-title img,
  .post-tags,
  .readability {
    display: none;
  }

  .entry:after {
    color: #999 !important;
    font-size: 1em;
    padding-top: 30px;
  }

  #header:before {
    color: #777 !important;
    font-size: 1em;
    padding-top: 30px;
    text-align: center !important;
  }

  p,
  address,
  li,
  dt,
  dd,
  blockquote {
    font-size: 100%;
  }

  code,
  pre {
    font-family: "Courier New", Courier, mono;
  }

  ul,
  ol {
    list-style: square;
    margin-left: 18pt;
    margin-bottom: 20pt;
  }

  li {
    line-height: 1.6em;
  }

  .new-article-pill .do-transparent-card {
    display: none;
  }
  .new-article-pill .do-article-content img {
    height: 100%;
    width: 60vw;
    margin: 0 auto;
    display: block;
  }
  .new-article-pill .collapse {
    display: block;
  }
}
.do-boxed-grid {
  margin: 0 0 40px 0;
}
.do-boxed-grid .do-title {
  background: #35b0be;
  font-size: 20px;
  color: #ffffff;
  font-weight: bold;
  padding: 10px 15px;
}
.do-boxed-grid .do-grid {
  position: relative;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  justify-content: initial;
  -ms-justify-content: initial;
  align-content: initial;
  align-items: initial;
  -ms-flex-align: initial;
  flex-direction: row;
  -ms-flex-direction: row;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.do-boxed-grid .do-grid::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  display: block;
  width: 1px;
  height: 100%;
  background: #53585f;
}
.do-boxed-grid .do-grid .do-grid-item {
  width: 100%;
  padding: 0 50px;
  margin-bottom: 30px;
}
.do-boxed-grid .do-grid .do-grid-item .do-item-content {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  justify-content: center;
  -ms-justify-content: center;
  align-content: initial;
  align-items: initial;
  -ms-flex-align: initial;
  flex-direction: column;
  -ms-flex-direction: column;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  height: 100%;
  min-height: 130px;
  width: 100%;
  padding: 0 0 30px 0;
  border-bottom: 2px dotted #53585f;
  text-align: center;
}
.do-boxed-grid .do-grid .do-grid-item .do-item-content h4 {
  font-size: 18px;
  color: #014890;
  font-weight: bold;
  max-width: 300px;
  margin: 0 auto;
  text-align: center;
}

.do-dipartment-box {
  min-height: 180px;
  text-align: center;
  margin: 0 auto;
}
.do-dipartment-box img {
  display: block;
  margin: 0 auto 15px auto;
}
.do-dipartment-box h4 {
  font-size: 18px;
  color: #014890;
  font-weight: bold;
  max-width: 300px;
  margin: 0 auto;
}

.do-inline-acc {
  margin: 0;
  width: 100%;
}
.do-inline-acc .do-acc-head {
  position: relative;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  cursor: pointer;
  padding: 0;
}
.do-inline-acc .do-acc-head::after {
  position: relative;
  content: "\f078";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  display: block;
  width: 26px;
  height: 26px;
  color: #ffffff;
  font-size: 15px;
  background: #35b0be;
  border-radius: 50%;
  padding: 6px 6px;
  text-align: center;
  margin: 15px auto 20px auto;
}
.do-inline-acc .do-acc-head[aria-expanded="true"] {
  border-bottom-color: transparent;
}
.do-inline-acc .do-acc-head[aria-expanded="true"]::after {
  content: "\f077";
  padding: 5px 6px;
}
/* .do-inline-acc .do-acc-body {
  padding: 5px;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  font-family: "Arial" !important;
} */

@media all and (max-width: 768px) {
  .do-boxed-grid .do-grid::before {
    content: none;
  }
}
/* ====== / GLOBAL ====== */
html {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  color: #fff;
  font-size: 16px;
  font-family: "Montserrat" !important;
  font-weight: normal;
  background: #ffffff;
}

* {
  box-sizing: border-box;
}

input .placeholder {
  text-align: center;
}

body {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  color: #fff;
  font-size: 16px;
  font-family: "Montserrat" !important;
  font-weight: normal;
  line-height: 1.2;
  /* margin-top: -19px; */
  color: #59595a;
}
body.menu-open {
  overflow: hidden;
}

.do-site-wrap {
  position: relative;
  width: 80%;
  margin: 0 auto;
  background: #f4f4f4;
  overflow: hidden;
}

section {
  padding: 0;
}
section:first-of-type {
  padding-top: 30px;
}
section .do-section-more {
  text-align: right;
  font-weight: 600;
  margin: 15px 0;
  padding: 10px;
}
section .do-section-more.home-pagination {
  background: transparent !important;
}
section .do-section-more .do-pagination-wrap {
  padding: 3px 0;
}
section .do-section-more .do-pagination-wrap .pagination {
  margin: 0;
}
section .do-section-more a {
  color: #ffffff;
}
section.light {
  background: #ffffff;
}

.do-page-title {
  background: #014890;
  color: #ffffff;
  height: fit-content;
  padding: 5px 0;
  line-height: 1;
}
.do-page-title .container {
  height: 100%;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  justify-content: center;
  -ms-justify-content: center;
  align-content: initial;
  align-items: initial;
  -ms-flex-align: initial;
  flex-direction: column;
  -ms-flex-direction: column;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.do-page-title .do-title-wrap {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  justify-content: center;
  -ms-justify-content: center;
  align-content: flex-start;
  align-items: flex-start;
  -ms-flex-align: flex-start;
  flex-direction: column;
  -ms-flex-direction: column;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  width: 100%;
  height: 100%;
}
.do-page-title h4 {
  color: #8db9e0;
  font-size: 16px;
  margin: 0;
  font-weight: bold;
  line-height: 1;
}
.do-page-title h1 {
  font-size: 28px;
  padding: 2px 0;
  margin: 0;
  font-weight: bold;
  line-height: 1;
}

.row.gutters-sm {
  margin-left: -10px;
  margin-right: -10px;
}
.row.gutters-sm > div {
  padding: 10px;
}

.alert {
  padding: 20px 15px;
}
.alert.alert-dismissible .close {
  padding: 0.05rem 0.45rem;
  color: #014890;
}
.alert.alert-dismissible .close:hover {
  color: #59595a;
}
.alert.alert-info {
  background: #daeff9;
  color: #014890;
  border: none;
}
.alert.alert-info a {
  color: #014890;
}

.do-pagination-wrap {
  margin: 0 auto;
  display: table;
}
.do-pagination-wrap .page-link {
  /*     border: 1px solid $darkblue; */
  border: none;
  color: #3a5d9d;
  /*     color: $white; */
  background-color: transparent;
}
.do-pagination-wrap .page-link:hover {
  background-color: #8db9e0;
}

.do-ad {
  padding: 0;
  max-width: 400px;
  margin: 0 auto;
}
.do-ad a {
  display: block;
}
.do-ad img {
  width: 100%;
}

.do-content-wrap > .do-filter-panel {
  margin-top: 0;
}

@media all and (max-width: 1180px) {
  .do-site-wrap {
    width: 100%;
  }
}
@media all and (max-width: 480px) {
  .do-site-wrap {
    width: 100%;
  }
}
@media all and (max-width: 768px) {
  .do-page-title h1 {
    font-size: 24px;
  }
  .do-page-title h4 {
    font-size: 15px;
  }

  .image-magazine {
    width: 100%;
    max-width: 212px;
    margin: 0 auto;
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .do-card-details .summary-hp {
    display: none;
  }
}

/*# sourceMappingURL=styles.css.map */
