@charset "utf-8";
/* CSS Document */
/*HEADER STYLINGS*/
.level1 {
  list-style: none;
}
.darkBlueBar {
  width: 100%;
  height: 10px;
  background-color: #003D73;
  margin: 0 auto;
}
.lightBlueBar {
  width: 100%;
  min-height: 125px;
  background-color: #015696;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.lightBlueContainer {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0 20px;
  position: relative;
}
@media (max-width: 1270px) {
  .lightBlueContainer {
    padding: 0 50px;
  }
}
@media (max-width: 1200px) {
  .lightBlueContainer {
    padding: 0 70px;
  }
}
.headerTextContainer {
  display: flex;
}
.blogHeader {
  padding-top: 20px;
  margin-top: 0;
  width: 250px;
  bottom: 3px;
}
.blogHeader a {
  text-decoration: none;
}
.blogHeaderText {
  color: white;
  font-weight: 100;
  font-size: 44px;
  text-decoration: none;
  line-height: 40px;
  transition: 0.25s;
}
.blogHeaderText:hover {
  color: #3DA4CC;
  font-weight: 100;
  font-size: 44px;
  text-decoration: none;
}
.headerNavbar {
  font-size: 16px;
  display: flex;
  color: white;
  flex-direction: row;
  width: 600px;
  padding-top: 50px;
  padding-right: 10%;
  justify-content: space-around;
}
.navbar-minor {
  display: block;
  position: relative;
  top: 30px;
}
.headerMinorTab {
  color: white;
}
/*
.nobg{
	background-color: transparent !important;
}
*/
.selectedBlue:hover span {
  color: steelblue
}
.selectedBlue:focus span {
  color: steelblue
}
/*END HEADER STYLINGS*/
/*BODY STYLINGS*/
#blogPosts {
  margin: 0 auto;
  max-width: 1200px;
  padding: 20px 20px;
}
#blogPosts:after {
  content: "";
  display: table;
  clear: both;
}
@media (max-width: 1270px) {
  #blogPosts {
    padding: 20px 50px;
  }
}
@media (max-width: 1200px) {
  #blogPosts {
    padding: 20px 70px;
  }
}
.leftColumn {
  width: calc(100% - 350px);
  float: left;
}
.welcome {
  color: #EF862B;
  font-size: 30px;
}
.welcomeText {
  font-size: 15px;
  /*padding-bottom: 25px;*/
}
.postRow {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 25px;
  padding-right: 10px;
}
.post {
  max-width: 390px;
  width: 47.5%;
  height: auto;
  border: 1px solid #BDBDBD;
  margin-bottom: 25px;
  border-radius: 5px;
  -webkit-box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.21);
  -moz-box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.21);
  box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.21);
  position: relative;
}
.article-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
article img{
	max-width: 100%;
	height: auto;
}
.thumbnailContainer{
	position: relative;
}
.postImage {
	max-width: 100%;
  width: 100%;
  height: auto;
/*  max-width: 390px;
  width: 100%;
  height: 150px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;*/
}
.postText {
  padding-top: 5px;
  padding-left: 7%;
  padding-right: 7%;
  margin-bottom: 50px;
}
.postDateContainer {
  margin-top: 5px;
  margin-bottom: 10px;
}
.postDate {
  font-weight: 700;
  font-size: 12px;
  color: #8B8B8B;
  position: relative;
  right: 1px;
  top: 10px;
  text-decoration: none;
  text-transform: uppercase;
}
.postDateNoLink {
  font-weight: 700;
  font-size: 14px;
  color: #8B8B8B;
  position: relative;
  right: 1px;
  top: 10px;
  text-decoration: none;
}
.postTitle {
  padding-top: 20px;
  font-size: 20px;
  color: rgb(6, 98, 173);
}
.postIntro {
  color: black;
  font-weight: 500;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
}
.postButtonLink {
  text-decoration: none;
  color: white;
}
.postButtonContainer {
  border-radius: 5px;
  background-color: #0060AA;
  border: none;
  color: white;
  height: 35px;
  width: 180px;
  text-decoration: none;
  vertical-align: middle;
  text-align: center;
  line-height: 30px;
  position: absolute;
  left: 20px;
  bottom: 15px;
}
.postButton {
  border-radius: 5px;
  background-color: #0060AA;
  border: none;
  color: white;
  height: 35px;
  width: 180px;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  padding-top: 2px;
  transition-duration: 0.25s;
}
.postButtonText {
  text-decoration: none;
  color: white;
}
.postButton:hover {
  background-color: #EE852A;
}
.olderButton {
  margin-top: 30px;
  margin-bottom: 30px;
  background-color: #00183E;
  border: none;
  color: white;
  height: 35px;
  width: 120px;
  font-weight: 600;
  font-size: 13px;
}
.postedByLink {
  position: relative;
  right: 12px;
}
.posthr {
  color: #C0C0C0;
  background-color: #C0C0C0;
  border-color: #C0C0C0;
}
.bottomhr {
  margin-top: 50px;
  margin-bottom: 10px;
}
/*END BODY STYLINGS */
/*SIDEBAR STYLINGS */
.rightColumn {
  width: 300px;
  float: right;
}
.contractorBox {
  padding-top: 30px;
  background-color: #4EA3CB;
  width: 100%;
  margin-top: 10px;
  max-width: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 15px;
}
.joinIntro {
  display: flex;
  flex-direction: row;
  margin-top: -10px;
}
.joinImg {}
.joinText {
  color: white;
  padding-top: 10px;
  font-size: 19px;
}
.joinButton {
  background-color: #EF862B;
  border: none;
  color: white;
  text-align: center;
  width: 90%;
  height: 35px;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 600;
	transition: 0.5s;
}
.joinButton:hover {
	background-color: #CC6101;
}
.subscribeBox {
  background-color: #0161AB;
  width: 100%;
  margin-top: 10px;
  max-width: 300px;
  height: 230px;
  min-height: 0 !important;
}
.subscribeHeader {
  color: white;
  padding-left: 10%;
  font-size: 18px;
  padding-top: 25px;
}
.subscribeText {
  color: white;
  padding-left: 10%;
  padding-right: 7%
}
.becomeMemberBox {
  background-color: #EE852A;
  width: 100%;
  margin-top: 10px;
  max-width: 300px;
	padding-bottom: 5px;
 /* height: 180px;*/
}
.becomeHeader {
  text-align: center;
  color: white;
  text-shadow: 1px 1px #8C4F1C;
  font-size: 28px;
  font-weight: 600;
  line-height: 30px;
	padding-top: 10px;
}
#joinButton {
  text-align: center;
}
.becomeFooter {
  text-align: center;
  color: white;
  text-shadow: 1px 1px #8C4F1C;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
}
.darkOrangeLine {
  background-color: #CC6101;
  height: 13px;
}
.adBox {
  background-color: white;
  border: 1px solid grey;
  width: 100%;
  height: 640px;
  margin-top: 10px;
  max-width: 300px;
}
.signUpBox {
  background-color: #0161AB;
  width: 100%;
  margin-top: 10px;
  max-width: 300px;
  margin-bottom: 20px;
  min-height: 0 !important;
}
.signUpBox form{
	padding-bottom: 0;
}
.stayHeader {
  padding-top: 20px;
  padding-left: 10px;
  color: #EE852A;
  font-size: 24px;
  font-weight: 700;
}
.stayText {
  margin-top: -10px;
  padding-left: 10px;
  color: white;
  font-size: 16px;
  font-weight: 600;
}
/*END SIDEBAR STYLINGS */
.mailingList {
  margin: 0 auto;
  height: 115px;
  background-color: #2F5677
}
@media (max-width: 1225px) {
  .postRow {
    flex-direction: column;
    margin-bottom: -25px;
  }
  .post {
    margin: 0 auto;
    width: 390px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1024px) {
}
@media (max-width: 875px) {
 .leftColumn {
    width: 100%;
	 float: none;
  }
	.rightColumn {
    width: 100%;
    float: none;
	margin-top: 10px;
  }
	.contractorBox{
		margin-top: 0;
		padding-top: 0;
	}
	.contractorBox a{
		width: 90%;
	}
	.contractorBox .joinButton{
		width: 100%;
	}
	broadstreet-zone-container{
		text-align: center;
	}
	.nav-links{
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.nav-links > div{
		margin: 0 auto;
		margin-bottom: 10px;
	}
}
@media (max-width: 775px) {
  .disappearAt750 {
    display: none;
  }
}
@media (max-width: 875px) {
  .headerNavbar {
    display: none;
  }
 
  .leftColumn .postText {
    margin: 0 auto 50px;
  }
  .postRow {
    margin-bottom: -25px;
    ;
  }
  .post {
    margin-bottom: 20px;
  }
  .olderButton {
    margin-bottom: 30px;
  }
  
  .rightColumn > * {
    margin: 0 auto;
    margin-bottom: 15px;
  }
  .joinIntro {
    padding-top: 15px;
    margin-bottom: -15px;
  }
  .becomeFooter {
    display: none;
  }
	.contractorBox > a{
		margin: 10px auto 0;
	}
}
@media (max-width: 930px) and (min-width:749px) {
  .joinIntro {
    margin-top: 10px;
  }
  .joinImg {
    height: 50px;
  }
  .joinText {
    color: white;
    padding-top: 10px;
    font-size: 15px;
  }
  .joinButton {
    background-color: #EF862B;
    border: none;
    color: white;
    text-align: center;
    width: 90%;
    height: 35px;
    margin: 0 auto;
    font-size: 16px;
    font-weight: 600;
  }
  .subscribeBox {
    background-color: #0161AB;
    width: 100%;
    height: 245px;
    margin-top: 10px;
    max-width: 300px;
  }
  .subscribeHeader {
    color: white;
    padding-left: 10%;
    font-size: 16px;
    padding-top: 25px;
  }
  .subscribeText {
    font-size: 14px;
    color: white;
    padding-left: 10%;
    padding-right: 7%
  }
  .becomeMemberBox {
    background-color: #EE852A;
    width: 100%;
    height: 175px;
    margin-top: 10px;
    max-width: 300px;
  }
  .becomeHeader {
    text-align: center;
    color: white;
    text-shadow: 1px 1px #8C4F1C;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
  #joinButton {
    text-align: center;
    margin: 0 auto;
  }
  .becomeFooter {
    display: none;
  }
  .darkOrangeLine {
    background-color: #CC6101;
    height: 13px;
  }
  .adBox {
    background-color: white;
    border: 1px solid grey;
    width: 100%;
    height: 640px;
    margin-top: 10px;
    max-width: 300px;
  }
  .signUpBox {
    background-color: #0161AB;
    width: 100%;
    height: auto;
    margin-top: 10px;
    max-width: 300px;
  }
  .stayHeader {
    padding-top: 20px;
    padding-left: 10px;
    color: #EE852A;
    font-size: 24px;
    font-weight: 700;
  }
  .stayText {
    margin-top: -10px;
    padding-left: 10px;
    color: white;
    font-size: 16px;
    font-weight: 600;
  }
}
.ToggleMenu.Open, .headerCall {
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  margin: 15px 10px 0;
  background-color: #015596;
  position: absolute;
  right: 20px;
  z-index: 999999;
  border: 2px solid #003D73;
  background-size: cover;
}
.ToggleMenu.Open {
  float: left;
  background-image: url("../images/responsive/open-menu-button.png");
}
.ToggleMenu.Open:hover {
  background-color: #333;
}
.headerCall {
  float: right;
  background-color: #0c60a9;
  background-image: url(../images/contact-icon.png);
  background-position: center center;
  display: none;
}
.headerCall:hover {
  background-color: #D95E55;
}
.ToggleMenu.Close, .ToggleSubMenu.Close, .ToggleRight.Close {
  width: 50px;
  height: 50px;
  padding: 10px;
  background-image: url("../images/responsive/close-menu-button.png");
  background-repeat: no-repeat;
}
.ToggleMenu.Close {
  float: right;
}
.ToggleSubMenu.Close, .ToggleRight.Close {
  float: left;
}
@media (min-width:769px) {
  .ToggleMenu {
    display: none;
  }
}
/*Side Menu WP---------------------------------------------------------*/
#sidemenu ul#SideMenu {}
#sidemenu {
  clear: both;
  background-color: #333;
	transition: 0.5s;
}
.sidr ul li ul li {
  line-height: 1.8 !important;
  font-size: 13px !important;
}
#sidemenu > ul {
  border: none !important;
  margin-top: 55px;
  /* margin-top: 15px;*/
  margin-bottom: 0;
}
#sidemenu > ul > li {
  border-top: none !important; /*border-bottom:1px solid #7f442f;*/
}
#sidemenu .sub-menu {
  border: none !important;
}
#sidemenu ul > li > a {
  padding-left: 30px !important;
}
#sidemenu ul > li > a:hover {
  background-color: #333;
  color: #FFF;
}
#sidemenu .sub-menu li a {
  padding: 5px 15px;
}
/*menu-item-has-children*/
/*Firt tier with sub-menu---------------------*/
#sidemenu > ul > li.menu-item-has-children > a {
  background-image: url(../images/responsive/sidelinks-expand.png);
  background-repeat: no-repeat;
  background-position: left 6px;
}
#sidemenu > ul > li.menu-item-has-children.active > a {
  background-image: url(../images/responsive/sidelinks-close.png);
  background-color: #555 !important;
}
/*Second Tier-------------------------------*/
#sidemenu > ul > li > ul.sub-menu {
  display: none;
  background-color: #555;
  border-top: none;
}
#sidemenu > ul > li > ul.sub-menu > li {
  border-top: none;
}
#sidemenu > ul > li > ul.sub-menu > li > a {}
#sidemenu > ul > li > .sub-menu > li:hover > a {
  background-color: #555;
  color: #fff;
}
/*Third Tier-------------------------------*/
#sidemenu > ul > li > ul.sub-menu > li > ul.sub-menu {
  border-top: none;
  margin-bottom: 20px;
}
#sidemenu > ul > li > ul.sub-menu > li > ul.sub-menu > li {
  border-top: none;
}
#sidemenu > ul > li > ul.sub-menu > li > ul.sub-menu > li > a {
  padding-left: 45px !important;
  padding: 0px 10px 0px 45px !important;
}
#sidemenu > ul > li > ul.sub-menu > li > ul.sub-menu > li:hover > a {
  background-color: #EEE;
  color: #333;
}
#sidemenu > ul > li > ul.sub-menu > li > ul.sub-menu > li > a:before {
  content: "- ";
}
.sub-menu li:hover {
  border: none !important; /*background-color: #EEE !important;*/
}
/*Side Menu other links/small menu----------------*/
.smallmenu {
  text-align: left;
  font-size: 0.867em;
  border: none !important;
  margin-top: 0 !important;
}
.smallmenu li {
  padding: 0;
  line-height: 42px !important;
  border: none !important;
}
.smallmenu li a {
  padding: 0 0 0 35px !important;
}
/*Side Menu cta---------------*/
.mobile-menu-call {
  font-weight: 700;
  background-color: #820202;
  color: #FFF;
  text-align: center;
  padding: 5px;
  font-size: 20px;
  margin-top: 55px;
  font-family: 'Oswald', sans-serif;
}
.mobile-menu-call a {
  color: #FFF;
  text-decoration: none;
}


