/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 21/03/2022, 6:29:33 am
    Author     : info
*/

section, aside, figcaption{
    display:block;
}



h1, h2, h3, h4 {
    padding-left: 10px;
    font-family:  "Open Sans", tahoma,  arial, verdana;
}


body { 
    background-color:#ffffff;
/*/    background-image: url("https://strides.co.nz/images/middle_background.jpg");*/
 /*   background-repeat: repeat-x;*/
    
    font-family:  "Roboto", tahoma,  arial, verdana;
    font-size: 14px;
    border: 0px;
    padding: 0px;
}


header{

    background-color:#ffffff;
 
   opacity: 100%;

    color: #000000;
/*    width:100%;*/
    top: 0px;
/*    height: 80px; */
    
    /*- align:center;  */
    /*font-family:verdana;*/
 
   font-size: 0.75em;
 
   border-style:solid;

   
    padding-top: 0px;
    border-bottom: 0px;
    border-left: 0px;
     border-right: 0px;
     border-top: 0px;
/*    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius:24px;   */

}

.top{
    position: absolute;
    top: 0px;    
}

#display_image{
    width: 100%; 
    padding:0px;
    margin: 0px;
}

.page_heading{
    width: 72%;
    padding-top: 0px;
    padding-bottom: 15px;
}

.inset_image{
    position: absolute;
    left: 73%;
    top: 80px;
    width: 25%;
    z-index: 100;
}

.fade-in {
    animation: fadeIn ease 5s;
    -webkit-animation: fadeIn ease 5s;
    -moz-animation: fadeIn ease 5s;
    -o-animation: fadeIn ease 5s;
    -ms-animation: fadeIn ease 5s;
}
@keyframes fadeIn {
    0% {opacity:0;}
    25% {opacity:1;}
    75% {opacity:1;}
    100% {opacity:0;}
}

@-moz-keyframes fadeIn {
     0% {opacity:0;}
    25% {opacity:1;}
    75% {opacity:1;}
    100% {opacity:0;}
}

@-webkit-keyframes fadeIn {
     0% {opacity:0;}
    25% {opacity:1;}
    75% {opacity:1;}
    100% {opacity:0;}
}

@-o-keyframes fadeIn {
     0% {opacity:0;}
    25% {opacity:1;}
    75% {opacity:1;}
    100% {opacity:0;}
}

@-ms-keyframes fadeIn {
     0% {opacity:0;}
    25% {opacity:1;}
    75% {opacity:1;}
    100% {opacity:0;}
}

.slider{
    position:absolute;
    left: 0px;
    top: 80px;
    width: 100%;  
}



#banner_image{
    display: block;
    width: 100%;  
    visibility: visible;
}

#promo_image{
    width:100%;
    margin-left:auto;
    margin-right: auto;
    background-color: #ccccff;
}

#promo_image p {
    margin-top:0px;
    margin-bottom: 0x;
    margin-left:20px;
}

#home_burb{
    width:100%;
    margin-left: auto;
    margin-right: auto;
    text-align:center;
}

#home_burb h1{
    font-family:  "Century Gothic", tahoma,  arial, verdana;
    font-weight: normal;
    color: #849539;
    margin-left: 20px;
}

#home_burb h2{
    font-family:  "Century Gothic", tahoma,  arial, verdana;
    font-weight: normal;
    color: #849539;
    margin-left: 20px;
}

#home_burb p {
    font-family:  "Roboto", tahoma,  arial, verdana;
    font-size: 18px;
    color: #888888;    
}

#profiles{
  width: 100%;     
} 

.profile_image{
    position: relative;
    top: 18px;
    left: 0px;
}

.profile_left{
    float:left;
    width: 45%;
}

.profile_product_left{
    float:left;
    width: 55%;
}

.profile_product_right{
    float: right;
    padding-right: 18px;
    width: 35%;
}

.profile_left_content{
    float:left;
    width: 100%;
    margin-left: 20px;
    font-size: 16px;
    line-height: 1.4;
}

.profile_right{
    float: right;
    padding-right: 18px;
    width: 45%;
}

.profile_bullets{
    float: left;
    width: 54%;
}

.profile_image_right{
    float: right;
    margin-top: 18px;
    width: 40%;
}


#profile1_full{
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    float: left; 
    border: 0px;
    min-height: 298px;
    color: #888888;
    background-color: #ddeedd;
    padding-bottom: 10px;
}

#profile1_full b{
    color: #849539;
}

#profile1_full h2{
    font-family:  "Century Gothic", tahoma,  arial, verdana;
    font-weight: normal;
    margin-top: 24px;
    margin-left: 20px;
    margin-bottom: 12px;
    padding: 0px;
    font-size: 36px;
    color: #849539;
}

