/*
Theme Name: Grant Expectations Custom Theme
Theme URI: http://www.rareheron.com/
Author: Grays Web Design
Author URI: http://www.rareheron.com/
Description: Custom Theme for Grant Expectations
Version: 1.0.0
Text Domain: ttwpge
Tags:
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
	## To Top
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*
font-family: 'Source Sans Pro', sans-serif;
font-family: 'calluna', serif;

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

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: 24px;
    margin: 0 0 15px 0;
}

h2 {
    font-size: 24px;
    margin: 0 0 0.67em 0;
}

h4 {
    font-size: 36px;
    margin: 0 0 0.67em 0;
}

h5 {
    font-size: 20px;
    margin: 0 0 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;
}

/*clearfix*/
.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
    margin-bottom: 1em;
    margin-top: 0;
    font-size: 18px;
    line-height: 1.4em;
    font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'calluna', serif;
    font-weight: 300;
    line-height: 1.1;
}


h1 {
    font-size: 36px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 13px;
    font-weight: 400;
    color: #333333;
    padding-left: 22px;
    text-indent: -22px;
}

.sans * {
    font-family: 'Source Sans Pro', sans-serif;
}

.heading-bar .fl-module-content {
    background: #0a3758;
    padding: 10px;
    color: white;
}

.heading-bar * {
    color: white !important;
    font-family: 'calluna', serif;
    font-weight: 700;
    font-size: 18px;
}

.uabb-infobox-title-wrap {}

.uabb-infobox-title {}

.uabb-imgicon-wrap {}

a.uabb-infobox-cta-link {}

p {
    margin-bottom: 1em;
    margin-top: 0;
    font-size: 18px;
    line-height: 1.4em;
    font-weight: 300;
}

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;
    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;
}

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

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

big {
    font-size: 125%;
}

.top-heading h2 {
    font-size: 30px;
    font-style: italic;
    color: #ffffff;
}

.top-heading p {
    font-size: 24px;
    color: #ffffff !important;
    padding: 0 170px 0 170px;
}

.feature-text,
.feature-text p {
    font-size: 18px;
}


#page .fl-photo-caption {
    font-size: 18px;
    font-style: italic;
    text-align: left;
}

.footer-contact {
    font-size: 18px;
    color: #0a3758;
}

.copyright {
    font-size: 14px;
}

/*--------------------------------------------------------------
# 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: #fff;
    /* Fallback for when there is no custom background color defined. */
}

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

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

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

ul,
ol {
    margin: 0 0 15px 0;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

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

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. */
}

a img {
    border: none;
}

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
/*input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
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%;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.site-header {
    background: rgb(255, 255, 255);
    position: relative;
    z-index: 20;
}

@media screen and (max-width: 701px) {
    .site-navigation-wrapper {
        border-bottom: 10px solid #8dce43;
    }
}

@media screen and (min-width: 702px) {
    .site-header {
        border-bottom: 10px solid #8dce43;
    }
}

.header-wrapper {
    max-width: 1100px;
    margin: 0 auto;
    padding: 2px 0 0 20px;
    position: relative;
}

.site-logo {
    float: left;
    /* width: calc(100% - 400px); */
    padding: 5px 0 3px 5px;
    font-size: 22px;
}

.site-logo img {
    margin-left: -5px;
    display: block;
}

.header-right {
    text-align: right;
    float: right;
    width: 400px;
    margin-top: 0;
    padding-top: 10px;
}

.header-social {
    padding-top: 10px;
}

.header-social .fa {
    background: #0a3758;
    color: white !important;
    height: 36px;
    width: 36px;
    border-radius: 50%;
    font-size: 26px;
    padding: 8px 0;
    box-sizing: border-box;
    overflow: hidden;
    text-align: center;
    margin-left: 10px;
    margin-top: 10px;
}

.footer-social .fa {
    background: #0a3758;
    color: white !important;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    font-size: 36px;
    padding: 8px 0;
    box-sizing: border-box;
    overflow: hidden;
    text-align: center;
    margin-left: 10px;
}

.header-search {
    margin: 0;
    display: inline-block;
}

.header-search input {
    border: 1px solid #5D88A1 !important;
    padding: 6px 10px 6px 10px !important;
    margin-left: 7px !important;
    width: 200px !important;
    font-weight: 400;
    font-size: 16px;
}

.header-search button {
    border: none;
    color: #FFFFFF;
    background: #0a3758;
    padding: 6px 8px;
    margin-left: 2px;
}

