body
{
    overflow-y:scroll;

   
}
a .col-md-3 p{
    font-weight:400;
}

.contactAuth{
    display:none;
}

h4{
    margin-top:20px;
}

a:hover .col-md-3 p{
    text-decoration:underline;
}

a:hover .span{
    text-decoration:underline;
}


@media screen  and (max-width: 799px){
    a {
       text-decoration:underline;
    }

        a span {
       text-decoration:underline;
    }

}

/*footer {
    font-size: 0.8em;
}*/

.p2Footer{
    background-color:#eee;
    /*position:relative;*/
}

.p2Footer h1{
    font-size:36px;
}

.p2Footer p{
    font-size:16px;
}

.p2Footer img.p2{
       max-width:332px;
    }

.callToAction.lead{
    margin-top:20px;
}


@media screen and (max-width: 415px){
    .p2Footer h1{
        font-size:40px;
    }
}


@media screen and (min-width: 416px) and (max-width: 767px){
    .p2Footer h1{
        font-size:60px;
    }


    .p2Footer img.p2{
        width:80%;
        max-width:332px;
    }
}

@media screen and (min-width: 768px) and (max-width:999px) {
    .p2Footer h1{
        font-size:36px;
    }

    .p2Footer p{
        font-size:14px;
    }
}

@media screen and (min-width: 1000px) and (max-width:1199px) {
    .p2Footer h1{
        font-size:46px;
    }

    
}

@media screen and (min-width: 1200px) {
    .p2Footer h1{
        font-size:56px;
    }
    
}

@media screen and (min-width: 768px) {
    .p2Footer div {
        /*bottom:10px;*/
        height: 170px;
        display : table-cell;
        vertical-align: bottom;
        float:none;
    }

    .p2Right{
        text-align:right;
    }
}
    
.p2Hero
{
    border: 3px solid #6bbe6c;
    color: #FFFFFF;
    background-color: #332a79;
}

.p2Navbar
{
    margin-bottom:8px;
    font-size:15px;
}

@media only screen and (max-width:999px) and (min-width:768px) {

    .p2Navbar{
        font-size:12px;
    }

}

@media only screen and (max-width:767px) {
    .p2MenuSection.prime{
        float:left;
    }
  
    .p2MenuSection.second{
        float:right;
    }

}

.p2pageHeader 
{
    background-color:white;
    margin-top:8px;
    margin-bottom:7px;
    padding:9px;
    min-height:74px;
}

.p2Logo
{
    margin-right:10px;
    width:100px;
    height:100px;
    float:left;
}
.p2pageHeaderTitle
{
    font-size:30px;
    font-weight:bold; 
    vertical-align:middle;
    line-height:100px;
}

.p2SubTitle
{
    text-align: center;
}

.fixedNavbarBackground
{
    background-color:white;
}
#p2Root{
    margin-top:195px;
}

.p2BannerImage{
      position:absolute;
      top:0;
      left:0; 
      bottom:0;
      right:0;
      margin:auto;
      width:100%;
      display:none;
     }
.p2BannerImage.opaque{
    opacity:1;

    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=1);
}

#testBanner .col-xs-3{
    z-index:100
}



/*md*/
@media only screen and (max-width:1199px) and (min-width:992px){ 
    #p2Main{
        margin-top:175px;
    }
    
    .p2Logo
    {
        width:80px;
        height:80px;
    }

    .p2pageHeaderTitle 
    {
        font-size:20px;
        font-weight:bold;
        line-height:80px;
    }
}

/*sm*/
@media only screen and (max-width:991px) and (min-width:768px){
    #p2Root{
        margin-top:155px;
    }
    .p2Logo
    {
        width:60px;
        height:60px;
    }

    .p2pageHeaderTitle 
    {
        font-size:20px;
        font-weight:bold;
        line-height:60px;
    }


}

.jumbotron.p2 div.col-xs-3{
    /*lift col high to go over image*/
    z-index:100;
}


@media screen and (min-width: 768px) {
    .jumbotron.p2 {
        
        padding-left:30px;
        height:212px;
        background-repeat:no-repeat;
        background-position-x:right;
        font-size:14px;

    }
}

@media screen and (min-width:721px) and (max-width: 767px) {
    .jumbotron.p2 {
        
        padding-left:30px;
        background-repeat:no-repeat;
        background-position-x:right;
        font-size:12px;


    }
        .col-xs-3{
        width:100%
    }

    .p2BannerImage{
        left:-5000px;
        
    }
}

@media screen  and (max-width: 720px) {
    .jumbotron.p2 {
        
        padding-left:30px;
        background-image:none;
        font-size:12px;
    }

    .col-xs-3{
        width:100%
    }

    .p2BannerImage{
        left:-5000px;
        
    }
}