#profile1_full h3{
    font-family:  "Century Gothic", tahoma,  arial, verdana;
    font-weight: normal;
    padding: 0px;
    font-size: 24px;
    color: #849539;
}

#profile1_full h4{
    font-family:  "Century Gothic", tahoma,  arial, verdana;
    font-weight: normal;
    padding: 0px;
    font-size: 18px;
    color: #849539;
}

#profile1_full ul{
    list-style: none;
}
#profile1_full ul li::before{
    content: "\25AA";
    font-size: 240%;    
    color: #849539;
    display: inline-block;
    width: 1em;
    margin-left: -1em;    
/*    vertical-align:middle;*/
}
#profile1_full ul li{
    display: flex;
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.4;
    align-items: center;
}

.profile_button1{
    background-color: #abc43f;
    border: none;
    color: #ffffff;
    padding: 5px 50px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin-left: 10px;
    font-size: 16px;     
}

#profile2_full{
    width: 100%;
   /* margin-left: 2%;  */
    margin-top: 10px;
    margin-bottom: 10px;
    float: left; 
    border: 0px;
    min-height: 320px;
    color: #888888;
    background-color: #ddddff;
    padding-bottom: 10px;
}
#profile2_full b{
    color: #8750FB;
}
#profile2_full h2{
    font-family:  "Century Gothic", tahoma,  arial, verdana;
    font-weight: normal;
    margin-top: 24px;
    margin-left: 20px;
    margin-bottom: 12px;
    padding: 0px;
    font-size: 24px;
    color: #8750FB;
}

#profile2_full h3{
    font-family:  "Century Gothic", tahoma,  arial, verdana;
    font-weight: normal;
    padding: 0px;
    font-size: 24px;
    color: #8750FB;
}

#profile2_full h4{
    font-family:  "Century Gothic", tahoma,  arial, verdana;
    font-weight: normal;
/*    margin-top: 12px;
    margin-left: 20px;
    margin-bottom: 12px; */
    padding: 0px;
    font-size: 18px;
    color: #8750FB;
}

#profile2_full ul{
    list-style: none;
}
#profile2_full ul li::before{
    content: "\25AA";
    font-size: 240%;    
    color: #8750FB;
    display: inline-block;
    width: 1em;
    margin-left: -1em;    
/*    vertical-align:middle;*/
}
#profile2_full ul li{
    display: flex;
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.4;
    align-items: center;
}

.profile_button2{
    background-color: #7C81F7;
    border: none;
    color: #ffffff;
    padding: 5px 50px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin-left: 10px;
    font-size: 16px;     
}

#profile3_full{
    width: 100%;
   /* margin-left: 2%;  */
    margin-top: 10px;
    margin-bottom: 10px;
    float: left; 
    border: 0px;
    min-height: 320px;
    color: #888888;
    background-color:#ffffdd;
    padding-bottom: 10px;
}

#profile3_full b{
    color: #FC6503;
}

#profile3_full h2{
    font-family:  "Century Gothic", tahoma,  arial, verdana;
    font-weight: normal;
    margin-top: 24px;
    margin-left: 20px;
    margin-bottom: 12px;
    padding: 0px;
    font-size: 24px;
    color: #FC6503;
}

#profile3_full h3{
    font-family:  "Century Gothic", tahoma,  arial, verdana;
    font-weight: normal;
    padding: 0px;
    font-size: 24px;
    color: #FC6503;
}

#profile3_full h2{
    font-family:  "Century Gothic", tahoma,  arial, verdana;
    font-weight: normal;
/*    margin-top: 24px;
    margin-left: 20px;
    margin-bottom: 12px;
    padding: 0px; */
    font-size: 18px;
    color: #FC6503;
}

#profile3_full ul{
    list-style: none;
}
#profile3_full ul li::before{
    content: "\25AA";
    font-size: 240%;    
    color: #FC6503;
    display: inline-block;
    width: 1em;
    margin-left: -1em;    
/*    vertical-align:middle;*/
}
#profile3_full ul li{
    display: flex;
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.4;
    align-items: center;
}

.profile_button3{
    background-color: #FA9D01;
    border: none;
    color: #ffffff;
    padding: 5px 50px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin-left: 10px;
    font-size: 16px;     
}


#profile1{
    width: 31%;
    margin-left: 2%;    
    float: left; 
    border: 0px;
    background-color: #ffffff;
}

#profile1-top{
    top: 0px;
    left: 0px;
    height: 40px;
    display: block;
    color: #ffffff;
    background-color: #849539;
    padding-top: 20px;
    padding-bottom: 20px;
}

