/* 
  -----------------------------------
  PVII Vanilla
  by Project Seven Development
  www.projectseven.com
  Custom CSS
  -----------------------------------
*/


/* Add your Exception and Custom Rules Here*/

/*Media Query for all devices at screen/browser widths of 700px or less*/
@media only screen and (min-width: 701px) and (max-width: 1100px) {
/*Add rules here*/
p {
	font-size: 1em;
	line-height: 1.3em;
	padding: 10px;
}


#home {
	clear: both;
}

#layout-container #masthead #masthead-left a .scalable {
	max-width: 65%;
	padding-top: 10px;
	padding-left: 10px;
}
#smartphonelinks .vanilla-row .column-group.max-100 .vanilla-column.column-50 h2 {
	background-color: #384F23;
	padding-right: 5px;
	padding-left: 5px;
	margin-right: auto;
	margin-left: auto;
	color: #FFF;
	padding-top: 5px;
	padding-bottom: 5px;
	max-width: 250px;
	text-align: center;
	font-weight: 300;
	
}
#smartphonelinks .vanilla-row .column-group.max-100 .vanilla-column.column-25 h2 {
	padding-right: 10px;
	padding-left: 10px;
	margin-right: auto;
	margin-left: auto;
	color: #FFF;
	padding-top: 5px;
	padding-bottom: 5px;
	max-width: 250px;
	text-align: center;
	font-weight: 300;
}
#smartphonelinks .vanilla-row .column-group.max-100 .vanilla-column.column-25 h2 a {
	background-color: #3A5124;
	padding-right: 10px;
	padding-left: 10px;
	color: #FFF;
	text-decoration: none;
	font-size: .9em;
}
#smartphonelinks .vanilla-row .column-group.max-100 .vanilla-column.column-25 h2 a:hover {
	background-color: #3A5124;
	padding-right: 12px;
	padding-left: 12px;
	color: #FF0;
	text-decoration: none;
	font-size: 0.9em;
}


}

/*Media Query for all devices at screen/browser widths of 700px or less*/
@media only screen and (min-width: 481px) and (max-width: 700px) {
/*Add rules here*/
.bam-bg {
	position: relative;
	z-index: 2;
}
p {
	font-size: 1em;
	line-height: 1.3em;
	padding: 10px;
}
#home {
	clear: both;
}
#layout-container #masthead #masthead-left a .scalable {
	max-width: 50%;
	padding-top: 10px;
	padding-left: 10px;
}

#smartphonelinks .vanilla-row .column-group.max-100 .vanilla-column.column-50 h2 {
	background-color: #384F23;
	padding-right: 5px;
	padding-left: 5px;
	margin-right: auto;
	margin-left: auto;
	color: #FFF;
	padding-top: 5px;
	padding-bottom: 5px;
	max-width: 250px;
	text-align: center;
	font-weight: 300;
	
}
#smartphonelinks .vanilla-row .column-group.max-100 .vanilla-column.column-25 h2 {
	padding-right: 10px;
	padding-left: 10px;
	margin-right: auto;
	margin-left: auto;
	color: #FFF;
	padding-top: 5px;
	padding-bottom: 5px;
	max-width: 250px;
	text-align: center;
	font-weight: 300;
}
#smartphonelinks .vanilla-row .column-group.max-100 .vanilla-column.column-25 h2 a {
	background-color: #3A5124;
	padding-right: 10px;
	padding-left: 10px;
	color: #FFF;
	text-decoration: none;
	font-size: .9em;
}
#smartphonelinks .vanilla-row .column-group.max-100 .vanilla-column.column-25 h2 a:hover {
	background-color: #3A5124;
	padding-right: 12px;
	padding-left: 12px;
	color: #FF0;
	text-decoration: none;
	font-size: 0.9em;
}

}


/*Media Query for smartphones*/
@media only screen and (max-device-width: 480px) {
/*Add rules here*/

#layout-container #masthead #masthead-left a .scalable {
	max-width: 50%;
	padding-top: 10px;
	padding-left: 10px;
}

