@charset "UTF-8";
/*
==================================
Radial Sass Structure
Written By: Neil Thomas, Zoe Steel, Ben Chudyk
==================================
*/
/* FONTS */
@import url("https://fonts.googleapis.com/css?family=Exo+2:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");
@import url("https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i");
@import url("https://fonts.googleapis.com/css?family=Lora:400,400i");
/* Colors */
/* MEDIA QUERIES */
/* IMPORT ALL PARTIALS */
/* $S:     480px;   
$M:     600px;     
$L:     768px;
*/
/*$S:     576px;   
$M:     768px;     
$L:     992px;
*/
/* $S:     480px;   
$M:     600px;     
$L:     1000px;    
*/
/*
==============================
Mixins
==============================
*/
/*
==============================
Linear Gradient
==============================
*/
/*
==============================
Components
==============================
*/
.btn {
  text-decoration: none;
  display: inline-block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
  font-family: "Exo 2", sans-serif !important;
  font-size: 1.6rem !important;
  text-transform: uppercase !important;
  font-weight: 700 !important;
  -webkit-box-shadow: 0 4px 2px -1px rgba(16, 16, 159, 0.1);
  -moz-box-shadow: 0 4px 2px -1px rgba(16, 16, 159, 0.1);
  box-shadow: 0 4px 2px -1px rgba(16, 16, 159, 0.1);
}
.btn.nopointer {
  cursor: auto;
}

.btn:hover, .btn:focus {
  /*Default in Case there's no specfications*/
  color: #ffffff;
  background-color: #949494;
}

.btn:active {
  color: inherit;
}

/* Colors */
.slate {
  color: #ffffff !important;
  background-color: #445870;
}
.slate:hover, .slate:focus {
  color: #ffffff !important;
  background-color: #768699;
}

.red {
  color: #ffffff !important;
  background-color: #EB2D2E;
}
.red:hover, .red:focus {
  color: #ffffff !important;
  background-color: #ED7A7B;
}

.red-white {
  background-color: #FFFFFF;
  color: #EB2D2E !important;
}
.red-white:hover, .red-white:focus {
  color: #FFF !important;
  background-color: #EB2D2E !important;
}

.red-white-inverse {
  background-color: #EB2D2E !important;
  color: #FFFFFF;
}
.red-white-inverse:hover, .red-white-inverse:focus {
  background-color: #FFF !important;
  color: #EB2D2E !important;
}

.white {
  color: #445870 !important;
  background-color: #FFFFFF;
}
.white:hover, .white:focus {
  color: #FFF !important;
  background-color: #445870 !important;
}

.grey {
  color: #333333 !important;
  background-color: #C6C6C6;
}
.grey:hover, .grey:focus {
  color: #333333 !important;
  background-color: #C6C6C6;
}

.dark-grey {
  color: white !important;
  background-color: #545454;
}
.dark-grey:hover, .dark-grey:focus {
  color: white !important;
  background-color: #545454;
}

