  /*
Theme Name: red_underscores
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: red_underscores
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

red_underscores is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
    ## Project Login
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: 'Montserrat', sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
	-webkit-font-smoothing: antialiased;
}

@font-face {
    font-family: 'quickpenbold';
    src: url('/wp-content/themes/red_underscores/fonts/quickpenbold-webfont.woff2') format('woff2'),
         url('/wp-content/themes/red_underscores/fonts/quickpenbold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #444444;
	font-size: 23px;
	/*font-size: 1rem;*/
    /*font-size:1.6vmax;*/
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
    font-size:36px;
    text-transform:uppercase;
    font-weight:500;
}
@media (max-width:360px){
    h1, h2 {
        font-size:9vw;
    }
}

h3, h4, h5, h6 {
    font-size:24px;
}
.not-upper h2 {
    text-transform:none;
}

p {
	margin-bottom: 1.5em;
    font-size: 23px;
    /*font-size:1.6vmax;*/
}
.entry-content .uabb-module-content .uabb-text-editor *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6),
.entry-content span, ol {
    font-size:23px;
    /*font-size:1.6vmax;*/
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #444444;/* cb2b06 */ /* Fallback for when there is no custom background color defined. */
}
#content {
    background:#ffffff;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.entry-content #mc_embed_signup input.button,
.entry-content button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #cb2b06;
	background: #cb2b06;
    border-radius:0;
	color: #ffffff;
    text-transform:uppercase;
	font-size: 20px !important;
    /*font-size: 0.75rem;*/
    letter-spacing:.01em;
	line-height: 1;
	padding: .4em 1em;
    height:auto;
    width:auto;
    min-width:auto;
}
#mc_embed_signup input.button:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #cb2b06;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	/*border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);*/
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/* Docked Header */
#top-top {
    position:fixed;
    z-index:11;
    width:100%;
}
/* Fixes height for fixed position header */
/* #top-top + #top-top-placeholder {
	height: 125px;
} */
@media screen and (max-width: 1200px) {
	#top-top-placeholder {
		height: 0 !important;
	}
}
/* Fixes images that are cut off on certain sub pages */
/* .cut-head-fix {
	margin-top: 125px;
}
@media screen and (max-width: 1200px) {
	.cut-head-fix {
		margin-top: 0;
	}
} */
.entry-header {
    text-align:right;
    color:#cb2b06;
/*    color:#ffffff;*/
    z-index:3;
    background:#e3e3e3;
/*    background:#444444;*/
    /*overflow:hidden;*/
    /*background:#444444 url(images/bkgrd-header.png) repeat-y left center;*/
}
.entry-header .header-wrap {
/*    padding:0px 14px 0 0;*/
    padding: 10px 14px 10px 0;
    max-width:1300px;
    margin-left: auto;
    margin-right:auto;
    position:relative;
}
.entry-header h1 {
    display:inline-block;
    text-align:right;
    width:80%;
}
#logo-header {
    position:absolute;
    z-index:5;
    bottom:0px;
/*    bottom:-22px;*/
    left:70px;/*50px;*/
/*    width:174px;
    max-width:174px; */
    width: 300px;
    max-width: 300px;
}
.page-id-1060 h1.entry-title {
    color: #e3e3e3 !important;
}

/*#logo-header img {
    width:220px;
    height:150px;
} */
.home #logo-header,
.home .entry-header {
    display:none;
}
.home #logo-large img {
    max-width:628px;
    width:78vw;
    z-index:1;
    position:relative;
}

.uabb-creative-menu .menu a {
    color:#ffffff;
}
.home .uabb-creative-menu .menu > li.current-menu-item > .uabb-has-submenu-container > a {
    background-color:transparent !important;
}
.current-page-ancestor, .uabb-creative-menu .sub-menu > li.current-page-ancestor > a {
    background-color:#444444 !important;
}

main#main {
    margin-top:138px;/*140*/
}
.home main#main {
    margin-top:36px;/*38*/
}
.single-post main#main {
    margin-top:194px;
}

