body
{
}
#footer-v2 {
  background: #f6f6f6;
  padding: 0;
  position: relative;
  margin-top:-1px;
}
#footer-v2 .loader {
  text-align: center;
  padding-top: 60px;
  font-size: 50px;
  color: #999999;
}
#footer-v2 .loader .icon-ln {
  -webkit-transition: 0.25s all ease-in;
  /* Safari and Chrome */
  -moz-transition: 0.25s all ease-in;
  /* Mozilla Firefox */
  -ms-transition: 0.25s all ease-in;
  /* IE */
  -o-transition: 0.25s all ease-in;
  /* Opera */
  transition: 0.25s all ease-in;
  /* All Browsers */
  -webkit-animation: preloader 1s infinite linear;
  -moz-animation: preloader 1s infinite linear;
  animation: preloader 1s infinite linear;
  display: inline-block;
}
@-webkit-keyframes preloader {
  from {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#footer-v2 a {
  -webkit-transition: 0.25s all ease-in;
  /* Safari and Chrome */
  -moz-transition: 0.25s all ease-in;
  /* Mozilla Firefox */
  -ms-transition: 0.25s all ease-in;
  /* IE */
  -o-transition: 0.25s all ease-in;
  /* Opera */
  transition: 0.25s all ease-in;
  /* All Browsers */
}
#footer-v2 .country-container a .flag {
  vertical-align: sub;
}
#footer-v2 .country-container a .us {
  color: #666;
}
#footer-v2 .country-container a .icon-ln {
  -webkit-transition: 0.2s all ease-in-out;
  /* Safari and Chrome */
  -moz-transition: 0.2s all ease-in-out;
  /* Mozilla Firefox */
  -ms-transition: 0.2s all ease-in-out;
  /* IE */
  -o-transition: 0.2s all ease-in-out;
  /* Opera */
  transition: 0.2s all ease-in-out;
  /* All Browsers */
  display: inline-block;
  font-size: 14px;
  vertical-align: middle;
  padding: 0 0 0 5px;
}
#footer-v2 .country-container a.active .icon-ln {
  transform: rotate(180deg);
  padding: 0 5px 0 0;
}
#footer-v2 .country-container a.active .us {
  color: #000;
}
#footer-v2 .copy-right {
  background: #fff;
  padding: 12px 0;
  border-top: 1px solid #eeeeee;
  position: relative;
}
#footer-v2 .copy-right:before {
  background-image: -webkit-linear-gradient(top, rgba(212, 212, 212, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to bottom, rgba(212, 212, 212, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66d4d4d4', endColorstr='#00ffffff', GradientType=0);
  content: "";
  width: 100%;
  position: absolute;
  bottom: -20px;
  height: 20px;
  z-index: 1;
}
#footer-v2 .copy-right a {
  font-size: 12px;
  color: #b1b1b1;
  padding: 0;
  margin: 0;
  float:left;
}
#footer-v2 .copy-right .copyright-container a {
  float: right;
}
#footer-v2 .country {
  background: #eeeeee;
  overflow: hidden;
  position: relative;
  max-height: 0;
  -webkit-transition: 0.5s all ease-in-out;
  /* Safari and Chrome */
  -moz-transition: 0.5s all ease-in-out;
  /* Mozilla Firefox */
  -ms-transition: 0.5s all ease-in-out;
  /* IE */
  -o-transition: 0.5s all ease-in-out;
  /* Opera */
  transition: 0.5s all ease-in-out;
  /* All Browsers */
}
#footer-v2 .country:before {
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(212, 212, 212, 0.4) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(212, 212, 212, 0.4) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#66d4d4d4', GradientType=0);
  content: "";
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 20px;
}
#footer-v2 .country.open {
  max-height: 1500px;
}
#footer-v2 .country .container .country-region {
  margin: 30px 0;
}
#footer-v2 .country .container .country-region .region-name {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  color: #666666;
  display: block;
  border-bottom: 1px solid #ccc;
  padding: 0 0 10px 10px;
  margin: 0 0 15px 0;
}
#footer-v2 .country .container .country-region ul {
  padding: 0;
  list-style: none;
  display: block;
  vertical-align: top;
  margin: 0;
}
#footer-v2 .country .container .country-region ul li {
  line-height: 0.8em;
  margin-bottom: 5px;
  display: inline;
}
#footer-v2 .country .container .country-region ul li a {
  color: #666666;
  font-size: 12px;
  font-weight: 400;
  display: inline-block;
  padding: 10px;
  border-radius: 2px;
  text-align: center;
  width: 90px;
  vertical-align: text-top;
}
#footer-v2 .country .container .country-region ul li a .flag {
  width: 31px;
  height: 24px;
  display: block;
  margin: 10px auto;
  margin-top: 0;
  background-color: #999999;
  background-size: cover;
}
#footer-v2 .country .container .country-region ul li a.active {
  color: #333333;
  background: #fff;
}
#footer-v2 .contact-details {
  border-bottom: 1px solid #eeeeee;
  padding: 25px 0 15px 0;
}
#footer-v2 .contact-details .contact-info {
  text-align: center;
  padding-bottom: 25px;
}
#footer-v2 .contact-details .contact-info:nth-child(1) {
  border-right: 1px solid #e3e3e3;
}
#footer-v2 .contact-details .contact-info:nth-child(3) {
  border-top: 1px solid #e3e3e3;
  padding: 15px 25px 0 25px;
  margin-top: 15px;
}
#footer-v2 .contact-details .contact-info label {
  display: inline-block;
  margin-top: 12px;
  margin-left: 5px;
  vertical-align: top;
}
#footer-v2 .contact-details .contact-info label:nth-child(2) h4,
#footer-v2 .contact-details .contact-info label:nth-child(2) a {
  font-size: 11px;
  text-transform: uppercase;
  margin: 0;
  color: #878787;
  font-weight: 400;
}
#footer-v2 .contact-details .contact-info label:nth-child(2) a {
  color: #00aeef;
  -webkit-transition: 0.2s all ease-in-out;
  /* Safari and Chrome */
  -moz-transition: 0.2s all ease-in-out;
  /* Mozilla Firefox */
  -ms-transition: 0.2s all ease-in-out;
  /* IE */
  -o-transition: 0.2s all ease-in-out;
  /* Opera */
  transition: 0.2s all ease-in-out;
  /* All Browsers */
}
#footer-v2 .contact-details .contact-info label:nth-child(2) p {
  margin: 6px 0 0 0;
}
#footer-v2 .contact-details .contact-info label:nth-child(2) p a {
  color: #878787;
  font-size: 14px;
  font-weight: 400;
  line-height: 0.8em;
}
#footer-v2 .contact-details .contact-info .icon-ln {
  display: inline-block;
  -webkit-transition: 0.2s all ease-in-out;
  /* Safari and Chrome */
  -moz-transition: 0.2s all ease-in-out;
  /* Mozilla Firefox */
  -ms-transition: 0.2s all ease-in-out;
  /* IE */
  -o-transition: 0.2s all ease-in-out;
  /* Opera */
  transition: 0.2s all ease-in-out;
  /* All Browsers */
  font-size: 75px;
  color: #ccc;
  width: 75px;
  height: 75px;
  text-align: center;
}
#footer-v2 .contact-details .contact-info:last-child {
  border-right: none;
}
#footer-v2 .contact-details .contact-info:last-child label:nth-child(2) a {
  font-size: 14px;
  text-transform: capitalize;
  line-height: 1.4em;
  display: inline-block;
  margin: 3px 0 0 0;
}
#footer-v2 .footer-links {
  padding-top: 10px;
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 25px;
}
#footer-v2 .footer-links h3 {
  font-size: 14px;
  color: #666666;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 8px;
}
#footer-v2 .footer-links h3 .icon-ln {
  font-size: 18px;
  color: #000;
}
#footer-v2 .footer-links li {
  line-height: 1em;
  margin: 8px 0;
}
#footer-v2 .footer-links li a {
  font-size: 12px;
  color: #878787;
  font-weight: 400;
}
#footer-v2 .footer-links li a .icon-ln {
  font-size: 19px;
  vertical-align: sub;
  margin-right: 5px;
}
#footer-v2 .footer-links .row > div {
  height: 240px;
  padding: 0 30px;
}
#footer-v2 .footer-logo {
  padding: 15px 0;
  margin-bottom: 55px;
}
#footer-v2 .footer-logo a {
  width: 170px;
  height: 34px;
  display: inline-block;
  background-repeat: no-repeat;
  position: relative;
  vertical-align: -webkit-baseline-middle;
  margin: 15px 0;
}
#footer-v2 .footer-logo a:before,
#footer-v2 .footer-logo a:after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.25s all ease-in;
  /* Safari and Chrome */
  -moz-transition: 0.25s all ease-in;
  /* Mozilla Firefox */
  -ms-transition: 0.25s all ease-in;
  /* IE */
  -o-transition: 0.25s all ease-in;
  /* Opera */
  transition: 0.25s all ease-in;
  /* All Browsers */
  left: 0;
  top: 0;
}
#footer-v2 .footer-logo a:before {
  opacity: 0;
}
#footer-v2 .footer-logo .ln-logo {
  margin-bottom: 15px;
  text-align: center;
}
#footer-v2 .footer-logo .ln-logo a:before {
  background-image: url(/Portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new/ln_2D00_logo_2D00_gray.svg);
}
#footer-v2 .footer-logo .ln-logo a:after {
  background-image: url(/Portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new/ln_2D00_logo_2D00_color.svg);
}
#footer-v2 .footer-logo .re-logo {
  text-align: center;
}
#footer-v2 .footer-logo .re-logo a:before {
  background-image: url(/Portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new/re_2D00_logo.svg);
}
#footer-v2 .footer-logo .re-logo a:after {
  background-image: url(/Portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new/re_2D00_logo_2D00_color.svg);
}
/*tablet*/
@media screen and (min-width: 768px) {
  #footer-v2 .footer-links .row > div {
    height: auto;
  }
  #footer-v2 .contact-details .contact-info {
    text-align: left;
    border-right: 1px solid #e3e3e3;
  }
  #footer-v2 .contact-details .contact-info:nth-child(3) {
    border: none;
    padding: 0 15px;
    margin-top: 0;
  }
  #footer-v2 .country.open {
    height: 820px;
  }
  #footer-v2 .country .container .country-region {
    text-align: center;
  }
  #footer-v2 .country .container .country-region .region-name {
    text-align: center;
  }
  #footer-v2 .country .container .country-region ul {
    display: inline-block;
  }
  #footer-v2 .footer-logo .ln-logo {
    margin: 0;
    text-align: left;
  }
  #footer-v2 .footer-logo .re-logo {
    text-align: right;
  }
}
/*desktop*/
@media screen and (min-width: 1024px) {
  #footer-v2 a:hover {
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: 0.25s all ease-in;
    /* Safari and Chrome */
    -moz-transition: 0.25s all ease-in;
    /* Mozilla Firefox */
    -ms-transition: 0.25s all ease-in;
    /* IE */
    -o-transition: 0.25s all ease-in;
    /* Opera */
    transition: 0.25s all ease-in;
    /* All Browsers */
  }
  #footer-v2 .country-container a:hover .us {
    color: #000;
  }
  #footer-v2 .country.open {
    height: 438px;
  }
  #footer-v2 .country .container .country-region {
    margin: 60px 0 45px 0;
  }
  #footer-v2 .country .container .country-region:nth-child(2) {
    text-align: center;
  }
  #footer-v2 .country .container .country-region:nth-child(2) .country-list {
    width: 75%;
  }
  #footer-v2 .country .container .country-region:nth-child(2) ul {
    column-count: 3;
    column-gap: 10px;
  }
  #footer-v2 .country .container .country-region:nth-child(3) {
    text-align: right;
  }
  #footer-v2 .country .container .country-region:nth-child(3) ul {
    column-count: 2;
    column-gap: 20px;
  }
  #footer-v2 .country .container .country-region .region-name {
    text-align: left;
  }
  #footer-v2 .country .container .country-region .center-list {
    text-align: center;
  }
  #footer-v2 .country .container .country-region .country-list {
    display: inline-block;
    text-align: left;
  }
  #footer-v2 .country .container .country-region ul {
    display: inline-block;
  }
  #footer-v2 .country .container .country-region ul:last-child {
    margin-right: 0;
  }
  #footer-v2 .country .container .country-region ul li {
    display: block;
  }
  #footer-v2 .country .container .country-region ul li a {
    width: auto;
    text-align: left;
  }
  #footer-v2 .country .container .country-region ul li a.active:hover {
    color: #333333;
    background: #fff;
  }
  #footer-v2 .country .container .country-region ul li a:hover {
    background: #e2e2e2;
    text-decoration: none;
  }
  #footer-v2 .country .container .country-region ul li a .flag {
    width: 21px;
    height: 14px;
    display: inline-block;
    margin: 0 10px 0 0;
  }
  #footer-v2 .country .container .country-region ul li a span {
    float: right;
    width: calc(100% - 31px);
  }
  #footer-v2 .contact-details {
    padding: 58px 0 44px 0;
  }
  #footer-v2 .contact-details .contact-info:hover .icon-ln {
    color: #ed1c24;
  }
  #footer-v2 .contact-details .contact-info:hover label:nth-child(2) p a {
    color: #5a5a5a;
  }
  #footer-v2 .contact-details .contact-info:hover label:nth-child(2) p a:hover {
    color: #000;
    font-weight: 400;
  }
  #footer-v2 .contact-details .contact-info:hover label:nth-child(2) a {
    color: #00aeef;
    text-decoration: none;
  }
  #footer-v2 .contact-details .contact-info:hover label:nth-child(2) a:hover {
    color: #0090c6;
    font-weight: 400;
  }
  #footer-v2 .contact-details .contact-info:nth-child(1) {
    text-align: left;
  }
  #footer-v2 .contact-details .contact-info:nth-child(2) {
    text-align: center;
  }
  #footer-v2 .contact-details .contact-info:nth-child(2) > label {
    text-align: left;
  }
  #footer-v2 .contact-details .contact-info:nth-child(3) {
    text-align: right;
  }
  #footer-v2 .contact-details .contact-info:nth-child(3) > label {
    text-align: left;
  }
  #footer-v2 .contact-details .contact-info label:nth-child(2) a {
    color: #999;
  }
  #footer-v2 .contact-details .contact-info label:nth-child(2) p a {
    font-size: 22px;
  }
  #footer-v2 .contact-details .contact-info:last-child label:nth-child(2) a {
    font-size: 22px;
    margin: 0;
  }
  #footer-v2 .contact-details .contact-info:last-child:hover {
    font-weight: 400;
  }
  #footer-v2 .footer-links {
    padding-top: 25px;
    padding-bottom: 54px;
  }
  #footer-v2 .footer-links > div {
    padding: 0 15px;
  }
  #footer-v2 .footer-links li a:hover {
    font-weight: 400;
    color: #ed1c24;
  }
  #footer-v2 .footer-logo {
    padding: 30px 0;
    margin: 0;
  }
  #footer-v2 .footer-logo a {
    width: 150px;
    height: 30px;
    margin: 0;
  }
  #footer-v2 .footer-logo a:after {
    opacity: 0;
  }
  #footer-v2 .footer-logo a:before {
    opacity: 1;
  }
  #footer-v2 .footer-logo a:hover:before {
    opacity: 0;
  }
  #footer-v2 .footer-logo a:hover:after {
    opacity: 1;
  }
}
/*
	Verion 2.1

	Created by : Anoop Chauhan
	Basecamp   : https://basecamp.com/2265851/projects/13402667/todos/327281117
	

*/
#footer-v2.no-prod .contact-details {
  padding-bottom: 30px;
}
#footer-v2.no-prod .contact-details .contact-info {
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.06);
  background: #ffffff;
  border-radius: 4px;
  height: 145px;
  overflow: hidden;
  text-align: left;
  z-index: 1;
  border: none;
  padding: 25px;
  margin: 0;
  margin-bottom: 15px;
}
#footer-v2.no-prod .contact-details .contact-info:last-child {
  margin-right: 0;
}
#footer-v2.no-prod .contact-details .contact-info .icon-ln {
  font-size: 250px;
  color: #eeeeee;
  position: absolute;
  width: auto;
  height: auto;
  right: -50px;
  top: -60px;
  z-index: -1;
  opacity: 0.5;
}
#footer-v2.no-prod .contact-details .contact-info h6 {
  font-size: 12px;
  font-weight: 400;
  color: #999999;
  margin: 0;
}
#footer-v2.no-prod .contact-details .contact-info a.higlight {
  font-size: 24px;
  color: #555555;
  cursor: default;
  display: block;
  margin-bottom: 15px;
}
#footer-v2.no-prod .contact-details .contact-info a.higlight:hover {
  color: #555555;
}
#footer-v2.no-prod .contact-details .contact-info a.btn.cta-3 {
  background-color: #999999;
}
#footer-v2.no-prod .contact-details .contact-info a.btn.cta-3:hover {
  background-color: #00aeef;
}
@media screen and (min-width: 1024px) {
  #footer-v2.no-prod .contact-details .contact-info {
    width: calc(33.3% - 16.66px);
    margin-right: 25px;
  }
}
.flag-icon-background {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}
.flag-icon {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
  width: 1.33333333em;
  line-height: 1em;
}
.flag {
  width: 21px;
  height: 14px;
  display: inline-block;
  margin: 0 10px 0 0;
  vertical-align: bottom;
}
.flag-icon:before {
  content: "\00a0";
}
.flag-icon-ad {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/ad.svg);
}
.flag-icon-ae {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/ae.svg);
}
.flag-icon-af {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/af.svg);
}
.flag-icon-ag {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/ag.svg);
}
.flag-icon-ai {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/ai.svg);
}
.flag-icon-al {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/al.svg);
}
.flag-icon-am {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/am.svg);
}
.flag-icon-ao {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/ao.svg);
}
.flag-icon-aq {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/aq.svg);
}
.flag-icon-ar {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/ar.svg);
}
.flag-icon-as {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/as.svg);
}
.flag-icon-at {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/at.svg);
}
.flag-icon-au {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/au.svg);
}
.flag-icon-aw {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/aw.svg);
}
.flag-icon-ax {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/ax.svg);
}
.flag-icon-az {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/az.svg);
}
.flag-icon-ba {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/ba.svg);
}
.flag-icon-bb {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/bb.svg);
}
.flag-icon-bd {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/bd.svg);
}
.flag-icon-be {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/be.svg);
}
.flag-icon-bf {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/bf.svg);
}
.flag-icon-bg {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/bg.svg);
}
.flag-icon-bh {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/bh.svg);
}
.flag-icon-bi {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/bi.svg);
}
.flag-icon-bj {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/bj.svg);
}
.flag-icon-bl {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/bl.svg);
}
.flag-icon-bm {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/bm.svg);
}
.flag-icon-bn {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/bn.svg);
}
.flag-icon-bo {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/bo.svg);
}
.flag-icon-bq {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/bq.svg);
}
.flag-icon-br {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/br.svg);
}
.flag-icon-bs {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/bs.svg);
}
.flag-icon-bt {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/bt.svg);
}
.flag-icon-bv {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/bv.svg);
}
.flag-icon-bw {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/bw.svg);
}
.flag-icon-by {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/by.svg);
}
.flag-icon-bz {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/bz.svg);
}
.flag-icon-ca {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/ca.svg);
}
.flag-icon-cc {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/cc.svg);
}
.flag-icon-cd {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/cd.svg);
}
.flag-icon-cf {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/cf.svg);
}
.flag-icon-cg {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/cg.svg);
}
.flag-icon-ch {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/ch.svg);
}
.flag-icon-ci {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/ci.svg);
}
.flag-icon-ck {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/ck.svg);
}
.flag-icon-cl {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/cl.svg);
}
.flag-icon-cm {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/cm.svg);
}
.flag-icon-cn {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/cn.svg);
}
.flag-icon-co {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/co.svg);
}
.flag-icon-cr {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/cr.svg);
}
.flag-icon-cu {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/cu.svg);
}
.flag-icon-cv {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/cv.svg);
}
.flag-icon-cw {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/cw.svg);
}
.flag-icon-cx {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/cx.svg);
}
.flag-icon-cy {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/cy.svg);
}
.flag-icon-cz {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/cz.svg);
}
.flag-icon-de {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/de.svg);
}
.flag-icon-dj {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/dj.svg);
}
.flag-icon-dk {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/dk.svg);
}
.flag-icon-dm {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/dm.svg);
}
.flag-icon-do {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/do.svg);
}
.flag-icon-dz {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/dz.svg);
}
.flag-icon-ec {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/ec.svg);
}
.flag-icon-ee {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/ee.svg);
}
.flag-icon-eg {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/eg.svg);
}
.flag-icon-eh {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/eh.svg);
}
.flag-icon-er {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/er.svg);
}
.flag-icon-es {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/es.svg);
}
.flag-icon-et {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/et.svg);
}
.flag-icon-fi {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/fi.svg);
}
.flag-icon-fj {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/fj.svg);
}
.flag-icon-fk {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/fk.svg);
}
.flag-icon-fm {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/fm.svg);
}
.flag-icon-fo {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/fo.svg);
}
.flag-icon-fr {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/fr.svg);
}
.flag-icon-ga {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/ga.svg);
}
.flag-icon-gb {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/gb.svg);
}
.flag-icon-gd {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/gd.svg);
}
.flag-icon-ge {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/ge.svg);
}
.flag-icon-gf {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/gf.svg);
}
.flag-icon-gg {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/gg.svg);
}
.flag-icon-gh {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/gh.svg);
}
.flag-icon-gi {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/gi.svg);
}
.flag-icon-gl {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/gl.svg);
}
.flag-icon-gm {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/gm.svg);
}
.flag-icon-gn {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/gn.svg);
}
.flag-icon-gp {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/gp.svg);
}
.flag-icon-gq {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/gq.svg);
}
.flag-icon-gr {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/gr.svg);
}
.flag-icon-gs {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/gs.svg);
}
.flag-icon-gt {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/gt.svg);
}
.flag-icon-gu {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/gu.svg);
}
.flag-icon-gw {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/gw.svg);
}
.flag-icon-gy {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/gy.svg);
}
.flag-icon-hk {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/hk.svg);
}
.flag-icon-hm {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/hm.svg);
}
.flag-icon-hn {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/hn.svg);
}
.flag-icon-hr {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/hr.svg);
}
.flag-icon-ht {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/ht.svg);
}
.flag-icon-hu {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/hu.svg);
}
.flag-icon-id {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/id.svg);
}
.flag-icon-ie {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/ie.svg);
}
.flag-icon-il {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/il.svg);
}
.flag-icon-im {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/im.svg);
}
.flag-icon-in {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/in.svg);
}
.flag-icon-io {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/io.svg);
}
.flag-icon-iq {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/iq.svg);
}
.flag-icon-ir {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/ir.svg);
}
.flag-icon-is {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/is.svg);
}
.flag-icon-it {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/it.svg);
}
.flag-icon-je {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/je.svg);
}
.flag-icon-jm {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/jm.svg);
}
.flag-icon-jo {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/jo.svg);
}
.flag-icon-jp {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/jp.svg);
}
.flag-icon-ke {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/ke.svg);
}
.flag-icon-kg {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/kg.svg);
}
.flag-icon-kh {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/kh.svg);
}
.flag-icon-ki {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/ki.svg);
}
.flag-icon-km {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/km.svg);
}
.flag-icon-kn {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/kn.svg);
}
.flag-icon-kp {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/kp.svg);
}
.flag-icon-kr {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/kr.svg);
}
.flag-icon-kw {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/kw.svg);
}
.flag-icon-ky {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/ky.svg);
}
.flag-icon-kz {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/kz.svg);
}
.flag-icon-la {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/la.svg);
}
.flag-icon-lb {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/lb.svg);
}
.flag-icon-lc {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/lc.svg);
}
.flag-icon-li {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/li.svg);
}
.flag-icon-lk {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/lk.svg);
}
.flag-icon-lr {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/lr.svg);
}
.flag-icon-ls {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/ls.svg);
}
.flag-icon-lt {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/lt.svg);
}
.flag-icon-lu {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/lu.svg);
}
.flag-icon-lv {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/lv.svg);
}
.flag-icon-ly {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/ly.svg);
}
.flag-icon-ma {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/ma.svg);
}
.flag-icon-mc {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/mc.svg);
}
.flag-icon-md {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/md.svg);
}
.flag-icon-me {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/me.svg);
}
.flag-icon-mf {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/mf.svg);
}
.flag-icon-mg {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/mg.svg);
}
.flag-icon-mh {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/mh.svg);
}
.flag-icon-mk {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/mk.svg);
}
.flag-icon-ml {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/ml.svg);
}
.flag-icon-mm {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/mm.svg);
}
.flag-icon-mn {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/mn.svg);
}
.flag-icon-mo {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/mo.svg);
}
.flag-icon-mp {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/mp.svg);
}
.flag-icon-mq {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/mq.svg);
}
.flag-icon-mr {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/mr.svg);
}
.flag-icon-ms {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/ms.svg);
}
.flag-icon-mt {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/mt.svg);
}
.flag-icon-mu {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/mu.svg);
}
.flag-icon-mv {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/mv.svg);
}
.flag-icon-mw {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/mw.svg);
}
.flag-icon-mx {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/mx.svg);
}
.flag-icon-my {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/my.svg);
}
.flag-icon-mz {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/mz.svg);
}
.flag-icon-na {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/na.svg);
}
.flag-icon-nc {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/nc.svg);
}
.flag-icon-ne {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/ne.svg);
}
.flag-icon-nf {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/nf.svg);
}
.flag-icon-ng {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/ng.svg);
}
.flag-icon-ni {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/ni.svg);
}
.flag-icon-nl {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/nl.svg);
}
.flag-icon-no {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/no.svg);
}
.flag-icon-np {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/np.svg);
}
.flag-icon-nr {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/nr.svg);
}
.flag-icon-nu {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/nu.svg);
}
.flag-icon-nz {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/nz.svg);
}
.flag-icon-om {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/om.svg);
}
.flag-icon-pa {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/pa.svg);
}
.flag-icon-pe {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/pe.svg);
}
.flag-icon-pf {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/pf.svg);
}
.flag-icon-pg {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/pg.svg);
}
.flag-icon-ph {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/ph.svg);
}
.flag-icon-pk {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/pk.svg);
}
.flag-icon-pl {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/pl.svg);
}
.flag-icon-pm {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/pm.svg);
}
.flag-icon-pn {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/pn.svg);
}
.flag-icon-pr {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/pr.svg);
}
.flag-icon-ps {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/ps.svg);
}
.flag-icon-pt {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/pt.svg);
}
.flag-icon-pw {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/pw.svg);
}
.flag-icon-py {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/py.svg);
}
.flag-icon-qa {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/qa.svg);
}
.flag-icon-re {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/re.svg);
}
.flag-icon-ro {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/ro.svg);
}
.flag-icon-rs {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/rs.svg);
}
.flag-icon-ru {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/ru.svg);
}
.flag-icon-rw {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/rw.svg);
}
.flag-icon-sa {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/sa.svg);
}
.flag-icon-sb {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/sb.svg);
}
.flag-icon-sc {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/sc.svg);
}
.flag-icon-sd {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/sd.svg);
}
.flag-icon-se {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/se.svg);
}
.flag-icon-sg {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/sg.svg);
}
.flag-icon-sh {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/sh.svg);
}
.flag-icon-si {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/si.svg);
}
.flag-icon-sj {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/sj.svg);
}
.flag-icon-sk {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/sk.svg);
}
.flag-icon-sl {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/sl.svg);
}
.flag-icon-sm {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/sm.svg);
}
.flag-icon-sn {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/sn.svg);
}
.flag-icon-so {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/so.svg);
}
.flag-icon-sr {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/sr.svg);
}
.flag-icon-ss {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/ss.svg);
}
.flag-icon-st {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/st.svg);
}
.flag-icon-sv {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/sv.svg);
}
.flag-icon-sx {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/sx.svg);
}
.flag-icon-sy {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/sy.svg);
}
.flag-icon-sz {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/sz.svg);
}
.flag-icon-tc {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/tc.svg);
}
.flag-icon-td {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/td.svg);
}
.flag-icon-tf {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/tf.svg);
}
.flag-icon-tg {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/tg.svg);
}
.flag-icon-th {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/th.svg);
}
.flag-icon-tj {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/tj.svg);
}
.flag-icon-tk {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/tk.svg);
}
.flag-icon-tl {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/tl.svg);
}
.flag-icon-tm {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/tm.svg);
}
.flag-icon-tn {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/tn.svg);
}
.flag-icon-to {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/to.svg);
}
.flag-icon-tr {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/tr.svg);
}
.flag-icon-tt {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/tt.svg);
}
.flag-icon-tv {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/tv.svg);
}
.flag-icon-tw {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/tw.svg);
}
.flag-icon-tz {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/tz.svg);
}
.flag-icon-ua {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/ua.svg);
}
.flag-icon-ug {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/ug.svg);
}
.flag-icon-um {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/um.svg);
}
.flag-icon-us {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/us.svg);
}
.flag-icon-uy {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/uy.svg);
}
.flag-icon-uz {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/uz.svg);
}
.flag-icon-va {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/va.svg);
}
.flag-icon-vc {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/vc.svg);
}
.flag-icon-ve {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/ve.svg);
}
.flag-icon-vg {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/vg.svg);
}
.flag-icon-vi {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/vi.svg);
}
.flag-icon-vn {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/vn.svg);
}
.flag-icon-vu {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/vu.svg);
}
.flag-icon-wf {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/wf.svg);
}
.flag-icon-ws {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/ws.svg);
}
.flag-icon-ye {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/ye.svg);
}
.flag-icon-yt {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/yt.svg);
}
.flag-icon-za {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/za.svg);
}
.flag-icon-zm {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/zm.svg);
}
.flag-icon-zw {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/zw.svg);
}
.flag-icon-es-ct {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/es-ct.svg);
}
.flag-icon-eu {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/eu.svg);
}
.flag-icon-gb-eng {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/gb-eng.svg);
}
.flag-icon-gb-nir {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/gb-nir.svg);
}
.flag-icon-gb-sct {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/gb-sct.svg);
}
.flag-icon-gb-wls {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/gb-wls.svg);
}
.flag-icon-un {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/un.svg);
}
.flag-icon-lat {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/lat.svg);
}
.flag-icon-zz {
  background-image: url(/portal/cfs-file/__key/communityserver-components-sitefiles/images_2D00_new-flags/zz.svg);
}
/*addition*/

#footer-v2 .copy-right{padding: 12px 15px;}
#footer-v2 .contact-details{padding: 58px 15px 44px;}
.footer-fragments .layout{max-width: 100% !important;
    padding-left: 0;
    padding-right: 0;
    width: 100% !important;
    padding-left:0px !important;
    padding-right:0px !important;
    }
#footer-v2 .container
{
    width: 1170px;
    margin:0 auto;
}   
@media (max-width: 1170px) 
{
    #footer-v2 .container
{
    width: 100%;
    margin:0 auto;
} 
    }