body {
	background-color: #e3eaef;
	font-size: 18px;
	font-family: arial;
	line-height: 25px;
	min-width: 327px;
}

p {
	margin-bottom: 30px;
}

h2 {
	font-size: 22px;
	font-weight: bold;

}

.topbar {
	height: 50px;
}

header {
	padding-top: 30px;
	padding-bottom: 60px;
}

.header-img img {
	width: 100%;
	padding-left: 100px;
	padding-right: 100px;
}

@media (max-width: 992px) {
	.header-img img {
		padding-left: 10px;
		padding-right: 10px;
	}
}


.sidebar-img img {
	width: 100%;
}

.inline-img {
	float:left;
}

.inline-img.aperture {
	width: 80px;
	margin-right: 20px;
	margin-bottom: 20px;
}

.sidebar-img {
	margin-top: 4px;
}

.sidebar-headphones img {
	margin-top: 20px;
	width: 100px;
	float: right;
	margin-left: 20px;
}

.sidebar-calendar img {
	margin-top: 15px;
	width: 88px;
	float: right;
	margin-left: 20px;
	margin-right: 3px;
}

.image-caption {
	margin-top: 10px;
	font-size: 12px;
	line-height: 14px;
}

.playlist {
	margin-top: 20px;
}


footer {
	padding-top: 50px;
	color: white;
	background-color: #002f86;
	margin-left:0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
}

footer p {
	margin-bottom: 20px;
	width: 50%;
}


@media (max-width: 768px) {
	footer p {
		width: initial;
	}

	.nea{
		min-width: 200px;
	}
	
	.johnson {
		min-width: 200px;
	}

	.rmke {
		min-width: 80px;
	}
	
	.ape {
		min-width: 90px;
	}
}

.nea {
	width: 35%;
	margin-bottom: 25px;
}

.johnson {
	width: 30%;
	margin-bottom: 25px;
}

.rmke {
	width: 12%;
	margin-bottom: 25px;
}

.ape {
	width: 11%;
	margin-bottom: 25px;
}


.programs-events .calendar-title {
	font-weight: bold;
	color: black;
}

.programs-events .calendar-item {
	margin-bottom: 40px;
}

.programs-events a {
	color: #002f86;
}

.programs-events h2 {
	margin-bottom: 30px;
}




/* MAM HEADER */

.mam-header {
	
    width:100%;
    height: 50px;
    background-color: #002f86;

    position: fixed; /*was fixed*/
    left: 0;
    top: 0;
    z-index: 99999;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    font-family: 'Roboto', arial, sans-serif!important;
}

/* MAM Icons */
.mam-icon-set {
    text-align: right;
    padding-top: 13px;
}

.mam-icon-set .mam-icon {
    position: relative;
    top: -2px;
    padding-right: 10px;
}

.mam-icon-set a {
color: #e3eaef;
color: #d6dce1;
font-size: 14px;
font-weight: bold;
margin-right: 30px;
padding-top: 2px;

}

.mam-icon-set a:hover {
    color: #e3eaef;
	color: #d6dce1;
	text-decoration: none;
}

.mam-icon-set-tiny {
    position: absolute;
    right: 0;
    top:0;

}

@media (max-width: 600px) {
    body .mam-icon-set-tiny a {
        margin-right: 28px!important;

    }
}

@media (max-width: 660px) {
    .mam-icon-set-tiny a {
        margin-right: 0!important;

    }
}
/* DP */
@media (max-width: 600px) {
   .mam-header {
       height: 95px;
       position: static;
   }
   .mam-header .mam-icon-set-tiny {
         position: relative;
         top: initial;
         right: initial;
         text-align: left;
         min-width: 320px;
         margin-right: 0;
         padding-right: 0;
         
   } 


   .mam-icon-set-tiny .mam-icon {
         padding-right: 0;
         margin-right: -4px;
   } 

      .topbar {
		margin-bottom: 35px;
	}
	.small-site-header {
	    margin-top:0;
	}
    .mam-header .mam-logo {
		padding-left: 0!important;
		margin-left: 0;
		
    }
	
}

.mam-header .mam-logo {
     padding-left: 15px;
     padding-right: 15px;
     margin-top:12px;
     max-height: 30px;
     max-width: 300px;
     width: 100%;
}

.mam-logo {
    position: relative;
}