/**/ /* General Styling */ /**/
body {
    color:#58595B;
    font-family: Roboto, Arial, sans-serif;
    font-size:12px;
    font-weight:300;
    letter-spacing:0.5px;
}
strong { font-weight:700; }
#content legend,
fieldset legend {
    color:#7DB238;
    font-weight:700;
    padding:0;
}
    
a:link,
a:visited,
#content a:link,
#content a:visited,
dl.portlet a:link,
dl.portlet a:visited {
    color:#7db238;
    text-decoration:underline;
}
#content a:hover,
dl.portlet a:hover { color:#7db238!important; }
dl.actionMenu { margin:0 0 0 0.5em; }
dl.actionMenu dt,
dl.actionMenu.deactivated dt { margin:0; }
dl.actionMenu.activated dd {
    border-top:1px solid #fff;
    border-radius:0;
}
dl.actionMenu.activated dt a,
dl.actionMenu.activated dd a,
dl.actionMenu.activated dd div { margin:0; }
.actionMenuContent { padding:0; }
h1,h2,h3, h4, h5, h6 { font-family:Roboto, Arial, sans-serif; font-weight:700; }
h1, h2 { color:#7DB238; letter-spacing:0.5px; }
h1 { font-size:24px; }
h2 { font-size:20px; }
h3, h4 { font-size:14px; }
hr {
    background-color:#7DB238;
    border:0;
    height:1px;
    margin:3em 0 2.5em;
}
hr.green {
    display:none;
    margin:1em 0;
}
.fc td img { max-width:none; }
input[type=email],
#content .field input[type="email"],
input[type=password],
#content .field input[type="password"],
input[type=search],
#content .field input[type="search"],
input[type=text],
#content .field input[type="text"],
textarea,
#content .field textarea,
.multipleSelectionWidget dt {
    background:#fff;
    border:1px solid #7DB238;
    border-radius:0;
    box-sizing:border-box;
    font-family: Roboto, Arial, sans-serif;
    margin-right:5px;
    padding:3px 5px;
}
.multipleSelectionWidget dt { box-sizing:content-box; }
textarea,
#content textarea { box-sizing:border-box; }
input[type=radio] { margin-right:5px; vertical-align:middle; }
input[type=submit],
input[type=button],
.fc .btn[type=submit],
.fc .btn[type=button],
.btn-warning,
.btn-success,
.btn-danger,
.btn-primary,
#filter .btn,
button {
    -webkit-appearance:none;
    background-color:#7DB238;
    border:1px solid #7DB238;
    border-radius:0!important;
    color:#fff;
    cursor:pointer;
    font-family:Roboto, Arial, sans-serif;
    font-size:14px;
    margin-right:5px!important;
    padding:5px;
    text-shadow:none;
    text-transform:uppercase;
}
.btn {
    border-color:#7DB238;
    border-radius:0;
    padding:5px;
    text-decoration:none;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span,
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span { border-radius:0; }
.pat-structure .itemRow.folder .title a,
.pagination > li > a,
.pagination > li > span,
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus { color:#7DB238; }
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background-color:#7DB238;
    border-color:#7DB238;
}
.btn-warning,
.btn-success,
.btn-danger,
.btn-primary { background:#7DB238; }
#content input[type=submit].discreet,
#content input[type=button].discreet { color:#fff; }
#content input[type=submit].discreet:hover,
#content input[type=button].discreet:hover { color:#7DB238; }
.btn[type=submit],
.btn[type=button] { background-image:none; }
input[type=submit]:last-child,
input[type=button]:last-child,
.fc .btn[type=submit]:last-child,
.fc .btn[type=button]:last-child,
button:last-child {
    margin:0!important;
}
input[type=submit]:hover,
input[type=submit]:active,
input[type=button]:hover,
input[type=button]:active,
.fc .btn[type=submit]:hover,
.fc .btn[type=button]:hover,
button:hover {
    background-color:#fff;
    color:#7DB238;
}
.fc .btn-group { white-space:normal; }
.fc div > .btn-group .btn { font-size: 13px; margin-bottom:2px; }
#content .fc .btn-group .btn-danger:hover,
#content .fc .btn-group .btn-success:hover { background:#fff; }
div.formControls { margin:1em 0; }
select {
    -moz-appearance:none;
    -webkit-appearance:none;
}
select,
.fc select{
    background:#fff url("../images/down.png") no-repeat scroll right 2px center;
    border:1px solid #7db238;
    border-radius:0;
    line-height:15px;
    max-width:100%;
    padding:1px 22px 1px 1px;
}
select::-ms-expand { display:none; }
select[multiple] {
    background:none;
    padding:3px;
}
.fc input[type="checkbox"] { margin:0; }
.fc .well {
    background-color:#f9f9f9;
    border-radius:0;
}
.fc .dropdown-menu li > a:hover,
.fc .dropdown-menu li > a:focus,
.fc .dropdown-submenu:hover > a { background:#e6e7e8; }
label {
    margin-left:3px;
    vertical-align:middle;
}
label.horizontal { margin:0; }
div.position-0 { margin-left:-100%; }
div.position-1\:3 { margin-left:-66.25%; }
div.position-2\:3 { margin-left:-32.5%; }

div.width-1\:3 { width:32.5%; }
div.width-2\:3 { width:65.5%; }

.fullwidth, div.width-full { width:100%; float:left; }

.pagewidth {
    margin:auto;
    max-width:980px;
    padding:0 2%;
}
#exposeMask { background-color:#000!important; }

/* Dexterity Inputs etc */

.glyphicon { margin-right:2px; }

#content .field input[type="text"][name$=".title"],
#archetypes-fieldname-title input {
    font-family: Roboto, Arial, sans-serif;
    letter-spacing:0.5px;
}
#content .field textarea[name$=".description"],
#archetypes-fieldname-description textarea#description,
.mce-container,
.mce-container *,
.mce-widget,
.mce-widget *,
.mce-reset,
.mce-btn button {
    color:#58595b;
    font-family: Roboto, Arial, sans-serif;
}
.mce-btn-group .mce-first,
.mce-btn-group .mce-last,
.mce-btn-group .mce-first.mce-last { border-radius:0; }
.mce-widget .mce-ico { font-family:"tinymce",Arial; }
.mce-tinymce {
    border-color:#7DB238;
    border-radius:0;
    margin-bottom:5px;
}
.mce-container {
    background:none;
    border-color:#7db238;
}
.mce-menu {
    background-color:#fff;
    border-radius:0;
}
.mce-menu-item:hover,
.mce-menu-item.mce-selected,
.mce-menu-item:focus { background:#7DB238; }
.mce-last button { margin: 0 !important; }
.mce-tooltip-inner {
    border-radius:0;
    color:#fff;
}
.plone-modal-backdrop { background-color:#58595B; }
.common-controls .form-group { line-height: 2em; }
.pattern-relateditems-path { border-color:#7DB238; }
.select2-container .select2-choice {
    background:#fff;
    border-color:#7DB238;
    border-radius:0;
}
.select2-container .select2-choice .select2-arrow {
    background:none;
    border:0;
}
.select2-container .select2-choice .select2-arrow b { background:#fff url("../images/down.png") no-repeat scroll right 2px center; }
.select2-drop-active,
.select2-drop.select2-drop-above {
    border-color:#7DB238;
    border-radius:0;
}
.select2-results .select2-highlighted { background:#7db238; }
.select2-container-multi .select2-choices,
.select2-container-multi.select2-container-active .select2-choices {
    background:none;
    border-color:#7DB238;
}
.upload-container .upload-area {
    border-radius:0;
    width:auto;
}
.upload-container .upload-area .row { float:none; }
.popover { border-radius:0; }
.pat-structure .upload-container .upload-area,
.upload-container .upload-area button.browse,
.upload-container .upload-area .controls button { width:auto; }
div.linkModal .upload-container .pattern-relateditems-container,
.upload-container .pattern-relateditems-container > * {
    display:block;
    margin:0;
    width:auto!important;
}
.col-md-3.info { float:right; }
.dz-size { display: inline-block; }
.dz-details { padding:0 2px; }
.previews .row { margin:0; }
.col-md-1.action,
.col-md-8.title,
.col-md-3.info { padding:0; }
.upload-container .upload-queue .previews .info img { margin-top:0; }
div.linkModal div.linkTypes input {
    border:1px solid #7DB238;
    border-radius:0;
    box-sizing:border-box;
    margin:5px 0 9px;
    padding:5px;
}
#content .field input[type="text"]:focus { border-color:#7DB238; }
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary,
.plone-btn-primary:hover,
.plone-btn-primary:focus,
.plone-btn-primary.focus,
.plone-btn:hover,
.plone-btn:focus,
.plone-btn.focus {
    background-color:#fff;
    border-color:#7DB238;
    color:#7DB238;
}
#content .select2-container-multi .select2-choices .select2-search-choice,
.select2-container-multi .select2-choices .select2-search-choice {
    background:#fff;
    border-radius:0;
}
.pattern-relateditems-result .pattern-relateditems-buttons a { text-decoration:none; }
.picker__day--infocus:hover,
.picker__day--outfocus:hover,
.picker__button--today:hover,
.picker__button--clear:hover,
.picker__nav--prev:hover,
.picker__nav--next:hover,
.picker__day--highlighted,
.picker__list-item:hover { background-color:#BED99B; }
.picker__day--selected,
.picker__day--selected:hover,
.picker__select--month,
.picker__select--year,
.picker__select--month:focus,
.picker__select--year:focus,
.picker__list-item:hover,
.picker__list-item--selected,
.picker__list-item--selected:hover,
#content .field textarea:focus,
.form-control:focus { border-color:#7DB238; }
.picker__nav--prev::before,
.picker__nav--next::before {
    border:0;
    height:15px;
    width:15px;
}
.picker__list-item--highlighted:hover,
.picker--focused .picker__list-item--highlighted,
.picker__day--highlighted:hover,
.picker--focused .picker__day--highlighted { background-color:#7DB238; }
.picker__day--today { color:#7DB238; }
.picker__nav--prev::before { background-image:url(../images/left.png); }
.picker__nav--prev:hover::before { background-image:url(../images/leftw.png); }
.picker__nav--next::before { background-image:url(../images/right.png); }
.picker__nav--next:hover::before { background-image:url(../images/rightw.png); }

/* Collapsible Section */
dl.collapsible {
    border:0;
    margin:0 0 3em;
}
dl.expandedInlineCollapsible dt.collapsibleHeader,
dl.expandedBlockCollapsible dt.collapsibleHeader {
    background-image:url(../images/down.png);
}
dl.collapsedInlineCollapsible dt.collapsibleHeader,
dl.collapsedBlockCollapsible dt.collapsibleHeader { background-image:url(../images/up.png); }
dl.collapsible dt.collapsibleHeader {
    color:#7DB238;
    font-size:16px;
    margin:0;
    top:auto;
}
dl.collapsible dd.collapsibleContent { padding:1em 2em; }
dl.collapsedBlockCollapsible { height:auto; }


/* Make page always 100% height */
html { height:100%; }
body, #visual-portal-wrapper {
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: -moz-flex;
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height:100%;
}
.fullwidth {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.fullwidth.columns {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    margin-bottom:2em;
}


/**/ /* Top Green Bar */ /**/
.fullwidth.menu { background-color:#7DB238; }
/* Logo */
#portal-logo {
    float:left;
    margin: 11px 0 8px;
}
/* Main menu */
#portal-globalnav {
    background:none;
    display:inline;
    float:right;
    font-size:100%;
    margin-top:19px;
}
#portal-globalnav li a {
    background:none;
    border:0;
    color:#fff;
    font-size:14px;
    margin:0.75em 0;
    min-width:0;
    padding:0 10px;
    text-decoration:none;
    text-transform:uppercase;
}
#portal-globalnav li a:hover,
#portal-globalnav .selected a,
#portal-globalnav .selected a:hover {
    background:none;
    color:#fff;
    font-weight:700;
    text-decoration:underline;
}
#portal-globalnav li a:hover { font-weight:300; }
.icon-bar {
    transition: all 0.5s ease 0s;
} 
#portal-header .icon-bar {
    margin-bottom:5px;
    width:30px;
}
#toggle.expanded .icon-bar:first-child { transform:rotate(45deg); }
#portal-header #toggle.expanded .icon-bar:first-child { margin-top:8px; }
.submenu #toggle.expanded .icon-bar:first-child { margin-top:6px; }
#toggle.expanded .icon-bar:nth-child(2) { background:none; }
#toggle.expanded .icon-bar:last-child { transform:rotate(-45deg); }
#portal-header #toggle.expanded .icon-bar:last-child { margin-top:-16px; }
.submenu #toggle.expanded .icon-bar:last-child { margin-top:-12px; }

.mobileButtons { display:none; margin:0; }


/* Searchbox */
#portal-header #portal-searchbox {
    border: 1px solid #fff;
    clear:none;
    float:right;
    font-size:100%;
    margin:28px 0 1.2em 2.125%;
}
#searchGadget {
    background:none;
    border:0;
    color:#fff!important;
    padding:2px;
    width:6em;
}
#portal-searchbox .searchButton {
    background:transparent url(../images/search.png) top left no-repeat;
    border:0;
    display:inline-block;
    font-size:0;
    height:15px;
    margin: 4px 4px 0 0;
    vertical-align: top;
    width:15px;
}


/**/ /* Background Image */ /**/
.fullwidth.image {
    background:url(../images/bg-images/rebar-1920.jpg) top center no-repeat;
    height:215px;
    position:relative;
}
.section-front-page .fullwidth.image {
    background-image:url(../images/bg-images/home-1920.jpg);
    height:392px;
    overflow:hidden;
}
.section-services .fullwidth.image {
    background-image:url(../images/bg-images/services-1920.jpg);
}
.section-contact .fullwidth.image {
    background-image:url(../images/bg-images/contact-1920.jpg);
}
.template-search .fullwidth.image { background-image:url(../images/bg-images/scaffolding-1920.jpg); }
.template-useractions .fullwidth.image,
.template-personal-preferences .fullwidth.image,
.template-personal-information .fullwidth.image,
.template-dashboard .fullwidth.image {
    background-image:url(../images/bg-images/worksite-1920.jpg);
}
.section-project-area[class*='overview'] .fullwidth.image {
    background-image:url(../images/bg-images/concrete-1920.jpg);
}
.section-project-area[class*='activities'] .fullwidth.image {
    background-image:url(../images/bg-images/pipes-1920.jpg);
}
.section-project-area[class*='photos'] .fullwidth.image {
    background-image:url(../images/bg-images/surveyor-1920.jpg);
}
.section-project-area[class*='incidents'] .fullwidth.image {
    background-image:url(../images/bg-images/timber-1920.jpg);
}
.section-project-area[class*='reports'] .fullwidth.image {
    background-image:url(../images/bg-images/arch-1920.jpg);
}
.slogan {
    clear:both;
    position:relative;
    height:393px;
    z-index:1;
}
.slogan img {
    bottom:0;
    max-width:none;
    position:absolute;
    right:-450px;
}

/* Slider */
#slider-wrapper {
    display:none;
    left:50%;
    margin-left:-960px;
    position:absolute;
    top:0;
    z-index:0;
}
.section-front-page #slider-wrapper { display:block; }
#slider-panes { max-width:none; width:1920px!important; }


/**/ /* Submenu and Personaltools/Edit/Etc */ /**/
.fullwidth.submenu {
    background-color:#7DB238;
    top:251px;
    position:absolute;
}
.section-front-page .fullwidth.submenu {
    position:relative;
    top:auto;
}
.fullwidth.submenu a:link,
.fullwidth.submenu a:visited {
    color:#fff;
    text-decoration:none;
    text-transform:uppercase;
}
.submenu ul.navTree {
    clear:none;
    float:left;
    margin:0;
    width:auto;
}
.submenu ul.navTreeLevel1 { display:none; }
.submenu ul.navTree li {
    border:0;
    display:inline-block;
    margin:0 0.25em 0 0;
    padding:0;
}
.submenu ul.navTree li a,
.submenu ul.navTree .navTreeCurrentItem {
    border:0;
    color:#fff!important;
    display:inline-block;
    line-height:25px;
    margin:0;
    padding:1px 15px!important;
}
.submenu ul.navTree .navTreeCurrentItem {
    font-weight:700;
    text-decoration:underline;
}
.submenu ul.navTree li a:hover { text-decoration:underline; }
.submenu #edit-wrapper,
.submenu .pagewidth > a,
#portal-personaltools-wrapper { float:right; line-height:15px; }
#portal-personaltools {
    background:none;
    float:none;
    font-size:100%;
    padding:6px;
}
#portal-personaltools #anon-personalbar a { float:none; }
#portal-personaltools dt.actionMenuHeader a,
#portal-personaltools #anon-personalbar a#personaltools-login {
    background:transparent url(../images/account.png) top right no-repeat;
    line-height:15px;
    padding-right:20px;
}
#portal-personaltools dt.actionMenuHeader a::after { content:''; }
#portal-personaltools dd,
.submenu .actionMenu dd {
    background:#7DB238;
    padding:0;
    top:100%;
    z-index:2;
}
#portal-personaltools dd a,
.submenu .actionMenu dd a {
    border:1px solid;
    border-color:#fff #7db238;
    line-height:2em;
    padding:0 0.75em;
}
#portal-personaltools dd a:hover,
.submenu .actionMenu dd a:hover {
    background:#fff;
    border-color:#7db238;
    color:#7DB238;
}
.submenu #plone-contentmenu-factories dt,
.submenu #edit-wrapper > dl,
.submenu #edit-wrapper > a,
.submenu .pagewidth > a {
    display:block;
    padding:6px;
}
.submenu #edit-menu dt a {
    background:transparent url(../images/edit.png) top right no-repeat;
    line-height:15px;
    padding-right:20px;
}
.submenu #plone-contentmenu-factories dt a,
.submenu .pagewidth > a[class*="contenttype-"]{
    background:transparent url(../images/add.png) right center no-repeat;
    line-height:15px;
    padding-right:20px;
}
.submenu .pagewidth > a {
    background:transparent url(../images/view.png) right 5px no-repeat;
    line-height:15px;
    padding-right:20px;
}
.submenu #edit-wrapper #plone-contentmenu-workflow dt a:after {
    content: "▼";
    display: inline-block;
}
.noMenuAction {
    color:#fff;
    text-transform:uppercase;
}
.submenu .pagewidth #toggle {
    background:none;
    margin:0 2.125%;
    padding:0;
}
#edit-menu .state-private {
    background-color: #ff0000;
    border: 0.1em solid #ff0000;
    border-radius: 0.5em;
    color: #ffffff !important;
    padding: 0 0.5em;
}
.listing td span.state-private {
    color:#ff0000;
    text-transform:capitalize;
}
#edit-menu .state-visible {
    background-color: #74ae0b;
    border: 0.1em solid #74ae0b;
    border-radius: 0.5em;
    color: #ffffff !important;
    padding: 0 0.5em;
}
.listing td span.state-visible {
    color:#74ae0b;
    text-transform:capitalize;
}
#edit-menu .state-published {
    background-color: #436976;
    border: 0.1em solid #436976;
    border-radius: 0.5em;
    color: #ffffff !important;
    padding: 0 0.5em;
}
.listing td span.state-published {
    color:#436976;
    text-transform:capitalize;
}
#edit-menu .state-pending {
    background-color: #ffa500;
    border: 0.1em solid #ffa500;
    border-radius: 0.5em;
    color: #ffffff !important;
    padding: 0 0.5em;
}
.listing td span.state-pending {
    color:#ffa500;
    text-transform:capitalize;
}
#edit-wrapper .state-submitted {
    background-color: #387db2;
    border: 0.1em solid #387db2;
    border-radius: 0.5em;
    color: #ffffff !important;
    padding: 0 0.5em;
}
.listing td span.state-submitted {
    color:#387db2;
    text-transform:capitalize;
}
#edit-wrapper .state-accepted {
    background-color: #40b238;
    border: 0.1em solid #40b238;
    border-radius: 0.5em;
    color: #ffffff !important;
    padding: 0 0.5em;
}
.listing td span.state-accepted {
    color:#40b238;
    text-transform:capitalize;
}
#edit-wrapper .state-rejected {
    background-color: #bb3333;
    border: 0.1em solid #bb3333;
    border-radius: 0.5em;
    color: #ffffff !important;
    padding: 0 0.5em;
}
.listing td span.state-rejected {
    color:#bb3333;
    text-transform:capitalize;
}
#edit-wrapper .state-completed {
    background-color: #777;
    border: 0.1em solid #777;
    border-radius: 0.5em;
    color: #ffffff !important;
    padding: 0 0.5em;
}
.listing td span.state-completed {
    color:#777;
    text-transform:capitalize;
}
.userrole-reader #plone-contentmenu-workflow .actionSeparator { display:none; }


