@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,900;1,500&display=swap');
@font-face {
  font-family: "Nunito Sans";
  src: url("./fonts/NunitoSans-Regular.eot"); /* IE9 Compat Modes */
  src: url("./fonts/NunitoSans-Regular.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */ url("./fonts/NunitoSans-Regular.otf") format("opentype"), /* Open Type Font */ url("./fonts/NunitoSans-Regular.svg") format("svg"), /* Legacy iOS */ url("./fonts/NunitoSans-Regular.ttf") format("truetype"), /* Safari, Android, iOS */ url("./fonts/NunitoSans-Regular.woff") format("woff"), /* Modern Browsers */ url("./fonts/NunitoSans-Regular.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
/* font converted using font-converter.net. thank you! */
@font-face {
  font-family: "NunitoSans-Bold";
  src: url("./fonts/NunitoSans-Bold.eot"); /* IE9 Compat Modes */
  src: url("./fonts/NunitoSans-Bold.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */ url("./fonts/NunitoSans-Bold.otf") format("opentype"), /* Open Type Font */ url("./fonts/NunitoSans-Bold.svg") format("svg"), /* Legacy iOS */ url("./fonts/NunitoSans-Bold.ttf") format("truetype"), /* Safari, Android, iOS */ url("./fonts/NunitoSans-Bold.woff") format("woff"), /* Modern Browsers */ url("./fonts/NunitoSans-Bold.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "NunitoSans-ExtraBold";
  src: url("./fonts/NunitoSans-ExtraBold.eot"); /* IE9 Compat Modes */
  src: url("./fonts/NunitoSans-ExtraBold.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */ url("./fonts/NunitoSans-ExtraBold.otf") format("opentype"), /* Open Type Font */ url("./fonts/NunitoSans-ExtraBold.svg") format("svg"), /* Legacy iOS */ url("./fonts/NunitoSans-ExtraBold.ttf") format("truetype"), /* Safari, Android, iOS */ url("./fonts/NunitoSans-ExtraBold.woff") format("woff"), /* Modern Browsers */ url("./fonts/NunitoSans-ExtraBold.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "NunitoSans-BoldItalic";
  src: url("./fonts/NunitoSans-BoldItalic.eot"); /* IE9 Compat Modes */
  src: url("./fonts/NunitoSans-BoldItalic.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */ url("./fonts/NunitoSans-BoldItalic.otf") format("opentype"), /* Open Type Font */ url("./fonts/NunitoSans-BoldItalic.svg") format("svg"), /* Legacy iOS */ url("./fonts/NunitoSans-BoldItalic.ttf") format("truetype"), /* Safari, Android, iOS */ url("./fonts/NunitoSans-BoldItalic.woff") format("woff"), /* Modern Browsers */ url("./fonts/NunitoSans-BoldItalic.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

label {
  font-weight: 400 !important;
  font-family: 'NunitoSans-Bold' !important;
}

select {
  font-weight: 400 !important;
}

/* 0- General Code */

.nopadd {
  padding: 0 !important;
}

.nopadd-t {
  padding-top: 0 !important;
}

.nopadd-b {
  padding-bottom: 0 !important;
}

.nopadd-l{
  padding-left: 0 !important;
}

.nopadd-r{
  padding-right: 0 !important;
}

.margin-top-10 {
  margin-top: 10px;
}

.margin-top-20 {
  margin-top: 20px;
}

.margin-top-35 {
  margin-top: 35px;
}

.margin-top-28 {
  margin-top: 28px;
}

.margin-top-33 {
  margin-top: 33px;
}

.margin-bot-33 {
  margin-bottom: 33px;
}

.margin-bot-35 {
  margin-bottom: 35px;
}

.margin-top-40 {
  margin-top: 40px;
}

.margin-top-50 {
  margin-top: 50px;
}

.margin-top-40 {
  margin-top: 20px;
}

.margin-bot-50 {
  margin-bottom: 50px;
}

.pad-bot-40 {
  padding-bottom: 40px;
}

.margin-top-60 {
  margin-top: 60px;
}

.margin-top-38 {
  margin-top: 38px;
}

.margin-bot-60 {
  margin-bottom: 60px;
}

.margin-bot-55 {
  margin-bottom: 55px;
}

.margin-bot-20 {
  margin-bottom: 25px;
}

.margin-bot-60 {
  margin-bottom: 60px;
}

.margin-bot-45 {
  margin-bottom: 45px;
}

.margin-bot-40 {
  margin-bottom: 40px;
}

.margin-bot-25 {
  margin-bottom: 25px;
}

.margin-bot-60 {
  margin-bottom: 60px;
}

.margin-top-55 {
  margin-top: 55px;
}

.margin-top-45 {
  margin-top: 45px;
}

img {
  max-width: 100%;
}

b, strong {
  font-weight: 900;
  font-family: "NunitoSans-Bold";
}

section{
  position:relative;
}

.main-row p,.main-row ul,.main-row li{
  font-size:17px;
}

.node-preview-form-select {
  z-index: 99999;
  background: #ffab54;
  position: absolute;
  right: 0;
  padding: 20px;
}

.limit-text-2{
  overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
   -webkit-box-orient: vertical;
}

.overflowHidden {
  overflow: hidden;
}

a {
  outline: none !important;
  text-decoration: none !important;
  background: transparent;
}

:focus {
  outline: none !important;
  -moz-outline-style: none !important;
  outline-color: transparent !important;
  -moz-outline-color: transparent !important;
  outline-style: none !important;
  background: transparent;
}

a:active, a:hover, a:focus, button:active {
  outline: none !important;
  -moz-outline-style: none !important;
  outline-color: transparent !important;
  -moz-outline-color: transparent !important;
  text-decoration: none !important;
  background: transparent;
}

button {
  outline: none !important;
  -moz-outline-style: none !important;
  outline-color: transparent !important;
  -moz-outline-color: transparent !important;
  text-decoration: none;
  background: transparent;
}

.stickynav-active {
  border-bottom: 1px solid rgba(227, 227, 227, 0.4);
  box-shadow: none;
}

.min-height-200{
  min-height: 200px!important;
}

.no-padding {
  padding: 0 !important;
}

body.toolbar-fixed header {
  top: 80px;
}

body .content-container{
  margin-top: 156px;
}
body.toolbar-fixed .content-container {
  margin-top: 150px;
}

body {
  font-family: "Nunito Sans";
  font-size:14px;
  color:#000;
  background: white;
}

div#block-tabs {
  position: fixed;
  right: 0;
  background: #FFB700;
  color: white;
  padding: 10px 20px;
  z-index: 999;
}

div#block-tabs ul {
  list-style: none;
  padding: 0;
}

div#block-tabs a {
  color: white;
  font-size: 15px;
  font-weight: 400;
}

section:last-child {
  padding-bottom: 0;
}

.text-center .page-title {
  margin-left: auto;
  margin-right: auto;
}

section.container section.container {
  width: 100%!important;
  padding: 0;
}

/* start header */

.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  background: white;
  box-shadow: 0 2px 10px 0 rgba(194, 193, 193, 0.50);
  -moz-box-shadow: 0 2px 10px 0 rgba(194, 193, 193, 0.50);
  -webkit-box-shadow: 0 2px 10px 0 rgba(194, 193, 193, 0.50);
}

#header .mainmenu img {
  max-width: 140px;
  margin: 10px auto;
}

header nav ul {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
}

header nav ul li {
  display: inline-block;
  padding: 15px 10px;
}

header nav ul li a {
  color: #004987;
  font-size: 16px;
}

header nav ul li a.is-active {
  position:relative;
  font-family: "NunitoSans-Bold";
}

header nav ul li a.is-active:after {
  content: "";
  height: 3px;
  width: 100%;
  display: block;
  border-radius: 12px;
  background: #ffb700;
  bottom: -10px;
  position: absolute;
}

.header .mainmenu {
  display: flex;
  align-items: center;
}

.header .mainmenu > div {
  display: inline-flex;
}

.header .mainmenu > div.text-center {
  display: inline-flex;
  justify-content: center;
}

.header .mainmenu > div.text-right {
  display: inline-flex;
  justify-content: right;
}


/* start footer */
.footer-about img {
  max-width:100px;
}
.footer-about a {
  color: #000;
}
.footer-about a.email-link{
  color: #004987;
}
footer#footer {
  border-top: 10px solid #004987;
  margin-top: 50px;
  padding-top: 50px;
}

