/*
Theme Name:     Hot Pepper Fullsite Child
Description:    ALWAYS USE THIS THEME, NOT the parent theme!!!!! -- Child theme for the Hot Pepper Fullsite theme
Author:         Hot Pepper
Author URI:     http: //www.hotpepper.com
Template:       hotpepper
Version: 2.0
*/

/* embed fonts ========================================================= */
@import url("/_fonts/font-awesome-4.1.0/css/font-awesome.css"); /* use like: <span class="fa fa-facebook-square"></a> */
@import url("/_fonts/stylesheet.css"); /* NOTE: fonts import MUST be in child stylesheet ONLY!!!!! */

@import url("/_fonts/Titillium.css"); /* NOTE: fonts import MUST be in child stylesheet ONLY!!!!! */


/*
@font-face {
	font-family: 'BebasRegular';
	src: url('/_fonts/bebas___-webfont.eot');
	src: url('/_fonts/bebas___-webfont.eot?#iefix') format('embedded-opentype'),
		url('/_fonts/bebas___-webfont.woff') format('woff'),
		url('/_fonts/bebas___-webfont.ttf') format('truetype'),
		url('/_fonts/bebas___-webfont.svg#BebasRegular') format('svg');
	font-weight: normal;font-style: normal;
}
*/
/* /embed fonts ========================================================= */

/* Tag styles ========================================================= */
body {
    color: rgba(0,0,0,0.7);
    background-color: #8AC759;
    background-image: url("/pix/Green_background.png");
    background-size: cover;
    text-shadow: none;
    background-attachment: fixed;
}

body,td,input,textarea,select,option {
    font: normal 16px 'Avenir','Titillium Web',verdana,arial,sans-serif;
}

.hot th {
	font: normal 15px 'Avenir','Titillium Web',verdana,arial,sans-serif;
}

p {
    padding: 0px 0px 20px 0px;
}
p,
div.p,
blockquote,
.pp_inline li,
#pagecontainer li,
.blog li,
.form2 label {
    line-height: 1.4;
}

a,
a:link,
a:visited,
a:hover,
.bn1,
#pagecontainer a img,
.blog a img {
    color: #d15019;
    xborder-color: #d15019;
}
a:hover,
.bn1:hover,
#pagecontainer a:hover img,
.blog a:hover img {
    color: #83c44e;
    border-color: #83c44e;
}

h1,h2,h3,h4 {
    padding: 0px 0px 5px 0px;
    font-weight: normal;
    font-family: 'Avenir','titilliumregular',verdana,arial,sans-serif;
    color: #8AC759;
    xcolor: #79582B;
    color: #8ABC3E;
}
h1:before,h2:before,h3:before,h4:before {
}

h1 {
    font-size: 150%;
    font-size: 36px;
}
h2 {
    font-size: 135%;
    font-size: 22px;
    color: #701c0f;
}
h2.icon {
    min-height: 34px;
    padding-top: 4px;
    padding-left: 40px;
    background-image: url("/pix/hex-icon.png");
    background-position: top left;
    background-repeat: no-repeat;
}
h2.pre-table {
    padding-bottom: 20px;
}
h2.h2-admin {
    margin-bottom: 20px;
    padding: 5px 15px 5px 15px;
    color: #fff;
    text-shadow: 1px 1px 0px rgba(0,0,0,0.25);
    background-color: rgba(209,80,25,0.9);
    border-radius: 5px 5px 5px 5px;
}

h3 {
    font-size: 120%;
    font-size: 18px;
    color: #701c0f;
}
h4 {
    font-size: 100%;
    font-size: 16px;
}

/* set bold/italic/bolditalic fonts ===== */
b, strong	{
    font-weight: normal;
    font-family: 'Avenir', 'pt_sansbold',arial,sans-serif;
}
i, em {
    font-style: normal;
    font-family: 'Avenir', 'pt_sansitalic',arial,sans-serif;
}
b i, i b, strong i, i strong, b em, em b, strong em, em strong {
    font-weight: normal;
    font-style: normal;
    font-family: 'Avenir', 'pt_sansbold_italic',arial,sans-serif;
}
/* /set bold/italic/bolditalic fonts ===== */

blockquote {
    padding: 0px 30px 14px 30px;
}
blockquote.quotes {
    font: 18px 'titilliumlight',verdana,arial,sans-serif;
    line-height: 1.2;
    color: rgba(0,0,0,0.6);
}
blockquote.quotes:before,blockquote.quotes:after {
    top: 20px;
    font: 46px arial,sans-serif;
    color: #d15019;
}
blockquote.quotes:before {
    left: -3px;
}
blockquote.quotes:after {}
.byline {
    font: 14px 'titilliumlight',verdana,arial,sans-serif;
    color: rgba(0,0,0,0.8);
}
.byline::before {}

fieldset {
    border-color: #969696;;
}
legend {
}
.no_p p {
    padding-bottom: 0;
}
/* /Tag styles ========================================================= */

/* list styles ========================================================= */
#pagecontainer ul ul,
#pagecontainer ul ol,
#pagecontainer ol ol,
#pagecontainer ol ul,
.blog ul ul,
.blog ul ol,
.blog ol ol,
.blog ol ul{
    margin-bottom: 0;
    padding-bottom: 0;
}

#pagecontainer ol > li:last-child,
#pagecontainer ul > li:last-child,
.blog ol > li:last-child,
.blog ul > li:last-child {
    padding-bottom: 0 !important;
}


.pp_inline ul,
.pp_inline ol,
#pagecontainer ul,
#pagecontainer ol,
.blog ul,
.blog ol {
    padding-bottom: 15px;
}
.pp_inline li,
#pagecontainer li,
.blog li {
    padding-bottom: 10px !important;
}

.pp_inline ul,
#pagecontainer ul{/*
	list-style-image: url("/pix/ul-1-maroon.png");*/
    list-style-image: url("/pix/tiny-nut.png");
}
.pp_inline ul ul,
#pagecontainer ul ul,
.blog ul ul {
    list-style-image: url("/pix/ul-2.png");
    list-style-image: url("/pix/tiny-nut.png");
}
.pp_inline ul ul ul,
#pagecontainer ul ul ul,
.blog ul ul ul {
    list-style-image: url("/pix/ul-3.png");
    list-style-image: url("/pix/tiny-nut.png");
}
#pagecontainer ul.checklist {
    list-style: none;
}
#pagecontainer ul.checklist li {
    text-indent: -1.2rem;
}
#pagecontainer ul.checklist li::before {
    content: "\f046";
    font-family: 'Avenir', FontAwesome;
    color: #701c0f;
    font-size: 0.8rem;
    padding-right: 0.5rem;
}

ol.lgnum {
    list-style: none;
    counter-reset: section;
    margin: 0px 0px 30px 20px;
    border-bottom: solid 5px rgba(0,0,0,0.08);
}
ol.lgnum li {
    position: relative;
    margin-bottom: 10px;
    font-size: 125%;
    font-family: 'Avenir', 'titilliumthin',verdana,arial,sans-serif;
}
ol.lgnum li:before {
    counter-increment: section;
    content: counters(section,'') '.';
    position: absolute;
    top: -9px;
    left: -42px;
    z-index: 20;
    width: 32px;
    font-size: 150%;
    font-family: 'Avenir', 'titilliumbold',verdana,arial,sansd-serif;
    text-align: right;
    color: #8AC759;
}

/* /list styles ========================================================= */

/* form ================================================================= */
/* form2 ===== */
.form2 {
}
.form2 div {
    padding: 0px 0px 28px 0px;
}
.form2 div > label {
    display: block;
    padding: 0px 0px 3px 0px;
}
.form2 div > span {
    display: block;
}

.form2 div > label > span {
}

.form2 div > span > label {
    display: inline;
}
.form2 div > span > div {
    padding: 0px 0px 4px 0px;
}
/* /form2 ===== */

/* /form ================================================================= */

/* shell structure ================================================================== */
#shell,
#toolbar,
footer#footer-shell-2 {
    width: 1600px;
    margin: 0px auto 0px auto;
}
#shell {
    /*margin-top: 34px;*/
    xborder: solid 1px #00ff00;
}
/* /shell structure ================================================================== */

/* header ============================================================= */
#toolbar-container {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 3000;
    width: 100%;
    height: 34px;
    pointer-events: none;
    /*background-color: rgba(0,0,0,0.8);*/
}
#toolbar {
    text-align: right;
    font: 16px 'Avenir','titilliumregular',verdana,arial,sans-serif;
    padding-top: 8px;
    /*width: 95%;*/
    xborder: solid 1px #fff;
}
#toolbar * {
    text-decoration: none;
    text-shadow: 1px 1px 0px rgba(0,0,0,0.25);
    color: #fff;
    pointer-events: auto;
}
#toolbar a,
#toolbar span {
    display: inline-block;
    height: 34px;
    line-height: 34px;
    vertical-align: middle;
    margin-top: -3px;
}
#toolbar a:hover {
    color: #83c44e;
}
.toolbar-divider {
    display: inline-block;
    width: 9px;
    height: 8px;
    margin: 0px 15px 0px 15px;
    background-image: url("/pix/topnav2-divider.png");
    background-position: 0px 15px;
    background-repeat: no-repeat;
}
#toolbar-sign-in {}
#toolbar-signed-in {
    padding: 2px 4px 0px 0px;
    font-size: 75%;
    color: rgba(255,255,255,0.6);
}
#toolbar-name {}
#toolbar-dashboard {}
#toolbar-sign-out {}

header#header-shell-1 {
    margin-bottom: 16px;
    xborder: solid 1px #000;
}

#sitename {
    float: left;
    /*padding: 30px 14px 20px 14px;*/
    background-color: rgba(132,197,81,0.95);
    border-radius: 0px 0px 3px 3px;
    margin-right: 16px;
}
#sitename a {
    display: block;/*
	width: 163px;
	height: 50px;
	background-image: url("/pix/logo.png");*/
    width: 190px;
    height: 100px;
    background-image: url("/pix/logo-green-bg.png");
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 100%;
}
#sitename a span {
    display: none;
}
#sitedesc {
    float: left;
    margin: 48px 0px 0px 0px;
}
#sitedesc span {
    display: block;
    line-height: 1.2 !important;
    font: 30px 'titilliumbold',verdana,arial,sans-serif;
    color: white;
}

#search-container {
    display: none;
}
#search-container #search {
}


