body, html {
    width: 100%;
    overflow-x: clip; /*hidden;*/
}
body {
  background-color: #FFF;
  padding: 0px;
}

hr {
  border-top: 1px solid #CCC !important;
}

/* fore removing visible outline in FF*/
/*
:focus {outline:none;}
:-moz-focus-inner {border:0;}
a::-moz-focus-inner, input::-moz-focus-inner { 
  border: 0; 
}
a {
   outline: 0;
}

*/
a, a:visited, a:focus, a:active, a:hover{
    outline:0 none !important;
}

li { margin-bottom: 8px }
img { border: 0px }
.pink {
  color: #ff3a6d;
}

.pink:hover {
  color: #fe5a84;
}

.pink:active {
  color: #fe1852;
}

.blue {
  color: #00c0e7;
}

.blue:hover {
  color: #36d5fb;
}

.blue:active {
  color: #03aad2;
}

.purple {
  color: #ed53ed;
}

.purple:hover {
  color: #f07ff0;
}

.purple:active {
  color: #d027d0;
}

.left {
  float: left;
}

.right {
  float: right;
}

div#modal-login {
  display: none;
  background-color: #FFF;
  position: absolute;
  padding-left: 0px;
  max-width: 100%;
  z-index: 50000;
  -moz-box-shadow: 0 0 15px #333;
  -webkit-box-shadow: 0 0 15px #333;
  box-shadow: 0 0 15px #333;
  padding-top: 20px
}

div#modal-login iframe {
  max-width: 100%;
  border: 0px;
}

div#modal-fade {
  display: none;
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  z-index: 200;
}

div#wrapper {
  width: 100%;
}

div#content {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

div#banner {
  background-position: center;
  background-size: cover;
  height: 650px;
  position: relative;
}

.whatson div#banner {
  background-image: url(../images/banner-background-whats-on.jpg);
}

div#menu {
  display: none;
}

div#menu div#menu-menu a.menu-emphasis { color: #30b1ff !important;/*#ff2c71 #ff3a6d*/font-weight:bold !important }
div#menu div#menu-menu a.menu-emphasis:hover { color:#30b1ff !important; /*#d2386a#fe5a84*/font-weight:bold !important }
.acaret {  position: relative;display: inline-block; vertical-align: top; margin-top: 8px; margin-left: 5px;}
.acaret:before { content: ''; position: absolute; top: 0; left: 0; border-top: 7px solid #00b3f9; border-left: 7px solid transparent; border-right: 7px solid transparent; }
.acaret:after { content: ''; position: absolute; left: 2px; top: 0px; border-top: 5px solid #000000; border-left: 5px solid transparent; border-right: 5px solid transparent; }
.acaret-white { position: relative;   display: inline-block; vertical-align: top; margin-top: 8px; margin-left: 5px;}
.acaret-white:before { content: ''; position: absolute; top: 0; left: 0; border-top: 7px solid #ffffff; border-left: 7px solid transparent; border-right: 7px solid transparent; }
.acaret-white:after { content: ''; position: absolute; left: 2px; top: 0px; border-top: 5px solid #000000; border-left: 5px solid transparent; border-right: 5px solid transparent; }
.acaret-salmon { position: relative;  display: inline-block; vertical-align: top; margin-top: 8px; margin-left: 5px;}
.acaret-salmon:before { content: ''; position: absolute; top: 0; left: 0; border-top: 7px solid #30b1ff ; /*#ff2c71#ff3a6d*/ border-left: 7px solid transparent; border-right: 7px solid transparent; }
.acaret-salmon:after { content: ''; position: absolute; left: 2px; top: 0px; border-top: 5px solid #000000; border-left: 5px solid transparent; border-right: 5px solid transparent; }
/*.acaretRt:before {  content: ''; position: absolute; top: 0; left: 0; border-top: 7px solid transparent; border-left: 7px solid #00b3f9; border-right: 7px solid transparent; border-bottom: 7px solid transparent}
.acaretRt:after { content: ''; position: absolute; left: 0px; top: 2px; border-top: 5px solid transparent; border-left: 5px solid #000000; border-right: 5px solid transparent; border-bottom: 5px solid transparent;}*/
.nav-sep {color:#848484;position: absolute;top:5px; right:110px}

div#menu-mobile { 
  background-image: url(../images/menu-background.png);
  background-repeat: repeat-x;
  background-size: contain;
  height: 100px;
  width: 100%;
  z-index: 900;
  /*position: fixed;*/
  position: absolute;
  left: 0;
}

div#menu-mobile a#logo, div#menu-mobile a#logo-cloud {
  text-align: center;
  display: block;
}

div#menu-mobile a#logo img {
  height: 80px;
  width: auto;
}

div#menu-mobile a#logo-cloud img {
  height: 35px;
  width: auto;
  margin-top:8px;
 /* margin-left: 50px;*/
}

div#banner div#banner-content {
  text-align: center;
  color: #FFF;
}

div#banner div#banner-content div#banner-headline {
  font-size: 18px;
  font-weight: bold;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  line-height: 60px;
  margin-top: 100px;
}

div#banner div#banner-content div#banner-sub-headline {
  font-size: 14px;
  margin-left: auto;
  margin-right: auto;
  width: 275px;
}


div#home-pane-2 {
  background-color: #00F;
  background-image: url(../images/couple-laptop-background.jpg);
  background-size: cover;
  margin-top: -120px;
}

div#home-pane-2 div#pane2-headline {
  font-size: 18px;
  font-weight: bold;
  margin-left: auto;
  margin-right: auto;
  line-height: 26px;
  margin-top: 220px;
  text-align: center;
  max-width: 320px;
}

div#home-pane-2 div#pane2-sub-headline {
  font-size: 14px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px; 
  margin-bottom: 30px; 
  display: block;
  text-align: center;
  max-width: 90%;
  width: 320px;
}

div#home-pane-2 a#pane2-features {
  display: block;
  margin-top: 15px;
  text-align: center;
}

div#home-pane-3 {
  background-image: url(../images/girl-laptop-background.jpg);
  border-bottom: 5px solid #ff3a6d;

  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  background-color: #fdf5ed;
}

div#home-pane-3 .home-pane3-content {
  text-align: center;
}

div#home-pane-3 .home-pane3-content img {
  max-width: 100%;
  margin-top: 80px;
}

div#footer {
  background-color: #191910;
  padding-bottom: 50px;
  font-size: 16px;
}

div#footer div#footer-playon-row {
  color: #FFF;
  font-weight: bold;
  margin-top: 25px;
  margin-bottom: 25px;
}

div#footer div#windows-row {
  margin-top: 50px;
}

div#footer a {
  color: #8f8f8f;
  line-height: 20px;
  display: block;
  padding-top: 10px;
}

div#footer a:hover {
  color: #FFF;
}

div#footer div#footer-privacy a,
div#footer div#footer-social-networking a {
  display: inline-block;
}

div#footer .footer-main-link {
  color: #FFF;
  font-weight: bold;
}

div#footer div.col-xs-5 {
  margin-bottom: 25px;
}

