html {
    height: 100%;
}
body {
    height: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

/* new HTML 5 elements */
article, aside, figure, footer, header, hgroup, menu, nav, section { 
	display: block; 
}

html { 
   overflow-y: scroll;
}

body   {
   /*background: #ebebeb url('/images/layout/bg.jpg') top center no-repeat;*/
   background: rgb(255,255,255);
   background: linear-gradient(180deg, rgba(240,240,240,1) 0%, rgba(255,255,255,1) 50%, rgba(221,221,221,1) 100%) fixed no-repeat;
   color: #333333;
   font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; 
   font-size: 12px;
   line-height: 18px;
   margin: 0px;
   padding: 0px;
   -webkit-text-size-adjust: none; /* stop iPhone messing with font-sizes and causing ugly text on pages */
}

p {
	font-size: 12px;
   line-height: 18px;
   margin-top: 18px;
   margin-bottom: 18px;
}


h1 {
   color: #59595B;
   font-size: 36px;
   line-height: 36px; 
   margin-top: 0px;
   margin-bottom: 18px; 
}

h2   {
	color: #000000;
   /*font-family: "Microsoft Sans Serif", Arial;*/
   font-size: 24px;
   line-height: 36px;
   margin-top: 0px;
   margin-bottom: 18px;
}
 
h3   {
	color: #333333;
   /*font-family: Georgia;*/
   font-size: 16px;
   line-height: 18px;
   margin-top: 0px;
   margin-bottom: 18px;
}

h4   {
	color: #333333;
   /*font-family: Georgia;*/
   font-size: 14px;
   line-height: 18px;
   margin-top: 0px;
   margin-bottom: 18px;
}

h5   {
   color: #333333;
   /*font-family: Verdana;*/
   font-weight: bold;
   font-size: 12px;
   line-height: 18px;
   margin-top: 0px;
   margin-bottom: 18px;
}

h6   {
   color: #333333;
   /*font-family: Verdana;*/
   font-weight: bold;
   font-size: 11px;
   line-height: 18px;
   margin-top: 0px;
   margin-bottom: 18px;
}


ul   {
   margin-left: 10px;
   padding: 0px;
   padding-left: 20px;  
}

ul li   {
   margin: 0px;
}

 
img {  
   border-style: none;
}

a:link {
   color: #144ced;
}

a:visited {
   color: #144ced;
}

a:hover {
   color: #29ABE2;
}

a:active {
   color: #FF6600;
}

a.heading   {
   text-decoration: none;  
}

hr   {
   background-color: #eee;
   border: 0px;
   color: #eee;
   height: 1px;
   margin-top: 18px;
   margin-bottom: 17px;
   text-align: left;
}

blockquote   {
	color: #444444;
   font-size: 12px;
   line-height: 18px;
   font-style: italic;
   text-align: left;
}

.clear   {
   clear: both;
}

.clearLeft  {
   clear: left;   
}

.clearRight  {
   clear: right;   
}

.keyword   {
   color: #D42429;
}


/*
 Layout 
 ------------------------------------------------------------------------
 */
 
#site  {
   margin-top: 0px;
   margin-left: auto;
   margin-right: auto; 
   padding: 0px;
   width: 96%;
}

header   {
   margin-top: 18px;
   margin-bottom: 18px;
}

header img.logo   {
	float: left;
}

header nav   {
   color: #848484;
   margin-left: 290px;
}

nav.breadCrumb   {
   color: #808080;
   /*font-family: Verdana;*/
   font-size: 11px;  
   margin-bottom: 18px;
   padding-left: 15px;
}

#mainContent   {
   clear: both;
}

footer   {
   color: #999999;
   margin-top: 18px;
   margin-bottom: 18px;
   text-align: center;
}

footer a {
   color: #333333;
}

footer a:link  {
   color: #999999;
}

footer a:visited {
   color: #999999;
}

footer a:hover {
   color: #29ABE2;
}

footer a:active {
   color: #FF6600;
}


/*
 Header Site Navigation 
 ------------------------------------------------------------------------
 */

header .siteNavigation, header .siteNavigation  ul {
   float: left;
   font-size: 11px;
   font-weight: bold;
   list-style: none;
   line-height: 1;
   margin: 0px;
   padding: 0px;
}

header .siteNavigation  ul li  {
  font-size: 11px;	
}

header .siteNavigation  ul {
  width: 220px;
  background: #ffffff;
  filter: alpha(opacity=95);
   -moz-opacity: 0.95;
   opacity: 0.95;
   -moz-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.1);
   -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.1);
}

