@media screen and (max-width: 640px) {
	.desktop,
  .dekstop {
		display:none;
	}
	footer.main, nav.main{
		min-width:640px;
	}
	h1 ,h2 {
		color:#d42a59;
		font-size:35px;
		margin:10px 0px 20px;
		font-weight:normal;
	}
	h3 {
		color:#58595b;
		font-size:43px;
		margin:0px;
		font-weight:bold;
		margin-top:10px;
	}	
  article.main p {
    font-size:23px;
  }
	.button,
	input.form-submit,
  .readmore a {
		display:inline-block;
		text-decoration:none;
		color:#fff;
		font-size:26px;
		height:50px;
		line-height:50px;
		padding:0px 28px;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;		
		background: #7d7e81; /* Old browsers */
		background: -moz-linear-gradient(top, #7d7e81 0%, #5c5d5f 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7d7e81), color-stop(100%,#5c5d5f)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #7d7e81 0%,#5c5d5f 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #7d7e81 0%,#5c5d5f 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, #7d7e81 0%,#5c5d5f 100%); /* IE10+ */
		background: linear-gradient(to bottom, #7d7e81 0%,#5c5d5f 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e81', endColorstr='#5c5d5f',GradientType=0 ); /* IE6-9 */	
	}
	.button:hover,
	input.form-submit:hover,
  .readmore a:hover {
		background: #949599; /* Old browsers */
		background: -moz-linear-gradient(top, #949599 0%, #747577 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#949599), color-stop(100%,#747577)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #949599 0%,#747577 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #949599 0%,#747577 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, #949599 0%,#747577 100%); /* IE10+ */
		background: linear-gradient(to bottom, #949599 0%,#747577 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#949599', endColorstr='#747577',GradientType=0 ); /* IE6-9 */
	}
	.button-light {
		display:inline-block;
		text-decoration:none;
		color:#fff;
		font-size:26px;
		height:50px;
		line-height:50px;
		padding:0px 28px;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;	
		background: #b2b3b4; /* Old browsers */
		background: -moz-linear-gradient(top, #b2b3b4 0%, #9d9e9f 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b2b3b4), color-stop(100%,#9d9e9f)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #b2b3b4 0%,#9d9e9f 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #b2b3b4 0%,#9d9e9f 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, #b2b3b4 0%,#9d9e9f 100%); /* IE10+ */
		background: linear-gradient(to bottom, #b2b3b4 0%,#9d9e9f 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b2b3b4', endColorstr='#9d9e9f',GradientType=0 ); /* IE6-9 */
	}
	.button-light:hover {
		background: #bdbebf; /* Old browsers */
		background: -moz-linear-gradient(top, #bdbebf 0%, #a9a9aa 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bdbebf), color-stop(100%,#a9a9aa)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #bdbebf 0%,#a9a9aa 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #bdbebf 0%,#a9a9aa 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, #bdbebf 0%,#a9a9aa 100%); /* IE10+ */
		background: linear-gradient(to bottom, #bdbebf 0%,#a9a9aa 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bdbebf', endColorstr='#a9a9aa',GradientType=0 ); /* IE6-9 */
	}
/************************************************************/
/* MAIN HEADER
/************************************************************/
	header.main {
		height:100px;
		margin-bottom:0px;
		background:url("../img/layout/bg_header_mobile.jpg") repeat-x;
	}
	header.main .content-wrap {	
		width:600px;
		padding:0px 20px;
	}
	header.main .content-wrap #logo {
		width:327px;
	}
	header.main .content-wrap .sponsored {
		width:241px;
	}
/************************************************************/
/* MAIN NAVIGATION
/************************************************************/
	nav.main  {
		background:#2d2d2d;
		color:#ededed;
		height:54px;
		position:relative;
		z-index:5;
	}
	nav.main .content-wrap{	
		width:600px;
		height:54px;
		padding:0px 20px;
	}
	nav.main .toolbar  .left {
		float:left;
		width:310px;
	}
	nav.main .toolbar  .left p{
		float:left;
		text-align:right;
		font-size: 15px;
		line-height: 1.2em;
		margin-top: 8px;		
	}
	nav.main .toolbar  .left span{
		float: right;
		font-size: 22px;
		font-weight: bold;
		margin-top: 14px;
	}
  nav.main .toolbar  .left p a{
    width:150px;
    float:left;
    font-size:20px;
  }
	nav.main .toolbar #navigation-btn {
		float:right;
		color:#ededed;
		text-decoration:none;
		background:url("../img/layout/bg_nav_button.gif") no-repeat 195px center;
		font-size:28px;

		margin-top: 0;
		padding-bottom: 12px;
		padding-right: 10px;
		padding-top: 14px;
		width: 234px;
	}
	nav.main .toolbar #navigation-btn.on {
		background:#414141 url("../img/layout/bg_nav_button.gif") no-repeat 195px center;
	}
	nav.main .toolbar #navigation-btn span{
		border-left:2px solid #dbdbdb;
		padding-left:42px;
	}
	nav.main ul {
		display:none;
		width:100%;
		background:#414141;
		-webkit-box-shadow:  0px 10px 10px 2px rgba(0, 0, 0, .5);
        box-shadow:  0px 10px 10px 2px rgba(0, 0, 0, .5);	
		overflow:hidden;
	}
	nav.main ul li {
		margin:0px auto;
		border-bottom:1px solid #7a7a7a;
	}
	nav.main ul li.last {
		border:none;
	}
	nav.main ul li a{
		display:block;
		color:#fff;
		font-weight:bold;
		text-decoration:none;
		font-size:24px;
		width:562px;
		margin:0px auto;
		padding:14px 20px 13px 58px;		
	}
	nav.main ul li ul {
		margin-top:5px;
		-webkit-box-shadow:  none;
        box-shadow: none;
		padding-bottom:25px;
	}
	nav.main ul li ul li {
		border-bottom:0px;
	}
	nav.main ul li ul li a{
		width:532px;
		padding:14px 20px 13px 88px;	
		font-size:22px;
	}	
	/************************************************************/
	/* MAIN BODY */
	/************************************************************/
	article.main {
		width:540px;
		padding:0x 44px;
	}
	
	article.main .top {
		height:230px;
		position:relative;
	}
	body.front article.main .top {
		height:auto;
	}
	article.main .video {
		position:absolute;
		top:0px;
		left:-50px;
	}
	article.main #get-a-quote {
    float:none;
	  display:none;
		height:224px;
		width:240px;
		background: url("../img/buttons/get-a-quote_mobile.png") no-repeat;
	}
	article.main .buttonset {
		padding:30px 0px 0px 0px;
	}
	article.main .buttonset  p{
		font-size:24px;
	}
	article.main .big-button {
		width:552px;
		
	}
	article.main .buttonset .big-button  p{
		width:340px;
		float:left;
	}	
	article.main .big-button a.button {
		float:right;
		margin-top:12px;
		margin-left:0px;
	}
	article.main #buttonset-02 {
		margin-top:40px;
		margin-left: -50px;
		padding-left: 40px;
		padding-bottom:40px;
		margin-bottom:0px;
		width: 600px;		
		background:url("../img/home/bg_buttonset_mobile.jpg") top center no-repeat;
	}
	article.main #buttonset-02 h2, article.main #buttonset-02 p{
		display:none;
	}
	article.main #buttonset-02  .big-button p{
		display:block;
	}
	article.main #buttonset-02  .big-button h3 {
		font-size:40px;
	}
	article.main #buttonset-02  .big-button a.button-light{
		float:right;
	}
	article.main #long-border {
		height:4px;
		margin-left: -30px;
		padding-left: 40px;
		width: 560px;			
		background:url("img/border-pattern_mobile.gif") repeat-x;
		margin-bottom:40px;
	}

	article.main #customer-spotlight {
		margin-left: -35px;
		padding-left: 40px;
		padding-bottom:40px;
		margin-bottom:0px;
		width: 560px;
		text-align:center;
	}
	article.main #customer-spotlight img {
		float:none;
		text-align:center;
	}
	article.main #customer-spotlight p,
	article.main #customer-spotlight h2 {
		text-align:left;
	}
	article.main #customer-spotlight p {
		font-size:24px;
	}
	article.main #customer-spotlight .button{
		text-align:left;
		float:left;
	}
	article.main #customer-spotlight a.button-light {
		display:inline-block;
		text-decoration:none;
		color:#fff;
		font-size:26px;
		height:50px;
		line-height:50px;
		padding:0px 28px;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;		
		background: #7d7e81; /* Old browsers */
		background: -moz-linear-gradient(top, #7d7e81 0%, #5c5d5f 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7d7e81), color-stop(100%,#5c5d5f)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #7d7e81 0%,#5c5d5f 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #7d7e81 0%,#5c5d5f 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, #7d7e81 0%,#5c5d5f 100%); /* IE10+ */
		background: linear-gradient(to bottom, #7d7e81 0%,#5c5d5f 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e81', endColorstr='#5c5d5f',GradientType=0 ); /* IE6-9 */	
	}
	article.main #customer-spotlight a.button-light:hover {
		background: #949599; /* Old browsers */
		background: -moz-linear-gradient(top, #949599 0%, #747577 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#949599), color-stop(100%,#747577)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #949599 0%,#747577 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #949599 0%,#747577 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, #949599 0%,#747577 100%); /* IE10+ */
		background: linear-gradient(to bottom, #949599 0%,#747577 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#949599', endColorstr='#747577',GradientType=0 ); /* IE6-9 */
	}
	/************************************************************/
	/* FOOTER
	/************************************************************/	
	footer.main {
		text-align:center;
    height:80px;    
	}
	footer.main p,
	footer.main li,
	footer.main a,
	footer.main .footer-headings{
		font-size:16px;
	}
	footer.main .content-wrap{
		width:570px;
    padding:0px 35px;
		margin:0px auto;
	}
  /*
	footer.main .footer-blocks, footer.main .footer-blocks-last {
		background-color: #333333;
		border-right: 1px solid #999999;
		clear:both;
		height: auto;
		vertical-align: top;
		width: 193px;
		margin-bottom:-10px;
		width:640px;
		border:none;
		border-top: 1px dashed #999999;
	}
	footer.main .content-wrap .footer-nav li,
	footer.main .content-wrap .footer-nav li a	{
		display:inline;
		background:none;
		font-size:16px;
	}
	footer.main .content-wrap .footer-nav li a	{
		border-left:1px solid #999999;
		padding-right:10px;
	}
	footer.main #copyright-links {
		border:none;
	}
	footer.main #copyright-links span {
		display:block;
		margin-bottom:10px;
	}
	footer.main #footer-nav-02 {
		margin-bottom:20px;
	}
	footer.main #footer-nav-02 ul{
		padding-bottom:5px;
	}
  */
  footer.main #footer-nav {
    display:none;
  }
	/************************************************************/
	/* SECONDARY - MAIN BODY */
	/************************************************************/	
	body.not-front h1 {
		font-size:40px;
		font-weight:bold;
		color:#58585a;
	}

	/************************************************************/
	/* HOMEPAGE */
	/************************************************************/
  #block-views-blog-block-1 {
    display:none;
  }
  article.main .big-button img {
    margin-right:40px;
  }
  .big-button h3 {
    padding-top:35px;
  }
  #buttonset-02 .big-button h3 {
    padding-top:0px;
  }
  .view-all-wrap {
    clear:both;
    padding-top:80px;
    text-align:center;
  }
  .view-all-wrap a{
    background: #dd4771; /* Old browsers */
    background: -moz-linear-gradient(top, #dd4771 0%, #d63461 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dd4771), color-stop(100%,#d63461)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #dd4771 0%,#d63461 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #dd4771 0%,#d63461 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #dd4771 0%,#d63461 100%); /* IE10+ */
    background: linear-gradient(to bottom, #dd4771 0%,#d63461 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd4771', endColorstr='#d63461',GradientType=0 ); /* IE6-9 */    
  }
	/************************************************************/
	/* ABOUT US */
	/************************************************************/
  body.page-node-2 article.main .region h2 {
    font-size:28px;
    margin-top:-13px;
  }
  body.page-node-2 h3 {
    font-size:28px;
    margin-top:35px;
    margin-bottom:20px;
  }
  body.page-node-2 article.main p a img {
    display:block;
    float:left;
    text-align:center;
    /*
    margin:80px 100px 0px 50px;
    */
    margin-top:80px;
    height:45%;
    width:45%;
  }
  body.page-node-2 article.main p a.intel-logo img {
    height:28%;
    width:28%;
    margin-top:60px;
    margin-left:90px;
  }
	/************************************************************/
	/* CALCULATORS - All */
	/************************************************************/
  body.page-node-13 article.main p {
    font-size:20px;
  }
  body.page-node-13 article.main .region ul#calculators li {
    list-style:none;
    margin-left:0px;
    margin-top:50px;
    margin-bottom:50px;
    position:relative;
    padding-left:190px;
  }
	body.page-node-13 article.main .region ul#calculators li a img {
    position:absolute;
    left:0px;
  }
  body.page-node-13 article.main .link {
		display:inline-block;
		text-decoration:none;
		color:#fff;
		font-size:26px;
		height:50px;
		line-height:50px;
		padding:0px 28px;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;		
		background: #7d7e81; /* Old browsers */
		background: -moz-linear-gradient(top, #7d7e81 0%, #5c5d5f 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7d7e81), color-stop(100%,#5c5d5f)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #7d7e81 0%,#5c5d5f 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #7d7e81 0%,#5c5d5f 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, #7d7e81 0%,#5c5d5f 100%); /* IE10+ */
		background: linear-gradient(to bottom, #7d7e81 0%,#5c5d5f 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e81', endColorstr='#5c5d5f',GradientType=0 ); /* IE6-9 */	 
  }
  /************************************************************/
	/* CALCULATORS */ 
	/************************************************************/
  #haveanidea {
    display:none;
  }
	.calculator,
	.calculator form {
		width:610px;
	}
	.calculator {
		margin:15px 15px 15px -35px;
	}
	.calculator h1 {
		margin-bottom:20px;
	}
  body.page-calculators h1 {
    font-size:32px;
  }
	.calculator .top-toolbar {
		background:url("img/border-pattern_mobile.gif") repeat-x bottom center;
	}
	article.main .calculator p {
		font-size:24px;
	}
	article.main  .calculator p.description {
		padding:0px 35px;
    font-size:20px;
	}
	.calculator .top-toolbar .options{
		float:none;
		margin-bottom:15px;
	}
	.calculator .top-toolbar{
		top:-55px;
		left:0px;
		width:auto;
	}
	
	.calculator .top-toolbar p {
		text-align:left;
	}
	.calculator .top-toolbar p select{
		padding:8px;
	}
	article.main div.options h2 {
	  display:none;
	}
	article.main div.options .option {
		padding:35px;
		background:url("img/border-pattern_mobile.gif") repeat-x bottom center;
    width:450px !important;
	}
	article.main div.options .option label {
	  display:block;
	  font-size:24px;
	  color:#d52959;
	  margin:20px 0px;
  }			
  article.main .calculator .calc-tooltip-wrap {
    display:none;
  }
	article.main .calculator .field{
		padding:35px;
    background:none;
		background:url("img/border-pattern_mobile.gif") repeat-x bottom center;
	}	
	article.main .calculator .field label{
		margin-bottom:30px;
	}
	article.main .calculator .field .slider{
		width:540px;
		float:none;
		background:#c8c8c8;
		height:16px;
		margin-top:5px;
	}
	article.main .calculator .field .slider .ui-slider-handle { 
		background:none;
		background:url("../img/calculators/handle_mobile.jpg") top center no-repeat;
		width:34px;
		height:43px;
		border:none;
		margin-top:-9px;
	}	
	article.main .calculator .field input {
		margin:25px 0px 0px;
		
	}
	article.main .calculator div.results {
		padding:10px 35px;
	}	
	article.main .calculator div.results p {
		width:100%;
		text-align:left;
	}
	article.main .calculator div.results p .result{
		float:right;
	}
	article.main .calculator .toolbar {
		margin:45px 0px 0px;
	}
	article.main .calculator .toolbar .button {
		width:545px;
		margin:18px 0px;
		display:block;
	}
	article.main .calculator .toolbar input.form-submit {
		width:600px;
  }
	
	article.main .calculator  table.results-table {
		width:610px;
	}
	article.main .calculator select {
		font-size:20px;
	}
	article.main .calculator .quad-field {
		width:271px;		
	}
	article.main .calculator .quad-field label,
	article.main .calculator .quad-field input.text{
		font-size:20px;
		color:#d42a59;
	}
	article.main .calculator .quad-field input.text {
		font-size:18px;
		color:#555;
		padding:5px;
		width:260px;
	}
	article.main .calculator .top-toolbar .options {
		float:none;
		width: 400px !important;
		margin-bottom: 35px;
		margin-top: 25px;
		text-align:left;
	}
	article.main #filetransfer .top-toolbar .options select {
		float:right;
	}
	article.main #filetransfer   #transfer-time {
		text-align:center;
	}
	article.main #filetransfer   #transfer-time span{
		text-align:center;
		float:none;
		display:block;
	}
	article.main #filetransfer  div.results p .result {
		font-size:22px;
	}
	article.main #raidcalc  table#table1 {
		margin-top:15px;
	}
	article.main #raidcalc  table.results-table {
		font-size:18px;
	}
	article.main #raidcalc  #mobile-wrap1{
		display:none;
	}
	article.main #buyvbuild  .field-sqrft{
		display:none;
	}
	article.main #buyvbuild  .field-wattspersqrtft{
		display:none;
	}
	article.main .calculator #table2-total1 {
	}
	article.main .calculator .results-table2	{
		margin-right:0px;
	}
	article.main .calculator .results-table-total #table2-total2 {
		margin-right:25px;
		margin-left:15px;
	}
	
	article.main .calculator .hide-details{
		display:block;
		text-align:right;
		font-size:28px;
		font-weight:bold;
		color:#58595b;
		text-decoration:none;
		margin-left:35px;
	}

  article.main .calculator .hide-details.dekstop,
  article.main .calculator .hide-details.desktop {
		display:none;
	}  
  
	article.main .calculator .hide-details a span{
		text-align:right;
	}
	article.main .calculator table.visible {
		
	}
  #temperature {
    padding-left:35px;
  }
  #temperature .divider {
    display:none;
  }
  #temperature .ranges {
    display:none;
  }
  #temperature p {
    float:none;
    width:540px;
  }
  #temperature-gauge {
    float:none;
    margin:20px 0px;
    width:540px;
    background:url(../img/calculators/tempgauge_mobile.png) bottom left no-repeat;
  }
  #temperature-gauge .thumb{
    background:url(../img/calculators/tempgauge-thumb_mobile.png) bottom left no-repeat;
    width:29px;
    height:38px;
    top:22px;
  }
  article.main .calculator .cost-summary .leftside, article.main .calculator .cost-summary .rightside,
  article.main .calculator .cost-summary .leftside, article.main .calculator .cost-summary .leftside {
    width:300px;
  }
  article.main .calculator .cost-summary .leftside, article.main .calculator .cost-summary .rightside {
    margin-left:0px;
  }
  article.main .calculator .cost-summary .leftside, article.main .calculator .cost-summary .leftside {
    width:270px;
  }
  article.main .calculator #results-sections a.hide-details {
    padding-top:0px;
    margin-left:20px;
  }
  body.page-calculators-cloud-build-vs-buyhtml article.main .calculator .cost-summary h2, article.main .calculator #results-sections h2 {
    text-transform:uppercase;
    width:380px;
  }
  .divider {
    display:none;
  }
  #results-sections {
    margin-top:50px;
  }
  article.main .calculator .disclaimer {
    float:none;
  }
  article.main .calculator .dual-field {
    width:540px;
    padding:15px;
  }
  article.main .calculator .dual-field label{
    font-size:23px;
  }
  article.main .calculator .dual-field {
    margin:20px 0px;
  }
  article.main .calculator .dual-field input.text {
    font-size:23px;
    margin-bottom:30px;
  }
  article.main .calculator .dual-field span.total {
    font-size:28px;
  }
  /************************************************************/
  /* SECONDARY - MAIN BODY */
  /************************************************************/	
  body.not-front .banner {
    margin-left:-46px;
    background:url("../img/banner_mobile.png") top left no-repeat;
    width:626px;
    height:149px;
  }
  /************************************************************/
  /* RESOURCES -All */
  /************************************************************/  
	#block-views-1850aee84a6460f90181ff5f7db03d6b,
  #block-views-6558ee812f121e33dd769d333651cd63,
  #block-views-317f11c726433380a33f44df17352b01 {
    float:none;
    width:540px;
    margin-bottom:75px;
  }
  .group-desciption {
    height:auto;
  }
  .group-desciption .button-light {
    position:static;
    clear:both;
    margin-bottom:25px;
  }
  .view-resources-library-landing-page .views-row span {
    font-size:20px;
  }
  /************************************************************/
  /* VIDEOS */
  /************************************************************/
	div#videos-current {
	  margin-left:-39px;
	  width:585px;
	  padding-bottom:8px;
    margin-bottom: 65px;	  
	}
	div#videos-current iframe {
	  width:579px !important;
	  height:386px !important;	
	}
	article#video-player {
	  float:none;
	  margin-bottom:20px;
	}
	
  div#videos-current aside {
    text-align:left;
  } 
	div#videos-current aside .video-link {
	  margin-right:16px;
	}
	div#videos-current aside .last {
	  margin-right:0px;
	}
	div#videos-current aside .video-link img {
	  width:130px;
	}
	div#videos-archive {
	  width:550px;
	  margin-left:-10px;
	}
	div#videos-archive .video-block {
	  float:none;
	  width:550px;
	  position:relative;
	}
	div#videos-archive .video-block h3,
	div#videos-archive .video-block p {
    font-size:24px;
    line-height:1.2em;
    margin-left:226px;    
	}
	div#videos-archive .video-block img {
	  position:absolute;
	  top:0px;
	  left:0px;
	  width:211px;
    margin-right:15px;
  }
	div#videos-archive .video-block a.watchnow {
    margin-bottom:65px;
	}
  /************************************************************/
  /* WHITEPAPERS */
  /************************************************************/
  body.page-resources-whitepapers h1,
  body.node-type-whitepaper h1 {
    margin-bottom:100px;
  }
  #block-whitepaper-search-whitepaper-search {
    position:absolute;
    top:100px;
  }
  body.page-resources-whitepapers-search #block-whitepaper-search-whitepaper-search{
    top:60px;
  }
    
  #block-whitepaper-search-whitepaper-search h2 {
    display:none;
  }
  #whitepaper-search-search-block-form .form-item {
    width:350px;
    float:left;
  }
  #whitepaper-search-search-block-form .form-text {
    width:320px;
    float:none;
  }
  #whitepaper-search-search-block-form .edit-submit {
    float:right;
  }
  .block-tagclouds {
    display:none;
  }
  .view-whitepapers .views-row {
    margin-top:55px;
  }
  .view-whitepapers h2 {
    font-size:28px;
  }
  div.view-whitepapers div.readmore {
    float:right;
    margin-left:0px;
    margin-top:20px;
  }
  div.view-whitepapers div.whitepaper-download {
    float:left;
  }
  /************************************************************/
  /* BLOG */
  /************************************************************/
  body.page-blog h1,
  body.node-type-article h1 {
    margin-bottom:100px;
  }
  #block-article-search-blog-search {
    position:absolute;
    top:60px;
  }
  body.node-type-article  #block-article-search-blog-search {
    top:100px;
  } 
  #block-article-search-blog-search {
    position:absolute;
    top:60px;
  }   
  #block-article-search-blog-search h2 {
    display:none;
  }
  #article-search-search-block-form .form-item {
    width:350px;
    float:left;
  }
  #article-search-search-block-form .form-text {
    width:320px;
    float:none;
  }
  #article-search-search-block-form .edit-submit {
    float:right;
  }
  .view-Blog .views-field-comment-count {
    display:none;
  }
  .view-Blog .post-date {
    margin-bottom:20px;
    font-style:italic;
  }
  .view-Blog .views-row {
    margin-top:55px;
  }
  .view-Blog h2 {
    font-size:28px;
  }
  div.view-Blog div.readmore {
    float:right;
    margin-left:0px;
    margin-top:20px;
  }
  .view-Blog .views-row div h2 {
    color:#58585a;
  }
  /************************************************************/
  /* CONTACT FORMS */
  /************************************************************/
  body.page-node-9 .node-page iframe,
  body.page-node-10 .node-page iframe,
  body.page-node-34 .node-page iframe,
  body.page-node-37 .node-page iframe {
    width:540px;
  }
  
  /* Contact Us */
  body.page-node-9 .node-page iframe{
    height:1200px;
  }
  /* Request Quote */
  body.page-node-10 .node-page iframe{
    height:1000px;
  }
  /* Request Tour */
  body.page-node-34 .node-page iframe{
    height:1000px;
  }
  /* Request Calc */
  body.page-node-37 .node-page iframe{
    height:1200px;
  }
}
