@charset 'UTF-8';
/* ==========================================================================
   RESET CSS
   ========================================================================== */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
/*h1,
h2,
h3,
h4,
h5,
h6*/
p,
/*blockquote,*/
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
/*strong,
sub,
sup,*/
tt,
var,
/*b,
u,
i,*/
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

/* ==========================================================================
   GRID
   ========================================================================== */
.row {
  display: block;
  clear: both;
  margin: 0 -15px;
}

.row::after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '.';
}

.row--collapse {
  margin: 0;
}

.row--collapse .column {
  padding-right: 0;
  padding-left: 0;
}

.column {
  float: left;
  box-sizing: border-box;
  min-height: 20px;
  padding: 0 15px;
  padding-bottom:20px;
}

.col-1 {
  width: 8.33333%;
}

.col-2 {
  width: 16.66667%;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.33333%;
}

.col-5 {
  width: 41.66667%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.33333%;
}

.col-8 {
  width: 66.66667%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.33333%;
}

.col-11 {
  width: 91.66667%;
}

.col-12 {
  width: 100%;
}

body {
  font-family: 'Open Sans',Arial,sans-serif;
  font-size: 14px;
  line-height: 22px;
  overflow-x: hidden;
  color: #5a5a5f;
  background: #f7f7f7;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -o-text-size-adjust: none;
  -moz-text-size-adjust: none;
       text-size-adjust: none;
}

body.fixedMenu {
  padding-top: 245px;
}

body.fixedMenu.toolbar {
  padding-top: 310px !important;
}

::-moz-selection {
  color: #fff;
  background: #e21d24;
}

::selection {
  color: #fff;
  background: #e21d24;
}

::-moz-selection {
  color: #fff;
  background: #e21d24;
}

.wrap,
#block-mactac-main-mactac-main-cta-newsletter-2,
#block-mactac-main-mactac-main-cta-newsletter {
  position: relative;
  max-width: 1160px;
  margin: auto;
}

@media (max-width: 74.375em) {
  .wrap {
    margin: 0 15px;
  }
}

strong {
  font-weight: 700;
}

a {
  transition: background .3s cubic-bezier(.23, 1, .32, 1), color .3s cubic-bezier(.23, 1, .32, 1);
}

a:link,
a:active,
a:visited {
  text-decoration: none;
  color: #5a5a5f;
}

a:hover {
  color: #a8a8a8;
}

/* ==========================================================================
   HEADER
   ========================================================================== */
.header {
  position: relative;
  z-index: 3;
  margin-bottom: 30px;
  background-color: #fff;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, .05);
}

.page-where-to-buy .header {
  margin-bottom: 0;
}

.fixedMenu .header {
  position: fixed;
  z-index: 20;
  top: -155px;
  right: 0;
  left: 0;
}

.fixedMenu.toolbar .header {
  top: -90px;
}

.header__main {
  position: relative;
  margin-top: 2rem;
  padding-top: 0;
}

@media (max-width: 29.99em) {
  .header__main {
    padding-top: 15px;
  }

  .header__main nav {
    padding-bottom: 10px;
  }

  .openMenu .header__main nav {
    padding-top: 10px;
    padding-bottom: 0;
  }

  .header__main nav > .menu {
    display: none;
  }

  .openMenu .header__main nav > .menu {
    display: block;
  }

  .openMenu .header__main nav > .menu > div >  li {
    margin: 0 -15px;
    padding: 0;
    text-align: center;
    border-top: 1px solid #d6d6d7;
  }

  .openMenu .header__main nav > .menu > div >  li > a {
    font-weight: 700;
    display: block;
    padding: 10px;
    text-transform: uppercase;
  }
}

@media (min-width: 30em) {
  .header__main nav > .menu {
    position: relative;
  }

  .header__main nav > .menu::after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: '.';
  }

  .header__main nav > .menu > div >  li {
    display: block;
    float: left;
    margin: 0;
    padding: 20px 0;
  }

  .header__main nav > .menu >div:first-child >  li > a {
    padding-left: 0;
  }

  .header__main nav > .menu >div:first-child > li > a:before {
    display: none;
  }

  .header__main nav > .menu > div > li > a {
    font-size: 16px;
    line-height: 18px;
    position: relative;
    display: block;
    padding: 0 20px;
    text-transform: uppercase;
  }

  .header__main nav > .menu > div > li > a:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 1px;
    content: '';
    background-color: #a8a8a8;
  }

  .header__main nav > .menu >div >  li > a:hover {
    color: #a8a8a8;
  }

  .header__main nav > .menu > div > li:hover > .menu {
    visibility: visible;
    transition: opacity .3s cubic-bezier(.23, 1, .32, 1), transform .3s cubic-bezier(.23, 1, .32, 1);
    transform: translateY(0px);
    opacity: 1;
  }
}

.header__search {
  position: absolute;
  right: 0;
  bottom: 10px;
}

.header__search .fa {
  font-size: 18px;
  color: white;
}

.header__search input {
  font-size: 14px;
  line-height: normal;
  line-height: 24px;
  display: block;
  float: left;
  overflow: visible;
  width: 0;
  padding: 0;
  padding: 7px 0;
  cursor: pointer;
  cursor: text;
  -webkit-user-select: none;
    /* for button */
  -moz-user-select: none;
  -ms-user-select: none;
  transition: width .3s cubic-bezier(.23, 1, .32, 1), padding .3s cubic-bezier(.23, 1, .32, 1);
  vertical-align: top;
  color: inherit;
  border: 0;
  border: 1px solid #e21d24;
  outline: none;
  background: none;
  background-color: white;
  box-shadow: none;
}
/*.header__search #search-form.is-visible input {
  width: 150px;
  padding: 7px 10px;
}*/

.header__search #headersearch.is-visible input {
  width: 150px;
  padding: 7px 4px;
}

.header__search button {
  line-height: normal;
  display: block;
  overflow: visible;
  width: 40px;
  height: 40px;
  padding: 0;
  cursor: pointer;
  -webkit-user-select: none;
    /* for button */
  -moz-user-select: none;
  -ms-user-select: none;
  vertical-align: top;
  color: inherit;
  border: 0;
  outline: none;
  background: none;
  background-color: #e21d24;
  box-shadow: none;
}

.menu-mlid-300 .expanded > .menu {
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
}

.block-menu-block > .menu > div > .expanded.menu-mlid-300 > .menu {
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
}

@media (max-width: 29.99em) {
  .block-menu-block > .menu > div >  .expanded > .menu {
    display: none;
  }
}

@media (min-width: 30em) {
  .block-menu-block > .menu > div >  .expanded > .menu {
    position: absolute;
    z-index: 15;
    top: 58px;
    right: 0;
    left: 0;
    visibility: hidden;
    padding: 30px;
    transition: .15s visibility 0s cubic-bezier(.23, 1, .32, 1), opacity .15s cubic-bezier(.23, 1, .32, 1), transform .15s cubic-bezier(.23, 1, .32, 1);
    transform: translateY(10px);
    opacity: 0;
    border-top: 1px solid #f7f7f7;
    border-bottom: 5px solid #f7f7f7;
    background-color: white;
    -webkit-columns: 4;
       -moz-columns: 4;
            columns: 4;
    -webkit-column-gap: 35px;
       -moz-column-gap: 35px;
            column-gap: 35px;
  }

  .block-menu-block > .menu > div >  .expanded > .menu >  li {
    display: block;
    margin: 0;
    padding-bottom: 10px;
    list-style: none;
    -webkit-column-break-inside: avoid;
       -moz-column-break-inside: avoid;
            break-inside: avoid-column;
  }

  .block-menu-block > .menu > div >  .expanded > .menu > li > a {
    font-weight: 700;
    line-height: 1.4;
    display: block;
    margin-bottom: 0;
    padding-bottom: 5px;
    border-bottom: 1px dotted rgba(214, 214, 215, .5);
  }

  .block-menu-block > .menu > div >  .expanded > .menu > li > .menu {
    padding-top: 10px;
  }

  .block-menu-block > .menu > div > .expanded > .menu > li > .menu > li {
    margin: 0;
    list-style: none;
  }

  .block-menu-block > .menu > div > .expanded > .menu > li > .menu > li > a {
    font-size: 13px;
    line-height: 1.4;
    position: relative;
    display: inline-block;
    margin-left: 10px;
    padding-left: 15px;
  }

  .block-menu-block > .menu > div > .expanded > .menu >  li > .menu > li > a:before {
    font-family: FontAwesome;
    font-size: 14px;
    font-weight: 400;
    line-height: 15px;
    position: absolute;
    top: 2px;
    left: 0;
    width: 16px;
    height: 16px;
    content: '\f0da';
    color: #e21d24;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .block-menu-block > .menu > div >  .expanded > .menu:before {
    position: absolute;
    z-index: -1;
    top: -1px;
    right: -2000px;
    bottom: 0;
    left: -2000px;
    content: '';
    border-top: 1px solid #f7f7f7;
    background-color: white;
  }
}

.topbar {
  height: 40px;
  border-bottom: 1px solid #d6d6d7;
}

.topbar::after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '.';
}

@media (max-width: 74.375em) {
  .topbar {
    margin: 0 -15px;
  }
}

.topbar ul li {
  float: left;
}

.topbar ul li:hover > a {
  color: #fff;
  background-color: #a8a8a8;
}

.topbar ul li:hover > a .fa {
  color: #fff;
}

.topbar ul li:hover .langs {
  display: block;
}

.topbar ul li a {
  font-size: 15px;
  line-height: 20px;
  display: inline-block;
  padding: 10px;
  position:relative;
  z-index:2;
}

.topbar ul li a .fa {
  transition: color .3s cubic-bezier(.23, 1, .32, 1);
  color: #c5ab80;
}

.topbar ul li a .fa.fa-chevron-down {
  margin-left: 5px;
}

.topbar ul li a .fa.fa-map-marker {
  margin-right: 5px;
}

.topbar ul li .langs {
  position: relative;
  z-index: 2;
  display: none;
  border: 1px solid #d6d6d7;
}

.topbar ul li .langs a {
  padding: 5px 10px;
}

.topbar__left {
  /* float: left; */
}

.topbar__left ul {
  float: left;
}

.topbar__left ul li a {
  font-weight: 700;
}

@media (max-width: 29.99em) {
  .topbar__left ul li a {
    font-size: 14px;
  }
}

.topbar__left ul li:last-child a {
  color: white;
  background-color: #e21d24;
}

.topbar__right {
  float: right;
}

@media (max-width: 29.99em) {
  .topbar__right {
    display: contents;
  }
}

/* FIX Lang/Region selector 10-2020 */
.topbar__right ul a:hover,
.topbar__right ul a:hover i{
    color: #fff;
    background-color: #a8a8a8;
}

.topbar__right ul li ul > a {
    max-width: 11rem;
}

.topbar__right > ul > li {
    position: relative;
}

.topbar ul li .langs {
    position: absolute;
    background-color: white;
    min-width: 11rem;
    max-width: initial;
    padding-bottom: .5rem;
}

.topbar ul li .langs a:hover {
    background-color: #ededed;
    color: black;
}


.logo {
  display: block;
  max-width: 300px;
  padding-bottom: 6px;
}

.header .logo {
  margin-right: 80px;
}

.logo__img {
  display: block;
  width: 100%;
  position:relative;
  z-index:1;
}

.social-links {
  float: left;
}

.social-links__item {
  font-size: 18px;
  line-height: 40px;
  display: block;
  float: left;
  width: 40px;
  height: 40px;
  text-align: center;
}

.social-links__item:hover {
  color: #fff;
  background-color: #a8a8a8;
}

/* ==========================================================================
   BTN MENU
   ========================================================================== */
.btn-menu {
  position: absolute;
  z-index: 20;
  top: 33px;
  right: 20px;
  display: block;
  height: 23px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  border: none;
  outline: none;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.btn-menu:hover span {
  color: rgba(226, 29, 36, .5);
}

@media (min-width: 30em) {
  .btn-menu {
    display: none;
  }
}

.nav-icon {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 21px;
}

.nav-icon span {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 3px;
  transition: .2s cubic-bezier(.23, 1, .32, 1);
  opacity: 1;
  background: #e21d24;
}

.nav-icon span:nth-child(1) {
  top: 0;
  transform-origin: left center;
}

.btn-menu:hover .nav-icon span:nth-child(1) {
  top: 2px;
}

.nav-icon span:nth-child(2) {
  top: 9px;
  transform-origin: left center;
}

.nav-icon span:nth-child(3) {
  top: 18px;
  transform-origin: left center;
}

.btn-menu:hover .nav-icon span:nth-child(3) {
  top: 16px;
}

.nav-icon.open span:nth-child(1) {
  top: 0;
  left: 3.5px;
  transform: rotate(45deg);
}

.btn-menu:hover .nav-icon.open span:nth-child(1) {
  top: 0;
}

.nav-icon.open span:nth-child(2) {
  width: 0;
  opacity: 0;
}

.nav-icon.open span:nth-child(3) {
  top: 17.5px;
  left: 3.5px;
  transform: rotate(-45deg);
}

.btn-menu:hover .nav-icon.open span:nth-child(3) {
  top: 17.5px;
}

/* ==========================================================================
   MAIN
   ========================================================================== */
.main {
  padding: 15px;
  background-color: #fff;
}

.page-catalog .main,
.page-applications .main,
.page-news .main {
  padding: 0;
  background-color: transparent;
}

.node-type-news .container {
  background-color: #fff;
}

.breadcrumb {
  font-size: 12px;
}

/* ==========================================================================
   BASE STYLE
   ========================================================================== */
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  font-weight: 500;
  text-rendering: optimizelegibility;
}

h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a {
  text-decoration: none;
}

h1,
.h1 {
  font-size: 2.5em;
  line-height: 1.333em;
}

h2,
.h2 {
  font-size: 1.75em;
  line-height: 1.4em;
  margin-bottom: .375em;
}

h3,
.h3 {
  font-size: 1.125em;
}

h4,
.h4 {
  font-size: 1.1em;
  font-weight: 700;
}

h5,
.h5 {
  font-size: .846em;
  line-height: 2.09em;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.content p {
  margin: 0 0 1.5em;
}

.content ol {
  list-style-type: decimal;
}

.content table {
  width: 100%;
  margin-bottom: 1.5em;
  border: 1px solid #5a5a5f;
}

.content table caption {
  font-size: .75em;
  margin: 0 0 7px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #5a5a5f;
}

.content tr {
  border-bottom: 1px solid #5a5a5f;
}

.content tr:nth-child(even) {
  background-color: #f7f7f7;
}

.content td {
  padding: 7px;
  border-right: 1px solid #5a5a5f;
}

.content td:last-child {
  border-right: 0;
}

.content th {
  border-right: 1px solid #5a5a5f;
  border-bottom: 1px solid #5a5a5f;
  background-color: #f7f7f7;
}

.content th:last-child {
  border-right: 0;
}

.content blockquote {
  font-style: italic;
  margin: 0 0 1.5em .75em;
  padding: 0 0 0 .75em;
  color: #5a5a5f;
  border-left: 3px solid #5a5a5f;
}

.content dd {
  font-size: .9em;
  margin-bottom: 1.5em;
  margin-left: 0;
  color: #787878;
}

.content img {
  max-width: 100%;
  height: auto !important;
}

.content pre {
  font-size: .9em;
  margin: 0 0 1.5em;
  padding: 1.5em;
  color: #f7f7f7;
  border-radius: 3px;
  background: #000;
}

/* ==========================================================================
   FOOTER
   ========================================================================== */
.footer {
  margin-top: 80px;
  background-color: white;
}

@media (max-width: 46.24em) {
  .footer__main .column {
    float: none;
    width: 100%;
  }
}

.footer__bar {
  line-height: 24px;
  padding: 6px 0;
  color: #fff;
  background-color: #e21d24;
}

.footer__menu {
  float: right;
}

.footer__menu .menu li {
  line-height: 12px;
  display: inline-block;
  margin: 0;
  padding: 0 10px;
  border-left: 1px solid #fff;
}

.footer__menu .menu li:first-child {
  border-left: none;
}

.footer__menu .menu li a {
  font-size: 13px;
  font-weight: 700;
  display: block;
  color: #fff;
}

.footer__menu .menu li a:hover {
  color: rgba(255, 255, 255, .7);
}

.footer__left {
  padding: 20px 0;
}

.footer__left .logo__img {
  width: 220px;
}

.footer__right {
  padding-top: 72px;
}

@media (max-width: 46.24em) {
  .footer__right {
    margin-bottom: 40px;
    padding-top: 0;
  }
}

.footer__list {
  font-size: 13px;
  margin-top: 20px;
  padding: 20px 0;
  border-top: 1px solid #d6d6d7;
  -webkit-columns: 3;
     -moz-columns: 3;
          columns: 3;
  -webkit-column-gap: 35px;
     -moz-column-gap: 35px;
          column-gap: 35px;
}

@media (max-width: 29.99em) {
  .footer__list {
    -webkit-columns: 1;
       -moz-columns: 1;
            columns: 1;
  }
}

.footer__list > li {
  display: table;
}

.footer__list > li > a {
  font-weight: 700;
}

@media (max-width: 29.99em) {
  .footer__list > li {
    display: block;
    -webkit-column-break-inside: inherit;
       -moz-column-break-inside: inherit;
            break-inside: inherit;
  }

  .footer__list > li > a {
    font-size: 16px;
    position: relative;
    display: block;
    margin: 0 10px;
    padding: 10px;
    border-bottom: 1px solid #d6d6d7;
  }

  .footer__list > li > a:after {
    font-family: FontAwesome;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    position: absolute;
    top: 12px;
    right: 10px;
    content: '\f107';
    text-align: center;
    color: #e21d24;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .footer__list > li > ul {
    display: none;
    margin: 0 10px;
  }

  .footer__list > li > ul a {
    display: block;
    padding: 5px 10px;
    border-bottom: 1px solid rgba(214, 214, 215, .5);
  }

  .footer__list > li > ul.is-open {
    display: block;
  }
}

.footer__title {
  font-size: 18px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d6d6d7;
}

.footer__address {
  margin-top: 15px;
  margin-bottom: 15px;
}

.footer__address li {
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 10px;
}

.footer__address li .fa {
  margin-right: 5px;
  color: #e21d24;
}

.footer__address li strong {
  font-size: 13px;
}

.footer__websites {
  margin-top: 10px;
}

.footer__websites li {
  font-size: 12px;
  margin-bottom: 5px;
}

.footer__websites li p {
  line-height: 1.5;
  margin: 0;
}

.footer__websites li a {
  color: #e21d24;
}

.footer__websites li a:hover {
  color: rgba(226, 29, 36, .5);
}

/* ==========================================================================
   LOADER
   ========================================================================== */
/* .loader
-----------------------------------------------------------------------------------------*/
.loader {
  position: fixed;
  z-index: 1999;
  top: 50%;
  right: 0;
  left: 50%;
  overflow: hidden;
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px;
}

.loader .loader-load {
  position: absolute;
  z-index: 1000;
  top: 50%;
  left: 50%;
  overflow: hidden;
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px;
  cursor: pointer;
  opacity: .8;
  border-radius: 5px;
  background: #000 url(avery-mactac/css/(/content/dam/averymactac/loader.gif) no-repeat 50% 50%;
  -khtml-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-opacity: .8;
  -khtml-opacity: .8;
  -moz-opacity: .8;
  -ms-opacity: .8;
  -o-opacity: .8;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=80)';
  filter: alpha(opacity=80);
}