#social {
    /*top: 20px;
    right: 0px;
    z-index: 2000;*/
    position: absolute;
    bottom: 20px;
}
#social a {
    display: inline-block;
    margin-left: 7px;
    font-size: 26px !important;
    text-decoration: none;
    xcolor: #fff;
}
#social a:hover {
    xcolor: rgba(0,0,0,0.5);
    xcolor: #fadd5b;
}
/* /header ============================================================= */

/* page ============================================================== */
#pagecontainer, .blog {
    background-color: rgba(255,255,255);
}
#pagecontainer.dashboard-bg {
    background-color: white;
}
#pagebox0 {
    margin-right: 30%;
    padding-right: 18px;
    padding-left: 5%;
    xborder: solid 1px blue;
}
#pagebox1 {
    width: 70%;
    padding-right: 18px;
    xborder: solid 1px red;
}

#pagebox2 {
    width: 30%;
    xborder: solid 1px green;
}

#pagebox3 {
    width: 50%;
    padding: 0px 24px 0px 0px;
    xborder: solid 1px red;
}

#pagebox4 {
    width: 25%;
    padding: 0px 12px 0px 0px;
    xborder: solid 1px green;
}

#pagebox5 {
    width: 25%;
    padding: 0px 12px 0px 0px;
    xborder: solid 1px blue;
}

#pagebox6 {
    float: left;
    width: 20%;
    padding: 12px 12px 12px 18px;
}
#pagebox7 {
    float: left;
    width: 80%;
    padding: 12px 12px 12px 30px;
}


#pagebox0, #pagebox1, #pagebox2, #pagebox3, #pagebox4, #pagebox5, #pagebox6, #pagebox7 {
    /*background-color: rgba(255,255,255,0.6);*/
}

#page-top {
}

#page-rc {
}

#page-rc2 {
}

.full_width {
    width: 100%;
    margin: 0;
}
.col_60 {
    float: left;
    width: 60%;
}
.col_40 {
    float: left;
    width: 40%;
}
.col-50 {

    vertical-align: top;
    display: inline-block;
    width: 49%;
}
.col-left {
    padding-right: 1rem;
}
.col-right {
    padding-left: 1rem;
}
.col-container {
    clear: both;
    padding-top: 1rem;
}
.col-container:last-of-type {
    padding-bottom: 1rem;
}

.white-background60 {
    /*background-color: rgba(255,255,255,0.6);*/
}
/* /page ============================================================== */

/* triggers ============================================================== */

.trigger {
    color: #701c0f;
}
.trigger p {
    position: relative;
    padding: 5px;
    border-bottom: rgba(0,0,0,0.4) 1px solid;
}
.trigger p::after {
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 12px;
    font-family: 'Avenir', FontAwesome;
    content: "\f067";
}
.trigger.open p::after {
    font-family: 'Avenir', FontAwesome;
    content: "\f068";
}
.trigger.open {
    color: inherit;
}

.trigger.open p {
    padding-bottom: 5px;
    border-bottom: none;
    background-color: rgba(283,133,112,0.5);
}

.toggle-content {/*
  background-color: rgba(138,188,62,0.35);*/
    background-color: rgba(283,133,112,0.5);
    /*margin-bottom: 15px;*/
    border-bottom: rgba(0,0,0,0.4) 1px solid;
}

.toggle-content p {
    font-size: 0.8rem;
    padding: 8px;
}

div[id^="toggle"] .trigger p {/*
	color: #d15019;*/
    color: rgba(0,0,0,0.7);
}
div[id^="toggle"] .trigger p:hover {/*
	color: #83c44e;
	text-decoration: underline;*/
    background-color: rgba(283,133,112,0.5);
}

/* /triggers ============================================================== */

/* footer ============================================================= */
footer#footer-shell-1 {
    padding: 18px 18px 6px 18px;
    background-color: #e4e4e4;
    position: relative;
    /*
        background-image: url("/pix/bg-footer.png");
        background-position: top right;
        background-repeat: no-repeat;
    */
    border-radius: 0px 0px 3px 3px;
}
footer#footer-shell-1:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
* html footer#footer-shell-1             { zoom: 1; } /* IE6 */
*:first-child+html footer#footer-shell-1 { zoom: 1; } /* IE7 */

footer#footer-shell-1 #box-a,
footer#footer-shell-1 #box-b {
    float: left;
    xborder: solid 1px #000;
}
footer#footer-shell-1 #box-a {
    width: 75%;
    xwidth: 50%;
}
footer#footer-shell-1 #box-b {
    width: 25%;
    text-align: right;
    xwidth: 50%;
}

footer#footer-shell-2 {
}

footer#footer-shell-2 a, footer#footer-shell-2 a:visited, footer#footer-shell-2 a:hover, footer#footer-shell-2 a:active {
    color: white;
}

#copyright {
    max-width: 525px;
    color: white;
}
#copyright * {
    display: inline-block;
    padding-bottom: 0;
    color: white;
}
#hp_byline {
    color: white;
}
#hotpepper-design {
    background-image: url(/pix/hp_bug_ol.png);
}

/* /footer ============================================================= */

/* buttons =========================================================================== */
.bn1,.bn1:hover,.bn1:visited,
.bn2,.bn2:hover,.bn2:visited,
.bn4,.bn4:hover,.bn4:visited,
.bn5,.bn5:hover,.bn5:visited,
.paypal input[type="submit"],.paypal input[type="submit"]:hover,.paypal input[type="submit"]:visited {
    width: auto !important;
    padding: 7px 16px 8px 16px;
    font-size: normal;
    text-shadow: 1px 1px 0px rgba(0,0,0,0.15);
    text-decoration: none !important;
    white-space: nowrap;
    color: #fff !important;/*
	background-color: #84c451;
	border-color: #84c451 !important;*/
    background-color: #d2502a;
    border-color: #d2502a !important;
    border-radius: 5px;
}
.bn1:hover,
.bn2:hover,
.bn4:hover,
.bn5:hover,
.paypal input[type="submit"]:hover {
    text-shadow: 1px 1px 0px rgba(255,255,255,0.15);
    /*
    color: #84c451 !important;
    background-color: #daedcb;
    */
    color: white !important;
    background-color: #701c0f;
    border-color: #701c0f !important;
    cursor: pointer;
}

.bn2,
.bn2:hover,
.bn2:visited {
    xheight: 20px !important;
    xline-height: 20px !important;
    padding: 1px 6px 2px 6px;
    font-size: 14px;
    text-decoration: none !important;
    border: solid 1px #84c451 !important;
}
.bn2,
.bn2:hover,
.bn2:visited {
}

.bn3,
.bn3:hover,
.bn3:visited {
    display: inline-block;
    padding-left: 5px;
    font-size: 85%;
    text-transform: lowercase;
    text-decoration: none;
    color: #84c451;
    background-color: transparent;
    border-width: 0px;
    cursor: pointer;
}
.bn3:hover {
    test-decoration: underline;
    color: #000;
}

.bn4,
.bn4:hover,
.bn4:visited {
    xheight: 30px !important;
    xline-height: 30px !important;
    padding: 0px 6px 0px 6px;
    font-size: 16px;
    text-decoration: none !important;
    border: solid 1px rgb(239,165,48) !important;
    background-color: rgb(239,165,48);
}
.bn4:hover {
    color: rgb(239,165,48) !important;
    background-color: rgba(239,165,48,0.4);
}

.bn5,
.bn5:hover,
.bn5:visited {
    xheight: 30px !important;
    xline-height: 30px !important;
    padding: 0px 6px 0px 6px;
    font-size: 16px;
    text-decoration: none !important;
    border: solid 1px rgb(239,165,48) !important;
    background-color: rgb(239,165,48);
}
.bn5:hover {
    color: rgb(239,165,48) !important;
    background-color: rgba(239,165,48,0.4);
}

.bn6,
.bn6:hover,
.bn6:visited {
    width: auto !important;
    line-height: normal !important;
    padding: 0px 8px 1px 8px;
    font-weight: normal;
    text-decoration: none !important;
    text-shadow: 1px 1px 0px rgba(255,255,255,0.25);
    background-color: #ffffff;
    cursor: pointer;
}
.bn6:after {
    content: '\f059';
    font-family: 'Avenir', 'fontAwesome';
    padding-left: 4px;
}


.paypal input[type="submit"] {
    border: 0;
}

.bn,
.more-link,
.bn_back,
.more-link_back,
.bn_blog-prev-page,
.bn_blog-prev-post,
.bn_blog-next-page,
.bn_blog-next-post {
}
.bn:before {content: '';padding: 0px;}

.more-link {text-transform: lowercase;}
.more-link:before {content: '...';padding: 0px;}

.bn_add {
    display: inline-block;
    width: 30px;
    height: 30px;
    font-size: 150% !important;
    text-decoration: none !important;
    color: #84c451;
    background-color: transparent;
    border: 0;
    cursor: pointer;
}
.bn_add:after {
    font-family: 'Avenir', 'FontAwesome';
    content: "\f055";
}

.bn_cancel {
    display: inline-block;
    padding-right: 30px;
    text-decoration: none !important;
}

.bn-close {
    display: inline-block;
    width: 21px;
    height: 21px;
    padding: 2px 1px 0px 1px;
    font-size: 14px;
    text-align: center;
    text-decoration: none !important;
    text-shadow: 1px 1px 0px rgba(0,0,0,0.50);
    color: #fff !important;
    background-color: rgb(224, 56, 56);
    border: solid 1px rgb(224, 56, 56) !important;
    border-radius: 5px;
}
.bn-close:after {
    font-family: 'Avenir', 'FontAwesome';
    content: "\f00d";
}
.bn-close:hover {
    color: rgb(224, 56, 56) !important;
    text-shadow: 1px 1px 0px rgba(255,255,255,0.50);
    background-color: rgba(224, 56, 56,0.4);
}

.bn_copy {
    display: inline-block;
    width: 20px;
    height: 20px;
    text-decoration: none !important;
}
.bn_copy:after {
    font-family: 'Avenir', 'FontAwesome';
    content: "\f0c5";
}

.bn_delete {
    display: inline-block;
    width: 20px;
    height: 20px;
    font-size: 120% !important;
    text-decoration: none !important;
    color: rgb(224, 56, 56);
    background-color: transparent;
    border: 0;
}
.bn_delete:after {
    font-family: 'Avenir', 'FontAwesome';
    content: "\f057";
}
.bn_delete:hover {
    color: #83c44e;
}

