.cc-window,
.cc-modal-window {
  --windowMarginLeft: 30px;
  --windowMarginBottom: 24px;
  --ccBackground: #FFF;
  --ccFontColor: $tertiary;
  --windowBg: var(--ccBackground);
  --popupBg: var(--ccBackground);
  --titleTextColor: var(--ccFontColor);
  --messageTextColor: var(--ccFontColor);
  --messageLinkColor: var(--ccFontColor);
  --messageFontSize:12px;
  --messageLinkFontWeight: 400;
  --messagePadding: 10px;
  --settingsSeparatorColor: #001d35;
  --popupTextColor: var(--ccFontColor);
  --btnCloseColor: var(--ccFontColor);
  --btnCloseColorHover: #001d35;
  --btnRadius: 20px;
  --btnAcceptBg: #388E3C;
  --btnAcceptBgHover: #1B5E20;
  --btnAcceptTextColor: #ffffff;
  --btnAcceptBorder: 0;
  --btnFontSize:12px;
  --btnPadding:10px;
  --buttonsAlign:center;
  --btnRejectBg: #D32F2F;
  --btnRejectBgHover: #B71C1C;
  --btnRejectTextColor: #ffffff;
  --btnRejectBorder: 0;
  --btnInfoBgHover: #81D4FA;
  --btnInfoTextColor: #00639c;
  --btnInfoBorder: 0;
  --btnDismissFontSize:12px;
  --btnDismissPadding:10px;
  --btnSettingsBg: var(--btnInfoBg);
  --btnSettingsBgHover: var(--btnInfoBgHover);
  --btnSettingsTextColor: var(--btnInfoTextColor);
  --btnSettingsBorder: 0;
  --btnSettingsAcceptBg: var(--btnAcceptBg);
  --btnSettingsAcceptBgHover: var(--btnAcceptBgHover);
  --btnSettingsAcceptTextColor: var(--btnAcceptTextColor);
  --btnSettingsAcceptBorder: 0;
  --btnSettingsSelectBg: var(--btnInfoBg);
  --btnSettingsSelectBgHover: var(--btnInfoBgHover);
  --btnSettingsSelectTextColor: var(--btnInfoTextColor);
  --btnSettingsSelectBorder: 0;
  --settingsFontSize:12px ;
}