div#footer div#windows-row div {
  text-align: center;
  margin-bottom: 25px;
}

div#footer div#windows-row div img {
  max-width: 90%;
}

div#footer div#footer-help-menu {
  clear: left;
}

div#footer div#footer-privacy p {
  color: #999;
  font-size: 12px;
}

div#footer div#footer-social-networking img {
  width: 75px;
  height: auto;
  opacity: 0.8;
}

div#footer div#footer-social-networking img:hover {
  opacity: 1.0;
}

div#whatson-pane {
  border-bottom: 5px solid #f3b100;
}

div#whatson-pane img {
  width: 100%;
  height: auto;
  opacity: 0.9;
}

div#whatson-pane img:hover {
  opacity: 1;
}

div#whatson-pane div.image_wrapper {
  padding: 0px;
}

a#see-all-channels {
  line-height: 50px;
  color: #FFF;
}


.mm-panel {
  background-color: #1C1C1C !important;
}

.mm-panel a {
  color: #FFF !important;
  line-height: 30px;
  font-size: 16px;
}

.mm-menu .mm-listview > li:after {
  margin-right: 20px;
}

#hamburger {
  box-sizing: border-box;
  display: block;
  width: 70px;
  height: 45px;
  /*//position: fixed;*/
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
}

#hamburger:before,
#hamburger:after,
#hamburger span {
  background: #fff;
  content: '';
  display: block;
  width: 24px;
  height: 3px;
  position: absolute;
  left: 20px;
}

#hamburger:before {
  top: 13px;
}

#hamburger span {
  top: 20px;
}

#hamburger:after {
  top: 27px;
}

/* Hamburger animation */
#hamburger:before,
#hamburger:after,
#hamburger span {

  -webkit-transition: none 0.5s ease 0.5s;
  transition: none 0.5s ease 0.5s;

  -webkit-transition-property: transform, top, bottom, left, opacity;
  transition-property: transform, top, bottom, left, opacity;
}

html.mm-opening #hamburger:before,
html.mm-opening #hamburger:after {
  top: 20px;
}

html.mm-opening #hamburger span {
  left: -50px;
  opacity: 0;
}

html.mm-opening #hamburger:before {
  transform: rotate( 45deg );
}

html.mm-opening #hamburger:after {
  transform: rotate( -45deg );
}

body.modal {
  background-color: #FFF !important;
}

div#modal-wrapper {
  width: 100%;
  max-width: 540px;
  text-align: center;
  overflow: hidden;
  padding-top: 25px;
}

div#modal-bottom {
  margin-left: auto;
  margin-right: auto;
  width: 340px;
  max-width: 90%;
  font-size: 14px;
  color: #797979;
}

div#modal-bottom img {
  vertical-align: middle;
}

div#modal-bottom a {
  font-size: 14px;
}

div#modal-headline {
  font-weight: bold;
  font-size: 60px;
}


div#modal-wrapper a {
  color: #00c0e7;
  text-decoration: none;
}

div#modal-wrapper hr {
  display: block; height: 1px;
  border: 0; border-top: 1px solid #ccc;
  margin: 1em 0; padding: 0; 
}

div#modal-wrapper a#facebook-button {
  color: #FFF;
  background-color: #2094ff;
  width: 340px;
  padding: 8px 20px;
  border-radius: 25px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 80%;
}

div#modal-wrapper input[type="text"] {
  width: 380px;
  border: 1px solid #999;
  border-radius: 25px !important;
  padding: 10px 20px;
  font-size: 14px;
  color: #999;
  max-width: 90%;
}

div#modal-wrapper p.modal-terms {
  width: 340px;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
  text-align: left;
  max-width: 90%;
}

div#modal-wrapper div#modal-checkbox {
  text-align: left;
  font-size: 12px;
  width: 340px;
  margin-left: auto;
  margin-right: auto; 
  max-width: 90%;
}

div#modal-wrapper a#begin-download {
  color: #FFF;
  background-color: #ef436f;
  border-radius: 35px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 340px;
  margin-top: 25px;
  margin-bottom: 25px;
  font-size: 20px;
  max-width: 90%;
}

div#modal-wrapper a#begin-download img {
  vertical-align: middle;
}

div#modal-wrapper div#or-wrapper {
  border-top: 1px solid #CCC;
  margin-top: 40px;
  margin-bottom: 30px;
  width: 380px;
  margin-left: auto;
  margin-right: auto;
  max-width: 90%;
}

div#modal-wrapper div#or-wrapper p {
  color: #CCC;  
  background-color: #FFF;
  margin-top: -10px;
  width: 60px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
}

a.modal-close {
  /*float: right;*/  
  font-size: 40px;
  line-height:40px;
  font-weight: normal;
  color: #CCC;
  /*margin-right: 20px;*/
  margin-top: 0px;
  font-family: arial;
  position: absolute; 
  right: 10px;  
}

a.modal-close:hover {
  text-decoration: none;
}
 
.fades, .fades_slow {
  opacity: 0;
  transition: opacity 0.5s ease-in;  
}
.faded {
  opacity: 1;         /* fully visible */
}


.tabs {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 0px;
  /*top: 40px;*/
  z-index: 1000;  
}

/*--- moving some styles to page.tpl.php ---*/

.pane {
  background-size: cover;
}

p.bold {
  font-weight: bold;
  text-align: left;
}

.below-button-link {
  line-height: 50px;
  position: relative;
  z-index: 100;
}

.pane-headline {
  font-size: 48px;
  font-weight: bold;
  line-height: 60px;
  color: #000;
  margin-top: 25px;
}

.pane-sub-headline {
  font-size: 18px;
  margin-top: 20px;
}

.page-forum #banner {
  height: 100px !important;
}

.page-phpbbforum #banner {
  height: 100px !important;
}

#masthead-below-button {
  margin-top: 10px;
}

#masthead-below-button a {
  color: #ccc;
  font-size: 14px;
}
#masthead-below-button a:hover {
    color: #fff;
}

body.page-press {

  background-color: #e6e6e6 !important;
}

.page-press div#page-banner div#menu {
  background-image: none;
  background-color: #FFF;
  height: 90px;
}

.page-press div#page-banner div#menu div#menu-menu a {
  color: #000;
}

.page-press #content-pages-header {
  text-align: center;
  margin-bottom: 50px;
  margin-top:100px;
}

.page-press #content-pages-header h1 {
  font-family: "Open Sans";
  font-weight: bold;
}

.page-press #content-pages-header h1 strong {
  color: #00b3f9;
}

.page-press #content-pages-header a {
  color: #00b3f9;
}

.page-press #content .container {
  margin-top: 75px;
}

/* team page */
.page-press.page-node-69911 #content-pages-content {
  background-color: #e6e6e6;
}

.page-press #content-pages-content h1 {
  font-family: "Open Sans";
  font-size: 20px;
  font-weight: bold;
}

.page-press #content-pages-content h3 {
  font-family: "Open Sans";
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 20px;
}

.page-press #content-pages-content h4 {
  font-family: "Open Sans";
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  margin-top: 15px;
}

.page-press #content-pages-content ul {
  list-style-type: none;
}

