/* -----------------------
   MOBILE NAVIGATION
------------------------ */

#modal-mobilenav {
  padding-top: 55px;
}

#modal-mobilenav .actions {
  position: absolute;
  left: 25px;
  top: 9px;
}

#modal-mobilenav .actions a {
  color: #717171;
}

#modal-mobilenav .actions a.help {
  font-size: 22px;
  margin-left: 10px;
}

#modal-mobilenav .actions a.cart {
  font-size: 24px;
  position: relative;
  bottom: -1px;
}

/* -----------------------
   HEADER Search results
------------------------ */

ul.ui-autocomplete.ui-menu {
  border: 1px solid #d0d0d0;
  border-top: none;
  background: #ffffff 50% 50% repeat-x;
  color: #222222;
  list-style: none;
  padding: 0;
  margin: 0;
  outline: none;
  font-size: 12px;
  width: 150px;
  position: absolute;
  z-index: 3;
  max-height: 270px;
  overflow: auto;
}

ul.ui-autocomplete.ui-menu .ui-menu-item {
  position: relative;
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

ul.ui-autocomplete.ui-menu .ui-menu-item.ui-state-focus,
ul.ui-autocomplete.ui-menu .ui-menu-item.ui-state-active,
ul.ui-autocomplete.ui-menu .ui-menu-item a.ui-state-focus,
ul.ui-autocomplete.ui-menu .ui-menu-item a.ui-state-active {
  background: #f2f2f2;
  color: #004b85;
}

ul.ui-autocomplete.ui-menu .ui-menu-item.ui-state-focus a,
ul.ui-autocomplete.ui-menu .ui-menu-item.ui-state-active a {
  color: #004b85;
}

ul.ui-autocomplete.ui-menu .ui-menu-item a {
  padding: 5px 15px;
  display: block;
  border-bottom: 1px solid #efefef;
  text-decoration: none;
  color: #000;
}

ul.ui-autocomplete.ui-menu .ui-menu-item a span {
  color: #004B85 !important;
}

ul.ui-autocomplete.ui-menu .ui-autocomplete-category {
  border-bottom: 1px solid black;
  display: block;
  padding: 5px 10px;
  background-color: #004B85;
  color: white;
}

ul.ui-autocomplete.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}

.ui-helper-hidden-accessible {
  display: none;
}

/* -----------------------
   HEADER
------------------------ */

.idc-main-header {
  position: relative;
  z-index: 3;
}