.blogNav a {
  color: #FFF;
  font-weight: 700;
  width: 150px;
	font-size: 15px;
  text-align: center;
  transition: 0.5s;
  text-transform: uppercase;
	white-space: nowrap;
}

/*ul.blogNav > li:hover > a {
	color: #003D73;
}*/
.blogNav li a:hover {
  color: #003D73;
}
.blogNav li ul li a:hover {
  color: #FFF;
}
.blogNav li {
  float: left;
  width: 150px;
}
.blogNav li ul {
  flex-direction: column;
  list-style: none;
  padding-left: 0;
  display: none;
  width: 150px;
  z-index: 800;
/*  margin-top: 5px;*/
}
.blogNav li ul.sub-menu .menu-item-has-children {
  padding-bottom: 0;
  min-height: 25px;
}
.blogNav li ul li {
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #003D73;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 12px;
  width: 250px;
  z-index: 900;
}
.blogNav li ul li ul{
	z-index: 1000;
}
.blogNav li ul li ul li{
	width: 235px;
}
.blogNav li:hover > ul {
  display: flex;
	position: absolute;
}
.blogNav li:hover > ul li ul {
	position: relative;
}
ul.blogNav .menu-item-has-children > a::after{
	content:"▼";
	padding-left: 1px;
}
ul li:hover {
  /*background-color: #eee;*/
  transition: 1s;
}
/*ul.menu-blog-menu > li:hover > a {
  color: #003D73;
}*/
.sub-menu li{
	transition: 0.5s;
}
.sub-menu li:hover {
	background-color: #001F37;
	color:#FFF !important;
}
.sub-menu a:hover {
	color:#FFF !important;
}
.nav-accanow{
	background-color: none;
	background: url("../images/ACCANow.png?v2");
	width: 150px;
	height: 40px;
	background-size: contain;
    background-repeat: no-repeat;
    position: relative;
	background-position: center center;
	padding: 0 10px;
}
.nav-accanow:hover{
	width: 150px;
	height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
	background-color: #003D73;
    position: relative;
}
.nav-accanow a{
	opacity: 0;
	width: 100%;
	height: 100%;
}
.ACCANowPost{
	position: absolute;
	right: 0;
	width: 150px;
	bottom: 0;
	background-color: #0161AB;
	padding: 10px;
}
.ACCANowNoThumbContainer{
	min-height: 27px;
}
.ACCANowPostNoThumb{
	background-color: #0161AB;
	position: absolute;
	right: 0;
	width: 150px;
	padding: 10px;
}
.aside{
	background-color: #EE852A;
	color: white;
}
.aside .article-content{
}
.membersExclusive{
	padding: 15px 7%;
	background-color: #CC6101;
}
.aside .exclusiveHeader{
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 0;
}
.aside p.joinNow{
	font-size: 14px;
	margin-bottom: 5px !important;
}
.aside .postTitle, .aside .entry-date{
	color: white;
}
.aside .postButton:hover{
	background-color: #CC6101;
}
.posts-navigation .screen-reader-text{
	display: none;
}
.posts-navigation .nav-links > div{
	border-radius: 5px;
    background-color: #0060AA;
    border: none;
    height: 35px;
    width: 180px;
    text-align: center;
    vertical-align: middle;
    padding-top: 2px;
    transition-duration: 0.25s;
	text-decoration: none;
    color: white;
	transition: 0.5s;
}
.posts-navigation .nav-links > div:hover{
	background-color: #EE852A;
}
.posts-navigation .nav-links div {
	padding-top: 2px;	
}
.posts-navigation .nav-links a{
    height: 100%;
    width: 180px;
	    display: block;
	text-decoration: none;
    color: white;
	font-size: 20px;
	padding-top: 2px;
}
.nav-previous{
	float: left;
}
.nav-next{
	float: right;
}
.adSpacer{
	margin-top: 20px; 
}
@media (max-width: 520px){
	#blogPosts{
		padding: 20px 20px;
	}
	.post{
		width: 95%;
	}
	.aside .article-content{
		height: auto;
		min-height: 248px;
	}
	.lightBlueContainer{
		padding: 0 20px;
	}
}
.currentIssue{
	float: right; 
	max-width: 230px; 
	margin: 0 0 20px 20px;
}
.site-main.magazine h2{
	    color: #325086;
	font-weight: 600;
	font-size: 36px;
}
.archivedIssueContainer{
	width: 30%;
	padding: 10px 1%;
	text-align: center;
	margin-bottom: 15px;
}
.archivedIssueFlex{
	display: flex;
	flex-wrap: wrap;
}
@media (max-width: 640px){
	.currentIssueContainer{
		text-align: center;
	}
	.currentIssue{
		float: none;
	}
	.archivedIssueFlex{
		flex-direction: column;
	}
	.archivedIssueContainer{
		width: 100%; 
	}
}
@media (max-width: 767px){
	.secondary-pull-right{
		display: none;
	}
	#MPAuxNav ul.level1{
		padding-left: 0;
	}
}
@media (max-width: 500px){
	#MPAuxNav ul.level1{
		font-size: 12px;
	}
	#MPAuxNav ul.level1 li a{
		    padding: 5px 5px;
	}
}
@media (max-width: 450px){
	.blogHeaderText{
		font-size: 35px;
	}
	.blogHeader{
		width: 200px;
	}
}