.page-press #content-pages-content li {
  margin: 25px 0px;
}

.page-press #content-pages-content a {
  font-weight: normal;
  color: #30b1ff !important;
}

.page-press #content-pages-content a:hover {
  color: #008bdf !important;
}

.page-press #content-pages-content p.footnote {
  margin-bottom: 20px;
  font-size: 12px;
}

.page-press #menu-mobile {
  height: 70px;
  background-color: #FFF !important;
  background-image: none !important;
}

.page-press #hamburger {
  margin-top: 10px;
}

.page-press #hamburger:before,
.page-press #hamburger:after,
.page-press #hamburger span {
  background: #000;
}

.page-press div#menu-mobile a#logo img {
  height: 50px;
  width: auto;
  margin-top: 10px;
}

.page-press .mm-menu {
  background-color: #FFF;
}

.page-press .mm-menu a {
  color: #000;
}

.page-press h2 {
  font-size: 20px;
  margin-top: 50px;
}

.page-press a {
  font-weight: normal;
  color: #30b1ff;
}

.page-press #content-pages-content {
  padding: 50px 20px 20px 20px;
  background-color: #FFF;
}

.page-press #content-pages-content ul.pager {
  margin-top: 50px;
}

.page-press #content-pages-content .views-row {
  margin-bottom: 25px;
}

.page-press #content-pages-content .views-field-title {
  font-weight: bold;
  font-size: 20px;
}

.page-press #content-pages-content .field-name-field-source-article-link a {
  font-size: 18px;
  padding: 10px 0px;
}

.page-press #content-pages-content .date-display-single {
  color: #999;
  font-size: 14px;
}

.page-press #content-pages-content li.pager-item {
  margin-bottom: 20px;
}


/*** ----- TO BE REFACTORED --- */

div#page-banner {
  position: relative;
}

div#page-banner div#banner-content div#banner-headline {
  width: 100%;
  text-align: center;
  margin-top: 50px;
  font-size: 48px;
}

div#page-banner div#banner-content div#banner-sub-headline {
  width: 100%;
  text-align: center;
  font-size: 24px;
  margin-top: 10px;
}
 

div#page-banner div#menu div#menu-user {
  position: absolute;
  top: 5px;
  right: 110px;
  min-width: 125px;
  border: 1px solid transparent;
}

div#page-banner div#menu div#menu-user a {
  margin-left: 10px !important;
  margin-right: 20px;
  margin-bottom: 10px;
}

div#page-banner div#menu div#menu-user div#menu-user-sub {
  text-align: left;
  margin-top: 10px;
}

div#page-banner div#menu div#menu-user div#menu-user-sub a {
  float: none;
  display: block;
}

div#page-banner div#menu div#menu-user a {
  color: #00b3f9;
}

div#page-banner div#menu div#menu-menu a#menu-user,
div#page-banner div#menu div#menu-menu a#menu-login {
  color: #00b3f9;
  font-size: 14px;
  position: absolute;
  top: 5px;
  right: 200px;
}

div#page-banner div#menu div#menu-menu a#menu-login {
  color: #00b3f9;
  font-size: 14px;
  position: absolute;
  top: 5px;
  right: 125px;
}

div#channel-banner {
  background-image: url(../images/channel-store-banner.png);
  height: 238px;
  background-size: cover;
  background-position: center;
  margin-left: 0px;
  margin-right: 0px;
}

div#channel-store-banner-text {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-family: "Open Sans";
  color: #FFF;
  font-size: 24px;
  font-weight: bold;
  margin-top: 100px;
}

body.page-node-type-content-support-pages {
  background-color: #e6e6e6 !important;
}

.page-node-type-content-support-pages div#page-banner div#menu {
  background-image: none;
  background-color: #FFF;
  height: 90px;
}

.page-node-type-content-support-pages div#page-banner div#menu div#menu-menu a {
  color: #000;
}

.page-node-type-content-support-pages #support-pages-header {
  text-align: center;
  margin-bottom: 50px;
  margin-top:100px;
}

.page-node-type-content-support-pages #support-pages-header h1 {
  font-family: "Open Sans";
  font-weight: bold;
}

.page-node-type-content-support-pages #support-pages-header h1 strong {
  color: #00b3f9;
}

.page-node-type-content-support-pages #support-pages-header a {
  color: #00b3f9;
}

.page-node-type-content-support-pages #content .container {
  margin-top: 20px;
}

.page-node-type-content-support-pages #support-pages-menu {
  margin-bottom: 25px;
}

.page-node-type-content-support-pages #support-pages-content {
  background-color: #FFF;
  padding: 15px 30px;
}
#support-pages-content p b, #support-pages-content p strong, #support-pages-content b, #support-pages-content strong {
	font-weight:500;
}

.page-node-type-content-support-pages #support-pages-content h1 {
  font-family: "Open Sans";
  font-size: 24px; 
  line-height:29px;
  font-weight: bold;
} 
#how-to-series .free-download-button:hover { background-color: #fe5a84 }
#how-to-series .free-download-button { background-color:#ff3a6d }
#how-to-series .numberCircle {border-radius: 50%;/*behavior: url(PIE.htc);*/ /* remove if you don't care about IE8 */ width: 24px;height: 24px;padding: 3px 9px;background: #f54fd0; color: #fff; text-align: center;font-size: 17px }


.page-node-type-content-support-pages #support-pages-content ul {
  list-style-type: none;
  padding-left: 10px;
}

.page-node-type-content-support-pages #support-pages-content ol {
  padding-left: 10px;
}

.page-node-type-content-support-pages #support-pages-content p,
.page-node-type-content-support-pages #support-pages-content li {
  font-family: "Open Sans";
  font-weight: 100;
  font-size: 16px;
  line-height: 30px;
}

.page-node-type-content-support-pages #support-pages-content li {
  margin: 25px 0px;
}

.page-node-type-content-support-pages #support-pages-content p.footnote {
  margin-bottom: 20px;
  font-size: 12px;
}

.page-node-type-content-support-pages #menu-mobile {
  height: 70px;
  background-color: #FFF !important;
  background-image: none !important;
}

.page-node-type-content-support-pages #hamburger {
  margin-top: 10px;
}

.page-node-type-content-support-pages #hamburger:before,
.page-node-type-content-support-pages #hamburger:after,
.page-node-type-content-support-pages #hamburger span {
  background: #000;
}

.page-node-type-content-support-pages #content .container {
  padding-top: 75px;
}

.page-node-type-content-support-pages div#menu-mobile a#logo img {
  height: 50px;
  width: auto;
  margin-top: 10px;
}

.page-node-type-content-support-pages .mm-menu {
  background-color: #FFF;
}

.page-node-type-content-support-pages .mm-menu a {
  color: #000;
}

.page-node-type-content-support-pages #channel-support-menu .category{
  cursor: pointer;
} 
.page-node-type-content-support-pages #channel-support-menu a {
  display: block;
  margin-bottom: 5px;
  font-size:16px;
  line-height:20px
}

.page-node-type-content-support-pages #channel-support-menu a.active {
  padding-left: 10px;
  border-left: 7px solid #30b1ff;
}