.idc-main-header .heading {
  position: relative;
  padding: 13px 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.idc-main-header .heading > div:not(.search-wrap) {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.idc-main-header .heading .search-wrap {
  -webkit-flex-basis: 310px;
  -ms-flex-preferred-size: 310px;
  flex-basis: 310px;
  margin: 0 40px;
}

.idc-main-header .heading .search-wrap form#header-search {
  overflow: visible;
}

.idc-main-header .heading .search-wrap .searchbar {
  position: relative;
}

.idc-main-header .heading .search-wrap .searchbar input {
  border-color: #a5a4a4;
  height: 22px;
  padding-right: 30px;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 14px;
}

.idc-main-header .heading .search-wrap .searchbar input:focus {
  border-color: #cecece;
}

.idc-main-header .heading .search-wrap .searchbar .search-btn {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  color: #505050;
  border: 1px solid #a5a4a4;
  background-color: #ddd;
  width: 28px;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.idc-main-header .heading .search-wrap .searchbar .search-btn:hover {
  background-color: #d0d0d0;
}

.idc-main-header .heading .search-wrap .search__actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.idc-main-header .heading .search-wrap .search__actions a {
  font-size: 13px;
}

.idc-main-header .heading .search-wrap .search__actions a:hover {
  color: #2279bc;
}

.idc-main-header .heading .search-wrap .search__actions .language {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.idc-main-header .heading .search-wrap .search__actions .language span {
  font-size: 13px;
  color: #004b85;
  cursor: pointer;
}

.idc-main-header .heading .search-wrap .search__actions .language span:hover {
  color: #2279bc;
}

.idc-main-header .heading .search-wrap .search__actions .language span:after {
  content: "";
  position: relative;
  top: 12px;
  margin-left: 6px;
  line-height: 0;
  right: 1px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #004b85;
}

.idc-main-header .heading .search-wrap .search__actions .language:not(.active) ul {
  opacity: 0;
  pointer-events: none;
}

.idc-main-header .heading .search-wrap .search__actions .language ul {
  background: #fff;
  border: 1px solid #d0d0d0;
  list-style: none;
  margin: 0;
  font-size: 12px;
  position: absolute;
  z-index: 1;
  right: 0;
  top: 100%;
}

.idc-main-header .heading .search-wrap .search__actions .language ul:before {
  content: "";
  top: -5px;
  right: 0;
  position: absolute;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #d0d0d0;
}

.idc-main-header .heading .search-wrap .search__actions .language ul li {
  cursor: pointer;
  padding: 8px 15px;
  white-space: nowrap;
}

.idc-main-header .heading .search-wrap .search__actions .language ul li:hover {
  background: #f2f2f2;
  color: #2279bc;
}

.idc-main-header .heading .info-wrap .info__actions {
  text-align: right;
}

.idc-main-header .heading .info-wrap .info__actions a {
  line-height: 0;
}

.idc-main-header .heading .info-wrap .info__actions a:hover i {
  color: #2279bc;
}

.idc-main-header .heading .info-wrap .info__actions a.help {
  font-size: 22px;
  margin-left: 10px;
}

.idc-main-header .heading .info-wrap .info__actions a.cart {
  font-size: 24px;
  position: relative;
  bottom: -1px;
}

.idc-main-header .heading .info-wrap .user {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.idc-main-header .heading .info-wrap .user a {
  font-weight: normal;
  font-size: 15px;
}

.idc-main-header .heading .info-wrap .user a:hover {
  color: #2279bc;
}

.idc-main-header .heading .info-wrap .user strong:before {
  content: "";
  width: 1px;
  height: 17px;
  background-color: #2279bc;
  display: inline-block;
  margin: 0 7px 0 10px;
  position: relative;
  bottom: -3px;
}

.idc-main-header .heading .info-wrap .user .login-arrow {
  position: relative;
}

.idc-main-header .heading .info-wrap .user .login-arrow .userName {
  color: #004b85;
  cursor: pointer;
  text-align: right;
  font-size: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  position: relative;
}

.idc-main-header .heading .info-wrap .user .login-arrow .userName:hover {
  color: #2279bc;
}

.idc-main-header .heading .info-wrap .user .login-arrow .userName:after {
  display: inline-block;
  content: "";
  position: relative;
  top: -3px;
  margin-left: 6px;
  line-height: 0;
  right: 1px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #004b85;
}

.idc-main-header .heading .info-wrap .user .login-arrow .userName:not(.active) + .loginInfo {
  opacity: 0;
  pointer-events: none;
}

.idc-main-header .heading .info-wrap .user .login-arrow .loginInfo {
  position: absolute;
  z-index: 992;
  background: #fff;
  border: 1px solid #d0d0d0;
  list-style: none;
  margin: 0;
  right: 0;
  top: 100%;
}

.idc-main-header .heading .info-wrap .user .login-arrow .loginInfo:before {
  content: "";
  top: -5px;
  right: 0;
  position: absolute;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #d0d0d0;
}

.idc-main-header .heading .info-wrap .user .login-arrow .loginInfo a {
  color: #222;
  padding: 8px 15px;
  white-space: nowrap;
  display: block;
  font-size: 14px;
}

.idc-main-header .heading .info-wrap .user .login-arrow .loginInfo a:hover {
  background: #f2f2f2;
  color: #2279bc;
}

.idc-main-header .heading .info-wrap .user .login-arrow .loginInfo a u {
  text-decoration: none;
}

.idc-main-header nav {
  background: #004b85;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.idc-main-header nav .is-dropdown-submenu-parent > a[data-nav="Local Sites"] {
  cursor: default;
}

.idc-main-header nav .is-dropdown-submenu-parent > a[data-nav="Local Sites"] + ul > li:first-child {
  display: block !important;
}

.touchscreen .idc-main-header nav .is-dropdown-submenu-parent > a {
  pointer-events: none;
}

.touchscreen .idc-main-header nav .is-dropdown-submenu-parent > a[data-nav="About IDC"],
.touchscreen .idc-main-header nav .is-dropdown-submenu-parent > a[data-nav="Analysts"],
.touchscreen .idc-main-header nav .is-dropdown-submenu-parent > a[data-nav="Products + Services"],
.touchscreen .idc-main-header nav .is-dropdown-submenu-parent > a[data-nav="Events"],
.touchscreen .idc-main-header nav .is-dropdown-submenu-parent > a[data-nav="myIDC"] {
  cursor: default;
}

.normalscreen .idc-main-header nav .is-dropdown-submenu-parent > ul > li:first-child {
  display: none;
}

.idc-main-header nav > .dropdown.menu > .is-dropdown-submenu-parent.is-down-arrow > a {
  padding-right: 1rem;
}

.idc-main-header nav > .dropdown.menu > .is-dropdown-submenu-parent > a:after {
  display: none !important;
}

.idc-main-header nav .is-dropdown-submenu-parent a::after {
  margin-top: 5px;
}

.idc-main-header nav #menu-button {
  position: relative;
}

.idc-main-header nav #menu-button,
.idc-main-header nav #menu-button .menu-icon-wrap {
  height: 40px;
}

.idc-main-header nav #menu-button .menu-button-placeholder {
  width: 110px;
}

.idc-main-header nav #menu-button .menu-button-placeholder,
.idc-main-header nav #menu-button .menu-button-actual {
  padding: 0 10px;
}

