/**
Theme Name: Americaneagle.com Child Theme
Author: Americaneagle.com
Author URI: https://americaneagle.com
Description: A fast, lightweight theme build upon AstraWP.
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: americaneagle-com-child-theme
Template: astra
*//**
Theme Name: Americaneagle.com Child Theme
Author: Americaneagle.com
Author URI: https://americaneagle.com
Description: A fast, lightweight theme build upon AstraWP.
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: americaneagle-com-child-theme
Template: astra
*/


/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
 * Table of contents
 * 1. General
 * 2. Header
 *  2.1 Main Header
 *  2.2 ASLO 2016 Summer Meeting Header
 *  2.3 Login form
 * 3. Homepage
 *  3.1 Hero section announcements
 *  3.2 Virtual issues spotlight
 *  3.3 Recent Articles
 * 4. Interior
 *  4.1 Sidebar
 *  4.2 Blog
 * 5. Footer
 * 6. Mobile
 *  6.1 Header
 * \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/


/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
 * 1. General
 * \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/
.uabb-post-wrapper .uabb-post-heading a:hover,
.uabb-post-wrapper .uabb-post-heading a:focus {
	color:#0b6490;
}
.back-btn {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
}
.back-btn i,
.back-btn i::before {
	line-height:1.3;
}
.fl-photo .fl-photo-caption {
	position: absolute;
	bottom: 0;
	padding-left: 10px;
	padding-right: 10px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
 /*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
 * 2. Header
 * \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/

/* 2.1 Main Header ----------------------------------*/

#masthead .ast-below-header-wrap {
	background:radial-gradient(ellipse at center, rgba(18,115,163,1) 19%,rgba(0,76,114,1) 100%);
	background-position: 190px;
}

.ast-advanced-headers-title {
    font-weight: 600;
    font-size: 48px;
}

.ast-below-header-menu li.current-menu-ancestor > a {
	background-color: transparent !important;
}
.ast-below-header-menu li.current-menu-ancestor.yellow > a {
	background: #fcc400 !important;
	/* placing important is neccessary here due to above style on lin 74.. this can be removed if the style on 74 is not necessary */ 
}
.ast-header-custom-item .widget {
	margin:0;
}
.widget_search .search-form .search-field {
	padding:8px 45px 7px 15px;
	border-radius:5px;
}
header .fl-builder-module-template {
	padding:0;
}
header .ast-below-header-actual-nav {
	border-right:1px solid #fff;
	margin:10px 0;
	width:100%;
}
@media (min-width:1301px) {
header .ast-below-header-actual-nav ul {
	display:flex;
	justify-content:space-between;
}
	header .ast-below-header-actual-nav ul .last {
		padding-right:70px;
	}
}
header .ast-below-header {
	line-height:44px;
}
.ast-below-header-menu .menu-item:last-child a {
	padding-right:60px;
}
.widget_search .search-form::after {
	color:#004C72;
}
.ast-primary-menu-disabled.ast-mobile-header-inline .ast-masthead-custom-menu-items {
	padding-right:0;
}
.ast-desktop .ast-mega-menu-enabled.ast-below-header-menu > .menu-item-has-children > .menu-link .sub-arrow:after {
	content: "\f140";
	font-size:20px;
	font-family: dashicons;
	margin-left: 2px;
	position: relative;
	top: 5px;
}

/* shrink mega menu height */
.ast-below-header-menu ul a {
    padding: .5em 1em;
}
.ast-below-header-menu .sub-menu {
	line-height: 1.2;
}


@media (min-width:1025px) {
	.astra-search-shortcode.inline {
		display:none;
	}
}
@media (min-width:1314px) and (max-width:1413px) {
	body .ast-below-header-menu a {
		padding-right:50px;
	}
}
@media (min-width:1141px) and (max-width:1313px) {
	body .ast-below-header-menu a {
		padding-right:50px;
		font-size:18px;
	}
}
@media (min-width:1025px) and (max-width:1140px) {
	body .ast-below-header-menu 	a {
		padding-right:20px;
		font-size:18px;
	}
}

.uabb-creative-button-wrap a.login, 
.uabb-creative-button-wrap a.login:visited {
	background:#ff8200;
	border: 1px solid #ff8200;
	width: 100%;
	height: 40px;
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
	display:block;
	border-radius:5px;
	margin:0 auto;
	color:#000;
	padding-top:12px;
	padding-bottom:12px;
}

.uabb-creative-button-wrap a.login:hover,
.uabb-creative-button-wrap a.login:focus {
	background:#014f6e;
	border-color:#014f6e;
	color:#fff;
}
.teal .uabb-creative-button-wrap a.login, 
.teal .uabb-creative-button-wrap a.login:visited,
body li.blue .uabb-creative-button-wrap a.login,
body li.blue .uabb-creative-button-wrap a.login:visited {
	background:#59c1c6;
	border: 1px solid #59c1c6;
	padding:12px 20px;
}
.teal .uabb-creative-button-wrap a.login:hover,
.teal .uabb-creative-button-wrap a.login:focus,
.blue .uabb-creative-button-wrap a.login:hover,
.blue .uabb-creative-button-wrap a.login:focus {
	background:#0186ba;
	border: 1px solid #0186ba;
}
@media (min-width:769px) and (max-width:1300px) {
	.ast-header-break-point .main-header-bar .main-header-bar-navigation,
	.ast-header-break-point .ast-hide-custom-menu-mobile .ast-masthead-custom-menu-items {
		display:block;
		border:0;
		background:#fff;
		padding-top:5px;
	}
	.main-header-bar {
		padding-bottom:0;
	}
	.ast-header-break-point .ast-header-custom-item .widget:last-child {
		width:100%;
		margin-bottom:0;
	}
	.ast-primary-menu-disabled.ast-mobile-header-inline .ast-masthead-custom-menu-items {
		margin-top:0;
		margin-bottom:0;
	}
	nav .mobile,
	.menu .mobile {
		display:none !important;
	}
}
@media (min-width:769px) and (max-width:1300px) {
	.header-main-layout-1 .main-header-container {
		flex-wrap:nowrap;
	}
	body #masthead .site-logo-img img {
		width:300px;
	}
	body .fl-node-5d6eae4e3dd66,
	body .fl-node-5d6eae4e3dd67 {
		width:30%;
	}
	body .fl-node-5d6eae4e3dd65 {
		width:40%;
	}
}

