/* HEADER */
#area-header-wrapper {
    height: 100px;
    line-height: 40px;
    margin-bottom: 0;
}
#area-header-left {
    width: 22%;
    max-width: 237px;
}
#area-header-left a {
    display: block;
    height: 100px;
    line-height: 100px;
}
#area-header-left a img {
    /*width: 100%;
    height: auto;*/
    vertical-align: middle;
    position: unset;
}
#area-header-right {
    /*padding-left: 4%;*//* 4 + 74 + 22 = 100% */
    width: 73.99%;
}
#area-header-menu {
    margin-top: 10px;
    padding-left: 20px;
}
#area-header-search {
    margin-top: 6px;
}
#area-header-search .search-input {
    border: 1px dotted #333;
    height: 20px;
    padding: 5px;
    width: 240px;
}
#area-header-search .search-submit {
    height: auto;
    top: 0;
}
#top-menu {
    display: inline-block;
    padding: 0;
}
ul#top-menu li {
    list-style: none;
    margin: 0;
}
ul#top-menu li.active, #top-menu li.active {
    border: 0;
}
ul#top-menu li.active a, #top-menu li.active a {
    color: #000;
}
#top-menu li a {
    padding: 3px 12px;
}
#top-menu li:first-child a {
    padding-left: 0;
}
#top-menu li:last-child  a{
    padding-right: 0;
}
#top-menu li a:hover {
    text-decoration: none;
    background-color: #fafafa;
}
#top-menu li:hover > a {
    background-color: #fafafa;
}
ul#top-menu li .dropdown0 a {
    color: #848484;
    font-size: 14px;
    margin: 3px 0;
    padding: 0;
}
ul#top-menu li .dropdown0 a:hover {
    text-decoration: underline;
}
.dropdown1, .dropdown2, .dropdown3, .dropdown4 {
    border-left-width: 3px;
    border-bottom-width: 1px;
    border-right-width: 1px;
    margin-top: 5px;
}
/* /HEADER */

/* BREADCRUMBS */
#breadcrumb {
    color: #333;
    height: 40px;
    font-size: 12px;
    line-height: 40px;
    padding: 0;
    text-transform: uppercase;
}
#breadcrumb a {
    color: #666;
    padding: 0 5px;
}
/* /BREADCRUMBS */
/* HOMEPAGE BOXES */

.front .imgtxt .box-wrapper, .front .txtonly .box-wrapper {
    height: 380px;

}
div.imgtxt, div.txtonly {
    /*background-color: #121212;*/
    background-color: #333;
}
div.page-body-row .imgtxt img {
    border-bottom: 1px dotted #343434;
}
div.page-body-row .featured {
    background-color: #fff;
}
div.page-body-row .featured .box-wrapper a:nth-child(2) {
    height: 100px;
    background: url(../images/featured_orange.png) 0 0 no-repeat;
    position: absolute;
    top: 0;
    width: 100px;
}
div.page-body-row .featured p {
    color: #888;
}
div.page-body-row img.featured-logo {
    display: none;
}

div.page-body-row div.imgtxt h2 {
    margin-top: 0;
}
div.page-body-row div.txtonly h2 {
    padding-left: 0;
    font-size: 20px;
    line-height: 26px;
    font-family: OpenSansLight;
    font-style: normal;
    text-indent: 0;
}
div.page-body-row p {
    color: #eee;
    font-family: OpenSansLight;
    letter-spacing: 0.5px;
    position: absolute;
    bottom: 0;
}
/* /HOMEPAGE BOXES */
/* LEFT FLOATING SIDEBAR */
#main-column-right {

}
#left-nav-menu div#top-item {
    padding: 0;
    /*margin-bottom: 1.5em;*/
    background-color: #000;
}

#left-nav-menu  a, #left-nav-menu div {
    color: #333;
    font-family: OpenSansLight;
    font-size: 16px;
    /*padding: 0.5em 0;*/
    vertical-align: middle;
}
#left-nav-menu  a:hover, #left-nav-menu div:hover {
    background-color: #f2f2f2;
}
#left-nav-menu  a:hover #top-item, #left-nav-menu  a:hover #top-item div {
    background-color: #000;
}
#left-nav-menu  .text-item {
    margin: 0;
    width: auto;
    padding-left: 5px;
}
#left-nav-menu  .text-item  span {
    display: none;
}
/* /LEFT FLOATING SIDEBAR */
/* COMMENT FORM */
.comment-wrapper h2 {
    color: #00a5e3;
    font-family: OpenSansLight;
    font-size: 22px;
    font-weight: normal;
    margin: 5px 0;
}
.comment-wrapper .form-item label, .form-item label {
    /*color: #333;
    font-weight: normal;*/

    display: inline-block;
    width: 180px;
    margin: 0;
    padding-right: 1.4em;
    font-weight: normal;
    font-family: OpenSansLight;
}
.form-item label.option {
    width: auto;
}
.comment-wrapper .form-item label .form-required {
    font-size: 12px;
}

