@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v24/S6u9w4BMUTPHh7USew8.ttf) format("truetype"); }

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v24/S6uyw4BMUTPHvxk.ttf) format("truetype"); }

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v24/S6u9w4BMUTPHh6UVew8.ttf) format("truetype"); }

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v24/S6u9w4BMUTPHh50Xew8.ttf) format("truetype"); }

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v35/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsiH0C4n.ttf) format("truetype"); }

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v35/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0C4n.ttf) format("truetype"); }

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v35/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1y4n.ttf) format("truetype"); }

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v35/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1y4n.ttf) format("truetype"); }

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v35/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgshZ1y4n.ttf) format("truetype"); }

.gutter-2x > [class*='col-'] {
  padding-right: 30px;
  padding-left: 30px; }

*:focus {
  outline: none; }

.form-control:focus {
  border-color: #FFF;
  box-shadow: none; }

.form-control {
  border-radius: 0;
  font-size: 0.7em;
  height: 40px; }

.btn {
  height: 40px;
  border-radius: 0;
  background-color: #14212E;
  color: #FFF;
  text-transform: uppercase; }

.btn:hover {
  background-color: #8890AA;
  color: #FFF;
  opacity: 0.8;
  transition: 0.3s; }

.btn.gray {
  background-color: #D6D6D6;
  color: #14212E !important; }

.btn.red {
  background-color: #7C3141;
  color: #FFF; }

.btn.link {
  background-color: transparent;
  color: #14212E !important;
  text-decoration: underline; }

.btn.btn-primary {
  background-color: #14212E; }

.btn:focus,
.btn.btn-primary {
  border-color: transparent;
  box-shadow: none; }

form.submitted input[type=text]:invalid,
form.submitted input[type=email]:invalid,
form.submitted input[type=number]:invalid,
form.submitted input[type=tel] input[type=checkbox]:invalid,
form.submitted textarea:invalid,
form.submitted select:invalid {
  border-color: #D71440;
  color: #D71440;
  background-color: #FBD5DE; }

.font-lato {
  font-family: Lato; }

.clearfix:after {
  display: block;
  content: "";
  clear: both; }

.read-more:after {
  margin-left: 10px;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-left: 6px solid #14212E;
  border-bottom: 6px solid transparent; }

.page-title {
  margin-bottom: 1.5rem;
  font-size: 2.1em;
  line-height: 1em;
  font-weight: 300;
  font-family: Lato; }

@media only screen and (max-width: 768px) {
  .page-title {
    margin-bottom: 1rem;
    font-size: 1.6em; } }

.link-bold-underline {
  font-weight: 700;
  text-decoration: underline; }

@media (min-width: 992px) {
  .animate {
    animation-duration: 0.3s;
    animation-fill-mode: both; } }

@keyframes slide-in {
  0% {
    transform: translateY(1rem);
    opacity: 0; }
  100% {
    transform: translateY(0rem);
    opacity: 1; }
  0% {
    transform: translateY(1rem);
    opacity: 0; } }

.slide-in {
  animation-name: slide-in; }

.loading-spinner {
  position: fixed;
  width: 60px;
  height: 60px;
  left: 50%;
  top: 50%;
  margin-top: -30px;
  margin-left: -30px; }

.loading-spinner div {
  width: 33%;
  height: 33%;
  background-color: #14212E;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
  animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out; }

.loading-spinner div.cube1 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s; }

.loading-spinner div.cube2 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s; }

.loading-spinner div.cube3 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s; }

.loading-spinner div.cube4 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s; }

.loading-spinner div.cube5 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s; }

.loading-spinner div.cube6 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s; }

.loading-spinner div.cube7 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s; }

.loading-spinner div.cube8 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s; }

.loading-spinner div.cube9 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s; }

@-webkit-keyframes sk-cubeGridScaleDelay {
  0%,
  70%,
  100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1); }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1); } }

@keyframes sk-cubeGridScaleDelay {
  0%,
  70%,
  100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1); }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1); } }