.bn_edit {
    display: inline-block;
    width: 20px;
    height: 20px;
    text-decoration: none !important;
}
.bn_edit:after {
    font-family: 'Avenir', 'FontAwesome';
    content: "\f040";
}

.bn_help {
    display: inline-block;
    width: 20px;
    height: 20px;
    font-size: 120%;
    text-decoration: none !important;
    cursor: help;
}
.bn_help:after {
    font-family: 'Avenir', 'FontAwesome';
    content: "\f059";
    color: #888;
}

.bn_lock {
    display: inline-block;
    width: 20px;
    height: 20px;
    text-decoration: none !important;
}
.bn_lock:after {
    font-family: 'Avenir', 'FontAwesome';
    content: "\f023";
}

#bn_rem {
    margin-left: 20px;
}
.bn_remove {
    display: inline-block;
    width: 26px;
    height: 26px;
    font-size: 178%;
    text-decoration: none !important;
    xcolor: rgb(224, 56, 56);
    color: rgba(0,0,0,0.5);
    border: 0;
    background-color: transparent;
    cursor: pointer;
}
.bn_remove:after {
    font-family: 'Avenir', 'FontAwesome';
    xcontent: "\f00d";
    content: '\f014';
}

.bn_report {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 0;
    background-color: transparent;
    background-image: url("/pix/bn_file.png");
    background-position: top left;
    background-repeat: no-repeat;
}

.bn_sort-asc,
.bn_sort-desc {
    display: inline-block;
    width: 26px;
    height: 26px;
    font-size: 178%;
    text-decoration: none !important;
    color: #84c451;
    border: 0;
    background-color: transparent;
    cursor: pointer;
}
.bn_sort-asc:after {
    font-family: 'Avenir', 'FontAwesome';
    content: "\f0aa";
}
.bn_sort-desc:after {
    font-family: 'Avenir', 'FontAwesome';
    content: "\f0ab";
}

.bn_sort2,
.bn_sort2-asc,
.bn_sort2-desc {
    display: inline-block;
    text-decoration: none !important;
    border: 0;
    background-color: transparent;
    cursor: pointer;
}
.bn_sort2-asc:after {
    font-family: 'Avenir', 'FontAwesome';
    content: "\f0d8";
    padding-left: 4px;
}
.bn_sort2-desc:after {
    font-family: 'Avenir', 'FontAwesome';
    content: "\f0d7";
    padding-left: 4px;
}

.bn_update {
    display: inline-block;
    width: 30px;
    height: 30px;
    font-size: 150% !important;
    text-decoration: none !important;
    color: #84c451;
    background-color: transparent;
    border: 0;
    cursor: pointer;
}
.bn_update:after {
    font-family: 'Avenir', 'FontAwesome';
    content: "\f139";
}

.bn_view {
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 1;
    border: solid 0px #000;
    background-color: transparent;
    background-image: url("/pix/bn_view.png");
    background-position: top left;
    background-repeat: no-repeat;
    cursor: pointer;
}

/* /buttons =========================================================================== */

/* table ==================================================================== */
.table-row.bg0 {
    background-color: rgba(255,255,255,0.9);
}
.table-row.bg1 {
}
.table-row.bg2 {
    background-color: rgba(255, 238, 0,0.3);
}
/* /table ==================================================================== */

/* captions ========================================================================== */
.wp-caption {
}
.wp-caption .wp-caption-text {
    font-family: 'Avenir','titilliumlight',verdana,arial,sans-serif;
    letter-spacing: 0.05em;
    color: rgba(0,0,0,0.4);
}
.wp-caption.alignright {
}
.wp-caption.alignleft {
}
/* /captions ========================================================================== */


/* /liquid slider ==================================================================== */
.liquid-slider-container {
}
.liquid-slider-container section {
}
/* /liquid slider ===================================================================== */

/* hp slider ========================================================================= */
.hp_slide-content {
}
.hp_slide-content .story {
    position: absolute !important;
    bottom: 0% !important;
    left: 2% !important;
    z-index: 1000 !important;
    width: 50%;
    padding: 16px !important;
    font-family: 'Avenir','titilliumregular',verdana,arial,sans-serif;
    font-size: 135%;
    background-color: rgba(132,197,81,0.97) !important;
    border-style: solid;
    border-width: 1px 1px 0px 1px;
    border-color: rgba(56,79,37,0.6);
    border-radius: 5px 5px 0px 0px !important;
    box-shadow: 5px -5px 5px rgba(56,79,37,0.3);
}
.hp_slide-content .story  * {
    text-shadow: 1px 1px 0px rgba(0,0,0,0.25);
    color: #fff;
}
.hp_slider-home-slider-1-container {
    margin-bottom: 18px;
}
#home-slider-1 {
}
#home-slider-1 .hp_slide-content .story {
    max-width: 100%;
}
.hp_slider_nav button {
    border-color: #fff !important;
    background-color: #fff !important;
}
.hp_slider_nav button:hover {
    border-color: #F7CA4D !important;
    background-color: #F7CA4D !important;
}
.hp_slider_nav button.current,
.hp_slider_nav button.current:hover {
    border-color: #F7CA4D !important;
    background-color: #F7CA4D !important;
}
/* /hp slider ========================================================================= */

/* rotator =========================================================================== */
.rotator {
}
.rslide {
}
/* /rotator =========================================================================== */


/* misc classes ===================================================================== */
.alert,
.error,
.required {
    color: #cc0000;
}
.alert {
    color: #000;
    font-family: 'Avenir', 'pt_sansitalic',arial,sans-serif;
}
.required {
}

.temp-alert {
    display: none;
}
.temp-alert span {
    display: inline-block;
    padding: 3px;
    line-height: 1 !important;
    background-color:#FFFACD;
    border-radius: 3px;
}
/* /misc classes ===================================================================== */

.bgimg {
    position: relative;
    top: 0px;
    left: 0px;
    z-index: 1000;
    border-radius: 3px;
}
.bgimg-container {
    position: absolute;
    bottom: 0%;
    left: 2%;
    z-index: 1000;
    padding: 16px;
    background-color: rgba(132,197,81,0.85);
    border-radius: 5px 5px 0px 0px;
}
.bgimg-container * {
    text-shadow: 1px 1px 0px rgba(0,0,0,0.25);
    color: #fff;
}
.bgimg.featured {
    margin-bottom: 18px;
}

.pad-1 {
}

.catalog-container {
    display: table;
.display: inline-block;
    width: 100%;
}
.catalog-item {
    display: table-row;
}
.catalog-item.bg-0 {background-color: #f2f2f2;}
.catalog-item.bg-1 {background-color: #fff;}

.catalog-item .cat1,
.catalog-item .cat2,
.catalog-item .file,
.catalog-item .english,
.catalog-item .patwin {
    display: table-cell;
.display: inline-block;
    padding: 8px;
    xborder: solid 1px #000000;
}


audio.wp-audio-shortcode {
    /* NOTE: CANNOT set width value here, style="width:100%" autogenerated in wp shortcode */
}

#page-title,
.cat-title,
#single-post-title {
    display: block;
    position:relative;
    margin: 0px 0px 25px 0px;
    padding: 0px 0px 2px 0px;
    font-family: 'Avenir','titilliumbold',verdana,arial,sans-serif;
    line-height: 1.1;
    color: #4c4c4c;
    min-width: 260px;
}

#page-title::after,
.cat-title::after,
#single-post-title::after {
    position: absolute;
    left: 0;
    bottom: -16px;
    content: url(/pix/event-line.png);
}

#single-post-back {
    max-width: 66%;
}
#pagecontainer .crumbtrail {
    /*display: none;*/
}
.crumbtrail {
    display: none;
}
.title-crumbtrail {
    /*color: white;*/
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.title-crumbtrail a, .title-crumbtrail a:hover, .title-crumbtrail a:active, .title-crumbtrail a:visited, .title-crumbtrail span {
    /*color: white !important;*/
}

.posts_on_page {
    padding-bottom: 20px;
}
.posts_on_page .post-title {
    xpadding-bottom: 20px;
}

.callout {
    font-size: 115%;
    font-family: 'Avenir','titilliumregular',verdana,arial,sans-serif;
    line-height: 1.3;
    color: rgba(0,0,0,0.4);
}


/* bid ================================================================= */
.bid-form-container {
    xpadding-bottom: 50px;
    xborder: solid 1px #000;
}
.bid-form-container:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
* html .bid-form-container             { zoom: 1; } /* IE6 */
*:first-child+html .bid-form-container { zoom: 1; } /* IE7 */

.bid-form-box1,
.bid-form-box2 {
    float: left;
    width: 50%;
}
.bid-form-box1 {
}
.bid-form-box2 {
}
.bid-form-box3 {
}

.bid-form-container .error {
    display: none;
}
.bid-form-container .instruction {
    padding: 10px 0px 5px 0px;
    font-style: italic;
}

#bid-results {
    display: none;
    width: 100%;
    xfont-size: 110%;
}
#bid-results .table {
    margin-bottom: 5px;
}
#bid-results .table-row-header {
    background-color: #8AC759;
}
#bid-results .table-row-header * {
    font-weight: normal !important;
    font-size: 16px !important;
    font-family: 'Avenir','pt_sansregular',verdana,arial,sans-serif !important;
    text-shadow: 1px 1px 0px rgba(0,0,0,0.25) !important;
    xtext-transform: uppercase !important;
    color: #fff !important;
}

#bid-results .table-row:nth-child(even) {
    xbackground-color: rgba(247,202,77,0.2);
    background-color: rgba(0,0,0,0.08);
}
#bid-results .table-row:nth-child(odd) {
    xbackground-color: green;
}
#bid-results .table-row:last-child {
    border-bottom: solid 4px #8AC759;
}

#bid-results .table-cell {
    padding: 15px 5px 15px 5px;
    text-align: right;
    vertical-align: middle;
    xborder: solid 1px #000;
}
#bid-results .table-cell:first-child {
    text-align: left;
    font-family: 'Avenir','pt_sans_narrowregular',verdana,arial,sans-serif;
}
#bid-results .table-cell:nth-child(2) {
    font-family: 'Avenir','pt_sans_captionbold',verdana,arial,sans-serif;
    color: #8AC759;
}
#bid-results .table-cell:last-child {
    padding-right: 10px;
    font-size: 85%;
}


#bn-reset {
    display: none;
    margin-left: 20px;
}

