@charset "UTF-8";

/* -- MONTHLY SPECIALS --*/

#disclaimer{
	}
#disclaimer .find-consultant-disclaimer {
	color:#000000;
	height: auto;
	clear: both;
	text-align:left;
	margin: 15px 0 0 0;
	float:left;
}
	
#disclaimer p {
	font-size:12px;
	line-height:1.25;
	color:#666666;
}
.find-consultant-content{
	height:auto;
	margin:5px auto 0 auto;
	padding:5px 7px;
	border-top: 2px dashed #aaaaaa;
	border-bottom: 2px dashed #aaaaaa;
}

.list-as-grid {
	display: block;
	text-align: center;
	list-style-type: none;
	margin: 0;
	padding: 1em 0px;
}

.lt-ie9 .list-as-grid {
	width: 100%;
	clear: both;
	padding-bottom: 1em;
}

.list-as-grid li {
	display: inline-block;
	margin: 0 0.5em 1em 0.5em;
	vertical-align: top;
	width: 138px;
}

.lt-ie9 .list-as-grid li {
	float: left;
	display: block;
	height: 200px;
}

.specials h1 {
	font-size: 24px;
	line-height: 30px;
	margin: 0 0 0.5em;
	width: auto;
	text-transform: uppercase;
	text-align: center;
	border: 0;
	white-space: normal;
}

.list-as-grid ul {
	float: left;
	clear: left;
	list-style-type: none;
	margin: 0;
	padding: 10px 0px;
}

.list-as-grid ul li {
	display: inline-block;
	width: 150px;
	padding: 15px ;
	text-align: center;
	vertical-align: top;
	background: none;
	font-size: 15px;
	font-weight: bold;
	margin: -.25em 0 0 0;
	position: relative;
	height: auto;
}

.specials .minicon a:before{
	content:"";
	display: block;
	width: 140px;
	height: 140px;
	background: #cccccc;
	border-radius: 50%;
	margin: 0 auto .5em;
}

.specials a {
	padding: 0;
}

.specials a img {
	display: block;
	margin: 0 auto 1em;
	width: 110px;
}

.specials .marketingname {
	font-weight:bold;
}

.specials .marketingname, .specials .fullname{
	display: block;
	line-height: 17px;
	text-align:center;

}
.specials .fullname{
	font-size: 13px;
	font-weight: normal;
	margin-top: .3em;
}
.specials p.sharing {
	margin-bottom: .5em;
}

.nobreak {
	white-space:nowrap;
}

.minicon{
	padding: 2px 5px 5px 25px;
}
			
a.sub:link {
	color: #FFFFFF;
}
a.sub:visited {
	color: #FFFFFF;
}

#wrap, .wrap {
	width:100%;
	max-width:1000px;
	height:auto;
	margin:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

.specials .list-as-grid li {
    display: inline-block;
    height: 170px;
    margin: 0;
    vertical-align: top;
    width: 138px;
	padding: 0 8px 10px 8px;
}
.specials a img {
	width:auto;
}
.specials .list-as-grid li.featured {
	height: auto; 
	display: block; 
	float: left; 
	width: 31%;
}
.specials .list-as-grid li.featured .marketingname {
	font-size:18px;
}
.specials .list-as-grid li.featured .fullname {
	font-size:16px;
	line-height:1.2em;
}
.specials .list-as-grid li.featured a img {
	width: 250px;
}
.specials .list-as-grid li.button,
#rep-template .specials .list-as-grid li.button {
    background: none;
    color: #666666;
    display: inline-block;
    float: none;
	width:292px;
	height: auto;
	border: none;
	box-shadow: none;
}
.specials .list-as-grid li.button a,
#rep-template .specials .list-as-grid li.button a {
   background: none repeat scroll 0 0 #DDDDDD;
    border: 8px solid #DE1C85;
	border-radius: 8px;
    color: #666666;
    display: block;
    font-family: 'Oswald','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 1.6em;
	line-height: 1.4em;
    margin: 20px auto;
    padding: 10px;
	width: 220px;
}
.specials .list-as-grid li.button a:hover,
#rep-template .specials .list-as-grid li.button a:hover {
   background: none repeat scroll 0 0 #cccccc;
}

.specials .button.wide,
#rep-template .specials .button.wide {
	width: 96%;
	height:auto;
	text-align: center; 
	text-transform:none; 
	font-size:1.5em; 
	line-height:1.2em;
	padding: 5px 2%;
}

.specials .button.wide .find-consultant-content,
#rep-template .specials .button.wide .find-consultant-content {
	padding:16px;
	font-family: 'Oswald','Helvetica Neue',Helvetica,Arial,sans-serif;
}

/* override Facebook iframe sizing of video */
.specials.iframe .header-image iframe { width:540px !important; height:270px !important; }
.specials.iframe .list-as-grid li { width: 118px; }
.specials.iframe .list-as-grid li.featured { width: 31%; }
.specials.iframe .list-as-grid li.button { width: 250px; }

/* override uic-main font-size for specials page */
.uic-main .specials { font-size: 15px !important; }


/* ----------------------- 
Landscape phone to portrait tablet 
(screens less than 767px wide) 
-------------------------- */

@media (max-width: 767px) {
	
	.specials.tog .list-as-grid li.featured,
	.specials.tog .list-as-grid li.button {
		width: 100% !important;
		margin-bottom: 20px;
		padding: 0 !important;
	}
	.specials.tog .list-as-grid li.button a {
		width: auto !important;
	}
	
  
}