*.t1 i {
  color: #7C3141; }

*.t1 span {
  background: #7C3141; }

*.t2 i {
  color: #8890AA; }

*.t2 span {
  background: #8890AA; }

*.t3 i {
  color: #EE7523; }

*.t3 span {
  background: #EE7523; }

*.t4 i {
  color: #38577c; }

*.t4 span {
  background: #38577c; }

*.t5 i {
  color: #009fe3; }

*.t5 span {
  background: #009fe3; }

.headline {
  position: relative;
  margin-bottom: 1.5rem; }

@media only screen and (max-width: 992px) {
  .headline {
    margin-bottom: 1.5rem; } }

.headline:hover {
  transform: scale(1.01); }

.headline i {
  position: absolute;
  top: 0;
  right: 0;
  padding: 1% 3%;
  background: #FFF;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 300;
  font-size: 1.3em;
  font-family: Lato; }

@media only screen and (max-width: 992px) {
  .headline i {
    font-size: 1.1em; } }

.headline img {
  width: 100%;
  max-height: 232px;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat; }

.headline span {
  display: block;
  position: absolute;
  bottom: 45px;
  right: 3%;
  z-index: 1;
  padding: 1% 2%;
  color: #FFF;
  font-weight: 700;
  font-size: 1.1em;
  line-height: 1.1em; }

@media only screen and (max-width: 992px) {
  .headline span {
    font-size: 1em;
    line-height: 1em; } }

.headline h3 {
  position: absolute;
  bottom: 0;
  width: 100%;
  min-height: 70px;
  margin-bottom: 0;
  padding: 3% 22% 3% 4%;
  background: #14212E;
  color: #FFF;
  font-size: 1.1em;
  line-height: 1.1em; }

@media only screen and (max-width: 992px) {
  .headline h3 {
    padding-right: 25%;
    font-size: 0.9em; } }

.headline.no-overlay {
  padding-bottom: 70px; }

.headline.no-date h3 {
  padding-right: 4%; }

.headline.home {
  margin-bottom: 0; }

@media only screen and (max-width: 768px) {
  .headline.home {
    margin-bottom: 1.5rem; } }

.headline.home span {
  left: 3%;
  right: auto; }

.headline.home h3 {
  padding: 2% 2% 2% 22%; }

@media only screen and (max-width: 992px) {
  .headline.home h3 {
    padding: 2% 2% 2% 25%; } }

.headline.home img {
  max-height: 256px; }

.headline.edition {
  margin-bottom: 0; }

.headline.edition span {
  top: 0;
  left: 0;
  right: auto;
  bottom: auto; }

.headline.edition-main i {
  background: #7C3141;
  color: #FFF; }

.headline-small {
  border: solid 1px #14212E;
  min-height: 116px; }

.headline-small:after {
  display: block;
  content: "";
  clear: both; }

.headline-small span {
  display: block;
  float: left;
  margin: 2px 0.5rem 0 0;
  padding: 2% 2%;
  color: #FFF;
  font-weight: 700;
  font-size: 1.1em;
  line-height: 1.1em; }

@media only screen and (max-width: 992px) {
  .headline-small span {
    font-size: 1em;
    line-height: 1em; } }

.headline-small h3 {
  font-size: 0.9em;
  padding: 1rem; }

.headline-small.news h3 {
  font-size: 1em;
  font-weight: 700;
  padding: 0.5rem 1rem 0.25rem;
  min-height: 80px; }

.headline-small.news p {
  padding: 0 15px;
  font-size: 0.9em; }

.headline-small.news p:hover {
  text-decoration: underline; }

.headline-small.search {
  border: none;
  border-bottom: solid 1px #D6D6D6;
  margin-bottom: 15px;
  min-height: initial; }

.headline-small.search i {
  text-transform: uppercase;
  font-style: normal;
  font-weight: 300;
  font-size: 0.7em;
  font-family: Lato; }

.headline-small.search span {
  font-size: 0.9em;
  line-height: 1.1em;
  padding: 0.5rem 0.5rem; }

.headline-small.search h3 {
  margin-bottom: 0.25rem;
  font-size: 1em;
  font-weight: 700;
  padding: 0; }

.headline-small.search p {
  font-size: 0.8em; }

.headline-small.search p:hover {
  text-decoration: underline; }

.member {
  position: relative; }

.member img {
  width: 100%; }

.member .info {
  transition: opacity 0.3s ease-out;
  opacity: 0; }

@media only screen and (max-width: 992px) {
  .member .info {
    opacity: 1; } }

.member:hover {
  transform: scale(1.01); }

.member:hover .info {
  opacity: 1; }

.member .info {
  position: absolute;
  display: flex;
  flex-direction: column;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 8%;
  background-color: rgba(255, 255, 255, 0.8); }

.member .info h2 {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 1.4em;
  line-height: 1.2em;
  font-family: Lato; }

.member .info span {
  display: block;
  font-size: 0.9em;
  font-weight: 300;
  margin-bottom: 1rem; }

.member .info .icon {
  flex-grow: 1; }

.member .info .icon a:hover {
  text-decoration: none; }

.member .info .icon img {
  margin-right: 4%; }

.member .info .icon img.mail {
  max-width: 24px; }

.member .info .icon img.linkedin {
  max-width: 19px; }

.member .info .icon img.vcard {
  max-width: 33px; }

.member .info .link {
  text-align: right;
  font-size: 1.1em;
  font-weight: 900;
  font-family: Lato; }

.pager {
  font-size: 1.1em;
  text-align: center; }

.pager a {
  padding: 0 5px; }

.pager a.arrow.left:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-right: 7px solid #14212E;
  border-bottom: 7px solid transparent; }

.pager a.arrow.right:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-left: 7px solid #14212E;
  border-bottom: 7px solid transparent; }

.slick-slider .slick-prev,
.slick-slider .slick-next {
  position: absolute;
  display: block;
  font-size: 0;
  line-height: 0;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent; }

.slick-slider .slick-prev:focus,
.slick-slider .slick-next:focus {
  outline: none; }

.slick-slider .slick-prev {
  left: -20px; }

.slick-slider .slick-prev:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-right: 20px solid #14212E;
  border-bottom: 20px solid transparent; }

.slick-slider .slick-prev.slick-disabled:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-right: 20px solid #D6D6D6;
  border-bottom: 20px solid transparent; }

.slick-slider .slick-next {
  right: -20px; }

.slick-slider .slick-next:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-left: 20px solid #14212E;
  border-bottom: 20px solid transparent; }

.slick-slider .slick-next.slick-disabled:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-left: 20px solid #D6D6D6;
  border-bottom: 20px solid transparent; }

.content-list .row [class*="col-"] {
  display: flex; }

.content-list .row [class*="col-"] .box {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
  width: 100%; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .content-list .row [class*="col-"] .box {
    display: block; } }

.content-list .row [class*="col-"] .box .headline {
  margin-bottom: 0; }

.content-list .row [class*="col-"] .box .summary {
  flex: 1;
  padding: 4% 3% 2%;
  border: solid 1px #14212E; }

.content-list .row [class*="col-"] .box .summary:after {
  display: block;
  content: "";
  clear: both; }

@media only screen and (max-width: 768px) {
  .content-list .row [class*="col-"] .box .summary {
    font-size: 0.8em; } }

.content-list .row [class*="col-"] .box .summary span {
  display: block;
  margin-bottom: 0.5rem;
  color: #7C3141; }

.content-list .row [class*="col-"] .box .summary span a {
  color: #7C3141;
  text-decoration: underline;
  text-transform: lowercase; }

.content-list .row [class*="col-"] .box .summary p {
  line-height: 1.3em; }

.content-list .row [class*="col-"] .box .summary a.read-more {
  float: right; }

.content-list .row [class*="col-"] .box .summary a.read-more:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-left: 6px solid #14212E;
  border-bottom: 6px solid transparent; }

.content-list .row [class*="col-"] .box .summary a {
  text-decoration: underline; }

.content-list.remove-d-flex .row [class*="col-"] {
  display: block; }

.search-box {
  width: 100%;
  padding: 1rem;
  background: #CECECE; }

.search-box h4 {
  margin-bottom: 1rem;
  font-size: 1.3em;
  font-weight: 900;
  font-family: Lato; }

.search-box span {
  display: block;
  font-size: 0.7em;
  line-height: 1.4em;
  margin-bottom: 1rem; }

.search-box .form-row > div {
  margin-bottom: 1rem; }

.search-box .form-row:last-child > div {
  text-align: center;
  margin-bottom: 0; }

.search-box-professional .form-row > div {
  margin-bottom: 1rem; }

@media only screen and (max-width: 768px) {
  .slider-container {
    padding: 0 35px; } }

.past-issues-container {
  border-top: solid 1px #14212E;
  padding-top: 1rem; }

.past-issues-container > div {
  padding: 0 35px 0 0; }

@media only screen and (max-width: 992px) {
  .past-issues-container > div {
    padding: 0 35px; } }

.past-issues-container h4 {
  font-weight: 900; }

.box-practice-areas {
  position: relative; }

.box-practice-areas h4 {
  position: absolute;
  top: 20%;
  left: -70px;
  width: 180px;
  padding: 10px 0;
  background: #FFF;
  text-transform: uppercase;
  font-size: 1.9em;
  font-weight: 900;
  font-family: Lato; }

@media only screen and (max-width: 768px) {
  .box-practice-areas h4 {
    position: initial;
    width: 100%;
    padding: 0;
    font-size: 1.4em; } }

.box-practice-areas .list {
  border: solid 1px #14212E;
  padding: 5% 2% 5% 15%; }

@media only screen and (max-width: 768px) {
  .box-practice-areas .list {
    padding: 5% 5% 5% 5%; } }

.box-practice-areas .list ul {
  padding-left: 0;
  margin-bottom: 0; }

.box-practice-areas .list ul li {
  list-style-type: none;
  font-size: 0.8em;
  line-height: 1.2em;
  margin-bottom: 0.75rem;
  padding-left: 5px;
  text-transform: uppercase; }

@media only screen and (max-width: 992px) {
  .box-practice-areas .list ul li {
    margin-bottom: 5%; } }

.box-practice-areas .list ul li a::after {
  margin-left: 10px;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-left: 6px solid #14212E;
  border-bottom: 6px solid transparent; }

@media only screen and (max-width: 992px) {
  .box-practice-areas .list ul li a::after {
    display: none; }
  .box-practice-areas .list ul li a:before {
    margin-right: 5px;
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-left: 6px solid #14212E;
    border-bottom: 6px solid transparent; } }

.box-practice-areas:after {
  content: "";
  position: absolute;
  display: block;
  top: 82%;
  margin-top: -23px;
  right: -8px;
  width: 46px;
  height: 46px;
  background: #14212E;
  font-weight: initial;
  font-size: initial;
  color: #FFF;
  text-align: center; }

@media only screen and (max-width: 768px) {
  .box-practice-areas:after {
    top: 95%;
    margin-top: -11.5px;
    right: 3.5px;
    width: 23px;
    height: 23px;
    font-size: initial; } }

.centered-page-title {
  text-align: center;
  position: relative;
  z-index: 1; }

.centered-page-title h1 {
  display: inline-block;
  padding: 0 4%;
  background: #FFF;
  text-transform: uppercase;
  font-size: 1.5em;
  line-height: 1em;
  font-weight: 800;
  font-family: Lato; }

@media only screen and (max-width: 768px) {
  .centered-page-title h1 {
    font-size: 1.4em; } }

.share-bar {
  font-size: 0.8em;
  text-align: right; }

@media only screen and (max-width: 768px) {
  .share-bar {
    text-align: left; } }

.share-bar span {
  margin-right: 10px; }

@media only screen and (max-width: 768px) {
  .share-bar span {
    display: block;
    margin-bottom: 3px; } }

.share-bar a {
  text-decoration: none; }

.share-bar a img {
  margin-right: 5px;
  margin-bottom: 3px;
  max-width: 25px; }

.share-bar a img:hover {
  transform: scale(1.05); }

.ol-alpha {
  counter-reset: list; }

.ol-alpha > li {
  list-style: none;
  margin-bottom: 0.5rem; }

.ol-alpha > li:before {
  content: counter(list, lower-alpha) ") ";
  counter-increment: list; }

img.note-float-left {
  margin-right: 15px; }

img.note-float-right {
  margin-left: 15px; }

/* Cookie Dialog */
#gdpr-cookie-blocked-layer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1031; }

#gdpr-cookie-message {
  position: fixed;
  right: 30px;
  bottom: 30px;
  max-width: 375px;
  background-color: #14212E;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.25);
  margin-left: 30px;
  z-index: 1032; }

#gdpr-cookie-message h4 {
  color: #FFF;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px; }

#gdpr-cookie-message h5 {
  color: #FFF;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 10px; }

#gdpr-cookie-message p,
#gdpr-cookie-message ul {
  color: white;
  font-size: 15px;
  line-height: 1.5em; }

#gdpr-cookie-message p:last-child {
  margin-bottom: 0;
  text-align: right; }

#gdpr-cookie-message li {
  width: 49%;
  display: inline-block; }

#gdpr-cookie-message a {
  color: #FFF;
  text-decoration: none;
  font-size: 15px;
  padding-bottom: 2px;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.75);
  transition: all 0.3s ease-in; }

#gdpr-cookie-message a:hover {
  color: white;
  border-bottom-color: #7C3141;
  transition: all 0.3s ease-in; }

#gdpr-cookie-message button {
  border: none;
  background: #7C3141;
  color: white;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  padding: 7px;
  border-radius: 3px;
  margin-left: 15px;
  cursor: pointer;
  transition: all 0.3s ease-in; }

#gdpr-cookie-message button:hover {
  background: white;
  color: #7C3141;
  transition: all 0.3s ease-in; }

button#gdpr-cookie-advanced {
  background: transparent;
  color: #FFF; }

#gdpr-cookie-message button:disabled {
  opacity: 0.3; }

#gdpr-cookie-message input[type="checkbox"] {
  float: none;
  margin-top: 0;
  margin-right: 5px; }

section#banner {
  margin-bottom: 3rem; }

section#banner .banner-container {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease; }

section#banner .banner-container.slick-initialized {
  visibility: visible;
  opacity: 1; }

section#banner .banner-container .link {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 2; }

section#banner .banner-container .slick-arrow {
  display: none !important; }

section#banner .banner-container .slick-dots {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center; }

section#banner .banner-container .slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

section#banner .banner-container .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: #D6D6D6; }

section#banner .banner-container .slick-dots li.slick-active button {
  background: #14212E; }

section#banner .banner-container .slick-slide {
  padding: 0 1%;
  background-size: 1360px;
  background-repeat: no-repeat;
  background-position: center center;
  height: 480px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative; }

@media only screen and (max-width: 1400px) {
  section#banner .banner-container .slick-slide {
    background-size: cover;
    height: 350px; } }

@media only screen and (max-width: 1200px) {
  section#banner .banner-container .slick-slide {
    height: 350px; } }

@media only screen and (max-width: 992px) {
  section#banner .banner-container .slick-slide {
    height: 270px; } }

@media only screen and (max-width: 768px) {
  section#banner .banner-container .slick-slide {
    height: 205px; } }

@media only screen and (max-width: 576px) {
  section#banner .banner-container .slick-slide {
    padding: 0 0.5%;
    height: 145px; } }