#save_bid_form {
    display: none;
    xborder: solid 1px #000;
}
#bid-save-instruction {
    padding-bottom: 8px;
    font-size: 120%;
    color: #000;
}
#promo_code_id-container {display: none;}

/* /bid ================================================================= */


/* job data ==================================================================== */
#job-form-error {
    position: absolute;
    top: 55px;
    left: 0px;
    z-index: 0;
    width: 100%;
    font-size: 120% !important;
    text-align: center;
}

/*
#job-info {
	margin-bottom: 20px;
	padding: 20px;
	background-color: rgba(255,255,255,0.8);
	-webkit-border-radius: 20px;
	   -moz-border-radius: 20px;
	    -ms-border-radius: 20px;
	     -o-border-radius: 20px;
	        border-radius: 20px;
}
#job-info label {
	padding: 0px 0px 20px 0px;
	font-size: 85%;
	font-style: italic;
	text-transform: uppercase;
}
#job-info label:after {
	content: ':';
	padding: 0px 5px 0px 0px;
}
#job-info span {
	display: inline-block;
	padding-right: 20px;
}
*/

#job-meta {
    width: 358px;
    margin: 0px 0px 0px 0px;
    padding: 10px;
    background-color: rgba(243, 238, 93,0.2);
    border-radius: 5px 5px 5px 5px;
}
h2#job-title {
    padding: 0px 0px 5px 0px;
}
#contract-number {
    padding: 0px 0px 0px 0px;
}
h2#job-title:before,
#contract-number:before {
    padding: 0px 5px 0px 0px;
    font-style: italic;
    font-size: 0.70rem;
    text-transform: uppercase;
    color: rgba(0,0,0,0.7);
}
h2#job-title:before {
    xcontent: 'Job Title:';
}
#contract-number:before {
    content: 'Contract:';
}

#basic-information {
}
#basic-information-c1,
#basic-information-c2 {
    margin-bottom: 20px;
    padding: 20px;
    background-color: rgba(255,255,255,0.8);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
}

#jobdata-container {
}
#jobdata-container * {
    line-height: 1.4;
}
#jobdata-container div {
    margin: 0px 0px 20px 0px;
    xborder: solid 1px #000;
}
#jobdata-container div label {
    display: block;
    padding-bottom: 5px;
}
#jobdata-container div span {
    display: block;
    padding-bottom: 5px;
}
#jobdata-container div span div {
    margin: 0px;
}
#jobdata-container .instruction {
    padding-bottom: 5px;
    font-style: italic;
    font-size: 85%;
    xbackground-color: yellow;
    xborder: solid 0px #000;
}
#jobdata-container div span label {
    display: inline;
}
#jobdata-container .error {
    font-size: 85%;
}


#jobdata-container .row {
    xdisplay: block;
}
#jobdata-container .row-js {
    xdisplay: none;
}

mark{
    background-color: peachpuff;
    color: black;
}

#shear-forces-table {
    margin-bottom: 20px;
}
#shear-forces-table * {
    font-size: 14px;
}
#shear-forces-table th,
#shear-forces-table td {
    padding: 0px 3px 3px 0px;
}
#shear-forces-table th {
}
.shear-forces-row {
}
.shear-forces-row input[type="text"] {
    width: 120px;
}
#shear-forces-add {
    font-size: 85%;
}

#material-grade-table {
    margin-bottom: 20px;
}
#material-grade-table * {
    font-size: 14px;
}
#material-grade-table th,
#material-grade-table td {
    padding: 0px 3px 3px 0px;
}
#material-grade-table th {
}
.material-grade-row {
}
.material-grade-row input[type="text"] {
    width: 180px;
}

#profile-alias-table {
    margin-bottom: 20px;
}
#profile-alias-table * {
    font-size: 14px;
}
#profile-alias-table th,
#profile-alias-table td {
    padding: 0px 3px 3px 0px;
}
#profile-alias-table th {
}
.profile-alias-row {
}
.profile-alias-row input[type="text"] {
    width: 180px;
}

#plate-name-alias-table th {
}
.plate-name-alias-row input[type="text"] {
    width: 380px;
}


#part-numbering-table th {
    text-align: left;
}
#part-numbering-table td:first-child {
    text-align: right;
}
#part-numbering-table td:last-child input {
    width: 100px;
}

.dependency-on {
}
.dependency-off {
    opacity: 0.5;
}

.select-top {
    padding: 0px 0px 3px 0px;
}
.select-top select {
    max-width: 330px;
}
.select-bot {
    padding: 0px 0px 3px 0px;
}
.select-actions {
    padding: 0px 0px 15px 0px;
}

.custom-edges-container {
}
.custom-edges-container td {
    padding: 0px 2px 5px 2px;
}


/*
#jobpage-messaging {
	position: relative;
	top: -60px;
	left: 0px;
	z-index: 0;
	float: right;
	width: 212px;
xoutline: solid 1px #000;
}
*/
#jobpage-messaging {
    padding: 10px 0px 0px 0px;
    xoutline: solid 1px #000;
}
#jobpage-messaging #job {
}
#jobpage-messaging #page {
}

#jobpage-messaging div {
    margin: 0;
    padding: 0;
}
#jobpage-messaging div label {
    display: inline-block !important;
    xtext-transform: uppercase;
    font-size: 70%;
}
#jobpage-messaging div label:after {
    content: ':';
    padding-right: 5px;
}

#jobpage-messaging div span {
    display: inline-block !important;
}
#jobpage-messaging .complete {
    color: green;
}
#jobpage-messaging .incomplete {
    color: red;
}
#jobpage-messaging .edit {
    color: rgb(239,165,48);
}


/* pages status box ===== */
#jobpage-status-box {
    position: absolute;
    top: 30px;
    right: 10px;
    z-index: 0;
    width: 220px;
    margin: 0 !important;
    padding: 0 !important;
    xoutline: solid 1px #000;
}

#jobpages-container {
    margin: 0 !important;
    padding: 0 !important;
    xoutline: solid 1px red;
}

#completion-status {
    margin: 0 !important;
    padding: 0px 0px 5px 0px;
    color: #d15019;
    cursor: pointer;
}
#completion-status:before {
    display: inline-block;
    width: 16px;
    font-family: 'Avenir','fontAwesome';
    text-align: center;
    xoutline: solid 1px #000;
}
#completion-status.closed:before {
    content: '\f0da';
}
#completion-status.open:before {
    content: '\f0d7';
}

#jobpages-sections {
    width: 100%;
    font-size: 85%;
    margin: 0 !important;
    padding: 10px;
    background-color: rgba(141,192,85,0.2);
    background-color: #E8F2DD;
    border-radius: 5px;
}

ul.jobpages {
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important;
    line-height: 1 !important;
}
ul.jobpages .job_page-done a {
    text-decoration: none;
    color: rgba(0,0,0,1);
}
ul.jobpages .job_page-notdone a {
    text-decoration: none;
    color: rgba(0,0,0,0.4);
}
ul.jobpages .job_page-review a {
    text-decoration: none;
    color: red;
}
ul.jobpages .job_page-done:before,
ul.jobpages .job_page-notdone:before,
ul.jobpages .job_page-review:before {
    font-family: 'Avenir', 'fontAwesome';
    padding-right: 4px;
}
ul.jobpages .job_page-done:before {
    content: '\f046';
}
ul.jobpages .job_page-notdone:before {
    content: '\f096';
}
ul.jobpages .job_page-review:before {
    content: '\f044';
}
/* /pages status box ===== */

.pricing-package {
    position: relative;
    display: block !important;
    xoutline: solid 1px #000;
}
.pricing-package div {
    position: absolute;
    top: -23px;
    left: 20px;
    z-index: 10;
}
.pricing-package ul {
    margin-left: 30px;
    font-size: 0.85rem;
    font-style: italic;
}

#inc-terms-container label {
    display: none !important;
}
#inc-terms-container {
    position: relative;
    padding: 0px 0px 0px 30px;
    xoutline: solid 1px #000;
}
#inc-terms-container input {
    position: absolute;
    top: 3px;
    left: 3px;
    z-index: 10;
}
/* /job data ==================================================================== */

/* dashboard =================================================================== */
h2.h2-dashboard {
}

#dashboard .table {
    width: 100%;
    margin-bottom: 20px;
}
#dashboard .table-row-header {
}
#dashboard .table-row-header .table-cell {
    padding: 0px 10px 5px 10px;
    vertical-align: bottom;
}
#dashboard .table-row {
}
#dashboard .table-row:first-child,
#dashboard .table-row:last-child {
}
#dashboard .table-row:nth-of-type(even)  {
    background-color: rgba(0,0,0,0.08);
}
#dashboard .table-row:nth-of-type(odd)  {
    background-color: transparent;
}
#dashboard .table-cell {
    padding: 15px 10px 15px 10px;
    line-height: 1.2;
    vertical-align: top;
}

#dashboard .table-cell.status,
#dashboard .table-cell.action,
#dashboard .table-cell.delete {
    width: 26px;
    padding-right: 0px !important;
    xborder: solid 1px #000;
}
#dashboard .table-cell.job-title,
#dashboard .table-cell.member-name {
    width: 100%;
}
#dashboard .table-cell.job-role,
#dashboard .table-cell.member-job-role,
#dashboard .table-cell.reports-form {
    white-space: nowrap;
}
#dashboard .table-cell.member-job-role {
    min-width: 192px;
}
#dashboard .table-cell.job-reports,
#dashboard .table-cell.member-company-role {
    white-space: nowrap;
}
#dashboard .copy-job-wrapper {
    position: relative;
}
#dashboard .copy-job-wrapper h2 {
}
#dashboard .copy-job-wrapper h2 span {
    display: block;
    padding-bottom: 5px;
    font-size: 80%;
    color: rgba(0,0,0,0.7);
}
#dashboard .copy-job-wrapper h2 span:after {
    content: ':';
}
#dashboard .copy-job-bn {
    margin-top: 5px;
}
#dashboard .copy-job {
    display: none;
    position: absolute;
    top: 10px;
    left: 0px;
    z-index: 10;
    padding: 20px 10px 20px 10px;
    min-width: 575px;
    min-height: 200px;
    border: solid 1px rgba(0,0,0,0.15);
    border-radius: 5px 5px 5px 5px;
    background-color: #feffcd;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.15);
}
#dashboard .copy-job .bn-close {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 110;
}

