@charset "utf-8";
/*
Theme Name: IDG-Marketing
Theme URI:
Author: 01IT Web UI and Mobile Team (William Dodson, Karen Erickson)
Author URI:
Description: Description
Version: 0.2.3
License: GNU General Public License
License URI: license.txt
Text Domain: idg-marketing
Domain Path: /languages/
Tags:

 IDG-Marketing is based on Underscores http://underscores.me/, (C) 2012-2013 Automattic, Inc.


 */

 /* A few global resets in addition to bootstrap2's */

html {
  box-sizing: border-box;
  font-size: 100%;
}
*, *:before, *:after {
  box-sizing: inherit;
}

 body {
   font-weight: 400;
 }

 @media (max-width: 767px) {
  body {
    padding-left: 0;
    padding-right: 0;
  }

  .content-area {
    padding-left: 20px;
    padding-right: 20px;
/*    min-width: 280px; */
  }
}

/* @media (max-width: 349px) {
  .content-area {
    padding-left: 0;
    padding-right: 0;
  }
} */

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

.text--all-caps {
  text-transform: uppercase;
}

.center,
.text--align-center {
  text-align: center;
}

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Clearing */
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: '';
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}



/* =Content
----------------------------------------------- */

.sticky {
}
.hentry {
	margin: 0 0 1.5em;
}
article.hentry {
	margin-bottom: 0;
}
.byline,
.updated {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.page-content,
.entry-summary {
	margin: 1.5em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}


/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}


/* =Media
----------------------------------------------- */

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.site-main .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-main .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-main .gallery dd {
	margin: 0;
}
.site-main .gallery-columns-4 .gallery-item {
}
.site-main .gallery-columns-4 .gallery-item img {
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}




/* =Comments
----------------------------------------------- */

.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}


/* =Widgets
----------------------------------------------- */

.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
	display: none;
}


/* =Infinite Scroll
----------------------------------------------- */

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}


/* END Wordpress global and default styles */


/* Bootstrap Overrides */

.btn {
  border-radius: 35px;
  padding: 4px 14px;
  margin-bottom: 5px;
  margin-right: 5px;
  font-size: 14px;
  line-height: 100%;
  font-family: "ProximaNova";
  font-weight: 700;
  text-transform: uppercase;
}



.btn-primary {
  color: black;
  background-color: rgb(255,234,0);
  background-image: -moz-linear-gradient(top,  rgb(255,234,0) 2%, rgb(255,208,0) 95%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(2%,rgb(255,234,0)), color-stop(95%,rgb(255,208,0)), color-stop(98%,rgb(255,234,0)));
  background-image: -webkit-linear-gradient(top,  rgb(255,234,0) 2%,rgb(255,208,0) 95%);
  background-image: -o-linear-gradient(top, #2778b2, #274ab2);
  background-image: -ms-linear-gradient(top,  rgb(255,234,0) 2%,rgb(255,208,0) 95%);
  background-image: linear-gradient(to bottom,  rgb(255,234,0) 2%,rgb(255,208,0) 95%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffea00', endColorstr='#ffea00',GradientType=0 );
  border-color: #274ab2 #274ab2 #193073;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: rgb(255,234,0);
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: black;
  background-color: rgb(255,208,0);
  *background-color: rgb(255,234,0);
}
.btn-primary:active,
.btn-primary.active {
  background-color: #1e3888 \9;
}


.btn-large {
  padding: 14px 19px 11px 19px;
  font-size: 15px;
  line-height: 15px;
  font-family: "ProximaNova";
  font-weight: 700;
}
.btn-small {
  padding: 4px 14px;
  font-size: 12px;
  font-family: "ProximaNova";
  font-weight: 700;
}

.btn-mini {
  padding: 2px 8px;
  font-size: 9px;
  font-family: "ProximaNova";
  font-weight: 700;
}



.btn-white.active {
  color: rgba(255, 255, 255, 0.75);
}

.btn-white {
  color: rgb(0,0,0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: rgb(255,255,255);
  background-image: none;
  border-color: rgb(184,184,184) rgb(184,184,184) rgb(255,255,255);
  border-color: rgba(184,184,184, 0.1) rgba(184,184,184, 0.1) rgba(184,184,184, 0.25);
  *background-color: rgb(235,235,235);
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active,
.btn-white.disabled,
.btn-white[disabled] {
  background-color: rgb(224,224,224);
  *background-color: rgb(184,184,184);
}
.btn-white:active,
.btn-white.active {
  background-color: #080808 \9;
}

.btn-group.open .btn-white.dropdown-toggle {
  background-color: rgb(184,184,184);
}

.btn-white .caret {
  border-top-color: rgb(184,184,184);
  border-bottom-color: rgb(184,184,184);
}

.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 0;
}

/* Responsive Utility Modules */

@media (min-width: 1200px) {
  .idg-responsive-hide1200 {
   display: none!important;
 }
}

@media (min-width: 960px) and (max-width: 1199px) {
  .idg-responsive-hide960 {
   display: none!important;
 }
}

@media (min-width: 768px) and (max-width: 959px) {
  .idg-responsive-hide768 {
   display: none!important;
 }
}

@media (max-width: 767px) {
  .idg-responsive-hide320 {
   display: none!important;
 }
}


/* IDG Utility & Accessability Classes */

.idg-marketing-acclink {
	height: 1px;
	overflow: hidden;
	position: absolute;
/*	right: -4000px;
top: -4000px; */
width: 1px;
z-index: 1;
}


@media (min-width: 1200px) {
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 1200px;
  }
  .span12 {
    width: 1200px;
  }

}



/* IDG Modules */

/* idg-marketing-header */
.idg-marketing-header {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	background-color: rgb(21,21,21);
	background-image: url(./img/Background-Grey-Grid.png);
	background-repeat: repeat;
	min-height: 120px;
/*	min-width: 320px; */
	padding-bottom: 10px;
	z-index: 30;
	overflow: hidden;
}

/* idg-marketing-header__promo-landing */
.idg-marketing-header__promo-landing {
	background: url('img/background-grey-grid-tile.png') 0 0 repeat scroll rgb(21, 21, 21);
	min-height: 130px;
	padding-bottom: 0;
}

/* white-background header */
.idg-marketing-header.white-header {
background: #fff;
min-height: inherit;
}

/* promo nav bar */
.header-promo-nav {
	background: rgb(21, 21, 21);
	padding: 9px 0;
}
/* override the lower bar settings for the promo */
.idg-marketing-header__promo-landing .idg-marketing-header-lowerbar--promo {
	margin-top: 0;
  float: none;
}
/* added this to adjust the menu on small screens since we're using a non-standard menu for the promo page(s) */
@media (min-width: 100px) {
  .idg-marketing-header-lowerbar.idg-marketing-header-lowerbar--promo > ul {
    display: inline-block;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
  }
}
@media (min-width: 979px) {
  .idg-marketing-header__promo-landing .idg-marketing-header-lowerbar--promo {
    float: right;
  }
  .idg-marketing-header-lowerbar.idg-marketing-header-lowerbar--promo > ul {
    text-align: right;
  }
}

.idg-marketing-header-lowerbar.idg-marketing-header-lowerbar--promo > ul > li {
	border-bottom: 1px solid rgb(42, 42, 42);
  display: block;
  font-size: 14px;
  margin-right: 0;
}
.idg-marketing-header-lowerbar.idg-marketing-header-lowerbar--promo > ul > li:last-child {
  border-bottom: none;
}
@media (min-width: 733px) {
  .idg-marketing-header-lowerbar.idg-marketing-header-lowerbar--promo > ul > li {
    border-bottom: none;
    display: inline-block;
    margin-right: 38px;
  }
}
.idg-marketing-header-lowerbar.idg-marketing-header-lowerbar--promo > ul > li a {
  display: block;
}

/* promo landing page main menu */
.header__menu--promo {
	margin: 0;
  text-align: right;
}
.header__menu--promo a {
	font-weight: 400;
}
.header__menu--promo li:last-child,
.header__menu--promo li.last-child {
  margin-right: 0 !important;
}
.header__menu--promo li:last-child a,
.header__menu--promo li:last-child a:focus,
.header__menu--promo li:last-child a:hover,
.header__menu--promo li:last-child a:active {
	text-decoration: underline;
}
.header__menu--promo li.last-child a:link {
	text-decoration: underline !important;
}

.idg-marketing-header .idg-marketing-big-yellow-cta {
	float: right;
	font-size: 14px;
	line-height: 14px;
	padding: 10px 13px 10px 24px;
}

.ie .idg-marketing-header .idg-marketing-big-yellow-cta {
  padding-left: 23px;
}
.white-header-cta-wrapper {
	margin-right: 6%;
}
.white-header-cta-wrapper p {
	margin: 0;
	text-align: center;
}
.white-header-cta-wrapper a.idg-marketing-big-yellow-cta {
font-size: 24px;
margin: 20px auto;
padding: 17px 20px 17px 31px;
}

@media (max-width: 767px) {
  .idg-marketing-header > .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .white-header-cta-wrapper a.idg-marketing-big-yellow-cta {
  	float: none;
  }
  .white-header-cta-wrapper {
  	display: none;
  }
}

.idg-marketing-header-logo {
	position: relative;
	float: left;
	margin-top: 12px;
}
.idg-marketing-header.white-header .idg-marketing-header-logo {
	margin-bottom: 12px;
	margin-left: 20%;
}
@media (max-width: 767px) {
	.idg-marketing-header.white-header .idg-marketing-header-logo {
		display: block;
		margin: 10px auto;
	}
}
@media (max-width: 349px) {
	.idg-marketing-header-logo {
		display: block;
		margin: 10px auto;
	}
}

.idg-marketing-header-search-form {
	background: white;
	border-radius: 5px;
	position: relative;
	display: inline-block;
	margin: 0;
}
.idg-marketing-header-search-form > label {
	margin-bottom:0;
}

.idg-marketing-header-search-form .search-field {
	background: white;
	border: none;
	background: none;
	float: right;
	padding: 5px 3px;
}

.idg-marketing-header-search-form .search-submit {
	float: left;
	margin: 3px 0 3px 3px;
}

.idg-marketing-header-upperbar {
	position: relative;
	float: right;
}


.idg-marketing-header-upperbar .idg-marketing-header-search-form {
	height: 27px;
	width: 151px;
	float: right;
	margin-top: 12px;
/*	margin-left: 12px;*/
	margin-right: 12px;
}

.idg-marketing-header-search-form .search-field {
	width: 117px;
}

.idg-marketing-header-upperbar > ul {
	position: relative;
	display: inline-block;
	float: right;
}

.idg-marketing-header-upperbar > ul > li {
	position: relative;
	display: inline-block;
	font-weight: 400;
	font-family: "ProximaNova";
	color: rgb(153,153,153);
	text-transform: uppercase;
	font-size: 11px;
	margin-right: 24px;
}

.idg-marketing-header-upperbar > ul > li > a, .idg-marketing-header-lowerbar > ul > li > a:visited {
	color: rgb(153,153,153);
}

.idg-marketing-header-upperbar > ul > li > a:hover {
	color: rgb(206,206,206);
	text-decoration: none;
}

.idg-marketing-header-upperbar .idg-marketing-header-grey-button {
	margin-top: 12px;
}

.idg-marketing-header-lowerbar {
	position: relative;
	float: right;
	clear: right;
	margin-top: 14px;
	min-width: 280px;
}

.idg-marketing-header-lowerbar > ul {
	position: relative;
	display: inline-block;
	float: right;
}

.idg-marketing-header-lowerbar > ul > li {
	position: relative;
	display: inline-block;
	font-weight: 400;
	font-family: "ProximaNova";
	color: rgb(206,206,206);
	text-transform: uppercase;
	font-size: 14px;
	margin-right: 24px;
}

.idg-marketing-header-lowerbar > ul > li > a, .idg-marketing-header-lowerbar > ul > li > a:visited {
	color: rgb(206,206,206);
}

.idg-marketing-header-lowerbar > ul > li > a:hover {
	color: rgb(246,246,246);
	text-decoration: none;
}

.idg-marketing-header-lowerbar .idg-marketing-header-grey-button {
	margin-top: 4px;
	margin-left: 10px;
	padding: 16px 10px 12px 10px;
}

.idg-marketing-header-grey-button, .idg-marketing-header-grey-button:visited {
	position: relative;
	float: right;
	position: relative;
	display: inline-block;
	font-weight: 400;
	font-family: "ProximaNova";
	color: rgb(255,255,255);
	text-transform: uppercase;
	font-size: 11px;
	line-height: 11px;
	padding: 9px 10px 7px 10px;
	border-radius:5px;
	margin-right: 5px;
	background: rgb(51,51,51);
}

.idg-marketing-header-grey-button:hover {
	color: rgb(255,255,255);
	text-decoration: none;
	background: rgb(86,86,86);
}

.idg-responsive-hide1200-searchhaus {
	position: relative;
	display: block;
	margin-right: 20px;
	float: right;
	width: 620px;
	min-height: 27px;
	padding: 0 0 12px 0;
	border-bottom: 1px solid rgb(153,153,153);
	margin-bottom: 0;
	overflow: hidden;
}

.idg-responsive-hide1200-searchhaus p {
	width: 300px;
	display: inline-block;
	position: relative;
	color: rgb(206,206,206);
	font-size: 16px;
	line-height: 21px;
	font-weight: 400;
	text-transform: uppercase;
	margin: 0;
	float: left;
	padding-top: 20px;
}


.idg-responsive-hide1200-searchhaus .idg-marketing-header-search-form .search-field {
	width: 240px;
}

.idg-responsive-hide1200-searchhaus .idg-marketing-header-search-form {
	height: 27px;
	float: right;
	margin-top: 12px;
	padding-right: 20px;
	margin-right: 12px;
	overflow: hidden;
	width: 280px;
}

@media (min-width: 959px) {
  .idg-responsive-hide1200-searchhaus{
   display: none;
 }
}

@media (max-width: 759px) {
  .idg-responsive-hide1200-searchhaus {
   padding-right: 0;
   border: none;
   margin: 16px 0 0 0;
   display: inline-block;
   width: 100%;
 }

 .idg-responsive-hide1200-searchhaus p {
   display: none;
 }
 .idg-responsive-hide1200-searchhaus .idg-marketing-header-search-form .search-field {
   min-width: 240px;
   width: 80%;
   float: left;
   margin-left: 4px;
 }

 .idg-responsive-hide1200-searchhaus .idg-marketing-header-search-form {
   min-width: 280px;
   width: auto;
   margin: 0 20px;
   float: none;
   overflow: hidden;
 }
}

.idg-responsive-hide1200-searchhaus + ul {
	clear: both;
}

@media (max-width: 1199px) {
  .idg-marketing-header-lowerbar > ul {
   display: none;
 }
}

@media (min-width: 768px) and (max-width: 959px) {
  .idg-marketing-header-lowerbar {
   margin-top: 60px;
 }
}

@media (max-width: 767px) {
  .idg-marketing-header-lowerbar {
   display: block;
   clear: both;
   padding-left: 20px;
   padding-right: 20px;
   min-width: 280px;
 }

 .idg-marketing-header-logo {
   position: relative;
   display: block;
   margin: 10px auto 6px auto;
   float: none;

 }
}

/* header bar images (badge) */
@media (max-width: 767px) {
	nav .container .row-fluid .span9 .row-fluid .span3 img {
		float: none;
   margin: 0 auto;
 }
}

.idg-marketing-header-menutoggle {
	display: inline-block;
	float: right;
	cursor: pointer;
	margin: 17px 20px 0 0;
}

.idg-marketing-header-mobilenav {
	position: relative;
	clear: both;
	padding-bottom: 10px;
	display: none;
}

@media (min-width: 1200px) {
  .idg-marketing-header-mobilenav {
   display: none!important;
 }
}


.idg-marketing-header-mobilenav:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.idg-marketing-header-mobilenav > ul {
	position: relative;
	display: block;
	float: right;
	min-width: 300px;
	padding-left: 0;
	padding-right: 20px;
	margin-bottom: 0;
	margin-top: 0;
}

@media (max-width: 759px) {
  .idg-marketing-header-mobilenav > ul {
   padding-right: 0;
   width: 100%;
 }
}

.idg-marketing-header-mobilenav > ul > li {
	position: relative;
	display: block;
	font-weight: 400;
	font-family: "ProximaNova";
	color: rgb(206,206,206);
	text-transform: uppercase;
	font-size: 16px;
	margin: 0;
	border-top: 1px solid rgb(153,153,153);
}

.idg-marketing-header-mobilenav > ul > li a {
	display: block;
	padding-bottom: 8px;
	padding-top: 8px;
	padding-left: 0;
}

@media (min-width: 759px) {
	.idg-marketing-header-mobilenav > ul > li:first-child {
		border-top: none;
		padding-top: none;
  }
}

@media (max-width: 759px) {
	.idg-marketing-header-mobilenav > ul:first-child > li:first-child {
		border-top: none;
		padding-top: none;
  }

  .idg-marketing-header-mobilenav > ul + ul {
    margin: 0;
  }
  .idg-marketing-header-mobilenav > ul > li a {
    padding-right: 20px;
    padding-left: 20px;
  }
}


.idg-marketing-header-mobilenav > ul > li > a, .idg-marketing-header-mobilenav > ul > li > a:visited {
	color: rgb(206,206,206);
}

.idg-marketing-header-mobilenav > ul > li > a:hover {
	color: rgb(246,246,246);
	text-decoration: none;
}


/* idg-marketing-header idg-landing-header */

.idg-landing-header {
	min-height: inherit;
}

.idg-landing-header .row-fluid [class*="span"] {
	min-height: 0;
}

.idg-landing-header-tfn {
	font-size: 22px;
	line-height: 24px;
	text-align: right;
	color: rgb(133, 133, 133);
	font-weight: 400;
}

.idg-landing-header-tfn > a, .idg-landing-header-tfn > a:visited {
	text-decoration: none;
	font-weight: 800;
	color: rgb(240,240,240);
}

@media (min-width: 768px) {
	.idg-landing-header-tfn {
   margin-top: 70px;
 }
}

@media (max-width: 767px) {
	.idg-landing-header-tfn {
   padding-left: 20px;
   padding-right: 20px;
   margin-top: 6px;
   margin-bottom: 0;
   text-align: center;
 }
}

.idg-landing-header-tfn > a:hover {
	color: rgb(255,255,255);
}

.idg-landing-header-badgelogo {
	position: relative;
	display: block;
	margin: 20px auto 6px auto;
}


@media (min-width: 400px) and (max-width: 767px) {
	.idg-landing-header-badgelogo {
   margin-right: 20px;
   float: right;
   margin-top: 6px;
 }

 .idg-landing-header-rightmost {
   padding-left: 20px;
   padding-right: 20px;
 }
}

@media (max-width: 399px) {
	.idg-landing-header-badgelogo {
   display: block;
   float: none;
   clear: both;
   margin: 6px auto 6px auto;
 }

 .idg-landing-header-buttonhaus {
   padding-left: 20px;
   padding-right: 20px;
   float: none;
   clear: both;
   margin: 6px auto 6px auto;
 }
}

/* landing template header menu links */
#header-links {
	/*margin-top: 30px;*/
	position: relative;
}
#header-links img.triBar {
	cursor: pointer;
	display: none;
	position: absolute;
	right: 10px;
	top: -27px;
}
a.idg-landing-header-menu-link {
	color: #cecece;
	display: block;
	float: right;
	margin: 0 0 0 20px;
	padding: 10px 0;
	text-align: center;
	text-transform: uppercase;
}
a.idg-landing-header-menu-link:hover {
	color: #f6f6f6;
	text-decoration: none;
}
@media (max-width: 767px) {
	#header-links img.triBar {
		display: block;
	}
	#header-links-wrapper {
		display: none;
	}
	a.idg-landing-header-menu-link {
		border-top: 1px solid #cecece;
		float: none;
		margin: 0;
	}
}