footer .bottom-footer {
  background: #004987;
  padding: 15px 0;
}

footer .bottom-footer p {
  margin-bottom: 0;
  color: white;
  font-size: 14px;
}

.footer-items section.section {
  padding: 0;
  margin: 0;
  width: 100%;
}

.footer-news .footer-icon {
  margin-right: 10px;
}

.footer-news {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding:0;
}

.footer-news .footer-text p {
  margin: 0;
  color: #a5a5a5;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
}

.footer-news .footer-text h2 {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  color: black;
}

.footer-news .footer-text a {
  color: black;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.footer-news .footer-icon {
  width: 34px!important;
}
.footer-items {
  margin-bottom: 30px;
}
.footer-text {
  max-width: calc( 100% - 45px);
}
.footer-navigate ul {
  padding: 0;
  list-style: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  color: black;
}

.footer-navigate ul a {
  color: black;
  margin-bottom: 10px;
}

.footer-navigate ul li {
  margin-bottom: 16px;
}
.footer-navigate ul li:last-child{
  margin-bottom: 0px;
}
h2.footer-title {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 26px;
  font-weight: 700;
  line-height: 33px;
}

.newsletter {
  margin-bottom: 30px;
}

.newsletter input[type="text"],
.newsletter input[type="email"] {
  width: 100%!important;
  max-width: 250px;
  display: block;
  margin-bottom: 20px;
  border-radius: 10px;
  border: solid 1px #004987;
  background: #ffffff;
  padding: 9px 15px;
  color: #004987;
}

.newsletter button,
.newsletter input[type="submit"] {
  border-radius: 10px;
  background: #004987;
  color: white;
  display: block;
  padding: 7px 30px;
  border: 0;
  outline: 0;
  min-width:150px;
}
.newsletter .js-form-item {
  display: block;
  margin: 0;
}
.form-item-newslettercompanyname,
.newsletter label{
  display:none!important;
}
div#result-message {
  color: #00ab53;
}
ul.follow-us {
  padding: 0;
  list-style: none;
  display: block;
}