.loader .loader-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  opacity: .6;
  background: #000;
  -webkit-opacity: .6;
  -khtml-opacity: .6;
  -moz-opacity: .6;
  -ms-opacity: .6;
  -o-opacity: .6;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=60)';
  filter: alpha(opacity=60);
}

.loader.hide {
  display: none !important;
}

.loader.overlay {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}

.loader.overlay .loader-overlay {
  display: block;
}

.mfp-content form {
  position: relative;
  max-width: 620px;
  margin: auto;
  padding: 40px;
  border: 2px solid #e21d24;
  background-color: white;
}

@media (max-width: 46.24em) {
  .mfp-content form {
    padding: 20px 0;
  }
}

#mactac-main-ask-adhesive-expert-form > div::after {
  display:inline-block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '.';
}

#mactac-main-ask-adhesive-expert-form h1 {
  font-weight: 700;
  max-width: 290px;
  padding: 10px 20px;
}

#mactac-main-ask-adhesive-expert-form h1 span {
  color: #e21d24;
}

#mactac-main-ask-adhesive-expert-form .form-item {
  float: left;
  box-sizing: border-box;
  width: 100%;
  min-height: 65px;
  margin: 0;
   padding: 0 20px;
}


#mactac-main-ask-adhesive-expert-form > div > .textfield
{display: inline-block;width: 49%;}

#mactac-main-ask-adhesive-expert-form > div > .dropdown{

  width: 49%;
  display: inline-block;
}

#mactac-main-ask-adhesive-expert-form > div > .checkbox{

  width: 49%;
  display: inline-block;
}

.marker, .form-required {
    color: #f00;
}


@media (max-width: 46.24em) {
  #mactac-main-ask-adhesive-expert-form .form-item {
    width: 100%;
  }
#mactac-main-ask-adhesive-expert-form > div > .textfield
{display: inline-block;width: 100%;}
}

#mactac-main-ask-adhesive-expert-form .form-item.form-type-textarea {
  width: 100%;
}

#mactac-main-ask-adhesive-expert-form .form-item label {
  font-size: 13px;
  font-weight: 600;
  color: ligthen(#5a5a5f, 10%);
}

#mactac-main-ask-adhesive-expert-form .form-item.form-type-textfield {
  padding-top: 25px;
}

#mactac-main-ask-adhesive-expert-form .form-item.form-type-textfield label {
  transition: transform .2s cubic-bezier(.23, 1, .32, 1), font .2s cubic-bezier(.23, 1, .32, 1);
  transform: translateY(25px);
}

#mactac-main-ask-adhesive-expert-form .form-item.form-type-textfield label.active {
  font-size: 12px;
  transform: translateX(0px);
}

#mactac-main-ask-adhesive-expert-form .form-item.form-type-textarea label {
  margin-top: 15px;
  margin-bottom: 5px;
}

#mactac-main-ask-adhesive-expert-form .form-item.form-type-select {
  padding-top: 12px;
}

#mactac-main-ask-adhesive-expert-form .form-item.form-type-select label {
  margin-top: 5px;
  margin-bottom: 5px;
}

#mactac-main-ask-adhesive-expert-form .form-item.form-type-select .fs-dropdown {
  font-size: 13px;
  line-height: 20px;
  width: 100%;
  padding: 5px 0;
  transition: border .2s cubic-bezier(.23, 1, .32, 1);
  border: 0;
  border-bottom: 1px solid #d6d6d7;
  outline: none;
  background-color: transparent;
  box-shadow: none;
}

#mactac-main-ask-adhesive-expert-form .form-item.form-type-select .fs-dropdown:focus {
  border-bottom: 1px solid black;
}

#mactac-main-ask-adhesive-expert-form .form-item.form-type-select .fs-dropdown-selected,
#mactac-main-ask-adhesive-expert-form .form-item.form-type-select .fs-dropdown-item {
  font-family: inherit;
  font-size: 13px;
  font-weight: 400;
}

#mactac-main-ask-adhesive-expert-form .form-text {
  font-size: 13px;
  line-height: 20px;
  max-width: 100%;
  padding: 5px 0;
  transition: border .2s cubic-bezier(.23, 1, .32, 1);
  border: 0;
  border-bottom: 1px solid #d6d6d7;
  outline: none;
  background-color: transparent;
  box-shadow: none;
}

#mactac-main-ask-adhesive-expert-form .form-text:focus {
  border-bottom: 1px solid black;
}

#mactac-main-ask-adhesive-expert-form .form-select {
  box-shadow: none;
}

#mactac-main-ask-adhesive-expert-form .form-textarea {
  font-family: 'Open Sans';
  font-size: 13px;
  line-height: 20px;
  min-height: 45px;
  padding: 5px 10px;
  resize: vertical;
  border: 1px solid #d6d6d7;
  outline: none;
}

#mactac-main-ask-adhesive-expert-form .form-submit {
  font-family: 'Open Sans';
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  float: right;
  height: 40px;
  margin-top: 20px;
  margin-right: 20px;
  padding: 0 30px;
  cursor: pointer;
  transition: opacity .3s cubic-bezier(.23, 1, .32, 1);
  text-transform: uppercase;
  color: white;
  border: 0;
  background-color: #e21d24;
}

#mactac-main-ask-adhesive-expert-form .form-submit:hover {
  opacity: .7;
}

.form-item-send-copy,
.form-item-optin {
  margin-top: 10px !important;
}

/* ==========================================================================
   HOMEPAGE
   ========================================================================== */
.section-home {
  margin-bottom: 40px;
    /* COMMON */
    /* SLIDER */
    /* POPULAR NEWS */
    /* HIGHLIGHTED PRODUCT */
}

.section-home::after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '.';
}

.section-home .block-views,
.section-home .block-mactac-product,
.section-home #block-mactac-main-mactac-main-facebook-feed,
.section-home #block-mactac-main-mactac-main-instagram-feed,
.section-home .block-catalog {
  float: left;
  box-sizing: border-box;
  width: 50%;
}

@media (max-width: 61.24em) {
  .section-home .block-views,
  .section-home .block-mactac-product,
  .section-home #block-mactac-main-mactac-main-facebook-feed,
  .section-home #block-mactac-main-mactac-main-instagram-feed,
  .section-home .block-catalog {
    float: none;
    width: 100%;
  }
}

.section-home .block-views h2,
.section-home .block-mactac-product h2,
.section-home #block-mactac-main-mactac-main-facebook-feed h2,
.section-home #block-mactac-main-mactac-main-instagram-feed h2,
.section-home .block-catalog h2 {
  margin-bottom: 10px;
  padding-bottom: 10px;
  text-transform: uppercase;
  border-bottom: 1px solid #d6d6d7;
}

@media (max-width: 29.99em) {
  .section-home .block-views h2,
    .section-home .block-mactac-product h2,
    .section-home #block-mactac-main-mactac-main-facebook-feed h2,
    .section-home .block-catalog h2 {
    font-size: 20px;
  }
}

.section-home .block-catalog {
  margin-top: 20px;
}

.section-home .region-content-top::after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '.';
}

.section-home #block-views-mactac-creative-awards-block-1,
.section-home #block-mactac-product-mactac-product-homepage {
  padding-bottom: 40px;
}

.section-home #block-views-mactac-creative-awards-block-1::after,
.section-home #block-mactac-product-mactac-product-homepage::after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '.';
}

@media (max-width: 61.24em) {
  .section-home #block-views-mactac-creative-awards-block-1,
    .section-home #block-mactac-product-mactac-product-homepage {
    height: auto;
    margin-bottom: 30px;
  }
}

.section-home #block-views-mactac-creative-awards-block-1,
.section-home #block-views-news-block-2 {
  padding-right: 20px;
}

@media (max-width: 61.24em) {
  .section-home #block-views-mactac-creative-awards-block-1,
    .section-home #block-views-news-block-2 {
    padding-right: 0;
  }
}

.section-home #block-mactac-main-mactac-main-facebook-feed,
.section-home .block-mactac-product,
.section-home .block-catalog {
  padding-left: 0;
}

@media (max-width: 61.24em) {
  .section-home #block-mactac-main-mactac-main-facebook-feed,
    .section-home .block-mactac-product,
    .section-home .block-catalog {
    padding-left: 0;
  }
}

.section-home .block-mactac-slider {
  margin-bottom: 40px;
}

.section-home #block-views-news-block-2 .item-list ol {
  margin: 0 -10px;
}

.section-home #block-views-news-block-2 .item-list ol::after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '.';
}

.section-home #block-views-news-block-2 .item-list li {
  float: left;
  width: calc(50% - 20px);
  margin: 10px;
  list-style-type: none;
}

@media (max-width: 61.24em) {
  .section-home #block-views-news-block-2 .item-list li {
    width: calc(25% - 20px);
  }
}

@media (max-width: 46.24em) {
  .section-home #block-views-news-block-2 .item-list li {
    width: calc(50% - 20px);
  }
}

@media (max-width: 29.99em) {
  .section-home #block-views-news-block-2 .item-list li {
    width: calc(100% - 20px);
  }
}

.section-home #block-views-news-block-2 .views-field-field-date {
  font-size: 12px;
  position: relative;
  margin: 10px 0 0;
  padding-left: 20px;
}

.section-home #block-views-news-block-2 .views-field-field-date:before {
  font-family: FontAwesome;
  font-size: 14px;
  font-weight: 400;
  line-height: 15px;
  position: absolute;
  top: 4px;
  left: 0;
  width: 16px;
  height: 16px;
  content: '\f017';
  color: #e21d24;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.section-home #block-views-news-block-2 .views-field-field-image .field-content {
  position: relative;
  display: block;
  overflow: hidden;
  background-color: #c0c0c0;
}

.section-home #block-views-news-block-2 .views-field-field-image .field-content img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.section-home #block-views-news-block-2 .views-field-field-image .field-content:before {
  font-family: FontAwesome;
  font-size: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  margin-top: -11px;
  margin-left: -26px;
  content: '\f03e';
  color: white;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.section-home #block-views-news-block-2 .views-field-field-image a {
  position: relative;
  position: relative;
  display: block;
  overflow: hidden;
  background-color: #c0c0c0;
}

.section-home #block-views-news-block-2 .views-field-field-image a:before {
  display: block;
  width: 100%;
  padding-top: 59.25926%;
  content: '';
}

.section-home #block-views-news-block-2 .views-field-field-image a:hover img {
  transition: transform 5s cubic-bezier(.23, 1, .32, 1);
  transform: scale(1.05);
}

.section-home #block-views-news-block-2 .views-field-field-image a:hover:after {
  background-color: rgba(255, 255, 255, .3);
}

.section-home #block-views-news-block-2 .views-field-field-image a img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  transition: transform .5s cubic-bezier(.23, 1, .32, 1);
}

.section-home #block-views-news-block-2 .views-field-field-image a:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  transition: background 1s cubic-bezier(.23, 1, .32, 1);
}

.section-home #block-views-news-block-2 .views-field-title {
  font-weight: 700;
  display: block;
  margin: 0;
}

@media (max-width: 61.24em) {
  .section-home #block-views-news-block-2 .views-field-title {
    height: auto;
  }
}

.section-home #block-views-news-block-2 .views-field-title a {
  display: block;
}

.section-home #block-views-news-block-2 .views-field-view-node a {
  font-size: 12px;
  position: relative;
  display: inline-block;
  float: right;
  margin: 10px 0;
  padding-right: 25px;
}

.section-home #block-views-news-block-2 .views-field-view-node a:hover {
  color: #e21d24;
}

.section-home #block-views-news-block-2 .views-field-view-node a:hover:before {
  right: -5px;
}

.section-home #block-views-news-block-2 .views-field-view-node a:before {
  font-family: FontAwesome;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  position: absolute;
  top: 1px;
  right: 0;
  width: 16px;
  height: 16px;
  content: '\f18e';
  transition: right .3s cubic-bezier(.23, 1, .32, 1);
  color: #e21d24;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.section-home .block-mactac-product a {
  display: block;
  margin-top: 15px;
}

.section-home .block-mactac-product a:hover {
  color: #5a5a5f;
}

.section-home .block-mactac-product a h3 {
  font-size: 18px;
  margin-bottom: 15px;
  color: #637699;
}

.section-home .block-mactac-product a li {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  position: relative;
  float: left;
  box-sizing: border-box;
  width: 50%;
  margin-bottom: 10px;
  padding-left: 18px;
}

.section-home .block-mactac-product a li:before {
  font-size: 18px;
  font-weight: 700;
  position: absolute;
  top: -1px;
  left: 0;
  content: '*';
  color: #c5ab80;
}

.page-node-297 {
    /* HIGHLIGHTED APPLICATION */
}

.page-node-297 .block-mactac-application > h2 {
  margin-bottom: 10px;
  padding-bottom: 10px;
  text-transform: uppercase;
  border-bottom: 1px solid #d6d6d7;
}

@media (max-width: 29.99em) {
  .page-node-297 .block-mactac-application > h2 {
    font-size: 20px;
  }
}

.page-node-297 .block-mactac-application .apps__item {
  min-height: 200px;
}

.page-node-297 .block-mactac-application .apps__img,
.page-node-297 .block-mactac-application .apps__title {
  right: 50%;
}

@media (max-width: 29.99em) {
  .page-node-297 .block-mactac-application .apps__img,
    .page-node-297 .block-mactac-application .apps__title {
    right: 0;
  }
}

@media (max-width: 29.99em) {
  .page-node-297 .block-mactac-application .apps__title {
    font-size: 20px;
    padding: 15px;
  }
}

@media (max-width: 29.99em) {
  .page-node-297 .block-mactac-application .apps__img {
    position: relative;
    height: 200px;
  }
}

.page-node-297 .block-mactac-application .apps__content {
  width: 50%;
}

@media (max-width: 29.99em) {
  .page-node-297 .block-mactac-application .apps__content {
    float: none;
    width: 100%;
  }
}

.view-mactac-creative-awards .views-row {
  padding-top: 10px;
}
.view-mactac-creative-awards .view-content {
  display: flex;
  flex-direction: column;
}
.view-mactac-creative-awards .views-field-field-image {
  float: left;
}

.view-mactac-creative-awards .views-field-field-image a,
.view-mactac-creative-awards .views-field-field-image img {
  display: block;
}

@media (max-width: 29.99em) {
  .view-mactac-creative-awards .views-field-field-image {
    float: none;
    margin-bottom: 15px;
  }
}

.view-mactac-creative-awards .views-field-title,
.view-mactac-creative-awards .views-field-field-date,
.view-mactac-creative-awards .views-field-body,
.view-mactac-creative-awards .views-field-view-node {
  margin-left: 290px;
}

@media (max-width: 29.99em) {
  .view-mactac-creative-awards .views-field-title,
    .view-mactac-creative-awards .views-field-field-date,
    .view-mactac-creative-awards .views-field-body,
    .view-mactac-creative-awards .views-field-view-node {
    margin-left: 0;
  }
}

.view-mactac-creative-awards .views-field-field-date {
  margin-top: 10px;
}

.view-mactac-creative-awards .views-field-body {
  margin-top: 10px;
}

.view-mactac-creative-awards .views-field-view-node {
  margin-top: 20px;
}

.view-mactac-creative-awards .views-field-view-node a {
  font-size: 12px;
  font-weight: 700;
  position: relative;
  display: inline-block;
  padding: 10px 20px 10px 70px;
  transition: opacity .3s cubic-bezier(.23, 1, .32, 1), padding .2s cubic-bezier(.23, 1, .32, 1);
  text-transform: uppercase;
  color: white;
  background-color: #e21d24;
}

.view-mactac-creative-awards .views-field-view-node a:before {
  position: absolute;
  top: 0;
  left: 10px;
  width: 49px;
  height: 42px;
  content: '';
  background-image: url(avery-mactac/css/(/content/dam/averymactac/mca.png);
  background-repeat: no-repeat;
  background-size: 49px 42px;
}

.view-mactac-creative-awards .views-field-view-node a:hover {
  padding: 10px 17px 10px 73px;
  opacity: .7;
}

#fb-slider {
  padding-top: 10px;
}

#fb-slider .ms-view {
  background-color: transparent;
}

#fb-slider .fbslide {
  padding-bottom: 40px;
}

#fb-slider .fbslide-header::after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '.';
}

#fb-slider .fbslide-img {
  float: left;
}

#fb-slider .fbslide-title {
  margin-left: 60px;
}

#fb-slider .fbslide-page {
  font-size: 18px;
  font-weight: 600;
  display: block;
}

#fb-slider .fbslide-date {
  font-size: 11px;
  line-height: 1.5;
  display: block;
}

#fb-slider .fbslide-content {
  font-size: 12px;
}

#fb-slider .fbslide-content p {
  margin-top: 5px;
  margin-bottom: 10px;
}

#fb-slider .fbslide-article {
  padding: 10px;
  border: 1px solid #d6d6d7;
  background-color: white;
}

#fb-slider .fbslide-article-img {
  overflow: hidden;
  width: 100%;
  max-height: 300px;
}

#fb-slider .fbslide-article img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#fb-slider .fbslide-article h4 {
  font-size: 14px;
  margin-top: 10px;
}

#fb-slider .fbslide-article p {
  font-size: 13px;
  margin-top: 5px;
}

/* ==========================================================================
   PAGE CMS
   ========================================================================== */
/* SIDE MENU */
#block-menu-block-3 {
  padding-top: 30px;
  padding-right: 30px;
}

#block-menu-block-3 h2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  padding: 5px 0;
  color: #c5ab80;
}

#block-menu-block-3 h2:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 1px;
  content: '';
  background-color: #c5ab80;
}

#block-menu-block-3 ul {
  margin: 0;
}

#block-menu-block-3 ul li {
  font-size: 13px;
  line-height: 1.4;
  margin: 0;
  padding-bottom: 5px;
  list-style-type: none;
  list-style-image: none;
}

#block-menu-block-3 ul li a:hover {
  color: #a8a8a8;
}

#block-menu-block-3 ul li.active {
  font-weight: 700;
}

/* PAGE */
.node-page {
  padding: 0 20px;
}

@media (max-width: 46.24em) {
  .node-page {
    padding: 0;
  }
}

.node-page h1 {
  font-weight: 400;
}

.node-page .field-name-field-h2 {
  font-size: 20px;
  line-height: 1.5;
  margin: 20px 0;
}

.node-page .field-name-field-image img {
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
}

.node-page .field-name-field-quote {
  float: left;
  box-sizing: border-box;
  width: 260px;
  padding-right: 40px;
}

@media (max-width: 46.24em) {
  .node-page .field-name-field-quote {
    float: none;
    width: auto;
    padding-right: 0;
    text-align: center;
  }
}

.node-page .field-name-body {
  margin: 20px 0 20px 300px;
}

@media (max-width: 46.24em) {
  .node-page .field-name-body {
    margin-left: 0;
  }
}

.node-page .field-name-field-body-wide {
  margin-top: 50px;
  border-top: 1px solid #d6d6d7;
}

.node-page .field-name-body h2,
.node-page .field-name-field-body-wide h2 {
  font-size: 22px;
  font-weight: 600;
  margin-top: 40px;
  margin-bottom: 10px;
}

.node-page .field-name-body h3,
.node-page .field-name-field-body-wide h3 {
  font-size: 20px;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 10px;
}

.node-page .field-name-body h4,
.node-page .field-name-field-body-wide h4 {
  font-size: 18px;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #3d9ea1;
}

.node-page .field-name-body ul,
.node-page .field-name-field-body-wide ul {
  margin-bottom: 20px;
}