/**/ /* Page Area */ /**/
#portal-columns { padding-top:2%; }
#portal-breadcrumbs { font-size:10px; text-transform:uppercase; }
#portal-breadcrumbs a { color:#6D6E71; text-decoration:none; }
#content { margin:1em 0; }
#content-core { position:relative; }
#content-core dd { margin:0; }
div.managePortletsLink,
a.managePortletsFallback,
dl.portlet,
div.listingBar,
div.overlay,
.row #commenting,
.row #commenting legend,
.comment,
.row .discussion legend,
#content legend,
#content { font-size:100%; }
#content .documentDescription,
#content #description { color:#58595b; }
span.grey { color:#6d6e71!important; }
#content #plone-document-byline {
    background-color:#E6E7E8;
    color:#58595B;
    font-size:100%;
    margin-bottom:0.5em;
    padding:3px 5px;
}
table.listing {
    border:0;
    width:100%;
}
table.listing th { text-transform:capitalize; }
table.listing td { border:0; }
fieldset#folder-listing {
    background-color:#E6E7E8;
    padding-top:0.8em;
}
fieldset#folder-listing > * { clear:both; }
fieldset#folder-listing legend { float:left; }
fieldset#folder-listing dl { margin:0.5em 0 0; }
.section-project-area #content a:link,
.section-project-area dl.portlet a:link,
.section-project-area #content a:visited,
.section-project-area dl.portlet a:visited { color:#7DB238!important; }
#content table.listing td a { text-decoration:none; }

/* Editor */
#content .ploneSkin .mceIframeContainer ,
#content .ploneSkin table.mceLayout tr.mceLast { border:1px solid #7DB238; }
#content .ploneSkin table.mceLayout td.mceStatusbar { border:none; }
#content #text_style_text_text,
#content .ploneSkin table.mceListBox .mceText {
    border-color:#7DB238!important;
    text-decoration:none;
}
#content #text_style_text_open,
#content .ploneSkin table.mceListBox .mceOpen {
    background:#fff url(../images/down.png) center 3px no-repeat;
    border-color:#7DB238!important;
    border-left:0!important;
    width:22px;
}