@media (max-width : 1200px) {
    p,
    .entry-content .uabb-module-content .uabb-text-editor *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6),
    .entry-content span, ol,
    #slideception li,
    #slideception li span {
        font-size:2vmax;
    }
    #top-top {
        position:relative;
    }
    #top-top #masthead {
        /*position:fixed;*/
        width:100%;
        z-index:11;
    }
    .entry-header .header-wrap {
        padding-top:43px;
    }
    main#main,
    .home main#main,
    .single-post main#main {
        margin-top:0px;
    }
    #logo-header {
        left:2%;/*0;*/
        bottom:2%;/*17px;*/
        width:29%;
        max-width:123px;
        z-index:12;
    }
    /*#logo-header img {
        width:110px;
        height:75px;
    } */
    .entry-header h1 {
        font-size:3vw;
        width:75%;
    }
}
@media only screen and (min-width: 1025px) {
    .fl-node-5a49627185a0c .uabb-has-submenu .uabb-has-submenu .sub-menu {
        border-left:1px solid transparent;
    }
}
@media (max-width:768px){
    .entry-header h1 {
        font-size:4vw;
        width:68%;
    }
    .home #logo-large img {
        margin-top:25px;
    }
    p,
    .entry-content .uabb-module-content .uabb-text-editor *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6),
    .entry-content span, ol,
    #slideception li,
    #slideception li span {
        font-size:2.3vmax;
    }
    p.uabb-info-list-title {  /* services page */
        font-size:1.8vmax;
    }
}
@media (max-width:600px){
    #logo-header {
        max-width:20vw;
    }
    p,
    .entry-content .uabb-module-content .uabb-text-editor *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6),
    .entry-content span, ol,
    #slideception li,
    #slideception li span {
        font-size:2.4vmax;
    }
}
@media (max-width:425px){
    #logo-header {
        max-width:24vw;
    }
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #cb2b06;
    text-decoration:underline;
}

a:visited {
	color: #cb2b06;
}

a:hover,
a:focus,
a:active {
	color: #cb2b06;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* with help from https://www.bootply.com/87870 */
.fl-callout {
    position:relative;
    min-height:150px;
}
.fl-callout-content .fl-callout-title {
    position: absolute;
	width:150px;
    height:150px;
    background-color: #dddddd;
    border-radius:50%;

}
.fl-callout-title a {
    position: absolute;
    top:43%;
    left:36%;
    min-width:180%;
    background:#666666;
    font-family:Arial;
    font-style:italic;
    font-size:26px;
    color:#ffffff;
    padding:8px 20px;
    line-height:1em;
    font-weight:normal;
    text-transform:none;
    text-decoration:none;
}
.callout-selected .fl-callout-title a,
.fl-callout-title a:hover {
    background:#cb2b06;
}
@media (min-width:769px) and (max-width:1024px){
    .fl-callout-title a {
        min-width:19vw;/*150%;*/
    }
}
@media (max-width:375px) {
    .fl-callout-title a {
        min-width:150%;
    }
}

.fl-module-heading {
    position:relative;
    min-height:150px;
}
.fl-module-heading h2.fl-heading {
    position: absolute;
	width:150px;
    height:150px;
    background-color: #dddddd;
    border-radius:50%;
    left:-35px;

}
.fl-module-heading h2.fl-heading .fl-heading-text {
    position: absolute;
    top:43%;
    left:36%;
    min-width:90vw;/*800%;*/
}
.fl-module-heading.half h2.fl-heading .fl-heading-text,
.fl-col-small .fl-module-heading h2.fl-heading .fl-heading-text {
    min-width:45vw;/*350%;*/
}
@media (max-width:412px){
    .page-id-18 .fl-col-small .fl-module-heading h2.fl-heading .fl-heading-text { /* stay in touch */
        min-width:80vw;
    }
}
.fl-col-group-nested .fl-module-heading h2.fl-heading .fl-heading-text { /* apply */
    min-width:60vw;
}
.fl-col-small .no-width.fl-module-heading h2.fl-heading .fl-heading-text { /* annual reports */
    min-width:unset;
}
.dark-background .fl-module-heading h2.fl-heading .fl-heading-text {
    text-shadow: 0px 0px 16px rgba(68,68,68, 1);
}




/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
}
@media (max-width:1150px) and (min-width:769px){
    .fl-node-5a49627185a0c .uabb-creative-menu.uabb-menu-default .menu > li > a,
    .fl-node-5a49627185a0c .uabb-creative-menu.uabb-menu-default .menu > li > .uabb-has-submenu-container > a  {
        padding-left:13px !important;
        padding-right:13px !important;
    }
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
    border-right:20px solid transparent;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
    border-left:20px solid transparent;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
	display: none;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}


