/* ======================================
	Midland National - Annuity Theme.css

    Created : HOQ 10/23/2017
    Updated : HOQ 10/23/2017
    Updated : OFR 03/15/2019
    Updated : OFR 03/18/2019
    Last Updated : JEL 05/08/2020
        - Added new Midland logo
====================================== */
html {
  margin: 0;
  padding: 0;
  height: 100%;
  text-align: left;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #8b8c8c;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}
body {
  background: #FFF;
  font-size: 1em;
  line-height: 1.5;
}
/*FONT SIZE MEDIA QUERIES*/
@media only screen and (max-width: 1199px) {
  body {
    font-size: 1em;
  }
}
@media only screen and (max-width: 991px) {
  body {
    font-size: 1em;
  }
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 1em;
  }
}
/* ======================================
	Typography

	REQUIRED CLASSES: h1, h2, h3, .font-a
====================================== */
h1 {
  font-size: 2.8em;
  font-weight: bold;
}
h2 {
  font-size: 2.2em;
  font-weight: bold;
}
h3 {
  font-size: 2em;
  font-weight: bold;
}
h4 {
  font-size: 1.6em;
  font-weight: bold;
}
h5 {
  font-size: 1.4em;
}
h6 {
  font-size: 1.2em;
}
p {
  padding: 0;
}
/*RESIZE FONTS FOR EXTRA SMALL SCREEN SIZES*/
@media screen and (max-width: 767px) {
  h1 {
    font-size: 1.8em;
  }
  h2 {
    font-size: 1.6em;
  }
  h3 {
    font-size: 1.4em;
  }
  h4 {
    font-size: 1.2em;
  }
  h5 {
    font-size: 1.1em;
  }
  h6 {
    font-size: 1em;
  }
}
/* ======================================
	Fonts

	REQUIRED CLASSES: None
====================================== */
.font-base {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
}
.font-base h1,
.font-base h2,
.font-base h3,
.font-base h4,
.font-base h5,
.font-base h6,
.font-base .nav,
.font-base .button {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
}
.font-b {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
}
.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: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
}
.font-c {
  font-family: 'Garamond', 'Baskerville', 'Baskerville Old Face', 'Hoefler Text', 'Times New Roman', serif;
  font-weight: normal;
}
.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: 'Garamond', 'Baskerville', 'Baskerville Old Face', 'Hoefler Text', 'Times New Roman', serif;
  font-weight: normal;
}
.font-d {
  font-family: 'Garamond', 'Baskerville', 'Baskerville Old Face', 'Hoefler Text', 'Times New Roman', serif;
  font-weight: bold;
}
.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: 'Garamond', 'Baskerville', 'Baskerville Old Face', 'Hoefler Text', 'Times New Roman', serif;
  font-weight: bold;
}
/* ======================================
	Font IXP Information
====================================== */
.font-base {
  -ixp-name: "Helvetica";
  -ixp-tags: "Fonts";
  -ixp-group: "font";
  -ixp-scope: "ContainerLike,Text,Link";
}
.font-b {
  -ixp-name: "Helvetica Bold";
  -ixp-tags: "Fonts";
  -ixp-group: "font";
  -ixp-scope: "ContainerLike,Text,Link";
}
.font-c {
  -ixp-name: "Garamond (Serif)";
  -ixp-tags: "Fonts";
  -ixp-group: "font";
  -ixp-scope: "ContainerLike,Text,Link";
}
.font-d {
  -ixp-name: "Garamond (Serif) Bold";
  -ixp-tags: "Fonts";
  -ixp-group: "font";
  -ixp-scope: "ContainerLike,Text,Link";
}
/* ======================================
	Content

	REQUIRED CLASSES: .caption, .fine-print
====================================== */
.caption {
  font-size: 0.85em;
  padding-bottom: 0.2em;
  padding-top: 0.2em;
}
.fine-print {
  font-size: 0.75em;
  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,Link";
}
.fine-print {
  -ixp-name: "Fine Print";
  -ixp-tags: "Text";
  -ixp-group: "text";
  -ixp-scope: "Text,Link";
}
/* ======================================
	Alignment

	REQUIRED CLASSES: ALL
====================================== */
.align-right {
  text-align: right;
}
.align-left {
  text-align: left;
}
.align-center {
  text-align: center;
}
.indent {
  margin-left: 0.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 1em;
  list-style-type: disc;
}
ol {
  margin-left: 10px;
  list-style-type: decimal;
}
.bullet-a ul li {
  list-style-type: none;
  position: relative;
  padding: 0 0 0 1.2em;
}
.bullet-a ul li:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  display: inline-block;
  content: '\f138';
  position: absolute;
  left: 0;
  top: auto;
}
.bullet-b ul li {
  list-style-type: none;
  position: relative;
  padding: 0 0 0 1.2em;
}
.bullet-b ul li:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  display: inline-block;
  content: '\f00c';
  position: absolute;
  left: 0;
  top: auto;
}
/* ======================================
	List IXP Information

	REQUIRED CLASS: .bullet-a
====================================== */
.bullet-a {
  -ixp-name: "Bullet List - Circle Arrow";
  -ixp-tags: "Bullet list";
  -ixp-group: "bullet-list";
  -ixp-scope: "Text";
}
.bullet-b {
  -ixp-name: "Bullet List - Checkmark";
  -ixp-tags: "Bullet list";
  -ixp-group: "bullet-list";
  -ixp-scope: "Text";
}
/* ======================================
	Link Element Base
====================================== */
a {
  color: #004B8D;
  display: inline;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  color: #25282a;
  text-decoration: none;
}
/* ======================================
	CTA Links

	REQUIRED CLASS: .cta_link.link-a
====================================== */
.cta_link {
  display: inline-block;
}
.cta_link:after,
.cta_link:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  display: inline-block;
  margin: 0 0 0 .5em;
}
.cta_link.link-a {
  color: #004B8D;
  text-decoration: none;
}
.cta_link.link-a:hover {
  color: #25282a;
  text-decoration: underline;
}
.cta_link.link-a:after {
  content: '\f105';
}
.cta_link.link-b {
  color: #004B8D;
  text-decoration: none;
}
.cta_link.link-b:hover {
  color: #25282a;
  text-decoration: underline;
}
.cta_link.link-b:before {
  content: '\f00c';
  margin-left: 0;
  margin-right: .5em;
}
.cta_link.link-c {
  color: #004B8D;
  text-decoration: none;
}
.cta_link.link-c:hover {
  color: #25282a;
  text-decoration: underline;
}
.cta_link.link-c:after {
  content: '\f08e';
}
.cta_link.link-d {
  color: #004B8D;
  text-decoration: none;
}
.cta_link.link-d:hover {
  color: #25282a;
  text-decoration: underline;
}
.cta_link.link-d:after {
  content: '\f0da';
}
.cta_link.link-e {
  color: #004B8D;
  text-decoration: none;
}
.cta_link.link-e:hover {
  color: #25282a;
  text-decoration: underline;
}
.cta_link.link-e:before {
  content: '\f104';
  margin-left: 0;
  margin-right: .5em;
}
/* ======================================
	Links IXP Information

	REQUIRED CLASS: .cta_link.link-a
====================================== */
.cta_link.link-a {
  -ixp-name: "CTA Arrow";
  -ixp-tags: "Link";
  -ixp-group: "link";
  -ixp-scope: "Link,Lightbox";
}
.cta_link.link-b {
  -ixp-name: "CTA Check";
  -ixp-tags: "Link";
  -ixp-group: "link";
  -ixp-scope: "Link,Lightbox";
}
.cta_link.link-c {
  -ixp-name: "CTA Link Out";
  -ixp-tags: "Link";
  -ixp-group: "link";
  -ixp-scope: "Link,Lightbox";
}
.cta_link.link-d {
  -ixp-name: "CTA Caret";
  -ixp-tags: "Link";
  -ixp-group: "link";
  -ixp-scope: "Link,Lightbox";
}
.cta_link.link-e {
  -ixp-name: "CTA Back";
  -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: #FFF !important;
}
.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: #FFF !important;
}
.color-b {
  color: #000000 !important;
}
.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 !important;
}
.color-c {
  color: #004B8D !important;
}
.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: #004B8D !important;
}
.color-d {
  color: #0072ce !important;
}
.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: #0072ce !important;
}
.color-e {
  color: #92c1e9 !important;
}
.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: #92c1e9 !important;
}
.color-f {
  color: #004f71 !important;
}
.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: #004f71 !important;
}
.color-g {
  color: #efefef !important;
}
.color-g h1,
.color-g h2,
.color-g h3,
.color-g h4,
.color-g h5,
.color-g h6,
.color-g a,
.color-g p {
  color: #efefef !important;
}
.color-h {
  color: #b1b2b2 !important;
}
.color-h h1,
.color-h h2,
.color-h h3,
.color-h h4,
.color-h h5,
.color-h h6,
.color-h a,
.color-h p {
  color: #b1b2b2 !important;
}
.color-i {
  color: #8b8c8c !important;
}
.color-i h1,
.color-i h2,
.color-i h3,
.color-i h4,
.color-i h5,
.color-i h6,
.color-i a,
.color-i p {
  color: #8b8c8c !important;
}
.color-j {
  color: #25282a !important;
}
.color-j h1,
.color-j h2,
.color-j h3,
.color-j h4,
.color-j h5,
.color-j h6,
.color-j a,
.color-j p {
  color: #25282a !important;
}
.color-k {
  color: #646566 !important;
}
.color-k h1,
.color-k h2,
.color-k h3,
.color-k h4,
.color-k h5,
.color-k h6,
.color-k a,
.color-k p {
  color: #646566 !important;
}
.color-l {
  color: #d8d8d9 !important;
}
.color-l h1,
.color-l h2,
.color-l h3,
.color-l h4,
.color-l h5,
.color-l h6,
.color-l a,
.color-l p {
  color: #d8d8d9 !important;
}
.color-m {
  color: #8B2346 !important;
}
.color-m h1,
.color-m h2,
.color-m h3,
.color-m h4,
.color-m h5,
.color-m h6,
.color-m a,
.color-m p {
  color: #8B2346 !important;
}
.color-n {
  color: #4a7729 !important;
}
.color-n h1,
.color-n h2,
.color-n h3,
.color-n h4,
.color-n h5,
.color-n h6,
.color-n a,
.color-n p {
  color: #4a7729 !important;
}
.color-o {
  color: #ffc72c !important;
}
.color-o h1,
.color-o h2,
.color-o h3,
.color-o h4,
.color-o h5,
.color-o h6,
.color-o a,
.color-o p {
  color: #ffc72c !important;
}
.color-p {
  color: #be531c !important;
}
.color-p h1,
.color-p h2,
.color-p h3,
.color-p h4,
.color-p h5,
.color-p h6,
.color-p a,
.color-p p {
  color: #be531c !important;
}
.color-q {
  color: #eaaa00 !important;
}
.color-q h1,
.color-q h2,
.color-q h3,
.color-q h4,
.color-q h5,
.color-q h6,
.color-q a,
.color-q p {
  color: #eaaa00 !important;
}
.color-r {
  color: #000134 !important;
}
.color-r h1,
.color-r h2,
.color-r h3,
.color-r h4,
.color-r h5,
.color-r h6,
.color-r a,
.color-r p {
  color: #000134 !important;
}
.color-s {
  color: #6f263d !important;
}
.color-s h1,
.color-s h2,
.color-s h3,
.color-s h4,
.color-s h5,
.color-s h6,
.color-s a,
.color-s p {
  color: #6f263d !important;
}
.color-t {
  color: #b76b79 !important;
}
.color-t h1,
.color-t h2,
.color-t h3,
.color-t h4,
.color-t h5,
.color-t h6,
.color-t a,
.color-t p {
  color: #b76b79 !important;
}
.color-u {
  color: #dfc2c2 !important;
}
.color-u h1,
.color-u h2,
.color-u h3,
.color-u h4,
.color-u h5,
.color-u h6,
.color-u a,
.color-u p {
  color: #dfc2c2 !important;
}
.color-v {
  color: #0077c8 !important;
}
.color-v h1,
.color-v h2,
.color-v h3,
.color-v h4,
.color-v h5,
.color-v h6,
.color-v a,
.color-v p {
  color: #0077c8 !important;
}
.color-w {
  color: #27aae1 !important;
}
.color-w h1,
.color-w h2,
.color-w h3,
.color-w h4,
.color-w h5,
.color-w h6,
.color-w a,
.color-w p {
  color: #27aae1 !important;
}
.color-x {
  color: #99d6e8 !important;
}
.color-x h1,
.color-x h2,
.color-x h3,
.color-x h4,
.color-x h5,
.color-x h6,
.color-x a,
.color-x p {
  color: #99d6e8 !important;
}
.color-y {
  color: #c1e0f4 !important;
}
.color-y h1,
.color-y h2,
.color-y h3,
.color-y h4,
.color-y h5,
.color-y h6,
.color-y a,
.color-y p {
  color: #c1e0f4 !important;
}
.color-z {
  color: #e8d3a5 !important;
}
.color-z h1,
.color-z h2,
.color-z h3,
.color-z h4,
.color-z h5,
.color-z h6,
.color-z a,
.color-z p {
  color: #e8d3a5 !important;
}
.color-aa {
  color: #f4e8d1 !important;
}
.color-aa h1,
.color-aa h2,
.color-aa h3,
.color-aa h4,
.color-aa h5,
.color-aa h6,
.color-aa a,
.color-aa p {
  color: #f4e8d1 !important;
}
.color-ab {
  color: #81212b !important;
}
.color-ab h1,
.color-ab h2,
.color-ab h3,
.color-ab h4,
.color-ab h5,
.color-ab h6,
.color-ab a,
.color-ab p {
  color: #81212b !important;
}
.color-ac {
  color: #b11e1e !important;
}
.color-ac h1,
.color-ac h2,
.color-ac h3,
.color-ac h4,
.color-ac h5,
.color-ac h6,
.color-ac a,
.color-ac p {
  color: #b11e1e !important;
}
.color-ad {
  color: #e82c2a !important;
}
.color-ad h1,
.color-ad h2,
.color-ad h3,
.color-ad h4,
.color-ad h5,
.color-ad h6,
.color-ad a,
.color-ad p {
  color: #e82c2a !important;
}
.color-ae {
  color: #509e2f !important;
}
.color-ae h1,
.color-ae h2,
.color-ae h3,
.color-ae h4,
.color-ae h5,
.color-ae h6,
.color-ae a,
.color-ae p {
  color: #509e2f !important;
}
.color-af {
  color: #7ec352 !important;
}
.color-af h1,
.color-af h2,
.color-af h3,
.color-af h4,
.color-af h5,
.color-af h6,
.color-af a,
.color-af p {
  color: #7ec352 !important;
}
.color-ag {
  color: #a1d884 !important;
}
.color-ag h1,
.color-ag h2,
.color-ag h3,
.color-ag h4,
.color-ag h5,
.color-ag h6,
.color-ag a,
.color-ag p {
  color: #a1d884 !important;
}
.color-ah {
  color: #d0deb8 !important;
}
.color-ah h1,
.color-ah h2,
.color-ah h3,
.color-ah h4,
.color-ah h5,
.color-ah h6,
.color-ah a,
.color-ah p {
  color: #d0deb8 !important;
}
.color-ai {
  color: #b58500 !important;
}
.color-ai h1,
.color-ai h2,
.color-ai h3,
.color-ai h4,
.color-ai h5,
.color-ai h6,
.color-ai a,
.color-ai p {
  color: #b58500 !important;
}
.color-aj {
  color: #fdd757 !important;
}
.color-aj h1,
.color-aj h2,
.color-aj h3,
.color-aj h4,
.color-aj h5,
.color-aj h6,
.color-aj a,
.color-aj p {
  color: #fdd757 !important;
}
.color-ak {
  color: #fbdb65 !important;
}
.color-ak h1,
.color-ak h2,
.color-ak h3,
.color-ak h4,
.color-ak h5,
.color-ak h6,
.color-ak a,
.color-ak p {
  color: #fbdb65 !important;
}
.color-al {
  color: #e35205 !important;
}
.color-al h1,
.color-al h2,
.color-al h3,
.color-al h4,
.color-al h5,
.color-al h6,
.color-al a,
.color-al p {
  color: #e35205 !important;
}
.color-am {
  color: #ff671f !important;
}
.color-am h1,
.color-am h2,
.color-am h3,
.color-am h4,
.color-am h5,
.color-am h6,
.color-am a,
.color-am p {
  color: #ff671f !important;
}
.color-an {
  color: #ff9d6e !important;
}
.color-an h1,
.color-an h2,
.color-an h3,
.color-an h4,
.color-an h5,
.color-an h6,
.color-an a,
.color-an p {
  color: #ff9d6e !important;
}
.color-ao {
  color: #ffbe9f !important;
}
.color-ao h1,
.color-ao h2,
.color-ao h3,
.color-ao h4,
.color-ao h5,
.color-ao h6,
.color-ao a,
.color-ao p {
  color: #ffbe9f !important;
}
.color-ap {
  color: #1e1a34 !important;
}
.color-ap h1,
.color-ap h2,
.color-ap h3,
.color-ap h4,
.color-ap h5,
.color-ap h6,
.color-ap a,
.color-ap p {
  color: #1e1a34 !important;
}
.color-aq {
  color: #3f2a56 !important;
}
.color-aq h1,
.color-aq h2,
.color-aq h3,
.color-aq h4,
.color-aq h5,
.color-aq h6,
.color-aq a,
.color-aq p {
  color: #3f2a56 !important;
}
.color-ar {
  color: #614b79 !important;
}
.color-ar h1,
.color-ar h2,
.color-ar h3,
.color-ar h4,
.color-ar h5,
.color-ar h6,
.color-ar a,
.color-ar p {
  color: #614b79 !important;
}
.color-as {
  color: #a192b2 !important;
}
.color-as h1,
.color-as h2,
.color-as h3,
.color-as h4,
.color-as h5,
.color-as h6,
.color-as a,
.color-as p {
  color: #a192b2 !important;
}
.color-at {
  color: #e0dbe3 !important;
}
.color-at h1,
.color-at h2,
.color-at h3,
.color-at h4,
.color-at h5,
.color-at h6,
.color-at a,
.color-at p {
  color: #e0dbe3 !important;
}
.color-au {
  color: #072b31 !important;
}
.color-au h1,
.color-au h2,
.color-au h3,
.color-au h4,
.color-au h5,
.color-au h6,
.color-au a,
.color-au p {
  color: #072b31 !important;
}
.color-av {
  color: #003d4c !important;
}
.color-av h1,
.color-av h2,
.color-av h3,
.color-av h4,
.color-av h5,
.color-av h6,
.color-av a,
.color-av p {
  color: #003d4c !important;
}
.color-aw {
  color: #6ba4b8 !important;
}
.color-aw h1,
.color-aw h2,
.color-aw h3,
.color-aw h4,
.color-aw h5,
.color-aw h6,
.color-aw a,
.color-aw p {
  color: #6ba4b8 !important;
}
.color-ax {
  color: #8db9ca !important;
}
.color-ax h1,
.color-ax h2,
.color-ax h3,
.color-ax h4,
.color-ax h5,
.color-ax h6,
.color-ax a,
.color-ax p {
  color: #8db9ca !important;
}
.color-ay {
  color: #b9d3dc !important;
}
.color-ay h1,
.color-ay h2,
.color-ay h3,
.color-ay h4,
.color-ay h5,
.color-ay h6,
.color-ay a,
.color-ay p {
  color: #b9d3dc !important;
}
.color-az {
  color: #005f61 !important;
}
.color-az h1,
.color-az h2,
.color-az h3,
.color-az h4,
.color-az h5,
.color-az h6,
.color-az a,
.color-az p {
  color: #005f61 !important;
}
.color-ba {
  color: #007377 !important;
}
.color-ba h1,
.color-ba h2,
.color-ba h3,
.color-ba h4,
.color-ba h5,
.color-ba h6,
.color-ba a,
.color-ba p {
  color: #007377 !important;
}
.color-bb {
  color: #009ca6 !important;
}
.color-bb h1,
.color-bb h2,
.color-bb h3,
.color-bb h4,
.color-bb h5,
.color-bb h6,
.color-bb a,
.color-bb p {
  color: #009ca6 !important;
}
.color-bc {
  color: #2dccd3 !important;
}
.color-bc h1,
.color-bc h2,
.color-bc h3,
.color-bc h4,
.color-bc h5,
.color-bc h6,
.color-bc a,
.color-bc p {
  color: #2dccd3 !important;
}
.color-bd {
  color: #b1e4e3 !important;
}
.color-bd h1,
.color-bd h2,
.color-bd h3,
.color-bd h4,
.color-bd h5,
.color-bd h6,
.color-bd a,
.color-bd p {
  color: #b1e4e3 !important;
}
/* ======================================
	Colors IXP Information
====================================== */
.color-a {
  -ixp-name: "White";
  -ixp-tags: "Colors Neutral";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-b {
  -ixp-name: "Black";
  -ixp-tags: "Colors Neutral";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-r {
  -ixp-name: "Blue Darker";
  -ixp-tags: "Colors Primary";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-c {
  -ixp-name: "Blue";
  -ixp-tags: "Colors Primary";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-d {
  -ixp-name: "Blue Lighter";
  -ixp-tags: "Colors Primary";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-e {
  -ixp-name: "Blue Lightest";
  -ixp-tags: "Colors Primary";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-s {
  -ixp-name: "Red Darker";
  -ixp-tags: "Colors Primary";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-m {
  -ixp-name: "Red";
  -ixp-tags: "Colors Primary";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-t {
  -ixp-name: "Red Lighter";
  -ixp-tags: "Colors Primary";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-u {
  -ixp-name: "Red Lightest";
  -ixp-tags: "Colors Primary";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-f {
  -ixp-name: "Bright Blue Darkest";
  -ixp-tags: "Colors Primary";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-v {
  -ixp-name: "Bright Blue Darker";
  -ixp-tags: "Colors Primary";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-w {
  -ixp-name: "Bright Blue";
  -ixp-tags: "Colors Primary";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-x {
  -ixp-name: "Bright Blue Lighter";
  -ixp-tags: "Colors Primary";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-y {
  -ixp-name: "Bright Blue Lightest";
  -ixp-tags: "Colors Primary";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-j {
  -ixp-name: "Gray Darker";
  -ixp-tags: "Colors Neutral";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-k {
  -ixp-name: "Gray";
  -ixp-tags: "Colors Neutral";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-i {
  -ixp-name: "Gray Light";
  -ixp-tags: "Colors Neutral";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-h {
  -ixp-name: "Gray Lighter";
  -ixp-tags: "Colors Neutral";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-l {
  -ixp-name: "Gray Lighter 2";
  -ixp-tags: "Colors Neutral";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-g {
  -ixp-name: "Gray Lightest";
  -ixp-tags: "Colors Neutral";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-z {
  -ixp-name: "Tan";
  -ixp-tags: "Colors Neutral";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-aa {
  -ixp-name: "Tan Lighter";
  -ixp-tags: "Colors Neutral";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-ab {
  -ixp-name: "Apple Darkest";
  -ixp-tags: "Colors Secondary";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-ac {
  -ixp-name: "Apple Darker";
  -ixp-tags: "Colors Secondary";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-ad {
  -ixp-name: "Apple";
  -ixp-tags: "Colors Secondary";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-n {
  -ixp-name: "Lime Darkest";
  -ixp-tags: "Colors Secondary";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-ae {
  -ixp-name: "Lime Darker";
  -ixp-tags: "Colors Secondary";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-af {
  -ixp-name: "Lime";
  -ixp-tags: "Colors Secondary";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-ag {
  -ixp-name: "Lime Lighter";
  -ixp-tags: "Colors Secondary";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-ah {
  -ixp-name: "Lime Lightest";
  -ixp-tags: "Colors Secondary";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-ai {
  -ixp-name: "Lemon Darkest";
  -ixp-tags: "Colors Secondary";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-q {
  -ixp-name: "Lemon Darker";
  -ixp-tags: "Colors Secondary";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-o {
  -ixp-name: "Lemon";
  -ixp-tags: "Colors Secondary";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-aj {
  -ixp-name: "Lemon Lighter";
  -ixp-tags: "Colors Secondary";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-ak {
  -ixp-name: "Lemon Lightest";
  -ixp-tags: "Colors Secondary";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-p {
  -ixp-name: "Orange Darkest";
  -ixp-tags: "Colors Secondary";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-al {
  -ixp-name: "Orange Darker";
  -ixp-tags: "Colors Secondary";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-am {
  -ixp-name: "Orange";
  -ixp-tags: "Colors Secondary";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-an {
  -ixp-name: "Orange Lighter";
  -ixp-tags: "Colors Secondary";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-ao {
  -ixp-name: "Orange Lightest";
  -ixp-tags: "Colors Secondary";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-ap {
  -ixp-name: "Plum Darkest";
  -ixp-tags: "Colors Secondary";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-aq {
  -ixp-name: "Plum Darker";
  -ixp-tags: "Colors Secondary";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-ar {
  -ixp-name: "Plum";
  -ixp-tags: "Colors Secondary";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-as {
  -ixp-name: "Plum Lighter";
  -ixp-tags: "Colors Secondary";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-at {
  -ixp-name: "Plum Lightest";
  -ixp-tags: "Colors Secondary";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-au {
  -ixp-name: "Stone Darkest";
  -ixp-tags: "Colors Secondary";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-av {
  -ixp-name: "Stone Darker";
  -ixp-tags: "Colors Secondary";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-aw {
  -ixp-name: "Stone";
  -ixp-tags: "Colors Secondary";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-ax {
  -ixp-name: "Stone Lighter";
  -ixp-tags: "Colors Secondary";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-ay {
  -ixp-name: "Stone Lightest";
  -ixp-tags: "Colors Secondary";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-az {
  -ixp-name: "Teal Darkest";
  -ixp-tags: "Colors Secondary";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-ba {
  -ixp-name: "Teal Darker";
  -ixp-tags: "Colors Secondary";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-bb {
  -ixp-name: "Teal";
  -ixp-tags: "Colors Secondary";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-bc {
  -ixp-name: "Teal Lighter";
  -ixp-tags: "Colors Secondary";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-bd {
  -ixp-name: "Teal Lightest";
  -ixp-tags: "Colors Secondary";
  -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: #FFF;
}
.background-b {
  background: #FFF;
  background: rgba(255, 255, 255, 0.5);
}
.background-c {
  background: #000000;
  background: rgba(0, 0, 0, 0.4);
}
.background-d {
  background: #000000;
}
.background-e {
  background: #004B8D;
}
.background-f {
  background: #0072ce;
}
.background-g {
  background: #92c1e9;
}
.background-h {
  background: #004f71;
}
.background-i {
  background: #efefef;
}
.background-j {
  background: #b1b2b2;
}
.background-k {
  background: #8b8c8c;
}
.background-l {
  background: #25282a;
}
.background-m {
  background: #646566;
}
.background-n {
  background: #d8d8d9;
}
.background-o {
  background: #8B2346;
}
.background-p {
  background: #4a7729;
}
.background-q {
  background: #ffc72c;
}
.background-r {
  background: #be531c;
}
.background-s {
  background: #eaaa00;
}
.background-t {
  background: #000134;
}
.background-u {
  background: #6f263d;
}
.background-v {
  background: #b76b79;
}
.background-w {
  background: #dfc2c2;
}
.background-x {
  background: #0077c8;
}
.background-y {
  background: #27aae1;
}
.background-z {
  background: #99d6e8;
}
.background-aa {
  background: #c1e0f4;
}
.background-ab {
  background: #e8d3a5;
}
.background-ac {
  background: #f4e8d1;
}
.background-ad {
  background: #81212b;
}
.background-ae {
  background: #b11e1e;
}
.background-af {
  background: #e82c2a;
}
.background-ag {
  background: #509e2f;
}
.background-ah {
  background: #7ec352;
}
.background-ai {
  background: #a1d884;
}
.background-aj {
  background: #d0deb8;
}
.background-ak {
  background: #b58500;
}
.background-al {
  background: #fdd757;
}
.background-am {
  background: #fbdb65;
}
.background-an {
  background: #e35205;
}
.background-ao {
  background: #ff671f;
}
.background-ap {
  background: #ff9d6e;
}
.background-aq {
  background: #ffbe9f;
}
.background-ar {
  background: #1e1a34;
}
.background-as {
  background: #3f2a56;
}
.background-at {
  background: #614b79;
}
.background-au {
  background: #a192b2;
}
.background-av {
  background: #e0dbe3;
}
.background-aw {
  background: #072b31;
}
.background-ax {
  background: #003d4c;
}
.background-ay {
  background: #6ba4b8;
}
.background-az {
  background: #8db9ca;
}
.background-ba {
  background: #b9d3dc;
}
.background-bb {
  background: #005f61;
}
.background-bc {
  background: #007377;
}
.background-bd {
  background: #009ca6;
}
.background-be {
  background: #2dccd3;
}
.background-bf {
  background: #b1e4e3;
}
/* ======================================
	Background IXP Information
====================================== */
.background-a {
  -ixp-name: "White Background";
  -ixp-tags: "Backgrounds Neutral";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-b {
  -ixp-name: "White Transparent Background";
  -ixp-tags: "Backgrounds Neutral";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-c {
  -ixp-name: "Black Transparent Background";
  -ixp-tags: "Backgrounds Neutral";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-d {
  -ixp-name: "Black Background";
  -ixp-tags: "Backgrounds Neutral";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-t {
  -ixp-name: "Blue Darker Background";
  -ixp-tags: "Backgrounds Primary";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-e {
  -ixp-name: "Blue Background";
  -ixp-tags: "Backgrounds Primary";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-f {
  -ixp-name: "Blue Lighter Background";
  -ixp-tags: "Backgrounds Primary";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-g {
  -ixp-name: "Blue Lightest Background";
  -ixp-tags: "Backgrounds Primary";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-u {
  -ixp-name: "Red Darker Background";
  -ixp-tags: "Backgrounds Primary";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-o {
  -ixp-name: "Red Background";
  -ixp-tags: "Backgrounds Primary";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-v {
  -ixp-name: "Red Lighter Background";
  -ixp-tags: "Backgrounds Primary";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-w {
  -ixp-name: "Red Lightest Background";
  -ixp-tags: "Backgrounds Primary";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-h {
  -ixp-name: "Bright Blue Darkest Background";
  -ixp-tags: "Backgrounds Primary";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-x {
  -ixp-name: "Bright Blue Darker Background";
  -ixp-tags: "Backgrounds Primary";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-y {
  -ixp-name: "Bright Blue Background";
  -ixp-tags: "Backgrounds Primary";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-z {
  -ixp-name: "Bright Blue Lighter Background";
  -ixp-tags: "Backgrounds Primary";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-aa {
  -ixp-name: "Bright Blue Lightest Background";
  -ixp-tags: "Backgrounds Primary";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-l {
  -ixp-name: "Gray Darker Background";
  -ixp-tags: "Backgrounds Neutral";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-m {
  -ixp-name: "Gray Background";
  -ixp-tags: "Backgrounds Neutral";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-k {
  -ixp-name: "Gray Light Background";
  -ixp-tags: "Backgrounds Neutral";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-j {
  -ixp-name: "Gray Lighter Background";
  -ixp-tags: "Backgrounds Neutral";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-n {
  -ixp-name: "Gray Lighter 2 Background";
  -ixp-tags: "Backgrounds Neutral";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-i {
  -ixp-name: "Gray Lightest Background";
  -ixp-tags: "Backgrounds Neutral";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-ab {
  -ixp-name: "Tan Background";
  -ixp-tags: "Backgrounds Neutral";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-ac {
  -ixp-name: "Tan Lighter Background";
  -ixp-tags: "Backgrounds Neutral";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-ad {
  -ixp-name: "Apple Darkest Background";
  -ixp-tags: "Backgrounds Secondary";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-ae {
  -ixp-name: "Apple Darker Background";
  -ixp-tags: "Backgrounds Secondary";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-af {
  -ixp-name: "Apple Background";
  -ixp-tags: "Backgrounds Secondary";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-p {
  -ixp-name: "Lime Darkest Background";
  -ixp-tags: "Backgrounds Secondary";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-ag {
  -ixp-name: "Lime Darker Background";
  -ixp-tags: "Backgrounds Secondary";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-ah {
  -ixp-name: "Lime Background";
  -ixp-tags: "Backgrounds Secondary";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-ai {
  -ixp-name: "Lime Lighter Background";
  -ixp-tags: "Backgrounds Secondary";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-aj {
  -ixp-name: "Lime Lightest Background";
  -ixp-tags: "Backgrounds Secondary";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-ak {
  -ixp-name: "Lemon Darkest Background";
  -ixp-tags: "Backgrounds Secondary";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-s {
  -ixp-name: "Lemon Darker Background";
  -ixp-tags: "Backgrounds Secondary";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-q {
  -ixp-name: "Lemon Background";
  -ixp-tags: "Backgrounds Secondary";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-al {
  -ixp-name: "Lemon Lighter Background";
  -ixp-tags: "Backgrounds Secondary";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-am {
  -ixp-name: "Lemon Lightest Background";
  -ixp-tags: "Backgrounds Secondary";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-r {
  -ixp-name: "Orange Darkest Background";
  -ixp-tags: "Backgrounds Secondary";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-an {
  -ixp-name: "Orange Darker Background";
  -ixp-tags: "Backgrounds Secondary";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-ao {
  -ixp-name: "Orange Background";
  -ixp-tags: "Backgrounds Secondary";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-ap {
  -ixp-name: "Orange Lighter Background";
  -ixp-tags: "Backgrounds Secondary";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-aq {
  -ixp-name: "Orange Lightest Background";
  -ixp-tags: "Backgrounds Secondary";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-ar {
  -ixp-name: "Plum Darkest Background";
  -ixp-tags: "Backgrounds Secondary";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-as {
  -ixp-name: "Plum Darker Background";
  -ixp-tags: "Backgrounds Secondary";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-at {
  -ixp-name: "Plum Background";
  -ixp-tags: "Backgrounds Secondary";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-au {
  -ixp-name: "Plum Lighter Background";
  -ixp-tags: "Backgrounds Secondary";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-av {
  -ixp-name: "Plum Lightest Background";
  -ixp-tags: "Backgrounds Secondary";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-aw {
  -ixp-name: "Stone Darkest Background";
  -ixp-tags: "Backgrounds Secondary";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-ax {
  -ixp-name: "Stone Darker Background";
  -ixp-tags: "Backgrounds Secondary";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-ay {
  -ixp-name: "Stone Background";
  -ixp-tags: "Backgrounds Secondary";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-az {
  -ixp-name: "Stone Lighter Background";
  -ixp-tags: "Backgrounds Secondary";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-ba {
  -ixp-name: "Stone Lightest Background";
  -ixp-tags: "Backgrounds Secondary";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-bb {
  -ixp-name: "Teal Darkest Background";
  -ixp-tags: "Backgrounds Secondary";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-bc {
  -ixp-name: "Teal Darker Background";
  -ixp-tags: "Backgrounds Secondary";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-bd {
  -ixp-name: "Teal Background";
  -ixp-tags: "Backgrounds Secondary";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-be {
  -ixp-name: "Teal Lighter Background";
  -ixp-tags: "Backgrounds Secondary";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-bf {
  -ixp-name: "Teal Lightest Background";
  -ixp-tags: "Backgrounds Secondary";
  -ixp-group: "background";
  -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: .rounded-corners
====================================== */
.rounded-corners {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.shadow-a {
  -webkit-box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.4);
  box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.4);
}
.shadow-b {
  -webkit-box-shadow: 1px 1px #000000, 2px 2px #000000, 3px 3px #000000;
  -moz-box-shadow: 1px 1px #000000, 2px 2px #000000, 3px 3px #000000;
  box-shadow: 1px 1px #000000, 2px 2px #000000, 3px 3px #000000;
}
.border-style-a {
  border: 2px solid #004B8D;
}
.border-style-b {
  border: 2px solid #92c1e9;
}
/* ======================================
	Image and Block IXP Information
    REQUIRED CLASSES: .rounded-corners
====================================== */
.rounded-corners {
  -ixp-name: "Rounded Corners";
  -ixp-tags: "Styling";
  -ixp-group: "styling";
  -ixp-scope: "Image,Link,Container,Column,Row";
}
.shadow-a {
  -ixp-name: "Drop Shadow Bottom";
  -ixp-tags: "Styling";
  -ixp-group: "styling";
  -ixp-scope: "Image,Link,Container,Column,Row";
}
.shadow-b {
  -ixp-name: "Black 3D Shadow";
  -ixp-tags: "Styling";
  -ixp-group: "styling";
  -ixp-scope: "Image,Link,Container,Column,Row";
}
.border-style-a {
  -ixp-name: "Blue Border";
  -ixp-tags: "Styling";
  -ixp-group: "styling";
  -ixp-scope: "Image,Link,Container,Column,Row";
}
.border-style-b {
  -ixp-name: "Blue Lightest Border";
  -ixp-tags: "Styling";
  -ixp-group: "styling";
  -ixp-scope: "Image,Link,Container,Column,Row";
}
/* ======================================
	Horizontal Rule Styling
====================================== */
hr {
  background: #efefef;
  border: none;
  color: #efefef;
  clear: both;
  float: none;
  height: 1px;
  margin: 0.4em 0;
  width: 100%;
}
/* GENERIC BUTTON MICRO-THEME */
.generic-fill {
  cursor: pointer;
  display: inline-block;
  margin: 0.5em 0;
  overflow: visible;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-appearance: none;
  line-height: 1;
  position: relative;
  border: solid 2px #2b2b2b;
  background: #2b2b2b;
  color: #ffffff !important;
}
.generic-fill:hover {
  background: #000000;
  border-color: #000000;
  color: #ffffff !important;
}
.generic-outline {
  cursor: pointer;
  display: inline-block;
  margin: 0.5em 0;
  overflow: visible;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-appearance: none;
  line-height: 1;
  position: relative;
  border: solid 2px #2b2b2b;
  background: transparent;
  color: #2b2b2b !important;
}
.generic-outline:hover {
  border: solid 2px #2b2b2b;
  background: #2b2b2b;
  color: #ffffff !important;
}
.generic-fill.button-small {
  -ixp-name: "Generic Fill (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.generic-fill.button-medium {
  -ixp-name: "Generic Fill (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.generic-fill.button-large {
  -ixp-name: "Generic Fill (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.generic-fill.button-wide {
  -ixp-name: "Generic Fill (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.generic-outline.button-small {
  -ixp-name: "Generic Outline (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.generic-outline.button-medium {
  -ixp-name: "Generic Outline (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.generic-outline.button-large {
  -ixp-name: "Generic Outline (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.generic-outline.button-wide {
  -ixp-name: "Generic Outline (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
/* ======================================
	Button Element Base
====================================== */
.button,
.pf_submit_button,
.button-container .pf_form_table .pf_submit_cell .pf_submit_button,
.generic-fill,
.generic-outline {
  line-height: 1;
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  display: inline-block;
  margin: 0.5em 0;
  overflow: visible;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-appearance: none;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: none;
  font-weight: 700;
}
.button:hover,
.pf_submit_button:hover,
.button-container .pf_form_table .pf_submit_cell .pf_submit_button:hover,
.generic-fill:hover,
.generic-outline:hover {
  text-decoration: none !important;
  border-width: 1px;
}
.button:after,
.pf_submit_button:after,
.button-container .pf_form_table .pf_submit_cell .pf_submit_button:after,
.generic-fill:after,
.generic-outline:after {
  margin: 0 0 0 0.85em;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  display: inline-block;
}
.pf_submit_button {
  background: #004B8D;
  color: #FFF !important;
  border-color: #004B8D;
  font-size: 1.067em;
  padding: 0.8em 2em;
}
.pf_submit_button:hover {
  background: #000134;
  color: #FFF !important;
  border-color: #000134;
}
.pf_submit_button:hover {
  background: #000134;
  color: #FFF !important;
  border-color: #000134;
}
/* ======================================
	Button - Mixins
====================================== */
/* ======================================
	Button

	REQUIRED CLASS: .button-a
====================================== */
.button-a,
.button-container-a .pf_form_table .pf_submit_cell .pf_submit_button {
  background: #004B8D;
  color: #FFF !important;
  border-color: #004B8D;
}
.button-a:hover,
.button-container-a .pf_form_table .pf_submit_cell .pf_submit_button:hover {
  background: #000134;
  color: #FFF !important;
  border-color: #000134;
}
.button-b,
.button-container-b .pf_form_table .pf_submit_cell .pf_submit_button {
  background: #27aae1;
  color: #FFF !important;
  border-color: #27aae1;
}
.button-b:hover,
.button-container-b .pf_form_table .pf_submit_cell .pf_submit_button:hover {
  background: #004f71;
  color: #FFF !important;
  border-color: #004f71;
}
.button-c,
.button-container-c .pf_form_table .pf_submit_cell .pf_submit_button {
  background: transparent;
  color: #004B8D !important;
  border-color: #004B8D;
}
.button-c:hover,
.button-container-c .pf_form_table .pf_submit_cell .pf_submit_button:hover {
  background: #004B8D;
  color: #FFF !important;
  border-color: #004B8D;
}
.button-d,
.button-container-d .pf_form_table .pf_submit_cell .pf_submit_button {
  background: transparent;
  color: #27aae1 !important;
  border-color: #27aae1;
}
.button-d:hover,
.button-container-d .pf_form_table .pf_submit_cell .pf_submit_button:hover {
  background: #27aae1;
  color: #FFF !important;
  border-color: #27aae1;
}
.button-e,
.button-container-e .pf_form_table .pf_submit_cell .pf_submit_button {
  background: transparent;
  color: #004B8D !important;
  border-color: transparent;
}
.button-e:hover,
.button-container-e .pf_form_table .pf_submit_cell .pf_submit_button:hover {
  background: transparent;
  color: #000134 !important;
  border-color: transparent;
}
.button-f,
.button-container-f .pf_form_table .pf_submit_cell .pf_submit_button {
  background: transparent;
  color: #27aae1 !important;
  border-color: transparent;
}
.button-f:hover,
.button-container-f .pf_form_table .pf_submit_cell .pf_submit_button:hover {
  background: transparent;
  color: #004f71 !important;
  border-color: transparent;
}
/* ======================================
	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 {
  font-size: 0.85em;
  padding: 0.8em 2em;
  text-align: center;
}
.button-medium,
.button-container-medium .pf_form_table .pf_submit_cell .pf_submit_button {
  font-size: 1.067em;
  padding: 0.8em 2em;
  text-align: center;
}
.button-large,
.button-container-large .pf_form_table .pf_submit_cell .pf_submit_button {
  font-size: 1.2em;
  padding: 0.8em 2em;
  text-align: center;
}
.button-wide,
.button-container-wide .pf_form_table .pf_submit_cell .pf_submit_button {
  display: block;
  font-size: 1.2em;
  height: auto;
  line-height: 1.4;
  padding: 0.8em 2em;
  text-align: center;
}
/* ======================================
	Button Icon Padding
====================================== */
.button-small.button-checked,
.button-container-small.button-checked,
.button-small.button-arrow,
.button-container-small.button-arrow,
.button-small.button-back,
.button-container-small.button-back,
.button-small.button-down,
.button-container-small.button-down {
  padding: .8em 2em;
}
.button-medium.button-checked,
.button-container-medium.button-checked,
.button-medium.button-arrow,
.button-container-medium.button-arrow,
.button-medium.button-back,
.button-container-medium.button-back,
.button-medium.button-down,
.button-container-medium.button-down {
  padding: .8em 2em;
}
.button-large.button-checked,
.button-container-large.button-checked,
.button-large.button-arrow,
.button-container-large.button-arrow,
.button-large.button-back,
.button-container-large.button-back,
.button-large.button-down,
.button-container-large.button-down {
  padding: .8em 2em;
}
.button-wide.button-checked,
.button-container-wide.button-checked,
.button-wide.button-arrow,
.button-container-wide.button-arrow,
.button-wide.button-back,
.button-container-wide.button-back,
.button-wide.button-down,
.button-container-wide.button-down {
  padding: .8em 2em;
}
/* ======================================
	Button Icon Position
====================================== */
.button-checked:after,
.button-container-checked .pf_form_table .pf_submit_cell .pf_submit_button:after {
  content: '\f00c';
}
.button-arrow:after,
.button-container-arrow .pf_form_table .pf_submit_cell .pf_submit_button:after {
  content: '\f054';
}
.button-back:before,
.button-container-back .pf_form_table .pf_submit_cell .pf_submit_button:before {
  margin-right: .85em;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  display: inline-block;
  content: '\f053';
}
.button-down:after,
.button-container-down .pf_form_table .pf_submit_cell .pf_submit_button:after {
  content: '\f078';
}
/* ======================================
	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: "Primary (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-a.button-container-small {
  -ixp-name: "Primary (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-a.button-medium {
  -ixp-name: "Primary (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-a.button-container-medium {
  -ixp-name: "Primary (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-a.button-large {
  -ixp-name: "Primary (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-a.button-container-large {
  -ixp-name: "Primary (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-a.button-wide {
  -ixp-name: "Primary (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-a.button-container-wide {
  -ixp-name: "Primary (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-a.button-small.button-checked {
  -ixp-name: "Primary checked (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-a.button-container-small.button-container-checked {
  -ixp-name: "Primary checked (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-a.button-medium.button-checked {
  -ixp-name: "Primary checked (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-a.button-container-medium.button-container-checked {
  -ixp-name: "Primary checked (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-a.button-large.button-checked {
  -ixp-name: "Primary checked (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-a.button-container-large.button-container-checked {
  -ixp-name: "Primary checked (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-a.button-wide.button-checked {
  -ixp-name: "Primary checked (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-a.button-container-wide.button-container-checked {
  -ixp-name: "Primary checked (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-a.button-small.button-arrow {
  -ixp-name: "Primary arrow (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-a.button-container-small.button-container-arrow {
  -ixp-name: "Primary arrow (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-a.button-medium.button-arrow {
  -ixp-name: "Primary arrow (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-a.button-container-medium.button-container-arrow {
  -ixp-name: "Primary arrow (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-a.button-large.button-arrow {
  -ixp-name: "Primary arrow (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-a.button-container-large.button-container-arrow {
  -ixp-name: "Primary arrow (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-a.button-wide.button-arrow {
  -ixp-name: "Primary arrow (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-a.button-container-wide.button-container-arrow {
  -ixp-name: "Primary arrow (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-a.button-small.button-back {
  -ixp-name: "Primary back (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-a.button-container-small.button-container-back {
  -ixp-name: "Primary back (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-a.button-medium.button-back {
  -ixp-name: "Primary back (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-a.button-container-medium.button-container-back {
  -ixp-name: "Primary back (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-a.button-large.button-back {
  -ixp-name: "Primary back (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-a.button-container-large.button-container-back {
  -ixp-name: "Primary back (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-a.button-wide.button-back {
  -ixp-name: "Primary back (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-a.button-container-wide.button-container-back {
  -ixp-name: "Primary back (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-a.button-small.button-down {
  -ixp-name: "Primary down (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-a.button-container-small.button-container-down {
  -ixp-name: "Primary down (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-a.button-medium.button-down {
  -ixp-name: "Primary down (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-a.button-container-medium.button-container-down {
  -ixp-name: "Primary down (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-a.button-large.button-down {
  -ixp-name: "Primary down (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-a.button-container-large.button-container-down {
  -ixp-name: "Primary down (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-a.button-wide.button-down {
  -ixp-name: "Primary down (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-a.button-container-wide.button-container-down {
  -ixp-name: "Primary down (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-b.button-small {
  -ixp-name: "Secondary (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-b.button-container-small {
  -ixp-name: "Secondary (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-b.button-medium {
  -ixp-name: "Secondary (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-b.button-container-medium {
  -ixp-name: "Secondary (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-b.button-large {
  -ixp-name: "Secondary (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-b.button-container-large {
  -ixp-name: "Secondary (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-b.button-wide {
  -ixp-name: "Secondary (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-b.button-container-wide {
  -ixp-name: "Secondary (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-b.button-small.button-checked {
  -ixp-name: "Secondary checked (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-b.button-container-small.button-container-checked {
  -ixp-name: "Secondary checked (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-b.button-medium.button-checked {
  -ixp-name: "Secondary checked (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-b.button-container-medium.button-container-checked {
  -ixp-name: "Secondary checked (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-b.button-large.button-checked {
  -ixp-name: "Secondary checked (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-b.button-container-large.button-container-checked {
  -ixp-name: "Secondary checked (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-b.button-wide.button-checked {
  -ixp-name: "Secondary checked (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-b.button-container-wide.button-container-checked {
  -ixp-name: "Secondary checked (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-b.button-small.button-arrow {
  -ixp-name: "Secondary 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: "Secondary arrow (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-b.button-medium.button-arrow {
  -ixp-name: "Secondary 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: "Secondary arrow (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-b.button-large.button-arrow {
  -ixp-name: "Secondary 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: "Secondary arrow (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-b.button-wide.button-arrow {
  -ixp-name: "Secondary 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: "Secondary arrow (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-b.button-small.button-back {
  -ixp-name: "Secondary back (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-b.button-container-small.button-container-back {
  -ixp-name: "Secondary back (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-b.button-medium.button-back {
  -ixp-name: "Secondary back (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-b.button-container-medium.button-container-back {
  -ixp-name: "Secondary back (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-b.button-large.button-back {
  -ixp-name: "Secondary back (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-b.button-container-large.button-container-back {
  -ixp-name: "Secondary back (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-b.button-wide.button-back {
  -ixp-name: "Secondary back (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-b.button-container-wide.button-container-back {
  -ixp-name: "Secondary back (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-b.button-small.button-down {
  -ixp-name: "Secondary down (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-b.button-container-small.button-container-down {
  -ixp-name: "Secondary down (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-b.button-medium.button-down {
  -ixp-name: "Secondary down (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-b.button-container-medium.button-container-down {
  -ixp-name: "Secondary down (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-b.button-large.button-down {
  -ixp-name: "Secondary down (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-b.button-container-large.button-container-down {
  -ixp-name: "Secondary down (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-b.button-wide.button-down {
  -ixp-name: "Secondary down (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-b.button-container-wide.button-container-down {
  -ixp-name: "Secondary down (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-c.button-small {
  -ixp-name: "Ghost Primary (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-c.button-container-small {
  -ixp-name: "Ghost Primary (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-c.button-medium {
  -ixp-name: "Ghost Primary (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-c.button-container-medium {
  -ixp-name: "Ghost Primary (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-c.button-large {
  -ixp-name: "Ghost Primary (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-c.button-container-large {
  -ixp-name: "Ghost Primary (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-c.button-wide {
  -ixp-name: "Ghost Primary (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-c.button-container-wide {
  -ixp-name: "Ghost Primary (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-c.button-small.button-checked {
  -ixp-name: "Ghost Primary checked (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-c.button-container-small.button-container-checked {
  -ixp-name: "Ghost Primary checked (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-c.button-medium.button-checked {
  -ixp-name: "Ghost Primary checked (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-c.button-container-medium.button-container-checked {
  -ixp-name: "Ghost Primary checked (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-c.button-large.button-checked {
  -ixp-name: "Ghost Primary checked (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-c.button-container-large.button-container-checked {
  -ixp-name: "Ghost Primary checked (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-c.button-wide.button-checked {
  -ixp-name: "Ghost Primary checked (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-c.button-container-wide.button-container-checked {
  -ixp-name: "Ghost Primary checked (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-c.button-small.button-arrow {
  -ixp-name: "Ghost Primary 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: "Ghost Primary arrow (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-c.button-medium.button-arrow {
  -ixp-name: "Ghost Primary 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: "Ghost Primary arrow (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-c.button-large.button-arrow {
  -ixp-name: "Ghost Primary 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: "Ghost Primary arrow (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-c.button-wide.button-arrow {
  -ixp-name: "Ghost Primary 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: "Ghost Primary arrow (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-c.button-small.button-back {
  -ixp-name: "Ghost Primary back (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-c.button-container-small.button-container-back {
  -ixp-name: "Ghost Primary back (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-c.button-medium.button-back {
  -ixp-name: "Ghost Primary back (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-c.button-container-medium.button-container-back {
  -ixp-name: "Ghost Primary back (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-c.button-large.button-back {
  -ixp-name: "Ghost Primary back (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-c.button-container-large.button-container-back {
  -ixp-name: "Ghost Primary back (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-c.button-wide.button-back {
  -ixp-name: "Ghost Primary back (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-c.button-container-wide.button-container-back {
  -ixp-name: "Ghost Primary back (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-c.button-small.button-down {
  -ixp-name: "Ghost Primary down (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-c.button-container-small.button-container-down {
  -ixp-name: "Ghost Primary down (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-c.button-medium.button-down {
  -ixp-name: "Ghost Primary down (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-c.button-container-medium.button-container-down {
  -ixp-name: "Ghost Primary down (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-c.button-large.button-down {
  -ixp-name: "Ghost Primary down (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-c.button-container-large.button-container-down {
  -ixp-name: "Ghost Primary down (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-c.button-wide.button-down {
  -ixp-name: "Ghost Primary down (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-c.button-container-wide.button-container-down {
  -ixp-name: "Ghost Primary down (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-d.button-small {
  -ixp-name: "Ghost Secondary (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-d.button-container-small {
  -ixp-name: "Ghost Secondary (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-d.button-medium {
  -ixp-name: "Ghost Secondary (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-d.button-container-medium {
  -ixp-name: "Ghost Secondary (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-d.button-large {
  -ixp-name: "Ghost Secondary (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-d.button-container-large {
  -ixp-name: "Ghost Secondary (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-d.button-wide {
  -ixp-name: "Ghost Secondary (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-d.button-container-wide {
  -ixp-name: "Ghost Secondary (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-d.button-small.button-checked {
  -ixp-name: "Ghost Secondary checked (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-d.button-container-small.button-container-checked {
  -ixp-name: "Ghost Secondary checked (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-d.button-medium.button-checked {
  -ixp-name: "Ghost Secondary checked (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-d.button-container-medium.button-container-checked {
  -ixp-name: "Ghost Secondary checked (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-d.button-large.button-checked {
  -ixp-name: "Ghost Secondary checked (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-d.button-container-large.button-container-checked {
  -ixp-name: "Ghost Secondary checked (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-d.button-wide.button-checked {
  -ixp-name: "Ghost Secondary checked (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-d.button-container-wide.button-container-checked {
  -ixp-name: "Ghost Secondary checked (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-d.button-small.button-arrow {
  -ixp-name: "Ghost Secondary arrow (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-d.button-container-small.button-container-arrow {
  -ixp-name: "Ghost Secondary arrow (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-d.button-medium.button-arrow {
  -ixp-name: "Ghost Secondary arrow (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-d.button-container-medium.button-container-arrow {
  -ixp-name: "Ghost Secondary arrow (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-d.button-large.button-arrow {
  -ixp-name: "Ghost Secondary arrow (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-d.button-container-large.button-container-arrow {
  -ixp-name: "Ghost Secondary arrow (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-d.button-wide.button-arrow {
  -ixp-name: "Ghost Secondary arrow (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-d.button-container-wide.button-container-arrow {
  -ixp-name: "Ghost Secondary arrow (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-d.button-small.button-back {
  -ixp-name: "Ghost Secondary back (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-d.button-container-small.button-container-back {
  -ixp-name: "Ghost Secondary back (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-d.button-medium.button-back {
  -ixp-name: "Ghost Secondary back (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-d.button-container-medium.button-container-back {
  -ixp-name: "Ghost Secondary back (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-d.button-large.button-back {
  -ixp-name: "Ghost Secondary back (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-d.button-container-large.button-container-back {
  -ixp-name: "Ghost Secondary back (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-d.button-wide.button-back {
  -ixp-name: "Ghost Secondary back (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-d.button-container-wide.button-container-back {
  -ixp-name: "Ghost Secondary back (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-d.button-small.button-down {
  -ixp-name: "Ghost Secondary down (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-d.button-container-small.button-container-down {
  -ixp-name: "Ghost Secondary down (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-d.button-medium.button-down {
  -ixp-name: "Ghost Secondary down (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-d.button-container-medium.button-container-down {
  -ixp-name: "Ghost Secondary down (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-d.button-large.button-down {
  -ixp-name: "Ghost Secondary down (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-d.button-container-large.button-container-down {
  -ixp-name: "Ghost Secondary down (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-d.button-wide.button-down {
  -ixp-name: "Ghost Secondary down (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-d.button-container-wide.button-container-down {
  -ixp-name: "Ghost Secondary down (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-e.button-small {
  -ixp-name: "Flat Primary (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-e.button-container-small {
  -ixp-name: "Flat Primary (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-e.button-medium {
  -ixp-name: "Flat Primary (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-e.button-container-medium {
  -ixp-name: "Flat Primary (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-e.button-large {
  -ixp-name: "Flat Primary (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-e.button-container-large {
  -ixp-name: "Flat Primary (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-e.button-wide {
  -ixp-name: "Flat Primary (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-e.button-container-wide {
  -ixp-name: "Flat Primary (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-e.button-small.button-checked {
  -ixp-name: "Flat Primary checked (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-e.button-container-small.button-container-checked {
  -ixp-name: "Flat Primary checked (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-e.button-medium.button-checked {
  -ixp-name: "Flat Primary checked (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-e.button-container-medium.button-container-checked {
  -ixp-name: "Flat Primary checked (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-e.button-large.button-checked {
  -ixp-name: "Flat Primary checked (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-e.button-container-large.button-container-checked {
  -ixp-name: "Flat Primary checked (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-e.button-wide.button-checked {
  -ixp-name: "Flat Primary checked (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-e.button-container-wide.button-container-checked {
  -ixp-name: "Flat Primary checked (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-e.button-small.button-arrow {
  -ixp-name: "Flat Primary arrow (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-e.button-container-small.button-container-arrow {
  -ixp-name: "Flat Primary arrow (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-e.button-medium.button-arrow {
  -ixp-name: "Flat Primary arrow (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-e.button-container-medium.button-container-arrow {
  -ixp-name: "Flat Primary arrow (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-e.button-large.button-arrow {
  -ixp-name: "Flat Primary arrow (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-e.button-container-large.button-container-arrow {
  -ixp-name: "Flat Primary arrow (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-e.button-wide.button-arrow {
  -ixp-name: "Flat Primary arrow (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-e.button-container-wide.button-container-arrow {
  -ixp-name: "Flat Primary arrow (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-e.button-small.button-back {
  -ixp-name: "Flat Primary back (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-e.button-container-small.button-container-back {
  -ixp-name: "Flat Primary back (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-e.button-medium.button-back {
  -ixp-name: "Flat Primary back (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-e.button-container-medium.button-container-back {
  -ixp-name: "Flat Primary back (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-e.button-large.button-back {
  -ixp-name: "Flat Primary back (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-e.button-container-large.button-container-back {
  -ixp-name: "Flat Primary back (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-e.button-wide.button-back {
  -ixp-name: "Flat Primary back (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-e.button-container-wide.button-container-back {
  -ixp-name: "Flat Primary back (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-e.button-small.button-down {
  -ixp-name: "Flat Primary down (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-e.button-container-small.button-container-down {
  -ixp-name: "Flat Primary down (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-e.button-medium.button-down {
  -ixp-name: "Flat Primary down (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-e.button-container-medium.button-container-down {
  -ixp-name: "Flat Primary down (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-e.button-large.button-down {
  -ixp-name: "Flat Primary down (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-e.button-container-large.button-container-down {
  -ixp-name: "Flat Primary down (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-e.button-wide.button-down {
  -ixp-name: "Flat Primary down (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-e.button-container-wide.button-container-down {
  -ixp-name: "Flat Primary down (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-f.button-small {
  -ixp-name: "Flat Secondary (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-f.button-container-small {
  -ixp-name: "Flat Secondary (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-f.button-medium {
  -ixp-name: "Flat Secondary (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-f.button-container-medium {
  -ixp-name: "Flat Secondary (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-f.button-large {
  -ixp-name: "Flat Secondary (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-f.button-container-large {
  -ixp-name: "Flat Secondary (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-f.button-wide {
  -ixp-name: "Flat Secondary (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-f.button-container-wide {
  -ixp-name: "Flat Secondary (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-f.button-small.button-checked {
  -ixp-name: "Flat Secondary checked (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-f.button-container-small.button-container-checked {
  -ixp-name: "Flat Secondary checked (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-f.button-medium.button-checked {
  -ixp-name: "Flat Secondary checked (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-f.button-container-medium.button-container-checked {
  -ixp-name: "Flat Secondary checked (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-f.button-large.button-checked {
  -ixp-name: "Flat Secondary checked (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-f.button-container-large.button-container-checked {
  -ixp-name: "Flat Secondary checked (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-f.button-wide.button-checked {
  -ixp-name: "Flat Secondary checked (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-f.button-container-wide.button-container-checked {
  -ixp-name: "Flat Secondary checked (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-f.button-small.button-arrow {
  -ixp-name: "Flat Secondary arrow (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-f.button-container-small.button-container-arrow {
  -ixp-name: "Flat Secondary arrow (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-f.button-medium.button-arrow {
  -ixp-name: "Flat Secondary arrow (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-f.button-container-medium.button-container-arrow {
  -ixp-name: "Flat Secondary arrow (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-f.button-large.button-arrow {
  -ixp-name: "Flat Secondary arrow (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-f.button-container-large.button-container-arrow {
  -ixp-name: "Flat Secondary arrow (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-f.button-wide.button-arrow {
  -ixp-name: "Flat Secondary arrow (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-f.button-container-wide.button-container-arrow {
  -ixp-name: "Flat Secondary arrow (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-f.button-small.button-back {
  -ixp-name: "Flat Secondary back (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-f.button-container-small.button-container-back {
  -ixp-name: "Flat Secondary back (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-f.button-medium.button-back {
  -ixp-name: "Flat Secondary back (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-f.button-container-medium.button-container-back {
  -ixp-name: "Flat Secondary back (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-f.button-large.button-back {
  -ixp-name: "Flat Secondary back (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-f.button-container-large.button-container-back {
  -ixp-name: "Flat Secondary back (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-f.button-wide.button-back {
  -ixp-name: "Flat Secondary back (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-f.button-container-wide.button-container-back {
  -ixp-name: "Flat Secondary back (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-f.button-small.button-down {
  -ixp-name: "Flat Secondary down (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-f.button-container-small.button-container-down {
  -ixp-name: "Flat Secondary down (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-f.button-medium.button-down {
  -ixp-name: "Flat Secondary down (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-f.button-container-medium.button-container-down {
  -ixp-name: "Flat Secondary down (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-f.button-large.button-down {
  -ixp-name: "Flat Secondary down (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-f.button-container-large.button-container-down {
  -ixp-name: "Flat Secondary down (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-f.button-wide.button-down {
  -ixp-name: "Flat Secondary down (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-f.button-container-wide.button-container-down {
  -ixp-name: "Flat Secondary down (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
/* ======================================
	Directional Buttons

	REQUIRED CLASS: none, these are optional for theme kits
====================================== */
.button-down-dark,
.button-up-dark,
.button-left-dark,
.button-right-dark,
.button-down-light,
.button-up-light,
.button-left-light,
.button-right-light {
  z-index: 100;
  width: 40px;
  height: 40px;
  display: inline-block;
  cursor: pointer;
  position: relative;
  text-indent: 40px;
  text-decoration: none !important;
  font-size: 0;
  overflow: hidden;
}
.button-down-dark:after,
.button-up-dark:after,
.button-left-dark:after,
.button-right-dark:after,
.button-down-light:after,
.button-up-light:after,
.button-left-light:after,
.button-right-light:after {
  color: #004B8D;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 40px;
  margin: 0;
  line-height: 1;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.button-down-dark:after {
  content: '\f107';
  color: #000000;
}
.button-down-dark:hover {
  -webkit-transform: translateY(5px);
  -moz-transform: translateY(5px);
  -ms-transform: translateY(5px);
  -o-transform: translateY(5px);
  transform: translateY(5px);
}
.button-up-dark:after {
  content: '\f106';
  color: #000000;
}
.button-up-dark:hover {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
}
.button-left-dark:after {
  content: '\f104';
  color: #000000;
}
.button-left-dark:hover {
  -webkit-transform: translateX(-5px);
  -moz-transform: translateX(-5px);
  -ms-transform: translateX(-5px);
  -o-transform: translateX(-5px);
  transform: translateX(-5px);
}
.button-right-dark:after {
  content: '\f105';
  color: #000000;
}
.button-right-dark:hover {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}
.button-down-light:after {
  content: '\f107';
  color: #FFF;
}
.button-down-light:hover {
  -webkit-transform: translateY(5px);
  -moz-transform: translateY(5px);
  -ms-transform: translateY(5px);
  -o-transform: translateY(5px);
  transform: translateY(5px);
}
.button-up-light:after {
  content: '\f106';
  color: #FFF;
}
.button-up-light:hover {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
}
.button-left-light:after {
  content: '\f104';
  color: #FFF;
}
.button-left-light:hover {
  -webkit-transform: translateX(-5px);
  -moz-transform: translateX(-5px);
  -ms-transform: translateX(-5px);
  -o-transform: translateX(-5px);
  transform: translateX(-5px);
}
.button-right-light:after {
  content: '\f105';
  color: #FFF;
}
.button-right-light:hover {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}
/* ======================================
	Directional Button IXP Information
====================================== */
.button-up-dark {
  -ixp-name: "Dark Arrow Up";
  -ixp-tags: "Directional Buttons";
  -ixp-group: "directional-buttons";
  -ixp-scope: "Link,Text";
}
.button-container-up-dark {
  -ixp-name: "Dark Arrow Up";
  -ixp-tags: "Directional Buttons";
  -ixp-group: "directional-buttons";
  -ixp-scope: "Lightbox";
}
.button-down-dark {
  -ixp-name: "Dark Arrow Down";
  -ixp-tags: "Directional Buttons";
  -ixp-group: "directional-buttons";
  -ixp-scope: "Link,Text";
}
.button-container-down-dark {
  -ixp-name: "Dark Arrow Down";
  -ixp-tags: "Directional Buttons";
  -ixp-group: "directional-buttons";
  -ixp-scope: "Lightbox";
}
.button-left-dark {
  -ixp-name: "Dark Arrow Left";
  -ixp-tags: "Directional Buttons";
  -ixp-group: "directional-buttons";
  -ixp-scope: "Link,Text";
}
.button-container-left-dark {
  -ixp-name: "Dark Arrow Left";
  -ixp-tags: "Directional Buttons";
  -ixp-group: "directional-buttons";
  -ixp-scope: "Lightbox";
}
.button-right-dark {
  -ixp-name: "Dark Arrow Right";
  -ixp-tags: "Directional Buttons";
  -ixp-group: "directional-buttons";
  -ixp-scope: "Link,Text";
}
.button-container-right-dark {
  -ixp-name: "Dark Arrow Right";
  -ixp-tags: "Directional Buttons";
  -ixp-group: "directional-buttons";
  -ixp-scope: "Lightbox";
}
.button-up-light {
  -ixp-name: "Light Arrow Up";
  -ixp-tags: "Directional Buttons";
  -ixp-group: "directional-buttons";
  -ixp-scope: "Link,Text";
}
.button-container-up-light {
  -ixp-name: "Light Arrow Up";
  -ixp-tags: "Directional Buttons";
  -ixp-group: "directional-buttons";
  -ixp-scope: "Lightbox";
}
.button-down-light {
  -ixp-name: "Light Arrow Down";
  -ixp-tags: "Directional Buttons";
  -ixp-group: "directional-buttons";
  -ixp-scope: "Link,Text";
}
.button-container-down-light {
  -ixp-name: "Light Arrow Down";
  -ixp-tags: "Directional Buttons";
  -ixp-group: "directional-buttons";
  -ixp-scope: "Lightbox";
}
.button-left-light {
  -ixp-name: "Light Arrow Left";
  -ixp-tags: "Directional Buttons";
  -ixp-group: "directional-buttons";
  -ixp-scope: "Link,Text";
}
.button-container-left-light {
  -ixp-name: "Light Arrow Left";
  -ixp-tags: "Directional Buttons";
  -ixp-group: "directional-buttons";
  -ixp-scope: "Lightbox";
}
.button-right-light {
  -ixp-name: "Light Arrow Right";
  -ixp-tags: "Directional Buttons";
  -ixp-group: "directional-buttons";
  -ixp-scope: "Link,Text";
}
.button-container-right-light {
  -ixp-name: "Light Arrow Right";
  -ixp-tags: "Directional Buttons";
  -ixp-group: "directional-buttons";
  -ixp-scope: "Lightbox";
}
/* ======================================
	Pre Header

	REQUIRED CLASS: .pre-header, .pre-header-a
====================================== */
.pre-header {
  padding: 0.5em 0;
}
.pre-header-a {
  background: #8b8c8c;
  color: #FFF;
  padding: 0.5em 0;
}
.pre-header-a a {
  color: #92c1e9;
}
.pre-header-a a:hover {
  color: #FFF;
}
.pre-header-a .generic-fill {
  background: #004B8D;
  color: #FFF !important;
  border-color: #004B8D;
}
.pre-header-a .generic-fill:hover {
  background: #000134;
  color: #FFF !important;
  border-color: #000134;
}
.pre-header-a .generic-fill:hover {
  background: #000134;
  color: #FFF !important;
  border-color: #000134;
}
.pre-header-a .generic-outline {
  background: transparent;
  color: #004B8D !important;
  border-color: #004B8D;
}
.pre-header-a .generic-outline:hover {
  background: #004B8D;
  color: #FFF !important;
  border-color: #004B8D;
}
.pre-header-a .generic-outline:hover {
  background: #004B8D;
  color: #FFF !important;
  border-color: #004B8D;
}
/* ======================================
	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 - Gray Light";
  -ixp-tags: "Regions";
  -ixp-group: "regions";
  -ixp-scope: "ContainerLike";
}
/* ======================================
	Logo

	REQUIRED CLASS: .header-logo-light
====================================== */
.header-logo-light,
.header-logo-b {
  background-image: url('logo.svg');
  background-repeat: no-repeat;
  background-position: 0 0;
  min-height: 28px;
  min-width: 318px;
  background-size: 318px 28px;
  display: inline-block;
  text-indent: -9999px;
  margin: .25em 0;
}
.header-logo-b {
  background-image: url('logo-white.svg');
}
@media (max-width: 768px) {
  .header-logo-light,
  .header-logo-b {
    min-height: 24px;
    min-width: 272px;
    background-size: 272px 24px;
  }
}
.header-logo-c {
  background-image: url('MidlandNationalLogo-AllWhite-Large.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  min-height: 75px;
  min-width: 229px;
  background-size: 229px 75px;
  display: inline-block;
  text-indent: -9999px;
  margin: .25em 0;
}
@media (max-width: 768px) {
  .header-logo-c {
    min-height: 50px;
    min-width: 153px;
    background-size: 153px 50px;
  }
}
/* ======================================
	Logo IXP Information

	REQUIRED CLASS: .header-logo-light
====================================== */
.header-logo-light {
  -ixp-name: "Logo";
  -ixp-tags: "Logo";
  -ixp-group: "logo";
  -ixp-scope: "ContainerLike,Link";
}
.header-logo-b {
  -ixp-name: "Logo - White";
  -ixp-tags: "Logo";
  -ixp-group: "logo";
  -ixp-scope: "ContainerLike,Link";
}
.header-logo-c {
  -ixp-name: "Midland Logo - White";
  -ixp-tags: "Logo";
  -ixp-group: "logo";
  -ixp-scope: "ContainerLike,Link";
}
/* ======================================
	Header

	REQUIRED CLASS: .header,.header-a
====================================== */
.header {
  padding: 1em 0;
}
.header-a {
  background: #FFF;
  color: #8b8c8c;
  padding: 1em 0;
}
.header-a h1,
.header-a h2,
.header-a h3,
.header-a h4,
.header-a h5,
.header-a h6,
.header-a p,
.header-a .pf_form_table,
.header-a .pf_form_table .pf_label_text {
  color: #8b8c8c;
}
.header-a a {
  color: #004B8D;
}
.header-a a:hover {
  color: #25282a;
}
.header-a .generic-fill {
  background: #004B8D;
  color: #FFF !important;
  border-color: #004B8D;
}
.header-a .generic-fill:hover {
  background: #000134;
  color: #FFF !important;
  border-color: #000134;
}
.header-a .generic-fill:hover {
  background: #000134;
  color: #FFF !important;
  border-color: #000134;
}
.header-a .generic-outline {
  background: transparent;
  color: #004B8D !important;
  border-color: #004B8D;
}
.header-a .generic-outline:hover {
  background: #004B8D;
  color: #FFF !important;
  border-color: #004B8D;
}
.header-a .generic-outline:hover {
  background: #004B8D;
  color: #FFF !important;
  border-color: #004B8D;
}
.header-b {
  background: #004B8D;
  color: #FFF;
  padding: 1em 0;
}
.header-b h1,
.header-b h2,
.header-b h3,
.header-b h4,
.header-b h5,
.header-b h6,
.header-b p,
.header-b .pf_form_table,
.header-b .pf_form_table .pf_label_text {
  color: #FFF;
}
.header-b a {
  color: #d8d8d9;
}
.header-b a:hover {
  color: #d8d8d9;
}
.header-b .generic-fill {
  background: #27aae1;
  color: #FFF !important;
  border-color: #27aae1;
}
.header-b .generic-fill:hover {
  background: #004f71;
  color: #FFF !important;
  border-color: #004f71;
}
.header-b .generic-fill:hover {
  background: #004f71;
  color: #FFF !important;
  border-color: #004f71;
}
.header-b .generic-outline {
  background: transparent;
  color: #27aae1 !important;
  border-color: #27aae1;
}
.header-b .generic-outline:hover {
  background: #27aae1;
  color: #FFF !important;
  border-color: #27aae1;
}
.header-b .generic-outline:hover {
  background: #27aae1;
  color: #FFF !important;
  border-color: #27aae1;
}
.header-c {
  background: #FFF;
  background-image: url('NewSwoosh-MNLAnnuity.png');
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  color: #8b8c8c;
  padding: 1em 0;
}
.header-c h1,
.header-c h2,
.header-c h3,
.header-c h4,
.header-c h5,
.header-c h6,
.header-c p,
.header-c .pf_form_table,
.header-c .pf_form_table .pf_label_text {
  color: #8b8c8c;
}
.header-c a {
  color: #004B8D;
}
.header-c a:hover {
  color: #25282a;
}
.header-c .generic-fill {
  background: #27aae1;
  color: #FFF !important;
  border-color: #27aae1;
}
.header-c .generic-fill:hover {
  background: #004f71;
  color: #FFF !important;
  border-color: #004f71;
}
.header-c .generic-fill:hover {
  background: #004f71;
  color: #FFF !important;
  border-color: #004f71;
}
.header-c .generic-outline {
  background: transparent;
  color: #27aae1 !important;
  border-color: #27aae1;
}
.header-c .generic-outline:hover {
  background: #27aae1;
  color: #FFF !important;
  border-color: #27aae1;
}
.header-c .generic-outline:hover {
  background: #27aae1;
  color: #FFF !important;
  border-color: #27aae1;
}
/* ======================================
    Header IXP Information
    REQUIRED CLASSES: .header, .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";
}
.header-b {
  -ixp-name: "Header - Blue";
  -ixp-tags: "Regions";
  -ixp-group: "regions";
  -ixp-scope: "ContainerLike";
}
.header-c {
  -ixp-name: "Header - Blue Swish";
  -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-wrapper-a {
  background: #FFF;
}
/* ======================================
    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";
}
.inner-content-wrapper-a {
  -ixp-name: "Inner Content - White";
  -ixp-tags: "Regions";
  -ixp-group: "regions";
  -ixp-scope: "Container";
}
/* ======================================
	Pre Content
    REQUIRED CLASSES: .pre-content
====================================== */
.pre-content {
  padding: 3em 0;
}
/* ======================================
    Pre Content IXP Information
    REQUIRED CLASSES: .pre-content
====================================== */
.pre-content {
  -ixp-name: "Pre-Content - Transparent";
  -ixp-tags: "Regions";
  -ixp-group: "regions";
  -ixp-scope: "ContainerLike";
}
/* ======================================
	Content
    REQUIRED CLASSES: .content, .content-a, .content-b, .content-c
    NOTE: Content A should be a white background with styles, content B should be a light gray or very pale color with styles, and content C should be the main brand color or dark color with styles.
====================================== */
.content {
  padding: 3em 0;
}
.content.content-a {
  background: #FFF;
  color: #8b8c8c;
}
.content.content-a h1,
.content.content-a h2,
.content.content-a h3,
.content.content-a h4,
.content.content-a h5,
.content.content-a h6,
.content.content-a p,
.content.content-a .pf_form_table,
.content.content-a .pf_form_table .pf_label_text {
  color: #8b8c8c;
}
.content.content-a a {
  color: #004B8D;
}
.content.content-a a:hover {
  color: #25282a;
}
.content.content-a .ixp-component-dropdown-input a {
  color: #8b8c8c;
}
.content.content-a .generic-fill {
  background: #004B8D;
  color: #FFF !important;
  border-color: #004B8D;
}
.content.content-a .generic-fill:hover {
  background: #000134;
  color: #FFF !important;
  border-color: #000134;
}
.content.content-a .generic-fill:hover {
  background: #000134;
  color: #FFF !important;
  border-color: #000134;
}
.content.content-a .generic-outline {
  background: transparent;
  color: #004B8D !important;
  border-color: #004B8D;
}
.content.content-a .generic-outline:hover {
  background: #004B8D;
  color: #FFF !important;
  border-color: #004B8D;
}
.content.content-a .generic-outline:hover {
  background: #004B8D;
  color: #FFF !important;
  border-color: #004B8D;
}
.content.content-b {
  background: #efefef;
  color: #8b8c8c;
}
.content.content-b h1,
.content.content-b h2,
.content.content-b h3,
.content.content-b h4,
.content.content-b h5,
.content.content-b h6,
.content.content-b p,
.content.content-b .pf_form_table,
.content.content-b .pf_form_table .pf_label_text {
  color: #8b8c8c;
}
.content.content-b a {
  color: #004B8D;
}
.content.content-b a:hover {
  color: #25282a;
}
.content.content-b .ixp-component-dropdown-input a {
  color: #8b8c8c;
}
.content.content-b .generic-fill {
  background: #004B8D;
  color: #FFF !important;
  border-color: #004B8D;
}
.content.content-b .generic-fill:hover {
  background: #000134;
  color: #FFF !important;
  border-color: #000134;
}
.content.content-b .generic-fill:hover {
  background: #000134;
  color: #FFF !important;
  border-color: #000134;
}
.content.content-b .generic-outline {
  background: transparent;
  color: #004B8D !important;
  border-color: #004B8D;
}
.content.content-b .generic-outline:hover {
  background: #004B8D;
  color: #FFF !important;
  border-color: #004B8D;
}
.content.content-b .generic-outline:hover {
  background: #004B8D;
  color: #FFF !important;
  border-color: #004B8D;
}
.content.content-c {
  background: #004B8D;
  color: #FFF;
}
.content.content-c h1,
.content.content-c h2,
.content.content-c h3,
.content.content-c h4,
.content.content-c h5,
.content.content-c h6,
.content.content-c p,
.content.content-c .pf_form_table,
.content.content-c .pf_form_table .pf_label_text {
  color: #FFF;
}
.content.content-c a {
  color: #FFF;
}
.content.content-c a:hover {
  color: #efefef;
}
.content.content-c .generic-fill {
  background: #27aae1;
  color: #FFF !important;
  border-color: #27aae1;
}
.content.content-c .generic-fill:hover {
  background: #004f71;
  color: #FFF !important;
  border-color: #004f71;
}
.content.content-c .generic-fill:hover {
  background: #004f71;
  color: #FFF !important;
  border-color: #004f71;
}
.content.content-c .generic-outline {
  background: transparent;
  color: #27aae1 !important;
  border-color: #27aae1;
}
.content.content-c .generic-outline:hover {
  background: #27aae1;
  color: #FFF !important;
  border-color: #27aae1;
}
.content.content-c .generic-outline:hover {
  background: #27aae1;
  color: #FFF !important;
  border-color: #27aae1;
}
/* ======================================
    Content IXP Information
    REQUIRED CLASSES: .content, .content-a, .content-b, .content-c
    NOTE: Content A should be a white background with styles, content B should be a light gray or very pale color with styles, and content C should be the main brand color or dark color with styles.
====================================== */
.content {
  -ixp-name: "Content";
  -ixp-tags: "Regions";
  -ixp-group: "regions";
  -ixp-scope: "ContainerLike";
}
.content.content-a {
  -ixp-name: "Content - White";
  -ixp-tags: "Regions";
  -ixp-group: "regions";
  -ixp-scope: "ContainerLike";
}
.content.content-b {
  -ixp-name: "Content - Gray Lightest";
  -ixp-tags: "Regions";
  -ixp-group: "regions";
  -ixp-scope: "ContainerLike";
}
.content.content-c {
  -ixp-name: "Content - Blue";
  -ixp-tags: "Regions";
  -ixp-group: "regions";
  -ixp-scope: "ContainerLike";
}
/* ======================================
	Post Content

	REQUIRED CLASS: .post-content,.post-content-a
====================================== */
.post-content {
  padding: 3em 0;
}
.post-content-a {
  background: #d8d8d9;
  padding: 3em 0;
  color: #8b8c8c;
  border-bottom: 1px solid #808080;
}
.post-content-a h1,
.post-content-a h2,
.post-content-a h3,
.post-content-a h4,
.post-content-a h5,
.post-content-a h6,
.post-content-a p,
.post-content-a .pf_form_table,
.post-content-a .pf_form_table .pf_label_text {
  color: #8b8c8c;
}
.post-content-a a {
  color: #004B8D;
}
.post-content-a a:hover {
  color: #25282a;
}
.post-content-a .generic-fill {
  background: #004B8D;
  color: #FFF !important;
  border-color: #004B8D;
}
.post-content-a .generic-fill:hover {
  background: #000134;
  color: #FFF !important;
  border-color: #000134;
}
.post-content-a .generic-fill:hover {
  background: #000134;
  color: #FFF !important;
  border-color: #000134;
}
.post-content-a .generic-outline {
  background: transparent;
  color: #004B8D !important;
  border-color: #004B8D;
}
.post-content-a .generic-outline:hover {
  background: #004B8D;
  color: #FFF !important;
  border-color: #004B8D;
}
.post-content-a .generic-outline:hover {
  background: #004B8D;
  color: #FFF !important;
  border-color: #004B8D;
}
/* ======================================
    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 - Gray Lighter 2";
  -ixp-tags: "Regions";
  -ixp-group: "regions";
  -ixp-scope: "ContainerLike";
}
/* ======================================
	Footer

	REQUIRED CLASS - .footer, .footer-a
====================================== */
.footer {
  font-size: 1em;
  padding: 1.1em 0;
}
.footer-a {
  background: #004B8D;
  color: #FFF;
  font-size: 1em;
  padding: 1.1em 0;
  border-top: solid 5px #BDCCF1;
}
.footer-a h1,
.footer-a h2,
.footer-a h3,
.footer-a h4,
.footer-a h5,
.footer-a h6,
.footer-a p {
  color: #FFF;
}
.footer-a a {
  color: #92c1e9;
}
.footer-a a:hover {
  color: #FFF;
}
.footer-a .generic-fill {
  background: #27aae1;
  color: #FFF !important;
  border-color: #27aae1;
}
.footer-a .generic-fill:hover {
  background: #004f71;
  color: #FFF !important;
  border-color: #004f71;
}
.footer-a .generic-fill:hover {
  background: #004f71;
  color: #FFF !important;
  border-color: #004f71;
}
.footer-a .generic-outline {
  background: transparent;
  color: #004B8D !important;
  border-color: #004B8D;
}
.footer-a .generic-outline:hover {
  background: #004B8D;
  color: #FFF !important;
  border-color: #004B8D;
}
.footer-a .generic-outline:hover {
  background: #004B8D;
  color: #FFF !important;
  border-color: #004B8D;
}
/* ======================================
    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 - Blue Pattern";
  -ixp-tags: "Regions";
  -ixp-group: "regions";
  -ixp-scope: "ContainerLike";
}
/* ======================================
	Post Footer
    REQUIRED CLASSES: .post-footer
====================================== */
.post-footer {
  font-size: 0.9em;
  padding: 0.75em 0;
}
.post-footer-a {
  background: #646566;
  color: #8b8c8c;
  font-size: 0.9em;
  padding: 0.75em 0;
}
.post-footer-a h1,
.post-footer-a h2,
.post-footer-a h3,
.post-footer-a h4,
.post-footer-a h5,
.post-footer-a h6,
.post-footer-a p {
  color: #8b8c8c;
}
.post-footer-a a {
  color: #92c1e9;
}
.post-footer-a a:hover {
  color: #FFF;
}
.post-footer-a .generic-fill {
  background: #27aae1;
  color: #FFF !important;
  border-color: #27aae1;
}
.post-footer-a .generic-fill:hover {
  background: #004f71;
  color: #FFF !important;
  border-color: #004f71;
}
.post-footer-a .generic-fill:hover {
  background: #004f71;
  color: #FFF !important;
  border-color: #004f71;
}
.post-footer-a .generic-outline {
  background: transparent;
  color: #004B8D !important;
  border-color: #004B8D;
}
.post-footer-a .generic-outline:hover {
  background: #004B8D;
  color: #FFF !important;
  border-color: #004B8D;
}
.post-footer-a .generic-outline:hover {
  background: #004B8D;
  color: #FFF !important;
  border-color: #004B8D;
}
/* ======================================
    Post Footer IXP Information
    REQUIRED CLASSES: .post-footer, .post-footer-a
====================================== */
.post-footer {
  -ixp-name: "Post-Footer - Transparent";
  -ixp-tags: "Regions";
  -ixp-group: "regions";
  -ixp-scope: "ContainerLike";
}
.post-footer-a {
  -ixp-name: "Post-Footer - Gray";
  -ixp-tags: "Regions";
  -ixp-group: "regions";
  -ixp-scope: "ContainerLike";
}
/* ======================================
	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: 1em;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.pod.pod-a {
  background: #FFF;
  border: 1px solid #92c1e9;
  color: #8b8c8c;
}
.pod.pod-a h1,
.pod.pod-a h2,
.pod.pod-a h3,
.pod.pod-a h4,
.pod.pod-a h5,
.pod.pod-a h6,
.pod.pod-a p,
.pod.pod-a .pf_form_table,
.pod.pod-a .pf_form_table .pf_label_text {
  color: #8b8c8c;
}
.pod.pod-a a {
  color: #004B8D;
}
.pod.pod-a a:hover {
  color: #25282a;
}
.pod.pod-a .ixp-component-dropdown-input a {
  color: #8b8c8c;
}
.pod.pod-a .generic-fill {
  background: #004B8D;
  color: #FFF !important;
  border-color: #004B8D;
}
.pod.pod-a .generic-fill:hover {
  background: #000134;
  color: #FFF !important;
  border-color: #000134;
}
.pod.pod-a .generic-fill:hover {
  background: #000134;
  color: #FFF !important;
  border-color: #000134;
}
.pod.pod-a .generic-outline {
  background: transparent;
  color: #004B8D !important;
  border-color: #004B8D;
}
.pod.pod-a .generic-outline:hover {
  background: #004B8D;
  color: #FFF !important;
  border-color: #004B8D;
}
.pod.pod-a .generic-outline:hover {
  background: #004B8D;
  color: #FFF !important;
  border-color: #004B8D;
}
.pod.pod-b {
  background: #FFF;
  background: rgba(255, 255, 255, 0.6);
  color: #8b8c8c;
}
.pod.pod-b h1,
.pod.pod-b h2,
.pod.pod-b h3,
.pod.pod-b h4,
.pod.pod-b h5,
.pod.pod-b h6,
.pod.pod-b p,
.pod.pod-b .pf_form_table,
.pod.pod-b .pf_form_table .pf_label_text {
  color: #8b8c8c;
}
.pod.pod-b a {
  color: #004B8D;
}
.pod.pod-b a:hover {
  color: #25282a;
}
.pod.pod-b .ixp-component-dropdown-input a {
  color: #8b8c8c;
}
.pod.pod-b .generic-fill {
  background: #004B8D;
  color: #FFF !important;
  border-color: #004B8D;
}
.pod.pod-b .generic-fill:hover {
  background: #000134;
  color: #FFF !important;
  border-color: #000134;
}
.pod.pod-b .generic-fill:hover {
  background: #000134;
  color: #FFF !important;
  border-color: #000134;
}
.pod.pod-b .generic-outline {
  background: transparent;
  color: #004B8D !important;
  border-color: #004B8D;
}
.pod.pod-b .generic-outline:hover {
  background: #004B8D;
  color: #FFF !important;
  border-color: #004B8D;
}
.pod.pod-b .generic-outline:hover {
  background: #004B8D;
  color: #FFF !important;
  border-color: #004B8D;
}
.pod.pod-c {
  background: #000000;
  background: rgba(0, 0, 0, 0.6);
  color: #FFF;
}
.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 .pf_form_table,
.pod.pod-c .pf_form_table .pf_label_text {
  color: #FFF;
}
.pod.pod-c a {
  color: #efefef;
}
.pod.pod-c a:hover {
  color: #d8d8d9;
}
.pod.pod-c .ixp-component-dropdown-input a {
  color: #8b8c8c;
}
.pod.pod-c .generic-fill {
  background: #27aae1;
  color: #FFF !important;
  border-color: #27aae1;
}
.pod.pod-c .generic-fill:hover {
  background: #004f71;
  color: #FFF !important;
  border-color: #004f71;
}
.pod.pod-c .generic-fill:hover {
  background: #004f71;
  color: #FFF !important;
  border-color: #004f71;
}
.pod.pod-c .generic-outline {
  background: transparent;
  color: #27aae1 !important;
  border-color: #27aae1;
}
.pod.pod-c .generic-outline:hover {
  background: #27aae1;
  color: #FFF !important;
  border-color: #27aae1;
}
.pod.pod-c .generic-outline:hover {
  background: #27aae1;
  color: #FFF !important;
  border-color: #27aae1;
}
.pod.pod-d {
  background: #000000;
  color: #FFF;
}
.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 .pf_form_table,
.pod.pod-d .pf_form_table .pf_label_text {
  color: #FFF;
}
.pod.pod-d a {
  color: #efefef;
}
.pod.pod-d a:hover {
  color: #d8d8d9;
}
.pod.pod-d .ixp-component-dropdown-input a {
  color: #8b8c8c;
}
.pod.pod-d .generic-fill {
  background: #27aae1;
  color: #FFF !important;
  border-color: #27aae1;
}
.pod.pod-d .generic-fill:hover {
  background: #004f71;
  color: #FFF !important;
  border-color: #004f71;
}
.pod.pod-d .generic-fill:hover {
  background: #004f71;
  color: #FFF !important;
  border-color: #004f71;
}
.pod.pod-d .generic-outline {
  background: transparent;
  color: #27aae1 !important;
  border-color: #27aae1;
}
.pod.pod-d .generic-outline:hover {
  background: #27aae1;
  color: #FFF !important;
  border-color: #27aae1;
}
.pod.pod-d .generic-outline:hover {
  background: #27aae1;
  color: #FFF !important;
  border-color: #27aae1;
}
.pod.pod-e {
  background: #004B8D;
  color: #FFF;
  border-top: solid 5px #BDCCF1;
}
.pod.pod-e h1,
.pod.pod-e h2,
.pod.pod-e h3,
.pod.pod-e h4,
.pod.pod-e h5,
.pod.pod-e h6 {
  color: #92c1e9;
}
.pod.pod-e p,
.pod.pod-e .pf_form_table,
.pod.pod-e .pf_form_table .pf_label_text {
  color: #FFF;
}
.pod.pod-e a {
  color: #92c1e9;
}
.pod.pod-e a:hover {
  color: #efefef;
}
.pod.pod-e .ixp-component-dropdown-input a {
  color: #8b8c8c;
}
.pod.pod-e .generic-fill {
  background: #27aae1;
  color: #FFF !important;
  border-color: #27aae1;
}
.pod.pod-e .generic-fill:hover {
  background: #004f71;
  color: #FFF !important;
  border-color: #004f71;
}
.pod.pod-e .generic-fill:hover {
  background: #004f71;
  color: #FFF !important;
  border-color: #004f71;
}
.pod.pod-e .generic-outline {
  background: transparent;
  color: #27aae1 !important;
  border-color: #27aae1;
}
.pod.pod-e .generic-outline:hover {
  background: #27aae1;
  color: #FFF !important;
  border-color: #27aae1;
}
.pod.pod-e .generic-outline:hover {
  background: #27aae1;
  color: #FFF !important;
  border-color: #27aae1;
}
.pod.pod-f {
  background: #0072ce;
  color: #FFF;
}
.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 .pf_form_table,
.pod.pod-f .pf_form_table .pf_label_text {
  color: #FFF;
}
.pod.pod-f a {
  color: #FFF;
}
.pod.pod-f a:hover {
  color: #efefef;
}
.pod.pod-f .ixp-component-dropdown-input a {
  color: #8b8c8c;
}
.pod.pod-f .generic-fill {
  background: #27aae1;
  color: #FFF !important;
  border-color: #27aae1;
}
.pod.pod-f .generic-fill:hover {
  background: #004f71;
  color: #FFF !important;
  border-color: #004f71;
}
.pod.pod-f .generic-fill:hover {
  background: #004f71;
  color: #FFF !important;
  border-color: #004f71;
}
.pod.pod-f .generic-outline {
  background: transparent;
  color: #27aae1 !important;
  border-color: #27aae1;
}
.pod.pod-f .generic-outline:hover {
  background: #27aae1;
  color: #FFF !important;
  border-color: #27aae1;
}
.pod.pod-f .generic-outline:hover {
  background: #27aae1;
  color: #FFF !important;
  border-color: #27aae1;
}
.pod.pod-g {
  background: #92c1e9;
  color: #FFF;
}
.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 .pf_form_table,
.pod.pod-g .pf_form_table .pf_label_text {
  color: #FFF;
}
.pod.pod-g a {
  color: #004B8D;
}
.pod.pod-g a:hover {
  color: #FFF;
}
.pod.pod-g .ixp-component-dropdown-input a {
  color: #8b8c8c;
}
.pod.pod-g .generic-fill {
  background: #004B8D;
  color: #FFF !important;
  border-color: #004B8D;
}
.pod.pod-g .generic-fill:hover {
  background: #000134;
  color: #FFF !important;
  border-color: #000134;
}
.pod.pod-g .generic-fill:hover {
  background: #000134;
  color: #FFF !important;
  border-color: #000134;
}
.pod.pod-g .generic-outline {
  background: transparent;
  color: #004B8D !important;
  border-color: #004B8D;
}
.pod.pod-g .generic-outline:hover {
  background: #004B8D;
  color: #FFF !important;
  border-color: #004B8D;
}
.pod.pod-g .generic-outline:hover {
  background: #004B8D;
  color: #FFF !important;
  border-color: #004B8D;
}
.pod.pod-h {
  background: #004f71;
  color: #FFF;
}
.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 .pf_form_table,
.pod.pod-h .pf_form_table .pf_label_text {
  color: #FFF;
}
.pod.pod-h a {
  color: #efefef;
}
.pod.pod-h a:hover {
  color: #FFF;
}
.pod.pod-h .ixp-component-dropdown-input a {
  color: #8b8c8c;
}
.pod.pod-h .generic-fill {
  background: #27aae1;
  color: #FFF !important;
  border-color: #27aae1;
}
.pod.pod-h .generic-fill:hover {
  background: #004f71;
  color: #FFF !important;
  border-color: #004f71;
}
.pod.pod-h .generic-fill:hover {
  background: #004f71;
  color: #FFF !important;
  border-color: #004f71;
}
.pod.pod-h .generic-outline {
  background: transparent;
  color: #27aae1 !important;
  border-color: #27aae1;
}
.pod.pod-h .generic-outline:hover {
  background: #27aae1;
  color: #FFF !important;
  border-color: #27aae1;
}
.pod.pod-h .generic-outline:hover {
  background: #27aae1;
  color: #FFF !important;
  border-color: #27aae1;
}
.pod.pod-i {
  background: #efefef;
  color: #646566;
}
.pod.pod-i h1,
.pod.pod-i h2,
.pod.pod-i h3,
.pod.pod-i h4,
.pod.pod-i h5,
.pod.pod-i h6,
.pod.pod-i p,
.pod.pod-i .pf_form_table,
.pod.pod-i .pf_form_table .pf_label_text {
  color: #646566;
}
.pod.pod-i a {
  color: #004B8D;
}
.pod.pod-i a:hover {
  color: #004B8D;
}
.pod.pod-i .ixp-component-dropdown-input a {
  color: #8b8c8c;
}
.pod.pod-i .generic-fill {
  background: #004B8D;
  color: #FFF !important;
  border-color: #004B8D;
}
.pod.pod-i .generic-fill:hover {
  background: #000134;
  color: #FFF !important;
  border-color: #000134;
}
.pod.pod-i .generic-fill:hover {
  background: #000134;
  color: #FFF !important;
  border-color: #000134;
}
.pod.pod-i .generic-outline {
  background: transparent;
  color: #004B8D !important;
  border-color: #004B8D;
}
.pod.pod-i .generic-outline:hover {
  background: #004B8D;
  color: #FFF !important;
  border-color: #004B8D;
}
.pod.pod-i .generic-outline:hover {
  background: #004B8D;
  color: #FFF !important;
  border-color: #004B8D;
}
.pod.pod-j {
  background: #b1b2b2;
  color: #FFF;
}
.pod.pod-j h1,
.pod.pod-j h2,
.pod.pod-j h3,
.pod.pod-j h4,
.pod.pod-j h5,
.pod.pod-j h6,
.pod.pod-j p,
.pod.pod-j .pf_form_table,
.pod.pod-j .pf_form_table .pf_label_text {
  color: #FFF;
}
.pod.pod-j a {
  color: #004B8D;
}
.pod.pod-j a:hover {
  color: #25282a;
}
.pod.pod-j .ixp-component-dropdown-input a {
  color: #8b8c8c;
}
.pod.pod-j .generic-fill {
  background: #27aae1;
  color: #FFF !important;
  border-color: #27aae1;
}
.pod.pod-j .generic-fill:hover {
  background: #004f71;
  color: #FFF !important;
  border-color: #004f71;
}
.pod.pod-j .generic-fill:hover {
  background: #004f71;
  color: #FFF !important;
  border-color: #004f71;
}
.pod.pod-j .generic-outline {
  background: transparent;
  color: #27aae1 !important;
  border-color: #27aae1;
}
.pod.pod-j .generic-outline:hover {
  background: #27aae1;
  color: #FFF !important;
  border-color: #27aae1;
}
.pod.pod-j .generic-outline:hover {
  background: #27aae1;
  color: #FFF !important;
  border-color: #27aae1;
}
.pod.pod-k {
  background: #8b8c8c;
  color: #FFF;
}
.pod.pod-k h1,
.pod.pod-k h2,
.pod.pod-k h3,
.pod.pod-k h4,
.pod.pod-k h5,
.pod.pod-k h6,
.pod.pod-k p,
.pod.pod-k .pf_form_table,
.pod.pod-k .pf_form_table .pf_label_text {
  color: #FFF;
}
.pod.pod-k a {
  color: #efefef;
}
.pod.pod-k a:hover {
  color: #FFF;
}
.pod.pod-k .ixp-component-dropdown-input a {
  color: #8b8c8c;
}
.pod.pod-k .generic-fill {
  background: #27aae1;
  color: #FFF !important;
  border-color: #27aae1;
}
.pod.pod-k .generic-fill:hover {
  background: #004f71;
  color: #FFF !important;
  border-color: #004f71;
}
.pod.pod-k .generic-fill:hover {
  background: #004f71;
  color: #FFF !important;
  border-color: #004f71;
}
.pod.pod-k .generic-outline {
  background: transparent;
  color: #27aae1 !important;
  border-color: #27aae1;
}
.pod.pod-k .generic-outline:hover {
  background: #27aae1;
  color: #FFF !important;
  border-color: #27aae1;
}
.pod.pod-k .generic-outline:hover {
  background: #27aae1;
  color: #FFF !important;
  border-color: #27aae1;
}
.pod.pod-l {
  background: #25282a;
  color: #FFF;
}
.pod.pod-l h1,
.pod.pod-l h2,
.pod.pod-l h3,
.pod.pod-l h4,
.pod.pod-l h5,
.pod.pod-l h6,
.pod.pod-l p,
.pod.pod-l .pf_form_table,
.pod.pod-l .pf_form_table .pf_label_text {
  color: #FFF;
}
.pod.pod-l a {
  color: #efefef;
}
.pod.pod-l a:hover {
  color: #FFF;
}
.pod.pod-l .ixp-component-dropdown-input a {
  color: #8b8c8c;
}
.pod.pod-l .generic-fill {
  background: #27aae1;
  color: #FFF !important;
  border-color: #27aae1;
}
.pod.pod-l .generic-fill:hover {
  background: #004f71;
  color: #FFF !important;
  border-color: #004f71;
}
.pod.pod-l .generic-fill:hover {
  background: #004f71;
  color: #FFF !important;
  border-color: #004f71;
}
.pod.pod-l .generic-outline {
  background: transparent;
  color: #27aae1 !important;
  border-color: #27aae1;
}
.pod.pod-l .generic-outline:hover {
  background: #27aae1;
  color: #FFF !important;
  border-color: #27aae1;
}
.pod.pod-l .generic-outline:hover {
  background: #27aae1;
  color: #FFF !important;
  border-color: #27aae1;
}
.pod.pod-m {
  background: #d8d8d9;
  color: #646566;
}
.pod.pod-m h1,
.pod.pod-m h2,
.pod.pod-m h3,
.pod.pod-m h4,
.pod.pod-m h5,
.pod.pod-m h6,
.pod.pod-m p,
.pod.pod-m .pf_form_table,
.pod.pod-m .pf_form_table .pf_label_text {
  color: #646566;
}
.pod.pod-m a {
  color: #004B8D;
}
.pod.pod-m a:hover {
  color: #25282a;
}
.pod.pod-m .ixp-component-dropdown-input a {
  color: #8b8c8c;
}
.pod.pod-m .generic-fill {
  background: #004B8D;
  color: #FFF !important;
  border-color: #004B8D;
}
.pod.pod-m .generic-fill:hover {
  background: #000134;
  color: #FFF !important;
  border-color: #000134;
}
.pod.pod-m .generic-fill:hover {
  background: #000134;
  color: #FFF !important;
  border-color: #000134;
}
.pod.pod-m .generic-outline {
  background: transparent;
  color: #004B8D !important;
  border-color: #004B8D;
}
.pod.pod-m .generic-outline:hover {
  background: #004B8D;
  color: #FFF !important;
  border-color: #004B8D;
}
.pod.pod-m .generic-outline:hover {
  background: #004B8D;
  color: #FFF !important;
  border-color: #004B8D;
}
.pod.pod-n {
  background: #8B2346;
  color: #FFF;
}
.pod.pod-n h1,
.pod.pod-n h2,
.pod.pod-n h3,
.pod.pod-n h4,
.pod.pod-n h5,
.pod.pod-n h6,
.pod.pod-n p,
.pod.pod-n .pf_form_table,
.pod.pod-n .pf_form_table .pf_label_text {
  color: #FFF;
}
.pod.pod-n a {
  color: #efefef;
}
.pod.pod-n a:hover {
  color: #FFF;
}
.pod.pod-n .ixp-component-dropdown-input a {
  color: #8b8c8c;
}
.pod.pod-n .generic-fill {
  background: #27aae1;
  color: #FFF !important;
  border-color: #27aae1;
}
.pod.pod-n .generic-fill:hover {
  background: #004f71;
  color: #FFF !important;
  border-color: #004f71;
}
.pod.pod-n .generic-fill:hover {
  background: #004f71;
  color: #FFF !important;
  border-color: #004f71;
}
.pod.pod-n .generic-outline {
  background: transparent;
  color: #27aae1 !important;
  border-color: #27aae1;
}
.pod.pod-n .generic-outline:hover {
  background: #27aae1;
  color: #FFF !important;
  border-color: #27aae1;
}
.pod.pod-n .generic-outline:hover {
  background: #27aae1;
  color: #FFF !important;
  border-color: #27aae1;
}
.pod.pod-o {
  background: #4a7729;
  color: #FFF;
}
.pod.pod-o h1,
.pod.pod-o h2,
.pod.pod-o h3,
.pod.pod-o h4,
.pod.pod-o h5,
.pod.pod-o h6,
.pod.pod-o p,
.pod.pod-o .pf_form_table,
.pod.pod-o .pf_form_table .pf_label_text {
  color: #FFF;
}
.pod.pod-o a {
  color: #efefef;
}
.pod.pod-o a:hover {
  color: #FFF;
}
.pod.pod-o .ixp-component-dropdown-input a {
  color: #8b8c8c;
}
.pod.pod-o .generic-fill {
  background: #27aae1;
  color: #FFF !important;
  border-color: #27aae1;
}
.pod.pod-o .generic-fill:hover {
  background: #004f71;
  color: #FFF !important;
  border-color: #004f71;
}
.pod.pod-o .generic-fill:hover {
  background: #004f71;
  color: #FFF !important;
  border-color: #004f71;
}
.pod.pod-o .generic-outline {
  background: transparent;
  color: #27aae1 !important;
  border-color: #27aae1;
}
.pod.pod-o .generic-outline:hover {
  background: #27aae1;
  color: #FFF !important;
  border-color: #27aae1;
}
.pod.pod-o .generic-outline:hover {
  background: #27aae1;
  color: #FFF !important;
  border-color: #27aae1;
}
.pod.pod-p {
  background: #ffc72c;
  color: #FFF;
}
.pod.pod-p h1,
.pod.pod-p h2,
.pod.pod-p h3,
.pod.pod-p h4,
.pod.pod-p h5,
.pod.pod-p h6,
.pod.pod-p p,
.pod.pod-p .pf_form_table,
.pod.pod-p .pf_form_table .pf_label_text {
  color: #FFF;
}
.pod.pod-p a {
  color: #FFF;
}
.pod.pod-p a:hover {
  color: #004B8D;
}
.pod.pod-p .ixp-component-dropdown-input a {
  color: #8b8c8c;
}
.pod.pod-p .generic-fill {
  background: #004B8D;
  color: #FFF !important;
  border-color: #004B8D;
}
.pod.pod-p .generic-fill:hover {
  background: #000134;
  color: #FFF !important;
  border-color: #000134;
}
.pod.pod-p .generic-fill:hover {
  background: #000134;
  color: #FFF !important;
  border-color: #000134;
}
.pod.pod-p .generic-outline {
  background: transparent;
  color: #004B8D !important;
  border-color: #004B8D;
}
.pod.pod-p .generic-outline:hover {
  background: #004B8D;
  color: #FFF !important;
  border-color: #004B8D;
}
.pod.pod-p .generic-outline:hover {
  background: #004B8D;
  color: #FFF !important;
  border-color: #004B8D;
}
.pod.pod-q {
  background: #be531c;
  color: #FFF;
}
.pod.pod-q h1,
.pod.pod-q h2,
.pod.pod-q h3,
.pod.pod-q h4,
.pod.pod-q h5,
.pod.pod-q h6,
.pod.pod-q p,
.pod.pod-q .pf_form_table,
.pod.pod-q .pf_form_table .pf_label_text {
  color: #FFF;
}
.pod.pod-q a {
  color: #efefef;
}
.pod.pod-q a:hover {
  color: #FFF;
}
.pod.pod-q .ixp-component-dropdown-input a {
  color: #8b8c8c;
}
.pod.pod-q .generic-fill {
  background: #27aae1;
  color: #FFF !important;
  border-color: #27aae1;
}
.pod.pod-q .generic-fill:hover {
  background: #004f71;
  color: #FFF !important;
  border-color: #004f71;
}
.pod.pod-q .generic-fill:hover {
  background: #004f71;
  color: #FFF !important;
  border-color: #004f71;
}
.pod.pod-q .generic-outline {
  background: transparent;
  color: #27aae1 !important;
  border-color: #27aae1;
}
.pod.pod-q .generic-outline:hover {
  background: #27aae1;
  color: #FFF !important;
  border-color: #27aae1;
}
.pod.pod-q .generic-outline:hover {
  background: #27aae1;
  color: #FFF !important;
  border-color: #27aae1;
}
.pod.pod-r {
  background: #eaaa00;
  color: #FFF;
}
.pod.pod-r h1,
.pod.pod-r h2,
.pod.pod-r h3,
.pod.pod-r h4,
.pod.pod-r h5,
.pod.pod-r h6,
.pod.pod-r p,
.pod.pod-r .pf_form_table,
.pod.pod-r .pf_form_table .pf_label_text {
  color: #FFF;
}
.pod.pod-r a {
  color: #efefef;
}
.pod.pod-r a:hover {
  color: #FFF;
}
.pod.pod-r .ixp-component-dropdown-input a {
  color: #8b8c8c;
}
.pod.pod-r .generic-fill {
  background: #004B8D;
  color: #FFF !important;
  border-color: #004B8D;
}
.pod.pod-r .generic-fill:hover {
  background: #000134;
  color: #FFF !important;
  border-color: #000134;
}
.pod.pod-r .generic-fill:hover {
  background: #000134;
  color: #FFF !important;
  border-color: #000134;
}
.pod.pod-r .generic-outline {
  background: transparent;
  color: #004B8D !important;
  border-color: #004B8D;
}
.pod.pod-r .generic-outline:hover {
  background: #004B8D;
  color: #FFF !important;
  border-color: #004B8D;
}
.pod.pod-r .generic-outline:hover {
  background: #004B8D;
  color: #FFF !important;
  border-color: #004B8D;
}
.pod.pod-s {
  background: #e9e9f2;
  color: #8b8c8c;
}
.pod.pod-s h1,
.pod.pod-s h2,
.pod.pod-s h3,
.pod.pod-s h4,
.pod.pod-s h5,
.pod.pod-s h6,
.pod.pod-s p,
.pod.pod-s .pf_form_table,
.pod.pod-s .pf_form_table .pf_label_text {
  color: #8b8c8c;
}
.pod.pod-s a {
  color: #004B8D;
}
.pod.pod-s a:hover {
  color: #25282a;
}
.pod.pod-s .ixp-component-dropdown-input a {
  color: #8b8c8c;
}
.pod.pod-s .generic-fill {
  background: #004B8D;
  color: #FFF !important;
  border-color: #004B8D;
}
.pod.pod-s .generic-fill:hover {
  background: #000134;
  color: #FFF !important;
  border-color: #000134;
}
.pod.pod-s .generic-fill:hover {
  background: #000134;
  color: #FFF !important;
  border-color: #000134;
}
.pod.pod-s .generic-outline {
  background: transparent;
  color: #004B8D !important;
  border-color: #004B8D;
}
.pod.pod-s .generic-outline:hover {
  background: #004B8D;
  color: #FFF !important;
  border-color: #004B8D;
}
.pod.pod-s .generic-outline:hover {
  background: #004B8D;
  color: #FFF !important;
  border-color: #004B8D;
}
.pod.pod-t {
  background: #eaf1fc;
  background: -moz-linear-gradient(top, #eaf1fc 0%, #ffffff 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eaf1fc), color-stop(100%, #ffffff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #eaf1fc 0%, #ffffff 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #eaf1fc 0%, #ffffff 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #eaf1fc 0%, #ffffff 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #eaf1fc 0%, #ffffff 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eaf1fc', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */
  border: solid 2px #92c1e9;
  -webkit-box-shadow: 0px 12px 10px -9px rgba(0, 0, 0, 0.37);
  -moz-box-shadow: 0px 12px 10px -9px rgba(0, 0, 0, 0.37);
  box-shadow: 0px 12px 10px -9px rgba(0, 0, 0, 0.37);
  color: #8b8c8c;
}
.pod.pod-t h1,
.pod.pod-t h2,
.pod.pod-t h3,
.pod.pod-t h4,
.pod.pod-t h5,
.pod.pod-t h6,
.pod.pod-t p,
.pod.pod-t .pf_form_table,
.pod.pod-t .pf_form_table .pf_label_text {
  color: #8b8c8c;
}
.pod.pod-t a {
  color: #004B8D;
}
.pod.pod-t a:hover {
  color: #25282a;
}
.pod.pod-t .ixp-component-dropdown-input a {
  color: #8b8c8c;
}
.pod.pod-t .generic-fill {
  background: #004B8D;
  color: #FFF !important;
  border-color: #004B8D;
}
.pod.pod-t .generic-fill:hover {
  background: #000134;
  color: #FFF !important;
  border-color: #000134;
}
.pod.pod-t .generic-fill:hover {
  background: #000134;
  color: #FFF !important;
  border-color: #000134;
}
.pod.pod-t .generic-outline {
  background: transparent;
  color: #004B8D !important;
  border-color: #004B8D;
}
.pod.pod-t .generic-outline:hover {
  background: #004B8D;
  color: #FFF !important;
  border-color: #004B8D;
}
.pod.pod-t .generic-outline:hover {
  background: #004B8D;
  color: #FFF !important;
  border-color: #004B8D;
}
.pod.pod-u {
  background: #f2d89f;
  background: -moz-linear-gradient(top, #f2d89f 0%, #fcd36b 3%, #ebb148 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2d89f), color-stop(3%, #fcd36b), color-stop(100%, #ebb148));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f2d89f 0%, #fcd36b 3%, #ebb148 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f2d89f 0%, #fcd36b 3%, #ebb148 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f2d89f 0%, #fcd36b 3%, #ebb148 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f2d89f 0%, #fcd36b 3%, #ebb148 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2d89f', endColorstr='#ebb148', GradientType=0);
  /* IE6-9 */
  border: solid 1px #D59B37;
  color: #FFF;
}
.pod.pod-u h1,
.pod.pod-u h2,
.pod.pod-u h3,
.pod.pod-u h4,
.pod.pod-u h5,
.pod.pod-u h6,
.pod.pod-u p,
.pod.pod-u .pf_form_table,
.pod.pod-u .pf_form_table .pf_label_text {
  color: #FFF;
}
.pod.pod-u a {
  color: #efefef;
}
.pod.pod-u a:hover {
  color: #FFF;
}
.pod.pod-u .ixp-component-dropdown-input a {
  color: #8b8c8c;
}
.pod.pod-u .generic-fill {
  background: #004B8D;
  color: #FFF !important;
  border-color: #004B8D;
}
.pod.pod-u .generic-fill:hover {
  background: #000134;
  color: #FFF !important;
  border-color: #000134;
}
.pod.pod-u .generic-fill:hover {
  background: #000134;
  color: #FFF !important;
  border-color: #000134;
}
.pod.pod-u .generic-outline {
  background: transparent;
  color: #004B8D !important;
  border-color: #004B8D;
}
.pod.pod-u .generic-outline:hover {
  background: #004B8D;
  color: #FFF !important;
  border-color: #004B8D;
}
.pod.pod-u .generic-outline:hover {
  background: #004B8D;
  color: #FFF !important;
  border-color: #004B8D;
}
.pod.pod-v {
  background: #b9d0f7;
  background: -moz-linear-gradient(top, #b9d0f7 0%, #a6c2f6 3%, #8195c3 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b9d0f7), color-stop(3%, #a6c2f6), color-stop(100%, #8195c3));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #b9d0f7 0%, #a6c2f6 3%, #8195c3 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #b9d0f7 0%, #a6c2f6 3%, #8195c3 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #b9d0f7 0%, #a6c2f6 3%, #8195c3 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #b9d0f7 0%, #a6c2f6 3%, #8195c3 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b9d0f7', endColorstr='#8195c3', GradientType=0);
  /* IE6-9 */
  border: solid 1px #8FA6D5;
  color: #FFF;
}
.pod.pod-v h1,
.pod.pod-v h2,
.pod.pod-v h3,
.pod.pod-v h4,
.pod.pod-v h5,
.pod.pod-v h6,
.pod.pod-v p,
.pod.pod-v .pf_form_table,
.pod.pod-v .pf_form_table .pf_label_text {
  color: #FFF;
}
.pod.pod-v a {
  color: #efefef;
}
.pod.pod-v a:hover {
  color: #FFF;
}
.pod.pod-v .ixp-component-dropdown-input a {
  color: #8b8c8c;
}
.pod.pod-v .generic-fill {
  background: #004B8D;
  color: #FFF !important;
  border-color: #004B8D;
}
.pod.pod-v .generic-fill:hover {
  background: #000134;
  color: #FFF !important;
  border-color: #000134;
}
.pod.pod-v .generic-fill:hover {
  background: #000134;
  color: #FFF !important;
  border-color: #000134;
}
.pod.pod-v .generic-outline {
  background: transparent;
  color: #004B8D !important;
  border-color: #004B8D;
}
.pod.pod-v .generic-outline:hover {
  background: #004B8D;
  color: #FFF !important;
  border-color: #004B8D;
}
.pod.pod-v .generic-outline:hover {
  background: #004B8D;
  color: #FFF !important;
  border-color: #004B8D;
}
.pod.pod-w {
  background: #e82c2a;
  color: #FFF;
}
.pod.pod-w h1,
.pod.pod-w h2,
.pod.pod-w h3,
.pod.pod-w h4,
.pod.pod-w h5,
.pod.pod-w h6,
.pod.pod-w p,
.pod.pod-w .pf_form_table,
.pod.pod-w .pf_form_table .pf_label_text {
  color: #FFF;
}
.pod.pod-w a {
  color: #efefef;
}
.pod.pod-w a:hover {
  color: #FFF;
}
.pod.pod-w .ixp-component-dropdown-input a {
  color: #8b8c8c;
}
.pod.pod-w .generic-fill {
  background: #27aae1;
  color: #FFF !important;
  border-color: #27aae1;
}
.pod.pod-w .generic-fill:hover {
  background: #004f71;
  color: #FFF !important;
  border-color: #004f71;
}
.pod.pod-w .generic-fill:hover {
  background: #004f71;
  color: #FFF !important;
  border-color: #004f71;
}
.pod.pod-w .generic-outline {
  background: transparent;
  color: #004B8D !important;
  border-color: #004B8D;
}
.pod.pod-w .generic-outline:hover {
  background: #004B8D;
  color: #FFF !important;
  border-color: #004B8D;
}
.pod.pod-w .generic-outline:hover {
  background: #004B8D;
  color: #FFF !important;
  border-color: #004B8D;
}
.pod.pod-x {
  background: #e8d3a5;
  color: #FFF;
}
.pod.pod-x h1,
.pod.pod-x h2,
.pod.pod-x h3,
.pod.pod-x h4,
.pod.pod-x h5,
.pod.pod-x h6,
.pod.pod-x p,
.pod.pod-x .pf_form_table,
.pod.pod-x .pf_form_table .pf_label_text {
  color: #FFF;
}
.pod.pod-x a {
  color: #efefef;
}
.pod.pod-x a:hover {
  color: #FFF;
}
.pod.pod-x .ixp-component-dropdown-input a {
  color: #8b8c8c;
}
.pod.pod-x .generic-fill {
  background: #004B8D;
  color: #FFF !important;
  border-color: #004B8D;
}
.pod.pod-x .generic-fill:hover {
  background: #000134;
  color: #FFF !important;
  border-color: #000134;
}
.pod.pod-x .generic-fill:hover {
  background: #000134;
  color: #FFF !important;
  border-color: #000134;
}
.pod.pod-x .generic-outline {
  background: transparent;
  color: #004B8D !important;
  border-color: #004B8D;
}
.pod.pod-x .generic-outline:hover {
  background: #004B8D;
  color: #FFF !important;
  border-color: #004B8D;
}
.pod.pod-x .generic-outline:hover {
  background: #004B8D;
  color: #FFF !important;
  border-color: #004B8D;
}
.pod.pod-y {
  background: #614b79;
  color: #FFF;
}
.pod.pod-y h1,
.pod.pod-y h2,
.pod.pod-y h3,
.pod.pod-y h4,
.pod.pod-y h5,
.pod.pod-y h6,
.pod.pod-y p,
.pod.pod-y .pf_form_table,
.pod.pod-y .pf_form_table .pf_label_text {
  color: #FFF;
}
.pod.pod-y a {
  color: #efefef;
}
.pod.pod-y a:hover {
  color: #FFF;
}
.pod.pod-y .ixp-component-dropdown-input a {
  color: #8b8c8c;
}
.pod.pod-y .generic-fill {
  background: #27aae1;
  color: #FFF !important;
  border-color: #27aae1;
}
.pod.pod-y .generic-fill:hover {
  background: #004f71;
  color: #FFF !important;
  border-color: #004f71;
}
.pod.pod-y .generic-fill:hover {
  background: #004f71;
  color: #FFF !important;
  border-color: #004f71;
}
.pod.pod-y .generic-outline {
  background: transparent;
  color: #27aae1 !important;
  border-color: #27aae1;
}
.pod.pod-y .generic-outline:hover {
  background: #27aae1;
  color: #FFF !important;
  border-color: #27aae1;
}
.pod.pod-y .generic-outline:hover {
  background: #27aae1;
  color: #FFF !important;
  border-color: #27aae1;
}
.pod.pod-z {
  background: #6ba4b8;
  color: #FFF;
}
.pod.pod-z h1,
.pod.pod-z h2,
.pod.pod-z h3,
.pod.pod-z h4,
.pod.pod-z h5,
.pod.pod-z h6,
.pod.pod-z p,
.pod.pod-z .pf_form_table,
.pod.pod-z .pf_form_table .pf_label_text {
  color: #FFF;
}
.pod.pod-z a {
  color: #efefef;
}
.pod.pod-z a:hover {
  color: #FFF;
}
.pod.pod-z .ixp-component-dropdown-input a {
  color: #8b8c8c;
}
.pod.pod-z .generic-fill {
  background: #27aae1;
  color: #FFF !important;
  border-color: #27aae1;
}
.pod.pod-z .generic-fill:hover {
  background: #004f71;
  color: #FFF !important;
  border-color: #004f71;
}
.pod.pod-z .generic-fill:hover {
  background: #004f71;
  color: #FFF !important;
  border-color: #004f71;
}
.pod.pod-z .generic-outline {
  background: transparent;
  color: #004B8D !important;
  border-color: #004B8D;
}
.pod.pod-z .generic-outline:hover {
  background: #004B8D;
  color: #FFF !important;
  border-color: #004B8D;
}
.pod.pod-z .generic-outline:hover {
  background: #004B8D;
  color: #FFF !important;
  border-color: #004B8D;
}
.pod.pod-aa {
  background: #009ca6;
  color: #FFF;
}
.pod.pod-aa h1,
.pod.pod-aa h2,
.pod.pod-aa h3,
.pod.pod-aa h4,
.pod.pod-aa h5,
.pod.pod-aa h6,
.pod.pod-aa p,
.pod.pod-aa .pf_form_table,
.pod.pod-aa .pf_form_table .pf_label_text {
  color: #FFF;
}
.pod.pod-aa a {
  color: #efefef;
}
.pod.pod-aa a:hover {
  color: #FFF;
}
.pod.pod-aa .ixp-component-dropdown-input a {
  color: #8b8c8c;
}
.pod.pod-aa .generic-fill {
  background: #27aae1;
  color: #FFF !important;
  border-color: #27aae1;
}
.pod.pod-aa .generic-fill:hover {
  background: #004f71;
  color: #FFF !important;
  border-color: #004f71;
}
.pod.pod-aa .generic-fill:hover {
  background: #004f71;
  color: #FFF !important;
  border-color: #004f71;
}
.pod.pod-aa .generic-outline {
  background: transparent;
  color: #004B8D !important;
  border-color: #004B8D;
}
.pod.pod-aa .generic-outline:hover {
  background: #004B8D;
  color: #FFF !important;
  border-color: #004B8D;
}
.pod.pod-aa .generic-outline:hover {
  background: #004B8D;
  color: #FFF !important;
  border-color: #004B8D;
}
/* ======================================
	Pods with Form Styling

	REQUIRED CLASS: .pod.form-pod-a
====================================== */
.pod.form-pod-a {
  background: #646566;
  color: #FFF;
}
.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 .pf_form_table,
.pod.form-pod-a .pf_form_table .pf_label_text {
  color: #FFF;
}
.pod.form-pod-a a {
  color: #efefef;
}
.pod.form-pod-a a:hover {
  color: #FFF;
}
.pod.form-pod-a .ixp-component-dropdown-input a {
  color: #8b8c8c;
}
.pod.form-pod-a .generic-fill {
  background: #004B8D;
  color: #FFF !important;
  border-color: #004B8D;
}
.pod.form-pod-a .generic-fill:hover {
  background: #000134;
  color: #FFF !important;
  border-color: #000134;
}
.pod.form-pod-a .generic-fill:hover {
  background: #000134;
  color: #FFF !important;
  border-color: #000134;
}
.pod.form-pod-a .generic-outline {
  background: #27aae1;
  color: #FFF !important;
  border-color: #27aae1;
}
.pod.form-pod-a .generic-outline:hover {
  background: #004f71;
  color: #FFF !important;
  border-color: #004f71;
}
.pod.form-pod-a .generic-outline:hover {
  background: #004f71;
  color: #FFF !important;
  border-color: #004f71;
}
/* ======================================
	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: "Blue Pod";
  -ixp-tags: "Pods";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.pod.pod-f {
  -ixp-name: "Blue Lighter Pod";
  -ixp-tags: "Pods";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.pod.pod-g {
  -ixp-name: "Blue Lightest Pod";
  -ixp-tags: "Pods";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.pod.pod-h {
  -ixp-name: "Bright Blue Darkest Pod";
  -ixp-tags: "Pods";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.pod.pod-i {
  -ixp-name: "Gray Lightest Pod";
  -ixp-tags: "Pods";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.pod.pod-j {
  -ixp-name: "Gray Lighter Pod";
  -ixp-tags: "Pods";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.pod.form-pod-a {
  -ixp-name: "Gray Pod";
  -ixp-tags: "Pods";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.pod.pod-k {
  -ixp-name: "Gray Light Pod";
  -ixp-tags: "Pods";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.pod.pod-l {
  -ixp-name: "Gray Darker Pod";
  -ixp-tags: "Pods";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.pod.pod-m {
  -ixp-name: "Gray Lighter 2 Pod";
  -ixp-tags: "Pods";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.pod.pod-n {
  -ixp-name: "Red Pod";
  -ixp-tags: "Pods";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.pod.pod-o {
  -ixp-name: "Lime Darkest Pod";
  -ixp-tags: "Pods";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.pod.pod-p {
  -ixp-name: "Lemon Pod";
  -ixp-tags: "Pods";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.pod.pod-q {
  -ixp-name: "Orange Darkest Pod";
  -ixp-tags: "Pods";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.pod.pod-r {
  -ixp-name: "Lemon Darker Pod";
  -ixp-tags: "Pods";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.pod.pod-s {
  -ixp-name: "Pale Blue Pod";
  -ixp-tags: "Pods";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.pod.pod-t {
  -ixp-name: "White Blue Gradient Pod";
  -ixp-tags: "Pods";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.pod.pod-u {
  -ixp-name: "Gold Gradient Pod";
  -ixp-tags: "Pods";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.pod.pod-v {
  -ixp-name: "Blue Gradient Pod";
  -ixp-tags: "Pods";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.pod.pod-w {
  -ixp-name: "Apple Pod";
  -ixp-tags: "Pods";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.pod.pod-x {
  -ixp-name: "Tan Pod";
  -ixp-tags: "Pods";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.pod.pod-y {
  -ixp-name: "Plum Pod";
  -ixp-tags: "Pods";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.pod.pod-z {
  -ixp-name: "Stone Pod";
  -ixp-tags: "Pods";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.pod.pod-aa {
  -ixp-name: "Teal Pod";
  -ixp-tags: "Pods";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
/* ======================================
	Navigation: Default Style Overrides
====================================== */
.ixp-nav {
  background-color: #004B8D;
  color: #FFF;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em;
  margin: 0;
  text-transform: none;
  padding: 0;
  text-align: center;
}
.ixp-nav .ixp-nav-collapsible {
  height: auto;
  float: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.ixp-nav .ixp-nav-collapsible .ixp-navitem {
  background: none;
  display: inline-block;
  float: left;
  list-style-type: none;
  margin: 0;
  padding: 0;
  border-right: none;
}
.ixp-nav .ixp-nav-collapsible .ixp-navitem a {
  background-color: transparent;
  color: #FFF;
  display: block;
  padding: 1.25em 1em;
  text-decoration: none;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1;
}
.ixp-nav .ixp-nav-collapsible .ixp-navitem a:hover {
  background-color: #FFF;
  color: #004B8D;
  text-decoration: none;
}
.ixp-nav .ixp-navlist {
  max-width: 1170px;
  margin: 0 auto;
  text-align: center;
}
.ixp-nav.ixp-nav-collapsed {
  background-color: #004B8D;
  margin: 0.5em 0;
  text-align: center;
}
.ixp-nav.ixp-nav-collapsed .ixp-nav-opened {
  background-color: #004B8D;
}
.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;
  border: none;
}
.ixp-nav.ixp-nav-collapsed .ixp-navitem a {
  padding: 10px;
  text-align: center;
  font-size: 110%;
}
.ixp-nav .ixp-nav-toggle {
  margin: 0;
}
.ixp-nav .ixp-nav-toggle .ixp-nav-icon-bar {
  /* nav toggle button icon (menu closed) */
  background-color: #FFF;
  opacity: .6;
}
.ixp-nav .ixp-nav-toggle:hover .ixp-nav-icon-bar {
  background-color: #FFF;
  opacity: 1;
}
.ixp-nav .ixp-nav-toggle.ixp-nav-active .ixp-nav-icon-bar {
  /* nav toggle button icon (menu open) */
  background-color: #FFF;
  opacity: 1;
}
/* ======================================
	Navigation: alt theme(s)
    REQUIRED CLASS - .ixp-nav-menu-a
====================================== */
/* ========== THEME A ========== */
.ixp-nav-menu-a {
  background-color: #92c1e9;
  color: #FFF;
  margin: 0;
  padding: 0;
  font-size: 1em;
  text-align: center;
}
.ixp-nav-menu-a .ixp-nav-collapsible {
  float: none;
}
.ixp-nav-menu-a .ixp-nav-collapsible .ixp-navitem {
  float: left;
}
.ixp-nav-menu-a .ixp-nav-collapsible .ixp-navitem a {
  background-color: transparent;
  color: #FFF;
  padding: 1.25em 1em;
  text-decoration: none;
  font-size: 1em;
}
.ixp-nav-menu-a .ixp-nav-collapsible .ixp-navitem a:hover {
  background: #FFF;
  color: #92c1e9;
}
.ixp-nav-menu-a .ixp-navlist li:last-child {
  /* Overrides Default Styling from ixp-nav */
  border: none;
}
.ixp-nav-menu-a.ixp-nav-collapsed {
  /* BG color solid or transparent */
  background-color: #92c1e9;
  margin: 0.5em 0;
  text-align: center;
}
.ixp-nav-menu-a.ixp-nav-collapsed .ixp-nav-opened {
  background-color: #92c1e9;
}
.ixp-nav-menu-a.ixp-nav-collapsed .ixp-nav-opened li:first-child {
  margin-top: 0.5em;
}
.ixp-nav-menu-a.ixp-nav-collapsed .ixp-navitem {
  margin-left: 0;
  margin-right: 0;
}
.ixp-nav-menu-a.ixp-nav-collapsed .ixp-navitem a {
  padding: 10px;
  text-decoration: none;
  margin: 0;
  font-size: 110%;
}
.ixp-nav-menu-a.ixp-nav-collapsed .ixp-navitem a:hover {
  background-color: #FFF;
}
.ixp-nav-menu-a .ixp-nav-toggle {
  margin: 0 0 5px;
}
.ixp-nav-menu-a .ixp-nav-toggle .ixp-nav-icon-bar {
  /* nav toggle button icon (menu closed) */
  background-color: #FFF;
}
.ixp-nav-menu-a .ixp-nav-toggle:hover .ixp-nav-icon-bar {
  background-color: #FFF;
}
.ixp-nav-menu-a .ixp-nav-toggle.ixp-nav-active .ixp-nav-icon-bar {
  /* nav toggle button icon (menu open) */
  background-color: #FFF;
}
/* ========== THEME B ========== */
.ixp-nav-menu-b {
  background-color: #7f7f7f;
  color: #FFF;
  margin: 0;
  padding: 0;
  font-size: 1em;
  text-align: center;
}
.ixp-nav-menu-b .ixp-nav-collapsible {
  float: none;
}
.ixp-nav-menu-b .ixp-nav-collapsible .ixp-navitem {
  float: left;
}
.ixp-nav-menu-b .ixp-nav-collapsible .ixp-navitem a {
  background-color: transparent;
  color: #FFF;
  padding: 1.25em 1em;
  text-decoration: none;
  font-size: 1em;
}
.ixp-nav-menu-b .ixp-nav-collapsible .ixp-navitem a:hover {
  background: #FFF;
  color: #7f7f7f;
}
.ixp-nav-menu-b .ixp-navlist li:last-child {
  /* Overrides Default Styling from ixp-nav */
  border: none;
}
.ixp-nav-menu-b.ixp-nav-collapsed {
  /* BG color solid or transparent */
  background-color: #7f7f7f;
  margin: 0.5em 0;
  text-align: center;
}
.ixp-nav-menu-b.ixp-nav-collapsed .ixp-nav-opened {
  background-color: #7f7f7f;
}
.ixp-nav-menu-b.ixp-nav-collapsed .ixp-nav-opened li:first-child {
  margin-top: 0.5em;
}
.ixp-nav-menu-b.ixp-nav-collapsed .ixp-navitem {
  margin-left: 0;
  margin-right: 0;
}
.ixp-nav-menu-b.ixp-nav-collapsed .ixp-navitem a {
  padding: 10px;
  text-decoration: none;
  margin: 0;
  font-size: 110%;
}
.ixp-nav-menu-b.ixp-nav-collapsed .ixp-navitem a:hover {
  background-color: #FFF;
}
.ixp-nav-menu-b .ixp-nav-toggle {
  margin: 0 0 5px;
}
.ixp-nav-menu-b .ixp-nav-toggle .ixp-nav-icon-bar {
  /* nav toggle button icon (menu closed) */
  background-color: #FFF;
}
.ixp-nav-menu-b .ixp-nav-toggle:hover .ixp-nav-icon-bar {
  background-color: #FFF;
}
.ixp-nav-menu-b .ixp-nav-toggle.ixp-nav-active .ixp-nav-icon-bar {
  /* nav toggle button icon (menu open) */
  background-color: #FFF;
}
/* ======================================
	Navigation IXP Information
====================================== */
.ixp-nav-menu-a {
  -ixp-name: "Light Blue Navigation";
  -ixp-tags: "Navigation";
  -ixp-group: "navigation";
  -ixp-scope: "Navigation";
}
.ixp-nav-menu-b {
  -ixp-name: "Gray Navigation";
  -ixp-tags: "Navigation";
  -ixp-group: "navigation";
  -ixp-scope: "Navigation";
}
/* ======================================
	Navigation Active States
    REQUIRED CLASS - ixp-navitem-active-state-a, ixp-navitem-active-state-b
====================================== */
.ixp-navitem-active-state-a a {
  color: #004B8D !important;
  background: #FFF !important;
}
.ixp-navitem-active-state-a a:hover {
  color: #92c1e9 !important;
}
.ixp-navitem-active-state-b a {
  color: #92c1e9 !important;
  background: #FFF !important;
}
.ixp-navitem-active-state-b a:hover {
  color: #004B8D !important;
}
.ixp-navitem-active-state-c a {
  color: #7f7f7f !important;
  background: #FFF !important;
}
.ixp-navitem-active-state-c a:hover {
  color: #8b8c8c !important;
}
/* ======================================
	Navigation Active States IXP Information
====================================== */
.ixp-navitem-active-state-a {
  -ixp-name: "Active Primary";
  -ixp-tags: "Navigation";
  -ixp-group: "navigation";
  -ixp-scope: "NavigationItem";
}
.ixp-navitem-active-state-b {
  -ixp-name: "Active Light Blue";
  -ixp-tags: "Navigation";
  -ixp-group: "navigation";
  -ixp-scope: "NavigationItem";
}
.ixp-navitem-active-state-c {
  -ixp-name: "Active Gray";
  -ixp-tags: "Navigation";
  -ixp-group: "navigation";
  -ixp-scope: "NavigationItem";
}
/* ======================================
	Navigation Alignment
====================================== */
.ixp-nav-align-center.ixp-nav .ixp-navlist .ixp-navitem,
.ixp-nav-align-center.ixp-nav.ixp-nav-menu-a .ixp-navlist .ixp-navitem,
.ixp-nav-align-center.ixp-nav.ixp-nav-menu-b .ixp-navlist .ixp-navitem {
  float: none;
}
.ixp-nav-align-right.ixp-nav .ixp-navlist,
.ixp-nav-align-right.ixp-nav.ixp-nav-menu-a .ixp-navlist,
.ixp-nav-align-right.ixp-nav.ixp-nav-menu-b .ixp-navlist {
  text-align: right;
}
.ixp-nav-align-right.ixp-nav .ixp-navlist .ixp-navitem,
.ixp-nav-align-right.ixp-nav.ixp-nav-menu-a .ixp-navlist .ixp-navitem,
.ixp-nav-align-right.ixp-nav.ixp-nav-menu-b .ixp-navlist .ixp-navitem {
  float: none;
}
/* ======================================
	Navigation Alignment IXP Information
====================================== */
.ixp-nav-align-center {
  -ixp-name: "Nav: align center";
  -ixp-tags: "Navigation";
  -ixp-group: "navigation-align";
  -ixp-scope: "Navigation";
}
.ixp-nav-align-right {
  -ixp-name: "Nav: align right";
  -ixp-tags: "Navigation";
  -ixp-group: "navigation-align";
  -ixp-scope: "Navigation";
}
/* ======================================
	Accordion RMW (Default)
====================================== */
.lbui_accordion_v3 > .lbui_accordion_content > div > h2.lbui_trigger {
  background-color: #FFF;
  background-image: url('togglePlus.png') !important;
  background-repeat: no-repeat;
  background-position: 5px 50% !important;
  border: solid 2px #646566;
  -webkit-box-shadow: 0px 12px 10px -9px rgba(0, 0, 0, 0.37);
  -moz-box-shadow: 0px 12px 10px -9px rgba(0, 0, 0, 0.37);
  box-shadow: 0px 12px 10px -9px rgba(0, 0, 0, 0.37);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #004B8D;
  filter: none;
  font-size: 1.1em;
  height: auto;
  margin: 0 0 5px 0;
  padding: 3px 0 3px 30px;
  -webkit-transition: background 0.3s ease;
  -moz-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: #FFF;
  background-image: url('toggleMinus.png') !important;
  background-repeat: no-repeat;
  background-position: 5px 50% !important;
  border: solid 2px #646566;
  -webkit-box-shadow: 0px 12px 10px -9px rgba(0, 0, 0, 0.37);
  -moz-box-shadow: 0px 12px 10px -9px rgba(0, 0, 0, 0.37);
  box-shadow: 0px 12px 10px -9px rgba(0, 0, 0, 0.37);
  color: #000000;
  filter: none;
}
.lbui_accordion_v3 > .lbui_accordion_content .lbui_trigger.lbui_active:hover {
  background-color: #FFF;
  background-image: url('toggleMinus.png') !important;
  background-repeat: no-repeat;
  background-position: 5px 50% !important;
  border: solid 2px #646566;
  -webkit-box-shadow: 0px 12px 10px -9px rgba(0, 0, 0, 0.37);
  -moz-box-shadow: 0px 12px 10px -9px rgba(0, 0, 0, 0.37);
  box-shadow: 0px 12px 10px -9px rgba(0, 0, 0, 0.37);
  color: #000000;
  filter: none;
}
.lbui_accordion_v3 > .lbui_accordion_content .lbui_trigger:hover {
  background-color: #FFF;
  background-image: url('togglePlus.png') !important;
  background-repeat: no-repeat;
  background-position: 5px 50% !important;
  border: solid 2px #646566;
  -webkit-box-shadow: 0px 12px 10px -9px rgba(0, 0, 0, 0.37);
  -moz-box-shadow: 0px 12px 10px -9px rgba(0, 0, 0, 0.37);
  box-shadow: 0px 12px 10px -9px rgba(0, 0, 0, 0.37);
  color: #000000;
  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: #004B8D !important;
  background-image: url('toggleArrowLeft.png') !important;
  background-repeat: no-repeat;
  background-position: 5px 50% !important;
  border: none;
  color: #FFF;
  filter: none;
}
.accordion-a.lbui_accordion_v3 > .lbui_accordion_content .lbui_trigger.lbui_active {
  background-color: #92c1e9 !important;
  background-image: url('toggleArrowDown.png') !important;
  background-repeat: no-repeat;
  background-position: 5px 50% !important;
  border: none;
  color: #FFF;
  filter: none;
}
.accordion-a.lbui_accordion_v3 > .lbui_accordion_content .lbui_trigger.lbui_active:hover {
  background-color: #004f71 !important;
  background-image: url('toggleArrowDown.png') !important;
  background-repeat: no-repeat;
  background-position: 5px 50% !important;
  border: none;
  color: #FFF;
  filter: none;
}
.accordion-a.lbui_accordion_v3 > .lbui_accordion_content .lbui_trigger:hover {
  background-color: #004f71 !important;
  background-image: url('toggleArrowLeft.png') !important;
  background-repeat: no-repeat;
  background-position: 5px 50% !important;
  border: none;
  color: #FFF;
  filter: none;
}
/* ======================================
        Accordion IXP Information
        REQUIRED CLASSES: .accordion-a
    ====================================== */
.accordion-a {
  -ixp-name: "Blue";
  -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: #FFF;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-left: 1px solid #646566;
  border-right: 1px solid #646566;
  border-top: 1px solid #646566;
  border-bottom: 1px solid #646566;
  color: #25282a;
  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;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.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: #FFF;
  border-color: #646566;
  border-bottom: 1px solid #646566;
  color: #454545;
  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: #FFF;
  border-color: #646566;
  border-bottom: 1px solid #FFF;
  color: #004B8D;
  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: #FFF;
  border: 1px solid #646566;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0px 12px 10px -9px rgba(0, 0, 0, 0.37);
  -moz-box-shadow: 0px 12px 10px -9px rgba(0, 0, 0, 0.37);
  box-shadow: 0px 12px 10px -9px rgba(0, 0, 0, 0.37);
  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: #efefef;
  border: none;
  color: #004B8D;
  filter: none;
  text-shadow: none;
  -webkit-transition: background 0.3s ease;
  -moz-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: #92c1e9;
  border: none;
  color: #FFF;
  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: #004B8D;
  border: none;
  color: #FFF;
  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: #FFF;
  border: 3px solid #004B8D;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0px 12px 10px -9px rgba(0, 0, 0, 0.37);
  -moz-box-shadow: 0px 12px 10px -9px rgba(0, 0, 0, 0.37);
  box-shadow: 0px 12px 10px -9px rgba(0, 0, 0, 0.37);
  font-size: 1em;
}
/* 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;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-bottom: none !important;
}
/* ======================================
	Tabs IXP Information
    REQUIRED CLASSES: .tab-a
====================================== */
.tab-a {
  -ixp-name: "Blue";
  -ixp-tags: "Tabs";
  -ixp-group: "tabs";
  -ixp-scope: "Tabs, tabs_v3";
}
/* ======================================
	Flow Styling
====================================== */
.ixp-component-flow.ixp-component-flow-default > .ixp-component-flow-progress {
  font-size: 14px;
}
.ixp-component-flow.ixp-component-flow-default > .ixp-component-flow-progress .ixp-component-flow-progress-toggle {
  margin-left: 6px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  background: #efefef;
  color: #8b8c8c;
  background-image: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.ixp-component-flow.ixp-component-flow-default > .ixp-component-flow-progress.ixp-component-flow-progress-clickable .ixp-component-flow-progress-toggle:hover {
  background: #b1b2b2;
  color: #FFF;
}
.ixp-component-flow.ixp-component-flow-default > .ixp-component-flow-progress .ixp-component-flow-progress-toggle.ixp-component-flow-progress-active,
.ixp-component-flow.ixp-component-flow-default > .ixp-component-flow-progress.ixp-component-flow-progress-clickable .ixp-component-flow-progress-toggle.ixp-component-flow-progress-active,
.ixp-component-flow.ixp-component-flow-default > .ixp-component-flow-progress.ixp-component-flow-progress-clickable .ixp-component-flow-progress-toggle.ixp-component-flow-progress-active:hover {
  background: #004B8D;
  color: #FFF;
}
.ixp-component-flow.ixp-component-flow-dots-dark-solid > .ixp-component-flow-progress .ixp-component-flow-progress-toggle,
.ixp-component-flow.ixp-component-flow-dots-light-solid > .ixp-component-flow-progress .ixp-component-flow-progress-toggle,
.ixp-component-flow.ixp-component-flow-dots-light > .ixp-component-flow-progress .ixp-component-flow-progress-toggle,
.ixp-component-flow.ixp-component-flow-dots-dark > .ixp-component-flow-progress .ixp-component-flow-progress-toggle {
  margin-left: 4px;
  padding: 0;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-indent: -9999px;
  background: #efefef;
  background-image: none;
}
.ixp-component-flow.ixp-component-flow-dots-dark-solid > .ixp-component-flow-progress .ixp-component-flow-progress-toggle:hover,
.ixp-component-flow.ixp-component-flow-dots-light-solid > .ixp-component-flow-progress .ixp-component-flow-progress-toggle:hover,
.ixp-component-flow.ixp-component-flow-dots-light > .ixp-component-flow-progress .ixp-component-flow-progress-toggle:hover,
.ixp-component-flow.ixp-component-flow-dots-dark > .ixp-component-flow-progress .ixp-component-flow-progress-toggle:hover {
  background: #b1b2b2 !important;
}
.ixp-component-flow.ixp-component-flow-dots-dark-solid > .ixp-component-flow-progress .ixp-component-flow-progress-toggle.ixp-component-flow-progress-active,
.ixp-component-flow.ixp-component-flow-dots-light-solid > .ixp-component-flow-progress .ixp-component-flow-progress-toggle.ixp-component-flow-progress-active,
.ixp-component-flow.ixp-component-flow-dots-light > .ixp-component-flow-progress .ixp-component-flow-progress-toggle.ixp-component-flow-progress-active,
.ixp-component-flow.ixp-component-flow-dots-dark > .ixp-component-flow-progress .ixp-component-flow-progress-toggle.ixp-component-flow-progress-active,
.ixp-component-flow.ixp-component-flow-dots-dark-solid > .ixp-component-flow-progress.ixp-component-flow-progress-clickable .ixp-component-flow-progress-toggle.ixp-component-flow-progress-active,
.ixp-component-flow.ixp-component-flow-dots-light-solid > .ixp-component-flow-progress.ixp-component-flow-progress-clickable .ixp-component-flow-progress-toggle.ixp-component-flow-progress-active,
.ixp-component-flow.ixp-component-flow-dots-light > .ixp-component-flow-progress.ixp-component-flow-progress-clickable .ixp-component-flow-progress-toggle.ixp-component-flow-progress-active,
.ixp-component-flow.ixp-component-flow-dots-dark > .ixp-component-flow-progress.ixp-component-flow-progress-clickable .ixp-component-flow-progress-toggle.ixp-component-flow-progress-active,
.ixp-component-flow.ixp-component-flow-dots-dark-solid > .ixp-component-flow-progress.ixp-component-flow-progress-clickable .ixp-component-flow-progress-toggle.ixp-component-flow-progress-active:hover,
.ixp-component-flow.ixp-component-flow-dots-light-solid > .ixp-component-flow-progress.ixp-component-flow-progress-clickable .ixp-component-flow-progress-toggle.ixp-component-flow-progress-active:hover,
.ixp-component-flow.ixp-component-flow-dots-light > .ixp-component-flow-progress.ixp-component-flow-progress-clickable .ixp-component-flow-progress-toggle.ixp-component-flow-progress-active:hover,
.ixp-component-flow.ixp-component-flow-dots-dark > .ixp-component-flow-progress.ixp-component-flow-progress-clickable .ixp-component-flow-progress-toggle.ixp-component-flow-progress-active:hover {
  width: 16px;
  height: 16px;
  border-style: solid;
  border-width: 2px;
  border: #004B8D solid 2px;
  background-color: #004B8D;
  opacity: 1;
}
.ixp-component-flow.ixp-component-flow-dots-light > .ixp-component-flow-progress .ixp-component-flow-progress-toggle,
.ixp-component-flow.ixp-component-flow-dots-dark > .ixp-component-flow-progress .ixp-component-flow-progress-toggle {
  opacity: .75;
}
.ixp-component-flow.ixp-component-flow-dots-light.ixp-component-flow-progress-clickable .ixp-component-flow-progress-toggle:hover,
.ixp-component-flow.ixp-component-flow-dots-dark.ixp-component-flow-progress-clickable .ixp-component-flow-progress-toggle:hover {
  opacity: .75;
}
.ixp-component-flow.ixp-component-flow-dots-light-solid > .ixp-component-flow-progress .ixp-component-flow-progress-toggle,
.ixp-component-flow.ixp-component-flow-dots-light > .ixp-component-flow-progress .ixp-component-flow-progress-toggle {
  background: #efefef;
}
.ixp-component-flow.ixp-component-flow-bar-dark > .ixp-component-flow-progress .ixp-component-flow-progress-inner,
.ixp-component-flow.ixp-component-flow-bar-light > .ixp-component-flow-progress .ixp-component-flow-progress-inner {
  background: none;
}
.ixp-component-flow.ixp-component-flow-bar-dark > .ixp-component-flow-progress .ixp-component-flow-progress-toggle,
.ixp-component-flow.ixp-component-flow-bar-light > .ixp-component-flow-progress .ixp-component-flow-progress-toggle {
  background: #efefef;
  color: #efefef;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  height: 12px;
  line-height: 12px;
  border: none !important;
  margin: 0 1px 0 0;
}
.ixp-component-flow.ixp-component-flow-bar-dark > .ixp-component-flow-progress .ixp-component-flow-progress-toggle:first-child,
.ixp-component-flow.ixp-component-flow-bar-light > .ixp-component-flow-progress .ixp-component-flow-progress-toggle:first-child {
  -webkit-border-radius: 3px 0 0 3px !important;
  -moz-border-radius: 3px 0 0 3px !important;
  border-radius: 3px 0 0 3px !important;
}
.ixp-component-flow.ixp-component-flow-bar-dark > .ixp-component-flow-progress .ixp-component-flow-progress-toggle:last-child,
.ixp-component-flow.ixp-component-flow-bar-light > .ixp-component-flow-progress .ixp-component-flow-progress-toggle:last-child {
  -webkit-border-radius: 0 3px 3px 0 !important;
  -moz-border-radius: 0 3px 3px 0 !important;
  border-radius: 0 3px 3px 0 !important;
}
.ixp-component-flow.ixp-component-flow-bar-dark > .ixp-component-flow-progress.ixp-component-flow-progress-clickable .ixp-component-flow-progress-toggle:hover,
.ixp-component-flow.ixp-component-flow-bar-light > .ixp-component-flow-progress.ixp-component-flow-progress-clickable .ixp-component-flow-progress-toggle:hover {
  background: #efefef;
  color: #efefef;
}
.ixp-component-flow.ixp-component-flow-bar-dark > .ixp-component-flow-progress .ixp-component-flow-progress-toggle.ixp-component-flow-progress-active,
.ixp-component-flow.ixp-component-flow-bar-light > .ixp-component-flow-progress .ixp-component-flow-progress-toggle.ixp-component-flow-progress-active,
.ixp-component-flow.ixp-component-flow-bar-dark > .ixp-component-flow-progress.ixp-component-flow-progress-clickable .ixp-component-flow-progress-toggle.ixp-component-flow-progress-active,
.ixp-component-flow.ixp-component-flow-bar-light > .ixp-component-flow-progress.ixp-component-flow-progress-clickable .ixp-component-flow-progress-toggle.ixp-component-flow-progress-active,
.ixp-component-flow.ixp-component-flow-bar-dark > .ixp-component-flow-progress.ixp-component-flow-progress-clickable .ixp-component-flow-progress-toggle.ixp-component-flow-progress-active:hover,
.ixp-component-flow.ixp-component-flow-bar-light > .ixp-component-flow-progress.ixp-component-flow-progress-clickable .ixp-component-flow-progress-toggle.ixp-component-flow-progress-active:hover {
  background: #b1b2b2;
  color: #b1b2b2;
}
.ixp-component-flow.ixp-component-flow-bar-dark > .ixp-component-flow-progress .ixp-component-flow-progress-done,
.ixp-component-flow.ixp-component-flow-bar-light > .ixp-component-flow-progress .ixp-component-flow-progress-done {
  background: #004B8D !important;
  color: #004B8D !important;
}
.ixp-component-flow.ixp-component-flow-bar-light > .ixp-component-flow-progress .ixp-component-flow-progress-toggle {
  background: #efefef;
  color: #efefef;
}
/* ======================================
Custom flow fix for Firefox
====================================== */
.ixp-component-flow[data-ixp-flow-mode="normal"] > .ixp-component-flow-steps > .ixp-component-flow-step {
  -moz-transform-style: inherit;
}
/* ======================================
	SM Font Sizing
====================================== */
@media screen and (max-width: 991px) and (min-width: 768px) {
  .smFontSize10 {
    font-size: 110%;
  }
  .smFontSize20 {
    font-size: 120%;
  }
  .smFontSize30 {
    font-size: 130%;
  }
  .smFontSize40 {
    font-size: 140%;
  }
  .smFontSize50 {
    font-size: 150%;
  }
  .smFontSizen10 {
    font-size: 90%;
  }
  .smFontSizen20 {
    font-size: 80%;
  }
  .smFontSizen30 {
    font-size: 70%;
  }
  .smFontSizen40 {
    font-size: 60%;
  }
  .smFontSizen50 {
    font-size: 50%;
  }
  .smFontSizen60 {
    font-size: 40%;
  }
  .smFontSizen70 {
    font-size: 30%;
  }
  .smFontSizen80 {
    font-size: 20%;
  }
  .smFontSizen90 {
    font-size: 10%;
  }
}
/* ======================================
	SM Font IXP Information
====================================== */
.smFontSize10 {
  -ixp-name: "Font Size +10%";
  -ixp-tags: "SM Font Size";
  -ixp-group: "fontsm";
  -ixp-scope: "ContainerLike,Text,Link";
}
.smFontSize20 {
  -ixp-name: "Font Size +20%";
  -ixp-tags: "SM Font Size";
  -ixp-group: "fontsm";
  -ixp-scope: "ContainerLike,Text,Link";
}
.smFontSize30 {
  -ixp-name: "Font Size +30%";
  -ixp-tags: "SM Font Size";
  -ixp-group: "fontsm";
  -ixp-scope: "ContainerLike,Text,Link";
}
.smFontSize40 {
  -ixp-name: "Font Size +40%";
  -ixp-tags: "SM Font Size";
  -ixp-group: "fontsm";
  -ixp-scope: "ContainerLike,Text,Link";
}
.smFontSize50 {
  -ixp-name: "Font Size +50%";
  -ixp-tags: "SM Font Size";
  -ixp-group: "fontsm";
  -ixp-scope: "ContainerLike,Text,Link";
}
.smFontSize50 {
  -ixp-name: "Font Size +50%";
  -ixp-tags: "SM Font Size";
  -ixp-group: "fontsm";
  -ixp-scope: "ContainerLike,Text,Link";
}
.smFontSizen10 {
  -ixp-name: "Font Size -10%";
  -ixp-tags: "SM Font Size";
  -ixp-group: "fontsm";
  -ixp-scope: "ContainerLike,Text,Link";
}
.smFontSizen20 {
  -ixp-name: "Font Size -20%";
  -ixp-tags: "SM Font Size";
  -ixp-group: "fontsm";
  -ixp-scope: "ContainerLike,Text,Link";
}
.smFontSizen30 {
  -ixp-name: "Font Size -30%";
  -ixp-tags: "SM Font Size";
  -ixp-group: "fontsm";
  -ixp-scope: "ContainerLike,Text,Link";
}
.smFontSizen40 {
  -ixp-name: "Font Size -40%";
  -ixp-tags: "SM Font Size";
  -ixp-group: "fontsm";
  -ixp-scope: "ContainerLike,Text,Link";
}
.smFontSizen50 {
  -ixp-name: "Font Size -50%";
  -ixp-tags: "SM Font Size";
  -ixp-group: "fontsm";
  -ixp-scope: "ContainerLike,Text,Link";
}
.smFontSizen60 {
  -ixp-name: "Font Size -60%";
  -ixp-tags: "SM Font Size";
  -ixp-group: "fontsm";
  -ixp-scope: "ContainerLike,Text,Link";
}
.smFontSizen70 {
  -ixp-name: "Font Size -70%";
  -ixp-tags: "SM Font Size";
  -ixp-group: "fontsm";
  -ixp-scope: "ContainerLike,Text,Link";
}
.smFontSizen80 {
  -ixp-name: "Font Size -80%";
  -ixp-tags: "SM Font Size";
  -ixp-group: "fontsm";
  -ixp-scope: "ContainerLike,Text,Link";
}
.smFontSizen90 {
  -ixp-name: "Font Size -90%";
  -ixp-tags: "SM Font Size";
  -ixp-group: "fontsm";
  -ixp-scope: "ContainerLike,Text,Link";
}
/* ======================================
	XS Font Sizing
====================================== */
@media screen and (max-width: 767px) {
  .xsFontSize10 {
    font-size: 110%;
  }
  .xsFontSize20 {
    font-size: 120%;
  }
  .xsFontSize30 {
    font-size: 130%;
  }
  .xsFontSize40 {
    font-size: 140%;
  }
  .xsFontSize50 {
    font-size: 150%;
  }
  .xsFontSizen10 {
    font-size: 90%;
  }
  .xsFontSizen20 {
    font-size: 80%;
  }
  .xsFontSizen30 {
    font-size: 70%;
  }
  .xsFontSizen40 {
    font-size: 60%;
  }
  .xsFontSizen50 {
    font-size: 50%;
  }
  .xsFontSizen60 {
    font-size: 40%;
  }
  .xsFontSizen70 {
    font-size: 30%;
  }
  .xsFontSizen80 {
    font-size: 20%;
  }
  .xsFontSizen90 {
    font-size: 10%;
  }
}
/* ======================================
XS Font IXP Information
====================================== */
.xsFontSize10 {
  -ixp-name: "Font Size +10%";
  -ixp-tags: "XS Font Size";
  -ixp-group: "fontxs";
  -ixp-scope: "ContainerLike,Text,Link";
}
.xsFontSize20 {
  -ixp-name: "Font Size +20%";
  -ixp-tags: "XS Font Size";
  -ixp-group: "fontxs";
  -ixp-scope: "ContainerLike,Text,Link";
}
.xsFontSize30 {
  -ixp-name: "Font Size +30%";
  -ixp-tags: "XS Font Size";
  -ixp-group: "fontxs";
  -ixp-scope: "ContainerLike,Text,Link";
}
.xsFontSize40 {
  -ixp-name: "Font Size +40%";
  -ixp-tags: "XS Font Size";
  -ixp-group: "fontxs";
  -ixp-scope: "ContainerLike,Text,Link";
}
.xsFontSize50 {
  -ixp-name: "Font Size +50%";
  -ixp-tags: "XS Font Size";
  -ixp-group: "fontxs";
  -ixp-scope: "ContainerLike,Text,Link";
}
.xsFontSize50 {
  -ixp-name: "Font Size +50%";
  -ixp-tags: "XS Font Size";
  -ixp-group: "fontxs";
  -ixp-scope: "ContainerLike,Text,Link";
}
.xsFontSizen10 {
  -ixp-name: "Font Size -10%";
  -ixp-tags: "XS Font Size";
  -ixp-group: "fontxs";
  -ixp-scope: "ContainerLike,Text,Link";
}
.xsFontSizen20 {
  -ixp-name: "Font Size -20%";
  -ixp-tags: "XS Font Size";
  -ixp-group: "fontxs";
  -ixp-scope: "ContainerLike,Text,Link";
}
.xsFontSizen30 {
  -ixp-name: "Font Size -30%";
  -ixp-tags: "XS Font Size";
  -ixp-group: "fontxs";
  -ixp-scope: "ContainerLike,Text,Link";
}
.xsFontSizen40 {
  -ixp-name: "Font Size -40%";
  -ixp-tags: "XS Font Size";
  -ixp-group: "fontxs";
  -ixp-scope: "ContainerLike,Text,Link";
}
.xsFontSizen50 {
  -ixp-name: "Font Size -50%";
  -ixp-tags: "XS Font Size";
  -ixp-group: "fontxs";
  -ixp-scope: "ContainerLike,Text,Link";
}
.xsFontSizen60 {
  -ixp-name: "Font Size -60%";
  -ixp-tags: "XS Font Size";
  -ixp-group: "fontxs";
  -ixp-scope: "ContainerLike,Text,Link";
}
.xsFontSizen70 {
  -ixp-name: "Font Size -70%";
  -ixp-tags: "XS Font Size";
  -ixp-group: "fontxs";
  -ixp-scope: "ContainerLike,Text,Link";
}
.xsFontSizen80 {
  -ixp-name: "Font Size -80%";
  -ixp-tags: "XS Font Size";
  -ixp-group: "fontxs";
  -ixp-scope: "ContainerLike,Text,Link";
}
.xsFontSizen90 {
  -ixp-name: "Font Size -90%";
  -ixp-tags: "XS Font Size";
  -ixp-group: "fontxs";
  -ixp-scope: "ContainerLike,Text,Link";
}
/* ======================================
	Text Transform
====================================== */
.text-transform-upper {
  text-transform: uppercase;
}
.text-transform-lower {
  text-transform: lowercase;
}
.text-transform-capitalize {
  text-transform: capitalize;
}
/* ======================================
	Text Transform IXP Information
====================================== */
.text-transform-upper {
  -ixp-name: "Uppercase";
  -ixp-tags: "Text Transform";
  -ixp-group: "texttransform";
  -ixp-scope: "ContainerLike,Text,Link";
}
.text-transform-lower {
  -ixp-name: "Lowercase";
  -ixp-tags: "Text Transform";
  -ixp-group: "texttransform";
  -ixp-scope: "ContainerLike,Text,Link";
}
.text-transform-capitalize {
  -ixp-name: "Capitalize";
  -ixp-tags: "Text Transform";
  -ixp-group: "texttransform";
  -ixp-scope: "ContainerLike,Text,Link";
}
.ixp-component-form-style-brand-brand {
  -ixp-name: "Style: Midland National Annuity";
  -ixp-tags: "Form";
  -ixp-group: "customform";
  -ixp-scope: "CustomForm";
  -ixp-default: "true";
}