#smartphonelinks .vanilla-row .column-group.max-100 .vanilla-column.column-50 h2 {
	background-color: #384F23;
	padding-right: 5px;
	padding-left: 5px;
	margin-right: auto;
	margin-left: auto;
	color: #FFF;
	padding-top: 5px;
	padding-bottom: 5px;
	max-width: 250px;
	text-align: center;
	font-weight: 300;
	
}
#smartphonelinks .vanilla-row .column-group.max-100 .vanilla-column.column-25 h2 {
	padding-right: 10px;
	padding-left: 10px;
	margin-right: auto;
	margin-left: auto;
	color: #FFF;
	padding-top: 5px;
	padding-bottom: 5px;
	max-width: 250px;
	text-align: center;
	font-weight: 300;
}
#smartphonelinks .vanilla-row .column-group.max-100 .vanilla-column.column-25 h2 a {
	background-color: #3A5124;
	padding-right: 10px;
	padding-left: 10px;
	color: #FFF;
	text-decoration: none;
	font-size: .9em;
}
#smartphonelinks .vanilla-row .column-group.max-100 .vanilla-column.column-25 h2 a:hover {
	background-color: #3A5124;
	padding-right: 12px;
	padding-left: 12px;
	color: #FF0;
	text-decoration: none;
	font-size: 0.9em;
}
#home {
	clear: both;

}
}

/*Media Query for smartphones in landscape mode*/
@media only screen and (max-device-width: 480px) and (orientation : landscape) {
/*Add rules here*/


	#smartphonelinks .vanilla-row .column-group.max-100 .vanilla-column.column-50 h2 {
	background-color: #384F23;
	padding-right: 5px;
	padding-left: 5px;
	margin-right: auto;
	margin-left: auto;
	color: #FFF;
	padding-top: 5px;
	padding-bottom: 5px;
	max-width: 250px;
	text-align: center;
	font-weight: 300;
	
}
#smartphonelinks .vanilla-row .column-group.max-100 .vanilla-column.column-25 h2 {
	padding-right: 10px;
	padding-left: 10px;
	margin-right: auto;
	margin-left: auto;
	color: #FFF;
	padding-top: 5px;
	padding-bottom: 5px;
	max-width: 250px;
	text-align: center;
	font-weight: 300;
}
#smartphonelinks .vanilla-row .column-group.max-100 .vanilla-column.column-25 h2 a {
	background-color: #3A5124;
	padding-right: 10px;
	padding-left: 10px;
	color: #FFF;
	text-decoration: none;
	font-size: .9em;
}
#smartphonelinks .vanilla-row .column-group.max-100 .vanilla-column.column-25 h2 a:hover {
	background-color: #3A5124;
	padding-right: 12px;
	padding-left: 12px;
	color: #FF0;
	text-decoration: none;
	font-size: 0.9em;
}

}


/*Media Query for Desktops*/
@media only screen and (min-device-width: 1101px) {
/*Add rules here*/
.mob-links{
	display:none;
	}
}	

/*Media Query for Phones*/
@media only screen and (max-device-width: 1100px) {

#layout-container #masthead #masthead-right #p7DMM_1 {
	display:none;
}
}



a[href^="tel"] {
  color: inherit; /* Inherit text color of parent element. */
  text-decoration: none; /* Remove underline. */
  /* Additional css `propery: value;` pairs here */
}

.btn_print_floorplan h3 {
	background-color: #3A5124;
	text-align: center;
	padding-top: 0.5em;
	padding-right: 0.25em;
	padding-bottom: 0.5em;
	padding-left: 0.25em;
	border: thin solid #663;
	max-width: 250px;
	margin-right: auto;
	margin-left: auto;
	border-radius: 6px 6px;

}
.btn_print_floorplan h3 a{
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
}
.btn_print_floorplan h3 a:hover{
	color: #FFF;
	text-decoration: none;
	font-size: 1.05em;
}

.btn_apply_now h3 {
	background-color: #666;
	text-align: center;
	padding-top: 0.5em;
	padding-right: 0.25em;
	padding-bottom: 0.5em;
	padding-left: 0.25em;
	border: thin solid #663;
	max-width: 250px;
	margin-right: auto;
	margin-left: auto;
	border-radius: 6px 6px;
}
.btn_apply_now h3 a{
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
}
.btn_apply_now h3 a:hover{
	color: #FFF;
	text-decoration: none;
	font-size: 1.05em;
}