.page-node-type-content-support-pages h2 {
  font-size: 20px;
  /*margin-top: 50px;*/
}

.page-node-type-content-support-pages #faq-content .faq-wrapper {
  border-bottom: 1px solid #DDD;
}

.page-node-type-content-support-pages #faq-content p.faq-question, div.faq-question, .page-node-type-content-support-pages #faq-content-cloud p.faq-question-cloud {
  font-size:20px;
  padding: 15px 0px;
  cursor: pointer;
}

.page-node-type-content-support-pages #faq-content p.faq-question.active, div.faq-question.active, .page-node-type-content-support-pages #faq-content-cloud p.faq-question-cloud.active {
  border-left: 7px solid #30b1ff;
  margin-left: -60px;
  padding-left: 53px;
}

.page-node-type-content-support-pages #faq-content p.faq-answer, div.faq-answer, .page-node-type-content-support-pages #faq-content-cloud p.faq-answer-cloud {
  font-size: 18px;
  margin-left: 20px;
  line-height: 30px;
  display: none;
  margin-bottom: 50px;
}
#menu-support-faq-cloud, #menu-support-faq-desktop { cursor: pointer; display: inline-block; margin-bottom: 10px;}
#menu-support-faq-cloud.active, #menu-support-faq-desktop.active {
	color:#333333; 
	border-bottom: 7px solid #30b1ff;
	padding-bottom: 10px; 
}
#faq-content-cloud { display:none } 


.page-node-type-content-support-pages #support-center-home h3 {
  font-size: 20px;
  font-weight: normal;
}

.page-node-type-content-support-pages #support-center-home li {
  margin: 10px 0px;
}

.page-node-type-content-support-pages #support-center-home li,
.page-node-type-content-support-pages #support-center-home p {
  font-size: 16px;
}

.page-node-type-content-support-pages a {
  font-weight: normal;
  color: #30b1ff;
}

/* how to series */ 
#how-to-series .step-header { font-weight: 600; margin-bottom: 12px; margin-top: 40px }
#how-to-series .step-header  .bold { color: #f54fd0; font-weight:bold } 
#how-to-series .how-to-gfx {  float:left; width:345px } 
#how-to-series .how-to-text { float:left; width:350px } 
@media screen and (max-width:1200px) and (min-width:993px) {#how-to-series .how-to-text { float:left; width:240px } }
@media screen and (max-width:992px) { #how-to-series .how-to-gfx {float:none; width:auto } #how-to-series .how-to-text { float:none; width:100% } }
.page-node-type-content-support-pages #support-pages-content #how-to-series ol { padding-left:0px}
.page-node-type-content-support-pages #support-pages-content #how-to-series li { margin:5px 0px }
#how-to-series ol li {  list-style: none }
#how-to-series ul li { list-style: square }


body.page-node-type-content {
  background-color: #e6e6e6 !important;
}

.page-node-type-content div#page-banner div#menu {
  background-image: none;
  background-color: #FFF;
  height: 90px;
}

.page-node-type-content div#page-banner div#menu div#menu-menu a {
  color: #000;
}

.page-node-type-content #content-pages-header {
  text-align: center;
  margin-bottom: 50px;
  margin-top:100px
}

.page-node-type-content #content-pages-header h1 {
  font-family: "Open Sans";
  font-weight: bold;
}

.page-node-type-content #content-pages-header h1 strong {
  color: #00b3f9;
}


.page-node-type-content #content-pages-header a {
  color: #00b3f9;
}

.page-node-type-content #content .container {
  margin-top: 20px;
}

/* team page */
.page-node-type-content.page-node-69911 #content-pages-content {
  background-color: #e6e6e6;
}

.page-node-type-content #content-pages-content h1 {
  font-family: "Open Sans";
  font-size: 20px;
  font-weight: bold;
}

.page-node-type-content #content-pages-content h3 {
  font-family: "Open Sans";
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 10px;
}

.page-node-type-content #content-pages-content h4 {
  font-family: "Open Sans";
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  margin-top: 10px;
}

.page-node-type-content #content-pages-content li {
  margin: 5px 0px;
}

.page-node-type-content #content-pages-content a {
  font-weight: normal;
  color: #30b1ff !important;
}

.page-node-type-content #content-pages-content p.footnote {
  margin-bottom: 20px;
  font-size: 12px;
}

.page-node-type-content #menu-mobile {
  height: 70px;
  background-color: #FFF !important;
  background-image: none !important;
}

.page-node-type-content #hamburger {
  margin-top: 10px;
}

.page-node-type-content #hamburger:before,
.page-node-type-content #hamburger:after,
.page-node-type-content #hamburger span {
  background: #000;
}

.page-node-type-content #content .container {
  padding-top: 75px;
}

.page-node-type-content div#menu-mobile a#logo img {
  height: 50px;
  width: auto;
  margin-top: 10px;
}

.page-node-type-content .mm-menu {
  background-color: #FFF;
}

.page-node-type-content .mm-menu a {
  color: #000;
}

.page-node-type-content h2 {
  font-size: 20px;
  margin-top: 50px;
}

.page-node-type-content a {
  font-weight: normal;
  color: #30b1ff;
}

body.page-node-type-user-guide, body.path-user-guide {
  background-color: #e6e6e6 !important;
}

.page-node-type-user-guide div#page-banner div#menu, .path-user-guide div#page-banner div#menu {
  background-image: none;
  background-color: #FFF;
  height: 90px;
}

.page-node-type-user-guide div#page-banner div#menu div#menu-menu a, .path-user-guide div#page-banner div#menu div#menu-menu a {
  color: #000;
}

.page-node-type-user-guide #support-pages-header, .path-user-guide #support-pages-header {
  text-align: center;
  margin-bottom: 50px;
  margin-top:100px !important;
}

.page-node-type-user-guide #support-pages-header h1, .path-user-guide #support-pages-header h1{
  font-family: "Open Sans";
  font-weight: bold;
}

.page-node-type-user-guide #support-pages-header p, .path-user-guide #support-pages-header p {
  font-family: "Open Sans";
  font-size: 20px;
  font-weight: 100;
}

.page-node-type-user-guide #support-pages-header h1 strong, .path-user-guide #support-pages-header h1 strong {
  color: #00b3f9;
  font-weight: bold;
}

.page-node-type-user-guide #support-pages-header a, .path-user-guide #support-pages-header a {
  color: #00b3f9;
}

.page-node-type-user-guide #content .container, .path-user-guide #content .container {
  margin-top: 20px;
}

.page-node-type-user-guide #support-pages-menu, .path-user-guide #support-pages-menu {
  margin-bottom: 25px;
}

.page-node-type-user-guide #support-pages-content, .path-user-guide #support-pages-content {
  background-color: #FFF;
  padding: 15px 30px;
}

.page-node-type-user-guide #support-pages-content h1, .path-user-guide #support-pages-content h1 {
  font-family: "Open Sans";
  font-size: 20px;
  font-weight: bold;
}

.page-node-type-user-guide #support-pages-content ul, .path-user-guide #support-pages-content ul {
  list-style-type: none;
}