header .siteNavigation  a { 
   display: block;
   color: #848484;
   
   text-decoration: none;
   padding-left: 10px;
   padding-right: 10px;
   padding-top: 7px;
   padding-bottom: 7px;
   width: 230px;
   
}

header .siteNavigation  a:visited { 
	color: #848484;
}
header .siteNavigation  a:hover  {
   color: #D42429;
}
  
header .siteNavigation  a.selected   {
   color: #D42429;
}
header .siteNavigation  a.selected:visited   {
   color: #D42429;
}

header .siteNavigation  a.menu {
   background: url(../images/layout/down-arrows.gif) center right no-repeat;
   padding-right: 15px;
}
  
header .siteNavigation  a.menu, header .siteNavigation  a.singleMenu {  
    padding-top: 0px;
    padding-bottom: 0px;
    height: 36px;
    line-height: 36px;
    text-transform: uppercase;
}


header .siteNavigation  a.subMenu {
   background: url(../images/right_arrow.gif) center right no-repeat;
}

header .siteNavigation  li {
   float: left;
   padding: 0;
   padding-right: 5px;  
}

header .siteNavigation  li ul {
   position: absolute;
   left: -999em;
   height: auto;
    width: 250px;
   font-weight: normal;
   margin: 0;
   z-index: 1000;
   padding-right: 5px;
}

header .siteNavigation  li:hover ul, header .siteNavigation  li li:hover ul, header .siteNavigation  li li li:hover ul, header .siteNavigation  li.sfhover ul, header .siteNavigation  li li.sfhover ul, header .siteNavigation  li li li.sfhover ul {
   left: auto;
}

header .siteNavigation  li:hover, header .siteNavigation  li.sfhover {
   color: #D42429;
   background: #ffffff;
}

header .siteNavigation  li ul li:hover, header .siteNavigation  li ul li.sfhover   {
   background: #dddddd;
   color: #ffffff;
}

header .siteNavigation a.home   {
   width: 32px;
}

header .siteNavigation a.products   {
	width: 65px;
}

header .siteNavigation a.services  {
	width: 62px;
}

header .siteNavigation a.caseStudies  {
   width:  83px;
}

header .siteNavigation a.technical   {
	width: 65px;
}

header .siteNavigation a.company  {
	width: 61px;
}

header .siteNavigation a.contactUs   {
	width: 70px;
}



/*
   TAB PANE
   ---------------------------------
*/

.tabPane   {
	height: 180px;
   position: relative;
   padding-top: 24px;
   margin-bottom: 12px;
  
}

.tab   {
   position: relative;
   padding-top: 12px;
   padding-left: 20px;
   padding-right: 20px;
   /*min-height: 160px;*/
}

.tab h4   {
   margin-top: 0px;  
}


.tabButtons   {
   position: absolute;
   left: 10px;
   top: 0px;
   margin: 0px;
   padding: 0px;
   padding-left: 10px;
   z-index: 1;
   
}

.tabButtons li   {
   text-decoration: none;
   list-type-style: none;
   display: inline;
   padding: 0px;
}

.tabButtons li a   {
   float: left; 
   display: block;   
   height: 24px;
   line-height: 24px;
   text-decoration: none;
}

.tabButtons li a:visited {
    color: #666666;
}

.tabButtons li a:hover {
    color: #29ABE2;
}

.tabButtons li a:active {
    color: #FF6600;
}

.tabButtons li a.selected   {

}

.tabButtons li a:focus {
   outline: none; /* kills dotted outline around active links in nav bar */
}


.tabPaneContent   {
    background: url(../images/layout/tab/innertabs-bg.gif) top left no-repeat;
    width: 542px;
}

.findOutMoreButton  {
   position: absolute;
   bottom: 18px;
   right: 20px;   
}


/*
 Main Content 
 ------------------------------------------------------------------------
 */
 
 .pageContent   {
   background: #ffffff;
   width: 100%;
   margin-left: auto;
   margin-right: auto;
   padding-top: 26px;
   padding-bottom: 18px;
   margin-bottom: 18px;
}

.pageContent   {
	border-bottom: 1px solid #eee;
}

.content  {
   padding-left: 20px;
   padding-right: 20px;
   position: relative;
   color: #555555;
}


.withSideBar   {
   margin-right: 230px;
}


.pageFooter  {
   margin-left: auto;
   margin-right: auto;
   margin-bottom: 26px;
   position: relative;
   width: 888px;
}