.ast-desktop .ast-mega-menu-enabled.ast-below-header-menu .sub-menu .menu-item.menu-item-heading > .menu-link:hover {
	color:#076ef4 !important;
}
.ast-header-break-point .ast-below-header-menu .current-menu-ancestor:hover > .ast-menu-toggle, .ast-header-break-point .ast-below-header-menu .current-menu-ancestor > .ast-menu-toggle, .ast-header-break-point .ast-below-header-menu, .ast-header-break-point .ast-below-header-menu .menu-link, .ast-header-break-point .ast-below-header-menu .menu-item:hover > .ast-menu-toggle, .ast-header-break-point .ast-below-header-menu .menu-item.focus > .ast-menu-toggle, .ast-header-break-point .ast-below-header-menu.current-menu-item > .ast-menu-toggle, .ast-header-break-point .ast-below-header-menu .current-menu-ancestor > .ast-menu-toggle, .ast-header-break-point .ast-below-header-navigation .menu-item.current-menu-item > .ast-menu-toggle, .ast-header-break-point .ast-below-header-navigation .menu-item.current-menu-item > .menu-link {
	color:#0b6490;
}
@media (min-width: 769px) {
	.ast-below-header-menu .sub-menu .menu-item.focus>.sub-menu, .ast-below-header-menu .sub-menu .menu-item:hover>.sub-menu {
		left:0;
	}
}

/* 2.2 ASLO 2016 Summer Meeting Header ----------------------------------*/
header #masthead.summer-below {
	padding-right:0;
	background:radial-gradient(ellipse at center, rgba(18,115,163,1) 19%,rgba(0,76,114,1) 100%);
	background-position: 190px;
}

/* 2.3 Login form --------------------------------------------------------*/
.custom-wrapper {
	max-width:1380px;
	margin:0 auto;
	padding:0 20px 20px;
}
.fl-html form{
position: absolute;
    background: rgb(255, 255, 255);
    width: 430px;
    padding: 40px;
    margin-left: -30%;
    text-align: left;
    border: 0;
    border-radius: 5px;
  	line-height: 3;
}

#ms-login-links-table a{
    color: #0186ba;
    line-height: 1.5;
    font-weight: 600;
    font-size: 16px;
}

#ms-login-links-table td {
    padding: 20px 10px;
    text-align: left;
    border-width: 0 1px 1px 0;
	  line-height: 1;
}

#login_form_sc_toggle{
  	cursor: pointer;
    border-radius: 6px;
    font-family: Lato, sans-serif;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    width: 180px;
    height: 40px;
    padding: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #ff8200;
    border: 1px solid #ff8200;
    color: #000;
}

#ms-login-page-wrapper{
	width: 350px;
    margin: 0 auto;
    display: block;
}
#ms-login-h1{
	margin-bottom: 1em;
}
#ms-login-content{
	width: 350px;
}
#loginform input{
	width: 100%;
}

#loginform input.button {
  width: 150px!important;
}

input#rememberme{
	width: 20px;
}

@media (max-width: 600px){
	#ms-login-page-wrapper, #ms-login-content{
	width: 280px;
}
}

 /*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
 * 3. Homepage
 * \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/

/* 3.1 Hero section announcements ---------------------------------------*/
.home-announcements .uabb-blog-post-content .uabb-post-meta {
	margin-bottom:8px;
}
.home-announcements .uabb-blog-posts-description {
	padding-top:0;
}
.home-announcements .uabb-blog-posts .uabb-post-wrapper {
	border-bottom:1px solid #bababa;
}
.home-announcements .uabb-blog-posts .uabb-post-wrapper:last-child {
	border:0;
}
.home-announcements .uabb-category {
	font-weight:700;
}

.home-announcements .uabb-blog-posts .uabb-post-wrapper:nth-child(1) .uabb-category {
	color:#d6232a;
}
.home-announcements .uabb-blog-posts .uabb-post-wrapper:nth-child(2) .uabb-category {
	color:#014f6e;
}
.home-announcements .uabb-blog-posts .uabb-post-wrapper:nth-child(3) .uabb-category {
	color:#1e8806;
}
@media (min-width:1025px) and (max-width:1389px) {
	.home-announcement-title {
		width:100%;
	}
}
.hero-gradient {
	background:linear-gradient(45deg, rgba(1,79,110,1) 0%,rgba(1,134,186,0.9) 100%);
	border-radius:5px;
}
.pp-infobox-description .pp-more-link img {
	margin:-3px 0 0 5px;
}
.uabb-post-wrapper h4.uabb-post-heading {
	line-height:1.2em;
}
.uabb-post-wrapper h4.uabb-post-heading {
	line-height:1.2em;
}
.home-announcements .uabb-post-wrapper h4.uabb-post-heading {
	line-height:1.5em;
	margin-bottom:5px;
}

