gap@charset "utf-8";
/* CSS Document */
/* Custom styles for the HOMER website                                           */
/* Edit here - do not edit styles.css in order to make upgrades go more smoothly */

/*** Styles used by Version History Page ***/
sup {
	font-size: smaller;
}

.indent-bullet {
	padding-left: 25px;
}
.major-release {
	font-weight: bold;
}
.minor-release {
	font-weight: bold;
}
.sub-header {
	font-weight: bold;
}

.sub-header-2 {
	font-style: italic;
	list-style: none;
	margin-left: 20px;
}


.feature-list {
	margin-left: 20px;
	list-style-position: inside;
	list-style-type: disc;
}
.feature-list-secondary {
	list-style-type: circle;
	list-style-position: inside;
	margin-left: 20px;
}

.desaturate:hover {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

h1 {
	margin-top: 20px;
}
form p {
	margin-left: 40px;
}

.login {
	padding: 4px;
	margin-bottom: 20px;
	background-color:#3394C7;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size:.8em;
}

.login a {
	color:#fff;
}

.login a:hover {
	background-color:#fff;
	color:#000;
}

.HOMERred {
	color:#eb3c3e;
}

.HOMERblue {
	color: #3394c7;
}

}
fieldset .med-blue {
	font-size: 1em;
	line-height: 2em;
	padding-left: 30px;
	list-style-type: disc;
}
.padded-table {
	width:700px;
}
table.center {
	margin-left:auto;
	margin-right:auto;
}

table.padded-table td {
	padding:8px;
}

