/*------------------------------------*\
 BASE
\*------------------------------------*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, 
blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, 
kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, 
ol, ul, li, fieldset, form, label, legend, table, caption, tbody, 
tfoot, thead, tr, th, td, article, aside, canvas, details, 
figcaption, figure, footer, header, hgroup, menu, nav, 
section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

* , *:before, *:after{ 
     box-sizing: border-box; 
     -moz-box-sizing: border-box; 
     -webkit-box-sizing: border-box; 
     -ms-box-sizing: border-box;
   }

.cf:before, .cf:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.cf:after {
  clear: both;
}

/* self hosting Material Icons font */
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(fonts/MaterialIcons-Regular.eot); /* For IE6-8 */
  src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url(fonts/MaterialIcons-Regular.woff2) format('woff2'),
    url(fonts/MaterialIcons-Regular.woff) format('woff'),
    url(fonts/MaterialIcons-Regular.ttf) format('truetype');
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}

.material-icons.md-18 { font-size: 18px; width: 18px; }
.material-icons.md-24 { font-size: 24px; width: 24px; }
.material-icons.md-36 { font-size: 36px; width: 36px; }
.material-icons.md-48 { font-size: 48px; width: 48px; }
/* self hosting Material Icons font */

@font-face {
    font-family: 'Gotham';
    src: url('fonts/GothamHTFLight.eot');
    src: url('fonts/GothamHTFLight.eot') format('embedded-opentype'),
         url('fonts/GothamHTFLight.woff2') format('woff2'),
         url('fonts/GothamHTFLight.woff') format('woff'),
         url('fonts/GothamHTFLight.ttf') format('truetype'),
         url('fonts/GothamHTFLight.svg#GothamHTFLight') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/GothamHTFBook.eot');
    src: url('fonts/GothamHTFBook.eot') format('embedded-opentype'),
         url('fonts/GothamHTFBook.woff2') format('woff2'),
         url('fonts/GothamHTFBook.woff') format('woff'),
         url('fonts/GothamHTFBook.ttf') format('truetype'),
         url('fonts/GothamHTFBook.svg#GothamHTFBook') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/GothamHTFMedium.eot');
    src: url('fonts/GothamHTFMedium.eot') format('embedded-opentype'),
         url('fonts/GothamHTFMedium.woff2') format('woff2'),
         url('fonts/GothamHTFMedium.woff') format('woff'),
         url('fonts/GothamHTFMedium.ttf') format('truetype'),
         url('fonts/GothamHTFMedium.svg#GothamHTFMedium') format('svg');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/GothamHTFBold.eot');
    src: url('fonts/GothamHTFBold.eot') format('embedded-opentype'),
         url('fonts/GothamHTFBold.woff2') format('woff2'),
         url('fonts/GothamHTFBold.woff') format('woff'),
         url('fonts/GothamHTFBold.ttf') format('truetype'),
         url('fonts/GothamHTFBold.svg#GothamHTFBold') format('svg');
    font-weight: 700;
    font-style: normal;
}

html, body {
  height: 100%;
}

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #312e2f;
  font-weight: 400;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
}

body.home {
  background-image: url(../images/assets/bg-hex.jpg);
  background-attachment: fixed;
  background-position: center center;
}

strong {
  font-weight: 700;
}

i.material-icons {
  font-size: 48px;
  color: #6a0070;
}

h1, h2, h3, h4, h5 {
  font-family: 'Gotham', 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 1.25;
}

h2 {
}

img {
  width: 100%;
  height: auto;
  display: block;
}

ul.bulleted-list {
    padding-left: 30px;
    list-style:disc;
}
ol.numbered-list {
    padding-left: 30px;
    list-style:decimal;
}

ul.bulleted-list li, ol.numbered-list li {
  line-height: 1.35;
  margin-bottom: 16px;
  padding-left: 8px;
}

a {
  color: #508eca;
  text-decoration: none;
}

a > i.material-icons, 
.btn-showall > i.material-icons, 
.btn-more-events > i.material-icons, 
.btn-showproducts > i.material-icons,
.btn-more-productindex > i.material-icons,
.btn-morevideos > i.material-icons {
  color: #508eca;
}

a.arrow-link {
  display: inline-block;
  line-height: 28px;
  vertical-align: top;
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
}

a.arrow-link > i.material-icons {
  vertical-align: top !important;
  font-size: 28px;
  -webkit-transition: transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s;
}

a.arrow-link:hover > i.material-icons {
  -webkit-transform: translate(3px, 0px);
  transform: translate(3px, 0px);
}

button {
  background: none;
  border: 0;
  color: inherit;
  cursor: pointer;
  font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
  -webkit-appearance: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button:disabled {
  cursor: not-allowed;
}

.btn {
  background: #508eca;
  color: #fff;
  display: inline-block;
  min-width: 130px;
  height: 48px;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  line-height: 48px;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: background 0.25s linear;
  transition: background 0.25s linear;
  padding-left: 20px;
  padding-right: 20px;
}

.btn:hover {
  background: #4379ad;
}

.btn.btn-large {
  min-width: 224px;
}

.btn.btn-large > .material-icons {
  color: #fff;
  padding-left: 18px;
  padding-right: 36px;
  vertical-align: middle;
}

.btn-showall, .btn-showproducts,
.btn-more-events, .btn-more-productindex, .btn-morevideos {
  font-family: 'Gotham', 'Open Sans', sans-serif;
  color: #508eca;
  font-weight: 700;
  line-height: 28px;
  vertical-align: top;
  font-size: 14px;
  text-transform: uppercase;
}

.btn-showall > i, .btn-showproducts > i,
.btn-more-events > i,
.btn-more-productindex > i,
.btn-morevideos > i {
  font-size: 26px;
  vertical-align: top;
  font-weight: normal;
}

.btn.btn-lined {
  background: none;
  color: #9a9b9c;
  height: 50px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  line-height: 46px;
  border: 2px solid #9a9b9c;
}

.btn.btn-lined:hover {
  background: #9a9b9c;
  color: #fff;
}

.btn.btn-lined.btn-main {
  color: #4c8fdd;
  border: 2px solid #4c8fdd;
}

.btn.btn-lined.btn-main:hover {
  background: #4c8fdd;
  color: #fff;
}

.btn-play > i.material-icons {
  font-size: 64px;
  color: #fff;
}

.btn-play > img {
  width: 74px;
}

.subcat-btn-row .btn {
	width: 186px;
	padding-right: 0;
	padding-left: 0;	
}

div.btn.btn-chat, div.btn.btn-chat:hover,
div.btn.btn-lined.btn-main.btn-chat, 
div.btn.btn-lined.btn-main.btn-chat:hover {
  border-color: #edecec; background: #edecec;
  color: #ccc; cursor: not-allowed;
}

p {
}

ul, ol {
  list-style: none;
}

.main-content {
  z-index: 0;
  position: relative;
}

input[type="text"], input[type="tel"], 
input[type="email"], input[type="search"], select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #252525;
  border: 2px solid #9a9b9c;
  border-radius: 0;
  outline: 0;
  width: 100%;
  max-width: 100%;
  box-shadow: none;
  display: block;
  font-size: 14px;
  line-height: 46px;
  height: 50px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  background: #fff;
  padding: 0 12px;
}

select {
   background: #fff url(../images/assets/select-arrow.png) no-repeat 95% center;
   background-size: 18px 10px;
}

select::-ms-expand {
    display: none;
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #252525;
  border: 2px solid #9a9b9c;
  border-radius: 0;
  outline: 0;
  width: 100%;
  box-shadow: none;
  display: block;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  background: #fff;
  padding: 12px;
}

form.form-noborders input[type="text"], 
form.form-noborders input[type="tel"], 
form.form-noborders input[type="email"], 
form.form-noborders input[type="search"], 
form.form-noborders select {
  border: none;
  line-height: 50px;
}

.form-inline input[type="text"], 
.form-inline input[type="tel"], 
.form-inline input[type="email"], 
.form-inline input[type="search"], 
.form-inline select {
  border-right: none;
}

::-webkit-input-placeholder {
  color: #9a9b9c;
  opacity: 1 !important;
  font-style: italic;
}
:-moz-placeholder {
  color: #9a9b9c;
  opacity: 1 !important;
  font-style: italic;
}
::-moz-placeholder {
  color: #9a9b9c;
  opacity: 1 !important;
  font-style: italic;
}
:-ms-input-placeholder {
  color: #9a9b9c;
  font-style: italic;
}

.form-inline .input-wrap {
  width: 72%;
  float: left;
}

.form-inline .btn-submit {
  font-family: 'Open Sans', sans-serif;
  width: 28%;
  float: left;
  background: #4c8fdd;
  height: 50px;
  line-height: 50px;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
}

.checkbox {
  position: relative; display: block;
  padding-left: 24px; line-height: 1.25;
  margin-bottom: 30px;
}

.checkbox > input[type="checkbox"]{
  position: absolute; top: 0;
  left: -5px;
}

a.clear_input {
  font-size: 36px;
  color: #9a9b9c;
}

.primary-color {
  color: #508eca;
}

.primary-border-color {
  border-color: #508eca;
}

.secondary-color {
  color: #c9436c;
}

.secondary-border-color {
  border-color: #c9436c;
}

.third-color {
  color: #ffc300;
}

.third-border-color {
  border-color: #ffc300;
}

.fourth-color {
  color: #94619a;
}

.fourth-border-color {
  border-color: #94619a;
}

.container {
  max-width: 1280px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.container.skinny {
  max-width: 980px;
}

.container.one-col-container {
  max-width: 580px;
}

.container.four-col-container {
  max-width: 680px;
}

.container-fullscreen {

}

.shadow {
  position: relative;
}

.shadow:before, .shadow:after {
  content: "";
  position: absolute;
  z-index: -1;
  box-shadow: 0 0 12px rgba(0,0,0,0.6);
  top: 50%;
  bottom: 0;
  left: 10px;
  right: 10px;
  border-radius: 100px /10px;
}

.shadow:after {
  right: 10px;
  left: auto;
  -webkit-transform: skew(8deg) rotate(3deg);
  transform: skew(8deg) rotate(3deg);
}

.rotate {
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

.rotate.down {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

@-webkit-keyframes fadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  @keyframes fadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }

@-webkit-keyframes fadeOut {
    from {
      opacity: 1;
    }
    to {
      opacity: 0;
    }
  }
  @keyframes fadeOut {
    from {
      opacity: 1;
    }
    to {
      opacity: 0;
    }
  }

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; z-index: 99;
  background: rgba(255,255,255,0.8);
  cursor: pointer;
}

.bg-blue {
  background: #312e2f url(../images/assets/bg-hex-blue.jpg) no-repeat center top;
  background-attachment: fixed;
}

.bg-gold {
  background: #312e2f url(../images/assets/bg-hex-gold.jpg) no-repeat center top;
  background-attachment: fixed;
}

.bg-pink {
  background: #312e2f url(../images/assets/bg-hex-pink.jpg) no-repeat center top;
  background-attachment: fixed;
}

.bg-purple {
  background: #312e2f url(../images/assets/bg-hex-purple.jpg) no-repeat center top;
  background-attachment: fixed;
}

.bg-gray {
  background: #edecec url(../images/assets/bg-hex-gray.jpg) no-repeat center top;
  background-attachment: fixed;
}

.pageheader {
  padding-top: 60px;
}

.pageheader-inner {
  display: table;
  width: 100%;
  height: 160px;
}

.pageheader-title {
  display: table-cell;
  vertical-align: middle;
  font-size: 24px;
  color: #edecec;
}

/*------------------------------------*\
 CARD STYLES
 \*------------------------------------*/

.card {
  display: block;
  background: #fbfafa;
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 60px;
}

.card-light {
  background: #fff;
}

.card-bordered .card-img-wrap {
  border-bottom-width: 5px;
  border-bottom-style: solid;
}

.card-centered {
  text-align: center;
}

.card-inner {
  padding: 8px 20px 0;
}

.card.card-video, .news-center-section .card.card-featured {
  padding-bottom: 0;
}

.card-video .card-inner {
  padding: 14px 16px 0;
}

.card-tags {
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 16px;
  color: #946199;
  text-transform: uppercase;
}

.card-heading {
  display: table;
  width: 100%;
  height: 62px;
}

.card-video .card-heading {
  display: block;
  height: 48px;
}

.card-heading a {
  color: #312e2f;
}

.card-pre-title {
  font-family: 'Gotham', 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 700;
  padding: 30px 0 10px;
  line-height: 1;
}

h3.card-title {
  display: table-cell;
  vertical-align: middle;
  font-size: 22px;
  line-height: 1.4;
  font-weight: 400;
}

.card-video h3.card-title {
  display: block;
  font-size: 20px;
  line-height: 1.2;
}

.card-body {
  min-height: 72px;
  margin-bottom: 4px;
}

.card-video .card-body {
  margin-bottom: 0;
  font-size: 13px;
  min-height: 86px;
}

.card-footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-top: 2px solid #edebec;
  padding: 10px 20px;
  min-height: 45px;
}

.card-centered .card-footer {
  border-top: none;
  padding: 0px 20px 16px;
}

.showall-wrap {
  padding: 24px 0;
  text-align: center;
}

.pre-headline {
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1.2;
  margin-bottom: 16px;
  color: #690070;
}

.video-wrap {
  position: relative;
}

.btn-play {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  cursor: pointer;
  background: rgba(99, 99, 99, 0.38);
}

.btn-play i, .btn-play img {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media only screen and (min-width: 768px) {

  .btn {
    height: 42px;
    line-height: 42px;
  }

  .btn.btn-large {
    width: 160px;
  }

  .featured-video > .btn-play > i.material-icons {
    font-size: 96px;
  }

  .pageheader-inner {
    height: 206px;
  }

  .pageheader-title {
    font-size: 32px;
  }

  .card-heading {
    height: 52px;
  }

  h3.card-title {
    font-size: 18px;
  }

  .card-body {
    font-size: 12px;
  }

  .pre-headline {
    font-size: 15px;
    margin-bottom: 4px;
  }

  .card-pre-title {
    font-size: 12px;
    margin: 18px 0 12px;
  }

  .home-tab-section .overlay {
    display: none;
  }

}

@media only screen and (min-width: 1025px) {

  .pageheader {
    padding-top: 80px;
  }

  .pageheader-inner {
    height: 250px;
  }

  .pre-headline {
    font-size: 22px;
    margin-bottom: 2px;
  }

  a.arrow-link {
    font-size: 13px;
  }

  .card-centered a.arrow-link {
    font-size: 12px;
  }

  .btn.btn-large {
    width: 224px;
  }

  .btn.btn-large > .material-icons {
    color: #fff;
    padding-left: 18px;
    padding-right: 36px;
    vertical-align: middle;
  }

  .btn-showall, .btn-showproducts,
  .btn-more-events {
    line-height: 32px;
    font-size: 16px;
  }

  .btn-showall > i, .btn-showproducts > i,
  .btn-more-events > i {
    font-size: 30px;
    vertical-align: top;
  }

  .container.one-col-container {
    max-width: 976px;
  }

  .container.four-col-container {
    max-width: 1280px;
  }

  .card-heading {
    height: 68px;
  }

  .card-pre-title {
    margin: 36px 0 12px;
  }

  h3.card-title {
    font-size: 24px;
  }

  .card-body {
    font-size: 16px;
  }

  .overlay {
    display: none;
  }

}

/*------------------------------------*\
  ARTICLE CARDS
\*------------------------------------*/


.date-wrap {
  background: #2c3c4c; text-align: center;
  padding: 20px 8px; 
}

.date-day {
  display: inline-block;
  vertical-align: top;
  color: #edecec;
  font-size: 50px;
  font-weight: 300;
  line-height: 50px;
  letter-spacing: -1px;
}

.date-month-year {
  display: inline-block;
  vertical-align: top;
  color: #9a9b9c;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 50px;
  margin-left: 16px;
}

.date-month-year div {
  display: inline-block;
  vertical-align: top;
}

.card-article .card-inner {
  padding: 16px 20px;
}

.card-article-title {
  font-size: 22px;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {

  .article-wrap {
    max-width: 584px;
    margin: 0 auto 20px;
  }

  .date-wrap {
    padding: 20px 4px 14px; 
    float: left;
    width: 20%;
  }

  .date-day {
    font-size: 60px;
    line-height: 1;
    letter-spacing: -2px;
    display: block;
  }

  .date-month-year {
    font-size: 12px;
    line-height: 1.25;
    display: block;
    margin: 0;
  }

  .card-wrap {
    float: left;
    width: 80%;
  }

  .card-article .card-inner {
    padding: 10px 16px;
  }

  .card-tags {
    margin-bottom: 12px;
  }

  .card-article-title {
    font-size: 16px;
    margin-bottom: 8px;
  }

  .card-article .card-body {
    font-size: 14px;
    margin-bottom: 12px;
  }

  .card-article .card-heading {
    height: auto;
    display: block;
  }

  .card-article .arrow-link {
    font-size: 13px;
  }

}

/*------------------------------------*\
  PLAIN CARDS
\*------------------------------------*/

.card.card-plain {
  margin-bottom: 40px;
}

.card-plain .card-inner {
  padding: 22px 20px 0;
}

.card-plain .card-heading {
  height: 72px;
}

.card-plain h3.card-title {
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  display: block;
  line-height: 1.2;
}

.card-plain .card-body {
  font-size: 14px;
  margin-bottom: 40px;
}

@media only screen and (min-width: 768px) {

  .card-plain .card-inner {
    padding: 16px 20px 0;
  }

  .card-plain .card-body {
    height: 120px;
    margin-bottom: 0;
  }

}

@media only screen and (min-width: 1025px) {

  .card-plain .card-inner {
    padding: 16px 20px 0;
  }

  .card-plain .card-tags {
    margin-bottom: 22px;
  }

}

/*------------------------------------*\
  PAGINATION
\*------------------------------------*/

.pagination-wrap a {
  text-align: center;
  color: #9a9b9c;
}

.page-number-info {
  margin-bottom: 16px;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
}

.pagination li {
  display: inline-block;
  vertical-align: top;
  line-height: 16px;
  margin: 0 5px;
  font-weight: 600;
}

.pagination li.active > a, .pagination-wrap a:hover {
  color: #508eca;
}

.pagination li > a > img {
  height: 16px;
  width: auto;
}

@media only screen and (min-width: 768px) {

  .page-number-info {
    float: left;
    margin: 0;
  }

  .pagination {
    float: right;
  }

}

@media only screen and (min-width: 1025px) {



}

/*------------------------------------*\
  CAROUSEL
\*------------------------------------*/

.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
  line-height: 1;
}
.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next, .carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left, .carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  z-index: 556;
  top: 0;
  left: 0;
  bottom: 0;
  width: 72px %;
  opacity: 0;
  font-size: 72px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  -webkit-transition: opacity 0.25s linear;
  transition: opacity 0.25s linear;
}
.carousel-control.left {

}
.carousel-control.right {
  left: auto;
  right: 0;
}
.carousel-control:hover, .carousel-control:focus {
  outline: none;
  color: #fff;
  opacity: 1;
  text-decoration: none;
}
.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
  left: 50%;
}
.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
  right: 50%;
}
.carousel-control .icon-prev, .carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 1px 8px;
  text-indent: -999px;
  border: 2px solid #cbc5c5;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 1px 8px;
  width: 20px;
  height: 20px;
  background-color: #cbc5c5;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}

.row {
  margin-left: -20px;
  margin-right: -20px;
}
.row.case-row {
  margin-left: -10px;
  margin-right: -10px;
}
.row::after, .row::before {
  clear: both;
  content: " ";
  display: table;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
}

.case-row .col-sm-4 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1025px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}