#pageFooterLeft  {
   position: absolute;
   bottom: -1px;
   left: 0px;
}
#pageFooterRight  {
   position: absolute;
   bottom: -1px;
   right: 0px;
}
 
 
.homeBanner  {
   position: relative;
   margin: 0px;
   height: auto;
}

.homeBanner .tabPane   {
   padding-top: 6px;
   height: auto;
   margin-bottom: 0px;
}

.homeBanner  .tabButtons   {
   height: 24px;
   padding-left: 394px;
   margin: 0px;
}

.homeBanner  .tabButtons li a  {
   border: none;  
   background: none;
   padding: 0px;
   height: 24px;
   line-height: 24px;
   margin: 0px;
}

.homeBanner  .tabPaneContent   {  
   border: none;
   background: none;
   width: auto;
   /*height: 261px;*/
}

.revolveButton   {
   width: 40px;
}
.wmButton   {
   width: 165px;
}
.hrButton   {
   width: 47px;
}
.finButton   {
   width: 77px;
}
.reButton   {
   width: 100px;
}
.superButton   {
   width: 64px;
}
.customButton   {
   width: 88px;
}
.insButton   {
   width: 87px;
}

.homeBanner .tab   {
   padding-top: 20px;
   padding-bottom: 10px;
   /*padding-left: 403px;*/
   color: #ffffff;   
   /*height: 191px;*/
}

.homeBanner .tab .callToAction  {
   display: inline-block;
   padding: 10px 0;
/*
   position: absolute;
   right: 25px;
   bottom: 20px;  
   margin: 0px;
   padding: 0px; 
   z-index: 100;
   height: 55px;
*/
}

.homeBanner .customTab .callToAction  {
	 bottom: 22px;
}

.homeBanner .tab h3   {
   color: #ffffff;   
   padding-top: 10px;
}

html>body .homeBanner .tab h3  {
   *padding-top: 40px;  
}


ul.revolveList  {
   position: relative; 
   list-style: none;
   margin: 0px;
   padding: 0px;  
}

ul.revolveList li {
   list-style: none;
   background: url(../images/layout/home/o-bullets-blue.gif) 0 50% no-repeat;
   padding-left: 25px;
   vertical-align: top;
}

ul.revolveList li.green {
   background: url(../images/layout/li/o-bullets-green.gif) 0 50% no-repeat;
}

ul.revolveList li.purple {
   background: url(../images/layout/li/o-bullets-purple.gif) 0 50% no-repeat;
}
ul.revolveList li.red {
   background: url(../images/layout/li/o-bullets-red.gif) 0 50% no-repeat;
}

ul.revolveList li.orange {
   background: url(../images/layout/li/o-bullets-orange.gif) 0 50% no-repeat;
}

ul.revolveList li.white {
   background: url(../images/layout/li/o-bullets-white.gif) 0 50% no-repeat;
}

ul.revolveList li.hr {
   background: url(../images/layout/li/o-bullets-hr.gif) 0 50% no-repeat;
}



.revolveTab   {
   background: url(../images/headers/2.jpg);
   background-size: cover;
}

.wmTab   {
   background: url(../images/layout/home/banner-wm_tab.jpg) top left no-repeat;
}

.hrTab   {
   background: url(../images/layout/home/banner-hr_tab.jpg) top left no-repeat;
}

.reTab   {
   background: url(../images/layout/home/banner-real-estate.jpg) top left no-repeat;
}

.superTab   {
   background: url(../images/layout/home/banner-super_tab.jpg) top left no-repeat;
}

.customTab   {
   background: url(../images/layout/home/banner-custom_tab.jpg) top left no-repeat;
}

.insTab   {
   background: url(../images/layout/home/banner-insurance.jpg) top left no-repeat;
}


.homeBannerContent  {
   margin-left: 350px;  
   color: #ffffff;
   padding: 10px;
}

.homeBannerHeader   {
   margin-left: -10px;
   padding-left: 0px;
}

.homeBannerTagline   {
   font-size: 1.5em;
   font-weight: bold;
   margin-top: 5px;
   margin-bottom: 5px;
}


.secondaryBanner  {
   margin: 0px;
   position: relative;
   padding-top: 0px;
   padding-left: 10px;
   padding-right: 10px;
}

.secondaryBox   {
   float: left;
   width: 185px;
   padding-left: 15px;
   padding-right: 15px;
}

.secondaryBox .callToAction   {
   	
}

.secondaryBox .callToAction img {
   padding-top: 4px;	
}

