/* @font */

@font-face {
    font-family: 'EuclidWU-Bold';
    src: url('../fonts/EuclidWU-Bold-WebS.eot'); /* IE9 Compat Modes */
    src: url('../fonts/EuclidWU-Bold-WebS.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/EuclidWU-Bold-WebS.svg') format('woff2'), /* Super Modern Browsers */
    url('../fonts/EuclidWU-Bold-WebS.woff') format('woff'), /* Pretty Modern Browsers */
    url('../fonts/EuclidWU-Bold.ttf')  format('truetype'), /* Safari, Android, iOS */
    url('../fonts/EuclidWU-Bold-WebS.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'EuclidWU-Regular';
    src: url('../fonts/EuclidWU-Regular-WebS.eot'); /* IE9 Compat Modes */
    src: url('../fonts/EuclidWU-Regular-WebS.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/EuclidWU-Regular-WebXL.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/EuclidWU-Regular-WebXL.woff') format('woff'), /* Pretty Modern Browsers */
    url('../fonts/EuclidWU-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
    url('../fonts/EuclidWU-Regular-WebS.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'EuclidWU-Light';
    src: url('../fonts/EuclidWU-Light-WebS.eot'); /* IE9 Compat Modes */
    src: url('../fonts/EuclidWU-Light-WebS.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/EuclidWU-Light-WebXL.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/EuclidWU-Light-WebXL.woff') format('woff'), /* Pretty Modern Browsers */
    url('../fonts/EuclidWU-Light.ttf')  format('truetype'), /* Safari, Android, iOS */
    url('../fonts/EuclidWU-Light-WebS.svg#svgFontName') format('svg'); /* Legacy iOS */
}


@font-face {
    font-family: 'EuclidWU-Medium';
    src: url('../fonts/EuclidWU-Medium-WebS.eot'); /* IE9 Compat Modes */
    src: url('../fonts/EuclidWU-Medium-WebS.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/EuclidWU-Medium-WebXL.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/EuclidWU-Medium-WebXL.woff') format('woff'), /* Pretty Modern Browsers */
    url('../fonts/EuclidWU-Medium.ttf')  format('truetype'), /* Safari, Android, iOS */
    url('../fonts/EuclidWU-Medium-WebS.svg#svgFontName') format('svg'); /* Legacy iOS */
}

/* @font */

body {
    font-family: 'EuclidWU-Regular', open sans;
    color: #000;
    font-size: 20px;
}

p, h2 {
    font-family: 'EuclidWU-Regular', open sans;
    color: #000;
}

h2 sup {
    font-size: 50%;
    top: -0.9em;
}

p {
    font-size: 20px;
    letter-spacing: 0;
    line-height: 1.3;
    font-weight: 200;
    font-family: 'EuclidWU-Regular', open sans;
    margin-top: 30px;
    margin-bottom: 30px;
}

label {
    font-family: 'EuclidWU-Regular', open sans;
    line-height: 1.3;
    font-size: 20px;
}

sup a {
    text-decoration: none;
    color: #000000;
}

#headerPhotoContainer h1{
  font-size: 64px;
}

h1 {
    font-size: 75px;
    color: #FFF;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 50px;
    letter-spacing: -1px;
}

h2 {
    font-size: 50px;
    letter-spacing: -1px;
    text-align: center;
    font-weight: 200;
    margin-top: 100px;
    margin-bottom: 25px;
}

h3 {
    font-size: 32px;
    color: #000;
    letter-spacing: 0;
    text-align: center;
    font-weight: 200;
    margin-top: 12px;
    margin-bottom: 8px;
    font-family: 'EuclidWU-Medium', open sans;
}

h5 {
    font-size: 20px;
    color: #000000;
    letter-spacing: 0;
    text-align: center;
    font-weight: 200;
    margin-bottom: 5px;
    margin-top: 20px;
    font-weight: 200;
}

ul {
    font-size: 20px;
    font-family: 'EuclidWU-Regular', open sans;
    line-height: 1.4;
    margin: 0;
}

p.regular {
    max-width: 930px;
    margin-left: auto;
    margin-right: auto;
}

p.tight {
    max-width: 545px;
    margin-left: auto;
    margin-right: auto;
}

.col-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.col-4 {
    width: 33.33%;
    box-sizing: border-box;
    padding: 0 20px;
}

.col-3 {
    width: 25%;
    box-sizing: border-box;
    height: auto;
}

.col-3 .img-container img {
    height: 60px;
}

#app-phone img {
    margin-top: 50px;
    margin-right: 50px;
    width: auto;
    height: 500px;
}

.flex-wrapper{
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-end;
}

.trustpilot-logo img {
    width: 150px;
    margin-top: -15px;
}

#trustedBy {
    padding-bottom: 100px;
}

