/* start overriding main.min.js styles */
h1, h2, h3, h4, h5, h6 {
    font-size: 0px;
    letter-spacing: 0px;
    line-height: 0px;
    margin: 0px;
}

div, p, ul, form {
  margin-bottom: 0px;
}

.wrapper {
  padding-top: 130px;
  padding-bottom: 130px;
}

.bottom-footer .desc {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

/* end overriding main.min.js styles */

/* for mega nav with blue logo */
.menu-depth-2 .menu-has-children-wrapper.children-menu-cotainer,
.header-second-row .menu-depth-2.active .menu-has-children-wrapper.children-menu-cotainer {
    border: 2px solid #878CA0;
}

.header-second-row .menu-depth-2-tooltip {
	border-top: 2px solid #878CA0;
	border-left: 2px solid #878CA0;
}

.menu-text.active, 
.header-second-row .menu-depth-2.active .menu-text {
	color: #0F1941;
}

#header .header-first-row .menu-firt-row {
  border-bottom: 1px solid #0F1941;
}

/********** start GLOBAL  **********/

.font-size-80 {
  font-size: 80px;
  line-height: 80px;
  letter-spacing: -4px;
}

.font-size-60 {
  font-size: 60px;
  line-height: 60px;
  letter-spacing: -3px;
}

.font-size-40 {
  font-size: 40px;
  line-height: 45px;
  letter-spacing: -2px;
}

.font-size-32 {
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -1px;
}

.font-size-26 {
  font-size: 26px;
  line-height: 30px;
  letter-spacing: -1px;
}

.font-size-20 {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0px;
}

.font-size-18 {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0px;
}

.font-size-16 {
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0px;
}

.font-size-12 {
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0px;
}

.for-desktop {
  display: block;
}

.for-mobile {
  display: none !important;
}

.breadcrumbs, .breadcrumbs a {
  text-decoration: none;
  font-size: 12px;
}

.js-loading *
  -webkit-animation-play-state: paused !important;
  animation-play-state: paused !important;
}

/**** end GLOBAL ***/
.animated-splash-screen-section {
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 20px;
/* 	height: 840px; */
}

.animated-splash-screen-section .wrapper {
  padding-top: 150px;
  padding-bottom: 0px;
  height: 900px;
}

.animated-splash-screen-section .left-content {
/*   position: relative;
  top: 120px;
  left: 30px; */
  float: right;
  max-width: 575px;
  transform: translate(10%, 50%);
}

.animated-splash-screen-section .header-text-bottom {
  margin-top: 15px;
}

.animated-splash-screen-section .cta {
  display: inline-block;
  margin-top: 20px;
}

.animated-splash-screen-section .cta a {
  display: inline-block;
  text-decoration: none;
  font-size: 26px;
  line-height: 30px;
  letter-spacing: -2px;
  pointer-events: none;
  cursor: default;
}

.animated-splash-screen-section .cta a:hover {
  color: #0F1941 !important;
  transition: all 0.5s ease;
}

.animated-splash-screen-section .cta a .icon,
.animated-splash-screen-section .cta a .icon svg {
  display: inline-block;
  width: 30px;
  height: 30px;
}

.animated-splash-screen-section .cta a:hover .icon svg {
  fill: #0F1941 !important;
  transition: all 0.5s ease;
}

.animated-splash-screen-section .cta a .icon {
  margin-right: 8px;
}


.animated-splash-screen-section .cta a .cta-text {
  display: inline-block;
  position: relative;
  top: -6px;
}

/* ***************** START ******************* */
.menu-text {
  color: #0F1941;
}

.animated-splash-screen-section {
  position: relative;
  width: 100%;
}

.animated-splash-screen-section .svg-container {
  position: absolute;
  width: 100%;
/*   height: 840px; */
  height: 100%;
  left: -34px;
  display: block;
}

/* ***************** START animated-splash-screen-section ******************* */

@keyframes setVisible {
	0% {
		visibility: hidden;
		opacity: 0;
	}
	100% {
		visibility: visible;
		opacity: 1;
	}
}

@keyframes setVisibleHidden {
	0% {
		visibility: visible;
		opacity: 1;
	}
	100% {
		visibility: hidden;
		opacity: 0;
	}
}