.idc-main-header nav > .menu ul:not(.is-dropdown-submenu) {
  display: none;
}

.idc-main-header nav > .menu li a {
  font-size: 14px;
}

.idc-main-header nav > .menu > li > a {
  color: #fff;
  padding: 12px 1rem;
  border-top: 1px solid #004b85;
}

.idc-main-header nav > .menu > li > a[data-nav="myIDC"] {
  background-color: #2279bc;
  border-top: 1px solid #2279bc;
}

.idc-main-header nav > .menu > li > a.current-nav {
  background-color: #e9e9e9;
  border-color: orange;
  border-top-width: 2px;
  padding-top: 11px;
  color: #004b85;
}

.idc-main-header nav > .menu > li:hover > a,
.idc-main-header nav > .menu > li.is-active > a {
  background: #fff;
  color: #656565;
  border-color: #d0d0d0;
}

.idc-main-header nav > .menu > li:hover > a:hover,
.idc-main-header nav > .menu > li.is-active > a:hover {
  color: #2279bc;
  background-color: #f2f2f2;
}

.idc-main-header nav > .menu > li:hover > a.current-nav {
  border-color: orange;
}

.idc-main-header nav > .menu > li > .is-dropdown-submenu {
  border-top: none;
}

.idc-main-header nav > .menu .is-dropdown-submenu {
  list-style: none;
  margin: 0;
  text-align: left;
  border-color: #d0d0d0;
}

.idc-main-header nav > .menu .is-dropdown-submenu a {
  color: #656565;
  display: block;
  width: 100%;
  padding: 8px 1rem;
  line-height: 1.6;
}

.idc-main-header nav > .menu .is-dropdown-submenu a:hover {
  color: #2279bc;
  background-color: #f2f2f2;
}

.idc-main-header nav > .menu .is-dropdown-submenu[data-gtm-root="LOCAL SITES"] {
  max-height: 300px;
  overflow: auto;
}

.idc-main-header .subnav {
  background: #e9e9e9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 8px 0 5px 0;
  min-height: 38px;
}

.idc-main-header .subnav ul:not(.current-nav) {
  display: none;
}

.idc-main-header .subnav ul.current-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
}

.idc-main-header .subnav ul.current-nav li {
  padding: 0 12px;
}

.idc-main-header .subnav ul.current-nav li a {
  color: #666;
  font-size: 14px;
}

.idc-main-header .subnav ul.current-nav li a:hover {
  border-bottom: 1px solid #828282;
}

.idc-main-header .subnav ul.current-nav li a.current-nav {
  font-weight: 700;
  color: #676767;
}