.bottom-margin {
    margin-bottom: 100px;
}

.container {
    max-width: 1120px;
    margin: 0 auto;
}

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

.button {
    background-color: #FFDC00;
    color: #202A33;
    border-radius: 999px;
    width: 257px;
    font-size: 20px;
    height: 51px;
    line-height: 51px;
    max-width: 100%;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    text-align: center;
    transition: all 250ms ease-in-out;
}

.dark{
  background-color: #000000;
  color: white;
}

.ghost{
  background-color: transparent;
  border: #FFDC00 2px solid;
  line-height: 45px;
}

a.button:focus{
  outline: none;
  color: inherit;
  text-decoration: none;
}

a.button:active{
  outline: none;
  color: inherit;
  text-decoration: none;
}

a.button:hover{
  outline: none;
  color: inherit;
  text-decoration: none;
}

a.button:hover{
  background-color: #f2d107;
}

a.button.ghost:hover{
  background-color:  #FFDC00;
}

.ruler {
    max-width: 1180px;
    width: 100%;
    margin: 0 auto;
    height: 1px;
    border-bottom: 1px solid #c9c9c9;
    margin-top: 90px;
}

.without-top-margin {
    margin-top: 0;
}

.without-top-bottom-margin{
  margin-top: 0;
  margin-bottom: 0;
}

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

.pink-bar{
  padding: 15px 10px;
  height: 60px;
  width: 100%;
  background-color: rgba(238, 113, 154, 1);
  position: absolute;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pink-bar h3{
  font-family: 'EuclidWU-Regular', open sans;
  color: white;
  margin: 0;
}

.body-container > section {
    background: white !important;
}

#headerPhotoContainer {
    padding-bottom: 60px;
    position: relative;
    height: 538px;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;

}

#headerPhotoContainer .container {
    display: flex;
    align-items: center;
    justify-content: left;
    height: 100%;
}

#headerTextContainer {
    max-width: 50%;
}

#headerTextContainer .button {
    font-size: 24px;
    width: 250px;
    height: 48px;
    line-height: 48px;
}

#chooseHowYouSendMoney h2 {
    margin-bottom: 90px;
}

#chooseHowYouSendMoney .button {
    margin-top : 10px;
}

#chooseHowYouSendMoney .toggle-target {
    text-align: left;
    font-size: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

#chooseHowYouSendMoney .toggle-target h4 {
    font-size: 15px;
    font-weight: 200;
    margin-bottom: 0;
}

#chooseHowYouSendMoney .toggle-target p {
    font-size: 15px;
    margin-top: 0;
}

#chooseHowYouSendMoney .col-container {
    align-items: start;
}

[data-toggle] {
    cursor: pointer;
}

#whyTransferToBankAccount{
  margin-top: 100px;
  margin-bottom: 50px;
}

#whyTransferToBankAccount .col-container p {
    padding-left: 30px;
    padding-right: 30px;
}

#whyTransferToBankAccount h3 {
    font-size: 20px;
    color: #000000;
    letter-spacing: 0;
    text-align: center;
    font-weight: 200;
    margin-bottom: 5px;
    margin-top: 20px;
    font-weight: 200;
}

#whyTransferToBankAccount .col-3 > img {
    max-width: 43px;
}

#whyTransferToBankAccount .col-container {
    margin-top: 50px;
    align-items: flex-start;
}

#needToSendMoneyRegularly .container > p {
    max-width: 1070px;
    margin-left: auto;
    margin-right: auto;
}

