/* REP.com Demo */

html, body {
  padding: 0;
  margin: 0;
/*  moved to hologram global to allow stomping  
  background-color: #f0f0f0;
*/  
  height: 100%;
}

@font-face {
    font-family: 'Hancock';
    src: url('hancock.eot') format("eot");
    src: url('hancock.eot?#iefix') format('embedded-opentype'),
         url('hancock.woff') format('woff'),
         url('hancock.ttf') format('truetype'),
         url('hancock.svg#hancock') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('opensans_regular.eot') format("eot"),
         url('opensans_regular.eot') format('embedded-opentype'),
         url('opensans_regular.woff') format('woff'),
         url('opensans_regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/*  fonts for affiliate statements   */

.nameplate {
  color: #0000ff;
  font-family: Hancock, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 3.5vw;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 100%;
}


.text_blk1 {
  color: #101010;
  font-family: "Open Sans", Optima, Segoe, Segoe UI, Candara, Calibri, Arial, sans-serif;
  font-size: 10pt;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 140%;
  margin-top: 0px;
  margin-bottom: 5px;
}

.text_blk5 {
  color: #101010;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 18pt;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 160%;
  margin-top: 0px;
  margin-bottom: 5px;
}


/*  ========================================================================  */
/*  HEADER  */
/*  ========================================================================  */

.header {
  overflow: hidden;   
  background-color: #fff;  
  padding-top: 5px;
  padding-bottom: 5px;
  position:  sticky;
  top:  0;
/*    opacity: 0.9;  */
  z-index: 99;
  border-bottom: 1px solid #f0f0f0;
}

/*   HEADER - for wide screens    */

@media screen and (min-width: 1001px) {
  .header-logo {
    display: inline-block;
    position: relative;
    width: 6vw;
    text-align: right;
  }

  .header-middle {
    display: inline-block;
    position: relative;   
    text-align: left;
    vertical-align: top;
    width: 35vw;  
  }

  .header-right {
    display: inline-block;
    position: relative;  
    float: right;  
    text-align: right;
    vertical-align: middle;
    width: 56vw;  
  }

  .logo {
    width:  3vw;
  }
}

/*   HEADER - for narrow screens    */

@media screen and (max-width: 1000px) {
  .header-logo {
    display: inline-block;
    position: relative;
    width: 10vw;
    text-align: right;
    padding-left:  10px;
  }

  .header-middle {
    display: inline-block;
    position: relative;   
    text-align: left;
    vertical-align: top;
    width: 50vw;  
  }

  .header-right {
    display: inline-block;
    position: relative;  
    float: right;  
    text-align: right;
    vertical-align: middle;
    width: 35vw;  
  }

  .logo {
    width:  7.5vw;
  }
}

.hdr_title {
  color: #101010;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  letter-spacing: 1px;
  margin-top: 0px;
  margin-bottom: 5px;
}

.hdr_author {
  color: #101010;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  margin-top: 0px;
  margin-bottom: 5px;
}

#hamnav {
  width: 100%;
  background: #fff;  
  position: sticky;
  top: 0;
}

#hamitems { display: flex; }
#hamitems a {
  font-family: calibri, arial, sans-serif;
  flex-grow: 1;
  flex-basis: 0;
  padding: 10px;
  padding-left: 15px;
  padding-right:  15px;
  color: #0000ff;
  font-size: 16px;
  letter-spacing: 1px;
  text-decoration: none;
  text-align: center;
  line-height:20px;
}
#hamitems a:hover { 
  font-size: 16px;
  color:  #00d000;
}
#hamitems .nonlink {
  font-family: calibri, arial, sans-serif;
  flex-grow: 1;
  flex-basis: 0;
  padding: 10px;
  padding-left: 15px;
  padding-right:  15px;
  color: #000000;
  font-size: 16px;
  letter-spacing: 1px;
  text-decoration: none;
  text-align: center;
  line-height:20px;
}

/* (C) HIDE HAMBURGER */
#hamnav label, #hamburger { display: none; }

@media screen and (max-width: 992px){
  /* (A) BREAK INTO VERTICAL MENU */
  #hamitems a {
    box-sizing: border-box;
    display: block;
    width: 100%;
    border-top: 1px solid #333;
  }
  #hamitems .nonlink {
    box-sizing: border-box;
    display: block;
    width: 100%;
    border-top: 1px solid #333;
}


  /* (B) SHOW HAMBURGER ICON */
  #hamnav label {
    display: inline-block;
    color: #000080;
    background: #f8f8f8;
    font-style: normal;
    font-weight:  900;
    font-size: 60px;
    padding: 10px;
  }

  /* (C) TOGGLE SHOW/HIDE MENU */
  #hamitems { display: none; }
  #hamnav input:checked ~ #hamitems { display: block; }
}

/*  ========================================================================  */
/*  FOOTER  */
/*  ========================================================================  */

.footer {
  display: inline-block;
  position: relative;
  width: 100%;
  float:  center;
  vertical-align: top;    
  background-color: #fff;  
  padding-bottom: 40px;
  border-top: 1px dotted #e0e0e0;
}

/*   FOOTER - for wide screens    */