/*------------------------------------*\
 HEADER / NAV
 \*------------------------------------*/

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  z-index: 1000;
  background: rgba(255,255,255,1);
  -webkit-transition: background 0.25s linear;
  transition: background 0.25s linear;
}

header.scrolled, header.show-offcanvas, .header.searchmode {
  background: rgba(255,255,255,1);
  box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.55);
}

.nav-toggle {
  position: fixed;
  top: 14px;
  left: 1px;
  width: 48px;
  height: 36px;
  cursor: pointer;
  z-index: 1000;
  padding: 3px 9px 0;
}

.nav-icon-wrap {
  padding: 7px 30px 14px 0;
}

.nav-toggle span, .nav-toggle span::before, .nav-toggle span::after {
  background: #000;
  content: "";
  cursor: pointer;
  display: block;
  height: 3px;
  position: absolute;
  width: 30px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.nav-toggle span::before {
  top: -7px;
}
.nav-toggle span::after {
  bottom: -7px;
}

.nav-toggle.sm-open span {
  background-color: transparent;
}

.nav-toggle.sm-open span::before, .nav-toggle.sm-open span::after {
  top: 4px;
}

.nav-toggle.sm-open span::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.nav-toggle.sm-open span::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.nav-icon-label {
  position: absolute;
  bottom: 3px;
  width: 30px;
  left: 9px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.nav-toggle.sm-open .nav-icon-label {
  left: -999px;
}

.logo {
  width: 188px;
  margin: 0 auto;
  padding: 18px 0;
  position: relative;
  z-index: 1000;
}

.main-menu, .nav-language {
  display: none;
}

.btn-search {
  position: fixed;
  cursor: pointer;
  z-index: 1001;
  top: 6px;
  right: 2px;
  padding: 9px;
  height: 48px;
  width: 48px;
}

.btn-search i.material-icons {
  font-size: 30px;
  color: #312e2f;
}

.searchmode .btn-search {
  left: 0;
  right: auto;
  top: 0;
  height: 60px;
  padding: 15px 9px;
  background: #fff;
  pointer-events: none;
}

.navsearch {
  display: none;
}

.searchmode .navsearch {
  display: block;
  position: fixed;
  top: 0;
  left: 48px;
  right: 0;
  height: 60px;
  background: #fff;
  padding: 14px 16px 0 0;
  z-index: 1001;
}

.navsearch-form {
  position: relative;
}

.navsearch input[type="search"] {
  height: 32px;
  border: none;
  border-bottom: 1px solid #999;
  line-height: 31px;
  padding: 0 24px 0 8px;
}

.hidesearch {
  position: absolute; 
  top: 3px;
  right: 0;
  cursor: pointer;
}

.hidesearch > i.material-icons {
  vertical-align: top;
  color: #9a9b9c;
  font-size: 24px;
}

@media only screen and (min-width: 768px) {

  .nav-toggle {
    left: 11px;
  }

  .logo {
    width: 220px;
    padding: 16px 0;
  }

}

@media only screen and (min-width: 1220px) {

  header {
    background: rgba(255,255,255,0.5);
    height: 80px;
    border: none;
    padding-right: 40px;
  }

  header.scrolled {
    background: rgba(255,255,255,1);
  }

  .nav-toggle {
    top: 24px;
    left: 31px;
  }

  .logo {
    width: 281px;
    padding: 6px 0 6px 30px;
    border-left: 1px solid #312e2f;
    position: fixed;
    left: 96px;
    top: 18px;
  }

  .main-menu, .nav-language {
    display: block;
    float: right;
  }

  .searchmode .main-menu, .searchmode .nav-language {
    animation: fadeOutUp 0.25s;
    animation-timing-function: linear;
    animation-delay: 0;
    animation-fill-mode: forwards, none;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    -webkit-animation: fadeOutUp 0.25s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 0;
    -webkit-animation-fill-mode: forwards, none;
  }

  .fadeOutLeft { 
    animation-name: fadeOutUp;
  }
  
  @-webkit-keyframes fadeOutUp {
      from { 
        opacity: 1;
      }
      to {
          opacity: 0;
          transform: translateY(-100%);
      }
  }

  @keyframes fadeOutUp {
      from { 
        opacity: 1;
      }
      to {
          opacity: 0;
          transform: translateY(-100%);
      }
  }

  ul.main-menu-list li {
    float: left;
    display: inline-block;
  }

  a.nav-toplevel, .btn-buy {
    font-family: 'Gotham', 'Open Sans', sans-serif;
    color: #312e2f;
    font-weight: 700;
    line-height: 80px;
    padding: 0 18px;
    display: inline-block;
  }

  .btn-search {
    position: static;
    margin: 16px 9px;
    float: right;
  }

  .btn-language {
    font-family: 'Gotham', 'Open Sans', sans-serif;
    cursor: pointer;
    line-height: 80px;
    font-weight: 700;
    position: relative;
    padding: 0 32px 0 18px;
  }

  .searchmode .btn-search {
    padding: 9px;
    left: auto;
    right: 113px;
    float: none;
    position: fixed;
    -webkit-transition: transform 0.5s linear;
    transition: transform 0.5s linear;
  }

  .searchmode .btn-search.search-expanded {
    transform: translateX(-664px);
  }

  .searchmode .navsearch {
    display: block;
    position: fixed;
    top: 0;
    left: auto;
    right: 113px;
    height: 80px;
    background: none;
    padding: 24px 0 0 0;
    z-index: 1001;
    width: 0;
    overflow: hidden;
    -webkit-transition: width 0.5s linear;
    transition: width 0.5s linear;
  }

  .searchmode .navsearch.search-expanded {
    width: 680px;
    padding: 24px 26px 0 0;
  }

  .btn-buy {
    cursor: pointer;
  }

  .btn-language > i.material-icons {
    font-size: 30px;
    color: #312e2f;
    position: absolute;
    right: 0;
    top: 25px;
  }

  .dropdown {
    position: relative;
    overflow: visible;
  }

  .dropdown-content {
    display: none;
    position: fixed;
    right: 0; left: 0;
    min-height: 200px;
    background: rgba(255,255,255,1);
    padding: 40px 20px 20px 12px;
    box-shadow: 0 2px 2px -3px rgba(0, 0, 0, 0.5);
  }

  .nav-language .dropdown-content {
    position: fixed;
    right: 40px;
    left: auto;
    top: 80px;
    width: 262px;
    padding-top: 30px;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
  }

  .dropdown-content.dropdown-buy {
    min-height: 0;
    position: fixed;
    right: 176px;
    left: auto;
    top: 80px;
    width: 296px;
    padding: 40px 12px 20px 12px;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
  }

  .main-menu-list li:hover,
  .dropdown:hover {
    display: block;
    background: #fff;
  }

  .dropdown:hover .dropdown-content {
    display: block;
  }

  .searchmode .dropdown:hover, .searchmode .dropdown:hover .dropdown-content {
    display: none;
  }

  .dropdown-popular {
    /*display: inline-block;*/
	display: none;
    float: left;
    padding-bottom: 10px;
  }

  .dropdown-solutions .dropdown-popular {
    display: none;
  }

  .dropdown-content-inner {
    display: inline-block;
    float: right;
    padding-bottom: 20px;
  }

  .dropdown-products .dropdown-content-inner {
    /*min-width: 832px;
    max-width: 832px; *//* GH Edit */
  }

  .dropdown-col {
    display: inline-block;
    float: left;
    max-width: 190px;
    padding: 0 15px;
  }

  .dropdown-popular .dropdown-col {
    max-width: 224px;
  }

  .dropdown-resource .dropdown-content-inner .dropdown-col,
  .dropdown-about .dropdown-content-inner .dropdown-col {
    /*max-width: 260px;
    padding: 0 30px;*//* GH Edit */
  }

  .dropdown-resource .dropdown-content-inner .dropdown-col:nth-of-type(2),
  .dropdown-about .dropdown-content-inner .dropdown-col:first-of-type {
    /*border-right: 2px solid #edecec;*//* GH Edit */
  }
  
  
  
  .dropdown-col.contact-col {
	width: 240px;
	max-width: 100%;
	border-left: 2px solid #edecec;
    padding-left: 20px;
    padding-right: 0px;
  }

    .dropdown-col.contact-col .btn-large {
    padding-left: 0px;
    padding-right: 0px;
    }
  
  .dropdown-col.contact-col p {
	text-align: left;
	font-size: 11px;
  }
  
  .dropdown-col.contact-col hr {
	border-bottom-color: #edecec;
    border-width: 0 0 2px 0;
    border-style: none none solid none;
    padding-bottom: 20px
  }
  
  .dropdown-col.contact-col .contact-number {
	font-size: 18px;
	display: block;
	color: #690070;
  }
  
  .dropdown-col.contact-col .btn.btn-lined.btn-main {
	width: 100%;
	margin-bottom: 10px;  
  }
  
  .dropdown-col.contact-col .btn.btn-large {
	width: 100%;
	margin-bottom: 10px;  
    text-align: left;
  }
  

  .dropdown-col-bordered {
    border-right: 2px solid #edecec;
  }

  .dropdown-list-label {
    font-family: 'Gotham', 'Open Sans', sans-serif;
    color: #4d4f53;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 12px;
    font-size: 15px;
  }

  .dropdown-popular .dropdown-list-label {
    margin-bottom: 24px;
  }

  a.dropdown-cat {
    font-family: 'Gotham', 'Open Sans', sans-serif;
    display: block;
    color: #4d4f53;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 12px;
    font-size: 13px;
  }

  ul.dropdown-list li {
    display: block;
    margin-bottom: 12px;
    float: none;
  }

  .dropdown-products .dropdown-content-inner .dropdown-col:first-of-type {
    max-width: 100%;
  }

  .dropdown-products .dropdown-content-inner .dropdown-col:first-of-type ul.dropdown-list {
    width: 600px; float: left;
  }

  .dropdown-products .dropdown-content-inner .dropdown-col:first-of-type ul.dropdown-list li {
    width: 200px;
    float: left;
  }

  ul.dropdown-list li a {
    font-family: 'Gotham', 'Open Sans', sans-serif;
    display: block;
    font-size: 13px;
    line-height: 1.3;
    padding: 0;
    font-weight: 400;
    color: #9a9b9c;
  }

  .dropdown-popular ul.dropdown-list li a {
    font-size: 15px;
    line-height: 1.4;
  }

  ul.dropdown-list.dropdown-language li a, .dropdown-content.dropdown-buy li a {
    font-weight: 600;
    color: #4d4f53;
  }

  ul.dropdown-list li a:hover {
    color: #508eca;
  }

}

@media only screen and (min-width: 1374px) {

  .dropdown-solutions .dropdown-popular {
    /*display: inline-block;*/
  }

}

/*------------------------------------*\
 OFF CANVAS NAV
 \*------------------------------------*/

.slideout-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  overflow: scroll;
  left: -400px;
  width: 100%;
  max-width: 375px;
  padding-top: 60px;
  z-index: 888;
  background: #1f1f1f;
  box-shadow: 2px 0 2px -3px rgba(0, 0, 0, 0.5);
  -webkit-transition: left 0.25s linear;
  transition: left 0.25s linear;
}

.slideout-nav.show-offcanvas {
  left: 0;
}

.slideout-list > li {
  border-bottom: 1px solid #312e2f;
}

.slideout-list > li:first-child {
  border-top: 1px solid #312e2f;
}

.slideout-list li a.slideout-toplevel {
  font-family: 'Gotham', 'Open Sans', sans-serif;
  display: block;
  line-height: 48px;
  padding: 0 24px;
  font-weight: 700;
  position: relative;
  color: #946199;
  -webkit-transition: color 0.25s linear;
  transition: color 0.25s linear;
}

.slideout-list li a.slideout-toplevel:hover {
  color: #edecec;
}

.slideout-list li a.slideout-parent > i.material-icons {
  font-size: 24px;
  position: absolute;
  top: 12px;
  right: 24px;
  color: #dedddd;
}

.slideout-list li a.slideout-parent > i.material-icons.inline-icon {
  font-size: 20px;
  line-height: 1;
  position: static;
  color: #dedddd;
  vertical-align: top;
  padding: 13px 0 0 6px;
}

.slideout-footer {
  padding: 8px 20px 0;
}

.slideout-footer-links li {
  padding-left: 16px;
}

.slideout-footer a {
  font-size: 13px;
  color: #9a9b9c;
  line-height: 24px;
}

.slideout-footer a:hover {
  color: #edecec;
}

.slideout-footer-label {
  font-weight: 700;
  font-size: 13px;
  margin-bottom: 8px;
  color: #edecec;
  padding-top: 8px;
  clear: both;
}

.partner-links li {
  padding-left: 16px;
}

.submenu {
  position: fixed;
  top: 0;
  bottom: 0;
  overflow: scroll;
  left: -400px;
  width: 100%;
  max-width: 375px;
  padding-top: 60px;
  z-index: 889;
  background: #fff;
  box-shadow: 2px 0 2px -3px rgba(0, 0, 0, 0.65);
  -webkit-transition: left 0.25s linear;
  transition: left 0.25s linear;
}

.submenu.show-offcanvas {
  left: 0;
}

.submenu-exit {
  background: #1f1f1f;
  line-height: 48px;
  padding: 0 0 0 40px;
  font-weight: 700;
  position: relative;
  cursor: pointer;
  color: #946199;
}

.submenu-exit:hover {
  color: #edecec;
}

.submenu-exit > i.material-icons {
  font-size: 24px;
  position: absolute;
  top: 12px;
  left: 4px;
  color: #dedddd;
}

.submenu-section-title {
  line-height: 48px;
  padding: 0 40px;
  font-weight: 700;
  cursor: pointer;
  position: relative;
  color: #312e2f;
  background: #edecec;
  font-size: 15px;
  border-bottom: 1px solid #dfdfdf;
}

.submenu-section-title i.material-icons {
  position: absolute;
  right: 8px;
  top: 13px;
  font-size: 24px;
  color: #312e2f;
}

.submenu-section-title i.material-icons.icn-remove,
.submenu-section-title.sublist-open i.material-icons.icn-add {
  display: none;
}

.submenu-section-title.sublist-open i.material-icons.icn-remove {
  display: inline-block;
}

.submenu-list {
  display: none;
}

.submenu-inner > div:nth-of-type(2) > .submenu-list,
.submenu-language .submenu-list {
  display: block;
}

.submenu-list > li {
  border-bottom: 1px solid #f6f4f4;
}

.submenu-list > li > a, a.submenu-cat {
  display: block;
  padding: 0 4px 0 48px;
  color: #4d4f53;
  font-size: 14px;
  line-height: 46px;
  -webkit-transition: color 0.15s linear, background 0.1s linear;
  transition: color 0.15s linear, background 0.1s linear;
}

a.submenu-cat, .submenu-language .submenu-list li a {
  font-weight: 600;
  padding-left: 38px;
  border-bottom: 1px solid #f6f4f4;
}

.submenu-list > li > a:hover, a.submenu-cat:hover {
  background: #1f1f1f;
  color: #edecec;
}

.offcanvas-nav, .offcanvas-nav.show-offcanvas {
  display: none;
  position: fixed;
  overflow: scroll;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 777;
  background: #edecec;
}

@media only screen and (min-width: 768px) {

  .offcanvas-nav.show-offcanvas {
    /*display: block;*/ padding: 88px 20px 20px 411px;
    -webkit-animation: fadeIn 0.5s;
    animation: fadeIn 0.5s;
  }

  .offcanvas-inner {
    max-width: 692px;
  }

  .offcanvas-popular {
    margin-bottom: 40px;
  }

  .offcanvas-label {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 30px;
    line-height: 1.1;
  }

  .offcanvas-list li {
    font-family: 'Gotham', 'Open Sans', sans-serif;
    color: #9a9b9c;
    font-size: 15px;
    margin-bottom: 10px;
  }

  .offcanvas-list li a {
    color: #9a9b9c;
  }

  .offcanvas-list li a:hover {
    color: #508eca;
  }

  .card-offcanvas .card-tags {
    margin-bottom: 24px;
  }

  .card-offcanvas .card-inner {
    padding: 16px 20px 0;
  }

  .card-offcanvas h4 {
    font-size: 18px;
    text-transform: uppercase;
  }

  .card-offcanvas .card-body {
    font-size: 14px;
    min-height: 100px;
  }

}

@media only screen and (min-width: 1025px) {

  .slideout-nav, .submenu {
    padding-top: 80px;
  }

  .offcanvas-nav.show-offcanvas {
    padding: 108px 20px 20px 411px;
  }

  .offcanvas-popular {
    margin-bottom: 60px;
  }

  .offcanvas-list li {
    float: left;
    width: calc(100% / 3);
  }

  .offcanvas-card-wrap {
    width: 48%;
  }

  .offcanvas-card-wrap:first-of-type {
    float: left;
  }

  .offcanvas-card-wrap:nth-of-type(2) {
    float: right;
  }

}

/*------------------------------------*\
 HOME PAGE BANNER
\*------------------------------------*/

#banner-carousel .carousel-indicators {
  bottom: 16px;
}

.tallbanner {
  position: relative;
  width: 100%;
  margin: 61px 0 0;
}

.tallbanner-container {
  position: absolute;
  left: 0;
  right: 0;
  top: 42%;
  z-index: 555;
}

.tallbanner-inner {
  text-align: center;
}

h1.tallbanner-headline {
  font-weight: 400;
  font-size: 24px;
  line-height: 1.1;
  color: #fff;
  margin-bottom: 8px;
}

.tallbanner-inner p {
  font-weight: 300;
  line-height: 1.35;
  margin-bottom: 36px;
  color: #fff;
  font-size: 14px;
}

.tallbanner-img {
  position: relative;
  width: 100%;
  height: auto;
}

a.carousel-control > i.material-icons {
  position: relative;
  color: #fff;
  top: 50%;
  font-size: 72px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (min-width: 768px) {

  #banner-carousel .carousel-indicators {
    bottom: 24px;
  }

  .tallbanner {
    overflow: hidden;
    margin: 0;
  }

  .tallbanner-container {
    top: 0;
  }

  .tallbanner-inner {
    padding: 156px 0 0 60px;
    text-align: left;
  }

  h1.tallbanner-headline {
    font-weight: 300;
    font-size: 22px;
    color: #690070;
    margin-bottom: 10px;
  }

  .tallbanner-inner p {
    max-width: 240px;
    margin-bottom: 30px;
    font-size: 14px;
    color: #262728;
    font-weight: 400;
  }

  .tallbanner-img {
    left: 50%;
    width: auto;
    height: 554px;
    transform: translate(-50%,0)
  }

}

@media only screen and (min-width: 1025px) {

  #banner-carousel .carousel-indicators {
    bottom: 36px;
  }

  .tallbanner-inner {
    padding: 320px 0 0 60px;
  }

  h1.tallbanner-headline {
    font-size: 42px;
    margin-bottom: 16px;
  }

  .tallbanner-inner p {
    max-width: 348px;
    margin-bottom: 54px;
    font-size: 16px;
  }

  .tallbanner-img {
    height: 824px;
  }

}

@media only screen and (min-width: 1921px) {

  .tallbanner-img {
    width: 100%;
    height: auto;
  }

  .tallbanner-inner {
    padding: 16vw 0 0 0;
  }

}

/*------------------------------------*\
 SHORT BANNER
 \*------------------------------------*/

.shortbanner {
  position: relative;
  width: 100%;
  margin: 61px 0 0;
}

.shortbanner-container {
  position: absolute;
  left: 0;
  right: 0;
  top: 42%;
  z-index: 555;
}

.shortbanner-inner {
  text-align: center;
}

h1.shortbanner-headline {
  font-weight: 400;
  font-size: 24px;
  line-height: 1.1;
  color: #fff;
  margin-bottom: 32px;
}

