.circular {
  position: relative;
  width: 17.5vw;
  height: 17.5vw;
  overflow: hidden;
  border-radius: 50%;
}

@media screen and (max-width: 64em) {
  .circular {
    width: 35vw;
    height: 35vw;
  }
}
@media screen and (max-width: 48em) {
  .circular {
    width: 65vw;
    height: 65vw;
  }
}
@media screen and (max-width: 40.0em) {
  .circular {
    width: 40vw;
    height: 40vw;
  }
}

.circular img {
  width: 100%;
  height: auto;
}

@media (min-width: 860px) {
    .recaptcha-contact {
        width: 100% !important;
    }
}

.text-center {
  text-align: center;
}

.text-center h2 {
  margin-bottom: 0rem;
  line-height: 100%;
}

.center {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}

.padding-modular {
  padding: 3rem 3rem;
  padding: 5vh 5vw;
}

.padding-vw {
  padding-right: 3rem;
  padding-left: 3rem;
  padding-right: 5vw;
  padding-left: 5vw;
  padding-top: 3rem;
  padding-bottom: 3rem;
  overflow: hidden;
}

.padding-horiz, .fullwidth #header, .fullwidth #breadcrumbs, .fullwidth .blog-header, .fullwidth .blog-content-item, .fullwidth .content-wrapper, .fullwidth ul.pagination, .fullwidth #body > .modular-row, #body, #header, #footer {
  padding-left: 3rem;
  padding-right: 3rem;
  padding-left: 5vw;
  padding-right: 5vw;
}

.padding-text {
  padding: 0 1rem;
}

.padding-text {
  text-align: justify;
}

.showcase.flush-top h1, .showcase.flush-top h2, .showcase.flush-top h3, .showcase.flush-top h4  {
  color: white;
}

.blog-header {
  padding-bottom: 4rem;
  margin-bottom: 2rem;
}

.padding-bottom-mod {
  padding-bottom: 4rem;
}

.timeline-title {
  text-align: left;
  line-height: 100%;
}