.idg-landing-header-buttonhaus {
	position: relative;
	margin-top: 20px;
	width: 170px;
	display: block;
	overflow: hidden;
}

.idg-landing-header-buttonhaus-unun a:first-child {
	margin-top: 30px;
}


@media (max-width: 767px) {
	.span2 + span2 > .idg-landing-header-buttonhaus {
   margin-top: 20px;
 }
}

/* idg-landing-background */
.site-content > div > article > .container {
	padding-bottom: 60px;
}
/* ie8 hack */
.content-area .container {
	padding-bottom: 60px;
}

@media (min-width: 767px) {
  .idg-landing-content > div > article > .container {
   background: url("img/bottom-bg-gradient.png") bottom center no-repeat;
 }
}

/* idg-marketing-footer */

.idg-marketing-footer {

}

.footer-content-wrapper {
	font-size: 0;
}


@media (max-width: 767px) {
	.idg-marketing-footer {
   padding-left: 20px;
   padding-right: 20px;
 }
}

.idg-marketing-footer-upper-nav {

}

.idg-marketing-footer-upper-nav > ul {
	position: relative;
	clear: both;
	margin: 10px auto;
	float: right;
	padding: 0;
  text-align: center;
}

.idg-marketing-footer-upper-nav > ul:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.idg-marketing-footer-upper-nav > ul > li {
	display: inline-block;
	color: rgb(100,102,107);
	padding: 6px 22px;
	margin-bottom: 8px;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 13px;
	font-weight: 700;
	border-left: 1px dotted rgb(153,153,153);
}

@media (min-width: 480px) and (max-width: 959px) {
	.idg-marketing-footer-upper-nav > ul {
		float: none;
		display: table;
	}

	.idg-marketing-footer-upper-nav > ul > li {
		text-align: center;
		float: none;
		display: inline-block;
	}
}

@media (max-width: 479px) {
	.idg-marketing-footer-upper-nav > ul {
		float: none;
		display: block;
		width: 100%;
		margin: 10px 0 0 0;
		padding: 0;
	}

	.idg-marketing-footer-upper-nav > ul > li {
		text-align: center;
		float: none;
		display: block;
		width: 100%;
		margin: 0;
		font-weight: 700;
		border-left: none;
		border-top: 1px rgb(206,206,206) solid;
		padding: 0;
	}
	.idg-marketing-footer-upper-nav > ul > li a {
		display: block;
		width: 100%;
		padding: 14px 0;
	}
	.idg-marketing-footer-upper-nav > ul > li:first-child {
		border-top: none;
	}
}

.idg-marketing-footer-upper-nav > ul > li:first-child {
	margin-left: 0;
	border-left: none;
}

.idg-marketing-footer-upper-nav > ul > li > a, .idg-marketing-footer-upper-nav > ul > li > a:visited {
	color: rgb(100,102,107);
}

.idg-marketing-footer-upper-nav > ul > li > a:hover {
	color: rgb(51,51,51);
	text-decoration: none;
}

.idg-marketing-footer-under-nav {

}

.idg-marketing-footer-under-nav > ul {
	position: relative;
	clear: both;
	margin: 10px auto;
	float: right;
	padding: 0;
  text-align: center;
}

.idg-marketing-footer-under-nav > ul:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.idg-marketing-footer-under-nav > ul > li {
	display: inline-block;
	color: rgb(153,153,153);
	margin-left: 26px;
	margin-bottom: 8px;
	float: left;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 12px;
}


@media (min-width: 480px) and (max-width: 959px) {
	.idg-marketing-footer-under-nav > ul {
		float: none;
		display: table;
	}

	.idg-marketing-footer-under-nav > ul > li {
		text-align: center;
		float: none;
		display: inline-block;
	}
}

@media (max-width: 479px) {
	.idg-marketing-footer-under-nav > ul {
		float: none;
		display: block;
		width: 100%;
		margin: 10px 0 0 0;
		padding: 0;
	}

	.idg-marketing-footer-under-nav > ul > li {
		text-align: center;
		float: none;
		display: block;
		width: 100%;
		margin: 0;
		font-weight: 700;
		border-top: 1px rgb(206,206,206) solid;
	}
	.idg-marketing-footer-under-nav > ul > li:first-child {
		border-top: none;
	}
	.idg-marketing-footer-under-nav > ul > li a {
		display: block;
		width: 100%;
		padding: 14px 0;
	}
}

.idg-marketing-footer-under-nav > ul > li:first-child {
	margin-left: 0;
}

.idg-marketing-footer-under-nav > ul > li > a, .idg-marketing-footer-under-nav > ul > li > a:visited {
	color: rgb(153,153,153);
}

.idg-marketing-footer-under-nav > ul > li > a:hover {
	color: rgb(51,51,51);
	text-decoration: none;
}

.idg-marketing-footer-disclaimers {
	clear: both;
}


.idg-marketing-footer-logo-social-pair {
	display: inline;
	float: left;
}

.idg-marketing-footer-logo {
	position: relative;
	float: left;
	margin: 10px 20px 10px 0;
	padding-right: 20px;
	border-right: 1px solid rgb(235,235,235);
}

@media (max-width: 479px) {
  .idg-marketing-footer-logo {
   display: none;
 }
}

.idg-marketing-footer-social-icons {
	padding: 0;
	min-width: 100px;
	overflow: hidden;
	float: left;
}
.idg-marketing-footer-logo-social-pair.larger-logo .idg-marketing-footer-social-icons {
padding-top: 15px;
}

.idg-marketing-footer-social-icons > li {
	display: inline-block;
	padding: 0 0 0 2px;
}

.idg-marketing-footer-social-icons > li:first-child {
	padding: 0;
}

@media (max-width: 767px) {
	.idg-marketing-footer-logo-social-pair {
   float: none;
   clear: both;
 }
}

@media (max-width: 959px) {
	.idg-marketing-footer-logo-social-pair {
		float: none;
		display: table;
		margin: 0 auto;
	}

}


.idg-marketing-footer-disclaimers {
	font-size: 85%;
	line-height: 115%;
	color: rgb(100,102,106);
	padding-bottom: 30px;
}

.idg-marketing-footer-disclaimers-greyboxtext {
	background-color: rgb(212,212,212);
	padding: 14px;
	color: black;
	font-weight: 400;
	font-style: italic;
}

.idg-marketing-footer-greydivider {
  border-bottom: 1px solid rgb(212,212,212);
  border-top: none;
  font-size: 0;
  margin: 0;
}


/* idg-marketing-big-yellow-cta */

.idg-marketing-big-yellow-cta, .idg-marketing-big-yellow-cta:visited,
.idg_exit_content_close, .idg_exit_content_close:visited {
	background: rgb(255,234,0) url(img/Background-BigYelloCTA.png) left center no-repeat;
/*	background-color: rgb(255,234,0);
	background: url(./img/Chevron-Red-Right.png) 10px 15px linear-gradient(to bottom,  rgb(255,234,0) 2%,rgb(255,208,0) 95%,rgb(255,234,0) 98%);
	background: url(./img/Chevron-Red-Right.png) 10px 15px linear-gradient(to bottom,  rgb(255,234,0) 2%,rgb(255,208,0) 95%,rgb(255,234,0) 98%);	background: url(./img/Chevron-Red-Right.png) 10px 15px, -webkit-gradient(linear, left top, left bottom, color-stop(2%,rgb(255,234,0)), color-stop(95%,rgb(255,208,0)), color-stop(98%,rgb(255,234,0)));
	background: url(./img/Chevron-Red-Right.png) 10px 15px -webkit-linear-gradient(top,  rgb(255,234,0) 2%,rgb(255,208,0) 95%,rgb(255,234,0) 98%);
	background: url(./img/Chevron-Red-Right.png) 10px 15px -moz-linear-gradient(top,  rgb(255,234,0) 2%, rgb(255,208,0) 95%, rgb(255,234,0) 98%);
	background: url(./img/Chevron-Red-Right.png) 10px 15px -o-linear-gradient(top,  rgb(255,234,0) 2%,rgb(255,208,0) 95%,rgb(255,234,0) 98%);
	background: url(./img/Chevron-Red-Right.png) 10px 15px -ms-linear-gradient(top,  rgb(255,234,0) 2%,rgb(255,208,0) 95%,rgb(255,234,0) 98%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffea00', endColorstr='#ffea00',GradientType=0 );*/
	background-repeat: no-repeat;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	color: black;
	display: inline-block;
	float: none;
	font-weight: 700;
	font-family: "ProximaNova";
	font-size: 16px;
	line-height: 16px;
	margin-bottom: 5px;
	margin-right: 5px;
	margin-top: 5px;
	padding: 12px 15px 12px 26px;
	text-transform: uppercase;
}

.idg-marketing-big-yellow-cta:hover,
.idg_exit_content_close:hover {
	text-decoration: none;
	background: rgb(255,234,0) url(img/Background-BigYelloCTA-hover.png) left center no-repeat;
	color: black;
}

.ie .idg-marketing-big-yellow-cta,
.ie .idg_exit_content_close {
  /*  filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr="#ffea00", endColorStr="#ffd000");*/
  padding-left:25px;
}


