/*======================================================
Screen Style Sheet
Solaronics
------------------------------------------------------
Author(s):Rachel Mayo
Created:June 24 2018
======================================================*/

/* Tablet & Phone */
@media only screen and (max-width:1199px) {
    
    .covid p {
   
    margin-bottom: 0;
}
#home-banner{
    margin-top: 90px;
}
	
	.constrain{width:100%;}
	.fullsite {display:none !important;}
	.smallsite {display:block !important;}	
	
	body {
		padding-top:140px;
	}
	body.scrolling {
		padding-top:70px;
	}

	#overlay {
		background-color:rgba(40,40,40,0.8);
		height:100%;
		width:100%;
		position:fixed;
		top:0;
		left:0;
		z-index:99;
		display:none;
	}

	.content-block {
		padding:60px 0;
	}
	.content-block .constrain > .w25,
	.content-block .constrain > .w33,
	.content-block .constrain > .w40,
	.content-block .constrain > .w50,
	.content-block .constrain > .w60,
	.content-block .constrain > .w66,
	.content-block .constrain > .w75 {
		width:100%;
	}
	.content-block .constrain > .w25:first-child, 
	.content-block .constrain > .w33:first-child, 
	.content-block .constrain > .w40:first-child, 
	.content-block .constrain > .w50:first-child, 
	.content-block .constrain > .w60:first-child, 
	.content-block .constrain > .w66:first-child, 
	.content-block .constrain > .w75:first-child,
	.content-block .constrain > .w25:last-child, 
	.content-block .constrain > .w33:last-child, 
	.content-block .constrain > .w40:last-child, 
	.content-block .constrain > .w50:last-child, 
	.content-block .constrain > .w60:last-child, 
	.content-block .constrain > .w66:last-child, 
	.content-block .constrain > .w75:last-child{
		padding:0;
	}
    .content-block.three-cols .w33, 
    .content-block.three-cols .w50{
	    padding:0;
    }	
	
	/* Start Mobile Nav */		
	#primary-nav {
		font-size:0.9em;
		text-align:left;
		background:#000;
		height:100%;
		width:360px;
		padding:170px 0 60px;
		position:fixed;
		top:0;
		right:-400px;
		z-index:999;
		overflow:hidden;
		overflow-y:scroll;
		transition:all 0.2s;
		-ms-transition:all 0.2s;
		-moz-transition:all 0.2s;
		-webkit-transition:all 0.2s;
		-o-transition:all 0.2s;
	}
	.scrolling #primary-nav {
		padding-top:100px;
	}
	#primary-nav.open {
		box-shadow:10px 0 30px rgba(0,0,0,0.6);
		-moz-box-shadow:10px 0 30px rgba(0,0,0,0.6);
		-webkit-box-shadow:10px 0 30px rgba(0,0,0,0.6);
		right:0;
	}
	
	#primary-nav li,
	#primary-nav li a {
		font-size:1em !important;		
	}
	#primary-nav li {
		font-weight:bold;
		line-height:1 !important;
		margin-bottom:5px;
	}
	#primary-nav a {
		color:#fff !important;	
		text-decoration:none !important;
		line-height:1.2;
		min-height:40px;
		width:280px;
		padding:10px 10px 10px 40px;
		display:inline-block;	
	}
	#primary-nav a:hover,
	#primary-nav a:focus,
	#primary-nav > li i.smallsite:hover {
		color:#aaa !important;
	}
		
	#primary-nav > li i.smallsite,
	#primary-nav .inner-nav .back i {
		color:#fff;
		font-size:18px;
		font-weight:400;
		text-align:center;
		line-height:40px;
		vertical-align:top;
		height:40px;
		width:60px;
		display:inline-block !important;
		cursor:pointer;
	}
	#primary-nav > li i.smallsite:before,
	#primary-nav .inner-nav .back i:before {
		background:#E22B33;
		border-radius:100%;
		line-height:26px;
		height:26px;
		width:26px;
		padding-left:1px;
		display:inline-block;
	}
	#primary-nav .inner-nav .back {
		color:#fff;
		font-size:1.2em !important;
		line-height:40px !important;
		padding:10px 10px 10px 40px;
	}
	#primary-nav .inner-nav .back i {
		width:auto;
		margin-right:10px;
	}
	#primary-nav .inner-nav .back i:before {
		padding-left:0;
		padding-right:1px;
	}
	
		
	#primary-nav .level1 > .inner-nav {
		background:#000;
		height:100%;
		height:calc(100% + 70px);
		width:100%;
		padding:140px 0 50px;
		position:absolute;
		top:0;
		right:-999px;
		z-index:1;
		transition:all 0.3s ease-in-out;
		-o-transition:all 0.3s ease-in-out;
		-ms-transition:all 0.3s ease-in-out;
		-moz-transition:all 0.3s ease-in-out;
		-webkit-transition:all 0.3s ease-in-out;
	}
	.scrolling #primary-nav .level1 > .inner-nav {
		padding-top:70px;
	}
	#primary-nav .inner-nav.active {
		right:0;
	}
	#primary-nav .inner-nav .constrain {
		width:100%;
	}
	#primary-nav .title-block {
		font-size:1.2em;
		text-align:center;
		background:#E22B33;
		margin:0 0 25px;
		padding:20px 0;
	}
	#primary-nav .title-block a {
		min-height:0;
		padding:0;
	}
	
	#primary-nav .level2 > a {
		text-transform:uppercase;
	}
	#primary-nav .level2 > .inner-nav {
		border-left:1px solid #E22B33;
		margin:5px 0 10px 40px;
		padding:0 10px 0 20px;
	}
	#primary-nav .level3 > a {
		font-weight:300;
		min-height:0;
		padding:5px 0;
	}
	
	
	/* Header */
	.scrolling #header-top .constrain {
		padding:10px 0;
	}
	#header .logo {
		width:250px;
	}
	.scrolling #header .logo {
		width:200px;
		padding:10px;
	}
	#header .phone,
	#header .phone a {
		color:#fff;		
	}
	#header .phone {
		font-weight:bold;
		text-align:center;
		background:#921d23;
		background:-moz-linear-gradient(top,  #921d23 0%, #e22b33 100%);
		background:-webkit-linear-gradient(top,  #921d23 0%,#e22b33 100%);
		background:linear-gradient(to bottom,  #921d23 0%,#e22b33 100%);
		filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#921d23', endColorstr='#e22b33',GradientType=0 );	
		height:auto;
		margin:0 !important;
		padding:8px 0 6px;
		display:block;	
		transition:all 0.2s ease-in-out;
		-moz-transition:all 0.2s ease-in-out;
		-webkit-transition:all 0.2s ease-in-out;
	}
	.scrolling #header .phone {
		height: 0;
		padding: 0;
		overflow: hidden;
	}
	#search-toggle,
	#primary-toggle {
		color:#444;
		font-weight:normal;
		line-height:50px;
		height:50px;
		width:50px;
		margin:0;
		display:block !important;
	}
	#search-toggle {
	    font-size: 24px;
	    line-height: 48px;
	    margin: 0 15px;
	}
	#primary-toggle {
		font-size:30px;
		float:right;
	}
	#primary-toggle.active:before {
		content:"\f00d";
		font-weight:300;
	}
	#header-top .red-btn {
		float:right;
	}
	.scrolling #header-top .red-btn {
		margin:10px 30px 0 0 !important;		
	}
	.search-form .search-close {
		line-height: 30px;
	}
	
	
	/* Banners and Buckets */
	#home-banner {
		line-height:360px;
	    height:400px;
	}
	#home-banner .bucket {
		width:45%;
	    margin:0 4%;
	}
	
	.buckets.carousel {
	    padding:0 50px;
	}
	.buckets.carousel .fauxlink {
		padding:15px 0;
	}
	.buckets.carousel .slick-active.slick-center {
		z-index:3;
	}
	/* Special styling to give the illusion of depth, since negative margins break the carousel */
	.buckets.carousel .inner {
		border-radius:12px 0px 0px 12px;
		-moz-border-radius:12px 0px 0px 12px;
		-webkit-border-radius:12px 0px 0px 12px;
	    padding:25px 0 25px 15px;
	    transition:inherit;
	}
	.buckets.carousel .slick-active.slick-center .inner {
		border-radius:12px;
		-moz-border-radius:12px;
		-webkit-border-radius:12px;
		padding:25px 15px;
	}
	.buckets.carousel .slick-active.slick-center + .slick-active .inner {
		border-radius:0px 12px 12px 0px;
		-moz-border-radius:0px 12px 12px 0px;
		-webkit-border-radius:0px 12px 12px 0px;
		padding:25px 15px 25px 0;		
	}
	.buckets.carousel h3 {
		color:#eee;
		color:rgba(255,255,255,0.8);
		font-size:1em;
	}
	.buckets.carousel .slick-active.slick-center h3 {
		color:#fff;
		font-size:1.3em;
		line-height:normal !important;
		height:auto !important;
	}
	.buckets.carousel .slick-active.slick-center h3.long {
		font-size:1.2em;
	}
	.buckets.carousel .slick-active.slick-center h3 em {
		line-height:normal;
		display:inline;
	}
	#apps-buckets {
		margin:60px -15px 0;
	}
	
	.w50 .cs-bucket {
		margin-bottom:30px;
	}
	.w50:last-child .cs-bucket:last-child {
		margin-bottom:0;
	}
	
	
	.w50.with-gallery .gallery {
		max-width:40%;
		float:right;
	}
	.fancybox-arrow{
		width:40px;
	}
	.img-wrapper.img-left,
	.img-wrapper.img-right{
		float:none;
		padding:0;
		margin-top:0;
	}
	
	
	/* Misc */
	#rep-locator {
		margin:20px auto 40px;
	}
	#rep-list {
		width:100%;
	}
	
	
	/* Sidebar */
	.has-sidebar #main-content > .block1 .w75 {
		padding-top:80px;
	}
	.blog #main-content > .block1 .w75 {
		padding-top:0;
	}	
	.sidebar {
		width:100%;
		padding-right:0 !important;
		position:absolute;
		top:0;
		left:0;
		z-index:9;
	}
	.sidebar h3,
	.sidebar h3 a {
		color:#fff;		
	}
	.sidebar h3 {
		font-size:1.1em;
		text-transform:uppercase;
		text-align:center;
		background:#E22B33;
		border-radius:8px;
		-moz-border-radius:8px;
		-webkit-border-radius:8px;
		margin:0;
		padding:10px 0;
		position:relative;
		z-index:1;
	}
	.sidebar h3 a,
	.sidebar h3 i {
		vertical-align:middle;
		display:inline-block !important;
	}
	.sidebar h3 a {
		pointer-events:none;
	}
	.sidebar h3 i {
		margin-left:10px;
	}
	.sidebar nav {
		text-align:left;
		background:#fff;
		border-radius:0px 0px 8px 8px;
		-moz-border-radius:0px 0px 8px 8px;
		-webkit-border-radius:0px 0px 8px 8px;
		box-shadow:0 5px 10px rgba(0,0,0,0.4);
		-moz-box-shadow:0 5px 10px rgba(0,0,0,0.4);
		-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.4);
		width:100%;
		padding:30px 25px 10px;
		position:absolute;
		top:20px;
		left:0;
		display:none;
	}
	.sidebar.open nav {
		display:block;
	}
	.sidebar .level1 > ul {
		padding-left:22px;
	}
	.sidebar .group {
		width:45%;
	}
	.sb-search {
		float:left;
	}
	.sb-category {
		float:right;
	}
	.sb-recents,
	.sb-archives {
		display:none; /* temporary */
	}
	
	
	/* Footer */
	#footer {
		padding-bottom:40px;
	}
	#content-cta {
		margin-top:-130px;
		padding:20px 23px 23px;
	}
	#apps-dropdown {
		width:300px;
	}
	#apps-dropdown button {
		width:100%;
	}
	#apps-dropdown li {
	    margin-bottom:10px;
	}
	#content-cta h3,
	#explore-apps h3,
	#apps-dropdown,
	#content-cta h3 + .button,
	#footer #rep-locator {
		float:none;
	}
	#content-cta h3 {
		font-size:1.3em;
	}
	#apps-dropdown,
	#content-cta h3 + .button,
	#footer #rep-locator {
	    margin:10px 0 0 48px;
	}
	
	#footer .form {
		width:100%;
		margin-bottom:30px;
		float:none;
	}
	#footer .in-touch {
		width:40%;
	}
	#footer .quick-links {
		width:60%;
	}
	#copyright {
		text-align:center;
		padding-top:20px;
		position:relative !important;
		
	}
  .block.switch .constrain {
    display: flex;
    flex-direction: column;
  }
  .block.switch .constrain > .w50:last-child {
    order: 1;
  }
  .block.switch .constrain > .w50:first-child  {
    display: block;
    order: 2;
  }
	
}


