/*	notes
--------------------------------------------------------------------------------
Colors:
- light blue table head background: #eef5f8
- wrapper bg:                                           #f6f2e1
- foreign language					#000
- gray table border:				#b4b5b4
- font black						#181919
- link color:						#3fa8f4 - (old one was #007db0)
- action color:						#ff931e
- lesson nav link:					#3fa8f4
- footer links gray:				#989898
- divider lines						#b2b2b2
- Essential Fr. BG					#8acbe8
- Intermediate Fr. BG				#c1d748
- ui bg green						#C4EDDD
- ui bg red							#EDC5C4
- disclaimer red					#cc0000

Fonts:
Table headers:						font-family:Verdana,Geneva,'DejaVu Sans',sans-serif;
Body copy:							font-family:Cambria, 'Times New Roman','Nimbus Roman No9 L','Freeserif',Times,serif;
Navs and "my" sections:				font-family:Arial,'DejaVu Sans','Liberation Sans',Freesans,sans-serif;
--------------------------------------------------------------------------------*/

/* 	CSS Starter/Reset
--------------------------------------------------------------------------------
http://meyerweb.com/eric/tools/css/reset/
v2.0b1 | 201101
NOTE: WORK IN PROGRESS1503

USE WITH CAUTION AND TEST WITH ABANDON
--------------------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/earlyaccess/notosanstamil.css');
@import url('https://fonts.googleapis.com/earlyaccess/notosansgurmukhi.css');
@import url('https://fonts.googleapis.com/earlyaccess/lohitbengali.css');
@import url('https://fonts.googleapis.com/earlyaccess/notosansarmenian.css');
@import url('https://fonts.googleapis.com/earlyaccess/notosanstibetan.css');
@import url('https://fonts.googleapis.com/earlyaccess/notosanssc.css');

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, x
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* always force a scrollbar in non-IE */
html {
    overflow-y: scroll;
    /*    -webkit-font-smoothing: antialiased;*/
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
    text-rendering: optimizeLegibility;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

/* remember to define visible focus styles!
:focus {
outline: ?????;
} */

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*	Custom Primitives
--------------------------------------------------------------------------------*/
html {
}

body {
    font-family: Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
    color: #444;
    font-size: 10px;
    background: #979797 url('../../img/bg-gray.png') repeat;
    width: 100%;
}

ul, ol, table, dl {
    font-size: 10px;
}

h1, h2, h3, h4, h5 {
    margin: .6em 0px 1.1em 0px;
    font-family: Arial, 'DejaVu Sans', sans-serif;
    font-weight: bold;
}

h1 {
    font-size: 2.5em;
    line-height: 1.2em;
    font-weight: bold;
    color: #666;
    margin: 10px 0;
}

h2 {
    font-size: 1.8em;
    margin: 5px 0;
}

h3 {
    font-size: 1.4em;
    margin: 10px 0;
    line-height: 1.6em;
}

h4 {
    /* h4's are used mainly in sidebar callout titles */
    font-size: 1.8em;
    margin: 0;
}

p, td, th, dd {
    font-size: 1.2em;
    line-height: 1.6em;
    margin-bottom: 1.0em;
}

li {
    font-size: 1.2em;
}

dt {
    font-size: 1.6em;
}

dl dl {
    margin: 10px 0px 0px 14px;
}

a {
    color: #3FA8F4;
    text-decoration: none;
}

a:hover {
    color: #FF931E;
}

img {
    border: none;
}

hr {
    height: 1px;
    color: #ccc;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

sup, sub {
    vertical-align: baseline;
    position: relative;
    top: -.7em;
    font-size: .6em;
}

sub {
    top: 0.4em;
}

/*	generic type styles
--------------------------------------------------------------------------------*/
.right-arrow.link-1 {
    font-size: 14px;
    font-weight: bold;
    background-position: right -0.15em;
    padding-right: 20px;
}

.link-1.standalone {
    margin-bottom: 15px;
    display: inline-block;
    background-position: right 0em;
}

.bullets-inside {
    list-style: square inside;
    margin-left: 5px;
}

.bullets-outside {
    list-style: square outside;
    margin-left: 1.5em;
}

.section-1 li + li {
    margin-top: 1em;
}

.promo li + li {
    margin-top: 10px;
}

/*	Core layout
--------------------------------------------------------------------------------*/
#wrapper {
    width: 990px;
    margin: 0 auto;
    background: #FBF4D7;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.9);
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.9);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.9);
}

/* Header
--------------------------------------------------------------------------------*/
#header {
    width: 100%;
    height: 100px;
    background: #000;
    padding: 0;
    position: relative;
    font-family: Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
    z-index: 15;
}

#bread-crumb {
    background: #ddd9ca;
    padding: 5px 25px;
}

#bread-crumb li {
    display: inline;
    list-style: inside none;
    margin: 0 4px 0 0;
}

#bread-crumb a:after {
    content: url(../../img/arrow-bread-crumb.png);
}

#bread-crumb a {
    color: #000;
    text-decoration: none;
}

#bread-crumb a:hover {
    color: black;
    text-decoration: underline;
}

.header-logo {
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    overflow: hidden;
    background: url('../../img/ll-logo.png') no-repeat top left;
    width: 255px;
    height: 100px;
}

.header-logo img {
    display: block;
    margin: 0;
    border: none;
    outline: none;
}

.header-logo span {
    margin-left: -9999px;
    position: absolute;
}

#utility-nav {
    font-size: 12px;
    background-color: #000;
    color: #ccc;
    position: absolute;
    top: 10px;
    right: 25px;
}

#utility-nav:after {
    /* float clear */
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    zoom: 1;
}

.utility-link {
    color: #ccc;
    font-size: 1em;
}

#user-links {
    width: 655px;
    float: right;
}

#user-links span.user-welcome {
    float: left;
    font-weight: bold;
    white-space: nowrap;
}

/*	Utility link list - used in header
--------------------------------------------------------------------------------*/
.utility-linklist {
    color: #fff;
    margin-left: 10px;
}

.utility-linklist li {
    float: left;
    font-size: 14px;
    font-weight: bold;
}

.utility-linklist li + li {
    border-left: 1px solid #ccc;
    margin-left: 5px;
    padding-left: 5px;
}

.utility-linklist a {
    color: #fff;
    text-decoration: none;
}

/*	Small link list - used in footer
--------------------------------------------------------------------------------*/
.small-linklist {
    color: #afafaf;
    margin-left: 10px;
}

.small-linklist li {
    float: left;
    font-size: 12px;
    list-style: none;
    white-space: nowrap;
}

.small-linklist li + li {
    margin-left: 5px;
}

.small-linklist li + li a {
    border-left: 1px solid #AFAFAF;
    padding-left: 5px;
}

.small-linklist a {
    font-weight: bold;
    color: #ccc;
    text-decoration: none;
}

.small-linklist a:hover {
    color: #ff931e;
}

/*	Primary Navigation
--------------------------------------------------------------------------------*/

#primaryNavigation {
    position: absolute;
    right: 25px;
    bottom: 20px;
    z-index: 15;
}

#primaryNavigation a {
    display: block;
    padding: 5px 14px;
    line-height: 2em;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    background: #ff931e;
}

#primaryNavigation .parent {
    position: relative;
}

#primaryNavigation .parent a,
#primaryNavigation .parent a:hover {
    background-image: url('../../img/primaryNavigation-parent.png');
    background-position: bottom right;
    background-repeat: no-repeat;
    padding-right: 20px;
}

#primaryNavigation a:hover {
    background: #3fa8f4;
}

#primaryNavigation li.parent:hover ul {
    display: block;
}

#primaryNavigation li.parent li a {
    background-image: none;
    text-align: left;
}

#primaryNavigation li {
    float: left;
    overflow: visible;
    margin-top: 0;
    white-space: nowrap;
}

#primaryNavigation li ul li {
    float: none;
}

#primaryNavigation li + li a {
    border-left: 1px solid #000;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background: #ff931e;
}

#primaryNavigation li a.last {
    -webkit-border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-bottomright: 6px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

#primaryNavigation li ul {
    padding: 20px;
}

#primaryNavigation li ul.sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border-top: 1px solid #000;
    background: #F98100;
}

#primaryNavigation li.parent ul.sub-menu li:last-child a {
    padding-right: 0px;
}

#primaryNavigation li ul li a {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border: none;
    text-transform: none;
    font-weight: normal;
    padding: 0;
    background: none;
}

#primaryNavigation li ul li a:hover,
#primaryNavigation li.parent ul li a:hover {
    background: none;
    background-image: none;
    text-decoration: underline;
}

/* sub menu customizations
----------------------------------------*/
#primaryNavigation li ul#sub-menu-choose-a-language {
    width: 500px;
}

#primaryNavigation li ul#sub-menu-choose-a-language li {
    float: left;
    width: 23%;
}

#primaryNavigation li ul#sub-menu-choose-a-language li.long {
    float: left;
    width: 31%;
}

#primaryNavigation li ul#sub-menu-choose-a-language li.featured {
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 1em;
}

#primaryNavigation li ul#sub-menu-choose-a-language li.featured a {
    font-weight: bold;
}

#primaryNavigation li ul#sub-menu-choose-a-language li.more-products {
    width: 100%;
    margin-top: 10px;
    border-top: 1px solid #fff;
    padding-top: 14px;
}

#primaryNavigation li ul#sub-menu-choose-a-language li.more-products ul {
    border: none;
    margin: 10px 0px 0px 0px;
    padding: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -webkit-border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
}

