@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/opensans-regular-webfont.eot');
    src: url('../fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/opensans-regular-webfont.svg#Open Sans') format('svg'),
    url('../fonts/opensans-regular-webfont.woff') format('woff'),
    url('../fonts/opensans-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'Open Sans Semibold';
    src: url('../fonts/opensans-semibold-webfont.eot');
    src: url('../fonts/opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/opensans-semibold-webfont.svg#Open Sans Semibold') format('svg'),
    url('../fonts/opensans-semibold-webfont.woff') format('woff'),
    url('../fonts/opensans-semibold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'Permanent_Marker';
    src: url('../fonts/permanentmarker-webfont.eot');
    src: url('../fonts/permanentmarker-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/permanentmarker-webfont.svg#Permanent_Marker') format('svg'),
    url('../fonts/permanentmarker-webfont.woff') format('woff'),
    url('../fonts/permanentmarker-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: 'Open Sans';
        src: url('../fonts/opensans-regular-webfont.svg#Open Sans') format('svg');
    }
    @font-face {
        font-family: 'Permanent_Marker';
        src: url('../fonts/permanentmarker-webfont.svg#Permanent_Marker') format('svg');
    }
}

html, body, div, span, h1, h2, h3, h4, h5, h6, p, em, img, strong, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, table, 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;
    vertical-align: baseline;
    background: transparent;
    font-size: 100%; }

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    outline: 0; }
a * {
    outline: 0; }

table {
    border-collapse: collapse;
    border-spacing: 0; }

td, td img, img {
    vertical-align: top; }

input, select, button, textarea {
    margin: 0;
    font-size: 100%;
    outline: 0; }

input[type="text"], input[type="password"], textarea {
    padding: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type="checkbox"] {
    vertical-align: bottom; }

input[type="radio"] {
    vertical-align: text-bottom; }

sub {
    vertical-align: sub;
    font-size: smaller; }

sup {
    vertical-align: super;
    font-size: smaller; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

nav ul {
    list-style: none; }

ul, ol {
    list-style: none; }


/* --------------- /reset.css --------------- */

html {
    -webkit-font-smoothing: antialiased;
}

html, body {
    margin: 0;
    padding: 0;
    width: 100%;
}
@media (min-width: 640px) {
    html, body {
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100%;
        min-width: 1114px;
    }
}
body {
    line-height: 1;
    color: #3c3c3c;
    font-size: 62.5%;
    background: url("../img/bodyBg.jpg") repeat 0 0 #fff;
    font-family: 'Open Sans', sans-serif;
}
*, *:before, *:after
{
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
a
{
    color: inherit;
    text-decoration: underline;
}
input, select, button, textarea {
    color: #3c3c3c;
    font-family: 'Open Sans', sans-serif;
}

label, input[type="button"], input[type="submit"], button {
    cursor: pointer;
}

.clear {
    clear: both;
    height: 1px;
    overflow: hidden; }


.wrapper
{
    background: url("../img/footerBGmob.png") repeat-x 0 0;
}
@media (min-width: 640px) {
    .wrapper
    {
        background: url("../img/topBg.png") repeat-x 0 0;
        position: relative;
        height: 100%;
    }
}
body > .wrapper
{
    height: auto;
    min-height: 100%;
}
footer
{
    background: url("../img/footerBGmob.png") repeat-x 0 0 #fff;
    padding-top: 65px;
}
@media (min-width: 640px) {
    footer
    {
        background: url("../img/footerBG.png") repeat-x 0 0 #fff;
        padding-top: 80px;
        height: 387px;
        position: relative;
        margin-top: -387px;
        clear:both;
    }
}
.main
{
    margin: 0 auto;
    text-align: left;
    font-size: 1.4em;
    line-height: 1.4em;
}
@media (min-width: 640px) {
    .main
    {
        padding-bottom: 387px;
        width: 1114px;
    }
}
header
{
    position: relative;
    padding: 30px 15px 0 15px;
    text-align: center;
}
header.inner
{
    position: relative;
    padding:40px 15px 10px 15px;
    text-align: center;
    height: auto;
}

@media (min-width: 640px) {
    header
    {
        position: relative;
        padding: 58px 0 0 280px;
        height: 175px;
    }
    header.inner
    {
        position: relative;
        padding: 58px 0 0 280px;
        height: 175px;
    }
}

.logo
{
    width: 260px;
    max-width: 100%;
    height: 140px;
    margin: 0 auto;
    text-decoration: none;
}
.logo img
{
    max-width: 100%;
}
header.inner .logo
{
    width: 39%;
    display: inline-block;
    vertical-align: top;
    height: auto;
}
@media (min-width: 640px) {
    .logo
    {
        width: 260px;
        height: 140px;
        position: absolute;
        left: 0;
        top: 35px;
        text-decoration: none;
    }
    .logo img
    {
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -88px 0 0 -154px;
    }
    header.inner .logo
    {
        width: 260px;
        height: 140px;
        position: absolute;
        left: 0;
        top: 35px;
        text-decoration: none;
    }
}
.navBlock
{
    width: 65%;
    margin: 0 auto 0 auto;
    background: #fff;
    padding: 15px;
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.75);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.75);
    margin-bottom: 30px;
    position: relative;
}
header.inner .navBlock
{
    width: 59%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0;
    margin-top: 15px;
}
.navBlock .pinLeft
{
    position: absolute;
    left: 5px;
    top: -15px;
    display: inline-block;
}
.navBlock .pinRight
{
    position: absolute;
    right: 5px;
    top: -15px;
    display: inline-block;
}
.navBlock .menuBtn
{
    display: block;
    height: 46px;
    background: url("../img/dropdownBg.png") no-repeat right 0;
    padding: 0 60px 0 16px;
    text-transform: uppercase;
    color: #fff;
    line-height: 46px;
    font-size: 1.5em;
    text-align: left;
    text-shadow: 0 1px rgba(0, 0, 0, 0.75);
    border-radius: 3px;
    white-space: nowrap;
}
@media (max-width: 420px) {
    .navBlock
    {
        width: 100%;
    }
    .navBlock .menuBtn
    {

        padding: 0 50px 0 6px;
    }

}
@media (min-width: 640px) {
    .navBlock
    {
        width: 100%;
        background: none;
        padding: 0;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        margin-bottom: 0;
        display: block;
    }
    header.inner .navBlock
    {
        width: 100%;
    }
    .navBlock .pinLeft,
    .navBlock .pinRight
    {
        display: none;
    }
    .navBlock .menuBtn
    {
        display: none;
    }
}
.navBlock .utils-nav
{
    background: #836b58;
    color: #fff;
    border-radius: 0 0 3px 3px;
    font-size: 1.5em;
    text-align: left;
    display: none;
}
.navBlock .utils-nav li
{
    display: block;
    text-align: left;
    text-transform: uppercase;
    border-bottom: 1px solid #fff;
}
.navBlock .utils-nav li:last-child
{
    display: none;
}
.navBlock .utils-nav li a
{
    display: block;
    text-decoration: none;
    padding: 15px 16px;
    text-shadow: 0 1px rgba(0, 0, 0, 0.75);
}
@media (min-width: 640px) {
    .navBlock .utils-nav
    {
        display: block !important;
        width: 100%;
        text-align: right;
        color: #fff;
        font-size: 0.9em;
        text-decoration: none;
        height: 36px;
        position: absolute;
        top: -58px;
        right: 0;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
        padding-top: 7px;
        background: none;
    }
    .navBlock .utils-nav li
    {
        display: inline-block;
        vertical-align: top;
        margin: 0 0 0 15px;
        border: 0;
    }
    .navBlock .utils-nav li:last-child
    {
        display: inline-block;
    }
    .navBlock .utils-nav li a{
        text-decoration: none;
        display: inline-block;
        vertical-align: top;
        padding: 0;
        text-shadow: none;
    }
    .navBlock .utils-nav li a.facebook
    {
        background: url("../img/socialLinks.png") no-repeat 0 0;
        width: 18px;
        height: 18px;
        display: inline-block;
        vertical-align: top;
    }
    .navBlock .utils-nav li a.twitter
    {
        background: url("../img/socialLinks.png") no-repeat -24px 0;
        width: 18px;
        height: 18px;
    }
    .navBlock .utils-nav li a.youtube
    {
        background: url("../img/socialLinks.png") no-repeat -48px 0;
        width: 18px;
        height: 18px;
    }
    .navBlock .utils-nav li a.pinterest
    {
        background: url("../img/socialLinks.png") no-repeat -72px 0;
        width: 18px;
        height: 18px;
    }
}

