.header {
	background-color: #FFF;
}
#logo, #logo a:visited {
	color: #000;
}

/* Background colors */


/* demo things */
.nav-wrapper-elem {
	border: solid 1px #890;
	margin: 0 2em;
}

/* Icon Font */
@font-face {
      font-family: 'fontello';
      src: url('../fonts/fontello.eot?30689548');
      src: url('../fonts/fontello.eot?30689548#iefix') format('embedded-opentype'),
           url('../fonts/fontello.woff?30689548') format('woff'),
           url('../fonts/fontello.ttf?30689548') format('truetype'),
           url('../fonts/fontello.svg?30689548#fontello') format('svg');
      font-weight: normal;
      font-style: normal;
    }
.icon-font {
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	speak: none;

	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	/* opacity: .8; */

	/* For safety - reset parent styles, that can break glyph codes*/
	font-variant: normal;
	text-transform: none;

	/* fix buttons height, for twitter bootstrap */
	line-height: 1em;

	/* Animation center compensation - margins should be symmetric */
	/* remove if not needed */
	margin-left: .2em;

	/* You can be more comfortable with increased icons size */
	/* font-size: 120%; */

	/* Font smoothing. That was taken from TWBS */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

	/* Uncomment for 3D effect */
	/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}



.highlight {
	padding: 4px 0;
    box-shadow: -.1166666667em 0 0 0 #000, .1166666667em 0 0 0 #000;
}
.j-display-filters .highlight, #juicer-feed .highlight{box-shadow:none;}
.header .inner {
	width: 99%;
	margin: 0 auto;
}
.inner {
	font-size: 0;
	vertical-align: middle;
	height: auto;
}
#nav-wrapper {
	height: auto;
	vertical-align: middle;
	font-size: 0;
}
.nav-wrapper-elem {
	display: inline-block;
	font-size: initial;
}
#logo-div {
	margin: 0 2em;
}
#logo {
	font-size: 2em;
}
#logo a {
	text-decoration: none;
}

.floatlist {
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: inline-block;
	font-size: initial;
}
.floatlist li {
	float: left;
	display: inline;
	margin: 0 1em;
	font-weight: bold;
}
#nav-wrapper li a{
	font-size: 1.25em;
	text-transform: uppercase;
	line-height: 2em;
}
#nav-wrapper #nav-subscribe a {
	font-size: 1em;
	text-transform: none;
	font-weight: normal;
}
.floatlist li a:hover, .floatlist li a:active, .floatlist li a:focus, .floatlist li a:visited:hover, .floatlist li a:visited:focus {
	padding: 0 0 5px;
	border-bottom: solid 3px #82BEF5;
	cursor: pointer;
	color: #82BEF5;
}
#nav-wrapper-2 li a:hover, #nav-wrapper-2 li a:active, #nav-wrapper-2 li a:focus, #nav-wrapper-2 li a:visited:hover, #nav-wrapper-2 li a:visited:focus {
	border-bottom: solid 2px #FFF;
	cursor: pointer;
	color: #FFF;
}
.floatlist li a:link,.floatlist li a:visited:link {
    /*
    this highlights links on iPhones/iPads.
    so it basically works like the :hover selector
    for mobile devices.
    */
    -webkit-tap-highlight-color: rgba(130, 190, 245, 0.3);
}

.cta-banner { 
  display: flex;
  flex-direction: column;
  padding: 1em 2em;
  background-color: #1F7880;
  margin: 1em;
  justify-items: center;
}

h2.cta-banner__title {
  font-size: 1.5em;
}

.cta-banner__text {
  font-weight: normal;
  font-size: 1em;
  padding: 0;
}

.cta-banner-link,
.post-content a.cta-banner-link {
  display: flex;
  padding: 8px 30px;
  border: 1px solid #fff;
  margin: 10px;
  border-radius: 5px;
  color: #fff;
  justify-content: center;
}

.cta-banner-link--orange,
.post-content a.cta-banner-link--orange {
  background-color: #ee7203;
  border-color: #ee7203;
}