.columnSplit   {
   float: left;   
   margin-top: 20px;
   padding-right: 5px;
}

.benefitIcon   {
   float: left;  
   padding-top: 3px; 
}


.secondaryBox h4  {
   margin-top: 0px;
   margin-left: 35px;   

   color: #333333;
}

.secondaryBox p   {
   clear: left;   

   color: #333333;
}

.caseStudiesBox  {
   margin-left: 445px;

   padding-left: 15px;
   padding-right: 15px;
}

.caseStudiesBox h4   {
   margin-top: 0px;  
   color: #333333;
}

.slideShow   {
   position: relative;
}

.clientLogos  {
}

.clientLogos p  {
   font-size: 11px  
}


.clientLogos img   {
   margin-right: 30px;  
   padding-top: 4px;
}

.clientLogos img.last   {
   margin-right: 0px;   
}

.home2Column   {
   position: relative;
   width: 100%;
   margin-left: auto;
   margin-right: auto;  
   color: #333333;
}

.column  {
   float: left;
   margin-left: 10px;   
   margin-right: 10px;
}

.home2Column .column   {
   width: 47%;
   padding-left: 10px; 
   padding-right: 10px; 
}

.home2Column .column h3   {
   color: #666666;   
}
 
.fdpoweredby  {
   display: none;
}

.quote   {
   position: relative;
   text-align: left;
   font-size: 1.0em;
   color: #000000;

}

.withQuoteIcon  {
   background: url(../images/layout/icons/icon-quotes.gif) top left no-repeat;
   padding-left: 40px;
   min-height: 30px;
}

.endQuote  {
   position: absolute;
   top: 0px;
   right: 0px;
}
.quotePerson   {
  font-size: 11px;
  font-style: italic;
  text-align: right;
}

.news   {
	
}

.news .item .date   {
	/*font-family: Verdana;*/
	font-size: 11px;
}


.productHero   {
}




/*
   Page layout
   ----------------------------------------------------------------
*/

.productBanner   {
   position: relative;
   height: 160px;
   color: #ffffff;
   padding: 15px;
   box-sizing: border-box;
   
}

html>body .productBanner   {
   height: auto;
   min-height: 160px;
   background-size: cover;
}


.productBannerTop   {
   background: #dddddd;
}

.productBannerImg   {
   float: left;   
}

.productBannerText   {
   margin-left: 403px; 
   padding-top: 75px;
   color: #ffffff;   
}

.productBanner h2  {
   color: #fff;   
   line-height: 24px;
   position: absolute;
   bottom: 0px;
   left: 0px;   
   padding-left: 20px;
   padding-bottom: 15px;
   margin: 0px;
   width: 600px;
}

.productBanner.revolveVertical h2  {
   color: #999;
}

.productBanner h3   {
   color: #fff;   
   position: absolute;
   bottom: 0px;
   left: 0px;   
   padding: 20px;
   margin: 0px;
}

.pageBanner   {
  background: url(../images/headers/5.jpg);
  background-size: cover;
  width: 100%;
  height: 180px; 
  margin-left: auto;
  margin-right: auto;   
  position: relative;   
}

.revolveVertical   {
   background: url(../images/headers/3.jpg);
}

.wmVertical   {
   background: url(../images/layout/verticals/vert-banner-wm.jpg);
   /*background: url(../images/headers/5.jpg);*/
}

.hrVertical   {
   background: url(../images/headers/6.jpg);
}

.realEstateVertical   {
   background: url(../images/layout/verticals/vert-banner-realestate.jpg);
   /*background: url(../images/headers/5.jpg);*/
}

.insuranceVertical   {
   background: url(../images/headers/1.jpg);
}

.superVertical   {
   background: url(../images/layout/verticals/vert-banner-super.jpg);
   /*background: url(../images/headers/5.jpg);*/
}

.customVertical   {
   background: url(../images/headers/7.jpg);
}

.governmentVertical   {
   background: url(../images/headers/4.jpg);
}

.pageBanner h2  {
   color: #ffffff;   

   position: absolute;
   bottom: 0px;
   left: 0px;   
   padding: 20px;
   margin: 0px;
}

ul.icons   {
   list-style: none;
   margin: 0px;
   padding: 0px;
}

ul.icons li  {
   list-style: none;
   padding-left: 40px;
   margin-right: 10px;
   float: left;
   width: 150px;
   
}

li.iconCost   {
   background: url(../images/layout/icons/icon-noupfrontfees.gif) 0 3px no-repeat;
}