#company-name-container {
    display: table;
    margin: 6px 0px 20px 0px;
}
#h-company-name {
    display: table-cell;
    vertical-align: middle;
    font-size: 22px;
    color: rgba(0,0,0,0.5);
}
#set_company_form-container {
    display: table-cell;
    vertical-align: middle;
    padding-left: 20px;
}
select#set-company {
    width: 185px !important;
}
#dashboard-company-members-container {
    padding-bottom: 50px;
    xborder: solid 1px #000;
}
#dashboard-company-members {
    xborder: solid 1px #000;
}

#dashboard-company-add-job-container {
    padding-bottom: 50px;
}

.dashboard-project-name {
    position: relative;
    margin-bottom: 10px;
    font-size: 22px;
    color: #000;
    border-bottom: solid 1px #969696;
}
.dashboard-project-name span {
    float: right;
    position: relative;
    top: 15px;
    font-size: 14px;
    color: rgba(0,0,0,0.5);
}

.dashboard-company-jobs-job-container {
    margin-bottom: 65px;
}

.job_sort-container {
    float: left;
}
.admin-job_sort-container {
    float: right;
    padding-right: 3px;
}

#add-job-container {
    margin: 40px 0px 50px 0px !important;
    xborder: solid 1px #000;
}

.table-key-container {
    text-align: right;
}
.table-key {
    display: inline-block;
    margin-bottom: 20px;
    padding: 10px 0px 10px 10px;
    color: rgba(141,192,85,1);
    background-color: rgba(141,192,85,0.2);
    border-radius: 3px;
}
.table-key div {
    display: inline-block;
}
.table-key .key-label {
    margin-right: 20px;
    font-weight: bold;
    font-size: 85%;
    text-transform: uppercase;
}
.table-key .key-label:after {
    content: ':';
    display: inline-block;
}
.table-key .key-edit,
.table-key .key-lock {
    min-height: 16px;
    padding: 0px 20px 0px 20px;
    background-position: top left;
    background-repeat: no-repeat;
}
.table-key .key-edit {
    xbackground-image: url("/pix/bn_edit-2.png");
}
.table-key .key-edit:before {
    font-family: 'Avenir', 'FontAwesome';
    content: "\f040";
    padding-right: 5px;
    font-size: 120%;
    color: #85887E;
}
.table-key .key-lock {
    xbackground-image: url("/pix/bn_lock-2.png");
}
.table-key .key-lock:before {
    font-family: 'Avenir', 'FontAwesome';
    content: "\f023";
    padding-right: 5px;
    font-size: 120%;
    color: #85887E;
}

#dashboard-job-reports-full {
    margin: 20px 0px 30px 0px;
}
.table-cell.reports-date {
    font-family: 'Avenir', 'pt_sansitalic',arial,sans-serif;
}

#dashboard-password-container {
    margin-top: 50px;
}
#dashboard-password-container #profile_form fieldset {
    display: inline-block;
}

.dashboard-bids {
}
.dashboard-bids .table-cell span {
    display: block;
    padding-bottom: 5px;
    font-size: 85%;
    color: rgba(0,0,0,0.5);
}
.dashboard-bids .delete {
}
.dashboard-bids .accept {
}


#dashboard  .date-details-date,
#dashboard  .date-fund-details-date {
    min-height: 30px;
}
#dashboard  .date-details-details,
#dashboard  .date-fund-details-details {
    min-height: 30px;
}
#dashboard  .amounts-accept,
#dashboard  .date-fund-details-fund {
    xmin-height: 30px;
    margin-top: 10px;
}

#dashboard .details-container {
    position: relative;
}
#dashboard .details-container * {
    color: rgba(0,0,0,0.8);
}
#dashboard .details {
    display: none;
    position: absolute;
    top: 10px;
    left: 0px;
    z-index: 10;
    padding: 20px 10px 20px 10px;
    min-width: 575px;
    min-height: 270px;
    border: solid 1px rgba(0,0,0,0.15);
    border-radius: 5px 5px 5px 5px;
    background-color: #feffcd;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.15);
}
#dashboard .details .bn-close {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 110;
}
#dashboard .details div {
    line-height: 1.4;
}
#dashboard .details label {
    display: inline-block;
    min-width: 170px;
    min-width: 250px;
    padding-right: 10px;
    font-family: 'Avenir', 'pt_sansbold',arial,sans-serif;
}
#dashboard .details label:after {
    content: ':';
    padding-right: 10px;
}

#dashboard .details .details-cost-container {
    display: inline-block;
    margin: 20px 0px 20px 0px;
    xborder: solid 1px #000;
}

#dashboard .details .details-cost-container.bids-open {
}

#dashboard .details .details-cost-container.bids-closed {
}
#dashboard .details .details-cost-container.bids-closed span {
    display: inline-block;
}
#dashboard .details .details-cost-container.bids-closed .qnect_standards_cost span {
}
#dashboard .details .details-cost-container.bids-closed .qnect_standards_cost span:before {
    content: '+';
    padding-right: 4px;
}
#dashboard .details .details-cost-container.bids-closed .volume_discount_amount label {
    xpadding-left: 24px;
    font-family: 'Avenir', 'pt_sansitalic',verdana,arial,sans-serif;
    font-style: italic;
}
#dashboard .details .details-cost-container.bids-closed .volume_discount_amount span {
    display: inline-block;
}
#dashboard .details .details-cost-container.bids-closed .volume_discount_amount span:before {
    content: '-';
    padding-right: 4px;
}
#dashboard .details .details-cost-container.bids-closed .promo_discount_amount label {
    xpadding-left: 24px;
    font-family: 'Avenir', 'pt_sansitalic',verdana,arial,sans-serif;
    font-style: italic;
}
#dashboard .details .details-cost-container.bids-closed .promo_discount_amount span {
    display: inline-block;
}
#dashboard .details .details-cost-container.bids-closed .promo_discount_amount span:before {
    content: '-';
    padding-right: 4px;
}
#dashboard .details .details-cost-container.bids-closed .pe_stamp_price span {
    display: inline-block;
}
#dashboard .details .details-cost-container.bids-closed .pe_stamp_price span:before {
    content: '+';
    padding-right: 4px;
}
#dashboard .details .details-cost-container.bids-closed .total {
    font-size: 120%;
    border-top: solid 1px #000;
}

#dashboard .details .details-section2-container {
}
#dashboard .details .details-section2 {
    margin-top: 20px;
    display: table;
}
#dashboard .details .details-section2 div {
    display: table-row;
}
#dashboard .details .details-section2 label,
#dashboard .details .details-section2 span {
    display: table-cell;
}
#dashboard .details .details-section2 label {
    font-family: 'Avenir', 'pt_sansitalic',arial,sans-serif;
}
#dashboard .details .details-section2 span {
    font-family: 'Avenir', 'pt_sansbold',arial,sans-serif;
    text-align: right;
}

#dashboard .details .job_balance {
}

#dashboard .amounts {
    text-align: right;
}
#dashboard .amounts div {
    display: block;
    padding-bottom: 5px;
    line-height: 1.1 !important;
}
#dashboard .amounts div:hover {
    cursor: help !important;
}
#dashboard .amounts-eng-total,
#dashboard .amounts-total {
    white-space: nowrap;
}
#dashboard .amounts-eng-total label,
#dashboard .amounts-total label {
    font-size: 85%;
    font-family: 'Avenir', 'pt_sansitalic',arial,sans-serif !important;
}
#dashboard .amounts-total label:before {
    content: 'Total:';
    padding-right: 5px;
}
#dashboard .amounts-eng-total label:before {
    content: 'Eng. Cost:';
    padding-right: 5px;
}
#dashboard .amounts-qnect_standards_cost label:before {
    content: 'Connecting:';
    padding-right: 5px;
}
#dashboard .amounts-outstanding {
    font-family: 'Avenir', 'pt_sansbold',arial,sans-serif !important;
}
#dashboard .amounts-outstanding label {
    font-size: 85%;
}
#dashboard .amounts-outstanding label:before {
    content: 'Balance Due:';
    padding-right: 5px;
    font-family: 'Avenir', 'pt_sansitalic',arial,sans-serif !important;
    white-space: nowrap;
}
#dashboard .amounts-balance {
}


#add-new-bid-container {
    padding: 10px 0px 14px 0px;
}
#dashboard-bids-open {
}
#dashboard-bids-open-header-row {
}
.dashboard-bids-open-row {
}
#dashboard-bids-open {
}
#dashboard-bids-open-header-row {
}
.dashboard-bids-open-row {
}

#dashboard-bids-closed {
}
#dashboard-bids-closed-header-row {
}
.dashboard-bids-closed-row {
}
#dashboard-bids-closed {
}
#dashboard-bids-closed-header-row {
}
.dashboard-bids-closed-row {
}
#dashboard-bids-closed .table-cell {
}
#dashboard-bids-closed-header-row .table-cell {
}
#dashboard-bids-closed-header-row .table-cell span {
    font-weight: normal;
    line-height: 1.2;
}

/*
#accept_bid_form {
}
#accept_bid_form #bid_volume_discount {
	position: relative;
	margin-bottom: 10px;
	padding: 10px 10px 10px 25px;
	font-style: italic;
	font-size: 85%;
}
#accept_bid_form #bid_volume_discount:before {
	content: '!';
	font-size: 150%;
	position: absolute;
	top: 6px;
	left: 0px;
	z-index: 0;
	width: 20px;
	height: 20px;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	text-shadow: 1px 1px 0px rgba(0,0,0,0.25);
	color: #fff;
	background-color: red;
	border-radius: 200px;
}

#accept_bid_form #total label span {
	display: inline-block !important;
	position: relative;
	top: -2px;
	margin: 0px 3px 0px 4px;
	padding: 3px 7px 3px 7px;
	font-size: 10px;
	text-transform: uppercase;
	color: #000;
	background-color: rgba(0,0,0,0.1);
	border-radius: 3px;
}
#accept_bid_form #total-number {
	font-size: 150%;
}
*/

#bid-calc {
    display: table;
    margin-bottom: 30px;
}
#bid-calc div {
    display: table-row;
}
#bid-calc div div {display: block;}
#bid-calc label {
    display: table-cell;
    padding: 5px 5px 5px 5px;
}
#bid-calc label label {display: inline-block;}
#bid-calc span {
    display: table-cell;
    padding: 5px 5px 5px 5px;
    text-align: right;
}
#bid-calc span span {display: inline-block;}