.cd-morph-dropdown {
  position: absolute;
  left: 0px;
  width: 100%;
  height: 60px;
  background-color: white;
  z-index: 3;
}
.cd-morph-dropdown ul {
  padding: 0px;
}
.cd-morph-dropdown ul > li {
  cursor: pointer;
}
.cd-morph-dropdown .dropdown-list ul {
  list-style-type: none;
}
.cd-morph-dropdown .dropdown-list > ul > li {
  margin-bottom: 20px;
}
.cd-morph-dropdown .dropdown-list .dropdown .mobile-header {
  display: block;
  margin-bottom: 0px;
  padding-bottom: 0px;
  line-height: 3rem;
}
.cd-morph-dropdown .dropdown-list .dropdown .mobile-header:after {
  content: "\f3d0";
  font-family: "Ionicons";
  padding-left: 5px;
}
@media (min-width: 768px) {
  .cd-morph-dropdown .dropdown-list .dropdown .mobile-header {
    display: none;
  }
  .cd-morph-dropdown .dropdown-list .dropdown .mobile-header:after {
    content: "";
  }
}
.cd-morph-dropdown .dropdown-list .dropdown .radial-dropdown.show .mobile-header:after {
  content: "\f3d8";
  font-family: "Ionicons";
  padding-left: 5px;
}
.cd-morph-dropdown .dropdown-list .dropdown .radial-dropdown.show .sub-items {
  max-height: 1000px;
}
.cd-morph-dropdown .dropdown-list .dropdown .radial-dropdown.show .footer {
  max-height: 500px;
  padding: 12px;
  margin-top: 10px;
}
.cd-morph-dropdown .dropdown-list .dropdown .radial-dropdown .sub-items {
  -webkit-transition: max-height 0.4s ease-out;
  -moz-transition: max-height 0.4s ease-out;
  -ms-transition: max-height 0.4s ease-out;
  -o-transition: max-height 0.4s ease-out;
  transition: max-height 0.4s ease-out;
  max-height: 0px;
  padding-left: 20px;
  list-style-type: none;
  overflow: hidden;
}
.cd-morph-dropdown .dropdown-list .dropdown .radial-dropdown .sub-items li > ul {
  list-style-type: none;
}
.cd-morph-dropdown .dropdown-list .dropdown .radial-dropdown .sub-items h2 {
  margin-bottom: 10px;
  margin-top: 15px;
}
@media (min-width: 768px) {
  .cd-morph-dropdown .dropdown-list .dropdown .radial-dropdown .sub-items {
    margin-top: 0px;
    padding-left: 0px;
    max-height: 500px;
  }
}
.cd-morph-dropdown .dropdown-list .dropdown .radial-dropdown .footer {
  width: 100%;
  background: #F4F8FA;
  text-align: left;
  max-height: 0px;
  overflow: hidden;
  padding: 0px;
  -webkit-transition: max-height 0.4s ease-out;
  -moz-transition: max-height 0.4s ease-out;
  -ms-transition: max-height 0.4s ease-out;
  -o-transition: max-height 0.4s ease-out;
  transition: max-height 0.4s ease-out;
}
@media (min-width: 768px) {
  .cd-morph-dropdown .dropdown-list .dropdown .radial-dropdown .footer {
    padding-left: 0px;
    max-height: 500px;
    padding: 5px;
  }
}
.cd-morph-dropdown .dropdown-list .dropdown .radial-dropdown .footer .cta-text {
  padding-left: 18px;
  text-align: center;
}
.cd-morph-dropdown .dropdown-list .dropdown .radial-dropdown .footer h3 {
  font-family: "Exo 2", sans-serif;
  font-size: 1.8rem;
  color: #445870;
}
.cd-morph-dropdown .dropdown-list .dropdown .radial-dropdown .footer .cta-btn {
  text-align: center;
}
@media (min-width: 768px) {
  .cd-morph-dropdown .dropdown-list .dropdown .radial-dropdown .footer .cta-btn {
    text-align: right;
  }
}
.cd-morph-dropdown .dropdown-list .dropdown .radial-dropdown .footer .cta-btn .btn {
  font-size: 1.6rem;
  padding: 7px 20px;
  font-weight: bold;
}
.cd-morph-dropdown .dropdown-list .single-item a {
  color: #333333;
}
.cd-morph-dropdown .dropdown-list .single-item a h2 {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 3rem;
}
@media (min-width: 768px) {
  .cd-morph-dropdown {
    position: relative;
    left: auto;
  }
}
.cd-morph-dropdown::before {
  /* never visible - used in JS to check mq */
  content: 'mobile';
  display: none;
}
.cd-morph-dropdown .mobile-search {
  position: absolute;
  right: 70px;
  width: 25px;
  height: 25px;
  top: 18px;
  cursor: pointer;
}
.cd-morph-dropdown .mobile-search img {
  width: 100%;
}
.cd-morph-dropdown .nav-trigger {
  /* menu icon - visible on small screens only */
  position: absolute;
  top: 0;
  right: 0;
  height: 60px;
  width: 60px;
  /* replace text with icon */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  color: transparent;
}
.cd-morph-dropdown .nav-trigger span, .cd-morph-dropdown .nav-trigger span::after, .cd-morph-dropdown .nav-trigger span::before {
  /* these are the 3 lines of the menu icon */
  position: absolute;
  background-color: #333333;
  height: 3px;
  width: 26px;
}
.cd-morph-dropdown .nav-trigger span {
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  transform: translateX(-50%) translateY(-50%);
  transition: background-color .3s;
}
.cd-morph-dropdown .nav-trigger span::after, .cd-morph-dropdown .nav-trigger span::before {
  content: '';
  left: 0;
  transition: transform .3s;
}
.cd-morph-dropdown .nav-trigger span::before {
  transform: translateY(-9px);
}
.cd-morph-dropdown .nav-trigger span::after {
  transform: translateY(9px);
}
.cd-morph-dropdown.nav-open .nav-trigger span {
  background-color: transparent;
}
.cd-morph-dropdown.nav-open .nav-trigger span::before {
  transform: rotate(45deg);
}
.cd-morph-dropdown.nav-open .nav-trigger span::after {
  transform: rotate(-45deg);
}
.cd-morph-dropdown .main-nav {
  display: none;
}
.cd-morph-dropdown .morph-dropdown-wrapper {
  display: none;
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  padding: 1.2em 5%;
  box-shadow: inset 0 1px 0 #e6e6e6;
  background-color: white;
  -webkit-box-shadow: 1px 5px 10px 1px rgba(16, 16, 159, 0.1);
  -moz-box-shadow: 1px 5px 10px 1px rgba(16, 16, 159, 0.1);
  box-shadow: 1px 5px 10px 1px rgba(16, 16, 159, 0.1);
}
.cd-morph-dropdown.nav-open .morph-dropdown-wrapper {
  display: block;
}
@media (min-width: 992px) {
  .cd-morph-dropdown .main-nav > ul > li > a, .cd-morph-dropdown .main-nav > ul > li > span {
    padding: 0 1.8em !important;
  }
}
@media only screen and (min-width: 768px) {
  .cd-morph-dropdown {
    position: absolute;
    height: 80px;
    left: 0;
    top: 20px;
    width: 100%;
    padding: 0;
    text-align: right;
    background-color: transparent;
  }
  .cd-morph-dropdown::before {
    content: 'desktop';
  }
  .cd-morph-dropdown .nav-trigger {
    display: none;
  }
  .cd-morph-dropdown .mobile-search {
    display: none;
  }
  .cd-morph-dropdown .main-nav {
    display: inline-block;
  }
  .cd-morph-dropdown .main-nav > ul {
    list-style-type: none;
  }
  .cd-morph-dropdown .main-nav > ul > li {
    float: left;
  }
  .cd-morph-dropdown .category > ul > li > a {
    color: black !important;
    font-weight: 700;
    font-size: 1.6rem !important;
  }
  .cd-morph-dropdown .main-nav > ul > li > a, .cd-morph-dropdown .main-nav > ul > li > span {
    display: block;
    padding: 0 1.1em;
    height: 70px;
    line-height: 70px;
    color: white;
    font-size: 1.8rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
  }
  .cd-morph-dropdown .main-nav > ul > li > a:hover, .cd-morph-dropdown .main-nav > ul > li > span:hover {
    text-decoration: none;
    opacity: .7;
  }
  .cd-morph-dropdown.is-dropdown-visible .main-nav > ul > li > a {
    /* main navigation hover effect - on hover, reduce opacity of elements not hovered over */
    /* opacity: .6; */
  }
  .cd-morph-dropdown.is-dropdown-visible .main-nav > ul > li.active > a {
    opacity: 1;
  }
  .cd-morph-dropdown .morph-dropdown-wrapper {
    /* dropdown wrapper - used to create the slide up/slide down effect when dropdown is revealed/hidden */
    display: block;
    top: 58px;
    /* overwrite mobile style */
    width: auto;
    padding: 0;
    box-shadow: none;
    background-color: transparent;
    /* Force Hardware acceleration */
    transform: translateZ(0);
    will-change: transform;
    transform: translateY(20px);
    transition: transform .3s;
  }
  .cd-morph-dropdown.is-dropdown-visible .morph-dropdown-wrapper {
    transform: translateY(0);
  }
  .cd-morph-dropdown .dropdown-list {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    transform: translateZ(0);
    will-change: transform, width, height;
    transition: visibility .3s;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
  }
  .no-csstransitions .cd-morph-dropdown .dropdown-list {
    display: none;
  }
  .cd-morph-dropdown .dropdown-list::before {
    /* dropdown top triangle */
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    height: 0;
    width: 0;
    border: 8px solid transparent;
    border-bottom-color: white;
    opacity: 0;
    transition: opacity .3s;
  }
  .cd-morph-dropdown .dropdown-list > ul {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
    overflow: hidden;
  }
  .cd-morph-dropdown .dropdown-list > ul li {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .cd-morph-dropdown .dropdown-list > ul li {
    margin-bottom: 0px;
  }
}
@media only screen and (min-width: 768px) {
  .cd-morph-dropdown.is-dropdown-visible .dropdown-list {
    visibility: visible;
    transition: transform .3s, width .3s, height .3s;
  }
  .cd-morph-dropdown.is-dropdown-visible .dropdown-list::before {
    opacity: 1;
  }
  .cd-morph-dropdown .dropdown {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    transition: opacity .3s, visibility .3s;
  }
  .cd-morph-dropdown .dropdown.active {
    opacity: 1;
    visibility: visible;
  }
  .cd-morph-dropdown .dropdown.move-left .content {
    transform: translateX(-100px);
  }
  .cd-morph-dropdown .dropdown.move-right .content {
    transform: translateX(100px);
  }
  .cd-morph-dropdown .label {
    /* hide the label on bigger devices */
    display: none;
  }
  .cd-morph-dropdown .content {
    /*padding: 2.2em 1.8em; */
    transition: transform .3s;
    text-align: left;
  }
  .cd-morph-dropdown .content {
    /* you need to set a width for the .content elements because they have a position absolute */
    /* padding-bottom: .8em; */
  }
  .cd-morph-dropdown .content.multi-column {
    width: 632px;
  }
  .cd-morph-dropdown .content.single-column {
    width: 200px;
  }
  .cd-morph-dropdown .content.single-column ul li {
    padding-bottom: 7px;
  }
  .cd-morph-dropdown .content .menu-items {
    padding: 2.2em 1.8em;
  }
  .cd-morph-dropdown .content li {
    margin-bottom: 1.8em;
  }
  .cd-morph-dropdown .links .content > ul > li {
    margin-top: 0;
  }
  .cd-morph-dropdown .links .content,
  .cd-morph-dropdown .content {
    /* width: 632px; */
  }
  .cd-morph-dropdown .links-list a {
    font-size: 1.6rem;
    margin-left: 0;
  }
  .cd-morph-dropdown .content h2 {
    font-size: 1.6rem;
    text-transform: none;
    font-weight: bold;
    color: #000000;
    margin: 0 0 .6em;
  }
  .cd-morph-dropdown .bg-layer {
    /* morph dropdown background */
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    width: 1px;
    background: white;
    opacity: 0;
    transition: opacity .3s;
    transform-origin: top left;
    transform: translateZ(0);
    will-change: transform;
    backface-visibility: hidden;
  }
  .cd-morph-dropdown.is-dropdown-visible .bg-layer {
    opacity: 1;
    transition: transform .3s, opacity .3s;
  }
}
.cd-morph-dropdown .search-wrap {
  margin-top: 25px;
}
.cd-morph-dropdown .search-wrap button {
  cursor: pointer;
  background: none;
  border: none;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
.cd-morph-dropdown .search-wrap button:hover {
  opacity: .75;
}
.cd-morph-dropdown .search-wrap button:focus {
  outline: none;
}
.cd-morph-dropdown .search-wrap button img {
  width: 50%;
}
.cd-morph-dropdown .radial-dropdown h2 {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 15px;
}
.cd-morph-dropdown .radial-dropdown .menu-items > ul > li.right-border {
  border-right: none;
}
@media (min-width: 768px) {
  .cd-morph-dropdown .radial-dropdown .menu-items > ul > li.right-border {
    border-right: 1px #C6D4E6 solid;
  }
}
.cd-morph-dropdown .radial-dropdown ul li ul li {
  padding-bottom: 7px;
  margin-bottom: 0px;
}
.cd-morph-dropdown .radial-dropdown a {
  font-size: 1.6rem;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  color: #000;
}
.cd-morph-dropdown .radial-dropdown a:hover {
  text-decoration: none;
  color: #EB2D2E;
}

.mobile-logo {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.application-circles {
  padding: 0 !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.circle-wrapper {
  align-self: flex-start;
  overflow: hidden;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.circle-wrapper p {
  padding-top: 18px;
}
@media (min-width: 992px) {
  .circle-wrapper p {
    opacity: 0;
  }
}
.circle-wrapper:hover, .circle-wrapper:focus {
  text-decoration: none;
}
.circle-wrapper:hover p, .circle-wrapper:focus p {
  padding-top: 6px;
}
@media (min-width: 992px) {
  .circle-wrapper:hover p, .circle-wrapper:focus p {
    opacity: 1 !important;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    text-decoration: none !important;
  }
}
.circle-wrapper .circletext {
  font-weight: 500;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 1.4rem;
  color: #445870;
  text-decoration: none;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.circle {
  background-color: #FFF;
  border-radius: 50%;
  width: 8rem;
  height: 8rem;
  justify-content: center;
  align-content: center;
  display: flex;
  margin: 3px auto !important;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-shadow: 0 0 10px 0 rgba(16, 16, 159, 0.1);
  -moz-box-shadow: 0 0 10px 0 rgba(16, 16, 159, 0.1);
  box-shadow: 0 0 10px 0 rgba(16, 16, 159, 0.1);
}
@media (min-width: 576px) {
  .circle {
    width: 9.4rem;
    height: 9.4rem;
  }
}
.circle img {
  -webkit-backface-visibility: hidden;
  transform: translate3d(0px, 0px, 0px);
  align-self: center;
  height: 50%;
  width: auto;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.circle:hover, .circle:focus {
  margin-top: 3px;
  margin-bottom: 0;
  -webkit-box-shadow: 0 8px 10px 0 rgba(16, 16, 159, 0.1);
  -moz-box-shadow: 0 8px 10px 0 rgba(16, 16, 159, 0.1);
  box-shadow: 0 8px 10px 0 rgba(16, 16, 159, 0.1);
}
.circle:hover img, .circle:focus img {
  opacity: 0.5;
}

/* _roadmap.scss */
.roadmap-single-title h1 {
  padding-bottom: 2rem;
  margin-top: -1rem;
}
@media (min-width: 992px) {
  .roadmap-single-title h1 {
    margin-top: 0;
  }
}

.roadmap-container {
  font-size: 1.6rem;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  margin: 0 auto;
  -webkit-box-shadow: 0 10px 10px -1px rgba(16, 16, 159, 0.1);
  -moz-box-shadow: 0 10px 10px -1px rgba(16, 16, 159, 0.1);
  box-shadow: 0 10px 10px -1px rgba(16, 16, 159, 0.1);
  background: url(../images/roadmap-bg.jpg) center center no-repeat;
  background-size: cover;
  border-radius: 6px;
  padding: 4rem;
  box-sizing: border-box;
  color: #FFF;
}
@media (min-width: 768px) {
  .roadmap-container {
    width: 100%;
    max-height: 350px;
  }
}
.roadmap-container p {
  color: white;
}
.roadmap-container h3 {
  font-size: 2.4rem;
}
@media (min-width: 768px) {
  .roadmap-container h3 {
    font-size: 3.6rem;
  }
}
.roadmap-container:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 4rem;
  opacity: 0.8;
  border-radius: 6px;
  background-image: linear-gradient(125deg, #5FE3B3 10%, #2477DA);
}
.roadmap-container .roadmap-text-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  width: 100%;
  /* #roadmap-steps ol:nth-child(1) li:before {
  			padding-right: 8px;
  			padding-left: 8px;
  	} */
}
@media (min-width: 768px) {
  .roadmap-container .roadmap-text-container {
    flex-direction: row;
    justify-content: space-around;
  }
}
@media lg {
  .roadmap-container .roadmap-text-container {
    align-self: center;
  }
}
.roadmap-container .roadmap-text-container .roadmap-text {
  justify-content: space-between;
  width: 100%;
  height: 100%;
  order: 0;
}
@media (min-width: 768px) {
  .roadmap-container .roadmap-text-container .roadmap-text {
    width: 50%;
    height: 50%;
  }
}
@media screen\0 {
  .roadmap-container .roadmap-text-container .roadmap-text {
    height: 375px;
  }
}
@media screen\0 and (min-width: 768px) {
  .roadmap-container .roadmap-text-container .roadmap-text {
    height: 330px;
  }
}

.roadmap-container .roadmap-text-container .desktop-btn {
  display: none;
}
@media (min-width: 768px) {
  .roadmap-container .roadmap-text-container .desktop-btn {
    display: inline;
  }
}
.roadmap-container .roadmap-text-container .mobile-btn {
  order: 1;
}
@media (min-width: 768px) {
  .roadmap-container .roadmap-text-container .mobile-btn {
    display: none;
  }
}
.roadmap-container .roadmap-text-container .roadmap-steps {
  max-height: 210px;
  background-color: #1A467B;
  border-radius: 5px;
  box-sizing: border-box;
  border-radius: 4px;
}
@media (min-width: 768px) {
  .roadmap-container .roadmap-text-container .roadmap-steps {
    min-height: 220px;
    width: 30%;
    margin: 0 auto;
    font-size: 1.6rem;
  }
}
.roadmap-container .roadmap-text-container .roadmap-steps ol {
  font-family: "Exo 2", sans-serif;
  list-style-type: none;
  font-size: 1.6rem;
  margin: 13px -40px;
  counter-reset: step-counter;
}
@media (min-width: 768px) {
  .roadmap-container .roadmap-text-container .roadmap-steps ol {
    font-size: 1.8rem;
    margin-top: 25px;
  }
}
.roadmap-container .roadmap-text-container .roadmap-steps ol li {
  margin-bottom: 2rem;
  font-weight: 600;
}
.roadmap-container .roadmap-text-container .roadmap-steps ol li:before {
  content: counter(step-counter);
  counter-increment: step-counter;
  border: 0.2em solid #5FE3B3;
  color: #5FE3B3;
  border-radius: 50%;
  text-align: center;
  padding-right: 7px;
  padding-left: 7px;
  padding-top: 2px;
  padding-bottom: 2px;
  margin-right: 1rem;
  font-size: .85em;
}
@media (min-width: 768px) {
  .roadmap-container .roadmap-text-container .roadmap-steps ol li:before {
    margin-right: 2rem;
  }
}
.roadmap-container .roadmap-text-container .roadmap-steps ol li:first-child:before {
  padding-left: 8px;
  padding-right: 8px;
}
.roadmap-container .roadmap-text-container .roadmap-solution-btn {
  max-width: 200px;
  order: 2;
  margin-top: 2rem;
  min-height: 3.4rem;
  align-self: flex-start;
  padding: 1rem 3rem;
  /*position: absolute;
  bottom: 0px;*/
}
@media (min-width: 768px) {
  .roadmap-container .roadmap-text-container .roadmap-solution-btn {
    order: 0;
    position: static;
    align-self: flex-end;
  }
}

.recommended-slider {
  display: flex;
  flex-wrap: nowrap !important;
  overflow-x: auto;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
}
.recommended-slider img {
  width: 70%;
}

.slider-arrows {
  /*position: absolute!important;*/
  display: flex;
  justify-content: space-between;
  top: 0;
  height: 100px;
  width: 100%;
}
.slider-arrows .left-arrow {
  height: 20px;
  width: 20px;
  position: absolute;
  left: 0;
  top: 50%;
  display: flex;
  align-self: center;
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  justify-content: center;
  align-items: center;
  display: flex;
  margin: 0 auto;
  opacity: 0.6;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.slider-arrows .left-arrow:hover {
  opacity: 1;
}
.slider-arrows .left-arrow:before {
  font-size: 2.4rem;
  font-family: 'Ionicons';
  content: '\f124';
}
.slider-arrows .right-arrow {
  height: 20px;
  width: 20px;
  position: absolute;
  right: 0;
  top: 50%;
  align-self: center;
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  justify-content: center;
  align-items: center;
  display: flex;
  margin: 0 auto;
  opacity: 0.6;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  overflow: hidden;
}
.slider-arrows .right-arrow:hover {
  opacity: 1;
}
.slider-arrows .right-arrow:before {
  font-size: 2.4rem;
  font-family: 'Ionicons';
  content: '\f125';
}

.featured-star {
  width: 0;
  height: 0;
  border-top: 27px solid #C6D4E6;
  border-right: 27px solid transparent;
  border-bottom: 27px solid transparent;
  border-left: 27px solid #C6D4E6;
  position: absolute;
  border-radius: 4px 0 0 0;
  z-index: 9;
}
.featured-star img {
  position: absolute;
  top: -24px;
  left: -22px;
  height: 24px;
  width: 24px;
}

.roadmap-slider-container {
  z-index: 0;
}
.roadmap-slider-container p {
  text-align: center;
  font-style: italic;
  margin-top: 1.3rem;
}
.roadmap-slider-container .roadmap-app-slider .owl-nav .owl-prev {
  left: 30.8%;
}
@media (min-width: 992px) {
  .roadmap-slider-container .roadmap-app-slider .owl-nav .owl-prev {
    left: 33.8%;
  }
}
.roadmap-slider-container .roadmap-app-slider .owl-nav .owl-next {
  right: 30.8%;
}
@media (min-width: 992px) {
  .roadmap-slider-container .roadmap-app-slider .owl-nav .owl-next {
    right: 33.8%;
  }
}

@media (min-width: 768px) {
  .desktop-no-flex {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .desktop-no-flex .feature-product-card {
    float: left;
  }
}

.featured-products {
  padding-top: 60px;
  padding-bottom: 60px;
}
.featured-products .feature-product-card {
  width: 270px;
  padding-left: 15px;
  padding-right: 15px;
  flex-shrink: 0;
  margin-right: 15px;
}
@media (min-width: 1200px) {
  .featured-products .feature-product-card {
    width: 350px;
  }
}
.featured-products .feature-product-card:first-child {
  margin-left: 5px;
}
.featured-products .feature-product-card h3 {
  color: #333333;
  font-weight: 700;
  font-size: 2.4rem;
}
.featured-products .feature-product-card h3 span {
  display: block;
  font-size: 1.6rem;
  font-family: "Roboto", sans-serif;
  color: #8B96A3;
  font-weight: 600;
  margin-top: 5px;
}
.featured-products .feature-product-card img {
  margin-bottom: 20px;
  border-radius: 4px;
}
.featured-products .feature-product-card p {
  font-size: 1.6rem;
  font-weight: 400;
  color: #333333;
  line-height: 2.2rem;
}
.featured-products .feature-product-card:hover {
  cursor: pointer;
}
.featured-products .feature-product-card:hover h3 {
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  -ms-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
  color: #EB2D2E;
}
.featured-products .feature-product-card:hover img {
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-box-shadow: 0px 5px 10px -1px rgba(16, 16, 159, 0.1);
  -moz-box-shadow: 0px 5px 10px -1px rgba(16, 16, 159, 0.1);
  box-shadow: 0px 5px 10px -1px rgba(16, 16, 159, 0.1);
}

.search-bar {
  background: white;
  position: absolute;
  top: 0;
  width: 100%;
  height: 60px;
  z-index: 999;
  display: none;
}
.search-bar .search-wrapper {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .search-bar {
    height: 80px;
  }
}
.search-bar .radial-search {
  border: none;
  border-bottom: 1px solid #D6D6D6;
  outline: none;
  width: 100%;
  line-height: 3rem;
  font-size: 1.6rem;
  font-family: "Roboto", sans-serif;
  margin-top: 10px;
  color: #8C8C8C;
  font-style: italic;
  padding-left: 4px;
  padding-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .search-bar .radial-search {
    margin-top: 20px;
  }
}
.search-bar.active {
  display: block;
}
.search-bar .close-search {
  position: absolute;
  right: 15px;
  top: 10px;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .search-bar .close-search {
    top: 20px;
  }
}
.search-bar .close-search:after {
  font-family: Ionicons;
  content: "\f129";
  font-size: 2.2rem;
  color: #000000;
}

.admin-bar .search-bar {
  top: 46px;
}
@media only screen and (min-width: 768px) {
  .admin-bar .search-bar {
    top: 32px;
  }
}

.algolia-autocomplete {
  padding-top: 27px;
}
@media only screen and (min-width: 768px) {
  .algolia-autocomplete {
    padding-top: 37px;
  }
}
.algolia-autocomplete .aa-dropdown-menu {
  position: relative;
}
.algolia-autocomplete .aa-dropdown-menu::before {
  /* dropdown top triangle */
  content: '';
  position: absolute;
  bottom: 100%;
  left: 5%;
  height: 0;
  width: 0;
  border: 12px solid transparent;
  border-bottom-color: white;
  transition: opacity .3s;
}

.algolia-sidebar {
  display: none;
}

.dropdown-list ul li:last-child {
  /*	display:none; */
}

.aa-dropdown-menu .suggestion-post-thumbnail {
  width: 75px !important;
  height: 75px !important;
}

.featured-artists-wrapper {
  position: relative;
}
.featured-artists-wrapper .mobile-artists {
  z-index: 999;
  position: absolute;
  display: flex;
}
@media (min-width: 576px) {
  .featured-artists-wrapper .mobile-artists {
    left: 10%;
  }
}
@media (min-width: 768px) {
  .featured-artists-wrapper .mobile-artists {
    display: none;
  }
}
.featured-artists-wrapper .mobile-artists .item {
  margin-bottom: 15px;
}
.featured-artists-wrapper .mobile-artists .item img {
  -webkit-backface-visibility: hidden;
  transform: translate3d(0px, 0px, 0px);
  border-radius: 4px;
  /* opacity:.5; */
}
.featured-artists-wrapper .mobile-artists .item:hover {
  cursor: pointer;
}

.featured-artists {
  margin-top: 100px;
  height: 700px;
  overflow-y: hidden;
  background-image: linear-gradient(125deg, #75A5DE 2%, #EB2D2E);
  -webkit-clip-path: polygon(0 16%, 100% 0, 100% 84%, 0% 100%);
  clip-path: polygon(0 16%, 100% 0, 100% 84%, 0% 100%);
  color: white;
}
@media (min-width: 576px) {
  .featured-artists {
    height: 750px;
  }
}
@media (min-width: 768px) {
  .featured-artists {
    height: 800px;
  }
}
.featured-artists h2 {
  font-size: 2.4rem;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .featured-artists h2 {
    font-size: 3.6rem;
  }
}
.featured-artists p {
  margin-bottom: 40px;
  color: white;
}
.featured-artists .btn {
  padding: 10px 20px;
}
.featured-artists .item {
  font-size: 2rem;
  padding: 10px;
  position: relative;
}
.featured-artists .item img {
  -webkit-backface-visibility: hidden;
  transform: translate3d(0px, 0px, 0px);
  opacity: .5;
}
.featured-artists .item:hover {
  cursor: pointer;
}
.featured-artists .item:hover img {
  -webkit-transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  -ms-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  transition: opacity 300ms;
  opacity: 1;
}
.featured-artists .item img {
  border-radius: 4px;
}
.featured-artists .artist-content {
  margin-top: 325px;
}
@media (min-width: 576px) {
  .featured-artists .artist-content {
    margin-top: 420px;
    margin-bottom: 100px;
  }
}
@media (min-width: 768px) {
  .featured-artists .artist-content {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}

.artists-ticker {
  visibility: hidden;
}
@media (min-width: 576px) {
  .artists-ticker {
    height: 750px;
  }
}
@media (min-width: 768px) {
  .artists-ticker {
    height: 800px;
  }
}
@media (min-width: 768px) {
  .artists-ticker {
    visibility: visible;
  }
}
.artists-ticker .artist-col-1 {
  margin-top: 80px;
}
.artists-ticker .artist-col-2 {
  margin-top: 40px;
}
.artists-ticker .artist-col-3 {
  visibility: hidden;
}
@media (min-width: 992px) {
  .artists-ticker .artist-col-3 {
    visibility: visible;
  }
}
.artists-ticker #ticker3 p {
  margin: 0px;
  padding: 0px;
  -moz-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  -webkit-transition: opacity 0.5s ease-out;
  -ms-transition: opacity 0.5s ease-out;
  -webkit-animation: moveSlideshow 20s linear infinite;
  -moz-animation: moveSlideshow 20s linear infinite;
}
@-webkit-keyframes moveSlideshow {
  0% {
    margin-top: 0px;
  }
  100% {
    margin-top: -800px;
  }
}
@-moz-keyframes moveSlideshow {
  0% {
    margin-top: 0px;
  }
  100% {
    margin-top: -800px;
  }
}
.artist-name {
  font-weight: 800;
  font-size: 1.6rem;
  display: block;
  font-family: "Roboto", sans-serif;
  padding-bottom: 5px;
  padding-top: 10px;
}

.artist-creds {
  font-size: 1.6rem;
  font-style: italic;
  display: block;
  font-family: "Roboto", sans-serif;
  padding-bottom: 10px;
}

.artist .header-preloader {
  height: 280px;
}
@media (min-width: 576px) {
  .artist .header-preloader {
    min-height: 330px;
  }
}
@media (min-width: 768px) {
  .artist .header-preloader {
    min-height: 420px;
  }
}
@media (min-width: 992px) {
  .artist .header-preloader {
    min-height: 480px;
  }
}
@media (min-width: 1200px) {
  .artist .header-preloader {
    min-height: 640px;
  }
}

.header-preloader {
  background-image: linear-gradient(45deg, #282b39, #282b39, #282b39);
  height: 360px;
  position: absolute;
  /* height:100%; */
  width: 100%;
}
@media (min-width: 576px) {
  .header-preloader {
    min-height: 420px;
  }
}
@media (min-width: 768px) {
  .header-preloader {
    min-height: 480px;
  }
}
@media (min-width: 992px) {
  .header-preloader {
    min-height: 540px;
  }
}
@media (min-width: 1200px) {
  .header-preloader {
    min-height: 700px;
  }
}
.header-preloader.page-loaded {
  position: absolute;
}

/* brand-slider.scss */
.brand-slider-wrapper {
  background: #F4F8FA;
  margin-top: -200px;
  padding-top: 240px;
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-width: 768px) {
  .brand-slider-wrapper {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.brand-slider-wrapper .brand-slider {
  width: 100%;
  margin: 60px auto;
  background-color: #FFF;
  padding: 0 !important;
  -webkit-box-shadow: 0 10px 10px -1px rgba(16, 16, 159, 0.1);
  -moz-box-shadow: 0 10px 10px -1px rgba(16, 16, 159, 0.1);
  box-shadow: 0 10px 10px -1px rgba(16, 16, 159, 0.1);
  /*	display: flex!important;
  flex-direction: column!important;*/
  /*
  	.slick-dots ul.slick-dots li {
  		color: transparent;
  		border-radius: 50%;
  		border: 1px solid #FFF!important;
  	}*/
}
@media (min-width: 768px) {
  .brand-slider-wrapper .brand-slider .brand-slider-card {
    display: flex !important;
  }
}
@media (min-width: 768px) {
  .brand-slider-wrapper .brand-slider {
    /*flex-direction: row!important;*/
  }
}
.brand-slider-wrapper .brand-slider .brand-slider-img {
  /*background-image: url('../images/tonebone-card.jpg') no-repeat center center!important;*/
  -webkit-clip-path: ellipse(100% 90% at 34% 0%);
  clip-path: ellipse(100% 90% at 34% 0%);
  -webkit-shape-outside: ellipse(100% 90% at 34% 0%);
  shape-outside: ellipse(100% 90% at 34% 0%);
  height: 200px;
  background-size: cover;
  background-position: center center;
}
@media (min-width: 768px) {
  .brand-slider-wrapper .brand-slider .brand-slider-img {
    -webkit-clip-path: ellipse(66% 98% at 30% 52%);
    clip-path: ellipse(66% 98% at 30% 52%);
    -webkit-shape-outside: ellipse(66% 98% at 30% 52%);
    shape-outside: ellipse(66% 98% at 30% 52%);
    min-height: 415px !important;
  }
}
.brand-slider-wrapper .brand-slider .brand-slider-img img {
  width: 100%;
  height: 100%;
  object-fit: fill;
  z-index: 9998;
}
@media (min-width: 768px) {
  .brand-slider-wrapper .brand-slider .brand-slider-img img {
    overflow: hidden;
    float: left;
    width: 50%;
  }
}
.brand-slider-wrapper .brand-slider .brand-slider-txt {
  padding: 4rem;
  box-sizing: border-box;
  overflow: hidden;
  margin: 0px;
}
@media (min-width: 768px) {
  .brand-slider-wrapper .brand-slider .brand-slider-txt {
    padding: 3rem;
  }
}
.brand-slider-wrapper .brand-slider .brand-slider-txt .logo {
  margin-bottom: 30px;
}
.brand-slider-wrapper .brand-slider .brand-slider-txt p {
  margin-bottom: 30px;
}
.brand-slider-wrapper .brand-slider .brand-slider-txt .cta-btn-wrapper {
  text-align: center;
}
@media (min-width: 768px) {
  .brand-slider-wrapper .brand-slider .brand-slider-txt .cta-btn-wrapper {
    text-align: left;
  }
}
.brand-slider-wrapper .brand-slider .brand-slider-txt .cta-btn-wrapper button {
  padding: 15px 30px;
}
.brand-slider-wrapper .brand-slider .slick-prev:before, .brand-slider-wrapper .brand-slider .slick-next:before {
  color: white;
  background-color: #445870;
  border-radius: 50%;
  opacity: 1;
  margin: 0;
  font-size: 3rem;
  border-collapse: collapse;
  font-family: Ionicons;
  display: block;
  width: 4.1rem;
  height: 4.1rem;
  line-height: 4.1rem;
  -webkit-box-shadow: 0 10px 10px -1px rgba(16, 16, 159, 0.1);
  -moz-box-shadow: 0 10px 10px -1px rgba(16, 16, 159, 0.1);
  box-shadow: 0 10px 10px -1px rgba(16, 16, 159, 0.1);
}
@media screen\0 {
  .brand-slider-wrapper .brand-slider .slick-prev:before, .brand-slider-wrapper .brand-slider .slick-next:before {
    padding-top: 21px;
  }
}
.brand-slider-wrapper .brand-slider .slick-prev {
  width: 40px;
  height: auto;
  z-index: 99999;
  position: absolute;
  top: 10%;
  left: -25px;
}
.brand-slider-wrapper .brand-slider .slick-prev:before {
  content: "\f3d2";
}
@media (min-width: 768px) {
  .brand-slider-wrapper .brand-slider .slick-prev {
    top: 50%;
  }
}
.brand-slider-wrapper .brand-slider .slick-next {
  right: 0px;
  width: 40px;
  z-index: 99999;
  height: auto;
  position: absolute;
  top: 10%;
  right: -25px;
}
.brand-slider-wrapper .brand-slider .slick-next:before {
  content: "\f3d3";
}
@media (min-width: 768px) {
  .brand-slider-wrapper .brand-slider .slick-next {
    top: 50%;
  }
}
.brand-slider-wrapper .brand-slider .slick-dots {
  bottom: -35px;
}
.brand-slider-wrapper .brand-slider .slick-dots li.slick-active button:before {
  color: #EB2D2E;
  font-family: FontAwesome;
  content: "\f111";
}
.brand-slider-wrapper .brand-slider .slick-dots li button:before {
  font-family: FontAwesome;
  content: "\f111";
  color: #D6D6D6;
  display: block;
  font-size: 1.2rem;
  opacity: 1;
  border: 0;
  outline: 0;
  background: 0 0;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.homepg-blog-posts .homepg-blog-post {
  /*padding-left: 0!important;*/
  /*padding-right: 0!important;*/
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  min-height: 330px;
  position: relative;
  padding: 10px;
  color: #fff;
  cursor: pointer;
  /*.blog-image {
  	width: 100%;
  	position: relative;
  	padding-left: 0!important;
  	padding-right: 0!important;
  }*/
}
.homepg-blog-posts .homepg-blog-post .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(45deg, #282b39, rgba(40, 43, 57, 0.2), #282b39);
}
.homepg-blog-posts .homepg-blog-post .overlay:hover {
  background-image: linear-gradient(45deg, #282b39, rgba(40, 43, 57, 0.5), #282b39);
}
@media (min-width: 576px) {
  .homepg-blog-posts .homepg-blog-post {
    min-height: 390px;
  }
}
@media (min-width: 768px) {
  .homepg-blog-posts .homepg-blog-post {
    min-height: 430px;
  }
}
@media (min-width: 1200px) {
  .homepg-blog-posts .homepg-blog-post {
    min-height: 490px;
  }
}
.homepg-blog-posts .homepg-blog-post .homepg-blog-title {
  position: absolute;
  bottom: 20px;
  left: 10px;
  right: 10px;
  color: #FFF;
  font-size: 2.4rem;
}
@media (min-width: 576px) {
  .homepg-blog-posts .homepg-blog-post .homepg-blog-title {
    left: 30px;
    font-size: 3.6rem;
  }
}

.video-cards {
  background: #F4F8FA;
  padding-bottom: 100px;
  margin-top: -200px;
  padding-top: 250px;
}
.video-cards .owl-stage {
  left: -30px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 576px) {
  .video-cards .owl-stage {
    left: 0px;
  }
}
.video-cards .owl-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto !important;
  background: white;
  margin-bottom: 15px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-box-shadow: 1px 5px 10px 1px rgba(16, 16, 159, 0.1);
  -moz-box-shadow: 1px 5px 10px 1px rgba(16, 16, 159, 0.1);
  box-shadow: 1px 5px 10px 1px rgba(16, 16, 159, 0.1);
}
.video-cards .video-card .play-btn {
  background: white;
  border-radius: 50%;
  background: white;
  width: 36px;
  height: 36px;
  position: absolute;
  top: 45%;
  left: 45%;
}
.video-cards .video-card .play-btn .play-img {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  width: auto;
  position: absolute;
  top: 22%;
  left: 31%;
  width: 16px;
  height: 19px;
  background-image: url("../images/play_btn.png");
}
.video-cards .video-card:hover {
  cursor: pointer;
}
.video-cards .video-card:hover .play-btn .play-img {
  background-image: url("../images/play_btn_hover.png");
}
.video-cards .video-card:hover .video-thumb:before {
  opacity: .3;
}
.video-cards .video-card .video-thumb {
  position: relative;
}
.video-cards .video-card .video-thumb img {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.video-cards .video-card .video-thumb:before {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  content: '';
  background: #333;
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  top: 0px;
}
.video-cards .video-card .video-title {
  padding: 20px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: #EB2D2E;
  color: white;
  font-family: "Exo 2", sans-serif;
  font-size: 1.4rem;
  padding: 10px 20px;
}
.video-cards .video-card .video-desc h3 {
  font-size: 2.4rem;
  font-weight: 600;
  padding: 20px;
}
.video-cards .video-card .video-desc p {
  padding: 0px 20px 20px 20px;
  font-family: 1.6rem;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/* HEADERS */
header {
  position: relative;
  background: #F4F8FA;
  height: 360px;
}
@media (min-width: 576px) {
  header {
    min-height: 420px;
  }
}
@media (min-width: 768px) {
  header {
    min-height: 480px;
  }
}
@media (min-width: 992px) {
  header {
    min-height: 540px;
  }
}
@media (min-width: 1200px) {
  header {
    min-height: 700px;
  }
}
header .nav-holder {
  margin: 0px;
}
@media (min-width: 768px) {
  header .nav-holder {
    position: relative;
    margin-right: auto;
    margin-left: auto;
  }
}
header .nav-holder .desktop-logo-wrapper {
  position: relative;
}
header .nav-holder .mobile-logo {
  display: block;
  position: absolute;
  background-size: contain;
  background-image: url(../images/radial-logo-mobile.png);
  height: 50px;
  z-index: 999;
  background-repeat: no-repeat;
  background-position: left;
  margin-top: 5px;
}
@media (min-width: 768px) {
  header .nav-holder .mobile-logo {
    display: none;
  }
}
header .logo {
  display: none;
}
@media (min-width: 768px) {
  header .logo {
    display: block;
    opacity: 1;
    position: absolute;
    z-index: 999;
    left: 0;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 20px;
  }
  header .logo.dark {
    background-image: url("../images/radial-logo-dark.png");
  }
  header .logo.light {
    background-image: url("../images/radial-logo.png");
  }
}
@media (min-width: 992px) {
  header .logo {
    margin: 10px;
  }
}
header .header-bg {
  background-size: cover;
  background-position: center center;
  height: 100%;
  background-color: #F4F8FA;
}
header .gradient {
  background-image: linear-gradient(45deg, #282b39, rgba(40, 43, 57, 0.5), #282b39);
}

.curve {
  -webkit-clip-path: ellipse(100% 100% at 50% 0);
  clip-path: ellipse(100% 100% at 50% 0);
  -webkit-shape-outside: ellipse(100% 100% at 50% 0);
  shape-outside: ellipse(100% 100% at 50% 0);
  clip: ellipse(100% 100% at 50% 0);
}
.curve .slick-list {
  -webkit-clip-path: ellipse(85% 100% at 50% 0);
  clip-path: ellipse(85% 100% at 50% 0);
  clip: ellipse(85% 100% at 50% 0);
  -webkit-shape-outside: ellipse(85% 100% at 50% 0);
  shape-outside: ellipse(85% 100% at 50% 0);
}
@media (min-width: 768px) {
  .curve {
    -webkit-clip-path: ellipse(85% 100% at 50% 0);
    clip-path: ellipse(85% 100% at 50% 0);
    clip: ellipse(85% 100% at 50% 0);
    -webkit-shape-outside: ellipse(85% 100% at 50% 0);
    shape-outside: ellipse(85% 100% at 50% 0);
  }
  .curve .slick-list {
    -webkit-clip-path: ellipse(85% 100% at 50% 0);
    clip-path: ellipse(85% 100% at 50% 0);
    clip: ellipse(85% 100% at 50% 0);
    -webkit-shape-outside: ellipse(85% 100% at 50% 0);
    shape-outside: ellipse(85% 100% at 50% 0);
  }
}

.artist .header-slider .slick-track {
  height: 300px;
}
@media (min-width: 576px) {
  .artist .header-slider .slick-track {
    min-height: 360px;
  }
}
@media (min-width: 768px) {
  .artist .header-slider .slick-track {
    min-height: 420px;
  }
}
@media (min-width: 992px) {
  .artist .header-slider .slick-track {
    min-height: 480px;
  }
}
@media (min-width: 1200px) {
  .artist .header-slider .slick-track {
    min-height: 640px;
  }
}
.artist .header-slider .header-bg {
  height: 300px;
  background-size: cover;
  background-position: center center;
  background-color: #F4F8FA;
}
@media (min-width: 576px) {
  .artist .header-slider .header-bg {
    min-height: 360px;
  }
}
@media (min-width: 768px) {
  .artist .header-slider .header-bg {
    min-height: 420px;
  }
}
@media (min-width: 992px) {
  .artist .header-slider .header-bg {
    min-height: 480px;
  }
}
@media (min-width: 1200px) {
  .artist .header-slider .header-bg {
    min-height: 640px;
  }
}
.artist .header-slider .artist-name {
  margin-bottom: 0 !important;
}
.artist .header-slider .artist-cred {
  color: white;
  font-size: 2.4rem;
  margin-bottom: 2rem;
}
.artist .header-slider .artist-quote {
  color: white;
}
.artist .gradient {
  background-image: linear-gradient(45deg, #282b39, rgba(40, 43, 57, 0.5), #282b39);
}

.header-slider {
  opacity: 0;
  margin-bottom: 60px;
}
.header-slider.page-loaded {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  opacity: 100;
}
.header-slider .slick-track {
  height: 360px;
}
@media (min-width: 576px) {
  .header-slider .slick-track {
    min-height: 420px;
  }
}
@media (min-width: 768px) {
  .header-slider .slick-track {
    min-height: 480px;
  }
}
@media (min-width: 992px) {
  .header-slider .slick-track {
    min-height: 540px;
  }
}
@media (min-width: 1200px) {
  .header-slider .slick-track {
    min-height: 700px;
  }
}
.header-slider.slick-dotted.slick-slider {
  margin-bottom: 0px !important;
}
.header-slider .slider-video-item .video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}
.header-slider .slider-video-item .video-wrapper .video-background {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.header-slider .slider-video-item .video-wrapper .video-background::after {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(45deg, #282b39, rgba(40, 43, 57, 0.5), #282b39);
}
.header-slider .slider-content {
  text-align: center;
}
@media (min-width: 576px) {
  .header-slider .slider-content {
    text-align: left;
  }
}
.header-slider .slider-content h2 {
  color: white;
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 25px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 20px;
}
@media (min-width: 576px) {
  .header-slider .slider-content h2 {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (min-width: 768px) {
  .header-slider .slider-content h2 {
    font-size: 3.6rem;
  }
}
.header-slider .slider-content h1 {
  color: white;
  font-size: 3.6rem;
  font-weight: 700;
  margin-bottom: 25px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 20px;
}
@media (min-width: 576px) {
  .header-slider .slider-content h1 {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (min-width: 992px) {
  .header-slider .slider-content h1 {
    font-size: 4.8rem;
  }
}
.header-slider .slider-btn {
  padding: 10px 15px;
}
.header-slider .slick-arrow {
  height: 99.8%;
  margin-top: -1px;
  width: 60px;
  z-index: 9999;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+35,000000+100 */
}
.header-slider .slick-arrow.slick-next {
 /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0+0,0.65+100 
background: -moz-linear-gradient(left,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); 
 background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); 
 background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=1 ); */
}
.header-slider .slick-arrow.slick-prev {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0+0,0.65+100 
  background: -moz-linear-gradient(right  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); 
  background: -webkit-linear-gradient(right,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
  background: linear-gradient(to left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=1 ); */
}
.header-slider .slick-arrow:before {
  height: 35px;
  border: none;
  padding-top: 8px;
  color: white !important;
  background: none !important;
  font-size: 4rem;
}
.header-slider .slick-arrow.slick-prev {
  left: 0px;
  z-index: 999;
}
.header-slider .slick-arrow.slick-prev:before {
  font-family: Ionicons;
  content: "\f3d2";
  margin-left: -35px;
}
@media (min-width: 768px) {
  .header-slider .slick-arrow.slick-prev:before {
    margin-left: 0px;
  }
}
.header-slider .slick-arrow.slick-next {
  right: 0px;
  z-index: 999;
}
.header-slider .slick-arrow.slick-next:before {
  margin-left: 35px;
  font-family: Ionicons;
  content: "\f3d3";
}
@media (min-width: 768px) {
  .header-slider .slick-arrow.slick-next:before {
    margin-left: -20px;
  }
}
.header-slider .slick-dots {
  bottom: 10px !important;
}
@media (min-width: 768px) {
  .header-slider .slick-dots {
    bottom: 20px !important;
  }
}
.header-slider .slick-dots li {
  width: 10px;
}
.header-slider .slick-dots li button:before {
  font-family: FontAwesome;
  content: "\f10c";
  font-size: 1.4rem;
  color: white;
}
.header-slider .slick-dots .slick-active button:before {
  font-family: FontAwesome;
  content: "\f111";
}

.sub-page header {
  height: 60px;
  background-color: white !important;
}
@media (min-width: 576px) {
  .sub-page header {
    min-height: 60px;
  }
}
@media (min-width: 768px) {
  .sub-page header {
    min-height: 80px;
  }
}
@media (min-width: 992px) {
  .sub-page header {
    min-height: 80px;
  }
}
@media (min-width: 1200px) {
  .sub-page header {
    min-height: 80px;
  }
}
@media (min-width: 768px) {
  .sub-page header .desktop-logo-wrapper {
    height: 80px;
  }
  .sub-page header .desktop-logo-wrapper .logo-wrapper {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (min-width: 1200px) {
  .sub-page header .desktop-logo-wrapper .logo-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 576px) {
  .sub-page header .logo {
    margin-top: 14px;
    position: relative;
  }
}
@media only screen and (min-width: 768px) {
  .sub-page .cd-morph-dropdown {
    top: 0px;
  }
  .sub-page .cd-morph-dropdown .main-nav > ul > li > a, .sub-page .cd-morph-dropdown .main-nav > ul > li span {
    color: black !important;
    font-weight: 700;
    font-size: 1.6rem !important;
    height: 80px;
    line-height: 80px;
  }
  .sub-page .cd-morph-dropdown .morph-dropdown-wrapper {
    top: 90px;
  }
}

.category-sub {
  background: #F4F8FA;
}

.category-wrapper {
  position: relative;
}

.category-content {
  /*margin-bottom:40px;*/
  background-position: center center;
  background-size: cover;
  min-height: 200px;
}
.category-content .gradient {
  background-image: linear-gradient(45deg, #282b39, rgba(40, 43, 57, 0.7), #282b39);
  min-height: 200px;
}
.category-content .category-desc {
  color: white;
  margin-top: 20px;
}
@media (min-width: 992px) {
  .category-content .category-desc {
    margin-top: 0px;
  }
}
.category-content .category-desc h1 {
  font-size: 2.4rem;
  font-weight: 600;
  display: inline-block;
  border-bottom: 1px solid white;
  display: block;
  padding-bottom: 15px;
}
.category-content .category-desc h1.hide-underline {
  border: none;
}
@media (min-width: 992px) {
  .category-content .category-desc h1 {
    margin-top: 0px;
    font-size: 3.6rem;
    position: relative;
    margin-bottom: 3rem;
    border: none;
    display: inline-block;
    padding-bottom: 0px;
  }
}
@media (min-width: 992px) {
  .category-content .category-desc h1:after {
    content: ' ';
    position: absolute;
    top: 5rem;
    left: 0px;
    border: 2px solid #EB2D2E;
    width: 75%;
  }
}
.category-content .category-desc p {
  color: white;
  margin-bottom: 7rem;
}
@media (min-width: 768px) {
  .category-content .category-desc p {
    padding-top: 10px;
  }
}
.category-content .important-links {
  position: absolute;
  right: 0px;
  width: auto;
  top: 18px;
}
.category-content .important-links .title {
  text-align: right;
}
@media (min-width: 992px) {
  .category-content .important-links .title {
    text-align: left;
  }
}
.category-content .important-links ul {
  list-style-type: none;
}
.category-content .important-links.open {
  padding: 0px;
  background: white;
  border-radius: 4px;
}
@media (min-width: 992px) {
  .category-content .important-links.open {
    padding-left: 15px;
    padding-right: 15px;
    border-radius: none;
  }
}
.category-content .important-links.open ul {
  list-style-type: none;
}
.category-content .important-links.open ul li {
  visibility: visible;
  padding-left: 25px;
  padding-right: 40px;
  padding-top: 12px;
  padding-bottom: 12px;
  display: block;
}
@media (min-width: 992px) {
  .category-content .important-links.open ul li {
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .category-content .important-links.open ul li:hover {
    background: none;
  }
  .category-content .important-links.open ul li a {
    color: white !important;
  }
}
.category-content .important-links.open ul li:hover {
  background: #F4F8FA;
  cursor: pointer;
}
.category-content .important-links.open ul li:hover:first-child {
  background: none;
}
.category-content .important-links.open ul li:hover:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.category-content .important-links.open ul li a {
  color: black;
  font-size: 1.6rem;
}
.category-content .important-links.open ul li.title {
  color: black;
  text-align: left;
}
@media (min-width: 992px) {
  .category-content .important-links.open ul li.title {
    display: inline-block;
    color: white;
  }
}
.category-content .important-links.open ul li.title:after {
  content: '\f208';
  padding-right: 20px;
  position: absolute;
  top: 13px;
  display: inline-block;
}
@media (min-width: 992px) {
  .category-content .important-links.open ul li.title:after {
    content: '';
    padding-right: 0px;
    position: relative;
    /*top: 5px;	*/
  }
}
.category-content ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
.category-content ul li {
  visibility: hidden;
}
.category-content ul li.title {
  font-size: 1.6rem;
  font-weight: 900;
  color: white;
  visibility: visible;
  line-height: 2.8rem;
}
.category-content ul li.title:hover {
  cursor: pointer;
  opacity: .75;
}
.category-content ul li.title:after {
  content: '\f489';
  font-family: "Ionicons";
  padding-left: 20px;
  font-size: 3rem;
  line-height: 2.4rem;
  /* padding-top: 4px; */
  display: inline-block;
  /* position: absolute; */
  right: 0px;
  /* top: 1px; */
  position: relative;
  top: 5px;
}
@media (min-width: 992px) {
  .category-content ul li.title:after {
    content: '';
    padding-left: 0px;
    line-height: 0px;
  }
}
@media (min-width: 992px) {
  .category-content .important-links {
    top: 0px;
    display: block;
    position: relative;
  }
  .category-content .important-links.open {
    background: transparent;
  }
  .category-content ul li {
    display: block;
    color: white;
    font-size: 1.6rem;
    line-height: 2.6rem;
    visibility: visible;
  }
  .category-content ul li a {
    color: white;
  }
  .category-content ul li.title {
    margin-top: 13px;
    font-size: 2.4rem;
    display: inline-block;
    position: relative;
    font-weight: 500;
    font-family: "Exo 2", sans-serif;
    margin-bottom: 3rem;
  }
  .category-content ul li.title:hover {
    cursor: default;
    opacity: 1;
  }
  .category-content ul li.title:after {
    content: ' ';
    position: absolute;
    border: 2px solid #EB2D2E;
    left: 0px;
    top: 3.6rem;
    width: 75%;
  }
}

/* CONTACT */
/* contact.scss */
.contact-header {
  background-position: center center;
  background-size: cover;
  background: #333333;
  min-height: 175px;
  color: #fff;
  display: flex;
  align-items: center;
}

.back-btn {
  padding: 0.6rem !important;
  width: 25rem;
}

.contact-bkg-img {
  background-image: url("../images/radial-building.jpg");
  background-position: center center;
  background-size: cover;
  height: 100%;
  border-radius: 4px 4px 0 0;
}
@media (min-width: 768px) {
  .contact-bkg-img {
    border-radius: 4px 0 0 4px;
  }
}

.contact-box {
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 1px 5px 10px 1px rgba(16, 16, 159, 0.1);
  -moz-box-shadow: 1px 5px 10px 1px rgba(16, 16, 159, 0.1);
  box-shadow: 1px 5px 10px 1px rgba(16, 16, 159, 0.1);
}
.contact-box .building-img {
  /*max-width: 100%;
  height: 100%;*/
  padding-left: 0 !important;
  padding-right: 0 !important;
  min-height: 25rem;
  height: 26rem;
}
@media (min-width: 768px) {
  .contact-box .building-img {
    height: 33rem;
  }
}
@media (min-width: 992px) {
  .contact-box .building-img {
    max-height: 100%;
    width: auto;
  }
}
.contact-box .building-img img {
  border-radius: 4px 4px 0 0;
  height: 100%;
  width: 100%;
  /*max-height: 350px;*/
}
@media (min-width: 768px) {
  .contact-box .building-img img {
    max-height: 100%;
    border-radius: 4px 0 0 4px;
  }
}
.contact-box .contact-address {
  padding: 2rem;
  min-height: 25rem;
}

.contact-company {
  /*background-color: #fff;*/
  padding: 2rem;
  font-weight: 600;
}
.contact-company ul {
  padding: 1rem 0 0 0;
  list-style-type: none;
}
.contact-company ul li {
  line-height: 2;
}
.contact-company a {
  color: #718aa9;
}

.contact-table {
  padding-bottom: 3rem;
}
.contact-table .contact-col {
  padding: 2.5rem 0;
}
.contact-table ul {
  padding: 0;
  margin-top: 1.5rem;
  list-style-type: none;
}
.contact-table ul li {
  line-height: 3;
  font-weight: 600;
  text-align: center;
}
.contact-table ul li a {
  color: #445870;
}
.contact-table ul li a:hover {
  color: #718aa9;
}
@media (min-width: 768px) {
  .contact-table ul li {
    text-align: left;
  }
}
.contact-table h4 {
  margin-top: 1.5rem;
  color: #445870;
  font-size: 2.4rem;
  font-weight: 400;
}
.contact-table .contact-table-title {
  border-radius: 4px 4px 0 0;
  background-color: #445870;
  color: #fff;
  padding: 10px;
}
.contact-table .contact-img {
  max-width: 100px;
  height: auto;
}

.contact-block {
  margin-bottom: 20px;
}

/* contact form */
.tech-support-form {
  background-color: #fff;
  padding: 2rem;
  margin-bottom: 20px;
}
.tech-support-form input, .tech-support-form select {
  width: 21rem;
  border-radius: 3px;
  border: 1px solid #C6C6C6;
  padding: 0.25rem;
  font-size: 1.5rem;
}
.tech-support-form select {
  padding: 0;
}
.tech-support-form input[type=submit] {
  padding: 0.6rem;
  margin-right: 1.5rem;
  width: 25rem;
  border: none;
}
.tech-support-form textarea {
  border-radius: 3px;
  border: 1px solid #C6C6C6;
  height: 20rem;
  font-size: 1.5rem;
}

/* tech support contact page */
.see-more-faq {
  margin-bottom: 1.25rem;
}
.see-more-faq a {
  color: #EB2D2E;
  font-weight: 500;
}

.contact-faqs {
  color: #445870;
}
.contact-faqs h3 {
  cursor: pointer;
  font-weight: 400;
}

/* contact sales page */
.contact-region {
  margin-bottom: 3rem;
}

.inside-sales {
  margin-top: 2rem;
}

.sales-h2 {
  font-size: 1.6rem;
  font-weight: 700;
}

.region-popup {
  padding: 4rem;
}
.region-popup img {
  max-height: 320px;
}
@media (min-width: 992px) {
  .region-popup img {
    max-height: 500px;
  }
}

/* REVIEWS */
.review {
  font-family: "Roboto", sans-serif;
  -webkit-box-shadow: 1px 5px 10px 1px rgba(16, 16, 159, 0.1);
  -moz-box-shadow: 1px 5px 10px 1px rgba(16, 16, 159, 0.1);
  box-shadow: 1px 5px 10px 1px rgba(16, 16, 159, 0.1);
  border-radius: 4px;
  margin-bottom: 20px;
  background-color: #fff;
  /*min-height: 420px;*/
  margin-left: 6px;
  margin-right: 6px;
}
@media (min-width: 768px) {
  .review {
    display: flex;
    flex-direction: row;
    max-height: 230px !important;
    		/*margin-left: 0px; 
         	margin-right: 0px; */
  }
}
.review .review-img {
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (min-width: 768px) {
  .review .review-img {
    height: 200px;
  }
}
.review .review-img img {
  max-width: 200px;
  padding-top: 2rem;
}
@media (min-width: 768px) {
  .review .review-img img {
    max-width: 120px;
    padding-top: 0;
  }
}
@media (min-width: 992px) {
  .review .review-img img {
    max-width: 180px;
  }
}
.review .review-content {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .review .review-content {
    padding-top: 0px;
    padding-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .review .review-content {
    flex-direction: column;
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.review .review-content .review-title {
  font-weight: 600;
  font-size: 1.8rem;
}
.review .review-content .review-creds {
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  .review .review-content .review-creds {
    justify-content: space-between;
    display: flex;
    flex-direction: row-reverse;
    width: 100%;
  }
}
.review .review-content .review-creds a {
  color: #EB2D2E;
}
.review .review-content .review-creds .author-name {
  margin-bottom: 10px;
  padding-right: 20px;
  font-style: italic;
}
@media (min-width: 768px) {
  .review .review-content .review-creds .author-name {
    margin-bottom: 0px;
  }
}

/* OWL SLIDER NAV */
.with-nav .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  width: 100%;
}

.with-nav .owl-nav [class*='owl-'] {
  color: #EB2D2E;
  font-size: 14px;
  margin: 5px;
  padding: 4px 0px;
  position: absolute;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.with-nav .owl-nav [class*='owl-']:hover {
  color: #EB2D2E;
}

.with-nav .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.with-nav .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.with-nav .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.with-nav .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.with-nav .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 5px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

.with-nav .owl-dots .owl-dot.active span, .with-nav .owl-dots .owl-dot:hover span {
  background: #EB2D2E;
}

.with-nav .owl-prev {
  left: 25%;
  top: -5px;
}
@media (min-width: 768px) {
  .with-nav .owl-prev {
    left: 40%;
  }
}
.with-nav .owl-next {
  right: 25%;
  top: -5px;
}
@media (min-width: 768px) {
  .with-nav .owl-next {
    right: 40%;
  }
}

/*HOME PAGE COMPONENTS */
footer {
  min-height: 320px;
  color: #FFF;
  border-top: 3px solid #EB2D2E;
  background-color: #333;
  font-size: 1.6rem;
  /*padding: 0;*/
}
footer a {
  color: #FFF;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
footer a:hover {
  color: #FFF;
}
footer ul {
  list-style-type: none;
}
footer .footer-col {
  margin-top: 10px;
}
footer .footer-title {
  padding: 0;
  line-height: 4.2rem;
  font-weight: 600;
  margin-top: 18px;
  margin-bottom: 5px;
}
footer .left {
  flex-direction: column;
}
footer .left ul {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media (min-width: 768px) {
  footer .left {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
  }
}
footer .right {
  justify-content: center;
  text-align: center;
}
footer .right ul {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media (min-width: 768px) {
  footer .right {
    margin-top: 10px;
  }
}
@media (min-width: 1200px) {
  footer .right {
    text-align: right;
    justify-content: flex-end;
  }
}
footer .right input {
  color: #FFFFFF;
  background-color: transparent;
  border: 1px solid #949494;
  padding: 10px;
  font-family: "Roboto", sans-serif !important;
  max-width: 175px;
}
@media (min-width: 768px) {
  footer .right input {
    padding: 15px;
    max-width: none;
  }
}
@media screen\0 {
  footer .right input {
    padding: 8px;
    height: 40px;
  }
}
footer .right .email-input {
  padding-left: 0;
  padding-right: 0;
  position: relative;
}
footer .right .email-input label.error {
  position: absolute;
  width: 100%;
  left: 0px;
  top: 60px;
  font-size: 1.2rem;
  color: #EB2D2E;
}
footer .right .subscribe-content {
  width: 100%;
  left: -16px;
  font-size: 1.2rem;
  color: #EB2D2E;
}
footer .right button {
  background-color: transparent;
  color: #FFF;
  border: 1px solid #949494;
  border-left: none;
  font-family: "Roboto", sans-serif !important;
  padding: 10px;
  cursor: pointer;
  max-width: 80px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
footer .right button:hover {
  background-color: #FFF;
  color: #333;
}
@media (min-width: 768px) {
  footer .right button {
    padding: 15px;
    max-width: none;
  }
}
@media screen\0 {
  footer .right button {
    padding: 8px;
    height: 40px;
  }
}
footer .right .social {
  width: 100%;
  margin-top: 23px;
  justify-content: center;
  color: #333;
  padding: 0px;
}
footer .right .social li {
  padding-left: 7px;
  padding-right: 7px;
}
footer .right .social a {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  opacity: 1;
}
footer .right .social a:hover {
  opacity: 0.5;
  color: #fff;
}
footer .right .social .fa-inverse {
  color: #333;
}
@media (min-width: 1200px) {
  footer .right .social {
    justify-content: flex-end;
  }
  footer .right .social li {
    padding-left: 15px;
    padding-right: 0;
  }
}
footer .hr-footer {
  background-color: #646464;
  height: 1px;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
}
footer .terms {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  footer .terms {
    width: 100%;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
  }
}
@media (min-width: 992px) {
  footer .terms {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}
footer .terms li img {
  width: 150px;
}
footer .terms .copyright {
  color: #949494;
  font-size: 1.4rem;
}

/* artist-home-slider.scss */
.slider-wrapper {
  position: relative;
}
.slider-wrapper .slider-btns {
  position: absolute;
  background: #EB2D2E;
  width: 126px;
  height: 52px;
  border-radius: 4px;
  bottom: 18px;
  right: 29px;
}
@media (min-width: 768px) {
  .slider-wrapper .slider-btns {
    bottom: 40px;
    right: 60px;
  }
}
.slider-wrapper .slider-btns .slick-arrow {
  width: auto !important;
  height: auto !important;
}
.slider-wrapper .slider-btns .slick-arrow:before {
  font-family: FontAwesome;
  font-size: 4rem;
}
.slider-wrapper .slider-btns .slick-prev {
  left: 0px;
  width: 50px !important;
}
.slider-wrapper .slider-btns .slick-prev:before {
  content: '\f104';
}
.slider-wrapper .slider-btns .slick-next {
  right: 0px;
  width: 50px !important;
}
.slider-wrapper .slider-btns .slick-next:before {
  content: '\f105';
}

.artist-slider {
  margin-bottom: 70px;
}
.artist-slider .slick-slide {
  outline: none;
}
.artist-slider .artist-slide .artist-image {
  z-index: -1;
  height: 227px;
  border-radius: 4px;
  position: relative;
  background-position: center center;
  background-size: cover;
}
@media (min-width: 576px) {
  .artist-slider .artist-slide .artist-image {
    min-height: 360px;
  }
}
@media (min-width: 768px) {
  .artist-slider .artist-slide .artist-image {
    min-height: 640px;
  }
}
@media (min-width: 992px) {
  .artist-slider .artist-slide .artist-image {
    min-height: 640px;
  }
}
@media (min-width: 1200px) {
  .artist-slider .artist-slide .artist-image {
    min-height: 640px;
  }
}
.artist-slider .artist-slide .artist-quote {
  background-color: white;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 0%;
  padding: 30px 20px 70px 20px;
  top: -3%;
  z-index: 999;
  font-family: "Roboto", sans-serif;
  -webkit-box-shadow: 0 10px 10px -1px rgba(16, 16, 159, 0.1);
  -moz-box-shadow: 0 10px 10px -1px rgba(16, 16, 159, 0.1);
  box-shadow: 0 10px 10px -1px rgba(16, 16, 159, 0.1);
}
@media (min-width: 768px) {
  .artist-slider .artist-slide .artist-quote {
    padding: 20px 25px;
    left: 5%;
    position: absolute;
    /*top:13%;*/
    border-radius: 4px;
    width: 91%;
    top: 44%;
  }
}
@media (min-width: 992px) {
  .artist-slider .artist-slide .artist-quote {
    left: -9%;
    top: 13%;
  }
}
.artist-slider .artist-slide .artist-quote .quote {
  font-size: 1.8rem;
  font-style: italic;
  line-height: 3rem;
  color: #333333;
  position: relative;
  padding-top: 20px;
}
@media (min-width: 768px) {
  .artist-slider .artist-slide .artist-quote .quote {
    font-size: 2rem;
  }
}
.artist-slider .artist-slide .artist-quote .quote span {
  color: #EB2D2E;
}
.artist-slider .artist-slide .artist-quote .quote:before {
  content: ' ';
  background-image: url("../images/quotes-icon.png");
  height: 30px;
  width: 44px;
  position: absolute;
  left: -10px;
  top: -25%;
}
.artist-slider .artist-slide .artist-quote .name {
  font-weight: 600;
  font-size: 1.8rem;
}
@media (min-width: 768px) {
  .artist-slider .artist-slide .artist-quote .name {
    font-size: 2rem;
  }
}
.artist-slider .artist-slide .artist-quote .creds {
  color: #474747;
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .artist-slider .artist-slide .artist-quote .creds {
    font-size: 1.6rem;
  }
}

/*CATEGORY PAGES */
/* CATEGORY SUB CARD */
/* REMOVE ONCE FILTERS ARE PUT BACK IN */
.mobile-filter-btn {
  line-height: 3.2rem;
  text-transform: uppercase !important;
  margin-bottom: 20px;
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-width: 992px) {
  .mobile-filter-btn {
    display: none;
  }
}

/* REMOVE */
.category-sub-filters {
  font-size: 1.6rem;
  color: #8B96A3;
  margin-bottom: 30px;
}
.category-sub-filters .sort-by {
  display: none;
}
@media (min-width: 992px) {
  .category-sub-filters .sort-by {
    display: block;
  }
}
.category-sub-filters .filter-btn-wrapper {
  display: block;
}
@media (min-width: 992px) {
  .category-sub-filters .filter-btn-wrapper {
    display: none;
  }
}
.category-sub-filters .filter-btn-wrapper .btn {
  width: 100%;
  line-height: 3.2rem;
  text-transform: uppercase !important;
}
.category-sub-filters select {
  width: 268px;
  padding: 5px 5px 5px 15px;
  font-size: 16px;
  line-height: 1;
  border-radius: 4px;
  border: 1px solid #C6C6C6;
  height: 42px;
  background: url(../images/down-arrow.png) no-repeat right white;
  -webkit-appearance: none;
  background-position-x: 230px;
  color: #8B96A3;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
}
.category-sub-filters select::-ms-expand {
  display: none;
}

.category-list .view-more {
  text-align: left;
}
@media (min-width: 576px) {
  .category-list .view-more {
    text-align: right;
  }
}
.category-list.inside-slider .category-sub-card {
  width: 270px;
}
@media (min-width: 1200px) {
  .category-list.inside-slider .category-sub-card {
    width: 250px;
  }
}
.category-list.inside-slider .category-sub-card-wrapper {
  margin-top: 15px;
  padding-left: 13px;
  padding-right: 13px;
}
.category-list .category-sub-card-wrapper {
  margin-bottom: 40px;
}
.category-list .category-sub-card-wrapper a:hover {
  text-decoration: none;
}
.category-list .category-sub-card-wrapper .category-sub-card {
  flex-direction: column;
  -webkit-box-shadow: 1px 5px 10px 1px rgba(16, 16, 159, 0.1);
  -moz-box-shadow: 1px 5px 10px 1px rgba(16, 16, 159, 0.1);
  box-shadow: 1px 5px 10px 1px rgba(16, 16, 159, 0.1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  height: 100%;
  background: white;
  border-radius: 4px;
  position: relative;
}
.category-list .category-sub-card-wrapper .category-sub-card:hover {
  -webkit-box-shadow: 0px 10px 20px 10px rgba(16, 16, 159, 0.1);
  -moz-box-shadow: 0px 10px 20px 10px rgba(16, 16, 159, 0.1);
  box-shadow: 0px 10px 20px 10px rgba(16, 16, 159, 0.1);
}
.category-list .category-sub-card-wrapper .category-sub-card:hover .quickview {
  opacity: 0.75 !important;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.category-list .category-sub-card-wrapper .category-sub-card .product-images {
  position: relative;
  padding: 25px;
  margin-bottom: 0px;
  justify-content: center;
}
@media (min-width: 576px) {
  .category-list .category-sub-card-wrapper .category-sub-card .product-images {
    height: 246px;
    justify-content: center;
  }
}
.category-list .category-sub-card-wrapper .category-sub-card .product-images img {
  align-self: center;
  min-height: 1px;
  flex-shrink: 0;
}
.category-list .category-sub-card-wrapper .category-sub-card .product-images .quickview {
  z-index: 99;
  top: 10px;
  left: 10px;
  opacity: 1;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: #445870;
  position: absolute;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
@media (min-width: 768px) {
  .category-list .category-sub-card-wrapper .category-sub-card .product-images .quickview {
    opacity: 0;
    top: 40%;
    left: 40%;
    width: 5rem;
    height: 5rem;
  }
}
.category-list .category-sub-card-wrapper .category-sub-card .product-images .quickview:hover {
  opacity: 1 !important;
  box-shadow: 0 5px 10px 2px rgba(0, 0, 0, 0.45);
    				/* &:before {
    					    opacity:0;
    					    @media (min-width: 768px) { 
    					    	opacity:1;
    					    }
    					    content: 'Quick View';
						    color: white;
						    background-color: #445870;
						    padding: 5px;
						    font-size: 1.4rem;
						    border-radius: 4px;
						    font-family: "Roboto", sans-serif;
						    width: 90px;
						    position: absolute;
						    top: 60px;
						    left: -40%;
						    text-align: center;
						    box-shadow: 0 5px 10px 2px rgba(0, 0, 0, 0.45);
    				} */
}
.category-list .category-sub-card-wrapper .category-sub-card .product-images .quickview:after {
  display: inline-block;
  line-height: 3rem;
  width: 3rem;
  font-family: "FontAwesome";
  content: "\f002";
  color: #ffffff;
  text-align: center;
}
@media (min-width: 768px) {
  .category-list .category-sub-card-wrapper .category-sub-card .product-images .quickview:after {
    line-height: 5rem;
    width: 5rem;
  }
}
.category-list .category-sub-card-wrapper .category-sub-card .brand-logo {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 1;
}
.category-list .category-sub-card-wrapper .category-sub-card .brand-logo.radial {
  width: 56px;
  height: 21px;
  background-image: url("../images/radial-brand-logo.png");
  background-size: 100%;
}
.category-list .category-sub-card-wrapper .category-sub-card .brand-logo.tonebone {
  width: 94px;
  height: 8px;
  top: 10px;
  background-image: url("../images/tonebone-brand-logo.png");
  background-size: 100%;
}
.category-list .category-sub-card-wrapper .category-sub-card .brand-logo img {
  width: 100%;
  height: auto;
}
.category-list .category-sub-card-wrapper .category-sub-card .product-desc {
  padding: 15px;
}
.category-list .category-sub-card-wrapper .category-sub-card .product-desc.radial {
  border-top: 3px solid #EB2D2E;
}
.category-list .category-sub-card-wrapper .category-sub-card .product-desc.tonebone {
  border-top: 3px solid #2B45BE;
}
.category-list .category-sub-card-wrapper .category-sub-card .product-desc h2 {
  color: #333333;
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.category-list .category-sub-card-wrapper .category-sub-card .product-desc .short-desc {
  color: #8B96A3;
  font-weight: 700;
  font-size: 1.6rem;
  margin-bottom: 8px;
}
.category-list .category-sub-card-wrapper .category-sub-card .product-desc p {
  color: #333333;
  font-size: 1.6rem;
}

/* CATEGORY SUB MENU */
.grey-out {
  background: #333333;
  opacity: .45;
  z-index: 5;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0px;
  left: 0px;
}
@media (min-width: 992px) {
  .grey-out {
    display: none;
  }
}
.grey-out.hidden {
  display: none;
}

/* CUSTOM CHECKBOX */
/* Customize the label (the container) */
.brandRadioButton {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  font-size: 1.6rem;
  font-weight: 700;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.brandRadioButton .count {
  color: #8B96A3;
}
.brandRadioButton .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 19px;
  background-image: url("../images/radio-button.png");
  background-position: bottom;
}
.brandRadioButton .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.brandRadioButton input {
  position: absolute;
  opacity: 0;
}

/* When the radio button is checked, add a blue background */
.brandRadioButton input:checked ~ .checkmark {
  background-position: top;
}

/* Show the indicator (dot/circle) when checked */
.brandRadioButton input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
/* END CUSTOM CHECKBOX */
.mobile-cat-sub-menu {
  position: fixed !important;
  height: 100vh !important;
  width: 240px !important;
  top: 0px;
  left: 0px;
  background-color: white;
  z-index: 999;
}
.mobile-cat-sub-menu .close-menu {
  width: 23px;
  height: 23px;
  position: fixed;
  top: 15px;
  left: 260px;
  cursor: pointer;
  background-image: url("../images/submenu-close-btn.png");
}
@media (min-width: 992px) {
  .mobile-cat-sub-menu .close-menu {
    display: none;
  }
}
.mobile-cat-sub-menu.hidden {
  display: none;
}
@media (min-width: 992px) {
  .mobile-cat-sub-menu.hidden {
    display: block;
  }
}
@media (min-width: 992px) {
  .mobile-cat-sub-menu {
    position: relative !important;
    height: auto !important;
    width: auto !important;
    background-color: #F4F8FA;
  }
}

@media (min-width: 992px) {
  .category-sub-menu {
    -webkit-box-shadow: 1px 5px 10px 1px rgba(16, 16, 159, 0.1);
    -moz-box-shadow: 1px 5px 10px 1px rgba(16, 16, 159, 0.1);
    box-shadow: 1px 5px 10px 1px rgba(16, 16, 159, 0.1);
    border-radius: 4px;
    margin-bottom: 40px;
    background: white;
  }
}
.category-sub-menu ul {
  margin: 0px;
  list-style-type: none;
  padding: 20px 15px;
}
.category-sub-menu ul li {
  padding-bottom: 7px;
}
.category-sub-menu ul li:last-child {
  padding-bottom: 0px;
}
.category-sub-menu ul li.active a {
  color: #EB2D2E;
}
.category-sub-menu ul li a {
  color: #333333;
  font-size: 1.6rem;
  font-weight: 700;
}
.category-sub-menu ul li a:hover {
  opacity: .7;
  text-decoration: none;
}
.category-sub-menu .title {
  font-size: 2.4rem;
  font-weight: 700;
  font-family: "Exo 2", sans-serif;
  line-height: 2.4rem;
  border-bottom: 1px solid #C6D4E6;
  margin-bottom: 20px;
}
.category-sub-menu .title.radio-btns {
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .category-sub-menu .title {
    border-bottom: none;
    margin-bottom: 0px;
  }
}
.category-sub-menu ul.category-resources a {
  color: #333333;
}
@media (min-width: 992px) {
  .category-sub-menu ul.category-resources {
    background-color: #445870;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  .category-sub-menu ul.category-resources a {
    color: white;
  }
}
@media (min-width: 992px) {
  .category-sub-menu ul.category-resources .title {
    display: none;
  }
}

.cat-card-wrapper {
  margin-bottom: 40px;
}

.cat-card {
  border-radius: 4px;
  position: relative;
  font-family: "Roboto", sans-serif;
  height: 100%;
  overflow: hidden;
  -webkit-box-shadow: 1px 5px 10px 1px rgba(16, 16, 159, 0.1);
  -moz-box-shadow: 1px 5px 10px 1px rgba(16, 16, 159, 0.1);
  box-shadow: 1px 5px 10px 1px rgba(16, 16, 159, 0.1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  background: white;
}
.cat-card:hover {
  -webkit-box-shadow: 0px 10px 20px 10px rgba(16, 16, 159, 0.1);
  -moz-box-shadow: 0px 10px 20px 10px rgba(16, 16, 159, 0.1);
  box-shadow: 0px 10px 20px 10px rgba(16, 16, 159, 0.1);
}
.cat-card .card-img {
  background-position: center center;
  background-size: cover;
  height: 200px;
  width: 100%;
  border-radius: 6px 6px 0 0;
}
.cat-card .card-desc {
  padding: 15px;
  overflow: hidden;
  position: relative;
  bottom: 4px;
}
.cat-card .card-title {
  font-family: "Exo 2", sans-serif;
  font-weight: 700;
  color: #333333;
  font-size: 2.4rem;
  margin-top: 5px;
  margin-bottom: 7px;
  flex-grow: 0;
}
.cat-card .card-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 10px 15px 0px 15px;
}
.cat-card .card-content a {
  color: black;
  font-size: 1.6rem;
  padding-bottom: 8px;
}
.cat-card .card-content a:last-child {
  padding-bottom: 0px;
}
.cat-card .card-content a:hover {
  opacity: 0.65;
}
.cat-card .card-content #show {
  background-color: transparent;
  box-shadow: none !important;
  font-size: 2.4rem !important;
  color: #C6C6C6;
}
.cat-card .card-content #show:hover {
  color: #333333;
}
.cat-card a {
  color: #EB2D2E;
  font-size: 1.6rem;
}

.parent-card {
  cursor: pointer;
}

.app-card {
  width: 290px;
  background: white;
  margin-bottom: 15px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-box-shadow: 1px 5px 10px 1px rgba(16, 16, 159, 0.1);
  -moz-box-shadow: 1px 5px 10px 1px rgba(16, 16, 159, 0.1);
  box-shadow: 1px 5px 10px 1px rgba(16, 16, 159, 0.1);
  flex-shrink: 0;
  margin-right: 15px;
}
.app-card:first-child {
  margin-left: 5px;
}
.app-card .app-img:hover {
  cursor: pointer;
}
@media (min-width: 1200px) {
  .app-card {
    width: 350px;
  }
}
.app-card .app-desc {
  border-top: 2px solid #C6D4E6;
}
.app-card .app-desc h3 {
  font-size: 2.0rem;
  font-weight: 600;
  padding: 20px 20px 10px 20px;
}
.app-card .app-desc p {
  padding: 0px 20px 20px 20px;
  font-family: 1.6rem;
}

.product-card-popup {
  position: relative;
  /* height:100%; */
  height: 100%;
}
.product-card-popup .preloader {
  background-color: #F4F8FA;
  border-radius: 4px;
}
.product-card-popup .preloader:after {
  background: url(../images/loading.gif) center center no-repeat;
  background-size: 40px 40px;
  content: '';
  width: 100%;
  height: 100%;
}
.product-card-popup .product-popup-close:before {
  content: '';
  font-family: Ionicons;
  content: "\f129";
  font-size: 2rem;
}
@media (min-width: 768px) {
  .product-card-popup {
    height: 400px;
  }
}
.product-card-popup .photos {
  background-color: #FFF;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
@media (min-width: 768px) {
  .product-card-popup .photos {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 0px;
  }
}
.product-card-popup .photos .product-tabs {
  height: 66px;
  border-bottom: 1px solid #C6D4E6;
  margin-left: 5px;
}
.product-card-popup .photos .product-tabs a.tab {
  font-family: "Roboto", sans-serif;
  width: 100px;
  text-align: center;
  color: #445870;
  opacity: .5;
  font-weight: 700;
  line-height: 60px;
}
.product-card-popup .photos .product-tabs a.tab:hover {
  text-decoration: none;
}
.product-card-popup .photos .product-tabs a.tab .svg-underline {
  opacity: 0;
}
.product-card-popup .photos .product-tabs a.tab.active {
  color: black;
  opacity: 1;
}
.product-card-popup .photos .product-tabs a.tab.active .svg-underline {
  opacity: 1;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .product-card-popup .photos .product-tabs a.tab.active .svg-underline {
    display: none;
  }
}
.product-card-popup .photos .photo-slider .slick-slide, .product-card-popup .photos .application-slider .slick-slide {
  height: 290px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-card-popup .photos .photo-slider .slick-slide img, .product-card-popup .photos .application-slider .slick-slide img {
  display: block;
  /*margin: 0 auto;*/
  max-height: 80%;
  max-width: 80%;
}
.product-card-popup .photos .photo-slider .slick-next:before, .product-card-popup .photos .photo-slider .slick-prev:before, .product-card-popup .photos .application-slider .slick-next:before, .product-card-popup .photos .application-slider .slick-prev:before {
  height: 35px;
  border: none;
  padding-top: 8px;
  color: #70808D !important;
  background: none !important;
  font-size: 4rem;
}
.product-card-popup .photos .photo-slider .slick-prev, .product-card-popup .photos .application-slider .slick-prev {
  left: 7px;
  z-index: 999;
}
.product-card-popup .photos .photo-slider .slick-prev:before, .product-card-popup .photos .application-slider .slick-prev:before {
  font-family: Ionicons;
  content: "\f3d2";
}
.product-card-popup .photos .photo-slider .slick-next, .product-card-popup .photos .application-slider .slick-next {
  right: 7px;
  z-index: 999;
}
.product-card-popup .photos .photo-slider .slick-next:before, .product-card-popup .photos .application-slider .slick-next:before {
  font-family: Ionicons;
  content: "\f3d3";
}
.product-card-popup .photos .photo-slider .slick-dots li, .product-card-popup .photos .application-slider .slick-dots li {
  width: 10px;
}
.product-card-popup .photos .photo-slider .slick-dots li button:before, .product-card-popup .photos .application-slider .slick-dots li button:before {
  font-family: FontAwesome;
  content: "\f10c";
  font-size: 1.4rem;
  color: #C6C6C6;
}
.product-card-popup .photos .photo-slider .slick-dots .slick-active button:before, .product-card-popup .photos .application-slider .slick-dots .slick-active button:before {
  font-family: FontAwesome;
  content: "\f111";
  color: #EB2D2E;
  opacity: 1 !important;
}
.product-card-popup .description {
  background-color: #F4F8FA;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0px;
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .product-card-popup .description {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
@media (min-width: 768px) {
  .product-card-popup .description {
    border-top-left-radius: 0px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }
}
.product-card-popup .description h2 {
  font-size: 2.4rem;
  color: black;
  margin-bottom: 12px;
  font-weight: 700;
}
.product-card-popup .description h3 {
  font-size: 1.6rem;
  color: #445870;
  font-weight: 900;
  font-family: "Roboto", sans-serif !important;
  margin-bottom: 12px;
}
.product-card-popup .description .partno {
  color: #445870;
  font-size: 1.4rem;
}
.product-card-popup .description .desc {
  display: none;
  padding-bottom: 20px;
  color: black;
}
@media (min-width: 768px) {
  .product-card-popup .description .desc {
    display: block;
  }
}
.product-card-popup .description .view-product {
  align-self: flex-start;
  padding: 10px 15px;
}

/*@import 'components/_product-app-nav.scss';*/
.mfp-container {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.toolbar {
  height: 53px;
  background-color: #F4F8FA;
  top: 0;
  width: 100%;
  font-size: 1.6rem;
  border-radius: 4px 4px 0 0;
}
.toolbar ul {
  display: flex;
  align-items: center;
  height: 53px;
}
.toolbar ul li {
  margin-right: 30px;
}
.toolbar ul li a {
  color: #C6D4E6;
}
.toolbar ul li .high-res:before {
  font-family: FontAwesome;
  content: "\f019";
  font-size: 1.8rem;
  margin-right: 10px;
}
.toolbar ul li .press-kit:before {
  font-family: FontAwesome;
  content: "\f1c6";
  font-size: 1.8rem;
  margin-right: 10px;
}

.photo-gallery {
  background: #FFF;
  border-radius: 4px;
  height: 100vh;
  position: relative;
  padding-left: 0 !important;
  padding-right: 0 !important;
  /*height:100%;*/
  /*.tabcontent {
      display: none;
  }*/
}
@media (min-width: 576px) {
  .photo-gallery {
    height: 100%;
    width: 60vw;
  }
}
@media (min-width: 992px) {
  .photo-gallery {
    max-width: 55vw;
  }
}
.photo-gallery .gallery-slider {
  padding: 50px 25px;
  box-sizing: border-box;
}
.photo-gallery .gallery-slider .slick-next, .photo-gallery .gallery-slider .slick-prev {
  z-index: 9999;
  height: 10px !important;
}
.photo-gallery .gallery-slider .slick-next:before, .photo-gallery .gallery-slider .slick-prev:before {
  color: #C6D4E6;
  font-size: 3.5rem;
  font-family: Ionicons;
}
.photo-gallery .gallery-slider .slick-prev {
  left: 13px;
}
.photo-gallery .gallery-slider .slick-prev:before {
  font-family: Ionicons;
  content: "\f3d2";
}
.photo-gallery .gallery-slider .slick-next {
  right: 13px;
}
.photo-gallery .gallery-slider .slick-next:before {
  font-family: Ionicons;
  content: "\f3d3";
}
.photo-gallery .gallery-slider .main-img img {
  display: block;
  margin: 0 auto;
  max-height: 18rem;
  max-width: 80%;
  cursor: pointer;
}
@media (min-width: 768px) {
  .photo-gallery .gallery-slider .main-img img {
    max-width: 70%;
  }
}
@media (min-width: 992px) {
  .photo-gallery .gallery-slider .main-img img {
    max-height: 35rem;
    max-width: 70%;
  }
}
.photo-gallery .photo-tabs {
  margin-left: 15px;
  display: flex;
  font-size: 1.6rem;
  max-height: 6.3rem;
  /*justify-content: space-around;*/
  width: 93%;
}
@media (min-width: 768px) {
  .photo-gallery .photo-tabs {
    justify-content: flex-start;
  }
}
.photo-gallery .photo-tabs nav {
  display: flex;
}
.photo-gallery .photo-tabs button {
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  color: #C6D4E6;
  text-align: left;
  margin-bottom: 8px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
@media (min-width: 576px) {
  .photo-gallery .photo-tabs button {
    width: 12rem;
    text-align: center;
  }
}
.photo-gallery .photo-tabs .tab {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .photo-gallery .photo-tabs .tab {
    margin-right: 25px;
  }
}
.photo-gallery .photo-tabs .tab svg {
  visibility: hidden;
}
.photo-gallery .photo-tabs .tab a {
  color: #333;
}
.photo-gallery .photo-tabs .tab.active button {
  color: #333333;
}
.photo-gallery .photo-tabs .tab.active button:hover {
  opacity: 0.7;
}
.photo-gallery .photo-tabs .tab.active svg {
  visibility: visible;
  width: 8rem;
  height: 9px;
  position: absolute;
  z-index: 1;
  pointer-events: none;
  text-align: center;
}
@media (min-width: 768px) {
  .photo-gallery .photo-tabs .tab.active svg {
    width: 9rem;
  }
}
.photo-gallery .thumb-slider {
  padding: 15px 32px;
  border-top: 1px solid #C6D4E6;
}
.photo-gallery .thumb-slider .slick-next:before, .photo-gallery .thumb-slider .slick-prev:before {
  color: #C6D4E6;
  font-size: 35px;
  font-family: Ionicons;
}
.photo-gallery .thumb-slider .slick-prev {
  left: 13px;
}
.photo-gallery .thumb-slider .slick-prev:before {
  font-family: Ionicons;
  content: "\f3d2";
}
.photo-gallery .thumb-slider .slick-next {
  right: 13px;
}
.photo-gallery .thumb-slider .slick-next:before {
  font-family: Ionicons;
  content: "\f3d3";
}
.photo-gallery .thumb-slider .thumb {
  height: 120px;
  opacity: 0.5;
}
.photo-gallery .thumb-slider .thumb img {
  cursor: pointer;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  max-width: 14rem;
  margin: 10px auto;
  border-radius: 4px;
  max-height: 100px;
}
.photo-gallery .thumb-slider .slick-current {
  opacity: 1;
}

.product-popup-close {
  color: #333333;
}
.product-popup-close:before {
  content: '';
  font-family: Ionicons;
  content: "\f129";
  font-size: 2rem;
}

/* PRODUCT PAGE COMPONENTS */
.product-page.inner .product-header {
  margin-bottom: 40px;
  background-position: center center;
  background-size: cover;
  height: 150px;
  background: #333333;
}
@media (min-width: 576px) {
  .product-page.inner .product-header {
    min-height: 160px;
  }
}
@media (min-width: 768px) {
  .product-page.inner .product-header {
    min-height: 190px;
  }
}
@media (min-width: 992px) {
  .product-page.inner .product-header {
    min-height: 200px;
  }
}
@media (min-width: 1200px) {
  .product-page.inner .product-header {
    min-height: 200px;
  }
}
.product-page.inner .product-header h1 {
  padding-top: 40px;
  color: white;
}
@media (min-width: 576px) {
  .product-page.inner .product-header h1 {
    padding-top: 40px;
  }
}
@media (min-width: 992px) {
  .product-page.inner .product-header h1 {
    padding-top: 15px;
  }
}
.product-page.intro .product-header {
  background-size: cover;
  background-position: center center;
  margin-top: 60px;
  height: 217px;
}
@media (min-width: 576px) {
  .product-page.intro .product-header {
    min-height: 277px;
  }
}
@media (min-width: 768px) {
  .product-page.intro .product-header {
    min-height: 337px;
  }
}
@media (min-width: 992px) {
  .product-page.intro .product-header {
    min-height: 397px;
  }
}
@media (min-width: 1200px) {
  .product-page.intro .product-header {
    min-height: 557px;
  }
}
.product-page.intro .product-header .gradient {
  background-image: linear-gradient(45deg, #282b39, rgba(40, 43, 57, 0.3), #282b39);
  /* min-height:200px;*/
}
.product-page.intro .product-header .product-info-wrapper {
  height: 70%;
}
.product-page.intro .product-header .product-info-wrapper .product-info {
  width: 100%;
}
@media (min-width: 576px) {
  .product-page.intro .product-header .product-info-wrapper .product-info {
    display: block;
  }
}
.product-page.intro .product-header .product-info-wrapper .product-info p, .product-page.intro .product-header .product-info-wrapper .product-info h1, .product-page.intro .product-header .product-info-wrapper .product-info h2 {
  color: white;
}
.product-page.intro .product-header .product-info-wrapper .product-info p {
  margin-bottom: 30px;
}
.product-page.intro .product-header .product-info-wrapper .product-info h1 {
  /*margin-top:80px;*/
  font-size: 3.4rem;
  text-align: center;
}
@media (min-width: 576px) {
  .product-page.intro .product-header .product-info-wrapper .product-info h1 {
    margin-top: 0px;
    font-size: 4.8rem;
    font-weight: 600;
    text-align: left;
  }
}
.product-page.intro .product-header .product-info-wrapper .product-info h2 {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 300;
  display: none;
}
@media (min-width: 576px) {
  .product-page.intro .product-header .product-info-wrapper .product-info h2 {
    text-align: left;
    display: block;
    margin-bottom: 20px;
  }
}
.product-page.intro .product-header .product-info-wrapper .product-info .btn-wrapper {
  text-align: center;
}
@media (min-width: 576px) {
  .product-page.intro .product-header .product-info-wrapper .product-info .btn-wrapper {
    text-align: left;
  }
}
.product-page.intro .product-header .product-info-wrapper .product-info .btn {
  padding: 10px 20px;
}
.product-page.intro .product-header .product-info-wrapper .product-info .btn span:before {
  font-family: "Ionicons";
  content: "\f3e7";
  padding-right: 5px;
}
.product-page .product-content .rewards {
  margin-top: 20px;
  margin-right: 0px;
  margin-left: 0px;
}
.product-page .product-content .rewards img {
  max-width: 60%;
  height: auto;
}
.product-page .product-content .mobile-header-content {
  display: block;
}
.product-page .product-content .mobile-header-content h1 {
  font-size: 3.6rem;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.product-page .product-content .mobile-header-content h2 {
  font-size: 1.8rem;
}
.product-page .product-content .mobile-header-content .part-no {
  font-size: 1.6rem;
  color: #8B96A3;
  font-weight: 700;
}
.product-page .product-content .mobile-header-content .btn {
  display: none;
}
@media (min-width: 576px) {
  .product-page .product-content .mobile-header-content {
    display: none;
  }
}
.product-page .product-content h1 {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 30px;
}
.product-page .product-content h1.remove-line span:after {
  border: none !important;
  box-shadow: none !important;
}
.product-page .product-content h1 span {
  position: relative;
}
.product-page .product-content h1 span:after {
  content: ' ';
  position: absolute;
  top: 125%;
  width: 100%;
  border: 2px solid #EB2D2E;
  left: 0px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.product-page .product-content ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.product-page .product-content .product-details ul {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 20px;
  list-style: none;
}
.product-page .product-content .product-details ul li {
  list-style-position: inside;
  text-indent: -1em;
  padding-left: 1em;
}
.product-page .product-content .product-details ul li:before {
  color: #EB2D2E;
  content: "\2022";
  font-size: 2rem;
  padding-right: .75rem;
  position: relative;
  top: 2px;
}
.product-page .side-bar .resource-links {
  border-radius: 4px;
  border: 1px solid #C6D4E6;
  color: #333333;
  margin-top: 40px;
}
@media (min-width: 992px) {
  .product-page .side-bar .resource-links {
    margin-top: 0px;
  }
}
.product-page .side-bar .resource-links h2 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 4.4rem;
  padding: 10px 0px 0px 10px;
  cursor: pointer;
  display: block;
  position: relative;
}
.product-page .side-bar .resource-links h2.down:after {
  content: "\f3d0";
  font-family: Ionicons;
  position: absolute;
  right: 15px;
  font-size: 3rem;
}
.product-page .side-bar .resource-links h2.up:after {
  content: "\f3d8";
  font-family: Ionicons;
  position: absolute;
  right: 15px;
  font-size: 3rem;
}
@media (min-width: 992px) {
  .product-page .side-bar .resource-links h2.down, .product-page .side-bar .resource-links h2.up {
    background: none;
  }
  .product-page .side-bar .resource-links h2.down:after, .product-page .side-bar .resource-links h2.up:after {
    content: '';
  }
}
@media (min-width: 992px) {
  .product-page .side-bar .resource-links h2 {
    cursor: default;
    line-height: 3rem;
  }
}
.product-page .side-bar .resource-links .menu-container {
  overflow: hidden;
  width: 100%;
  height: 0px;
  -webkit-transition: height 0.4s linear;
  -moz-transition: height 0.4s linear;
  -ms-transition: height 0.4s linear;
  -o-transition: height 0.4s linear;
  transition: height 0.4s linear;
}
.product-page .side-bar .resource-links .menu-container.open {
  height: 110px;
}
@media (min-width: 992px) {
  .product-page .side-bar .resource-links .menu-container {
    height: 100%;
  }
}
.product-page .side-bar .resource-links ul a {
  font-size: 1.8rem;
  text-decoration: none;
}
.product-page .side-bar .resource-links ul li {
  padding: 0px 0px 10px 10px;
}
.product-page .side-bar .resource-links ul li:first-child {
  padding-top: 10px;
}
.product-page .side-bar .resource-links ul.main li a {
  color: #333333;
  font-weight: 700;
}
@media (min-width: 992px) {
  .product-page .side-bar .resource-links ul.optional li {
    background: #445870;
  }
}
.product-page .side-bar .resource-links ul.optional li a {
  color: #768699;
}
@media (min-width: 992px) {
  .product-page .side-bar .resource-links ul.optional li a {
    color: white;
  }
}

.product-images {
  cursor: pointer;
  margin-bottom: 30px;
}
.product-images .product-photo-link {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-align: center;
  color: #8B96A3;
  font-size: 1.4rem;
  display: block;
  text-decoration: none;
  margin-bottom: 20px;
}
.product-images .product-photo-link:hover {
  color: #EB2D2E;
}
.product-images.desktop {
  display: none;
}
@media (min-width: 992px) {
  .product-images.desktop {
    display: block;
  }
}
.product-images.phone {
  margin: auto;
  text-align: center;
}
@media (min-width: 576px) {
  .product-images.phone {
    display: none;
  }
}
.product-images.tablet {
  display: none;
}
@media (min-width: 576px) {
  .product-images.tablet {
    display: block;
  }
}
@media (min-width: 992px) {
  .product-images.tablet {
    display: none;
  }
}

.product-points li:before {
  content: "\f111";
  font-size: 5px;
  vertical-align: middle;
  line-height: 23px;
  font-family: 'FontAwesome';
  color: #EB2D2E;
  margin: 0 10px 0 0px;
}

.no-margin {
  margin-bottom: 0px;
}

.inner .product-nav {
  position: absolute;
  z-index: 2;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
@media (min-width: 992px) {
  .inner .product-nav {
    position: initial;
  }
}
.inner .product-nav:after {
  content: "";
  height: 6px;
  width: 100%;
  position: absolute;
  top: 50px;
  z-index: 2;
  left: 0px;
}
@media (min-width: 992px) {
  .inner .product-nav:after {
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    top: 142px;
  }
}
.inner .product-nav.fixed {
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.inner .product-nav.fixed:after {
  box-shadow: none;
}

.admin-bar .product-nav {
  top: 112px;
}
@media (min-width: 992px) {
  .admin-bar .product-nav:after {
    top: 172px;
  }
}
.admin-bar .product-nav.fixed {
  top: 0px;
}
@media (min-width: 768px) {
  .admin-bar .product-nav.fixed {
    top: 32px;
  }
}

.product-nav {
  background: #333333;
  height: 60px;
  -webkit-transition: height 0.4s ease-out;
  -moz-transition: height 0.4s ease-out;
  -ms-transition: height 0.4s ease-out;
  -o-transition: height 0.4s ease-out;
  transition: height 0.4s ease-out;
  position: absolute;
  top: 60px;
  /* z-index: 2; */
}
@media (min-width: 768px) {
  .product-nav {
    top: 80px;
  }
}
.product-nav.fixed {
  top: 0px;
  position: fixed !important;
  z-index: 999;
}
.product-nav .mobile-close {
  -webkit-transition: height 0.3s ease-in;
  -moz-transition: height 0.3s ease-in;
  -ms-transition: height 0.3s ease-in;
  -o-transition: height 0.3s ease-in;
  transition: height 0.3s ease-in;
  opacity: 0;
}
.product-nav .ul-nav-container ul {
  list-style-type: none;
}
.product-nav .ul-nav-container ul li {
  padding-left: 0px;
}
@media (min-width: 992px) {
  .product-nav .ul-nav-container ul li {
    padding-left: 40px;
  }
  .product-nav .ul-nav-container ul li:first-child {
    padding-left: 0px;
  }
}
.product-nav.mobile-active {
  cursor: pointer;
  height: 400px;
  z-index: 990;
}
.product-nav.mobile-active .mobile-border {
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  height: 60px;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
@media (min-width: 992px) {
  .product-nav.mobile-active .mobile-border {
    display: none;
  }
}
.product-nav.mobile-active .mobile-close {
  opacity: 100;
  background: black;
  font-size: 1.8rem;
  color: white;
  text-align: center;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  font-family: "Roboto", sans-serif;
}
@media (min-width: 992px) {
  .product-nav.mobile-active .mobile-close {
    display: none;
    top: 0px;
  }
}
.product-nav.mobile-active .mobile-product-close {
  z-index: 2;
}
.product-nav.mobile-active .ul-nav-container {
  display: block;
}
.product-nav.mobile-active .ul-nav-container ul {
  height: 100%;
}
.product-nav.mobile-active .ul-nav-container li {
  padding-bottom: 20px;
}
.product-nav.mobile-active .ul-nav-container li:first-child {
  padding-top: 20px;
}
.product-nav.mobile-active .ul-nav-container li:last-child {
  padding-bottom: 80px;
}
@media (min-width: 992px) {
  .product-nav.mobile-active {
    top: 80px;
    height: 60px;
  }
  .product-nav.mobile-active .ul-nav-container {
    display: block;
  }
  .product-nav.mobile-active .ul-nav-container ul {
    height: 60px;
  }
  .product-nav.mobile-active .ul-nav-container li {
    padding-bottom: 0px;
  }
  .product-nav.mobile-active .ul-nav-container li:first-child {
    padding-top: 0px;
  }
  .product-nav.mobile-active .ul-nav-container li:last-child {
    padding-bottom: 0px;
  }
}
.product-nav .title a {
  color: white;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 60px;
  font-family: "Exo 2", sans-serif;
  text-decoration: none;
}
@media (min-width: 576px) {
  .product-nav .title a {
    font-size: 2.4rem;
  }
}
.product-nav .mobile-product-close {
  color: #EB2D2E;
  font-size: 1.4rem;
  text-align: right;
  line-height: 60px;
  cursor: pointer;
}
.product-nav .mobile-product-close .btn {
  margin-top: 13px;
}
@media (min-width: 576px) {
  .product-nav .mobile-product-close {
    font-size: 1.6rem;
  }
}
@media (min-width: 992px) {
  .product-nav .mobile-product-close {
    display: none;
  }
}
.product-nav .ul-nav-container ul {
  -webkit-transition: height 0.4s ease-out;
  -moz-transition: height 0.4s ease-out;
  -ms-transition: height 0.4s ease-out;
  -o-transition: height 0.4s ease-out;
  transition: height 0.4s ease-out;
  height: 0px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .product-nav .ul-nav-container ul {
    height: 60px;
  }
}
.product-nav ul {
  display: flex;
  justify-content: space-around;
  color: white;
  align-items: center;
  margin: 0px;
  padding: 0px;
}
.product-nav ul li a {
  font-size: 1.6rem;
  color: white;
  text-decoration: none;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.product-nav ul li a:hover {
  opacity: .8;
  color: white;
}
.product-nav ul li a.btn {
  text-transform: uppercase !important;
}
.product-nav ul li a.btn i {
  font-size: 2rem;
  padding-right: 5px;
}
.product-nav ul li.active a {
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
  color: #EB2D2E;
}
.product-nav ul li.active a:hover {
  color: white;
  opacity: .8;
}

.accessory-page .product-header h2 {
  color: white;
}
.accessory-page .product-header h1 {
  padding-top: 10px !important;
  margin-bottom: 25px;
}
@media (min-width: 576px) {
  .accessory-page .product-header h1 {
    padding-top: 20px !important;
  }
}
@media (min-width: 768px) {
  .accessory-page .product-header h1 {
    padding-top: 40px !important;
  }
}
.accessory-page .accordion {
  margin-top: 40px;
  margin-bottom: 40px;
}

.accessories {
  	/* styles for accessories modal no longer using
  
  
  	position: relative;
  	background: #FFF;
  	border-radius: 4px;
  	width: 100vw;
  	min-height: 100vh;
  	margin: 0 auto;
  	
  	@media (min-width: 768px) {
  	  	min-height: 43vh;
  	  	width: 65vw;
  	}
  
  	@media (min-width: 992px) {
  		width: 55vw;
  	}*/
}
.accessories a {
  color: #333333;
}
.accessories .accessory-title {
  height: 100px;
  order: 0;
}
.accessories .accessory-title h2 {
  line-height: 100px;
  font-weight: 700;
  font-size: 2.5rem;
}
.accessories .accessory-name a {
  text-decoration: none;
  color: #333333;
}
.accessories .accessory-name a:hover {
  opacity: .8;
}
.accessories .accessory-name h3 {
  line-height: 60px;
  font-size: 2rem;
  font-family: Roboto !important;
  font-weight: 700;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.accessories .accessory-name h3:hover {
  opacity: .8;
  color: #333333;
}
.accessories .accessory-name h3:after {
  content: "\f3d8";
  font-family: Ionicons;
  position: absolute;
  right: 15px;
  font-size: 3rem;
}
.accessories .accessory-name .collapsed h3:after {
  content: "\f3d0";
}
.accessories .card {
  border: none;
}
.accessories .card-header {
  padding: 0rem 1.25rem;
}
.accessories .card-block {
  display: flex;
  flex-direction: column;
  margin: 1rem 0;
}
.accessories .card-block .acc-title {
  order: 0;
}
.accessories .card-block .acc-title h3 {
  font-size: 2rem;
  font-family: Roboto;
  font-weight: 700;
  margin-bottom: 5px;
}
.accessories .card-block .acc-title p {
  font-size: 1.6rem;
  color: #8B96A3;
  margin-bottom: 15px;
}
.accessories .card-block .acc-desc {
  order: 1;
}
@media (min-width: 992px) {
  .accessories .card-block .acc-desc {
    order: 0;
  }
}
.accessories .card-block .acc-img {
  order: 0;
}
@media (min-width: 992px) {
  .accessories .card-block .acc-img {
    order: 1;
  }
}
.accessories .hr {
  color: #C6D4E6;
  height: 2px;
  width: 100%;
  margin: 20px 0;
}
.accessories .accessory-img img {
  width: 100%;
}

.accessory-name {
  height: 60px;
  background-color: #F4F8FA !important;
  border-bottom: 1px solid #C6D4E6 !important;
  cursor: pointer;
}

.accessory-page-title h1 {
  padding-top: 20px;
  color: #fff;
  margin-bottom: 0px;
}
@media (min-width: 992px) {
  .accessory-page-title h1 {
    padding-top: 0px;
  }
}
.accessory-page-title p {
  color: #fff;
}

.accessory-page-p {
  margin-top: 2rem;
  margin-bottom: 5rem;
}

.accessory-page-title {
  padding-top: 2rem;
}

.features {
  margin-top: 60px;
  margin-bottom: 100px;
}

.features-tabs-wrapper {
  position: relative;
}
.features-tabs-wrapper .inline-scrollable-right {
  cursor: pointer;
  height: 80%;
  position: absolute;
  right: 0;
  top: 0%;
  visibility: visible;
  width: 42px;
  background: linear-gradient(-90deg, white 0%, rgba(255, 255, 255, 0) 100%);
}
.features-tabs-wrapper .inline-scrollable-right.inactive {
  display: none;
}
@media (min-width: 768px) {
  .features-tabs-wrapper .inline-scrollable-right {
    display: none;
  }
}
.features-tabs-wrapper .inline-scrollable-right:after {
  content: "\f30f";
  font-family: Ionicons;
  font-size: 3rem;
  color: grey;
  position: absolute;
  top: 30%;
  right: 0;
}
.features-tabs-wrapper .inline-scrollable-left {
  cursor: pointer;
  height: 80%;
  position: absolute;
  left: 0;
  top: 0%;
  visibility: visible;
  width: 42px;
  background: linear-gradient(90deg, white 0%, rgba(255, 255, 255, 0) 100%);
}
.features-tabs-wrapper .inline-scrollable-left.inactive {
  display: none;
}
@media (min-width: 768px) {
  .features-tabs-wrapper .inline-scrollable-left {
    display: none;
  }
}
.features-tabs-wrapper .inline-scrollable-left:after {
  content: "\f2ca";
  font-family: Ionicons;
  font-size: 3rem;
  color: grey;
  position: absolute;
  top: 30%;
  left: 0;
}

.feature-tabs {
  display: flex;
  height: 100%;
  font-size: 1.6rem;
  border-bottom: 1px solid #C6D4E6;
  justify-content: flex-start;
  align-items: center;
  /* overflow-y: auto; */
  flex-wrap: nowrap;
}
.feature-tabs .tab {
  cursor: pointer;
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 140px;
  position: relative;
}
.feature-tabs .tab img {
  align-self: center;
  height: auto;
  max-width: 90%;
  max-height: 100px;
  flex-shrink: 0;
}
.feature-tabs .tab .svg-underline {
  position: absolute;
  bottom: 0px;
  width: 100%;
  left: -1px;
}
.feature-tabs .tab .svg-underline svg {
  visibility: hidden;
}
.feature-tabs .tab.active .svg-underline svg {
  visibility: visible;
}

.feature-panel-wrapper {
  margin: 0 auto;
}

.feature-panel-container .feature-wrapper {
  margin-left: 17px;
  margin-top: 17px;
}
.feature-panel-container .feature {
  background: #F4F8FA;
  border: 1px solid #C6D4E6;
  border-radius: 4px;
  color: black;
  padding: 25px;
  position: relative;
}
.feature-panel-container .feature h2 {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 15px;
}
.feature-panel-container .feature p {
  font-size: 1.6rem;
}
.feature-panel-container .feature .count {
  position: absolute;
  border-radius: 50%;
  background: #EB2D2E;
  font-family: "Exo 2", sans-serif;
  left: -17px;
  top: -17px;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  color: white;
}
.feature-panel-container .slick-arrow {
  top: 115%;
  -webkit-box-shadow: 1px 5px 10px 1px rgba(16, 16, 159, 0.1);
  -moz-box-shadow: 1px 5px 10px 1px rgba(16, 16, 159, 0.1);
  box-shadow: 1px 5px 10px 1px rgba(16, 16, 159, 0.1);
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: white;
  opacity: 1 !important;
}
.feature-panel-container .slick-arrow:hover:before {
  color: #EB2D2E;
}
.feature-panel-container .slick-arrow:before {
  content: '\f489';
  font-family: "Ionicons";
  opacity: 1 !important;
  font-weight: 700;
  color: #9c9b9b;
  font-size: 1.3rem;
  line-height: 23px;
  text-align: center;
}
.feature-panel-container .slick-prev {
  left: 40%;
}
.feature-panel-container .slick-prev:before {
  content: "\f124";
}
.feature-panel-container .slick-next {
  right: 40%;
}
.feature-panel-container .slick-next:before {
  content: "\f125";
}

.product-features {
  margin-top: 60px;
  margin-bottom: 100px;
}
.product-features .feature-image-container {
  margin: 0 auto;
  padding-bottom: 30px;
}
.product-features .feature-image-container .features-wrapper {
  position: relative;
}
.product-features .feature-image-container .feature-point {
  position: absolute;
  background: white;
  opacity: .5;
  border-radius: 50%;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  /* @include box-shadow(0px, 2px, 0px, 0px, rbga(0, 0, 0, 0.25)); */
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.25);
  width: 30px;
  height: 30px;
  font-family: "Exo 2", sans-serif;
  line-height: 30px;
  color: #EB2D2E;
  font-size: 1.6rem;
  text-align: center;
  font-weight: 700;
}
.product-features .feature-image-container .feature-point:hover, .product-features .feature-image-container .feature-point.active {
  cursor: pointer;
  background: #EB2D2E;
  color: white;
  opacity: 1;
}

.product-specs .spec-content {
  padding-bottom: 40px;
}
.product-specs .report {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .product-specs .report {
    margin-bottom: 0px;
  }
}
.product-specs .report .pdf-img a {
  display: block;
  text-align: center;
  color: #EB2D2E;
  padding-bottom: 20px;
}
.product-specs .report .pdf-img a:hover {
  text-decoration: none;
}
.product-specs .report .pdf-img a span {
  display: none;
}
@media (min-width: 992px) {
  .product-specs .report .pdf-img a {
    padding-bottom: 0px;
  }
  .product-specs .report .pdf-img a span {
    display: block;
  }
}
@media (min-width: 992px) {
  .product-specs .report .report-content {
    padding-left: 10px;
  }
}
.product-specs .report .report-content h2 {
  font-family: "Roboto", sans-serif !important;
  font-size: 1.8rem;
  color: #333333;
}
.product-specs .report .report-content a {
  display: block;
  color: #EB2D2E;
  font-size: 1.6rem;
}
.product-specs .report .report-content a:hover {
  text-decoration: none;
}
@media (min-width: 992px) {
  .product-specs .report .report-content a {
    display: none;
  }
}
.product-specs .report.green {
  background: #EBFFE3;
  border: 1px solid #B4DAA4;
  padding: 20px 10px 20px 10px;
}
.product-specs .report.blue {
  background: #e8edff;
  border: 1px solid #b9c9fe;
  padding: 20px 10px 20px 10px;
}
.product-specs .specifications-tabs {
  display: flex;
  border-bottom: 1px solid #C9C9C9;
  margin-bottom: 20px;
}
.product-specs .specifications-tabs .tab {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 20px;
  margin-right: 20px;
  cursor: pointer;
  padding: 0px 10px 20px 10px;
}
.product-specs .specifications-tabs .tab .svg-underline {
  position: absolute;
  bottom: -1px;
  width: 100%;
  left: -1px;
}
.product-specs .specifications-tabs .tab .svg-underline svg {
  visibility: hidden;
}
.product-specs .specifications-tabs .tab.active .svg-underline svg {
  visibility: visible;
}
.product-specs .tabcontent {
  margin-bottom: 40px;
}
.product-specs .compare {
  margin-bottom: 40px;
}
.product-specs .compare select {
  border-radius: 4px;
  width: 100%;
  font-size: 1.6rem;
  height: 4rem;
  padding-left: 20px;
  border: 1px solid #C6C6C6;
  font-weight: 700;
  /* needed */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("../images/select-compare-arrow.png");
  background-position: top right;
  background-repeat: no-repeat;
}
.product-specs .compare select option:first-child {
  display: none;
}
.product-specs .specs-table td {
  font-size: 1.6rem;
}
.product-specs .specs-table thead th, .product-specs .specs-table .heading td {
  font-size: 1.8rem;
  background: #F4F8FA;
  font-weight: 700;
}
.product-specs .graphs {
  margin-bottom: 60px;
}
@media (min-width: 992px) {
  .product-specs .graphs {
    margin-top: 20px;
  }
}
.product-specs .graphs h2 {
  font-family: "Roboto", sans-serif !important;
  font-size: 1.8rem;
  padding-bottom: 20px;
}
.product-specs .graphs .graph-desc {
  margin-bottom: 40px;
  border-radius: 4px;
  border: 1px solid #C9C9C9;
  padding: 20px;
}
@media (min-width: 992px) {
  .product-specs .graphs .graph-desc {
    margin-top: 75px;
  }
}
.product-specs .graphs .graph-desc p {
  font-size: 1.8rem;
  font-weight: 700;
}
.product-specs .graphs .graph-desc .btn {
  display: block;
  margin-top: 20px;
}
.product-specs .graphs .graph {
  margin-bottom: 40px;
}
.product-specs .graphs .graph .title {
  text-align: center;
  font-family: "Roboto", sans-serif !important;
  font-size: 1.4rem;
  font-weight: 700;
}
.product-specs .graphs .graph .graph-cont {
  border: 1px solid #C6C6C6;
  padding: 10px;
}
.product-specs .graphs .graph a .title {
  color: #333333;
}
.product-specs .graphs .main-graph {
  margin-bottom: 20px;
}
.product-specs .compare-product {
  display: none;
}
.product-specs .compare-close {
  font-size: 1.4rem;
  display: none;
  cursor: pointer;
}

.productPhotos {
  position: relative;
  /* height:100%; */
}
.productPhotos .product-popup-close:before {
  content: '';
  font-family: Ionicons;
  content: "\f129";
  font-size: 2rem;
}
.productPhotos .toolbar {
  height: 53px;
  background-color: #F4F8FA;
  top: 0;
  width: 100%;
  font-size: 1.6rem;
  border-radius: 4px 4px 0 0;
}
.productPhotos .toolbar ul {
  list-style-type: none;
  display: flex;
  align-items: center;
  height: 53px;
}
.productPhotos .toolbar ul li {
  margin-right: 30px;
}
.productPhotos .toolbar ul li a {
  color: #445870;
}
.productPhotos .toolbar ul li .high-res:before {
  font-family: FontAwesome;
  content: "\f019";
  font-size: 1.8rem;
  margin-right: 10px;
}
.productPhotos .toolbar ul li .press-kit:before {
  font-family: FontAwesome;
  content: "\f1c6";
  font-size: 1.8rem;
  margin-right: 10px;
}
.productPhotos .photos {
  background-color: #FFF;
  height: 93vh;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
@media (min-width: 768px) {
  .productPhotos .photos {
    height: auto;
  }
}
.productPhotos .photos .photo-tabs {
  height: 66px;
  border-bottom: 1px solid #C6D4E6;
  margin-left: 5px;
}
.productPhotos .photos .photo-tabs a.tab {
  font-family: "Roboto", sans-serif;
  width: 100px;
  height: 20px;
  flex-basis: auto;
  text-align: center;
  color: #445870;
  opacity: .5;
  font-weight: 700;
  line-height: 60px;
}
.productPhotos .photos .photo-tabs a.tab:hover {
  text-decoration: none;
}
.productPhotos .photos .photo-tabs a.tab .svg-underline {
  flex-basis: auto;
  opacity: 0;
}
.productPhotos .photos .photo-tabs a.tab.active {
  color: black;
  opacity: 1;
  height: 20px;
}
.productPhotos .photos .photo-tabs a.tab.active .svg-underline {
  height: 7px;
  opacity: 1;
}
.productPhotos .photos .gallery-slider {
  padding: 50px 25px;
  box-sizing: border-box;
}
.productPhotos .photos .gallery-slider .slick-next, .productPhotos .photos .gallery-slider .slick-prev {
  height: 35px;
  z-index: 9999;
}
.productPhotos .photos .gallery-slider .slick-next:before, .productPhotos .photos .gallery-slider .slick-prev:before {
  color: #445870;
  font-size: 3.5rem;
  font-family: Ionicons;
}
.productPhotos .photos .gallery-slider .slick-prev {
  left: 13px;
}
.productPhotos .photos .gallery-slider .slick-prev:before {
  font-family: Ionicons;
  content: "\f3d2";
}
.productPhotos .photos .gallery-slider .slick-next {
  right: 13px;
}
.productPhotos .photos .gallery-slider .slick-next:before {
  font-family: Ionicons;
  content: "\f3d3";
}
.productPhotos .photos .gallery-slider .main-img img {
  display: block;
  margin: 0 auto;
  max-height: 18rem;
  max-width: 80%;
  cursor: pointer;
}
@media (min-width: 768px) {
  .productPhotos .photos .gallery-slider .main-img img {
    max-width: 70%;
  }
}
@media (min-width: 992px) {
  .productPhotos .photos .gallery-slider .main-img img {
    max-height: 35rem;
    max-width: 70%;
  }
}
.productPhotos .photos .thumb-slider {
  margin-left: 10px;
  margin-right: 10px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 992px) {
  .productPhotos .photos .thumb-slider {
    padding-left: 0px;
    margin-right: 0px;
    padding-right: 0px;
    margin-right: 0px;
  }
}
.productPhotos .photos .thumb-slider .slick-next, .productPhotos .photos .thumb-slider .slick-prev {
  height: auto;
}
.productPhotos .photos .thumb-slider .slick-next:before, .productPhotos .photos .thumb-slider .slick-prev:before {
  color: #445870;
  font-size: 35px;
  font-family: Ionicons;
}
.productPhotos .photos .thumb-slider .slick-prev {
  left: -13px;
}
.productPhotos .photos .thumb-slider .slick-prev:before {
  font-family: Ionicons;
  content: "\f3d2";
}
.productPhotos .photos .thumb-slider .slick-next {
  right: 13px;
}
.productPhotos .photos .thumb-slider .slick-next:before {
  font-family: Ionicons;
  content: "\f3d3";
}
.productPhotos .photos .thumb-slider .slick-list {
  padding-left: 15px;
  padding-right: 15px;
}
.productPhotos .photos .thumb-slider .thumb {
  opacity: 0.5;
  padding: 5px;
  margin-bottom: 0px;
  justify-content: center;
  width: 100px;
  height: 100px;
  margin-right: 10px;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .productPhotos .photos .thumb-slider .thumb {
    padding: 30px;
  }
}
@media (min-width: 992px) {
  .productPhotos .photos .thumb-slider .thumb {
    padding: 15px;
  }
}
.productPhotos .photos .thumb-slider .thumb img {
  align-self: center;
  /*min-height: 1px;*/
  flex-shrink: 0;
  cursor: pointer;
  border-radius: 4px;
  max-height: 100px;
}
.productPhotos .photos .thumb-slider .thumb.featured {
  width: 130px;
  padding: 10px;
}
.productPhotos .photos .thumb-slider .slick-current {
  opacity: 1;
}
.productPhotos .photos .thumb-slider .slick-disabled {
  display: none;
  pointer-events: none;
}

.product-faq h4 {
  font-weight: 700;
  font-size: 1.8rem;
}
.product-faq p {
  margin-bottom: 30px;
}

.faq-form {
  padding: 30px;
  background: #F4F8FA;
  border-radius: 4px;
}

.product-pg-2 p {
  font-weight: 300;
}
.product-pg-2 .intro-p {
  text-align: center;
}
.product-pg-2 .user-guide-btn-wrapper-mobile {
  margin-top: 2rem;
}
@media (min-width: 576px) {
  .product-pg-2 .user-guide-btn-wrapper-mobile {
    display: none;
  }
}

@media (min-width: 992px) {
  .product-pg-2 .user-guide-btn-wrapper-tablet {
    display: none;
  }
}
.product-pg-2 .user-guide-wrapper-desktop {
  display: none;
}
@media (min-width: 576px) {
  .product-pg-2 .user-guide-wrapper-desktop {
    display: block;
  }
}
.product-pg-2 .feature-link li a {
  font-size: 1.6rem;
}
.product-pg-2 .intro-h2 {
  text-align: center;
  font-size: 3.6rem;
  color: #49555F;
  margin-bottom: 2.5rem;
}
.product-pg-2 .product-pg-2-ul ul {
  list-style-type: none;
  padding-left: 0;
}
@media (min-width: 768px) {
  .product-pg-2 .product-pg-2-ul ul {
    padding-left: 15px;
  }
}
.product-pg-2 .product-pg-2-ul ul li {
  margin-top: 1.5rem;
  margin-bottom: 2.5rem;
  font-size: 2rem;
  font-weight: 300;
}
.product-pg-2 .product-pg-2-ul ul li a {
  font-weight: 500;
}
.product-pg-2 .plus-sign-link {
  color: #8B96A3;
  font-weight: 400;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.product-pg-2 .plus-sign-link:hover {
  opacity: 0.7;
  color: #8B96A3;
}
.product-pg-2 .gallery-link {
  margin-top: 1.5rem;
  color: #8B96A3;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  font-size: 1.4rem;
}
.product-pg-2 .gallery-link:hover {
  color: #8B96A3;
}
.product-pg-2 .gallery-link:before {
  font-family: FontAwesome;
  content: "\f030";
  font-size: 1.8rem;
  margin-right: 10px;
  opacity: 1;
}
.product-pg-2 .plus-sign {
  background-color: #8B96A3;
  color: #fff;
  margin-right: 1rem;
  margin-left: 0;
}
.product-pg-2 .product-shot {
  cursor: pointer;
  max-height: 400px;
  display: block;
  cursor: pointer;
  max-height: 400px;
  margin: 0px auto;
}
.product-pg-2 .content-block {
  display: flex;
  align-items: center;
}
.product-pg-2 .content-block h2 {
  font-size: 2.4rem;
  color: #49555F;
  margin-bottom: 2.5rem;
}
.product-pg-2 .content-block .block-link {
  margin-top: 1.5rem;
}

.feature-link li {
  font-size: 1.6rem !important;
}

.resources-section {
  padding: 0;
}
.resources-section .resources-part-no {
  font-family: "Roboto", sans-serif !important;
  margin-bottom: 20px;
}
.resources-section .resources-part-no span {
  font-weight: 400;
}
.resources-section .resources-title {
  margin-bottom: 25px;
}

.resources-img {
  background-size: cover;
  background-position: center center;
  height: 300px;
}
@media (min-width: 576px) {
  .resources-img {
    width: 100%;
    height: 400px;
  }
}

.overlay {
  background-image: linear-gradient(45deg, #282b39, rgba(40, 43, 57, 0.5), #282b39);
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}

.resources {
  padding-top: 12px;
  border-top: 2px solid #F4F8FA;
}
@media (min-width: 768px) {
  .resources {
    padding-left: 3rem;
  }
}
.resources h1 {
  margin-bottom: 2.5rem;
  font-size: 2.2rem;
}
@media (min-width: 992px) {
  .resources h1 {
    font-size: 2.4rem;
    margin-top: 2rem;
    margin-bottom: 4rem;
  }
}
.resources ul {
  padding-left: 0;
  font-weight: 400;
  list-style-type: none;
}
.resources ul a {
  color: #EB2D2E;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.resources ul a:hover {
  color: #ED7A7B;
}
.resources .resources-ul a {
  color: #EB2D2E;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.resources .resources-ul a:hover {
  color: #ED7A7B;
}
.resources .resources-ul-2 {
  margin-top: 2rem;
}

.tonebone-product-pg-logo {
  display: block;
  width: 160px;
  margin: 0 auto 10px auto;
}
@media (min-width: 576px) {
  .tonebone-product-pg-logo {
    display: block;
    width: 210px;
    margin-top: 7rem;
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .tonebone-product-pg-logo {
    margin-top: 0;
  }
}

.tonebone-product-pg-logo-phone {
  width: 170px;
  display: block;
}
@media (min-width: 576px) {
  .tonebone-product-pg-logo-phone {
    display: none;
  }
}

/* LEGACY PRODUCT STYLES */
.legacy-disclaimer-container {
  height: 100%;
  background-color: #000;
}

.legacy-disclaimer p {
  color: #fff;
  margin-bottom: 0;
  line-height: 4rem;
}

/* PRODUCT APPLICATION SLIDER */
/* APPLICATION PAGE */
/* application-page.scss */
.title-view-more {
  width: 100%;
}

.app-pg-title {
  font-weight: 500;
  font-size: 2.4rem !important;
  margin-bottom: 0px;
}

.plus-sign {
  margin-left: 5px;
  display: inline-block;
  height: 1em;
  width: 1em;
  line-height: 1em;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background-color: #fff;
  text-align: center;
  font-weight: 500;
  font-size: 1.1em;
  color: #8B96A3;
}

.app-pg-app-btns .active-circle-wrapper .circle {
  background-color: #445870;
  color: #fff;
}

.circle {
  margin: 3px auto;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.circle svg {
  -webkit-backface-visibility: hidden;
  transform: translate3d(0px, 0px, 0px);
  align-self: center;
  height: 50%;
  width: auto;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.circle svg g {
  fill: #445870;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.circle:hover, .circle:focus {
  margin-top: 3px;
  margin-bottom: 0;
  -webkit-box-shadow: 0 8px 10px 0 rgba(16, 16, 159, 0.1);
  -moz-box-shadow: 0 8px 10px 0 rgba(16, 16, 159, 0.1);
  box-shadow: 0 8px 10px 0 rgba(16, 16, 159, 0.1);
}
.circle:hover g, .circle:focus g {
  opacity: 0.5;
}

.app-pg-cards {
  margin-bottom: -30px;
  padding-top: 0px;
}
.app-pg-cards .app1-cards-carousel .owl-stage {
  padding-bottom: 30px;
  padding-top: 10px;
  /*padding-left: 0 !important;*/
  /*right: -100px;*/
}
.app-pg-cards .app1-cards-carousel .owl-item img {
  width: 60%;
}
@media (min-width: 768px) {
  .app-pg-cards .app1-cards-carousel .owl-item img {
    /*width: 100%;*/
  }
}
.app-pg-cards .app-pg-card {
  margin-bottom: 0px;
}

.title-view-more {
  width: 100%;
}

.app-pg-title {
  font-weight: 500;
  font-size: 2.4rem !important;
}

.plus-sign {
  margin-left: 5px;
  display: inline-block;
  height: 1em;
  width: 1em;
  line-height: 1em;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background-color: #fff;
  text-align: center;
  font-weight: 500;
  font-size: 1.1em;
}

.app-pg-app-btns .app-pg-active-circle {
  background-color: #445870;
  color: #fff;
}

.circle {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.circle svg {
  -webkit-backface-visibility: hidden;
  transform: translate3d(0px, 0px, 0px);
  align-self: center;
  height: 50%;
  width: auto;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.circle svg g {
  fill: #445870;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.circle:hover, .circle:focus {
  margin-top: 0;
  margin-bottom: 0;
  -webkit-box-shadow: 0 8px 10px 0 rgba(16, 16, 159, 0.1);
  -moz-box-shadow: 0 8px 10px 0 rgba(16, 16, 159, 0.1);
  box-shadow: 0 8px 10px 0 rgba(16, 16, 159, 0.1);
}
.circle:hover g, .circle:focus g {
  opacity: 0.5;
}

.app-pg-cards .main-carousel {
  background-color: transparent;
  padding-bottom: 30px;
  padding-top: 10px;
  /*left: -80px;*/
}
.app-pg-cards .app-pg-card {
  margin-bottom: 0px;
}

/* PRODUCT ARTIST QUOTE SLIDER */
/* artist-quotes.scss */
.artist-quote-slider .slick-arrow {
  color: black !important;
}
.artist-quote-slider .slick-prev, .artist-quote-slider .slick-next {
  top: 110%;
}
.artist-quote-slider .slick-prev:before, .artist-quote-slider .slick-next:before {
  font-size: 3rem;
}
.artist-quote-slider .slick-prev {
  left: 45%;
  z-index: 999;
}
.artist-quote-slider .slick-prev:before {
  color: #333333;
  font-family: Ionicons;
  content: "\f3d2";
}
.artist-quote-slider .slick-next {
  right: 45%;
  z-index: 999;
}
.artist-quote-slider .slick-next:before {
  color: black;
  font-family: Ionicons;
  content: "\f3d3";
}
.artist-quote-slider .artist-quote {
  display: flex;
  flex-direction: column;
  border-radius: 4px;
  -webkit-box-shadow: 1px 5px 10px 1px rgba(16, 16, 159, 0.1);
  -moz-box-shadow: 1px 5px 10px 1px rgba(16, 16, 159, 0.1);
  box-shadow: 1px 5px 10px 1px rgba(16, 16, 159, 0.1);
  margin-bottom: 10px;
  margin-left: 6px;
  margin-right: 6px;
  height: 100%;
}
@media (min-width: 768px) {
  .artist-quote-slider .artist-quote {
    flex-direction: row;
  }
}
.artist-quote-slider .artist-quote .artist-img {
  padding-left: 0px;
  padding-right: 0px;
  min-height: 240px !important;
  background-size: cover;
  background-position: top center;
  border-radius: 4px 4px 0 0;
}
@media (min-width: 768px) {
  .artist-quote-slider .artist-quote .artist-img {
    min-height: 1px;
    padding-left: 0px;
    max-height: none;
    border-radius: 4px 0px 0px 4px;
  }
}
.artist-quote-slider .artist-quote .quote-content {
  		/*
  		@media (min-width: 768px) {
  			flex-direction: column;
      		justify-content: space-between;
      	}*/
  background-color: white;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 0 0 4px 4px;
}
@media (min-width: 768px) {
  .artist-quote-slider .artist-quote .quote-content {
    border-radius: 0 4px 4px 0;
  }
}
.artist-quote-slider .artist-quote .quote-content .artist-name {
  font-weight: 700;
  font-size: 2.2rem;
  margin-bottom: 13px !important;
}
.artist-quote-slider .artist-quote .quote-content .artist-credentials {
  margin-top: 0;
  font-size: 1.4rem;
}
.artist-quote-slider .artist-quote .quote-content .artists-quote {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 1.6rem;
}
.artist-quote-slider .artist-quote .quote-content .artist-profile-link {
  /* display: flex; */
  display: none;
  justify-content: flex-end;
  align-items: flex-end;
  font-size: 1.6rem;
  margin-bottom: 10px;
  padding-right: 28px;
  width: 100%;
  height: 30px;
}
.artist-quote-slider .artist-quote .quote-content .artist-profile-link:before {
  margin-right: 8px;
  font-family: 'Ionicons';
  content: "\f3a0";
  color: #70708D;
  font-size: 1.8rem;
}
.artist-quote-slider .artist-quote .quote-content .artist-profile-link a {
  color: #70708D;
  font-weight: 500;
}
.artist-quote-slider .artist-quote .quote-content .artist-profile-link a:hover {
  color: #EB2D2E;
}

.thumb-slider-wrapper {
  margin-top: 40px;
  margin-left: -10px;
}
@media (min-width: 992px) {
  .thumb-slider-wrapper {
    margin-left: -19px;
  }
}
@media (min-width: 1200px) {
  .thumb-slider-wrapper {
    margin-left: -7px;
    margin-right: 17px;
  }
}

.artist-thumbs {
  display: none !important;
}
@media (min-width: 768px) {
  .artist-thumbs {
    display: block !important;
  }
}
.artist-thumbs .artist-thumb {
  width: 120px;
  text-align: center;
  position: relative;
  padding-right: 20px;
}
.artist-thumbs .artist-thumb .artist-name {
  text-align: center;
  margin-top: 20px;
  opacity: 0;
  font-size: 1.4rem;
  padding: 7px 14px;
  font-family: "Roboto", sans-serif;
  border: 1px solid #C6D4E6;
  font-weight: 400;
  border-radius: 4px;
  display: inline-block;
  /* Position the tooltip */
  z-index: 1;
}
.artist-thumbs .artist-thumb:hover .artist-name {
  opacity: 1;
}
.artist-thumbs .artist-thumb img {
  margin: 0 auto;
  border-radius: 4px;
  width: 100px;
}
.artist-thumbs .slick-arrow:before {
  font-family: Ionicons;
  font-size: 3rem;
}
.artist-thumbs .slick-next, .artist-thumbs .slick-prev {
  top: 30%;
}
.artist-thumbs .slick-prev:before {
  content: "\f124";
  color: #333333;
}
.artist-thumbs .slick-next:before {
  content: "\f125";
  color: #333333;
}

/* ARTIST PAGES */
/* artist-page.scss */
.artist-header {
  background-position: center center;
  background-size: cover;
  background: #333333;
  padding: 3rem;
}
.artist-header h1 {
  padding-top: 20px;
  color: #fff;
}

.artist-heading {
  display: flex;
  flex-basis: auto;
}

.artist-name {
  margin-bottom: 30px !important;
}

.artist-credits {
  color: #fff;
  font-style: italic;
  margin-bottom: 3rem;
}

.artist-profile-photo {
  order: 2;
  max-width: 100%;
  height: auto;
  padding-bottom: 2rem;
  margin-top: -10rem;
}
.artist-profile-photo img {
  border-radius: 4px;
  -webkit-box-shadow: 1px 5px 10px 1px rgba(16, 16, 159, 0.1);
  -moz-box-shadow: 1px 5px 10px 1px rgba(16, 16, 159, 0.1);
  box-shadow: 1px 5px 10px 1px rgba(16, 16, 159, 0.1);
  /*min-width: 250px;*/
}
@media (min-width: 768px) {
  .artist-profile-photo {
    order: 3;
    margin-top: -20rem;
    padding-left: 0;
    padding-right: 0;
  }
}

.artist-page-quotes {
  order: 3;
  float: left;
}
@media (min-width: 768px) {
  .artist-page-quotes {
    order: 2;
  }
}
.artist-page-quotes p {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.artist-page-quotes p:nth-of-type(1) {
  margin-top: 0;
}
.artist-page-quotes p:nth-last-of-type {
  margin-bottom: 0;
}

.artist-page-social {
  display: flex;
  order: 0;
  flex-direction: row;
  justify-content: center;
  /*align-self: flex-end;*/
  padding-top: 2rem;
  font-size: 1.5rem;
  min-width: 250px;
}
@media lg {
  .artist-page-social {
    justify-content: space-between;
  }
}
.artist-page-social a {
  margin-right: 0.7rem;
  margin-left: 0.7rem;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.artist-page-social a:hover {
  opacity: 0.8;
}
.artist-page-social i.fa {
  display: inline-block;
  border-radius: 60px;
  background-color: #333333;
  color: #fff;
}

.artist-products {
  background-color: #F4F8FA;
}

/* artist-listing.scss */
.artist-listings, .artist-cat-listing {
  margin-top: -125px;
  padding-top: 175px;
}

.artist-cat-listing h2 {
  margin-bottom: 0px;
}

.artist-category {
  /*	display: flex;
  	align-items: center;
  	justify-content: center;*/
  background-color: #fff;
  background-size: cover;
  /*overflow: hidden;*/
  position: relative;
  margin-bottom: 40px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-radius: 4px;
  width: 100%;
}
.artist-category img {
  width: 100%;
  height: 100% !important;
  border-radius: 4px;
}
.artist-category:hover .overlay, .artist-category:focus .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #EB2D2E;
  background-size: cover;
  padding-right: 0;
  padding-left: 0;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  opacity: 0.4;
  border-radius: 4px;
}
.artist-category .artist-title {
  text-align: center;
  font-size: 1.8rem;
  font-family: "Exo 2", sans-serif;
  color: #fff;
  font-weight: 600;
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}

.artist-listing-photo .title-1 {
  margin-bottom: 25px;
}
.artist-listing-photo .btn {
  padding: 1rem 5rem;
}
.artist-listing-photo p {
  margin-bottom: 1.5rem;
}
.artist-listing-photo img {
  margin: 4rem 5px 0 5px;
  cursor: pointer;
}
@media (min-width: 992px) {
  .artist-listing-photo img {
    padding: 0 15px 0 15px;
  }
}

.caption p {
  text-align: center !important;
}

.thumb-slider-container {
  border-radius: 0 0 6px 6px;
}

/* artist-cat-listing.scss */
.artist-cat-listing {
  	/* padding-top: 180px;
      padding-bottom: 80px;
      margin-top: -120px; */
}
.artist-cat-listing .artist-card-link {
  color: #333333;
}
.artist-cat-listing .artist-card-link:hover {
  text-decoration: none;
}
.artist-cat-listing .artist-card-link:hover .artist-card .artist-img {
  position: relative;
}
.artist-cat-listing .artist-card-link:hover .artist-card .artist-img:after {
  background: #EB2D2E;
  opacity: 0.4;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 4px;
}
.artist-cat-listing .artist-card-link .artist-card .artist-img {
  background-size: cover;
  height: 220px;
  background-position: top center;
  width: 100%;
  border-radius: 4px;
  margin-bottom: 10px;
}
.artist-cat-listing .artist-card-link .artist-card .artist-img:after {
  content: '';
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.artist-cat-listing .artist-card-link .artist-card .artist-title {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.4rem;
}
.artist-cat-listing .artist-card-link .artist-card .artist-creds {
  font-size: 1.4rem !important;
  color: #333333 !important;
  margin-bottom: 30px;
}

/* BREAD CRUMB MENU */
/* bread-crumb-menu.scss */
.breadcrumb-menu {
  padding: 20px 0px;
  color: white;
  font-size: 1.6rem;
  /*display:none; */
}
.breadcrumb-menu .active {
  color: #EB2D2E;
}
@media (min-width: 992px) {
  .breadcrumb-menu {
    display: block;
  }
}
.breadcrumb-menu a {
  transition: color 0.2s;
}
.breadcrumb-menu a:hover {
  color: #ED7A7B;
  text-decoration: none;
}

/* VIDEO LIBRARY */
.video-library {
  height: 100%;
}
@media (min-width: 576px) {
  .video-library {
    min-height: 269px;
  }
}
@media (min-width: 768px) {
  .video-library {
    min-height: 314px;
  }
}
@media (min-width: 992px) {
  .video-library {
    min-height: 314px;
  }
}
@media (min-width: 1200px) {
  .video-library {
    min-height: 375px;
  }
}
.video-library .video-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.video-library .video {
  position: relative;
  /*padding: 56.25% 0 0;  16:9 */
  height: 320px;
}
.video-library .video iframe {
  border-left: 1px solid black;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 320px;
}
@media (min-width: 576px) {
  .video-library .video iframe {
    min-height: 320px;
  }
}
@media (min-width: 768px) {
  .video-library .video iframe {
    min-height: 320px;
  }
}
@media (min-width: 992px) {
  .video-library .video iframe {
    min-height: 320px;
  }
}
@media (min-width: 1200px) {
  .video-library .video iframe {
    min-height: 375px;
  }
}
.video-library .video-list {
  background: #353535;
  height: 300px;
  color: white !important;
  padding-right: 0px;
  padding-left: 0px;
  overflow-y: scroll;
  overflow-x: hidden;
}
@media (min-width: 576px) {
  .video-library .video-list {
    height: 320px;
  }
}
@media (min-width: 768px) {
  .video-library .video-list {
    height: 320px;
  }
}
@media (min-width: 992px) {
  .video-library .video-list {
    height: 320px;
  }
}
@media (min-width: 1200px) {
  .video-library .video-list {
    height: 375px;
  }
}
@media (min-width: 992px) {
  .video-library .video-list {
    padding-left: 15px;
  }
}
.video-library .video-list::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
  /* border-radius: 10px; */
  background-color: #666666;
}
.video-library .video-list::-webkit-scrollbar {
  width: 12px;
  background-color: #333333;
}
.video-library .video-list::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: black;
}
.video-library .video-list ul {
  padding: 0px;
  margin: 0px;
}
.video-library .video-list ul li {
  position: relative;
  cursor: pointer;
  height: 120px;
  border-bottom: 1px solid black;
  border-right: 1px solid #333333;
}
.video-library .video-list ul li a {
  color: white;
  font-family: "Roboto", sans-serif;
  text-decoration: none;
}
.video-library .video-list ul li:hover {
  background: #0C0C0C;
}
.video-library .video-list ul li .video-thumb {
  padding: 0px;
  background-size: cover;
  background-position: center center;
  display: none;
  background-repeat: no-repeat;
}
@media (min-width: 992px) {
  .video-library .video-list ul li .video-thumb {
    display: block;
  }
}
.video-library .video-list ul li .video-desc {
  font-size: 1.6rem;
  padding-right: 20px;
  padding-left: 20px;
  height: 70px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .video-library .video-list ul li .video-desc {
    padding-left: 10px;
  }
}
.video-library .video-list ul li .now-playing {
  font-weight: 600;
  font-size: 1.8rem;
  padding-left: 20px;
  display: none;
}
@media (min-width: 768px) {
  .video-library .video-list ul li .now-playing {
    padding-left: 10px;
  }
}
.video-library .video-list ul li.active {
  background: #0C0C0C;
}
.video-library .video-list ul li.active:after {
  content: ' ';
  width: 16px;
  height: 100%;
  display: block;
  background: #EB2D2E;
  position: absolute;
  right: 0;
  top: 0;
}
.video-library .video-list ul li.active .now-playing {
  display: block;
}

/* BLOG */
/* blog.scss */
.single-blog-title {
  margin-top: 1.5rem;
  margin-bottom: 20rem;
  font-size: 3.6rem;
}

.blog-category-title {
  font-size: 3.6rem;
  margin-bottom: 8rem;
}

.current-category a {
  color: #EB2D2E !important;
}

.blog-category-list {
  list-style-type: none;
  display: inline-block;
  font-weight: bold;
  margin-right: 20px;
}
.blog-category-list li:nth-of-type(1) {
  margin-left: 0;
}
.blog-category-list li {
  margin: 0 1em 0 0;
  float: left;
}
.blog-category-list li a {
  color: #445870;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.blog-category-list li a:hover {
  color: #C6C6C6;
}
.blog-category-list li a:active, .blog-category-list li a:focus {
  color: #EB2D2E;
}

.blog-posts .blog-card {
  width: 100%;
  background-color: #ffffff;
  border-radius: 5px;
  position: relative;
  margin-bottom: 4rem;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 0px 10px 10px -1px rgba(50, 50, 93, 0.1);
  -moz-box-shadow: 0px 10px 10px -1px rgba(50, 50, 93, 0.1);
  box-shadow: 0px 10px 10px -1px rgba(50, 50, 93, 0.1);
}
.blog-posts .blog-card .blog-img {
  background-position: center center;
  background-size: cover;
  background-color: transparent;
  height: 250px;
  width: 100%;
  border-radius: 4px 4px 0 0;
  position: relative;
}
@media (min-width: 768px) {
  .blog-posts .blog-card .blog-img {
    height: 350px;
  }
}
.blog-posts .blog-card .blog-img .overlay {
  opacity: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.blog-posts .blog-card .blog-img:hover .overlay, .blog-posts .blog-card .blog-img:focus .overlay {
  border-radius: 4px 4px 0 0;
  opacity: 0.4;
}
.blog-posts .blog-card .blog-category {
  min-width: 15rem;
  padding: 1rem 2rem;
  position: absolute;
  color: #ffffff;
  text-align: center;
  margin-top: -4.4rem;
  background-color: #E35F6A;
  z-index: 1;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.blog-posts .blog-card .blog-category a {
  color: #fff;
}
.blog-posts .blog-card .blog-category:hover {
  background-color: #ff727e;
}
.blog-posts .blog-card .blog-desc {
  padding: 2.5rem;
  /*overflow: hidden;*/
  position: relative;
}
.blog-posts .blog-card .blog-desc h4 {
  margin: 1.25rem 0 !important;
}
.blog-posts .blog-card .blog-desc .share-button {
  color: #C6D4E6;
  font-size: 3rem;
}
.blog-posts .blog-card .blog-title {
  font-family: "Exo 2", sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  flex-grow: 0;
  color: #333333;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.blog-posts .blog-card .blog-title:hover {
  color: #8B96A3;
}
.blog-posts .blog-card .blog-author {
  display: flex;
  align-items: center;
  padding: 1rem 0;
}
.blog-posts .blog-card .blog-author img {
  width: 35px;
  height: 35px;
  border-radius: 60px;
}
.blog-posts .blog-card .blog-author a {
  font-style: italic;
  color: #C6C6C6;
  margin-left: 1rem;
}

.blog-date {
  font-style: normal;
  color: #C6D4E6;
  font-size: 1.4rem;
}

/* single blog page styles */
.blog-back-link {
  margin-bottom: 2rem;
}

.single-blog-card {
  width: 100%;
  background-color: #ffffff;
  border-radius: 5px;
  position: relative;
  margin-bottom: 4rem;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 0px 10px 10px -1px rgba(50, 50, 93, 0.1);
  -moz-box-shadow: 0px 10px 10px -1px rgba(50, 50, 93, 0.1);
  box-shadow: 0px 10px 10px -1px rgba(50, 50, 93, 0.1);
}
.single-blog-card .blog-img img {
  width: 100%;
  border-radius: 4px 4px 0 0;
  position: relative;
}
.single-blog-card .blog-desc {
  padding: 2.5rem;
  /*overflow: hidden;*/
  position: relative;
}
.single-blog-card .blog-desc .share-button {
  color: #C6D4E6;
  font-size: 3rem;
}
.single-blog-card .blog-desc h4 {
  margin-bottom: 1.25rem !important;
}
.single-blog-card .blog-title {
  font-family: "Exo 2", sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  flex-grow: 0;
  color: #333333;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.add-padding {
  padding-bottom: 25px;
}
@media screen and (min-width: 501px) {
  .add-padding {
    padding-bottom: 0;
  }
}

.flexMenu-popup {
  padding: 0.5rem;
  z-index: 99;
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0px 7px 13px -5px rgba(16, 16, 159, 0.1);
  -moz-box-shadow: 0px 7px 13px -5px rgba(16, 16, 159, 0.1);
  box-shadow: 0px 7px 13px -5px rgba(16, 16, 159, 0.1);
  /*right: 10px;*/
  text-align: left;
  list-style-type: none;
}
.flexMenu-popup li {
  float: none;
}

.share {
  display: flex;
  align-items: center;
  height: 50px;
}

.share-button {
  cursor: pointer;
  display: flex;
  align-items: center;
}
.share-button p {
  font-size: 1.4rem;
  color: #C6D4E6;
  margin: 0 0 0 10px;
}

.social-share-icons {
  margin-left: 20px;
  height: 50px;
  width: 400px;
}
.social-share-icons .share-fb {
  color: #27628F;
}
.social-share-icons .share-twitter {
  color: #26D8FD;
}
.social-share-icons .share-googleplus {
  color: #DC4E41;
}
.social-share-icons .share-pinterest {
  color: #CB2027;
}
.social-share-icons .share-reddit {
  color: #FF5900;
}
.social-share-icons .share-email {
  color: #FFB100;
}

.newsletter-signup p {
  color: #70808D;
  padding: 0.75rem 0;
}
.newsletter-signup input {
  background-color: transparent;
  border: 1px solid #C6C6C6;
  color: #70808D;
  border-radius: 4px 0 0 4px;
  padding: 0 0.25rem;
  height: 32px;
  max-width: 160px;
  padding-left: 3px;
  font-size: 1.5rem;
  /*
  		@media (min-width: 768px) {
  			border-radius: 4px;
  		}*/
}
@media (min-width: 1200px) {
  .newsletter-signup input {
    border-radius: 4px 0 0 4px;
    max-width: 180px;
  }
}
.newsletter-signup .newsletter-signup-btn {
  border-radius: 0 4px 4px 0 !important;
  height: 32px;
  font-size: 1.4rem !important;
  line-height: 1.4rem;
  position: relative;
  top: -1px;
  box-shadow: none;
  left: -4px;
  /* for firefox */
  /*@media (min-width: 768px) {
  	border-radius: 4px!important;
  	margin-top: 2rem;
  }*/
}
@media screen and (min-width: 992px) {
  @-moz-document url-prefix() {
    .newsletter-signup .newsletter-signup-btn {
      top: -2px;
    }
  }
}
@media (min-width: 992px) {
  .newsletter-signup .newsletter-signup-btn {
    margin-top: 0;
    border-radius: 0 4px 4px 0 !important;
  }
}
.newsletter-signup .envelope {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  border-radius: 0 4px 0 0;
}
@media (min-width: 992px) {
  .newsletter-signup .envelope {
    width: 28%;
  }
}

.featured-blog .slick-slide {
  position: relative;
}
.featured-blog .slick-list {
  border-radius: 4px;
}
.featured-blog .featured-blog-img {
  background-position: center center;
  background-size: cover;
  background-color: transparent;
  height: 250px;
  width: 100%;
  position: relative;
}
@media (min-width: 768px) {
  .featured-blog .featured-blog-img {
    height: 350px;
  }
}
.featured-blog .featured-blog-img:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to bottom, transparent, #000) !important;
  opacity: .7;
}
.featured-blog .slick-prev {
  left: 0;
  z-index: 100;
  cursor: pointer;
}
.featured-blog .slick-prev:before {
  font-family: Ionicons;
  content: "\f3d2";
  font-size: 4rem;
}
.featured-blog .slick-next {
  cursor: pointer;
  right: 0;
}
.featured-blog .slick-next:before {
  font-family: Ionicons;
  content: "\f3d3";
  font-size: 4rem;
}
.featured-blog .featured-blog-desc {
  margin-left: 10px;
  margin-right: 10px;
  position: absolute !important;
  bottom: 9%;
  z-index: 99;
}
.featured-blog .featured-blog-desc h2, .featured-blog .featured-blog-desc p {
  color: #ffffff;
  font-weight: 700;
  font-size: 2.4rem;
}

.fb-box {
  margin-top: 6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  max-height: 214px;
  flex-shrink: 0;
  flex-basis: auto;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.fb-box:hover {
  opacity: 0.8;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .fb-box {
    /* IE10+ CSS styles go here */
    position: static;
    height: 214px;
    margin: 0 auto;
  }
}
.fb-box .blog-img {
  border-radius: 6px !important;
}
.fb-box .blog-img:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 1;
  border-radius: 6px;
}
.fb-box .fb-img {
  background-position: center center;
  background-size: cover;
  height: 214px;
  width: 100%;
  border-radius: 6px;
  /*position: relative;*/
}
.fb-box .fb {
  font-size: 9rem;
  position: absolute;
  color: #fff;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .fb-box .fb {
    position: absolute;
    left: 40%;
    top: 28%;
    display: block;
  }
}
.fb-box iframe {
  border-radius: 4px;
  width: 100%;
}

.blog-pagination ul {
  list-style-type: none;
}

.blog-pagination li a,
.blog-pagination li a:hover,
.blog-pagination li.active a,
.blog-pagination li.disabled {
  color: #333333;
  text-decoration: none;
  transition: 0.3s;
}

.blog-pagination li {
  display: inline;
}

.blog-pagination li a,
.blog-pagination li a:hover,
.blog-pagination li.active a,
.blog-pagination li.disabled {
  background-color: #FFF;
  border-radius: 2px;
  cursor: pointer;
  padding: 0.5rem;
}

.blog-pagination li a:hover,
.blog-pagination li.active a {
  background-color: #E35F6A;
  color: #fff;
}

/* blog-post.scss */
.single-blog-header {
  background-position: center center;
  background-size: cover;
  background: #333333;
  min-height: 175px;
  color: #fff;
  display: flex;
  align-items: center;
}

.blog-post-page {
  background-color: #F4F8FA;
}

.blog-post .blog-category {
  bottom: 0;
  margin-top: 0;
}

.blog-post-title {
  padding-top: 2rem;
  box-sizing: border-box;
  color: #fff;
}
@media (min-width: 768px) {
  .blog-post-title {
    padding-top: 3.5rem;
  }
}
.blog-post-title h1 {
  font-size: 2.2rem;
  font-weight: 600;
}
@media (min-width: 992px) {
  .blog-post-title h1 {
    font-size: 3rem;
  }
}
.blog-post-title .blog-details {
  margin-top: 15px;
  font-style: normal;
  color: #C6D4E6;
  font-size: 1.5rem;
  font-style: italic;
}
.blog-post-title .blog-details .blog-author {
  color: #fff;
  font-style: normal;
}

.about-author {
  padding: 1.4rem;
}
.about-author .blog-post-author {
  display: flex;
  justify-content: center;
  padding-top: 1.4rem;
}
.about-author .blog-post-author img {
  width: 100px;
  height: 100px;
  border-radius: 60px;
}
@media (min-width: 768px) {
  .about-author .blog-post-author img {
    width: 70px;
    height: 70px;
  }
}
.about-author .blog-post-author h4 {
  font-style: italic;
  color: #C6C6C6;
  margin-left: 1rem;
}

body {
  word-wrap: break-word;
}

/* Alignment */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}

/* Images and wp-captions should always fit and be responsive */
img {
  display: inline-block;
  height: auto;
  max-width: 100%;
}

img[class*="wp-image-"] {
  margin-top: 10px;
  margin-bottom: 10px;
}

.wp-caption {
  border: 1px solid #ccc;
  margin-bottom: 10px;
  max-width: 100%;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 0 10px;
}

.wp-caption.aligncenter {
  margin-bottom: 10px;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
}

.wp-caption .wp-caption-text {
  text-align: center;
  margin-top: 10px;
}

/* WP Gallery */
.gallery {
  margin-bottom: 1.5em;
}

.gallery a img {
  border: none;
  height: auto;
  max-width: 90%;
}

.gallery dd {
  margin: 0;
}

.gallery-caption {
  display: block;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
  max-width: 100%;
}

/* Text meant only for screen readers */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar */
}

/* Content */
.main-content-inner {
  padding-bottom: 1.5em;
}

.hentry {
  margin: 0 0 1.5em;
}

.sticky {
  display: block;
}

.bypostauthor {
  display: block;
}

/* Clearing */
.clear {
  clear: both;
}

/* Here some needed widget styles
 * Most widgets are adapted in the file bootstrap-wp.js - and REALLY easy to modify! ;) */
.widget {
  margin-bottom: 2em;
}

.widget_nav_menu ul.sub-menu li, .widget_pages ul.children li {
  padding-left: 15px;
}

/* Hiding the search widget's button in widgets. thats just too old-skool. :) but if you want it back, just delete the next line.
 * Note: you can change the whole appearance of the search_form() function in our searchform.php */
.widget_search .search-form input[type="submit"] {
  display: none;
}

/* Make sure select elements fit in widgets */
.widget select {
  max-width: 100%;
}

/* Nested comments? They are threaded and nested already, you just need to add your own styling to finalize!
 * For example with some margin, like the line below ;) Delete, modify, change classes in HTML if you desire another style */
.comment .children {
  margin-left: 1.5em;
}

/**
* Some WP Theme Repository requirements
*/
.entry-meta {
  clear: both;
}

/* ROADMAP */
/* _radial-roadmap.scss */
.roadmap-single-title h1 {
  font-size: 3.6rem;
  color: #fff;
}

.roadmap h2 {
  font-weight: 600;
  font-size: 2.4rem;
  margin-bottom: 5rem;
}

.roadmap-category {
  cursor: pointer;
}
.roadmap-category .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 4px;
  left: 0;
  top: 0;
  background-color: #000;
  background-size: cover;
  padding-right: 0;
  padding-left: 0;
  opacity: 0.4;
}
.roadmap-category:hover .overlay, .roadmap-category:focus .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 4px;
  left: 0;
  top: 0;
  background-color: #EB2D2E;
  background-size: cover;
  padding-right: 0;
  padding-left: 0;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  opacity: 0.4;
}

.roadmap-card {
  cursor: pointer;
  border-radius: 4px;
  margin-bottom: 4rem;
  background-color: #fff;
  -webkit-box-shadow: 1px 5px 10px 1px rgba(16, 16, 159, 0.1);
  -moz-box-shadow: 1px 5px 10px 1px rgba(16, 16, 159, 0.1);
  box-shadow: 1px 5px 10px 1px rgba(16, 16, 159, 0.1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
@media (min-width: 992px) {
  .roadmap-card {
    height: 275px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 1rem;
    box-sizing: border-box;
  }
}
.roadmap-card:hover {
  -webkit-box-shadow: 0px 10px 20px 10px rgba(16, 16, 159, 0.1);
  -moz-box-shadow: 0px 10px 20px 10px rgba(16, 16, 159, 0.1);
  box-shadow: 0px 10px 20px 10px rgba(16, 16, 159, 0.1);
}
.roadmap-card .roadmap-desktop-img {
  display: none;
}
@media (min-width: 992px) {
  .roadmap-card .roadmap-desktop-img {
    display: block;
    margin: 0 auto;
    border-radius: 4px 4px 0 0;
    max-height: 200px;
  }
}
.roadmap-card .roadmap-mobile-container {
  background-color: #fff;
  padding: 1.5rem 0;
  border-radius: 4px;
  cursor: pointer;
}
@media (min-width: 992px) {
  .roadmap-card .roadmap-mobile-container {
    display: none !important;
  }
}
.roadmap-card .roadmap-mobile-container button {
  display: block;
  margin: 0 auto;
  padding: 1rem 2rem;
  cursor: pointer;
}
.roadmap-card .roadmap-mobile-img-container {
  width: 100%;
  height: 200px;
  display: flex;
  justify-content: center;
  margin-bottom: 0.85rem;
}

.roadmap-card-text {
  background-color: #6991C2;
  padding: 1.75rem;
  border-radius: 4px;
  height: 8rem;
  align-items: center;
  justify-content: center;
  display: none;
}
@media (min-width: 992px) {
  .roadmap-card-text {
    border-radius: 0 0 4px 4px;
    padding: 1rem;
    height: 65px;
    display: flex;
    justify-self: flex-end;
  }
}
.roadmap-card-text p {
  font-weight: 600;
  color: #fff;
  margin-bottom: 0;
}
.roadmap-card-text .roadmap-mobile-p:before {
  display: flex;
  align-items: center;
  font-family: "Ionicons";
  content: "\f217";
  color: #fff;
  margin-right: 1rem;
  font-size: 3rem;
}
.roadmap-card-text .roadmap-mobile-p-active:before {
  display: flex;
  align-items: center;
  font-family: "Ionicons";
  content: "\f209";
  color: #fff;
  margin-right: 1rem;
  font-size: 3rem;
}
.roadmap-card-text.mobile {
  display: flex;
  justify-content: flex-start;
  /*padding-left: 2rem;*/
}
@media (min-width: 992px) {
  .roadmap-card-text.mobile {
    display: none;
  }
}

hr {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
  border-top: 2px solid rgba(0, 0, 0, 0.1) !important;
}

/* HISTORY PAGE */
.page-template-page-history .breadcrumb-menu {
  display: block;
}

.history-page p {
  font-family: "Lora", serif;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
.history-page h2 {
  font-size: 3.6rem;
  font-weight: 600;
  margin-bottom: 2rem;
  margin-top: 2rem;
}
.history-page h3 {
  font-size: 2.2rem;
  font-weight: 600;
  margin-bottom: 2rem;
}

.full-width-img {
  padding: 20px 0 !important;
}

.history-thumb-img {
  max-width: 240px;
  min-width: 150px;
}

.history-pg-img {
  padding: 28px 0;
  margin: 0 auto;
  display: block;
  border-radius: 5px;
}

.history-quote {
  margin: 20px 0;
  padding-top: 25px;
  padding-bottom: 25px;
}
.history-quote p {
  font-family: "Lora", serif;
  font-style: italic;
  font-size: 1.9rem;
}

.history-caption {
  font-style: italic;
  margin-top: -10px;
}

/* SLIDE CARD */
@media (min-width: 768px) {
  .desktop-no-flex .slide-cards-overflow {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .desktop-no-flex .slide-cards-overflow .product-card {
    float: left;
  }
}

@media (min-width: 1200px) {
  .desktop-hide {
    display: none !important;
  }
}

.slide-cards .slide-cards-wrapper {
  position: relative;
}
.slide-cards .slide-cards-overflow {
  display: flex;
  height: 100%;
  font-size: 1.6rem;
  justify-content: flex-start;
  overflow-y: auto;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
  flex-wrap: nowrap;
  flex-direction: row;
}
.slide-cards .slide-cards-overflow::-webkit-scrollbar {
  display: none;
}
.slide-cards .inline-scrollable {
  cursor: pointer;
  height: 93%;
  position: absolute;
  right: 0;
  top: 0%;
  visibility: visible;
  width: 42px;
}
.slide-cards .inline-scrollable.inactive {
  display: none !important;
}
.slide-cards .inline-scrollable:after {
  font-family: Ionicons;
  font-size: 3rem;
  color: grey;
  position: absolute;
  top: 20%;
  left: 0;
  background-color: #ffffff;
  border: 1px #d2d2d2 solid;
  padding: 10px;
  border-radius: 3px;
}
.slide-cards .inline-scrollable.right {
  right: 0;
}
.slide-cards .inline-scrollable.right:after {
  content: "\f30f";
  right: 0;
}
.slide-cards .inline-scrollable.left {
  left: 0;
}
.slide-cards .inline-scrollable.left:after {
  content: "\f2ca";
  left: 0;
}

.product-card {
  width: 290px;
  background: white;
  margin-bottom: 15px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-box-shadow: 1px 5px 10px 1px rgba(16, 16, 159, 0.1);
  -moz-box-shadow: 1px 5px 10px 1px rgba(16, 16, 159, 0.1);
  box-shadow: 1px 5px 10px 1px rgba(16, 16, 159, 0.1);
  flex-shrink: 0;
  margin-right: 15px;
}
@media (min-width: 1200px) {
  .product-card {
    width: 350px;
  }
}
.product-card:first-child {
  margin-left: 5px;
}
.product-card:hover {
  cursor: pointer;
}
.product-card .app-desc {
  border-top: 2px solid #C6D4E6;
}
.product-card .app-desc h3 {
  font-size: 2.0rem;
  font-weight: 600;
  padding: 20px 20px 10px 20px;
}
.product-card .app-desc p {
  padding: 0px 20px 20px 20px;
  font-family: 1.6rem;
}

/* TONEBONE HEADER */
/* tonebone-header.scss */
.tonebone-header {
  padding-top: 2rem;
}
.tonebone-header .tonebone-header-logo h1 {
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .tonebone-header .tonebone-header-logo h1 {
    margin-top: 2rem;
  }
}

/* NEWSLETTER PAGE */
.newsletter-container {
  margin-bottom: 3rem;
}
.newsletter-container a {
  color: #333333;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.newsletter-container a:hover {
  color: gray !important;
}

.newsletter-title {
  margin-bottom: 1.5rem;
}

.newsletter-thumb {
  width: 200px;
  border: 1px solid #8f8f8f;
  border-radius: 2px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.newsletter-thumb:hover {
  opacity: 0.85;
}

.recent-newsletter {
  margin-bottom: 4rem;
}
.recent-newsletter a {
  color: #333333;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.recent-newsletter a:hover {
  color: #787878 !important;
}
.recent-newsletter .newsletter-title {
  font-size: 2.4rem;
}
.recent-newsletter .newsletter-thumb {
  width: 300px;
}

.newsletter-text-box-title {
  font-size: 2.4rem;
  font-weight: 700;
  font-family: "Exo 2", sans-serif;
  margin-bottom: 1rem;
}

.newsletter-text-box {
  border-radius: 4px;
  background-color: #F4F8FA;
  min-height: 200px;
  min-width: 200px;
  display: flex;
  flex-direction: column;
  padding: 3.5rem;
}
.newsletter-text-box button {
  width: 15rem;
}

/* RESOURCE PAGE */
.resource-card .product-images {
  height: 200px !important;
}
.resource-card .product-images img {
  height: 100%;
}

#archive-menu li {
  list-style-type: none;
  margin-right: 1.5rem;
}

.sticky-abc {
  min-height: 5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: #F4F8FA;
  z-index: 99 !important;
  justify-content: center;
  margin-bottom: 1rem;
  line-height: 5rem;
  top: 0;
  width: 100%;
  padding-top: 1rem;
}
@media (min-width: 768px) {
  .sticky-abc {
    padding-top: 0;
  }
}

/* if user is logged in, sticky menu is below the admin bar */
@media (min-width: 768px) {
  body.admin-bar .stuck-abc {
    position: fixed;
    top: 32px;
  }
}

.stuck-abc {
  position: fixed;
  z-index: 99 !important;
  -webkit-box-shadow: 1px 5px 10px 1px rgba(16, 16, 159, 0.1);
  -moz-box-shadow: 1px 5px 10px 1px rgba(16, 16, 159, 0.1);
  box-shadow: 1px 5px 10px 1px rgba(16, 16, 159, 0.1);
}
@media (min-width: 768px) {
  .stuck-abc {
    top: 0;
  }
}

.resource-flex-menu {
  display: flex;
  flex-wrap: wrap;
  background-color: #F4F8FA;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: -17px;
}
@media (min-width: 768px) {
  .resource-flex-menu {
    width: auto;
    margin-top: 0;
  }
}
@media screen and (min-width: 404px) {
  .resource-flex-menu {
    margin-top: 0px;
  }
}
@media (min-width: 576px) {
  .resource-flex-menu {
    margin-top: 0;
  }
}
.resource-flex-menu .flexMenu-popup {
  width: 100vw;
  float: left;
  display: flex;
  flex-wrap: wrap;
  left: 0;
  /*top: 20px;*/
  background-color: #F4F8FA;
  padding-left: 55px;
  padding-right: 34px;
}
@media screen and (min-width: 404px) {
  .resource-flex-menu .flexMenu-popup {
    top: 99px;
  }
}

/*
==============================
Base Files e
==============================
*/
html {
  font-size: 62.5%;
  overflow-y: scroll;
}

body {
  font-family: "Roboto", sans-serif;
  color: #333333;
}

a {
  color: #EB2D2E;
  text-decoration: none;
}
a:hover:hover, a:focus:hover {
  color: #ef5c5c;
  text-decoration: none !important;
}
a:hover:focus, a:focus:focus {
  outline: none;
}

ul {
  font-family: "Roboto", sans-serif;
}

input:focus, select:focus, textarea:focus, .slick-slide:focus {
  outline: none;
}

p {
  color: #333333;
  line-height: 2.5rem;
  font-family: "Roboto", sans-serif;
}

p, table, ul, ol, div {
  font-size: 1.6rem;
}

.blue-bg {
  background-color: #F4F8FA;
}

.white-bg {
  background-color: #fff;
}

section {
  padding-top: 70px;
  padding-bottom: 70px;
}

hr {
  /*margin: 0 1.5rem;*/
  border-top: 2px solid rgba(193, 66, 66, 0.1);
}

.bold-grey {
  font-weight: 600 !important;
  color: #8B96A3 !important;
}

.inline-search {
  width: 100%;
  position: relative;
}
.inline-search .search-btn {
  position: absolute;
  right: 0px;
  width: 40px;
  height: 42px;
  border: 1px solid #445870;
  background: #445870;
  text-align: center;
  color: #fff;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  cursor: pointer;
  font-size: 2rem;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.inline-search .search-btn:hover {
  background: #7597BF;
  border: 1px solid #7597BF;
}
.inline-search .search-input {
  float: left;
  width: 100%;
  border: 1px solid #C6D4E6;
  padding: 7px;
  height: 42px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  outline: none;
  color: #333333;
}
.inline-search .search-input:focus {
  color: #333333;
}

body {
  -webkit-overflow-scrolling: touch;
}

body.mfp-zoom-out-cur {
  overflow: hidden;
  -webkit-overflow-scrolling: auto;
}

.no-pad {
  padding-left: 0;
  padding-right: 0;
}

.center {
  margin: 0 auto;
}

.n-p-l {
  padding-left: 0px;
}

.n-p-r {
  padding-right: 0px;
}

.n-p {
  padding-left: 0px;
  padding-right: 0px;
}

.n-p-m {
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 768px) {
  .n-p-m {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.modal-container {
  position: relative;
}

.centered {
  float: none;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.title-1 {
  font-size: 2.4rem;
  margin-bottom: 80px;
}
@media (min-width: 768px) {
  .title-1 {
    font-size: 3.6rem;
  }
}
.title-1 .half:after {
  width: 50% !important;
}
.title-1.center {
  text-align: center;
  position: relative;
}
.title-1.center:after {
  content: ' ';
  position: absolute;
  top: 150%;
  left: 50%;
  width: 100px;
  border: 2px solid #EB2D2E;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  transform: translateX(-50%);
}
.title-1.small {
  font-size: 2.4rem !important;
}
.title-1.bold {
  font-weight: 600;
}
.title-1.left {
  text-align: left;
}
.title-1.right {
  text-align: right;
}
.title-1 span {
  position: relative;
}
.title-1 span:after {
  content: ' ';
  position: absolute;
  top: 125%;
  width: 100%;
  border: 2px solid #EB2D2E;
  left: 0px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.title-1 span.one:after {
  width: 90%;
}

.hide-underline:after {
  display: none;
  content: '';
  top: 0;
  width: 0;
  border: none;
}

.n-margin {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .n-margin {
    margin-bottom: 0px;
  }
}

body {
  font-family: "Roboto", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5 {
  font-family: "Exo 2", sans-serif !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.6rem;
}

/*
==============================
Pages
==============================
*/
/* @import 'pages/_linear-gradient.scss'; */
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-feed:before,
.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-tv:before,
.fa-television:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-calendar-plus-o:before {
  content: "";
}

.fa-calendar-minus-o:before {
  content: "";
}

.fa-calendar-times-o:before {
  content: "";
}

.fa-calendar-check-o:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-credit-card-alt:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-pause-circle-o:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stop-circle-o:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-wheelchair-alt:before {
  content: "";
}

.fa-question-circle-o:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-volume-control-phone:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}

.fa-handshake-o:before {
  content: "";
}

.fa-envelope-open:before {
  content: "";
}

.fa-envelope-open-o:before {
  content: "";
}

.fa-linode:before {
  content: "";
}

.fa-address-book:before {
  content: "";
}

.fa-address-book-o:before {
  content: "";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "";
}

.fa-user-circle:before {
  content: "";
}

.fa-user-circle-o:before {
  content: "";
}

.fa-user-o:before {
  content: "";
}

.fa-id-badge:before {
  content: "";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "";
}

.fa-shower:before {
  content: "";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "";
}

.fa-podcast:before {
  content: "";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-minimize:before {
  content: "";
}

.fa-window-restore:before {
  content: "";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-eercast:before {
  content: "";
}

.fa-microchip:before {
  content: "";
}

.fa-snowflake-o:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