/* 3.2 Virtual issues spotlight --------------------------------------*/
.post-background-img {
	position:relative;
	background-size: cover;
	height:530px;
}
.post-background-img .content-wrap {
	background:#fff;
	width:45%;
	padding:50px 50px 75px;
	position: absolute;
	bottom: 0;
	right: 0;
}
.uabb-blog-post-content .post-background-img .uabb-read-more-text {
	padding-top:15px;
}
.post-background-img.custom-post-2 {
	height:403px
}
.post-background-img.custom-post-3 {
	height:383px;
}
.post-background-img.custom-post-4 {
	height:550px;
}
.post-background-img.custom-post-2 .content-wrap {
	width:67%;
	padding:40px 20px 40px 40px;
}
.post-background-img.custom-post-3 .content-wrap,
.post-background-img.custom-post-4 .content-wrap {
	width:50%;
	padding:40px 20px 40px 40px;
}
.content-wrap > a {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.content-wrap:hover,
.content-wrap:focus {
	background:#014f6e;
	transition: all .2s linear;
}

.content-wrap:hover *,
.content-wrap:focus *,
body .uabb-blog-post-content .content-wrap:hover .uabb-read-more-text,
body .uabb-blog-post-content .content-wrap:focus .uabb-read-more-text {
	color:#fff;
	transition: all .2s linear;
}

.content-wrap .uabb-read-more-text .dashicons-arrow-right {
	position:relative;
	top:0;
}
.uabb-read-more-text .dashicons-arrow-right {
	position:relative;
	top:9px;
}
.uabb-next-right-arrow {
	display:none;
}

/* 3.3 Recent Articles --------------------------------------*/
.uabb-blog-posts .slick-arrow i,
.uabb-blog-posts .slick-arrow i:hover,
.uabb-blog-posts .slick-arrow i:focus {
	padding:12px;
	font-size:28px;
	border:1px solid #b9b9b9;
}
.uabb-blog-posts .slick-next {
	right:-95px;
	margin-top:20px;
}
.uabb-blog-posts .slick-prev {
	left:-95px;
	margin-top:20px;
}
.slick-slide .content-wrap {
	padding:40px 40px 60px;
}
.slick-track .uabb-blog-posts-shadow {
	border-radius:5px;
}



 /*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
 * 4. Interior
 * \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/

/* 4.1 Sidebar -----------------------------------------------*/
.sidebar-header .uabb-heading {
	padding:20px;
	background:#004d72;
	border:1px solid #e1e1e1;
}
.sidebar-banner {
	background:linear-gradient(270deg, #0186ba 0%, #014f6e 100%);
}

/* 4.2 Blog -----------------------------------------------*/
.sorting-wrap {
	display: flex;
	justify-content: space-between;
	padding:20px 0 10px;
	margin-bottom:45px;
	border-bottom:1px solid #ccc;
}
.sorting-wrap .sort {
	min-width:306px;
	padding-top:7px;
}
.category-sort input[type="radio"] {
	visibility:hidden;
	position:absolute;
}

.category-sort label {
	padding:15px 35px;
	background-color:#ECECEC;
	border-radius:5px;
	cursor:pointer;
	margin-right:10px;
	margin-bottom:10px;
	display:inline-block;
}
.category-sort label:hover,
.category-sort label:focus {
	background-color:#0274be;
	color:#fff;
}
.category-sort input[type="radio"]:checked + label {
	background-color:#006E41;
	color:#fff;
}
select.wpv-sort-control-select {
	padding:10px 35px 10px 15px;
	background-color:#fff;
	font-size:14px;
	margin-left:5px;
	color:#000;
}
.row-blog {
	overflow:hidden;
}
.row-blog .col-sm-6 {
	width:50%;
	float:left;
	margin-bottom:40px;
}
.row-blog .col-sm-6:first-child {
	padding-right:20px;
}
.row-blog .col-sm-6:last-child {
	padding-left:20px;
}
.feature-image {
	margin-bottom:15px;
}
.meta {
	font-size:14px;
	font-weight:600;
	text-transform:uppercase;
	display: flex;
	flex-wrap:wrap;
	align-items: center;
	margin-bottom:10px;
}
.divider {
	padding:0 10px;
	font-size:10px;
}
.row-blog .post-title {
	margin-bottom:10px;
}
.row-blog p {
	margin-bottom:10px;
}
.row-blog .readmore {
	text-transform:uppercase;
	font-weight:700;
	font-size:16px;
}
.row-blog .category-articles {
	color:#014f6e;
}
.row-blog .category-communications {
	color:#006E41
}
.row-blog .category-meetings {
	color:#d6232a;
}
.pagination {
	margin:0;
	list-style:none;
	text-align:right;
	border-top:2px solid #ccc;
	border-bottom:2px solid #ccc;
	padding:30px 0;
	width: 100%;
	max-width: 1340px;
}
.pagination li {
	display:inline-block;
	margin-right:5px;
	font-size:16px;
}
.pagination li a.wpv-filter-pagination-link {
	text-decoration:underline;
}
.page-item .wpv-filter-next-link,
.page-item .wpv-filter-previous-link {
	padding: 5px;
	border-radius: 100%;
	border: 1px solid #999;
	display: inline-block;
	line-height: 20px;
	color:#3a3a3a
}
.page-item a.wpv-filter-next-link:hover,
.page-item a.wpv-filter-next-link:focus,
.page-item a.wpv-filter-previous-link:hover,
.page-item a.wpv-filter-previous-link:focus {
	background-color:#0274be;
	border-color:#0274be;
	color:#fff;
}
.page-item a {
	margin:0 5px;
}
.page-item .wpv-filter-next-link {
	margin-left: 15px;
}
.page-item .wpv-filter-previous-link {
	margin-right:15px;
}
.page-item a.wpv-filter-last-link,
.page-item a.wpv-filter-first-link {
	padding:12px 45px 15px 25px;
	background-color:#0274be;
	color:#fff;
	border-radius:5px;
	margin-left:25px;
	position:relative;
}
.page-item a.wpv-filter-first-link {
	margin:0 25px 0 0;
	padding:12px 25px 15px 45px;
}
.page-item a.wpv-filter-last-link:hover,
.page-item a.wpv-filter-last-link:focus,
.page-item a.wpv-filter-first-link:hover,
.page-item a.wpv-filter-first-link:focus {
	background-color:#3a3a3a;
}
.page-item a.wpv-filter-last-link::after {
	content:"\f139";
	font-family: dashicons;
	font-size:30px;
	position:absolute;
	top:4px;
}
.page-item a.wpv-filter-first-link::before {
	content:"\f141";
	font-family: dashicons;
	font-size:30px;
	position:absolute;
	top:4px;
	left:12px;
}

/* Sidebar */
.archive,
.wpp-list {
	margin:0;
	list-style:none;
}
.wpp-list li {
	margin-bottom:5px;
}
.sidebar .uabb-blog-post-content .uabb-read-more-text {
	padding-top:5px;
	font-size:16px;
	font-weight:700;
	text-transform:uppercase;
}
.wpp-list h4 {
	margin-bottom:5px;
}
.wpp-list a {
	margin-bottom:20px;
	font-weight:700;
	font-size:14px;
	text-transform:uppercase;
	display:inline-block;
}
.sidebar .uabb-read-more-text .dashicons-arrow-right {
	top:3px;
}
.sidebar .uabb-blog-post-content .uabb-read-more-text a:hover:hover,
.sidebar .uabb-blog-post-content .uabb-read-more-text a:hover:focus {
	color:#3a3a3a;
}
@media (max-width:1024px) {
	.sorting-wrap {
		flex-wrap:wrap;
	}
	.category-sort {
		width:100%;
	}
	.category-sort label {
    	padding: 12px 25px;
	}
}
@media (max-width:768px) {
	.row-blog .col-sm-6 {
    	padding:0 !important;
		width:100%;
	}
}
 /*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
 * 5. Footer
 * \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/
 /*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
 * 6. Mobile
 * \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/

/* 6.1 Header ------------------------------------------------*/

/* Summer Header */
@media (min-width:1025px) and (max-width:1416px) {
	.summer-nav .pp-advanced-menu .menu > li > a  {
		padding-right:20px;
		font-size:17px;
	}
	
}
@media (max-width:1300px) {
	.ast-header-break-point .ast-below-header-section-separated .ast-below-header-actual-nav {
		background:url(/wp-content/uploads/mobile-menu-decor.jpg) repeat-x top left #fff;
		padding:45px 60px;
	}
	.ast-header-break-point .ast-below-header-actual-nav ul li a {
		color:#0b6490;
		font-size:16px;
	}
	.ast-header-break-point .ast-below-header {
		line-height:1.5;
		padding-top:15px
	}
	.ast-button-wrap .menu-toggle .mobile-menu-wrap {
		display:block;
		line-height:.5;
		margin-top:-3px;
	}
	.ast-header-break-point .ast-below-header-section-separated .ast-below-header .ast-button-wrap .menu-below-header-toggle .mobile-menu {
		font-size:14px;
	}
	.ast-button-wrap .menu-toggle .menu-toggle-icon {
		line-height:1;
	}
	.ast-header-break-point .ast-below-header .ast-button-wrap .menu-toggle {
		line-height:1;
		height:40px;
		margin-top:-15px;
	}
	
	.ast-header-break-point .ast-below-header {
		border:0;
	}
	.ast-header-break-point .ast-inline-search.ast-search-menu-icon .search-form {
		border-radius:100px;
		border:0;
		width:210px;
	}
	
	.ast-header-break-point .ast-below-header-actual-nav .menu-item-has-children > .ast-menu-toggle::before {
		content: "\f140";
		font-size:20px;
		font-family: dashicons;
		color:#0b6490;
	}
	.ast-header-break-point .ast-below-header-actual-nav li.btn .menu-link,
	.pp-advanced-menu .menu li.btn a {
		padding: 7px 20px;
		color:#000;
		font-weight: 700;
		text-transform: uppercase;
		border-radius: 5px;
		margin: 10px 0;
	}
	.ast-below-header-menu li.btn {
		padding:0 40px;
	}
	.ast-header-break-point .ast-below-header-actual-nav li.btn.yellow > .menu-link,
	.pp-advanced-menu .menu li.btn.yellow a{
		background:#fcc400;
		color:#000;
	}
	.ast-default-below-menu-enable.ast-header-break-point .ast-below-header-navigation li.btn .ast-menu-toggle {
		top: 12px;
		right: 40px;
		color:#000;
	}
	.ast-header-break-point .ast-below-header-actual-nav li.btn.orange > .menu-link,
	.pp-advanced-menu .menu li.btn.orange a {
		background:#ff8200;
		text-align:center;
	}
	.pp-advanced-menu .menu li.btn.blue a {
		background:#59c1c6;
	}
	
	/* Summer Meeting Header */
	
	.summer-below .fl-col-content {
		display:flex;
		align-items:center;
		justify-content: space-between;
	}
	body header #masthead .pp-advanced-menu .sub-menu {
		width:100%;
		/*background:#ededed;*/
	}
	.pp-advanced-menu .menu li.btn.yellow .sub-menu a {
		background:transparent;
	}
}
@media (min-width:1025px) {
	.mobile {
		display:none !important;
	}
}
@media (max-width:1024px) {
	
	.uabb-blog-posts .slick-arrow i,
	.uabb-blog-posts .slick-arrow i:hover,
	.uabb-blog-posts .slick-arrow i:focus {
    	padding: 7px;
    	font-size: 24px;
    	border: 1px solid #b9b9b9;
	}
	.uabb-blog-posts .slick-arrow,
	.uabb-blog-posts .slick-next:hover,
	.uabb-blog-posts .slick-next:focus {
		margin-top:-15px;
		height:45px;
	}
	body #main .uabb-blog-posts .slick-next {
		right:-50px;
	}
	body #main .uabb-blog-posts .slick-prev {
		left:-50px;
	}
	body .fl-node-5d6eae4e3dd65 {
		display:none;
	}
	
	/* category pages changes in space for content, page title and font size of post title */
	.ast-row {
		padding-left: 20px;
		padding-right: 20px;
	}
	.archive .ast-row h2.entry-title {
		font-size: 24px;
		font-weight: bold;
		line-height: 27px;
		margin-bottom: 10px;
	}	
	.pagination {
		padding: 10px 0;
	}
	.uabb-heading .uabb-heading-text {
		padding-left: 20px;
		padding-right: 20px;
		display: inline-block;
	}
	/* category pages changes in space for content, page title and font size of post title ends here ----- */
	/* fix for backdrop issue of toggle menu for mobile/ipad */
	.ast-below-header.toggle-on:after {
		background: rgba(0, 0, 0, 0.50);
		width: 100vh;
		height: calc(100vh - 280px);
		z-index: -1;
		left: 0;
		position: absolute;
		right: 0;
		top: 180px;
		content: '';
	}
	/* fix for backdrop issue of toggle menu for mobile/ipad ends here*/
}
@media (max-width:768px) {
	.ast-header-break-point .ast-below-header {
		padding-bottom:15px;
	}
	.post-background-img.custom-post-3 .content-wrap, 
	.post-background-img.custom-post-4 .content-wrap,
	.post-background-img.custom-post-2 .content-wrap,
	.post-background-img .content-wrap {
		width:90%;
	}
	.post-background-img.custom-post-3, 
	.post-background-img.custom-post-4,
	.post-background-img.custom-post-2,
	.post-background-img {
		height:380px;
	}
	.post-background-img {
		background-size:contain;
		background-repeat:no-repeat;
	}
	footer .pp-advanced-menu .menu a {
		text-align:left;
	}
	nav .mobile {
		display:block !important;
	}
}
/* IE 11 Fix for flex 1 on home page */
#content{
	-ms-flex: 0 1 auto;
}
/* IE 11 Fix for flex 1 on home page ends here --- */
/* "I want to" button background color changed on its submenu pages */
.uabb-creative-menu .menu > li.current-menu-ancestor.current-menu-ancestor > .uabb-has-submenu-container.uabb-has-submenu-container > a{
	background-color: #fcc400;
}
.uabb-creative-menu .menu > li.current-menu-ancestor.current-menu-ancestor > .uabb-has-submenu-container.uabb-has-submenu-container > a:hover{
	background-color: #014f6e;
}
.uabb-creative-menu .menu > li.current-menu-ancestor.current-menu-ancestor > .uabb-has-submenu-container.uabb-has-submenu-container > a span.menu-item-text, .uabb-creative-menu .menu > li.current-menu-ancestor.current-menu-ancestor > .uabb-has-submenu-container > a span.uabb-menu-toggle:before {
    color: black;
}
.uabb-creative-menu .menu > li.current-menu-ancestor.current-menu-ancestor > .uabb-has-submenu-container.uabb-has-submenu-container > a:hover span.menu-item-text, .uabb-creative-menu .menu > li.current-menu-ancestor.current-menu-ancestor > .uabb-has-submenu-container > a:hover span.uabb-menu-toggle:before {
    color: white;
}
/* "I want to" button background color changed on its submenu pages --- ends here */