.page-node-type-user-guide #support-pages-content p,
.page-node-type-user-guide #support-pages-content li, .path-user-guidee #support-pages-content p, .path-user-guide #support-pages-content li {
  font-family: "Open Sans";
  font-weight: 100;
  font-size: 18px;
  line-height: 30px;
}

.page-node-type-user-guide #support-pages-content li, .path-user-guide #support-pages-content li {
  margin: 25px 0px;
}

.page-node-type-user-guide #channel-user-guide-menu, .path-user-guide #channel-user-guide-menu {
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 100;
  line-height: 40px;
  padding-top: 0px;
}

.page-node-type-user-guide #channel-user-guide-menu a, .path-user-guide #channel-user-guide-menu a {
  color: #000;
  display: block;
  line-height: 24px;
  margin-bottom: 16px;
}

.page-node-type-user-guide #channel-user-guide-menu a:hover, .path-user-guide #channel-user-guide-menu a:hover {
  color: #30b1ff;
}

.page-node-type-user-guide #support-pages-content p.footnote, .path-user-guide #support-pages-content p.footnote {
  margin-bottom: 20px;
  font-size: 12px;
}

.page-node-type-user-guide #menu-mobile, .path-user-guide #menu-mobile {
  height: 70px;
  background-color: #FFF !important;
  background-image: none !important;
}

.page-node-type-user-guide #hamburger, .path-user-guide #hamburger {
  margin-top: 10px;
}

.page-node-type-user-guide #hamburger:before,
.page-node-type-user-guide #hamburger:after,
.page-node-type-user-guide #hamburger span {
  background: #000;
}
.path-user-guide#hamburger:before,
.path-user-guide #hamburger:after,
.path-user-guide #hamburger span {
  background: #000;
}
 
.page-node-type-user-guide div#menu-mobile a#logo img, .path-user-guide div#menu-mobile a#logo img {
  height: 50px;
  width: auto;
  margin-top: 10px;
}

.page-node-type-user-guide .mm-menu, .path-user-guide .mm-menu {
  background-color: #FFF;
}

.page-node-type-user-guide .mm-menu a, .path-user-guide .mm-menu a {
  color: #000;
}


.page-node-type-user-guide b, .page-node-type-user-guide strong {
	font-weight:bold;	
}

.path-user-guide b, .path-user-guide strong {
	font-weight:bold;	
}

.page-node-type-user-guide #channel-user-guide-menu a.active, .path-user-guide #channel-user-guide-menu a.active {
  padding-left: 20px;
  margin-left: -27px;
  border-left: 7px solid #30b1ff;
  font-weight: bold;
}

.page-node-type-user-guide h3, .path-user-guide h3 {
  font-size: 18px;
  font-weight:bold;	
  margin-top: 20px;
  margin-bottom: 20px;
}

.page-node-type-user-guide h2, .path-user-guide h2 {
  font-size: 21px;
  font-weight:bold;
  /*margin-top: 20px;*/
}

.page-node-type-user-guide a, .path-user-guide a {
  font-weight: normal;
  color: #30b1ff;
}

.user-guide-section {
  display: none;
}

#user-guide-section-0 {
  display: block;
}

.page-channel-store {
  background-color: #d1d1d1;
}

.page-channel-store #channel-banner {
  position: relative;
}

.page-channel-store .view-filters {
  float: left;
  clear: both;
}

.page-channel-store .views-exposed-form {
  padding: 20px;
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 20px;
  background-color: #535353;
}

.page-channel-store .views-exposed-form label {
  color: #FFF;
  font-size: 12px;
}

.page-channel-store .views-exposed-form a {
  color: #FFF;
  font-size: 12px;
}

.page-channel-store .views-submit-button {
  display: none;
}

.page-channel-store #edit-title-wrapper {
  position: absolute;
  left: 50%;
  top: 140px;
  width: 260px;
  margin-left: -130px;
}

.page-channel-store.logged-in #edit-title-wrapper {
  top: 180px;
}

.page-channel-store #edit-title {
  width: 260px;
  border: 1px solid #999;
  border-radius: 25px;
  padding: 10px 20px;
  font-size: 14px;
  color: #999;
}

.page-channel-store .edit-title-wrapper {
  position: relative;
}

.page-channel-store #edit-title-wrapper label {
  position: absolute;
  top: 17px;
  left: 22px;
  cursor: text;
  font-size:14px;
  color: #BBB;
  font-weight: normal;
}

.page-channel-store #content {
  padding-left: 0px;
  padding-right: 0px;
}

.page-channel-store #channel-store-menu {
  background-color: #FFF;
  width: 100%;
  height: 40px;
}

.page-channel-store #channel-store-menu-items a {
  font-family: "Open Sans";
  color: #383838;
  font-weight: bold;
  margin-right: 10px;
  line-height: 37px;
  font-size: 12px;
}

.page-channel-store .views-fluid-grid  li {
  margin: 20px 20px 0px 0px;
}

.page-channel-store ul.views-fluid-grid-items-width-200 li.views-fluid-grid-item {
  width: 165px;
  position: relative;
  text-align: center;
  border: 0px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.2) inset;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.2) inset;
  background-color: #FFF;
  padding: 5px 0 30px 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-bottom: 25px;
  height: 208px;
}

@media (min-width: 400px) {
  .page-channel-store ul.views-fluid-grid-items-width-200 li.views-fluid-grid-item {
    display: inline-block; margin-right: 7px;
  }
}

@media (min-width: 1000px) {
  .page-channel-store ul.views-fluid-grid-items-width-200 li.views-fluid-grid-item {
    margin-left: 7px;
  }
}

.page-channel-store ul.views-fluid-grid-items-width-200 li.views-fluid-grid-item .views-field-title {
  background-color: #383838;
  padding: 3px;
  margin-top: 5px;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.page-channel-store ul.views-fluid-grid-items-width-200 li.views-fluid-grid-item:hover .views-field-title {
   background-color: #3e6688;
}

.page-channel-store ul.views-fluid-grid-items-width-200 li.views-fluid-grid-item:hover .views-field-title {
  display: block;
}

.page-channel-store ul.views-fluid-grid-items-width-200 li.views-fluid-grid-item .views-field-title a {
  color: #CCC;
}

.page-channel-store .views-fluid-grid {
  margin-left: 25px;
}
.page-channel-store .pager {
  text-align:left !important;
  padding-left: 10px;
}

.page-channel-store .pager li {
  padding: 0;
}

.page-channel-store .pager li a,
.page-channel-store .pager li a:hover {
  border: 0;
  background: transparent;
  color: #383838;
  padding: 20px 3px;
  font-weight: bold;
}

.page-channel-store .tabs {
  position: relative;
  text-align: left;
  margin-top: 15px;
  white-space: normal;
}

.page-channel-store .tabs ul.primary {
  border: 0px;
  float: left;
}

.page-channel-store .tabs ul li {
  margin-bottom: 10px;
  display:  block;
  float: left;
}

.page-channel-store .tabs a {
  color: #535353;
  font-weight: bold;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 20px;
  padding: 2px 14px;
  font-size: 12px;
}

.page-channel-store .tabs a.active {
  background-color: transparent;
  border: 1px solid #535353;
}

.page-channel-store .view-filters {
  width: 100%;
}

.page-channel-store #channel-store-footer {
  padding-top: 100px;
}