@media screen and (min-width: 601px) {
  .footer-tile {
    display: inline-block;
    position: relative;       
    text-align: left;
    vertical-align: top;
    padding-top:  50px;
    width: 20%;  
  }

/*  indent column header on wide screen only   */

  .footer-icon-box0 {
    display: inline-block;
    position: relative;   
    text-align: left;
    vertical-align: top;
    width: 60px;  
  }

  .footer-icon-box {
    display: inline-block;
    position: relative;   
    text-align: right;
    vertical-align: top;
    width: 60px;  
  }

  .footer-icon {
    height:  20px;
    margin-right: 10px;
  }
}

/*   FOOTER - for narrow screens    */

@media screen and (max-width: 600px) {
  .footer-tile {
    display: inline-block;
    position: relative;   
    text-align: left;
    vertical-align: top;    
    padding-top:  50px;
    width: 60%;  
  }

/*  dont indent column header on mobile   */

  .footer-icon-box0 {
    display: inline-block;
    position: relative;   
    text-align: left;
    vertical-align: top;
    width: 0;  
  }

  .footer-icon-box {
    display: inline-block;
    position: relative;   
    text-align: left;
    vertical-align: top;
    width: 60px;  
  }

  .footer-icon {
    height:  20px;
    text-align: left;
  }
}

.footer_text18 {
  color: #808080;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 3px;
  line-height: 160%;
}

.footer_text14 {
  color: #808080;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 200%;
}


a.footer_link:link, a.footer_link:active, a.footer_link:visited {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #68aac4;
  font-size: 14px;
  font-weight: 100;
  letter-spacing: 1px;
  line-height: 200%;
}

a.footer_link:hover {
  color: #2e6074; 
}

@media screen and (max-width: 600px) {
  .site_terms {
    display: inline-block;
    position: relative;       
    text-align: left;
    vertical-align: top;
    padding-top:  50px;
    width: 75vw;  
  }
}

@media screen and (min-width: 601px) {
  .site_terms {
    display: inline-block;
    position: relative;       
    text-align: left;
    vertical-align: top;
    padding-top:  50px;
    width: 40vw;  
  }
}

/*  ========================================================================  */
/*   CORE EMOTIONAL ISSUES SECTION - for narrow screens    */
/*  ========================================================================  */

@media screen and (max-width: 600px) {
  .core-emo-section {
    display: inline-block;
    position: relative;
    width: 90vw;
    float:  center;
    vertical-align: top;
    text-align: justify;    
  }

  .logo-25bt {
    width:  25vw;
    float: left;
    margin-right: 30px;
    margin-bottom: 20px;
  }

  .bt-test-buttons {
    width:  30vw;
  }
}

/*   CORE EMOTIONAL ISSUES SECTION - for wide screens    */

@media screen and (min-width: 601px) {
  .core-emo-section {
    display: inline-block;
    position: relative;
    width: 60vw;
    float:  center;
    vertical-align: top;
    text-align: center;    
  }

  .logo-25bt {
    width:  12vw;
    margin-bottom: 20px;
  }

  .bt-test-buttons {
    width:  10vw;
  }
}

/*  ========================================================================  */
/*  PROMO SECTION - for narrow screens                                        */
/*  ========================================================================  */

@media screen and (max-width: 600px) {
  .promo-section {
    display: inline-block;
    position: relative;
    width: 90vw;
    float:  center;
    vertical-align: top;
    text-align: justify;    
  }

  .promo-pic {
    width:  100%;
    float: left;
    margin-bottom: 30px;
  }
}

/*   HOME BOOK SECTION - for wide screens    */

@media screen and (min-width: 601px) {
  .promo-section {
    display: inline-block;
    position: relative;
    width: 75vw;
    float:  center;
    vertical-align: top;
    text-align: justify;    
  }

  .promo-pic {
    width:  20vw;
    float: left;
    margin-right: 30px;
    margin-bottom: 20px;
  }
}

/*  ========================================================================  */
/*   HOME BOOK SECTION - for narrow screens    */
/*  ========================================================================  */

@media screen and (max-width: 600px) {
  .book-section {
    display: inline-block;
    position: relative;
    width: 90vw;
    float:  center;
    vertical-align: top;
    text-align: justify;    
  }

  .book-cover {
    width:  20vw;
    float: left;
    margin-right: 30px;
    margin-bottom: 20px;
  }
}

/*   HOME BOOK SECTION - for wide screens    */

@media screen and (min-width: 601px) {
  .book-section {
    display: inline-block;
    position: relative;
    width: 75vw;
    float:  center;
    vertical-align: top;
    text-align: justify;    
  }

  .book-cover {
    width:  20vw;
    float: left;
    margin-right: 30px;
    margin-bottom: 20px;
  }
}

.book-testi-box {
    display: inline-block;
    position: relative;
    width: 100%;
    float:  center;
    vertical-align: top;
}

/*   TESTIMONIALS - BOOK PAGE - for narrow screens    */

@media screen and (max-width: 600px) {
  .book-testi-tile {
    display: inline-block;
    position: relative;
    width: 90%;
    float:  center;
    vertical-align: top;   
    padding:10px;
    border: 1px dashed silver; 
  	border-radius:25px;
	  -moz-border-radius:25px;
  	-webkit-border-radius:25px;            
  }
}

/*   TESTIMONIALS - BOOK PAGE - for wide screens    */

@media screen and (min-width: 601px) {
  .book-testi-tile {
    display: inline-block;
    position: relative;
    width: 25%;
    text-align: center;
    vertical-align: top;
    padding:25px;
  }
}

/*   BOOK CART FORM - for narrow screens    */

