@charset "UTF-8";

/* ==========================================================================
 Angular utility classes
 ========================================================================= */
[ng\:cloak],[ng-cloak],[data-ng-cloak],[x-ng-cloak],.ng-cloak,.x-ng-cloak,.ng-hide{display:none !important;}ng\:form{display:block;}.ng-animate-block-transitions{transition:0s all!important;-webkit-transition:0s all!important;}.ng-hide-add-active,.ng-hide-remove{display:block!important;}

body {
  position: relative;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  padding-top: 40px !important;
  background: #f5f5f5;
  line-height: 1.4;
  color: #222;
}

@media screen and (min-width: 960px) {
  body {
    padding-top: 80px !important;
  }
}

body.product {
    background: #ffffff none;
}

main {
  display: block;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-family: Mulish, Inter, system-ui, Helvetica, sans-serif;
  font-weight: 600;
  color: #006232;
}

h1 {
    font-size: 34px;
	line-height: 1.1em;
}

 h2 {
    font-size: 22px;
}

 h3 {
    font-size: 18px;
}

 h4 {
    font-size: 18px;
}

 h5 {
    font-size: 15px;
}

h6 {
    font-size: 14px;
}
/* */

h1,  h2,  h3 {
    margin-bottom: 20px;
}/* */


/* Set any P tag after an H1 to 30px margin */
h1+p     {
    margin-top: 30px;
} /* */
/*Set any P tag after the H2+P to 20px margin */
/*http://quirksmode.org/css/selectors/selector_sibling.html*/
h2+p, h3+p, h4+p, h5+p, h6+p {
    margin-top: 20px;
} /* */

h1~p, h2~p, h3~p, h4~p, h5~p, h6~p {
    margin-top: 18px;
}
/* */
/********************************************/
/* A better looking default horizontal rule */
/********************************************/