.ordered-list {
    margin-top: 70px;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
}

.ordered-list .list-item .flex-container {
    display: flex;
    align-items: center;
    justify-content: left;
    padding-bottom: 60px;
    cursor: pointer;
}

.ordered-list .list-item {
    position: relative;
    margin-bottom: 65px;
}

.ordered-list .list-item h3 {
    text-align: left;
}

.ordered-list .number {
    background: #000;
    font-size: 34.18px;
    color: #FFFFFF;
    border-radius: 999px;
    width: 85px;
    height: 85px;
    text-align: center;
    line-height: 85px;
    margin-right: 30px;
    position: relative;
}

.ordered-list .list-item:after {
    position: absolute;
    content: " ";
    width: 1px;
    border-right: 1px dashed #979797;
    height: 100%;
    bottom: auto;
    left: 42px;
    top: 85px
}

.flag-icon{
  height: 60%;
  width: auto;
  margin-bottom: 5px;
  margin-right: 10px;
}

#howToSendMoneyToBankAccount h4 {
    font-size: 20px;
    font-family: 'EuclidWU-Regular';
    font-weight: 200;
    margin-bottom: 0;
}

#howToSendMoneyToBankAccount p {
    margin-top: 0;
}

#howToSendMoneyToBankAccount .toggle-target {
    margin-left: 118px;
    text-align: left;
    margin-top: -65px;
}
.ordered-list .list-item:last-child:after {
    display: none;
}

.ordered-list .dropdown,
.dropdown:not(.header-top):not(#wuRpFooterCountryDropdown):not(#wuRpFooterLanguageDropdown) {
    margin-left: auto;
    width: 23px;
    height: 24px;
    background: transparent url('/content/dam/wu/rmt/Compass/img/dropdown.svg') no-repeat 0 0;
}

#chooseHowYouSendMoney .dropdown {
    display: inline-block;
}

.ordered-list .up .dropdown,
.up .dropdown {
    background-image: url('../img/up.svg');
}

.yellow-panel {
    background-color: #FFD529;
    color: #000;
    padding-top: 0;
    overflow: hidden;
}

.yellow-panel h2 {
    margin-top: 90px;
    color: #000;
}

.yellow-panel .container {
    max-width: 1380px;
}

.app-container {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 20px;
}

.app-container .app-button {
    margin-left: 5px;
    margin-right: 5px;
}

.phone-with-app {
    margin-top: 40px;
}

#phoneWithApp {
    display: block;
    margin: 50px auto -1px auto;
}
.app-feature:first-child {
    margin-top: 40px;
}

.app-feature {
    display: flex;
    align-items: start;
    justify-content: flex-end;
    box-sizing: border-box;
    padding-right: 30px;
    min-height: 155px;
}

.app-feature > div {
    text-align: right;
    margin-right: 20px;
}

.app-feature > div h3 {
    text-align: right;
    margin-bottom: 3px;
    margin-top: 0;
}

.app-feature > div p {
    margin-top: 0;
}

.right .app-feature {
    flex-direction: row-reverse;
    padding-right: 0;
    padding-left: 30px;
}

.right .app-feature > div,
.right .app-feature > div h3 {
    text-align: left;
}

.right .app-feature > div {
    margin-right: 0;
    margin-left: 20px;
}

.trustpilot-logo p {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    margin-right: 5px;
    font-size: 17px;
}

#trustPilotReviews {
    max-width: 995px;
    margin-left: auto;
    margin-right: auto;
}

.rmt-carousel-control.left,
.rmt-carousel-control.right {
    position: absolute;
    width: auto;
    height: auto;
    bottom: auto;
    top: 50%;
    margin-top: -15px;
}

.rmt-carousel-control.right{
  right: 0;
}

.rw-text {
    font-size: 26px;
    font-style: normal;
    max-width: 485px;
    display: inline-block;
    position: relative;
    text-align: center;
    margin-left: 0;
    margin-right: 0;
}

.rw-text:before {
    content: " ";
    width: 33px;
    height: 33px;
    background: transparent url(../img/quote-open.svg) no-repeat 0 0;
    display: block;
    position: absolute;
    top: -20px;
    left: -65px;
}