@media screen and (max-width: 600px) {
  .book-cart-form {
    display: inline-block;
    position: relative;
    width: 90vw;
    float:  center;
    vertical-align: top;
    text-align: justify;   
    border: 1px dashed silver; 
  	border-radius:25px;
	  -moz-border-radius:25px;
  	-webkit-border-radius:25px;            
  }

  .rep_cart_pic {
    height: 10vh;
  }
}

/*   BOOK CART FORM - for wide screens    */

@media screen and (min-width: 601px) {
  .book-cart-form {
    display: inline-block;
    position: relative;
    width: 40vw;
    float:  center;
    vertical-align: top;
    text-align: justify;
    border: 1px dashed silver;         
  	border-radius:25px;
	  -moz-border-radius:25px;
  	-webkit-border-radius:25px;            
  }
  
  .rep_cart_pic {
    height: 10vh;
  }
}

/*  ========================================================================  */
/*  OILS LOOKUP SECTION  */
/*  ========================================================================  */
/*   OILS LOOKUP SECTION - for narrow screens    */

@media screen and (max-width: 600px) {
  .ol-section {
    display: inline-block;
    position: relative;
    width: 90vw;
    float:  center;
    vertical-align: top;
    text-align: center;    
  }

  .olook_pic {
    width:  75vw;
    float: center;
    margin-bottom: 20px;
  }

  .ol-book-cover {
    width:  20vw;
    float: left;
    margin-right: 30px;
    margin-bottom: 20px;
  }

  .ol-form-promo {
    width:  20vw;
    float: left;
    margin-right: 30px;
    margin-bottom: 20px;
  }

}

/*   OILS LOOKUP SECTION - for wide screens    */

@media screen and (min-width: 601px) {
  .ol-section {
    display: inline-block;
    position: relative;
    width: 75vw;
    float:  center;
    vertical-align: top;
    text-align: center;    
  }

  .olook_pic {
    width:  30vw;
    float: center;
    margin-bottom: 20px;
  }

  .ol-book-cover {
    width:  20vw;
    float: left;
    margin-right: 30px;
    margin-bottom: 20px;
  }

  .ol-form-promo {
    width:  20vw;
    float: left;
    margin-right: 30px;
    margin-bottom: 20px;
  }

}

/*  ========================================================================  */
/*  BOOK PAGE  */
/*  ========================================================================  */
/*   FOREIGN EDITIONS SECTION    */

.foreign-section {
  display: inline-block;
  position: relative;
  width: 90vw;
  float:  center;
  vertical-align: top;
  text-align: center;    
}

/*   FOREIGN EDITIONS SECTION - for narrow screens    */

@media screen and (max-width: 600px) {
  .foreign-tile {
    display: inline-block;
    position: relative;
    width: 90vw;
    float:  center;
    vertical-align: top;
    text-align: center;    
  }

  .foreign_pic {
    width:  40vw;
    float: left;
    margin-right: 25px;
    margin-bottom: 20px;
  }
}

/*   FOREIGN EDITIONS SECTION - for wide screens    */

@media screen and (min-width: 601px) {
  .foreign-tile {
    display: inline-block;
    position: relative;
    width: 29vw;
    float:  center;
    vertical-align: top;
    text-align: center;    
  }

  .foreign_pic {
    width:  15vw;
    float: left;
    margin-right: 25px;
    margin-bottom: 20px;
  }
}

.languages-pic {
  width:  60vw;
  margin-bottom: 20px;
}

/*   ADDENDUM FORM - for narrow screens    */

@media screen and (max-width: 600px) {
  .addendum-form {
    display: inline-block;
    position: relative;
    width: 75vw;
    float:  left;
    vertical-align: top;
    text-align: justify;   
    border: 1px dashed silver; 
  	border-radius:25px;
	  -moz-border-radius:25px;
  	-webkit-border-radius:25px;            
  }
}

/*   ADDENDUM FORM - for wide screens    */

@media screen and (min-width: 601px) {
  .addendum-form {
    display: inline-block;
    position: relative;
    width: 50vw;
    float:  left;
    vertical-align: top;
    text-align: justify;
    border: 1px dashed silver;         
  	border-radius:25px;
	  -moz-border-radius:25px;
  	-webkit-border-radius:25px;            
  }
}

@media screen and (max-width: 600px) {
  .addendum_cover {
    width:  7.5vw;
    float: left;
    margin-right: 20px;
  }
}

@media screen and (min-width: 601px) {
  .addendum_cover {
    width:  3.5vw;
    float: left;
    margin-right: 20px;
  }
}

/*   DEMO VIDEOS SECTION    */

.demo-section {
  display: inline-block;
  position: relative;
  width: 90vw;
  float:  center;
  vertical-align: top;
  text-align: center;    
}

/*   DEMO VIDEOS - for narrow screens    */

@media screen and (max-width: 600px) {
  .demo-tile {
    display: inline-block;
    position: relative;
    width: 90vw;
    float:  center;
    vertical-align: top;
    text-align: center;    
  }

  .demo_video {
    width:  80vw;
    float: center;
  }
}

/*   DEMO VIDEOS SECTION - for wide screens    */

@media screen and (min-width: 601px) {
  .demo-tile {
    display: inline-block;
    position: relative;
    width: 40vw;
    float:  center;
    vertical-align: top;
    text-align: center;
    padding:  25px;    
  }

  .demo_video {
    width:  40vw;
    float: center;
  }
}