.download-now {
    background-image:url(http://54.241.207.82/img/download-image.png);
	display:block;
	height:29px;
	width:94px;
	overflow:hidden;
    text-indent:100%;
    white-space:nowrap;
}
.download-now:hover {
    background-image:url(http://54.241.207.82/img/download-mouse-over.png);
}

.buy-now {
    background-image:url(http://54.241.207.82/img/buy-now.png);
	display:block;
	height:29px;
	width:94px;
	overflow:hidden;
    text-indent:100%;
    white-space:nowrap;
}
.buy-now:hover {
    background-image:url(http://54.241.207.82/img/buy-now-mouse-over.png);
}

.footnote {
	color:#C03;
	font-size:0.8em;
	line-height:normal;
}

.footnote-marker {
	font-weight:bold;
	font-size:1.2em;
}
tr.d0 td {
    background-color:#A9C9D6;
	color:#000;
}
tr.d1 td {
    background-color: #fff;
	color: #000;
}
tr.label-row td {
    background-color: #000;
	color: #fff;
	font-size:1.3em;
}
.center-line {
	text-align:center;
}
.product-container {
	width:700px;
	float:left;
}
.profile-container {
	width:600px;
	float:left;
}
.fine-print {
	font-size:0.9em;
	font-style:italic;
}
.superscript {
	font-size:0.7em;
	vertical-align:super;
}
/*.span6 {
    margin-left: 15px;
}*/


form.form-horizontal label {
    line-height: 23px;
}

/* temporary; won't handle long email addrs */
/*form.form-horizontal#account_settings .control-label {
    width: 300px;
}*/

.form-horizontal .control-group {
    margin-bottom: 30px;
}

.first_field {
    padding-top: 10px;
}


.form-horizontal label.checkbox {
    margin-left: 12px;
    margin-top: -12px;
    width: 50%; /*35%;*/
}

.signup_pass {
    position: relative;
}

.hint {
    position: absolute;
    left: 6px;
    top: 30px;
    margin-bottom: 0;
    font-size: 11px;
    color: #000;
}

.clear {
    clear: both;
}

.btn-left-margin {
	margin-left: 180px;
}

fieldset {
    margin: 20px 0px 50px;
	padding: 20px 20px 10px 20px;
	border: 1px solid #3394C7;
	border-radius: 10px;
}



legend {
	display: block;
	width: 320px; /*100%;*/
	margin: 0;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 27px;
	line-height: 24px;
	color: #333333;
	border: 0;
	/*border-bottom: 1px solid #e5e5e5;*/
}
legend.very-large-width{
	width: 450px;
}

legend.extra-wide { width: 60%; }

legend.large-width{
	width: 350px;
}
legend.medium-width{
	width: 300px;
}
legend.small-width{
	width: 250px;
}
legend.very-small-width{
	width: 200px;
}
legend .small {
	font-size: 15px;
	color: #999999;
}

/*.full-width-row {
  overflow-x: hidden;
}*/

.full-width-row {
  margin-left: -15px;
  margin-right: -15px;
}

@media screen and (max-width: 1200px) and (min-width: 979px) {



    .form-horizontal label.checkbox {
        width: 45%;
    }

    .create_acc {
        margin-right: 30px;
    }

    .login_acc {
        padding-right: 72px;
    }

}

.floatright {
	float: right;
}
.indent{
	margin-left: 40px;
}

/* Marilyn added these for small forms, etc */

.small-group {
border: solid 4px #000000;
border-radius: 20px;
padding: 20px;
}

@media screen and (max-width: 979px) and (min-width: 768px) {


    .form-horizontal label.checkbox {
        width: 55%;
    }

    form.form-horizontal .controls {
        margin-left: 100px;
    }

    /*form.form-horizontal legend {
        width: auto;
    }*/

    .form-horizontal .control-label {
        width: 80px;
    }

    .form-horizontal label.confirm_pass {
        width: 120px;
        margin-left: -38px;
        font-size: 13px;
    }

    /*.container {
        width: 96%;
    }*/

}

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


    form.form-horizontal label.checkbox {
        width: 55%;
    }

}

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



}

/* Color2 is the "cyan" variant of class "color" that does not force inline */

.color2 {
	color: #3394C7 !important;
	font-size: inherit !important;
	font-weight: inherit !important;
	text-transform: inherit !important;
}
.light_emphasis {
font-style: italic;
}
.footer-text {
	font-size: 0.88em;
	line-height: 1.2em;
}
/* add rounded corners to anything */
.medium-rounded {
	border-radius:30px;
}
.supertext {
    vertical-align: text-top;
    font-size: 60%;
    line-height: 2px;
}

/* Moved over from custom2.css */



/* Overrides the original theme rules to sharpen the text/background contrast */
body {
	background: #f9f9f9; /*#f2f2f2; ORIG*/
	color: #606060; /*#767676; ORIG*/
}
h1, h2, h3, h4, h5, h6 {
	color: #5a5a5a; /*#646464; ORIG*/
}
a {
	color: #3394C7;
}
/* End theme overrides */

.plain-text {
	font-family: Arial, Helvetica, sans-serif;
}
.staffmember hr {
	margin-top: 20px;
}
.staff-table {
	vertical-align: top;
	margin-left: 50px;
}
.staff-table p {
	margin-bottom: 0px:
}
.staffimage {
	float: left;
	margin-right: 20px;
	margin-bottom: 4px;
}

.listsqbullet {
	margin-left: 20px;
	list-style-position: inside;
	list-style-type: square;
}
#newsletter-list {
	list-style-image: url(../img/arrow_black.png);
	list-style-position: inside;
}
hr, .h {
	clear: both;
}
.partner-list-block {
	width: 490px;
	padding: 0px;
	height: 350px;
	border: 2px solid #3394C7;
	border-radius: 10px;
	margin-left: auto;
	margin-right: auto;
}
.partner-list {
	list-style-position: inside;
	list-style-type: disc;
	display: block;
	float: left;
	width: 200px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 15px;
}
.partner-list-wrap {
	padding-left: 16px;
}
.partner-list-heading {
	font-size: 14px;
	text-align: center;
	clear: both;
	margin-top: 20px;
	font-weight: 600;
	text-transform: none;
	background-color: #666;
	color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-variant: small-caps;
}
.partner-heading {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 20px;
	margin-left: 30px;
	background-color: #666;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 40px;
	clear: none;
	color: #fff;
	font-variant: small-caps;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


div.partner-block {
	width: 90%;
	font-size: 13px;
	line-height: 17px;
	margin-left: 60px;
	clear: both;
}
div.partner-logo {
	float: left;
	width: 200px;
	background-color: #fff;
	margin-right: 20px;
	margin-bottom: 4px;
	padding: 12px;
	border: 1px solid #bbb;
}
div.partner-logo a img{
}
div.partner-header-logo {
	width: 240px;
	padding: 24px;
	background-color: #FFF;
	margin-bottom: 20px;
	margin-left: 80px;
	border: 1px solid #bbb;
}


.partner-page {
}
.partner-page h4 {
	margin: 20px 0px 0px;
}
.partner-page .partner-photo img {
	border: 1px solid #444;
}

.header-margins {
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}

.big-quote {
	width: 80%;
}
.green {
	color: #009531;
}
.shipstone-diagram {
	background-color: #fff;
	margin-left: 200px;
	padding-top: 20px;
	border: 1px solid #3394C7;
}
.training-table {
	border-collapse: collapse;
	margin-left: 80px;
}
.training-table th, .training-table td {
	border: 1px solid #777;
	padding: 4px 14px 4px 14px;
}
.indent-std {
	margin-left: 50px;
}

.training-table th {
	background-color: #E3E3E3;
}
.news-title {
	font-family: Constantia, 'Lucida Bright', 'DejaVu Serif', Georgia, serif;
	font-size: 20px;
	font-weight: bold;
}
.news-header img, .news-title,  {
	margin-bottom: 10px;
}

.bcbr-logo {
	background-color: #FFF;
	height: 50px;
	width: 100px;
	padding: 4px;
}
.camera-logo {
	width: 200px;
	margin-bottom: -10px;
}
.examiner-logo {
	width: 220px;
	height: 42px;
	border: 8px solid #000;
}
.venture-logo {
	background-color: #FFF;
	height: 30px;
	width: 130px;
	text-align: center;
	padding: 10px;
}
.headline-link {
	font-size: 18px;
	color: #0CF;
}
.contact h3 {
	margin: 0px;
}
.contact p {
	margin-bottom: 20px;
}
.hanging-indent {
	text-indent: -20px;
	padding-left: 20px;
}
ul.privacy {
	list-style-position: inside;
}
span.under {
	text-decoration: underline;
}
p.marg-top {
	margin-top: 20px;
}
.pro-table {
	width: 800px;
	margin-top: 30px;
	padding: 6px;
	border: 1px solid #444;
}
.pro-table tr, .pro-table td {
	padding: 6px;
	border: 1px solid #444;
}
.pro-table td:first-child {
	width: 180px;
}
.pro-table td:nth-child(2),
.pro-table td:nth-child(3),
.pro-table td:nth-child(4),
.pro-table td:nth-child(5) {
	width: 60px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}

.supertext {
	font-size:0.7em;
	vertical-align:super
}
.pro-text span {
	font-family: Arial, Helvetica, sans-serif;
}
.launch-special {
	float:left;
	width:60px;
	margin:0px 10px 0px 10px;
}

/* pro features table */
.features-table {
	width:auto;
	margin-left: auto;
	margin-right: auto;
	/*empty-cells: show;*/
}
/* section header rules */
.features-table tr.section-header,
.features-table tr.section-header-mods {
	font-weight: bold;
	background-color: #FFF;
}
.features-table tr.section-header td,
.features-table tr.section-header-mods td {
	text-align: center;
	line-height: 14px;
	color:  #3394C7; /* blue text */
}
.features-table tr.section-header td:first-child {
	font-size: 20px;
	line-height: 20px;
}
.features-table tr.section-header {
	margin-top: 20px;
}
.features-table .header-mods {
	background-color: #d9f7d9; /*#e1ffe1; light green*/
}

/* section sub-header and item rules */
.features-table tr.section-sub-header td {
	text-align: center;
	line-height: 14px;
	color:  #777;
}
.features-table tr.section-item td {
	text-align: center;
	line-height: 14px;
	color:  #555;
}
.features-table tr.section-header td,
.features-table tr.section-sub-header td,
.features-table tr.section-item td {
	padding: 5px 10px 5px 10px;
}
.features-table tr.section-sub-header td {
	font-weight: bold;
}
.features-table tr.section-header td:first-child,
.features-table tr.section-sub-header td:first-child,
.features-table tr.section-item td:first-child {
	text-align: left;
}

.features-table tr.section-item td span {
	padding: 6px 10px 6px 0px;
}

/* all text on the chart, cols 2-6*/
.features-table tr.section-item td:nth-child(2),
.features-table tr.section-item td:nth-child(3),
.features-table tr.section-item td:nth-child(4),
.features-table tr.section-item td:nth-child(5),
.features-table tr.section-item td:nth-child(6),
.features-table tr.section-item td:nth-child(7),
.features-table tr.section-item td:nth-child(8),
.features-table tr.section-sub-header td:nth-child(2),
.features-table tr.section-sub-header td:nth-child(3),
.features-table tr.section-sub-header td:nth-child(4),
.features-table tr.section-sub-header td:nth-child(5),
.features-table tr.section-sub-header td:nth-child(6),
.features-table tr.section-sub-header td:nth-child(7),
.features-table tr.section-sub-header td:nth-child(8) {
	width: 70px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 12px;
	font-weight: 600;
	color:  #555;
}
.features-table .small-font {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 11px;
	font-weight: 600;
	color:  #555;
}

/* space between last item row and next header */
.features-table tr.spacer {
	height: 20px;
}

/* rows */
.odd {
	background-color: #f1f1f1;
	/*border-bottom: 1px solid #eee;*/
}
.even {
	/*background-color: #f0f0f0;*/
	/*border-bottom: 1px solid #eee;*/
}

/* columns */
.alt {
	/*background-color: #fdfdfd;*/
	border-left: 1px solid #d9d9d9;
	/*border-right: 1px solid #eee;*/
}
.alt2 {
	/*background-color: #fdfdfd;*/
	border-left: 1px solid #d9d9d9;
	/*border-right: 1px solid #eee;*/
}

/* section header columns - alternating */
/*.features-table tr.section-header td:nth-child(1),
.features-table tr.section-header td:nth-child(3),
.features-table tr.section-header td:nth-child(5) {
	background-color: #fff;
}
.features-table tr.section-header td:nth-child(2),
.features-table tr.section-header td:nth-child(4),
.features-table tr.section-header td:nth-child(6) {
	background-color: #fff;
} */ /*#f5f9ff;*/

/* sub header and body cell columns - alternating */
/*.features-table tr.section-sub-header td:nth-child(1),
.features-table tr.section-sub-header td:nth-child(3),
.features-table tr.section-sub-header td:nth-child(5),
.features-table tr.section-item td:nth-child(1),
.features-table tr.section-item td:nth-child(3),
.features-table tr.section-item td:nth-child(5) {
	background-color: #eee;
}
.features-table tr.section-sub-header td:nth-child(2),
.features-table tr.section-sub-header td:nth-child(4),
.features-table tr.section-sub-header td:nth-child(6),
.features-table tr.section-item td:nth-child(2),
.features-table tr.section-item td:nth-child(4),
.features-table tr.section-item td:nth-child(6) {
	background-color: #ddd;
}*/  /*#e8e8e8;*/ /*#f5f9ff;*/

/* end pro features table */

.diffs-table {
	border-collapse: collapse;
	margin-left: 80px;
	color: #111;
	text-shadow: none;
}
.diffs-table th, .diffs-table td {
	border: none; /*border: 1px solid #777;*/
	padding: 4px 14px 4px 14px;
}
.diffs-table tr.odd {
	background-color: #e8e8e8;
}
.diffs-table tr.even {
	background-color: #f3f3f3;
}

.table-content, .p {
	color:#767676;
}

.table-content, .focused {

}

.no-bottom {
	border-bottom:0px;
}

.light {
	color: #f4f4f4;
}

.nav-tabs > li > a {
	font-size: 18px;
}

.z-tabs.vertical > ul.z-tabs-nav.z-tabs-desktop {
	width: 10%;
}

.sub-tab {
	font-size:14px;
	font-style:italic;
}

.button-subtext {
	font-size:12px;
}

.modal-backdrop {
  z-index: -1;
}

.modal {
	width: 100%;
	z-index:9000;
	/*margin: -250px -400px;*/
}

.modal-open {
	z-index:9000;
}

.z-tabs.vertical > ul > li.z-active > a {
	z-index: 8;
}

.pro-slider-text {
	text-shadow: none;
	color: #000;
	font-size: 16px;
}

.pro-thumb-text {
	font-size: 14px;
    color: #fff;
    font-weight: 1600;
    line-height: 1.4em;
    text-shadow: 1px 2px 2px #000;
}

.wrapper {
    position: relative;
    padding-bottom: 100%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

sel {
	width: 66% !important;
	height: 30px;
	padding: 5px;
	margin: 0;
	display: inline-block;
}

.pricing-table  { border:hidden; }
.pricing-table  th { text-align:right; font-weight:normal; }
.pricing-table	thead { text-align:center;
	font-size: 28px;
	color: #FFFFFF;
	text-shadow: 0px 1px 0px #000000;
	line-height: 1.2; }
.pricing-table	td { text-align:center; padding:5px; }
.pricing-table	tr:nth-child(even) { background-color: #DCDADA; }
.pricing-table	tr:nth-child(odd) { background-color: #FFFFFF; }
.pricing-table	tr.emphasis { background-color: #gray; }
.pricing-table  tr.header_row { background-color: #BDB8B8 !important;  }
.pricing-table	.detail { font-size:12px; font-style: italic; margin-top: 5px; }
.pricing-table	th.subhead { text-align:left; padding-left:10px; }
.pricing-table   h2 { margin-bottom: 0px !important; }


.hidden { visibility: hidden; }

.width15percent { width: 15%; }

.question {
	font-style: italic;
	font-weight: 600;
	font-size: 16px;
	color: #3394C7 !important;
}

.answer { margin-left: 40px; }

.testimonial {
  font-style: italic;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 16px;
  }

 .large-testimonial { font-size: 24px !important; line-height: 1.3; }

 .header-testimonial { font-size: 20px !important; line-height: 1.2; }

 .cyan { color: #3394C7 !important; }

 .thin-bottom-border { border-bottom:  thin solid !important; }

 .marginbottom10  { margin-bottom: 10px !important; }

 .largebutton { width: 275px; height: 70px; }

 .medbutton { width: 200px; height: 40px; }

 .available_to {
	 color: #3394C7;
	 font-size: large;
	 font-weight: bold
 }

 .leftmargin25 { margin-left: 25px !important; }

.icon-med-bg {
	background: #3394C7;
	width: 50px;
	height: 50px;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	margin: 0 auto 20px auto;
}

.topmargin40 { margin-top: 40px !important; }

.nofloat { float: none !important; }

.alignleft { text-align: left !important; }

/* Tablet and bigger */
@media ( min-width: 768px ) {
	.grid-divider {
		position: relative;
		padding: 0;
	}
	.grid-divider>[class*='span'] {
		position: static;
	}
	.grid-divider>[class*='span']:nth-child(n+2):before {
		content: "";
		border-left: 1px solid #DDD;
		position: absolute;
		top: 0;
		bottom: 0;
	}
	.col-padding {
		padding: 0 15px;
	}
}

.support_h1 { font-size: 26px; margin-top: 25px !important;}
.support_h2 { font-size: 16px; margin-top: 0px;  }
.inline { display: inline !important;}
.marginbottom0 {margin-bottom: 0px !important;}
.marginright0 {margin-right: 0px !important;}
.support_icon { color: white; margin: 18px 0; }

.icon-med-bg {
	background: #3394C7;
	width: 50px;
	height: 50px;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	margin-right: 10px;
	float: left;
}

#header { background: #000000; }

.gsc-input {
	font-size: 14px !important;
	width: 100% !important;
	line-height: 14px !important;
}

/* DivTable.com */
.divTable{
	display: table;
	width: 100%;
}
.divTableRow {
	display: table-row;
}
.divTableCell, .divTableHead {
	border: 1px solid #999999;
	display: table-cell;
	padding: 5px 10px;
}
.divTableHeading {
	background-color: #EEE;
	display: table-cell;
	font-weight: bold;
	font-size: 1.2em;
	width: 300px;
}
.divTableFoot {
	background-color: #EEE;
	display: table-footer-group;
	font-weight: bold;
}
.divTableBody {
	display: table-row-group;
}

/*These styles apply to the pro-vs-quickstart.html page*/

/* give the table some space */
table.table-top-buffer {
   	margin-top: 30px;
}

/* same-size the columns for easier comparison */
table.table-product-comparison td,
table.table-product-comparison th {
	width: 33%;
}

table.table-product-comparison td:first-of-type {
  font-weight: bold;
}

/*pro-license-rules.html*/

.table-license-rules
{
	border:thin grey solid;
}
table.table-license-rules th
{
	text-align: center;
	border: thin grey solid;
}

table.table-license-rules td
{
	font-size: 0.8em;
	line-height: 1.2;
	padding: 3px 8px 3px 10px;
	border: thin grey solid;
}
/*For the products.html page*/
/* DivTable.com */
.divTable1{
	display: table;
	width: 100%;
}
.divTableRow1 {
	display: table-row;

}

.divTableCell1 {

	display: table-cell;
	padding: 3px 10px;
	width: 25%;
}
.divTableCell2 {

	display: table-cell;
	padding: 3px 10px;
	vertical-align: top;
}

.divTableBody1 {
	display: table-row-group;
}
<!-- DivTable.com -->

/**
 * Add whitespace
 *
 * Classes to add whitespace above (i.e., pull the current element down) or
 * below (i.e., push the next element down).
 */
.pull-down-sm {
  margin-top: 15px;
}

.pull-down-md {
  margin-top: 30px;
}

.pull-down-lg {
  margin-top: 60px;
}

.pull-down-xl {
  margin-top: 120px;
}

.push-down-sm {
  margin-bottom: 15px;
}

.push-down-md {
  margin-bottom: 30px;
}

.push-down-lg {
  margin-bottom: 60px;
}

.push-down-xl {
  margin-bottom: 120px;
}

/**
 * A simple shell for a page banner, a thing full-width element designed to
 * call attention to a short sentence or phrase.
 *
 * For example:
 *
 *     <div class="page-banner">
 *         Pay attention to this!
 *     </div>
 *
 * The page-banner is especially effective when placed between the header
 * section and the header-btm section.
 */

.page-banner {
  text-align: center;
  background-color: #3394C7;
  color: white;
  padding: 10px 15px;
  text-shadow: none;
}

.page-banner a {
  color: white;
  text-shadow: none;
  font-weight: bold;
}

.page-banner a:hover {
  color: white;
  text-decoration: underline;
}


.simple-list {
	padding-left: 10%;
	vertical-align: top;
}

.simple-list li {
	text-align: left;
	line-height: 2em;
}

/*From Jack.css*/

/**
 * Vertical whitespace
 *
 * Oftentimes, we may want to push or pull a sibling element down to add
 * whitespace and make it more visible (e.g., a form's button row).
 */
.pull-down-sm {
  margin-top: 15px;
}

.pull-down-md {
  margin-top: 30px;
}

.pull-down-lg {
  margin-top: 60px;
}

.push-down-sm {
  margin-bottom: 15px;
}

.push-down-md {
  margin-bottom: 30px;
}

.push-down-lg {
  margin-bottom: 60px;
}

/*This stupid thing is used only on the company index.html page*/

.just-underline-dammit {
	text-decoration: underline;
}

.HOMER-grid-logo {
    display: block;
    margin: 0 auto;
    padding-bottom: 40px;
}

.HOMER-pro-logo {
    display: block;
    margin: 0 auto;
    padding-bottom: 40px;
}

.slider-logo {
    display: block;
    margin: 0 auto;
    padding-bottom: 40px;
    height: 80px;
    width: auto;
}

.pricing-banner-txt-dark,
.pricing-banner-txt-dark:hover,
.pricing-banner-txt-dark:visited,
.pricing-banner-txt-dark:link,
.pricing-banner-txt-dark:active {
	color: #141414 !important;
	text-shadow: none !important;
	text-decoration: none !important;
	font-size: 24px !important;
	font-weight: 600 !important;
    line-height: 1.3em !important;
    font-style: normal !important;
    margin-bottom: 15px !important;
}

/*-----------------------------*/
/*- Main Page Special Styles -*/
/*-----------------------------*/

.software-icon {
	background: url("../img/icons/software.png") no-repeat center center;
    display: block;
    margin: 0 auto;
    height: 80px;
    width: 80px;
    padding: 20px;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.software-icon:hover {
	background: url("../img/icons/software-hover.png") no-repeat center center;
}

.training-icon {
	background: url("../img/icons/training.png") no-repeat center center;
    display: block;
    margin: 0 auto;
    height: 80px;
    width: 80px;
    padding: 20px;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.training-icon:hover {
	background: url("../img/icons/training-hover.png") no-repeat center center;
}

.consulting-icon {
	background: url("../img/icons/consulting.png") no-repeat center center;
    display: block;
    margin: 0 auto;
    height: 80px;
    width: 80px;
    padding: 20px;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.consulting-icon:hover {
	background: url("../img/icons/consulting-hover.png") no-repeat center center;
}

.access-icon {
	background: url("../img/icons/access.png") no-repeat center center;
    display: block;
    margin: 0 auto;
    height: 80px;
    width: 80px;
    padding: 20px;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.access-icon:hover {
	background: url("../img/icons/access-hover.png") no-repeat center center;
}

/*-----------------------------*/
/*---- Marketing Insights -----*/
/*-----------------------------*/

.buy-reports {
	padding: 8px;
}

.purchase-color {
	background: #3394c7;
    text-align: center;
    font-weight: 500;
    line-height: .8;
    /* height: 12px; */
    font-size: 17px;
    text-shadow: none;
    outline: none;
    margin-top: 0px;
    margin-bottom: 0px;
}

.purchase-color:hover {
	background: #2680af;
	  -webkit-transition: background-color 0.5s ease-out;
	  -moz-transition: background-color 0.5s ease-out;
	  -o-transition: background-color 0.5s ease-out;
	  transition: background-color 0.5s ease-out;
}

.purchase-color:active,
.purchase-color:focus {
	background: #1a6d99;
}

.table-special {
    border-radius: 0px !important;
    border: 1px solid #999999;
    border-collapse: collapse;
}

.table-special tr,
.table-special td {
	border-color: #999999;
}

/*-----------------------------*/
/*- Grid Overview Page Styles -*/
/*-----------------------------*/

.blue-seperator {
	border: 1px solid rgba(51, 148, 199, 0.2);
}

.line-fix {
	line-height: 0px;
}

.nomargin {
	margin: 0px !important;
}

/*------------------------------------*/
/*- Pro vs Grid features page styles -*/
/*------------------------------------*/

.page-banner-vs {
	display: block;
	height: 200px;
	background: url("../img/banner-image-vs.jpg") center center no-repeat !important;
	background-size: 50%;
	float: left;
}

.pro-logo {
	display: block;
    width: 237px;
    height: 75px;
    margin: auto;
	background: url("../img/logos/pro-logo-237x75.png") center center no-repeat  !important;
}

.grid-logo {
	display: block;
    width: 237px;
    height: 75px;
    margin: auto;
	background: url("../img/logos/grid-logo-237x75.png") center center no-repeat  !important;
}

.banner-txt-vs {
	padding-top: 40px;
}

.banner-txt-vs h1 {
	color: #ffffff;
}

.circle-vs {
	background: rgba(000,000,000, 0.5);
    padding: 10px;
    border-radius: 50px;
}

.ul-indent {
	margin-left: 20px;
	list-style-type: circle;"
}

@media (max-width: 768px) {
	.banner-txt-vs {
		padding-top: 10px;
	}
	.banner-txt-vs h1 {
		padding: 10px;
	}
	.page-banner-vs {
		height: 260px;
	}
}

/*-----------------------------*/
/*- Grid Features Page Styles -*/
/*-----------------------------*/

.feature-color {
	background: #26af74;
}

.feature-color:hover {
	background: #198e5c;
	  -webkit-transition: background-color 0.5s ease-out;
	  -moz-transition: background-color 0.5s ease-out;
	  -o-transition: background-color 0.5s ease-out;
	  transition: background-color 0.5s ease-out;
}

.feature-icons {
    display: block;
    margin: 0 auto;
    height: 80px;
    width: 80px;
    padding: 20px;
}

.btn-container {
	display: inline-block;
	padding: 40px;
	margin: 0px 0px 10px 0px;
	border: 2px solid rgba(69, 142, 204, 0.5);
	border-radius: 12px;
	box-shadow: 1px 2px 6px 1px rgba(0, 0, 0, 0.2);
}

/*-----------------------------*/
/*---- Grid Launch Special ----*/
/*-----------------------------*/

.special-block {
	display: block;
	border: 2px solid rgba(59, 156, 191, 0.2);
	padding-bottom: 10px;
}

.image-margin {
	margin: 5px 10px 10px 10px;
}

.image-launch-page {
	display: block;
	text-align: center;
}

.margin-launch-section {
	margin: 0px 10px 0px 0px;
}

.launch-pricing-txt {
	margin-top: -12px;
	color: #3394c7;
	font-weight: 600;
}

/*-----------------------------*/
/*---Pricing Page Styles---*/
/*-----------------------------*/

.a-btn {
	outline: 0;
	text-decoration: none !important;
}

.blue-line {
	background: #337ab7;
	width: auto;
	height: 4px;
	margin-top: 40px;
	margin-bottom: 40px;
}

.blue-line-opacity {
	background: rgba(51,122,183,0.2);
	width: auto;
	height: 2px;
	margin-top: 40px;
	margin-bottom: 40px;
}

.bold {
	font-weight: 800;
}

.enterprise-line-spacing {
	line-height: 160%;
}

.enterprise-list {
	line-height: 150%;
	font-style: normal;
	color: #666666;
}

.enterprise-txt {
	line-height: 130%;
	margin-right: 8px;
	margin-left: 6px;
	margin-top: 0px;
}

.enterprise-list-grid {
	line-height: 1.2;
	font-style: normal;
	font-size: 0.95em;
	color: #666666;
}


/*--- Special gap sizing for columns---*/
.gap-ent-grid {
	display: block;
    width: 100%;
    height: 12px;
}

.gap-ent-standard {
	display: block;
	width: 100%;
	height: 0px;
}

.gap-ent-student {
	display: block;
	width: 100%;
	height: 52px;
}

.gap-ent-academic {
	display: block;
	width: 100%;
	height: 19px;
}

.gap-top-standard {
	display: block;
	width: 100%;
	height: 5px;
}

.gap-top-student {
	display: block;
	width: 100%;
	height: 5px;
}

.gap-top-academic {
	display: block;
	width: 100%;
	height: 5px;
}

.gap {
	display: block;
	width: 100%;
	height: 13px;
}

.gap-wide {
	display: block;
	width: 100%;
	height: 60px;
}

.gap-wider {
	display: block;
	width: 100%;
	height: 100px;
}

.gap-widest {
	display: block;
	width: 100%;
	height: 400px;
}

.height-grid-annual {
	height: 0px;
}

.height-grid-monthly {
	height: 0px;
}

.height-special {
	height: 0px;
}

.height-special-academic {
	height: 0px;
}

.height-special-student {
	height: 0px;
}

.line-height {
	line-height: 70%;
}

.modules-block {
	display: block;
	height: 200px;
}

.nopadding {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.pricing-banner-image {
	height: 315px;
	background: url("../img/pricing-banner-image.jpg") top center no-repeat !important;
	background-size: 100%;
	margin-bottom: -60px !important;
}

.pricing-banner-academic {
	height: 315px;
	background: url("../img/pricing-banner-image-academic.jpg") top center no-repeat !important;
	background-size: 100%;
	margin-bottom: -60px !important;
}

.pricing-banner-grid {
	height: 315px;
	background: url("../img/pricing-banner-image-grid.jpg") center center no-repeat !important;
	background-size: 100%;
	margin-bottom: -60px !important;
}

.pricing-banner-grid-features {
	height: 260px;
	background: url("../img/pricing-banner-image-grid-features.jpg") bottom center no-repeat !important;
	background-size: 100% !important;
}

.pricing-banner-grid-overview {
	height: 260px;
	background: url("../img/pricing-banner-image-grid-overview.jpg") top center no-repeat !important;
	background-size: 100% !important;
}

.pricing-banner-student {
	height: 315px;
	background: url("../img/pricing-banner-image-student.jpg") bottom center no-repeat !important;
	background-size: 100%;
	margin-bottom: -60px !important;
}

.product-banner-marketing-insights {
	height: 260px;
	background: url("../img/product-banner-marketing-insights.jpg") center center no-repeat !important;
	background-size: 100%;
}

.pricing-banner-txt,
.pricing-banner-txt:hover,
.pricing-banner-txt:visited,
.pricing-banner-txt:link,
.pricing-banner-txt:active {
	color: #ffffff !important;
	text-shadow: none !important;
	text-decoration: none !important;
	font-size: 24px !important;
	font-weight: 600 !important;
    line-height: 1.3em !important;
    font-style: normal !important;
    margin-bottom: 15px !important;
}

.pricing-txt-notactive,
.pricing-txt-notactive:visited,
.pricing-txt-notactive:link,
.pricing-txt-notactive:active {
	color: rgba(255,255,255, 0.5);
	text-shadow: none;
	text-decoration: none;
}

.pricing-txt-notactive:hover {
	color: rgba(255,255,255, 1);
	text-shadow: none;
	text-decoration: none;
}

.pricing-col-special {
	position: relative;
	border: 1px solid #00a7ff;
	background-color: #ffffff;
	box-shadow: 1px 4px 8px 1px rgba(0, 0, 0, 0.3);
	z-index: 3;
}

.pricing-col {
	position: relative;
	margin-top: 40px !important;
	background-color: #ffffff;
	box-shadow: 1px 2px 6px 1px rgba(0, 0, 0, 0.2);
	z-index: 1;
}

/* set pricing col heights the same */
.row.pricing-margin {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
}

/* remove same height so bootstrap can wrap responsively */
@media (max-width: 767px) {
	.row.pricing-margin {
	  display: block !important;
	}
}

/* set pricing col heights the same end */

.pricing-link {
	color: #00a7ff;
}

.pricing-link:link {
    color: #00a7ff;
}

.pricing-link:visited {
    color: #0387cc;
}

.pricing-link:hover {
    color: #0387cc;
}

.pricing-tooltip {
	color: #00a7ff;
	text-decoration: none !important;
}

.pricing-tooltip:link {
    color: #00a7ff;
}

.pricing-tooltip:visited {
    color: #0387cc;
}

.pricing-tooltip:hover {
    color: #0387cc;
}

.pricing-margin {
	margin-left: 20px;
}

.pricing-addon-margin {
	margin-left: -10px;
}

.pricing-nav-active {
	display: inline-block;
	border: 1px solid #ffffff;
	background-color: rgba(255,255,255,0.3);
	width: 150px;
	height: 40px;
	float: left;
	text-align: center;
}

.pricing-nav {
	display: inline-block;
	border: none;
	background-color: none;
	width: 150px;
	height: 40px;
	float: left;
	text-align: center;
}

.pricing-title {
	color: #141414;
}

.pricing-sup {
	position: relative;
	top: -18px;
	font-size: 14px;
}

.pricing-txt {
	margin-top: -12px;
	color: #666666;
}

.set-height {
	height: 247px;
}

.txt-center {
	text-align: center !important;
}

.txt-dark {
	color: #141414;
}

.txt-grey {
	color: #666666;
}

.txt-margins {
	margin-left: 6px;
	margin-right: 6px;
}

.wrapper {
    text-align: center;
}
.wrapper ul {
    display: inline-block;
    margin: 0;
    padding: 0;
    /* For IE*/
    zoom:1;
    *display: inline;
}
.wrapper li {
    float: left;
}

/*--- Pricing Buttons ---*/

.pricing-btn-group {
	margin-left:8px;
	margin-right:auto;
	margin-top: 25px;
	margin-bottom: 45px;
}

.price-btn {
	font-size: 18px;
	font-weight: 500;
	outline: 0;
	width: 100%;
	height: 34px;
	margin: 0 auto;
}

.try-it {
	background: #ffffff;
	color: #337ab7;
	border: 2px solid #337ab7;
	transition: all 0.3s ease;
}

.try-it:hover {
	background: #458ecc;
	color: #ffffff;
	border: 2px solid #458ecc;
}

.try-it:active {
	background: #276ca7;
	color: #ffffff;
	border: 2px solid #276ca7;
}

.buy-it {
	background: #337ab7;
	color: #ffffff;
	border: 2px solid #337ab7;
	transition: all 0.3s ease;
}

.buy-it:hover {
	background: #458ecc;
	color: #ffffff;
	border: 2px solid #458ecc;
}


.buy-it:active {
	background: #276ca7;
	color: #ffffff;
	border: 2px solid #276ca7;
}

.Contact-Us {
	background: #337ab7;
	color: #ffffff;
	border: 2px solid #337ab7;
	height: 32px;
	transition: all 0.3s ease;
}

.Contact-Us:hover {
	background: #458ecc;
	color: #ffffff;
	border: 2px solid #458ecc;
}

.Contact-Us:active {
	background: #276ca7;
	color: #ffffff;
	border: 2px solid #276ca7;
}
/*--- Pricing Buttons Ends ---*/

/*---- Sale Styling --*/

.sale-shine {
    position: relative;
    margin-left: -2px;
    margin-top: -10px;
    width: 30px;
    height: 30px;
	background: -moz-linear-gradient(-45deg, rgba(255,255,255,0.5) 0%, rgba(246,246,246,0.29) 47%, rgba(244,244,244,0.05) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, rgba(255,255,255,0.5) 0%,rgba(246,246,246,0.29) 47%,rgba(244,244,244,0.05) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, rgba(255,255,255,0.5) 0%,rgba(246,246,246,0.29) 47%,rgba(244,244,244,0.05) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80ffffff', endColorstr='#0df4f4f4',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    z-index: 999;
}

.sale-circle {
	position: relative;
    margin-left: -25px;
    margin-top: -37px;
    width: 100px;
    height: 100px;
    background: rgba(255,192,0,0.4);
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border: 1px solid rgba(255,255,255,0.3);
    border-radius: 50px;
    z-index: 99;
}

.sale-bkgrd {
    margin-top: -55px;
    padding-top: 60px;
    width: 100%;
    margin-left: 0% !important;
    background: rgba(51,122,183, 0.08);
}

.sale-bkgrd-ent {
	margin-top: -9px;
    width: 100%;
    height: 126px;
    margin-left: 0% !important;
    background: rgba(51,122,183, 0.08);
}

.sale-crossout {
	text-decoration: line-through;
}

.sale-label {
    margin-left: -25px;
    margin-top: -100px;
    position: relative;
    background: #ffd200;
    width: 100px;
    height: 100px;
    position: relative;
    text-align: center;
    z-index: 50;
}

.sale-label:before,
.sale-label:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100px;
    width: 100px;
    background: #ffd200;
}

.sale-label:before {
    -webkit-transform: rotate(30deg);
       -moz-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
         -o-transform: rotate(30deg);
}

.sale-label:after {
    -webkit-transform: rotate(60deg);
       -moz-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
         -o-transform: rotate(60deg);
}

.sale-label-shadow {
    margin-left: -18px;
    margin-top: -88px;
    position: relative;
    background: rgba(0,0,0,0.5);
    width: 90px;
    height: 90px;
    position: relative;
    text-align: center;
    z-index: 1;
    filter: blur(2px);
}

.sale-label-shadow:before,
.sale-label-shadow:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 90px;
    width: 90px;
    background: rgba(0,0,0,0.5);
    filter: blur(2px);
}

.sale-label-shadow:before {
    -webkit-transform: rotate(30deg);
       -moz-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
         -o-transform: rotate(30deg);
}

.sale-label-shadow:after {
    -webkit-transform: rotate(60deg);
       -moz-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
         -o-transform: rotate(60deg);
}

.sale-label-title-special {
	text-transform: uppercase;
	margin-top: 18px;
	line-height: 120%;
    letter-spacing: 120%;
    color: #ffffff;
}

.sale-label-title {
	text-transform: uppercase;
	margin-top: -4px;
    letter-spacing: 120%;
    color: #ffffff;
}

.sales-pitch {
	display: block;
	width: 100%;
	height: 34px;
	background: #00a7ff;
	margin: 0 auto;
}

.sales-pitch-txt {
	text-align: center;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 6px;
}

.sale-pricing-txt {
	padding-top: 6px;
    padding-bottom: 6px;
    color: #337ab7;
}

.sale-txt {
	margin-top: -60px;
}

/*------------*/
.sale-circle-sm {
    position: relative;
    margin-left: -15px;
    margin-top: -20px;
    width: 60px;
    height: 60px;
    background: rgba(255,192,0,0.4);
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border: 1px solid rgba(255,255,255,0.3);
    border-radius: 50px;
    z-index: 99;
}

.sale-label-sm {
    margin-left: -15px;
    margin-top: -62px;
    position: relative;
    background: #ffd200;
    width: 60px;
    height: 60px;
    position: relative;
    text-align: center;
    z-index: 50;
}

.sale-label-sm:before, .sale-label-sm:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 60px;
    width: 60px;
    background: #ffd200;
}

.sale-label-sm:before {
    -webkit-transform: rotate(30deg);
       -moz-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
         -o-transform: rotate(30deg);
}

.sale-label-sm:after {
    -webkit-transform: rotate(60deg);
       -moz-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
         -o-transform: rotate(60deg);
}

.sale-label-shadow-sm {
    margin-left: -14px;
    margin-top: -57px;
    position: relative;
    background: rgba(0,0,0,0.5);
    width: 60px;
    height: 60px;
    position: relative;
    text-align: center;
    z-index: 1;
    filter: blur(2px);
}

.sale-label-shadow-sm:before, .sale-label-shadow-sm:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 60px;
    width: 60px;
    background: rgba(0,0,0,0.5);
    filter: blur(2px);
}

.sale-label-shadow-sm:before {
    -webkit-transform: rotate(30deg);
       -moz-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
         -o-transform: rotate(30deg);
}

.sale-label-shadow-sm:after {
    -webkit-transform: rotate(60deg);
       -moz-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
         -o-transform: rotate(60deg);
}


.sale-label-title-sm {
    text-transform: uppercase;
    padding-top: 10px;
    line-height: 110%;
    letter-spacing: 120%;
    color: #ffffff;
    margin-top: 8px;
}

.sale-shine-sm {
    position: relative;
    margin-left: 0px;
    margin-top: -15px;
    /* padding-top: 0px; */
    width: 15px;
    height: 15px;
    background: -moz-linear-gradient(-45deg, rgba(255,255,255,0.5) 0%, rgba(246,246,246,0.29) 47%, rgba(244,244,244,0.05) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(255,255,255,0.5) 0%,rgba(246,246,246,0.29) 47%,rgba(244,244,244,0.05) 100%);
    background: linear-gradient(135deg, rgba(255,255,255,0.5) 0%,rgba(246,246,246,0.29) 47%,rgba(244,244,244,0.05) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80ffffff', endColorstr='#0df4f4f4',GradientType=1 );
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    z-index: 999;
}

/*--- Sale Styling End ---*/

/*--- Responsive Design ---*/

@media only screen and (max-width: 767px) {
	.price-btn {
		width: 50%;
    	margin-left: 25%;
	}
	.margin-launch-section {
		padding: 6px;
	}

}

@media only screen and (min-width: 768px) {
	.height-grid-annual {
		height: 82px;
	}
	.height-grid-monthly {
		height: 82px;
	}
	.height-special {
		height: 0px;
	}
	.height-special-academic {
		height: 0px;
	}
	.height-special-student {
		height: 0px;
	}
}

@media only screen and (min-width: 992px) {
	.height-grid-annual {
		height: 28px;
	}
	.height-grid-monthly {
		height: 28px;
	}
	.height-special {
		height: 0px;
	}
	.height-special-academic {
		height: 0px;
	}
	.height-special-student {
		height: 0px;
	}
}

@media only screen and (min-width: 1200px) {
	.height-grid-annual {
		height: 2px;
	}
	.height-grid-monthly {
		height: 2px;
	}
	.height-special {
		height: 0px;
	}
	.height-special-academic {
		height: 0px;
	}
	.height-special-student {
		height: 0px;
	}
}

/*Bold and italic without the weird font change*/

.sales-emphasis {
	font-weight: bold;
	font-style:italic;
}

.launch-special-list {
	margin-left: 15px;
	list-style-position: outside;
	list-style-type: disc;
	font-size: .9em;
}

.important-details {
	font-size: .9em;
}

.homer-pro-mybtn {
	background: #3394c7;
}

.homer-grid-mybtn {
	background: #34c687;
}

.homer-grid-mybtn:hover {
	background: #44de9b;
}

/**
 * Normal bullet points (argh!)
 */
ul.list-bullet {
  display: block;
  list-style: disc outside none;
  margin-top: 0;
  margin-bottom: 1rem;
  padding: 0 0 0 40px;
}

ul.list-bullet li {
  display: list-item;

  /* Reset from style.css:213 */
  list-style: disc outside none;
  background: none;
  padding: 0;
  margin: 0;
}

ul.list-bullet ul {
  margin-bottom: 0;
  margin-left: 15px;
}

ul.list-bullet ul li {
  list-style-type: circle;
}

.table-product-comparison ul.list-bullet {
  padding: 0 0 0 15px;
  margin: 0;
}

/**
 * For the love of god, stop using a different font on em!
 */
em {
  font-family: inherit;
}