/* header search made consistent with the desktop */
@media (max-width:1024px) {
	.ast-header-break-point .site-header .custom-search-responsive .ast-inline-search.ast-search-menu-icon .search-field {
		width: 100%;
		padding-right: 2em;
		padding: 8px 45px 7px 15px;
		border-radius: 5px;
		background: #fafafa;
		border-width: 1px;
		border-color: #eaeaea;
		color: #666;
	}	
}
/* header search made consistent with the desktop --- ends */
/* latest news and view all button aligning center */
@media (max-width:1406px) {
	.custom-view-all-btn.custom-view-all-btn .uabb-button-right {
		text-align: center;
	}
	.home-announcement-title .uabb-heading-align-left h3 {
		text-align: center;
	}	
}
/* latest news and view all button aligning center --- ends here */
/*login-to-portal aligning center and adjusting the width of the input fields */
#ms-login-page-wrapper{
	max-width: 320px;
    margin: 0 auto;
}
#ms-login-page-wrapper .input {
    min-width: 320px;
}
#ms-login-page-wrapper #ms-login-h1{
	margin-bottom: 20px;
}
/*login-to-portal aligning center and adjusting the width of the input fields --- ends here*/

/* styling menu for madison-2020 */
#menu-madison-2020 .sub-menu {
    background: #004c72;
}
/* styling menu for madison-2020 --- ends here */
/* bbPress styles */