/* Comments */
.commentBody {
    border-color:#6D6E71;
    border-radius:0;
    box-shadow:none;
}
.discussion .state-published { color:#58595b!important; }
#content fieldset,
.row #commenting fieldset,
.row .discussion fieldset {
    border:0;
    box-sizing:border-box;
    width:100%;
}
#commenting { margin-top:5px; }
#commenting { background-color:#F1F8E9; }
.row #commenting textarea,
.row .discussion textarea { font-family:inherit; }
.defaultuserimg { height:32px; }

/* Home page */
.section-front-page #portal-column-content { padding-bottom:10%; }
.section-front-page.template-document_view #content-core { text-align:center; }
.section-front-page h2 { font-size:24px; }
.section-front-page #content-core p { padding:0 5%; }
.section-front-page #viewlet-below-content .portletWrapper { margin-bottom:3px; }
.section-front-page #viewlet-below-content .portletStaticText {
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: -moz-flex;
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-box-align:center;
    -moz-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align: center;
    align-items:center;
}
.section-front-page #portlets-below p:first-child { margin-right: 10%; }

/* Dashboard */
#dashboard { font-size:100%; }
.template-manage-dashboard .contentActions,
.template-dashboard .contentActions { display:none; }

/* Services */
.section-services.template-document_view #content {
    background:url(../images/services.png) right top no-repeat;
    border-bottom:1px solid #7DB238;
    margin-bottom:2.5em;
    min-height:200px;
}
.section-services #content h2 {
    font-weight:normal;
    max-width:57%;
}
.section-services #content #plone-document-byline { background-color:rgba(230,230,230,0.3); }