li.iconFastForward  {
   background: url(../images/layout/icons/icons-fastprocess.gif) 0 3px no-repeat;
}

li.iconTick  {
   background: url(../images/layout/icons/icon-compliant.gif) 0 3px no-repeat;
}

li.iconInfo  {
   list-style: none;
   background: url(../images/layout/icons/icon-info.gif) 0 3px no-repeat;
   padding-left: 40px;
}

li.iconLinks  {
   background: url(../images/layout/icons/icon-links.gif) 0 3px no-repeat;
}

li.iconHand  {
   background: url(../images/layout/icons/icon-neverhandfill.gif) 0 3px no-repeat;
}

li.iconTime  {
   background: url(../images/layout/icons/icon-savetime.gif) 0 3px no-repeat;
}

li.iconQuotes  {
   background: url(../images/layout/icons/icon-quotes.gif) 0 3px no-repeat;
}

ul.arrows  {
   list-style: none;
   margin: 0px;
   padding-left: 10px;
   padding-right: 10px;
}

ul.arrows li   {
  background: url(../images/layout/small-arrow.gif) 0 4px no-repeat;
  padding: 0px;
  padding-left: 20px;
  margin-bottom: 18px;
}

ul.arrows li h5  {
   margin-bottom: 0px;	
}
ul.arrows li p  {
	margin-top: 0px;
}

.grid3column   {
   width: 600px;
   margin-left: auto;
   margin-right: auto;
}

.grid2column   {
   width: 100% !important;
   margin-left: auto;
   margin-right: auto;
}


.column  {
   float: left;
   margin-left: 10px;   
   margin-right: 10px;
   display: inline;
   box-sizing: border-box;
}


.first   {
   margin-left: 0px; 
}

.last   {
   margin-right: 0px;   
}

.grid3column .column   {
   width: 180px;
}

.grid2column .column   {
   width: 47% !important;
}

.columnHeading  {
	
   color: #1f80b3;
   font-size: 12px;
   line-height: 18px;
   text-transform: uppercase;
}

.columnBackground   {
   background: #D8E1E7 url(../images/column_bg.jpg) top left no-repeat;   
   width: 274px;
   margin-left: auto;
   margin-right: auto;
   padding-bottom: 18px;
}

.columnBackground h3 {
	padding-left: 15px;
	padding-top: 15px;
	margin-bottom: 36px;
}

.columnBackground h4 {
   padding-left: 15px;
   padding-right: 15px;
}

.columnBackground p {
	padding-left: 15px;
	padding-right: 15px;
}

.columnBackground ul {
   padding-right: 15px;
}
.columnBackground ul li {
   margin-bottom: 18px;
}

.screenshot   {
   border: 1px solid #666666;  
}

.screenshotWrapper   {
   float: left;
   margin-right: 10px;
   width: 140px;	
}

.screenshotWrapper .screenshot  {
   width: 140px;	
}

.screenshotTitle  {
   font-weight: bold;

   margin-top: 10px;
   margin-bottom: 10px; 
   color: #333333;
}

.screenshotTable  {
   
}

.screenshotTable td   {
   width: 150px;
   vertical-align: top;
   padding: 10px;
}

.personProfile   {
   position: relative;
   padding: 5px;  
}

.personProfile p  {
   margin-left: 112px;  
}

.personName   {
   display: block;
   font-weight: bold;   
   border-bottom: 1px solid silver;
   margin-bottom: 5px;
   padding-bottom: 5px;
}

.personRole   {
   display: block;
   font-weight: bold;  
   margin-bottom: 10px;
}

.photo   {
   float: left;
   margin-top: 10px; 
   border: 1px solid silver;
   padding: 3px;
   margin-right: 5px;
   background: #ffffff;
}

/* 
   Side Bar
   -----------------------------------------------------------
*/

.sideBar2   {
   float: right;
   width: 200px;
   padding-left: 5px;
   padding-bottom: 5px; 
   font-size: 11px;
}

.sideBar2 .logo   {
   padding-left: 5px;   
}

.sideBar2 p {
   padding-left: 5px;
   padding-right: 5px;
}

.sideBar2 h4  {
   /*font-family:  Verdana, Arial, sans-serif;*/
   text-transform: uppercase;
   line-height: 24px;
   padding-left: 10px;
   background: url(../images/layout/sidebar-grey.gif) top left no-repeat;
   color: #ffffff;
   margin: 0px;
   margin-bottom: 12px;
}

.sideBar2 h4.subMenu   {
   background: url(../images/layout/sidebar-red-dark.gif) top left no-repeat;
}