/* Tablet */
@media only screen and (min-width:768px) and (max-width:1199px) {

	.gallery.three-cols .img-wrapper {
		width:25%;
	}
		
}


@media only screen and (max-width :992px) {
	.buckets.three-cols .fauxlink,
	.buckets.four-cols .fauxlink{
	    width: 49%;
	}
    .sidebar{
	    position: relative;
	    top:auto;
	    left:auto;
    }
	.sidebar .group{
		width:100%;
	}
.two-cols .constrain > .w25, .two-cols .constrain > .w33, .two-cols .constrain > .w40, .two-cols .constrain > .w50, .two-cols .constrain > .w60, .two-cols .constrain > .w66, .two-cols .constrain > .w75{
	float:none;
}
.has-sidebar #main-content > .block1 .w75{
	padding-top:20px;
}
	.no-results-right {
        padding-left: none;
        display: block;
        width: 100%;
        border-left: none;
    }
    .no-results-left {
        padding-right: 0px;
        display: block;
        width: 100%;
        border-bottom: 1px solid #979797;
    }
	
}



/* Phone (landscape & portrait) ----------- */
@media only screen and (max-width :767px) {
    
    #home-banner{
    margin-top: 0px;
}

	.content-block {
	    padding:20px 0;
	    text-align: left;
	}
	.w25.bg-left,
	.w33.bg-left,
	.w40.bg-left,
	.w50.bg-left,
	.w60.bg-left,
	.w66.bg-left,
	.w75.bg-left{
		height:50%;
		width:100%;
	}
	.w25.bg-right,
	.w33.bg-right,
	.w40.bg-right,
	.w50.bg-right,
	.w60.bg-right,
	.w66.bg-right,
	.w75.bg-right{
		height:50%;
		width:100%;
		top:auto;
		bottom:0;
		margin:0;
	}
	.button, 
	.button.red-gradient:hover, 
	#filters .mixitup-control-active {
		font-size:15px !important;
	}
	#filters button{
		width:46%;
		display: inline-block !important;
		vertical-align: top;
		margin:0 5px !important;
	}
	#filters button + button{
		margin:0 5px !important;
	}
	#media-gallery{
		margin:0 auto 20px;
	}
	.gallery.three-cols .img-wrapper{
		width:50%;
	}
	.richtext .two-columns{
		-webkit-column-count: 1; /* Chrome, Safari, Opera */
		-moz-column-count: 1; /* Firefox */
		column-count: 1;
	}	
	.constraint-container.gray-bg{
		background:none;
	}
	.nested .block.gray-bg .content-block{
		padding:10px 0;
	}	
	/* Header */
	body {
		font-size:15px;
	    padding-top:100px;
	}
	body.scrolling {
		padding-top:70px;
	}
	#primary-nav {
		padding-top:140px;
	}
	.scrolling #primary-nav {
	    padding-top:95px;
	}
	#primary-nav .level1 > .inner-nav {
		padding-top:114px;
	}
	#primary-nav > li i.smallsite:before, 
	#primary-nav .inner-nav .back i:before {
		line-height: 28px;
	}
	
	#search-container .constrain {
		width: 100%;
	}
	.search-form .search-close {
		right:20px;
	}

	#header .phone a,
	#contact-info .phone a,
	#footer .phone a {
		pointer-events:auto;
	}
	#header .phone {
		font-size:1em;
		line-height: 1;
		padding:12px 0;
	}
	#header .phone a,
	#header .phone span {
		font-size:1em !important;
		vertical-align:middle;
		display:inline-block;
		float:none !important;
	}
	#header .phone span,
	#header .phone .red-btn {
		margin:0 !important;
		padding:0 25px;
	}
	#header .phone i {
		vertical-align: middle;
	}
	#header .phone span a {
		font-size: 16px !important;
	}
	#header .phone .red-btn {
		text-transform:none;
		background:none;
		box-shadow:none;
		position:relative;
	}
	#header .phone .red-btn:after {
		content:"";
		background:#fff;
		height:26px;
		width:1px;
		position:absolute;
		top:-3px;
		right:0;
	}
	.scrolling #header .logo{
		width: 170px;
	}
	#header .logo {
	    width:170px;
	    padding:10px;
	}
	#header-top .constrain {
	    padding:10px 0;
	}	
	
	
	/* Banners and Buckets */
	#home-banner {
	    line-height:220px;
	    height:240px;
	}
	#home-banner .bucket {
		border:none;
		width:auto;
		margin:0 2.5%;
		padding:0;
	}
	#home-banner .button {
		bottom:0;
	}
	#home-banner .bucket .icon,
	#home-banner .bucket h2 {
		display:none;
	}
	
	#inner-banner {
		line-height:150px;
		height:160px;
		margin-top: 0px;
	}
	.buckets.carousel {
	    padding: 0 15%;
	    margin: 0;
	}
	.buckets.carousel .fauxlink{
		margin:0 15px;
	}
	.buckets.carousel .inner {
	    height: 230px !important;
	    padding: 15px !important;
	}
	.buckets.big-red.not-carousel .inner {
		padding:0 20px;
		height: auto;
	}
	.buckets.big-red.not-carousel h3 {
		line-height:90px;
		height:90px;
		margin-bottom:0;
	}
	.buckets.carousel a {
		font-size:14px !important;
	}
	.buckets p,
	.buckets img,
	.bucket img,
	.buckets.big-red.not-carousel a,
	.buckets.small-gray.not-carousel a {
		display:none;
	}
	.carousel.buckets img{
		display: block;
		width: 80%;
		margin: 0 auto;
	}
	.buckets.small-gray .inner {
		text-align:center;
		border-top:3px solid #E22B33;
		box-shadow:0 0 10px rgba(0,0,0,0.3);
		-moz-box-shadow:0 0 10px rgba(0,0,0,0.3);
		-webkit-box-shadow:0 0 10px rgba(0,0,0,0.3);
		line-height:86px;
		height:90px;
		padding:0 15px !important;
	}
	.buckets.small-gray h3 {
		margin:0;
		line-height:normal;
		vertical-align:middle;
		display:inline-block;
	}
	
	#apps-buckets .bucket {
		color:#fff;
		text-align:left;
		height:auto;
		width:47%;
		margin:0 2% 15px 0 !important;
		padding:5px 20px;
	}
	#apps-buckets .bucket:nth-child(even) {
		margin-right:0 !important;
	}
	#apps-buckets .bucket h4 {
		margin:0;
		display:inline-block;
	}
	#apps-buckets .bucket i {
		position:absolute;
		top:5px;
		right:0;
	}
	
	
	/* Footer */
	#content-cta {
	    text-align: center;
	    margin-top: -155px;
	}
	#content-cta h3, 
	#explore-apps h3 {
		font-size:1.1em;
		line-height:1.4;
	}
	#content-cta h3 i, 
	#explore-apps h3 i {
		margin:0 auto 12px;
		display:block;
	}
	#apps-dropdown, 
	#content-cta h3 + .button, 
	#footer #rep-locator {
		margin:12px auto 0;
	}
	
	#footer {
		padding-top:130px;
	}
	#footer li:nth-child(odd) {
		width:58%;
	}
	#footer li:nth-child(even) {
		width:40%;
	}
	
	
	/* Misc */
	.richtext + .button {
		width:100%;
	}
	.img-wrapper img{
		margin:0 auto 10px;
		display:block;
	}
	.video,
	.text-blocks-wrapper .text-block {
		width:100%;
	}
	.video {
		height:200px;
	}
	.gallery.slider {
		margin-top:20px;
	}
	.gallery .img-wrapper {
		padding:15px 0 5px;
	}
	.flex-control-nav {
		text-align:center;
	}
	.files li {
		width:48%;
	}
	.files li a{
		padding:10px;
	}
	.files .title{
		font-size:11px;
	}
	.has-filters .sidebar {
		display:none;
	}
	.has-filters.has-sidebar #main-content > .block1 .w75 {
		padding-top:0;
	}
	.post-item .img-wrapper{
	    height:320px;
	    width:100%;
	}
}