@media only screen and (max-width: 380px) {
  section#banner .banner-container .slick-slide {
    padding: 0 0.3%;
    height: 130px; } }

section#banner .banner-container .slick-slide.bg-cover {
  background-size: cover; }

section#banner .banner-container .slick-slide .box-title {
  position: absolute;
  top: 0;
  left: 17%;
  max-width: 20%;
  background: #FFF;
  padding: 2% 2%;
  font-family: 'Lato';
  font-size: 1.9em;
  line-height: 2.3rem;
  text-align: center;
  font-weight: 300;
  display: none; }

@media only screen and (max-width: 1400px) {
  section#banner .banner-container .slick-slide .box-title {
    left: 8%; } }

@media only screen and (max-width: 1200px) {
  section#banner .banner-container .slick-slide .box-title {
    left: 6%;
    max-width: 24%; } }

@media only screen and (max-width: 992px) {
  section#banner .banner-container .slick-slide .box-title {
    font-size: 0.8em;
    line-height: 1em; } }

@media only screen and (max-width: 768px) {
  section#banner .banner-container .slick-slide .box-title {
    max-width: 33%; } }

section#banner .banner-container .slick-slide .box-title.t4 {
  display: block; }

section#banner .banner-container .slick-slide .box {
  width: 42%;
  position: relative; }

@media only screen and (max-width: 992px) {
  section#banner .banner-container .slick-slide .box {
    min-height: initial;
    width: 45%; } }

section#banner .banner-container .slick-slide .box:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  border: 3px solid #EE7523;
  left: -3%;
  top: -8%;
  z-index: 0; }

section#banner .banner-container .slick-slide .box:after {
  position: absolute;
  width: 35%;
  content: '';
  border-bottom: 3px solid #EE7523;
  right: -10%;
  bottom: 10%;
  z-index: 0; }

section#banner .banner-container .slick-slide .box .inside-title {
  display: none; }

section#banner .banner-container .slick-slide .box .text {
  background: #14212E;
  padding: 1% 4%;
  color: #FFF;
  font-weight: 300;
  font-family: Lato;
  position: relative; }

section#banner .banner-container .slick-slide .box .text h2 {
  font-size: 1.9em;
  font-weight: 300; }

section#banner .banner-container .slick-slide .box .text span {
  font-size: 1.2em;
  display: block; }

@media only screen and (max-width: 992px) {
  section#banner .banner-container .slick-slide .box .text {
    min-height: initial; }
  section#banner .banner-container .slick-slide .box .text h2 {
    font-size: 0.8em;
    line-height: 1em; }
  section#banner .banner-container .slick-slide .box .text span {
    font-size: 0.8em;
    line-height: 1em; } }

section#banner .banner-container .slick-slide .box .text:before,
section#banner .banner-container .slick-slide .box .text::after {
  content: '';
  display: block;
  width: 25px;
  border-bottom: solid 3px #EE7523;
  margin: 2% 0; }

section#banner .banner-container .slick-slide .box.t1:before {
  display: none; }

section#banner .banner-container .slick-slide .box.t1:after {
  display: none; }

section#banner .banner-container .slick-slide .box.t1 .text {
  padding: 2% 4%; }

section#banner .banner-container .slick-slide .box.t1 .text:before,
section#banner .banner-container .slick-slide .box.t1 .text::after {
  display: none; }

section#banner .banner-container .slick-slide .box.t2:before,
section#banner .banner-container .slick-slide .box.t4:before,
section#banner .banner-container .slick-slide .box.t6:before,
section#banner .banner-container .slick-slide .box.t7:before {
  display: none; }

section#banner .banner-container .slick-slide .box.t3:after {
  display: none; }

section#banner .banner-container .slick-slide .box.t3 .text:before,
section#banner .banner-container .slick-slide .box.t3 .text::after {
  border-color: #00A083; }

section#banner .banner-container .slick-slide .box.t4:after {
  border-color: #D6D6D6; }

section#banner .banner-container .slick-slide .box.t4 .text {
  background: #FFF;
  color: #14212E;
  text-align: center; }

section#banner .banner-container .slick-slide .box.t4 .text:before,
section#banner .banner-container .slick-slide .box.t4 .text::after {
  border-color: #CECECE; }

section#banner .banner-container .slick-slide .box.t5:before {
  border-color: #8E8F94;
  background-color: #8E8F94; }

section#banner .banner-container .slick-slide .box.t5:after {
  border-color: #D6D6D6; }

section#banner .banner-container .slick-slide .box.t5 .text {
  background: #FFF;
  color: #14212E;
  text-align: center; }

section#banner .banner-container .slick-slide .box.t5 .text:before,
section#banner .banner-container .slick-slide .box.t5 .text::after {
  border-color: #CECECE; }

section#banner .banner-container .slick-slide .box.t6 {
  width: 64.8%; }

@media only screen and (max-width: 1400px) {
  section#banner .banner-container .slick-slide .box.t6 {
    width: 70.5%; } }

section#banner .banner-container .slick-slide .box.t6:after {
  border-color: #CECECE; }

section#banner .banner-container .slick-slide .box.t6 .text {
  background: #FFF;
  color: #14212E; }

section#banner .banner-container .slick-slide .box.t6 .text:before,
section#banner .banner-container .slick-slide .box.t6 .text::after {
  border-color: #CECECE; }

section#banner .banner-container .slick-slide .box.t6 .text .inside-title {
  display: block;
  color: #14212E;
  font-size: 48px;
  font-weight: 300;
  margin-bottom: 0; }

@media only screen and (max-width: 992px) {
  section#banner .banner-container .slick-slide .box.t6 .text .inside-title {
    font-size: 1.1rem;
    line-height: 1.1rem;
    margin-bottom: 10px; } }

section#banner .banner-container .slick-slide .box.t7:after {
  border-color: #1b98e0; }

section#banner .banner-container .slick-slide .box.t7 .text:before,
section#banner .banner-container .slick-slide .box.t7 .text::after {
  border-color: #1b98e0; }

section#areas {
  margin-bottom: 4rem; }

@media only screen and (max-width: 768px) {
  section#areas {
    margin-bottom: 2.5rem; } }

section#areas .box {
  position: relative; }

section#areas .box h4 {
  position: absolute;
  top: 20%;
  left: -70px;
  width: 180px;
  padding: 10px 0;
  background: #FFF;
  text-transform: uppercase;
  font-size: 1.9em;
  font-weight: 900;
  font-family: Lato; }

@media only screen and (max-width: 768px) {
  section#areas .box h4 {
    position: initial;
    width: 100%;
    padding: 0;
    font-size: 1.4em; } }

section#areas .box .list {
  border: solid 1px #14212E;
  padding: 5% 2% 5% 15%; }

@media only screen and (max-width: 768px) {
  section#areas .box .list {
    padding: 5% 5% 5% 5%; } }

section#areas .box .list ul {
  padding-left: 0;
  margin-bottom: 0; }

section#areas .box .list ul li {
  list-style-type: none;
  font-size: 0.8em;
  line-height: 1.2em;
  margin-bottom: 0.75rem;
  padding-left: 5px;
  text-transform: uppercase; }

@media only screen and (max-width: 992px) {
  section#areas .box .list ul li {
    margin-bottom: 5%; } }

section#areas .box .list ul li a::after {
  margin-left: 10px;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-left: 6px solid #14212E;
  border-bottom: 6px solid transparent; }

@media only screen and (max-width: 992px) {
  section#areas .box .list ul li a::after {
    display: none; }
  section#areas .box .list ul li a:before {
    margin-right: 5px;
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-left: 6px solid #14212E;
    border-bottom: 6px solid transparent; } }

section#areas .box:after {
  content: "";
  position: absolute;
  display: block;
  top: 82%;
  margin-top: -23px;
  right: -8px;
  width: 46px;
  height: 46px;
  background: #14212E;
  font-weight: initial;
  font-size: initial;
  color: #FFF;
  text-align: center; }

@media only screen and (max-width: 768px) {
  section#areas .box:after {
    top: 95%;
    margin-top: -11.5px;
    right: 3.5px;
    width: 23px;
    height: 23px;
    font-size: initial; } }

section#highlights {
  margin-bottom: 2.5rem; }

section#highlights h4 {
  text-transform: uppercase;
  font-size: 1.7em;
  font-weight: 900;
  font-family: Lato;
  transform: rotate(-90deg);
  white-space: nowrap;
  margin-bottom: 15px; }

@media only screen and (max-width: 992px) {
  section#highlights h4 {
    font-size: 1.5em; } }

@media only screen and (max-width: 768px) {
  section#highlights h4 {
    font-size: 1.4em;
    transform: none; } }

section#highlights h4.en {
  font-size: 2.1em;
  margin-bottom: 165px; }

@media only screen and (max-width: 1200px) {
  section#highlights h4.en {
    margin-bottom: 157px; } }

@media only screen and (max-width: 992px) {
  section#highlights h4.en {
    margin-bottom: 146px; } }

@media only screen and (max-width: 768px) {
  section#highlights h4.en {
    font-size: 1.4em;
    transform: none;
    margin-bottom: 0.5em; } }

@media only screen and (max-width: 992px) {
  section#highlights .slider-container > div {
    padding: 0 15px; } }

section#highlights .slider-container > div a.read-more:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-left: 6px solid #14212E;
  border-bottom: 6px solid transparent; }

section#highlights .slider-container > div a {
  text-decoration: underline; }

section#subscribe,
section#event {
  padding: 3% 0;
  margin-bottom: 2.5rem;
  background-color: #D6D6D6; }

section#subscribe .text,
section#event .text {
  margin-bottom: 2%; }

