/* ======================================
	Direct Buy Theme.css

    Last Updated : MAC 12/16/2014
====================================== */
html {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #535252;
  text-align: left;
}
body {
  background: #f7f7f7;
  font-size: 0.9em;
  line-height: 1.64;
}
.ixp-responsive-disabled body {
  font-size: 110%;
}
@media only screen and (min-width: 768px) {
  .ixp-responsive body {
    font-size: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .ixp-responsive body {
    font-size: 105%;
  }
}
@media only screen and (min-width: 1200px) {
  .ixp-responsive body {
    font-size: 110%;
  }
}
/* ======================================
	Typography

	REQUIRED CLASSES: h1, h2, h3, .font-a
====================================== */
h1 {
  color: #303030;
  font-size: 2.6em;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.2;
  padding-bottom: 0.1em;
}
h2 {
  color: #303030;
  font-size: 1.45em;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.2;
  padding-bottom: 0.1em;
}
h3 {
  color: #d8262e;
  font-size: 1.3em;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.2;
  padding-bottom: 0.1em;
}
h4 {
  color: #d8262e;
  font-size: 1.2em;
  font-family: 'Open Sans', sans-serif;
}
h5 {
  color: #303030;
  font-size: 1.1em;
  font-family: 'Open Sans', sans-serif;
}
h6 {
  font-size: 1.1em;
  font-family: 'Open Sans', sans-serif;
}
p {
  padding: .25em 0;
}
/* ======================================
	Fonts

	REQUIRED CLASSES: None
====================================== */
.font-a {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}
.font-a h1,
.font-a h2,
.font-a h3,
.font-a h4,
.font-a h5,
.font-a h6,
.font-a .nav,
.font-a .button {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}
.font-b {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
.font-b h1,
.font-b h2,
.font-b h3,
.font-b h4,
.font-b h5,
.font-b h6,
.font-b .nav,
.font-b .button {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
.font-c {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}
.font-c h1,
.font-c h2,
.font-c h3,
.font-c h4,
.font-c h5,
.font-c h6,
.font-c .nav,
.font-c .button {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}
.font-d {
  font-family: 'Open Sans', sans-serif;
}
.font-d h1,
.font-d h2,
.font-d h3,
.font-d h4,
.font-d h5,
.font-d h6,
.font-d .nav,
.font-d .button {
  font-family: 'Open Sans', sans-serif;
}
/* ======================================
	Font IXP Information
====================================== */
.font-a {
  -ixp-name: "Open Sans Light";
  -ixp-tags: "Fonts";
  -ixp-group: "font";
  -ixp-scope: "ContainerLike,Text,Link";
}
.font-b {
  -ixp-name: "Open Sans Regular";
  -ixp-tags: "Fonts";
  -ixp-group: "font";
  -ixp-scope: "ContainerLike,Text,Link";
}
.font-c {
  -ixp-name: "Open Sans Bold";
  -ixp-tags: "Fonts";
  -ixp-group: "font";
  -ixp-scope: "ContainerLike,Text,Link";
}
.font-d {
  -ixp-name: "Gotham";
  -ixp-tags: "Fonts";
  -ixp-group: "font";
  -ixp-scope: "ContainerLike,Text,Link";
}
/* ======================================
	Content

	REQUIRED CLASSES: .caption, .fine-print
====================================== */
.caption {
  font-size: 1em;
  font-family: 'Open Sans', sans-serif;
  font-style: italic;
  padding-bottom: 0.2em;
  padding-top: 0.2em;
}
.fine-print {
  font-size: 0.857em;
  padding-bottom: 0.2em;
  padding-top: 0.2em;
}
/* ======================================
	Content IXP Information
    REQUIRED CLASSES: .caption, .fine-print
====================================== */
.caption {
  -ixp-name: "Caption";
  -ixp-tags: "Text";
  -ixp-group: "text";
  -ixp-scope: "Text";
}
.fine-print {
  -ixp-name: "Fine Print";
  -ixp-tags: "Text";
  -ixp-group: "text";
  -ixp-scope: "Text";
}
/* ======================================
	Alignment

	REQUIRED CLASSES: ALL
====================================== */
.align-right {
  text-align: right;
}
.align-left {
  text-align: left;
}
.align-center {
  text-align: center;
}
.indent {
  margin-left: .85em;
}
/* ======================================
	Alignment IXP Information
    REQUIRED CLASSES: ALL
====================================== */
.align-right {
  -ixp-name: "Right Align";
  -ixp-tags: "Alignment";
  -ixp-group: "alignment";
  -ixp-scope: "Text,Link,ContainerLike";
}
.align-left {
  -ixp-name: "Left Align";
  -ixp-tags: "Alignment";
  -ixp-group: "alignment";
  -ixp-scope: "Text,Link,ContainerLike";
}
.align-center {
  -ixp-name: "Center Align";
  -ixp-tags: "Alignment";
  -ixp-group: "alignment";
  -ixp-scope: "Text,Link,ContainerLike";
}
.indent {
  -ixp-name: "Text Indent";
  -ixp-tags: "Alignment";
  -ixp-group: "alignment";
  -ixp-scope: "Text";
}
/* ======================================
	List Items

	REQUIRED CLASS: .bullet-a
====================================== */
ul,
ol {
  margin: 0;
  padding: 0;
}
ul li {
  margin: 10px 0 10px 20px;
  list-style-type: disc;
}
ol {
  margin-left: 10px;
  list-style-type: decimal;
}
.bullet-a ul li {
  background: url("bullet_round_charcoal.png") no-repeat 0 50%;
  list-style-type: none;
  padding-left: 1.0em;
}
.bullet-b ul li {
  background: url("bullet_round_red.png") no-repeat 0 50%;
  list-style-type: none;
  padding-left: 1.0em;
}
.bullet-c ul li {
  background: url("bullet_round_gray.png") no-repeat 0 50%;
  list-style-type: none;
  padding-left: 1.0em;
}
.bullet-d ul li {
  background: url("bullet_round_white.png") no-repeat 0 50%;
  list-style-type: none;
  padding-left: 1.0em;
}
.bullet-e ul li {
  background: url("bullet_checkmark_gray.png") no-repeat 0 0;
  list-style-type: none;
  padding-left: 52px;
  padding-bottom: 12px;
}
.bullet-f ul li {
  background: url("bullet_checkmark_teal.png") no-repeat 0 0;
  list-style-type: none;
  padding-left: 38px;
  padding-bottom: 8px;
}
.bullet-g ul li {
  background: url("bullet_checkmark_red.png") no-repeat 0 0;
  list-style-type: none;
  padding-left: 38px;
  padding-bottom: 8px;
}
.bullet-h ul li {
  background: url("bullet_checkmark_white.png") no-repeat 0 0;
  list-style-type: none;
  padding-left: 38px;
  padding-bottom: 8px;
}
.bullet-i ul li {
  background: url("bullet_checkmark_orange.png") no-repeat 0 0;
  list-style-type: none;
  padding-left: 38px;
  padding-bottom: 8px;
}
/* ======================================
	List IXP Information

	REQUIRED CLASS: .bullet-a
====================================== */
.bullet-a {
  -ixp-name: "Bullet Circle Charcoal";
  -ixp-tags: "Bullet list";
  -ixp-group: "bullet-list";
  -ixp-scope: "Text";
}
.bullet-b {
  -ixp-name: "Bullet Circle Red";
  -ixp-tags: "Bullet list";
  -ixp-group: "bullet-list";
  -ixp-scope: "Text";
}
.bullet-c {
  -ixp-name: "Bullet Circle Gray";
  -ixp-tags: "Bullet list";
  -ixp-group: "bullet-list";
  -ixp-scope: "Text";
}
.bullet-d {
  -ixp-name: "Bullet Circle White";
  -ixp-tags: "Bullet list";
  -ixp-group: "bullet-list";
  -ixp-scope: "Text";
}
.bullet-e {
  -ixp-name: "Bullet Check Gray Large";
  -ixp-tags: "Bullet list";
  -ixp-group: "bullet-list";
  -ixp-scope: "Text";
}
.bullet-f {
  -ixp-name: "Bullet Check Teal";
  -ixp-tags: "Bullet list";
  -ixp-group: "bullet-list";
  -ixp-scope: "Text";
}
.bullet-g {
  -ixp-name: "Bullet Check Red";
  -ixp-tags: "Bullet list";
  -ixp-group: "bullet-list";
  -ixp-scope: "Text";
}
.bullet-h {
  -ixp-name: "Bullet Check White";
  -ixp-tags: "Bullet list";
  -ixp-group: "bullet-list";
  -ixp-scope: "Text";
}
.bullet-i {
  -ixp-name: "Bullet Check Orange";
  -ixp-tags: "Bullet list";
  -ixp-group: "bullet-list";
  -ixp-scope: "Text";
}
/* ======================================
	Link Element Base
====================================== */
a {
  color: #d8262e;
  display: inline;
  text-decoration: underline;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
a:hover {
  color: #d8262e;
  text-decoration: none;
}
/* ======================================
	CTA Links

	REQUIRED CLASS: .cta_link.link-a
====================================== */
.cta_link {
  display: inline-block;
}
.cta_link.link-a {
  background: url('link_icon_arrow_red.png') no-repeat 100% 50%;
  color: #d8262e;
  padding-right: 1.5em;
  text-decoration: none;
}
.cta_link.link-a:hover {
  color: #d8262e;
  text-decoration: underline;
}
.cta_link.link-b {
  background: url('link_icon_arrow_black.png') no-repeat 100% 50%;
  color: #000000;
  padding-right: 1.5em;
  text-decoration: none;
}
.cta_link.link-b:hover {
  color: #000000;
  text-decoration: underline;
}
.cta_link.link-c {
  background: url('link_icon_arrow_white.png') no-repeat 100% 50%;
  color: #ffffff;
  padding-right: 1.5em;
  text-decoration: none;
}
.cta_link.link-c:hover {
  color: #ffffff;
  text-decoration: underline;
}
.cta_link.link-d {
  color: #000000;
  text-decoration: none;
}
.cta_link.link-d:hover {
  color: #000000;
  text-decoration: underline;
}
.cta_link.link-e {
  color: #7b7c7c;
  text-decoration: none;
}
.cta_link.link-e:hover {
  color: #7b7c7c;
  text-decoration: underline;
}
.cta_link.link-f {
  color: #ffffff;
  text-decoration: none;
}
.cta_link.link-f:hover {
  color: #ffffff;
  text-decoration: underline;
}
/* ======================================
	Links IXP Information

	REQUIRED CLASS: .cta_link.link-a
====================================== */
.cta_link.link-a {
  -ixp-name: "CTA Arrow Red";
  -ixp-tags: "Link";
  -ixp-group: "link";
  -ixp-scope: "Link,Lightbox";
}
.cta_link.link-b {
  -ixp-name: "CTA Arrow Black";
  -ixp-tags: "Link";
  -ixp-group: "link";
  -ixp-scope: "Link,Lightbox";
}
.cta_link.link-c {
  -ixp-name: "CTA Arrow White";
  -ixp-tags: "Link";
  -ixp-group: "link";
  -ixp-scope: "Link,Lightbox";
}
.cta_link.link-d {
  -ixp-name: "CTA Black";
  -ixp-tags: "Link";
  -ixp-group: "link";
  -ixp-scope: "Link,Lightbox";
}
.cta_link.link-e {
  -ixp-name: "CTA Gray";
  -ixp-tags: "Link";
  -ixp-group: "link";
  -ixp-scope: "Link,Lightbox";
}
.cta_link.link-f {
  -ixp-name: "CTA White";
  -ixp-tags: "Link";
  -ixp-group: "link";
  -ixp-scope: "Link,Lightbox";
}
/* ======================================
	Colors

	REQUIRED CLASS - .color-a, .color-b

    NOTE: These 2 required class (a & b) style values should not change. 
    They should be always be White and black.
====================================== */
.color-a {
  color: #ffffff;
}
.color-a h1,
.color-a h2,
.color-a h3,
.color-a h4,
.color-a h5,
.color-a h6,
.color-a a,
.color-a p {
  color: #ffffff;
}
.color-b {
  color: #000000;
}
.color-b h1,
.color-b h2,
.color-b h3,
.color-b h4,
.color-b h5,
.color-b h6,
.color-b a,
.color-b p {
  color: #000000;
}
.color-c {
  color: #303030;
}
.color-c h1,
.color-c h2,
.color-c h3,
.color-c h4,
.color-c h5,
.color-c h6,
.color-c a,
.color-c p {
  color: #303030;
}
.color-d {
  color: #535252;
}
.color-d h1,
.color-d h2,
.color-d h3,
.color-d h4,
.color-d h5,
.color-d h6,
.color-d a,
.color-d p {
  color: #535252;
}
.color-e {
  color: #7b7c7c;
}
.color-e h1,
.color-e h2,
.color-e h3,
.color-e h4,
.color-e h5,
.color-e h6,
.color-e a,
.color-e p {
  color: #7b7c7c;
}
.color-f {
  color: #d8262e;
}
.color-f h1,
.color-f h2,
.color-f h3,
.color-f h4,
.color-f h5,
.color-f h6,
.color-f a,
.color-f p {
  color: #d8262e;
}
/* ======================================
	Colors IXP Information
====================================== */
.color-a {
  -ixp-name: "White";
  -ixp-tags: "Color";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-b {
  -ixp-name: "Black";
  -ixp-tags: "Color";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-c {
  -ixp-name: "Charcoal";
  -ixp-tags: "Color";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-d {
  -ixp-name: "Dark Gray";
  -ixp-tags: "Color";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-e {
  -ixp-name: "Medium Gray";
  -ixp-tags: "Color";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-f {
  -ixp-name: "Red";
  -ixp-tags: "Color";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
/* ======================================
	Backgrounds

	REQUIRED CLASSES:
	.background-a,
	.background-b,
	.background-c

    NOTE: These,required, 3 class (a,b, and c) style values should not change. 
    They should be White, Transparent White and Transparent Black always.
====================================== */
.background-a {
  background: #ffffff;
}
.background-b {
  background: #ffffff;
  background: rgba(255, 255, 255, 0.5);
}
.background-c {
  background: #000000;
  background: rgba(0, 0, 0, 0.6);
}
.background-d {
  background: #000000;
}
.background-e {
  background: #f7f7f7;
}
.background-f {
  background: #d8262e;
}
.background-g {
  background: #7b7c7c;
}
.background-h {
  background: #e9e9e9;
}
.background-i {
  background: #dedcdc;
}
.background-j {
  background: #939393;
}
.background-k {
  background: #6b6a6a;
}
.background-l {
  background: #535252;
}
/* ======================================
	Background IXP Information
====================================== */
.background-a {
  -ixp-name: "White Background";
  -ixp-tags: "Backgrounds";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-b {
  -ixp-name: "White Transparent Background";
  -ixp-tags: "Backgrounds";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-c {
  -ixp-name: "Black Transparent Background";
  -ixp-tags: "Backgrounds";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-d {
  -ixp-name: "Black Background";
  -ixp-tags: "Backgrounds";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-e {
  -ixp-name: "Almost White Background";
  -ixp-tags: "Backgrounds";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-f {
  -ixp-name: "Red Background";
  -ixp-tags: "Backgrounds";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-g {
  -ixp-name: "Medium Gray Background";
  -ixp-tags: "Backgrounds";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-h {
  -ixp-name: "Lighter Gray Background";
  -ixp-tags: "Backgrounds";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-i {
  -ixp-name: "Light Gray Background";
  -ixp-tags: "Backgrounds";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-j {
  -ixp-name: "Gray Background";
  -ixp-tags: "Backgrounds";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-k {
  -ixp-name: "Slate Background";
  -ixp-tags: "Backgrounds";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-l {
  -ixp-name: "Dark Gray Background";
  -ixp-tags: "Backgrounds";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
/* ======================================
	Pods
    REQUIRED CLASS: .pod, .pod-a, .pod-b, .pod-c, .pod.form-pod-a
    NOTE: .pod, .pod-b, .pod-c style values should not change. 
    They should be Transparent (.pod), Transparent White (.pod-b) and Transparent Black (.pod-c) always.
====================================== */
.pod {
  padding: 0.85em;
}
.pod.pod-a {
  background: #ffffff;
}
.pod.pod-b {
  background: #ffffff;
  background: rgba(255, 255, 255, 0.6);
}
.pod.pod-c {
  background: #000000;
  background: rgba(0, 0, 0, 0.6);
  color: #ffffff;
}
.pod.pod-c h1,
.pod.pod-c h2,
.pod.pod-c h3,
.pod.pod-c h4,
.pod.pod-c h5,
.pod.pod-c h6,
.pod.pod-c p,
.pod.pod-c.nested-1 h1,
.pod.pod-c.nested-1 h2,
.pod.pod-c.nested-1 h3,
.pod.pod-c.nested-1 h4,
.pod.pod-c.nested-1 h5,
.pod.pod-c.nested-1 h6,
.pod.pod-c.nested-2.nested-2s h1,
.pod.pod-c.nested-2.nested-2s h2,
.pod.pod-c.nested-2.nested-2s h3,
.pod.pod-c.nested-2.nested-2s h4,
.pod.pod-c.nested-2.nested-2s h5,
.pod.pod-c.nested-2.nested-2s h6 {
  color: #ffffff;
}
.pod.pod-c a {
  color: #ffffff;
}
.pod.pod-c a:hover {
  color: #ffffff;
}
.pod.pod-d {
  background: #000000;
  color: #ffffff;
}
.pod.pod-d h1,
.pod.pod-d h2,
.pod.pod-d h3,
.pod.pod-d h4,
.pod.pod-d h5,
.pod.pod-d h6,
.pod.pod-d p,
.pod.pod-d.nested-1 h1,
.pod.pod-d.nested-1 h2,
.pod.pod-d.nested-1 h3,
.pod.pod-d.nested-1 h4,
.pod.pod-d.nested-1 h5,
.pod.pod-d.nested-1 h6,
.pod.pod-d.nested-2.nested-2s h1,
.pod.pod-d.nested-2.nested-2s h2,
.pod.pod-d.nested-2.nested-2s h3,
.pod.pod-d.nested-2.nested-2s h4,
.pod.pod-d.nested-2.nested-2s h5,
.pod.pod-d.nested-2.nested-2s h6 {
  color: #ffffff;
}
.pod.pod-d a {
  color: #ffffff;
}
.pod.pod-d a:hover {
  color: #ffffff;
}
.pod.pod-e {
  background: #d8262e;
  color: #ffffff;
}
.pod.pod-e h1,
.pod.pod-e h2,
.pod.pod-e h3,
.pod.pod-e h4,
.pod.pod-e h5,
.pod.pod-e h6,
.pod.pod-e p,
.pod.pod-e.nested-1 h1,
.pod.pod-e.nested-1 h2,
.pod.pod-e.nested-1 h3,
.pod.pod-e.nested-1 h4,
.pod.pod-e.nested-1 h5,
.pod.pod-e.nested-1 h6,
.pod.pod-e.nested-2.nested-2s h1,
.pod.pod-e.nested-2.nested-2s h2,
.pod.pod-e.nested-2.nested-2s h3,
.pod.pod-e.nested-2.nested-2s h4,
.pod.pod-e.nested-2.nested-2s h5,
.pod.pod-e.nested-2.nested-2s h6 {
  color: #ffffff;
}
.pod.pod-e a,
.pod.pod-e.nested-1 a,
.pod.pod-e.nested-2.nested-2s a {
  color: #ffffff;
}
.pod.pod-e a:hover,
.pod.pod-e.nested-1 a:hover,
.pod.pod-e.nested-2.nested-2s a:hover {
  color: #ffffff;
}
.pod.pod-f {
  background: #7b7c7c;
  color: #ffffff;
}
.pod.pod-f h1,
.pod.pod-f h2,
.pod.pod-f h3,
.pod.pod-f h4,
.pod.pod-f h5,
.pod.pod-f h6,
.pod.pod-f p,
.pod.pod-f.nested-1 h1,
.pod.pod-f.nested-1 h2,
.pod.pod-f.nested-1 h3,
.pod.pod-f.nested-1 h4,
.pod.pod-f.nested-1 h5,
.pod.pod-f.nested-1 h6,
.pod.pod-f.nested-2.nested-2s h1,
.pod.pod-f.nested-2.nested-2s h2,
.pod.pod-f.nested-2.nested-2s h3,
.pod.pod-f.nested-2.nested-2s h4,
.pod.pod-f.nested-2.nested-2s h5,
.pod.pod-f.nested-2.nested-2s h6 {
  color: #ffffff;
}
.pod.pod-f a {
  color: #ffffff;
}
.pod.pod-f a:hover {
  color: #ffffff;
}
.pod.pod-g {
  background: transparent;
  color: inherit;
  border-left: 15px solid #d8262e;
  padding: 0 0.85em 0 1.5em;
}
.pod.pod-g h1,
.pod.pod-g h2,
.pod.pod-g h3,
.pod.pod-g h4,
.pod.pod-g h5,
.pod.pod-g h6,
.pod.pod-g p,
.pod.pod-g.nested-1 h1,
.pod.pod-g.nested-1 h2,
.pod.pod-g.nested-1 h3,
.pod.pod-g.nested-1 h4,
.pod.pod-g.nested-1 h5,
.pod.pod-g.nested-1 h6,
.pod.pod-g.nested-2.nested-2s h1,
.pod.pod-g.nested-2.nested-2s h2,
.pod.pod-g.nested-2.nested-2s h3,
.pod.pod-g.nested-2.nested-2s h4,
.pod.pod-g.nested-2.nested-2s h5,
.pod.pod-g.nested-2.nested-2s h6 {
  color: inherit;
}
.pod.pod-g a {
  color: #d8262e;
}
.pod.pod-g a:hover {
  color: #d8262e;
}
.pod.pod-h {
  background: #ffffff;
  color: inherit;
  border: 1px solid #6b6a6a;
}
.pod.pod-h h1,
.pod.pod-h h2,
.pod.pod-h h3,
.pod.pod-h h4,
.pod.pod-h h5,
.pod.pod-h h6,
.pod.pod-h p,
.pod.pod-h.nested-1 h1,
.pod.pod-h.nested-1 h2,
.pod.pod-h.nested-1 h3,
.pod.pod-h.nested-1 h4,
.pod.pod-h.nested-1 h5,
.pod.pod-h.nested-1 h6,
.pod.pod-h.nested-2.nested-2s h1,
.pod.pod-h.nested-2.nested-2s h2,
.pod.pod-h.nested-2.nested-2s h3,
.pod.pod-h.nested-2.nested-2s h4,
.pod.pod-h.nested-2.nested-2s h5,
.pod.pod-h.nested-2.nested-2s h6 {
  color: inherit;
}
.pod.pod-h a {
  color: #d8262e;
}
.pod.pod-h a:hover {
  color: #d8262e;
}
/* ======================================
	Pods with Form Styling

	REQUIRED CLASS: .pod.form-pod-a
====================================== */
.pod.form-pod-a {
  background: #e9e9e9;
  color: inherit;
}
.pod.form-pod-a h1,
.pod.form-pod-a h2,
.pod.form-pod-a h3,
.pod.form-pod-a h4,
.pod.form-pod-a h5,
.pod.form-pod-a h6,
.pod.form-pod-a p,
.pod.form-pod-a.nested-1 h1,
.pod.form-pod-a.nested-1 h2,
.pod.form-pod-a.nested-1 h3,
.pod.form-pod-a.nested-1 h4,
.pod.form-pod-a.nested-1 h5,
.pod.form-pod-a.nested-1 h6,
.pod.form-pod-a.nested-2.nested-2s h1,
.pod.form-pod-a.nested-2.nested-2s h2,
.pod.form-pod-a.nested-2.nested-2s h3,
.pod.form-pod-a.nested-2.nested-2s h4,
.pod.form-pod-a.nested-2.nested-2s h5,
.pod.form-pod-a.nested-2.nested-2s h6 {
  color: inherit;
}
.pod.form-pod-a a {
  color: #d8262e;
}
.pod.form-pod-a a:hover {
  color: #d8262e;
}
.pod.form-pod-b {
  background: #000000;
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjk1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxZDFkMWQiIHN0b3Atb3BhY2l0eT0iMC45NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.95) 0%, rgba(29, 29, 29, 0.95) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.95)), color-stop(100%, rgba(29, 29, 29, 0.95)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.95) 0%, rgba(29, 29, 29, 0.95) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.95) 0%, rgba(29, 29, 29, 0.95) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.95) 0%, rgba(29, 29, 29, 0.95) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.95) 0%, rgba(29, 29, 29, 0.95) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2000000', endColorstr='#f21d1d1d', GradientType=0);
  /* IE6-8 */
  color: #ffffff;
}
.pod.form-pod-b h1,
.pod.form-pod-b h2,
.pod.form-pod-b h3,
.pod.form-pod-b h4,
.pod.form-pod-b h5,
.pod.form-pod-b h6,
.pod.form-pod-b p,
.pod.form-pod-b.nested-1 h1,
.pod.form-pod-b.nested-1 h2,
.pod.form-pod-b.nested-1 h3,
.pod.form-pod-b.nested-1 h4,
.pod.form-pod-b.nested-1 h5,
.pod.form-pod-b.nested-1 h6,
.pod.form-pod-b.nested-2.nested-2s h1,
.pod.form-pod-b.nested-2.nested-2s h2,
.pod.form-pod-b.nested-2.nested-2s h3,
.pod.form-pod-b.nested-2.nested-2s h4,
.pod.form-pod-b.nested-2.nested-2s h5,
.pod.form-pod-b.nested-2.nested-2s h6 {
  color: #ffffff;
}
.pod.form-pod-b a {
  color: #ffffff;
}
.pod.form-pod-b a:hover {
  color: #ffffff;
}
/* ======================================
	Pod IXP Information

	REQUIRED CLASS: .pod, .pod-a, .pod.form-pod-a
====================================== */
.pod {
  -ixp-name: "Transparent";
  -ixp-tags: "Pods";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.pod.pod-a {
  -ixp-name: "White Pod";
  -ixp-tags: "Pods";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.pod.pod-b {
  -ixp-name: "White Transparent Pod";
  -ixp-tags: "Pods";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.pod.pod-c {
  -ixp-name: "Black Transparent Pod";
  -ixp-tags: "Pods";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.pod.pod-d {
  -ixp-name: "Black Pod";
  -ixp-tags: "Pods";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.pod.pod-e {
  -ixp-name: "Red Pod";
  -ixp-tags: "Pods";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.pod.pod-f {
  -ixp-name: "Medium Gray Pod";
  -ixp-tags: "Pods";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.pod.pod-g {
  -ixp-name: "Left Red Border Pod";
  -ixp-tags: "Pods";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.pod.pod-h {
  -ixp-name: "White with Border Pod";
  -ixp-tags: "Pods";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.pod.form-pod-a {
  -ixp-name: "Lighter Gray Form Pod";
  -ixp-tags: "Pods";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.pod.form-pod-b {
  -ixp-name: "Black Form Pod";
  -ixp-tags: "Pods";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
/* ======================================
	Image Alignment

	REQUIRED CLASSES: ALL
====================================== */
.image-a {
  float: right;
  margin-left: 0.5em;
}
.image-b {
  float: left;
  margin-right: 0.5em;
}
.image-c {
  margin-right: auto;
  margin-left: auto;
  display: block;
}
/* ======================================
	Images IXP Information
    REQUIRED CLASSES: ALL
====================================== */
.image-a {
  -ixp-name: "Right Align";
  -ixp-tags: "Images";
  -ixp-group: "images";
  -ixp-scope: "Image";
}
.image-b {
  -ixp-name: "Left Align";
  -ixp-tags: "Images";
  -ixp-group: "images";
  -ixp-scope: "Image";
}
.image-c {
  -ixp-name: "Center Align";
  -ixp-tags: "Images";
  -ixp-group: "images";
  -ixp-scope: "Image";
}
/* ======================================
	Image and Block Styling

	REQUIRED CLASS: .shadow-a
====================================== */
.shadow-a {
  -webkit-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.shadow-b {
  -webkit-box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.5);
  box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.5);
}
.image-border-radius-a {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.image-borders-a {
  border: 1px solid #a6a7a7;
}
/* ======================================
	Image and Block IXP Information
    REQUIRED CLASSES: .shadow-a
====================================== */
.shadow-a {
  -ixp-name: "Light Drop Shadow";
  -ixp-tags: "Styling";
  -ixp-group: "styling";
  -ixp-scope: "Image,Link,Container,Column,Row";
}
.shadow-b {
  -ixp-name: "Flat Drop Shadow";
  -ixp-tags: "Styling";
  -ixp-group: "styling";
  -ixp-scope: "Image,Link,Container,Column,Row";
}
.image-border-radius-a {
  -ixp-name: "Rounded Corners";
  -ixp-tags: "Styling";
  -ixp-group: "styling";
  -ixp-scope: "Image,Link,Container,Column,Row";
}
.image-borders-a {
  -ixp-name: "Border Gray";
  -ixp-tags: "Styling";
  -ixp-group: "styling";
  -ixp-scope: "Image,Link,Container,Column,Row";
}
/* ======================================
	Horizontal Rule Styling
====================================== */
hr {
  background: #a6a7a7;
  border: none;
  color: #a6a7a7;
  clear: both;
  float: none;
  height: 1px;
  margin: 0.4em 0;
  width: 100%;
}
/* ======================================
	Button Element Base
====================================== */
.button,
.button-container .pf_form_table .pf_submit_cell .pf_submit_button,
.button-container .lbui_lightbox_flex a.lbux_button_link {
  border: none;
  cursor: pointer;
  display: inline-block;
  margin: 0.5em 0;
  overflow: visible;
  text-decoration: none;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
  -webkit-appearance: none;
  font-family: 'Open Sans', sans-serif;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.button:hover,
.button-container .pf_form_table .pf_submit_cell .pf_submit_button:hover,
.button-container .lbui_lightbox_flex a.lbux_button_link:hover {
  text-decoration: none;
}
/* ======================================
	Button

	REQUIRED CLASS: .button-a
====================================== */
.button-a,
.button-container-a .pf_form_table .pf_submit_cell .pf_submit_button,
.button-container-a .lbui_lightbox_flex a.lbux_button_link {
  background-color: #d8262e;
  color: #ffffff !important;
}
.button-a:hover,
.button-container-a .pf_form_table .pf_submit_cell .pf_submit_button:hover,
.button-container-a .lbui_lightbox_flex a.lbux_button_link:hover {
  background-color: #b82026;
  color: #ffffff !important;
}
.button-b,
.button-container-b .pf_form_table .pf_submit_cell .pf_submit_button,
.button-container-b .lbui_lightbox_flex a.lbux_button_link {
  background-color: #000000;
  color: #ffffff !important;
}
.button-b:hover,
.button-container-b .pf_form_table .pf_submit_cell .pf_submit_button:hover,
.button-container-b .lbui_lightbox_flex a.lbux_button_link:hover {
  background-color: #535252;
  color: #ffffff !important;
}
.button-c,
.button-container-c .pf_form_table .pf_submit_cell .pf_submit_button,
.button-container-c .lbui_lightbox_flex a.lbux_button_link {
  background-color: #6b6a6a;
  color: #ffffff !important;
}
.button-c:hover,
.button-container-c .pf_form_table .pf_submit_cell .pf_submit_button:hover,
.button-container-c .lbui_lightbox_flex a.lbux_button_link:hover {
  background-color: #7b7c7c;
  color: #ffffff !important;
}
/* ======================================
	Button Size Settings

	REQUIRED CLASSES:
	.button-small,
	.button-medium,
	.button-large,
	.button-wide
====================================== */
.button-small,
.button-container-small .pf_form_table .pf_submit_cell .pf_submit_button,
.button-container-small .lbui_lightbox_flex a.lbux_button_link {
  font-size: 0.857em;
  padding: 0.6em 2em;
  text-align: center;
}
.button-medium,
.button-container-medium .pf_form_table .pf_submit_cell .pf_submit_button,
.button-container-medium .lbui_lightbox_flex a.lbux_button_link {
  font-size: 1em;
  padding: 0.6em 1.75em;
  text-align: center;
}
.button-large,
.button-container-large .pf_form_table .pf_submit_cell .pf_submit_button,
.button-container-large .lbui_lightbox_flex a.lbux_button_link {
  font-size: 1.143em;
  padding: 0.6em 1.5em;
  text-align: center;
}
.button-wide,
.button-container-wide .pf_form_table .pf_submit_cell .pf_submit_button,
.button-container-wide .lbui_lightbox_flex a.lbux_button_link {
  display: block;
  font-size: 1.286em;
  height: auto;
  line-height: 1.4;
  padding: 0.6em;
}
/* ======================================
	Button Icon Padding
====================================== */
.button-small.button-arrow,
.button-container-small.button-arrow,
.button-small.button-arrowred,
.button-container-small.button-arrowred {
  padding: 0.6em 2.8em 0.6em 2.2em;
}
.button-small.button-container-arrow .lbui_lightbox_flex a.lbux_button_link,
.button-container-small.button-container-arrow .lbui_lightbox_flex a.lbux_button_link,
.button-small.button-container-arrowred .lbui_lightbox_flex a.lbux_button_link,
.button-container-small.button-container-arrowred .lbui_lightbox_flex a.lbux_button_link {
  padding: 0.6em 2.8em 0.6em 2.2em;
}
.button-medium.button-arrow,
.button-container-medium.button-arrow,
.button-medium.button-arrowred,
.button-container-medium.button-arrowred {
  padding: 0.6em 2.8em 0.6em 2.25em;
}
.button-medium.button-container-arrow .lbui_lightbox_flex a.lbux_button_link,
.button-container-medium.button-container-arrow .lbui_lightbox_flex a.lbux_button_link,
.button-medium.button-container-arrowred .lbui_lightbox_flex a.lbux_button_link,
.button-container-medium.button-container-arrowred .lbui_lightbox_flex a.lbux_button_link {
  padding: 0.6em 2.8em 0.6em 2.25em;
}
.button-large.button-arrow,
.button-container-large.button-arrow,
.button-large.button-arrowred,
.button-container-large.button-arrowred {
  padding: 0.6em 3.0em 0.6em 2.7em;
}
.button-large.button-container-arrow .lbui_lightbox_flex a.lbux_button_link,
.button-container-large.button-container-arrow .lbui_lightbox_flex a.lbux_button_link,
.button-large.button-container-arrowred .lbui_lightbox_flex a.lbux_button_link,
.button-container-large.button-container-arrowred .lbui_lightbox_flex a.lbux_button_link {
  padding: 0.6em 3.0em 0.6em 2.7em;
}
.button-wide.button-arrow,
.button-container-wide.button-arrow,
.button-wide.button-arrowred,
.button-container-wide.button-arrowred {
  padding: 0.6em 2.0em 0.6em 0.5em;
}
.button-wide.button-container-arrow .lbui_lightbox_flex a.lbux_button_link,
.button-container-wide.button-container-arrow .lbui_lightbox_flex a.lbux_button_link,
.button-wide.button-container-arrowred .lbui_lightbox_flex a.lbux_button_link,
.button-container-wide.button-container-arrowred .lbui_lightbox_flex a.lbux_button_link {
  padding: 0.6em 2.0em 0.6em 0.5em;
}
/* ======================================
	Button Icon Position
====================================== */
.button-arrow,
.button-container-arrow .pf_form_table .pf_submit_cell .pf_submit_button,
.button-container-arrow .lbui_lightbox_flex a.lbux_button_link {
  background-image: url('btn_icon_arrow_gray.png');
  background-position: 100% 50%;
  background-repeat: no-repeat;
}
.button-arrow:hover,
.button-container-arrow .pf_form_table .pf_submit_cell .pf_submit_button:hover,
.button-container-arrow .lbui_lightbox_flex a.lbux_button_link:hover {
  background-image: url('btn_icon_arrow_gray.png');
  background-position: 100% 50%;
  background-repeat: no-repeat;
}
.button-arrowred,
.button-container-arrowred .pf_form_table .pf_submit_cell .pf_submit_button,
.button-container-arrowred .lbui_lightbox_flex a.lbux_button_link {
  background-image: url('btn_icon_arrow_red.png');
  background-position: 100% 50%;
  background-repeat: no-repeat;
}
.button-arrowred:hover,
.button-container-arrowred .pf_form_table .pf_submit_cell .pf_submit_button:hover,
.button-container-arrowred .lbui_lightbox_flex a.lbux_button_link:hover {
  background-image: url('btn_icon_arrow_red.png');
  background-position: 100% 50%;
  background-repeat: no-repeat;
}
/* ======================================
	Button IXP Information

	REQUIRED CLASSES:
	.button.button-a.button-small
	.button.button-a.button-medium
	.button.button-a.button-large
	.button.button-a.button-wide
====================================== */
.button.button-a.button-small {
  -ixp-name: "Red (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-a.button-container-small {
  -ixp-name: "Red (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-a.button-medium {
  -ixp-name: "Red (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-a.button-container-medium {
  -ixp-name: "Red (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-a.button-large {
  -ixp-name: "Red (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-a.button-container-large {
  -ixp-name: "Red (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-a.button-wide {
  -ixp-name: "Red (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-a.button-container-wide {
  -ixp-name: "Red (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-a.button-small.button-arrowred {
  -ixp-name: "Red arrowred (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-a.button-container-small.button-container-arrowred {
  -ixp-name: "Red arrowred (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-a.button-medium.button-arrowred {
  -ixp-name: "Red arrowred (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-a.button-container-medium.button-container-arrowred {
  -ixp-name: "Red arrowred (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-a.button-large.button-arrowred {
  -ixp-name: "Red arrowred (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-a.button-container-large.button-container-arrowred {
  -ixp-name: "Red arrowred (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-a.button-wide.button-arrowred {
  -ixp-name: "Red arrowred (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-a.button-container-wide.button-container-arrowred {
  -ixp-name: "Red arrowred (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-b.button-small {
  -ixp-name: "Black (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-b.button-container-small {
  -ixp-name: "Black (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-b.button-medium {
  -ixp-name: "Black (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-b.button-container-medium {
  -ixp-name: "Black (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-b.button-large {
  -ixp-name: "Black (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-b.button-container-large {
  -ixp-name: "Black (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-b.button-wide {
  -ixp-name: "Black (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-b.button-container-wide {
  -ixp-name: "Black (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-b.button-small.button-arrow {
  -ixp-name: "Black arrow (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-b.button-container-small.button-container-arrow {
  -ixp-name: "Black arrow (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-b.button-medium.button-arrow {
  -ixp-name: "Black arrow (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-b.button-container-medium.button-container-arrow {
  -ixp-name: "Black arrow (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-b.button-large.button-arrow {
  -ixp-name: "Black arrow (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-b.button-container-large.button-container-arrow {
  -ixp-name: "Black arrow (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-b.button-wide.button-arrow {
  -ixp-name: "Black arrow (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-b.button-container-wide.button-container-arrow {
  -ixp-name: "Black arrow (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-c.button-small {
  -ixp-name: "Gray (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-c.button-container-small {
  -ixp-name: "Gray (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-c.button-medium {
  -ixp-name: "Gray (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-c.button-container-medium {
  -ixp-name: "Gray (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-c.button-large {
  -ixp-name: "Gray (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-c.button-container-large {
  -ixp-name: "Gray (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-c.button-wide {
  -ixp-name: "Gray (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-c.button-container-wide {
  -ixp-name: "Gray (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-c.button-small.button-arrow {
  -ixp-name: "Gray arrow (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-c.button-container-small.button-container-arrow {
  -ixp-name: "Gray arrow (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-c.button-medium.button-arrow {
  -ixp-name: "Gray arrow (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-c.button-container-medium.button-container-arrow {
  -ixp-name: "Gray arrow (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-c.button-large.button-arrow {
  -ixp-name: "Gray arrow (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-c.button-container-large.button-container-arrow {
  -ixp-name: "Gray arrow (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-c.button-wide.button-arrow {
  -ixp-name: "Gray arrow (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-c.button-container-wide.button-container-arrow {
  -ixp-name: "Gray arrow (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
/* ======================================
	Pre Header

	REQUIRED CLASS: .pre-header, .pre-header-a
====================================== */
.pre-header {
  padding: 0.25 0;
}
.pre-header-a {
  background: #d8262e;
  color: #ffffff;
  padding: 0.25 0;
}
.pre-header-a a,
.pre-header-a.nested-1 a,
.pre-header-a.nested-2.nested-2s a {
  color: #ffffff;
  text-decoration: none;
}
.pre-header-a a:hover,
.pre-header-a.nested-1 a:hover,
.pre-header-a.nested-2.nested-2s a:hover {
  text-decoration: underline;
}
/* ======================================
	Pre Header IXP Information
    REQUIRED CLASSES: .pre-header, .pre-header-a
====================================== */
.pre-header {
  -ixp-name: "Pre-Header - Transparent";
  -ixp-tags: "Regions";
  -ixp-group: "regions";
  -ixp-scope: "ContainerLike";
}
.pre-header-a {
  -ixp-name: "Pre-Header - Red";
  -ixp-tags: "Regions";
  -ixp-group: "regions";
  -ixp-scope: "ContainerLike";
}
/* ======================================
	Logo

	REQUIRED CLASS: .header-logo-light
====================================== */
.header-logo-light {
  background-image: url('logo.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  min-height: 52px;
  min-width: 148px;
  display: inline-block;
  text-indent: -9999px;
}
@media (max-width: 768px) {
  .header-logo-light {
    background-image: url('logo_sm.png');
    min-height: 35px;
    min-width: 100px;
  }
}
.header-logo-dark {
  background-image: url('logo_red.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  min-height: 56px;
  min-width: 150px;
  display: inline-block;
  text-indent: -9999px;
}
@media (max-width: 768px) {
  .header-logo-dark {
    background-image: url('logo_red_sm.png');
    min-height: 37px;
    min-width: 100px;
  }
}
/* ======================================
	Logo IXP Information

	REQUIRED CLASS: .header-logo-light
====================================== */
.header-logo-light {
  -ixp-name: "Logo Gray";
  -ixp-tags: "Logo";
  -ixp-group: "logo";
  -ixp-scope: "ContainerLike,Link";
}
.header-logo-dark {
  -ixp-name: "Logo Gray & Red";
  -ixp-tags: "Logo";
  -ixp-group: "logo";
  -ixp-scope: "ContainerLike,Link";
}
/* ======================================
	Header

	REQUIRED CLASS: .header,.header-a
====================================== */
.header {
  padding: 1.563em 0;
}
.header-a {
  background: #ffffff;
  color: #7b7c7c;
  padding: 1.563em 0;
}
.header-a a,
.header-a.nested-1 a,
.header-a.nested-2.nested-2s a {
  color: #d8262e;
}
.header-a a:hover,
.header-a.nested-1 a:hover,
.header-a.nested-2.nested-2s a:hover {
  color: #d8262e;
}
/* ======================================
    Header IXP Information
    REQUIRED CLASSES: .header-a
====================================== */
.header {
  -ixp-name: "Header - Transparent";
  -ixp-tags: "Regions";
  -ixp-group: "regions";
  -ixp-scope: "ContainerLike";
}
.header-a {
  -ixp-name: "Header - White";
  -ixp-tags: "Regions";
  -ixp-group: "regions";
  -ixp-scope: "ContainerLike";
}
/* ======================================
	Inner Content Wrap

	NOTE: Container that includes the
	pre-content, content & post-content

	REQUIRED CLASS: .inner-content-wrapper
====================================== */
/* ======================================
    Inner Content Wrap IXP Information
    REQUIRED CLASSES: .inner-content-wrapper
====================================== */
.inner-content-wrapper {
  -ixp-name: "Inner Content - Transparent";
  -ixp-tags: "Regions";
  -ixp-group: "regions";
  -ixp-scope: "Container";
}
/* ======================================
	Pre Content
    REQUIRED CLASSES: .pre-content
====================================== */
.pre-content {
  padding: 0.714em 0;
  background: #f7f7f7;
  color: #303030;
}
.pre-content a,
.pre-content.nested-1 a,
.pre-content.nested-2.nested-2s a {
  color: #d8262e;
}
.pre-content a:hover,
.pre-content.nested-1 a:hover,
.pre-content.nested-2.nested-2s a:hover {
  color: #d8262e;
}
.pre-content-a {
  padding: 0;
  background: #4a4a4a;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRhNGE0YSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMTAxMDEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #4a4a4a 0%, #010101 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4a4a4a), color-stop(100%, #010101));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #4a4a4a 0%, #010101 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #4a4a4a 0%, #010101 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #4a4a4a 0%, #010101 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #4a4a4a 0%, #010101 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4a4a4a', endColorstr='#010101', GradientType=0);
  /* IE6-8 */
  color: #ffffff;
}
.pre-content-a a,
.pre-content-a.nested-1 a,
.pre-content-a.nested-2.nested-2s a {
  color: #ffffff;
  text-decoration: none;
}
.pre-content-a a:hover,
.pre-content-a.nested-1 a:hover,
.pre-content-a.nested-2.nested-2s a:hover {
  color: #d8262e;
  text-decoration: none;
}
/* ======================================
    Pre Content IXP Information
    REQUIRED CLASSES: .pre-content
====================================== */
.pre-content {
  -ixp-name: "Pre-Content - Almost White";
  -ixp-tags: "Regions";
  -ixp-group: "regions";
  -ixp-scope: "ContainerLike";
}
.pre-content-a {
  -ixp-name: "Pre-Content - Black Gradient Navigation";
  -ixp-tags: "Regions";
  -ixp-group: "regions";
  -ixp-scope: "ContainerLike";
}
/* ======================================
	Content
    REQUIRED CLASSES: .content
====================================== */
.content {
  padding: 1em 0;
}
.content-a {
  padding: 1em 0;
  background: #ffffff;
  -webkit-box-shadow: 0 2px 12px #d1d1d1;
  -moz-box-shadow: 0 2px 12px #d1d1d1;
  box-shadow: 0 2px 12px #d1d1d1;
}
/* ======================================
    Content IXP Information
    REQUIRED CLASSES: .content
====================================== */
.content {
  -ixp-name: "Content";
  -ixp-tags: "Regions";
  -ixp-group: "regions";
  -ixp-scope: "ContainerLike";
}
.content-a {
  -ixp-name: "Content - White";
  -ixp-tags: "Regions";
  -ixp-group: "regions";
  -ixp-scope: "ContainerLike";
}
/* ======================================
	Post Content

	REQUIRED CLASS: .post-content,.post-content-a
====================================== */
.post-content {
  padding: 0.714em 0;
}
.post-content-a {
  background: #f7f7f7;
  padding: 0.714em 0;
  color: #303030;
}
.post-content-a a {
  color: #d8262e;
}
.post-content-a a:hover {
  color: #d8262e;
}
.post-content-b {
  background: #e9e9e9;
  padding: 0.714em 0;
  color: #303030;
}
.post-content-b a {
  color: #d8262e;
}
.post-content-b a:hover {
  color: #d8262e;
}
/* ======================================
    Post Content IXP Information
    REQUIRED CLASSES: .post-content,.post-content-a
====================================== */
.post-content {
  -ixp-name: "Post-Content - Transparent";
  -ixp-tags: "Regions";
  -ixp-group: "regions";
  -ixp-scope: "ContainerLike";
}
.post-content-a {
  -ixp-name: "Post-Content - Almost White";
  -ixp-tags: "Regions";
  -ixp-group: "regions";
  -ixp-scope: "ContainerLike";
}
.post-content-b {
  -ixp-name: "Post-Content - Lighter Gray";
  -ixp-tags: "Regions";
  -ixp-group: "regions";
  -ixp-scope: "ContainerLike";
}
/* ======================================
	Footer

	REQUIRED CLASS - .footer,.nav-footer-a
====================================== */
.footer {
  font-size: 0.9em;
  padding: 1em 0;
}
.footer-a {
  background: #ffffff;
  color: #7b7c7c;
  font-size: 0.9em;
  padding: 1.1em 0;
}
.footer-a h1,
.footer-a h2,
.footer-a h3,
.footer-a h4,
.footer-a h5,
.footer-a h6,
.footer-a p,
.footer-a.nested-1 h1,
.footer-a.nested-1 h2,
.footer-a.nested-1 h3,
.footer-a.nested-1 h4,
.footer-a.nested-1 h5,
.footer-a.nested-1 h6,
.footer-a.nested-2.nested-2s h1,
.footer-a.nested-2.nested-2s h2,
.footer-a.nested-2.nested-2s h3,
.footer-a.nested-2.nested-2s h4,
.footer-a.nested-2.nested-2s h5,
.footer-a.nested-2.nested-2s h6 {
  color: #7b7c7c;
}
.footer-a a {
  color: #7b7c7c;
}
.footer-a a:hover {
  color: #7b7c7c;
}
.footer-b {
  background: transparent;
  color: #7b7c7c;
  font-size: 0.9em;
  padding: 1.1em 0;
  border-top: 1px solid #303030;
}
.footer-b h1,
.footer-b h2,
.footer-b h3,
.footer-b h4,
.footer-b h5,
.footer-b h6,
.footer-b p,
.footer-b.nested-1 h1,
.footer-b.nested-1 h2,
.footer-b.nested-1 h3,
.footer-b.nested-1 h4,
.footer-b.nested-1 h5,
.footer-b.nested-1 h6,
.footer-b.nested-2.nested-2s h1,
.footer-b.nested-2.nested-2s h2,
.footer-b.nested-2.nested-2s h3,
.footer-b.nested-2.nested-2s h4,
.footer-b.nested-2.nested-2s h5,
.footer-b.nested-2.nested-2s h6 {
  color: #7b7c7c;
}
.footer-b a {
  color: #7b7c7c;
}
.footer-b a:hover {
  color: #7b7c7c;
}
/* ======================================
    Footer IXP Information
    REQUIRED CLASSES: .footer,.nav-footer-a
====================================== */
.footer {
  -ixp-name: "Footer - Transparent";
  -ixp-tags: "Regions";
  -ixp-group: "regions";
  -ixp-scope: "ContainerLike";
}
.footer-a {
  -ixp-name: "Footer - White";
  -ixp-tags: "Regions";
  -ixp-group: "regions";
  -ixp-scope: "ContainerLike";
}
.footer-b {
  -ixp-name: "Footer - Transparent with Border";
  -ixp-tags: "Regions";
  -ixp-group: "regions";
  -ixp-scope: "ContainerLike";
}
/* ======================================
	Footer Navigation

	REQUIRED CLASS: .nav-footer-a
====================================== */
.nav-footer-a {
  height: 1.85em;
  line-height: 1.85em;
  text-align: center;
  text-decoration: none;
}
/* ======================================
    Footer Nav IXP Information
    REQUIRED CLASSES: .nav-footer-a
====================================== */
.nav-footer-a {
  -ixp-name: "Footer Links";
  -ixp-tags: "Navigation";
  -ixp-group: "navigation";
  -ixp-scope: "Navigation";
}
/* ======================================
	Post Footer
    REQUIRED CLASSES: .post-footer
====================================== */
.post-footer {
  padding: 0.75em 0;
}
.post-footer-a {
  color: #7b7c7c;
  background: #e9e9e9;
  padding: 0.75em 0;
}
/* ======================================
    Post Footer IXP Information
    REQUIRED CLASSES: .post-footer
====================================== */
.post-footer {
  -ixp-name: "Post-Footer - Transparent";
  -ixp-tags: "Regions";
  -ixp-group: "regions";
  -ixp-scope: "ContainerLike";
}
.post-footer-a {
  -ixp-name: "Post-Footer - Lighter Gray";
  -ixp-tags: "Regions";
  -ixp-group: "regions";
  -ixp-scope: "ContainerLike";
}
/* ======================================
	Navigation: Default Style Overrides
====================================== */
.ixp-nav {
  background-color: transparent;
  color: #ffffff;
  font-size: 1.071em;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
}
.ixp-nav .ixp-nav-collapsible {
  height: auto;
  float: none;
  padding: 0;
  margin: 0;
}
.ixp-nav .ixp-nav-collapsible .ixp-navitem {
  background: none;
  display: inline-block;
  float: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
  border-right: none;
}
.ixp-nav .ixp-nav-collapsible .ixp-navitem a,
.ixp-nav .ixp-nav-collapsible .ixp-navitem.nested-1 a,
.ixp-nav .ixp-nav-collapsible .ixp-navitem.nested-2.nested-2s a {
  background-color: transparent;
  color: #ffffff;
  display: block;
  padding: 0.85em 2em;
  text-decoration: none;
  position:relative;
}
.ixp-nav .ixp-nav-collapsible .ixp-navitem a:hover,
.ixp-nav .ixp-nav-collapsible .ixp-navitem.nested-1 a:hover,
.ixp-nav .ixp-nav-collapsible .ixp-navitem.nested-2.nested-2s a:hover {
  background-color: #d8262e;
  color: #ffffff;
  text-decoration: underline;
}
.ixp-nav .ixp-nav-collapsible .ixp-navitem a:hover:after,
.ixp-nav .ixp-nav-collapsible .ixp-navitem.nested-1 a:hover:after,
.ixp-nav .ixp-nav-collapsible .ixp-navitem.nested-2.nested-2s a:hover:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(216, 38, 46, 0);
	border-top-color: #D8262E;
	border-width: 18px;
	margin-left: -18px;
}
.ixp-nav.ixp-nav-collapsed {
  background-color: transparent;
  font-size: 110%;
  margin: 1em 0;
  text-align: left;
}
.ixp-nav.ixp-nav-collapsed .ixp-nav-opened {
  background-color: transparent;
}
.ixp-nav.ixp-nav-collapsed .ixp-nav-collapsible {
  float: none;
}
.ixp-nav.ixp-nav-collapsed .ixp-navitem {
  display: block;
  float: none;
  margin: 0;
  padding: 0;
}
.ixp-nav.ixp-nav-collapsed .ixp-navitem a {
  padding: 10px;
  text-align: center;
}
.ixp-nav .ixp-nav-toggle {
  margin: 0;
}
.ixp-nav .ixp-nav-toggle .ixp-nav-icon-bar {
  /* nav toggle button icon (menu closed) */
  background-color: #ffffff;
}
.ixp-nav .ixp-nav-toggle .ixp-nav-icon-bar:hover {
  background-color: #ffffff;
}
.ixp-nav .ixp-nav-toggle.ixp-nav-active .ixp-nav-icon-bar {
  /* nav toggle button icon (menu open) */
  background-color: #ffffff;
}
/* ======================================
	Navigation: alt theme(s)
    REQUIRED CLASS - .ixp-nav-menu-a
====================================== */
/* ========== THEME A ========== */
.ixp-nav-menu-a {
  background-color: transparent;
  color: #d8262e;
  font-size: 1.071em;
  margin: 1em 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
}
.ixp-nav-menu-a .ixp-nav-collapsible {
  height: auto;
  float: right;
  padding: 0;
  margin: 0 auto;
  text-align: center;
}
.ixp-nav-menu-a .ixp-nav-collapsible .ixp-navitem {
  background: none;
  display: inline-block;
  float: left;
  list-style-type: none;
  margin: 0 auto;
  padding: 0;
  border-right: none;
}
.ixp-nav-menu-a .ixp-nav-collapsible .ixp-navitem a,
.ixp-nav-menu-a .ixp-nav-collapsible .ixp-navitem.nested-1 a,
.ixp-nav-menu-a .ixp-nav-collapsible .ixp-navitem.nested-2.nested-2s a {
  background-color: transparent;
  color: #d8262e;
  display: block;
  padding: 0 1.5em;
  text-decoration: none;
}
.ixp-nav-menu-a .ixp-nav-collapsible .ixp-navitem a:hover,
.ixp-nav-menu-a .ixp-nav-collapsible .ixp-navitem.nested-1 a:hover,
.ixp-nav-menu-a .ixp-nav-collapsible .ixp-navitem.nested-2.nested-2s a:hover {
  background-color: transparent;
  color: #000000;
  text-decoration: underline;
}
.ixp-nav-menu-a.ixp-nav-collapsed {
  background-color: transparent;
  font-size: 110%;
  margin: 1em 0;
  text-align: left;
}
.ixp-nav-menu-a.ixp-nav-collapsed .ixp-nav-opened {
  background-color: transparent;
}
.ixp-nav-menu-a.ixp-nav-collapsed .ixp-nav-collapsible {
  float: none;
}
.ixp-nav-menu-a.ixp-nav-collapsed .ixp-navitem {
  display: block;
  float: none;
  margin: 0;
  padding: 0;
}
.ixp-nav-menu-a.ixp-nav-collapsed .ixp-navitem a {
  padding: 10px;
  text-align: center;
}
.ixp-nav-menu-a .ixp-nav-toggle {
  margin: 0;
}
.ixp-nav-menu-a .ixp-nav-toggle .ixp-nav-icon-bar {
  /* nav toggle button icon (menu closed) */
  background-color: #d8262e;
}
.ixp-nav-menu-a .ixp-nav-toggle .ixp-nav-icon-bar:hover {
  background-color: #d8262e;
}
.ixp-nav-menu-a .ixp-nav-toggle.ixp-nav-active .ixp-nav-icon-bar {
  /* nav toggle button icon (menu open) */
  background-color: #d8262e;
}
/* ======================================
	Navigation IXP Information
====================================== */
.ixp-nav-menu-a {
  -ixp-name: "Navigation Centered";
  -ixp-tags: "Navigation";
  -ixp-group: "navigation";
  -ixp-scope: "Navigation";
}
/* ======================================
	Navigation Active States
====================================== */
.ixp-navitem-active-state-a a {
  color: #ffffff !important;
  background-color: #d8262e !important;
}
.ixp-navitem-active-state-a a:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(216, 38, 46, 0);
	border-top-color: #D8262E;
	border-width: 18px;
	margin-left: -18px;
}
.ixp-navitem-active-state-b a {
  color: #000000 !important;
}
/* ======================================
	Navigation Active States IXP Information
====================================== */
.ixp-navitem-active-state-a {
  -ixp-name: "Active State Red BG";
  -ixp-tags: "Navigation";
  -ixp-group: "navigation";
  -ixp-scope: "NavigationItem";
}
.ixp-navitem-active-state-b {
  -ixp-name: "Active State Black Link";
  -ixp-tags: "Navigation";
  -ixp-group: "navigation";
  -ixp-scope: "NavigationItem";
}
/* ======================================
	Accordion RMW (Default)
====================================== */
.lbui_accordion_v3 > .lbui_accordion_content > div > h2.lbui_trigger {
  background-color: #a6a7a7;
  background-image: url('toggle_arrow_white.png') !important;
  background-repeat: no-repeat;
  background-position: 100% 50% !important;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #ffffff;
  filter: none;
  font-size: 1.071em;
  height: auto;
  margin: 0 0 5px 0;
  padding: 3px 35px 3px 10px;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.lbui_accordion_v3 > .lbui_accordion_content .lbui_trigger.lbui_active {
  background-color: #b4b5b5;
  background-image: url('toggle_arrow_white_down.png') !important;
  background-repeat: no-repeat;
  background-position: 100% 50% !important;
  border: none;
  color: #ffffff;
  filter: none;
}
.lbui_accordion_v3 > .lbui_accordion_content .lbui_trigger.lbui_active:hover {
  background-color: #b4b5b5;
  background-image: url('toggle_arrow_white_down.png') !important;
  background-repeat: no-repeat;
  background-position: 100% 50% !important;
  border: none;
  color: #ffffff;
  filter: none;
}
.lbui_accordion_v3 > .lbui_accordion_content .lbui_trigger:hover {
  background-color: #b4b5b5;
  background-image: url('toggle_arrow_white.png') !important;
  background-repeat: no-repeat;
  background-position: 100% 50% !important;
  border: none;
  color: #ffffff;
  filter: none;
}
.lbui_toggle_container {
  margin-top: 0;
  font-size: 1em !important;
}
/* ======================================
	Accordion RMW (Alternate)
====================================== */
.accordion-a.lbui_accordion_v3 > .lbui_accordion_content > div > h2.lbui_trigger {
  background-color: transparent !important;
  background-image: url('toggle_arrow_gray.png') !important;
  background-repeat: no-repeat;
  background-position: 100% 50% !important;
  border-bottom: solid 1px #8f8d8d;
  color: #a6a7a7;
  filter: none;
}
.accordion-a.lbui_accordion_v3 > .lbui_accordion_content .lbui_trigger.lbui_active {
  background-color: transparent !important;
  background-image: url('toggle_arrow_gray_down.png') !important;
  background-repeat: no-repeat;
  background-position: 100% 50% !important;
  border-bottom: solid 1px #8f8d8d;
  color: #a6a7a7;
  filter: none;
}
.accordion-a.lbui_accordion_v3 > .lbui_accordion_content .lbui_trigger.lbui_active:hover {
  background-color: transparent !important;
  background-image: url('toggle_arrow_gray_down.png') !important;
  background-repeat: no-repeat;
  background-position: 100% 50% !important;
  border-bottom: solid 1px #8f8d8d;
  color: #303030;
  filter: none;
}
.accordion-a.lbui_accordion_v3 > .lbui_accordion_content .lbui_trigger:hover {
  background-color: transparent !important;
  background-image: url('toggle_arrow_gray.png') !important;
  background-repeat: no-repeat;
  background-position: 100% 50% !important;
  border-bottom: solid 1px #8f8d8d;
  color: #303030;
  filter: none;
}
/* ======================================
	Accordion IXP Information
    REQUIRED CLASSES: .accordion-a
====================================== */
.accordion-a {
  -ixp-name: "Gray Border";
  -ixp-tags: "Accordion";
  -ixp-group: "accordion";
  -ixp-scope: "Accordion, accordion_v3";
}
/* ======================================
	Tabs RMW (Default)
====================================== */
.lbui_tabs_v3 > .lbui_nav > .lbui_nav_inner > .lbui_toggle,
.lbui_tabs_v3.lbui_init > .lbui_nav > .lbui_nav_inner > .lbui_toggle {
  background: #e9e9e9;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-left: 1px solid #a6a7a7;
  border-right: 1px solid #a6a7a7;
  border-top: 1px solid #a6a7a7;
  border-bottom: 1px solid #a6a7a7;
  color: #535252;
  margin: 0 0 -1px 5px;
  padding: 12px 25px;
  filter: none;
  text-shadow: none;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.154em;
}
.lbui_tabs_v3 > .lbui_nav > .lbui_nav_inner > .lbui_toggle > .lbui_first,
.lbui_tabs_v3.lbui_init > .lbui_nav > .lbui_nav_inner > .lbui_toggle > .lbui_first,
.lbui_tabs_v3 > .lbui_nav > .lbui_nav_inner > .lbui_toggle:first-child,
.lbui_tabs_v3.lbui_init > .lbui_nav > .lbui_nav_inner > .lbui_toggle:first-child {
  margin-left: 0;
}
.lbui_tabs_v3 > .lbui_nav > .lbui_nav_inner > .lbui_toggle:hover,
.lbui_tabs_v3.lbui_init > .lbui_nav > .lbui_nav_inner > .lbui_toggle:hover {
  background: #f7f7f7;
  border-color: #a6a7a7;
  border-bottom: 1px solid #a6a7a7;
  color: #939393;
  filter: none;
}
.lbui_tabs_v3 > .lbui_nav > .lbui_nav_inner > .lbui_active,
.lbui_tabs_v3.lbui_init > .lbui_nav > .lbui_nav_inner > .lbui_active {
  background: #ffffff;
  border-color: #a6a7a7;
  border-bottom: 1px solid #ffffff;
  color: #939393;
  filter: none !important;
  margin-bottom: -1px;
}
.lbui_tabs_v3.lbui_stacked_nav .lbui_toggle,
.lbui_tabs_v3.lbui_init.lbui_stacked_nav .lbui_toggle {
  margin-right: 0;
}
.lbui_tabs_v3 > .lbui_slides,
.lbui_tabs_v3.lbui_init > .lbui_slides {
  background: #ffffff;
  border: 1px solid #a6a7a7;
  border-radius: 0 !important;
  font-size: 1em;
}
/* ======================================
	Tabs RMW (Alternate)
====================================== */
.tab-a.lbui_tabs_v3 > .lbui_nav > .lbui_nav_inner > .lbui_toggle,
.tab-a.lbui_tabs_v3.lbui_init > .lbui_nav > .lbui_nav_inner > .lbui_toggle {
  background: #dedcdc;
  border: none;
  color: #535252;
  filter: none;
  text-shadow: none;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.tab-a.lbui_tabs_v3 > .lbui_nav > .lbui_nav_inner > .lbui_toggle > .lbui_first,
.tab-a.lbui_tabs_v3.lbui_init > .lbui_nav > .lbui_nav_inner > .lbui_toggle > .lbui_first,
.tab-a.lbui_tabs_v3 > .lbui_nav > .lbui_nav_inner > .lbui_toggle:first-child,
.tab-a.lbui_tabs_v3.lbui_init > .lbui_nav > .lbui_nav_inner > .lbui_toggle:first-child {
  margin-left: 0;
}
.tab-a.lbui_tabs_v3 > .lbui_nav > .lbui_nav_inner > .lbui_toggle:hover,
.tab-a.lbui_tabs_v3.lbui_init > .lbui_nav > .lbui_nav_inner > .lbui_toggle:hover {
  background: #f7f7f7;
  border: none;
  color: #7b7c7c;
  filter: none;
}
.tab-a.lbui_tabs_v3 > .lbui_nav > .lbui_nav_inner > .lbui_active,
.tab-a.lbui_tabs_v3.lbui_init > .lbui_nav > .lbui_nav_inner > .lbui_active {
  background: #f7f7f7;
  border: none;
  color: #7b7c7c;
  filter: none !important;
  margin-bottom: -1px;
}
.tab-a.lbui_tabs_v3.lbui_stacked_nav .lbui_toggle,
.tab-a.lbui_tabs_v3.lbui_init.lbui_stacked_nav .lbui_toggle {
  margin-right: 0;
}
.tab-a.lbui_tabs_v3 > .lbui_slides,
.tab-a.lbui_tabs_v3.lbui_init > .lbui_slides {
  background: #f7f7f7;
  border: 1px solid #f7f7f7;
  border-radius: 0 !important;
  font-size: 1em;
}
.tab-a.lbui_tabs_v3 > .lbui_slides .lbui_slides_inner > .lbui_slide > .lbui_content,
.tab-a.lbui_tabs_v3.lbui_init > .lbui_slides .lbui_slides_inner > .lbui_slide > .lbui_content {
  background: #f7f7f7;
}
/* stacked responsive overrides */
.lbui_tabs_v3.lbui_stacked_nav > .lbui_slides {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.lbui_tabs_v3.lbui_stacked_nav > .lbui_nav > .lbui_nav_inner > .lbui_toggle {
  float: none;
  display: block;
  margin: 0;
  border-bottom: none;
}
/* ======================================
	Tabs IXP Information
    REQUIRED CLASSES: .tab-a
====================================== */
.tab-a {
  -ixp-name: "Light Gray";
  -ixp-tags: "Tabs";
  -ixp-group: "tabs";
  -ixp-scope: "Tabs, tabs_v3";
}
/* ======================================
	Rotator RMW
====================================== */
.lbui_rotator_v3 .lbui_controls.lbui_align_below {
  bottom: 0 !important;
}
.lbui_rotator_v3 .lbui_nav.lbui_align_below {
  bottom: -40px !important;
}
.lbui_rotator_v3 .lbui_align_below .lbui_prev,
.lbui_rotator_v3 .lbui_align_below .lbui_next {
  background: #b4b5b5 !important;
  border-radius: none !important;
  border: none !important;
  color: #ffffff !important;
  text-shadow: none !important;
}
.lbui_rotator_v3 .lbui_align_below .lbui_prev:hover,
.lbui_rotator_v3 .lbui_align_below .lbui_next:hover {
  background: #a6a7a7 !important;
  border: none !important;
  color: #ffffff !important;
}
.lbui_rotator_v3 .lbui_nav:not(.lbui_dots) .lbui_align_below {
  bottom: 0;
}
.lbui_rotator_v3 .lbui_nav:not(.lbui_dots) .lbui_toggle {
  background: #dedcdc !important;
  border-radius: none !important;
  text-shadow: none !important;
}
.lbui_rotator_v3 .lbui_nav:not(.lbui_dots) .lbui_toggle.lbui_active {
  background: #b4b5b5 !important;
  cursor: default;
}
.lbui_rotator_v3 .lbui_nav:not(.lbui_dots) .lbui_toggle:hover {
  background: #a6a7a7 !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
/* ======================================
	Lightbox RMW
====================================== */
.lbui_lightbox_flex a {
  color: #d8262e;
}
.lbui_lightbox_flex a:hover {
  color: #d8262e;
}
.lbui_lightbox_flex a.lbux_button_link {
  border: none;
  background: #d8262e;
  cursor: pointer;
  color: #ffffff;
  font-size: 1em;
  display: inline-block;
  padding: 0.6em 2em;
  margin: 0.5em 0;
  overflow: visible;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
  -webkit-appearance: none;
  font-family: 'Open Sans', sans-serif;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.lbui_lightbox_flex a.lbux_button_link:hover {
  background: #b82026;
  color: #ffffff;
}
/* ======================================
	Utilities
====================================== */
.nested-1 {
  -ixp-name: "Nested 1";
  -ixp-tags: "Utilities";
  -ixp-group: "nesting";
  -ixp-scope: "ContainerLike";
}
.nested-2.nested-2s {
  -ixp-name: "Nested 2";
  -ixp-tags: "Utilities";
  -ixp-group: "nesting";
  -ixp-scope: "ContainerLike";
}


/* ======================================
	Custom
====================================== */
.ixp-component-dropdown-input a {color:#000;}