@media only screen and (max-width :568px) {

	h1,
	.h1,
	h2,
	.h2 {
		font-size:1.8em;
	}
	h3 {
		font-size:1.25em;
	}

	#home-banner {
	    line-height:normal;
	    height:auto;
	    padding:35px 0 45px;
	}	
	#home-banner .bucket {
		width:270px;
		margin:15px auto;
	}


	#apps-buckets {
		margin:40px auto 0;
		padding:0 20px;
	}
	#apps-buckets .bucket,
	#apps-buckets .bucket:nth-child(even) {
		width:100%;
		margin:0 auto 20px !important;
		padding:5px 0;
		display:block;
		float:none;
	}
	#apps-buckets .bucket:last-child {
		margin-bottom:0 !important;
	}
	
	.cs-bucket img {
		max-width:30%;
		margin-right:15px;
	}
	.cs-bucket .h3 {
		font-size:1.2em;
		height:42px;
		overflow:hidden;
		margin:5px auto;
	}
	.cs-bucket a {
		font-size:0.85em;
	}


	.forms .input-group.w50{
		padding:0;
		width:100%;
	}
	.forms .input-group.w50:first-child{
		margin-bottom:10px;
	}

	#contact-info .address {
	    width:55%;
	}
	#contact-info .phone {
		width: 42%;
	}

	
	
	.video-block {
		line-height:260px;
		height:260px;
	}
	

	.panel-group,
	.panel-group .content-block,
	#rep-list {
		text-align:left;
	}
	.panel-group .panel-body {
		padding:15px;
	}
	
	#rep-list {
		padding:25px 30px 10px;
	}
	#rep-list .w66 {
		width:100%;
	}
	#rep-list .rep p {
		width: 100% !important;
		display: block;
	}
	#content-cta h3,
	#explore-apps h3 {
		font-size:1.4em;
	}

	#footer {
		padding-top:160px;
	}
	#footer .in-touch,
	#footer .quick-links {
		width:100%;
		float:none;
	}
	#footer .phone, 
	#footer address {
		width:50%;
		float:left;
	}
	
}