#profile1-sub{
    top: 32px;
    left: 0px;
    height: 16px;
    display: block;
    color: #ffffff;
    background-color: #abc43f;
    text-align: right;
}


#profile2{
    width: 31%;
    margin-left: 2%;
    
    float: left;
    background-color: #ffffff;
    border: 0px;
}

#profile2-top{
    top: 0px;
    left: 0px;
    height: 40px;
    display: block;
    color: #ffffff;
    background-color: #FC6503;
    padding-top: 20px;
    padding-bottom: 20px;
}

#profile2-sub{
    top: 32px;
    left: 0px;
    height: 16px;
    display: block;
    color: #ffffff;
    background-color: #FA9D01;
    text-align: right;
}

#profile3{
    width: 31%;
    margin-left: 2%;    
    float: left;
    background-color: #ffffff;
    border: 0px;
}

#profile3-top{
    top: 0px;
    left: 0px;
    height: 40px;
    display: block;
    color: #ffffff;
    background-color: #8750FB;
    padding-top: 20px;
    padding-bottom: 20px;
}

#profile3-sub{
    top: 32px;
    left: 0px;
    height: 16px;
    display: block;
    color: #ffffff;
    background-color: #7C81F7;
    text-align: right;
}

#profile4{
    width: 31%;
    margin-left: 2%;    
    float: left;
    background-color: #ffffff;
    border: 0px;
}

#profile4-top{
    top: 0px;
    left: 0px;
    height: 40px;
    display: block;
    color: #ffffff;
    background-color: #8750FB;
    padding-top: 20px;
    padding-bottom: 20px;
}

#profile4-sub{
    top: 32px;
    left: 0px;
    height: 16px;
    display: block;
    color: #ffffff;
    background-color: #7C81F7;
    text-align: right;
}

.profile_section{
    width: 100%;
    display: block;
    float: left;
    background-color: #ffffff;
    padding-top: 2px;
}



.profile_section_title{
    font-size: 16px;
    font-family: "Open Sans";  
    min-height: 32px;
    display: block;
}

.profile_section_content{
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
    color: #808080;
    font-family: "Roboto"; 
}

.profile_section_link{
    width: 70px;
    font-size: 12px;
    color: #ffffff;
    padding: 2px;
}

.profile_section a:hover{
    color: #dddddd;
    /*text-decoration: underline;*/
}

.profile_section_left{
    width:40%;
    float: left;
    padding: 15px;
}

.profile_section_right{
    width: 48%;
    float: right;
    padding: 5px;
}


#profiles dt{  
    padding-top: 10px;
    padding-left:10px;
    padding-right: 10px;
}

#app_profile_section_title{
    font-size: 20px;
    font-family: "Open Sans";    
    background-color: #9EC43F;
    top:0px;
    width: 100%;
    position: fixed;
}

div.container{
    background-color: #ffffff; 
    width:100%;
}

article{
    width: 100%;
}

#profile_videos{
    float: left;
    width: 100%;   
}

#profile_video_left{
    float: left;
    width: 45%;
    margin-left: 2%;
}

#profile_video_right{
    float: right;
    width: 45%;
    margin-left: 2%;        
}

.mini_vid_row{
    float: left;
    width: 100%;
}

.mini_vids{
   float: left;
   display: block;
   width: 320px;
   min-height: 500px;
   
}

.mini_vid{
    width: 95%;
    height: 200px;
    margin-left: 2.5%;
    margin-right: 2.5%;
}

.med_vid{
    width: 95%;
    height: 600px;
    margin-left: 2.5%;
    margin-right: 2.5%;
}

#footer{
/*    position: absolute;
    top: 2000px; */
    color: #aa0000;
    float: left;
    display: block;
    left: 0px;
    width: 100%;
    font-size: 0.75em;
    
    border-top-color: #ee0000;
    border-top-width: 2px;
    height: 28px;
}

#foot{
/*    position: absolute;
    top: 1820px;*/
    color: #800000;
    width: 100%;
    
    font-size: 1em;
}

#foot1{
    float: left;
    width: 32%;
}

#foot2{
    float: left;
    width: 32%;
}
#foot3{
    float: left;
    width: 32%;
}

.footDL_Grey{
    color: #505050;
}

.footDL_Grey dt a{
    color: #505050;
}

.footDL_Grey dt a:hover{
    color: #505050;
    text-decoration: underline;
}

.footDT_Red{
    color: #ee0000;
}

.foot_table{
    width: 100%;
    border: 0px;
    text-align: center;
}