.node-page .field-name-body ul li,
.node-page .field-name-field-body-wide ul li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 20px;
}

.node-page .field-name-body ul li:before,
.node-page .field-name-field-body-wide ul li:before {
  position: absolute;
  top: 9px;
  left: 0;
  width: 5px;
  height: 5px;
  content: '';
  border: 1px solid #e21d24;
  border-radius: 5px;
}

@media (max-width: 46.24em) {
  .right-col {
    float: none;
    width: 100%;
  }

  .right-col .sidebar {
    width: 100%;
  }
}

@media (max-width: 46.24em) {
  .sidebar-col,
    .main-col {
    float: none;
    width: 100%;
  }
}

/* ==========================================================================
   PRODUCT
   ========================================================================== */
/* SIDEBAR FEATURES */
.features {
  margin-bottom: 30px;
}

.features__title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.features__item {
  font-weight: 700;
  position: relative;
  margin-bottom: 10px;
  padding-left: 20px;
  color: #000;
}

.features__item i {
  font-size: 18px;
  position: absolute;
  top: 2px;
  left: 0;
  color: red;
}

/* SIDEBAR APPLICATION */
.applications__title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.applications__item {
  font-weight: 700;
  position: relative;
  margin-bottom: 10px;
  padding-left: 20px;
  color: #000;
}

.applications__item i {
  font-size: 18px;
  position: absolute;
  top: 2px;
  left: 0;
  color: red;
}

.icon-app {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 16px;
  background-color: #e21d24;
}

/* TABS */
.p-tabs {
  display: table;
  width: 100%;
  margin: 30px 0;
}

.p-tabs__list {
  display: table-row;
}

@media (max-width: 29.99em) {
  .p-tabs__list {
    display: block;
  }
}

.p-tabs__item {
  font-size: 16px;
  display: table-cell;
  padding: 20px;
  cursor: pointer;
  text-align: center;
  border-bottom: 1px solid #cdcdce;
  border-left: 1px solid #cdcdce;
  background-color: #e6e6e7;
}

.p-tabs__item.active {
  border-top: 3px solid #e21d24;
  border-bottom: 1px solid #fff;
  background-color: #fff;
}

.p-tabs__item:last-child.active {
  border-right: 1px solid #cdcdce;
}

@media (max-width: 29.99em) {
  .p-tabs__item {
    display: block;
    border: 1px solid #cdcdce;
  }

  .p-tabs__item.active {
    border-bottom: 1px solid #cdcdce;
  }
}

.p-tab__item {
  display: none;
}

.p-tab__item.active {
  display: block;
}

/* OVERVIEW */
.overview {
  padding: 30px 0;
}

@media (max-width: 29.99em) {
  .overview {
    padding: 0;
  }
}

.overview__section {
  margin: 0 0 30px;
}

.overview__list::after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '.';
}

.overview__item {
  float: left;
  width: 50%;
}

@media (max-width: 29.99em) {
  .overview__item {
    float: none;
    width: 100%;
  }
}

.overview__item h3 {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0px;
  margin-bottom: 0px;
}

.overview__title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.overview__parag {
  font-size: 13px;
}

.overview__parag p {
  color: #5a5a5f;
  color: rgba(90, 90, 95, .7);
}

.listing {
  display: table;
  width: 100%;
  border-collapse: collapse;
}

.listing__item {
  display: table-row;
  border-bottom: 1px dotted #5a5a5f;
  border-bottom: 1px dotted rgba(90, 90, 95, .5);
}

.listing__title {
  font-size: 18px;
  font-weight: 700;
  display: table-cell;
  padding-top: 30px;
  text-transform: uppercase;
}

.listing__content {
  display: table-cell;
  text-align: right;
}

.more-details h3 {
  font-size: 18px;
  font-weight: 700;
  padding-top: 30px;
  text-transform: uppercase;
}

.more-details h3.small {
  font-size: 16px;
  font-weight: 400;
  text-transform: none;
}

.more-details ul {
  display: table;
  width: 100%;
  border-collapse: collapse;
}

.more-details li {
  display: table-row;
  border-bottom: 1px dotted #5a5a5f;
  border-bottom: 1px dotted rgba(90, 90, 95, .5);
}

.more-details h4 {
  font-size: 14px;
  font-weight: 400;
  display: table-cell;
  padding-top: 10px;
}

.more-details p {
  font-weight: 700;
  display: table-cell;
  text-align: right;
  color: black;
}

/* GALLERY */
.p-gallery {
  position: relative;
  margin: 20px;
}

.p-gallery::after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '.';
}

.p-large {
  float: left;
  width: calc(100% - 140px);
}

.p-large__item img {
  display: block;
}

.p-thumbs {
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  width: 120px;
  height: 280px;
}

.p-thumbs__item {
  box-sizing: border-box;
  margin-bottom: 5px;
}

.p-thumbs__item img {
  display: block;
}

.p-controls {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 120px;
  text-align: center;
  border-top: 2px solid #c5ab80;
  background-color: #fff;
}

.p-controls:before {
  position: absolute;
  top: -22px;
  right: 0;
  left: 0;
  height: 20px;
  content: '';
  background-color: #fff;
}

.p-controls__nav {
  font-size: 18px;
  line-height: 24px;
  display: inline-block;
  width: 26px;
  height: 26px;
  margin: 15px 10px 0;
  cursor: pointer;
  transition: background .3s cubic-bezier(.23, 1, .32, 1);
  color: #fff;
  border-radius: 13px;
  background-color: #c5ab80;
}

.p-controls__nav:hover {
  background-color: #5a5a5f;
}

@media (max-width: 46.24em) {
  .node-type-product .sidebar-col,
    .node-type-product .main-col {
    float: none;
    width: 100%;
  }
}

@media (max-width: 46.24em) {
  .node-type-product .ms-thumb-list {
    display: none;
  }

  .node-type-product .photo-gallery {
    margin-right: -15px;
    margin-left: -15px;
  }

  .node-type-product .ms-tabs-vertical-template {
    padding: 0;
  }
}

.content p.field-characteristics {
  font-weight: 400;
  display: block;
  margin-top: 15px;
  text-align: left;
  color: #5a5a5f;
}

.content ul.market-segments {
  margin-top: 10px;
}

.content ul.market-segments li {
  font-weight: 400;
  position: relative;
  display: block;
  margin-top: 5px;
  padding-left: 20px;
  color: #000;
  border-bottom: 0;
}

.content ul.market-segments li a {
  text-decoration: underline;
}

.content ul.market-segments li i {
  font-size: 18px;
  position: absolute;
  top: 2px;
  left: 0;
  color: red;
}

.technical-documents {
  font-weight: 700;
}

.list-files {
 /* margin-top: 15px;*/
}

.list-files__item {
  position: relative;
  margin: 1px 0;
}

.list-files__item a {
  display: block;
  margin-left: 5px;
  padding: 10px 10px 10px 40px;
  background-color: #f7f7f7;
}

.list-files__item a:hover {
  color: white;
  background-color: #e21d24;
}

.list-files__item .fa {
  position: absolute;
  top: 14px;
  left: 20px;
  transition: color .3s cubic-bezier(.23, 1, .32, 1);
  color: #e21d24;
}

.list-files__item:hover .fa {
  color: white;
}

.catalog__title {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 20px;
}

.catalog__search {
  margin: 15px 0;
  border: 1px solid #d6d6d7;
}

.catalog__search .column {
  border-left: 1px solid #d6d6d7;
}

.catalog__search .column:first-child {
  min-width: 210px;
  border-left: 0;
}

.catalog__search .column:nth-child(3) {
  width: auto !important;
  border-bottom: none !important;
}

.catalog__search .column.col-2 {
  min-width: 120px;
}

@media (max-width: 46.24em) {
  .catalog__search .column.col-2 {
    display: none;
  }
}

@media (max-width: 46.24em) {
  .catalog__search .column {
    float: none;
    width: 100% !important;
    border-bottom: 1px solid #d6d6d7;
  }
}

.catalog__search::after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '.';
}

.catalog__search label {
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
}

.catalog__search .form-item {
  height: 22px;
}

.catalog__search .form-radio {
  display: none;
}

.catalog__search .form-radios {
  display: inline-block;
}

.catalog__search .form-type-radio {
  font-size: 18px;
  display: inline-block;
  margin: 0 0 0 6px;
}

.catalog__search .form-type-radio label {
  cursor: pointer;
  opacity: .4;
}

.catalog__search .form-type-radio.active label {
  opacity: 1;
}

.catalog__result {
  font-size: 13px;
  font-weight: 600;
  margin: 7.5px 0 15px;
  padding: 10px;
  background-color: white;
}

.catalog__list {
  margin: 0 -7.5px;
}

.catalog__list::after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '.';
}

@media (min-width: 46.25em) {
  .catalog__list.view-list {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

.catalog__item {
  float: left;
  width: 33.333333%;
}

@media (max-width: 46.24em) {
  .catalog__item {
    float: none;
    width: 100%;
  }
}

@media (min-width: 46.25em) {
  .view-list .catalog__item {
    float: none;
    width: 100%;
  }
}

.catalog__item .product {
  margin: 7.5px;
  background-color: white;
}

.catalog__filterBtn {
    /* cursor: default; */
  font: inherit;
  font-weight: 700;
  line-height: normal;
  display: none;
  overflow: visible;
  width: 100%;
  margin-bottom: 15px;
  padding: 0;
  padding: 15px 10px;
  cursor: pointer;
    /* for input */
  -webkit-user-select: none;
    /* for button */
  -moz-user-select: none;
  -ms-user-select: none;
  vertical-align: top;
  text-transform: uppercase;
  color: inherit;
  color: white;
  border: 0;
  background: none;
  background-color: #e21d24;
  -webkit-appearance: button;
}

.catalog__filterBtn .show {
  display: block;
}

.catalog__filterBtn .hide {
  display: none;
}

.catalog__filterBtn.show {
  position: fixed;
  z-index: 10;
  right: 15px;
  bottom: 0;
  left: 15px;
  width: calc(100% - 30px);
  background-color: #3d9ea1;
}

.catalog__filterBtn.show .show {
  display: none;
}

.catalog__filterBtn.show .hide {
  display: block;
}

@media (max-width: 46.24em) {
  .catalog__filterBtn {
    display: block;
  }
}

@media (min-width: 46.25em) {
  .view-list .product {
    height: 183px;
  }
}

.product.js {
  transform: translateY(100px);
  opacity: 0;
}

.product.show {
  transition: opacity .5s cubic-bezier(.23, 1, .32, 1), transform .5s cubic-bezier(.23, 1, .32, 1);
  transform: translateY(0);
  opacity: 1;
}

.product__img {
  position: relative;
  display: block;
  overflow: hidden;
  padding-top: 66%;
  background-color: #c0c0c0;
}

@media (min-width: 46.25em) {
  .view-list .product__img {
    float: left;
    width: 277px;
    height: 183px;
    padding-top: 0;
  }
}

.product__img img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  transition: transform .5s cubic-bezier(.23, 1, .32, 1);
}

.product:hover .product__img img {
  transition: transform 5s cubic-bezier(.23, 1, .32, 1);
  transform: scale(1.05);
}

.product__img:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  transition: background 1s cubic-bezier(.23, 1, .32, 1);
}

.product:hover .product__img:after {
  background-color: rgba(255, 255, 255, .3);
}

.product__img:before {
  font-family: FontAwesome;
  font-size: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  margin-top: -11px;
  margin-left: -26px;
  content: '\f03e';
  color: white;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.product__content {
  padding: 15px;
  text-align: center;
}

@media (min-width: 46.25em) {
  .view-list .product__content {
    margin-left: 280px;
    padding: 20px;
    text-align: left;
  }
}

.product__content p {
  font-size: 12px;
  line-height: 1.4;
  margin-bottom: 10px;
    /*
			white-space: nowrap;
			overflow: hidden;
			text-overflow: ellipsis;
			*/
}

.product__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 10px;
    /*
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		*/
}

.product__options {
  font-size: 13px;
  line-height: 1.4;
}

.item-list .pager {
  margin: 20px 0;
}

.item-list .pager li {
  display: inline-block;
  margin-left: 10px;
  padding: 0;
  transition: background .5s cubic-bezier(.23, 1, .32, 1);
}

.item-list .pager li.pager-current {
  padding: 7px 10px;
  color: white;
  background-color: #e21d24;
}

.item-list .pager li a {
  display: block;
  padding: 7px 10px;
}

.item-list .pager li:not(.pager-ellipsis):hover {
  background-color: #e21d24;
}

.item-list .pager li:not(.pager-ellipsis):hover a {
  color: white;
}

@media (max-width: 46.24em) {
  .page-catalog .sidebar-col {
    display: none;
    margin-bottom: 40px;
  }

  .page-catalog .sidebar-col.show {
    display: block;
  }
}

@media (max-width: 46.24em) {
  .page-catalog .sidebar-col,
    .page-catalog .main-col {
    float: none;
    width: 100%;
  }
}

/* ==========================================================================
   APPLICATIONS LIST
   ========================================================================== */
.apps__item {
  position: relative;
  min-height: 360px;
  margin-top: 20px;
  background-color: white;
}

.apps__item::after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '.';
}

.apps__img {
  position: absolute;
  top: 0;
  right: 320px;
  bottom: 0;
  left: 0;
  background-color: #c0c0c0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
    /*
		&:after {
			content: "";
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;

			background: rgba(237,237,237,0);
			background: linear-gradient(to bottom, rgba(237,237,237,0) 0%, rgba(0,0,0,0.5) 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#000000', GradientType=0 );

		}
		*/
}

@media (max-width: 46.24em) {
  .apps__img {
    position: relative;
    right: 0;
    height: 200px;
  }
}

.apps__title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  position: absolute;
  top: 0;
  right: 320px;
  left: 0;
  margin: 0;
  padding: 25px;
  color: white;
  background-color: rgba(0, 0, 0, .5);
}

@media (max-width: 46.24em) {
  .apps__title {
    font-size: 24px;
    right: 0;
  }
}

.apps__content {
  float: right;
  box-sizing: border-box;
  width: 320px;
  padding: 30px;
}

.apps__content > p {
  font-size: 14px;
}

.apps__content > p strong {
  font-weight: 400;
}

@media (max-width: 46.24em) {
  .apps__content {
    float: none;
    width: auto;
    padding: 30px 0;
  }
}

.apps__list {
  font-size: 16px;
}

.apps__list li {
  margin: 10px;
}

.apps__list li a {
  display: block;
  color: #c5ab80;
}

.apps__list li a i {
  font-size: 24px;
  float: right;
  transition: .3s transform 0s cubic-bezier(.23, 1, .32, 1);
}

.apps__list li a:hover {
  color: #a8a8a8;
}

.apps__list li a:hover i {
  transform: translateX(5px);
  color: #c5ab80;
}

#block-mactac-application-mactac-app-all-apps {
  padding-top: 30px;
}

#block-mactac-application-mactac-app-all-apps h2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  padding: 5px 0;
  color: #c5ab80;
}

#block-mactac-application-mactac-app-all-apps h2:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 1px;
  content: '';
  background-color: #c5ab80;
}

#block-mactac-application-mactac-app-all-apps .item-list ul {
  margin: 0;
}

#block-mactac-application-mactac-app-all-apps .item-list ul li {
  font-size: 13px;
  margin: 0;
  padding-bottom: 5px;
}

#block-mactac-application-mactac-app-all-apps .item-list ul li a:hover {
  color: #a8a8a8;
}

#block-mactac-application-mactac-app-related-products {
  padding: 20px 20px 40px;
  background-color: white;
}

#block-mactac-application-mactac-app-related-products h2 {
  font-size: 20px;
  margin-bottom: 20px;
}

#block-mactac-application-mactac-app-related-products .content ul li {
  margin-left: 0;
  border-bottom: 1px solid #a8a8a8;
}

#block-mactac-application-mactac-app-related-products .content ul li a {
  position: relative;
  display: block;
  padding: 5px 0;
}

#block-mactac-application-mactac-app-related-products .content ul li a:after {
  font-family: FontAwesome;
  font-size: 16px;
  position: absolute;
  top: 5px;
  right: 0;
  content: '\f18e';
  color: #e21d24;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#block-mactac-application-mactac-app-related-products .application__category > li {
  font-size: 13px;
  font-weight: 700;
  margin-top: 30px;
  padding-bottom: 5px;
  border-bottom: 0 !important;
}

#block-mactac-application-mactac-app-related-products .application__product {
  margin-left: 10px;
}

#block-mactac-application-mactac-app-related-products .application__product > li {
  font-size: 12px;
}

/* ==========================================================================
   APPLICATION
   ========================================================================== */
.node-application__header {
  position: relative;
  margin-top: -15px;
  margin-right: -15px;
  margin-left: -15px;
}

.toolbar .node-application__header {
  margin-top: 0;
}

.node-application__header .ms-view {
    /*
			&:after {
				content: "";
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
				background: rgba(237,237,237,0);
				background: linear-gradient(to bottom, rgba(237,237,237,0) 0%, rgba(0,0,0,0.7) 100%);
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#000000', GradientType=0 );

			}
			*/
}

.node-application .content {
  padding-bottom: 100px;
}

@media (max-width: 46.24em) {
  .node-application .content {
    padding-bottom: 0;
  }
}

.node-application .title {
  font-size: 40px;
  z-index: 2;
  max-width: 600px;
  margin: 40px auto 0;
  color: #c5ab80;
}

.node-application .field-name-field-images {
  display: none;
}

.node-application .field {
  line-height: 2;
  max-width: 600px;
  margin: 40px auto;
}

.node-application .field-name-field-intro {
  font-size: 20px;
  line-height: 1.6;
}

.block-mactac-search {
  padding: 20px;
  background-color: white;
}

.block-mactac-search h2 {
  font-size: 13px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  cursor: pointer;
  border-bottom: 1px solid #d6d6d7;
}

.block-mactac-search h3 {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 5px;
  margin-left: 15px;
}

.block-mactac-search .facet-application h3 {
  position: relative;
  padding-right: 20px;
  cursor: pointer;
}

.block-mactac-search .facet-application h3 + .facets {
  display: none;
}

.block-mactac-search .facet-application h3 + .facets-open {
  display: block;
}

.block-mactac-search .facet-application h3:after {
  font-family: FontAwesome;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  position: absolute;
  top: 1px;
  right: 20px;
  content: '\f107';
  text-align: center;
  color: #c5ab80;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.block-mactac-search .facet-application h3.expand:after {
  top: 0;
  content: '\f106';
}

.facets {
  margin-bottom: 15px;
  margin-left: 15px;
}

.facets-application {
  margin-left: 0;
}

.facets li {
  font-size: 12px;
  line-height: 18px;
  margin: 7px 0;
  transition: 1s opacity 0s cubic-bezier(.23, 1, .32, 1), 1s transform 0s cubic-bezier(.23, 1, .32, 1);
  transform: translateY(0);
  opacity: 1;
}

.facets li input:checked + label {
  color: #c5ab80;
}

.facets li.child {
  margin-left: 20px;
}

.facets li.hide {
  visibility: hidden;
  overflow: hidden;
  height: 0;
  margin: 0;
  transform: translateY(50px);
  opacity: 0;
}

.facets .js-see-all {
  font-size: 12px;
  font-weight: 600;
  margin-left: 25px;
  color: #e21d24;
}

.facets .js-see-all .fa {
  margin-left: 5px;
}

.facet--close .facet__content {
  display: none;
}

.facet__title .fa {
  font-size: 20px;
  float: right;
  margin-right: 5px;
  color: #c5ab80;
}

