* { 
    padding: 0; 
    margin: 0; 
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box
}

body {
    background-color: #4d4d4d;
    line-height: 1.2;
    color: #4D4D4D;
    font-size: 13px;
    line-height: 18px;
}

ul, ol {
    padding-left: 20px;
}

.clearfix:before, .clearfix:after{
    content:"";
    display:table;
}

.clearfix:after{
    clear:both;
}

.clearfix{
    zoom:1;
}

::-webkit-input-placeholder { color:#41B0AA; font-style: italic; }
::-moz-placeholder                { color:#41B0AA; font-style: italic; }
:-ms-input-placeholder         { color:#41B0AA; font-style: italic; }
input:-moz-placeholder           { color:#41B0AA; font-style: italic; }

/* ************************************************************************
 * universal font styling                                                 *
 * ********************************************************************** */
h1 {
    font: normal normal normal 49px/49px 'Gotham SSm A','Gotham SSm B', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 200;
}

h2 {
    font: normal normal normal 49px/49px 'Gotham SSm A','Gotham SSm B', Helvetica, Arial, sans-serif;
      font-weight: 200;
}

h3 {
    font: normal normal normal 28px/31px 'Gotham SSm A','Gotham SSm B', Helvetica, Arial, sans-serif;
      font-weight: 200;
}

h4 {
    font: normal normal normal 24px/24px 'Gotham SSm A','Gotham SSm B', "Helvetica Neue", Helvetica, Arial, sans-serif; 
    font-weight: 200;
    margin: 4px 0 0;
    padding: 0;
}

p, b,li {
    font: normal normal normal 14px/17px 'Gotham SSm A','Gotham SSm B', "Helvetica Neue", Helvetica, Arial, sans-serif; 
    font-weight: 100;
    margin: 10px 0 0 0;
}

a {
    font: normal normal normal 14px/17px 'Gotham SSm A','Gotham SSm B', "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-decoration: none;
    color: inherit; 
    font-weight: 100;
}
b a,
b { 
    font: normal normal normal 14px/17px 'Gotham SSm A','Gotham SSm B', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    color: #c2c2c2;
}

.linkteal a, a.linkteal {  color: #10D1AB;  }
.linkblue a, a.linkblue {  color: #009CD4;  }

/* ************************************************************************
 * gradients                                                              *
 * ********************************************************************** */
.turquoise-gradient {
    color:#ffffff;
    background: #14a7c0;
    background: -moz-linear-gradient(left, #14a7c0 0%, #12bcb5 50%, #10d1ab 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #14a7c0), color-stop(50%, #12bcb5), color-stop(100%, #10d1ab));
    background: -webkit-linear-gradient(left, #14a7c0 0%, #12bcb5 50%, #10d1ab 100%);
    background: -o-linear-gradient(left, #14a7c0 0%, #12bcb5 50%, #10d1ab 100%);
    background: -ms-linear-gradient(left, #14a7c0 0%, #12bcb5 50%, #10d1ab 100%);
    background: linear-gradient(to right, #14a7c0 0%, #12bcb5 50%, #10d1ab 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#14a7c0', endColorstr='#10d1ab', GradientType=1);
}
.green-gradient {
    color: #ffffff;
    background: #12535d;
    background: -moz-linear-gradient(top, #12535d 0%, #086751 85%, #086751 52%, #086751 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #12535d), color-stop(85%, #086751), color-stop(52%, #086751), color-stop(100%, #086751));
    background: -webkit-linear-gradient(top, #12535d 0%, #086751 85%, #086751 52%, #086751 100%);
    background: -o-linear-gradient(top, #12535d 0%, #086751 85%, #086751 52%, #086751 100%);
    background: -ms-linear-gradient(top, #12535d 0%, #086751 85%, #086751 52%, #086751 100%);
    background: linear-gradient(to bottom, #12535d 0%, #086751 85%, #086751 52%, #086751 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#12535d', endColorstr='#086751', GradientType=0);
}
.gradient-grey {
    color: #808080;
    background: #f7f7f7;
    background: -moz-linear-gradient(top, #f7f7f7 0%, #d3d3d3 40%, #d3d3d3 68%, #f7f7f7 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(40%, #d3d3d3), color-stop(68%, #d3d3d3), color-stop(100%, #f7f7f7));
    background: -webkit-linear-gradient(top, #f7f7f7 0%, #d3d3d3 40%, #d3d3d3 68%, #f7f7f7 100%);
    background: -o-linear-gradient(top, #f7f7f7 0%, #d3d3d3 40%, #d3d3d3 68%, #f7f7f7 100%);
    background: -ms-linear-gradient(top, #f7f7f7 0%, #d3d3d3 40%, #d3d3d3 68%, #f7f7f7 100%);
    background: linear-gradient(to bottom, #f7f7f7 0%, #d3d3d3 40%, #d3d3d3 68%, #f7f7f7 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#f7f7f7', GradientType=0);
}
.gradient-grey-spotlight {
    color:#666666;
    background: #a4a4a4; /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover, #a4a4a4 40%, #7e7e7e 100%); /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(40%,#a4a4a4), color-stop(100%,#7e7e7e)); /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover, #a4a4a4 40%,#7e7e7e 100%); /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover, #a4a4a4 40%,#7e7e7e 100%); /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover, #a4a4a4 40%,#7e7e7e 100%); /* IE10+ */
    background: radial-gradient(ellipse at center, #a4a4a4 40%,#7e7e7e 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a4a4a4', endColorstr='#7e7e7e',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.gradient-product-feauture {
    color: #404040;
    background: rgb(221,221,221);
    background: -moz-linear-gradient(top, rgba(221,221,221,1) 0%, rgba(192,192,192,1) 31%, rgba(132,131,131,1) 74%, rgba(177,177,177,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(221,221,221,1)), color-stop(31%,rgba(192,192,192,1)), color-stop(74%,rgba(132,131,131,1)), color-stop(100%,rgba(177,177,177,1)));
    background: -webkit-linear-gradient(top, rgba(221,221,221,1) 0%,rgba(192,192,192,1) 31%,rgba(132,131,131,1) 74%,rgba(177,177,177,1) 100%);
    background: -o-linear-gradient(top, rgba(221,221,221,1) 0%,rgba(192,192,192,1) 31%,rgba(132,131,131,1) 74%,rgba(177,177,177,1) 100%);
    background: -ms-linear-gradient(top, rgba(221,221,221,1) 0%,rgba(192,192,192,1) 31%,rgba(132,131,131,1) 74%,rgba(177,177,177,1) 100%);
    background: linear-gradient(to bottom, rgba(221,221,221,1) 0%,rgba(192,192,192,1) 31%,rgba(132,131,131,1) 74%,rgba(177,177,177,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#b1b1b1',GradientType=0 );
}


/* ************************************************************************
 * styling of section header and footer                                   *
 * ********************************************************************** */
#heropromo {
    min-height: 100px;
    overflow: auto;
    padding: 55px 0 20px 0;
}

    #heropromo h1 {
        margin: 0 0 10px 0;
        padding: 0;
    }

.relevantfor {
}

.relevantfor h5 {
    margin: 0 0 10px 0;
    font-size: 110%;
}

.section {
}

    .section .container {
        max-width: 1020px;
        min-width: 320px;
        margin: 0 auto;
    }
    
.section-head {
    padding: 25px 0 30px 0;
    min-height: 50px;
    text-align: center;
}

    .section-head h2 {
        padding: 0 0 4px 0;
    }
    
    .section-head p {
        padding: 0;
        margin: 0;
    }
 
.faq {
    padding-bottom: 60px;
    border-top: 1px dashed #AAA;
    margin-top: 10px;
}

    #experiencepromo + div.section, #articleintro + div.section, #chapterselect + div.section {
        border: 0px !important;
    }
  
    .faq h2 {
        padding: 30px 0 20px 0;
    }
    
.section-foot {
    height: 5px;
    color:#ffffff;
    background: #14a7c0;
    background: -moz-linear-gradient(left, #14a7c0 0%, #12bcb5 50%, #10d1ab 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #14a7c0), color-stop(50%, #12bcb5), color-stop(100%, #10d1ab));
    background: -webkit-linear-gradient(left, #14a7c0 0%, #12bcb5 50%, #10d1ab 100%);
    background: -o-linear-gradient(left, #14a7c0 0%, #12bcb5 50%, #10d1ab 100%);
    background: -ms-linear-gradient(left, #14a7c0 0%, #12bcb5 50%, #10d1ab 100%);
    background: linear-gradient(to right, #14a7c0 0%, #12bcb5 50%, #10d1ab 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#14a7c0', endColorstr='#10d1ab', GradientType=1);
}

    .section-foot.small {
        height: 2px;
    }


 /* ************************************************************************
 * set up general panel rules                                             *
 * ********************************************************************** */
.section, .section-tall {
    overflow: hidden;
    margin: 0;
}

.section-hero, .section-head, .section-foot {
    clear: both;
    width: 100%;
}

.section-hero {
    padding: 40px 0 0 0;
}

.panel {
    display: block;
    /* overflow: hidden; */
    float: left;
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
}


.panel-with-children {
    padding: 0px !important;
}

.panel-margin-small {
    padding: 15px 25px 15px 25px;
}
 
.panel-margin-med {
    padding: 15px 10px 15px 10px !important;
    min-height: 260px;
}

.panel-margin-lg {
    padding: 40px 25px 15px 25px;
    min-height: 260px;
}



/* ************************************************************************
 * styling of one-fifth type panels (used for product selection images )  *
 * ********************************************************************** */
.panel-productselect {
    padding: 5px;
}

/* ************************************************************************
 * panel colour options                                                   *
 * ********************************************************************** */
.panel-transparent-black {
    color: #fff;
    background-color:rgba(0,0,0,0.1);
}
 
 .panel-black {
    color: #fff;
    background-color: #000000;
}

.panel-dark-warm-grey {
    color: #dadada;
    background-color: #6b6965;
}

.panel-dark-grey {
    color: #dadada;
    background-color: #666666;
}

.panel-dark-brown {
    color: #d4d4d4;
    background-color: #4d4d4d;
}

.panel-grey {
    background-color: #76978f;
}

.panel-light-grey {
    color: #dadada;
    background-color: #808080;
}
.panel-light-med-grey {
    color: #4d4d4d;
    background-color: #e4e4e4;
}
.panel-lighter-grey {
    color: #3c3c3c;
    background-color: #ededed;
    padding: 0 0 30px 0;
}
    .panel-lighter-grey h1 {
        margin: 0;
        padding: 40px 10px 10px 10px;
    }
    .panel-lighter-grey p {
        color: #3c3c3c;
        padding: 0 10px 10px 10px;
    }
.panel-white {
    color: #4d4d4d;
    background-color: #ffffff;
}
 
.bodyhead {
    text-align: center;
}

#feedback {
    position: relative;
    float: right;
    right: -4px;
}

#pagealerts {
    background-color: #fff8c4;
    padding: 15px 15px 15px 40px;
    margin: 0px;
    background: #fff8c4 url('https://cdn-cx-images.dynamite.myharmony.com/mh/ssv2/primary/icon-warning-15x15-blk-v1.png') no-repeat 15px;
}

.externallink {
    
}

.externallink::after {
    content: url('https://cdn-cx-images.dynamite.myharmony.com/mh/ssv2/primary/icon-externallink-12x12-wht-v1.png');
    margin: 0 0 0 5px;
}

.totop {
    float: right;
    display: block;
    background: url('https://cdn-cx-images.dynamite.myharmony.com/mh/ssv2/primary/icon-totop-26x16-blk-v1.png') no-repeat bottom 12px right;
    margin: 50px 10px 0 0;
    padding: 10px 35px 10px 10px;
    opacity: .4;
    font-size: 80%;
}

    .totop:hover {
        opacity: 1;
        cursor: hand; cursor: pointer;
    }

.zero-height {
    width: 100%;
    text-align: center;
    height: 0px;
    margin: 0;
    padding: 0;
}
    
.downarrow-blk, .downarrow-wht {
    text-align: center;
    padding: 10px 20px;
    margin: 0 auto;
    opacity: .4;
    -webkit-transition: 150ms ease-in-out;
    -moz-transition: 150ms ease-in-out;
    -o-transition: 150ms ease-in-out;
    -ms-transition: 150ms ease-in-out;
    transition: 150ms ease-in-out;
}

    .downarrow-blk {
        background: url('https://cdn-cx-images.dynamite.myharmony.com/mh/ssv2/primary/icon-down-26x16-blk-v1.png') no-repeat bottom 10px center;
    }
    
    .downarrow-wht {
        background: url('https://cdn-cx-images.dynamite.myharmony.com/mh/ssv2/primary/icon-down-26x16-wht-v1.png') no-repeat bottom 10px center;
    }
    
    .downarrow-blk:hover, .downarrow-wht:hover {
        opacity: 1;
        cursor: hand; cursor: pointer;
    }
    
.faqlist-title {
    color: #4D4D4D;
    font-weight: bold;
    padding: 0 0 2px 0;
}

.faqlist-body {
    color: #4D4D4D;
    text-decoration: none;
}

/* ********************************************************* *
 * Styling for normal buttons                                *
 * ********************************************************* */
.button {
    font: normal normal normal 11px/12px "Gotham SSm A", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    padding: 6px 11px;
    -moz-border-radius: 2x;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-color: #00B8FC;
	border: solid 2px #00B8FC;
    cursor: pointer;
    cursor: hand;
    display: table;
    -webkit-transition: 200ms ease-in-out;
    -moz-transition: 200ms ease-in-out;
    -o-transition: 200ms ease-in-out;
    -ms-transition: 200ms ease-in-out;
    transition: 200ms ease-in-out;
}

    .button a {
        color: #FFFFFF;
    }

    .button:not(.moregrey):not(.disabled):hover {
        color: #00B8FC;
		background-color: #fff;
		border: solid 2px #00B8FC;
    }
    
    .button:not(.moregrey):not(.disabled):active {
        color: #00B8FC;
		background-color: #fff;
		border: solid 2px #00B8FC;
    }
    
/* ********************************************************* *
 * Styling for the download type button                      *
 * ********************************************************* */
.buttondl {
    cursor: pointer;
    cursor: hand;
    display: block;
}

    .buttondl .icon {
        position: absolute;
        width: 45px;
        height: 50px;
        padding: 10px;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        background-color: #00B8FC;
		border: solid 2px #00B8FC;		
        -webkit-transition: 200ms ease-in-out;
        -moz-transition: 200ms ease-in-out;
        -o-transition: 200ms ease-in-out;
        -ms-transition: 200ms ease-in-out;
        transition: 200ms ease-in-out;
    }
    
        .buttondl .icon-dl {
            background-image: url('../img/icon-download-32x32-wht-trans-v1.png');
            background-repeat: no-repeat;
            background-position: left 9px top 9px;
            opacity: .5;
        }
		
        .buttondl .icon:after {
            left: 100%;
            top: 50%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
            border-color: rgba(14, 170, 139, 0);            
            border-width: 25px;
            margin-top: -25px;
        }
        
    .buttondl .text {
        border-radius: 5px;
        font: normal normal normal 14px/14px "Gotham SSm A", "Helvetica Neue", Helvetica, Arial, sans-serif;
        text-transform: uppercase;
        text-decoration: none;
        color: #fff;
		background-color: #00B8FC;
		border: solid 2px #00B8FC;
        padding: 18px 25px 10px 85px;
        height: 50px;
        display: table;        
        background: -moz-linear-gradient(top,  #00B8FC 0%, #00B8FC 29%, #00B8FC 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00B8FC), color-stop(29%,#00B8FC), color-stop(100%,#00B8FC));
        background: -webkit-linear-gradient(top,  #00B8FC 0%,#00B8FC 29%,#00B8FC 100%);
        background: -o-linear-gradient(top,  #00B8FC 0%,#00B8FC 29%,#00B8FC 100%);
        background: -ms-linear-gradient(top,  #00B8FC 0%,#00B8FC 29%,#00B8FC 100%);
        background: linear-gradient(to bottom,  #00B8FC 0%,#00B8FC 29%,#00B8FC 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00B8FC', endColorstr='#00B8FC',GradientType=0 );
        
        box-shadow: 2px 2px 5px #888888;
    }
    
    .buttondl:hover .icon {
        width: 50px;
    }
    
    .buttondl:hover .icon-dl {
        opacity: .8;
    }   
    

/* ********************************************************* */
    
    
    
input {
    color: #333;
    border: 1px solid #000000;
    border-radius: 0;
    /* -moz-appearance: none;
    -webkit-appearance: none; */
    box-shadow: none; 
    outline: 0;
}

.input-lg{
    overflow: auto;
}

.input-lg input {
    font-size: 120%;
}

.input-lg button{
    overflow: visible;
    position: relative;
    float: right;
    border: 0;
    padding: 0;
    cursor: pointer;
    height: 45px;
    min-width: 50px;
    color: #FFFFFF;
    background: red;
}

#downloadandcontact .panel {
    padding-left: 20px;
    position: relative;
}

    #downloadandcontact .panel p {
        min-height: 120px;
    }

    #downloadandcontact .panel a.button {
        position: absolute;
        bottom: 20px;
    }

.promo-download {
    background-image: url('https://cdn-cx-images.dynamite.myharmony.com/mh/ssv2/primary/icon-download-140x140-v1.png');
    background-repeat: no-repeat;
    background-position: bottom -25px right -25px;
}

.promo-community {
    background-image: url('https://cdn-cx-images.dynamite.myharmony.com/mh/ssv2/primary/icon-community-150x104-v1.png');
    background-repeat: no-repeat;
    background-position: bottom -5px right -15px;
}

.promo-contact {
    background-image: url('https://cdn-cx-images.dynamite.myharmony.com/mh/ssv2/primary/icon-contact-150x104-v1.png');
    background-repeat: no-repeat;
    background-position: bottom -17px right -15px;
}

.secondary-topmarg {
    padding-top: 30px;
}

#faqversion, #page-title, #page-description {
    display: none;
}

/* ******************************************************* *
 * tooltips2
 * ******************************************************** */
.tooltip {
    position: relative;
}
 
.tooltip-tip {
    position: absolute;
    background-color: #000000;
    padding: 20px 5px 20px 20px;
    margin: 0;
    top: 30px;
    left: 20px;
    opacity: .8;
    display: table;
    z-index: 110;
    visibility: hidden;
}

    

    .tooltip-tip ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        overflow: hidden;
    }
 
    .tooltip li {
        text-align: left;
        font-size: 12px;
        white-space: nowrap;
    }
 
.tooltip:hover > div.tooltip-tip {
    visibility: visible;
} 
 
p.introspace {
    margin-top: 20px;
}

.footnote, .footnote a{
    font-style: italic;
    color: #AAAAAA;
    font-size: 11px;
}

    .footnote .link {
        text-decoration: underline;
    }
 
 a.tooltips2 {
  position: relative;
  display: inline;
}
a.tooltips2 span {
  position: absolute;
  width:140px;
  color: #FFFFFF;
  background: #000000;
  height: 30px;
  line-height: 30px;
  text-align: center;
  visibility: hidden;
  border-radius: 0px;
  box-shadow: 2px 2px 5px #800000;
}
a.tooltips2 span:after {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -8px;
  width: 0; height: 0;
  border-bottom: 8px solid #000000;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}

a:hover.tooltips2 span {
  visibility: visible;
  opacity: 0.7;
  top: 30px;
  left: 50%;
  margin-left: -76px;
  z-index: 999;
}

a[target=_blank]:not(.noexternalicon):not(.button):after {
    content: url('https://cdn-cx-images.dynamite.myharmony.com/mh/ssv2/primary/icon-externallink-12x12-gry-v1.png');
    margin: 0 0 0 5px;
}



/* SHADOWBOX STYLINGS */
#shadowbox {
    display:none;
    width: 800px;
    height: 485px;
    max-width:90%;
    max-height: 90%;
    border: 5px solid #FFFFFF;
}

    #shadowbox .container {
        width: 100%;
        height: 100%;
    }
    
    .shadowbox:hover {
        cursor: hand; cursor: pointer;
    }
    
    #shadowbox .b-close {
        background: url("https://cdn-cx-images.dynamite.myharmony.com/mh/ssv2/primary/icon-close-26x26-blk-v8.png") no-repeat;
        width: 26px;
        height: 26px;
        position: absolute;
        right: -15px;
        top: -15px;
    }
    
    #shadowbox .b-close:hover {
        cursor: pointer; cursor: hand;
        background: url("https://cdn-cx-images.dynamite.myharmony.com/mh/ssv2/primary/icon-close-26x26-red-v7.png") no-repeat;
    }