hr {
    display: block;
    height: 1px;
    margin: 1em 0;
    border: 0;
    padding: 0;
    clear: both;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk2OTY5NiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2M4YzhjOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5Njk2OTYiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left,  rgba(150,150,150,0) 0%, rgba(200,200,200,1) 50%, rgba(150,150,150,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(150,150,150,0)), color-stop(50%,rgba(200,200,200,0.75)), color-stop(100%,rgba(150,150,150,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(150,150,150,0) 0%,rgba(200,200,200,0.75) 50%,rgba(150,150,150,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(150,150,150,0) 0%,rgba(200,200,200,0.75) 50%,rgba(150,150,150,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(150,150,150,0) 0%,rgba(200,200,200,0.75) 50%,rgba(150,150,150,0) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(150,150,150,0) 0%,rgba(200,200,200,0.75) 50%,rgba(150,150,150,0) 100%); /* W3C */
}

hr.dotted {
    background: none;
    border: 2px #d9d9d9 dotted;
    border-style: none none dotted;
    margin: 0em 3em 1em 3em;
}

.hrs-solidgreyline hr,
hr.solidgreyline {
  background: #ddd;
}

/********************************************/
/* Vertical Separator / Rule                */
/********************************************/

.vertical-separator { 
	display: block;
	float: left;
	background: rgb(245,246,246); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(245,246,246,1) 0%, rgba(219,220,226,1) 21%, rgba(184,186,198,1) 49%, rgba(221,223,227,1) 80%, rgba(245,246,246,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(245,246,246,1)), color-stop(21%,rgba(219,220,226,1)), color-stop(49%,rgba(184,186,198,1)), color-stop(80%,rgba(221,223,227,1)), color-stop(100%,rgba(245,246,246,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(245,246,246,1) 0%,rgba(219,220,226,1) 21%,rgba(184,186,198,1) 49%,rgba(221,223,227,1) 80%,rgba(245,246,246,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(245,246,246,1) 0%,rgba(219,220,226,1) 21%,rgba(184,186,198,1) 49%,rgba(221,223,227,1) 80%,rgba(245,246,246,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(245,246,246,1) 0%,rgba(219,220,226,1) 21%,rgba(184,186,198,1) 49%,rgba(221,223,227,1) 80%,rgba(245,246,246,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(245,246,246,1) 0%,rgba(219,220,226,1) 21%,rgba(184,186,198,1) 49%,rgba(221,223,227,1) 80%,rgba(245,246,246,1) 100%); /* W3C */
	border: 0;
	width: 1px;
	min-height: 130px
}

.cq-body .vertical-separator {
	min-height: 100px;
}

/***********************************/
/********** <a> Tag ****************/
/***********************************/
a {
	color:#15803d;
  text-decoration: none;
}

/* a:hover,
a:active {
	color: #ff8000;
} */

a:hover,
a:active {
	text-decoration: underline;
}

a.text-inherit,
a.text-inherit:link,
a.text-inherit:visited {
	color:inherit;
    text-decoration: none;
}

a.quick-view,
a.quick-view:link,
a.quick-view:visited {
	color:#ffffff;
    text-decoration: none;
}

button.btn_inline-link {
	display: inline;
	background-color: transparent;
	border: none;
	padding: 0;
	color: #15803d;
	font-weight: 500;
	text-decoration: none;
	cursor: pointer;
	outline: none;
}

button.btn_inline-link:hover,
button.btn_inline-link:active {
	color: #F96630;
}

.richtext a, 
.richtext a:link, 
.richtext a:visited {
	font-size: inherit;
}

/* 
 Adding our own versions of modal.  Doing this because of known bugs with bootstrap modal and 
 Mac safari two finger scroll.  The bootstrap modal and modal body has a bug where two finger
 scroll in Mac does not function.
 
*/
   
.lf-modal {
  position: fixed;
  top: 150px;
  left: 50%;
  z-index: 1050;
  width: 560px;
  height: 320px;
  margin-left: -280px;
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  outline: none;
}

.lf-modal-body {
  height: 265px;  
  padding: 0 15px 15px 15px; 	
  overflow-y: auto;
  margin-top: 30px;
}
  
.close {
  float: right;
  background-image: url('../../../../../legacy-assets/img/close.png');
  display: block;
  position: absolute;
  top: 6px;
  right: 6px;
  text-indent: -999em;
  line-height: 20px;
  text-shadow: 0 1px 0 #ffffff;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  opacity: 0.8;
  height: 20px;
  width: 20px;
  cursor: pointer;
  z-index: 51;
}

.close:hover {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
}

#exposeMask {
	position: fixed !important;
}

/********************************************/
/* Line Height */
/********************************************/
.single-line-height {
	line-height: 10px;
}

.double-line-height {
	line-height: 20px;
}

/* ************************************************
****************** Fonts sizes ********************
************************************************ */
.fontsize48 {
	font-size:48px;
}

.fontsize44 {
	font-size:44px;
}

.fontsize40 {
	font-size:40px;
}

.fontsize36 {
	font-size:36px;
}

.fontsize33 {
	font-size:33px;
}

.fontsize32 {
	font-size:32px;
}

.fontsize28 {
	font-size:28px;
}

.fontsize24 {
	font-size:24px;
}

.fontsize23 {
	font-size:23px;
}

.fontsize22 {
	font-size:22px;
}

.fontsize20 {
	font-size:20px;
}

.fontsize19 {
	font-size:19px;
}

.fontsize18 {
	font-size:18px;
}

.fontsize18-6 {
	font-size:18.6px;
}

.fontsize17 {
	font-size:17px;
}

.fontsize16 {
	font-size:16px;
}

.fontsize15 {
	font-size:15px;
}

.fontsize14 {
	font-size:14px;
}

.fontsize13 {
	font-size:13px;
}

.fontsize12 {
	font-size:12px;
}

.fontsize11 {
	font-size:11px;
}

.fontsize10 {
	font-size:10px;
}
.fontsize9 {
	font-size:9px;
}

.x-small {
    font-size:8px;
}

 .small {
    font-size: 66.66666666666667%;
}

 .large {
    font-size: 150%;
}

.x-large {
    font-size:200%;
}

.bold {
  font-weight: 600;
}

/* ************************************************
****************** Modifiers **********************
************************************************ */

.grey {
    color:#707070;
}

.light-grey{
    color:#DDDDDD;
}

.orange {
    color:#FF8000;
}

.dark-green {
    color:#006232;
}

.tabs .nav-tabs > li.active > a.medium-green,
.tabs .nav-tabs > li > a.medium-green:hover,
.medium-green {
    color:#15803d;
}

.light-green {
    color:#99CC00;
}

.tabs .nav-tabs > li.active > a.white,
.tabs .nav-tabs > li > a.white:hover,
.white {
    color:#FFFFFF;
}

.black {
    color:#000000;
}

.blue {
	color:#00a1e1;
}

.tabs .nav-tabs > li.active > a.leapfrog-green,
.tabs .nav-tabs > li > a.leapfrog-green:hover,
.leapfrog-green {
	color:#77c201;
}

.purple {
	color:#7f4a9e;
}

.kid-safe-green {
	color:#009e4b;
}

.kid-tough-orange {
	color:#ff8b5f;
}

.tabs .nav-tabs > li.active > a.plum,
.tabs .nav-tabs > li > a.plum:hover,
.plum {
	color: #706dba;
}

 .underlined {
    text-decoration:underline;
}

.italic {
    font-style:italic;
}

b, strong, .strong {
  font-weight: 600 !important;
}

.strike {
	text-decoration: line-through;
}

.alert {
	color:#f00;
}

.sale .price,		/* Legacy sale pricing */
.discount,
.sale.price {
	color: #930;
}

.sale-price {
  color: #c00; /* color:#FF8000; Removed for visual consistency between ATG & CQ pages */
  font-weight: 600;
}

.old-price {
	text-decoration: line-through;
}

.selected {
	font-weight: 600;
}

/* LF About Us section selected menu underline */
.cq-body.body-bg-content-page ul li.selected:after {
    content: "";
    border: 2px solid #555555;
    border-radius: 6px;
    margin-top: 3px;
    /* width: 100%; */
    display: block;
}

/* LF About Us sections sub-menu navBar selected menu tool tip */
body[data-ga-l1="About leapfrog"] .subnav,
body[data-ga-l1="Careers"] .subnav,
body[data-ga-l1="Press room"] .subnav {
      margin-bottom: 20px;
}

body[data-ga-l1="Careers"] .sub-navigation .inline-links  a[href*="/careers/"]:after {
    /* position: absolute; */
    display: block;
    content: '';
    bottom: -12px;
    width: 34px;
    height: 14px;
    background: url(https://shared.leapfrog.com/v16-magento/legacy-assets/img/page-navigation-active.png) no-repeat scroll center center transparent;
    visibility: visible;
    z-index: 11;
   margin: auto;
}

body[data-ga-l1="About leapfrog"] .sub-navigation .inline-links  a[href*="/about-us/"]:after {
    /* position: absolute; */
    display: block;
    content: '';
    bottom: -12px;
    width: 34px;
    height: 14px;
    background: url(https://shared.leapfrog.com/v16-magento/legacy-assets/img/page-navigation-active.png) no-repeat scroll center center transparent;
    visibility: visible;
    z-index: 11;
   margin: auto;
}

body[data-ga-l2="Press releases"] .sub-navigation .inline-links  a[href*="/press-releases.html"]:after {
    /* position: absolute; */
    display: block;
    content: '';
    bottom: -12px;
    width: 34px;
    height: 14px;
    background: url(https://shared.leapfrog.com/v16-magento/legacy-assets/img/page-navigation-active.png) no-repeat scroll center center transparent;
    visibility: visible;
    z-index: 11;
   margin: auto;
}

body[data-ga-l2="Awards"] .sub-navigation .inline-links  a[href*="/awards.html"]:after {
    /* position: absolute; */
    display: block;
    content: '';
    bottom: -12px;
    width: 34px;
    height: 14px;
    background: url(https://shared.leapfrog.com/v16-magento/legacy-assets/img/page-navigation-active.png) no-repeat scroll center center transparent;
    visibility: visible;
    z-index: 11;
   margin: auto;
}

/***********************************/
/********** Display blocks, ********/
/***********************************/
.no-blk {
	display:none;
}

.inl {
	display:inline;
}

.blk {
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
}

.lt-ie9 .blk {
	border: 0px solid transparent !important;
}

.blk-o {
	overflow:auto;
}

.blk-l {
	float:left;
}

.blk-r {
	float:right;
}

.half {
	width:50%;
}

.clr {
	clear:both;
}

.clr-l {
	clear:left;
}

.clr-r {
	clear:right;
}

.clear {
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

.center {
    text-align: center;
}

.box-center {
    margin: 0 auto;
}

.left-text {
    text-align: left;
}

.right-text {
    text-align: right;
}


/***********************************/
/******* Text Aligment *************/
/***********************************/

.text-center {
	text-align:center!important;
}

.text-left {
	text-align:left!important;
}

.text-right {
	text-align:right!important;
}

.lowercase {
	text-transform: lowercase;
}

.capitalize {
	text-transform:capitalize;
}


/***********************************/
/********** Margins ****************/
/***********************************/

.auto-margin {
	margin:0 auto;
}

.margin-48t {
	margin-top:-48px;
}

.margin-8t {
	margin-top:-8px;
}

.margin-4t {
	margin-top:-4px;
}

.margin-2t {
	margin-top:-2px;
}

.margin0t {
	margin-top:0px;
}

.margin0b {
	margin-bottom:0px;
}


.margin2t {
	margin-top:2px;
}

.margin2r {
	margin-right:2px;
}

.margin2b {
	margin-bottom:2px;
}

.margin2l {
	margin-left:2px;
}

.margin4t {
	margin-top:4px;
}

.margin4r {
	margin-right:4px;
}

.margin4b {
	margin-bottom:4px;
}

.margin4l {
	margin-left:4px;
}

.margin8t {
	margin-top:8px;
}

.margin8r {
	margin-right:8px;
}

.margin8b {
	margin-bottom:8px;
}

.margin8l {
	margin-left:8px;
}

.margin10t {
	margin-top:10px;
}

.margin10r {
	margin-right:10px;
}

.margin10b {
	margin-bottom:10px;
}

.margin10l {
	margin-left:10px;
}

.margin12t {
	margin-top:12px;
}

.margin12r {
	margin-right:12px;
}

.margin12b {
	margin-bottom:12px;
}

.margin12l {
	margin-left:12px;
}

.margin16t {
	margin-top:16px;
}

.margin16r {
	margin-right:16px;
}

.margin16b {
	margin-bottom:16px;
}

.margin16l {
	margin-left:16px;
}

.margin20t {
	margin-top:20px;
}

.margin20r {
	margin-right:20px;
}

.margin20b {
	margin-bottom:20px;
}

.margin20l {
	margin-left:20px;
}
.margin24t {
	margin-top:24px;
}

.margin24r {
	margin-right:24px;
}

.margin24b {
	margin-bottom:24px;
}

.margin24l {
	margin-left:24px;
}

.margin30t {
	margin-top:30px;
}

.margin30r {
	margin-right:30px;
}

.margin30b {
	margin-bottom:30px;
}

.margin30l {
	margin-left:30px;
}
/***********************************/
/********** Padding ****************/
/***********************************/
.nav-tabs > li > .padding0t,
.padding0t{
	padding-top: 0;
}

.nav-tabs > li > .padding0b,
.padding0b {
	padding-bottom: 0;
}

.nav-tabs > li > .padding1t,
.padding1t{
	padding-top:1px;
}

.nav-tabs > li > .padding1b,
.padding1b {
	padding-bottom:1px;
}

.padding4t {
	padding-top:4px;
}

.padding4r {
	padding-right:4px;
}

.padding4b {
	padding-bottom:4px;
}

.padding4l {
	padding-left:4px;
}
.nav-tabs > li > .padding5t,
.padding5t {
	padding-top:5px;
}

.padding5r {
	padding-right:5px;
}

.nav-tabs > li > .padding5b,
.padding5b {
	padding-bottom:5px;
}

.padding5l {
	padding-left:5px;
}

.padding8t {
	padding-top:5px;
}

.padding8r {
	padding-right:8px;
}

.padding8b {
	padding-bottom:8px;
}

.padding8l {
	padding-left:8px;
}

.nav-tabs > li > .padding10t,
.padding10t {
	padding-top:10px;
}

.padding10r {
	padding-right:10px;
}

.nav-tabs > li > .padding10b,
.padding10b {
	padding-bottom:10px;
}

.padding10l {
	padding-left:10px;
}

.padding15t {
	padding-top:15px;
}

.padding15r {
	padding-right:15px;
}

.padding15b {
	padding-bottom:15px;
}

.padding15l {
	padding-left:15px;
}

.nav-tabs > li > .padding20t,
.padding20t {
	padding-top:20px;
}

.padding20r {
	padding-right:20px;
}

.nav-tabs > li > .padding20b,
.padding20b {
	padding-bottom:20px;
}

.padding20l {
	padding-left:20px;
}

.padding25t {
	padding-top:25px;
}

.padding25r {
	padding-right:25px;
}

.padding25b {
	padding-bottom:25px;
}

.padding25l {
	padding-left:25px;
}

.padding30t {
	padding-top:30px;
}

.padding30r {
	padding-right:30px;
}

.padding30b {
	padding-bottom:30px;
}

.padding30l {
	padding-left:30px;
}

.nav-tabs > li > .padding40t,
.padding40t {
	padding-top:40px;
}

.nav-tabs > li > .padding40b,
.padding40b {
	padding-bottom:40px;
}

.padding16t {
	padding-top:16px;
}

.padding16r {
	padding-right:16px;
}

.padding16b {
	padding-bottom:16px;
}

.padding16l {
	padding-left:16px;
}

.padding40all {
	padding: 40px;
}

.padding20all {
	padding: 20px;
}

.padding10all {
	padding: 10px;
}

.padding5all {
	padding: 5px;
}

.padding1all {
	padding: 1px;
}

/***********************************/
/********** Position ***************/
/***********************************/

.position-relative {
	position:relative;
}

.position-absolute {
	position:absolute;
}

.position-fixed {
	position:fixed;
}
/**********************************/
/********** Border ****************/
/**********************************/
.border-top {
	border-top:1px solid #E4E4E4;
}

.border-bottom {
	border-bottom:1px solid #E4E4E4;
}

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

.border-right {
	border-right:1px solid #E4E4E4;
}

.border {
	border:1px solid #E4E4E4;
}

/***********************************/
/********** Background *************/
/***********************************/

.white-bkg {
    background-color: #FFF;
}

.light-grey-bkg {
	background-color: #ebebeb;
}

.grey-bkg {
    background-color: #666666;
}

.medium-green-bkg {
	background-color: #690;
}

.leapfrog-green-bkg {
	background-color: #77c201;
}

.plum-bkg {
	background-color: #706dba;
}

.light-blue-bkg {
	background-color: #45c1e3;
}

/***********************************/
/********** Image border ***********/
/***********************************/
 
.img-raised {
  padding: 5px;
  margin: 4px 0px 8px 0px;
  background-color: #fff;
  border-top: 1px solid #e8e7e7;
  border-right: 1px solid #d4d3d3;
  border-bottom: 1px solid #cbcaca;
  border-left: 1px solid #e6e5e5;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  position: relative; /* IE8 PIE fix */
  z-index: 2;
}

/***********************************/
/**** vertical list, rule below ****/
/***********************************/

.list-hr {
	list-style-type: none;
	padding-left: 30px;
	margin-top: 0px;
}

.list-hr > li {
	padding-top: 13px;
	padding-bottom: 13px;
	border-bottom: 1px #e5e5e5 solid;
}

.list-hr > li:last-child {
	border-bottom: none;
}

.list-hr > li > a {
	text-decoration: none;
}


/***********************************/
/******* Alternating rows **********/
/***********************************/

.alt-bg-odd li,
.alt-bg-even li {
	padding: 1em .75em;
}
 
.alt-bg-odd,
.alt-bg-even,
.alt-bg-odd > li:nth-child(2n),
.alt-bg-even > li:nth-child(2n+1) {
    background-color: #fff;		/*default*/
}

.alt-bg-odd > li:nth-child(2n+1) {
    background-color: #f6fbf4;	/* every odd li */
}

.alt-bg-even > li:nth-child(2n) {
    background-color: #f6fbf4;	/* every even li */
}



/***********************************/
/********** FROM main.css **********/
/***********************************/

/***********************************/
/******** bootstrap basics *********/
/***********************************/

.container {
	margin: 0 auto;
	width: 960px;
}

.row,
.container {
    clear: both;
    /* margin-bottom: 4px; */
}

.row {
    width: 100%;
}

.row:before,
.row:after {
    content: "";
    display: table;
    line-height: 0;
}

.row:after {
    clear: both;
}

.row [class*="span"] {
    display: block;
    float: left;
    margin-left: 2.12766%;
    width: 100%;
}

.row [class*="span"]:first-child {
    margin-left: 0;
}

.row [class*="span"] > p {
    margin: 0;
}

.row .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.12766%;
}

.hide[class*="span"],
.row .hide[class*="span"],
a.hide {
    display: none;
}

.row .span12 {
    width: 100%;
}

.row .span11 {
    width: 91.4894%;
}

.row .span10 {
    width: 82.9787%;
}

.row .span9 {
    width: 74.4681%;
}

.row .span8 {
    width: 65.9574%;
}

.row .span7 {
    width: 57.4468%;
}

.row .span6 {
    width: 48.9362%;
}

.row .span5 {
    width: 40.4255%;
}

.row .span4 {
    width: 31.9149%;
}

.row .span3 {
    width: 23.4043%;
}

.row .span2 {
    width: 14.8936%;
}

.row .span1 {
    width: 6.38298%;
}

/***********************************/
/************* Buttons *************/
/***********************************/

.btn.btn-block {
  display: block;
  cursor: pointer;
}

.btn {
  position: relative;
  display: inline-block;
  padding: 6px 12px;
  transition: background-color 100ms ease-out, border-color 100ms ease-out;
  font-family: inherit;
  font-weight: normal; 
  text-decoration: none;
  text-align: center;
  line-height: normal;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  background-color: #fff;
  background-image: -moz-linear-gradient(top, #fff 0%, #f2f2f2 100%);
  background-image: -o-linear-gradient(top, #fff 0%, #f2f2f2 100%);
  background-image: -webkit-linear-gradient(top, #fff 0%, #f2f2f2 100%);
  background-image: linear-gradient(to bottom, #fff 0%, #f2f2f2 100%);
  -webkit-user-select: none;
  user-select: none;
}

.btn * {
  pointer-events: none;
}

.btn-small {
    font-size: 13px;
    height: 20px;
    line-height: 21px;
    padding: 2px 14px;
}

.btn-raised {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
     -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);	
}

.btn.disabled {
    color: #666666;
    font-style: italic;
}

a.btn.btn-yellow,
a.btn-yellow,
.btn-yellow {
  background-image: none;
  background: #fecc00;
  border: 1px solid #fecc00;
  color: #222;
  font-size: 16px;
  text-decoration: none;
  box-shadow: none;
}

a.btn-yellow:not([disabled]):hover,
.btn-yellow:not([disabled]):hover, 
a.btn-yellow:not([disabled]):active,
.btn-yellow:not([disabled]):active {
  background-image: none;
  background: #febc35;
  border-color: #febc35;
  border: 1px solid #febc35;
  text-decoration: none;
  color: #222;
}

/* ensure we use Muli on buttons that are actually a tags */
a.btn{
	font-weight: 500;
}

.btn.btn-bold-700 {
  font-weight: 700;
}

/***********************************/
/*********** Breadcrumbs ***********/
/***********************************/
#breadcrumbs li,
#breadcrumbs a,
#breadcrumbs li a {
  font-size: 12px;
  font-weight: normal;
}

#breadcrumbs a,
#breadcrumbs li a {
	color: #15803d;
}

#breadcrumbs li a:hover {
  text-decoration: underline;
}

#breadcrumbs .inline-links li {
    margin-right: 1em;
}

#breadcrumbs .inline-links span,
#breadcrumbs li.lastRecord {
	color: #666;
}

#breadcrumbs .inline-links li span:after {
    position: relative;
    top: 1px;
    right: -5px;
    content: "\203a";
    content: "\203a" / "";
    font-size: 18px;
    color: #999;
}

#breadcrumbs .inline-links li:last-child  span:after {
    content: "\00a0";
}

.breadcrumb {
	margin: 0;
	padding: 0;	
}

.breadcrumb-row {
    margin-top: 10px;
    margin-bottom: 10px;
}

/* TODO: Refactor resource-nav & support-products link 
		 lists due to naming convention collision with
         the JS, which uses "inline-links" class to control 
         how navigation/sub navigation behaves onClick 
         
         These are moving below "List Inline" & Subnav
         styles, since they are modifications */

/***********************************/
/*********** List Inline ***********/
/***********************************/

.inline-links,
.list-inline {
	display: inline-block;
	list-style-type: none;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}

.inline-links li,
.list-inline li {
    float: left;
    margin: 5px 5px 5px 0;
    position: relative;
}

.inline-links li:last-child,
.list-inline li:last-child {
    margin-right: 0;
}

.inline-links li a {
    color: inherit;
    font-weight: 600;
    text-decoration: none;
}

.list-inline li a span,
.list-inline li a img {
	vertical-align: middle;
}

.inline-links.pipe li {
	margin-right: 2em;
}

.inline-links.pipe li a {
}

.inline-links.pipe li a:after {
    content: "|";
    display: inline;
    position: relative;
    right: -1em;
}

.inline-links.pipe li:last-child a:after {
    content: "";
}

/***********************************/
/*********** Subnav bar ************/
/***********************************/

.sub-navigation {
	color: #ffffff;
	height: 42px;
	min-width: 960px;
	top: 0px;
	z-index: 500;
	-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
	   -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
	     -o-box-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
	        box-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
	background: #79b300; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzc5YjMwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2Njk5MDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #79b300 0%, #669900 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#79b300), color-stop(100%,#669900)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #79b300 0%,#669900 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #79b300 0%,#669900 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #79b300 0%,#669900 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #79b300 0%,#669900 100%); /* W3C */
}

.sub-navigation .inline-links {
    margin: .5em 0 .5em 95px;
    padding: 0;
}

/***********************************/
/********** Resource Bar ***********/
/***********************************/
.resource-bar {
	width: 100%; 
	background-color: transparent;
}

#Details .detailsRequirements .resource-bar {
	/* position: absolute;
	bottom: -35px; */
	top: -4px;
    width: auto;
}

.resource-btn {
	float: right;
	margin: 0 0 10px 0;
}
.resource-nav {
    display: flex;
	width: 100%;
}
.resource-bar .resource-nav .title {
    display: flex;
    flex: 0;
}
.resource-bar .resource-bar .resource-nav h3 {
	color: #006232;
	float: left;
	font-weight: 500;
	margin: 5px 15px 5px 0;
	padding-left:20px;
}

.resource-nav-inline-links,
.support-inline-links {
	list-style-type: none;
	padding: 0;
	vertical-align: middle;
	
}
.resource-bar .resource-nav ul {
	float: right; 
	margin: 0;
}

#Details .resource-bar .resource-nav .resource-nav-inline-links {
    display: flex;
    justify-content: flex-end;
}

#Details .resource-bar .resource-nav  .resource-nav-inline-links a {
    border-left: 1px solid #e1e1e1;
    padding: 0 10px;
    margin: 8px 0 0;
}

.resource-nav-inline-links li,
#Details .resource-bar .resource-nav .resource-nav-inline-links li {
	display: block;
	float: left;
	border-right: none;
	border-left: 1px solid #E1E1E1;
	padding: 0 10px;
	margin: 8px 0 0;
}

.resource-nav ul li a {
	text-decoration: none;
	font-weight: 600;
	color: #690;
}


/***********************************/
/******** Banner Component *********/
/***********************************/

/* base */

.banner-wrap {
	position:relative;
}


.banner-image {
	position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 auto;
}

/* Media query - Hide Horizontal scrollbar when the 
*                viewport exceeds 960px wide.
*
*                Added to address unnecessary scrollbar
*                when associating images wider than 960px 
*				 from within the banner component 
*/

/* TTPro-12159 and others: Hide horizontal scollbar on modal windows */

@media all and (min-width: 960px) {
   body,
   body .modal {
     overflow-x: hidden;
   }
}

@media screen and (max-width: 960px) {
	body.product,
	.atg-wrapper,
	.atg-wrapper #TwoColumnContainerCommon,
	#brand_page,
	.v3.banner, 
	.v3.section.banner {
    width: 960px;
    overflow-x: hidden;
  }
}

@media screen and (min-width: 1024px) and (orientation: landscape) {
	.atg-wrapper,
	.atg-wrapper #TwoColumnContainerCommon {
		margin-left: auto;
		margin-right: auto;
	}
	div#header,
	#cqFooter,
	.main-footer #footer {
		width: 100%;
	}
}