.shortbanner-inner p {
  font-weight: 300;
  line-height: 1.35;
  margin-bottom: 36px;
  color: #fff;
  font-size: 14px;
}

.shortbanner-img {
  position: relative;
  width: 100%;
  height: auto;
}

@media only screen and (min-width: 768px) {

  .shortbanner {
    overflow: hidden;
    margin: 0;
  }

  .shortbanner-container {
    top: 0;
  }

  .shortbanner-inner {
    padding: 184px 0 0 60px;
    text-align: left;
  }

  h1.shortbanner-headline {
    font-size: 22px;
    color: #3b3b3b;
  }

  .shortbanner-img {
    left: 50%;
    width: auto;
    height: 466px;
    transform: translate(-50%,0)
  }

}

@media only screen and (min-width: 1025px) {

  .shortbanner-inner {
    padding: 212px 0 0 60px;
  }

  h1.shortbanner-headline {
    font-size: 38px;
    margin-bottom: 40px;
  }

  .shortbanner-img {
    height: 558px;
  }

}

@media only screen and (min-width: 1921px) {

  .tallbanner-img {
    width: 100%;
    height: auto;
  }

  .tallbanner-inner {
    padding: 16vw 0 0 0;
  }

}

/*------------------------------------*\
 HOME PAGE TABS
\*------------------------------------*/

.tab-section {
  position: relative;
  padding: 0 0 60px;
}

.home-tab-section {
  text-align: center;
}

.tab-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}

.tab-wrap.fixedTabs {
  position: fixed;
  top: 60px; 
}