.animated-splash-screen-section .circle-back {
  display: none;
}

.circle {
  text-decoration: none;
}

#main-svg .circle.hover-transition {
  transition: all 0.2s ease;
}

#animate-out-svg .circle.hover-transition {
  transition: all 0.2s ease;
}

#main-svg .circle-1,
#main-svg .circle-2,
#main-svg .circle-3,
#main-svg .circle-4,
#main-svg .circle-5 {
  visibility: hidden;
  opacity: 0;
}

#main-svg .circle-1.visible {
  visibility: hidden;
  opacity: 0;
  -webkit-animation: setVisible 0.2s ease forwards 2s;
  animation: setVisible 0.2s ease forwards 2s;
}

#main-svg .circle-2.visible {
  visibility: hidden;
  opacity: 0;
  -webkit-animation: setVisible 0.2s ease forwards 1.5s;
  animation: setVisible 0.2s ease forwards 1.5s;
}

#main-svg .circle-3.visible {
  visibility: hidden;
  opacity: 0;
  -webkit-animation: setVisible 0.2s ease forwards 1s;
  animation: setVisible 0.2s ease forwards 1s;
}

#main-svg .circle-4.visible {
  visibility: hidden;
  opacity: 0;
  -webkit-animation: setVisible 0.2s ease forwards 0.5s;
  animation: setVisible 0.2s ease forwards 0.5s;
}

#main-svg .circle-5.visible {
  visibility: hidden;
  opacity: 0;
  -webkit-animation: setVisible 0.2s ease forwards 0s;
  animation: setVisible 0.2s ease forwards 0s;
}

.animated-splash-screen-section .circle-caption {
  visibility: hidden;
  opacity: 0;
  font-size: 26px;
  line-height: 30px;
  letter-spacing: -1px;
  transition: all 0.2s ease;
}

.animated-splash-screen-section .circle .circle-caption.visible {
  visibility: hidden;
  opacity: 0;
  -webkit-animation: setVisible 2s linear forwards 0s;
  animation: setVisible 2s linear forwards 0s;
}

.animated-splash-screen-section .circle .circle-caption.fade-out {
  visibility: visible;
  opacity: 1;
  -webkit-animation: setVisibleHidden 0.2s linear forwards 0s;
  animation: setVisibleHidden 0.2s linear forwards 0s;
}


.animated-splash-screen-section .vertical-grid-lines,
.animated-splash-screen-section .horizontal-grid-lines {
  stroke: none;
}

.animated-splash-screen-section  .circle.not-clickable {
  pointer-events: none;
  cursor: default;
}

.animated-splash-screen-section  .circle.inactive:hover .circle-caption {
  transition: all 0.4s ease;
}

.animated-splash-screen-section  .circle-1.inactive:hover .circle-caption{
  fill: #FFb511 !important;
}

.animated-splash-screen-section  .circle-2.inactive:hover .circle-caption{
  fill: #6BA5b4 !important;
}

.animated-splash-screen-section  .circle-3.inactive:hover .circle-caption{
  fill: #2175d9 !important;
}

.animated-splash-screen-section  .circle-4.inactive:hover .circle-caption{
  fill: #E74536 !important;
}

.animated-splash-screen-section  .circle-5.inactive:hover .circle-caption{
  fill: #0f1941 !important;
}

.animated-splash-screen-section #main-path {
  stroke-dasharray: 0,16 !important;
/*   animation: dash 5s linear infinite; */
}

.animated-splash-screen-section #main-path.animated {
/*   animation: dash 5s linear infinite; */
}

.animated-splash-screen-section #animate-out-svg {
  stroke-dasharray: 0,16 !important;
}

.animated-splash-screen-section #animate-out-svg.animated {
  stroke-dasharray: 0,16 !important;
  animation: dash 5s linear infinite;
}

@keyframes dash {
  from {
    stroke-dashoffset: 160;
  }
  to {
    stroke-dashoffset: 0;
  }
}

.animated-splash-screen-section .no-pointer-events {
  pointer-events: none;
  cursor: default;
}

/* ***************** END animated-splash-screen-section ******************* */