.page-channel-store #channel-store-footer p {
  font-color: #535353;
  font-size: 12px;
}

.page-channel-store #edit-field-plugin-categories-tid-wrapper label {
  float: left;
}

.page-channel-store  #edit-field-plugin-categories-tid-wrapper  .views-widget {
  float: left;
  margin-left: 15px;
}

.page-channel-store .bef-select-as-links .form-type-bef-link {
  display: none;
}

.page-channel-store .bef-select-as-links select {
  display: block !important;
}

@media (max-width: 1200px) {
  .page-channel-store ul.views-fluid-grid-items-width-200 li.views-fluid-grid-item {
    width: 30%;
    margin-left: 1%;
    margin-right: 1%;
  }
  
  .page-channel-store ul.views-fluid-grid-items-width-200 li.views-fluid-grid-item  div {
    width: 165px;
    margin-left: auto;
    margin-right: auto;
  }
  
  .page-channel-store ul.views-fluid-grid-items-width-200 li.views-fluid-grid-item  div.views-field-download {
    width: 100px;
    margin-left: -50px;
  }
}

@media (max-width: 992px) {
  .page-channel-store ul.views-fluid-grid-items-width-200 li.views-fluid-grid-item  div {
    width: 165px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }

}

@media (max-width: 592px) {
	
  .node-blog .by-right { display:block; position: unset;   margin-top: 10px; }
  .page-channel-store .views-fluid-grid {
    clear: both;
    margin-left: 0px;
  }

  .page-channel-store ul.views-fluid-grid-items-width-200 li.views-fluid-grid-item {
    display: block;
    width: 165px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
  }
}

/*************************************************************/
/*************************************************************/
/****     REFACTOR ABOVE                                 *****/
/*************************************************************/
/*************************************************************/

/***  Typography  ***/

body {
  font-family: 'Open Sans', 'arial';
}

a, a:active, a:hover {
  text-decoration: none !important;
}

h1 {
  font-size: 35px;
  font-weight: bold;
  line-height: 42px;
}

h2 {
  font-size: 20px;
  line-height: 26px;
}
h2.heading{
  font-weight:bold
} 

h2.masthead-subtext {font-size:20px;line-height:1.2em;margin-top:0px; padding:0px 15px;margin:auto;}
@media(min-width:1024px){h2.masthead-subtext {font-size:20px;line-height:1.2em;margin-top:0px; padding:0px 15px; max-width: 1300px;margin:auto;}}
@media(min-width:768px) {h2.masthead-subtext {font-size:20px;line-height:1.2em;margin-top:0px; padding:0px 15px;margin:auto;}} 
@media screen and (max-width:767px) and (min-width:501px) {#banner-content h2.masthead-subtext {font-size:20px;line-height:1.2em;margin-top:0px; padding:0px 15px;margin:auto;}}
@media screen and (max-width:767px) {
	#banner-content h2.masthead-subtext {font-size:14px;line-height:17px}
	h1 {font-size: 24px;font-weight: bold;line-height: 29px;} 
	h2.heading {font-size: 20px;line-height: 23px;} 
}


h3 {
  font-weight: bold;
}

a.free-download-button {
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}

p {
  font-size: 14px;
  line-height: 20px;
}

.page-node-type-content #content-pages-content p,
.page-node-type-content #content-pages-content li {
  font-family: "Open Sans";
  font-weight: 100;
  font-size: 14px;
  line-height: 22px;
  word-wrap: break-word;
}

.team-member p {
  text-align: left;
}

.team-member h3 {
  font-size: 30px !important;
  margin-bottom: 10px;
}

.team-member h4 {
  font-size: 20px !important;
  line-height: 26px !important;
}

#blog-date {
  font-size: 18px;
}

.page-blog h2 a,
.page-blog h2, .view-blog h2 a,
.view-blog h2  {
  color: #f900de;
  font-weight: bold;
  line-height: 1.1em;
}

#blog-post p { margin-bottom:2.5rem }
.blog-social-shares {  position: absolute; right: 0px; top: 40px;}
.node-blog .byline { position: relative }
.node-blog .by-left { display: inline-block;  text-align: left; margin: auto; width: 100%; margin-top: 0px;}
.node-blog .by-right { display:inline-block; position: absolute; right: 0;  margin-top: -45px; }

.node-blog img { max-width: 100% !important } 
.node-blog a.free-download-button {  display: block;margin-left: auto;margin-right: auto;margin-top: 20px;z-index: 10;position: relative;width: 180px;padding: 12px 15px; }  
.node-blog a.free-download-button, a.free-download-button:hover, a.free-download-button:active {color: #FFF !important;}  
.node-blog a.free-download-button {background-color: #00c0ee;} 
.node-blog hr {  border-top: 1px solid #DDD !important; }

#support-jump-menu {
  font-size: 18px;
}

.node-type-plugin #plugin-banner {
  height: 240px;
}

.node-type-plugin #plugin-banner img {
  display: block;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
}

.node-type-plugin #plugin-banner h1 {
  display: none;
}

.node-type-plugin #plugin-banner h2 {
  display: none;
}

.node-type-plugin #plugin-menu a {
  color: #383838;
  font-weight: bold;
  margin-left: 5px;
  margin-right: 5px;
  line-height: 30px;
}

/***  Style       ***/
a.free-download-button,
a.free-download-button:hover,
a.free-download-button:active {
  color: #FFF !important;
}

tbody {
  border: 0 !important;
}

.page-node-type-content #content-pages-content {
  background-color: #FFF;
}

#blog-date {
  color: #999;
  border: 2px solid #AAA;
  border-radius: 25px;
  background-color: #FFF;
  -webkit-appearance: none;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background-image: url('/themes/custom/playon_style/images/blog-date-arrow.png');
  background-repeat: no-repeat;
  background-position: 230px 12px; 
}

.view-blog .pager  {
  margin-bottom: 50px;
}

.view-blog .pager li {
  padding: 0px;
  margin: 0px;
}

.view-blog .pager-item a,
.view-blog .pager-next a,
.view-blog .pager-last a {
  border: 0px;
}

#support-jump-menu {
  color: #999;
  border: 2px solid #AAA;
  border-radius: 25px;
  background-color: #FFF;
  -webkit-appearance: none;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background-image: url('/themes/custom/playon_style/images/blog-date-arrow.png');
  background-repeat: no-repeat;
  background-position: 95% 10px; 
  max-width: 100%;
}

#user-guide-jump-menu {
  color: #999;
  border: 2px solid #AAA;
  border-radius: 25px;
  background-color: #FFF;
  -webkit-appearance: none;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background-image: url('/themes/custom/playon_style/images/blog-date-arrow.png');
  background-repeat: no-repeat;
  background-position: 95% 10px; 
}