/* end bbbPress styles */


/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
 * Table of contents
 * 1. General
 * 2. Header
 *  2.1 Main Header
 *  2.2 ASLO 2016 Summer Meeting Header
 *  2.3 Login form
 * 3. Homepage
 *  3.1 Hero section announcements
 *  3.2 Virtual issues spotlight
 *  3.3 Recent Articles
 * 4. Interior
 *  4.1 Sidebar
 *  4.2 Blog
 * 5. Footer
 * 6. Mobile
 *  6.1 Header
 * \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/


/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
 * 1. General
 * \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/
.uabb-post-wrapper .uabb-post-heading a:hover,
.uabb-post-wrapper .uabb-post-heading a:focus {
	color:#0b6490;
}
.back-btn {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
}
.back-btn i,
.back-btn i::before {
	line-height:1.3;
}
.fl-photo .fl-photo-caption {
	position: absolute;
	bottom: 0;
	padding-left: 10px;
	padding-right: 10px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
 /*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
 * 2. Header
 * \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/

/* 2.1 Main Header ----------------------------------*/

#masthead .ast-below-header-wrap {
	background:radial-gradient(ellipse at center, rgba(18,115,163,1) 19%,rgba(0,76,114,1) 100%);
	background-position: 190px;
}

.ast-advanced-headers-title {
    font-weight: 600;
    font-size: 48px;
}

.ast-below-header-menu li.current-menu-ancestor > a {
	background-color: transparent !important;
}
.ast-below-header-menu li.current-menu-ancestor.yellow > a {
	background: #fcc400 !important;
	/* placing important is neccessary here due to above style on lin 74.. this can be removed if the style on 74 is not necessary */ 
}
.ast-header-custom-item .widget {
	margin:0;
}
.widget_search .search-form .search-field {
	padding:8px 45px 7px 15px;
	border-radius:5px;
}
header .fl-builder-module-template {
	padding:0;
}
header .ast-below-header-actual-nav {
	border-right:1px solid #fff;
	margin:10px 0;
}
header .ast-below-header {
	line-height:44px;
}
.ast-below-header-menu .menu-item:last-child a {
	padding-right:60px;
}
.widget_search .search-form::after {
	color:#004C72;
}
.ast-primary-menu-disabled.ast-mobile-header-inline .ast-masthead-custom-menu-items {
	padding-right:0;
}
.ast-desktop .ast-mega-menu-enabled.ast-below-header-menu > .menu-item-has-children > .menu-link .sub-arrow:after {
	content: "\f140";
	font-size:20px;
	font-family: dashicons;
	margin-left: 2px;
	position: relative;
	top: 5px;
}

/* shrink mega menu height */
.ast-below-header-menu ul a {
    padding: .5em 1em;
}
.ast-below-header-menu .sub-menu {
	line-height: 1.2;
}


@media (min-width:1025px) {
	.astra-search-shortcode.inline {
		display:none;
	}
}
@media (min-width:1314px) and (max-width:1413px) {
	body .ast-below-header-menu a {
		padding-right:50px;
	}
}
@media (min-width:1141px) and (max-width:1313px) {
	body .ast-below-header-menu a {
		padding-right:50px;
		font-size:18px;
	}
}
@media (min-width:1025px) and (max-width:1140px) {
	body .ast-below-header-menu 	a {
		padding-right:20px;
		font-size:18px;
	}
}

.uabb-creative-button-wrap a.login, 
.uabb-creative-button-wrap a.login:visited {
	background:#ff8200;
	border: 1px solid #ff8200;
	width: 100%;
	height: 40px;
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
	display:block;
	border-radius:5px;
	margin:0 auto;
	color:#000;
	padding-top:12px;
	padding-bottom:12px;
}

.uabb-creative-button-wrap a.login:hover,
.uabb-creative-button-wrap a.login:focus {
	background:#014f6e;
	border-color:#014f6e;
	color:#fff;
}
.teal .uabb-creative-button-wrap a.login, 
.teal .uabb-creative-button-wrap a.login:visited,
body li.blue .uabb-creative-button-wrap a.login,
body li.blue .uabb-creative-button-wrap a.login:visited {
	background:#59c1c6;
	border: 1px solid #59c1c6;
	padding:12px 20px;
}
.teal .uabb-creative-button-wrap a.login:hover,
.teal .uabb-creative-button-wrap a.login:focus,
.blue .uabb-creative-button-wrap a.login:hover,
.blue .uabb-creative-button-wrap a.login:focus {
	background:#0186ba;
	border: 1px solid #0186ba;
}
@media (min-width:769px) and (max-width:1300px) {
	.ast-header-break-point .main-header-bar .main-header-bar-navigation,
	.ast-header-break-point .ast-hide-custom-menu-mobile .ast-masthead-custom-menu-items {
		display:block;
		border:0;
		background:#fff;
		padding-top:5px;
	}
	.main-header-bar {
		padding-bottom:0;
	}
	.ast-header-break-point .ast-header-custom-item .widget:last-child {
		width:100%;
		margin-bottom:0;
	}
	.ast-primary-menu-disabled.ast-mobile-header-inline .ast-masthead-custom-menu-items {
		margin-top:0;
		margin-bottom:0;
	}
	nav .mobile,
	.menu .mobile {
		display:none !important;
	}
}
@media (min-width:769px) and (max-width:1300px) {
	.header-main-layout-1 .main-header-container {
		flex-wrap:nowrap;
	}
	body #masthead .site-logo-img img {
		width:300px;
	}
	body .fl-node-5d6eae4e3dd66,
	body .fl-node-5d6eae4e3dd67 {
		width:30%;
	}
	body .fl-node-5d6eae4e3dd65 {
		width:40%;
	}
}

.ast-desktop .ast-mega-menu-enabled.ast-below-header-menu .sub-menu .menu-item.menu-item-heading > .menu-link:hover {
	color:#076ef4 !important;
}
.ast-header-break-point .ast-below-header-menu .current-menu-ancestor:hover > .ast-menu-toggle, .ast-header-break-point .ast-below-header-menu .current-menu-ancestor > .ast-menu-toggle, .ast-header-break-point .ast-below-header-menu, .ast-header-break-point .ast-below-header-menu .menu-link, .ast-header-break-point .ast-below-header-menu .menu-item:hover > .ast-menu-toggle, .ast-header-break-point .ast-below-header-menu .menu-item.focus > .ast-menu-toggle, .ast-header-break-point .ast-below-header-menu.current-menu-item > .ast-menu-toggle, .ast-header-break-point .ast-below-header-menu .current-menu-ancestor > .ast-menu-toggle, .ast-header-break-point .ast-below-header-navigation .menu-item.current-menu-item > .ast-menu-toggle, .ast-header-break-point .ast-below-header-navigation .menu-item.current-menu-item > .menu-link {
	color:#0b6490;
}
@media (min-width: 769px) {
.ast-below-header-menu .sub-menu .menu-item.focus>.sub-menu, .ast-below-header-menu .sub-menu .menu-item:hover>.sub-menu {
	left:0;
}
}

