/* Generated by less 2.5.1 */
@import url('https://fonts.googleapis.com/css?family=Work+Sans:400,700,800&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,700,700i&subset=latin-ext');
/* COLORS */
/* TYPOGRAPHY */
.source-sans {
  font-family: 'Source Sans Pro', sans-serif;
}
.work-sans {
  font-family: 'Work Sans', sans-serif;
}
.font-awesome {
  font-family: 'FontAwesome';
}
html,
body {
  font-family: 'Source Sans Pro', sans-serif;
  color: #1a1a1a;
  line-height: 1.5rem;
  font-weight: 400;
}
p {
  margin-bottom: 1rem;
}
strong,
.strong,
.bold,
b {
  font-weight: 700;
}
a,
a:hover {
  color: #64becb;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  text-decoration: none;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  color: #1a1a1a;
}
h1,
.h1,
h2,
.h2 {
  font-family: 'Work Sans', sans-serif;
  font-weight: 800;
}
h1,
.h1 {
  font-size: 2.5rem;
  line-height: 2.75rem;
}
h2,
.h2 {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
}
h3.light,
.h3.light,
h4.light,
.h4.light,
h5.light,
.h5.light,
h6.light,
.h6.light {
  font-weight: 400;
}
h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a {
  color: #64becb;
}
.white {
  color: #ffffff;
}
.white a,
.white h1,
.white .h1,
.white h2,
.white .h2,
.white h3,
.white .h3,
.white h4,
.white .h4,
.white h5,
.white .h5,
.white h6,
.white .h6,
.white label {
  color: #ffffff;
}
.grey {
  color: #b3b3b3;
}
.color_bg {
  background-color: #64becb;
}
.creme_bg {
  background-color: #f5f3ed;
}
.black_bg {
  background-color: #1a1a1a;
}
.no_transition {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.transition {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.transition_slow {
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.transition_fast {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.shadow_0_2_8_25 {
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.25);
}
.shadow_0_0_8_25 {
  -webkit-box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.25);
}
.shadow_0_2_4_50 {
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}
.text-shadow_0_0_8_50 {
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}
.relative {
  position: relative;
}
.nopadding {
  padding: 0 !important;
}
.hidden {
  display: none;
}
/* BUTTONS */
.btn,
.wpcf7 input[type=submit] {
  border-radius: 0 !important;
  line-height: 1.5rem;
}
.btn {
  padding: .375rem 1rem;
  text-shadow: none;
}
.btn.shadow {
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}
.btn.blue {
  color: #64becb;
  border: 1px solid #64becb;
}
.btn.whitebg {
  background-color: #ffffff;
}
.button-toggle-remove {
  display: none;
}
/* HEADER */
.site {
  display: block;
  position: relative;
}
.pagebody {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.header {
  display: block;
  width: 100%;
  padding: 0;
  position: absolute;
  z-index: 998;
}
.header_top {
  display: block;
  background-color: #1a1a1a;
  height: 2.5rem;
}
.header_top .wrapper {
  padding: .5rem 0;
}
.header_top a,
.header_top .logintoggle {
  margin: 0 .5rem;
  cursor: pointer;
}
.header_top a:hover,
.header_top .logintoggle:hover {
  color: #64becb;
}
.header_top .btn {
  background-color: #64becb;
  padding: 0 .75rem;
  margin-top: -0.25rem;
}
.header_top .btn:hover {
  color: #f5f3ed;
}
.header_top .languages {
  display: inline-block;
  margin: 0 .5rem 0 .5rem;
  position: relative;
  /*&:before{
        .font-awesome;
        content:"\f075";
        margin-right:.25rem;
        font-size:.875rem;
    }*/
}
.header_top .languages span {
  display: inline-block;
  text-transform: capitalize;
  font-weight: 700;
  margin: 0 .25rem;
}
.header_top .languages a {
  margin: 0;
}
.header_top .languages a span {
  font-weight: 400;
}
.header_top .languages > span {
  position: relative;
}
.header_top .languages > span:before {
  display: block;
  position: absolute;
  width: 100%;
  height: .25rem;
  background-color: #64becb;
  top: -0.5rem;
  content: "";
}
.header_top .social_icons {
  display: inline-block;
  margin: 0 .75rem 0 .5rem;
}
.header_top .social_icons a {
  margin: 0;
  border: none !important;
  width: 1.25rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.header_top .social_icons a span {
  font-size: .875rem;
}
.header_top .accessibility_toggle {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  vertical-align: middle;
  background-image: url(../img/accessibility.png);
  background-position: center;
  background-size: 1rem;
  background-repeat: no-repeat;
  position: relative;
  cursor: pointer;
}
.header_top .search_toggle {
  margin: 0 .75rem 0 .5rem;
  cursor: pointer;
}
.header_main {
  display: block;
  background-color: transparent;
  position: absolute;
  background-size: cover;
  height: auto;
  width: 100%;
}
.header_main .wrapper {
  padding: 1rem 0 1rem;
}
.header_main .logo {
  display: block;
  position: relative;
  font-size: 1.5rem;
  line-height: 1.75rem;
  padding: 1.25rem 0 1.25rem 7rem;
}
.header_main .logo :before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 6rem;
  height: 6rem;
  content: "";
  background-image: url(../img/logo_white.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.header_main .navigation_area {
  display: block;
  margin: 2rem 0 0;
  position: relative;
  padding-right: 3rem;
}
/* MENU */
#main-menu {
  display: inline-block;
  margin: 0;
  /* DROPDOWN HACKS */
}
#main-menu .menu-item {
  display: inline-block;
  position: relative;
  float: none;
}
#main-menu .menu-item .nav-link {
  display: block;
  font-size: 1.25rem;
  line-height: 1.5rem;
  padding: .25rem .75rem;
  font-weight: 800;
  font-family: 'Work Sans', sans-serif;
}
#main-menu .menu-item.dropdown:hover {
  background-color: #ffffff;
}
#main-menu .menu-item:hover .nav-link {
  color: white;
}
#main-menu .menu-item .dropdown-menu {
  top: 100%;
  border: 1px solid #ffffff;
  margin: 0;
  padding: .5rem 0;
  border-radius: 0;
  background-clip: inherit;
  min-width: 16rem;
  text-align: right;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.25);
}
#main-menu .menu-item .dropdown-menu .menu-item .nav-link {
  font-size: 1rem;
  font-family: 'Source Sans Pro', sans-serif;
  color: #64becb;
  line-height: 1.25rem;
  padding: .5rem 1rem;
  background-color: #ffffff;
}
#main-menu .menu-item .dropdown-menu .menu-item .nav-link:hover {
  color: #64becb;
  background-color: #e5e5e5;
}
#main-menu .dropdown:hover .dropdown-menu {
  display: block;
}
#main-menu .dropdown-toggle:after {
  display: none !important;
}
#main-menu .dropdown-menu {
  left: auto;
  right: 0px;
}
.menu_text {
  font-family: 'Work Sans', sans-serif;
  display: inline-block;
  font-size: 1.25rem;
  line-height: 1.5rem;
  padding: .25rem .75rem;
  font-weight: 800;
}
.hamburger {
  display: block;
  width: 1.5rem;
  height: 1.25rem;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
  position: absolute;
  right: .5rem;
  top: .375rem;
  z-index: 9999;
}
.hamburger span {
  display: block;
  position: absolute;
  height: .25rem;
  width: 100%;
  background: #ffffff;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 0px;
}
.hamburger span:nth-child(2),
.hamburger span:nth-child(3) {
  top: .5rem;
}
.hamburger span:nth-child(4) {
  top: 1rem;
}
.hamburger:hover span {
  background-color: #1a1a1a;
}
.hamburger.open {
  display: block;
  z-index: 9999;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.hamburger.open span:nth-child(1) {
  top: .5rem;
  width: 0%;
  left: 50%;
}
.hamburger.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.hamburger.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.hamburger.open span:nth-child(4) {
  top: .5rem;
  width: 0%;
  left: 50%;
}
/* FULL SCREEN MENU */
.full_menu,
.full_screen_search {
  position: fixed;
  background-color: #333333;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  z-index: 99999;
  line-height: 2rem;
  transition-property: all;
  transition-duration: .5s;
}
.full_menu a,
.full_screen_search a {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.full_menu a:hover,
.full_screen_search a:hover {
  color: #64becb;
}
.full_menu .social_icons a,
.full_screen_search .social_icons a {
  border: 1px solid transparent;
}
.full_menu .social_icons a:hover,
.full_screen_search .social_icons a:hover {
  border-color: #64becb;
}
.full_menu form,
.full_screen_search form {
  margin-right: 3rem;
}
.full_menu form input,
.full_screen_search form input {
  display: block;
  height: 2rem;
  line-height: 1rem;
  padding: .5rem;
  background-color: transparent;
  border: none;
  border-bottom: 0.125rem solid #ffffff;
  border-radius: 0;
  color: #ffffff;
  font-family: 'Source Sans Pro', sans-serif;
}
.full_menu form input:focus,
.full_screen_search form input:focus {
  background-color: transparent;
  border-color: #64becb;
  color: #ffffff;
}
.full_menu form button,
.full_screen_search form button {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
  margin: 0;
}
.full_menu form button span,
.full_screen_search form button span {
  display: block;
  width: 2rem;
  height: 2rem;
  color: #ffffff;
  font-size: 1.25rem;
  line-height: 2rem;
  margin-left: .75rem;
}
.full_menu .hamburger:hover span,
.full_screen_search .hamburger:hover span {
  background-color: #64becb;
}
.full_menu .wrapper,
.full_screen_search .wrapper {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  overflow: auto;
}
.full_menu .full_menu_top,
.full_screen_search .full_menu_top {
  padding: 0 1rem;
}
.full_menu .full_menu_top .social_icons,
.full_screen_search .full_menu_top .social_icons {
  font-size: 1rem;
}
.full_menu .full_menu_top .social_icons a,
.full_screen_search .full_menu_top .social_icons a {
  margin: 0 .5rem;
}
.full_menu .full_menu_body,
.full_screen_search .full_menu_body {
  display: block;
  overflow: auto;
}
.full_menu .full_menu_body .menu-item,
.full_screen_search .full_menu_body .menu-item {
  font-size: 1.25rem;
  margin: 2rem 0 .25rem;
  font-weight: 800;
  font-family: 'Work Sans', sans-serif;
  opacity: 1;
  display: block;
  float: none;
}
.full_menu .full_menu_body .menu-item ul,
.full_screen_search .full_menu_body .menu-item ul {
  padding: 0 0 0 1rem;
  margin: .25rem 0;
}
.full_menu .full_menu_body .menu-item ul .menu-item,
.full_screen_search .full_menu_body .menu-item ul .menu-item {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-size: 1rem;
  margin: 0;
  line-height: 1.75rem;
}
.full_menu .full_menu_body .menu-item.current_page_ancestor,
.full_screen_search .full_menu_body .menu-item.current_page_ancestor {
  opacity: 1;
}
.full_menu .full_menu_body .menu-item.current_page_ancestor .menu-item,
.full_screen_search .full_menu_body .menu-item.current_page_ancestor .menu-item {
  opacity: 1;
}
.full_menu .full_menu_body .menu-item.current_page_item,
.full_screen_search .full_menu_body .menu-item.current_page_item {
  opacity: 1;
}
.full_menu .full_menu_body .menu-item.current_page_item > a,
.full_screen_search .full_menu_body .menu-item.current_page_item > a {
  color: #64becb;
}
/* OPENED FULL SCREEN MENU */
body.menu_open {
  overflow: hidden;
}
body.menu_open .full_menu {
  opacity: 1;
  visibility: visible;
  min-height: 100%;
  overflow: scroll;
}
.full_screen_search .wrapper {
  height: 100%;
}
.full_screen_search .full_search {
  display: block;
  position: relative;
  top: 30%;
}
.full_screen_search .hamburger {
  margin: 1rem;
}
/* OPENED FULL SCREEN SEARCH */
body.search_open {
  overflow: hidden;
}
body.search_open .full_screen_search {
  opacity: 1;
  visibility: visible;
  min-height: 100%;
  overflow: scroll;
}
/* STICKY & HEADER_SMALL */
.sticky .header_main {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #64becb;
}
.sticky {
  /*.tooltip{
    display:none !important;
}*/
}
.sticky .header_main {
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.sticky .header_main .wrapper {
  padding: .5rem 0;
}
.sticky .header_main .logo {
  font-size: 1rem;
  padding: .25rem 0 .25rem 3rem;
  line-height: 1.5rem;
  margin: 0;
}
.sticky .header_main .logo :before {
  width: 2rem;
  height: 2rem;
}
.sticky .header_main .navigation_area {
  display: block;
  margin: 0 0 0;
  position: relative;
  padding-right: 2.5rem;
}
.sticky #main-menu .menu-item .nav-link {
  display: block;
  font-size: 1rem;
}
.sticky #main-menu .menu-item .nav-link:hover {
  color: white !important;
}
.sticky .hamburger {
  width: 1rem;
  height: .875rem;
  right: .5rem;
  top: .5rem;
}
.sticky .hamburger span {
  height: .1675rem !important;
}
.sticky .hamburger span:nth-child(2),
.sticky .hamburger span:nth-child(3) {
  top: .375rem;
}
.sticky .hamburger span:nth-child(4) {
  top: .75rem;
}
.sticky .hamburger.open span:nth-child(1) {
  top: .375rem;
}
.sticky .hamburger.open span:nth-child(4) {
  top: .375rem;
}
/* HOMEPAGE */
#homepage-wrapper {
  margin: 0;
  padding: 0;
}
/* SLIDER */
section.the_slider {
  display: block;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 30%;
}
section.the_slider .slider_video {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-repeat: no-repeat;
  background-color: #64becb;
  background-size: cover;
  background-position: center;
}
section.the_slider .slider_video video#bgvid {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-size: cover;
}
section.the_slider .slider_video .video_gradient {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .5;
  background: -moz-linear-gradient(top, #1a1a1a 0%, rgba(26, 26, 26, 0) 100%);
  background: -webkit-linear-gradient(top, #1a1a1a 0%, rgba(26, 26, 26, 0) 100%);
  background: linear-gradient(to bottom, #1a1a1a 0%, rgba(26, 26, 26, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1a1a1a', endColorstr='#001a1a1a', GradientType=0);
}
.slider_outer {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 30%;
}
.slider_outer .slide-item {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 30%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.slider_outer .texts {
  display: block;
  position: absolute;
  bottom: 5rem;
  left: 0;
  right: 0;
  top: auto;
  font-size: 1.25rem;
  font-weight: 400;
  z-index: 999;
}
.slider_outer .texts h4 {
  font-size: 2.5rem;
  line-height: 2.75rem;
  font-family: 'Work Sans', sans-serif;
}
.slider_outer .texts .btn {
  display: inline-block;
  margin: 1rem 0 0 0;
  color: #64becb;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1rem;
}
.slider_outer .texts .btn:hover {
  color: white;
  background-color: #64becb;
}
.slider_outer .texts p {
  margin-bottom: 0;
}
.slider-navigation {
  display: block;
  position: absolute;
  bottom: 5rem;
  left: 50%;
  right: 0;
  top: auto;
  font-size: 1.125rem;
  font-weight: 700;
  z-index: 0;
}
.slider-navigation .slider_nav {
  display: inline-block;
}
.slider-navigation .slider_nav .slick-dots {
  display: block;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.slider-navigation .slider_nav .slick-dots li {
  display: inline-block;
  line-height: .75rem;
}
.slider-navigation .slider_nav .slick-dots li button {
  border-radius: 100%;
  width: 1rem;
  height: 1rem;
  background-color: transparent;
  border: 1px solid #ffffff;
  margin: 0 .375rem;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  text-indent: -99999px;
  padding: 0;
  outline: none;
}
.slider-navigation .slider_nav .slick-dots li.slick-active button {
  background-color: #ffffff;
}
.slider-navigation .fa-play,
.slider-navigation .fa-pause {
  cursor: pointer;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin: 0 .375rem;
  font-size: 1rem;
  line-height: 1rem;
}
.slider-navigation .fa-play {
  display: none;
}
.home .slider_outer,
.home .the_slider {
  padding-bottom: 45%;
}
.home .slider_outer .slide-item,
.home .the_slider .slide-item {
  padding-bottom: 45%;
}
#homepage-wrapper .header_image {
  padding-bottom: 27.5%;
}
@media (max-width: 1099px) {
  padding-bottom: 35%;
}
/* QUICK LINKS */
.quick_links {
  display: block;
  position: absolute;
  width: 100%;
  top: auto;
  bottom: 0;
  background-color: rgba(100, 190, 203, 0.75);
}
.quick_links a,
.quick_links .subsite_toggle {
  display: block;
  position: relative;
  padding: .75rem;
  font-weight: 700;
  font-size: 1.125rem;
  text-transform: uppercase;
}
.quick_links a:after,
.quick_links .subsite_toggle:after {
  display: block;
  position: absolute;
  top: 50%;
  right: -1px;
  background-color: #ffffff;
  height: 1.25rem;
  margin: -0.5125rem -0.875rem 0 0;
  content: "";
  width: 1px;
}
.quick_links .subsite_toggle {
  cursor: pointer;
}
.quick_links .subsite_toggle.opened span {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.quick_links .col-4:last-child a:after {
  display: none;
}
/* SUBSITE MENU */
.subsite_menu_outer {
  display: block;
  position: absolute;
  width: 100%;
  top: auto;
  bottom: 0;
  background-color: rgba(100, 190, 203, 0.75);
  margin: 0;
  padding: 0;
}
.subsite_menu_outer .subsite_menu ul {
  text-align: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.subsite_menu_outer .subsite_menu ul li {
  display: inline-block;
}
.subsite_menu_outer a {
  display: block;
  position: relative;
  padding: .75rem 1rem;
  font-weight: 700;
  font-size: 1.125rem;
  text-transform: uppercase;
  color: white;
}
.subsite_menu_outer a:hover {
  background-color: #ffffff;
  color: #1a1a1a;
}
.subsite_menu_outer a.dropdown-toggle:after {
  margin-left: .125em;
  border-top: .25em solid;
  border-right: .25em solid transparent;
  border-left: .25em solid transparent;
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.subsite_menu_outer .dropdown.show .dropdown-toggle:after {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.subsite_menu_outer .dropdown-menu {
  padding: 0;
  margin: 0;
  background-color: rgba(100, 190, 203, 0.75);
  border: none;
  border-radius: 0;
}
.subsite_menu_outer .dropdown-menu a {
  color: white;
  font-size: 1rem;
}
.subsite_menu_outer .dropdown-menu a:hover {
  color: #1a1a1a;
}
/* FORMS */
form label,
.wpcf7 label {
  display: block;
  color: #1b214e;
  line-height: 2rem;
  font-weight: 700;
  margin: 0;
}
form label.form-check-label,
.wpcf7 label.form-check-label {
  line-height: 1.5rem;
  padding: .5rem 0 0 2.5rem;
}
form .form-control,
.wpcf7 .form-control,
form .wpcf7-validation-errors,
.wpcf7 .wpcf7-validation-errors,
form input[type=color],
.wpcf7 input[type=color],
form input[type=date],
.wpcf7 input[type=date],
form input[type=datetime-local],
.wpcf7 input[type=datetime-local],
form input[type=datetime],
.wpcf7 input[type=datetime],
form input[type=email],
.wpcf7 input[type=email],
form input[type=file],
.wpcf7 input[type=file],
form input[type=month],
.wpcf7 input[type=month],
form input[type=number],
.wpcf7 input[type=number],
form input[type=range],
.wpcf7 input[type=range],
form input[type=search],
.wpcf7 input[type=search],
form input[type=submit],
.wpcf7 input[type=submit],
form input[type=tel],
.wpcf7 input[type=tel],
form input[type=text],
.wpcf7 input[type=text],
form input[type=time],
.wpcf7 input[type=time],
form input[type=url],
.wpcf7 input[type=url],
form input[type=week],
.wpcf7 input[type=week],
form select,
.wpcf7 select,
form textarea,
.wpcf7 textarea,
form input,
.wpcf7 input {
  display: block;
  width: 100%;
  position: relative;
  opacity: .75;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  padding: .25rem .5rem;
  border: 1px solid #64becb;
  border-radius: 0;
  outline: none !important;
  font-family: 'Source Sans Pro', sans-serif;
}
form .form-control:focus,
.wpcf7 .form-control:focus,
form .wpcf7-validation-errors:focus,
.wpcf7 .wpcf7-validation-errors:focus,
form input[type=color]:focus,
.wpcf7 input[type=color]:focus,
form input[type=date]:focus,
.wpcf7 input[type=date]:focus,
form input[type=datetime-local]:focus,
.wpcf7 input[type=datetime-local]:focus,
form input[type=datetime]:focus,
.wpcf7 input[type=datetime]:focus,
form input[type=email]:focus,
.wpcf7 input[type=email]:focus,
form input[type=file]:focus,
.wpcf7 input[type=file]:focus,
form input[type=month]:focus,
.wpcf7 input[type=month]:focus,
form input[type=number]:focus,
.wpcf7 input[type=number]:focus,
form input[type=range]:focus,
.wpcf7 input[type=range]:focus,
form input[type=search]:focus,
.wpcf7 input[type=search]:focus,
form input[type=submit]:focus,
.wpcf7 input[type=submit]:focus,
form input[type=tel]:focus,
.wpcf7 input[type=tel]:focus,
form input[type=text]:focus,
.wpcf7 input[type=text]:focus,
form input[type=time]:focus,
.wpcf7 input[type=time]:focus,
form input[type=url]:focus,
.wpcf7 input[type=url]:focus,
form input[type=week]:focus,
.wpcf7 input[type=week]:focus,
form select:focus,
.wpcf7 select:focus,
form textarea:focus,
.wpcf7 textarea:focus,
form input:focus,
.wpcf7 input:focus,
form .form-control:active,
.wpcf7 .form-control:active,
form .wpcf7-validation-errors:active,
.wpcf7 .wpcf7-validation-errors:active,
form input[type=color]:active,
.wpcf7 input[type=color]:active,
form input[type=date]:active,
.wpcf7 input[type=date]:active,
form input[type=datetime-local]:active,
.wpcf7 input[type=datetime-local]:active,
form input[type=datetime]:active,
.wpcf7 input[type=datetime]:active,
form input[type=email]:active,
.wpcf7 input[type=email]:active,
form input[type=file]:active,
.wpcf7 input[type=file]:active,
form input[type=month]:active,
.wpcf7 input[type=month]:active,
form input[type=number]:active,
.wpcf7 input[type=number]:active,
form input[type=range]:active,
.wpcf7 input[type=range]:active,
form input[type=search]:active,
.wpcf7 input[type=search]:active,
form input[type=submit]:active,
.wpcf7 input[type=submit]:active,
form input[type=tel]:active,
.wpcf7 input[type=tel]:active,
form input[type=text]:active,
.wpcf7 input[type=text]:active,
form input[type=time]:active,
.wpcf7 input[type=time]:active,
form input[type=url]:active,
.wpcf7 input[type=url]:active,
form input[type=week]:active,
.wpcf7 input[type=week]:active,
form select:active,
.wpcf7 select:active,
form textarea:active,
.wpcf7 textarea:active,
form input:active,
.wpcf7 input:active {
  opacity: 1;
  border-color: #1a1a1a;
}
form .form-control#wp-submit,
.wpcf7 .form-control#wp-submit,
form .wpcf7-validation-errors#wp-submit,
.wpcf7 .wpcf7-validation-errors#wp-submit,
form input[type=color]#wp-submit,
.wpcf7 input[type=color]#wp-submit,
form input[type=date]#wp-submit,
.wpcf7 input[type=date]#wp-submit,
form input[type=datetime-local]#wp-submit,
.wpcf7 input[type=datetime-local]#wp-submit,
form input[type=datetime]#wp-submit,
.wpcf7 input[type=datetime]#wp-submit,
form input[type=email]#wp-submit,
.wpcf7 input[type=email]#wp-submit,
form input[type=file]#wp-submit,
.wpcf7 input[type=file]#wp-submit,
form input[type=month]#wp-submit,
.wpcf7 input[type=month]#wp-submit,
form input[type=number]#wp-submit,
.wpcf7 input[type=number]#wp-submit,
form input[type=range]#wp-submit,
.wpcf7 input[type=range]#wp-submit,
form input[type=search]#wp-submit,
.wpcf7 input[type=search]#wp-submit,
form input[type=submit]#wp-submit,
.wpcf7 input[type=submit]#wp-submit,
form input[type=tel]#wp-submit,
.wpcf7 input[type=tel]#wp-submit,
form input[type=text]#wp-submit,
.wpcf7 input[type=text]#wp-submit,
form input[type=time]#wp-submit,
.wpcf7 input[type=time]#wp-submit,
form input[type=url]#wp-submit,
.wpcf7 input[type=url]#wp-submit,
form input[type=week]#wp-submit,
.wpcf7 input[type=week]#wp-submit,
form select#wp-submit,
.wpcf7 select#wp-submit,
form textarea#wp-submit,
.wpcf7 textarea#wp-submit,
form input#wp-submit,
.wpcf7 input#wp-submit {
  background-color: #64becb;
  color: #ffffff;
  opacity: 1;
}
form input[type=submit],
.wpcf7 input[type=submit] {
  color: white;
  background-color: #64becb;
}
form input[type=submit]:hover,
.wpcf7 input[type=submit]:hover {
  background-color: #64becb;
  border-color: #64becb;
}
form input[type="radio"],
.wpcf7 input[type="radio"],
form input[type="checkbox"],
.wpcf7 input[type="checkbox"] {
  display: inline;
  height: 1rem;
  width: auto;
  opacity: 1;
  margin-right: 1rem;
  padding: 0;
}
form input[type="checkbox"],
.wpcf7 input[type="checkbox"] {
  margin-right: .25rem;
}
form .wpcf7-form-control-wrap.terms,
.wpcf7 .wpcf7-form-control-wrap.terms {
  display: block;
  padding: .75rem 0;
}
form .wpcf7-form-control-wrap.terms span.wpcf7-list-item,
.wpcf7 .wpcf7-form-control-wrap.terms span.wpcf7-list-item {
  margin-left: 0;
}
form span.wpcf7-not-valid-tip,
.wpcf7 span.wpcf7-not-valid-tip {
  font-size: .75rem;
  font-style: italic;
  color: #b02209 !important;
}
form div.wpcf7-response-output,
.wpcf7 div.wpcf7-response-output {
  border: none !important;
  background-color: #e5e5e5;
  margin: 0;
}
form div.wpcf7-mail-sent-ok,
.wpcf7 div.wpcf7-mail-sent-ok {
  background-color: #80ca7f;
  color: white;
  border: none !important;
}
/* CONTACT WPCF7 */
.wrapper-contact .wpcf7-form {
  display: block;
  margin: 2rem 0;
  padding: 1.5rem;
  background-color: #e5e5e5;
}
/* LOGIN BOX */
.login_box {
  display: block;
  padding: 1rem 0;
  background-color: #e5e5e5;
}
.login_box .login-block {
  display: block;
  position: relative;
  padding: 2rem 0;
}
.login_box .login-block.login-password,
.login_box .login-block.login-submit {
  margin-top: 2rem;
}
.login_box .login-block #rememberme {
  display: inline;
  width: auto;
}
.login_box .login-block p {
  margin: .5rem 0;
  font-weight: 700;
}
.login_box .login-block p label {
  font-size: .75rem;
  display: inline;
  color: #1a1a1a;
}
.login_box .login-block p a {
  font-size: .75rem;
  color: #1a1a1a;
}
.msg {
  display: block;
  width: 100%;
  margin: 1rem 0;
}
.msg div {
  display: block;
  position: relative;
  margin-bottom: .5rem;
  padding: .5rem .5rem .5rem 2.25rem;
  line-height: 1.5rem;
  border-radius: 0;
}
.msg div:before {
  display: block;
  position: absolute;
  left: .75rem;
  top: .5rem;
  width: 1.5rem;
  height: 1.5rem;
  font-size: .875rem;
  font-family: "FontAwesome";
}
.msg div.error {
  background-color: #64becb;
  color: white;
}
.msg div.error:before {
  content: "\f057";
}
.msg div.ok {
  background-color: #80ca7f;
}
.msg div.ok:before {
  content: "\f058";
}
.msg div.alert {
  background-color: #72150a;
  color: white;
}
.msg div.alert:before {
  content: "\f06a";
}
.msg div.message {
  background-color: #b3b3b3;
}
.msg div.message:before {
  content: "\f05a";
}
/* NEWS & EVENTS */
.news_events {
  padding: 3rem 0 3.5rem;
}
.news_events .half {
  position: relative;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.news_events .half:after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 1px;
  background-color: #e5e5e5;
  content: "";
}
.news_events .half:last-child:after {
  display: none;
}
.news_events .row {
  position: relative;
  height: 100%;
}
.news_events .news_box {
  position: relative;
}
.news_events .news_box .col-sm-6 {
  position: relative;
}
.news_events .news_box .news_box_inner {
  display: block;
  position: relative;
  height: 100%;
}
.news_events .news_box .news_box_inner h2 {
  padding: .5rem;
  color: #64becb;
}
.news_events .news_box .news_box_inner .latest_article {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  max-height: 100%;
}
.news_events .news_box .posted-on,
.news_events .news_box .excerpt {
  margin: 0;
  font-size: .875rem;
  color: #b3b3b3;
  font-weight: 400;
  display: block;
}
.news_events .news_box .posted-on a,
.news_events .news_box .excerpt a {
  color: #b3b3b3;
}
.news_events .news_box .excerpt {
  margin-top: .25rem;
}
.news_events .news_box h3 {
  margin: 0;
}
.news_events .news_box h3 a {
  color: #1a1a1a;
  font-size: 1.5rem;
}
.news_events .news_box h3 a:hover {
  color: #64becb;
}
.news_events .news_box h4 {
  display: block;
  margin: 0;
  font-size: 1.125rem;
}
.news_events .news_box h4:after {
  display: block;
  content: "";
  position: relative;
  width: 0;
  height: 0;
  clear: both;
  float: none;
}
.news_events .news_box h4 a {
  color: #1a1a1a;
}
.news_events .news_box h4 .deadline {
  display: block;
  float: left;
  text-align: right;
  margin-right: .5rem;
}
.news_events .news_box h4 .deadline .month {
  display: block;
  font-size: 1rem;
  font-weight: 400;
}
.news_events .news_box h4 .deadline .day {
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
}
.news_events .news_box .article_link {
  padding: .5rem 0;
  /*border-bottom:1px solid @grey-midlight;*/
}
.news_events .more_posts {
  display: inline-block;
  color: #64becb;
  font-weight: 700;
  font-size: .75rem;
  padding: .25rem .5rem;
  margin-top: 1rem;
  border: 1px solid #64becb;
}
.news_events .more_posts:hover {
  background-color: #64becb;
  color: white;
}
/* MOTTOS SLIDER */
.slick-slider {
  background-position: center;
}
.slider-mottos {
  background-color: #f5f3ed;
  padding: 0;
  margin-bottom: 2.5rem;
  background-position: center;
}
.slider-mottos .mottos_slider {
  padding: 0;
  margin: 0;
  background-position: center;
}
.slider-mottos .slick-list {
  padding: 0 !important;
  margin: 0;
}
.slider-mottos .slick-slide {
  background-position: center;
}
.slider-mottos .slick-slide .text {
  display: block;
  margin: 0 3rem;
  position: relative;
  margin: 6.5rem 4rem;
}
.slider-mottos .slick-slide .text span {
  display: block;
  margin: 0 auto;
  min-height: 2.5rem;
  line-height: 1.75rem;
  font-size: 1.5rem;
  background: rgba(255, 255, 255, 0.75);
  padding: 0.5rem 1rem;
  width: fit-content;
  font-style: normal;
  font-weight: 800;
}
.slider-mottos .slick-slide img {
  display: block;
  width: 100%;
  height: auto;
}
.slider-mottos .slider_mottos_nav_outer {
  display: block;
  position: absolute;
  bottom: 2rem;
  left: 0;
  width: 100%;
}
.slider-mottos .slick-dots {
  display: block;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.slider-mottos .slick-dots li {
  display: inline-block;
  line-height: .75rem;
}
.slider-mottos .slick-dots li button {
  border-radius: 100%;
  width: 1rem;
  height: 1rem;
  background-color: transparent;
  border: 1px solid #cccccc;
  margin: 0 .375rem;
  text-indent: -99999px;
  padding: 0;
  outline: none;
}
.slider-mottos .slick-dots li.slick-active button {
  background-color: #cccccc;
}
.slider-mottos a {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  color: #1a1a1a;
}
.slider-mottos .slick-arrow {
  display: block;
  position: absolute;
  width: 1.5rem;
  text-align: center;
  height: 3rem;
  cursor: pointer;
  font-size: 1.5rem;
  line-height: 3rem;
  top: 50%;
  color: #b3b3b3;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  margin-top: -1.5rem;
  z-index: 9999;
}
.slider-mottos .slick-arrow.fa-chevron-left {
  left: 0;
  right: auto;
}
.slider-mottos .slick-arrow.fa-chevron-right {
  right: 0;
  left: auto;
}
.slider-mottos .slick-arrow:hover {
  color: #1a1a1a;
}
/* SOCIAL ICONS */
.social_block {
  padding: 2rem 0;
}
.social_block .banner {
  margin: 2rem 0;
}
.social_icons a {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  line-height: 1.875rem;
  text-align: center;
  border: 1px solid #64becb;
  margin: .5rem;
}
.social_icons a:hover {
  border-color: #1a1a1a;
}
/* CONTENT BLOCK */
.the_content_block {
  display: block;
  padding: 3rem 0;
}
/* FEATURED BOXES */
.featured_boxes .featured_box .featured_box_inner {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background-color: #64becb;
  overflow: hidden;
  color: white;
}
.featured_boxes .featured_box .featured_box_inner .featured_box_background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.featured_boxes .featured_box .featured_box_inner .the_text {
  display: block;
  width: 100%;
  position: relative;
  padding: .5rem 1rem .5rem 1rem;
  margin: 5% 0 0;
  font-size: 1.25rem;
  color: white;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.featured_boxes .featured_box .featured_box_inner .the_text h4 {
  font-size: 1.625rem;
  color: white;
  margin: 0;
  padding-right: 1.5rem;
}
.featured_boxes .featured_box .featured_box_inner .the_text h4:after {
  display: inline-block;
  content: "\203a";
}
.featured_boxes .featured_box .featured_box_inner .the_text p {
  font-size: 1rem;
}
.featured_boxes .featured_box .featured_box_inner .the_text:hover {
  padding: .5rem .75rem .5rem 1.25rem;
}
.featured_boxes .featured_box .featured_box_inner.full_link {
  cursor: pointer;
}
.featured_boxes .featured_box:nth-child(even) .featured_box_inner .the_text {
  position: absolute;
  bottom: 3rem;
}
.featured_boxes .featured_box:hover {
  color: white;
}
.featured_boxes .featured_box:hover .featured_box_background {
  transform: scale(1.1);
}
.featured_boxes .univet-read-more-link {
  display: none;
}
/* FEATURED BUTTONS */
.featured_buttons {
  display: block;
  margin: 3.5rem 0 2.5rem;
}
.featured_buttons .btn {
  display: block;
  border: 1px solid #64becb;
  font-weight: 700;
  padding: 1rem .5rem;
  margin: 2.5rem 0;
  font-size: 1.25rem;
}
.featured_buttons .btn:hover {
  color: white !important;
  border-color: #64becb !important;
  background-color: #64becb;
}
/* FOUR BUTTONS */
.four_buttons {
  display: block;
  padding: 3rem 0;
  background-color: #f5f3ed;
}
.four_buttons .btn {
  display: block;
  border-radius: 1px solid #64becb;
  font-weight: 700;
  padding: .5rem .5rem;
  margin: 1rem 0;
}
.four_buttons .btn:hover {
  color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
/* BULLETIN BOARD */
.bulletin_board {
  padding: 5rem 0 2.5rem;
}
.bulletin_board h2 {
  margin-bottom: 1.5rem;
  color: #64becb;
  font-size: 2.25rem;
  padding: 0 1rem;
}
.bulletin_board .bulletin_board_item {
  position: relative;
  margin: 1rem 0;
  padding-bottom: 3.5rem;
}
.bulletin_board .bulletin_board_item .bulletin_board_inner {
  padding: 0 1rem;
}
.bulletin_board .bulletin_board_item:after {
  display: block;
  width: 1px;
  height: 75%;
  background-color: #e5e5e5;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
}
.bulletin_board .bulletin_board_item:last-child:after {
  display: none;
}
.bulletin_board .bulletin_board_item a {
  color: #1a1a1a;
}
.bulletin_board .bulletin_board_item a:hover {
  color: #64becb;
}
.bulletin_board .bulletin_board_item .posted-on,
.bulletin_board .bulletin_board_item .categories {
  display: block;
  color: #666666;
  font-size: .875rem;
}
.bulletin_board .bulletin_board_item .btn {
  position: absolute;
  bottom: 0;
  right: 2rem;
  border-color: #64becb;
  text-transform: uppercase;
  color: #64becb;
  font-size: .875rem;
  font-weight: 700;
}
.bulletin_board .bulletin_board_item .btn:hover {
  border-color: #64becb;
  background-color: #64becb;
  color: white;
}
/* LINK COLUMNS */
.link_columns {
  padding: 3rem 0;
}
.link_columns .link_column {
  position: relative;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.link_columns .link_column:after {
  display: block;
  width: 1px;
  height: 100%;
  background-color: #666666;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
}
.link_columns .link_column:last-child:after {
  display: none;
}
.link_columns .link_column .link_column_inner {
  display: block;
  padding: 1rem;
}
.link_columns .link_column .link_column_inner h4 {
  font-family: 'Work Sans', sans-serif;
  font-weight: 800;
  margin-bottom: .75rem;
  font-size: 1rem;
}
.link_columns .link_column .link_column_inner ul {
  list-style-type: none;
  padding-left: 0;
}
.link_columns .link_column .link_column_inner ul li {
  line-height: 1.25rem;
}
.link_columns .link_column .link_column_inner ul li a {
  display: block;
  padding: .375rem 0;
}
.link_columns .link_column .link_column_inner a:hover {
  color: #64becb;
}
.link_columns .link_column .link_column_inner.has_title ul {
  padding-left: 1rem;
}
.link_columns.subsite_menu {
  display: none;
  background-color: #f5f3ed;
}
.link_columns.subsite_menu .link_column:after {
  opacity: .25;
}
.link_columns.subsite_menu.always_open,
.link_columns.subsite_menu.show {
  display: block;
}
/* SINGLE & PAGE */
.wrapper {
  padding-bottom: 0;
}
.wrapper .header_image {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 20%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #64becb;
}
.wrapper .header_image .header_title_section {
  display: block;
  position: absolute;
  width: 100%;
  bottom: 1rem;
  left: 0;
  right: 0;
  top: auto;
}
.wrapper .header_image .header_title_section.has_quick_links {
  bottom: 3.5rem;
}
.wrapper .header_image .header_title_section .entry-title {
  font-size: 2.5rem;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}
.wrapper .header_image.no-bg {
  padding-bottom: 9rem;
}
.wrapper #crumbs {
  display: block;
  margin: 0 0 1rem 0;
  font-size: .875rem;
  color: #cccccc;
}
.wrapper #crumbs span.fa-arrow-left {
  display: inline-block;
  margin-right: .5rem;
  font-size: .75rem;
  cursor: pointer;
}
.wrapper .entry-meta {
  display: block;
  padding: 1rem 0;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.wrapper .entry-meta .categories {
  display: block;
}
.wrapper #content {
  display: block;
  margin-top: 3rem;
  padding-bottom: 2rem;
}
.wrapper .entry-content a {
  font-weight: 700;
  color: #64becb;
}
.wrapper .entry-content a:hover {
  text-decoration: underline;
}
.wrapper .entry-content figcaption {
  display: block;
  position: relative;
  color: #b3b3b3;
  padding: .25rem .375rem .375rem .75rem;
  font-size: .875rem;
}
.wrapper .entry-content figcaption:before {
  display: block;
  width: .25rem;
  height: .25rem;
  content: "";
  background-color: #64becb;
  position: absolute;
  top: 50%;
  margin-top: -0.125rem;
  left: .25rem;
}
.wrapper .entry-content span.emphasis {
  background-color: #64becb;
  color: #fff;
  padding-left: 3px;
  padding-right: 3px;
}
.wrapper .entry-content ul {
  list-style-type: none;
}
.wrapper .entry-content ul.gallery {
  margin: -15px -30px;
}
.wrapper .entry-content ul li {
  display: block;
  position: relative;
}
.wrapper .entry-content ul li:before {
  display: block;
  position: absolute;
  left: -0.875rem;
  top: .675rem;
  width: .25rem;
  height: .25rem;
  content: "";
  background-color: #64becb;
}
.wrapper .entry-content ul li.gallery-item:before {
  display: none !important;
}
.wrapper .entry-content ul li ul li:before {
  border-radius: 100%;
  background-color: transparent;
  border: 1px solid #64becb;
  width: .375rem;
  height: .375rem;
  top: .625rem;
}
.wrapper .entry-content ul li ul li ul li:before {
  border-radius: 0;
  height: .0675rem;
  top: .8675rem;
  width: .5rem;
  background-color: #64becb;
  border: none;
}
.wrapper .entry-content table {
  display: block;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border: none !important;
}
.wrapper .entry-content .table td,
.wrapper .entry-content .table th {
  border: none;
  padding: .375rem .675rem;
}
.wrapper .entry-content thead {
  background-color: #64becb;
  color: white;
  font-weight: 400;
}
.wrapper .entry-content thead th {
  font-weight: 400;
}
.wrapper .entry-content .table-striped tbody tr:nth-of-type(odd) {
  background-color: #e5e5e5;
}
.wrapper .entry-content .alignright {
  padding-left: 1.25rem;
}
.wrapper .entry-content .alignleft {
  padding-right: 1.25rem;
}
.wrapper .entry-content a.outbound,
.wrapper .entry-content a.pdf,
.wrapper .entry-content a.xls,
.wrapper .entry-content a.xlsx,
.wrapper .entry-content a.ppt,
.wrapper .entry-content a.pptx,
.wrapper .entry-content a.doc,
.wrapper .entry-content a.docx {
  display: inline-block;
  padding-left: 1.25rem;
  position: relative;
}
.wrapper .entry-content a.outbound:before,
.wrapper .entry-content a.pdf:before,
.wrapper .entry-content a.xls:before,
.wrapper .entry-content a.xlsx:before,
.wrapper .entry-content a.ppt:before,
.wrapper .entry-content a.pptx:before,
.wrapper .entry-content a.doc:before,
.wrapper .entry-content a.docx:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  width: 1rem;
  font-family: 'FontAwesome';
  content: "\f016";
}
.wrapper .entry-content a.doc:before,
.wrapper .entry-content a.docx:before {
  content: "\f0f6";
}
.wrapper .entry-content a.pdf:before {
  content: "\f1c1";
}
.wrapper .entry-content a.outbounda.pdf:before,
.wrapper .entry-content a.outbounda.xls:before,
.wrapper .entry-content a.outbounda.xlsx:before,
.wrapper .entry-content a.outbounda.ppt:before,
.wrapper .entry-content a.outbounda.pptx:before,
.wrapper .entry-content a.outbounda.doc:before,
.wrapper .entry-content a.outbounda.docx:before,
.wrapper .entry-content a.outbound:before {
  content: "\f08b";
}
.wrapper .the_post_thumbnail {
  max-width: 15rem;
}
.wrapper .share_buttons {
  display: block;
  margin-top: 2rem;
}
.wrapper .share_buttons a {
  display: inline-block;
  margin-right: .0625rem;
  background-color: #cccccc;
  color: white;
  width: 1.875rem;
  height: 1.875rem;
  line-height: 1.875rem;
  text-align: center;
  font-size: .875rem;
}
.wrapper .share_buttons a span {
  padding: 0;
}
.wrapper .share_buttons a.facebook:hover {
  background-color: #3b5999;
}
.wrapper .share_buttons a.twitter:hover {
  background-color: #55acee;
}
.wrapper .share_buttons a.linkedin:hover {
  background-color: #0077B5;
}
.wrapper .share_buttons a.googleplus:hover {
  background-color: #dd4b39;
}
.back_to_top {
  display: none;
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  width: auto;
  height: 2rem;
  background-color: rgba(100, 190, 203, 0.75);
  color: white;
  font-weight: 700;
  z-index: 999;
  font-size: .75rem;
  padding: .5rem .5rem;
  line-height: 1rem;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.25);
}
.back_to_top:hover {
  color: #ffffff;
  text-decoration: none;
}
/* MANAGEMENT */
.management_block {
  display: block;
}
.management_block .colleague {
  display: block;
  padding: 1rem 1rem 2rem;
  line-height: 1.375rem;
  font-size: .875rem;
  margin-bottom: 1rem;
}
.management_block .colleague p {
  margin-bottom: .5rem;
}
.management_block h3 {
  color: #64becb;
  margin: 1rem 0 2rem;
}
/* CLINICS */
section.clinics {
  display: block;
  padding: 3rem 0;
  background-color: #f5f3ed;
}
.clinics-row > div.clinics-item {
  margin-top: 2rem;
  margin-bottom: 2rem;
  border-right: 1px solid #e5e5e5;
}
.clinics-row > div.clinics-item.clinics-item-3 {
  border: none;
}
.clinics-row > div.clinics-item > h2 {
  color: #64becb;
  min-height: 4.5rem;
}
.clinics-row > div.clinics-item > h2 > a {
  color: #64becb !important;
  text-decoration: none!important;
}
.clinics-row > div.clinics-item > ul {
  margin: 2rem 0 0;
  list-style: none;
  padding: 0;
}
.clinics-row > div.clinics-item > ul > li {
  padding: 0 0 1.5rem 2.5rem;
  position: relative;
  min-height: 2.5rem;
  font-size: 1.1rem;
  line-height: 1.5rem;
}
.clinics-row > div.clinics-item > ul > li > span.fa {
  font-size: 1.5rem;
  width: 2rem;
  text-align: center;
  color: #64becb;
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
}
.clinics-row > div.clinics-item > ul > li > div > p:first-of-type {
  display: inline-block;
}
.clinics-row > div.clinics-item > ul > li > div > p {
  margin: 0;
}
.clinics-row > div.clinics-item > ul > li > div a {
  color: #1a1a1a;
}
.clinics-row > div.clinics-item a.btn {
  display: inline-block;
  color: #64becb;
  font-weight: 700;
  font-size: .75rem;
  padding: .25rem .5rem;
  margin-top: 0rem;
  border: 1px solid #64becb;
}
@media (max-width: 991px) {
  .clinics-row > div.clinics-item.clinics-item-1 {
    border-right: 0;
  }
}
@media (max-width: 767px) {
  .clinics-row > div.clinics-item {
    border-right: 0;
    border-bottom: 1px solid #e5e5e5;
  }
}
/* CLINIC */
.clinic_details {
  padding: 3rem 0;
  background-color: #f5f3ed;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}
.clinic_details .details-row > div {
  border-right: 1px solid #e5e5e5;
}
.clinic_details .details-row > div:last-of-type {
  border: none;
}
.clinic_details .detail-item {
  text-align: right;
  font-size: 1.2rem;
  margin-bottom: 2rem;
  line-height: 0.7rem;
}
.clinic_details div .detail-item:last-of-type {
  margin-bottom: 0;
}
.clinic_details .detail-item span.fa {
  font-size: 1.7rem;
  color: #64becb;
  line-height: 2.5rem;
  height: 2.5rem;
  padding: 0 4px;
}
.clinic_details .detail-item > .detail-item-content span.fa {
  color: #1a1a1a;
  display: inline-block;
  font-size: 1rem;
  line-height: 0.7rem;
  height: 0.7rem;
}
.clinic_details .detail-item > .detail-item-content > p:first-of-type {
  display: inline-block;
}
.clinic_details .detail-item a {
  color: #1a1a1a;
}
.clinic_details .detail-item a.btn {
  padding: 0rem 1rem;
  color: #64becb;
  margin-top: 0.7rem;
  font-size: 0.8rem;
  font-weight: bold;
  line-height: 1.3rem;
}
.workload {
  padding: 3rem 0;
}
.workload-table td.workload {
  background: #e5e5e5;
}
.workload-table td.workload.low {
  background: #f2e655;
}
.workload-table td.workload.medium {
  background: #f5a623;
}
.workload-table td.workload.high {
  background: #b02209;
}
.workload-table td,
.workload-table th {
  border-top: none;
}
.workload-table thead th {
  font-weight: normal;
  color: #666666;
  text-align: center;
  font-size: 0.8rem;
  padding: 5px;
}
.workload-table .workload-title {
  font-weight: bold;
  padding: 0 40px;
  text-align: center;
}
.workload-description {
  text-align: right;
}
.workload-description > .description-item {
  display: inline-block;
  font-size: 0.8rem;
  color: #666666;
  margin-left: 15px;
  vertical-align: middle;
}
.workload-description > .description-item > .circle {
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  margin-right: 5px;
}
.workload-description > .description-item > .circle.low {
  background: #f2e655;
}
.workload-description > .description-item > .circle.medium {
  background: #f5a623;
}
.workload-description > .description-item > .circle.high {
  background: #b02209;
}
@media (max-width: 991px) {
  .clinic_details .details-row > div {
    border-right: none;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
  }
  .clinic_details .details-row > div:last-of-type {
    border: none;
  }
}
@media (max-width: 767px) {
  .clinic_details {
    background-image: none !important;
  }
  .workload-table .workload-title {
    padding: 0 10px;
  }
  .workload-table thead th {
    font-size: 0.7rem;
    padding: 3px;
  }
}
/* COLUMN GRID */
.column_grid {
  display: block;
  margin: 2rem 0;
}
.column_grid .letters a {
  padding: .25rem .5rem;
  background-color: #e5e5e5;
  font-weight: 700;
}
.column_grid .letters a:hover {
  color: #ffffff;
  background-color: #64becb;
}
.column_grid .column_grid_group {
  display: block;
  margin: 3rem 0 4rem;
}
.column_grid .column_grid_group h3 {
  color: #64becb;
}
.column_grid .column_grid_group .column_grid_list {
  display: block;
  margin: 1rem 0;
}
.column_grid .column_grid_group .column_grid_list .list_item {
  display: block;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: -1px;
  padding: .75rem .5rem .75rem 2rem;
  position: relative;
}
.column_grid .column_grid_group .column_grid_list .list_item > a {
  display: block;
  padding: 0;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1rem;
  font-size: 1rem;
}
.column_grid .column_grid_group .column_grid_list .list_item > a:hover {
  color: #64becb;
}
.column_grid .column_grid_group .column_grid_list .list_item:before {
  display: block;
  position: absolute;
  top: .75rem;
  left: .25rem;
  width: 1.5rem;
  text-align: center;
  font-weight: 400;
  height: 1rem;
  line-height: 1rem;
  font-family: 'FontAwesome';
  content: "\f105";
}
.column_grid .column_grid_group .column_grid_list .list_item .list_item_details {
  font-size: .875rem;
  line-height: 1.25rem;
  padding: .25rem 0;
}
.column_grid .column_grid_group .column_grid_list .list_item .list_item_details span {
  display: block;
}
.column_grid .column_grid_group .column_grid_list .list_item .list_item_details span a {
  font-weight: 700;
}
/* STAFF BOX, COURSE BOX */
.staff_box,
.course_box {
  display: block;
  width: 100%;
  margin: 1.5rem 0;
}
.staff_box .staff_infos,
.course_box .staff_infos,
.staff_box .course_infos,
.course_box .course_infos {
  border-top: 1px solid #e5e5e5;
  margin-bottom: 1.5rem;
}
.staff_box .info,
.course_box .info {
  display: block;
  padding: .25rem 0 .5rem 1.5rem;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
}
.staff_box .info i,
.course_box .info i {
  display: block;
  position: absolute;
  top: .75rem;
  left: 0rem;
  color: #b3b3b3;
  font-size: .75rem;
  margin: 0 .25rem;
}
.staff_box .info span,
.course_box .info span {
  display: block;
  color: #666666;
  font-style: italic;
  padding: .125rem 0;
}
.staff_box .info span strong,
.course_box .info span strong {
  color: #1a1a1a;
}
.staff_box .info h3,
.course_box .info h3,
.staff_box .info h4,
.course_box .info h4,
.staff_box .info h5,
.course_box .info h5,
.staff_box .info ul,
.course_box .info ul {
  margin: 0;
}
.course_box .info {
  padding: .5rem 0 .5rem 1.5rem;
}
.course_box .info i {
  top: 1.25rem;
}
.course_box .info h3 {
  margin-bottom: .5rem;
}
.research_info_box {
  border-top: 1px solid #e5e5e5;
  padding: .75rem 0;
}
.research_info_box span {
  display: block;
  color: #666666;
  font-style: italic;
  padding: .125rem 0;
}
/* LANDING BLOCKS */
.page-template-page-block .block {
  display: block;
  position: relative;
  padding: 2rem 0;
  border-bottom: 1px solid #e5e5e5;
}
.page-template-page-block .block .block_image {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 33%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: -2rem;
}
.page-template-page-block .block h2,
.page-template-page-block .block h3 {
  color: #64becb;
}
.page-template-page-block .block h2 {
  margin: 0 0 1.5rem 0;
  font-size: 2rem;
}
.page-template-page-block .block .block_content {
  display: block;
  position: relative;
  background-color: white;
  padding: 2rem;
}
.page-template-page-block .block:nth-child(even) {
  background-color: #f5f3ed;
}
.page-template-page-block .block.block_has_image .block_content {
  margin-top: -4rem;
}
/* GALLERY */
.gallery.gallery-columns-1 .gallery-item {
  display: none;
}
.gallery.gallery-columns-1 .gallery-item:first-of-type {
  display: block;
}
/* SEARCHFORM IN ARCHIVES & COLUMN GRID TEMPLATE */
.archive_block_layout #searchform,
.archive_galleries_layout #searchform,
.page-template-page-column-grid #searchform {
  display: block;
  width: 100%;
  margin: 1.5rem 0 2.5rem;
  background-color: #e5e5e5;
  padding: .25rem .5rem;
}
.archive_block_layout #searchform input,
.archive_galleries_layout #searchform input,
.page-template-page-column-grid #searchform input {
  border: none;
  background-color: transparent;
  line-height: 1.5rem;
}
.archive_block_layout #searchform .input-group-btn,
.archive_galleries_layout #searchform .input-group-btn,
.page-template-page-column-grid #searchform .input-group-btn {
  font-size: 1.125rem;
}
.archive_block_layout #searchform button,
.archive_galleries_layout #searchform button,
.page-template-page-column-grid #searchform button {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: .675rem;
  background-color: transparent;
  text-align: center;
  line-height: 1.5rem;
  border: none;
  color: #b3b3b3;
}
.archive_block_layout #searchform button span,
.archive_galleries_layout #searchform button span,
.page-template-page-column-grid #searchform button span {
  display: block;
}
/* ARCHIVE */
#archive-wrapper {
  /* BLOCK & GALLERIES LAYOUT */
}
#archive-wrapper article {
  padding: 2rem 0;
}
#archive-wrapper article .the_post_thumbnail {
  max-width: 7.5rem;
}
#archive-wrapper .archive_block_layout article,
#archive-wrapper .archive_galleries_layout article {
  display: block;
  padding: 1rem;
  background-color: #e5e5e5;
}
#archive-wrapper .archive_block_layout article h2,
#archive-wrapper .archive_galleries_layout article h2 {
  font-size: 1.375rem;
  line-height: 1.5rem;
  margin: 15% 0 0;
}
#archive-wrapper .archive_block_layout article .entry-meta,
#archive-wrapper .archive_galleries_layout article .entry-meta {
  font-size: .875rem;
  padding: 0;
  margin: .5rem 0;
  line-height: 1rem;
  color: #b3b3b3;
}
#archive-wrapper .archive_block_layout article .entry-meta .categories,
#archive-wrapper .archive_galleries_layout article .entry-meta .categories {
  margin: 0;
  padding: 0;
}
#archive-wrapper .archive_block_layout .block-item:nth-child(odd) article,
#archive-wrapper .archive_galleries_layout .block-item:nth-child(odd) article {
  background-color: #64becb;
  color: white !important;
}
#archive-wrapper .archive_block_layout .block-item:nth-child(odd) article h2,
#archive-wrapper .archive_galleries_layout .block-item:nth-child(odd) article h2,
#archive-wrapper .archive_block_layout .block-item:nth-child(odd) article a,
#archive-wrapper .archive_galleries_layout .block-item:nth-child(odd) article a,
#archive-wrapper .archive_block_layout .block-item:nth-child(odd) article p,
#archive-wrapper .archive_galleries_layout .block-item:nth-child(odd) article p {
  color: white;
}
#archive-wrapper .archive_block_layout .block-item:nth-child(odd) article .entry-meta,
#archive-wrapper .archive_galleries_layout .block-item:nth-child(odd) article .entry-meta {
  color: #ffffff;
}
#archive-wrapper .archive_block_layout .block-item:nth-child(odd).has_thumbnail article p,
#archive-wrapper .archive_galleries_layout .block-item:nth-child(odd).has_thumbnail article p {
  color: #1a1a1a;
}
#archive-wrapper .archive_block_layout .block-item:nth-child(odd).has_thumbnail article .entry-meta,
#archive-wrapper .archive_galleries_layout .block-item:nth-child(odd).has_thumbnail article .entry-meta {
  color: #b3b3b3 !important;
}
#archive-wrapper .archive_block_layout .block-item.has_thumbnail article,
#archive-wrapper .archive_galleries_layout .block-item.has_thumbnail article {
  background-color: transparent !important;
  padding: 0 !important;
}
#archive-wrapper .archive_block_layout .block-item.has_thumbnail article .the_post_thumbnail,
#archive-wrapper .archive_galleries_layout .block-item.has_thumbnail article .the_post_thumbnail {
  width: auto;
  max-width: none;
  display: block;
  position: relative;
  margin-bottom: .5rem;
}
#archive-wrapper .archive_block_layout .block-item.has_thumbnail article h2,
#archive-wrapper .archive_galleries_layout .block-item.has_thumbnail article h2,
#archive-wrapper .archive_block_layout .block-item.has_thumbnail article a,
#archive-wrapper .archive_galleries_layout .block-item.has_thumbnail article a {
  margin-top: 0;
  color: #64becb;
}
#archive-wrapper .entry-meta {
  display: block;
  padding: .25rem 0;
  margin-bottom: .5rem;
}
#archive-wrapper .entry-meta .categories {
  display: block;
  padding: .25rem 0;
}
#archive-wrapper #content {
  display: block;
  margin-top: 3rem;
  padding-bottom: 2rem;
}
.univet-read-more-link {
  display: block;
  font-size: .875rem;
  font-weight: 700;
}
.univet-read-more-link span {
  margin-left: .25rem;
}
/* PAGINATION */
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0;
  margin-top: 2rem;
}
.page-item:first-child .page-link {
  margin-left: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.page-item:last-child .page-link {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.page-item.active .page-link {
  z-index: 2;
  color: #fff;
  background-color: #64becb;
  border-color: transparent;
}
.page-item.disabled .page-link {
  color: #636c72;
  pointer-events: none;
  cursor: not-allowed;
  background-color: transparent;
  border-color: transparent;
}
.page-link {
  position: relative;
  display: block;
  padding: .25rem .75rem;
  margin-left: .5rem;
  line-height: 1.5rem;
  color: #64becb;
  background-color: #fff;
  font-size: .75rem;
  font-weight: 700;
  text-transform: uppercase;
  border: 0px solid transparent;
}
.page-link:focus,
.page-link:hover {
  color: #64becb;
  background-color: #e5e5e5;
  border-color: transparent;
}
/* IFRAME */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 35px;
  height: 0;
  overflow: hidden;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.tall .video-container {
  padding-bottom: 100%;
}
/* CONTENT FOOTER */
.content_footer .content_footer_top,
.content_archive_box_outer .content_footer_top {
  display: block;
  padding: 2rem;
  background-color: #e5e5e5;
}
.content_footer .content_footer_bottom,
.content_archive_box_outer .content_footer_bottom {
  display: block;
  padding: 2rem;
  background-color: #64becb;
  color: white;
}
.content_footer .content_footer_bottom a,
.content_archive_box_outer .content_footer_bottom a,
.content_footer .content_footer_bottom h3,
.content_archive_box_outer .content_footer_bottom h3,
.content_footer .content_footer_bottom h4,
.content_archive_box_outer .content_footer_bottom h4,
.content_footer .content_footer_bottom h5,
.content_archive_box_outer .content_footer_bottom h5 {
  color: white;
}
.content_footer .content_archive_box,
.content_archive_box_outer .content_archive_box {
  display: block;
  padding: 2rem;
}
.content_footer .content_archive_box .archive_box_toggle,
.content_archive_box_outer .content_archive_box .archive_box_toggle {
  cursor: pointer;
}
.content_footer .content_archive_box .archive_box_toggle .toggle_icon,
.content_archive_box_outer .content_archive_box .archive_box_toggle .toggle_icon {
  line-height: 1.675rem;
  font-size: 1rem;
  margin-right: .5rem;
  color: #666666;
  float: left;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  text-align: center;
}
.content_footer .content_archive_box .archive_box_toggle span.file_nmbr,
.content_archive_box_outer .content_archive_box .archive_box_toggle span.file_nmbr {
  font-size: 1.125rem;
  font-weight: 400;
  color: #666666;
}
.content_footer .content_archive_box .archive_box_toggle.opened .toggle_icon,
.content_archive_box_outer .content_archive_box .archive_box_toggle.opened .toggle_icon {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.content_footer .content_archive_box .archive_box_toggle.opened .fa-plus:before,
.content_archive_box_outer .content_archive_box .archive_box_toggle.opened .fa-plus:before {
  content: "\f068";
}
.content_footer .content_archive_box .archived_attachments,
.content_archive_box_outer .content_archive_box .archived_attachments {
  display: none;
}
.content_footer ul,
.content_archive_box_outer ul,
.content_footer .archived_attachments,
.content_archive_box_outer .archived_attachments {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.content_footer ul li,
.content_archive_box_outer ul li,
.content_footer .archived_attachments li,
.content_archive_box_outer .archived_attachments li,
.content_footer ul .item,
.content_archive_box_outer ul .item,
.content_footer .archived_attachments .item,
.content_archive_box_outer .archived_attachments .item {
  padding: .5rem 0;
  border-bottom: 1px solid #cccccc;
}
.content_footer ul li a,
.content_archive_box_outer ul li a,
.content_footer .archived_attachments li a,
.content_archive_box_outer .archived_attachments li a,
.content_footer ul .item a,
.content_archive_box_outer ul .item a,
.content_footer .archived_attachments .item a,
.content_archive_box_outer .archived_attachments .item a {
  display: block;
  font-weight: 700;
  font-size: 1rem;
}
.content_footer ul li a span,
.content_archive_box_outer ul li a span,
.content_footer .archived_attachments li a span,
.content_archive_box_outer .archived_attachments li a span,
.content_footer ul .item a span,
.content_archive_box_outer ul .item a span,
.content_footer .archived_attachments .item a span,
.content_archive_box_outer .archived_attachments .item a span {
  margin-right: .5rem;
}
/* PAGE SIDEBAR + HTML BOX*/
.floating_sidebar {
  display: block;
  float: right;
  width: 40%;
  position: relative;
  z-index: 999;
}
.page_sidebar {
  display: block;
  border-left: 0.125rem solid #e5e5e5;
  padding: 0 0 0 1rem;
  margin-left: 2rem;
  margin-bottom: 1.5rem;
}
.page_sidebar .html_box {
  display: block;
  margin-bottom: 1.5rem;
  padding: 1rem;
  background-color: #e5e5e5;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.page_sidebar .html_box h1,
.page_sidebar .html_box h2,
.page_sidebar .html_box h3,
.page_sidebar .html_box h4,
.page_sidebar .html_box h5,
.page_sidebar .html_box h6 {
  color: #64becb;
}
.page_sidebar a.back_link {
  display: block;
  font-size: .875rem;
  padding: .5rem;
  color: #1a1a1a;
  font-weight: 700;
}
.page_sidebar a.back_link:hover {
  color: #64becb;
}
.page_sidebar ul {
  display: block;
  position: relative;
  padding: .5rem 0;
  margin: 0;
  list-style-type: none;
}
.page_sidebar ul li a {
  display: block;
  padding: .25rem .5rem;
  border-bottom: 1px solid #e5e5e5;
  font-weight: 700;
  color: #1a1a1a !important;
  position: relative;
}
.page_sidebar ul li a:hover {
  color: white !important;
  background-color: #64becb;
}
.page_sidebar ul li a span.ul_toggle {
  display: none;
}
.page_sidebar ul li.has_children a {
  padding-right: 1.5rem;
}
.page_sidebar ul li.has_children a span.ul_toggle {
  display: block;
  position: absolute;
  right: 0rem;
  top: 0rem;
  padding: .25rem .5rem;
  cursor: pointer;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.page_sidebar ul li.has_children.opened a span.ul_toggle {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.page_sidebar ul li.has_children.opened .children {
  display: block;
}
.page_sidebar ul li:before {
  display: none !important;
}
.page_sidebar ul.children {
  background-color: #e5e5e5;
  padding: 0;
  display: none;
}
.page_sidebar ul.children li a {
  padding: .125rem .675rem;
  font-size: .875rem;
}
/* PROJECT TEMPLATE */
.page-template-page-project .project_header {
  position: relative;
  padding-bottom: 1.25rem;
  margin-bottom: 1.5rem;
}
.page-template-page-project .project_header h2 {
  margin-top: 1.5rem;
}
.page-template-page-project .project_header h3 {
  color: #64becb;
  font-size: 1.25rem;
  margin-top: 1.25rem;
}
.page-template-page-project .project_header:after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 1rem;
  right: 1rem;
  top: auto;
  height: 1px;
  content: "";
  background-color: #e5e5e5;
}
.page-template-page-project .project_header img {
  display: block;
  position: relative;
  width: 100%;
  max-width: 16rem;
  height: auto;
  margin-right: -15px;
  float: right;
}
.page-template-page-project article .entry-header {
  display: none;
}
/* LANDING PAGE */
body.page-template-page-landing .header_top,
body.page-template-page-landing .sticky .header_main .navigation_area,
body.page-template-page-landing .header_main .navigation_area,
body.page-template-page-landing .navigation_area,
body.page-template-page-landing .button-toggle-remove {
  display: none !important;
}
body.page-template-page-landing .entry-content h2 {
  margin-bottom: 1.5rem;
}
#landing-wrapper {
  padding-top: 0;
}
#landing-wrapper .header_image {
  padding-bottom: 30%;
}
#landing-wrapper .header_image .header_gradient {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
  opacity: .35;
}
#landing-wrapper .header_image .header_title_section {
  bottom: 3.5rem;
}
#landing-wrapper .btn {
  margin-bottom: .75rem;
  border: 1px solid #64becb;
  display: block;
}
#landing-wrapper .btn.white_bg {
  background-color: #ffffff;
}
#landing-wrapper section.testimonials,
#landing-wrapper section.departments,
#landing-wrapper section.mottos {
  padding: 4rem 0;
  background: #f5f3ed;
}
#landing-wrapper section.testimonials .testimonial > div,
#landing-wrapper section.departments .testimonial > div,
#landing-wrapper section.mottos .testimonial > div {
  display: block;
}
#landing-wrapper section.testimonials .carousel-control-next,
#landing-wrapper section.departments .carousel-control-next,
#landing-wrapper section.mottos .carousel-control-next,
#landing-wrapper section.testimonials .carousel-control-prev,
#landing-wrapper section.departments .carousel-control-prev,
#landing-wrapper section.mottos .carousel-control-prev {
  position: relative;
  display: inline-block;
  color: #1a1a1a;
  width: 2rem;
  margin-bottom: 1.5rem;
}
#landing-wrapper section.testimonials .text,
#landing-wrapper section.departments .text,
#landing-wrapper section.mottos .text {
  display: block;
  font-style: italic;
}
#landing-wrapper section.testimonials .person,
#landing-wrapper section.departments .person,
#landing-wrapper section.mottos .person {
  display: block;
}
#landing-wrapper section.testimonials .title,
#landing-wrapper section.departments .title,
#landing-wrapper section.mottos .title {
  font-weight: 700;
}
#landing-wrapper .video-thumbnail {
  cursor: pointer;
  position: relative;
}
#landing-wrapper .video-thumbnail:before {
  content: "\f144";
  font-family: 'FontAwesome';
  font-size: 3rem;
  color: white;
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  bottom: 50%;
  left: 50%;
  right: 50%;
  margin: -25px;
  line-height: 50px;
  text-align: center;
}
#landing-wrapper section.delimiter_image {
  display: block;
  position: relative;
  height: 0;
  padding-bottom: 20%;
}
#landing-wrapper section.fields-of-career {
  padding: 4rem 0;
  background: #f5f3ed;
}
#landing-wrapper section.study-programme {
  padding: 4rem 0;
  background: #f5f3ed;
}
#landing-wrapper .study-programme .study-pictograms {
  display: block;
  margin-bottom: 4rem;
}
#landing-wrapper .study-programme .pictogram {
  padding: 1rem;
  margin-bottom: 1rem;
}
#landing-wrapper .study-programme .pictogram img {
  padding: .5rem;
}
#landing-wrapper .study-programme .pictogram span {
  display: block;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.625rem;
  color: #333333;
}
#landing-wrapper section.costs {
  padding: 4rem 0;
}
#landing-wrapper section.costs .price-box {
  text-align: center;
  color: white;
  padding: 1rem;
  background: #AAA;
  margin-bottom: 25px;
}
#landing-wrapper section.costs .price-box.highlighted {
  background: #64becb;
}
#landing-wrapper section.costs .price-box > * {
  display: block;
}
#landing-wrapper section.costs .price-box > .price-container > .price {
  font-size: 1.7rem;
  font-weight: bold;
}
#landing-wrapper section.costs .box {
  padding: 1rem;
  background: #EEE;
}
#landing-wrapper section.videos {
  padding: 4rem 0;
  background: #F5F3ED;
}
#landing-wrapper section.admission {
  padding: 0 0 3rem;
}
#landing-wrapper section.admission .admission-header-image {
  display: block;
  position: relative;
  height: 0;
  padding-bottom: 20%;
  margin-bottom: 3rem;
}
#landing-wrapper section.admission .admission-header-image .admission_header_text {
  display: block;
  position: absolute;
  bottom: 30%;
  left: 0;
  right: 0;
}
#landing-wrapper section.admission .admission-header-image .admission_header_text h2 {
  height: 2rem;
  line-height: 2rem;
  color: white;
}
#landing-wrapper section.departments {
  padding: 4rem 0;
}
#landing-wrapper section.departments .department {
  padding: 0 .25rem;
}
#landing-wrapper section.departments .department .title {
  font-size: 1.25rem;
  margin-top: .5rem;
}
#landing-wrapper section.departments .department p {
  margin-bottom: 0;
}
#landing-wrapper section.departments .department .btn {
  display: inline-block;
  margin-top: 1rem;
}
#landing-wrapper section.departments .department .btn:hover {
  text-decoration: none;
  background-color: #64becb;
  color: white;
}
#landing-wrapper .entry-content h2,
#landing-wrapper .entry-content h3,
#landing-wrapper .entry-content h4,
#landing-wrapper .entry-content h5 {
  color: #64becb;
}
/* LANDING - MARCI 2018.05.17. 16.43 */
body.page-template-page-landing .the_footer {
  display: none !important;
}
body.page-template-page-landing .the_footer.for-landing {
  display: block !important;
}
#landing-wrapper .modal .close {
  position: absolute;
  top: -10px;
  right: -10px;
  background: white;
  opacity: 1;
  width: 25px;
  height: 25px;
  line-height: 25px;
  border-radius: 50%;
  z-index: 11;
}
#landing-wrapper .modal.text-modal .modal-body {
  padding: 30px;
}
.testimonials .arrows > i.fa,
.departments .arrows > i.fa {
  font-size: 1.3rem;
  padding: 10px 15px 10px 3px;
  opacity: 0.6;
}
.testimonials .arrows > i.fa:hover,
.departments .arrows > i.fa:hover {
  opacity: 1;
  cursor: pointer;
}
section.testimonials .text,
section.departments .text {
  font-size: 1.2rem;
  line-height: 1.4;
}
section.testimonials #slider-testimonials > .slider-inner {
  position: relative;
}
section.testimonials #slider-testimonials > .slider-inner::after {
  content: "\f10e";
  font-family: 'FontAwesome';
  font-size: 7rem;
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.2;
}
section.videos h3 {
  margin-bottom: 1.5rem;
}
.iframe-thumbnail {
  cursor: pointer;
  opacity: 0.8;
}
.iframe-thumbnail:hover {
  opacity: 1;
}
.slider-mottos .slick-arrow {
  color: white;
  opacity: 0.8;
  width: 50px;
}
.slider-mottos .slick-arrow:hover {
  color: white;
  opacity: 1;
}
#landing-wrapper section.mottos {
  padding: 0;
}
#landing-wrapper .wpcf7-form {
  margin: 0;
  background: transparent;
  padding: 0;
}
#landing-wrapper .wpcf7-form input,
#landing-wrapper .wpcf7-form textarea,
#landing-wrapper .wpcf7-form input:focus,
#landing-wrapper .wpcf7-form textarea:focus {
  opacity: 1;
  background: #777;
  border: none;
  color: white;
  font-size: 14px;
  padding: 10px;
}
#landing-wrapper .wpcf7-form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #EEE;
}
#landing-wrapper .wpcf7-form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #EEE;
}
#landing-wrapper .wpcf7-form :-ms-input-placeholder {
  /* IE 10+ */
  color: #EEE;
}
#landing-wrapper .wpcf7-form :-moz-placeholder {
  /* Firefox 18- */
  color: #EEE;
}
#landing-wrapper .wpcf7-form input[type="submit"] {
  background: transparent;
  border: 1px solid #64BECB;
  color: #64BECB;
  padding: 5px 30px;
  display: inline-block;
  width: auto;
}
@media (max-width: 767px) {
  #landing-wrapper #slider-testimonials,
  #landing-wrapper #slider-departments {
    margin-top: 10px;
  }
  #landing-wrapper section.study-programme h2 {
    margin-top: 15px;
  }
  #landing-wrapper section.videos > .container > .row > div:last-of-type {
    margin-top: 15px;
  }
}
/* LANDING PAGE - MARCI 2018.05.18. 14:13 */
#landing-wrapper .the_footer.for-landing .btn {
  font-size: 1.3rem;
  line-height: 1.3rem;
  padding: 0.9rem;
  margin-bottom: 2rem;
}
#landing-wrapper .the_footer.for-landing .btn.blue {
  background: #64becb;
  color: white;
}
#landing-wrapper section.costs .box {
  min-height: 326px;
}
#landing-wrapper section.costs .box > ul {
  margin-bottom: 2rem;
}
#alo_easymail_page alo_easymail_form_table {
  width: 100%;
  border-spacing: 1rem;
  border-collapse: separate;
}
#alo_easymail_page .input-susbmit,
#alo_easymail_widget_feedback {
  width: 93%;
  margin: 0 auto;
}
#landing-wrapper section.mottos .carousel-item .text span {
  width: fit-content;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: intrinsic;
}
/* INTRODUCTION */
body.page-template-page-introduction .wrapper.wrapper-introduction .header_image,
body.page-template-page-introduction #homepage-wrapper .header_image {
  padding-bottom: 0 !important;
  height: auto !important;
  padding-top: 10rem !important;
}
body.page-template-page-introduction .wrapper.wrapper-introduction .header_image .header_title_section,
body.page-template-page-introduction #homepage-wrapper .header_image .header_title_section {
  padding-top: 5rem !important;
  position: relative !important;
  bottom: 3.5rem !important;
}
body.page-template-page-introduction .entry-content h2 {
  color: #64becb;
  margin: 1rem 0;
}
body.page-template-page-introduction .entry-content p {
  text-align: justify;
}
body.page-template-page-introduction .entry-content .alignleft,
body.page-template-page-introduction .entry-content .floating_video {
  float: left;
  margin-right: 2rem;
  margin-bottom: 1rem;
  max-width: 50%;
}
body.page-template-page-introduction section.content,
body.page-template-page-introduction section.block_with_iframe,
body.page-template-page-introduction section.testimonials {
  padding: 4rem 0;
}
body.page-template-page-introduction #landing-wrapper section.departments {
  background-color: #ffffff;
}
body.page-template-page-introduction section.block_with_iframe:nth-child(even) {
  background-color: #f5f3ed;
}
/* USER PAGE TEMPLATES */
form.user_form {
  margin-top: 2rem;
}
.user_table {
  margin: 2rem 0;
}
.user_table .thead-dark {
  background-color: #64becb;
  color: white;
}
.user_table .class_name {
  font-weight: 700;
  display: block;
}
.user_table .class_details {
  display: block;
  font-size: .75rem;
}
.user_table .class_time {
  text-transform: uppercase;
}
.user_table .class_buttons .btn.small {
  border: 1px solid #64becb;
  padding: .25rem .375rem;
  font-size: .75rem;
  line-height: .75rem;
  text-transform: uppercase;
}
.user_table .class_buttons .btn.small:hover {
  background-color: #64becb;
  color: white;
}
.user_table .icon {
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  line-height: 1rem;
  margin: .125rem;
  font-size: .875rem;
  text-align: center;
  font-family: "FontAwesome";
}
.user_table .icon.status:before {
  content: "\f0e0";
  color: #64becb;
}
.user_table .icon.type:before {
  content: "\f085";
  color: #666666;
}
.user_table .icon.more {
  cursor: pointer;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.user_table .icon.more:hover {
  color: #64becb;
}
.user_table .read .icon.status:before {
  content: "\f2b7";
}
.user_table .secretariat .icon.type:before {
  content: "\f0c0";
}
.user_table .status_applied .status_icon {
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  position: relative;
  border-radius: 100%;
  background-color: #80ca7f;
}
.user_table .status_applied .status_icon:before {
  line-height: 1.25rem;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  font-size: .75rem;
  width: 1.25rem;
  height: 1.25rem;
  text-align: center;
  color: white;
  content: "\f00c";
  font-family: "FontAwesome";
}
.not-found {
  padding: 3rem 0;
  font-size: 1.125rem;
  color: #b3b3b3;
}
.freezePage {
  overflow: hidden;
  height: 100%;
  position: relative;
}
/* THE MESSAGE */
.the_message {
  display: block;
  position: relative;
  margin: 2rem 0;
}
.the_message .the_message_top {
  display: block;
  background-color: #64becb;
  color: white;
}
.the_message .the_message_top span.back_to_button {
  display: block;
  cursor: pointer;
  padding: .75rem;
  text-transform: uppercase;
  font-weight: 700;
}
.the_message .the_message_top span.back_to_button span {
  margin: .25rem;
}
.the_message .the_message_inner {
  background-color: rgba(0, 0, 0, 0.05);
  padding: 1rem;
}
.the_message .message_details {
  padding-bottom: .5rem;
  margin-bottom: .5rem;
  border-bottom: 1px solid #b3b3b3;
}
.the_message .message_details .block {
  display: block;
  padding: .125rem .5rem;
}
.the_message .message_details .block.from {
  font-weight: 700;
}
.the_message .message_details .block .fa {
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  line-height: 1rem;
  margin: .125rem;
  font-size: .875rem;
  text-align: center;
  font-family: "FontAwesome";
  color: #666666;
}
.the_message .message_content {
  display: block;
  padding: 1rem;
  background-color: white;
}
.sidebar_menu {
  display: block;
  margin: 1.5rem 0;
  padding: 0;
  list-style-type: none;
  border-top: 0.125rem solid #f5f3ed;
}
.sidebar_menu li {
  display: block;
}
.sidebar_menu li a {
  display: block;
  padding: .5rem;
  border-bottom: 1px solid #f5f3ed;
  font-weight: 700;
  text-transform: uppercase;
}
.sidebar_menu li a:hover {
  background-color: #f5f3ed;
}
/* 404 */
.error-404 .error-title.page-title {
  padding-top: 2rem;
  font-size: 5rem;
  line-height: 5.25rem;
}
/* MISC */
.tooltip {
  z-index: 99998;
  margin-right: 30px;
}
.tooltip .tooltip-inner {
  margin-right: 50px;
}
/* FOOTER */
.the_footer {
  display: block;
  background-color: #333333;
  padding: 1.5rem 0 .5rem;
}
.the_footer img {
  display: block;
  max-width: 6rem;
  margin: 0 auto 2rem;
}
.the_footer a {
  font-weight: 700;
}
.the_footer a:hover {
  color: #64becb;
}
.the_footer span.title,
.the_footer h4 {
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-family: 'Work Sans', sans-serif;
  font-weight: 800;
  color: #ffffff;
}
.the_footer ul {
  list-style-type: none;
  padding-left: 0;
}
.the_footer ul li {
  display: block;
  position: relative;
  line-height: 1.75rem;
}
.the_footer ul li.menu-item {
  margin: 0;
  float: none;
  display: block;
  font-weight: 400;
}
.the_footer ul li .nav-link,
.the_footer ul li a {
  padding: 0;
  font-weight: 400;
}
.the_footer ul.contact li span {
  display: inline-block;
  position: relative;
  padding: 0 0 1rem 1.5rem;
  line-height: 1.5rem;
}
.the_footer ul.contact li span:before {
  display: block;
  font-family: 'FontAwesome';
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  width: 1rem;
  font-size: .875rem;
}
.the_footer ul.contact li span.address:before {
  content: "\f041";
}
.the_footer ul.contact li span.phone:before {
  content: "\f095";
}
.the_footer ul.contact li span.mail:before {
  content: "\f0e0";
}
.the_footer .social_icons a {
  border: 1px solid #ffffff;
}
.the_footer .social_icons a:hover {
  border-color: #64becb;
}
.the_footer ul#footer-menu {
  margin: 0;
}
.the_footer ul#footer-menu li {
  display: inline-block !important;
  position: relative;
  margin: 0;
  padding: 0;
}
.the_footer ul#footer-menu li:after {
  display: block;
  width: 1px;
  height: 100%;
  background-color: #666666;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
}
.the_footer ul#footer-menu li:last-child:after {
  display: none;
}
.the_footer ul#footer-menu li a {
  line-height: 1rem;
  padding: 0 .75rem;
}
/* LOGIN */
.page-template-page-login .entry-footer {
  display: none;
}
/* FORUM */
.page-template-page-forum-topics #content,
.emo_forum_topic #content,
.page-template-page-forum-new-topic #content {
  margin-bottom: 4rem;
}
.page-template-page-forum-topics .wrapper .entry-meta.forum-meta {
  margin-bottom: 0;
  color: #666666;
}
.page-template-page-forum-topics .wrapper .entry-meta.forum-meta .fa {
  margin: 0 .25rem;
}
.page-template-page-forum-topics .archive_item {
  margin-bottom: 2rem;
}
.page-template-page-forum-topics .forum-button {
  display: inline-block;
  padding: .25rem .75rem;
  background-color: #64becb;
  color: #ffffff;
}
.thread_content_outer {
  display: block;
  margin: 0 0 1rem 0;
}
.thread_content_outer .thread_content_toggle {
  display: block;
  padding: .25rem;
  color: #64becb;
  cursor: pointer;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  font-weight: 700;
}
.thread_content_outer .thread_content_toggle span.fa {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  font-size: .875rem;
}
.thread_content_outer .thread_content_toggle.opened span.fa {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.thread_content_outer .thread_content {
  border-bottom: 1px solid #e5e5e5;
  display: none;
  padding: .5rem;
}
#uv-newtopic-form .form-check-input {
  margin-left: 0;
}
/********************
FLOATING SOCIAL BOX
********************/
body.home #csbwfs-delaydiv,
.page-template-page-landing #csbwfs-delaydiv {
  display: none;
}
.csbwfs-social-widget {
  position: fixed;
  width: 120px;
  z-index: 99999;
  top: 42%;
  right: -88px;
}
.csbwfs-social-widget .csbwfs-sbutton {
  /*background: rgba(0, 0, 0, 0) none repeat scroll 0 0;*/
  background-color: #ffffff;
  float: right;
  height: 32px;
  margin: 0;
  padding: 0;
  position: relative;
  width: 120px;
  right: 0;
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}
.csbwfs-social-widget .csbwfs-sbutton:hover {
  right: 88px;
}
.csbwfs-sbutton a {
  display: block;
  height: 2rem;
  text-align: left;
  width: 120px;
  color: #000;
  font-size: 12px;
}
#csbwfs-right a#csbwfs-hide {
  padding-right: 33px;
}
#csbwfs-right a#csbwfs-show {
  float: right;
}
#csbwfs-right .csbwfs-sbutton span {
  display: inline-block;
  height: 2rem;
  width: 2rem;
  color: white;
  text-align: center;
  line-height: 2rem;
  background-color: #cccccc;
  margin-right: .25rem;
}
#csbwfs-right .csbwfs-sbutton span.fa-facebook {
  background-color: #3b5999;
}
#csbwfs-right .csbwfs-sbutton span.fa-twitter {
  background-color: #55acee;
}
#csbwfs-right .csbwfs-sbutton span.fa-linkedin {
  background-color: #0077B5;
}
#csbwfs-right .csbwfs-sbutton span.fa-google-plus {
  background-color: #dd4b39;
}
#csbwfs-right .csbwfs-sbutton span.fa-youtube {
  background-color: #cd201f;
}
#csbwfs-right .csbwfs-sbutton span.fa-instagram {
  background: #d6249f;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
}
/* MAP */
#map {
  position: relative;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-bottom: 50%;
}
/* MARCI 2018.07. */
div.wpcf7 .ajax-loader {
  display: none;
}
div.wpcf7 .ajax-loader.is-active {
  display: block;
}
form div.wpcf7-response-output,
.wpcf7 div.wpcf7-response-output {
  font-size: 14px;
}
.terms-section {
  margin: 10px 0;
  font-size: 0.9rem;
  color: #444;
  line-height: 1rem;
  text-align: left;
}
.terms-section a {
  color: #444;
  text-decoration: underline;
  font-weight: normal;
}
.terms-section > .wpcf7-form-control-wrap.terms label {
  color: #444;
  line-height: 1rem;
  font-weight: normal;
}
.terms-section > .wpcf7-form-control-wrap.terms label > input {
  margin: 0;
  height: 0.7rem;
}
.the_footer .terms-section,
.the_footer .terms-section a,
.the_footer .terms-section > .wpcf7-form-control-wrap.terms label {
  color: #b3b3b3;
}
#landing-newsletter-iframe .alo_easymail_disclaimer > label {
  font-weight: normal;
  font-size: 0.9rem;
  line-height: 1.5rem;
  margin: 20px 0;
}
#landing-newsletter-iframe .alo_easymail_disclaimer > label > input {
  vertical-align: top;
  margin-top: 5px;
}
#landing-newsletter-iframe .alo_easymail_disclaimer > label > div {
  margin-top: 10px;
}
/* SITE INFO */
.site-info {
  padding: 1rem 0;
  font-size: .75rem;
  line-height: 2rem;
}
.site-info img {
  display: inline-block;
  width: auto;
  max-height: 2rem;
  margin: 0 .5rem;
}
/* RESPONSIVE */
@media (max-width: 1199px) {
  .slider_outer,
  .the_slider,
  .header_image {
    padding-bottom: 32.5%;
  }
  .slider_outer .slide-item,
  .the_slider .slide-item,
  .header_image .slide-item {
    padding-bottom: 32.5%;
  }
  .slider_outer .texts h4,
  .the_slider .texts h4,
  .header_image .texts h4 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .page-template-homepage .slider_outer,
  .page-template-homepage .the_slider {
    padding-bottom: 0;
    position: relative;
    height: auto;
  }
  .page-template-homepage .slider_outer .slide-item,
  .page-template-homepage .the_slider .slide-item {
    position: relative;
  }
  .news_events .news_box h3 a {
    font-size: 1.375rem;
  }
  #single-wrapper .header_image,
  #page-wrapper .header_image {
    padding-bottom: 30%;
  }
  #single-wrapper .header_image.no-bg,
  #page-wrapper .header_image.no-bg {
    padding-bottom: 8.5rem;
  }
  .featured_boxes .featured_box .featured_box_inner .the_text {
    padding: .25rem 1rem .25rem 1rem;
    margin: 2.5% 0 0;
  }
  .featured_boxes .featured_box .featured_box_inner .the_text h4 {
    font-size: 1.5rem;
  }
  #landing-wrapper section.fields-of-career,
  #landing-wrapper section.costs,
  #landing-wrapper section.videos,
  #landing-wrapper section.study-programme {
    padding: 3.5rem 0;
  }
}
@media (max-width: 1099px) {
  .header_main .navigation_area {
    padding-right: 2.5rem;
  }
  #main-menu {
    padding: 0;
  }
  #main-menu .menu-item .nav-link {
    padding: .25rem .5rem;
  }
  #landing-wrapper .header_image {
    padding-bottom: 40%;
  }
  .featured_boxes .featured_box .featured_box_inner .the_text {
    padding: .25rem .75rem .25rem .75rem;
    font-size: 1rem;
  }
  .featured_boxes .featured_box .featured_box_inner .the_text h4 {
    font-size: 1.375rem;
  }
}
@media (max-width: 991px) {
  .header_main {
    vertical-align: sub;
  }
  .header_main .logo :before {
    width: 5.5rem;
    height: 5.5rem;
  }
  .slider_outer,
  .the_slider,
  .header_image {
    padding-bottom: 35%;
  }
  .slider_outer .slide-item,
  .the_slider .slide-item,
  .header_image .slide-item {
    padding-bottom: 35%;
  }
  .slider_outer .texts,
  .the_slider .texts,
  .header_image .texts {
    font-size: 1rem;
  }
  .slider_outer .texts h4,
  .the_slider .texts h4,
  .header_image .texts h4 {
    font-size: 2rem;
    line-height: 2.25rem;
  }
  .page-template-homepage .slider_outer .slide-item,
  .page-template-homepage .the_slider .slide-item {
    padding-bottom: 55%;
  }
  .news_events .half {
    position: relative;
    padding-bottom: 1.5rem;
  }
  .news_events .half:after {
    top: auto;
    right: auto;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
  }
  .news_events .half:last-child:after {
    display: none;
  }
  .news_events .news_box .news_box_inner .latest_article {
    position: relative;
    margin-bottom: 2.5rem;
  }
  #single-wrapper .header_image,
  #page-wrapper .header_image {
    padding-bottom: 35%;
  }
  #single-wrapper .header_image.no-bg,
  #page-wrapper .header_image.no-bg {
    padding-bottom: 8rem;
  }
  #landing-wrapper .header_image,
  #homepage-wrapper .header_image {
    padding-bottom: 0 !important;
    height: auto !important;
    padding-top: 10rem !important;
  }
  #landing-wrapper .header_image .header_title_section,
  #homepage-wrapper .header_image .header_title_section {
    padding-top: 5rem !important;
    position: relative !important;
  }
  #landing-wrapper .the_footer.for-landing .link_columns > .link_column {
    margin: 2rem 0;
    text-align: center;
  }
  #landing-wrapper .the_footer.for-landing .link_columns > .link_column::after {
    height: 1px;
    width: 100%;
    top: auto;
  }
  #landing-wrapper section.admission .admission-header-image,
  #landing-wrapper section.delimiter_image {
    padding-bottom: 30%;
  }
  .featured_boxes .featured_box .featured_box_inner .the_text {
    padding: .25rem .5rem .25rem .5rem;
    margin: 1.25% 0 0;
  }
  .featured_boxes .featured_box .featured_box_inner .the_text h4 {
    font-size: 1.25rem;
  }
  #landing-wrapper section.fields-of-career,
  #landing-wrapper section.costs,
  #landing-wrapper section.videos,
  #landing-wrapper section.study-programme {
    padding: 3rem 0;
  }
}
@media (max-width: 767px) {
  .header_main .navigation_area {
    margin: .5rem 1.5rem 0 0;
  }
  .header_main .navigation_area .hamburger {
    margin-right: 0rem;
  }
  .header_main .logo {
    padding: .25rem 0 .25rem 4rem;
    line-height: 1.5rem;
    font-size: 1.25rem;
  }
  .header_main .logo :before {
    width: 3.5rem;
    height: 3.5rem;
  }
  .sticky .header_main .logo {
    font-size: .875rem;
    padding: .5rem 0 .5rem 3rem;
    line-height: 1rem;
    margin: 0;
  }
  .sticky .header_main .navigation_area {
    right: 1rem;
  }
  .slider_outer .slide-item,
  .the_slider .slide-item,
  .header_image .slide-item {
    padding-bottom: 40%;
  }
  .slider_outer .texts,
  .the_slider .texts,
  .header_image .texts {
    font-size: 1rem;
  }
  .slider_outer .texts h4,
  .the_slider .texts h4,
  .header_image .texts h4 {
    font-size: 1.5rem;
    line-height: 1.75rem;
    margin-bottom: 0;
  }
  .slider_outer .texts .btn,
  .the_slider .texts .btn,
  .header_image .texts .btn {
    margin-top: 0;
  }
  #landing-wrapper .header_image,
  #homepage-wrapper .header_image {
    padding-top: 11rem !important;
  }
  #landing-wrapper .header_image .header_title_section h3,
  #homepage-wrapper .header_image .header_title_section h3 {
    font-size: 1.5rem;
  }
  #single-wrapper .header_image,
  #page-wrapper .header_image {
    padding-bottom: 45%;
  }
  #single-wrapper .header_image.no-bg,
  #page-wrapper .header_image.no-bg {
    padding-bottom: 6.5rem;
  }
  .quick_links a,
  .quick_links .subsite_toggle {
    padding: .5rem .25rem;
    font-size: .875rem;
    line-height: 1rem;
  }
  .bulletin_board .bulletin_board_item {
    position: relative;
    margin: 1rem 0;
    padding-bottom: 2.5rem;
  }
  .bulletin_board .bulletin_board_item .bulletin_board_inner {
    padding: 1rem 1rem;
  }
  .bulletin_board .bulletin_board_item:after {
    display: block;
    width: 75%;
    height: 1px;
    background-color: #e5e5e5;
    content: "";
    position: absolute;
    top: auto;
    right: auto;
    bottom: 0;
    left: 12.5%;
  }
  .bulletin_board .bulletin_board_item .btn {
    bottom: 1rem;
  }
  .link_columns {
    padding: 1rem 0;
  }
  .link_columns .link_column {
    margin: 2rem 0;
  }
  .link_columns .link_column:after,
  .link_columns .link_column:last-child:after {
    display: block;
    width: 1px;
    height: 100%;
    background-color: #666666;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
  }
  .link_columns .link_column:nth-child(2):after {
    display: none;
  }
  .the_footer {
    padding: 0;
    text-align: center;
  }
  .the_footer .footer_col {
    padding: 1rem 0;
  }
  .the_footer ul {
    padding-left: 0;
  }
  #landing-wrapper section.admission .admission-header-image,
  #landing-wrapper section.delimiter_image {
    padding-bottom: 40%;
    margin-bottom: 0;
  }
  #landing-wrapper section.fields-of-career,
  #landing-wrapper section.costs,
  #landing-wrapper section.videos,
  #landing-wrapper section.study-programme {
    padding: 2.5rem 0;
  }
  .slider-mottos {
    margin-bottom: 2rem;
  }
  .slider-mottos .slick-slide .text {
    margin: 3rem 4rem;
  }
  .floating_sidebar {
    float: none;
    width: 100%;
  }
  .floating_sidebar .page_sidebar {
    margin: 2rem 1rem 0 1rem;
    padding: 0;
    border: none;
    border-top: 0.125rem solid #e5e5e5;
  }
}
@media (max-width: 575px) {
  .header_main .logo {
    padding: .25rem 0 .25rem 3rem;
    line-height: 1rem;
    font-size: .875rem;
  }
  .header_main .logo :before {
    width: 2.5rem;
    height: 2.5rem;
  }
  .header_main .navigation_area {
    margin: .25rem 1.5rem 0 0;
  }
  .sticky .header_main .logo {
    padding: .25rem 0 .25rem 3rem;
    line-height: 1rem;
    margin: 0;
  }
  .sticky .header_main .navigation_area {
    right: 1rem;
  }
  .slider-navigation {
    bottom: 1.5rem;
  }
  .slider_outer,
  .the_slider,
  .header_image {
    padding-bottom: 60%;
  }
  .slider_outer .slide-item,
  .the_slider .slide-item,
  .header_image .slide-item {
    padding-bottom: 60%;
  }
  .slider_outer .texts h4,
  .the_slider .texts h4,
  .header_image .texts h4 {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
  .slider-mottos {
    margin-bottom: 1rem;
  }
  .slider-mottos .slick-slide .text {
    margin: 2rem 4rem;
  }
  .page-template-homepage .slider_outer .slide-item,
  .page-template-homepage .the_slider .slide-item {
    padding-bottom: 100%;
  }
  #landing-wrapper .header_image,
  #homepage-wrapper .header_image {
    padding-top: 12rem !important;
  }
  #landing-wrapper .header_image .header_title_section,
  #homepage-wrapper .header_image .header_title_section {
    padding-top: 0 !important;
    position: relative !important;
  }
  #landing-wrapper .header_image .header_title_section h3,
  #homepage-wrapper .header_image .header_title_section h3 {
    font-size: 1.25rem;
  }
  #landing-wrapper .header_image .header_title_section .entry-title,
  #homepage-wrapper .header_image .header_title_section .entry-title {
    font-size: 2rem;
  }
  .wrapper .header_image .header_title_section.has_quick_links {
    bottom: 2.5rem;
  }
  #landing-wrapper .header_image .header_title_section.has_quick_links {
    bottom: 5rem;
  }
  #single-wrapper .header_image,
  #page-wrapper .header_image {
    padding-bottom: 60%;
  }
  #single-wrapper .header_image.no-bg,
  #page-wrapper .header_image.no-bg {
    padding-bottom: 6rem;
  }
  .quick_links a,
  .quick_links .subsite_toggle {
    padding: .5rem .125rem;
    font-size: .75rem;
    line-height: .875rem;
  }
  .news_events .half {
    position: relative;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .news_events .half:after {
    display: none;
  }
  .news_events .news_box .news_box_inner h2,
  .news_events .news_box .news_box_inner .latest_article {
    padding: 0;
  }
  .news_events .news_box .news_box_inner .latest_article {
    margin-bottom: 1rem;
  }
  .link_columns {
    padding: 0;
  }
  .link_columns .link_column {
    margin: 2rem 0;
  }
  .link_columns .link_column:after,
  .link_columns .link_column:nth-child(2):after {
    display: block;
    width: 100%;
    height: 1px;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
  }
  .link_columns .link_column:last-child:after {
    display: none;
  }
  .link_columns .link_column .link_column_inner {
    text-align: center;
  }
  .link_columns .link_column .link_column_inner ul {
    padding-left: 0rem;
  }
  #landing-wrapper section.admission .admission-header-image,
  #landing-wrapper section.delimiter_image {
    padding-bottom: 50%;
  }
  #landing-wrapper section.fields-of-career,
  #landing-wrapper section.costs,
  #landing-wrapper section.videos,
  #landing-wrapper section.study-programme {
    padding: 2rem 0;
  }
  #landing-wrapper .study-programme .pictogram img {
    padding: 0 20%;
  }
  #landing-wrapper .study-programme .pictogram span {
    margin-top: 0;
    padding: 0 2rem;
  }
}
/* O - 2018.09.10. */
/* a[name]:not(a[name=""]) { */
/* a:not([href]):not([name=""]) { */
a[name]:not([name=""]) {
  background-color: Red;
  min-height: 20px;
  display: block;
  position: relative;
  top: -50px;
  visibility: hidden;
}