.btn_ck_avail h3 {
	background-color: #666;
	text-align: center;
	padding-top: 0.5em;
	padding-right: 0.25em;
	padding-bottom: 0.5em;
	padding-left: 0.25em;
	border: thin solid #663;
	max-width: 300px;
	margin-right: auto;
	margin-left: auto;
	border-radius: 6px 6px;
}
.btn_ck_avail h3 a{
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
}
.btn_ck_avail h3 a:hover{
	color: #FFF;
	text-decoration: none;
	font-size: 1.05em;
}
.btn_ck_avail h4 {
	background-color: #666;
	text-align: center;
	border: thin solid #663;
	max-width: 250px;
	margin-right: auto;
	margin-left: auto;
	border-radius: 6px 6px;
	padding: 0.5em;
	margin-bottom: 0.5em;
}
.three-columns .vanilla-row .column-group.max-100 .vanilla-column.column-33 p {
	color: #FFF;
}

.btn_ck_avail h4 a{
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
}
.btn_ck_avail h4 a:hover{
	color: #FFF;
	text-decoration: none;
	font-size: 1.05em;
}


.phone {
	padding-right: 2em;
	padding-left: 2em;
	padding-bottom: 1em;
	padding-top: 1em;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}


.container {
	position:relative;
	width:100%;
	}
.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
	background-color: #000;
	background: rgba(0,0,0,.80);
}

.container:hover .overlay {
	opacity: 1;
	width: 100%;
}

.text {
	color: white;
	font-size: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
}
.container .overlay .text a{
	color: #FFF;
}



.btn h3 {
	background-color: #4797a8;
	text-align: center;
	padding-top: 0.5em;
	padding-right: 0.25em;
	padding-bottom: 0.5em;
	padding-left: 0.25em;
	border: thin solid #663;
	max-width: 250px;
	margin-right: auto;
	margin-left: auto;
	border-radius: 10px 10px 10px 10px;

}
.btn h3 a{
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: normal;
}
.btn h3 a:hover{
	color: #CCC;
	text-decoration: none;
}
.btn h4 {
	background-color: #4797a8;
	text-align: center;
	padding-top: 0.5em;
	padding-right: 0.25em;
	padding-bottom: 0.5em;
	padding-left: 0.25em;
	border: thin solid #663;
	max-width: 250px;
	margin-right: auto;
	margin-left: auto;
	border-radius: 10px 10px 10px 10px;
	color: #FFF;
}
.btn h4 a{
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: normal;
	font-size: .8em;
}
.btn h4 a:hover{
	color: #CCC;
	text-decoration: none;
}

#lower-nav ul .btn h5{
	background-color: #4797a8;
	text-align: center;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	border: thin solid #663;
	max-width: 110px;
	margin-right: 0px;
	margin-left: 0px;
	border-radius: 10px 10px 10px 10px;
	color: #060;
}
#lower-nav ul .btn h5 a{
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: normal;
	font-size: .9em;
}
#lower-nav ul .btn h5 a:hover{
	color: #FF0;
	text-decoration: none;
}


#home {
	clear: both;
	padding: 0px;
	background-color: #000;
}
.home_transparency {
	clear: both;
	padding-top: 0em;
	background-color: #000;
	background: rgba(255,255,255,.50);
	padding-bottom: 0px;
	height: 100%;
	width: 100%;
}
#home_stmt  {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-family: 'Anton', sans-serif;
	padding-top: 15%;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 50%;
	color: #FFF;
	font-size: 4em;
	text-shadow: 2px 2px 2px #000000;
	padding-right: 10%;
	padding-left: 10%;
	font-weight: normal;
	padding-top: 15%;
}
#home_stmt .home_stmt_2 {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-family: 'Anton', sans-serif;
	font-size: .75em;
	color: #FFF;
	font-weight: normal;
}
#home2 {
	clear: both;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000;
	width: 100%;
	background-image: url(../images/backgrounds_page/circle_pattern2.png);
	background-repeat: repeat;
	background-position: center center;
}

.home2_background {

}
.home2_transparency {
	clear: both;
	padding-top: 0em;
	padding-bottom: 2em;
	background-color: #000;
	background: rgba(255,255,255,.80);
}


#home2 p {
	font-size: 1em;
	font-weight: 400;
	color: #333;
}
#home2 h3 {
	color: #333;
}

#home2 h2 {
	font-weight: 400;
	padding-top: 1em;
	color: #333;
}
#thankyou {
	clear: both;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000;
	width: 100%;
	background-image: url(../images/backgrounds_page/background_fabric.jpg);
	background-repeat: repeat;
}
.thankyou_background {
}