.timeline {
  line-height: 1.4em;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.timeline h1, .timeline h2, .timeline h3, .timeline h4, .timeline h5, .timeline h6 {
  line-height: inherit;
}
.timeline-img {
  margin: 1rem 0;
}

.timeline-item {
  padding-left: 1rem;
  position: relative;
}
.timeline-item:last-child {
  padding-bottom: 0;
}

.timeline-info {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 3px;
  margin: 0 0 .5em 0;
  text-transform: uppercase;
  white-space: nowrap;
  padding: 0 1rem 0 1rem;
}

.timeline-marker {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15px;
}
.timeline-marker:before {
  background: #293993;
  border: 3px solid transparent;
  border-radius: 100%;
  content: "";
  display: block;
  height: 15px;
  position: absolute;
  top: 4px;
  left: 0;
  width: 15px;
  transition: background 0.3s ease-in-out, border 0.3s ease-in-out;
}
.timeline-marker:after {
  content: "";
  width: 3px;
  background: #CCD5DB;
  display: block;
  position: absolute;
  top: 24px;
  bottom: 0;
  left: 6px;
}
.timeline-item.last:last-child .timeline-marker:after {
  content: none;
}
.timeline-item:not(.period):hover .timeline-marker:before {
  background: transparent;
  border: 3px solid #293993;
}
.timeline-content {
  padding: 0 1rem 3rem 1rem;
}
.timeline-content h3 {
  margin: 0;
  line-height: 100%;
}
.timeline-content p {
  margin: 0;
}
p.website {
  margin-top: 1rem:
}

.period {
  padding: 0;
}
.period .timeline-info {
  display: none;
}
.period .timeline-marker:before {
  background: transparent;
  content: "";
  width: 15px;
  height: auto;
  border: none;
  border-radius: 0;
  top: 0;
  bottom: 30px;
  position: absolute;
  border-top: 3px solid #CCD5DB;
  border-bottom: 3px solid #CCD5DB;
}
.period .timeline-marker.first:before {
  border-top: none;
}
.period .timeline-marker:after {
  content: "";
  height: 32px;
  top: auto;
}
.period .timeline-content {
  padding: 20px 0 50px 0;
}
.period .timeline-title {
  margin: 0;
  line-height: 100%;
  border-top: 3px dotted #CCD5DB;
  border-bottom: 3px dotted #CCD5DB;
  padding: 1rem !important;
}

@media (min-width: 992px) {
  .timeline-centered,
  .timeline-centered .timeline-item,
  .timeline-centered .timeline-info,
  .timeline-centered .timeline-marker,
  .timeline-centered .timeline-content {
    display: block;
    margin: 0;
    padding: 0;
  }
  .timeline-centered .timeline-info,
  .timeline-centered .timeline-marker {
    margin-top: 0.4rem;
  }
  .timeline-centered .period .timeline-marker {
    margin-top: 0rem;
  }
  .timeline-centered .timeline-marker:after {
    margin-top: 0.5rem;
  }
  .timeline-centered .timeline-item {
      padding: 0 0.5rem 3rem 0.5rem;
    overflow: hidden;
  }
  .timeline-centered .timeline-marker {
    position: absolute;
    left: 50%;
    margin-left: -7.5px;
  }
  .period .timeline-marker {
    position: absolute;
    left: 50%;
    margin-left: -7.5px;
  }
  .timeline-centered .timeline-info,
  .timeline-centered .timeline-content {
    width: 50%;
  }
  .timeline-centered > li.timeline-item:nth-child(even) .timeline-info {
    float: left;
    text-align: right;
    padding-right: 30px;
  }
  .timeline-centered > li.timeline-item.inverse .timeline-info {
    float: left !important;
    text-align: right !important;
    padding-right: 30px !important;
  }
  .timeline-centered > li.timeline-item:nth-child(even) .timeline-content {
    float: right;
    text-align: left;
    padding-left: 30px;
  }
  .timeline-centered > li.timeline-item.inverse .timeline-content {
    float: right !important;
    text-align: left !important;
    padding-left: 30px !important;
  }
  .timeline-centered > li.timeline-item:nth-child(odd) .timeline-info {
    float: right;
    text-align: left;
    padding-left: 30px;
  }
  .timeline-centered > li.timeline-item:nth-child(odd) .timeline-content {
    float: left;
    text-align: right;
    padding-right: 30px;
  }
  .timeline-centered > li.timeline-item:nth-child(even) .timeline-img {
    float: right;
  }
  .timeline-centered > li.timeline-item.inverse .timeline-img {
    float: right !important;
  }
  /*
  .timeline-centered > .timeline-item.period .timeline-content {
    float: none;
    padding: 0;
    width: 100%;
    text-align: center;
  }
  */
  .timeline-centered .timeline-item.period {
    padding: 2rem 0 3.8rem;
  }
  .timeline-centered .period .timeline-marker:after {
    height: 30px;
    bottom: 0;
    top: auto;
  }
  .timeline-centered .period .timeline-title {
    left: auto;
  }
  .timeline-title {
    text-align: center;
  }
}


/* Slider */
.panel-padding {
  padding: 25vh 1vw !important;
}

.visible-check {
  padding: 0.25rem;
}

@media only all and (max-width: 47.938em) {
  .lslide h1 {
    font-size: 2rem;
  }
}

.buttons {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.callout {
  text-align: justify;
}

@media only all and (min-width: 64em) and (max-width: 100em) {
  .padding-text h4 {
    font-size: 1.1rem;
    font-size: 1.6vw;
  }
}

.margin-top-img {
  margin-top: 2rem;
}

.pure-img-home {
  padding: 0.5em;
}

.text-slider-left {
  width: 450px;
  float: left;
  margin-right: 2em;
}

.text-slider-right {
  width: 450px;
  float: right;
  margin-left: 2em;
}

@media only screen and (max-width: 64em) {
  .text-slider-left, .text-slider-right {
    width: 370px;
  }
}

@media only all and (max-width: 59.938em) {
  .text-slider-left, .text-slider-right {
    float: none;
    margin-right: 0;
  }
}

.dark-control a.lSPrev.disabled, .dark-control a.lSPrev, .dark-control a.lSNext {
 -webkit-filter: brightness(0.20);
 filter: brightness(0.20);
}

.no-margin h3 {
  margin-bottom: 0px;
}

.hyphenate {
  hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
}

/*
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../images/loader.gif) center no-repeat #fff;
}
*/

.cookienotice {
  color: #ffffff;
	padding: 15px 0px 15px 0px;
	font-size: 14px;
	line-height: 22px;
	border-bottom: 1px solid #8fc3fc;
	text-align: center;
	position: fixed;
	background-color: #263995;
	width: 100%;
	z-index: 999;
}
.cookiewrap {
	height: 10px;
}
.cookienotice > a {
	background-color: #ffffff;
	padding: 5px 10px 5px 10px;
	color: #ffffff;
	border-radius: 5px;
	display: inline-block;
	margin-left: 10px;
	text-decoration: none;
}


/* Animation */
@-webkit-keyframes rotate {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/* Loading Icon */
.loading {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loading__ring {
  position: absolute;
  width: 150px;
  height: 150px;
}

.loading__ring:first-child {
  -webkit-transform: skew(30deg, 20deg);
          transform: skew(30deg, 20deg);
}

.loading__ring:last-child {
  -webkit-transform: skew(-30deg, -20deg) scale(-1, 1);
          transform: skew(-30deg, -20deg) scale(-1, 1);
}

.loading__ring:last-child svg {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
}

.loading__ring svg {
  -webkit-animation: rotate 1s linear infinite;
          animation: rotate 1s linear infinite;
  fill: rgba(38, 57, 149, 0.8)
}

.blur-up {
	-webkit-filter: blur(5px);
	filter: blur(5px);
	transition: filter 400ms, -webkit-filter 400ms;
}

.blur-up.lazyloaded {
	-webkit-filter: blur(0);
	filter: blur(0);
}

.e-content {
  text-align: justify;
}

.pulse-animation {
    transform-origin: 70% 70%;
    animation-name: pulse_animation;
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@keyframes pulse_animation {
  0% {transform:scale(1)}
  30%{transform:scale(1)}
  40%{transform:scale(1.15)}
  50%{transform:scale(1)}
  60%{transform:scale(1)}
  70%{transform:scale(1.10)}
  80%{transform:scale(1)}
  100%{transform:scale(1)}
}

.fa-heart-o:before {
    content: "\f08a";
    color: #920;
}

i.fa.fa-heart-o.pulse, i.fa.fa-heart.pulse {
    color: #920;
}

.tntsearch-form {
  margin-top: 50px;
  margin-bottom: 10px;
  margin-left: 10vw;
  margin-right: 10vw;
}

.langswitcher a {
  font-size: 0.75rem;
}

textarea, input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="time"], input[type="week"], select[multiple=multiple] {
  margin: auto;
}

.form-data.basic-captcha .form-input-prepend button>svg {
  display: flex;
}