/*
#mainStyle{    
   opacity: 100%;
   color: #000000; 
   background-color: #ffffff;
   
   
   top: 0px;
   margin-left: auto;
   margin-right: auto;  

   -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
   padding: 0px;
}
*/
#mainStyle_Course_Plans{    
   opacity: 100%;
   color: #000000; 
   background-color: #ffffff;
   width: 100%;
   height: 100%;
   top: 0px;
   margin-left: auto;
   margin-right: auto;  

   -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
   padding: 0px;
}
#mainStyle_Course_Plans_edit{    
   opacity: 100%;
   color: #000000; 
   background-color: #505050;
   width: 100%;
   height: 100%;
   top: 0px;
   margin-left: auto;
   margin-right: auto;  
/*   border:2px #eeeeee solid;*/
   -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
   padding: 0px;
}

#printmainStyle{    
   opacity: 100%;
   color: #000000; 
   width: 1000px;
   height: 100%;
   top: 0px;
    float:left;  
   border:2px #aa0000 solid;
   padding: 0px;
}

#fullBody{    
    width: 100%;
    padding: 0px;
    margin: 0px;
/*    background-color: #ffffff;  */
}

#full_middle{
    width: 100%;    
    float: left;
}

#full_background{
   background-image: url("https://strides.co.nz/images/middle_background.jpg"); 
   background-repeat: repeat-x;
   position: absolute;
   top: 600px;
   left: 0px;
   width: 100%; 
   height: 1800px;
}

#mainBody{ 
   position: relative;   
   display: block; 
   max-width: 960px;
   margin-left: auto;
   margin-right: auto;
   color: #000000;
   padding-top: 20px;
}

#mainBody_Course_Plans{ 
   width: 100%;
   color: #000000;
}

#logo{
    position: relative;
    top: 0px;
    width:20%; 
    max-width: 280px; 
    border:0px;
    background-color:#ffffff;
}

#left{
  float:left; 
  width: 60%;
  min-height: 680px;
  margin-bottom: 25px;
}

#leftMin{
  float:left; 
  width: 33%;
  min-height: 680px;
  margin-bottom: 25px;
}

#right{
   float: right; 
   width: 33%;
   min-height: 680px; 
   margin-bottom: 25px;
}

#rightMax{
   float: right; 
   width: 60%;
   min-height: 680px; 
   margin-bottom: 25px; 
}

#login{
    float:right;
    text-align: center;
    width:20%;
    min-height: 760px;
    font-size: 0.75em;
    background-color:#ffffff; 
}

#loginButtton{
    position: absolute;    
    width:60px;
    height: 40px;  
    top: 80px;
    left: 400px;
}

#logoutButtton{
    position: absolute;    
    width:120px;
    height: 60px;  
    top: 80px;
    left: 400px;
}


#left_image{
    float: left;
}
#centre_caption{
    position: relative;
    height: 100px;
    font-family: "Roboto";
    /*line-height: 100px;*/
    text-align: left;
} 
    
#tree{
    /*float:right;*/
    position: absolute;
    left: 1160px;
    text-align: left;
    width:158px;
    height: 100%;
    font-size: 0.75em;
    background-color:#ffffff; 
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-right: 2px;
}

.treeButton{
    padding: 0px;
    padding-top: 0px;
    padding-bottom: 0px;    
}

.courseTreeButton{
    background-color: #ea8600;
    border: none;
    color: #ffffff;
    padding: 6px; 
    text-align: center;
}

.loginButton{
    padding: 5px;
    padding-top: 5px;
    padding-bottom: 5px; 
}



#printleft{
  float:left; 
  width:760px;
  padding: 5px;
  background-color:#ffffff;	
}

#rightInfo{
    float:right;
    width:600px;
}


#centre{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}


#redLine{
    float:left;
    width:100%;
    height: 5px;
    background-color: #ee0000;
}



.menuStyle_CoursePlans{
    
    color:#ffffff;  
    width: 100%;
   /* height: 20px;*/
    display: table;
   /* background: url('menu.png'); */           
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    
    text-decoration:none;
    
    
}

#redBand{
    position: relative;
    top: 25px;
    left: 20px;
    width: 100%;
    height: 10px;
    background-color: #bb0000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}


a{
    color:#bb0000;
    text-decoration:none; 
    font-size:1em;
}

a:link {}
a:hover {color:#d06000; text-decoration:underline}
a:active {}
a:visited{}

#blog{
    color: #849539;  
    font-weight: bold; 
    font-size:1.1em; 
}


#blog a:hover{
    color:#606060;
    text-decoration: underline; 
}

.rightLinks{
   color:#a00000;
   text-decoration:none; 
   font-size: 1.5em;  
}

.rightimg{
    width: 190px;
    height: auto;
}

#demoVid{
    /*width="720" height="540"*/
    width:720px;
    height: 540px;
    
}