/* 2.2 ASLO 2016 Summer Meeting Header ----------------------------------*/
header #masthead.summer-below {
	padding-right:0;
	background:radial-gradient(ellipse at center, rgba(18,115,163,1) 19%,rgba(0,76,114,1) 100%);
	background-position: 190px;
}

/* 2.3 Login form --------------------------------------------------------*/
.custom-wrapper {
	max-width:1380px;
	margin:0 auto;
	padding:0 20px 20px;
}
.fl-html form{
position: absolute;
    background: rgb(255, 255, 255);
    width: 430px;
    padding: 40px;
    margin-left: -30%;
    text-align: left;
    border: 1px solid #ccc;
    border-radius: 5px;
  	line-height: 3;
}

#ms-login-links-table a{
    color: #0186ba;
    line-height: 1.5;
    font-weight: 600;
    font-size: 16px;
}

#ms-login-links-table td {
    padding: 20px 10px;
    text-align: left;
    border-width: 0 1px 1px 0;
	  line-height: 1;
}

#login_form_sc_toggle{
  	cursor: pointer;
    border-radius: 6px;
    font-family: Lato, sans-serif;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    width: 180px;
    height: 40px;
    padding: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #ff8200;
    border: 1px solid #ff8200;
    color: #000;
}

#ms-login-page-wrapper{
	width: 350px;
    margin: 0 auto;
    display: block;
}
#ms-login-h1{
	margin-bottom: 1em;
}
#ms-login-content{
	width: 350px;
}
#loginform input{
	width: 100%;
}

#loginform input.button {
  width: 150px!important;
}

input#rememberme{
	width: 20px;
}

@media (max-width: 600px){
	#ms-login-page-wrapper, #ms-login-content{
	width: 280px;
}
}

 /*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
 * 3. Homepage
 * \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/

/* 3.1 Hero section announcements ---------------------------------------*/
.home-announcements .uabb-blog-post-content .uabb-post-meta {
	margin-bottom:8px;
}
.home-announcements .uabb-blog-posts-description {
	padding-top:0;
}
.home-announcements .uabb-blog-posts .uabb-post-wrapper {
	border-bottom:1px solid #bababa;
}
.home-announcements .uabb-blog-posts .uabb-post-wrapper:last-child {
	border:0;
}
.home-announcements .uabb-category {
	font-weight:700;
}

.home-announcements .uabb-blog-posts .uabb-post-wrapper:nth-child(1) .uabb-category {
	color:#d6232a;
}
.home-announcements .uabb-blog-posts .uabb-post-wrapper:nth-child(2) .uabb-category {
	color:#014f6e;
}
.home-announcements .uabb-blog-posts .uabb-post-wrapper:nth-child(3) .uabb-category {
	color:#1e8806;
}
@media (min-width:1025px) and (max-width:1389px) {
	.home-announcement-title {
		width:100%;
	}
}
.hero-gradient {
	background:linear-gradient(45deg, rgba(1,79,110,1) 0%,rgba(1,134,186,0.9) 100%);
	border-radius:5px;
}
.pp-infobox-description .pp-more-link img {
	margin:-3px 0 0 5px;
}
.uabb-post-wrapper h4.uabb-post-heading {
	line-height:1.2em;
}
.uabb-post-wrapper h4.uabb-post-heading {
	line-height:1.2em;
}
.home-announcements .uabb-post-wrapper h4.uabb-post-heading {
	line-height:1.5em;
	margin-bottom:5px;
}