.homeSlide {
  float: left;
  position: relative;
  height: auto;
}
.homeSlide .owl-carousel {
  position: relative;
  float: left;
  height: auto;
}
.homeSlide .owl-carousel .owl-slide {
  height: 40vw;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 992px) {
  .homeSlide .owl-carousel .owl-slide {
    height: 50vw;
  }
}
@media only screen and (max-width: 769px) {
  .homeSlide .owl-carousel .owl-slide {
    height: 70vw;
  }
}
.homeSlide .owl-carousel .owl-slide .link {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.homeSlide .owl-carousel .owl-slide .text-capsule {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
  width: 100%;
  max-width: 1480px;
  height: 100%;
  padding-left: 30px;
  padding-right: 30px;
}
@media only screen and (max-width: 769px) {
  .academicunit .homeSlide .owl-carousel .owl-slide .text-capsule {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-bottom: 40px;
  }
}
.homeSlide .owl-carousel .owl-slide .text-capsule .p-content {
  display: inline-block;
  width: 52%;
  max-width: 740px;
}
.academicunit .homeSlide .owl-carousel .owl-slide .text-capsule .p-content {
  max-width: 650px;
}
.tomer .homeSlide .owl-carousel .owl-slide .text-capsule .p-content {
  width: 65%;
  max-width: 900px;
}
.internationalStudent .homeSlide .owl-carousel .owl-slide .text-capsule .p-content {
  width: 65%;
  max-width: 850px;
}
@media only screen and (max-width: 769px) {
  .homeSlide .owl-carousel .owl-slide .text-capsule .p-content {
    width: 100%;
    max-width: 100%;
    text-align: center;
    padding: 0 10%;
  }
  .academicunit .homeSlide .owl-carousel .owl-slide .text-capsule .p-content {
    max-width: 100%;
  }
}
@media only screen and (max-width: 540px) {
  .homeSlide .owl-carousel .owl-slide .text-capsule .p-content {
    padding: 0 2%;
  }
  .academicunit .homeSlide .owl-carousel .owl-slide .text-capsule .p-content {
    padding: 0;
  }
}
.homeSlide .owl-carousel .owl-slide .text-capsule .p-content h2 {
  display: inline-block;
  width: 100%;
  font-size: 3.8rem;
  line-height: 1.3;
  font-weight: 700;
  color: #FFF;
  margin: 0;
  padding: 0;
}
.academicunit .homeSlide .owl-carousel .owl-slide .text-capsule .p-content h2, .prospectiveStudent .homeSlide .owl-carousel .owl-slide .text-capsule .p-content h2, .tomer .homeSlide .owl-carousel .owl-slide .text-capsule .p-content h2, .internationalStudent .homeSlide .owl-carousel .owl-slide .text-capsule .p-content h2 {
  font-size: 3rem;
  max-width: 70%;
}
@media only screen and (max-width: 1300px) {
  .academicunit .homeSlide .owl-carousel .owl-slide .text-capsule .p-content h2, .prospectiveStudent .homeSlide .owl-carousel .owl-slide .text-capsule .p-content h2, .tomer .homeSlide .owl-carousel .owl-slide .text-capsule .p-content h2, .internationalStudent .homeSlide .owl-carousel .owl-slide .text-capsule .p-content h2 {
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 992px) {
  .academicunit .homeSlide .owl-carousel .owl-slide .text-capsule .p-content h2, .prospectiveStudent .homeSlide .owl-carousel .owl-slide .text-capsule .p-content h2, .tomer .homeSlide .owl-carousel .owl-slide .text-capsule .p-content h2, .internationalStudent .homeSlide .owl-carousel .owl-slide .text-capsule .p-content h2 {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 769px) {
  .academicunit .homeSlide .owl-carousel .owl-slide .text-capsule .p-content h2, .prospectiveStudent .homeSlide .owl-carousel .owl-slide .text-capsule .p-content h2, .tomer .homeSlide .owl-carousel .owl-slide .text-capsule .p-content h2, .internationalStudent .homeSlide .owl-carousel .owl-slide .text-capsule .p-content h2 {
    max-width: 100%;
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 540px) {
  .academicunit .homeSlide .owl-carousel .owl-slide .text-capsule .p-content h2, .prospectiveStudent .homeSlide .owl-carousel .owl-slide .text-capsule .p-content h2, .tomer .homeSlide .owl-carousel .owl-slide .text-capsule .p-content h2, .internationalStudent .homeSlide .owl-carousel .owl-slide .text-capsule .p-content h2 {
    font-size: 1rem;
  }
}
.prospectiveStudent .homeSlide .owl-carousel .owl-slide .text-capsule .p-content h2, .tomer .homeSlide .owl-carousel .owl-slide .text-capsule .p-content h2, .internationalStudent .homeSlide .owl-carousel .owl-slide .text-capsule .p-content h2 {
  max-width: 100%;
}
.library .homeSlide .owl-carousel .owl-slide .text-capsule .p-content h2 {
  font-weight: 500;
  font-size: 2.8rem;
  max-width: 70%;
}
@media only screen and (max-width: 1300px) {
  .library .homeSlide .owl-carousel .owl-slide .text-capsule .p-content h2 {
    font-size: 2.6rem;
  }
}
@media only screen and (max-width: 992px) {
  .library .homeSlide .owl-carousel .owl-slide .text-capsule .p-content h2 {
    font-size: 2.3rem;
  }
}
@media only screen and (max-width: 769px) {
  .library .homeSlide .owl-carousel .owl-slide .text-capsule .p-content h2 {
    max-width: 100%;
    font-size: 2rem;
  }
}
@media only screen and (max-width: 540px) {
  .library .homeSlide .owl-carousel .owl-slide .text-capsule .p-content h2 {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 1300px) {
  .homeSlide .owl-carousel .owl-slide .text-capsule .p-content h2 {
    font-size: 2.8rem;
  }
}
@media only screen and (max-width: 992px) {
  .homeSlide .owl-carousel .owl-slide .text-capsule .p-content h2 {
    font-size: 2.1rem;
  }
}
@media only screen and (max-width: 769px) {
  .homeSlide .owl-carousel .owl-slide .text-capsule .p-content h2 {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 540px) {
  .homeSlide .owl-carousel .owl-slide .text-capsule .p-content h2 {
    font-size: 1.2rem;
  }
}
.homeSlide .owl-carousel .owl-slide .text-capsule .p-content h2 b {
  font-weight: 700;
}
.homeSlide .owl-carousel .owl-slide .text-capsule .p-content p {
  display: inline-block;
  width: 80%;
  max-width: 100%;
  font-size: 1.1rem;
  line-height: 1.6;
  font-weight: 500;
  color: #FFF;
  margin: 15px 0 0;
}
@media only screen and (max-width: 769px) {
  .homeSlide .owl-carousel .owl-slide .text-capsule .p-content p {
    width: 100%;
    margin: 10px 0 0;
    font-size: 0.9rem;
  }
}
@media only screen and (max-width: 540px) {
  .homeSlide .owl-carousel .owl-slide .text-capsule .p-content p {
    font-size: 0.7rem;
    line-height: 1.3;
  }
}
.homeSlide .owl-carousel .owl-slide .cropcontainer {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.homeSlide .owl-carousel .owl-slide .cropcontainer::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(50, 62, 72, 0.4);
}
.academicunit .homeSlide .owl-carousel .owl-slide .cropcontainer::before {
  width: 60%;
  background: #004a98;
  background: -webkit-gradient(linear, left top, right top, color-stop(30%, #004a98), to(rgba(0, 74, 152, 0)));
  background: linear-gradient(90deg, #004a98 30%, rgba(0, 74, 152, 0) 100%);
}
@media only screen and (max-width: 769px) {
  .academicunit .homeSlide .owl-carousel .owl-slide .cropcontainer::before {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(30%, #004a98), to(rgba(0, 74, 152, 0)));
    background: linear-gradient(0deg, #004a98 30%, rgba(0, 74, 152, 0) 100%);
    width: 100%;
    height: 60%;
    top: auto;
    bottom: 0;
  }
}
.healthCulture .homeSlide .owl-carousel .owl-slide .cropcontainer::before {
  background-color: rgba(50, 62, 72, 0.2);
  mix-blend-mode: multiply;
}
.library .homeSlide .owl-carousel .owl-slide .cropcontainer::before {
  background-color: rgba(50, 62, 72, 0.6);
  mix-blend-mode: multiply;
}
.prospectiveStudent .homeSlide .owl-carousel .owl-slide .cropcontainer::before {
  background-color: rgba(50, 62, 72, 0.5);
  mix-blend-mode: multiply;
}
.tomer .homeSlide .owl-carousel .owl-slide .cropcontainer::before {
  background-color: rgba(50, 62, 72, 0.72);
  mix-blend-mode: multiply;
}
.homeSlide .owl-carousel .owl-slide .cropcontainer video {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.homeSlide .owl-carousel .owl-slide .cropcontainer .video-background {
  background: #000;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -99;
  overflow: hidden;
}
.homeSlide .owl-carousel .owl-slide .cropcontainer .video-background::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 30%;
  z-index: 2;
  background: rgb(0, 0, 0);
  background: -webkit-gradient(linear, left top, left bottom, from(black), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0) 100%);
}
.homeSlide .owl-carousel .owl-slide .cropcontainer .video-foreground,
.homeSlide .owl-carousel .owl-slide .cropcontainer .video-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 106%;
  pointer-events: none;
}
@media only screen and (max-width: 992px) {
  .homeSlide .owl-carousel .owl-slide .cropcontainer .video-foreground,
  .homeSlide .owl-carousel .owl-slide .cropcontainer .video-background iframe {
    pointer-events: visible;
  }
}
.homeSlide .owl-carousel .owl-slide .cropcontainer #vidtop-content {
  top: 0;
  color: #fff;
}
.homeSlide .owl-carousel .owl-slide .cropcontainer .vid-info {
  position: absolute;
  top: 0;
  right: 0;
  width: 33%;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  padding: 1rem;
  font-family: Avenir, Helvetica, sans-serif;
}
.homeSlide .owl-carousel .owl-slide .cropcontainer .vid-info h1 {
  font-size: 2rem;
  font-weight: 700;
  margin-top: 0;
  line-height: 1.2;
}
.homeSlide .owl-carousel .owl-slide .cropcontainer .vid-info a {
  display: block;
  color: #fff;
  text-decoration: none;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.6s background;
  transition: 0.6s background;
  border-bottom: none;
  margin: 1rem auto;
  text-align: center;
}
@media (min-aspect-ratio: 16/9) {
  .homeSlide .owl-carousel .owl-slide .cropcontainer .video-foreground {
    height: 300%;
    top: -100%;
  }
}
@media (max-aspect-ratio: 16/9) {
  .homeSlide .owl-carousel .owl-slide .cropcontainer .video-foreground {
    width: 300%;
    left: -100%;
  }
}
@media all and (max-width: 600px) {
  .homeSlide .owl-carousel .owl-slide .cropcontainer .vid-info {
    width: 50%;
    padding: 0.5rem;
  }
  .homeSlide .owl-carousel .owl-slide .cropcontainer .vid-info h1 {
    margin-bottom: 0.2rem;
  }
}
@media all and (max-width: 500px) {
  .homeSlide .owl-carousel .owl-slide .cropcontainer .vid-info .acronym {
    display: none;
  }
}
.homeSlide .owl-carousel .owl-dots {
  position: absolute;
  width: 10px;
  height: 100%;
  right: 120px;
  top: 0;
  z-index: 5;
  margin: 0;
  counter-reset: dots;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media only screen and (max-width: 992px) {
  .homeSlide .owl-carousel .owl-dots {
    bottom: 30px;
  }
}
@media only screen and (max-width: 769px) {
  .homeSlide .owl-carousel .owl-dots {
    width: 100%;
    height: auto;
    right: 0;
    bottom: 25px;
    top: auto;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.homeSlide .owl-carousel .owl-dots button {
  display: inline-block;
  width: 33px;
  height: 24px;
  padding: 0;
  margin: 10px 0;
  position: relative;
}
.homeSlide .owl-carousel .owl-dots button:before {
  counter-increment: dots;
  content: "0" counter(dots);
  display: inline-block;
  width: auto;
  min-width: 35px;
  text-align: center;
  height: auto;
  background-color: #e65300;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 700;
  color: #FFF;
  padding: 3px;
}
.homeSlide .owl-carousel .owl-dots button span {
  position: absolute;
  left: 40px;
  bottom: 0;
  width: 52px;
  height: 1px;
  background-color: #e65300;
}
.homeSlide .owl-carousel .owl-dots button:hover {
  opacity: 0.5;
}
.homeSlide .owl-carousel .owl-dots button.active span {
  background-color: #004a98;
  opacity: 1;
}
.homeSlide .owl-carousel .owl-dots button.active:before {
  background-color: #004a98;
}
@media only screen and (max-width: 992px) {
  .homeSlide .owl-carousel .owl-dots button {
    float: none;
    display: inline-block;
  }
}
@media only screen and (max-width: 769px) {
  .homeSlide .owl-carousel .owl-dots button {
    display: inline-block;
    width: auto;
    height: auto;
    padding: 5px !important;
    margin: 0;
  }
  .homeSlide .owl-carousel .owl-dots button::before {
    display: none;
  }
  .homeSlide .owl-carousel .owl-dots button span {
    position: static;
    float: left;
    width: 8px;
    height: 8px;
    background-color: #FFF;
    opacity: 0.3;
    border-radius: 100%;
  }
  .homeSlide .owl-carousel .owl-dots button.active span {
    background-color: #FFF;
    opacity: 1;
  }
}
.academicunit .homeSlide .owl-carousel .owl-dots, .healthCulture .homeSlide .owl-carousel .owl-dots, .library .homeSlide .owl-carousel .owl-dots, .prospectiveStudent .homeSlide .owl-carousel .owl-dots, .internationalStudent .homeSlide .owl-carousel .owl-dots {
  width: 100%;
  height: auto;
  right: 0;
  bottom: 25px;
  top: auto;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media only screen and (max-width: 769px) {
  .academicunit .homeSlide .owl-carousel .owl-dots, .healthCulture .homeSlide .owl-carousel .owl-dots, .library .homeSlide .owl-carousel .owl-dots, .prospectiveStudent .homeSlide .owl-carousel .owl-dots, .internationalStudent .homeSlide .owl-carousel .owl-dots {
    bottom: 10px;
  }
}
.academicunit .homeSlide .owl-carousel .owl-dots button, .healthCulture .homeSlide .owl-carousel .owl-dots button, .library .homeSlide .owl-carousel .owl-dots button, .prospectiveStudent .homeSlide .owl-carousel .owl-dots button, .internationalStudent .homeSlide .owl-carousel .owl-dots button {
  display: inline-block;
  width: auto;
  height: auto;
  padding: 5px !important;
  margin: 0;
}
.academicunit .homeSlide .owl-carousel .owl-dots button::before, .healthCulture .homeSlide .owl-carousel .owl-dots button::before, .library .homeSlide .owl-carousel .owl-dots button::before, .prospectiveStudent .homeSlide .owl-carousel .owl-dots button::before, .internationalStudent .homeSlide .owl-carousel .owl-dots button::before {
  display: none;
}
.academicunit .homeSlide .owl-carousel .owl-dots button span, .healthCulture .homeSlide .owl-carousel .owl-dots button span, .library .homeSlide .owl-carousel .owl-dots button span, .prospectiveStudent .homeSlide .owl-carousel .owl-dots button span, .internationalStudent .homeSlide .owl-carousel .owl-dots button span {
  position: static;
  float: left;
  width: 8px;
  height: 8px;
  background-color: #FFF;
  opacity: 0.3;
  border-radius: 100%;
}
.academicunit .homeSlide .owl-carousel .owl-dots button.active span, .healthCulture .homeSlide .owl-carousel .owl-dots button.active span, .library .homeSlide .owl-carousel .owl-dots button.active span, .prospectiveStudent .homeSlide .owl-carousel .owl-dots button.active span, .internationalStudent .homeSlide .owl-carousel .owl-dots button.active span {
  background-color: #FFF;
  opacity: 1;
}

.newsHome .container {
  width: 100%;
  max-width: 1480px;
}
.newsHome .tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgb(116.3114754098, 139.4262295082, 158.6885245902);
  padding-bottom: 12px;
}
.newsHome .tabs .control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.newsHome .tabs .control a {
  display: inline-block;
  width: auto;
  padding: 10px 15px;
  font-size: 0.813rem;
  color: rgb(91.8032786885, 113.8360655738, 132.1967213115);
  -webkit-box-shadow: 2px 0px 5px 0px rgba(0, 0, 0, 0.11);
  box-shadow: 2px 0px 5px 0px rgba(0, 0, 0, 0.11);
  border-radius: 10px;
  background-color: #FFF;
  margin-right: 7px;
}
.newsHome .tabs .control a:hover {
  background-color: #e65300;
  color: #FFF;
}
.newsHome .tabs .control a.active {
  background-color: #004a98;
  color: #FFF;
}
.newsHome .tabs .all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.newsHome .tabs .all a {
  display: inline-block;
  width: auto;
  font-size: 0.813rem;
  color: #004a98;
}
.newsHome .tabs .all a:hover {
  color: #e65300;
}
.newsHome .tab-content {
  width: 100%;
  display: none;
}
.newsHome .tab-content.active {
  display: inline-block;
}
.newsHome .tab-content .owl-carousel {
  display: inline-block;
  width: 100%;
}
.newsHome .tab-content .owl-carousel .owl-stage-outer {
  padding-left: 10px;
  margin-left: -10px;
  margin-right: -20px;
  z-index: 2;
}
.newsHome .tab-content .owl-carousel .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-right: -20px;
}
.newsHome .tab-content .owl-carousel .owl-stage .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
}
.newsHome .tab-content .owl-carousel .owl-stage .item .p-figure {
  float: left;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.newsHome .tab-content .owl-carousel .owl-stage .item .p-figure a {
  float: left;
  width: 100%;
  height: auto;
}
.newsHome .tab-content .owl-carousel .owl-stage .item .p-figure img {
  float: left;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: 300ms;
  transition: 300ms;
  z-index: 1;
}
@media only screen and (max-width: 769px) {
  .newsHome .tab-content .owl-carousel .owl-stage .item .p-figure img {
    height: 220px;
  }
}
@media only screen and (max-width: 540px) {
  .newsHome .tab-content .owl-carousel .owl-stage .item .p-figure img {
    height: auto;
  }
}
.newsHome .tab-content .owl-carousel .owl-stage .item .p-content {
  float: left;
  width: 100%;
  padding: 15px 0 0;
}
.newsHome .tab-content .owl-carousel .owl-stage .item .p-content h2 {
  float: left;
  width: 100%;
  height: auto;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
  color: #323e48;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
@media only screen and (max-width: 769px) {
  .newsHome .tab-content .owl-carousel .owl-stage .item .p-content h2 {
    font-size: 0.9rem;
  }
}
.newsHome .tab-content .owl-carousel .owl-stage .item .p-content p, .newsHome .tab-content .owl-carousel .owl-stage .item .p-content pre {
  float: left;
  width: 100%;
  font-size: 0.813rem;
  line-height: 1.8;
  color: #323e48;
  font-weight: 400;
  margin: 10px 0 0;
  max-height: 42px;
  overflow: hidden;
}
@media only screen and (max-width: 769px) {
  .newsHome .tab-content .owl-carousel .owl-stage .item .p-content p, .newsHome .tab-content .owl-carousel .owl-stage .item .p-content pre {
    line-height: 1.5;
    font-size: 0.8rem;
  }
}
.newsHome .tab-content .owl-carousel .owl-stage .item .p-content a {
  float: left;
  width: auto;
  font-size: 0.813rem;
  line-height: 1.5;
  color: #004a98;
  font-weight: 400;
  padding: 14px 0 0;
  text-decoration: underline;
}
.newsHome .tab-content .owl-carousel .owl-stage .item .p-content a:hover {
  text-decoration: none;
  color: #e65300;
}
@media only screen and (max-width: 769px) {
  .newsHome .tab-content .owl-carousel .owl-stage .item .p-content a {
    padding: 10px 0 0;
    font-size: 0.8rem;
  }
}
.newsHome .tab-content .owl-carousel .owl-stage .item:hover .p-figure img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.newsHome .tab-content .owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -13px;
  z-index: 1;
}
.newsHome .tab-content .owl-carousel .owl-nav button {
  position: absolute;
  top: 0;
}
.newsHome .tab-content .owl-carousel .owl-nav button.owl-prev {
  left: -40px;
}
.newsHome .tab-content .owl-carousel .owl-nav button.owl-prev i {
  margin-left: -1px;
}
.newsHome .tab-content .owl-carousel .owl-nav button.owl-next {
  right: -40px;
}
.newsHome .tab-content .owl-carousel .owl-nav button i {
  font-size: 26px;
  color: #e65300;
}
.newsHome .tab-content .owl-carousel .owl-nav button:hover i {
  color: #004a98;
}
@media only screen and (max-width: 1500px) {
  .newsHome .tab-content .owl-carousel .owl-nav button.owl-prev {
    left: -20px;
  }
  .newsHome .tab-content .owl-carousel .owl-nav button.owl-next {
    right: -20px;
  }
}
.newsHome .tab-content .owl-carousel .owl-dots {
  display: inline-block;
  width: 100%;
  margin: 10px 0 0;
  text-align: center;
}
.newsHome .tab-content .owl-carousel .owl-dots.disabled {
  margin: 0;
  visibility: hidden;
}
@media only screen and (max-width: 992px) {
  .newsHome .tab-content .owl-carousel .owl-dots {
    left: 0;
    width: 100%;
    bottom: 30px;
    text-align: center;
  }
}
@media only screen and (max-width: 769px) {
  .newsHome .tab-content .owl-carousel .owl-dots {
    margin: 5px 0 0;
  }
}
.newsHome .tab-content .owl-carousel .owl-dots button {
  display: inline-block;
  margin: 0px 5px;
}
.newsHome .tab-content .owl-carousel .owl-dots button.active span {
  background-color: #e65300;
  opacity: 1;
}
.newsHome .tab-content .owl-carousel .owl-dots button span {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #e65300;
  opacity: 0.2;
  border-radius: 100%;
}
@media only screen and (max-width: 992px) {
  .newsHome .tab-content .owl-carousel .owl-dots button {
    float: none;
    display: inline-block;
  }
}
@media only screen and (max-width: 769px) {
  .newsHome .tab-content .owl-carousel .owl-dots button {
    margin: 0px 3px;
  }
  .newsHome .tab-content .owl-carousel .owl-dots button span {
    width: 8px;
    height: 8px;
  }
}

.calendarHome .container {
  width: 100%;
  max-width: 1480px;
}
.calendarHome .p-title h2 {
  display: inline-block;
  width: auto;
  padding: 8px 15px;
  font-size: 0.7rem;
  line-height: 2;
  color: #FFF;
  font-weight: 400;
  background-color: #e65300;
  border-radius: 5px 5px 0 0;
  margin: 0;
}
.academicunit .calendarHome .p-title h2 {
  background-color: #7d8493;
}
.calendarHome {
  /*takvim*/
}
.calendarHome .capsule {
  background-color: #e57f49;
  padding-bottom: 8px;
  position: relative;
}
.academicunit .calendarHome .capsule {
  background-color: #7d8493;
}
.calendarHome .capsule::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #004a98;
  position: absolute;
  bottom: 7px;
  left: 0;
}
@media only screen and (max-width: 769px) {
  .calendarHome .capsule .full-line-section {
    overflow-x: scroll;
  }
}
.calendarHome .capsule .calendarRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-top: 10px;
}
@media only screen and (max-width: 769px) {
  .calendarHome .capsule .calendarRow {
    padding-top: 20px;
    display: table;
    table-layout: fixed;
    height: auto;
    width: 100%;
  }
}
.calendarHome .capsule .calendarRow .item {
  float: left;
  width: 100%;
  height: auto;
  text-align: center;
  position: relative;
  padding: 30px 0 20px;
  cursor: pointer;
  background-color: transparent;
}
@media only screen and (max-width: 769px) {
  .calendarHome .capsule .calendarRow .item {
    float: none;
    display: table-cell;
    height: 47px;
    width: 40px;
  }
}
.calendarHome .capsule .calendarRow .item .first-day {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  padding: 0 0 0 17px;
  font-weight: 300;
  color: #FFF;
  border-left: 1px solid #FFF;
  font-size: 0.9rem;
  line-height: 1.3;
  font-weight: 500;
}
.calendarHome .capsule .calendarRow .item .first-day::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  display: block;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #004a98;
  border-top: 5px solid transparent;
}
.calendarHome .capsule .calendarRow .item .day {
  float: left;
  width: 100%;
  font-size: 0.875rem;
  line-height: 1.4;
  color: #004a98;
  font-weight: 400;
}
.calendarHome .capsule .calendarRow .item .dayname {
  float: left;
  width: 100%;
  font-size: 0.65rem;
  line-height: 1.4;
  color: #FFF;
  font-weight: 300;
}
.calendarHome .capsule .calendarRow .popover {
  margin-top: 15px;
}
.calendarHome .capsule .calendarRow .popover .popover-title {
  font-size: 0.8rem;
  line-height: 1.6;
  color: #e65300;
  font-weight: 700;
}
.calendarHome .capsule .calendarRow .popover .popover-content {
  float: left;
  font-size: 0.7rem;
  line-height: 1.6;
  color: #323e48;
  font-weight: 400;
}
.calendarHome .capsule .calendarRow .popover .popover-content a {
  float: left;
  width: 100%;
  font-size: 0.8rem;
  color: #323e48;
  border-bottom: 1px solid #f6f7f9;
  padding: 3px 0;
}
.calendarHome .capsule .calendarRow .popover .popover-content a:last-child {
  border: 0;
}
.calendarHome .capsule .calendarRow .popover .popover-content a:hover {
  color: #004a98;
}
.calendarHome {
  /*slider*/
}
.calendarHome .eventslider {
  background-color: #e65300;
  padding: 10px 0;
  border-bottom: 1px solid #FFF;
}
.healthCulture .calendarHome .eventslider {
  border-bottom-width: 8px;
}
@media only screen and (max-width: 769px) {
  .calendarHome .eventslider {
    padding: 10px 0;
  }
}
.academicunit .calendarHome .eventslider {
  background-color: #50596d;
}
.calendarHome .eventslider .owl-carousel {
  display: inline-block;
  width: 100%;
}
.calendarHome .eventslider .owl-carousel .owl-stage-outer {
  padding-left: 10px;
  margin-left: -10px;
  margin-right: -20px;
  z-index: 2;
}
.calendarHome .eventslider .owl-carousel .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-right: -20px;
}
.calendarHome .eventslider .owl-carousel .owl-stage .item {
  float: left;
  width: 100%;
}
.calendarHome .eventslider .owl-carousel .owl-stage .item a {
  float: left;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
}
.calendarHome .eventslider .owl-carousel .owl-stage .item .p-figure {
  float: left;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.calendarHome .eventslider .owl-carousel .owl-stage .item .p-figure img {
  float: left;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: 300ms;
  transition: 300ms;
  z-index: 1;
}
@media only screen and (max-width: 540px) {
  .calendarHome .eventslider .owl-carousel .owl-stage .item .p-figure img {
    height: auto;
  }
}
.calendarHome .eventslider .owl-carousel .owl-stage .item .p-content {
  float: left;
  width: 100%;
  padding: 15px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.calendarHome .eventslider .owl-carousel .owl-stage .item .p-content .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 12px;
  -ms-flex-preferred-size: 70px;
      flex-basis: 70px;
  width: 70px;
  height: 70px;
  border: 1px solid #FFF;
  font-size: 1.25rem;
  line-height: 1.1;
  font-weight: 700;
  color: #FFF;
}
.calendarHome .eventslider .owl-carousel .owl-stage .item .p-content .date small {
  font-size: 0.85rem;
  font-weight: 400;
}
.calendarHome .eventslider .owl-carousel .owl-stage .item .p-content h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-preferred-size: calc(100% - 70px);
      flex-basis: calc(100% - 70px);
  width: calc(100% - 70px);
  height: auto;
  font-size: 0.96rem;
  line-height: 1.5;
  font-weight: 500;
  color: #FFF;
  margin: 0;
  padding: 0 0 0 15px;
  overflow: hidden;
}
.calendarHome .eventslider .owl-carousel .owl-stage .item:hover .p-figure img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.calendarHome .eventslider .owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -13px;
  z-index: 1;
}
.calendarHome .eventslider .owl-carousel .owl-nav button {
  position: absolute;
  top: 0;
}
.calendarHome .eventslider .owl-carousel .owl-nav button.owl-prev {
  left: -40px;
}
.calendarHome .eventslider .owl-carousel .owl-nav button.owl-prev i {
  margin-left: -1px;
}
.calendarHome .eventslider .owl-carousel .owl-nav button.owl-next {
  right: -40px;
}
.calendarHome .eventslider .owl-carousel .owl-nav button i {
  font-size: 26px;
  color: #FFF;
}
.calendarHome .eventslider .owl-carousel .owl-nav button:hover i {
  color: #004a98;
}
@media only screen and (max-width: 1500px) {
  .calendarHome .eventslider .owl-carousel .owl-nav button.owl-prev {
    left: -20px;
  }
  .calendarHome .eventslider .owl-carousel .owl-nav button.owl-next {
    right: -20px;
  }
}
.calendarHome .eventslider .owl-carousel .owl-dots {
  display: inline-block;
  width: 100%;
  margin: 0;
  text-align: center;
}
.calendarHome .eventslider .owl-carousel .owl-dots.disabled {
  margin: 0;
  visibility: hidden;
}
@media only screen and (max-width: 992px) {
  .calendarHome .eventslider .owl-carousel .owl-dots {
    left: 0;
    width: 100%;
    bottom: 30px;
    text-align: center;
  }
}
.calendarHome .eventslider .owl-carousel .owl-dots button {
  display: inline-block;
  margin: 0px 5px;
}
.calendarHome .eventslider .owl-carousel .owl-dots button.active span {
  background-color: #FFF;
  opacity: 1;
}
.calendarHome .eventslider .owl-carousel .owl-dots button span {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #FFF;
  opacity: 0.2;
  border-radius: 100%;
}
@media only screen and (max-width: 992px) {
  .calendarHome .eventslider .owl-carousel .owl-dots button {
    float: none;
    display: inline-block;
  }
}
@media only screen and (max-width: 769px) {
  .calendarHome .eventslider .owl-carousel .owl-dots button {
    margin: 0px 3px;
  }
  .calendarHome .eventslider .owl-carousel .owl-dots button span {
    width: 8px;
    height: 8px;
  }
}
.calendarHome .all {
  font-size: 0.8rem;
  font-weight: 700;
  color: #FFF;
}
.calendarHome .all::after {
  margin-left: 5px;
}
.calendarHome .all:hover {
  color: #004a98;
}

.aboutHome {
  text-align: center;
}
.thankyou .aboutHome {
  padding-top: 250px;
  padding-bottom: 250px;
}
.aboutHome .p-content {
  display: inline-block;
  width: 100%;
}
.aboutHome .p-content h2 {
  display: inline-block;
  width: 100%;
  max-width: 70%;
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 700;
  color: #FFF;
  margin: 0 0 15px;
}
@media only screen and (max-width: 769px) {
  .aboutHome .p-content h2 {
    font-size: 1.5rem;
    margin: 0 0 10px;
  }
}
@media only screen and (max-width: 540px) {
  .aboutHome .p-content h2 {
    font-size: 1.2rem;
    max-width: 100%;
  }
}
.aboutHome .p-content p, .aboutHome .p-content pre {
  display: inline-block;
  width: 100%;
  max-width: 90%;
  font-size: 0.78rem;
  line-height: 1.7;
  font-weight: 500;
  color: #FFF;
}
@media only screen and (max-width: 769px) {
  .aboutHome .p-content p, .aboutHome .p-content pre {
    font-size: 0.7rem;
  }
}
@media only screen and (max-width: 540px) {
  .aboutHome .p-content p br, .aboutHome .p-content pre br {
    display: none;
  }
}
.aboutHome .p-link {
  width: 100%;
  max-width: 620px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 35px auto 0 auto;
}
@media only screen and (max-width: 769px) {
  .aboutHome .p-link {
    margin: 15px auto 0 auto;
    max-width: 100%;
  }
}
.aboutHome .p-link .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-preferred-size: 33.33%;
      flex-basis: 33.33%;
  padding: 10px;
}
@media only screen and (max-width: 540px) {
  .aboutHome .p-link .col {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    padding: 6px;
  }
}
@media only screen and (max-width: 420px) {
  .aboutHome .p-link .col {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding: 4px;
  }
}
.aboutHome .p-link .col a {
  float: left;
  width: 100%;
  height: auto;
  background-color: #FFF;
  font-size: 0.813rem;
  line-height: 1.5;
  font-weight: 400;
  color: #323e48;
  padding: 7px 5px;
  border-radius: 6px;
}
.aboutHome .p-link .col a:hover {
  background-color: #e65300;
  color: #FFF;
}
.aboutHome .p-numbers {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 35px auto 0 auto;
}
@media only screen and (max-width: 769px) {
  .aboutHome .p-numbers {
    margin: 15px auto 0 auto;
  }
}
.aboutHome .p-numbers .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 10px;
}
@media only screen and (max-width: 540px) {
  .aboutHome .p-numbers .col {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  .aboutHome .p-numbers .col:last-child {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.aboutHome .p-numbers .col h3 {
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 400;
  color: #FFF;
  margin: 0 0 10px;
}
.aboutHome .p-numbers .col p, .aboutHome .p-numbers .col pre {
  font-size: 0.75rem;
  line-height: 1.5;
  font-weight: 400;
  color: #FFF;
}

.discoverHome .container {
  width: 100%;
  max-width: 1480px;
}
.discoverHome .p-content h2 {
  font-size: 1.125rem;
  line-height: 1;
  font-weight: 600;
  color: #323e48;
  margin-bottom: 15px;
  padding: 0;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 540px) {
  .discoverHome .p-content h2 {
    font-size: 1rem;
    letter-spacing: 0.1em;
  }
}
.discoverHome .card {
  float: left;
  width: 100%;
  height: auto;
  margin: 15px 0;
}
.discoverHome .card a {
  float: left;
  width: 100%;
  height: auto;
  position: relative;
}
.discoverHome .card a .p-figure {
  float: left;
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  z-index: 1;
  background-color: #004a98;
}
.discoverHome .card a .p-figure::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40%;
  z-index: 2;
  background: rgb(0, 0, 0);
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(0, 0, 0)), color-stop(80%, rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 80%);
  -webkit-transition: 300ms;
  transition: 300ms;
}
.discoverHome .card a .p-figure img {
  float: left;
  width: 100%;
  height: 590px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 300ms;
  transition: 300ms;
  z-index: 1;
}
@media only screen and (max-width: 769px) {
  .discoverHome .card a .p-figure img {
    height: 390px;
  }
}
.discoverHome .card a .p-content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  padding: 15px 20px;
  z-index: 3;
  -webkit-transition: 300ms;
  transition: 300ms;
}
.discoverHome .card a .p-content h2 {
  float: left;
  width: 100%;
  height: auto;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #FFF;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.discoverHome .card a .p-content p, .discoverHome .card a .p-content pre {
  float: left;
  width: 100%;
  height: 0;
  overflow: hidden;
  font-size: 0.75rem;
  line-height: 1.8;
  color: #FFF;
  font-weight: 400;
  padding: 0;
  -webkit-transition: 300ms;
  transition: 300ms;
}
.discoverHome .card a .p-content .more {
  float: left;
  width: 100%;
  font-size: 0.7rem;
  line-height: 1.2;
  color: #FFF;
  font-weight: 400;
  padding: 5px 0 0;
  text-decoration: underline;
}
.discoverHome .card a:hover .p-figure::before, .discoverHome .card a:active .p-figure::before {
  -webkit-transition: 300ms;
  transition: 300ms;
  opacity: 0;
}
.discoverHome .card a:hover .p-figure img, .discoverHome .card a:active .p-figure img {
  mix-blend-mode: soft-light;
}
.discoverHome .card a:hover .p-content, .discoverHome .card a:active .p-content {
  bottom: 100px;
}
.discoverHome .card a:hover .p-content p, .discoverHome .card a:hover .p-content pre, .discoverHome .card a:active .p-content p, .discoverHome .card a:active .p-content pre {
  padding: 5px 0 0;
  height: auto;
}
.discoverHome .card a:hover .p-content .more, .discoverHome .card a:active .p-content .more {
  display: none;
}

.linksHome .container {
  width: 100%;
  max-width: 1480px;
}
.linksHome .card-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 540px) {
  .linksHome .card-content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.linksHome .card-content .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
@media only screen and (max-width: 540px) {
  .linksHome .card-content .card {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.linksHome .card-content .card:first-child a {
  border-radius: 60px 0 0 60px;
}
@media only screen and (max-width: 540px) {
  .linksHome .card-content .card:first-child a {
    border-radius: 40px 40px 0 0;
  }
}
.linksHome .card-content .card:first-child a .p-content i {
  font-size: 10.5rem;
}
@media only screen and (max-width: 992px) {
  .linksHome .card-content .card:first-child a .p-content i {
    font-size: 7.5rem;
  }
}
@media only screen and (max-width: 769px) {
  .linksHome .card-content .card:first-child a .p-content i {
    font-size: 5.5rem;
  }
}
@media only screen and (max-width: 540px) {
  .linksHome .card-content .card:first-child a .p-content i {
    font-size: 5rem;
  }
}
.linksHome .card-content .card:first-child a .p-figure {
  background-color: #e65300;
}
.linksHome .card-content .card:last-child a {
  border-radius: 0 60px 60px 0;
}
@media only screen and (max-width: 540px) {
  .linksHome .card-content .card:last-child a {
    border-radius: 0 0 40px 40px;
  }
}
.linksHome .card-content .card:last-child a .p-figure {
  background-color: #004a98;
}
.linksHome .card-content .card a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: 300ms;
  transition: 300ms;
  width: 100%;
  height: 530px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 769px) {
  .linksHome .card-content .card a {
    height: 380px;
  }
}
@media only screen and (max-width: 540px) {
  .linksHome .card-content .card a {
    height: 280px;
  }
}
@media only screen and (max-width: 480px) {
  .linksHome .card-content .card a {
    height: 220px;
  }
}
.linksHome .card-content .card a .p-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 20px;
  text-align: center;
  position: relative;
  z-index: 2;
}
.linksHome .card-content .card a .p-content i {
  display: inline-block;
  font-size: 8.5rem;
  line-height: 1;
  color: #FFF;
  -webkit-transition: 300ms;
  transition: 300ms;
}
@media only screen and (max-width: 992px) {
  .linksHome .card-content .card a .p-content i {
    font-size: 5.5rem;
  }
}
@media only screen and (max-width: 769px) {
  .linksHome .card-content .card a .p-content i {
    font-size: 4rem;
  }
}
@media only screen and (max-width: 540px) {
  .linksHome .card-content .card a .p-content i {
    font-size: 3rem;
  }
}
.linksHome .card-content .card a .p-content h2 {
  display: inline-block;
  width: 100%;
  max-width: 80%;
  font-size: 2.8rem;
  line-height: 1.2;
  font-weight: 700;
  color: #FFF;
  -webkit-transition: 300ms;
  transition: 300ms;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  margin: 30px 0;
}
@media only screen and (max-width: 1300px) {
  .linksHome .card-content .card a .p-content h2 {
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 992px) {
  .linksHome .card-content .card a .p-content h2 {
    font-size: 2rem;
    margin: 20px 0;
  }
}
@media only screen and (max-width: 769px) {
  .linksHome .card-content .card a .p-content h2 {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 540px) {
  .linksHome .card-content .card a .p-content h2 {
    font-size: 1.1rem;
  }
}
.linksHome .card-content .card a .p-content span {
  display: inline-block;
  font-size: 1.25rem;
  line-height: 1;
  color: #FFF;
  font-weight: 300;
  text-decoration: underline;
}
@media only screen and (max-width: 992px) {
  .linksHome .card-content .card a .p-content span {
    font-size: 1rem;
  }
}
.linksHome .card-content .card a .p-figure {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  -webkit-transition: 300ms;
  transition: 300ms;
}
.linksHome .card-content .card a .p-figure img {
  float: left;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  mix-blend-mode: soft-light;
  -webkit-transition: 300ms;
  transition: 300ms;
  opacity: 0.4;
}
.linksHome .card-content .card a:hover .p-content i {
  -webkit-animation: tilt-shaking 0.5s;
          animation: tilt-shaking 0.5s;
}
.linksHome .card-content .card a:hover .p-content h2 {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.linksHome .card-content .card a:hover .p-content span {
  text-decoration: none;
}
.linksHome .card-content .card a:hover .p-figure {
  background-color: #323e48;
}
.linksHome .card-content .card a:hover .p-figure img {
  opacity: 0.2;
}

@-webkit-keyframes tilt-shaking {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  75% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes tilt-shaking {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  75% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.socaillifeHome .container {
  width: 100%;
  max-width: 1480px;
}
.library .socaillifeHome .container, .prospectiveStudent .socaillifeHome .container, .internationalStudent .socaillifeHome .container {
  max-width: 1320px;
}
.socaillifeHome .p-content h2 {
  font-size: 1.125rem;
  line-height: 1;
  font-weight: 600;
  color: #323e48;
  margin-bottom: 15px;
  padding: 0;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 540px) {
  .socaillifeHome .p-content h2 {
    font-size: 1rem;
    letter-spacing: 0.1em;
  }
}
.socaillifeHome .card-content {
  margin-left: -10px;
  margin-right: -10px;
}
.library .socaillifeHome .card-content {
  margin-left: -15px;
  margin-right: -15px;
}
.prospectiveStudent .socaillifeHome .card-content, .internationalStudent .socaillifeHome .card-content {
  margin-left: -50px;
  margin-right: -50px;
}
@media only screen and (max-width: 1300px) {
  .prospectiveStudent .socaillifeHome .card-content, .internationalStudent .socaillifeHome .card-content {
    margin-left: -40px;
    margin-right: -40px;
  }
}
@media only screen and (max-width: 992px) {
  .prospectiveStudent .socaillifeHome .card-content, .internationalStudent .socaillifeHome .card-content {
    margin-left: -25px;
    margin-right: -25px;
  }
}
@media only screen and (max-width: 769px) {
  .prospectiveStudent .socaillifeHome .card-content, .internationalStudent .socaillifeHome .card-content {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.socaillifeHome .card-content div[class^=col-] {
  padding: 15px 10px;
}
.library .socaillifeHome .card-content div[class^=col-] {
  padding: 15px;
}
.prospectiveStudent .socaillifeHome .card-content div[class^=col-], .internationalStudent .socaillifeHome .card-content div[class^=col-] {
  padding: 25px 50px;
}
@media only screen and (max-width: 1300px) {
  .prospectiveStudent .socaillifeHome .card-content div[class^=col-], .internationalStudent .socaillifeHome .card-content div[class^=col-] {
    padding: 20px 40px;
  }
}
@media only screen and (max-width: 992px) {
  .prospectiveStudent .socaillifeHome .card-content div[class^=col-], .internationalStudent .socaillifeHome .card-content div[class^=col-] {
    padding: 15px 25px;
  }
}
@media only screen and (max-width: 769px) {
  .prospectiveStudent .socaillifeHome .card-content div[class^=col-], .internationalStudent .socaillifeHome .card-content div[class^=col-] {
    padding: 15px;
  }
}
.socaillifeHome .card-content div[class^=col-] .card {
  float: left;
  width: 100%;
  height: auto;
  -webkit-box-shadow: -1px 4px 27px 5px rgba(26, 26, 26, 0.14);
  box-shadow: -1px 4px 27px 5px rgba(26, 26, 26, 0.14);
  background-color: #FFF;
  height: 100%;
  width: 100%;
}
.library .socaillifeHome .card-content div[class^=col-] .card {
  border-radius: 10px;
}
.prospectiveStudent .socaillifeHome .card-content div[class^=col-] .card, .internationalStudent .socaillifeHome .card-content div[class^=col-] .card {
  border-radius: 10px;
}
.socaillifeHome .card-content div[class^=col-] .card a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 35px 20px 20px;
}
.prospectiveStudent .socaillifeHome .card-content div[class^=col-] .card a, .internationalStudent .socaillifeHome .card-content div[class^=col-] .card a {
  padding: 50px 35px 40px;
}
.socaillifeHome .card-content div[class^=col-] .card a i {
  font-size: 5rem;
  line-height: 1;
  color: #e65300;
  -webkit-transition: 300ms;
  transition: 300ms;
}
.socaillifeHome .card-content div[class^=col-] .card a h3 {
  font-size: 1.1rem;
  line-height: 1;
  font-weight: 600;
  color: #323e48;
  padding: 0;
  margin-top: 30px;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: 300ms;
  transition: 300ms;
}
.prospectiveStudent .socaillifeHome .card-content div[class^=col-] .card a h3, .internationalStudent .socaillifeHome .card-content div[class^=col-] .card a h3 {
  line-height: 1.2;
}
.library .socaillifeHome .card-content div[class^=col-] .card a h3 {
  line-height: 1.4;
}
.socaillifeHome .card-content div[class^=col-] .card a p, .socaillifeHome .card-content div[class^=col-] .card a pre {
  font-size: 0.863rem;
  line-height: 1.5;
  font-weight: 400;
  color: #323e48;
  padding: 0;
  margin-top: 30px;
}
.socaillifeHome .card-content div[class^=col-] .card a .arrow {
  font-size: 0.863rem;
  line-height: 1;
  color: #004a98;
  margin-top: 15px;
  -webkit-transition: 300ms;
  transition: 300ms;
}
.socaillifeHome .card-content div[class^=col-] .card a:hover i {
  -webkit-animation: tilt-shaking 0.5s;
          animation: tilt-shaking 0.5s;
  color: #004a98;
}
.socaillifeHome .card-content div[class^=col-] .card a:hover h3 {
  color: #e65300;
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.socaillifeHome .card-content div[class^=col-] .card a:hover .arrow {
  color: #e65300;
}

@keyframes tilt-shaking {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  75% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.fastmenuHome .container {
  width: 100%;
  max-width: 1480px;
}
.fastmenuHome .p-content h2 {
  font-size: 1.125rem;
  line-height: 1;
  font-weight: 600;
  color: #323e48;
  margin-bottom: 15px;
  padding: 0;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 540px) {
  .fastmenuHome .p-content h2 {
    font-size: 1rem;
    letter-spacing: 0.1em;
  }
}
.fastmenuHome .card-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
}
@media only screen and (max-width: 992px) {
  .fastmenuHome .card-content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.fastmenuHome .card-content .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -ms-flex-preferred-size: 15%;
      flex-basis: 15%;
}
.fastmenuHome .card-content .card::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #323e48;
}
.fastmenuHome .card-content .card:nth-child(3), .fastmenuHome .card-content .card:nth-child(4) {
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
}
.fastmenuHome .card-content .card:last-child::before {
  display: none;
}
@media only screen and (max-width: 992px) {
  .fastmenuHome .card-content .card {
    -ms-flex-preferred-size: 33.333% !important;
        flex-basis: 33.333% !important;
    padding: 20px;
    height: 142px;
  }
  .fastmenuHome .card-content .card::before {
    display: none;
  }
  .fastmenuHome .card-content .card {
    border-right: 1px solid rgba(50, 62, 72, 0.5);
    border-bottom: 1px solid rgba(50, 62, 72, 0.5);
  }
  .fastmenuHome .card-content .card:nth-child(3), .fastmenuHome .card-content .card:nth-child(6) {
    border-right: 0px;
  }
  .fastmenuHome .card-content .card:nth-child(n+4) {
    border-bottom: 0px;
  }
}
@media only screen and (max-width: 769px) {
  .fastmenuHome .card-content .card {
    -ms-flex-preferred-size: 50% !important;
        flex-basis: 50% !important;
    border-right: 1px solid rgba(50, 62, 72, 0.5) !important;
    border-bottom: 1px solid rgba(50, 62, 72, 0.5) !important;
  }
  .fastmenuHome .card-content .card:nth-child(2), .fastmenuHome .card-content .card:nth-child(4), .fastmenuHome .card-content .card:nth-child(6) {
    border-right: 0px !important;
  }
  .fastmenuHome .card-content .card:nth-child(n+5) {
    border-bottom: 0px !important;
  }
}
.fastmenuHome .card-content .card a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
}
.fastmenuHome .card-content .card a i {
  font-size: 3.5rem;
  line-height: 1;
  color: #e65300;
  -webkit-transition: 300ms;
  transition: 300ms;
}
@media only screen and (max-width: 420px) {
  .fastmenuHome .card-content .card a i {
    font-size: 2.5rem;
  }
}
.fastmenuHome .card-content .card a h3 {
  font-size: 0.75rem;
  line-height: 1;
  font-weight: 400;
  color: #323e48;
  padding: 0;
  margin-top: 20px;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: 300ms;
  transition: 300ms;
  letter-spacing: 0.18em;
}
.fastmenuHome .card-content .card a:hover i {
  -webkit-animation: tilt-shaking 0.5s;
          animation: tilt-shaking 0.5s;
  color: #004a98;
}
.fastmenuHome .card-content .card a:hover h3 {
  color: #e65300;
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}

@keyframes tilt-shaking {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  75% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.documentSearch .tabCapsule {
  float: left;
  width: 100%;
  background-color: #f6f7f9;
  border: 1px solid rgba(50, 62, 72, 0.5);
  padding: 25px 35px;
}
.documentSearch .tabCapsule .tabs {
  border-bottom: 1px solid rgba(125, 132, 147, 0.5);
}
.documentSearch .tabCapsule .tabs .control {
  margin-left: -6px;
  margin-right: -6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 769px) {
  .documentSearch .tabCapsule .tabs .control {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.documentSearch .tabCapsule .tabs .control a {
  display: inline-block;
  width: 33.333%;
  padding: 0 6px;
}
@media only screen and (max-width: 769px) {
  .documentSearch .tabCapsule .tabs .control a {
    width: 100%;
    padding: 3px 6px;
  }
}
.documentSearch .tabCapsule .tabs .control a span {
  display: inline-block;
  width: 100%;
  background-color: #FFF;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
  font-size: 0.875rem;
  line-height: 2;
  color: #323e48;
  font-weight: 400;
  padding: 10px;
  text-align: center;
  letter-spacing: 0.1em;
  border-radius: 10px 10px 0 0;
}
@media only screen and (max-width: 992px) {
  .documentSearch .tabCapsule .tabs .control a span {
    letter-spacing: 0em;
    font-size: 0.7rem;
  }
}
@media only screen and (max-width: 769px) {
  .documentSearch .tabCapsule .tabs .control a span {
    padding: 6px;
    border-radius: 10px;
  }
}
.documentSearch .tabCapsule .tabs .control a.active span {
  background-color: #004a98;
  color: #FFF;
}
.documentSearch .tabCapsule .tab-content {
  width: 100%;
  display: none;
  -webkit-transition: 300ms;
  transition: 300ms;
  padding-top: 20px;
}
.documentSearch .tabCapsule .tab-content.active {
  display: inline-block;
}
.documentSearch .tabCapsule .tab-content h2 {
  display: inline-block;
  width: 100%;
  font-size: 1rem;
  line-height: 1.5;
  color: #323e48;
  font-weight: 400;
  margin: 0 0 15px 0;
}
@media only screen and (max-width: 992px) {
  .documentSearch .tabCapsule .tab-content h2 {
    font-size: 0.8rem;
    font-size: 0.8rem;
  }
}
.documentSearch .tabCapsule .tab-content .formCapsule {
  margin-bottom: 15px;
}
.documentSearch .tabCapsule .tab-content .formCapsule [type=color], .documentSearch .tabCapsule .tab-content .formCapsule [type=date], .documentSearch .tabCapsule .tab-content .formCapsule [type=datetime], .documentSearch .tabCapsule .tab-content .formCapsule [type=datetime-local], .documentSearch .tabCapsule .tab-content .formCapsule [type=email], .documentSearch .tabCapsule .tab-content .formCapsule [type=month], .documentSearch .tabCapsule .tab-content .formCapsule [type=number], .documentSearch .tabCapsule .tab-content .formCapsule [type=password], .documentSearch .tabCapsule .tab-content .formCapsule [type=search], .documentSearch .tabCapsule .tab-content .formCapsule [type=tel], .documentSearch .tabCapsule .tab-content .formCapsule [type=text], .documentSearch .tabCapsule .tab-content .formCapsule [type=url], .documentSearch .tabCapsule .tab-content .formCapsule [type=week], .documentSearch .tabCapsule .tab-content .formCapsule [type=time], .documentSearch .tabCapsule .tab-content .formCapsule select, .documentSearch .tabCapsule .tab-content .formCapsule textarea {
  border: 1px solid transparent;
  padding: 0.9rem 1rem;
  height: 48px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
  background-color: #FFF;
}
.documentSearch .tabCapsule .tab-content .formCapsule [type=color]::-webkit-input-placeholder, .documentSearch .tabCapsule .tab-content .formCapsule [type=date]::-webkit-input-placeholder, .documentSearch .tabCapsule .tab-content .formCapsule [type=datetime]::-webkit-input-placeholder, .documentSearch .tabCapsule .tab-content .formCapsule [type=datetime-local]::-webkit-input-placeholder, .documentSearch .tabCapsule .tab-content .formCapsule [type=email]::-webkit-input-placeholder, .documentSearch .tabCapsule .tab-content .formCapsule [type=month]::-webkit-input-placeholder, .documentSearch .tabCapsule .tab-content .formCapsule [type=number]::-webkit-input-placeholder, .documentSearch .tabCapsule .tab-content .formCapsule [type=password]::-webkit-input-placeholder, .documentSearch .tabCapsule .tab-content .formCapsule [type=search]::-webkit-input-placeholder, .documentSearch .tabCapsule .tab-content .formCapsule [type=tel]::-webkit-input-placeholder, .documentSearch .tabCapsule .tab-content .formCapsule [type=text]::-webkit-input-placeholder, .documentSearch .tabCapsule .tab-content .formCapsule [type=url]::-webkit-input-placeholder, .documentSearch .tabCapsule .tab-content .formCapsule [type=week]::-webkit-input-placeholder, .documentSearch .tabCapsule .tab-content .formCapsule [type=time]::-webkit-input-placeholder, .documentSearch .tabCapsule .tab-content .formCapsule select::-webkit-input-placeholder, .documentSearch .tabCapsule .tab-content .formCapsule textarea::-webkit-input-placeholder {
  color: #bbbbbb;
}
.documentSearch .tabCapsule .tab-content .formCapsule [type=color]::-moz-placeholder, .documentSearch .tabCapsule .tab-content .formCapsule [type=date]::-moz-placeholder, .documentSearch .tabCapsule .tab-content .formCapsule [type=datetime]::-moz-placeholder, .documentSearch .tabCapsule .tab-content .formCapsule [type=datetime-local]::-moz-placeholder, .documentSearch .tabCapsule .tab-content .formCapsule [type=email]::-moz-placeholder, .documentSearch .tabCapsule .tab-content .formCapsule [type=month]::-moz-placeholder, .documentSearch .tabCapsule .tab-content .formCapsule [type=number]::-moz-placeholder, .documentSearch .tabCapsule .tab-content .formCapsule [type=password]::-moz-placeholder, .documentSearch .tabCapsule .tab-content .formCapsule [type=search]::-moz-placeholder, .documentSearch .tabCapsule .tab-content .formCapsule [type=tel]::-moz-placeholder, .documentSearch .tabCapsule .tab-content .formCapsule [type=text]::-moz-placeholder, .documentSearch .tabCapsule .tab-content .formCapsule [type=url]::-moz-placeholder, .documentSearch .tabCapsule .tab-content .formCapsule [type=week]::-moz-placeholder, .documentSearch .tabCapsule .tab-content .formCapsule [type=time]::-moz-placeholder, .documentSearch .tabCapsule .tab-content .formCapsule select::-moz-placeholder, .documentSearch .tabCapsule .tab-content .formCapsule textarea::-moz-placeholder {
  color: #bbbbbb;
}
.documentSearch .tabCapsule .tab-content .formCapsule [type=color]:-moz-placeholder, .documentSearch .tabCapsule .tab-content .formCapsule [type=date]:-moz-placeholder, .documentSearch .tabCapsule .tab-content .formCapsule [type=datetime]:-moz-placeholder, .documentSearch .tabCapsule .tab-content .formCapsule [type=datetime-local]:-moz-placeholder, .documentSearch .tabCapsule .tab-content .formCapsule [type=email]:-moz-placeholder, .documentSearch .tabCapsule .tab-content .formCapsule [type=month]:-moz-placeholder, .documentSearch .tabCapsule .tab-content .formCapsule [type=number]:-moz-placeholder, .documentSearch .tabCapsule .tab-content .formCapsule [type=password]:-moz-placeholder, .documentSearch .tabCapsule .tab-content .formCapsule [type=search]:-moz-placeholder, .documentSearch .tabCapsule .tab-content .formCapsule [type=tel]:-moz-placeholder, .documentSearch .tabCapsule .tab-content .formCapsule [type=text]:-moz-placeholder, .documentSearch .tabCapsule .tab-content .formCapsule [type=url]:-moz-placeholder, .documentSearch .tabCapsule .tab-content .formCapsule [type=week]:-moz-placeholder, .documentSearch .tabCapsule .tab-content .formCapsule [type=time]:-moz-placeholder, .documentSearch .tabCapsule .tab-content .formCapsule select:-moz-placeholder, .documentSearch .tabCapsule .tab-content .formCapsule textarea:-moz-placeholder {
  color: #bbbbbb;
}
.documentSearch .tabCapsule .tab-content .formCapsule [type=color]:-ms-input-placeholder, .documentSearch .tabCapsule .tab-content .formCapsule [type=date]:-ms-input-placeholder, .documentSearch .tabCapsule .tab-content .formCapsule [type=datetime]:-ms-input-placeholder, .documentSearch .tabCapsule .tab-content .formCapsule [type=datetime-local]:-ms-input-placeholder, .documentSearch .tabCapsule .tab-content .formCapsule [type=email]:-ms-input-placeholder, .documentSearch .tabCapsule .tab-content .formCapsule [type=month]:-ms-input-placeholder, .documentSearch .tabCapsule .tab-content .formCapsule [type=number]:-ms-input-placeholder, .documentSearch .tabCapsule .tab-content .formCapsule [type=password]:-ms-input-placeholder, .documentSearch .tabCapsule .tab-content .formCapsule [type=search]:-ms-input-placeholder, .documentSearch .tabCapsule .tab-content .formCapsule [type=tel]:-ms-input-placeholder, .documentSearch .tabCapsule .tab-content .formCapsule [type=text]:-ms-input-placeholder, .documentSearch .tabCapsule .tab-content .formCapsule [type=url]:-ms-input-placeholder, .documentSearch .tabCapsule .tab-content .formCapsule [type=week]:-ms-input-placeholder, .documentSearch .tabCapsule .tab-content .formCapsule [type=time]:-ms-input-placeholder, .documentSearch .tabCapsule .tab-content .formCapsule select:-ms-input-placeholder, .documentSearch .tabCapsule .tab-content .formCapsule textarea:-ms-input-placeholder {
  color: #bbbbbb;
}
.has-error .documentSearch .tabCapsule .tab-content .formCapsule [type=color], .has-error .documentSearch .tabCapsule .tab-content .formCapsule [type=date], .has-error .documentSearch .tabCapsule .tab-content .formCapsule [type=datetime], .has-error .documentSearch .tabCapsule .tab-content .formCapsule [type=datetime-local], .has-error .documentSearch .tabCapsule .tab-content .formCapsule [type=email], .has-error .documentSearch .tabCapsule .tab-content .formCapsule [type=month], .has-error .documentSearch .tabCapsule .tab-content .formCapsule [type=number], .has-error .documentSearch .tabCapsule .tab-content .formCapsule [type=password], .has-error .documentSearch .tabCapsule .tab-content .formCapsule [type=search], .has-error .documentSearch .tabCapsule .tab-content .formCapsule [type=tel], .has-error .documentSearch .tabCapsule .tab-content .formCapsule [type=text], .has-error .documentSearch .tabCapsule .tab-content .formCapsule [type=url], .has-error .documentSearch .tabCapsule .tab-content .formCapsule [type=week], .has-error .documentSearch .tabCapsule .tab-content .formCapsule [type=time], .has-error .documentSearch .tabCapsule .tab-content .formCapsule select, .has-error .documentSearch .tabCapsule .tab-content .formCapsule textarea {
  border-color: #d33c40;
}
.has-success .documentSearch .tabCapsule .tab-content .formCapsule [type=color], .has-success .documentSearch .tabCapsule .tab-content .formCapsule [type=date], .has-success .documentSearch .tabCapsule .tab-content .formCapsule [type=datetime], .has-success .documentSearch .tabCapsule .tab-content .formCapsule [type=datetime-local], .has-success .documentSearch .tabCapsule .tab-content .formCapsule [type=email], .has-success .documentSearch .tabCapsule .tab-content .formCapsule [type=month], .has-success .documentSearch .tabCapsule .tab-content .formCapsule [type=number], .has-success .documentSearch .tabCapsule .tab-content .formCapsule [type=password], .has-success .documentSearch .tabCapsule .tab-content .formCapsule [type=search], .has-success .documentSearch .tabCapsule .tab-content .formCapsule [type=tel], .has-success .documentSearch .tabCapsule .tab-content .formCapsule [type=text], .has-success .documentSearch .tabCapsule .tab-content .formCapsule [type=url], .has-success .documentSearch .tabCapsule .tab-content .formCapsule [type=week], .has-success .documentSearch .tabCapsule .tab-content .formCapsule [type=time], .has-success .documentSearch .tabCapsule .tab-content .formCapsule select, .has-success .documentSearch .tabCapsule .tab-content .formCapsule textarea {
  border-color: #29de7d;
}
.documentSearch .tabCapsule .tab-content .formCapsule select:required:invalid {
  color: #bbbbbb;
}
.documentSearch .tabCapsule .tab-content .formCapsule .button, .documentSearch .tabCapsule .tab-content .formCapsule a.button, .documentSearch .tabCapsule .tab-content .formCapsule button, .documentSearch .tabCapsule .tab-content .formCapsule [type=submit], .documentSearch .tabCapsule .tab-content .formCapsule [type=reset], .documentSearch .tabCapsule .tab-content .formCapsule [type=button] {
  width: 100%;
  border: 0;
  padding: 0.9rem 1rem;
  height: 48px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
  background-color: #e65300;
}
.documentSearch .tabCapsule .tab-content .formCapsule .button:hover, .documentSearch .tabCapsule .tab-content .formCapsule a.button:hover, .documentSearch .tabCapsule .tab-content .formCapsule button:hover, .documentSearch .tabCapsule .tab-content .formCapsule [type=submit]:hover, .documentSearch .tabCapsule .tab-content .formCapsule [type=reset]:hover, .documentSearch .tabCapsule .tab-content .formCapsule [type=button]:hover {
  background-color: #004a98;
}
.documentSearch .tabCapsule .tab-content .formCapsule.marginzero {
  margin-bottom: 5px;
}
.documentSearch .tabCapsule .tab-content .butonlist {
  display: inline-block;
  width: 100%;
  letter-spacing: -5px;
}
.documentSearch .tabCapsule .tab-content .butonlist a {
  display: inline-block;
  width: auto;
  padding: 10px 20px;
  background-color: #323e48;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #FFF;
  border-radius: 5px;
  letter-spacing: 0px;
  margin-right: 12px;
}
.documentSearch .tabCapsule .tab-content .butonlist a:hover {
  background-color: #e65300;
}
.documentSearch .tabCapsule .tab-content .butonlist a:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 769px) {
  .documentSearch .tabCapsule .tab-content .butonlist a {
    font-size: 0.8rem;
    padding: 6px 10px;
  }
}
@media only screen and (max-width: 540px) {
  .documentSearch .tabCapsule .tab-content .butonlist a {
    width: 100%;
    text-align: center;
    margin: 0 0 10px 0;
  }
}
.documentSearch .tabCapsule .tab-content .searchindex {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #323e48;
}
@media only screen and (max-width: 769px) {
  .documentSearch .tabCapsule .tab-content .searchindex {
    font-size: 0.75rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .documentSearch .tabCapsule .tab-content .searchindex span {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-bottom: 10px;
  }
  .documentSearch .tabCapsule .tab-content .searchindex a {
    -ms-flex-preferred-size: 10%;
        flex-basis: 10%;
    padding: 10px 5px;
    text-align: center;
  }
}
.documentSearch .tabCapsule .tab-content .searchindex a {
  color: #323e48;
}
.documentSearch .tabCapsule .tab-content .searchindex a:hover {
  color: #e65300;
}

.logoCapsule .p-content h2 {
  font-size: 1.125rem;
  line-height: 1;
  font-weight: 600;
  color: #323e48;
  margin-bottom: 25px;
  padding: 0;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 540px) {
  .logoCapsule .p-content h2 {
    font-size: 1rem;
    letter-spacing: 0.1em;
  }
}
.logoCapsule .logo-content {
  margin-left: -10px;
  margin-right: -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 769px) {
  .logoCapsule .logo-content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.logoCapsule .logo-content .logo {
  -ms-flex-preferred-size: 13%;
      flex-basis: 13%;
  margin: 10px auto;
  -webkit-box-shadow: -1px 4px 10px 5px rgba(26, 26, 26, 0.14);
  box-shadow: -1px 4px 10px 5px rgba(26, 26, 26, 0.14);
  background-color: #FFF;
  border-radius: 5px;
}
@media only screen and (max-width: 769px) {
  .logoCapsule .logo-content .logo {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
    margin: 10px;
  }
}
@media only screen and (max-width: 540px) {
  .logoCapsule .logo-content .logo {
    -ms-flex-preferred-size: 44%;
        flex-basis: 44%;
  }
}
@media only screen and (max-width: 400px) {
  .logoCapsule .logo-content .logo {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
  }
}
.logoCapsule .logo-content .logo a {
  display: inline-block;
  width: 100%;
  height: auto;
  padding: 10px;
}
.logoCapsule .logo-content .logo a img {
  display: inline-block;
  width: 100%;
  height: auto;
}

.videoHome a {
  float: left;
  width: 100%;
  height: 570px;
  position: relative;
  background-image: url(../images/video_Bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition: 300ms;
  transition: 300ms;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
}
.videoHome a i {
  font-size: 6rem;
  line-height: 1;
  color: #FFF;
  opacity: 0.75;
  -webkit-transition: 300ms;
  transition: 300ms;
}
@media only screen and (max-width: 769px) {
  .videoHome a i {
    font-size: 5rem;
  }
}
@media only screen and (max-width: 540px) {
  .videoHome a i {
    font-size: 4rem;
  }
}
.videoHome a h2 {
  display: inline-block;
  width: 100%;
  text-align: center;
  color: #FFF;
  margin-bottom: 45px;
  letter-spacing: 0.11em;
}
@media only screen and (max-width: 769px) {
  .videoHome a h2 {
    font-size: 1.2rem;
  }
}
.videoHome a:hover {
  opacity: 0.5;
}
.videoHome a:hover i {
  opacity: 1;
}
@media only screen and (max-width: 992px) {
  .videoHome a {
    height: 460px;
  }
}
@media only screen and (max-width: 540px) {
  .videoHome a {
    height: 300px;
  }
}

.infoBox .container {
  width: 100%;
  max-width: 1480px;
}
.infoBox .p-content h2 {
  font-size: 2rem;
  line-height: 1;
  font-weight: 600;
  color: #323e48;
  margin-bottom: 15px;
  padding: 0;
}
@media only screen and (max-width: 540px) {
  .infoBox .p-content h2 {
    font-size: 1.4rem;
    letter-spacing: 0.1em;
  }
}
.infoBox .p-content h2 b {
  font-weight: 700;
}
.infoBox .card-content {
  margin-left: -12px;
  margin-right: -12px;
}
@media only screen and (max-width: 1300px) {
  .infoBox .card-content {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.infoBox .card-content div[class^=col-] {
  padding: 12px;
}
@media only screen and (max-width: 1300px) {
  .infoBox .card-content div[class^=col-] {
    padding: 15px;
  }
}
.infoBox .card-content div[class^=col-] .card {
  float: left;
  width: 100%;
  height: 100%;
  background-color: #f9f9f9;
  -webkit-transition: 300ms;
  transition: 300ms;
}
.infoBox .card-content div[class^=col-] .card a {
  float: left;
  width: 100%;
  aspect-ratio: 1/1;
  height: auto;
  position: relative;
}
.infoBox .card-content div[class^=col-] .card a::before {
  position: absolute;
  right: 20px;
  bottom: 20px;
  font-size: 8rem;
  z-index: 1;
  color: #e5e5e5;
}
.infoBox .card-content div[class^=col-] .card a .p-content {
  float: left;
  width: 100%;
  width: 100%;
  height: auto;
  padding: 50px 10px 20px 30px;
  z-index: 3;
  position: relative;
}
@media only screen and (max-width: 700px) {
  .infoBox .card-content div[class^=col-] .card a .p-content {
    padding: 50px 30px 20px 30px;
  }
}
.infoBox .card-content div[class^=col-] .card a .p-content h2 {
  float: left;
  width: 100%;
  height: auto;
  font-size: 1.7rem;
  line-height: 1.5;
  font-weight: 300;
  color: #323e48;
  margin: 0 0 10px 0;
  padding: 0;
  overflow: hidden;
  letter-spacing: 0;
}
@media only screen and (max-width: 700px) {
  .infoBox .card-content div[class^=col-] .card a .p-content h2 {
    font-size: 1.2rem;
  }
  .infoBox .card-content div[class^=col-] .card a .p-content h2 br {
    display: none;
  }
}
@media only screen and (max-width: 540px) {
  .infoBox .card-content div[class^=col-] .card a .p-content h2 {
    font-size: 1.7rem;
  }
  .infoBox .card-content div[class^=col-] .card a .p-content h2 br {
    display: block;
  }
}
@media only screen and (max-width: 400px) {
  .infoBox .card-content div[class^=col-] .card a .p-content h2 {
    font-size: 1.2rem;
  }
  .infoBox .card-content div[class^=col-] .card a .p-content h2 br {
    display: none;
  }
}
.infoBox .card-content div[class^=col-] .card a .p-content hr {
  float: left;
  width: 50%;
  height: 3px;
  border: 0;
  background-color: #323e48;
  max-width: 100px;
  margin: 0 0 10px 0;
}
.infoBox .card-content div[class^=col-] .card a .p-content p, .infoBox .card-content div[class^=col-] .card a .p-content pre {
  float: left;
  width: 100%;
  max-width: 80%;
  overflow: hidden;
  font-size: 0.9rem;
  line-height: 2;
  color: #323e48;
  font-weight: 400;
  padding: 0;
  -webkit-transition: 300ms;
  transition: 300ms;
}
.infoBox .card-content div[class^=col-] .card a .p-content .more {
  float: left;
  width: 100%;
  font-size: 1rem;
  line-height: 1.2;
  color: #e65300;
  font-weight: 400;
  padding: 0;
  margin-top: 20px;
  text-decoration: underline;
}
.infoBox .card-content div[class^=col-] .card a .p-content .more:hover {
  text-decoration: none;
}
.infoBox .card-content div[class^=col-] .card a .p-figure {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  z-index: 1;
  mix-blend-mode: soft-light;
}
.infoBox .card-content div[class^=col-] .card a .p-figure img {
  float: left;
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.4;
}
.infoBox .card-content div[class^=col-] .card.color-orange, .infoBox .card-content div[class^=col-] .card.color-red, .infoBox .card-content div[class^=col-] .card.color-grey, .infoBox .card-content div[class^=col-] .card.color-blue {
  background-color: #e65300;
}
.infoBox .card-content div[class^=col-] .card.color-orange a .p-content h2, .infoBox .card-content div[class^=col-] .card.color-orange a .p-content p, .infoBox .card-content div[class^=col-] .card.color-orange a .p-content span, .infoBox .card-content div[class^=col-] .card.color-red a .p-content h2, .infoBox .card-content div[class^=col-] .card.color-red a .p-content p, .infoBox .card-content div[class^=col-] .card.color-red a .p-content span, .infoBox .card-content div[class^=col-] .card.color-grey a .p-content h2, .infoBox .card-content div[class^=col-] .card.color-grey a .p-content p, .infoBox .card-content div[class^=col-] .card.color-grey a .p-content span, .infoBox .card-content div[class^=col-] .card.color-blue a .p-content h2, .infoBox .card-content div[class^=col-] .card.color-blue a .p-content p, .infoBox .card-content div[class^=col-] .card.color-blue a .p-content span {
  color: #FFF;
}
.infoBox .card-content div[class^=col-] .card.color-orange a .p-content hr, .infoBox .card-content div[class^=col-] .card.color-red a .p-content hr, .infoBox .card-content div[class^=col-] .card.color-grey a .p-content hr, .infoBox .card-content div[class^=col-] .card.color-blue a .p-content hr {
  background-color: #FFF;
}
.infoBox .card-content div[class^=col-] .card.color-red {
  background-color: #c2142a;
}
.infoBox .card-content div[class^=col-] .card.color-red a::before {
  font-size: 5.375rem;
}
.infoBox .card-content div[class^=col-] .card.color-grey {
  background-color: #323e48;
}
.infoBox .card-content div[class^=col-] .card.color-blue {
  background-color: #004a98;
}
.infoBox .card-content div[class^=col-] .card:hover {
  opacity: 0.5;
}
.infoBox .card-content div[class^=col-]:nth-child(9) .card a .p-figure img {
  opacity: 0.7;
}

.opinionsHome .container {
  width: 100%;
  max-width: 1480px;
}
.opinionsHome .p-content h2 {
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 500;
  color: #323e48;
  margin-bottom: 15px;
  padding: 0 0 10px;
  position: relative;
}
.opinionsHome .p-content h2::before, .opinionsHome .p-content h2::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: rgba(230, 83, 0, 0.5);
  z-index: 1;
}
.opinionsHome .p-content h2::after {
  width: 200px;
  background-color: #e65300;
  z-index: 2;
}
@media only screen and (max-width: 540px) {
  .opinionsHome .p-content h2 {
    font-size: 1.2rem;
  }
}
.opinionsHome .owl-carousel {
  display: inline-block;
  width: 100%;
}
.opinionsHome .owl-carousel .owl-stage-outer {
  padding-left: 10px;
  margin-left: -10px;
  margin-right: -20px;
  z-index: 2;
}
.opinionsHome .owl-carousel .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-right: -20px;
}
.opinionsHome .owl-carousel .owl-stage .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 30px;
  background: rgb(255, 255, 255);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), to(rgb(215, 215, 215)));
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(215, 215, 215) 100%);
  text-align: center;
}
.opinionsHome .owl-carousel .owl-stage .item .p-content {
  float: left;
  width: 100%;
  padding: 60px 20px;
}
.opinionsHome .owl-carousel .owl-stage .item .p-content h3 {
  float: left;
  width: 100%;
  height: auto;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 700;
  color: #e65300;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.opinionsHome .owl-carousel .owl-stage .item .p-content h3 small {
  font-size: 0.8rem;
  font-style: italic;
  font-weight: 400;
}
@media only screen and (max-width: 769px) {
  .opinionsHome .owl-carousel .owl-stage .item .p-content h3 {
    font-size: 0.8rem;
  }
}
.opinionsHome .owl-carousel .owl-stage .item .p-content p, .opinionsHome .owl-carousel .owl-stage .item .p-content pre {
  float: left;
  width: 100%;
  font-size: 0.8rem;
  line-height: 1.4;
  color: #50596d;
  font-weight: 400;
  padding: 10px 0 0;
}
@media only screen and (max-width: 769px) {
  .opinionsHome .owl-carousel .owl-stage .item .p-content p, .opinionsHome .owl-carousel .owl-stage .item .p-content pre {
    line-height: 1.5;
    font-size: 0.8rem;
  }
}
.opinionsHome .owl-carousel .owl-stage .item .p-content a {
  float: left;
  width: auto;
  font-size: 0.813rem;
  line-height: 1.5;
  color: #004a98;
  font-weight: 400;
  padding: 14px 0 0;
  text-decoration: underline;
}
.opinionsHome .owl-carousel .owl-stage .item .p-content a:hover {
  text-decoration: none;
  color: #e65300;
}
@media only screen and (max-width: 769px) {
  .opinionsHome .owl-carousel .owl-stage .item .p-content a {
    padding: 10px 0 0;
    font-size: 0.8rem;
  }
}
.opinionsHome .owl-carousel .owl-stage .item:hover .p-figure img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.opinionsHome .owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -13px;
  z-index: 1;
}
.opinionsHome .owl-carousel .owl-nav button {
  position: absolute;
  top: 0;
}
.opinionsHome .owl-carousel .owl-nav button.owl-prev {
  left: -40px;
}
.opinionsHome .owl-carousel .owl-nav button.owl-prev i {
  margin-left: -1px;
}
.opinionsHome .owl-carousel .owl-nav button.owl-next {
  right: -40px;
}
.opinionsHome .owl-carousel .owl-nav button i {
  font-size: 26px;
  color: #e65300;
}
.opinionsHome .owl-carousel .owl-nav button:hover i {
  color: #004a98;
}
@media only screen and (max-width: 1500px) {
  .opinionsHome .owl-carousel .owl-nav button.owl-prev {
    left: -20px;
  }
  .opinionsHome .owl-carousel .owl-nav button.owl-next {
    right: -20px;
  }
}
.opinionsHome .owl-carousel .owl-dots {
  display: inline-block;
  width: 100%;
  margin: 10px 0 0;
  text-align: center;
}
.opinionsHome .owl-carousel .owl-dots.disabled {
  margin: 0;
  visibility: hidden;
}
@media only screen and (max-width: 992px) {
  .opinionsHome .owl-carousel .owl-dots {
    left: 0;
    width: 100%;
    bottom: 30px;
    text-align: center;
  }
}
@media only screen and (max-width: 769px) {
  .opinionsHome .owl-carousel .owl-dots {
    margin: 5px 0 0;
  }
}
.opinionsHome .owl-carousel .owl-dots button {
  display: inline-block;
  margin: 0px 5px;
}
.opinionsHome .owl-carousel .owl-dots button.active span {
  background-color: #e65300;
  opacity: 1;
}
.opinionsHome .owl-carousel .owl-dots button span {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #e65300;
  opacity: 0.2;
  border-radius: 100%;
}
@media only screen and (max-width: 992px) {
  .opinionsHome .owl-carousel .owl-dots button {
    float: none;
    display: inline-block;
  }
}
@media only screen and (max-width: 769px) {
  .opinionsHome .owl-carousel .owl-dots button {
    margin: 0px 3px;
  }
  .opinionsHome .owl-carousel .owl-dots button span {
    width: 8px;
    height: 8px;
  }
}