.download{
    color:#a00000;
    text-decoration:none; 
    font-size: 1.5em; 
    padding-top: 2em;
   /* padding-bottom: 1em;*/
}

#info{
   font-size: 1.0em;
   text-decoration:none;
   padding-left: 10px;
   padding-right: 10px;
}

.info_green{
    font-size: 1.0em;
    text-decoration:none;
    padding-left: 10px;
    padding-right: 10px;
    color: #849539;
}

#error{
   color: #ee0000;
   font-size: 1.2em;
   text-decoration:none;
   padding-left: 10px;
   padding-right: 10px;
}

#fine{
   font-size: 0.8em;
   text-decoration:none;
}

#menuStyle{
    float: right;
    color:#ffffff;  
    width: 100%;
/*    height: 20px; 
    display: table;
 /*   background: url('menu.png');          */ 
 
    
    text-decoration:none;
    
    
}

nav {
    top: 0px;
    float: right;
    padding-right: 10px;
    margin-top: auto;
    margin-bottom: auto;  
}

#navmenu {
    display: table-row;    
    width: 100%;
   
}

.submenu{
    z-index: 999;
}

#menu-icon {
    display: hidden;
    width: 32px;
    height: 32px;
    background: #4C8FEC url(images/down.png) center;
}

#navmenu ul{
    padding: 0;
}
#navmenu li{
    float: left;
    background: #ffffff;    
    display: table-cell;
 /*   border-left: #aa0000 2px solid;       */
   padding-left: 16px;     
}
#navmenu a{
    color: #abc43f;
    display: block;
    background: #ffffff;
    text-align:center;
    padding-top: 15px; 
 /*   padding-bottom: 15px;  */
    text-decoration: none;  
    width: 100%;
    height: 100%;
    font-size: 1.2em;
        
}


#navmenu a:hover{
    color: #849539;
    width: 100%;
    height: 100%;       
}

#navmenu li ul { 
    display:none;
    width:100%; 
    position:absolute;     
} 
#navmenu li:hover ul{ 
    display:inline-block;    
    width:8em;
    padding-left: 0px;
} 
#navmenu li ul li{ 
    clear:both; 
    float: left;
    list-style-position: outside;
    left: 0px;
    min-width: 180px;
    padding-left: 0px;
    text-align: center;
    border: 0px;    
} 

#navmenu li ul li a{
    padding-top: 10px;
    padding-bottom: 10px;
}    

.social_media_logo{
    padding-left: 5px; 
    padding-right: 0px; 
    padding-top:0px; 
    padding-bottom: 0px; 
    width: 46px; 
    margin-top: auto;
    margin-bottom: auto;
    margin-left:0px;
    margin-right: 0px;
}

/*Read more: http://mrbool.com/how-to-create-menu-with-submenu-using-css-html/26146#ixzz3qxEPRtpW*/

/*#navmenu a#navhi{
        font-weight: bold;
        color: #06C7F5;
}

#navDiv{
    padding-left: 20px;
    padding-top: 10px;
}
*/
#list{
    list-style-position:inside
}

#listVertical{
    list-style-image: url("http://www.strides.co.nz/images/vertical.png");
}
#listVerticalNumbered{
    list-style-image: url("http://www.strides.co.nz/images/vertical_numbered.png");
}
#listVerticalColoured{
    list-style-image: url("http://www.strides.co.nz/images/vertical_coloured.png");
}
#listMeasure{
    list-style-image: url("http://www.strides.co.nz/images/measure.png");
}
#listLogo{
    list-style-image: url("http://www.strides.co.nz/images/Strides-Logo-Black.png");
}
#listComingSoon{
    list-style-image: url("http://www.strides.co.nz/images/coming_soon_small.jpg");
    list-style-position: inside;
}

/*--- Forms    */
#subscriptionform{
    padding: 20px;
    width: 650px;
}

#subscriptionform label{
    float: left;
    padding-top: 10px;    
}

.editCourseButton{
    background-color: #FA9D01;
    border: none;
    color: #ffffff;
    padding: 10px 24px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin-left: 10px;
    font-size: 16px;     
}

.centerImage{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
    width: 150px;
}



.button {
  background-color: #849539; /* Green tinge */
  border: none;
  color: #ffffff;
  padding: 5px 50px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin-left: 10px;
  font-size: 16px;
}

.button_grey{
  background-color: #555555; /* Grey */
  border: none;
  color: #ffffff;
  padding: 5px 50px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin-left: 10px;
  font-size: 16px; 
}

.button_buy{
  background-color: #ee0000; /* Grey */
  border: none;
  color: #ffffff;
  padding: 5px 50px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin-left: 10px;
  font-size: 16px;   
}