.rw-text:after {
    content: " ";
    width: 33px;
    height: 33px;
    background: transparent url(../img/quote-close.svg) no-repeat 0 0;
    display: block;
    position: absolute;
    bottom: -20px;
    right: -65px;
}

.review-author-container {
    font-size: 20px;
    margin-top: 0;
}

.review-text-container {
    margin-bottom: 0;
}

.grey-panel {
    background-color: #E6E6E6;
    padding-top: 0;
    margin-top: 40px;
    overflow: hidden;
    padding-bottom: 100px;
}

#readyToSend {
    margin-bottom: 100px;
}


#disclaimer .container {
    max-width: 810px;
    color: #4D4D4D;
}

#disclaimer .container p {
    font-size: 14px;
}

.chosen-container {
    width: 100%;
}

#calculatorContainer .chosenImage-container .chosen-single span {
    background: none 8px center / 48px 48px no-repeat;
    padding-left: 85px;
}

#calculatorContainer .chosen-container-single .chosen-single {
    background-image: url('../img/search.svg');
    background-position: 98% center;
    background-repeat: no-repeat;
    padding-left: 15px;
}

#calculatorContainer {
    margin-top: 60px;
}

#calculatorContainer .col-container label {
    display: block;
    width: 100%;
}

#calculatorContainer .col-container input[type=text] {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0 0 0 8px;
    border-radius: 0;
    background: #F5F5F5;
    background-clip: padding-box;
    color: #444;
    text-decoration: none;
    white-space: nowrap;
    border: 1px solid #D0D0D0;
    border-left: 0 none;
    font-size: 30px;
    padding-left: 0;
    outline: 0;
}

#calculatorContainer .col-container input[type=text],
#calculatorContainer .button,
.calculator-button-mobile .button {
    height: 75px;
    line-height: 75px;
}

.calculator-button-mobile .button {
    font-weight: 400;
    font-family: 'EuclidWU-Regular', open sans;
}

#calculatorContainer .col-container input[type=text] {
    max-width: 75%;
}

.form-row {
    margin-bottom: 30px;
}

#calculatorContainer .button,
.calculator-button-mobile .button {
    border: 0 none;
    width: 100%;
    margin-top: 25px;
    font-size: 30px;
}

#currentExchangeRate {
    margin-top: 50px;
}

#currentExchangeRate p {
    font-size: 20px;
    text-align: center;
    fonwt-weight: 400;
    text-align: center;
}

#exchangeDetails a {
    text-decoration: none;
    color: #000;
}


#exchangeDetails {
    margin-top: 40px;
}

#exchangeDetails p {
    text-align: center;
}

.dropdown-arrow {
    margin-right: 10px;
    vertical-align: middle;
    display: inline-block;
    width: 23px;
    height: 24px;
    background: transparent url('../img/dropdown.svg') no-repeat 0 0;
}

.up .dropdown-arrow {
    background-image: url('../img/up.svg');
}

#detailsToggle {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

#detailsToggle p {
    text-align: left;
}

#calculatorContainer .dd-container .dd-select {
    max-width: 90px;
    border-left: 0 none;
    overflow: hidden;
    display: block;
    padding: 3px;
    padding-bottom: 2px;
    font-weight: bold;
    height: 75px;
}

#calculatorContainer .dd-container {
    position: absolute;
    bottom: 0;
    right: 10px;
}

#calculatorContainer .dd-pointer-up {
    border: 0 none !important;
}

#calculatorContainer .col-4 {
    position: relative;
    padding-left: 6px;
}

#calculatorContainer .col-4:first-child {
    padding-left: 0;
}

#calculatorContainer span.currency {
    border: 1px solid #D0D0D0;
    border-right: 0 none;
    background: #F5F5F5;
    display: block;
    vertical-align: middle;
    height: 100%;
    line-height: 75px;
    font-size: 30px;
    padding-left: 25px;
    width: 45px;
}

#calculatorContainer .currency-selector {
    width: 100%;
    display: flex;
    height: 75px;
    margin-top: 10px;
}