/*.header-right .fa{
    background: #CBDCCC;
    color: white !important;
    height: 36px;
    width: 36px;
    border-radius: 50%;
    font-size: 23px;
    padding: 8px 0;
    box-sizing: border-box;
    overflow: hidden;
    text-align: center;
    margin-left: 10px;
}
.header-right .fa{
    color: #CBDCCC;
    font-size: 23px;
    padding: 8px 0;
    margin-left: 10px;
}*/
.header-right img {
    vertical-align: bottom;
    padding: 0 3px;
}

.map-text p {
    line-height: 1;
    margin-bottom: 5px;
}

.site-content {
    position: relative;
}

.home .site-content.at-top {
    padding-top: 42px;
}

.site-content:before {
    box-shadow: inset 0 30px 50px -50px rgba(0, 0, 0, 0.8);
    position: absolute;
    z-index: 10;
    height: 50px;
    width: 100%;
    top: 0;
}

.shadowed-top {
    position: relative;
}

.shadowed-top .fl-row-content-wrap:before {
    content: "";
    box-shadow: inset 0 30px 50px -50px rgba(0, 0, 0, 0.8);
    position: absolute;
    z-index: 10;
    height: 50px;
    width: 100%;
    top: 0;
    left: 0;
}

.header-tagline {
    font-size: 16px;
    padding-top: 10px;
    font-style: italic;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a:link,
a:hover,
a:focus,
a:active,
a:visited {
    color: #0a3758;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.fl-post-feed-title a,
.widget_archive a,
.widget_recent_entries a {
    color: black;
}

#page .left-links a {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-size: 18px;
}

#page .uabb-button-wrap a.uabb-button,
#page .uabb-creative-button-wrap a.uabb-button,
a.btn,
input.btn,
button.btn,
input#submit,
input.gform_button,
#page a.fl-button,
#page a.button,
input[type=submit] {
    display: inline-block;
    padding: 10px 25px 10px 25px;
    background-color: white;
    color: black;
    border: 3px solid #8dce43;
    font-size: 24px;
    font-weight: 400;
    cursor: pointer;
    text-decoration: none !important;
    border-radius: 10px;

    /*box-shadow: inset 6px 6px 6px rgba(255, 255, 255, .4),inset -6px -6px 6px rgba(0, 0, 0, .4), 2px 2px 10px 0 rgba(0,0,0,.4);;*/
}

.btn-small {
    padding: 2px 6px !important;
    font-size: 16px !important;
}

#page .uabb-button-wrap a.uabb-button:hover,
#page .uabb-creative-button-wrap a.uabb-button:hover,
a.btnhover,
input.btnhover,
button.btnhover,
input#submithover,
input.gform_buttonhover,
#page a.fl-buttonhover,
#page a.buttonhover,
input[type=submit]:hover {
    text-decoration: none;
}

#page .fl-builder-content a.fl-button *,
#page .fl-builder-content a.fl-button:visited * {
    color: #000;
}

.right-buttons .fl-module-content .fl-button-width-custom .fl-button {
    display: inline-block;
    text-align: right;
    max-width: 100%;
}


#page .home-posts .uabb-creative-button-wrap a.uabb-button {
    background: rgba(255, 255, 255, 0);
    border: none;
    color: #0a3758;
    font-size: 18px;
    margin: 0;
    padding: 0;
}

#page .home-featured-issue .uabb-creative-button-wrap a.uabb-button {
    background: rgba(255, 255, 255, 0);
    border: none;
    color: #0a3758;
    font-size: 18px;
    margin: 0;
    padding: 0;
}

#page .fl-photo-caption {
    overflow: visible;
    text-overflow: ellipsis;
    white-space: normal;
}

/* transparent button */
.transparent a.fl-button {
    background: rgba(255, 255, 255, 0);
    border: none;
    font-weight: bold;
}

.transparent a.fl-button:hover {
    background: rgba(255, 255, 255, 0);
    border: none;
    font-weight: bold;
}

.transparent .fl-button i {
    margin-right: 0 !important;
}

.site-footer a {
    color: white;
}

.sep {
    padding: 0 6px;
}

/*--------------------------------------------------------------
## Pages
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

#topNav {
    position: relative;
}

#topNav.at-top {
    position: fixed;
    top: 0;
    z-index: 10000;
    margin-bottom: 0;
    width: 100%;
    transition: all 1s;
    background: rgb(255, 255, 255);
}

/* top menu */
.top-menu-container:after {
    /*	content: " ";
	position: absolute;
	width: 100%;
	height: 10px;
	background: white;
	bottom: -15px;
	left: 0;
	border-top: 1px solid #DBDBDB;
	box-shadow: inset 0px 5px 10px -5px rgba(51,51,51,0.2);*/
}