#primaryNavigation li ul#sub-menu-choose-a-language li.more-products p {
    font-size: .9em;
    margin-bottom: 5px;
}

#primaryNavigation ul#sub-menu-community {
    width: 106px;
    right: 0px;
}

#primaryNavigation ul#sub-menu-community li {
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 1em;
    float: left;
}

#primaryNavigation ul#sub-menu-community li a {
    font-weight: bold;
}

/* main content
-----------------------------------------------------------------------------*/
#content {
    text-align: left;
    /* background:#FBF4D7; */
    width: 985px;
    display: block;
    padding: 5px 0 0px 5px;
    margin-bottom: 0px;
}


/* Special Fonts
----------------------------------------*/

/* Tamil */
.domain-tamilflash .flashcard .main {
  font-family: "Noto Sans Devanagari", "Noto Sans Tamil", "Noto Sans", sans-serif;
  line-height: 130%;
}

.domain-tamilflash #choices .target {
  font-family: "Noto Sans Devanagari", "Noto Sans Tamil", "Noto Sans", sans-serif;
}

.domain-tamilflash .bubble-text .target {
  font-family: "Noto Sans Devanagari", "Noto Sans Tamil", "Noto Sans", sans-serif;
}

.domain-tamilflash .word .target {
  font-family: "Noto Sans Devanagari", "Noto Sans Tamil", "Noto Sans", sans-serif;
}

/* Punjabi */
.domain-punjabiflash .flashcard .main {
  font-family: 'Noto Sans Gurmukhi', sans-serif;
}

.domain-punjabiflash #choices .target {
  font-family: 'Noto Sans Gurmukhi', sans-serif;
}

.domain-punjabiflash .bubble-text .target {
  font-family: 'Noto Sans Gurmukhi', sans-serif;
}

.domain-punjabiflash .word .target {
  font-family: 'Noto Sans Gurmukhi', sans-serif;
}

/* Bengali */
.domain-bengaliflash .flashcard .main {
  font-family: 'Lohit Bengali', sans-serif;
}

.domain-bengaliflash #choices .target {
  font-family: 'Lohit Bengali', sans-serif;
}

.domain-bengaliflash .bubble-text .target {
  font-family: 'Lohit Bengali', sans-serif;
}

.domain-bengaliflash .word .target {
  font-family: 'Lohit Bengali', sans-serif;
}


/* armenian */
.domain-armenianflash .flashcard .main {
  font-family: 'Noto Sans Armenian', sans-serif;
}

.domain-armenianflash #choices .target {
  font-family: 'Noto Sans Armenian', sans-serif;
}

.domain-armenianflash .bubble-text .target {
  font-family: 'Noto Sans Armenian', sans-serif;
}

.domain-armenianflash .word .target {
  font-family: 'Noto Sans Armenian', sans-serif;
}

/* dzongka (tibetan) */
.domain-dzongkhaflash .flashcard .main {
  font-family: 'Noto Sans Tibetan', sans-serif;
  font-size: 20px;
}

.domain-dzongkhaflash #choices .target {
  font-family: 'Noto Sans Tibetan', sans-serif;
  font-size: 20px;
}

.domain-dzongkhaflash .bubble-text .target {
  font-family: 'Noto Sans Tibetan', sans-serif;
  font-size: 20px;
}

.domain-dzongkhaflash .word .target {
  font-family: 'Noto Sans Tibetan', sans-serif;
  font-size: 20px;
}

/* Cantonese */
.domain-cantoneseflash .flashcard .main {
  font-family: "Noto Sans SC", sans-serif;
  font-size: 20px;
}

.domain-cantoneseflash #choices .target {
  font-family: "Noto Sans SC", sans-serif;
  font-size: 20px;
}

.domain-cantoneseflash .bubble-text .target {
  font-family: "Noto Sans SC", sans-serif;
  font-size: 20px;
}

.domain-cantoneseflash .word .target {
  font-family: "Noto Sans SC", sans-serif;
  font-size: 20px;
}

/*	type (.course-content)
----------------------------------------*/

.translation {
    font-style: italic;
}

.footnote {
    font-size: .8em;
}

.foreign-language {
    font-weight: bold;
    color: #000;
}

.domain-eslarabic .foreign-language {
    direction: ltr;
	unicode-bidi: bidi-override;
}


.grammar-note {
    color: #181919;
    font-style: italic;
    font-weight: normal;
}

.pronunciation {

}

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

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

.sinograph_text {
    font-size: 1.3em;
    line-height: 1em;
}

.rtl {
    direction: rtl;
    unicode-bidi: bidi-override;
    font-size: 1.3em;
    line-height: 1em;
}

.ltr {
    direction: ltr;
    unicode-bidi: bidi-override;
}


p.rtl{text-align: right;}

/*	Column classes
----------------------------------------*/
.column {
    float: left;
    margin: 20px 0px 0px 20px;
}

.column .column {
    margin-left: 0px;
    margin-top: 0px;
}

.navigation {
    width: 158px;
}

.main-content {
    width: 620px;
}

.home-main-content {
    width: 640px;
    float: left;
}

.column-300 {
    width: 300px;
}

.column-706 {
    width: 706px;
}

.left-nav {
    width: 206px;
}

.wide-content {
    width: 855px;
    padding: 20px 40px 40px 40px;
    margin: 20px 0 0 20px;
}

/*	inner content styles. Most inner-content classes are extended by section-1
--------------------------------------------------------------------------------*/
.section-1 {
    border: solid 2px #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    background: #fff;
    margin-bottom: 20px;
}

.inner-content-1 {
    /* container used for large column in 2-column layout*/
    position: relative;
    width: 638px;
    padding: 20px 34px;
}

.inner-content-2 {
    /* generic no-padding container with rounded corners and shadows */
    border: solid 2px #fff;
}

.inner-content-3 {
    /* left-content */
    padding: 20px 35px 40px;
}

.inner-content-4 {
    /* right-content */
    position: relative;
    width: 250px;
    padding: 20px;
    margin-bottom: 20px;
    text-decoration: none;
}

.inner-content-4 img {
    float: left;
}

.inner-content-4 li {
    list-style: inside none;
    margin: 0;
}

/*	left nav
--------------------------------------------------------------------------------*/
.left-nav ul {
    margin: 10px 0px;
}

.left-nav li {
    list-style: inside none;
    font-size: 1.2em;
    margin: 0 10px 10px 14px;
}

.left-nav a {
    text-decoration: none;
    font-size: 1em;
}

.left-nav a:hover {
    text-decoration: underline;
    color: #ff931e;
}

.left-nav .active {
    color: black;
}

/* Footer
-----------------------------------------------------------------------------*/
#footer {
    background: #444;
    color: #999;
    padding: 10px 15px;
    text-align: left;
}

#footer ul {
    margin-bottom: 1em;
}

#footer li {
    display: block;
    float: left;
    padding: 0 5px;
    border-left: 1px solid #999;
    margin: 0;
    font-size: 1.2em;
}

#footer li:first-child {
    border: none;
}

#footer a {
    color: #ccc;
    text-decoration: none;
}

#footer p {
    color: #999;
    padding: 0 0 0 5px;
}

#footer span {
    font-size: 1em;
    margin: 0 5px;
}

.copyright {
    display: block;
    clear: left;
}

/*	Utility Classes
--------------------------------------------------------------------------------*/

.clear {
    /* clear divs */
    clear: both;
    width: 100%;
    height: 1px;
    margin: 0;
    padding: 0;
}