/*  ========================================================================  */
/*  VIDEO COURSES SECTION  */
/*  ========================================================================  */
/*   VIDEO COURSES SECTION - for narrow screens    */

@media screen and (max-width: 600px) {
  .courses-section {
    display: inline-block;
    position: relative;
    width: 90vw;
    float:  center;
    vertical-align: top;
    text-align: center;    
  }

  .courses-cart {
    display: inline-block;
    position: relative;
    width: 90vw;
    float:  center;
    vertical-align: top;
    text-align: left;    
  }

  .courses_pic {
    width:  75vw;
    float: center;
    margin-bottom: 20px;
  	border-radius:25px;
	  -moz-border-radius:25px;
  	-webkit-border-radius:25px;        
  }

  .courses_cert {
    width:  75vw;
    float: center;
    margin-bottom: 20px;
  }
}

/*   VIDEO COURSES SECTION - for wide screens    */

@media screen and (min-width: 601px) {
  .courses-section {
    display: inline-block;
    position: relative;
    width: 60vw;
    float:  center;
    vertical-align: top;
    text-align: center;    
  }

  .courses-cart {
    display: inline-block;
    position: relative;
    width: 50vw;
    float:  center;
    vertical-align: top;
    text-align: left;    
  }

  .courses_pic {
    width:  30vw;
    float: center;
    margin-bottom: 20px;
  	border-radius:25px;
	  -moz-border-radius:25px;
  	-webkit-border-radius:25px;    
  }

  .courses_cert {
    width:  25vw;
    float: center;
    margin-bottom: 20px;
  }
}

.course_desc {
  color: #101010;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 150%;
  margin-top: 0px;
  margin-bottom: 5px;
}

/*   VIDEO DASHBOARD COURSE HEADER SECTION - for narrow screens    */

@media screen and (max-width: 600px) {
  .course-header {
    display: inline-block;
    position: relative;
    width: 90vw;
    float:  center;
    vertical-align: top;
    text-align: center;    
    background-color: #ffffff;
    border:  1px dotted #808080;
    padding-top:20px;
  }

  .course_hdr_pic {
    width:  75vw;
    float: center;
    margin-bottom: 20px;
  	border-radius:25px;
	  -moz-border-radius:25px;
  	-webkit-border-radius:25px;    
  }
}

/*   VIDEO DASHBOARD COURSE HEADER SECTION - for wide screens    */

@media screen and (min-width: 601px) {
  .course-header {
    display: inline-block;
    position: relative;
    width: 60vw;
    float:  center;
    vertical-align: top;
    text-align: center;    
    background-color: #ffffff;
    border:  1px dotted #808080;
    padding:  30px;
  }

  .course_hdr_pic {
    width:  20vw;
    float: left;
    margin-bottom: 40px;
    margin-right:  40px;
  	border-radius:25px;
	  -moz-border-radius:25px;
  	-webkit-border-radius:25px;    
  }
}


/*   VIDEO DASHBOARD COURSE VIDEOS SECTION - for narrow screens    */

@media screen and (max-width: 600px) {
  .course-video {
    display: inline-block;
    position: relative;
    width: 90vw;
    float:  center;
    vertical-align: top;
    text-align: center;    
    background-color: #cae2ea;
    border:  1px dotted #808080;
    padding-top:20px;
  }

  .course_video_pic {
    width:  75vw;
    float: center;
    margin-bottom: 20px;
  	border-radius:25px;
	  -moz-border-radius:25px;
  	-webkit-border-radius:25px;    
  }
}

/*   VIDEO DASHBOARD COURSE VIDEOS SECTION - for wide screens    */

@media screen and (min-width: 601px) {
  .course-video {
    display: inline-block;
    position: relative;
    width: 60vw;
    float:  left;
    vertical-align: top;
    text-align: left;    
    background-color: #cae2ea;
    border:  1px dotted #808080;
    padding:  30px;
  }

  .course_video_pic {
    width:  20vw;
    float: left;
    margin-bottom: 20px;
    margin-right:  50px;
  	border-radius:25px;
	  -moz-border-radius:25px;
  	-webkit-border-radius:25px;    
  }
}

.course_video {
  width: 95%;
  height: auto;
}

/*  ========================================================================  */
/*  DISTRIBUTORS PAGE  */
/*  ========================================================================  */
/*   DISTRIBUTORS SECTION - for narrow screens    */

@media screen and (max-width: 600px) {
  .distributor-section {
    display: inline-block;
    position: relative;
    width: 90vw;
    float:  center;
    vertical-align: top;
    text-align: justify;    
  }
}

/*   DISTRIBUTORS SECTION - for wide screens    */

@media screen and (min-width: 601px) {
  .distributor-section {
    display: inline-block;
    position: relative;
    width: 75vw;
    float:  center;
    vertical-align: top;
    text-align: justify;    
  }
}

/*   WHOLESALE ORDER FORM - for narrow screens    */

@media screen and (max-width: 600px) {
  .wholesale-form {
    display: inline-block;
    position: relative;
    width: 90vw;
    float:  left;
    vertical-align: top;
    text-align: left;   
    border: 1px dashed silver; 
  	border-radius:25px;
	  -moz-border-radius:25px;
  	-webkit-border-radius:25px;            
  }
}

/*   WHOLESALE ORDER FORM - for wide screens    */