.top-menu-container {
    position: relative;
    background: #0a3758;
}

.top-menu-container ul {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1100px;
    text-align: right;
}

.top-menu-container ul li {
    display: inline-block;

}

.top-menu-container ul li a {
    color: white;
    position: relative;
    padding: 0 20px;
    margin-bottom: 5px;
    font-size: 15px;
    font-weight: 400;
    border-left: 1px solid white;
    display: inline-block;
}

.top-menu-container ul li:first-child a {
    border-left: none;
}

.top-menu-container ul li:last-child a {
    border-right: 1px solid white;

}

.top-menu-container ul li a:hover {
    color: white;
    text-decoration: none;

}

/* icon only part of top menu */
.top-menu-container ul li.icon-only a {
    position: relative;
    top: 5px;
    font-size: 30px;
    font-weight: normal;
    padding: 0;
    border: none;
    color: white;
    margin-right: 5px;
}

.top-menu-container ul li.icon-only .fa-instagram:before {
    /*-webkit-text-stroke: 2px white;*/
}

.top-menu-container ul li.icon-only .fa-facebook-square:before {
    /*-webkit-text-stroke: 2px white;*/
    font-size: 30px;
}

.top-menu-container ul li.icon-only .fa-wordpress:before {
    font-size: 30px;
}

.top-menu-container ul li.icon-only a:hover {
    color: white;
}

/* main menu */
.menu-main-menu-container {
    color: rgb(255, 255, 255);
    /*text-align: right;*/
}

.nav-wrapper {
    color: #0a3758;
    border-top: 1px solid #CED0CF;
    /*border-top: 1px solid #fff;*/
    /*border-bottom: 1px solid black;*/
}

.site-navigation-wrapper {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
}




.main-navigation {}

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

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

.main-navigation ul.nav-menu>li {}

.main-navigation a {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    display: block;
    text-decoration: none;
    color: #0a3758;
    font-weight: 400;
    padding: 0 25px 7px 25px;
    line-height: 1;
}

@media screen and (min-width: 702px) {
    .main-navigation ul>li:first-child a {
        padding-left: 5px;
    }
}


/*
pipe between nav items
.main-navigation .nav-menu > li > a:after {
	content: "|";
	position: absolute;
	left: 0;
	top: 9px;
	font-family: sans-serif;
	font-size: 18px;
}
.main-navigation ul li:first-child a:after {
	display: none;
}
*/
.main-navigation ul ul {
    float: left;
    position: absolute;
    /*top: 37px;*/
    left: -999em;
    z-index: 99999;
    background-color: rgb(255, 255, 255);
    /*border-radius: 0 0 10px 10px;*/
    /*box-shadow: inset 0px 20px 20px -20px rgba(0,0,0,0.5);*/
    min-width: 250px;
    /*padding-bottom: 10px;*/
    border-top: none;
}

.main-navigation ul ul li {
    width: 100%;
}

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

.main-navigation ul ul a {
    width: 100%;
    padding: 10px 20px;
    margin: 0;
    color: #0a3758;
    font-size: 18px;
    font-weight: normal;
    background-color: rgb(255, 255, 255);
    border: none !important;
}

@media screen and (min-width: 702px) {
    .main-navigation ul ul a {
        text-align: center;
    }
}

.main-navigation ul ul a:hover {
    text-decoration: underline;
}

.main-navigation ul ul ul a {
    min-width: 250px;
    width: auto;
    padding: 5px 20px;
    margin: 0;
    border: none !important;
}

.main-navigation ul ul li:last-child a {
    border-bottom: 5px solid #f4b43c;
    /*border-radius: 0 0 10px 10px;*/
}

.main-navigation ul ul li {}

.main-navigation li a {
    border-top: 5px solid transparent;
}

.main-navigation li:hover>a,
.main-navigation>li.focus>a {
    /*background-color: rgb(255, 255, 255);*/
    color: #0a3758;
    border-top: 5px solid #f4b43c;
}

.main-navigation ul ul :hover>a,
.main-navigation ul :hover>a,
.main-navigation ul ul .focus>a {
    background-color: rgb(255, 255, 255);
    /* color: #f4b43c; */
}

.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 {}

/* Small menu. */

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