/* Extra color of button not in bootstrap */

.btn-altcolor {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #99132c;
  background-image: none;
  border: none;
}
.btn-altcolor:hover,
.btn-altcolor:focus,
.btn-altcolor:active,
.btn-altcolor.active,
.btn-altcolor.disabled,
.btn-altcolor[disabled] {
  color: #ffffff;
  background-color: #5e0b1b;
}
.btn-altcolor:active,
.btn-altcolor.active {
  background-color: #790f23 \9;
}

.btn-inverse {
  background-image: none;
  border: none;
}


/* Content Footers */

.idg-marketing-charcoalfooter {
	background: rgb(21,21,21) url('./img/Background-Grey-Grid.png') bottom left repeat;
	position: relative;
	margin: 20px 0 0 0;
	padding: 0;
	min-height: 122px;
	color: rgb(242,242,242);
	/*overflow: hidden; */
}
.idg-marketing-charcoalfooter .container {
	padding-bottom: 0 !important;
}
.idg-custom-page-charcoal-footer-hackified {
  margin-top: -60px;
}

@media (max-width: 767px) {
	.idg-marketing-charcoalfooter {
   padding-bottom: 20px;
 }
}

.idg-marketing-charcoalfooter .idg-corestyles h2, .idg-marketing-charcoalfooter .idg-corestyles h2 > a, .idg-marketing-charcoalfooter .idg-corestyles h2 > a:visited {
	font-weight: 600;
	color: rgb(242,242,242);
	font-size: 21px;
	text-transform: uppercase;
}

.idg-marketing-charcoalfooter .idg-corestyles p {
	color: rgb(242,242,242);
}

.idg-marketing-charcoalfooter .idg-corestyles h3, .idg-marketing-charcoalfooter .idg-corestyles h3 > a, .idg-marketing-charcoalfooter .idg-corestyles h3 > a:visited {
	font-weight: 400;
	color: rgb(242,242,242);
	font-size: 20px;
	text-transform: none;
	margin-bottom: 16px;
}

.idg-marketing-lightgreyfooter {
	background: rgb(242,242,242);
	position: relative;
	margin: 20px 0 0 0;
	padding: 40px 0;
	overflow: hidden;
}

.idg-marketing-lightgreyfooter .container {
	padding-bottom: 0 !important;
}

.idg-marketing-lightgreyfooter img {
	float: right;
}

.idg-marketing-lightgreyfooter h2 {
	margin-top: 0 !important;
}

.idg-marketing-lightgreyfooter-block {
	padding: 20px 0;
}

.idg-marketing-lightgreyfooter-block.first {
	border-right: 1px dotted #cccccc;
	padding-right: 30px;
}

@media (max-width: 767px) {
	.idg-marketing-lightgreyfooter-block.first {
		border-right: none;
		padding-right: 0;
	}
}

.idg-marketing-lightgreyfooter-block.last {
	margin-left: 0;
	padding-left: 10px;
}

@media (max-width: 767px) {
	.idg-marketing-lightgreyfooter-block.last {
		padding-left: 0;
	}
}

.idg-marketing-lightgreyfooter-block .container {
	width: 100%;
}

.idg-marketing-charcoalfooter + .idg-marketing-lightgreyfooter {
	margin: 0;
}

.idg-marketing-charcoal-footer-logo {
	margin-top: 6px;
	margin-bottom: 6px;
}

.idg-marketing-lightgreyfooter .idg-corestyles h2, .idg-marketing-lightgreyfooter .idg-corestyles h2 > a, .idg-marketing-lightgreyfooter .idg-corestyles h2 > a:visited {
	font-weight: 600;
	color: rgb(54,53,53);
	font-size: 22px;
}

@media (min-width: 1200px) {
	.idg-marketing-charcoalfooter p.idg-global-link-wrapper a.idg-marketing-big-yellow-cta {
		float: left;
	}
}

@media (min-width: 959px) {
  .idg-marketing-charcoalfooter .idg-marketing-big-yellow-cta {
   margin-top: 20px;
 }

 .idg-marketing-charcoalfooter .idg-corestyles h2 {
   padding-top: 10px;
 }

 .idg-marketing-charcoalfooter .idg-corestyles h3 {
   padding-top: 10px;
 }

}
@media (max-width: 959px) {
	.idg-marketing-charcoalfooter, .idg-marketing-lightgreyfooter {
		padding-left: 20px;
		padding-right: 20px;
		min-width: 280px;
	}
}


/* Content Containers */

.idg-960-centered-content {
	position: relative;
	display: block;
	max-width: 1000px;
	padding-left: 10px;
	margin: -40px auto 0 auto;
	background: url('./img/Background-Content-TopFrame_01.png') top left no-repeat;
}

.idg-960-centered-content-inner {
	max-width: 990px;
	padding: 10px 25px 0 15px;
	margin: 0;
	background: url('./img/Background-Content-TopFrame_02.png') top right no-repeat;
}

.idg-960-centered-content-inner:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
@media (max-width: 990px) {
	.idg-960-centered-content {
		padding: 0;
		margin: 0;
		background: none;
	}
	.idg-960-centered-content-inner {
		padding: 0;
		margin: 0;
		background: none;
  }
}



/* Corestyles */

.idg-corestyles {
	font-size: 15px;
	color: rgb(100,102,106);
	line-height: 21px;
}

.idg-corestyles h1, .idg-corestyles h1 > a, .idg-corestyles h1 > a:visited {
	font-weight: 300;
	color: rgb(153,19,44);
	font-size: 36px;
	margin-bottom: 0;
	padding-bottom: 0;
	line-height: 110%;
}
@media (max-width: 767px){
  .idg-corestyles h1, .idg-corestyles h1 > a, .idg-corestyles h1 > a:visited {
    font-size: 28px;
  }
}
.entry-header.idg-corestyles h1, .entry-header.idg-corestyles h2, .entry-header.idg-corestyles h3, .entry-header.idg-corestyles h4, .entry-header.idg-corestyles h5,.entry-header.idg-corestyles h6 {
	margin-top: 16px;
}

.idg-corestyles h1:first-child, .idg-corestyles h2:first-child, .idg-corestyles h3:first-child, .idg-corestyles h4:first-child, .idg-corestyles h5,.entry-header.idg-corestyles h6:first-child {
	margin-top: 20px;
}

.idg-corestyles h2, .idg-corestyles h2 > a, .idg-corestyles h2 > a:visited {
	font-weight: 400;
	color: rgb(153,19,44);
	font-size: 26px;
	margin-bottom: 0;
	padding-bottom: 0;
	line-height: 110%;
}
@media (max-width: 767px){
  .idg-corestyles h2, .idg-corestyles h2 > a, .idg-corestyles h2 > a:visited {
    font-size: 18px;
  }
}
.idg-corestyles h3, .idg-corestyles h3 > a, .idg-corestyles h3 > a:visited {
	font-weight: 400;
	color: rgb(102,102,102);
	font-size: 24px;
	margin-bottom: 0;
	padding-bottom: 0;
	line-height: 110%;
}
@media (max-width: 767px){
  .idg-corestyles h3, .idg-corestyles h3 > a, .idg-corestyles h3 > a:visited {
    font-size: 16px;
  }
}
.idg-corestyles h4, .idg-corestyles h4 > a, .idg-corestyles h4 > a:visited {
	font-weight: 600;
	color: rgb(54,53,53);
	font-size: 22px;
	margin-bottom: 0;
	padding-bottom: 0;
	line-height: 110%;
}
@media (max-width: 767px){
  .idg-corestyles h4, .idg-corestyles h4 > a, .idg-corestyles h4 > a:visited {
    font-size: 15px;
  }
}
.idg-corestyles h5, .idg-corestyles h5 > a, .idg-corestyles h5 > a:visited {
	font-weight: 600;
	font-size: 16px;
	color: rgb(54,53,53);
	text-transform: uppercase;
	margin-bottom: 0;
	padding-bottom: 0;
	line-height: 110%;
}
@media (max-width: 767px){
  .idg-corestyles h5, .idg-corestyles h5 > a, .idg-corestyles h5 > a:visited {
    font-size: 11px;
  }
}
.idg-corestyles h6, .idg-corestyles h6 > a, .idg-corestyles h6 > a:visited {
	font-weight: 700;
	font-size: 14px;
	color: rgb(139,113,76);
	text-transform: uppercase;
	margin-bottom: 0;
	padding-bottom: 0;
	line-height: 110%;
}
@media (max-width: 767px){
  .idg-corestyles h6, .idg-corestyles h6 > a, .idg-corestyles h6 > a:visited {
    font-size: 10px;
  }
}
.idg-corestyles h2.idg-corestyles-barheader, .idg-corestyles h2.idg-corestyles-barheader > a.idg-corestyles-barheader, .idg-corestyles h2.idg-corestyles-barheader > a:visited.idg-corestyles-barheader, .idg-corestyles h3.idg-corestyles-barheader, .idg-corestyles h3.idg-corestyles-barheader > a.idg-corestyles-barheader, .idg-corestyles h3.idg-corestyles-barheader > a:visited.idg-corestyles-barheader, .idg-corestyles h4.idg-corestyles-barheader, .idg-corestyles h4.idg-corestyles-barheader > a.idg-corestyles-barheader, .idg-corestyles h4.idg-corestyles-barheader > a:visited.idg-corestyles-barheader, .idg-corestyles h5.idg-corestyles-barheader, .idg-corestyles h5.idg-corestyles-barheader > a.idg-corestyles-barheader, .idg-corestyles h5.idg-corestyles-barheader > a:visited.idg-corestyles-barheader, .idg-corestyles h6.idg-corestyles-barheader, .idg-corestyles h6.idg-corestyles-barheader > a.idg-corestyles-barheader, .idg-corestyles h6.idg-corestyles-barheader > a:visited {
	font-weight: 600;
	font-size: 18px;
	line-height:18px;
	color: black;
	text-transform: none;
	background: #dddddd;
	margin-bottom: 0;
	padding: 8px 8px 6px 8px;
	line-height: 110%;
}

.idg-corestyles .idg-corestyles-lineheader {
	position: relative;
	display: block;
	background: url(img/grey-line-background.png) center center repeat-x;
	overflow: hidden;
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}

.idg-corestyles .idg-corestyles-lineheader > h2, .idg-corestyles .idg-corestyles-lineheader > h2 > a, .idg-corestyles .idg-corestyles-lineheader > h2 > a:visited, .idg-corestyles .idg-corestyles-lineheader > h3, .idg-corestyles .idg-corestyles-lineheader > h3 > a, .idg-corestyles .idg-corestyles-lineheader > h3 > a:visited, .idg-corestyles .idg-corestyles-lineheader > h4, .idg-corestyles .idg-corestyles-lineheader > h4 > a, .idg-corestyles .idg-corestyles-lineheader > h4 > a:visited, .idg-corestyles .idg-corestyles-lineheader > h5, .idg-corestyles .idg-corestyles-lineheader > h5 > a, .idg-corestyles .idg-corestyles-lineheader > h5 > a:visited, .idg-corestyles .idg-corestyles-lineheader > h6, .idg-corestyles .idg-corestyles-lineheader > h6 > a, .idg-corestyles .idg-corestyles-lineheader > h6 > a:visited {
	position: relative;
	font-weight: 400;
	font-size: 20px;
	line-height:24px;
	color: rgb(120,120,120);
	text-transform: none;
	background: white;
	padding: 8px 8px 6px 8px;
	line-height: 110%;
	text-align: center;
	margin: 0 auto 0 auto;
	display: inline-block;
}


.idg-corestyles h1 + .idg-corestyles h1, .idg-corestyles h1 + .idg-corestyles h2, .idg-corestyles h1 + .idg-corestyles h3, .idg-corestyles h1 + .idg-corestyles h4, .idg-corestyles h1 + .idg-corestyles h5, , .idg-corestyles h1 + .idg-corestyles h6, .idg-corestyles h2 + .idg-corestyles h2, .idg-corestyles h2 + .idg-corestyles h3,
, .idg-corestyles h2 + .idg-corestyles h4, .idg-corestyles h2 + .idg-corestyles h5, .idg-corestyles h2 + .idg-corestyles h6, .idg-corestyles h3 + .idg-corestyles h3, .idg-corestyles h3 + .idg-corestyles h4, .idg-corestyles h3 + .idg-corestyles h5, .idg-corestyles h3 + .idg-corestyles h6 {
	margin-top: 4px;
}

.idg-corestyles p {
	font-size: 15px;
	color: rgb(100,102,106);
	line-height: 23px;
}
@media (max-width: 767px){
  .idg-corestyles p {
    font-size: 13px;
  }
}
.idg-corestyles h1 + p, .idg-corestyles h2 + p, .idg-corestyles h3 + p, .idg-corestyles h4 + p, .idg-corestyles h5 + p, .idg-corestyles h6 + p {
	margin-top:4px;
}

.idg-corestyles address,
.idg-corestyles td p {
	font-size: 15px;
	color: rgb(100,102,106);
	line-height: 23px;
	margin-top: 16px;
	margin-bottom: 16px;
	margin-left: 30px;
}

.idg-corestyles .idg-corestyle-introtext {
	font-family: GaramondClassicFSRegular, Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
	font-size: 30px;
	font-weight: normal;
	color: rgb(102,102,102);
	line-height: 110%;
}

.idg-corestyles blockquote {
	font-family: GaramondClassicFSRegular, Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
	font-size: 20px;
	line-height: 110%;
	background: rgb(8,5,13);
	color: rgb(255,255,255);
	padding: 28px 46px;
	margin-left: 0;
	margin-right: 0;
}

.idg-corestyles blockquote p {
	font-family: GaramondClassicFSRegular, Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
	font-size: 20px;
	line-height: 105%;
	color: rgb(255,255,255);
}
@media (max-width: 767px){
  .idg-corestyles blockquote {
    font-size: 14px;
  }
  .idg-corestyles blockquote p {
    font-size: 14px;
  }
}
.idg-corestyles blockquote footer, .idg-corestyles blockquote footer a, .idg-corestyles blockquote footer a:visited {
	color: rgb(139,113,77);
}

.idg-corestyles blockquote footer a:hover {
	color: rgb(204,165,112);
	text-decoration: none;
}

.idg-corestyles blockquote.idg-corestyle-blockquote-alternative {
	background: rgb(244,244,244);
	color: rgb(102,102,102);
}

.idg-corestyles blockquote.idg-corestyle-blockquote-alternative p {
	color: rgb(102,102,102);
}