.clearfloat:after {
    /* put this on the parent of some floats if you don't want to use a clear div */
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.divider {
    width: 100%;
    border: none;
    border-top: 1px dashed #B2B2B2;
    height: 1px;
    margin: 20px 0px;
    clear: both;
}

.clear-left {
    clear: left;
    overflow: hidden;
}

.clear-right {
    clear: right;
    overflow: hidden;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.pad-right {
    padding: 10px 20px 10px 0;
}

.pad-left {
    padding: 10px 0 10px 20px;
}

.margin-bottom {
    margin-bottom: 20px;
}

.top {
    margin-top: 0;
    padding-top: 0;
}

.disclaimer {
    color: #cc0000;
}

.sml-txt {
    font-size: 1em;
}

.inline {
    display: inline;
}

.ui-green {
    background: #C4EDDD;
}

.ui-red {
    background: #EDC5C4;
}

.ui-yellow {
    background: #FFE371;
}

.no-pad-bottom {
    padding-bottom: 0;
}

/* big title with orange background */
.title-header-1 {
    background: #FF931E;
    color: #fff;
    padding: 14px;
    display: block;
    min-height: 12px;
    font-size: 18px;
    font-weight: bold;
}

.title-header-1 a,
.title-header-1 a:link,
.title-header-1 a:active,
.title-header-1 a:hover {
    color: #fff;
}

/*	Buttons
--------------------------------------------------------------------------------*/
.button {
    margin: 0px 0px 10px 0px;
    background: #3FA8F4;
    padding: 6px 12px 6px 12px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
    vertical-align: middle;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    font-family: Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
    display: inline-block;
}

.button + .button {
    margin-left: 10px;
}

.button:hover {
    background-color: #FF931E;
    color: #fff;
}

.button:active {
    background-color: #525252;
}
.button-gift {
          float: left;
          margin-left:10px;
          background: #b6d700;
          background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAAYCAYAAAARfGZ1AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIE1hY2ludG9zaCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpGNDU0RDhFNTA5MDMxMUUzODMyOEQzREY1OUE5OEQyRSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpGNDU0RDhFNjA5MDMxMUUzODMyOEQzREY1OUE5OEQyRSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkY0NTREOEUzMDkwMzExRTM4MzI4RDNERjU5QTk4RDJFIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkY0NTREOEU0MDkwMzExRTM4MzI4RDNERjU5QTk4RDJFIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+7h999wAAAaZJREFUeNrElLFKA0EQhm/PC8qRYLoUKcQ+1uILBLEQG19AELTNM6S1EUErX8EoqcQUXmOElDYWapVGEkiIMcZ4rv/pH3IMub0IHg58ZHd25r/Z3dkorbWVlNmGtVXggRFoggOQD63n6WsyxmPOxILKp5AGDfABrsCd/rE6WCJ1+oK1GmMbzP3WiRIvgDbwOM+BQ4qdE01fjjEecwpx4lnwAFpghT4bnOmJVeizGNNiTjZOPGCXIvegCBRYD4lv0FdkjGaOZRJ3gMvfMhiCAbgE1ZB4lb4BY8oi11KiFbfBHkiBN+CDNbAYirkNddPYuuAGzIEFds+JFH8Ey4b27IEtjisgY4h9coTDjXkXn9zReGwyV4r7MQkq9PBUTKxvWwlaouLyWDIzFJOasbCMFK+BbMRlBW32AtqcX4N0xD0FH+7IVnQpYrLXGTvLl5WXeDRRlQ/BKec7YN5QeU9W3hGvUVpwLJscX/BYoqwrL6Uft1XwTuLeRN/5ZXep0ONR/9rndoIfs50p2/6rY1FS/Ajss+1kO6b4vz3k/Jnj0ZTdB5d9/CXAAHmVyjvfe7prAAAAAElFTkSuQmCC);
          background-repeat:no-repeat;
          padding-left: 30px;
}

/*	Arrows, button arrows, etc
--------------------------------------------------------------------------------*/

.left-arrow,
.button.left-arrow {
    padding-left: 16px;
    background-image: url('../../img/arrow-left.png');
    background-position: left .3em;
    background-repeat: no-repeat;
    text-align: right;
}

.left-arrow {
    background-image: url('../../img/arrow-right-blue.png');
}

.left-arrow:hover {
    background-image: url('../../img/arrow-left-orange.png');
    background-position: left .3em;
    background-repeat: no-repeat;
}

.button.left-arrow:hover {
    background-image: url('../../img/arrow-left.png');
}

.right-arrow,
.button.right-arrow {
    padding-right: 16px;
    background-image: url('../../img/arrow-right.png');
    background-position: right .3em;
    background-repeat: no-repeat;
    text-align: left;
}

.right-arrow {
    background-image: url('../../img/arrow-right-blue.png');
}

.right-arrow:hover {
    background-image: url('../../img/arrow-right-orange.png');
}

.button.right-arrow:hover {
    background-image: url('../../img/arrow-right.png');
}

/*	Generic sidebar box
--------------------------------------------------------------------------------*/

.sidebar-1 {
    /*	border:1px solid #EBE5CA;*/
    background: #fff;
    padding: 2px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 14px;
}

.sidebar-1 .title {
    background: #FF931E;
    color: #fff;
    border-bottom: 2px solid #fff;
    color: #fff;
    height: 40px;
}

.sidebar-1 .content {
    padding: 14px;
}

.sidebar-1 .content a.callToAction {
    font-size: 1.4em;
    font-weight: bold;
}

.sidebar-1 .content .right-arrow {
    background-position: right -.1em;
}

/*	tables
--------------------------------------------------------------------------------*/
table {
    width: 100%;
}

td,
th {
    padding: 4px;
    border: 1px solid #b4b5b4;
}

th {
    background-color: #eef5f8;
}

table p {
    margin-bottom: 0;
}

/*	form defaults
--------------------------------------------------------------------------------*/
form {
}

label {
    display: block;
    margin-bottom: 4px;
    font-size: 1.2em;
}

label.inline {
    display: inline;
}

input {
    margin: 0px 0px 14px 0px;
}

form span {
    font-size: 1.2em;
}

form h3, p {
    padding: 0 0 0 -20px;
}

form h3 {
    text-transform: none;
    font-weight: bold;
    /*        padding: 0;*/
}

h3 + .divider {
    margin-top: 5px;
}

input[type="text"],
input[type="password"] {
    border: 1px solid #3fa8f4;
}

input[type="text"]:focus,
input[type="password"]:focus {
    background-color: #ffe4bb;
    border: 1px solid #ff931e;
}

input[type="radio"],
input[type="checkbox"] {
    margin: 0px;
}

form .button {
    border: none;
}

form .button:hover {
    background-color: #ff931e;
}

form .button:active {
    background-color: #ff931e;
}

form .button {
    display: block;
}

/*	Login, forgot password
--------------------------------------------------------------------------------*/
.action-box.login {
    width: 60%;
}

.login-column {
    float: left;
    margin-left: 14px;
}

#stay-logged-in {
    display: inline;
    margin: 0;
}

label.stay-logged-in {
    display: inline;
    margin: 0;
}

.forgot-password {
    display: block;
    margin: 14px 0px 14px 0px;
}

#log-in {
    margin-top: 5px;
}

#send-email {
    display: block;
}

input[type="text"] {
    width: 200px;
}

#email, #password {
    width: 200px;
}

input.activation-code {
    width: 50px;
    display: inline;
    margin-bottom: 0;
}

/*	Product Activation
--------------------------------------------------------------------------------*/

.activation input[type="radio"] {
    display: inline;
}

label.radio {
    display: inline;
}

.activation fieldset#login {
    margin-top: 14px;
}

/*	Product Dislpay
--------------------------------------------------------------------------------*/

#product-desc {
    display: block;
    width: 520px;
    float: right;
}

#product-desc li {
    list-style: none;
    margin: 0;
    padding: 0;
}

#product-desc ul {
    margin: 0 0 20px 0;
}

#product-img {
    float: left;
    margin: 0 20px 20px 0;
    text-align: center;
}

#product-img a,
#product-img img {
    display: block;
}

#product-img span {
    font-size: 1.2em;
}

#product-img img {
    display: block;
    margin: 10px auto;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

#product-details {
    display: inline-block;
    border-top: 1px dashed #ccc;
    width: 100%;
}

#product-details li {
    list-style: inside square;
    margin-left: 3px;
}

.price {
    font-size: 1.6em;
    font-weight: bold;
    color: #ff931e;
    margin: 0 0 15px 0;
}

.product-description {
    font-weight: normal;
}

/*	Product pages
-----------------------------------------------------------------------------*/

.product-features {
    margin: 20px 0 25px 0;
}

.product-features li span {
    width: 40px;
    margin-left: -50px;
    overflow: visible;
    display: block;
    float: left;
    color: #3fa8f4;
    font-size: 10px;
    line-height: 1em;
    display: block;
    margin-left: 0px;
}

.product-features .book {

}

.product-features .audio {
    background-position: 0px -40px;
}

.product-features .mobile {
    background-position: 0px -80px;
}

.product-features .online {
    background-position: 0px -120px;
}

.product-features .etutor {
    background-position: 0px -160px;
}

.product-features .community {
    background-position: 0px -200px;
}

.product-features li {
    min-height: 40px;
    padding-left: 0px;
    display: inline-block;
    margin: 15px 15px 20px 15px;
    width: auto;
}

.product-features li a {
    width: 40px;
    height: 40px;
    overflow: hidden;
    background: url('../../../images/sprite-product-icons.png') no-repeat 0px 0px;
    display: block;
}

.platinum-desc .button {
    margin-bottom: 12px;
    display: inline-block;
}

.pf-inline {
    clear: left;
}

/* Product-features tooltips
----------------------------------------*/
.product-features .tooltip {
    width: 240px;
}

.product-features .tooltip span.title {
    padding: 1px 8px;
    height: inherit;
    margin: 0;
    color: #E5E5E5;
    display: block;
    background: none;
    font-size: 1.6em;
    line-height: 1.6em;
    font-weight: bold;
    width: 100%;
    text-align: left;
}

.product-features .tooltip p.description {
    padding: 8px;
    margin: 0px;
    color: #E5E5E5;
    display: block;
    background: none;
    text-align: left;
    font-size: 1.2em;
    line-height: 1.4em;
}

#online-features {
    width: 420px;
    clear: right;
    overflow: hidden;
}

#online-features ul {
    margin-left: 20px;
    list-style: square inside color : green;
}

#online-features li {
    list-style: square inside;
}

#app-features {
    margin-bottom: 20px;
    width: 420px;
}

#app-features ul {
    margin-left: 20px;
    list-style: circle inside;
}

#app-features li {
    list-style: square inside;
}

.online img {
    margin-left: -15px;
}

/* platinum product image gallery
----------------------------------------*/
#platinum-image-gallery .expand-link {
    display: block;
    font-size: 11px;
    text-align: center;
    margin: 8px auto 8px auto;
}

/*	Greeting
--------------------------------------------------------------------------------*/
.greeting {
    overflow: hidden;
    padding: 0;
    height: 160px;
}

.greeting div {
    color: #000;
    width: 260px;
    vertical-align: middle;
    margin: 20px 20px 0 340px;
}

.greeting h1 {
    color: #000;
}

/* Promo Wrappers
-----------------------------------------------------------------------------*/