.sideBar2 ul  {
   position: relative;
   list-style: none;
   margin: 0px;
   padding-left: 10px;
   padding-right: 10px;
   margin-bottom: 18px;
}

.sideBar2 ul li   {
  background: url(../images/layout/sidebar-arrow.gif) 0 3px no-repeat;
  padding: 0px;
  padding-left: 20px;
}


.sideBar2 ul li.pdf  {
   background: url(../images/layout/sidebar-pdf-norm.gif) 0 3px no-repeat;
}


.pageMenu li a {
   color: #000000;
   text-decoration: none;
   text-align: left;
   margin: 0px;
}

.pageMenu li a:visited {
   color: #000000;
}


.pageMenu li a.selected {
   color: #db2028;
}

.pageMenu li a.selected:visited {
   color: #db2028;
}

.pageMenu li a:hover   {
   color: #db2028;
}


.sideBar2 .photo   {
   float: right;
}

/*
  Paperwork calculator
  -----------------------------------------------------------------
*/

.resultDiv   {
   margin-left: 420px;
   background: #efefef;
   padding: 10px;
   width: 400px;
   
}

.calculatorDiv   {
   width: 400px;
   float: left;
}

.fieldError    {
   font-size: 0.83em;
   color: red; 
}

.resultIntro  {
   font-size: 2em;
   line-height: 1.2em;

   color: #444444;
   margin-top: 0px;
}

.calculatedCost   {
   color: #000000;   
}

.number   {
   padding-left: 40px;  
   padding-bottom: 10px;
   margin: 10px;
}

.one  {
   background: url(../images/numbers/1.gif) top left no-repeat;   
}
.two  {
   background: url(../images/numbers/2.gif) top left no-repeat;   
}
.three  {
   background: url(../images/numbers/3.gif) top left no-repeat;   
}
.four  {
   background: url(../images/numbers/4.gif) top left no-repeat;   
}
.five  {
   background: url(../images/numbers/5.gif) top left no-repeat;   
}
.six  {
   background: url(../images/numbers/6.gif) top left no-repeat;   
}
.seven  {
   background: url(../images/numbers/7.gif) top left no-repeat;   
}
.eight  {
   background: url(../images/numbers/8.gif) top left no-repeat;   
}


label   {
   font-size: 0.83em;
   text-transform: uppercase;
   text-align: left; 
   display: block;   
   padding: 2px;
}

.formFooter   {
   text-align: left; 
}

.revolveCircularDiagram  {
   height: 512px;
   margin-bottom: 28px;
   text-align: center;	
}

.verticalSolutions  .verticalLogo {
	float: left;
	margin-top: 18px;
	margin-bottom: 18px;
   margin-left: 44px;	
   margin-right: 44px;
}

.verticalSolutions .centered   {
   margin-left: 198px;	
}

.columnIcon   {
   text-align: center;
}

.caseStudyProductLogo   {
   float: right; 
   padding-left: 18px; 
   padding-right: 18px;  
   padding-bottom: 18px;	
}

.socialMediaSpacer {
	margin-bottom: 35px;
}
	
.twitterLink {
	display: block;
	width: 97px;
	height: 21px;
	background: url('/images/social_twitter.gif') top;
	text-indent: -99999px;
	float:left;
}
.twitterLink:hover {
	background-position: 0 21px;
}

.linkedInLink {
	display: block;
	width: 120px;
	height: 21px;
	background: url('/images/social_linkedin.gif') top;
	text-indent: -99999px;
	float:left;
}
.linkedInLink:hover {
	background-position: 0 21px;
}

.fipoweredby {
	display: none !important;
}


.revolve_logo {
	display: inline-block;
	width: 210px;
	height: 46px;
	background-image: url('/images/logos/revolve1_white.png');
	text-indent: -99999px;
	float:right;
}

.oe_logo {
	display: inline-block;
	width: 262px;
	height: 44px;
	background-image: url('/images/logos/oe1.png');
	text-indent: -99999px;
	float:right;
}


/* 777 */
@media only screen and (max-width: 740px) {

.home2Column .column   {
   width: 99%;
}

ul.icons li  {
   width: 90%;
   min-height: 35px;
}

.caseStudiesBox {
    margin-left: 0px;
}

.secondaryBox {
    float: none;
    width: 100%;
	padding-bottom: 15px;
}

.columnSplit {
	display: none;
}

header nav {
    margin-left: 0px;
}
ul.siteNavigation {
	margin-top: 15px;
}
}