.idg-corestyles blockquote.idg-corestyle-blockquote-alternative footer a:hover {
	color: rgb(99,81,55);
	text-decoration: none;
}

.idg-corestyles table {
	border-spacing:0;
	width: 100%;
	margin: 10px 0;
}

.idg-corestyles table > thead th {
	font-weight: 600;
	color: rgb(51,51,51);
	border: 1px dotted rgb(206,206,206);
	padding: 9px 10px;
	font-size: 14px;
}

/* NOTE: commented this out due to specificity issues affecting "normal" tables -WD
.idg-corestyles table > tbody tr th,
.idg-corestyles table > tbody tr td {
	border: 1px dotted rgb(206,206,206);
	font-size: 14px;
	padding: 9px 10px;
	text-align: left;
  vertical-align: top;
}
*/
.idg-corestyles table tr th,
.idg-corestyles table tr td {
  font-size: 14px;
  padding: 9px 10px;
  text-align: left;
  vertical-align: top;
}
.idg-corestyles table tr th {
  border: 1px dotted rgb(206, 206, 206);
  text-align: center;
}

.idg-corestyles table.idg-corestyle-zebra > tbody tr:nth-child(even) {
	background-color:rgb(246,246,246);
}



@media only screen and (max-width: 767px) {
	table.responsive { margin-bottom: 0; }

	.pinned { position: absolute; left: 0; top: 0; background: none; width: 35%; overflow: hidden;  }
	.pinned table { border-right: none; border-left: none; width: 100%; }
	.pinned table th, .pinned table td { white-space: nowrap; }
	.pinned td:last-child { border-bottom: 0; }

	div.table-wrapper { position: relative; margin-bottom: 20px; overflow: hidden; }

	div.table-wrapper div.scrollable { margin-left: 35%; margin-top: 0; }
	div.table-wrapper tbody{border-right: 1px dotted rgb(206,206,206);}
	div.table-wrapper div.scrollable { overflow: scroll; overflow-y: hidden; }

	table.responsive td, table.responsive th { position: relative; white-space: nowrap; overflow: hidden; }
	table.responsive th:first-child, table.responsive td:first-child, table.responsive td:first-child, table.responsive.pinned td { display: none; }
}





.idg-corestyles ul {
	list-style: none;
	padding:0;
}

.idg-corestyles ul li {
	padding-left: 1.5em;
	text-indent: 0;
	margin-bottom: 0.7em;
	color: rgb(100,102,106);
	z-index: 49;
	font-size: 15px;
	line-height: 1.25em;
}

.idg-corestyles ul li ul {
	margin-top: 10px;
	margin-left: 20px;
}
@media (max-width: 767px){
  .idg-corestyles ul li {font-size: 13px;}
}
.idg-corestyles ul li:before {
	display: inline-block;
	margin-left: -0.7em;
	left:-0.7em;
	width: 0.7em;
	z-index: 50;
	content: "•";
	font-size: 24px;
	line-height: 12px;
	color:  rgb(153,19,44);
}

.idg-corestyles ul.idg-corestyle-checked li, #sidebar-content ul.idg-corestyle-checked li {
	padding-left: 2em;
	text-indent: 0;
	margin-bottom: 0.7em;
	color: rgb(100,102,106);
	z-index: 49;
	font-size: 15px;
	line-height: 21px;
}

.idg-corestyles ul.idg-corestyle-checked li:before, .idg-corestyles ul.idg-corestyle-checked-red li:before, .idg-corestyles ul.idg-corestyle-checked-green li:before, .idg-corestyles ul.idg-corestyle-checked-teal li:before, #sidebar-content ul.idg-corestyle-checked li:before {
	display: inline-block;
	margin-left: -1.2em;
	margin-right: 0.5em;
	left:-0.7em;
	width: 0.7em;
	height: 0.8em;
	z-index: 50;
	background-size: contain;
	content: " ";
	font-size: 24px;
	margin-bottom: -2px;
	top: 4px;
	line-height: 12px;
	color:  rgb(153,244,44);
}

.idg-corestyles ul.idg-corestyle-checked li:before {
	background: url('img/checks-coal.png') 0 0.1em no-repeat;
}

.idg-corestyles ul.idg-corestyle-checked-green li:before {
	background: url('img/checks-green.png') 0 0.1em no-repeat;
}

.idg-corestyles ul.idg-corestyle-checked-teal li:before {
	background: url('img/checks-teal.png') 0 0.1em no-repeat;
}

.idg-corestyles ul.idg-corestyle-checked-red li:before {
	background: url('img/checks-red.png') 0 0.1em no-repeat;
}



.idg-corestyles ul li ul li:before {
	color:  rgb(54,53,53);
	content: "-";
}

.idg-corestyles ol {
	padding:0;
	font-size: 15px;
}
.idg-corestyles ol ol {
	list-style: lower-alpha;
}
.idg-corestyles ol ol ol {
	list-style: lower-roman;
}
.idg-corestyles ol ol ol ol {
	list-style: decimal;
}
.idg-corestyles ol li {
	margin-bottom: 0.7em;
	color: rgb(100,102,106);
	line-height: 21px;
	margin-left: 1.75em;
}

.idg-corestyles ul.idg-corestyles-null li {
	padding-left: 0;
}

.idg-corestyles ul.idg-corestyles-null li:before {
	display: none;
}

.idg-corestyles ol.idg-corestyle-featured-list {
	margin-left:0;
	padding-left:0;
	counter-reset:item;
}

.idg-corestyles ol.idg-corestyle-featured-list > li {
	margin-left:0;
	padding-left:0;
	counter-increment:item;
	list-style:none inside;
	margin-bottom:10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #ccc;
}

.idg-corestyles ol.idg-corestyle-featured-list > li:first-child {
	border-top: 1px dotted #ccc;
}

.idg-corestyles ol.idg-corestyle-featured-list > li:before{
	content:counter(item);
	padding:3px 5px;
	margin-right:0.5em;
	background: rgb(140,113,77);
	color: white;
	font-weight: 700;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
	width: 18px!important;
	text-align: center;
	display: inline-block;
}

.idg-corestyles dl {

}

.idg-corestyles dl dt {
	font-size: 16px;
	color: rgb(153,19,44);
	font-weight: 700;

}

.idg-corestyles dl dd {
	font-size: 15px;
	color: rgb(100,102,106);
	line-height: 21px;
	margin-left: 0;
	margin-bottom: 1em;
}


.idg-corestyles hr {
	border: 0;
	color: rgb(220,215,216);
	background-color: rgb(220,215,216);
	height: 1px;
}

.idg-corestyles sup {
	font-size: 65%;
	line-height: 0;
  /*	vertical-align: super;	*/
}


/* idg-marketing-subnav */

.idg-marketing-subnav {
	background: rgb(230,225,226);
	position: relative;
	margin-left: 0;
	margin-right: 0;
}

@media (min-width: 990px) {
	.idg-marketing-subnav {
		min-height: 80px;
  }
}

@media (min-width: 768px and max-width: 989px) {
	.idg-marketing-subnav {
		min-height: 40px;
		margin-bottom: -5px;
  }
}


@media (max-width: 767px) {
	.idg-marketing-subnav {
		min-height: 40px;
		margin-bottom: 10px;
  }

}

.idg-marketing-subnav > .container {
	max-width: 970px;
}

.idg-marketing-subnav nav > ul {
	margin: 4px 0 0 0;
	padding: 0 0 0 10px;
	list-style-type: none;
	clear: both;
}

@media (max-width: 767px) {
	.idg-marketing-subnav nav > ul {
		margin: 4px 20px 0 20px;
  }

}

.idg-marketing-subnav nav > ul li {
	display: inline-block;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 12px;
	font-weight: 400;
	color: #64666a;
	margin-right: 20px;
	padding: 14px 20px 8px 0;
}

.idg-marketing-subnav nav > ul li:first-child {
	border-right: 1px dotted #64666a;
}

.idg-marketing-subnav nav > ul li a,
.idg-marketing-subnav nav > ul li a:visited {
	color: #666;
}

.idg-marketing-subnav nav > ul .current_page_item a,
.idg-marketing-subnav nav > ul .current_page_item a:visited,
.idg-marketing-subnav nav > ul .current-menu-item a,
.idg-marketing-subnav nav > ul .current-menu-item a:visited {
	color: rgb(31,31,31);
	font-weight: 600;
}

.idg-marketing-subnav nav > ul li a:hover  {
	color: rgb(51,51,51);
	text-decoration: none;
}

/* Reusable Boxes */

.idg-corestyle-roundbox {
	position: relative;
	background: rgb(246,246,246);
	border: 1px solid rgb(220,215,216);
	padding: 5px 10px;
	border-radius: 5px;
}

.idg-corestyle-roundbox > *:first-child {
	margin-top: 0;
}


.idg-corestyle-roundbox-nested {
	position: relative;
	background: rgb(246,246,246);
	border: 1px solid rgb(220,215,216);
	padding: 10px 1px 0 1px;
	border-radius: 5px;
}

.idg-corestyle-roundbox-nested > * {
	margin-top: 0;
	padding-left: 10px;
	padding-right: 10px;
}

div.idg-corestyle-roundbox-nested-insert {
	position: relative;
	padding: 6px 10px;
	background: white;
	margin: 6px 0 0 0;
}

div.idg-corestyle-roundbox-nested-insert + * {
	margin-top: 6px;
}

.idg-corestyle-roundbox-nested-insert > *:first-child {
	margin-top: 0;
}

.idg-corestyle-roundbox hr {
	margin-left: -10px;
	margin-right: -10px;
	border: 0;
	color: rgb(220,215,216);
	background-color: rgb(220,215,216);
	height: 1px;
}

/* idg-corestyle-tabbox */

.idg-corestyles .idg-corestyles-tabbox {
	border: 1px solid rgb(220,215,216);
	border-radius:5px;
	list-style-type: none;
	overflow: hidden;
	display: block;
	position: relative;
	padding: 0;
}

.idg-corestyles .idg-corestyles-tabbox-tabs > li:before {
	display: none;
	content: "";
	margin: 0;
	left: 0;
	width: 0;
}

.idg-corestyles .idg-corestyles-tabbox-content > li:before {
	display: none;
	content: "";
	margin: 0;
	left: 0;
	width: 0;
}

.idg-corestyles ul.idg-corestyles-tabbox-tabs {
	list-style-type: none;
	margin: 0 0 -1px 0;
	padding: 0;
	background-color: rgb(242,242,242);
	background-image: -moz-linear-gradient(top,  rgb(242,242,242) 2%, rgb(214,214,214) 95%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(2%,rgb(242,242,242)), color-stop(95%,rgb(214,214,214)), color-stop(98%,rgb(242,242,242)));
	background-image: -webkit-linear-gradient(top,  rgb(242,242,242) 2%,rgb(214,214,214) 95%);
	background-image: -o-linear-gradient(top, rgb(242,242,242),rgb(214,214,214));
	background-image: -ms-linear-gradient(top,  rgb(242,242,242) 2%,rgb(214,214,214) 95%);
	background-image: linear-gradient(to bottom,  rgb(242,242,242) 2%,rgb(214,214,214) 95%);
	background-repeat: repeat-x;
}

.idg-corestyles ul.idg-corestyles-tabbox-content {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border-top: 1px solid rgb(220,215,216);
}

.idg-corestyles .idg-corestyles-tabbox-tabs > li {
	display: inline-block;
	cursor: pointer;
	height: 52px;
	padding: 10px;
	margin: -1px 0 0 -0.25em;
	border-right: 1px solid rgb(220,215,216);
	border-top: 1px solid rgb(220,215,216);
	border-bottom: 1px solid rgb(220,215,216);
	border-left: none;
}

.idg-corestyles .idg-corestyles-tabbox-content > li {
	display: none;
	margin: 0;
	padding: 0 10px;
	overflow: hidden;
}

.idg-corestyles .idg-corestyles-tabbox-tabs > li.active {
	background: white;
	border-bottom: none;
	margin-bottom: -1px;
	padding-bottom: 11px;
}

.idg-corestyles .idg-corestyles-tabbox-content > li.active {
	display: block;
}

.idg-corestyles .idg-corestyles-tabbox-content > li .idg-corestyles-tabbox-mobile-header {
	display: none;
}
@media (max-width: 767px) {
	.idg-corestyles .idg-corestyles-tabbox-tabs {display:none;}
	.idg-corestyles .idg-corestyles-tabbox-content > li .idg-corestyles-tabbox-mobile-header {
		display: block;
  }
  .idg-corestyles ul.idg-corestyles-tabbox-content {
    border: none;
    border-top: none;
  }

  .idg-corestyles .idg-corestyles-tabbox-content > li {
    display: block;
    margin: 0 0 20px 0;
    padding: 0 10px;
    overflow: hidden;
    border: 1px solid rgb(220,215,216);
    border-radius:5px;
  }
  .idg-corestyles .idg-corestyles-tabbox {
    border: none;
    border-radius: 0;
  }
}
/* idg-banner-1200-to-960-box-left */

.idg-banner-1200-to-960-box-left {

}

.idg-banner-1200-to-960-box-left-inner {
	position: relative;
	width: auto;
	display: block;
	margin: 0;
	padding: 0;
}



.idg-banner-1200-to-960-box-left-blackbox {

}

@media (min-width: 990px) {
	.idg-banner-1200-to-960-box-left-inner {
		position: relative;
		min-width: 1200px;
		margin-left: 50%;
		left: -600px;
	}

	.idg-banner-1200-to-960-box-left-blackbox {
		position: absolute;
		top: 30px;
		left: 110px;
	}
}

@media (max-width: 990px) {
	.idg-banner-blackbox.idg-banner-1200-to-960-box-left-blackbox {
		position: relative;
		display: block;
		margin-top: 20px;
		margin-bottom: 20px;
	}
}

@media (min-width: 990px) {
	.idg-banner-1200-to-960-box-left-blackbox {
		width: 380px;
	}
}

@media (max-width: 990px) {
	.idg-banner-1200-to-960-box-left-image {
		display: none;
	}
}



/* idg-banner-1200-to-960-box-right */

.idg-banner-1200-to-960-box-right {

}

.idg-banner-1200-to-960-box-right-inner {
	position: relative;
	width: auto;
	display: block;
	margin: 0;
	padding: 0;
}

.idg-banner-1200-to-960-box-right-blackbox {
	overflow: hidden;
}