.facet--close .facet__title .fa:before {
  content: '\f107';
}

.checkbox input,
.radio input {
  display: none;
}

.checkbox label,
.radio label {
  position: relative;
  display: inline-block;
  padding-left: 25px;
  cursor: pointer;
}

.checkbox label:before,
.radio label:before {
  position: absolute;
  top: 2px;
  left: 0;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 10px;
  content: '';
  border: 1px solid #5a5a5f;
}

.radio label:before {
  border-radius: 8px;
}

.radio input[type=radio]:checked + label:before {
  font-size: 30px;
  line-height: 18px;
  content: '\2022';
  text-align: center;
  color: #f3f3f3;
}

.checkbox input[type=checkbox]:checked + label:before {
  font-family: FontAwesome;
  font-size: 9px;
  line-height: 12px;
  content: '\f00c';
  text-align: center;
  color: white;
  border-color: #2e85bf;
  background-color: #2e85bf;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.active-filters.hide {
  display: none;
}

.active-filters ul {
  margin-left: 15px;
}

.active-filters li {
  font-size: 12px;
  font-weight: 600;
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  transition: color .3s cubic-bezier(.23, 1, .32, 1);
}

.active-filters li:hover {
  color: #c5ab80;
}

.active-filters li:before {
  font-family: FontAwesome;
  font-size: 9px;
  font-weight: 400;
  line-height: 15px;
  position: absolute;
  top: 3px;
  left: 0;
  width: 16px;
  height: 16px;
  content: '\f00d';
  text-align: center;
  color: white;
  border-radius: 8px;
  background-color: #c5ab80;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.facets-colours {
  margin: 0;
}

.facets-colours::after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '.';
}

.facets-colours li {
  display: block;
  float: left;
  width: 30px;
  height: 30px;
  margin: 0 5px 5px 0;
}

.facets-colours label {
  overflow: hidden;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  padding: 0;
  text-indent: -9999px;
  border: 1px solid #d6d6d7;
  background-size: cover;
}

.facets-colours label:before {
  display: none;
}

.facets-colours label.colour-667 {
  background-color: #fff;
}

.facets-colours label.colour-648 {
  background-color: black;
}

.facets-colours label.colour-654 {
  background-color: blue;
}

.facets-colours label.colour-655 {
  background-color: brown;
}

.facets-colours label.colour-662 {
  background-color: #dfcd91;
}

.facets-colours label.colour-664 {
  background-image: url(avery-mactac/css/(/content/dam/averymactac/gold.gif);
}

.facets-colours label.colour-666 {
  background-color: #fff;
}

.facets-colours label.colour-656 {
  background-color: green;
}

.facets-colours label.colour-658 {
  background-color: grey;
}

.facets-colours label.colour-670 {
  background-image: url(avery-mactac/css/(/content/dam/averymactac/multicolor.gif);
}

.facets-colours label.colour-674 {
  background-color: #fff;
}

.facets-colours label.colour-660 {
  background-color: orange;
}

.facets-colours label.colour-665 {
  background-color: purple;
}

.facets-colours label.colour-657 {
  background-color: red;
}

.facets-colours label.colour-661 {
  background-color: pink;
}

.facets-colours label.colour-663 {
  background-color: silver;
}

.facets-colours label.colour-668 {
  background-color: #fff;
}

.facets-colours label.colour-669 {
  background-color: #fff;
}

.facets-colours label.colour-653 {
  background-color: #fff;
}

.facets-colours label.colour-647 {
  background-color: white;
}

.facets-colours label.colour-659 {
  background-color: yellow;
}

.facets-colours label.colour-74 {
  background-image: url(avery-mactac/css/(/content/dam/averymactac/clear.gif);
}

.facets-colours label.colour-69 {
  background-color: #fff;
}

.facets-colours label.colour-78 {
  background-color: #fff;
}

.facets-colours input[type=checkbox]:checked + label {
  border: 1px solid black;
}

.check-all {
  font-size: 11px;
  font-weight: 600;
  display: block;
  margin-top: -10px;
  color: #e21d24 !important;
}

/* ==========================================================================
   NEWS
   ========================================================================== */
.sidebar {
    /* LAST NEWS */
}

.sidebar #block-views-news-block > h2 {
  display: none;
}

.sidebar .block-views {
  padding: 15px;
}

.sidebar .view-display-id-block .item-list {
  margin-top: 75px;
}

.sidebar .view-display-id-block .item-list ul {
  margin: 0;
}

.sidebar .view-display-id-block .views-row {
  position: relative;
  margin: 0 0 15px 15px;
}

.sidebar .view-display-id-block .views-row:before {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  position: absolute;
  top: 2px;
  left: -20px;
  display: inline-block;
  content: '\f017';
  color: #e21d24;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.sidebar .view-display-id-block .views-field-field-date {
  font-size: 13px;
  font-weight: 700;
  padding-left: 0;
}

.sidebar .view-display-id-block_1 .views-row {
  font-weight: 700;
  margin: 0 0 15px 5px;
  padding-left: 10px;
  color: #e21d24;
}

.sidebar .view-display-id-block_1 .views-field {
  font-weight: 400;
}

.sidebar .block-views h2 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}

.sidebar .block-views .views-field-title {
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 5px;
}

.sidebar .block-views .views-field-title a {
  color: #5a5a5f;
}

/* RELATED NEWS */
.block-mactac-news {
  margin: 0 30px 30px;
  padding-top: 30px;
  border-top: 1px solid rgba(168, 168, 168, .3);
}

.block-mactac-news h2 {
  font-size: 20px;
  font-weight: 700;
}

.block-mactac-news h2 strong {
  color: #e21d24;
}

.block-mactac-news .content ul {
  margin: 0 -15px;
}

.block-mactac-news .content ul::after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '.';
}

.block-mactac-news .content li {
  float: left;
  width: 25%;
}

@media (max-width: 46.24em) {
  .block-mactac-news .content li {
    float: none;
    width: 100%;
  }
}

.related-news {
  margin: 15px;
}

.related-news__img {
  display: block;
  overflow: hidden;
  max-width: 252px;
  height: 160px;
  background-color: #f7f7f7;
}

.related-news__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 26px;
  margin: 20px 0 10px;
}

.related-news__text {
  font-size: 14px;
  line-height: 22px;
}

/* LIST NEWS */
.list-news .views-row {
  position: relative;
  margin: 0;
  margin-bottom: 20px;
  padding: 20px;
  padding-bottom: 60px;
  background-color: white;
}

.list-news .views-row::after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '.';
}

.list-news .views-row:last-child {
  border-bottom: 0;
}

.list-news .views-field-field-image {
  position: relative;
  z-index: 1;
  display: inline-block;
  float: left;
  margin: 0 20px 20px 0;
  border: 1px solid #d6d6d7;
}

@media (max-width: 46.24em) {
  .list-news .views-field-field-image {
    float: none;
    margin-right: 0;
  }
}

.list-news .views-field-field-image img {
  display: block;
}

.list-news .views-field-field-intro,
.list-news .views-field-title,
.list-news .views-field-field-date,
.list-news .views-field-field-tags {
  margin-left: 290px;
}

@media (max-width: 46.24em) {
  .list-news .views-field-field-intro,
    .list-news .views-field-title,
    .list-news .views-field-field-date,
    .list-news .views-field-field-tags {
    margin-left: 0;
  }
}

.list-news .views-field-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
}

.list-news .views-field-field-date {
  font-size: 16px;
  line-height: 16px;
  position: relative;
  margin: 15px 0 20px;
  padding-left: 20px;
}

.list-news .views-field-field-date:before {
  font-family: FontAwesome;
  font-size: 14px;
  font-weight: 400;
  line-height: 15px;
  position: absolute;
  top: 2px;
  left: 0;
  width: 16px;
  height: 16px;
  content: '\f017';
  color: #e21d24;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.list-news .views-field-view-node {
  position: absolute;
  right: 20px;
  bottom: 20px;
}

.list-news .views-field-view-node a {
  font-size: 12px;
  position: relative;
  margin: 10px 0;
  padding-right: 25px;
}

.list-news .views-field-view-node a:hover {
  color: #e21d24;
}

.list-news .views-field-view-node a:hover:before {
  right: -5px;
}

.list-news .views-field-view-node a:before {
  font-family: FontAwesome;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  position: absolute;
  top: -2px;
  right: 0;
  width: 16px;
  height: 16px;
  content: '\f18e';
  transition: right .3s cubic-bezier(.23, 1, .32, 1);
  color: #e21d24;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.list-news .view-filters {
  margin-bottom: 20px;
  border: 1px solid #d6d6d7;
}

.list-news .view-filters .views-exposed-widgets {
  margin-bottom: 0;
}

.list-news .view-filters label,
.list-news .view-filters .views-widget {
  line-height: 28px;
  display: inline-block;
  height: 28px;
  vertical-align: top;
}

.list-news .view-filters .fs-dropdown {
  width: 200px;
  margin-left: 10px;
  padding: 3px;
  background-color: white;
}

.list-news .view-filters .views-exposed-widget {
  box-sizing: border-box;
  width: 50%;
  padding: 15px;
  border-left: 1px solid #d6d6d7;
}

.list-news .view-filters .views-exposed-widget:first-child,
.list-news .view-filters .views-exposed-widget:last-child {
  border-left: none;
}

@media (max-width: 46.24em) {
  .list-news .view-filters .views-exposed-widget {
    float: none;
    width: 100%;
    border-left: 0;
  }

  .list-news .view-filters .views-exposed-widget:first-child {
    border-bottom: 1px solid #d6d6d7;
  }
}

.list-news .view-filters .views-submit-button {
  display: none;
}

.list-news .view-filters .fs-dropdown-selected {
  padding-bottom: 0;
}

.node-news .field-name-field-intro {
  font-size: 20px;
  font-weight: 100;
  line-height: 1.6;
}

.node__content iframe {
  border: 1px solid rgba(90, 90, 95, .2);
}

.node__content .media img {
  display: block;
  box-sizing: border-box;
  padding: 1px;
  border: 5px solid rgba(90, 90, 95, .2);
}

.node__content p a {
  text-decoration: underline;
  color: #e21d24;
}

.node__content p a:hover {
  color: rgba(226, 29, 36, .5);
}

.content p {
  word-wrap: break-word;
}

/* ==========================================================================
   WHERE TO BUY
   ========================================================================== */
.google-map {
  height: 500px;
  margin-bottom: 40px;
}

.popup {
  font-family: 'Open Sans',Arial,sans-serif;
  padding: 20px 10px;
}

.popup-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}

.popup-caption {
  margin-bottom: 0 !important;
}

.popup-caption a {
  color: #e21d24;
}

#block-views-where-to-buy-block h2 {
  font-size: 40px;
  font-weight: 700;
}

#block-views-where-to-buy-block .fs-dropdown {
  width: 150px;
  margin-top: 10px;
}

#block-views-where-to-buy-block .content table,
#block-views-where-to-buy-block .content tr,
#block-views-where-to-buy-block .content th,
#block-views-where-to-buy-block .content td {
  border: 0;
  background-color: white;
}

#block-views-where-to-buy-block .content th {
  font-size: 13px;
  font-weight: 700;
  padding: 7px 5px;
  color: white;
  background-color: #e21d24;
}

#block-views-where-to-buy-block .content th a {
  color: white;
}

#block-views-where-to-buy-block .content td {
  font-size: 13px;
  padding: 10px 5px;
}

#block-views-where-to-buy-block .content tr.odd td {
  background-color: #f7f7f7;
}

/* ==========================================================================
   NODE
   ========================================================================== */
.node__header {
  margin: 15px;
  padding: 0 20px;
}

@media (max-width: 46.24em) {
  .node__header {
    margin: 0;
    padding: 0;
  }
}

.node__main {
  margin: 15px 0;
}

.node__main::after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '.';
}

.node__sidebar {
  float: left;
  width: 210px;
  margin: 0px;
  padding: 0px;
}

@media (max-width: 46.24em) {
  .node__sidebar {
    float: none;
    width: 100%;
    margin: 0;
    padding: 0;
  }
}

.node__content {
  /* float: right; */
  /* width: calc(100% - 330px); */
  margin: 0 15px;
  padding: 20px 20px 20px 0;
}

.node-news .node__main {
 /* display: flex;*/
  margin: 15px;
  padding: 0 7px;
}

.node__content .field-type-text-with-summary ul {
  margin-left: 20px;
  list-style-type: disc;
}

.node__content .field-type-text-with-summary ul li {
  margin: 5px 0;
  padding-left: 5px;
}

@media (max-width: 46.24em) {
  .node__content {
    float: none;
    width: auto;
    margin: 0;
    padding: 0;
  }
}

.node__gallery {
  margin: 15px;
  padding: 0 20px;
}

@media (max-width: 46.24em) {
  .node__gallery {
    margin: 30px 0;
    padding: 0;
  }
}

.node__share {
  position: absolute;
  top: 170px;
  left: -40px;
  width: 40px;
  background-color: #00205b;
}

.node__share.fixed {
  position: fixed;
}

.node__share.bottom {
  top: auto;
  bottom: 40px;
}

@media (max-width: 61.24em) {
  .node__share {
    display: none;
  }
}

/* HEADER */
.content .node__surtitle {
  font-size: 15px;
  margin: 0;
  color: #000;
}

.content .node__title {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 10px;
  margin-bottom: 10px;
}

@media (max-width: 46.24em) {
  .content .node__title {
    font-size: 24px;
  }
}

.content .node__subtitle {
  font-size: 18px;
  line-height: 24px;
}

.content .node__date {
  font-size: 14px;
  font-style: italic;
  line-height: 16px;
  margin: 15px 0 20px;
}

.content .node__image {
  margin: 20px 0;
}

/* SHARE */
.share__item {
  line-height: 40px;
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
}

.share__item:active,
.share__item:link,
.share__item:visited {
  color: #fff;
}

.share__item:hover {
  color: rgba(255, 255, 255, .5);
}

.share__item:after {
  position: absolute;
  right: 10px;
  bottom: 0;
  left: 10px;
  height: 1px;
  content: '';
  background-color: #fff;
}

.share__item:last-child:after {
  display: none;
}

/* ==========================================================================
   SIDEBAR
   ========================================================================== */
.sidebar {
  position: relative;
  max-width: 100%;
}

.sidebar.fixed {
  position: fixed;
}

/* ==========================================================================
   TAGS
   ========================================================================== */
.views-field-field-tags .field-label,
.field-name-field-tags .field-label {
  font-size: 16px;
  margin-bottom: 10px;
}

.views-field-field-tags .field-items,
.field-name-field-tags .field-items {
  margin: 0 -5px;
}

.views-field-field-tags .field-content a,
.views-field-field-tags .field-item,
.field-name-field-tags .field-content a,
.field-name-field-tags .field-item {
  font-size: 11px;
  line-height: 24px;
  display: inline-block;
  margin: 5px;
  padding: 0 8px;
  text-transform: uppercase;
  background-color: #ececec;
}

.views-field-field-tags .field-content a {
  margin-top: 10px;
}

/* ==========================================================================
   QUOTE
   ========================================================================== */
.field-name-field-quote {
  font-size: 16px;
  font-weight: 300;
  font-style: italic;
  line-height: 1.6;
  position: relative;
  margin: 25px 0;
  padding: 55px 0;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

.field-name-field-quote:before,
.field-name-field-quote:after {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  font-size: 16px;
  line-height: 40px;
  position: absolute;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  transform: scaleX(-1);
  text-align: center;
  color: white;
  border-radius: 50%;
  background-color: #c5ab80;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.field-name-field-quote:before {
  top: 0;
  content: '\f10e';
}

.field-name-field-quote:after {
  bottom: 0;
  content: '\f10d';
}

/* ==========================================================================
   CONTACT
   ========================================================================== */
.title,
.content > h1 {
  font-weight: 700;
  margin: 15px 0;
}

.contact-list::after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '.';
}

.contact-list__item {
  font-size: 13px;
  line-height: 1.5;
  float: left;
  box-sizing: border-box;
  width: 33.333333%;
  margin: 20px 0;
  padding: 0 15px;
}

@media (max-width: 46.24em) {
  .contact-list__item {
    float: none;
    width: 100%;
  }
}

.contact-list__item h3 {
  font-size: 20px;
  font-weight: 700;
}

.contact-list__item h3 i {
  margin-right: 5px;
  color: #e21d24;
}

.contact-list__item address {
  margin: 10px 0;
}

.contact-list__item a {
  color: #e21d24;
}

.contact-list__item ul {
  margin: 10px 0;
}

.contact-list__item ul li i {
  font-size: 15px;
  margin-right: 5px;
  color: #e21d24;
}

/* ==========================================================================
   ASK THE ADHESIVE EXPERT
   ========================================================================== */
.bloc-ask {
  position: relative;
  display: block;
  margin-bottom: 40px;
  padding: 20px 25px 40px;
  color: white !important;
  background-color: #637699;
}

@media (max-width: 46.24em) {
  .bloc-ask {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.bloc-ask__title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4;
  display: block;
}

.bloc-ask__title .bold {
  color: #dac5a0;
}

@media (min-width: 46.25em) {
  .bloc-ask__title span {
    display: block;
    transform: translateX(0px);
  }

  .bloc-ask__title span:nth-child(1) {
    transition: .5s transform 0s cubic-bezier(.23, 1, .32, 1);
  }

  .bloc-ask__title span:nth-child(2) {
    transition: .5s transform .05s cubic-bezier(.23, 1, .32, 1);
  }

  .bloc-ask__title span:nth-child(3) {
    transition: .5s transform .1s cubic-bezier(.23, 1, .32, 1);
  }

  .bloc-ask:hover .bloc-ask__title span {
    transform: translateX(15px);
  }
}

@media (max-width: 61.24em) {
  .bloc-ask {
    padding-bottom: 70px;
  }
}

.bloc-ask__button {
  font-weight: 700;
  line-height: 20px;
  position: absolute;
  right: 25px;
  bottom: -22px;
  left: 25px;
  display: block;
  padding: 10px;
  transition: background .3s cubic-bezier(.23, 1, .32, 1), color .3s cubic-bezier(.23, 1, .32, 1);
  text-align: center;
  text-transform: uppercase;
  color: #637699;
  border: 2px solid #0f2d65;
  background-color: white;
}

.bloc-ask__button:hover {
  color: white;
  background-color: #0f2d65;
}

@media (max-width: 61.24em) {
  .bloc-ask__button {
    right: 0;
    bottom: 0;
    left: 0;
  }
}

.form-select {
  width: 100%;
}

div.messages {
  margin-bottom: 20px;
  padding: 20px 20px 20px 20px;
}

div.status {
  color: white;
  border-color: #68b31f;
  background-color: #68b31f;
  background-image: none;
}

div.status:before {
  font: normal normal normal 20px/1 FontAwesome;
  font-size: inherit;
  display: inline-block;
  margin-right: 10px;
  content: '\f00c';
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

div.error {
  color: white;
  border-color: #e21d24;
  background-color: #e21d24;
  background-image: none;
}

div.error:before {
  font: normal normal normal 20px/1 FontAwesome;
  font-size: inherit;
  display: inline-block;
  margin-right: 10px;
  content: '\f06a';
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#block-mactac-converter-mactac-converter-map {
  max-width: 1160px;
  margin: 40px auto 0;
}

#google-cse-results table,
#google-cse-results tr,
#google-cse-results td {
  margin: 0;
  padding: 0;
  border: 0;
}

#google-cse-results .gsc-table-cell-snippet-close {
  padding-right: 8px;
  padding-left: 8px;
}