section#subscribe .text h4,
section#event .text h4 {
  text-transform: uppercase;
  font-size: 1.8em;
  font-weight: 900;
  margin-bottom: 1.25rem;
  font-family: Lato; }

@media only screen and (max-width: 992px) {
  section#subscribe .text h4,
  section#event .text h4 {
    font-size: 1.4em;
    margin-bottom: 2%; } }

section#subscribe .text h4 img,
section#event .text h4 img {
  width: 52px;
  margin: -3px 0 0 12px; }

section#subscribe .text h5.closed,
section#event .text h5.closed {
  text-transform: uppercase;
  font-size: 1.8em;
  margin-top: 30px;
  text-align: center; }

section#subscribe .text p,
section#event .text p {
  font-size: 0.9em;
  line-height: 1.3em;
  margin-bottom: 0.5rem; }

section#subscribe .text p .linkedin,
section#event .text p .linkedin {
  text-decoration: none; }

section#subscribe .text p .linkedin img,
section#event .text p .linkedin img {
  width: 19px;
  margin-bottom: 7px;
  margin-right: 7px; }

section#subscribe .form-row > div,
section#event .form-row > div {
  margin-bottom: 1rem; }

section#subscribe .form-row:last-child > div,
section#event .form-row:last-child > div {
  margin-bottom: 0; }

section#subscribe .notice,
section#event .notice {
  font-size: 0.6em;
  margin-bottom: 1rem !important; }

section#subscribe label,
section#event label {
  font-size: 0.8em; }

section#subscribe a,
section#event a {
  text-decoration: underline; }

section#subscribe .btn,
section#event .btn {
  width: 100%;
  font-size: 0.8em; }

section#article-list .search-box {
  margin-bottom: 30px; }

section#article-list .main {
  margin-bottom: 2rem;
  padding-top: 20px; }

section#article-list .main .box {
  margin-bottom: 0; }

@media only screen and (max-width: 992px) {
  section#article-list .main .box {
    margin-bottom: 2rem; } }

section#article-list .main .box .headline {
  border: solid 1px #8890AA;
  border-bottom: none; }

section#article-list .main .box .headline img {
  margin-top: -20px;
  margin-left: 4%;
  width: 80%; }

section#article .header h1 {
  margin-bottom: 0.5rem;
  font-size: 1.9em;
  line-height: 1em;
  font-weight: 300;
  font-family: Lato; }

@media only screen and (max-width: 768px) {
  section#article .header h1 {
    font-size: 1.6em; } }

section#article .header .by {
  margin-bottom: 0.5rem;
  font-size: 1.3em;
  font-family: Lato; }

section#article .header .by span {
  display: block;
  font-size: 0.7em;
  font-weight: 700; }

@media only screen and (max-width: 768px) {
  section#article .header .by {
    margin-bottom: 1rem;
    font-size: 1em; } }

section#article .header .by a {
  text-decoration: underline;
  font-weight: 700; }

section#article .header .by a.inactive {
  text-decoration: none;
  cursor: default; }

section#article .header .icon {
  font-size: 0.8em;
  text-align: right; }

@media only screen and (max-width: 768px) {
  section#article .header .icon {
    text-align: left; } }

section#article .header .icon span {
  margin-right: 10px; }

@media only screen and (max-width: 768px) {
  section#article .header .icon span {
    display: block;
    margin-bottom: 3px; } }

section#article .header .icon a {
  text-decoration: none; }

section#article .header .icon a img {
  margin-right: 5px;
  margin-bottom: 3px;
  max-width: 25px; }

section#article .header .icon a img:hover {
  transform: scale(1.05); }

section#article .header,
section#article .content,
section#article .authors,
section#article .other-articles,
section#article .on-this-issue,
section#article .search-box {
  margin-bottom: 2rem; }

section#article h4 {
  margin-bottom: 1rem;
  font-size: 1.3em;
  font-weight: 900;
  font-family: Lato; }

section#article .content {
  text-align: justify; 
  word-break: break-word; }  

section#article .content:after {
  display: block;
  content: "";
  clear: both; }

section#article .content a {
  text-decoration: underline; }

section#article .content img {
  margin-bottom: 20px; }

@media only screen and (max-width: 992px) {
  section#article .content img {
    max-width: 100%;
    height: auto  !important; 
    width: auto !important; } }	

@media only screen and (max-width: 768px) {
  section#article .content img {
    margin-right: 0 !important; } }

section#article .authors,
section#article .other-articles {
  padding: 1rem; }

section#article .authors .row > div,
section#article .other-articles .row > div {
  margin-bottom: 30px; }

section#article .authors {
  background: #CECECE;
  display: inline-block; }

section#article .authors .flex-list {
  flex-wrap: wrap !important;
  display: flex !important;
  margin-left: -15px;
  margin-right: -15px; }

section#article .authors .flex-list .item {
  padding: 0 15px;
  margin-bottom: 15px; }

@media only screen and (max-width: 768px) {
  section#article .authors .flex-list .item {
    width: 100%; } }

section#article .authors .flex-list .item .member img.photo {
  max-width: 247px; }

@media only screen and (max-width: 768px) {
  section#article .authors .flex-list .item .member img.photo {
    max-width: none;
    width: 100%; } }

section#article .on-this-issue {
  border-top: solid 1px #14212E;
  padding-top: 1rem; }

section#article .on-this-issue h4 {
  font-weight: 400; }

section#article .on-this-issue h4 strong {
  font-weight: 900; }

@media only screen and (max-width: 768px) {
  section#article .on-this-issue h4 {
    font-size: 1.2em; } }

section#article .on-this-issue a {
  text-decoration: none; }

section#article .other-articles {
  background: #6f9291; }

@media only screen and (max-width: 768px) {
  section#article .other-articles {
    height: auto; } }

section#article .other-articles img {
  margin-bottom: 3%; }

section#article .other-articles h3 {
  font-weight: 700;
  font-size: 1.1em; }

section#article .other-articles span {
  font-size: 0.9em;
  line-height: 1.2em;
  display: block; }

section#article .other-articles a {
  text-decoration: none; }

section#article .other-articles a strong {
  text-decoration: underline; }

section#article .past-issues {
  border-top: solid 1px #14212E;
  padding-top: 1rem; }

section#article .past-issues > div {
  padding: 0 35px 0 0; }

@media only screen and (max-width: 992px) {
  section#article .past-issues > div {
    padding: 0 35px; } }

section#article .past-issues h4 {
  font-weight: 900; }

@media only screen and (max-width: 768px) {
  section#article .search-box {
    height: auto; } }

section#contact a {
  font-weight: 700;
  text-decoration: underline; }

section#contact .location {
  margin-bottom: 2rem;
  background: #D6D6D6; }

section#contact .location .photo img {
  width: 100%; }

section#contact .location .profile {
  padding: 2%; }

@media only screen and (max-width: 768px) {
  section#contact .location .profile {
    padding: 4%; } }

section#contact .location .profile h2 {
  margin-bottom: 1%;
  font-weight: 300;
  font-size: 2em;
  line-height: 1em;
  font-family: Lato; }

@media only screen and (max-width: 768px) {
  section#contact .location .profile h2 {
    margin-bottom: 2%;
    font-size: 1.6em; } }

section#contact .location .profile .info {
  font-size: 0.8em;
  font-weight: 300; }

@media only screen and (max-width: 768px) {
  section#contact .location .profile .info {
    font-size: 0.7em; } }

section#contact .location .profile .info strong {
  font-weight: 600; }

@media only screen and (max-width: 992px) {
  section#contact .location .profile .info p {
    margin-bottom: 0.5em; } }

section#contact .location .profile .link {
  line-height: 1.8em; }

section#contact .email {
  text-align: center; }

@media only screen and (max-width: 768px) {
  section#contact .email {
    font-size: 0.8em; } }

section#contact .email > div {
  margin-bottom: 1.5rem; }

section#contest h1 {
  margin-bottom: 1.5rem;
  font-size: 2.1em;
  line-height: 1em;
  font-weight: 300;
  font-family: Lato; }

@media only screen and (max-width: 768px) {
  section#contest h1 {
    margin-bottom: 1rem;
    font-size: 1.6em; } }

section#contest .contest {
  margin-bottom: 2rem; }

section#contest .contest .text {
  padding: 2% 0; }

@media only screen and (max-width: 768px) {
  section#contest .contest .text {
    padding: 4%; } }

section#contest a {
  text-decoration: underline; }

section#edition .header {
  background: #D6D6D6; }

section#edition .header .photo img {
  width: 100%;
  max-height: none !important; }

section#edition .header .description {
  padding: 2%;
  font-size: 0.8em; }

@media only screen and (max-width: 768px) {
  section#edition .header .description {
    padding: 4%; } }

section#edition .header .description .text {
  margin-bottom: 1rem; }

section#edition .header .description .text a {
  text-decoration: underline; }

section#edition .header .description .icon {
  font-size: 0.8em;
  text-align: right; }

@media only screen and (max-width: 768px) {
  section#edition .header .description .icon {
    text-align: left; } }

section#edition .header .description .icon a {
  text-decoration: none; }

section#edition .header .description .icon a:first-child img {
  margin-left: 0; }

section#edition .header .description .icon a img {
  margin-left: 5px;
  margin-bottom: 3px;
  max-width: 25px; }

section#edition .header .description .icon a img:hover {
  transform: scale(1.05); }

section#edition .header,
section#edition .on-this-issue,
section#edition .past-issues,
section#edition .search-box {
  margin-bottom: 1.5rem; }

section#edition h4 {
  font-size: 1.3em;
  font-weight: 900; }

section#edition .on-this-issue h4,
section#edition .past-issues h4 {
  margin-bottom: 1rem;
  font-weight: 400;
  font-size: 1.3em;
  font-family: Lato; }