.marquee {
    width: 616px;
    height: 344px;
    border: solid 2px #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    background: #fff;
    background: -moz-linear-gradient(0% 0% 280deg, #fff, #eee 100%);
}

.promo {
    font-size: 10px;
    min-height: 160px;
    border: solid 2px #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    background: #fff;
    background: -moz-linear-gradient(0% 0% 280deg, #fff, #eee 100%); /* FIXME: add other linear gradients here */
    display: block;
}

.promo .title {
    font-family: Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
    text-transform: uppercase;
    text-align: center;
    color: #3FA5F1;
    font-size: 1.6em;
    font-weight: bold;
    margin: 15px 0 0 0;
    padding: 0 10px;
    display: block;
}

.promo .title02 {

}

.promo .details {
    margin: 7px 0 0 auto;
    float: right;
    width: 112px;
    line-height: 13px;
    color: #444;
    font-size: 11px;
    display: block;
    padding-right: 5px;
}

.promo .button {
    margin: 10px 0px 0px 180px;
    line-height: 13px;
    color: #fff;
    font-size: 1.0em;
    padding: 5px 8px;
    cursor: pointer;
    display: block;
    position: absolute;
    left: 0px;
    bottom: 15px;
}

.promo .button:hover {
    background-color: #ff8f1e;
}

.promo .title:hover {
    color: #ff8f1e;
}

.promo .title02:hover {
    color: #666;
}

.promo img {
    float: left;
    margin: 10px 0px 0px 20px;
}

/*	Promo-300
----------------------------------------*/
.promo-300 {
    width: 296px;
    position: relative;
    margin-bottom: 20px;
}

.home-main-content .promo-300,
.main-content .promo-300 {
    float: left;
    margin: 0 0 20px 20px;
}

.main-content .promo-300:nth-child(2n+1) {
    margin: 0 0px 20px 0px;
}

/* text-only promos
----------------------------------------*/
.promo-300.text-only {
    min-height: 20px; /* 124 minus 15px padding */
    padding-bottom: 10px;
}

.text-only .title {
    text-align: left;
    margin: 13px 15px -6px 15px;
    padding: 0;
}

.text-only p {
    margin-left: 15px;
    margin-right: 15px;
    margin: 10px 15px 6px 15px;
    font-size: 1.1em;
}

.text-only a.right-arrow {
    font-size: 14px;
    font-weight: bold;
    background-position: right -0.15em;
    padding-right: 20px;
    margin: 0px 15px 15px 15px;
}

/*	Generic content wrapper for promos
----------------------------------------*/
.promo.generic {
    padding: 15px;
}

/*	Continue lesson (extension of promo-300)
----------------------------------------*/
.continue-lesson {
    min-height: 0;
    height: 62px;
    background: #ff931e;
    color: #fff;
}

.continue-lesson .float-left {
    font-size: 12px;
    display: block;
    margin: 10px 0px 0px 10px;
}

.continue-lesson:hover {
    color: #fff;
}

.continue-lesson .message {
    padding: 0;
}

.continue-lesson .icon,
.continue-lesson .arrow {
    background: url('../../img/continue-lesson-sprite.png') no-repeat 0px 0px;
    width: 40px;
    height: 40px;
    margin-top: 15px;
}

.continue-lesson .arrow {
    background-position: 0px -40px;
    height: 30px;
    margin-top: 20px;
    float: right;
    display: block;
}

.continue-lesson .icon {
    margin-left: 17px;
}

span.bold-title {
    font-size: 18px;
    line-height: 23px;
}

/*	Join the conversation (extension of promo-300)
----------------------------------------*/
.join-conversation {
    height: 258px;
    background: url('../../../images/home-promo-conversation.jpg') #fff no-repeat top;
}

.no-js .join-conversation {
    overflow: hidden;
}

.join-conversation h2 {
    text-transform: uppercase;
    font-weight: bold;
    margin: 90px 10px 5px 15px;
}

.join-conversation p {
    margin: 0px 10px 8px 15px;
    line-height: 1.4em;
}

.join-conversation li {
    font-size: 1.4em;
    font-weight: bold;
    padding: 3px 0 0 15px;
    text-transform: uppercase;
}

.join-conversation .right-arrow {
    background-position: right -1px;
}

/*	Promo-600
----------------------------------------*/
.promo-600 {
    width: 616px;
    position: relative;
}

.promo-600 .title {
    text-align: left;
    margin: 15px 20px 0 300px;
}

.promo-600 .title:hover {
    color: #3fa8f4;
}

.promo-600 .details {
    width: 290px;
    margin: 10px 10px 0 15px;
}

.promo-600 .ui-select-language {
    position: absolute;
    bottom: 20px;
    left: 312px;
}

.home-main-content .promo-600 {
    float: left;
    margin: 0 0px 20px 20px;
}

/*	Promo 706
----------------------------------------*/
.promo-706 {
    width: 706px;
    margin: 20px 0px 20px 0px;
    position: relative;
}

.promo-706 .title {
    color: #666;
}

.promo-706 p {
    text-align: center;
}

.promo-706 img {
    box-shadow: none;
    position: absolute;
    top: 50px;
    left: 100px;
}

/*	Promo 940x95
----------------------------------------*/
.promo-940 {
    width: 935px;
    height: 95px;
    margin: 20px 0 0 20px;
    border: solid 2px #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    background: #fff;
    background: -moz-linear-gradient(0% 0% 280deg, #fff, #eee 100%); /* FIXME: add other linear gradients here */
    display: block;
}

/*	custom image styles
--------------------------------------------------------------------------------*/
.intro-image {
    margin-right: -34px;
}

/* language lab list
-----------------------------------------------------------------------------*/
.course-content a.audio {
    padding-right: 24px;
    background: url('../../img/icon-sound-normal.gif') no-repeat center right;
    text-decoration: none;
    font-style: normal;
    color: #000;
    display: inline-block;
}

.course-content a.audio:hover {
    background: url('../../img/icon-sound-hover.gif') no-repeat center right;
    color: #FF931E;
}

.course-content a.audio:hover .foreign-language,
.course-content a.audio:hover .translation,
.course-content a.audio:hover .pronunciation {
    color: #FF931E;
}


.lab-list {
    width: 197px;
}

.lab-list h3 {
    font-size: 1.2em;
    font-weight: bold;
}

.lab-list ul {
    width: 197px;
    /*    border-right: 1px solid #ccc;*/
}

.lab-list li {
    list-style: none;
}

/*	FAQ
--------------------------------------------------------------------------------*/
.faq {
    min-height: 400px;
}

.faq h3 {
    margin: 20px 0 5px 0;
    font-style: italic;
}

.faq li {
    list-style: square outside;
}

.faq #panel-switcher div {
    background: #ffffff;
}

/*	Blog
--------------------------------------------------------------------------------*/
#blog-list {
    border-bottom: 1px dashed #B2B2B2;
    padding: 10px 0 20px 0;
    /*    margin-bottom: 20px;*/
}

#blog-list .date {
    font-size: 1em;
    padding: 10px 0;
    float: right;
}

/*	Social media promo tabs
--------------------------------------------------------------------------------*/
.no-js #social-media-tabs {
    display: none;
}

#social-media-tabs {
    margin-bottom: 20px;
}

.home #social-media-tabs {
    margin-bottom: 0px;
}

#all-blog-link {
    position: absolute;
    right: 15px;
    top: 23px;
}

#social-media-tabs img.float-left {
    margin: 0px 10px 10px 0px;
}

#social-media-tabs span.icon {
    width: 24px;
    height: 24px;
    background: url('../../img/sprite-social-media.png') no-repeat top left;
    display: block;
    margin: 0px auto 0px auto;
    overflow: hidden;
}

#social-media-tabs span.blog {
    background-position: 0px 0px;
}

#social-media-tabs span.facebook {
    background-position: 0px -40px;
}

#social-media-tabs span.twitter {
    background-position: 0px -80px;
}

#social-media-tabs span.youtube {
    background-position: 0px -120px;
}

#social-media-tabs a span.icon span {
    margin-left: -9999px;
    overflow: hidden;
    display: block;
    float: left;
}

#social-media-tabs .promo {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    margin-bottom: 0;
}

#social-media-tabs .promo h2 {

}

/*	follow us
----------------------------------------*/
#social-media-tabs .follow-us {
    height: 30px;
    background: #C7EBFC;
    padding: 6px 0px 0px 10px;
    border: 2px solid #fff;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

#social-media-tabs .follow-title {
    font-size: 1.2em;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    float: left;
    line-height: 1.9em;
    margin-left: 4px;
}

#social-media-tabs .follow-us span.icon {
    background: url('../../img/sprite-social-media.png') no-repeat top left;
    display: block;
    margin-left: 20px;
    float: left;
}

#social-media-tabs .follow-us span.icon.facebook {
    background-position: 0px -40px;
}

#social-media-tabs .follow-us span.icon.twitter {
    background-position: 0px -80px;
}

#social-media-tabs .follow-us span.icon.youtube {
    background-position: 0px -120px;
}

#social-media-tabs .follow-us span.icon.instagrid {
    background-position: 0px -160px;
}

/*	social icons footer
----------------------------------------*/
#footer li.footericon {
    background: url('../../img/sprite-social-media.png') no-repeat top left;
    display: block;
    line-height: 30px;
    margin-left: 6px;
}

#footer li.footericon a {
    margin-left: 28px;
}

#footer .footer-col li.facebook.footericon {
    background-position: 0px -40px;
        padding-left: 35px;
}

#footer .footer-col li.twitter.footericon {
    background-position: 0px -80px;
        padding-left: 35px;
}

#footer .footer-col li.youtube.footericon {
    background-position: 0px -120px;
        padding-left: 35px;
}

#footer .footer-col li.google.footericon {
    background-position: 0px -160px;
        padding-left: 35px;
}

#footer .footer-col li.linkedin.footericon {
    background-position:0px -200px;
    padding-left: 35px;
}