#support-jump-menu::-ms-expand {
      display: none;
}

#user-guide-jump-menu::-ms-expand {
      display: none;
}

.node-type-plugin #plugin-menu {
  border-bottom: 1px solid #CCC;
}

.page-node-type-masthead-grid #channel-show {
  color: #FFF;
  font-size: 18px;
  letter-spacing: 1px;
}

.page-node-type-masthead-grid #channel-show img {
  margin-left: 5px;
  margin-top: -4px;
}

.page-node-type-masthead-grid #whatson-channel-pane {
  background-color: #21262f;
  color: #FFF;
  display: none;
}

.page-node-type-masthead-grid #whatson-channel-pane .whatson-channel {
  padding: 5px 0px 0px 0px;
}

.page-node-type-masthead-grid #whatson-channel-pane a {
  color: #00c0ed;
}

/***  Layout      ***/

.hide {

}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

#banner {
  min-height: 275px;
  background-color: #999999;
}

#banner-content {
  position: absolute;
  bottom: 15%;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}

.page-node-69917 #banner-content {
  bottom: 5%;
}

.page-node-69917 #banner-content img {
  height: 45px;
  width: auto;
}

.mobile-hide {
  display: none;
}

#banner-content h2 {
  margin-top: 10px;
}
.front #banner-content h2 {font-size:20px}

a.free-download-button {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px;
  width: 255px;
  border-radius: 40px;
  margin-top: 20px;
  z-index: 10;
  position: relative;
}

.pane {
  padding-top: 10px;
}

#support-pages-header h2 {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
  line-height: 30px;
  font-size: 16px;
}

.page-node-type-content #content-pages-content {
  padding: 15px 10px;
}

.page-node-type-content .team-member {
  background-color: #FFF;
  float: left; 
  padding: 20px;
  text-align: center;
  height: auto;
  margin-bottom: 50px;
}

.page-node-type-content .team-member img {
  max-width: 85%;
}

.page-blog .views-exposed-form {
  display: none;
}

#blog-date {
  padding: 6px 60px;
  margin-top: 50px;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.view-blog {
  margin-left: auto;
  margin-right: auto;
  max-width: 90%;
  width: 800px;
  border-left:  1px solid #cccccc;
  border-right:  1px solid #cccccc;
}

.node-blog {
  margin-bottom: 20px;
  max-width: 740px;
  margin: auto; 
  padding: 0px 20px;    
}

.page-blog { 
  /*padding: 0px 25px;*/
  border-left:  1px solid #cccccc;     
  border-right:  1px solid #cccccc;  	
}

.node-blog  img {
  max-width: 90%;
}

.sharethis-buttons {
  margin-top: 25px;
}

.sharethis-wrapper {
  line-height: 24px;
}

#support-jump-menu {
  padding: 6px 60px;
  margin-top: 50px;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

#channel-support-menu {
  display: none;
}

#support-jump-menu,
#user-guide-jump-menu {
  padding: 6px 20px;
  margin-top: 50px;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 100%;
  max-width: 300px;
  font-size: 12px;
}

#channel-user-guide-menu {
  display: none;
}

.page-node-type-user-guide div#user-guide-pages-content, .path-user-guide div#user-guide-pages-content {
  background-color: #FFF;
  padding: 25px;
  font-weight:100;
}

.node-type-plugin #plugin-banner {
  background-image: url(../images/banner-plugin.png);
  background-size: cover;
  background-position: center;
}

.node-type-plugin #plugin-menu {
  height: auto;
}

.node-type-plugin .tabs {
  position: relative;
  margin: 25px 0px;
}

.plugin-content-label {
  float: left;
  margin-right: 20px;
}

.plugin-content-item {
  margin-bottom: 10px;
}

#plugin-download {
  display: block;
  width: 210px;
  margin-left: auto;
  margin-right: auto;
}

#flag-adult-content {
  border: 1px solid #AAA;
  padding: 15px 20px 20px 75px;
  background-image: url(../images/flag-adult.png);
  background-repeat: no-repeat;
  background-position: 10px 20px;
}

#flag-broken-channel {
  border: 1px solid #AAA;
  padding: 15px 20px 20px 75px;
  background-image: url(../images/flag-broken.png);
  background-repeat: no-repeat;
  background-position: 10px 15px;
}

#flag-adult-content h4, #flag-broken-channel h4 {
  font-size: 13px;
  margin-bottom: 5px;
  font-weight: bold;
}

#flag-adult-content, #flag-broken-channel {
  font-size: 12px;
}

.node-type-plugin #plugin-menu-title {
  display: none;
}

.page-node-type-masthead-grid #banner-content {
  padding-top: 50px;
}

.page-node-type-masthead-grid #banner-content #channel-show {
  display: block;
  margin-top: -30px;
  font-size: 14px;

}

.page-node-67826 #banner {
  min-height: 320px;
}

.mm-navbar {
  display: none !important;
}

.page-node-type-content-support-pages #logo img  {
   margin-top: 7px;
}

.page-node-type-user-guide #logo img, .path-user-guide #logo img  {
   margin-top: 7px;
}

#user-guide-pages-content p {
  margin-bottom: 0px;
  font-size:16px;
}

#user-guide-pages-content ul {
  padding-left: 20px;
}

#user-guide-pages-content li {
  font-size: 16px;
  line-height: 20px;
  margin-top: 3px;
}

.tabs.secondary {
  bottom: -45px; 
   /* top:60px*/
}

#revisioning-publish-confirm #edit-submit {
  margin-right: 25px;
}

body.node-type-news {
  background-color: #e6e6e6 !important;
}

.node-type-news div#page-banner div#menu {
  background-image: none;
  background-color: #FFF;
  height: 90px;
}

.node-type-news div#page-banner div#menu div#menu-menu a {
  color: #000;
}

.node-type-news #content-pages-header {
  text-align: center;
  margin-top:100px;
}

.node-type-news #content-pages-header h1 {
  font-family: "Open Sans";
  font-weight: bold;
}

.node-type-news #content-pages-header h1 strong {
  color: #00b3f9;
}


.node-type-news #content-pages-header a {
  color: #00b3f9;
}

/* team page */
.node-type-news.page-node-69911 #content-pages-content {
  background-color: #e6e6e6;
}

.node-type-news #content-pages-content h1 {
  font-family: "Open Sans";
  font-size: 20px;
  font-weight: bold;
}

.node-type-news #content-pages-content h3 {
  font-family: "Open Sans";
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 20px;
}

.node-type-news #content-pages-content h4 {
  font-family: "Open Sans";
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  margin-top: 15px;
}

.node-type-news #content-pages-content ul {
  list-style-type: none;
}

.node-type-news #content-pages-content li {
  margin: 25px 0px;
}

.node-type-news #content-pages-content a {
  font-weight: normal;
  color: #30b1ff !important;
}

.node-type-news #content-pages-content p.footnote {
  margin-bottom: 20px;
  font-size: 12px;
}

.node-type-news #menu-mobile {
  height: 70px;
  background-color: #FFF !important;
  background-image: none !important;
}

.node-type-news #hamburger {
  margin-top: 10px;
}