.tab-wrap.fixedTabs.scrolledPast {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.tab-menu-ctrl {
  position: absolute;
  top: 0;
  z-index: 9;
  right: 0;
  height: 76px;
  width: 48px;
  text-align: center;
  cursor: pointer;
  padding-top: 14px;
}

ul.home-tabs {
  font-family: 'Gotham', 'Open Sans', sans-serif;
  position: relative;
  display: block;
  background: #fff;
  padding-top: 76px;
  height: 76px;
  z-index: 8;
}

ul.home-tabs li {
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  display: block;
  width: 100%;
  line-height: 75px;
  border-bottom: 1px solid #eee;
  font-size: 22px;
  color: #6a0070;
  text-align: center;
  background: #fff;
}

ul.home-tabs li.current {
  z-index: 8;
}

ul.home-tabs.tab-menu-full {
  height: 228px;
}

ul.home-tabs.tab-menu-full li:not(.current) {
  position: static;
}

.tab-content {
  display: none;
  min-height: 420px;
  padding: 120px 0 0;
  max-width: 1280px;
  margin: 0 auto;
}

.tab-content.current {
  display: inherit;
}

.tab-content h2 {
  font-size: 25px;
  font-weight: 300;
  margin-bottom: 36px;
  line-height: 1.3;
}

.more-items-section {
  display: none;
}

@media only screen and (min-width: 768px) {

  .tab-wrap, .tab-wrap.fixedTabs {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }

  .tab-menu-ctrl {
    display: none;
  }

  .tab-wrap {
    background: #edecec;
  }

  ul.home-tabs, ul.home-tabs li {
    background: none;
  }

  ul.home-tabs, ul.home-tabs.tab-menu-full {
    width: 432px;
    margin: 0 auto;
    height: 48px;
    padding: 0;
  }

  ul.home-tabs li {
    position: static;
    float: left;
    width: 144px;
    line-height: 48px;
    border-bottom: none;
    font-size: 18px;
    color: #9a9b9c;
    margin-top: -8px;
    padding-top: 8px;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
  }

  ul.home-tabs li:hover {
    color: #6a0070;
  }

  ul.home-tabs li.current {
    color: #6a0070;
    background: #fff;
  }

  ul.home-tabs.shadow {
    box-shadow: none;
  }

  ul.home-tabs.shadow:before, ul.home-tabs.shadow:after {
    display: none;
  }

  .tab-content {
    padding: 96px 0 0;
  }

  .tab-content h2 {
    font-size: 20px;
    font-weight: 400;
  }

}

@media only screen and (min-width: 1025px) {

  .tab-section {
    padding: 0 0 80px;
  }

  .tab-content h2 {
    font-size: 32px;
    margin-bottom: 60px;
  }

  ul.home-tabs, ul.home-tabs.tab-menu-full {
    width: 720px;
    height: 60px;
  }

  ul.home-tabs li {
    width: 240px;
    line-height: 60px;
    font-size: 24px;
    margin-top: -12px;
    padding-top: 12px;
  }

  .tab-content {
    padding: 180px 0 0;
  }

}

/*------------------------------------*\
 HOME PAGE CTA
 \*------------------------------------*/

.cta-home {
  padding: 48px 0 70px;
  text-align: center;
}

.icn-cta {
  width: 76px;
  margin: 0 auto 32px;
}

h2.cta-headline {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.35;
  margin: 0 auto 36px;
  max-width: 335px;
}

.cta-inner {text-align:center;}

@media only screen and (min-width: 768px) {
}

@media only screen and (min-width: 1025px) {

  .cta-home {
    padding: 64px 0 90px;
    text-align: center;
  }

  .icn-cta {
    width: 104px;
    margin: 0 auto 32px;
  }

  h2.cta-headline {
    font-size: 32px;
    margin: 0 auto 48px;
    max-width: 580px;
  }

}

/*------------------------------------*\
 HOME PAGE INSIGHTS
 \*------------------------------------*/

.insights-home {
  background: #f7f7f7;
  text-align: center;
  padding: 54px 0 36px;
}

h2.insights-headline {
  font-size: 25px;
  margin-bottom: 42px;
}

.card-home-insights .card-inner {
  padding-top: 18px;
}

.card-home-insights .card-heading {
  display: block;
  height: auto;
}

.card-home-insights h3.card-title {
  display: block;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 20px;
  line-height: 1.1;
  margin-bottom: 14px;
}

.card-home-insights h3.card-title br {
  display: none;
}

.card-home-insights .card-body {
  color: #9a9b9c;
  min-height: 30px;
}

.insights-name {
  font-size: 16px;
  line-height: 1.2;
}

.insights-title {
  font-size: 14px;
}

@media only screen and (min-width: 768px) {

  .insights-home {
    padding: 64px 0 48px;
  }

  .insights-home .row {
    margin-left: -10px;
    margin-right: -10px;
  }

  .insights-home .col-sm-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .card-home-insights .card-inner {
    padding: 18px 8px 0;
  }

  .card-home-insights .card-heading {
    display: table;
    width: 100%;
    height: 40px;
    margin-bottom: 12px;
  }

  .card-home-insights h3.card-title {
    font-size: 18px;
    display: table-cell;
    vertical-align: bottom;
    margin-bottom: 0;
  }

  .card-home-insights h3.card-title br {
    display: block;
  }

  .insights-name {
    font-size: 12px;
  }

  .insights-title {
    font-size: 10px;
  }

}

@media only screen and (min-width: 1025px) {

  .insights-home {
    padding: 130px 0 120px;
  }

  .insights-home .row {
    margin-left: -20px;
    margin-right: -20px;
  }

  .insights-home .col-sm-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  h2.insights-headline {
    font-size: 32px;
    margin-bottom: 60px;
  }

  .card-home-insights .card-inner {
    padding: 24px 8px 0;
  }

  .card-home-insights .card-heading {
    height: 55px;
    margin-bottom: 24px;
  }

  .card-home-insights h3.card-title {
    font-size: 25px;
  }

  .insights-name {
    font-size: 16px;
  }

  .insights-title {
    font-size: 13px;
  }

  .card-home-insights .card-body {
    min-height: 40px;
  }

}

/*------------------------------------*\
 HOME PAGE USE CASES
 \*------------------------------------*/

.use-cases {
  text-align: center;
  padding: 48px 0 64px;
}

h2.usecases-headline {
  font-size: 25px;
  margin-bottom: 30px;
  font-weight: 300;
}

.video-wrap {
  margin-bottom: 16px;
}

.video-wrap.featured-video {
  margin-bottom: 24px;
}

.card .video-wrap {
  margin: 0;
}

.case-name {
  font-family: 'Gotham', 'Open Sans', sans-serif;
  display: none;
  font-size: 13px;
}

.case-row {
  display: none;
}

@media only screen and (min-width: 768px) {

  .case-row, .case-name {
    display: block;
  }

  h2.usecases-headline {
    font-size: 20px;
    margin-bottom: 32px;
    font-weight: 400;
  }

}

@media only screen and (min-width: 1025px) {

  .use-cases {
    padding: 120px 0;
  }

  h2.usecases-headline {
    font-size: 32px;
    margin-bottom: 60px;
  }

  .case-name {
    font-size: 16px;
  }

}

/*------------------------------------*\
 TESTIMONIALS
 \*------------------------------------*/

.testimonials-section {
  background-image: url(../images/assets/bg-testimonials-mob.jpg);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  padding: 40px 0 20px;
  text-align: center;
  color: #edeced;
}

.testimonials-icon {
  width: 96px;
  margin: 0 auto 20px;
}

.quote-wrap {
  padding: 0 20px;
  margin: 0 auto;
}

.testimonials-section .carousel {
  padding-bottom: 80px;
  min-height: 340px;
}

.quote {
  font-family: 'Gotham', 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 40px;
  line-height: 1.3;
}

.quote-source {
  font-size: 12px;
  margin: 0 auto;
  color: #fff;
}

@media only screen and (min-width: 768px) {

  .testimonials-section {
    background-image: url(../images/assets/bg-testimonials.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
    padding: 60px 0 20px;
  }

  .quote {
    font-family: 'Gotham', 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 40px;
    line-height: 1.3;
  }

  .quote-source {
    font-size: 14px;
    margin: 0 auto;
    color: #fff;
  }

  .testimonials-section .carousel {
    min-height: 220px;
  }

  .quote {
    margin-bottom: 20px;
  }

}

@media only screen and (min-width: 1025px) {

  .testimonials-section {
    padding: 80px 0 40px;
  }

  .quote-wrap {
    max-width: 960px;
  }

  .quote {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .quote-source {
    font-size: 16px; width: auto;
  }

  .testimonials-section .carousel {
    min-height: 320px;
  }

  .testimonials-section .carousel-indicators {
    bottom: 20px;
  }

}

/*------------------------------------*\
 NEWS CENTER
 \*------------------------------------*/

.news-center-section {
  padding: 48px 0 20px;
}

.news-top-wrap {
  text-align: center;
}

.news-top-wrap .pre-headline {
  color: #690070;
}

h2.news-center-headline {
  font-size: 25px;
  margin-bottom: 30px;
  font-weight: 300;
}

.card-news .card-inner {
  min-height: 182px;
}

.card-news .card-heading, .card-news .card-title {
  display: block;
  height: auto;
}

.card-news .card-pre-title {
  margin: 0;
}

.card-featured .card-pre-title {
  color: #602669;
}

.card-news-training .card-pre-title {
  color: #8e6394;
}

.card-news-article .card-pre-title {
  color: #508eca;
}

.card-news-event .card-pre-title {
  color: #ffc300;
}

.card-news h3.card-title {
  display: block;
  font-size: 20px;
  line-height: 1.2;
  padding-bottom: 2px;
}

.card-news .card-body {
  font-size: 14px;
  color: #9a9b9c;
  min-height: 0;
  margin-bottom: 0;
}

ul.news-center-list {
  font-family: 'Gotham', 'Open Sans', sans-serif;
  margin-bottom: 56px;
  margin-left: 16px;
}

ul.news-center-list li {
  background: url(../images/assets/bullet-hex-pink.svg) no-repeat left center;
  background-size: 14px;
  display: block;
  padding-left: 24px;
  margin-bottom: 20px;
}

ul.news-center-list li a {
  color: #312e2f;
  font-weight: 700;
}

@media only screen and (min-width: 768px) {

  .news-center-section {
    padding: 96px 0 60px;
  }

  h2.news-center-headline {
    font-size: 20px;
  }

  .card-news {
    min-height: 280px;
  }

  .card-news .card-inner {
    min-height: 160px;
  }

  .news-top-wrap {
    text-align: left;
  }

  .news-top-wrap .pre-headline {
    margin-bottom: 4px;
  }

  ul.news-center-list {
    margin-left: 0;
  }

  ul.news-center-list li {
    margin-bottom: 12px;
  }

  .card-news h3.card-title {
    font-size: 13px;
  }

  .card-news.card-featured h3.card-title {
    font-size: 16px;
  }

  .card-news .card-body {
    font-size: 12px;
  }

}

@media only screen and (min-width: 1025px) {

  .news-center-section {
    padding: 160px 0 100px;
  }

  h2.news-center-headline {
    font-size: 32px;
    margin-bottom: 54px;
  }

  .card-news.card-featured h3.card-title, .card-news h3.card-title {
    font-size: 22px;
  }

  .card-news .card-inner {
    min-height: 210px;
    padding-bottom: 20px;
  }

  .card-news.card-news-insight .card-inner,
  .card-news.card-featured .card-inner {
    min-height: 180px;
  }


  .card-news .card-body {
    font-size: 14px;
    max-width: 680px;
  }

}

/*------------------------------------*\
 CTA - PRIMARY
\*------------------------------------*/

.cta-primary {
  background-image: url(../images/assets/bg-cta-mob.jpg);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  padding: 80px 20px;
}

.cta-primary.no-bg {
  background: #4D4F53;
  padding: 44px 20px;
}

.cta-icon {
  width: 66px;
  margin: 0 auto 30px;
}

h2.cta-primary-headline {
  width: 260px;
  text-align: center;
  color: #fff;
  margin: 0 auto 40px;
  font-size: 20px;
  color: #d8d8d8;
  font-weight: 300;
}

.form-inner {
  height: 50px;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {

  .cta-primary {
    padding: 60px 0 90px;
    background-image: url(../images/assets/bg-cta.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
  }

  .cta-primary .form-inner {
    width: 350px;
  }

  h2.cta-primary-headline {
    width: 100%;
    margin-bottom: 30px;
    font-size: 18px;
  }

}

@media only screen and (min-width: 1025px) {

  .cta-primary {
    padding: 146px 0 144px;
  }

  .cta-icon {
    width: 108px;
    margin: 0 auto 30px;
  }

  .cta-primary.no-bg {
    padding: 80px 0;
  }

  .cta-primary .form-inner {
    width: 460px;
  }

  h2.cta-primary-headline {
    font-size: 32px;
    margin-bottom: 48px;
  }

}

/*------------------------------------*\
 CTA - SECONDARY
\*------------------------------------*/

.cta-secondary {
  padding: 48px 20px;
  background: #edecec;
}

.cta-secondary.cta-inverse {
  background: #4d4f53; color: #edecec;
}

.cta-secondary.cta-white {
  background: #fff;
}

.cta-secondary-text {
  font-family: 'Gotham', 'Open Sans', sans-serif;
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 24px;
  text-align: center;
}

.cta-secondary-btn {
  text-align: center;
  height: 50px;
}

@media only screen and (min-width: 768px) {

  .cta-secondary-inner {
    margin: 0 auto;
    width: 654px;
  }

  .cta-secondary {
    padding: 60px 20px;
  }

  .cta-secondary-text {
    font-size: 22px;
    display: inline-block;
    margin-bottom: 0;
    text-align: left;
    vertical-align: middle;
    width: 400px;
  }

  .cta-secondary-btn {
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    margin-left: 60px;
  }

}

@media only screen and (min-width: 1025px) {

  .cta-secondary-inner {
    margin: 0 auto;
    width: 100%;
    max-width: 1240px;
    display: table;
  }

  .cta-secondary-text {
    font-size: 32px;
    display: table-cell;
    width: 78%;
    font-weight: 300;
  }

  .cta-secondary-btn {
    text-align: right;
    display: table-cell;
    vertical-align: middle;
    margin-left: 0;
    width: 22%;
  }

}

/*------------------------------------*\
 CATEGORIES INTRO SECTION
 \*------------------------------------*/

.categories-intro-section {
  padding: 30px 20px 36px;
  text-align: center;
}

h2.categories-intro-headline {
  font-size: 24px;
  margin-bottom: 0;
  font-weight: 400;
}

.subcat-intro h2.categories-intro-headline {
  margin-bottom: 16px;
}

.categories-intro-section p {
  display: none;
}

.categories-intro-section.subcat-intro p {
  display: block;
}

@media only screen and (min-width: 768px) {

  .categories-intro-section {
    padding: 60px 20px 76px;
    text-align: center;
  }

  h2.categories-intro-headline {
    font-size: 24px;
    margin-bottom: 8px;
    padding-top: 32px;
    background: url(../images/assets/bullet-hex.svg) no-repeat center top;
    background-size: 18px 18px;
  }

  .subcat-intro h2.categories-intro-headline {
    font-size: 24px;
    margin-bottom: 8px;
    padding-top: 0;
    background: none;
  }

  .categories-intro-section p {
    display: block;
    margin: 0 auto;
    max-width: 480px;
  }

}

@media only screen and (min-width: 1025px) {

  .categories-intro-section {
    padding: 108px 20px 120px;
    text-align: center;
  }

  h2.categories-intro-headline {
    font-size: 32px;
    margin-bottom: 12px;
    padding-top: 48px;
  }

  .subcat-intro h2.categories-intro-headline {
    font-size: 32px;
    margin-bottom: 12px;
    padding-top: 0;
  }

  .categories-intro-section p {
    max-width: 720px;
  }

}

/*------------------------------------*\
 CATEGORIES SECTION
 \*------------------------------------*/

.cat-info {
  padding: 36px 0 0;
}

.cat-info-inner {
  padding: 0 20px;
}

.cat-info-top {
  text-align: center;
  margin-bottom: 36px;
}

h3.cat-name {
  font-size: 24px;
  margin-bottom: 6px;
  line-height: 1.25;
}

h3.cat-name.subcat-name {
  padding-top: 34px;
  margin-top: 8px;
  background: url(../images/assets/bullet-hex.svg) no-repeat center top;
  background-size: 16px;
}

ul.cat-list li {
  background: url(../images/assets/bullet-hex-pink.svg) no-repeat left 4px;
  background-size: 14px;
  display: block;
  padding-left: 24px;
  margin-bottom: 48px;
}

ul.cat-list li strong, ul.cat-list li b {
  font-size: 18px;
  line-height: 1.2;
}

ul.cat-list li a.arrow-link {
  display: block;
  margin-top: 5px;
}

.mask-img {
  display: none;
}

@media only screen and (min-width: 768px) {

  .cat-info {
    padding: 36px 0 40px;
  }

  .cat-info-top {
    margin-bottom: 48px;
  }

  h3.cat-name.subcat-name {
    margin-top: 24px;
  }

  .cat-info-top p {
    max-width: 540px;
    margin: 0 auto;
    font-size: 18px;
  }

  ul.cat-list {
    max-width: 720px;
    margin: 0 auto;
  }

  ul.cat-list li {
    float: left;
    width: 50%;
    min-height: 200px;
    margin-bottom: 0;
  }

  ul.cat-list li:nth-of-type(odd) {
    padding-right: 30px;
  }

  ul.cat-list li:nth-of-type(even) {
    padding-left: 54px;
    background: url(../images/assets/bullet-hex-pink.svg) no-repeat 30px 4px;
    background-size: 14px;
  }

}

@media only screen and (min-width: 1025px) {

  .categories-section {
    padding-bottom: 70px;
  }

  .category-wrap {
    margin-bottom: 12px;
    position: relative;
    overflow: hidden;
  }

  h3.cat-name.subcat-name {
    display: inline-block;
    background-size: 22px;
    padding-top: 44px;
    margin-top: 0;
  }

  .cat-info {
    position: relative; z-index: 10;
  }

  .cat-img-right .cat-img-wrap, .cat-img-left .cat-info {
    float: right;
    width: 50%;
  }

  .cat-img-left .cat-img-wrap, .cat-img-right .cat-info {
    float: left;
    width: 50%;
  }

  .cat-img-wrap {
    height: 630px;
    position: relative;
    /*overflow: hidden;*/
    z-index: -1;
  }

  .cat-img-wrap img {
    width: 1176px;
    height: 630px;
    position: absolute;
    right: 0;
    top: 0;
  }

  .cat-img-left .cat-img-wrap img {
    left: 0;
    right: auto;
  }

  /*IMG MASK*/

  .mask-img {
    background: #fff;
    position: absolute;
    display: block;
  }

  .mask-top {
    height: 12px;
    width: 100%;
    top: 500px;
    left: 0;
  }

  .cat-img-right .mask-right {
    height: 130px;
    width: 17.1%;
    bottom: 0;
    right: 0;
  }

  .cat-img-left .mask-right {
    height: 130px;
    width: 39%;
    bottom: 0;
    left: auto;
    right: 0;
  }

  .cat-img-right .mask-left {
    height: 130px;
    width: 39%;
    bottom: 0;
    left: 0;
  }

  .cat-img-left .mask-left {
    height: 130px;
    width: 17.1%;
    bottom: 0;
    left: 0;
  }

  .cat-img-right .mask-col1 {
    height: 130px;
    width: 12px;
    bottom: 0;
    right: 50%;
  }

  .cat-img-left .mask-col1 {
    height: 130px;
    width: 12px;
    bottom: 0;
    right: auto;
    left: 50%;
  }

  .cat-img-right .mask-col2 {
    height: 130px;
    width: 12px;
    bottom: 0;
    right: 38.75%;
  }

  .cat-img-left .mask-col2 {
    height: 130px;
    width: 12px;
    bottom: 0;
    left: 38.75%;
    right: auto;
  }

  .cat-img-right .mask-col3 {
    height: 130px;
    width: 12px;
    bottom: 0;
    right: 27.6%;
  }

  .cat-img-left .mask-col3 {
    height: 130px;
    width: 12px;
    bottom: 0;
    left: 27.6%;
    right: auto;
  }

  /*CATEGORY INFO*/

  .cat-info {
    display: table;
    height: 500px;
    padding: 0;
    background: #fff;
  }

  .cat-info-inner {
    padding: 0 36px;
    display: table-cell;
    vertical-align: middle;
  }

  h3.cat-name {
    font-size: 32px;
    margin-bottom: 10px;
  }

  h3.cat-name.subcat-name {
    font-size: 24px;
  }

  .cat-info-top p {
    max-width: 560px;
    margin: 0;
    font-size: 16px;
  }

  ul.cat-list li {
    min-height: 148px;
    font-size: 13px;
  }

  ul.cat-list li:nth-of-type(odd) {
    background: url(../images/assets/bullet-hex-pink.svg) no-repeat left 3px;
    background-size: 14px;
  }

  ul.cat-list li:nth-of-type(even) {
    background: url(../images/assets/bullet-hex-pink.svg) no-repeat 30px 3px;
    background-size: 14px;
  }

  ul.cat-list li strong, ul.cat-list li b {
    font-size: 16px;
  }

  .cat-img-right .cat-info .cat-info-top {
    text-align: right;
    float: right;
    margin-bottom: 32px;
  }

  .cat-img-right ul.cat-list {
    max-width: 620px;
    margin: 0;
    float: right;
  }

  .cat-img-left .cat-info .cat-info-top {
    text-align: left;
    float: left;
    margin-bottom: 32px;
  }

  .cat-img-left ul.cat-list {
    max-width: 620px;
    margin: 0;
    float: left;
  }

  /* SINGLE COLUMN LIST STYLES */

  .categories-singlecol ul.cat-list {
    max-width: 456px;
  }

  .categories-singlecol ul.cat-list li {
    float: none;
    width: 100%;
    min-height: 0;
    margin-bottom: 26px;
  }

  .categories-singlecol ul.cat-list li:nth-of-type(odd),
  .categories-singlecol ul.cat-list li:nth-of-type(even) {
    padding-right: 0; padding-left: 24px;
    background: url(../images/assets/bullet-hex-pink.svg) no-repeat 0 4px;
    background-size: 14px;
  }

}

@media only screen and (min-width: 1921px) {

  .category-wrap {
    margin-bottom: 0;
    position: relative;
  }

  .mask-img {
    display: none;
  }

  .cat-img-wrap {
    height: auto;
    width: 50%;
    position: static;
  }

  .cat-img-wrap img {
    width: 100%;
    height: auto;
    position: static;
  }

}

/*------------------------------------*\
 SUBCATEGORIES BANNER
\*------------------------------------*/

.subcat-banner {
  padding: 116px 0 48px;
  color: #fff;
}

.breadcrumbs {
  display: none;
}

h1.subcat-headline {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 22px;
}

.subcat-media {
  margin-bottom: 24px;
}

.subcat-media .video-wrap {
  margin-bottom: 0;
}

.subcat-inner {
  margin-bottom: 30px;
}

.subcat-info p {
  font-size: 14px;
  margin-bottom: 20px;
}

.subcat-info p:first-of-type {
  font-size: 16px;
  color: #4c8fdd;
  font-weight: 600;
}

.subcat-info p:last-of-type {
  margin-bottom: 0;
}

.subcat-btn-row {
  max-width: 620px;
}

.subcat-btn-row .btn {
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {

  .subcat-banner {
    padding: 90px 0 48px;
  }

  .breadcrumbs {
    display: block;
    margin-bottom: 40px;
    font-weight: 600;
  }

  .breadcrumbs li {
    display: inline-block;
    color: #9a9b9c;
    line-height: 22px;
    vertical-align: top;
    font-size: 12px;
  }

  .breadcrumbs li a {
    color: #9a9b9c;
  }

  .breadcrumbs li.active {
    color: #fff;
  }

  .breadcrumbs > li + li::before {
    color: #9a9b9c;
    font-size: 24px;
    font-weight: normal;
    vertical-align: middle;
    font-family: 'Material Icons';
    content: "keyboard_arrow_left";
    -webkit-font-feature-settings: 'liga';
    padding: 0 8px 0 5px;
  }

  .breadcrumbs li span {
    text-transform: uppercase;
  }

  .subcat-inner {
    display: table;
    margin-bottom: 44px;
  }

  .subcat-media, .subcat-info {
    width: 50%;
    display: table-cell;
    vertical-align: top;
  }

  .subcat-media {
    padding-top: 8px;
    margin-bottom: 0;
  }

  .subcat-info {
    padding-left: 30px;
  }

  .subcat-btn-row {
    text-align: center;
    margin: 0 auto;
  }
  
  .subcat-btn-row .btn {
	margin-left:26px;  
  }

  .subcat-btn-row .btn:first-of-type {
    margin-left:0;
  }

}

@media only screen and (min-width: 1025px) {

  .subcat-banner {
    padding: 120px 0 64px;
  }

  .breadcrumbs {
    margin-bottom: 60px;
  }

  .breadcrumbs li {
    font-size: 14px;
  }

  .subcat-info {
  }

  .subcat-info p {
    font-size: 16px;
  }

  .subcat-info p:first-of-type {
    font-size: 20px; line-height: 1.3;
  }

  h3.cat-name.subcat-name {
    margin-bottom: 22px;
  }

}

@media only screen and (min-width: 1171px) {

  .subcat-inner {
    margin-bottom: 12px;
  }

  .subcat-media {
    padding-top: 0;
  }

  .subcat-btn-row {
    margin: 0;
    width: 50%;
  }

}

/*------------------------------------*\
 SUBCATEGORIES MARKET
\*------------------------------------*/

.market-categories {
  padding: 48px 0;
}

.market-categories h2 {
  font-size: 25px;
  margin-bottom: 10px;
  text-align: center;
}

.market-categories .row {
  display: flex;
  flex-wrap: wrap;
}

.market-categories .card-plain .card-heading {
  height: auto;
  margin-bottom: 12px;
  display: block;
}

.market-categories .card-plain .card-body {
  height: auto;
  min-height: 0;
  margin-bottom: 0;
  padding-bottom: 36px;
  position: relative;
}

.market-categories a.arrow-link {
  font-size: 13px;
}

.category-number {
  font-weight: 300;
  line-height: 1.1;
  margin-bottom: 32px;
  text-align: center;
}

.market-products-section .card {
  background: #fff;
}

.market-products-section .card-bordered .card-img-wrap {
  border-bottom: 5px solid #946199;
}

.market-products-section .card-plain .card-inner {
  min-height: 248px;
}

.market-products-section .card-plain .card-heading {
  height: auto;
  margin-bottom: 12px;
}

.market-products-section .card-plain .card-body {
  height: auto;
  min-height: 0;
}

@media only screen and (min-width: 768px) {

  .market-categories {
    padding: 54px 0;
  }

  .market-categories .card-plain .card-heading {
    min-height: 56px;
    margin-bottom: 0;
  }

  .market-categories .card-plain .card-body {
    min-height: 148px;
  }

  .market-categories a.arrow-link {
    font-size: 14px;
  }

}

@media only screen and (min-width: 1025px) {

  .market-categories {
    padding: 60px 0;
  }

  .market-categories .card-plain .card-body {
    min-height: 164px;
  }

  .market-categories h2 {
    font-size: 32px;
    margin-bottom: 16px;
  }

  .category-number {
    margin-bottom: 40px;
  }

}

/*------------------------------------*\
 SUPPORT
\*------------------------------------*/

.support-section {
  padding: 54px 0 0;
}

h2.support-headline {
  text-align: center;
  margin-bottom: 40px;
  font-size: 32px;
  font-weight: 400;
}

.support-section h3 {
  font-size: 22px;
  text-align: center;
  margin-bottom: 12px;
}

.support-col {
  margin-bottom: 60px;
}

.support-col p {
  margin-bottom: 30px;
}

.support-col .btn {
  display: block;
  margin: 0 auto;
}

.support-resources {
  border-top: 1px solid #edecec;
  margin-top: 30px;
}

.support-resources li {
  border-bottom: 1px solid #edecec;
}

.support-resources li a {
  line-height: 48px;
  display: block;
  position: relative;
  font-weight: 700;
  text-transform: uppercase;
}

.support-resources li a > i.material-icons {
  font-size: 24px;
  position: absolute;
  top: 12px;
  right: 8px;
}

@media only screen and (min-width: 768px) {

  .support-section {
    padding: 44px 0 54px;
  }

  .support-col .btn {
    display: inline-block;
  }

  .support-section h3 {
    font-size: 22px;
    text-align: left;
    margin-bottom: 12px;
  }

  .support-col {
    margin-bottom: 0;
  }

  .support-col:first-of-type, .support-col:nth-of-type(2) {
    min-height: 220px;
    position: relative;
    margin-bottom: 60px;
  }

  .support-col:nth-of-type(3) {
    clear: both;
  }

  .support-col .btn.btn-large {
    position: absolute;
    bottom: 0;
    line-height: 50px;
    height: 50px;
    width: 224px;
  }

  .support-col form {
    position: absolute;
    bottom: 0;
    width: 100%;
    width: 320px;
  }

}

@media only screen and (min-width: 1025px) {

  .support-section {
    padding: 80px 0;
  }

  h2.support-headline {
    margin-bottom: 70px;
  }

  .support-col:nth-of-type(3) {
    clear: none;
  }

}

@media only screen and (min-width: 1170px) {

  .support-col form {
    width: 348px;
  }

}

/*------------------------------------*\
 BENEFITS
\*------------------------------------*/

.benefits-section {
  background: #edecec;
  padding: 52px 0 24px;


}

h2.benefits-headline {
  text-align: center;
  margin-bottom: 48px;
  font-size: 32px;
  font-weight: 400;
  padding: 0 32px;
  line-height: 1.2;
}

.benefits-intro {
  max-width: 780px;
  margin: 0 auto 32px;
  text-align: center;
}

.benefit {
  margin-bottom: 40px;
}

.benefit p {
  margin-bottom: 20px;
}

.icn-top {
  width: 60px;
  margin: 0 auto 20px;
}

.benefit h3 {
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 12px;
}

@media only screen and (min-width: 768px) {

  .benefits-intro {
    margin: 0 auto 54px;
  }

  .benefit {
    margin-bottom: 36px;
  }

}

@media only screen and (min-width: 1025px) {

  .benefits-section {
    padding: 70px 0 40px;
  }

  .benefits-intro {
    margin: 0 auto 86px;
  }

  .benefit {
    padding: 0 80px;
    text-align: center;
  }

  .benefit h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }

}

/*------------------------------------*\
 PRODUCTS
 \*------------------------------------*/

.products-section {
  padding: 56px 0 40px;
  background-image: url(../images/assets/bg-hex.jpg);
  background-attachment: fixed;
  background-position: center center;
}

.related-section, .products-section.market-products-section {
  padding: 56px 0 40px;
  background: #edecec;
}

.products-section h2, .related-section h2 {
  text-align: center;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.2;
}

.related-section h2 {
  margin-bottom: 48px;
}

.product-type-wrap, .related-type-wrap {
  max-width: 1280px;
  margin: 0 auto;
}

.products-section h3 {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  line-height: 1.2;
  margin: 36px 0 18px;
  padding: 0 20px;
}

.container-productlist, .container-relatedlist {
  width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  padding-bottom: 30px;
  position: relative;
  z-index: 1;
  -webkit-overflow-scrolling: touch;
}

.product, .related {
  width: 300px;
  padding: 0 5px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  word-wrap: break-word;
  white-space: normal;
}

.container-productlist .product:first-of-type,
.container-relatedlist .related:first-of-type {
  margin-left: 15px;
}

.card.card-product {
  margin-bottom: 0;
}

.card.card-product .card-inner {
  padding: 12px 16px 0;
}

.card.card-product .card-heading {
  height: 36px;
  margin-bottom: 8px;
}

.card.card-product h4.card-title {
  font-family: 'Gotham', 'Open Sans', sans-serif;
  display: table-cell;
  vertical-align: bottom;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.card-product .card-body {
  font-size: 12px;
  padding-bottom: 34px;
  min-height: 142px;
  position: relative;
}

.card-product .card-body p {
  /*margin-bottom: 8px;*/
}

.card-product-details {
  display: none;
  margin-top: 8px;
  list-style: disc;
  line-height: 1.25;
  padding-left: 14px;
}

.card-product-details li {
  padding-left: 4px;
  margin-bottom: 4px;
}

.card-product .card-footer {
  padding: 10px 16px;
}

.card-product a.arrow-link {
  font-size: 13px;
}

.card-product .showmore-wrap,
.market-categories .card-plain .showmore-wrap {
  position: absolute;
  bottom: 12px;
  right: 0;
}

.market-categories .card-plain .showmore-wrap {
	display:none; /* Temp Fix */
}

.btn-showmore {
  font-family: 'Gotham', 'Open Sans', sans-serif;
  font-size: 12px;
  line-height: 24px;
  color: #508eca;
  font-weight: 700;
}

.btn-showmore > i {
  vertical-align: top;
  padding-top: 2px;
  font-size: 18px;
  color: #508eca;
}

.viewoptions-wrap {
  text-align: center;
  padding: 24px 0;
  display: none;
}

.scroll {
  text-align: center;
  padding: 24px 0;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  color: #9a9b9c;
  opacity: 0.6;
}

.scroll > i.material-icons {
  font-size: 18px;
  vertical-align: top;
  font-weight: normal;
  padding: 0 8px;
  color: #9a9b9c;
}

@media only screen and (min-width: 768px) {

  .products-section h3 {
    font-size: 18px;
    text-align: left;
    margin-bottom: 24px;
  }

}

@media only screen and (min-width: 1025px) {

  .products-section, .related-section {
    padding: 72px 0 60px;
  }

  .products-section h2 {
  }

  .related-section h2 {
    margin-bottom: 64px;
  }

  .products-section h3 {
    font-size: 22px;
    margin-top: 60px;
    padding: 0 20px;
  }

  .container-productlist,
  .container-relatedlist {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    overflow-x: hidden;
    white-space: normal;
    padding-bottom: 80px;
    margin: 0 auto;
  }

  .product, .related {
    display: none;
    float: left;
    width: 33.33%;
    padding: 0 20px;
    margin-bottom: 30px;
  }

  .container-productlist > .product:first-of-type, 
  .container-productlist > .product:nth-of-type(2), 
  .container-productlist > .product:nth-of-type(3), 
  .container-relatedlist > .related:first-of-type, 
  .container-relatedlist > .related:nth-of-type(2), 
  .container-relatedlist > .related:nth-of-type(3),
  .product.showall {
    display: block;
    -webkit-animation: fadeIn 0.5s;
    animation: fadeIn 0.5s;
  }

  .container-productlist .product:first-of-type,
  .container-relatedlist .related:first-of-type {
    margin-left: 0;
  }

  .card-product .card-body {
    font-size: 13px;
    min-height: 148px;
  }

  .viewoptions-wrap {
    display: block; position: absolute;
    left: 0; right: 0; bottom: 0;
  }

  .scroll {
    display: none;
  }

}

@media only screen and (min-width: 1140px) {

  .card-product .card-body {
    font-size: 14px;
  }

}

/*------------------------------------*\
 SUPPORTIVE PRODUCTS
\*------------------------------------*/

.supportive-section {
  background: #edecec;
  padding: 48px 0 36px;
}

.supportive-section h2, h2.related-headline {
  text-align: center;
  margin: 0 auto 36px;
  width: 260px;
  line-height: 1.2;
  font-weight: 400;
  font-size: 25px;
}

.supportive-section .card.card-product {
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {

  .supportive-section h2, h2.related-headline {
    text-align: center;
    margin: 0 0 54px;
    width: 100%;
    font-size: 20px;
  }

}

@media only screen and (min-width: 1025px) {

  .supportive-section {
    padding: 72px 0 60px;
  }

  .supportive-section h2, h2.related-headline {
    margin: 0 0 54px;
    font-size: 32px;
  }

}

/*------------------------------------*\
 Topical Event
\*------------------------------------*/

.page-header-section {
  padding: 120px 0 60px;
  color: #fff;
  position: relative;
}

.page-header-section h1 {
  font-size: 24px;
  margin-bottom: 48px;
}

.featured-event {
  position: relative;
  max-width: 680px;
  margin: 0 auto;
}

.featured-event img {
  width: 36px;
  position: absolute;
  top: -7px;
  left: -2px;
}

.featured-event h2 {
  text-transform: uppercase;
  font-size: 18px;
  color: #8f5e94;
  margin-bottom: 8px;
  padding-left: 48px;
  min-height: 36px;
}

.featured-event-title {
  font-size: 16px;
  margin-bottom: 6px;
  text-transform: uppercase;
  font-weight: 600;
}

.featured-event-summary {
  font-size: 14px;
  margin-bottom: 12px;
}

.featured-event .event-details {
  margin-bottom: 16px;
}

.featured-event .event-details i.material-icons {
  color: #fff;
  font-size: 18px;
  vertical-align: top;
  margin-right: 5px;
}

.featured-event .event-details {
  font-size: 13px;
  line-height: 18px;
}

.event-details > div {  
  display: inline-block;
}

.event-details-date {
  margin-right: 14px;
}

.event-detail {
  display: inline-block;
  vertical-align: top;
}

.featured-event-link {
  text-align: right;
}

.featured-event-link a.arrow-link {
  font-size: 13px;
}

.featured-event-link > a, 
.featured-event-link > a > i.material-icons {
  color: #8f5e94; 
}

@media only screen and (min-width: 768px) {

  .featured-event {
    padding-left: 64px;
  }

  .featured-event img {
    width: 48px;
    position: absolute;
    top: -5px;
    left: -2px;
  }

  .featured-event h2 {
    margin-bottom: 12px;
    padding-left: 0;
    min-height: 0;
  }

  .featured-event-title {
    font-size: 16px;
    margin-bottom: 16px;
    text-transform: uppercase;
    font-weight: 600;
  }

  .featured-event-summary {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .featured-event .event-details {
    margin-bottom: 24px;
  }

}

@media only screen and (min-width: 1025px) {

  .page-header-section h1 {
    font-size: 32px;
  }

  .featured-event {
    padding-left: 100px
  }

  .featured-event img {
    width: 75px;
    position: absolute;
    top: -4px;
    left: 0;
  }

  .featured-event h2 {
    font-size: 22px;
    padding-top: 4px;
  }

  .featured-event-title {
    font-size: 20px;
    margin-bottom: 16px;
    text-transform: uppercase;
    font-weight: 600;
  }

  .featured-event-summary {
    font-size: 16px;
    margin-bottom: 24px;
  }

  .featured-event .event-details {
    margin-bottom: 24px;
  }

}

/*EVENTS FILTER*/

.filter-container {
  background: #edecec;
  position: relative;
  border-bottom: 1px solid #d6d6d6;
}

.filter-container.fixedFilter {
  position: fixed;
  top: 60px;
  left: 0;
  right: 0;
  z-index: 100;
}

.filter-container.fixedFilter.scrolledPast {
  position: relative;
}

.filter-ctrl {
  text-align: center;
  background: #fff;
  color: #4c8fdd;
  font-weight: 700;
  font-size: 18px;
  line-height: 36px;
  cursor: pointer;
  padding: 15px 0;
}

.filter-ctrl i.material-icons {
  font-size: 36px;
  color: #4c8fdd;
  vertical-align: top;
}

.filters {
  position: absolute;
  top: 67px;
  left: 0;
  right: 0;
  z-index: 500;
  display: none;
}

.filters.showFilters {
  display: block;
}

.filters-inner {
  max-width: 375px; margin: 0 auto;
  background: #fff;
  border: 1px solid #d6d6d6;
  border-top: 0;
  box-shadow: 0px 10px 18px -1px rgba(0,0,0,0.36);
}

.filter-wrap {
  padding: 14px 8px 14px 12px;
  border-bottom: 1px solid #d6d6d6;
}

.filter-btn-wrap {
  padding: 24px 0;
  text-align: center;
}

.fancy-checkbox {
  color: #636363; font-size: 14px;
}

.fancy-checkbox {
  line-height: 32px;
}

.fancy-checkbox i.material-icons {
  font-size: 32px; vertical-align: top;
  margin-right: 4px;
}

.fancy-checkbox i.material-icons.unchecked {
  color: #9a9b9c;
}

.fancy-checkbox i.material-icons.checked {
  color: #508eca;
}

.fancy-checkbox input[type="checkbox"],
.fancy-checkbox .checked {
    display: none;
}
 
.fancy-checkbox input[type="checkbox"]:checked ~ .checked {
    display: inline-block;
}
 
.fancy-checkbox input[type="checkbox"]:checked ~ .unchecked {
    display: none;
}

@media only screen and (min-width: 768px) {

  .filter-container {
    border: none; height: 66px;
  }

  .filter-ctrl { 
    max-width: 375px; margin: 0 auto;
    padding-top: 27px; position: relative;
    z-index: 500; top: -12px;
  }

  .filters-inner {
    border-top: 1px solid #d6d6d6;
  }

}

@media only screen and (min-width: 1025px) {

  .filter-ctrl { 
    max-width: 420px; margin: 0 auto;
  }

  .filters-inner {
    max-width: 460px;
  }

}

/*EVENTS*/

.events-container {
  padding: 36px 12px;
}

.events-container .showall-wrap {
  clear: both;
}

.card.card-event {
  margin: 0; color: #4d4f53;
}

.event-wrap {
  margin-bottom: 30px;
}

.card-event .card-inner {
  padding: 20px 16px 24px;
}

.card-event .card-heading {
  display: block; height: auto;
}

.card-event-title {
  font-size: 22px; text-transform: uppercase;
  margin-bottom: 6px;
}

.card-event .card-body {
  font-size: 14px;
  margin-bottom: 36px;
  min-height: 0;
}

.card-event .event-details {
  margin-bottom: 0;
}

.card-event .event-details i.material-icons {
  color: #9a9b9c; font-size: 16px;
  vertical-align: top; margin-right: 2px;
}

.card-event .event-details {
  font-size: 12px; line-height: 16px;
  color: #9a9b9c;
}

@media only screen and (min-width: 768px) {

  .events-container {
    padding: 64px 0;
  }

  .events-container .event-wrap {
    width: 95%; max-width: 730px;
    margin-bottom: 40px; position: relative;
    z-index: 1;
  }

  .events-container .event-wrap:nth-of-type(odd) {
    float: right;
  }

  .events-container .event-wrap:nth-of-type(even) {
    float: left;
  }

  .event-wrap .date-wrap {
  }

  .events-container .event-wrap:nth-of-type(even) .date-wrap {
    float: right;
  }

  .event-wrap .card-wrap {
  }

  .card-event .card-inner {
    padding: 20px 40px 24px;
  }

  .card-event .card-body {
    font-size: 14px;
    margin-bottom: 24px;
  }

  .card-event .card-footer {
    padding-left: 40px; padding-right: 40px;
  }

}

@media only screen and (min-width: 1025px) {

  .events-container {
    padding: 98px 0 64px;
  }

  .events-container .event-wrap {
    width: 60%; max-width: 1140px;
    clear: both;
  }

  .event-wrap .date-wrap {
    width: 25%;
  }

  .event-wrap .card-wrap {
    width: 75%;
  }

  .events-container .event-wrap:nth-of-type(odd) .card-event .card-inner {
    max-width: 640px;
  }

  .card-event .card-inner:before,.card-event .card-inner:after {
      content: " "; /* 1 */
      display: table; /* 2 */
  }

  .card-event .card-inner:after { clear: both; }

  .events-container .event-wrap:nth-of-type(even) .card-event .card-tags,
  .events-container .event-wrap:nth-of-type(even) .card-event .card-heading,
  .events-container .event-wrap:nth-of-type(even) .card-event .card-body,
  .events-container .event-wrap:nth-of-type(even) .card-event .event-details,
  .events-container .event-wrap:nth-of-type(even) .card-event a.arrow-link {
    float: right; width: 100%; max-width: 560px;
  }


  .events-container .date-day {
    font-size: 100px; margin-bottom: 16px;
  }

  .date-month-year {
    font-size: 14px;
  }

}

@media only screen and (min-width: 1280px) {

  .event-wrap .date-wrap {
    width: 22%;
  }

  .event-wrap .card-wrap {
    width: 78%;
  }

}

@media only screen and (min-width: 1620px) {

  .event-wrap .date-wrap {
    width: 18%;
  }

  .event-wrap .card-wrap {
    width: 82%;
  }

}

/*------------------------------------*\
 TOPICAL TABS
\*------------------------------------*/

/*------------------------------------*\
 PRODUCT PAGE
\*------------------------------------*/

.product-banner {
  padding: 120px 0 0;
  min-height: 400px;
}

h1.product-title {
  font-size: 24px; margin-bottom: 24px;
}

.product-intro {
  font-size: 32px; color: #946199;
  line-height: 1.25; margin-bottom: 40px;
  max-width: 490px;
}

.product-caption {
  display: none;
}

.product-about {
  padding: 90px 0 24px;
}

.product-desc {
  padding-top: 4px;
  margin-bottom: 64px;
}

.product-desc p {
  margin-bottom: 30px;
}

.product-hero {
  width: auto; max-width: 100%;
  margin: 0 auto;
}

.product-hero-inner {
  margin-bottom: -30px;
}

.product-about h2 {
  margin-bottom: 22px; font-size: 25px;
}

.product-resource a.arrow-link {
  font-size: 15px; margin-bottom: 2px;
} 

.product-resource-desc {
  border-top: 1px solid #edecec;
  padding-top: 2px;
  margin-bottom: 22px;
  font-size: 14px;
}

.benefits-section.product-benefits {
  background: #fff;
}

.product-tab-section {
  padding: 0 0 30px;
  border-top: 1px solid #edecec;
}

ul.product-tabs {
  font-family: 'Gotham','Open Sans',sans-serif;
  position: relative; display: block;
  background: #fff; padding-top: 76px;
  height: 76px; z-index: 8;
}

ul.product-tabs li {
  position: absolute; top: 0; left: 0;
  cursor: pointer; display: block;
  width: 100%; line-height: 75px;
  border-bottom: 1px solid #eee;
  font-size: 22px; color: #6a0070;
  text-align: center; background: #fff;
}

ul.product-tabs li.current {

  z-index: 8;
}

ul.product-tabs.tab-menu-full {
  height: 152px;
}

ul.product-tabs.tab-menu-full li:not(.current) {
  position: static;
}

.spec-list-title {
  font-size: 14px; font-weight: 700;
  text-transform: uppercase; margin-bottom: 2px;
}

.tech-specs-tab ul {
  margin-bottom: 24px;
}

.tech-specs-tab ul li {
  line-height: 1.35;
  margin-bottom: 4px;
}

.products-section.related-products-section {
  background: #edecec;
}

.products-section.related-products-section h2 {
  margin-bottom: 48px;
} 

.related-articles-section {
  padding: 48px 0 36px;
}

@media only screen and (min-width: 768px) {

  .product-banner {
    padding: 72px 0 0;
  }

  .product-banner .breadcrumbs {
    margin-bottom: 0;
  }

  h1.product-title {
    font-size: 32px; margin: 68px 0 12px;
  }

  .product-intro {
    font-size: 25px;
  }

  .product-caption {
    display: block; max-width: 454px;
    font-size: 14px; color: #4d4f53;
  }

  .product-banner .breadcrumbs li.active {
    color: #4d4f53; font-weight: 700;
  }

  .product-about {
    padding: 90px 0 50px;
  }

  .product-desc {
    padding-top: 4px;
  }

  .product-about p {
    width: 90%;
  }

  .product-tab-section {
    padding: 0 0 40px;
    border-top: none;
  }

  .product-tab-section .tab-wrap {
    padding-top: 16px;
  }

  ul.product-tabs, ul.product-tabs li {
    background: none;
  }

  ul.product-tabs, ul.product-tabs.tab-menu-full {
    width: auto; margin: 0 auto;
    height: 54px; padding: 0;
	text-align:center;
  }

  ul.product-tabs li {
    position: relative; display:inline-block;
    width: 216px; line-height: 54px;
    border-bottom: none; font-size: 18px; 
    color: #9a9b9c;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
  }

  ul.product-tabs li:hover {
    color: #6a0070;
  }

  ul.product-tabs li.current {
    color: #6a0070; background: #fff;
  }

  ul.product-tabs.shadow {
      box-shadow: none;
  }

  ul.product-tabs.shadow:before, ul.product-tabs.shadow:after {
    display: none;
  }

}

@media only screen and (min-width: 1025px) {

  .product-banner {
    padding: 120px 0 0;
  }

  h1.product-title {
    margin: 60px 0 12px;
  }

  .product-intro {
    font-size: 32px;
  }

  .product-about p {
    font-size: 18px;
    width: 100%;
    max-width: 550px;
  }

  .product-hero-wrap {
    width: 100%; height: 466px;
    position: relative;
  }

  .product-hero-inner {
    position: absolute; left: 0;
    right: 0; bottom: -34px;
  }

  .product-resource-desc {
    font-size: 16px;
  }

  .support-section .video-wrap {
    max-width: 330px;
  }

  .product-tab-section {
    padding: 0 0 60px;
  }

  .products-section.related-products-section h2 {
    margin-bottom: 64px;
  } 

  .related-articles-section {
    padding: 72px 0 60px;
  }

}

/*------------------------------------*\
  INFO CENTER & BLOG
\*------------------------------------*/

.post-top {
  padding: 60px 0 0;
}

h2.post-title {
  font-size: 32px; margin-bottom: 36px;
}

.post-subtitle {
  display: none;
}

.post-meta-wrap {
  padding-bottom: 15px;
  border-bottom: 2px solid #edecec;
  margin-bottom: 36px;
}

.byline-name {
  font-size: 20px; font-weight: 300;
}

.byline-title {
  font-size: 14px; font-weight: 600;
}

.post-main, .post-main-blog {
  padding-bottom: 20px;
  border-bottom: 2px solid #edecec;
}

.post-main, .post-main-blog p {
  margin-bottom: 20px;
}

.post-main p:first-of-type {
  font-size: 18px; font-weight: 600;
}

.post-main-inner img {
  margin-left: -20px;
  width: 100vw;
  margin-bottom: 40px;
}

.social-list {
  height: 44px;
  margin-left: -10px;
  margin-top: 20px;
}

.social-list li {
  width: 44px;
  float: left;
  margin-right: 12px;
}

.social-list li a {
  display: block; padding: 6px;
}

.post-sidebar {
  padding-bottom: 12px;
}

.post-sidebar h3, .post-index-sidebar h3, .lpside-inner h3 {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px; font-weight: 400;
  margin-bottom: 10px;
}

.post-index-sidebar h3 {
  font-size: 18px;
}

.related-solutions-list li {
  padding-left: 30px;
  margin-bottom: 12px;
  background-repeat: no-repeat;
  min-height: 20px;
  background-size: 20px 20px;
  font-size: 13px;
}

.related-solutions-list li.instant-card-issuance {
  background-image: url(../images/assets/icn-card-blue.svg);
}

.related-solutions-list li.transaction-security {
  background-image: url(../images/assets/icn-shield-blue.svg);
}

.related-solutions-list li.high-volume-card-issuance {
  background-image: url(../images/assets/icn-chart-blue.svg);
}

.related-solutions-list li.mobile-authentication {
  background-image: url(../images/assets/icn-phone-blue.svg);
}

.related-solutions-list li.border-control {
  background-image: url(../images/assets/icn-suitcase-blue.svg);
}

.related-solutions-list li.e-gov {
  background-image: url(../images/assets/icn-gov-blue.svg);
}

.related-solutions-list li.citizen-id {
  background-image: url(../images/assets/icn-person-blue.svg);
}

.related-solutions-list li.credential-lifestyle-management {
  background-image: url(../images/assets/icn-cycle-blue.svg);
}

.related-solutions-list li.authentication {
  background-image: url(../images/assets/icn-lock-blue.svg);
}

.related-solutions-list li.ssl-certificates {
  background-image: url(../images/assets/icn-ssl-blue.svg);
}

.related-solutions-list li.identity-credential-management {
  background-image: url(../images/assets/icn-people-blue.svg);
}

.related-solutions-list li.employee-id {
  background-image: url(../images/assets/icn-idbadge-blue.svg);
}

.related-solutions-list li.internet-of-things {
  background-image: url(../images/assets/icn-wifi-blue.svg);
}

.related-solutions-list li a {
  color: #312e2f;
}

.elated-solutions-list li a:hover {
  text-decoration: underline;
}

.post-signup {
  border-top: 2px solid #edecec;
}

.post-sidebar-inner {
  width: 200px; margin: 0 auto 40px;
  font-size: 13px; padding-top: 40px;
}

.post-sidebar-inner p {
  margin-bottom: 20px;
}

.infocenter-page .related-articles-section {
  background: #edecec;
}

.infocenter-page .card {
  background: #fff;
}

.post-main, .post-main-blog {
  margin-bottom: 60px;
}

.postindex-wrap {
  padding: 48px 0;
}

.post-index {
  margin-bottom: 60px;
}

.post-excerpt-wrap {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 2px solid #edecec;
}

h3.excerpt-title {
  font-size: 25px;
  margin-bottom: 12px;
}

h3.excerpt-title a {
  color: #312e2f;
}

.post-excerpt-meta {
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #9a9b9c;
}

.post-excerpt {
  font-size: 14px;
  margin-bottom: 8px;
}

.blog-cat-list li {
  font-size: 13px; font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.post-full {
  font-size: 14px; margin-top: 20px;
  border-top: 1px solid #edecec;
  padding-top: 20px;
}

.post-main-inner p {
  margin-bottom: 20px;
}

.post-full ul {
  list-style: disc;
  padding-left: 20px;
}

.post-full ul li {
  margin-bottom: 16px;
}

.post-main-blog + .post-index-sidebar {
  display: block;
  padding: 0 0 0 36px;
  float: right;
  width: 100%;
}


@media only screen and (min-width: 768px) {

  .post-wrap {
    padding-bottom: 60px;
  }

  .postindex-wrap {
    padding: 60px 0;
  }

  .post-top {
    padding: 60px 0 0;
    max-width: 786px;
  }

  h2.post-title {
    margin-bottom: 0;
  }

  .post-subtitle {
    display: block; font-size: 22px;
    font-weight: 300; margin-bottom: 36px;
  }

  .post-meta-wrap {
    padding-bottom: 15px;
    border-bottom: 2px solid #edecec;
    margin-bottom: 40px;
  }

  .byline-wrap {
    float: left; padding-bottom: 0;
    border-bottom: none; margin-bottom: 0;
  }

  .post-main, .post-main-blog p:first-of-type {
    /*width: 74%;*/
  }

  .post-main-inner img {
    margin-top: 40px;
  }

  .post-image {
      margin-bottom: 20px;
      max-width: 786px;
  }

  .post-index {
    float: left; width: 70%;
    border-right: 2px solid #edecec;
    padding-right: 48px; margin-bottom: 0;
  }

  .post-sidebar {
    padding: 60px 0 0; display: table;
    width: 100%; max-width: 688px;
    margin: 0 auto;
  }

  .post-index-sidebar {
    display: block; padding: 0 0 0 36px;
    float: right; width: 30%;
  }

  .post-main-blog + .post-index-sidebar {
    display: block;
    padding: 0 0 0 36px;
    float: right;
    width: 100%;
  }

  .post-related, .post-signup {
    display: table-cell; width: 50%;
  }

  .post-sidebar-inner {
    margin: 0 auto;
    padding-top: 0;
  }

  .post-signup {
    border-top: none;
    border-left: 2px solid #edecec;
  }

  .post-excerpt-wrap {
    padding-bottom: 32px;
    margin-bottom: 32px;
  }
  

}

@media only screen and (min-width: 1025px) {

  .post-wrap {
    padding-bottom: 80px;
  }

  .post-main, .post-main-blog {
    float: left; width: 70%;
    border-right: 2px solid #edecec;
    border-bottom: none;
  }

  .post-main-inner {
    max-width: 806px; padding-right: 20px;
  }

  .post-main-inner img {
    margin-left: 0;
    width: 100%;
  }

  .post-index {
    padding-right: 80px;
  }

  .post-sidebar {
    display: block; padding: 0 0 0 54px;
    float: right; width: 30%;
  }

  .post-index-sidebar {
    padding: 0 0 0 60px;
  }

  .post-main-blog + .post-index-sidebar {
    display: block;
    padding: 0 0 0 36px;
    float: right;
    width: 30%;
  }

  .post-related, .post-signup {
    display: block; width: 100%;
  }

  .post-sidebar-inner {
    width: 100%;
  }

  .post-related {
    margin-bottom: 40px;
  }

  .post-sidebar h3, .post-index-sidebar h3, .lpside-inner h3 {
    margin-bottom: 20px;
  }

  .post-signup {
    border-left: none;
  }

  .post-excerpt-wrap {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }

  h3.excerpt-title {
    font-size: 32px;
    margin-bottom: 12px;
  }

  .post-excerpt-meta {
    font-size: 12px; font-weight: 700;
    margin-bottom: 12px; color: #9a9b9c;
  }

  .post-excerpt {
    font-size: 14px; margin-bottom: 8px;
  }

  .post-full {
    font-size: 16px;
  }

}

@media only screen and (min-width: 1372px) {

  .post-main, .post-main-blog {
    position: relative; 
  }

  .social-list {
    height: auto;
    position: absolute; top: 0;
    margin-left: -66px;
    margin-top: 0;
  }

  .social-list.socialFixed {
    position: fixed; top: 120px;
  }

  .social-list li {
    float: none; width: 40px;
    margin-right: 0;
    margin-bottom: 4px;
  }

  .social-list li a {
    display: block; padding: 6px;
  }

}

/*------------------------------------*\
  / INFO CENTER & BLOG
\*------------------------------------*/


/*------------------------------------*\
  END OF SECTIONS
\*------------------------------------*/

/*------------------------------------*\
  FOOTER
\*------------------------------------*/

footer {
  background: #201f20;
  color: #838b8f;
  min-height: 600px;
}

.topfooter {
  padding: 34px 0 0;
}

.footer-logo {
  width: 260px;
  margin-bottom: 18px;
}

.footer-nav-label {
  font-family: 'Gotham', 'Open Sans', sans-serif;
  color: #8e6394;
  font-weight: 600;
  line-height: 46px;
  cursor: pointer;
  position: relative;
  margin: 0 -20px;
  border-bottom: 1px solid #4d4f53;
  padding: 0 0 0 56px;
}

.footer-nav-label.first-nav {
  border-top: 1px solid #4d4f53;
}

.footer-nav-label > i {
  font-size: 32px;
  color: #838b8f;
  position: absolute;
  left: 88%;
  top: 7px;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

.footer-nav-label.footer-nav-open > i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.footer-nav-list {
  display: none;
  margin: 0 -20px;
  padding: 20px 12px 20px 56px;
  background: #000;
  border-bottom: 1px solid #4d4f53;
}

.footer-nav-list li {
  font-family: 'Gotham', 'Open Sans', sans-serif;
  margin-bottom: 8px;
  line-height: 1.2;
}

.footer-nav-list li a {
  color: #838b8f;
  font-size: 12px;
}

.footer-nav-list li a:hover {
  color: #fff;
}

.footer-about {
  font-size: 14px;
  padding: 32px 20px 36px;
}

footer h4 {
  font-weight: 700;
}

@media only screen and (min-width: 768px) {

  .topfooter {
    padding: 40px 12px 0;
  }

  .footer-logo {
    width: 230px;
    margin-bottom: 32px;
  }

  .footer-nav-label {
    line-height: 1.2;
    padding: 8px 0 0;
    font-size: 14px;
    font-weight: 700;
    cursor: default;
    margin: 0 0 10px;
    border-bottom: none;
    pointer-events: none;
  }

  .footer-nav-label.first-nav {
    border-top: none;
  }

  .footer-nav-label > i {
    display: none;
  }

  .footer-nav-list {
    display: block;
    margin: 0;
    padding: 0;
    border: none;
    background: none;
  }

  .footer-about {
    font-size: 13px;
  }

}

@media only screen and (min-width: 1025px) {

  .footer-nav-label {
    line-height: 1.2;
    padding: 8px 0 0;
    margin-bottom: 10px;
    font-size: 16px;
  }

  .footer-logo {
    width: 330px;
  }

  .footer-nav-list li a {
    font-size: 13px;
  }

  .footer-about {
    padding: 56px 20px 36px;
  }

}

/*------------------------------------*\
 SUBFOOTER
\*------------------------------------*/

.subfooter {
  font-family: 'Gotham', 'Open Sans', sans-serif;
  background: #000;
  color: #edeced;
  padding: 24px 20px;
  font-size: 11px;
  position: relative;
}

.social-nav-list {
  height: 30px;
  width: 252px;
  margin: 0 auto 22px;
}

.social-nav-list li {
  display: block;
  float: left;
  width: 42px;
  padding: 0 6px;
}

.social-nav-list li > a > i {
  font-size: 30px;
  color: #fff;
}

.subfooter-nav {
  margin-bottom: 12px;
}

.subfooter-nav-list li {
  width: calc( 100% * 1/3);
  float: left;
  margin-bottom: 12px;
  text-align: center;
}

.subfooter-nav-list li a {
  color: #edeced;
}

.copyright {
  font-size: 10px;
  text-align: center;
}

@media only screen and (min-width: 768px) {

  .subfooter {
    font-size: 13px;
  }

  .subfooter-nav {
    text-align: center;
    margin-bottom: 20px;
  }

  .subfooter-nav-list {
    display: inline-block;
  }

  .subfooter-nav-list li {
    width: auto;
    display: inline-block;
    float: none;
    margin-bottom: 0;
  }

  .subfooter-nav-list li:before {
    content: "|";
    display: inline-block;
    padding: 0 10px;
  }

  .subfooter-nav-list li:first-child:before {
    display: none;
  }

  .copyright {
    font-size: 13px;
  }

}

@media only screen and (min-width: 1320px) {

  .subfooter-container {
    margin: 0 auto;
    position: relative;
    max-width: 1340px;
  }

  .social-nav {
    position: absolute;
    right: 20px;
    top: 0;
    margin-bottom: 0;
  }

  .social-nav-list, .subfooter-nav {
    margin-bottom: 0;
  }

  .subfooter-nav-list li {
    line-height: 30px;
  }

  .copyright {
    position: absolute;
    left: 4px;
    top: 0;
    line-height: 30px;
  }

}

/*------------------------------------*\
 CONTACT PAGE
\*------------------------------------*/

/*MAP*/

.map-container {
  padding: 20px; 
  background: #fff;
}

#map {
  height: 420px;
  background: #999;
}

.markerContent {
  font-family: 'Open Sans', sans-serif;
}

.markerName {
  font-weight: 600;
}

@media only screen and (min-width: 768px) {

  .map-container {
    padding: 0;
  }

  #map {
    height: 460px;
  }

}

@media only screen and (min-width: 1025px) {

  #map {
    height: 520px;
  }

}

/*MAIN SECTION MAP SELECT*/

.contact-main {
  background: #edecec; 
  position: relative;
}

.map-select {
  position: relative;
  z-index: 1; color: #4d4d53;
  margin-bottom: 60px;
}

.map-select-wrap {
  padding: 48px 20px; background: #4d4f53;
  border-bottom: 5px solid #508eca;
}

.map-select-inner {
  max-width: 330px; margin: 0 auto;
}

.map-select-wrap label {
  font-family: 'Gotham', 'Open Sans', sans-serif;
  display: block; color: #fff; line-height: 1.2;
  margin-bottom: 10px;
}

.map-select-results {
  background: #fff;
  padding: 40px 18px;
}

.region-name {
  font-weight: 600; font-size: 22px;
  line-height: 1.2; margin-bottom: 32px;
}

.location {
  margin-bottom: 40px;
  font-size: 14px;
}

.location-name {
  font-size: 18px; font-weight: 700;
}

.location-address, .location-phone {
  color: #9a9b9c;
}

@media only screen and (min-width: 768px) {

  .map-select-results {
    padding: 40px;
  }

}

@media only screen and (min-width: 1025px) {

}

/* MAIN SECTION FORM */

.contactus {
  position: relative;
  z-index: 1;
}

.contactform-wrap {
  padding: 48px 16px;
  background: #fff;
}

.contactform-wrap .form-group {
    margin-bottom: 0;
}

.contactform-wrap h2 {
  font-size: 25px; margin-bottom: 48px;
}

.contactform-wrap input, .contactform-wrap select,
.contactform-wrap textarea {
  margin-bottom: 30px;
}

.contactform-wrap textarea {
  height: 116px;
}

.contactus .shadow:before, .contactus .shadow:after {
  display: none;
}

@media only screen and (min-width: 768px) {

  .contactform-wrap {
    padding: 48px 40px 60px;
  }

  .contactform-wrap .input-wrap {
    width: 48%; float: right;
  }

  .contactform-wrap .form-group .input-wrap:first-of-type {
    float: left;
  }

}

@media only screen and (min-width: 1025px) {

  .contact-main {
    min-height: 920px;
  }

  .map-select {
    width: 40%; padding: 0 40px;
    margin: 0 auto; float: left;
  }

  .map-select-container {
    max-width: 405px; float: right;
  }

  .contactus {
    float: right; width: 60%;
  }

  .contactus .shadow:before, .contactus .shadow:after {
    display: block; left: 20px; right: 20px;
  }

  .contactus .shadow:after {
    left: auto; right: 20px;
  }

  .contactus form {
    max-width: 720px;
  }
  

}


/*------------------------------------*\
 LANDING PAGES
\*------------------------------------*/

.container-landingpage {
  position: relative;
}

.lpside-wrap {
  background: #fbfafa;
  width: 100%;
  padding: 0 10px;
  margin-bottom: 64px;
}

.lpside-inner {
  padding: 48px 16px 20px;
}

.lpside-inner h2 {
  font-size: 25px; margin-bottom: 22px;
}

.form-group {
  margin-bottom: 24px;
}

.btn-group {
  text-align: center;
  padding-top: 18px;
}

.form-group label {
  display: block;
  margin-bottom: 6px;
}

.lpside-wrap .form-group .btn {
  width: auto; padding: 0 16px;
}

.lpside-section {
  padding-top: 40px;
  border-top: 2px solid #edecec;
  margin-bottom: 40px;
  font-size: 13px;
}

.lpside-section:first-of-type {
  padding-top: 0; border-top: none;
}

.lpside-section a.arrow-link {
  font-size: 13px;
}

.related-news-article {
  margin-bottom: 18px;
}

.related-news-date {
  font-weight: 600;
  margin-bottom: 4px;
}

.related-news-synopsis {
  color: #9a9b9c;
  max-width: 270px;
  margin-bottom: 4px;
}

.lpcontent-inner {
  font-size: 14px;
  margin-top: 56px;
  margin-bottom: 64px;
  position: relative;
}

.lpcontent-header {
  position: relative; padding-left: 64px;
  min-height: 48px; margin-bottom: 24px;
}

.icn-landingpage {
  position: absolute; top: 5px;
  left: 0; width: 42px;
}

.lpcontent-inner h2 {
  font-size: 22px; display: inline-block;
  font-weight: 600; vertical-align: middle;
}

.lpcontent-inner p {
  margin-bottom: 22px;
}

.lpcontent-inner h3 {
  font-size: 16px; margin-bottom: 16px;
  font-family: 'Open Sans', sans-serif;
}

.lpcontent-list {
  list-style: disc;
  margin-left: 16px;
  margin-bottom: 36px;
}

.lpcontent-list li {
  margin-bottom: 16px;
  line-height: 1.35;
}

@media only screen and (min-width: 768px) {

  .lpside-wrap {
    padding: 0 16px;
  }

  .lpside-inner {
    padding: 44px 48px 20px;
    max-width: 512px; margin: 0 auto;
  }

  .lpcontent-inner {
    font-size: 16px; padding-left: 76px;
    margin: 56px auto 64px; /*max-width: 680px;*/
  }

  .lpcontent-inner h3 {
    font-size: 20px;
  }

  .lpcontent-inner .social-list {
    height: auto; position: absolute; 
    top: 0; left: 0;
    margin-left: 0;
  }

  .lpcontent-inner .social-list li {
    float: none; width: 40px;
    margin-right: 0;
    margin-bottom: 4px;
  }

  .lpcontent-inner .social-list li a {
    display: block; padding: 6px;
  }

}

@media only screen and (min-width: 1025px) {

  .container-landingpage {
    padding-top: 80px;
  }

  .container.lpcontent-wrap {
    z-index: 0;
  }

  .landingpage-template1, .landingpage-template3 {
    min-height: 840px;
  }

  .landingpage-template2 {
    min-height: 1060px;
  }

  .lpside-wrap {
    position: absolute; width: 38%; 
    top: -80px; right: 0;
    padding: 0 16px;
    margin-bottom: 0;
  }

  .lpside-inner {
    margin: 0; max-width: 426px;
  }

  .lpcontent-inner {
    /*max-width: 600px;*/ margin: 0;
    padding-bottom: 64px;
    padding-top: 0;
  }

  .checkbox {
    font-size: 14px;
  }

  .btn-group {
    text-align: left;
    padding-top: 18px;
  }

}

/*------------------------------------*\
 PRODUCT INDEX
\*------------------------------------*/
 
.pi-filter {
  background: #fff; padding: 30px 0 20px;
}
 
.pi-searchwrap {
  margin-bottom: 20px;
}

.pi-searchwrap input[type="search"], .searchresults-form input[type="search"] {
  background: #fff url(../images/assets/bg-search.png) no-repeat 10px center;
  background-size: 24px;
  padding: 0 12px 0 44px;
}

.searchresults-form input[type=search]::-ms-clear,
.navsearch input[type=search]::-ms-clear {
  display: none;
  height: 0;
  width: 0;
}

.searchresults-form input[type=search]::-webkit-search-decoration,
.searchresults-form input[type=search]::-webkit-search-cancel-button,
.searchresults-form input[type=search]::-webkit-search-results-button,
.searchresults-form input[type=search]::-webkit-search-results-decoration,
.navsearch input[type=search]::-webkit-search-decoration,
.navsearch input[type=search]::-webkit-search-cancel-button,
.navsearch input[type=search]::-webkit-search-results-button,
.navsearch input[type=search]::-webkit-search-results-decoration {
  display: none;
  position: relative;
  right: 20px;
}


.pi-or {
  margin-bottom: 10px;
}

.product-filter-ctrl {
  cursor: pointer; font-size: 14px;
  line-height: 40px; font-weight: 600;
  text-align: center;
}

.product-filter-ctrl i.material-icons {
  color: #4c8fdd; vertical-align: top;
  font-size: 40px; margin-left: 6px;
}

.product-filters {
  display: none; padding: 12px 0 0;
}

.product-filters.showFilters {
  display: block;
}

.filter-options select:first-of-type {
  margin-bottom: 16px;
}

.filter-options.video-filter-options select:nth-of-type(2) {
  margin-bottom: 16px;
}

.view-options {
  display: none;
}

@media only screen and (min-width: 768px) {

  .pi-filter {
    padding: 36px 0;
  }

  .pi-searchwrap {
    margin: 0 auto 30px;
    width: 680px;
  }

  .pi-searchwrap .form-inline .input-wrap,
  .searchresults-form-wrap .form-inline .input-wrap {
    width: 84%;
  }

  .pi-searchwrap .form-inline .btn-submit,
  .searchresults-form-wrap .form-inline .btn-submit {
    width: 16%;
  }

  .pi-or {
    margin: 0 auto 30px;
    width: 92px;
  }

  .product-filter-ctrl {
    display: none;
  }

  .product-filters {
    display: block; padding: 0;
    width: 680px; margin: 0 auto;
  }

  .filter-options {
    float: left; width: 536px;
  }

  .filter-options select {
    float: left; width: 262px;
  }

  .filter-options.video-filter-options {
    width: 100%;
  }

  .filter-options.video-filter-options select {
    width: 218px;
  }

  .filter-options select:first-of-type, .filter-options.video-filter-options select:nth-of-type(2) {
    margin: 0 12px 0 0;
  }

  .view-options {
    display: block; float: right;
    width: 112px;
  }

  button.view-option {
    font-size: 40px; height: 50px;
    width: 50px; border: 2px solid #508eca;
    vertical-align: top; float: left;
    -webkit-transition: background 0.25s linear;
    transition: background 0.25s linear;
  }

  button.view-option.view-option-list {
    margin-left: 12px;
  }

  button.view-option i.material-icons {
    font-size: 40px; color: #508eca;

  }

  button.view-option.currentview,
  button.view-option:hover {
    background: #508eca;
  }

  button.view-option.currentview i.material-icons,
  button.view-option:hover i.material-icons {
    color: #fff;
  }

}

@media only screen and (min-width: 1186px) {

  .pi-filter .container {
    max-width: 1186px; height: 50px;
  }

  .pi-searchwrap {
    margin: 0; width: 360px;
    float: left;
  }

  .pi-searchwrap .form-inline .input-wrap,
  .searchresults-form-wrap .form-inline .input-wrap {
    width: 80%;
  }

  .pi-searchwrap .form-inline .btn-submit,
  .searchresults-form-wrap .form-inline .btn-submit {
    width: 20%;
  }

  .pi-or {
    margin: 0; float: left;
    width: 122px;
  }

  .pi-or .letter {
    width: 66%; line-height: 50px;
  }

  .product-filters {
    width: 664px; margin: 0;
    float: left;
  }

  .filter-options {
    width: 496px;
  }

  .filter-options.video-filter-options {
    width: 100%;
  }

  .filter-options select {
    width: 238px;
  }

  .filter-options select:first-of-type {
    margin: 0 20px 0 0;
  }

  .video-filter-options select:first-of-type, .filter-options.video-filter-options select:nth-of-type(2) {
    margin: 0 12px 0 0;
  }

  .filter-options.video-filter-options select {
    float: left; width: 210px;
  }

}

/* PRODUCT INDEX MAIN */

.productindex {
  padding: 36px 0 60px;
  background: #edecec;
  border-top: 1px solid #d6d6d6;
}

.listview .col-sm-6.col-md-4 {
  width: 100%;
}

.pi-intro {
  margin-bottom: 68px;
  text-align: center;
}

.productindex h2 {
  font-size: 25px; color: #000;
  margin-bottom: 12px;
}

.pi-results {
  font-weight: 300;
}

.pi-letter-wrap {
  margin-bottom: 60px;
}

.letter {
  font-family: 'Gotham', 'Open Sans', sans-serif;
  margin: 0 auto 60px; overflow: hidden;
  text-align: center; font-weight:700;
  font-size: 22px; color: #4d4f53;
}

.pi-filter .letter {
  font-size: 14px;
  margin: 0 auto;
}

.letter:before, .letter:after {
  content: "";
  display: inline-block;
  width: 50%;
  margin: 0 .5em 0 -55%;
  vertical-align: middle;
  border-bottom: 1px solid #e1e0e0;
}

.letter:after {
  margin: 0 -55% 0 .5em;
}

@media only screen and (min-width: 768px) {

  .listview .card-plain .card-heading,
  .listview .card-plain .card-body {
    height: auto; margin-bottom: 20px;
    min-height: 0;
  }

  .listview .card-plain .card-heading {
    margin-bottom: 20px;
  }

  .listview .card-plain .card-body {
    margin-bottom: 30px;
  }

}

@media only screen and (min-width: 1025px) {

  .productindex {
    padding: 48px 0 80px;
  }

  .pi-letter-wrap {
    margin-bottom: 80px;
  }

}

/*------------------------------------*\
 NEWS ROOM
\*------------------------------------*/

.newsroom-banner {
  position: absolute; top: 0;
  bottom: 0; left: 0; right:0;
  z-index: 11;
}

.newsroom-overlay {
  position: absolute; top: 0;
  bottom: 0; left: 0; right:0;
  background: rgba(0,0,0,0.64);
  z-index: 10;
}

.newsroom-banner .container {
  display: table; width: 100%;
  height: 100%;
}

.newsroom-topvideo {
  display: table-cell; vertical-align: middle;
  text-align: center; color: #fff;
}

.newsroom-topvideo h1 {
  font-size: 22px;
  margin-bottom: 20px;
}

.newsroom-topvideo button {
  display: block; width: 56px;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {

  .newsroom-banner .container {
    display: block; height: auto;
    padding-top: 80px;
  }

  .newsroom-topvideo {
    display: block; margin: 0 auto;
    padding-top: 48px;
  }

  .newsroom-topvideo button {
    width: 76px;
  }

}

@media only screen and (min-width: 1025px) {

  .newsroom-banner .container {
    padding-top: 120px;
  }

  .newsroom-topvideo {
    display: block; margin: 0 auto;
    padding-top: 48px;
  }

  .newsroom-topvideo h1 {
    font-size: 32px;
    margin-bottom: 30px;
  }

  .newsroom-topvideo button {
    width: 76px;
  }

}

/*NEWSROOM SECTIONS*/

.newsroom-section {
  padding: 60px 0 20px;
}

.newsroom1 h2 {
  font-size: 25px; margin-bottom: 36px;
  text-align: center;
}

.newsroom-section .article-wrap {
  max-width: 724px;
}

.newsroom-more {
  text-align: center;
  padding-top: 16px;
  margin-bottom: 40px;
}

.newsroom-section .card-news .card-inner {
  min-height: 0; padding-bottom: 32px;
}

.newsroom-section .card-news.card-featured .card-inner {
  padding-top: 30px; min-height: 164px;
}

.newsroom-section .card-news.card-featured h3.card-title, 
.newsroom-section .card-news h3.card-title {
  font-size: 18px;
}

.newsroom2 {
  background: #edecec;
}


.newsroom2 h2, .newsroom3 h2 {
  font-size: 25px; margin-bottom: 48px;
  text-align: center;
}

.newsroom3 {
  background-attachment: fixed;
  background-image: url(../images/assets/bg-hex.jpg);
  background-position: center center;
}

.newsroom3 .card-plain .card-heading {
  height: auto; margin-bottom: 8px;
}

.newsroom3 .card-plain .card-body {
    height: auto; min-height: 0;
    margin-bottom: 24px;
}

@media only screen and (min-width: 768px) {

  .newsroom-section .card-news .card-body {
    font-size: 14px;
  }

  .newsroom-section .card-news.card-featured .card-inner {
    padding-top: 48px; min-height: 148px;
  }

  .newsroom3 h2:nth-of-type(2) {
    padding-top: 48px;
  }

}

@media only screen and (min-width: 1025px) {

  .newsroom-section {
    padding: 72px 0 40px;
  }

  .newsroom1 h2 {
    text-align: left; font-size: 22px;
    margin-bottom: 20px;
  }

  .newsroom-section .article-wrap {
    margin-bottom: 0; margin-top: 52px;
  }

  .newsroom-section .article-wrap:first-of-type {
    margin-top: 0;
  }

  .newsroom-section .card-article .card-inner {
    padding: 30px 16px 22px;
  }

  .newsroom2 h2, .newsroom3 h2 {
    font-size: 25px; margin-bottom: 64px;
  }

  .newsroom3 .card-plain .card-heading {
    height: 72px;
  }

}

/*TWEETS*/

#tweets ul {
  font-size: 14px;
}

#tweets li {
  display: block;
  padding: 24px 12px 24px 48px;
  background: #fbfafa;
  margin: 0 auto 30px;
  position: relative;
  max-width: 580px;
}

#tweets li:before, #tweets li:after {
  content: "";
  position: absolute;
  z-index: -1;
  box-shadow: 0 0 12px rgba(0,0,0,0.6);
  top: 50%;
  bottom: 0;
  left: 10px;
  right: 10px;
  border-radius: 100px /10px;
}

#tweets li:after {
  right: 10px;
  left: auto;
  -webkit-transform: skew(8deg) rotate(3deg);
  transform: skew(8deg) rotate(3deg);
}

#tweets li img {
  width: 32px; position: absolute;
  left: 8px; top: 16px;
}

.user {
  margin-bottom: 14px;
}

.user a {
  color: #58585a;
}

span[data-scribe="element:name"] {
  display: block; line-height: 1;
  font-weight: 700; font-size: 16px;
  margin-bottom: 5px;
}

span[data-scribe="element:screen_name"] {
  display: block; line-height: 1;
  font-size: 13px; padding-left: 4px;
}

span[data-scribe="element:verified_badge"] {
  display: none;
}

.timePosted {
  position: absolute; top: 30px; right: 16px;
  font-weight: 700; font-size: 12px;
}

.interact {
  display: none;
}

@media only screen and (min-width: 768px) {

  

}

@media only screen and (min-width: 1025px) {

  #tweets ul {
    display: flex;
    flex-wrap: wrap;
  }

  #tweets li {
    float: left; width: 30%;
    margin-left: 5%;
  }

  #tweets li:first-child {
    margin-left: 0;
  }

}