@media screen and (min-width: 601px) {
  .wholesale-form {
    display: inline-block;
    position: relative;
    width: 50vw;
    float:  center;
    vertical-align: top;
    text-align: left;
    border: 1px dashed silver;         
  	border-radius:25px;
	  -moz-border-radius:25px;
  	-webkit-border-radius:25px;            
  }
}

/*  ========================================================================  */
/*  itovi  */
/*  ========================================================================  */

@media screen and (max-width: 900px) {
  .itovi-section {
    display: inline-block;
    position: relative;
    width: 95vw;
    float:  center;
    vertical-align: top;
    text-align: center;    
  }
  
  .itovi-pic {
    width:  95%;
    float: center;
    margin-top:  25pt;    
    margin-bottom: 25pt;
  }
}

@media screen and (min-width: 901px) {
  .itovi-section {
    display: inline-block;
    position: relative;
    width: 60vw;
    float:  center;
    vertical-align: top;
    text-align: center;    
  }
  
  .itovi-pic {
    width:  95%;
    float: center;
    margin-top:  25pt;    
    margin-bottom: 25pt;
  }
}




/*  ========================================================================  */
/*  OILS LOOKUP  */
/*  ========================================================================  */
/*   OILS LOOKUP - for narrow screens    */

@media screen and (max-width: 600px) {
  .oilslookup-section {
    display: inline-block;
    position: relative;
    width: 95vw;
    float:  center;
    vertical-align: top;
    text-align: center;    
  }

  .oilslookup-instructions {
    display: inline-block;
    position: relative;
    width: 95vw;
    float:  center;
    vertical-align: top;    
  }

  .ol_book_hdr_pic {
    width:  25vw;
    float: left;
    margin-bottom: 40px;
    margin-right:  40px;
  }
}

/*   OILS LOOKUP - for wide screens    */

@media screen and (min-width: 601px) {
  .oilslookup-section {
    display: inline-block;
    position: relative;
    width: 60vw;
    float:  center;
    vertical-align: top;
    text-align: center;    
  }

  .oilslookup-instructions {
    display: inline-block;
    position: relative;
    width: 40vw;
    float:  center;
    vertical-align: top;    
  }

  .ol_book_hdr_pic {
    width:  15vw;
    float: left;
    margin-bottom: 40px;
    margin-right:  40px;
  }
}

/*   OILS LOOKUP FORM - for narrow screens    */

@media screen and (max-width: 600px) {
  .oilslookup-form {
    display: inline-block;
    position: relative;
    width: 90vw;
    float:  left;
    vertical-align: top;
    text-align: left;   
    border: 1px dashed silver; 
  	border-radius:25px;
	  -moz-border-radius:25px;
  	-webkit-border-radius:25px;            
  }
}

/*   OILS LOOKUP FORM - for wide screens    */

@media screen and (min-width: 601px) {
  .oilslookup-form {
    display: inline-block;
    position: relative;
    width: 50vw;
    float:  center;
    vertical-align: top;
    text-align: left;
    border: 1px dashed silver;         
  	border-radius:25px;
	  -moz-border-radius:25px;
  	-webkit-border-radius:25px;            
  }
}


/*   OILS LOOKUP REGISTRATION - for narrow screens    */

@media screen and (max-width: 600px) {
  .ol-register-section {
    display: inline-block;
    position: relative;
    width: 95vw;
    float:  center;
    vertical-align: top;
    text-align: center;    
  }

  .ol-register-pic {
    width:  95vw;
    float: left;
    margin-bottom: 40px;
    margin-right:  40px;
  }
}

/*   OILS LOOKUP REGISTRATION - for wide screens    */

@media screen and (min-width: 601px) {
  .ol-register-section {
    display: inline-block;
    position: relative;
    width: 60vw;
    float:  center;
    vertical-align: top;
    text-align: center;    
  }

  .ol-register-pic {
    width:  30vw;
    float: left;
    margin-bottom: 75px;
    margin-right:  40px;
  }
}

/*   OL REGISTER FORM - for narrow screens    */

@media screen and (max-width: 600px) {
  .ol-register-form {
    display: inline-block;
    position: relative;
    width: 90vw;
    vertical-align: top;
    text-align: left;   
    border: 2px dotted silver; 
  	border-radius:25px;
	  -moz-border-radius:25px;
  	-webkit-border-radius:25px;            
  }
}

/*   OL REGISTER FORM - for wide screens    */

@media screen and (min-width: 601px) {
  .ol-register-form {
    display: inline-block;
    position: relative;
    width: 35vw;
    float:  center;
    vertical-align: top;
    text-align: center;
    border: 2px dotted silver;         
  	border-radius:25px;
	  -moz-border-radius:25px;
  	-webkit-border-radius:25px;            
  }
}

/*  ========================================================================  */
/*  AUTHOR PAGE  */
/*  ========================================================================  */
/*   AUTHOR SECTION - for narrow screens    */

@media screen and (max-width: 600px) {
  .author-section {
    display: inline-block;
    position: relative;
    width: 90vw;
    float:  center;
    vertical-align: top;
    text-align: justify;    
  }

  .author-pic {
    width:  40vw;
    float: left;
    margin-right: 25px;
    margin-bottom: 20px;
  	border-radius:25px;
	  -moz-border-radius:25px;
  	-webkit-border-radius:25px;            
  }
}

/*   AUTHOR SECTION - for wide screens    */