#footer .footer-col li.newsletter.footericon {
    background-position:0px -237px;
    padding-left: 35px;
}

/*	tweet divs
----------------------------------------*/
.no-js #tweet-french {
    display: block;
}

#social-media-tabs .visible {
    display: block;
}

a#tweet-choose-button {
    color: #444;
}

/* tweet div styles (from jquery tweet plugin)
----------------------------------------*/
#tweets a {
    color: #3fa8f4;
}

#tweets {
    margin-top: 6px;
}

#tweets .tweet_list {
    line-height: 15px;
}

#tweets .tweet_list, .query .tweet_list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow-y: hidden;
}

#tweets .tweet_list .awesome, #tweets .tweet_list .epic, .query .tweet_list .awesome, .query .tweet_list .epic {
    text-transform: uppercase;
}

#tweets .tweet_list li, .query .tweet_list li {
    overflow-y: auto;
    overflow-x: hidden;
    padding: 4px 0px 0px 0px;
}

#tweets .tweet_list li + li,
.query .tweet_list li + li {
    border-top: 1px solid #F0F0F0;
}

#tweets .tweet_list li a, .query .tweet_list li a {
}

#tweets .tweet_list .tweet_even, .query .tweet_list .tweet_even {
}

#tweets .tweet_list .tweet_avatar, .query .tweet_list .tweet_avatar {
    padding-right: .5em;
    float: left;
}

#tweets .tweet_list .tweet_avatar img, .query .tweet_list .tweet_avatar img {
    vertical-align: middle;
    margin: 0px 10px 0px 0px;
}

#tweets span {
    font-size: 11px;
}

#tweets .tweet_time {
    display: block;
}

#tweets .tweet_text {

}

#tweets .loading-tweets {
    width: 100%;
    text-align: center;
    margin-top: 75px;
}

#tweets .loading-tweets img {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    display: inline;
    float: none;
    margin: 0px auto;
}

/*	JQuery UI selectMenu widget
----------------------------------------*/

div#selectTweet {
}

#social-media-tabs  #selectTweet .ui-state-default,
#social-media-tabs  #selectTweet .ui-widget-content .ui-state-default,
#social-media-tabs  #selectTweet .ui-widget-header .ui-state-default {
    font-size: 1.2em;
    height: 24px;
}

#selectTweet .ui-selectmenu-menu {
    border: 1px solid #B2B2B2;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

#social-media-tabs #selectTweet .ui-selectmenu {
}

#selectTweet .ui-selectmenu-item-selected {
    border: none;
    color: #fff;
}

#selectTweet .ui-state-hover a,
#selectTweet .ui-state-hover a:hover {
    color: #444;
    text-decoration: none;
}

/* blog posts (homepage tabs)
----------------------------------------*/
#blog-posts {
    padding: 10px 14px 10px 14px;
}

#blog-posts h3 {
    font-size: 1.8em;
    margin: 0 10px 10px 5px;
}

#blog-posts ul {
    width: auto;
}

#blog-posts li {
    display: block;
    margin-bottom: 0px;
    font-size: 11px;
    line-height: 16px;
    padding-top: 4px;
}

#blog-posts li + li {
    border-top: 1px solid #F0F0F0;
}

span.blog-title {
    margin: 0 6px -8px 6px;
    display: block;
}

/*	generic jQuery UI enhanced select menu
--------------------------------------------------------------------------------*/
.ll-ui-select {
}

/* My Profile
--------------------------------------------------------------------------------*/
.my-profile {

}

.my-profile li {
    text-align: right;
}

.my-profile a.button {
    margin: 0px 0px 10px 0px;
}

.col-half-width {
    width: 45%;
    float: left;
}

.col-half-width + .col-half-width {
    width: 45%;
    float: right;
}

.profile {
    margin-top: 28px;
}

.profile .name {
    font-size: 5em;
    font-weight: bold;
    line-height: 1em;
    margin-top: 0px;
}

.profile .email {
    font-size: 2em;
    display: block;
    margin-bottom: 24px;
}

.opt-in {
    padding: 0px 6px;
}

.my-profile fieldset {
    margin-top: 28px;
}

.my-profile fieldset + fieldset {
    margin-top: 0;
}

.my-profile fieldset .float-left + .float-left {
    margin-left: 14px;
}

.my-profile ul.helper-links li {
    display: inline-block;
    margin: 0px 14px 0px 0px;
}

/*	View Orders
--------------------------------------------------------------------------------*/
table.view-orders {
    margin-bottom: 14px;
}

.view-orders th {
    font-weight: bold;
}

.view-orders li {
    text-align: left;
}

td {
    padding-left: 10px;
}

th.products {
}

th.expires {
}

.view-orders td {
    font-size: 1.4em;
}

.actions a.button {
    margin: 0px 0px 0px 10px;
}

.actions li {
    display: inline-block;
}

.mobile-activations li {
    list-style: circle;
    list-style-position: inside;
    font-weight: bold;
}

.mobile-activations li li {
    font-weight: normal;
    margin-left: 14px;
}

.mobile-activations a.remove {
    color: #cc0000;
}

.mobile-activations a:hover {
    text-decoration: underline;
}

/*	Tooltip type 1
--------------------------------------------------------------------------------*/
.tooltip {
    width: 240px;
    display: none;
    position: absolute;
    z-index: 10;
    overflow: visible;
    padding-bottom: 14px;
}

.tooltip .content {
    background: #4D4D4D;
    color: #fff;
    border-radius: 15px;
    border: 2px solid #fff;
    box-shadow: #4D4D4D 1px 1px 2px;
    padding: 10px;
    font-size: 10px;
}

.tooltip .pointer {
    background: transparent url('../../img/tooltip-pointer.png') no-repeat top left;
    width: 25px;
    height: 14px;
    position: absolute;
    bottom: 2px;
    left: 45%;
}

.tooltip .content:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.tooltip span.title {
    padding: 4px 0px 4px 0px;
    margin: 0px;
    color: #E5E5E5;
    display: block;
    background: none;
    text-align: left;
    display: block;
    font-size: 1.2em;
    margin-left: 60px;
    background: #ff0000;
}

.tooltip img {
    float: left;
    display: block;
    margin-right: 8px;
}

.tooltip p.description {
    color: #CBCBCB;
    display: block;
    font-size: 1.2em;
    margin: 0;
    margin-left: 60px;
    padding: 0;
}

/*	Course status/details - my profile
--------------------------------------------------------------------------------*/
.course-status {
}

.course-status li {
    clear: both;
    font-size: 9px;
}

.last-accessed {
    font-size: 10px;
    margin-top: -.3em;
}

.course-details {
    width: 100%;
    margin: 0px 0px 16px 0px;
}

.course-details h3 {
    margin: 0px 0px 8px 0px;
    float: left;
    font-size: 1.4em;
    color: #3FA8F4;
    width: auto;
}

.course-data {
    margin: .5em 0px 0px 14px;
    float: left;
}

.course-progress {
    float: left;
}

.course-progress .progress-bar {
    background: #E5E5E5;
    height: 10px;
    border-radius: 5px;
    width: 100px;
    float: left;
    margin-right: 10px;
}

.progress-bar .bar {
    background-color: #3FA8F4;
    width: 50%;
    height: 10px;
    border-radius: 5px;
    float: left;
    min-width: 10px;
}

.essential .progress-bar .bar {
    background-color: #3FA8F4;
}

.intermediate .progress-bar .bar {
    background-color: #C1D748;
}

.advanced .progress-bar .bar {
    background-color: #FFD100;
}

.course-progress .progress-text {
    font-size: 1.1em;
    line-height: 1em;
    display: block;
    float: left;
}

/*	Home page marquee
--------------------------------------------------------------------------------*/
#homeMarquee {
    color: #fff;
    margin-bottom: 20px;
}

#homeMarquee h1 {
    color: #fff;
    font-size: 20px;
    line-height: 26px;
    margin: 0 0 0 0;
}

#homeMarquee p {
    margin: 0 0 -15px 0;
}

.barousel {
    position: relative;
    margin-bottom: 0px;
    width: 616px;
    height: 344px;
}

.barousel_image {
    position: absolute;
    z-index: 10;
    width: 616px;
    height: 344px;
}

.barousel_image img {
    position: absolute;
    display: none;
}

.barousel_image img.default {
    display: block;
}

.barousel_image img.current {
    z-index: 10;
}

.barousel_image img.previous {
    z-index: 5;
}

.barousel_content {
    position: absolute;
    padding: 10px 20px 5px 20px;
    z-index: 12;
    background: url('../../img/homeMarquee-content-bg.png') repeat 0 0;
    color: #fff;
    width: 576px;
    height: 100px;
    bottom: 40px;
    left: 0;
    overflow: hidden;
}

.barousel_content div {
    display: none;
}

.barousel_content div.default {
    display: block;
}

.barousel_content p {
    font-size: 13px;
    font-weight: normal;
    line-height: 17px;
}

.barousel_content p.header {
    font-size: 28px;
    font-weight: normal;
    line-height: 28px;
    color: #fff55b;
}

.barousel_content a,
.barousel_content a:hover {
    color: #FF931E;
    text-decoration: underline;
    background-color: transparent !important;
}

.barousel_nav {
    position: absolute;
    height: 40px;
    bottom: 0;
    z-index: 13;
    width: 616px;
    background: url('../../img/homeMarquee-content-bg.png') repeat 0 0;
}

.barousel_nav .counter {
    float: right;
    font-size: 0.75em;
    color: #fff;
    margin: 3px 5px 0 0;
}