@media (min-width: 990px) {
	.idg-banner-1200-to-960-box-right-inner {
		position: relative;
		min-width: 1200px;
		margin-left: 50%;
		left: -600px;
	}

	.idg-banner-1200-to-960-box-right-blackbox {
		position: absolute;
		top: 30px;
		right: 110px;
	}
}

@media (max-width: 989px) {
	.idg-banner-blackbox.idg-banner-1200-to-960-box-right-blackbox {
		position: relative;
		display: block;
		margin-top: 20px;
		margin-bottom: 20px;
	}
}

@media (min-width: 990px) {
	.idg-banner-1200-to-960-box-right-blackbox {
		width: 380px;
	}
}

@media (max-width: 989px) {
	.idg-banner-1200-to-960-box-right-image {
		display: none;
	}
}

/* idg-banner-blackbox */

.idg-banner-blackbox {
	background: #0a070f;
	padding: 20px;
	border: solid 1px #64666a;
	outline: solid 10px #0a070f;
	margin: 10px;
}


.idg-banner-blackbox h1, .idg-banner-blackbox h1 > a, .idg-banner-blackbox h1 > a:visited {
	font-weight: 300;
	color: rgb(153,19,44);
	font-size: 48px;
	margin-bottom: 0;
	padding-bottom: 0;
	line-height: 110%;
}

.entry-header.idg-banner-blackbox h1, .entry-header.idg-banner-blackbox h2, .entry-header.idg-banner-blackbox h3, .entry-header.idg-banner-blackbox h4, .entry-header.idg-banner-blackbox h5,.entry-header.idg-banner-blackbox h6 {
	margin-top: 0;
}

.idg-banner-blackbox h1:first-child, .idg-banner-blackbox h2:first-child, .idg-banner-blackbox h3:first-child, .idg-banner-blackbox h4:first-child, .idg-banner-blackbox h5,.entry-header.idg-banner-blackbox h6:first-child {
	margin-top: 0;
}

.idg-banner-blackbox h2, .idg-banner-blackbox h2 > a, .idg-banner-blackbox h2 > a:visited {
	font-weight: 700;
	font-size: 14px;
	color: rgb(139,113,76);
	text-transform: uppercase;
	margin-bottom: 0;
	padding-bottom: 0;
	line-height: 110%;
	margin-top: 12px;
}

.idg-banner-blackbox h3, .idg-banner-blackbox h3 > a, .idg-banner-blackbox h3 > a:visited {
	font-weight: 300;
	color: rgb(204,204,204);
	font-family: GaramondClassicFSRegular, Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
	font-size: 20px;
	margin-bottom: 10px;
	padding-bottom: 0;
	line-height: 110%;
	margin-top: 12px;
}

.idg-banner-blackbox h4, .idg-banner-blackbox h4 > a, .idg-banner-blackbox h4 > a:visited {
	font-weight: 300;
	color: rgb(204,204,204);
	font-family: GaramondClassicFSRegular, Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
	font-size: 18px;
	margin-bottom: 0;
	padding-bottom: 0;
	line-height: 110%;
	margin-top: 12px;
}

.idg-banner-blackbox h5, .idg-banner-blackbox h5 > a, .idg-banner-blackbox h5 > a:visited {
	font-weight: 600;
	color: rgb(204,204,204);
	font-family: GaramondClassicFSRegular, Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
	font-size: 16px;
	margin-bottom: 0;
	padding-bottom: 0;
	line-height: 110%;
	margin-top: 12px;
}

.idg-banner-blackbox h6, .idg-banner-blackbox h6 > a, .idg-banner-blackbox h6 > a:visited {
	font-weight: 700;
	font-size: 14px;
	color: rgb(204,204,204);
	text-transform: uppercase;
	font-family: GaramondClassicFSRegular, Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
	margin-bottom: 0;
	padding-bottom: 0;
	line-height: 110%;
	margin-top: 12px;
}

.idg-banner-blackbox p {
	font-size: 16px;
	color: rgb(204,204,204);
	line-height: 21px;
	font-family: GaramondClassicFSRegular, Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
}

.idg-banner-blackbox h1 + p, .idg-banner-blackbox h2 + p, .idg-banner-blackbox h3 + p, .idg-banner-blackbox h4 + p, .idg-banner-blackbox h5 + p, .idg-banner-blackbox h6 + p {
	margin-top:4px;
}

.idg-banner-blackbox .idg-corestyle-introtext {
	font-family: GaramondClassicFSRegular, Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
	font-size: 30px;
	font-weight: normal;
	color: rgb(255,255,255);
	line-height: 110%;
	margin-bottom: 20px;
}










/* SEO PAGES */

/* Main Content */
/* BEGIN REMOVAL -- This section will be removed once all SEO pages are switched to the new template --KAC02022015 */
.row-fluid.seo-pages-only {
  margin-top: 3% !important;
}
.row-fluid.seo-pages-only .span8 {
  outline: 1px solid #ccc;
  overflow: hidden;
  padding: 2%;
}
.row-fluid.seo-pages-only .span8 p span {
  font-style: italic;
}
.row-fluid.seo-pages-only .span8 .entry-header .idg-corestyles .entry-title {
  margin-top: 0;
}
/* END REMOVAL */

.idg-article-author span {
  font-style: italic;
  margin-top: 0 !important;
}
.idg-marketing-header-grey-button.seo-login {
font-size: 12px;
margin: 40px 0 0;
padding: 14px 18px;
}
.idg-marketing-header.seo-header {
min-height: inherit;
}

/* SEO Pages Hero Section */
.seo-page .banner {
background: #e6f2f8;
position: relative;
}
.seo-page .banner .corner-ribbon-mobile {
  display: none;
}
.seo-page .banner img.corner-ribbon {
left: 0;
position: absolute;
top: 0;
}
.seo-page .banner .span6 a img.hero-image {
display: block;
margin: 10% 0 0 13%;
}
.seo-page .banner .span6 .idg-banner-clearbox {
margin-right: 10%;
overflow: hidden;
text-align: center;
}
.seo-page .banner .span6 .idg-banner-clearbox h2 {
color: #000000;
font-size: 30px;
font-weight: normal;
line-height: 1.2em;
margin-bottom: 0;
margin-top: 1em;
}
.seo-page .banner .span6 .idg-banner-clearbox h2 span {
color: #99132c;
font-size: 34px;
font-weight: bold;
}
.seo-page .banner .span6 .idg-banner-clearbox h3 {
color: #000000;
font-weight: normal;
margin-bottom: 0.5em;
}
.seo-page .banner .span6 .idg-banner-clearbox p.learn-more {
margin-top: 0;
}
.seo-page .banner .span6 .idg-banner-clearbox .security-logos {
margin: 0 auto 5px;
width: 236px;
}
.seo-page #banner-box-disclaimer-wide {
background: #e6f2f8;
padding: 10px 0 30px;
}
.seo-page #banner-box-disclaimer-wide p {
background: #f3f9fc;
font-size: 10px;
line-height: 1.1em;
margin: 0 105px 3px;
padding: 10px 40px;
text-align: center;
}
.seo-page #banner-box-disclaimer-wide p a {
color: inherit;
text-decoration: underline;
}


/*----- MEDIA QUERIES -----*/

@media (max-width: 1199px) {
.seo-page #banner-box-disclaimer-wide {
padding: 0 0 35px;
}
.seo-page #banner-box-disclaimer-wide p {
margin: 0;
}
.seo-page .banner .span6 .idg-banner-clearbox h2 {
font-size: 24px;
}
.seo-page .banner .span6 .idg-banner-clearbox h2 span {
font-size: 26px;
}
.seo-page .banner .span6 a img.hero-image {
margin: 15% 0 0 15%;
max-width: 400px;
}
}

@media (max-width: 990px) {
.seo-page #banner-box-disclaimer-wide {
padding: 0 0 3px;
}
}

@media (max-width: 979px) {
.seo-page .banner img.corner-ribbon {
max-width: 150px;
}
.seo-page .banner .span6 a img.hero-image {
max-width: 300px;
}
.seo-page .banner .span6 .idg-banner-clearbox h2 {
font-size: 16px;
}
.seo-page .banner .span6 .idg-banner-clearbox h2 span {
font-size: 18px;
}
.seo-page .banner .span6 .idg-banner-clearbox h3 {
font-size: 15px;
}
}

@media (max-width: 767px) {
.seo-page .banner img.corner-ribbon {
max-width: inherit;
}
.seo-page .banner .span6 a img.hero-image {
margin: 20px auto 0;
max-width: 400px;
}
.seo-page .banner .span6 .idg-banner-clearbox {
margin: 0 20px;
}
.seo-page .banner .span6 .idg-banner-clearbox p.learn-more {
font-size: 13px;
}
.seo-page #banner-box-disclaimer-wide {
padding: 20px 0 3px;
}
}

@media (max-width: 676px) {
.seo-page .banner img.corner-ribbon {
display: none;
}
.seo-page .banner .corner-ribbon-mobile {
  background: #9F1F37;
  color: #fff;
  display: block;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.25em;
  padding: 10px 20px;
  text-align: center;
  text-transform: uppercase;
}
}

@media (max-width: 499px) {
.seo-page .banner .span6 a img.hero-image {
max-width: 100%;
}
}

/* BEGIN TRUSTPILOT WIDGET */
.seo-page .trustpilot-outer {
height: 130px;
margin: 30px auto 0;
max-width: 300px;
overflow: hidden;
position: relative;
}
.seo-page .trustpilot-inner {
position: absolute;
top: -125px;
width: 100%;
}
.seo-page .trustpilot-padding {
background: #fff;
height: 130px;
left: -100px;
position: absolute;
width: 200px;
}
.seo-page p.trustpilot-readmore {
font-size: 13px;
margin-bottom: 30px;
text-align: center;
}
.seo-page .trustpilot-padding {
display: none;
}
.seo-page .trustpilot-iframe {
height: 255px !important;
}
/* END TRUSTPILOT WIDGET */

.seo-featured-image {
display: block;
margin: 30px auto;
}

@media (max-width: 767px) {
.idg-marketing-header-grey-button.seo-login {
display: block;
float: none;
margin: 10px auto;
width: 87px;
}
}
@media (min-width: 1200px) and (max-width: 1260px) {
  .row-fluid.seo-pages-only {
    margin-left: 2%;
  }
}
@media (max-width: 767px) {
  .row-fluid.seo-pages-only .idg-corestyles .span8 p.link-wrapper {
    margin-bottom: 5%;
    margin-top: 5%;
    text-align: center;
  }
  .row-fluid.seo-pages-only .idg-corestyles .span8 p.link-wrapper a {
    float: none;
  }
}

/* Sidebar */
#sidebar-content {
  position: relative;
  display: block;
  background: url("/wp-content/uploads/2014/01/gray-sidebar-background1.png") top center no-repeat;
  padding-top: 125px;
  margin: 0 auto;
  max-width: 240px;
  padding-left: 30px;
  padding-right: 30px;
  overflow: hidden;
  clear: both;
}
#sidebar-content sup {
  font-size: 70%;
  font-weight: lighter;
}
#sidebar-content h3 {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.25em;
  margin: 0;
  text-align: center;
  color: white;
  z-index: 36;
}
#sidebar-content p {
  font-size: 11px;
  line-height: 1em;
  text-align: center;
  text-indent: -2%;
}
#sidebar-content > p {
  position: relative;
  display: block;
  color: rgb(230,230,230);
  z-index: 36;
}
#sidebar-content ul.idg-corestyle-checked {
  list-style-type: none;
  margin-bottom: 1.75rem;
  padding: 0;
}
#sidebar-content ul.idg-corestyle-checked li:before {
  background: url("/wp-content/uploads/2014/01/checks-white.png") 0 0.1em no-repeat;
}
#sidebar-content ul.idg-corestyle-checked li {
  color: white;
  font-size: 13px;
  line-height: 1.25em;
  z-index: 36;
}
#sidebar-content a.idg-marketing-big-yellow-cta {
  float: none;
  margin: 20px auto 20px auto;
  text-align: center;
  display: block;
  max-width: 170px;
  z-index: 36;
}
#sidebar-content > .idg-decoration-bottomright {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 34;
}

@media (max-width: 979px) {
  #sidebar-content p {
    text-indent: 0;
  }
}
@media (max-width: 767px) {
  #sidebar-content {
    margin: 20px auto 0;
  }
}
















/* idg-resources-entry-header */
.idg-resources-entry-header {
	background: #f2f2f2;
	padding-left: 20px;
	padding-right: 20px;
}

.idg-resources-entry-header-upper {
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 0;
	margin-bottom: 0;
}

.idg-resources-entry-header-menu {
	background: #f2f2f2 url(img/bkg-menu-topics.png) bottom center no-repeat;
	padding-left: 20px;
	padding-right: 20px;
	display: none;
}

.idg-resources-entry-header-upper-restitle > span {
	font-family: GaramondClassicFSRegular, Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
	font-weight: normal;
}

.idg-resources-entry-header-upper-moretopics {
	text-transform: uppercase;
	min-width: 160px;
	margin-top: 26px;
	margin-bottom: 0;
	padding-bottom: 0;
	text-align: right;
	color: rgb(102, 102, 102);
}

.idg-resources-entry-header-upper-moretopics a, .idg-resources-entry-header-upper-moretopics a:visited{
	color: rgb(102, 102, 102);
}

.idg-resources-entry-header-upper-restitle {
	color: rgb(102, 102, 102);
	text-transform: uppercase;
	font-weight: 600;
	font-size: 18px;
	line-height: 20px;
	margin: 14px 0 0 0;
}

.idg-resources-entry-header-upper-restitle:hover {
	text-decoration: none;
}

.idg-resources-entry-header > .container {
	padding-top: 40px;
	padding-bottom: 30px;
}

.idg-resources-entry-header-emblem {
	text-align: center;
}

.idg-resources-entry-header-emblem img {
	margin: 0 auto 23px auto;
}

.idg-resources-entry-header h1, .idg-resources-entry-header .idg-corestyles h1 {
	font-family: GaramondClassicFSRegular, Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
	font-size: 48px;
	line-height: 100%;
	font-weight: normal;
	color: rgb(8,36,42);
	margin: 4px 0 16px 0;
	margin-top: 4px;
	padding-bottom: 0;
}