/*xs*/
@media only screen and (max-width:767px)  and (min-width:551px){
    #p2Root{
        margin-top:145px;
    }
    .p2Logo
    {
        width:50px;
        height:50px;
    }

    .p2pageHeaderTitle 
    {
        font-size:15px;
        line-height:50px;
    }

}

@media only screen and (max-width:550px) {
   
    #p2Root{
        margin-top:145px;
    }

    .p2Logo
    {
        width:50px;
        height:50px;
    }

    .p2pageHeaderTitle 
    {
        font-size:15px;
        line-height:50px;
    }

    .p2SubTitle{
        display:none;
    }
}




img.p2{
    margin:10px;
    width:100%;
}

#imgWhatIs{
    margin-top:80px;
}

#imgWhyUse{
    margin-top:40px;
}

#imgMaking{
    margin-top:120px;
}

.p2ImgHeader
{
    display:inline;
}

.p2MainColour
{
   color: #332a79;
}

.p2MainBackgroundColour
{
   background-color: #332a79;
}

.p2AccentColour
{
    color: #6bbe6c;
}

.p2Border
{
    border: 3px solid #6bbe6c;
}

.p2ThinBorder
{
    border: 1px solid #6bbe6c;
}

.p2Separator{
    border-left:1px solid #ccc;
}

.p2NavbarBrand
{
  font-size: 18px;
  line-height: 20px;
}

.row.p2{
    padding-left:15px;
    padding-right:15px;
    padding-top:5px;
}

.p2.Colour.a
{
    /*color:#4a3377;*/
    color:#0f006f;
}

.p2.Colour.b
{
    /*color:#5a2dc7;*/ 
    color:#0a34a9
}

.p2.Colour.c
{
    /*color:#004386;*/
    color:#1663dd;
}

.p2.Colour.d
{
    /*color:#1044b9;*/
    color:#0399ee;
}

.p2.Colour.e
{
    /*color:#007cb1;*/
    color:#00d9ff;
}

.p2.Colour.f
{
    /*color:#00aaad;*/
    color:#00928d;
}

.p2.Colour.g
{
    /*color:#007148;*/
    color:#00ab65;
}

.p2.Colour.h
{
    /*color:#00ab65;*/
    color:#6cd98f;
}

.p2.Colour.i
{
    color:#a1cd3a;
}

.p2.Colour.j
{
    /*color:#f2ea1b;*/
    color:#edfc1d;
}

.p2.Colour.k
{
    color:#fdcd0d;
}

.p2.Colour.l
{
    color:#f89a1f;
}

.p2.Colour.m
{
    color:#f16824;
}

.p2.Colour.n
{
    color:#cd2128;
}

.p2.Colour.o
{
    color:#960032;
}

.p2.Colour.u
{
    color:#fff;
}



.p2.backgroundColour.a
{
    /*background-color:#4a3377;*/
    background-color:#0f006f;
}

.p2.backgroundColour.b
{
   /*background-color:#5a2dc7;*/ 
    background-color:#0a34a9;
}

.p2.backgroundColour.c
{
   /*background-color:#004386;*/
    background-color:#1663dd;
}

.p2.backgroundColour.d
{
    /*background-color:#1044b9;*/
    background-color:#0399ee;
}

.p2.backgroundColour.e
{
    /*background-color:#007cb1;*/
    background-color:#00d9ff;
}

.p2.backgroundColour.f
{
    /*background-color:#00aaad;*/
    background-color:#00928d;
}

.p2.backgroundColour.g
{
    /*background-color:#007148;*/
    background-color:#00ab65;
}

.p2.backgroundColour.h
{
    /*background-color:#00ab65;*/
    background-color:#6cd98f;
}

.p2.backgroundColour.i
{
    background-color:#a1cd3a;
}

.p2.backgroundColour.j
{
    /*background-color:#f2ea1b;*/
    background-color:#edfc1d;
}

.p2.backgroundColour.k
{
    background-color:#fdcd0d;
}

.p2.backgroundColour.l
{
    background-color:#f89a1f;
}

.p2.backgroundColour.m
{
    background-color:#f16824;
}

.p2.backgroundColour.n
{
    background-color:#cd2128;
}

.p2.backgroundColour.o
{
    background-color:#960032;
}

.p2.backgroundColour.u
{
    background-color:#fff;
}

.p2.foregroundColour {
    color:#fff;
}

.p2.foregroundColour.u, .p2.foregroundColour.k, .p2.foregroundColour.j, .p2.foregroundColour.Label {
    color:#555;
}



.p2.foregroundColour.r1,.p2.foregroundColour.r2,.p2.foregroundColour.r3,.p2.foregroundColour.r4,.p2.foregroundColour.r5,
.p2.foregroundColour.r6,.p2.foregroundColour.r7,.p2.foregroundColour.r8,.p2.foregroundColour.r9  {
    color:#000;
}
.p2.backgroundColour.r1,.p2.backgroundColour.r2,.p2.backgroundColour.r3,.p2.backgroundColour.r4,.p2.backgroundColour.r5,
.p2.backgroundColour.r6,.p2.backgroundColour.r7,.p2.backgroundColour.r8,.p2.backgroundColour.r9 {
    background-color:#332a79;
}