.button_small {
  background-color: #849539; /* Green tinge */
  border: none;
  color: #ffffff;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  font-size: 14px;
}

.editform {
    width:186px;
    padding: 5px;
}

.product{
    display: block;  
    padding-bottom: 16px;
}

.product_top{
   float: left; 
   color: #ffffff; 
   width: 100%; 
   font-size: 24px;  
   font-weight: bold; 
   height: 30px; 
   padding-top: 10px; 
   padding-bottom: 10px; 
}

.product_sub{
    float: left; 
    color: #ffffff; 
    width: 100%; 
    text-align: left; 
    padding-top: 0px; 
    padding-bottom: 0px; 
    height: 16px
}

.producthead{
    vertical-align: top;
    width: auto;
    font-size: 2.0em;
    font-weight: bolder;
    padding-left: 0px;
    margin-top: 10px;
    margin-bottom: 0px;
    line-height: 100%;
    padding-left: 10px;
}

.product_slogan{
    margin-top: 0px;
    font-size: 1.5em;
    line-height: 100%;
}

.productinfo{
    padding-left: 10px;
    vertical-align: top;
    font-size: 1.0em;   
    z-index: 200;
}

.product_price_info{
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: top;
    line-height: 150%;
    font-size: 1.0em;  
    z-index: 200;
}

.feature_list{
    line-height: 180%;
    font-size: 1.0em;
    list-style-image: url("http://www.strides.co.nz/images/list-tick.png");
}

#product_profile{
    position: relative;
    width: 65%;
    float: left; 
}

#product_price{
    position: relative;
    width: 30%;
    float: right;
    padding-left: 10px;
    z-index: 0;
/*    height: 400px;  */
}

#product_copy{
    position: relative;
    float: left;
    width: 100%;
}

#product_image{
    position: relative;
    float: right;
    width: 100%;
    /*color: #ee0000;*/
    font-size: 0.75em;
}

#homepageinfo{
    vertical-align: top;
    font-size: 1.20em;
    padding-left: 10px;
    background-color:#ffffff;   
}

#masthead_image{
    width: 420px;
}

#dist_internal{
    display: flex;
    padding-top: 12px;
    padding-left: 36px;
    padding-right: 36px;
    padding-bottom: 12px;
    background-color: #d9dee0;
    
/*    min-height: 680px;  */
    
}

#distList{
    float: left;
    width:48%;
    padding-top: 24px;
    vertical-align:auto;
    font-size: 1.00em;    
}

#distList_right{
    float: right;
    width:48%;
    padding-top: 24px;
    vertical-align:auto;
    font-size: 1.00em; 
}

#distList_right ol{
    list-style-position: inside;
    margin-left: 0px;
    padding-left: 10px;
}

.dist_list_form_element{
    display: block;
    color: #849539;
    width: 12%;
    float: left;
    padding-right: 12px;
}

.dist_list_form_label{
    width: 100%;
    font-weight: bold;
    padding-bottom: 24px;
}

.dist_list_form_select{
    width: 100%;
}
#dist_table_box{
   background-color: #9bbd2b;
   width: 90%;
   padding: 24px;
}

.dist_table{
    width :95%;
    border-collapse: collapse;
}

.dist_table_head{
    font-weight: bold;
}

tr.dist_table_row td{
   /* border-bottom-width: 1px;
    border-bottom-color: #ccffcc;*/
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 0.5px solid #aaffaa;
}

td.first_col{
    text-align: right;
    width: 48px;
    padding-left:0px;
    padding-right: 54px;
}

#footNotes{
    float: left;
    vertical-align: top;
    font-size: 0.7em;
    width: 100%;
    padding-top: 16px;
}

.featuresforprod{
   float: left;
   background-color:#ffffff;   
   vertical-align: top; 
   font-size: 0.8em;  
}

.productimage{
    float: right;
    /*position: relative;
    left: 500px;*/    
    background-color:#ffffff;
    visibility: visible;
    padding: 2px;    
}

#exercises_full{
    display: flex;
    padding-top: 12px;
    padding-left: 36px;
    padding-right: 36px;
    padding-bottom: 12px;
    background-color: #d9dee0;
    
/*    min-height: 680px;  */
    
}

#exercise_details_left{
    float: left;
    width: 740px;
}

#exercise_viewer{
    width: 100%;   
}

#exercise_report{
    float: left;
    width: 320px;
    padding-top: 16px;
    font-size: 0.9em;
    padding-left: 0px;
    padding-right: 0px;
}

#app_exercise_report{
    float: left;
    width: 100%;    
}

#report_content{
   float: left;
   padding: 10px;
   width: 100%;
   background-color: #ddeedd;
   /* column-count: 2;  */
   color: #888888;
   font-size: 1.2em;
   margin-bottom: 50px;
}