/* Contact */
.section-contact.portaltype-formfolder #content {
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: -moz-flex;
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
.section-contact.portaltype-formfolder #content > * { width:100%; }
.section-contact.portaltype-formfolder #content .documentFirstHeading {
    -webkit-order:1;
    -ms-flex-order:1;
    order:1;
}
.section-contact.portaltype-formfolder #content .formid-enquire-today {
    float:left;
    -webkit-order:3;
    -ms-flex-order:3;
    order:3;
    width:65.5%;
}
.section-contact.portaltype-formfolder #content div[id*='parent-fieldname-formEpilogue'] {
    box-sizing:border-box;
    float:right;
    margin-left:2%;
    margin-top:-4em;
    -webkit-order:4;
    -ms-flex-order:4;
    order:4;    padding:1em;
    width:32.5%;
}
.section-contact.portaltype-formfolder #content div[id*='parent-fieldname-formEpilogue'] h2 { font-size:24px; }
.section-contact.portaltype-formfolder #content div[id*='parent-fieldname-formEpilogue'] h3 { color:#7db238; }
.section-contact.portaltype-formfolder #viewlet-below-content { clear:both; }
.section-contact.portaltype-formfolder #kml-content-viewlet {
    -webkit-order:99;
    -ms-flex-order:99;
    order:99;
}
#OpenLayers_Control_Zoom_6 a:link { text-decoration:none; }
.olControlLayerSwitcher .maximizeDiv,
.olControlLayerSwitcher .layersDiv,
div.olControlZoom a {
    background:#7db238;
    border-radius:0;
    height:auto;
    padding:1px 3px;
    width:auto;
}
div.olControlZoom a:hover { background:#fff; }
.olControlLayerSwitcher {
    font-family:Roboto, Arial, sans-serif;
    font-size:11px;
    font-weight:normal;
}
.olControlLayerSwitcher .maximizeDiv::after { margin-left:4px; }
.dataLbl:nth-child(3),
.dataLayersDiv { display:none; }
.baseLayersDiv { margin-bottom:3px; }

/* Pagination */
div.listingBar {
    color:#7db238;
    text-align:center;
}

div.listingBar .next,
div.listingBar .previous {
    background:none;
    border:0;
    font-size:0;
    margin:0;
    padding:0;
}
div.listingBar .previous { float:left; } 
#content div.listingBar a:link,
#content div.listingBar a:visited {
    border:1px solid #7DB238!important;
    padding:0.25em 0.7em;
    text-decoration:none;
}
#content div.listingBar a:hover {
    background:#7DB238;
    color:#fff!important;
}
#content div.listingBar .next a:link,
#content div.listingBar .previous a:link {
    background-position:center;
    background-repeat:no-repeat;
    height:25px;
    padding:0;
    width:25px;
}
.listingBar .previous a { background-image:url(../images/left.png); }
#content .listingBar .previous a:hover { background-image:url(../images/leftw.png); }
.listingBar .next a { background-image:url(../images/right.png); }
#content .listingBar .next a:hover { background-image:url(../images/rightw.png); }