section#edition .on-this-issue h4 strong,
section#edition .past-issues h4 strong {
  font-weight: 900; }

@media only screen and (max-width: 768px) {
  section#edition .on-this-issue h4,
  section#edition .past-issues h4 {
    font-size: 1.2em; } }

section#edition .on-this-issue {
  position: relative;
  border-top: solid 1px #14212E;
  padding-top: 1rem; }

@media only screen and (max-width: 768px) {
  section#edition .on-this-issue {
    padding-top: 3.5rem; } }

section#edition .on-this-issue .subscribe {
  position: absolute;
  padding-left: 15px;
  top: -1px;
  right: 0;
  background: #FFF;
  width: 205px; }

section#edition .on-this-issue .subscribe .btn {
  display: block;
  font-size: 0.9em;
  font-weight: 900;
  font-family: Lato; }

section#edition .on-this-issue .subscribe .btn img {
  width: 35px;
  margin-left: 15px; }

section#edition .on-this-issue .content-list .box .summary {
  font-size: 0.8em; }

section#edition .on-this-issue .content-list .box .headline {
  background: #e6e6e6; }

section#edition .past-issues {
  border-top: solid 1px #14212E;
  padding-top: 1rem; }

section#edition .past-issues > div {
  padding: 0 35px 0 0; }

@media only screen and (max-width: 992px) {
  section#edition .past-issues > div {
    padding: 0 35px; } }

section#edition .past-issues h4 {
  font-weight: 900; }

section#news .header h1 {
  margin-bottom: 0.5rem;
  font-size: 1.9em;
  line-height: 1em;
  font-weight: 300;
  font-family: Lato; }

@media only screen and (max-width: 768px) {
  section#news .header h1 {
    font-size: 1.6em; } }

section#news .header .date {
  margin-bottom: 0.5rem;
  font-size: 0.9em;
  font-weight: 700;
  font-family: Lato; }

@media only screen and (max-width: 768px) {
  section#news .header .date {
    margin-bottom: 1rem;
    font-size: 1em; } }

section#news h4 {
  margin-bottom: 1rem;
  font-size: 1.3em;
  font-weight: 900;
  font-family: Lato; }

section#news .content {
  margin-bottom: 2rem; }

section#news .content:after {
  display: block;
  content: "";
  clear: both; }

section#news .content .icon,
section#news .content img,
section#news .content .cite {
  margin-bottom: 1rem; }

section#news .content .icon {
  font-size: 0.8em;
  text-align: right; }

@media only screen and (max-width: 768px) {
  section#news .content .icon {
    text-align: left; } }

section#news .content .icon span {
  margin-right: 10px; }

@media only screen and (max-width: 768px) {
  section#news .content .icon span {
    display: block;
    margin-bottom: 3px; } }

section#news .content .icon a {
  text-decoration: none; }

section#news .content .icon a img {
  margin-right: 5px;
  margin-bottom: 3px;
  max-width: 25px; }

section#news .content .icon a img:hover {
  transform: scale(1.05); }

section#news .content a {
  text-decoration: underline; }

section#news .content .text {
  text-align: justify; }

section#news .content .text:after {
  display: block;
  content: "";
  clear: both; }

@media only screen and (max-width: 992px) {
  section#news .content .text img {
    max-width: 100%;
	width: auto !important;	
    height: auto  !important; } }

section#news .content .cite {
  font-weight: 700;
  font-size: 1.5em;
  line-height: 1.2em;
  font-family: Lato; }

@media only screen and (max-width: 768px) {
  section#news .content .cite {
    font-size: 1.2em; } }

section#news .content p.source {
  font-style: italic;
  font-weight: 700; }

section#news .other-news {
  padding: 2% 4%;
  background: #6f9291; }

@media only screen and (max-width: 768px) {
  section#news .other-news {
    height: auto; } }

section#news .other-news .row > div {
  margin-bottom: 30px; }

section#news .other-news img {
  margin-bottom: 3%; }

section#news .other-news h3 {
  font-weight: 700;
  font-size: 1.1em; }

section#news .other-news span {
  font-size: 0.9em;
  line-height: 1.2em;
  display: block; }

section#news .other-news a {
  text-decoration: none; }

section#news .other-news a strong {
  text-decoration: underline; }

section#news .read-also h4 {
  position: absolute;
  left: -130px;
  top: 92px;
  text-transform: uppercase;
  font-size: 1.2em;
  font-weight: 900;
  font-family: Lato;
  transform: rotate(-90deg); }

@media only screen and (max-width: 1200px) {
  section#news .read-also h4 {
    left: -90px;
    top: 68px;
    font-size: 1.4em; } }

@media only screen and (max-width: 992px) {
  section#news .read-also h4 {
    position: initial;
    left: auto;
    top: auto;
    font-size: 1.4em;
    transform: none; } }

section#news-list {
  margin-bottom: 2.5rem; }

section#news-list .search-box {
  margin-bottom: 1.5rem; }

section#news-list h4 {
  margin-bottom: 1rem;
  font-weight: 900;
  font-size: 1.3em;
  font-family: Lato; }

@media only screen and (max-width: 768px) {
  section#news-list h4 {
    font-size: 1.2em; } }

section#news-list .news-slider {
  border-top: solid 1px #14212E;
  padding-top: 1rem; }

section#news-list .news-slider > div {
  padding: 0 35px 0 0; }

@media only screen and (max-width: 992px) {
  section#news-list .news-slider > div {
    padding: 0 35px; } }

section#news-list .news-slider .slider {
  margin-bottom: 2rem; }

section#news-list .news-slider .slider:last-child {
  margin-bottom: 0; }

section#not-found h1 {
  padding: 5% 0;
  font-size: 3em;
  text-align: center;
  text-transform: uppercase;
  font-family: Lato; }

@media only screen and (max-width: 768px) {
  section#not-found h1 {
    font-size: 2em; } }

section#practice-area h1 {
  margin-bottom: 1.5rem;
  font-size: 2.1em;
  line-height: 1em;
  font-weight: 300;
  font-family: Lato; }

@media only screen and (max-width: 768px) {
  section#practice-area h1 {
    margin-bottom: 1rem;
    font-size: 1.6em; } }

section#practice-area h4 {
  margin-bottom: 3%;
  text-transform: uppercase;
  font-size: 1.3em;
  font-weight: 900;
  font-family: Lato; }

@media only screen and (max-width: 768px) {
  section#practice-area h4 {
    font-size: 1.1em; } }

section#practice-area .intro,
section#practice-area .text {
  line-height: 1.3em; }

@media only screen and (max-width: 768px) {
  section#practice-area .intro,
  section#practice-area .text {
    font-size: 0.9em; } }

section#practice-area .intro {
  margin-bottom: 7%;
  font-weight: 700; }

section#practice-area .text {
  margin-bottom: 2rem;
  text-align: justify; }

section#practice-area .text:after {
  display: block;
  content: "";
  clear: both; }

@media only screen and (max-width: 768px) {
  section#practice-area .content {
    padding: 0 30px; } }

section#practice-area .content .headline {
  font-size: 0.9em; }

section#practice-area .team {
  background: #D6D6D6;
  margin-bottom: 2rem;
  padding: 2% 4%; }

section#practice-area .team .row > div {
  margin-bottom: 30px; }

section#practice-area-list .title {
  text-align: center;
  position: relative;
  z-index: 1; }

section#practice-area-list .title h1 {
  display: inline-block;
  padding: 0 4%;
  background: #FFF;
  text-transform: uppercase;
  font-size: 1.5em;
  line-height: 1em;
  font-weight: 800;
  font-family: Lato; }

@media only screen and (max-width: 768px) {
  section#practice-area-list .title h1 {
    font-size: 1.4em; } }

section#practice-area-list .box {
  position: relative;
  margin: -20px 0 2rem; }

section#practice-area-list .box h4 {
  position: absolute;
  top: 20%;
  left: -70px;
  width: 180px;
  padding: 10px 0;
  background: #FFF;
  text-transform: uppercase;
  font-size: 1.9em;
  font-weight: 900;
  font-family: Lato; }

@media only screen and (max-width: 768px) {
  section#practice-area-list .box h4 {
    position: initial;
    width: 100%;
    padding: 0;
    font-size: 1.4em; } }

section#practice-area-list .box .list {
  border: solid 1px #14212E;
  padding: 5% 2% 5% 15%; }

@media only screen and (max-width: 768px) {
  section#practice-area-list .box .list {
    padding: 5% 5% 5% 5%; } }

section#practice-area-list .box .list ul {
  padding-left: 0;
  margin-bottom: 0; }

section#practice-area-list .box .list ul li {
  list-style-type: none;
  font-size: 0.8em;
  line-height: 1.2em;
  margin-bottom: 0.75rem;
  padding-left: 5px;
  text-transform: uppercase; }

@media only screen and (max-width: 992px) {
  section#practice-area-list .box .list ul li {
    margin-bottom: 5%; } }

section#practice-area-list .box .list ul li a::after {
  margin-left: 10px;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-left: 6px solid #14212E;
  border-bottom: 6px solid transparent; }

@media only screen and (max-width: 992px) {
  section#practice-area-list .box .list ul li a::after {
    display: none; }
  section#practice-area-list .box .list ul li a:before {
    margin-right: 5px;
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-left: 6px solid #14212E;
    border-bottom: 6px solid transparent; } }

section#practice-area-list .box:after {
  content: "";
  position: absolute;
  display: block;
  top: 82%;
  margin-top: -23px;
  right: -8px;
  width: 46px;
  height: 46px;
  background: #14212E;
  font-weight: initial;
  font-size: initial;
  color: #FFF;
  text-align: center; }