/* Phone (portrait) ----------- */
@media only screen and (max-width :480px) {

	.search-form input {
		font-size:1em;
		padding-right:60px;
	}
	
	.buckets {
		margin:30px auto;
	}
	.buckets.three-cols .fauxlink,
	.buckets.four-cols .fauxlink{
		width:100%;
		float:none;
	}
	.buckets.carousel h3 {
		font-size:1.1em !important;
	}
	.buckets.big-red.not-carousel h3 {
	    line-height:66px;
	    height:70px;
	}
	.buckets.small-gray .inner {
		text-align:center;
		line-height:normal;
		height:auto;
		padding:15px !important;
	}
	

	.video-block {
		line-height:220px;
		height:220px;
	}
	
	.sidebar h3.long a {
		width:330px;
	    white-space:nowrap;
	    overflow:hidden;
	}
	#content-cta {
	    margin-top: -215px;
	    padding: 20px;
	}
	#rep-locator {
	    text-align: center;
	    width: 100%;
	    margin: 20px auto;
	}
	#footer #rep-locator .w66 {
		width:60%;
	}
	#content-cta .button,
	#rep-locator .button {
		padding:8px 12px;
	}
	#rep-locator .button {
		float:right;
	}

	#footer {
		padding-top:200px;
	}	
	#copyright .copy {
		margin-bottom:10px;
		display:block;
	}
	#copyright .copy + .sep {
		display:none;
	}
	.pdf-ctas > a {
        width: 100%;
        margin: 10px auto !important;
    }

}