@media screen and (min-width: 601px) {
  .author-section {
    display: inline-block;
    position: relative;
    width: 75vw;
    float:  center;
    vertical-align: top;
    text-align: justify;    
  }

  .author-pic {
    width:  25vw;
    float: left;
    margin-right: 25px;
    margin-bottom: 20px;
  	border-radius:25px;
	  -moz-border-radius:25px;
  	-webkit-border-radius:25px;            
  }
}

/*   CONTACT SECTION - for narrow screens    */

@media screen and (max-width: 600px) {
  .contact-section {
    display: inline-block;
    position: relative;
    width: 90vw;
    float:  left;
    vertical-align: top;
    text-align: justify;   
    border: 1px dashed silver; 
  	border-radius:25px;
	  -moz-border-radius:25px;
  	-webkit-border-radius:25px;            
  }
}

/*   CONTACT SECTION - for wide screens    */

@media screen and (min-width: 601px) {
  .contact-section {
    display: inline-block;
    position: relative;
    width: 50vw;
    float:  left;
    vertical-align: top;
    text-align: justify;
    border: 1px dashed silver;         
  	border-radius:25px;
	  -moz-border-radius:25px;
  	-webkit-border-radius:25px;            
  }
}

/*   INVOICE SECTION - for narrow screens    */

@media screen and (max-width: 900px) {
  .invoice-section {
    display: inline-block;
    position: relative;
    width: 95vw;
    float:  center;
    vertical-align: top;
    text-align: justify;   
    border: 1px dashed silver; 
  	border-radius:25px;
	  -moz-border-radius:25px;
  	-webkit-border-radius:25px;            
  }
}

/*   INVOICE SECTION - for wide screens    */

@media screen and (min-width: 901px) {
  .invoice-section {
    display: inline-block;
    position: relative;
    width: 50vw;
    float:  center;
    vertical-align: top;
    text-align: justify;
    border: 1px dashed silver;         
  	border-radius:25px;
	  -moz-border-radius:25px;
  	-webkit-border-radius:25px;            
  }
}

/*  ========================================================================  */
/*   COACHES SECTION - for narrow screens    */
/*  ========================================================================  */

@media screen and (max-width: 600px) {
  .coach-section {
    display: inline-block;
    position: relative;
    width: 90vw;
    float:  center;
    vertical-align: top;
    text-align: justify;    
  }
  
  .coach-heading {
    width:  90vw;
  }

  .coach-banner {
    width:  30vw;
  }

  .coach-tile {
    display: inline-block;
    position: relative;
    width: 85vw;
    text-align: left;
    float:  center;
    vertical-align: top;
    padding-top:  50px;
    padding-left: 2vw;
    padding-right: 2vw;    
  }

  .coach-pic {
    float: left;
    width:  25vw;
  	border-radius:20px;
	  -moz-border-radius:20px;
  	-webkit-border-radius:20px;                
    margin-right:40px;
    margin-bottom:50px;
  }
  .ema-pic {
    height:  2.5vh;
  }
}

/*   COACH SECTION - for wide screens    */

@media screen and (min-width: 601px) {
  .coach-section {
    display: inline-block;
    position: relative;
    width: 75vw;
    float:  center;
    vertical-align: top;
    text-align: justify;    
  }
  
  .coach-heading {
    width:  60vw;
  }

  .coach-banner {
    width:  20vw;
  }

  .coach-tile {
    display: inline-block;
    position: relative;
    width: 40vw;
    text-align: left;
    float:  center;
    vertical-align: top;
    padding-top:  50px;
    padding-left: 2vw;
    padding-right: 2vw;        
  }

  .coach-pic {
    float: left;
    width:  15vw;
  	border-radius:20px;
	  -moz-border-radius:20px;
  	-webkit-border-radius:20px;                    
    margin-right:40px;
    margin-bottom:50px;
  }
  .ema-pic {
    height:  2.5vh;
  }
}


/*  ========================================================================  */
/*   OILS NEWSLETTERS SECTION     */
/*  ========================================================================  */

/*   OILS NEWSLETTERS SECTION - for narrow screens    */

@media screen and (max-width: 600px) {
  .nl-oils-section {
    display: inline-block;
    position: relative;
    width: 95vw;
    float:  center;
    vertical-align: top;
    text-align: justify;    
  }

  .nl-oils-tile {
    display: inline-block;
    position: relative;   
    height: 40px;    
    text-align: center;
    vertical-align: middle;
    width: 45vw;  
    background-color: #edf5f8;
  }
}

/*   OILS NEWSLETTERS SECTION - for wide screens    */

@media screen and (min-width: 601px) {
  .nl-oils-section {
    display: inline-block;
    position: relative;
    width: 75vw;
    float:  center;
    vertical-align: top;
    text-align: justify;    
  }

  .nl-oils-tile {
    display: inline-block;
    position: relative;   
    height: 40px;    
    text-align: center;
    vertical-align: middle;
    width: 20%;  
    background-color: #edf5f8;
  }
}

/*  ========================================================================  */
/*  PROMO BANNER  */
/*  ========================================================================  */

.banner-section {
  display: inline-block;
  position: relative;
  width: 100%;
  float:  center;
  vertical-align: middle;
  text-align: center;    
}

/*   BANNER - for narrow screens    */

