/** Lap and Desk Styles ***/

body { 
	margin: 0;
	text-align: left;
	width: 100%;
	padding: 0;
	background-color: transparent;
	background: transparent url(/img/portal2013/bkgd/beach-bkgd-progressive.jpg) left top no-repeat;
	background-size: cover;
	background-attachment: fixed; 
}


.maincontent {
	/*
background-color: #fff;
	background-color: rgba(255, 255, 255, .8);
	box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
	border-radius: .2em;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	text-align: left;
	margin: 2em 0 0 0;
*/
}


.maincontent .horizontaldivider {
	border-right: solid 1px #ccc;
	border-left: solid 1px #ccc;
	min-height: 300px;
}

.maincontent .box {
	/*
background-color: transparent;
	box-shadow: none;
	border-radius: none;
	margin-bottom: 1em;
*/
}

.maincontent h4 {
	font-size: 1.2em;
}

/******************* HEADER *******************************/
.headerwrap { 
	background-color: rgba(26,76,129,.7);
	border-top: solid 15px rgba(0,0,0,.4); 
	float: none;
}

#header {
	background: none; 
	filter: none;
	position: relative; 
	-webkit-box-shadow: none; 
	height: auto; 
}
#header h1 {
	margin: 0;
	padding: 0;
	float: left;
}

#header h1 a {
  display: block;
  background: url(/img/header/rigov-logo.png) center left no-repeat;
  height: 66px;
  width: 150px; 
  /* padding-top: 1.5em; */
  float: left;
  text-indent: -200%;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transition: opacity .3s ease;
  -moz-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
  position: relative;
}

#header h2  {
	height: 66px;
	line-height: 66px;
	float: left;
	font-size: 1em;
	margin: 0;
	padding-left: 1em;
	text-align: left;
	display: block;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
	color: #edf6fd;
	font-weight: normal;
	text-transform: uppercase;
}

#header h2 a {
	opacity: .8;
}
#header h1 a:hover, #header h2 a:hover {opacity: .7;}



.inner-header {
  margin: 0 auto;
  position: relative;
}

.govheader {
	height: 50px;
	float: right;
	padding-top: 1.5em;
	margin-top: .5em;
	margin-right: 8em;
	background: url(/img/governor/seal-and-Chaffe.png) top left no-repeat;
}
#header .govheader h2{
	font-size:  .5em;
	height: auto;
	margin: 0;
	padding: 0;
}





/*************************** Sites Menu ************************/
html.no-js #sites {display: none;}

#sites {
	display: block;
	background-color: rgba(0,0,0,.4);
}


#sites ul { 
	margin: 0 auto 1.8em auto; 
	text-align: right; 
	padding: 0;
}

#sites li { 
	display: inline; 
	padding: .5em 0; 
	margin: 0 0 0 .5em; 
	text-align: right; 
	color: #fff; 
	font-size: .8em; 
}

#sites li a { color: #fff; text-decoration: none; padding: .3em;  border-radius: .4em; -webkit-transition: all .15s ease-in-out;  }
#sites li a, #sites li em { padding: 0 .2em; font-style: normal; }
           
a.sites-toggle {	
  background: rgba(0,0,0,.4) url(/img/icons/icons.png) 85% -2454px no-repeat;
  height: 2.8em;  
  position: absolute; 
  top: 0; 
  font-size: .8em;
  right: 0;  
  z-index: 500; 
  border-bottom-right-radius: .3em;
  border-bottom-left-radius: .3em;
  padding: .75em 2.7em .3em .75em;
  overflow: hidden;
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  transition: all .1s ease-in-out;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0,0,0,.2);
}

a.sites-toggle:hover,
a.sites-toggle:active,
a.sites-toggle:focus {
  height: 3.2em;
  text-decoration: none;
  color: #def;
  outline: none;
}

#sites .close {
  text-indent: 100%;
  overflow: hidden; 
  display: block; 
  width: 9px; 
  height: 9px; 
  cursor: pointer; 
  text-align:left;
}


#sites ul.widgets {
	background: rgba(0,0,0,.05); 
	border-top: 1px solid rgba(0,0,0,.4); 
	border-bottom: 1px solid rgba(255,255,255,.4); 
	display: inline-block; 
	float: right; 
	text-align: left; 
	border-radius: .4em;
	margin-top: .95em;
	margin-right: 1.5em;
}