.barousel_nav ul {
    float: right;
    padding: 0;
    margin: 0px 10px 10px 0px;
}

.barousel_nav li {
    float: left;
    padding-left: 3px;
    font-size: 0;
    line-height: 0;
    list-style: none;
}

.barousel_nav li a {
    display: block;
    width: 30px;
    height: 30px;
    background: url('../../img/marquee-nav-sprite.png') no-repeat 0px 0px;
    font-size: 0;
    line-height: 0;
    text-decoration: none;
}

.barousel_nav li a:hover {
    background-position: 0px -30px;
}

.barousel_nav li a:active {
    background-position: 0px -60px;
}

.barousel_nav li a.current {
    background-position: 0px -60px;
}

.barousel img.ajax_loader {
    display: none;
    position: absolute;
    z-index: 14;
    top: 70px;
    left: 135px;
}

/*	jQuery UI LL Customizations
--------------------------------------------------------------------------------*/

/*
* jQuery UI Tabs 1.8.13
*
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT or GPL Version 2 licenses.
* http://jquery.org/license
*
* http://docs.jquery.com/UI/Tabs#theming
*/
#social-media-tabs.ui-tabs {
    position: relative;
    padding: 0px;
    zoom: 1;
}

/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
#social-media-tabs.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: 0;
}

#social-media-tabs.ui-tabs .ui-tabs-nav li {
    border: 2px solid #fff;
    background: #C3E7F8;
    font-weight: bold;
    list-style: none;
    text-align: center;
    float: left;
    position: relative;
    top: 0px;
    margin: 0;
    border-bottom: 0 !important;
    padding: 0;
    white-space: nowrap;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

#social-media-tabs.ui-tabs .ui-tabs-nav li a {
    float: none;
    display: block;
    padding: .5em 0px;
    text-decoration: none;
    width: 71px;
}

#social-media-tabs.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
    margin-bottom: 0;
    padding-bottom: 0px;
    -webkit-box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    background: #fff;
}

#social-media-tabs.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a {
    cursor: text;
}

#social-media-tabs.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
    cursor: pointer;
}

/* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
#social-media-tabs.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 10px 14px;
    background: #fff;
    height: 248px;
    overflow-y: auto;
}

#social-media-tabs .ui-tabs-nav.ui-tabs-hide {
    display: none !important;
}

/* Interaction states
----------------------------------*/
#social-media-tabs .ui-state-default,
#social-media-tabs .ui-widget-content .ui-state-default,
#social-media-tabs .ui-widget-header .ui-state-default {
    font-weight: bold;
    color: #ffffff;
    padding-bottom: -5px;
}

#social-media-tabs .ui-state-default a, #social-media-tabs .ui-state-default a:link, #social-media-tabs .ui-state-default a:visited {
    color: #ffffff;
    text-decoration: none;
}

#social-media-tabs .ui-state-hover, #social-media-tabs .ui-widget-content .ui-state-hover, #social-media-tabs .ui-widget-header .ui-state-hover, #social-media-tabs .ui-state-focus, #social-media-tabs .ui-widget-content .ui-state-focus, #social-media-tabs .ui-widget-header .ui-state-focus {
    background: #ff931e url(https://www.livinglanguage.com/content/_ui/css/site/images/ui-bg_flat_0_ff931e_40x100.png) 50% 50% repeat-x;
    font-weight: bold;
    color: #ffffff;
}

#social-media-tabs .ui-state-hover a, #social-media-tabs .ui-state-hover a:hover {
    color: #ffffff;
    text-decoration: none;
}

#social-media-tabs .ui-state-active, #social-media-tabs .ui-widget-content .ui-state-active, #social-media-tabs .ui-widget-header .ui-state-active {
    border: 2px solid #fff;
    background: #ffffff url(https://www.livinglanguage.com/content/_ui/css/site/images/ui-bg_inset-hard_100_ffffff_1x100.png) 50% 50% repeat-x;
    font-weight: bold;
    color: #444444;
}

#social-media-tabs .ui-state-active a, #social-media-tabs .ui-state-active a:link, #social-media-tabs .ui-state-active a:visited {
    color: #444444;
    text-decoration: none;
}

#social-media-tabs .ui-widget :active {
    outline: none;
}

/* Component containers
----------------------------------*/
#social-media-tabs .ui-widget {
    font-family: Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
    font-size: 1.1em;
}

#social-media-tabs .ui-widget .ui-widget {
    font-size: 1em;
}

#social-media-tabs .ui-widget input, #social-media-tabs .ui-widget select, #social-media-tabs .ui-widget textarea, #social-media-tabs .ui-widget button {
    font-family: Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
    font-size: 1em;
}

#social-media-tabs .ui-widget-content, #social-media-tabs.ui-widget-content {
    background: transparent;
    background-image: none;
    color: #444444;
}

#social-media-tabs .ui-widget-content a {
    margin-bottom: -3px;
}

#social-media-tabs .ui-widget-header {
    background: transparent;
    background-image: none;
    color: #444;
    font-weight: bold;
}

#social-media-tabs .ui-widget-header a {
    color: #444;
}

/* for error messages etc. */
.message {
    padding: 10px 10px 0 10px;
    margin-bottom: 10px;
}

form .message {
    width: 180px;
}

.message span {
    margin-right: 8px;
}

.message li {
    margin-bottom: 10px;
}

/* jQuery UI Selectmenu
--------------------------------------------------------------------------------*/

ul.ui-widget {
    font-size: 10px;
}

ul.ui-widget li {
    font-size: 1.2em;
}

.ui-selectmenu {
    display: inline-block;
    position: relative;
    height: 2.2em;
    vertical-align: middle;
    text-decoration: none;
    zoom: 1;
    overflow: hidden;
}

.ui-selectmenu-icon {
    position: absolute;
    right: 6px;
    margin-top: -8px;
    top: 50%;
}

.ui-selectmenu-menu {
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    top: 0;
    display: none;
    overflow: auto;
    z-index: 1005;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

/* z-index: 1005 to make selectmenu work with dialog */
.ui-selectmenu-open {
    display: block;
}

.ui-selectmenu-menu-popup {
    background: #fff;
    overflow-x: hidden;
    overflow-y: auto;
}

.ui-selectmenu-menu-dropdown {
}

.ui-selectmenu-menu ul {
    border: 1px solid #B2B2B2;
}

.ui-selectmenu-menu li {
    padding: 0;
    margin: 0;
    display: block;
    border-top: 1px dotted transparent;
    border-bottom: 1px dotted transparent;
    border-right-width: 0 !important;
    border-left-width: 0 !important;
    font-weight: normal !important;
}

.ui-selectmenu-menu li a, .ui-selectmenu-status {
    line-height: 1.4em;
    display: block;
    padding: .5em 1em;
    outline: none;
    text-decoration: none;
    text-transform: uppercase;
}

.ui-selectmenu-menu li.ui-state-disabled a, .ui-state-disabled {
    cursor: default;
}

.ui-selectmenu-menu li.ui-selectmenu-hasIcon a,
.ui-selectmenu-hasIcon .ui-selectmenu-status {
    padding-left: 20px;
    position: relative;
    margin-left: 5px;
}

.ui-selectmenu-menu li .ui-icon, .ui-selectmenu-status .ui-icon {
    position: absolute;
    top: 1em;
    margin-top: -8px;
    left: 0;
}

.ui-selectmenu-status {
    line-height: 1em;
    color: #fff;
}

.ui-selectmenu-open li.ui-selectmenu-item-focus a {
}

.ui-selectmenu-open li.ui-selectmenu-item-selected {
}

.ui-selectmenu-menu li span, .ui-selectmenu-status span {
    display: block;
    margin-bottom: .2em;
}

.ui-selectmenu-menu li .ui-selectmenu-item-header {
    font-weight: bold;
}

.ui-selectmenu-menu li .ui-selectmenu-item-content {
}

.ui-selectmenu-menu li .ui-selectmenu-item-footer {
    opacity: .8;
}

/* for optgroups */
.ui-selectmenu-menu .ui-selectmenu-group {
    font-size: 1em;
}

.ui-selectmenu-menu .ui-selectmenu-group .ui-selectmenu-group-label {
    line-height: 1.4em;
    display: block;
    padding: .6em .5em 0;
    font-weight: bold;
}

.ui-selectmenu-menu .ui-selectmenu-group ul {
    margin: 0;
    padding: 0;
}

/* IE6 workaround (dotted transparent borders) */
* html .ui-selectmenu-menu li {
    border-color: pink;
    filter: chroma(color = pink);
    width: 100%;
}

* html .ui-selectmenu-menu li a {
    position: relative
}

/* IE7 workaround (opacity disabled) */
*+html .ui-state-disabled, *+html .ui-state-disabled a {
    color: silver;
}

/*	Promo language select menu - language lab
--------------------------------------------------------------------------------*/
#promo-select {
    margin: 80px 0px 0px 0px;
}

/*	bonus materials
----------------------------------------*/
#bonus-list {
    display: inline;
}

#bonus-list a {
    display: inline-block;
    font-size: 10px;
    padding: 5px;
    line-height: 10px;
}

#bonus-list img {
    border: 1px solid #ddd;
    margin-bottom: 5px;
}

#bonus-list li {
    width: 155px;
    text-align: center;
    display: inline-block;
    margin-bottom: 20px;
}

#bonus-list span {
    font-size: 10px;
    margin: -5px 0 4px 0;
    display: block;
}

/* Affiliate program
--------------------------------------------------------------------------------*/
.table-wide {
    width: 100%;
    border: 1px solid #ccc;
    margin-bottom: 20px;
}