ul.follow-us li {
  display: inline-block;
  margin-right: 10px;
}
/* General sections */

section.section{
  padding: 100px 0;
}

section.spadd-b{
  padding-bottom: 40px;
}

section.intro-header-box {
  height: calc( 100vh - 250px);
  position: relative;
  display: block;
  padding: 0 60px;
  background-size: cover;
  background-position: center;
}

section.intro-header-box .row {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-left: 10px solid #ffb700;
  padding-left: 20px;
}

section.intro-header-box .row h1 {
  color: #ffffff;
  font-family: "Nunito Sans";
  font-size: 44px;
  font-weight: 700;
  line-height: 59px;
}
section.intro-header-box .row p{
  color: #ffffff;
  font-family: "Nunito Sans";
  font-size: 22px;
  font-weight: 500;
}
section.intro-header-box:before {
  content: "";
  background: rgb(0,0,0,0.2);
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  bottom: 0;
  height: 100%;
  display:block;
}

/* TIPS */

.tips-item {
  border-radius: 10px;
  background: #ffffff;
  /* box-shadow: 0px 0px 4px rgba(100,100,100,0.35); */
  display: block;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
.publication-item {
  margin-bottom: 40px;
}
.tips-item .tips-img,
.publication-item .publication-img{
  width: 100%;
  height: 250px;
  background-size: cover;
  background-position: center;
}

p.publication-info {
  display: block;/* or inline-block */
  text-overflow: ellipsis;
  word-wrap: break-word;
  overflow: hidden;
  height: 80px;
  max-height: 80px;
}

.tips-item h2 ,
.publication-item h2 {
  font-size: 26px;
  font-weight: 700;
  min-height: 55px;
}

.tips-item p,
.publication-item p {
  font-size: 16px;
  font-weight: 400;
  text-align: justify;
}

a.publication-link {
  display: inline-block;
  color: #004987;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  margin-top:20px;
}

p.publication-date {
  display: inline-block;
  float: right;
  margin-bottom: 0;
  color: #979797;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  margin-top:20px;
}

/* BOX */

.box-item {
  border-radius: 10px;
  background: #ffffff;
  /* box-shadow: 0px 0px 4px rgba(100,100,100,0.35); */
  display: block;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 40px;
}

.box-item .box-img {
  border-radius: 5px;
  width: 100%;
  height: 350px;
  background-size: cover;
  background-position: center;
}

.box-item h2 {
  font-size: 24px;
  font-weight: 700;
  min-height: 55px;
}

.box-item p {
  font-size: 17px;
  font-weight: 400;
  text-align: justify;
}
/* Main Slider */

.swiper-slide {
  height: 100%;
  display:block;
  background-size: cover!important;
  background-position: center!important;
}

section .swiper-slide .row {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-left: 10px solid #ffb700;
  padding-left: 20px;
  left: 30px;
  margin: 0;
}

.swiper-pagination {
  position: absolute;
  bottom: 10px;
}

.swiper-pagination-bullet-active {
  background: #ffffff;
}

.swiper-pagination-bullet {
  width: 11px;
  height: 11px;
}


section .swiper-slide .row h1 {
  color: #ffffff;
  font-family: "Nunito Sans";
  font-size: 44px;
  font-weight: 700;
  line-height: 59px;
}

section .swiper-slide .row p{
  color: #ffffff;
  font-family: "Nunito Sans";
  font-size: 22px;
  font-weight: 500;
}

section .swiper-slide .row a,
.swiper-slide .row p.slide-link {
  color: #ffffff;
  font-family: "Nunito Sans";
  font-size: 16px;
  font-weight: 500;
}
section .swiper-slide:before {
  content: "";
  background: rgb(0,0,0,0.2);
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  bottom: 0;
  height: 100%;
}

.swiper-container{
  padding:0;
  position:relative;
}


/* END Main Slider */

/* Start HOME SLIDER */
.home-tips-item h2 {
  display: flex;
  align-items: center;
}
.home-tips-item a {
  color: #000;
}
a.home-tips-link {
  color: #004987;
  font-size: 16px;
}
.home-tips-item p{
  font-size: 17px;
}
.home-tips-item h2 span:first-child {
  font-size: 72px;
  font-weight: 800;
  line-height: 88px;
  display:none;
}

.home-tips-item h2 span:last-child {
  text-align: left;
  /* margin-left: 20px; */
  font-size: 30px;
  font-weight: 700;
  /* line-height: 30px; */
  line-height: 88px;
  display: inline-flex;
}
.home-tips-box {
  width: 200px;
  height: 200px;
  background: #ffb700;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.home-tips-title {
  font-size: 39px;
  font-weight: 800;
  line-height: 45px;
  z-index: 9999;
  display: block;
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  max-width: 80%;
  border-bottom: 5px solid;
}

.home-tips-title-box {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}


.home-tips-title h2 {
  font-size: 39px;
  font-weight: 800;
  line-height: 45px;
  z-index: 9999;
  margin: 0;
  margin-bottom: 10px;
  display: block;
  width: 100%;
}
/* END HOME SLIDER */
div#block-lcec-theme-content > section.section.container:first-child {
  padding-top: 0;
}
.page-title:after {
  content: "";
  height: 4px;
  width:100%;
  display:block;
  border-radius: 12px;
  background: #ffb700;
  bottom:-10px;
  position:absolute;
}
.page-title {
  display: block;
  width:fit-content;
  margin-bottom:30px;
  margin-top:0;
  position:relative;
}
h1.page-title{
  font-family: "Nunito Sans";
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  text-transform: uppercase;
}