@media only screen and (max-width: 768px) {
  section#practice-area-list .box:after {
    top: 95%;
    margin-top: -11.5px;
    right: 3.5px;
    width: 23px;
    height: 23px;
    font-size: initial; } }

section#practice-area-list .box .list {
  padding: 5%; }

@media only screen and (max-width: 768px) {
  section#practice-area-list .box .list {
    padding: 10% 5% 0; } }

section#practice-area-list .box:after {
  display: none; }

section#presentation .slider span {
  display: block;
  text-align: right;
  font-style: italic;
  font-size: 0.8em; }

section#privacy-policy h1 {
  margin-bottom: 1.5rem;
  font-size: 2.1em;
  line-height: 1em;
  font-weight: 300;
  font-family: Lato; }

@media only screen and (max-width: 768px) {
  section#privacy-policy h1 {
    margin-bottom: 1rem;
    font-size: 1.6em; } }

section#privacy-policy ol {
  counter-reset: list; }

section#privacy-policy ol > li {
  list-style: none;
  margin-bottom: 0.5rem; }

section#privacy-policy ol > li:before {
  content: counter(list, lower-alpha) ") ";
  counter-increment: list; }

section#privacy-policy a {
  text-decoration: underline; }

section#pro-bono h1 {
  margin-bottom: 1.5rem;
  font-size: 2.1em;
  line-height: 1em;
  font-weight: 300;
  font-family: Lato; }

@media only screen and (max-width: 768px) {
  section#pro-bono h1 {
    margin-bottom: 1rem;
    font-size: 1.6em; } }

section#pro-bono h1.ils {
  color: #00A083;
  font-weight: 700; }

section#pro-bono .intro {
  margin-bottom: 3rem; }

section#pro-bono .row {
  margin-bottom: 2rem; }

section#pro-bono .row:last-child {
  margin-bottom: 0; }

section#pro-bono .row img {
  width: 100%;
  margin-bottom: 1rem;
  border: solid 1px #14212E; }

section#pro-bono .row img.logo-ils {
  border: none; }

section#pro-bono .row h2 {
  font-weight: 700;
  font-size: 1.3em;
  font-family: Lato; }

section#pro-bono .row a {
  text-decoration: underline; }

section#professional .main-content {
  background: #D6D6D6; }

section#professional .header {
  background: #D6D6D6; }

section#professional .header .photo img {
  width: 100%; }

section#professional .header .profile {
  padding: 1% 2%; }

@media only screen and (max-width: 768px) {
  section#professional .header .profile {
    padding: 4%; } }

section#professional .header .profile h1 {
  margin-bottom: 1%;
  font-weight: 300;
  font-size: 2em;
  line-height: 1em;
  font-family: Lato; }

@media only screen and (max-width: 768px) {
  section#professional .header .profile h1 {
    margin-bottom: 2%;
    font-size: 1.6em; } }

section#professional .header .profile h5 {
  margin-bottom: 3%;
  font-weight: 900;
  font-family: Lato; }

section#professional .header .profile .title {
  position: relative;
  padding-right: 140px; }

section#professional .header .profile .title .qr-code {
  position: absolute;
  right: 0;
  top: 0;
  width: 140px;
  height: 140px; }

@media only screen and (max-width: 768px) {
  section#professional .header .profile .title {
    padding-right: 80px; }
  section#professional .header .profile .title .qr-code {
    width: 80px;
    height: 80px; } }

section#professional .header .profile .info {
  display: flex;
  flex-direction: column;
  font-size: 0.8em;
  font-weight: 300; }

section#professional .header .profile .info .grow {
  flex-grow: 1; }

section#professional .header .profile .info > div {
  margin-bottom: 0.5rem; }

section#professional .header .profile .info strong {
  font-weight: 600; }

section#professional .header .profile .info ul {
  padding: 0;
  margin-bottom: 0.5rem; }

section#professional .header .profile .info ul li {
  margin-bottom: 2px;
  text-transform: uppercase;
  list-style: none;
  font-size: 0.9em; }

section#professional .header .profile .info ul li a {
  text-decoration: underline; }

section#professional .header .profile .info .bar-admissions p {
  margin-bottom: 0; }

section#professional .header .profile .icon {
  text-align: right; }

@media only screen and (max-width: 768px) {
  section#professional .header .profile .icon {
    text-align: left; } }

section#professional .header .profile .icon a {
  text-decoration: none; }

section#professional .header .profile .icon a:first-child img {
  margin-left: 0; }

section#professional .header .profile .icon a img {
  margin-top: 5px;
  margin-left: 5px;
  max-width: 32px; }

section#professional .header .profile .icon a img:hover {
  transform: scale(1.05); }

section#professional .header,
section#professional .resume,
section#professional .publication,
section#professional .formation {
  margin-bottom: 1.5rem; }

section#professional .resume,
section#professional .academic-info {
  padding-left: 15px;
  padding-right: 15px; }

section#professional .resume {
  text-align: justify !important; }

section#professional .academic-info {
  margin-bottom: 1.5rem; }

section#professional .academic-info h4 {
  margin-bottom: 0.5em;
  font-weight: 700;
  font-size: 1.4em; }

section#professional .academic-info .publication p {
  margin-bottom: 1%; }

@media only screen and (max-width: 768px) {
  section#professional .academic-info .publication p {
    margin-bottom: 3%; } }

section#professional .academic-info .formation > div {
  border-left: solid 1px #14212E; }

section#professional .academic-info .formation > div p {
  position: relative;
  margin-bottom: 2%;
  padding-left: 20px; }

section#professional .academic-info .formation > div p:before {
  position: absolute;
  left: -6px;
  top: 8px;
  content: "";
  display: inline-block;
  height: 11px;
  width: 11px;
  background-color: #14212E; }

section#professional .content {
  padding: 0 30px; }

section#professional .content .slider {
  margin-bottom: 2rem; }

section#professional .content .headline {
  margin-bottom: 0; }

section#professional .content .link {
  text-transform: uppercase;
  font-size: 0.9em;
  font-weight: 700;
  line-height: 1.1em; }

section#professional-list .title {
  text-align: center;
  position: relative;
  z-index: 1; }

section#professional-list .title h1 {
  display: inline-block;
  padding: 0 4%;
  background: #FFF;
  text-transform: uppercase;
  font-size: 1.5em;
  line-height: 1em;
  font-weight: 800;
  font-family: Lato; }

@media only screen and (max-width: 768px) {
  section#professional-list .title h1 {
    font-size: 1.4em; } }

section#professional-list .team {
  margin: -20px 0 6%;
  padding: 6% 8% 0;
  border: solid 1px #14212E; }

@media only screen and (max-width: 768px) {
  section#professional-list .team {
    margin: -20px 0 10%;
    padding: 10% 0 0; } }

section#professional-list .team .row.gutter-2x > div {
  margin-bottom: 60px; }

@media only screen and (max-width: 768px) {
  section#professional-list .team .row.gutter-2x > div {
    margin-bottom: 30px; } }

section#professional-list .pager {
  margin-top: -30px;
  padding-bottom: 30px; }

@media only screen and (max-width: 768px) {
  section#professional-list .pager {
    margin-top: -15px; } }

section#recruiting .resume {
  text-align: center; }

section#recruiting .resume .btn {
  margin-bottom: 1rem; }

section#recruiting .resume p {
  font-size: 0.7em; }

section#recruiting .resume p a {
  text-decoration: underline; }

section#search-results .search-box {
  margin-bottom: 2rem; }

section#search-results .search-box.main .form-row:last-child > div {
  text-align: left; }

section#search-results .sidebar > div {
  margin-bottom: 2rem; }

section#search-results .search-box-professional {
  background: #CECECE;
  padding: 1rem; }

section#search-results .search-box-professional .chars {
  text-align: center;
  margin-bottom: 0.5rem; }

section#search-results .search-box-professional .chars a {
  margin-right: 5px; }

section#search-results .search-box-professional .chars a.selected {
  font-weight: 700; }

section#search-results .search-box-professional .see-all {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.8em; }

section#search-results .tags {
  margin-bottom: 1rem;
  display: none; }

section#search-results .tags label {
  margin-right: 0.5rem;
  margin-bottom: 0.25rem;
  border: solid 2px #D6D6D6;
  padding: 0.25rem 0.5rem;
  font-size: 0.7em; }

section#search-results .tags label span {
  font-weight: bold; }

section#search-results .summary {
  margin-bottom: 2rem; }

section#search-results .summary h4 {
  font-size: 1.2em;
  font-weight: 700; }

section#search-results .summary ul li {
  margin-bottom: 0.25rem; }

section#search-results .results .group {
  border-bottom: solid 2px #14212E;
  padding-bottom: 1rem;
  margin-bottom: 2rem; }

section#search-results .results .group:after {
  display: block;
  content: "";
  clear: both; }

section#search-results .results .group h5 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.4em;
  font-family: Lato;
  margin-bottom: 1rem; }

section#search-results .results .group:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0; }

section#search-results .results .group .back {
  text-align: right;
  font-size: 0.9em;
  font-weight: 700;
  margin-top: 1rem; }

section#search-results .results .empty {
  text-align: center; }

section#search-results .results .team .row > div {
  margin-bottom: 30px; }

section#search-results .results .practice-area {
  position: relative; }

section#search-results .results .practice-area h4 {
  position: absolute;
  top: 20%;
  left: -70px;
  width: 180px;
  padding: 10px 0;
  background: #FFF;
  text-transform: uppercase;
  font-size: 1.9em;
  font-weight: 900;
  font-family: Lato; }

@media only screen and (max-width: 768px) {
  section#search-results .results .practice-area h4 {
    position: initial;
    width: 100%;
    padding: 0;
    font-size: 1.4em; } }