.testimonial p {
    margin-bottom:0;
    font-family:Arial, sans-serif;
}
.testimonial .quote p {
    font-style:italic;
    font-size:32px;
}
.testimonial .quote-name p {
    font-size:20px;
}

.fl-builder-pagination li span.current {
    padding:5px 10px 3px;
}
.fl-post-feed-post.fl-post-feed-image-beside,
.fl-post-feed-post.fl-post-feed-image-beside-content,
.fl-post-feed-post.fl-post-feed-image-beside-right,
.fl-post-feed-post.fl-post-feed-image-beside-content-right {
    max-width:100%;
}
.fl-post-feed-post.fl-post-feed-image-beside img,
.fl-post-feed-post.fl-post-feed-image-beside-content img,
.fl-post-feed-post.fl-post-feed-image-beside-right img,
.fl-post-feed-post.fl-post-feed-image-beside-content-right img {
    max-width:300px;
}

@media (max-width:768px){
    .three-columns-stacked p {
        margin-bottom:.1em;
    }
}

/*--------------------------------------------------------------
## Project Login
--------------------------------------------------------------*/
.project-portal main#main {
    margin-top:0px;
}
.project-portal .members-access-error {
    margin:0 auto;
    max-width:1300px;
    padding:200px 40px;
    text-align:center;
}
.project-portal .pl-fixed-width {
    max-width:1300px;
    width:100%;
    padding-left:20px;
    padding-right:20px;
    margin:0 auto;
}
.top-bar {
    display:flex;
    background:#cb2b06;
    color:#ffffff;
    padding-top: 5px;
    padding-bottom: 5px;
}
.top-bar-wrapper {
    display:flex;
    background:#cb2b06;
    color:#ffffff;
    justify-content: space-between;
}
.top-bar-wrapper a:hover{
    color: #dddddd !important;
}
.top-bar-wrapper .home-wrapper{
    width: 50%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.top-bar-wrapper .user-wrapper{
    width: 50%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.top-bar-wrapper .user-wrapper a{
    margin-left: 20px;
}
.top-bar-wrapper .account-link{
    margin-right: 20px;
}
.project-portal .heading-image {
    width:100%;
    height:21.5vw;
    background-size:cover;
    background-position:left 80%;
}

.project-portal .top-bar a .dashicons-admin-users,
.project-portal .top-bar a {
    color:#ffffff;
    text-decoration:none;
    text-transform:uppercase;
    font-size:19px;
    font-weight:500;
}
.project-portal h1 {
    margin-bottom:0;
}

@media (min-width:769px){
    .project-portal #sf-content {
        border-left: 1px solid #dddddd;
    }
}

.project-portal .top-bar div.grid-50:nth-child(2) {
	display: flex;
	justify-content: flex-end;
}
.project-portal .top-bar div.grid-50:nth-child(2) a {
	margin-right: 30px;
	margin-top: 5px;
}
.project-portal .top-bar div.grid-50:nth-child(2) a:last-child {
	margin-right: 0px;
}
.project-portal .dashicons-admin-users::before {
	font-size: 27px;
}
.project-portal #sf-sidebar ul {
    margin:0;
}
.project-portal #menu-project-login-resources-menu li,
.project-portal #sf-sidebar li {
	list-style-type: none;
}
.project-portal ul#menu-project-login-resources-menu {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
    margin:0;
}
.project-portal ul#menu-project-login-resources-menu li {
	background-color: #444444;
	margin-right: 6px;
	padding: 3px 15px 6px;
	margin-bottom: 6px;
}
.project-portal ul#menu-project-login-resources-menu li.current-menu-item:not(.menu-item-1698),
.project-portal ul#menu-project-login-resources-menu li.current-page-ancestor:not(.menu-item-1698),
.project-portal ul#menu-project-login-resources-menu li:hover {
	background-color: #cb2b06 !important;
}
.project-portal ul#menu-project-login-resources-menu li a {
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
}
.project-portal .searchandfilter h4 {
	font-size: 22px;
	margin-top: 40px;
}
.project-portal #sf-sidebar .searchandfilter ul li {
	font-size: 17px;
	position: relative;
    overflow:hidden;
}
.project-portal #sf-sidebar .searchandfilter ul li.sf-level-0 {
	/*margin:10px 0;*/
}
.project-portal #sf-sidebar .searchandfilter ul li.sf-level-0 li {
    margin:0;
}
.project-portal #sf-sidebar .searchandfilter ul li.sf-level-0 li.sf-level-1 {
    padding:10px 0 0 0;
}
/* Exception for Date */
.project-portal #sf-sidebar .searchandfilter .sf-field-taxonomy-date ul li.sf-level-0 li.sf-level-1,
.project-portal #sf-sidebar .searchandfilter .sf-field-taxonomy-year ul li.sf-level-0 li.sf-level-1,
.project-portal #sf-sidebar .searchandfilter .sf-field-taxonomy-month ul li.sf-level-0 li.sf-level-1,
.project-portal #sf-sidebar .searchandfilter .sf-field-taxonomy-dlm-year ul li.sf-level-0 li.sf-level-1,
.project-portal #sf-sidebar .searchandfilter .sf-field-taxonomy-dlm-month ul li.sf-level-0 li.sf-level-1 {
    padding: 0;
}