.show-on-mobile {
    display: none;
}

#calculatorContainer .dd-selected {
    padding-right: 30px;
    padding-left: 0;
}

#calculatorContainer .dd-pointer-down {
    border: 0 none;
    width: 18px;
    height: 8px;
    background: transparent url('../img/dropdown-arrow.svg') no-repeat 0 0;
}

#calculatorContainer .dd-pointer-down.dd-pointer-up {
    background-image: url('../img/dropup-arrow.svg');
    margin-top: -3px;
}

/* MEXICO */

#sendingMoneyToMexicoIsEasy .col-container {
    margin-top: 90px;
}

#sendingMoneyToMexicoIsEasy .without-top-margin {
    margin-top: 0;
    max-width: 300px;
    margin: 30px auto;
}

.banks span {
    margin-left: 15px;
    margin-right: 15px;
}

.number-small {
    display: inline-block;
    background-color: #000000;
    color: #FFF;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    vertical-align: middle;
    border-radius: 40px;
    margin: 0px 10px;
}

#sendPesosToMexico3Steps h2 {
    margin-bottom: 40px;
}

#sendPesosToMexico3Steps h3, p {
    font-size: 20px;
}

#sendPesosToMexico3Steps .col-container p {
    max-width: 210px;
    margin-left: auto;
    margin-right: auto;
}

#sendPesosToMexico3Steps h3 {
    margin-bottom: 5px;
}

#sendPesosToMexico3Steps .col-container .col-4 {
    width: 25%;
    position: relative;
}

#sendPesosToMexico3Steps .text-center {
    margin-top: 15px;

}

#sendPesosToMexico3Steps .col-container .col-4 img {
    position: relative;
    z-index: 1;
}

#sendPesosToMexico3Steps .col-container .col-4:after {
    position: absolute;
    content: " ";
    border-top: 1px dashed #979797;
    width: 100%;
    bottom: auto;
    left: 50%;
    top: 64px;
    height: 3px;
}

#sendPesosToMexico3Steps .col-container .col-4:last-child:after {
    display: none;
}

#sendingMoneyToMexicoIsEasy .col-container {
    margin-top: 30px;
}

#fewReasonsToTransferToMexico h3,
#fewReasonsToTransfer h3 {
    font-size: 20px;
    color: #000000;
    letter-spacing: 0;
    text-align: center;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 20px;
}

#fewReasonsToTransferToMexico .col-container,
#fewReasonsToTransfer .col-container {
    margin-top: 40px;
    align-items: start;
}

#fewReasonsToTransferToMexico .col-3{
  padding: 0 15px;
}


.video {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    margin-top: 60px;
}

.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


#sendingMoneyToMexicoIsEasy .col-4 img {
    max-height: 41px;
}

#sendPesosToMexico3Steps .col-container {
    align-items: start;
}


/* HOW TO SEND MONEY WITH US */

#sendingMoneyIsEasy .col-container {
    margin-top: 80px;
}

#sendingMoneyIsEasy .col-container .col-4 p {
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
}

#sendingMoneyIsEasy .col-container .col-4:nth-child(2) p {
    max-width: 300px;
}

#sendingMoneyIsEasy p.regular {
    max-width: 1200px;
}

#fewReasonsToTransfer .col-container .without-top-margin {
    max-width: 220px;
    margin-left: auto;
    margin-right: auto;
}

.img-container {
    height: 53px;
    vertical-align: middle;
    line-height: 53px;
    align-items: center;
    display: flex;
    justify-content: center;
}

.tabs-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 53px;
    vertical-align: middle;
    line-height: 53px;
    padding-left: 6%;
    padding-right: 6%;
    border-bottom: 1px solid #c9c9c9;
    padding-bottom: 10px;
    max-width: 945px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
}

.tabs-menu .tabs-item {
    width: 25%;
}

.tabs-menu.show-on-mobile {
    display: none;
}

.tabs-menu .tabs-item a {
    font-size: 32px;
    color: #000;
    text-decoration: none;
    position: relative;
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
}