section#search-results .results .practice-area .list {
  border: solid 1px #14212E;
  padding: 5% 2% 5% 15%; }

@media only screen and (max-width: 768px) {
  section#search-results .results .practice-area .list {
    padding: 5% 5% 5% 5%; } }

section#search-results .results .practice-area .list ul {
  padding-left: 0;
  margin-bottom: 0; }

section#search-results .results .practice-area .list ul li {
  list-style-type: none;
  font-size: 0.8em;
  line-height: 1.2em;
  margin-bottom: 0.75rem;
  padding-left: 5px;
  text-transform: uppercase; }

@media only screen and (max-width: 992px) {
  section#search-results .results .practice-area .list ul li {
    margin-bottom: 5%; } }

section#search-results .results .practice-area .list ul li a::after {
  margin-left: 10px;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-left: 6px solid #14212E;
  border-bottom: 6px solid transparent; }

@media only screen and (max-width: 992px) {
  section#search-results .results .practice-area .list ul li a::after {
    display: none; }
  section#search-results .results .practice-area .list ul li a:before {
    margin-right: 5px;
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-left: 6px solid #14212E;
    border-bottom: 6px solid transparent; } }

section#search-results .results .practice-area:after {
  content: "";
  position: absolute;
  display: block;
  top: 82%;
  margin-top: -23px;
  right: -8px;
  width: 46px;
  height: 46px;
  background: #14212E;
  font-weight: initial;
  font-size: initial;
  color: #FFF;
  text-align: center; }

@media only screen and (max-width: 768px) {
  section#search-results .results .practice-area:after {
    top: 95%;
    margin-top: -11.5px;
    right: 3.5px;
    width: 23px;
    height: 23px;
    font-size: initial; } }

section#search-results .results .practice-area .list {
  padding: 0;
  border: none; }

section#search-results .results .practice-area .list ul li {
  padding-left: 0; }

section#search-results .results .practice-area:after {
  display: none; }

section#search-results .results .publication a:hover,
section#search-results .results .news a:hover {
  text-decoration: none; }

section#system-error h1 {
  font-size: 2em;
  text-align: center;
  text-transform: uppercase;
  font-family: Lato; }

@media only screen and (max-width: 768px) {
  section#system-error h1 {
    font-size: 1.4em; } }

section#system-error h2 {
  font-size: 1.2em;
  text-align: center; }

section#terms-of-use h1 {
  margin-bottom: 1.5rem;
  font-size: 2.1em;
  line-height: 1em;
  font-weight: 300;
  font-family: Lato; }

@media only screen and (max-width: 768px) {
  section#terms-of-use h1 {
    margin-bottom: 1rem;
    font-size: 1.6em; } }

section#terms-of-use h2 {
  font-size: 1.4em; }

section#terms-of-use a {
  text-decoration: underline; }

section#institute h1 {
  margin-bottom: 1.5rem;
  font-size: 2.1em;
  line-height: 1em;
  font-weight: 300;
  font-family: Lato;
  color: #EC6707;
  font-weight: 700; }

@media only screen and (max-width: 768px) {
  section#institute h1 {
    margin-bottom: 1rem;
    font-size: 1.6em; } }

section#how-to-support h1 {
  margin-bottom: 1.5rem;
  font-size: 2.1em;
  line-height: 1em;
  font-weight: 300;
  font-family: Lato;
  color: #4565AD;
  font-weight: 700; }

@media only screen and (max-width: 768px) {
  section#how-to-support h1 {
    margin-bottom: 1rem;
    font-size: 1.6em; } }

section#how-to-support h2 {
  font-weight: 500;
  font-size: 1.3em;
  font-family: Lato; }

section#how-to-support h2.contribution {
  color: #EC6707; }

section#how-to-support h2.donation {
  color: #00A083; }

section#how-to-support h2.divulgation {
  color: #4565AD; }

section#contato-ils h1 {
  margin-bottom: 1.5rem;
  font-size: 2.1em;
  line-height: 1em;
  font-weight: 300;
  font-family: Lato;
  color: #EC6707;
  font-weight: 700; }

@media only screen and (max-width: 768px) {
  section#contato-ils h1 {
    margin-bottom: 1rem;
    font-size: 1.6em; } }

body {
  font-family: 'Open Sans';
  font-size: 18px;
  color: #14212E; }

body.fixed-menu section#language {
  position: fixed;
  z-index: 1030;
  width: 100%;
  height: 0; }

body.fixed-menu section#header {
  position: fixed;
  z-index: 1030;
  width: 100%;
  top: 0;
  height: 106px; }

body.fixed-menu section#page-content {
  padding-top: 106px; }

a,
a:hover {
  color: #14212E; }

.language-button {
  padding: 2px 5px;
  border: solid 1px #14212E;
  font-size: 1.3em;
  font-weight: 700; }

.language-button:hover {
  text-decoration: none;
  background: #14212E;
  color: #FFF; }

section#language {
  padding: 10px 15px;
  background: #D6D6D6;
  text-align: right;
  font-size: 0.85em; }

section#language > div {
  max-width: 1200px;
  margin: 0 auto; }

section#language span {
  margin: 0 7px; }

section#header {
  padding: 20px 0;
  background: #FFF; }

section#header.shadow {
  box-shadow: 0 4px 8px -2px #a3a3a3; }

section#header nav.navbar {
  padding: 8px 1em; }

@media only screen and (max-width: 992px) {
  section#header nav.navbar.open {
    background: #D6D6D6; } }

section#header nav.navbar .navbar-brand {
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center; }

section#header nav.navbar .navbar-brand img {
  width: 250px;
  height: 47px; }

@media only screen and (max-width: 1200px) {
  section#header nav.navbar .navbar-brand img {
    width: 232px;
    height: 43px; } }

section#header nav.navbar .navbar-toggler {
  padding: 2px 5px;
  border-radius: 0;
  border: solid 1px #14212E;
  background: #14212E; }

section#header nav.navbar .navbar-toggler:focus {
  outline: none; }

section#header nav.navbar .navbar-toggler .bar-container {
  display: inline-block;
  cursor: pointer; }

section#header nav.navbar .navbar-toggler .bar-container span {
  width: 28px;
  height: 3px;
  background-color: #FFF;
  margin: 6px 0;
  transition: 0.3s;
  display: block; }

section#header nav.navbar .navbar-toggler .bar-container span:first-child {
  margin-top: 3px; }

section#header nav.navbar .navbar-toggler .bar-container span:last-child {
  margin-bottom: 0; }

section#header nav.navbar .navbar-toggler:not(.collapsed) .bar1 {
  transform: rotate(-45deg) translate(-6px, 6px); }

section#header nav.navbar .navbar-toggler:not(.collapsed) .bar2 {
  opacity: 0; }

section#header nav.navbar .navbar-toggler:not(.collapsed) .bar3 {
  transform: rotate(45deg) translate(-6px, -7px); }

@media only screen and (max-width: 992px) {
  section#header nav.navbar #menu-items {
    margin-top: 10px; } }

section#header nav.navbar #menu-items .nav-item {
  font-size: 0.75em; }

@media only screen and (max-width: 1200px) {
  section#header nav.navbar #menu-items .nav-item {
    font-size: 0.6em; } }

@media only screen and (max-width: 992px) {
  section#header nav.navbar #menu-items .nav-item {
    font-size: 0.8em; } }

section#header nav.navbar #menu-items .nav-item .nav-link {
  text-transform: uppercase; }

section#header nav.navbar #menu-items .nav-item .logo-ils {
  max-width: 26px; }

section#header nav.navbar #menu-items .nav-item.show .nav-link {
  font-weight: 700;
  text-decoration: underline; }

section#header nav.navbar #menu-items .nav-item.show .nav-link.ils {
  text-decoration: none; }

section#header nav.navbar #menu-items .nav-item .no-carret:after {
  display: none; }

section#header nav.navbar #menu-items .nav-item .dropdown-menu {
  width: 100%;
  margin-top: 0.5%;
  background: #14212E;
  border-radius: 0;
  color: #FFF;
  font-size: 1em;
  padding: 0.75rem 0;
  animation-name: slide-in;
  box-shadow: 0 4px 8px -2px #14212E; }

section#header nav.navbar #menu-items .nav-item .dropdown-menu .container {
  display: block; }

section#header nav.navbar #menu-items .nav-item .dropdown-menu a {
  color: #FFF;
  text-transform: uppercase; }

section#header nav.navbar #menu-items .nav-item .dropdown-menu a.active {
  font-weight: 700;
  text-decoration: underline; }

section#header nav.navbar #menu-items .nav-item .dropdown-menu.about-us,
section#header nav.navbar #menu-items .nav-item .dropdown-menu.content {
  text-align: center; }

@media only screen and (max-width: 992px) {
  section#header nav.navbar #menu-items .nav-item .dropdown-menu.about-us,
  section#header nav.navbar #menu-items .nav-item .dropdown-menu.content {
    text-align: left; } }

section#header nav.navbar #menu-items .nav-item .dropdown-menu.about-us a,
section#header nav.navbar #menu-items .nav-item .dropdown-menu.content a {
  margin: 0 1.5%; }

@media only screen and (max-width: 992px) {
  section#header nav.navbar #menu-items .nav-item .dropdown-menu.about-us a,
  section#header nav.navbar #menu-items .nav-item .dropdown-menu.content a {
    display: block;
    margin-bottom: 2%;
    padding: 5px 0; } }

section#header nav.navbar #menu-items .nav-item .dropdown-menu.professionals {
  font-size: 1.2em; }

