/*
* ===================================================== BACKGROUND ==================================================
*/

.b-green { background: #3d623f }
.grey-bg { background:#f7f7f7; }
.white-bg { background:#fff; }
/*
* ===================================================== COLORS ==================================================
*/

.red { color: red; }
.lightred { color: #f78484; }
.orange { color: #f08a24; }
.yellow { color: #ffbf00; }
.white { color: #FFF; }
.blue { color: #00498d;}
.lightblue { color: #7aaede;}
.green { color: #3d623f; }
.gray { color: gray;}
/*
* ===================================================== DROPDOWNS ==================================================
*/
#signin {
    border: none;
    border-bottom: 5px solid #3d623f;
}
.dropdown.subjects {
    background: #eaeaea;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1px;
    -moz-column-gap: 1px;
    column-gap: 1px;
    border: solid 1px #CCC;
    -moz-column-rule: 1px outset #CCC;
    -webkit-column-rule: 1px outset #CCC;
    column-rule: 1px outset #CCC;
    -moz-column-fill: auto;
    -webkit-column-fill: auto;
    column-fill: auto;
}
/*
* ===================================================== BUTTONS ==================================================
*/

a.button {
    text-decoration: none !important;
}
.button {
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    font-family: 'segoe_uiregular';
}
/*.button:hover {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}*/
.button.search {
    min-height:2.4em;
    font-size:1em;
    font-weight:bolder!important;
    line-height:2.2em;
    margin-left:-2.7em;
    padding:0 1.5em;
}
.button.submit {
    width:122px;
    height:37px;
    font-size:1.125em;
    font-weight:bolder!important;
    float:left;
    margin:0;
    padding:0;
    border-bottom:3px solid #c8c8c8;
    line-height:37px;
}
.button.read {
    width:288px;
    height:50px;
    font-size:1em;
    margin:0px auto;
    padding:0;
    border-bottom:3px solid #c8c8c8;
    line-height:50px;
    top:130px;
}
.button.green {
    background: #3d623f;
    color: #FFF;
}
.button.yellow {
    background: #ffbf00;
    color: #000;
}
.button.orange {
    background: orange;
    color: #FFF;
}
.button.gray {
    background: #C2C2C2;
    color: #FFF;
}
.button.inline {
    display: inline-block;
}
button.disabled, button[disabled], .button.disabled, .button[disabled] {
    background-color: #f6f6f6;
    color: #CCC;
}
.button.facebook {
    background: #3B5998;
    background: -moz-linear-gradient(90deg, #3B5998 25%, #3B5997 75%);
    background: -webkit-linear-gradient(90deg, #3B5998 25%, #3B5997 75%);
    background: -o-linear-gradient(90deg, #3B5998 25%, #3B5997 75%);
    background: -ms-linear-gradient(90deg, #3B5998 25%, #3B5997 75%);
    background: linear-gradient(180deg, #3B5998 25%, #3B5997 75%);
    color: #FFF !important;
    border: solid 1px #3A65A8;
    cursor: pointer;
    text-align: center;
    font-size: 1em;
    font-weight: bold;
    padding: 0.5em 1em;
    text-decoration: none; 
    margin-bottom: 0;
}
.button.facebook .fa {
    margin-right: 10px;
}
/*
* ===================================================== SEARCH ==================================================
*/

.homesearch h1 {
    font-family: AvenirLtStd-Heavy;
    color: #ffbf00;
    font-size: 52px;
    font-weight: normal;
    text-shadow: 0px 3px 1px #2e4930;
    filter: dropshadow(color=#2e4930, offx=0, offy=3);
    margin-bottom: 0;
    margin-top: 10px;
}
.homesearch h2 {
    font-family: AvenirLtStd-Book;
    color: #fff;
    font-weight: normal;
    font-size: 1.2em;
    text-shadow: 0px 2px 1px #2e4930;
    filter: dropshadow(color=#2e4930, offx=0, offy=2);
    margin-bottom: 20px;
}
.homesearch .searchbox {
    padding: 0 5px;
    -webkit-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    -webkit-box-shadow: inset 0px 2px 0px #e6e6e6;
    box-shadow: inset 0px 2px 0px #e6e6e6;
}
.row.search {
    background: #FFF;
}
.row.search:nth-child(even) {
    background: #f6f6f6;
}
.row.search a {
    text-decoration: underline;
}
.row.search em {
    color: #999
}
.row.search h3 {
    font-size: 1.2em;
    color: #3D623F;
}
/*
* ===================================================== CONTENT ==================================================
*/
input, select {
    height: auto;
}
.page-title { 
    color: #3D623F !important;
    text-transform: uppercase;
    font-family: segoe_uiregular;
    font-weight: bold;
    margin-top: 0.2rem;
    margin-bottom: 0.5rem;
}
.border-box {
    border: solid 1px #3D623F;
    padding: 1em;
    margin: 10px;
    /*border-radius: 10px;*/
    box-shadow: 1px 1px 10px 1px #3D623F;
}
.list-book li {
    /*padding-left: 1.2em;*/
    list-style: none;
}

.list-book li:before {
    content: "\f02d"; /* FontAwesome char code inside the '' */
    font-family: FontAwesome; /* FontAwesome or whatever */
    display: inline-block;
    width: 1.2em; /* same as padding-left set on li */
    margin-left: -1.2em; /* same as padding-left set on li */
    color: #48744C;
}

.essaymeta {
    margin-bottom: 0;
}
.left-dashed {
    border-left: dashed 1px #48744C;
}
.sidebar-left, .sidebar-left-feature-page {
    /*    -moz-box-shadow:  inset -7px 0px 3px -3px #f1f1f1;
        -webkit-box-shadow: inset -7px 0px 3px -3px #f1f1f1;
        box-shadow:         inset -7px 0px 3px -3px #f1f1f1;*/
    background:#fff;
}
.sidebar-left-feature-page a {
    color:#3D623F;
    font-size:1em;
    padding-bottom:0.4em;
    /*display:block;*/
    text-decoration:underline;
}
.sidebar-left-feature-page a:hover {
    text-decoration:none;
}
.subcategory {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 0px;
    -moz-column-gap: 0px;
    column-gap: 0px;
}
.dashboard-section {
    padding:1em 1em 2em;
}
div.dashboard-section span {
    color:#333333;
    font-size:0.9375em;
    padding:0px 0 8px 0;
    /*display:block;*/
    font-weight:normal;
}
div.dashboard-section input[type="text"] {
    background:#fff;
    border:1px solid #a6a6a6;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    box-shadow:none;
}
div.dashboard-section select[type="text"] {
    background:#fff;
    border:1px solid #a6a6a6;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    box-shadow:none;
    color:#333;
    margin-bottom:16px;
    font-size:0.9375em;
}

.categories-right-section {
    padding-top:0;
    padding-left:0;
    padding-right:0;
}
.categories-right-section a, .search-content-list a {
    color:#3D623F;
    font-size:1.125em;
    padding-bottom:0.3em;
    text-decoration:underline;
    /*display:block;*/
}
.categories-right-section a:hover, .search-content-list a:hover {
    text-decoration:none;
}
.categories-right-section li, .search-content-list li {
    color:#333333;
    font-size:0.875em;
}
.single-essay-list {
    background:#fff;
    padding:1em 1em 0.1em;
}
.single-essay-list:nth-child(odd) {
    background:#F5F5F5;
}
.single-essay-list p {
    margin-bottom: 0;
}
/*
* ===================================================== CONTENT / FORM ========================================
*/

.form-section {
    padding:1em 1em 0.5em;
}
.form-section h2 {
    font-size:1.375em;
    color:#5B5B5B;
    font-family: 'segoe_uiregular';
    padding-bottom:1em;
}
.form-section h2.headlinebold {
    font-size:1.625em;
    font-weight:bold;
    text-align:center;
}
.form-section input[type="text"], input[type="email"], .form-section input[type="password"], .form-section textarea {
    background:#fff;
    border:1px solid #a6a6a6;
    /*    box-shadow:none;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;*/
    /*border-radius: 4px;*/
}
.form-section textarea {
    min-height:128px;
}
.form-section label {
    color:#5B5B5B;
    font-size:0.875em;
    padding:0;
}
label.required {
    color:#E60404;
    font-size:0.75em;
}
label.optional {
    color:#5B5B5B;
    font-size:0.75em;
}
.form-section p {
    color:#aaa;
    font-size:0.875em;
    padding:0.5em 0;
}
.form-section p a {
    color:#304e31;
    text-decoration:underline;
}
.form-section p a:hover {
    text-decoration:none;
}
.error input, .error textarea, .error select {
    /*margin: 0 0 1rem 0;*/
}
input[data-invalid] {
    border: solid 1px red;
    color: red;
}
/*
* ===================================================== CONTENT / PAGINATION ==================================================
*/
.pagination-centered {
    padding-top:2em!important;
}
ul.pagination li a {
    background:#3d623f;
    font-size:1em;
    color:#fff;
    font-weight:bold;
    padding:0.3em 0.9em;
    text-decoration:none;
}
ul.pagination li a:hover {
    color:#666;
}
ul.pagination li.current a {
    border:1px solid #3d623f;
    background:#fff;
    color:#3d623f;
}
ul.pagination li.current a:hover {
    background:#fff;
    color:#3d623f;
}
/*
* ===================================================== CONTENT / SEARCH ========================================
*/

.words-block-sec {
    padding:2.625em 0 0.625em 0;
    background:#fff;
}
.words-block-sec ul {
    padding:0;
    margin:0;
    list-style:none;
}
.words-block-sec ul li {
    display:inline-block;
    padding:0 2px 0.625em 2px;
}
.words-block-sec ul li a {
    background:#3D623F;
    font-size:0.875em;
    color:#fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding:5px 0.625em;
}
.words-block-sec ul li a:hover {
    background:#528354;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.alphabet-block-sec {
    padding:0.625em 0px 2.625em 0px;
}
.alphabet-block-sec ul {
    padding:0;
    margin:0;
    list-style:none;
}
.alphabet-block-sec ul li {
    display:inline-block;
    padding:0 2px;
}
.alphabet-block-sec ul li a {
    font-size:0.875em;
    color:#5B5B5B;
    text-decoration:none;
}
.alphabet-block-sec ul li a:hover {
    text-decoration:underline;
}
.blurimage {
    height: 390px;
    background: url(../images/fade-txt-img.jpg) no-repeat 0 0;
}
/*
* ===================================================== CONTENT / FAQ =========================================
*/
.faq-right-block {
    padding-top:0;
    padding-left:0;
    padding-right:0;
}
.accordion dd {
    padding-bottom:0.4em;
}
.accordion dd > a {
    background:#fff;
    border:1px solid #3d623f;
    color:#5B5B5B;
    font-weight:bold;
    font-size:0.875em;
    font-family: 'segoe_uiregular';
}
.accordion dd > a:hover {
    background:#3d623f;
    color:#fff;
}
.accordion dd.active a {
    background: none;
}
.accordion dd.active > a {
    background:#3d623f;
    color:#fff;
    outline:none;
}
.accordion .content {
    font-size:0.875em;
    color:#5B5B5B;
}
.get-access a {
    color:#5B5B5B;
    font-weight:bold;
    font-size:0.875em;
    font-family: 'Roboto';
    text-decoration:underline;
    padding:1em 0;
    /*display:block;*/
}
.get-access a:hover {
    text-decoration:none;
}
/*
* ===================================================== ALERT ==================================================
*/
.alert-box.success,
.alert-box.alert,
.alert-box.warning {
    background: none !important;
}
.alert-box.success p,
.alert-box.alert p,
.alert-box.warning p {
    margin-bottom: 0;
}
.alert-box.success,
.alert-box.success *,
.alert-box.success p {
    color: green;    
}
.alert-box.alert,
.alert-box.alert *,
.alert-box.alert p {
    color: red;    
}
.alert-box.warning,
.alert-box.warning *,
.alert-box.warning p {
    color: #f08a24;    
}

/*
* ===================================================== RATING ==================================================
*/
.rating {
    font-size: 25px;
    color: #CCC;
    display: inline-block;
    /*margin-left: 20px;*/
}
.rating i {
    opacity: 0.3;    
}
.rating i.rate-yellow {
    color: #ffbf00;
    opacity: 1;
}
.search-rate .rating {
    margin-top: -10px;
}
.search-res-right {
    width: 80%;
    float: right;
}
/*
* ===================================================== VALUE PROPOSITION ==================================================
*/
.value-proposition {
    border: solid 1px #f08a24;
    margin-bottom: 20px;
}
.value-proposition h3 {
    color: #FFF;
    background: #f08a24;
    text-align: center;
    margin: 0;
    padding: 10px 5px;
    font-size: 1.1em;
}