h2.page-title{
  font-family: "Nunito Sans";
  font-size: 22px;
  font-weight: 700;
  line-height: 29px;
  text-transform: uppercase;
}

section.container.gray-bg,
.gray-bg {
  background: #fafafa;
  padding: 20px!important;
}

.download-center{
  margin-top:40px;
}

.download-center p{
  margin-bottom: 5px;
}
/* START LCEC IMAGES Container*/
.lcec-image-box .lcec-text-info {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-left: 10px solid #ffb700;
  left: 45px;
  /* right: 30px; */
  padding: 15px 0 15px 20px;
  max-width: calc( 100% - 75px);
}

.lcec-image-box {
  position: relative;
  margin: 30px auto;
}
.col-md-12.lcec-image-box .img {
  height: 350px;
  background-size: cover;
  background-position: center;
}
.col-md-4.lcec-image-box .img {
  height: 300px;
  background-size: cover;
  background-position: center;
}
.col-md-6.lcec-image-box .img {
  height: 300px;
  background-size: cover;
  background-position: center;
}
.lcec-image-box-link, .lcec-image-box-link:hover {
  display: block;
  color: white;
}

.lcec-image-box-link:before{
  content: "";
  background: rgb(0,0,0,0.2);
  position: absolute;
  top: 0;
  left:15px;
  width: calc( 100% - 30px );
  bottom: 0;
  height: 100%;
}