@media only screen and (max-width: 768px) {
  section#header nav.navbar #menu-items .nav-item .dropdown-menu.professionals {
    font-size: 1.1em; } }

section#header nav.navbar #menu-items .nav-item .dropdown-menu.professionals .search-label {
  margin-bottom: 1%; }

section#header nav.navbar #menu-items .nav-item .dropdown-menu.professionals .chars {
  margin-bottom: 1%;
  display: flex;
  justify-content: space-between; }

@media only screen and (max-width: 768px) {
  section#header nav.navbar #menu-items .nav-item .dropdown-menu.professionals .chars {
    display: none;
    text-align: center; }
  section#header nav.navbar #menu-items .nav-item .dropdown-menu.professionals .chars a {
    margin: 0 1%; } }

section#header nav.navbar #menu-items .nav-item .dropdown-menu.professionals .see-all {
  font-weight: 700;
  min-height: 40px; }

section#header nav.navbar #menu-items .nav-item .dropdown-menu.professionals .see-all a::after {
  margin-left: 3px;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-left: 6px solid #FFF;
  border-bottom: 6px solid transparent; }

section#header nav.navbar #menu-items .nav-item .dropdown-menu.professionals .form-row > div {
  margin-bottom: 1rem; }

section#header nav.navbar #menu-items .nav-item .dropdown-menu.areas {
  padding: 2% 0; }

section#header nav.navbar #menu-items .nav-item .dropdown-menu.areas ul {
  padding: 0 1%; }

section#header nav.navbar #menu-items .nav-item .dropdown-menu.areas ul li {
  list-style: none;
  margin-bottom: 0.5rem;
  font-size: 0.8em; }

@media only screen and (max-width: 768px) {
  section#header nav.navbar #menu-items .nav-item .dropdown-menu.areas ul li {
    margin-bottom: 2%;
    font-size: 1em;
    padding: 5px 0; } }

section#header nav.navbar #menu-items .nav-item .dropdown-menu.areas ul li a:hover {
  font-weight: 700;
  text-decoration: underline; }

section#header nav.navbar #menu-items .nav-item .dropdown-menu.search {
  font-size: 1.2em; }

section#header nav.navbar #menu-items .nav-item .dropdown-menu.search .btn {
  background-color: #D6D6D6;
  color: #14212E !important; }

section#header nav.navbar #menu-items .nav-item .dropdown-menu.ils {
  background: #00A083;
  z-index: 999; }

section#header nav.navbar #menu-items .main-menu {
  margin: 0 auto; }

section#header nav.navbar #menu-items .second-menu .nav-item.linkedin img {
  width: 19px; }

section#header nav.navbar #menu-items .second-menu .nav-item.contact {
  padding-right: 15px;
  font-size: 1em; }

@media only screen and (max-width: 992px) {
  section#header nav.navbar #menu-items .second-menu .nav-item.contact {
    border-right: none;
    font-size: 0.8em;
    padding-right: 0; } }

section#header nav.navbar #menu-items .second-menu .nav-item.language {
  border-right: solid 1px #14212E;
  padding-top: 8px;
  padding-right: 20px; }

@media only screen and (max-width: 1200px) {
  section#header nav.navbar #menu-items .second-menu .nav-item.language {
    padding-top: 11px; } }

@media only screen and (max-width: 992px) {
  section#header nav.navbar #menu-items .second-menu .nav-item.language {
    border-right: none;
    font-size: 0.7em;
    padding-right: 0; } }

section#header nav.navbar #menu-items .second-menu .nav-item.search {
  padding-left: 20px; }

section#header nav.navbar #menu-items .second-menu .nav-item.search img {
  width: 27px; }

@media only screen and (max-width: 992px) {
  section#header nav.navbar #menu-items .second-menu .nav-item.search {
    padding-left: 0;
    text-align: right; } }

section#page-content {
  margin-bottom: 2.5rem; }

section#page-content #bread-crumb {
  padding: 6px 0;
  margin-bottom: 2.5%;
  background: #14212E;
  font-size: 0.6em; }

@media only screen and (max-width: 768px) {
  section#page-content #bread-crumb {
    margin-bottom: 6%; } }

section#page-content #bread-crumb ul {
  margin: 0;
  padding: 0; }

section#page-content #bread-crumb ul li {
  display: inline; }

section#page-content #bread-crumb ul li a {
  color: #FFF;
  text-decoration: underline;
  text-transform: uppercase; }

section#page-content #bread-crumb ul li:after {
  content: "|";
  margin: 0 3px;
  text-decoration: none;
  color: #FFF; }

section#page-content #bread-crumb ul li:last-child:after {
  display: none; }

@media only screen and (max-width: 768px) {
  section#page-content #bread-crumb ul li {
    line-height: 1.5rem; } }

section#page-content #bread-crumb.ils-menu {
  visibility: hidden;
  background: #00A083;
  text-transform: uppercase;
  text-align: center; }

@media only screen and (max-width: 992px) {
  section#page-content #bread-crumb.ils-menu {
    visibility: visible; } }

section#page-content #bread-crumb.ils-menu a {
  color: #FFF; }

section#page-content #bread-crumb.ils-menu a:after {
  content: "|";
  margin: 0 3px;
  text-decoration: none;
  color: #FFF; }

section#page-content #bread-crumb.ils-menu a:last-child:after {
  display: none; }

section#page-content .generic-page {
  text-align: justify !important; }

section#rankings {
  margin-bottom: 2.5rem; }

section#rankings .tab {
  padding-left: 36px; }

@media only screen and (max-width: 992px) {
  section#rankings .tab {
    padding-left: 97px; } }

@media only screen and (max-width: 768px) {
  section#rankings .tab {
    padding-left: 15px; } }

section#rankings .box {
  position: relative;
  padding: 1.5% 0;
  border: solid 1px #14212E; }

section#rankings .box:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  margin-top: -23px;
  left: -23px;
  width: 46px;
  height: 46px;
  background: #14212E;
  font-weight: initial;
  font-size: initial;
  color: #FFF;
  text-align: center; }

@media only screen and (max-width: 768px) {
  section#rankings .box:before {
    top: 15%;
    margin-top: -11.5px;
    left: -11.5px;
    width: 23px;
    height: 23px;
    font-size: initial; } }

section#rankings .box h4 {
  margin-left: 20%;
  padding-right: 10px;
  font-size: 0.9em;
  text-transform: uppercase;
  font-weight: 700;
  font-family: Lato; }

@media only screen and (max-width: 768px) {
  section#rankings .box h4 {
    padding: 0 10%;
    margin-left: 0;
    font-size: 0.7em;
    text-align: center; } }

section#rankings .box .text {
  font-size: 0.6em;
  padding-right: 5%;
  padding-left: 1%; }

@media only screen and (max-width: 992px) {
  section#rankings .box .text {
    padding-left: 5%;
    font-size: 0.5em; } }

section#footer {
  padding: 2% 0 2%;
  color: #FFF;
  background-color: #14212E; }

@media only screen and (max-width: 768px) {
  section#footer {
    padding: 8% 0 8%; } }

section#footer .logo {
  padding-bottom: 3.5%; }

section#footer .logo img {
  max-width: 90%; }

@media only screen and (max-width: 992px) {
  section#footer .logo img {
    max-width: 50%; } }

@media only screen and (max-width: 992px) {
  section#footer .logo {
    text-align: center; } }

section#footer .contact {
  font-size: 0.8em; }

section#footer .contact h5 {
  font-size: 1.1em;
  font-weight: 700;
  margin-bottom: 0.7em; }

section#footer .contact p strong,
section#footer .contact p span {
  display: block; }

section#footer .contact .icon {
  text-align: right; }

@media only screen and (max-width: 768px) {
  section#footer .contact .icon {
    text-align: center; } }

section#footer .contact .icon img {
  margin-left: 16px; }

section#footer .contact .icon img.mail {
  max-width: 27px;
  margin-left: 0; }

section#footer .contact .icon img.linkedin {
  max-width: 19px; }

section#footer .contact .icon img.youtube {
  max-width: 30px; }

section#footer hr {
  border-bottom: solid 1px #FFF;
  margin: 0; }

section#powered-by {
  padding: 1% 0 5%;
  font-size: 0.6em;
  font-family: Lato; }

section#powered-by > div > div > div {
  margin-bottom: 2%; }

@media only screen and (max-width: 768px) {
  section#powered-by > div > div > div {
    text-align: center; } }

section#powered-by a {
  text-decoration: underline; }

section#powered-by .credit {
  text-align: right; }

@media only screen and (max-width: 768px) {
  section#powered-by .credit {
    text-align: center; } }

section#powered-by .credit span {
  display: block; }

#back-top {
  position: fixed;
  bottom: 25px;
  right: 25px;
  display: none;
  border: solid 1px #FFF;
  font-weight: 800;
  z-index: 1001; }

#loading-container {
  display: none; }

#loading-container .backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  width: 100vw;
  height: 100vh;
  background-color: #CCC;
  opacity: 0.8; }

#loading-container .spinner {
  z-index: 2001;
  position: fixed;
  width: 60px;
  height: 60px;
  left: 50%;
  top: 50%;
  margin-top: -30px;
  margin-left: -30px; }

#loading-container .spinner div {
  width: 33%;
  height: 33%;
  background-color: #14212E;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
  animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out; }

#loading-container .spinner div.cube1 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s; }

#loading-container .spinner div.cube2 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s; }

#loading-container .spinner div.cube3 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s; }

#loading-container .spinner div.cube4 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s; }

#loading-container .spinner div.cube5 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s; }

#loading-container .spinner div.cube6 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s; }

#loading-container .spinner div.cube7 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s; }

#loading-container .spinner div.cube8 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s; }

#loading-container .spinner div.cube9 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s; }