/* Custom views */
.template-folder_summary_view #content h2 a,
.template-summary_view #content h2 a,
.template-folder_firstexpand_view #content h2 a,
.template-folder_subcount_view #content h2 a,
.template-folder_no_count_view #content h2 a { text-decoration:none; }
.template-folder_summary_view .tileItem,
.template-summary_view .tileItem,
.template-folder_folder_summary_view .tileItem,
.template-folder_summary_view .tileItem,
.template-folder_firstexpand_view .tileItem,
.template-folder_firstexpand_view .first,
.template-folder_subcount_view .tileItem,
.template-folder_no_count_view .tileItem {
    padding:1em;
    position:relative;
}
.template-folder_summary_view .tileItem:nth-child(2n),
.template-summary_view .tileItem:nth-child(2n),
.template-folder_firstexpand_view .tileItem:nth-child(2n),
.template-folder_subcount_view .tileItem:nth-child(2n-1),
.template-folder_no_count_view .tileItem:nth-child(2n-1) { background-color:#E6E7E8; }
.template-folder_subcount_view .folderDetails {
    float: left;
    margin-right:1em;
}
.template-folder_subcount_view .tileBody,
.template-folder_no_count_view .tileBody { font-style:italic; }
.subfolders { float:right; }
.subfolder {
    display:inline-block;
    margin-right:10px;
    text-align:center;
}
.subfolder:last-child { margin:0; }
#content .subfolder a:link,
#content .subfolder a:visited {
    border:2px solid #7DB238!important;
    border-radius:32px;
    display:block;
    font-weight:bold;
    height:48px;
    padding-top:12px;
    text-decoration:none;
    text-transform:uppercase;
    width:60px;
}
.subfolder span { display:block; }
.subfolder span:first-child {
    font-size:21px;
    line-height:1em;
}
.subfolder span:last-child { font-size:8px; }