.project-portal #sf-sidebar .searchandfilter .sf-field-taxonomy-month,
.project-portal #sf-sidebar .searchandfilter .sf-field-taxonomy-dlm-month {
	padding-top: 0;
}

.project-portal #sf-sidebar .searchandfilter .sf-field-taxonomy-year,
.project-portal #sf-sidebar .searchandfilter .sf-field-taxonomy-dlm-year {
	padding-bottom: 0;
}

.project-portal #sf-sidebar .searchandfilter .sf-field-taxonomy-date ul li.sf-level-0,
.project-portal #sf-sidebar .searchandfilter .sf-field-taxonomy-year ul li.sf-level-0,
.project-portal #sf-sidebar .searchandfilter .sf-field-taxonomy-month ul li.sf-level-0,
.project-portal #sf-sidebar .searchandfilter .sf-field-taxonomy-dlm-year ul li.sf-level-0,
.project-portal #sf-sidebar .searchandfilter .sf-field-taxonomy-dlm-month ul li.sf-level-0 {
    padding: 10px 0 0 0;
}
.project-portal #sf-sidebar .searchandfilter .sf-field-taxonomy-date h4,
.project-portal #sf-sidebar .searchandfilter .sf-field-taxonomy-year h4,
.project-portal #sf-sidebar .searchandfilter .sf-field-taxonomy-month h4,
.project-portal #sf-sidebar .searchandfilter .sf-field-taxonomy-dlm-year h4,
.project-portal #sf-sidebar .searchandfilter .sf-field-taxonomy-dlm-month h4 {
    margin-top: 0;
}
/* END Exception for Date */
.project-portal #sf-sidebar .searchandfilter ul li.sf-level-0 li.sf-level-1 li {
    padding:1px 0;
}
.project-portal #sf-sidebar .searchandfilter ul li ul li ul {
	margin-left: 20px;
	margin-top: 0px;
    margin-bottom:0px;
    clear:both;
    overflow:hidden;
}
.project-portal #sf-sidebar .searchandfilter .sf-count {
	font-size: 17px;
}
/*.project-portal #sf-sidebar .searchandfilter label {
	position: absolute;
	line-height: 1.1em;
	margin: -1px 0 0 5px;
    padding-left: 5px !important;
   	padding: 5px 5px;
} */
.project-portal #sf-sidebar .searchandfilter ul li {
    display:block;
}
.project-portal #sf-sidebar .searchandfilter ul li input[type="checkbox"] {
    float:left;
    width:8%;
    margin:2px 0 0 0;
}
.project-portal #sf-sidebar .searchandfilter ul li label {
    float:left;
    width:92%;
	line-height: 1.1em;
   	padding: 0px 5px 5px 1px;
}