.navBlock .primaryNav
{
    background: #836b58;
    color: #fff;
    font-size: 1.5em;
    display: none;
}
.navBlock .primaryNav li
{
    display: block;
    text-align: left;
    text-transform: uppercase;
    border-bottom: 1px solid #fff;
}
.navBlock .primaryNav li a
{
    display: block;
    text-decoration: none;
    padding: 15px 16px;

    text-shadow: 0 1px rgba(0, 0, 0, 0.75);
}
.navBlock .primaryNav li .subNav
{
    display: none;
}
@media (min-width: 640px) {
    .navBlock .primaryNav
    {
        font-family: 'Permanent_Marker', cursive;
        font-size: 1.1em;
        background: none;
        display: block !important;
    }
    .navBlock .primaryNav li
    {
        display: inline-block;
        vertical-align: top;
        width: 114px;
        height: 94px;
        text-align: center;
        text-transform: uppercase;
        margin-left: 20px;
        position: relative;
        border-bottom: 0;
    }
    .navBlock .primaryNav li.blue
    {
        background: url("../img/primaryNav.png") no-repeat 0 0;
    }
    .navBlock .primaryNav li.red
    {
        background: url("../img/primaryNav.png") no-repeat -144px 0;
    }
    .navBlock .primaryNav li.green
    {
        background: url("../img/primaryNav.png") no-repeat -285px 0;
    }
    .navBlock .primaryNav li.yellow
    {
        background: url("../img/primaryNav.png") no-repeat -426px 0;
    }
    .navBlock .primaryNav li.orange
    {
        background: url("../img/primaryNav.png") no-repeat -566px 0;
    }
    .navBlock .primaryNav li.violet
    {
        background: url("../img/primaryNav.png") no-repeat -707px 0;
    }
    .navBlock .primaryNav li a
    {
        display: inline-block;
        vertical-align: top;
        width: 100%;
        height: 100%;
        padding: 40px 10px 0;
        color: #6d5949;
        text-decoration: none;
        text-shadow: none;
    }
    .navBlock .primaryNav li:hover a
    {
        color: #ed5c2c;
    }
    .navBlock .primaryNav .subNav
    {
        display: none;
        position: absolute;
        z-index: 3;
    }
    .navBlock .primaryNav li:hover .subNav
    {
        display: block;
    }
    .navBlock .primaryNav .subNav.levels
    {
        width: 119px;
        top: 81px;
        left: -8px;
    }

    .navBlock .primaryNav .subNav li,
    .navBlock .primaryNav .subNav li a
    {
        display: block;
        width: 100%;
        height: 72px;
        padding: 0;
        margin: 0;
    }
    .navBlock .primaryNav .subNav.levels
    {
        width: 119px;
        top: 81px;
        left: -8px;
    }
    .navBlock .primaryNav .subNav.levels li
    {
        display: block;
        width: 119px;
        height: 83px;
        line-height: 82px;
        background: url("../img/subNavGradeBg.png") no-repeat 0 0;
        padding: 0;
        margin: -13px 0 0 0;
        font-size: 1.8em;
        color: #ed5c2c;
    }
    .navBlock .primaryNav .subNav.levels li:first-child
    {
        margin: 0;
    }
    .navBlock .primaryNav .subNav.levels li:nth-child(even)
    {
        background: url("../img/subNavGradeBg.png") no-repeat 0 -83px;
    }
    .navBlock .primaryNav .subNav.levels li a
    {
        display: inline-block;
        vertical-align: middle;
        height: 82px;
    }

    .navBlock .primaryNav .subNav.subjects
    {
        width: 210px;
        top: 99px;
        left: -1px;
    }
    .navBlock .primaryNav .subNav.subjects li
    {
        height: 87px;
        margin-top: -17px;
        line-height: 87px;
    }
    .navBlock .primaryNav .subNav.subjects li:nth-child(odd)
    {
        background: url("../img/subNavBg.png") no-repeat 0 0;
    }
    .navBlock .primaryNav .subNav.subjects li:nth-child(even)
    {
        background: url("../img/subNavBg.png") no-repeat 0 -87px;
    }
    .navBlock .primaryNav .subNav.subjects li a
    {
        height: auto;
        display: inline-block;
        vertical-align: middle;
        line-height: 22px;
        padding-left: 60px;
        padding-right: 15px;
        text-align: left;
    }
    .navBlock .primaryNav .subNav.subjects li a .icon
    {
        position: absolute;
        top: 50%;
        left: 16px;
        margin-top: -14px;
    }
}