.p2Neutral{
    color:darkblue;
    background-color:lightgray;
}




a.list-group-item.p2UForegroundColour,.p2UForegroundColour
{
    color:#000;
}

a.list-group-item.p2AccentColour
{
    color:#6bbe6c;
}


a.list-group-item.p2
{

    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;

}

div.list-group-item.p2.p2Branch{
    cursor:pointer;
}


a.list-group-item.p2.active, div.list-group-item.p2.active{
    border:1px solid #222;
   background-image: linear-gradient(to bottom, rgba(212,228,239,1) 0%,rgba(51,42,121,1) 100%); /*w3c*/
}

.subGroup
{
    margin-left:4em;
}


.p2.Tree.header, .p2.Branch.header
{
    cursor:pointer;
    text-align: center;   
    font-weight:bold; 
}

.showHeading{
    display:block;
}

.hideHeading{
    display:none;
}

.showBranch{
   display:table-cell;
}

.hideBranch {
   display:none;
}

button.showHide{
    margin-right:10px;
}


.showRow{
    display:table-row;
}

.hideRow{
    display:none;
}

div.showBranchDesc{
    display:block;
}

div.hideBranchDesc{
    display:none;
}


a.list-group-item.p2:hover
{
    color:#000;
}

.aboveAverage 
{
    background-color:palegreen;
}

.belowAverage 
{
    background-color:salmon;
}

.jumbotron-p2
{
    padding:25px;
}

span.p2 {
    font-size:larger;
    /*font-style:oblique;*/
}

span.graphKey{
    padding:5px;
    font-weight:600;
    border:1px solid black;
}

.activeColumnItem{
    border:3px outset ;
    
    
}



td.labelCol,th.Label{
    width:20%;
}


tbody.p2:nth-child(even) td.labelCol{
    background-color:rgba(0, 0, 120, 0.2);
}

tbody.p2:nth-child(odd) td.labelCol{
     background-color: rgba(0, 120, 0, 0.2);
}

svg g g.pie:hover{
    cursor:pointer;
}

div.categoryCollapser, #p2TreePanelHeading, div.chartCollapser{
    cursor:pointer;
}



@media only screen and (max-width:767px){
   tbody.p2 td.p2{
        display:none;
    }

    tbody.p2 td.p2.isCurrent{
        display:table-cell;
  
    }

    .p2.Tree.header, .p2.Branch.header{
        cursor:default;
    }
}

/* Bootstrap addendum for horizontal list group http://bootsnipp.com/snippets/featured/list-group-horizontal */

.list-group-horizontal .list-group-item {
    display: inline-block;
}
.list-group-horizontal .list-group-item {
	margin-bottom: 0;
	margin-left:-4px;
	margin-right: 0;
}
.list-group-horizontal .list-group-item:first-child {
	border-top-right-radius:0;
	border-bottom-left-radius:4px;
	margin-left: 15px; /* added by JD to bring in from left */
}
.list-group-horizontal .list-group-item:last-child {
	border-top-right-radius:4px;
	border-bottom-left-radius:0;
}

#p2Types.list-group {
    box-shadow: none; /* override bootstrap's shadow */
    margin-bottom: 5px;
}

#formMessage{
    padding:5px;
    line-height:1.5;
    color:white;
    background-color:#852121;
    display:none;

}



a.p2Glossary{
    font-weight:bolder;
}

div.p2Glossary h4{
    font-weight:700;
    color:#333;
}

div.p2Glossary dt{
    font-weight:600;
}

/*
    ProfileTable

*/



@media screen and (min-width: 1000px)  {
    table.profile{
        font-size:1em;
    }
}

@media screen and (min-width: 700px) and (max-width:999px) {
    table.profile{
        font-size:0.7em;
    }
}

@media screen  and (max-width:699px) {
    table.profile{
        font-size:0.5em;
    }
}



th#group{
    width:5%;
}

th#description{
    width:20%;
}

th#sample{
    width:10%;
}

th#base{
    width:10%;
}

th#index{
   width:55%;
}
/*PRINT*/
/*
 Basic print style
 --------------------------------------------------
Source: https://github.com/h5bp/html5-boilerplate/blob/master/css/main.css

*/

@media print {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .visible-xs {
    display: none !important;
  }
  .hidden-xs {
    display: block !important;
  }
  table.hidden-xs {
    display: table;
  }
  tr.hidden-xs {
    display: table-row !important;
  }
  th.hidden-xs,
  td.hidden-xs {
    display: table-cell !important;
  }
  .hidden-xs.hidden-print {
    display: none !important;
  }
  .hidden-sm {
    display: none !important;
  }
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}