/***********************************/
/************** Boxes **************/
/***********************************/

.box-white {
    background-color: #FFF;
}

.box-white .text {
    padding-left: 10px;
    padding-right: 10px;
}

.box-white .richtext {
    padding-left: 10px;
    padding-right: 10px;
}

.box-gray {
    background-color: #DCDCDC;
}

.box-gray .text {
    background: transparent;
    padding-left: 10px;
    padding-right: 10px;
}

.box-gray .richtext {
    background: transparent;
    padding-left: 10px;
    padding-right: 10px;
}

.box-border {
    border: 1px solid #D4D4D4;	
}

.box-border .text {
    padding-left: 10px;
    padding-right: 10px;
}

.box-border .richtext {
    padding-left: 10px;
    padding-right: 10px;
}

.raised {
	margin-bottom: 20px;
	padding: 18px;
	border-color: #E5E5E5 #D4D4D4 #D4D4D4 #E5E5E5;
	border-style: solid;
	border-width: 1px;
	background-color: #FFFFFF;
  padding: 15px;
}

.modal {
	max-height: 80%;
	overflow-x: hidden;
	overflow-y: auto;
}

.attention {
    padding: 5px;/* 1% */
	border: 4px solid #fff;
	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
	        border-radius: 6px;   
	-webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
	   -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
	     -o-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
	        box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
	background: #ffffff; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYmViZWIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ffffff 0%, #ebebeb 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ebebeb)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#ebebeb 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#ebebeb 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#ebebeb 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#ebebeb 100%); /* W3C */
    z-index: 2;
    max-width: 980px;
}