#google-cse-results .gsc-result .gs-title {
  overflow: visible;
}

#google-cse-results .gs-result .gs-title,
#google-cse-results .gs-result .gs-title * {
  text-decoration: underline;
  color: #e21d24;
}

#google-cse-results .gs-webResult div.gs-visibleUrl,
#google-cse-results .gs-imageResult div.gs-visibleUrl {
  color: #5a5a5f;
}

#google-cse-results .gsc-cursor {
  display: block;
  margin: 20px 0;
  text-align: center;
}

#google-cse-results .gsc-cursor .gsc-cursor-page {
  line-height: 30px;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0 .5px;
  transition: background .5s cubic-bezier(.23, 1, .32, 1);
  color: #5a5a5f;
}

#google-cse-results .gsc-cursor .gsc-cursor-page:hover,
#google-cse-results .gsc-cursor .gsc-cursor-current-page {
  color: white;
  background-color: #e21d24;
}

#edit-basic {
  padding: 30px 20px;
  text-align: center;
  background-color: rgba(90, 90, 95, .1);
}

#edit-basic .form-item {
  margin: 0;
}

#edit-basic label {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  display: block;
  margin-bottom: 20px;
  vertical-align: middle;
}

#edit-basic .form-text {
  font-size: 14px;
  line-height: normal;
  line-height: 24px;
  overflow: visible;
  width: calc(100% - 150px);
  padding: 0;
  padding: 7px 10px;
  cursor: pointer;
  cursor: text;
  -webkit-user-select: none;
    /* for button */
  -moz-user-select: none;
  -ms-user-select: none;
  vertical-align: top;
  color: inherit;
  border: 0;
  border: 1px solid #e21d24;
  outline: none;
  background: none;
  background-color: white;
  box-shadow: none;
}

#edit-basic .form-submit {
  font-size: 13px;
  font-weight: 700;
  line-height: normal;
  overflow: visible;
  height: 40px;
  padding: 0;
  padding: 10px 10px 10px 10px;
  cursor: pointer;
  -webkit-user-select: none;
    /* for button */
  -moz-user-select: none;
  -ms-user-select: none;
  transform: translateX(-4px);
  vertical-align: top;
  text-transform: uppercase;
  color: inherit;
  color: white;
  border: 0;
  outline: none;
  background: none;
  background-color: #e21d24;
  box-shadow: none;
}

/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face{
  font-family: 'FontAwesome';
    font-weight: normal;
    font-style: normal;
    src: url('resources/fonts/fontawesome-webfont.eot?v=4.6.3');
    src: url('resources/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'), url('resources/fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'), url('resources/fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'), url('resources/fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'), url('resources/fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
}

.fa {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-ul {
  margin-left: 2.14285714em;
  padding-left: 0;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  top: .14285714em;
  left: -2.14285714em;
  width: 2.14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  transform: rotate(90deg);
  -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=1)';
}

.fa-rotate-180 {
  transform: rotate(180deg);
  -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=2)';
}

.fa-rotate-270 {
  transform: rotate(270deg);
  -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=3)';
}

.fa-flip-horizontal {
  transform: scale(-1, 1);
  -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)';
}

.fa-flip-vertical {
  transform: scale(1, -1);
  -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)';
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none;
}

.fa-stack {
  line-height: 2em;
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: '\f000';
}

.fa-music:before {
  content: '\f001';
}

.fa-search:before {
  content: '\f002';
}

.fa-envelope-o:before {
  content: '\f003';
}

.fa-heart:before {
  content: '\f004';
}

.fa-star:before {
  content: '\f005';
}

.fa-star-o:before {
  content: '\f006';
}

.fa-user:before {
  content: '\f007';
}

.fa-film:before {
  content: '\f008';
}

.fa-th-large:before {
  content: '\f009';
}

.fa-th:before {
  content: '\f00a';
}

.fa-th-list:before {
  content: '\f00b';
}

.fa-check:before {
  content: '\f00c';
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: '\f00d';
}

.fa-search-plus:before {
  content: '\f00e';
}

.fa-search-minus:before {
  content: '\f010';
}

.fa-power-off:before {
  content: '\f011';
}

.fa-signal:before {
  content: '\f012';
}

.fa-gear:before,
.fa-cog:before {
  content: '\f013';
}

.fa-trash-o:before {
  content: '\f014';
}

.fa-home:before {
  content: '\f015';
}

.fa-file-o:before {
  content: '\f016';
}

.fa-clock-o:before {
  content: '\f017';
}

.fa-road:before {
  content: '\f018';
}

.fa-download:before {
  content: '\f019';
}

.fa-arrow-circle-o-down:before {
  content: '\f01a';
}

.fa-arrow-circle-o-up:before {
  content: '\f01b';
}

.fa-inbox:before {
  content: '\f01c';
}

.fa-play-circle-o:before {
  content: '\f01d';
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: '\f01e';
}

.fa-refresh:before {
  content: '\f021';
}

.fa-list-alt:before {
  content: '\f022';
}

.fa-lock:before {
  content: '\f023';
}

.fa-flag:before {
  content: '\f024';
}

.fa-headphones:before {
  content: '\f025';
}

.fa-volume-off:before {
  content: '\f026';
}

.fa-volume-down:before {
  content: '\f027';
}

.fa-volume-up:before {
  content: '\f028';
}

.fa-qrcode:before {
  content: '\f029';
}

.fa-barcode:before {
  content: '\f02a';
}

.fa-tag:before {
  content: '\f02b';
}

.fa-tags:before {
  content: '\f02c';
}

.fa-book:before {
  content: '\f02d';
}

.fa-bookmark:before {
  content: '\f02e';
}

.fa-print:before {
  content: '\f02f';
}

.fa-camera:before {
  content: '\f030';
}

.fa-font:before {
  content: '\f031';
}

.fa-bold:before {
  content: '\f032';
}

.fa-italic:before {
  content: '\f033';
}

.fa-text-height:before {
  content: '\f034';
}

.fa-text-width:before {
  content: '\f035';
}

.fa-align-left:before {
  content: '\f036';
}

.fa-align-center:before {
  content: '\f037';
}

.fa-align-right:before {
  content: '\f038';
}

.fa-align-justify:before {
  content: '\f039';
}

.fa-list:before {
  content: '\f03a';
}

.fa-dedent:before,
.fa-outdent:before {
  content: '\f03b';
}

.fa-indent:before {
  content: '\f03c';
}

.fa-video-camera:before {
  content: '\f03d';
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: '\f03e';
}

.fa-pencil:before {
  content: '\f040';
}

.fa-map-marker:before {
  content: '\f041';
}

.fa-adjust:before {
  content: '\f042';
}

.fa-tint:before {
  content: '\f043';
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: '\f044';
}

.fa-share-square-o:before {
  content: '\f045';
}

.fa-check-square-o:before {
  content: '\f046';
}

.fa-arrows:before {
  content: '\f047';
}

.fa-step-backward:before {
  content: '\f048';
}

.fa-fast-backward:before {
  content: '\f049';
}

.fa-backward:before {
  content: '\f04a';
}

.fa-play:before {
  content: '\f04b';
}

.fa-pause:before {
  content: '\f04c';
}

.fa-stop:before {
  content: '\f04d';
}

.fa-forward:before {
  content: '\f04e';
}

.fa-fast-forward:before {
  content: '\f050';
}

.fa-step-forward:before {
  content: '\f051';
}

.fa-eject:before {
  content: '\f052';
}

.fa-chevron-left:before {
  content: '\f053';
}

.fa-chevron-right:before {
  content: '\f054';
}

.fa-plus-circle:before {
  content: '\f055';
}

.fa-minus-circle:before {
  content: '\f056';
}

.fa-times-circle:before {
  content: '\f057';
}

.fa-check-circle:before {
  content: '\f058';
}

.fa-question-circle:before {
  content: '\f059';
}

.fa-info-circle:before {
  content: '\f05a';
}

.fa-crosshairs:before {
  content: '\f05b';
}

.fa-times-circle-o:before {
  content: '\f05c';
}

.fa-check-circle-o:before {
  content: '\f05d';
}

.fa-ban:before {
  content: '\f05e';
}

.fa-arrow-left:before {
  content: '\f060';
}

.fa-arrow-right:before {
  content: '\f061';
}

.fa-arrow-up:before {
  content: '\f062';
}

.fa-arrow-down:before {
  content: '\f063';
}

.fa-mail-forward:before,
.fa-share:before {
  content: '\f064';
}

.fa-expand:before {
  content: '\f065';
}

.fa-compress:before {
  content: '\f066';
}

.fa-plus:before {
  content: '\f067';
}

.fa-minus:before {
  content: '\f068';
}

.fa-asterisk:before {
  content: '\f069';
}

.fa-exclamation-circle:before {
  content: '\f06a';
}

.fa-gift:before {
  content: '\f06b';
}

.fa-leaf:before {
  content: '\f06c';
}

.fa-fire:before {
  content: '\f06d';
}

.fa-eye:before {
  content: '\f06e';
}

.fa-eye-slash:before {
  content: '\f070';
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: '\f071';
}

.fa-plane:before {
  content: '\f072';
}

.fa-calendar:before {
  content: '\f073';
}

.fa-random:before {
  content: '\f074';
}

.fa-comment:before {
  content: '\f075';
}

.fa-magnet:before {
  content: '\f076';
}

.fa-chevron-up:before {
  content: '\f077';
}

.fa-chevron-down:before {
  content: '\f078';
}

.fa-retweet:before {
  content: '\f079';
}

.fa-shopping-cart:before {
  content: '\f07a';
}

.fa-folder:before {
  content: '\f07b';
}

.fa-folder-open:before {
  content: '\f07c';
}

.fa-arrows-v:before {
  content: '\f07d';
}

.fa-arrows-h:before {
  content: '\f07e';
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: '\f080';
}

.fa-twitter-square:before {
  content: '\f081';
}

.fa-facebook-square:before {
  content: '\f082';
}

.fa-camera-retro:before {
  content: '\f083';
}

.fa-key:before {
  content: '\f084';
}

.fa-gears:before,
.fa-cogs:before {
  content: '\f085';
}

.fa-comments:before {
  content: '\f086';
}

.fa-thumbs-o-up:before {
  content: '\f087';
}

.fa-thumbs-o-down:before {
  content: '\f088';
}

.fa-star-half:before {
  content: '\f089';
}

.fa-heart-o:before {
  content: '\f08a';
}

.fa-sign-out:before {
  content: '\f08b';
}

.fa-linkedin-square:before {
  content: '\f08c';
}

.fa-thumb-tack:before {
  content: '\f08d';
}

.fa-external-link:before {
  content: '\f08e';
}

.fa-sign-in:before {
  content: '\f090';
}

.fa-trophy:before {
  content: '\f091';
}

.fa-github-square:before {
  content: '\f092';
}

.fa-upload:before {
  content: '\f093';
}

.fa-lemon-o:before {
  content: '\f094';
}

.fa-phone:before {
  content: '\f095';
}

.fa-square-o:before {
  content: '\f096';
}

.fa-bookmark-o:before {
  content: '\f097';
}

.fa-phone-square:before {
  content: '\f098';
}

.fa-twitter:before {
  content: '\f099';
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: '\f09a';
}

.fa-github:before {
  content: '\f09b';
}

.fa-unlock:before {
  content: '\f09c';
}

.fa-credit-card:before {
  content: '\f09d';
}

.fa-feed:before,
.fa-rss:before {
  content: '\f09e';
}

.fa-hdd-o:before {
  content: '\f0a0';
}

.fa-bullhorn:before {
  content: '\f0a1';
}

.fa-bell:before {
  content: '\f0f3';
}

.fa-certificate:before {
  content: '\f0a3';
}

.fa-hand-o-right:before {
  content: '\f0a4';
}

.fa-hand-o-left:before {
  content: '\f0a5';
}

.fa-hand-o-up:before {
  content: '\f0a6';
}

.fa-hand-o-down:before {
  content: '\f0a7';
}

.fa-arrow-circle-left:before {
  content: '\f0a8';
}

.fa-arrow-circle-right:before {
  content: '\f0a9';
}

.fa-arrow-circle-up:before {
  content: '\f0aa';
}

.fa-arrow-circle-down:before {
  content: '\f0ab';
}

.fa-globe:before {
  content: '\f0ac';
}

.fa-wrench:before {
  content: '\f0ad';
}

.fa-tasks:before {
  content: '\f0ae';
}

.fa-filter:before {
  content: '\f0b0';
}

.fa-briefcase:before {
  content: '\f0b1';
}

.fa-arrows-alt:before {
  content: '\f0b2';
}

.fa-group:before,
.fa-users:before {
  content: '\f0c0';
}

.fa-chain:before,
.fa-link:before {
  content: '\f0c1';
}

.fa-cloud:before {
  content: '\f0c2';
}

.fa-flask:before {
  content: '\f0c3';
}

.fa-cut:before,
.fa-scissors:before {
  content: '\f0c4';
}

.fa-copy:before,
.fa-files-o:before {
  content: '\f0c5';
}

.fa-paperclip:before {
  content: '\f0c6';
}

.fa-save:before,
.fa-floppy-o:before {
  content: '\f0c7';
}

.fa-square:before {
  content: '\f0c8';
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: '\f0c9';
}

.fa-list-ul:before {
  content: '\f0ca';
}

.fa-list-ol:before {
  content: '\f0cb';
}

.fa-strikethrough:before {
  content: '\f0cc';
}

.fa-underline:before {
  content: '\f0cd';
}

.fa-table:before {
  content: '\f0ce';
}

.fa-magic:before {
  content: '\f0d0';
}

.fa-truck:before {
  content: '\f0d1';
}

.fa-pinterest:before {
  content: '\f0d2';
}

.fa-pinterest-square:before {
  content: '\f0d3';
}

.fa-google-plus-square:before {
  content: '\f0d4';
}

.fa-google-plus:before {
  content: '\f0d5';
}

.fa-money:before {
  content: '\f0d6';
}

.fa-caret-down:before {
  content: '\f0d7';
}

.fa-caret-up:before {
  content: '\f0d8';
}

.fa-caret-left:before {
  content: '\f0d9';
}

.fa-caret-right:before {
  content: '\f0da';
}

.fa-columns:before {
  content: '\f0db';
}

.fa-unsorted:before,
.fa-sort:before {
  content: '\f0dc';
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: '\f0dd';
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: '\f0de';
}

.fa-envelope:before {
  content: '\f0e0';
}

.fa-linkedin:before {
  content: '\f0e1';
}

.fa-rotate-left:before,
.fa-undo:before {
  content: '\f0e2';
}

.fa-legal:before,
.fa-gavel:before {
  content: '\f0e3';
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: '\f0e4';
}

.fa-comment-o:before {
  content: '\f0e5';
}

.fa-comments-o:before {
  content: '\f0e6';
}

.fa-flash:before,
.fa-bolt:before {
  content: '\f0e7';
}

.fa-sitemap:before {
  content: '\f0e8';
}

.fa-umbrella:before {
  content: '\f0e9';
}

.fa-paste:before,
.fa-clipboard:before {
  content: '\f0ea';
}

.fa-lightbulb-o:before {
  content: '\f0eb';
}

.fa-exchange:before {
  content: '\f0ec';
}

.fa-cloud-download:before {
  content: '\f0ed';
}

.fa-cloud-upload:before {
  content: '\f0ee';
}

.fa-user-md:before {
  content: '\f0f0';
}

.fa-stethoscope:before {
  content: '\f0f1';
}

.fa-suitcase:before {
  content: '\f0f2';
}

.fa-bell-o:before {
  content: '\f0a2';
}

.fa-coffee:before {
  content: '\f0f4';
}

.fa-cutlery:before {
  content: '\f0f5';
}

.fa-file-text-o:before {
  content: '\f0f6';
}

.fa-building-o:before {
  content: '\f0f7';
}

.fa-hospital-o:before {
  content: '\f0f8';
}

.fa-ambulance:before {
  content: '\f0f9';
}

.fa-medkit:before {
  content: '\f0fa';
}

.fa-fighter-jet:before {
  content: '\f0fb';
}

.fa-beer:before {
  content: '\f0fc';
}

.fa-h-square:before {
  content: '\f0fd';
}

.fa-plus-square:before {
  content: '\f0fe';
}

.fa-angle-double-left:before {
  content: '\f100';
}

.fa-angle-double-right:before {
  content: '\f101';
}

.fa-angle-double-up:before {
  content: '\f102';
}

.fa-angle-double-down:before {
  content: '\f103';
}

.fa-angle-left:before {
  content: '\f104';
}

.fa-angle-right:before {
  content: '\f105';
}

.fa-angle-up:before {
  content: '\f106';
}

.fa-angle-down:before {
  content: '\f107';
}

.fa-desktop:before {
  content: '\f108';
}

.fa-laptop:before {
  content: '\f109';
}

.fa-tablet:before {
  content: '\f10a';
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: '\f10b';
}

.fa-circle-o:before {
  content: '\f10c';
}

.fa-quote-left:before {
  content: '\f10d';
}

.fa-quote-right:before {
  content: '\f10e';
}

.fa-spinner:before {
  content: '\f110';
}

.fa-circle:before {
  content: '\f111';
}

.fa-mail-reply:before,
.fa-reply:before {
  content: '\f112';
}

.fa-github-alt:before {
  content: '\f113';
}

.fa-folder-o:before {
  content: '\f114';
}

.fa-folder-open-o:before {
  content: '\f115';
}

.fa-smile-o:before {
  content: '\f118';
}

.fa-frown-o:before {
  content: '\f119';
}

.fa-meh-o:before {
  content: '\f11a';
}

.fa-gamepad:before {
  content: '\f11b';
}

.fa-keyboard-o:before {
  content: '\f11c';
}

.fa-flag-o:before {
  content: '\f11d';
}

.fa-flag-checkered:before {
  content: '\f11e';
}

.fa-terminal:before {
  content: '\f120';
}

.fa-code:before {
  content: '\f121';
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: '\f122';
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: '\f123';
}

.fa-location-arrow:before {
  content: '\f124';
}

.fa-crop:before {
  content: '\f125';
}

.fa-code-fork:before {
  content: '\f126';
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: '\f127';
}

.fa-question:before {
  content: '\f128';
}

.fa-info:before {
  content: '\f129';
}

.fa-exclamation:before {
  content: '\f12a';
}

.fa-superscript:before {
  content: '\f12b';
}

.fa-subscript:before {
  content: '\f12c';
}

.fa-eraser:before {
  content: '\f12d';
}

.fa-puzzle-piece:before {
  content: '\f12e';
}

.fa-microphone:before {
  content: '\f130';
}

.fa-microphone-slash:before {
  content: '\f131';
}

.fa-shield:before {
  content: '\f132';
}

.fa-calendar-o:before {
  content: '\f133';
}

.fa-fire-extinguisher:before {
  content: '\f134';
}

.fa-rocket:before {
  content: '\f135';
}

.fa-maxcdn:before {
  content: '\f136';
}

.fa-chevron-circle-left:before {
  content: '\f137';
}

.fa-chevron-circle-right:before {
  content: '\f138';
}

.fa-chevron-circle-up:before {
  content: '\f139';
}

.fa-chevron-circle-down:before {
  content: '\f13a';
}

.fa-html5:before {
  content: '\f13b';
}

.fa-css3:before {
  content: '\f13c';
}

.fa-anchor:before {
  content: '\f13d';
}

.fa-unlock-alt:before {
  content: '\f13e';
}

.fa-bullseye:before {
  content: '\f140';
}