.lcec-image-box .lcec-text-info h1 {
  color: #ffffff;
  font-family: "Nunito Sans";
  font-size: 26px;
  font-weight: 700;
  line-height: 30px;
  margin: 0;
}

.lcec-image-box .lcec-text-info p {
  color: #ffffff;
  font-family: "Nunito Sans";
  font-size: 17px;
  font-weight: 500;
}
.lcec-image-box .lcec-text-info a,
.lcec-image-box .lcec-text-info .lcec-link{
  color: #ffffff;
  font-family: "Nunito Sans";
  font-size: 15px;
  font-weight: 500;
  margin-bottom:0;
}

.lcec-image-box img {
  width: 100%!important;
}

/* START News Main Page */

.news-item {
  margin-bottom: 50px;
  position: relative;
  max-width: 800px;
}

.news-item img {
  height: auto;
  width: 100%;
}

.news-item .news-item-date {
  position: absolute;
  bottom: 0;
  color: #979797;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.news-item .news-item-link {
  position: absolute;
  bottom: 0;
  right: 15px;
  color: #004987;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}

.news-item h2,.news-item  h2 a,.news-item  h2 a:hover {
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
  color: #000;
}

.news-item p {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.news-item .col-md-8 {
  position: initial;
}

.upcoming-news-container h2.page-title {
  font-size: 18px;
}

.upcoming-news-container {
  padding: 20px;
  border-radius: 15px;
  background: #fafafa;
}

.upcoming-news-container .event-item {
  height: 80px;
  border-radius: 15px;
  background: #ffffff;
  box-shadow: 0px 2px 4px rgba(100,100,100,0.2);
  padding: 5px 20px;
  position: relative;
  margin-bottom:20px;
}

.upcoming-news-container .event-item h2 {
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  margin-top: 0;
  color: black;
}
.upcoming-news-container .event-item h2 a{
  color: black;
}

.upcoming-news-container .event-item-date {
  color: #979797;
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  position: absolute;
  bottom: 5px;
  left: 20px;
}

.upcoming-news-container .event-item-link {
  color: #004987;
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  position: absolute;
  bottom: 5px;
  right: 20px;
}

/* END News Main Page */

table {
  width: 100%!important;
  outline: 0;
  border-color: rgba(0,73,135,0.5);
  border: 0;
}

th,td {
  padding: 10px;
  border:0;
  border-right:2px solid;
  border-color: rgba(0,73,135,0.5);
}
th:last-child,td:last-child {
  border-right:0px solid;
}
tr{
  border:0;
  border-top:2px solid;
  border-color: rgba(0,73,135,0.5);
}

tr:first-child{
  border-top:0px solid;
}

thead{
  border:0;
  border-bottom:2px solid;
  border-color: rgba(0,73,135,0.5);
}

/* END LCEC IMAGES Container*/

.main-row {
  margin: 40px 0;
  text-align:justify;
}
.main-row.img-row{
  margin-right:-15px;
  margin-left:-15px;
}

.centered-layout .page-title{
  margin-right: auto;
  margin-left: auto;
}
.centered-layout .page-title.title-left{
  margin-right: auto;
  margin-left: 0;
}
.centered-layout .page-title.title-right{
  margin-right: 0;
  margin-left: auto;
}
h1.big-title-text {
  font-size: 40px;
  text-align: center;
  width:100%;
  max-width: 80%;
  margin-right: auto;
  margin-left: auto;
  position:relative;
}
.centered-layout h1.big-title-text{
  max-width: 95%;
}

.big-title[data-size="Full Screen"] {
  height: calc( 100vh - 250px);
  margin:0!important;
}

.big-title[data-size="Full Screen"] h1.big-title-text{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.big-title {
  position: relative;
}

.navbar-toggle{
  z-index:10000;
  display:none;
}

/* Start Our Team */
.people-img-box .img,
.team-img-box .img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  margin: auto;
  text-align: center;
  display: block;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.people-box.row {
  display: flex;
  justify-content: center;
}

.team-box {
  margin: 0px 30px 80px;
  display: flex;
  justify-content: center;
}
.views-row:last-child .team-box{
  margin-bottom:0;
}

.views-row:nth-child(2n) .team-box .team-img-box{
  float:right;
  background: red;
}
.people-img-box h2,
.team-img-box h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
  text-align: center;
}
.people-img-box p,
.team-img-box p {
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  text-align: center;
  max-width: 80%;
  margin: auto;
}
.team-img-box a {
  color: #000;
}
.team-img-box:after {
  background: #FFB700;
  content: "";
  width: 5px;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
}
.team-img-box.right-dir:after{
  right: unset;
  left: 10px;
}

.team-text-box {
  justify-content: center;
  display: inline-flex;
  text-align:justify;
  flex-direction: column;
  font-size:17px;
}
.people-img-box p.peope-title:after {
  content: "";
    height: 4px;
    width: 200px;
    max-width: 50%;
    display: block;
    left: 0;
    right: 0;
    bottom: -10px;
    margin: auto;
    border-radius: 12px;
    background: #ffb700;
    position: absolute;
}
.people-img-box p.peope-title{
  margin-bottom:20px;
  position: relative;
  display: block;
}
.people-img-box {
  margin-bottom: 50px;
}
/* END Our Team */

.drop-projects-box {
  width: 100%;
  padding: 10px 20px;
  border: 1px solid #004987;
  border-radius: 30px;
  color: #004987;
  position:relative;
  font-size:17px;
}
.drop-projects-box:after {
  content:"";
  background-image: url(/themes/lcec_theme/img/arrow_menu_resp.svg);
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 15px;
  top: calc( 50% - 10px);
  transform: rotate(-90deg);
}
.drop-projects {
  width:calc(100% - 30px);
  max-width: 500px;
  margin: auto;
  margin-bottom: 150px;
  font-size:17px;
  position: relative;
}
.drop-projects:hover .drop-projects-list{
  display:block;
}
.drop-projects-list{
  display:none;
  position:absolute;
  z-index:9;
  background:white;
  width:100%;
  max-width:500px;
  padding:20px;
  box-shadow: 0px 0px 5px 1px rgb(0,0,0,0.1);
}
.projects-dropdown {
  margin-bottom: 5px;
}
.drop-projects-list ul {
  list-style: none;
  padding: 0;
  max-height: 200px;
  overflow: auto;
}

.drop-projects-list li {
  padding: 5px 10px;
  font-size:17px;
}
.drop-projects-list li:first-child {
  margin-top:15px;
}

/* START Filters */
.js-form-item {
  display: inline-block;
  margin: 5px 20px;
  vertical-align: middle;
}

.js-form-item label {
  display: inline-block;
  font-size:16px;
}

.js-form-item > legend {
  display: none;
}

.js-form-item > .fieldset-wrapper label {
  display: inline-block;
  margin: 0 15px 0 5px;
}

.form-checkboxes .js-form-item {
  margin: 0;
}

.filter-lcec .views-exposed-form {
  display: block;
  margin-bottom: 40px;
  align-items: center;
  margin: auto;
  width: fit-content;
  text-align: center;
}

.js-form-item:first-child {
  margin-left: 0;
}

.js-form-item.js-form-type-checkbox {
  padding-top: 0px;
}

select#edit-sort-by {
  display: none;
}

.js-form-item-sort-by {
  display: none;
}
.js-form-item 
 label {
    margin-right: 15px;
}

.js-form-item input[type="text"] {
    height: 35px;
    padding: 0 10px;
    border-radius: 7px;
    border:1px solid #aaaaaa;
}

.js-form-item select {
    padding: 0 15px;
    height: 30px;
    border-radius: 7px;
    border:1px solid #aaaaaa;
}
.js-form-item input{
    border-color: #aaaaaa;
}

.views-exposed-form input[type=reset],.views-exposed-form input[type=submit]{
    border:0;
    background-color:transparent!important;
    color:#004987;
    margin: 0 10px;
}
/* END Filters */

/* START search */
.lcec-search input[type="submit"] {
  color: transparent;
  opacity: 1;
  background-color: transparent;
  width: 40px;
  height: 40px;
  background-image: url(/themes/lcec_theme/img/search.svg);
  background-repeat: no-repeat;
  background-position: center;
  outline: 0;
  border: 0;
  display: inline-block;
  background-size: 35px;
}


.lcec-search [type="search"]{
  border:0;
  border-bottom: 1px solid rgb(0,73,135,0.60);
  width: 100%;
  padding: 0px 5px 5px 5px;
}

.lcec-search .js-form-item {
  display: inline-block;
  margin: 0 6px;
}

.search-page .search-form{
  display: none;
}

.search-page .content-container div#block-lcec-theme-content {
    max-width: 600px;
    margin: auto;
}