.attention .text {
	background: transparent;
}

.attention .richtext {
	background: transparent;
}
body.home .columncontrol.section {
	margin-bottom: 0;
}

#footer .gradient {
  min-height: 400px !important;  
}

#cqFooter {
  color: #707070;
}

#footer img[src*="footer-logo"] {
  height: 87px;
}

/* New CSS-only Flexbox Styles for Column Controls */
/* Removed in v.7628 */

/***********************************/
/******** Body backgrounds *********/
/***********************************/

.body-bg-white {
    min-height: 100%;
    background: #ffffff none; 
}

.body-bg-grey {
    min-height: 100%;
    background: #ebebeb none;
}

.body-bg-gradient {
    min-height: 100%;
    /* background: #ebebeb url("https://t7.leapfrog.com/images/png-alpha_no_resize/grey-tile.png") repeat-x scroll center top; */
    background: #f8f8f8;
}

.body-bg-medium-green {
	min-height: 100%;
	background: #6bbb00 none;
}

.body-bg-content-page {
    background: none repeat scroll 0 0 #f5f5f5;
}

.body-bg-white-flourish {
	background:
		url(https://t7.leapfrog.com/images/cq-png-alpha-no-resize/bg_image_fr.png) bottom center no-repeat,
		#ffffff;
}


/*************************************/
/*********** Column Control **********/
/*************************************/
div.par, div.rightpar {
    clear: both;
}

div.parsys .column_par_1,
div.parsys .column_par_2,
div.parsys .column_par_3,
div.parsys .column_par_4,
div.parsys .column_par_5 {
    float: left;
    border: 0;
    vertical-align:top;
    padding: 0;
    margin: 0;
    width: 99%; 
}

div.section {
    zoom: 1;
    padding: 0;
}

div.parsys .column_par_1 .section,
div.parsys .column_par_2 .section,
div.parsys .column_par_3 .section,
div.parsys .column_par_4 .section,
div.parsys .column_par_5 .section {
   /*  overflow:hidden; */
    width: 100%;
}


/***********************************/
/************** Input **************/
/***********************************/

input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
    appearance: none;
    -webkit-appearance: none;
    padding: 6px;
    color: #222;
    border-radius: 4px;
  	border: 1px solid #8c8c8c;
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
  	z-index: 1;
}