#bid-calc #name_of_job{
}
#bid-calc #job_bid_number{
}
#bid-calc #author{
}
#bid-calc #tonnag{
}
#bid-calc #num_of_girders{
}
#bid-calc #num_of_filler_beams{
}
#bid-calc #total_num_of_pieces{
}
#bid-calc #hours{
}



#bid-costs {
    display: table;
    margin-bottom: 30px;
}
#bid-costs div {
    display: table-row;
}
#bid-costs div div {display: block;}
#bid-costs label {
    display: table-cell;
    padding: 5px 5px 5px 5px;
}
#bid-costs label label {display: inline-block;}
#bid-costs span {
    display: table-cell;
    padding: 5px 5px 5px 5px;
    text-align: right;
    color: #000;
}
#bid-costs span span {display: inline-block;}

#bid-costs #connecting_cost {
}
#bid-costs #reporting {
}
#bid-costs #reporting span {
    color: #ccc;
}
#bid-costs #reporting span.active {
    color: #000;
}
#bid-costs #reporting span:before {
    content: '+';
    padding-right: 3px;
}
#bid-costs #stamping {
}
#bid-costs #stamping span {
    color: #ccc;
}
#bid-costs #stamping span.active {
    color: #000;
}
#bid-costs #stamping  span:before {
    content: '+';
    padding-right: 3px;
}
#bid-costs #volume_discount {
}
#bid-costs #volume_discount label {
    xpadding-left: 24px;
    font-style: italic;
}
#bid-costs #volume_discount span:before {
    content: '-';
    padding-right: 3px;
}
#bid-costs #promo_discount {
    display: none;
    height: 50px;
    font-size: 110%;
    background-color: #FEFFCD;
    border-radius: 3px;
}
#bid-costs #promo_discount label {
    xpadding-left: 24px;
    vertical-align: middle;
    font-style: italic;
}
#bid-costs #promo_discount span {
    vertical-align: middle;
}
#bid-costs #promo_discount span:before {
    content: '-';
    padding-right: 3px;
}
#bid-costs #total {
    font-size: 120%;
    font-weight: bold;
}
#bid-costs #total span {
    border-top: solid 1px #000;
}

.dashboard-account-balance-fieldset {
    padding: 20px 20px 20px 20px;
}
.dashboard-account-balance-container {
    display: table;
    font-family: 'Avenir', 'pt_sansbold',arial,sans-serif;
}
.dashboard-account-balance {
    display: table-row;
}
.dashboard-account-balance div,
.dashboard-account-balance label,
.dashboard-account-balance span {
    display: table-cell;
    vertical-align: middle;
}
.dashboard-account-balance div {
}
.dashboard-account-balance label {
}
.dashboard-account-balance label:after {
    content: ':';
}
.dashboard-account-balance span {
    padding-left: 10px;
    font-size: 160%;
}
.dashboard-account-balance .bn2 {
    margin-left: 40px;
    font-family: 'Avenir', 'pt_sansregular',arial,sans-serif;
}

#dashboard-account-history {
}
#dashboard-account-history .table-row-header .table-cell {
    white-space: normal !important;
}
#dashboard-account-history .table-cell {
    white-space: nowrap;
}
#dashboard-account-history .project_name {
    width: 100%;
    white-space: normal !important;
}
#dashboard-account-history .dollar_amount {
    cursor: help;
}

#dashboard-account-history .dollar_amount span.history-transaction-id {
    display: block;
    padding-bottom: 5px;
    font-size: 85%;
}
#dashboard-account-history .dollar_amount span.history-transaction-type {
    display: inline-block;
    margin-right: 5px;
    width: 20px;
    height: 20px;
    color: #000;
}
#dashboard-account-history .dollar_amount .history-deposit:before {
    font-family: 'Avenir', 'FontAwesome';
    content: '\f175';
}
#dashboard-account-history .dollar_amount .history-purchase:before {
    font-family: 'Avenir', 'FontAwesome';
    content: '\f02b';
}
#dashboard-account-history .dollar_amount .history-payment:before {
    font-family: 'Avenir', 'FontAwesome';
    content: '\f0d6';
}
#dashboard-account-history .dollar_amount .history-transfer:before {
    font-family: 'Avenir', 'FontAwesome';
    content: '\f07e';
}
#dashboard-account-history .dollar_amount .history-transfer-to:before {
    font-family: 'Avenir', 'FontAwesome';
    content: '\f178';
}
#dashboard-account-history .dollar_amount .history-transfer-from:before {
    font-family: 'Avenir', 'FontAwesome';
    content: '\f177';
}

.paypal {
    width: auto !important;
}
.paypal .table-cell {
    vertical-align: middle !important;
}
/* /dashboard =================================================================== */



.pages-container {
    margin-bottom: 20px;
    padding: 20px 6px 20px 10px;
    background-color: rgba(255,255,255,0.8);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
}
.pages-container ul  {
    padding: 0;
    margin: 0;
    list-style: none;
}
.pages-container li  {
}
.pages-container li a {
    display: block;
    font-size: 85%;
    text-decoration: none !important;
    padding-bottom: 10px !important;
}
.pages-container li * {
    line-height: 1.1 !important;
}
.pages-container .pages {
}
.pages-container .pages .pages-parent {
}
.pages-container .pages .pages-parent .page {
}
.pages-container .pages .pages-parent > a {
    font-size: 120%;
    font-weight: bold;
}
.pages-container .pages .pages-parent.current_page_item > a {
    color: #000;
}

.pages-container .pages .pages-l2 {
}
.pages-container .pages .pages-l2 .page_item {
}
.pages-container .pages .pages-l2 .current_page_item a {
    color: #000;
}

#inc-terms {
    width: 100%;
    height: 300px;
    overflow: auto;
    margin-bottom: 10px;
    padding: 10px;
    background-color: rgba(255,255,255,0.5);
    border: solid 1px #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
#home_tag {
    font-size: 29px;
    font-weight: 300;
    font-family: "Avenir","Titillium Web", sans-serif;
    line-height: 1.25;
    padding: 75px 40px;
    color: #4c4c4c;
}

.tout {
    font-size: 85%;
}
.tout .table-cell:first-child {
}
.tout .table-cell:last-child {
    padding-right: 15px;
}
.tout .table-cell {
    vertical-align: middle !important;
}
.tout a:hover {
    text-decoration: none;
}
.tout span {
    display: block;
    font-family: 'Avenir', 'pt_sansbold',arial,sans-serif;
    font-size: 18px;
    text-transform: uppercase;
}
.tout p {
    padding: 0px;
}
.tout img {
    margin-top: 9px;
}


.imgtxt-bigpad {
    xborder: solid 1px #000;
}
.imgtxt-bigpad .pix-text-right {
    padding: 5px 0px 20px 30px;
}
.imgtxt-bigpad .pix-text-left {
    padding: 5px 30px 20px 0px;
}

.phone {
    font-family: 'Avenir', 'pt_sansbold',arial,sans-serif;
    font-size: 120%;
    color: #8AC759;
}

#signup-form div > label {
    white-space: nowrap;
}
#signup-form #email-label,
#signup-form #email-span {
    xpadding-bottom: 40px !important;
    xborder: solid 1px #000;
}
#signup-form #terms-0-label,
#signup-form #terms-0-span {
    xpadding-top: 40px !important;
    xborder: solid 1px #000;
}


.form-section-pad {
    padding-top: 30px !important;
}
.fieldtxt {
    font-size: 0.70rem;
    font-style: italic;
}
.fieldtxt p {
    padding: 0px 0px 0px 0px !important;
}


/* YOUTUBE RESPONSIVE */

.page-videos #pagebox0 {
    margin-right: 0;
}

.youtube-responsive-container {
    position:relative;
    padding-bottom:56.25%;
    padding-top:0px;
    height:0;
    overflow:hidden;
}

.youtube-responsive-container iframe, .youtube-responsive-container object, .youtube-responsive-container embed {
    position:absolute;
    top: 0px;
    left:0;
    width:100%;
    height:100%;
}
.youtube-responsive-container + p {
    margin-top: 0.75rem;
    margin-bottom: 2rem;
    font-size: 0.8rem;
    font-weight: 600;
}
.full_width .youtube-responsive-container + p {
    padding: 0 3%;
}
.full_width {
    width: 100%;
}
.half_width {
    vertical-align: top;
    display: inline-block;
    width: 47%;
    margin-right: 4.5%;
}
.half_width:nth-of-type(2n+0) {
    margin-right: 0;
}

/* //YOUTUBE RESPONSIVE */


/* EVENTS CALENDAR */
.event_calendar {
    margin-top: 40px;
    font-family: "Avenir","Titillium Web", sans-serif;
    margin-right: 1.5rem;
}
.event_calendar h2 {
    font-weight: bold;
    font-size: 24px;
    padding-left: 1rem;
    color: #4c4c4c;
}
.event_calendar h2 span {/*
	border-bottom: 1px solid #a09f9f;
	padding-bottom: 3px;*/
}
.event-line:first-of-type {
    position: relative;
    top: 2px;
}
.event-line:last-of-type {
    position: relative;
    top: -12px;
}
.events {
    max-height: 200px;
    overflow-y: hidden;
    max-width: 332px;
    margin: 0 auto;
    text-align: left;
}
.events::-webkit-scrollbar-track {
    background-color: transparent;
}
.events h3 {
    margin-left: 1rem;
    margin-top: 1.5rem;
    color: #4c4c4c;
}

.event {
    padding: 1rem 1rem 0.5rem 1rem;
    background-color: transparent;
}
.event:hover {
    background-color: rgba(209, 80, 25, 0.3);
}
.calendar_page {
    width: 3rem;
    display: inline-block;
    border: 1px solid #973620;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    text-shadow: none;
}
.event_info {
    font-size: 14px;
    margin-left: 0.75rem;
    display: inline-block;
    vertical-align: top;
    position: relative;
    top: -5px;
    line-height: 1.2;
    max-width: 75%;
}
.event_info > p {
    display: none;
}
.event_title p {
    padding-bottom: 0;
    line-height: 1.2;
}
.calendar_page .month {
    text-transform: uppercase;
    font-weight: 600;
    background-color: #973620;
    color: white;
    padding: 6px 2px 6px 2px;
}
.calendar_page .dates {
    background-color: white;
    color: #d15019;
    padding: 7px 2px;
}
.calendar_page .month:not(:first-of-type) {
    padding-top: 0;
}
.event_info {
    color: #4c4c4c;
}
.event_title {
    color: #cf5126;
    font-weight: bold;
}
.event_controls {
    padding-left: 3rem;
}
.event_control {
    display: inline-block;
    width: 40px;
    margin: 0 0.4rem 1rem 0.4rem;
    fill: #898888;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.event_control.active {
    fill: #cf5126;
}
.event_control::after {
    font-family: 'Avenir', FontAwesome;
    color: white;
    font-size: 28px;
    position: absolute;
    left: 50%;
    top: -50%;
    line-height: 0.5;
}
#previous_event::after {
    content: '\f106';
    transform: translate(-50%,170%);
}
#next_event::after {
    content: '\f107';
    transform: translate(-50%,190%);
}
/* //EVENTS CALENDAR */