.cta-banner-link--blue,
.post-content a.cta-banner-link--blue {
  background-color: #007bc2;
  border-color: #007bc2;
}

.cta-banner-link--purple,
.post-content a.cta-banner-link--purple {
  background-color: #522583;
  border-color: #522583;
}

.cta-banner-link--green,
.post-content a.cta-banner-link--green {
  background-color: #008b9c;
  border-color: #008b9c;
}

.cta-banner-link--newgreen,
.post-content a.cta-banner-link--newgreen {
  background-color: #13a538;
  border-color: #13a538;
}

.cta-banner-link--pink,
.post-content a.cta-banner-link--pink {
  background-color: #e6007e;
  border-color: #e6007e;
}

.cta-banner-link--red,
.post-content a.cta-banner-link--red {
  background-color: #b20e10;
  border-color: #b20e10;
}

@media screen and (min-width: 480px) {
  .cta-banner-link,
  .post-content a.cta-banner-link {
    margin: 20px 10px;
  }
  h2.cta-banner__title {
    font-size: 2.5em;
  }
}

a.cta-banner-link:hover {
  background-color: #fff;
  color: #1F7880;
  border-color: #fff; 
}

a.cta-banner-link:first-of-type {
  margin-left: 0;
}

.cta-banner-links {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 480px) {
  .cta-banner-links {
    flex-direction: row;
  }
}

.single-post .entry-content .post-content p.cta-banner__text {
  padding-left: 0;
  font-size: 1em;
  font-weight: normal;
}

#global-nav #globalnav li.highlighted {
	background-color: inherit;
}

.posts-list .h4 {
  font-size: 1.5em;
  line-height: 1.5em;
}

.posts-list .post-container .post-content .h6 {
  margin: 0;
  line-height: 1.125;
}

.posts-list .post-container .post-content .h4 {
  float: left;
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .posts-list .h4 {
    font-size: 1.75em;
    line-height: 1.75em;  
  }
}

.blog-preview-content .h4 {
  font-size:1.5em;
  line-height:1.75em; 
}

@media screen and (min-width: 768px) {
  .blog-preview-content .h4 {
    font-size:1.75em;
		line-height:1.9em; 
  }
} 

#global-nav #globalnav {
	background: white;
  color: #1f2121;

}

#global-nav #globalnav li.highlighted {
	background-color: inherit;
}

#global-nav #globalnav li.highlighted a {
	background-color: white;
  color: #1f2121;
  font-weight: bold;
}

#global-nav #globalnav ul li a {
  background: white;
  color: #1f2121;
  font-weight: bold;
}

#global-nav #globalnav li.submenu ul li {
  background: white;
  color: #1f2121;
  font-weight: bold;
}

#global-nav #globalnav li.submenu a {
  background: none !important;
}

#global-nav #globalnav>li a {
  background: white;
  color: #1f2121;
  font-weight: bold;
}

#global-nav #globalnav>li a:hover {
  color: #036268;
  font-weight: bold;
}

#cambridgenav {
  background-color: #00bdb6;
}

#cambridgenav li a {
  background-color: #00bdb6;
  color: #1f2121;
}

#cambridgenav li.highlighted {
  background-color: #D7FDF5;
}

#cambridgenav li.highlighted a {
  background-color: #D7FDF5;
  color: #133844;
}

#global-nav #globalnav .Cambridge-logo {
  width: 200px;
  padding: 10px;
  padding-top: 13px
}

svg.menu-down-arrow {
  width: 12px;
  height: 12px;
  margin-left: 5px;
  padding-bottom: 2px;
}

@media screen and (max-width: 972px) {
  svg.menu-down-arrow {
    display: none;
  }
}

.menu-down-arrow .down-arrow-inner {
  fill:#010002;
}


#global-nav #globalnav li.submenu a:hover .menu-down-arrow .down-arrow-inner {
  fill: #036268;
}

#global-nav #globalnav>li:first-child>a {
  background: none;
  text-indent: unset;
  margin: 0;
  width: auto;
}