.table-wide td, th {
    padding: 5px;
    text-align: center;
    border: 1px solid #ccc;
}

.table-wide th {
    background-color: #eee;
    font-weight: bold;
    vertical-align: middle;
}

ol {
    list-style: decimal inside;
}

/* buy from popup
--------------------------------------------------------------------------------*/
#buyFromPlatinum,
#buyFromComplete,
#buyFromEssential {
    display: none;
}

.buyFrom {
    background: #fff;
}

.buyFrom h2.title-header-1 {
    margin: 0px;
}

.buyFrom .retailer_info {
    padding: 20px
}

.buyFrom .retailer_info h4 {
    margin-bottom: 1em;
}

.buyFrom  .more_online_stores {
    display: none;

}

.buyFrom .ecommerce_box {
    width: 320px;
    border: 1px solid #eee;
    text-align: left;
    float: left;
    padding: 10px;
}

.buyFrom .ecommerce_box ul {
    list-style-type: none;
    margin: 10px 0 0 0;
    font-size: 11px;
}

.buyFrom .ecommerce_box ul li {
    margin: 5px 0 0 0;
}

.buyFrom .other_retailers {
    float: left;
    margin-left: 20px;
    padding: 10px;
    width: 260px;
}

.buyFrom .other_retailers ul {
    float: left;
    width: 50%;
}

.buyFrom li + li {
    margin-top: 1em;
}

.buyFrom .see-more {
    margin: 20px 20px;
    background-position: right -0.2em;
    font-size: 13px;
}

.buyFrom form.buy-form {
    margin-top: 20px;
}

form.buy-form .button {
    margin: 10px 0px 0px 0px;
    position: static;
    width: 200px;
}

form.buy-form .quantity_text {
    width: 30px;
}

/* signup success page specific
--------------------------------------------------------------------------------*/
.image-on-left p.right-side,
.image-on-left h3.right-side {
    margin-left: 164px;
}

/*	Wordpress-specific
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------*/

/*	Generic promo
----------------------------------------*/
.promo.generic {
    min-height: 0;
    height: auto;
    margin-bottom: 20px;
}

.promo.generic h3 {
    margin-top: 0px;
}

.promo .content {
    padding: 15px;
}

/*	search form
----------------------------------------*/
#searchform label {
    font-size: 1.4em;
    font-weight: bold;
}

/*	articles
----------------------------------------*/
article {
    margin-bottom: 20px;
}

article + article {
    padding-top: 10px;
    border-top: 1px dashed #B2B2B2;
}

.single article {
    margin-bottom: 0px;
}

/*	nav-single (post navigation)
----------------------------------------*/
#nav-single {
    background: #ddd9ca;
    padding: 5px 25px;
    margin: -5px 0px 0px -5px;
    line-height: 2em;
}

#nav-single li {
    display: inline;
    list-style: inside none;
    margin: 0 4px 0 0;
}

#nav-single a:after {
    /*content: url(https://www.livinglanguage.com/content/_ui/css/img/arrow-nav-single.png);*/
}

#nav-single a {
    color: #000;
    text-decoration: none;
}

#nav-single a:hover {
    color: black;
    text-decoration: underline;
}

.nav-previous {
    margin-right: 10px;
}

/* comment form
----------------------------------------*/
#commentform .required {
    color: #cc0000;
}

#commentform label {
    display: inline;
}

#commentform input,
#commentform textarea {
    display: block;
}

/* comments
----------------------------------------*/
article.comment {
    padding-bottom: 15px;
    border-bottom: 1px dashed #B2B2B2;
}

article:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.commentlist {
    list-style: none;
}

.commentlist li {
    margin-top: 15px;
}

.commentlist li + li {
    margin-top: 0px;
}

.comment-author img.avatar {
    float: left;
    margin: 0px 10px 10px 0px;
}

li.comment ul.children {
    margin-left: 30px;
}

/*	archives
----------------------------------------*/
header {
    font-size: 10px;
}

.archive h1.page-title {
    margin-bottom: .7em;
    padding-bottom: .7em;
    border-bottom: 1px dashed #B2B2B2;
}

/* Alignment
----------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.625em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.625em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* meta
----------------------------------------*/
div.entry-meta {
    margin-bottom: 20px;
}

footer.entry-meta {
    clear: both;
    margin-top: 20px;
    background: #eee;
    padding: 8px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

span.edit-link {
    float: right;
}

/* archives widget
----------------------------------------*/
#ll-widget-archives li {
    display: block;
}

#ll-widget-archives li + li {
    margin-top: 10px;
}

/* other widgets
----------------------------------------*/
.widget li + li {
    margin-top: 10px;
}

/*	type
----------------------------------------*/
h1.entry-title,
h2.entry-title {
    color: #666666;
    font-size: 2.5em;
    font-weight: bold;
    line-height: 1.2em;
    margin: 10px 0;
}

/*	share this plug-in
----------------------------------------*/
.stButton .chicklets {
    color: #444 !important;
    font-size: 12px !important;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

/*	Vanilla Forum styles
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------*/

div.Box {
    background: #fff;
    padding: 20px;
    border-radius: none;
    margin: 0px;
    box-shadow: none;
}

/* sidebar boxes
----------------------------------------*/
ul.PanelInfo li {
    padding: 5px;
}

div.Box h4 {
    font-size: 14px;
    margin-bottom: 4px;
    color: #444;
}

/* buttons
----------------------------------------*/
div.MorePager a,
div.MorePager a:link,
div.MorePager a:active,
div.MorePager a:visited,
a.TabLink,
a.TabLink:link,
a.TabLink:active,
a.TabLink:visited,
div.Tabs li a,
div.Tabs li a:link,
div.Tabs li a:active,
div.Tabs li a:visited,
.DiscussionsTabs li a,
a.BigButton,
ul.Options li.Parent strong,
a.Button,
input.Button,
.Button {
    margin: 0px 0px 10px 0px;
    background: #3FA8F4;
    padding: 6px 12px 6px 12px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
    vertical-align: middle;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    font-family: Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
    border: none;
    text-shadow: none;
    box-shadow: none;
}

div.MorePager a:hover,
a.TabLink:hover,
div.Tabs li a:hover,
a.BigButton:hover,
a.Button:hover,
input.Button:hover,
.Button:hover {
    background-color: #FF931E;
    color: #fff;
    border: none;
}

div.MorePager a:hover span,
a.TabLink:hover span,
div.Tabs li a:hover span,
a.BigButton:hover span {
    background-color: #D37817;
}

div.MorePager a span,
a.TabLink span,
div.Tabs li a span,
a.BigButton span {
    padding: 1px 3px;
}

a.Active,
div.Tabs li.Active a,
div.Tabs li.Active a:link,
div.Tabs li.Active a:active {
    background: #FFFFFF;
    color: #474747;
    border: 1px solid #ABDAFB;
}

div.Tabs li.Active a span,
div.Tabs li.Active span {
    background: #3fa8f4;
}

div.Tabs li.Active:hover a span,
div.Tabs li.Active:hover span {
    background: #ff931e;
}

/*	forum lists
----------------------------------------*/
ul.DataList li.Item {
    padding: 8px 0px;
    border-bottom: 1px dashed #B2B2B2;
}

ul.DataList a.Title,
div.HeadingTabs div.SubTab {
    font-size: 18px;
    margin-bottom: 8px;
}

ul.DataList li.WallComment a.Title {
    font-size: 14px;
    margin: inherit;
}

ul.DataList li.Mine div.Meta a.Category {
    background: #BCD5E5;
}

/* Options button
----------------------------------------*/
ul.Options li.Parent strong {
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 10px;
    font-weight: normal;
    line-height: 100%;
    margin: 3px 4px 0 0;
    padding: 4px;
}

ul.Options li.Parent strong:hover,
ul.Options li.Active strong:hover,
ul.Options li.Active strong,
ul.Options li.Active ul {
    color: #fff;
    -webkit-border-bottom-right-radius: 1px;
    -webkit-border-bottom-left-radius: 1px;
    -moz-border-radius-bottomright: 1px;
    -moz-border-radius-bottomleft: 1px;
    border-bottom-right-radius: 1px;
    border-bottom-left-radius: 1px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
}

ul.Options li.Active ul {
    border: 1px solid #ccc;
}

/* cleditor (text editor)
----------------------------------------*/
.cleditorMain {
    margin: 10px 0px;
}

/* Head
----------------------------------------*/
#Head {
    background: #ddd9ca;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

body #Head h1 {
    font-size: 14px;
    line-height: 16px;
    padding: 10px 10px 10px 0px;
    color: #fff;
    display: block;
    margin-left: 9px;
}

#Head h1 a span {
    text-shadow: none;
    font-size: 14px;
}

#Head h1 a:hover span {
    color: #ff931e;
}

#Head form {
    margin: 4px 0px 3px 0px;
}

#Head form input.Button {
    background: none repeat scroll 0 0 #3fa8f4;
    color: #fff;
}

#Head form input.InputBox {
    padding: 3px 2px 4px 0;
}

#Head .Search,
#Head #Search {
    position: static;
    float: right;
}

.ll_vanilla #header {
    border-bottom: #4D4D4D;
    /*-webkit-box-shadow: 0px 1px 2px #444;
    -moz-box-shadow: 0px 1px 2px #444;
    box-shadow: 0px 1px 2px #444;
    */
}

ul#Menu {
    clear: left;
    margin: 5px 0px 0px 2px;
}

#Menu a,
#Menu li.Active a {
    color: #000;
}

#Menu li.NonTab a:hover {
}

