/* RSLNSW Responsive */


/* Fluid  */
@media screen and (max-width: 930px) {
* {
	-moz-animation: none !important;	
	-ms-animation: none !important;
	-webkit-animation: none !important;
	animation:none !important;	
}
img {
    max-width: 98%;
}

#nav li a {
	padding: 0 8px;
}
#outterWrap {
	box-sizing: border-box;
	width: 100%;
}
#innerWrap {
	box-sizing:border-box;
	width: 100%;
	padding:0 20px;
}
#content, #content-full, body#home #content {
	box-sizing:border-box;
	width: 54%;
	margin:0 1%;
	padding:0;
}
#sideBar, #sideBarB {
	box-sizing:border-box;
	width: 20%;
}
#sideBarB {
	float:right;
}

#footer {
	width:100%;	
}
#footerWrap {
	box-sizing:border-box;
	height:auto;
	padding:0 20px;	
}
#footer span {
	display:block;
	margin:10px 0;	
}
#footer .social {
	position:static;
	display:inline-block;
	margin:10px 0;	
}

.newVersion > * {
	box-sizing:border-box;	
}
.newVersion .wrapper, .newVersion #contentWrap {
	width:100%;	
}
.newVersion #nav {
	display:none;
}
.newVersion .mobile {
	display:block;	
}
.newVersion a.ancillary {
	height: 17px;
	width: 25px;
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 20px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.newVersion a.ancillary span {
    background: none repeat scroll 0 0 #343434;
    display: block;
    height: 2px;
    margin: 0 0 5px;
    width: 100%;
}
.newVersion .topRow li, .newVersion .bottomRow li {
    margin: 10px auto;
    text-align: center;
    width: 50%;
    background:none;
}
.newVersion .topRow li a, .newVersion .bottomRow li a {
    display: inline;
}
.newVersion #newsUpdates {
    background: #FFF;
    width: 34%;
    height: 265px;
    margin: 10px 0;
    padding: 0 8%;
    text-align: center;
	min-width:220px;
}
.newVersion h4.newsUpdates {
    margin: 0;
    background: #bcbcbc;
    padding: 20px 0 15px;
}
.newVersion #newsUpdates ul {
    background: #bcbcbc;
    padding: 0 0 60px;
}
.newVersion #newsUpdates li {
    float: none;
    margin: 0 auto 15px;
    width: 90%;
    padding: 0 5%;
}
body#home.newVersion #content {
    width: 100%;
    margin: 0;
    padding: 0;
}
body#home.newVersion #content img {
    max-width: 100%;
}
.newVersion .topRow {
	margin:30px auto 0;	
}
.newVersion .bottomRow {
	margin:0 auto 30px;	
}
.newVersion .footer {
    padding:30px 10px;
}

}



/*  Tablet/Mobile Responsive View  */
@media screen and (max-width: 800px) {

body, body#home {
	background:none;	
}
a.poppyLink {
	display:none;    
}
body#home #outterWrap {
  background-position:left top;      
}
.mobile {
	display:block !important;	
}
.mobile.headings {
	font-size:14px;
	font-style:italic;	
	text-align:center;
}
#header #logo {
	width: 102px;
	height: 128px;
	background-size: cover;
}
a.ancillary {
	height: 17px;
	width: 25px;
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 20px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
a.ancillary span {
    background: none repeat scroll 0 0 #FFF;
    display: block;
    height: 2px;
    margin: 0 0 5px;
    width: 100%;
}
#sideBar, #nav, #header #text, #bannerRotator, #nextBanner, #prevBanner {
	display:none;	
}
#content, #content-full, body#home #content {
	float: none;
	width: 100%;
	margin:0;
}
#header #shopBar {
	bottom: 0;
	left: 0;
	height: 40px;
	width:100%;
	background: url(../images/bg_shopBar2.png) no-repeat;
	top: inherit;
	right: inherit;
	padding: 0;
}
#header #shopBar #search {
	margin: 12px 0 0 20px;
}

body#home #sideBar {
	float: none;
	margin: 20px auto;
	max-width: 320px;
	display: block;
	width: 282px;
}
#signIn form {
  margin-top: 55px;
}
body#home #sideBar #signIn {
	background-size: 99%;
}
#signIn label {
	width: 50px;
}
#sideBarB {
	float: none;
	margin: 20px auto;
	max-width: 300px;
	display: block;
	width: 100%;
}
#sideBarB .inner a {
	display: inline-block;
	padding: 10px 0;
}
#sideBarB .inner ul {
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	display: block;
}
#sideBarB .bottom {
	background-position:center;
	text-align: center;
	display: block;
	margin: 0 auto;
}
#sideBarB a.callout {
	padding: 0px;
	margin: 10px auto;
	display: block;
	text-align: center;
}

.boxCTA {
	float: left;
	margin: 0 2% 20px !important;
	width: 45%;
}
#features .box {
	float: none;
	padding: 11px 12px;
	clear: both;
	margin: 20px auto;
}

.newVersion .social {
    float: none;
    display: block;
    overflow: auto;
    text-align: center;
    margin: 10px auto;
}
.newVersion .social a {
    display: inline-block;
    float: none;
	margin:10px;
}
.newVersion .footer {
    text-align: center;
}
.newVersion #newsUpdates {
    width: 90%;
    height: auto;
    padding: 0 5%;
}
.newVersion #newsUpdates ul {
    padding: 0 0 20px;
}
.newVersion #header #logo {
    top: 20px;
    left: 30px;
}
.newVersion a.ancillary span {
    background: none repeat scroll 0 0 #FFF;
}


}

/*  Mobile Responsive View - iPhone 6+  */
@media screen and (max-width: 736px) {

#content form > table > tbody > tr > td {
	width: 260px;
	display: block;
}
#content form input,  #content form textarea,  #content form select {
	width: 200px;
	margin-bottom:5px;
}
#section-membership #content td {
	display:block;	
}

}


/*  Mobile Responsive View - iPhone 5 Landscape */
@media screen and (max-width: 580px) {

.boxCTA {
	float: none;
	width: 100%;
	margin:20px auto !important;
}
.boxCTA img {
	display: block;
	margin: 0 auto;
}


}


/*  Mobile Responsive View - iPhone 4 Landscape */
@media screen and (max-width: 480px) {
	
.newVersion .topRow li, .newVersion .bottomRow li {
    width: 100%;
}
.newVersion #newsUpdates {
    max-width: 220px;
    margin: 20px auto;
    display: block;
    float: none;
}
.newVersion #header {
    background-position: 56% 0;
}

}


/*  Mobile Responsive View - iPhone 6+ and Lower Portrait */
@media screen and (max-width: 415px) {
	
#features .box {
	background-size: 93% !important;
}
#features .box .button {
	bottom: 13px;
	left: 12px;
}
#features .box.faqs {
	background-size: 93% !important;
}
#features .box.faqs .button {
	bottom: 20px;
}

}

/*  Mobile Responsive View - iPhone 6+ and Lower Portrait */
@media screen and (max-width: 320px) {
	

}


/* ipad Mini Landscape */
@media only screen (resolution: 163dpi) and (orientation: landscape) {
	


}