@media (max-width: 767px) {
	.idg-resources-entry-header-emblem img {
		display: none;
  }

  .idg-resources-entry-header > .container {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .idg-resources-entry-header h1 {
    font-size: 26px;
    line-height: 28px;
  }
}




.idg-resources-entry-header-category {
	margin-top: 0;
	margin-bottom: 0;
	color: rgb(153, 19, 44);
	text-transform: uppercase;
}

.idg-resources-entry-header-category a, .idg-resources-entry-header-category a:visited {
	color: rgb(54, 53, 53);
	text-decoration: none;
}

.idg-resources-entry-header-category a:hover {
	text-decoration: underline;
}

.idg-resources-entry-header-author {
	position: relative;
	display: block;
	line-height: 100%;
	margin-top: 0;
	font-style: italic;
	color: rgb(153, 153, 153);
	font-size: 15px;
	font-family: GaramondClassicFSRegular, Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
}

.idg-resources-entry-header-author a, .idg-resources-entry-header-author a:visited {
	color: rgb(102, 102, 102);
	text-decoration: none;
}

.idg-resources-entry-header-author a:hover {
	text-decoration: underline;
}

.idg-resources-entry-header-author-name {
	color: rgb(102, 102, 102);
	font-style: normal;
	text-transform: uppercase;
}

.idg-resources-entry-header-author-date {
	font-style: normal;
	color: rgb(102, 102, 102);
	text-transform: uppercase;
}

.idg-resource-entry-container {
	background: url(img/bottom-bg-gradient.png) bottom center no-repeat;
}

.idg-resources-entry-content {
	margin-top: 20px;
}

.idg-resources-entry-header-menu-categoryList {
	color: #666666;
	padding: 0;
	margin:  0;
}

.idg-resources-entry-header-menu-categoryList > .row-fluid {
	border-top: 1px dotted rgb(204,204,204);
}

.idg-resources-entry-header-menu-categoryList > .row-fluid:first-child {
	border-top: none;
}

.idg-resources-entry-header-menu-categoryList-name {
	padding: 0;
	margin:  0;
	font-size: 13px;
	line-height: 16px;
}

.idg-resources-entry-header-menu-categoryList-name, .idg-resources-entry-header-menu-categoryList-name:visited{
	position: relative;
	display: block;
	padding: 16px 16px 16px 0;
	color: #666666;
}

.idg-resources-entry-header-menu-categoryList-name:hover {
	text-decoration: underline;
}

.idg-resources-entry-header-menu-categoryList-icon {
	margin-top: 16px;
}

@media (max-width: 767px){

  .idg-resources-entry-header-menu-categoryList-icon {
    display:none;
  }
}
.idg-resources-entry-header-menu .idg-resources-sidebar-tags .btn-altcolor {
	background-color: #999999;
}


.idg-resources-entry-header-menu .idg-resources-sidebar-tags .btn-altcolor:hover,
.idg-resources-entry-header-menu .idg-resources-sidebar-tags .btn-altcolor:focus,
.idg-resources-entry-header-menu .idg-resources-sidebar-tags .btn-altcolor:active,
.idg-resources-entry-header-menu .idg-resources-sidebar-tags .btn-altcolor.active,
.idg-resources-entry-header-menu .idg-resources-sidebar-tags .btn-altcolor.disabled,
.idg-resources-entry-header-menu .idg-resources-sidebar-tags .btn-altcolor[disabled] {
	background-color: #a93046;
}

.idg-resources-entry-header-menu .idg-resources-sidebar-tags .btn-altcolor:active,
.idg-resources-entry-header-menu .idg-resources-sidebar-tags .btn-altcolor.active {
	background-color: #790f23 \9;
}

.idg-resources-entry-header-menu h2, .idg-resources-entry-header-menu-categoryList-header {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 600;
	color: rgb(153, 19, 44);
}

/* idg resources social media share icons */
.social-media-share-wrapper {
overflow: hidden;
margin: 10px 0;
}
.social-media-share-wrapper ul {
overflow: hidden;
padding: 0;
}
.social-media-share-wrapper ul li span {
color: #0878d7;
display: block;
font-size: 18px;
font-weight: 600;
margin-top: 9px;
text-transform: uppercase;
}
.social-media-share-wrapper li {
float: left;
list-style-type: none;
margin: 0 8px;
}
.social-media-share-wrapper li a {
	display: block;
	height: 39px;
	overflow: hidden;
	text-indent: -9999em;
	width: 39px;
}
.social-media-share-wrapper li a.icon-share-email {
	background: url(img/icon-share-email.png) 0 0 no-repeat scroll transparent;
}
.social-media-share-wrapper li a.icon-share-twitter {
	background: url(img/icon-share-twitter.png) 0 0 no-repeat scroll transparent;
}
.social-media-share-wrapper li a.icon-share-facebook {
	background: url(img/icon-share-facebook.png) 0 0 no-repeat scroll transparent;
}
.social-media-share-wrapper li a.icon-share-linkedin {
	background: url(img/icon-share-linkedin.png) 0 0 no-repeat scroll transparent;
}
.social-media-share-wrapper li a.icon-share-googleplus {
	background: url(img/icon-share-googleplus.png) 0 0 no-repeat scroll transparent;
}
.social-media-share-wrapper li a.icon-share-pinterest {
	background: url(img/icon-share-pinterest.png) 0 0 no-repeat scroll transparent;
}
.social-media-share-wrapper li a.icon-share-email:hover,
.social-media-share-wrapper li a.icon-share-twitter:hover,
.social-media-share-wrapper li a.icon-share-facebook:hover,
.social-media-share-wrapper li a.icon-share-linkedin:hover,
.social-media-share-wrapper li a.icon-share-googleplus:hover,
.social-media-share-wrapper li a.icon-share-pinterest:hover {
	background-position: 0 -39px;
}
@media (max-width: 767px){
	.social-media-share-wrapper ul li span {
		font-size: 16px;
	}
	.social-media-share-wrapper li {
		margin: 0 3px 0 0;
	}
	.social-media-share-wrapper li:last-child {
		margin-right: 0;
	}
}
@media (max-width: 399px){
	.social-media-share-wrapper li:first-child {
		float: none;
		margin-bottom: 10px;
	}
}


/* idg-resources-sidebar */
.entry-content.idg-resources-entry-content .yarpp-related {
	display: none !important;
}
.idg-resources-sidebar {
	margin-top: 1.5em;
  padding: 1rem 2rem;
}

.idg-resources-sidebar *:first-child {
	margin-top: 0;
}

.idg-resources-sidebar .yarpp-related-widget ol {
	/* sprite-media_icons.png */
	list-style-type: none;
	color: #666666;
	margin: 0;
	padding: 0;
}

.idg-resources-sidebar .yarpp-related-widget ol li {
	font-size: 14px;
	line-height: 16px;
	padding: 0;
	border-top: 1px dotted #c2c2c2;
	color: #666666;
	z-index: 45;
	margin: 0;
	background: url(img/icon-related-post.png) 6px 16px no-repeat;
}

.idg-resources-sidebar .yarpp-related-widget ol li:first-child {
	border-top: none;
}

.idg-resources-sidebar .yarpp-related-widget ol li a, .idg-resources-sidebar .yarpp-related-widget ol li a:visited {
	position: relative;
	display: block;
	padding: 16px 0 16px 36px;
	text-decoration: none;
	color: #666666;
	background: none;
}

.idg-resources-sidebar .yarpp-related-widget ol li a:hover {
	text-decoration: underline;
}

.idg-resources-sidebar-tags {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
  margin-bottom: 3rem;
}

.idg-resources-sidebar-tags li {
	display: inline-block;
	margin-bottom: 4px;
}

.idg-resources-sidebar > aside > h2 {
	position: relative;
	display: block;
	clear: both;
	font-size: 16px;
	line-height: 16px;
	margin: 10px 0 10px 0;
	color: rgb(153, 19, 44);
	font-weight: 600;
	text-transform: uppercase;
}

.idg-resources-sidebar-yellow-cta {
	position: relative;
	display: block;
	clear: both;
	margin-bottom: 46px;
	margin-top: 46px;
}

.idg-resources-sidebar-yellow-cta:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.idg-resources-sidebar-yellow-cta .idg-marketing-big-yellow-cta {
	float: none;
}

/* IDG Archive Excerpt Block */

.idg-archive-entry {
	display: block;
	overflow: hidden;
	margin-right: 16px;
}

.idg-archive-entry .entry-header h2, .idg-archive-entry .entry-header h2 a {
	margin-bottom: 0;
	margin-top: 0;
	font-size: 18px;
	line-height: 20px;
	font-weight: 600;
}

h2.idg-archive-entry-title, h2.idg-archive-entry-title a {
	margin-bottom: 0;
	margin-top: 0;
	font-size: 18px;
	line-height: 20px;
	font-weight: 600;
}

.idg-archive-entry .entry-summary {
	margin-top: 0;
}

.idg-archive-entry .entry-summary > *:first-child {
	margin-top: 0;
}

.idg-archive-entry .entry-summary p {
	font-size: 14px;
	line-height: 1.4;
}

.idg-content-icon {
	display: block;
	float: left;
	width: 32px;
	height: 32px;
	margin: 4px 16px 0 0;
	background: rgb(153, 19, 44) url(img/media-icon-ie.png) top left no-repeat;
	overflow: hidden;
}

.idg-content-icon > img {
	margin: 8px;
}


/* Archive Page */


.idg-archive-page h1 {
	color: #08242a;
	font-family: GaramondClassicFSRegular, Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
	margin-bottom: 20px;
	font-size: 40px;
	line-height: 44px;
}

@media (max-width: 767px) {
	.idg-archive-page h1 {
		font-size: 26px;
		line-height: 28px;
  }

}


.idg-archive-page-grey-outer {
	background: #f2f2f2;
	padding-left: 20px;
	padding-right: 20px;
}



.idg-archive-page-results {
	margin-top: 20px;
	background: url(img/bottom-bg-gradient.png) bottom center no-repeat;
}

/* Pagination */


.idg-archive-pagination {
	clear:both;
	padding:20px 0;
	position:relative;
	font-size:16px;
	line-height:20px;
	font-weight: 500;
}
.idg-archive-pagination a:hover {
	color:#fff;
	background: #2778b2;
}

.idg-archive-pagination-pagecount {
	display:inline-block;
	margin: 2px 32px 2px 0;
	padding:6px 9px 5px 9px;
	min-width: 20px;
	width:auto;
}

.idg-archive-pagination a {
	display:inline-block;
	margin: 2px 2px 2px 0;
	padding:6px 5px 5px 5px;
	min-width: 16px;
	text-decoration:none;
	width:auto;
	text-align: center;
}


.idg-archive-pagination .current {
	display:inline-block;
	margin: 2px 2px 2px 0;
	padding:6px 5px 5px 5px;
	min-width: 16px;
	text-decoration:none;
	color: black;
	width:auto;
	text-align: center;
	font-size: 20px;
	font-weight: 600;
}

.idg-archive-pagination-pagecontrols {
	color: rgb(200,200,200);
	float: right;
}




/* idg-presskit */

.span9.press-releases {
	border-right: 1px solid #cccccc;
}

.span9.press-releases .idg-press-release-entry.idg-corestyles p.press-release-date,
.span9.press-releases .idg-press-release-entry.idg-corestyles p.entry-title.idg-archive-entry-title {
	line-height: 1em;
	margin: 0.5em 0;

}

.span9.press-releases .idg-press-release-entry.idg-corestyles p.entry-title.idg-archive-entry-title {
	float: left;
	line-height: 1em;
	margin: 0.5em 0 1.25em;
	padding-left: 2%;
	padding-right: 2%;
}

.span9.press-releases .idg-press-release-entry.idg-corestyles p.press-release-expand-summary {
	background: #99132C;
	border-radius: 11px;
	color: #ffffff;
	cursor: pointer;
	float: right;
	font-weight: bold;
	line-height: 1em;
	margin: 0.3em 0 0;
	padding: 4px 8px;
}

.span9.press-releases .idg-press-release-entry.idg-corestyles .entry-summary.idg-corestyles {
	border: 1px solid transparent;
	clear: both;
	margin: 0;
}

.span9.press-releases .idg-press-release-entry.idg-corestyles .entry-summary.idg-corestyles p {
	line-height: 1.5em;
	margin-bottom: 2.5em;
	margin-top: 0;
	padding-right: 10%;
}

.span9.press-releases .article-clear {
	clear: both;
}

.idg-presskit-archive-list {
  text-align: center;
}

.idg-corestyles .idg-presskit-archive-list h2 {
  margin: 0 0 20px 0;
  font-weight: 600;
  color: black;
}

.idg-corestyles .idg-presskit-archive-list h3 {
  margin: 0;
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
}

.idg-corestyles .idg-presskit-archive-list ul {
  list-style-type: none;
  margin: 0 0 20px 0;
  padding: 0;
}

.idg-corestyles .idg-presskit-archive-list ul li, .idg-corestyles .idg-presskit-archive-list ul li a,.idg-corestyles .idg-presskit-archive-list ul li a:visited {
  margin: 0 0 8px 0;
  list-style-type: none;
  padding: 0;
  font-size: 18px;
  line-height: 24px;
}

.idg-corestyles .idg-presskit-archive-list ul li:before {
  margin: 0;
  content: "";
  padding: 0;
  left: 0;
  font-size: 0;
  line-height: 0;
}

@media (max-width: 767px) {
	.idg-presskit-archive-list {
		border-top: 1px solid #ccc;
		margin-top: 1em;
		padding-top: 1em;
	}
	.span9.press-releases {
		border-right: none;
	}
}



/* EXIT POP CONTENT */
.replace-me {
	position: relative;
}
.idg_exit_content_close {
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 500;
}


/* OVERRIDES */
.igsTag {
	text-align: center;
	font-size: 10px;
	line-height: 1em;
	color: rgb(100,102,106);
	margin-bottom: 30px;
}

.entry-content > *:first-child {
	margin-top: 0;
}

@media (max-width: 767px) {
	.idg-wedge {
		display: none;
  }
}
sup {
	font-size: 70%;
	line-height: 0;
	position: relative;
	top: -0.4em;
	vertical-align: baseline;
}
p.idg-global-link-wrapper {
	margin: 0;
	text-align: center;
}
p.idg-global-link-wrapper a {
	float: none;
}
.container.idg-resource-entry-container .span8 .entry-content.idg-resources-entry-content.idg-corestyles h2 {
	margin-top: 40px;
	text-align: center;
}
.container.idg-resource-entry-container .span8 .entry-content.idg-resources-entry-content.idg-corestyles a.idg-marketing-big-yellow-cta {
	display: block;
	margin: 20px auto 0;
  text-align: center;
	width: 150px;
}
.widget.idg-resources-sidebar-yellow-cta a.idg-marketing-big-yellow-cta {
	display: block;
	margin: 0 auto;
  text-align: center;
	width: 170px;
}

/* large form text input styles */
input.input-large,
.input-large {
  background: #eeeded;
  font-size: 21px;
  height: 50px;
  line-height: 50px;
  padding: 0;
  text-align: center;
  width: auto;
}
input.input-large--short,
.input-large--short {
  width: 100px;
}

/* New button styles */
a.btn-pill,
input.btn-pill,
button.btn-pill,
.btn-pill,
a.btn-pill--disabled,
input.btn-pill--disabled,
button.btn-pill--disabled,
.btn-pill--disabled,
a.btn-pill-back,
input.btn-pill-back,
button.btn-pill-back,
.btn-pill-back,
a.btn-pill-back--disabled,
input.btn-pill-back--disabled,
button.btn-pill-back--disabled,
.btn-pill-back--disabled {
  background: #0074D1 url('img/apply-button-arrow.png') no-repeat 26px 50%;
  border: 1px solid #0065B8;
  -moz-border-radius: 34px;
  -webkit-border-radius: 34px;
  border-radius: 34px;
  color: #ffffff;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 7px 0;
  min-width: 135px;
  padding: 9px 30px 9px 40px;
  text-align: center;
  text-decoration: none;
  text-shadow: 1px 1px 0 #0074D1;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a.btn-pill-back,
input.btn-pill-back,
button.btn-pill-back,
.btn-pill-back,
a.btn-pill-back--disabled,
input.btn-pill-back--disabled,
button.btn-pill-back--disabled,
.btn-pill-back--disabled {
  background-image: url('img/apply-button-arrow-back.png');
}
.btn-pill:focus,
.btn-pill:hover,
.btn-pill:active,
.btn-pill-back:focus,
.btn-pill-back:hover,
.btn-pill-back:active {
  background-color: #0F93FF;
  border-color: #0074D1;
}
.btn-pill[disabled="disabled"],
.btn-pill--disabled,
.btn-pill-back[disabled="disabled"],
.btn-pill-back--disabled {
  background-color: #A6A6A6;
  border-color: #878787;
  text-shadow: 1px 1px 0 #878787;
}
@media (min-width: 405px) {
  .btn-pill,
  .btn-pill--disabled,
  .btn-pill-back,
  .btn-pill-back--disabled {
    margin-left: 16px;
  }
}
/**
 * new style yellow CTA buttons
 */
a.btn-cta,
input.btn-cta,
button.btn-cta,
.btn-cta {
  background-color: #FFD000;
  background-image: -moz-linear-gradient(bottom, #FFEA00 0%, #FFD000 40%, #FFEA00 80%, #FFEA00 100%);
  background-image: -ms-linear-gradient(bottom, #FFEA00 0%, #FFD000 40%, #FFEA00 80%, #FFEA00 100%);
  background-image: -o-linear-gradient(bottom, #FFEA00 0%, #FFD000 40%, #FFEA00 80%, #FFEA00 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFEA00), color-stop(0.4, #FFD000), color-stop(0.8, #FFD000), color-stop(1, #FFEA00));
  background-image: -webkit-linear-gradient(bottom, #FFEA00 0%, #FFD000 40%, #FFEA00 80%, #FFEA00 100%);
  background-image: linear-gradient(to bottom, #FFEA00 0%, #FFD000 40%, #FFEA00 80%, #FFEA00 100%);
  background-position: 0 0;
  background-repeat: repeat;
  background-size: 100% 200%;
  border-radius: 5px;
  color: #000;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  margin-top: 8px;
  padding: 10px 13px 10px 24px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  vertical-align: middle;
}
a.btn-cta:before,
input.btn-cta:before,
button.btn-cta:before,
.btn-cta:before {
  background: transparent url('img/red-chevron-right.gif') no-repeat 0 52%;
  content: '';
  height: 34px;
  left: 10px;
  margin: 0;
  position: absolute;
  top: 0;
  width: 7px;
}
.btn-cta:focus,
.btn-cta:hover,
.btn-cta:active {
  background-color: #FFEA00;
  background-position: 0 -40px;
  color: #000;
}
/* large yellow CTA button */
a.btn-cta--large,
input.btn-cta--large,
button.btn-cta--large,
.btn-cta--large {
  font-size: 16px;
  padding: 12px 15px 12px 26px;
}
a.btn-cta--large:before,
input.btn-cta--large:before,
button.btn-cta--large:before,
.btn-cta--large:before {
  height: 42px;
}
.btn-cta--large:focus,
.btn-cta--large:hover,
.btn-cta--large:active {
  background-position: 0 -40px;
}
/* float right button */
.btn-right {
  float: right;
}

/* Single Use Code Styles (SUC) */
.flash-message {
  display: inline-block;
  /*padding: 0 3px;*/
}
.flash-message__error {
  /*background: #F9F0F0;*/
  color: #A94442;
}
.flash-message__info {
  background: #fff;
  color: #000;
  padding: 0.75rem;
}
.flash-message__success {
  /*background: #E8F2DE;*/
  color: #74A942;
}
.flash-message__block {
  display: block;
}

/* simple landing page styles */
body.page--simple-landing .idg-landing-header-tfn,
body.page--simple-landing .idg-landing-header-tfn a {
  color: #fff;
  font-weight: 400;
}
body.page--simple-landing .idg-landing-header-tfn {
  height: 30px;
  position: relative;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  vertical-align: middle;
}
body.page--simple-landing .idg-landing-header-tfn a {
  white-space: nowrap;
}

body.page--simple-landing .idg-marketing-header-logo {
  padding-bottom: 16px;
}
body.page--simple-landing .idg-landing-header-badgelogo {
  padding-top: 16px;
}
@media (min-width: 346px) {
  body.page--simple-landing .idg-landing-header-badgelogo {
    padding-top: 0;
  }
}

body.page--simple-landing .header__menu--promo li:last-child a:link,
body.page--simple-landing .header__menu--promo li.last-child a:link {
  text-decoration: none !important;
}

body.page--simple-landing .header-promo-nav {
  margin-top: 16px;
}
@media (min-width: 767px) {
  body.page--simple-landing .header-promo-nav {
    margin-top: 0;
  }
}

/* prevents the line length from getting too long for easy reading */
body.page--simple-landing .central-content p,
body.page--simple-landing .central-content dl,
body.page--simple-landing .central-content ol,
body.page--simple-landing .central-content ul {
  max-width: 50em;
}

.title-simple,
.idg-corestyles h1.title-simple {
  color: rgb(21, 21, 21);
  font-size: 30px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 14px;
  max-width: 26em;
  text-align: left;
}

@media (min-width: 767px) {
  .title-simple,
  .idg-corestyles h1.title-simple {
    margin-top: 36px;
  }
}

.subtitle-simple,
.idg-corestyles h2.subtitle-simple {
  font-size: 24px;
  margin-bottom: 1em;
}

.suc_form {
  margin-bottom: 0;
  text-align: center;
}
.suc_form .btn-pill {
  display: block;
  margin: 10px auto 24px auto;
}
.suc_form input.input-large--short,
.suc_form .input-large--short {
  width: 26%;
}
@media (min-width: 479px) {
  .suc_form {
    text-align: left;
  }
  .suc_form .btn-pill {
    display: inline-block;
    margin: 18px auto 24px 16px;
  }
  .suc_form input.input-large--short,
  .suc_form .input-large--short {
    width: 100px;
  }
}
@media (min-width: 767px) {
  .suc_form {
    margin-bottom: 45px;
  }
}

/* activation links for SUC Breach */
.list--activation-links {
  list-style: none;
  margin: 4.5em 0;
  max-width: 33em;
  padding: 0;
}
.idg-corestyles .list--activation-links li,
.list--activation-links li {
  padding: 0;
}
@media (min-width: 480px) {
  .idg-corestyles .list--activation-links li,
  .list--activation-links li {
    float: left;
    padding: 0;
  }
  .idg-corestyles .list--activation-links li.last,
  .list--activation-links li.last {
    float: right;
  }
}
.idg-corestyles .list--activation-links li:before,
.list--activation-links li:before {
  content: '';
  display: none;
}

/* visually hide an element  */
.hidden {
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

/* new FAQ page layout styles */
.row-fluid .faq-nav,
.row-fluid .faq-section {
  margin-left: 0;
}

/* simple copyright and footer menu  */
.copyright--simple,
.footer__menu--simple {
  float: left;
  line-height: 16px;
  margin: 24px 0 24px 0;
  padding: 0;
}

.copyright--simple {
  margin-right: 30px;
}

.footer__menu--simple {
  list-style: none;
}
.footer__menu--simple li {
  border-right: 1px solid #64666A;
  float: left;
  margin-right: 10px;
  padding-right: 10px;
}
.footer__menu--simple li:last-child {
  border: none;
  margin-right: 0;
  padding-right: 0;
}
.footer__menu--simple a {
  color: #64666A;
  text-decoration: none;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer__menu--simple a:focus,
.footer__menu--simple a:hover,
.footer__menu--simple a:active {
  color: #151515;
}

/* Safeconnex */
@media (max-width: 377px) {
  .idg-marketing-subnav nav > ul#menu-safeconnex li:first-child {
    border-right:none;
  }
  .idg-marketing-subnav nav > ul#menu-safeconnex li {
    margin-right: 0px;
  }
}


/* Country Switcher */
#country-switcher {
width: 80px;
margin: 30px auto 0;
padding: 0;
text-align: center;
}
#country-switcher li {
display: inline-block;
}
.country-switcher-ca {
background: url("img/flag-indicators.png") -40px -26px no-repeat scroll rgba(0, 0, 0, 0);
display: block;
float: right;
height: 17px;
text-indent: -9999em;
width: 30px;
}
.country-switcher-ca:hover {
background-position: -40px 0;
}
.country-switcher-us {
background: url("img/flag-indicators.png") 0 0 no-repeat scroll rgba(0, 0, 0, 0);
display: block;
float: left;
height: 17px;
margin-right: 10px;
text-indent: -9999em;
width: 30px;
}

/*
======================================================================
Session timeout page styles
======================================================================
*/

.did-you-know h3.left {
  text-align: left;
  font-size: 30px;
}

p#assist {
  font-size: 21px;
}

.idg-banner-1200-to-960-box-right-inner .timeout-hero  {
  padding: 0 90px;
}
@media (min-width: 990px) {
  .idg-banner-1200-to-960-box-right-inner .timeout-hero {
    min-height: 421px;
    padding: 0 45px;
  }
}
@media (max-width: 767px) {
  .idg-banner-1200-to-960-box-right-inner .timeout-hero  {
    padding: 0 30px;
  }
}
@media (max-width: 479px) {
  .idg-banner-1200-to-960-box-right-inner .timeout-hero  {
    padding: 0 20px;
  }
}

.span3.middle {
  margin-left: 0;
}

.idg-banner-1200-to-960-box-right-inner {
  background: #8B9F30 url("/wp-content/uploads/2014/06/hero-time-out.jpg") no-repeat scroll 0 0;
}
@media (max-width: 979px) {
  .idg-banner-1200-to-960-box-right-inner {
    background-position: center bottom;
  }
}
@media (max-width: 767px) {
  .idg-banner-1200-to-960-box-right-inner {
    background-position: center bottom;
  }
}
@media (max-width: 479px) {
  .idg-banner-1200-to-960-box-right-inner {
    background: #8B9F30;
  }
}

/* timeout hero titles and text */
.timeout-title {
  color: #FFF;
  font-size: 6.854em;/*109.664px (golden ratio)*/
  font-weight: 600;
  line-height: 1em;
  margin-bottom: 0;
  text-align: left;
  margin-top: 20px;
  text-shadow: 1px 2px 3px #666;
}
.timeout-subtitle {
  color: #000;
  font-size: 2.618em;/*41.888px (golden ratio)*/
  font-weight: 600;
  line-height: 1em;
  margin: 15px 0;
  max-width: 500px;
  text-align: left;
}
.timeout-hero p {
  color: #FFF;
  font-size: 18px;
  line-height: 1.25;
  margin: 24px 0;
  text-align: left;
}
@media (max-width: 767px) {
  .timeout-title {
    font-size: 4.236em;/*67.776px (golden ratio)*/
    margin-top: 20px;
    text-shadow: 1px 2px 3px #666;
  }
  .timeout-subtitle {
    font-size: 2.618em;/*41.888px (golden ratio)*/
    margin: 15px 0;
  }
  .timeout-hero p {
    font-size: 16px;
    line-height: 1.125;
  }
}
@media (max-width: 479px) {
  .timeout-title {
    font-size: 2.618em;/*41.888px (golden ratio)*/
    margin-top: 16px;
    text-shadow: 1px 1px 2px #666;
  }
  .timeout-subtitle {
    font-size: 1.618em;/*25.888px (golden ratio)*/
    margin: 12px 0;
  }
}

.idg-banner-1200-to-960-box-right-inner .idg-marketing-big-yellow-cta,
.idg-banner-1200-to-960-box-right-inner .idg-marketing-big-yellow-cta:visited {
  font-size: 25px;
  padding: 20px 18px 17px 30px;
}
@media (max-width: 479px) {
  .idg-banner-1200-to-960-box-right-inner .idg-marketing-big-yellow-cta,
  .idg-banner-1200-to-960-box-right-inner .idg-marketing-big-yellow-cta:visited {
    font-size: 18px;
  }
}

.did-you-know.top {
  padding: 20px 0 0;
}
.did-you-know.bottom {
  padding: 0 0 20px;
}
@media (max-width: 979px) {
  .did-you-know.bottom .span4 {
    padding: 0 46px;
  }
}
@media (max-width: 767px) {
  .did-you-know.bottom .span4 {
    padding: 0;
  }
  .did-you-know.bottom .span4.middle {
    border-bottom: 1px dotted #cccccc;
    border-top: 1px dotted #cccccc;
  }
}
.did-you-know h2 {
  color: #631205;
  font-size: 30px;
  font-weight: bold;
  margin-top: 0 !important;
  text-align: center;
}
.did-you-know h3 {
  color: #631205;
  text-align: center;
}
.did-you-know .span3 {
  padding: 0 40px;
}
.did-you-know .span3 p {
  color: #631205;
  margin: 0;
  text-align: center;
}
.did-you-know .span3 p.did-you-know-number {
  font-size: 72px;
  font-weight: lighter;
  margin-top: 35px;
}
.did-you-know .span3 p.did-you-know-number span {
  font-size: 30px;
  text-transform: uppercase;
}
.did-you-know .span3 p.did-you-know-details {
  font-style: italic;
  margin-top: 15px;
}
.did-you-know .span3.yellow h3,
.did-you-know .span3.yellow p {
  color: #ffdf08;
}
.did-you-know .span3.yellow p.did-you-know-cta a {
  color: #631205;
  font-weight: bold;
  text-decoration: underline;
  text-transform: uppercase;
}

/* new utility classes */
/* buttons */
.button {
  background: #333;
  border: none;
  border-radius: 0.375em;
  color: #fff;
  display: inline-block;
  font-family: 'ProximaNova', 'helvetica neue', helvetica, arial, sans-serif;
  font-size: 1em;
  font-weight: 700;
  padding: 0.375em 0.75em;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.button:hover,
.button:active {
  background: #111;
  color: #fff;
  text-decoration: none;
}
.button:focus {
  background: #fff;
  color: #333;
  text-decoration: none;
}
.button--highlight {
  color: #FFEA00;
}

/* large button */
@media (min-width: 480px) {
  .button--large {
    font-size: 1.25em;
    padding: 0.625em 1em;
  }
}

.callout-text--large {
  font-size: 1.125em;/* 18px */
  line-height: 1.375;
}

/* we need a padded container for small screens */
.container--padded {
  padding: 0 20px;
}
@media (min-width: 768px) {
  .container--padded {
    padding-right: 0;
    padding-left: 0;
  }
}

.footer-security-logos {
  clear: right;
  float: right;
  margin: 1.5rem 0 0 30px;
}

.hide {
  line-height: 0;
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

.highlight--strong {
  font-weight: 800;
  color: #99132C;
}

.list-checked-red--large {
  font-size: 1.375em;
  line-height: 1.125;
  list-style: none;
  margin-bottom: 2.25em;
  padding: 0;
}
.list-checked-red--large li {
  margin-bottom: 1.125em;
  padding-left: 46px;
  position: relative;
}
.list-checked-red--large li:before {
  background: url('img/checks-red-large.png') no-repeat 0 0;
  content: ' ';
  display: block;
  height: 36px;
  left: 0;
  line-height: 1.125;
  position: absolute;
  top: 2px;
  width: 38px;
}

.list-inline {
  font-size: 0;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.list-inline li {
  border-right: 0.0625rem solid #111;
  color: #111;
  display: inline;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  margin-top: 0;
  margin-right: 0.5rem;
  padding-right: 0.4375rem;
  padding-bottom: 0;
  vertical-align: top;
}
.list-inline li:last-child {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}

.list-small {
  font-size: 0.875em;
}

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

.well--highlight {
  background: #fbfbfb;
  border-color: #acacac;
  border-radius: 0.5em;
  overflow: hidden;
  padding: 1.5em 2.75em;
  position: relative;
}
.well--highlight:before,
.well--highlight:after {
  background: #99132C;
  content: ' ';
  height: 100%;
  position: absolute;
  top: 0;
  width: 0.5em;
}
.well--highlight:before {
  left: 0;
}
.well--highlight:after {
  right: 0;
}

/* New (ANPAC) Landing Page */
/* header and logos */
.header--landing-page {
  background-color: rgba(0, 0, 0, 0.42);
  left: 0;
  overflow: hidden;
  padding: 0.75rem 20px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
}
@media (min-width: 400px) {
  .header--landing-page {
    background: transparent;
    top: 7.5rem;
  }
}
@media (min-width: 479px) {
  .header--landing-page {
    top: 6rem;
  }
}
@media (min-width: 640px) {
  .header--landing-page {
    top: 10.5rem;
  }
}
@media (min-width: 700px) {
  .header--landing-page {
    top: 1.5rem;
  }
}
@media (min-width: 768px) {
  .header--landing-page {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    top: 3rem;
  }
}
@media (min-width: 783px) {
  .header--landing-page {
    top: 4rem;
  }
}
@media (min-width: 979px) {
  .header--landing-page {
    top: 4.5rem;
  }
}

.header--landing-page--textured {
  background-color: #151515;
  background-color: rgba(21, 21, 21, 0.42);
  background-image: url('img/background-grey-grid-anpac-tile.png');
  background-position: 0 0;
  background-repeat: repeat;
}

.header-logo,
.header-login {
  display: block;
  line-height: 1;
  margin: 0;
  font-size: 1em;
  text-align: center;
}
.header-logo__img {
  max-width: 80%;
}
@media (min-width: 400px) {
  .header-logo__img {
    max-width: 60%;
  }
}
@media (min-width: 700px) {
  .header-logo {
    float: left;
    text-align: left;
    width: 65%;
  }
}
@media (min-width: 768px) {
  .header-logo,
  .header-login {
    margin-bottom: 0;
  }
  .header-logo {
    width: 40%;
  }
  .header-login {
    float: right;
    margin: 4% 0 0 0;
  }
  .header-logo__img {
    max-width: 100%;
  }
}
@media (min-width: 979px) {
  .header-logo {
    width: 38%;
  }
  .header-login {
    margin: 2.5% 0 0 0;
  }
}
@media (min-width: 1200px) {
  .header-logo {
    width: 30%;
  }
}

/* hero image and title */
.hero--large {
  background-color: #eee;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0;
  height: 15rem;/*240px*/
  padding: 0;
  position: relative;
}
@media (min-width: 400px) {
  .hero--large {
    background-position: 50% 50%;
  }
}
@media (min-width: 479px) {
  .hero--large {
    background-position: 50% 60%;
  }
}
@media (min-width: 640px) {
  .hero--large {
    height: 20rem;/*320px*/
  }
}
@media (min-width: 700px) {
  .hero--large {
    background-position: 100% 50%;
  }
}
@media (min-width: 768px) {
  .hero--large {
    background-position: 50% 35%;
    height: 32.0625rem;/*513px*/
  }
}
@media (min-width: 1440px) {
  .hero--large {
    background-position: 50% 30%;
  }
}

/* need this to supplement the standard Bootstrap container (for positioning) */
.hero-container {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
}

.hero--large__title {
  background: rgba(233, 240, 244, 0.77);
  color: #fff;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1;
  margin: 0;
  overflow: hidden;
  padding: 0.25rem 20px;
  text-align: center;
}
.hero--large__subtitle {
  display: block;
  font-size: 1rem;
  padding-top: 0.375rem;
}
@media (min-width: 700px) {
  .hero-container {
    bottom: auto;
    top: 6rem;
  }
  .hero--large__title {
    background: transparent;
    font-size: 1.75rem;
    padding-top: 1.5rem;
    text-align: left;
  }
  .hero--large__subtitle {
    font-size: 0.875rem;
  }
}
@media (min-width: 768px) {
  .hero-container {
    top: 9rem;
  }
  .hero--large__title {
    font-size: 2rem;
    padding: 1.75rem 0 0 0;
  }
  .hero--large__title--right {
    float: right;
  }
  .hero--large__subtitle {
    font-size: 1rem;
  }
}
@media (min-width: 783px) {
  .hero-container {
    top: 12rem;
  }
}
@media (min-width: 979px) {
  .hero--large__title {
    font-size: 2.5rem;
  }
  .hero--large__subtitle {
    font-size: 1.25rem;
  }
}

/* misc */
.anpac-intro {
  font-size: 1.125rem;
  margin-top: 2.875rem;
  margin-bottom: 3rem;
}
/* ANPAC products */
.anpac-products {
  background: transparent;
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .anpac-products {
    background: transparent url('img/vertical-line-anpac.png') repeat-y 50% 0;
  }
}
.anpac-product:first-child {
  border-bottom: 0.0625rem solid #D4D4D4;
  margin-bottom: 3rem;
  padding-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .anpac-product:first-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.anpac-product__title {
  font-weight: 600;
}
.anpac-product__subtitle {
  font-size: 1rem;
  font-weight: 500;
}
/* ANPAC buttons */
.button--anpac {
  background: #4DBAE7;
  border-radius: 0;
  box-shadow: none;
  color: #000;
  font-size: 1.25rem;
  font-weight: 500;
  padding: 1rem 1rem;
  text-shadow: none;
  text-transform: none;
}
.button--anpac:hover {
  background: #85CAE5;
  color: #000;
}
.button--anpac--alt {
  background: #FF9F2F;
}
.button--anpac--alt:hover {
  background: #FDBC71;
}
.button--anpac--is-disabled,
.button--anpac--is-disabled:hover,
.button--anpac--is-disabled:active,
.button--anpac--is-disabled:focus {
  background: #e2e2e2;
  color: #999;
  cursor: not-allowed;
}

.callout--info {
  background: #DDF0F8;
  padding: 1.5rem 0;
}
.callout--hero {
  background-color: #eee;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 3rem;
  min-height: 7rem; /*208px*/
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media (min-width: 768px) {
  .callout--hero {
    min-height: 13rem; /*208px*/
  }
}
.callout--hero__title {
  background: rgba(255, 255, 255, 0.63);
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.9);
  float: right;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.25;
  margin: 0;
  padding: 0.25rem;
  width: 100%;
}
@media (min-width: 480px) {
  .callout--hero__title {
    background: rgba(255, 255, 255, 0.42);
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.77);
    font-size: 1rem;
    line-height: 1.5;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .callout--hero__title {
    background: transparent;
    box-shadow: none;
    float: none;
    font-size: 1.125rem;
    line-height: 1.375;
    padding: 0;
    width: auto;
  }
}

.flash-message__anpac {
  border: 0.125rem solid #4DBAE7;
  margin-top: 1.5rem;
}
.flash-message__anpac p {
  margin-top: 0;
  margin-bottom: 1.5rem;
}

.landing-page__title {
  color: #111;
  font-size: 1.5em;
  line-height: 1;
}

.list-companies--anpac__intro {
  margin: 0;
}
.list-companies--anpac {

}
.list-companies--anpac__label {
  display: inline;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  margin: 0;
}
.text-break {
  display: block;
}

.well--anpac {
  background: #DDF0F8;
  border: none;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 1.5rem;
  padding: 1.5rem 20px;
}
.well--anpac--alt {
  background: #FFECD6;
}
.well--anpac *:last-child {
  margin-bottom: 0;
}
.well--anpac__title {
  color: #4DBAE7;
  font-weight: 500;
  margin-top: 0;
}
.well--anpac__title--alt {
  color: #FF9F2F;
}

div#learn-more-advanced {
  z-index: 1051;
}




/* ----- Translucent-header landing page template ----- */

/* header */
.header--landing-page.header--landing-page--translucent {
  top: 0;
}
.header--landing-page.header--landing-page--translucent p.header-login {
  float: none;
  margin-top: 0;
}
.header--landing-page.header--landing-page--translucent p.header-login a.idg-marketing-header-grey-button {
  float: none;
  margin: 10px 20px;
}
.header--landing-page.header--landing-page--translucent p.header-logo a {
  display: inline-block;
}
@media (min-width: 700px) {
  .header--landing-page.header--landing-page--translucent p.header-logo {
    width: 40%;
  }
  .header--landing-page.header--landing-page--translucent p.header-login {
    float: right;
    margin-top: 1.5rem;
  }
}
.header--landing-page.header--landing-page--clearheader {
  background-color: rgba(0,0,0,0);
  left: 0;
  padding: 0.75em 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 100;
}
@media (min-width: 768px) {
  .header--landing-page.header--landing-page--clearheader {
    padding: 1.5em 0;
  }
}
.header-logo-partner {
  margin-left: 15px;
  padding-left: 25px;
}
.header-logo-partner.header-logo-partner-black {
  border-left: 1px solid #000;
}
.header-logo-partner.header-logo-partner-white {
  border-left: 1px solid #fff;
}

/* hero */
.hero--large.hero-translucent {
  background-color: #eee;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0;
  height: auto;
  padding: 0;
  position: relative;
}
@media (min-width: 400px) {
  .hero--large.hero-translucent {
    background-position: 50% 50%;
  }
}
@media (min-width: 479px) {
  .hero--large.hero-translucent {
    background-position: 50% 60%;
  }
}
@media (min-width: 700px) {
  .hero--large.hero-translucent {
    background-position: 100% 50%;
  }
}
@media (min-width: 768px) {
  .hero--large.hero-translucent {
    background-position: 50% 50%;
    height: 32.0625rem;/*513px*/
  }
}
@media (min-width: 1440px) {
  .hero--large.hero-translucent {
    background-position: 50% 30%;
  }
}

/* footer */
.translucent-footer-under-nav  {
  margin: 1rem auto 0;
  float: none;
}
ul.translucent-template-footer-nav {
  display: block;
  float: none;
  margin: 1rem auto 0;
}
@media (min-width: 620px) {
  ul.translucent-template-footer-nav {
    display: table;
  }
}
ul.translucent-template-footer-nav li {
  border-bottom: 1px solid #ccc;
  border-right: none;
  display: block;
  margin: 0 auto;
}
@media (min-width: 620px) {
  ul.translucent-template-footer-nav li {
    border-bottom: none;
    border-right: 1px solid #a3a3a3;
    display: inline-block;
  }
}
ul.translucent-template-footer-nav li:last-child {
  border-bottom: none;
  border-right: none;
}
ul.translucent-template-footer-nav li a {
  color: #000;
  display: block;
  padding: 0.7rem 0;
}
@media (min-width: 620px) {
  ul.translucent-template-footer-nav li a {
    margin: 0;
    padding: 0 0.75rem;
  }
}



/* ----- fontawesome icons ----- */

a.icon-social {
  background-color: #c71322;
  background-image: none;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-family: FontAwesome;
  font-size: 1rem;
  height: 2rem;
  line-height: 2rem;
  margin: 0rem;
  text-align: center;
  width: 2rem;
}
@media (min-width: 768px) {
  a.icon-social {
    font-size: 1.5rem;
    height: 3rem;
    line-height: 3rem;
    margin: 0.25rem;
    width: 3rem;
  }
}
a.icon-social:hover,
a.icon-social:active {
  background-color: #fff;
  box-shadow: 0 0 10px -4px #000;
  color: #c71322;
  text-decoration: none;
}
a.icon-social.icon-social-twitter:before {
  content: "\f099";
}
a.icon-social.icon-social-facebook:before {
  content: "\f09a";
}
a.icon-social.icon-social-linkedin:before {
  content: "\f0e1";
}
a.icon-social.icon-social-googleplus:before {
  content: "\f0d5";
}
a.icon-social.icon-social-youtube:before {
  content: "\f167";
}
a.icon-social span {
  float: right;
  text-indent: -9999em;
  width: 0;
}