.fa-ellipsis-h:before {
  content: '\f141';
}

.fa-ellipsis-v:before {
  content: '\f142';
}

.fa-rss-square:before {
  content: '\f143';
}

.fa-play-circle:before {
  content: '\f144';
}

.fa-ticket:before {
  content: '\f145';
}

.fa-minus-square:before {
  content: '\f146';
}

.fa-minus-square-o:before {
  content: '\f147';
}

.fa-level-up:before {
  content: '\f148';
}

.fa-level-down:before {
  content: '\f149';
}

.fa-check-square:before {
  content: '\f14a';
}

.fa-pencil-square:before {
  content: '\f14b';
}

.fa-external-link-square:before {
  content: '\f14c';
}

.fa-share-square:before {
  content: '\f14d';
}

.fa-compass:before {
  content: '\f14e';
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: '\f150';
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: '\f151';
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: '\f152';
}

.fa-euro:before,
.fa-eur:before {
  content: '\f153';
}

.fa-gbp:before {
  content: '\f154';
}

.fa-dollar:before,
.fa-usd:before {
  content: '\f155';
}

.fa-rupee:before,
.fa-inr:before {
  content: '\f156';
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: '\f157';
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: '\f158';
}

.fa-won:before,
.fa-krw:before {
  content: '\f159';
}

.fa-bitcoin:before,
.fa-btc:before {
  content: '\f15a';
}

.fa-file:before {
  content: '\f15b';
}

.fa-file-text:before {
  content: '\f15c';
}

.fa-sort-alpha-asc:before {
  content: '\f15d';
}

.fa-sort-alpha-desc:before {
  content: '\f15e';
}

.fa-sort-amount-asc:before {
  content: '\f160';
}

.fa-sort-amount-desc:before {
  content: '\f161';
}

.fa-sort-numeric-asc:before {
  content: '\f162';
}

.fa-sort-numeric-desc:before {
  content: '\f163';
}

.fa-thumbs-up:before {
  content: '\f164';
}

.fa-thumbs-down:before {
  content: '\f165';
}

.fa-youtube-square:before {
  content: '\f166';
}

.fa-youtube:before {
  content: '\f167';
}

.fa-xing:before {
  content: '\f168';
}

.fa-xing-square:before {
  content: '\f169';
}

.fa-youtube-play:before {
  content: '\f16a';
}

.fa-dropbox:before {
  content: '\f16b';
}

.fa-stack-overflow:before {
  content: '\f16c';
}

.fa-instagram:before {
  content: '\f16d';
}

.fa-flickr:before {
  content: '\f16e';
}

.fa-adn:before {
  content: '\f170';
}

.fa-bitbucket:before {
  content: '\f171';
}

.fa-bitbucket-square:before {
  content: '\f172';
}

.fa-tumblr:before {
  content: '\f173';
}

.fa-tumblr-square:before {
  content: '\f174';
}

.fa-long-arrow-down:before {
  content: '\f175';
}

.fa-long-arrow-up:before {
  content: '\f176';
}

.fa-long-arrow-left:before {
  content: '\f177';
}

.fa-long-arrow-right:before {
  content: '\f178';
}

.fa-apple:before {
  content: '\f179';
}

.fa-windows:before {
  content: '\f17a';
}

.fa-android:before {
  content: '\f17b';
}

.fa-linux:before {
  content: '\f17c';
}

.fa-dribbble:before {
  content: '\f17d';
}

.fa-skype:before {
  content: '\f17e';
}

.fa-foursquare:before {
  content: '\f180';
}

.fa-trello:before {
  content: '\f181';
}

.fa-female:before {
  content: '\f182';
}

.fa-male:before {
  content: '\f183';
}

.fa-gittip:before,
.fa-gratipay:before {
  content: '\f184';
}

.fa-sun-o:before {
  content: '\f185';
}

.fa-moon-o:before {
  content: '\f186';
}

.fa-archive:before {
  content: '\f187';
}

.fa-bug:before {
  content: '\f188';
}

.fa-vk:before {
  content: '\f189';
}

.fa-weibo:before {
  content: '\f18a';
}

.fa-renren:before {
  content: '\f18b';
}

.fa-pagelines:before {
  content: '\f18c';
}

.fa-stack-exchange:before {
  content: '\f18d';
}

.fa-arrow-circle-o-right:before {
  content: '\f18e';
}

.fa-arrow-circle-o-left:before {
  content: '\f190';
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: '\f191';
}

.fa-dot-circle-o:before {
  content: '\f192';
}

.fa-wheelchair:before {
  content: '\f193';
}

.fa-vimeo-square:before {
  content: '\f194';
}

.fa-turkish-lira:before,
.fa-try:before {
  content: '\f195';
}

.fa-plus-square-o:before {
  content: '\f196';
}

.fa-space-shuttle:before {
  content: '\f197';
}

.fa-slack:before {
  content: '\f198';
}

.fa-envelope-square:before {
  content: '\f199';
}

.fa-wordpress:before {
  content: '\f19a';
}

.fa-openid:before {
  content: '\f19b';
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: '\f19c';
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: '\f19d';
}

.fa-yahoo:before {
  content: '\f19e';
}

.fa-google:before {
  content: '\f1a0';
}

.fa-reddit:before {
  content: '\f1a1';
}

.fa-reddit-square:before {
  content: '\f1a2';
}

.fa-stumbleupon-circle:before {
  content: '\f1a3';
}

.fa-stumbleupon:before {
  content: '\f1a4';
}

.fa-delicious:before {
  content: '\f1a5';
}

.fa-digg:before {
  content: '\f1a6';
}

.fa-pied-piper-pp:before {
  content: '\f1a7';
}

.fa-pied-piper-alt:before {
  content: '\f1a8';
}

.fa-drupal:before {
  content: '\f1a9';
}

.fa-joomla:before {
  content: '\f1aa';
}

.fa-language:before {
  content: '\f1ab';
}

.fa-fax:before {
  content: '\f1ac';
}

.fa-building:before {
  content: '\f1ad';
}

.fa-child:before {
  content: '\f1ae';
}

.fa-paw:before {
  content: '\f1b0';
}

.fa-spoon:before {
  content: '\f1b1';
}

.fa-cube:before {
  content: '\f1b2';
}

.fa-cubes:before {
  content: '\f1b3';
}

.fa-behance:before {
  content: '\f1b4';
}

.fa-behance-square:before {
  content: '\f1b5';
}

.fa-steam:before {
  content: '\f1b6';
}

.fa-steam-square:before {
  content: '\f1b7';
}

.fa-recycle:before {
  content: '\f1b8';
}

.fa-automobile:before,
.fa-car:before {
  content: '\f1b9';
}

.fa-cab:before,
.fa-taxi:before {
  content: '\f1ba';
}

.fa-tree:before {
  content: '\f1bb';
}

.fa-spotify:before {
  content: '\f1bc';
}

.fa-deviantart:before {
  content: '\f1bd';
}

.fa-soundcloud:before {
  content: '\f1be';
}

.fa-database:before {
  content: '\f1c0';
}

.fa-file-pdf-o:before {
  content: '\f1c1';
}

.fa-file-word-o:before {
  content: '\f1c2';
}

.fa-file-excel-o:before {
  content: '\f1c3';
}

.fa-file-powerpoint-o:before {
  content: '\f1c4';
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: '\f1c5';
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: '\f1c6';
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: '\f1c7';
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: '\f1c8';
}

.fa-file-code-o:before {
  content: '\f1c9';
}

.fa-vine:before {
  content: '\f1ca';
}

.fa-codepen:before {
  content: '\f1cb';
}

.fa-jsfiddle:before {
  content: '\f1cc';
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: '\f1cd';
}

.fa-circle-o-notch:before {
  content: '\f1ce';
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: '\f1d0';
}

.fa-ge:before,
.fa-empire:before {
  content: '\f1d1';
}

.fa-git-square:before {
  content: '\f1d2';
}

.fa-git:before {
  content: '\f1d3';
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: '\f1d4';
}

.fa-tencent-weibo:before {
  content: '\f1d5';
}

.fa-qq:before {
  content: '\f1d6';
}

.fa-wechat:before,
.fa-weixin:before {
  content: '\f1d7';
}

.fa-send:before,
.fa-paper-plane:before {
  content: '\f1d8';
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: '\f1d9';
}

.fa-history:before {
  content: '\f1da';
}

.fa-circle-thin:before {
  content: '\f1db';
}

.fa-header:before {
  content: '\f1dc';
}

.fa-paragraph:before {
  content: '\f1dd';
}

.fa-sliders:before {
  content: '\f1de';
}

.fa-share-alt:before {
  content: '\f1e0';
}

.fa-share-alt-square:before {
  content: '\f1e1';
}

.fa-bomb:before {
  content: '\f1e2';
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: '\f1e3';
}

.fa-tty:before {
  content: '\f1e4';
}

.fa-binoculars:before {
  content: '\f1e5';
}

.fa-plug:before {
  content: '\f1e6';
}

.fa-slideshare:before {
  content: '\f1e7';
}

.fa-twitch:before {
  content: '\f1e8';
}

.fa-yelp:before {
  content: '\f1e9';
}

.fa-newspaper-o:before {
  content: '\f1ea';
}

.fa-wifi:before {
  content: '\f1eb';
}

.fa-calculator:before {
  content: '\f1ec';
}

.fa-paypal:before {
  content: '\f1ed';
}

.fa-google-wallet:before {
  content: '\f1ee';
}

.fa-cc-visa:before {
  content: '\f1f0';
}

.fa-cc-mastercard:before {
  content: '\f1f1';
}

.fa-cc-discover:before {
  content: '\f1f2';
}

.fa-cc-amex:before {
  content: '\f1f3';
}

.fa-cc-paypal:before {
  content: '\f1f4';
}

.fa-cc-stripe:before {
  content: '\f1f5';
}

.fa-bell-slash:before {
  content: '\f1f6';
}

.fa-bell-slash-o:before {
  content: '\f1f7';
}

.fa-trash:before {
  content: '\f1f8';
}

.fa-copyright:before {
  content: '\f1f9';
}

.fa-at:before {
  content: '\f1fa';
}

.fa-eyedropper:before {
  content: '\f1fb';
}

.fa-paint-brush:before {
  content: '\f1fc';
}

.fa-birthday-cake:before {
  content: '\f1fd';
}

.fa-area-chart:before {
  content: '\f1fe';
}

.fa-pie-chart:before {
  content: '\f200';
}

.fa-line-chart:before {
  content: '\f201';
}

.fa-lastfm:before {
  content: '\f202';
}

.fa-lastfm-square:before {
  content: '\f203';
}

.fa-toggle-off:before {
  content: '\f204';
}

.fa-toggle-on:before {
  content: '\f205';
}

.fa-bicycle:before {
  content: '\f206';
}

.fa-bus:before {
  content: '\f207';
}

.fa-ioxhost:before {
  content: '\f208';
}

.fa-angellist:before {
  content: '\f209';
}

.fa-cc:before {
  content: '\f20a';
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: '\f20b';
}

.fa-meanpath:before {
  content: '\f20c';
}

.fa-buysellads:before {
  content: '\f20d';
}

.fa-connectdevelop:before {
  content: '\f20e';
}

.fa-dashcube:before {
  content: '\f210';
}

.fa-forumbee:before {
  content: '\f211';
}

.fa-leanpub:before {
  content: '\f212';
}

.fa-sellsy:before {
  content: '\f213';
}

.fa-shirtsinbulk:before {
  content: '\f214';
}

.fa-simplybuilt:before {
  content: '\f215';
}

.fa-skyatlas:before {
  content: '\f216';
}

.fa-cart-plus:before {
  content: '\f217';
}

.fa-cart-arrow-down:before {
  content: '\f218';
}

.fa-diamond:before {
  content: '\f219';
}

.fa-ship:before {
  content: '\f21a';
}

.fa-user-secret:before {
  content: '\f21b';
}

.fa-motorcycle:before {
  content: '\f21c';
}

.fa-street-view:before {
  content: '\f21d';
}

.fa-heartbeat:before {
  content: '\f21e';
}

.fa-venus:before {
  content: '\f221';
}

.fa-mars:before {
  content: '\f222';
}

.fa-mercury:before {
  content: '\f223';
}

.fa-intersex:before,
.fa-transgender:before {
  content: '\f224';
}

.fa-transgender-alt:before {
  content: '\f225';
}

.fa-venus-double:before {
  content: '\f226';
}

.fa-mars-double:before {
  content: '\f227';
}

.fa-venus-mars:before {
  content: '\f228';
}

.fa-mars-stroke:before {
  content: '\f229';
}

.fa-mars-stroke-v:before {
  content: '\f22a';
}

.fa-mars-stroke-h:before {
  content: '\f22b';
}

.fa-neuter:before {
  content: '\f22c';
}

.fa-genderless:before {
  content: '\f22d';
}

.fa-facebook-official:before {
  content: '\f230';
}

.fa-pinterest-p:before {
  content: '\f231';
}

.fa-whatsapp:before {
  content: '\f232';
}

.fa-server:before {
  content: '\f233';
}

.fa-user-plus:before {
  content: '\f234';
}

.fa-user-times:before {
  content: '\f235';
}

.fa-hotel:before,
.fa-bed:before {
  content: '\f236';
}

.fa-viacoin:before {
  content: '\f237';
}

.fa-train:before {
  content: '\f238';
}

.fa-subway:before {
  content: '\f239';
}

.fa-medium:before {
  content: '\f23a';
}

.fa-yc:before,
.fa-y-combinator:before {
  content: '\f23b';
}

.fa-optin-monster:before {
  content: '\f23c';
}

.fa-opencart:before {
  content: '\f23d';
}

.fa-expeditedssl:before {
  content: '\f23e';
}

.fa-battery-4:before,
.fa-battery-full:before {
  content: '\f240';
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: '\f241';
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: '\f242';
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: '\f243';
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: '\f244';
}

.fa-mouse-pointer:before {
  content: '\f245';
}

.fa-i-cursor:before {
  content: '\f246';
}

.fa-object-group:before {
  content: '\f247';
}

.fa-object-ungroup:before {
  content: '\f248';
}

.fa-sticky-note:before {
  content: '\f249';
}

.fa-sticky-note-o:before {
  content: '\f24a';
}

.fa-cc-jcb:before {
  content: '\f24b';
}

.fa-cc-diners-club:before {
  content: '\f24c';
}

.fa-clone:before {
  content: '\f24d';
}

.fa-balance-scale:before {
  content: '\f24e';
}

.fa-hourglass-o:before {
  content: '\f250';
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: '\f251';
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: '\f252';
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: '\f253';
}

.fa-hourglass:before {
  content: '\f254';
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: '\f255';
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: '\f256';
}

.fa-hand-scissors-o:before {
  content: '\f257';
}

.fa-hand-lizard-o:before {
  content: '\f258';
}

.fa-hand-spock-o:before {
  content: '\f259';
}

.fa-hand-pointer-o:before {
  content: '\f25a';
}

.fa-hand-peace-o:before {
  content: '\f25b';
}

.fa-trademark:before {
  content: '\f25c';
}

.fa-registered:before {
  content: '\f25d';
}

.fa-creative-commons:before {
  content: '\f25e';
}

.fa-gg:before {
  content: '\f260';
}

.fa-gg-circle:before {
  content: '\f261';
}

.fa-tripadvisor:before {
  content: '\f262';
}

.fa-odnoklassniki:before {
  content: '\f263';
}

.fa-odnoklassniki-square:before {
  content: '\f264';
}

.fa-get-pocket:before {
  content: '\f265';
}

.fa-wikipedia-w:before {
  content: '\f266';
}

.fa-safari:before {
  content: '\f267';
}

.fa-chrome:before {
  content: '\f268';
}

.fa-firefox:before {
  content: '\f269';
}

.fa-opera:before {
  content: '\f26a';
}

.fa-internet-explorer:before {
  content: '\f26b';
}

.fa-tv:before,
.fa-television:before {
  content: '\f26c';
}

.fa-contao:before {
  content: '\f26d';
}

.fa-500px:before {
  content: '\f26e';
}

.fa-amazon:before {
  content: '\f270';
}

.fa-calendar-plus-o:before {
  content: '\f271';
}

.fa-calendar-minus-o:before {
  content: '\f272';
}

.fa-calendar-times-o:before {
  content: '\f273';
}

.fa-calendar-check-o:before {
  content: '\f274';
}

.fa-industry:before {
  content: '\f275';
}

.fa-map-pin:before {
  content: '\f276';
}

.fa-map-signs:before {
  content: '\f277';
}

.fa-map-o:before {
  content: '\f278';
}

.fa-map:before {
  content: '\f279';
}

.fa-commenting:before {
  content: '\f27a';
}

.fa-commenting-o:before {
  content: '\f27b';
}

.fa-houzz:before {
  content: '\f27c';
}

.fa-vimeo:before {
  content: '\f27d';
}

.fa-black-tie:before {
  content: '\f27e';
}

.fa-fonticons:before {
  content: '\f280';
}

.fa-reddit-alien:before {
  content: '\f281';
}

.fa-edge:before {
  content: '\f282';
}

.fa-credit-card-alt:before {
  content: '\f283';
}

.fa-codiepie:before {
  content: '\f284';
}

.fa-modx:before {
  content: '\f285';
}

.fa-fort-awesome:before {
  content: '\f286';
}

.fa-usb:before {
  content: '\f287';
}

.fa-product-hunt:before {
  content: '\f288';
}

.fa-mixcloud:before {
  content: '\f289';
}

.fa-scribd:before {
  content: '\f28a';
}

.fa-pause-circle:before {
  content: '\f28b';
}

.fa-pause-circle-o:before {
  content: '\f28c';
}

.fa-stop-circle:before {
  content: '\f28d';
}

.fa-stop-circle-o:before {
  content: '\f28e';
}

.fa-shopping-bag:before {
  content: '\f290';
}

.fa-shopping-basket:before {
  content: '\f291';
}

.fa-hashtag:before {
  content: '\f292';
}

.fa-bluetooth:before {
  content: '\f293';
}

.fa-bluetooth-b:before {
  content: '\f294';
}

.fa-percent:before {
  content: '\f295';
}

.fa-gitlab:before {
  content: '\f296';
}

.fa-wpbeginner:before {
  content: '\f297';
}

.fa-wpforms:before {
  content: '\f298';
}

.fa-envira:before {
  content: '\f299';
}

.fa-universal-access:before {
  content: '\f29a';
}

.fa-wheelchair-alt:before {
  content: '\f29b';
}

.fa-question-circle-o:before {
  content: '\f29c';
}

.fa-blind:before {
  content: '\f29d';
}

.fa-audio-description:before {
  content: '\f29e';
}

.fa-volume-control-phone:before {
  content: '\f2a0';
}

.fa-braille:before {
  content: '\f2a1';
}

.fa-assistive-listening-systems:before {
  content: '\f2a2';
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: '\f2a3';
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: '\f2a4';
}

.fa-glide:before {
  content: '\f2a5';
}

.fa-glide-g:before {
  content: '\f2a6';
}

.fa-signing:before,
.fa-sign-language:before {
  content: '\f2a7';
}

.fa-low-vision:before {
  content: '\f2a8';
}

.fa-viadeo:before {
  content: '\f2a9';
}

.fa-viadeo-square:before {
  content: '\f2aa';
}

.fa-snapchat:before {
  content: '\f2ab';
}

.fa-snapchat-ghost:before {
  content: '\f2ac';
}

.fa-snapchat-square:before {
  content: '\f2ad';
}