/* -----------------------
   SHARE PANEL RIGHT EDGE OF SCREEN
------------------------ */

body > .idc-main-share a .icom {
  line-height: 0;
  font-size: 19px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #ddd;
  padding: 0 5px;
  text-align: center;
  width: 28px;
  height: 28px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

body > .idc-main-share a .icom:before {
  color: #004b85;
}

body > .idc-main-share a .icom:hover:before {
  color: #fff;
}

body > .idc-main-share a[data-gtm-link*="Facebook"]:hover .icom {
  background: #3b5998;
}

body > .idc-main-share a[data-gtm-link*="Twitter"]:hover .icom {
  background: #1da1f2;
}

body > .idc-main-share a[data-gtm-link*="LinkedIn"]:hover .icom {
  background: #0077b5;
}

body > .idc-main-share a[data-gtm-link*="Google"]:hover .icom {
  background: #dd4836;
}

/* -----------------------
   CONTENT
------------------------ */

.idc-main-content {
  min-height: 90vh;
  background-color: #fff;
  position: relative;
  z-index: 2;
}

/* -----------------------
   FOOTER
------------------------ */

.idc-main-footer {
  background-color: #1D3E72;
  color: #e4e4e4;
}

.idc-main-footer .heading {
  font-weight: 600;
  margin-bottom: 15px;
  color: #bdbdbd;
}

.idc-main-footer ul {
  list-style: none;
  margin: 0;
}

.idc-main-footer ul li:before {
  color: #adadad;
}

.idc-main-footer ul li:hover:before {
  color: #f2f2f2;
}

.idc-main-footer ul li a {
  color: #e4e4e4;
}

.idc-main-footer ul li a:hover {
  color: currentColor;
}

.idc-main-footer .main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.idc-main-footer .main address {
  font-style: normal;
  margin: 30px 0 15px 0;
}

.idc-main-footer .main .idc-main-share {
  margin: 0 -2px 0 -9px;
}

.idc-main-footer .main .idc-main-share a {
  padding: 5px;
}

.idc-main-footer .main .idc-main-share a + a {
  margin-left: 5px;
}

.idc-main-footer .main .idc-main-share a .icom:before {
  color: #ddd;
  font-size: 1.45em;
}

.idc-main-footer .main .idc-main-share a:hover .icom:before {
  color: #fff;
  text-shadow: 2px 2px #383838;
}

.idc-main-footer .sub {
  margin-top: 40px;
  border-top: 1px solid #1B325F;
  padding-top: 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* -----------------------
   STICKY FOOTER (on/off handled in idc-main.js)
------------------------ */

body[data-sticky-footer="on"] .idc-main-content {
  box-shadow: 0 2rem 4rem 0.5rem rgba(0, 0, 0, 0.25);
}

body[data-sticky-footer="on"] .idc-main-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

@media screen and (min-width: 40em) {
  .idc-main-footer .main > div:not(:first-child) {
    margin-left: 30px;
  }

  .idc-main-footer .sub ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .idc-main-footer .sub ul li {
    margin-top: 0;
    margin-left: 33px;
  }

  .idc-main-footer .sub ul li:before {
    display: none;
  }
}

@media screen and (min-width: 730px) {
  .idc-main-footer .sub .copyright br {
    display: none;
  }
}

@media screen and (min-width: 64em) {
  .idc-main-header .heading > div:not(.search-wrap) {
    -webkit-flex-basis: 300px;
    -ms-flex-preferred-size: 300px;
    flex-basis: 300px;
  }

  .idc-main-header .heading .search-wrap .searchbar input::-webkit-input-placeholder {
    color: transparent;
  }

  .idc-main-header .heading .search-wrap .searchbar input:-moz-placeholder {
    color: transparent;
  }

  .idc-main-header .heading .search-wrap .searchbar input::-moz-placeholder {
    color: transparent;
  }

  .idc-main-header .heading .search-wrap .searchbar input:-ms-input-placeholder {
    color: transparent;
  }

  .idc-main-header nav #menu-button {
    display: none;
  }

  body > .idc-main-share {
    position: fixed;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 3;
  }

  .idc-main-content {
    padding-bottom: 90px;
  }

  .idc-main-footer {
    padding: 90px 0;
  }
}

@media screen and (max-width: 949px) {
  .idc-main-footer {
    font-size: 14px;
  }
}

@media screen and (max-width: 27em) {
  .idc-main-header nav #menu-button .menu-text {
    opacity: 0;
    pointer-events: none;
    right: 84px;
    position: relative;
  }

  .idc-main-header nav #menu-button .menu-button-placeholder,
  .idc-main-header nav #menu-button .menu-button-actual {
    width: 42px;
    overflow: hidden;
  }
}

