body {
  justify-content: center;
  align-items: center;
  overflow-y:hidden;
  font-family:Arboria;
  margin:0px;
}
body, html {
    overflow-x:hidden;
}
/* Updated CSS after all 7 episodes are added to the website's resources page */
.audio-player {
  width: 95%;
  border-radius:40px;
  background: #fff;
  box-shadow: 0 0 20px 0 #000 a;
  font-family: arial;
  color: #000;
  font-size: 0.75em;
  overflow: hidden;
  display: block;
  padding:5px 0px;
  margin:0 auto;
  margin-top:20px;
}
.audio-player .timeline {
  background: #fff;
  width: 100%;
  border-radius:40px;
  position: relative;
  cursor: pointer;
  box-shadow: 0 2px 10px 0 #000 8;
  height:12px;
  margin-top:10px;
  border:1px solid #000;
}
.audio-player .timeline .progress {
  background: #0011b0;
  width: 0%;
  height: 100%;
  border-radius:40px;
  transition: 0.25s;
}
.audio-player .controls {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  padding: 0 60px 0px 20px;
}
.audio-player .controls * {
  display: flex;
  justify-content: center;
  align-items: center;
}
.audio-player .controls .timeline {
  display:block;
}
.audio-player .controls .toggle-play.play {
 cursor: pointer;
  position: relative;
  left: 0;
  height: 0;
  width: 0;
  /*border: 7px solid #fff;
  border-left: 13px solid #0011b0; */
}
.audio-player .controls .play-container img {
    display:none;
}
.mediasection .sectionone .right .audio-player .controls .toggle-play.play, .mediasection .sectiontwo .right .audio-player .controls .toggle-play.play, .mediasection .sectionthree .right .audio-player .controls .toggle-play.play, .mediasection .sectionfour .right .audio-player .controls .toggle-play.play {
    background-image: url(../images/listen-now-blue.png);
    height: 20px;
    width: 100px;
    background-size: cover;
    margin-right:15px;
}
.mediasection .sectionfive .right .audio-player .controls .toggle-play.play, .mediasection .sectionsix .right .audio-player .controls .toggle-play.play, .mediasection .sectionseven .right .audio-player .controls .toggle-play.play {
    background-image: url(../images/listen-now-orange.png);
    height: 20px;
    width: 100px;
    background-size: cover;
    margin-right:15px;
}
.mediasection .sectionone .right .audio-player .controls .toggle-play.pause, .mediasection .sectiontwo .right .audio-player .controls .toggle-play.pause, .mediasection .sectionthree .right .audio-player .controls .toggle-play.pause, .mediasection .sectionfour .right .audio-player .controls .toggle-play.pause {
    background-image: url(../images/listen-now-blue-pause.png);
    height: 20px;
    width: 100px;
    background-size: cover;
    margin-right:15px;
}
.mediasection .sectionfive .right .audio-player .controls .toggle-play.pause, .mediasection .sectionsix .right .audio-player .controls .toggle-play.pause, .mediasection .sectionseven .right .audio-player .controls .toggle-play.pause {
    background-image: url(../images/listen-now-orange-pause.png);
    height: 20px;
    width: 100px;
    background-size: cover;
    margin-right:15px;
}
/*
.audiofive .controls .toggle-play.play, .audiosix .controls .toggle-play.play, .audioseven .controls .toggle-play.play {
    border-left: 13px solid #fc9315;
} */
.audiofive .controls .toggle-play.pause:before, .audiofive .controls .toggle-play.pause:after, .audiosix .controls .toggle-play.pause:before, .audiosix .controls .toggle-play.pause:after, .audioseven .controls .toggle-play.pause:before, .audioseven .controls .toggle-play.pause:after {
     background: #fc9315 !important;
}.audiofive [class*="icono-"], .audiosix [class*="icono-"], .audioseven [class*="icono-"] {
    color: #fc9315 !important;
}
.audiofive .timeline .progress, .audiosix .timeline .progress, .audioseven .timeline .progress {
    background: #fc9315 !important;
}
.audiofour .popup .show a:hover, .audiofive .popup .show a:hover, .audiosix .popup .show a:hover, .audioseven .popup .show a:hover {
    background: #fc9315 !important;
}
.audio-player .controls .toggle-play.play:hover {
  transform: scale(1.1);
}
.audio-player .controls .toggle-play.pause {
  height: 15px;
  width: 20px;
  cursor: pointer;
  position: relative;
}
.audio-player .controls .toggle-play.pause:before {
  position: absolute;
  top: 0;
  left: 0px;
  background: #0011b0;
  content: "";
  height: 15px;
  width: 3px;
  display:none;
}
.audio-player .controls .toggle-play.pause:after {
    display:none;
  position: absolute;
  top: 0;
  right: 8px;
  background: #0011b0;
  content: "";
  height: 15px;
  width: 3px;
}
.audio-player .controls .toggle-play.pause:hover {
  transform: scale(1.1);
}
.audio-player .controls .time {
  display: flex;
  margin-left:10px;
}
.audio-player .controls .time * {
  padding: 2px;
}
.audio-player .controls .volume-container {
  cursor: pointer;
  position: absolute;
  z-index: 2;
  right: calc(50% - 620px + 40px);
}
.audio-player .controls .volume-container .volume-button {
  height: 26px;
  display: flex;
  align-items: center;
  display:block;
}
.audioone .controls .volume-container .volume-slider .volume-percentage, .audiotwo .controls .volume-container .volume-slider .volume-percentage, .audiothree .controls .volume-container .volume-slider .volume-percentage, .audiofour .controls .volume-container .volume-slider .volume-percentage {
	background: #0011b0 !important;
}

.audiofive .controls .volume-container .volume-slider .volume-percentage, .audiosix .controls .volume-container .volume-slider .volume-percentage, .audioseven .controls .volume-container .volume-slider .volume-percentage {
	background: #fc9315 !important;
}
.audio-player .controls .volume-container .volume-button .volume {
  transform: scale(0.7);
}
.audio-player .controls .volume-container .volume-slider {
    position: absolute;
    left: -45px !important;
    top: -70px;
    z-index: -1;
    width: 0;
    height: 15px;
    background: white;
    box-shadow: 0 0 20px #000;
    transition: 0.25s;
    display: block;
    transform: rotate(-90deg);
}
.audio-player .controls .volume-container .volume-slider .volume-percentage {
  background: coral;
  height: 100%;
  width: 75%;
}
.audio-player .controls .volume-container:hover .volume-slider {
  left: -123px;
  width: 120px;
}

.mediasection {
  display:inline-block;
  width:100%;
  background: #f5f5f5;
  padding-top:70px;
}
.mediasection h2.innertwo {
    color: #fc9315;
    font-size: 2rem;
    text-align:center;
    margin-left:15px;
    margin-right:15px;
}
.mediasection h3.innerthree {
    color: #0011b0;
    font-size: 2rem;
    text-align:center;
    margin-left:15px;
    margin-right:15px;
}
.mediasection p.innerpara {
    color:#72767f;
    font-size:1.4rem;
    margin-left:15px;
    margin-right:15px;
    text-align:center;
    margin-bottom:70px;
}
.mediasection p.innerpara strong{
    color:#000;
}
.mediasection .sectionone, .mediasection .sectiontwo, .mediasection .sectionthree, .mediasection .sectionfour, .mediasection .sectionfive, .mediasection .sectionsix, .mediasection .sectionseven, .mediasection .sectioneight {
  display:block;
  width:100%;
  margin-bottom:20px;
  height:410px;
  margin-bottom:100px;
}
.mediasection .sectionone, .mediasection .sectiontwo, .mediasection .sectionthree, .mediasection .sectionfour{
    background:url('../images/video-back-orange.png'); 
    background-size: cover;
    height: 480px;
    padding-top: 30px;
    background-position: right;
}
.mediasection .sectionfive, .mediasection .sectionsix, .mediasection .sectionseven, .mediasection .sectioneight {
    background:url('../images/video-back-blue.png'); 
    background-size: cover;
    height: 480px;
    padding-top: 30px;
    background-position: right;
}
.mediasection .sectionone .left, .mediasection .sectiontwo .left, .mediasection .sectionthree .left, .mediasection .sectionfour .left, .mediasection .sectionfive .left, .mediasection .sectionsix .left, .mediasection .sectionseven .left, .mediasection .sectioneight .left {
  float:left;
  width:40%;
  height:420px;
}
.mediasection .sectionone .left video, .mediasection .sectiontwo .left video, .mediasection .sectionthree .left video, .mediasection .sectionfour .left video, .mediasection .sectionfive .left video, .mediasection .sectionsix .left video, .mediasection .sectionseven .left video, .mediasection .sectioneight .left video{
  width:100%;
  height:420px;
}
.mediasection .sectionone .right, .mediasection .sectiontwo .right, .mediasection .sectionthree .right, .mediasection .sectionfour .right, .mediasection .sectionfive .right, .mediasection .sectionsix .right, .mediasection .sectionseven .right, .mediasection .sectioneight .right{
    float: right;
    width: 52%;
    height: 380px;
    color: #fff;
    padding: 0px 50px;
}
.mediasection .sectionone .right, .mediasection .sectiontwo .right, .mediasection .sectionthree .right, .mediasection .sectionfour .right{
        background: transparent;
}
.mediasection .sectionfive .right, .mediasection .sectionsix .right, .mediasection .sectionseven .right, .mediasection .sectioneight .right {
    background: transparent;
}
.mediasection .sectionone .right p, .mediasection .sectiontwo .right p, .mediasection .sectionthree .right p, .mediasection .sectionfour .right p, .mediasection .sectionfive .right p, .mediasection .sectionsix .right p, .mediasection .sectionseven .right p, .mediasection .sectioneight .right p {
    margin-left:12px;
    margin-right:12px;
    font-size:1rem;
}
.mediasection .sectionone .right .epsnum, .mediasection .sectiontwo .right .epsnum, .mediasection .sectionthree .right .epsnum, .mediasection .sectionfour .right .epsnum, .mediasection .sectionfive .right .epsnum, .mediasection .sectionsix .right .epsnum, .mediasection .sectionseven .right .epsnum, .mediasection .sectioneight .right .epsnum {
    margin-left:12px;
    margin-right:12px;
    margin-top:0px;
}
.mediasection .sectionone .right h2, .mediasection .sectiontwo .right h2, .mediasection .sectionthree .right h2, .mediasection .sectionfour .right h2, .mediasection .sectionfive .right h2, .mediasection .sectionsix .right h2, .mediasection .sectionseven .right h2, .mediasection .sectioneight .right h2 {
    margin-left:12px;
    margin-right:12px;
    font-size:1.8rem;
}
/* Popup container */
.popup {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

/* The actual popup (appears on top) */
.popup .popuptext {
  visibility: hidden;
  width: 160px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 0px 0;
  position: absolute;
  z-index: 1;
  bottom: 10px;
  right: -580px;
}

/* Popup arrow */
.popup .popuptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* Toggle this class when clicking on the popup container (hide and show the popup) */
.popup .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s
}
.popup .show a {
    width: 100%;
    display: inline-block;
    padding: 10px 0px;
    font-size:14px;
}
.popup .show a:hover {
    background: #0011b0;
}
.video-js {
    position: relative !important;
    width: 100% !important;
    height: 100% !important;
}
.vjs-poster {
    position: absolute !important;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.vjs-default-skin .vjs-big-play-button {
    top:40% !important;
    left: 40% !important;
}



/* Chapter Thumbnails Menu */
.vjs-menu-button-popup .vjs-chapter-thumbnails-menu {
  left: auto;
  right: 0;
  width: auto;
}

/* Chapter Thumbnails Menu Content */
  /* Chapter Thumbnails Menu — Show when video has started */
  /* Chapter Thumbnails Menu — Hide when user becomes inactive */
.vjs-has-started .vjs-chapter-thumbnails-menu .vjs-menu-content {
  opacity: 1;
  transition: visibility 0.1s, opacity 0.1s;
  visibility: visible;
}
.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-chapter-thumbnails-menu .vjs-menu-content {
  opacity: 0;
  transition: visibility 1s, opacity 1s;
  visibility: visible;
}
.vjs-menu-button-popup .vjs-chapter-thumbnails-menu .vjs-menu-content {
  border-radius: 3px;
  overflow-y: auto;
  right: 0;
  white-space: nowrap;
  width: 240px;
}

/* Chapter Thumbnails Menu Item */
.vjs-menu .vjs-chapter-thumbnails-menu-item {
  padding: 0;
}

/* Chapter Thumbnails Item */
.vjs-chapters-thumbnails-item {
  cursor: pointer;
  overflow: hidden;
  padding: 5px 5px 10px;
  text-align: left;
}

.vjs-chapters-thumbnails-item-image {
  float: left;
  margin-right: 10px;
  width: 70px;
}

.vjs-chapters-thumbnails-item-title {
  display: block;
  text-transform: capitalize;
}


/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity:1 ;}
}