/* Placeholder color */
input.placeholder, 
textarea.placeholder {
	color: #757575;
}

input.placeholdersjs, 
textarea.placeholdersjs {
	color: #757575 !important;
}

input::-webkit-input-placeholder, 
textarea::-webkit-input-placeholder {
	color: #757575;
}
input:-moz-placeholder, 
textarea:-moz-placeholder { /* FF 18- */
	color: #757575;
}
input::-moz-placeholder, 
textarea::-moz-placeholder {  /* FF 19+ */
	color: #757575;
}
input:-ms-input-placeholder, 
textarea:-ms-input-placeholder {
	color: #757575 !important;
}

/***********************************/
/************** Icons **************/
/***********************************/

[class^="icon-"],
[class*=" icon-"] {
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
    height: 14px;
    line-height: 14px;
    margin-left: 3px;
    margin-top: 1px;
    vertical-align: text-top;
    width: 14px;
}

.icon-active {
    background: url("../../../../../legacy-assets/img/active-arrow.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 10px;
    width: 23px;
}

.icon-twitter {
    background: url("../../../../../legacy-assets/img/twitter.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 24px;
    width: 24px;
}

.icon-pinterest {
    background: url("../../../../../legacy-assets/img/pinterest.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 24px;
    width: 24px;
}

.icon-facebook {
    background: url("../../../../../legacy-assets/img/facebook.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 24px;
    width: 24px;
}

.icon-email {
    background: url("../../../../../legacy-assets/img/mail.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 24px;
    width: 24px;
}

.icon-close {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RjE4MEY3NTg2NTlBMTFFMjk1MDNCMjI1QjBCQjc5MEMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RjE4MEY3NTk2NTlBMTFFMjk1MDNCMjI1QjBCQjc5MEMiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGMTgwRjc1NjY1OUExMUUyOTUwM0IyMjVCMEJCNzkwQyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGMTgwRjc1NzY1OUExMUUyOTUwM0IyMjVCMEJCNzkwQyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PjxGpJcAAAGKSURBVHjalJOxT8JAFMZ7N0DSJlBdDMVEE0YkBhZJSBgcIGEz6uJm4urg4l/j6qTGwX+BLg4wCISliQFbIkMtJG2ggdT3GY+UBgN+yQ3tfb937917x+bzuSQUBAGzLOsAy3Gc3el0qsTjcVdV1Q9N01pYjLFA+JmAPc/bajQa5wRp0h+iIFahUHiQZflrAQPUdf0KJ0lrhExKpdIdAnCkihM3ASH44AfHf+tbpJpMJtVqtXqTyWRy4rtWq92Kbwh+cNw0zcNw5NFo5PT7/ddsNnsCsFgsXo7HY9MwjLewDxxfdUGdTke3bdsol8vXdCd+vV6/j3oo4A73fV9eVRvB79QWNplMnFX74HgsFvOiG6lUap9qPG6328+U+h61pxL1gOPoXfgn6iTzxXA4bKHObrf7kk6nj8IXBiUSiU/W6/VyzWbzVPqn8vn8E8fIRU9fJ/jBccwqRXnE5GwCwgc/uMVsu667TemfrZttgIqi2D+zPZvNll7VYDAQr0pDO3CrIk3qwtKr+hZgADlH3JLRKEEbAAAAAElFTkSuQmCC") no-repeat scroll right top rgba(0, 0, 0, 0);
    height: 15px;
    margin: 0 0 0 5px;
    vertical-align: 9px;
    width: 15px;
}

.icon-close-small {
    background: url("../../../../../legacy-assets/img/small-close.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 15px;
    margin-right: 4px;
    margin-top: 0;
    width: 15px;
}

.icon-search {
    background: url("../../../../../legacy-assets/img/icon-search.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.icon-plus {
    background: url("../../../../../legacy-assets/img/icon-plus.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 24px;
    margin-right: 4px;
    margin-top: 4px;
    vertical-align: -7px;
    width: 24px;
}

.icon-plus-small {
    background: url("../../../../../legacy-assets/img/small-add.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 15px;
    margin-right: 4px;
    margin-top: 0;
    width: 15px;
}

.icon-pdf-small {
    background: url("https://t7.leapfrog.com/images/png-h18/icon-pdf.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 18px;
    margin-left: 2px;
    margin-right: 6px;
    margin-top: -3px;
    width: 19px;
    margin-bottom: 10px;
}

.icon-right-dot {
    background: url("https://t7.leapfrog.com/images/cq-png-alpha-no-resize/icon-right-dot.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 18px;
    margin-left: 2px;
    margin-right: 6px;
    margin-top: -3px;
    width: 18px;
    margin-bottom: 10px;
}

a.icon-show-more,
a.image-list-show-more {
	display: block;
	background: transparent url('../../../../../legacy-assets/img/show-more-icon.png') no-repeat 0 0;
	width: 87px;
	min-height: 16px;
	cursor: pointer;	
}

a.icon-show-less,
a.image-list-show-less {
	display: block;
	background: transparent url('../../../../../legacy-assets/img/show-less-icon.png') no-repeat 0 0;
	width: 87px;
	min-height: 16px;
	cursor: pointer;
}

.bullet-none {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

.bullet-disc {
	list-style: disc;
}


/***********************************/
/****** Home Page testimonial ******/
/***********************************/
.testimonials .container {
	padding: 0px 0 0 0;
}

.testimonials .heading .title {
    width: 100%;
    text-align: center;
}

.testimonials .heading .title h1{
    color:#006232;
    font-size: 2.8em;
}

.tooltip.shown {
    opacity: 1;
}

.tooltip.top-tip:after,
.tooltip.bottom-tip:before {
    width: 100%;
    background: url(https://t7.leapfrog.com/images/cq-png-alpha-no-resize/grey-down-arrow.png) no-repeat center;
}

.tooltip.left-tip:after,
.tooltip.right-tip:before {
    height: 100%;
    background: url(https://t7.leapfrog.com/images/cq-png-alpha-no-resize/grey-down-arrow.png) no-repeat center;
}

.call-to-action.testimonial {
    z-index: 0;
}

.tooltip.top-tip.attention {
	position: absolute;
	bottom: 0;
	left: -180px;
    width: 380px;
    background: #FFFFFF;
}

.tooltip.top-tip.attention .row{
	padding: 10px  50px 10px 60px;
	font-size:14.5px;
    color:#006232;
}

.tooltip.top-tip.attention span.quote-l {
	position:absolute;
	width:43px;
	height:30px;
	display:block;
	left:10px;
	top:10px;
	background: transparent url(https://t7.leapfrog.com/images/cq-png-alpha-no-resize/open-quote.png) no-repeat top center;
}

.tooltip.top-tip.attention span.quote-r {
	position:absolute;
	width:41px;
	height:30px;
	display:block;
	right:10px;
	bottom:10px;
	background: transparent url(https://t7.leapfrog.com/images/cq-png-alpha-no-resize/close-quote.png) no-repeat bottom center;
}

/***********************************/
/****** General Carousel ******/
/***********************************/

.carousel.carousel {
    margin-bottom: 0;
}

/* .catalog-product img.thumb {margin-bottom: 0;} */

.ctlg-item-skill-name {margin: 8px 0 0;}

/***********************************/
/**    Shopping Cart fixes for   ***/
/** CQ-Only pages - from main.css***/
/***********************************/

#miniCartInner .color-block > img {
float: left;
vertical-align: middle;
width: 12px;
height: 12px;
}

/***********************************/
/****** Image List Component  ******/
/***********************************/
.image-list-container ul {
	list-style-type: none;
	margin: 16px 0 0; 
	padding: 0;
}

.image-list-container .image-list-item li {
	display: inline-block;
	vertical-align:	top;
}

.image-list-display-controls .image-list-show-less {
	display: none;
}

.stickyHeader {
	min-width: 100%;
}

#header .navbar-inner {
  margin: 0;
  padding: 0;
  border: none;
  border-bottom: 1px solid #d4d4d4;
  border-radius: 0;
}

#lfaTopNavLink {
  display: block;
  box-sizing: border-box;
  width: 75px;
  line-height: 1.3em;
  text-align: center;
}

/* @end */



.norton-verified-image{
	width:103px;
	height:59px;
	float:right;
	margin: -75px 125px 0px 0px;
}

/***********************************/
/****** Offer Page Styling  ******/
/***********************************/
.offer h2{
	font-size:18px;
	margin-bottom: 10px;
	font-weight: 600;
}

.offer h3{
	font-size:20px;
	margin-bottom: 10px;
}

.offer a {
	font-size: 15px;
}

/***********************************/
/****** Type-Ahead styling  ******/
/***********************************/

#headSearchTypeAheadHolder {
  position: absolute;
  display: block;
  width: auto;
  height: auto;
  top: 32px !important;
  right: 0;
  overflow: hidden;
  box-shadow: 0 16px 32px -8px rgb(0, 0, 0, 0.5);
  border-radius: 6px;
}
#headSearchTypeAheadHolder .ut-flyout.dropdown-menu {
  position: static;
  display: block;
  width: 360px;
  background-color: #fff;
  border: none;
}
#headSearchTypeAheadHolder .ut-flyout {
  list-style: none;
  margin: 0;
  padding: 0;
}
#headSearchTypeAheadHolder .ut-flyout li {
  margin: 0;
  padding: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#headSearchTypeAheadHolder .ut-flyout li:last-of-type {
  border-bottom: none;
}
#headSearchTypeAheadHolder li.product-item {
  font-weight: normal;
  text-transform: none;
  color: #656565;
  cursor: pointer;
}
#headSearchTypeAheadHolder .ut-flyout li.nav-header a {
  text-decoration: none;
}

#headSearchTypeAheadHolder .ut-flyout li.nav-header .product-item-image {
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
}
#headSearchTypeAheadHolder .ut-flyout li.nav-header .product-item-image img {
  display: block;
  width: 143px;
  height: 80px;
  border-radius: 6px;
}
#headSearchTypeAheadHolder .ut-flyout li.nav-header .description-blk {
  width: 165px;
  margin-top: 8px;
  font-size: 13px;
  white-space: normal;
}
#headSearchTypeAheadHolder .ut-flyout li.nav-header .description-blk a {
  height: auto;
  line-height: 1.4em;
}
#headSearchTypeAheadHolder .ut-flyout li a.heading {
  display: block;
  color: #15803d;
  font-weight: 600;
  font-size: 13px;
  margin: 0;
  padding: 0;
  text-decoration: none;
}
#headSearchTypeAheadHolder .ut-flyout .divider {
  margin: 1.5em 2em;
  border-style: solid;
  border-color: #fff transparent #ccc;
  border-width: 1px 0;
}
#header .ut-flyout.dropdown-top.dropdown-menu:after {
  border-left: none;
  border-right: none;
}
#headSearchTypeAheadHolder .product-item-image {
	cursor: pointer;
}
#headSearchTypeAheadHolder .ut-flyout li.dimResult.selected a.heading {
  text-decoration: underline;
}