#report_content ul{
    list-style: none;
}

#report_content ul li::before{
    content: "\25AA";  
    color: #849539;
    font-size: 240%;
    display: inline-block;
    width: 100%;
    margin-left: -1.2em;   
}

#report_content ul li{
    display: flex;
    width: 100%;
    margin-top: 10px;
    margin-left: 0px;
    padding: 0px;
    font-size: 14px;
    line-height: 1.4;
    
    align-items: center; 
    color: #888888;
}

#report_content h3{
    font-family:  "Century Gothic", tahoma,  arial, verdana;
    font-weight: normal;
    padding: 0px;
    font-size: 24px;
    color: #849539;
}

#report_content h4{
    font-family:  "Century Gothic", tahoma,  arial, verdana;
    font-weight: normal;
    padding: 0px;
    font-size: 18px;
    color: #849539;
}

.exerciseImage{
    position: relative;
    float: right;
    width: 100%;
    color: #ee0000;
    font-size: 0.75em;
    padding: 10px;    
}

.exerciseImage_left{
    position: relative;
    float: left;
    width: 33%;
    color: #ee0000;
    font-size: 0.75em;
    padding: 10px;
}



.course_pic{
    width: 500px;
}

.sidespace{
    margin-left: 20px;
    margin-right: 20px;
}

.smallsidespace{
    margin-left: 10px;
    margin-right: 10px;
}

.widesidespace{
    margin-left: 40px;
    margin-right: 40px;
}

.headingfont{
    font-family:  "century gothic",  tahoma,  arial, verdana;
    /*"monotype corsiva", "century gothic",*/
}

#loginFormDiv{
   position: absolute;
    background: #6b811d;   
    font-size: 1.1em;
    color: #ffffff;
    width:250px;
    left: 400px;
    top: 220px; 
    visibility: hidden;
    z-index: 200;
}

#logoutForm{
   position: absolute;
    background: #6b811d;  
    color: #ffffff;
    font-size: 1.1em;
    left: 400px;
    top: 220px; 
    visibility: hidden;
    z-index: 200;
}

#subscriptionFormDiv{
    position: absolute;
    background: #6b811d;  
    color: #ffffff;
    font-size: 1.1em;
    left: 200px;
    top: 220px; 
    visibility: hidden;
    z-index: 200;
}

#notifications{
    position: absolute;
    width: 320px;
    right: 32px;
    top: 64px;
    padding: 24px;
    float: right;
    max-height: 640px;
    color: #404040;
    background: #ffffff;
    overflow-x: hidden;
    overflow-y: auto;
    text-align: justify;
    visibility: hidden;
    z-index: 200;
}

.notification{
   display: block; 
   padding-top: 24px;
}

.read_notification{   
    font-weight: normal;
    color: #808080;
}

.unread_notification{
    font-weight: bold;
    color: #abc43f;
}

#contact_text{
    width: 100%;
    height: 150px;
}

.divFormFieldSet{
    background-color: #abc43f;
    border: 0px;
}

#footTopLine{    
/*    position: absolute;
    top: 1750px;
*/
    float: left;
    width:100%;  
   
    background-color: #abc43f;  
    height: 100px;
}

#footTopLine dt{
   padding-left: 10px;
   
   color: #ffffff;
} 

.dl1{
    font-size: 1.2em;
    font-weight: bold;
    padding:0px;
}
.dl2{
    font-size: 0.8em;
    padding:0px;
}

#footTopLine a{
    color: #ffffff; 
    text-decoration: underline;
}    

#footTopLine a:hover{
    color: #ffffff; 
    text-decoration: underline;
    font-weight: bolder;
}   


#stridesLiteDemoVid{
    position: absolute;
    background: #f8f8f8;   
    width: 500px;
    height: 325px;
    left: 520px;
    top: 380px; 
    visibility: visible;
}

#newshowAndCourse{
   position: absolute;
    background: #ffff00;
    color: #ea8600;
    font-size: 0.75em;
    width:200px;
    height: 250px;
    left: 300px;
    top: 200px; 
    visibility: hidden;
}

#newCourseSameShow{
   position: absolute;
    background: #ffff00;
    color: #ea8600;
    font-size: 1.0em;
    width:220px;
    height: 200px;
    left: 400px;
    top: 200px; 
    visibility: hidden;
}

#useCourse{
   position: absolute;
    background: #ffff00;
    color: #ea8600;
    font-size: 1.0em;
    width:320px;
    height: 200px;
    left: 400px;
    top: 200px; 
    visibility: hidden;
    
    /*
       position: absolute;
    background: #f8f8f8;
    font-size: 0.75em;
    width:200px;
    height: 250px;
    left: 100px;
    top: 200px; 
    visibility: hidden;
    */
}