#Menu a:hover,
#Menu li.NonTab a:hover {
    background: #ff931e;
}

/* Headings
----------------------------------------*/
div.MessageForm, div.Tabs, div.Headings {
    background: #fff;
    border-bottom: 1px dashed #B2B2B2;
    padding: 0px 0px;
    margin-top: 10px;
}

/* Message List
----------------------------------------*/
ul.MessageList li.Item {
    border-bottom: 1px dashed #B2B2B2;
    padding: 0px 0px 10px 0px
}

div.Preview div.Message,
div.Preview div.Message p,
ul.MessageList div.Message,
ul.MessageList div.Message p {
    padding: 8px;
    margin: 0;
}

/* Message Form
----------------------------------------*/
#MessageForm {
    background: none;
    padding: 0px;
    margin-top: 10px;
}

#MessageForm h2 {
    margin-bottom: 4px;
}

textarea#Form_Body {
    margin-bottom: 10px;
}

/* Meta
----------------------------------------*/
ul.MessageList div.Meta {
    background: #eee;
    padding: 8px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    min-height: 0;
    margin-top: 10px;
}

/* sign in form
----------------------------------------*/
div.SingleEntryMethod {
    width: auto;
}

.section-1 div.Box {
    border: none;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

#Popup .MainForm h1 {
    font-size: 16px;
    padding: 5px 0px 5px 10px;
    margin: 0px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

/*	other forms
----------------------------------------*/
form.Activity {
    padding: 0;
    margin: 10px 0px 0px 0px;
    border-bottom: 1px dashed #B2B2B2;
}

form.Activity #Form_Comment {
    margin-bottom: 10px;
}

textarea {
    width: auto;
}

/* tabs
----------------------------------------*/

div.DiscussionsTabs,
div.ActivityTabs,
div.ConversationsTabs,
div.ProfileTabs {
    padding-bottom: 10px;
}

/* Misc
----------------------------------------*/
div.Empty {
    font-size: 1.2em;
}

/* profile
----------------------------------------*/
body.Profile ul.PanelInfo {
    background: 0;
    border: none;
}

body.Profile ul.Activities {
    border-top: 0px;
    margin-top: 0px;
}

ul.PanelInfo li {
    background: none;
}

/* Discussion form
----------------------------------------*/
#DiscussionForm h2 {
    padding: 0px;
    margin-bottom: 10px;
    color: inherit;
}

#DiscussionForm form {
    padding: 0px;
    background: none;
    border: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

/* Conversations
----------------------------------------*/
ul.MessageList div.Meta span.Author a {
    line-height: 1;
}

/* popup
----------------------------------------*/
div.Popup h1,
div.Popup h2,
div.Connect h1,
div.Connect h2 {
    border: none;
    background: #ff931e;
}

a.Close {
    top: 13px;
}

div.Popup div.Body {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

/* Mine
----------------------------------------*/
.Mine {
    background: none;
}

.Mine .Message {
    background: #E3F4FF;
}

/* subtabs
----------------------------------------*/
div.Tabs div.SubTab {
    font-size: 18px;
    margin: 10px 0px 0px 0px;
    font-weight: bold;
    background: transparent;
    padding: 4px 0px;
}

div.SubTab + div.SubTab {
    margin-left: 10px;
}

/* Foot
----------------------------------------*/
.Foot {
    background: transparent;
    border: none;
}

/* Disable second privacy policy message */
#rhglobalprivacy {
    display: none !important;
}

/* Footer col
----------------------------------------*/
.footer-col {
    width: 175px;
    float: left;
    margin: 0 10px 0 0;
    padding: 0;
}

#footer li {
    float: none;
    border: none;
    line-height: 1.5em;
}

/********************** Community ***************/
.Vanilla .UserNotifications {
    display: none!important;
}

/* Custom Share Bar
----------------------------------------*/
  #customShareBar {
    position: relative;
	left: -47px;
	top: 300px;
	background-color: #FBF4D7;
	width: 42px;
	padding-top: 5px;
	padding-bottom: 5px;
  }
  .shareBackground {
    background: url(../../img/sharesprite.gif) no-repeat left!important;
    overflow: hidden;
    display: block;
    height: 32px!important;
    width: 32px!important;
    line-height: 32px!important;
    margin: 5px;
  }
  .shareBackground span {
    display:none;
  }
  .shareFacebook {
    background-position: 0 -3456px!important;
  }
  .shareTwitter {
    background-position: 0 -10976px!important;
  }
  .shareGoogle {
    background-position: 0 -4512px!important;
  }
  .sharePinterest {
    background-position: 0 -8256px!important;
  }
  #wrapper1 {
  	height: 0px;
	padding: 0px;
	margin: 0px;
  }
/*end*/
.title-header-1 {
  margin-top:0;
}

/*** Additional Style Lists ***/
.lost-credit-alert {
    color: #c00;
    font-size: 2em;
    cursor: help;
}

#page-popup {
    display: none;
    position: absolute;
    top: 0; bottom: 0; left: 0; right: 0;
    z-index: 1000;
}
#page-popup-message-box {
    width: 380px;
    height: 120px;
    margin: auto; padding: 10px;
    position: absolute;
    top: 0; bottom: 0; left: 0; right: 0; z-index: 2;
    background: #fff;
    border-radius: 10px;
}
#page-popup-background {
    position: absolute;
    top: 0; bottom: 0; left: 0; right: 0; z-index: 1;
    background: #000;
    opacity: 0.5;
}
#page-popup-header {
    height: 30px;
    line-height: 30px;
    font-size: 14pt; font-weight: bold;
}
#page-popup-title {
    border-bottom: 1px #aaa solid;
    padding: 0 28px 0 0;
}
#page-popup-close {
    width: 26px;
    height: 26px;
    margin: auto;
    background: url(../../img/prettyPhoto/living_language/sprite.png) -1px 0px no-repeat;
    cursor: pointer;
    position: absolute; top: 0; right: 0; bottom: 0;
    border-radius: 25px;
}
#page-popup-message {
    font-size: 12pt; margin: 20px auto; text-align: center
}
#page-popup-footer {
    height: 30px;
}
.l-pp-row {
    width: 100%; position: relative;
}
#page-popup .button-group {
    text-align: center;
}
#page-popup .button {
    min-width: 80px;
}
.hidden {
    display: none;
}
.disabled {
    background: #525252;
}

.back-btn {
    font-size: 1.4em;
    display: inline-block;
    margin-top: 10px;
}

#main-popup {
    background: none repeat scroll 0 0 #fff;
    padding: 14px;
}


/*Library Patron Login Pages */
.library-login {

}

.library-login-final {
	text-align: center;
}
.library-login .header {
	padding:10px 0 50px;
	color:#555;
	font-size:24px;
	line-height: 30px;
	text-align: center;
}
.library-login .header span {
	display: block;
	font-weight: bold;
}

.login-option {
	float:left;
	width: 50%;
	margin-bottom: 50px;
}

.login-option h2,
.library-login .success {
	color:#ff931e;
	font-size:24px;
	font-weight: normal;
}

.library-login .success {
	padding-bottom:40px;
}
.library-login .create-account {
	padding-bottom:40px;
	color: #555;
	font-size: 18px;
	font-weight: bold;
}

.library-login .account-reasons {
	padding-bottom:40px;
	color: #555;
}

.library-login .account-reasons li {
	position: relative;
	display: inline;
	padding-left: 20px;
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
}

.library-login .account-reasons li:before {
	content: '';
	background: transparent url(../../../images/check-marks.png) no-repeat -3px -8px;
	width:16px;
	height: 11px;
	position: absolute;
	left:0;
	top:25%;

}

.library-login .account-reasons li:nth-child(3):before {
	background-position: -3px -30px;
}
.library-login .account-reasons li:nth-child(5):before {
	background-position: -3px -52px;
}

.login-option p {
	color#555;
	font-size: 12px;
}

.login-option .error {
	padding: 5px 0 20px;
	color:red;
	font-size:13px;
}

.login-option fieldset {
	position: relative;
	width: 330px;
}
.login-option fieldset.inputs label {
	display: none;
}

.login-option:nth-child(3) {
	border-left: 1px solid #c4c4c4;
	box-sizing: border-box;
	padding-left: 35px;
}
.login-option fieldset.inputs input,
.login-option fieldset.inputs input#password {
	padding:10px;
	width: 100%;
	color:#555;
	border-color: #c4c4c4;
	border-radius: 3px;
	box-sizing: border-box;
}


.login-option fieldset.inputs input:placeholder,
.login-option fieldset.inputs input::-webkit-input-placeholder,
.login-option fieldset.inputs input::-moz-placeholder,
.login-option fieldset.inputs input:-ms-input-placeholder,
.login-option fieldset.inputs input:-moz-placeholder {
  color:#939393;
}

.login-option .button,
.library-login-final .button {
	font-weight: normal;
	padding: 10px 15px;
	border:1px solid #3FA8F4;
	border-radius: 3px;
}

.login-option .button:hover,
.library-login-final .button:hover {
	border:1px solid #FF931E;
}

.library-login-final .button.guest {
	margin-left: 40px;
	border:1px solid #3FA8F4;
	background: #fff;
	color: #3FA8F4;
}

.login-option .forgot {
	position: absolute;
	top:0;
	right:0;
	color:#3fa5f1;
	font-size: 12px;
}
.login-option .stay-logged-in {
	font-size: 12px;
}

.library-banner {
	width:100%;
}


.library-login-final .library-banner {
	margin-top: 50px;
}



.group:after {
  content: "";
  display: table;
  clear: both;
}