/***********************************/
/****** Author RTE styling  ******/
/***********************************/

#CQ .x-html-editor-tb .x-edit-applyColor{
    background:transparent url("../../../../img/cq/colorwheel.png") no-repeat 0 0;
}

#CQ .x-html-editor-tb .x-edit-removeColor{
    background:transparent url("../../../../img/cq/colorwheel-remove.png") no-repeat 0 0;
}

/***********************************/
/****** Email Capture Styling  ******/
/***********************************/
.email-form-section input[type="checkbox"] {
	opacity: 0;
	position: absolute;
	width:32px;
	height:32px;
}

.email-form-section input[type="checkbox"] ~ label {
	background: url('https://t7.leapfrog.com/images/cq-png-alpha-no-resize/green-check-box.png') no-repeat;
	background-position: 0px -32px;
	width: 170px;
	height: 32px;
	display: block;
	clear: left;
	float: left;
	padding-left: 40px;
}

.email-form-section input[type="checkbox"]:checked ~ label {
	background-position: 0px 0px;
}

.email-form-section .row .control-group .checked {
	background-position: 0px 0px;
}

.email-form-section p[class*="-error"] {
	color: red;
}

.email-form-section .chzn-container-single .chzn-single div b {
	background: url('../../../../img/cq/vendor/icon-dropdown.png') no-repeat center center !important;
	display: block !important; /* need to override general chosen select CSS, which also has a !important */
	width: 100% !important;
	height: 100% !important;
}

.email-form-section .chzn-container-single .chzn-single {
	padding: 4px 4px 4px 8px;
}

.email-form-section .chzn-container-single, .email-form-section .chzn-container-single .chzn-drop {
	width: 100% !important; /* need to override chosen width. chosen likes to calculate width*/
}


/***********************************/
/****** tabs Styling  ******/
/***********************************/

