/* Relative font sizes:
4.236em 2.618em 1.618em 1em 0.618em 0.382em 0.236em */
/* go raibh maith agat eric meyer http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
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,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

form input {
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
}/* remember to define focus styles! */:focus {
    outline: 0;
}

body {
    line-height: 1;
    color: black;
    background: white;
}

ol,ul {
    list-style: none;
}/* tables still need 'cellspacing="0"' in the markup */table {
    border-collapse: separate;
    border-spacing: 0;
}

caption,th,td {
    text-align: left;
    font-weight: normal;
}

blockquote:before,blockquote:after,q:before,q:after {
    content: "";
}

blockquote,q {
    quotes: """";
}
/** end reset **/

body {
    background-image: url('http://cdn.bitesizeirishgaelic.com/images/background-top-light.png');
    background-repeat: repeat-x;
    background-position: center top;
    background-color: #c8e8bd;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 1em;
    color: #333;
    line-height: 1.3em;
    border-top: 10px solid #469c23;
}

    body#tinymce {
        background: #fff;
        padding: 1em;
    }

h1, h2, h3 {
    font-family: 'Lato', sans-serif;
}

h1 {
    font-size: 2.618em;
    font-weight: 700;
    line-height: 1.3em;
    margin: 0 0 0.618em 0;
    color: #434343;
    text-shadow: 0 1px 0 #ffffff;
}

h2 {
    font-size: 2em;
    font-weight: 700;
    line-height: 1.2em;
    color: #434343;
    text-shadow: 0 1px 0 #ffffff;
    margin: 0 0 1em 0;
}

    .page-section h2 {
        margin-top: 1.618em;
    }

        .page-section h2:first-child {
            margin-top: 1em;
        }

    .lesson h2, body#tinymce h2 {
        border-bottom: solid 1px #ddd;
        padding-bottom: 5px;
        margin-top: 1.618em;
    }

    .lesson h2.congratulations {
        border: 0;
        padding: 90px 0 0 0;
        background: url("../images/clover.png") no-repeat center top;
        font-weight: bold;
        margin: 0 0 20px 0;
    }

h3 {
    font-weight: 400;
    line-height: 1.1em;
    font-size: 1.618em;
    margin: 1.618em 0 0.618em 0;
}

    .page-section h3:first-child {
        margin-top: 0em;
    }

    .page-section h3 {
        color: #434343;
    }

h4, body#tinymce h4 {
    font-size: 1em;
    margin: 1.618em 0 0 0;
    font-weight: bold;
}

    .page-section h4 {
        color: #5a5a5a;
        padding-bottom: 15px;
    }

p {
    margin-bottom: 1.318em;
    text-align: justify;
    line-height: 160%;
}

    p:first-child {
        margin-top: 1em;
    }

    p.indent {
        margin-left: 3em;
    }

a:link {
    color: #0D569F;
}

    a:visited {
        color: #560D9F;
    }

    a img {
        text-decoration: none;
    }

ul {
    margin-left: 3em;
    list-style: disc;
    margin-bottom: 1.618em;
}

    ul.links {
        margin-left: 0;
        padding: 0;
        list-style-type: none;
    }

    ul.links li {
        margin: 0 0 10px 0;
    }

ol {
    margin-left: 3em;
    list-style: decimal;
    margin-bottom: 1.618em;
}

body#home h1 {
    text-align: center;
}

em {
    font-style: italic;
}

strong {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    margin-bottom: 1.618em;
}

tbody tr:nth-child(2n) td, tbody tr.even td {
    background: none repeat scroll 0 0 #efefef;
}

td {
    padding: 0.618em;
    border: 1px solid #bbb;
    font-size: inherit;
    font-family: inherit;
}

td.tableTop {
    background-color: #D6E3D5;
}

td p {
    margin: 0;
    text-align: left;
}

hr {
    width: 100%;
    clear: both;
}

/** Buttons **/
.btn, .cssform2 input[type="submit"] {
    font-size: 112%;
    font-weight: bold!important;
    border-radius: 5px;
    background: #1362a7;
    background: -moz-linear-gradient(top, #4281b9 0%, #1362a7 3%, #0b4b94 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4281b9), color-stop(3%,#1362a7), color-stop(100%,#0b4b94));
    background: -webkit-linear-gradient(top, #4281b9 0%,#1362a7 3%,#0b4b94 100%);
    background: -o-linear-gradient(top, #4281b9 0%,#1362a7 3%,#0b4b94 100%);
    background: -ms-linear-gradient(top, #4281b9 0%,#1362a7 3%,#0b4b94 100%);
    background: linear-gradient(top, #4281b9 0%,#1362a7 3%,#0b4b94 100%);
    -pie-background: linear-gradient(top, #4281b9 0%,#1362a7 3%,#0b4b94 100%);
    text-align: center;
    overflow: hidden;
    behavior: url(/resources/css/PIE.htc);
    position: relative;
    zoom: 1;
    border-width: 1px;
    border-style: solid;
    border-color: #036 #074680;
    color: #0b4b94;
    text-decoration: none;
    color: #f0f0f0;
    text-shadow: 0 1px 0 #09417a;
    line-height: 50px;
    height: 50px;
    cursor: pointer;
}

    .btn:hover, ul#nav li a.btn:hover, .cssform2 input[type="submit"]:hover, .weeks-listing a.active:hover .week-number.btn, .week-container ul#lessons li a.next:hover .btn{
        text-shadow: 0 1px 0 #041321;
        background: #073b82;
        background: -moz-linear-gradient(top, #39619a 0%, #073b82 3%, #1d74b3 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#39619a), color-stop(3%,#073b82), color-stop(100%,#1d74b3));
        background: -webkit-linear-gradient(top, #39619a 0%,#073b82 3%,#1d74b3 100%);
        background: -o-linear-gradient(top, #39619a 0%,#073b82 3%,#1d74b3 100%);
        background: -ms-linear-gradient(top, #39619a 0%,#073b82 3%,#1d74b3 100%);
        background: linear-gradient(top, #39619a 0%,#073b82 3%,#1d74b3 100%);
        -pie-background: linear-gradient(top, #39619a 0%,#073b82 3%,#1d74b3 100%);
        border: 1px solid #003;
        behavior: url(/resources/css/PIE.htc);
        position: relative;
        zoom: 1;
    }

    .btn:active {
        text-shadow: 0 -1px 0 #02101e;
        background: #073b82;
        background: -moz-linear-gradient(top, #35548d 0%, #032b71 3%, #2685bf 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#35548d), color-stop(3%,#032b71), color-stop(100%,#2685bf));
        background: -webkit-linear-gradient(top, #35548d 0%,#032b71 3%,#2685bf 100%);
        background: -o-linear-gradient(top, #35548d 0%,#032b71 3%,#2685bf 100%);
        background: -ms-linear-gradient(top, #35548d 0%,#032b71 3%,#2685bf 100%);
        background: linear-gradient(top, #35548d 0%,#032b71 3%,#2685bf 100%);
        -pie-background: linear-gradient(top, #35548d 0%,#032b71 3%,#2685bf 100%);
        line-height: 52px;
        border: 1px solid #001;
        behavior: url(/resources/css/PIE.htc);
        position: relative;
        zoom: 1;
    }

    a.btn {
        color: #fff;
        text-decoration: none;
        display: inline-block;
        padding: 0 20px;
    }

.btn.btn-light-border {
    border-color: #1b91ff #007eff;
}

.btn.light {
    text-shadow: 0 1px 0 #686868;
    background: #a3a3a3;
    background: -moz-linear-gradient(top, #a3a3a3 0%, #8c8c8c 3%, #767676 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a3a3a3), color-stop(3%,#8c8c8c), color-stop(100%,#767676));
    background: -webkit-linear-gradient(top, #a3a3a3 0%,#8c8c8c 3%,#767676 100%);
    background: -o-linear-gradient(top, #a3a3a3 0%,#8c8c8c 3%,#767676 100%);
    background: -ms-linear-gradient(top, #a3a3a3 0%,#8c8c8c 3%,#767676 100%);
    background: linear-gradient(top, #a3a3a3 0%,#8c8c8c 3%,#767676 100%);
    -pie-background: linear-gradient(top, #a3a3a3 0%,#8c8c8c 3%,#767676 100%);
    border: 1px solid #515151;
    border-top: 1px solid #515151;
    behavior: url(/resources/css/PIE.htc);
    position: relative;
    zoom: 1;
}

.btn.light:hover {
    background: #767676;
    background: -moz-linear-gradient(top, #767676 0%, #767676 3%, #8c8c8c 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#767676), color-stop(3%,#767676), color-stop(100%,#8c8c8c));
    background: -webkit-linear-gradient(top, #767676 0%,#767676 3%,#8c8c8c 100%);
    background: -o-linear-gradient(top, #767676 0%,#767676 3%,#8c8c8c 100%);
    background: -ms-linear-gradient(top, #767676 0%,#767676 3%,#8c8c8c 100%);
    background: linear-gradient(top, #767676 0%,#767676 3%,#8c8c8c 100%);
    -pie-background: linear-gradient(top, #767676 0%,#767676 3%,#8c8c8c 100%);
    behavior: url(/resources/css/PIE.htc);
    position: relative;
    zoom: 1;
}

.btn.light:active {
    text-shadow: 0 -1px 0 #4c4c4c;
    border: 1px solid #292929;
    background: #767676;
    background: -moz-linear-gradient(top, #878787 0%, #6a6a6a 3%, #969696 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#878787), color-stop(3%,#6a6a6a), color-stop(100%,#969696));
    background: -webkit-linear-gradient(top, #878787 0%,#6a6a6a 3%,#969696 100%);
    background: -o-linear-gradient(top, #878787 0%,#6a6a6a 3%,#969696 100%);
    background: -ms-linear-gradient(top, #878787 0%,#6a6a6a 3%,#969696 100%);
    background: linear-gradient(top, #878787 0%,#6a6a6a 3%,#969696 100%);
    -pie-background: linear-gradient(top, #878787 0%,#6a6a6a 3%,#969696 100%);
    behavior: url(/resources/css/PIE.htc);
    position: relative;
    zoom: 1;
}

/** User Index **/
.lessons-container {
    background: #fff none repeat scroll 0 0;
    float: left;
    position: relative;
    top: -5px;
}
.lessons-sidebar {
    background: #fff none repeat scroll 0 0;
    border: 0 none;
    float: left;
    margin-left: 1.5em;
    margin-top: 18px;
    padding: 10px 15px;
    width: 185px;
}

.lessons-sidebar h3 {
    font-size:16px;
    margin:0px 0px 5px;
    font-weight: bold;
}

.lessons-sidebar ul {
    margin: 0 0 15px 15px;
    list-style-type: square;
}

.lessons-sidebar ul a {
    font-size: 14px;
    text-decoration: none;
}

ul#lessons {
    box-shadow: 0 0 5px #d1e4cd;
    list-style-type: none;
    margin: 0 0 0 15px;
    padding: 0;
    position: relative;
    width: 694px;
}

ul#lessons li {
    margin: 0;
    padding: 0;
    width: 709px;
    display: inline;
}

ul#lessons a {
    display: block;
    text-decoration: none;
    width: 709px;
    background: #58a834;
    background: -moz-linear-gradient(top, #58a834 0%, #378a1a 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#58a834), color-stop(100%,#378a1a));
    background: -webkit-linear-gradient(top, #58a834 0%,#378a1a 100%);
    background: -o-linear-gradient(top, #58a834 0%,#378a1a 100%);
    background: -ms-linear-gradient(top, #58a834 0%,#378a1a 100%);
    background: linear-gradient(top, #58a834 0%,#378a1a 100%);
    -pie-background: linear-gradient(top, #58a834 0%,#378a1a 100%);
    behavior: url(/resources/css/PIE.htc);
    position: relative;
    zoom: 1;
}

ul#lessons a:hover {
    background: #1667aa;
    background: -moz-linear-gradient(top, #1667aa 0%, #09458d 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1667aa), color-stop(100%,#09458d));
    background: -webkit-linear-gradient(top, #1667aa 0%,#09458d 100%);
    background: -o-linear-gradient(top, #1667aa 0%,#09458d 100%);
    background: -ms-linear-gradient(top, #1667aa 0%,#09458d 100%);
    background: linear-gradient(top, #1667aa 0%,#09458d 100%);
    cursor: pointer;
}

ul#lessons .visited a {
    background: #909090;
    background: -moz-linear-gradient(top, #909090 0%, #6f6f6f 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#909090), color-stop(100%,#6f6f6f));
    background: -webkit-linear-gradient(top, #909090 0%,#6f6f6f 100%);
    background: -o-linear-gradient(top, #909090 0%,#6f6f6f 100%);
    background: -ms-linear-gradient(top, #909090 0%,#6f6f6f 100%);
    background: linear-gradient(top, #909090 0%,#6f6f6f 100%);
    -pie-background: linear-gradient(top, #909090 0%,#6f6f6f 100%);
    behavior: url(/resources/css/PIE.htc);
    position: relative;
    zoom: 1;
}

ul#lessons .visited a:hover {
    background: #7e7e7e;
    background: -moz-linear-gradient(top, #7e7e7e 0%, #626262 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7e7e7e), color-stop(100%,#626262));
    background: -webkit-linear-gradient(top, #7e7e7e 0%,#626262 100%);
    background: -o-linear-gradient(top, #7e7e7e 0%,#626262 100%);
    background: -ms-linear-gradient(top, #7e7e7e 0%,#626262 100%);
    background: linear-gradient(top, #7e7e7e 0%,#626262 100%);
}

.highlight-row a div.lesson-info div img {
    float: left;
    margin-right: 0.618em;
}

.highlight-row h3 {
    margin-top: 0.618em;
}

.count {
    margin: 22px 0 0 0;
    width: 82px;
    text-align: center;
    float: left;
    color: #9fc98d;
    text-shadow: 0 1px 0 #418823;
    font-size: 110%;
    line-height: 1.7em;
}

.count span {
    color: #f0f0f0;
    text-shadow: 0 1px 0 #2b6715;
    display: block;
    font-size: 180%;
}

ul#lessons a:hover .count {
    color: #81a7ca;
    text-shadow: 0 1px #0d4e8a;
}

ul#lessons .visited .count, ul#lessons .visited a:hover .count {
    color: #bcbcbc;
    text-shadow: 0 1px 0 #727272;
}

ul#lessons a:hover .count span {
    text-shadow: 0 1px #0b4989;
}

ul#lessons .visited .count span, #lessons .visited a:hover .count span {
    text-shadow: 0 1px 0 #4d4d4d;
}

.lesson-info {
    float: left;
    padding: 24px 25px 25px 30px;
    width: 572px;
    background: #fff;
    background: -moz-linear-gradient(top, #ffffff 0%, #fefefe 10%, #f2f2f2 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(10%,#fefefe), color-stop(100%,#f2f2f2));
    background: -webkit-linear-gradient(top, #ffffff 0%,#fefefe 10%,#f2f2f2 100%);
    background: -o-linear-gradient(top, #ffffff 0%,#fefefe 10%,#f2f2f2 100%);
    background: -ms-linear-gradient(top, #ffffff 0%,#fefefe 10%,#f2f2f2 100%);
    background: linear-gradient(top, #ffffff 0%,#fefefe 10%,#f2f2f2 100%);
    -pie-background: linear-gradient(top, #ffffff 0%,#fefefe 10%,#f2f2f2 100%);
    border-bottom: 1px solid #e9e9e9;
    -webkit-box-shadow: inset 0px 1px 2px #f2f2f2;
    -moz-box-shadow: inset 0px 1px 2px #f2f2f2;
    box-shadow: inset 0px 1px 2px #f2f2f2;
    behavior: url(/resources/css/PIE.htc);
    position: relative;
    zoom: 1;
}

ul#lessons a:hover .lesson-info {
    background: #e3e3e3;
    background: -moz-linear-gradient(top, #e3e3e3 0%, #ebebeb 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e3e3e3), color-stop(100%,#ebebeb));
    background: -webkit-linear-gradient(top, #e3e3e3 0%,#ebebeb 100%);
    background: -o-linear-gradient(top, #e3e3e3 0%,#ebebeb 100%);
    background: -ms-linear-gradient(top, #e3e3e3 0%,#ebebeb 100%);
    background: linear-gradient(top, #e3e3e3 0%,#ebebeb 100%);
    -pie-background: linear-gradient(top, #e3e3e3 0%,#ebebeb 100%);
    -webkit-box-shadow: inset 0px 1px 2px #d7d7d7;
    -moz-box-shadow: inset 0px 1px 2px #d7d7d7;
    box-shadow: inset 0px 1px 2px #d7d7d7;
    behavior: url(/resources/css/PIE.htc);
    position: relative;
    zoom: 1;
}

.lesson-info div {
    float: left;
    width: 359px;
}

.lesson-info h2 {
    color: #434343;
    margin: 0;
    font-weight: normal;
    font-size: 170%;
    text-shadow: 0 1px 0 #fff;
}

.lesson-info h2:hover {
    text-decoration: underline;
}

.lesson-info p {
    margin: 0;
    color: #828282;
}

.lesson-info .type {
    text-transform: capitalize;
}

ul#lessons li a:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

ul#lessons p {
    margin-bottom: 0;
}

ul#lessons li .btn {
    float: right;
    margin: 0;
    width: 201px;
}

body#lessons h1 {
    text-align: center;
}

.center-enticement {
    text-align: center;
    padding: 1em 0;
}

.center-enticement p {
    text-align: center;
}

.center-enticement h2 {
    font-size: 2em;
}

span.pronunciation:before, span.pronunciation:after {
    content: "/";
}

span.pronunciation {
    color: #333;
    font-weight: 300;
}

p.audio span.pronunciation {
    font-weight: normal;
}

/* older lesson design - remove as required */
#lessons_grid {
    margin-left: 0;
}

li.lesson {
    list-style: none;
    float: left;
    width: 17em;
    margin: 0 2.618em 2.618em 0;
}

li.lesson a {
    display: block;
    position: relative;
    color: #333;
    height: 10em;
    background-color: #fff;
    overflow: hidden;
    text-decoration: none;
    border: 1px solid #bbb;
}

li.lesson a:hover {
    background-color: #fffeb3;
}

.lesson_tag {
    background: none repeat scroll 0 0 #46A726;
    line-height: 36px;
    padding: 0 10px;
    position: relative;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.lesson_summary {
    padding: 0.382em;
    margin: 0;
}

.demo .lesson_tag {
    background-color: transparent;
}

.tag-grammar {
    background-color: #0D789C;
}

.tag-vocabulary {
    background-color: #780D9C;
}

.tag-conversation {
    background-color: #9c0d0d;
}

.tag-draft {
    background-color: #9c0d30;
}

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

.ribbon {
    position: absolute;
    top: 0;
    right: 0;
}

/** Lesson Area **/
#text_contents {
    line-height: 160%;
}

#lesson_footer {
    background: #ececec;
    margin: 0 -30px;
    text-align: center;
    padding: 30px;
}

.lesson {
    margin-bottom: 1.618em;
}

.lesson h1 {
    margin-bottom: 20px;
    font-size: 240%;
}

.lesson p {
    margin: 20px 0;
}

#lesson_contents strong {
    font-weight: bold;
}

#lesson_contents .photo {
    background-image: url('http://cdn.bitesizeirishgaelic.com/images/lesson.feature.jpg');
    width: 100%;
    height: 250px;
}

.demo_lesson #lesson_contents {
    background-image: none;
}

.lesson_free {
    position: absolute;
    text-indent: -10000px;
    width: 71px;
    height: 72px;
    background: url("../images/bg-free.png") no-repeat;
    left: 0;
    top: 0;
    margin: -5px 0 0 -5px;
}

#lesson_nb {
    font-size: 150%;
    float: left;
    margin: 27px 0 0 30px;
    display: block;
    color: #ffffff;
}

#lesson_tag {
    float: right;
    margin: 0 30px 0 0;
    line-height: 90px;
    display: block;
}

#lesson_footer p {
    margin-bottom: 0;
}

.nav-lesson {
    margin: 25px 0 0 0;
    padding: 0;
    list-style-type: none;
}

.nav-lesson li {
    display: inline;
    padding-right: 20px;
}

/**
 * Lesson type navigation
 */
nav.lesson-type {
    clear: both;
    margin: 0;
    overflow: hidden;
    text-align: center;
}

nav.lesson-type ul {
    margin: 0 auto;
    padding: 12px 0;
    list-style-type: none;
    position: relative;
    float: left;
    display: block;
    left: 50%;
}

nav.lesson-type li {
    margin: 0;
    padding: 0 3px 0 3px;
    display: block;
    float: left;
    right: 50%;
    position: relative;
}

nav#top-lesson-type li {
    padding-bottom: 7px;
}

nav#bottom-lesson-type li {
    padding-top: 7px;
}

nav.lesson-type a {
    color: #0d569f;
    font-weight: bold;
    text-decoration: none;
    text-shadow: 0 1px 0 #fff;
    background: #cfe8d9;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 0 10px;
    behavior: url(/resources/css/PIE.htc);
    position: relative;
    display: block;
    zoom: 1;
    line-height: 32px;
    height: 32px;
    overflow: hidden;
    text-align: center;
}

nav.lesson-type a:hover {
    background: #0d569f;
    color: #fff;
    text-shadow: 0 1px 0 #093c6f;
}

nav.lesson-type a:active {
    background: #0d569f;
    color: #fff;
    text-shadow: 0 -1px 0 #093c6f;
    line-height: 34px;
    height: 32px;
    overflow: hidden;
}

nav.lesson-type .active {
    background: url(http://cdn.bitesizeirishgaelic.com/images/pointer.png) no-repeat bottom center;
}

nav#bottom-lesson-type .active {
    background-position: top center;
}

nav.lesson-type .active a {
    background: #469c23;
    color: #fff;
    text-shadow: 0 1px 0 #316d18;
}

/** Ebook **/
#ebook-online-cover {
    float: left;
    margin-right: 2.618em;
}

td.sub-chapter {
    padding-left: 2.618em;
}

tr.chapter td {
    font-weight: bold;
}

#testimonials {
    max-width: 400px;
    float: right;
    color: #555;
    margin: 0 0 2.168em 3.168em;
} /* Also used on ebook page */
#table-of-contents {
    background-color: #fff;
}

#testimonials p:first-child {
    margin-top: 0;
}

#testimonials p {
    margin: 1.618em 0 0;
}

span.strikethrough {
    text-decoration: line-through;
}

/** Header **/
#header {
    padding: 16px 0 20px 0;
    position: relative;
}

#header_logo {
    float: left;
    margin-right: 25px;
}

#site_name {
    float: left;
}

#site_name a {
    color: #333;
    text-decoration: none;
}

#site_name a:hover {
    text-decoration: underline;
}

#account {
    float: right;
    margin: 34px 0 0 0;
    position: relative;
}

#account a {
    text-decoration: none;
    font-size: 105%;
    display: block;
    line-height: 34px;
    height: 34px;
    font-weight: bold;
    padding: 0 10px;
}

#account a:visited {
    color: #0D569F;
}

#account a:hover {
    text-decoration: none;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #0c529b;
    color: #fff;
    behavior: url(/resources/css/PIE.htc);
    position: relative;
}

#account .member {
    padding: 0 10px;
}

#account .member span {
    display: block;
    background: url("http://cdn.bitesizeirishgaelic.com/images/icon-arrow.png") no-repeat right center;
    padding-right: 25px;
}

#account .member.active, #account .member.active:hover {
    background: #cfe8d9;
    color: #434343;
    text-decoration: none;
}

#account .member.active span {
    background: url("http://cdn.bitesizeirishgaelic.com/images/icon-arrow-a.png") no-repeat right center;
}

#account .options {
    display: none;
    position: absolute;
    top: 34px;
    left: 0;
    background: #cfe8d9;
    list-style-type: none;
    margin: 0;
    padding: 0 0 5px 0;
    width: 100%;
    z-index: 3000;
}

#account .options li {
    margin: 0;
    padding: 0 10px;
    font-weight: bold;
}

#account .options a {
    line-height: 30px;
    height: 30px;
}

.rewards {
    position: absolute;
    top: 0;
    right: 0;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.rewards li {
    float: left;
    width: 32px;
    height: 52px;
    color: #fff;
    text-align: center;
    background: url("/resources/images/bg-ribbon.png") no-repeat right;
    line-height: 42px;
    text-shadow: -1px -1px 0 #b0d2a6;
    margin: 0 0 0 1px;
}

.rewards li.active {
    background: url("/resources/images/bg-ribbon.png") no-repeat left;
    text-shadow: -1px -1px 0 #2d8f0c;
}

.admin #header {
    min-height: 1.618em;
}

.admin h1 {
    margin-top: 0;
}

.admin #account {
    padding-top: 0;
}

/** Navigation **/
nav.buttons {
    margin: 35px 0 0 0;
    float: right;
    font-size: 105%;
    font-weight: bold;
    width: auto;
}

#nav {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul#nav li {
    float: left;
    margin: 0 10px 0 0;
    padding: 0;
}

ul#nav li a {
    display: block;
    line-height: 32px;
    padding: 0 10px;
    text-decoration: none;
    color: #0c529b;
    behavior: url(/resources/css/PIE.htc);
    position: relative;
}

ul#nav li a.nav-btn{
    position: relative;
    top: -9px;
    color: #f0f0f0;
    line-height: 50px;
}

nav ul#nav li.active a {
    background: #0c529b;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    behavior: url(/resources/css/PIE.htc);
    position: relative;
}

ul#nav li a.signup {
    font-weight: bold;
}

nav ul#nav li a:hover {
    text-decoration: none;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #0c529b;
    color: #fff;
    behavior: url(/resources/css/PIE.htc);
    position: relative;
}

/** Dashboard **/
.dashboard_lesson_options {
    font-style: italic;
    padding-left: 0.618em;
}

.container_12 {
    margin: 0 auto;
    clear: both;
}

body.dashboard form textarea#pronunciation {
    width: 50em;
    height: 5em;
}

.break {
    clear: both;
}

.highlight {
    background-color: #fffe95;
    font-weight: bold;
    padding: 0.236em;
}

a.button {
    position: relative;
    background-image: url('/resources/images/button-background.png');
    background-repeat: repeat-x;
    background-color: #147c05;
    padding: 0.618em;
    color: #fff;
    text-decoration: none;
}

a.button:hover {
    background-image: url('/resources/images/button-background-hover.png');
    background-color: #39912c;
    text-decoration: none;
}

a.button:visited {
    color: #fff;
}

a.icon {
    padding: 0.618em 0.618em 0.618em 40px;
}

a.icon img {
    position: absolute;
    top: 7px;
    left: 10px;
}

a#login {
    display: block;
    float: right;
    text-align: center;
    width: 94px;
}

#cap {
    width: 94px;
    height: 41px;
    background-image: url('/resources/images/login.png');
    background-position: 0px 0px;
    background-repeat: no-repeat;
}

a#login:hover #cap {
    background-position: 0px -43px;
}

a#login:active #cap {
    background-position: 0px -86px;
}

.infobox {
    border-width: 3px 0 3px 0;
    border-style: solid;
    padding: 1em;
    margin: 0 0 2em 0;
}

.infobox a {
    text-decoration: underline;
}

.attention {
    border-color: #FF7270;
    background-color: #FFE5E4;
}

.confirmation {
    border-color: #2ac710;
    background-color: #c9faaf;
}

.confirmation a:link {
    color: #187000;
}

a.dangerous:link {
    color: #FF0000;
    padding: 0.618em;
}

a.dangerous:hover {
    color: #fff;
    background-color: #FF0000;
}

.twitter-share-button {
    vertical-align: middle;
}

.center, .center p {
    text-align: center;
}

p.signature img {
    float: left;
    margin: 0 10px 10px 0;
    border: 3px solid #fff;
}

/** Home **/
body.home a.cta {
    width: 394px;
    text-align: center;
    display: block;
    margin: auto;
}

body.home a.cta .button {
    display: block;
    width: 394px;
    height: 59px;
    background-image: url('/resources/images/show-lessons.png');
    background-position: 0px 0px;
    background-repeat: no-repeat;
    border: 2px solid #CC0000;
}

body.home a.cta:hover .button {
    background-position: 0px -59px;
    border-color: #4ba614;
}

body.home a.cta:active .button {
    background-position: 0px -118px;
}

body.home img.about {
    float: left;
    margin: 0 0.382em 0.382em 0;
}

.clear {
    clear: both;
}

ul.large-ticks {
    list-style-image: url('/resources/images/tick-green.png');
    margin: 0 0 1em 38px;
    font-size: 1.618em;
    line-height: 1.2em;
}

ul.testimonials {
    list-style: none;
    margin-left: 0;
}

ul.testimonials li {
    display: block;
    margin-bottom: 1.618em;
}

ul.testimonials li p {
    line-height: 1.3em;
    text-align: left;
    margin-bottom: 1em;
}

ul.testimonials li img {
    padding: 7px;
    background-color: #ffffff;
    border: 1px solid #efefef;
    float: left;
    margin-right: 1em;
}

.feature {
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    margin-bottom: 1.618em;
}

/** Sign Up **/
.quotation {
    font-style: italic;
}

.signup_lesson {
    margin: 0.618em;
    color: #333;
    height: 10em;
    background-color: #fff;
    overflow: hidden;
    text-decoration: none;
    border: 1px solid #bbb;
}

.big-signup, .big-signup-options {
    text-align: center;
    margin: 0 auto 0 auto;
    width: 100%;
}

body.signup .big-signup {
    margin-top: 0;
    width: 630px;
}

.big-signup h2, .big-signup-options h2 {
    margin-bottom: 0.382em;
}

.big-signup h3, .big-signup-options h3 {
    color: #0c0564;
    font-size: 1.618em;
    margin: 0 0 0.618em 0;
    font-weight: normal;
}

.big-signup a {
    text-decoration: none;
    max-width: 520px;
    margin: 0 auto 1.618em auto;
    display: block;
    background-color: #fff;
    color: #333;
    padding: 2.618em 1em;
    -moz-border-radius: 4px 4px 4px 4px;
    border: 1px solid #CCCCCC;
}

.big-signup a:hover {
    background-color: #eee;
    text-decoration: none;
    border-color: #4ba614;
}

.big-signup .sign-up {
    background-image: url('/resources/images/sign-up.png');
}

.big-signup a:active .signup {
    background-position: 0px -118px;
}

.big-signup .button {
    display: block;
    height: 59px;
    width: 394px;
    background-image: url('/resources/images/sign-up.png');
    background-position: 0px 0px;
    background-repeat: no-repeat;
    border: 2px solid #CC0000;
    margin-left: auto;
    margin-right: auto;
}

.big-signup a:hover .button {
    background-position: 0px -59px;
    border-color: #4ba614;
}

.big-signup .buy-now {
    background-image: url('/resources/images/buy-now.png');
}

.big-signup a .link {
    text-decoration: underline;
    font-size: 1.618em;
    line-height: 1.2em;
    color: #0800ff;
    display: block;
}

.big-signup a img {
    margin-top: 1.618em;
}

.signup-plan {
    -moz-border-radius: 4px;
    background: #fff;
    -webkit-border-radius: 4px;
 /* Safari, Chrome */
    -khtml-border-radius: 4px;
 /* KHTML */
    border-radius: 4px;
 /* CSS3 */
    behavior: url(/resources/css/PIE.htc);
    position: relative;
    zoom: 1;
    -webkit-box-shadow: 0px 0px 3px #aaa;
    -moz-box-shadow: 0px 0px 3px #aaa;
    box-shadow: 0px 0px 3px #aaa;
    float: left;
    margin-bottom: 3em;
    padding-left: 20px;
    padding-right: 20px;
    width: 278px;
}

.signup-plan-front {
    height: 405px;
    position: relative;
    z-index: 9;
    padding-top: 30px;
}

.signup-plan-back {
    height: 390px;
    background: #fff;
    background-position: top right;
    margin-left: -5px;
    margin-top: 11px;
    position: relative;
    z-index: 2;
    padding-top: 20px;
}

.signup-plan.signup-plan-single {
    float: none;
    margin-left: auto;
    margin-right: auto;
}

.signup-plan ul {
    text-align: left;
}

.signup-plan p {
    color: #a1a1a1;
    font-size: 16px;
    padding: 0;
    margin: 0;
    padding-top: 10px;
    text-align: center;
    text-transform: uppercase;
}

.signup-plan h3 {
    color: #434343;
    font-size: 32px;
}

.signup-plan-front .btn {
    width: 155px;
    cursor: pointer;
}

.signup-plan-back .btn {
    width: 155px;
    cursor: pointer;
}

.bitesize-promise {
    background-color: #feff90;
    border: 1px solid #acacac;
    margin: 0 0 2em 0px;
    width: 100%;
    height: 75px;
}

.bitesize-promise h3 {
    float: left;
    margin: 0.9em 1em 1em;
    text-align: left;
    color: #5f3800;
    vertical-align: bottom;
    width: 20%;
    padding-top: 10px;
}

.bitesize-promise p {
    margin: 1em;
    color: #5f3800;
    float: left;
    width: 340px;
    font-style: italic;
    margin-left: 70px;
    text-align: center;
} 

/** Tour **/
body.tour div.tour-feature {
    max-width: 750px;
    min-height: 200px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 4.618em;
    clear: both;
}

body.tour div.tour-feature h3 {
    text-align: left;
}

body.tour div.tour-feature img {
    border: 2px solid #efefef;
}

body.tour div.tour-feature img.right {
    float: right;
    margin-left: 1em;
}

body.tour div.tour-feature img.left {
    float: left;
    margin-right: 1em;
}

/** Why **/
.testimonial .logo {
    float: left;
    margin-right: 1em;
}

.testimonial_indent {
    padding-left: 2.618em;
}

.why-photo {
    float: right;
    font-style: italic;
    width: 380px;
    margin: 0 0 1.618em 1.618em;
}

.why-photo.brid {
    width: 280px;
}

.why-photo-left {
    float: left;
    margin: 0 1.618em 1.618em 0;
}

/** Sales Letter **/
.salesletter h1, .salesletter h2, .salesletter h3 {
    text-align: center;
}

.intro {
    font-size: 1.618em;
    line-height: 1.618em;
    text-align: center;
}

.salesletter .testimonial {
    text-align: center;
}

.tell-me-more {
    display: block;
    height: 59px;
    width: 394px;
    background-image: url('/resources/images/tell-me-more.png');
    background-position: 0px 0px;
    background-repeat: no-repeat;
    border: 2px solid #CC0000;
    margin-left: auto;
    margin-right: auto;
}

.salesletter a:hover .tell-me-more {
    background-position: 0px -59px;
    border-color: #4ba614;
}

.salesletter a:active .tell-me-more {
    background-position: 0px -118px;
}

.salesletter .lesson {
    margin: 0 auto;
}

.coupon {
    border-style: dashed;
    border-width: 3px;
    border-color: red;
    padding: 1em;
    width: 20em;
    margin: 0 auto 0.618em auto;
    background-color: #fff;
}

.coupon .amount {
    font-size: 2.618em;
}

.coupon .codearea {
    float: left;
    text-align: center;
    width: 50%;
    padding: 0.5em;
    line-height: 1.5em;
}

.coupon .coupon-code {
    font-weight: bold;
    color: red;
    font-family: monospace;
    font-size: 1.618em;
}

.coupon .offer {
    text-align: center;
    line-height: 1em;
    padding: 1em;
}

.coupon .details {
    font-size: 80%;
    line-height: 1em;
}

.testimonials-block {
    padding: 1em;
    background-color: #fff;
}

.testimonials-block h3 {
    text-align: center;
    font-size: 1.618em;
    margin: 1em 0;
    color: #8c0017;
}

ul.small-ticks {
    list-style-image: url('http://cdn.bitesizeirishgaelic.com/images/icon_check.png');
}

/***** Forms ****/
form.cssform2 {
    width: 100%;
}

.cssform2 fieldset {
    margin: 0 0 2.618em 0;
    padding: 1em;
    border: 1px solid #ccc;
    background-color: #fff;
}

.cssform2 fieldset h3 {
    margin-top: 0.618em;
}

.cssform2 label {
    display: block;
    font-size: 1.5em;
    line-height: 1.618em;
}

    .cssform2.form-small label {
        font-size: inherit;
        line-height: inherit;
        font-weight: bold;
    }

    .cssform2.form-small .highlight label {
        font-weight: normal;
    }

.cssform2 .small_checkbox label {
    display: inline;
    font-size: 1em;
}

.cssform2 label.radio {
    display: inline;
}

.cssform2 input[type="textinput"] {
    width: 23em;
    padding: 0.3em;
}

.cssform2 input[type="text"], .cssform2 input[type="password"], .cssform2 textarea {
    border: 1px solid #CCCCCC;
    font-size: 1.5em;
    width: 23em;
    padding: 0.3em;
}

    .cssform2.form-small input[type="text"], .cssform2.form-small input[type="password"], .cssform2.form-small textarea {
        font-size: inherit;
        padding: 0.1em;
        margin-bottom: 0.2em;
    }

.cssform2 input:focus {
    border-width: 1px;
    border-style: solid;
    border-color: #aaa;
}

.cssform2 input#headword:focus {
    background-color: #DAFDCF;
    border-top: 1px solid #23980A;
}

.cssform2 select {
    font-size: 1em;
}

.cssform2 p.desc {
    margin: -1.5em 0 0.7em;
    font-size: 85%;
    color: #AAAAAA;
}

.cssform2 .required {
    font-weight: bold;
    margin-left: -0.7em;
    color: #870000;
}

.cssform2 p.radio label {
    clear: right;
}

.cssform2 textarea {
    overflow: auto;
 /* remove default scrollbars in IE */
    font-family: inherit;
}

/** ### clients and demo ### **/
ul.clients {
    list-style: none outside none;
    margin: 35px 0 0;
    padding: 0;
}

ul.clients li .client {
    float: left;
    font-size: 90%;
    font-style: italic;
    margin: 0;
    width: 280px;
}

ul.clients li img {
    float: left;
    margin-right: 15px;
    width: 96px;
}

ul.clients li p {
    line-height: 160%;
    margin: 0 !important;
    text-align: left;
}

.newsletter {
    background: #dbdbdb;
    border-radius: 5px;
    margin: 0 90px;
    padding: 30px 30px 20px 30px;
    width: 650px;
    behavior: url(/resources/css/PIE.htc);
    position: relative;
}

.newsletter p {
    margin: 0 !important;
}

.newsletter p.fields {
    margin: 0 0 10px 0 !important;
    width: 350px;
}

.newsletter p.fields label {
    font-weight: bold;
    display: block;
    width: 55px;
    float: left;
    line-height: 32px !important;
}

.newsletter p.fields span {
    display: block;
    float: left;
    width: 290px;
    border-radius: 3px;
    border-bottom: 1px solid #f2f2f2;
    behavior: url(/resources/css/PIE.htc);
    position: relative;
}

.newsletter p.fields input {
    border: 1px solid #bebebe;
    padding: 0 10px;
    height: 32px;
    line-height: 32px;
    color: #d6d6d6;
    font-size: 90%;
    width: 268px;
    border-radius: 3px;
    margin: 0;
    behavior: url(/resources/css/PIE.htc);
    position: relative;
}

.newsletter .btn {
    margin-top: 13px !important;
    width: 230px;
}

#lesson_footer p.desc {
    line-height: 150%;
    margin: 20px 100px !important;
    text-align: center;
}

#lesson #af-form-1604289554 {
    width: 650px;
}

#lesson_footer .af-form-wrapper .previewLabel {
    display: block;
    float: left;
    font-weight: bold;
    line-height: 32px !important;
    width: 55px;
}

#lesson_footer .af-form-wrapper .text {
    border: 1px solid #BEBEBE;
    color: #D6D6D6;
    font-size: 90%;
    height: 32px;
    line-height: 32px;
    margin: 0;
    padding: 0 10px;
    position: relative;
    width: 268px;
}

#lesson_footer .af-form-wrapper .af-element {
    width: 350px;
}

#lesson_footer .af-form-wrapper span {
    border-bottom: 1px solid #F2F2F2;
    display: block;
    float: left;
    position: relative;
    width: 290px;
}

ul.clients li p.person {
    color: #999;
    margin-top: 10px !important;
}
/** ### end of clients and demo ### **/

/** Phrases **/
dd {
    font-style: italic;
    margin-bottom: 1.618em;
}

/*
 * Skin for jPlayer Plugin (jQuery JavaScript Library)
 * http://www.jplayer.org
 *
 * eTeanga
 *
 * Copyright (c) 2011 Happyworm Ltd
 * Dual licensed under the MIT and GPL licenses.
 *  - http://www.opensource.org/licenses/mit-license.php
 *  - http://www.gnu.org/copyleft/gpl.html
 *
 * Author: Mark Panaghiston
 * Skin Version: 1.0 (jPlayer 2.1.0)
 * Date: 13th September 2011
 * With eTeanga modifications since with a new skin
 */
/*@group inline player */
a.jppl-audio {
    text-decoration: none;
}

.audio a.jppl-audio {
    margin: 0;
    display: block;
    padding: 5px 5px 5px 5px;
    background: #cedceb;
    /* IE10 Consumer Preview */
    background-image: -ms-linear-gradient(top, #F2F8FF 0%, #CEDCEB 100%);
    /* Mozilla Firefox */
    background-image: -moz-linear-gradient(top, #F2F8FF 0%, #CEDCEB 100%);
    /* Opera */
    background-image: -o-linear-gradient(top, #F2F8FF 0%, #CEDCEB 100%);
    /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #F2F8FF), color-stop(1, #CEDCEB));
    /* Webkit (Chrome 11+) */
    background-image: -webkit-linear-gradient(top, #F2F8FF 0%, #CEDCEB 100%);
    /* W3C Markup, IE10 Release Preview */
    background-image: linear-gradient(to bottom, #F2F8FF 0%, #CEDCEB 100%);
    border-radius: 5px;
    behavior: url(PIE.htc);
    position: relative;
    text-decoration: none;
    border: 1px solid #85A8CD;
}

.audio span.pronunciation:before, .audio span.pronunciation:after {
    content: "/";
}

.audio span.translation {
    display: block;
    float: left;
    font-weight: bold;
    line-height: 42px;
    color: #434343;
}

.audio span.irish {
    font-weight: bold;
    color: #0c529b;
    display: block;
    float: left;
    line-height: 36px;
    padding: 3px 10px 3px 0px;
    behavior: url(PIE.htc);
    position: relative;
    margin-right: 20px;
}

.audio span.audio-icon {
    background: #fafcff;
    display: block;
    float: left;
    width: 60px;
    height: 40px;
    border: 1px solid #bcd0e6;
    border-radius: 5px;
    margin-right: 10px;
}

.audio span.audio-icon span {
    background: url("/resources/images/jplayer.eteanga.fullwidth.png") 0 0 no-repeat;
    display: block;
    position: absolute;
    left: 22px;
    top: 8px;
    width: 55px;
    height: 35px;
}

.audio a.jppl-playing span.audio-icon span {
    background: url("/resources/images/jplayer.eteanga.fullwidth.png") 2px -71px no-repeat;
}

.audio a.jppl-audio:hover span.audio-icon {
    background: #CEDCEB;

    /* IE10 Consumer Preview */
    background-image: -ms-linear-gradient(bottom, #F2F8FF 0%, #CEDCEB 100%);

    /* Mozilla Firefox */ 
    background-image: -moz-linear-gradient(bottom, #F2F8FF 0%, #CEDCEB 100%);

    /* Opera */ 
    background-image: -o-linear-gradient(bottom, #F2F8FF 0%, #CEDCEB 100%);

    /* Webkit (Safari/Chrome 10) */ 
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #F2F8FF), color-stop(1, #CEDCEB));

    /* Webkit (Chrome 11+) */ 
    background-image: -webkit-linear-gradient(bottom, #F2F8FF 0%, #CEDCEB 100%);

    /* W3C Markup, IE10 Release Preview */ 
    background-image: linear-gradient(to top, #F2F8FF 0%, #CEDCEB 100%);
}

.audio span.pronunciation {
    float: right;
    display: block;
    line-height: 42px;
    margin: 0 !important;
    color: #434343;
}

.audio a.jppl-audio:hover {
    background: #0c529b;
    color: #fff !important;
}

.audio a.jppl-audio:hover span.translation {
    color: #fff;
}

.audio a.jppl-audio:hover span.irish {
    color: #fff;
    behavior: url(PIE.htc);
    position: relative;
}

.audio a.jppl-audio:hover span.pronunciation {
    color: #fff;
}

a.inline-audio {
    background: #CEDCEB;

    /* IE10 Consumer Preview */ 
    background-image: -ms-linear-gradient(top, #F2F8FF 0%, #CEDCEB 100%);

    /* Mozilla Firefox */ 
    background-image: -moz-linear-gradient(top, #F2F8FF 0%, #CEDCEB 100%);

    /* Opera */ 
    background-image: -o-linear-gradient(top, #F2F8FF 0%, #CEDCEB 100%);

    /* Webkit (Safari/Chrome 10) */ 
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #F2F8FF), color-stop(1, #CEDCEB));

    /* Webkit (Chrome 11+) */ 
    background-image: -webkit-linear-gradient(top, #F2F8FF 0%, #CEDCEB 100%);

    /* W3C Markup, IE10 Release Preview */ 
    background-image: linear-gradient(to bottom, #F2F8FF 0%, #CEDCEB 100%);
    text-decoration: none !important;
    
    font-weight: bold;
    border-radius: 5px;
    padding: 0 5px;
    behavior: url(PIE.htc);
    color: #0D569F;
    border: 1px solid #85A8CD;
}

    a.inline-audio i.fa-play, a.inline-audio i.fa-stop {
        padding-right: 0.1em;
        display: inline-block;
        width: 1.25em;
        text-align: center;
    }

    a.inline-audio i.fa-stop {
        display: none;
    }

    a.inline-audio:hover {
        background: #0c529b;
        border-color: #0c529b;
        color: #fff;
    }

        a.inline-audio.jppl-playing i.fa-stop {
            display: inline-block;
        }

        a.inline-audio.jppl-playing i.fa-play {
            display: none;
        }

.audio strong,
a.inline-audio strong {
    text-decoration: underline;
}
 
.audio a.jppl-audio:active, a.inline-audio:active {
    background-color: #002347;
}

h3 span.irish {
    padding: 0 0.236em;
}
/*@end*/

.colborder {
    border-right: none;
}

/* clearing floats */
.audio:after, .newsletter:after, .fields:after, .audio .jppl-audio:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.footer {
    width: 100%;
    background: #434343;
    overflow: hidden;
    margin-top: 3em;
}

.footer .clear {
    height: 0;
    line-height: 0;
    font-size: 0;
    clear: both;
}

/* footer */
p.copyright {
    float: left;
    margin: 0;
}

#footer {
    background: #434343;
    position: relative;
    color: #f1f1f1;
    overflow: hidden;
    width: 950px;
    margin: 0 auto;
    float: none;
    padding: 32px 0 80px;
}

#footer h2 {
    font-size: 32px !important;
    font-weight: normal;
    padding-bottom: 20px;
    text-align: left !important;
    line-height: normal !important;
    margin: 0 !important;
    color: #fff !important;
    text-shadow: none !important;
}

#footer .dv_footer_input {
    background: url(/resources/images/bg_footer_input.png) 0 0 no-repeat;
    width: 241px;
    height: 52px;
    line-height: 52px;
    float: left;
    padding: 0 20px;
}

#footer .dv_footer_input input {
    width: 241px;
    background: transparent;
    border: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #777;
}

#footer .dv_submit {
    float: left;
}

#footer .text {
    background: none repeat scroll 0 0 #3c3c3c;
    border: 1px solid #333;
    border-radius: 4px;
    box-shadow: 0 0 10px #333;
    color: #777;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
    height: 50px !important;
    line-height: 50px;
    margin: 0;
    padding: 0 7px !important;
    position: relative;
    width: 241px !important;
}

#footer .btn {
    cursor: pointer;
    float: left;
    height: 52px !important;
    line-height: 52px;
    margin-left: -5px !important;
    padding: 0 13px !important;
    width: auto !important;
    margin-top: 0px !important;
}

#footer .dv_left {
    float: left;
    background: url(/resources/images/separator.png) 100% 0 no-repeat;
    min-height: 220px;
    width: 424px;
    font-size: 16px;
    line-height: 22px;
    padding-right: 50px;
}

#footer .dv_right {
    float: left;
    width: 426px;
    padding-left: 50px;
    text-align: justify;
}

#footer .dv_stories {
    font-size: 14px;
    line-height: 22px;
    font-style: italic;
}

#footer .dv_stories img {
    float: left;
    padding-right: 20px;
}

#footer .dv_stories p {
    overflow: hidden;
    float: left;
}

#footer .p_author {
    color: #a1a1a1;
}

#footer .sp_stories {
    display: block;
    padding-bottom: 10px;
}

#footer .copyright {
    float: left;
    font-size: 16px;
    color: #777;
}

p.footer-navigation {
    color: #777;
}

#footer a, #footer a:visited {
    color: #f1f1f1;
}

#footer a:hover {
    background: none !important;
    color: #fff !important;
    text-decoration: none;
}

/* styles for signup */


.feature-heading {
    background: #319d0d url('http://cdn.bitesizeirishgaelic.com/images/headline-bite.png') no-repeat 690px 0;
    position: relative;
    line-height: 91px;
    margin-bottom: 1.618em;
    color: #fff;
}

.lesson .feature-heading {
    height: 105px;
    margin-bottom: 0;
    position: relative;
}

.feature-heading a {
    color: #fff;
}

.feature-heading h1 {
    padding: 0 !important;
    margin: 30px 0 30px 0;
    color: #fff;
    text-shadow: 0 1px 0 #000 !important;
}

.lesson .feature-heading h1 {
    margin: 0 !important;
}

.green_color {
    color: #899682;
    line-height: 20px;
    font-size: 14px;
}

.page-section {
    margin-bottom: 1.618em;
    box-shadow: 0 0 5px #9fc593;
    background: #fff;
    overflow: hidden;
}

.page-section.standalone {
    margin-top: 4em;
}

.page-section .padding {
    padding: 0 1em 1.618em 1em;
}

.page-section .no-padding {
    margin: 0 -1em 0.618em -1em;
}

#lesson_contents .padding {
    padding: 30px;
}

.dv_padd {
    padding-right: 30px;
}

.promise-background {
    background: url(http://cdn.bitesizeirishgaelic.com/images/green_circle.jpg) 24px 0 no-repeat;
    width: 354px;
    height: 269px;
    text-align: center;
    float: left;
    color: #319d0d;
    font-size: 20px;
    line-height: 28px;
    padding-left: 30px;
}

.promise-background h2 {
    font-size: 1.618em;
    margin-top: 40px;
    color: #319d0d;
}

.page-section .dv_left {
    float: left;
    padding-left: 40px;
}

.page-section .dv_right {
    float: right;
    width: 310px;
    padding-top: 37px;
}

.dv_checkout {
    background: url(http://cdn.bitesizeirishgaelic.com/images/lock_icon.png) 0 0 no-repeat;
    padding-left: 65px;
    min-height: 52px;
    padding-top: 10px;
    margin-top: 1.618em;
}

.page-section ul.testimonials li img {
    border: none;
    padding: 0;
}

.page-section ul.testimonials li {
    color: #434343;
    font-size: 14px;
    font-style: italic;
}

.page-section ul.testimonials li p {
    overflow: hidden;
    line-height: 22px;
}

.page-section ul.testimonials .person {
    color: #999;
}

.dv_list_checked {
    float: left;
    width: 456px;
    padding-left: 80px;
    padding-top: 40px;
}

.dv_list_checked ul.small-ticks {
    list-style-image: none !important;
    font-size: 16px;
    margin: 0;
    list-style-type: none;
}

.dv_list_checked ul.small-ticks li {
    line-height: 21px;
    color: #434343;
    padding-bottom: 21px;
    padding-left: 39px;
    background: url('http://cdn.bitesizeirishgaelic.com/images/icon_check_2.png') 0 0 no-repeat;
}

.p_users {
    font-size: 16px;
    color: #319d0d;
    font-weight: bold;
    line-height: 32px;
    padding-left: 77px;
    padding-right: 45px;
    margin-bottom: 0;
}

body.home .middle-section {
    width: 100%;
    background: url(http://cdn.bitesizeirishgaelic.com/images/home-scenery-image.png) center center no-repeat;
    height: 327px;
    margin-top: 13px;
}

    body.home .middle-section-inner {
        margin: 0 auto;
        float: none;
    }

        body.home .middle-section-inner h2 {
            font-size: 42px;
            color: #fff;
            padding: 80px 0 0 25px;
            margin-bottom: 0px;
            text-shadow: 1px 1px 3px #333;
        }

body.home .bottom-section {
    margin: 46px 0;
}

    body.home .bottom-section ul {
        float: left;
        width: 730px;
        list-style-type: none;
        padding: 0px;
        margin: 0 30px 0 0;
    }

        body.home .bottom-section ul li {
            float: left;
            width: 222px;
            margin: 0 30px 0 0;
        }

            body.home .bottom-section ul li:last-child {
                margin: 0px;
            }

            body.home .bottom-section ul li img {
                float: left;
                width: 222px;
                height: 142px;
                padding: 3px;
                background: #fff;
                border: 1px solid #bed7b6;
            }

            body.home .bottom-section ul li p {
                float: left;
                width: 100%;
                text-align: center;
                font-size: 15px;
                color: #434343;
                margin: 15px 0 0 0;
            }

body.home .get-started {
    float: right;
    width: 190px;
}

body.home .get-started p {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #434343;
    margin: 30px 0 0 0;
    font-weight: bold;
}

body.home .get-started > .btn {
    float: left;
    margin: 20px 0 0 19px;
}

.cta {
    float: left;
    width: 500px;
    margin: 0 0 0 25px;
}

.cta span {
    float: left;
    width: 60px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    margin: 34px 0 0 0;
}

.cta > .btn {
    margin: 20px 0 0 0;
    float: left;
}

a:link.learn-more-home {
    float: left;
    font-size: 20px;
    color: #fff;
    margin: 29px 0 0 0;
    text-decoration: underline;
    padding: 4px;
}

a:link.learn-more-home:hover {
    text-decoration: none;
    padding: 4px;
}

a.learn-more-home:visited {
    color: #FFFFFF;
    text-decoration: underline;
}

.feature-pronunciation {
    float: left;
    width: 232px;
    height: 152px;
    background: url(/resources/images/home.feature-pronunciation.jpg) 0px 0px no-repeat;
}

.feature-pronunciation:hover {
    background: url(/resources/images/home.feature-pronunciation.jpg) 0px -152px  no-repeat;
}

.feature-lessons-online {
    float: left;
    width: 232px;
    height: 152px;
    background: url(/resources/images/home.feature-lessons-online.jpg) 0px 0px no-repeat;
}

.feature-lessons-online:hover {
    background: url(/resources/images/home.feature-lessons-online.jpg) 0px -152px  no-repeat;
}

.feature-lessons-grammar {
    float: left;
    width: 232px;
    height: 152px;
    background: url(/resources/images/home.feature-lessons-grammar.jpg) 0px 0px 
no-repeat;
}

.feature-lessons-grammar:hover {
    background: url(/resources/images/home.feature-lessons-grammar.jpg) 0px -152px  no-repeat;
}

/* Success stories slider */
#slider ul, #slider li,  #slider2 ul, #slider2 li {
    margin: 0;
    padding: 0;
    list-style: none;
}

#slider2 {
    margin-top: 1em;
}

#slider li, #slider2 li {
    width: 430px;
    height: 100px;
    overflow: hidden;
}

#prevBtn, #nextBtn,  #slider1next, #slider1prev {
    display: block;
    width: 30px;
    height: 77px;
    position: absolute;
    left: -30px;
    top: 71px;
    z-index: 1000;
}

#nextBtn, #slider1next {
    left: 696px;
}

#prevBtn a, #nextBtn a,  #slider1next a, #slider1prev a {
    display: block;
    position: relative;
    width: 30px;
    height: 77px;
    background: url(../images/btn_prev.gif) no-repeat 0 0;
}

#nextBtn a, #slider1next a {
    background: url(../images/btn_next.gif) no-repeat 0 0;
}
/* numeric controls */  

ol#controls {
    float: left;
    height: 28px;
    margin: 20px 0 0 170px;
    padding: 0;
}

ol#controls li {
    margin: 0 5px 0 0;
    padding: 0;
    float: left;
    list-style: none;
    height: 10px;
    line-height: 10px;
}

ol#controls li a {
    float: left;
    background: #595959;
    color: #555;
    height: 10px;
    width: 10px;
    text-decoration: none;
    text-indent: -10000px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -ohtml-border-radius: 5px;
    -webkit-border-radius: 5px;
}

ol#controls li.current a {
    background: #afafaf;
    text-indent: -10000px;
}

ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus {
    outline: none;
}

.testimonial {
    float: left;
    width: 430px;
}

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

.testimonial p {
    float: left;
    width: 310px;
    font-style: italic;
    font-size: 15px;
    color: #fff;
    line-height: 18px;
    margin: 0 0 10px 0;
}

.testimonial label {
    float: left;
    width: 310px;
    font-style: italic;
    font-size: 14px;
    color: #888;
    line-height: 18px;
}

body.audio-program .audio-lesson-headline {
    margin-left: 60px;
    margin-top: -360px;
    padding-top: 60px;
}

body.audio-program div.product {
    margin-bottom: 3.618em;
}

body.audio-program .view-cart {
    float: right;
    vertical-align: middle;
}

body.audio-program .product h4 {
    padding-top: 1em;
    margin-top: 0.618em;
    margin-bottom: 0.618em;
    border-top: 1px #eee solid;
    text-align: center;
}

body.audio-program .product ul {
    margin-left: 1em;
    margin-top: -0.618em;
}

body.audio-program .product img {
    margin-left: auto;
    margin-right: auto;
}

body.audio-program .product img, body.audio-program img.product {
    border: 7px solid #efefef;
}

body.audio-program p.price span {
    color: #888;
    text-decoration: line-through;
}

body.audio-program p.add-to-cart {
    text-align: center;
}

/* Free trial FAQ */
.free-trial-faq h3 {
    margin-bottom: 0.25em;
}
.free-trial-faq .plans {
    margin-left: 1.618em;
}

.about-image {
    float: right;
    width: 140px;
    margin-left: 20px;
    margin-bottom: 10px;
}

.search {
    margin:10px 0px 20px;
}
.search input[type="text"]{
    width: 25.65em;
}
.search-results {
    width: 708px;
}
.search-results .padding {
    padding: 1.618em 1em;
}
.serach-right-block .lessons-sidebar{
    margin-top:0;
}

.search_sidebar {
    float: left;
    margin-left: 16px;
    margin-top: 9px;
}
@-moz-document url-prefix() {  
    .search_sidebar {
        margin-top:12px;
    } 
}  
.search_sidebar input[type="text"]{
    width: 7.03em;
    padding:0.2em 0.3em;
    font-size:1.2em;
}
.search_sidebar input[type="submit"]{
    width: 4.5em;
    font-size:92%;
    padding-bottom:1px;
    height:31px;
    top:-1px;
    line-height: 19px;
}

.no_margin {
    margin:0;
}

ul.testimonials li.feature_cell h3 {
    text-align:center;
}
ul.testimonials li.feature_cell div {
    width:792px;
    margin:0 auto;
}
ul.testimonials li.feature_cell img {
    float:none;
}
ul.testimonials li.feature_cell i {
    display: block;
    margin:10px 0 15px;
}
ul.testimonials li.feature_cell p {
    margin-bottom:0;
}

div.confirmDeleteRecording {
    display: none;
}

.show-only-for-devices {
    display:none;
}

/*
Levels listing page
*/

.levels-container, .week-container {
    float: left;
    margin-top: 20px;
    width: 100%;
}
.levels-tabs {
    float: left;
    position: relative;
    width: 586px;
    z-index: 0;
}

.level-tab {
    background: #d1ecc6 none repeat scroll 0 0;
    border: 1px solid #e5f5df;
    border-radius: 2px 2px 0 0;
    color: #319d0d;
    float: left;
    font-size: 18px;
    margin-right: 10px;
}

.level-tab > a {
    color: #319d0d;
    float: left;
    padding: 8px 38px;
    text-decoration: none;
}

.level-tab > a:hover {
    text-decoration: underline;
}

.level-tab.complete, .level-tab.complete.current {
    background: #58bc37 none repeat scroll 0 0 !important;
    font-weight: bold;
    position: relative !important;
    top: 0 !important;
    border-radius: 4px 4px 0px 0px;
}

/*

.level-tab.complete::after {
    background: rgba(0, 0, 0, 0) url("../images/ribbon.png") repeat scroll 0 0;
    content: " ";
    display: inline-block;
    height: 29px;
    left: 50px;
    position: absolute;
    top: -18px;
    width: 22px;
    z-index: 1;
}
*/

.level-tab.complete > a {
    color: #fff !important;
    padding: 8px 38px !important;
}

.level-tab.current {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e5f5df;
    border-radius: 4px 4px 0 0;
    font-weight: bold;
    position: relative;
    top: -4px;
}

.level-tab.current > a {
    color: #319d0d;
    padding: 11px 41px;
}

.search-view-lessons-link {
    background: rgba(0, 0, 0, 0) url("../images/search-glass.png") no-repeat scroll 15px 12px;
    border: 1px solid #cfe8d9;
    float: right;
    font-size: 18px;
    height: 38px;
    margin-top: -25px;
    width: 269px;
}
.search-view-lessons-link a {
    color: #319d0d;
    padding: 10px 26px;
    text-decoration: none;
    float: left;
    padding: 9px 33px 9px 47px;
}

.levels-listing {
    clear: both;
    float: left;
    position: relative;
    top: -6px;
    width: 100%;
}

.level-heading {
    background: #fff none repeat scroll 0 0;
    color: #319d0d;
    float: left;
    font-size: 30px;
    font-weight: bold;
    padding: 40px 0;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 1;
}

.weeks-listing {
    background: #fff none repeat scroll 0 0;
    float: left;
    padding: 10px;
    width: 930px;
}

.weeks-listing > a {
    border: 2px solid #a7cbeb;
    border-radius: 4px;
    float: left;
    height: 114px;
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 10px 20px 20px;
    text-decoration: none;
    width: 416px;
}



.weeks-listing .last {
    margin-right:0px;
}

.weeks-listing > a + a + a{
    margin-right:10px;
}

.week-number.btn {
    font-size: 22px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    width: 202px;
}
.week hr {
    background: #67a7e4 none repeat scroll 0 0;
    margin-top: 14px;
}

.lessons-in-week {
    float: left;
    width: 100%;
    border: 1px solid #61a1dc;
    border-radius: 7px;
    padding:0px 0px;
    position:relative;
    background: #d6d6d6; /* Old browsers */
    background: -moz-linear-gradient(top, #d6d6d6 0%, #ffffff 42%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d6d6d6), color-stop(42%, #ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #d6d6d6 0%, #ffffff 42%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #d6d6d6 0%, #ffffff 42%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #d6d6d6 0%, #ffffff 42%); /* IE10+ */
    background: linear-gradient(to bottom, #d6d6d6 0%, #ffffff 42%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d6d6d6', endColorstr='#ffffff', GradientType=0); /* IE6-9 */

}
.lesson-number {
    color: #4692df;
    float: left;
    font-size: 14px;
    height: 25px;
    padding: 6px 0 0;
    position: relative;
    text-align: center;
    width: 24.94%;
}
.lesson-number::after, .complete .lesson-number::after {
    border-right: 1px solid #90c7fa;
    content: "";
    display: inline;
    height: 20px;
    position: absolute;
    right: 0px;
}


.complete .lesson-number.lesson-locked {
    border-radius: 3px;
}

.lesson-number + .lesson-number + .lesson-number + .lesson-number::after {
    border-right: 0px;
}

.lesson-number.next {
    color: #10579e;
    font-weight: bold;
}

.weeks-listing > a.complete {
    border: 2px solid #b4e1a1;
    background: #baf9a1; /* Old browsers */
    background: -moz-linear-gradient(top,  #baf9a1 0%, #76cb58 93%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#baf9a1), color-stop(93%,#76cb58)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #baf9a1 0%,#76cb58 93%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #baf9a1 0%,#76cb58 93%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #baf9a1 0%,#76cb58 93%); /* IE10+ */
    background: linear-gradient(to bottom,  #baf9a1 0%,#76cb58 93%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#baf9a1', endColorstr='#76cb58',GradientType=0 ); /* IE6-9 */

}

.complete .week-number.btn {
     background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
     border: medium none;
     color: #319d0d;
     text-shadow: 0 1px 0 #ffffff;
     position:relative;
 }

.complete .week-number.btn::after {
    background: rgba(0, 0, 0, 0) url("../images/tick.png") no-repeat scroll 0 0;
    content: "";
    display: inline-block;
    height: 21px;
    position: absolute;
    right: 25px;
    top: 10px;
    width: 27px;
}

.complete .week hr {
    background: #319d0d none repeat scroll 0 0;
}

.complete .lessons-in-week {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #319d0d 0%, #52b232 48%, #319d0d 100%) repeat scroll 0 0;
    border: 1px solid #fff;
    position: relative;
}

.complete .lessons-in-week::before {
    border: 1px solid #319d0d;
    border-radius: 7px;
    bottom: -3px;
    content: " ";
    display: block;
    left: -3px;
    position: absolute;
    right: -3px;
    top: -3px;
    z-index: 0;
}

.active .lesson-number.complete {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #319d0d 0%, #52b232 48%, #319d0d 100%) repeat scroll 0 0;
    border-color: #fff -moz-use-text-color #fff #fff;
    border-image: none;
    border-radius: 7px 0 0 7px;
    border-style: solid none solid solid;
    border-width: 1px 0 1px 1px;
    color: #fff;
    font-weight: bold;
    width: 24.7%;
}
.lesson-number.complete + .lesson-number.complete {
    border-left:0px;
    border-radius:0px;
}
.active .lesson-number.complete::after {
    display:none;
}

.complete .lesson-number {
    color: #ffffff;
    font-weight: bold;
}

.complete .lesson-number::after {
    border-right: 1px solid #fff;
}

.weeks-listing a.inactive {
    background: #90c7fa none repeat scroll 0 0;
}

.inactive .week-number.btn {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    color: #0c529b;
    text-shadow: 0 1px 0 #fff;
}

.inactive .lessons-in-week {
    background: #dceeff none repeat scroll 0 0;
}

.lesson-locked {
    color: #b4cfe8 !important;
}


.arrow-prev.inactive,.arrow-prev.inactive:hover, .arrow-prev {
     background: rgba(0, 0, 0, 0) url("../images/arrows-prev.png") no-repeat scroll 0px 11px;
     cursor: default;
     margin-right: 20px;
     padding: 0 8px;
     margin-left:-20px;
 }

.arrow-prev {
    background-position:-40px 11px;
    cursor:pointer;
}
.arrow-prev:hover {
    background-position:-19px 11px;
    }

.arrow-next.inactive,.arrow-next.inactive:hover, .arrow-next {
    background: rgba(0, 0, 0, 0) url("../images/arrows-next.png") no-repeat scroll -40px 11px;
    cursor: default;
    padding: 0 8px;
    margin-left:20px;
}
.arrow-next {
    background-position:0px 11px;
    cursor:pointer;
}
.arrow-next:hover {
    background-position:-19px 11px;
}

.weeks-listing a.complete:hover {
    border: 2px solid #319d0d;
}

.weeks-listing a.complete:hover .week-number.btn {
    color: #1a5705;
}

.weeks-listing a.inactive:hover {
    border: 2px solid #05366a;
}

.weeks-listing a.inactive:hover .week-number.btn {
    color: #012346;
}

.weeks-listing a.active:hover {
    border: 2px solid #125ea4;
}

.weeks-listing a.active:hover .week-number.btn {
    border: 2px solid #003366;
    font-weight: bold;
    height: 38px;
    line-height: 38px;
    width: 200px;
}

.search-view-lessons-link a {
    color: #319d0d;
    float: left;
    padding: 9px 33px 9px 47px;
    text-decoration: none;
}

.active .lesson-locked + .complete {
    border-radius: 0;
    left: -1px;
    position: relative;
}


.complete .lesson-locked {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #216b09 !important;
}


.complete .lesson-number + .lesson-locked {
    left: -1px;
}

.open.active .week-number.btn, .open.active:hover .week-number.btn {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    border: medium none  !important;
    color: #0c529b  !important;
    text-shadow: none  !important;
}

.open.active:hover .week-number.btn {
    height:40px !important;
    line-height:40px !important;
}

.search-view-lessons-link:hover {
    background: url("../images/search-glass.png") no-repeat scroll 15px 12px #d1ecc6;
}

.new-trial-message {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #bdddb0;
    clear: both;
    margin: 13px auto 20px;
    padding: 17px 43px;
    position: relative;
    text-align: center;
    width: 534px;
    line-height: 25px;
}

.new-trial-message::before {
    background: rgba(0, 0, 0, 0) url("../images/bitey-speech.png") repeat scroll 0 0;
    content: " ";
    display: inline-block;
    height: 54px;
    left: -67px;
    position: absolute;
    top: 25%;
    width: 67px;
}

.new-trial-message .main-message {
    font-weight: bold;
    color: #319d0d;
}

.lessons-listing {
    background: #fff none repeat scroll 0 0;
    float: left;
    padding: 10px;
    position: relative;
    top: -7px;
    width: 930px;
}

.week-heading {
    border: 1px solid #d1ecc6;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.week-heading > a {
    color: #319d0d;
    float: left;
    font-size: 14px;
    line-height: 14px;
    padding: 17px 17px 17px 47px;
    text-decoration: none;
    background: #d0ecc5; /* Old browsers */
    background: -moz-linear-gradient(top, #d0ecc5 0%, #acd09d 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d0ecc5), color-stop(100%,#acd09d)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #d0ecc5 0%,#acd09d 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #d0ecc5 0%,#acd09d 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #d0ecc5 0%,#acd09d 100%); /* IE10+ */
    background: linear-gradient(to bottom, #d0ecc5 0%,#acd09d 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0ecc5', endColorstr='#acd09d',GradientType=0 ); /* IE6-9 */
    position:relative;
    width:60px;
}

.week-heading > a:hover {
    background: #cce7c1; /* Old browsers */
    background: -moz-linear-gradient(top, #cce7c1 0%, #a5c996 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cce7c1), color-stop(100%,#a5c996)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #cce7c1 0%,#a5c996 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #cce7c1 0%,#a5c996 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #cce7c1 0%,#a5c996 100%); /* IE10+ */
    background: linear-gradient(to bottom, #cce7c1 0%,#a5c996 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cce7c1', endColorstr='#a5c996',GradientType=0 ); /* IE6-9 */
     font-weight: bold;
}

.level-arrow {
    background: rgba(0, 0, 0, 0) url("../images/back-to-level-arrow.png") repeat scroll 0 0;
    height: 26px;
    left: 13px;
    position: absolute;
    top: 19px;
    width: 10px;
}

.week-title {
    font-size: 30px;
    font-weight: bold;
    text-indent: -57px;
    text-align: center;
    color: #87d272;
    margin-top: 19px;
}

.week-container #lessons {
    box-shadow: none;
    float: left;
    margin: 0;
    width: 100%;
}

.week-container ul#lessons li a {
    width: 100%;

}



.week-container ul#lessons li a.next {
    background: #3581c7; /* Old browsers */
    background: -moz-linear-gradient(top,  #3581c7 0%, #0c539c 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3581c7), color-stop(100%,#0c539c)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #3581c7 0%,#0c539c 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #3581c7 0%,#0c539c 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #3581c7 0%,#0c539c 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #3581c7 0%,#0c539c 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3581c7', endColorstr='#0c539c',GradientType=0 ); /* IE6-9 */
}
.week-container ul#lessons li a.next:hover {
    background: #1f63a0; /* Old browsers */
    background: -moz-linear-gradient(top, #1f63a0 0%, #0c4c8b 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1f63a0), color-stop(100%, #0c4c8b)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #1f63a0 0%, #0c4c8b 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #1f63a0 0%, #0c4c8b 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #1f63a0 0%, #0c4c8b 100%); /* IE10+ */
    background: linear-gradient(to bottom, #1f63a0 0%, #0c4c8b 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1f63a0', endColorstr='#0c4c8b', GradientType=0); /* IE6-9 */
}

.week-container #lessons a.next .count::after {
    background: rgba(0, 0, 0, 0) url("../images/next-lesson-arrow.png") repeat scroll 0 0;
    content: " ";
    display: inline-block;
    height: 42px;
    position: absolute;
    right: -17px;
    top: 50%;
    width: 17px;
    z-index: 1;
    margin-top: -21px;
}

.week-container #lessons a.next:hover .count::after {
    background-position:-27px 0px;
}

.week-container #lessons .count {
    width: 123px;
    position:relative;

}
.week-container #lessons a.next .count {
    color: #9ec1e0 !important;
    text-shadow: 0 1px 0 #365365 !important;
}



.week-container .lesson-info {
    width: 752px;
}

.week-container ul#lessons a h2 {
    font-size: 22px;
}

.week-container .lesson-info > div {
    width: 518px;
}

.week-container a.complete .btn, .week-container a.incomplete .btn , .week-container a.locked .btn {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #3582c8;
    text-shadow: none;
    font-weight: normal !important;
}

.week-container a.next .btn {
    height: 40px;
    line-height: 40px;
    width: 229px !important;
}

.week-container ul#lessons li a.complete:hover {
    background: #499925; /* Old browsers */
    background: -moz-linear-gradient(top,  #499925 0%, #2c7f0f 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#499925), color-stop(100%,#2c7f0f)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #499925 0%,#2c7f0f 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #499925 0%,#2c7f0f 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #499925 0%,#2c7f0f 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #499925 0%,#2c7f0f 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#499925', endColorstr='#2c7f0f',GradientType=0 ); /* IE6-9 */
}
.week-container ul#lessons li a.complete:hover .count, .week-container ul#lessons li a.complete:hover .span {
    color:#9fc98d;
}
.week-container ul#lessons li a.incomplete {
    background: #a7cef5; /* Old browsers */
    background: -moz-linear-gradient(top,  #a7cef5 0%, #7cafe5 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a7cef5), color-stop(100%,#7cafe5)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #a7cef5 0%,#7cafe5 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #a7cef5 0%,#7cafe5 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #a7cef5 0%,#7cafe5 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #a7cef5 0%,#7cafe5 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7cef5', endColorstr='#7cafe5',GradientType=0 ); /* IE6-9 */

}

.week-container ul#lessons li a.incomplete:hover {

    background: #5d97ce; /* Old browsers */
    background: -moz-linear-gradient(top, #5d97ce 0%, #4888c5 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5d97ce), color-stop(100%, #4888c5)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #5d97ce 0%, #4888c5 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #5d97ce 0%, #4888c5 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #5d97ce 0%, #4888c5 100%); /* IE10+ */
    background: linear-gradient(to bottom, #5d97ce 0%, #4888c5 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5d97ce', endColorstr='#4888c5', GradientType=0); /* IE6-9 */
}

.week-container ul#lessons li a.locked {
    background: #f3f3f4; /* Old browsers */
    background: -moz-linear-gradient(top, #f3f3f4 0%, #d6d6d7 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f3f3f4), color-stop(100%, #d6d6d7)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f3f3f4 0%, #d6d6d7 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f3f3f4 0%, #d6d6d7 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f3f3f4 0%, #d6d6d7 100%); /* IE10+ */
    background: linear-gradient(to bottom, #f3f3f4 0%, #d6d6d7 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f4', endColorstr='#d6d6d7', GradientType=0); /* IE6-9 */
}
.week-container ul#lessons li a.locked:hover {
    background: #dadada; /* Old browsers */
    background: -moz-linear-gradient(top, #dadada 2%, #818181 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(2%, #dadada), color-stop(100%, #818181)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #dadada 2%, #818181 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #dadada 2%, #818181 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #dadada 2%, #818181 100%); /* IE10+ */
    background: linear-gradient(to bottom, #dadada 2%, #818181 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dadada', endColorstr='#818181', GradientType=0); /* IE6-9 */
}

.week-container #lessons a.incomplete .count, .week-container #lessons a.incomplete .count span {
    color:#5691cd !important;
    text-shadow:none;
}
.week-container #lessons a.incomplete .count span, .week-container #lessons a.locked .count span {
    font-weight:normal;
}

.week-container ul#lessons li a.incomplete:hover .count, .week-container #lessons a.incomplete:hover .count span {
     color:#c2d8ef !important;
 }

.week-container #lessons a.locked .count, .week-container #lessons a.locked .count span  {
    color:#b8b8b8 !important;
    text-shadow:none;
}

.week-container a.locked h2, .week-container a.locked .type {
    color: #a7a7a7;
}

.week-container #lessons a.locked:hover .count, .week-container #lessons a.locked:hover .count span {
    color: #fdfdfd !important;
    text-shadow: none;
}

.week-container #lessons a.locked:hover .btn , .week-container #lessons a.complete:hover .btn, .week-container #lessons a.incomplete:hover .btn{
    text-decoration: underline;
}


.error {
    color: red;
    float: left;
    width: 100%;
    margin-bottom: 19px;
    font-weight: bold;
    font-size: 16px;
}


.btn.btn-level {
    font-size: 18px !important;
}

.btn-level > span {
    float: left;
    font-size: 14px;
    font-weight: lighter;
    margin-top: -15px;
    text-align: center;
    width: 100%;
}

.task-complete-container {
    background: rgba(0, 0, 0, 0) url("../images/grey-fade-bg.png") repeat scroll 0 0;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 2;
    left: 0px;
    top: 0px;
}

.task-complete-pop-up {
    background: #fff none repeat scroll 0 0;
    left: 50%;
    margin-left: -300px;
    padding: 180px 0 50px;
    position: fixed;
    text-align: center;
    top: 100px;
    width: 600px;
    height: auto;
}

.task-complete-pop-up.week {
     background: #fff url("../images/bitey-pop-up.jpg") repeat scroll 0 0;
     background-repeat: no-repeat;
     background-position: center 43px;
 }

.task-complete-pop-up.level {
    background: #fff url("../images/level-complete-ribbon.jpg") no-repeat scroll center 20px;
}

.task-complete-pop-up.programme {
    background: #fff url("../images/programme-complete-ribbon.jpg") no-repeat scroll center 18px;
    margin-left: -363.5px;
    width: 727px;
}
.task-complete-title {
    color: #319d0d;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 22px;
    text-transform: uppercase;
}
.share-buttons a {
    background-repeat: no-repeat;
    height: 32px;
    margin-right: 14px;
    padding: 7px 16px;
    width: 32px;
}

.facebook {
     background:url('../images/Facebook.png');
 }

.twitter {
    background:url('../images/Twitter.png');
}

.linkedin {
    background:url('../images/LinkedIn.png');
}

.task-complete-message {
    color: #484848;
    font-size: 18px;
    line-height: 42px;
    margin-bottom: 30px;
}

.task-complete-pop-up .btn {
    width: 53%;
    margin: 0 auto 25px auto;
}

ul.share-buttons{
    list-style: none;
    padding: 0;
}

ul.share-buttons li{
    display: inline;
}

.share-buttons {
    float: left;
    margin-bottom: 20px;
    width: 100%;
    display:none;
}

.task-continue-link {
    font-size: 18px;
    color: #0f559c;
    cursor: pointer;
}

.breadcrumbs {
    float: left;
    line-height: 51px;
    margin-left: 35px;
}

.breadcrumbs + .lesson_tag {
    clear: both;
    line-height: 49px;
    margin-top: -6px !important;
}

.breadcrumbs + .lesson_tag + span {
    line-height: 30px !important;
}

.breadcrumbs > a {
    text-decoration: none;
}

.white-bg-sidebar {
    background: #fff none repeat scroll 0 0;
    float: left;
    position: relative;
    width: 241px;
    z-index: 1;
}

.lessons-container::after {
    background: #fff none repeat scroll 0 0;
    content: "";
    display: inline-block;
    height: 100%;
    position: absolute;
    right: -240px;
    top: 0;
    width: 240px;
}

.section-lessons .search-view-lessons-link {
    display: none;
}

.programme .task-complete-message {
    line-height: 24px;
}

.task-complete-message.green {
    color: #4ba614;
    margin-top: -10px;
}

.new-trial-message .btn {
    display: block;
    margin: 18px auto;
    text-align: center;
    width: 50%;
}

.task-continue-link:hover {
    text-decoration: underline;
}

.week-heading.all-lessons-heading {
    margin-left: 15px;
    margin-top: 15px;
    width: 692px;
}

.lesson-number + .lesson-number.complete {
    border-radius: 0;
}

.lesson-number.last {
    border-radius: 0 7px 7px 0 !important;
}

.new-trial-message > a {
    display: block;
    margin-bottom: 10px;
    margin-top: 10px;
}