/* CUSTOMER STORIES */

.customer_stories {
    padding: 50px 15%;
    background-color: #701c0f;
    color: white;
    font-family: "Avenir","Titillium Web", sans-serif;
    text-align: center;
}
.customer_stories h1 {
    font-size: 40px;
    font-weight: bold;
    color: white;
    margin-bottom: 0.5rem;
}
.customer_stories a {
    color: white;
}
.customer_stories a:hover {
    /*text-decoration: underline !important;*/
}
.customer_stories h3 {
    font-size: 18px;
    color: white;
    max-width: 520px;
    margin: 0 auto;
}
#customer_story {
    margin-top: 2rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}
#customer_story:hover text {
    /*text-decoration: underline;*/
}

/* //CUSTOMER STORIES */


/* HOME HERO */

.page-sandbox #page-title {
    display: none;
}

#home_hero {
    font-family: "Avenir", "Titillium Web", sans-serif;
    position: relative;
    font-size: 29px;
    font-weight: 200;
    color: white;
}
#home_hero p {
    padding-bottom: 0;
    line-height: 1;
}
#home_hero #seatac_block {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: left;
    background-color: rgba(0,0,0,0.4);
    padding: 1.5rem;
    font-size: 1.5rem;
}
#home_hero #seatac_block p {
    /*transition: all 2s cubic-bezier(.55,.06,.68,.19);*/
    display: inline-block;
    padding-right: 0.6rem;
    text-shadow: black 5px 5px 3px;
}
#home_hero #seatac_block.initial {
    /*transform: rotate(-24deg) translate(30%,120%) skewx(45deg);*/
    opacity: 0.2;
}
#home_hero #seatac_block.initial p {
    /*line-height: 2;*/
}

#home_hero #connected_block {
    position: absolute;
    top: 40px;
    /*right: 185px;*/
    left: 175px;
    transform: translateX(-50%);
    text-align: center;
}
#home_hero #connected_block p {
    text-shadow: black 2px 2px 5px;
}
#home_hero #tons_text {
    font-size: 54px;
    visibility: hidden;
    transform: translateY(-150px);
    opacity: 0;
}
#home_hero #tons_text.animate {
    transition: all 2s;
    transform: translateY(0);
    opacity: 1;
}

#home_hero #connected_text {
    font-size: 36px;
    visibility: hidden;
    /*letter-spacing: 18px;*/
    transition: 300ms;
    opacity: 0;
}
#home_hero #connected_text.animate {
    /*letter-spacing: 0;*/
    opacity: 1;
}

#home_hero #minutes_text {
    font-size: 48px;
    visibility: hidden;
    transition: 300ms;
    opacity: 0;
}
#home_hero #minutes_text.animate {
    opacity: 1;
}

#home_hero #engineered_block {
    position: absolute;
    top: 55px;
    right: 185px;
    transform: translateX(50%);
    text-align: center;
    font-size: 36px;
    transition: 300ms;
    opacity: 0;
}
#home_hero #engineered_block p {
    padding-bottom: 0.25rem;
    text-shadow: black 2px 2px 5px;
}
#home_hero #engineered_block.animate {
    opacity: 1;
}

/* //HOME HERO */


/* HOME */

#pagecontainer > #page-title {
    margin-left: 3%;
    margin-right: 3%;
    padding-top: 20px;
}

#pagecontainer > #page-title + #pagebox1 {
    width: 67%;
    margin-left: 3%;
}

#pagecontainer > #page-title + #pagebox1 + #pagebox2 {
    width: 27%;
    margin-right: 3%;
}

#pagebox10 p {
    padding-bottom: 0;
}

#pagebox12 {
    padding: 50px 20%;
}
#pagebox12 br {
    display: none;
}
#pagebox12 .quote {
    position: relative;
    font-size: 29px;
    font-weight: 300;
    text-align: left;
    padding-left: 40px;
    line-height: 1.25 !important;
}
#pagebox12 .quote img.greenquote {
    width: 33px;
    height: auto;
    position: absolute;
    left: 0;
    top: 5px;
}
#pagebox12 .quote p {
    padding-bottom: 0;
}
#pagebox12 .quote .attribution {
    font-size: 16px;
    text-align: right;
    font-weight: 600;
    margin-top: 1rem;
}

#pagebox13 {
}

#pagebox13 .posts-on-page {
    margin-bottom: 2rem;
}

#pagebox13 article {
    width: 42.5%;
    display: inline-block;
    vertical-align: top;
    position: relative;
    cursor: pointer;
}

#pagebox13 article:first-of-type {
    margin: 0 5%;
}

#pagebox13 .featured-image {
    width: 100%;
    background-position: center;
    background-size: cover;
}
.customer-story-links {
    padding-bottom: 2rem;
}
.customer-story-links > div:first-of-type {
    padding-bottom: 1rem !important;
}
.black_background {
    position: absolute;
    background-color: black;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    transition: opacity 0.5s;
}
.black_background:hover,
.customer_story:hover .black_background,
article.post:hover .black_background {
    opacity: 0.4;
}
#pagebox13 .featured-image img {
    display: none;
}
.featured-gradient {
    position: absolute;
    bottom: 0;
    height: 100%;
}
#pagebox13 .entry-header {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    padding: 20px;
    pointer-events: none;
}

#pagebox13 .entry-header a {
    color: white;
    font-size: 29px;
    line-height: 1.25;
    font-weight: bold;
    text-shadow: rgba(0,0,0,0.7) 3px 3px 3px;
}

.green-background {
    background-color: #8dc363;
    color: white;
    padding: 2rem 3%;
}
#pagebox14 .form1 {
    display: block;
}
#pagebox14 h1 {
    font-size: 36px;
    color: white;
    margin-bottom: 1rem;
}
#pagebox14 .form1 div.formcol {
    display: inline-block;
    width: 26%;
    margin-right: 4%;
    vertical-align: top;
}
#pagebox14 .form1 div:last-of-type {
    margin-right: 0;
}
#pagebox14 .form1 label {
    font-weight: 300;
    font-size: 18px;
}
#pagebox14 .form1 input, #pagebox14 .form1 textarea {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-top: 0.25rem;
    margin-bottom: 0.5rem;
}
#pagebox14 .form1 .submit-bns-container {
    margin-top: 0.5rem;
}
#pagebox14 .form1 .bn1, #pagebox14 .form1 .bn1:hover, #pagebox14 .form1 .bn1:visited {
    /*background-color: #d2502a;
    border: none;*/
    border-radius: 6px;
}

#pagebox15 {
    padding: 15px 3%;
}
#pagebox16 {
    padding: 15px 3% 0 3%;
}
#pagebox17 {
    padding: 15px 3% 0 3%;
}
#pagebox17 .callout {
    padding-bottom: 0;
    max-width: 66%;
}

#pagebox20 {
    padding: 15px 3% 30px 3%;
}
.support_guide {
    margin-bottom: 2rem;
}
.video_tutorials p {
    padding-bottom: 0.75rem;
}
.column {
    display: inline-block;
    vertical-align: top;
}
.col_right {
    padding-left: 1.5%;
}
.col_left {
    padding-right: 1.5%;
}
.col_middle {
    padding-left: 1.5%;
    padding-right: 1.5%;
}
.hero_caption {
    margin-top: 0.75rem;
    margin-bottom: 0rem;
    padding: 0 3%;
    color: #701c0f;
    font-size: 0.8rem;
    font-weight: 600;
}
.partner-logos {
    margin-bottom: 2rem;
}
.post_content {
    padding: 1rem 3%;
}
.column .quote br {
    display: none;
}
.column .quote {
    position: relative;
    font-size: 1.2rem;
    font-weight: 300;
    text-align: left;
    padding-left: 1.45rem;
    margin-top: 1.6rem;
    line-height: 1.25 !important;
}
.column .quote img.greenquote {
    width: 1.2rem;
    height: auto;
    position: absolute;
    left: 0;
    top: 0.4rem;
}
.column .quote p {
    padding-bottom: 0;
}
.column .quote .attribution {
    font-size: .65rem;
    text-align: right;
    font-weight: 600;
    margin-top: .65rem;
}
.no-top-margin {
    margin-top: 0 !important;
}

.advisor_board {
    margin-bottom: 5rem;
}

#demo-img {
    padding-top: 1.25rem;
    padding-bottom: 0.5rem;
}

.customer_story {
    background-position: center;
    background-size: cover;
    position: relative;
    padding: 1rem;
    cursor: pointer;
}
.customer_story p {
    padding-bottom: 0;
}
.customer_story_overlay {
    position: absolute;
    bottom: 0;
    left: 0;
}
.customer_story span, article.post span {
    font-weight: 300;
    color: white;
    font-size: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 1rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
}
#pagecontainer ul.nut_list,
.blog ul.nut_list {
    list-style: none;
}
.nut_list li {
    position: relative;
}
.nut_list li::before {
    content: url(/pix/hexagon-green.png);
    position: absolute;
    left: -18px;
    top: 2px;
}

/* //HOME */


/* POSTS */

#pagecontainer.blog {
    padding: 2rem 5%;
}

/*  hide the sidebar  */
.blog #pagebox2 {
    display: none;
}
.blog #pagebox1 {
    width: 100%;
    padding: 0;
}
.blog .postmetadata {
    display: none;
}
.blog .posts article {
    display: inline-block;
    position: relative;
    width: 47.2%;
    vertical-align: top;
    margin-bottom: 3vw;
    background-size: cover;
    background-position: center;
}
.blog .posts article:nth-of-type(even) {
    margin-left: 5%;
}
.blog .posts article .wp-post-image {
    display: none;
}
.blog .posts article .post_overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
}
.blog .posts article .post-title {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 1rem;
    line-height: 1.1;
}
.single-post .blog > img {
    width: 100%;
    height: auto;
}