/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */


/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* Icon Fonts
*********************************/
/* Font-face Icons */


/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;}
.flexslider .slides > li.mobile {display: block; -webkit-backface-visibility: visible;} /* Hide the slides before the JS is loaded. Avoids image jumping */
@media (min-width: 640px) {
    .flexslider .slides > li.mobile {display: none;}
}
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

/* FlexSlider Default Theme
*********************************/
.flexslider { margin: 0 0 10px; position: relative;zoom: 1;}
@media (min-width: 640px) {
    .flexslider { margin: 0 0 60px; position: relative;zoom: 1;}
}
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.carousel li { margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {
    *height: 0;
}

.flex-direction-nav a {
    display: none;
}
@media (min-width: 640px) {
    .flex-direction-nav a {
        display: block;
        width: 37px;
        height: 47px;
        margin: -23px 0 0;
        position: absolute;
        top: 50%;
        z-index: 10;
        overflow: hidden;
        cursor: pointer;
        background: url("../img/sliderArrows.png");
        text-indent: -1000px;
    }
}
@media (max-width: 640px) {

}

.flex-direction-nav .flex-prev {
    left: -50px;
    background-position: 0 0;
}

.flex-direction-nav .flex-next {
    right: -50px;
    background-position: -37px 0;
}


.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {

}

.flex-direction-nav .flex-disabled {


}


/* Pause/Play */
.flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; }
.flex-pauseplay a:before  { font-family: "flexslider-icon"; font-size: 20px; display: inline-block; content: '\f004'; }
.flex-pauseplay a:hover  { opacity: 1; }
.flex-pauseplay a.flex-play:before { content: '\f003'; }

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); box-shadow: inset 0 0 3px rgba(0,0,0,0.3); }
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
    .flex-direction-nav .flex-prev { opacity: 1; left: 10px;}
    .flex-direction-nav .flex-next { opacity: 1; right: 10px;}
}
/*------------------- Banner ----------------------*/
.headBanner
{
    display: block;
    margin: 5px 5px 30px;
    -moz-box-shadow:    0 0 5px #000;
    -webkit-box-shadow: 0 0 5px #000;
    box-shadow: 0 0 5px #000;
    background-size:auto 100%;
}
@media (min-width: 640px) {
    .headBanner
    {
       height: 419px;
        background-size: cover;
    }
}
.headBanner .frame
{
    display: block;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    background-size: 100% 100%;
}

.headBanner .frame .textBlock
{
    display: table;
    height: 100%;
    width: 100%;
    color: #fff;
    font-family: 'Permanent_Marker', cursive;
}
@media (min-width: 640px) {
    .headBanner .frame
    {
        height: 419px;
        background-size: cover;
    }
}
.headBanner .frame .textBlock.left .inner
{
    text-align: left;
}
.headBanner .frame .textBlock.right .inner
{
    text-align: right;
}
.headBanner .frame .textBlock .inner
{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 40px 20px;
}
@media (min-width: 640px) {
    .headBanner .frame .textBlock .inner
    {

        padding: 40px 68px 40px 72px;
    }
}
.headBanner .frame .textBlock h2
{
    font-size: 2em;
    line-height: 1.1em;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.75);
    margin-bottom: 5px;
    width: 70%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