#content .first #plone-document-byline { background:none; }
.template-folder_firstexpand_view .plone-document-byline { margin-bottom:0.5em; }
.first .more { display:none; }
.template-folder_firstexpand_view #content .tileFooter { margin-bottom:0; }
#form-widgets-site_instructions .selected-option {
    background-position:right center;
    background-repeat:no-repeat;
    display:inline-block;
    font-size:0;
    height:15px;
    padding-right:20px;
    position:absolute;
    right:12px;
    top:18px;
}
#form-widgets-site_instructions .selected-option.no {
    background-image:url(../images/no.png);
}
#form-widgets-site_instructions .selected-option.yes {
    background-image:url(../images/yes.png);
}
#form-widgets-site_instructions .selected-option::before {
    color: #7DB238;
    display: block;
    font-size: 12px;
    font-weight: bold;
}
#form-widgets-site_instructions .selected-option:before { content: "Site Instructions"; }

/* Photo Gallery */
#content-core .gallery {
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: -moz-flex;
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-box-pack:justify;
    -moz-box-pack:justify;
    -webkit-justify-content:space-between;
    -moz-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;

    border-bottom:1px solid #7DB238;
    margin-bottom:2em;
    padding-bottom:2em;
}
.photoAlbumEntry {
    background-image:none;
    height:140px;
    margin:auto;
    padding:0;
    width:auto;
}
#content .photoAlbumEntry a {
    height:auto;
    text-decoration:none;
    width:97px;
}
.photoAlbumEntryWrapper {
    display:inline-block;
    height:72px;
    overflow:hidden;
    width:72px;
}
.photoAlbumEntry img {
    border:0;
    max-height:none;
    max-width:none;
    min-height:100%;
    width:auto;
}
.photoAlbumEntryTitle {
    color:#7DB238;
    font-weight:bold;
    height:auto;
    margin-top:2px;
    width:auto;
    word-break:break-all;
}
.ppt { font-weight:700; }
.pp_top,
.pp_bottom { display:none; }
div.pp_default .pp_content_container .pp_left,
div.pp_default .pp_content_container .pp_right { background:none; }
.pp_content { padding:10px; }
div.pp_default .pp_expand,
div.pp_default .pp_expand:hover {
    background:#fff url(../images/enlarge.png) center center no-repeat;
    background-size:80% 80%;
    border-radius:5px;
    height:32px;
    right:17px;
    top:17px;
    width:32px;
}
div.pp_default .pp_expand:hover {
    background-size:auto auto;
}
div.pp_default .pp_contract,
div.pp_default .pp_contract:hover {
    background:#fff url(../images/reduce.png) center center no-repeat;
    background-size:auto auto;
    border-radius:5px;
    height:32px;
    right:17px;
    top:17px;
    width:32px;
}
div.pp_default .pp_contract:hover {
    background-size:80% 80%;
}
div.pp_default .pp_nav .currentTextHolder {
    font-family:inherit;
    font-style:normal;
    line-height:30px;
}
div.pp_default a.pp_arrow_previous {
    background: url(../images/left.png) center center no-repeat;
    margin-top:7px;
}
div.pp_default a.pp_arrow_next {
    background: url(../images/right.png) center center no-repeat;
    margin-top:7px;
}
div.pp_default .pp_close {
    background: url(../images/close.png) center center no-repeat;
    height:30px;
    margin:5px 5px 0 0;
    width:30px;
}
.template-collection_thumbnail_view #content-core dl { text-align:center; }
.template-collection_thumbnail_view #content-core dl dt {
    border-right:2px solid #58595b;
    display:inline-block;
    line-height:1em;
    padding:0 5px 0 2px;
}
.template-collection_thumbnail_view #content-core dl dt:last-child { border:0; }

/* Categories/Tags */

#category a.link-category,
span.selectedTag {
    border-radius:0;
    background-color:#E6E7E8;
    color:#58595b;
}
#category a.link-category:hover { background-color:#7DB238; }

/* Make editing collections fit better */

.template-atct_edit.portaltype-collection #portal-column-content,
.template-edit.portaltype-collection #portal-column-content { width:100%; }
.template-atct_edit.portaltype-collection #portal-column-two,
.template-edit.portaltype-collection #portal-column-two { display:none; }
.querywidget {
    width:auto;
}
/* Edit Bar (needed for things in Site Setup) */
#edit-bar {
    background-color:#7db238;
    border:0;
    border-radius:0;
    font-size:100%;
    margin:0;
    min-height:0;
}
#content-views {
    background-color:#7db238;
    float:none;
    margin:3px;
}
#content-views a,
#content li.formTab a,
#content-core li.formTab a {
    border-radius:0!important;
    line-height:1.8em;
}

/**/ /* Portlets */ /**/