.search-page .content-container h2 {
    text-align: center;
}

.search-page .content-container ol li::marker {
    display: none;
    content: "";
}

.search-page .content-container ol li {
    margin-bottom: 35px;
}

.search-page .content-container ol li h3,.search-page .content-container ol li h3 a {
    font-size: 34px;
    font-weight: 600;
    line-height: 41px;
    color: #333;
}

/* END Search */
.media-oembed-content {
  max-width: 100%;
  width: 100%;
  min-height: 500px;
}

section.container.newspage-container {
  padding: 30px;
}

@media (min-width: 1300px){
  .container {
      width: 1290px;
  }
}

@media (max-width: 1350px){
  header nav ul li {
    display: inline-block;
    padding: 15px 5px;
  }
}
@media (max-width: 1150px){
  .logo-container,
  .menu-container{
    width:100%!important;
  }
  .header .mainmenu {
    display: block;
  }
  .header .mainmenu > div, .header .mainmenu > div.text-center {
    display: block!important;
    justify-content: unset;
  }
  nav#block-lcecmenu{
    display:none;
  }
  nav#block-lcecmenu.open-menu{
    display:block;
  }
  .navbar-toggle{
    z-index:10000;
    display:block;
    position: absolute;
    top: 30px;
    right: 30px;
    padding: 0;
    margin: 0;
  }
  header nav ul li {
    display: block;
  }
  header nav ul li a.is-active:after {
      left: 50%;
      transform: translateX(-50%);
  }
  body .content-container {
    margin-top: 160px;
  }
}