@media only screen and (max-width :400px) { 	

	h1,
	.h1,
	h2,
	.h2 {
		font-size:1.7em;
	}

	#primary-nav {
		width:100%;
	}

	#search-toggle {
		margin-right:0;
	}

	.sidebar h3.long a {
		width:270px;
	}

	#contact-info {
		font-size: 0.9em;
	}
	#contact-info .address {
		padding-left:20px;
	}
	#contact-info .phone i {
		margin-right:5px;
	}
	
	#footer #rep-locator {
		width: 100%;
	}
	#footer .in-touch {
		margin-bottom:30px;
	}	
	#footer .phone, 
	#footer address {
		width:100%;
		float:none;
	}
	.buckets .slick-next {
	    right: -30px;
	}
	.buckets .slick-prev{
	    left: -30px;
	}	
	#primary-nav a{
		width:255px;
	}
	.pdf-ctas > a{
		width:100%;
		margin:10px auto !important;
	}
}

@media only screen and (max-width :340px) {  
	
	#primary-nav a {
		padding-left:30px;
	}
	#primary-nav .level2 > .inner-nav {
		margin-left:32px;
	}
	#primary-nav .level2 > .inner-nav a {
		width: auto;
	}
	#primary-nav > li i.smallsite, 
	#primary-nav .inner-nav .back i {
		width: 50px;
	}
	
}