.project-portal #sf-sidebar label.hovered {
    background: -moz-linear-gradient(left, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */

	padding: 5px 5px !important;
	margin-top: -1px !important;
	margin-left: 5px !important;
}
.project-portal #sf-sidebar li.sf-field-search label {
    padding-left:0 !important;
    padding:0;
    margin: 0;
}
.project-portal .widget {
	margin: -10px 0 10px;
}
.project-portal .page-count,
.project-portal .search-count {
    font-size:17px;
    padding:12px 0 1.5em;
}
.project-portal .search-result-item p {
    font-size:20px;
}
.project-portal .search-result-related-files {
    font-size:17px;
}
.project-portal .search-result-item {
    padding:0px 0 1.5em;
}
.project-portal .search-result-item h2 {
    padding:5px 0 .4em 0;
    line-height:1.2em;
    font-size:27px;
}
.project-portal #sf-sidebar input[type="text"] {
    width: 90%;
    z-index: 99999;
    position: relative;
}
    /* Firefox Override */
    @-moz-document url-prefix() {
        .project-portal #sf-sidebar input[type="text"] {
            width: 80%;
            z-index: 99999;
            position: relative;
        }
    }
.project-portal .search-result-item {
    padding: 0px 0 1.5em;
    display: grid;
    grid-template-columns: 10% auto;
    grid-column-gap: 24px;
}
/*.project-portal .search-result-item .circle img {
    width: 86px;
} */
.project-portal .search-result-item .circle {
    background: #dddddd;
    border-radius: 50%;
    width: 86px;
    height: 86px;
}

.project-portal .sf-level-0 > input,
.project-portal .sf-level-0 > label {
    display:none;
}
.project-portal .sf-field-taxonomy-dlm_download_tag .sf-level-0 > input,
.project-portal .sf-field-taxonomy-dlm_download_tag .sf-level-0 > label,
.project-portal .sf-field-post-meta-year .sf-level-0 > input,
.project-portal .sf-field-post-meta-year .sf-level-0 > label,
.project-portal .sf-field-post-meta-month .sf-level-0 > input,
.project-portal .sf-field-post-meta-month .sf-level-0 > label,
.project-portal .sf-field-taxonomy-date .sf-level-0 > input,
.project-portal .sf-field-taxonomy-date .sf-level-0 > label,
.project-portal .sf-field-taxonomy-year .sf-level-0 > input,
.project-portal .sf-field-taxonomy-year .sf-level-0 > label,
.project-portal .sf-field-taxonomy-month .sf-level-0 > input,
.project-portal .sf-field-taxonomy-month .sf-level-0 > label,
.project-portal .sf-field-taxonomy-dlm-year .sf-level-0 > input,
.project-portal .sf-field-taxonomy-dlm-year .sf-level-0 > label,
.project-portal .sf-field-taxonomy-dlm-month .sf-level-0 > input,
.project-portal .sf-field-taxonomy-dlm-month .sf-level-0 > label  {
	display: inline-block;
}

.project-portal #sf-sidebar .searchandfilter .sf-field-taxonomy-date .sf-level-0 ul.children,
.project-portal #sf-sidebar .searchandfilter .sf-field-taxonomy-year .sf-level-0 ul.children,
.project-portal #sf-sidebar .searchandfilter .sf-field-taxonomy-month .sf-level-0 ul.children,
.project-portal #sf-sidebar .searchandfilter .sf-field-taxonomy-dlm-year .sf-level-0 ul.children,
.project-portal #sf-sidebar .searchandfilter .sf-field-taxonomy-dlm-month .sf-level-0 ul.children {
	margin-left: 20px;
}