/* 3.2 Virtual issues spotlight --------------------------------------*/
.post-background-img {
	position:relative;
	background-size: cover;
	height:530px;
}
.post-background-img .content-wrap {
	background:#fff;
	width:45%;
	padding:50px 50px 75px;
	position: absolute;
	bottom: 0;
	right: 0;
}
.uabb-blog-post-content .post-background-img .uabb-read-more-text {
	padding-top:15px;
}
.post-background-img.custom-post-2 {
	height:403px
}
.post-background-img.custom-post-3 {
	height:383px;
}
.post-background-img.custom-post-4 {
	height:550px;
}
.post-background-img.custom-post-2 .content-wrap {
	width:67%;
	padding:40px 20px 40px 40px;
}
.post-background-img.custom-post-3 .content-wrap,
.post-background-img.custom-post-4 .content-wrap {
	width:50%;
	padding:40px 20px 40px 40px;
}
.content-wrap > a {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.content-wrap:hover,
.content-wrap:focus {
	background:#014f6e;
	transition: all .2s linear;
}

.content-wrap:hover *,
.content-wrap:focus *,
body .uabb-blog-post-content .content-wrap:hover .uabb-read-more-text,
body .uabb-blog-post-content .content-wrap:focus .uabb-read-more-text {
	color:#fff;
	transition: all .2s linear;
}

.content-wrap .uabb-read-more-text .dashicons-arrow-right {
	position:relative;
	top:0;
}
.uabb-read-more-text .dashicons-arrow-right {
	position:relative;
	top:9px;
}
.uabb-next-right-arrow {
	display:none;
}

/* 3.3 Recent Articles --------------------------------------*/
.uabb-blog-posts .slick-arrow i,
.uabb-blog-posts .slick-arrow i:hover,
.uabb-blog-posts .slick-arrow i:focus {
	padding:12px;
	font-size:28px;
	border:1px solid #b9b9b9;
}
.uabb-blog-posts .slick-next {
	right:-95px;
	margin-top:20px;
}
.uabb-blog-posts .slick-prev {
	left:-95px;
	margin-top:20px;
}
.slick-slide .content-wrap {
	padding:40px 40px 60px;
}
.slick-track .uabb-blog-posts-shadow {
	border-radius:5px;
}



 /*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
 * 4. Interior
 * \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/

/* 4.1 Sidebar -----------------------------------------------*/
.sidebar-header .uabb-heading {
	padding:20px;
	background:#004d72;
	border:1px solid #e1e1e1;
}
.sidebar-banner {
	background:linear-gradient(270deg, #0186ba 0%, #014f6e 100%);
}

/* 4.2 Blog -----------------------------------------------*/
.sorting-wrap {
	display: flex;
	justify-content: space-between;
	padding:20px 0 10px;
	margin-bottom:45px;
	border-bottom:1px solid #ccc;
}
.sorting-wrap .sort {
	min-width:306px;
	padding-top:7px;
}
.category-sort input[type="radio"] {
	visibility:hidden;
	position:absolute;
}

.category-sort label {
	padding:15px 35px;
	background-color:#ECECEC;
	border-radius:5px;
	cursor:pointer;
	margin-right:10px;
	margin-bottom:10px;
	display:inline-block;
}
.category-sort label:hover,
.category-sort label:focus {
	background-color:#0274be;
	color:#fff;
}
.category-sort input[type="radio"]:checked + label {
	background-color:#006E41;
	color:#fff;
}
select.wpv-sort-control-select {
	padding:10px 35px 10px 15px;
	background-color:#fff;
	font-size:14px;
	margin-left:5px;
	color:#000;
}
.row-blog {
	overflow:hidden;
}
.row-blog .col-sm-6 {
	width:50%;
	float:left;
	margin-bottom:40px;
}
.row-blog .col-sm-6:first-child {
	padding-right:20px;
}
.row-blog .col-sm-6:last-child {
	padding-left:20px;
}
.feature-image {
	margin-bottom:15px;
}
.meta {
	font-size:14px;
	font-weight:600;
	text-transform:uppercase;
	display: flex;
	flex-wrap:wrap;
	align-items: center;
	margin-bottom:10px;
}
.divider {
	padding:0 10px;
	font-size:10px;
}
.row-blog .post-title {
	margin-bottom:10px;
}
.row-blog p {
	margin-bottom:10px;
}
.row-blog .readmore {
	text-transform:uppercase;
	font-weight:700;
	font-size:16px;
}
.row-blog .category-articles {
	color:#014f6e;
}
.row-blog .category-communications {
	color:#006E41
}
.row-blog .category-meetings {
	color:#d6232a;
}
.pagination {
	margin:0;
	list-style:none;
	text-align:right;
	border-top:2px solid #ccc;
	border-bottom:2px solid #ccc;
	padding:30px 0;
	width: 100%;
	max-width: 1340px;
}
.pagination li {
	display:inline-block;
	margin-right:5px;
	font-size:16px;
}
.pagination li a.wpv-filter-pagination-link {
	text-decoration:underline;
}
.page-item .wpv-filter-next-link,
.page-item .wpv-filter-previous-link {
	padding: 5px;
	border-radius: 100%;
	border: 1px solid #999;
	display: inline-block;
	line-height: 20px;
	color:#3a3a3a
}
.page-item a.wpv-filter-next-link:hover,
.page-item a.wpv-filter-next-link:focus,
.page-item a.wpv-filter-previous-link:hover,
.page-item a.wpv-filter-previous-link:focus {
	background-color:#0274be;
	border-color:#0274be;
	color:#fff;
}
.page-item a {
	margin:0 5px;
}
.page-item .wpv-filter-next-link {
	margin-left: 15px;
}
.page-item .wpv-filter-previous-link {
	margin-right:15px;
}
.page-item a.wpv-filter-last-link,
.page-item a.wpv-filter-first-link {
	padding:12px 45px 15px 25px;
	background-color:#0274be;
	color:#fff;
	border-radius:5px;
	margin-left:25px;
	position:relative;
}
.page-item a.wpv-filter-first-link {
	margin:0 25px 0 0;
	padding:12px 25px 15px 45px;
}
.page-item a.wpv-filter-last-link:hover,
.page-item a.wpv-filter-last-link:focus,
.page-item a.wpv-filter-first-link:hover,
.page-item a.wpv-filter-first-link:focus {
	background-color:#3a3a3a;
}
.page-item a.wpv-filter-last-link::after {
	content:"\f139";
	font-family: dashicons;
	font-size:30px;
	position:absolute;
	top:4px;
}
.page-item a.wpv-filter-first-link::before {
	content:"\f141";
	font-family: dashicons;
	font-size:30px;
	position:absolute;
	top:4px;
	left:12px;
}

/* Sidebar */
.archive,
.wpp-list {
	margin:0;
	list-style:none;
}
.wpp-list li {
	margin-bottom:5px;
}
.sidebar .uabb-blog-post-content .uabb-read-more-text {
	padding-top:5px;
	font-size:16px;
	font-weight:700;
	text-transform:uppercase;
}
.wpp-list h4 {
	margin-bottom:5px;
}
.wpp-list a {
	margin-bottom:20px;
	font-weight:700;
	font-size:14px;
	text-transform:uppercase;
	display:inline-block;
}
.sidebar .uabb-read-more-text .dashicons-arrow-right {
	top:3px;
}
.sidebar .uabb-blog-post-content .uabb-read-more-text a:hover:hover,
.sidebar .uabb-blog-post-content .uabb-read-more-text a:hover:focus {
	color:#3a3a3a;
}
@media (max-width:1024px) {
	.sorting-wrap {
		flex-wrap:wrap;
	}
	.category-sort {
		width:100%;
	}
	.category-sort label {
    	padding: 12px 25px;
	}
}
@media (max-width:768px) {
	.row-blog .col-sm-6 {
    	padding:0 !important;
		width:100%;
	}
}
 /*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
 * 5. Footer
 * \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/
 /*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
 * 6. Mobile
 * \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/

/* 6.1 Header ------------------------------------------------*/

/* Summer Header */
@media (min-width:1025px) and (max-width:1416px) {
	.summer-nav .pp-advanced-menu .menu > li > a  {
		padding-right:20px;
		font-size:17px;
	}
	
}
@media (max-width:1300px) {
	.ast-header-break-point .ast-below-header-section-separated .ast-below-header-actual-nav {
		background:url(/wp-content/uploads/mobile-menu-decor.jpg) repeat-x top left #fff;
		padding:45px 60px;
	}
	.ast-header-break-point .ast-below-header-actual-nav ul li a {
		color:#0b6490;
		font-size:16px;
	}
	.ast-header-break-point .ast-below-header {
		line-height:1.5;
		padding-top:15px
	}
	.ast-button-wrap .menu-toggle .mobile-menu-wrap {
		display:block;
		line-height:.5;
		margin-top:-3px;
	}
	.ast-header-break-point .ast-below-header-section-separated .ast-below-header .ast-button-wrap .menu-below-header-toggle .mobile-menu {
		font-size:14px;
	}
	.ast-button-wrap .menu-toggle .menu-toggle-icon {
		line-height:1;
	}
	.ast-header-break-point .ast-below-header .ast-button-wrap .menu-toggle {
		line-height:1;
		height:40px;
		margin-top:-15px;
	}
	
	.ast-header-break-point .ast-below-header {
		border:0;
	}
	.ast-header-break-point .ast-inline-search.ast-search-menu-icon .search-form {
		border-radius:100px;
		border:0;
		width:210px;
	}
	
	.ast-header-break-point .ast-below-header-actual-nav .menu-item-has-children > .ast-menu-toggle::before {
		content: "\f140";
		font-size:20px;
		font-family: dashicons;
		color:#0b6490;
	}
	.ast-header-break-point .ast-below-header-actual-nav li.btn .menu-link,
	.pp-advanced-menu .menu li.btn a {
		padding: 7px 20px;
		color:#000;
		font-weight: 700;
		text-transform: uppercase;
		border-radius: 5px;
		margin: 10px 0;
	}
	.ast-below-header-menu li.btn {
		padding:0 40px;
	}
	.ast-header-break-point .ast-below-header-actual-nav li.btn.yellow > .menu-link,
	.pp-advanced-menu .menu li.btn.yellow a{
		background:#fcc400;
		color:#000;
	}
	.ast-default-below-menu-enable.ast-header-break-point .ast-below-header-navigation li.btn .ast-menu-toggle {
		top: 12px;
		right: 40px;
		color:#000;
	}
	.ast-header-break-point .ast-below-header-actual-nav li.btn.orange > .menu-link,
	.pp-advanced-menu .menu li.btn.orange a {
		background:#ff8200;
		text-align:center;
	}
	.pp-advanced-menu .menu li.btn.blue a {
		background:#59c1c6;
	}
	
	/* Summer Meeting Header */
	
	.summer-below .fl-col-content {
		display:flex;
		align-items:center;
		justify-content: space-between;
	}
	body header #masthead .pp-advanced-menu .sub-menu {
		width:100%;
		/*background:#ededed;*/
	}
	.pp-advanced-menu .menu li.btn.yellow .sub-menu a {
		background:transparent;
	}
}
@media (min-width:1025px) {
	.mobile {
		display:none !important;
	}
}
@media (max-width:1024px) {
	
	.uabb-blog-posts .slick-arrow i,
	.uabb-blog-posts .slick-arrow i:hover,
	.uabb-blog-posts .slick-arrow i:focus {
    	padding: 7px;
    	font-size: 24px;
    	border: 1px solid #b9b9b9;
	}
	.uabb-blog-posts .slick-arrow,
	.uabb-blog-posts .slick-next:hover,
	.uabb-blog-posts .slick-next:focus {
		margin-top:-15px;
		height:45px;
	}
	body #main .uabb-blog-posts .slick-next {
		right:-50px;
	}
	body #main .uabb-blog-posts .slick-prev {
		left:-50px;
	}
	body .fl-node-5d6eae4e3dd65 {
		display:none;
	}
	
	/* category pages changes in space for content, page title and font size of post title */
	.ast-row {
		padding-left: 20px;
		padding-right: 20px;
	}
	.archive .ast-row h2.entry-title {
		font-size: 24px;
		font-weight: bold;
		line-height: 27px;
		margin-bottom: 10px;
	}	
	.pagination {
		padding: 10px 0;
	}
	.uabb-heading .uabb-heading-text {
		padding-left: 20px;
		padding-right: 20px;
		display: inline-block;
	}
	/* category pages changes in space for content, page title and font size of post title ends here ----- */
	/* fix for backdrop issue of toggle menu for mobile/ipad */
	.ast-below-header.toggle-on:after {
		background: rgba(0, 0, 0, 0.50);
		width: 100vh;
		height: calc(100vh - 280px);
		z-index: -1;
		left: 0;
		position: absolute;
		right: 0;
		top: 180px;
		content: '';
	}
	/* fix for backdrop issue of toggle menu for mobile/ipad ends here*/
}
@media (max-width:768px) {
	.ast-header-break-point .ast-below-header {
		padding-bottom:15px;
	}
	.post-background-img.custom-post-3 .content-wrap, 
	.post-background-img.custom-post-4 .content-wrap,
	.post-background-img.custom-post-2 .content-wrap,
	.post-background-img .content-wrap {
		width:90%;
	}
	.post-background-img.custom-post-3, 
	.post-background-img.custom-post-4,
	.post-background-img.custom-post-2,
	.post-background-img {
		height:380px;
	}
	.post-background-img {
		background-size:contain;
		background-repeat:no-repeat;
	}
	footer .pp-advanced-menu .menu a {
		text-align:left;
	}
	nav .mobile {
		display:block !important;
	}
}
/* IE 11 Fix for flex 1 on home page */
#content{
	-ms-flex: 0 1 auto;
}
/* IE 11 Fix for flex 1 on home page ends here --- */
/* "I want to" button background color changed on its submenu pages */
.uabb-creative-menu .menu > li.current-menu-ancestor.current-menu-ancestor > .uabb-has-submenu-container.uabb-has-submenu-container > a{
	background-color: #fcc400;
}
.uabb-creative-menu .menu > li.current-menu-ancestor.current-menu-ancestor > .uabb-has-submenu-container.uabb-has-submenu-container > a:hover{
	background-color: #014f6e;
}
.uabb-creative-menu .menu > li.current-menu-ancestor.current-menu-ancestor > .uabb-has-submenu-container.uabb-has-submenu-container > a span.menu-item-text, .uabb-creative-menu .menu > li.current-menu-ancestor.current-menu-ancestor > .uabb-has-submenu-container > a span.uabb-menu-toggle:before {
    color: black;
}
.uabb-creative-menu .menu > li.current-menu-ancestor.current-menu-ancestor > .uabb-has-submenu-container.uabb-has-submenu-container > a:hover span.menu-item-text, .uabb-creative-menu .menu > li.current-menu-ancestor.current-menu-ancestor > .uabb-has-submenu-container > a:hover span.uabb-menu-toggle:before {
    color: white;
}
/* "I want to" button background color changed on its submenu pages --- ends here */