.fa-pied-piper:before {
  content: '\f2ae';
}

.fa-first-order:before {
  content: '\f2b0';
}

.fa-yoast:before {
  content: '\f2b1';
}

.fa-themeisle:before {
  content: '\f2b2';
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: '\f2b3';
}

.fa-fa:before,
.fa-font-awesome:before {
  content: '\f2b4';
}

.sr-only {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  overflow: visible;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
}

/*! formstone v1.2.0 [dropdown.css] 2016-07-04 | GPL-3.0 License | formstone.it */
.fs-dropdown {
  position: relative;
  z-index: 1;
  display: inline-block;
  max-width: 100%;
}

.fs-dropdown,
.fs-dropdown *,
.fs-dropdown :after,
.fs-dropdown :before,
.fs-dropdown:after,
.fs-dropdown:before {
  box-sizing: border-box;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
  transition: none;
  outline: none;
}

.fs-dropdown-element {
  position: absolute;
  z-index: -1;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  outline: 0;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
}

.fs-dropdown-selected {
  font-family: 'Open Sans';
  font-size: 14px;
  font-weight: 700;
  position: relative;
  z-index: 2;
  display: block;
  overflow: hidden;
  width: 100%;
  padding: 0 0 5px;
  padding-right: 30px;
  cursor: pointer;
  text-align: left;
  text-overflow: clip;
  border: none;
  background-color: transparent;
}

.fs-dropdown-selected:before {
  font-family: FontAwesome;
  font-size: 20px;
  position: absolute;
  right: 10px;
  display: inline-block;
  content: '\f107'; 
  color: #5a5a5f;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fs-dropdown-options {
  position: absolute;
  z-index: 5;
  top: 100%;
  left: 0;
  display: none;
  overflow: auto;
  overflow-x: hidden;
  width: 100%;
  max-height: 260px;
  border: 1px solid #d6d6d7;
  background: #fff;
}

.fs-dropdown-options.fs-scrollbar {
  position: absolute;
}

.fs-dropdown-group {
  display: block;
  padding-top: 10px;
}

.fs-dropdown-item {
  font-family: 'Open Sans';
  font-size: 12px;
  display: block;
  overflow: hidden;
  width: 100%;
  padding: 5px;
  cursor: pointer;
  transition: background .5s cubic-bezier(.23, 1, .32, 1);
  text-align: left;
  text-decoration: none;
  text-overflow: ellipsis;
  color: #000;
  border: none;
  border-radius: 0;
  background: #fff;
}

.fs-dropdown-item:hover {
  background-color: rgba(214, 214, 215, .8);
}

.fs-dropdown-item_placeholder {
  display: none;
}

.fs-dropdown-item_selected {
  background: rgba(214, 214, 215, .5);
}

.fs-dropdown-item_disabled {
  cursor: default;
  opacity: .5;
}

.fs-dropdown-open {
  z-index: 3;
}

.fs-dropdown-open .fs-dropdown-options {
  display: block;
}

.fs-dropdown-open .fs-dropdown-selected {
  z-index: 6;
}

.fs-dropdown-cover.fs-dropdown-open .fs-dropdown-selected {
  z-index: 4;
}

.fs-dropdown-cover .fs-dropdown-options {
  top: 0;
}

.fs-dropdown-bottom .fs-dropdown-options {
  top: auto;
  bottom: 100%;
}

.fs-dropdown-bottom.fs-dropdown-cover .fs-dropdown-options {
  top: auto;
  bottom: 0;
}

.fs-dropdown-multiple .fs-dropdown-options {
  position: static;
  display: block;
  width: 100%;
}

.fs-dropdown-disabled {
  opacity: .5;
}

.fs-dropdown-disabled .fs-dropdown-selected {
  cursor: default;
}

.fs-dropdown-disabled .fs-dropdown-group,
.fs-dropdown-disabled .fs-dropdown-item {
  cursor: default;
}

.fs-dropdown-options.fs-scrollbar {
  overflow: hidden;
}

.fs-dropdown-options.fs-scrollbar .fs-scrollbar-bar {
  border: 1px solid;
  border-width: 0 0 0 1px;
}

.fs-dropdown-options.fs-scrollbar .fs-scrollbar-content {
  height: auto;
  max-height: 260px;
}

.fs-dropdown-options.fs-scrollbar.fs-scrollbar-active .fs-scrollbar-content {
  padding: 0;
}

/**
 *  Master Slider
 *  Core css file
 */
.master-slider {
  position: relative;
  visibility: hidden;
  -moz-transform: translate3d(0, 0, 0);
}

.master-slider,
.master-slider * {
  box-sizing: content-box;
}

.master-slider.ms-fullheight {
  height: 100%;
}

.ms-layout-partialview .ms-view {
  overflow: visible;
  background-color: transparent;
}

.ms-layout-partialview .ms-container {
  overflow: hidden;
}

.master-slider img,
.ms-slide-bgvideocont video {
  max-width: none;
}

.ms-ie img {
  border: none;
}

.ms-ie8 * {
  opacity: inherit;
  -webkit-filter: inherit;
          filter: inherit;
}

.ms-ie7 {
  zoom: 1;
}

.ms-loading-container {
  position: absolute;
  top: 0;
  width: 100%;
}

.ms-slide-auto-height {
  display: table;
}

.ms-loading-container .ms-loading,
.ms-slide .ms-slide-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 36px;
  height: 36px;
  margin: -18px;
  opacity: .9;
  border-radius: 60px;
  background: url(avery-mactac/css/(/content/dam/averymactac/loading-2.gif) no-repeat center white;
  box-shadow: 0 0 3px rgba(0, 0, 0, .2);
}

/* grab cursor */
.ms-no-swipe,
.ms-def-cursor {
  cursor: auto !important;
}

.ms-grab-cursor {
  cursor: url('avery-mactac/css/(/content/dam/averymactac/grab.png'), move;
}

.ms-grabbing-cursor {
  cursor: url('avery-mactac/css/(/content/dam/averymactac/grabbing.png'), move;
}

.ms-ie .ms-grab-cursor {
  cursor: url('avery-mactac/css/(/content/dam/averymactac/grab.cur'), move;
}

.ms-ie .ms-grabbing-cursor {
  cursor: url('avery-mactac/css/(/content/dam/averymactac/grabbing.cur'), move;
}

.ms-view {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  background: white;
  -ms-perspective: 2000px;
  perspective: 2000px;
}

.ms-view .ms-slide-container {
  position: relative;
}

.ms-slide {
  position: absolute;
  height: 100%;
  transform: translateZ(0px);
  transform-style: preserve-3d;
}

.ms-slide .ms-slide-bgcont,
.ms-slide .ms-slide-bgvideocont {
  position: absolute;
  overflow: hidden;
  width: 100%;
}

.ms-slide .ms-slide-bgvideocont {
  z-index: 105;
  height: 100%;
}

.ms-slide .ms-slide-bgvideocont,
.ms-slide-bgvideocont > video {
  transform: translateZ(.3px);
}

.ms-slide .ms-slide-bgvideo {
  position: absolute;
  top: 0;
}

.ms-inner-controls-cont,
.ms-container {
  position: relative;
  margin: 0 auto;
}

.ms-slide .ms-slide-bgcont img,
.ms-container,
.ms-inner-controls-cont {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.ms-slide .ms-layer {
  position: absolute;
}

.ms-slide .ms-slide-layers {
  position: absolute;
  z-index: 110;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.ms-slide .ms-slide-video {
  position: absolute;
  z-index: 111;
  top: 0;
  margin: 0;
  padding: 0;
  border: none;
  background: black;
}

.ms-parallax-layer {
  position: absolute;
  top: 0;
  width: 100%;
}

.ms-scroll-parallax-cont {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  transform: translateZ(.4px);
}

/*-----------------------------------------------------------*/
.ms-action-layer {
  cursor: pointer;
}

.ms-btn-container {
  position: absolute;
}

.ms-btn {
  position: relative;
  display: inline-block;
  padding: 8px 15px;
  cursor: pointer;
  white-space: nowrap;
  text-decoration: none;
  color: black;
}

.ms-default-btn {
  color: #fff;
  border-radius: 5px;
  background: #0074a2;
}

.ms-default-btn:hover {
  background-color: #0098d5;
}

.ms-default-btn:active {
  top: 1px;
}

.ms-layer.video-box {
  background: black;
}

.ms-layer.video-box iframe {
  position: absolute;
  z-index: 110;
  margin: 0;
  padding: 0;
  border: none;
}

.ms-btn-s {
  font-size: 80%;
  line-height: 0;
  padding: 14px 17px;
}

.ms-btn-m {
  padding: 12px 40px;
}

.ms-btn-n {
  font-size: 95%;
  padding: 8px 25px;
}

.ms-btn-l {
  font-size: 120%;
  padding: 17px 50px;
}

.ms-btn-round {
  border-radius: 5px;
}

.ms-btn-circle {
  border-radius: 100px;
}

.ms-btn-outline-round {
  border-radius: 5px;
}

.ms-btn-outline-circle {
  border-radius: 100px;
}

/*-----------------------------------------------------------*/
.ms-layer.video-box {
  background: black;
}

.ms-layer.video-box iframe {
  position: absolute;
  z-index: 110;
  margin: 0;
  padding: 0;
  border: none;
}

.ms-slide .ms-slide-vpbtn,
.ms-slide .ms-video-btn {
  position: absolute;
  z-index: 110;
  cursor: pointer;
}

.ms-slide .ms-slide-vcbtn {
  position: absolute;
  z-index: 113;
  cursor: pointer;
}

.ms-slide-vcbtn-mobile {
  position: relative;
  z-index: 113;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 28px;
  cursor: pointer;
  text-align: center;
  color: white;
  background-color: black;
}

.ms-slide-vcbtn-mobile .ms-vcbtn-txt {
  font-family: sans-serif;
  font-size: .75em;
  display: inline-block;
  height: 15px;
  margin-top: 7px;
  padding-left: 15px;
  text-transform: uppercase;
  color: #dbdbdb;
  background: url(avery-mactac/css/(/content/dam/averymactac/video-close-btn.png) no-repeat 0 3px;
}

.ms-slide .ms-slide-vcbtn,
.ms-slide .ms-slide-layers,
.ms-slide .ms-slide-vpbtn,
.ms-slide .ms-slide-video {
  transform: translateZ(.44px);
}

.ms-video-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ms-mask-frame {
  position: absolute;
  float: left;
  overflow: hidden;
}

/* controls */
.ms-thumb-list {
  position: absolute;
  overflow: hidden;
}

.ms-thumb-list.ms-dir-h {
  width: 100%;
}

.ms-thumb-list.ms-dir-v {
  top: 0;
  height: 100%;
}

.ms-thumbs-cont {
  position: relative;
}

.ms-thumb-frame img {
  width: 100%;
  height: auto;
}

.ms-thumb-frame {
  float: left;
  overflow: hidden;
  cursor: pointer;
  transition: opacity 300ms;
  opacity: .5;
}

.ms-thumb-frame-selected {
  opacity: 1;
}

.ms-tabs .ms-thumb-frame {
  position: relative;
  overflow: visible;
  transition: all 300ms ease-out;
  opacity: 1;
  color: #222;
  border: solid 1px white;
  border-width: 0 1px 1px 0;
  background-color: #f6f6f6;
  text-shadow: 0 1px 1px white;
}

.ms-tabs.ms-dir-h .ms-thumb-frame {
  margin-top: 12px;
}

.ms-tabs.ms-dir-v .ms-thumb-frame {
  margin-left: 12px;
}

.ms-tabs .ms-thumb {
  padding: 20px 20px;
}

.ms-tabs .ms-thumb-frame-selected {
  opacity: 1;
  background: #ededed;
}

.ms-tabs .ms-thumb-frame .ms-thumb-ol {
  position: absolute;
  transition: all 300ms ease-out;
  opacity: 0;
}

.ms-tabs.ms-dir-h .ms-thumb-frame .ms-thumb-ol {
  top: 0;
  left: 50%;
  margin-left: -12px;
  border-right: solid 12px transparent;
  border-bottom: solid 12px #f6f6f6;
  border-left: solid 12px transparent;
}

.ms-tabs.ms-dir-h .ms-thumb-frame-selected .ms-thumb-ol {
  top: -12px;
  opacity: 1;
  border-bottom-color: #ededed;
}

.ms-tabs.ms-dir-v .ms-thumb-frame .ms-thumb-ol {
  top: 50%;
  left: 0;
  margin-top: -12px;
  border-top: solid 12px transparent;
  border-right: solid 12px #ededed;
  border-bottom: solid 12px transparent;
}

.ms-tabs.ms-dir-v .ms-thumb-frame-selected .ms-thumb-ol {
  left: -12px;
  opacity: 1;
  border-right-color: white;
}

.ms-bullet {
  float: left;
  cursor: pointer;
}

.ms-bullets.ms-dir-h {
  position: absolute;
  right: 50%;
  bottom: 5px;
  width: 100px;
}

.ms-bullets.ms-dir-v {
  position: absolute;
  top: 50%;
}

.ms-bullets.ms-dir-v .ms-bullet {
  float: none;
}

.ms-bullets.ms-dir-h .ms-bullets-count {
  position: relative;
  right: -50%;
}

.ms-sbar {
  position: absolute;
}

.ms-sbar.ms-dir-h {
  top: 5px;
  right: 10px;
  left: 10px;
}

.ms-sbar.ms-dir-v {
  top: 10px;
  right: 5px;
  bottom: 10px;
}

.ms-sbar .ms-bar {
  height: 4px;
  border-radius: 4px;
  background: #333;
}

.ms-sbar.ms-dir-v .ms-bar {
  width: 4px;
}

.ms-sbar .ms-bar {
  position: relative;
  transition: opacity 300ms;
}

.ms-timerbar {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.ms-ctimer {
  position: absolute;
  top: 30px;
  left: 30px;
  cursor: pointer;
}

.ms-time-bar {
  transition: width 120ms linear;
}

.ms-ie7 .ms-tooltip-arrow {
  height: 0;
}

.ms-slide-info {
  position: absolute;
}

.ms-slide-info.ms-dir-v {
  top: 0;
}

.ms-slide-info.ms-dir-h {
  width: 100%;
}

@keyframes point-anim {
  0% {
    transform: scale(.5);
    opacity: 1;
  }

  100% {
    transform: scale(.5);
    opacity: 0;
  }
}

@-webkit-keyframes point-anim {
  0% {
    -webkit-transform: scale(.5);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1.5);
    opacity: 0;
  }
}

/* In Android browser, using css animations over slider causes some crashes */
.ms-android .ms-tooltip-point .ms-point-border {
  -webkit-animation: none;
  animation: none;
}

/**
 *  Master Slider
 *  Default Skin
 */
.ms-skin-default .ms-slide .ms-slide-vpbtn,
.ms-skin-default .ms-video-btn {
  top: 50%;
  left: 50%;
  width: 50px;
  height: 51px;
  margin: -25px 0 0 -25px;
  background: url(../../../content/dam/averymactac/light-skin-1.png) no-repeat -14px -150px;
}

.ms-skin-default .ms-slide .ms-slide-vcbtn {
  top: 18px;
  right: 30px;
  width: 30px;
  height: 30px;
  background: url(../../../content/dam/averymactac/light-skin-1.png) no-repeat -24px -28px;
}

/* controls */
.ms-skin-default .ms-nav-next,
.ms-skin-default .ms-nav-prev {
  position: absolute;
  z-index: 110;
  top: 50%;
  left: 30px;
  width: 30px;
  height: 40px;
  margin-top: -20px;
  cursor: pointer;
  background: url(../../../content/dam/averymactac/light-skin-1.png);
  background-position: -89px -26px;
}

.ms-skin-default .ms-nav-next {
  right: 30px;
  left: auto;
  background-position: -89px -103px;
}

.ms-skin-default .ms-bullet {
  width: 10px;
  height: 10px;
  margin: 4px;
  background: url(../../../content/dam/averymactac/light-skin-1.png) no-repeat;
  background-position: -34px -117px;
}

.ms-skin-default .ms-bullet-selected {
  background-position: -34px -84px;
}

.ms-skin-default .ms-time-bar {
  height: 3px;
  border-top: solid 1px rgba(0, 0, 0, .41);
  background: #fff;
}

.ms-skin-default .ms-tooltip {
  position: absolute;
  z-index: 210;
  cursor: auto;
}

.ms-skin-default .ms-tooltip-top .ms-tooltip-arrow,
.ms-skin-default .ms-tooltip-bottom .ms-tooltip-arrow {
  position: absolute;
  left: 50%;
  margin-left: -10px;
  border-right: solid 10px transparent;
  border-left: solid 10px transparent;
}

.ms-skin-default .ms-tooltip-top .ms-tooltip-arrow {
  bottom: -10px;
  border-top: solid 10px;
  border-top-color: silver;
  border-top-color: rgba(240, 240, 240, .88);
}

.ms-skin-default .ms-tooltip-bottom .ms-tooltip-arrow {
  top: -10px;
  border-bottom: solid 10px;
  border-bottom-color: silver;
  border-bottom-color: rgba(240, 240, 240, .88);
}

.ms-skin-default .ms-tooltip-right .ms-tooltip-arrow,
.ms-skin-default .ms-tooltip-left .ms-tooltip-arrow {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  border-top: solid 10px transparent;
  border-bottom: solid 10px transparent;
}

.ms-skin-default .ms-tooltip-right .ms-tooltip-arrow {
  left: -10px;
  border-right: solid 10px;
  border-right-color: silver;
  border-right-color: rgba(240, 240, 240, .88);
}

.ms-skin-default .ms-tooltip-left .ms-tooltip-arrow {
  right: -10px;
  border-left: solid 10px;
  border-left-color: silver;
  border-left-color: rgba(240, 240, 240, .88);
}

.ms-skin-default .ms-tooltip-point {
  cursor: pointer;
}

.ms-skin-default .ms-tooltip-point .ms-point-center {
  position: absolute;
  z-index: 105;
  width: 12px;
  height: 12px;
  margin: -8px 0 0 -8px;
  border: solid 2px #bbb;
  border-radius: 15px;
  background: white;
}

.ms-skin-default .ms-tooltip-point .ms-point-border {
  position: absolute;
  width: 22px;
  height: 22px;
  margin: -11px 0 0 -11px;
  -webkit-animation: point-anim 1.5s infinite;
  animation: point-anim 1.5s infinite;
  border-radius: 15px;
  background: black;
  background: rgba(0, 0, 0, .36);
}

.ms-skin-default .ms-tooltip {
  max-width: 200px;
}

.ms-skin-default .ms-tooltip-cont {
  margin-left: -1px;
  padding: 10px;
  background: silver;
  background: rgba(240, 240, 240, .88);
  text-shadow: 0 1px 0 white;
}

/* retina */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .ms-skin-default .ms-slide .ms-slide-vpbtn,
    .ms-skin-default .ms-video-btn,
    .ms-skin-default .ms-slide .ms-slide-vcbtn,
    .ms-skin-default .ms-nav-next,
    .ms-skin-default .ms-nav-prev,
    .ms-skin-default .ms-bullet {
    background-image: url(avery-mactac/css/(/content/dam/averymactac/light-skin-1-retina.png);
    background-size: 152px 225px;
  }
}

.ms-tabs-vertical-template {
  max-width: 660px;
  margin: 0 auto;
  padding: 5px 135px 5px 5px;
  background: #f7f7f7;
}

.ms-tabs-vertical-template .ms-sbar .ms-bar {
  background-color: black;
}

.ms-vertical-template .ms-thumb-list.ms-dir-h {
  bottom: -101px;
  width: 100%;
  height: 113px;
}

.ms-vertical-template .ms-thumb-list.ms-dir-v {
  top: 0;
  right: -130px;
  width: 130px;
  height: 100%;
}

.ms-vertical-template .ms-thumb-frame {
  cursor: pointer;
}

.ms-vertical-template .ms-thumb-list.ms-dir-h .ms-thumb-frame {
  width: 214px;
  height: auto;
  margin: 12px 0 0 0;
}

.ms-vertical-template .ms-thumb-list.ms-dir-v .ms-thumb-frame {
  width: 130px;
  height: 85px;
  margin: 0 0 5px 5px;
  transition: opacity 300ms;
  opacity: .5;
}

.ms-vertical-template .ms-thumb-frame-selected {
  opacity: 1 !important;
}

.ms-vertical-template .ms-thumb-frame-selected h3 {
  color: #4b8aac;
}

.ms-vertical-template .ms-thumblist-fwd,
.ms-thumblist-bwd {
  position: absolute;
  top: 0;
  width: 100%;
  height: 15px;
  cursor: pointer;
  background: url(avery-mactac/images/arrow.png) no-repeat;
  background-position: 50% -106px;
}

.ms-vertical-template .ms-thumblist-bwd {
  top: auto;
  bottom: 0;
  background-position: 50% -145px;
}

@media (max-width: 600px) {
  .ms-vertical-template .ms-thumb-list.ms-dir-v {
    right: -80px;
    width: 80px;
  }

  .ms-vertical-template .ms-thumb-list.ms-dir-v .ms-thumb-frame {
    width: 80px;
    height: 45px;
  }

  .ms-vertical-template {
    padding-right: 85px;
  }
}

@media (max-width: 300px) {
  .ms-vertical-template .ms-thumb-list.ms-dir-v {
    display: none;
  }

  .ms-vertical-template {
    padding-right: 5px;
  }
}

/* Layers */
.ms-layer.video-title {
  font-family: 'Lato',sans-serif;
  font-size: 42px;
  font-weight: 600;
  margin: 0;
  letter-spacing: 0;
  color: white;
}

.ms-layer.video-title.video-top-title {
  font-size: 16px;
  color: gray;
}

.ms-layer.video-title.video-sub-title {
  font-size: 22px;
  font-weight: 300;
}

/* Magnific Popup CSS */
.mfp-bg {
  position: fixed;
  z-index: 1042;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  opacity: .8;
  background: white;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  position: fixed;
  z-index: 1043;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 0 8px;
  text-align: center;
}

.mfp-container:before {
  display: inline-block;
  height: 100%;
  content: '';
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  z-index: 1045;
  display: inline-block;
  margin: 0 auto;
  text-align: left;
  vertical-align: middle;
  /*position: absolute;
  z-index: 1045;
   display: inline-block;
  margin: 0 auto;
  text-align: left;
  vertical-align: middle;
  top: 0;*/
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  position: absolute;
  z-index: 1044;
  top: 50%;
  right: 8px;
  left: 8px;
  width: auto;
  margin-top: -.8em;
  text-align: center;
  color: #ccc;
}

.mfp-preloader a {
  color: #ccc;
}

.mfp-preloader a:hover {
  color: white;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  z-index: 1046;
  display: block;
  overflow: visible;
  padding: 0;
  cursor: pointer;
  border: 0;
  outline: none;
  background: transparent;
  box-shadow: none;
  -webkit-appearance: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  font-family: Arial, Baskerville, monospace;
  font-size: 28px;
  font-style: normal;
  line-height: 44px;
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0 0 18px 10px;
  text-align: center;
  text-decoration: none;
  opacity: .65;
  color: black;
  filter: alpha(opacity=65);
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  right: -6px;
  width: 100%;
  padding-right: 6px;
  text-align: right;
  color: black;
}

.mfp-counter {
  font-size: 12px;
  line-height: 18px;
  position: absolute;
  top: 0;
  right: 0;
  white-space: nowrap;
  color: #ccc;
}

.mfp-arrow {
  position: absolute;
  top: 50%;
  width: 90px;
  height: 110px;
  margin: 0;
  margin-top: -55px;
  padding: 0;
  opacity: .65;
  filter: alpha(opacity=65);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 0;
  height: 0;
  margin-top: 35px;
  margin-left: 35px;
  content: '';
  border: medium inset transparent;
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
  top: 8px;
  border-top-width: 13px;
  border-bottom-width: 13px;
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
  opacity: .7;
  border-top-width: 21px;
  border-bottom-width: 21px;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  margin-left: 31px;
  border-right: 17px solid white;
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  margin-left: 39px;
  border-left: 17px solid white;
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: black;
  box-shadow: 0 0 8px rgba(0, 0, 0, .6);
}

/* Main image in popup */
img.mfp-img {
  line-height: 0;
  display: block;
  box-sizing: border-box;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 40px 0 40px;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  position: absolute;
  z-index: -1;
  top: 40px;
  right: 0;
  bottom: 40px;
  left: 0;
  display: block;
  width: auto;
  height: auto;
  content: '';
  background: #444;
  box-shadow: 0 0 30px rgba(0, 0, 0, .5);
}

.mfp-figure small {
  font-size: 12px;
  line-height: 14px;
  display: block;
  color: #bdbdbd;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  margin-top: -36px;
  cursor: auto;
}

.mfp-title {
  line-height: 18px;
  padding-right: 36px;
  text-align: left;
  word-wrap: break-word;
  color: #f3f3f3;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-right: 0;
    padding-left: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    position: fixed;
    top: auto;
    bottom: 0;
    box-sizing: border-box;
    margin: 0;
    padding: 3px 5px;
    background: rgba(0, 0, 0, .6);
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    top: 3px;
    right: 5px;
  }

  .mfp-img-mobile .mfp-close {
    line-height: 35px;
    position: fixed;
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    padding: 0;
    text-align: center;
    background: rgba(0, 0, 0, .6);
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(.75);
  }

  .mfp-arrow-left {
    transform-origin: 0;
  }

  .mfp-arrow-right {
    transform-origin: 100%;
  }

  .mfp-container {
    padding-right: 6px;
    padding-left: 6px;
  }
}

.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  left: 50%;
  width: 600px;
  margin-top: 5px;
  margin-left: -300px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

.ms-lightbox {
  position: absolute;
  top: 15px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  display: block;
  width: auto;
    /*background: url(avery-mactac/images/lightbox-btn.png) no-repeat right bottom;*/
}

.ms-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
}

.ms-click-layer {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.ms-button-wrapper {
  position: absolute;
  z-index: 3;
  width: 20%;
  top: 80%;
  right: 0;
  text-align: center;
}



.ms-button {
  background-color: #e21d24;
  padding: 10px;
  border: none;
  outline: none;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  color: white !important;
  top: 90%;
}

.node-application .ms-text,
.product .ms-text {
  font-size: 12px;
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 5px 10px;
  color: black;
  background-color: rgba(255, 255, 255, .8);
}

.node-application .ms-text {
  right: 5px;
}

#block-mactac-slider-mactac-slider-homepage .ms-text {
  font-size: 20px;
  line-height: 1.4;
  position: absolute;
  z-index: 1;
  right: 35px;
  bottom: 0;
  left: 35px;
  display: block;
  padding: 20px;
  text-align: center;
  color: rgba(0, 0, 0, .7);
  background-color: rgba(255, 255, 255, .7);
  margin-left: auto;
  margin-right: auto;
  width: 60%;
}

@media (max-width: 61.24em) {
  #block-mactac-slider-mactac-slider-homepage .ms-text {
    font-size: 16px;
    right: 15px;
    left: 15px;
    max-width: calc(100% - 70px);
  }
}