@media screen and (max-width: 63.9375em) {
  .idc-main-header .heading {
    padding: 13px 10px;
    min-height: 68px;
  }

  .idc-main-header .heading .search-wrap {
    position: absolute;
    margin: 0;
    top: -webkit-calc(100% + 9px);
    top: calc(100% + 9px);
    left: 10px;
    z-index: 1;
  }

  .idc-main-header .heading .search-wrap .searchbar input {
    background-color: #004b85;
    border: none;
    padding-left: 35px;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    font-size: 13px;
  }

  .idc-main-header .heading .search-wrap .searchbar input::-webkit-input-placeholder {
    color: #fff;
  }

  .idc-main-header .heading .search-wrap .searchbar input:-moz-placeholder {
    color: #fff;
  }

  .idc-main-header .heading .search-wrap .searchbar input::-moz-placeholder {
    color: #fff;
  }

  .idc-main-header .heading .search-wrap .searchbar input:-ms-input-placeholder {
    color: #fff;
  }

  .idc-main-header .heading .search-wrap .searchbar .search-btn:hover {
    background-color: transparent;
    color: #54a4e2;
  }

  .idc-main-header .heading .search-wrap .searchbar .search-btn {
    right: -webkit-calc(100% - 28px);
    right: calc(100% - 28px);
    background: none;
    border: none;
    color: #fff;
  }

  .idc-main-header .heading .search-wrap.active .searchbar input {
    padding-left: 10px;
    background-color: #fff;
  }

  .idc-main-header .heading .search-wrap.active .searchbar input::-webkit-input-placeholder {
    color: #01010f;
  }

  .idc-main-header .heading .search-wrap.active .searchbar input:-moz-placeholder {
    color: #01010f;
  }

  .idc-main-header .heading .search-wrap.active .searchbar input::-moz-placeholder {
    color: #01010f;
  }

  .idc-main-header .heading .search-wrap.active .searchbar input:-ms-input-placeholder {
    color: #01010f;
  }

  .idc-main-header .heading .search-wrap.active .searchbar input ~ .search-btn {
    right: -28px;
  }

  .idc-main-header .heading .search-wrap .search__actions {
    display: none;
  }

  .idc-main-header .heading .info-wrap .info__actions {
    display: none;
  }

  .idc-main-header .heading .info-wrap .user .login-arrow .userName {
    max-width: 170px;
  }

  .idc-main-header nav {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .idc-main-header nav > .menu {
    display: none;
  }

  .idc-main-header .subnav {
    display: none;
  }

  body > .idc-main-share {
    display: none;
  }

  .idc-main-content {
    padding-bottom: 60px;
  }

  .idc-main-footer {
    padding: 60px 0;
  }
}

@media screen and (max-width: 39.9375em) {
  .idc-main-footer .main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .idc-main-footer .main > div:not(:first-child) {
    border-top: 1px solid #1B325F;
    margin-top: 18px;
  }

  .idc-main-footer .main address {
    margin: 15px 0 15px;
  }

  .idc-main-footer .main address br {
    display: none;
  }

  .idc-main-footer .main .heading {
    margin-top: 20px;
  }

  .idc-main-footer .main ul {
    margin: -5px;
  }

  .idc-main-footer .main ul li {
    margin: 5px 5px;
    display: inline-block;
  }

  .idc-main-footer .main ul li:before {
    display: none;
  }

  .idc-main-footer .sub .copyright {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .idc-main-footer .sub ul {
    margin-left: 15px;
  }
}

@media screen and (min-width: 64em) and (max-width: 1260px) {
  .idc-main-footer {
    padding-right: 20px;
  }
}