/***** important ******/
#content {
	/*font-size: 1.45rem; line-height:1.6;*/
}
#content p {
    margin: 0 0 25px;
}
#joinButton{
	margin: 0 auto 15px !important;
}
#content img {
	max-width: 100%;
	height: auto;
}

@media (max-width: 665px){
    #MPAuxNav ul.level1 li a{
        padding: 5px 1px !important;
    }
}
@media (max-width: 580px){
    #MPAuxNav ul.level1 li a{
        font-size: 12px !important;
    }
}

/*NEW SEARCH*/
#searchBarContainer{
	background-color: #3b90b2;
}
#searchBar{
    max-width: 1200px;
    margin: 0 auto;
	max-height:0px;
	transition: 0.75s;
	overflow: hidden;
}
#searchBar.displaySearchBar{
	max-height: 60px;
}
.search-submit:after{
	content:"Hello!";
	width: 20px;
	height: 20px;
	color: green;
	background-color: blue;
}
#search-5{
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: center;
}
.searchb .glyphicon-search{
	top: 4px;
}
#searchBar label{
	max-width: 830px;
	width: 100%;
}
#searchBar input[type="search"]{
	max-width: 100%;
    width: 100%;
	border: 1px solid white;
    background-color: transparent;
    color: white;
    padding: 5px;
}
#searchBar input[type="search"]::placeholder{
	color: rgb(156, 199, 216);
	padding-left: 15px;
	font-style: italic;
}
#searchBar input[type="submit"] {
	border: 1px solid white;
    background-color: transparent;
    color: white;
    padding: 5px;
}
#content blockquote {
	padding: 20px 40px;
	background-color: #eee;
	    margin-bottom: 20px;
    line-height: 1.4;
}
#content blockquote p {
	font-size:16px;
	font-weight: 400;
	line-height: 1.4;
	padding-left: 10px;
	padding-right: 10px;
}

.navigation.posts-navigation .nav-links, .navigation.posts-navigation{
	width: 100%;
}