input.form-text, textarea.form-textarea, select.form-select, input.form-submit {
    height: 1.8em;
    padding: 0.1em 0.3em;
    color: #666;
    background-color: #fff;
    border: 1px solid #dadada;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
/*.comment-wrapper .form-item input, input.form-text {*/
.form-item input, input.form-text {
/*    border: 1px solid #ccc;
    padding: 4px 7px;*/
    height: 1.8em;
    padding: 0.1em 0.3em;
    color: #666;
    background-color: #fff;
    border: 1px solid #dadada;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

/*.comment-wrapper .form-item select, select.form-select {*/
.form-item select, select.form-select {
/*
    width: 261px;
    height: 2em;
    padding: 0.2em 0.3em;
*/
}
.form-item select, select.form-select {
    height: 2.1em;
    padding: 0.2em 0.3em;
    color: #666;
    background-color: #fff;
    border: 1px solid #dadada;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
input.form-text {
    width: 250px;
}
select.form-select {
    width: 260px;
}
.form-item textarea, textarea.form-textarea {
    width: 100%;
    height: 8em;
}

input.form-checkbox, input.form-radio {
    vertical-align: middle;
    margin: 0 1em 0 0;
    position: relative;
    top: -1px;
}

/*
.form-item input, input.form-text, .form-item select, select.form-select, .form-item textarea, textarea.form-textarea {
    border: 1px solid #ccc;
    padding: 4px 7px;
}
*/

/*
.webform-client-form .form-checkboxes input.form-checkbox {
margin: 0 0.5em 0 0;
}
*/
p.notification {
    padding: 1.4em 0.7em;
    line-height: 1.4em;
    font-size: 12px;
    padding: 0.7em;
    margin-bottom: 0.7em;
}
#node-114 p.notification {
    margin-top: 0;
    padding: 0;
    text-align: right;
}

.comment-wrapper .form-item .description {
    color: #888;
}
/*
.comment-wrapper .form-item textarea {
    border: 1px solid #ccc;
    padding: 5px;
}
*/
.comment-wrapper .form-item .filter-wrapper, .filter-wrapper {
    padding: 0.5em 0;
}
.comment-wrapper .form-actions, .form-actions {
    margin: 0.5em 0;
    text-align: right;
}
.form-actions .form-submit, a.button, input.form-submit, .search-results .item-list .pager li a {
    background-color: #00a5e3;
    border: 1px solid #0078c1;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    padding: 4px 7px;
    height: auto;
}
a.button {
    padding: 5px 9px;
}
.form-actions .form-submit:hover, a.button:hover, input.form-submit:hover, .search-results .item-list .pager li a:hover {
    background-color: #0078c1;
}
a.button:hover {
    text-decoration: none;
}
/* /COMMENT FORM */
/* FOOTER */
#area-footer {

}
#area-footer-wrapper1 {
    background-color: #333;
    color: #888;
}
#area-footer-wrapper1 h2 {
    font-style: italic;
}
#version-mobile {
    display: none;
}
#area-footer-wrapper2 {
    background-color: #111;
    border-top: 1px dotted #6e6e6e;
    color: #888;
    height: 50px;
    line-height: 50px;
}
#area-footer-wrapper2 p {
    margin: 0;
}
#area-footer-bottom-right img {
    padding-right: 20px
}
#area-footer-bottom-right a {
    color: inherit;
}
/* /FOOTER */