button.menu-toggle {
    background: transparent;
    border: 1px solid #0a3758;
    color: #0a3758;
    margin: 10px;
    float: right;
    padding: 5px;
}

.main-navigation ul li.menu-item-has-children {
    position: relative;
}

.main-navigation ul li.menu-item-has-children:before {
    content: "\f0d7";
    color: white;
    font-size: 18px;
    /*content: "\f0c8";
	color: #CBDCCC;
	font-size: 9px;*/
    font-family: FontAwesome, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    padding-left: 1em;
    position: absolute;
    top: 10px;
    left: -15px;
    display: none;
}

.main-navigation ul.sub-menu {
    border-bottom: 5px solid #f4b43c;
}


.main-navigation ul.sub-menu li.menu-item-has-children:before {
    content: "\f0da";
    font-family: FontAwesome, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: white;
    font-size: 18px;
    padding-right: 0.5em;
    position: absolute;
    top: 5px;
    left: 9px;
    display: none;
}

@media screen and (min-width: 701px) {
    .menu-toggle {
        display: none;
    }

    .main-navigation ul {
        display: inline-block;
    }
}

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

    /* start responsive menu*/
    .main-navigation {
        width: 100%;
        margin: 0;
        float: none;
    }

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

    .nav-wrapper {}

    .main-navigation .menu {
        clear: both;
        margin-top: 1px;
        /*box-shadow: inset 0 10px 10px -5px rgba(0,0,0,0.4);*/
    }

    .main-navigation ul li.menu-item-has-children:before {
        content: "\f0d7";
        font-family: FontAwesome, sans-serif;
        font-style: normal;
        font-weight: normal;
        text-decoration: inherit;
        color: white;
        font-size: 14px;
        padding-right: 0.5em;
        position: absolute;
        top: 13px;
        left: 8px;
    }

    .main-navigation ul :hover>a,
    .main-navigation ul ul .focus>a {
        color: #f4b43c;
    }

    .main-navigation a {
        color: #0a3758;
    }

    .main-navigation li {
        float: none;
    }

    .main-navigation ul ul {
        box-shadow: none;
        margin-bottom: 10px;
        margin-top: -6px;
        /*background: #98AA4F;*/
    }

    .main-navigation ul ul a {
        margin: 0;
    }

    .main-navigation ul ul li:last-child a {
        border-bottom: 1px solid #ccc;
        ;
    }

    .main-navigation li a {
        padding: 15px 40px;
        margin-bottom: 5px;
    }

    .main-navigation li li a {
        padding-left: 40px;
    }

    .main-navigation li li li a {
        padding-left: 6em;
    }

    .main-navigation li:hover>a {
        text-decoration: underline;
    }

    .main-navigation ul ul,
    .main-navigation ul ul ul {
        position: relative;
        top: inherit;
        left: 0;
        display: block;
        float: none;
    }

    .main-navigation ul ul a {
        width: 100%;
    }

    .main-navigation ul a:hover,
    .main-navigation ul ul a:hover {
        /*color: #fff;*/
    }

    .main-navigation .current_page_ancestor {
        background: inherit;
    }

    .main-navigation ul ul .current_page_parent {
        color: inherit;
        background: inherit;
    }

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

/*End responsive menu*/

.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-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;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.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
--------------------------------------------------------------*/
.first-widget .widgettitle,
.column-heading {
    background: #0a3758;
    padding: 8px 20px 8px 20px;
    border-bottom: 2px solid white;
    font-size: 18px;
    font-weight: 800;
}

.widget-area ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.widget-area ul li {
    list-style-type: none;
    font-size: 20px;
}

.widget-area input {
    max-width: 100%;
}

.widget {
    margin: 0 0 1.5em;
}

h2.widgettitle {
    font-size: 18px;
}

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

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

.entry-content ul,
.widget ul,
.fl-node-content ul {
    padding: 0 10px 0 20px;
    margin-left: 1em;
    overflow: hidden;
}

.entry-content ul:not(.gform_fields) li,
.widget ul li,
.fl-node-content ul li {
    list-style: none;
    margin-bottom: 8px;
}

.entry-content ul.products li {
    list-style: none;
}

.entry-content ul:not(.gform_fields):not(.products) li::before,
.widget ul li::before,
.fl-rich-text ul li::before,
.fl-node-content ul li::before {
    color: #0a3758;
    content: "\f04d ";
    font-family: FontAwesome, sans-serif;
    float: left;
    font-size: 8px;
    margin: 0 -13px;
}