.nav-tabs > li.active > a {
	color: #6bbb00;
	background: #FFF;
	background: #fff -moz-linear-gradient(top, rgba(0,0,0,0.15) 0%, rgba(255,255,255,0) 15%) no-repeat 0 0;
    background: #fff -webkit-linear-gradient(top, rgba(0,0,0,0.15) 0%, rgba(255,255,255,0) 15%) no-repeat 0 0;
    background: #fff -o-linear-gradient(top, rgba(0,0,0,0.15) 0%, rgba(255,255,255,0) 15%) no-repeat 0 0;
    background: #fff -ms-linear-gradient(top, rgba(0,0,0,0.15) 0%, rgba(255,255,255,0) 15%) no-repeat 0 0;
    background: #fff linear-gradient(top, rgba(0,0,0,0.15) 0%, rgba(255,255,255,0) 15%) no-repeat 0 0;
	border: none;
	outline: none;
}

.nav-tabs > li > a:hover, .nav-tabs > li.active > a:hover {
	color: #6bbb00;
	background-color: #fff;
	background: #fff -moz-linear-gradient(top, rgba(0,0,0,0.15) 0%, rgba(255,255,255,0) 15%) no-repeat 0 0;
    background: #fff -webkit-linear-gradient(top, rgba(0,0,0,0.15) 0%, rgba(255,255,255,0) 15%) no-repeat 0 0;
    background: #fff -o-linear-gradient(top, rgba(0,0,0,0.15) 0%, rgba(255,255,255,0) 15%) no-repeat 0 0;
    background: #fff -ms-linear-gradient(top, rgba(0,0,0,0.15) 0%, rgba(255,255,255,0) 15%) no-repeat 0 0;
    background: #fff linear-gradient(top, rgba(0,0,0,0.15) 0%, rgba(255,255,255,0) 15%) no-repeat 0 0;
	border: none;
	outline: none;
}

.nav-tabs > li > a {
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	text-decoration: none;
	padding: 20px 0;
	border-radius: 0;
	outline: none;
	border: none;
	text-align: center;
	cursor: pointer;
	margin: 0;
}

.nav-tabs {
	border: none;
	padding: 0;
	margin: 0;
}

.nav-tabs > li > a > div > img,
.nav-tabs > li > a > div > span {
	vertical-align: middle;
}

.nav-tabs > li > a > div {
	border-left: 2px dotted #FFF;
	margin: 0 0 0 -1px;
}

.nav-tabs > li:first-child > a > div {
	border-left: none;
	margin: 0;
}

.nav-tabs > li > a:hover > div > img:first-child, 
.nav-tabs > li.active > a > div > img:first-child {
	display: none;
}

.nav-tabs > li > a:hover > div > img.hide, 
.nav-tabs > li.active > a > div > img.hide {
	display: inline;
}

.full-bar-container,
.tab-container {
  overflow: hidden;
}

.full-bar-container:before, 
.full-bar-container:after,
.tab-container:before, 
.tab-container:after {
	position: absolute;
  display: none;
	content: "";
	width: 0;
	top: 0;
	bottom: 0;
	background-color: inherit;
	z-index: -1;
}

@media all and (min-width: 960px) {
	.full-bar-container:before, 
  .full-bar-container:after,
	.tab-container:before, 
  .tab-container:after {
    display: block;
		width: 1000px;
	}
}

.full-bar-container:before,
.tab-container:before {
	right: 100%;
}

.full-bar-container:after,
.tab-container:after {
	left: 100%;
}

.tabs > .tab-content {
	overflow: visible;
}
/** Popovers with Video as first child */
.modal .video:first-child .s7video-comp {
	padding-top: 28px;
}
.modal .video:first-child h2 {
	position: absolute;
}
/** END - Popovers with Video as first child*/
/** Slideshow Web version */
.web-slideshow .slides,
.web-slideshow .slideshow-buttons {
	list-style: none;
	margin: 0;
	padding: 0;
}

.web-slideshow .slide-item.active {
	display: block;
}

.web-slideshow .slide-item {
	display: none;
}

.web-slideshow .slideshow-buttons {
  position: absolute;
  display: flex;
  align-items: center;
  z-index: 100;
  right: 10px;
  bottom: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
  user-select: none;
}

.web-slideshow .slideshow-buttons li {
	display: inline-block;
	margin: 0 8px 0 0;
}

.web-slideshow .slideshow-buttons li:last-of-type {
	margin: 0;
}

.web-slideshow .slideshow-buttons li a {
  display: block;
  background: #FFFFFF;
  border-radius: 99px;
  width: 10px;
  height: 10px;
  color: #fff;
  box-shadow: 0 0 0 1px rgb(0 0 0 / 70%);
}

.web-slideshow .slideshow-buttons li a:hover {
	box-shadow: 0 0 0 2px rgb(0 0 0 / 80%);
	background-color: #f5f5f5;
}

.web-slideshow .slideshow-buttons .active a,
.web-slideshow .slideshow-buttons .active a:hover,
.web-slideshow .slideshow-buttons .active a:focus {
  background: #006232;
  box-shadow: 0 0 0 2px #fff;
  cursor: default;
}

.web-slideshow .slideshow-buttons.centered {
	text-align: center;
	width: 200px;
	margin-right: -100px;
	right: 50% !important;
}
 
.web-slideshow .slideshow-buttons.centered li {
	padding: 0;
	display: inline-block;
	float: none;
}

.web-slideshow .button-playback-toggle {
	position: relative;
  display: block;
  top: 0;
  width: 18px;
  line-height: 18px;
  appearance: none;
  -webkit-appearance: none;
  margin-left: 10px;
  padding: 0 0 0 1px;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
  font-size: 12px;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.web-slideshow .button-playback-toggle:hover,
.web-slideshow .button-playback-toggle:focus {
  background-color: rgba(0, 0, 0, 0.8);
}


/** END - Slideshow Web version*/

/***********************************/
/****** drawers Styling  ******/
/***********************************/

.drawer__box {
  position: relative;
  display: block;
  width: 960px;
  height: 380px;
  overflow: hidden;
}

.drawer {
  cursor: pointer;
}

.drawer, 
.drawer__content {
  overflow: hidden;
}

.drawer, 
.drawer__content-container,
.drawer__content {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
}

.drawer .drawer__closed, 
.drawer .drawer__rollover {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font-size: 30px;
}

.drawer .drawer__rollover, 
.drawer__content-container,
.drawer__content {
  display: none;
}

.drawer__content {
  z-index: 20;
}

.drawer__content .drawer__close-button {
  position: absolute;
  font-size: 26px;
  top: 2px;
  right: 2px;
  cursor: pointer;
  color: #000;
  padding: 2px 8px;
  opacity: 0.4;
  z-index: 100;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.drawer__content .drawer__close-button:hover {
  opacity: 0.7;
}

.drawer__content.drawer__content_light-close-button .drawer__close-button > i.fa {
  color: #fff;
}

/* ==========================================================================
   Hover Image component
   ========================================================================== */

.hover-image {
	position: relative;
	display: inline-block;
}

.hover-image.hover-image_block {
	display: block;
}

.hover-image img {
	display: block;
}

.hover-image img.hover-image__state_hidden {
	display: none;
}

/* ==========================================================================
   UI.Popup (desktop version)
   ========================================================================== */

.ui-popup {
  display: none;
}

.ui-popup__container {
  position: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
}

.ui-popup__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .4);
  z-index: 1;
}