.thankyou_transparency {
	background-color: rgba(255,255,255,.50);
	background-attachment: scroll;
	clear: both;
	padding-top: 2em;
	padding-bottom: 2em;
}
#thankyou .vanilla-column.column-100.padded {
	background-color: rgba(255,255,255,.70);
	border-radius: 4px;
	box-shadow: 8px 8px 8px #3A5124;
	border: thin solid #999;
}

#gallery img {
	border: medium solid #3A5124;
}
.ofc-hours p {
	font-size: 1em;
	line-height: 1.2em;
	margin: 0px;
	font-weight: 300;
	color: #666;
	padding: .25em;
}

.ofc-hours h2 {
	color: #333;
	padding-bottom: 0px;
	margin: 0px;
}

.parallax-window {
	clear: both;
	min-height: 100px;
	background: transparent;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #000;
}
.parallax-text {
	background-color: rgba(0,0,0,.6);
	background-size: cover;
	color: #FFF;
	font-size: 3em;
	padding-top: 1em;
	padding-bottom: 1em;
	font-weight: bold;
	clear: both;
}

.parallax-text h1 {
	font-size: 3em;
	font-weight: bold;
	line-height: 200px;
	color: #FFF;
}

.parallax-window2 {
	clear: both;
	min-height: 100px;
	background: transparent;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #000;

}


#gallery {
	clear: both;
	border-bottom-width: thin;
	border-bottom-style: solid;
	margin: 0px;
	padding: 0px;
}
.gallery_background {
	clear: both;
	background-color: #e5e4e2;

}

.gallery_transparency {
	background-color: rgba(255,255,255,.50);
	background-attachment: scroll;
	clear: both;
}
#gallery .banner {
	width: 100%;
	color: #FFF;
	clear: both;
}
#gallery .banner h3 {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#gallery .gallery_text.max-none {
	background-color: #000;
	color: #CCC;
}

#gallery h2 {
	color: #CCC;
}
#gallery p {
	color: #CCC;
}




#features {
	clear: both;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #333;
}



.features_background {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	max-width: 100%;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #666;
	clear: both;
	background-color: #e5e4e2;

}
.features_transparency {
	background-color: rgba(255,255,255,.95);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
	min-height: 400px;
}

#features .feat-col3 {
	background-image: url(../images/features-pic.jpg);
	max-height:60vh;
	min-height:50vh;
	background-repeat: no-repeat;
	background-position: left center;
	width: 100%;
}
#features h2 {
	color: #666;
	padding-top: .25em;
	padding-right: 2em;
	padding-left: 2em;
	padding-bottom: .25px;
}
#features p {
	font-size: 0.9em;
	line-height: .9em;
	color: #666;
}
#features p1 {
	font-size: 0.9em;
	color: #05616c;
	padding-right: 1em;
	padding-left: 1em;
	margin-right: auto;
	margin-left: auto;
}
#features ul  {
	font-size: 1em;
	line-height: 1.3em;
	color: #666;
	margin-right: auto;
	margin-left: auto;
}
#features ul li {
	font-size: 1.4em;
	line-height: 1.6em;
	color: #666;
	list-style-type: square;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	list-style-position: inside;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 2em;
	padding-left: 2em;
}
#features .disclaimer p{
	font-size: 0.8em;
	color: #666;
	padding-right: 1em;
	padding-left: 1em;
}


#floorplans {
	clear: both;
	background-color: rgba(255,255,255,.85);
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.floorplans_background {
	background-color: #e5e4e2;
}

.floorplans_transparency {
	background-color: rgba(255,255,255,.85);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 0em;
	padding-bottom: 0em;
}
#floorplans h2{
	clear: both;
	color: #666;
	padding: .5em;
}
#floorplans h3{
	clear: both;
	color: #999;
	padding: .5em;
}
#floorplans p {
	color: #333;
}
#floorplans .disclaimer {
	font-size: 1em;
	color: #000;
	padding-top: 0.5em;
	padding-right: 1em;
	padding-bottom: 0.5em;
	padding-left: 1em;
}


#location {
	clear: both;
	margin: 0px;
	padding: 0px;
	min-height: 480px;
}



.location_background {
	background-position: center center;
	background-attachment: scroll;
	background-repeat: repeat;
	background-color: #e5e4e2;
	margin: 0px;
	padding: 0px;
	clear: both;
}
#location .location-content {
	padding: 1em;
}