div.portletAssignments div.portletHeader { background-color:#E6E7E8; }
div.managePortletsLink,
a.managePortletsFallback {
    background-color:#E6E7E8;
    border-radius:0;
}

dl.portlet dt {
    background:none;
    color:#7DB238;
    font-size:24px;
    padding:12px;
}
dl.portletCalendar dt { font-size:20px; }
.ploneCalendar .todaynoevent { border-color:#7DB238; }
#dashboard dl.portlet dt,
#dashboard dl.portlet dd { padding:12px 0; }
dl.portlet dt a:link,
dl.portlet dt a:visited,
dl.portlet dt a:hover {
    color:#7DB238;
    text-decoration:none;
}
dt.portletHeader h2 { font-size:24px; }

/* Search Portlet */

.portletSearch { background-color:#F1F8E9; }
#dashboard dl.portletSearch dt { padding:12px; }
#dashboard dl.portletSearch dt a { text-decoration:none; }
#dashboard dl.portletSearch dd { padding:0 0 12px 12px; }
#content dl.portletSearch input.searchField { margin-bottom:0; }
.portletSearch .searchField { max-width:59%; }

/* Home page below content portlets */
.section-front-page #viewlet-below-content #portlets-below .cell {
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: -moz-flex;
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.section-front-page #viewlet-below-content #portlets-below .portletWrapper { width:33%; }

/* Services below content portlets */
.section-services #viewlet-below-content #portlets-below div.portletStaticText { padding:0; }

/* Detailed Recent Portlet */
dl.portletDetailedRecent dd.portletItem,
dl.portletDetailedRecent dd.portletFooter { padding:0.5em 1em; }
.portlet.portletDetailedRecent a:link,
#content .portlet.portletDetailedRecent a:link,
.portlet.portletProjectOverview a:link,
#content .portlet.portletProjectOverview a:link {
    color:#7db238!important;
    display:block;
    line-height:1.5em;
    text-decoration:none;
}
.portlet.portletDetailedRecent .portletItem { margin-top:0; }
.parent-title,
dl.portlet.portletProjectOverview a:link.folder_heading,
#content dl.portlet.portletProjectOverview a:visited.folder_heading,
#content dl.portlet.portletProjectOverview a:link.folder_heading,
dl.portlet.portletProjectOverview a:visited.folder_heading,
.portlet.portletDetailedRecent .portletFooter a:link,
.portlet.portletDetailedRecent .portletFooter a:visited {
    background-color:#7db238;
    color:#fff!important;
    display:block;
    font-weight:700;
    margin-bottom:5px;
    padding:2px 5px;
}
.addedit {
    font-weight:700;
    text-transform:uppercase;
}
.recent_date { text-transform:uppercase; }
.recent_image {
    height:auto;
    max-height:50px;
    max-width:50px;
    width:auto;
}
.portletDetailedRecent .portletItemDetails {
    color:#58595b;
    font-size:100%;
    margin:0;
    padding:0;
}
.portletItemDetails div.field { margin: 0; }
.portletItemDetails div.field > * { vertical-align: middle; }
.portletItemDetails div.fieldErrorBox { display:none; }
dl.portlet .portletItemDetails .field p,
dl.portlet .portletItemDetails .field div {
    display:inline-block;
    margin:0;
}
.portletDetailedRecent .visualClear { display:block; }

/* Project Records Portlet */

.last_entry, .types {
    display:block;
    margin:0 5px;
}

dl.portlet.portletProjectOverview a.last_entry:link,
dl.portlet.portletProjectOverview a.last_entry:visited,
.types {
    color:#58595b!important;
    font-style:italic;
}
dl.portlet.portletProjectOverview a.last_entry .label,
dl.portlet.portletProjectOverview a.last_entry .title,
.types .type_count {
    color: #7db238;
    font-style:normal;
    font-weight:700;
}
.type_separator {
    display:inline-block;
    font-style:normal;
    margin:0 2px;
}
.thumbnails, .types { margin-top:5px; }
.recent_thumb {
    display:block;
    float:left;
    height: 35px;
    margin-right: 1%;
    max-width: 19.2%;
    overflow:hidden;
    vertical-align: top;
    width: auto;
}
.recent_thumb:last-of-type { margin:0; }
.recent_thumb img {
    max-height:none;
    max-width:none;
}

/**/ /* Footer */ /**/
.fullwidth.footer {
    background-image:url(../images/bg-images/footer-1920.jpg);
    height:73px;
    padding-top:3px;
}
#portal-footnav {
    float:right;
    margin:10px 0;
}
#portal-footnav a {
    color:#fff;
    display:inline-block;
    font-size:10px;
    font-weight:700;
    margin:0 0 0 10px;
    text-decoration:none;
    text-transform:uppercase;
}
#copyright,
#copyright strong { color:#fff; }
div.portlet-static-site-credits {
    color:#BDC0C5;
    padding:0;
    text-align:center;
}

@media only screen and (min-width: 1921px){
    .fullwidth.image { background-size:cover; }
    .section-front-page #slider-wrapper { display:none; }
}

@media only screen and (max-width: 1200px){
    dl.actionMenu.activated dd { right:0; }
}

@media only screen and (max-width: 980px){
    #LSResult {
        left:auto;
        max-width:100%;
    }
    .fullwidth.image {
        background:url(../images/bg-images/rebar-980.jpg) top center no-repeat;
        height:154px;
    }
    .section-front-page .fullwidth.image {
        background-image:url(../images/bg-images/home-980.jpg);
        height:242px;
    }
    .slogan { height:243px; }
    .fullwidth.submenu { top:193px; }
    .section-services .fullwidth.image {
        background-image:url(../images/bg-images/services-980.jpg);
    }
    .section-contact .fullwidth.image {
        background-image:url(../images/bg-images/contact-980.jpg);
    }
    .template-search .fullwidth.image { background-image:url(../images/bg-images/scaffolding-980.jpg); }
    .template-useractions .fullwidth.image,
    .template-personal-preferences .fullwidth.image,
    .template-personal-information .fullwidth.image,
    .template-dashboard .fullwidth.image {
        background-image:url(../images/bg-images/worksite-980.jpg);
    }
    .section-project-area[class*='overview'] .fullwidth.image {
        background-image:url(../images/bg-images/concrete-980.jpg);
    }
    .section-project-area[class*='activities'] .fullwidth.image {
        background-image:url(../images/bg-images/pipes-980.jpg);
    }
    .section-project-area[class*='photos'] .fullwidth.image {
        background-image:url(../images/bg-images/surveyor-980.jpg);
    }
    .section-project-area[class*='incidents'] .fullwidth.image {
        background-image:url(../images/bg-images/timber-980.jpg);
    }
    .section-project-area[class*='reports'] .fullwidth.image {
        background-image:url(../images/bg-images/arch-980.jpg);
    }
    .fullwidth.footer {
        background-image:url(../images/bg-images/footer-980.jpg);
        height:70px;
    }
    #slider-wrapper { margin-left:-490px; }
    #slider-panes { width:980px!important; }
    .btn-search { margin-top:27px; }
    #toggle.btn-navbar { margin:25px 0 11px 20px; }
    .submenu ul.navTree,
    #portal-globalnav {
        background:#7DB238;
        clear:both;
        display:none;
        margin:0;
        padding:0;
        right:-2%;
        top:auto;
    }
    #portal-globalnav li a { margin:0.5em 0; }
    #portal-header .hiddenStructure:nth-child(6) { clear:both; }
    .btn-search {
        background:transparent url(../images/mobilesearch.png) center center no-repeat;
        cursor:pointer;
        display:block;
        float:right;
        height:25px;
        margin-right:5px;
        width:25px;
    }
    #portal-header #portal-searchbox {
        display:none;
        left:0;
        margin-bottom:0;
        margin-top:21px;
        position:absolute;
        right:56px;
    }
    .LSBox { padding-left:42px; }
    #searchGadget {
        font-size:2em;
        margin-left:-42px;
        width:100%;
    }
    #portal-searchbox .searchButton {
        background-image:url(../images/mobilesearch.png);
        height:25px;
        margin:4px;
        width:25px;
    }
    .submenu .pagewidth #toggle {
        float:left;
        line-height:0;
        padding:6px;
    }
    .submenu ul.navTree {
        left:0;
        right:auto;
        top:100%;
    }
    .submenu ul.navTree li { display:list-item; }
}