.tabs-menu .tabs-item a.active:after {
    content: "";
    display: block;
    width: 100%;
    height: 15px;
    background-color: #FFD529;
    bottom: -22px;
    position: absolute;
    left: 0;
}

.ordered-list .list-item {
    padding-left: 30px;
    padding-right: 30px;
}

.ordered-list .list-item .toggle-target {
    margin-left: 80px;
    margin-left: 104px;
}

.ordered-list .list-item .flex-container {
    padding-bottom: 0;
}

.ordered-list .list-item:after {
    display: none;
}

.ordered-list .list-item .flex-container img {
    margin-right: 20px;
}
.img-container {
    display: flex;
    width: 80px;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
}

ol li {
    font-family: 'EuclidWU-Regular', open sans;
    font-weight: 100;
    margin-bottom: 20px;
}

.globe-container {
    margin-bottom: 50px;
}

#lastYearGlobe .col-container .col-3 > p {
    max-width: 230px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}

.animate-map-points path {
    opacity: 0;
}

.map-points-animated path:first-child {
    animation: pulsate 1s ease-out;
    animation-iteration-count: 4;
    animation-delay: .4s;
}

.map-points-animated path:nth-child(2) {
    animation: pulsate 1s ease-out;
    animation-iteration-count: 3;
    animation-delay: .8s;
}

.map-points-animated path:nth-child(3) {
    animation: pulsate 1s ease-out;
    animation-iteration-count: 2;
    animation-delay:1.2s;
}

.map-points-animated path:nth-child(4) {
    animation: pulsate 1s ease-out;
    animation-iteration-count: 1;
    animation-delay: 1.6s;
}

.map-points-animated path:nth-child(5) {
    animation: pulsate 1s ease-out;
    animation-iteration-count: 1;
    animation-delay: 2s;
}

.map-points-animated path:nth-child(6) {
    animation: pulsate 1s ease-out;
    animation-iteration-count: 1;
    animation-delay: 4.2s;
}

.map-points-animated path:nth-child(7) {
    animation: pulsate 1s ease-out;
    animation-iteration-count: 1;
    animation-delay: 4.9s;
}


@-webkit-keyframes hide {
    0%    { opacity:0.2; }
    50%   { opacity:0.8; }
    100%  { opacity:0.0; }
}

@-webkit-keyframes pulsate {
    0%    { opacity:0.2; stroke-width: 1; }
    50%   { opacity:0.8; stroke-width: 3; }
    100%  { opacity:0.2; stroke-width: 1; }
}

@-moz-keyframes pulsate {
    0%    { opacity:0.2; stroke-width: 1; }
    50%   { opacity:0.8; stroke-width: 3; }
    100%  { opacity:0.2; stroke-width: 1; }
}

@-ms-keyframes pulsate {
    0%    { opacity:0.2; stroke-width: 1; }
    50%   { opacity:0.8; stroke-width: 3; }
    100%  { opacity:0.2; stroke-width: 1; }
}

@keyframes pulsate {
    0%    { opacity:0.2; stroke-width: 1; }
    50%   { opacity:0.8; stroke-width: 3; }
    100%  { opacity:0.2; stroke-width: 1; }
}

/*
#path-1, #path-10, #path-11, #text-1, #Map-points-12 path {
    display: block !important;
    opacity: 1 !important;
}
*/

.dashed{
    stroke-dasharray: 0,4;
    color: #FFF;
    stroke-dashoffset: 0;
    opacity: 0;
}

.globe-container svg {
    max-width: 100%;
    height: auto;
}

.label-path {
    display:none;
}

.label-text {
    opacity: 0;
    transition: all 1s ease;
}

.label-text.active {
    opacity: 1;
}

.tabs-content > div {
    display: none;
    padding-top: 30px;
}

.tabs-content > div.active {
    display: block;
}

.tabs-content ol {
    padding-left: 23px;
}

@media only screen and (max-width : 992px){
    #lastYearGlobe .col-container .col-3 {
        width: 100%;
        float: none;
    }
}


@media only screen and (max-width : 480px) {
    .globe-container {
        overflow: hidden;
    }

    .globe-container svg {
        max-width: 130%;
        height: auto;
        margin-left: -15%;
    }
}