/* ***************** START animate-out-svg ******************* */

#animate-out-svg {

  display: none;

}

/* ***************** END animate-out-svg ******************* */

.span12.widget-span.widget-type-cell.wrapper.footer-wrapper {
  margin-top: 0 !important;
}


/* ***************** START mobile-svg-container and mobile version ******************* */

.mobile-svg-container, 
.animated-splash-screen-section .cta a .icon:nth-of-type(3) {
  display: none;
}

.icon-for-mobile {
  display: none !important;
}

.icon-for-desktop {
  display: block;
}


/* ***************** END mobile-svg-container and mobile version ******************* */

@media(max-width: 1290px) {
  
  .animated-splash-screen-section .cta a .cta-text {
    display: inline-block;
    position: unset;
    float: right;
    max-width: 350px;
  }
  
  .animated-splash-screen-section .left-content {
    width: 50%;
    max-width: 500px;
    transform: translate(5%,5%);
  }
  
  .animated-splash-screen-section .wrapper {
    height: 750px;
  }
  
}

@media(max-width: 940px) {
  .animated-splash-screen-section .header-text-top, 
  .animated-splash-screen-section .header-text-bottom {
    font-size: 60px;
    line-height: 60px;
    letter-spacing: -3px;
  }
}

@media(max-width: 1024px) { 
  .animated-splash-screen-section .svg-container {
    left: -20px;
  }
  
  .animated-splash-screen-section .wrapper {
    height: 650px;
  }
  
  .animated-splash-screen-section .left-content {
    transform: translate(8%,-10%);
  }
}

@media(max-width: 767px) {
  
  #header .main-header-burger-menu .icon svg {
    fill: #0F1941;
  }
  
  .for-desktop {
    display: none !important;
  }
  
  .for-mobile {
    display: block !important;
  }
  
  .font-size-80 {
    font-size: 40px !important;
    line-height: 45px !important;
    letter-spacing: -2px !important;
  }

  .font-size-60 {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -1px;
  }

  .font-size-40 {
    font-size: 26px;
    line-height: 30px;
    letter-spacing: -1px;
  }

  .font-size-32 {
    font-size: 26px;
    line-height: 30px;
    letter-spacing: -1px;
  }
  
  .breadcrumbs,
  #main-svg {
    display: none;
  }
  
  .icon-for-desktop,
  #animate-out-svg,
  .svg-container{
    display: none !important;
  }
  
  .mobile-svg-container,
  .animated-splash-screen-section .cta a .icon:nth-of-type(3) {
    display: block;
  }
  
  .icon-for-mobile {
    display: block !important;
  }
  
  .mobile-svg {
    margin: 0 auto;
    display: block;
    width: 100%;
  }
  
  .animated-splash-screen-section .wrapper {
    height: auto;
    padding-top: 0px;
  }
  
  .animated-splash-screen-section .wrapper {
    padding-top: 0px;
  }

  .animated-splash-screen-section .left-content {
    position: absolute;
    top: 130px;
    max-width: 400px;
    width: auto;
  }
  
  .animated-splash-screen-section .left-content {
    transform: translate(0%,-10%);
  }
  
  .animated-splash-screen-section .cta a .icon.for-mobile {
    margin-left: 0px;
    display: inline-block !important;
    padding-top: 8px;
    margin-right: 0px;
  }
  
  .animated-splash-screen-section .cta a .cta-text {
    float: none;
  }
  
  .animated-splash-screen-section .header-text-bottom {
    margin-top: 5px;
  }
  
  .mobile-circle-link {
    text-decoration: none;
  }
  
  .mobile-circle-link,
  .mobile-circle-link .mobile-circle {
    transition: all 0.5s ease;
  }
  
  .mobile-circle-link .mobile-circle-caption.inactive {
    visibility: visible;
    opacity: 1;
    -webkit-animation: setVisibleHidden 0.5s linear forwards 0s;
    animation: setVisibleHidden 0.5s linear forwards 0s;
  }
  
}

@media (max-width: 500px) {
  .animated-splash-screen-section .left-content {
    max-width: 300px;
  }
}

@media (max-width: 400px) {
  .animated-splash-screen-section .cta {
    max-width: 250px;
  }
}