@media only screen and (max-width: 767px){
    .fc .dropdown-menu {
        left:auto;
        right:0;
    }
    .section-services.template-document_view #content {
        background:none;
        min-height:0;
        padding-bottom:2.5em;
    }
    .section-services #content h2 { max-width:100%; }
    .section-services #viewlet-below-content #portlets-below .cell {
        clear:left;
        margin-left:-98.875%;
        width:97.75%;
    }
    #dashboard-portlets1,
    #dashboard-portlets2,
    #dashboard-portlets3,
    #dashboard-portlets4 { width:48%; }
    #dashboard-portlets2 { padding-right:0; }
}
@media only screen and (max-width: 650px){
    .slogan { display:none; }
    .section-front-page #viewlet-below-content #portlets-below .portletWrapper { width:50%; }
    .section-contact #content .formid-enquire-today,
    .section-contact #content div[id*="parent-fieldname-formEpilogue"] { width:100%; }
    .section-contact #content div[id*="parent-fieldname-formEpilogue"] { margin:0; }
}

@media only screen and (max-width: 600px){
    #fieldset-openid-login label,
    #login-form label { width:6em; }
    #portal-footer-wrapper { padding-top:0.5%; }
    #copyright { margin:7px 0; }
    #portal-footnav {
        float:none;
        margin:7px 0;
        text-align:center;
    }
    div.portlet-static-site-credits { font-size:11px; }
}

@media only screen and (max-width: 480px){
    #portal-logo img {
        height:auto;
        width:185px;
    }
    #portal-header #portal-searchbox { margin-top:14px; }
    .btn-search { margin-top:20px; }
    #toggle.btn-navbar { margin:20px 0 5px 20px; }
    .fullwidth.image {
        background:url(../images/bg-images/rebar-480.jpg) top center no-repeat;
        height:75px;
    }
    .section-front-page .fullwidth.image {
        background-image:url(../images/bg-images/home-480.jpg);
        height:119px;
    }
    .fullwidth.submenu {
        position:relative;
        top:auto;
    }
    .section-services .fullwidth.image {
        background-image:url(../images/bg-images/services-480.jpg);
    }
    .section-contact .fullwidth.image {
        background-image:url(../images/bg-images/contact-480.jpg);
    }
    .template-search .fullwidth.image { background-image:url(../images/bg-images/scaffolding-480.jpg); }
    .template-useractions .fullwidth.image,
    .template-personal-preferences .fullwidth.image,
    .template-personal-information .fullwidth.image,
    .template-dashboard .fullwidth.image {
        background-image:url(../images/bg-images/worksite-480.jpg);
    }
    .section-project-area[class*='overview'] .fullwidth.image {
        background-image:url(../images/bg-images/concrete-480.jpg);
    }
    .section-project-area[class*='activities'] .fullwidth.image {
        background-image:url(../images/bg-images/pipes-480.jpg);
    }
    .section-project-area[class*='photos'] .fullwidth.image {
        background-image:url(../images/bg-images/surveyor-480.jpg);
    }
    .section-project-area[class*='incidents'] .fullwidth.image {
        background-image:url(../images/bg-images/timber-480.jpg);
    }
    .section-project-area[class*='reports'] .fullwidth.image {
        background-image:url(../images/bg-images/arch-480.jpg);
    }
    #slider-wrapper { margin-left:-240px; }
    #slider-panes { width:480px!important; }
    .section-front-page #viewlet-below-content #portlets-below .portletWrapper {
        max-width:300px;
        width:100%;
    }
    .template-folder_subcount_view .folderDetails { float:none; }
    .subfolders {
        display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
        display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
        display: -ms-flexbox;      /* TWEENER - IE 10 */
        display: -webkit-flex;     /* NEW - Chrome */
        display: -moz-flex;
        display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
        -webkit-flex-wrap:wrap;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;

        float:none;
        margin-top:1em;
    }
    .subfolder { margin:0; }
    #form-widgets-site_instructions .selected-option { top:auto; }
    .first .headline { margin-bottom:1em; }
    .first #form-widgets-site_instructions .selected-option { top:42px; }
    .fullwidth.footer {
        background-image:url(../images/bg-images/footer-480.jpg);
        height:70px;
    }
    hr.green { display:block; }
    #dashboard-portlets1,
    #dashboard-portlets2,
    #dashboard-portlets3,
    #dashboard-portlets4 {
        padding-right:0;
        width:100%;
    }
}
@media only screen and (max-width: 325px){
    #copyright { margin:5px 0; }
    #portal-footnav { margin:5px 0; }
    div.portlet-static-site-credits { font-size:10px; }
}