#sites ul.widgets li {margin: 0; padding: 0; border-radius: 0;}

#sites ul.widgets li a {border-radius: 0; padding: .5em .8em; display: inline-block; margin: 0; cursor: pointer; font-weight: bold;}
#sites ul.widgets li a:hover {cursor: pointer; text-decoration: underline; background: none;}

#sites ul li a.normalvis {
  background: rgba(0, 0, 0, .3);
  font-weight: bold;
  -webkit-border-top-left-radius: .4em;
  -webkit-border-bottom-left-radius: .4em;
  -moz-border-radius-topleft: .4em;
  -moz-border-radius-bottomright: .4em;
  border-top-left-radius: .4em;
  border-bottom-left-radius: .4em;
}

#sites  ul li a.highvis {
  -webkit-border-top-right-radius: .4em; 
  -webkit-border-bottom-right-radius: .4em;
  -moz-border-radius-topright: .4em;
  -moz-border-radius-bottomright: .4em;
  border-top-right-radius: .4em; 
  border-bottom-right-radius: .4em;
}



table.data.scaleable {max-width: 100%;}
table.data.scaleable tr {width: 100%;}
table.data.scaleable thead {position: inherit; left: 0; }
table.data.scaleable td:first-child {display: block; width: auto; background: none; color: #444; padding: 1em;}
table.data.scaleable td {float: none; padding: .5em; display: table-cell;}
table.data.scaleable tr:nth-child(odd) td {background-color: none; }
table.data.scaleable tr td abbr {color: #194b80;}

table a.rss {background:  url(/img/icons/rss.gif) 15% 2px no-repeat;}


h4 {
    /* padding-right: 3.5em; */
    padding-bottom: .3em;
    color: #003A67;
    letter-spacing: 1px;
    line-height: 1.3;
    text-transform: uppercase;
    border-bottom: solid 2px #bbb;
}


#header .menumobile, #header .searchmobile, #header .phonebookmobile, #header .feedbackmobile {display: none;}
#header.moved .menu {left: 0;}





/*************************** Search Bar *****************************/
.searchbar {
	display: block; 
	margin-top: 2em; 
}
.searchbar form input#search {
	width: 90%;
}

.search form input#search:hover, form input#search:focus {width: 89%;}


.searchbar form button {
  text-indent: 140%;
  overflow: hidden;
  height: 3em;
  width: 8%;
  border: none;
  outline: none;
  border-radius: .1em; 
  padding: 0;
  margin: 0 0 0 .3em;
   -webkit-transition: .2s all ease-in-out;
    -moz-transition: .2s all ease-in-out;
    -ms-transition: .2s all ease-in-out;
    transition-delay: 0s;
    transition-duration: 300ms;
    transition-property: background-color;
    transition-timing-function: ease-out;
}



/******************* Main Navigation **********************/
.top-bar-section .has-dropdown > a:after, .top-bar-section .has-dropdown > a:focus {
	border: none;
}

.top-bar {
	 /* margin-top: 3em; */ 
	position: relative;	
	display: block; 
	height: auto;
}


.contain-to-grid {
	background: transparent;
	margin-top: .5em;	
}


.top-bar-section.mainmenu ul {
	margin: 0;
	width: 100%;
	display: table;
	background: #1b4068;
	background: rgba(0,0,0,.2); 
	border-radius: .2em;
}

.top-bar-section.mainmenu li {
	margin: auto 0em;
	display: table-cell;
	text-align: center;
	
}

.top-bar-section ul li {
    float: none;
}

nav.top-bar .top-bar-section li a {
    display: block;
    border-left: solid 1px #2b5077;
    border-right: solid 1px #14365a;  
}



.top-bar-section li a:not(.button) {
	background: transparent;
	padding: .125em 0;
		
}

.top-bar-section.mainmenu li:first {
    text-align: left;
}
.top-bar-section.mainmenu li:last {
    text-align: right;
}


/*
.top-bar-section.mainmenu li ul.dropdown li {
	margin: auto;
}
*/


.top-bar ul li a {
	font-size: 100%;
	color: #fff; 
	font-weight: normal; 
	text-decoration: none; 
	background: transparent;
}

.top-bar ul li a:hover {background: rgba(0,0,0,.08);}


nav.top-bar {
	background: transparent;
	line-height: 1;
}

.top-bar-section ul {
    background-color: transparent;
    text-align: left;
    margin: auto;
    
}

.top-bar-section hr {
	border-color: orange;
}


.top-bar-section li a:hover:not(.button), .top-bar-section li a:active:not(.button), .top-bar-section li a:focus:not(.button) {
	background-color: #0f2d4d;
	background-color: rgba(15, 45, 77, 1); 	
	-webkit-border-radius: 3px 3px 0px 0px;
		-moz-border-radius: 3px 3px 0px 0px;
		-o-border-radius: 3px 3px 0px 0px;
		border-radius: 3px 3px 0px 0px; 
	-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		-o-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;

}
ul.menu-lists li {
	margin-bottom: .5em;  
  }

.top-bar-section .menu-lists li a:hover:not(.button) {
	color: #eee;
	background-color: #0f2d4d;
	border-radius: .3em;
}

.top-bar-section li.selected {
	background-color: #0f2d4d;
	background-color: rgba(15, 45, 77, 1);
	border-top-right-radius: .3em;
	border-top-left-radius: .3em;
}

.submenu ul {
	margin-left: 0;
}

.submenu ul li {
	margin: 0;
}
.submenu ul li a  {
	border-top: none;
	background-color: transparent;
	padding: .5em 1em;
	display: block;
	border-radius: 0em;
	color: #1f5084;
	font-size: 1.2em
}
.submenu ul li a:hover  {
	background-color: #ccc;
	background-color: rgba(210,210,210,.5);
}


/* .menu-services: Sidebar for menu pages */
.menu-services {
	background-color: #0F2D4D;
	background-image: linear-gradient(to bottom, #091930 0%, #0F2D4D 38%, #0F2D4D 100%);
	border-radius: .3em;
	padding: 1em;
	margin-bottom: 2em;
	
}

.menu-services ul {
	display: block;
}

.menu-services ul li {
	margin: 0 0 0em 0;
	padding: 0;
	list-style-image: none;
	list-style-type: none;
}
.menu-services ul li a {
	border-radius: .3em;
	color: #509ad3;

}




.menu-services h4 {
	font-size: 1.5em;
	color: #fff;
}

.menu-services.connect h4 {
	font-size: 1.3em;
}

.menu-services.connect ul {
	margin-left: 0;
}

html.ie9 .top-bar .top-bar-section  {
	height: 45px;
}








/*** Press ***/

.press ul {
    font-size: 0.95em;
    /*margin-top: 0;
    padding-top: 0;*/
    list-style: none;
}
.press ul li {
    margin-bottom: 1em;
}
.press .rsspubdate {
	font-size: 0.9em;
	color: #2F74A6;
	font-style: italic;
}

.press p a {
	color: #337AB1;
}
.press p a:hover {
	color: #337AB1;
	text-decoration: underline;
}


.smallslideshow img {
	text-align: center;
	margin: auto;
}

.smallslideshow a {
	color: #337AB1;
}

.smallslideshow p {
	font-size: 1em;
}

.smallorbit .orbit-bullets {
    margin-bottom: .5em;
    padding-top: .7em;
}

.alert h4 {
	background-color: #FF9600;
	padding-left:1em;
	padding-top: .5em;
}

.alert p {
	font-size: 1.2em
}

.alert-btn a {
	background-color: #FF9600;
	padding: .5em;
	border-bottom-left-radius: 0.2em;
    border-bottom-right-radius: 0.2em;
    border-top-left-radius: 0.2em;
    border-top-right-radius: 0.2em;
    float: right;
    box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
}

.alert-btn a:hover {
	background-color: #e28603;
	background-color: #fcaf40;
	color: #fff;
}



.page-banner {
	/*background-color: #0f2d4d;*/
	background-color: #ccc;
	background-color: rgba(255, 255, 255, .8);
	/*margin: 2em 0 3em 0;*/
	box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
	border-bottom-left-radius: 0.2em;
    border-bottom-right-radius: 0.2em;
    border-top-left-radius: 0.2em;
    border-top-right-radius: 0.2em;
    padding-bottom: 1.5em;
}

 .orbit-container .orbit-timer {
    width: 50px;
}

/****************** Orbits *****************/
.orbit-container {
	background: transparent;
}

.orbit-container h4 {
	padding-right: 1em;
}

.orbit-caption, .orbit-slide-number {
	display: none;
}

.data-slides {
	/*color: #fff;*/
	width: 100%;
	margin: auto;
	text-align: center;
}

.data-slides h2 {
	/*color: #fff;*/
	padding-top: .5em;
	margin-bottom: 0;
}

.data-slides p {
	font-size: 1.5em;

}

.data-slides p span {
	font-size: 2.8em;
	color: #ff9600;	
	text-shadow: 1px 1px 1px rgba(0,0,0, .5);
	text-align: center;
	margin: auto;
}

.data-slides a {
	color: #4b76a4;	
}

.data-slides a:hover {
	text-decoration: underline;
}

.sm-data-slides .orbit-container .orbit-next, 
.sm-data-slides .orbit-container .orbit-prev, 
.sm-data-slides .orbit-container .orbit-slide-number {
	display: none;
}


.sm-data-slides h2 {
	font-size: 2em;
	padding-top: 1em;
}

.orbit-bullets {
	top: 0;
	text-align: center;
	margin: auto;
	margin-left: 42.8%;
}

.orbit-bullets li.active {
	background-color: #999;
}

.orbit-bullets li {
	border-color: #999;
	display: inline;
}


.orbit-container .orbit-prev, .orbit-container .orbit-next {
	background-color: transparent;
}

.smallorbit .orbit-container{
	min-height: 200px;
}

.smallorbit .orbit-bullets {
	top: 0;
	width: auto;
	text-align: center;
	/* margin: auto; */
	margin-left: 13.5%;
	margin-bottom: 0em;
	/* margin-top: 6em; */
	margin-right: 5%;
}


.smallslideshow p {
	/*color: #fff;*/
	padding-top: .2em;
	margin-bottom: 0;
}

.smallslideshow span {
	color: #ff9600;	
	text-shadow: 1px 1px 0px rgba(0,0,0, .5);
	text-align: center;
	margin: auto;
	display: inline-block;
    font-size: 1.5em;
    padding-bottom: 0.25em;
    padding-left: 0;
    padding-right: 0.25em;
    padding-top: .75em;
    line-height: .5em;
}




.box {
	background-color: #fff;
	background-color: rgba(255, 255, 255, .8);
	box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
	border-radius: .2em;
	text-align: left;
	padding-left: 5px;

}


  
.waypoint {
	position: fixed;
	bottom:0;
}



.secondaryinfo {
	margin-top: 2em;
}

.secondaryinfo .box {
	background-color: #fff;
	background-color: rgba(255, 255, 255, .8);
	box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
	border-radius: .2em;
	text-align: left;
	padding: .5em 1em;
	min-height: 15em;
}
.secondaryinfo .box a {
	padding: .25em .5em;
	display: block;
}

.secondaryinfo .box a:hover {
	background-color: #fff;
	border-radius: .2em;
}

.secondaryinfo ul {
	list-style-type: none;
}




/****************** Governor Box **************/

.govbox {
	display: block;
	color: #0f2d4d;
	text-transform: uppercase;
	background: #fff url(/img/portal2013/seal-and-Chafee.png) right bottom no-repeat;
	background-color: rgba(255, 255, 255, .5);
	text-align: right;
	margin: 2em 0  1em 0;
	height: 100px;
	position: relative;
	box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
	border-radius: .2em;
}

.govbox p {
	text-transform: uppercase;
	color: #fff;
	position: absolute;
	bottom: 3px;
	left: 10px;
	margin: 0;
	text-shadow: 1px 1px 1px white;
}

.govbox ul {
	text-align: left;
	position: absolute;
	bottom: 10px;
	left: 0px;
}

.govbox ul li {
	float: left;
	list-style-type: none;
	list-style-image: none;
	padding: 0;
	margin: 0;
	width: 1.6em;
}
.govbox ul li a {
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	padding: 0;
	margin: 0;
}

.govbox ul li a:hover {
	color: #3269a4;
}

.govbox ul li a.facebook {
	background:  url(/img/icons/icons.png) 0% -598px no-repeat; 
}
.govbox ul li a.facebook:hover {background: url(/img/icons/icons.png) 0% -1438px no-repeat;}


.govbox ul li a.twitter {
	background:  url(/img/icons/icons.png) 0% -658px no-repeat; 
}	
.govbox ul li a.twitter:hover {
	background: url(/img/icons/icons.png) 0% -1498px no-repeat;
}
.govbox ul li a.youtube {
	background:  url(/img/icons/icons.png) 0% -718px no-repeat; 
}	
.govbox ul li a.youtube:hover {
	background: url(/img/icons/icons.png) 0% -1558px no-repeat;
}



.full-width-bkgd {
	margin: 2em auto;
}

.breadcrumbs {
	background-color: transparent;
	border-top: none;
	border-left: none;
	border-right: none;
	border-radius: none;
	border-color: #ccc;
}

.toolbar {
	display: block;
	border-bottom: 2px solid rgba(0,0,0,.1);
	font-size: .8em;
	background: rgb(238,238,238); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(238,238,238,1) 53%, rgba(221,221,221,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(53%,rgba(238,238,238,1)), color-stop(100%,rgba(221,221,221,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(238,238,238,1) 53%,rgba(221,221,221,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(238,238,238,1) 53%,rgba(221,221,221,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(238,238,238,1) 53%,rgba(221,221,221,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(238,238,238,1) 53%,rgba(221,221,221,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#dddddd',GradientType=0 ); /* IE6-9 */
}

.toolbar .chat a, .toolbar .font-print a {
	padding: .5em 1.3em;
	background-color: #eee;
	background-color: rgba(255, 255, 255, .3);
	-webkit-border-radius: .2em; 
	-moz-border-radius: .2em; 
	border-radius: .2em;
	border-top: 1px #fff solid;
	border-bottom: 1px #bbb solid;
	cursor: pointer;
}

.toolbar .chat a:hover, .toolbar .font-print a:hover {
	background-color: #fff;
	background-color: rgba(255, 255, 255, .8);
}
.toolbar .chat {
	float: left;
	margin: 1em 0 1em 1em;
}
.toolbar .font-print {
	float: right;
	margin: 1em 1em 1em 0;
}
.font-print a {
	margin-left: .4em;
}


/*** Topnews ***/
.topnews {
  font-size: 1.1em;
}

.topnews a {
  padding: .75em;
  color: #003A67;
}


/*** Feedback ***/
#header a.feedback {
	border-width: 2px 0 2px 2px; 
	z-index: 99; 
	border-style: solid; 
	border-color: #fff; 
	display: block;
	-webkit-border-radius: 0;
		-moz-border-radius: 0;
			border-radius: 0;
	color: #fff; 
	padding: 0; 
	opacity: .9;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	box-shadow: 0 4px 4px rgba(0,0,0,.5);
	background: #194b80 url(/img/feedback/feedback.png) center no-repeat; 
	width: 2.2em; 
	height: 110px;
	position: fixed; 
	right: 0; 
	top: 35%; 
	-webkit-transform: translateZ(0);
		-moz-transform: translateZ(0);
			transform: translateZ(0);
	-moz-text-blink: none;
    -moz-text-decoration-color: -moz-use-text-color;
    -moz-text-decoration-line: none;
    -moz-text-decoration-style: solid;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 0.8em;
    font-weight: 200;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    transition-delay: 0s;
    transition-duration: 0.2s;
    transition-property: all;
    transition-timing-function: ease-in-out;
}

#header a.feedback:hover {opacity: 1; padding-left:10px; width: 2.5em; }
/*#header a.feedback span {display: block; float: left; position: absolute; left: -9999em;}*/



/***********************  FOOTER  *********************************/
footer .row .columns {
	padding: 0em 0.9375em 1em 0.9375em;
}

footer { 
	padding: 0; 
	margin: 10em 0 0 0;
}

footer ul  {display: inline; margin: 0; }

footer a {
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: .2em .75em;
  margin: 0 0 .2em 0;
  border: none;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

footer  a:hover {background: none; color: #def; text-shadow: 0 0 10px rgba(255,255,255,.6);}
footer  a:hover, footer  a:active {background: rgba(255,255,255,.05) none; color: #def;  text-decoration: underline;}

footer h5 {
	font-size: 1.1em;
	text-transform: uppercase;
}

footer abbr {color: #fff;}
/*** Footer Specific ***/

/*** Footer Icons ***/

footer a:hover, footer a:active {text-decoration: none; }

footer .socialweb a {
	padding: 0.1em 0 0.2em 1.8em; 
	-webkit-transition: none; 
	-moz-transition: none; 
	width: 100%;
	margin-top: .3em;
	margin-bottom: .2em;
	display: block;
}

footer .socialweb h5 {display: block; margin-bottom: .2em;}

footer a.facebook {background: url(/img/icons/icons.png) 0% -1438px no-repeat;}
footer a.facebook:hover {background:  url(/img/icons/icons.png) 0% -598px no-repeat; }
footer a.flickr {background: url(/img/icons/icons.png) 0% -1678px no-repeat;}
footer a.flickr:hover {background: url(/img/icons/icons.png) 0% -1198px no-repeat;}
footer a.googleplus {background: url(/img/icons/icons.png) 0% -2759px no-repeat;}
footer a.googleplus:hover {background:  url(/img/icons/icons.png) 0% -2698px no-repeat;}
footer a.pinterest {background: url(/img/icons/icons.png) 0% -2820px no-repeat;}
footer a.pinterest:hover {background:  url(/img/icons/icons.png) 0% -2880px no-repeat;}
footer a.linkedin {background: url(/img/icons/icons.png) 0% -1618px no-repeat;}
footer a.linkedin:hover {background:  url(/img/icons/icons.png) 0% -1138px no-repeat;}
footer a.rss {background: url(/img/icons/icons.png) 0% -1798px no-repeat; color: #fff; padding: .35em 0 .25em 24px; margin: 0;}
footer a.rss:hover {background:  url(/img/icons/icons.png) 0% -1258px no-repeat;}
footer a.tumblr {background: url(/img/icons/icons.png) 0% -1738px no-repeat;}
footer a.tumblr:hover {background:  url(/img/icons/icons.png) 0% -1078px no-repeat;}
footer a.twitter {background: url(/img/icons/icons.png) 0% -1498px no-repeat;}
footer a.twitter:hover {background:  url(/img/icons/icons.png) 0% -658px no-repeat;}
footer a.youtube {background: url(/img/icons/icons.png) 0% -1558px no-repeat;}
footer a.youtube:hover {background:  url(/img/icons/icons.png) 0% -718px no-repeat;}
.topnavigation, .searchbar, a.sites-toggle {display: block;}
#header a.menu, #header .search {display: none;}

footer .socialweb a:hover, footer .socialweb a:active {background-color: rgba(255,255,255,.05); color: #def;  text-decoration: underline;}

/*** Footer Awards ***/
footer { -webkit-transform: translateZ(0);}

.awards li.bow a {opacity: .7;}

.awards li.bow a:hover, 
.awards li.bow a:active {opacity: 1;}
.awards li.bow a, 
footer .awards li.bow a:active, 
footer .awards li.bow a:hover {
  background: transparent url(/img/awards/bow-2013.png) top center no-repeat; 
  width: 150px;
  height: 130px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  padding: 0; 
  margin: 0; 
}

.awards li.bow {
	margin-top: 2em;
}

.mobile {
	margin-top: 3em;
}

/*** Secondary footer ***/


.basefooter row {
	padding-top: 1em;
}
.basefooter .inline-list {
	padding: 1em 0;
	margin: 0;
	
}

.basefooter {
  border-top: 1px solid #E5A04E;
  background: #051C33;
  background: rgba(5,28,51,.92);
  clear: both;
  
}

.basefooter ul li {display: inline; color: #fff; font-size: .8em; margin: 0 2em 0 0;}
.basefooter ul li a {color: #fff;}
.basefooter li.copyright {display: block; color: #def;}




