/* ======================================
	Mitsubishi Chemical.css

    Created : SB 03/01/2023
    Last Updated : SB 03/01/2023
====================================== */
/*
@color-c:                   #E6E9F4;  //3rd Bright Color (matches to Background #E6E9F4)
@color-c-name:              'Background';
@color-c1:                   tint(@color-c, 10%);
@color-c1-name:              '@{color-c-name} - 90%';
@color-c2:                   tint(@color-c, 20%);
@color-c2-name:              '@{color-c-name} - 80%';
@color-c3:                   tint(@color-c, 30%);
@color-c3-name:              '@{color-c-name} - 70%';
@color-c4:                   tint(@color-c, 40%);
@color-c4-name:              '@{color-c-name} - 60%';
@color-c5:                   tint(@color-c, 50%);
@color-c5-name:              '@{color-c-name} - 50%';
@color-c6:                   tint(@color-c, 60%);
@color-c6-name:              '@{color-c-name} - 40%';
@color-c7:                   tint(@color-c, 70%);
@color-c7-name:              '@{color-c-name} - 30%';
@color-c8:                   tint(@color-c, 80%);
@color-c8-name:              '@{color-c-name} - 20%';
@color-c9:                   tint(@color-c, 90%);
@color-c9-name:              '@{color-c-name} - 10%';
*/
/*
@btn-color-e:               @color-black;
@btn-color-e-hover:         @color-white;
@btn-text-e:                @color-white;
@btn-text-e-hover:          @color-black;
@btn-border-e:              @color-black;
@btn-border-e-hover:        @color-black;
@button-e-name:             @color-black-name;

@btn-color-f:               transparent;
@btn-color-f-hover:         @color-black;
@btn-text-f:                @color-black;
@btn-text-f-hover:          @color-white;
@btn-border-f:              @color-black;
@btn-border-f-hover:        @color-black;
@button-f-name:             '@{color-black-name} Outline';
*/
/*
@pod-e7-bg:                  @color-a7;
@pod-e7-color:               dark;
@pod-e7-name:                @color-a7-name;
@pod-e8-bg:                  @color-a8;
@pod-e8-color:               dark;
@pod-e8-name:                @color-a8-name;
@pod-e9-bg:                  @color-a9;
@pod-e9-color:               dark;
@pod-e9-name:                @color-a9-name;

@pod-f-bg:                   @color-b;
@pod-f-color:                dark;
@pod-f-name:                 @color-b-name;
@pod-f1-bg:                  @color-b1;
@pod-f1-color:               dark;
@pod-f1-name:                @color-b1-name;
@pod-f2-bg:                  @color-b2;
@pod-f2-color:               dark;
@pod-f2-name:                @color-b2-name;
@pod-f3-bg:                  @color-b3;
@pod-f3-color:               dark;
@pod-f3-name:                @color-b3-name;
@pod-f4-bg:                  @color-b4;
@pod-f4-color:               dark;
/*
@pod-f4-name:                @color-b4-name;
@pod-f5-bg:                  @color-b5;
@pod-f5-color:               dark;
@pod-f5-name:                @color-b5-name;
@pod-f6-bg:                  @color-b6;
@pod-f6-color:               dark;
@pod-f6-name:                @color-b6-name;
@pod-f7-bg:                  @color-b7;
@pod-f7-color:               dark;
@pod-f7-name:                @color-b7-name;
@pod-f8-bg:                  @color-b8;
@pod-f8-color:               dark;
@pod-f8-name:                @color-b8-name;
@pod-f9-bg:                  @color-b9;
@pod-f9-color:               dark;
@pod-f9-name:                @color-b9-name;
@pod-g-bg:                   @color-c;
@pod-g-color:                dark;
@pod-g-name:                 @color-c-name;
@pod-g-name:                 @color-b-name;
@pod-g1-bg:                  @color-c1;
@pod-g1-color:               dark;
@pod-g1-name:                @color-c1-name;
@pod-g2-bg:                  @color-c2;
@pod-g2-color:               dark;
@pod-g2-name:                @color-c2-name;
@pod-g3-bg:                  @color-c3;
@pod-g3-color:               dark;
@pod-g3-name:                @color-c3-name;
@pod-g4-bg:                  @color-c4;
@pod-g4-color:               dark;
@pod-g4-name:                @color-c4-name;
@pod-g5-bg:                  @color-c5;
@pod-g5-color:               dark;
@pod-g5-name:                @color-c5-name;
@pod-g6-bg:                  @color-c6;
@pod-g6-color:               dark;
@pod-g6-name:                @color-c6-name;
@pod-g7-bg:                  @color-c7;
@pod-g7-color:               dark;
@pod-g7-name:                @color-c7-name;
@pod-g8-bg:                  @color-c8;
@pod-g8-color:               dark;
@pod-g8-name:                @color-c8-name;
@pod-g9-bg:                  @color-c9;
@pod-g9-color:               dark;
@pod-g9-name:                @color-c9-name;
*/
html {
  margin: 0;
  padding: 0;
  height: 100%;
  text-align: left;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: 'Roboto-Regular', sans-serif;
  font-size: 20px;
  color: #000;
  font-weight: normal;
}
body {
  background: #FFF;
  font-size: 1em;
  line-height: 1.45;
}
/*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: 0.9em;
  }
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 0.8em;
  }
}
/* ======================================
	Typography

	REQUIRED CLASSES: h1, h2, h3, .font-a
====================================== */
@font-face {
  font-family: 'Roboto-Regular';
  src: url('Roboto-Regular.ttf') format('truetype');
  font-style: normal;
}
@font-face {
  font-family: 'Roboto-Thin';
  src: url('Roboto-Thin.ttf') format('truetype');
  font-style: normal;
}
@font-face {
  font-family: 'Roboto-Light';
  src: url('Roboto-Light.ttf') format('truetype');
  font-style: normal;
}
@font-face {
  font-family: 'Roboto-Medium';
  src: url('Roboto-Medium.ttf') format('truetype');
  font-style: normal;
}
@font-face {
  font-family: 'Roboto-Bold';
  src: url('Roboto-Bold.ttf') format('truetype');
  font-style: normal;
}
@font-face {
  font-family: 'Roboto-Black';
  src: url('Roboto-Black.ttf') format('truetype');
  font-style: normal;
}
h1 {
  font-size: 2.8em;
  line-height: 1.45;
  font-family: 'Roboto-Bold', sans-serif;
}
h2 {
  font-size: 2.2em;
  line-height: 1.45;
  font-family: 'Roboto-Medium', sans-serif;
}
h3 {
  font-size: 2em;
  line-height: 1.45;
  font-family: 'Roboto-Medium', sans-serif;
}
h4 {
  font-size: 1.6em;
  line-height: 1.45;
  font-family: 'Roboto-Regular', sans-serif;
}
h5 {
  font-size: 1.4em;
  line-height: 1.45;
  font-family: 'Roboto-Regular', sans-serif;
}
h6 {
  font-size: 1.2em;
  line-height: 1.45;
  font-family: 'Roboto-Regular', sans-serif;
}
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: 'Roboto-Regular', sans-serif !important;
  font-weight: 400;
}
.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: 'Roboto-Regular', sans-serif !important;
  font-weight: 400;
}
.font-b {
  font-family: 'Roboto-Thin', sans-serif !important;
}
.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: 'Roboto-Thin', sans-serif !important;
}
.font-c {
  font-family: 'Roboto-Light', sans-serif !important;
}
.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: 'Roboto-Light', sans-serif !important;
  font-weight: 100;
}
.font-d {
  font-family: 'Roboto-Medium', sans-serif !important;
}
.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: 'Roboto-Medium', sans-serif !important;
}
.font-e {
  font-family: 'Roboto-Bold', sans-serif !important;
}
.font-e h1,
.font-e h2,
.font-e h3,
.font-e h4,
.font-e h5,
.font-e h6,
.font-e .nav,
.font-e .button {
  font-family: 'Roboto-Bold', sans-serif !important;
}
.font-f {
  font-family: 'Roboto-Black', sans-serif !important;
}
.font-f h1,
.font-f h2,
.font-f h3,
.font-f h4,
.font-f h5,
.font-f h6,
.font-f .nav,
.font-f .button {
  font-family: 'Roboto-Black', sans-serif !important;
}
/* ======================================
	Font IXP Information
====================================== */
.font-b {
  -ixp-name: "Roboto Thin";
  -ixp-tags: "Fonts";
  -ixp-group: "font";
  -ixp-scope: "ContainerLike,Text,Link";
}
.font-c {
  -ixp-name: "Roboto Light";
  -ixp-tags: "Fonts";
  -ixp-group: "font";
  -ixp-scope: "ContainerLike,Text,Link";
}
.font-base {
  -ixp-name: "Roboto Regular";
  -ixp-tags: "Fonts";
  -ixp-group: "font";
  -ixp-scope: "ContainerLike,Text,Link";
}
.font-d {
  -ixp-name: "Roboto Medium";
  -ixp-tags: "Fonts";
  -ixp-group: "font";
  -ixp-scope: "ContainerLike,Text,Link";
}
.font-e {
  -ixp-name: "Roboto Bold";
  -ixp-tags: "Fonts";
  -ixp-group: "font";
  -ixp-scope: "ContainerLike,Text,Link";
}
.font-f {
  -ixp-name: "Roboto Black";
  -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;
}
.display-headline {
  font-size: 140%;
}
.text-transform-upper {
  text-transform: uppercase;
}
.text-transform-lower {
  text-transform: lowercase;
}
.text-transform-capitalize {
  text-transform: capitalize;
}
/* ======================================
	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";
}
.display-headline {
  -ixp-name: "Display Headline";
  -ixp-tags: "Text";
  -ixp-group: "text";
  -ixp-scope: "Text,Link";
}
.text-transform-upper {
  -ixp-name: "Uppercase";
  -ixp-tags: "Text";
  -ixp-group: "text";
  -ixp-scope: "Text,Link";
}
.text-transform-lower {
  -ixp-name: "Lowercase";
  -ixp-tags: "Text";
  -ixp-group: "text";
  -ixp-scope: "Text,Link";
}
.text-transform-capitalize {
  -ixp-name: "Capitalize";
  -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;
}
ol li {
  margin: 10px 0 10px 1em;
}
.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';
  color: #60a5fa;
  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';
  color: #60a5fa;
  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: #005BAC;
  display: inline;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: 'Roboto-Regular', sans-serif;
  font-weight: 400;
  font-size: 16px;
}
a:hover {
  color: #1e2d54;
  text-decoration: underline;
}
/* ======================================
	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: #005BAC;
  text-decoration: none;
}
.cta_link.link-a:hover {
  color: #1e2d54;
  text-decoration: underline;
}
.cta_link.link-a:after {
  content: '\f105';
}
.cta_link.link-b {
  color: #005BAC;
  text-decoration: none;
}
.cta_link.link-b:hover {
  color: #1e2d54;
  text-decoration: underline;
}
.cta_link.link-b:before {
  content: '\f00c';
  margin-left: 0;
  margin-right: .5em;
}
.cta_link.link-c {
  color: #005BAC;
  text-decoration: none;
}
.cta_link.link-c:hover {
  color: #1e2d54;
  text-decoration: underline;
}
.cta_link.link-c:after {
  content: '\f08e';
}
.cta_link.link-d {
  color: #005BAC;
  text-decoration: none;
}
.cta_link.link-d:hover {
  color: #1e2d54;
  text-decoration: underline;
}
.cta_link.link-d:after {
  content: '\f0da';
}
.cta_link.link-e {
  color: #005BAC;
  text-decoration: none;
}
.cta_link.link-e:hover {
  color: #1e2d54;
  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: "Arrow Link";
  -ixp-tags: "Link";
  -ixp-group: "link";
  -ixp-scope: "Link,Lightbox";
}
.cta_link.link-b {
  -ixp-name: "Check Link";
  -ixp-tags: "Link";
  -ixp-group: "link";
  -ixp-scope: "Link,Lightbox";
}
.cta_link.link-c {
  -ixp-name: "Link Out Link";
  -ixp-tags: "Link";
  -ixp-group: "link";
  -ixp-scope: "Link,Lightbox";
}
.cta_link.link-d {
  -ixp-name: "Caret Link";
  -ixp-tags: "Link";
  -ixp-group: "link";
  -ixp-scope: "Link,Lightbox";
}
.cta_link.link-e {
  -ixp-name: "Back Link";
  -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: #000 !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: #000 !important;
}
.color-b1 {
  color: #191919 !important;
}
.color-b1 h1,
.color-b1 h2,
.color-b1 h3,
.color-b1 h4,
.color-b1 h5,
.color-b1 h6,
.color-b1 a,
.color-b1 p {
  color: #191919 !important;
}
.color-b2 {
  color: #333333 !important;
}
.color-b2 h1,
.color-b2 h2,
.color-b2 h3,
.color-b2 h4,
.color-b2 h5,
.color-b2 h6,
.color-b2 a,
.color-b2 p {
  color: #333333 !important;
}
.color-b3 {
  color: #4d4d4d !important;
}
.color-b3 h1,
.color-b3 h2,
.color-b3 h3,
.color-b3 h4,
.color-b3 h5,
.color-b3 h6,
.color-b3 a,
.color-b3 p {
  color: #4d4d4d !important;
}
.color-b4 {
  color: #666666 !important;
}
.color-b4 h1,
.color-b4 h2,
.color-b4 h3,
.color-b4 h4,
.color-b4 h5,
.color-b4 h6,
.color-b4 a,
.color-b4 p {
  color: #666666 !important;
}
.color-b5 {
  color: #808080 !important;
}
.color-b5 h1,
.color-b5 h2,
.color-b5 h3,
.color-b5 h4,
.color-b5 h5,
.color-b5 h6,
.color-b5 a,
.color-b5 p {
  color: #808080 !important;
}
.color-b6 {
  color: #999999 !important;
}
.color-b6 h1,
.color-b6 h2,
.color-b6 h3,
.color-b6 h4,
.color-b6 h5,
.color-b6 h6,
.color-b6 a,
.color-b6 p {
  color: #999999 !important;
}
.color-b7 {
  color: #b3b3b3 !important;
}
.color-b7 h1,
.color-b7 h2,
.color-b7 h3,
.color-b7 h4,
.color-b7 h5,
.color-b7 h6,
.color-b7 a,
.color-b7 p {
  color: #b3b3b3 !important;
}
.color-b8 {
  color: #cccccc !important;
}
.color-b8 h1,
.color-b8 h2,
.color-b8 h3,
.color-b8 h4,
.color-b8 h5,
.color-b8 h6,
.color-b8 a,
.color-b8 p {
  color: #cccccc !important;
}
.color-b9 {
  color: #e6e6e6 !important;
}
.color-b9 h1,
.color-b9 h2,
.color-b9 h3,
.color-b9 h4,
.color-b9 h5,
.color-b9 h6,
.color-b9 a,
.color-b9 p {
  color: #e6e6e6 !important;
}
.color-c {
  color: #005BAC !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: #005BAC !important;
}
.color-c1 {
  color: #337CBD !important;
}
.color-c1 h1,
.color-c1 h2,
.color-c1 h3,
.color-c1 h4,
.color-c1 h5,
.color-c1 h6,
.color-c1 a,
.color-c1 p {
  color: #337CBD !important;
}
.color-c2 {
  color: #669DCD !important;
}
.color-c2 h1,
.color-c2 h2,
.color-c2 h3,
.color-c2 h4,
.color-c2 h5,
.color-c2 h6,
.color-c2 a,
.color-c2 p {
  color: #669DCD !important;
}
.color-c3 {
  color: #99BDDE !important;
}
.color-c3 h1,
.color-c3 h2,
.color-c3 h3,
.color-c3 h4,
.color-c3 h5,
.color-c3 h6,
.color-c3 a,
.color-c3 p {
  color: #99BDDE !important;
}
.color-c4 {
  color: #CCDEEE !important;
}
.color-c4 h1,
.color-c4 h2,
.color-c4 h3,
.color-c4 h4,
.color-c4 h5,
.color-c4 h6,
.color-c4 a,
.color-c4 p {
  color: #CCDEEE !important;
}
.color-c5 {
  color: #005496 !important;
}
.color-c5 h1,
.color-c5 h2,
.color-c5 h3,
.color-c5 h4,
.color-c5 h5,
.color-c5 h6,
.color-c5 a,
.color-c5 p {
  color: #005496 !important;
}
.color-c6 {
  color: #00427A !important;
}
.color-c6 h1,
.color-c6 h2,
.color-c6 h3,
.color-c6 h4,
.color-c6 h5,
.color-c6 h6,
.color-c6 a,
.color-c6 p {
  color: #00427A !important;
}
/*
.color-c7 {
    color: @color-a7 !important;
    h1,h2,h3,h4,h5,h6,a,p {
        color: @color-a7 !important;
    }
}
.color-c8 {
    color: @color-a8 !important;
    h1,h2,h3,h4,h5,h6,a,p {
        color: @color-a8 !important;
    }
}
.color-c9 {
    color: @color-a9 !important;
    h1,h2,h3,h4,h5,h6,a,p {
        color: @color-a9 !important;
    }
}

.color-d {
    color: @color-b !important;
    
    h1,h2,h3,h4,h5,h6,a,p {
        color: @color-b !important;
    }
}
.color-d1 {
    color: @color-b1 !important;
    
    h1,h2,h3,h4,h5,h6,a,p {
        color: @color-b1 !important;
    }
}
.color-d2 {
    color: @color-b2 !important;
    
    h1,h2,h3,h4,h5,h6,a,p {
        color: @color-b2 !important;
    }
}
.color-d3 {
    color: @color-b3 !important;
    
    h1,h2,h3,h4,h5,h6,a,p {
        color: @color-b3 !important;
    }
}
/*
.color-d4 {
    color: @color-b4 !important;
    
    h1,h2,h3,h4,h5,h6,a,p {
        color: @color-b4 !important;
    }
}
.color-d5 {
    color: @color-b5 !important;
    
    h1,h2,h3,h4,h5,h6,a,p {
        color: @color-b5 !important;
    }
}
.color-d6 {
    color: @color-b6 !important;
    
    h1,h2,h3,h4,h5,h6,a,p {
        color: @color-b6 !important;
    }
}
.color-d7 {
    color: @color-b7 !important;
    
    h1,h2,h3,h4,h5,h6,a,p {
        color: @color-b7 !important;
    }
}
.color-d8 {
    color: @color-b8 !important;
    
    h1,h2,h3,h4,h5,h6,a,p {
        color: @color-b8 !important;
    }
}
.color-d9 {
    color: @color-b9 !important;
    
    h1,h2,h3,h4,h5,h6,a,p {
        color: @color-b9 !important;
    }
}

.color-e {
    color: @color-c !important;
    
    h1,h2,h3,h4,h5,h6,a,p {
        color: @color-c !important;
    }
}
.color-e1 {
    color: @color-c1 !important;
    
    h1,h2,h3,h4,h5,h6,a,p {
        color: @color-c1 !important;
    }
}
.color-e2 {
    color: @color-c2 !important;
    
    h1,h2,h3,h4,h5,h6,a,p {
        color: @color-c2 !important;
    }
}
.color-e3 {
    color: @color-c3 !important;
    
    h1,h2,h3,h4,h5,h6,a,p {
        color: @color-c3 !important;
    }
}
.color-e4 {
    color: @color-c4 !important;
    
    h1,h2,h3,h4,h5,h6,a,p {
        color: @color-c4 !important;
    }
}
.color-e5 {
    color: @color-c5 !important;
    
    h1,h2,h3,h4,h5,h6,a,p {
        color: @color-c5 !important;
    }
}
.color-e6 {
    color: @color-c6 !important;
    
    h1,h2,h3,h4,h5,h6,a,p {
        color: @color-c6 !important;
    }
}
.color-e7 {
    color: @color-c7 !important;
    
    h1,h2,h3,h4,h5,h6,a,p {
        color: @color-c7 !important;
    }
}
.color-e8 {
    color: @color-c8 !important;
    
    h1,h2,h3,h4,h5,h6,a,p {
        color: @color-c8 !important;
    }
}
.color-e9 {
    color: @color-c9 !important;
    
    h1,h2,h3,h4,h5,h6,a,p {
        color: @color-c9 !important;
    }
}
*/
.color-f {
  color: #D7E0E5 !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: #D7E0E5 !important;
}
.color-g {
  color: #E9EFF1 !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: #E9EFF1 !important;
}
.color-h {
  color: #BECCD3 !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: #BECCD3 !important;
}
.color-i {
  color: #98A4AB !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: #98A4AB !important;
}
/* ======================================
	Colors IXP Information
====================================== */
.color-a {
  -ixp-name: "White";
  -ixp-tags: "Color";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-b {
  -ixp-name: "Black";
  -ixp-tags: "Color";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-b1 {
  -ixp-name: "Black - 90%";
  -ixp-tags: "Color";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-b2 {
  -ixp-name: "Black - 80%";
  -ixp-tags: "Color";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-b3 {
  -ixp-name: "Black - 70%";
  -ixp-tags: "Color";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-b4 {
  -ixp-name: "Black - 60%";
  -ixp-tags: "Color";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-b5 {
  -ixp-name: "Black - 50%";
  -ixp-tags: "Color";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-b6 {
  -ixp-name: "Black - 40%";
  -ixp-tags: "Color";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-b7 {
  -ixp-name: "Black - 30%";
  -ixp-tags: "Color";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-b8 {
  -ixp-name: "Black - 20%";
  -ixp-tags: "Color";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-b9 {
  -ixp-name: "Black - 10%";
  -ixp-tags: "Color";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-c {
  -ixp-name: "Blue";
  -ixp-tags: "Color";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-c1 {
  -ixp-name: "Blue - 80%";
  -ixp-tags: "Color";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-c2 {
  -ixp-name: "Blue - 60%";
  -ixp-tags: "Color";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-c3 {
  -ixp-name: "Blue - 40%";
  -ixp-tags: "Color";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-c4 {
  -ixp-name: "Blue - 20%";
  -ixp-tags: "Color";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-c5 {
  -ixp-name: "Blue +K20";
  -ixp-tags: "Color";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-c6 {
  -ixp-name: "Blue +K40";
  -ixp-tags: "Color";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
/*
.color-e { .ixp-colors("@{color-c-name}"); }
.color-e1 { .ixp-colors("@{color-c1-name}"); }
.color-e2 { .ixp-colors("@{color-c2-name}"); }
.color-e3 { .ixp-colors("@{color-c3-name}"); }
.color-e4 { .ixp-colors("@{color-c4-name}"); }
.color-e5 { .ixp-colors("@{color-c5-name}"); }
.color-e6 { .ixp-colors("@{color-c6-name}"); }
.color-e7 { .ixp-colors("@{color-c7-name}"); }
.color-e8 { .ixp-colors("@{color-c8-name}"); }
.color-e9 { .ixp-colors("@{color-c9-name}"); }
*/
.color-f {
  -ixp-name: "Main Grey";
  -ixp-tags: "Color";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-g {
  -ixp-name: "Grey - 50%";
  -ixp-tags: "Color";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-h {
  -ixp-name: "Grey +K20";
  -ixp-tags: "Color";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
.color-i {
  -ixp-name: "Grey +K40";
  -ixp-tags: "Color";
  -ixp-group: "color";
  -ixp-scope: "Text,Link";
}
/* ======================================
	Backgrounds

	REQUIRED CLASSES:
	.background-a,
	.background-b,
	.background-c

    NOTE: These,required, 3 class (a,b, and c) style values should not change. 
    They should be White, Transparent White and Transparent Black always.
====================================== */
.background-a {
  background: #FFF;
}
.background-b {
  background: #FFF;
  background: rgba(255, 255, 255, 0.5);
}
.background-c {
  background: #000;
  background: rgba(0, 0, 0, 0.4);
}
.background-d {
  background: #000;
}
.background-d1 {
  background: #191919;
}
.background-d2 {
  background: #333333;
}
.background-d3 {
  background: #4d4d4d;
}
.background-d4 {
  background: #666666;
}
.background-d5 {
  background: #808080;
}
.background-d6 {
  background: #999999;
}
.background-d7 {
  background: #b3b3b3;
}
.background-d8 {
  background: #cccccc;
}
.background-d9 {
  background: #e6e6e6;
}
.background-e {
  background: #005BAC;
}
.background-e1 {
  background: #337CBD;
}
.background-e2 {
  background: #669DCD;
}
.background-e3 {
  background: #99BDDE;
}
.background-e4 {
  background: #CCDEEE;
}
.background-e5 {
  background: #005496;
}
.background-e6 {
  background: #00427A;
}
/*
.background-e7 { background: @color-a7; }
.background-e8 { background: @color-a8; }
.background-e9 { background: @color-a9; }

.background-f {
    background: @color-b;
}
.background-f1 { background: @color-b1; }
.background-f2 { background: @color-b2; }
.background-f3 { background: @color-b3; }
.background-f4 { background: @color-b4; }
.background-f5 { background: @color-b5; }
.background-f6 { background: @color-b6; }
.background-f7 { background: @color-b7; }
.background-f8 { background: @color-b8; }
.background-f9 { background: @color-b9; }

.background-g {
    background: @color-c;
}
.background-g1 { background: @color-c1; }
.background-g2 { background: @color-c2; }
.background-g3 { background: @color-c3; }
.background-g4 { background: @color-c4; }
.background-g5 { background: @color-c5; }
.background-g6 { background: @color-c6; }
.background-g7 { background: @color-c7; }
.background-g8 { background: @color-c8; }
.background-g9 { background: @color-c9; }
*/
.background-h {
  background: #D7E0E5;
}
.background-i {
  background: #E9EFF1;
}
.background-j {
  background: #BECCD3;
}
.background-k {
  background: #98A4AB;
}
/* ======================================
	Background IXP Information
====================================== */
.background-a {
  -ixp-name: "White Background";
  -ixp-tags: "Backgrounds";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-b {
  -ixp-name: "White Transparent Background";
  -ixp-tags: "Backgrounds";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-d {
  -ixp-name: "Black Background";
  -ixp-tags: "Backgrounds";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-c {
  -ixp-name: "Black Transparent Background";
  -ixp-tags: "Backgrounds";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-d1 {
  -ixp-name: "Black - 90% Background";
  -ixp-tags: "Backgrounds";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-d2 {
  -ixp-name: "Black - 80% Background";
  -ixp-tags: "Backgrounds";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-d3 {
  -ixp-name: "Black - 70% Background";
  -ixp-tags: "Backgrounds";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-d4 {
  -ixp-name: "Black - 60% Background";
  -ixp-tags: "Backgrounds";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-d5 {
  -ixp-name: "Black - 50% Background";
  -ixp-tags: "Backgrounds";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-d6 {
  -ixp-name: "Black - 40% Background";
  -ixp-tags: "Backgrounds";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-d7 {
  -ixp-name: "Black - 30% Background";
  -ixp-tags: "Backgrounds";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-d8 {
  -ixp-name: "Black - 20% Background";
  -ixp-tags: "Backgrounds";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-d9 {
  -ixp-name: "Black - 10% Background";
  -ixp-tags: "Backgrounds";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-e {
  -ixp-name: "Blue Background";
  -ixp-tags: "Backgrounds";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-e1 {
  -ixp-name: "Blue - 80% Background";
  -ixp-tags: "Backgrounds";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-e2 {
  -ixp-name: "Blue - 60% Background";
  -ixp-tags: "Backgrounds";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-e3 {
  -ixp-name: "Blue - 40% Background";
  -ixp-tags: "Backgrounds";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-e4 {
  -ixp-name: "Blue - 20% Background";
  -ixp-tags: "Backgrounds";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-e5 {
  -ixp-name: "Blue +K20 Background";
  -ixp-tags: "Backgrounds";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-e6 {
  -ixp-name: "Blue +K40 Background";
  -ixp-tags: "Backgrounds";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
/*
.background-e7 { .ixp-background("@{color-a7-name} Background"); }
.background-e8 { .ixp-background("@{color-a8-name} Background"); }
.background-e9 { .ixp-background("@{color-a9-name} Background"); }

// Space Gray
.background-f { .ixp-background("@{color-b-name} Background"); }
.background-f1 { .ixp-background("@{color-b1-name} Background"); }
.background-f2 { .ixp-background("@{color-b2-name} Background"); }
.background-f3 { .ixp-background("@{color-b3-name} Background"); }
.background-f4 { .ixp-background("@{color-b4-name} Background"); }
.background-f5 { .ixp-background("@{color-b5-name} Background"); }
.background-f6 { .ixp-background("@{color-b6-name} Background"); }
.background-f7 { .ixp-background("@{color-b7-name} Background"); }
.background-f8 { .ixp-background("@{color-b8-name} Background"); }
.background-f9 { .ixp-background("@{color-b9-name} Background"); }

//Background
.background-g { .ixp-background("@{color-c-name} Background"); }
.background-g1 { .ixp-background("@{color-c1-name} Background"); }
.background-g2 { .ixp-background("@{color-c2-name} Background"); }
.background-g3 { .ixp-background("@{color-c3-name} Background"); }
.background-g4 { .ixp-background("@{color-c4-name} Background"); }
.background-g5 { .ixp-background("@{color-c5-name} Background"); }
.background-g6 { .ixp-background("@{color-c6-name} Background"); }
.background-g7 { .ixp-background("@{color-c7-name} Background"); }
.background-g8 { .ixp-background("@{color-c8-name} Background"); }
.background-g9 { .ixp-background("@{color-c9-name} Background"); }
*/
.background-h {
  -ixp-name: "Main Grey Background";
  -ixp-tags: "Backgrounds";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-i {
  -ixp-name: "Grey - 50% Background";
  -ixp-tags: "Backgrounds";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-j {
  -ixp-name: "Grey +K20 Background";
  -ixp-tags: "Backgrounds";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.background-k {
  -ixp-name: "Grey +K40 Background";
  -ixp-tags: "Backgrounds";
  -ixp-group: "background";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
/* ======================================
	Pre Header

	REQUIRED CLASS: .pre-header, .pre-header-a
====================================== */
.pre-header {
  padding: 0.5em 0;
}
.pre-header-a {
  padding: 0.5em 0;
  font-size: 1em;
  background: #FFF;
  color: #000;
}
.pre-header-a h1,
.pre-header-a h2,
.pre-header-a h3,
.pre-header-a h4,
.pre-header-a h5,
.pre-header-a h6,
.pre-header-a p,
.pre-header-a .pf_form_table,
.pre-header-a .pf_form_table .pf_label_text {
  color: #000;
}
.pre-header-a a {
  color: #005BAC;
}
.pre-header-a a:hover {
  color: #1e2d54;
}
.pre-header-a .generic-fill {
  background: #005BAC;
  color: #FFF !important;
  border-color: #005BAC;
}
.pre-header-a .generic-fill:hover {
  background: #1e2d54;
  color: #FFF !important;
  border-color: #1e2d54;
}
.pre-header-a .generic-fill:hover {
  background: #1e2d54;
  color: #FFF !important;
  border-color: #1e2d54;
}
.pre-header-a .generic-fill:hover p,
.pre-header-a .generic-fill:hover h1,
.pre-header-a .generic-fill:hover h2,
.pre-header-a .generic-fill:hover h3,
.pre-header-a .generic-fill:hover h4,
.pre-header-a .generic-fill:hover h5,
.pre-header-a .generic-fill:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #FFF !important;
}
.pre-header-a .generic-outline {
  background: #FFF;
  color: #005BAC !important;
  border-color: #FFF;
}
.pre-header-a .generic-outline:hover {
  background: #FFF;
  color: #1e2d54 !important;
  border-color: #FFF;
}
.pre-header-a .generic-outline:hover {
  background: #FFF;
  color: #1e2d54 !important;
  border-color: #FFF;
}
.pre-header-a .generic-outline:hover p,
.pre-header-a .generic-outline:hover h1,
.pre-header-a .generic-outline:hover h2,
.pre-header-a .generic-outline:hover h3,
.pre-header-a .generic-outline:hover h4,
.pre-header-a .generic-outline:hover h5,
.pre-header-a .generic-outline:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #1e2d54 !important;
}
/* ======================================
	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 - White";
  -ixp-tags: "Regions";
  -ixp-group: "regions";
  -ixp-scope: "ContainerLike";
}
/* ======================================
	Logo

	REQUIRED CLASS: .header-logo-light
====================================== */
.header-logo-light {
  background-image: url('logo.svg');
  background-repeat: no-repeat;
  background-position: 0 0;
  min-height: 83.83px;
  min-width: 300px;
  background-size: 300px 83.83px;
  display: inline-block;
  text-indent: -9999px;
}
@media (max-width: 768px) {
  .header-logo-light {
    min-height: 55.88px;
    min-width: 200px;
    background-size: 200px 55.88px;
  }
}
/* ======================================
	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

	REQUIRED CLASS: .header,.header-a
====================================== */
.header {
  padding: 1.5em 0;
  filter: drop-shadow(0px 2px 46px hsla(0, 0%, 74%, 0.3));
}
.header-a {
  padding: 1.5em 0;
  font-size: 1em;
  background: #FFF;
  color: #000;
  filter: drop-shadow(0px 2px 46px hsla(0, 0%, 74%, 0.3));
}
.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: #000;
}
.header-a a {
  color: #005BAC;
}
.header-a a:hover {
  color: #1e2d54;
}
.header-a .generic-fill {
  background: #005BAC;
  color: #FFF !important;
  border-color: #005BAC;
}
.header-a .generic-fill:hover {
  background: #1e2d54;
  color: #FFF !important;
  border-color: #1e2d54;
}
.header-a .generic-fill:hover {
  background: #1e2d54;
  color: #FFF !important;
  border-color: #1e2d54;
}
.header-a .generic-fill:hover p,
.header-a .generic-fill:hover h1,
.header-a .generic-fill:hover h2,
.header-a .generic-fill:hover h3,
.header-a .generic-fill:hover h4,
.header-a .generic-fill:hover h5,
.header-a .generic-fill:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #FFF !important;
}
.header-a .generic-outline {
  background: #FFF;
  color: #005BAC !important;
  border-color: #FFF;
}
.header-a .generic-outline:hover {
  background: #FFF;
  color: #1e2d54 !important;
  border-color: #FFF;
}
.header-a .generic-outline:hover {
  background: #FFF;
  color: #1e2d54 !important;
  border-color: #FFF;
}
.header-a .generic-outline:hover p,
.header-a .generic-outline:hover h1,
.header-a .generic-outline:hover h2,
.header-a .generic-outline:hover h3,
.header-a .generic-outline:hover h4,
.header-a .generic-outline:hover h5,
.header-a .generic-outline:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #1e2d54 !important;
}
/* ======================================
    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";
}
/* ======================================
	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 {
  padding: 3em 0;
  font-size: 1em;
  background: #FFF;
  color: #000;
}
.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: #000;
}
.content.content-a a {
  color: #005BAC;
}
.content.content-a a:hover {
  color: #1e2d54;
}
.content.content-a .generic-fill {
  background: #005BAC;
  color: #FFF !important;
  border-color: #005BAC;
}
.content.content-a .generic-fill:hover {
  background: #1e2d54;
  color: #FFF !important;
  border-color: #1e2d54;
}
.content.content-a .generic-fill:hover {
  background: #1e2d54;
  color: #FFF !important;
  border-color: #1e2d54;
}
.content.content-a .generic-fill:hover p,
.content.content-a .generic-fill:hover h1,
.content.content-a .generic-fill:hover h2,
.content.content-a .generic-fill:hover h3,
.content.content-a .generic-fill:hover h4,
.content.content-a .generic-fill:hover h5,
.content.content-a .generic-fill:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #FFF !important;
}
.content.content-a .generic-outline {
  background: #FFF;
  color: #005BAC !important;
  border-color: #FFF;
}
.content.content-a .generic-outline:hover {
  background: #FFF;
  color: #1e2d54 !important;
  border-color: #FFF;
}
.content.content-a .generic-outline:hover {
  background: #FFF;
  color: #1e2d54 !important;
  border-color: #FFF;
}
.content.content-a .generic-outline:hover p,
.content.content-a .generic-outline:hover h1,
.content.content-a .generic-outline:hover h2,
.content.content-a .generic-outline:hover h3,
.content.content-a .generic-outline:hover h4,
.content.content-a .generic-outline:hover h5,
.content.content-a .generic-outline:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #1e2d54 !important;
}
.content.content-b {
  padding: 3em 0;
  font-size: 1em;
  background: #E9EFF1;
  color: #000;
}
.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: #000;
}
.content.content-b a {
  color: #005BAC;
}
.content.content-b a:hover {
  color: #1e2d54;
}
.content.content-b .generic-fill {
  background: #005BAC;
  color: #FFF !important;
  border-color: #005BAC;
}
.content.content-b .generic-fill:hover {
  background: #1e2d54;
  color: #FFF !important;
  border-color: #1e2d54;
}
.content.content-b .generic-fill:hover {
  background: #1e2d54;
  color: #FFF !important;
  border-color: #1e2d54;
}
.content.content-b .generic-fill:hover p,
.content.content-b .generic-fill:hover h1,
.content.content-b .generic-fill:hover h2,
.content.content-b .generic-fill:hover h3,
.content.content-b .generic-fill:hover h4,
.content.content-b .generic-fill:hover h5,
.content.content-b .generic-fill:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #FFF !important;
}
.content.content-b .generic-outline {
  background: #FFF;
  color: #005BAC !important;
  border-color: #FFF;
}
.content.content-b .generic-outline:hover {
  background: #FFF;
  color: #1e2d54 !important;
  border-color: #FFF;
}
.content.content-b .generic-outline:hover {
  background: #FFF;
  color: #1e2d54 !important;
  border-color: #FFF;
}
.content.content-b .generic-outline:hover p,
.content.content-b .generic-outline:hover h1,
.content.content-b .generic-outline:hover h2,
.content.content-b .generic-outline:hover h3,
.content.content-b .generic-outline:hover h4,
.content.content-b .generic-outline:hover h5,
.content.content-b .generic-outline:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #1e2d54 !important;
}
.content.content-c {
  padding: 3em 0;
  font-size: 1em;
  background: #005BAC;
  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: #FFF;
}
.content.content-c .generic-fill {
  background: #FFF;
  color: #005BAC !important;
  border-color: #FFF;
}
.content.content-c .generic-fill:hover {
  background: #FFF;
  color: #1e2d54 !important;
  border-color: #FFF;
}
.content.content-c .generic-fill:hover {
  background: #FFF;
  color: #1e2d54 !important;
  border-color: #FFF;
}
.content.content-c .generic-fill:hover p,
.content.content-c .generic-fill:hover h1,
.content.content-c .generic-fill:hover h2,
.content.content-c .generic-fill:hover h3,
.content.content-c .generic-fill:hover h4,
.content.content-c .generic-fill:hover h5,
.content.content-c .generic-fill:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #1e2d54 !important;
}
.content.content-c .generic-outline {
  background: transparent;
  color: #FFF !important;
  border-color: #FFF;
}
.content.content-c .generic-outline:hover {
  background: #FFF;
  color: #1e2d54 !important;
  border-color: #1e2d54;
}
.content.content-c .generic-outline:hover {
  background: #FFF;
  color: #1e2d54 !important;
  border-color: #1e2d54;
}
.content.content-c .generic-outline:hover p,
.content.content-c .generic-outline:hover h1,
.content.content-c .generic-outline:hover h2,
.content.content-c .generic-outline:hover h3,
.content.content-c .generic-outline:hover h4,
.content.content-c .generic-outline:hover h5,
.content.content-c .generic-outline:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #1e2d54 !important;
}
/* ======================================
    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 - Grey - 50%";
  -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 {
  padding: 3em 0;
  font-size: 1em;
  background: #E9EFF1;
  color: #000;
}
.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: #000;
}
.post-content-a a {
  color: #005BAC;
}
.post-content-a a:hover {
  color: #1e2d54;
}
.post-content-a .generic-fill {
  background: #005BAC;
  color: #FFF !important;
  border-color: #005BAC;
}
.post-content-a .generic-fill:hover {
  background: #1e2d54;
  color: #FFF !important;
  border-color: #1e2d54;
}
.post-content-a .generic-fill:hover {
  background: #1e2d54;
  color: #FFF !important;
  border-color: #1e2d54;
}
.post-content-a .generic-fill:hover p,
.post-content-a .generic-fill:hover h1,
.post-content-a .generic-fill:hover h2,
.post-content-a .generic-fill:hover h3,
.post-content-a .generic-fill:hover h4,
.post-content-a .generic-fill:hover h5,
.post-content-a .generic-fill:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #FFF !important;
}
.post-content-a .generic-outline {
  background: #FFF;
  color: #005BAC !important;
  border-color: #FFF;
}
.post-content-a .generic-outline:hover {
  background: #FFF;
  color: #1e2d54 !important;
  border-color: #FFF;
}
.post-content-a .generic-outline:hover {
  background: #FFF;
  color: #1e2d54 !important;
  border-color: #FFF;
}
.post-content-a .generic-outline:hover p,
.post-content-a .generic-outline:hover h1,
.post-content-a .generic-outline:hover h2,
.post-content-a .generic-outline:hover h3,
.post-content-a .generic-outline:hover h4,
.post-content-a .generic-outline:hover h5,
.post-content-a .generic-outline:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #1e2d54 !important;
}
/* ======================================
    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 - Grey - 50%";
  -ixp-tags: "Regions";
  -ixp-group: "regions";
  -ixp-scope: "ContainerLike";
}
/* ======================================
	Footer

	REQUIRED CLASS - .footer, .footer-a
====================================== */
.footer {
  font-size: 0.9em;
  padding: 1em 0;
}
.footer-a {
  padding: 1em 0;
  font-size: 0.9em;
  background: #FFF;
  color: #000;
}
.footer-a h1,
.footer-a h2,
.footer-a h3,
.footer-a h4,
.footer-a h5,
.footer-a h6,
.footer-a p,
.footer-a .pf_form_table,
.footer-a .pf_form_table .pf_label_text {
  color: #000;
}
.footer-a a {
  color: #005BAC;
}
.footer-a a:hover {
  color: #1e2d54;
}
.footer-a .generic-fill {
  background: #005BAC;
  color: #FFF !important;
  border-color: #005BAC;
}
.footer-a .generic-fill:hover {
  background: #1e2d54;
  color: #FFF !important;
  border-color: #1e2d54;
}
.footer-a .generic-fill:hover {
  background: #1e2d54;
  color: #FFF !important;
  border-color: #1e2d54;
}
.footer-a .generic-fill:hover p,
.footer-a .generic-fill:hover h1,
.footer-a .generic-fill:hover h2,
.footer-a .generic-fill:hover h3,
.footer-a .generic-fill:hover h4,
.footer-a .generic-fill:hover h5,
.footer-a .generic-fill:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #FFF !important;
}
.footer-a .generic-outline {
  background: #FFF;
  color: #005BAC !important;
  border-color: #FFF;
}
.footer-a .generic-outline:hover {
  background: #FFF;
  color: #1e2d54 !important;
  border-color: #FFF;
}
.footer-a .generic-outline:hover {
  background: #FFF;
  color: #1e2d54 !important;
  border-color: #FFF;
}
.footer-a .generic-outline:hover p,
.footer-a .generic-outline:hover h1,
.footer-a .generic-outline:hover h2,
.footer-a .generic-outline:hover h3,
.footer-a .generic-outline:hover h4,
.footer-a .generic-outline:hover h5,
.footer-a .generic-outline:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #1e2d54 !important;
}
/* ======================================
    Footer IXP Information
    REQUIRED CLASSES: .footer, .footer-a
====================================== */
.footer {
  -ixp-name: "Footer Transparent";
  -ixp-tags: "Regions";
  -ixp-group: "regions";
  -ixp-scope: "ContainerLike";
}
.footer-a {
  -ixp-name: "Footer - White";
  -ixp-tags: "Regions";
  -ixp-group: "regions";
  -ixp-scope: "ContainerLike";
}
/* ======================================
	Post Footer
    REQUIRED CLASSES: .post-footer, .post-footer-a
====================================== */
.post-footer {
  font-size: 0.9em;
  padding: 0.75em 0;
}
.post-footer-a {
  padding: 0.75em 0;
  font-size: 0.9em;
  background: #005BAC;
  color: #FFF;
}
.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,
.post-footer-a .pf_form_table,
.post-footer-a .pf_form_table .pf_label_text {
  color: #FFF;
}
.post-footer-a a {
  color: #FFF;
}
.post-footer-a a:hover {
  color: #FFF;
}
.post-footer-a .generic-fill {
  background: #FFF;
  color: #005BAC !important;
  border-color: #FFF;
}
.post-footer-a .generic-fill:hover {
  background: #FFF;
  color: #1e2d54 !important;
  border-color: #FFF;
}
.post-footer-a .generic-fill:hover {
  background: #FFF;
  color: #1e2d54 !important;
  border-color: #FFF;
}
.post-footer-a .generic-fill:hover p,
.post-footer-a .generic-fill:hover h1,
.post-footer-a .generic-fill:hover h2,
.post-footer-a .generic-fill:hover h3,
.post-footer-a .generic-fill:hover h4,
.post-footer-a .generic-fill:hover h5,
.post-footer-a .generic-fill:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #1e2d54 !important;
}
.post-footer-a .generic-outline {
  background: transparent;
  color: #FFF !important;
  border-color: #FFF;
}
.post-footer-a .generic-outline:hover {
  background: #FFF;
  color: #1e2d54 !important;
  border-color: #1e2d54;
}
.post-footer-a .generic-outline:hover {
  background: #FFF;
  color: #1e2d54 !important;
  border-color: #1e2d54;
}
.post-footer-a .generic-outline:hover p,
.post-footer-a .generic-outline:hover h1,
.post-footer-a .generic-outline:hover h2,
.post-footer-a .generic-outline:hover h3,
.post-footer-a .generic-outline:hover h4,
.post-footer-a .generic-outline:hover h5,
.post-footer-a .generic-outline:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #1e2d54 !important;
}
/* ======================================
    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 - Blue";
  -ixp-tags: "Regions";
  -ixp-group: "regions";
  -ixp-scope: "ContainerLike";
}
/* ======================================
	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: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.shadow-a {
  -webkit-box-shadow: 0px 2px 46px hsla(0, 0%, 74%, 0.3);
  -moz-box-shadow: 0px 2px 46px hsla(0, 0%, 74%, 0.3);
  box-shadow: 0px 2px 46px hsla(0, 0%, 74%, 0.3);
}
.shadow-b {
  -webkit-box-shadow: 1px 1px #000, 2px 2px #000, 3px 3px #000;
  -moz-box-shadow: 1px 1px #000, 2px 2px #000, 3px 3px #000;
  box-shadow: 1px 1px #000, 2px 2px #000, 3px 3px #000;
}
.border-style-a {
  border: 2px solid #005BAC;
}
.border-style-b {
  border: 2px solid #D7E0E5;
}
/* ======================================
	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: "Main Grey Border";
  -ixp-tags: "Styling";
  -ixp-group: "styling";
  -ixp-scope: "Image,Link,Container,Column,Row";
}
/* ======================================
	Horizontal Rule Styling
====================================== */
hr {
  background: #E9EFF1;
  border: none;
  color: #E9EFF1;
  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.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s 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.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s 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: 2px;
  border-style: solid;
  -webkit-border-radius: 0.375rem;
  -moz-border-radius: 0.375rem;
  border-radius: 0.375rem;
  cursor: pointer;
  display: inline-block;
  margin: 0.5em 0;
  overflow: visible;
  text-decoration: none;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-appearance: none;
  font-family: 'Roboto-Bold', sans-serif;
  font-weight: 700;
  text-transform: none;
}
.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: 2px;
}
.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: #005BAC;
  color: #FFF !important;
  border-color: #005BAC;
  font-size: 18px;
  padding: 12px 24px;
}
.pf_submit_button:hover {
  background: #1e2d54;
  color: #FFF !important;
  border-color: #1e2d54;
}
.pf_submit_button:hover {
  background: #1e2d54;
  color: #FFF !important;
  border-color: #1e2d54;
}
.pf_submit_button:hover p,
.pf_submit_button:hover h1,
.pf_submit_button:hover h2,
.pf_submit_button:hover h3,
.pf_submit_button:hover h4,
.pf_submit_button:hover h5,
.pf_submit_button:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #FFF !important;
}
/* ======================================
	Button - Mixins
====================================== */
/*
.button-e() {
    background:@btn-color-e;
    color: @btn-text-e !important;
    border-color: @btn-border-e;

    &:hover {
        background: @btn-color-e-hover;
        color: @btn-text-e-hover !important;
        border-color: @btn-border-e-hover;
    }
}

.button-f() {
    background: @btn-color-f;
    color: @btn-text-f !important;
    border-color: @btn-border-f;

    &:hover {
        background: @btn-color-f-hover;
        color: @btn-text-f-hover !important;
        border-color: @btn-border-f-hover;
    }
}
*/
/* ======================================
	Button

	REQUIRED CLASS: .button-a
====================================== */
.button-a,
.button-container-a .pf_form_table .pf_submit_cell .pf_submit_button {
  background: #005BAC;
  color: #FFF !important;
  border-color: #005BAC;
}
.button-a:hover,
.button-container-a .pf_form_table .pf_submit_cell .pf_submit_button:hover {
  background: #1e2d54;
  color: #FFF !important;
  border-color: #1e2d54;
}
.button-a:hover p,
.button-container-a .pf_form_table .pf_submit_cell .pf_submit_button:hover p,
.button-a:hover h1,
.button-container-a .pf_form_table .pf_submit_cell .pf_submit_button:hover h1,
.button-a:hover h2,
.button-container-a .pf_form_table .pf_submit_cell .pf_submit_button:hover h2,
.button-a:hover h3,
.button-container-a .pf_form_table .pf_submit_cell .pf_submit_button:hover h3,
.button-a:hover h4,
.button-container-a .pf_form_table .pf_submit_cell .pf_submit_button:hover h4,
.button-a:hover h5,
.button-container-a .pf_form_table .pf_submit_cell .pf_submit_button:hover h5,
.button-a:hover h6,
.button-container-a .pf_form_table .pf_submit_cell .pf_submit_button:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #FFF !important;
}
.button-a p,
.button-a h1,
.button-a h2,
.button-a h3,
.button-a h4,
.button-a h5,
.button-a h6 {
  color: #FFF !important;
}
.button-b,
.button-container-b .pf_form_table .pf_submit_cell .pf_submit_button {
  background: #FFF;
  color: #005BAC !important;
  border-color: #FFF;
}
.button-b:hover,
.button-container-b .pf_form_table .pf_submit_cell .pf_submit_button:hover {
  background: #FFF;
  color: #1e2d54 !important;
  border-color: #FFF;
}
.button-b:hover p,
.button-container-b .pf_form_table .pf_submit_cell .pf_submit_button:hover p,
.button-b:hover h1,
.button-container-b .pf_form_table .pf_submit_cell .pf_submit_button:hover h1,
.button-b:hover h2,
.button-container-b .pf_form_table .pf_submit_cell .pf_submit_button:hover h2,
.button-b:hover h3,
.button-container-b .pf_form_table .pf_submit_cell .pf_submit_button:hover h3,
.button-b:hover h4,
.button-container-b .pf_form_table .pf_submit_cell .pf_submit_button:hover h4,
.button-b:hover h5,
.button-container-b .pf_form_table .pf_submit_cell .pf_submit_button:hover h5,
.button-b:hover h6,
.button-container-b .pf_form_table .pf_submit_cell .pf_submit_button:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #1e2d54 !important;
}
.button-b p,
.button-b h1,
.button-b h2,
.button-b h3,
.button-b h4,
.button-b h5,
.button-b h6 {
  color: #005BAC !important;
}
.button-c,
.button-container-c .pf_form_table .pf_submit_cell .pf_submit_button {
  background: transparent;
  color: #005BAC !important;
  border-color: #005BAC;
}
.button-c:hover,
.button-container-c .pf_form_table .pf_submit_cell .pf_submit_button:hover {
  background: transparent;
  color: #1e2d54 !important;
  border-color: #1e2d54;
}
.button-c:hover p,
.button-container-c .pf_form_table .pf_submit_cell .pf_submit_button:hover p,
.button-c:hover h1,
.button-container-c .pf_form_table .pf_submit_cell .pf_submit_button:hover h1,
.button-c:hover h2,
.button-container-c .pf_form_table .pf_submit_cell .pf_submit_button:hover h2,
.button-c:hover h3,
.button-container-c .pf_form_table .pf_submit_cell .pf_submit_button:hover h3,
.button-c:hover h4,
.button-container-c .pf_form_table .pf_submit_cell .pf_submit_button:hover h4,
.button-c:hover h5,
.button-container-c .pf_form_table .pf_submit_cell .pf_submit_button:hover h5,
.button-c:hover h6,
.button-container-c .pf_form_table .pf_submit_cell .pf_submit_button:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #1e2d54 !important;
}
.button-c p,
.button-c h1,
.button-c h2,
.button-c h3,
.button-c h4,
.button-c h5,
.button-c h6 {
  color: #005BAC !important;
}
.button-d,
.button-container-d .pf_form_table .pf_submit_cell .pf_submit_button {
  background: transparent;
  color: #FFF !important;
  border-color: #FFF;
}
.button-d:hover,
.button-container-d .pf_form_table .pf_submit_cell .pf_submit_button:hover {
  background: #FFF;
  color: #1e2d54 !important;
  border-color: #1e2d54;
}
.button-d:hover p,
.button-container-d .pf_form_table .pf_submit_cell .pf_submit_button:hover p,
.button-d:hover h1,
.button-container-d .pf_form_table .pf_submit_cell .pf_submit_button:hover h1,
.button-d:hover h2,
.button-container-d .pf_form_table .pf_submit_cell .pf_submit_button:hover h2,
.button-d:hover h3,
.button-container-d .pf_form_table .pf_submit_cell .pf_submit_button:hover h3,
.button-d:hover h4,
.button-container-d .pf_form_table .pf_submit_cell .pf_submit_button:hover h4,
.button-d:hover h5,
.button-container-d .pf_form_table .pf_submit_cell .pf_submit_button:hover h5,
.button-d:hover h6,
.button-container-d .pf_form_table .pf_submit_cell .pf_submit_button:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #1e2d54 !important;
}
.button-d p,
.button-d h1,
.button-d h2,
.button-d h3,
.button-d h4,
.button-d h5,
.button-d h6 {
  color: #FFF !important;
}
/*
.button-e,
.button-container-e @{form-button} {
    .button-e();
    
    &:hover p,
    &:hover h1,
    &:hover h2,
    &:hover h3,
    &:hover h4,
    &:hover h5,
    &:hover h6 {
        .transition(@btn-transition);
        color: @btn-text-e-hover !important;
    }
}
.button-e p,
.button-e h1,
.button-e h2,
.button-e h3,
.button-e h4,
.button-e h5,
.button-e h6 {
    color: @btn-text-e !important;
}


.button-f,
.button-container-f @{form-button} {
    .button-f();
    
    &:hover p,
    &:hover h1,
    &:hover h2,
    &:hover h3,
    &:hover h4,
    &:hover h5,
    &:hover h6 {
        .transition(@btn-transition);
        color: @btn-text-f-hover !important;
    }
}
.button-f p,
.button-f h1,
.button-f h2,
.button-f h3,
.button-f h4,
.button-f h5,
.button-f h6 {
    color: @btn-text-f !important;
}
*/
/* ======================================
	Button Size Settings

	REQUIRED CLASSES:
	.button-small,
	.button-medium,
	.button-large,
	.button-wide
====================================== */
.button-small,
.button-container-small .pf_form_table .pf_submit_cell .pf_submit_button {
  font-size: 16px;
  padding: 7px 18px;
  text-align: center;
}
.button-medium,
.button-container-medium .pf_form_table .pf_submit_cell .pf_submit_button {
  font-size: 18px;
  padding: 12px 24px;
  text-align: center;
}
.button-large,
.button-container-large .pf_form_table .pf_submit_cell .pf_submit_button {
  font-size: 20px;
  padding: 14px 28px;
  text-align: center;
}
.button-wide,
.button-container-wide .pf_form_table .pf_submit_cell .pf_submit_button {
  display: block;
  font-size: 20px;
  height: auto;
  line-height: 1.45;
  padding: 1em 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: 7px 18px;
}
.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: 12px 24px;
}
.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: 14px 28px;
}
.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: 1em 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: 0.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: "Blue (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-a.button-container-small {
  -ixp-name: "Blue (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-a.button-medium {
  -ixp-name: "Blue (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-a.button-container-medium {
  -ixp-name: "Blue (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-a.button-large {
  -ixp-name: "Blue (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-a.button-container-large {
  -ixp-name: "Blue (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-a.button-wide {
  -ixp-name: "Blue (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-a.button-container-wide {
  -ixp-name: "Blue (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-a.button-small.button-checked {
  -ixp-name: "Blue 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: "Blue checked (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-a.button-medium.button-checked {
  -ixp-name: "Blue 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: "Blue checked (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-a.button-large.button-checked {
  -ixp-name: "Blue 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: "Blue checked (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-a.button-wide.button-checked {
  -ixp-name: "Blue 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: "Blue checked (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-a.button-small.button-arrow {
  -ixp-name: "Blue 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: "Blue arrow (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-a.button-medium.button-arrow {
  -ixp-name: "Blue 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: "Blue arrow (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-a.button-large.button-arrow {
  -ixp-name: "Blue 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: "Blue arrow (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-a.button-wide.button-arrow {
  -ixp-name: "Blue 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: "Blue arrow (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-a.button-small.button-back {
  -ixp-name: "Blue 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: "Blue back (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-a.button-medium.button-back {
  -ixp-name: "Blue 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: "Blue back (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-a.button-large.button-back {
  -ixp-name: "Blue 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: "Blue back (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-a.button-wide.button-back {
  -ixp-name: "Blue 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: "Blue back (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-a.button-small.button-down {
  -ixp-name: "Blue 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: "Blue down (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-a.button-medium.button-down {
  -ixp-name: "Blue 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: "Blue down (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-a.button-large.button-down {
  -ixp-name: "Blue 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: "Blue down (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-a.button-wide.button-down {
  -ixp-name: "Blue 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: "Blue down (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-b.button-small {
  -ixp-name: "White (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-b.button-container-small {
  -ixp-name: "White (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-b.button-medium {
  -ixp-name: "White (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-b.button-container-medium {
  -ixp-name: "White (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-b.button-large {
  -ixp-name: "White (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-b.button-container-large {
  -ixp-name: "White (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-b.button-wide {
  -ixp-name: "White (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-b.button-container-wide {
  -ixp-name: "White (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-b.button-small.button-checked {
  -ixp-name: "White 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: "White checked (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-b.button-medium.button-checked {
  -ixp-name: "White 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: "White checked (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-b.button-large.button-checked {
  -ixp-name: "White 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: "White checked (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-b.button-wide.button-checked {
  -ixp-name: "White 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: "White checked (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-b.button-small.button-arrow {
  -ixp-name: "White 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: "White arrow (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-b.button-medium.button-arrow {
  -ixp-name: "White 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: "White arrow (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-b.button-large.button-arrow {
  -ixp-name: "White 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: "White arrow (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-b.button-wide.button-arrow {
  -ixp-name: "White 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: "White arrow (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-b.button-small.button-back {
  -ixp-name: "White 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: "White back (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-b.button-medium.button-back {
  -ixp-name: "White 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: "White back (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-b.button-large.button-back {
  -ixp-name: "White 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: "White back (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-b.button-wide.button-back {
  -ixp-name: "White 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: "White back (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-b.button-small.button-down {
  -ixp-name: "White 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: "White down (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-b.button-medium.button-down {
  -ixp-name: "White 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: "White down (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-b.button-large.button-down {
  -ixp-name: "White 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: "White down (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-b.button-wide.button-down {
  -ixp-name: "White 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: "White down (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-c.button-small {
  -ixp-name: "Blue Outline (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-c.button-container-small {
  -ixp-name: "Blue Outline (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-c.button-medium {
  -ixp-name: "Blue Outline (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-c.button-container-medium {
  -ixp-name: "Blue Outline (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-c.button-large {
  -ixp-name: "Blue Outline (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-c.button-container-large {
  -ixp-name: "Blue Outline (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-c.button-wide {
  -ixp-name: "Blue Outline (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-c.button-container-wide {
  -ixp-name: "Blue Outline (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-c.button-small.button-checked {
  -ixp-name: "Blue Outline 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: "Blue Outline checked (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-c.button-medium.button-checked {
  -ixp-name: "Blue Outline 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: "Blue Outline checked (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-c.button-large.button-checked {
  -ixp-name: "Blue Outline 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: "Blue Outline checked (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-c.button-wide.button-checked {
  -ixp-name: "Blue Outline 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: "Blue Outline checked (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-c.button-small.button-arrow {
  -ixp-name: "Blue Outline 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: "Blue Outline arrow (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-c.button-medium.button-arrow {
  -ixp-name: "Blue Outline 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: "Blue Outline arrow (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-c.button-large.button-arrow {
  -ixp-name: "Blue Outline 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: "Blue Outline arrow (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-c.button-wide.button-arrow {
  -ixp-name: "Blue Outline 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: "Blue Outline arrow (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-c.button-small.button-back {
  -ixp-name: "Blue Outline 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: "Blue Outline back (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-c.button-medium.button-back {
  -ixp-name: "Blue Outline 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: "Blue Outline back (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-c.button-large.button-back {
  -ixp-name: "Blue Outline 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: "Blue Outline back (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-c.button-wide.button-back {
  -ixp-name: "Blue Outline 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: "Blue Outline back (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-c.button-small.button-down {
  -ixp-name: "Blue Outline 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: "Blue Outline down (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-c.button-medium.button-down {
  -ixp-name: "Blue Outline 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: "Blue Outline down (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-c.button-large.button-down {
  -ixp-name: "Blue Outline 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: "Blue Outline down (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-c.button-wide.button-down {
  -ixp-name: "Blue Outline 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: "Blue Outline down (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-d.button-small {
  -ixp-name: "White Outline (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-d.button-container-small {
  -ixp-name: "White Outline (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-d.button-medium {
  -ixp-name: "White Outline (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-d.button-container-medium {
  -ixp-name: "White Outline (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-d.button-large {
  -ixp-name: "White Outline (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-d.button-container-large {
  -ixp-name: "White Outline (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-d.button-wide {
  -ixp-name: "White Outline (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Link,Text";
}
.button-container.button-container-d.button-container-wide {
  -ixp-name: "White Outline (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-d.button-small.button-checked {
  -ixp-name: "White Outline 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: "White Outline checked (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-d.button-medium.button-checked {
  -ixp-name: "White Outline 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: "White Outline checked (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-d.button-large.button-checked {
  -ixp-name: "White Outline 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: "White Outline checked (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-d.button-wide.button-checked {
  -ixp-name: "White Outline 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: "White Outline checked (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-d.button-small.button-arrow {
  -ixp-name: "White Outline 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: "White Outline arrow (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-d.button-medium.button-arrow {
  -ixp-name: "White Outline 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: "White Outline arrow (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-d.button-large.button-arrow {
  -ixp-name: "White Outline 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: "White Outline arrow (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-d.button-wide.button-arrow {
  -ixp-name: "White Outline 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: "White Outline arrow (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-d.button-small.button-back {
  -ixp-name: "White Outline 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: "White Outline back (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-d.button-medium.button-back {
  -ixp-name: "White Outline 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: "White Outline back (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-d.button-large.button-back {
  -ixp-name: "White Outline 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: "White Outline back (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-d.button-wide.button-back {
  -ixp-name: "White Outline 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: "White Outline back (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-d.button-small.button-down {
  -ixp-name: "White Outline 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: "White Outline down (small)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-d.button-medium.button-down {
  -ixp-name: "White Outline 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: "White Outline down (medium)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-d.button-large.button-down {
  -ixp-name: "White Outline 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: "White Outline down (large)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
.button.button-d.button-wide.button-down {
  -ixp-name: "White Outline 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: "White Outline down (wide)";
  -ixp-tags: "Buttons";
  -ixp-group: "buttons";
  -ixp-scope: "Form,Lightbox";
}
/*
// Button E
.ixp-button('@{button-e-name} (@{size-a})', e, @size-a);
.ixp-button('@{button-e-name} (@{size-b})', e, @size-b);
.ixp-button('@{button-e-name} (@{size-c})', e, @size-c);
.ixp-button('@{button-e-name} (@{size-d})', e, @size-d);

// Button E, Icon A
.ixp-button-icon('@{button-e-name} @{icon-btn-a} (@{size-a})', e, @size-a, @icon-btn-a);
.ixp-button-icon('@{button-e-name} @{icon-btn-a} (@{size-b})', e, @size-b, @icon-btn-a);
.ixp-button-icon('@{button-e-name} @{icon-btn-a} (@{size-c})', e, @size-c, @icon-btn-a);
.ixp-button-icon('@{button-e-name} @{icon-btn-a} (@{size-d})', e, @size-d, @icon-btn-a);

// Button E, Icon B
.ixp-button-icon('@{button-e-name} @{icon-btn-b} (@{size-a})', e, @size-a, @icon-btn-b);
.ixp-button-icon('@{button-e-name} @{icon-btn-b} (@{size-b})', e, @size-b, @icon-btn-b);
.ixp-button-icon('@{button-e-name} @{icon-btn-b} (@{size-c})', e, @size-c, @icon-btn-b);
.ixp-button-icon('@{button-e-name} @{icon-btn-b} (@{size-d})', e, @size-d, @icon-btn-b);

// Button E, Icon C
.ixp-button-icon('@{button-e-name} @{icon-btn-c} (@{size-a})', e, @size-a, @icon-btn-c);
.ixp-button-icon('@{button-e-name} @{icon-btn-c} (@{size-b})', e, @size-b, @icon-btn-c);
.ixp-button-icon('@{button-e-name} @{icon-btn-c} (@{size-c})', e, @size-c, @icon-btn-c);
.ixp-button-icon('@{button-e-name} @{icon-btn-c} (@{size-d})', e, @size-d, @icon-btn-c);

// Button E, Icon D
.ixp-button-icon('@{button-e-name} @{icon-btn-d} (@{size-a})', e, @size-a, @icon-btn-d);
.ixp-button-icon('@{button-e-name} @{icon-btn-d} (@{size-b})', e, @size-b, @icon-btn-d);
.ixp-button-icon('@{button-e-name} @{icon-btn-d} (@{size-c})', e, @size-c, @icon-btn-d);
.ixp-button-icon('@{button-e-name} @{icon-btn-d} (@{size-d})', e, @size-d, @icon-btn-d);

// Button F
.ixp-button('@{button-f-name} (@{size-a})', f, @size-a);
.ixp-button('@{button-f-name} (@{size-b})', f, @size-b);
.ixp-button('@{button-f-name} (@{size-c})', f, @size-c);
.ixp-button('@{button-f-name} (@{size-d})', f, @size-d);

// Button F, Icon A
.ixp-button-icon('@{button-f-name} @{icon-btn-a} (@{size-a})', f, @size-a, @icon-btn-a);
.ixp-button-icon('@{button-f-name} @{icon-btn-a} (@{size-b})', f, @size-b, @icon-btn-a);
.ixp-button-icon('@{button-f-name} @{icon-btn-a} (@{size-c})', f, @size-c, @icon-btn-a);
.ixp-button-icon('@{button-f-name} @{icon-btn-a} (@{size-d})', f, @size-d, @icon-btn-a);

// Button F, Icon B
.ixp-button-icon('@{button-f-name} @{icon-btn-b} (@{size-a})', f, @size-a, @icon-btn-b);
.ixp-button-icon('@{button-f-name} @{icon-btn-b} (@{size-b})', f, @size-b, @icon-btn-b);
.ixp-button-icon('@{button-f-name} @{icon-btn-b} (@{size-c})', f, @size-c, @icon-btn-b);
.ixp-button-icon('@{button-f-name} @{icon-btn-b} (@{size-d})', f, @size-d, @icon-btn-b);

// Button F, Icon C
.ixp-button-icon('@{button-f-name} @{icon-btn-c} (@{size-a})', f, @size-a, @icon-btn-c);
.ixp-button-icon('@{button-f-name} @{icon-btn-c} (@{size-b})', f, @size-b, @icon-btn-c);
.ixp-button-icon('@{button-f-name} @{icon-btn-c} (@{size-c})', f, @size-c, @icon-btn-c);
.ixp-button-icon('@{button-f-name} @{icon-btn-c} (@{size-d})', f, @size-d, @icon-btn-c);

// Button F, Icon D
.ixp-button-icon('@{button-f-name} @{icon-btn-d} (@{size-a})', f, @size-a, @icon-btn-d);
.ixp-button-icon('@{button-f-name} @{icon-btn-d} (@{size-b})', f, @size-b, @icon-btn-d);
.ixp-button-icon('@{button-f-name} @{icon-btn-d} (@{size-c})', f, @size-c, @icon-btn-d);
.ixp-button-icon('@{button-f-name} @{icon-btn-d} (@{size-d})', f, @size-d, @icon-btn-d);
*/
/* ======================================
	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: #005BAC;
  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: #000;
}
.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: #000;
}
.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: #000;
}
.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: #000;
}
.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: #005BAC;
}
.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: #005BAC;
}
.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: #005BAC;
}
.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: #005BAC;
}
.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";
}
/* ======================================
	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;
  /*
    &.pod-e7 {
        .pod-theme-selector(@pod-e7-color, @pod-e7-bg);
    }
    &.pod-e8 {
        .pod-theme-selector(@pod-e8-color, @pod-e8-bg);
    }
    &.pod-e9 {
        .pod-theme-selector(@pod-e9-color, @pod-e9-bg);
    }

    &.pod-f {
        .pod-theme-selector(@pod-f-color, @pod-f-bg);
    }
    &.pod-f1 {
        .pod-theme-selector(@pod-f1-color, @pod-f1-bg);
    }
    &.pod-f2 {
        .pod-theme-selector(@pod-f2-color, @pod-f2-bg);
    }
    &.pod-f3 {
        .pod-theme-selector(@pod-f3-color, @pod-f3-bg);
    }
    &.pod-f4 {
        .pod-theme-selector(@pod-f4-color, @pod-f4-bg);
    }
    &.pod-f5 {
        .pod-theme-selector(@pod-f5-color, @pod-f5-bg);
    }
    &.pod-f6 {
        .pod-theme-selector(@pod-f6-color, @pod-f6-bg);
    }
    &.pod-f7 {
        .pod-theme-selector(@pod-f7-color, @pod-f7-bg);
    }
    &.pod-f8 {
        .pod-theme-selector(@pod-f8-color, @pod-f8-bg);
    }
    &.pod-f9 {
        .pod-theme-selector(@pod-f9-color, @pod-f9-bg);
    }

    &.pod-g {
        .pod-theme-selector(@pod-g-color, @pod-g-bg);
    }
    &.pod-g1 {
        .pod-theme-selector(@pod-g1-color, @pod-g1-bg);
    }
    &.pod-g2 {
        .pod-theme-selector(@pod-g2-color, @pod-g2-bg);
    }
    &.pod-g3 {
        .pod-theme-selector(@pod-g3-color, @pod-g3-bg);
    }
    &.pod-g4 {
        .pod-theme-selector(@pod-g4-color, @pod-g4-bg);
    }
    &.pod-g5 {
        .pod-theme-selector(@pod-g5-color, @pod-g5-bg);
    }
    &.pod-g6 {
        .pod-theme-selector(@pod-g6-color, @pod-g6-bg);
    }
    &.pod-g7 {
        .pod-theme-selector(@pod-g7-color, @pod-g7-bg);
    }
    &.pod-g8 {
        .pod-theme-selector(@pod-g8-color, @pod-g8-bg);
    }
    &.pod-g9 {
        .pod-theme-selector(@pod-g9-color, @pod-g9-bg);
    }
    */
}
.pod .generic-fill {
  background: #005BAC;
  color: #FFF !important;
  border-color: #005BAC;
}
.pod .generic-fill:hover {
  background: #1e2d54;
  color: #FFF !important;
  border-color: #1e2d54;
}
.pod .generic-fill:hover {
  background: #1e2d54;
  color: #FFF !important;
  border-color: #1e2d54;
}
.pod .generic-fill:hover p,
.pod .generic-fill:hover h1,
.pod .generic-fill:hover h2,
.pod .generic-fill:hover h3,
.pod .generic-fill:hover h4,
.pod .generic-fill:hover h5,
.pod .generic-fill:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #FFF !important;
}
.pod .generic-outline {
  background: #FFF;
  color: #005BAC !important;
  border-color: #FFF;
}
.pod .generic-outline:hover {
  background: #FFF;
  color: #1e2d54 !important;
  border-color: #FFF;
}
.pod .generic-outline:hover {
  background: #FFF;
  color: #1e2d54 !important;
  border-color: #FFF;
}
.pod .generic-outline:hover p,
.pod .generic-outline:hover h1,
.pod .generic-outline:hover h2,
.pod .generic-outline:hover h3,
.pod .generic-outline:hover h4,
.pod .generic-outline:hover h5,
.pod .generic-outline:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #1e2d54 !important;
}
.pod.pod-a {
  background: #FFF;
  color: #000;
}
.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: #000;
}
.pod.pod-a a {
  color: #005BAC;
}
.pod.pod-a a:hover {
  color: #1e2d54;
}
.pod.pod-a .generic-fill {
  background: #005BAC;
  color: #FFF !important;
  border-color: #005BAC;
}
.pod.pod-a .generic-fill:hover {
  background: #1e2d54;
  color: #FFF !important;
  border-color: #1e2d54;
}
.pod.pod-a .generic-fill:hover {
  background: #1e2d54;
  color: #FFF !important;
  border-color: #1e2d54;
}
.pod.pod-a .generic-fill:hover p,
.pod.pod-a .generic-fill:hover h1,
.pod.pod-a .generic-fill:hover h2,
.pod.pod-a .generic-fill:hover h3,
.pod.pod-a .generic-fill:hover h4,
.pod.pod-a .generic-fill:hover h5,
.pod.pod-a .generic-fill:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #FFF !important;
}
.pod.pod-a .generic-outline {
  background: transparent;
  color: #005BAC !important;
  border-color: #005BAC;
}
.pod.pod-a .generic-outline:hover {
  background: transparent;
  color: #1e2d54 !important;
  border-color: #1e2d54;
}
.pod.pod-a .generic-outline:hover {
  background: transparent;
  color: #1e2d54 !important;
  border-color: #1e2d54;
}
.pod.pod-a .generic-outline:hover p,
.pod.pod-a .generic-outline:hover h1,
.pod.pod-a .generic-outline:hover h2,
.pod.pod-a .generic-outline:hover h3,
.pod.pod-a .generic-outline:hover h4,
.pod.pod-a .generic-outline:hover h5,
.pod.pod-a .generic-outline:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #1e2d54 !important;
}
.pod.pod-b {
  background: rgba(255, 255, 255, 0.6);
  color: #000;
}
.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: #000;
}
.pod.pod-b a {
  color: #005BAC;
}
.pod.pod-b a:hover {
  color: #1e2d54;
}
.pod.pod-b .generic-fill {
  background: #005BAC;
  color: #FFF !important;
  border-color: #005BAC;
}
.pod.pod-b .generic-fill:hover {
  background: #1e2d54;
  color: #FFF !important;
  border-color: #1e2d54;
}
.pod.pod-b .generic-fill:hover {
  background: #1e2d54;
  color: #FFF !important;
  border-color: #1e2d54;
}
.pod.pod-b .generic-fill:hover p,
.pod.pod-b .generic-fill:hover h1,
.pod.pod-b .generic-fill:hover h2,
.pod.pod-b .generic-fill:hover h3,
.pod.pod-b .generic-fill:hover h4,
.pod.pod-b .generic-fill:hover h5,
.pod.pod-b .generic-fill:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #FFF !important;
}
.pod.pod-b .generic-outline {
  background: transparent;
  color: #005BAC !important;
  border-color: #005BAC;
}
.pod.pod-b .generic-outline:hover {
  background: transparent;
  color: #1e2d54 !important;
  border-color: #1e2d54;
}
.pod.pod-b .generic-outline:hover {
  background: transparent;
  color: #1e2d54 !important;
  border-color: #1e2d54;
}
.pod.pod-b .generic-outline:hover p,
.pod.pod-b .generic-outline:hover h1,
.pod.pod-b .generic-outline:hover h2,
.pod.pod-b .generic-outline:hover h3,
.pod.pod-b .generic-outline:hover h4,
.pod.pod-b .generic-outline:hover h5,
.pod.pod-b .generic-outline:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #1e2d54 !important;
}
.pod.pod-c {
  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: #FFF;
}
.pod.pod-c a:hover {
  color: #FFF;
}
.pod.pod-c .generic-fill {
  background: #FFF;
  color: #005BAC !important;
  border-color: #FFF;
}
.pod.pod-c .generic-fill:hover {
  background: #FFF;
  color: #1e2d54 !important;
  border-color: #FFF;
}
.pod.pod-c .generic-fill:hover {
  background: #FFF;
  color: #1e2d54 !important;
  border-color: #FFF;
}
.pod.pod-c .generic-fill:hover p,
.pod.pod-c .generic-fill:hover h1,
.pod.pod-c .generic-fill:hover h2,
.pod.pod-c .generic-fill:hover h3,
.pod.pod-c .generic-fill:hover h4,
.pod.pod-c .generic-fill:hover h5,
.pod.pod-c .generic-fill:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #1e2d54 !important;
}
.pod.pod-c .generic-outline {
  background: transparent;
  color: #FFF !important;
  border-color: #FFF;
}
.pod.pod-c .generic-outline:hover {
  background: #FFF;
  color: #1e2d54 !important;
  border-color: #1e2d54;
}
.pod.pod-c .generic-outline:hover {
  background: #FFF;
  color: #1e2d54 !important;
  border-color: #1e2d54;
}
.pod.pod-c .generic-outline:hover p,
.pod.pod-c .generic-outline:hover h1,
.pod.pod-c .generic-outline:hover h2,
.pod.pod-c .generic-outline:hover h3,
.pod.pod-c .generic-outline:hover h4,
.pod.pod-c .generic-outline:hover h5,
.pod.pod-c .generic-outline:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #1e2d54 !important;
}
.pod.pod-d {
  background: #000;
  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: #FFF;
}
.pod.pod-d a:hover {
  color: #FFF;
}
.pod.pod-d .generic-fill {
  background: #FFF;
  color: #005BAC !important;
  border-color: #FFF;
}
.pod.pod-d .generic-fill:hover {
  background: #FFF;
  color: #1e2d54 !important;
  border-color: #FFF;
}
.pod.pod-d .generic-fill:hover {
  background: #FFF;
  color: #1e2d54 !important;
  border-color: #FFF;
}
.pod.pod-d .generic-fill:hover p,
.pod.pod-d .generic-fill:hover h1,
.pod.pod-d .generic-fill:hover h2,
.pod.pod-d .generic-fill:hover h3,
.pod.pod-d .generic-fill:hover h4,
.pod.pod-d .generic-fill:hover h5,
.pod.pod-d .generic-fill:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #1e2d54 !important;
}
.pod.pod-d .generic-outline {
  background: transparent;
  color: #FFF !important;
  border-color: #FFF;
}
.pod.pod-d .generic-outline:hover {
  background: #FFF;
  color: #1e2d54 !important;
  border-color: #1e2d54;
}
.pod.pod-d .generic-outline:hover {
  background: #FFF;
  color: #1e2d54 !important;
  border-color: #1e2d54;
}
.pod.pod-d .generic-outline:hover p,
.pod.pod-d .generic-outline:hover h1,
.pod.pod-d .generic-outline:hover h2,
.pod.pod-d .generic-outline:hover h3,
.pod.pod-d .generic-outline:hover h4,
.pod.pod-d .generic-outline:hover h5,
.pod.pod-d .generic-outline:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #1e2d54 !important;
}
.pod.pod-d1 {
  background: #191919;
  color: #FFF;
}
.pod.pod-d1 h1,
.pod.pod-d1 h2,
.pod.pod-d1 h3,
.pod.pod-d1 h4,
.pod.pod-d1 h5,
.pod.pod-d1 h6,
.pod.pod-d1 p,
.pod.pod-d1 .pf_form_table,
.pod.pod-d1 .pf_form_table .pf_label_text {
  color: #FFF;
}
.pod.pod-d1 a {
  color: #FFF;
}
.pod.pod-d1 a:hover {
  color: #FFF;
}
.pod.pod-d1 .generic-fill {
  background: #FFF;
  color: #005BAC !important;
  border-color: #FFF;
}
.pod.pod-d1 .generic-fill:hover {
  background: #FFF;
  color: #1e2d54 !important;
  border-color: #FFF;
}
.pod.pod-d1 .generic-fill:hover {
  background: #FFF;
  color: #1e2d54 !important;
  border-color: #FFF;
}
.pod.pod-d1 .generic-fill:hover p,
.pod.pod-d1 .generic-fill:hover h1,
.pod.pod-d1 .generic-fill:hover h2,
.pod.pod-d1 .generic-fill:hover h3,
.pod.pod-d1 .generic-fill:hover h4,
.pod.pod-d1 .generic-fill:hover h5,
.pod.pod-d1 .generic-fill:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #1e2d54 !important;
}
.pod.pod-d1 .generic-outline {
  background: transparent;
  color: #FFF !important;
  border-color: #FFF;
}
.pod.pod-d1 .generic-outline:hover {
  background: #FFF;
  color: #1e2d54 !important;
  border-color: #1e2d54;
}
.pod.pod-d1 .generic-outline:hover {
  background: #FFF;
  color: #1e2d54 !important;
  border-color: #1e2d54;
}
.pod.pod-d1 .generic-outline:hover p,
.pod.pod-d1 .generic-outline:hover h1,
.pod.pod-d1 .generic-outline:hover h2,
.pod.pod-d1 .generic-outline:hover h3,
.pod.pod-d1 .generic-outline:hover h4,
.pod.pod-d1 .generic-outline:hover h5,
.pod.pod-d1 .generic-outline:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #1e2d54 !important;
}
.pod.pod-d2 {
  background: #333333;
  color: #FFF;
}
.pod.pod-d2 h1,
.pod.pod-d2 h2,
.pod.pod-d2 h3,
.pod.pod-d2 h4,
.pod.pod-d2 h5,
.pod.pod-d2 h6,
.pod.pod-d2 p,
.pod.pod-d2 .pf_form_table,
.pod.pod-d2 .pf_form_table .pf_label_text {
  color: #FFF;
}
.pod.pod-d2 a {
  color: #FFF;
}
.pod.pod-d2 a:hover {
  color: #FFF;
}
.pod.pod-d2 .generic-fill {
  background: #FFF;
  color: #005BAC !important;
  border-color: #FFF;
}
.pod.pod-d2 .generic-fill:hover {
  background: #FFF;
  color: #1e2d54 !important;
  border-color: #FFF;
}
.pod.pod-d2 .generic-fill:hover {
  background: #FFF;
  color: #1e2d54 !important;
  border-color: #FFF;
}
.pod.pod-d2 .generic-fill:hover p,
.pod.pod-d2 .generic-fill:hover h1,
.pod.pod-d2 .generic-fill:hover h2,
.pod.pod-d2 .generic-fill:hover h3,
.pod.pod-d2 .generic-fill:hover h4,
.pod.pod-d2 .generic-fill:hover h5,
.pod.pod-d2 .generic-fill:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #1e2d54 !important;
}
.pod.pod-d2 .generic-outline {
  background: transparent;
  color: #FFF !important;
  border-color: #FFF;
}
.pod.pod-d2 .generic-outline:hover {
  background: #FFF;
  color: #1e2d54 !important;
  border-color: #1e2d54;
}
.pod.pod-d2 .generic-outline:hover {
  background: #FFF;
  color: #1e2d54 !important;
  border-color: #1e2d54;
}
.pod.pod-d2 .generic-outline:hover p,
.pod.pod-d2 .generic-outline:hover h1,
.pod.pod-d2 .generic-outline:hover h2,
.pod.pod-d2 .generic-outline:hover h3,
.pod.pod-d2 .generic-outline:hover h4,
.pod.pod-d2 .generic-outline:hover h5,
.pod.pod-d2 .generic-outline:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #1e2d54 !important;
}
.pod.pod-d3 {
  background: #4d4d4d;
  color: #FFF;
}
.pod.pod-d3 h1,
.pod.pod-d3 h2,
.pod.pod-d3 h3,
.pod.pod-d3 h4,
.pod.pod-d3 h5,
.pod.pod-d3 h6,
.pod.pod-d3 p,
.pod.pod-d3 .pf_form_table,
.pod.pod-d3 .pf_form_table .pf_label_text {
  color: #FFF;
}
.pod.pod-d3 a {
  color: #FFF;
}
.pod.pod-d3 a:hover {
  color: #FFF;
}
.pod.pod-d3 .generic-fill {
  background: #FFF;
  color: #005BAC !important;
  border-color: #FFF;
}
.pod.pod-d3 .generic-fill:hover {
  background: #FFF;
  color: #1e2d54 !important;
  border-color: #FFF;
}
.pod.pod-d3 .generic-fill:hover {
  background: #FFF;
  color: #1e2d54 !important;
  border-color: #FFF;
}
.pod.pod-d3 .generic-fill:hover p,
.pod.pod-d3 .generic-fill:hover h1,
.pod.pod-d3 .generic-fill:hover h2,
.pod.pod-d3 .generic-fill:hover h3,
.pod.pod-d3 .generic-fill:hover h4,
.pod.pod-d3 .generic-fill:hover h5,
.pod.pod-d3 .generic-fill:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #1e2d54 !important;
}
.pod.pod-d3 .generic-outline {
  background: transparent;
  color: #FFF !important;
  border-color: #FFF;
}
.pod.pod-d3 .generic-outline:hover {
  background: #FFF;
  color: #1e2d54 !important;
  border-color: #1e2d54;
}
.pod.pod-d3 .generic-outline:hover {
  background: #FFF;
  color: #1e2d54 !important;
  border-color: #1e2d54;
}
.pod.pod-d3 .generic-outline:hover p,
.pod.pod-d3 .generic-outline:hover h1,
.pod.pod-d3 .generic-outline:hover h2,
.pod.pod-d3 .generic-outline:hover h3,
.pod.pod-d3 .generic-outline:hover h4,
.pod.pod-d3 .generic-outline:hover h5,
.pod.pod-d3 .generic-outline:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #1e2d54 !important;
}
.pod.pod-d4 {
  background: #666666;
  color: #FFF;
}
.pod.pod-d4 h1,
.pod.pod-d4 h2,
.pod.pod-d4 h3,
.pod.pod-d4 h4,
.pod.pod-d4 h5,
.pod.pod-d4 h6,
.pod.pod-d4 p,
.pod.pod-d4 .pf_form_table,
.pod.pod-d4 .pf_form_table .pf_label_text {
  color: #FFF;
}
.pod.pod-d4 a {
  color: #FFF;
}
.pod.pod-d4 a:hover {
  color: #FFF;
}
.pod.pod-d4 .generic-fill {
  background: #FFF;
  color: #005BAC !important;
  border-color: #FFF;
}
.pod.pod-d4 .generic-fill:hover {
  background: #FFF;
  color: #1e2d54 !important;
  border-color: #FFF;
}
.pod.pod-d4 .generic-fill:hover {
  background: #FFF;
  color: #1e2d54 !important;
  border-color: #FFF;
}
.pod.pod-d4 .generic-fill:hover p,
.pod.pod-d4 .generic-fill:hover h1,
.pod.pod-d4 .generic-fill:hover h2,
.pod.pod-d4 .generic-fill:hover h3,
.pod.pod-d4 .generic-fill:hover h4,
.pod.pod-d4 .generic-fill:hover h5,
.pod.pod-d4 .generic-fill:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #1e2d54 !important;
}
.pod.pod-d4 .generic-outline {
  background: transparent;
  color: #FFF !important;
  border-color: #FFF;
}
.pod.pod-d4 .generic-outline:hover {
  background: #FFF;
  color: #1e2d54 !important;
  border-color: #1e2d54;
}
.pod.pod-d4 .generic-outline:hover {
  background: #FFF;
  color: #1e2d54 !important;
  border-color: #1e2d54;
}
.pod.pod-d4 .generic-outline:hover p,
.pod.pod-d4 .generic-outline:hover h1,
.pod.pod-d4 .generic-outline:hover h2,
.pod.pod-d4 .generic-outline:hover h3,
.pod.pod-d4 .generic-outline:hover h4,
.pod.pod-d4 .generic-outline:hover h5,
.pod.pod-d4 .generic-outline:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #1e2d54 !important;
}
.pod.pod-d5 {
  background: #808080;
  color: #000;
}
.pod.pod-d5 h1,
.pod.pod-d5 h2,
.pod.pod-d5 h3,
.pod.pod-d5 h4,
.pod.pod-d5 h5,
.pod.pod-d5 h6,
.pod.pod-d5 p,
.pod.pod-d5 .pf_form_table,
.pod.pod-d5 .pf_form_table .pf_label_text {
  color: #000;
}
.pod.pod-d5 a {
  color: #000;
}
.pod.pod-d5 a:hover {
  color: #000;
}
.pod.pod-d5 .generic-fill {
  background: #005BAC;
  color: #FFF !important;
  border-color: #005BAC;
}
.pod.pod-d5 .generic-fill:hover {
  background: #1e2d54;
  color: #FFF !important;
  border-color: #1e2d54;
}
.pod.pod-d5 .generic-fill:hover {
  background: #1e2d54;
  color: #FFF !important;
  border-color: #1e2d54;
}
.pod.pod-d5 .generic-fill:hover p,
.pod.pod-d5 .generic-fill:hover h1,
.pod.pod-d5 .generic-fill:hover h2,
.pod.pod-d5 .generic-fill:hover h3,
.pod.pod-d5 .generic-fill:hover h4,
.pod.pod-d5 .generic-fill:hover h5,
.pod.pod-d5 .generic-fill:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #FFF !important;
}
.pod.pod-d5 .generic-outline {
  background: #FFF;
  color: #005BAC !important;
  border-color: #FFF;
}
.pod.pod-d5 .generic-outline:hover {
  background: #FFF;
  color: #1e2d54 !important;
  border-color: #FFF;
}
.pod.pod-d5 .generic-outline:hover {
  background: #FFF;
  color: #1e2d54 !important;
  border-color: #FFF;
}
.pod.pod-d5 .generic-outline:hover p,
.pod.pod-d5 .generic-outline:hover h1,
.pod.pod-d5 .generic-outline:hover h2,
.pod.pod-d5 .generic-outline:hover h3,
.pod.pod-d5 .generic-outline:hover h4,
.pod.pod-d5 .generic-outline:hover h5,
.pod.pod-d5 .generic-outline:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #1e2d54 !important;
}
.pod.pod-d6 {
  background: #999999;
  color: #000;
}
.pod.pod-d6 h1,
.pod.pod-d6 h2,
.pod.pod-d6 h3,
.pod.pod-d6 h4,
.pod.pod-d6 h5,
.pod.pod-d6 h6,
.pod.pod-d6 p,
.pod.pod-d6 .pf_form_table,
.pod.pod-d6 .pf_form_table .pf_label_text {
  color: #000;
}
.pod.pod-d6 a {
  color: #000;
}
.pod.pod-d6 a:hover {
  color: #000;
}
.pod.pod-d6 .generic-fill {
  background: #005BAC;
  color: #FFF !important;
  border-color: #005BAC;
}
.pod.pod-d6 .generic-fill:hover {
  background: #1e2d54;
  color: #FFF !important;
  border-color: #1e2d54;
}
.pod.pod-d6 .generic-fill:hover {
  background: #1e2d54;
  color: #FFF !important;
  border-color: #1e2d54;
}
.pod.pod-d6 .generic-fill:hover p,
.pod.pod-d6 .generic-fill:hover h1,
.pod.pod-d6 .generic-fill:hover h2,
.pod.pod-d6 .generic-fill:hover h3,
.pod.pod-d6 .generic-fill:hover h4,
.pod.pod-d6 .generic-fill:hover h5,
.pod.pod-d6 .generic-fill:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #FFF !important;
}
.pod.pod-d6 .generic-outline {
  background: #FFF;
  color: #005BAC !important;
  border-color: #FFF;
}
.pod.pod-d6 .generic-outline:hover {
  background: #FFF;
  color: #1e2d54 !important;
  border-color: #FFF;
}
.pod.pod-d6 .generic-outline:hover {
  background: #FFF;
  color: #1e2d54 !important;
  border-color: #FFF;
}
.pod.pod-d6 .generic-outline:hover p,
.pod.pod-d6 .generic-outline:hover h1,
.pod.pod-d6 .generic-outline:hover h2,
.pod.pod-d6 .generic-outline:hover h3,
.pod.pod-d6 .generic-outline:hover h4,
.pod.pod-d6 .generic-outline:hover h5,
.pod.pod-d6 .generic-outline:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #1e2d54 !important;
}
.pod.pod-d7 {
  background: #b3b3b3;
  color: #000;
}
.pod.pod-d7 h1,
.pod.pod-d7 h2,
.pod.pod-d7 h3,
.pod.pod-d7 h4,
.pod.pod-d7 h5,
.pod.pod-d7 h6,
.pod.pod-d7 p,
.pod.pod-d7 .pf_form_table,
.pod.pod-d7 .pf_form_table .pf_label_text {
  color: #000;
}
.pod.pod-d7 a {
  color: #000;
}
.pod.pod-d7 a:hover {
  color: #000;
}
.pod.pod-d7 .generic-fill {
  background: #005BAC;
  color: #FFF !important;
  border-color: #005BAC;
}
.pod.pod-d7 .generic-fill:hover {
  background: #1e2d54;
  color: #FFF !important;
  border-color: #1e2d54;
}
.pod.pod-d7 .generic-fill:hover {
  background: #1e2d54;
  color: #FFF !important;
  border-color: #1e2d54;
}
.pod.pod-d7 .generic-fill:hover p,
.pod.pod-d7 .generic-fill:hover h1,
.pod.pod-d7 .generic-fill:hover h2,
.pod.pod-d7 .generic-fill:hover h3,
.pod.pod-d7 .generic-fill:hover h4,
.pod.pod-d7 .generic-fill:hover h5,
.pod.pod-d7 .generic-fill:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #FFF !important;
}
.pod.pod-d7 .generic-outline {
  background: #FFF;
  color: #005BAC !important;
  border-color: #FFF;
}
.pod.pod-d7 .generic-outline:hover {
  background: #FFF;
  color: #1e2d54 !important;
  border-color: #FFF;
}
.pod.pod-d7 .generic-outline:hover {
  background: #FFF;
  color: #1e2d54 !important;
  border-color: #FFF;
}
.pod.pod-d7 .generic-outline:hover p,
.pod.pod-d7 .generic-outline:hover h1,
.pod.pod-d7 .generic-outline:hover h2,
.pod.pod-d7 .generic-outline:hover h3,
.pod.pod-d7 .generic-outline:hover h4,
.pod.pod-d7 .generic-outline:hover h5,
.pod.pod-d7 .generic-outline:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #1e2d54 !important;
}
.pod.pod-d8 {
  background: #cccccc;
  color: #000;
}
.pod.pod-d8 h1,
.pod.pod-d8 h2,
.pod.pod-d8 h3,
.pod.pod-d8 h4,
.pod.pod-d8 h5,
.pod.pod-d8 h6,
.pod.pod-d8 p,
.pod.pod-d8 .pf_form_table,
.pod.pod-d8 .pf_form_table .pf_label_text {
  color: #000;
}
.pod.pod-d8 a {
  color: #005BAC;
}
.pod.pod-d8 a:hover {
  color: #1e2d54;
}
.pod.pod-d8 .generic-fill {
  background: #005BAC;
  color: #FFF !important;
  border-color: #005BAC;
}
.pod.pod-d8 .generic-fill:hover {
  background: #1e2d54;
  color: #FFF !important;
  border-color: #1e2d54;
}
.pod.pod-d8 .generic-fill:hover {
  background: #1e2d54;
  color: #FFF !important;
  border-color: #1e2d54;
}
.pod.pod-d8 .generic-fill:hover p,
.pod.pod-d8 .generic-fill:hover h1,
.pod.pod-d8 .generic-fill:hover h2,
.pod.pod-d8 .generic-fill:hover h3,
.pod.pod-d8 .generic-fill:hover h4,
.pod.pod-d8 .generic-fill:hover h5,
.pod.pod-d8 .generic-fill:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #FFF !important;
}
.pod.pod-d8 .generic-outline {
  background: transparent;
  color: #005BAC !important;
  border-color: #005BAC;
}
.pod.pod-d8 .generic-outline:hover {
  background: transparent;
  color: #1e2d54 !important;
  border-color: #1e2d54;
}
.pod.pod-d8 .generic-outline:hover {
  background: transparent;
  color: #1e2d54 !important;
  border-color: #1e2d54;
}
.pod.pod-d8 .generic-outline:hover p,
.pod.pod-d8 .generic-outline:hover h1,
.pod.pod-d8 .generic-outline:hover h2,
.pod.pod-d8 .generic-outline:hover h3,
.pod.pod-d8 .generic-outline:hover h4,
.pod.pod-d8 .generic-outline:hover h5,
.pod.pod-d8 .generic-outline:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #1e2d54 !important;
}
.pod.pod-d9 {
  background: #e6e6e6;
  color: #000;
}
.pod.pod-d9 h1,
.pod.pod-d9 h2,
.pod.pod-d9 h3,
.pod.pod-d9 h4,
.pod.pod-d9 h5,
.pod.pod-d9 h6,
.pod.pod-d9 p,
.pod.pod-d9 .pf_form_table,
.pod.pod-d9 .pf_form_table .pf_label_text {
  color: #000;
}
.pod.pod-d9 a {
  color: #005BAC;
}
.pod.pod-d9 a:hover {
  color: #1e2d54;
}
.pod.pod-d9 .generic-fill {
  background: #005BAC;
  color: #FFF !important;
  border-color: #005BAC;
}
.pod.pod-d9 .generic-fill:hover {
  background: #1e2d54;
  color: #FFF !important;
  border-color: #1e2d54;
}
.pod.pod-d9 .generic-fill:hover {
  background: #1e2d54;
  color: #FFF !important;
  border-color: #1e2d54;
}
.pod.pod-d9 .generic-fill:hover p,
.pod.pod-d9 .generic-fill:hover h1,
.pod.pod-d9 .generic-fill:hover h2,
.pod.pod-d9 .generic-fill:hover h3,
.pod.pod-d9 .generic-fill:hover h4,
.pod.pod-d9 .generic-fill:hover h5,
.pod.pod-d9 .generic-fill:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #FFF !important;
}
.pod.pod-d9 .generic-outline {
  background: transparent;
  color: #005BAC !important;
  border-color: #005BAC;
}
.pod.pod-d9 .generic-outline:hover {
  background: transparent;
  color: #1e2d54 !important;
  border-color: #1e2d54;
}
.pod.pod-d9 .generic-outline:hover {
  background: transparent;
  color: #1e2d54 !important;
  border-color: #1e2d54;
}
.pod.pod-d9 .generic-outline:hover p,
.pod.pod-d9 .generic-outline:hover h1,
.pod.pod-d9 .generic-outline:hover h2,
.pod.pod-d9 .generic-outline:hover h3,
.pod.pod-d9 .generic-outline:hover h4,
.pod.pod-d9 .generic-outline:hover h5,
.pod.pod-d9 .generic-outline:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #1e2d54 !important;
}
.pod.pod-e {
  background: #005BAC;
  color: #FFF;
}
.pod.pod-e h1,
.pod.pod-e h2,
.pod.pod-e h3,
.pod.pod-e h4,
.pod.pod-e h5,
.pod.pod-e h6,
.pod.pod-e p,
.pod.pod-e .pf_form_table,
.pod.pod-e .pf_form_table .pf_label_text {
  color: #FFF;
}
.pod.pod-e a {
  color: #FFF;
}
.pod.pod-e a:hover {
  color: #FFF;
}
.pod.pod-e .generic-fill {
  background: #FFF;
  color: #005BAC !important;
  border-color: #FFF;
}
.pod.pod-e .generic-fill:hover {
  background: #FFF;
  color: #1e2d54 !important;
  border-color: #FFF;
}
.pod.pod-e .generic-fill:hover {
  background: #FFF;
  color: #1e2d54 !important;
  border-color: #FFF;
}
.pod.pod-e .generic-fill:hover p,
.pod.pod-e .generic-fill:hover h1,
.pod.pod-e .generic-fill:hover h2,
.pod.pod-e .generic-fill:hover h3,
.pod.pod-e .generic-fill:hover h4,
.pod.pod-e .generic-fill:hover h5,
.pod.pod-e .generic-fill:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #1e2d54 !important;
}
.pod.pod-e .generic-outline {
  background: transparent;
  color: #FFF !important;
  border-color: #FFF;
}
.pod.pod-e .generic-outline:hover {
  background: #FFF;
  color: #1e2d54 !important;
  border-color: #1e2d54;
}
.pod.pod-e .generic-outline:hover {
  background: #FFF;
  color: #1e2d54 !important;
  border-color: #1e2d54;
}
.pod.pod-e .generic-outline:hover p,
.pod.pod-e .generic-outline:hover h1,
.pod.pod-e .generic-outline:hover h2,
.pod.pod-e .generic-outline:hover h3,
.pod.pod-e .generic-outline:hover h4,
.pod.pod-e .generic-outline:hover h5,
.pod.pod-e .generic-outline:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #1e2d54 !important;
}
.pod.pod-e1 {
  background: #337CBD;
  color: #000;
}
.pod.pod-e1 h1,
.pod.pod-e1 h2,
.pod.pod-e1 h3,
.pod.pod-e1 h4,
.pod.pod-e1 h5,
.pod.pod-e1 h6,
.pod.pod-e1 p,
.pod.pod-e1 .pf_form_table,
.pod.pod-e1 .pf_form_table .pf_label_text {
  color: #000;
}
.pod.pod-e1 a {
  color: #000;
}
.pod.pod-e1 a:hover {
  color: #000;
}
.pod.pod-e1 .generic-fill {
  background: #005BAC;
  color: #FFF !important;
  border-color: #005BAC;
}
.pod.pod-e1 .generic-fill:hover {
  background: #1e2d54;
  color: #FFF !important;
  border-color: #1e2d54;
}
.pod.pod-e1 .generic-fill:hover {
  background: #1e2d54;
  color: #FFF !important;
  border-color: #1e2d54;
}
.pod.pod-e1 .generic-fill:hover p,
.pod.pod-e1 .generic-fill:hover h1,
.pod.pod-e1 .generic-fill:hover h2,
.pod.pod-e1 .generic-fill:hover h3,
.pod.pod-e1 .generic-fill:hover h4,
.pod.pod-e1 .generic-fill:hover h5,
.pod.pod-e1 .generic-fill:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #FFF !important;
}
.pod.pod-e1 .generic-outline {
  background: #FFF;
  color: #005BAC !important;
  border-color: #FFF;
}
.pod.pod-e1 .generic-outline:hover {
  background: #FFF;
  color: #1e2d54 !important;
  border-color: #FFF;
}
.pod.pod-e1 .generic-outline:hover {
  background: #FFF;
  color: #1e2d54 !important;
  border-color: #FFF;
}
.pod.pod-e1 .generic-outline:hover p,
.pod.pod-e1 .generic-outline:hover h1,
.pod.pod-e1 .generic-outline:hover h2,
.pod.pod-e1 .generic-outline:hover h3,
.pod.pod-e1 .generic-outline:hover h4,
.pod.pod-e1 .generic-outline:hover h5,
.pod.pod-e1 .generic-outline:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #1e2d54 !important;
}
.pod.pod-e2 {
  background: #669DCD;
  color: #000;
}
.pod.pod-e2 h1,
.pod.pod-e2 h2,
.pod.pod-e2 h3,
.pod.pod-e2 h4,
.pod.pod-e2 h5,
.pod.pod-e2 h6,
.pod.pod-e2 p,
.pod.pod-e2 .pf_form_table,
.pod.pod-e2 .pf_form_table .pf_label_text {
  color: #000;
}
.pod.pod-e2 a {
  color: #000;
}
.pod.pod-e2 a:hover {
  color: #000;
}
.pod.pod-e2 .generic-fill {
  background: #005BAC;
  color: #FFF !important;
  border-color: #005BAC;
}
.pod.pod-e2 .generic-fill:hover {
  background: #1e2d54;
  color: #FFF !important;
  border-color: #1e2d54;
}
.pod.pod-e2 .generic-fill:hover {
  background: #1e2d54;
  color: #FFF !important;
  border-color: #1e2d54;
}
.pod.pod-e2 .generic-fill:hover p,
.pod.pod-e2 .generic-fill:hover h1,
.pod.pod-e2 .generic-fill:hover h2,
.pod.pod-e2 .generic-fill:hover h3,
.pod.pod-e2 .generic-fill:hover h4,
.pod.pod-e2 .generic-fill:hover h5,
.pod.pod-e2 .generic-fill:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #FFF !important;
}
.pod.pod-e2 .generic-outline {
  background: #FFF;
  color: #005BAC !important;
  border-color: #FFF;
}
.pod.pod-e2 .generic-outline:hover {
  background: #FFF;
  color: #1e2d54 !important;
  border-color: #FFF;
}
.pod.pod-e2 .generic-outline:hover {
  background: #FFF;
  color: #1e2d54 !important;
  border-color: #FFF;
}
.pod.pod-e2 .generic-outline:hover p,
.pod.pod-e2 .generic-outline:hover h1,
.pod.pod-e2 .generic-outline:hover h2,
.pod.pod-e2 .generic-outline:hover h3,
.pod.pod-e2 .generic-outline:hover h4,
.pod.pod-e2 .generic-outline:hover h5,
.pod.pod-e2 .generic-outline:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #1e2d54 !important;
}
.pod.pod-e3 {
  background: #99BDDE;
  color: #000;
}
.pod.pod-e3 h1,
.pod.pod-e3 h2,
.pod.pod-e3 h3,
.pod.pod-e3 h4,
.pod.pod-e3 h5,
.pod.pod-e3 h6,
.pod.pod-e3 p,
.pod.pod-e3 .pf_form_table,
.pod.pod-e3 .pf_form_table .pf_label_text {
  color: #000;
}
.pod.pod-e3 a {
  color: #000;
}
.pod.pod-e3 a:hover {
  color: #000;
}
.pod.pod-e3 .generic-fill {
  background: #005BAC;
  color: #FFF !important;
  border-color: #005BAC;
}
.pod.pod-e3 .generic-fill:hover {
  background: #1e2d54;
  color: #FFF !important;
  border-color: #1e2d54;
}
.pod.pod-e3 .generic-fill:hover {
  background: #1e2d54;
  color: #FFF !important;
  border-color: #1e2d54;
}
.pod.pod-e3 .generic-fill:hover p,
.pod.pod-e3 .generic-fill:hover h1,
.pod.pod-e3 .generic-fill:hover h2,
.pod.pod-e3 .generic-fill:hover h3,
.pod.pod-e3 .generic-fill:hover h4,
.pod.pod-e3 .generic-fill:hover h5,
.pod.pod-e3 .generic-fill:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #FFF !important;
}
.pod.pod-e3 .generic-outline {
  background: #FFF;
  color: #005BAC !important;
  border-color: #FFF;
}
.pod.pod-e3 .generic-outline:hover {
  background: #FFF;
  color: #1e2d54 !important;
  border-color: #FFF;
}
.pod.pod-e3 .generic-outline:hover {
  background: #FFF;
  color: #1e2d54 !important;
  border-color: #FFF;
}
.pod.pod-e3 .generic-outline:hover p,
.pod.pod-e3 .generic-outline:hover h1,
.pod.pod-e3 .generic-outline:hover h2,
.pod.pod-e3 .generic-outline:hover h3,
.pod.pod-e3 .generic-outline:hover h4,
.pod.pod-e3 .generic-outline:hover h5,
.pod.pod-e3 .generic-outline:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #1e2d54 !important;
}
.pod.pod-e4 {
  background: #CCDEEE;
  color: #000;
}
.pod.pod-e4 h1,
.pod.pod-e4 h2,
.pod.pod-e4 h3,
.pod.pod-e4 h4,
.pod.pod-e4 h5,
.pod.pod-e4 h6,
.pod.pod-e4 p,
.pod.pod-e4 .pf_form_table,
.pod.pod-e4 .pf_form_table .pf_label_text {
  color: #000;
}
.pod.pod-e4 a {
  color: #000;
}
.pod.pod-e4 a:hover {
  color: #000;
}
.pod.pod-e4 .generic-fill {
  background: #005BAC;
  color: #FFF !important;
  border-color: #005BAC;
}
.pod.pod-e4 .generic-fill:hover {
  background: #1e2d54;
  color: #FFF !important;
  border-color: #1e2d54;
}
.pod.pod-e4 .generic-fill:hover {
  background: #1e2d54;
  color: #FFF !important;
  border-color: #1e2d54;
}
.pod.pod-e4 .generic-fill:hover p,
.pod.pod-e4 .generic-fill:hover h1,
.pod.pod-e4 .generic-fill:hover h2,
.pod.pod-e4 .generic-fill:hover h3,
.pod.pod-e4 .generic-fill:hover h4,
.pod.pod-e4 .generic-fill:hover h5,
.pod.pod-e4 .generic-fill:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #FFF !important;
}
.pod.pod-e4 .generic-outline {
  background: #FFF;
  color: #005BAC !important;
  border-color: #FFF;
}
.pod.pod-e4 .generic-outline:hover {
  background: #FFF;
  color: #1e2d54 !important;
  border-color: #FFF;
}
.pod.pod-e4 .generic-outline:hover {
  background: #FFF;
  color: #1e2d54 !important;
  border-color: #FFF;
}
.pod.pod-e4 .generic-outline:hover p,
.pod.pod-e4 .generic-outline:hover h1,
.pod.pod-e4 .generic-outline:hover h2,
.pod.pod-e4 .generic-outline:hover h3,
.pod.pod-e4 .generic-outline:hover h4,
.pod.pod-e4 .generic-outline:hover h5,
.pod.pod-e4 .generic-outline:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #1e2d54 !important;
}
.pod.pod-e5 {
  background: #005496;
  color: #FFF;
}
.pod.pod-e5 h1,
.pod.pod-e5 h2,
.pod.pod-e5 h3,
.pod.pod-e5 h4,
.pod.pod-e5 h5,
.pod.pod-e5 h6,
.pod.pod-e5 p,
.pod.pod-e5 .pf_form_table,
.pod.pod-e5 .pf_form_table .pf_label_text {
  color: #FFF;
}
.pod.pod-e5 a {
  color: #FFF;
}
.pod.pod-e5 a:hover {
  color: #FFF;
}
.pod.pod-e5 .generic-fill {
  background: #FFF;
  color: #005BAC !important;
  border-color: #FFF;
}
.pod.pod-e5 .generic-fill:hover {
  background: #FFF;
  color: #1e2d54 !important;
  border-color: #FFF;
}
.pod.pod-e5 .generic-fill:hover {
  background: #FFF;
  color: #1e2d54 !important;
  border-color: #FFF;
}
.pod.pod-e5 .generic-fill:hover p,
.pod.pod-e5 .generic-fill:hover h1,
.pod.pod-e5 .generic-fill:hover h2,
.pod.pod-e5 .generic-fill:hover h3,
.pod.pod-e5 .generic-fill:hover h4,
.pod.pod-e5 .generic-fill:hover h5,
.pod.pod-e5 .generic-fill:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #1e2d54 !important;
}
.pod.pod-e5 .generic-outline {
  background: transparent;
  color: #FFF !important;
  border-color: #FFF;
}
.pod.pod-e5 .generic-outline:hover {
  background: #FFF;
  color: #1e2d54 !important;
  border-color: #1e2d54;
}
.pod.pod-e5 .generic-outline:hover {
  background: #FFF;
  color: #1e2d54 !important;
  border-color: #1e2d54;
}
.pod.pod-e5 .generic-outline:hover p,
.pod.pod-e5 .generic-outline:hover h1,
.pod.pod-e5 .generic-outline:hover h2,
.pod.pod-e5 .generic-outline:hover h3,
.pod.pod-e5 .generic-outline:hover h4,
.pod.pod-e5 .generic-outline:hover h5,
.pod.pod-e5 .generic-outline:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #1e2d54 !important;
}
.pod.pod-e6 {
  background: #00427A;
  color: #FFF;
}
.pod.pod-e6 h1,
.pod.pod-e6 h2,
.pod.pod-e6 h3,
.pod.pod-e6 h4,
.pod.pod-e6 h5,
.pod.pod-e6 h6,
.pod.pod-e6 p,
.pod.pod-e6 .pf_form_table,
.pod.pod-e6 .pf_form_table .pf_label_text {
  color: #FFF;
}
.pod.pod-e6 a {
  color: #FFF;
}
.pod.pod-e6 a:hover {
  color: #FFF;
}
.pod.pod-e6 .generic-fill {
  background: #FFF;
  color: #005BAC !important;
  border-color: #FFF;
}
.pod.pod-e6 .generic-fill:hover {
  background: #FFF;
  color: #1e2d54 !important;
  border-color: #FFF;
}
.pod.pod-e6 .generic-fill:hover {
  background: #FFF;
  color: #1e2d54 !important;
  border-color: #FFF;
}
.pod.pod-e6 .generic-fill:hover p,
.pod.pod-e6 .generic-fill:hover h1,
.pod.pod-e6 .generic-fill:hover h2,
.pod.pod-e6 .generic-fill:hover h3,
.pod.pod-e6 .generic-fill:hover h4,
.pod.pod-e6 .generic-fill:hover h5,
.pod.pod-e6 .generic-fill:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #1e2d54 !important;
}
.pod.pod-e6 .generic-outline {
  background: transparent;
  color: #FFF !important;
  border-color: #FFF;
}
.pod.pod-e6 .generic-outline:hover {
  background: #FFF;
  color: #1e2d54 !important;
  border-color: #1e2d54;
}
.pod.pod-e6 .generic-outline:hover {
  background: #FFF;
  color: #1e2d54 !important;
  border-color: #1e2d54;
}
.pod.pod-e6 .generic-outline:hover p,
.pod.pod-e6 .generic-outline:hover h1,
.pod.pod-e6 .generic-outline:hover h2,
.pod.pod-e6 .generic-outline:hover h3,
.pod.pod-e6 .generic-outline:hover h4,
.pod.pod-e6 .generic-outline:hover h5,
.pod.pod-e6 .generic-outline:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #1e2d54 !important;
}
.pod.pod-h {
  background: #D7E0E5;
  color: #000;
}
.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: #000;
}
.pod.pod-h a {
  color: #005BAC;
}
.pod.pod-h a:hover {
  color: #1e2d54;
}
.pod.pod-h .generic-fill {
  background: #005BAC;
  color: #FFF !important;
  border-color: #005BAC;
}
.pod.pod-h .generic-fill:hover {
  background: #1e2d54;
  color: #FFF !important;
  border-color: #1e2d54;
}
.pod.pod-h .generic-fill:hover {
  background: #1e2d54;
  color: #FFF !important;
  border-color: #1e2d54;
}
.pod.pod-h .generic-fill:hover p,
.pod.pod-h .generic-fill:hover h1,
.pod.pod-h .generic-fill:hover h2,
.pod.pod-h .generic-fill:hover h3,
.pod.pod-h .generic-fill:hover h4,
.pod.pod-h .generic-fill:hover h5,
.pod.pod-h .generic-fill:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #FFF !important;
}
.pod.pod-h .generic-outline {
  background: transparent;
  color: #005BAC !important;
  border-color: #005BAC;
}
.pod.pod-h .generic-outline:hover {
  background: transparent;
  color: #1e2d54 !important;
  border-color: #1e2d54;
}
.pod.pod-h .generic-outline:hover {
  background: transparent;
  color: #1e2d54 !important;
  border-color: #1e2d54;
}
.pod.pod-h .generic-outline:hover p,
.pod.pod-h .generic-outline:hover h1,
.pod.pod-h .generic-outline:hover h2,
.pod.pod-h .generic-outline:hover h3,
.pod.pod-h .generic-outline:hover h4,
.pod.pod-h .generic-outline:hover h5,
.pod.pod-h .generic-outline:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #1e2d54 !important;
}
.pod.pod-i {
  background: #E9EFF1;
  color: #000;
}
.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: #000;
}
.pod.pod-i a {
  color: #005BAC;
}
.pod.pod-i a:hover {
  color: #1e2d54;
}
.pod.pod-i .generic-fill {
  background: #005BAC;
  color: #FFF !important;
  border-color: #005BAC;
}
.pod.pod-i .generic-fill:hover {
  background: #1e2d54;
  color: #FFF !important;
  border-color: #1e2d54;
}
.pod.pod-i .generic-fill:hover {
  background: #1e2d54;
  color: #FFF !important;
  border-color: #1e2d54;
}
.pod.pod-i .generic-fill:hover p,
.pod.pod-i .generic-fill:hover h1,
.pod.pod-i .generic-fill:hover h2,
.pod.pod-i .generic-fill:hover h3,
.pod.pod-i .generic-fill:hover h4,
.pod.pod-i .generic-fill:hover h5,
.pod.pod-i .generic-fill:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #FFF !important;
}
.pod.pod-i .generic-outline {
  background: transparent;
  color: #005BAC !important;
  border-color: #005BAC;
}
.pod.pod-i .generic-outline:hover {
  background: transparent;
  color: #1e2d54 !important;
  border-color: #1e2d54;
}
.pod.pod-i .generic-outline:hover {
  background: transparent;
  color: #1e2d54 !important;
  border-color: #1e2d54;
}
.pod.pod-i .generic-outline:hover p,
.pod.pod-i .generic-outline:hover h1,
.pod.pod-i .generic-outline:hover h2,
.pod.pod-i .generic-outline:hover h3,
.pod.pod-i .generic-outline:hover h4,
.pod.pod-i .generic-outline:hover h5,
.pod.pod-i .generic-outline:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #1e2d54 !important;
}
.pod.pod-j {
  background: #BECCD3;
  color: #000;
}
.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: #000;
}
.pod.pod-j a {
  color: #005BAC;
}
.pod.pod-j a:hover {
  color: #1e2d54;
}
.pod.pod-j .generic-fill {
  background: #005BAC;
  color: #FFF !important;
  border-color: #005BAC;
}
.pod.pod-j .generic-fill:hover {
  background: #1e2d54;
  color: #FFF !important;
  border-color: #1e2d54;
}
.pod.pod-j .generic-fill:hover {
  background: #1e2d54;
  color: #FFF !important;
  border-color: #1e2d54;
}
.pod.pod-j .generic-fill:hover p,
.pod.pod-j .generic-fill:hover h1,
.pod.pod-j .generic-fill:hover h2,
.pod.pod-j .generic-fill:hover h3,
.pod.pod-j .generic-fill:hover h4,
.pod.pod-j .generic-fill:hover h5,
.pod.pod-j .generic-fill:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #FFF !important;
}
.pod.pod-j .generic-outline {
  background: transparent;
  color: #005BAC !important;
  border-color: #005BAC;
}
.pod.pod-j .generic-outline:hover {
  background: transparent;
  color: #1e2d54 !important;
  border-color: #1e2d54;
}
.pod.pod-j .generic-outline:hover {
  background: transparent;
  color: #1e2d54 !important;
  border-color: #1e2d54;
}
.pod.pod-j .generic-outline:hover p,
.pod.pod-j .generic-outline:hover h1,
.pod.pod-j .generic-outline:hover h2,
.pod.pod-j .generic-outline:hover h3,
.pod.pod-j .generic-outline:hover h4,
.pod.pod-j .generic-outline:hover h5,
.pod.pod-j .generic-outline:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #1e2d54 !important;
}
.pod.pod-k {
  background: #98A4AB;
  color: #000;
}
.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: #000;
}
.pod.pod-k a {
  color: #005BAC;
}
.pod.pod-k a:hover {
  color: #1e2d54;
}
.pod.pod-k .generic-fill {
  background: #005BAC;
  color: #FFF !important;
  border-color: #005BAC;
}
.pod.pod-k .generic-fill:hover {
  background: #1e2d54;
  color: #FFF !important;
  border-color: #1e2d54;
}
.pod.pod-k .generic-fill:hover {
  background: #1e2d54;
  color: #FFF !important;
  border-color: #1e2d54;
}
.pod.pod-k .generic-fill:hover p,
.pod.pod-k .generic-fill:hover h1,
.pod.pod-k .generic-fill:hover h2,
.pod.pod-k .generic-fill:hover h3,
.pod.pod-k .generic-fill:hover h4,
.pod.pod-k .generic-fill:hover h5,
.pod.pod-k .generic-fill:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #FFF !important;
}
.pod.pod-k .generic-outline {
  background: transparent;
  color: #005BAC !important;
  border-color: #005BAC;
}
.pod.pod-k .generic-outline:hover {
  background: transparent;
  color: #1e2d54 !important;
  border-color: #1e2d54;
}
.pod.pod-k .generic-outline:hover {
  background: transparent;
  color: #1e2d54 !important;
  border-color: #1e2d54;
}
.pod.pod-k .generic-outline:hover p,
.pod.pod-k .generic-outline:hover h1,
.pod.pod-k .generic-outline:hover h2,
.pod.pod-k .generic-outline:hover h3,
.pod.pod-k .generic-outline:hover h4,
.pod.pod-k .generic-outline:hover h5,
.pod.pod-k .generic-outline:hover h6 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #1e2d54 !important;
}
/* ======================================
	Pods with Form Styling

	REQUIRED CLASS: .pod.form-pod-a
====================================== */
/* ======================================
	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-d {
  -ixp-name: "Black 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-d1 {
  -ixp-name: "Black - 90% Pod";
  -ixp-tags: "Pods";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.pod.pod-d2 {
  -ixp-name: "Black - 80% Pod";
  -ixp-tags: "Pods";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.pod.pod-d3 {
  -ixp-name: "Black - 70% Pod";
  -ixp-tags: "Pods";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.pod.pod-d4 {
  -ixp-name: "Black - 60% Pod";
  -ixp-tags: "Pods";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.pod.pod-d5 {
  -ixp-name: "Black - 50% Pod";
  -ixp-tags: "Pods";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.pod.pod-d6 {
  -ixp-name: "Black - 40% Pod";
  -ixp-tags: "Pods";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.pod.pod-d7 {
  -ixp-name: "Black - 30% Pod";
  -ixp-tags: "Pods";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.pod.pod-d8 {
  -ixp-name: "Black - 20% Pod";
  -ixp-tags: "Pods";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.pod.pod-d9 {
  -ixp-name: "Black - 10% 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-e1 {
  -ixp-name: "Blue - 80% Pod";
  -ixp-tags: "Pods";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.pod.pod-e2 {
  -ixp-name: "Blue - 60% Pod";
  -ixp-tags: "Pods";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.pod.pod-e3 {
  -ixp-name: "Blue - 40% Pod";
  -ixp-tags: "Pods";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.pod.pod-e4 {
  -ixp-name: "Blue - 20% Pod";
  -ixp-tags: "Pods";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.pod.pod-e5 {
  -ixp-name: "Blue +K20 Pod";
  -ixp-tags: "Pods";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.pod.pod-e6 {
  -ixp-name: "Blue +K40 Pod";
  -ixp-tags: "Pods";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
/*
.pod.pod-e7 { .ixp-pod("@{pod-e7-name} Pod"); }
.pod.pod-e8 { .ixp-pod("@{pod-e8-name} Pod"); }
.pod.pod-e9 { .ixp-pod("@{pod-e9-name} Pod"); }

// Space Gray
.pod.pod-f { .ixp-pod("@{pod-f-name} Pod"); }
.pod.pod-f1 { .ixp-pod("@{pod-f1-name} Pod"); }
.pod.pod-f2 { .ixp-pod("@{pod-f2-name} Pod"); }
.pod.pod-f3 { .ixp-pod("@{pod-f3-name} Pod"); }
.pod.pod-f4 { .ixp-pod("@{pod-f4-name} Pod"); }
.pod.pod-f5 { .ixp-pod("@{pod-f5-name} Pod"); }
.pod.pod-f6 { .ixp-pod("@{pod-f6-name} Pod"); }
.pod.pod-f7 { .ixp-pod("@{pod-f7-name} Pod"); }
.pod.pod-f8 { .ixp-pod("@{pod-f8-name} Pod"); }
.pod.pod-f9 { .ixp-pod("@{pod-f9-name} Pod"); }

// Background
.pod.pod-g { .ixp-pod("@{pod-g-name} Pod"); }
.pod.pod-g1 { .ixp-pod("@{pod-g1-name} Pod"); }
.pod.pod-g2 { .ixp-pod("@{pod-g2-name} Pod"); }
.pod.pod-g3 { .ixp-pod("@{pod-g3-name} Pod"); }
.pod.pod-g4 { .ixp-pod("@{pod-g4-name} Pod"); }
.pod.pod-g5 { .ixp-pod("@{pod-g5-name} Pod"); }
.pod.pod-g6 { .ixp-pod("@{pod-g6-name} Pod"); }
.pod.pod-g7 { .ixp-pod("@{pod-g7-name} Pod"); }
.pod.pod-g8 { .ixp-pod("@{pod-g8-name} Pod"); }
.pod.pod-g9 { .ixp-pod("@{pod-g9-name} Pod"); }
*/
.pod.pod-h {
  -ixp-name: "Main Grey Pod";
  -ixp-tags: "Pods";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.pod.pod-i {
  -ixp-name: "Grey - 50% Pod";
  -ixp-tags: "Pods";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.pod.pod-j {
  -ixp-name: "Grey +K20 Pod";
  -ixp-tags: "Pods";
  -ixp-group: "pods";
  -ixp-scope: "ContainerLike,StyleOnly,CustomForm,ChoiceGroup,Flow,FlowStep,FullPageSection,FullPageSubsection";
}
.pod.pod-k {
  -ixp-name: "Grey +K40 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: transparent;
  color: #000;
  font-size: 1em;
  margin: 0;
  text-transform: capitalize;
  padding: 0;
  text-align: center;
}
.ixp-nav .ixp-nav-collapsible {
  height: auto;
  float: right;
  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.25em 1.25em;
  padding: 0;
  border-bottom: 4px solid transparent;
  border-right: none;
}
.ixp-nav .ixp-nav-collapsible .ixp-navitem a {
  background-color: transparent;
  color: #000;
  display: block;
  padding: 0;
  text-decoration: none;
  font-family: 'Roboto-Regular', sans-serif;
  font-weight: 400;
  border-bottom: 4px solid transparent;
  line-height: 1.5em;
}
.ixp-nav .ixp-nav-collapsible .ixp-navitem a:hover {
  background-color: transparent;
  color: #000;
  border-bottom: 4px solid #005BAC;
  text-decoration: none;
}
.ixp-nav.ixp-nav-collapsed {
  background-color: transparent;
  margin: 0.5em 0;
  text-align: center;
}
.ixp-nav.ixp-nav-collapsed .ixp-nav-opened {
  background-color: transparent;
}
.ixp-nav.ixp-nav-collapsed .ixp-nav-collapsible {
  float: none;
}
.ixp-nav.ixp-nav-collapsed .ixp-navitem {
  display: block;
  float: none;
  margin: 0;
  padding: 0;
  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: #000;
  opacity: 0.6;
}
.ixp-nav .ixp-nav-toggle:hover .ixp-nav-icon-bar {
  background-color: #000;
  opacity: 1;
}
.ixp-nav .ixp-nav-toggle.ixp-nav-active .ixp-nav-icon-bar {
  /* nav toggle button icon (menu open) */
  background-color: #000;
  opacity: 1;
}
/* ======================================
	Navigation: alt theme(s)
    REQUIRED CLASS - .ixp-nav-menu-a
====================================== */
/* ========== THEME A ========== */
.ixp-nav-menu-a {
  background-color: transparent;
  color: #FFF;
  margin: 0;
  padding: 0;
  font-size: 1em;
  text-align: center;
}
.ixp-nav-menu-a .ixp-nav-collapsible {
  float: right;
}
.ixp-nav-menu-a .ixp-nav-collapsible .ixp-navitem {
  float: none;
}
.ixp-nav-menu-a .ixp-nav-collapsible .ixp-navitem a {
  background-color: transparent;
  color: #FFF;
  padding: 0.25em 1.25em;
  text-decoration: none;
  font-size: 1em;
  font-family: 'Roboto-Regular', sans-serif;
  font-weight: 100;
}
.ixp-nav-menu-a .ixp-nav-collapsible .ixp-navitem a:hover {
  background: transparent;
  color: #005BAC;
}
.ixp-nav-menu-a .ixp-navlist {
  padding-top: 10px;
}
.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: transparent;
  margin: 0.5em 0;
  text-align: center;
}
.ixp-nav-menu-a.ixp-nav-collapsed .ixp-nav-opened {
  background-color: transparent;
}
.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: transparent;
}
.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;
}
/* ======================================
	Navigation IXP Information
====================================== */
.ixp-nav-menu-a {
  -ixp-name: "Secondary 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: #000 !important;
  background: transparent !important;
}
.ixp-navitem-active-state-a a:hover {
  color: #000 !important;
}
.ixp-navitem-active-state-b a {
  color: #005BAC !important;
  background: transparent !important;
}
.ixp-navitem-active-state-b a:hover {
  color: #FFF !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 Secondary";
  -ixp-tags: "Navigation";
  -ixp-group: "navigation";
  -ixp-scope: "NavigationItem";
}
/* ======================================
	Accordion RMW (Default)
====================================== */
.lbui_accordion_v3 > .lbui_accordion_content > div > h2.lbui_trigger {
  background: transparent;
  border-bottom: solid 1px #E9EFF1;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #000;
  filter: none;
  font-size: 16px;
  height: auto;
  font-family: 'Roboto-Medium', sans-serif;
  margin: 0 0 5px 0;
  padding: 5px 1.75em 5px 1em;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.lbui_accordion_v3 > .lbui_accordion_content > div > h2.lbui_trigger:after {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  display: inline-block;
  content: '\f107';
  margin-right: 0.25em;
  width: 1em;
  position: absolute;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
}
.lbui_accordion_v3 > .lbui_accordion_content .lbui_trigger.lbui_active {
  background: transparent;
  border-bottom: solid 1px #E9EFF1;
  color: #005BAC;
  filter: none;
}
.lbui_accordion_v3 > .lbui_accordion_content .lbui_trigger.lbui_active:after {
  content: '\f106';
}
.lbui_accordion_v3 > .lbui_accordion_content .lbui_trigger.lbui_active:hover {
  background-color: transparent;
  border-bottom: solid 1px #E9EFF1;
  color: #005BAC;
  filter: none;
}
.lbui_accordion_v3 > .lbui_accordion_content .lbui_trigger.lbui_active:hover:after {
  content: '\f106';
}
.lbui_accordion_v3 > .lbui_accordion_content .lbui_trigger:hover {
  background: transparent;
  border-bottom: solid 1px #E9EFF1;
  color: #005BAC;
  filter: none;
}
.lbui_accordion_v3 > .lbui_accordion_content .lbui_trigger:hover:after {
  content: '\f107';
}
.lbui_toggle_container {
  margin-top: 0;
  font-size: 16px !important;
}
/* ======================================
	Accordion RMW (Alternate)
====================================== */
.accordion-a.lbui_accordion_v3 {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.accordion-a.lbui_accordion_v3 > .lbui_accordion_content {
  padding: 0 !important;
}
.accordion-a.lbui_accordion_v3 > .lbui_accordion_content > div > h2.lbui_trigger {
  background: #FFF !important;
  border-bottom: solid 1px #E9EFF1;
  color: #000;
  filter: none;
  margin-bottom: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 5px 16px 5px 40px;
}
.accordion-a.lbui_accordion_v3 > .lbui_accordion_content > div > h2.lbui_trigger:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  display: inline-block;
  content: '\f107';
  position: absolute;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 10px;
}
.accordion-a.lbui_accordion_v3 > .lbui_accordion_content > div > h2.lbui_trigger:after {
  display: none !important;
}
.accordion-a.lbui_accordion_v3 > .lbui_accordion_content > div > h2.lbui_trigger:last {
  border-bottom: solid 1px #E9EFF1 !important;
}
.accordion-a.lbui_accordion_v3 > .lbui_accordion_content .lbui_trigger.lbui_active {
  background: #005BAC !important;
  border-bottom: solid 1px #E9EFF1;
  border-color: solid 1px #E9EFF1 !important;
  color: #FFF;
  filter: none;
}
.accordion-a.lbui_accordion_v3 > .lbui_accordion_content .lbui_trigger.lbui_active:before {
  content: '\f106';
}
.accordion-a.lbui_accordion_v3 > .lbui_accordion_content .lbui_trigger.lbui_active:hover {
  background: #005BAC !important;
  border-bottom: solid 1px #E9EFF1;
  border-color: solid 1px #E9EFF1 !important;
  color: #FFF;
  filter: none;
}
.accordion-a.lbui_accordion_v3 > .lbui_accordion_content .lbui_trigger.lbui_active:hover:before {
  content: '\f106';
}
.accordion-a.lbui_accordion_v3 > .lbui_accordion_content .lbui_trigger:hover {
  background: #005BAC !important;
  border-bottom: solid 1px #E9EFF1;
  border-color: solid 1px #E9EFF1 !important;
  color: #FFF;
  filter: none;
}
.accordion-a.lbui_accordion_v3 > .lbui_accordion_content .lbui_trigger:hover:before {
  content: '\f107';
}
/* ======================================
	Accordion IXP Information
    REQUIRED CLASSES: .accordion-a
====================================== */
.accordion-a {
  -ixp-name: "Blue Alternate";
  -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: #D7E0E5;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: solid 1px #e5e7eb;
  border-top: solid 4px #e5e7eb;
  color: #54575C;
  margin: 0 0 0px 0px;
  padding: 12px 25px;
  filter: none;
  text-shadow: none;
  font-family: 'Roboto-Regular', sans-serif;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 1em;
  position: relative;
}
.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: #E8E9EF;
  border: solid 1px #e5e7eb;
  border-top: solid 4px #e5e7eb;
  color: #54575C;
  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: #D7E0E5;
  border: solid 1px #e5e7eb;
  border-top: solid 4px #005BAC;
  color: #54575C;
  filter: none !important;
}
.lbui_tabs_v3 > .lbui_nav > .lbui_nav_inner > .lbui_active:hover,
.lbui_tabs_v3.lbui_init > .lbui_nav > .lbui_nav_inner > .lbui_active:hover {
  background: #D7E0E5;
  border: solid 1px #e5e7eb;
  border-top: solid 4px #005BAC;
  color: #54575C;
  filter: none !important;
}
.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: none;
  box-shadow: drop-shadow(0px 2px 46px hsla(0, 0%, 74%, 0.3));
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  font-size: 1em;
}
.lbui_tabs_v3 .lbui_slide,
.lbui_tabs_v3.lbui_init .lbui_slide {
  color: #000;
}
/* ======================================
	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: #FFF;
  border: none;
  border-bottom: solid 2px #E9EFF1;
  color: #000;
  filter: none;
  text-shadow: none;
  margin: 0 0 5px 5px;
  -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: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  z-index: 10;
}
.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: #005BAC;
  border-color: #005BAC;
  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: #005BAC;
  border-color: #005BAC;
  color: #FFF;
  filter: none !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.tab-a.lbui_tabs_v3 > .lbui_nav > .lbui_nav_inner > .lbui_active:after,
.tab-a.lbui_tabs_v3.lbui_init > .lbui_nav > .lbui_nav_inner > .lbui_active:after {
  display: none;
}
.tab-a.lbui_tabs_v3 > .lbui_nav > .lbui_nav_inner > .lbui_active:hover,
.tab-a.lbui_tabs_v3.lbui_init > .lbui_nav > .lbui_nav_inner > .lbui_active:hover {
  color: #FFF;
}
.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: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-radius: 0 !important;
  font-size: 1em;
}
/* stacked responsive overrides */
.lbui_tabs_v3.lbui_stacked_nav > .lbui_slides {
  margin-top: 15px !important;
}
.lbui_tabs_v3.lbui_stacked_nav > .lbui_nav > .lbui_nav_inner > .lbui_toggle {
  float: none;
  display: block;
  margin: 0;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
.lbui_tabs_v3.lbui_stacked_nav > .lbui_nav > .lbui_nav_inner > .lbui_toggle:after {
  display: none;
}
/* stacked responsive overrides */
.tab-a.lbui_tabs_v3.lbui_stacked_nav > .lbui_slides {
  margin-top: 5px !important;
}
.tab-a.lbui_tabs_v3.lbui_stacked_nav > .lbui_nav > .lbui_nav_inner > .lbui_toggle {
  float: none;
  display: block;
  margin: 0;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
}
/* ======================================
	Tabs IXP Information
    REQUIRED CLASSES: .tab-a
====================================== */
.tab-a {
  -ixp-name: "Blue Alternate";
  -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;
  margin-top: 6px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  background: transparent;
  color: #000;
  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: transparent;
  color: #005BAC;
}
.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: transparent;
  color: #005BAC;
}
.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;
  margin-top: 4px;
  padding: 0;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border: solid 1px #005BAC;
  text-indent: -9999px;
  background: #BECCD3;
  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: #005BAC !important;
  border-color: #005BAC !important;
  border: solid 1px #005BAC;
}
.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: 20px;
  height: 20px;
  border-style: solid;
  border-width: 1px;
  border: #005BAC solid 1px;
  background-color: #005BAC;
  opacity: 1;
}
.ixp-component-flow.ixp-component-flow-dots-dark-solid > .ixp-component-flow-progress .ixp-component-flow-progress-toggle {
  border: solid 1px #BECCD3;
}
.ixp-component-flow.ixp-component-flow-dots-dark-solid > .ixp-component-flow-progress .ixp-component-flow-progress-toggle:hover {
  border: solid 1px #BECCD3;
}
.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: 0.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: 0.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: #FFF;
}
.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: #BECCD3;
  color: #BECCD3;
  -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: #D7E0E5;
  color: #D7E0E5;
}
.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: #005BAC;
  color: #005BAC;
}
.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: #005BAC !important;
  color: #005BAC !important;
}
.ixp-component-flow.ixp-component-flow-bar-light > .ixp-component-flow-progress .ixp-component-flow-progress-toggle {
  background: #b3b3b3;
  color: #b3b3b3;
}
/* ======================================
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;
}
.ixp-component-form-style-brand-brand {
  -ixp-name: "Style: Mitsubishi Chemical 2023";
  -ixp-tags: "Form";
  -ixp-group: "customform";
  -ixp-scope: "CustomForm";
  -ixp-default: "true";
}