/* header search made consistent with the desktop */
@media (max-width:1024px) {
	.ast-header-break-point .site-header .custom-search-responsive .ast-inline-search.ast-search-menu-icon .search-field {
		width: 100%;
		padding-right: 2em;
		padding: 8px 45px 7px 15px;
		border-radius: 5px;
		background: #fafafa;
		border-width: 1px;
		border-color: #eaeaea;
		color: #666;
	}	
}
/* header search made consistent with the desktop --- ends */
/* latest news and view all button aligning center */
@media (max-width:1406px) {
	.custom-view-all-btn.custom-view-all-btn .uabb-button-right {
		text-align: center;
	}
	.home-announcement-title .uabb-heading-align-left h3 {
		text-align: center;
	}	
}
/* latest news and view all button aligning center --- ends here */
/*login-to-portal aligning center and adjusting the width of the input fields */
#ms-login-page-wrapper{
	max-width: 320px;
    margin: 0 auto;
}
#ms-login-page-wrapper .input {
    min-width: 320px;
}
#ms-login-page-wrapper #ms-login-h1{
	margin-bottom: 20px;
}
/*login-to-portal aligning center and adjusting the width of the input fields --- ends here*/

/* styling menu for madison-2020 */
#menu-madison-2020 .sub-menu {
    background: #004c72;
}
/* styling menu for madison-2020 --- ends here */
/* bbPress styles */

/* end bbbPress styles */