#makePublic{
   position: absolute;
    background: #ffff00;
    color: #ea8600;
    font-size: 1.1em;
    width:300px;
    height: 100px;
    left: 400px;
    top: 200px; 
    visibility: hidden;
}

#deleteCourse{
    position: absolute;
    background: #ffff00;
    color: #ea8600;
    font-size: 1.1em;
    width:200px;
    height: 100px;
    left: 400px;
    top: 200px; 
    visibility: hidden;
}

#jumpProperties{
    position: absolute;
    background: #ffff00;
    color: #ea8600;
    font-size: 0.75em;
    width:200px;
    height: 300px;
    left: 100px;
    top: 500px; 
    visibility: hidden;
}

#embeddedCode{
    position: absolute;
    background: #ffff00;
    color: #ea8600;
    font-size: 1.2em;
    width:450px;
    height: 150px;
    left: 200px;
    top: 250px; 
    visibility: hidden;
}

#sfLineProperties{
    position: absolute;
    background: #ffffdd;
    color: #ea8600;
    font-size: 0.75em;
    width:270px;
    height: 100px;
    left: 100px;
    top: 500px; 
    visibility: hidden; 
}

#courseProperties{
    position: absolute;
    background: #ffffdd;
    color: #ea8600;
    font-size: 0.75em;
    width:340px;
    height: 380px;
    left: 750px;
    top: 240px; 
    visibility: hidden;
 
}

#roundProperties{
    position: absolute;
    background: #ffffdd;
    color: #ea8600;
    font-size: 0.75em;
    width:340px;
    height: 200px;
    left: 750px;
    top: 400px; 
    visibility: hidden;
 
}

#roundJumps{
    position: absolute;
    background: #ffffdd;
    color: #ea8600;
    font-size: 0.75em;
    width:340px;
    height: 100px;
    left: 750px;
    top: 400px; 
    visibility: hidden;
}

#addNewRound{
    position: absolute;
    background: #ffffdd;
    color: #ea8600;
    font-size: 1.2em;
    width:300px;
    height: 100px;
    left: 750px;
    top: 400px; 
    visibility: hidden;   
}

#messageLayer{
   position: absolute;
    background: #ffffdd;
    color: #ea8600;
    font-size: 1.2em;
    width:400px;
    height: 200px;
    left: 500px;
    top: 200px; 
    visibility: hidden;
}

#newlabeltext{
    position: relative;
    font-size: 1.2em;
    top: -80px;
    left: 80px;
    width: 600px;
    height: 0px;
}

.properties{   
    background-color: #ffffdd;
    position: absolute; 
    font-size: 1.1em;
    color: #ea8600;
    width:250px;  
    left: 400px;
    top: 220px; 
    visibility: hidden;
    z-index: 200;   
}

.properties label{
    padding-left: 4px;
    margin-top: 4px;
}

.properties select, input{
    margin-left: 4px;
    margin-top: 4px;
}



.propertiesHead{
    font-size: 1.5em;
    font-weight: bold;
    background: #ffffdd;
    color: #ea8600;
}

.darkGrey{
    background: #eeeeee;
}

.liteGrey{
    background: #f8f8f8;
}
.liteSilver{
    background: #fcfcfc;
}
.white{
    background: #ffffff;
}

.course_tree {
 text-align: left;   
}

.treeTitle{
   text-align: left;  
   font-size: 1em;
   font-weight: bold;
}

.treeContent{
   text-align: left;  
   font-size: 1em;
   font-weight: normal; 
   padding-left: 25px;
}
.treeContent_b{
   text-align: left;  
   font-size: 1em;
   font-weight: normal; 
   padding-left: 25px;
}

#toolTip{
   position: absolute;
   text-align: left;  
   font-size: 1em;
   font-weight: normal; 
   background-color: #ffff80;
   color: #000000;
   border-width: 1px;
   border-color: #000000;
   visibility: hidden;
}

#iframe{
    width:900px;
    height:600px; 
    border:0;
}

.h_privacy{
    font-family: arial;
    color: #666666;
}

#tncs ol{
    counter-reset: item;
}

#tncs li{
    display: block;
    
} 

#tncs ol li{
    color: #666666;
    font-weight: bold;
}

#tncs ol li ol li{
    color: #888888;
    font-weight: normal;
}

#tncs li:before{
    content: counters(item, ".")" ";
    counter-increment: item;
}
/*
.heading {
    color: #666666;
    font-weight: bold;
}

.tContent{
    color: #888888;
    font-weight: normal;
}*/