/**
 * Vanilla Styles
 *
 * This second stylesheet is for hotfixes/vanilla CSS.
 * Do not edit the main style.css directly, rather
 * add your changes here if you are not compiling the Sass files.
 */

/* updates to footer */
.footer-logos{
	margin-left:auto;
	margin-right:auto;
}
.footer-logos .icon{
	display:block;
	margin-bottom:10px;
}
.footer-logos .icon:last-child{
	margin-bottom:25px;
}
.footer-logos .icon img{
	height:62px;
	width:auto;
	max-width:115px;
	object-fit:contain;
}
@media screen and (min-width:768px) and (max-width:1100px){
	.footer-logos .icon img{
		height:40px;
		max-width:75px;
	}
	.footer-logos{
		width: 80%;
	}
}
@media screen and (min-width:768px){
	.footer-logos{
	width: 100%;
	max-width:560px;
    display: flex;
    justify-content: space-evenly;
    margin-top: -20px;

	}
	.footer-logos .icon,
	.footer-logos .icon:last-child{
		display:inline-block;
		margin: 0 10px;
	}
}
footer ul:first-child {
	 padding-right: 45px;
}


/* POP UP BOX  */

.popmake{
	text-transform:uppercase!important;
	border: solid 1px black!important;
}
.pum-theme-834 .pum-content, .pum-theme-default-theme .pum-content{
	padding:25px!important;
}

.pum-theme-834, .pum-theme-default-theme {
    background-color: rgba( 255, 255, 255, .75 )!important;
}
.pum-theme-834 .pum-title, .pum-theme-default-theme .pum-title {
	letter-spacing: .15em;
	font-weight:600!important;
	padding:50px 25px 0;
	text-align:center!important;
}
a#slideout-trigger:hover{
	color:#000;
}
.accordion .row .expandable {height:0;}
.accordion .row.expanded .expandable {height:auto;}
#slideout-menu .blue.current-menu-item a {color:#00a4c4;}
.layout-section.text_style-light-text ul li {color:#fff;}