@media screen and (max-width: 600px) {
  .banner-pic-tile {
    display: inline-block;
    position: relative;
    width: 80vw;
    float:  center;
    vertical-align: middle;
    text-align: center;    
  }

  .banner-text-tile {
    display: inline-block;
    position: relative;
/*    width: 90vw;  */
    float:  center;
    vertical-align: top;
    text-align: center;    
  }

  .banner_pic1 {
    width:  80vw;
    vertical-align: middle;
    text-align: center;
  }

  .banner_pic2 {
    width:  0vw;
    vertical-align: middle;
  }

  .banner-close-tile {
    display: inline-block;
    position: relative;
    float:  right;
    vertical-align: top;
    text-align: right;    
  }
  
  .banner-close-pic {
    width: 5vw;
  }
}

/*   BANNER - for wide screens    */

@media screen and (min-width: 601px) {
  .banner-pic-tile {
    display: inline-block;
    position: relative;
    width: 15vw;
    float:  center;
    vertical-align: middle;
    text-align: center;    
  }

  .banner-text-tile {
    display: inline-block;
    position: relative;
/*    width: 40vw;  */
    float:  center;
    vertical-align: top;
    text-align: center;        
  }

  .banner_pic1 {
    height:  8vw;
    vertical-align: middle;
  }
  .banner_pic2 {
    height:  8vw;
    vertical-align: middle;
  }

  .banner-close-tile {
    display: inline-block;
    position: relative;
    float:  right;
    vertical-align: top;
    text-align: right;    
  }

  .banner-close-pic {
    width: 2vw;
  }
}

/*  ========================================================================  */
/*  GLOBAL STYLES  */
/*  ========================================================================  */

.bg_blue {
  background-color: #edf5f8;  
  padding-top: 25px;
  padding-bottom:  25px;
  text-align: center;
}

.bg_blue1 {
  background-color: #cae2ea;  
  padding-top: 25px;
  padding-bottom:  25px;
  text-align: center;
}

.bg_blue2 {
  background-color: #acd0de;  
  padding-top: 25px;
  padding-bottom:  25px;
  text-align: center;
}

.bg_yellow {
  background-color: #ffffe7;  
  padding-top: 25px;
  padding-bottom:  25px;
  text-align: center;
}

.bg_yellow_banner {
  background-color: #ffffc0;  
  padding-top: 10px;
  padding-bottom:  10px;
  text-align: center;
}

.page_heading {
  color: #606060;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 160%;
  margin-top: 0px;
  margin-bottom: 5px;
}

.page_subheading {
  color: #404040;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 160%;
  margin-top: 0px;
  margin-bottom: 5px;
}

.text14 {
  color: #101010;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 160%;
  margin-top: 0px;
  margin-bottom: 5px;
}

.text16 {
  color: #101010;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 160%;
  margin-top: 0px;
  margin-bottom: 5px;
}

.text18 {
  color: #101010;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 160%;
  margin-top: 0px;
  margin-bottom: 5px;
}

.text18blue {
  color: #0000d0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 160%;
  margin-top: 0px;
  margin-bottom: 5px;
}

.text20 {
  color: #101010;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 160%;
  margin-top: 0px;
  margin-bottom: 5px;
}

.text20red {
  color: #d00000;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 160%;
  margin-top: 0px;
  margin-bottom: 5px;
}

a.link_blue14:link, a.link_blue14:active, a.link_blue14:visited {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #0000c0;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
}

a.link_blue14:hover {
  color: #00c000; 
}

a.link_blue16:link, a.link_blue16:active, a.link_blue16:visited {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #0000c0;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
}

a.link_blue16:hover {
  color: #00c000; 
}

a.link_blue18:link, a.link_blue18:active, a.link_blue18:visited {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #0000c0;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1px;
}

a.link_blue18:hover {
  color: #00c000; 
}

a.link_blue20:link, a.link_blue20:active, a.link_blue20:visited {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #0000c0;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 1px;
}

a.link_blue20:hover {
  color: #00c000; 
}

a.link_blue24:link, a.link_blue24:active, a.link_blue24:visited {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #0000c0;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 1px;
}

a.link_blue24:hover {
  color: #00c000; 
}

/*  ========================================================================  */
/*  VIDEO STYLES  */
/*  ========================================================================  */

.youtube-embed-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.youtube-embed-wrapper::after {
  display: block;
  content: "";
  padding-top: 56.25%;    /*  change this to 75% for 4:3 aspect ratio  */
}

.youtube-embed-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*  ========================================================================  */
/*  FORM STYLES  */
/*  ========================================================================  */

.textbox {
  font:             18px calibri, sans-serif;
  letter-spacing:   1px;
  color:            #202020;
  background-color: #fff;
  padding:          1px;
  border-radius:              10px;
  -webkit-border-radius:      10px;
  -moz-border-radius:         10px;
}

.textbox_lemon {
  font:             18px calibri, sans-serif;
  letter-spacing:   1px;
  color:            #202020;
  background-color: #ffffc0;
  padding:          1px;
  border-radius:              10px;
  -webkit-border-radius:      10px;
  -moz-border-radius:         10px;
}

.font_error {
  font-family: Calibri, sans-serif;
  font-size: 24px;
  letter-spacing: 1px;  
  line-height:  175%;
  font-weight: 900;
  color:  #e00000;
}

.font_error_med {
  font-family: Calibri, sans-serif;
  font-size: 18px;
  letter-spacing: 1px;  
  line-height:  160%;
  font-weight: 700;
  color:  #e00000;
}


.font_success {
  font-family: Calibri, sans-serif;
  font-size: 24px;
  letter-spacing: 1px;
  line-height:  175%;
  font-weight: 900;
  color:  #00a000;
}