#contact-form {
    margin-bottom: 2rem;
}

.workshop-subhead {
    padding: 0.5rem 7rem;
}
.workshop-subhead + h2 {
    padding-top: 2rem;
}

.nascc-event {
    vertical-align: top;
    padding-top: 1.4rem;
    position: relative;
    clear: both;
}

.nascc-event h2, .nascc-event p:first-of-type {
    padding-bottom: 2px;
}
.nascc-event p {
    padding-bottom: 10px;
}
.quotebox {
    padding: 30px 20% 30px 15%;
}
.dictionary-definition {
    margin: 2rem;
    padding: 2rem;
    background-color: rgba(255,255,255,0.3);
    color: rgb(59,62,65);
}
.dictionary-definition h1 {
    /*font-family: Times,serif;*/
    color: rgb(59,62,65);
}
.dictionary-definition h1 {
    text-align: center;
}
.dictionary-definition .mw {
    text-align: center;
    color: rgb(86,144,177);
}
.dictionary-definition ol {
    font-weight: 700;
}
.dictionary-definition ol span {
    font-weight: 400;
}
.dictionary-definition p {
    padding-bottom: 0;
}
.dictionary-definition span {
    font-family: 'Avenir', Times,serif;
    line-height: 26px;
    font-size: 20px;
    margin-right: 8px;
}
#dterm {
    font-family: inherit;
    font-size: 22px;
    font-weight: 700;
}
.dtype {
    font-style: italic;
}
.dnumb {
    font-family: inherit !important;
    font-weight: 700;
}
/* // POSTS */


/* scaling shell width ===================================================================== */
/* NOTE: do NOT put this is the parent style sheet!!!!! the media queries below need to be changed according to the requirements of the child theme */
@media screen and (max-width: 960px) {
    #shell,
    footer#footer-shell-2 {
        width: 95% !important;
    }

    #pagebox1 {
        width: 75%;/* (pagebox width/shell width)*100 */
    }
    #pagebox2 {
        width: 24%;/* (pagebox width/shell width)*100 */
        margin-left: 1%;
    }

    #toolbar-download {
        margin-right: 1rem;
    }

}/* /@media screen and (max-width: 960px) { */

@media screen and (max-width: 860px) {
}/* /@media screen and (max-width:  860px) { */

@media screen and (max-width: 800px) {
    /*  hide topnav menu  */
    #header-shell-2 {
        display: none;
    }
    body:not(.shiftnav-open) #shiftnav-toggle-main {
        /*top: 34px !important;*/
        background: transparent;
    }
    #toolbar-container {
        display: none;
    }


    #home_hero {
        font-size: 3.625vw;
    }
    #home_hero #seatac_block {
        padding: 3vw;
        font-size: 3vw;
    }
    #home_hero #seatac_block p {
        padding-right: 1.2vw;
    }

    #home_hero #connected_block {
        top: 5vw;
        left: 22vw;
    }

    #home_hero #tons_text {
        font-size: 7vw;
    }

    #home_hero #connected_text {
        font-size: 4.5vw;
    }

    #home_hero #minutes_text {
        font-size: 6vw;
    }

    #home_hero #engineered_block {
        top: 5vw;
        right: 20vw;
        font-size: 4.5vw;
    }
    #home_hero #engineered_block p {
        padding-bottom: 0.5vw;
    }

    .col_60, .col_40 {
        float: none;
        width: 100%;
    }
    .col_40 {
        padding-left: 5%;
        padding-right: 5%;
    }
    .col_40 > div {
        text-align: center;
    }
    #home_tag {
        padding-bottom: 0;
        padding-top: 40px;
    }
    .event_calendar {
        margin-left: auto;
        margin-right: auto;
    }
    .event_calendar h2 {
        padding-left: 0;
    }
    .event_info {
        text-align: left;
    }
    .event_controls {
        padding-left: 0;
    }

    .customer_stories {
        padding: 25px 5%;
    }
    #pagebox12 {
        padding: 25px 5%;
    }
    #pagebox12 .quote {
        font-size: 20px;
        padding-left: 33px;
    }
    #pagebox12 .quote img.greenquote {
        width: 24px;
    }
    #pagebox13 .entry-header {
        padding: 2.5vw;
    }
    #pagebox13 .entry-header h3 {
        line-height: 1;
    }
    #pagebox13 .entry-header a {
        font-size: 4vw;
    }
    #pagebox15, #pagebox16, #pagebox17 {
        padding-left: 5%;
        padding-right: 5%;
    }
    #free_quote_form {
        width: 60%;
        margin: 0 auto;
        min-width: 280px;
    }
    #pagebox14 .form1 div.formcol {
        display: block;
        width: 100%;
        margin-right: 0;
    }
    #pagebox14 .form1 div.formcol label {
        display: block;
    }
    footer#footer-shell-1 {
        padding-left: 5%;
        padding-right: 5%;
    }
    footer #box-a {
        width: 60%;
    }
    footer #box-b {
        width: 40%;
    }


} /* @media screen and (max-width: 800px) {  */

@media screen and (max-width: 650px) {
    #pagebox0 {
        width: 100%;
        margin-right: 0;
    }
    #pagebox1 {
        float: none;
        width: 100%;
    }
    #pagebox2 {
        float: none;
        width: 50%;
        margin-left: 0px;
    }
    .ls-story .lq-slide-content {
        top: 60% !important;
        max-width: 70%;
        padding: 5px;
        font-size: 85%;
    }
    .ls-story .lq-slide-content p {
        padding-bottom: 5px;
    }
    footer#footer-shell-1 #box-a, footer#footer-shell-1 #box-b {
        float: none;
        width: 100%;
    }
    footer#footer-shell-1 #box-b {
        margin-top: 1rem;
    }
    footer#footer-shell-1 #box-b p {
        padding-bottom: 3px;
    }
    #sitedesc {
        margin-top: 16px;
    }
    .workshop-subhead {
        padding: 0.5rem 1rem;
    }
    #nascc-special, #nascc-coupon {
        padding-right: 0;
        padding: 0;
        width: 100%;
    }
    #nascc-coupon {
        text-align: center;
    }
}/* /@media screen and (max-width: 650px) { */


@media screen and (max-width: 600px) {
    .col-50 {
        display: block;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    #home_tag {
        padding: 20px 5% 0 5%;
        font-size: 20px;
    }
    .event_calendar {
        margin-top: 20px;
    }
    #pagebox16 {
        padding: 0 5% 0 5%;
    }
    .column {
        display: block;
        width: 100% !important;
        padding-bottom: 1rem;
    }
    .col_left, .col_middle {
        padding-right: 0;
    }
    .col_right, .col_middle {
        padding-left: 0;
    }
    .customer_story {
        margin-bottom: 0.5rem;
    }
    .preferred_partners {
        margin-top: 1.5rem;
    }

}/* /@media screen and (max-width: 600px) { */


@media screen and (max-width: 480px) {
    #pagebox2 {
        width: 100%;
    }
    .form1,
    .form1 > fieldset,
    .form1 > div > span > fieldset {
        display: block;
        height: auto;
    }
    .form1 > div,
    .form1 > fieldset > div,
    .form1 > div > span > fieldset > div,
    .form1 > div > label,
    .form1 > fieldset > div > label,
    .form1 > div > span > fieldset > div > label,
    .form1 > div > span,
    .form1 > fieldset > div > span,
    .form1 > div > span > fieldset > div > span {
        display: block;
        height: auto;
        xborder: solid 1px #000000;
    }
    .form1 > div > label,
    .form1 > fieldset > div > label,
    .form1 > div > span > fieldset > div > label {
        text-align: left;
    }

    input,
    select,
    textarea {
        max-width: 100%;
    }
    .half_width {
        width: 100%;
        display: block;
        margin-right: 0;
    }
    .page-videos #pagebox20, .page-videos #pagebox10 {
        padding-left: 5%;
        padding-right: 5%;
    }
}/* /@media screen and (max-width: 480px) { */

@media screen and (max-width: 400px) {

    .col_40 {
        /*padding-left: 20px;
        padding-right: 20px;*/
    }

    #pagebox13 article {
        display: block;
        width: 90%;
        margin: 0 5%;
    }
    #pagebox13 .entry-header a {
        font-size: 8vw;
    }
    #pagebox13 article:not(:last-of-type) {
        margin-bottom: 1.5rem;
    }

} /* @media screen and (max-width: 400px) {  */



/* /scaling shell width ===================================================================== */

/* The Modal (background) */
.modal-ht {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 9999; /* Sit on top */
    padding: 100px; /* Location of the box  padding-top*/
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    /* background-color: rgb(0,0,0); Fallback color */
    background-color: rgba(0,0,0,.8); /* Black w/ opacity */
    /*background: rgb(157 151 151); transparent #000 */ 
}

/* Modal Content (image) */
.modal-content-ht {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 1rem 1.5rem;
    width: 24rem;
    border-radius: 0.5rem;
    transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
}


/* The Close Button */
.close-ht {
    position: absolute;
    top: 68%;
    left: 62%;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close-ht:hover,
.close-ht:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

.btn-ht {
    color:#d15019 !important;
    border:none !important;
    background:transparent !important;
}

.btn-ht:hover {
    color: #8ABC3E !important;
}

.btn-ht:after {
    content: '\f059';
    font-family: 'Avenir', 'fontAwesome';
    padding-left: 4px;
}

.slide-img {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
}

/* The Modal for text  (background) */
.modal-ht-text {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 9999; /* Sit on top */
    padding: 100px; /* Location of the box  padding-top*/
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    /* background-color: rgb(0,0,0); Fallback color */
    background-color: rgba(0,0,0,.8); /* Black w/ opacity */
    /*background: rgb(157 151 151); transparent #000 */ 
}
  
  /* Modal Content/Box */
.modal-content-ht-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 1rem 1.5rem;
    width: 48rem;
    border-radius: 0.5rem;
    transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
}
  
  /* The Close Button */
.close-ht-text {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    margin-top: -25px;
    margin-right: -20px;
}
  
.close-ht-text:hover,
.close-ht-text:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.btn-text-ht {
    color:#d15019 !important;
    border:none !important;
    background:transparent !important;
}
.btn-text-ht:hover {
    color: #8ABC3E !important;
}

.btn-text-ht:after {
    content: '\f059';
    font-family: 'Avenir', 'fontAwesome';
    padding-left: 4px;
}