@media (min-width: 796px){
  .right-dir-mobile{
    display:none;
  }
  .responsive-pull{
    float: right!important;
  }
  .filter-lcec .views-exposed-form {
      position: absolute;
      top: 20px;
      width: fit-content;
      max-width: 100%;
      left: 50%;
      transform: translateX(-50%);
  }
  .filter-lcec .contextual-region{
      position: unset;
  }
  .filter-lcec div.col-md-9{
      position:unset;
  }
  .filter-top-space{
      margin-top: 50px;
      position:unset;
  }
}

@media (max-width: 796px){
  h1.page-title{
    font-size: 23px;       
  }
  .people-box.row{
    display: block;
  }
  .main-row{
    overflow-x: auto;
  }
  .right-dir-mobile{
    display:block;
  }
  .right-dir{
    display:none;
  }
  .filter-lcec .views-exposed-form {
    display: block;
    margin-bottom: 40px;
    align-items: center;
    margin: auto;
    width: fit-content;
    text-align: center;
  }
  section .swiper-slide .row h1,
  section.intro-header-box .row h1 {
    font-size: 28px;
    line-height: 39px;
  }
  section .swiper-slide .row p,
  section.intro-header-box .row p {
    font-size: 18px;
  }
  section.section.container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .home-tips-title-box {
    position: relative;
    transform: unset;
    top: unset;
    right: unset;
    min-height: 300px;
  }
  h1.big-title-text{
    font-size:32px;
  }
  h2.page-title {
    font-size: 18px;
  }
  .news-item p{
    margin-bottom:40px;
  }
  section.intro-header-box{
    padding: 0 40px;
  }
  section.intro-header-box .row{
    max-width: calc( 100% - 60px);
  }
  .team-box {
    display: block;
  }

  .team-img-box {
      padding-bottom: 15px;
      margin-bottom: 15px;
  }

  .team-text-box {
      display: block;
      flex-direction: unset;
  }

  .team-img-box:after {
      bottom: 0;
      top: unset;
      right: 15px;
      left: 15px;
      height: 5px;
      width: calc(100% - 30px);
  }
  .lcec-search .js-form-item{
    width: calc(100% - 60px);
  }

  @media (max-width: 796px){
    section .swiper-slide .row h1,
    section.intro-header-box .row h1 {
      font-size: 18px;
      line-height: 20px;
    }
    section .swiper-slide .row a, 
    .swiper-slide .row p.slide-link {
      color: #ffffff;
      font-family: "Nunito Sans";
      font-size: 14px;
      font-weight: 500;
    }
    section .swiper-slide .row p,
    section.intro-header-box .row p {
      font-size: 15px;
    }
  }
}