@media (max-width: 46.24em) {
  #block-mactac-slider-mactac-slider-homepage .ms-text {
    font-size: 12px;
  }
}

@media (max-width: 29.99em) {
  #block-mactac-slider-mactac-slider-homepage .ms-text {
    display: none;
  }

  .ms-button-wrapper {
    display: none;
  }
}

.mfp-zoom-in {
    /* start state */
    /* animate in */
    /* animate out */
}

.mfp-zoom-in .mfp-with-anim {
  transition: all .2s ease-in-out;
  transform: scale(.8);
  opacity: 0;
}

.mfp-zoom-in.mfp-bg {
  transition: all .3s ease-out;
  opacity: 0;
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
  transform: scale(1);
  opacity: 1;
}

.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: .8;
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(.8);
  opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

.avd-edit-mode-label {
  color: #AC343C;
  font-size: 10px;
  text-transform: uppercase;
  padding-left: 5px;
  border-style: solid;
  border-color: #AC343C; 
  margin-bottom: 5px;
}
.avd-edit-mode-label.start {
  border-width: 1px 1px 0 1px;
}
.avd-edit-mode-label.end {
  border-width: 0 1px 1px 1px;
}


@media (min-width: 481px) and (max-width: 767px) {
            .column-control {
				float: none;
				width: 100%;
			}
    	 .node__sidebar {
            float: none;
            width: 100%;
            margin: 0;
            padding: 0;
        	text-align:left;
          }
    .node-page .field-name-field-quote {
    float: none; 
     box-sizing: border-box;
    width: 100%; 
     padding-right: 0px; 
}
        }
          
        /* Media Query for Tablets Ipads portrait mode */
         @media only screen  and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
           .column-control {
				float: left;
				width: 100%;
			}
    	 .node__sidebar {
            float: none;
            width: 100%;
            margin: 0;
            padding: 0;
    		text-align:left;
          }
    .node-page .field-name-field-quote {
    float: none; 
     box-sizing: border-box;
    width: 100%; 
     padding-right: 0px; 
}
        }
          
        /* Media Query for Laptops and Desktops */
        @media only screen and (min-device-width: 1025px) and (max-device-width: 1280px){
            .column-control {
				float: left;
				width: 100%;
			}
             .node__sidebar {
            float: none;
            width: 100%;
            margin: 0;
            padding: 0;
    		text-align:left;
          }
    .node-page .field-name-field-quote {
    float: none; 
     box-sizing: border-box;
    width: 100%; 
     padding-right: 0px; 
}
        }

.form-textarea-wrapper textarea {
    display: block;
    margin: 0;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Open Sans"; 
font-size: 13px; 
line-height: 20px; 
min-height: 45px; 
padding: 5px 10px; 
resize: vertical; 
border: 1px solid rgb(214, 214, 215); 
outline: none; 
height: 60px;
}
.resizable-textarea .grippie {
    background: #eee url(../../../misc/grippie.png) no-repeat center 2px;
    border: 1px solid #ddd;
    border-top-width: 0;
    cursor: s-resize;
    height: 9px;
    overflow: hidden;
}

/*-----responsive----------10/04/22--*/
/* For Mobile Portrait View */
@media screen and (max-device-width: 480px)
and (orientation: portrait) {
  .column {

   float:none;
  }
  .col-1 {
  width: 100%;
}

.col-2 {
  width: 100%;
}

.col-3 {
  width: 100%;
}

.col-4 {
  width: 100%;
}

.col-5 {
  width: 100%;
}

.col-6 {
  width: 100%;
}

.col-7 {
 width: 100%;
}

.col-8 {
  width: 100%;
}

.col-9 {
 width: 100%;
}

.col-10 {
  width: 100%;
}

.col-11 {
 width: 100%;
}

.col-12 {
  width: 100%;
}
}
 
/* For Mobile Landscape View */
@media screen and (max-device-width: 640px)
and (orientation: landscape) {
.column {

   float:none;
  }
  .col-1 {
  width: 100%;
}

.col-2 {
  width: 100%;
}

.col-3 {
  width: 100%;
}

.col-4 {
  width: 100%;
}

.col-5 {
  width: 100%;
}

.col-6 {
  width: 100%;
}

.col-7 {
 width: 100%;
}

.col-8 {
  width: 100%;
}

.col-9 {
 width: 100%;
}

.col-10 {
  width: 100%;
}

.col-11 {
 width: 100%;
}

.col-12 {
  width: 100%;
}
}
 
/* For Mobile Phones Portrait or Landscape View */
@media screen and (max-device-width: 640px) {
  .column {

   float:none;
  }
  .col-1 {
  width: 100%;
}

.col-2 {
  width: 100%;
}

.col-3 {
  width: 100%;
}

.col-4 {
  width: 100%;
}

.col-5 {
  width: 100%;
}

.col-6 {
  width: 100%;
}

.col-7 {
 width: 100%;
}

.col-8 {
  width: 100%;
}

.col-9 {
 width: 100%;
}

.col-10 {
  width: 100%;
}

.col-11 {
 width: 100%;
}

.col-12 {
  width: 100%;
}

}
 
/* For iPhone 4 Portrait or Landscape View */
@media screen and (min-device-width: 320px)
and (-webkit-min-device-pixel-ratio: 2) {
  .column {

   float:none;
  }
  .col-1 {
  width: 100%;
}

.col-2 {
  width: 100%;
}

.col-3 {
  width: 100%;
}

.col-4 {
  width: 100%;
}

.col-5 {
  width: 100%;
}

.col-6 {
  width: 100%;
}

.col-7 {
 width: 100%;
}

.col-8 {
  width: 100%;
}

.col-9 {
 width: 100%;
}

.col-10 {
  width: 100%;
}

.col-11 {
 width: 100%;
}

.col-12 {
  width: 100%;
}
}
 
/* For iPhone 5 Portrait or Landscape View */
@media (device-height: 568px) and (device-width: 320px)
and (-webkit-min-device-pixel-ratio: 2) {
 .column {

   float:none;
  }
  .col-1 {
  width: 100%;
}

.col-2 {
  width: 100%;
}

.col-3 {
  width: 100%;
}

.col-4 {
  width: 100%;
}

.col-5 {
  width: 100%;
}

.col-6 {
  width: 100%;
}

.col-7 {
 width: 100%;
}

.col-8 {
  width: 100%;
}

.col-9 {
 width: 100%;
}

.col-10 {
  width: 100%;
}

.col-11 {
 width: 100%;
}

.col-12 {
  width: 100%;
}
}
 
/* For iPhone 6 and 6 plus Portrait or Landscape View */
@media (min-device-height: 667px) and (min-device-width: 375px)
and (-webkit-min-device-pixel-ratio: 3) {
  .column {

   float:none;
  }
  .col-1 {
  width: 100%;
}

.col-2 {
  width: 100%;
}

.col-3 {
  width: 100%;
}

.col-4 {
  width: 100%;
}

.col-5 {
  width: 100%;
}

.col-6 {
  width: 100%;
}

.col-7 {
 width: 100%;
}

.col-8 {
  width: 100%;
}

.col-9 {
 width: 100%;
}

.col-10 {
  width: 100%;
}

.col-11 {
 width: 100%;
}

.col-12 {
  width: 100%;
}
}
/*---------------------------product page--->key component---------------------------10/04/22----*/
.key-features{
	margin: 0px 11px;

 }

 .key-title{
	margin-top: 0px;
}
.more-details h3{
margin:0;
font-size;18px;
border:none;}



.hide {
  display: none;
}

.region-selector {
  font-family: 'Open Sans','Arial',sans-serif';
  font-weight: 400;
  background-color: white;
  border-top: 1px solid black;
  position: relative;
  width: 100%;
  height: 100%;
  top: 82px;
  z-index: 9999;
}

@media screen and (min-width: 768px) {
  .region-selector {
    position: fixed;
    z-index: 100;
    left: 0;
    background-color: #000000;
    background-color: rgba(0, 0, 0, 0.4);
    border-top: none;
    overflow-x: hidden;
    top: 0;
  }
}

.region-selector ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.region-selector .region-selector-content {
  background: white;
  padding: 0 10px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .region-selector .region-selector-content {
    width: 620px;
    padding: 40px 40px 35px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

.region-selector .region-selector-title,
.region-selector .region-title,
.region-selector .language-title {
  font-weight: 400;
}

.region-selector .close-regional-selector {
  height: 15px;
  position: absolute;
  right: 20px;
  top: -80px;
  width: 15px;
  background: white url("../../../content/dam/averymactac/ic_close_48pt.png");
  background-size: cover;
}

@media screen and (min-width: 768px) {
  .region-selector .close-regional-selector {
    top: 14px;
    right: 14px;
  }
}

.region-selector .region-selector-title {
  font-size: 16px;
  margin: 40px 0;
  letter-spacing: 0.01em;
  padding: 0 40px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .region-selector .region-selector-title {
    margin: 0 0 16px;
    padding: 0;
    text-align: left;
  }
}

@media screen and (min-width: 768px) {
  .region-selector .region-menu-container {
    display: flex;
  }
}

.region-selector .region-menu-container .dropdown-toggle {
  cursor: pointer;
  border-top: 1px solid #000000;
}

@media screen and (min-width: 768px) {
  .region-selector .region-menu-container .dropdown-toggle {
    display: none;
  }
}

.region-selector .region-menu-container .dropdown-toggle .dropdown-toggle-icon {
  float: right;
  font-size: 16px;
  height: 12px;
  padding: 20px 25px;
}

.region-selector .region-menu-container .region-title,
.region-selector .region-menu-container .language-title {
  display: inline-block;
  font-size: 16px;
  height: 12px;
  margin: 0;
  padding: 20px 0 20px 25px;
}

@media screen and (max-width: 767px) {
  .region-selector .region-menu-container .dropdown-panel.collapsed {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .region-selector .region-menu-container .link-container {
    display: block;
  }
}

.region-selector .region-menu-container .link-container a {
  border-bottom: 1px solid #000000;
  color: #000000;
  display: block;
  font-size: 16px;
  height: 12px;
  padding: 20px 25px;
  text-decoration: none;
}

.region-selector .region-menu-container .link-container a:hover {

  color: #666;
  border-color: #666;
  text-decoration: none;

  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;

}

.region-selector .region-menu-container .link-container a:before {
  content: '';
  vertical-align: baseline;
  height: 100%;
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .region-selector .region-menu-container .link-container a {
    border-bottom: 1px solid #000000;
    display: inline-block;
    padding: 0;
  }
}

.region-selector .regions {
  border-top: 1px solid #000000;
  min-width: 330px;
}

@media screen and (min-width: 768px) {
  .region-selector .regions {
    border-top: none;
  }
}

.region-selector .regions,
.region-selector .available-languages {
  padding-left: 25px;
}

@media screen and (min-width: 768px) {
  .region-selector .regions,
  .region-selector .available-languages {
    padding-left: 0;
  }
}

.region-selector .regions .link-container:last-child a {
  border-bottom: none;
}

@media screen and (min-width: 768px) {
  .region-selector .regions .link-container:last-child a {
    border-bottom: 1px solid #000000;
  }
}

@media screen and (min-width: 768px) {
  .region-selector .regions .link-container a {
    font-size: 20px;
    border-bottom: 1px solid #000000;
    height: 25px;  /* Added by TCS(Dev) team-Region-selector issue*/
    margin-bottom: 8px;
    padding-bottom: 8px;
  }
}

@media screen and (min-width: 768px) {
  .region-selector .region-languages {
    padding-left: 30px;
  }
}

.region-selector .region-languages .dropdown-toggle {
  border-bottom: 1px solid #000000;
}

@media screen and (min-width: 768px) {
  .region-selector .region-languages .link-container a {
    border-bottom: 1px solid #000000;
    font-size: 14px;
    height: 20px;   /* Added by TCS(Dev) team-Region-selector issue*/
    margin-bottom: 4px;
    padding-bottom: 4px;
  }
}