.location_transparency {
	background-color: rgba(255,255,255,.1);
	margin: 0px;
	padding: 0px;
	clear: both;
}
#location h2 {
	margin: 0px;
	padding-top: 0.5em;
	padding-right: 1em;
	padding-bottom: 0.5em;
	padding-left: 1em;
	color: #666;
}
#location p {
	margin: 0px;
	padding-top: 0.5em;
	padding-right: 1em;
	padding-bottom: 0.5em;
	padding-left: 1em;
	color: #666;
	font-size: 1.2em;
	line-height: 1.4em;
}
p {
	padding: 1em;
}
#footer p {
	padding: .25em;
}
.mob-links {
	clear: both;
	margin-right: auto;
	margin-left: auto;
	color: #FFF;
	background-color: #666;
}
.mob-links p {
	font-size: 1.2em;
	padding-top: .2em;
	padding-right: 0px;
	padding-bottom: .2em;
	padding-left: 0px;
}
.mob-links p a {
	text-decoration: none;
	color: #FFF;
}
.ofc-hours p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 2em;
	padding-bottom: 0px;
	padding-left: 2em;
}
#masthead-left a .scalable {
	padding-top: 7px;
	padding-bottom: 5px;
}
#check-avail {
		clear: both;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000;
	width: 100%;
	background-image: url(../images/backgrounds_page/background_fabric.jpg);
	background-repeat: repeat;
}
.check-avail_transparency {
		background-color: rgba(255,255,255,.50);
	background-attachment: scroll;
	clear: both;
	padding-top: 2em;
	padding-bottom: 2em;
}
#check-avail .vanilla-row .column-group.max-1280 {
		background-color: rgba(255,255,255,.70);
	border-radius: 4px;
	box-shadow: 8px 8px 8px #3A5124;
	border: thin solid #999;
}
#check-avail .vanilla-row .column-group.max-1024 {
		background-color: rgba(255,255,255,.70);
	border-radius: 4px;
	box-shadow: 8px 8px 8px #3A5124;
	border: thin solid #999;
}
#check-avail .vanilla-row .column-group.max-980 {
		background-color: rgba(255,255,255,.70);
	border-radius: 4px;
	box-shadow: 8px 8px 8px #3A5124;
	border: thin solid #999;
}
#check-avail .scalable {
	border: medium solid #3A5124;
}
.three-btn {
	background-color: #333;
	width: 100%;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #FFF;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
.three-btn .three-btn-cols {
	margin-right: auto;
	margin-left: auto;
}
.three-btn .three-btn-cols p a{
	color: #000;
	text-decoration: none;
	font-weight: bold;

}
.three-btn .three-btn-cols p a:hover{
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.1em;
}
#three-btn-div .three-btn .hcol-one p {
	background-color: #666;
}
#three-btn-div .three-btn .hcol-two p {
	background-color: #999;
}
#three-btn-div .three-btn .hcol-three p {
	background-color: #666;
}
.three-columns {
	clear: both;
	width: 100%;
	background-color: #6CF;
	margin: 0px;
	padding: 0px;
}
.home-bottom-sec {
	background-attachment: fixed;
	background-image: url(../images/backgrounds_page/background06.jpg);
	background-repeat: repeat;
	clear: both;
	background-position: center top;
	background-color: #333;
}
.home-bottom-sec-transparency {
	background-color: rgba(255,255,255,.75);
	min-height: 150px;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
}
.three-columns .vanilla-row .column-group.max-100 .vanilla-column.column-33 ul li {
	list-style-type: none;
	line-height: 1.5em;
	color: #FFF;
}

.line {
	width: 75px;
	height: 0;
	border: 1px solid #333;
	margin: 7px;
	display:inline-block;
	text-align: center;
}

.line-container {
	position:relative;
	width:100%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-size: 2em;
	padding-top: 0em;
}
.home-bottom-sec-content h3 {
	font-size: 1.25em;
	color: #333;
}
.home-bottom-sec-content p {
	font-size: 1.25em;
	color: #333;
}
.ofc-hours p a {
	text-decoration: none;
}
.home-bottom-sec-content .line-container {
	padding-top: 1em;
	padding-bottom: 1em;
}
#layout-container .columns-container .three-columns .vanilla-row .column-group.max-100 .vanilla-column.column-33 .line-container {
	padding-top: 1em;
}
.footer-mgtlogo a .scalable {
	max-height: 60px;
	max-width: 90px;
}
#layout-container #masthead #masthead-left a .scalable {
	max-height: 80px;
	max-width: 118px;
}
#layout-container #masthead #masthead-right #p7DMM_1 {
}