/*------------------------------------*\
 MULTIMEDIA
\*------------------------------------*/

.videos {
  background: #edecec; padding: 72px 0 60px;
}

.videos h2 {
  text-align: center; font-size: 22px;
  margin-bottom: 48px;
}

.video-type-wrap {
  margin-bottom: 60px;
}

@media only screen and (min-width: 768px) {

  .videos h2 {
    font-size: 25px; margin-bottom: 60px;
    overflow: hidden;
  }

  .videos h2:before, .videos h2:after {
    content: "";
    display: inline-block;
    width: 50%;
    margin: 0 .5em 0 -55%;
    vertical-align: middle;
    border-bottom: 1px solid #e1e0e0;
  }

  .videos h2:after {
    margin: 0 -55% 0 .5em;
  }

}

/*------------------------------------*\
 MODAL VIDEO
\*------------------------------------*/

@-webkit-keyframes modal-video {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes modal-video {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes modal-video-inner {
    from {
        -webkit-transform: translate(0, 100px);
                transform: translate(0, 100px)
    }
    to {
        -webkit-transform: translate(0, 0);
                transform: translate(0, 0)
    }
}

@keyframes modal-video-inner {
    from {
        -webkit-transform: translate(0, 100px);
                transform: translate(0, 100px)
    }
    to {
        -webkit-transform: translate(0, 0);
                transform: translate(0, 0)
    }
}

.modal-video {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000000;
    cursor: pointer;
    opacity: 1;
    animation-timing-function: ease-out;
    animation-duration: .3s;
    animation-name: modal-video;
    -webkit-transition: opacity .3s ease-out;
    -moz-transition: opacity .3s ease-out;
    -ms-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out
}

.modal-video-close {
    opacity: 0
}

.modal-video-close .modal-video-movie-wrap {
    -webkit-transform: translate(0, 100px);
    -moz-transform: translate(0, 100px);
    -ms-transform: translate(0, 100px);
    -o-transform: translate(0, 100px);
    transform: translate(0, 100px)
}

.modal-video-body {
    max-width: 940px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: table;
    padding: 0 16px;
}

.modal-video-inner {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%
}

.modal-video-movie-wrap {
    width: 100%;
    height: 0;
    position: relative;
    padding-bottom: 56.25%;
    background-color: #333;
    animation-timing-function: ease-out;
    animation-duration: .3s;
    animation-name: modal-video-inner;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: -webkit-transform .3s ease-out;
    -moz-transition: -moz-transform .3s ease-out;
    -ms-transition: -ms-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out
}

.modal-video-movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.modal-video-close-btn {
    position: absolute;
    z-index: 2;
    top: -35px;
    right: 0;
    display: inline-block;
    width: 35px;
    height: 35px;
    overflow: hidden;
    border: none;
    background: transparent
}

.modal-video-close-btn:before {
    transform: rotate(45deg)
}

.modal-video-close-btn:after {
    transform: rotate(-45deg)
}

.modal-video-close-btn:before,
.modal-video-close-btn:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background: #fff;
    border-radius: 5px;
    margin-top: -6px
}

@media only screen and (min-width: 1025px) {

  .modal-video-close-btn {
      right: -35px;
  }

}

/*------------------------------------*\
 TOPICAL PAGE TABS
\*------------------------------------*/

.topical-tab-wrap {
  text-align: center;
}

.topical-tab-wrap .tab-menu-ctrl {
  position: absolute; top: 0;
  z-index: 9; right: 0; left: 0;
  height: 61px; width: 100%;
  text-align: center; cursor: pointer;
  padding-top: 0; display: table;
  background: #fff;
  border-bottom: 1px solid #d6d6d6;
}

.topical-tab-wrap a.explore {
  display: table-cell; vertical-align: middle;
}

.topical-tab-wrap a.explore {
  font-size: 18px; font-weight: 700;
  line-height: 36px;
}

.topical-tab-wrap a.explore > i.material-icons {
  font-size: 36px; vertical-align: top;
}

ul.topical-tabs {
  display: none; position: absolute;
  top: 61px; left: 50%; width: 100%;
  background: #fff; max-width: 420px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border: 1px solid #d6d6d6;
  border-bottom: none;
  box-shadow: 0 10px 10px -1px rgba(0, 0, 0, 0.25);
}

ul.topical-tabs.tab-menu-full {
  display: block;
}

ul.topical-tabs li {
  line-height: 48px; font-size: 14px; 
  color: #9a9b9c;
  border-bottom: 1px solid #d6d6d6;
  cursor: pointer; font-weight: 600;
}

ul.topical-tabs li.current, ul.topical-tabs li:hover {
  color: #312e2f;
}

@media only screen and (min-width: 768px) {

  .topical-tab-wrap {
    height: 60px; background: #edecec;
  }

  .topical-tab-wrap .tab-menu-ctrl {
    right: auto; left: 50%; height: 68px;
    width: 420px; border-bottom: none;
    padding-top: 8px; margin-top: -8px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  ul.topical-tabs {
    top: 60px;
  }

}

@media only screen and (min-width: 1025px) {

  .topical-tab-wrap .tab-menu-ctrl {
    display: none;
  }

  ul.topical-tabs, ul.topical-tabs.tab-menu-full {
    display: table; table-layout: fixed; position: static;
    top: auto; left: auto; width: 100%;
    background: none; max-width: 1280px;
    -webkit-transform: none; transform: none;
    border: none; box-shadow: none;
    height: 72px; margin: -8px auto 0;
  }

  .about-tab-section ul.topical-tabs, .about-tab-section ul.topical-tabs.tab-menu-full {
    max-width: 680px;
  }

  ul.topical-tabs li {
    line-height: 1.25; font-size: 14px; 
    color: #636363; border-bottom: none;
    display: table-cell; padding: 8px 8px 0;
    vertical-align: middle; height: 72px;
  }

  ul.topical-tabs li.current {
    background: #fff;
  }

}

/*------------------------------------*\
 CAREERS
\*------------------------------------*/

h2.topical-sub-title {
  font-family: 'Open Sans', sans-serif;
  font-size: 24px; line-height: 1.25;
  color: #c7446c; font-weight: 600;
  margin-bottom: 20px; position: relative;
}

h2.topical-sub-title img {
  width: 60px; margin: 0 0 6px -6px;
}

.topical-summary {
  display: none;
}

.topical-cta .arrow-link, .topical-cta .arrow-link > i.material-icons {
  color: #c7446c;
}

.joblistings {
  padding: 60px 0;
}

@media only screen and (min-width: 768px) {

  .topical-intro-wrap {
    width: 700px; margin: 0 auto;
  }


  h2.topical-sub-title {
    font-size: 18px; line-height: 1.3;
    margin-bottom: 6px; padding-left: 76px;
  }

  h2.topical-sub-title br {
    display: none;
  }

  h2.topical-sub-title img {
    margin: 0; position: absolute;
    top: -8px; left: 0;
  }

  .topical-summary {
    display: block; padding-left: 76px;
    font-size: 14px; margin-bottom: 24px;
  }

  .topical-cta {
    text-align: right;
  }

}

@media only screen and (min-width: 1025px) {

  .topical-intro-wrap {
    width: 100%;
  }

  .topical-intro {
    width: 48%; float: right;
  }

  .topical-intro:first-of-type {
    float: left;
  }

  h2.topical-sub-title {
    font-size: 25px; line-height: 1.25;
    margin-bottom: 0; padding-left: 102px;
  }

  h2.topical-sub-title img {
    top: -8px; left: -20px;
    width: 90px;
  }

  h2.topical-sub-title br {
    display: block;
  }

  .topical-summary {
    padding-left: 0;
    font-size: 16px;
  }

}

/*------------------------------------*\
 CARD PROFILES
\*------------------------------------*/

.profiles .row {
  display: flex;
    flex-wrap: wrap;
}

.card.card-profile {
  margin-bottom: 40px;
}

.card-profile .card-img-wrap {
  border-bottom: 5px solid #690070;
}

.card-profile .card-inner {
  padding: 0 16px;
}

.card-profile .card-heading {
  height: auto; display: block;
  padding: 32px 0 0; text-align: center;
}

.card-profile h3 {
  font-size: 18px; font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.card-profile .card-body {
  font-size: 14px; height: auto;
  min-height: 56px; margin-bottom: 0;
}

.profile-title {
  text-align: center; margin-bottom: 12px;
}

.profile-bio {
  font-size: 12px; display: none;
}

.profile-bio p {
  margin-bottom: 10px;
}

.btn-showbio {
  font-family: 'Gotham', 'Open Sans', sans-serif;
  font-size: 14px; line-height: 24px;
  color: #508eca; font-weight: 700;
}

.btn-showbio > i {
  vertical-align: top;
  font-size: 24px; color: #508eca;
}

@media only screen and (min-width: 768px) {

  .profile-bio {
    font-size: 13px;
  }

}

@media only screen and (min-width: 1025px) {
}

/*------------------------------------*\
 CORPORATE GIVING
\*------------------------------------*/

.container.corporate-giving-container {
  max-width: 844px;
}

.tab-section .corporate-giving-container h2 {
  margin-bottom: 20px;
}

.corporate-giving-container p {
  margin-bottom: 20px;
}

.corporate-giving-images {
  padding: 40px 0;
  margin: 40px -20px 40px;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  position: relative;
  z-index: 1;
  -webkit-overflow-scrolling: touch;
  background: #edecec;
}

.corporate-giving-images img {
  width: 300px; display: inline-block;
  margin-left: 20px;
  overflow-wrap: break-word;
  white-space: normal;
}

.corporate-giving-container ul {
  display: block;
  list-style: disc;
  padding-left: 16px;
}

@media only screen and (min-width: 768px) {

  .container.corporate-giving-container {
    text-align: center;
  }

  .corporate-giving-container ul {
    display: inline-block;
    margin: 0 20px;
  }

  .corporate-giving-container ul li {
    text-align: left;
  }

  .corporate-giving-images img {
    width: 400px;
  }

}

@media only screen and (min-width: 844px) {

  .corporate-giving-images {
    margin: 30px 0;
    overflow-x: hidden;
    overflow-y: hidden;
    white-space: normal;
    background: #fff;
  }

  .corporate-giving-images img {
    width: 248px; display: block;
    float: left; margin: 10px;
  }

}

/*------------------------------------*\
  INTERNSHIP PROGRAM
\*------------------------------------*/

.container.internship-intro {
  text-align: center;
  max-width: 796px;
  margin-bottom: 40px;
}

.tab-content .container.internship-intro h2 {
  margin-bottom: 24px;
}

.container.internship-container {
  max-width: 1140px;
}

.internship-section {
  margin-bottom: 40px;
}

.internship-section h3  {
  font-family: 'Open Sans', sans-serif;
  font-size: 22px; margin-bottom: 16px;
}

.internship-section ul {
  list-style: disc;
  margin-left: 20px;
  padding-left: 16px;
}

.internship-images {
  padding: 40px 0;
  margin: 40px -20px 40px;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  position: relative;
  z-index: 1;
  -webkit-overflow-scrolling: touch;
  background: #edecec;
}

.internship-images img {
  width: 300px; display: inline-block;
  margin-left: 20px;
  overflow-wrap: break-word;
  white-space: normal;
}

@media only screen and (min-width: 768px) {

  .internship-images img {
    width: 400px;
  }

}

@media only screen and (min-width: 1025px) {

  .container.internship-intro {
    margin-bottom: 72px;
  }

  .internship-info {
    width: 48%; float: left;
  }

  .internship-images {
    overflow-x: hidden;
    overflow-y: hidden;
    white-space: normal;
    background: #fff;
    width: 48%; float: right;
    margin: 0; padding: 0;
  }

  .internship-images img {
    width: 46%; display: block;
    float: left; margin: 2%;
  }

  .internship-images img:first-of-type {
    width: 96%;
  }

  .internship-section ul li {
    margin-bottom: 4px;
  }

}

/*------------------------------------*\
  ENVIRONMENTAL TAB
\*------------------------------------*/

.environmental {
  font-size: 14px;
}

.environmental h3 {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px; margin-bottom: 12px;
}

.environmental p {
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {

  .environmental {
    font-size: 16px;
  }

  .environmental h3 {
    font-size: 22px; margin-bottom: 16px;
  }

}

/*------------------------------------*\
 FAQ
\*------------------------------------*/

.container.faq-container {
  max-width: 1170px;
}

.accordion {
  background: #fff;
}

.accordion-section {
  margin-top: 6px;
}

.accordion-ctrl {
  position: relative; cursor: pointer;
  padding: 12px 36px 12px 8px; background: #edecec;
}

.accordion-ctrl i.material-icons {
  vertical-align: top; position: absolute;
  font-size: 30px; color: #312e2f;
  right: 2px; top: 10px;
}

.accordion-body {
  background: #fafafa; font-size: 14px;
  padding: 20px; display: none;
}

.switch {
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

.switch.down {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media only screen and (min-width: 1025px) {

  .accordion-ctrl {
    padding: 12px 40px;
    font-size: 18px;
  }

  .accordion-ctrl i.material-icons {
    right: 12px;
  }

  .accordion-body {
    font-size: 16px; padding: 40px;
  }

}

/*------------------------------------*\
 ABOUT
\*------------------------------------*/

.topical-about-intro {
  padding-top: 10px;
}

.topical-about-intro h2 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600; font-size: 25px;
  color: #ffc107; margin-bottom: 12px;
}

.topical-about-intro li {
  position: relative; padding-left: 20px;
  margin-bottom: 5px; line-height: 1.3;
}

.topical-about-intro li:before {
  display: block; 
  position: absolute; left: 4px;
  content: "Ã¢â‚¬â€œ";
}

/*------------------------------------*\
  RESPONSIVE TABLE
\*------------------------------------*/

table {
    border-collapse: collapse;
    border-spacing: 0; width: 100%;
    border: 1px solid #e3e3e3;
    margin-bottom: 40px;
    font-size: 14px;
}

td, th {
    padding: 12px;
}

td {
    border-top: 1px solid #e3e3e3;
}

th {
  text-align: left; font-weight: 600;
  text-transform: uppercase;
  background-color: #f2f2f2;
}

table tr:nth-child(even) td {
    background-color: #f2f2f2;
}

@media screen and (max-width: 767px) {
  
  thead {display: none;}

  tr:nth-of-type(2n) {
    background-color: #fefefe;
  }

  td, th {
      border-top: none;
      padding: 12px;
  }

  tbody td {
    display: block; 
    text-align:left;
  }

  tbody td:before { 
      content: attr(data-th); 
      display: block;
      text-align:left;  
      font-weight:600;
      text-transform: uppercase;
      font-size: 12px;
  }

}

.searchresults-form-wrap {
  background: #fff; padding: 30px 0;
}

.searchresults-form-inner {
  max-width: 696px; margin: 0 auto;
}

.searchresults {
  background: #edecec; padding: 0 0 48px;
}

.searchresults-container {
  max-width: 1280px; margin: 0 auto;
  position: relative;
  z-index: 1;
}

/*REFINE*/

.refine-inner {
  background: #fff; padding: 30px 0;
}

.refine-inner.shadow:before, .refine-inner.shadow:after {
    left: 30px; right: 30px;
}

.refine-inner.shadow:after {
  left: auto; right: 30px;
}

.refine-ctrl {
  text-align: center; padding: 12px 0;
  cursor: pointer; line-height: 24px;
  font-weight: 600; cursor: pointer;
}

.refine-ctrl i.material-icons {
  vertical-align: top; font-size: 24px;
}

.refine-main {
  display: none;
}

.refine-tags {
  margin-bottom: 20px; padding: 0 16px;
}

.refine-tag {
  background: #4d4f53; font-size: 12px;
  position: relative; display: inline-block;
  vertical-align: top; line-height: 1;
  padding: 12px 48px 12px 10px; color: #edecec;
  margin: 0 5px 10px 0;
}

.refine-tag i.material-icons {
  color: #edecec; vertical-align: top;
  font-size: 20px; position: absolute;
  top: 8px; right: 6px; cursor: pointer;
}

.refine-menu-ctrl {
  background: #edecec; cursor: pointer;
  padding: 16px; position: relative;
  font-weight: 600; border-bottom: 1px solid #d6d6d6;
}

.refine-menu-ctrl i.material-icons {
  vertical-align: top; font-size: 18px;
  position: absolute; top: 19px;
  right: 12px;
}

.refine-menu {
  padding: 12px 0; display: none;
  max-height: 372px;
  overflow-y: scroll;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.refine-menu label {
  display: block; font-size: 14px;
  padding: 4px 8px 4px 24px;
}

/*RESULTS*/

.results {
  padding: 48px 16px 0;
}

.results-top {
  margin-bottom: 40px;
}

.results-date-filter {
  margin-bottom: 22px;
}

.results-total {
  text-align: center;
}

.result {
  position: relative;
}

.result .card-plain .card-heading {
  height: auto; display: block;
  margin-bottom: 16px;
}

.result .card-plain .card-body {
  height: auto; display: block;
}

@media only screen and (min-width: 768px) {

  .results-date-filter {
    margin-bottom: 0; width: 330px;
    float: left;
  }

  .results-total {
    text-align: right; float: right;
    line-height: 50px;
  }

}

@media only screen and (min-width: 1025px) {

  .searchresults-container {
    padding: 120px 20px 60px;
  }

  .refine-wrap {
    float: left; width: 36%;
  }

  .refine-inner {
    padding: 48px 30px 40px;
  }

  .refine-tags {
    padding: 0;
  }

  .results {
    float: right; width: 60%;
    padding: 0;
  }

  .refine-ctrl {
    pointer-events: none; text-align: left;
    font-size: 22px; color: #4d4f53;
    margin-bottom: 20px;
  }

  .refine-ctrl i.material-icons {
    display: none;
  }

  .refine-main {
    display: block;
  }

  .refine-menu-ctrl {
    pointer-events: none;
  }

  .refine-menu-ctrl i.material-icons {
    display: none;
  }

  .refine-menu {
    display: block;
  }

}

/*------------------------------------*\
 SSL SUBCATEGORIES
\*------------------------------------*/

.ssl-banner h1 {
  font-size: 25px;
}

.ssl-banner .subcat-info p:first-of-type {
    color: #ffc107; font-size: 16px;
    font-weight: 300;
}

.ssl-products {
  padding: 60px 0;
}

.ssl-product {
  padding: 0 8px; position: relative;
  margin-bottom: 30px; z-index: 1;
}

.ssl-card {
  background: #fbfafa;
}

.ssl-card-header {
  background: #312e2f; padding: 22px 8px;
  text-align: center; position: relative;
  border-bottom: 5px solid #946199;
}

body.ssl-certificates-category .ssl-product:first-of-type .ssl-card-header {
  border-bottom: 5px solid #a0e499;
}

.ssl-special {
  position: absolute; top: 0; right: 0; bottom: 0; width: 98px; z-index: 10;
  background: -webkit-linear-gradient(45deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 50%,#ffc107 50%, #ffc107 50%, #ffc107 100%);
  background: linear-gradient(45deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 50%,#ffc107 50%, #ffc107 50%, #ffc107 100%);
}

.ssl-special img {
  position: absolute; top: 8px; right: 8px;
  width: 36px; z-index: 11;
}

.ssl-preheader {
  font-size: 12px; font-weight: 700;
  letter-spacing: 1px; color: #946199;
  margin-bottom: 8px;
}

.ssl-product:first-of-type .ssl-preheader img {
  width: 16px; display: inline-block;
  vertical-align: top; margin-right: 6px;
}

.ssl-product:nth-of-type(2) .ssl-preheader img {
  width: 22px; display: inline-block;
  vertical-align: top; margin-right: 4px;
}

body.ssl-certificates-category .ssl-product:first-of-type .ssl-preheader {
  color: #a0e499;
}

.ssl-card-header h3 {
  font-family: 'Open Sans', sans-serif;
  font-size: 22px; color: #dfdddd;
  font-weight: 400px;
}

.ssl-card-body {
  padding: 20px 12px;
}

.ssl-pricing-wrap {
  text-align: center;
}

.ssl-pricing {
  display: inline-block; vertical-align: top;
  padding: 0 2px 20px; font-size: 12px;
  line-height: 36px;
}

.ssl-pricing.ssl-price {
  font-size: 36px;
}

.ssl-features {
  font-size: 14px;
}

.ssl-features-intro {
  font-weight: 700; font-size: 12px;
  text-transform: uppercase;
  line-height: 1; margin-bottom: 8px;
  letter-spacing: 1px;
}

.ssl-features ul {
  margin-bottom: 20px;
}

.ssl-features ul li {
  border-top: 2px solid #edecec;
  line-height: 1.35; padding: 8px 0;
}

.ssl-features ul li:first-child {
  border-top: none;
}

.ssl-links {
  margin-bottom: 16px; text-align: center;
}

.btn-ssl {
  width: 48%; display: block; text-align: center;
  font-size: 13px; font-weight: 700; text-transform: uppercase;
  letter-spacing: 1px; line-height: 48px;
  -webkit-transition: background 0.25s linear, color 0.25s linear;
    transition: background 0.25s linear, color 0.25s linear;
}

.btn-buynow {
  float: left; background: #508eca;
  color: #fff;
}

.btn-buynow:hover {
  background: #4379ad;
}

.btn-renew {
  float: right; line-height: 44px;
  border: 2px solid #508eca;
  color: #508eca;
}

.btn-renew:hover {
  background: #508eca; color: #fff;
}

.ssl-manage .ssl-card-body {
  font-size: 14px;
}

.ssl-manage .ssl-features-intro {
  margin-bottom: 16px;
}

.ssl-manage p {
  margin-bottom: 16px;
}

.cta-ssl {
  background: #edecec; padding: 30px 16px;
  text-align: center;
}

.cta-ssl-text {
  font-family: 'Gotham', 'Open Sans', sans-serif;
  font-size: 18px; font-weight: 300;
  margin-bottom: 16px;
}

@media only screen and (min-width: 768px) {

  .ssl-banner .subcat-media {
    padding-top: 0;
  }

  .ssl-banner h1 {
    font-size: 32px;
  }

  .ssl-banner .subcat-info {
    padding-left: 0;
  }

  .ssl-banner .subcat-info p:first-of-type {
      font-size: 24px;
  }

  .ssl-products {
    padding: 72px 0;
  }

  .container-ssl {
    max-width: 1340px;
    margin: 0 auto;
    padding: 0 20px;
  }

  .ssl-product {
    margin: 0 auto 30px;
    max-width: 900px;
    padding: 0 20px;
  }

  .ssl-card-header {
    padding: 32px 8px;
  }

  .ssl-special {
    width: 142px;
  }

  .ssl-special img {
    position: absolute; top: 15px; right: 13px;
    width: 52px; z-index: 11;
  }

  .ssl-preheader {
    font-size: 14px;
    margin-bottom: 12px;
  }

  .ssl-card-header h3 {
    font-size: 36px;
  }

  .ssl-card-body {
    padding: 36px 8px 30px 36px;
  }

  .ssl-inner {
    display: table; width: 100%;
    margin-bottom: 60px;
  }

  .ssl-pricing-wrap {
    display: table-cell;
    vertical-align: middle;
    width: 36%;
  }

  .ssl-pricing {
    display: block;
    padding: 0; font-size: 16px;
    line-height: 1;
  }

  .ssl-pricing.ssl-price {
    font-size: 56px; margin: 4px 0;
  }

  .ssl-features {
    font-size: 16px; display: table-cell;
    border-right: 2px solid #edecec;
    width: 64%; padding-right: 10%;
  }

  .ssl-features-intro {
    font-size: 14px;
  }

  .ssl-links {
    text-align: left;
  }

  .ssl-btns {
    width: 64%;
  }

  .ssl-manage .ssl-card-body {
    font-size: 16px;
  }

  .ssl-manage .ssl-features-intro {
    margin-bottom: 20px;
  }

  .ssl-manage p {
    margin-bottom: 20px;
  }

  .cta-ssl-text {
    font-size: 24px;
  }

}

@media only screen and (min-width: 1025px) {

  .ssl-banner .subcat-inner {
    margin-bottom: 60px;
  }

  .ssl-banner .subcat-info p:first-of-type {
      font-size: 48px; line-height: 1.2;
  }

  .ssl-products {
    padding: 96px 0;
  }

  .cta-ssl-text {
    display: inline-block;
    font-size: 32px;
  }

}

@media only screen and (min-width: 1190px) {

  .ssl-product {
    margin: 0 0 40px;
    width: 50%; float: left;
  }

  .ssl-card-body {
    min-height: 436px; position: relative;
    padding: 36px 8px 80px 36px;
  }

  .ssl-manage .ssl-card-body {
    min-height: 0;
    padding: 36px;
  }

  .ssl-btns {
    position: absolute; bottom: 30px;
    width: 60%;
  }

}

@media only screen and (min-width: 1272px) {

  .cta-ssl-text {
    margin-bottom: 0; line-height: 50px;
    margin-right: 36px;
  }

}

/*------------------------------------*\
 SSL PRICING TABLE
\*------------------------------------*/

table.pricing {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 0;
  border-left: 1px solid #edecec;
  border-right: 1px solid #edecec;
  margin-bottom: 40px;
  font-size: 16px;
  background: #fff
}

table.pricing td, table.pricing th {
  padding: 12px;
  text-align: center;
  vertical-align: middle;
}

table.pricing tbody td {
  border-top: 1px solid #edecec;
}

table.pricing th {
  text-align: center;
  font-weight: 600;
  text-transform: none;
  background-color: #fbfbfb;
}

table.pricing tbody tr:nth-child(odd) td {
  background-color: #fff;
}

table.pricing tbody tr:nth-child(even) td {
  background-color: #edecec;
}

span.pricing-cost {
  display: inline-block;
  font-weight: 400;
  color: #946199;
  font-size: 46px;
  vertical-align: middle;
}

span.pricing-label {
  display: inline-block;
  vertical-align: middle;
  padding-left: 4px;
}

.pricing-disclaimer {
  font-size: 14px;
}

@media screen and (max-width: 1024px) {

  table.pricing {
    font-size: 14px;
  }

  span.pricing-cost {
    font-size: 32px;
  }

}

@media screen and (max-width: 767px) {

  table.pricing {
    border-top: 1px solid #edecec;
    border-left: none; border-right: none;
  }

  table.pricing thead {
    display: none;
  }

  table.pricing tbody tr:nth-child(odd) td {
    background: none;
  }

  table.pricing tbody tr:nth-child(even) td {
    background: none;
  }

  table.pricing td, table.pricing th {
    border-top: none; padding: 12px;
    border-left: 1px solid #edecec;
    border-right: 1px solid #edecec;
  }

  table.pricing tbody td {
    display: block;
    text-align: center;
  }

  table.pricing tbody td:before {
    content: attr(data-th);
    display: block;
    text-align: center;
    font-weight: 600;
    text-transform: none;
    font-size: 14px;
  }

  table.pricing tbody td.price-type-cell:before, table.pricing tbody td.btn-cell:before {
    display: none;
  }

  table.pricing tbody td.price-type-cell {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
  }

  table.pricing tbody td.btn-cell {
    padding: 16px 12px;
    border-bottom: 1px solid #edecec;
  }

  table.pricing tbody tr:nth-child(odd) td.price-type-cell,
  table.pricing tbody tr:nth-child(even) td.price-type-cell {
    background: #edecec;
  }

  table.pricing tbody tr:nth-child(odd) td.btn-cell,
  table.pricing tbody tr:nth-child(even) td.btn-cell {
    background: #fbfbfb;
  }

}

.container-pricing {
  padding: 0 16px;
  margin: 0 auto;
  position: relative;
  max-width: 1220px;
}

.pricing-table {
  display: none;
}

@media only screen and (min-width: 768px) {

  .container-pricing {
    padding: 0 40px;
  }

}
.error {
    color: #ff0000;
  }
input.error, textarea.error {
    border-color: #ff0000;
  }
.required label:after {
    color: #e32;
    content: ' *';
    display:inline;
}

/* Temp Fixes */
/* ---------- */

/* Technical Support */
section.support-section {
	height: 50px;
    overflow: hidden;
    padding: 0;
    margin: 0;
}
section.support-section .support-headline,
section.support-section .container { display:none; }

/* Hide Videos Button */
ul.main-menu-list li.dropdown:nth-child(3) .dropdown-content-inner.cf .dropdown-col:nth-child(2) a.dropdown-cat:last-child { display:none; }

/* Careers Page Banner */
body.page-topical-careers .page-header-section { 
	background-image: url(/-/media/images/banners-and-page-images/banners-1920x558/banner-products-overview-lrg.ashx);
	padding: 150px 0 120px;
}
body.page-topical-careers .page-header-section h1.page-title { color:#312e2f; }

/*
############################################################
# Newsroom Landing Page
############################################################
*/

.card-press-release .card-pre-title {
  color: #946199;
}
.card-press-release .byline-title {
  margin-bottom: 10px;
}

.card-news.card-press-release {
  min-height: 380px;
}

.categories-news-headline {
  font-size: 32px;
}

.categories-news-section {
  margin: 0 auto;
  max-width: 860px;
  padding: 40px 20px 0;
  text-align: center;
}

.categories-news-subheadline {
  font-size: 20px;
  margin-bottom: 30px;
}

.media-inquiries {
  margin-bottom: 20px;
}


.press1 h2,
.press2 h2 {
  font-size: 25px;
  margin-bottom: 36px;
  text-align: center;
}

.press-release-section {
  padding: 40px 0 20px;
}

.press-release-section .viewoptions-wrap {
  display: block;
  position: relative;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: left;
  padding: 0;
}

.card-news .card-img-wrap,
.card-press-release .card-img-wrap,
.card-news-article {
    flex: 0 0 auto; /* IE11 img height fix */
}

@media only screen and (min-width: 768px) {
  .card-news.card-press-release {
    min-height: 460px;
  }

  .categories-news-section {
    max-width: 860px;
    padding: 30px 20px 36px;
    text-align: center;
  }
}

@media only screen and (min-width: 1025px) {
  .press-release-section {
    padding: 0 0 40px;
  }

  .press1 h2,
  .press2 h2 {
    text-align: left;
    font-size: 32px;
    margin-bottom: 20px;
  }
}

/*
############################################################
# Blog Landing Page
############################################################
*/

.card-blog .card-pre-title {
  color: #C7446C;
}
.card-blog .byline-title {
  font-size: 14px;
  margin-bottom: 10px;
}

.card-news.card-blog {
  min-height: 380px;
}

.categories-news-headline {
  font-size: 42px;
  text-align: center;
  margin: 20px auto 0;
}

.categories-news-section {
  margin: 0 auto;
  max-width: 860px;
  padding: 60px 20px 0;
  text-align: center;
}

.categories-news-subheadline {
  font-size: 20px;
  margin-bottom: 30px;
}

.media-inquiries {
  margin-bottom: 20px;
}


.blog1 h2,
.blog2 h2 {
  font-size: 25px;
  margin-bottom: 36px;
  text-align: center;
}

.blog-section {
  padding: 60px 0 20px;
}

.blog-section .viewoptions-wrap {
  display: block;
  position: relative;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: left;
  padding: 0;
}

@media only screen and (min-width: 768px) {
  .card-blog .byline-title {
    font-size: 12px;
  }

  .card-news.card-blog {
    min-height: 460px;
  }

  .categories-news-section {
    max-width: 860px;
    padding: 30px 20px 36px;
    text-align: center;
  }
}

@media only screen and (min-width: 1025px) {
  .card-blog .byline-title {
    font-size: 14px;
  }

  .blog-section {
    padding: 72px 0 40px;
  }

  .blog1 h2,
  .blog2 h2 {
    text-align: left;
    font-size: 22px;
    margin-bottom: 20px;
  }
}

/*
############################################################
# Article Page
############################################################
*/


.card-tags {
  color: #508ECA;
  text-transform: none;
}

.card-thumbnail {
    padding-bottom: 20px;
  width: 100%;
}

.card-content {
  position: relative;
}

.card-inner.has-thumbnail {
  padding-bottom: 20px;
  padding-left: 20px;
  position: relative;
}

.card-inner img {
  
}

.card-body h3.text-right {
  text-align: left;
}

@media only screen and (min-width: 768px) {
  .card-body h3.text-right {
    text-align: right;
  }
}

@media only screen and (min-width: 480px) {
  .card-thumbnail {
    width: 150px;
    left: 20px;
    top: 20px;
    position: absolute;
  }

  .card-inner.has-thumbnail {
    position: relative;
    padding-left: 190px;
  }
}

/*
############################################################
# Blog Detail Page
############################################################
*/

.blog-author {
  border-top: 1px solid #d0d0d0;
  padding: 20px 0;
  min-height: 150px;
  position: relative;
}

.blog-author.has-thumbnail {
  padding: 20px 0;
}

.blog-author img.blog-author-thumbnail {
  margin: 0 0 15px;
  position: relative;
  width: 100%;
}

.blog-author-thumbnail {
  width: 100px;
}

@media only screen and (min-width: 476px) {
  .blog.author {
    padding: 20px 0;
  }

  .blog-author.has-thumbnail {
    padding: 20px 25px 25px 175px;
  }

  .blog-author img.blog-author-thumbnail {
    margin: 0;
    width: 150px;
    position: absolute;
    top: 25px;
    left: 0;
  }
}

.post-sidebar .media-inquiries h3 {
    font-weight: bold;
    margin-bottom: 0;
}
.post-sidebar .media-inquiries p {
    margin-bottom: 0;
}
.post-sidebar .media-inquiries {
    margin-bottom: 20px;
}

/*
############################################################
# Wistia Video
############################################################
*/

.wistia-thumbnail {
    left: 20px;
    top: 20px;
  } 

@media only screen and (min-width: 480px) {
  .wistia_responsive_wrapper {
    width: 150px;
    left: 0;
    top: 0;
    position: absolute;
  }

  .wistia-thumbnail {
    left: 20px;
    top: 0;
  }    
}

/*
############################################################
# Flexbox Equal Column Height
############################################################
*/

.row-flex,
.row-flex > div[class*='col-'] {  
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex: 1 1 auto;
}

.row-flex-wrap {
	-webkit-flex-flow: row wrap;
    align-content: flex-start;
    flex: 0;
}

.row-flex > div[class*='col-'],
.container-flex > div[class*='col-'] {
	 margin: -.2px; /* adjust for wrapping */
}

.container-flex > div[class*='col-'] div,
.row-flex > div[class*='col-'] div {
	width: 100%;
}

.flex-col {
    display: flex;
    display: -webkit-flex;
    flex: 1 100%;
	flex-flow: column nowrap;
}

.flex-grow {
	display: flex;
    -webkit-flex: 2;
    flex: 2;
}

@media only screen and (max-width: 768px) {
    .row-flex,
    .row-flex > div[class*='col-'],
    .flex-col,
    .flex-grow {
        display: block;
    }

    .card-news.card-press-release {
        min-height: initial;
    }
}

.scChromeDropDown img, 
.scChromeControls img {
    width: auto;
    display: initial;
    height: initial;
}

img.sc_DropDownItemImage {
    width: initial;
    display: initial;
}



body.editor header {
  position: relative
}

@media only screen and (min-width: 1220px) {
  body.editor .nav-language .dropdown-content {
    position: absolute;
    right: 0;
  }

  body.editor .searchmode .navsearch {
    position: absolute;
  }
}