.fl-col-small .fl-rich-text ul li::before {
    color: #ffffff !important;
}

.single-listing ul li::before {
    display: none;
}

/* =Index pagination
----------------------------------------------- */
/* The containing box with a nice white background */
.paging-navigation {
    padding: 1em;
    background: #fff;
}

/* Remove bullets and list indentation */
.paging-navigation ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

/* Make the list items appear horizontally */
.paging-navigation li {
    display: inline;
}

/* Give each link and the current item some padding to make them easy to click */
a.page-numbers,
span.page-numbers {
    padding: .3em .7em;
    color: #333;
}

/* Link hover state */
a:hover.page-numbers {
    color: #000;
}

/* Current page bold and dark */
.paging-navigation .current {
    font-weight: bold;
    color: #000;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.inset-shadow {
    box-shadow: inset 30px 0 32px -22px rgba(0, 0, 0, 0.7);
}

.fl-col-small {
    max-width: 900px !important;
}

.post-content {}

.post-half-col {
    width: 48%;
    float: left;
    padding: 0 20px;
}

.post-half-col:nth-child(even) {
    margin-right: 4%;
}

.home .hentry {
    margin-bottom: 0;
}

.fl-node-59a9b5aa2f45a>.fl-col-content {
    max-height: 526px;
    overflow-y: scroll;
}

.rounded-box .uabb-blog-posts-shadow {
    border-radius: 6px;
}

.fl-builder-content .rounded-box .uabb-button-left {
    text-align: center;
}

.rounded-image img {
    border-radius: 10px;
}

.bordered img {
    border: 8px solid white;
}

.green-border img {
    border: 6px solid #8dce43;
}

.black-border img {
    border: 2px solid #000000;
}


.widget-area {
    float: left;
    width: 28%;
    margin-left: 3%;
    background: white;
    padding: 20px;
}

.site-main {
    max-width: 1100px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}

hr.faded {
    border: 0;
    height: 1px;
    background-image: linear-gradient(left, rgba(223, 205, 179, 0), rgba(223, 205, 179, 0.99), rgba(223, 205, 179, 0));
    clear: both;
}

.img-circle {
    border-radius: 50%
}

.entry-content ul,
.entry-content ol,
.widget ul {
    padding: 0 10px 0 20px;
    overflow: hidden;
    margin-left: 0;
}

/*.entry-content ul li {
	list-style: none;
}
.entry-content ul li::before {
	color: #98AA4F;
	content:  "\2022 ";
	font-family: FontAwesome;
	float: left;
	font-size: 160%;
	margin: -8px -15px;
	width: 1em;
}
/* PAGE CONTENT */
/* END PAGE CONTENT */

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.home-posts .uabb-blog-posts {
    overflow: visible;
}

.home-posts .uabb-blog-posts-shadow {
    border: 1px solid #ccc;
    box-shadow: 3px 3px 10px 2px rgba(0, 0, 0, 0.2);
}

#page .home-posts .uabb-blog-post-inner-wrap .uabb-blog-post-content {
    padding-right: 20px;
    width: calc(100% - 320px);
}

#page .home-posts .uabb-blog-post-inner-wrap.uabb-empty-img .uabb-blog-post-content {
    width: 100%;
}

#page .home-posts .uabb-blog-post-inner-wrap .uabb-post-thumbnail {
    padding-right: 20px;
    width: 320px;
}

.home-posts .uabb-blog-post-inner-wrap .uabb-post-thumbnail img {
    max-height: 200px;
}

.home-featured-issue .uabb-blog-post-inner-wrap .uabb-post-thumbnail {
    padding-right: 10px;
}

.home-featured-issue .uabb-blog-post-inner-wrap .uabb-post-thumbnail img {
    max-height: 100px;
}

.home-featured-issue-wrapper {
    max-height: 700px;
    overflow-y: scroll;
}

.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;
}

/*--------------------------------------------------------------
## Elements
--------------------------------------------------------------*/


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

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

.bypostauthor {
    display: block;
}

/*--------------------------------------------------------------
## To Top
--------------------------------------------------------------*/

#to-top {
    display: none;
    background-color: #0a3758;
    border-radius: 5px;
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 44px;
    height: 42px;
    text-align: center;
    z-index: 999999999;
}

#to-top i {
    position: absolute;
    top: 12px;
    left: 13px;
    color: #fff;
    font-size: 16px;
    line-height: 16px;
}

/*--------------------------------------------------------------
# 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;
}