.project-portal #sf-sidebar .searchandfilter .sf-level-0 > ul.children {
    margin-left: 0px;
}

/* Bold first level board portal search items */
.project-portal .sf-level-0 > label,
.project-portal .sf-field-taxonomy-dlm_download_category .sf-level-1 > label {
	font-weight: bold;
}


.project-portal.board-portal .heading-image {
    /*height:534px;*/
    /* background-position:center center; */
}

.project-portal .show-for-project-portal {
    display:block;
}
.project-portal .show-for-board-portal {
    display:none;
}
.project-portal.board-portal .show-for-project-portal {
    display:none;
}
.project-portal.board-portal .show-for-board-portal {
    display:block;
}
.fl-builder-edit.project-portal .show-for-project-portal,
.fl-builder-edit.project-portal .show-for-board-portal,
.fl-builder-edit.project-portal.board-portal .show-for-project-portal,
.fl-builder-edit.project-portal.board-portal .show-for-board-portal {
    display:block;
}


/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption-text {
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/* home page slider-ception, the content slider within the background slideshow row */
#slideception {
    min-height:436px;
}

#slideception li {
    margin-left:20px;
    font-size:23px;
    /*font-size:1.6vmax;*/
}
@media (max-width : 768px) {
    #slideception ul {
        list-style:none;
    }
    #slideception li {
        margin-left:15px;
        margin-right:15px;
    }
}
#slideception .fl-content-slider a {
    text-decoration:underline;
}
#slideception span {
    background:#dddddd;
    color:#cb2b06;
    padding:0 5px;
    /*font-weight:bold;*/
}
#slideception li span {
    font-size:23px;
    /*font-size:1.6vmax;*/
}

#testimonial-slides p {
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}
span.fl-number-int {
    font-size:36px;
}

#mc_embed_signup .clear {
    visibility:visible;
}

.testimonial-arrow-down {
    display:none;
}

.entry-meta,
.entry-footer,
.site-main .post-navigation {
    margin: 0 auto;
    max-width: 1300px;
    padding: 20px;
}
.entry-footer {
    padding: 0;
}
.entry-meta {
    padding: 20px 20px 0 20px;
}
.posted-on {
    color:#999999;
}
.nav-title {
    margin:0 10px;
}

/* content grid */
.pp-post-filters {
    max-width:980px;
    margin:0 auto 30px;
}

.pp-content-grid-post .pp-post-image {
    display:none;
}
.pp-content-grid-post.has-post-thumbnail .pp-post-image {
    display:block;
}
.pp-post-featured-img {
    padding:1em 0;
}
.pp-content-grid-image img {
    width:auto !important;
    max-width:100%;
}
.pp-content-grid-content.pp-post-content p {
    font-size:17px;
}
.dual-button-template {
    display:none;
}
.fl-builder-edit .dual-button-template {
    display:block;
}
.entry-content .pp-content-grid-links.pp-post-links span {
    font-size:17px;
}
.fl-node-5a60d578e7680 .uabb-btn.uabb-btn-one, .fl-node-5a60d578e7680 .uabb-btn.uabb-btn-two {
    padding:6px 12px;
}

#footer p {
    font-size:16px;
}
footer .footer_icons {
	font-size: 30px;
}
footer .footer_icons .fl-icon {
	margin: 0 10px;
}


/*--------------------------------------------------------------
## Unsemantic Framework
--------------------------------------------------------------*/

/* Max width of content is 1100px */
.grid-container {
    max-width: 100%;
    padding-left: 0px;
    padding-right: 0px;
}


@media only screen and (max-width:1200px) {
    .project-portal .searchandfilter input {
        font-size: 65%;
    }

}

/**
 * Misc Fixes
 */
footer .script-like .fl-heading {
	pointer-events: none;
}

.navigation .nav-links .nav-previous,
.navigation .nav-links .nav-next {
	width: auto !important;
  margin-top: 15px;
}