.node-type-news #hamburger:before,
.node-type-news #hamburger:after,
.node-type-news #hamburger span {
  background: #000;
}

.node-type-news div#menu-mobile a#logo img {
  height: 50px;
  width: auto;
  margin-top: 10px;
}

.node-type-news .mm-menu {
  background-color: #FFF;
}

.node-type-news .mm-menu a {
  color: #000;
}

.node-type-news h1 {
  font-size: 42px;
  margin-top: 50px;
}

.node-type-news h2 {
  font-size: 20px;
  margin-top: 50px;
}

.node-type-news a {
  font-weight: normal;
  color: #30b1ff;
}

.node-type-news #content-pages-content {
  padding: 50px 20px 20px 20px;
  background-color: #FFF;
}

.node-type-news .field-name-field-source-article-link {
  font-size: 24px;
  line-height: 36px;
}

.node-type-news .date-display-single {
  font-size: 18px;
  line-height: 36px;
  font-weight: bold;
}

.node-type-news .field-name-body {
  margin-top: 24px;
}

ol, ul {
  -webkit-padding-start: 20px;
}

.pager li a {
  font-weight: normal !important;
}

.pager li.pager-current a {
  font-weight: bold !important;
}

.views-field-download {
  margin-top: 5px;
}

li.views-fluid-grid-item {
  overflow: visible;
}

.views-field-download {
  position: absolute;
  bottom: -25px;
  width: 100px;
  left: 50%;
  margin-left: -50px;
}

.views-field-download a {
  font-weight: bold;
  color: #383838;
}

/* nav revised */ 
.menu-support-itm { color: #4D4D4D !important} 
.menu-support-itm:hover { color:#888888 !important} 
#my-menu a { cursor:auto } 
 
 
/***** HOW TO SERIES ****/
.numberCircle {border-radius: 50%;/*behavior: url(PIE.htc);*/ /* remove if you don't care about IE8 */ width: 24px;height: 24px;padding: 3px 9px;background: #f54fd0; color: #fff; text-align: center;font-size: 17px }
#support-pages-content #hero { padding-bottom:20px; text-align:center;margin:auto }
#support-pages-content #hero img {  width: 100%; height:auto}  
 
@media screen and (max-width:500px) {
 .node-blog .by-right { display:block; position: unset;   margin-top: 10px; }		
.page-press #content-pages-header { margin-top:30px} 
.page-node-type-content-support-pages #support-pages-header { margin-top:30px} 
.page-node-type-content #content-pages-header { margin-top:30px}  
.page-node-type-user-guide #support-pages-header { margin-top:30px} 

.node-type-news #content-pages-header { margin-top:30px}
#how-to-series img { margin: auto;  width:100% }
#blog-post p { font-size: 17px; line-height: 22px; }
}

/*** GLOBAL MENU; MIGHT NEED TO GO BACK AND DELETE UNNECESSARY MENU CLASSES  ***/
#menu-download {float: left !important; min-width: 130px !important;  position: relative }
/*#menu-download-sub { display:none;margin-top: 10px;  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); background-color:rgba(255,255,255,0.6);padding:0px 4px;    position: absolute; width: 130px; text-align: left; margin: auto;  }*/
#menu-trial {float: left !important; min-width: 190px !important;  position: relative;}
#menu-sale-sub a, #menu-features-sub a, #menu-user a, #menu-support  { font-weight:normal !important } 
#menu-sale {  float:left !important;  min-width: 130px !important;     position: relative;}
/*#menu-sale-sub  { display:none; margin-top: 10px; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); background-color:rgba(255,255,255,0.6);padding:0px 4px;    position: absolute; width: 130px; text-align: left; margin: auto; }*/
#menu-sale-sub a, #menu-features-sub a, #menu-download-sub a {  float: none;    display: block;margin:5px 8px}
#menu-features {  float:left !important;  min-width: 130px !important;   position: relative; }
#menu-features a, #menu-sale a, #menu-download a { margin:5px 8px}
/*#menu-features-sub { display:none;margin-top: 10px;  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); background-color:rgba(255,255,255,0.6);padding:0px 4px;    position: absolute; width: 130px; text-align: left; margin: auto;  }*/
#menu-sale-sub a, #menu-features-sub a,#menu-download-sub a { color: #cccccc !important; /* #212121*/ }
 
#menu-sale:hover #menu-sale-sub {display: block;}
#menu-sale:hover a.menu-emphasis { color: #fe5a84;}
#menu-sale:hover {/*box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); background-color:rgba(0,0,0,0.6)*/}
#menu-sale:hover  .talkbubble-point { display: block }
 
#menu-features:hover #menu-features-sub {display: block;} 
#menu-features:hover  {/*box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); background-color:rgba(0,0,0,0.6)*/}
#menu-features:hover .talkbubble-point-features { display: block } 

#menu-download:hover #menu-download-sub {display: block;}   
#menu-dowload:hover .talkbubble-point { display: block } 

#menu-features-sub a:hover,#menu-sale-sub a:hover,#menu-download-sub a:hover  {color: #ffffff !important;  } 
.sub-menu-wrapper { padding-top:6px; background-color: transparent }
#menu-sale-sub, #menu-features-sub, #menu-download-sub {display: none;  margin-top: 0px;  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);background-color: rgba(27, 27, 27, 0.9); /*rgba(255,255,255,0.9);*/padding: 6px 4px;border-radius: 5px;text-align: left; margin: auto;  }
.talkbubble-point, .talkbubble-point-features {width: 0;height: 0;border-left: 10px solid transparent;border-right: 10px solid transparent;border-bottom: 7px solid rgba(93,93,93,0.9); /*rgba(255,255,255,0.9);*/margin: auto;margin-top: 0px;display: none; }

/*misc*/
.regPriceStrike { text-decoration: line-through }

/*sticky menu*/
div#menu { position: fixed  !important}
#web-body #menu { position: relative  !important} /*overwrite buy.php header */

.sticky {/*position: fixed !important;*/top: 0 !important;/*width: 100% !important;*/background-color: rgba(10, 10, 10, 0.5) !important;height: 65px !important; z-index: 100 !important;/*background-image: none !important;*/}
.sticky + .content  { padding-top: 60px; }

.sticky-top-enforce { top:0 !important }
.sticky-top-relax { top:auto !important }

/*app-button*/
.button-app-layout { margin-top:15px; display: inline-block;}
/*blog*/
#blog-post p { margin-bottom:2.5rem }
#blog-post .button-google {display:inline-block; width:200px; margin:auto}
#blog-post .button-apple {display:inline-block; width:200px; margin:auto}
#blog-post .node-blog img { max-width: 100% !important }  
#blog-post a.free-download-button { width: 200px;  margin-top:10px;display: block;margin-left: auto;margin-right: auto;margin-top: 20px;z-index: 10;position: relative;width: 180px;padding: 12px 15px;background-color: #00c0ee; }  
#blog-post a.free-download-button, a.free-download-button:hover, a.free-download-button:active {color: #FFF !important;}    

.reg-price { text-decoration: line-through }
.reset-styles { all: unset }