.icono-areaChart,
.icono-barChart,
.icono-book,
.icono-book:after,
.icono-book:before,
.icono-bookmarkEmpty,
.icono-bookmarkEmpty:before,
.icono-camera,
.icono-chain:after,
.icono-chain:before,
.icono-clock,
.icono-commentEmpty,
.icono-creditCard,
.icono-crop,
.icono-crop:before,
.icono-display,
.icono-document,
.icono-eye,
.icono-file,
.icono-flag:after,
.icono-flag:before,
.icono-folder,
.icono-forbidden,
.icono-frown,
.icono-frown:after,
.icono-headphone,
.icono-heart,
.icono-heart:after,
.icono-heart:before,
.icono-home,
.icono-home:after,
.icono-home:before,
.icono-imac,
.icono-imacBold,
.icono-image,
.icono-infinity:after,
.icono-infinity:before,
.icono-iphone,
.icono-iphoneBold,
.icono-keyboard,
.icono-macbook:before,
.icono-macbookBold:before,
.icono-mail,
.icono-mail:before,
.icono-market,
.icono-market:after,
.icono-meh,
.icono-meh:after,
.icono-microphone,
.icono-microphone:before,
.icono-mouse,
.icono-mouse:before,
.icono-nexus,
.icono-paperClip,
.icono-paperClip:after,
.icono-paperClip:before,
.icono-piano,
.icono-pin,
.icono-pin:before,
.icono-power,
.icono-rename,
.icono-ruler,
.icono-search,
.icono-signIn,
.icono-signIn:before,
.icono-signOut,
.icono-signOut:before,
.icono-smile,
.icono-smile:after,
.icono-stroke,
.icono-sync,
.icono-tag,
.icono-tag:after,
.icono-terminal,
.icono-trash,
.icono-user,
.icono-user:before,
.icono-video,
.icono-volumeHigh:after,
.icono-volumeHigh:before,
.icono-volumeLow:before,
.icono-volumeMedium:before,
.icono-youtube,
.icono-youtube:before,
[class*="icono-"][class*="Circle"],
[class*="icono-"][class*="Square"],
[class*="icono-check"][class*="Circle"] {
    border: 2px solid;
}
.icono-chain:after,
.icono-chain:before,
.icono-downArrow:before,
.icono-dropper:before,
.icono-flickr:after,
.icono-flickr:before,
.icono-indent:before,
.icono-leftArrow:before,
.icono-list:before,
.icono-outdent:before,
.icono-paperClip:before,
.icono-rename:before,
.icono-rightArrow:before,
.icono-upArrow:before,
.icono-video:before,
.icono-volumeDecrease:after,
.icono-volumeDecrease:before,
.icono-volumeHigh:after,
.icono-volumeHigh:before,
.icono-volumeIncrease:after,
.icono-volumeIncrease:before,
.icono-volumeLow:before,
.icono-volumeMedium:before,
.icono-volumeMute:after,
.icono-volumeMute:before,
.stickCenterV {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.icono-cup:after,
.icono-display:after,
.icono-display:before,
.icono-imac:after,
.icono-imacBold:after,
.icono-imacBold:before,
.icono-iphone:after,
.icono-iphone:before,
.icono-macbook:before,
.icono-macbookBold:before,
.icono-market:after,
.icono-microphone:after,
.icono-microphone:before,
.icono-mouse:after,
.icono-mouse:before,
.icono-search:before,
.icono-sitemap:after,
.icono-sitemap:before,
.icono-tag:after,
.icono-trash:before,
.icono-user:before,
.stickCenterH,
[class*="icono-exclamation"]:after,
[class*="icono-textAlign"].icono-textAlignCenter:after,
[class*="icono-textAlign"].icono-textAlignCenter:before {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.icono-camera:before,
.icono-clock:after,
.icono-clock:before,
.icono-document:after,
.icono-eye:before,
.icono-forbidden:before,
.icono-gear:before,
.icono-gplus:after,
.icono-instagram:before,
.icono-keyboard:before,
.icono-pin:before,
.icono-video:after,
.icono-youtube:after,
.stickCenter,
[class*="icono-check"]:before,
[class*="icono-cross"]:after,
[class*="icono-cross"]:before,
[class*="icono-plus"]:after,
[class*="icono-plus"]:before {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.spin[class*="spin"] {
    -webkit-animation: loading-spinner 2s infinite linear;
    animation: loading-spinner 2s infinite linear;
}
@-webkit-keyframes loading-spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes loading-spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.icono-icono {
    width: 13px;
    height: 4px;
    box-shadow: inset 0 0 0 32px, 0 16px, 17px -18px;
    -webkit-transform: skew(0, 30deg);
    -ms-transform: skew(0, 30deg);
    transform: skew(0, 30deg);
    margin: 11px 19px 19px 2px;
}
.icono-icono:before {
    position: absolute;
    width: 13px;
    height: 4px;
    box-shadow: inset 0 0 0 32px, 0 16px, -17px -17px;
    right: -17px;
    top: -10px;
    -webkit-transform: skew(0, -48deg);
    -ms-transform: skew(0, -48deg);
    transform: skew(0, -48deg);
}
.icono-icono:after {
    position: absolute;
    width: 22px;
    height: 15px;
    left: 0;
    top: -5px;
    border: 4px solid;
    border-top-color: transparent;
    border-bottom: none;
    -webkit-transform: skew(0, -30deg) scaleY(0.6);
    -ms-transform: skew(0, -30deg) scaleY(0.6);
    transform: skew(0, -30deg) scaleY(0.6);
}
.icono-home {
    width: 22px;
    height: 16px;
    border-top: none;
    margin: 15px 6px 3px;
}
.icono-home:before {
    width: 18px;
    height: 18px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    left: -2px;
    top: -7px;
    border-right-color: transparent;
    border-bottom-color: transparent;
}
.icono-home:after {
    width: 6px;
    height: 10px;
    bottom: 0;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-width: 1px;
    border-bottom: none;
}
.icono-mail {
    width: 28px;
    height: 18px;
    overflow: hidden;
    margin: 8px 3px;
}
.icono-mail:before {
    position: absolute;
    width: 24.62px;
    height: 24.62px;
    -webkit-transform: rotate(50deg) skew(-10deg, -20deg);
    -ms-transform: rotate(50deg) skew(-10deg, -20deg);
    transform: rotate(50deg) skew(-10deg, -20deg);
    top: -20px;
    left: -3px;
}
.icono-rss {
    width: 22px;
    height: 22px;
    overflow: hidden;
    margin: 6px;
}
.icono-rss:after,
.icono-rss:before {
    position: absolute;
    border-radius: 50%;
}
.icono-rss:before {
    width: 6px;
    height: 6px;
    box-shadow: 0 0 32px inset;
    left: 0;
    bottom: 0;
}
.icono-rss:after {
    width: 27px;
    height: 27px;
    right: 15%;
    top: 15%;
    border: 4px solid transparent;
    box-shadow: inset 0 0 0 2px, 0 0 0 2px;
}
.icono-bars,
.icono-hamburger {
    width: 20px;
    height: 2px;
    box-shadow: inset 0 0 0 32px, 0 -6px, 0 6px;
    margin: 16px 7px;
}
[class*="icono-cross"],
[class*="icono-plus"] {
    width: 30px;
    height: 30px;
    margin: 2px;
}
[class*="icono-check"]:before,
[class*="icono-cross"]:after,
[class*="icono-cross"]:before,
[class*="icono-plus"]:after,
[class*="icono-plus"]:before {
    box-shadow: inset 0 0 0 32px;
}
[class*="icono-check"]:before,
[class*="icono-cross"]:before,
[class*="icono-plus"]:before {
    width: 20px;
    height: 2px;
}
[class*="icono-cross"]:after,
[class*="icono-plus"]:after {
    height: 20px;
    width: 2px;
}
[class*="icono-cross"][class*="Circle"]:before,
[class*="icono-plus"][class*="Circle"]:before {
    width: 18px;
}
[class*="icono-cross"][class*="Circle"]:after,
[class*="icono-plus"][class*="Circle"]:after {
    height: 18px;
}
.icono-cross,
.icono-crossCircle {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
[class*="icono-check"] {
    width: 28px;
    height: 28px;
    margin: 3px 0 3px 6px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
[class*="icono-check"]:after,
[class*="icono-check"]:before {
    box-shadow: inset 0 0 0 32px;
}
[class*="icono-check"]:after {
    position: absolute;
    height: 12px;
    width: 2px;
    left: 4px;
    bottom: 14px;
}
[class*="icono-check"][class*="Circle"] {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    margin: 2px;
}
[class*="icono-check"][class*="Circle"]:before {
    width: 14px;
    top: 15px;
    left: 14px;
}
[class*="icono-check"][class*="Circle"]:after {
    height: 8px;
    left: 7px;
    bottom: 10px;
}
.icono-power {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border-top-color: transparent;
    margin: 6px;
}
.icono-power:before {
    position: absolute;
    top: -15%;
    left: 8px;
    width: 2px;
    height: 60%;
    box-shadow: inset 0 0 0 32px;
}
.icono-heart {
    width: 20px;
    height: 20px;
    border-top-color: transparent;
    border-left-color: transparent;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 4px 0;
    margin: 9px 7px 5px;
}
.icono-heart:after,
.icono-heart:before {
    position: absolute;
}
.icono-heart:before {
    width: 8px;
    height: 14px;
    left: -10px;
    bottom: -2px;
    border-radius: 20px 0 0 20px;
    border-right-color: transparent;
}
.icono-heart:after {
    width: 14px;
    height: 8px;
    right: -2px;
    top: -10px;
    border-radius: 20px 20px 0 0;
    border-bottom-color: transparent;
}
.icono-infinity {
    width: 32px;
    height: 16px;
    margin: 9px 1px;
}
.icono-infinity:after,
.icono-infinity:before {
    width: 10px;
    height: 10px;
    position: absolute;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.icono-infinity:before {
    left: 0;
    border-radius: 32px 0 32px 32px;
}
.icono-infinity:after {
    right: 1px;
    border-radius: 32px 32px 32px 0;
}
.icono-flag {
    width: 22px;
    height: 25px;
    border-left: 3px solid;
    margin: 5px 6px 4px;
}
.icono-flag:after,
.icono-flag:before {
    position: absolute;
    width: 9px;
    height: 8px;
}
.icono-flag:before {
    left: -2px;
    top: 1px;
    border-radius: 0 2px 0 0;
    border-right-width: 3px;
}
.icono-flag:after {
    width: 5px;
    left: 9px;
    top: 4px;
    border-left-width: 3px;
    border-radius: 2px 2px 0;
}
.icono-file {
    width: 26px;
    height: 32px;
    border-radius: 0 12px 0 0;
    margin: 1px 4px;
}
.icono-file:before {
    position: absolute;
    top: -2px;
    right: -2px;
    border-style: solid;
    width: 0;
    height: 0;
    border-width: 5px;
    border-top-color: transparent;
    border-right-color: transparent;
}
.icono-document {
    width: 26px;
    height: 32px;
    border-radius: 0 0 0 10px;
    margin: 1px 4px;
}
.icono-document:before {
    position: absolute;
    width: 0;
    height: 0;
    left: -3px;
    bottom: -3px;
    border-width: 5px;
    border-style: solid;
    border-bottom-color: transparent;
    border-left-color: transparent;
}
.icono-document:after {
    width: 13px;
    height: 2px;
    box-shadow: inset 0 0 0 32px, 0 -5px 0 0, 0 5px 0 0;
}
.icono-folder {
    width: 18px;
    height: 22px;
    border-left-width: 0;
    border-radius: 0 3px 3px 0;
    margin: 8px 2px 4px 14px;
}
.icono-folder:before {
    position: absolute;
    width: 12px;
    height: 20px;
    left: -12px;
    bottom: -2px;
    border-width: 0 0 2px 2px;
    border-style: solid;
    border-radius: 0 0 0 3px;
}
.icono-folder:after {
    position: absolute;
    width: 10px;
    height: 5px;
    left: -12px;
    top: -7px;
    border-width: 2px 2px 0;
    border-style: solid;
    border-radius: 3px 3px 0 0;
}
.icono-pin {
    width: 26px;
    height: 26px;
    border-radius: 50% 50% 50% 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin: 1px 4px 7px;
}
.icono-pin:before {
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
}
.icono-frown,
.icono-meh,
.icono-smile {
    border-radius: 50%;
    height: 30px;
    width: 30px;
    margin: 2px;
}
.icono-frown:before,
.icono-meh:before,
.icono-smile:before {
    border-radius: 50%;
    box-shadow: 8px 0 0 0, 0 0 0 2px inset;
    height: 4px;
    width: 4px;
    left: 7px;
    position: absolute;
    top: 27%;
}
.icono-frown:after,
.icono-meh:after,
.icono-smile:after {
    border-radius: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    height: 16px;
    left: 50%;
    position: absolute;
    top: 6%;
    width: 16px;
}
.icono-eye {
    border-radius: 80% 20%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-width: 2px 1px 1px 2px;
    height: 28px;
    width: 28px;
    margin: 3px;
}
.icono-eye:before {
    border-radius: 50%;
    box-shadow: 0 -3px 0 3px inset;
    height: 11px;
    width: 11px;
}
.icono-sliders {
    height: 30px;
    width: 30px;
    margin: 2px;
}
.icono-sliders:after,
.icono-sliders:before {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    position: absolute;
}
.icono-sliders:before {
    width: 8px;
    height: 7px;
    border-radius: 2px;
    top: 67%;
    box-shadow: inset 0 0 0 32px, 10px -10px, -10px -14px;
}
.icono-sliders:after {
    position: absolute;
    width: 2px;
    height: 100%;
    box-shadow: inset 0 0 0 32px, 10px 0, -10px 0;
}
.icono-share {
    height: 9px;
    width: 9px;
    border-radius: 50%;
    box-shadow: inset 0 0 0 32px, 22px -11px 0 0, 22px 11px 0 0;
    margin: 12px 24px 13px 1px;
}
.icono-share:after,
.icono-share:before {
    position: absolute;
    width: 24px;
    height: 2px;
    box-shadow: inset 0 0 0 32px;
    left: 0;
}
.icono-share:before {
    top: -2px;
    -webkit-transform: rotate(-25deg);
    -ms-transform: rotate(-25deg);
    transform: rotate(-25deg);
}
.icono-share:after {
    top: 9px;
    -webkit-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    transform: rotate(25deg);
}
.icono-sync {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border-right-color: transparent;
    border-left-color: transparent;
    margin: 4px;
}
.icono-sync:after,
.icono-sync:before {
    position: absolute;
    width: 0;
    height: 0;
    border-width: 6px;
    border-style: solid;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
}
.icono-sync:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: -7px;
    top: 0;
}
.icono-sync:after {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    left: -7px;
    bottom: 0;
}
.icono-reset {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border-width: 2px;
    border-style: solid;
    border-left-color: transparent;
    margin: 4px;
}
.icono-reset:before {
    position: absolute;
    width: 0;
    height: 0;
    left: -7px;
    bottom: 0;
    border-width: 6px;
    border-style: solid;
    border-right-color: transparent;
    border-left-color: transparent;
    border-bottom-color: transparent;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}
.icono-gear {
    width: 32px;
    height: 32px;
    border: 3px dotted;
    border-radius: 50%;
    margin: 1px;
}
.icono-gear:before {
    width: 22px;
    height: 22px;
    box-shadow: 0 0 0 3px, 0 0 0 2px inset;
    border-radius: 50%;
    border: 6px solid transparent;
    box-sizing: border-box;
}
.icono-signIn {
    width: 18px;
    height: 32px;
    border-left: none;
    border-radius: 0 3px 3px 0;
    margin: 1px 8px;
}
.icono-signIn:before {
    position: absolute;
    width: 11px;
    height: 11px;
    left: -10px;
    top: 7px;
    border-bottom: none;
    border-left: none;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 0 4px 0 0;
}
.icono-signOut {
    width: 18px;
    height: 32px;
    border-right: none;
    border-radius: 3px 0 0 3px;
    margin: 1px 8px;
}
.icono-signOut:before {
    position: absolute;
    width: 11px;
    height: 11px;
    right: -2px;
    top: 7px;
    border-bottom: none;
    border-left: none;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 0 4px 0 0;
}
.icono-support {
    width: 26px;
    height: 26px;
    border: 5px solid transparent;
    box-shadow: 0 0 0 2px inset, 0 0 0 2px;
    border-radius: 50%;
    margin: 4px;
}
.icono-support:before {
    position: absolute;
    width: 7px;
    height: 7px;
    top: -3px;
    left: -3px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    box-shadow: inset 0 0 0 32px, 21px 0 0 0;
}
.icono-support:after {
    position: absolute;
    width: 7px;
    height: 7px;
    top: -3px;
    right: -3px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    box-shadow: inset 0 0 0 32px, 21px 0 0 0;
}
.icono-dropper {
    width: 40px;
    height: 14px;
    border-width: 3px;
    border-style: solid;
    border-right: none;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    box-shadow: -9px 0 0 2px inset, 0 0 0 2px inset;
    border-radius: 50% 6px 6px 50%;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin: 12px -2px 8px -4px;
}
.icono-dropper:before {
    width: 4px;
    height: 14px;
    right: 10px;
    box-shadow: inset 0 0 0 32px;
}
.icono-tiles {
    width: 4px;
    height: 4px;
    box-shadow: 0 -8px 0, -8px -8px 0, 8px -8px 0, 0 0 0 32px inset, -8px 0 0, 8px 0 0, 0 8px 0, -8px 8px 0, 8px 8px 0;
    margin: 15px;
}
.icono-list {
    width: 4px;
    height: 4px;
    box-shadow: inset 0 0 0 32px, 0 -8px 0 0, 0 8px 0 0;
    margin: 15px 26px 15px 4px;
}
.icono-list:before {
    width: 18px;
    height: 4px;
    left: 8px;
    box-shadow: inset 0 0 0 32px, 0 -8px 0 0, 0 8px 0 0;
}
.icono-chain {
    width: 16px;
    height: 2px;
    box-shadow: inset 0 0 0 32px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin: 16px 9px;
}
.icono-chain:after,
.icono-chain:before {
    width: 12px;
    height: 8px;
    border-radius: 4px;
}
.icono-chain:before {
    right: -10px;
}
.icono-chain:after {
    left: -10px;
}
.icono-youtube {
    border-right-color: transparent;
    border-left-color: transparent;
    border-radius: 10px;
    width: 32px;
    height: 22.29px;
    margin: 6px 1px;
}
.icono-youtube:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-radius: 6px/3px;
}
.icono-youtube:after {
    width: 0;
    height: 0;
    border-width: 4px 0 4px 8px;
    border-style: solid;
    border-top-color: transparent;
    border-bottom-color: transparent;
}
.icono-rename {
    width: 26px;
    height: 10px;
    border-color: transparent;
    border-width: 3px;
    box-shadow: 0 0 0 1px, 11px 0 0 0 inset;
    margin: 12px 4px;
}
.icono-rename:before {
    width: 1px;
    height: 18px;
    left: 9px;
    border-width: 2px 4px;
    border-style: solid;
    border-right-color: transparent;
    border-left-color: transparent;
    box-shadow: 0 0 0 1px inset;
}
.icono-search {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: 4px 4px 8px 8px;
}
.icono-search:before {
    width: 4px;
    height: 11px;
    box-shadow: inset 0 0 0 32px;
    top: 19px;
    border-radius: 0 0 1px 1px;
}
.icono-book {
    width: 26px;
    height: 22px;
    border-radius: 0 0 0 6px;
    border-top: none;
    margin: 10px 4px 2px;
}
.icono-book:before {
    position: absolute;
    width: 24px;
    height: 7px;
    box-sizing: border-box;
    border-top: none;
    border-right: none;
    left: -2px;
    top: -5px;
    border-radius: 0 0 0 6px;
}
.icono-book:after {
    position: absolute;
    width: 24px;
    height: 8px;
    box-sizing: border-box;
    left: -2px;
    top: -8px;
    border-bottom: none;
    border-radius: 6px 0 0;
}
.icono-forbidden {
    width: 28px;
    height: 28px;
    border-width: 3px;
    border-radius: 50%;
    margin: 3px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.icono-forbidden:before {
    width: 24px;
    height: 4px;
    box-shadow: inset 0 0 0 32px;
}
.icono-trash {
    width: 22px;
    height: 22px;
    border-radius: 0 0 3px 3px;
    border-top: none;
    margin: 9px 6px 3px;
}
.icono-trash:before {
    width: 8px;
    height: 2px;
    top: -6px;
    box-shadow: inset 0 0 0 32px, -10px 2px 0 0, -6px 2px 0 0, 0 2px 0 0, 6px 2px 0 0, 10px 2px 0 0;
}
.icono-keyboard {
    width: 32px;
    height: 22px;
    border-radius: 3px;
    margin: 6px 1px;
}
.icono-keyboard:before {
    width: 2px;
    height: 2px;
    box-shadow: -2px -4px 0, -6px -4px 0, -10px -4px 0, 2px -4px 0, 6px -4px 0, 8px -4px 0, 10px -4px 0, -4px 0 0, -8px 0 0, -10px 0 0, inset 0 0 0 32px, 4px 0 0, 8px 0 0, 10px 0 0, 4px 4px 0, 2px 4px 0, 0 4px 0, -2px 4px 0, -6px 4px 0,
        -10px 4px 0, 6px 4px 0, 10px 4px 0;
}
.icono-mouse {
    width: 23px;
    height: 32px;
    border-radius: 11px 11px 12px 12px;
    margin: 1px 5px 1px 6px;
}
.icono-mouse:before {
    width: 1px;
    height: 6px;
    border-radius: 2px;
    border-color: transparent;
    border-width: 1px;
    top: 5px;
    box-shadow: 0 0 0 1px, 0 0 0 2px inset;
}
.icono-mouse:after {
    width: 1px;
    height: 4px;
    top: 0;
    box-shadow: inset 0 0 0 32px, 0 13px 0 0;
}
.icono-user {
    width: 32px;
    height: 14px;
    border-radius: 64px 64px 0 0/64px;
    margin: 18px 1px 2px;
}
.icono-user:before {
    width: 12px;
    height: 12px;
    top: -20px;
    border-radius: 50%;
}
.icono-crop {
    width: 21px;
    height: 21px;
    border-left: none;
    border-bottom: none;
    margin: 9px 9px 4px 4px;
}
.icono-crop:before {
    position: absolute;
    width: 21px;
    height: 21px;
    top: -7px;
    right: -7px;
    border-top: none;
    border-right: none;
    box-sizing: border-box;
}
.icono-crop:after {
    position: absolute;
    width: 27px;
    height: 1px;
    left: 2px;
    top: 3px;
    box-shadow: inset 0 0 0 32px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.icono-display {
    width: 26px;
    height: 22px;
    margin: 4px 4px 8px;
}
.icono-display:before {
    width: 4px;
    height: 3px;
    bottom: -5px;
    box-shadow: inset 0 0 0 32px;
}
.icono-display:after {
    width: 14px;
    height: 2px;
    bottom: -6px;
    box-shadow: inset 0 0 0 32px;
}
.icono-imac {
    width: 28px;
    height: 24px;
    border-width: 2px 2px 6px;
    border-color: transparent;
    border-radius: 3px;
    box-shadow: 0 0 0 1px, 0 0 0 1px inset;
    margin: 3px 3px 7px;
}
.icono-imac:before {
    position: absolute;
    height: 4px;
    right: -3px;
    left: -3px;
    bottom: -6px;
    box-shadow: inset 0 0 0 32px;
    border-radius: 0 0 3px 3px;
}
.icono-imac:after {
    width: 9px;
    height: 7px;
    box-shadow: inset 0 0 0 32px;
    bottom: -12px;
    border-radius: 32px 32px 0 0/64px;
}
.icono-imacBold {
    width: 28px;
    height: 22px;
    border-radius: 4px;
    margin: 4px 3px 8px;
}
.icono-imacBold:before {
    width: 9px;
    height: 7px;
    box-shadow: inset 0 0 0 32px;
    bottom: -6px;
    border-radius: 32px 32px 0 0/64px;
}
.icono-imacBold:after {
    width: 24px;
    height: 3px;
    box-shadow: inset 0 0 0 32px;
    bottom: 0;
}
.icono-iphone {
    width: 19px;
    height: 31px;
    border-radius: 3px;
    border-width: 5px 1px;
    border-color: transparent;
    box-shadow: 0 0 0 1px, 0 0 0 1px inset;
    margin: 2px 8px 1px 7px;
}
.icono-iphone:after,
.icono-iphone:before {
    box-shadow: inset 0 0 0 32px;
}
.icono-iphone:before {
    width: 3px;
    height: 1px;
    top: -3px;
}
.icono-iphone:after {
    width: 3px;
    height: 3px;
    bottom: -4px;
    border-radius: 50%;
}
.icono-iphoneBold {
    width: 20px;
    height: 32px;
    margin: 1px 7px;
    border-radius: 4px;
    border-width: 5px 2px;
}
.icono-macbook {
    width: 32px;
    height: 2px;
    box-shadow: inset 0 0 0 32px;
    border-radius: 0 0 32px 32px/3px;
    margin: 25px 1px 7px;
}
.icono-macbook:before {
    width: 20px;
    height: 14px;
    bottom: 2px;
    border-width: 3px 1px 1px;
    border-color: transparent;
    border-radius: 3px 3px 0 0;
    box-shadow: 0 0 0 1px, 0 0 0 1px inset;
}
.icono-macbookBold {
    width: 32px;
    height: 2px;
    box-shadow: inset 0 0 0 32px;
    margin: 25px 1px 7px;
}
.icono-macbookBold:before {
    width: 20px;
    height: 14px;
    bottom: 2px;
    border-width: 3px 2px 1px;
    border-radius: 3px 3px 0 0;
}
.icono-image {
    width: 30px;
    height: 26px;
    border-radius: 3px;
    overflow: hidden;
    margin: 4px 2px;
}
.icono-image:before {
    position: absolute;
    width: 20px;
    height: 20px;
    left: -2px;
    top: 14px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    box-shadow: inset 0 0 0 32px, 10px -6px 0 0;
}
.icono-image:after {
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    box-shadow: inset 0 0 0 32px;
    top: 5px;
    right: 5px;
}
.icono-headphone {
    width: 30px;
    height: 27px;
    border-bottom-color: transparent;
    border-radius: 32px/32px 32px 16px 16px;
    margin: 2px 2px 5px;
}
.icono-headphone:before {
    position: absolute;
    width: 4px;
    height: 12px;
    left: 1px;
    bottom: -4px;
    border-radius: 5px;
    box-shadow: inset 0 0 0 32px, 20px 0 0 0;
}
.icono-music {
    width: 18px;
    height: 6px;
    -webkit-transform: skewY(-15deg);
    -ms-transform: skewY(-15deg);
    transform: skewY(-15deg);
    box-shadow: inset 0 0 0 32px;
    border-radius: 2px 2px 0 0;
    margin: 4px 5px 24px 11px;
}
.icono-music:before {
    position: absolute;
    width: 2px;
    height: 16px;
    left: 0;
    top: 4px;
    box-shadow: inset 0 0 0 32px, 16px 0 0 0;
}
.icono-music:after {
    position: absolute;
    width: 10px;
    height: 8px;
    left: -8px;
    top: 17px;
    border-radius: 50%;
    box-shadow: inset 0 0 0 32px, 16px 0 0 0;
}
.icono-video {
    width: 20px;
    height: 20px;
    margin: 7px;
}
.icono-video:before {
    width: 3px;
    height: 3px;
    left: -8px;
    box-shadow: inset 0 0 0 32px, 0 -8px 0 0, 0 8px 0 0, 29px 0 0 0, 29px -8px 0 0, 29px 8px 0 0;
}
.icono-video:after {
    width: 0;
    height: 0;
    border-width: 4px 0 4px 6px;
    border-style: solid;
    border-top-color: transparent;
    border-bottom-color: transparent;
}
.icono-nexus {
    width: 21px;
    height: 32px;
    border-width: 3px 1px;
    border-radius: 16px/3px;
    margin: 1px 7px 1px 6px;
}
.icono-microphone {
    width: 22px;
    height: 15px;
    border-width: 0 2px 2px;
    border-radius: 20px/0 0 20px 20px;
    margin: 12px 6px 7px;
}
.icono-microphone:before {
    width: 10px;
    height: 18px;
    top: -11px;
    border-radius: 20px;
}
.icono-microphone:after {
    width: 2px;
    height: 2px;
    bottom: -4px;
    box-shadow: inset 0 0 0 32px, 0 2px, 0 4px, -2px 4px, -4px 4px, -6px 4px, 2px 4px, 4px 4px, 6px 4px;
}
.icono-asterisk,
.icono-asterisk:after,
.icono-asterisk:before {
    width: 4px;
    height: 20px;
    box-shadow: inset 0 0 0 32px;
    border-radius: 1px;
    margin: 7px 15px;
}
.icono-asterisk:after,
.icono-asterisk:before {
    position: absolute;
    margin: 0;
    left: 0;
    top: 0;
}
.icono-asterisk:before {
    -webkit-transform: rotate(-58deg);
    -ms-transform: rotate(-58deg);
    transform: rotate(-58deg);
}
.icono-asterisk:after {
    -webkit-transform: rotate(58deg);
    -ms-transform: rotate(58deg);
    transform: rotate(58deg);
}
.icono-terminal {
    width: 28px;
    height: 24px;
    margin: 5px 3px;
}
.icono-terminal:before {
    width: 5px;
    height: 5px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    left: 3px;
    border-width: 2px 2px 0 0;
    border-style: solid;
}
.icono-terminal:after {
    position: absolute;
    width: 5px;
    height: 0;
    border-bottom: 2px solid;
    right: 6px;
    bottom: 4px;
}
.icono-paperClip {
    width: 24px;
    height: 18px;
    border-left: none;
    border-radius: 0 16px 16px 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin: 5px 0 11px 10px;
}
.icono-paperClip:before {
    width: 18px;
    height: 6px;
    right: 2px;
    border-radius: 0 16px 16px 0;
    border-left: none;
}
.icono-paperClip:after {
    position: absolute;
    width: 12px;
    height: 10px;
    left: -12px;
    top: -2px;
    border-right: none;
    border-radius: 16px 0 0 16px;
}
.icono-market {
    width: 32px;
    height: 12px;
    border-top: none;
    margin: 19px 1px 3px;
}
.icono-market:before {
    width: 6px;
    height: 13px;
    position: absolute;
    top: -15px;
    left: -5px;
    border-radius: 0 0 10px 10px;
    border-left: none;
    box-shadow: inset 0 0 0 32px, 8px 0 0, 16px 0 0, 24px 0 0, 32px 0 0;
}
.icono-market:after {
    width: 6px;
    height: 6px;
    bottom: -2px;
}
.icono-clock {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    margin: 4px;
}
.icono-clock:after,
.icono-clock:before {
    top: 35%;
    box-shadow: inset 0 0 0 32px;
    border-radius: 2px;
}
.icono-clock:before {
    width: 2px;
    height: 9px;
}
.icono-clock:after {
    width: 6px;
    height: 2px;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: rotate(45deg) translate(1px, 2px);
    -ms-transform: rotate(45deg) translate(1px, 2px);
    transform: rotate(45deg) translate(1px, 2px);
}
[class*="icono-textAlign"] {
    width: 28px;
    height: 22px;
    margin: 6px 3px;
}
[class*="icono-textAlign"]:after,
[class*="icono-textAlign"]:before {
    position: absolute;
    height: 2px;
    box-shadow: inset 0 0 0 32px, 0 8px 0 0, 0 16px 0 0;
    right: 0;
}
[class*="icono-textAlign"]:before {
    width: 28px;
    top: 0;
}
[class*="icono-textAlign"]:after {
    width: 18px;
    top: 4px;
}
[class*="icono-textAlign"].icono-textAlignLeft:after,
[class*="icono-textAlign"].icono-textAlignLeft:before {
    left: 0;
}
[class*="icono-exclamation"] {
    overflow: visible;
    width: 30px;
    border-bottom: 2px solid;
    border-radius: 0 0 4px 4px;
    margin: 26px 2px 6px;
}
[class*="icono-exclamation"]:before {
    position: absolute;
    width: 26px;
    height: 26px;
    left: 1px;
    top: -14px;
    border-width: 2px 0 0 2px;
    border-style: solid;
    border-radius: 4px 0;
    -webkit-transform: rotate(45deg) skew(12deg, 12deg);
    -ms-transform: rotate(45deg) skew(12deg, 12deg);
    transform: rotate(45deg) skew(12deg, 12deg);
}
[class*="icono-exclamation"]:after {
    width: 4px;
    height: 3px;
    top: -14px;
    box-shadow: inset 0 0 0 32px, 0 3px, 0 8px;
}
[class*="icono-exclamation"][class*="Circle"] {
    margin: 2px;
}
[class*="icono-exclamation"][class*="Circle"]:before {
    display: none;
}
[class*="icono-exclamation"][class*="Circle"]:after {
    box-shadow: inset 0 0 0 32px, 0 3px, 0 5px, 0 10px;
    top: 6px;
}
.icono-frown:after {
    -webkit-transform: translateX(-50%) rotate(180deg);
    -ms-transform: translateX(-50%) rotate(180deg);
    transform: translateX(-50%) rotate(180deg);
    -webkit-transform-origin: center 85%;
    -ms-transform-origin: center 85%;
    transform-origin: center 85%;
}
.icono-meh:after {
    top: 0;
    width: 12px;
    border-left-width: 0;
    border-right-width: 0;
    border-radius: 0;
}
.icono-indent,
.icono-outdent {
    width: 20px;
    height: 16px;
    border-width: 4px 0 4px 8px;
    border-style: solid;
    border-color: transparent;
    box-shadow: 0 -2px, 0 2px, inset 0 2px, inset 0 -2px;
    margin: 9px 7px;
}
.icono-indent:before,
.icono-outdent:before {
    left: -8px;
    border: 5px solid;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-right-width: 0;
}
.icono-outdent:before {
    border-left-width: 0;
    border-right-width: 5px;
}
.icono-locationArrow {
    width: 32px;
    height: 32px;
    margin: 1px;
}
.icono-locationArrow:before {
    position: absolute;
    left: 7px;
    top: 16px;
    border-width: 6px 0 6px 6px;
    border-style: solid;
    border-left-color: transparent;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.icono-locationArrow:after {
    position: absolute;
    top: 10px;
    left: 2px;
    border-width: 10px;
    border-style: solid;
    border-bottom-color: transparent;
    border-left-color: transparent;
    -webkit-transform: skew(-30deg, -30deg);
    -ms-transform: skew(-30deg, -30deg);
    transform: skew(-30deg, -30deg);
}
.icono-commentEmpty {
    width: 30px;
    height: 22px;
    border-radius: 4px 4px 7px 7px;
    border-bottom-color: transparent;
    margin: 5px 2px 7px;
}
.icono-commentEmpty:before {
    position: absolute;
    width: 6px;
    height: 6px;
    border-width: 0 0 2px 2px;
    border-style: solid;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: -4px;
    left: 6px;
}
.icono-commentEmpty:after {
    position: absolute;
    width: 8px;
    height: 2px;
    border-width: 0 12px 0 6px;
    border-style: solid;
    bottom: 0;
    left: 0;
}
.icono-comment {
    width: 30px;
    height: 20px;
    box-shadow: inset 0 0 0 32px;
    border-radius: 4px;
    margin: 5px 2px 9px;
}
.icono-comment:before {
    position: absolute;
    width: 8px;
    height: 8px;
    box-shadow: inset 0 0 0 32px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: -4px;
    left: 6px;
}
.icono-areaChart,
.icono-barChart {
    width: 30px;
    height: 22px;
    border-top-width: 0;
    border-right-width: 0;
    border-color: transparent;
    box-shadow: -2px 2px;
    overflow: hidden;
    margin: 4px 0 8px 4px;
}
.icono-areaChart:before {
    position: absolute;
    left: 0;
    bottom: 7px;
    border: 6px solid transparent;
    border-bottom-color: currentColor;
    box-shadow: 0 7px;
}
.icono-areaChart:after {
    position: absolute;
    left: 11px;
    bottom: 4px;
    border-width: 0 6px 13px;
    border-style: solid;
    border-color: transparent transparent currentColor;
    box-shadow: 0 4px;
}
.icono-barChart {
    border-color: transparent;
    box-shadow: -2px 2px;
    margin: 4px 0 8px 4px;
}
.icono-barChart:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 4px;
    height: 15px;
    box-shadow: inset 0 -8px 0 0, 6px 0, 12px 7px, 18px 5px;
}
.icono-pieChart {
    width: 0;
    height: 0;
    border: 15px solid;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin: 2px;
}
.icono-pieChart:before {
    position: absolute;
    width: 0;
    height: 0;
    left: -11px;
    top: -14px;
    border: 14px solid;
    border-left-color: transparent;
    border-bottom-color: transparent;
    border-top-color: transparent;
    border-radius: 50%;
}
.icono-bookmark {
    width: 0;
    height: 0;
    border: 9px solid;
    border-bottom-color: transparent;
    box-shadow: 0 -4px;
    border-radius: 3px 3px 0 0;
    margin: 10px 8px 6px;
}
.icono-bookmarkEmpty {
    width: 18px;
    height: 22px;
    border-bottom: none;
    border-radius: 3px 3px 2px 2px;
    overflow: hidden;
    margin: 6px 8px;
}
.icono-bookmarkEmpty:before {
    position: absolute;
    width: 12px;
    height: 12px;
    bottom: 0;
    left: 0;
    border-right: none;
    border-bottom: none;
    -webkit-transform: rotate(45deg) translate(35%, 35%);
    -ms-transform: rotate(45deg) translate(35%, 35%);
    transform: rotate(45deg) translate(35%, 35%);
}
.icono-filter {
    width: 0;
    height: 0;
    border: 10px solid;
    border-bottom: none;
    border-left-color: transparent;
    border-right-color: transparent;
    padding: 3px;
    box-shadow: inset 0 7px;
    margin: 9px 4px;
}
.icono-volume,
.icono-volumeDecrease,
.icono-volumeHigh,
.icono-volumeIncrease,
.icono-volumeLow,
.icono-volumeMedium,
.icono-volumeMute {
    width: 0;
    height: 0;
    border: 7px solid;
    border-left: none;
    border-top-color: transparent;
    border-bottom-color: transparent;
    padding: 6px 3px;
    box-shadow: inset 4px 0;
    margin: 4px 10px 4px 11px;
}
.icono-volumeHigh,
.icono-volumeLow,
.icono-volumeMedium {
    margin: 4px 14px 4px 7px;
}
.icono-volumeHigh:after,
.icono-volumeHigh:before,
.icono-volumeLow:before,
.icono-volumeMedium:before {
    width: 15px;
    height: 15px;
    position: absolute;
    border-radius: 50%;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    left: 2px;
}
.icono-volumeHigh,
.icono-volumeMedium {
    margin: 4px 16px 4px 5px;
}
.icono-volumeHigh:before,
.icono-volumeMedium:before {
    border-style: double;
    border-width: 6px;
    left: -2px;
}
.icono-volumeHigh {
    margin: 4px 18px 4px 3px;
}
.icono-volumeHigh:after {
    width: 32px;
    height: 32px;
    left: -7px;
}
.icono-volumeDecrease,
.icono-volumeIncrease,
.icono-volumeMute {
    margin: 4px 16px 4px 5px;
}
.icono-volumeDecrease:after,
.icono-volumeDecrease:before,
.icono-volumeIncrease:after,
.icono-volumeIncrease:before,
.icono-volumeMute:after,
.icono-volumeMute:before {
    box-shadow: inset 0 0 0 32px;
}
.icono-volumeDecrease:before,
.icono-volumeIncrease:before,
.icono-volumeMute:before {
    width: 10px;
    height: 2px;
    left: 17px;
}
.icono-volumeIncrease:after,
.icono-volumeMute:after {
    height: 10px;
    width: 2px;
    left: 21px;
}
.icono-volumeMute:after,
.icono-volumeMute:before {
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
}
.icono-tag {
    width: 18px;
    height: 24px;
    border-radius: 6px 6px 4px 4px;
    border-top: none;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: 5px 8px;
}
.icono-tag:before {
    position: absolute;
    top: -4px;
    left: 1px;
    width: 10px;
    height: 10px;
    border-width: 2px 0 0 2px;
    border-style: solid;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 5px 0 0;
}
.icono-tag:after {
    top: 1px;
    width: 3px;
    height: 3px;
    border-radius: 50%;
}
.icono-calendar {
    width: 32px;
    height: 28px;
    border-width: 4px 2px 2px;
    border-style: solid;
    border-radius: 4px;
    margin: 5px 1px 1px;
}
.icono-calendar:before {
    position: absolute;
    width: 4px;
    height: 4px;
    top: 3px;
    left: 3px;
    box-shadow: inset 0 0 0 32px, 6px 0, 12px 0, 18px 0, 0 6px, 6px 6px, 12px 6px, 18px 6px, 0 12px, 6px 12px, 12px 12px, 18px 12px;
}
.icono-calendar:after {
    position: absolute;
    width: 4px;
    height: 8px;
    box-shadow: inset 0 0 0 32px, 16px 0;
    border-radius: 4px;
    top: -8px;
    left: 4px;
}
.icono-camera {
    width: 32px;
    height: 24px;
    border-radius: 4px;
    margin: 5px 1px;
}
.icono-camera:before {
    width: 10px;
    height: 10px;
    border: 1px solid transparent;
    box-shadow: inset 0 0 0 1px, 0 0 0 2px;
    border-radius: 50%;
}
.icono-camera:after {
    position: absolute;
    width: 4px;
    height: 2px;
    right: 2px;
    top: 2px;
    box-shadow: inset 0 0 0 32px;
}
.icono-piano {
    width: 28px;
    height: 22px;
    margin: 6px 3px;
}
.icono-piano:before {
    position: absolute;
    left: 4px;
    top: 0;
    width: 1px;
    height: 100%;
    box-shadow: inset 0 0 0 32px, 5px 0, 10px 0, 15px 0;
}
.icono-piano:after {
    position: absolute;
    width: 3px;
    height: 12px;
    left: 3px;
    top: 0;
    box-shadow: inset 0 0 0 32px, 5px 0, 10px 0, 15px 0;
}
.icono-ruler {
    width: 27px;
    height: 12px;
    margin: 11px 4px 11px 3px;
}
.icono-ruler:before {
    position: absolute;
    width: 1px;
    height: 4px;
    box-shadow: inset 0 0 0 32px, 6px 0, 12px 0;
    left: 5px;
    top: 0;
}
.icono-ruler:after {
    position: absolute;
    width: 1px;
    height: 2px;
    box-shadow: inset 0 0 0 32px, 2px 0, 6px 0, 8px 0, 12px 0, 14px 0, 18px 0, 20px 0;
    left: 1px;
    top: 0;
}
.icono-facebook {
    width: 9px;
    height: 26px;
    box-shadow: inset 2px 4px 0 0;
    border-left: 3px solid;
    border-radius: 5px 0 0;
    margin: 4px 11px 4px 14px;
}
.icono-facebook:before {
    position: absolute;
    top: 9px;
    left: -6px;
    width: 11px;
    height: 0;
    border-top: 4px solid;
    border-right: 1px solid transparent;
}
.icono-twitter {
    width: 14px;
    height: 23px;
    border-radius: 0 0 0 8px;
    box-shadow: -6px 2px 0 0;
    margin: 4px 7px 7px 13px;
}
.icono-twitter:before {
    position: absolute;
    bottom: -2px;
    left: -6px;
    width: 17px;
    height: 6px;
    border-radius: 0 0 0 8px;
    box-shadow: inset 4px -6px, 0 -11px;
}
.icono-twitter:after {
    position: absolute;
    width: 6px;
    height: 6px;
    box-shadow: inset 0 0 0 32px, 13px 8px, 13px 19px;
    border-radius: 50%;
    left: -6px;
}
.icono-gplus {
    width: 10px;
    height: 2px;
    box-shadow: inset 0 0 0 32px;
    margin: 14px 4px 18px 20px;
}
.icono-gplus:before {
    position: absolute;
    top: -5px;
    right: 10px;
    content: "g" !important;
    font-family: georgia;
    font-size: 32px;
    text-indent: 0;
    line-height: 0;
}
.icono-gplus:after {
    width: 2px;
    height: 10px;
    box-shadow: inset 0 0 0 32px;
}
.icono-linkedIn {
    width: 5px;
    height: 16px;
    box-shadow: inset 0 0 0 32px, 8px 0;
    margin: 12px 24px 6px 5px;
}
.icono-linkedIn:before {
    position: absolute;
    width: 5px;
    height: 5px;
    box-shadow: inset 0 0 0 32px;
    top: -7px;
    left: 0;
    border-radius: 50%;
}
.icono-linkedIn:after {
    position: absolute;
    width: 12px;
    height: 16px;
    border-right: 1px solid;
    left: 11px;
    bottom: 0;
    border-radius: 8px 5px 0 0/11px 5px 0 0;
    box-shadow: inset -4px 4px;
}
.icono-instagram {
    width: 26px;
    height: 26px;
    box-shadow: inset 0 0 0 2px;
    border-radius: 4px;
    margin: 4px;
}
.icono-instagram:before {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    box-shadow: 0 0 0 3px;
}
.icono-instagram:after {
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 1px;
    right: 3px;
    top: 3px;
    box-shadow: 0 0 0 2px, 1px 1px 0 2px, -5px -1px 0 1px, -10px -1px 0 1px, -16px 1px 0 2px;
}
.icono-flickr {
    width: 24px;
    height: 24px;
    overflow: hidden;
    border-radius: 4px;
    margin: 5px;
}
.icono-flickr:after,
.icono-flickr:before {
    width: 7px;
    height: 7px;
    border-radius: 50%;
}
.icono-flickr:before {
    left: 4px;
    box-shadow: 0 0 0 1px, 0 -10px 0 6px, 0 10px 0 6px, -4px 0 0 3px;
}
.icono-flickr:after {
    right: 4px;
    box-shadow: 0 0 0 1px, 0 -10px 0 6px, 0 10px 0 6px, 4px 0 0 3px;
}
.icono-delicious {
    width: 24px;
    height: 24px;
    overflow: hidden;
    border-radius: 4px;
    box-shadow: inset 0 0 0 2px;
    margin: 5px;
}
.icono-delicious:before {
    position: absolute;
    width: 12px;
    height: 12px;
    box-shadow: inset 0 0 0 32px, 12px -12px 0 0;
    left: 0;
    bottom: 0;
}
.icono-codepen {
    width: 2px;
    height: 10px;
    box-shadow: inset 0 0 0 32px, 0 15px, -11px 7px, 11px 7px;
    margin: 4px 16px 20px;
}
.icono-codepen:before {
    position: absolute;
    right: 2px;
    top: 3px;
    width: 11px;
    height: 4px;
    -webkit-transform: skew(0, -35deg) scaleY(0.6);
    -ms-transform: skew(0, -35deg) scaleY(0.6);
    transform: skew(0, -35deg) scaleY(0.6);
    box-shadow: inset 0 0 0 32px, 0 13px, 11px 26px, 12px 39px;
}
.icono-codepen:after {
    position: absolute;
    left: 2px;
    top: 3px;
    width: 11px;
    height: 4px;
    -webkit-transform: skew(0, 35deg) scaleY(0.6);
    -ms-transform: skew(0, 35deg) scaleY(0.6);
    transform: skew(0, 35deg) scaleY(0.6);
    box-shadow: inset 0 0 0 32px, 0 13px, -11px 26px, -12px 39px;
}
.icono-blogger {
    width: 24px;
    height: 14px;
    border-radius: 0 0 7px 7px;
    margin: 14px 5px 6px;
}
.icono-blogger,
.icono-blogger:before {
    border-width: 6px;
    border-style: solid;
}
.icono-blogger:before {
    position: absolute;
    width: 8px;
    height: 2px;
    left: -6px;
    top: -15px;
    border-radius: 6px 6px 0 0;
}
.icono-disqus {
    width: 31px;
    height: 31px;
    box-shadow: inset 0 0 0 32px;
    border-radius: 50%;
    margin: 1px 1px 2px 2px;
}
.icono-disqus:before {
    position: absolute;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top: 10px solid;
    -webkit-transform: rotate(50deg);
    -ms-transform: rotate(50deg);
    transform: rotate(50deg);
    left: -5px;
    top: 20px;
}
.icono-dribbble {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    box-shadow: inset 0 0 0 2px;
    overflow: hidden;
    position: relative;
    background-image: -webkit-radial-gradient(50% 100%, transparent 0, transparent 9px, currentColor 10px, currentColor 11px, transparent 12px);
    background-image: radial-gradient(50% 100%, transparent 0, transparent 9px, currentColor 10px, currentColor 11px, transparent 12px);
    background-repeat: no-repeat;
    background-position: -8px center;
    -webkit-transform: rotate(-25deg);
    -ms-transform: rotate(-25deg);
    transform: rotate(-25deg);
    margin: 4px;
}
.icono-dribbble:after,
.icono-dribbble:before {
    position: absolute;
    border-radius: 50%;
    border: 2px solid;
    width: 40px;
    height: 30px;
}
.icono-dribbble:after {
    top: 14px;
    left: -7px;
    width: 32px;
}
.icono-dribbble:before {
    left: -6px;
    top: -23px;
}
.icono-creditCard {
    width: 32px;
    height: 24px;
    border-radius: 3px;
    margin: 5px 1px;
}
.icono-creditCard:before {
    position: absolute;
    top: 4px;
    width: 100%;
    height: 6px;
    box-shadow: inset 0 0 0 32px;
}
.icono-creditCard:after {
    left: 3px;
    bottom: 3px;
    position: absolute;
    width: 4px;
    height: 2px;
    box-shadow: inset 0 0 0 32px, 6px 0;
}
.icono-cup {
    width: 22px;
    height: 16px;
    box-shadow: inset 0 0 0 32px;
    border-radius: 0 0 5px 5px;
    margin: 6px 6px 12px;
}
.icono-cup:before {
    position: absolute;
    right: -3px;
    top: 4px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    box-shadow: 0 0 0 2px;
}
.icono-cup:after {
    bottom: -5px;
    width: 26px;
    height: 3px;
    border-radius: 0 0 3px 3px;
    box-shadow: inset 0 0 0 32px;
}
.icono-play {
    width: 0;
    height: 0;
    border-width: 10px 0 10px 16px;
    border-style: solid;
    border-top-color: transparent;
    border-bottom-color: transparent;
    margin: 7px 9px;
}
.icono-pause {
    width: 6px;
    height: 20px;
    margin: 7px 20px 7px 8px;
    box-shadow: inset 0 0 0 32px, 12px 0 0 0;
}
.icono-stop {
    width: 0;
    height: 0;
    border: 10px solid;
    margin: 7px;
}
.icono-rewind {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.icono-forward,
.icono-rewind {
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-left: 10px solid;
    margin: 7px;
}
.icono-forward:before,
.icono-rewind:before {
    position: absolute;
    left: 0;
    top: -10px;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-left: 10px solid;
}
.icono-next,
.icono-previous {
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-left: 10px solid;
    border-right: none;
    margin: 7px 14px 7px 10px;
    box-shadow: 4px 0;
}
.icono-previous {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    margin: 7px 10px 7px 14px;
}
.icono-caretDown,
.icono-caretDownCircle,
.icono-caretDownSquare,
.icono-caretLeft,
.icono-caretLeftCircle,
.icono-caretLeftSquare,
.icono-caretRight,
.icono-caretRightCircle,
.icono-caretRightSquare,
.icono-caretUp,
.icono-caretUpCircle,
.icono-caretUpSquare {
    width: 12px;
    height: 20px;
    margin: 7px 11px;
}
.icono-caretDown:after,
.icono-caretDown:before,
.icono-caretDownCircle:after,
.icono-caretDownCircle:before,
.icono-caretDownSquare:after,
.icono-caretDownSquare:before,
.icono-caretLeft:after,
.icono-caretLeft:before,
.icono-caretLeftCircle:after,
.icono-caretLeftCircle:before,
.icono-caretLeftSquare:after,
.icono-caretLeftSquare:before,
.icono-caretRight:after,
.icono-caretRight:before,
.icono-caretRightCircle:after,
.icono-caretRightCircle:before,
.icono-caretRightSquare:after,
.icono-caretRightSquare:before,
.icono-caretUp:after,
.icono-caretUp:before,
.icono-caretUpCircle:after,
.icono-caretUpCircle:before,
.icono-caretUpSquare:after,
.icono-caretUpSquare:before {
    width: 14px;
    height: 2px;
    position: absolute;
    bottom: 0;
    margin: auto 0;
    right: 2px;
    box-shadow: inset 0 0 0 32px;
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
}
.icono-caretDown:before,
.icono-caretDownCircle:before,
.icono-caretDownSquare:before,
.icono-caretLeft:before,
.icono-caretLeftCircle:before,
.icono-caretLeftSquare:before,
.icono-caretRight:before,
.icono-caretRightCircle:before,
.icono-caretRightSquare:before,
.icono-caretUp:before,
.icono-caretUpCircle:before,
.icono-caretUpSquare:before {
    top: 2px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.icono-caretDown:after,
.icono-caretDownCircle:after,
.icono-caretDownSquare:after,
.icono-caretLeft:after,
.icono-caretLeftCircle:after,
.icono-caretLeftSquare:after,
.icono-caretRight:after,
.icono-caretRightCircle:after,
.icono-caretRightSquare:after,
.icono-caretUp:after,
.icono-caretUpCircle:after,
.icono-caretUpSquare:after {
    top: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.icono-caretLeft,
.icono-caretLeftCircle,
.icono-caretLeftSquare {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.icono-caretUp,
.icono-caretUpCircle,
.icono-caretUpSquare {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.icono-caretDown,
.icono-caretDownCircle,
.icono-caretDownSquare {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
[class*="icono-caret"][class*="Circle"]:after,
[class*="icono-caret"][class*="Circle"]:before,
[class*="icono-caret"][class*="Square"]:after,
[class*="icono-caret"][class*="Square"]:before {
    width: 11px;
    right: 8px;
}
.icono-downArrow,
.icono-leftArrow,
.icono-rightArrow,
.icono-upArrow {
    width: 16px;
    height: 4px;
    margin: 15px 9px;
    box-shadow: inset 0 0 0 2px;
    -webkit-transform: translateX(-3px);
    -ms-transform: translateX(-3px);
    transform: translateX(-3px);
}
.icono-downArrow:before,
.icono-leftArrow:before,
.icono-rightArrow:before,
.icono-upArrow:before {
    border-style: solid;
    border-width: 8px 0 8px 8px;
    border-color: transparent;
    border-left-color: inherit;
    left: 100%;
    right: auto;
}
.icono-leftArrow {
    -webkit-transform: translateX(3px) rotate(180deg);
    -ms-transform: translateX(3px) rotate(180deg);
    transform: translateX(3px) rotate(180deg);
}
.icono-upArrow {
    -webkit-transform: translateY(3px) rotate(-90deg);
    -ms-transform: translateY(3px) rotate(-90deg);
    transform: translateY(3px) rotate(-90deg);
}
.icono-downArrow {
    -webkit-transform: translateY(-3px) rotate(90deg);
    -ms-transform: translateY(-3px) rotate(90deg);
    transform: translateY(-3px) rotate(90deg);
}
.icono-sun {
    width: 22px;
    height: 22px;
    border: 2px solid;
    border-radius: 50%;
    box-shadow: -15px 0 0 -9px, 15px 0 0 -9px, 0 -15px 0 -9px, 0 15px 0 -9px, 11px 11px 0 -9px, -11px -11px 0 -9px, 11px -11px 0 -9px, -11px 11px 0 -9px;
    margin: 6px;
}
.icono-moon {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    overflow: hidden;
    margin: 6px;
}
.icono-moon:before {
    position: absolute;
    width: 20px;
    height: 20px;
    top: -2px;
    left: 6px;
    border-radius: 50%;
    box-shadow: 0 0 0 32px;
}
.icono-cart {
    width: 22px;
    height: 0;
    border-width: 14px 6px 0 2px;
    border-style: solid;
    border-right-color: transparent;
    border-left-color: transparent;
    margin: 9px 3px 11px 9px;
}
.icono-cart:before {
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    box-shadow: inset 0 0 0 32px, 13px 0, -4px -20px 0 1px;
    top: 2px;
    left: -3px;
}
.icono-sitemap {
    width: 24px;
    height: 2px;
    box-shadow: 0 -5px;
    margin: 21px 5px 11px;
}
.icono-sitemap:before {
    width: 6px;
    height: 6px;
    border-radius: 2px;
    box-shadow: inset 0 0 0 32px, 11px 0, -11px 0, 0 -14px 0 1px;
}
.icono-sitemap:after {
    width: 2px;
    height: 10px;
    box-shadow: 0 -7px, 11px -5px, -11px -5px;
}
[class*="icono-"] {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    font-style: normal;
    color: #0011b0;
    text-align: left;
    text-indent: -9999px;
    direction: ltr;
}
[class*="icono-"]:after,
[class*="icono-"]:before {
    content: "";
    pointer-events: none;
}
[class*="icono-"][class*="Circle"] {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    margin: 2px;
}
[class*="icono-"][class*="Square"] {
    border-radius: 4px;
    width: 30px;
    height: 30px;
    margin: 2px;
}
[class*="icono-"],
[class*="icono-"] * {
    box-sizing: border-box;
}
.listbtn {
  width:35px;
  height:35px;
  cursor: pointer !important;
  margin-left:10px;
}
.banner {
    width: 100%;
    height: 540px;
    background: url(../images/hero-home.png);
    background-repeat: no-repeat;
    background-position: right;
}
.bannerhome{
    background: url(../images/Hero-Landing.png) !important;
    background-repeat: no-repeat !important;
    background-position: right !important;
    height:540px;
    background-size: auto 540px !important;
}
.banner .content {
    display:inline-block;
    margin-top:30px;
}
.bannerhome .content {
    width:100%;
    display:inline-block;
}
.bannerhome .content .left{ 
    margin-left:0px;
}
.banner .content .left{
    width: 100%;
    float: left;
    margin-top:-50px;
}
.banner.inner .content {
    display:block;
}
.banner.inner .content .left{
    margin-top: 10px;
    margin-left: 0px;
}
.banner .content .right{
    width:49%;
    float:right;
}
.banner h1{
    color:#0011b0;
    font-size:3rem;
}
.banner p {
    color:#a6afc1;
    font-size:2rem;
}
.bannerhome h1 {
    color:#a6afc1;
    font-size:4rem;
    font-weight:400 !important;
}
.banner .logo {
    width:200px;
    height:auto;
    margin-left:0px;
    margin-top:20px;
}
.bannerhome .logo {
    width:300px !important;
}
footer {
    background-image:linear-gradient(#5071FA, #0017B0);
    padding-top:50px;
    padding-bottom:40px;
}
footer img {
    width:300px;
    height:auto;
}
footer hr {
    background: #2a3a97;
    height:5px;
    width:100%;
    border:none;
    margin:40px 0px;
}
footer p {
    color:#fff;
    font-size:1rem;
    line-height:1.5em;
}
footer a {
    color:#fff;
}
footer .footinfo {
    display:inline-block;
    width:100%;
    margin-top:-20px;
}
footer .footinfo .details {
    width:40%;
    float:left;
}
footer .footinfo .details .links {
    width:100%;
    display:block;
}
footer .footinfo .details .links div{
    float:left;
    width:33.3%;
}
footer .footinfo .logos {
    width:50%;
    float:right;
}
footer .footinfo .logos .arterlogo {
    width:45%;
    float:left;
}
footer .footinfo .logos .arterlogo img {
    width:250px;
    height:auto;
}
footer .footinfo .logos .clientlogo {
    width:45%;
    float:right;
}
footer .footinfo .logos .clientlogo p, footer .footinfo .logos .arterlogo p {
    width:100%;
}
footer .footinfo .logos .clientlogo img {
    width:250px;
    height:auto;
}
.container {
    width:1280px;
    margin:0 auto;
    display:block;
}
.cnt223 .ahpraform {
    width:500px;
    display:block;
    margin:0 auto;
}
.cnt223 .ahpraform .btns {
    width:300px;
    display:block;
    margin:0 auto;
}
.cnt223 .ahpraform .btns .cancelbtn {
    width:120px;
    float:left;
    padding: 9px 10px 12px;
}
.cnt223 .ahpraform .btns .subbtn {
    width:140px !important;
    float:right;
    font-size:1rem;
    border-radius:40px !important;
}
.cnt223 .ahpraform img{
    display:block;
    margin:0 auto;
    width:200px;
    height:auto;
    margin-bottom:30px
}
.cnt223 .ahpraform label {
    color: #0011b0;
    display: block;
    margin-bottom: 10px;
    text-align:center;
    font-size:12px;
    text-transform:uppercase;
}
.cnt223 .ahpraform label.checklabel {
    display:inline;
    font-size:13px;
}
.cnt223 .ahpraform input {
    width:100%;
    padding:10px;
    margin-bottom:15px;
    border-radius:40px;
    border:1px solid #000;
}
.cnt223 .ahpraform .btn {
    background:#0011b0;
    color:#fff;
    padding:10px;
    text-align:center;
    border-radius:40px;
}
.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
    max-height:20em !important;
}
.quicklogimg {
    width:340px;
    display:block;
    margin:0 auto;
}
@media not all and (min-resolution:.001dpcm)
{ @supports (-webkit-appearance:none) and (stroke-color:transparent) {
.cnt223 .ahpraform .btn {
        background:#0011b0;
        color:#fff;
        padding:10px;
        text-align:center;
        height:40px;
    }
}}
/* Safari 10.1+ */

@media not all and (min-resolution:.001dpcm) { @media {

    .cnt223 .ahpraform .btns .cancelbtn {
            width:120px;
    float:left;
    padding: 10px 10px 12px;
    font-weight:bold;
    height:20px;
    }
}}
@supports (-webkit-touch-callout: none) {
  .cnt223 .ahpraform .btns .cancelbtn {
        padding:7px 10px !important;
    }
}
#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    filter:alpha(opacity=70);
    -moz-opacity:0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    z-index: 100;
    display: none;
    }
    .cnt223 a{
    text-decoration: none;
    }
    .popupform{
    width: 100%;
    margin: 0 auto;
    display: none;
    position: fixed;
    z-index: 101;
    background:#000;
    height:100vh
    }
    .popupform p.popuphead {
        text-align:center;
        color:#0011b0;
        font-weight:bold;
    }
    .popupform p, .popupform label {
        text-align:center;
        color:#72767f;
        font-size:16px;
    }
    .cnt223{
    min-width: 600px;
    width: 600px;
    min-height: 300px;
    margin: 100px auto;
    /*background-image: linear-gradient(to right, #f57b20, #fbb534);*/
    background:#fff;
    position: relative;
    z-index: 103;
    padding: 15px 35px;
    border-radius: 5px;
    box-shadow: 0 2px 5px #000;
    }
    .nopage .content .left {
        width:100%;
    }
.resources {
    background:#fff;
    padding:30px 0px 50px;
}
.resources h2 {
    text-align:center;
    color:#0017b0;
    font-size:2rem;
}
.resources p.subheading {
    text-align:center;
    color:#72767f;
    font-size:2rem;
}
.resources .reslinks {
    display:inline-block;
    width:100%;
}
.resources .reslinks .leftcol{
    float:left;
    width:48%;
}
.resources .reslinks .rightcol {
    float:right;
    width:48%;
}
.resources .reslinks .leftcol h3, .resources .reslinks .rightcol h3 {
    color:#0017b0;
}
.resources .reslinks hr {
    height:3px;
    background:#fc9315;
}
.resources .reslinks .subheadorange {
    color:#0017b0;
    font-weight:bold;
}
.resources .reslinks .subhead {
    color:#0017b0;
    font-weight:bold;
    text-decoration:underline;
}
.resources .reslinks .subhead a {
    color: #0017b0;
}
.notice {
    background: #fff;
    width:100%;
    padding:40px 0px;
}
.notice p {
    text-align:center;
    font-weight:bold;
    font-size:2rem;
    color:#0011b0;
}
.homeintro {
    width:100%;
    padding:40px 0px 70px;
    background: #f5f5f5;
}
.homeintro h2 {
    color: #fc9315;
font-size: 2rem;
text-align: center;
}
.homeintro p {
    font-size:1.5rem;
    color:#72767f;
    text-align:center;
    line-height:1.5em;
}
.homeintro p strong {
    color:#0011b0;
    font-weight:bold;
}
.commonbtn {
    display: block !important;
    float: none;
    width: 200px !important;
    margin-bottom: 40px !important;
    text-align:center !important;
}
.resourcelink {
    background: #fc9315;
    text-align: left;
    padding: 15px 10px;
    border-radius: 40px;
    color: #fff;
    display: block;
    margin: 0 auto;
    width: 420px;
    text-decoration: none;
    padding: 15px 30px;
}
.resourcelink:hover {
    background:#0011b0;
}
.vjs-menu-button-popup .vjs-menu {
    width: 25em !important;
    left: -13em !important;
}
.video-js .vjs-big-play-button {
    display:none !important;
}
.checkpro {
    display:inline;
    width:10% !important;
    height:11px;
}
.audio-player .controls .play-container img {
    width: 100px;
    height: auto;
    margin-right: 10px;
}
.vjs-menu li {
    text-transform:unset !important;
}
@media (min-width:1024px) {
    .mediasection .sectionone .right, .mediasection .sectiontwo .right, .mediasection .sectionthree .right, .mediasection .sectionfour .right, .mediasection .sectionfive .right, .mediasection .sectionsix .right, .mediasection .sectionseven .right, .mediasection .sectioneight .right {
        float: right ;
        width: 40% !important;
        height: 380px;
        color: #fff;
        padding: 0px 50px;
    }
    footer .footinfo .logos .arterlogo img {
        width:200px;
    }
    footer .footinfo .logos .clientlogo img {
        width:200px;
    }
    .vjs-chapters-button .vjs-menu ul {
        width:37em !important;
        right: 0 !important;
    }
    @-moz-document url-prefix() {
           .vjs-chapters-button .vjs-menu ul {
            width:35em !important;
            right: 4em !important;
        } 
    }
    .mediasection .sectionone .right p, .mediasection .sectiontwo .right p, .mediasection .sectionthree .right p, .mediasection .sectionfour .right p, .mediasection .sectionfive .right p, .mediasection .sectionsix .right p, .mediasection .sectionseven .right p, .mediasection .sectioneight .right p {
        font-size:14px !important;
    }
    .mediasection .sectionone .left, .mediasection .sectiontwo .left, .mediasection .sectionthree .left, .mediasection .sectionfour .left, .mediasection .sectionfive .left, .mediasection .sectionsix .left, .mediasection .sectionseven .left, .mediasection .sectioneight .left {
        float: left;
    width: 45%!important;
    height: 330px;
    padding-left: 30px;
    }
    .mediasection .sectionone .left video, .mediasection .sectiontwo .left video, .mediasection .sectionthree .left video, .mediasection .sectionfour .left video, .mediasection .sectionfive .left video, .mediasection .sectionsix .left video, .mediasection .sectionseven .left video, .mediasection .sectioneight .left video {
        height:100% !important;
    }
    .mediasection .sectionone .right h2, .mediasection .sectiontwo .right h2, .mediasection .sectionthree .right h2, .mediasection .sectionfour .right h2, .mediasection .sectionfive .right h2, .mediasection .sectionsix .right h2, .mediasection .sectionseven .right h2, .mediasection .sectioneight .right h2 {
        font-size:1.4rem !important;
    }
    .mediasection .sectionone, .mediasection .sectiontwo, .mediasection .sectionthree, .mediasection .sectionfour {
        height:360px;
    }
    .mediasection .sectionfive, .mediasection .sectionsix, .mediasection .sectionseven, .mediasection .sectioneight {
        height:360px !important;
    }
}
@media (min-width:1024px) and (max-width:1280px) {
    /*.mediasection .sectionfive, .mediasection .sectionsix, .mediasection .sectionseven, .mediasection .sectioneight {
        height:420px !important;
    }*/
    .mediasection .sectionfive, .mediasection .sectionsix, .mediasection .sectionseven, .mediasection .sectioneight
    .mediasection .sectionone .right h2, .mediasection .sectiontwo .right h2, .mediasection .sectionthree .right h2, .mediasection .sectionfour .right h2, .mediasection .sectionfive .right h2, .mediasection .sectionsix .right h2, .mediasection .sectionseven .right h2, .mediasection .sectioneight .right h2 {
        font-size:1.1rem !important;
    }
}
@media (min-width:1281px) {
    .mediasection .sectionone .right, .mediasection .sectiontwo .right, .mediasection .sectionthree .right, .mediasection .sectionfour .right, .mediasection .sectionfive .right, .mediasection .sectionsix .right, .mediasection .sectionseven .right, .mediasection .sectioneight .right {
        float: right;
        width: 48% !important;
        height: 380px;
        color: #fff;
        padding: 0px 30px 0px 0px;
    }
    .popup .popuptext {
    width: 430px !important;
    bottom: -10px !important;
    }
    .mediasection .sectionone .left, .mediasection .sectiontwo .left, .mediasection .sectionthree .left, .mediasection .sectionfour .left, .mediasection .sectionfive .left, .mediasection .sectionsix .left, .mediasection .sectionseven .left, .mediasection .sectioneight .left {
        float: left;
    width: 45% !important;
    height: 324px;
    padding-left: 30px;
    }
}
@media (max-width:1368px) {
      .bannerhome h1 {
      font-size:3rem;
  }
}
@media (max-width:1280px) {
    .container {
        width:1000px;
        margin:0 auto;
        display:block;
    }
    .audio-player .controls .volume-container {
        right:calc(50% - 465px + 40px);
    }
    .bannerhome h1 {
    font-size: 2rem;
    margin-top:50px;
}
    .banner {      
    background-position: 200px 50% !important;
    }
    .bannerhome {      
        background-position: 230px 50% !important;
    }
    .popup .popuptext {
        right:-480px;
    }
    .mediasection .sectionone .left, .mediasection .sectiontwo .left, .mediasection .sectionthree .left, .mediasection .sectionfour .left, .mediasection .sectionfive .left, .mediasection .sectionsix .left, .mediasection .sectionseven .left, .mediasection .sectioneight .left {
        width:45%;
    }
    .mediasection .sectionone .right, .mediasection .sectiontwo .right, .mediasection .sectionthree .right, .mediasection .sectionfour .right, .mediasection .sectionfive .right, .mediasection .sectionsix .right, .mediasection .sectionseven .right, .mediasection .sectioneight .right {
        width:45%;
    }
    .mediasection .sectionone .right h2, .mediasection .sectiontwo .right h2, .mediasection .sectionthree .right h2, .mediasection .sectionfour .right h2, .mediasection .sectionfive .right h2, .mediasection .sectionsix .right h2, .mediasection .sectionseven .right h2, .mediasection .sectioneight .right h2 {
        font-size:1.5rem;
    }
    .vjs-default-skin .vjs-big-play-button {
        top: 45% !important;
        left: 40% !important;
    }
}
@media (max-width:1180px) {
      .bannerhome h1 {
      font-size:2rem;
      margin-top:70px;
  }
}
@media (min-width:768px) and (max-width:1023px) {
    .mediasection .sectionone .left video, .mediasection .sectiontwo .left video, .mediasection .sectionthree .left video, .mediasection .sectionfour .left video, .mediasection .sectionfive .left video, .mediasection .sectionsix .left video, .mediasection .sectionseven .left video, .mediasection .sectioneight .left video {
        height:395px;
    }
}
@media (max-width:1023px) {
    .container {
        width:700px;
        margin:0 auto;
        display:block;
    }
    .audio-player .controls .volume-container {
        right: calc(50% - 310px + 40px);
    }
    .resourcelink.commonbtn {
    display: block !important;
    float: none;
    width: 200px !important;
    margin-bottom: 70px !important;
    text-align:center !important;
}
      footer .footinfo .logos {
    width:100%;
  }
  footer .footinfo .details .links div {
      text-align:center;
  }
    .popup .popuptext {
    width: 430px !important;
    bottom: -10px !important;
    }
    .vjs-default-skin .vjs-big-play-button {
        top: 45% !important;
        left: 45% !important;
    }
    .popup .popuptext {
        right:-625px;
    }
    .mediasection .sectionone .left, .mediasection .sectiontwo .left, .mediasection .sectionthree .left, .mediasection .sectionfour .left, .mediasection .sectionfive .left, .mediasection .sectionsix .left, .mediasection .sectionseven .left, .mediasection .sectioneight .left {
        width:100%;
        float:none;
        height:394px;
    }
    .mediasection .sectionone .right, .mediasection .sectiontwo .right, .mediasection .sectionthree .right, .mediasection .sectionfour .right, .mediasection .sectionfive .right, .mediasection .sectionsix .right, .mediasection .sectionseven .right, .mediasection .sectioneight .right {
        width:85.75%;
        float:none;
        padding-top:50px;
        height:auto;
        padding-bottom:50px;
    }
    .mediasection .sectionone, .mediasection .sectiontwo, .mediasection .sectionthree, .mediasection .sectionfour, .mediasection .sectionfive, .mediasection .sectionsix, .mediasection .sectionseven, .mediasection .sectioneight {
        height:auto;
    }
    footer img {
        display:block;
        margin:0 auto;
        float:none;
      }
      footer p {
        text-align:center;
      }
      footer .footinfo .details, footer .footinfo .logos .arterlogo, footer .footinfo .logos .clientlogo {
        margin-top:20px;
        margin-bottom:40px;
        width:100%;
        float:none;
      }
      .banner .content .left, .banner .content .right {
        width:100%;
        float:none;
      }
        .mediasection .sectionone, .mediasection .sectiontwo, .mediasection .sectionthree, .mediasection .sectionfour {
      padding-top:0px;
  }
  .mediasection .sectionfive, .mediasection .sectionsix, .mediasection .sectionseven, .mediasection .sectioneight {
      padding-top:0px;
  }
    .cnt223 {
      margin:10px auto;
  }
}
@media (max-width:767px) {
  .mediasection .sectionone .left, .mediasection .sectiontwo .left, .mediasection .sectionthree .left, .mediasection .sectionfour .left, .mediasection .sectionfive .left, .mediasection .sectionsix .left, .mediasection .sectionseven .left, .mediasection .sectioneight .left {
    float:none;
    width:100%;
    height:300px;
  }
  .audio-player .controls .volume-container {
    right: 30px;
}
      .vjs-control .vjs-button {
        display: block !important;
    }
  .confirmpara {
      margin-bottom:25px;
  }
  .cnt223 {
      min-height:320px;
      margin:10px auto;
  }
  .popupform p, .popupform label {
      font-size:13px;
  }
  .cnt223 .ahpraform label.checklabel {
      font-size:12px;
  }
  .checkpro {
      width:5%;
  }
  .popupform label {
      text-align:left;
  }
  .banner h1 {
      text-align:left;
  }
  .banner p {
      text-align:left;
  }
  .inner {
        background-position: -150px 100% !important;
  }
  .popup .popuptext {
    width: 250px !important;
    bottom: -10px !important;
    }
  .resources {
    padding:30px 10px;
  }
  .bannerhome h1 {
    font-size:3rem; 
  }
  .notice p, footer .footinfo .details p {
    margin-left:10px;
    margin-right:10px;
  }
  .resourcelink {
    width: 300px;
    display: block !important;
    margin: 0 auto !important;
    float: none;
    font-size:12px;
  }
  .resourcelink img {
    margin-top: -1px;
    margin-right: -10px;
  }
  .homeintro h2, .homeintro p, .homeintro a {
    margin-left:10px;
    margin-right:10px;
  }
  .banner {
    background-position: 50% 100% !important;
    height: 800px;
    background-size:100% !important;
}
.bannerhome {
    background-position: 50% 100% !important;
    height: 800px;
    background-size:100% !important;
}
  footer .footinfo .details .links div {
    float: none;
    width: 100%;
    display: block;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 21px;
}
  .cnt223{
      min-width:300px;
      width:300px;
  }
  .cnt223 .ahpraform {
      width:300px;
  }
  .homeintro p br {
    display:none;
  }
  .resources .reslinks .leftcol, .resources .reslinks .rightcol {
    float:left;
    width:100%;
    margin-bottom:20px;
}
  .vjs-default-skin .vjs-big-play-button {
    top: 45% !important;
    left: calc(100vw - 60%) !important;
    }
  .mediasection .sectionone .left video, .mediasection .sectiontwo .left video, .mediasection .sectionthree .left video, .mediasection .sectionfour .left video, .mediasection .sectionfive .left video, .mediasection .sectionsix .left video, .mediasection .sectionseven .left video, .mediasection .sectioneight .left video {
    height:300px;
  } 
 html {
    overflow-x: hidden;
  }
  body{
    overflow-y: hidden;
    overflow-x: hidden;
  }
  .mediasection .sectionone .right, .mediasection .sectiontwo .right, .mediasection .sectionthree .right, .mediasection .sectionfour .right, .mediasection .sectionfive .right, .mediasection .sectionsix .right, .mediasection .sectionseven .right, .mediasection .sectioneight .right{
    float:none;
    width:100%;
    height:auto;
    padding:20px 0px 40px;
  }
  .mediasection .sectionone, .mediasection .sectiontwo, .mediasection .sectionthree, .mediasection .sectionfour, .mediasection .sectionfive, .mediasection .sectionsix, .mediasection .sectionseven, .mediasection .sectioneight {
    height:auto;
  }
  .banner .content .left, .banner .content .right, footer .footinfo .details, footer .footinfo .logos .arterlogo, footer .footinfo .logos .clientlogo {
    float:none;
    width:100%;
  }
  .banner .logo {
    margin-left:0px;
    margin-top:30px !important;
    display:block;
    margin:0 auto;
  } 
  .bannerhome .content .left {
    margin-left: 0px;
}
  .bannerhome .logo {
    margin-top:30px;
  }
  footer img {
    display:block;
    margin:0 auto;
    float:none;
  }
  footer p {
    text-align:center;
  }
  .container {
    width:100%;
  }
  .banner .content {
    padding:20px;
  }
  footer .footinfo .logos .arterlogo, footer .footinfo .logos .clientlogo {
    margin-top:20px;
    margin-bottom:40px;
  }
}
@media screen and (max-width: 916px) {
    .popup .popuptext {
        right: calc(100vw - 1540px) !important;
    }
}
@media screen and (max-width: 896px) {
    .popup .popuptext {
        right: calc(100vw - 1525px) !important;
    }
}
@media screen and (max-width: 855px) {
    .popup .popuptext {
        right: calc(100vw - 1480px) !important;
    }
}
@media screen and (max-width: 845px) {
    .popup .popuptext {
        right: calc(100vw - 1475px) !important;
    }
}
@media screen and (max-width: 835px) {
    .popup .popuptext {
        right: calc(100vw - 1465px) !important;
    }
}
@media screen and (max-width: 813px) {
    .popup .popuptext {
        right: calc(100vw - 1440px) !important;
    }
}
@media screen and (max-width: 801px) {
    .popup .popuptext {
        right: calc(100vw - 1430px) !important;
    }
}
@media screen and (max-width: 769px) {
    .popup .popuptext {
        right: calc(100vw - 1400px) !important;
    }
}
@media screen and (max-width: 761px) {
    .popup .popuptext {
        right: calc(100vw - 1500px) !important;
    }
}
@media screen and (max-width: 741px) {
    .popup .popuptext {
        right: calc(100vw - 1460px) !important;
    }
}
@media screen and (max-width: 721px) {
    .popup .popuptext {
        right: calc(100vw - 1420px) !important;
    }
}
@media screen and (max-width: 668px) {
    .popup .popuptext {
        right: calc(100vw - 1320px) !important;
    }
}
@media screen and (max-width: 654px) {
    .popup .popuptext {
        right: calc(100vw - 1290px) !important;
    }
}
@media screen and (max-width: 601px) {
    .popup .popuptext {
        right: calc(100vw - 1230px) !important;
    }
}
@media screen and (max-width: 541px) {
    .popup .popuptext {
        right: calc(100vw - 1070px) !important;
    }
}
@media screen and (max-width: 479px) {
    .bannerhome {
        height: 600px !important;
    }
    .banner {
      height: 650px !important;  
    }
}
@media screen and (max-width: 430px) {
    .popup .popuptext {
        right: calc(100vw - 845px) !important;
    }
}
@media screen and (max-width: 415px) {
    .popup .popuptext {
        right: calc(100vw - 820px) !important;
    }
}
@media screen and (max-width: 394px) {
    .popup .popuptext {
        right: calc(100vw - 780px) !important;
    }
}
@media screen and (max-width: 391px) {
    .popup .popuptext {
        right: calc(100vw - 780px) !important;
    }
}
@media screen and (max-width: 376px) {
    .popup .popuptext {
        right: calc(100vw - 750px) !important;
    }
}
@media screen and (max-width: 360px) {
    .popup .popuptext {
        right: calc(100vw - 715px) !important;
    }
}
@media screen and (max-width: 319px) {
    .vjs-default-skin .vjs-big-play-button {
        top: 45% !important;
        left: calc(100vw - 65%) !important;
    }
    footer img {
        width:200px;
    }
    .audio-player .controls .play-container img {
        display:none;
    }
    .audio-player .controls .time, .listbtn {
        margin-left:0px;
    }
}
@media screen and (max-width: 280px) {
    .popup .popuptext {
        right: calc(100vw - 550px) !important;
    }
    .audiofive .timeline, .audiosix .timeline, .audioseven .timeline, .audio-player .controls .volume-container, .audio-player .controls .timeline {
        display:none;
    }
    .bannerhome h1 {
        font-size:2rem;
    }
    .banner .logo {
        width:80% !important;
    }
    .resourcelink img {
    margin-top: -10px;
    margin-right: -10px;
}
    .resourcelink {
        width:200px;
    }
}