/* CUSTOM */
div#main-column-body hr {
    margin: 1.5em;
}
/* /CUSTOM */
/* RELATED ARTICLES */
#ref-articles-wrapper {
    padding: 10px 0;
    border-top: 2px dotted #ff8000;
}
.view-referenced-articles .views-row .ref-articles-row-wrapper {
    margin: 10px 0;
}
.view-referenced-articles .views-row .ref-articles-row-wrapper a {
    display: block;
}
.view-referenced-articles .views-row .imgbox {
    height: auto;
    margin-right: 20px;
}
.view-referenced-articles .ref-articles-row-wrapper h3 {
    font-family: OpenSansLight;
    font-size: 16px;
}
.view-referenced-articles .ref-articles-row-wrapper p {
    color: #333;
    font-family: OpenSansLight;
    font-size: 14px
}
/* /RELATED ARTICLES */
/* CUSTOMER SUCCESSES */


/* /CUSTOMER SUCCESSES */
/* SEARCH RESULTS */
/*

#views-exposed-form-search-embed-1

*/
/*
.views-exposed-form .views-exposed-widget {
    padding-top: 0;
}
*/
#views-exposed-form-search-embed-1 {
    padding: 0 0 2em 0;
}
#edit-search-api-views-fulltext-wrapper label {
    display: none;
}
.views-exposed-form .views-exposed-widget .form-submit {
    margin-top: 0;
}
.search-results .item-list {
    margin-top: 1em;
}
.search-results .item-list ul li {
    list-style: none;
    margin: 0.5em 0;
    padding: 0.25em 0;
    /*height: 75px;*/
}
.search-results .item-list ul li .image {
    width: 13%;
    text-align: left;
}
.search-results .item-list ul li .text {
    width: 86.99%;
    text-align: left;
}
.search-results .item-list ul li h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.search-results .item-list ul li h3 a {
    color: #00a5e3;
    font-size: 16px;
}
.search-results .item-list ul li .link a {
    font-size: 12px;
}
.search-results .item-list .pager {
    margin: 0;
}
.search-results .item-list .pager li.pager-current {
    margin: 0 0.25em;
    padding: 5px 10px;
    background-color: #acb8bf;
    color: #fff;
    font-weight: normal;
    border-radius: 5px;
}
.search-results .item-list .pager li a {
    margin: 0 0.25em;
    padding: 4px 9px;
}
.search-results .item-list .pager li a:hover {
    text-decoration: none;
}
/* /SEARCH RESULTS */

/* SOCIAL SHARE */

/* LAYOUT */
/*
1120px

L:290px
C:730

R:70
*/
/*
#area-main-wrapper {
	width: 1120px;
}
*/
#area-header-wrapper, #area-main-wrapper {
	width: 1120px;
}
#area-footer-wrapper1, #area-footer-wrapper2 {
    /*padding: 0 10px;*/
}
#area-footer-top-right {
    padding-right: 10px;
    padding-top: 10px;
}
#area-footer {
	min-width: 1120px;
}
#area-footer-top, #area-footer-bottom {
	width: 1120px;
}
/*
.main-column-wrapper {
	position: relative;
}
*/
#main-column-right {
    /*float: left;*/
    /*position: absolute;*/
}
div#main-column-body {
    /*float: left;*/
    margin-right: 0;
    width: 710px;

    /*margin: 0 70px 50px 290px;*/
    margin: 0 0 50px 0;
    min-height: 400px;
    padding: 15px 25px 25px;

}
div#main-column-body-full {
    float: left;
    /*width: 940px;*/
    width: 1000px;
    margin-left: 0;
    margin: 0;
}
#main-column-share {
    /*left: 1060px;
    position: absolute;*/
    margin: 0;
    width: 60px;
    padding-left: 10px;
}
div#main-column-share {
    width: 60px;
    margin: 0;
}
h1#page-title {
    margin-top: 0;
}
/* /LAYOUT */


.main-column-wrapper {
	position: relative;
    width: 1120px;
}
#main-column-right {
    float: left;
}
#main-column-body {
    float: left;
}
#main-column-share {
    float: left;
}
.fclear {
    height: 0;
    visibility: hidden;
}
#area-header, #area-main {
    min-width: 1120px;
}

.webform-client-form .form-item {
    /*margin: 0 0 1em 0;*/
    margin: 1em 0;
}
.webform-client-form .form-item label {
    /*font-weight: normal;*/
    /*
    display: inline-block;
    width: 180px;
    margin: 0;
    padding-right: 1.4em;
    font-weight: normal;
    */
}
.webform-client-form .form-item label .form-required {
    color: #f00;
}

.webform-component--esi-communication label[for=edit-submitted-esi-communication] {
    font-family: opensanslight;
    font-size: 16px;
}
/*
.webform-component--esi-communication .form-checkbox {
    margin-right: 0.5em;
}
*/