.ui-popup__modal {
  display: block;
  position: relative;
  width: 560px;
  max-height: 80%;
  max-height: 80vh;
  background-color: #fff;
  background-image: -webkit-linear-gradient(top, #fff 0%, #f5f5f5 100%);
  background-image: -moz-linear-gradient(top, #fff 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #fff 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #fff 0%, #f5f5f5 100%);
  margin-top: auto;
  margin-bottom: auto;
  padding: 30px;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  border: none;
  border-radius: 6px;
  box-shadow: 0 8px 32px -8px rgba(0, 0, 0, 0.5);
  color: #222;
  z-index: 2;
}

.ui-popup__modal-content {
  /* font-size: 15px; 					TTPro-12073 Font size is too large*/
}

.ui-popup__close-button {
  display: block;
  position: absolute;
  top: 4px;
  right: 4px;
  width: 40px;
  height: 40px;
  appearance: none;
  border: none;
  background: transparent 50% 50% no-repeat;
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20height%3D%2236%22%20viewBox%3D%220%200%2024%2024%22%20width%3D%2236%22%3E%3Cpath%20d%3D%22M19%206.41L17.59%205%2012%2010.59%206.41%205%205%206.41%2010.59%2012%205%2017.59%206.41%2019%2012%2013.41%2017.59%2019%2019%2017.59%2013.41%2012%2019%206.41z%22%2F%3E%3C%2Fsvg%3E);
  background-size: 30px;
  transition: opacity 100ms ease-out;
  border-radius: 4px;
  padding: 0;
  font-weight: normal;
  overflow: hidden;
  color: #222;
  cursor: pointer;
  opacity: 0.7;
  user-select: none;
  z-index: 1;
}

.ui-popup__close-button i.fa {
  display: block;
  margin: 4px 0 4px 2px;
}

.ui-popup__close-button:hover,
.ui-popup__close-button:active {
  opacity: 1;
}

.ui-popup__loading,
.ui-popup__error {
  text-align: center;
  font-size: 15px;	
}

.ui-popup__loading {}

.ui-popup__loading img.spinner {
  display: block;
  width: 24px;
  height: 24px;
  margin: 60px auto;
}

.ui-popup__error {}

.ui-popup__error i.fa {
  display: block;
  font-size: 40px;
  color: #FF8000;
  margin-bottom: 10px;	
}

.ui-popup__modal .container {
  width: auto;
  max-width: none;
}

.ui-popup__modal-content .close {
  display: none;
}

.ui-popup__modal.ui-popup__modal_video-player {
  width: 540px;
  height: 330px;
}

.ui-popup__modal.ui-popup__modal_video-player .ui-popup__close-button {
  width: 26px;
  height: 26px;
}

.ui-popup__modal.ui-popup__modal_video {
  width: 540px;
  min-height: 330px;
}

div[data-popup-name^="product-quickview-"] .ui-popup__loading {
  height: 500px;
}

div[data-popup-name^="product-quickview-"] .ui-popup__loading .spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -12px 0 0 -12px;
}

/* ==========================================================================
   Other components (desktop version)
   ========================================================================== */

.s7-image-no-bottom-gap {
	line-height: 0;
}


/* ==========================================================================
   New carousel (desktop version)
   ========================================================================== */
/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* 
 * CQ Carousel - creates horizontal space for controls
 */
.carousel-container.inset-container {
  margin: 0 20px;
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-transform: translateZ(0) scale(1.0, 1.0);
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/*
CQ will add the appropriate class for text-alignment in the Carousel component
.owl-carousel .product-pod.center-block,
.owl-carousel .caption {
  text-align: center;
}
*/

.owl-carousel .owl-item img {
  display: inline-block;
  width: auto;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

.ui-carousel {
  position: relative;
  width: 100%;
}

.ui-carousel .owl-controls .owl-nav {
	display: none;
}

.ui-carousel__btn-prev,
.ui-carousel__btn-next {
  display: none;
  position: absolute;
  appearance: none;
  -webkit-appearance: none;
  top: 0;
  border: none;
  background-color: transparent;
  font-size: 50px;
  color: #008800; /* #669900; */
  cursor: pointer;
  line-height: 150px;
  z-index: 200;
}
.ui-carousel__btn-prev i.fa,
.ui-carousel__btn-next i.fa {
	line-height: inherit;
}
.ui-carousel__btn-prev {
	margin: 0 0 0 10px;
	padding: 0 10px 0 0 !important;
	left: -25px;
}
.ui-carousel__btn-next {
	margin: 0 0 0 10px;
	padding: 0 10px 0 0 !important;
	right: -25px;
}
.ui-carousel a.thumbnail {
	position: relative;
	display: block;	
}

.mCSB_container {
  margin-right: 20px;
}

@font-face {
  font-family: 'Curse Casual';
  src: url('../../../../fonts/CurseCasual/CurseCasual.eot'); /* IE9 Compat Modes */
  src: url('../../../../fonts/CurseCasual/CurseCasual.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../../../fonts/CurseCasual/CurseCasual.woff') format('woff'), /* Modern Browsers */
       url('../../../../fonts/CurseCasual/CurseCasual.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../../../fonts/CurseCasual/CurseCasual.svg#31adf5f1fcadf5c9e638f9568d0edbb5') format('svg'); /* Legacy iOS */
       
  font-style: normal;
  font-weight: 400;
}

@keyframes spinner {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes spinner {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

.jwplayer {
  -webkit-font-smoothing: antialiased;
}

.jwplayer .jw-controls-backdrop {
  background: none;
}

.jwplayer .jw-controlbar::before {
  position: absolute;
  display: block;
  content: "";
  top: -40px;
  left: 0;
  bottom: 0;
  width: 100%;
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
  background: linear-gradient(transparent, rgba(0, 0, 0, .75));
}

.jwplayer .jw-button-container .jw-icon-rewind {
  display: none;
}

.jwplayer .jw-button-container .jw-text-elapsed, 
.jwplayer .jw-button-container .jw-text-duration {
  font-size: 13px;
}

.jwplayer .jw-text-track-display {
  font-size: 15px;
}

.jwplayer.jw-flag-fullscreen .jw-text-track-display {
  font-size: 21px;
}

.jwplayer #jw-settings-menu {
  border-radius: 3px;
}

.jwplayer #jw-settings-menu .jw-settings-topbar {
  border-radius: 3px 3px 0 0;
}

.jwplayer .jw-settings-content-item {
  font-size: 13px;
}

.jwplayer .jw-settings-content-item:not(:focus) {
  border: 2px solid transparent;
}

.jwplayer .jw-settings-menu .jw-settings-submenu-captions .jw-submenu-topbar {
  display: none;
}

.jwplayer .jw-info-container .jw-info-title {
  font-size: 13px;
}

.jwplayer .jw-rightclick .jw-rightclick-list .jw-rightclick-item {
  border-bottom: none !important;
}

.jwplayer .jw-rightclick .jw-rightclick-list .jw-rightclick-item .jw-rightclick-link {
  font-size: 13px !important;
}

.jwplayer .jw-rightclick .jw-rightclick-list .jw-rightclick-item .jw-rightclick-link.jw-info-overlay-item, 
.jwplayer .jw-rightclick .jw-rightclick-list .jw-rightclick-item .jw-rightclick-link.jw-shortcuts-item {
  display: none;
}

.jwplayer .jw-captions .jw-text-track-cue {
  padding: 0.1em 0.25em !important;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 2px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

.jwplayer .jw-captions .jw-text-track-cue span[title]::before {
  content: "- [" attr(title) "] ";
}

.jwplayer .jw-controlbar .jw-tooltip,
.jwplayer .jw-settings-menu .jw-tooltip,
.jwplayer .jw-time-tip {
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.jwplayer .jw-time-tip .jw-text, 
.jwplayer .jw-controlbar .jw-tooltip .jw-text, 
.jwplayer .jw-settings-menu .jw-tooltip .jw-text {
  min-height: 1em;
  font-size: 13px;
  background-color: transparent;
  color: #222;
}

.links-text-inherit a {
  color: inherit;
}

.links-underline a {
  text-decoration: underline;
}

.links-font-bold a {
  font-weight: 600;
}
