a.linkified {
    color: #000;
    text-decoration: underline;
}

.footer-column {
  float: left;
  margin-top: 10px;
}

.fb-like-box {
  display: none;
  float: left;
  width: auto;
}

.fb-like-widget {
  margin-top: 12px;
  margin-left: 4em;
  padding: 5px;
  width: 292px;
  height: 130px;
}

.copyright-text {
  clear: both;
  margin: 0 4em;
  width: calc(100% - 8em);
}

.store-locator {
  clear: both;
}

.store-locator a {
  color: #000000;
  font-weight: 700;
}

.fa-external-link {
  color: #f93a00;
  font-size: 1.5rem;
  padding-right: 1rem;
}

  /* page loader spin */

.page-loader-wrapper {
  position: fixed;
  top: 0;
  background-color: #ffffff;
  height: 100vh;
  width: 100%;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;

  -webkit-transition: background-color 0.1s ease-in-out;
  -moz-transition: background-color 0.1s ease-in-out;
  -o-transition: background-color 0.1s ease-in-out;
  transition: background-color 0.1s ease-in-out;
}

.page-loader-wrapper.loaded {
  background-color: transparent;
  display: none;
}

.page-loader {
  border: 3px solid #646464;
  border-radius: 50%;
  border-top: 3px solid #dfdfdf;
  width: 30px;
  height: 30px;
  opacity: 1;

  -webkit-animation: pageLoaderSpin 1s linear infinite;
  animation: pageLoaderSpin 1s linear infinite;

  -webkit-transition: opacity 0.1s ease-in-out;
  -moz-transition: opacity 0.1s ease-in-out;
  -o-transition: opacity 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out;
}

.page-loader.loaded {
  opacity: 0;
}

@-webkit-keyframes pageLoaderSpin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes pageLoaderSpin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
/* page loader spin ends here */


html body section.custom-page-list .head, html body section.subscriber-section .head {
    position: relative;
    display: inline-block;
    margin: 0.5em 0;

}

html body section.custom-page-list .main, html body section.subscriber-section .main {
    border-top: solid 1px #dadada;
    padding-top: 5em;
}

html body section.other-pages-list .main {
    border-bottom: solid 1px #dadada;
    margin-bottom: 5em;
}

html body section.custom-page-list .head .name, html body section.subscriber-section .head .name {
    font-size: 1.5em;
    line-height: 1.3em;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0;
}

html body section.custom-page-list .head .border, html body section.subscriber-section .head .border {
    width: 1.2em;
    height: 2px;
    background-color: #f93a00;
    display: block;
    position: absolute;
    bottom: -0.8em;
    left: 0;
}

.custom-page-names {
    padding-top: 3em;
    padding-bottom: 6em;
}

.custom-page-names .fa-file-text {
    color: #f93a00;
    font-size: 1.4rem;
    padding-right: 1rem;
    float: left;
}

.custom-page-names a {
    color: #000000;
    font-size: 1rem;
    line-height: 1.6rem;
    font-weight: 400;
    display: block;
    padding-top: 1.3rem;
    width: 400px;
}

.custom-page-names a div {
    padding-left: 2.5em;
}

#custom-content-box {
    margin: 8em calc((100% - 700px - 8em)/2);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
    width: 700px;
    padding: 4em;
    clear: both;
    z-index: 2;
}

#custom-html-box {
    overflow-x: auto;
    overflow-y: hidden;
}

#custom-html-box p {
  margin: 0;
}

.more-label-link span a {
    max-width: 125px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.modal {
  display:    none;
  position:   fixed;
  z-index:    10000;
  top:        0;
  left:       0;
  height:     100%;
  width:      100%;
  background: rgba( 0, 0, 0, .8 )
  url('../images/ring.gif')
  50% 35vh
  no-repeat;
}

body.loading .modal {
  display: block;
}

.alert-box {
    position: fixed;
    top: 35vh;
    background-color: rgba(0,0,0,.9);
    margin-left: calc((100% - 376px)/ 2);
    text-align: center;
    width: 376px;
    display: none;
    z-index: 10000;
}

.alert-msg {
    text-align: center;
    color: #fff;
    padding: 45px 45px 30px;
}

.alert-button {
    background-color: #a0a0a0;
    color: #fff;
    width: 132px;
    margin: 0 auto 19px;
    padding-top: 8px;
    padding-bottom: 8px;
    cursor: pointer;
}

.container-form .submit {
    cursor: pointer;
}

/* styles for search filter */
.search-filter {
    width: calc(100% - 8em);
    display: flex;
    margin: 0 auto;
    margin-top: 3vh;
}

.filter-item {
    display: flex;
    align-items: center;
    margin-right: 13px;
}

.filter-check {
    width: 13px;
    height: 13px;
    border: 1px solid #d5d5d5;
    cursor: pointer;
    margin-right: 5px;
    border-radius: 50%;
}

.filter-check.active {
  background-color: #d5d5d5;
}

.filter-text {
  font-size: 1rem;
  color: #d5d5d5;
}
/* search filter styles end here */

#no-results-text {
    display: none;
    font-size: 1.5em;
    margin: 1em;
}

.product-tag {
    float: left;
    font-size: 0.9em;

    padding: 0.5em 0.7em;
    background-color: #e6e6e6;
    margin-right: 1.5em;
    text-transform: capitalize;
    border-radius: 3px;
    border: solid 1px #dedede;
    margin-bottom: 1.5em;
    color: #676767;
}

#subscribe-contact {
    width: 95%;
    max-width: 400px;
    border: solid 1px #e4e4e4;
    line-height: 3rem;
    text-indent: 1.5rem;
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
    background-color: transparent;
    outline: none;
    margin-top: 2.5em;
}

#subscribe-button {
    width: 12rem;
    text-transform: uppercase;
    text-align: center;
    text-indent: 0;
    padding: 0;
    line-height: 3rem;
    font-size: 1.2rem;
    margin-bottom: 5em;
    cursor: pointer;
    color: #ffffff;
    background-color: #f93a00;
}

.country-code-text {
    position: relative;
    cursor: pointer;
    color: #f93a00;
    font-weight: 400;
    font-size: 0.8rem;
    font-style: italic;
}

.site-map-box {
    margin-top: 0;
    margin-bottom: 37px;
    line-height: 0;
    text-decoration: underline;
}

.site-map {
  display: none;
}

.footer-tags-box {
  float: left;
  width: calc(100% - 12em - 292px);
  margin-left: 4em;
  margin-top: 10px;
  margin-bottom: 20px;
}

.footer .wrapper-tags {
  float: left;
}

.footer .wrapper-tags .tag {
  float: left;
  cursor: pointer;
  background-color: #676767;
  margin-right: 0.6em;
  border: solid 1px #909090;
  margin-top: 0.6em;
}

.footer .wrapper-tags .tag a {
  color: #d5d5d5 !important;
  text-decoration: none !important;
  font-size: 1rem;
  padding: 0.4em 1.1em;
  float: left;
}

@media only screen and (max-width: 767px) {
    .custom-page-names a {
        width: 80%;
    }
    .alert-box {
        margin-left: 10%;
        width: 80%;
    }
    .footer-tags-box {
        width: calc(100% - 13em);
        margin-left: 1em;
    }
    .fb-like-widget {
        margin-left: 1em;
    }
    .copyright-text {
      margin: 0 1em;
      width: 100%;
    }
}