.font_success_med {
  font-family: Calibri, sans-serif;
  font-size: 18px;
  letter-spacing: 1px;
  line-height:  160%;
  font-weight: 700;
  color:  #00a000;
}

.checkbox-col {
  padding:20px;
  padding-top: 0;
  width: 5vw;
}

.checkbox_whiteblue_18 {
  font:             18px Arial, sans-serif;
  color:            #000000;
  background-color: #ffffff !important;
  padding:          2px;
  letter-spacing:   1px;
  border-radius:              7px;
  -webkit-border-radius:      7px;
  -moz-border-radius:         7px;
}

.form-label {
  color: #101010;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 150%;
  margin-top: 0px;
  margin-bottom: 5px;
  padding-left:20px;
}

.grn_button_med {
  background:linear-gradient(to bottom,#44c767 5%,#5cbf2a 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#44c767',endColorstr='#5cbf2a',GradientType=0);
	background-color:#44c767;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:20px;
	border:1px solid #18ab29;
	display:inline-block;
	cursor:pointer;
	color:#ffffff !important;
	font-family:Arial;
	font-size:20px;
	font-weight:bold;
	letter-spacing:3px;
	padding:8px 15px;
	text-decoration:none !important;
    margin-bottom: 10px;
}
.grn_button_med:hover {
	background:linear-gradient(to bottom,#5cbf2a 5%,#44c767 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5cbf2a',endColorstr='#44c767',GradientType=0);
	background-color:#5cbf2a;
}

.grn_button_lg {
  background:linear-gradient(to bottom,#44c767 5%,#5cbf2a 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#44c767',endColorstr='#5cbf2a',GradientType=0);
	background-color:#44c767;
	-moz-border-radius:25px;
	-webkit-border-radius:25px;
	border-radius:25px;
	border:1px solid #18ab29;
	display:inline-block;
	cursor:pointer;
	color:#ffffff !important;
	font-family:Arial;
	font-size:24px;
	font-weight:bold;
	letter-spacing:3px;
	padding:16px 31px;
	text-decoration:none !important;
    margin-bottom: 10px;
}
.grn_button_lg:hover {
	background:linear-gradient(to bottom,#5cbf2a 5%,#44c767 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5cbf2a',endColorstr='#44c767',GradientType=0);
	background-color:#5cbf2a;
}

.org_button_sm {
  background:linear-gradient(to bottom,#fcb000 5%,#fa8e00 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcb000',endColorstr='#fcb000',GradientType=0);
	background-color:#fcb000;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	border:1px solid #18ab29;
	display:inline-block;
	cursor:pointer;
	color:#000000 !important;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	letter-spacing:1px;
	padding:8px 15px;
	text-decoration:none !important;
  margin-bottom: 5px;
}
.org_button_sm:hover {
	background:linear-gradient(to bottom,#fcb000 5%,#fcb000 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcb000',endColorstr='#fcb000',GradientType=0);
	background-color:#fcb000;
}

.org_button_med {
  background:linear-gradient(to bottom,#fcb000 5%,#fa8e00 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcb000',endColorstr='#fcb000',GradientType=0);
	background-color:#fcb000;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:20px;
	border:1px solid #18ab29;
	display:inline-block;
	cursor:pointer;
	color:#000000 !important;
	font-family:Arial;
	font-size:20px;
	font-weight:bold;
	letter-spacing:3px;
	padding:8px 15px;
	text-decoration:none !important;
  margin-bottom: 10px;
}
.org_button_med:hover {
	background:linear-gradient(to bottom,#fcb000 5%,#fcb000 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcb000',endColorstr='#fcb000',GradientType=0);
	background-color:#fcb000;
}

.org_button_lg {
  background:linear-gradient(to bottom,#fcb000 5%,#fa8e00 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcb000',endColorstr='#fcb000',GradientType=0);
	background-color:#fcb000;
	-moz-border-radius:25px;
	-webkit-border-radius:25px;
	border-radius:25px;
	border:1px solid #18ab29;
	display:inline-block;
	cursor:pointer;
	color:#000000 !important;
	font-family:Arial;
	font-size:24px;
	font-weight:bold;
	letter-spacing:3px;
	padding:16px 31px;
	text-decoration:none !important;
  margin-bottom: 10px;
}
.org_button_lg:hover {
	background:linear-gradient(to bottom,#fcb000 5%,#fcb000 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcb000',endColorstr='#fcb000',GradientType=0);
	background-color:#fcb000;
}


/*  ------------------------------------------------------------------------- */
/*  STYLES FOR PACKING SLIP                                                   */
/*  ------------------------------------------------------------------------- */

.hancock_b40 {
  font-family:      'hancock', sans-serif;
  font-size:        40px;
  color:            #0000ff;
  text-decoration:  none;
}

.packslip_title {
  font-family:      'arial', sans-serif;
  font-size:        30px;
  letter-spacing:   3px;
  font-weight:      600;
  color:            #a0a0a0;
  text-decoration:  none;
}

/*  ------------------------------------------------------------------------- */
/*  STYLES FOR PRACTITIONERS PAGE                                             */
/*  ------------------------------------------------------------------------- */

.directory_box
{
  display: inline-block;
  position: relative;
  width: 90vw;
  float:  center;
  vertical-align: middle;
  text-align: center;    
}

.directory_link
{
  display: inline-block;
  position: relative;
  margin: 10px;
  text-align: center;
  float: center;
  vertical-align: top;
}