@media (min-width: 640px) {
    .headBanner .frame .textBlock h2
    {
        font-size: 4.05em;
        line-height: 1.1em;
        width: auto;
    }
}
.headBanner .frame .textBlock.left h2,
.headBanner .frame .textBlock.right h2
{
    max-width: 90%;
}
@media (min-width: 640px) {
    .headBanner .frame .textBlock.left h2,
    .headBanner .frame .textBlock.right h2
    {
        max-width: 50%;
    }
}
.headBanner .frame .textBlock.right h2
{
    margin: 0 0 5px auto;
    max-width: 90%;
}
@media (min-width: 640px) {
    .headBanner .frame .textBlock.right h2
    {
        margin: 0 0 5px auto;
        max-width: 50%;
        text-align: right;
    }
    .headBanner .frame .textBlock.left h2
    {
        margin-left: 0;
        margin-right: 0;
        text-align: left;
    }
}
.headBanner .frame .textBlock h3
{
    font-size: 1.4em;
    line-height: 1.1em;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.75);
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
}
.headBanner .frame .textBlock h2 a,
.headBanner .frame .textBlock h3 a
{
    text-decoration: none;
}
@media (min-width: 640px) {
    .headBanner .frame .textBlock h3
    {
        font-size: 2.3em;
        line-height: 1.1em;
        max-width: 70%;
    }
}
.headBanner .frame .textBlock.left h3,
.headBanner .frame .textBlock.right h3
{
    margin: 0 0 10px;
    max-width: 90%;
}
@media (min-width: 640px) {
    .headBanner .frame .textBlock.left h3,
    .headBanner .frame .textBlock.right h3
    {
        margin: 0 0 10px;
        max-width: 50%;
    }
}
.headBanner .frame .textBlock.right h3
{
    margin: 0 0 10px auto;
    max-width: 90%;
}
@media (min-width: 640px) {
    .headBanner .frame .textBlock.right h3
    {
        margin: 0 0 10px auto;
        max-width: 50%;
    }
}
.greenBtn
{
    margin-top: 5px;
    display: inline-block;
    vertical-align: top;
    border: 4px solid #5c7632;
    height: 40px;
    line-height: 32px;
    text-decoration: none;
    font-size: 1.2em;
    padding: 0 15px;
    color: #fff;
    background-color: #425a1b;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#5c7632), to(#425a1b));
    background: -webkit-linear-gradient(top, #5c7632, #425a1b);
    background: -moz-linear-gradient(top, #5c7632, #425a1b);
    background: -ms-linear-gradient(top, #5c7632, #425a1b);
    background: -o-linear-gradient(top, #5c7632, #425a1b);
}
@media (min-width: 640px) {
    .greenBtn
    {
        font-size: 1.4em;
        padding: 0 40px;
    }
}
/*------------------- 3 blocks homepage ---------------------*/
.threeBlocks
{

    margin: 5px 5px 0;
    
    display:table;
    border-spacing:15px 0;    
    height:100%;
}

    .threeBlocks > span {
        display:table-row;
        
        height:100%;
    }

    .threeBlocks .article-outer {
        position:relative;
        height:100%;
        width:100%;
    }

    .threeBlocks.ie .article-outer {
        position:static;
    }

    .threeBlocks .article-inner {
       
        
    }

@media (min-width: 640px) {
    .threeBlocks
    {

        margin: 5px 5px 20px;

    }
}
.threeBlocks article
{
    height:100%;
    vertical-align: top;
    background: #fff;
    -moz-box-shadow:    0 0 5px rgba(0, 0, 0, 0.8);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
    padding: 20px;
    position: relative;
    display: none;
}
.threeBlocks article.visible
{
    background: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    position: relative;
    display: table-cell;
}

 
     


.threeBlocks article.visible .video,
.threeBlocks article.visible .image
{
    display: inline-block;
    vertical-align: top;
    width: 39%;
    background: #fff;
    padding: 0;
    margin-right: 3%;
    position: relative;
    -moz-box-shadow:    0 0 5px rgba(0, 0, 0, 0.8);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
    -moz-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    -webkit-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    transform: rotate(3deg);
    position: relative;
}
.threeBlocks article.visible .video img,
.threeBlocks article.visible .image img
{
    border: 17px solid #fff;
    -moz-box-shadow:    0 0 5px rgba(0, 0, 0, 0.8);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
    -moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -webkit-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    transform: rotate(-3deg);
}
.threeBlocks article.visible .video img.pin,
.threeBlocks article.visible .image img.pin,
.threeBlocks article.visible .content img.pin
{
    height: auto;
    width: auto;
    position: absolute;
    top: -15px;
    left: 50%;
    display: inline-block;
    border: 0;
    box-shadow: none;
    min-height: 1px;
    z-index: 4;
    margin-left: -13px;
}
.threeBlocks article.visible .content
{
    display: inline-block;
    vertical-align: top;
    width: 56%;
    background: #fff;
    padding: 17px;
    position: relative;
    -moz-box-shadow:    0 0 5px rgba(0, 0, 0, 0.8);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
    position: relative;
}
@media (min-width: 640px) {
    .threeBlocks article
    {
        width: 30%;
        display: table-cell;
        vertical-align: top;
        margin-right: 4.333%;
        margin-right: 3%;
        position: relative;
       

    }

    .threeBlocks article .article-inner {
        padding-bottom: 71px;
    }
   
    .threeBlocks article.visible .content
    {
        position: static;
    }
    .threeBlocks article .button
    {
        position: absolute;
        bottom: 22px;
        left: 0;
        width: 100%;
    }

    .threeBlocks article.visible
    {
        display: table-cell;
        background: #fff;
        -moz-box-shadow:    0 0 5px rgba(0, 0, 0, 0.8);
        -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
        padding: 20px;
        position: relative;
        /*padding-bottom: 71px;*/

    }
    .threeBlocks article.visible .video,
    .threeBlocks article.visible .image
    {
        display: block;
        width: auto;
        background: none;
        padding: 0;
        margin-right: 0;
        -moz-box-shadow:    none;
        -webkit-box-shadow: none;
        box-shadow: none;
        -moz-transform: none;
        -ms-transform: none;
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
        min-height: 100px;
    }
    .threeBlocks article.visible .video img,
    .threeBlocks article.visible .image img
    {
        border: 0;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        -moz-transform:none;
        -ms-transform: none;
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
        min-height: 100px;
    }
    .threeBlocks article.visible .content
    {
        display: block;
        vertical-align: top;
        width: auto;
        background: none;
        padding: 0;
        position: static;
        -moz-box-shadow:    none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .threeBlocks article.visible .video img.pin,
    .threeBlocks article.visible .image img.pin,
    .threeBlocks article.visible .content img.pin
    {
        display: none;
    }
}
.threeBlocks article:last-child
{
    margin-right: 0;
}
.threeBlocks article .image,
.threeBlocks article .video
{
    width: 100%;
    position: relative;
    margin-bottom: 20px;
    display: block;
    text-decoration: none;
}
.threeBlocks article .image img,
.threeBlocks article .video img
{
    max-width: 100%;
}
.threeBlocks article .video .btn
{
    background: url("../img/videoBtn.png") no-repeat 0 0;
    width: 71px;
    height: 52px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -26px 0 0 -35px;
}
.threeBlocks article h3
{
    color: #ed5c2c;
    font-size: 1.25em;
    line-height: 1.1em;
    margin-bottom: 15px;
    font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
}
@media (min-width: 640px) {
    .threeBlocks article h3
    {
        font-size: 1.35em;
    }
}
.threeBlocks article p
{
    margin-bottom: 15px;
    max-height: 35px;
    overflow: hidden;
}
.threeBlocks article .button
{
    text-align: center;
    font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
}
.threeBlocks article .article-inner > .pin
{
    display: none;
}
@media (min-width: 640px) {
    .threeBlocks article .article-inner > .pin
    {
        position: absolute;
        left: 50%;
        margin-left: -11px;
        top: -30px;
        width: auto;
        height: auto;
        display: inline-block;
    }

    .threeBlocks.ie article .article-inner > .pin {
        top:-12px;
    }
    .threeBlocks article p
    {
        margin-bottom: 15px;
        max-height: 200px;
    }
}
/*--------------------- footer elements---------------------*/
footer .colums
{
    display: block;
    margin: 0 auto;
    font-size: 1.4em;
    line-height: 1.4em;
    padding-left: 20px;
    text-align: center;
    padding-bottom: 10px;
}
@media (min-width: 640px) {
    footer .colums
    {
        width: 1114px;
        padding-left: 20px;
        text-align: left;
        padding-bottom: 0;
    }
}
footer .colums:after
{
    content: "";
    display: block;
    width: 100%;
    clear: both;
}
footer .colums h4
{
    font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
    color: #5c7632;
    font-size: 1.5em;
    line-height: 1.1em;
    font-weight: normal;
    margin-bottom: 10px;
}
footer .colums .column1
{
    display: block;
    text-align: center;
    margin-bottom: 25px;
}
@media (min-width: 640px) {
    footer .colums .column1
    {
        float: left;
        width: 190px;
        margin-right: 35px;
        margin-bottom: 0;
    }
}
footer .colums .column1 p
{
    margin-bottom: 9px;
}
footer .colums .column5
{
    display: block;
    margin-bottom: 18px;
}
footer .colums .column5 h4
{
    display: none;
}
@media (min-width: 640px) {
    footer .colums .column5
    {
        float: right;
        width: 140px;
        margin-right: 10px;
        margin-bottom: 0;
    }
    footer .colums .column5 h4
    {
        display: block;
    }
}
footer .colums .columnsCenter
{
    display: block;
    overflow: hidden;
}
footer .colums .columnsCenter .column
{
    display: none;
}
footer .colums .columnsCenter .column3
{
    display: block;
}
footer .colums .columnsCenter .column h4
 {
     display: none;
 }

@media (min-width: 640px) {
    footer .colums .columnsCenter .column
    {
        display: inline-block;
        vertical-align: top;
        width: 30%;
    }
    footer .colums .columnsCenter .column h4
    {
        display: block;
    }
}
footer .colums .links li
{
    display: inline-block;
    padding: 0 6px;
    border-right: 1px solid #3c3c3c;
    line-height: 16px;
}
footer .colums .links li:last-child
{
    border-right: 0;
}
@media (min-width: 640px) {
    footer .colums .links li
    {
        display: block;
        margin-bottom: 3px;
        border: 0;
        padding: 0;
        line-height: 20px;
    }
}
footer .colums .links li p
{
    padding-left: 10px;
    padding-bottom: 8px;
}
footer .colums .copyRight
{
    width: 100%;
    text-align: center;
    padding-top: 10px;
    clear: both;
}
footer .colums a.facebook
{
    background: url("../img/socialLinksFooter.png") no-repeat 0 0;
    width: 29px;
    height: 29px;
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
}
footer .colums a.twitter
{
    background: url("../img/socialLinksFooter.png") no-repeat -34px 0;
    width: 29px;
    height: 29px;
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
}
footer .colums a.youtube
{
    background: url("../img/socialLinksFooter.png") no-repeat -68px 0;
    width: 29px;
    height: 29px;
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
}
footer .colums a.pinterest
{
    background: url("../img/socialLinksFooter.png") no-repeat -102px 0;
    width: 29px;
    height: 29px;
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
}

/*-------------------------content section--------------------------*/
.contentSection
{
    padding: 0 14px;
    margin: 0 auto;
}
@media (min-width: 640px) {
    .contentSection
    {
        width: 1114px;
        margin: 0 auto;
        padding: 0;
        min-height: 500px;
    }
}
.contentSection .greenBtn
{
    font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
    font-weight: bold;
    height: 47px;
    line-height: 38px;
}
.contentSection .block
{
    background: #fff;
    -moz-box-shadow:    0 0 5px rgba(0, 0, 0, 0.8);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
    margin-bottom: 20px;
    padding: 20px;
}
.contentSection .block.large
{
    display: block;
}
.contentSection .block.small
{
    display: none;
}
@media (min-width: 640px) {
    .contentSection .block.large
    {
        width: 680px;
        display: inline-block;
        vertical-align: top;
    }
    .contentSection .block.small
    {
        width: 414px;
        display: inline-block;
        vertical-align: top;
    }
    .contentSection .block.large + .block.small
    {
        margin-left: 16px;
    }
}
/*-------------------------intro block--------------------------*/
.contentSection .intro .shareBlock
{
    display: block;
    text-align: center;
    padding-top: 20px;
    position: relative;
}

.contentSection .intro .textBlock
{
    display: block;
    text-align: center;
}
.contentSection .intro.large .shareBlock
{
    display: block;
}
.contentSection .block.large .textBlock
{
    display: block;
}
@media (min-width: 640px) {
    .contentSection .intro .shareBlock
    {
        width: 120px;
        display: inline-block;
        vertical-align: top;
        text-align: left;
    }
    .contentSection .intro .textBlock
    {
        width: 950px;
        display: inline-block;
        vertical-align: top;
        text-align: left;

    }
    .contentSection .intro.large .shareBlock
    {
        width: 110px;
        display: inline-block;
        vertical-align: top;
    }
    .contentSection .block.large .textBlock
    {
        width: 525px;
        display: inline-block;
        vertical-align: top;
    }
}
.contentSection p
{
    margin-bottom: 15px;
}
.contentSection .intro .textBlock p:last-child
{
    margin-bottom: 0;
}
.contentSection h1
{
    font-size: 2.5em;
    line-height: 1.1em;
    color: #ed5c2c;
    margin-bottom: 15px;
}
.contentSection h2
{
    font-size: 2.5em;
    line-height: 1.1em;
    color: #ed5c2c;
    margin-bottom: 10px;
    font-family: "Gill Sans MT";
}
.contentSection h3
{
    font-size: 2.5em;
    line-height: 1.1em;
    color: #ed5c2c;
    margin-bottom: 10px;
}
.contentSection h4
{
    font-size: 2.4em;
    line-height: 1.1em;
    color: #ed5c2c;
    margin-bottom: 10px;
}
@media (min-width: 640px)
{
    .contentSection h2
    {
        font-size: 1.9em;
    }
    .contentSection h3
    {
        font-size: 1.4em;
    }
    .contentSection h4
    {
        font-size: 1.4em;
        line-height: 1.1em;
        color: #ed5c2c;
        margin-bottom: 10px;
    }
}
/*-------------------------filter--------------------------*/
.filterBlock
{
    margin-bottom: 10px;
    border-bottom: 1px solid #C9C9C5;
    padding-bottom: 10px;
}
.filterBlock h4
{
    font-family: "Gill Sans MT";
}
.filterBlock h4 a
{
    color: #3c3c3c;
    font-size: 0.5em;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
}
.filterBlock .row
{
    display: block;
    border-bottom: 0;
    padding: 0;
    margin-bottom: 20px;
}
.filterBlock .row .title
{
    display: block;
    border: 1px solid #c9c9c5;
    padding: 12px 45px 12px 18px;
    color: #5c7632;
    font-family: "Open Sans Semibold";
    font-size: 2.2em;
    line-height: 1.1em;
    cursor: pointer;
    background: url("../img/filterArrows.png") no-repeat right -424px;
}
.filterBlock .row .content
{
    display: none;
    border: 1px solid #c9c9c5;
    border-top: 0;
    padding: 20px;
    background-color: #adba98;
}
.filterBlock .row.opened .title
{
    background: url("../img/filterArrows.png") no-repeat right 25px;
}
.filterBlock .row.opened .content
{
    display: block;
}
.filterBlock .button
{
    text-align: center;
}
.filterBlock .option
{
    display: inline-block;
    vertical-align: top;
    border: 1px solid #c9c9c5;
    background: #fff;
    height: 37px;
    line-height: 34px;
    color: #5c7632;
    font-family: 'Open Sans', sans-serif;
    margin-right: 6px;
    margin-bottom: 11px;
}
@media (min-width: 640px) {
    .filterBlock
    {
        border-bottom: 0;
        padding-bottom: 0;
    }
    .filterBlock h4 a
    {
        color: #3c3c3c;
        font-size: 0.7em;
        font-family: 'Open Sans', sans-serif;
        font-weight: normal;
    }
    .filterBlock .row
    {
        display: block;
        border-bottom: 1px solid #c9c9c5;
        padding: 9px 0;
        margin-bottom: 0;
    }
    .filterBlock .row .title
    {
        display: none;
    }
    .filterBlock .row .content
    {
        display: block;
        padding: 0;
        background: none;
        border: 0;
    }
    .filterBlock .button
    {
        display: none;
    }
    .filterBlock .option
    {
        margin-bottom: 5px;
    }
}
.filterBlock .option.selected
{
    background-color: #fff;
    border-color: #757575;
}
.filterBlock .option .icon
{
    display: inline-block;
    background: #e8e8e8;
    height: 35px;
    border-right: 1px solid #c9c9c5;
    width: 43px;
    text-align: center;
    font-size: 2em;
    font-family: "Lucida Bright", Georgia, serif;
    vertical-align: top;
    line-height: 34px;
}
.filterBlock .option .icon img
{
    vertical-align: middle;
}
.filterBlock .option .icon .unselected
{
    display: inline-block;
}
.filterBlock .option .icon .selected
{
    display: none;
}
.filterBlock .option.selected .icon
{
    background-color: #ed5c2c;
    color: #ed5c2c;
}
.filterBlock .option.selected .icon .unselected
{
    display: none;
}
.filterBlock .option.selected .icon .selected
{
    display: inline-block;
}
.filterBlock .option .text
{
    display: inline-block;
    width: 99px;
    height: auto;
    line-height: 1.1em;
    vertical-align: middle;
    padding-left: 5px;
    font-size: 0.85em;
    font-weight: bold;
}
.filterBlock .option.selected .text
{
    color: #ed5c2c;
}
/*-------------------------alphabet block--------------------------*/
.alphabetBlock
{
    border-bottom: 1px solid #c9c9c5;
    padding: 5px 0 10px 0;
    font-family: "Permanent_Marker";
    font-size: 2.3em;
    line-height: 1.1em;
    text-transform: uppercase;
    text-align: justify;
    margin-bottom: 20px;
}
.alphabetBlock a
{
    text-decoration: none;
    margin: 0 8px 20px 9px;
    display: inline-block;
    vertical-align: top;
}
@media (min-width: 640px) {
    .alphabetBlock a
    {
        text-decoration: none;
        margin: 0 8px 0 9px;
    }
    .alphabetBlock
    {
        font-size: 1.65em;
        padding: 5px 0 15px 0;
    }
}
/*-------------------------glossary--------------------------*/
.glossary article
{
    margin-bottom: 22px;
}
.glossary article .letter
{
    font-family: "Permanent_Marker";
    font-size: 2.3em;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.glossary article p strong{
    color: #ed5c2c;
    font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
    font-size: 1.7em;
}
@media (min-width: 640px) {
    .glossary article .letter
    {
        font-size: 1.65em;
    }
    .glossary article p strong{
        font-size: 1.4em;
    }
}
/*-------------------------items--------------------------*/
.itemsList
{
    display: block;
    border-top: 1px solid #c9c9c5;
    margin-bottom: 7px;
}
.itemsList .item
{
    display: block;
    border-bottom: 1px solid #c9c9c5;
    padding: 15px 0;
    position: relative;
}
.itemsList .item .buttonRow
{
    display: inline-block;
    vertical-align: top;
}
.itemsList .item .buttonRow .greenBtn
{
    text-align: center;
}
.itemsList .item .shareBlock
{
    display: inline-block;
    text-align: center;
    position: relative;
    vertical-align: top;
}
@media (min-width: 640px) {
    .itemsList .item .buttonRow
    {
        display: block;
        vertical-align: top;
    }
    .itemsList .item .buttonRow .greenBtn
    {
        width: 270px;
        padding: 0 10px;
        text-align: center;
    }
    .itemsList .item .shareBlock
    {
        display: inline-block;
        text-align: center;
        padding-top: 20px;
        vertical-align: top;
        width: 90px;
        position: absolute;
        top: 0;
        right: 0;
    }
}
@media (max-width: 480px) {
    .lnkDownload,
    .itemsList .item .buttonRow
    {
        display: none;
        
    }
    
}
.itemsList .item h3
{
    color: #5c7632;
    font-size: 2.5em;
    display: none;
    margin-bottom: 7px;
    margin-top: -3px;
    font-family: "Gill Sans MT";
}
.itemsList .item .filterBlock
{
    margin-bottom: 5px;
    border-bottom: 0;
}
.itemsList .item .image
{
    display: inline-block;
    vertical-align: top;
    width: 50%;
    margin-right: 2%;
    position: relative;
}
.itemsList .item .image img
{
    max-width: 100%;
}
.itemsList .item .image .zoomIcon
{
    background: url("../img/zoomIcon.png") no-repeat 0 0;
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: 5px;
    right: 5px;
}
.itemsList .item .image .playIcon
{
    background: url("../img/playIcon.png") no-repeat 0 0;
    width: 66px;
    height: 48px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -24px 0 0 -33px;
}
.itemsList .item .info
{
    display: inline-block;
    vertical-align: top;
    width: 45%;
    margin-right: 0;
}
.itemsList .item a{
    color: #5C7632;
    text-decoration: none;
}
.itemsList .item a:hover
{
    color: #5C7632;
    text-decoration: underline;
}
.itemsList .item p
{
    margin-bottom: 7px;
}
.itemsList .item p.moreLink
{
    margin-bottom: 15px;
}
.itemsList .item p strong.orange
{
    color: #ED5C2C;
}
.itemsList .item article
{
    display: none;
}
.itemsList .item article.mobile
{
    padding-top: 10px;
    margin-bottom: 10px;
}
.itemsList .item article.mobile,
.itemsList .item h3.mobile
{
    display: block;
}
.itemsList .buttonRow .greenBtn,
.itemsList .buttonRow .greenBtn:hover
{
    color: #fff;
    text-decoration: none;
    padding: 0 9px;
}

@media (min-width: 640px) {
    .itemsList .item h3
    {
        color: #5c7632;
        font-size: 1.9em;
        display: none;
        margin-bottom: 7px;
        margin-top: -3px;
        font-family: "Gill Sans MT";
    }

    .itemsList .item h3.mobile
    {
        display: none;
    }
    .itemsList .item article.mobile
    {
        display: none;
    }
    .itemsList .item h3,
    .itemsList .item article
    {
        display: block;
    }
    .itemsList .item .image
    {
        width: 268px;
        margin-right: 10px;
    }
    .itemsList .item .info
    {
        width: 675px;
        margin-right: 5px;
    }
    /*.itemsList .buttonRow .greenBtn,
    .itemsList .buttonRow .greenBtn:hover
    {
        padding: 0 50px;
    }*/

}
@media (max-width: 420px) {
    .itemsList .item .image
    {
        width: 100%;
        margin-right: 10px;
        margin-bottom: 10px;
    }
    .itemsList .item .image img
    {
        width: 100%;
    }
    .itemsList .item .info
    {
        width: 100%;
        margin-right: 5px;
    }

}

/*---------------------------- faq -------------------*/
.faq .questions
{
    border-bottom: 1px solid #c9c9c5;
    padding-bottom: 8px;
    margin-bottom: 20px;
}
.faq h4
{
    margin-bottom: 18px;
    font-size: 1.3em;
    line-height: 1.3em;
    color: #5c7632;
    font-family: "Gill Sans MT";
}
.faq h4 a{
    text-decoration: none;
}
.faq h4 a:hover{
    text-decoration: underline;
}
.faq .answers h4
{
    color: #ed5c2c;
    margin-bottom: 15px;
}
.faq .answers p
{
    margin-bottom: 25px;
}
/*-------------------- formBlock ------------*/
.formBlock
{
    margin-bottom: 20px;
}
.formBlock .row
{
    margin-bottom: 25px;
}
.formBlock label.title
{
    display: block;
    margin-bottom: 3px;
    color: #3c3c3c;
    font-family: "Gill Sans MT";
    font-weight: bold;
    font-size: 1.3em;
}
.formBlock input[type="text"]
{
    background: #fff;
    border: 1px solid;
    border-color: #ccc #ccc #f2f2f2;
    border-top: 2px solid #ccc;
    height: 37px;
    padding: 5px 14px;
    width: 100%;
    vertical-align: top;
}
.formBlock input[type="text"].error
{
    border-color: #ed5c2c;
    color: #ed5c2c;
}
.formBlock .errorMsg
{
    color: red;
    display: block;
    margin-bottom: 10px;
}
.formBlock select
{

    height: 37px;
    line-height: 37px;
    padding: 0 14px;
    width: 100%;

    vertical-align: top;
}
.formBlock textarea
{
    width: 100%;
    background: #fff;
    border: 1px solid;
    border-color: #ccc #ccc #f2f2f2;
    border-top: 2px solid #ccc;
    height: 193px;
    padding: 5px 0 0 14px;
    overflow: auto;

}
.formBlock .group
{
    width: 100%;
}
.formBlock .group input[type="text"]
{
    margin-bottom: 10px;
    width: 100%;
}
.formBlock .grouped_3 input[type="text"]
{
    width: 100%;

}
.formBlock .grouped_3 .sbHolder
{
    width: 100%;
    margin-bottom: 10px;

}
.formBlock .grouped_3 input[type="text"]:last-child,
.formBlock .grouped_3 .sbHolder:last-child
{
    margin-right: 0;
}
.sbHolder
{
    display: inline-block;
    vertical-align: top;
    height: 37px;
    position: relative;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#a4866e), to(#705b4b));
    background: -webkit-linear-gradient(top, #a4866e, #705b4b);
    background: -moz-linear-gradient(top, #a4866e, #705b4b);
    background: -ms-linear-gradient(top, #a4866e, #705b4b);
    background: -o-linear-gradient(top, #a4866e, #705b4b);
    color: #fff;
    border: 1px solid;
    border-color: #8a7666 #8f7e6f #887667 #8f7e6f;
    border-radius: 2px;
}
.sbHolder .sbToggle
{
    background: url("../img/selectBtn.png") no-repeat 0 0;
    width: 35px;
    height: 38px;
    position: absolute;
    top: -1px;
    right: 0;
}
.sbHolder .sbSelector
{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 0 46px 0 14px;
    text-decoration: none;
    line-height: 35px;
    height: 35px;
    font-size: 1.15em;
    font-family: "Open Sans Semibold";
    text-shadow: 1px 1px rgba(0, 0, 0, 0.75);
}
.sbHolder .sbOptions
{
    position: absolute;
    top: 100%;
    left: -1px;
    right: -1px;
    background: #a4866e;
    border: 1px solid #a4866e;
    padding: 0 14px;
    border-radius: 0 0 2px 2px;
    z-index: 2;
    max-height: 300px;
    overflow: auto;
}
.sbHolder .sbOptions li
{
    display: block;
    padding: 4px 0;
    font-size: 1.15em;
    font-family: "Open Sans Semibold";
    text-shadow: 1px 1px rgba(0, 0, 0, 0.75);
}
.sbHolder .sbOptions li a{
    text-decoration: none;
}
.formBlock .sbHolder
{
    width: 100%;
}
.thankYou
{
    text-align: center;
    font-family: "Gill Sans MT";
    font-size: 1.7em;
    line-height: 1.3em;
    font-weight: bold;
}
.formBlock .row.note,
.formBlock .row.button
{
    text-align: center;
}
.formBlock .row.note
{
    font-style: italic;
}
@media (min-width: 640px) {

    .formBlock input[type="text"]
    {
        width: 429px;
    }
    .formBlock select
    {
        width: 429px;
    }
    .formBlock textarea
    {
        width: 600px;

    }
    .formBlock .group
    {
        width: 600px;
    }
    .formBlock .sbHolder
    {
        width: 429px;
    }
    .formBlock .row.note,
    .formBlock .row.button
    {
        text-align: left;
    }
    .formBlock .grouped_3 input[type="text"]
    {
        width: 191px;
        margin-right: 5px;
    }
    .formBlock .grouped_3 .sbHolder
    {
        width: 200px;
        margin-right: 5px;
    }
    .formBlock .row.note
    {
        font-style: normal;
    }

}

/*------------------------- item page --------------------*/
.singleItem
{
    display: block;
    padding-bottom: 19px;
    border-bottom: 1px solid #c9c9c5;
    margin-bottom: 10px;
}
.singleItem .titleRow
{
    display: block;
    margin-bottom: 20px;
}
.singleItem .titleRow:after
{
    display: block;
    content: "";
    width: 100%;
    clear: both;
}
.singleItem .titleRow .greenBtn
{
    display: none;
}
.singleItem .titleRow .backLink
{
    display: inline-block;
    text-decoration: underline;
    color: #5C7632;
    font-size: 1.4em;
    font-weight: bold;
    margin-bottom: 18px;
}
.singleItem .titleRow h2
{
    display: block;
    font-size: 3.1em;
    line-height: 1.1em;

}
.singleItem .filterBlock
{
    margin-bottom: 20px;
    text-align: left;
}
.singleItem .content .textBlock
{
    display: block;
    vertical-align: top;
    position: relative;
    width: auto;
    padding-right: 0;
    margin-right:0;
    margin-bottom: 20px;
    text-align: center;
}
.singleItem .content .textBlock article
{
    text-align: left;
}
.singleItem .content .image
{
    width: 100%;
    position: relative;
    display: inline-block;
    vertical-align: top;

    text-align: center;
}
.singleItem .content .image img
{
    max-width: 100%;
    border: 1px solid #c9c9c5;
}
.singleItem .content .image .playBtn
{
    background: url("../img/playBtn.png") no-repeat 0 0;
    width: 66px;
    height: 48px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -24px 0 0 -33px;
}
.singleItem .content .textBlock .buttons
{
    text-align: center;
}
.singleItem .content .textBlock .greenBtn
{
    margin-bottom: 15px;
}
@media (min-width: 640px) {
    .singleItem .titleRow .greenBtn
    {
        float: right;
        display: inline;
        margin-top: 5px;
    }
    .singleItem .titleRow .backLink
    {
        display: none;
    }
    .singleItem .titleRow h2
    {
        display: block;
        overflow: hidden;
        margin-right: 30px;
        font-size: 2.5em;
        line-height: 1.3em;

    }
    .singleItem .content .textBlock
    {
        display: inline-block;
        vertical-align: top;
        position: relative;
        width: 659px;
        padding-right: 90px;
        margin-right: 20px;
        margin-bottom: 0;
    }
    .singleItem .content .shareBlock
    {
        position: absolute;
        top: 0;
        right: 0;
    }
    .singleItem .content .image
    {
        width: 391px;
        position: relative;
        display: inline-block;
        vertical-align: top;

        text-align: center;
    }
    .singleItem .content .textBlock .buttons
    {
        text-align: left;
    }
}
/*----------------- popup ------------------*/
.overlay
{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.7;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=57)";
    z-index: 30;
}
.popup
{
    position: fixed;
    top: 10%;
    left: 5%;
    width: 90%;
    height: auto;
    padding-top: 22px;
    z-index: 40;
    margin: 0 0 0 0;
}
.popup .content
{
    width: 100%;
    height: 300px;
}



.popup .close{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 17px;
    height: 17px;
    background: url("../img/close.png") no-repeat 0 0;
    cursor: pointer;
}
@media (min-width: 640px) {
    .popup
    {
       top: 50%;
        left: 50%;
        width: 940px;
        height: 529px;
        padding-top: 22px;
        z-index: 40;
        margin: -265px 0 0 -470px;
    }
    .popup .content
    {
        height: 507px;
        text-align: center;
    }
    .popup .content img 
    {
        max-width: 100%;
        max-height: 100%;
    }
}
/*----------------------- share block --------------------*/
.shareBlock .buttonsGroup
{
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    background: #adba98;
    width: 271px;
    margin-left: -135px;
    padding: 10px 0;
    margin-top: 12px;
    display: none;
    z-index: 14;
}
.shareBlock .buttonsGroup:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: 11px solid;
    border-bottom-color: #adba98;
    left: 50%;
    bottom: 100%;
    margin-left: -11px;
    background: none;
    color: transparent;
}
.shareBlock
{
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
}
.shareBlock .mobBtn
{
    width: auto;
    cursor: pointer;
}
.shareBlock .buttonsGroup a
{
    width: 47px;
    height: 47px;
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
    text-indent: -100px;
    overflow: hidden;
    margin: 0 6px;
    text-decoration: none;
    color: #333;

}
.shareBlock .buttonsGroup a img,
.shareBlock .buttonsGroup a span
{
    display: none;
}
.shareBlock .addthis_button_pinterest_share
{
    background: url("../img/pinItIconMob.png") no-repeat 0 0;
}
.shareBlock .addthis_button_email
{
    background: url("../img/emailIconMob.png") no-repeat 0 0;
}
.shareBlock .addthis_button_facebook
{
    background: url("../img/facebookIconMob.png") no-repeat 0 0;
}
.shareBlock .addthis_button_twitter
{
    background: url("../img/twitterIconMob.png") no-repeat 0 0;
}

@media (min-width: 640px) {
    .contentSection .intro .shareBlock
    {
        padding-top: 0;
    }

    .shareBlock .mobBtn
    {
        display: none;
    }
    .shareBlock .buttonsGroup
    {
        display: inline-block !important;
        vertical-align: top;
        background: #e8e8e8;
        border: 1px solid #c9c9c5;
        padding: 10px;
        font-size: 0.85em;
        color: #333;
        width: 84px;
        position: static;
        margin: 0;
    }
    .shareBlock .buttonsGroup:after {
        display: none;
    }
    .shareBlock .buttonsGroup a
    {
        text-decoration: none;
        border: 1px solid #c9c9c5;
        border-radius: 2px;
        background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#f0f0f0));
        background: -webkit-linear-gradient(top, #fff, #f0f0f0);
        background: -moz-linear-gradient(top, #fff, #f0f0f0);
        background: -ms-linear-gradient(top, #fff, #f0f0f0);
        background: -o-linear-gradient(top, #fff, #f0f0f0);
        height: 20px;
        line-height: 18px;
        display: inline-block;
        vertical-align: top;
        width: 100%;
        text-indent: 0;
        margin: 0 0 10px;
        text-align: left;

    }
    .shareBlock .buttonsGroup a img,
    .shareBlock .buttonsGroup a span
    {
        display: inline-block;
        text-indent: 0;
    }

    .shareBlock .buttonsGroup a img
    {
        vertical-align: top;
        line-height: 18px;
        margin: 3px 1px 0 4px;
    }
    .shareBlock .buttonsGroup a:last-child
    {
        margin-bottom: 0;
    }

    .shareBlock .buttonsGroup .addthis_toolbox
    {
        height: 110px;
    }
}

/*-------------------Filters--------------------------*/
#allgrades, #allsubjects, #allcontenttypes, .grade, .subject, .contenttype {
     cursor: pointer;
}

.spinner {
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
}

/*-------------------Contact Us--------------------------*/
.validation-error {
border: 1px solid red !important;
}